@charset "utf-8";
/******************************************************************
Theme Name: 丸富 ver.2023
Theme URI: https://m-tomi.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;
}
}
/*****ここまではテーマの基本設定なのでなるべく変更不可*****/

/*☆☆☆☆☆☆☆☆☆☆☆  サイト用個別設定  ☆☆☆☆☆☆☆☆☆☆☆*/
.mt30 {
  margin-top: 30px;
}
.documents.sm-h, .sm-h-sp {
  margin-top: 20px;
}
.documents-under.sm-h {
  margin-bottom: 20px;
}
.documents.md-h {
  margin-top: 30px;
}
.documents-under.md-h {
  margin-bottom: 30px;
}
.justify-content-center {
  justify-content: center;
}
.align-items-center {
  align-items: center;
}
.flex-wrap-wrap {
  flex-wrap: wrap;
}
#not-found, #post-not-found {
  background: var(--sub);
}
@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;
  }
  .align-items-md-stretch {
    align-items: stretch;
    display: flex;
  }
}
@media print, screen and (min-width: 992px) {
  .sm-h-sp {
    margin-top: 0;
  }
  .documents.sm-h {
    margin-top: 40px;
  }
  .documents-under.sm-h {
    margin-bottom: 40px;
  }
  .documents.md-h {
    margin-top: 60px;
  }
  .documents-under.md-h {
    margin-bottom: 60px;
  }
}
@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%;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-none {
    display: none !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;
  font-size: clamp(1rem, 1.2vw,1.125rem);
  letter-spacing: .025em;
}
.fw-regular {
  font-weight: 400;
}
/*-------------------------------------------------------------
▼カラー設定
--------------------------------------------------------------*/
:root {
  --black: #111;
  --main: #236A30;
  --sub: #F0ECE6;
  --key: #F24718;
  --gray04: #B0A7A9;
  --gray05: #696969;
  --gray06: rgba(0, 0, 0, .4);
}
.main-color {
  color: var(--main);
}
.main-color-bg {
  background-color: var(--main);
}
.sub-color {
  color: var(--sub);
}
.sub-color-bg {
  background-color: var(--sub);
}
.black-color-bg {
  background-color: var(--black);
}
.white-color-bg {
  background-color: var(--white);
}
.bg-sub-color-under {
  background: linear-gradient(180deg, transparent 0%, transparent 25%, var(--sub) 25%, var(--sub) 100%);
}
/*-------------------------------------------------------------
▼ヘッダー設定
--------------------------------------------------------------*/
html.open,
html.open body {
  overflow: hidden;
}
.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;
}
.header-inner .logo {
  padding-left: 15px;
}
.logo img {
  height: 35px;
}
.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: 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 {
  position: relative;
  min-height: 150px;
}
.page-top-visual-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-top-visual-ttl {
  font-weight: bold;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.1;
  text-shadow: 0 0 1.5rem var(--white),1px 1px 1rem var(--white),1px -1px 1rem var(--white),-1px 1px 1rem var(--white);
}
@media print, screen and (min-width: 576px) {
.hamburger-nav {
  width: 320px;
}
}
@media print, screen and (min-width: 768px) {
  .logo img {
    height: 30px;
  }
.hamburger-nav-wrap {
  display: none;
}
.global-nav-wrap {
  display: flex;
  align-items: center;
}
.header-inner {
  height: 80px;
}
.global-nav-wrap ul:not(.sub-menu) {
  display: flex;
}
.global-nav-wrap ul li {
  padding: 0 8px;
  position: relative;
}
.global-nav-wrap ul li:last-child {
  padding-right: 0;
}
.global-nav-wrap ul li a, .global-nav-button a {
  font-size: clamp(.8rem, 1vw, 1rem);
  font-weight: bold;
  letter-spacing: 0;
}
.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-button {
  display: flex;
  align-items: center;
  height: 80px;
  padding-left: 15px;
}
.global-nav-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .25rem .75rem;
  height: 80px;
  min-width: 60px;
  line-height: 1.3;
}
.global-nav-button-contact {
  background-color: var(--black);
}
.page-top-visual {
  min-height: 200px;
}
}
@media print, screen and (min-width: 992px) {
  .logo img {
    height: 35px;
  }
  .global-nav-wrap ul li a, .global-nav-button a {
    letter-spacing: .1em;
  }
  .global-nav-button {
    padding-left: 30px;
  }
  .global-nav-button a {
    min-width: 80px;
  }
  .page-top-visual {
    min-height: 300px;
  }
}
@media print, screen and (min-width: 1200px) {
  .header-inner .logo {
    padding-left: 30px;
  }
  .global-nav-button a {
    min-width: 136px;
  }
  .page-top-visual {
    min-height: 400px;
  }
}
@media print, screen and (min-width: 1400px) {
  .header-inner, .global-nav-button, .global-nav-button a {
    height: 100px;
  }
  .header-inner .logo, .global-nav-button {
    padding-left: 60px;
  }
  .global-nav-wrap ul li {
    padding: 0 20px;
  }
  .global-nav-button a {
    padding: .5rem .75rem;
    height: 100px;
  }
  .logo img {
    height: 56px;
  }
}
/*--------------------------------------------------------------------
▼フッター設定
---------------------------------------------------------------------*/
.footer-contact-tel-link {
  position: relative;
  padding-left: clamp(2rem, 2.5vw, 2.5rem);
  font-size: clamp(2rem, 2.5vw, 3rem);
  font-weight: bold;
  line-height: 1;
  letter-spacing: .05rem;
}
.footer-contact-tel-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(./library/images/icon/icon-tel.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: clamp(1.7rem, 2.5vw, 2.2rem);
  height: clamp(1.7rem, 2.5vw, 2.2rem);
}
.footer-inner-sns {
  display: flex;
  align-items: center;
}
.footer-inner-sns li + li {
  padding-left: 20px;
}
.footer-inner-sns li img {
  width: 30px;
}
.footer-menu ul {
  display: flex;
  flex-wrap: wrap;
}
.footer-menu ul li {
  font-size: 14px;
  font-weight: bold;
  width: calc(100% / 2);
}
#menu-footer-menu2:not(.sub-menu) > li, .footer-menu ul.sub-menu {
  width: 100%;
}
.footer-menu li {
  margin-top: .85rem;
  width: 100%;
}
.footer-menu ul.sub-menu li, .footer-menu-policy a, .footer-copy p {
  font-weight: 400;
  font-size: 12px;
  position: relative;
}
.footer-menu ul.sub-menu li {
  padding-left: .5rem;
  letter-spacing: .05rem;
}
.footer-menu ul.sub-menu li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  vertical-align: middle;
  color: var(--gray05);
  line-height: 1;
  width: 6px;
  height: 6px;
  border: 1px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-50%) translateX(-25%) rotate(45deg);
}
.footer-menu ul.sub-menu li + li {
  margin-top: 10px;
}
.footer-menu-policy a, .footer-copy p {
  color: var(--gray05);
}
.footer-org-detail {
  display: none;
}
@media print, screen and (min-width: 576px) {

}
@media print, screen and (min-width: 768px) {
  .footer-menu ul {
    display: block;
  }
  .footer-menu ul li {
    width: 100%;
  }
  .footer-menu li + li {
    margin-top: 1rem;
  }
  .footer-menu ul.sub-menu li {
    padding-left: 1rem;
  }
  .footer-menu-policy ul {
    display: flex;
    justify-content: flex-end;
    line-height: 1;
  }
  .footer-menu-policy li + li {
    padding-left: 15px;
  }
}
@media print, screen and (min-width: 992px) {

}
@media print, screen and (min-width: 1200px) {
  .footer-menu li + li {
    margin-top: 1.25rem;
  }
  .footer-menu ul.sub-menu li {
    padding-left: 1.2rem;
  }
}
@media print, screen and (min-width: 1400px) {
  .footer-menu li + li {
    margin-top: 2.85rem;
  }
}
/*--------------------------------------------------------------------
▼ヘッドライン設定(全ページ共通で使用するタイトル)
---------------------------------------------------------------------*/
h2, .h2 {
  font-size: clamp(1.5rem, 3vw, 2.25rem);
}
h3, .h3 {
  font-size: clamp(1.25rem, 1.85vw, 1.8rem);
}
h4, .h4 {
  font-size: clamp(1.125rem, 1.5vw, 1.4rem);
}
h5, .h5 {
  font-size: 1em;
  text-transform: uppercase;/*大文字*/
}
.main-ttl, .main-ttl.h3-border {
  position: relative;
  padding-left: 3.75rem;
}
.main-ttl::before, .main-ttl.h3-border::before {
  content: "";
  position: absolute;
  border-top: 1px solid var(--black);
  top: clamp(1rem, 2.25vw, 1.75rem);
  left: 0;
  transform: translateY(-50%);
  width: 40px;
}
.main-ttl.h3-border::before {
  top: clamp(.9rem, 1.5vw, 1.35rem);
}
.sub-ttl {
  border-bottom: double 4px var(--gray04);
  padding-bottom: 20px;
}
.min-ttl {
  font-size: 1.25rem;
}
.md-ttl {
  font-size: clamp(1.25rem, 1.85vw, 1.8rem);
}
.md-lg-ttl {
  font-size: clamp(1.375rem, 3vw, 1.875rem);
}
.lg-ttl {
  font-size: clamp(1.5rem, 3vw, 2.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;
  padding: .9rem  2.25rem .9rem  1.5rem;
  background-color: var(--main);
  border-radius: 60px;
  letter-spacing: .01rem;
  line-height: 1.2;
  display: inline-block;
  text-align: center;
  min-width: 210px;
}
.main-btn::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  right: .75rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  border: 2px solid var(--white);
}
.main-btn::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 50%;
  right: 1.25rem;
  width: 7px;
  height: 7px;
  border-top: 2px solid var(--white);
  border-right: 2px solid var(--white);
  transform: translateY(-50%) rotate(45deg);
}
.main-btn.black-color-bg {
  background-color: var(--black);
}
@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 {
    padding: 1.125rem 3.75rem 1.125rem 2.75rem;
    letter-spacing: .05rem;
    font-size: 1.125rem;
  }
  .main-btn::before {
    right: 1rem;
    width: 1.5rem;
    height: 1.5rem;
  }
  .main-btn::after {
    right: 1.65rem;
    width: 8px;
    height: 8px;
  }
}
/*--------------------------------------------------------------------
▼サイドバー幅固定設定
---------------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
  .side-layout-main {
    padding: 0 15px;
  }
  .side-wrap {
    padding: 0 15px;
  }
}
/*--------------------------------------------------------------------
▼お問い合わせフォーム設定
---------------------------------------------------------------------*/
table.form {
  margin-top: -15px;
}
table.form tr th {
  vertical-align: text-top;
  padding: 15px 0 0;
  font-size: clamp(1.25rem, 1.85vw, 1.8rem);
}
table.form tr td {
  padding: 10px 0;
}
table.form tr th.v-top {
  vertical-align: text-top;
}
.flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.asterisk {
  background-color: var(--key);
  color: var(--white);
  font-size: 1rem;
  font-weight: 400;
  padding: .25rem .6rem;
  line-height: 1.2;
}
.asterisk.rev {
  font-size: .85em;
}
input[type="text"], input[type="email"], input[type="url"], textarea {
  appearance: none;
  border-radius: 0;
}
.mw_wp_form input[type="file"]::file-selector-button {
  padding: .25rem .75rem;
  min-width: 100px;
  appearance: none;
  color: var(--black);
  background-color: var(--gray03);
  border: 1px solid var(--gray02);
  border-radius: 5px;
}
.form-btn-box button {
  margin: 0 15px;
  border: none;
  outline: none;
  appearance: none;
}
@media print, screen and (min-width: 576px) {

}
@media print, screen and (min-width: 768px) {
  table.form tr th {
    padding: 20px 20px 20px 0;
    line-height: 1.2;
    width: 300px;
    vertical-align: middle;
  }
  table.form tr td {
    padding: 20px 0;
  }
  input[type="text"], input[type="email"], input[type="url"], textarea {
    padding: 1.25rem;
  }
}
@media print, screen and (min-width: 992px) {
}
@media print, screen and (min-width: 1200px) {
  table.form tr th {
    width: 380px;
  }
}
/*--------------------------------------------------------------------
▼テーブル設定
---------------------------------------------------------------------*/
table {
  table-layout: fixed;
}
table.under-line-table tr:first-of-type th, table.under-line-table tr:first-of-type td {
  padding-top: inherit;
}
table.under-line-table tr th {
  width: 130px;
  text-align: left;
  padding: 15px 0;
}
table.under-line-table tr td {
  padding: 15px 0;
  line-height: 1.3;
}
@media print, screen and (min-width: 576px) {

}
@media print, screen and (min-width: 768px) {
  table.under-line-table tr th {
    width: 200px;
  }
}
@media print, screen and (min-width: 992px) {
  table.under-line-table tr th, table.under-line-table tr td {
    padding: 1.5rem 0;
  }
}
@media print, screen and (min-width: 1200px) {
  table.under-line-table tr th {
    width: 350px;
  }
}
/*--------------------------------------------------------------------
▼フロントページ設定（トップスライダー等トップページのみのデザイン設定）
---------------------------------------------------------------------*/
.top-visual, .top-visual-img {
  position: relative;
}
.top-visual-ttl {
  position: absolute;
  top: calc(50% - 3em);
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  padding: 0 15px;
  text-shadow: 0 0 1rem var(--gray06);
  letter-spacing: .25rem;
}
.top-visual-ttl h2 {
  font-size: clamp(2rem, 3.5vw, 3.75rem);
}
.top-visual-news {
  position: absolute;
  bottom: 1rem;
  width: calc(100% - 30px);
  left: 15px;
}
.top-visual-news-box {
  background-color: var(--white);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
}
.top-visual-news-ttl {
  font-size: clamp(1.2rem, 1.5vw, 1.5rem);
  padding-right: 2rem;
}
.top-visual-news-link {
  text-align: left;
  padding-left: 2rem;
}
.top-visual-news-link a {
  position: relative;
  padding-right: clamp(1.2rem, 1.5vw, 1.5rem);
  font-size: clamp(.85rem, 1.5vw, 1.125rem);
}
.top-visual-news-link a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  vertical-align: middle;
  color: var(--main);
  line-height: 1;
  width: 6px;
  height: 6px;
  border: 1px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-50%) translateX(-25%) rotate(45deg);
}
.top-visual-news-list-box-ttl {
  font-size: clamp(.85rem, 1.5vw, 1.125rem);
}
@media print, screen and (min-width: 465px) {
  .top-visual-news-list {
    min-width: 280px;
  }
}
@media print, screen and (min-width: 576px) {
  .top-visual-news-ttl {
    padding-right: 3rem;
  }
  .top-visual-news-link {
    padding-left: 3rem;
  }
}
@media print, screen and (min-width: 595px) {
  .top-visual-news-box {
    padding: 15px 20px;
    justify-content: flex-start;
  }
  .top-visual-news-ttl {
    order: 1;
    border-right: 1px solid var(--gray04);
    padding-right: 1.5rem;
  }
  .top-visual-news-link {
    order: 3;
    padding-left: 1.5rem;
    width: 21%;
    text-align: right;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
  }
  .top-visual-news-list {
    order: 2;
    padding-left: 1.5rem;
  }
}

@media print, screen and (min-width: 768px) {
  .top-visual-news {
    left: 50%;
    max-width: 720px;
    transform: translateX(-50%);
    padding: 0 15px;
  }
  .top-visual-news-ttl {
    padding-right: 1rem;
  }
  .top-visual-news-list-box {
    display: flex;
    align-items: center;
  }
  .top-visual-news-list-box .byline {
    padding-right: 1rem;
  }
  .top-visual-news-link {
    width: auto;
    right: 30px;
  }
}
@media print, screen and (min-width: 992px) {
  .top-visual-news {
    max-width: 960px;
    bottom: 2.5rem;
  }
  .top-visual-news-box {
    padding: 1.25rem 1.875rem;
  }
  .top-visual-news-ttl {
    padding-right: 3rem;
  }
  .top-visual-news-list {
    padding-left: 3rem;
  }
  .top-visual-news-list-box .byline {
    padding-right: 2rem;
}
}
@media print, screen and (min-width: 1200px) {
  .top-visual-news {
    max-width: 1140px;
  }
  .top-visual-news-box {
    padding: 1.25rem 1.875rem 1.25rem 3.75rem;
  }
  .top-visual-news-list-box {
    min-width: 600px;
  }
  .top-visual-news-link {
    right: 45px;
  }
}
/*--------------------------------------------------------------------
▼ブロック、コンテンツ設定
---------------------------------------------------------------------*/
.lg-center-box {
  align-items: flex-start;
}
.circle-box {
  text-align: center;
}
.circle-box-img {
  width: 80%;
  border-radius: 50%;
}
.board-box,
.board-box-top,
.board-box-bottom {
  position: relative;
}
.board-box-top,
.board-box-bottom {
  height: 30px;
}
.board-box-inner {
  padding: 30px 0;
  position: relative;
}
.board-box::before,
.board-box::after,
.board-box-inner::before,
.board-box-inner::after,
.board-box-top::before,
.board-box-top::after,
.board-box-bottom::before,
.board-box-bottom::after {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
}
.board-box::before,
.board-box-top::before {
  border-left: solid 1px var(--black);
  border-top: solid 1px var(--black);
  top: 0;
  left: 0;
}
.board-box-inner::before,
.board-box-top::after {
  border-right: solid 1px var(--black);
  border-top: solid 1px var(--black);
  top: 0;
  right: 0;
}
.board-box::after,
.board-box-bottom::after {
  border-right: solid 1px var(--black);
  border-bottom: solid 1px var(--black);
  bottom: 0;
  right: 0;
}
.board-box-inner::after,
.board-box-bottom::before {
  border-left: solid 1px var(--black);
  border-bottom: solid 1px var(--black);
  bottom: 0;
  left: 0;
}
.number-box {
  position: relative;
}
.number-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 30px solid var(--white);
  border-right: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid var(--white);
}
.number-box-label {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1.2;
  z-index: 1;
}
.border-box {
  border: 2px solid var(--main);
  padding: 15px;
}
.border-box-panel {
  border: 2px solid var(--main);
  padding: 0 15px 40px;
}
.link-box {
  position: relative;
}
.link-box-btn {
  background-color: var(--sub);
  padding: .65rem 1.5rem .65rem 1rem;
  position: relative;
  font-weight: bold;
  display: inline-block;
  width: 100%;
  line-height: 1.5;
}
.link-box-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: .85rem;
  display: inline-block;
  vertical-align: middle;
  color: var(--main);
  line-height: 1;
  width: .5rem;
  height: .5rem;
  border: 1px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-50%) translateX(-25%) rotate(45deg);
}
.bgi {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.bgi-container {
  position: relative;
  width: 100%;
}
.bgi-container-img {
  position: absolute;
  top: 0;
  width: 60%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.bgi-container-img.bgi-works {
  object-fit: cover;
  width: 50%;
  opacity: .6;
}
.bgi-left {
  left: 0;
}
.bgi-right {
  right: 0;
}
.frame-box-outer {
  background-color: var(--white);
  padding: 5px;
  position: relative;
}
.frame-box-outer.sub-color-bg {
  background-color: var(--sub);
}
.frame-box {
  border: 1px solid var(--black);
  padding: 40px 15px;
}
.frame-box.small-padding {
  padding: 15px;
}
.double-line {
  border-bottom: double 4px var(--gray04);
}
.map iframe {
  border: none;
  width: 100%;
  height: 400px;
}
.service-img-box {
  position: relative;
}
.service-img-box-ttl {
  font-size: clamp(1.25rem, 3vw, 2.25rem);
  position: absolute;
  top: 30px;
  left: 0;
  padding: .5rem 1rem;
  z-index: 1;
}
.transition-box {
  gap: 10px;
}
.flow-ttl {
  display: block;
  font-size: clamp(1rem, 1.5vw, 1.25rem);
}
ul.dot-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  gap: 10px;
}
ul.dot-list li {
  width: 100%;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.2;
}
ul.dot-list li::before {
  content: "";
  width: 1rem;
  height: 1rem;
  display: inline-block;
  position: absolute;
  left: 0;
  top: .125rem;
  border-radius: 50%;
  background: var(--main);
}
.house-icon {
  position: relative;
  padding-left: 3.5rem;
}
.house-icon::before {
  content: "";
  position: absolute;
  top: clamp(1.125rem, 2vw, 1.5rem);
  transform: translateY(-50%);
  left: 0;
  background-image: url(./library/images/icon/icon-house.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 3rem;
  height: 1.5rem;
}
@media print, screen and (min-width: 451px) {
  .transition-box a {
    width: calc(100% / 2);
  }
}
@media print, screen and (min-width: 576px) {
}
@media print, screen and (min-width: 768px) {
  .border-box, .frame-box {
    padding: 40px 30px;
  }
  .border-box-panel {
    padding: 0 30px 40px;
  }
  .frame-box-outer {
    padding: 10px;
  }
  .bgi-container-img.bgi-works {
    max-height: 640px;
    top: inherit;
    bottom: 0;
    opacity: 1;
  }
  .transition-box a {
    width: auto;
  }
  ul.dot-list.half li {
    width: calc(100% / 2 - 5px);
  }
  ul.dot-list li::before {
    width: 1.125rem;
    height: 1.125rem;
  }
  .board-box-inner-txt {
    padding: 0 30px;
  }
}
@media print, screen and (min-width: 992px) {
  .circle-box-img {
    width: 100%;
  }
  .service-img-box-ttl {
    top: 60px;
    padding: .5rem 3.75rem;
  }
  .sub-ttl-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .flow-ttl {
    padding-right: 1.875rem;
    display: inline-block;
  }
  .frame-box.small-padding {
    padding: 30px;
  }
  .house-icon {
    padding-left: 4rem;
  }
  .house-icon::before {
    width: 54px;
    height: 30px;
  }
}
@media print, screen and (min-width: 1200px) {
  .lg-center-box {
    align-items: center;
  }
  .board-box-top,
  .board-box-bottom {
    height: 80px;
  }
  .board-box-inner {
    padding: 40px 0;
  }
  .board-box::before,
  .board-box::after,
  .board-box-inner::before,
  .board-box-inner::after,
  .board-box-top::before,
  .board-box-top::after,
  .board-box-bottom::before,
  .board-box-bottom::after {
    width: 80px;
    height: 80px;
  }
  .number-box-label {
    font-size: 1.25rem;
  }
  .border-box, .frame-box {
    padding: 60px;
  }
  .border-box-panel {
    padding: 20px 60px 60px;
  }
  .bgi-right {
    background-size: inherit;
  }
  .transition-box {
    gap: 30px;
  }
  .board-box-inner-txt {
    padding: 0 60px;
  }
}
/*--------------------------------------------------------------------
▼タブ切り替え設定
---------------------------------------------------------------------*/
.btn_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px;
}
.tab_btn {
  color: var(--gray04);
  cursor: pointer;
  transition: all 0.2s ease 0s;
  margin: 0;
  padding: .5rem 1.125rem .5rem .75rem;
  font-weight: bold;
  position: relative;
  border: 2px solid transparent;
  line-height: 1.2;
  width: 100%;
}
.tab_btn.active {
  color: var(--main);
  border-radius: 50px;
  border: 2px solid var(--main);
  position: relative;
}
.tab_btn.active:after {
  content: "";
  position: absolute;
  margin: auto;
  top: 50%;
  right: 1rem;
  width: .5rem;
  height: .5rem;
  border-top: 2px solid var(--main);
  border-right: 2px solid var(--main);
  transform: translateY(-50%) rotate(135deg);
}
.tab_box .tab_panel {
  display: none;
}
.tab_box .tab_panel.active {
  display: block;
}
.contact-end-box {
  padding: 40px 15px;
}
@media print, screen and (min-width: 768px) {
  .btn_area {
    gap: 10px;
  }
  .tab_btn {
    width: calc(100% / 2 - 10px);
  }
  .corporate-reform .tab_btn {
    width: calc(100% / 3 - 20px);
  }
}
@media print, screen and (min-width: 992px) {
  .tab_btn, .corporate-reform .tab_btn {
    width: calc(100% / 4 - 10px);
    padding: .5rem 2rem .5rem 1.5rem;
  }
  .contact-end-box {
    padding: 40px 30px;
  }
}
@media print, screen and (min-width: 1200px) {
  .tab_btn {
    font-size: 1.125rem;
  }
  .contact-end-box {
    padding: 60px;
  }
}
/*--------------------------------------------------------------------
▼投稿関係設定
---------------------------------------------------------------------*/
.byline {
  color: var(--gray05);
  font-size: clamp(.85rem, 1.5vw, 1.125rem);
  line-height: 1.2;
}
.work-list .byline {
  font-size: 14px;
}
.work-list-box-address {
  padding-right: 1rem;
}
.category-name {
  border: 1px solid var(--main);
  padding: .25rem .5rem;
  border-radius: 30px;
  letter-spacing: .05rem;
  line-height: 1;
  display: inline-block;
}
.work-list .category-name {
  font-size: 16px;
}
.archives-list h3, .work-list h4 {
  font-size: clamp(1.125rem, 2vw, 1.25rem);
}

.side-block-box-list {
  border-bottom: 1px solid var(--gray01);
  padding-bottom: 20px;
  font-size: 14px;
}
.side-block-box-list + .side-block-box-list {
  margin-top: 20px;
}
.side-block-box-list-ttl {
  font-size: clamp(1rem, 2vw, 1.125rem);
}
.description {
  color: var(--gray01);
  font-size: 14px;
  line-height: 1.4;
}
.related-list .side-block-box-list-ttl {
  margin-top: 1rem;
}
.related-list .side-block-box-list-ttl.news-post-ttl {
  margin-top: 0;
}
.related-list-work {
  font-size: 14px;
}
.single .entry-content p:first-child {
  margin-top: 0;
}
/*--------------------------------------------------------------------
▼ハック設定
---------------------------------------------------------------------*/
/* Firefox */
@-moz-document url-prefix() {
  .footer-menu ul.sub-menu li {
    padding-left: 1rem;
  }
}