@charset "utf-8";

/* TOP PAGE
            */

#mid-menu {
  width: 980px;
  margin: -40px auto 120px;
}
#mid-menu ul {
  display: flex;
  justify-content: space-between;
}
#mid-menu li {
  width: 160px;
}
#mid-menu li img {
  width: 100%;
}

/* main */
#content-title {
  width: 100%;
  text-align: center;
  font-size: 48px;
  letter-spacing: 0.2em;
  position: relative;
  margin-bottom: 40px;
  font-weight: 700;
}
#content-title-mark {
  width: 56px;
  position: absolute;
  top: -80px;
  left: calc(50% + 60px);
}
#content-title-mark img {
  width: 100%;
}
#content1 {
  width: 100%;
  display: flex;
  padding-bottom: 20px;
}
.content1-l {
  width: 50%;
}
.img-en-l {
  width: 220px;
  margin: 0 80px 0 auto;
}
.img-en-l img {
  width: 100%;
}
.content1-r {
  width: 50%;
  font-size: 17px;
  color: #64ab4f;
  line-height: 1.55;
}
.content-inner {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.content-inner2 {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row-reverse;
}
#content2 {
  width: 100%;
  position: relative;
  padding-bottom: 300px;
}
#content2::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #64ab4f;
  transform: skewY(-6deg);
  z-index: -5;
}
.content2-l {
  width: 500px;
  padding-top: 70px;
  font-size: 17px;
  color: #ffffff;
  line-height: 1.55;
}
.content2-r {
  width: 500px;
  margin-top: -40px;
  padding-left: 80px;
}
.img-en-r {
  width: 220px;
  margin-left:0;
  margin-right: auto;
}
.img-en-r img {
  width: 100%;
}
#content3 {
  width: 100%;
  margin-top: -260px;
  position: relative;
  padding-bottom: 40px;
}
#content3::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fffeee;
  transform: skewY(6deg);
  z-index: -1;
}
.content3-l {
  width: 500px;

}
.content3-r {
  width: 500px;
  font-size: 17px;
  color: #64ab4f;
  line-height: 1.55;
  padding-top: 60px;
}
#content4 {
  width: 100%;
  margin-top: 0;
  position: relative;
  padding-bottom: 30px;
}
#content4::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #64ab4f;
  transform: skewY(-6deg);
  z-index: -4;
}
.content4-l {
  width: 500px;
  padding-top: 20px;
  font-size: 17px;
  color: #ffffff;
  line-height: 1.55;
}
.content4-r {
  width: 500px;
  margin-top: -20px;
  padding-left: 80px;
}
#content5 {
  width: 100%;
  display: flex;
  padding-top: 40px;
}
.content5-l {
  width: 500px;

}
.content5-r {
  width: 500px;
  font-size: 17px;
  color: #64ab4f;
  line-height: 1.55;
  padding-top: 40px;
}
#content6 {
  width: 572px;
  margin: 100px auto 40px;
}
#content6-top {
  width: 100%;
  display: flex;
}
#content6-l {
  width: 130px;
  margin-right: 40px;
}
#content6-l img {
  width: 100%;
}
content6-r {
  width: 400px;
  
}
#content6-catch p {
  width: 400px;
  font-size: 28px;
  letter-spacing: 0.2em;
  line-height: 1.42;
  font-weight: 700;
  white-space: nowrap;
}
#content6-name {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
}
#content6-name span {
  font-size: 150%;
}
#content6-bottom {
  margin-top: 30px;
  font-size: 13px;
  line-height: 1.85;
  font-weight: 400;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
#content7 {
  width: 100%;
  padding: 50px 0 10px;
  background-color: #fffeee;
}
#enkaku {
  width: 572px;
  display: flex;
  margin: 0 auto;
}
#enkaku-l {
  font-size: 28px;
  color: #34bbd7;
  letter-spacing: 0.2em;
  display: flex;
  align-items: center;
}
#enkaku-r {
  margin-left: 20px;
  padding: 20px 0 20px 20px;
  border-left: solid 1px #333333;
  font-size: 13px;
  line-height: 1.85;
  font-weight: 400;
}
#oshirase {
  width: 100%;
  background-color: #e0eedc;
  padding: 40px 0;
}
#oshirase-wrap {
  width: 820px;
  margin: 0 auto;
}
#oshirase h2 {
  font-size: 28px;
  color: #008e5f;
  margin-bottom: 10px;
}
.news-box {
  box-sizing: border-box;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 20px 40px;
  width: 100%;
}
.n-content {
  padding: 20px 20px;
  border-bottom: solid 1px #008e5f;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.n-content:first-child {
  border-top: solid 1px #008e5f;
}
.n-date {
  width:82px;
  letter-spacing: 0.05em;
  font-size: 15px;
  color: #008e5f;
}
.n-mark {
  width: 56px;
}
.n-mark img {
  width: 100%;
}
.n-content p {
  width: 480px;
  font-size: 20px;
  line-height: 1.4;
}
.n-arrow {
  width: 40px;
  font-size: 16px;
  color: #008e5f;
}
.n-arrow a {
  color: #008e5f;
}
.news-box .hidden {
  display: none;
}
.show-more, .hide-news {
  margin: 10px 0 0 auto;
  font-size: 20px;
  width: 5em;
  text-align: center;
  display: block;
  cursor: pointer;
  color: #008e5f;
  text-decoration: none;
}
.hide-news {
  display: none;
}
#insta-url {
  margin-top: 20px;
  text-align: right;
  font-size: 11px;
}
#insta-url a {
  color: #008e5f;
}
/* ----------980px以下---------- */

@media only screen and (max-width:980px) {
#mid-menu {
  width: 96%;
  margin: -4.17vw auto 12.5vw;
}
#mid-menu ul {
  display: flex;
  justify-content: space-between;
}
#mid-menu li {
  width: 15.6vw;
}
#mid-menu li img {
  width: 100%;
}
#content-title {
  width: 100%;
  text-align: center;
  font-size: 5vw;
  letter-spacing: 0.2em;
  position: relative;
  margin-bottom: 4.17vw;
  font-weight: 700;
}
#content-title-mark {
  width: 5.83vw;
  position: absolute;
  top: -8.33vw;
  left: calc(50% + 6.25vw);
}
#content-title-mark img {
  width: 100%;
}
#content1 {
  width: 100%;
  display: flex;
  padding-bottom: 2.08vw;
}
.content1-l {
  width: 33%;
}
.img-en-l {
  width: 22.92vw;
  margin: 0 3vw 0 auto;
}
.img-en-l img {
  width: 100%;
}
.content1-r {
  width: 67%;
  font-size: 1.9vw;
  color: #64ab4f;
  line-height: 1.55;
}
.content-inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.content-inner2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row-reverse;
}
#content2 {
  width: 100%;
  position: relative;
  padding-bottom: 31.25vw;
}
#content2::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #64ab4f;
  transform: skewY(-6deg);
  z-index: -5;
}
.content2-l {
  width: 60vw;
  padding-top: 7.29vw;
  padding-left: 4vw;
  font-size: 1.9vw;
  color: #ffffff;
  line-height: 1.55;
}
.content2-r {
  width: 40vw;
  margin-top: -4.17vw;
  padding-left: 8.33vw;
}
.img-en-r {
  width: 22.92vw;
  margin-left:0;
  margin-right: auto;
}
.img-en-r img {
  width: 100%;
}
#content3 {
  width: 100%;
  margin-top: -27.08vw;
  position: relative;
  padding-bottom: 4.17vw;
}
#content3::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fffeee;
  transform: skewY(6deg);
  z-index: -1;
}
.content3-l {
  width: 40vw;

}
.content3-r {
  width: 60vw;
  font-size: 1.9vw;
  color: #64ab4f;
  line-height: 1.55;
  padding-top: 6.25vw;
}
#content4 {
  width: 100%;
  margin-top: -1.1vw;
  position: relative;
  padding-bottom: 3.13vw;
}
#content4::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #64ab4f;
  transform: skewY(-6deg);
  z-index: -4;
}
.content4-l {
  width: 40vw;
  padding-top: 2.08vw;
  padding-left: 4vw;
  font-size: 1.9vw;
  color: #ffffff;
  line-height: 1.55;
}
.content4-r {
  width: 60vw;
  margin-top: -2.08vw;
  padding-left: 8.33vw;
}
#content5 {
  width: 100%;
  display: flex;
  padding-top: 4.17vw;
}
.content5-l {
  width: 40vw;

}
.content5-r {
  width: 60vw;
  font-size: 1.9vw;
  color: #64ab4f;
  line-height: 1.55;
  padding-top: 4.17vw;
}
#content6 {
  width: 59.58vw;
  margin: 10.42vw auto 4.17vw;
}
#content6-top {
  width: 100%;
  display: flex;
}
#content6-l {
  width: 13.54vw;
  margin-right: 4.17vw;
}
#content6-l img {
  width: 100%;
}
content6-r {
  width: 41.67vw;
  
}
#content6-catch p {
  width: 41.67vw;
  font-size: 2.92vw;
  letter-spacing: 0.2em;
  line-height: 1.42;
  font-weight: 700;
  white-space: nowrap;
}
#content6-name {
  margin-top: 3.13vw;
  font-size: 1.67vw;
  line-height: 1.5;
  font-weight: 700;
}
#content6-name span {
  font-size: 150%;
}
#content6-bottom {
  margin-top: 3.13vw;
  font-size: 1.35vw;
  line-height: 1.85;
  font-weight: 400;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
#content7 {
  width: 100%;
  padding: 5.21vw 0 0.78vw;
  background-color: #fffeee;
}
#enkaku {
  width: 59.58vw;
  display: flex;
  margin: 0 auto;
}
#enkaku-l {
  font-size: 2.92vw;
  color: #34bbd7;
  letter-spacing: 0.2em;
  display: flex;
  align-items: center;
}
#enkaku-r {
  margin-left: 2.08vw;
  padding: 2.08vw 0 2.08vw 2.08vw;
  border-left: solid 1px #333333;
  font-size: 1.35vw;
  line-height: 1.85;
  font-weight: 400;
}
#oshirase {
  padding: 4.08vw 0;
}
#oshirase-wrap {
  width: 83.67vw;
}
#oshirase h2 {
  font-size: 2.85vw;
  margin-bottom: 1.02vw;
}
.news-box {
  padding: 2.04vw 4.08vw;
}
.n-content {
  padding: 2.04vw 2.04vw;
}
.n-date {
  width: 8.36vw;
  font-size: 1.53vw;
}
.n-mark {
  width: 5.71vw;
}
.n-content p {
  width: 48.9vw;
  font-size: 2.04vw;
}
.n-arrow {
  width: 4.08vw;
  font-size: 1.63vw;
}
.show-more, .hide-news {
  margin: 1.02vw 0 0 auto;
  font-size: 2.04vw;
}
  
}

/* ----------700px以下---------- */

@media only screen and (max-width:700px) {
#mid-menu {
  width: 95%;
  margin: -4.17vw auto 12.5vw;
}
#mid-menu ul {
  display: flex;
  justify-content: space-between;
}
#mid-menu li {
  width: 15.4vw;
}
#mid-menu li img {
  width: 100%;
}
#content-title {
  width: 100%;
  text-align: center;
  font-size: 5vw;
  letter-spacing: 0.2em;
  position: relative;
  margin-bottom: 4.17vw;
  font-weight: 700;
}
#content-title-mark {
  width: 5.83vw;
  position: absolute;
  top: -8.33vw;
  left: calc(50% + 6.25vw);
}
#content-title-mark img {
  width: 100%;
}
#content1 {
  width: 100%;
  display: block;
  padding-bottom: 4vw;
}
.content1-l {
  width: 100%;
}
.img-en-l {
  width: 30vw;
  margin: 0 auto;
}
.img-en-l img {
  width: 100%;
}
.content1-r {
  margin-top: 2vw;
  width: 100%;
  font-size: 3.2vw;
  text-align: center;
  color: #64ab4f;
  line-height: 1.55;
}
.content-inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.content-inner2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
#content2 {
  width: 100%;
  position: static;
  padding-top: 3vw;
  padding-bottom: 4vw;
  background-color: #64ab4f;
}
#content2::before {
  content: initial;
  position: static;
  background-color: #64ab4f;
  transform: skewY(0);
  z-index: -5;
}
.content2-l {
  width: 100%;
  padding-top: 0;
  padding-left: 0;
  margin-top: 2vw;
  font-size: 3.2vw;
  text-align: center;
  color: #ffffff;
  line-height: 1.55;
}
.content2-r {
  width: 100%;
  margin-top: 0;
  padding-left: 0;
}
.img-en-r {
  width: 30vw;
  margin: 0 auto;
}
.img-en-r img {
  width: 100%;
}
#content3 {
  width: 100%;
  margin-top: 0;
  position: static;
  padding-top: 3vw;
  padding-bottom: 4vw;
  background-color: #fffeee;
}
#content3::before {
  content: initial;
  position: static;
  background-color: #fffeee;
  transform: skewY(0);
  z-index: -1;
}
.content3-l {
  width: 100%;

}
.content3-r {
  width: 100%;
  font-size: 3.2vw;
  text-align: center;
  margin-top: 2vw;
  color: #64ab4f;
  line-height: 1.55;
  padding-top: 0;
}
#content4 {
  width: 100%;
  margin-top: 0;
  position: static;
  padding-top: 3vw;
  padding-bottom: 4vw;
  background-color: #64ab4f;
}
#content4::before {
  content: initial;
  position: static;
  background-color: #64ab4f;
  transform: skewY(0);
  z-index: -4;
}
.content4-l {
  width: 100%;
  padding-top: 0;
  padding-left: 0;
  margin-top: 2vw;
  font-size: 3.2vw;
  text-align: center;
  color: #ffffff;
  line-height: 1.55;
}
.content4-r {
  width: 100%;
  margin-top: 0;
  padding-left: 0;
}
#content5 {
  width: 100%;
  display: block;
  padding-top: 3vw;
}
.content5-l {
  width: 100%;
}
.content5-r {
  width: 100%;
  margin-top: 2vw;
  font-size: 3.2vw;
  text-align: center;
  color: #64ab4f;
  line-height: 1.55;
  padding-top: 0;
}
#content6 {
  width: 90vw;
  margin: 10.42vw auto 4.17vw;
}
#content6-top {
  width: 100%;
  display: flex;
}
#content6-l {
  width: 20vw;
  margin-right: 4.17vw;
}
#content6-l img {
  width: 100%;
}
content6-r {
  width: 41.67vw;
  
}
#content6-catch p {
  width: 41.67vw;
  font-size: 4vw;
  letter-spacing: 0em;
  line-height: 1.42;
  font-weight: 700;
  white-space: nowrap;
}
#content6-name {
  margin-top: 3vw;
  font-size: 2.5vw;
  line-height: 1.5;
  font-weight: 700;
}
#content6-name span {
  font-size: 150%;
}
#content6-bottom {
  margin-top: 3.13vw;
  font-size: 2.8vw;
  line-height: 1.3;
  font-weight: 400;
  text-align: justify;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
#content7 {
  width: 100%;
  padding: 5.21vw 0 0.78vw;
  background-color: #fffeee;
}
#enkaku {
  width: 90vw;
  display: flex;
  margin: 0 auto;
}
#enkaku-l {
  font-size: 3.5vw;
  color: #34bbd7;
  letter-spacing: 0.2em;
  display: flex;
  align-items: center;
}
#enkaku-r {
  margin-left: 2.08vw;
  padding: 2.08vw 0 2.08vw 2.08vw;
  border-left: solid 1px #333333;
  font-size: 2.2vw;
  line-height: 1.85;
  font-weight: 400;
}
#oshirase {
  padding: 4.08vw 0;
}
#oshirase-wrap {
  width: 90vw;
}
#oshirase h2 {
  font-size: 2.85vw;
  margin-bottom: 1.02vw;
}
.news-box {
  padding: 2.04vw 4.08vw;
}
.n-content {
  padding: 2.85vw 2.04vw;
}
.n-date {
  width: 8.36vw;
  font-size: 1.8vw;
}
.n-mark {
  width: 5.6vw;
}
.n-content p {
  width: 50vw;
  font-size: 2.2vw;
}
.n-arrow {
  font-size: 2vw;
}
.show-more, .hide-news {
  margin: 1.02vw 0 0 auto;
  font-size: 2.04vw;
}
  
}
