@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "Allison-Regular";
  src: url("../fonts/Allison-Regular.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
------------------------------------ */
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "Allison-Regular";
  src: url("../fonts/Allison-Regular.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
------------------------------------ */
/*	font-size  cmn
------------------------------------ */
/* =========================================
  base  PC
========================================= */
body { /* fontはcmn-txtに合わせる */
  width: 100%;
  min-width: 1100px;
  margin: auto;
  color: #1f1f1f;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}

/* 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: 30px auto 0 !important;
  background: #fff;
  border: 1px solid rgba(31, 31, 31, 0);
}
.contact-form-table tr:nth-of-type(n+2) th {
  border-top: 1px solid rgba(31, 31, 31, 0.1);
}
@media screen and (min-width: 768px) {
  .contact-form-table tr:nth-of-type(n+2) td {
    border-top: 1px solid rgba(31, 31, 31, 0.1);
  }
}
.contact-form-table th, .contact-form-table td {
  padding: 15px 18px;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.6rem;
  color: #1f1f1f;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .contact-form-table th, .contact-form-table td {
    font-size: 1.6rem;
  }
}
.contact-form-table th {
  width: 330px;
  background: #ffefe6;
  color: #1f1f1f;
}
.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: "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: 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.6rem;
  }
}

.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: "NotoSansCJKjp-Medium", sans-serif;
  border: non6;
  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: "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 {
  color: #1f1f1f;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  .com-txt,
  #privacy .txt-box {
    font-size: 1.6rem;
  }
}

.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-btn01 {
  display: block;
  width: 100%;
  max-width: 480px;
  height: 120px;
  background: url(../img/top/menu-arw.png) no-repeat 20px center #e87233;
  outline: 2px solid #fff;
  outline-offset: -7px;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 2rem;
  letter-spacing: 0;
  color: #fff;
  line-height: 120px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .com-btn01 {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .com-btn01:hover {
    outline-offset: -3px;
    opacity: 1;
  }
}
.com-btn02 {
  display: block;
  width: 100%;
  max-width: 380px;
  height: 84px;
  background: url(../img/top/menu-arw.png) no-repeat 20px center #e87233;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  line-height: 84px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .com-btn02 {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .com-btn02:hover {
    background-position: 30px center;
    background-color: rgba(232, 114, 51, 0.6);
    opacity: 1;
  }
}
.com-btn03 {
  display: inline-block;
  padding-left: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #e87233;
  background: url(../img/top/news-arw.png) no-repeat left 4px;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .com-btn03 {
    font-size: 1.6rem;
  }
}

@keyframes zoomOnce {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
  }
}
#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: 380px;
  height: 84px;
  background: url(../img/top/menu-arw.png) no-repeat 20px center #e87233;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  line-height: 84px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  #contact .contact-submits-btn {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  #contact .contact-submits-btn:hover {
    background-position: 30px center;
    background-color: rgba(232, 114, 51, 0.6);
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  #contact .contact-submits-btn {
    height: 55px;
    line-height: 55px;
  }
}
#contact .contact-submits-btn.mt30 {
  margin-top: 30px !important;
}

/*	com-table  PC
------------------------------------ */
.com-table {
  width: 100%;
  max-width: 900px;
  margin: auto;
}
.com-table tr:nth-of-type(n+2) {
  border-top: 1px solid #e87233;
}
.com-table th, .com-table td {
  padding: 15px 0;
  font-size: 1.6rem;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  letter-spacing: 0;
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  .com-table th, .com-table td {
    font-size: 1.6rem;
  }
}
.com-table th {
  width: 220px;
  padding-left: 60px;
  color: #e87233;
}
.com-table td {
  color: #1f1f1f;
  white-space: pre-line;
}
.com-table-note {
  display: block;
  line-height: 1.1;
}
.com-table-note img {
  vertical-align: middle;
}

/*	heading  PC
------------------------------------ */
.com-ttl01-en {
  display: block;
  font-family: "Allison-Regular", serif;
  font-size: 10rem;
  letter-spacing: 0;
  line-height: 1;
  transform: rotate(-18deg);
  color: #f9a171;
}
@media screen and (max-width: 768px) {
  .com-ttl01-en {
    font-size: 5rem;
  }
}
.com-ttl01-ja {
  display: block;
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  font-size: 4rem;
  letter-spacing: 0;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .com-ttl01-ja {
    font-size: 2rem;
  }
}
.com-ttl02 {
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  font-size: 4rem;
  letter-spacing: 0;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .com-ttl02 {
    font-size: 2rem;
  }
}
.com-ttl03 {
  text-align: center;
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .com-ttl03 {
    font-size: 1.6rem;
  }
}
.com-ttl03::after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  margin: 12px auto 0;
  background: #e87233;
}

/*	sidebar  PC
------------------------------------ */
@keyframes sway {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px); /* 上方向に10px移動 */
  }
  100% {
    transform: translateY(0);
  }
}
.sidebar {
  position: fixed;
  bottom: 20px;
  right: 0;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .sidebar {
    writing-mode: vertical-rl;
  }
}
.sidebar-btn {
  padding: 50px 21.5px 20px;
  border-radius: 15px 0 0 15px;
  background: url(../img/top/info-mail.png) no-repeat center 26px #16006a;
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  font-size: 1.7rem;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sidebar-btn {
    font-size: 1.6rem;
  }
}
.sidebar-btn-fuki {
  position: absolute;
  left: -89px;
  top: -105px;
  animation: zoomInOut 1.5s ease-in-out infinite;
  transform-origin: center center;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .sidebar-btn:hover {
    background-color: #e87233;
    opacity: 1;
  }
}

@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
/*	breadcrumb  PC
------------------------------------ */
.breadcrumb {
  display: flex;
  margin: 0 auto 0;
  padding-top: 7px;
  align-items: center;
}
.breadcrumb .bread-inner {
  width: 100%;
  max-width: 1080px;
  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: #1f1f1f;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .breadcrumb li, .breadcrumb a {
    font-size: 1.6rem;
  }
}
.breadcrumb li {
  color: #1f1f1f;
}
.breadcrumb li::after {
  content: "|";
  display: inline-block;
  padding: 0 5px;
}

/*	pagenation  PC
------------------------------------ */
.pagenation {
  display: flex;
  margin: 50px auto 0;
  justify-content: center;
  align-items: center;
}
.pagenation li {
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  background: #fff;
  border: 1px solid #e87233;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #1f1f1f;
  line-height: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .pagenation li {
    font-size: 1.6rem;
  }
}
.pagenation li:nth-of-type(n+2) {
  margin-left: 10px;
}
.pagenation a, .pagenation span {
  display: block;
}
.pagenation a {
  color: #00140f;
}
.pagenation .current {
  background: #e87233;
  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;
}
.pagenation-arrow.next {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 15px;
  border-color: transparent transparent transparent #e87233;
  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 #e87233 transparent transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/*	detail pagenation  PC
------------------------------------ */
.pagenation-inner {
  width: 100%;
  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: #e87233;
  text-align: center;
  font-size: 1.8rem;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .to-works-btn {
    font-size: 1.6rem;
  }
}

.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: #e87233;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .arrow-btn::before {
    font-size: 1.6rem;
  }
}

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

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

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

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

/* =========================================
  header  PC
========================================= */
/*	headline  PC
------------------------------------ */
.headline {
  width: 100%;
  height: 108px;
  padding: 0 30px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
.headline-con {
  margin: 0 17px 0 10px;
}

.logo {
  display: inline-block;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .logo {
    margin-top: 24px;
  }
}
.logo:hover {
  opacity: 0.7;
}
.logo a, .logo img {
  display: block;
}
.logo img {
  width: 100%;
}

/*	gnav  PC
------------------------------------ */
.gnav {
  margin-top: 18px;
  line-height: 1;
}
.gnav-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.gnav-list-item:nth-of-type(n+2) {
  margin-left: 27px;
}
.gnav-list-link {
  display: block;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .gnav-list-link {
    font-size: 1.6rem;
  }
}
.gnav-list-link::after {
  content: "";
  width: 100%;
  height: 2px;
  margin: auto;
  background: #e87233;
  position: absolute;
  bottom: -9px;
  left: 0;
  right: 0;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: all 0.4s ease;
}
.gnav-list-link:hover {
  opacity: 1;
}
.gnav-list-link:hover::after {
  transform: scale(1, 1);
}
.gnav-list-link.current {
  color: #e87233;
}

/*	mv  PC
------------------------------------ */
.mv-wrap {
  padding-top: 108px;
}
.mv-bg {
  height: 0;
  padding-top: 43.75%;
  background: url(../img/top/mv_bg.jpg) no-repeat center top/cover;
  position: relative;
}
.mv-catch {
  width: 35.4%;
  padding: 4.6% 0 4.3%;
  border: 2px solid #1f1f1f;
  text-align: center;
  position: absolute;
  top: 3.5%;
  left: 21.875%;
}
.mv-catch-ttl {
  width: 82%;
  margin: auto;
}
.mv-catch-ttl img {
  width: 100%;
}
.mv-btn {
  max-width: 70.5%;
  height: auto;
  margin: 7.3% auto 0;
  padding: 7.4% 0;
  font-size: 1.04vw;
  line-height: 1;
}
.mv-list-link {
  display: block;
  width: 27.4%;
  height: auto;
  padding: 2.085% 0;
  background: url(../img/top/menu-arw.png) no-repeat 30px center, url(../img/pattern/pat01.png) #fba343;
  text-align: center;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.04vw;
  letter-spacing: 0;
  color: #fff;
  line-height: 1;
  transition: all 0.3s ease;
  position: absolute;
  bottom: 3.5%;
}
@media screen and (min-width: 768px) {
  .mv-list-link:hover {
    background-position: 40px center, center;
  }
}
.mv-list-link01 {
  left: 21.875%;
}
.mv-list-link02 {
  left: 50.8%;
}

/* =========================================
  footer  PC
========================================= */
#footer {
  background: #f3f3f3;
}
#footer .foo-inner {
  padding: 80px 0;
}
#footer .foo-address {
  margin-top: 38px;
  font-family: "NotoSansCJKjp-Regular", sans-serif;
  font-size: 1.4rem;
  line-height: 2.1;
  white-space: pre-line;
}
@media screen and (max-width: 768px) {
  #footer .foo-address {
    font-size: 1.6rem;
  }
}
#footer .foo-info {
  display: flex;
  margin-top: 40px;
}
#footer .foo-info li:nth-of-type(n+2) {
  margin-left: 30px;
}

.fnav {
  display: flex;
  line-height: 1;
}
.fnav-list:nth-of-type(n+2) {
  margin-left: 82px;
}
.fnav-list li:nth-of-type(n+2) {
  margin-top: 25px;
}
.fnav-list-link {
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .fnav-list-link {
    font-size: 1.6rem;
  }
}
.fnav-list-link::before {
  content: "・";
  color: #e87233;
}
.fnav-list-link.current {
  color: #e87233;
}

.copy {
  margin-top: 34px;
}
.copy-txt, .copy-link {
  color: #fba343;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .copy-txt, .copy-link {
    font-size: 1.6rem;
  }
}

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

  sub layout  PC

========================================= */
/*	sub mv  PC
------------------------------------ */
.sv-bg {
  padding: 20px 0;
  background: url(../img/reform/bg_dott_l.png) no-repeat left top, url(../img/reform/bg_dott_r.png) no-repeat right top;
  position: relative;
}
.sv-bg::before {
  content: "";
  display: block;
  width: 217px;
  height: 192px;
  background: url(../img/reform/sv-illu.png) no-repeat right bottom;
  position: absolute;
  right: 30px;
  bottom: 0;
}
.sv-inner {
  width: 100%;
  max-width: 1280px;
  margin: auto;
  padding: 126px 0;
}
.sv-catch {
  width: 700px;
  height: 137px;
  background: #fff;
  border: 2px solid #1f1f1f;
  text-align: center;
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  font-size: 5rem;
  letter-spacing: 0;
  line-height: 133px;
}
@media screen and (max-width: 768px) {
  .sv-catch {
    font-size: 2.5rem;
  }
}
.sv-reform {
  background: url(../img/sub/reform.jpg) no-repeat calc(100% - 130px) center;
}
.sv-menu {
  background: url(../img/sub/menu.jpg) no-repeat calc(100% - 130px) center;
}
.sv-works {
  background: url(../img/sub/works.jpg) no-repeat calc(100% - 130px) center;
}
.sv-information {
  background: url(../img/sub/information.jpg) no-repeat calc(100% - 130px) center;
}
.sv-news {
  background: url(../img/sub/news.jpg) no-repeat calc(100% - 130px) center;
}
.sv-contact {
  background: url(../img/sub/contact.jpg) no-repeat calc(100% - 130px) center;
}
.sv-complete {
  background: url(../img/sub/complete.jpg) no-repeat calc(100% - 130px) center;
}
.sv-privacy {
  background: url(../img/sub/privacy.jpg) no-repeat calc(100% - 130px) center;
}
.sv-site {
  background: url(../img/sub/site.jpg) no-repeat calc(100% - 130px) center;
}
.sv-notfound {
  background: url(../img/sub/notfound.jpg) no-repeat calc(100% - 130px) center;
}

/*	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: #1f1f1f;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #news .com-news-con {
    font-size: 1.6rem;
  }
}
@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 5px;
}
#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: #e87233;
  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.6rem;
  }
}
#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-time, #news .com-news-ttl, #news .com-news-tag-txt {
    font-size: 3.3vw;
  }
  #news .com-news-txt-index {
    font-size: 3.4vw;
    line-height: 1.5;
  }
}
#news .detail .news-box {
  padding: 40px;
}
@media screen and (max-width: 767px) {
  #news .detail .news-box {
    padding: 25px 15px;
  }
}
#news .detail .com-news-flx {
  margin: 15px auto 0;
  padding-top: 15px;
  border-top: 1px solid rgba(31, 31, 31, 0.1);
  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.6rem;
  }
}
#news .detail .com-news-time {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #news .detail .com-news-time {
    font-size: 1.6rem;
  }
}
@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: 120px 0;
  }
}
#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;
}
#privacy .ttl05 {
  background-color: #ffefe6;
  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: 120px 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(31, 31, 31, 0.2);
}
#site .site-link {
  display: block;
  padding: 15px 30px;
  color: #1f1f1f;
  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 #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 .com-txt {
  color: #00140f;
}
#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;
  }
  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-btn01 {
    outline: 1px solid #fff;
    outline-offset: -5px;
  }
  .com-btn02 {
    height: 55px;
    line-height: 55px;
  }
  .com-table th, .com-table td {
    display: block;
    width: 100%;
  }
  .com-table th {
    padding: 10px 10px 0;
  }
  .com-table td {
    padding: 0 10px 10px;
  }
  .com-table-note img {
    height: 13px;
  }
  .com-ttl01-ja {
    font-size: 2.5rem;
  }
  .com-ttl03 {
    font-size: 1.7rem;
  }
  .sidebar {
    bottom: 0;
  }
  .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 {
    display: flex;
    height: 70px;
    position: static;
  }
  .headline-con {
    margin: 15px auto 0;
  }
  .logo, .drawer-logo, .foo-logo {
    width: 135px !important;
  }
  .mv-wrap {
    padding-top: 0;
  }
  .mv-bg {
    height: auto;
    padding: 43% 0 20px;
    background: url(../img/top/mv-img04.jpg) no-repeat center top/calc(100% - 30px), url(../img/top/mv-bg-l.png) no-repeat left top/20%, url(../img/top/mv-bg-r.png) no-repeat right bottom/20%;
  }
  .mv-catch {
    width: calc(100% - 30px);
    margin: auto;
    background: #fff;
    position: static;
  }
  .mv-btn {
    max-width: calc(100% - 30px);
    font-size: 1.7rem;
    height: 60px;
    padding: 0;
    line-height: 60px;
  }
  .mv-list {
    margin: 20px auto 0;
    text-align: center;
    padding-top: 68%;
    background: url(../img/top/mv-img02.jpg) no-repeat 15px top/45%, url(../img/top/mv-img03.jpg) no-repeat calc(100% - 30px) top/35%, url(../img/top/mv-img04.jpg) no-repeat calc(100% - 15px) 55%/44%;
  }
  .mv-list-item:nth-of-type(n+2) {
    margin: 20px auto 0;
  }
  .mv-list-link {
    width: calc(100% - 30px);
    margin: auto;
    padding: 20px 0;
    background-position: 10px center;
    font-size: 1.4rem;
    position: static;
  }
  .sp-menu-btn-wrp {
    top: 11px;
    background: #e87233;
  }
  .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 {
    background: #fff;
  }
  #drawer-nav {
    padding: 0 0 30px;
    background: #ffefe6;
  }
  #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-Medium", sans-serif;
    text-align: left;
    border-color: rgba(31, 31, 31, 0.2);
    font-size: 1.8rem;
    line-height: 1.8;
    letter-spacing: 0;
  }
  #drawer-nav #nav .drawer-link.current {
    color: #e87233;
  }
  .drawer-info {
    margin: 30px auto 0;
    text-align: center;
  }
  .drawer-info .com-dl, .drawer-info .com-mail {
    margin: 25px auto 0;
  }
  .drawer-info .com-dl-item {
    justify-content: center;
  }
  .ggmap {
    padding-top: 250px;
  }
  #footer .foo-inner {
    padding: 50px 15px;
  }
  #footer .foo-flx {
    flex-direction: column;
    align-items: center;
  }
  #footer .foo-flx-left {
    width: 100%;
    text-align: center;
  }
  #footer .foo-flx-right {
    width: 100%;
  }
  #footer .foo-address {
    margin-top: 20px;
    text-align: left;
    line-height: 1.4;
  }
  #footer .foo-info {
    justify-content: center;
  }
  .fnav {
    width: 100%;
    margin: 30px auto 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .fnav-list {
    padding-bottom: 30px;
  }
  .fnav-list:nth-of-type(n+2) {
    margin: 0;
  }
  .fnav-list li:nth-of-type(n+2) {
    margin-top: 30px;
  }
  .copy {
    margin-top: 20px;
    text-align: center;
  }
  .copy-txt, .copy-link {
    font-size: 1.3rem;
  }
  .sv {
    background-position: center top;
    background-size: 100%;
  }
  .sv-bg {
    background-size: 20%;
  }
  .sv-bg::before {
    width: 89px;
    height: 68px;
    background-size: contain;
  }
  .sv-inner {
    padding: 36% 15px 10%;
  }
  .sv-catch {
    width: 100%;
    height: 80px;
    line-height: 80px;
  }
}
/*	------- */
/* =========================================
  breakpoint
========================================= *//*# sourceMappingURL=common.css.map */