@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;400;700;900&display=swap');

/*common*/
html {
    height: 100%;
}

body {
    color: #333;
    font-family: "M PLUS 1p", sans-serif;
    font-size: clamp(10px, 16 / 1200 * 100vw, 16px);
    font-weight: 400;
    line-height: 1.7;
    line-break: strict;
    word-break: break-all;
    text-align: justify;
    text-justify: distribute;
    min-height: 100vh;
    position: relative;
    background: #fff;
}

a:link {
    text-decoration: none;
    color: #f30;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
}

a:visited {
    text-decoration: none;
    color: #f30;
}

a:hover {
    text-decoration: none;
    opacity: 0.7;
}

p:not(:last-child) {
    margin-bottom: 1.5em;
}

/*PC--------------------------------------------------------------------------------------*/


/*BG*/

.topBG-wrap {
    position: fixed;
    max-width: 1360px;
    width: 100%;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: -1;
}

.topBG-wrap .topBG {
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 66.69117%;
    position: relative;
    width: 100%;
    background: url("../images/top/bg.jpg") no-repeat;
    background-size: cover;
    display: block;
}

.commonBG-wrap {
    position: fixed;
    max-width: 1200px;
    width: 100%;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: -1;
}

.commonBG-wrap .kidsBG {
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 60%;
    position: relative;
    width: 100%;
    background: url("../images/kids/bg.jpg") no-repeat;
    background-size: cover;
    display: block;
}

.commonBG-wrap .infoBG {
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 70.71428%;
    position: relative;
    width: 100%;
    background: url("../images/infomation/bg.jpg") no-repeat top -150px left 0;
    background-size: cover;
    display: block;
}

.commonBG-wrap .businessBG {
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 66.6666%;
    position: relative;
    width: 100%;
    background: url("../images/business/bg.jpg") no-repeat;
    background-size: cover;
    display: block;
}

.commonBG-wrap .outlineBG {
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 66.6666%;
    position: relative;
    width: 100%;
    background: url("../images/outline/bg.jpg") no-repeat top -120px left 0;
    background-size: cover;
    display: block;
}

.commonBG-wrap .linkBG {
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 66.6666%;
    position: relative;
    width: 100%;
    background: url("../images/link/bg.jpg") no-repeat;
    background-size: cover;
    display: block;
}

.commonBG-wrap .privacyBG {
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 66.6666%;
    position: relative;
    width: 100%;
    background: url("../images/privacy/bg.jpg") no-repeat;
    background-size: cover;
    display: block;
}

.commonBG-wrap .contactBG {
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 66.6666%;
    position: relative;
    width: 100%;
    background: url("../images/contact/bg.jpg") no-repeat;
    background-size: cover;
    display: block;
}

.commonBG-wrap .craftsmanshipBG {
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 66.6666%;
    position: relative;
    width: 100%;
    background: url("../images/craftsmanship/bg.jpg") no-repeat;
    background-size: cover;
    display: block;
}

.commonBG-wrap .supportBG {
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 66.6666%;
    position: relative;
    width: 100%;
    background: url("../images/support/bg.jpg") no-repeat;
    background-size: cover;
    display: block;
}

.commonBG-wrap .foodBG {
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 66.6666%;
    position: relative;
    width: 100%;
    background: url("../images/food/bg.jpg") no-repeat;
    background-size: cover;
    display: block;
}

.commonBG-wrap .m404BG {
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 66.6666%;
    position: relative;
    width: 100%;
    background: #fff;
    background-size: cover;
    display: block;
}



@media only screen and (min-width: 1360px) {

    .topBG-wrap .Gradient {
        top: 0px;
        left: 0px;
        height: 0;
        padding-top: 66.66666%;
        position: absolute;
        width: 100%;
        background: rgb(255, 255, 255);
        background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 1) 100%);
    }

}

@media only screen and (min-width: 1200px) {

    .commonBG-wrap .Gradient {
        top: 0px;
        left: 0px;
        height: 0;
        padding-top: 66.66666%;
        position: absolute;
        width: 100%;
        background: rgb(255, 255, 255);
        background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 1) 100%);
    }

}

/*navi*/

#head_wrap {
    top: -100px;
    position: fixed;
    width: 100%;
    margin: 100px auto 0 auto;
    line-height: 1;
    z-index: 999;
    text-decoration: none;
    transition: 0.5s ease-in;
    -webkit-transition: 0.5s ease-in;
    -moz-transition: 0.5s ease-in;
    z-index: 100;
}

#head_wrap .inner {
    max-width: 1260px;
    width: 100%;
    margin: 40px auto;
    position: relative;
    padding: 0 30px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    transition: 0.5s ease-in;
    -webkit-transition: 0.5s ease-in;
    -moz-transition: 0.5s ease-in;
}

#head_wrap .inner #mobile-head{
    width: 18%;
}

#head_wrap .inner .logo img{
    width: 100%;
}

#global-nav ul {
    list-style: none;
    display: inline-flex;
}

#global-nav ul li {
    padding: 0 20px;
}

#global-nav ul li.logo-mono{
    display: none;
}

#global-nav ul li a {
    color: #333;
}

#global-nav ul li.contact-btn a {
    color: #14a83b;
    background: #90c31f;
    color: #fff;
    padding: 0.5em 1em;
    border-radius: 5px;
}

#global-nav ul li.contact-btn a::before {
    display: inline-block;
    color: #ff0;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    content: "\f0e0";
    margin-right: 0.5em;
    font-weight: 900;
}

#global-nav ul li.copyright {
    display: none;
}


/* Fixed */

#head_wrap.fixed {
    position: fixed;
    transition: 0.5s ease-in;
    -webkit-transition: 0.5s ease-in;
    -moz-transition: 0.5s ease-in;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.9);
    -moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
    -webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
    box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
}

#head_wrap.fixed .inner{
    margin: 20px auto;
    transition: 0.5s ease-in;
    -webkit-transition: 0.5s ease-in;
    -moz-transition: 0.5s ease-in;
}

#head_wrap.fixed  .inner #mobile-head{
    width: 18%;
}

/* Toggle Button */

#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 15px;
    width: 30px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}

#nav-toggle div {
    position: relative;
}


/*header*/

.topHeader-wrap {
    max-width: 1260px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
    position: relative;
}

.topHeader-wrap .topHeader {
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 75%;
    position: relative;
    width: 100%;
    display: block;
}

.topHeader-wrap .topHeader .logomono-pos {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 14.75%;
}

.topHeader-wrap .topHeader .logomono-pos .logomono {
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 110.73446%;
    position: relative;
    width: 100%;
    background: url("../images/top/logo-mono.png") no-repeat;
    background-size: cover;
    display: block;
    text-indent: -9999px;
    z-index: 10;
}

.topHeader-wrap .topHeader .read1-pos {
    position: absolute;
    top: 14%;
    left: 30%;
    width: 5.58333%;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
    animation: read1FadeIn 2s ease 0s 1 normal;
    -webkit-animation: read1FadeIn 2s ease 0s 1 normal;
    z-index: 10;
}

@keyframes read1FadeIn {
    0% {
        opacity: 0;
        transform: translateY(10%);
    }

    50% {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes read1FadeIn {
    0% {
        opacity: 0;
        transform: translateY(10%);
    }

    50% {
        opacity: 1;
        transform: translateY(0);
    }
}

.topHeader-wrap .topHeader .read1-pos .read1 {
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 889.55223%;
    position: relative;
    width: 100%;
    background: url("../images/top/read01.png") no-repeat;
    background-size: cover;
    display: block;
    text-indent: -9999px;
}

.topHeader-wrap .topHeader .read2-pos {
    position: absolute;
    top: 14%;
    left: 23%;
    width: 5.58333%;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
    animation: read2FadeIn 2s ease 0s 1 normal;
    -webkit-animation: read2FadeIn 2s ease 0s 1 normal;
    z-index: 10;
}

@keyframes read2FadeIn {
    0% {
        opacity: 0;
        transform: translateY(10%);
    }

    25% {
        opacity: 0;
        transform: translateY(10%);
    }

    75% {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes read2FadeIn {
    0% {
        opacity: 0;
        transform: translateY(10%);
    }

    25% {
        opacity: 0;
        transform: translateY(10%);
    }

    75% {
        opacity: 1;
        transform: translateY(0);
    }
}

.topHeader-wrap .topHeader .read2-pos .read2 {
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 889.55223%;
    position: relative;
    width: 100%;
    background: url("../images/top/read02.png") no-repeat;
    background-size: cover;
    display: block;
    text-indent: -9999px;
}

.topHeader-wrap .topHeader .read3-pos {
    position: absolute;
    top: 14%;
    left: 16%;
    width: 4.41666%;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
    animation: read3FadeIn 2s ease 0s 1 normal;
    -webkit-animation: read3FadeIn 2s ease 0s 1 normal;
    z-index: 10;
}

@keyframes read3FadeIn {
    0% {
        opacity: 0;
        transform: translateY(10%);
    }

    50% {
        opacity: 0;
        transform: translateY(10%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes read3FadeIn {
    0% {
        opacity: 0;
        transform: translateY(10%);
    }

    50% {
        opacity: 0;
        transform: translateY(10%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.topHeader-wrap .topHeader .read3-pos .read3 {
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 1094.3396%;
    position: relative;
    width: 100%;
    background: url("../images/top/read03.png") no-repeat;
    background-size: cover;
    display: block;
    text-indent: -9999px;
}

.commonHeader-wrap {
    max-width: 1260px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
    position: relative;
}

.commonHeader-wrap .commonHeader {
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 60%;
    position: relative;
    width: 100%;
    display: block;
}

.commonHeader-wrap .commonHeader .h2-pos {
    position: absolute;
    bottom: 45%;
    right: 0;
    width: 50%;
    z-index: 10;
}

.commonHeader-wrap .commonHeader .h2-pos h2 {
    background: #14a83b;
    color: #fff;
    font-size: 2.25em;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    padding: 0.5em;
}

.commonHeader-wrap .commonHeader .h2-pos h2 span {
    font-size: 0.5em;
    color: #dadf00;
    font-weight: 700;
}

.commonHeader-wrap .commonHeader .logomono-pos {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 10%;
}

.commonHeader-wrap .commonHeader .logomono-pos .logomono {
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 110.73446%;
    position: relative;
    width: 100%;
    background: url("../images/top/logo-mono.png") no-repeat;
    background-size: cover;
    display: block;
    text-indent: -9999px;
    z-index: 10;
}



/*content*/

.contentBG1 {
    background: #dadf00;
    -webkit-clip-path: polygon(0 400px, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 400px, 100% 0, 100% 100%, 0 100%);
    margin-top: -400px;
    padding-top: 400px;
    padding-bottom: 1px;
    position: relative;
    z-index: 5;
}

.contentBG2 {
    background: #fff;
    -webkit-clip-path: polygon(0 350px, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 350px, 100% 0, 100% 100%, 0 100%);
    margin-top: -350px;
    padding-top: 350px;
    padding-bottom: 1px;
    position: relative;
    z-index: 5;
}

.content-wrap {
    max-width: 1260px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
    position: relative;
}

.catch{
	margin: 70px 0;
	font-size: 1.4em;
	line-height: 1.6em;
}

.commonFrame {
    position: relative;
    padding: 30px 0 0 30px;
    margin: 70px 0;
}

.commonFrame::before {
    content: "";
    z-index: -1;
    position: absolute;
    width: 5%;
    top: 0;
    left: 0;
    background: #14a83b;
    height: 100%;
}

h3 {
    font-size: 2.25em;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 30px;
    position: relative;
}

h3::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: calc(100% - 3em);
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    height: 1px;
    background: #dadf00;
}

h3 span.h3main {
    background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 25%, rgba(255,255,255,1) 25%, rgba(255,255,255,1) 100%);
    padding-right: 1em;
}

h3.m404 span.h3main {
    background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 30%, rgba(255,255,255,1) 25%, rgba(255,255,255,1) 100%);
    padding-right: 1em;
}

h3 span.h3sub {
    font-size: 0.5em;
    color: #dadf00;
    font-weight: 700;
}

.inner-wrap {
    padding: 0 0 0 7.5%;
    box-sizing: border-box;
    overflow: hidden;
}

.inner-wrap iframe{
	max-width: 650px;
	width:100%;
}

.inner-wrap.it0{
	margin-top: -2em;
}

.inner-wrap h1,
.inner-wrap h2,
.inner-wrap h3{
	display: none;
}

.inner-wrap ul,
.inner-wrap ol{
	padding-left: 1.5em;
}

dl.list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

dl.list dt {
    color: #90c31f;
    width: 12%;
    margin-bottom: 0.5em;
}

dl.list dd {
    width: 88%;
    margin-bottom: 0.5em;
}

h4 {
    color: #f90;
    font-size: 1.2em;
    margin: 2em 0;
    padding-bottom: 1em;
    border-bottom: 2px dotted #ccc;
}

h5{
	margin-bottom:1.5em;
	font-size: 1.1em;
	color: #14a83b;
}

h6{
	margin-bottom:1em;
}

.fs09{
	font-size: 0.9em;
}

ul.normal-list {
    margin-bottom: 1.5em;
}

.img-listWrap {
    width: 80%;
    margin: 0 auto 30px auto;
}

ul.img-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.5%;
}

ul.img-list li {
    width: 50%;
    padding: 0 1.5%;
    box-sizing: border-box;
}

ul.img-list li img {
    width: 100%;
}

.linkBtn a {
    background: #90c31f;
    color: #fff !important;
    display: inline-block;
    padding: 0.5em 1.5em;
    border-radius: 100px;
    line-height: 1.5;
}

.linkBtn.linkDoc a::before {
    display: inline-block;
    color: #000;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    content: "\f15c";
    margin-right: 0.5em;
    font-weight: 900;
}

.linkBtn.linkArrow a::before {
    display: inline-block;
    color: #000;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    content: "\f35a";
    margin-right: 0.5em;
    font-weight: 900;
}

.linkBtn.linkForm a::before {
    display: inline-block;
    color: #000;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    content: "\f303";
    margin-right: 0.5em;
    font-weight: 900;
}

ul.info-list{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.5% -3% -1.5%;
    list-style: none;
}

ul.info-list li{
    width: 50%;
    padding: 0 1.5%;
    box-sizing: border-box;
    margin-bottom: 3%;
}

ul.info-list li a{
    color: #333;
}

ul.info-list li .info-box{
    display: flex;
    flex-wrap: wrap;
}

ul.info-list li .info-box .info-pic{
    width: 40%;
    overflow:hidden;
}

ul.info-list li .info-box .info-pic img{
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform .5s ease;
}

ul.info-list li a:hover .info-box .info-pic img{
    transform: scale(1.2,1.2);
  }

ul.info-list li .info-box .info-text{
    width: 60%;
    background: #eee;
    padding: 1.5em;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

ul.info-list li .info-box .info-text .timestamp{
    margin-top: auto;
    text-align: right;
    font-size: 0.9em;
    color: #14a83b;
}

ul.info-list li .info-box .info-text .timestamp::before{
    display: inline-block;
    color: #14a83b;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f017";
    margin-right: 0.5em;
}

.box01 {
    border: 1px solid #90c31f;
    background: #f6f6f6;
    padding: 1.5em;
    margin-bottom: 1.5em;
    display: inline-block;
    font-weight: bold;
}

table.listBox01 {
    margin-bottom: 1em;
}

table.listBox01 tr {
    border-top: 1px solid #90c31f;
    border-bottom: 1px solid #90c31f;
}

table.listBox01 tr:nth-child(odd) {
    background: #f6f6f6;
}

table.listBox01 tr.fix {
    font-weight: bold;
}

table.listBox01 tr td {
    padding: 0.5em 1em;
}

table.listBox01 tr td.boy::before {
    display: inline-block;
    color: #1c73b5;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f118";
    margin-right: 0.5em;
}

table.listBox01 tr td.girl::before {
    display: inline-block;
    color: #ff5395;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f118";
    margin-right: 0.5em;
}

.map-wrap {
    width: 100%;
    margin: 1.5em auto 0 auto;
}

.map-wrap iframe {
    width: 100%;
}

/*pager*/

.article-nav-links{
	max-width:1260px;
	width:100%;
	padding: 0 30px;
	box-sizing: border-box;
	margin: 70px auto;
}

ul.article-titles{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content : space-between;
	align-items: center;
}

ul.article-titles li.prev{
	width: 50%;
	padding-right: 1em;
	padding-left: 1.5em;
	box-sizing: border-box;
	position: relative;
}

ul.article-titles li a{
	color: #333;
}

ul.article-titles li.prev::before{
    display: inline-block;
    color: #14a83b;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f137";
    margin-right: 0.5em;
	position: absolute;
	left: 0;
	top: 50%;
  transform: translateY(-50%);
}

ul.article-titles li.next{
	width: 50%;
	padding-left: 1em;
	padding-right: 1.5em;
	box-sizing: border-box;
	text-align: right;
	position: relative;
}

ul.article-titles li.next::before{
    display: inline-block;
    color: #14a83b;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f138";
    margin-left: 0.5em;
	position: absolute;
	right: 0;
	top: 50%;
  transform: translateY(-50%);
}

.nav-links{
	max-width:1260px;
	width:100%;
	padding: 0 30px;
	box-sizing: border-box;
	margin: 70px auto;
}

ul.page-numbers{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content : center;
	align-items: center;
}

ul.page-numbers li{
	margin: 0 0.5em;
}

ul.page-numbers li a{
	color: #333;
}

ul.page-numbers li .current
{
	color: #fff;
	background: #14a83b;
	padding: 0.2em;
}

/*kids*/

.kids-logo-wrap {
    max-width: 500px;
    width: 80%;
    margin: 70px auto;
}

.kids-logo-wrap img {
    width: 100%;
}

/*footer*/

.footerBG {
    background: #2e2e2e;
    width: 100%;
    padding: 50px 0;
    color: #fff;
    border-bottom: 10px solid #dadf00;
}

.footerBG .footer-wrap {
    max-width: 1260px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
    position: relative;
}


.footerBG .footer-wrap .f-logo-wrap{
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}

.footerBG .footer-wrap .f-logo-wrap .footer-logo{
	width: 216px;
}

.footerBG .footer-wrap .f-logo-wrap .footer-logo img {
    width: 100%;
}

.footerBG .footer-wrap .f-logo-wrap .monis{
	width: 100px;
}

.footerBG .footer-wrap .f-logo-wrap .monis img{
	width: 100%;
}

.footerBG .footer-wrap aside {
    display: flex;
    flex-wrap: wrap;
    font-size: 0.9em;
    margin-top: 50px;
    justify-content: space-between;
    line-height: 2;
    align-items: end;
}

.footerBG .footer-wrap aside p{
    margin-bottom: 0.2em;
}

.footerBG .footer-wrap aside ul{
    list-style: none;
}

.footerBG .footer-wrap aside ul li a{
    color: #fff;
}

/*contact*/

hr{
	margin: 1.5em 0;
}

.contact-wrap{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.contact-item{
	color: #90c31f;
	font-weight: bold;
	width: 25%;
}

.contact-item span{
	color: #f00;
	font-size: 0.8em;
	vertical-align: baseline;
}

.contact-form{
	flex: 1;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form textarea,
.contact-form select{
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
	background: #f6f6f6;
}

.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form input[type="tel"]:focus,
.contact-form textarea:focus{
    border-color: #90c31f;
    outline: none;
	background: #fff;
}

.select-wrap {
    position: relative;
}

.select-wrap::after {
    content: "";
    position: absolute;
    top: 8px;
    right: 16px;
    width: 12px;
    height: 12px;
    border-right: 2px solid #14a83b;
    border-bottom: 2px solid #14a83b;
    transform: rotate(45deg);
	pointer-events: none;
}

.contact-form select {
    -webkit-appearance: none;
    appearance: none;
}

.check-wrap{
	margin: 1.5em auto;
	text-align: center;
}

.check-wrap a.check-link::before {
    display: inline-block;
    color: #f00;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    content: "\f35d";
    margin-right: 0.5em;
    font-weight: 900;
}

.wpcf7-not-valid-tip{
	color: #f00!important;
	font-size: 0.8em!important;
	font-weight: bold;
}

.contact-submit{
	width: 30%;
	margin: 0 auto;
}

.contact-submit input[type="submit"]{
	background: #90c31f;
    color: #fff !important;
    display: inline-block;
    padding: 0.5em 1.5em;
    border-radius: 100px;
    line-height: 1.5;
	border: none;
	font-size: 1em;
	width: 100%;
	-webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
}

.contact-submit input[type="submit"]:hover{
	cursor: pointer;
	opacity: 0.7;
}

.wpcf7 .wpcf7-submit:disabled{
	opacity: 1!important;
	cursor: not-allowed!important;
	background: #ccc!important;
}

/*RESPONSIVE--------------------------------------------------------------------------------------*/

@media only screen and (max-width: 1200px) {


    /*content*/

    .content-wrap {
        margin-top: 50px;
    }

}



@media only screen and (max-width: 1000px) {


    /*content*/

    .contentBG1 {
        background: #dadf00;
        -webkit-clip-path: polygon(0 350px, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 350px, 100% 0, 100% 100%, 0 100%);
        margin-top: -350px;
        padding-top: 350px;
        position: relative;
        z-index: 5;
    }

    .contentBG2 {
        background: #fff;
        -webkit-clip-path: polygon(0 300px, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 300px, 100% 0, 100% 100%, 0 100%);
        margin-top: -300px;
        padding-top: 300px;
        padding-bottom: 50px;
        position: relative;
        z-index: 5;
    }


}

/*MOBILE--------------------------------------------------------------------------------------*/

@media only screen and (max-width: 767px) {


    body {
        font-size: clamp(10px, 14 / 375 * 100vw, 14px);
    }

    span.br::before {
        content: "\A";
        white-space: pre;
    }

    /*BG*/

    .topBG-wrap {
        position: fixed;
        max-width: 1400px;
        width: 100%;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0);
        z-index: -1;
    }

    .topBG-wrap .topBG {
        top: 0px;
        left: 0px;
        height: 0;
        padding-top: 150%;
        position: relative;
        width: 100%;
        background: url("../images/top/bg.jpg") no-repeat top 0 left 42%;
        background-size: cover;
        display: block;
    }

    .commonBG-wrap .kidsBG {
        top: 0px;
        left: 0px;
        height: 0;
        padding-top: 100%;
        position: relative;
        width: 100%;
        background: url("../images/kids/bg.jpg") no-repeat top 0 left 5%;
        background-size: cover;
        display: block;
    }

    .commonBG-wrap .infoBG {
        top: 0px;
        left: 0px;
        height: 0;
        padding-top: 100%;
        position: relative;
        width: 100%;
        background: url("../images/infomation/bg.jpg") no-repeat top 0 left 5%;
        background-size: cover;
        display: block;
    }

    .commonBG-wrap .businessBG {
        top: 0px;
        left: 0px;
        height: 0;
        padding-top: 100%;
        position: relative;
        width: 100%;
        background: url("../images/business/bg.jpg") no-repeat top 0 left 5%;
        background-size: cover;
        display: block;
    }

    .commonBG-wrap .outlineBG {
        top: 0px;
        left: 0px;
        height: 0;
        padding-top: 100%;
        position: relative;
        width: 100%;
        background: url("../images/outline/bg.jpg") no-repeat top 0 left 5%;
        background-size: cover;
        display: block;
    }

    .commonBG-wrap .linkBG {
        top: 0px;
        left: 0px;
        height: 0;
        padding-top: 100%;
        position: relative;
        width: 100%;
        background: url("../images/link/bg.jpg") no-repeat top 0 left 5%;
        background-size: cover;
        display: block;
    }

    .commonBG-wrap .privacyBG {
        top: 0px;
        left: 0px;
        height: 0;
        padding-top: 100%;
        position: relative;
        width: 100%;
        background: url("../images/privacy/bg.jpg") no-repeat top 0 left 5%;
        background-size: cover;
        display: block;
    }

    .commonBG-wrap .contactBG {
        top: 0px;
        left: 0px;
        height: 0;
        padding-top: 100%;
        position: relative;
        width: 100%;
        background: url("../images/contact/bg.jpg") no-repeat top 0 left 5%;
        background-size: cover;
        display: block;
    }
	
	.commonBG-wrap .craftsmanshipBG {
        top: 0px;
        left: 0px;
        height: 0;
        padding-top: 100%;
        position: relative;
        width: 100%;
        background: url("../images/craftsmanship/bg.jpg") no-repeat top center;
        background-size: cover;
        display: block;
    }
	
	.commonBG-wrap .supportBG {
        top: 0px;
        left: 0px;
        height: 0;
        padding-top: 100%;
        position: relative;
        width: 100%;
        background: url("../images/support/bg.jpg") no-repeat top center;
        background-size: cover;
        display: block;
    }
	
	.commonBG-wrap .foodBG {
        top: 0px;
        left: 0px;
        height: 0;
        padding-top: 100%;
        position: relative;
        width: 100%;
        background: url("../images/food/bg.jpg") no-repeat top center;
        background-size: cover;
        display: block;
    }

    /*navi*/

    #head_wrap {
        top: 0;
        position: fixed;
        margin-top: 0;
        width: 100%;
        padding: 0;
        -moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
    -webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
    box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
    }

    #head_wrap.fixed {
        padding-top: 0;
        height: 56px;
        background: none;
    }

    #head_wrap .inner,
    #head_wrap.fixed .inner {
        width: 100%;
        padding: 0;
        margin: 0;
        background: none;
    }

    #mobile-head {
        background: rgba(255, 255, 255, 0.9);
        width: 100%!important;
        z-index: 999;
        position: relative;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        height: 56px;
    }

    #head_wrap .logo,
    #head_wrap.fixed .inner .logo {
        width: 150px;
        margin-left: 10px;
    }

    #global-nav {
        position: absolute;
        right: -768px;
        top: 56px;
        height: calc(100vh - 56px);
        background: rgba(144, 195, 31, 0.9);
        width: 100%;
        text-align: center;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        display: block;
    }

    #global-nav ul li {
        margin: 0;
        font-size: 1.4em;
    }

    #head_wrap #global-nav ul li a,
    #head_wrap.fixed #global-nav ul li a {
        display: block;
        padding: 0;
        margin: 2em 0;
    }

    #global-nav ul li.copyright {
        font-size: 0.9em;
        display: block;
    }

    #nav-toggle {
        display: block;
    }

    #global-nav ul li.contact-btn a {
        color: #14a83b!important;
        background: #fff;
        padding: 0.5em 1em!important;
        border-radius: 5px;
    }

    #global-nav ul li.contact-btn a::before {
        color: #fc0;
    }

    #global-nav ul li.logo-mono{
        width: 120px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    #global-nav ul li.logo-mono img{
        width: 100%;
    }
    

    /* #nav-toggle anime */

    #nav-toggle span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: #14a83b;
        left: 0;
        -webkit-transition: .35s ease-in-out;
        -moz-transition: .35s ease-in-out;
        transition: .35s ease-in-out;
    }

    #nav-toggle span:nth-child(1) {
        top: 0;
    }

    #nav-toggle span:nth-child(2) {
        top: 11px;
    }

    #nav-toggle span:nth-child(3) {
        top: 22px;
    }

    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }

    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }

    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }

    /* #global-nav anime */

    .open #global-nav {
        -moz-transform: translateX(-768px);
        -webkit-transform: translateX(-768px);
        transform: translateX(-768px);
    }

    /*header*/

    .topHeader-wrap {
        padding: 0 15px;
    }

    .topHeader-wrap .topHeader {
        top: 0px;
        left: 0px;
        height: 0;
        padding-top: 150%;
        position: relative;
        width: 100%;
        display: block;
    }

    .topHeader-wrap .topHeader .logo-pos {
        position: absolute;
        top: 5%;
        left: 0;
        width: 50%;
    }

    .topHeader-wrap .topHeader .read1-pos {
        position: absolute;
        top: 14%;
        left: 27%;
        width: 10%;
        -webkit-transition: all 500ms 0s ease;
        transition: all 500ms 0s ease;
        animation: read1FadeIn 2s ease 0s 1 normal;
        -webkit-animation: read1FadeIn 2s ease 0s 1 normal;
        z-index: 10;
    }

    .topHeader-wrap .topHeader .read2-pos {
        position: absolute;
        top: 14%;
        left: 15%;
        width: 10%;
        -webkit-transition: all 500ms 0s ease;
        transition: all 500ms 0s ease;
        animation: read2FadeIn 2s ease 0s 1 normal;
        -webkit-animation: read2FadeIn 2s ease 0s 1 normal;
        z-index: 10;
    }

    .topHeader-wrap .topHeader .read3-pos {
        position: absolute;
        top: 14%;
        left: 2%;
        width: 10%;
        -webkit-transition: all 500ms 0s ease;
        transition: all 500ms 0s ease;
        animation: read3FadeIn 2s ease 0s 1 normal;
        -webkit-animation: read3FadeIn 2s ease 0s 1 normal;
        z-index: 10;
    }

    .topHeader-wrap .topHeader .read3-pos .read3 {
        writing-mode: vertical-rl;
        font-size: 1.1em;
        line-height: 1.3;
    }

    .commonHeader-wrap {
        padding: 0 15px;
    }

    .commonHeader-wrap .commonHeader {
        top: 0px;
        left: 0px;
        height: 0;
        padding-top: 100%;
        position: relative;
        width: 100%;
        display: block;
    }

    .commonHeader-wrap .commonHeader .logo-pos {
        position: absolute;
        top: 5%;
        left: 0;
        width: 50%;
    }

    .commonHeader-wrap .commonHeader .h2-pos {
        position: absolute;
        bottom: 35%;
        right: 0;
        width: 100%;
        z-index: 10;
    }

    .commonHeader-wrap .commonHeader .logomono-pos {
        position: absolute;
        bottom: 0px;
        right: 0px;
        width: 15%;
    }


    /*content*/
	
	.catch{
	margin: 7vh 0;
	font-size: 1.2em;
	line-height: 1.6em;
}

    .content-wrap {
        margin-top: 5vh;
        padding: 0 15px;
    }

    .contentBG1 {
        background: #dadf00;
        -webkit-clip-path: polygon(0 20vh, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 20vh, 100% 0, 100% 100%, 0 100%);
        margin-top: -20vh;
        padding-top: 20vh;
        position: relative;
        z-index: 5;
    }

    .contentBG2 {
        background: #fff;
        -webkit-clip-path: polygon(0 15vh, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 15vh, 100% 0, 100% 100%, 0 100%);
        margin-top: -15vh;
        padding-top: 15vh;
        padding-bottom: 1px;
        position: relative;
        z-index: 5;
    }

    .commonFrame {
        position: relative;
        padding: 5vw 0 0 5vw;
        margin: 7vh 0;
    }

    .commonFrame::before {
        content: "";
        z-index: -1;
        position: absolute;
        width: 10%;
        top: 0;
        left: 0;
        background: #14a83b;
        height: 100%;
    }

    .inner-wrap {
        padding: 0 0 0 35px;
        box-sizing: border-box;
    }

    dl.list dt {
        color: #90c31f;
        width: 100%;
        margin-bottom: 0.5em;
    }

    dl.list dd {
        width: 100%;
        margin-bottom: 0.5em;
    }

    .img-listWrap {
        width: 100%;
        margin: 0 auto 5vw auto;
    }

    h3 {
        font-size: 1.6em;
        font-weight: 400;
        line-height: 1.5;
        margin-bottom: 5vw;
        position: relative;
    }

    table.listBox01 {
        width: 100%;
    }

    table.listBox01 tr td {
        padding: 0.5em 0.6em;
        text-align: center;
    }

    ul.info-list{
        display: flex;
        flex-wrap: wrap;
        margin: 0 -1.5% -3vh -1.5%;
        list-style: none;
    }

    ul.info-list li{
        width: 100%;
        padding: 0 1.5%;
        box-sizing: border-box;
        margin-bottom: 3vh;
    }
    
    ul.info-list li .info-box .info-pic img{
        width: 100%;
        height: 200px;
        object-fit: cover;
        transition: transform .5s ease;
    }
	
	/*pager*/

.article-nav-links{
	width:100%;
	padding: 0 15px;
	box-sizing: border-box;
	margin: 7vh auto;
}
	
	.nav-links{
	width:100%;
	padding: 0 15px;
	box-sizing: border-box;
	margin: 7vh auto;
}

    /*kids*/

    .kids-logo-wrap {
        max-width: 500px;
        width: 80%;
        margin: 7vh auto;
    }

    /*footer*/

    .footerBG {
        background: #2e2e2e;
        width: 100%;
        padding: 7vh 0;
        color: #fff;
    }

    .footerBG .footer-wrap{
        padding: 0 15px;
    }

    .footer-logo {
        width: 50%;
    }

    .footerBG .footer-wrap aside {
        display: block;
        margin-top: 5vh;
    }

    .footerBG .footer-wrap aside p{
        margin-bottom: 1em;
    }

    .footerBG .footer-wrap aside .footer-right ul{
        display: flex;
        flex-wrap: wrap;
    }

    .footerBG .footer-wrap aside .footer-right ul li{
        margin-right: 2em;
    }
	
	/*contact*/
	
	hr{
		margin: 2em 0;
	}


.contact-wrap{
	display: block;
}

.contact-item{
	width: 100%;
	margin-bottom: 0.5em;
}

	.contact-submit{
	width: 100%;
	margin: 0 auto;
}


}

