@charset "utf-8";
/******************************************************************
Theme Name: 古処さちあれ ver.2023
Theme URI: https://sachi-are.jp/
Description: 岡山県倉敷市の骨董品買取古処さちあれ｜ご実家や引っ越し前の片付け、リフォーム等で不用な骨董品を出張買取
Version: 1.0.0
Author: RESTA
Author URI: https://resta.jp/
******************************************************************/

/*-------------------------------------------------------------
▼グリッドデザイン
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*, *::before, *::after {
  box-sizing: inherit;
}
@media (prefers-reduced-motion: reduce) {
* {
  -webkit-animation-duration: 0.01ms !important;
  animation-duration: 0.01ms !important;
  -webkit-animation-iteration-count: 1 !important;
  animation-iteration-count: 1 !important;
  transition-duration: 0.01ms !important;
  scroll-behavior: auto !important;
}
}
.area-full {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.row:before,.row:after {
  width:0px;
}
.area {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media print,screen and (min-width: 576px) {
.area {
  max-width: 540px;
}
}
@media print,screen and (min-width: 768px) {
.area-full {
  padding-right: 7.5px;
  padding-left: 7.5px;
}
.row {
  margin-right: -7.5px;
  margin-left: -7.5px;
}
.area {
  max-width: 720px;
  padding-right: 7.5px;
  padding-left: 7.5px;
}
}
@media print,screen and (min-width: 992px) {
.area {
  max-width: 960px;
}
}
@media print,screen and (min-width: 1200px) {
.area {
  max-width: 1140px;
}
}
.no-padding {
  margin-right: 0;
  margin-left: 0;
}
.no-padding > .grid, .no-padding > [class*="grid-"] {
  padding-right: 0;
  padding-left: 0;
}
.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11, .grid-12, .grid, .grid-auto, .grid-s-1, .grid-s-2, .grid-s-3, .grid-s-4, .grid-s-5, .grid-s-6, .grid-s-7, .grid-s-8, .grid-s-9, .grid-s-10, .grid-s-11, .grid-s-12, .grid-s, .grid-s-auto,.grid-m-1, .grid-m-2, .grid-m-3, .grid-m-4, .grid-m-5, .grid-m-6, .grid-m-7, .grid-m-8, .grid-m-9, .grid-m-10, .grid-m-11, .grid-m-12, .grid-l-1, .grid-l-2, .grid-l-3, .grid-l-4, .grid-l-5, .grid-l-6, .grid-l-7, .grid-l-8, .grid-l-9, .grid-l-10, .grid-l-11, .grid-l-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.grid {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.grid-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.grid-1 {
  -ms-flex: 0 0 8.3333%;
  flex: 0 0 8.3333%;
  max-width: 8.3333%;
}
.grid-2 {
  -ms-flex: 0 0 16.6666%;
  flex: 0 0 16.6666%;
  max-width: 16.6666%;
}
.grid-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.grid-4 {
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}
.grid-5 {
  -ms-flex: 0 0 41.6666%;
  flex: 0 0 41.6666%;
  max-width: 41.6666%;
}
.grid-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.grid-7 {
  -ms-flex: 0 0 58.3333%;
  flex: 0 0 58.3333%;
  max-width: 58.3333%;
}
.grid-8 {
  -ms-flex: 0 0 66.6666%;
  flex: 0 0 66.6666%;
  max-width: 66.6666%;
}
.grid-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.grid-10 {
  -ms-flex: 0 0 83.3333%;
  flex: 0 0 83.3333%;
  max-width: 83.3333%;
}
.grid-11 {
  -ms-flex: 0 0 91.6666%;
  flex: 0 0 91.6666%;
  max-width: 91.6666%;
}
.grid-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.sort-first {
  -ms-flex-order: -1;
  order: -1;
}
.sort-last {
  -ms-flex-order: 13;
  order: 13;
}
.sort-0 {
  -ms-flex-order: 0;
  order: 0;
}
.sort-1 {
  -ms-flex-order: 1;
  order: 1;
}
.sort-2 {
  -ms-flex-order: 2;
  order: 2;
}
.sort-3 {
  -ms-flex-order: 3;
  order: 3;
}
.sort-4 {
  -ms-flex-order: 4;
  order: 4;
}
.sort-5 {
  -ms-flex-order: 5;
  order: 5;
}
.sort-6 {
  -ms-flex-order: 6;
  order: 6;
}
.sort-7 {
  -ms-flex-order: 7;
  order: 7;
}
.sort-8 {
  -ms-flex-order: 8;
  order: 8;
}
.sort-9 {
  -ms-flex-order: 9;
  order: 9;
}
.sort-10 {
  -ms-flex-order: 10;
  order: 10;
}
.sort-11 {
  -ms-flex-order: 11;
  order: 11;
}
.sort-12 {
  -ms-flex-order: 12;
  order: 12;
}
.space-0,.space-1,.space-2,.space-3,.space-4,.space-5,.space-6,.space-7,.space-8,.space-9,.space-10,.space-11 {
  margin-left: 0;
}
@media print,screen and (min-width: 576px) {
.grid-s {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.grid-s-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.grid-s-1 {
  -ms-flex: 0 0 8.3333%;
  flex: 0 0 8.3333%;
  max-width: 8.3333%;
}
.grid-s-2 {
  -ms-flex: 0 0 16.6666%;
  flex: 0 0 16.6666%;
  max-width: 16.6666%;
}
.grid-s-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.grid-s-4 {
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}
.grid-s-5 {
  -ms-flex: 0 0 41.6666%;
  flex: 0 0 41.6666%;
  max-width: 41.6666%;
}
.grid-s-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.grid-s-7 {
  -ms-flex: 0 0 58.3333%;
  flex: 0 0 58.3333%;
  max-width: 58.3333%;
}
.grid-s-8 {
  -ms-flex: 0 0 66.6666%;
  flex: 0 0 66.6666%;
  max-width: 66.6666%;
}
.grid-s-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.grid-s-10 {
  -ms-flex: 0 0 83.3333%;
  flex: 0 0 83.3333%;
  max-width: 83.3333%;
}
.grid-s-11 {
  -ms-flex: 0 0 91.6666%;
  flex: 0 0 91.6666%;
  max-width: 91.6666%;
}
.grid-s-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.sort-s-first {
  -ms-flex-order: -1;
  order: -1;
}
.sort-s-last {
  -ms-flex-order: 13;
  order: 13;
}
.sort-s-0 {
  -ms-flex-order: 0;
  order: 0;
}
.sort-s-1 {
  -ms-flex-order: 1;
  order: 1;
}
.sort-s-2 {
  -ms-flex-order: 2;
  order: 2;
}
.sort-s-3 {
  -ms-flex-order: 3;
  order: 3;
}
.sort-s-4 {
  -ms-flex-order: 4;
  order: 4;
}
.sort-s-5 {
  -ms-flex-order: 5;
  order: 5;
}
.sort-s-6 {
  -ms-flex-order: 6;
  order: 6;
}
.sort-s-7 {
  -ms-flex-order: 7;
  order: 7;
}
.sort-s-8 {
  -ms-flex-order: 8;
  order: 8;
}
.sort-s-9 {
  -ms-flex-order: 9;
  order: 9;
}
.sort-s-10 {
  -ms-flex-order: 10;
  order: 10;
}
.sort-s-11 {
  -ms-flex-order: 11;
  order: 11;
}
.sort-s-12 {
  -ms-flex-order: 12;
  order: 12;
}
}
@media print,screen and (min-width: 768px) {
.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11, .grid-12, .grid, .grid-auto, .grid-s-1, .grid-s-2, .grid-s-3, .grid-s-4, .grid-s-5, .grid-s-6, .grid-s-7, .grid-s-8, .grid-s-9, .grid-s-10, .grid-s-11, .grid-s-12, .grid-s, .grid-s-auto,.grid-m-1, .grid-m-2, .grid-m-3, .grid-m-4, .grid-m-5, .grid-m-6, .grid-m-7, .grid-m-8, .grid-m-9, .grid-m-10, .grid-m-11, .grid-m-12, .grid-l-1, .grid-l-2, .grid-l-3, .grid-l-4, .grid-l-5, .grid-l-6, .grid-l-7, .grid-l-8, .grid-l-9, .grid-l-10, .grid-l-11, .grid-l-12 {
  padding-right: 7.5px;
  padding-left: 7.5px;
}
.grid-m {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.grid-m-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.grid-m-1 {
  -ms-flex: 0 0 8.3333%;
  flex: 0 0 8.3333%;
  max-width: 8.3333%;
}
.grid-m-2 {
  -ms-flex: 0 0 16.6666%;
  flex: 0 0 16.6666%;
  max-width: 16.6666%;
}
.grid-m-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.grid-m-4 {
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}
.grid-m-5 {
  -ms-flex: 0 0 41.6666%;
  flex: 0 0 41.6666%;
  max-width: 41.6666%;
}
.grid-m-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.grid-m-7 {
  -ms-flex: 0 0 58.3333%;
  flex: 0 0 58.3333%;
  max-width: 58.3333%;
}
.grid-m-8 {
  -ms-flex: 0 0 66.6666%;
  flex: 0 0 66.6666%;
  max-width: 66.6666%;
}
.grid-m-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.grid-m-10 {
  -ms-flex: 0 0 83.3333%;
  flex: 0 0 83.3333%;
  max-width: 83.3333%;
}
.grid-m-11 {
  -ms-flex: 0 0 91.6666%;
  flex: 0 0 91.6666%;
  max-width: 91.6666%;
}
.grid-m-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.sort-m-first {
  -ms-flex-order: -1;
  order: -1;
}
.sort-m-last {
  -ms-flex-order: 13;
  order: 13;
}
.sort-m-0 {
  -ms-flex-order: 0;
  order: 0;
}
.sort-m-1 {
  -ms-flex-order: 1;
  order: 1;
}
.sort-m-2 {
  -ms-flex-order: 2;
  order: 2;
}
.sort-m-3 {
  -ms-flex-order: 3;
  order: 3;
}
.sort-m-4 {
  -ms-flex-order: 4;
  order: 4;
}
.sort-m-5 {
  -ms-flex-order: 5;
  order: 5;
}
.sort-m-6 {
  -ms-flex-order: 6;
  order: 6;
}
.sort-m-7 {
  -ms-flex-order: 7;
  order: 7;
}
.sort-m-8 {
  -ms-flex-order: 8;
  order: 8;
}
.sort-m-9 {
  -ms-flex-order: 9;
  order: 9;
}
.sort-m-10 {
  -ms-flex-order: 10;
  order: 10;
}
.sort-m-11 {
  -ms-flex-order: 11;
  order: 11;
}
.sort-m-12 {
  -ms-flex-order: 12;
  order: 12;
}
.space-1 {
  margin-left: 8.3333%;
}
.space-2 {
  margin-left: 16.6666%;
}
.space-3 {
  margin-left: 25%;
}
.space-4 {
  margin-left: 33.3333%;
}
.space-5 {
  margin-left: 41.6666%;
}
.space-6 {
  margin-left: 50%;
}
.space-7 {
  margin-left: 58.3333%;
}
.space-8 {
  margin-left: 66.6666%;
}
.space-9 {
  margin-left: 75%;
}
.space-10 {
  margin-left: 83.3333%;
}
.space-11 {
  margin-left: 91.6666%;
}
}
@media print,screen and (min-width: 992px) {
.grid-l {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.grid-l-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.grid-l-1 {
  -ms-flex: 0 0 8.3333%;
  flex: 0 0 8.3333%;
  max-width: 8.3333%;
}
.grid-l-2 {
  -ms-flex: 0 0 16.6666%;
  flex: 0 0 16.6666%;
  max-width: 16.6666%;
}
.grid-l-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.grid-l-4 {
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}
.grid-l-5 {
  -ms-flex: 0 0 41.6666%;
  flex: 0 0 41.6666%;
  max-width: 41.6666%;
}
.grid-l-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.grid-l-7 {
  -ms-flex: 0 0 58.3333%;
  flex: 0 0 58.3333%;
  max-width: 58.3333%;
}
.grid-l-8 {
  -ms-flex: 0 0 66.6666%;
  flex: 0 0 66.6666%;
  max-width: 66.6666%;
}
.grid-l-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.grid-l-10 {
  -ms-flex: 0 0 83.3333%;
  flex: 0 0 83.3333%;
  max-width: 83.3333%;
}
.grid-l-11 {
  -ms-flex: 0 0 91.6666%;
  flex: 0 0 91.6666%;
  max-width: 91.6666%;
}
.grid-l-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.sort-l-first {
  -ms-flex-order: -1;
  order: -1;
}
.sort-l-last {
  -ms-flex-order: 13;
  order: 13;
}
.sort-l-0 {
  -ms-flex-order: 0;
  order: 0;
}
.sort-l-1 {
  -ms-flex-order: 1;
  order: 1;
}
.sort-l-2 {
  -ms-flex-order: 2;
  order: 2;
}
.sort-l-3 {
  -ms-flex-order: 3;
  order: 3;
}
.sort-l-4 {
  -ms-flex-order: 4;
  order: 4;
}
.sort-l-5 {
  -ms-flex-order: 5;
  order: 5;
}
.sort-l-6 {
  -ms-flex-order: 6;
  order: 6;
}
.sort-l-7 {
  -ms-flex-order: 7;
  order: 7;
}
.sort-l-8 {
  -ms-flex-order: 8;
  order: 8;
}
.sort-l-9 {
  -ms-flex-order: 9;
  order: 9;
}
.sort-l-10 {
  -ms-flex-order: 10;
  order: 10;
}
.sort-l-11 {
  -ms-flex-order: 11;
  order: 11;
}
.sort-l-12 {
  -ms-flex-order: 12;
  order: 12;
}
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media print,screen and (min-width: 576px) {
.d-s-none {
  display: none !important;
}
.d-s-inline {
  display: inline !important;
}
.d-s-inline-block {
  display: inline-block !important;
}
.d-s-block {
  display: block !important;
}
.d-s-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-s-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
}
@media print,screen and (min-width: 768px) {
.d-m-none {
  display: none !important;
}
.d-m-inline {
  display: inline !important;
}
.d-m-inline-block {
  display: inline-block !important;
}
.d-m-block {
  display: block !important;
}
.d-m-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-m-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
}
@media print,screen and (min-width: 992px) {
.d-l-none {
  display: none !important;
}
.d-l-inline {
  display: inline !important;
}
.d-l-inline-block {
  display: inline-block !important;
}
.d-l-block {
  display: block !important;
}
.d-l-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-l-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
}
/*-------------------------------------------------------------
▼基本設定
--------------------------------------------------------------*/
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  color: var(--black);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  word-wrap: break-word;
  overflow-x: hidden;
  position: relative;
  left: 0;
  letter-spacing: 0.1em;
}
img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
.image.fit {
  width: 100%;
  box-sizing: content-box;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
iframe {
  width: 100%;
  height: 300px;
  border: none;
}
.entry-no-title{
  display: none;
}
a {
  color: var(--black);
  background: transparent;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}
a:focus {
  outline: thin dotted;
}
a:active, a:hover {
  outline: 0;
}
a img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
a, a img {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:hover img {
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  opacity: 0.7;
}
a:link, a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -ms-word-wrap: break-word;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  word-wrap: break-word;
  margin-top: 20px;
  margin-bottom: 0;
  text-align: justify;
}
dd {
  margin: 0;
}
ol, ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
}
h1 {
  display: none;
}
h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility;
  line-height: 1.4em;
  font-weight: 700;
  margin: 0;
}
h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none;
}
.h-100 {
  height: 100%;
}
.l-flo {
  float: left;
}
.r-flo {
  float: right;
}
.clear-box {
  clear: both;
}
.text-left {
  text-align: justify;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-just {
  text-align: justify;
}
.text-just-l {
  text-align-last: justify;
  -moz-text-align-last: justify;
}
.sp-left {
  text-align: justify;
}
.text70 {
  font-size: 70%;
}
.text80 {
  font-size: 80%;
}
.text90 {
  font-size: 90%;
}
.text100 {
  font-size: 100%;
}
.italic {
  font-style: italic;
}
.b {
  font-weight: 700;
}
.u {
  text-decoration: underline;
}
.mt0 {
  margin-top: 0 !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.documents {
  margin-top: 40px;
}
.documents-under {
  margin-bottom: 40px;
}
.documents.lg-h {
  margin-top: 40px;
}
.documents-under.lg-h {
  margin-bottom: 40px;
}
.mt60 {
  margin-top: 60px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mt100 {
  margin-top: 100px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
.pc-none {
  display: block;
}
.sp-none {
  display: none;
}
@media print, screen and (min-width: 768px) {
.sp-left {
  text-align: center;
}
.documents.lg-h {
  margin-top: 60px;
}
.documents-under.lg-h {
  margin-bottom: 60px;
}
.pc-none {
  display: none;
}
.sp-none {
  display: block;
}
}
@media print, screen and (min-width: 992px) {
.documents.lg-h {
  margin-top: 80px;
}
.documents-under.lg-h {
  margin-bottom: 80px;
}
}
/*-------------------------------------------------------------
▼トップに戻るボタン設定
--------------------------------------------------------------*/
#page-top {
  position: fixed;
  right: 10px;
  z-index: 8;
  cursor: pointer;
}
#page-top img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.2);
}
@media print, screen and (min-width: 768px) {
#page-top {
  right: 20px;
}
#page-top img {
  height: 50px;
  width: 50px;
}
}
/*-------------------------------------------------------------
▼カラー基本設定
--------------------------------------------------------------*/
:root {
  --black: #333;
  --red: #ff0000;
  --white: #fff;
  --gray01: #ccc;
  --gray02: #666;
  --gray03: #f2f2f2;
}
.white {
  color: var(--white);
}
.red {
  color: var(--red);
}
/*-------------------------------------------------------------
▼パンくず設定
--------------------------------------------------------------*/
#breadcrumb {
  font-size: 60%;
  margin: 7px auto 0;
}
#breadcrumb ol {
  display: flex;
  align-items: center;
  max-width: calc(100%);
  overflow: auto;
  white-space: nowrap;
}
#breadcrumb ol li {
  margin-left: 0.5em;
}
#breadcrumb ol li:first-child {
  margin-left: 0;
}
#breadcrumb li a {
  text-decoration: none;
}
#breadcrumb ol li a::after {
  color: var(--gray02);
  content: "＞";
  display: inline-block;
  line-height: 1.7;
  margin-left: 5px;
}
#breadcrumb ol li a:hover {
  opacity: .5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}
@media print, screen and (min-width: 768px) {
#breadcrumb {
  font-size: 70%;
  margin: 1em auto 0;
}
}
/*--------------------------------------------------------------------
▼サイドバー幅固定設定
---------------------------------------------------------------------*/
.side-layout-main {
  padding: 0 15px;
  width: 100%;
}
.side-wrap {
  padding: 0 15px;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
.side-layout-main {
  width: calc(100% - 235px);
  flex: 1;
  padding: 0 7.5px;
}
.side-wrap {
  width: 235px;
  padding: 0 7.5px;
}
.side-sticky {
  position: sticky;
  top: 20px;
}
}
@media print, screen and (min-width: 992px) {
.side-layout-main {
  width: calc(100% - 285px);
}
.side-wrap {
  width: 285px;
}
}
/*--------------------------------------------------------------------
▼プライバシー、サイトポリシー設定
---------------------------------------------------------------------*/
#policy ul li {
  position: relative;
  padding-left: 25px;
}
#policy ul li span {
  position: absolute;
  left: 0;
}
/*-------------------------------------------------------------
▼フォーム設定（基本）
--------------------------------------------------------------*/
button,
input[type="submit"] {
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
input[type="text"],
input[type="email"],
input[type="url"] {
  display: block;
  padding: 10px 2%;
  font-size: 1em;
  color: var(--gray02);
  -webkit-transition: background-color .24s ease-in-out;
  transition: background-color .24s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  border: 1px solid var(--gray01);
}
textarea {
  display: block;
  padding: 10px 2%;
  font-size: 1em;
  color: var(--gray02);
  -webkit-transition: background-color .24s ease-in-out;
  transition: background-color .24s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  border: 1px solid var(--gray01);
  resize: vertical;
}
select {
  width: auto;
  border: 1px solid var(--gray01);
  padding: 10px 30px 10px 2%;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(./library/images/material/select-arrow.svg);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 13px 13px;
}
.asterisk {
  color: var(--red);
}
input[type="search"] {
  display: block;
  padding: 10px 2%;
  font-size: 16px;
  -webkit-transition: background-color .24s ease-in-out;
  transition: background-color .24s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
  width: calc(100% - 70px);
  height: 40px;
  line-height: 40px;
  border: 1px solid var(--gray01);
}
.searchform {
  display: flex;
  justify-content: space-between;
}
.searchform input[type="search"] {
  display: block;
  padding: 10px 2%;
  font-size: 16px;
  -webkit-transition: background-color .24s ease-in-out;
  transition: background-color .24s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
  width: calc(100% - 55px);
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  border: 1px solid var(--gray01);
}
.searchform button {
  height: 40px;
  width: 50px;
  cursor: pointer;
  position: relative;
  border: none;
  border-radius: 4px;
  background: var(--gray03);
}
.searchform button::before {
  content: " ";
  background-image: url(./library/images/icon/search.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  width: 23px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
::placeholder {
  color: #ACACAC;
  font-size: 16px;
  letter-spacing: 0.1em;
}
/*-------------------------------------------------------------
▼404設定
--------------------------------------------------------------*/
#not-found,
#post-not-found {
  border: 1px solid var(--main);
  padding: 40px 20px;
  border-radius: 20px;
  background: aliceblue;
}
#not-found ul, #post-not-found ul,
#post-not-found ul, #post-not-found ul {
  list-style-type: disc;
  margin-left: 15px;
}
#not-found ul ::marker,
#post-not-found ul ::marker {
  color: var(--main);
}
#not-found ul li a, #post-not-found ul li a,
#post-not-found ul li a, #post-not-found ul li a {
  text-decoration: underline;
}
#not-found h2,
#post-not-found h2 {
  color: var(--main);
  font-size: 2em;
  line-height: 1.2;
}
#not-found h3,
#post-not-found h3 {
  border-bottom: 2px solid var(--gray01);
  color: var(--gray02);
  position: relative;
  padding-left: 25px;
  line-height: 1.2;
  padding-bottom: 5px;
}
#not-found h3::before,
#post-not-found h3::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 10px 0 10px;
  border-color: var(--gray02) transparent transparent transparent;
  position: absolute;
  left: 0;
  top: calc(50% - 2.5px);
  transform: translateY(-50%);
}
@media print, screen and (min-width: 768px) {
#not-found,
#post-not-found {
  padding: 40px;
}
#not-found h2,
#post-not-found h2 {
  font-size: 2.5em;
}
}
/*--------------------------------------------------------------------
▼テーブル基本設定
---------------------------------------------------------------------*/
table {
  width: 100%;
  border-collapse: collapse;
}
table.sp-block-table tr th,
table.sp-block-table tr td {
  display: block;
  width: 100%;
  text-align: left;
}
table.under-line-table tr {
  border-bottom: 1px solid var(--gray02);
}
table.under-line-table tr th {
  padding: 20px 0 0;
}
table.under-line-table tr td {
  padding: 5px 0 20px;
}
table.under-line-table tr:first-of-type th,
table.under-line-table tr:first-of-type td {
  padding-top: 0;
}
@media print, screen and (min-width: 768px) {
table.sp-block-table tr th,
table.sp-block-table tr td {
  display: table-cell;
  width: auto;
}
table.under-line-table tr th {
  padding: 20px 15px 20px 0;
}
table.under-line-table tr td {
  padding: 20px 0;
}
table.under-line-table tr:first-of-type th,
table.under-line-table tr:first-of-type td {
  padding-top: 0;
}
}
/*****ここまではテーマの基本設定なのでなるべく変更不可*****/

/*☆☆☆☆☆☆☆☆☆☆☆  サイト用個別設定  ☆☆☆☆☆☆☆☆☆☆☆*/
.documents-sp {
  margin-top: 20px;
}
.documents.sm-h {
  margin-top: 30px;
}
.documents-under.sm-h {
  margin-bottom: 30px;
}
.documents.md-h {
  margin-top: 30px;
}
.documents.md-lg-h {
  margin-top: 40px;
}
.documents.lg-h {
  margin-top: 60px;
}
.documents-under.lg-h {
  margin-bottom: 60px;
}
@media print, screen and (min-width: 768px) {
  .documents-sp {
    margin-top: 40px;
  }
  .documents.sm-h {
    margin-top: 40px;
  }
  .documents-under.sm-h {
    margin-bottom: 40px;
  }
  .documents.md-h {
    margin-top: 40px;
  }
  .documents.md-lg-h {
    margin-top: 60px;
  }
  .documents.lg-h {
    margin-top: 80px;
  }
  .documents-under.lg-h {
    margin-bottom: 80px;
  }
}
@media print, screen and (min-width: 992px) {
  .documents.lg-h {
    margin-top: 100px;
  }
  .documents-under.lg-h {
    margin-bottom: 100px;
  }
}
@media print, screen and (min-width: 1200px) {
  .documents.md-h {
    margin-top: 60px;
  }
  .documents.md-lg-h {
    margin-top: 80px;
  }
  .documents.lg-h {
    margin-top: 100px;
  }
  .documents-under.lg-h {
    margin-bottom: 100px;
  }
}
@media print, screen and (min-width: 1600px) {
  .documents.lg-h {
    margin-top: 140px;
  }
  .documents-under.lg-h {
    margin-bottom: 140px;
  }
}
/*-------------------------------------------------------------
▼フォント設定
--------------------------------------------------------------*/
body, button, input[type="submit"], textarea, select {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, 游ゴシック, YuGothic, "PT Sans", "Lucida Grande", sans-serif;
  font-weight: 400;
  background-color: var(--gray04);
}
.serif {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", YuMincho, serif;
}
.san-serif {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, 游ゴシック, YuGothic, "PT Sans", "Lucida Grande", sans-serif;
}
.light {
  font-weight: 200;
}
.text120 {
  font-size: 120%;
}
/*-------------------------------------------------------------
▼カラー設定
--------------------------------------------------------------*/
:root {
  --main: #595757;
  --sub: #009FE8;
  --key: #FF7600;
  --gray04: #F8F8F8;
  --gray05: #E0E0E0;
  --gray06: #7C7C7C;
  --gray07: #9F9F9F;
}
.main-color {
  color: var(--main);
}
.main-color-bg {
  background-color: var(--main);
}
.sub-color {
  color: var(--sub);
}
.sub-color-bg {
  background-color: var(--sub);
}
.white-color-bg {
  background-color: var(--white);
}
/*-------------------------------------------------------------
▼ヘッダー設定
--------------------------------------------------------------*/
html.open,
html.open body {
  overflow: hidden;
}
.header-inner,
.hamburger-btn {
  height: 60px;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--white);
}
.hamburger-nav-wrap {
  display: block;
}
.global-nav-wrap {
  display: none;
}
.logo img {
  height: 35px;
}
.header-inner-sp.sns-menu {
  position: absolute;
  right: 75px;
  width: 30px;
}
.hamburger-btn {
  cursor: pointer;
  width: 40px;
  background: transparent;
  border: none;
  padding: 0;
  position: fixed;
  right: 15px;
  top: 0;
  z-index: 11;
}
.hamburger-btn-inner {
  position: relative;
  display: block;
}
.hamburger-btn-line {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: var(--gray02);
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
.hamburger-btn-line:nth-child(1) {
  top: calc(50% + -11px);
}
.hamburger-btn-line:nth-child(2) {
  top: 50%;
}
.hamburger-btn-line:nth-child(3) {
  top: calc(50% + 11px);
}
.open .hamburger-btn-line:nth-child(1) {
  top: 50%;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg);
}
.open .hamburger-btn-line:nth-child(2) {
  width: 0;
  left: 50%;
}
.open .hamburger-btn-line:nth-child(3) {
  top: 50%;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  transform: rotate(-315deg);
}
.hamburger-nav {
  position: fixed;
  right: -769px;
  top: 0;
  z-index: 10;
  width: 100%;
  max-width: 320px;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: var(--white);
  height: 100%;
  box-shadow: -1px 0px 1px 1px rgba(0,0,0,0.07);
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.hamburger-nav::-webkit-scrollbar {
  display: none;
}
.hamburger-nav .logo {
  height: 60px;
  display: flex;
  align-items: center;
  padding-left: 15px;
}
.global-nav-box a {
  font-size: clamp(.8rem, 1vw, 1rem);
}
.hamburger-nav-inner ul:not(.sub-menu) {
  padding: 0 15px 15px;
}
.hamburger-nav-inner a {
  display: block;
  padding: 15px 50px 15px 0;
  font-weight: bold;
  line-height: 1.2;
  text-decoration: none;
  border-bottom: 1px solid var(--gray03);
}
.hamburger-nav-inner ul:not(.sub-menu) li {
  position: relative;
}
.hamburger-nav-inner .accordion_icon {
  display: block;
  transition: all .4s;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 11;
  cursor: pointer;
  background: var(--main);
  margin: 5px 0;
}
.hamburger-nav-inner .accordion_icon::after {
  content: "";
  position: absolute;
  top: -2.5px;
  bottom: 0;
  right: 12.5px;
  width: 7px;
  height: 7px;
  margin: auto 5px;
  border-top: 2px solid var(--white);
  border-right: 2px solid var(--white);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all .3s;
  transition: all .3s;
}
.hamburger-nav-inner .accordion_icon.sp-menu-close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all .3s;
  transition: all .3s;
  top: 2.5px;
}
.hamburger-nav-inner .sub-menu {
  display: none;
}
.hamburger-nav-inner .sub-menu a {
  padding: 10px 10px 10px 20px;
  font-weight: normal;
  position: relative;
}
.hamburger-nav-inner .sub-menu a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 7px;
  border-top: 2px solid var(--main);
  border-right: 2px solid var(--main);
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  -webkit-transition: all .3s;
  transition: all .3s;
}
.page-top-visual {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.page-top-visual-img {
  width: 100%;
}
.page-top-visual h3 {
  display: none;
}
@media print, screen and (min-width: 576px) {
.hamburger-nav {
  width: 320px;
}
}
@media print, screen and (min-width: 768px) {
.hamburger-nav-wrap {
  display: none;
}
.global-nav-wrap {
  display: block;
}
.header-inner {
  height: 160px;
}
.logo img {
  height: 40px;
}
.header-inner .logo img {
  height: 50px;
}
.header-inner-sp.sns-menu {
  display: none;
}
.global-nav-wrap ul:not(.sub-menu) {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.global-nav-wrap ul li {
  padding: 0 10px;
  position: relative;
}
/* .global-nav-wrap ul li:last-child {
  padding-right: 0;
} */
.global-nav-wrap ul li a {
  font-weight: 400;
}
.global-nav-wrap ul.sub-menu {
  display: none;
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 2;
  padding-top: 10px;
}
.global-nav-wrap ul.sub-menu li {
  padding: 0;
}
.global-nav-wrap ul:not(.sub-menu) li:hover .sub-menu {
  display: block;
  width: 250px;
}
.global-nav-wrap ul.sub-menu li a {
  padding: 10px;
  border: 1px solid var(--gray03);
  display: block;
  line-height: 1;
  margin-top: -1px;
  background: var(--white);
}
.global-nav-wrap ul.sub-menu li a:hover {
  background: var(--main);
  color: var(--white);
  opacity: 1;
}
.global-nav-inner {
  margin-left: 15px;
}
.sns-menu, .sns-contents {
  margin-left: 20px;
}
.global-nav{
  display: flex;
  justify-content: space-around;
}
.global-nav-box{
  display: flex;
  align-items: center;
  width:100%;
}
.global-nav-box li{
  font-size: 14px;
  padding: 0 10px 0 0;
}
.global-nav-box a {
  cursor: pointer;
}
.sns-menu a {
  display: inline-block;
  width: 30px;
}
.global-nav-contact {
  background-color: var(--main);
  color: var(--white);
  padding: .5rem 1rem;
  border-radius: 30px;
  display: inline-block;
  line-height: 1.2;
  min-width: 125px;
  text-align: center;
}
}
@media print, screen and (min-width: 992px) {
}
@media print, screen and (min-width: 1200px) {
  .global-nav-wrap ul:not(.sub-menu) {
    flex-wrap: nowrap;
  }
  .global-nav-contact {
    padding: .75rem 1.2rem;
    min-width: 175px;
  }
}
@media print, screen and (min-width: 1600px) {
  .global-nav-wrap ul li {
    padding: 0 20px;
  }
  .global-nav-wrap ul li:first-child {
    padding-right: 40px;
    padding-left: 0;
  }
  .sns-menu, .sns-contents {
    margin-left: 40px;
  }
  .global-nav-contact {
    padding: .8rem 2rem
  }
}
/*--------------------------------------------------------------------
▼フッター設定
---------------------------------------------------------------------*/
.footer .logo, .footer-org-address {
  text-align: center;
}
.footer .logo img {
  height: 55px;
}
.footer-org-address, .footer-menu {
  margin-top: 40px;
}
.footer-contact {
  padding-bottom: 40px;
  border-bottom: 1px solid var(--gray05);
  display: flex;
  justify-content: center;
}
.footer-contact h2 {
  font-size: clamp(1.1rem, 2vw, 1.15rem);
  text-align: center;
}
.footer-contact-area {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-contact-area-tel-number {
  font-size: 2rem;
  line-height: 1;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", YuMincho, serif;
}
.footer-menu ul li {
  font-size: 12px;
}
.footer-policy-menu a {
  color: var(--main);
  font-size: 10px;
  font-weight: 200;
}
.footer-org-name, .footer-org-info {
  display: none;
}
.footer-copy p {
  font-size: 10px;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 576px) {
  .footer-contact-area {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .footer-contact-area-line {
    margin-left: 20px;
  }
  .footer-contact .round-btn {
    min-width: auto;
  }
  .footer-menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer-menu ul li {
    width: calc(100% / 2);
  }
  .footer-policy-menu {
    width: 100%;
  }
  .footer-policy-menu ul {
    display: flex;
    gap: 3%;
    justify-content: flex-end;
  }
}
@media print, screen and (min-width: 768px) {
  .footer-contact {
    display: flex;
    padding-bottom: 60px;
    gap: 3%;
  }
  .footer-menu ul li {
    width: calc(100% / 3);
  }
  .footer-policy {
    display: flex;
    flex-direction: row-reverse;
  }
  
}
@media print, screen and (min-width: 992px) {
  .footer .logo, .footer-org-address {
    text-align: left;
  }
  .footer-org-address, .footer-menu {
    margin-top: 60px;
  }
  .footer-contact {
    justify-content: flex-start;
  }
  .footer-contact h2 {
    text-align: left;
  }
}
@media print, screen and (min-width: 1200px) {
  .footer .logo img {
    height: 55px;
  }
  .footer-contact-area-line {
    margin-left: 40px;
  }
  .footer-contact .round-btn {
    min-width: 210px;
  }
  .footer-menu ul li {
    width: auto;
  }
}
/*--------------------------------------------------------------------
▼ヘッドライン設定(全ページ共通で使用するタイトル)
---------------------------------------------------------------------*/
h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-weight: 400;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", YuMincho, serif;
}
h2, .h2 {
  font-size: clamp(1.4rem, 1.6vw, 2rem);
}
h3, .h3 {
  font-size: clamp(1.4rem, 1.6vw, 2rem);
}
h4, .h4 {
  font-size: clamp(1.2rem, 2vw, 1.4rem);
}
h5, .h5 {
  font-size: 1em;
  text-transform: uppercase;/*大文字*/
}
.main-ttl {
  font-size: clamp(1.6rem, 2vw, 2rem);
  writing-mode: vertical-rl;
  text-orientation: upright;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 4px;
  line-height: 1.7;
}
.sub-ttl {

}
.mid-ttl {
  font-size: clamp(1.2rem, 2vw, 1.4rem);
}
.small-ttl {
  font-size: clamp(1.125rem, 2vw, 1.25rem);
}
@media print, screen and (min-width: 576px) {

}
@media print, screen and (min-width: 768px) {

}
@media print, screen and (min-width: 992px) {

}
@media print, screen and (min-width: 1200px) {

}
/*--------------------------------------------------------------------
▼ボタン設定(全ページ共通で使用するボタン)
---------------------------------------------------------------------*/
.main-btn {
  position:relative;
  color:var(--main);
  padding: .5em 1em;
  display:inline-block;
  text-decoration: none;
  outline: none;
}
.main-btn:hover {
  opacity: 1;
}
.main-btn span {
  position:relative;
  z-index: 2;
}
.main-btn:hover span {
  color: var(--white);
}
.main-btn::after {
  content:'';
  position:absolute;
  z-index:1;
  bottom:0;
  left:0;
  background:var(--main);
  width:100%;
  height:1px;
  transition:all 0.3s ease-in-out;
}
.main-btn:hover::after {
  height:100%;
}
.round-btn {
  padding: 0.75rem 2rem;
  position: relative;
  background-color: var(--main);
  border-radius: 60px;
  color: var(--white);
  min-width: 210px;
  display: inline-block;
  text-align: center;
}
.round-btn.reverse {
  background-color: var(--white);
  border: 1px solid var(--main);
  border-radius: 60px;
  color: var(--black);
}
.round-btn.link-btn {
  padding: 0.75rem 2.25rem 0.75rem 2rem;
}
.round-btn.link-btn::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(./library/images/icon/icn-link.svg);
}
@media print, screen and (min-width: 576px) {

}
@media print, screen and (min-width: 768px) {

}
@media print, screen and (min-width: 992px) {

}
@media print, screen and (min-width: 1200px) {

}
/*--------------------------------------------------------------------
▼お問い合わせフォーム設定
---------------------------------------------------------------------*/
table.form {
  margin-top: -15px;
}
table.form tr th {
  vertical-align: text-top;
  padding: 15px 0 0;
}
.contact-btn-flex-box {
  display: flex;
  justify-content: center;
  margin-left: -15px;
  margin-right: -15px;
}
.contact-btn-flex-box button {
  margin: 0 15px;
}
@media print, screen and (min-width: 576px) {

}
@media print, screen and (min-width: 768px) {
table.form.sp-block-table tr th {
  padding: 20px 10px 20px 0;
  font-size: 20px;
  line-height: 1.2;
  width: 280px;
}
}
@media print, screen and (min-width: 992px) {

}
@media print, screen and (min-width: 1200px) {

}
/*--------------------------------------------------------------------
▼テーブル設定
---------------------------------------------------------------------*/
table th {
  font-weight: 500;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", YuMincho, serif;
}
.company-table th {
  width: 40%;
  text-align: left;
  vertical-align: baseline;
}
.company-table tr {
  border-bottom: 1px solid var(--gray05);
}
.company-table th, .company-table td {
  padding-top: 20px;
  padding-bottom: 20px;
}
.company-table tr:first-child th, .company-table tr:first-child td {
  padding-top: 0;
}
@media print, screen and (min-width: 576px) {

}
@media print, screen and (min-width: 768px) {
  .company-table th {
    width: 25%;
  }
}
@media print, screen and (min-width: 992px) {
  .company-table th {
    width: 28%;
  }
}
@media print, screen and (min-width: 1200px) {
  .company-table th, .company-table td {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
/*--------------------------------------------------------------------
▼フロントページ設定（トップスライダー等トップページのみのデザイン設定）
---------------------------------------------------------------------*/
.top {
  background: linear-gradient(180deg, var(--white) 0%, var(--white) 20%, var(--gray04) 20%, var(--gray04) 100%);
  position: relative;
  z-index: 0;
}
.top-visual{
  position: relative;
  padding-left: 40px;
}
.top-visual img {
  border-radius: 50px;
}
.top-visual-copy {
  position: absolute;
  left:0;
  top:12%;
  transform: translateY(-50%);
}
.top-visual-copy h2 {
  font-size: clamp(1.3rem, 2.5vw, 3rem);
  letter-spacing: 4px;
  line-height: 2;
  text-shadow: var(--white) 2px 2px 8px;
}
.top-visual-copy-br {
  display: none;
}
.top-visual-box {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-color: var(--white);
  padding: 30px 20px; 
  margin-top: 30px;
  border-radius: 25px;
  writing-mode: vertical-rl;
}
.top-visual-box-border {
  border-right: 1px solid var(--main);
}
.top-visual-box p {
  margin-right: 10px;
}
.top-visual-box h3 {
  font-size: clamp(1.6rem, 2vw, 2.2rem);
  letter-spacing: 4px;
  line-height: 2;
}
.top-visual-text {
  margin-top: 20px;
}
.top-visual-text p{
  text-align: right;
}
.top-bg-white {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--white);
  width: 30%;
  height: 100%;
  z-index: -1;
}
.second-box, .third-box {
  position: relative;
  z-index: 0;
}
.second-box-margin {
  padding-top: 60px;
}
.second-box-bg-white, .third-box-bg-white {
  position: absolute;
  top: 0;
  background-color: var(--white);
  width: 30%;
  height: 25%;
  z-index: -1;
}
.second-box-bg-white {
  left: 0;
  width: 30%;
  height: 25%;
}
.third-box-bg-white {
  right: 0;
  width: 50%;
  height: 50%;
}
.flex-border-box + .flex-border-box .flex-border-box-line {
  padding-top: 1.25rem;
  border-top: 1px solid var(--main);
}
.flex-txt, .flex-link {
  margin-top: 20px;
}
.tab_label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.tab_label li {
  width: calc(100%/4);
  font-size: 12px;
  line-height: 1.2;
  margin-top: .5rem;
  text-align: center;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", YuMincho, serif;
}
.tab_label li:first-child {
  padding-right: 10px;
}
.tab_label li:last-child {
  padding-right: 0;
}
.tab_label li a:not(.active):hover {
  opacity: 0.5;
  transition: 0.4s;
}
.tab_label li a {
  color: var(--gray07);
  width: 100%;
  display: inline-block;
}
.tab_label li + li {
  border-left: 1px solid var(--main);
  padding-left: 10px;
  padding-right: 10px;
}
.tab_label .active {
  color: var(--main);
  position: relative;
}
.tab_label .active::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 1px;
  background-color: var(--main);
}
.tab_content {
  display: none;
}
.tab_content.active {
  display: block;
}
.top-article {
  margin-left: 15px;
  overflow: hidden;
}
.white-box-article {
  background-color: var(--white);
  padding: 40px 15px;
  border-radius: 30px 0 0 30px;
}
.top-border-box {
  border: 1px solid var(--main);
  padding: 0 30px 40px;
}
.top-border-box-img {
  margin-top: -40px;
}
.line-h-txt {
  line-height: 3;
}
@media print, screen and (min-width: 380px) {
  .top-visual-copy-br {
    display: inline-block;
  }
}
@media print, screen and (min-width: 576px) {
}
@media print, screen and (min-width: 768px) {
  .top {
    background: linear-gradient(180deg, var(--white) 0%, var(--white) 40%, var(--gray04) 40%, var(--gray04) 100%);
  }
  .top-visual {
    padding-left: 60px;
  }
  .top-visual-copy {
    top: 40%;
  }
  .top-visual-copy h2 {
    line-height: 2.5;
  }
  .top-visual-box{
    position: absolute;
    bottom:-50px;
    left:50%;
    transform: translateX(-50%);
  }
  .top-visual-text {
    margin-top: 40px;
  }
  .top-visual-text-br {
    display: inline-block;
  }
  .second-box-margin {
    padding-top: 80px;
  }
  .tab_label {
    justify-content: center;
  }
  .tab_label li {
    width: auto;
    font-size: clamp(.95rem, 1vw, 1.25rem);
  }
  .tab_label .active::before {
    width: 40px;
    top: -15px;
  }
  .white-box-article {
    padding: 40px 8.5vw;
  }
  .white-box-article .round-img {
    border-radius: 20px;
  }
  .top-border-box-img {
    margin-top: -80px;
  }
}
@media print, screen and (min-width: 992px) {
  .top-visual {
    padding-left: 80px;
  }
  .top-visual-box {
    padding: 30px;
  }
  .flex-border {
    display: flex;
    justify-content: space-between;
  }
  .flex-border-box {
    width: calc(100%/3);
  }
  .flex-border-box + .flex-border-box .flex-border-box-line {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    border-top: none;
    border-left: 1px solid var(--main);
  }
  .flex-border-box-line:last-child {
    padding-right: 0;
  }
  .flex-border-box-line:first-child {
    padding-right: 20px;
  }
  .flex-ttl {
    display: flex;
    align-items: center;
  }
  .flex-ttl h2 {
    margin-right: 30px;
    white-space: nowrap;
  }
  .flex-txt {
    margin-top: 0;
  }
  .flex-link {
    margin-top: 0;
    width: 30%;
  }
  .tab_label li + li {
    padding-left: 30px;
    padding-right: 30px;
  }
  .tab_label li:first-child {
    padding-right: 30px;
  }
}
@media print, screen and (min-width: 1200px) {
  .top-visual {
    padding-left: 100px;
  }
  .top-visual img {
    border-radius: 100px;
  }
  .top-visual-box {
    padding: 80px 60px;
  }
  .top-visual-text {
    margin-top: 100px;
  }
  .top-visual-text-br {
    display: none;
  }
  .second-box-margin {
    padding-top: 140px;
  }
  .flex-border-box + .flex-border-box .flex-border-box-line {
    padding-left: 40px;
    padding-right: 40px;
  }
  .flex-border-box-line:first-child {
    padding-right: 40px;
  }
  .flex-link {
    width: auto;
  }
  .tab_label li + li {
    padding-left: 40px;
    padding-right: 40px;
  }
  .tab_label li:first-child {
    padding-right: 40px;
  }
  .white-box-article {
    border-radius: 50px 0 0 50px;
    padding: 80px 10.5vw;
  }
  .white-box-article .round-img {
    border-radius: 50px;
  }
  .top-border-box {
    padding: 0 60px 60px;
  }
}
@media print, screen and (min-width: 1600px) {
  .flex-border-box + .flex-border-box .flex-border-box-line {
    padding-left: 80px;
    padding-right: 80px;
  }
  .flex-border-box-line:first-child {
    padding-right: 80px;
  }
  .top-article {
    margin-left: 180px;
  }
  .white-box-article {
    max-width: 1739px;
    border-radius: 100px 0 0 100px;
    padding: 100px 180px 100px 10.5vw;
  }
  .top-border-box {
    padding: 30px 0 100px;
  }
  .top-border-box-img {
    margin-top: -140px;
  }
}
/*--------------------------------------------------------------------
▼ブロック、コンテンツ設定
---------------------------------------------------------------------*/
.flex-row-reverse {
  flex-direction: row-reverse;
}
.justify-content-space-between{
  justify-content: space-between;
}
.justify-content-end {
  justify-content: flex-end;
}
.align-items-baseline{
  align-items: baseline;
}
.align-items-start {
  align-items: flex-start;
}
.align-items-center {
  align-items: center;
}
.area-wide {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.mt30 {
  margin-top: 30px;
}
.border-top {
  border-top: 1px solid var(--main);
}
.border-bottom {
  border-bottom: 1px solid var(--main);
}
.round-img {
  border-radius: 20px;
}
figure.round-img {
  overflow: hidden;
}
.round-img.small-round-img {
  border-radius: 20px;
}
.round-img.big-round-img {
  border-radius: 30px;
}
.layer {
  position: relative;
}
/* .layer-img {
  padding-left: 15px;
  padding-right: 15px;
} */
.layer-box-white {
  background: var(--white);
  margin-top: -40px;
  padding: 30px 15px 60px 30px;
  position: relative;
  z-index: 1;
}
.layer-box-white.box-right, .layer-box-gray.box-right {
  margin-left: 40px;
  border-radius: 30px 0 0 0;
}
.layer-box-gray {
  background: var(--gray04);
  margin-top: -40px;
  padding: 30px;
  position: relative;
  z-index: 1;
}
.layer-box-gray.box-left {
  border-radius: 0 30px 0 0;
  padding: 30px 30px 0 0;
  margin-right: 40px;
}
.layer-box-gray.box-right {
  padding: 30px 0 0 30px;
}
.white-box-center {
  background-color: var(--white);
  padding: 40px 15px;
}
.border-line-ttl {
  position: relative;
  text-align: center;
}
.border-line-ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: var(--main);
  width: 100%;
  height: 1px;
  z-index: -1;
}
.border-line-ttl span {
  padding: 0 15px;
  background-color: var(--gray04);
  display: inline-block;
}
.contact-box {
  border-bottom: 1px solid var(--main);
}
.contact-box-right {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", YuMincho, serif;
  border-top: 1px solid var(--main);
}
.contact-box-left, .contact-box-right {
  padding: 20px 0;
}
.contact-box-right div + div {
  margin-top: 20px;
}
.contact-box-right-inner {
  padding-left: 15px;
  padding-right: 15px;
}
.contact-box-tel {
  font-size: 1.6rem;
  margin-top: 10px;
  display: inline-block;
}
.sp-border {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--gray01);
}
.contact-box-line {
  font-size: clamp(1.2rem, 2vw, 1.25rem);
  margin-top: 10px;
}
.contact-box-right p {
  text-align: center;
}
#not-found, #post-not-found {
  background: var(--gray03);
}
body.item-service {
  margin-top: 0;
} 
.item-service-box {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.item-service-box-img {
  text-align: center;
  margin-right: 15px;
  width: 30%;
}
.item-service-box-inner {
  flex: 1;
}
.item-service-box-img img {
  border-radius: 50%;
}
.item-service-box-inner-ttl {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, 游ゴシック, YuGothic, "PT Sans", "Lucida Grande", sans-serif;
  font-size: 1rem;
  letter-spacing: .05em;
}
.item-service-box-inner-txt {
  color: var(--gray06);
  margin-top: 8px;
  font-size: .85rem;
  letter-spacing: .05em;
  line-height: 1.2;
}
.line-contact, .line-contact-box {
  width: 100%;
}
.line-contact-img img {
  width: 50%;
}
.line-contact-border {
  border: 1px solid var(--main);
  border-top: none;
  padding: 0 30px 30px;
  border-radius: 0 0 25px 25px;
}
.line-contact-border p {
  font-size: clamp(.85rem, 1.2vw, 1rem);
}
.left-border-box, .left-border-box-compact {
  border-left: 1px solid var(--main);
  padding-left: 15px;
}
.left-border-box-margin {
  margin-top: 30px;
}
.border-bottom-gray {
  border-bottom: 1px solid var(--gray05);
  padding-bottom: 60px;
}
.number-box {
  counter-reset: cnt;
}
.number-box-list-ttl {
  list-style: none;
  font-size: clamp(1.15rem, 1.2vw, 1.25rem);
  position: relative;
  padding-left: 2rem;
}
.number-box-list-ttl:before {
  counter-increment: cnt;
  content: counter(cnt, decimal-leading-zero);
  position: absolute;
  top: 4px;
  left: 0;
  color: var(--gray01);
  font-size: clamp(1.35rem, 2vw, 2rem);
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", YuMincho, serif;
  line-height: 1;
}
.number-box-list-ttl + .number-box-list-ttl {
  margin-top: 15px;
}
.number-box-list p, .number-box-list-content li {
  font-size: 1rem;
}
.type-box {
  padding-bottom: 30px;
  border-bottom: 1px solid var(--gray05);
}
.type-box-inner {
  margin-top: 30px;
}
.type-box-inner-ttl {
  font-size: clamp(1.2rem, 1.5vw, 1.25rem);
  padding-bottom: 10px;
}
.type-box-inner-ttl span {
  font-size: 1rem;
}
.type-box-inner-detail {
  background-color: var(--white);
  color: var(--main);
  padding: 10px;
  border-radius: 5px;
}
.vertical-list li {
  border-bottom: 1px solid var(--gray05);
  padding-bottom: 20px;
}
.vertical-list .number-box-list-ttl + .number-box-list-ttl {
  margin-top: 20px;
}
.border-box {
  border: 1px solid var(--main);
  padding: clamp(20px, 3vw, 40px);
}
.dot-list li {
  position: relative;
  padding-left: 24px;
  font-size: clamp(.85rem, 1.2vw, 1rem);
  text-align: left;
}
.dot-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: clamp(.3rem, 1.2vw, .35rem);
  width: clamp(.85rem, 1.2vw, 1rem);
  height: clamp(.85rem, 1.2vw, 1rem);
  border-radius: 50%;
  background-color: var(--main);
}
.dot-list li + li {
  margin-top: clamp(10px, .85vw, 20px);
}
.icon-list-box {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  margin-top: 20px;
  border-bottom: 1px solid var(--gray05);
}
.icon-list-box-img {
  width: 40px;
  height: 40px;
  margin-right: 15px;
}
.icon-list-box-txt {
  flex: 1;
  line-height: 1.2;
}
.bullet-point li {
  position: relative;
  padding-left: 2rem;
  line-height: 1.5;
  font-size: clamp(.8rem, .85vw, .85rem);
}
.bullet-point li + li {
  margin-top: clamp(8px, .85vw, 10px);
}
.bullet-point li span {
  position: absolute;
  left: 0;
}
.padding-bottom-box {
  border-bottom: 1px solid var(--gray05);
  padding-bottom: 30px;
}
.layer-box-under {
  margin-right: 40px;
  padding: 0 30px 0 15px;
}
.contact-box-center p {
  text-align: center;
}
.number-box-list-content li {
  line-height: 1.3;
}
.number-box-list-content li + li {
  margin-top: 8px;
}
.fee-box {
  width: 100%;
  align-items: center;
}
.fee-box-ttl {
  width: 60%;
  line-height: 1.3;
}
@media print, screen and (min-width: 576px) {
  .icon-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
  }
  .icon-list-box {
    margin-top: 0;
    width: calc(100% / 2);
    max-width: calc(100% / 2 - 7.5px);
  }
}
@media print, screen and (min-width: 768px) {
  .area-full {
    padding-right: 15px;
    padding-left: 15px;
  }
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .area {
    padding-right: 15px;
    padding-left: 15px;
  }
  .grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11, .grid-12, .grid, .grid-auto, .grid-s-1, .grid-s-2, .grid-s-3, .grid-s-4, .grid-s-5, .grid-s-6, .grid-s-7, .grid-s-8, .grid-s-9, .grid-s-10, .grid-s-11, .grid-s-12, .grid-s, .grid-s-auto,.grid-m-1, .grid-m-2, .grid-m-3, .grid-m-4, .grid-m-5, .grid-m-6, .grid-m-7, .grid-m-8, .grid-m-9, .grid-m-10, .grid-m-11, .grid-m-12, .grid-l-1, .grid-l-2, .grid-l-3, .grid-l-4, .grid-l-5, .grid-l-6, .grid-l-7, .grid-l-8, .grid-l-9, .grid-l-10, .grid-l-11, .grid-l-12 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .side-layout-main {
    padding: 0 15px;
  }
  .side-wrap {
    padding: 0 15px;
  }
  .round-img {
    border-radius: 50px;
  }
  .round-img.small-round-img {
    border-radius: 25px;
  }
  .white-box-center {
    padding: 40px;
  }
  .layer-box-white {
    padding: 80px;
  }
  .layer-box-gray {
    padding: 80px 80px 0;
  }
  .layer-box-gray.box-left {
    padding: 80px 80px 0 0;
  }
  .layer-box-gray.box-right {
    padding: 80px 0 0 80px;
  }
  .border-line-ttl span {
    padding: 0 30px;
  }
  .contact-box-right {
    display: flex;
    justify-content: center;
  }
  .contact-box-right div + div {
    margin-top: 0;
  }
  .sp-border {
    padding-bottom: 0;
    border-bottom: none;
  }
  .item-service {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }
  .item-service-box {
    width: calc(100% / 2 - 15px);
  }
  .item-service-box-img {
    margin-right: 30px;
    width: 20%;
  }
  .border-bottom-gray {
    padding-bottom: 0;
  }
  .line-contact-img {
    width: 30%;
  }
  .line-contact-img img {
    width: 100%;
  }
  .line-contact-border {
    border-top: 1px  solid var(--main);
    border-left: none;
    border-radius: 0 25px 25px 0;
    padding: 20px;
  }
  .line-contact-border p {
    margin-top: 0;
  }
  .left-border-box {
    padding-left: 40px;
  }
  .left-border-box-compact {
    padding-left: 20px;
  }
  .left-border-box-margin {
    margin-top: 0;
  }
  .number-box-list-ttl {
    padding-left: 2.5rem;
  }
  .type-box {
    display: flex;
    padding-bottom: 40px;
  }
  .type-box-img {
    width: 25%;
  }
  .type-box-inner {
    margin-top: 0;
    padding-left: 40px;
    flex: 1;
  }
  .type-box-inner-detail {
    border-radius: 10px;
    padding: 10px 20px;
  }
  .vertical-list .number-box-list-ttl {
    padding-left: 3.5rem;
  }
  .icon-list {
    gap: 30px;
  }
  .icon-list-box {
    max-width: calc(100% / 2 - 15px);
    padding-bottom: 30px;
  }
  .icon-list-box-img {
    margin-right: 20px;
  }
  .padding-bottom-box {
    padding-bottom: 40px;
  }
  .layer-box-under {
    padding: 0 80px 0 15px;
  }
  .fee-box {
    align-items: baseline;
  }
  
}
@media print, screen and (min-width: 992px) {
  .layer-img {
    -ms-flex: 0 0 66.6666%;
    flex: 0 0 66.6666%;
    max-width: 66.6666%;
  }
  .layer-box {
    width: calc(100%/2);
  }
  .layer-box-white {
    margin-top: -50%;
  }
  .layer-box-white.box-right, .layer-box-gray.box-right {
    margin-left: 0;
  }
  .layer-box-gray.box-left, .layer-box-gray.box-right {
    position: absolute;
    bottom: 0;
    width: calc(100% / 2);
  }
  .layer-box-gray.box-left {
    left: 0;
    margin-right: 0;
    padding: 80px 80px 0 15px;
  }
  .layer-box-gray.box-right {
    right: 0;
    margin-left: 0;
    padding: 80px 15px 0 80px;
  }
  .contact-box {
    justify-content: space-evenly;
    padding: 30px 0;
  }
  .contact-box-left, .contact-box-right {
    padding: 0;
  }
  .contact-box-left {
    width: 44%;
    padding-right: 15px;
    border-right: 1px solid var(--main);
  }
  .contact-box-right {
    width: 56%;
    border-top: none;
  }
  .contact-box-right-inner {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }
  .contact-box-tel {
    margin-top: 0;
  }
  .item-service {
    margin-top: 30px;
  }
  .line-contact-img {
    width: 20%;
  }
  .line-contact-border {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px;
  }
  .line-contact-border .contact-box-line {
    margin-top: 0;
  }
  .number-box-list-ttl + .number-box-list-ttl {
    margin-top: 20px;
  }
  .layer-box-under {
    width: calc(100% / 2);
  }
  .access-map iframe {
    height: 400px;
  }
}
@media print, screen and (min-width: 1200px) {
  .area-wide {
    max-width: 1140px;
  }
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .round-img.big-round-img {
    border-radius: 50px;
  }
  .layer-box-white.box-right, .layer-box-gray.box-right {
    border-radius: 50px 0 0 0;
  }
  .layer-box-gray.box-left {
    border-radius: 0 50px 0 0;
    padding: 80px 80px 0 115px;
  }
  .layer-box-gray.box-right {
    padding: 80px 115px 0 80px;
  }
  .white-box-center {
    padding: 80px;
  }
  .border-line-ttl span {
    padding: 0 60px;
  }
  .contact-box-left {
    padding-right: 30px;
    width: 44%;
  }
  .contact-box-right {
    width: 56%;
  }
  .line-contact-border {
    padding: 50px;
  }
  .left-border-box {
    padding-left: 60px;
  }
  .left-border-box-compact {
    padding-left: 40px;
  }
  .number-box-list-ttl {
    padding-left: 3.5rem;
  }
  .number-box-list-ttl + .number-box-list-ttl {
    margin-top: 30px;
  }
  .number-box-list-ttl::before {
    top: 0;
  }
  .type-box {
    padding-bottom: 60px;
  }
  .type-box-inner-detail {
    padding: 10px 30px;
  }
  .contact-box {
    padding: 60px;
  }
  .vertical-list .number-box-list-ttl + .number-box-list-ttl {
    margin-top: 30px;
  }
  .padding-bottom-box {
    padding-bottom: 60px;
  }
  .layer-box-under {
    padding: 0 80px 0 115px;
  }
  .access-map iframe {
    height: 500px;
  }
  .left-border-box-compact .number-box-list-ttl {
    padding-left: 4rem;
  }
}
@media print, screen and (min-width: 1400px) {
  .area-wide {
    max-width: 1240px;
  }
}
@media print, screen and (min-width: 1600px) {
  .area-wide {
    max-width: 1560px;
  }
  .round-img.big-round-img {
    border-radius: 100px;
  }
  .layer-box-white {
    padding: 100px 180px 100px 110px;
  }
  .layer-box-white.box-right, .layer-box-gray.box-right {
    border-radius: 100px 0 0 0;
  }
  .layer-box-gray.box-left {
    border-radius: 0 100px 0 0;
    padding: 100px 110px 0 195px;
  }
  .layer-box-gray.box-right {
    padding: 100px 195px 0 110px;
  }
  .contact-box {
    padding: 60px 100px;
  }
  .contact-box-left {
    width: 46%;
    padding-right: 60px;
  }
  .contact-box-right {
    width: 54%;
  }
  .vertical-list li {
    padding-bottom: 60px;
  }
  .vertical-list .number-box-list-ttl + .number-box-list-ttl {
    margin-top: 60px;
  }
  .vertical-list .number-box-list-ttl {
    padding-left: 4.5rem;
  }
  .layer-box-under {
    padding: 0 180px 0 195px;
  }
}
/*--------------------------------------------------------------------
▼投稿CSS設定
---------------------------------------------------------------------*/
.date {
  color: var(--gray06);
  font-size: 90%;
  font-weight: 200;
}
.entry-content.documents.md-h {
  margin-top: 10px;
}
.artist, .item-detail, .customer-detail {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 20px;
  line-height: 1.3;
}
.result-list .artist {
  font-size: clamp(.85rem, 1vw, 1rem);
  padding-left: 0;
  margin-top: 10px;
}
.reference-price {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  margin-top: 10px;
}
.result-list .reference-price {
  font-size: clamp(.8rem, 1vw, .85rem);
}
.reference-price-box {
  font-size: 1.5em;
  padding: 0 .5rem;
}
.result-list .reference-price-box {
  font-size: 1.75em;
  line-height: 1;
}
.entry-content-voice .border-cat {
  margin-top: 30px;
}
.border-cat {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.border-cat span {
  border-bottom: 1px solid var(--main);
  color: var(--main);
  display: inline-block;
  font-size: clamp(.75rem, 1vw, .85rem);
  font-weight: normal;
  line-height: 1.2;
  padding-bottom: .5em;
}
.voice-list .border-cat span {
  font-size: clamp(.75rem, 1.2vw, .85rem);
}
.item-detail, .customer-detail {
  font-size: 1.125rem;
}
.item-detail-name, .customer-detail-adress {
  padding-right: 10px;
  min-width: 50%;
}
.description {
  font-weight: 200;
  color: var(--gray06);
}
.side-wrap p {
  line-height: 1.5;
}

@media print, screen and (min-width: 768px) {
  .entry-content.documents.md-h {
    margin-top: 40px;
  }
  .artist {
    padding-left: 1.25rem;
  }
  .entry-content-voice .border-cat {
    margin-top: 40px;
  }
  .item-detail-name, .customer-detail-adress {
    min-width: 30%;
  }
  .customer-detail {
    margin-top: 10px;
  }
  ul.related-list li {
    margin-top: 30px;
  }
  .related-box .txt_c {
    margin-top: 40px;
  }
  .widget_newentryimagewidget li a span.date {
    margin-top: 15px;
  }
  .widget .h_ttl {
    margin-bottom: 20px;
  }
}
