@charset "UTF-8";
/*
Theme Name: 
Theme URI:
Description:
Author:
Author URI:
Version:
*/
/*-----------------------------------------------------------

	Reset Style

---------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  max-width: 100%;
}

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a:focus {
  outline: none;
}

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

button, input, select, textarea {
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
}

input, textarea {
  background-image: -webkit-linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0));
  -webkit-appearance: none;
  border-radius: 0; /* Removing the inner shadow, rounded corners on iOS inputs */
}

input[type=checkbox] {
  -webkit-appearance: checkbox;
}

input[type=radio] {
  -webkit-appearance: radio;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

img {
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

/*-----------------------------------------------------------

	Common

---------------------------------------------------------- */
/* style
-------------------------------------- */
body {
  font-size: 14px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  color: #444;
}

/* text */
strong.marker.yellow {
  background: linear-gradient(transparent 40%, #ff9 40%);
}

.text-center {
  text-align: center;
}

p {
  line-height: 1.8;
}

.red {
  color: #dc1a1a;
}

@media screen and (max-width: 600px) {
  .br-sp {
    display: block;
  }
}
/* Turnstileウィジェットを中央に寄せる */
.cf-turnstile {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* link */
a {
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: #bbbbbb;
}

a:active, a:focus {
  outline: 0;
}

/* image */
a img {
  transition: 0.1s linear;
}

a img:hover {
  opacity: 0.6;
}

img.max {
  max-width: 100%;
  height: auto;
}

/* font */
.gosic {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.serif {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.wf {
  font-family: "Sawarabi Mincho";
}

/* float */
.f-left {
  float: left;
}

.f-right {
  float: right;
}

/* text */
.taC {
  text-align: center;
}

/* btn */
.btn {
  box-sizing: border-box;
  display: block;
  width: 100%;
  margin: 0 auto 20px;
  padding: 20px 0;
  color: #fff;
  text-align: center;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .btn {
    width: 400px;
  }
}

.btn-orange {
  background-color: #FFB031;
  border-bottom: 4px solid #CC8D28;
}

/* clearfix */
.clearfix {
  width: 100%;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* margin */
.mb20 {
  margin-bottom: 20px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

/* border */
.bdrTop {
  border-top: 1px solid #d8d7d7;
}

.bdrBottom {
  border-bottom: 1px solid #b8b8b8;
}

/* display */
.pc-only {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .pc-only {
    display: block !important;
  }
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

.iframeWrap {
  position: relative;
}
.iframeWrap video {
  width: 100%;
  height: auto;
  background-color: #000;
}
.iframeWrap iframe {
  width: 100% !important;
}

/* pager */
.pager {
  text-align: center;
  margin: 20px 0 10px;
}

a.page-numbers,
.pager .current {
  display: inline-block;
  background: #eee;
  padding: 8px 14px;
  margin: 0 2px 15px;
  text-align: center;
  font-size: 14px;
}

.pager .current {
  background: #C8B799;
  color: rgb(255, 255, 255);
}

.pager a:hover {
  background-color: #C8B799;
  color: #FFF;
}

/*-----------------------------------------------------------

	header

---------------------------------------------------------- */
#header {
  position: relative;
  width: 100%;
  margin: 0 auto 40px;
  z-index: 10001;
  border-bottom: 1px solid #eee;
}
#header .logo {
  padding: 20px;
}
#header .logo img {
  width: 130px;
  height: auto;
}
#header .nav-toggle {
  position: absolute;
  z-index: 10002;
  right: 30px;
  top: 30px;
  width: 28px;
  height: 36px;
  cursor: pointer;
}
#header .nav-toggle div {
  position: relative;
}
#header .nav-toggle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #333;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#header .nav-toggle span:nth-child(1) {
  top: 0;
}
#header .nav-toggle span:nth-child(2) {
  top: 9px;
}
#header .nav-toggle span:nth-child(3) {
  top: 18px;
}
#header.open .nav-toggle span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg);
}
#header.open .nav-toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}
#header.open .nav-toggle span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  transform: rotate(-315deg);
}
#header .nav-sp {
  display: none;
}
#header .nav-sp ul {
  background-color: #2A3135;
  padding: 20px 0;
}
#header .nav-sp ul li {
  text-align: center;
}
#header .nav-sp ul li a {
  display: block;
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
  font-size: 18px;
}
#header .nav-sp ul li a span {
  font-size: 12px;
  display: block;
}

@media screen and (min-width: 768px) {
  #header {
    margin-bottom: 60px;
  }
  #header .inner {
    position: relative;
    width: 740px;
    margin: 0 auto;
  }
  #header .inner .globalnav {
    width: 600px;
    position: absolute;
    top: 58px;
    right: 0;
  }
  #header .inner .globalnav ul {
    text-align: right;
  }
  #header .inner .globalnav ul li {
    display: inline-block;
    margin-left: 20px;
  }
  #header .inner .globalnav ul li a {
    color: #333;
    font-size: 14px;
  }
  #header .inner .globalnav ul li a:hover {
    text-decoration: underline;
  }
  #header .inner .globalnav ul li.contact a {
    display: block;
    padding: 6px 16px 6px 15px;
    border-radius: 16px;
    background-color: #52B922;
    color: #fff;
  }
  #header .logo {
    padding: 40px 0 40px;
  }
  #header .logo img {
    width: 165px;
  }
}
/*-----------------------------------------------------------

	contents

---------------------------------------------------------- */
/* common
-------------------------------------- */
.section {
  width: 90%;
  margin: 0 auto 30px;
  padding: 0 0 30px;
}
@media screen and (min-width: 768px) {
  .section {
    width: 740px;
  }
}
.section .sec-title {
  margin-bottom: 30px;
  text-align: center;
  font-size: 20px;
  color: #2c2c2c;
}
.section .sec-title img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .section .sec-title {
    font-size: 32px;
  }
}

.common-news-area .news-list .news {
  width: 48%;
  height: 260px;
  float: left;
  margin-bottom: 30px;
}
.common-news-area .news-list .news:nth-of-type(even) {
  float: right;
}
.common-news-area .news-list .news .photo img {
  max-width: 100%;
  height: auto;
}
.common-news-area .news-list .news .date {
  margin: 5px 0;
}
.common-news-area .news-list .news .title {
  margin-bottom: 10px;
}
.common-news-area .news-list .news .ex {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .common-news-area .news-list .news {
    width: 216px;
    margin-left: 40px;
  }
  .common-news-area .news-list .news:first-of-type {
    margin-left: 0;
  }
  .common-news-area .news-list .news:nth-of-type(even) {
    float: left;
  }
}
.common-news-area .news .header .meta {
  padding: 15px 20px;
}
.common-news-area .news .header .title {
  color: #7c6954;
  margin-bottom: 30px;
  padding: 15px 20px;
  border-top: 1px solid #b8b7b7;
  border-bottom: 1px solid #b8b7b7;
}
.common-news-area .news .contents {
  padding: 0 20px;
}
.common-news-area .news .contents p {
  margin-bottom: 20px;
}
.common-news-area .news .contents img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .common-news-area .news .header .meta {
    padding: 20px 30px;
  }
  .common-news-area .news .header .title {
    padding: 20px 30px;
  }
  .common-news-area .news .contents {
    padding: 0 30px;
  }
}
.common-news-area .post-link {
  margin-top: 60px;
  text-align: center;
}
.common-news-area .post-link li {
  margin-bottom: 10px;
}
.common-news-area .post-link li a {
  color: #5e5d5d;
}
@media screen and (min-width: 768px) {
  .common-news-area .post-link li {
    display: inline-block;
    margin-right: 30px;
  }
  .common-news-area .post-link li:last-child {
    margin-right: 0;
  }
}

.article-pager {
  text-align: center;
}
.article-pager li {
  display: inline-block;
  vertical-align: top;
}
.article-pager .home {
  margin: 0 30px;
}
.article-pager .home a {
  display: block;
  text-align: center;
  padding: 6px 24px;
  border: 1px solid #a8a8a8;
}
@media screen and (min-width: 768px) {
  .article-pager .home {
    margin: 0 100px;
  }
}

/* パンくず */
#breadcrumb {
  width: 90%;
  margin: 0 auto;
}
#breadcrumb ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  #breadcrumb {
    width: 740px;
  }
}

/* ページャー */
.pagination {
  list-style-type: none;
  padding-left: 0;
  margin: 50px 0 30px;
}

.pagination,
.pagination li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.pagination a {
  font-weight: 300;
  padding-top: 1px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0;
  min-width: 36px;
  min-height: 36px;
  color: #333;
}

.pagination li:not([class*=current]) a:hover {
  background-color: #eee;
}

.pagination li:first-of-type a {
  border-left-width: 1px;
}

.pagination li.first span,
.pagination li.last span,
.pagination li.previous span,
.pagination li.next span {
  /* screen readers only */
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.pagination li.first a::before,
.pagination li.last a::after,
.pagination li.previous a::before,
.pagination li.next a::after {
  display: inline-block;
  font-family: Fontawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.pagination li.first a::before {
  content: "\f100";
}

.pagination li.last a::after {
  content: "\f101";
}

.pagination li.previous a::before {
  content: "\f104";
}

.pagination li.next a::after {
  content: "\f105";
}

.pagination li.current a {
  background-color: #ddd;
  cursor: default;
  pointer-events: none;
}

.pagination > li:first-child > a {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

@media only screen and (max-width: 680px) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .pagination li.previous a {
    border-left-width: 1px;
  }
}
@media only screen and (max-width: 500px) {
  .pagination li {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .pagination li.current,
  .pagination li.first,
  .pagination li.last,
  .pagination li.previous,
  .pagination li.next {
    position: initial;
    top: initial;
    left: initial;
  }
  .pagination li.previous a {
    border-left-width: 0;
  }
}
@media only screen and (max-width: 400px) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .pagination li.previous a {
    border-left-width: 1px;
  }
}
@media only screen and (max-width: 240px) { /* For watches? */
  .pagination li {
    width: 50%;
  }
  .pagination li.current {
    order: 2;
    width: 100%;
    border-left-width: 1px;
  }
}
/* top
-------------------------------------- */
.page-top .catch-area .image {
  margin-bottom: 40px;
  text-align: center;
}
.page-top .catch-area .catch {
  margin-bottom: 20px;
  text-align: center;
}
.page-top .catch-area .catch p {
  font-size: 32px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .page-top .catch-area .catch p {
    font-size: 48px;
  }
}
.page-top .catch-area .message {
  text-align: center;
}
.page-top .catch-area .message p {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .page-top .catch-area .about {
    width: 296px;
    float: left;
    font-size: 18px;
    margin-left: 35px;
  }
  .page-top .catch-area .about:first-of-type {
    margin-left: 20px;
  }
}
.page-top .neta-area .neta-list .neta {
  width: 48%;
  float: left;
  margin-bottom: 30px;
}
.page-top .neta-area .neta-list .neta:nth-of-type(even) {
  float: right;
}
.page-top .neta-area .neta-list .neta .photo img {
  max-width: 100%;
  height: auto;
}
.page-top .neta-area .neta-list .neta .date {
  margin: 5px 0;
}
.page-top .neta-area .neta-list .neta .title {
  margin-bottom: 10px;
}
.page-top .neta-area .neta-list .neta .ex {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .page-top .neta-area .neta-list .neta {
    width: 216px;
    margin-left: 40px;
  }
  .page-top .neta-area .neta-list .neta:first-of-type {
    margin-left: 0;
  }
  .page-top .neta-area .neta-list .neta:nth-of-type(even) {
    float: left;
  }
}
.page-top .movie-area .movie-list .movie {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .page-top .movie-area .movie-list .movie {
    width: 315px;
    float: left;
    margin-right: 20px;
  }
  .page-top .movie-area .movie-list .movie:last-of-type {
    margin-right: 0;
  }
}

/* page
-------------------------------------- */
.page .page-header {
  margin-bottom: 40px;
  text-align: center;
}
.page .page-header h1 {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .page .page-header {
    margin-bottom: 60px;
  }
  .page .page-header h1 {
    font-size: 24px;
  }
}

.page-about-order .section h2 {
  margin-bottom: 30px;
  font-size: 16px;
  padding: 14px 0;
  border-bottom: 4px solid #eee;
}
.page-about-order .section h3 {
  margin-bottom: 20px;
  font-size: 16px;
}
.page-about-order .section p {
  margin: 20px 0;
}
.page-about-order .section p .strongYellow {
  background-color: #FFFF00;
  color: #D00305;
  padding: 2px 0;
}
.page-about-order .section .bikou {
  box-sizing: border-box;
  border: 1px solid #E9D477;
  padding: 14px;
  border-radius: 4px;
  background-color: #FFF6D5;
}
.page-about-order .section .bikou p {
  margin: 0;
  color: #956432;
}
.page-about-order .section .bikou p a {
  color: #956432;
  text-decoration: underline;
}
.page-about-order .sec-about .about-inn {
  box-sizing: border-box;
  margin-bottom: 40px;
}

.page-works .sec-works .list-works {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-works .sec-works .list-works li {
  width: 48%;
  box-sizing: border-box;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.page-works .sec-works .list-works li .photo img {
  max-width: 100%;
  height: auto;
}
.page-works .sec-works .list-works li .detail {
  padding: 14px 0;
  text-align: center;
}
.page-works .sec-works .list-works li .detail h2 {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .page-works .sec-works .list-works li {
    width: 32%;
    margin-bottom: 40px;
  }
  .page-works .sec-works .list-works li .detail h2 {
    font-size: 14px;
  }
}
.page-works .sec-works .works .sitephoto img {
  max-width: 100%;
  height: auto;
}
.page-works .sec-works .works .sitedata {
  box-sizing: border-box;
  margin-bottom: 40px;
  padding: 20px;
  background-color: #f7f7f7;
}
.page-works .sec-works .works .sitedata .sitename {
  margin-bottom: 20px;
  font-weight: bold;
}
.page-works .sec-works .works .sitedata .siteex {
  margin-bottom: 20px;
  font-size: 12px;
}
.page-works .sec-works .works .sitedata .siteurl a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .page-works .sec-works .works .sitephoto {
    width: 470px;
    float: left;
  }
  .page-works .sec-works .works .sitedata {
    width: 240px;
    float: right;
  }
  .page-works .sec-works .works .sitedata .sitename {
    font-size: 16px;
  }
  .page-works .sec-works .works .sitedata .siteex {
    font-size: 14px;
  }
}

.page-client .page-header {
  display: none;
}
.page-client .sec-client {
  width: 1200px;
  margin: 0 auto;
  color: #0f172a;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
}
.page-client .sec-client .page-hero {
  margin: 32px 0 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e5e7eb;
}
.page-client .sec-client .page-hero h1 {
  margin: 0 0 6px;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #0f172a;
  line-height: 1.2;
}
.page-client .sec-client .page-hero .hero-subtitle {
  margin: 0;
  font-size: 13px;
  color: #64748b;
}
.page-client .sec-client .stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 28px;
}
.page-client .sec-client .stats-grid .stat-card {
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 16px 18px;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.page-client .sec-client .stats-grid .stat-card:hover {
  border-color: #cbd5e1;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.08);
}
.page-client .sec-client .stats-grid .stat-card.stat-card-primary {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  border-color: #0f172a;
}
.page-client .sec-client .stats-grid .stat-card.stat-card-primary .stat-label {
  color: #94a3b8;
}
.page-client .sec-client .stats-grid .stat-card.stat-card-primary .stat-value {
  color: #fff;
}
.page-client .sec-client .stats-grid .stat-card.stat-card-primary .unit {
  color: #cbd5e1;
}
.page-client .sec-client .stats-grid .stat-label {
  font-size: 11px;
  font-weight: 500;
  color: #64748b;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.page-client .sec-client .stats-grid .stat-value {
  font-size: 28px;
  font-weight: 600;
  color: #0f172a;
  line-height: 1.1;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.02em;
}
.page-client .sec-client .stats-grid .stat-value .unit {
  font-size: 13px;
  font-weight: 500;
  color: #64748b;
  margin-left: 3px;
  letter-spacing: 0;
}
.page-client .sec-client .stats-grid .stat-value-group {
  display: flex;
  align-items: baseline;
  gap: 16px;
  flex-wrap: wrap;
}
.page-client .sec-client .stats-grid .stat-value-group .stat-payment {
  font-size: 18px;
  font-weight: 500;
  color: #cbd5e1;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.01em;
  line-height: 1.2;
}
.page-client .sec-client .stats-grid .stat-value-group .stat-payment::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 18px;
  background-color: rgba(255, 255, 255, 0.18);
  margin-right: 14px;
  vertical-align: -3px;
}
.page-client .sec-client .toolbar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 16px;
}
.page-client .sec-client .toolbar .filter-group {
  display: flex;
  align-items: center;
  gap: 8px;
}
.page-client .sec-client .toolbar .filter-group label {
  font-size: 12px;
  font-weight: 500;
  color: #475569;
}
.page-client .sec-client .toolbar .filter-group .select-wrap {
  position: relative;
}
.page-client .sec-client .toolbar .filter-group .select-wrap::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-right: 1.5px solid #64748b;
  border-bottom: 1.5px solid #64748b;
  transform: translateY(-70%) rotate(45deg);
  pointer-events: none;
}
.page-client .sec-client .toolbar .filter-group .select-wrap select {
  appearance: none;
  -webkit-appearance: none;
  padding: 7px 32px 7px 12px;
  font-size: 12px;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  color: #0f172a;
  cursor: pointer;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.page-client .sec-client .toolbar .filter-group .select-wrap select:hover {
  border-color: #cbd5e1;
}
.page-client .sec-client .toolbar .filter-group .select-wrap select:focus {
  outline: none;
  border-color: #0f172a;
  box-shadow: 0 0 0 3px rgba(15, 23, 42, 0.08);
}
.page-client .sec-client .client-modern .modern-section {
  margin-bottom: 36px;
}
.page-client .sec-client .client-modern .modern-section.modern-section-muted .modern-card {
  background-color: #fafafa;
}
.page-client .sec-client .client-modern .modern-section.modern-section-muted tbody tr td {
  color: #94a3b8;
}
.page-client .sec-client .client-modern .modern-section.modern-section-muted .cell-customer .name {
  color: #475569;
}
.page-client .sec-client .client-modern .modern-section-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.page-client .sec-client .client-modern .modern-section-head h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: #0f172a;
  letter-spacing: -0.01em;
}
.page-client .sec-client .client-modern .modern-section-head .count-badge {
  display: inline-flex;
  align-items: center;
  height: 22px;
  padding: 0 9px;
  border-radius: 999px;
  background-color: #f1f5f9;
  color: #475569;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
}
.page-client .sec-client .client-modern .modern-section-head .count-badge.count-badge-active {
  background-color: #dcfce7;
  color: #166534;
}
.page-client .sec-client .client-modern .modern-card {
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}
.page-client .sec-client .client-modern table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
.page-client .sec-client .client-modern table thead tr {
  background-color: #fafbfc;
  border-bottom: 1px solid #e5e7eb;
}
.page-client .sec-client .client-modern table thead th {
  padding: 11px 16px;
  text-align: left;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #64748b;
  white-space: nowrap;
}
.page-client .sec-client .client-modern table thead th.col-status {
  width: 90px;
}
.page-client .sec-client .client-modern table thead th.col-customer {
  width: 280px;
}
.page-client .sec-client .client-modern table thead th.col-date {
  width: 80px;
}
.page-client .sec-client .client-modern table thead th.col-payment {
  width: 90px;
}
.page-client .sec-client .client-modern table thead th.col-actions {
  width: 80px;
}
.page-client .sec-client .client-modern table tbody tr {
  border-bottom: 1px solid #f1f5f9;
  transition: background-color 0.12s ease;
}
.page-client .sec-client .client-modern table tbody tr:last-child {
  border-bottom: none;
}
.page-client .sec-client .client-modern table tbody tr:hover {
  background-color: #fafbfc;
}
.page-client .sec-client .client-modern table tbody tr.empty-row td {
  padding: 24px 16px;
  text-align: center;
  color: #94a3b8;
  font-size: 12px;
}
.page-client .sec-client .client-modern table tbody tr.empty-row:hover {
  background-color: transparent;
}
.page-client .sec-client .client-modern table tbody td {
  padding: 14px 16px;
  vertical-align: middle;
  color: #1f2937;
}
.page-client .sec-client .client-modern table tbody td:nth-child(4) {
  color: #64748b;
}
.page-client .sec-client .client-modern table tbody td.cell-muted {
  color: #64748b;
  font-size: 12px;
}
.page-client .sec-client .client-modern table tbody td.cell-payment {
  font-variant-numeric: tabular-nums;
  font-weight: 500;
  color: #64748b;
}
.page-client .sec-client .client-modern .status-pill {
  display: inline-flex;
  align-items: center;
  height: 22px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  border: 1px solid transparent;
  white-space: nowrap;
}
.page-client .sec-client .client-modern .status-pill.status-seisaku {
  background-color: #fef2f2;
  color: #b91c1c;
  border-color: #fecaca;
}
.page-client .sec-client .client-modern .status-pill.status-horyu {
  background-color: #fffbeb;
  color: #b45309;
  border-color: #fde68a;
}
.page-client .sec-client .client-modern .status-pill.status-keiyakucyu {
  background-color: #f0fdf4;
  color: #15803d;
  border-color: #bbf7d0;
}
.page-client .sec-client .client-modern .status-pill.status-hihosyu {
  background-color: #f8fafc;
  color: #475569;
  border-color: #e2e8f0;
}
.page-client .sec-client .client-modern .status-pill.status-kaiyaku {
  background-color: #fafafa;
  color: #71717a;
  border-color: #e4e4e7;
}
.page-client .sec-client .client-modern .cell-customer .name {
  display: block;
  font-weight: 600;
  font-size: 13px;
  color: #0f172a;
  margin-bottom: 3px;
  line-height: 1.4;
}
.page-client .sec-client .client-modern .cell-customer .url {
  display: inline-block;
  font-size: 11px;
  color: #64748b;
  font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace;
  text-decoration: none;
  word-break: break-all;
}
.page-client .sec-client .client-modern .cell-customer .url:hover {
  color: #0f172a;
  text-decoration: underline;
}
.page-client .sec-client .client-modern .server-tag {
  display: inline;
  color: #64748b;
  font-size: 12px;
  white-space: nowrap;
}
.page-client .sec-client .client-modern .server-tag + .server-tag::before {
  content: " / ";
  color: #cbd5e1;
}
.page-client .sec-client .client-modern .actions {
  display: flex;
  align-items: center;
  gap: 4px;
}
.page-client .sec-client .client-modern .actions .icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 6px;
  color: #64748b;
  text-decoration: none;
  transition: background-color 0.12s ease, color 0.12s ease;
}
.page-client .sec-client .client-modern .actions .icon-btn:hover {
  background-color: #f1f5f9;
  color: #0f172a;
}
.page-client .sec-client .client-modern .actions .icon-btn .dashicons {
  font-size: 16px;
  width: 16px;
  height: 16px;
}

.page-company .sec-company table th {
  padding: 10px;
  text-align: left;
  border-bottom: 1px dashed #eee;
}
.page-company .sec-company table td {
  padding: 10px;
  border-bottom: 1px dashed #eee;
}

.page-contact .sec-contact p {
  text-align: center;
}

.area-contactform .contact-form {
  margin: 40px 0 0;
}
.area-contactform .contact-form caption {
  margin-bottom: 14px;
  text-align: left;
  font-weight: bold;
  font-size: 16px;
}
.area-contactform .contact-form th {
  display: block;
  text-align: left;
  padding-bottom: 5px;
  font-weight: normal;
}
.area-contactform .contact-form th .hissu {
  display: inline-block;
  position: relative;
  top: -1px;
  margin-right: 4px;
  font-weight: normal;
  padding: 1px 6px;
  border-radius: 2px;
  color: #fff;
  font-size: 11px;
  background-color: #D40000;
}
.area-contactform .contact-form th .ninni {
  display: inline-block;
  position: relative;
  top: -1px;
  margin-right: 4px;
  font-weight: normal;
  padding: 1px 6px;
  border-radius: 2px;
  color: #666;
  font-size: 11px;
  background-color: #ddd;
}
.area-contactform .contact-form th .bikou {
  display: block;
  font-size: 12px;
  color: #666;
}
.area-contactform .contact-form td {
  display: block;
  margin-bottom: 15px;
}
.area-contactform .contact-form td .text-form {
  background-color: #f4f4f4;
  border: 1px solid #ddd;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 4px;
}
.area-contactform .contact-form td .text-form-short {
  width: 80px !important;
  background-color: #f4f4f4;
  border: 1px solid #ddd;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 4px;
}
.area-contactform .contact-form td .text-area {
  background-color: #f4f4f4;
  border: 1px solid #ddd;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 4px;
}
.area-contactform .contact-form td .wpcf7-list-item {
  display: block;
  padding: 0;
  margin: 0 0 2px 0;
}
.area-contactform .contact-form td .wpcf7-list-item-label {
  color: #666;
  font-size: 12px;
}
.area-contactform .contact-form td .wpcf7-date {
  background-color: #f4f4f4;
  border: 1px solid #ddd;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 4px;
}
.area-contactform .contact-form td .checkbox-346 {
  display: block;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .area-contactform .contact-form {
    margin-bottom: 50px;
  }
  .area-contactform .contact-form tr {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }
  .area-contactform .contact-form th {
    width: 180px;
    display: table-cell;
    position: relative;
    padding: 20px;
    vertical-align: middle;
  }
  .area-contactform .contact-form td {
    display: table-cell;
    padding: 20px;
  }
  .area-contactform .contact-form td .wpcf7-list-item-label {
    font-size: 14px;
  }
  .area-contactform .contact-form td .checkbox-346 {
    padding-bottom: 0;
  }
}
.area-contactform .send-btn {
  display: block;
  width: 80%;
  padding: 15px;
  margin: 0 auto 40px;
  border: none;
  background-color: #55b631;
  text-align: center;
  color: #FFFFFF;
  font-size: 18px;
  border-radius: 4px;
}
.area-contactform .send-btn:hover {
  cursor: pointer;
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  .area-contactform {
    margin-top: 50px;
  }
  .area-contactform .send-btn {
    width: 300px;
  }
}

/*-----------------------------------------------------------

	side

---------------------------------------------------------- */
/*-----------------------------------------------------------

	footer

---------------------------------------------------------- */
#footer {
  background-color: #2A3135;
}
#footer .inner {
  width: 90%;
  margin: 0 auto;
}
#footer .inner .area-nav {
  padding: 40px 0;
}
#footer .inner .area-nav ul li {
  display: inline-block;
  margin-right: 20px;
}
#footer .inner .area-nav ul li a {
  color: #fff;
}
@media screen and (min-width: 768px) {
  #footer .inner .area-nav {
    order: 2;
    width: 740px;
    padding: 40px 0;
  }
}
#footer .inner .area-info {
  padding-bottom: 40px;
  color: #f1f1f1;
}
#footer .inner .area-info .logo {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #footer .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 740px;
  }
  #footer .inner .area-nav {
    text-align: right;
    width: 400px;
  }
  #footer .inner .area-info {
    order: 1;
    width: 300px;
    padding-top: 40px;
  }
}
#footer .copyright {
  padding: 15px;
  text-align: center;
  color: #eee;
}