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

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

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

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

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

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

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

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

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

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

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

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

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

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

.br {
  display: inline-block;
}

.over {
  overflow: hidden;
}

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

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

/*	com-btn  PC
------------------------------------ */
.com-btn {
  display: block;
  width: 250px;
  height: 60px;
  border-radius: 999px;
  text-align: center;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(252, 201, 45)), to(rgb(247, 139, 13)));
  background-image: -webkit-linear-gradient(left, rgb(252, 201, 45) 0%, rgb(247, 139, 13) 100%);
  background-image: linear-gradient(90deg, rgb(252, 201, 45) 0%, rgb(247, 139, 13) 100%);
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.06em;
  color: #fff;
  line-height: 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .com-btn {
    font-size: 1.5rem;
  }
}
.com-btn::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin: auto;
  background: url(../img/top/com-btn02-arw.png) no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .com-btn:hover::before {
    right: 10px;
  }
}

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

/*	com-table  PC
------------------------------------ */
.com-table {
  width: 100%;
  margin: auto;
}
.com-table tr:nth-of-type(n+2) {
  border-top: 1px solid #d9d9d9;
}
.com-table th, .com-table td {
  padding: 14px 7px;
  font-size: 1.7rem;
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  letter-spacing: 0;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .com-table th, .com-table td {
    font-size: 1.5rem;
  }
}
.com-table th {
  width: 160px;
}
.com-table th span {
  padding-left: 12px;
  border-left: 4px solid #f78b0d;
}
.com-table td {
  white-space: pre-line;
}
.com-table a {
  color: #333333;
}
.com-table-note {
  display: block;
  line-height: 1.1;
}
.com-table-tel02 {
  margin-top: 12px;
}

/*	heading  PC
------------------------------------ */
.com-ttl01 {
  text-align: center;
}
.com-ttl01-en {
  display: inline-block;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(252, 201, 45)), to(rgb(247, 139, 13)));
  background-image: -webkit-linear-gradient(left, rgb(252, 201, 45) 0%, rgb(247, 139, 13) 100%);
  background-image: linear-gradient(90deg, rgb(252, 201, 45) 0%, rgb(247, 139, 13) 100%);
  font-family: "ZenKakuGothicNew-Black", sans-serif;
  font-size: 7.2rem;
  letter-spacing: 0;
  line-height: 1;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}
@media screen and (max-width: 767px) {
  .com-ttl01-en {
    font-size: 4.8rem;
  }
}
.com-ttl01-en::before, .com-ttl01-en::after {
  content: "";
  display: block;
  width: 41px;
  height: 65px;
  position: absolute;
}
.com-ttl01-en::before {
  background: url(../img/top/com-ttl01-l.png) no-repeat center/contain;
  left: -56px;
  top: -12px;
}
.com-ttl01-en::after {
  background: url(../img/top/com-ttl01-r.png) no-repeat center/contain;
  right: -67px;
  bottom: -8px;
}
.com-ttl01-ja {
  display: block;
  margin: 10px auto 0;
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  font-size: 2.1rem;
  letter-spacing: 0.1em;
  color: #333333;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .com-ttl01-ja {
    font-size: 1.5rem;
  }
}
.com-ttl02 {
  padding-left: 12px;
  border-left: 2px solid #f78b0d;
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  font-size: 2.1rem;
  letter-spacing: 0;
  line-height: 1.6;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .com-ttl02 {
    font-size: 1.5rem;
  }
}

/*	sidebar  PC
------------------------------------ */
#sidebar {
  max-width: 234px;
  text-align: right;
  position: fixed;
  right: 0;
  bottom: 15px;
  z-index: 100;
}

.sidebar-pagetop {
  margin-top: 30px;
  margin-right: 33px;
}

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

/*	pagenation  PC
------------------------------------ */
.pagenation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 50px auto 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagenation li {
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  background: #fff;
  border: 1px solid #f78b0d;
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .pagenation li {
    font-size: 1.5rem;
  }
}
.pagenation li:nth-of-type(n+2) {
  margin-left: 10px;
}
.pagenation a, .pagenation span {
  display: block;
}
.pagenation a {
  color: #333333;
}
.pagenation .current {
  background: #f78b0d;
  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 #f78b0d;
  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 #f78b0d transparent transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

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

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

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

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

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

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

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

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

/* =========================================
  header  PC
========================================= */
/*	headline  PC
------------------------------------ */
.headline {
  padding: 18px 33px 18px 21px;
}

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

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

/*	mv  PC
------------------------------------ */
.mv {
  width: 100%;
  height: 0;
  padding-top: 43.75%;
  background: url(../img/top/mv.jpg) no-repeat center/cover;
  position: relative;
}
.mv-catch {
  width: 46.4%;
  position: absolute;
  left: 2.8%;
  bottom: 14%;
}

/* =========================================
  footer  PC
========================================= */
#footer .foo-inner {
  padding: 50px 0 34px;
}
@media screen and (min-width: 768px) and (max-width: 1546px) {
  #footer .foo-inner {
    padding-bottom: 150px;
  }
}
#footer .foo-flx {
  margin: 35px auto 0;
}
#footer .foo-tel {
  max-width: 274px;
}
#footer .foo-info {
  margin-left: 37px;
}
#footer .foo-info-mt {
  margin-top: 24px;
}
#footer .foo-info-dl div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#footer .foo-info-dl dt, #footer .foo-info-dl dd {
  font-family: "NotoSansCJKjp-Regular", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0;
  color: #333333;
  line-height: 1.6;
}
#footer .foo-info-dl dt {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
#footer .foo-sns-link:nth-of-type(n+2) {
  margin-left: 20px;
}
#footer .foo-btn {
  width: 210px;
  height: 50px;
  margin-top: 25px;
  background: #d32b2e;
  line-height: 50px;
}
#footer .foo-btn::before {
  background-image: url(../img/top/f-arw.png);
}

.fnav {
  margin: 35px auto 0;
  padding-top: 28px;
  border-top: 1px solid #d9d9d9;
  line-height: 1;
}
.fnav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .fnav-list-item:nth-of-type(n+2) {
    margin-left: 33px;
  }
}
.fnav-list-link {
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0;
  color: #888888;
}
.fnav-list-link-current {
  color: #f78b0d;
}

.copy {
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(252, 201, 45)), to(rgb(247, 139, 13)));
  background-image: -webkit-linear-gradient(left, rgb(252, 201, 45) 0%, rgb(247, 139, 13) 100%);
  background-image: linear-gradient(90deg, rgb(252, 201, 45) 0%, rgb(247, 139, 13) 100%);
  padding: 21px 0 22px;
  text-align: center;
  line-height: 1;
}
.copy-txt, .copy-link {
  color: #fff;
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  letter-spacing: 0;
  font-size: 1.2rem;
}

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

  sub layout  PC

========================================= */
/*	sub mv  PC
------------------------------------ */
.sv {
  width: 100%;
  height: 0;
  padding-top: 360px;
  position: relative;
}
.sv-guide {
  background: url(../img/sub/guide.jpg) no-repeat center/cover;
}
.sv-achievements {
  background: url(../img/sub/achievements.jpg) no-repeat center/cover;
}
.sv-profile {
  background: url(../img/sub/profile.jpg) no-repeat center/cover;
}
.sv-company {
  background: url(../img/sub/company.jpg) no-repeat center/cover;
}
.sv-news {
  background: url(../img/sub/news.jpg) no-repeat center/cover;
}
.sv-contact {
  background: url(../img/sub/contact.jpg) no-repeat center/cover;
}
.sv-complete {
  background: url(../img/sub/complete.jpg) no-repeat center/cover;
}
.sv-privacy {
  background: url(../img/sub/privacy.jpg) no-repeat center/cover;
}
.sv-site {
  background: url(../img/sub/site.jpg) no-repeat center/cover;
}
.sv-e404 {
  background: url(../img/sub/e404.jpg) no-repeat center/cover;
}
.sv-catch {
  margin: auto;
  text-align: center;
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
}
.sv-catch-en {
  display: block;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 8rem;
  letter-spacing: 0;
  color: #fff;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .sv-catch-en {
    font-size: 5.3333333333rem;
  }
}
.sv-catch-ja {
  display: inline-block;
  margin: 23px auto 0;
  padding: 11px 30px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(252, 201, 45)), to(rgb(247, 139, 13)));
  background-image: -webkit-linear-gradient(left, rgb(252, 201, 45) 0%, rgb(247, 139, 13) 100%);
  background-image: linear-gradient(90deg, rgb(252, 201, 45) 0%, rgb(247, 139, 13) 100%);
  color: #fff;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.8rem;
  letter-spacing: 0.2em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sv-catch-ja {
    font-size: 1.8666666667rem;
  }
}

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

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

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

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

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

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

  sub layout  SP

========================================= */
@media screen and (max-width: 767px) {
  /* =========================================
    base  SP
  ========================================= */
  body {
    min-width: 350px;
  }
  body.active { /* スクロール禁止 */
    overflow: hidden;
  }
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: inherit !important;
  }
  /*	parts  SP
  ------------------------------------ */
  /*	com-btn  SP
  ------------------------------------ */
  /*	com-table  SP
  ------------------------------------ */
  /*	heading  SP
  ------------------------------------ */
  /*	sidebar  SP
  ------------------------------------ */
  /*	pagenation  SP
  ------------------------------------ */
  /* =========================================
  header  SP
  ========================================= */
  /*	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-table th {
    width: 110px;
  }
  .com-table th span {
    border-width: 2px;
    padding-left: 7px;
  }
  .com-ttl01-en {
    font-size: 3.6rem;
  }
  .com-ttl01-en::before, .com-ttl01-en::after {
    width: 24px;
    height: 38px;
  }
  .com-ttl01-en::before {
    left: -32px;
    top: -7px;
  }
  .com-ttl01-en::after {
    right: -42px;
  }
  .com-ttl01-ja {
    font-size: 1.7rem;
    letter-spacing: 0.05em;
  }
  .com-ttl02 {
    padding-left: 7px;
  }
  #sidebar {
    max-width: 180px;
  }
  .sidebar-pagetop {
    margin-top: 7px;
    margin-right: 24px;
  }
  .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 {
    padding: 20px 15px;
  }
  .logo {
    width: 140px;
  }
  .mv {
    padding-top: 70%;
  }
  .mv-catch {
    width: 88%;
    bottom: 10%;
  }
  .sp-menu-btn-wrp {
    background: #f78b0d;
  }
  .sp-menu-btn-wrp .sp-menu-btn {
    width: 50px;
    height: 50px;
  }
  .sp-menu-btn-wrp .sp-menu-btn span {
    width: 30px;
    height: 2px;
    background: #fff;
  }
  .sp-menu-btn-wrp .sp-menu-btn .bottom {
    top: 34px;
  }
  #drawer-nav.active {
    z-index: 1001;
  }
  .sp-menu-btn.active .top {
    -webkit-transform: translateY(10px) translateX(0px) rotate(45deg);
            transform: translateY(10px) translateX(0px) rotate(45deg);
  }
  .sp-menu-btn.active .bottom {
    -webkit-transform: translateY(-10px) translateX(1px) rotate(-45deg);
            transform: translateY(-10px) translateX(1px) rotate(-45deg);
  }
  #drawer-nav {
    padding: 25px 15px 30px;
    background: #fff;
  }
  #drawer-nav .drawer-logo {
    width: 160px;
    max-width: none;
    margin-bottom: 0;
  }
  #drawer-nav .drawer-logo-wrap {
    margin-bottom: 6%;
  }
  #drawer-nav #nav {
    padding: 0;
  }
  #drawer-nav #nav .drawer-item:last-of-type a {
    border-bottom: none;
  }
  #drawer-nav #nav .drawer-link {
    display: block;
    padding: 5% 0 5%;
    font-family: "ZenKakuGothicNew-Medium", sans-serif;
    border-color: rgba(247, 139, 13, 0.5);
    color: #333333;
    font-size: clamp(16px, 5vw, 40px);
    line-height: 1.22;
    letter-spacing: 0.14em;
  }
  #drawer-nav #nav .drawer-link-current {
    color: #f78b0d;
  }
  .drawer-info {
    margin: 25px auto 0;
  }
  .ggmap {
    padding-top: 250px;
  }
  #footer .foo-inner {
    padding: 50px 15px 90px;
  }
  #footer .foo-logo {
    width: 150px;
  }
  #footer .foo-flx {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #footer .foo-flx-l {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #footer .foo-flx-r {
    margin: 30px auto 0;
  }
  #footer .foo-info {
    margin: 30px auto 0;
  }
  #footer .foo-sns {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .fnav {
    border: none;
    padding: 0;
  }
  .fnav-list {
    border: 1px solid #d9d9d9;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .fnav-list-item {
    width: 50%;
    text-align: center;
  }
  .fnav-list-item:nth-of-type(1) {
    width: 100%;
  }
  .fnav-list-item:nth-of-type(n+2) {
    border-top: 1px solid #d9d9d9;
  }
  .fnav-list-item:nth-of-type(2n+3) {
    border-left: 1px solid #d9d9d9;
  }
  .fnav-list-link {
    display: block;
    padding: 15px 0;
  }
  .copy {
    margin-top: 20px;
    text-align: center;
  }
  .copy-txt {
    display: block;
  }
  .sv {
    padding-top: 50%;
  }
  .sv-catch {
    top: 29%;
  }
  .sv-catch-en {
    font-size: 3rem;
  }
  .sv-catch-ja {
    margin: 11px auto 0;
    padding: 6px 14px;
    letter-spacing: 0.1em;
  }
}
/*	------- */
/* =========================================
  breakpoint
========================================= */