<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/******************************************************************
Theme Name: RESTA ver.2023
Theme URI: https://resta.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: 15px;
  padding-left: 15px;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.area {
  max-width: 720px;
  padding-right: 15px;
  padding-left: 15px;
}
}
@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 &gt; .grid, .no-padding &gt; [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: 15px;
  padding-left: 15px;
}
.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: 18px;
  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: #C54E4E;
  --white: #fff;
  --gray01: #ccc;
  --gray02: #dfe2df;
  --gray03: #eff3f1;
  --yellow: #FEFCE8;
  --l-blue: #20A5DB;
}
.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 15px;
}
.side-wrap {
  width: 235px;
  padding: 0 15px;
}
.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;
}
/* 2023/4/5追加 */

input[type="text"], input[type="email"], input[type="url"] {
  padding: 10px 6px;
  color: var(--black);
  border: none;
  background-color: var(--gray03);
  border-radius: 6px;
}
select {
  border: none;
  background-color: var(--gray03);
  font-weight: 400;
  font-size: initial;
  color: var(--black);
  border-radius: 6px;
}
textarea {
  color: var(--black);
  border: none;
  background-color: var(--gray03);
  border-radius: 6px;
}
/*-------------------------------------------------------------
▼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(--black);
  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(--main) 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;
}
/*-------------------------------------------------------------
▼フォント設定
--------------------------------------------------------------*/
body,
button,
input[type="submit"] {
  font-family: 游ゴシック, YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, "PT Sans", "Lucida Grande", sans-serif;
}
.text120 {
  font-size: 120%;
}
.text130 {
  font-size: 130%;
}
.text150 {
  font-size: 150%;
}
/*-------------------------------------------------------------
▼カラー設定
--------------------------------------------------------------*/
:root {
  --main: #296D48;
  --sub: #FDF9D3;
  --key: #FCCD41;
  --yellow02: #FCCD41;
  --gray01: #9A9A9A;
  --green02: #00b900;
}
.main-color {
  color: var(--main);
}
.main-color-bg {
  background-color: var(--main);
}
.sub-color {
  color: var(--sub);
}
.sub-color-bg {
  background-color: var(--sub);
}
/*-------------------------------------------------------------
▼ヘッダー設定
--------------------------------------------------------------*/
.header{
  background-color: rgba(255,255,255,0.9);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 100;
}
.header-inner,
.hamburger-btn {
  height: 80px;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hamburger-nav-wrap {
  display: block;
}
.global-nav-wrap {
  display: none;
}
.logo img {
  height: 50px;
}
.hamburger-btn {
  cursor: pointer;
  width: 40px;
  background: transparent;
  border: none;
  padding: 0;
  position: relative;
  z-index: 11;
}
.hamburger-btn-inner {
  position: relative;
  display: block;
}
.hamburger-btn-line {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: var(--gray01);
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  border-radius: 4px;
}
.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: 0;
  top: -800px;
  z-index: 10;
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: var(--white);
  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;
  padding-left: 15px;
  margin-top: 25px;
  max-width: 1140px;
  width: 100%;
  margin: 25px auto 0;
}
.hamburger-nav-inner{
  max-width: 1140px;
  width: 100%;
  margin: 20px auto;
}
.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;
}
.header-nav-wrap{
  display: flex;
  align-items: center;
}
.header-contact-box {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.header-contact-box .header-contact-form a img{
  width: 40px;
  height: 28px;
  margin-left: 14px;
}
.line-h{
  line-height: 1;
}
.home main, .page-top-visual{
  margin-top: 80px;
}
.page-top-visual.background-image{
  background-image: url(library/images/content/page-top-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; 
}
.page-top-desc-ttl{
  padding: 100px 10px;
}
@media print, screen and (min-width: 576px) {
.hamburger-nav .logo {
  max-width: 540px;
}
.hamburger-nav-inner{
  max-width: 540px;
}
.line-h {
  line-height: 0;
}
}
@media print, screen and (min-width: 768px) {
.logo img {
  height: 75px;
}
.header{
  height: 100px;
}
.header-inner,
.hamburger-btn {
  height: 100px;
}
.hamburger-nav .logo {
  max-width: 720px;
}
.hamburger-nav-inner{
  max-width: 720px;
}
}
@media print, screen and (min-width: 992px){
.header-contact-box {
  margin-right: 30px;
}
.header-contact-box .header-contact-tel a{
  margin-right: 20px;
  font-weight: bold;
  font-size: 2em;
  position: relative;
  padding-left: 40px;
}
.header-contact-box .header-contact-tel a::before{
  content: "";
  background-image: url(library/images/icon/tel-icon.svg);
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.header-contact-box .header-contact-form a{
  position: relative;
  font-weight: bold;
  background-color: var(--key);
  padding: 10px 40px 10px 60px;
  border-radius: 8px;
}
.header-contact-box .header-contact-form a::before{
  content: "";
  background-image: url(library/images/icon/mail-icon.svg);
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 33px;
  transform: translateY(-50%);
  width: 20px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.header-contact-box .header-contact-form a::after{
  content: "";
  position: absolute;
  top: 50%;  
  right: 5px;
  transform: translateY(-50%);
  border: 4px solid transparent;
  border-left: 8px solid var(--white);
}
.hamburger-nav .logo {
  max-width: 960px;
}
.hamburger-nav-inner{
  max-width: 960px;
}
}
@media print, screen and (min-width: 1200px){
.hamburger-nav .logo {
  max-width: 1140px;
}
.hamburger-nav-inner{
  max-width: 1140px;
}
}
/*--------------------------------------------------------------------
▼フッター設定
---------------------------------------------------------------------*/
.footer-inner{
  position: relative;
}
.footer-menu{
  font-weight: bold;
}
.footer-submenu{
  font-size: 14px;
  margin-top: 30px;
}
.footer-org p{
  font-size: 16px;
}
.footer-tel a{
  margin-right: 20px;
  font-weight: bold;
  font-size: 24px;
  position: relative;
  padding-left: 25px;
}
.footer-tel a::before{
  content: "";
  background-image: url(library/images/icon/tel-icon.svg);
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.footer-menu ul li a{
  font-size: 14px;
}
.footer-copy {
  font-size: 12px;
}
.contact-area{
  background-image: url(library/images/content/contact-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; 
  padding-top: 95px;
  padding-bottom: 80px;
}
.contact-area-inner{
  position: relative;
}
.contact-box{
  background-color: var(--white);
  padding: 40px 20px 40px 20px;
  border-radius: 10px;
  text-align: center;
}
.contact-box .attention-ttl{
  margin-top: 0;
}
.footer-tel-btn a{
  position: relative;
  font-weight: bold;
  background-color: var(--main);
  color: var(--white);
  padding: 10px 40px 10px 60px;
  border-radius: 8px;
  font-size: 1.5em;
  display: block;
}
.footer-tel-btn a::before{
  content: "";
  background-image: url(library/images/icon/tel-icon-w.svg);
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 33px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.footer-tel-btn a::after{
  content: "";
  position: absolute;
  top: 50%;  
  right: 5px;
  transform: translateY(-50%);    
  border: 4px solid transparent;
  border-left: 8px solid var(--white);   
}
.footer-tel-btn, .footer-form-btn {
  letter-spacing: 0;
}
.footer-form-btn{
  margin-top: 20px;
}
.footer-form-btn a{
  position: relative;
  font-weight: bold;
  background-color: var(--key);
  padding: 10px 40px 10px 60px;
  border-radius: 8px;
  font-size: 1em;
  display: block;
}
.footer-form-btn a::before{
  content: "";
  background-image: url(library/images/icon/mail-icon.svg);
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 33px;
  transform: translateY(-50%);
  width: 20px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.footer-form-btn a::after{
  content: "";
  position: absolute;
  top: 50%;  
  right: 5px;
  transform: translateY(-50%);
  border: 4px solid transparent;
  border-left: 8px solid var(--white);
}
@media print, screen and (min-width: 768px) {
.footer-copy {
  position: absolute;
  bottom: 0;
  right: 0;
}
.footer-tel a {
  font-size: 18px;
}
.footer-tel a::before {
  width: 20px;
  height: 20px;
}
.footer-menu ul,
.footer-submenu ul{
  display: flex;
  justify-content: flex-end;
}
.footer-menu ul li {
  line-height: 1;
  letter-spacing: 0;
}
.footer-menu ul li:not(:first-child),
.footer-submenu ul li:not(:first-child){
  margin-left: 5px;
}
}
@media print, screen and (min-width: 992px) {
.footer-menu ul li a{
  font-size: 16px;
}
.footer-menu ul li:not(:first-child),
.footer-submenu ul li:not(:first-child){
  margin-left: 20px;
}
.contact-box &gt; p{
  font-size: 1.3em;
}
.contact-box-btn{
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-tel-btn a{
  display: inline-block;
}
.footer-form-btn{
  margin-left: 30px;
  margin-top: 0;
}
.footer-form-btn a{
  display: inline-block;
  font-size: 1.3em;
}
}
@media print, screen and (min-width: 1200px) {
  .footer-tel a {
  font-size: 30px;
  padding-left: 35px;
}
.footer-tel a::before {
  width: 28px;
  height: 28px;
}
.footer-menu ul li:not(:first-child),
.footer-submenu ul li:not(:first-child) {
  margin-left: 10px;
  letter-spacing: 2px;
}
}
/*--------------------------------------------------------------------
▼ヘッドライン設定(全ページ共通で使用するタイトル)
---------------------------------------------------------------------*/
h2, .h2 {
  font-size: 1.7em;
}
h3, .h3 {
  font-size: 1.4em;
}
h4, .h4 {
  font-size: 1.2em;
}
h5, .h5 {
  font-size: 1em;
  text-transform: uppercase;
}
.main-ttl {
  display: inline-block;
  font-size: 1.4em;
  background-color: var(--main);
  color: var(--white);
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.5em 1em;
  border-radius: 100vh;
  width: auto;
}
.main-ttl::before,
.main-ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: var(--main);
}
.main-ttl::before {
  left: -10px;
}
.main-ttl::after {
  right: -10px;
}
.main-ttl.long {
  top: -50px;
  width: calc(100% - 30px);
}
.sub-ttl {
  position: relative;
  display: inline-block;
  padding-bottom: 12px;
  color: var(--main);
}
.sub-ttl:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100px;
  height: 8px;
  border-radius: 4px;
  background-color: var(--main);
}
.f-24{
  font-size: 24px;
}
.white-bg{
  background-color: var(--white);
  padding: 20px;
  border-radius: 8px;
}
.border-bottom{
  border-bottom: solid 1px var(--main);
}
.pb40{
  padding-bottom: 40px;
}
.target-place-title {
  display: flex;
  align-items: center;
}
.contact-box .head-title {
  padding: 8px 10px;
}
@media print, screen and (min-width: 576px) {
.main-ttl.long {
  top: -30px;
  width: calc(100% - 30px);
}
}
@media print, screen and (min-width: 768px) {
  h2, .h2 {
    font-size: 2em;
  }
  .main-ttl {
    font-size: 1.4em;
    width: auto;
    margin-left: inherit;
  }
  .main-ttl::before {
    left: -12px;
  }
  .main-ttl::after {
    right: -12px;
  }
  .main-ttl::before {
    width: 24px;
    height: 24px;
    border-radius: 12px;
  }
  .main-ttl::after {
    width: 24px;
    height: 24px;
    border-radius: 12px;
  }
  .contact-box .head-title {
    padding: 10px 30px;
  }
}
@media print, screen and (min-width: 992px) {
.main-ttl.long {
  width: auto;
}
}
/*--------------------------------------------------------------------
▼ボタン設定(全ページ共通で使用するボタン)
---------------------------------------------------------------------*/
.main-btn {
  position: relative;
  font-weight: bold;
  color: var(--white);
  background-color: var(--main);
  padding: 20px 40px;
  border-radius: 8px;
  border: none;
  font-size: initial;
  display: inline-block;
}
.main-btn:hover{
  opacity: .7;
  transition: all .3s;
}
.main-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  border: 4px solid transparent;
  border-left: 8px solid var(--white);
}
ul.contact-btn-box {
  margin-top: 20px;
  margin-left: -15px;
  margin-right: -15px;
}
ul.contact-btn-box li {
  padding: 0 15px;
  text-align: center;
}
ul.contact-btn-box li + li {
  margin-top: 20px;
}
ul.contact-btn-box li a {
  font-size: 16px;
  font-weight: bold;
  display: block;
  border-radius: 10px;
  padding: 16px 40px 16px 0;
  position: relative;
}
ul.contact-btn-box li a::after {
  content: "";
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 11px;
  border-color: transparent transparent transparent var(--white);
}
ul.contact-btn-box li.form a {
  color: var(--black);
  background: var(--key);
}
ul.contact-btn-box li.line a {
  color: var(--white);
  background: var(--l-blue);
}
ul.contact-btn-box li a span {
  position: relative;
  display: inline-block;
  padding-left: 50px;
}
ul.contact-btn-box li a span::before {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 35px;
  width: 35px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
ul.contact-btn-box li.form a span::before {
  background-image: url(library/images/icon/mail-icon.svg);
}
ul.contact-btn-box li.line a span::before {
  background-image: url(library/images/icon/line-icn.png);
}
ul.contact-btn-box li.tel a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
  background: var(--green);
  padding: 18px 0 16px 0;
  letter-spacing: 2px;
}
ul.contact-btn-box li.tel .tel-time {
  color: var(--white);
  font-size: 12px;
  padding-left: 20px;
  text-align: left;
}
ul.contact-btn-box li.tel a span:first-child:before {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 35px;
  width: 35px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
ul.contact-btn-box li.tel a span:first-child::before {
  background-image: url(library/images/tel.png);
}
@media print, screen and (min-width: 768px) {
ul.contact-btn-box li.tel .tel-time {
  padding-left: 10px;
  font-size: 14px;
}
}
@media print, screen and (min-width: 992px) {
ul.contact-btn-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 40px;
}
ul.contact-btn-box li {
  width: 50%;
  margin-top: 0;
}
ul.contact-btn-box li + li {
  margin-top: 0;
}
}
@media print, screen and (min-width: 1200px) {
ul.contact-btn-box li a {
  font-size: 24px;
  padding: 14px 40px 14px 0;
}
ul.contact-btn-box li a span {
  padding-left: 65px;
}
ul.contact-btn-box li a span::before {
  height: 50px;
  width: 50px;
  left: 0;
}
ul.contact-btn-box li.tel .tel-time {
  padding-left: 20px;
  line-height: 1.3;
}
ul.contact-btn-box li.tel a span:first-child:before {
  height: 45px;
  width: 45px;
}
}
/*--------------------------------------------------------------------
▼お問い合わせフォーム設定
---------------------------------------------------------------------*/
table.form {
  margin-top: -15px;
}
table.form tr th {
  vertical-align: text-top;
  padding: 15px 0 0;
}
table.form tr {
  border-bottom: 1px solid var(--gray03);
}
.contact-btn-flex-box {
  display: flex;
  justify-content: center;
  margin-left: -15px;
  margin-right: -15px;
}
.contact-btn-flex-box button {
  margin: 0 15px;
}
.require{
  font-size: 14px;
  background-color: var(--red);
  padding: 4px 10px;
  color: var(--white);
  border-radius: 8px;
}
.contact-label{
  display: block !important;
}
table.form tr th {
  vertical-align: text-top;
  padding: 15px 0 0;
}
.contact-end-area{
  background-color: var(--gray03);
  border-radius: 30px;
  padding: 40px 10px;
}
.contact-end-tel a{
  position: relative;
  padding-left: 36px;
  font-size: 1.8em;
}
.contact-end-tel a::before{
  content: "";
  background-image: url(library/images/icon/tel-icon.svg);
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.mw_wp_form .horizontal-item+.horizontal-item {
  margin-left: 0;
  display: block;
}
.mwform-checkbox-field input, .mwform-radio-field input {
  vertical-align: baseline;
}
.mwform-tel-field input[type="text"], .mwform-zip-field input[type="text"] {
  width: 25%;
}
@media print, screen and (min-width: 768px) {
  table.form.sp-block-table tr th {
    padding: 20px 10px 20px 0;
    font-size: 20px;
    line-height: 1.2;
    width: 280px;
  }
  .contact-label{
    display: flex !important;
    justify-content: space-between;
  }  
  table.form.sp-block-table tr th {
    padding: 40px 10px;
    font-size: 20px;
    line-height: 1.2;
    width: 280px;
  }
  table.sp-block-table tr th, table.sp-block-table tr td {
    display: table-cell;
    width: auto;
  }
  .contact-end-tel a{
    font-size: 2.2em;
  }
  .mw_wp_form .horizontal-item+.horizontal-item {
    margin-left: 10px;
    display: inline-block;
  }
  .mwform-tel-field input[type="text"], .mwform-zip-field input[type="text"] {
    width: auto;
  }
textarea {
  margin: 40px 0;
}
table.sp-block-table tr th, table.sp-block-table tr td {
  display: table-cell;
  width: auto;
}
}
/*--------------------------------------------------------------------
▼テーブル設定
---------------------------------------------------------------------*/
.company-table tr {
  border-bottom: 1px solid var(--gray02);
}
.company-table th {
  display: block;
  padding: 20px 0 0;
  text-align: initial;
}
.company-table td {
  display: block;
  padding: 10px 0 20px;
}
@media print, screen and (min-width: 768px) {
.company-table th {
  display: table-cell;
  width: 20%;
  padding: 40px 0;
}
.company-table td {
  display: table-cell;
  width: 80%;
  padding: 40px 0;
}
}
/*--------------------------------------------------------------------
▼フロントページ設定（トップスライダー等トップページのみのデザイン設定）
---------------------------------------------------------------------*/
.front-top {
  position: relative;
}
.front-top-picture {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.front-top-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.front-top-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 0;
}
.front-top-inner-ttl-text {
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.2;
  font-weight: bold;
}
.front-top-inner-ttl h2 {
  font-size: 20px;
  margin-top: 10px;
}
.front-top-inner-ttl h2 span {
  font-size: 30px;
  display: inline-block;
  line-height: 1.8;
}
.front-top-inner-img {
  text-align: center;
  margin-top: 170px;
}
.front-top-inner-contact {
  line-height: 1.2;
}
.front-top-inner-contact-line {
  font-size: .85em;
  background: linear-gradient(transparent 50%, var(--yellow02) 50%);
}
.bg02 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 15px;
}
.bg-green {
  padding: 60px 0;
}
.bg02 {
  background-image: url(library/images/content/bg02.jpg);
}
.triangle {
  position: relative;
  padding: 20px 15px 80px;
}
.triangle.p-none {
  padding: 60px 15px;
}
.triangle-l-t,
.triangle-r-t,
.triangle-l-b,
.triangle-r-b {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
}
.triangle-l-t,
.triangle-r-t {
  top: 0;
}
.triangle-l-b,
.triangle-r-b {
  bottom: 0;
}
.triangle-l-t,
.triangle-l-b {
  left: 0;
}
.triangle-r-t,
.triangle-r-b {
  right: 0;
}
.green-back .triangle-l-t {
  border-color: var(--main) transparent transparent transparent;
}
.green-back .triangle-r-t {
  border-color: transparent var(--main) transparent transparent;
}
.green-back .triangle-l-b {
  border-color: transparent transparent transparent var(--main);
}
.green-back .triangle-r-b {
  border-color: transparent transparent var(--main) transparent;
}
.triangle-bottom {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -40px;
  width: 0;
  height: 0;
  border-style: solid;
  z-index: 1;
}
.green-back .triangle-bottom {
  border-color: var(--main) transparent transparent transparent;
}
.flag {
  position: relative;
}
.flag::before,
.flag::after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  width: 583px;
  max-width: 40%;
  height: 160px;
  top: 0;
  display: inline-block;
  z-index: 1;
}
.flag::before {
  left: 0;
  background-image: url(library/images/content/flag-l.png);
}
.flag::after {
  right: 0;
  background-image: url(library/images/content/flag-r.png);
}
.area-list-ttl {
  display: inline-block;
  font-size: 20px;
  background: var(--main);
  color: var(--white);
  padding: 2px 30px 0;
  border-radius: 4px 4px 0 0;
  line-height: 1.41;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.area-list-box {
  border: 3px solid var(--gray02);
  margin-top: -3px;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  background: var(--white);
}
.area-list-box li {
  padding-left: 15px;
  position: relative;
}
.area-list-box li::before {
  content: "";
  width: 2px;
  height: 2px;
  background: var(--black);
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 6.5px;
  top: 50%;
  transform: translateY(-50%);
}
.allow-ttl {
  font-size: 27px;
  letter-spacing: 0.1em;
  line-height: 1.2;
  display: inline-block;
  padding: 0 25px 10px;
  position: relative;
  margin-bottom: 15px;
}
.allow-ttl::before,
.allow-ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: calc(50% - 30px);
  height: 40px;
}
.allow-ttl::before {
  left: 0;
  border-top: 3px solid var(--main);
  border-right: 3px solid var(--main);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.allow-ttl::after {
  right: 0;
  border-top: 3px solid var(--yellow02);
  border-right: 3px solid var(--yellow02);
  -webkit-transform: rotate(90deg) scale(-1, 1);
  transform: rotate(180deg) scale(-1, 1);
}
.allow-ttl span.arrow {
  position: relative;
  display: inline-block;
}
.allow-ttl span.arrow::after {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 20px;
  height: 20px;
  border-top: 3px solid var(--yellow02);
  border-right: 3px solid var(--yellow02);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
span.marker {
  background: linear-gradient(transparent 60%, var(--yellow02) 60%);
  display: inline-block;
}
.border-box {
  padding: 40px 20px;
  border: 3px solid var(--main);
  border-radius: 8px;
  background-color: var(--white);
}
.box-shadow {
  box-shadow: 0 6px 0 var(--black02);
}
.reason .border-box {
  letter-spacing: 0;
}
.border-ttl {
  font-size: 1.4em;
  display: inline-block;
  position: relative;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.border-ttl::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background-color: var(--main);
}
.mid-ttl {
  font-size: 1.5em;
}
.worry-box {
  position: relative;
}
.worry-box-img {
  text-align: center;
  margin-top: 40px;
}
.worry-box-img img {
  width: 80%;
}
.reason-top-ttl.main-ttl.long {
  top: 0;
}
.worry-box-txt {
  margin-top: 40px;
}
.worry-box-list {
  margin-top: 20px;
  text-align: left;
}
.worry-box-list li {
  position: relative;
  font-size: 1.2em;
  padding-left: 30px;
  font-weight: bold;
}
.worry-box-list li::before {
  content: "";
  position: absolute;
  top: 14px;
  transform: translateY(-50%);
  left: 0;
  width: 18px;
  height: 18px;
  border: 4px solid var(--main);
  border-radius: 50%;
}
.worry-box-under-txt {
  font-size: 1.2em;
}
.line-marker {
  background: linear-gradient(transparent 50%, var(--yellow02) 50%);
}
.attention-box {
  position: relative;
}
.attention-ttl {
  position: relative;
  display: inline-block;
  padding: 0 30px;
  line-height: 1;
  margin-top: 40px;
}
.attention-ttl:before, .attention-ttl:after {
  content: "";
  position: absolute;
  top: 0;
  width: 3px;
  height: 100%;
  background: var(--main);
  border-radius: 4px;
}
.attention-ttl:before {
  left: 0;
  transform: rotate(-25deg);
}
.attention-ttl:after {
  right: 0;
  transform: rotate(25deg);
}
.attention-box .attention-ttl {
  margin-top: 130px;
}
.reason {
  position: relative;
}
.reason:after {
  content: "";
  position: absolute;
  top: 16%;
  left: 15px;
  width: 85px;
  height: 107px;
  background-image: url(./library/images/content/front-merit.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.news-box {
  margin-top: 20px;
}
.news-box .eyecatch {
  display: none;
}
.news-box-list {
  border-bottom: 1px solid var(--gray02);
  padding: 20px 0;
}
.news-box-list:first-child {
  margin-top: 20px;
}
.news-box-list .byline {
  display: flex;
  align-items: center;
}
.news-box-list .date {
  padding-right: 10px;
  color: var(--gray01);
  letter-spacing: 0;
}
.news-box-list .category-name {
  background-color: var(--main);
  color: var(--white);
  font-size: 14px;
  font-weight: bold;
  padding: 1px 10px 0;
}
.news-box-list-ttl {
  margin-top: 20px;
  font-size: 1.2em;
}
/***よくあるご質問トグル**/
.faq-box {
  border: 1px solid var(--gray01);
}
.faq-box {
  border: none;
}
.category-faq .faq-box+.faq-box {
  border-top: none;
}
.faq-box-inner, .faq-box-text, .faq-box-inner-ttl, .faq-box-text-item {
  position: relative;
}
.faq-box-inner {
  padding: 15px 45px 15px 15px;
  cursor: pointer;
}
.faq-box &gt; .faq-box-inner {
  border-left: 12px solid var(--main);
}
.faq-box-text {
  padding: 15px 18px;
  border-left: 12px solid var(--main);
}
.faq-box-inner-ttl {
  font-size: 1.2em;
}
.faq-box-inner-ttl::before, .faq-box-text-item::before {
  position: absolute;
  top: 15px;
  transform: translateY(-50%);
  left: 0;
  font-size: 30px;
  font-weight: 900;
  font-family: Arial, "Noto Sans JP", "Original Yu Gothic", "Yu Gothic", YuGothic, "Hiragino Sans", sans-serif;
}
.faq-box-text {
  display: none;
}
.faq-box-inner-accordion {
  display: inline-block;
  transition: all .3s;
  box-sizing: border-box;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 15px;
}
.faq-box-inner-accordion span {
  display: inline-block;
  transition: all .3s;
  box-sizing: border-box;
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: var(--main);
}
.faq-box-inner-accordion span:nth-of-type(1) {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.faq-box-inner-accordion span:nth-of-type(2) {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.faq-box-inner-accordion.active span:nth-of-type(1) {
  display: none;
}
.faq-box-inner-accordion.active span:nth-of-type(2) {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
table.sp-block-table tr th, table.sp-block-table tr td {
  display: block;
  width: 100%;
  text-align: left;
}
table.form tr td {
  padding-bottom: 15px;
}
.mwform-tel-field input[type="text"], .mwform-zip-field input[type="text"] {
  width: 25%;
}

@media print, screen and (min-width: 576px) {
.front-top-inner-img {
  margin-top: 300px;
}
.front-top-inner-ttl h2 {
  font-size: 24px;
}
.front-top-inner-ttl h2 span {
  font-size: 38px;
}
}
@media print, screen and (max-width: 768px){
  .mw_wp_form .horizontal-item+.horizontal-item {
    margin-left: 0;
    display: block;
  }
}
@media print, screen and (min-width: 768px) {
table.form tr td {
    padding-bottom: 0;
  }
.home main, .page-top-visual{
  margin-top: 100px;
}
.front-top-inner {
  padding: 40px 0;
}
.front-top-inner-ttl-text {
  font-size: 1.25em;
}
.front-top-inner-ttl h2 {
  font-size: 40px;
  letter-spacing: 10px;
  line-height: 1;
}
.front-top-inner-ttl h2 span {
  font-size: 54px;
  letter-spacing: 0;
}
.front-top-inner-img {
  text-align: left;
  margin-top: 0;
}
.front-top-inner-img img {
  width: 60%;
}
.front-top-inner-contact-line {
  font-size: 1em;
  line-height: 1.5;
}
.bg02 {
  padding: 80px 15px;
}
.bg-green {
  padding: 80px 0;
}
.bg-yellow {
  padding-top: 60px;
  padding-bottom: 0;
}
.triangle {
  padding: 100px 15px;
}
.triangle.p-none {
  padding: 80px 15px;
}
.allow-ttl {
  font-size: 30px;
}
.border-box {
  border-radius: 10px;
}
.attention-ttl {
  margin-top: 60px;
  font-size: 2em;
}
.reason:after {
  top: 14%;
  width: 100px;
  height: 125px;
}
.news-box {
  margin-top: 40px;
}
.news-box-list {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.news-box-list .byline {
  width: 260px;
}
.news-box-list .date {
  padding-right: 35px;
}
.news-box-list .category-name {
  font-size: 16px;
  padding: 3px 20px 2px;
}
.news-box-list-ttl {
  margin-top: 0;
  flex: 1;
}
/***よくあるご質問トグル**/
.faq-box-inner {
  padding: 20px 45px 20px 30px;
}
.faq-box-text {
  padding: 15px 30px;
}
}
@media print, screen and (min-width: 992px) {
.front-top-inner-contact-line {
  font-size: 1.25em;
}
.allow-ttl {
  font-size: 40px;
  padding: 0 30px 10px;
  margin-bottom: 25px;
}
.border-box {
  padding: 40px 30px;
}
.reason .border-box {
  min-height: 480px;
}
.reason .border-box h3 {
  font-size: 1.3em;
}
.reason:after {
  width: 125px;
  height: 160px
}
.worry-box {
  padding: 40px 60px;
  display: flex;
  flex-direction: row-reverse;
}
.worry-box-img {
  width: 250px;
}
}
@media print, screen and (min-width: 1200px) {
.front-top-inner {
  padding: 60px 0;
}
.front-top-picture img {
  object-fit: cover;
}
.front-top-inner-ttl-text {
  letter-spacing: 2.5px;
}
.front-top-inner-ttl h2 {
  font-size: 45px;
}
.front-top-inner-ttl h2 span {
  font-size: 60px;
}
.front-top-inner-img img {
  width: 55%;
}
.front-top-inner-contact-line {
  font-size: 1.3em;
  letter-spacing: 4px;
}
.triangle {
  padding: 130px 15px;
}
.allow-ttl {
  font-size: 50px;
}
.worry-box {
  padding: 40px 80px;
}
.worry-box-img {
  width: 300px;
}
.reason .border-box {
  min-height: inherit;
}
.attention-box .attention-ttl {
  margin-top: 100px;
}
.news-box {
  margin-top: 30px;
}
.news-box-list {
  padding: 30px 0;
}
}
/*--------------------------------------------------------------------
▼ブロック、コンテンツ設定
---------------------------------------------------------------------*/
/*-----▼2023/4/5追加CSS-----*/
.mt0{
  margin-top: 0;
}
.head-title{
  display: inline-block;
  padding: 8px 20px;
  position: relative;
}
.head-title::before,
.head-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 40%;
  border-top: 3px solid var(--main);
  -webkit-transform: rotate(90deg) scale(-1, 1);
  transform: rotate(180deg) scale(-1, 1);
}
.head-title::before{
  left: 0;
}
.head-title::after{
  right: 0;
}
.title-border-top{
  border-top: solid 3px var(--main);
}
.title-border-bottom{
  position: relative;
}
.title-border-bottom::before,
.title-border-bottom::after{
  content: "";
  position: absolute;
  bottom: 0;
  width: 40%;
  height: 1px;
  background-color: var(--main);
}
.title-border-bottom::before{
  left: 0;
}
.title-border-bottom::after{
  right: 0;
}
.explanation-wrap{
  position: relative;
  padding-top: 45px;
}
.border-box {
  padding: 40px 20px;
  border: 1px solid var(--main);
  border-radius: 8px;
  background-color: var(--white);
}
.box-shadow {
  box-shadow: 0 6px 0 var(--black02);
}
.explanation-area .main-ttl {
  width: calc(100% - 60px);
  font-size: 1.25em;
  top: 20px;
}
.explanation-area .main-ttl.four {
  top: 0;
}
.yellow-bg{
  background-color: var(--yellow) !important;
}
.flow-box {
  background-color: var(--white);
  border-radius: 30px;
  border: solid 3px var(--main);
  position: relative;
  padding: 30px 40px;
}
.flow-box-step p {
  font-size: 21px;
  font-weight: normal;
}
.step-number {
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
}
.flow-box-text h3 {
  font-size: 25px;
}
.flow-box-text {
  margin: 0 auto;
}
.flow-box-step {
  color: var(--main);
  margin-bottom: 20px;
  font-family: arial;
}
.head-title span.arrow{
  position: relative;
  display: inline-block;
}
.head-title span.arrow::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 20px;
  height: 20px;
  border-top: 3px solid var(--main);
  border-right: 3px solid var(--main);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.sp-mt10{
  margin-top: 10px;
}
.sp-ml20{
  margin-left: 20px;
}
.pc-ml20{
  margin-left: 0;
}
.sp-text-center{
  text-align: center;
}
.mr10{
  margin-right: 10px;
}
@media print, screen and (min-width: 510px) and (max-width: 575px) {
  .explanation-area .main-ttl.four {
    top: 20px;
  }
}
@media print, screen and (min-width: 576px) {
  .explanation-area .main-ttl.four {
    top: 22px;
  }
}
@media print, screen and (min-width: 768px) {
  .head-title {
    padding: 10px 40px;
  }
  .explanation-box.border-box {
    padding: 80px 30px 40px;
  }
  .explanation-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .explanation-area .main-ttl {
    width: calc(100% - 200px);
  }
   .explanation-area .main-ttl.four {
    top: 19px;
  }
  .explanation-image {
    width: 50%;
  }
  .explanation-text {
    flex: 1;
  }
  .border-box {
    border-radius: 10px;
  }
  .sp-mt10{
    margin-top: 0;
  }
  .sp-ml20{
    margin-left: 0;
  }
  .pc-ml20{
    margin-left: 20px;
  }
}
@media print, screen and (min-width: 992px) {
  .flow-box-text h3 {
    font-size: 30px;
  }
  .flow-box {
    display: flex;
    align-items: center;
    border-radius: 80px;
    padding: 30px 40px;
  }
  .flow-box-step {
    margin-bottom: 0px;
    position: absolute;
  }
  .explanation-area .main-ttl {
    width: calc(100% - 80px);
  }
  .explanation-area .main-ttl.four {
    top: 6px;
  }
  .explanation-box.border-box {
    padding: 60px 30px 40px;
    min-height: 250px;
  }
  .explanation-text {
    letter-spacing: 0;
  }
  .sp-text-center{
    text-align: initial;
  }
}
@media print, screen and (min-width: 1200px) {
  .flow-box {
    padding: 30px 60px;
  }
  .explanation-area .main-ttl.four {
    top: 20px;
  }
}
/* style-2 */
:root {
  --gray01: #9A9A9A;
  --yellow02: #FCCD41;
}
.home main, .page-top-visual{
  margin-top: 80px;
}
.page-top-visual.background-image{
  background-image: url(library/images/content/page-top-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; 
}
.page-top-desc-ttl{
  padding: 100px 10px;
}
.front-top {
  position: relative;
}
.front-top-picture {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.front-top-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.front-top-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 0;
}
.front-top-inner-ttl-text {
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.2;
  font-weight: bold;
}
.front-top-inner-ttl h2 {
  font-size: 20px;
  margin-top: 10px;
}
.front-top-inner-ttl h2 span {
  font-size: 30px;
  display: inline-block;
  line-height: 1.8;
}
.front-top-inner-img {
  text-align: center;
  margin-top: 170px;
}
.front-top-inner-contact {
  line-height: 1.2;
}
.front-top-inner-contact-line {
  font-size: .85em;
  background: linear-gradient(transparent 50%, var(--yellow02) 50%);
}
.bg02 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 15px;
}
.bg-green {
  padding: 60px 0;
}
.bg02 {
  background-image: url(library/images/content/bg02.jpg);
}
.triangle {
  position: relative;
  padding: 20px 15px 80px;
}
.triangle.p-none {
  padding: 60px 15px;
}
.triangle-l-t,
.triangle-r-t,
.triangle-l-b,
.triangle-r-b {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
}
.triangle-l-t,
.triangle-r-t {
  top: 0;
}
.triangle-l-b,
.triangle-r-b {
  bottom: 0;
}
.triangle-l-t,
.triangle-l-b {
  left: 0;
}
.triangle-r-t,
.triangle-r-b {
  right: 0;
}
.green-back .triangle-l-t {
  border-color: var(--main) transparent transparent transparent;
}
.green-back .triangle-r-t {
  border-color: transparent var(--main) transparent transparent;
}
.green-back .triangle-l-b {
  border-color: transparent transparent transparent var(--main);
}
.green-back .triangle-r-b {
  border-color: transparent transparent var(--main) transparent;
}
.triangle-bottom {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -40px;
  width: 0;
  height: 0;
  border-style: solid;
  z-index: 1;
}
.green-back .triangle-bottom {
  border-color: var(--main) transparent transparent transparent;
}
.flag {
  position: relative;
}
.flag::before,
.flag::after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  width: 583px;
  max-width: 40%;
  height: 160px;
  top: 0;
  display: inline-block;
  z-index: 1;
}
.flag::before {
  left: 0;
  background-image: url(library/images/content/flag-l.png);
}
.flag::after {
  right: 0;
  background-image: url(library/images/content/flag-r.png);
}
.area-list-ttl {
  display: inline-block;
  font-size: 20px;
  background: var(--main);
  color: var(--white);
  padding: 2px 30px 0;
  border-radius: 4px 4px 0 0;
  line-height: 1.41;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.area-list-box {
  border: 3px solid var(--gray02);
  margin-top: -3px;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  background: var(--white);
}
.area-list-box li {
  padding-left: 15px;
  position: relative;
}
.area-list-box li::before {
  content: "";
  width: 2px;
  height: 2px;
  background: var(--black);
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 6.5px;
  top: 50%;
  transform: translateY(-50%);
}
.allow-ttl {
  font-size: 27px;
  letter-spacing: 0.1em;
  line-height: 1.2;
  display: inline-block;
  padding: 0 25px 10px;
  position: relative;
  margin-bottom: 15px;
}
.allow-ttl::before,
.allow-ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: calc(50% - 30px);
  height: 40px;
}
.allow-ttl::before {
  left: 0;
  border-top: 3px solid var(--main);
  border-right: 3px solid var(--main);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.allow-ttl::after {
  right: 0;
  border-top: 3px solid var(--yellow02);
  border-right: 3px solid var(--yellow02);
  -webkit-transform: rotate(90deg) scale(-1, 1);
  transform: rotate(180deg) scale(-1, 1);
}
.allow-ttl span.arrow {
  position: relative;
  display: inline-block;
}
.allow-ttl span.arrow::after {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 20px;
  height: 20px;
  border-top: 3px solid var(--yellow02);
  border-right: 3px solid var(--yellow02);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
span.marker {
  background: linear-gradient(transparent 60%, var(--yellow02) 60%);
  display: inline-block;
}
.border-box {
  padding: 40px 20px;
  border: 3px solid var(--main);
  border-radius: 8px;
  background-color: var(--white);
}
.box-shadow {
  box-shadow: 0 6px 0 var(--black02);
}
.reason .border-box {
  letter-spacing: 0;
}
.border-ttl {
  font-size: 1.4em;
  display: inline-block;
  position: relative;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.border-ttl::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background-color: var(--main);
}
.mid-ttl {
  font-size: 1.5em;
}
.worry-box {
  position: relative;
}
.worry-box-img {
  text-align: center;
  margin-top: 40px;
}
.worry-box-img img {
  width: 80%;
}
.reason-top-ttl.main-ttl.long {
  top: 0;
}
.main-ttl.long {
  top: -50px;
  width: calc(100% - 30px);
}
.worry-box-txt {
  margin-top: 40px;
}
.worry-box-list {
  margin-top: 20px;
  text-align: left;
}
.worry-box-list li {
  position: relative;
  font-size: 1.2em;
  padding-left: 30px;
  font-weight: bold;
}
.worry-box-list li::before {
  content: "";
  position: absolute;
  top: 14px;
  transform: translateY(-50%);
  left: 0;
  width: 18px;
  height: 18px;
  border: 4px solid var(--main);
  border-radius: 50%;
}
.worry-box-under-txt {
  font-size: 1.2em;
}
.line-marker {
  background: linear-gradient(transparent 50%, var(--yellow02) 50%);
}
.attention-box {
  position: relative;
}
.attention-ttl {
  position: relative;
  display: inline-block;
  padding: 0 30px;
  line-height: 1;
  margin-top: 40px;
}
.attention-ttl:before, .attention-ttl:after {
  content: "";
  position: absolute;
  top: 0;
  width: 3px;
  height: 100%;
  background: var(--main);
  border-radius: 4px;
}
.attention-ttl:before {
  left: 0;
  transform: rotate(-25deg);
}
.attention-ttl:after {
  right: 0;
  transform: rotate(25deg);
}
.attention-box .attention-ttl {
  margin-top: 130px;
}
.reason {
  position: relative;
}
.reason:after {
  content: "";
  position: absolute;
  top: 16%;
  left: 15px;
  width: 85px;
  height: 107px;
  background-image: url(./library/images/content/front-merit.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.news-box {
  margin-top: 20px;
}
.news-box .eyecatch {
  display: none;
}
.news-box-list {
  border-bottom: 1px solid var(--gray02);
  padding: 20px 0;
}
.news-box-list:first-child {
  margin-top: 20px;
}
.news-box-list .byline {
  display: flex;
  align-items: center;
}
.news-box-list .date {
  padding-right: 10px;
  color: var(--gray01);
  letter-spacing: 0;
}
.news-box-list .category-name {
  background-color: var(--main);
  color: var(--white);
  font-size: 14px;
  font-weight: bold;
  padding: 1px 10px 0;
}
.news-box-list-ttl {
  margin-top: 20px;
  font-size: 1.2em;
}
/***よくあるご質問トグル**/
.faq-box {
  border: 1px solid var(--gray01);
}
.faq-box {
  border: none;
}
.category-faq .faq-box+.faq-box {
  border-top: none;
}
.faq-box-inner, .faq-box-text, .faq-box-inner-ttl, .faq-box-text-item {
  position: relative;
}
.faq-box-inner {
  padding: 15px 45px 15px 15px;
  cursor: pointer;
}
.faq-box &gt; .faq-box-inner {
  border-left: 12px solid var(--main);
}
.faq-box-text {
  padding: 15px 18px;
  border-left: 12px solid var(--main);
}
.faq-box-inner-ttl {
  font-size: 1.2em;
}
.faq-box-inner-ttl::before, .faq-box-text-item::before {
  position: absolute;
  top: 15px;
  transform: translateY(-50%);
  left: 0;
  font-size: 30px;
  font-weight: 900;
  font-family: Arial, "Noto Sans JP", "Original Yu Gothic", "Yu Gothic", YuGothic, "Hiragino Sans", sans-serif;
}
.faq-box-text {
  display: none;
}
.faq-box-inner-accordion {
  display: inline-block;
  transition: all .3s;
  box-sizing: border-box;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 15px;
}
.faq-box-inner-accordion span {
  display: inline-block;
  transition: all .3s;
  box-sizing: border-box;
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: var(--main);
}
.faq-box-inner-accordion span:nth-of-type(1) {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.faq-box-inner-accordion span:nth-of-type(2) {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.faq-box-inner-accordion.active span:nth-of-type(1) {
  display: none;
}
.faq-box-inner-accordion.active span:nth-of-type(2) {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
table.sp-block-table tr th, table.sp-block-table tr td {
  display: block;
  width: 100%;
  text-align: left;
}
table.form tr td {
  padding-bottom: 15px;
}
.mwform-tel-field input[type="text"], .mwform-zip-field input[type="text"] {
  width: 25%;
}
@media print, screen and (max-width: 768px){
  .mw_wp_form .horizontal-item+.horizontal-item {
    margin-left: 0;
    display: block;
  }
}
@media print, screen and (min-width: 576px) {
.front-top-inner-img {
  margin-top: 300px;
}
.front-top-inner-ttl h2 {
  font-size: 24px;
}
.front-top-inner-ttl h2 span {
  font-size: 38px;
}
.main-ttl.long {
  top: -30px;
  width: calc(100% - 30px);
}
}
@media print, screen and (min-width: 768px) {
table.form tr td {
    padding-bottom: 0;
  }
.home main, .page-top-visual{
  margin-top: 100px;
}
.front-top-inner {
  padding: 40px 0;
}
.front-top-inner-ttl-text {
  font-size: 1.25em;
}
.front-top-inner-ttl h2 {
  font-size: 40px;
  letter-spacing: 10px;
  line-height: 1;
}
.front-top-inner-ttl h2 span {
  font-size: 54px;
  letter-spacing: 0;
}
.front-top-inner-img {
  text-align: left;
  margin-top: 0;
}
.front-top-inner-img img {
  width: 60%;
}
.front-top-inner-contact-line {
  font-size: 1em;
  line-height: 1.5;
}
.bg02 {
  padding: 80px 15px;
}
.bg-green {
  padding: 80px 0;
}
.bg-yellow {
  padding-top: 60px;
  padding-bottom: 0;
}
.triangle {
  padding: 100px 15px;
}
.triangle.p-none {
  padding: 80px 15px;
}
.allow-ttl {
  font-size: 30px;
}
.border-box {
  border-radius: 10px;
}
.attention-ttl {
  margin-top: 60px;
  font-size: 2em;
}
.reason:after {
  top: 14%;
  width: 100px;
  height: 125px;
}
.news-box {
  margin-top: 40px;
}
.news-box-list {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.news-box-list .byline {
  width: 260px;
}
.news-box-list .date {
  padding-right: 35px;
}
.news-box-list .category-name {
  font-size: 16px;
  padding: 3px 20px 2px;
}
.news-box-list-ttl {
  margin-top: 0;
  flex: 1;
}
/***よくあるご質問トグル**/
.faq-box-inner {
  padding: 20px 45px 20px 30px;
}
.faq-box-text {
  padding: 15px 30px;
}
/* お問い合わせ */
textarea {
  margin: 40px 0;
}
table.sp-block-table tr th, table.sp-block-table tr td {
  display: table-cell;
  width: auto;
}
}
@media print, screen and (min-width: 992px) {
.front-top-inner-contact-line {
  font-size: 1.25em;
}
.allow-ttl {
  font-size: 40px;
  padding: 0 30px 10px;
  margin-bottom: 25px;
}
.main-ttl.long {
  width: auto;
}
.border-box {
  padding: 40px 30px;
}
.reason .border-box {
  min-height: 480px;
}
.reason .border-box h3 {
  font-size: 1.3em;
}
.reason:after {
  width: 125px;
  height: 160px
}
.worry-box {
  padding: 40px 60px;
  display: flex;
  flex-direction: row-reverse;
}
.worry-box-img {
  width: 250px;
}
}
@media print, screen and (min-width: 1200px) {
.front-top-inner {
  padding: 60px 0;
}
.front-top-picture img {
  object-fit: cover;
}
.front-top-inner-ttl-text {
  letter-spacing: 2.5px;
}
.front-top-inner-ttl h2 {
  font-size: 45px;
}
.front-top-inner-ttl h2 span {
  font-size: 60px;
}
.front-top-inner-img img {
  width: 55%;
}
.front-top-inner-contact-line {
  font-size: 1.3em;
  letter-spacing: 4px;
}
.triangle {
  padding: 130px 15px;
}
.allow-ttl {
  font-size: 50px;
}
.worry-box {
  padding: 40px 80px;
}
.worry-box-img {
  width: 300px;
}
.reason .border-box {
  min-height: 410px;
}
.attention-box .attention-ttl {
  margin-top: 100px;
}
.news-box {
  margin-top: 30px;
}
.news-box-list {
  padding: 30px 0;
}
}
/*** 20230526お客様の声追加CSS ***/
.voice {
  background-color: var(--white);
  border: 3px solid var(--main);
  border-radius: 10px;
  padding: 20px 40px 40px;
  position: relative;
  height: 100%;
}
.voice-ttl {
  padding-left: 20%;
}
.voice-ttl:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 100px 0 0;
  border-color: var(--main) transparent transparent transparent;
}
.voice-ttl:after {
  content: "";
  position: absolute;
  top: 1em;
  left: 1em;
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(library/images/icon/icn-voice.svg);
  z-index: 1;
}
.voice-ttl-border {
  background-image: linear-gradient(to right, var(--gray02), var(--gray02) 4px, transparent 4px, transparent 16px);
  background-size: 16px 4px;
  background-position: left bottom;
  background-repeat: repeat-x;
  border-radius: 2px;
  padding-bottom: 20px;
  line-height: 1.3;
  font-size: 20px;
}
.voice-customer {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: var(--main);
  color: var(--white);
  padding: .5em 15px .25em;
  border-radius: 10px 0 6px 0;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
.voice {
  padding: 40px 30px;
}
.voice-ttl-border {
  font-size: 1.4em;
}
.voice-customer {
  padding: 0.5em 30px 0.25em;
}
}
@media print, screen and (min-width: 1200px) {
.voice-ttl:before {
  border-width: 144px 144px 0 0;
}
.voice-ttl:after {
  width: 50px;
  height: 50px;
}
}
/*--------------------------------------------------------------------
▼2023/5/29 買取品目用追加CSS
---------------------------------------------------------------------*/
.explanation-text a {
  letter-spacing: 0;
}
.explanation-link {
  width: 100%;
}
.explanation-link .main-btn {
  padding: 10px 40px;
}
@media print, screen and (min-width: 768px) {
.explanation-box {
  flex-wrap: wrap;
}
}
ul.related-list li.voice-box {
  margin-top: 0;
}
.voice-box {
  padding: 20px 15px;
  border-bottom: 1px solid var(--gray02);
}
/*--------------------------------------------------------------
▼2023/10/17 archiveリンクボタン追加CSS
---------------------------------------------------------------*/
.main-btn.yellow-btn {
  background-color: var(--yellow02);
  color: var(--black);
  padding: 20px 20px 20px 10px;
}
.main-btn.item-icon span, .main-btn.faq-icon span {
  position: relative;
  padding-left: 30px;
}
.main-btn.item-icon span::before, .main-btn.faq-icon span::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main-btn.item-icon span::before {
  background-image: url(library/images/icon/icn-purchase.svg);
}
.main-btn.faq-icon span::before {
  background-image: url(library/images/icon/icn-faq.svg);
}
@media print, screen and (min-width: 768px) {
  .main-btn.yellow-btn {
    padding: 20px 40px;
  }
}</pre></body></html>