@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "Montserrat-ExtraBold";
  src: url("../fonts/Montserrat-ExtraBold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGothicNew-Bold";
  src: url("../fonts/ZenKakuGothicNew-Bold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp-Regular";
  src: url("../fonts/NotoSansCJKjp-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp-Medium";
  src: url("../fonts/NotoSansCJKjp-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp-Bold";
  src: url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp-Black";
  src: url("../fonts/NotoSansCJKjp-Black.woff2") format("woff2");
  font-display: swap;
}
/*	layout
------------------------------------ */
/* animation
例）animation: fadedown .5s ease-in-out;
遅延）animation-delay: 0.5s;
最後の状態維持）animation-fill-mode: forwards;
------------------------------------ */
@keyframes fadedown {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }
  50% {
    transform: translateY(-5px);
    opacity: 0.5;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeup {
  0% {
    transform: translateY(10px);
    opacity: 0;
  }
  50% {
    transform: translateY(5px);
    opacity: 0.5;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes faderight {
  0% {
    transform: translateX(10px);
    opacity: 0;
  }
  50% {
    transform: translateX(5px);
    opacity: 0.5;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes grad-fill {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@keyframes zoom {
  0% {
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes floatY {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(var(--amp));
  }
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/*	font-size  cmn
------------------------------------ */
/* =========================================
  base  PC
========================================= */
body { /* fontはcmn-txtに合わせる */
  width: 100%;
  min-width: 1200px;
  margin: auto;
  color: #323743;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  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: 1200px;
  margin: auto;
}

.com-inner-lg {
  width: 100%;
  max-width: 1800px;
  margin: auto;
}

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

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

/*==================================================
お問い合わせフォーム
================================================== */
.contact-form-table {
  width: 100%;
  margin: 30px auto 0 !important;
  background: #fff;
  border: 2px solid #89bf1b;
}
.contact-form-table tr:nth-of-type(n+2) th {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
@media screen and (min-width: 768px) {
  .contact-form-table tr:nth-of-type(n+2) td {
    border-top: 1px solid #323743;
  }
}
.contact-form-table th, .contact-form-table td {
  padding: 15px 18px;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.6rem;
  color: #000;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .contact-form-table th, .contact-form-table td {
    font-size: 1.5rem;
  }
}
.contact-form-table th {
  width: 330px;
  background: #89bf1b;
  color: #fff;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
}
.contact-form-table a {
  color: #323743;
  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;
  box-shadow: none;
}
.contact-form-table .required-mark {
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  height: 30px;
  line-height: 25px;
}
@media screen and (max-width: 767px) {
  .contact-form-table {
    margin-top: 30px !important;
  }
  .contact-form-table th, .contact-form-table td {
    padding: 9px 15px;
    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: 768px) {
  .error-text {
    font-size: 1.5rem;
  }
}

.privacy-wrap {
  display: flex;
  max-width: 334px;
  margin: auto;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.privacy-wrap .error-text {
  font-size: 14px;
  font-size: 1.4rem;
}
.privacy-wrap a {
  color: #323743;
  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%;
  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 #323743;
  pointer-events: none;
}
.tag-select-box #tag-select {
  width: 100%;
  padding: 5% 20% 5% 5%;
  box-sizing: border-box;
  font-size: 1.2rem;
  margin-left: auto;
  display: block;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  border: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #323743;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #323743;
  font-weight: 700;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.tag-select-box #tag-select option {
  padding: 10px;
  cursor: pointer;
  box-sizing: border-box;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  color: #006;
}

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

.br {
  display: inline-block;
}

.over {
  overflow: hidden;
}

.com-txt,
#privacy .txt-box {
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.8rem;
  color: #323743;
  letter-spacing: 0.1em;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .com-txt,
  #privacy .txt-box {
    font-size: 1.5rem;
  }
}

.fit {
  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;
  transition: all 0.3s ease;
}

/*	com-btn  PC
------------------------------------ */
.com-btn {
  display: flex;
  width: 100%;
  max-width: 280px;
  margin: auto;
  padding: 20px 35px;
  text-align: center;
  border: 2px solid #89bf1b;
  background: url(../img/top/com-btn-arw.png) no-repeat calc(100% - 18px) 50% #89bf1b;
  text-align: center;
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 1.3;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .com-btn {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .com-btn:hover {
    background-position: calc(100% - 14px) 50%;
    opacity: 1;
  }
}

#contact .contact-submits-wrap {
  text-align: center;
}
#contact .contact-submits-btn {
  /*必須*/
  margin: auto;
  padding: 0;
  border: none;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  /*追加*/
  display: flex;
  width: 100%;
  max-width: 350px;
  margin: auto;
  padding: 20px 35px;
  text-align: center;
  border: 2px solid #89bf1b;
  background: url(../img/top/com-btn-arw.png) no-repeat calc(100% - 18px) 50% #89bf1b;
  text-align: center;
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 1.3;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #contact .contact-submits-btn {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  #contact .contact-submits-btn:hover {
    background-position: calc(100% - 14px) 50%;
    opacity: 1;
  }
}
#contact .contact-submits-btn.mt30 {
  margin-top: 30px !important;
}
@media screen and (max-width: 767px) {
  #contact .contact-submits-btn {
    max-width: 280px;
    height: 50px;
    padding: 10px 30px;
    background-size: 15px;
    background-position: calc(100% - 15px) center;
  }
}

/*	com-table  PC
------------------------------------ */
.com-table {
  width: 100%;
}
.com-table tr:first-of-type th {
  padding-top: 0;
}
.com-table tr:nth-of-type(n+2) {
  border-top: 1px solid #323743;
}
.com-table th, .com-table td {
  display: block;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .com-table th, .com-table td {
    font-size: 1.5rem;
  }
}
.com-table th {
  padding-top: 28px;
  font-family: "NotoSansCJKjp-Black", sans-serif;
}
.com-table td {
  margin-top: 12px;
  padding-bottom: 25px;
  white-space: pre-line;
}
.com-table-note {
  display: block;
  line-height: 1.1;
}
.com-table-note img {
  vertical-align: middle;
}
.com-table-link {
  color: #00b900;
}

/*	heading  PC
------------------------------------ */
.com-ttl01-en {
  font-family: "Montserrat-ExtraBold", sans-serif;
  font-size: 8rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .com-ttl01-en {
    font-size: 4rem;
  }
}
.com-ttl01-ja {
  margin-top: 25px;
  font-family: "NotoSansCJKjp-Black", sans-serif;
  font-size: 3rem;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .com-ttl01-ja {
    font-size: 1.5rem;
  }
}
.com-ttl02 {
  font-family: "NotoSansCJKjp-Black", sans-serif;
  font-size: 5.5rem;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .com-ttl02 {
    font-size: 2.75rem;
  }
}
.com-ttl03 {
  padding: 16px;
  border-radius: 10px;
  background: #89bf1b;
  text-align: center;
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .com-ttl03 {
    font-size: 1.5rem;
  }
}
.com-ttl04 {
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  color: #89bf1b;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .com-ttl04 {
    font-size: 1.5rem;
  }
}

/*	sidebar  PC
------------------------------------ */
.sidebar {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
}
.sidebar-btn {
  width: 180px;
  height: 180px;
  padding-top: 93px;
  background: url(../img/top/side-mail.png) no-repeat center 48px #89bf1b;
  text-align: center;
  border-radius: 999px;
  font-family: "NotoSansCJKjp-Black", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.1em;
  color: #fff;
  transform: scale(1);
}
@media screen and (max-width: 768px) {
  .sidebar-btn {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .sidebar-btn:hover {
    transform: scale(0.95);
    opacity: 1;
  }
}

/*	breadcrumb  PC
------------------------------------ */
.breadcrumb {
  display: flex;
  align-items: center;
  padding: 28px 0 0;
  position: relative;
  z-index: 100;
}
.breadcrumb .bread-inner {
  width: 100%;
  max-width: 1200px;
  padding-right: 20px;
  margin: auto;
}
.breadcrumb ul {
  display: flex;
  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: #323743;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .breadcrumb li, .breadcrumb a {
    font-size: 1.5rem;
  }
}
.breadcrumb li::after {
  content: ">";
  display: inline-block;
  padding: 0 15px;
  color: #323743;
}
.breadcrumb a {
  color: #89bf1b;
}

/*	pagenation  PC
------------------------------------ */
.pagenation {
  display: flex;
  margin: 50px auto 0;
  justify-content: center;
  align-items: center;
}
.pagenation li {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  background: #f0f3f4;
  background-color: #fff;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.06em;
  border: 2px solid #89bf1b;
  border-radius: 3px;
  color: #89bf1b;
  line-height: 36px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .pagenation li {
    font-size: 1.5rem;
  }
}
.pagenation li.bg-none {
  background: none;
  border: none;
}
.pagenation li:nth-of-type(n+2) {
  margin-left: 10px;
}
.pagenation a, .pagenation span {
  display: block;
}
.pagenation a {
  color: #89bf1b;
}
.pagenation .current {
  background: #89bf1b;
  color: #fff;
  pointer-events: none;
}
.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;
}

.arrow-left {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: inline-block;
  width: 11.8px;
  height: 19.6px;
}

.arrow-left::before,
.arrow-left::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  width: 15px;
  height: 4px;
  border-radius: 9999px;
  background-color: #89bf1b;
  transform-origin: 2px 50%;
}

.arrow-left::before {
  transform: rotate(45deg);
}

.arrow-left::after {
  transform: rotate(-45deg);
}

.arrow-right {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: inline-block;
  width: 11.8px;
  height: 19.6px;
}

.arrow-right::before,
.arrow-right::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  width: 15px;
  height: 4px;
  border-radius: 9999px;
  background-color: #89bf1b;
  transform-origin: calc(100% - 2px) 50%;
}

.arrow-right::before {
  transform: rotate(45deg);
}

.arrow-right::after {
  transform: rotate(-45deg);
}

/*	detail pagenation  PC
------------------------------------ */
.pagenation-inner {
  width: 100%;
  max-width: 300px;
  margin: 50px auto 0;
  height: 50px;
  text-align: center;
}

.data-nav {
  position: relative;
  text-align: center;
}
.data-nav a {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  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 {
  display: inline-block;
  padding: 0 20px;
  background: #89bf1b;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .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: #323743;
  font-size: 1.4rem;
  background: #89bf1b;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .arrow-btn::before {
    font-size: 1.5rem;
  }
}

.back-btn {
  right: auto;
}

.next-btn {
  left: auto;
}

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

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

/* =========================================
  header  PC
========================================= */
/*	headline  PC
------------------------------------ */
.headline {
  height: 120px;
  margin: auto;
  padding: 0 50px;
  border-radius: 7px;
}
.headline-sns {
  margin-left: 33px;
}

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

/*	gnav  PC
------------------------------------ */
.gnav-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  line-height: 1;
}
.gnav-list-item:nth-of-type(n+2) {
  margin-left: 38px;
}
.gnav-list-link {
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  font-size: 2rem;
  color: #323743;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .gnav-list-link {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .gnav-list-link:hover {
    color: #89bf1b;
  }
}
.gnav-list-link.current {
  color: #89bf1b;
}

/*	mv  PC
------------------------------------ */
.mv {
  width: calc(100% - 100px);
  margin: auto;
  position: relative;
}
.mv-img {
  width: 100%;
  height: 0;
  padding-top: 41.2%;
  border-radius: 25px;
  overflow: hidden;
  position: relative;
}
.mv-img-fade img {
  animation: zoom 0.5s ease-in forwards;
}
.mv-catch {
  width: 37.1%;
  position: absolute;
  left: 3.3%;
  bottom: 12.8%;
  line-height: 1;
}
.mv-catch-txt {
  display: inline-block;
  padding: 20px 35px;
  padding: 2.9% 5.1%;
  position: relative;
  z-index: 1;
}
.mv-catch-txt::before {
  content: "";
  width: 0%;
  height: 100%;
  background: #fff;
  animation: grad-fill 0.5s cubic-bezier(0.7, 0, 0.8, 0.5) forwards;
  animation-delay: 0.2s;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.mv-catch-txt:nth-of-type(n+2) {
  margin-top: 12px;
}
@media screen and (min-width: 1921px) {
  .mv-catch-txt img {
    width: 100%;
  }
}
.mv-catch .line1 {
  width: 100%;
}
.mv-catch .line2 {
  width: 96%;
}

/* 行ごとの遅延 */
.mv-catch .line1::before {
  animation-delay: 0.5s;
}

.mv-catch .line2::before {
  animation-delay: 1s;
}

/* =========================================
  footer  PC
========================================= */
#footer {
  padding-bottom: 51px;
}
@media screen and (max-width: 1686px) {
  #footer {
    padding-bottom: 150px;
  }
}
@media screen and (min-width: 768px) {
  #footer.foo-contact .foo-inner {
    padding-top: 80px;
  }
}
#footer.foo-contact .foo-flx {
  border-top: none;
  padding: 0;
  margin: auto;
}
#footer .foo-bg {
  background: #89bf1b;
}
#footer .foo-inner {
  max-width: 1200px;
  padding: 115px 0 86px;
}
#footer .foo-contact-ttl {
  color: #fff;
}
@media screen and (min-width: 768px) {
  #footer .foo-contact-ttl {
    padding-top: 15px;
  }
}
#footer .foo-contact-ttl-en {
  font-size: 7.5rem;
}
@media screen and (max-width: 768px) {
  #footer .foo-contact-ttl-en {
    font-size: 3.75rem;
  }
}
#footer .foo-contact-list-item {
  width: 100%;
  max-width: 350px;
}
@media screen and (min-width: 768px) {
  #footer .foo-contact-list-item {
    width: 350px;
  }
}
#footer .foo-contact-list-item:nth-of-type(n+2) {
  margin-left: 25px;
}
#footer .foo-contact-list-link {
  display: block;
  height: 197px;
  border-radius: 10px;
  text-align: center;
}
#footer .foo-contact-list-link-mail {
  padding-top: 108px;
  background: url(../img/top/f-mail.png) no-repeat center 56px #fff;
}
#footer .foo-contact-list-link-tel {
  padding-top: 95px;
  background: url(../img/top/f-tel.png) no-repeat center 40px #fff;
}
#footer .foo-contact-list-ttl {
  font-family: "NotoSansCJKjp-Black", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  color: #89bf1b;
}
@media screen and (max-width: 768px) {
  #footer .foo-contact-list-ttl {
    font-size: 1.5rem;
  }
}
#footer .foo-contact-list-num {
  font-family: "Montserrat-ExtraBold", sans-serif;
  font-size: 3rem;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #89bf1b;
}
@media screen and (max-width: 768px) {
  #footer .foo-contact-list-num {
    font-size: 1.5rem;
  }
}
#footer .foo-contact-list-worktime {
  margin: 10px auto 0;
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  color: #89bf1b;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #footer .foo-contact-list-worktime {
    font-size: 1.5rem;
  }
}
#footer .foo-flx {
  margin: 77px auto 0;
  padding-top: 80px;
  border-top: 1px solid #fff;
}
#footer .foo-sns {
  margin-top: 60px;
}

.fnav {
  line-height: 1;
}
.fnav-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.fnav-list:nth-of-type(n+2) {
  margin-top: 25px;
}
.fnav-list li:nth-of-type(n+2) {
  margin-left: 45px;
  position: relative;
}
.fnav-list li:nth-of-type(n+2)::before {
  content: "/";
  color: #fff;
  position: absolute;
  left: -25px;
  top: 0;
}
.fnav-list-link {
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .fnav-list-link {
    font-size: 1.5rem;
  }
}
.fnav-list-link.current {
  opacity: 0.7;
}

.copy {
  margin-top: 50px;
  text-align: right;
}
.copy-txt, .copy-link {
  color: #fff;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0.04em;
}

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

  sub layout  PC

========================================= */
/*	sub mv  PC
------------------------------------ */
.sv {
  width: 94.7%;
  height: 0;
  margin: auto;
  padding-top: 400px;
  border-radius: 25px;
  text-align: center;
  position: relative;
}
.sv-catch {
  max-width: 500px;
  height: 78px;
  background: #fff;
  margin: auto;
  font-family: "NotoSansCJKjp-Black", sans-serif;
  font-size: 3.8rem;
  letter-spacing: 0.1em;
  line-height: 78px;
  color: #89bf1b;
  position: absolute;
  top: 160px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .sv-catch {
    font-size: 1.9rem;
  }
}
.sv-about {
  background: url(../img/sub/about.jpg) no-repeat center/cover;
}
.sv-works {
  background: url(../img/sub/works.jpg) no-repeat center/cover;
}
.sv-information {
  background: url(../img/sub/information.jpg) no-repeat center/cover;
}
.sv-company {
  background: url(../img/sub/company.jpg) no-repeat center/cover;
}
.sv-blog {
  background: url(../img/sub/blog.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-notfound {
  background: url(../img/sub/notfound.jpg) no-repeat center/cover;
}

/*	news  PCSP
------------------------------------ */
#news .com-news {
  margin: 60px auto 0;
}
#news .com-news-item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #news .com-news-item:nth-of-type(n+2) {
    margin-top: 50px;
  }
}
#news .com-news-link {
  display: flex;
  width: 100%;
  padding: 40px;
}
#news .com-news-img {
  width: 40%;
  height: 0;
  padding-top: 28%;
  position: relative;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  #news .com-news-img {
    width: 250px;
    padding-top: 200px;
  }
}
#news .com-news-img-none {
  display: none;
  filter: grayscale(100%);
}
#news .com-news-con {
  width: 100%;
  margin-left: 5.8%;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0;
  color: #323743;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #news .com-news-con {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  #news .com-news-con {
    margin-left: 2%;
  }
}
#news .com-news-con-none {
  margin-left: 0;
}
#news .com-news-flx {
  margin-top: 2%;
}
#news .com-news-tag {
  display: flex;
  margin-left: 7px;
  padding-left: 7px;
  border-left: 1px solid #adadad;
  line-height: 1.4;
  flex-wrap: wrap;
}
#news .com-news-tag li:nth-of-type(n+2)::before {
  content: ",";
  padding: 0 2px;
}
#news .com-news-tag-txt {
  letter-spacing: 0;
}
#news .com-news-time {
  flex-shrink: 0;
  line-height: 1.4;
}
#news .com-news-ttl {
  padding: 0 10px;
  background-color: #89bf1b;
  color: #fff;
  font-size: 2.2rem;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  letter-spacing: 0;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #news .com-news-ttl {
    font-size: 1.5rem;
  }
}
#news .com-news-txt {
  margin-top: 2%;
}
@media screen and (max-width: 767px) {
  #news .com-news {
    margin-top: 30px;
    flex-direction: column;
    align-items: center;
  }
  #news .com-news-item:nth-of-type(n+2) {
    margin: 30px auto 0;
  }
  #news .com-news-link {
    padding: 3%;
    align-items: flex-start;
  }
  #news .com-news-ttl {
    font-size: 3.3vw;
  }
  #news .com-news-txt-index {
    font-size: 3.4vw;
    line-height: 1.5;
  }
  #news .com-news-flx {
    margin: 15px auto 0;
  }
  #news .com-news-time, #news .com-news-tag-txt {
    font-size: 1.3rem;
  }
}
#news .detail .news-box {
  padding: 40px;
}
@media screen and (max-width: 767px) {
  #news .detail .news-box {
    padding: 25px 15px;
  }
}
#news .detail .news-post-flx {
  padding-top: 15px;
  border-top: 1px solid rgba(50, 55, 67, 0.1);
}
#news .detail .com-news-flx {
  margin: 15px auto 0;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  #news .detail .com-news-flx {
    margin: 10px auto 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
#news .detail .com-news-ttl {
  padding: 5px 10px;
  font-size: 2.5rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #news .detail .com-news-ttl {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  #news .detail .com-news-tag-txt {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  #news .news-index-tag-txt {
    font-size: 3.3vw;
  }
}

/*	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 {
  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: 100px 0;
  }
}
#privacy .box01 .privacy-box:nth-of-type(1) {
  margin-top: 0;
}
#privacy .privacy-box {
  max-width: 1280px;
  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;
}
#privacy .privacy-box-ttl {
  padding-bottom: 10px;
  border-bottom: 1px solid #323743;
  font-size: 2.4rem;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #privacy .privacy-box-ttl {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  #privacy .privacy-box-ttl {
    font-size: 1.8rem;
    padding-bottom: 5px;
  }
}
#privacy .ttl05 {
  background-color: #f1f4ea;
  color: #fff;
  padding: 10px 15px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #privacy .com-inner {
    padding-top: 20px;
  }
}

/*	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: 100px 0;
  }
}
#site .site-box {
  max-width: 960px;
  margin: 0 auto 0;
  padding: 20px 50px;
}
@media screen and (max-width: 767px) {
  #site .site-box {
    padding: 5px 15px;
  }
}
#site .site-ul {
  width: 100%;
  max-width: 880px;
  margin: auto;
}
#site .site-li:nth-of-type(n+2) {
  border-top: 1px solid rgba(50, 55, 67, 0.2);
}
#site .site-link {
  display: block;
  padding: 15px 30px;
  color: #323743;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  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 #323743;
  border-right: 1px solid #323743;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  #site .site-link:hover::before {
    left: 10px;
  }
}

/*	e404  PCSP
------------------------------------ */
#e404 .sec-inner {
  box-sizing: border-box;
  color: #00140f;
}
@media screen and (min-width: 768px) {
  #e404 .sec-inner {
    padding: 100px 0;
  }
}
#e404 .top {
  display: inline-block;
  color: #00140f;
  text-decoration: underline;
  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 {
    width: 100%;
    margin: auto;
    min-width: 350px;
    line-height: 2.1;
  }
  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
  ========================================= */
  /*	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-txt, #privacy .txt-box {
    line-height: 1.8;
  }
  .com-btn {
    max-width: 250px;
    padding: 13px 31px;
    background-size: 10px;
    background-position: calc(100% - 15px) 50%;
  }
  .com-table th, .com-table td {
    font-size: 1.5rem;
  }
  .com-table-note img {
    height: 13px;
  }
  .com-ttl01-ja {
    margin-top: 10px;
    font-size: 1.8rem;
  }
  .com-ttl03 {
    padding: 10px;
    font-size: 1.8rem;
  }
  .com-ttl04 {
    font-size: 1.7rem;
  }
  .sidebar {
    right: 15px;
    bottom: 15px;
  }
  .sidebar-btn {
    width: 130px;
    height: 130px;
    padding-top: 64px;
    background-size: 25px;
    background-position: center 38px;
  }
  .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;
  }
  .headline {
    height: 80px;
    padding: 0 10px;
  }
  .headline-sns {
    margin: auto;
  }
  .logo, .drawer-logo, .foo-logo {
    width: 180px !important;
  }
  .mv {
    width: calc(100% - 20px);
  }
  .mv-img {
    padding-top: 55%;
    border-radius: 10px;
  }
  .mv-catch {
    width: 70%;
    bottom: 5%;
  }
  .mv-catch-txt {
    display: block;
  }
  .mv-catch-txt:nth-of-type(n+2) {
    margin-top: 5px;
  }
  .mv-catch-txt img {
    display: block;
  }
  .sp-menu-btn-wrp {
    background: #89bf1b;
  }
  .sp-menu-btn-wrp .sp-menu-btn-txt {
    font-size: 1.1rem;
    font-family: "NotoSansCJKjp-Medium", sans-serif;
    color: #fff;
  }
  .sp-menu-btn-wrp .sp-menu-btn span {
    height: 2px;
    background: #fff;
  }
  #drawer-nav {
    padding: 0 0 30px;
    background: #ededed;
  }
  #drawer-nav.active {
    z-index: 1000;
  }
  #drawer-nav .drawer-logo {
    max-width: none;
    margin-bottom: 0;
  }
  #drawer-nav .drawer-logo-wrap {
    margin-bottom: 15px;
    padding: 20px 15px 0;
    justify-content: center;
  }
  #drawer-nav .drawer-logo img {
    vertical-align: middle;
  }
  #drawer-nav .drawer-info {
    padding: 0 15px 0;
  }
  #drawer-nav #nav {
    padding: 0;
  }
  #drawer-nav #nav .drawer-item {
    padding: 0 15px;
  }
  #drawer-nav #nav .drawer-link {
    display: block;
    padding: 12px 12px 12px;
    font-family: "NotoSansCJKjp-Bold", sans-serif;
    border-color: #323743;
    color: #323743;
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: 0;
  }
  #drawer-nav #nav .drawer-link.current {
    color: #89bf1b;
  }
  #drawer-nav .drawer-nav__link {
    display: block;
    padding: 12px 12px 12px;
    font-family: "NotoSansCJKjp-Medium", sans-serif;
    color: #fff;
    text-align: left;
    border-color: rgba(137, 191, 27, 0.1);
    font-size: 1.7rem;
    line-height: 1.8;
    letter-spacing: 0.06em;
  }
  #drawer-nav .drawer-nav__link.current {
    color: #89bf1b;
  }
  #drawer-nav .drawer-dropdown__list {
    border-bottom: 1px solid rgba(137, 191, 27, 0.1);
  }
  #drawer-nav .drawer-dropdown__list li:nth-of-type(1) {
    display: none;
  }
  .drawer-info {
    margin: 30px auto 0;
    text-align: center;
  }
  .ggmap {
    padding-top: 250px;
  }
  #footer {
    padding-bottom: 50px;
  }
  #footer .foo-inner {
    padding: 50px 15px 130px;
  }
  #footer .foo-contact-flx {
    flex-direction: column;
    align-items: center;
  }
  #footer .foo-contact-ttl {
    text-align: center;
  }
  #footer .foo-contact-list {
    width: 100%;
    margin-top: 20px;
    flex-direction: column;
    align-items: center;
  }
  #footer .foo-contact-list-item:nth-of-type(n+2) {
    margin: 15px auto 0;
  }
  #footer .foo-contact-list-link {
    height: 106px;
    padding-top: 60px;
  }
  #footer .foo-contact-list-link-mail {
    padding-top: 52px;
    background-position-y: 25px;
    background-size: 25px;
  }
  #footer .foo-contact-list-link-tel {
    padding-top: 45px;
    background-position-y: 10px;
    background-size: 25px;
  }
  #footer .foo-contact-list-num {
    font-size: 1.7rem;
  }
  #footer .foo-contact-list-worktime {
    margin-top: 5px;
    font-size: 1.4rem;
  }
  #footer .foo-flx {
    margin-top: 30px;
    padding-top: 20px;
  }
  #footer .foo-sns {
    justify-content: center;
    margin-top: 30px;
  }
  .fnav {
    width: 100%;
    margin-top: 30px;
    flex-direction: column;
    align-items: center;
  }
  .fnav-list {
    display: block;
    text-align: center;
  }
  .fnav-list:nth-of-type(n+2) {
    margin: 30px auto 0;
  }
  .fnav-list li:nth-of-type(n+2) {
    margin: 30px 0 0;
    position: static;
  }
  .copy {
    margin: 25px auto 0;
    text-align: center;
    align-items: center;
    flex-direction: column;
    position: static;
  }
  .copy-txt {
    margin: 25px auto 0;
  }
  .copy-txt, .copy-link {
    font-size: 1rem;
  }
  .sv {
    padding-top: 200px;
    border-radius: 10px;
  }
  .sv-catch {
    width: 90%;
    top: 73px;
    height: 50px;
    line-height: 50px;
  }
}
/*	------- */
/* =========================================
  breakpoint
========================================= *//*# sourceMappingURL=common.css.map */