@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@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;
}
@font-face {
  font-family: "rounded-mplus-1c-heavy";
  src: url("../fonts/rounded-mplus-1c-heavy.ttf");
  font-display: swap;
}
@font-face {
  font-family: "rounded-mplus-1c-Black";
  src: url("../fonts/rounded-mplus-1c-black.ttf");
  font-display: swap;
}
@font-face {
  font-family: "RobotoCondensed-Bold";
  src: url("../fonts/RobotoCondensed-Bold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Murecho-Regular";
  src: url("../fonts/Murecho-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Murecho-Medium";
  src: url("../fonts/Murecho-Medium.ttf");
  font-display: swap;
}
/*	layout
------------------------------------ */
/*	font-size  cmn
------------------------------------ */
/* =========================================
  base  PC
========================================= */
body { /* fontはcmn-txtに合わせる */
  width: 100%;
  min-width: 1100px;
  margin: auto;
  color: #222222;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.08em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.5rem;
  }
}

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

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

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

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

.com-inner,
.bread-inner {
  width: 100%;
  max-width: 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(255, 222, 0, 0.1);
}
.contact-form-table tr:nth-of-type(n+2) th {
  border-top: 1px solid white;
}
@media screen and (min-width: 768px) {
  .contact-form-table tr:nth-of-type(n+2) td {
    border-top: 1px solid rgba(255, 222, 0, 0.1);
  }
}
.contact-form-table th, .contact-form-table td {
  padding: 15px 18px;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.6rem;
  color: #000;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .contact-form-table th, .contact-form-table td {
    font-size: 1.5rem;
  }
}
.contact-form-table th {
  width: 330px;
  background: rgba(255, 145, 15, 0.7);
  color: #fff;
}
.contact-form-table a {
  color: #222222;
  text-decoration: underline;
}
.contact-form-table textarea {
  resize: none;
}
.contact-form-table select, .contact-form-table textarea, .contact-form-table input[type=tel], .contact-form-table input[type=text], .contact-form-table input[type=email], .contact-form-table input[type=url] {
  background: #f0f0f0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.contact-form-table .required-mark {
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  height: 30px;
  line-height: 25px;
}
@media screen and (max-width: 767px) {
  .contact-form-table {
    margin-top: 30px !important;
  }
  .contact-form-table th, .contact-form-table td {
    padding: 9px 15px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .contact-form-table label[for=agree] {
    margin: auto;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.contact-form-table .date-list {
  padding-left: 0;
}

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

.privacy-wrap {
  display: flex;
  max-width: 334px;
  margin: auto;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.privacy-wrap .error-text {
  font-size: 14px;
  font-size: 1.4rem;
}
.privacy-wrap a {
  color: #222222;
  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 #222222;
  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 #222222;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #222222;
  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: #222222;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.08em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .com-txt,
  #privacy .txt-box {
    font-size: 1.5rem;
  }
}

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

/*	com-btn  PC
------------------------------------ */
.com-btn {
  display: block;
  height: 50px;
  background: url(../img/top/info-arw.png) no-repeat calc(100% - 18px) center #ff910f;
  text-align: center;
  border-radius: 10px;
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 50px;
}
@media screen and (max-width: 768px) {
  .com-btn {
    font-size: 1.5rem;
  }
}

#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: 50px;
  background: url(../img/top/info-arw.png) no-repeat calc(100% - 18px) center #ff910f;
  text-align: center;
  border-radius: 10px;
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 50px;
}
@media screen and (max-width: 768px) {
  #contact .contact-submits-btn {
    font-size: 1.5rem;
  }
}
#contact .contact-submits-btn.mt30 {
  margin-top: 30px !important;
}

/*	com-table  PC
------------------------------------ */
.com-table {
  width: 100%;
  margin: auto;
}
.com-table tr:nth-of-type(n+2) {
  border-top: 2px dotted #ffde00;
}
.com-table th, .com-table td {
  padding: 20px 0;
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .com-table th, .com-table td {
    font-size: 1.5rem;
  }
}
.com-table th {
  width: 120px;
  color: #ffde00;
  font-family: "NotoSansCJKjp-Bold", sans-serif;
}
.com-table td {
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  white-space: pre-line;
}
.com-table-note {
  display: block;
  line-height: 1.1;
}
.com-table-note img {
  vertical-align: middle;
}

/*	heading  PC
------------------------------------ */
.com-ttl01 {
  text-align: center;
  line-height: 1;
}
.com-ttl01-ja {
  font-family: "rounded-mplus-1c-heavy", sans-serif;
  font-size: 4.5rem;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .com-ttl01-ja {
    font-size: 2.25rem;
  }
}
.com-ttl01-en {
  display: inline-block;
  margin: 25px auto 0;
  padding: 0 30px;
  font-family: "rounded-mplus-1c-heavy", sans-serif;
  font-size: 2.5rem;
  letter-spacing: 0.03em;
  color: #ff910f;
  position: relative;
}
@media screen and (max-width: 768px) {
  .com-ttl01-en {
    font-size: 1.5rem;
  }
}
.com-ttl01-en::before, .com-ttl01-en::after {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #ffde00;
  position: absolute;
  top: 5px;
}
.com-ttl01-en::before {
  left: 0;
}
.com-ttl01-en::after {
  right: 0;
}
.com-ttl01 .ac {
  color: #ff910f;
}
.com-ttl02 {
  padding: 5px 40px;
  border-radius: 10px;
  background: url(../img/ptn/bg03.png);
  font-family: "rounded-mplus-1c-heavy", sans-serif;
  font-size: 3.2rem;
  letter-spacing: 0.03em;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  .com-ttl02 {
    font-size: 1.6rem;
  }
}
.com-ttl03 {
  padding: 0 0 15px 27px;
  border-bottom: 5px dotted #ffde00;
  font-family: "rounded-mplus-1c-heavy", sans-serif;
  font-size: 2.8rem;
  letter-spacing: 0.03em;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .com-ttl03 {
    font-size: 1.5rem;
  }
}
.com-ttl03::before {
  content: "";
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #ff910f;
  position: absolute;
  left: 0;
  top: 7px;
}
.com-ttl04 {
  padding: 5px 20px;
  border-radius: 10px;
  background: url(../img/ptn/bg04.png);
  font-family: "rounded-mplus-1c-heavy", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .com-ttl04 {
    font-size: 1.5rem;
  }
}

/*	sidebar  PC
------------------------------------ */
@keyframes sway {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px); /* 上方向に10px移動 */
  }
  100% {
    transform: translateY(0);
  }
}
.sidebar {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 100;
}
.sidebar-link {
  width: 70px;
  height: 70px;
  background: url(../img/top/sidebar.png) no-repeat center/cover;
  text-align: center;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.5);
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.12em;
  color: #fff;
  line-height: 70px;
}
@media screen and (max-width: 768px) {
  .sidebar-link {
    font-size: 1.5rem;
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*	breadcrumb  PC
------------------------------------ */
.breadcrumb {
  display: flex;
  margin: 10px auto 0;
  align-items: center;
  position: relative;
  z-index: 100;
}
.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: #222222;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .breadcrumb li, .breadcrumb a {
    font-size: 1.5rem;
  }
}
.breadcrumb li::after {
  content: ">";
  display: inline-block;
  padding: 0 7px;
  color: #222222;
}
.breadcrumb a {
  color: #ff910f;
}

/*	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 #ffde00;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #222222;
  line-height: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .pagenation li {
    font-size: 1.5rem;
  }
}
.pagenation li:nth-of-type(n+2) {
  margin-left: 10px;
}
.pagenation a, .pagenation span {
  display: block;
}
.pagenation a {
  color: #00140f;
}
.pagenation .current {
  background: #ffde00;
  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 #ffde00;
  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 #ffde00 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;
  border-radius: 10px;
  background: #ff910f;
  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.5rem;
  }
}

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

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

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

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

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

/* =========================================
  header  PC
========================================= */
/*	headline  PC
------------------------------------ */
.headline {
  padding: 18px 50px 13px;
  background: #fff;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1268px) {
  .headline {
    padding: 18px 15px 13px;
  }
}
.headline-info-btn {
  max-width: 192px;
  margin-left: 23px;
}
.headline-info-sns {
  margin-left: 17px;
}

.logo {
  display: inline-block;
  transition: all 0.3s ease;
}
.logo:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1268px) {
  .logo {
    width: 157px;
  }
}
.logo a, .logo img {
  display: block;
}
.logo img {
  width: 100%;
}

/*	gnav  PC
------------------------------------ */
.gnav {
  margin-top: 23px;
}
.gnav-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  line-height: 1;
}
.gnav-list-item:nth-of-type(n+2) {
  margin-left: 52px;
  position: relative;
}
.gnav-list-item:nth-of-type(n+2)::before {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #ffde00;
  position: absolute;
  left: -33px;
  top: 55%;
  transform: translateY(-50%);
  content: "";
}
.gnav-list-link {
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .gnav-list-link {
    font-size: 1.5rem;
  }
}
.gnav-list-link.current {
  color: #ff910f;
}

/*	mv  PC
------------------------------------ */
.mv {
  position: relative;
}
.mv-catch {
  width: 48%;
  margin: auto;
  position: absolute;
  top: 23.3%;
  left: 0;
  right: 0;
  z-index: 100;
}
.mv li img {
  width: 100%;
}

/* =========================================
  footer  PC
========================================= */
#footer .foo-bg {
  background: url(../img/top/f-bg.png) no-repeat center/cover;
}
#footer .foo-inner {
  padding: 70px 0 25px;
}
@media screen and (min-width: 768px) {
  #footer .foo-info {
    width: 470px;
  }
}
#footer .com-tel dt {
  background-color: #fff;
}

.fnav {
  margin: 48px auto 0;
  padding: 30px 0;
  border-top: 5px dotted #ff910f;
  border-bottom: 5px dotted #ff910f;
  line-height: 1;
}
.fnav-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fnav-list:nth-of-type(n+2) {
  margin: 25px auto 0;
}
@media screen and (min-width: 768px) {
  .fnav-list li:nth-of-type(n+2) {
    margin-left: 32px;
  }
}
.fnav-list-link {
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .fnav-list-link {
    font-size: 1.5rem;
  }
}
.fnav-list-link.current {
  color: #ff910f;
}

.copy {
  margin-top: 25px;
  text-align: center;
}
.copy-txt, .copy-link {
  color: #222222;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  .copy-txt, .copy-link {
    font-size: 1.5rem;
  }
}

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

  sub layout  PC

========================================= */
/*	sub mv  PC
------------------------------------ */
.sv-inner {
  padding: 200px 0;
}
.sv-catch {
  display: inline-block;
  height: 100px;
  padding: 0 60px;
  border-radius: 10px;
  background: url(../img/ptn/bg01.png);
  text-align: center;
  font-family: "rounded-mplus-1c-heavy", sans-serif;
  font-size: 4.5rem;
  letter-spacing: 0.1em;
  line-height: 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sv-catch {
    font-size: 2.25rem;
  }
}
.sv-catch::before, .sv-catch::after {
  content: "";
  width: 7px;
  height: 70%;
  margin: auto;
  border-left: 7px dotted #ff910f;
  position: absolute;
  top: 0;
  bottom: 0;
}
.sv-catch::before {
  left: 20px;
}
.sv-catch::after {
  right: 20px;
}
.sv-service {
  background: url(../img/sub/service.jpg) no-repeat center/cover;
}
.sv-price {
  background: url(../img/sub/price.jpg) no-repeat center/cover;
}
.sv-voice {
  background: url(../img/sub/voice.jpg) no-repeat center/cover;
}
.sv-reason {
  background: url(../img/sub/reason.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-notfound {
  background: url(../img/sub/notfound.jpg) no-repeat center/cover;
}

/*	news  PCSP
------------------------------------ */
#news .com-news {
  margin: 60px auto 0;
}
#news .com-news-item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #news .com-news-item:nth-of-type(n+2) {
    margin-top: 50px;
  }
}
#news .com-news-link {
  display: flex;
  width: 100%;
  padding: 40px;
}
#news .com-news-img {
  width: 40%;
  height: 0;
  padding-top: 28%;
  position: relative;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  #news .com-news-img {
    width: 250px;
    padding-top: 200px;
  }
}
#news .com-news-img-none {
  display: none;
  filter: grayscale(100%);
}
#news .com-news-con {
  width: 100%;
  margin-left: 5.8%;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0;
  color: #222222;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #news .com-news-con {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  #news .com-news-con {
    margin-left: 2%;
  }
}
#news .com-news-con-none {
  margin-left: 0;
}
#news .com-news-flx {
  margin-top: 2%;
}
#news .com-news-ttl {
  padding: 0 10px;
  background-color: #ffde00;
  color: #fff;
  font-size: 2.2rem;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  letter-spacing: 0;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #news .com-news-ttl {
    font-size: 1.5rem;
  }
}
#news .com-news-txt {
  margin-top: 2%;
}
@media screen and (max-width: 767px) {
  #news .com-news {
    margin-top: 30px;
    flex-direction: column;
    align-items: center;
  }
  #news .com-news-item:nth-of-type(n+2) {
    margin: 30px auto 0;
  }
  #news .com-news-link {
    padding: 3%;
    align-items: flex-start;
  }
  #news .com-news-ttl {
    font-size: 3.3vw;
  }
  #news .com-news-txt-index {
    font-size: 3.4vw;
    line-height: 1.5;
  }
}
#news .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(34, 34, 34, 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.5rem;
  }
}
@media screen and (max-width: 767px) {
  #news .detail .com-news-tag-txt {
    font-size: 1.5rem;
  }
}
@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: 50px 0 120px;
  }
}
#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: #ff910f;
  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: 50px 0 120px;
  }
}
#site .site-box {
  max-width: 960px;
  margin: 0 auto 0;
  padding: 20px 50px;
}
@media screen and (max-width: 767px) {
  #site .site-box {
    padding: 5px 15px;
  }
}
#site .site-ul {
  width: 100%;
  max-width: 880px;
  margin: auto;
}
#site .site-li:nth-of-type(n+2) {
  border-top: 1px solid rgba(34, 34, 34, 0.2);
}
#site .site-link {
  display: block;
  padding: 15px 30px;
  color: #222222;
  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 #222222;
  border-right: 1px solid #222222;
  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-table th, .com-table td {
    display: block;
  }
  .com-table th {
    width: 100%;
    padding: 5px 5px 0;
  }
  .com-table td {
    padding: 0 5px 10px;
  }
  .com-table-note img {
    height: 13px;
  }
  .com-table02 {
    width: 500px;
  }
  .com-table02-wrap {
    overflow-x: scroll;
  }
  .com-table02 th, .com-table02 td {
    padding: 15px 10px;
  }
  .com-ttl01-ja {
    font-size: 2.4rem;
  }
  .com-ttl01-en {
    margin-top: 15px;
    padding: 0 20px;
    white-space: nowrap;
  }
  .com-ttl01-en::before, .com-ttl01-en::after {
    width: 10px;
    height: 10px;
    top: 3px;
  }
  .com-ttl02 {
    padding: 5px 20px;
    text-align: center;
    font-size: 1.8rem;
  }
  .com-ttl03 {
    padding-left: 20px;
    padding-bottom: 12px;
    border-width: 3px;
    font-size: 1.8rem;
  }
  .com-ttl03::before {
    width: 12px;
    height: 12px;
    top: 3px;
  }
  .com-ttl04 {
    font-size: 1.8rem;
  }
  .sidebar {
    right: 10px;
    bottom: 10px;
  }
  .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;
  }
  #header {
    padding-top: 70px;
  }
  .headline {
    height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
  }
  .headline-info-btn, .headline-info-sns {
    margin: 25px auto 0;
  }
  .logo, .drawer-logo, .foo-logo {
    width: 144px !important;
  }
  .mv li {
    width: 100%;
    height: 0;
    padding-top: 65%;
    position: relative;
  }
  .mv li img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
  .mv-catch {
    width: 90%;
    top: 16%;
  }
  .sp-menu-btn-wrp {
    top: 11px;
    background: #ff910f;
  }
  .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: url(../img/ptn/bg04.png);
  }
  #drawer-nav.active {
    z-index: 1000;
  }
  #drawer-nav .drawer-logo {
    max-width: none;
    margin-bottom: 0;
  }
  #drawer-nav .drawer-logo-wrap {
    margin-bottom: 15px;
    padding: 20px 15px 0;
    justify-content: center;
  }
  #drawer-nav .drawer-logo img {
    vertical-align: middle;
  }
  #drawer-nav .drawer-info {
    padding: 0 15px 0;
  }
  #drawer-nav #nav {
    padding: 0;
  }
  #drawer-nav #nav .drawer-item {
    padding: 0 15px;
  }
  #drawer-nav #nav .drawer-link {
    display: block;
    padding: 12px 12px 12px;
    font-family: "NotoSansCJKjp-Bold", sans-serif;
    color: #222222;
    text-align: left;
    border-color: rgba(34, 34, 34, 0.1);
    font-size: 1.7rem;
    line-height: 1.8;
    letter-spacing: 0.12em;
  }
  #drawer-nav #nav .drawer-link.current {
    color: #ff910f;
  }
  #drawer-nav .drawer-nav__link {
    display: block;
    padding: 12px 12px 12px;
    font-family: "NotoSansCJKjp-Medium", sans-serif;
    color: #fff;
    text-align: left;
    border-color: rgba(255, 222, 0, 0.1);
    font-size: 1.7rem;
    line-height: 1.8;
    letter-spacing: 0.06em;
  }
  #drawer-nav .drawer-nav__link.current {
    color: #ffde00;
  }
  #drawer-nav .drawer-dropdown__list {
    border-bottom: 1px solid rgba(255, 222, 0, 0.1);
  }
  #drawer-nav .drawer-dropdown__list li:nth-of-type(1) {
    display: none;
  }
  .drawer-info {
    margin: 30px auto 0;
    text-align: center;
  }
  .ggmap {
    padding-top: 250px;
  }
  #footer .foo-bg {
    background-size: auto auto;
    background-color: rgb(255, 233, 165);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, rgb(255, 230, 155) 5px, rgb(255, 230, 155) 10px);
  }
  #footer .foo-inner {
    padding: 50px 15px 80px;
  }
  #footer .foo-flx {
    display: block;
    text-align: center;
  }
  #footer .foo-logo {
    width: 200px !important;
  }
  #footer .foo-info {
    margin: 20px auto 0;
    flex-direction: column;
    align-items: center;
  }
  .fnav {
    display: block;
    margin-top: 30px;
    border-width: 3px;
  }
  .fnav-list {
    display: block;
  }
  .fnav-list li:nth-of-type(n+2) {
    margin-top: 25px;
  }
  .copy {
    margin-top: 25px;
    text-align: center;
  }
  .copy-txt, .copy-link {
    font-size: 1rem;
  }
  .sv-inner {
    padding: 125px 15px 5px !important;
  }
  .sv-catch {
    height: 50px;
    padding: 0 14px;
    line-height: 50px;
    font-size: 2.2rem;
  }
  .sv-catch::before, .sv-catch::after {
    width: 3px;
    border-width: 3px;
  }
  .sv-catch::before {
    left: 5px;
  }
  .sv-catch::after {
    right: 5px;
  }
  .sv-voice {
    background-position: 71% center;
  }
}
/*	------- */
/* =========================================
  breakpoint
========================================= *//*# sourceMappingURL=common.css.map */