@charset "UTF-8";
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
style01
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.231;
  color: #1a1a1a;
}

#l-wrapper {
  position: relative;
  min-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  max-width: 100%;
  height: auto;
}

.ie8 img {
  width: auto;
}

ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, p, figure {
  margin: 0;
  padding: 0;
}

#head-main {
  height:400px;
  width:100%;
font-size:20px;
text-align:center;
padding:190px 0 0 0;
-ms-user-select: none;
-webkit-user-select: none;
user-select: none;
}

.main-logo {

}

.main-logo-box {

}

#logo-image {

}

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

ol, ul {
  list-style: none;
}

i {
  font-style: normal;
}

label {
  cursor: pointer;
}

th, td {
  vertical-align: top;
}

a {
  color: #1a1a1a;
  text-decoration: none;
}

em {
  font-weight: bold;
  font-style: normal;
}

figcaption {
  line-height: normal;
}

hr {
  margin: 0;
}

.bold{font-weight:bold;}

* {
  box-sizing: border-box;
}

/* text */
.m-text-10 {
  font-size: 10px;
  line-height: 1.75;
}

.m-text-11 {
  font-size: 11px;
  line-height: 1.75;
}

.m-text-12 {
  font-size: 12px;
  line-height: 1.75;
}

.m-text-13 {
  font-size: 13px;
  line-height: 1.75;
}

.m-text-14 {
  font-size: 14px;
  line-height: 1.85;
}

.m-text-15 {
  font-size: 15px;
  line-height: 1.75;
}

.m-text-16 {
  font-size: 16px;
  line-height: 1.75;
}

.m-text-17 {
  font-size: 17px;
  line-height: 1.75;
}

.m-text-18 {
  font-size: 18px;
  line-height: 1.6;
}

.m-text-19 {
  font-size: 19px;
  line-height: 1.6;
}

.m-text-20 {
  font-size: 20px;
  line-height: 1.6;
}

.m-text-21 {
  font-size: 21px;
  line-height: 1.6;
}

.m-text-22 {
  font-size: 22px;
  line-height: 1.6;
}

.m-text-24 {
  font-size: 24px;
  line-height: 1.6;
}

.m-text-25 {
  font-size: 25px;
  line-height: 1.5;
}

.m-text-26 {
  font-size: 26px;
  line-height: 1.5;
}

.m-text-27 {
  font-size: 27px;
  line-height: 1.5;
}

.m-text-28 {
  font-size: 28px;
  line-height: 1.5;
}

.m-text-30 {
  font-size: 30px;
  line-height: 1.4;
}

.m-text-32 {
  font-size: 32px;
  line-height: 1.4;
}

.m-text-34 {
  font-size: 34px;
  line-height: 1.4;
}

.m-text-36 {
  font-size: 36px;
  line-height: 1.4;
}

.m-text-40 {
  font-size: 40px;
  line-height: 1.4;
}

.m-text-50 {
  font-size: 50px;
  line-height: 1.4;
}

.m-font-ja {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif;
  font-weight: 500;
}

.m-font-en {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  letter-spacing: 0.05em;
  font-weight: 400;
}

.m-font-w300 {
  font-weight: 300;
}

.m-font-w500 {
  font-weight: 500;
}

.m-font-w700 {
  font-weight: 700;
}

/* display */
.m-cf {
  *zoom: 1;
}
.m-cf:after {
  content: "";
  display: table;
  clear: both;
}

.m-d-b {
  display: block;
}

.m-d-ib {
  display: inline-block;
}

.m-d-i {
  display: inline;
}

.m-d-tbl {
  display: table;
  width: 100%;
}

.m-d-tbl__cell {
  display: table-cell;
  vertical-align: middle;
}

.m-d-tbl__cell--bor {
  border-right: solid 5px #E6E6E6;
}

.m-d-tbl__cell--w80 {
  width: 80px;
}

.m-d-tbl__cell--w120 {
  width: 120px;
}

.m-d-tbl__cell--w160 {
  width: 160px;
}

.m-d-tbl__cell--w240 {
  width: 240px;
}

/* align */
.m-align-c {
  text-align: center;
}

.m-align-l {
  text-align: left;
}

.m-align-r {
  text-align: right;
}

.m-valign-t {
  vertical-align: top;
}

.m-valign-m {
  vertical-align: middle;
}

.m-valign-b {
  vertical-align: bottom;
}

/* margin */
.m-mt-2xs {
  margin-top: 5px;
}

.m-mt-xs {
  margin-top: 10px;
}

.m-mt-s {
  margin-top: 20px;
}

.m-mt {
  margin-top: 30px;
}

.m-mt-l {
  margin-top: 40px;
}

.m-mt-xl {
  margin-top: 60px;
}

.m-mt-2xl {
  margin-top: 80px;
}

.m-mb-2xs {
  margin-bottom: 5px;
}

.m-mb-xs {
  margin-bottom: 10px;
}

.m-mb-s {
  margin-bottom: 20px;
}

.m-mb {
  margin-bottom: 30px;
}

.m-mb-l {
  margin-bottom: 40px;
}

.m-mb-xl {
  margin-bottom: 60px;
}

.m-mb-2xl {
  margin-bottom: 80px;
}

/* padding */
.m-pt-2xs {
  padding-top: 5px;
}

.m-pt-xs {
  padding-top: 10px;
}

.m-pt-s {
  padding-top: 20px;
}

.m-pt {
  padding-top: 30px;
}

.m-pt-l {
  padding-top: 40px;
}

.m-pt-xl {
  padding-top: 60px;
}

.m-pt-2xl {
  padding-top: 80px;
}

.m-pb-2xs {
  padding-bottom: 5px;
}

.m-pb-xs {
  padding-bottom: 10px;
}

.m-pb-s {
  padding-bottom: 20px;
}

.m-pb {
  padding-bottom: 30px;
}

.m-pb-l {
  padding-bottom: 40px;
}

.m-pb-xl {
  padding-bottom: 60px;
}

.m-pb-2xl {
  padding-bottom: 80px;
}

.m-pl-2xs {
  padding-left: 5px;
}

.m-pl-xs {
  padding-left: 10px;
}

.m-pl-s {
  padding-left: 20px;
}

.m-pl {
  padding-left: 30px;
}

.m-pl-l {
  padding-left: 40px;
}

.m-pl-xl {
  padding-left: 60px;
}

.m-pl-2xl {
  padding-left: 80px;
}

.m-pr-2xs {
  padding-right: 5px;
}

.m-pr-xs {
  padding-right: 10px;
}

.m-pr-s {
  padding-right: 20px;
}

.m-pr {
  padding-right: 30px;
}

.m-pr-l {
  padding-right: 40px;
}

.m-pr-xl {
  padding-right: 60px;
}

.m-pr-2xl {
  padding-right: 80px;
}

.m-p-xs {
  padding: 10px;
}

.m-p-s {
  padding: 20px;
}

.m-p {
  padding: 30px;
}


/* layout */
.l-inner-l {
  position: relative;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.l-inner {
  position: relative;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.l-inner-s {
  position: relative;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.l-inner-xs {
  position: relative;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.l-inner-2xs {
  position: relative;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.m-color-bl {
  color: #4a9c2d;
}

.m-color-wh {
  color: #ffffff;
}

.m-color-lotta {
  color: #33703B;
}

.m-color-inter-deco-haus {
  color: #D79C27;
}

.news__content {
  display: table;
  width: 100%;
}

.news__content__title,
.news__content__text {
  display: table-cell;
  vertical-align: middle;
}

.news__content__title {
  width: 100px;
  font-size: 20px;
}

.news__content__text {
  font-size: 14px;
  line-height: 1.6;
}

.news__content__text__item {
  *zoom: 1;
}
.news__content__text__item:after {
  content: "";
  display: table;
  clear: both;
}
.news__content__text__item > i {
  float: left;
  margin-right: 20px;
}
.news__content__text__item > i > span {
  width: 100px;
  margin-top: -3px;
  text-align: center;
}
.news__content__text__item > time {
  float: left;
  width: 90px;
  margin-right: 20px;
}
.news__content__text__item > a {
  position: relative;
  display: block;
  width: 670px;
  float: right;
  height: 22.4px;
  padding-right: 1em;
  overflow: hidden;
}
.news__content__text__item > a:hover {
  text-decoration: underline;
}
.news__content__text__item > a:after, .news__content__text__item > a:before {
  position: absolute;
  background-color: #ffffff;
}
.news__content__text__item > a:before {
  content: "...";
  right: .5em;
  top: 0;
}
.news__content__text__item > a:after {
  content: "";
  height: 100%;
  width: 100%;
}

.news__content__text__item + .news__content__text__item {
  margin-top: 10px;
}

.m-event-kind {
  display: block;
}
.m-event-kind > span {
  display: inline-block;
  padding: 3px 10px;
  background-color: #4a9c2d;
  color: #ffffff;
}

.m-event-kind--bor > span {
  background-color: transparent;
  color: #1a1a1a;
  border: solid 1px #4a9c2d;
}

/* hr */
.m-hr {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  border-bottom: dotted 1px #cdcdcd;
  text-align: center;
}


.m-title {
  color: #4a9c2d;
  text-align: center;
}
.m-title > span {
  display: block;
}
.m-title > span.m-font-en {
  font-size: 30px;
}
.m-title > span.m-font-ja {
  margin-top: 5px;
  font-size: 17px;
}

.c-title {
  border-left: 2px solid #4a9c2d;
  padding-left: 20px;
}

.home-three__list {
  *zoom: 1;
  margin-left: -25px;
  margin-right: -25px;
}
.home-three__list:after {
  content: "";
  display: table;
  clear: both;
}

.home-three__list__item {
  float: left;
  width: 33.3%;
  padding-left: 25px;
  padding-right: 25px;
}
.home-three__list__item a {
  position: relative;
  display: block;
  -webkit-transition: opacity 0.3s;
          transition: opacity 0.3s;
}
.home-three__list__item a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.home-three__list__item__content__category > span {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #4a9c2d;
  color: #ffffff;
}

/*
.footer__contact {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: solid 1px #cdcdcd;
}
*/
.footer__contact {
  padding-top: 0px;
  padding-bottom: 20px;
}

.footer__contact__content {
  display: table;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.footer__contact__content__title,
.footer__contact__content__text,
.footer__contact__content__btn {
  display: table-cell;
  vertical-align: middle;
}

.footer__contact__content__title {
  width: 220px;
  font-size: 16px;
}
.footer__contact__content__title > .m-font-en {
  display: block;
  margin-bottom: 5px;
  font-size: 25px;
}

/*
.footer__contact__content__text {
  padding-left: 30px;
  border-left: solid 3px #546889;
}
*/

.footer__contact__content__text {
  padding-left: 30px;
}

.footer__contact__content__btn {
  width: 240px;
  text-align: center;
}
.footer__contact__content__btn a {
  -webkit-transition: 0.3s;
          transition: 0.3s;
  position: relative;
  display: block;
  padding-left: 20px;
  height: 50px;
  line-height: 50px;
  background-color: #546889;
  color: #ffffff;
}
.footer__contact__content__btn a:hover {
  background-color: #4a9c2d;
}
.footer__contact__content__btn a:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -10px;
  background-image: url(../images/icon_top.png);
}

.footer__pt {
  -webkit-transition: 0.3s;
          transition: 0.3s;
  position: relative;
  display: block;
  height: 50px;
  background-color: #546889;
  text-indent: -9998em;
}
.footer__pt:hover {
  background-color: #4a9c2d;
}
.footer__pt:before {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -5px;
  margin-left: -11px;
  border-top: solid 3px #ffffff;
  border-left: solid 3px #ffffff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}



.footer__nav {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #EEF0F3;
}

.footer__nav__list {
  display: table;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.footer__nav__list__item {
  display: table-cell;
  vertical-align: middle;
  padding-left: 35px;
}
.footer__nav__list__item:first-child {
  padding-left: 0;
}
.footer__nav__list__item:first-child a {
  -webkit-transition: opacity 0.3s;
          transition: opacity 0.3s;
}
.footer__nav__list__item:first-child a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.footer__nav__list__item a {
  color: #4a9c2d;
}
.footer__nav__list__item a:hover {
  text-decoration: underline;
}
.footer__nav__list__item span.m-font-en {
  display: block;
  margin-bottom: 1px;
  font-size: 17px;
}
.footer__nav__list__item span.m-font-ja {
  font-size: 12px;
}

.footer__btm {
  *zoom: 1;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer__btm:after {
  content: "";
  display: table;
  clear: both;
}

.footer__btm__list {
  *zoom: 1;
  float: left;
}
.footer__btm__list:after {
  content: "";
  display: table;
  clear: both;
}

.footer__btm__list__item {
  float: left;
  font-size: 14px;
  border-left: solid 1px #1a1a1a;
}
.footer__btm__list__item a {
  display: block;
  padding-left: 10px;
  padding-right: 10px;
}
.footer__btm__list__item a:hover {
  text-decoration: underline;
}
.footer__btm__list__item:first-child {
  padding-left: 0;
  border-left: 0;
}

.footer__btm__cr {
  display: block;
  float: right;
  font-size: 13px;
  color: #777777;
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
ノットウェブ
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.three-title {
  position: relative;
  text-align: center;
}

.three-title__text {
  position: absolute;
  right: 50%;
  margin-right: -500px;
  top: -20px;
}

.three-archive {
  *zoom: 1;
  margin-left: -40px;
  margin-right: -40px;
  margin-bottom: -60px;
}
.three-archive:after {
  content: "";
  display: table;
  clear: both;
}

.three-archive__item {
  float: left;
  width: 33.3%;
  margin-bottom: 60px;
  padding-left: 40px;
  padding-right: 40px;
}

.three-archive__item__category {
  *zoom: 1;
}
.three-archive__item__category:after {
  content: "";
  display: table;
  clear: both;
}

.three-archive__item__category__item {
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
}
.three-archive__item__category__item a {
  -webkit-transition: opacity 0.3s;
          transition: opacity 0.3s;
  display: block;
  background-color: #4a9c2d;
  color: #ffffff;
  padding: 0 10px;
}
.three-archive__item__category__item a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.three-archive__item__image a {
  -webkit-transition: opacity 0.3s;
          transition: opacity 0.3s;
  display: block;
}
.three-archive__item__image a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.three-archive__item__image img {
  width: 100%;
}

.three-archive__item__title a:hover {
  text-decoration: underline;
}

.three-detail__header {
  text-align: center;
}

.three-detail__header__category {
  font-size: 0;
  text-align: center;
}

.three-detail__header__category__item {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.three-detail__header__category__item a {
  -webkit-transition: opacity 0.3s;
          transition: opacity 0.3s;
  display: block;
  background-color: #4a9c2d;
  color: #ffffff;
  padding: 0 10px;
}
.three-detail__header__category__item a:hover {
  opacity: 0.7;
  text-decoration: none;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
ホームアザー
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.home-other {
  *zoom: 1;
  margin-left: -25px;
  margin-right: -25px;
}
.home-other:after {
  content: "";
  display: table;
  clear: both;
}

.home-other__item {
  float: left;
  width: 33.3%;
  padding-left: 25px;
  padding-right: 25px;
}
.home-other__item a {
  -webkit-transition: opacity 0.3s;
          transition: opacity 0.3s;
  display: block;
  border: solid 1px #cdcdcd;
}
.home-other__item a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.home-other__item__content {
  padding: 10px;
  border-top: solid 1px #cdcdcd;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
ボタン
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-btn {
  -webkit-transition: opacity 0.3s;
          transition: opacity 0.3s;
  display: inline-block;
  padding: 15px 30px;
  background-color: #4a9c2d;
  color: #ffffff;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
}
.m-btn:hover {
  opacity: 0.7;
  text-decoration: none;
}

.m-btn--fb {
  background-color: #3b5998;
}

.m-btn--s {
  padding: 10px 15px;
  font-size: 14px;
}

.m-btn--w240 {
  width: 240px;
}

.m-btn--w290 {
  width: 290px;
}

.m-btn--w300 {
  width: 300px;
}

.m-btn--w100p {
  width: 100%;
}

.m-btn--ar-b-b {
  position: relative;
  padding-bottom: 35px;
}
.m-btn--ar-b-b:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 15px;
  width: 12px;
  height: 12px;
  margin-left: -6px;
  border-left: solid 2px #ffffff;
  border-top: solid 2px #ffffff;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.m-btn--ar > span {
  position: relative;
  display: block;
  padding-right: 15px;
}
.m-btn--ar > span:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
  border-top: solid 2px #ffffff;
  border-left: solid 2px #ffffff;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}

.m-btn--ar-b > span {
  position: relative;
  display: block;
  padding-right: 20px;
}
.m-btn--ar-b > span:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  border-top: solid 2px #ffffff;
  border-left: solid 2px #ffffff;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

/* module　トップリンクバー */
.m-breadcrumb {
  *zoom: 1;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 400;
  font-size: 13px;
}
.m-breadcrumb:after {
  content: "";
  display: table;
  clear: both;
}

.m-breadcrumb__item {
  position: relative;
  float: left;
  padding-right: 2em;
}
.m-breadcrumb__item:before {
  content: "＞";
  position: absolute;
  right: 0.5em;
  top: 0;
  font-size: 13px;
}
.m-breadcrumb__item:last-child:before {
  content: "";
}
.m-breadcrumb__item a:hover {
  text-decoration: underline;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
style02
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


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

  /* text */
  .m-text-10 {
    font-size: 1rem;
    line-height: 1.6;
  }

  .m-text-11 {
    font-size: 1rem;
    line-height: 1.6;
  }

  .m-text-12 {
    font-size: 1rem;
    line-height: 1.6;
  }

  .m-text-13 {
    font-size: 1.2rem;
    line-height: 1.6;
  }

  .m-text-14 {
    font-size: 1.2rem;
    line-height: 1.6;
  }

  .m-text-15 {
    font-size: 1.3rem;
    line-height: 1.6;
  }

  .m-text-16 {
    font-size: 1.3rem;
    line-height: 1.6;
  }

  .m-text-17 {
    font-size: 1.3rem;
    line-height: 1.6;
  }

  .m-text-18 {
    font-size: 1.4rem;
    line-height: 1.6;
  }

  .m-text-19 {
    font-size: 1.4rem;
    line-height: 1.6;
  }

  .m-text-20 {
    font-size: 1.5rem;
    line-height: 1.6;
  }

  .m-text-21 {
    font-size: 1.5rem;
    line-height: 1.6;
  }

  .m-text-22 {
    font-size: 1.5rem;
    line-height: 1.6;
  }

  .m-text-24 {
    font-size: 1.6rem;
    line-height: 1.5;
  }

  .m-text-25 {
    font-size: 1.6rem;
    line-height: 1.5;
  }

  .m-text-26 {
    font-size: 1.6rem;
    line-height: 1.5;
  }

  .m-text-27 {
    font-size: 1.6rem;
    line-height: 1.5;
  }

  .m-text-28 {
    font-size: 1.7rem;
    line-height: 1.4;
  }

  .m-text-30 {
    font-size: 1.7rem;
    line-height: 1.4;
  }

  .m-text-32 {
    font-size: 1.8rem;
    line-height: 1.4;
  }

  .m-text-34 {
    font-size: 1.8rem;
    line-height: 1.4;
  }

  .m-text-36 {
    font-size: 1.8rem;
    line-height: 1.4;
  }

  .m-text-40 {
    font-size: 1.8rem;
    line-height: 1.4;
  }

  .m-text-50 {
    font-size: 1.8rem;
    line-height: 1.4;
  }

  /* margin */
  .m-mt-2xs {
    margin-top: 5px;
  }

  .m-mt-xs {
    margin-top: 5px;
  }

  .m-mt-s {
    margin-top: 10px;
  }

  .m-mt {
    margin-top: 15px;
  }

  .m-mt-l {
    margin-top: 20px;
  }

  .m-mt-xl {
    margin-top: 30px;
  }

  .m-mt-2xl {
    margin-top: 30px;
  }

  .m-mb-2xs {
    margin-bottom: 5px;
  }

  .m-mb-xs {
    margin-bottom: 5px;
  }

  .m-mb-s {
    margin-bottom: 10px;
  }

  .m-mb {
    margin-bottom: 15px;
  }

  .m-mb-l {
    margin-bottom: 20px;
  }

  .m-mb-xl {
    margin-bottom: 30px;
  }

  .m-mb-2xl {
    margin-bottom: 30px;
  }

  /* padding */
  .m-pt-2xs {
    padding-top: 5px;
  }

  .m-pt-xs {
    padding-top: 5px;
  }

  .m-pt-s {
    padding-top: 10px;
  }

  .m-pt {
    padding-top: 15px;
  }

  .m-pt-l {
    padding-top: 20px;
  }

  .m-pt-xl {
    padding-top: 30px;
  }

  .m-pt-2xl {
    padding-top: 30px;
  }

  .m-pb-2xs {
    padding-bottom: 5px;
  }

  .m-pb-xs {
    padding-bottom: 5px;
  }

  .m-pb-s {
    padding-bottom: 10px;
  }

  .m-pb {
    padding-bottom: 15px;
  }

  .m-pb-l {
    padding-bottom: 20px;
  }

  .m-pb-xl {
    padding-bottom: 30px;
  }

  .m-pb-2xl {
    padding-bottom: 30px;
  }

  .m-pl-2xs {
    padding-left: 5px;
  }

  .m-pl-xs {
    padding-left: 5px;
  }

  .m-pl-s {
    padding-left: 10px;
  }

  .m-pl {
    padding-left: 15px;
  }

  .m-pl-l {
    padding-left: 20px;
  }

  .m-pl-xl {
    padding-left: 30px;
  }

  .m-pl-2xl {
    padding-left: 30px;
  }

  .m-pr-2xs {
    padding-right: 5px;
  }

  .m-pr-xs {
    padding-right: 5px;
  }

  .m-pr-s {
    padding-right: 10px;
  }

  .m-pr {
    padding-right: 15px;
  }

  .m-pr-l {
    padding-right: 20px;
  }

  .m-pr-xl {
    padding-right: 30px;
  }

  .m-pr-2xl {
    padding-right: 30px;
  }

  .m-p-xs {
    padding: 5px;
  }

  .m-p-s {
    padding: 10px;
  }

  .m-p {
    padding: 15px;
  }

  .l-inner-l,
  .l-inner,
  .l-inner-s,
  .l-inner-xs,
  .l-inner-2xs {
    max-width: inherit;
    padding-left: 15px;
    padding-right: 15px;
  }

  .m-title > span.m-font-en {
    padding: 10px 0 0 0;
    font-size: 2rem;
  }
  .m-title > span.m-font-ja {
    font-size: 1.3rem;
  }



  /* module　トップリンクバー */
  .m-breadcrumb {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1rem;
  }

  .m-breadcrumb__item:before {
    font-size: 1rem;
  }

 }



/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
style03
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


@media screen and (max-width: 767px) {
  /* base */
  a {
    -webkit-transition: none !important;
            transition: none !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.2);
  }
  a:hover {
    opacity: 1 !important;
    text-decoration: none !important;
  }

  a.m-uline:hover {
    text-decoration: underline !important;
  }

  html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
  }



  /* android font-size fix */
  li, h1, h2, h3, h4, h5, h6, pre, fieldset, input, textarea, p, blockquote, th, td, dt, dd {
    max-height: 999999px;
  }


  .footer__contact {
    padding: 15px;
  }

  .footer__contact__content {
    display: block;
    width: auto;
  }

  .footer__contact__content__title,
  .footer__contact__content__text,
  .footer__contact__content__btn {
    display: block;
  }

  .footer__contact__content__title {
    width: auto;
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
  .footer__contact__content__title > .m-font-en {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 10px;
    font-size: 2rem;
  }

  .footer__contact__content__text {
    margin-bottom: 10px;
    padding-left: 0;
    border-left: 0;
  }

  .footer__contact__content__btn {
    width: auto;
  }
  .footer__contact__content__btn a {
    -webkit-transition: 0s;
            transition: 0s;
    height: 40px;
    line-height: 40px;
  }
  .footer__contact__content__btn a:hover {
    background-color: #546889;
  }
  .footer__contact__content__btn a:before {
    background-size: 100%;
    background-image: url(../images/icon_top@2x.png);
  }

  .footer__pt {
    -webkit-transition: 0s;
            transition: 0s;
    height: 40px;
  }
  .footer__pt:hover {
    background-color: #546889;
  }
  .footer__pt:before {
    width: 18px;
    height: 18px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -5px;
    margin-left: -9px;
    border-top-width: 2px;
    border-left-width: 2px;
  }

  .footer__nav {
    position: relative;
    padding-top: 40px;
    padding-bottom: 0;
  }
  .footer__nav:before {
    content: "Menu";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    letter-spacing: 0.05em;
    font-weight: 400;
    font-size: 1.6rem;
    color: #4a9c2d;
    text-align: center;
    line-height: 40px;
  }

  .footer__nav__list {
    display: block;
    width: auto;
    border-bottom: solid 1px #4a9c2d;
  }

  .footer__nav__list__item {
    display: block;
    padding-left: 0;
    border-top: solid 1px #4a9c2d;
  }
  .footer__nav__list__item:first-child {
    padding-left: 0;
  }
  .footer__nav__list__item a {
    display: block;
    padding: 15px 25px;
    background-color: #F8F9FA;
    color: #1a1a1a;
  }
  .footer__nav__list__item span.m-font-en {
    display: none;
  }
  .footer__nav__list__item span.m-font-ja {
    font-size: 1.2rem;
  }

  .footer__btm {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer__btm__list {
    float: none;
  }

  .footer__btm__list__item {
    float: none;
    border-left: 0;
    border-bottom: solid 1px #4a9c2d;
    font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
  }
  .footer__btm__list__item a {
    padding: 15px 25px;
    background-color: #F8F9FA;
  }

  .footer__btm__cr {
    padding: 15px;
    text-align: center;
    float: none;
    font-size: 1.2rem;
  }
  #l-wrapper {
    min-width: inherit;
    overflow: hidden;
  }
 }



/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
style04
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


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

  .news__content {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .news__content,
  .news__content__title,
  .news__content__text {
    display: block;
    width: auto;
  }

  .news__content__title {
    width: auto;
    font-size: 2rem;
    text-align: center;
  }

  .news__content__text {
    margin-top: 20px;
    font-size: 1.2rem;
  }

  .news__content__text__item > i {
    float: left;
    margin-right: 10px;
  }
  .news__content__text__item > i > span {
    margin-top: -2px;
    text-align: center;
  }
  .news__content__text__item > time {
    float: left;
    width: 90px;
    margin-right: 0px;
  }
  .news__content__text__item > a {
    clear: both;
    display: block;
    width: 100%;
    padding-top: 5px;
    float: none;
  }
  .news__content__text__item > a:before {
    top: 5px;
  }
  .home-other {
    margin-left: 10px;
    margin-right: 10px;
  }

  .home-other__item {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .home-other__item + .home-other__item {
    margin-top: 30px;
  }


}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
style05
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


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

.c-title {
  border-left: 2px solid #4a9c2d;
  padding-left: 20px;
  font-weight: bold;
}

}



/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
style06
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


@media screen and (min-width: 768px) {
  .cssanimations .home-mv__content__badge {
    -webkit-animation-name: fadein;
            animation-name: fadein;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-direction: normal;
            animation-direction: normal;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    opacity: 0;
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
  }
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
top-main
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.top-main {
	background:url(../../img/main_pc.jpg) ;
	background-size: cover;
	display: block;
	text-align: center;
}