@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "ZenKakuGothicNew-Regular";
  src: url("../fonts/ZenKakuGothicNew-Regular.ttf");
}
@font-face {
  font-family: "ZenKakuGothicNew-Medium";
  src: url("../fonts/ZenKakuGothicNew-Medium.ttf");
}
@font-face {
  font-family: "ZenKakuGothicNew-Bold";
  src: url("../fonts/ZenKakuGothicNew-Bold.ttf");
}
@font-face {
  font-family: "angelina";
  src: url("../fonts/angelina.TTF");
}
/*	layout
------------------------------------ */
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "ZenKakuGothicNew-Regular";
  src: url("../fonts/ZenKakuGothicNew-Regular.ttf");
}
@font-face {
  font-family: "ZenKakuGothicNew-Medium";
  src: url("../fonts/ZenKakuGothicNew-Medium.ttf");
}
@font-face {
  font-family: "ZenKakuGothicNew-Bold";
  src: url("../fonts/ZenKakuGothicNew-Bold.ttf");
}
@font-face {
  font-family: "angelina";
  src: url("../fonts/angelina.TTF");
}
/*	layout
------------------------------------ */
/*	font-size  cmn
------------------------------------ */
/* =========================================
  base  PC
========================================= */
body { /* fontはcmn-txtに合わせる */
  width: 100%;
  min-width: 1280px;
  margin: auto;
  background: #f8f6f2;
  color: #404040;
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.5rem;
  }
}

/* safariの自動CSSを打ち消す */
* {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.disable-auto-tel a {
  color: inherit;
  text-decoration: none;
}

a[href^="tel:"] {
  pointer-events: none;
}

a[href^=fax] {
  -webkit-tap-highlight-color: transparent !important;
  pointer-events: none !important;
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  text-decoration: none !important;
}

.com-inner,
.bread-inner {
  width: 100%;
  max-width: 1080px;
  margin: auto;
}

.sec-inner-md {
  width: 1280px;
}

.sp-only, .xs-only {
  display: none !important;
}

/*==================================================
お問い合わせフォーム
================================================== */
.contact-form-table {
  width: 100%;
  margin: 70px auto 0 !important;
  background: #fff;
  border-radius: 10px;
}
.contact-form-table tr:nth-of-type(n+2) {
  border-top: 1px solid #c6ced2;
}
.contact-form-table th, .contact-form-table td {
  padding: 15px 18px;
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  font-size: 1.6rem;
  color: #404040;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .contact-form-table th, .contact-form-table td {
    font-size: 1.5rem;
  }
}
.contact-form-table th {
  width: 330px;
  background: #50a549;
  color: #fff;
}
.contact-form-table a {
  color: #404040;
  text-decoration: underline;
}
.contact-form-table textarea {
  resize: none;
}
.contact-form-table select, .contact-form-table textarea, .contact-form-table input[type=tel], .contact-form-table input[type=text], .contact-form-table input[type=email], .contact-form-table input[type=url] {
  background: #f0f0f0;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.contact-form-table .required-mark {
  background: rgba(231, 76, 60, 0.8);
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
}
@media screen and (max-width: 767px) {
  .contact-form-table {
    margin-top: 30px !important;
  }
  .contact-form-table th, .contact-form-table td {
    padding: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .contact-form-table label[for=agree] {
    margin: auto;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.contact-form-table .date-list {
  padding-left: 0;
}

.error-text {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .error-text {
    font-size: 1.5rem;
  }
}

.privacy-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 334px;
  margin: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.privacy-wrap .error-text {
  font-size: 14px;
  font-size: 1.4rem;
}
.privacy-wrap a {
  color: #404040;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .privacy-wrap .inline-privacy-policy-txt, .privacy-wrap a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

input[type=radio] + label, input[type=checkbox] + label {
  color: #000;
}

/* =========================================
  タグテンプレート
========================================= */
.tag-select-box {
  position: relative;
  width: 40%;
  margin: 20px 0 20px auto;
  max-width: 230px;
}
.tag-select-box::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #404040;
  pointer-events: none;
}
.tag-select-box #tag-select {
  width: 100%;
  padding: 5% 20% 5% 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.2rem;
  margin-left: auto;
  display: block;
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  border: non6;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #404040;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #404040;
  font-weight: 700;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.tag-select-box #tag-select option {
  padding: 10px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  color: #006;
}

/*	parts  PC
------------------------------------ */
a {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  a:hover {
    opacity: 0.7;
  }
}

.br {
  display: inline-block;
}

.over {
  overflow: hidden;
}

.com-txt,
#privacy .txt-box {
  color: #404040;
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .com-txt,
  #privacy .txt-box {
    font-size: 1.5rem;
  }
}

.ofj {
  width: 100%;
  height: 100%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*	com-btn  PC
------------------------------------ */
.com-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 420px;
  height: 50px;
  background: #efe16c;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0;
  color: #404040;
  line-height: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .com-btn {
    font-size: 1.5rem;
  }
}
.com-btn::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  background: url(../img/top/com-btn-arw.png) no-repeat center/contain;
  position: relative;
  left: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (min-width: 768px) {
  .com-btn:hover {
    opacity: 1;
  }
  .com-btn:hover::before {
    left: 5px;
  }
}

#contact .contact-submits-btn {
  /*必須*/
  margin: auto;
  padding: 0;
  border: none;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /*追加*/
  display: block;
  width: 100%;
  max-width: 280px;
  height: 50px;
  background: url(../img/top/com-btn-arw.png) no-repeat 15px center #efe16c;
  text-align: center;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0;
  color: #404040;
  line-height: 50px;
}
@media screen and (max-width: 767px) {
  #contact .contact-submits-btn {
    font-size: 1.5rem;
  }
}
#contact .contact-submits-btn.mt30 {
  margin-top: 30px !important;
}

/*	com-table  PC
------------------------------------ */
.com-table {
  width: 100%;
  margin: auto;
}
.com-table tr:nth-of-type(n+2) {
  border-top: 1px solid #d9d9d9;
}
.com-table th, .com-table td {
  padding: 15px 1px;
  font-size: 1.6rem;
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  letter-spacing: 0.06em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .com-table th, .com-table td {
    font-size: 1.5rem;
  }
}
.com-table th {
  width: 145px;
}
.com-table td {
  white-space: pre-line;
}
.com-table a {
  color: #404040;
}
.com-table-note {
  display: block;
  line-height: 1.1;
}

/*	heading  PC
------------------------------------ */
.com-ttl01 {
  position: relative;
}
.com-ttl01.t-center .com-ttl01-en {
  position: static;
}
.com-ttl01.t-center .com-ttl01-ja {
  font-size: 4.8rem;
}
@media screen and (max-width: 767px) {
  .com-ttl01.t-center .com-ttl01-ja {
    font-size: 3.2rem;
  }
}
.com-ttl01-en {
  font-family: "angelina", serif;
  font-size: 5.2rem;
  letter-spacing: 0.2em;
  color: #50a549;
  line-height: 1;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .com-ttl01-en {
    font-size: 3.4666666667rem;
  }
}
.com-ttl01-ja {
  display: block;
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  font-size: 5.6rem;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .com-ttl01-ja {
    font-size: 3.7333333333rem;
  }
}
.com-ttl01-ja-ac {
  color: #50a549;
}
.com-ttl01-ja-sm {
  font-size: 4.4rem;
}
@media screen and (max-width: 767px) {
  .com-ttl01-ja-sm {
    font-size: 2.9333333333rem;
  }
}
.com-ttl01-sm {
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .com-ttl01-sm {
    font-size: 1.6rem;
  }
}
.com-ttl01-border {
  padding: 0 4px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #efe16c));
  background: -webkit-linear-gradient(transparent 60%, #efe16c 60%);
  background: linear-gradient(transparent 60%, #efe16c 60%);
  line-height: 1.5;
}
.com-ttl01-arw {
  position: relative;
}
.com-ttl01-arw::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-color: #efe16c transparent transparent transparent;
  border-width: 11px 15px 0px 15px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -11px;
}
.com-ttl02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 5px 5px;
  border-bottom: 2px solid #d9d9d9;
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  font-size: 2.1rem;
  letter-spacing: 0;
  line-height: 1.5;
  color: #404040;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .com-ttl02 {
    font-size: 1.5rem;
  }
}
.com-ttl02::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  margin-right: 13px;
  background: url(../img/top/works-btn-arw.png) no-repeat center/contain;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.com-ttl02::after {
  content: "";
  display: block;
  width: 25px;
  height: 2px;
  background: #50a549;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.com-ttl03 {
  padding-bottom: 8px;
  border-bottom: 4px solid rgba(80, 165, 73, 0.2);
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  font-size: 2.8rem;
  letter-spacing: 0;
  color: #404040;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .com-ttl03 {
    font-size: 1.8666666667rem;
  }
}
.com-ttl04 {
  padding: 3px 15px;
  border-left: 4px solid #50a549;
  background: rgba(239, 225, 108, 0.4);
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  font-size: 2.8rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
  color: #50a549;
}
@media screen and (max-width: 767px) {
  .com-ttl04 {
    font-size: 1.8666666667rem;
  }
}

/*	sidebar  PC
------------------------------------ */
#sidebar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  right: 0;
  bottom: 20px;
  z-index: 100;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.sidebar-pagetop {
  margin-top: 25px;
}

/*	breadcrumb  PC
------------------------------------ */
.breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px auto 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumb .bread-inner {
  width: 100%;
  max-width: 1080px;
  padding-right: 20px;
  margin: auto;
}
.breadcrumb ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.breadcrumb ul li {
  display: inline;
}
.breadcrumb ul li:nth-of-type(3) {
  display: inline;
  max-width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.breadcrumb ul li:last-child::after {
  content: none;
}
.breadcrumb li, .breadcrumb a {
  color: #404040;
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1.2;
}
.breadcrumb li {
  color: #404040;
}
.breadcrumb li::after {
  content: "|";
  display: inline-block;
  padding: 0 5px;
  color: #404040;
}

/*	pagenation  PC
------------------------------------ */
.pagenation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 50px auto 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagenation li {
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  background: #fff;
  border: 1px solid #50a549;
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #404040;
  line-height: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .pagenation li {
    font-size: 1.5rem;
  }
}
.pagenation li:nth-of-type(n+2) {
  margin-left: 10px;
}
.pagenation a, .pagenation span {
  display: block;
}
.pagenation a {
  color: #404040;
}
.pagenation .current {
  background: #50a549;
  pointer-events: none;
  color: #fff;
}
.pagenation .next-li, .pagenation .back-li {
  background: none;
  border: none;
}
.pagenation .back-arrow, .pagenation .next-arrow {
  display: block;
  height: 100%;
}
.pagenation-arrow {
  width: 100%;
  height: 100%;
}
.pagenation-arrow::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.pagenation-arrow.next {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 15px;
  border-color: transparent transparent transparent #50a549;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.pagenation-arrow.back {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 15px 7.5px 0;
  border-color: transparent #50a549 transparent transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/*	detail pagenation  PC
------------------------------------ */
.pagenation-inner {
  width: 100%;
  max-width: 360px;
  margin: 50px auto 0;
}

.data-nav {
  position: relative;
  text-align: center;
}
.data-nav a {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.data-nav a:hover {
  opacity: 0.7;
}
.data-nav .next a, .data-nav .back a {
  background: none !important;
}

.to-works-btn {
  width: 100%;
  max-width: 120px;
  background: #50a549;
  text-align: center;
  font-size: 1.8rem;
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .to-works-btn {
    font-size: 1.5rem;
  }
}

.arrow-btn {
  width: 50px;
  position: absolute;
  bottom: 0;
}
.arrow-btn::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: auto;
  color: #fff;
  font-size: 1.8rem;
  background: #50a549;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .arrow-btn::before {
    font-size: 1.5rem;
  }
}

.back-btn {
  left: 0;
}
.back-btn::before {
  content: "←";
}

.next-btn {
  right: 0;
}
.next-btn::before {
  content: "→";
}

/*	ggmap  PC
------------------------------------ */
.ggmap {
  width: 100%;
  height: 0;
  margin: 7px auto 0;
  padding-top: 400px;
  position: relative;
}

.ggmap iframe {
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

/* =========================================
  header  PC
========================================= */
/*	s-top  PC
------------------------------------ */
.s-top-headline {
  padding: 6px 0 9px;
  background: #ffffff;
  text-align: center;
}
.s-top-logo {
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.s-top-logo:hover {
  opacity: 0.7;
}
.s-top-logo a, .s-top-logo img {
  display: block;
}
.s-top-logo img {
  width: 100%;
}
.s-top-list-item {
  width: 50%;
  overflow: hidden;
}
.s-top-list-item-lg {
  width: 100%;
}
.s-top-list-link {
  display: block;
  height: 0;
  padding-top: 480px;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (min-width: 768px) {
  .s-top-list-link:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 1;
  }
}
.s-top-list-link01 {
  background: url(../img/ent/mv01.jpg) no-repeat center/cover;
}
.s-top-list-link02 {
  background: url(../img/ent/mv02.jpg) no-repeat center/cover;
}
.s-top-list-link03 {
  background: url(../img/ent/mv03.jpg) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  .s-top-list-link03 {
    padding-top: 390px;
  }
}
.s-top-list-ttl {
  width: 470px;
  height: 236px;
  margin: auto;
  padding-top: 80px;
  background: url(../img/ent/box.png) no-repeat center top/contain;
  text-align: center;
  line-height: 1;
  position: absolute;
  top: 117px;
  left: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .s-top-list-ttl03 {
    top: 70px;
  }
}
.s-top-list-ttl-lg {
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  font-size: 4.4rem;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .s-top-list-ttl-lg {
    font-size: 2.9333333333rem;
  }
}
.s-top-list-ttl-sm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 20px auto 0;
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  font-size: 2.8rem;
  letter-spacing: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .s-top-list-ttl-sm {
    font-size: 1.8666666667rem;
  }
}
.s-top-list-ttl-sm::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 7px;
  background: url(../img/ent/arw.png) no-repeat center/contain;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*	headline  PC
------------------------------------ */
.headline {
  padding-left: 26px;
}
.headline-line {
  max-width: 328px;
  margin-left: auto;
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.logo {
  display: inline-block;
  margin-top: 27px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.logo:hover {
  opacity: 0.7;
}
.logo a, .logo img {
  display: block;
}
.logo img {
  width: 100%;
}

/*	gnav  PC
------------------------------------ */
.gnav {
  margin: 18px 20px 0 0;
}
.gnav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.gnav-list-item {
  line-height: 1;
}
.gnav-list-item:nth-of-type(n+2) {
  margin-left: 30px;
}
.gnav-list-link {
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .gnav-list-link {
    font-size: 1.5rem;
  }
}
.gnav-list-link-current {
  color: #efe16c;
}

/*	mv  PC
------------------------------------ */
.mv {
  height: 0;
  padding-top: 40.1%;
  background: url(../img/top/mv.jpg) no-repeat center/cover;
  -webkit-clip-path: polygon(0 22%, 56% 0, 100% 22%, 100% 100%, 0% 100%);
          clip-path: polygon(0 22%, 56% 0, 100% 22%, 100% 100%, 0% 100%);
}
.mv-wrap {
  width: 100%;
  margin: 40px auto 0;
}
.mv-wrap::before {
  -webkit-clip-path: polygon(0 22%, 56% 0, 100% 22%, 100% 100%, 0% 100%);
          clip-path: polygon(0 22%, 56% 0, 100% 22%, 100% 100%, 0% 100%);
  left: -19px !important;
  top: -4px !important;
}
.mv-en {
  width: 28.8%;
  position: absolute;
  top: 1.5%;
  right: 24px;
}
.mv-catch {
  width: 8.9%;
  position: absolute;
  right: 23.2%;
  top: 17.8%;
}

/* =========================================
  footer  PC
========================================= */
#footer .foo-bg {
  background: #50a549;
}
#footer .foo-inner {
  padding: 65px 0 37px;
}
#footer .foo-txt {
  margin-top: 16px;
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0;
  color: #fff;
}
#footer .foo-sns {
  padding-bottom: 10px;
}
#footer .foo-sns-ttl {
  display: inline-block;
  padding: 0 4px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(30%, rgba(239, 225, 108, 0.3)));
  background: -webkit-linear-gradient(transparent 60%, rgba(239, 225, 108, 0.3) 30%);
  background: linear-gradient(transparent 60%, rgba(239, 225, 108, 0.3) 30%);
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0;
  color: #fff;
  white-space: nowrap;
  position: relative;
}
@media screen and (max-width: 767px) {
  #footer .foo-sns-ttl {
    font-size: 1.5rem;
  }
}
#footer .foo-sns-ttl::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-color: rgba(239, 225, 108, 0.3) transparent transparent transparent;
  border-width: 11px 15px 0px 15px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -11px;
}
#footer .foo-sns-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
#footer .foo-sns-wrap a:nth-of-type(n+2) {
  margin-left: 25px;
}
#footer .foo-btn {
  width: 210px;
  margin-left: 30px;
}
#footer .fnav {
  margin: 56px auto 0;
}
#footer .fnav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
#footer .fnav-list-link {
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0;
  color: #fff;
}
#footer .fnav-list-link-current {
  color: #efe16c;
}

.copy {
  margin: 38px auto 0;
  line-height: 1;
  text-align: center;
}
.copy-txt, .copy-link {
  color: #fff;
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  letter-spacing: 0;
  font-size: 1.2rem;
}

/* =========================================

  sub layout  PC

========================================= */
/*	sub mv  PC
------------------------------------ */
.sub .mv-wrap::before {
  -webkit-clip-path: polygon(0 39%, 56% 0, 100% 41%, 100% 100%, 0% 100%);
          clip-path: polygon(0 39%, 56% 0, 100% 41%, 100% 100%, 0% 100%);
}

.sv {
  height: 371px;
  padding-top: 148px;
  text-align: center;
  -webkit-clip-path: polygon(0 39%, 56% 0, 100% 41%, 100% 100%, 0% 100%);
          clip-path: polygon(0 39%, 56% 0, 100% 41%, 100% 100%, 0% 100%);
}
.sv-works {
  background: url(../img/sub/works.jpg) no-repeat center/cover;
}
.sv-voice {
  background: url(../img/sub/voice.jpg) no-repeat center/cover;
}
.sv-price {
  background: url(../img/sub/price.jpg) no-repeat center/cover;
}
.sv-planter {
  background: url(../img/sub/planter.jpg) no-repeat center/cover;
}
.sv-news {
  background: url(../img/sub/news.jpg) no-repeat center/cover;
}
.sv-contact {
  background: url(../img/sub/contact.jpg) no-repeat center/cover;
}
.sv-complete {
  background: url(../img/sub/complete.jpg) no-repeat center/cover;
}
.sv-privacy {
  background: url(../img/sub/privacy.jpg) no-repeat center/cover;
}
.sv-site {
  background: url(../img/sub/site.jpg) no-repeat center/cover;
}
.sv-news {
  background: url(../img/sub/news.jpg) no-repeat center/cover;
}
.sv-e404 {
  background: url(../img/sub/e404.jpg) no-repeat center/cover;
}
.sv-catch {
  display: inline-block;
}
.sv-catch::before {
  top: 7px !important;
  right: -7px !important;
}
.sv-catch-ttl {
  display: block;
  padding: 24px 32px;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 5.2rem;
  letter-spacing: 0;
  color: #50a549;
  line-height: 1;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .sv-catch-ttl {
    font-size: 3.4666666667rem;
  }
}

/*	news  PCSP
------------------------------------ */
#news .com-news-post-item:nth-of-type(n+2) {
  margin: 80px auto 0;
}
@media screen and (max-width: 767px) {
  #news .com-news-post-item:nth-of-type(n+2) {
    margin-top: 40px;
  }
}
#news .com-news-post-link {
  display: block;
  padding: 30px;
}
#news .com-news-post-con {
  width: 100%;
}
#news .com-news-post-con-sm {
  max-width: 725px;
}
#news .com-news-post-img {
  border: 3px solid #50a549;
}
@media screen and (max-width: 767px) {
  #news .com-news-post-link {
    padding: 5%;
  }
  #news .com-news-post-img {
    width: 25%;
  }
  #news .com-news-post-con-sm {
    width: 68%;
  }
}
#news .news-post-txt, #news .news-post-flx {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #news .news-post-txt, #news .news-post-flx {
    margin-top: 10px;
  }
}
#news .detail .com-news-post-link {
  padding: 15px;
}
#news .detail .com-news-post-img {
  margin: 0 auto 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #news .detail .com-news-post-img {
    width: 100%;
  }
}

/*	contact  PC
------------------------------------ */
#contact .contact-txt {
  margin: 50px auto 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #contact .contact-txt {
    margin-top: 20px;
  }
}
#contact .complete-box {
  margin: 30px auto 0;
  text-align: center;
}
#contact .complete-link {
  margin: 30px auto 0;
  color: inherit;
  text-decoration: underline;
}

/*	privacy  PC
------------------------------------ */
@media screen and (min-width: 768px) {
  #privacy .sec-inner {
    padding: 80px 0 110px;
  }
}
#privacy .privacy-box {
  max-width: 1080px;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  #privacy .privacy-box {
    margin-top: 20px;
  }
}
#privacy .privacy-box p {
  margin: 10px auto 0;
}
#privacy .privacy-box ul {
  padding-left: 20px;
}
#privacy .privacy-box li {
  list-style: disc;
}

/*	site  PCSP
------------------------------------ */
@media screen and (max-width: 767px) {
  #site .com-bg-sub {
    background-size: auto;
  }
}
@media screen and (min-width: 768px) {
  #site .sec-inner {
    padding: 80px 0 110px;
  }
}
#site .site-box {
  margin: 30px auto 0;
  padding-bottom: 40px;
}
#site .site-ul {
  width: 100%;
  max-width: 880px;
  margin: auto;
}
#site .site-li:nth-of-type(n+2) {
  border-top: 1px solid rgba(64, 64, 64, 0.5);
}
#site .site-link {
  display: block;
  padding: 15px 30px;
  color: #404040;
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 767px) {
  #site .site-link {
    padding: 12px 25px;
  }
}
#site .site-link::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  margin: auto;
  border-top: 1px solid #404040;
  border-right: 1px solid #404040;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  #site .site-link:hover::before {
    left: 10px;
  }
}

/*	e404  PCSP
------------------------------------ */
#e404 .sec-inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #404040;
}
@media screen and (min-width: 768px) {
  #e404 .sec-inner {
    padding: 100px 0;
  }
}
#e404 .top {
  display: inline-block;
  color: #404040;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#e404 .top:hover {
  opacity: 0.7;
}
#e404 .section-content {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #e404 .section-content {
    margin-top: 0;
  }
}

/* =========================================

  sub layout  SP

========================================= */
@media screen and (max-width: 767px) {
  /* =========================================
    base  SP
  ========================================= */
  body {
    min-width: 350px;
  }
  body.active { /* スクロール禁止 */
    overflow: hidden;
  }
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: inherit !important;
  }
  /*	parts  SP
  ------------------------------------ */
  /*	com-btn  SP
  ------------------------------------ */
  /*	com-table  SP
  ------------------------------------ */
  /*	heading  SP
  ------------------------------------ */
  /*	sidebar  SP
  ------------------------------------ */
  /*	pagenation  SP
  ------------------------------------ */
  /* =========================================
  header  SP
  ========================================= */
  /*	s-top  SP
  ------------------------------------ */
  /*	headline  SP
  ------------------------------------ */
  /*	mv  SP
  ------------------------------------ */
  /*	gnav  SP
  ------------------------------------ */
  /*	gnav-add  SP
  ------------------------------------ */
  /*	ggmap  SP
  ------------------------------------ */
  /* =========================================
  footer  SP
  ========================================= */
  /* =========================================

    sub  SP

  ========================================= */
  /*	sub headline  SP
  ------------------------------------ */
  /*	sub mv  SP
  ------------------------------------ */
  /*	------- */
}
@media screen and (max-width: 767px) and (max-width: 480px) {
  .xs-only {
    display: inherit !important;
  }
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: all;
  }
  .ib {
    display: inline-block;
  }
  .com-inner,
  .bread-inner,
  .middle-inner,
  .lg-inner .com-inner.md {
    width: 100% !important;
  }
  .com-ttl01-ja {
    font-size: 2.8rem;
  }
  #sidebar {
    width: 50px;
  }
  .sidebar-pagetop {
    width: 40px;
    margin-top: 15px;
  }
  .pagenation {
    margin-top: 50px;
  }
  .pagenation li {
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .pagenation li:nth-of-type(n+2) {
    margin-left: 15px;
  }
  .data-nav a {
    height: 50px;
    line-height: 50px;
  }
  .arrow-btn::before {
    width: 50px;
    height: 50px;
  }
  .s-top-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .s-top-list-item {
    width: 100%;
  }
  .s-top-list-link {
    padding-top: 85%;
  }
  .s-top-list-ttl {
    width: 90%;
    height: auto;
    padding: 16% 0 9%;
    top: auto;
    bottom: 5%;
  }
  .s-top-list-ttl-lg {
    font-size: 8vw;
  }
  .s-top-list-ttl-sm {
    font-size: 5vw;
  }
  .s-top-list-ttl-sm::before {
    width: 5%;
    height: 0;
    padding-top: 5%;
  }
  .headline {
    padding: 10px 15px;
  }
  .logo {
    width: 245px;
    margin-top: auto;
  }
  .mv {
    padding-top: 66%;
  }
  .mv-wrap {
    margin-top: 20px;
  }
  .mv-wrap::before {
    left: -8px !important;
    top: -3px !important;
  }
  .mv-catch {
    width: 17%;
    right: 13%;
    top: 17%;
  }
  .mv-en {
    width: 44.8%;
    top: -3.5%;
    right: 1%;
    -webkit-transform: rotate(6deg);
            transform: rotate(6deg);
  }
  .sp-menu-btn-wrp {
    background: #efe16c;
  }
  .sp-menu-btn-wrp .sp-menu-btn {
    width: 50px;
    height: 50px;
  }
  .sp-menu-btn-wrp .sp-menu-btn span {
    width: 30px;
    height: 2px;
    background-color: #404040;
  }
  .sp-menu-btn-wrp .sp-menu-btn .bottom {
    top: 34px;
  }
  #drawer-nav.active {
    z-index: 1001;
  }
  .sp-menu-btn.active .top {
    -webkit-transform: translateY(10px) translateX(0px) rotate(45deg);
            transform: translateY(10px) translateX(0px) rotate(45deg);
  }
  .sp-menu-btn.active .bottom {
    -webkit-transform: translateY(-10px) translateX(1px) rotate(-45deg);
            transform: translateY(-10px) translateX(1px) rotate(-45deg);
  }
  #drawer-nav {
    padding: 25px 15px 30px;
    background: #f8f7f4;
  }
  #drawer-nav .drawer-logo {
    width: 245px;
    max-width: none;
    margin-bottom: 0;
  }
  #drawer-nav .drawer-logo-wrap {
    margin-bottom: 6%;
  }
  #drawer-nav #nav {
    padding: 0;
  }
  #drawer-nav #nav .drawer-item:last-of-type a {
    border-bottom: none;
  }
  #drawer-nav #nav .drawer-link {
    display: block;
    padding: 5% 0 5%;
    font-family: "ZenKakuGothicNew-Medium", sans-serif;
    border-color: rgba(64, 64, 64, 0.5);
    color: #404040;
    font-size: clamp(16px, 5vw, 40px);
    line-height: 1.22;
    letter-spacing: 0.14em;
  }
  #drawer-nav #nav .drawer-link-current {
    color: #50a549;
  }
  .drawer-info {
    margin: 25px auto 0;
  }
  .drawer-info .com-line {
    width: 280px;
    margin: auto;
  }
  .ggmap {
    padding-top: 250px;
  }
  #footer .foo-inner {
    padding: 50px 15px;
  }
  #footer .foo-btn {
    margin: 30px auto 0;
  }
  #footer .foo-flx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #footer .foo-flx-l {
    text-align: center;
  }
  #footer .foo-flx-r {
    margin: 20px auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #footer .foo-sns {
    padding-bottom: 0;
  }
  #footer .foo-sns-ttl::before {
    border-width: 8px 12px 0px 12px;
    bottom: -8px;
  }
  #footer .foo-btn {
    margin-top: 25px;
  }
  #footer .fnav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #footer .fnav-list-item:nth-of-type(n+2) {
    margin: 3px 0 0;
  }
  #footer .fnav-list-link {
    display: block;
    padding: 10px 0;
    text-align: center;
  }
  .copy {
    margin-top: 20px;
    text-align: center;
  }
  .copy-txt {
    display: block;
  }
  .sub .mv-wrap::before {
    -webkit-clip-path: polygon(0 24%, 56% 0, 100% 20%, 100% 100%, 0% 100%);
            clip-path: polygon(0 24%, 56% 0, 100% 20%, 100% 100%, 0% 100%);
  }
  .sv {
    height: 0;
    padding: 21%;
    -webkit-clip-path: polygon(0 24%, 56% 0, 100% 20%, 100% 100%, 0% 100%);
            clip-path: polygon(0 24%, 56% 0, 100% 20%, 100% 100%, 0% 100%);
  }
  .sv-catch {
    position: absolute !important;
    top: 39%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    white-space: nowrap;
  }
  .sv-catch::before {
    right: -5px !important;
    top: 5px !important;
  }
  .sv-catch-ttl {
    padding: 12px 15px;
    font-size: 6.5vw;
  }
}
/*	------- */
/* =========================================
  breakpoint
========================================= */