@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
/*	layout
------------------------------------ */
/*	font-size  cmn
------------------------------------ */
/* =========================================
  base  PC
========================================= */
body { /* fontはcmn-txtに合わせる */
  width: 100%;
  min-width: 1200px;
  margin: auto;
  background-color: #f6f6f6;
  color: #1f1f1f;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 2.1;
}
@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: 1080px;
  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: 50px auto 0 !important;
  background-color: #fff;
}
.contact-form-table tr {
  border: none;
}
.contact-form-table th, .contact-form-table td {
  padding: 15px 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  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;
  border-bottom: 1px solid;
  background: #454545;
  color: #fff;
}
.contact-form-table td {
  border-bottom: 1px solid #eeeeee;
}
.contact-form-table a {
  color: #1f1f1f;
  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: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  height: 30px;
  line-height: 25px;
}
@media screen and (max-width: 767px) {
  .contact-form-table th, .contact-form-table td {
    padding: 9px;
    font-size: 1.6rem;
  }
  .contact-form-table th {
    border: none;
  }
  .contact-form-table td {
    border-color: #b99519;
  }
  .contact-form-table label[for=agree] {
    margin: auto;
    font-size: 1.6rem;
  }
}
.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: #1f1f1f;
  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 #1f1f1f;
  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: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  border: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #1f1f1f;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #1f1f1f;
  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: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  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: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 2.1;
}
@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: block;
  width: 100%;
  max-width: 470px;
  padding: 35px 60px;
  text-align: center;
  background: url(../img/top/com-btn-arw.png) no-repeat calc(100% - 40px) center #454545;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.2rem;
  letter-spacing: 0;
  color: #fff;
  line-height: 1.5;
  box-shadow: 10px 9px #b99519;
  transform: translate(0, 0);
}
@media screen and (max-width: 768px) {
  .com-btn {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .com-btn:hover {
    background-position-x: calc(100% - 35px);
    box-shadow: none;
    opacity: 1;
    transform: translate(10px, 9px);
  }
}

#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: block;
  width: 100%;
  max-width: 470px;
  padding: 35px 60px;
  text-align: center;
  background: url(../img/top/com-btn-arw.png) no-repeat calc(100% - 40px) center #454545;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.2rem;
  letter-spacing: 0;
  color: #fff;
  line-height: 1.5;
  box-shadow: 10px 9px #b99519;
  transform: translate(0, 0);
}
@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-x: calc(100% - 35px);
    box-shadow: none;
    opacity: 1;
    transform: translate(10px, 9px);
  }
}
@media screen and (max-width: 767px) {
  #contact .contact-submits-btn {
    width: 80%;
    padding: 6% 15%;
    background-size: 13px;
    background-position-x: calc(100% - 20px);
    box-shadow: 5px 5px #b99519;
  }
}
#contact .contact-submits-btn.mt30 {
  margin-top: 30px !important;
}

/*	com-table  PC
------------------------------------ */
.com-table {
  width: 100%;
  margin-left: 100px;
  border-collapse: separate;
  border-spacing: 0 14px;
}
.com-table th, .com-table td {
  padding: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 2.1;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .com-table th, .com-table td {
    font-size: 1.5rem;
  }
}
.com-table th {
  width: 136px;
  background: #454545;
  color: #fff;
  text-align: center;
}
.com-table td {
  padding-left: 24px;
  white-space: pre-line;
}
.com-table-note {
  display: block;
  line-height: 1.1;
}
.com-table-note img {
  vertical-align: middle;
}
/*	heading  PC
------------------------------------ */
.com-ttl01 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: clamp(80px, 5.83vw, 112px);
  letter-spacing: 0;
  line-height: 1.33;
  color: #454545;
}
.com-ttl01 .ac {
  display: inline-block;
  padding: 0 15px 10px;
  position: relative;
  z-index: 0;
  line-height: 1.1;
}
.com-ttl01 .ac::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #d4ae2c;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.com-ttl01 .ac02 {
  color: #d4ae2c;
}
.com-ttl01 .ac.md {
  font-size: 8rem;
}
@media screen and (max-width: 768px) {
  .com-ttl01 .ac.md {
    font-size: 4rem;
  }
}
.com-ttl01.col {
  writing-mode: vertical-rl;
  line-height: 1;
}
.com-ttl01.col .col-txt {
  color: #fff;
  white-space: nowrap;
}
.com-ttl02 .sm {
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 6rem;
  letter-spacing: 0;
  color: #fff;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .com-ttl02 .sm {
    font-size: 3rem;
  }
}
.com-ttl02 .sm::after {
  content: "";
  width: 90px;
  height: 10px;
  margin-left: 20px;
  background: #fff;
}
.com-ttl02 .lg {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 11.2rem;
  color: #454545;
  letter-spacing: 0;
  line-height: 1.33;
}
@media screen and (max-width: 768px) {
  .com-ttl02 .lg {
    font-size: 5.6rem;
  }
}
.com-ttl02 .lg .bg {
  display: inline-block;
  padding: 0 15px 10px;
  position: relative;
  z-index: 0;
  line-height: 1.1;
}
.com-ttl02 .lg .bg::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.com-ttl02 .lg .bg:nth-of-type(n+2) {
  margin-top: 23px;
}
.com-ttl02 .lg .bg .letter {
  letter-spacing: -0.44em;
}
.com-ttl03 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2.6rem;
  letter-spacing: 0;
  line-height: 1.33;
  color: #454545;
}
@media screen and (max-width: 768px) {
  .com-ttl03 {
    font-size: 1.5rem;
  }
}

/*	sidebar  PC
------------------------------------ */
.sidebar {
  position: fixed;
  text-align: right;
  bottom: 10px;
  right: 10px;
  z-index: 100;
}
.sidebar-pagetop {
  display: flex;
  width: 40px;
  height: 40px;
  margin-left: auto;
  background: #454545;
  text-align: center;
  align-items: center;
  justify-content: center;
  box-shadow: 10px 9px #b99519;
  transform: translate(0, 0);
}
@media screen and (min-width: 768px) {
  .sidebar-pagetop:hover {
    box-shadow: none;
    opacity: 1;
    transform: translate(10px, 9px);
  }
}
.sidebar-btn {
  display: block;
  width: 100px;
  height: 100px;
  margin-top: 20px;
  padding-top: 57px;
  background: url(../img/top/side-mail.png) no-repeat center 25px #1f1f1f;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.2rem;
  letter-spacing: 0;
  box-shadow: 10px 9px #b99519;
  color: #fff;
  transform: translate(0, 0);
}
@media screen and (min-width: 768px) {
  .sidebar-btn:hover {
    box-shadow: none;
    opacity: 1;
    transform: translate(10px, 9px);
  }
}

/*	breadcrumb  PC
------------------------------------ */
.breadcrumb {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10;
}
.breadcrumb .bread-inner {
  width: 100%;
  max-width: 1080px;
  padding-right: 20px;
  margin: auto;
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
}
.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;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.breadcrumb ul li:last-child::after {
  content: none;
}
.breadcrumb li, .breadcrumb a {
  color: #1f1f1f;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  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 5px;
  color: #1f1f1f;
}
.breadcrumb a {
  color: #1f1f1f;
}

/*	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: #454545;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.3rem;
  letter-spacing: 0;
  border: none;
  color: #fff;
  line-height: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .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: #fff;
}
.pagenation .current {
  background: #b99519;
  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 {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 11px;
  height: 11px;
  background: url(../img/works/back.png) no-repeat center/contain;
}

.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 {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 11px;
  height: 11px;
  background: url(../img/works/next.png) no-repeat center/contain;
}

/*	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 {
  width: 50px;
  background: #454545 !important;
}

.to-works-btn {
  display: inline-block;
  padding: 0 20px;
  background: #454545;
  border-radius: 0;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  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: #fff;
  font-size: 1.4rem;
  background: #454545;
  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: 500px;
  position: relative;
}

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

/* =========================================
  header  PC
========================================= */
/*	headline  PC
------------------------------------ */
#header {
  position: relative;
}

.headline {
  padding-left: 30px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
}

.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
------------------------------------ */
.sp-menu-btn-wrp {
  background: #d4ae2c;
  top: 20px;
  right: 40px;
  box-shadow: 10px 9px #454545;
  cursor: pointer;
  transform: translate(0, 0);
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .sp-menu-btn-wrp:hover {
    transform: translate(10px, 9px);
    box-shadow: none;
  }
}
.sp-menu-btn-wrp .sp-menu-btn {
  width: 80px;
  height: 80px;
}
.sp-menu-btn-wrp .sp-menu-btn-txt {
  display: block;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #333;
}
.sp-menu-btn-wrp .sp-menu-btn span {
  width: 34px;
  height: 4px;
  border-radius: 2px;
  background: #fff;
}
.sp-menu-btn-wrp .sp-menu-btn .top {
  top: 28px;
}
.sp-menu-btn-wrp .sp-menu-btn .middle {
  width: 27px;
  top: 38px;
  left: auto;
  right: 23px;
  bottom: auto;
}
.sp-menu-btn-wrp .sp-menu-btn .bottom {
  top: 48px;
}

.sp-menu-btn.active .top {
  top: 31px;
}
.sp-menu-btn.active .bottom {
  top: 46px;
}

.active .sp-menu-btn-wrp {
  background-color: transparent;
  box-shadow: none;
  transform: translate(10px, 9px);
}

/*	gnav-add  SP
------------------------------------ */
#drawer-nav {
  padding: 0;
  background: #ececec;
}
#drawer-nav.active {
  z-index: 1000;
}
#drawer-nav .drawer-logo {
  width: 39.16%;
  max-width: none;
  margin-bottom: 0;
}
#drawer-nav .drawer-logo-wrap {
  display: flex;
  width: 50%;
  height: 100vh;
  justify-content: center;
  align-items: center;
}
#drawer-nav .drawer-logo img {
  vertical-align: middle;
}
#drawer-nav #nav {
  display: flex;
  width: 50%;
  height: 100vh;
  background-color: #d4ae2c;
  text-align: center;
  align-items: center;
  justify-content: center;
}
#drawer-nav #nav .drawer-list {
  line-height: 1;
}
#drawer-nav #nav .drawer-list li:nth-of-type(n+2) {
  padding-top: 16px;
}
#drawer-nav #nav .drawer-list li:nth-of-type(n+7) {
  margin-top: 40px;
  padding-top: 0;
}
#drawer-nav #nav .drawer-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
#drawer-nav #nav .drawer-sub {
  opacity: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 0.3s ease;
  pointer-events: none;
  white-space: nowrap;
}
#drawer-nav #nav .drawer-link {
  display: flex;
  padding: 0;
  text-align: center;
  border: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.6rem;
  letter-spacing: 0;
  color: #1f1f1f;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  #drawer-nav #nav .drawer-link {
    font-size: 1.5rem;
  }
}
#drawer-nav #nav .drawer-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  opacity: 0;
  transition: all 0.3s ease;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  #drawer-nav #nav .drawer-link01:hover {
    padding: 0 163px 0 70px;
  }
}
#drawer-nav #nav .drawer-link01::before {
  width: 61px;
  height: 46px;
  background: url(../img/top/nav01.png) no-repeat left top/contain;
}
@media screen and (min-width: 768px) {
  #drawer-nav #nav .drawer-link02:hover {
    padding: 0 217px 0 70px;
  }
}
#drawer-nav #nav .drawer-link02::before {
  width: 49px;
  height: 40px;
  background: url(../img/top/nav02.png) no-repeat left top/contain;
}
@media screen and (min-width: 768px) {
  #drawer-nav #nav .drawer-link03:hover {
    padding: 0 163px 0 70px;
  }
}
#drawer-nav #nav .drawer-link03::before {
  width: 45px;
  height: 46px;
  background: url(../img/top/nav03.png) no-repeat left top/contain;
  top: 65%;
}
@media screen and (min-width: 768px) {
  #drawer-nav #nav .drawer-link04:hover {
    padding: 0 173px 0 90px;
  }
}
#drawer-nav #nav .drawer-link04::before {
  width: 60px;
  height: 46px;
  background: url(../img/top/nav04.png) no-repeat left top/contain;
}
@media screen and (min-width: 768px) {
  #drawer-nav #nav .drawer-link05:hover {
    padding: 0 173px 0 70px;
  }
}
#drawer-nav #nav .drawer-link05::before {
  width: 45px;
  height: 48px;
  background: url(../img/top/nav05.png) no-repeat left top/contain;
}
@media screen and (min-width: 768px) {
  #drawer-nav #nav .drawer-link[class*=drawer-link0] {
    height: 50px;
  }
  #drawer-nav #nav .drawer-link[class*=drawer-link0]:hover {
    opacity: 1;
  }
  #drawer-nav #nav .drawer-link[class*=drawer-link0]:hover::before {
    opacity: 1;
  }
  #drawer-nav #nav .drawer-link[class*=drawer-link0]:hover .drawer-ttl {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
    font-style: normal;
    transform: scale(1.92);
  }
  #drawer-nav #nav .drawer-link[class*=drawer-link0]:hover .drawer-sub {
    pointer-events: auto;
    opacity: 1;
  }
}
#drawer-nav #nav .drawer-ttl {
  pointer-events: none;
  transition: all 0.3s ease;
}

/*	mv  PC
------------------------------------ */
.mv {
  width: 100%;
  height: 0;
  padding-top: 51.5625%;
  position: relative;
  overflow: hidden;
}
.mv img {
  width: 100%;
}
.mv-img {
  position: absolute;
}
.mv-img01 {
  width: 39.7%;
  left: 4.6875%;
  top: 0;
  opacity: 0;
  transform: translateX(-20%);
  animation: slideLeft 0.3s ease-out forwards;
}
.mv-img02 {
  width: 46.35%;
  height: 0;
  padding-top: 34.375%;
  background: url(../img/top/mv-img-right.jpg) no-repeat right top/cover;
  right: 0;
  top: 7.97%;
  opacity: 0;
  transform: translateX(20%);
  animation: slideRight 0.3s ease-out forwards;
  animation-delay: 0.2s;
}
.mv-img02 img {
  width: 50.56%;
  position: absolute;
  bottom: 0;
  left: 6.4%;
  z-index: 10;
}
.mv-img03 {
  width: 34.89%;
  left: 0;
  bottom: 0;
  opacity: 0;
  transform: translateX(-20%);
  animation: slideLeft 0.3s ease-out forwards;
  animation-delay: 0.4s;
}
.mv-en {
  position: absolute;
  /* 初期は縮んで底から生えるように */
  transform-origin: 50% 100%;
  transform: scaleY(0);
  animation: nyoki 0.7s cubic-bezier(0.2, 0.9, 0.2, 1) forwards;
}
.mv-en01 {
  width: 53%;
  top: 0;
  right: 5%;
  z-index: 10;
  animation-delay: 0.5s;
}
.mv-en02 {
  animation-delay: 1s;
}
.mv-catch {
  position: absolute;
}
.mv-catch-right {
  width: 23.6%;
  top: 14%;
  right: 0;
}
.mv-catch-right span {
  display: block;
  opacity: 0;
  transform: scale(1.5);
  animation: zoomIn 0.3s ease-out forwards;
}
.mv-catch-right .pc01 {
  width: 98.67%;
  position: relative;
  z-index: 20;
  animation-delay: 0.5s;
}
.mv-catch-right .pc02 {
  width: 96.9%;
  padding-top: 6.6%;
  filter: invert(1);
  animation-delay: 0.6s;
}
.mv-catch-right .pc03 {
  width: 100%;
  padding-top: 3.9%;
  filter: invert(1);
  animation-delay: 0.7s;
}
.mv-catch-right .pc04 {
  width: 100%;
  padding-top: 4.1%;
  position: relative;
  z-index: 20;
  filter: invert(1);
  animation-delay: 0.8s;
}
.mv-catch-left {
  width: 51.5%;
  bottom: 0;
  left: 0;
}
.mv-catch-left span {
  display: block;
  transform: translateX(-100%);
  animation: slideLeft 0.3s ease-out forwards;
}
.mv-catch-left .pc01 {
  width: 100%;
  animation-delay: 0.7s;
}
.mv-catch-left .pc02 {
  width: 50.2%;
  padding-top: 4%;
  animation-delay: 0.8s;
}
.mv-catch-left .pc03 {
  width: 50.9%;
  padding-top: 2%;
  animation-delay: 0.9s;
}
.mv-catch-left .pc04 {
  width: 55.8%;
  padding-top: 2%;
  animation-delay: 1s;
}
.mv-catch-center {
  position: static;
}
.mv-catch-center span {
  display: block;
  position: absolute;
  white-space: nowrap;
}
.mv-catch-center img {
  display: inline-block;
  opacity: 0;
  transform: translateZ(-300px) scale(0.4) rotateX(8deg);
  animation: popIn 0.7s cubic-bezier(0.16, 0.84, 0.44, 1) forwards;
  animation-delay: 1s;
}
.mv-catch-center .pc01 {
  width: 65.7%;
  top: 20.9%;
  left: 0;
}
@media screen and (min-width: 768px) {
  .mv-catch-center .pc01 {
    letter-spacing: 0.4em;
  }
}
.mv-catch-center .pc01-01 {
  width: 14.48%;
}
.mv-catch-center .pc01-02 {
  width: 15.83%;
  animation-delay: 1.1s !important;
}
.mv-catch-center .pc01-03 {
  width: 14.41%;
  animation-delay: 1.2s !important;
}
.mv-catch-center .pc01-04 {
  width: 15.28%;
  animation-delay: 1.3s !important;
}
.mv-catch-center .pc01-05 {
  width: 13.06%;
  animation-delay: 1.4s !important;
}
.mv-catch-center .pc01-06 {
  width: 12.66%;
  animation-delay: 1.5s !important;
}
.mv-catch-center .pc01-07 {
  width: 5.93%;
  animation-delay: 1.6s !important;
}
.mv-catch-center .pc02 {
  width: 70.8%;
  right: 0;
  bottom: 4.3%;
}
@media screen and (min-width: 768px) {
  .mv-catch-center .pc02 {
    letter-spacing: 0.2em;
  }
}
.mv-catch-center .pc02-01 {
  width: 25.58%;
  animation-delay: 1.3s !important;
}
.mv-catch-center .pc02-02 {
  width: 11.54%;
  animation-delay: 1.4s !important;
}
.mv-catch-center .pc02-03 {
  width: 13.67%;
  animation-delay: 1.5s !important;
}
.mv-catch-center .pc02-04 {
  width: 11.98%;
  animation-delay: 1.6s !important;
}
.mv-catch-center .pc02-05 {
  width: 13.67%;
  animation-delay: 1.7s !important;
}
.mv-catch-center .pc02-06 {
  width: 12.64%;
  animation-delay: 1.8s !important;
}
.mv-catch-center .pc02-07 {
  width: 5.66%;
  animation-delay: 1.9s !important;
}

/* アニメーション */
@keyframes slideLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideBottom {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes zoomIn {
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes nyoki {
  0% {
    transform: scaleY(0);
  }
  70% {
    transform: scaleY(1.08);
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes popIn {
  0% {
    opacity: 0;
    transform: translateZ(-300px) scale(0.4) rotateX(8deg);
    filter: blur(6px);
  }
  60% {
    opacity: 1;
    transform: translateZ(40px) scale(1.08);
    filter: blur(0);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) scale(1);
  }
}
/* =========================================
  footer  PC
========================================= */
#footer .foo-inner {
  padding: 80px 0;
}
#footer .foo-address {
  margin-top: 35px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.875;
  white-space: pre-line;
}
@media screen and (max-width: 768px) {
  #footer .foo-address {
    font-size: 1.5rem;
  }
}
#footer .foo-info {
  margin-top: 31px;
}
#footer .foo-tel {
  padding-left: 62px;
  background-image: url(../img/top/f-tel.png);
}
@media screen and (min-width: 768px) {
  #footer .foo-tel-num {
    font-size: 3.4rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  #footer .foo-tel-num {
    font-size: 1.7rem;
  }
}
#footer .foo-sns {
  margin-left: 28px;
  padding-left: 28px;
  border-left: 2px solid #d4ae2c;
}
#footer .foo-recruit {
  display: block;
  width: 470px;
  max-width: none;
  margin-top: 48px;
  background-position-x: calc(100% - 30px);
  padding: 29px 0;
}
@media screen and (min-width: 768px) {
  #footer .foo-recruit:hover {
    background-position-x: calc(100% - 25px);
  }
}
#footer .foo-recruit-ttl {
  display: inline-block;
  padding: 10px 50px 0;
  background: url(../img/top/f-btn-l.png) no-repeat left top, url(../img/top/f-btn-r.png) no-repeat right top;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.2rem;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #footer .foo-recruit-ttl {
    font-size: 1.5rem;
  }
}
#footer .foo-recruit-txt {
  margin-top: 13px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0;
  color: #d4ae2c;
  line-height: 1.625;
}
@media screen and (max-width: 768px) {
  #footer .foo-recruit-txt {
    font-size: 1.5rem;
  }
}
#footer .foo-universalhome {
  margin-top: 80px;
}

.fnav {
  display: flex;
  justify-content: flex-end;
  line-height: 1;
}
.fnav-list:nth-of-type(n+2) {
  margin-left: 80px;
}
.fnav-list li:nth-of-type(n+2) {
  margin-top: 50px;
}
.fnav-list-link {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .fnav-list-link {
    font-size: 1.5rem;
  }
}
.fnav-list-link.current {
  color: #b99519;
}

.copy {
  margin-top: 85px;
  text-align: right;
}
.copy-txt, .copy-link {
  color: #727272;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  letter-spacing: 0;
}

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

  sub layout  PC

========================================= */
/*	sub mv  PC
------------------------------------ */
.sv {
  height: 740px;
  position: relative;
  overflow: hidden;
}
.sv-img {
  width: 70.83%;
  height: 660px;
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
  transform: translateX(100px);
  animation: slideInRight 0.6s forwards;
  animation-delay: 0.2s;
}
.sv-catch {
  padding: 0 1% 1% 1%;
  background: #454545;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 11.8rem;
  letter-spacing: 0;
  color: #fff;
  line-height: 1.18;
  position: absolute;
  top: 257px;
  left: 10.93%;
}
@media screen and (max-width: 768px) {
  .sv-catch {
    font-size: 5.9rem;
  }
}
.sv-catch span {
  opacity: 0;
  display: inline-block;
  transform: translateY(20px); /* 下からにょきっと出す */
  animation: fadeInUp 0.5s forwards;
  animation-delay: 0.2s;
}
.sv-intro {
  background: url(../img/sub/intro-ttl.png) no-repeat left center #f6f6f6;
}
.sv-aboutus {
  background: url(../img/sub/aboutus-ttl.png) no-repeat left center #f6f6f6;
}
@media screen and (max-width: 1440px) {
  .sv-aboutus .sv-catch {
    left: 3%;
  }
}
.sv-service {
  background: url(../img/sub/service-ttl.png) no-repeat left center #f6f6f6;
}
.sv-works {
  background: url(../img/sub/works-ttl.png) no-repeat left center #f6f6f6;
}
.sv-company {
  background: url(../img/sub/company-ttl.png) no-repeat left center #f6f6f6;
}
.sv-news {
  background: url(../img/sub/news-ttl.png) no-repeat left center #f6f6f6;
}
.sv-contact {
  background: url(../img/sub/contact-ttl.png) no-repeat left center #f6f6f6;
}
.sv-complete {
  background: url(../img/sub/complete-ttl.png) no-repeat left center #f6f6f6;
}
.sv-privacy {
  background: url(../img/sub/privacy-ttl.png) no-repeat left center #f6f6f6;
}
.sv-site {
  background: url(../img/sub/site-ttl.png) no-repeat left center #f6f6f6;
}
.sv-notfound {
  background: url(../img/sub/notfound-ttl.png) no-repeat left center #f6f6f6;
}
@media screen and (min-width: 768px) {
  .sv-news .sv-catch, .sv-contact .sv-catch, .sv-site .sv-catch {
    top: calc(50% + 80px);
    transform: translateY(-50%);
  }
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideInRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/*	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: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.7rem;
  letter-spacing: 0;
  color: #1f1f1f;
  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-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 {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid rgba(31, 31, 31, 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;
}
@media screen and (max-width: 767px) {
  #contact .contact-txt {
    margin-top: 20px;
  }
}
#contact .contact-box {
  max-width: 600px;
  margin: 50px auto 0;
  padding: 40px 15px;
  border: 1px solid #1f1f1f;
  text-align: center;
}
#contact .contact-dl {
  margin: 15px auto 0;
}
#contact .contact-dl-item {
  display: flex;
  justify-content: center;
}
#contact .contact-dl-item:nth-of-type(n+2) {
  margin: 10px auto 0;
}
#contact .contact-dl-item dt, #contact .contact-dl-item dd {
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  #contact .contact-dl-item dt, #contact .contact-dl-item dd {
    font-size: 1.5rem;
  }
}
#contact .contact-dl-item dd {
  margin-left: 5px;
  padding-left: 5px;
  border-left: 1px solid #1f1f1f;
}
#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 120px;
  }
}
#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 .ttl05 {
  background-color: #d4ae2c;
  color: #fff;
  padding: 10px 15px;
  line-height: 1.6;
}

/*	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 120px;
  }
}
#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(31, 31, 31, 0.2);
}
#site .site-link {
  display: block;
  padding: 15px 30px;
  color: #1f1f1f;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  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 #1f1f1f;
  border-right: 1px solid #1f1f1f;
  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;
  }
  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 {
    width: 80%;
    padding: 6% 15%;
    background-size: 13px;
    background-position-x: calc(100% - 20px);
    box-shadow: 5px 5px #b99519;
  }
  .com-table {
    margin-left: 20px;
    border-spacing: 0 9px;
  }
  .com-table th, .com-table td {
    padding: 5px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .com-table th {
    width: 95px;
  }
  .com-table td {
    padding-left: 10px;
    padding-right: 0;
  }
  .com-table-note {
    display: block;
    margin: 0;
    font-size: 1rem;
  }
  .com-table-note img {
    height: 10px;
  }
  .com-ttl01 {
    font-size: 8.83vw;
  }
  .com-ttl01 .ac {
    padding: 0.5% 2% 1%;
  }
  .com-ttl01 .ac.md {
    font-size: 3rem;
  }
  .com-ttl02 .sm {
    font-size: 6.5vw;
  }
  .com-ttl02 .sm::after {
    width: 40px;
    height: 4px;
    margin-left: 10px;
  }
  .com-ttl02 .lg {
    margin-top: 9%;
    font-size: 10vw;
  }
  .com-ttl02 .lg .bg {
    padding: 0.5% 2% 1%;
  }
  .com-ttl02 .lg .bg:nth-of-type(n+2) {
    margin-top: 3%;
  }
  .com-ttl03 {
    font-size: 2rem;
  }
  .sidebar {
    width: calc(100% - 10px);
  }
  .sidebar-pagetop {
    box-shadow: 5px 5px #b99519;
  }
  .sidebar-btn {
    display: flex;
    width: 100%;
    height: 80px;
    padding: 0;
    background-position: calc(50% - 85px) center;
    background-size: 24px;
    font-size: 1.8rem;
    justify-content: center;
    align-items: center;
    box-shadow: 5px 5px #b99519;
  }
  .pagenation {
    margin-top: 50px;
  }
  .pagenation li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    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 {
    padding: 0 15px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
  }
  .logo, .drawer-logo, .foo-logo {
    width: 120px !important;
  }
  .sub .headline {
    height: 80px;
  }
  .mv {
    padding-top: 157.2%;
  }
  .mv-img01 {
    width: 58.1%;
    left: 0;
  }
  .mv-img02 {
    width: 76.8%;
    padding-top: 56.8%;
    background-image: url(../img/top/mv-sp-img02.jpg);
    top: 26.46%;
  }
  .mv-img03 {
    width: 56%;
    left: auto;
    right: 0;
    bottom: 5%;
    transform: translateX(100%);
    animation-name: slideRight;
  }
  .mv-en01 {
    width: 54.5%;
    top: 1%;
    right: 1%;
  }
  .mv-en02 {
    width: 100%;
    bottom: 1.5%;
    left: 0;
    right: 0;
  }
  .mv-catch-right {
    width: 38.5%;
    top: 29.85%;
    line-height: 1;
  }
  .mv-catch-right .pc02 {
    padding-top: 6.9%;
  }
  .mv-catch-left {
    width: 41%;
    top: 31%;
    line-height: 1;
  }
  .mv-catch-left .pc01 {
    width: 53.7%;
    transform: translate(0, -100%);
    animation: slideBottom 0.3s ease-out forwards;
    animation-delay: 0.7s;
    opacity: 0;
  }
  .mv-catch-left .pc02 {
    width: 100%;
    padding-top: 14.6%;
  }
  .mv-catch-left .pc03 {
    width: 100%;
    padding-top: 6.2%;
  }
  .mv-catch-left .pc04 {
    width: 100%;
    padding-top: 6.2%;
  }
  .mv-catch-center .pc01 {
    width: 90.5%;
    top: 19.4%;
  }
  .mv-catch-center .pc02 {
    width: 92.1%;
    bottom: 28%;
  }
  .sp-menu-btn-wrp {
    top: 15px;
    right: 15px;
    box-shadow: 5px 5px;
  }
  .sp-menu-btn-wrp .sp-menu-btn {
    width: 50px;
    height: 50px;
  }
  .sp-menu-btn-wrp .sp-menu-btn span {
    width: 22px;
    height: 2px;
  }
  .sp-menu-btn-wrp .sp-menu-btn .top {
    top: 18px;
  }
  .sp-menu-btn-wrp .sp-menu-btn .middle {
    width: 17px;
    top: 25px;
    left: auto;
    right: 14px;
  }
  .sp-menu-btn-wrp .sp-menu-btn .bottom {
    top: 33px;
  }
  #drawer-nav .drawer-box {
    display: block;
  }
  #drawer-nav .drawer-logo-wrap {
    width: 100%;
    height: 88px;
    padding-left: 15px;
    justify-content: flex-start;
  }
  #drawer-nav #nav {
    width: 100%;
    height: calc(100vh - 88px);
    padding-top: 15%;
    align-items: flex-start;
  }
  #drawer-nav #nav .drawer-list li:nth-of-type(n+2) {
    margin: 30px auto 0;
    padding: 0;
  }
  #drawer-nav #nav .drawer-link::before {
    content: none;
  }
  #drawer-nav #nav .drawer-sub {
    position: static;
    opacity: 1;
    pointer-events: auto;
    transform: translate(0, 0);
  }
  .active .sp-menu-btn-wrp {
    background-color: #d4ae2c;
    transform: translate(0, 0);
  }
  .ggmap {
    padding-top: 250px;
  }
  #footer .foo-inner {
    padding: 50px 15px 150px;
  }
  #footer .foo-flx-left {
    text-align: center;
  }
  #footer .foo-flx-right {
    width: 100%;
    margin: 50px auto 0;
  }
  #footer .foo-recruit {
    width: 320px;
    margin-top: 30px;
    background-position-x: calc(100% - 13px);
  }
  #footer .foo-recruit-ttl {
    padding: 5px 25px 0;
    background-size: 20px;
    font-size: 1.8rem;
  }
  #footer .foo-logo {
    width: 160px !important;
  }
  #footer .foo-address {
    margin-top: 20px;
  }
  #footer .foo-info {
    margin: 15px auto 0;
    justify-content: center;
  }
  #footer .foo-tel {
    padding-left: 30px;
    background-size: 24px;
  }
  #footer .foo-tel-num {
    font-size: 2.4rem;
  }
  #footer .foo-tel-note {
    margin-top: 3px;
  }
  #footer .foo-sns {
    margin-left: 15px;
    padding-left: 15px;
    width: 55px;
  }
  #footer .foo-universalhome {
    margin-top: 40px;
  }
  .fnav {
    display: block;
  }
  .fnav-list:nth-of-type(n+2) {
    margin: 25px 0 0;
  }
  .fnav-list li:nth-of-type(n+2) {
    margin-top: 25px;
  }
  .copy {
    margin-top: 20px;
    text-align: center;
  }
  .copy-txt, .copy-link {
    font-size: 1rem;
  }
  .sv {
    height: 0;
    padding-top: 58%;
    background-size: 151%;
  }
  .sv-img {
    width: 70%;
    height: 0;
    padding-top: 34%;
  }
  .sv-catch {
    font-size: 10vw;
    top: 49%;
    left: 3.93%;
  }
  .sv-news .sv-catch, .sv-contact .sv-catch, .sv-site .sv-catch {
    top: 60%;
  }
}
/*	------- */
/* =========================================
  breakpoint
========================================= *//*# sourceMappingURL=common.css.map */