@charset "UTF-8";
body{font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; font-weight: 500;}
img{max-width: 100%; height: auto;}
h2,h3{ font-weight: bold;}
p{line-height: 1.8;}
a{transition:0.5s;word-break: break-word;}
a:hover{opacity: 0.7;}
iframe {width: 100%;}
body {
    -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
    animation: fadeIn 1.5s ease 0s 1 normal;
  }

  @keyframes fadeIn {
    0% {
      opacity: 0
    }

    100% {
      opacity: 1
    }
  }

  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0
    }

    100% {
      opacity: 1
    }
  }
#header {
    display: flex;
    padding: 5px 10px;
    height: 65px;
    align-items: center;
    background: #fff;
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
}
#header.header-shadow {
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    transition: 0.5s;
}
.logo img {
    width: 230px;
}
nav {
    background: #fff;
    color: #fff;
    transition: all 0.6s;
}
nav ul {
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
}
nav ul ul{
	display: block;
}
nav ul li{
	position: relative;
}

nav ul li a {
    display: block;
    text-decoration: none;
    padding: 20px 35px;
    transition: all .3s;
    font-weight: bold;
    color: #000;
}
nav ul li a:hover{
    color: #000;
}
nav ul li a.contact-btn{
    border: none;
    display: block;
    text-align: center;
    background:#56b270;
    color: #fff;
    border-radius: 10px;
    margin: 1rem auto 0;
    width: 80%;
}
a.contact-btn:hover,a.link-btn:hover{
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3);
  border-color: transparent;
  opacity: 1;
}
@media screen and (max-width:1200px){
nav {
    padding: 0;
    margin-top: 65px;
    border-top: 1px solid #56b270;
    position: fixed;
    z-index: 999;
    top: 0;
    right: -120%;
    width: 100%;
    height: 100vh;
    transition: all 0.6s;
}

nav.panelactive{
    right: 0;
}
nav.panelactive #g-nav-list{
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 85vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
nav ul{
    display: block;
}
nav ul li a{
	border-bottom:1px solid #56b270;
}
nav ul li a::after {
    content: "";
    content: '';
    position: absolute;
    top: 25px;
    width: 12px;
    height: 12px;
    border-top: 3px solid #56b270;
    border-right: 3px solid #56b270;
    transform: rotate(45deg);
    right: 31px;
}
nav ul li:nth-of-type(6) a::after {
    display: none;
}

.openbtn {
    position: fixed;
    z-index: 9999;
    top: 9px;
    right: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
}
.openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #02983f;
    width: 45%;
}
.openbtn span:nth-of-type(1) {
	top:15px;	
}

.openbtn span:nth-of-type(2) {
	top:23px;
}

.openbtn span:nth-of-type(3) {
	top:31px;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

}
#mainvisual {
    margin-top: 65px;
    position: relative;
}
.slider {
    position: relative;
    z-index: 1;
    padding: 0;
    margin: 0;
    width: 100%;
}
.slider-item img {
    object-fit: cover;
    width: 100%;
    object-position: center;
}
.slider, .slider-item, .slider-item img {
    height: 30vh;
}
.slick-dots {
    position: relative;
    z-index: 3;
    text-align: center;
    margin: -25px 0 0 0;
    padding: 0;
}
.slick-dots li {
    display:inline-block;
	margin:0 8px;
}
.slick-dots > li:first-child:last-child {
    opacity: 0;
}
.slick-dots button {
    color: transparent;
    outline: none;
    width: 12px;
    height: 12px;
    display: block;
    border-radius: 50%;
    background: #fff;
    border: none;
}
.slick-dots .slick-active button {
    background: #000;
}
.slick-prev, .slick-next {
    position: absolute;
    z-index: 3;
    top: 42%;
    cursor: pointer;
    outline: none;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    height: 25px;
    width: 25px;
}
.slick-prev {
    left:2.5%;
    transform: rotate(-135deg);
}

.slick-next {
    right:2.5%;
    transform: rotate(45deg);
}
p.catchcopy {
    color: #fff;
    font-weight: bold;
    position: absolute;
    z-index: 10;
    top: 45%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    letter-spacing: 1px;
    font-size: 18px;
}
section {
    padding: 2rem 0;
}
h2 {
    color: #56b270;
    text-align: center;
    font-size: 24px;
    margin-bottom: 1rem;
}
#information .row {
    margin: 0;
    gap: 15px;
}
section#information .row > div {
    border: 1px solid #02983f;
    padding: 2rem 1rem;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
}
#information .row > div h2 {
    text-align: left;
    padding-bottom: 5px;
    font-weight: bold;
    position: relative;
    border-bottom: 5px solid #edc10a;
    margin-bottom: 1rem;
}
#information .row > div h2::before {
    content: '';
    position: absolute;
    bottom: -4.5px;
    width: 22%;
    height: 4.5px;
    background: #56b270;
}
.news-tabs {
    display: flex;
    flex-wrap: wrap;
}
.news-tabs button,.news-tabs a {
    border: none;
    background: none;
    border-left: 1px solid #000;
    text-align: center;
    width: 50%;
    padding: 5px 0;
    margin-bottom: 5px;
    color: #000!important;
    text-decoration: none;
    display: block;
}
.news-tabs button:nth-of-type(even),.news-tabs a:nth-of-type(even) {
    border-right: 1px solid #000;
}
button.tab-btn.active,a.tab-btn.active {
    background: #56b270;
    color: #fff!important;
    transition: 0.3s;
}
ul.news-list {
    padding: 0;
    margin: 1rem 0 0;
    border-top: 1px solid #ccc;
}
ul.news-list a {
    color: #000;
    text-decoration: none;
}
ul.news-list a.postlink {
    width: 65%;
    text-decoration: underline;
}
ul.news-list li {
    list-style-type: none;
    padding: 1rem 0;
    border-bottom: 1px solid #ccc;
}
ul.news-list li p.date {
    margin: 0;
    display: inline-block;
    width: 130px;
}
ul.news-list li a.tag {
    display: inline-block;
    background: #976aba;
    width: 135px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 5px 0;
    border-radius: 5px;
    margin: 0 0 .5rem;
    font-size: 13px;
}
a.tag.odashima {
    background: #41cee5!important;
}
a.tag.osanagi {
    background: #edc10a!important;
}
a.tag.ootomi {
    background: #f26c6c!important;
}
a.tag.toubu{
    background: #5a7fff!important;
}
ul.news-list h3 {
    font-size: 16px;
    margin: 0;
    font-weight: 500;
}
a.link-btn {
    display: block;
    background: #56b270;
    width: 260px;
    margin: 2rem auto 0;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    padding: 20px 0;
    border-radius: 5px;
}
#application ul {
    padding: 0;
    margin: 0;
}
#application ul li {
    list-style-type: none;
    margin-bottom: 10px;
    font-size: 14px;
}
#application ul li::before {
    content: "";
    background-image: url(../img/ico-cheack.png);
    display: inline-block;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 5px;
    vertical-align: middle;
}
h2.ttl::before {
    content: "";
    background-image: url(../img/ico-ttl.png);
    display: block;
    width: 40px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto .5rem;
}
ul.job {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
}
ul.job li {
    width: 100%;
    list-style-type: none;
}
ul.job li a {
    color: #fff;
    text-decoration: none;
    background-image: url(../img/about1.jpg);
    background-size: 100%;
    height: 150px;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.job li a:hover {
    background-size: 120%;
    opacity: 1;
}
ul.job li:nth-of-type(2) a{
    background-image: url(../img/about2.jpg);
}
ul.job li:nth-of-type(3) a{
    background-image: url(../img/about4.jpg);
}
/* ul.job li:nth-of-type(4) a{
    background-image: url(../img/about4.jpg);
} */
ul.job li h3 span {
    display: block;
    text-align: center;
    font-size: 25px;
    margin-bottom: 5px;
}
ul.job li h3 {
    font-size: 18px;
    text-align: center;
    margin: 0;
}
.start{    
    margin-top: 4rem;
}
.start > div {
    background: #11aeba;
    padding: 2rem 1rem;
    color: #fff;
}
.start h3{
    text-align: center;
    font-size: 24px;
}
.start ul {
    margin: 0;
    line-height: 2;
}
.start ul a {
    color: #fff;
}
.start::before {
    content: "";
    background-image: url(../img/bg-start.jpg);
    display: block;
    height: 230px;
    background-size: cover;
    background-position: center;
}
body.home #midorinet {
    background: #edf9f0;
}
#midorinet ul {
    padding: 0;
    margin: 0 auto;
    width: 90%;
}

#midorinet ul li {
    list-style-type: none;
}
#midorinet ul li a {
    color: #000;
    text-decoration: none;
    display: block;
}
#midorinet ul li a figure {
    overflow: hidden;
}
#midorinet ul li a figure img {
    object-fit: contain;
    width: 100%;
    height: 400px;
    transition: 0.5s;
}
#midorinet ul li a:hover{
    opacity: 1;
}
#midorinet ul li a:hover figure img{
    transition: 0.5s;
    transform: scale(1.2);
}
#midorinet ul li a .date {
    margin: 0 0 5px;
}
#midorinet ul li a h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}
#midorinet ul li + li {
    margin-top: 2rem;
}
#access h3 {
    color: #56b270;
    text-align: center;
    font-size: 24px;
    margin-bottom: 1rem;
}
#access .row .col-sm-6:nth-of-type(2) {
    margin-top: 2rem;
}
.map iframe {
    height: 300px;
}
#banner {
    background: #f2f2f2;
}
ul.bn-list {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
ul.bn-list li {
    list-style-type: none;
    width: 47.8%;
}
#contact {
    padding: 3rem 0;
    background-image: url(../img/bg-contct.jpg);
    background-size: cover;
    background-position: center;
}
a.ct-btn {
    display: block;
    background: #56b270;
    width: 85%;
    margin: 0 auto 2rem;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    padding: 20px 0;
    border: 3px solid #fff;
    border-radius: 5px;
}
a.ct-btn:hover {
    opacity: 1;
    background: #fff;
    color: #56b270;
    border: 3px solid #56b270;
}
a.ct-btn::before {
    content: "";
    background-image: url(../img/ico-mail.png);
    display: inline-block;
    width: 40px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 6px;
    vertical-align: bottom;
    transition: 0.5s;
}
a.ct-btn:hover:before{
    background-image: url(../img/ico-mail2.png);
    transition: 0.5s;
}
#contact p {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}
#contact p a.tell,a.tell {
    color: #fff;
    display: block;
    text-decoration: none;
    font-size: 30px;
}
#contact p a.tell::before ,a.tell::before{
    content: "";
    background-image: url(../img/ico-tell.png);
    display: inline-block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 6px;
    vertical-align: middle;
}
#f-bottom {
    background: #edf9f0;
    padding: 2rem 0 1rem;
}
ul.f-nav {
    padding: 0;
    margin: 0 ;
    display: flex;
    flex-wrap: wrap;
}
ul.f-nav li {
    width: 50%;
    list-style-type: none;
}
ul.f-nav li a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
    display: block;
    padding: 6px;
}
#f-bottom .logo {
    text-align: center;
    margin: 2rem 0;
}
#page-top {
	position: fixed;
	right: 10px;
	z-index: 2;
	opacity: 0;
	transform: translateY(100px);
}
#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}
#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}

@media screen and (min-width:760px) {
p.catchcopy {
    font-size: 26px;
}
ul.news-list li {
    display: flex;
    align-items: center;
}
ul.news-list li a.tag {
    margin-bottom: 0;
    margin-right: 15px;
}
ul.news-list a.postlink {
    width: 65%;
}
#application ul li {
    font-size: 16px;
}
ul.job{
    flex-wrap: nowrap;
    justify-content: space-between;
}
ul.job li {
    /* width: 33.16%; */
    width: 50%;
}
ul.job li a{
    height: 215px;
}
a.link-btn.mt-3 {
    margin-top: 2rem !important;
}
.start{
    position: relative;
}
.start::before {
    width: 40%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.start > div {
    width: 60%;
    margin-left: auto;
}
#midorinet ul li + li {
    margin-top: 0;
}
#midorinet ul li a figure img {
    height: 240px;
}
#access .row .col-sm-6:nth-of-type(2) {
    margin-top: 0;
}
ul.bn-list li {
    width: 22.8%;
}
#contact p {
    display: flex;
    align-items: center;
    justify-content: center;
}
a.ct-btn {
    width: 500px;
}
ul.f-nav li {
    width: 25%;
}
}
@media screen and (min-width:1200px) {
#header {
    justify-content: space-between;
}
nav ul {
    align-items: center;
}
nav ul li a {
    padding: 0 20px;
}
nav ul li a.contact-btn {
    width: 145px;
    margin: 0;
    padding: 15px 0;
    margin-left: 1rem;
}
.slider, .slider-item, .slider-item img {
    height: auto;
}
p.catchcopy {
    font-size: 40px;
}
#information #news {
    width: 65%;
    height: 480px;
}
section {
    padding: 4rem 0;
}
ul.news-list{
    margin: 0;
}
.news-tabs button,.news-tabs a {
    border-right: 1px solid #000;
    width: 16.6%;
    border-left: none;
}
ul.news-list li a.tag {
    padding: 10px 0;
    font-size: 15px;
}
#application,#information #news {
    position: relative;
}
#application .link-btn,#information #news .link-btn {
    position: absolute;
    bottom: 2rem;
    left: 0;
    right: 0;
}
ul.job li a {
    height: 360px;
}
ul.job li h3 span {
    font-size: 35px;
}
ul.job li h3 {
    font-size: 25px;
}
#about .d-md-flex a.link-btn {
    margin-left: 0!important;
    margin-right: 0 !important;
}
#about .d-md-flex {
    justify-content: center;
    gap: 0 40px;
}
.start {
    position: relative;
    max-width: 1140px;
    margin: 6rem auto;
}
.start > div {
    padding: 3rem 3rem 5rem;
}
.start h3 {
    margin-bottom: 2rem;
}
#midorinet ul {
    width: 100%;
    gap: 20px;
}
#midorinet ul li a figure img {
    height: 460px;
}
#midorinet ul li {
    width: 32%;
}
#access .row {
    justify-content: space-between;
}
#access .row .col-sm-6 {
    width: 47%;
    text-align: center;
}
.map iframe {
    height: 360px;
}
ul.bn-list li {
    width: 23.9%;
}
#contact {
    padding: 5rem 0;
}
a.ct-btn {
    font-size: 20px;
    padding: 25px 0;
}
a.ct-btn::before {
    width: 44px;
    height: 30px;
    vertical-align: middle;
}
#contact p {
    font-size: 24px;
}
#contact p a.tell {
    margin-left: 10px;
}
ul.f-nav {
    justify-content: center;
}
ul.f-nav li {
    width: auto;
}
ul.f-nav li a {
    padding: 0 25px;
}
}
@media screen and (min-width:1400px) {
#header {
    height: 70px;
}
.logo img {
    width: 300px;
}
nav ul li a {
    padding: 0 30px;
    font-size: 18px;
}
#mainvisual {
    margin-top: 70px;
}
.container,.start {
    max-width: 1300px;
}
section {
    padding: 6rem 0;
}
h2 {
    font-size: 26px;
    margin-bottom: 2rem;
}
#application ul li {
    font-size: 18px;
    margin-bottom: 15px;
}
h2.ttl::before {
    width: 50px;
    height: 40px;
}
    ul.job li a {
        height: 400px;
    }
ul.job li h3 span {
    font-size: 40px;
}
    ul.job li h3 {
    font-size: 28px;
}
.start h3 {
    font-size: 28px;
}
.start > div {
    padding: 4rem 4rem 7rem;
    font-size: 18px;
}
.start {
    margin-bottom: 0;
}
#midorinet ul li a figure img {
    height: 540px;
}
.map iframe {
    height: 400px;
}
#contact {
    padding: 6rem 0;
}
ul.f-nav li a {
    font-size: 18px;
}
#about h2 + p {
    margin-bottom: 2rem;
}
}

@media screen and (min-width:1600px) {
nav ul li a {
    padding: 0 45px;
    font-size: 20px;
}
nav ul li a.contact-btn {
    width: 170px;
}
p.catchcopy {
    font-size: 52px;
}
h2 {
    font-size: 30px;
}
.news-tabs button,.news-tabs a {
    font-size: 18px;
}
#application h2 {
    margin-bottom: 1.5rem;
}
ul.job li a {
    height: 585px;
}
ul.job li h3 span {
    font-size: 50px;
}
ul.job li h3 {
    font-size: 33px;
}
#contact {
    padding: 8rem 0;
}
a.ct-btn {
    font-size: 24px;
    padding: 30px 0;
    width: 600px;
}
#contact p {
    font-size: 29px;
}
#contact p a.tell {
    font-size: 42px;
}
#contact p a.tell::before {
    width: 34px;
    height: 34px;
}
#f-bottom {
    padding: 3rem 0 1rem;
}
#f-bottom .logo {
    margin: 2.5rem 0;
}
}

/* page */
#page_header {
    margin-top: 65px;
    background: #edf9f0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 0;
}
h1.page-title {
    margin: 0;
    color: #56b270;
    font-weight: bold;
    font-size: 24px;
}
h1.page-title::before{
    content: "";
    background-image: url(../img/ico-ttl.png);
    display: block;
    width: 40px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto .5rem;
}
.bread {
    background: #02983f;
    color: #fff;
    font-weight: bold;
    padding: 10px 0;
}
.bread a,.bread span {
    color: #fff;
    text-decoration: none;
    padding: 0 4px;
}
#page-content {
    padding: 2rem 0;
}
#page-content h2.wp-block-heading {
    text-align: left;
    padding-bottom: 5px;
    font-weight: bold;
    position: relative;
    border-bottom: 5px solid #edc10a;
    margin:2rem 0 1rem;
}
#page-content h2.wp-block-heading:not(:nth-of-type(1)) {
    margin: 3rem 0 1rem;
}
#page-content h2.wp-block-heading::before {
    content: '';
    position: absolute;
    bottom: -4.5px;
    width: 22%;
    height: 4.5px;
    background: #56b270;
}
#page-content h3.wp-block-heading {
    border-left: 6px solid #56b270;
    padding: 5px;
    color: #56b270;
    padding-left: 10px;
    margin: 2rem 0 1rem;
    font-size: 21px;
}
#page-content h4.wp-block-heading{
    color: #56b270;
    font-size: 18px;
    margin: 2rem 0 1rem;
    font-weight: bold;
}
.wp-block-group__inner-container {
    margin: 0 auto;
    padding: 0 1rem;
}
.worksbg {
    margin-top: 3rem;
    padding: 5rem 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.worksbg h2 {
    color: #fff;
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    margin: 0;
}

.worksbg h2 span {
    font-size: 40px;
    margin-right: 8px;
}
figcaption {
    text-align: center;
    margin-bottom: 0;
    margin-top: 0.5rem;
}
:where(.wp-block-columns.is-layout-flex) {
    gap: 1em;
}
ul[class^="facility-slider"] {
    padding: 0;
    width: 90%;
    margin: 0 auto;
}
#page-content .slick-prev, .slick-next {
    border-top: 4px solid #02983f;
    border-right: 4px solid #02983f;
}
#page-content .slick-next {
    right: -6.5%;
}
#page-content .slick-prev {
    left: -6.5%;
}
.apply-link a {
    display: block;
    color: #02983f;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    border: 2px solid #02983f;
    padding: 20px;
    text-align: center;
    position: relative;
    width: 320px;
}
.apply-link a:hover {
    opacity: 1;
    background: #02983f;
    color: #fff;
}
.apply-link a::after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    border-left: 30px solid transparent;
    border-bottom: 30px solid #02983f;
}
.page-id-98 #page-content h3.wp-block-heading {
    margin-top: 3rem;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th {
    background-color: #edf9f0;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th,
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td {
    padding: 1rem;
}
#page-content a.tell {
    color: #000;
    font-weight: bold;
}

@media screen and (min-width:760px) {
ul[class^="facility-slider"] li {
    margin: 0 5px;
}
.wp-block-group__inner-container {
    max-width: 720px;
}
}
@media screen and (min-width:1200px) {
#page-content {
    padding: 3rem 0;
}
.wp-block-group__inner-container {
    max-width: 1140px;
}
h1.page-title {
    font-size: 35px;
}
#page_header {
    padding: 4rem 0;
}
.worksbg {
    background-attachment: fixed;
    height: 350px;
    margin: 4rem 0;
}
.worksbg h2 {
    left: 0;
    font-size: 34px;
    right: 0;
    text-align: left;
    max-width: 1100px;
    margin: 0 auto;
}
.worksbg h2 span {
    font-size: 50px;
    margin-right: 15px;
}
#page-content h2.wp-block-heading {
    font-size: 30px;
    margin-bottom: 2rem;
}
#page-content h2.wp-block-heading:not(:nth-of-type(1)) {
    margin-top: 4rem;
}
:where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
}
ul[class^="facility-slider"] li {
    margin: 0 15px;
}
ul[class^="facility-slider"] {
    margin-top: 2rem;
    width: 85%;
}
#page-content .slick-next {
    right: -3.5%;
}
#page-content .slick-prev {
    left: -3.5%;
}
#page-content h3.wp-block-heading {
    font-size: 26px;
    border-left: 10px solid #56b270;
}
#page-content h4.wp-block-heading {
    font-size: 22px;
}
ul[class^="facility-slider"] li img {
    object-fit: contain;
    width: 100%;
    height: 330px;
}
.page-id-98 #page-content h3.wp-block-heading {
    margin-top: 4rem;
}
}
@media screen and (min-width:1400px) {
.wp-block-group__inner-container,.worksbg h2  {
    max-width: 1300px;
}
#page-content {
    padding: 4rem 0;
}
h1.page-title {
    font-size: 42px;
}
.worksbg {
    height: 430px;
    margin: 5rem 0;
}
.worksbg h2 {
    font-size: 40px;
}
ul[class^="facility-slider"] li img {
    height: 390px;
}
}
@media screen and (min-width:1600px) {
h1.page-title {
    font-size: 50px;
}
.worksbg h2 {
    font-size: 50px;
}
.worksbg h2 span {
    font-size: 60px;
}

}

/* form */
.wp-block-snow-monkey-forms-item {
    border-top: 1px solid #ddd;
}
.smf-item label {
    font-weight: bold;
}
.smf-item label strong {
    color: red;
    font-size: 12px;
    margin-left: 10px;
    vertical-align: middle;
}
.smf-action .smf-button-control__control {
    display: block;
    background: #56b270;
    margin: 0 auto;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    border-radius: 5px;
    border: none;
    padding: 20px 35px;
}
@media screen and (min-width:1200px) {
#snow-monkey-form-129 {
    margin: 3rem auto 0;
}
.smf-form--simple-table .smf-item {
    padding: 3rem;
}
}

/* news */
ul.news-list h3 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.archive .news-tabs {
    margin-bottom: 1rem;
}
.pagenavi {
    margin: 1rem auto;
    text-align: center;
}
span.pages {
    display: none;
}
.pagenavi .wp-pagenavi a,.pagenavi .wp-pagenavi span {
    border: 1px solid #56b270;
    padding: 5px 10px;
    color: #000;
}
.pagenavi .wp-pagenavi a:hover,.pagenavi .wp-pagenavi span.current {
    border-color: #56b270;
    background: #56b270;
    color: #fff;
}
.entry-pager {
  display: flex;
  justify-content: space-between;
  margin-top: 4rem;
}
.back a, .next a {
  text-decoration: none;
  border: 1px solid #ccc;
  padding: 10px 20px;
  border-radius: 5px;
  width: 150px;
  display: block;
  text-align: center;
  color: #000;
}
.back a::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-left: 3px solid #56b270;
  border-bottom: 3px solid #56b270;
  transform: rotate(45deg);
  margin-right: 10px;
}
.next a::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-left: 3px solid #56b270;
  border-bottom: 3px solid #56b270;
  transform: rotate(-135deg);
  margin-left: 10px;
}
@media screen and (min-width:1200px) {
.news-tabs a {
    padding: 15px;
}
}
