@charset "utf-8";
/******************************************************************
Theme Name: 木もれ日の家 ver.2023
Theme URI: https://k-ie.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;
}
}
/*****ここまではテーマの基本設定なのでなるべく変更不可*****/

/*☆☆☆☆☆☆☆☆☆☆☆  サイト用個別設定  ☆☆☆☆☆☆☆☆☆☆☆*/
.body-wrap {
  overflow: hidden;
}
.mt30 {
  margin-top: 30px;
}
p.documents.sm-h {
  margin-top: 20px;
}
p.documents-under.sm-h {
  margin-bottom: 20px;
}
.documents.md-h {
  margin-top: 40px;
}
.documents-under.md-h {
  margin-bottom: 40px;
}
.documents.lg-h {
  margin-top: 80px;
}
.documents.lg-h-sp {
  margin-top: 40px;
}
.documents-under.lg-h {
  margin-bottom: 80px;
}
.documents.lg-h.sp-margin-plus {
  margin-top: 120px;
}
@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;
  }
  .area.wide, .area.wide-l {
    max-width: 720px;
  }
  .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;
  }
}
@media print, screen and (min-width: 992px) {
  .area.wide {
    max-width: 930px;
  }
  .area.wide-l {
    max-width: 1110px;
  }
  p.documents.sm-h {
    margin-top: 40px;
  }
  p.documents-under.sm-h {
    margin-bottom: 40px;
  }
  .documents.md-h {
    margin-top: 80px;
  }
  .documents-under.md-h {
    margin-bottom: 80px;
  }
  .documents.lg-h, .documents.lg-h-sp, .documents.lg-h.sp-margin-plus {
    margin-top: 100px;
  }
  .documents-under.lg-h {
    margin-bottom: 100px;
  }
}
@media print,screen and (min-width: 1200px) {
  .grid-xl-1 {
    -ms-flex: 0 0 8.3333%;
    flex: 0 0 8.3333%;
    max-width: 8.3333%;
  }
  .grid-xl-2 {
    -ms-flex: 0 0 16.6666%;
    flex: 0 0 16.6666%;
    max-width: 16.6666%;
  }
  .grid-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .grid-xl-4 {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .grid-xl-5 {
    -ms-flex: 0 0 41.6666%;
    flex: 0 0 41.6666%;
    max-width: 41.6666%;
  }
  .grid-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .grid-xl-7 {
    -ms-flex: 0 0 58.3333%;
    flex: 0 0 58.3333%;
    max-width: 58.3333%;
  }
  .grid-xl-8 {
    -ms-flex: 0 0 66.6666%;
    flex: 0 0 66.6666%;
    max-width: 66.6666%;
  }
  .grid-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .grid-xl-10 {
    -ms-flex: 0 0 83.3333%;
    flex: 0 0 83.3333%;
    max-width: 83.3333%;
  }
  .grid-xl-11 {
    -ms-flex: 0 0 91.6666%;
    flex: 0 0 91.6666%;
    max-width: 91.6666%;
  }
  .grid-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .area.wide, .area.wide-l {
    max-width: 1140px;
  }
}
@media print,screen and (min-width: 1400px) {
  .area.wide {
    max-width: 1200px;
  }
  .area.wide-l {
    max-width: 1370px;
  }
  .documents.sm-h, p.documents.sm-h {
    margin-top: 60px;
  }
  .documents-under.sm-h, p.documents-under.sm-h {
    margin-bottom: 60px;
  }
  .documents.lg-h, .documents.lg-h-sp, .documents.lg-h.sp-margin-plus {
    margin-top: 140px;
  }
  .documents-under.lg-h {
    margin-bottom: 140px;
  }
}
@media print,screen and (min-width: 1800px) {
  .area.wide {
    max-width: 1540px;
  }
  .area.wide-l {
    max-width: 1720px;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
}
/*-------------------------------------------------------------
▼フォント設定
--------------------------------------------------------------*/
body,
button,
input[type="submit"] {
  font-family: 'Noto Sans JP', 游ゴシック, YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, "PT Sans", "Lucida Grande", sans-serif;
}
/*-------------------------------------------------------------
▼カラー設定
--------------------------------------------------------------*/
:root {
  --main: #4D4D4D;
  --black02: #000;
  --black03: rgba(0, 0, 0, .36);
  --sub: #F5F5F5;
  --red: #F8351C;
  --gray04: #eee;
  --gray05: #F3F3F3;
  --gray06: #999;
}
.main-color {
  color: var(--main);
}
.main-color-bg {
  background-color: var(--main);
}
.sub-color {
  color: var(--sub);
}
.sub-color-bg {
  background-color: var(--sub);
}
/*-------------------------------------------------------------
▼ヘッダー設定
--------------------------------------------------------------*/
html.open,
html.open body {
  overflow: hidden;
}
.page-template-frontpage #header {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
}
.header-inner,
.hamburger-btn {
  height: 60px;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hamburger-nav-wrap {
  display: block;
}
.global-nav-wrap {
  display: none;
}
.logo img {
  height: 40px;
}
.sns-box {
  position: absolute;
  right: 0;
}
.sns-box-sp {
  padding-right: 5rem;
}
.sns-box-sp a {
  position: relative;
  z-index: 11;
}
.sns-box-sp svg {
  display: flex;
  align-items: center;
  height: 30px;
}
.page-template-frontpage .icon-insta-path {
  fill: var(--white);
}
.icon-insta-path, .open .icon-insta-path {
  fill: var(--black02);
}
.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(--main);
  -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% - 13px);
}
.hamburger-btn-line:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.hamburger-btn-line:nth-child(3) {
  bottom: calc(50% - 13px);
}
.page-template-frontpage .hamburger-btn-line {
  background: var(--white);
}
.open .page-template-frontpage .hamburger-btn-line, .page-template-frontpage .smaller .hamburger-btn-line {
  background: var(--main);
}
.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: 300px;
  -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;
}
.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-position: center;
  background-repeat: no-repeat;
  min-height: 250px;
  position: relative;
}
.page-top-visual-ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: 0.1em;
  background: var(--black03);
  padding: 10px 10px 12px;
  line-height: 1.2;
  min-width: 325px;
  text-align: center;
  font-size: clamp(2rem, 4vw, 3.75rem);
}
@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: flex;
  align-items: center;
  gap: 20px;
}
.header-inner {
  height: 80px;
}
.logo img {
  height: 40px;
}
.sns-box {
  display: none;
}
.sns-box-pc svg {
  display: flex;
  align-items: center;
  height: 32px;
}
.global-nav-wrap ul:not(.sub-menu) {
  display: flex;
}
.global-nav-wrap ul li {
  padding: 0 10px;
  position: relative;
  font-size: clamp(.85rem, 1.2vw, 1rem);
}
.global-nav-wrap ul li:last-child {
  padding-right: 0;
}
.global-nav-wrap ul li a {
  font-weight: bold;
}
.page-template-frontpage .global-nav-wrap ul:not(.sub-menu) li a {
  color: var(--white);
}
.page-template-frontpage .global-nav-wrap ul .sub-menu li a {
  color: var(--main);
}
.global-nav-wrap ul.sub-menu {
  display: none;
  position: absolute;
  top: 20px;
  left: 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;
}
.page-top-visual {
  min-height: 400px;
}
.page-top-visual-ttl {
  padding: 1rem 3rem;
  min-width: max-content;
}
}
@media print, screen and (min-width: 992px) {
  .header-inner {
    height: 100px;
  }
  .logo img {
    height: 71px;
  }
  .global-nav-wrap {
    gap: 30px;
  }
  .global-nav-wrap ul li {
    padding: 0 15px;
  }
  .contact-btn {
    padding: 1rem 2.5rem;
  }
}
/*--------------------------------------------------------------------
▼フッター設定
---------------------------------------------------------------------*/
.page-footer-content-box h3 {
  margin-top: 20px;
}
.footer-contact {
  position: relative;
}
.footer-contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 1px;
  height: 40px;
  background-color: var(--main);
}
.footer-inner {
  border-top: 1px solid var(--main);
}
.footer-inner-logo {
  display: flex;
  align-items: center;
}
.footer-inner-logo-sns {
  padding-left: 3rem;
}
.footer-inner-logo-sns img {
  height: 30px;
}
.footer-org-meta-box {
  margin-top: 30px;
}
.footer-menu ul li {
  font-size: clamp(.85rem, 1.2vw, 1rem);
 }
.footer-policy-menu ul {
  font-size: 12px;
}
.footer-copy {
  background: var(--black02);
}
.footer-copy p {
  max-width: 1110px;
  margin: 0 auto;
  text-align: left;
  color: var(--white);
  font-weight: 400;
  font-size: 12px;
  padding: 20px 0;
}
.footer-org {
  font-size: 12px;
}
.footer-org-meta {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .page-footer-content {
    display: flex;
    justify-content: space-between;
  }
  .page-footer-content-box {
    width: calc((100% - 60px) / 3);
  }
  .footer-inner-logo-sns {
    padding-left: 4rem;
  }
  .footer-menu ul, .footer-policy-menu ul {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
  }
  .footer-menu ul li {
    line-height: 1;
  }
  .footer-menu ul li + li {
    border-left: 1px solid var(--black);
    padding-left: 10px;
  }
  .footer-contact::before {
    height: 80px;
  }
  .footer-copy p {
    text-align: center;
  }
}
@media print, screen and (min-width: 992px) {
  .footer-org-meta-box {
    margin-top: 30px;
  }
  .footer-menu ul, .footer-policy-menu ul {
    gap: 20px;
  }
  .footer-menu ul li + li {
    padding-left: 20px;
  }
}
@media print, screen and (min-width: 1600px) {
  .page-footer-content-box {
    width: calc((100% - 120px) / 3);
  }
  .page-footer-content-box h3 {
    margin-top: 30px;
  }
  .footer-menu ul, .footer-policy-menu ul {
    gap: 40px;
  }
  .footer-menu ul li + li {
    padding-left: 40px;
  }
}
/*--------------------------------------------------------------------
▼ヘッドライン設定(全ページ共通で使用するタイトル)
---------------------------------------------------------------------*/
h2, .h2 {
  font-size: clamp(1.75rem, 2vw, 2rem);
}
h3, .h3 {
  font-size: clamp(1.35rem, 2vw, 1.5rem);
}
h4, .h4 {
  font-size: clamp(1.125rem, 2vw, 1.25rem);
}
h5, .h5 {
  font-size: 1em;
  text-transform: uppercase;/*大文字*/
}
.main-ttl {
  letter-spacing: .15rem;
}
.sub-ttl {
  font-size: clamp(1.5rem, 3vw, 1.875rem);
}
.mini-ttl {
  font-size: clamp(1.2rem, 2vw, 1.25rem);  
}
.mid-ttl {
  font-size: clamp(1.35rem, 2vw, 1.5rem);  
}
.border-ttl {
  border-bottom: 1px solid var(--main);
  padding-bottom: 1rem;
}
@media print, screen and (min-width: 992px) {
  .border-ttl {
    padding-bottom: 1.5rem;
  }
}
@media print, screen and (min-width: 1200px) {
  .border-ttl {
    padding-bottom: 2.25rem;
  }
}
/*--------------------------------------------------------------------
▼ボタン設定(全ページ共通で使用するボタン)
---------------------------------------------------------------------*/
.main-btn {
  display: flex;
  justify-content: center;
  border: 1px solid var(--main);
  padding-right: 3rem;
  text-decoration: none;
  line-height: 1;
  transition: all 0.2s ease-in;
  position: relative;
  padding: .75rem 1rem;
  font-size: clamp(1.125rem, 1.2vw, 1.2rem);
  min-width: 200px;
  text-align: center;
  margin-right: 1rem;
}
.main-btn::before,
.main-btn::after {
  content: "";
  position: absolute;
  transition: all 0.2s ease-in;
}
.main-btn::before {
  width: 6px;
  height: 6px;
  right: 0;
  top: 50%;
  transform: translateY(-40%) translateX(150%) rotate(45deg);
  border-top: 1px solid var(--main);
}
.main-btn::after {
  width: 24px;
  height: 1px;
  right: 0;
  top: 53%;
  transform: translateY(-40%) translateX(50%);
  background: var(--main);
}
.main-btn:hover::before {
  right: -4%;
}
.main-btn:hover::after {
  right: -2%;
  width: 32px;
}
button[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  background-color: var(--white);
  color: var(--main);
  min-width: 200px;
  width: 100%;
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  .main-btn {
    display: inline-block;
    padding: 1rem 2rem;
    min-width: 240px;
  }
  .contact-btn {
    display: inline-block;
    background-color: var(--black02);
    color: var(--white);
    font-size: clamp(.85rem, 1.2vw, 1rem);
    font-weight: bold;
    padding: .5rem 2rem;
    border-radius: 30px;
  }
  button[type="submit"] {
    min-width: 240px;
    width: auto;
  }
}
/*--------------------------------------------------------------------
▼お問い合わせフォーム設定
---------------------------------------------------------------------*/
table.form {
  margin-top: -20px;
  table-layout: fixed;
}
table.form tr {
  border-bottom: 1px solid var(--gray04);
}
table.form tr th {
  padding: 20px 0 0;
}
table.form tr th.text-top {
  vertical-align: text-top;
}
table.form tr td {
  padding: 20px 0;
}
table.form tr th + td {
  padding-top: 10px;
}
input[type="text"], input[type="email"], input[type="url"], textarea {
  background-color: var(--gray05);
  border: none;
  padding: 1rem .5rem;
  line-height: 1.4;
}
.contact-btn-flex-box {
  display: flex;
  justify-content: center;
  margin-left: -15px;
  margin-right: -15px;
}
.contact-btn-flex-box button {
  margin: 0 15px;
}
.contact-btn-flex-box .main-btn.rev {
  background-color: var(--main);
  color: var(--white);
}
@media print, screen and (min-width: 768px) {
  table.form tr th {
    vertical-align: middle;
    padding-top: 0;
    width: 270px;
  }
  table.form tr th.text-top, table.form tr th + td {
    padding-top: 20px;
  }
}
@media print, screen and (min-width: 1200px) {
  table.form {
    margin-top: -40px;
  }
  table.form tr th {
    padding: 0;
  }
  table.form tr th.text-top, table.form tr th + td  {
    padding-top: 40px;
  }
  table.form tr td {
    padding: 40px 0;
  }
  input[type="text"], input[type="email"], input[type="url"], textarea {
    padding: 1.25rem 1.5rem;
  }
}
/*--------------------------------------------------------------------
▼テーブル設定
---------------------------------------------------------------------*/
table.border-table {
  width: 100%;
  border-collapse: collapse;
}
table.border-table tr {
  border-bottom: 1px solid var(--main);
}
table.border-table tr th,
table.border-table tr td {
  display: block;
  width: 100%;
}
table.border-table tr th {
  color: var(--main);
  font-size: 1.25rem;
  text-align: left;
  min-width: 240px;
  padding-right: 20px;
  padding-top: 20px;
  vertical-align: text-top;
}
table.border-table tr:first-of-type th {
  padding-top: 0;
}
table.border-table tr td {
  text-align: left;
  padding-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  table.border-table tr th, table.border-table tr td {
    display: table-cell;
  }
  table.border-table tr th {
    padding-right: 20px;
    width: 40%;
  }
  table.border-table tr:first-of-type th {
    padding-top: 20px;
  }
  table.border-table tr td {
    padding-top: 20px;
  }
}
@media print, screen and (min-width: 1200px) {
  table.border-table tr th {
    padding-right: 30px;
  }
  table.border-table tr th, table.border-table tr td {
    padding-bottom: 30px;
  }
  table.border-table tr th, table.border-table tr:first-of-type th, table.border-table tr td {
    padding-top: 30px;
  }
}
/*--------------------------------------------------------------------
▼サイドバー幅固定設定
---------------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
.side-layout-main {
  padding: 0 15px;
}
.side-wrap {
  padding: 0 15px;
}
}
/*--------------------------------------------------------------------
▼フロントページ設定（トップスライダー等トップページのみのデザイン設定）
---------------------------------------------------------------------*/
.top-visual {
  position: relative;
}
.top-news-box {
  background-color: var(--black03);
  padding: 20px 15px;
}
.top-news-box-left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--white);
  padding-bottom: 10px;
}
.top-news-box-left-link {
  position: relative;
}
.top-news-box-left-ttl {
  font-size: clamp(1.35rem, 2vw, 1.5rem);
}
.arrow-link {
  display: inline-block;
  padding-right: 3rem;
  text-decoration: none;
  line-height: 1;
  transition: all 0.2s ease-in;
  position: relative;
}
.top-news-box-left-link .arrow-link {
  font-size: 12px;
}
.arrow-link::before,
.arrow-link::after {
  content: "";
  position: absolute;
  transition: all 0.2s ease-in;
}
.arrow-link::before {
  width: 6px;
  height: 6px;
  right: 20px;
  top: 50%;
  transform: translateY(-40%) rotate(45deg);
  border-top: 1px solid var(--main);
}
.white.arrow-link::before {
  border-top: 1px solid var(--white);
}
.arrow-link::after {
  width: 24px;
  height: 1px;
  right: 18px;
  top: 53%;
  transform: translateY(-40%);
  background: var(--main);
}
.white.arrow-link::after {
  background: var(--white); 
}
.arrow-link:hover::before {
  right: 12px;
}
.arrow-link:hover::after {
  right: 10px;
  width: 32px;
}
.top-news-box-right {
  margin-top: 20px;
}
.top-news-box-right-box .byline {
  border: 1px solid var(--white);
  padding: .05rem .5rem .02rem;
  font-size: 12px;
  display: inline-block;
  color: var(--white);
}
.top-news-box-right-box-txt {
  font-size: clamp(.85rem, 1.2vw, .95rem);
}
.banner-area .documents.lg-h-sp {
  margin-top: 10px;
}
.top-message {
  border-bottom: 1px solid var(--main);
  padding-bottom: 20px;
}
.top-message-txt {
  font-size: clamp(1.2rem, 1.4vw, 1.5rem);
  line-height: 2;
}
.top-message-img {
  width: 270px;
}
/* .top-message-ttl {
  font-size: clamp(2.75rem, 3vw, 3.75rem);
} */
.top-message-txt-content {
  line-height: 2;
}
.image-frame-right {
  display: flex;
}
.line-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.line-list li {
  max-width: calc(100% / 2);
  width: calc(100% / 2 - 10px);
  position: relative;
  padding-left: 1.2rem;
}
.line-list li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 1px;
  width: .85rem;
  background-color: var(--main);
}
.index-box-txt {
  margin-top: 20px;
}
@media print, screen and (min-width: 576px) {
  .top-news-box {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .top-news-box-right-box .byline {
    margin-right: 1.125rem;
  }
}
@media print, screen and (min-width: 768px) {
  .top-news-box-left {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    border-bottom: none;
    border-right: 1px solid var(--white);
    padding-bottom: 0;
  }
  .top-news-box-right {
    margin-top: 0;
  }
  .top-news-box-right-box {
    display: flex;
  }
  .banner-area .documents.lg-h-sp {
    margin-top: 80px;
  }
  .image-frame-right {
    gap: 30px 30px;
  }
  .line-list li {
    max-width: calc(100% / 3);
    width: calc(100% / 3 - 20px);
  }
  .index-box {
    display: flex;
    padding-left: 4%;
    border-left: 1px solid var(--main);
  }
  .index-box-ttl {
    width: 120px;
  }
  .index-box-txt {
    flex: 1;
    margin-top: 0;
  }
}
@media print, screen and (min-width: 992px) {
  .top-news-box-right {
    padding-left: 4%;
  }
  .banner-area .documents.lg-h-sp {
    margin-top: 100px;
  }
  .top-message {
    padding-bottom: 60px;
  }
  .image-frame-right {
    flex-direction: column;
  }
  .line-list li {
    max-width: calc(100% / 2);
    width: calc(100% / 2 - 10px);
  }
}
@media print, screen and (min-width: 1200px) {
  .top-message {
    padding-bottom: 100px;
  }
}
@media print, screen and (min-width: 1400px) {
  .top-news-box-left {
    padding-left: 4%;
  }
  .image-frame-right {
    gap: 40px 40px;
  }
  .banner-area .documents.lg-h-sp {
    margin-top: 140px;
  }
  .top-message-img {
    width: 300px;
  }
}
@media print, screen and (min-width: 1800px) {
  .line-list li {
    max-width: calc(100% / 3);
    width: calc(100% / 3 - 20px);
  }
}
/*--------------------------------------------------------------------
▼ブロック、コンテンツ設定
---------------------------------------------------------------------*/
.align-center {
  align-items: center;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.justify-content-center-box {
  display: flex;
  justify-content: center;
}
.justify-content-between {
  justify-content: space-between;
}
.border-top {
  border-top: 1px solid var(--main);
}
.dot-list li {
  position: relative;
  padding-left: 25px;
}
.dot-list li + li {
  margin-top: 10px;
}
.dot-list li span {
  position: absolute;
  left: 0;
}
.access-map iframe {
  width: 100%;
  height: 400px;
}
.gray-lg-ttl {
  font-size: clamp(1.75rem, 2vw, 2rem);
  color: var(--gray06);
}
.contact-box {
  padding: 40px 15px;
}
.contact-box-area-ttl {
  font-size: 1rem;
  letter-spacing: .5rem;
}
.contact-box-area-number {
  font-size: clamp(1.75rem, 3vw, 1.875rem);
  font-weight: bold;
}
/****** サービス概要スライダー ******/
.service-slider-wrapper {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media print, screen and (min-width: 768px) {
  .separate-box-txt-outer {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
  .top-message-txt-content.sp-left {
    text-align: left;
  }
}
@media print, screen and (min-width: 992px) {
  .separate-box .separate-box-img {
    padding-left: 0;
    padding-right: 15px;
  }
  .separate-box.flex-row-reverse .separate-box-img {
    padding-left: 15px;
    padding-right: 0;
  }
  .separate-box-txt-outer {
    display: flex;
  }
  .separate-box.flex-row-reverse .separate-box-txt-outer {
    display: flex;
    justify-content: flex-end;
  }
  .separate-box-txt, .service-box {
    max-width: 435px;
  }
  .top-message-txt-content.sp-left {
    text-align: center;
  }
  .pd-plus {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
  .pd-plus-box {
    max-width: calc(100% / 3);
    width: calc((100% - 60px) / 3);
  }
  .no-padding-pc {
    padding-left: 0;
    padding-right: 0;
  }
  .service .no-padding-pc {
    padding-left: 15px;
  }
  .pd-plus-box.half-box {
    max-width: calc(100% / 2);
    width: calc((100% - 30px) / 2);
  }
  /****** サービス概要スライダー ******/
  .service-slider-wrapper {
    width: 100%;
    display: flex;
    padding-left: 0;
  }
  .service-slider-wrapper.flex-row-reverse {
    padding-right: 0;
  }
  .service-slider {
    display: flex;
    gap: 30px;
    margin-left: inherit;
    margin-right: inherit;
  }
  .service-slider-wrapper.flex-row-reverse .service-slider {
    justify-content: flex-end;
  }
  .service-slider li {
    min-width: calc(100% / 3);
  }
}
@media print, screen and (min-width: 1200px) {
  .separate-box {
    justify-content: flex-start;
    align-items: center;
  }
  .separate-box-img {
    max-width: 60%;
  }
  .separate-box-txt, .service-box {
    max-width: 490px;
  }
  /****** サービス概要スライダー ******/
  .service-slider {
    max-width: 1080px;
    gap: 40px;
  }
}
@media print, screen and (min-width: 1400px) {
  /****** サービス概要スライダー ******/
  .service-slider {
    gap: 60px;
  }
}
@media print, screen and (min-width: 1800px) {
  .pd-plus {
    gap: 60px;
  }
  .pd-plus-box {
    width: calc((100% - 120px) / 3);
  }
  .pd-plus-box.half-box {
    width: calc((100% - 60px) / 2);
  }
  .service-box {
    max-width: 675px;
  }
  /****** サービス概要スライダー ******/
  .service-slider {
    max-width: 1410px;
  }
}
/*--------------------------------------------------------------------
▼投稿設定
---------------------------------------------------------------------*/
#not-found, #post-not-found {
  background-color: var(--sub);
}
.archives-list.news {
  margin-top: -20px;
}
.byline {
  color: var(--main);
  font-weight: 400;
}
.news-list {
  border-bottom: 1px solid var(--gray04);
  padding: 20px 0;
}
.archives-list .news-list h3 {
  font-size: 1.25em;
  font-weight: 500;
}
.archives-list.works .category-name {
  font-size: 10px;
  margin-top: 20px;
}
.category-name {
  background-color: var(--main);
  color: var(--white);
  padding: 0.2em 0.75em;
}
.works-list-ttl {
  font-size: 1.25em;
  font-weight: 500;
}
/* 施工実績 */
.bxslider {
  position: relative;
}
.bx-wrapper img {  
  object-fit: contain;
  background-color: var(--gray01);
}
.bxslider_thumbnail {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.bxslider_thumbnail > li {
  width: calc(100% / 4);
  margin-top: 8px;
  padding-left: 4px;
  padding-right: 4px;
}
.bxslider_thumbnail > li > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bxslider-single .caption {
  padding: 0.5rem 0;
  font-size: clamp(.85rem, 1.5vw, 1rem);
  letter-spacing: .05rem;
}
.bx-wrapper .bx-controls-direction a {
  z-index: 1;
}
.prev-btn, .next-btn {
  display: block;
  position: absolute;
  top: calc((100% - 1rem) / 2);
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}
.prev-btn {
  left: 8px;
  background-image: url(./library/images/icon/arrow-left.svg);
}
.next-btn {
  right: 8px;
  background-image: url(./library/images/icon/arrow-right.svg);
}
.bx-prev, .bx-next {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
@media print, screen and (min-width: 768px) {
  .archives-list.news {
    margin-top: -40px;
  }
  .news-list {
    display: flex;
    padding: 40px 0;
  }
  .news-list-text {
    margin-left: 60px;
  }
  .bxslider_thumbnail > li {
    width: calc(100% / 6);
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media print, screen and (min-width: 1200px) {
  .news-list-text {
    margin-left: 100px;
  }
}