@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;
  color: #412e27;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.5rem;
  }
}
body {
  letter-spacing: 0.05em;
  line-height: 2.35;
}

.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: 1080px;
  margin: auto;
}

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

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

/*==================================================
お問い合わせフォーム
================================================== */
.contact-form-table {
  width: 100%;
  max-width: 1080px;
  margin: 50px auto 0 !important;
  background: none;
}
.contact-form-table tr {
  border: none;
}
.contact-form-table th, .contact-form-table td {
  padding: 15px 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .contact-form-table th, .contact-form-table td {
    font-size: 1.5rem;
  }
}
.contact-form-table th, .contact-form-table td {
  letter-spacing: 0.05em;
  vertical-align: top;
  line-height: 1.6;
}
.contact-form-table th {
  width: 370px;
}
.contact-form-table a {
  color: #412e27;
  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: #fff;
  border-radius: 0;
}
.contact-form-table .required-mark {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  height: 30px;
  line-height: 25px;
}
@media screen and (max-width: 767px) {
  .contact-form-table {
    margin-top: 25px !important;
  }
  .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: #ef8e65;
  }
  .contact-form-table label[for=agree] {
    margin: auto;
    font-size: 1.6rem;
  }
}
.contact-form-table .date-list {
  padding-left: 0;
}

@media screen and (max-width: 767px) {
  .contact-form-check-page .contact-form-table tr:nth-of-type(n+2) {
    border-top: 1px solid rgba(65, 46, 39, 0.2);
  }
  .contact-form-check-page .contact-form-table th {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    color: #ef8e65;
  }
  .contact-form-check-page .contact-form-table td {
    padding-top: 5px;
    padding-left: 0;
    padding-right: 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: #412e27;
  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: #412e27;
}

/* =========================================
  タグテンプレート
========================================= */
.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 #412e27;
  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: 500;
  font-style: normal;
  border: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #412e27;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #412e27;
  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: 500;
  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 {
  color: #412e27;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .com-txt,
  #privacy .txt-box {
    font-size: 1.5rem;
  }
}
.com-txt,
#privacy .txt-box {
  letter-spacing: 0.05em;
  line-height: 2.35;
}

.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: 420px;
  height: 80px;
  background: url(../img/top/reason-btn-arw.png) no-repeat calc(100% - 40px) center #d49b64;
  border-radius: 999px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .com-btn {
    font-size: 1.5rem;
  }
}
.com-btn {
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 80px;
}
@media screen and (min-width: 768px) {
  .com-btn:hover {
    background-position-x: calc(100% - 35px);
  }
}
.com-btn-white {
  background-image: url(../img/reason/cons-arw.png);
  background-color: #fff;
  color: #412e27;
}

#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: 420px;
  height: 80px;
  background: url(../img/top/reason-btn-arw.png) no-repeat calc(100% - 40px) center #d49b64;
  border-radius: 999px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  #contact .contact-submits-btn {
    font-size: 1.5rem;
  }
}
#contact .contact-submits-btn {
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 80px;
}
@media screen and (min-width: 768px) {
  #contact .contact-submits-btn:hover {
    background-position-x: calc(100% - 35px);
  }
}
@media screen and (max-width: 767px) {
  #contact .contact-submits-btn {
    max-width: 280px;
    height: 50px;
    margin: auto;
    line-height: 50px;
    background-size: 15px;
    background-position-x: calc(100% - 20px);
  }
}

/*	com-table  PC
------------------------------------ */
.com-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
}
.com-table th, .com-table td {
  padding: 20px 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .com-table th, .com-table td {
    font-size: 1.5rem;
  }
}
.com-table th, .com-table td {
  letter-spacing: 0.05em;
  line-height: 1.5;
  vertical-align: middle;
}
.com-table th {
  width: 300px;
  border-radius: 10px 0 0 10px;
  background: #ef8e65;
  text-align: center;
  color: #fff;
}
.com-table td {
  background: #fff;
  border-radius: 0 10px 10px 0;
  white-space: pre-line;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.com-table-note {
  display: block;
  line-height: 1;
}
.com-table-note img {
  vertical-align: middle;
}

/*	heading  PC
------------------------------------ */
.com-ttl01 {
  padding-bottom: 35px;
  background: url(../img/top/news-deco.png) no-repeat center bottom;
  text-align: center;
  line-height: 1.5;
}
.com-ttl01 .en {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .com-ttl01 .en {
    font-size: 1.5rem;
  }
}
.com-ttl01 .en {
  letter-spacing: 0.05em;
  color: #ef8e65;
}
.com-ttl01 .ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .com-ttl01 .ja {
    font-size: 2rem;
  }
}
.com-ttl01 .ja {
  letter-spacing: 0.05em;
}
.com-ttl01.left {
  text-align: left;
  background-position: left bottom;
}
.com-ttl01.white {
  background-image: url(../img/top/menu-ttl-arw.png);
}
.com-ttl01.white .en, .com-ttl01.white .ja {
  color: #fff;
}
.com-ttl01.white.white-ico {
  background-image: url(../img/reason/white-ico.png);
}
.com-ttl02 {
  display: flex;
  padding-bottom: 35px;
  background: url(../img/reason/reason-ttl-deco.png) no-repeat left bottom;
  align-items: flex-start;
}
.com-ttl02 .en {
  flex-shrink: 0;
}
.com-ttl02 .ja {
  margin-left: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .com-ttl02 .ja {
    font-size: 1.5rem;
  }
}
.com-ttl02 .ja {
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.com-ttl03 {
  text-align: center;
  border-radius: 15px;
  background: #ef8e65;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .com-ttl03 {
    font-size: 1.5rem;
  }
}
.com-ttl03 {
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1.5;
}
.com-ttl04 {
  display: inline;
  background: linear-gradient(transparent 60%, #f6ebe0 60%);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .com-ttl04 {
    font-size: 1.5rem;
  }
}
.com-ttl04 {
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.com-ttl05 {
  padding-bottom: 20px;
  background: url(../img/service/border.png) no-repeat left bottom;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .com-ttl05 {
    font-size: 1.5rem;
  }
}
.com-ttl05 {
  letter-spacing: 0.05em;
  color: #412e27;
  line-height: 1.5;
}

/*	sidebar  PC
------------------------------------ */
#sidebar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 500;
}

@keyframes floatY {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(0);
  }
}
/*	breadcrumb  PC
------------------------------------ */
.breadcrumb {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10;
}
.breadcrumb .bread-inner {
  width: 100%;
  max-width: 1080px;
  padding: 10px 20px 10px 0;
  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;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.breadcrumb ul li:last-child::after {
  content: none;
}
.breadcrumb li, .breadcrumb a {
  color: #412e27;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
  line-height: 1;
}
.breadcrumb li::after {
  content: ">";
  display: inline-block;
  margin: 0 5px;
}
.breadcrumb a {
  color: #412e27;
}

/*	pagenation  PC
------------------------------------ */
.pagenation {
  display: flex;
  margin: 50px auto 0;
  justify-content: center;
  align-items: center;
}
.pagenation li {
  display: inline-block;
  width: 40px;
  height: 40px;
  outline: 1px solid #f9f6eb;
  background-color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .pagenation li {
    font-size: 1.5rem;
  }
}
.pagenation li {
  letter-spacing: 0.05em;
  color: #f9f6eb;
  line-height: 40px;
}
.pagenation li:nth-of-type(n+2) {
  margin-left: 10px;
}
.pagenation a, .pagenation span {
  display: block;
}
.pagenation a {
  color: #412e27;
}
.pagenation .current {
  background: #ef8e65;
  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 {
  width: 100%;
  height: 100%;
  margin: auto;
  border: none;
  background: none;
  position: relative;
  display: inline-block;
}

.arrow-left::before {
  content: "";
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 9px solid #412e27;
  border-left: 0;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.arrow-right {
  width: 100%;
  height: 100%;
  margin: auto;
  border: none;
  background: none;
  position: relative;
  display: inline-block;
}

.arrow-right::before {
  content: "";
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 9px solid #412e27;
  border-right: 0;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

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

.data-nav {
  position: relative;
  text-align: center;
}
.data-nav a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .data-nav a {
    font-size: 1.5rem;
  }
}
.data-nav a {
  letter-spacing: 0.04em;
  color: #412e27;
  line-height: 1;
  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 9px;
  border-left: 1px solid #412e27;
  border-right: 1px solid #412e27;
}

.back-btn {
  display: flex;
  align-items: flex-end;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.back-btn::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-right: 14px;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 8.25px solid #412e27;
  border-left: 0;
  transform: translateY(-50%);
}

.next-btn {
  display: flex;
  align-items: flex-end;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.next-btn::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-left: 14px;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 8.25px solid #412e27;
  border-right: 0;
  transform: translateY(-50%);
}

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

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

/* =========================================
  header  PC
========================================= */
.top #header {
  background: url(../img/top/mv-bg.png) no-repeat center top/cover #fdfffa;
}

.sub #header {
  background: url(../img/reason/mv-lt.png) no-repeat left top;
  position: relative;
}
.sub #header::before {
  content: "";
  display: block;
  width: 1092px;
  height: 0;
  padding-top: 864px;
  background: url(../img/reason/mv-rt.png) no-repeat right top/cover;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
  z-index: -1;
}
.sub .headline {
  padding-bottom: 14px;
}

/*	headline  PC
------------------------------------ */
.headline {
  padding: 20px;
}

.logo {
  display: inline-block;
}
.logo a, .logo img {
  display: block;
}
.logo img {
  width: 100%;
}

/* mv  PC
------------------------------------ */
.mv {
  height: 0;
  padding-top: 83.96%;
  background: url(../img/top/mv-l.png) no-repeat left 29px/42.1%, url(../img/top/mv-r.png) no-repeat right 0/50.1%;
  position: relative;
}
.mv-catch {
  width: 55.1%;
  position: absolute;
  left: 6.8%;
  top: 46.7%;
}
.mv-catch img {
  width: 100%;
}

/*	gnav  PC
------------------------------------ */
.gnav {
  margin-top: 20px;
  line-height: 1;
}
.gnav-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.gnav-list-item {
  background: url(../img/top/gnav-ico.png) no-repeat left center;
}
.gnav-list-item:last-of-type {
  background: url(../img/top/gnav-ico.png) no-repeat left center, url(../img/top/gnav-ico.png) no-repeat right center;
}
.gnav-list-link {
  display: block;
  padding: 0 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .gnav-list-link {
    font-size: 1.5rem;
  }
}
.gnav-list-link {
  letter-spacing: 0.05em;
  line-height: 1;
}
.gnav-list-link.current {
  color: #ef8e65;
}

/* dropdown  PC
------------------------------------ */
/* =========================================
  footer  PC
========================================= */
#footer .foo-inner {
  padding: 120px 0;
  text-align: center;
}
#footer .foo-address {
  margin: 40px auto 0;
}
#footer .foo-worktime {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  #footer .foo-worktime {
    font-size: 1.5rem;
  }
}
#footer .foo-worktime {
  letter-spacing: 0.05em;
  line-height: 1.5;
}
#footer .foo-worktime .ac {
  color: #ef8e65;
}
#footer .foo-map {
  margin-left: 39px;
  padding-left: 25px;
  background: url(../img/top/f-address.png) no-repeat left center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  #footer .foo-map {
    font-size: 1.5rem;
  }
}
#footer .foo-map {
  letter-spacing: 0.05em;
  color: #412e27;
  line-height: 1.5;
}
#footer .com-info {
  margin: 40px auto 0;
  padding-top: 40px;
  border-top: 1px solid #ef8e65;
}
#footer .com-info-btn {
  width: 280px;
  height: 60px;
}
@media screen and (min-width: 768px) {
  #footer .com-info-btn {
    margin-left: 30px;
  }
}
#footer .com-info-btn {
  border-radius: 999px;
  text-align: center;
  background: url(../img/top/target.png) no-repeat calc(100% - 30px) center #d49b64;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  #footer .com-info-btn {
    font-size: 1.5rem;
  }
}
#footer .com-info-btn {
  letter-spacing: 0.05em;
  line-height: 60px;
  color: #fff;
}
#footer .com-tel {
  display: block;
  text-align: left;
}
#footer .com-tel-note {
  display: block;
  margin-top: 10px;
}

.fnav {
  margin: 40px auto 0;
  border-radius: 40px;
  padding: 35px 0;
  background: #f9f6eb;
  line-height: 1;
}
.fnav-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.fnav-list > li:nth-of-type(n+2) {
  margin-left: 29px;
}
.fnav-list-link {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .fnav-list-link {
    font-size: 1.5rem;
  }
}
.fnav-list-link {
  letter-spacing: 0.05em;
}
.fnav-list-link.current {
  color: #ef8e65;
}
.fnav .dropdown-menu__list {
  margin-top: 10px;
}
.fnav .dropdown-menu__list > li:nth-of-type(n+2) {
  margin-top: 5px;
}
.fnav .dropdown-menu__link {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .fnav .dropdown-menu__link {
    font-size: 1.5rem;
  }
}
.fnav .dropdown-menu__link {
  letter-spacing: 0.08em;
}
.fnav .dropdown-menu__link.current {
  color: #ef8e65;
}

.copy {
  margin-top: 40px;
  text-align: center;
}
.copy-txt, .copy-link {
  color: #ef8e65;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}

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

  sub layout  PC

========================================= */
/*	sub mv  PC
------------------------------------ */
.sv {
  height: 548px;
  overflow: hidden;
  position: relative;
}
.sv-img {
  position: absolute;
  right: calc(50% - 890px);
  top: 0;
}
.sv-inner {
  display: flex;
  width: 75%;
  max-width: 1280px;
  height: 100%;
  margin: auto;
  position: absolute;
  align-items: center;
  top: 0;
  left: 0;
  right: 0;
}
.sv-inner::before {
  content: "";
  display: block;
  width: 60px;
  height: 102px;
  background: url(../img/reason/sv-deco.png) no-repeat left top/contain;
  position: absolute;
  top: 122px;
  left: -58px;
}
.sv-catch {
  display: inline-block;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4.5rem;
}
@media screen and (max-width: 768px) {
  .sv-catch {
    font-size: 2.25rem;
  }
}
.sv-catch {
  letter-spacing: 0.05em;
  line-height: 1.33;
}
.sv-catch::first-letter {
  color: #ef8e65;
}

/*	news  PCSP
------------------------------------ */
#news .com-box {
  padding: 50px;
}
@media screen and (max-width: 767px) {
  #news .com-box {
    padding: 20px;
  }
}
#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: 80px;
  }
}
#news .com-news-link {
  display: block;
  width: 100%;
}
#news .com-news-img {
  width: 250px;
  height: 200px;
  margin-right: 30px;
  position: relative;
  flex-shrink: 0;
}
#news .com-news-con {
  width: 100%;
}
#news .com-news-ttl {
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  #news .com-news-ttl {
    font-size: 1.5rem;
  }
}
#news .com-news-txt {
  margin-top: 10px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #news .com-news-txt {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  #news .com-news {
    margin-top: 30px;
  }
  #news .com-news-item:nth-of-type(n+2) {
    margin: 40px auto 0;
  }
  #news .com-news-box {
    display: block;
  }
  #news .com-news-img {
    margin: 0 auto 15px;
  }
  #news .com-news-ttl {
    font-size: 1.8rem;
  }
  #news .com-news-txt {
    line-height: 1.8;
  }
}
#news .detail-tag {
  margin: 20px auto 0;
}
#news .detail-txt {
  margin: 20px auto 0;
}
@media screen and (max-width: 767px) {
  #news .detail-txt {
    margin-top: 10px;
  }
}

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

/*	privacy  PC
------------------------------------ */
#privacy .privacy-box {
  margin: 50px auto 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #privacy .privacy-box {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  #privacy .privacy-box {
    margin-top: 20px;
  }
}
#privacy .privacy-box-mt-none {
  margin-top: 0;
}
#privacy .privacy-box p {
  margin: 10px auto 0;
  line-height: 2;
}
#privacy .privacy-box ul {
  margin-top: 15px;
  padding-left: 20px;
}
#privacy .privacy-box li {
  list-style: disc;
}
#privacy .privacy-box-ttl_default {
  background-color: #f9f6eb;
  color: #412e27;
  padding: 10px 15px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #privacy .privacy-box p {
    line-height: 1.7;
  }
}

/*	site  PCSP
------------------------------------ */
#site .site-box {
  max-width: 960px;
  margin: 50px auto 0;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  #site .site-box {
    margin-top: 20px;
    padding: 10px 25px;
  }
}
#site .site-ul {
  width: 100%;
  max-width: 880px;
  margin: auto;
}
#site .site-li:nth-of-type(n+2) {
  border-top: 1px solid rgba(65, 46, 39, 0.2);
}
#site a.site-link::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  margin: auto;
  border-top: 1px solid #412e27;
  border-right: 1px solid #412e27;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  transition: all 0.3s ease;
}
#site .site-link {
  display: block;
  padding: 15px 30px;
  color: #412e27;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 767px) {
  #site .site-link {
    padding: 12px 25px;
  }
}
@media screen and (min-width: 768px) {
  #site .site-link:hover::before {
    left: 10px;
  }
}
#site .dropdown-menu__list {
  margin-left: 30px;
  padding-bottom: 20px;
}
#site .dropdown-menu__list li:nth-of-type(n+2) {
  margin-top: 15px;
}
#site .dropdown-menu__link {
  padding-left: 30px;
  color: #412e27;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  box-sizing: border-box;
  position: relative;
}
#site .dropdown-menu__link::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  margin: auto;
  border-top: 1px solid #412e27;
  border-right: 1px solid #412e27;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  transition: all 0.3s ease;
}

/*	e404  PCSP
------------------------------------ */
@media screen and (min-width: 768px) {
  #e404 .sec-inner {
    padding: 100px 0;
  }
}
#e404 .sec-inner {
  box-sizing: border-box;
  color: #412e27;
}
#e404 .top {
  display: inline-block;
  color: #412e27;
  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;
  }
}
@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;
  }
}
@media screen and (max-width: 767px) {
  /*	parts  SP
  ------------------------------------ */
  .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  SP
  ------------------------------------ */
  .com-btn {
    max-width: 280px;
    height: 50px;
    margin: auto;
    line-height: 50px;
    background-size: 15px;
    background-position-x: calc(100% - 20px);
  }
  /*	com-table  SP
  ------------------------------------ */
  .com-table th, .com-table td {
    padding: 10px 5px;
    font-size: 1.4rem;
  }
  .com-table th {
    width: 91px;
  }
  .com-table td {
    padding-left: 10px;
    padding-right: 10px;
  }
  .com-table-note {
    display: block;
  }
  /*	heading  SP
  ------------------------------------ */
  .com-ttl01 {
    padding-bottom: 20px;
    background-size: 28px;
  }
  .com-ttl01 .ja {
    margin-top: 6px;
    font-size: 2rem;
  }
  .com-ttl02 {
    padding-bottom: 20px;
    background-size: 100%;
  }
  .com-ttl02 .num {
    width: 45px;
  }
  .com-ttl02 .ja {
    margin-left: 15px;
    font-size: 1.8rem;
  }
  .com-ttl04 {
    font-size: 1.8rem;
  }
  .com-ttl05 {
    padding-bottom: 16px;
    background-size: 800px;
    text-align: center;
    font-size: 1.8rem;
  }
  /*	sidebar  SP
  ------------------------------------ */
  /*	pagenation  SP
  ------------------------------------ */
  .pagenation-inner {
    margin-top: 30px;
  }
  .pagenation li {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  .pagenation li:nth-of-type(n+2) {
    margin-left: 15px;
  }
  /* =========================================
  header  SP
  ========================================= */
  /*	headline  SP
  ------------------------------------ */
  .headline {
    padding: 10px;
  }
  .drawer .com-info {
    margin: 30px auto 0;
  }
  .drawer .com-tel {
    display: block;
  }
  .drawer .com-tel-link {
    font-size: 2.3rem;
  }
  .drawer .com-tel-note {
    display: block;
    margin: 5px auto 0 !important;
  }
  .logo, .drawer-logo, .foo-logo {
    width: 68px !important;
  }
  .logo {
    z-index: 10;
  }
  /*	mv  SP
  ------------------------------------ */
  .mv {
    padding-top: 174%;
    background-image: url(../img/top/mv-l-sp.png), url(../img/top/mv-r.png);
    background-size: 65%, 90%;
    background-position: 90% bottom, right top;
  }
  .mv-catch {
    width: 96%;
    left: -1%;
    top: 51%;
  }
  /*	gnav  SP
  ------------------------------------ */
  .sp-menu-btn-wrp {
    background: #ef8e65;
    border-radius: 5px;
    top: 11px;
  }
  .sp-menu-btn-wrp .sp-menu-btn-txt {
    display: block;
    font-size: 1rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #fff;
  }
  .sp-menu-btn-wrp .sp-menu-btn span {
    height: 2px;
    background: #fff;
  }
  .sp-menu-btn-wrp .sp-menu-btn .bottom {
    top: 29px;
  }
  .sp-menu-btn.active .bottom {
    top: 30px;
  }
  /*	gnav-add  SP
  ------------------------------------ */
  #drawer-nav {
    padding: 20px 15px 30px;
  }
  #drawer-nav.active {
    z-index: 1000;
  }
  #drawer-nav .com-info {
    margin: 30px auto 0;
    text-align: center;
  }
  #drawer-nav .com-info .com-sns {
    justify-content: center;
  }
  #drawer-nav .drawer-logo {
    width: 110px !important;
    margin-bottom: 0;
  }
  #drawer-nav .drawer-logo-wrap {
    margin-bottom: 15px;
  }
  #drawer-nav .drawer-logo img {
    vertical-align: middle;
  }
  #drawer-nav #nav {
    padding: 0 15px;
  }
  #drawer-nav #nav .drawer-link {
    display: block;
    padding: 12px 0 12px;
    border-color: #412e27;
    color: #412e27;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    font-style: normal;
    text-align: left;
    font-size: 1.8rem;
    line-height: 1.6;
    letter-spacing: 0;
  }
  #drawer-nav #nav .drawer-link.current {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #ef8e65;
  }
  #drawer-nav #nav .drawer-dropdown span::before, #drawer-nav #nav .drawer-dropdown span::after {
    background-color: #ef8e65;
  }
  #drawer-nav .drawer-nav__link {
    display: block;
    padding: 12px 12px 12px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #412e27;
    text-align: left;
    border-color: #412e27;
    font-size: 1.7rem;
    line-height: 1.8;
    letter-spacing: 0.06em;
  }
  #drawer-nav .drawer-nav__link.current {
    color: #ef8e65;
  }
  .drawer-info {
    max-width: 280px;
    margin: 30px auto 0;
    text-align: center;
  }
  .drawer-info li:nth-of-type(n+2) {
    margin: 25px auto 0;
  }
  /*	ggmap  SP
  ------------------------------------ */
  .ggmap {
    margin-top: 20px;
    padding-top: 250px;
  }
  /* =========================================
  footer  SP
  ========================================= */
  #footer .foo-inner {
    padding: 50px 30px;
  }
  #footer .foo-address {
    display: block;
    margin-top: 15px;
  }
  #footer .foo-map {
    display: inline-block;
    margin: 5px auto 0;
  }
  #footer .com-info {
    margin-top: 20px;
    padding-top: 20px;
  }
  .fnav {
    padding: 25px;
    border-radius: 20px;
  }
  .fnav-list {
    display: block;
  }
  .fnav-list > li {
    text-align: left;
  }
  .fnav-list > li:nth-of-type(n+2) {
    margin: 25px 0 0;
    padding: 0;
    border: none;
  }
  .fnav .dropdown-menu__list {
    margin-top: 15px;
    margin-left: 5px;
  }
  .fnav .dropdown-menu__list > li:nth-of-type(n+2) {
    margin-top: 15px;
  }
  .copy {
    margin-top: 25px;
    text-align: center;
  }
  .copy-inner {
    display: block;
  }
  .copy-nav {
    justify-content: center;
  }
  .copy-txt {
    display: block;
    margin: 25px auto 0;
  }
  .copy-txt, .copy-link {
    font-size: 1rem;
  }
  /* =========================================

    sub  SP

  ========================================= */
  .sub #header {
    background-size: 22.2%;
  }
  .sub #header::before {
    width: 56.875%;
    padding-top: 45%;
    background-size: cover;
  }
  /*	sub headline  SP
  ------------------------------------ */
  /* sub mv  SP
  ------------------------------------ */
  .sv {
    height: auto;
    text-align: center;
  }
  .sv-inner {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 25px 50px 0;
    justify-content: center;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
  .sv-inner::before {
    width: 28px;
    height: 52px;
    top: 15px;
    left: 0;
  }
  .sv-img {
    width: 95%;
    margin: auto;
    position: static;
  }
  /*	------- */
}
/*	------- */
/* =========================================
  breakpoint
========================================= *//*# sourceMappingURL=common.css.map */