@charset "UTF-8";
body{font-family: "M PLUS Rounded 1c", sans-serif;font-weight: 500;font-style: normal;}
img{max-width: 100%; height: auto;}
h2,h3{ font-weight: bold;}
p{line-height: 1.8;}
a{transition:0.5s;}
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;
}
nav ul{
	list-style: none;
	display: flex;
	justify-content: center;
}
nav ul ul{
	display: block;
}

nav ul li{
	position: relative;
}
nav ul li a {
    display: block;
    text-decoration: none;
    color: #73a873;
    padding: 15px 35px;
    transition: all .3s;
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
}
nav ul li a small {
    color: #0b6807;
    display: block;
    font-size: 16px;
}
nav ul li a:hover{
    color: #73a873;
}
nav ul li a small:hover{
    color: #0b6807;
}
nav ul li.tell a::before {
    content: "";
    display: inline-block;
    background-image: url(../img/ico-tell.png);
    width: 25px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: text-top;
    margin-right: 5px;
}
nav ul li li a{
	padding:10px 35px;
}
nav ul li.tell a {
    display: block;
    width: 320px;
    margin: 1rem auto 0;
    color: #fff;
    border-radius: 70px;
    font-size: 24px;
    position: relative;
    padding-left: 4.5rem;
    transition: 0.5s;
    background: linear-gradient(45deg, #7bb500 0%, #5fbf8b 50%, #7bb500 100%);
    background-size: 200% auto;
    background-position: 1% 50%;
    transition: background-position 0.5s ease-out, color 0.3s;
}
nav ul li.tell a:hover {
    opacity: 1;
    transition: 0.5s;
      background-position: 99% 50%; 
}
nav ul li.tell a small {
    font-size: 13px;
    line-height: 1;
    color: #fff;
}
nav ul li.tell a::before {
    content: "";
    display: inline-block;
    background-image: url(../img/ico-tell.png);
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 30px;
}
#header .logo a {
    color: #000;
    text-decoration: none;
    font-size: 22px;
}
@media screen and (max-width:1299px){
#header .logo {
    position: relative;
    z-index: 9999;
}

#header::after {
    content: "";
    background: #fff;
    width: 100%;
    height: 65px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}
#g-nav {
    position: fixed;
    z-index: 999;
    top: -120%;
    left: 0;
    width: 100%;
    height: 100vh;
    transition: all 0.6s;
    right: 0;
    margin: 0;
    background-color: rgba(255, 255, 255, 0.9);
}
#g-nav.panelactive{
    top: 0;
}
#g-nav.panelactive #g-nav-list {
    position: fixed;
    z-index: 999;
    width: 95%;
    height: 90vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
#g-nav ul {
    margin: 60px auto 0;
    padding: 20px 0 0;
    background: #f2f9e8;
    height: 90vh;
    width: 95%;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
}
nav{
    padding: 0;
}

nav ul{
    display: block;
}

.openbtn {
    position: fixed;
    z-index: 9999;
    top: 5px;
    right: 5px;
    cursor: pointer;
    width: 55px;
    height: 55px;
    background: #43a305;
    border-radius: 5px;
}
.openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 12px;
    height: 3px;
    border-radius: 2px;
    background-color: #fff;
    width: 30px;
}
.openbtn::before {
    content: "close";
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 10px;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    text-align: center;
    transition: 0.4s;
    opacity: 0;
}
.openbtn.active::before {
    transition: 0.4s;
    opacity: 1;
}
.openbtn span:nth-of-type(1) {
	top: 15px;
}
.openbtn span:nth-of-type(2) {
	top: 27px;
}
.openbtn span:nth-of-type(3) {
	top: 39px;
}

.openbtn.active span:nth-of-type(1) {
    top: 16px;
    transform: translateY(6px) rotate(-45deg);
    width: 25px;
    left: 15px;
}
.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}
.openbtn.active span:nth-of-type(3){
    top: 28px;
    transform: translateY(-6px) rotate(45deg);
    width: 25px;
    left: 15px;
}
}
#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: 70vh;
    object-position: 30%;
}
.slick-dots {
    position: relative;
    z-index: 3;
    margin: -25px 0 0 0;
    padding: 0;
    text-align: left;
    padding-left: 9%;
}
.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: #0b6807;
}
.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);
}
#mainvisual .time {
    background-image: linear-gradient(90deg, #ffbf3f, #ff8200);
    color: #fff;
    position: absolute;
    bottom: 0;
    z-index: 10;
    right: 0;
    border-radius: 10px 0 0 0;
    border: 3px solid #fff;
    padding: 10px;
}
.time dt {
    font-weight: 500;
    background: #fff;
    width: 60px;
    color: #fc8c06;
    font-size: 11px;
    padding: 0;
    border-radius: 100px;
    text-align: center;
    margin-right: 5px;
}
.time dl {
    display: flex;
    width: 100%;
    align-items: center;
}
.time dd {
    width: 160px;
    font-size: 12px;
    margin: 0;
}
.time dd small {
    font-size: 9.5px;
    margin-left: 3px;
}
.time dl:nth-of-type(1) dd {
    font-size: 20px;
}
.time dl:nth-of-type(1){
    margin-bottom: .5rem;
}
.time dl:nth-of-type(2){
    margin-bottom: 0;
}
section {
    padding: 3rem 0;
} 
h2 {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 1rem;
    letter-spacing: 1px;
}
#intro h2 {
    color: #43a305;
    font-weight: 600;
}
#wrap {
    position: relative;
}
#wrap::before {
    content: "";
    display: block;
    background-image: url(../img/bg-intro.png);
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.open {
    background: #f2f9e8;
    padding: 1rem 10px;
    border-radius: 15px;
    /* box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.3); */
    margin-bottom: 2rem;
}
.flyer a {
    display: block;
    width: 90%;
    margin: 0 auto;
    text-align: center;
}
#floorguide {
    background: #f3f4e4;
    border-radius: 50px 0 0 50px;
    border: 1px solid #fff;
    border-right: none;
}
h2.ttl {
    font-size: 24px;
}

h2.ttl small {
    display: block;
    font-size: 14px;
    line-height: 1;
}
#training {
    background: #a4ce9f;
    color: #fff;
    position: relative;
}
#training::before {
    background: #a4ce9f;
    content: "";
    display: block;
    height: 140%;
    position: absolute;
    top: -20%;
    width: 100%;
    z-index: -1;
}
#training img.graph {
    width: 135px;
    height: auto;
    object-fit: contain;
    margin: -20px 0 0 15px;
}
#training div[class^="col-"] img {
    border-radius: 20px;
    border: 5px solid #fff;
    margin-bottom: 10px;
}
#training a.link-btn {
    border: 6px solid #fff;
}
#use {
    background: #d2e8cf;
    border-radius: 0 50px;
}
#use .container {
    background: #fff;
    padding: 1.5rem 12px;
    width: 95%;
    border-radius: 20px;
}
#use .container h2 {
    text-align: center;
    font-weight: 500;
}
#use h3 {
    background: #f3f4e4;
    padding: 6px;
    font-size: 18px;
    font-weight: 500;
}
#use h4 {
    padding: 5px;
    font-weight: 500;
    margin-top: 1rem;
    border-bottom: 3px solid #55a516;
    color: #55a516;
    font-size: 18px;
}
#use h5 {
    color: #55a516;
    font-size: 18px;
    border-left: 5px solid;
    padding-left: 10px;
    margin: 1rem 0 .5rem;
}
#use h3:not(:nth-of-type(1)){
    margin-top: 2rem;
}
a.link-btn {
    display: block;
    width: 280px;
    margin: 1rem auto 0;
    color: #fff;
    border-radius: 70px;
    font-size: 16px;
    position: relative;
    transition: 0.5s;
    background: linear-gradient(45deg, #7bb500 0%, #5fbf8b 50%, #7bb500 100%);
    background-size: 200% auto;
    background-position: 1% 50%;
    transition: background-position 0.5s ease-out, color 0.3s;
    text-align: center;
    padding: 20px 0;
    text-decoration: none;
}
a.link-btn:hover{
    opacity: 1;
    transition: 0.5s;
    background-position: 99% 50%;
}
#use table{
    width: 100%;
	margin-bottom: 1rem;
}
@media screen and (max-width:760px) {
#use table th,#use table td{
    display: block;
}
#use table th {
    padding: 5px;
    font-weight: 500;
    margin-top: 1rem;
    border-bottom: 3px solid #55a516;
    color: #55a516;
}
}
#access h3 {
    padding: 5px;
    font-weight: 500;
    margin-top: 1rem;
    border-bottom: 3px solid #55a516;
    color: #55a516;
    font-size: 18px;
}
#access h3:not(:first-child) {
    margin-top: 2rem;
}
#page-top {
    background-image: url(../img/bg-intro.png);
    margin: 0;
    text-align: end;
}
#page-top a {
    color: #000;
    text-decoration: none;
    display: block;
    padding: 15px;
}
#page-top a img {
    margin-right: 10px;
}
#footer section {
    background-image: linear-gradient(90deg, #7bb500, #5fbf8b);
    position: relative;
    padding: 2rem 0 1rem;
    color: #fff;
}
#footer section .container {
    position: relative;
    z-index: 1;
}
#footer section::before {
    content: "";
    background-image: url(../img/f-top.png);
    display: block;
    background-size: contain;
    height: 20%;
    width: 100%;
    position: absolute;
    top: -20px;
    background-repeat: repeat-x;
    z-index: 0;
}
#footer .logo{
    font-size: 22px;
}
#footer dl {
    display: flex;
    margin: 0;
}
#footer dl dt {
    font-weight: 500;
    width: 80px;
}
ul.f-list li {
    list-style-type: none;
}
ul.f-list li a {
    color: #fff;
    display: inline-block;
    padding: 5px 0;
    position: relative;
}
ul.f-list li a::before {
    content: ">";
    display: block;
    position: absolute;
    left: -15px;
}
.cta a.tell {
    color: #fff;
    text-decoration: none;
    display: block;
    font-size: 30px;
    line-height: 1;
}
.cta a.tell::before {
    content: "";
    background-image: url(../img/ico-tell.png);
    display: inline-block;
    width: 50px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 10px;
}
a.cta-btn {
    background: #fff;
    width: 100%;
    display: block;
    border-radius: 60px;
    padding: 20px 0;
    text-align: center;
    color: #2c9923;
    text-decoration: none;
    font-size: 17px;
    margin: 1rem 0 0;
    border:3px solid transparent;
}
a.cta-btn:hover{
    opacity: 1;
    background: #2c9923;
    color: #fff;
    border:3px solid #fff;
}
ul.bn-list {
    padding: 0;
    margin: 2rem auto;
    width: 65%;
}
ul.bn-list li {
    list-style-type: none;
}
ul.bn-list li a {
    display: block;
    margin: 10px 0;
}

@media screen and (min-width:760px) {
#header .logo a,#footer .logo {
    font-size: 28px;
}
.slider, .slider-item, .slider-item img {
    height: auto;
    object-position: center;
}
#mainvisual .time {
    bottom: 10px;
    right: 10px;
    border-radius: 10px;
    box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.3);
}
.time dt {
    font-size: 14px;
    width: 80px;
    padding: 3px 0;
}
.time dd {
    width: 190px;
    font-size: 16px;
}
.time dl:nth-of-type(1) dd {
    font-size: 25px;
}
section {
    padding: 4rem 0;
}
.open {
    padding: 2rem;
}
.flyer a {
    width: 70%;
}
h2.ttl {
    font-size: 30px;
}
#floorguide {
    border-radius: 100px 0 0 100px;
}
#training img.graph {
    width: 220px;
    margin: -35px 0 0 15px;
}
#training a.link-btn {
    width: 380px;
}
#use {
    border-radius: 0 100px;
}
#use .container {
    padding: 2rem;
    width: 100%;
}
#use a.link-btn {
    margin-left: 0;
}
#use table th,#use table td {
    padding: 15px;
}
#use table th {
    font-weight: 500;
    width: 20%;
    padding-left: 30px;
}
#use table tr {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #ccc;
}
#access h3 {
    margin-top: 0;
}
#access {
    padding-bottom: 0;
}
ul.bn-list {
    display: flex;
    justify-content: space-around;
    width: 80%;
}
ul.bn-list li {
    width: 30%;
}
}
@media screen and (min-width:1300px) {
#header {
    align-items: center;
    justify-content: space-between;
    height: 70px;
}
#g-nav ul {
    padding: 0;
    margin: 0;
    align-items: center;
}
nav ul li a {
    padding: 00 15px;
}
nav ul li.tell a {
    margin: 0;
    width: 270px;
    padding: 7px 0;
    padding-left: 60px;
    padding-top: 5px;
}
nav ul li.tell a::before {
    left: 15px;
}
nav ul li a small {
    line-height: 1;
}
/* .slider, .slider-item, .slider-item img {
    height: 80vh;
} */
#mainvisual {
    margin-top: 70px;
}
#mainvisual .time {
    bottom: 20px;
    right: 20px;
    padding: 1.5rem 1rem;
}
.time dt {
    font-size: 18px;
    width: 100px;
}
.time dd {
    width: 240px;
    font-size: 20px;
}
.time dd small {
    font-size: 13.5px;
}
.time dl:nth-of-type(1) dd {
    font-size: 32px;
}
section {
    padding: 6rem 0;
}
.container {
    max-width: 1000px;
}
h2 {
    font-size: 28px;
}
.open {
    padding: 3rem;
    margin-bottom: 3rem;
}
#intro {
    position: relative;
    padding: 6rem 0 10rem;
}
#intro::before {
    content: "";
    background-image: url(../img/intro-right-top.png);
    width: 70%;
    height: 490px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    /* z-index: 1; */
    z-index: -1;
}
#intro::after {
    content: "";
    background-image: url(../img/intro-left-bottom.png);
    width: 50%;
    height: 50%;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -17%;
    left: 0;
    background-position: bottom;
    z-index: -1;
}
.flyer{
    position: relative;
}
.flyer a {
    position: relative;
    z-index: 2;
}
.flyer::before {
    content: "";
    background-image: url(../img/intro-right.png);
    width: 170px;
    height: 50%;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 15%;
    right: -8%;
}
.flyer::after {
    content: "";
    background-image: url(../img/intro-left.png);
    width: 170px;
    height: 50%;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -21%;
    left: -10%;
}
h2.ttl {
    font-size: 40px;
    margin-bottom: 2rem;
}
h2.ttl small {
    font-size: 18px;
}
#floorguide {
    border-radius: 250px 0 0 250px;
    padding: 4rem 0;
}
#floorguide h2.ttl {
    margin-bottom: -2rem;
}
#training::before {
    top: -25%;
    height: 160%;
}
#training img.graph {
    width: 330px;
    margin: -50px 0 0 15px;
}
#training div[class^="col-"] img {
    margin: 0;
    border: 10px solid #fff;
}
#training div[class^="col-"] {
    padding: 0;
    position: relative;
    z-index: 1;
}
#training .row {
    gap: 20px;
    position: relative;
    z-index: 1;
}
#training .col-md-4 {
    width: 32%;
}
#training::after {
    content: "";
    background-image: url(../img/training-botomm.png);
    width: 50%;
    height: 50%;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    background-position: bottom;
    z-index: 0;
}
#training .container::before {
    content: "";
    background-image: url(../img/training-right.png);
    width: 150px;
    height: 50%;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 20px;
    right: 0;
}
#use {
    border-radius: 0 250px;
    position: relative;
}
#use .container {
    padding: 3rem;
    position: relative;
    z-index: 1;
}
#use h3 {
    padding: 12px;
    font-size: 20px;
}
#use h3:not(:nth-of-type(1)){
    margin-top: 4rem;
}
#use li {
    line-height: 1.8;
}
#use::before {
    content: "";
    background-image: url(../img/use-left.png);
    width: 100px;
    height: 50%;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 16%;
    left: 0;
}
#use::after {
    content: "";
    background-image: url(../img/use-bottom.png);
    width: 58%;
    height: 50%;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    background-position: bottom;
}
#access h3 {
    font-size: 22px;
}
#access h3:not(:first-child) {
    margin-top: 3rem;
}
#footer section::before {
    height: 30%;
}
#footer section {
    padding: 3rem 0 1rem;
}
ul.f-list {
    margin: 0;
    display: flex;
    justify-content: space-between;
}
.col-md-6.cta p {
    font-size: 20px;
}
.cta a.tell {
    font-size: 36px;
}
.cta a.tell::before{
    width: 60px;
    height: 60px;
}
#access a.link-btn {
    margin: 0;
}
#footer {
    position: relative;
}
#footer::after {
    content: "";
    background-image: url(../img/footer-right.png);
    width: 190px;
    height: 50%;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    background-position: bottom;
}
#footer::before {
    content: "";
    background-image: url(../img/footer-left.png);
    width: 120px;
    height: 50%;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 9%;
    left: 0;
    background-position: bottom;
    z-index: 1;
}
}

@media screen and (min-width:1400px) {
nav ul li a{
    font-size: 22px;
}
#header .logo a, #footer .logo {
    font-size: 34px;
}
nav ul li a {
    font-size: 22px;
    padding: 0 20px;
}
#header{
    height: 80px;
}
#mainvisual {
    margin-top: 80px;
}
.time dl:nth-of-type(2) {
    align-items: baseline;
}
.time dd {
    width: 300px;
    font-size: 24px;
}
.time dd small {
    font-size: 16px;
    margin-left: 6px;
}
.time dl:nth-of-type(1) dd {
    font-size: 36px;
}
.container {
    max-width: 1100px;
}
h2 {
    font-size: 30px;
}
.open p {
    font-size: 18px;
}
#floorguide {
    border-radius: 300px 0 0 300px;
    padding: 5rem 0;
}
#intro::after {
    bottom: -18%;
}
h2.ttl {
    font-size: 45px;
}
#training p.mb-xl-4.mb-xxl-5 {
    font-size: 18px;
}
#use {
    border-radius: 0 300px;
}
#use::before {
    width: 140px;
}
#use table th, #use table td {
    padding: 35px!important;
}
.col-md-6.cta {
    padding-left: 2rem;
}
#footer section {
    padding: 4rem 0 1rem;
}
#footer dl {
    font-size: 18px;
}
a.cta-btn {
    font-size: 20px;
}
ul.f-list {
    justify-content: space-between;
    padding-left: 20px;
    max-width: 500px;
}
#footer::before {
    width: 170px;
    height: 65%;
}
#page-top a{
    padding-bottom: 10px;
}
a.link-btn {
    font-size: 18px;
    width: 320px;
}
}
@media screen and (min-width:1600px) {
.container {
    max-width: 1300px;
}
#header .logo a, #footer .logo {
    font-size: 45px;
}
nav ul li a {
    font-size: 26px;
}
nav ul li a small {
    font-size: 18px;
}
nav ul li.tell a {
    width: 300px;
    font-size: 26px;
    padding-top: 8px;
    padding-bottom: 10px;
}
.time dt {
    padding: 6px 0;
}
.time dl:nth-of-type(1) dd {
    font-size: 40px;
}
.time dd {
    width: 350px;
    font-size: 28px;
}
.time dd small {
    font-size: 18px;
}
h2 {
    font-size: 36px;
}
.flyer::before,.flyer::after{
    width: 230px;
}
#intro::before {
    width: 60%;
    height: 580px;
}
#intro::after {
    width: 45%;
}
section {
    padding: 8rem 0;
}
#intro {
    padding: 8rem 0 10rem;
}
h2.ttl {
    font-size: 54px;
}
#floorguide {
    border-radius: 350px 0 0 350px;
}
#training img.graph {
    width: 425px;
    margin: -70px 0 0 15px;
}
#training .container::before {
    width: 200px;
}
#training div[class^="col-"] img {
    width: 100%;
}
#training .col-md-4 {
    width: 32.3%;
}
#access {
    padding-bottom: 4rem;
}
.col-md-6.cta {
    margin-top: 1.5rem;
}
#footer dl {
    font-size: 20px;
}
#footer dl dt {
    width: 100px;
}
ul.f-list {
    margin: 2rem 0 0;
    font-size: 18px;
    max-width: 530px;
}
.col-md-6.cta p {
    font-size: 22px;
}
.cta a.tell {
    font-size: 46px;
}
a.cta-btn {
    font-size: 22px;
    padding: 35px 0;
}
a.link-btn {
    font-size: 20px;
    width: 350px;
}
}

@media screen and (min-width:1900px) {
#intro {
    padding: 8rem 0 15rem;
}
.flyer::after {
    left: -20%;
}
}

.js-fadeUp {
    opacity: 0; 
    transform: translateY(30px); 
    transition: opacity .8s, transform .8s; 
}
.js-fadeUp.is-inview {
    opacity: 1;
    transform: translateY(0); 
    transition-delay: .5s;
}

/* page */
#page_header {
    margin-top: 65px;
    background: #f2f9e8;
    padding: 2rem 1rem 8rem;
    position: relative;
}
h1.page-title {
    background: #fff;
    text-align: center;
    border-radius: 70px;
    font-size: 28px;
    text-transform: uppercase;
    padding: 12px 0;
    color: #55a516;
    font-weight: bold;
}
h1.page-title small {
    font-weight: 500;
    font-size: 16px;
    display: block;
    color: #73a873;
}
#page-content {
    padding: 3rem 0;
    border-radius: 70px 70px 0 0;
    margin-top: -6rem;
    background: #fff;
    position: relative;
    z-index: 1;
}
body:not(.home) #page-top {
    background: transparent;
}
#page-content a {
    word-break: break-word;
    color: #0066cc;
}
.bread a, .bread span {
    color: #000;
    text-decoration: none;
    padding: 0 5px;
}
h2.wp-block-heading {
    background: #f3f4e4;
    padding: 5px;
    margin: 2rem 0 1rem;
    font-weight: 500;
    font-size: 22px;
}
h3.wp-block-heading {
    color: #55a516;
    font-weight: 500;
    border-bottom: 3px solid;
    padding: 5px;
    margin: 1.5rem 0 1rem;
    font-size: 20px;
}
@media screen and (min-width:760px) {
h1.page-title {
    width: 430px;
    margin: 0 auto;
    padding: 15px 0;
}
#page-content {
    border-radius: 90px 90px 0 0;
}
#page_header {
    overflow: hidden;
}
#page_header::before {
    content: "";
    background-image: url(../img/page-left.png);
    display: block;
    width: 13%;
    height: 70%;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}
#page_header::after {
    content: "";
    background-image: url(../img/page-right.png);
    display: block;
    width: 16%;
    height: 70%;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -7%;
    right: -3%;
}
}
@media screen and (min-width:1200px) {
#page_header {
    margin-top: 70px;
    padding: 3rem 0 11rem;
}
h1.page-title {
    font-size: 45px;
    width: 600px;
    padding: 20px 0;
}
h1.page-title small {
    font-size: 22px;
}
#page-content {
    border-radius: 130px 130px 0 0;
    padding: 4rem 0;
    margin-top: -8rem;
}
h2.wp-block-heading {
    font-size: 28px;
    margin: 5rem 0 1rem;
}
h3.wp-block-heading {
    font-size: 24px;
    margin: 2rem 0 1rem;
}
}
@media screen and (min-width: 1400px) {
h1.page-title {
    font-size: 50px;
    width: 700px;
}
#page_header {
    margin-top: 80px;
    padding: 4rem 0 13rem;
}
#page_header::before {
    width: 200px;
    height: 210px;
}
#page_header::after {
    width: 180px;
    height: 240px;
}
#page-content {
    border-radius: 160px 160px 0 0;
    padding: 4rem 0;
}
}
@media screen and (min-width:1600px) {
h1.page-title {
    font-size: 70px;
    width: 900px;
    border-radius: 120px;
}
h1.page-title small {
    font-size: 30px;
}
#page_header::before {
    height: 280px;
}
#page_header::after {
    width: 230px;
    height: 280px;
}
h2.wp-block-heading {
    font-size: 36px;
    padding: 5px 10px;
    margin-top:6rem;
}
h3.wp-block-heading {
    font-size: 30px;
    margin: 3rem 0 1rem;
}
}

.page-id-23 p.tell {
    font-size: 30px;
    margin: 0;
    line-height: 1;
}
#snow-monkey-form-25 {
    padding: 1rem 0;
}
.smf-form--simple-table .smf-item {
    border-top: 1px solid #ccc;
    padding: 1rem;
}
.smf-form--simple-table .smf-item:last-child {
    border-bottom: 1px solid #ccc;
}
label strong {
    font-weight: 400;
    color: red;
    font-size: 14px;
}
.smf-action .smf-button-control__control {
    border: none;
    display: block;
    width: 300px;
    margin: 1rem auto 0;
    color: #fff;
    border-radius: 70px;
    position: relative;
    background: linear-gradient(45deg, #7bb500 0%, #5fbf8b 50%, #7bb500 100%);
    background-size: 200% auto;
    background-position: 1% 50%;
    transition: background-position 0.5s ease-out, color 0.3s;
    padding: 15px 0;
}
.smf-action .smf-button-control__control:hover {
    opacity: 1;
    transition: 0.5s;
    background-position: 99% 50%;
}
@media screen and (min-width:1200px) {
#snow-monkey-form-25 {
    padding: 3rem 0 0;
}
.smf-form--simple-table .smf-item {
    padding: 2rem 3rem;
    align-items: baseline;
}
.smf-action .smf-button-control__control {
    font-size: 18px;
    padding: 20px 0;
}
}

/* news */
ul.news-list {
    padding: 0;
    margin: 0;
    border-top: 1px solid #ccc;
}
ul.news-list li {
    padding: 1rem;
    border-bottom: 1px solid #ccc;
    list-style-type: none;
}
ul.news-list li p {
    margin: 0;
    color: #55a516;
}
ul.news-list li a {
    color: #000!important;
    text-decoration: none;
}
ul.news-list li a h3 {
    font-weight: normal;
    font-size: 16px;
    margin: 0;
}
.pnavi {
    margin: 1.5rem 0 2rem;
    text-align: center;
}
.wp-pagenavi span.pages {
    display: none;
}
.wp-pagenavi a, .wp-pagenavi span {
    padding: 3px 8px!important;
    color: #000!important;
}
.wp-pagenavi span.current {
    background: #43A205;
    border: 1px solid #43a305!important;
    color: #fff!important;
}
#page-content a.link-btn {
    color: #fff;
}
h2.post-ttl {
    text-align: center;
    font-weight: 500;
    font-size: 23px;
}
.entry-pager {
    display: flex;
    margin: 2rem 0;
    justify-content: space-between;
    align-items: center;
}
.back a,.next a {
    color: #000!important;
    text-decoration: none;
    border: 1px solid #73a873;
    display: block;
    padding: 10px 20px;
    border-radius: 70px;
}
.back a::before, .next a::after {
    content: "＜";
    color: #43a305;
    margin-right: 5px;
}
.next a::after {
    content: "＞";
    color: #43a305;
    margin-right: 0;
    margin-left: 5px;
}
#single-post h2.wp-block-heading:first-child {
    margin-top: 0;
}
@media screen and (min-width:1200px) {
ul.news-list li {
    display: flex;
    align-items: baseline;
    padding: 2rem 3rem;
}
ul.news-list li p {
    width: 130px;
}
h2.post-ttl {
    font-size: 30px;
}
}
@media screen and (min-width:1600px) {
h2.post-ttl {
    font-size: 40px;
}
}