@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 > .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: 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: 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%;
}
.text110 {
  font-size: 110%;
}
.text120 {
  font-size: 120%;
}
.italic {
  font-style: italic;
}
.b {
  font-weight: 700;
}
.u {
  text-decoration: underline;
}
.mt0 {
  margin-top: 0 !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mb30 {
  margin-bottom: 30px !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;
}
}
.lh-0 {
  line-height: 0;
}
.lh-1 {
  line-height: 1;
}
.ls-0 {
  letter-spacing: 0;
}
.ls-1 {
  letter-spacing: 1px;
}
.v-align-bottom {
  vertical-align: text-bottom;
}
.ml0 {
  margin-left: 0 !important;
}
.mr10 {
  margin-right: 10px;
}
.ml20 {
  margin-left: 20px;
}
.ml30 {
  margin-left: 30px;
}
.ml40 {
  margin-left: 40px;
}
ul.katakana li{
  padding-left: 40px;
}
/*-------------------------------------------------------------
▼トップに戻るボタン設定
--------------------------------------------------------------*/
#page-top {
  position: fixed;
  right: 15px;
  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 15px;
}
.side-wrap {
  width: 235px;
  padding: 0 15px;
}
.side-sticky {
  position: sticky;
  top: 50px;
}
}
@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 1.5%;
  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 {
  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,
button,
input[type="submit"] {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",游ゴシック, YuGothic, Meiryo, メイリオ, "PT Sans", "Lucida Grande", sans-serif;
  -webkit-print-color-adjust: exact;
}
.en{
  font-family: Arial, Helvetica, sans-serif;
}
/*-------------------------------------------------------------
▼カラー設定
--------------------------------------------------------------*/
:root {
  --main: #358585;
  --sub: #E1EBEB;
  --green01: #6B9999;
  --green02: #2EABAB;
  --green03: #AECECE;
  --green04: #5D9D9D;
  --green05: #D6E6E6;
  --green06: #E1EBEB;
  --green07: #F6F9F9;
  --gray04: #606060;
  --gray05: #D9DFE2;
  --white02: rgba(255, 255, 255, .9);
}
.main-color {
  color: var(--main);
}
.main-color-bg {
  background-color: var(--main);
}
.sub-color {
  color: var(--sub);
}
.sub-color-bg {
  background-color: var(--sub);
}
/*-------------------------------------------------------------
▼ヘッダー設定
--------------------------------------------------------------*/
html.open,
html.open body {
  overflow: hidden;
}
.hamburger-btn {
  height: 60px;
}
.hamburger-nav-wrap {
  display: block;
}
.global-nav-wrap {
  display: none;
}
.hamburger-btn {
  cursor: pointer;
  width: 40px;
  background: transparent;
  border: none;
  padding: 0;
  position: fixed;
  right: 15px;
  top: 15px;
  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;
}
.front-header{
  border-top: 10px solid var(--main);
}
.header-inner{
  padding-top: 10px;
  padding-bottom: 10px;
  height: 80px;
}
#global-nav-wrap{
  display: none;
}
.logo{
  position: relative;
}
.logo img {
  height: 33px;
  position: absolute;
  top: 12px;
  left: 0;
}
.hamburger-nav .logo img{
  height: 25px;
  position: relative;
}
.header-contact-btn a{
  color: var(--white);
  background-color: var(--main);
  padding: 20px 40px 20px 70px;
  border-radius: 5px;
  font-weight: bold;
  position: relative;
}
.header-contact-btn a::before{
  content: "";
  background-image: url(library/images/icon/mail.svg);
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  width: 24px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.sp-tel-box{
  margin-top: 30px;
}
.header-tel-area .tel{
  font-size: 1.6em;
  line-height: 1.2;
}
.header-tel-area .tel a{
  position: relative;
  padding-left: 20px;
}
.header-tel-area .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: 17px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.header-tel-area .fax{
  position: relative;
  font-size: 1.2em;
  line-height: 1.2;
}
.sp-tel-box .header-tel-area .fax span{
  padding-left: 25px;
}
.sp-tel-box .header-tel-area .fax span::before{
  content: "";
  background-image: url(library/images/icon/fax-icon.svg);
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 20%;
  transform: translateY(-50%);
  width: 19px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media print, screen and (min-width: 576px) {
.hamburger-nav {
  width: 320px;
}
}
@media print, screen and (min-width: 768px) {
.hamburger-nav-wrap {
  display: none;
}
.global-nav-wrap {
  display: block;
}
.logo img {
  height: 35px;
}
.global-nav-wrap ul:not(.sub-menu) {
  display: flex;
}
.global-nav-wrap ul li {
  padding: 0 15px;
  position: relative;
}
.global-nav-wrap ul li:last-child {
  padding-right: 0;
}
.global-nav-wrap ul li a {
  font-weight: bold;
}
.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;
}
.header-inner{
  height: inherit;
}
.header-contact-btn{
  margin-left: 30px;
}
.header-contact-btn a{
  padding: 20px 20px 20px 50px;
}
#global-nav-wrap{
  display: block;
}
.gnav-header01{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  align-content: flex-start;
  width: 100%;
}
.gnav-header01 .tel{
  font-size: 1.6em;
  line-height: 1.2;
  text-align: right;
}
.gnav-header01 .tel a{
  position: relative;
  padding-left: 20px;
  letter-spacing: 1px;
}
.gnav-header01 .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: 17px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.gnav-header01 .fax{
  position: relative;
  font-size: 1.1em;
  line-height: 1.2;
  letter-spacing: 1px;
  color: #606060;
}
.gnav-header01 .fax span::before{
  content: "";
  background-image: url(library/images/icon/fax-icon.svg);
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 24%;
  transform: translateY(-50%);
  width: 19px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#global-nav-wrap .global-nav .gnav-header02 ul {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
#global-nav-wrap .global-nav .gnav-header02 ul li{
  width: calc(100% / 5);
  border-left: 1px solid var(--green01);
}
#global-nav-wrap .global-nav .gnav-header02 ul li:last-child{
  border-right: 1px solid var(--green01);
}
#global-nav-wrap .global-nav .gnav-header02 ul li a{
  position: relative;
  display: block;
  text-align: center;
  padding-top: 60px;
  font-weight: bold;
  font-size: 14px;
}
#global-nav-wrap .global-nav .gnav-header02 ul li a.icon-beginner::before,
#global-nav-wrap .global-nav .gnav-header02 ul li a.icon-search::before,
#global-nav-wrap .global-nav .gnav-header02 ul li a.icon-yakuba::before,
#global-nav-wrap .global-nav .gnav-header02 ul li a.icon-download::before,
#global-nav-wrap .global-nav .gnav-header02 ul li a.icon-link::before{
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 45px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#global-nav-wrap .global-nav .gnav-header02 ul li a.icon-beginner::before {
  background-image: url(library/images/icon/icon-beginner.svg);
}
#global-nav-wrap .global-nav .gnav-header02 ul li a.icon-search::before {
  background-image: url(library/images/icon/icon-search.svg);
}
#global-nav-wrap .global-nav .gnav-header02 ul li a.icon-yakuba::before {
  background-image: url(library/images/icon/icon-yakuba.svg);
}
#global-nav-wrap .global-nav .gnav-header02 ul li a.icon-download::before {
  background-image: url(library/images/icon/icon-download.svg);
}
#global-nav-wrap .global-nav .gnav-header02 ul li a.icon-link::before {
  background-image: url(library/images/icon/icon-link.svg);
}
#global-nav-wrap .global-nav .gnav-header02 ul li .sub-menu-width {
  max-width: 1920px;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 9999;
  display: none;
  background-color: var(--white);
}
#global-nav-wrap .global-nav .gnav-header02 ul li .sub-menu-width {
  max-width: 1920px;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 9999;
  display: none;
  background-color: var(--white);
  box-shadow: 0 5px 1px -3px rgb(150 150 150 / 10%);
}
#global-nav-wrap .global-nav .gnav-header02 ul li ul.sub-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  max-width: 1140px;
  padding: 40px 15px;
  margin: 0 auto;
}
#global-nav-wrap .global-nav .gnav-header02 ul li ul.sub-menu li {
  border: none;
  width: calc(100% / 3);
}
#global-nav-wrap .global-nav .gnav-header02 ul li ul.sub-menu li:not(:last-child){
  margin-bottom: 10px;
}
#global-nav-wrap .global-nav .gnav-header02 ul li ul.sub-menu li a{
  padding-top: 0;
  position: relative;
  text-align: left;
  padding-left: 30px;
}
#global-nav-wrap .global-nav .gnav-header02 ul li ul.sub-menu li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url(library/images/icon/arrow-g.svg);
}
.header-tel-area .fax span::before{
  content: "";
  background-image: url(library/images/icon/fax-icon.svg);
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 20%;
  transform: translateY(-50%);
  width: 16px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
}

@media print, screen and (min-width: 992px) {
.logo img {
  height: 50px;
}
#global-nav-wrap .global-nav .gnav-header02 ul li a{
  font-size: 16px;
}
.header-tel-area .fax span::before {
  left: 26%;
}
.header-contact-btn a{
  padding: 15px 30px 15px 60px;
}
.header-contact-btn a::before{
  left: 30px;
}
/* .gnav-header01 .tel{
  font-size: 1.8em;
} */
}

/*--------------------------------------------------------------------
▼フッター設定
---------------------------------------------------------------------*/
.main-ttl.contact-ttl {
  font-size: 1.3em;
}
.contact-menu {
  padding: 30px 0;
}
.contact-menu div:first-child{
  text-align: center;
}
.contact-menu div:first-child p{
  text-align: center;
}
.contact-menu-ttl {
  font-size: 18px;
}
.contact-menu-tel {
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
  font-size: 1.8em;
  font-weight: bold;
  padding-left: 30px;
}
.contact-menu-tel::before {
  content: "";
  position: absolute;
  top: 15px;
  transform: translateY(-50%);
  left: 0;
  width: 0.75em;
  height: 0.75em;
  background-image: url(./library/images/icon/icn-tel.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.contact-menu-box {
  background-color: var(--white);
  border-radius: 10px;
  margin-top: 20px;
  padding: 30px 15px;
}
.main-btn.contact-btn {
  width: 100%;
  padding: 15px 40px 15px 15px;
}
.main-btn.contact-btn span, .footer-navi-btn span {
  position: relative;
  padding-left: 35px;
}
.main-btn.contact-btn span::before, .footer-navi-btn 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.contact-btn.mail span::before {
  background-image: url(./library/images/icon/icn-mail.svg);
}
.main-btn.contact-btn.online span::before {
  background-image: url(./library/images/icon/icn-online.svg);
}
.footer-menu-ttl {
  position: relative;
  padding-bottom: 10px;
  overflow: hidden;
  color: var(--main);
  font-size: 1em;
}
.footer-menu-ttl:before, .footer-menu-ttl:after {
  position: absolute;
  width: 100%;
  bottom: 0;
  content: '';
}
.footer-menu-ttl:before {
  border-bottom: 1px solid var(--main);
}
.footer-menu-ttl:after {
  border-bottom: 1px solid var(--green03);
}
.footer-menu-list-link {
  font-size: 14px;
  padding: 0.2em 0.4em 0.2em 0;
}
.office-info {
  display: flex;
  flex-wrap: wrap;
}
.office-info ul {
  min-width: 50%;
}
.footer-menu-list-sub-link {
  position: relative;
  font-size: 12px;
  padding-left: 14px;
}
.footer-menu-list-sub-link::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 10px;
  height: 1px;
  border-bottom: 1px solid var(--gray01);
}
.footer-menu-list-sub-link a {
  padding: 0.2em 0.4em 0.2em 0;
  display: inline-block;
}
.footer-org-none {
  display: none;
}
.footer-address {
  letter-spacing: 1px;
}
.footer-navi-btn {
  background: var(--main);
  color: var(--white);
  display: inline-block;
  padding: 10px 60px 10px 20px;
  position: relative;
  margin: auto;
  text-decoration: none;
  font-weight: bold;
  border-radius: 10px;
  font-size: 16px;
  min-width: 260px;
  text-align: left;
}
.footer-navi-btn.beginner span::before, .footer-navi-btn.download span::before {
  width: 23px;
  height: 23px;
}
.footer-navi-btn.beginner span::before {
  background-image: url(./library/images/icon/icn-beginner-wh.svg);
}
.footer-navi-btn.download span::before {
  background-image: url(./library/images/icon/icn-download-wh.svg);
}
.footer-policy-list {
  display: flex;
  font-size: 12px;
  letter-spacing: 0;
}
.footer-policy-list li + li {
  padding-left: 15px;
}
.footer-copy {
  font-size: 10px;
  line-height: 1.2;
  padding: 8px;
  letter-spacing: 1px;
}
.contact-menu-tel-info {
  font-size: 16px;
}
.contact-menu-badge {
  background-color: #358585;
  color: #fff;
  padding: 2px 10px 4px 10px;
  margin-right: 10px;
  font-size: 12px;
}
@media print, screen and (min-width: 576px) {

}
@media print, screen and (min-width: 768px) {
.main-ttl.contact-ttl {
  font-size: 1.4em;
}
.contact-menu {
  padding: 40px 20px;
}
.contact-menu-box {
  padding: 20px;
}
.footer-menu {
  display: flex;
}
.footer-menu.search {
  flex-direction: column;
}
.footer-menu-list, .office-info .footer-menu-list {
  min-width: calc(100% / 2);
}
.footer-copy {
  font-size: 14px;
}
.footer-policy-list {
  letter-spacing: 1px;
}
}
@media print, screen and (min-width: 992px) {
.contact-menu-ttl {
  font-size: 19px;
}
.contact-menu-tel-info {
  letter-spacing: 1px;
}
.contact-menu-box {
  margin-top: 0;
  padding: 20px;
}
.contact-menu div:first-child{
  text-align: left;
}
.contact-menu div:first-child p{
  text-align: left;
}
.footer-menu.search {
  flex-direction: row;
}
.footer-menu-list, .office-info .footer-menu-list {
  min-width: calc(100% / 3);
}
.footer-menu-list-link {
  font-size: 12px;
  letter-spacing: 0.2px;
}
.contact-menu-badge {
  font-size: 14px;
}
.contact-menu-tel-info {
  font-size: 14px;
}
}
@media print, screen and (min-width: 1200px) {
.main-ttl.contact-ttl {
  font-size: 1.6em;
}
.contact-menu {
  padding: 40px;
}
.contact-menu-ttl {
  font-size: 20px;
}
.contact-menu-tel {
  font-size: 2em;
  letter-spacing: 1px;
}
.contact-menu-box {
  margin-top: 0;
  padding: 30px 40px;
}
.contact-menu-tel-info {
  font-size: 16px;
}
.footer-menu-list-link {
  font-size: 14px;
  letter-spacing: .5px;
}
}
/*--------------------------------------------------------------------
▼ヘッドライン設定(全ページ共通で使用するタイトル)
---------------------------------------------------------------------*/
/* h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  line-height: 1.2;
} */
h2, .h2 {
  font-size: 1.4em;
}
h3, .h3 {
  font-size: 1.2em;
}
h4, .h4 {
  font-size: 1.1em;
}
h5, .h5 {
  font-size: 1em;
  text-transform: uppercase;/*大文字*/
}
.main-ttl span {
  font-size: 18px;
  color: var(--main);
  display: inline-block;
  font-weight: 500;
  padding-bottom: 10px;
  line-height: 1.2;
}
.border-ttl{
  border-left: solid 8px var(--main);
  padding-left: 20px;
}
@media print, screen and (min-width: 576px) {

}
@media print, screen and (min-width: 768px) {
h2 {
  font-size: 2em;
}
}
@media print, screen and (min-width: 992px) {

}
@media print, screen and (min-width: 1200px) {

}
/*--------------------------------------------------------------------
▼ボタン設定(全ページ共通で使用するボタン)
---------------------------------------------------------------------*/
.main-btn{
  background: var(--main);
  color: var(--white);
  display: inline-block;
  padding: 15px 33px 15px 20px;
  position: relative;
  margin: auto;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  border-radius: 10px;
  border: none;
}
.main-btn::before, .main-btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  vertical-align: middle;
}
.main-btn::before {
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
}
.main-btn::after {
  right: 16px;
  width: 6px;
  height: 6px;
  border-top: 2px solid var(--main);
  border-right: 2px solid var(--main);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.main-btn:hover{
  background-color: var(--green02);
  box-shadow:  0 0 8px rgba(0, 0, 0, 0.6);
  opacity: 1;
}
@media print, screen and (min-width: 576px) {
.main-btn{
  padding: 15px 60px 15px 20px;
}
}
@media print, screen and (min-width: 768px) {

}
@media print, screen and (min-width: 992px) {

}
@media print, screen and (min-width: 1200px) {

}
/*--------------------------------------------------------------------
▼お問い合わせフォーム設定
---------------------------------------------------------------------*/
table.form {
  margin-top: -15px;
}
table.form tr {
  border-bottom: 1px solid var(--green03);
}
table.form tr th {
  vertical-align: text-top;
  padding: 40px 0 0;
}
table.form tr td {
  padding-top: 10px;
  padding-bottom: 40px;
}
.contact-btn-flex-box {
  display: flex;
  justify-content: center;
  margin-left: -15px;
  margin-right: -15px;
}
.contact-btn-flex-box button {
  margin: 0 15px;
  font-size: 18px;
}
input[type="text"],
input[type="email"],
input[type="url"],
textarea,select{
  background-color: var(--gray05);
  border: none;
  border-radius: 5px;
}
select{
  min-width: 260px;
  font-size: 16px;
}
.required{
  color: var(--white);
  background-color: var(--main);
  font-size: 70%;
  margin-right: 10px;
  padding: 2px 10px;
  border-radius: 4px;
  font-weight: 400;
}
.contact-end-box{
  background-color: var(--green06);
  padding: 60px 20px;
  border-radius: 20px;
}
.contact-end-box h3{
  font-size: 2em;
}
.tel-box a{
  position: relative;
  font-size: 2em;
  font-weight: bold;
  padding-left: 30px;
}
.tel-box a::before{
  content: "";
  background-image: url(./library/images/icon/tel-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 29px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 576px) {

}
@media print, screen and (min-width: 768px) {
table.form.sp-block-table tr th {
  padding-bottom: 20px;
  font-size: 20px;
  line-height: 1.2;
}
table.form tr td {
  padding-top: 0;
}
}
@media print, screen and (min-width: 992px) {

}
@media print, screen and (min-width: 1200px) {

}
/*--------------------------------------------------------------------
▼テーブル設定
---------------------------------------------------------------------*/
table.consultation-table{
  width: 100%;
  border-collapse: separate;
  border-radius: 10px;
  border-spacing: 0;
  overflow: hidden;
  border: 1px solid var(--white);
}
table.consultation-table thead tr th {
  background: var(--green04);
  color: #fff;
  font-size: 1.3em;
  height: 50px;
  letter-spacing: 0.1em;
  border-bottom: 1px solid var(--white);
}
table.consultation-table tbody tr th + th{
  border-left: 1px solid var(--white);
}
table.consultation-table tbody tr th.font-normal{
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.4;
}
table.consultation-table tbody tr th{
  background-color: var(--green06);
  padding: 8px 10px;
  border-bottom: 1px solid var(--white);
}
table.consultation-table tbody tr td{
  background-color: var(--green07);
  padding: 8px 10px;
  border-left: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
  letter-spacing: -.5px;
  font-weight: bold;
}
table.consultation-table tbody tr th.price{
  background-color: var(--green03);
  width: 40%;
}
table.consultation-table tbody tr th.commission{
  background-color: var(--green05);
  width: 34%;
}
table.consultation-table .cel-padding {
  padding: 25px;
}

@media print, screen and (min-width: 576px) {

}
@media print, screen and (min-width: 768px) {
table.consultation-table tbody tr th, table.consultation-table tbody tr td {
  padding: 15px 30px;
}
table.consultation-table tbody tr th.font-normal, table.consultation-table tbody tr td {
  letter-spacing: inherit;
}
table.consultation-table .cel-padding {
  padding: 30px;
}
table.consultation-table tbody tr th.price{
  width: 70%;
}
table.consultation-table tbody tr th.commission{
  width: 30%;
}
}
@media print, screen and (min-width: 992px) {

}
@media print, screen and (min-width: 1200px) {

}
/*--------------------------------------------------------------------
▼フロントページ設定（トップスライダー等トップページのみのデザイン設定）
---------------------------------------------------------------------*/
.top-image-area{
  border-top: 10px solid var(--main);
  border-bottom: 10px solid var(--main);
  position: relative;
}
.top-beginner-area{
  position: absolute;
  bottom: 0;
  right: 0;
  left: 15px;
  background-color: var(--main);
  padding: 10px 45px 0px 30px;
  border-radius: 10px 0 0 0;
}
.top-beginner-area a{
  color: var(--white);
  font-weight: bold;
  font-size: 16px;
  position: relative;
  padding-left: 36px;
  display: inline-block;
}
.top-beginner-area a::before{
  content: "";
  background-image: url(library/images/icon/icon-beginner-w.svg);
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 22px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.top-beginner-area a::after{
  content: "";
  background-image: url(library/images/icon/arrow.svg);
  position: absolute;
  display: inline-block;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.top-image-area img{
  height: 300px;
  object-fit: cover;
  object-position: 70% top;
}
.top-ttl.contents,.top-ttl.search,.top-ttl.news{
  position: relative;
  display: inline-block;
}
.top-ttl.contents::before,.top-ttl.search::before,.top-ttl.news::before{
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 10px;
  left: -26px;
  transform: translateX(-50%);
  width: 34px;
  height: 33px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.top-ttl.contents::before {
  background-image: url(library/images/icon/icon-contents.svg);
}
.top-ttl.search::before{
  background-image: url(library/images/icon/icon-search.svg);
  bottom: 2px;
}
.top-ttl.news::before{
  background-image: url(library/images/icon/icon-news.svg);
}
.top-sub-ttl.contents01,
.top-sub-ttl.contents02,
.top-sub-ttl.contents03{
  position: relative;
  display: inline-block;
  padding-left: 30px;
}
.top-sub-ttl.contents01::before,
.top-sub-ttl.contents02::before,
.top-sub-ttl.contents03::before{
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.top-sub-ttl.contents01::before{
  background-image: url(library/images/icon/icon-yakuba.svg);
}
.top-sub-ttl.contents02::before{
  background-image: url(library/images/icon/icon-download.svg);
}
.top-sub-ttl.contents03::before{
  background-image: url(library/images/icon/icn-notary.svg);
}
.catch-copy{
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 30px);
}
.catch-copy p {
  background-color: var(--white02);
  color: var(--gray04);
  padding: 15px 20px;
  font-weight: bold;
  display: inline-block;
  letter-spacing: 0;
}
/* .catch-copy p:last-child{
  font-size: 0.8em;
  padding: 10px 20px;
} */
.front-news-area{
  padding-top: 40px;
  padding-bottom: 40px;
}
.news-content-area{
  background-color: var(--white);
  padding: 30px;
}
.news-content-area .category-name{
  background-color: var(--main);
  color: var(--white);
  padding: 5px 10px;
  border-radius: 5px;
  margin: 0 10px;
}
.news-content-area h4{
  margin-top: 20px;
}
.archives-list .news-content-area{
  border: solid 1px var(--green03);
}
@media print, screen and (min-width: 576px) {
.top-beginner-area{
  left: inherit;
  padding: 10px 90px 0px 50px;
}
.catch-copy p{
  font-size: 1.2em;
}
}
@media print, screen and (min-width: 768px) {
.top-image-area img{
  height: 400px;
  object-fit: cover;
  object-position: 50% 50%;
}
.catch-copy{
  position: absolute;
  top: 90px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 30px);
}
.catch-copy p{
  font-size: 1.5em;
  padding: 15px 30px;
  letter-spacing: inherit;
}
.front-news-area{
  padding-top: 60px;
  padding-bottom: 60px;
}
.top-ttl.search::before {
  bottom: 5px;
}
.news-content-area .category-name{
  margin: 0 20px;
}
}
@media print, screen and (min-width: 992px) {
.top-image-area img{
  height: 500px;
}
.catch-copy {
  top: 100px;
}
.catch-copy p {
  font-size: 2em;
}
.top-beginner-area a{
  font-size: 1.5em;
}
.front-news-area{
  padding-top: 80px;
  padding-bottom: 80px;
}
.news-content-area{
  display: flex;
}
.news-content-area h4{
  margin-top: 0;
}
}
@media print, screen and (min-width: 1200px) {
.news-content-area .category-name{
  margin: 0 40px;
}
}
/*--------------------------------------------------------------------
▼ブロック、コンテンツ設定
---------------------------------------------------------------------*/
.bg-stripe{
  background-image: linear-gradient(
  -45deg,
  var(--sub) 49%,
  var(--white) 50%,
  var(--sub) 51%
  );
  background-size: 20px 20px;
  width: 100%;
  height: 100%;
}
.border-t{
  border-top: 1px solid var(--green01);
}
.border-b{
  border-bottom: 1px solid var(--green01);
}
.indent-box{
  padding-left: 20px;
}
.pc-text-right{
  text-align: center;
  /* text-align: left; */
}
.page-main-visual {
  position: relative;
  height: 200px;
  text-align: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-main-visual-text {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  background-color: var(--white02);
  padding: 8px 15px 10px;
  width: calc(100% - 60px);
}
.page-main-visual-ttl {
  font-size: 24px;
}
.page-main-visual-ttl span, .footer-beginner-ttl span {
  letter-spacing: 0.1em;
  padding-left: 32px;
  position: relative;
}
.page-main-visual-ttl span::before, .footer-beginner-ttl span::before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  top: 20px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-main-visual-ttl.beginner span::before {
  background-image: url(./library/images/icon/icn-beginner.svg);
}
.page-main-visual-ttl.strengths span::before {
  background-image: url(./library/images/icon/icn-strengths.svg);
}
.page-main-visual-ttl.notary span::before {
  background-image: url(./library/images/icon/icn-notary.svg);
}
.page-main-visual-ttl.search span::before {
  background-image: url(./library/images/icon/icon-search.svg);
}
.page-main-visual-ttl.wills span::before {
  background-image: url(./library/images/icon/icn-wills.svg);
}
.page-main-visual-ttl.divorce span::before {
  background-image: url(./library/images/icon/icn-divorce.svg);
}
.page-main-visual-ttl.guardianship span::before {
  background-image: url(./library/images/icon/icn-guardianship.svg);
}
.page-main-visual-ttl.money span::before {
  background-image: url(./library/images/icon/icn-money.svg);
}
.page-main-visual-ttl.land-building span::before {
  background-image: url(./library/images/icon/icn-land-building.svg);
}
.page-main-visual-ttl.leased-land span::before {
  background-image: url(./library/images/icon/icn-leased-land.svg);
}
.page-main-visual-ttl.company-statute span::before {
  background-image: url(./library/images/icon/icn-company-statute.svg);
}
.page-main-visual-ttl.certification span::before {
  background-image: url(./library/images/icon/icon-certification.svg);
}
.page-main-visual-ttl.other span::before {
  background-image: url(./library/images/icon/icn-other.svg);
}
.page-main-visual-ttl.about span::before {
  background-image: url(./library/images/icon/icon-yakuba.svg);
}
.page-main-visual-ttl.download span::before {
  background-image: url(./library/images/icon/icon-download.svg);
}
.page-main-visual-ttl.link span::before {
  background-image: url(./library/images/icon/icon-link.svg);
}
.page-main-visual-ttl.news span::before {
  background-image: url(./library/images/icon/icon-news.svg);
}
.page-main-visual-ttl.contact span::before {
  background-image: url(./library/images/icon/icn-contact.svg);
}
.page-main-visual-ttl.icon-strength span::before {
  background-image: url(./library/images/icon/icon-strength.svg);
}
.corner-box {
  border: 1px solid var(--green03);
  border-radius: 10px;
  position: relative;
  padding: 30px 15px;
  margin-top: 40px;
  min-height: 190px;
  background-color: var(--white);
}
.corner-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 15px solid var(--green03);
  border-left: 15px solid var(--green03);
  border-bottom: 15px solid rgba(0, 0, 0, 0);
  border-right: 15px solid rgba(0, 0, 0, 0);
  border-top-left-radius: 30%;
}
.corner-box.g-color {
  border: 1px solid var(--green03);
  border-radius: 10px;
  position: relative;
  padding: 30px 15px;
  margin-top: 40px;
  background-color: var(--sub);
}
.download .corner-box {
  min-height: inherit;
}
.corner-box-txt {
  margin-top: 0;
  font-weight: bold;
}
.corner-box-txt-number {
  font-weight: bolder;
  color: var(--main);
}
.search-box{
  position: relative;
}
.search-box::after{
  content: "";
  background-image: url(library/images/icon/arrow-g.svg);
  position: absolute;
  display: inline-block;
  bottom: 10px;
  right: 10px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.search-box h3{
  font-size: 0.72em;
}
.search-box.corner-box{
  padding: 30px 6px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.search-box img {
  width: 60%;
}
.search-box:hover{
  box-shadow:  0 0 15px rgba(0, 0, 0, 0.4);
  opacity: 1;
}
.search-area a{
  opacity: 1;
}
.search-area-last-contents div{
  margin-top: 20px;
  margin-bottom: 14px;
  font-size: 0.75em;
}
.search-box h3 {
  line-height: 1.5em;
}
.letter-space0 {
  letter-spacing: 0;
}
.about-area{
  background-color: var(--white);
  border-radius: 10px;
  padding: 20px;
}
.about-area table tr th{
  position: relative;
  padding-left: 50px;
}
.about-area table tr th,.about-area table tr td{
  width: 100%;
  display: block;
}
.about-area table tr th::before{
  content: "";
  display: inline-block;
  position: absolute;
  top: 52%;
  left: 0;
  transform: translateY(-50%);
  width: 22px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.about-area table tr th.about-address::before{
  background-image: url(library/images/icon/icon-address.svg);
}
.about-area table tr th.about-tel::before{
  background-image: url(library/images/icon/icon-about-tel.svg);
}
.about-area table tr th.about-fax::before{
  background-image: url(library/images/icon/icon-about-fax.svg);
}
.about-area table tr th.about-mail::before{
  background-image: url(library/images/icon/icon-about-mail.svg);
}
.about-area table tr th.about-worktime::before{
  background-image: url(library/images/icon/icon-worktime.svg);
}
.about-area table tr th.about-holiday::before{
  background-image: url(library/images/icon/icon-holiday.svg);
}
.about-area table tr:not(:first-child) th{
  margin-top: 20px;
}
.download-area .main-btn{
  text-align: left;
  font-size: 16px;
  letter-spacing: 0;
  width: 100%;
}
/* .download-area.second .main-btn{
  min-width: 280px;
} */
.download-area .main-btn .sample-pdf::before,
.download-area .main-btn .download-word::before,
.sample-dl-area .main-btn .sample-pdf::before,
.sample-dl-area .main-btn .download-word::before{
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  width: 15px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  letter-spacing: 0;
}
.download-area .main-btn .sample-pdf::before,
.sample-dl-area .main-btn .sample-pdf::before{
  background-image: url(library/images/icon/icon-pdf.svg);
}
.download-area .main-btn .download-word::before,
.sample-dl-area .main-btn .download-word::before{
  background-image: url(library/images/icon/icon-mini-download.svg);
}
.download-area .main-btn .sample-pdf,
.download-area .main-btn .download-word,
.sample-dl-area .main-btn .sample-pdf,
.sample-dl-area .main-btn .download-word{
  padding-left: 25px;
  letter-spacing: inherit;
}
.sample-dl-area .main-btn .download-word{
  display: block;
}
.sample-dl-area.indent .main-btn {
  padding: 10px 12px 10px 10px;
}
.sample-dl-area.indent .main-btn .sample-pdf::before, .sample-dl-area.indent .main-btn .download-word::before {
  left: 10px;
}
.group-ttl{
  display: inline-block;
  background-color: var(--sub);
  padding: 10px 60px;
}
.group-name {
  position: relative;
  width: 100%;
  padding: 10px;
  border-bottom: 3px solid var(--sub);
}
.group-name::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width:90px;
  height: inherit;
  border-bottom: 3px solid var(--main);
}
.group-link a{
  padding: 20px 30px;
  border-bottom: 1px solid var(--sub);
  display: block;
  font-size: 1.3em;
  font-weight: bold;
  position: relative;
}
.group-link a::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 2px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url(library/images/icon/arrow-g.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.group-link a::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 2px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url(library/images/icon/out-side-link.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.consultation-ttl{
  background-color: var(--main);
  color: var(--white);
  padding: 12px 20px 15px 40px;
  border-radius: 10px;
  position: relative;
}
.consultation-ttl::before,
.consultation-ttl::after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.consultation-arrow::before{
  left: 14px;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 10px solid transparent;
  border-left: 8px solid var(--sub);
}
.consultation-box h3,.consultation-box h4{
  position: relative;
  padding-left: 32px;
}
.consultation-box div{
  margin-left: 32px;
}
.consultation-box p{
  padding-left: 32px;
}
.consultation-box div p{
  padding-left: 0;
}
.consultation-box h3::before{
  content: "";
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 3px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media print, screen and (max-width: 768px) {
  .consultation-box h3::before {
    top: 3px;
  }
}
.consultation-box h4::before{
  content: "";
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 4px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.consultation-box h3.one::before{
  background-image: url(library/images/icon/icon-one.svg);
}
.consultation-box h3.two::before{
  background-image: url(library/images/icon/icon-two.svg);
}
.consultation-box h3.three::before{
  background-image: url(library/images/icon/icon-three.svg);
}
.consultation-box h3.four::before{
  background-image: url(library/images/icon/icon-four.svg);
}
.consultation-box h3.five::before{
  background-image: url(library/images/icon/icon-five.svg);
}
.consultation-box h3.six::before{
  background-image: url(library/images/icon/icon-six.svg);
}
.consultation-box h3.seven::before{
  background-image: url(library/images/icon/icon-seven.svg);
}
.consultation-box h3.eight::before{
  background-image: url(library/images/icon/icon-eight.svg);
}
.consultation-box h3.nine::before{
  background-image: url(library/images/icon/icon-nine.svg);
}
.consultation-box h3.ten::before{
  background-image: url(library/images/icon/icon-ten.svg);
}
.consultation-box h3.circle::before{
  background-image: url(library/images/icon/circle.svg);
}
.consultation-box h4.circle::before{
  background-image: url(library/images/icon/circle.svg);
}
.contact-banner-area{
  background-color: var(--sub);
  padding: 30px 15px;
  border-radius: 10px;
}
.contact-banner-area .contact-banner-box01 p:first-child{
  font-size: 18px;
  font-weight: bold;
  color: var(--main);
  letter-spacing: 0px;
  text-align: center;
}
.contact-banner-area .contact-banner-box01 p:nth-child(2) {
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
}
.contact-banner-area .contact-banner-box01 p:nth-child(2) a{
  font-size: 1.7em;
  font-weight: bold;
  position: relative;
  padding-left: 30px;
}
.contact-banner-area .contact-banner-box01 p:nth-child(2) a::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 2px;
  transform: translateY(-50%);
  width: 23px;
  height: 30px;
  background-image: url(library/images/icon/tel-icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.contact-banner-area .contact-banner-box01 p:last-child{
  font-size: 16px;
  letter-spacing: 1px;
  text-align: center;
}
.contact-banner-area .contact-banner-box02{
  margin-top: 20px;
}
.consultation-box.flow{
  position: relative;
}
.consultation-box.flow::before{
  content: "";
  position: absolute;
  top: 4px;
  left: 12px;
  border-left: solid 3px var(--green03);
  height: 91%;
}
.consultation-box.flow.short::before{
  height: 89%;
}
.consultation-box.flow.short02::before{
  height: 89%;
}
.consultation-box.flow.short03::before{
  height: 91%;
}
.consultation-box.flow.short04::before {
  height: 86%;
}
.consultation-box.flow.long-border::before{
  height: 95%;
}
.business-trip{
  background-color: var(--green06);
  padding: 30px 15px;
  border-radius: 10px;
}
.business-trip.pc-d-flex .sample-dl-area-box {
  margin-top: 20px;
}
.sample-dl-area-box-mt {
  margin-top: 20px;
}
.business-trip h4 {
  display: inline-block;
}
.business-trip .border-ttl {
  padding: 0 0 0 20px;
  line-height: 1.2;
}
.business-trip .main-color-bg {
  padding: 8px 20px;
}
.mid-txt {
  font-size: 18px;
  line-height: 1.5;
}
.big-txt {
  font-size: 1.4em;
}
.faq-box {
  background-color: var(--green06);
}
.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 35px 15px 15px;
  cursor: pointer;
  border-bottom: 1px solid var(--green07);
}
.faq-box-text {
  padding: 15px;
 background-color: var(--white);
 border: 1px solid var(--green03);
}
.faq-box-inner-ttl, .faq-box-text-item {
  padding-left: 24px;
}
.faq-box-inner-ttl::before, .faq-box-text-item::before {
  position: absolute;
  top: 12px;
  transform: translateY(-50%);
  left: 0;
  font-size: 20px;
  font-weight: 700;
  font-family: Arial, "Noto Sans JP", "Original Yu Gothic", "Yu Gothic", YuGothic, "Hiragino Sans", sans-serif;
}
.faq-box-inner-ttl::before {
  content: "Q";
  color: var(--main);
}
.faq-box-text-item::before {
  content: "A";
  color: var(--green03);
  top: 14px;
}
.faq-box-text {
  display: none;
}
.faq-box-inner-accordion:after {
  border-style: solid;
  border-color: transparent;
  border-width: 0.64952em 0.4em;
  border-top-color: var(--main);
  border-bottom: 0;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 15px;
  top: 38%;
  transform: rotate(120deg);
  transition: transform .3s ease-in-out, top .3s ease-in-out;
  width: 8px;
}
.faq-box-inner-accordion.active:after {
  top: 45%;
  transform: rotate(-60deg); 
}
.answer-title{
  font-size: 1.1em;
}
.answer-title span{
  color: var(--green03);
}
.contact-banner-area .contact-banner-box01 p:last-child {
  font-size: 14px;
}
.pd-bottom {
  padding-bottom: 40px;
}
.footer-beginner-visual {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.footer-beginner-box {
  background-color: var(--white);
  border-radius: 10px;
  padding: 30px 20px;
}
.footer-beginner-ttl span {
  padding-left: 40px;
}
.footer-beginner-ttl.about span::before {
  background-image: url(./library/images/icon/icn-about.svg);
}
.footer-beginner-ttl.content span::before {
  background-image: url(./library/images/icon/icn-content.svg);
}
.footer-beginner-ttl.beginner span::before {
  background-image: url(./library/images/icon/icn-beginner.svg);
}
.footer-beginner-box-btn {
  margin-top: 20px;
}
.notary-info {
  position: relative;
  padding-left: 85px;
}
.notary-info::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 63px;
  height: 80px;
  background-image: url(./library/images/icon/icn-person.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.notary-info-name {
  line-height: 1;
  letter-spacing: .1em;
}
.notary-info-name span {
  font-size: 18px;
  letter-spacing: 2px;
}
.notary-message {
  background-color: var(--white);
  border: 1px solid var(--green03);
  border-radius: 10px;
  padding: 20px;
  margin-top: 20px;
}
.notary-career li {
  border-bottom: 1px solid var(--green03);
  padding: 15px 0 10px;
}
.notary-career li span {
  color: var(--main);
  padding-right: 20px;
  display: block;
  line-height: 1;
  letter-spacing: 1px;
}
.sample-dl-area{
  /* text-align: center; */
  text-align: left;
  margin-left: 0!important;
}
.sample-dl-area div{
  margin-left: 0;
}
.sample-dl-area .main-btn{
  font-size: 16px;
  text-align: left;
}
.word-link {
  background-color: var(--green06);
  padding: 20px 15px;
  line-height: 1.2;
  display: block;
  border-radius: 5px;
  position: relative;
  padding-left: 50px;
}
.word-link::before{
  content: "";
  background-image: url(./library/images/icon/word.png);
  position: absolute;
  display: inline-block;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.btn-box {
  width: 100%;
}
.btn-flexbox {
  display: block;
}
.btn-100 {
  min-width: 100% !important;
}
.btn-word {
  display: inline-block;
}
@media print, screen and (min-width: 576px) {
.corner-box {
  min-height: 184px;
}
.btn-box {
  padding: 0 15px;
}
.search-box.corner-box{
  padding: 40px 8px;
}
.Label {
  background: linear-gradient(90deg, var(--main) 0%, var(--main) 10%, var(--green03) 10%, var(--green03) 100%);
}
.Label span{
  margin-right: 20px;
  color: var(--white);
}
.notary-info {
  padding-left: 80px;
}
.notary-info::before {
  width: 50px;
  height: 65px;
}
.contact-banner-area .contact-banner-box01 p:first-child {
  font-size: 1.5em;
  letter-spacing: inherit;
}
.contact-banner-area .contact-banner-box01 p:nth-child(2) {
  padding-top: 0;
  padding-bottom: 0;
}
.contact-banner-area .contact-banner-box01 p:nth-child(2) a{
  font-size: 2.5em;
}
.download-area .main-btn {
  width: auto;
  min-width: 300px;
}
}
@media print, screen and (min-width: 768px) {
.contents-img-bottom {
  margin-bottom: 20px;
}
.consultation-box h3::before {
  width: 25px;
  height: 25px;
  top: 4px;
}
.consultation-box h4::before {
  width: 20px;
  height: 20px;
  left: 4px;
}
.consultation-box h3,.consultation-box h4 {
  padding-left: 40px;
}
.consultation-box div {
  margin-left: 40px;
}
.consultation-box.flow::before {
  left: 14px;
}
.consultation-box.flow.short02::before {
  height: 90%;
}
.consultation-box.flow.short03::before {
  height: 93%;
}
.consultation-box.flow.short03.long::before {
  height: 92%;
}
.consultation-box.flow.short04::before {
  height: 86%;
}
.consultation-box p {
  padding-left: 40px;
}
.pc-text-right{
  text-align: right;
}
.download-area-flex{
  display: flex;
  justify-content: end;
}
.download-area-flex div{
  margin-left: 10px;
}
.corner-box {
  padding: 40px 20px;
  min-height: inherit;
}
.corner-box.g-color {
  padding: 40px 20px;
}
.corner-box-txt {
  font-size: 1.1em;
}
.search-box h3{
  font-size: 1.0em;
}
.search-box img {
  width: auto;
}
.search-area-last-contents div{
  font-size: inherit;
}
.about-area{
  padding: 60px;
}
.business-trip {
  padding: 30px;
}
.space-between {
  justify-content: space-between;
}
.flex-start {
  align-items: flex-start;
}
/* .download-area.three-equal-parts{
  height: 350px;
} */
.download-btn-area{
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.download-area.mt{
  margin-top: 110px;
}
.sample-dl-area.indent > div {
  margin-left: 0;
}
.sample-dl-area.indent .main-btn {
  padding: 15px 60px 15px 20px;
}
.sample-dl-area.indent .main-btn .sample-pdf::before, .sample-dl-area.indent .main-btn .download-word::before {
  left: 20px;
}
.Label {
  font-size: 1.7em;
}
.Label span{
  margin-right: 40px;
}
.page-main-visual {
  height: 400px;
}
.page-main-visual-ttl {
  font-size: 36px;
}
.page-main-visual-text {
  padding: 12px 60px 16px;
  width: max-content;
}
.page-main-visual-ttl {
  font-size: 2em;
}
.page-main-visual-ttl span {
  padding-left: 44px;
}
.page-main-visual-ttl span::before, .footer-beginner-ttl span::before {
  width: 32px;
  height: 32px;
  top: 25px;
}
h2 {
  font-size: 1.8em;
}
h3 {
  font-size: 1.4em;
}
.pd-bottom {
  padding-bottom: 80px;
}
.faq-box-inner {
  padding: 15px 45px 15px 30px;
}
.faq-box-inner-accordion:after {
  right: 25px;
}
.faq-box-text {
  padding: 20px 30px;
}
.faq-box-inner-ttl::before, .faq-box-text-item::before {
  font-size: 24px;
}
.footer-beginner-box {
  padding: 60px 30px;
}
.footer-beginner-ttl {
  font-size: 26px;
}
.footer-beginner-ttl span::before {
  top: 21px;
}
.notary-info {
  padding-left: 103px;
}
.notary-info::before {
  width: 63px;
  height: 80px;
}
.notary-message {
  margin-top: 30px;
  padding: 30px;
}
.notary-career {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.notary-career li {
  width: calc(100% / 2 - 15px);
  padding: 20px 0 15px;
}
.notary-career li span {
  display: inline-block;
}
.contact-banner-area {
  padding: 30px;
}
}
@media print, screen and (min-width: 992px) {
.search-area{
  padding-left: 100px;
  padding-right: 100px;
}
.consultation-box.flow.short03::before {
  height: 92%;
}
.about-area table tr th{
  width: 30%;
  display: inline-block;
  vertical-align: top;
  border-right: solid 1px var(--gray01);
  font-size: 1.3em;
}
.about-area table tr td{
  width: 70%;
  display: inline-block;
  padding-left: 100px;
}
.about-area table tr:not(:first-child) th{
  margin-top: 40px;
}
.about-area table tr:not(:first-child) td{
  margin-top: 40px;
}
.download-area .main-btn{
  min-width: 285px;
  font-size: inherit;
  letter-spacing: inherit;
  padding: 15px 48px 15px 20px;
}
.download-area.second .main-btn{
  font-size: 15px;
}
.sample-dl-area.indent > div {
  margin-left: 10px;
}
.sample-dl-area.indent .main-btn {
  width: auto;
  min-width: 240px;
}
.group-area{
  padding-right: 80px;
  padding-left: 80px;
}
.footer-beginner-box-btn {
  margin-top: 40px;
}
.page-main-visual-ttl, .footer-beginner-ttl {
  font-size: 2em;
}
.footer-beginner-ttl span {
  padding-left: 50px;
}
.footer-beginner-ttl span::before {
  top: 27px;
}
.contact-banner-area{
  background-color: var(--sub);
  display: flex;
}
.contact-banner-area .contact-banner-box01{
  width: 59%;
}
.contact-banner-area .contact-banner-box02{
  width: 41%;
  margin-left: 10px;
  margin-top: 0;
}
.contact-banner-area .contact-banner-box01 p:first-child, .contact-banner-area .contact-banner-box01 p:nth-child(2), .contact-banner-area .contact-banner-box01 p:last-child {
  text-align: left;
}
.contact-banner-area .contact-banner-box01 p:nth-child(2) a {
  font-size: 2.6em;
}
.contact-banner-area .contact-banner-box01 p:first-child{
  font-size: 1.3em;
  font-weight: bold;
  color: var(--main);
}
.sample-dl-area{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.sample-dl-area div{
  margin-left: 10px;
}
.consultation-box.flow.short02::before {
  height: 89%;
}
.consultation-box.flow.short03.long::before {
  height: 91%;
}
}
@media print, screen and (min-width: 1200px) {
.search-box h3{
  font-size: 1.1em;
}
.consultation-box.flow.short03::before {
  height: 93%;
}
.consultation-box.flow.short03.long::before {
  height: 93%;
}
.download-area.second .main-btn{
  font-size: inherit;
}
.download-area .main-btn {
  min-width: 316px;
  padding: 15px 60px 15px 20px;
}
.Label span{
  margin-right: 60px;
}
.notary-career li span {
  padding-right: 40px;
}
.pc-d-flex {
  display: flex;
}
.business-trip.pc-d-flex .sample-dl-area-box {
  margin-top: 0;
}
.sample-dl-area-box-mt {
  margin-top: 10px;
}
.contact-banner-area .contact-banner-box01 p:first-child {
  font-size: 1.75em;
}
.contact-banner-area .contact-banner-box01 p:nth-child(2) a{
  font-size: 3.6em;
  line-height: 1.5;
  padding-left: 48px;
}
.contact-banner-area .contact-banner-box01 p:nth-child(2) a::before{
  width: 35px;
  height: 46px;
}
.btn-box {
  padding: 0 15px;
  width: 50%;
}
.btn-flexbox {
  display: flex;
}
.btn-100 {
  min-width: none;
  width: 100% !important;
}
}

@media screen and (min-width:992px) and (max-width:1199px){
.download-area .download-btn-area .main-btn{
  min-width: 260px;
  font-size: inherit;
  padding: 15px 20px 15px 18px;
}
.contact-banner-box02 p{
  font-size: 80%;
}
.btn-flexbox {
  display: flex;
}
.btn-word {
  display: none;
}
}

/**********サイドバー**********/
.variable-contents{
  width: 100%;
}
.side-contents ul li a{
  display: block;
  font-size: 18px;
  position: relative;
  padding: 20px 8px 20px 30px;
  font-weight: bold;
  line-height: 1.2;
}
.side-contents ul li a.active{
  background-color: var(--green06);
  color: var(--main);
}
.side-contents ul li a::before{
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(./library/images/icon/arrow-g.svg);
}
.side-contents ul li a.selecting{
  color: var(--main);
  background-color: var(--green06);
  outline: none;
}
.search-ttl{
  position: relative;
  padding-left: 36px;
  padding-bottom: 15px;
  border-bottom: 3px solid var(--main);
}
.search-ttl::before{
  content: "";
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.search-ttl.wills::before{
  background-image: url(./library/images/icon/icn-wills.svg);
}
.search-ttl.divorce::before{
  background-image: url(./library/images/icon/icn-divorce.svg);
}
.search-ttl.guardianship::before{
  background-image: url(./library/images/icon/icn-guardianship.svg);
}
.search-ttl.money::before{
  background-image: url(./library/images/icon/icn-money.svg);
}
.search-ttl.land-building::before{
  background-image: url(./library/images/icon/icn-land-building.svg);
}
.search-ttl.leased-land::before{
  background-image: url(./library/images/icon/icn-leased-land.svg);
}
.search-ttl.company-statute::before{
  background-image: url(./library/images/icon/icn-company-statute.svg);
}
.search-ttl.certification::before{
  background-image: url(./library/images/icon/icn-certification.svg);
}
.search-ttl.other::before{
  background-image: url(./library/images/icon/icn-other.svg);
}
/* .scroll-point{
  padding-top: 40px;
  margin-top:-40px;
} */
@media print, screen and (min-width: 768px) {
.search-consultation{
  flex-direction: row-reverse;
}
/* Safariハック */
_:lang(x)+_:-webkit-full-screen-document,
.page-main-visual-text {
  width: calc(100% - 40%);
}
}
ul.pagelist li {
  position: relative;
  padding-left: 25px;
}
ul.pagelist li span.first {
  position: absolute;
  left: 0;
}

/* Firefoxハック */
@-moz-document url-prefix() {
.about-area table tr td {
  width: 69%;
}
}
.f-17 {
  font-size: 17px;
}
.number-ls {
  letter-spacing: 1px !important;
}
.align-items-center {
  align-items: center;
}
.download-icon {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-left: 7px;
}
.download-icon.word {
  background-image: url(library/images/icon/word.png);
}
.download-icon.excel {
  background-image: url(library/images/icon/excel.png);
}
.download-icon.pdf {
  background-image: url(library/images/icon/icon-pdf.svg);
}
@media print, screen and (max-width: 991px) {
  .pr-break{
    padding-right: 7.5px;
  }
  .pl-break{
    padding-left: 7.5px;
  }
}
@media print, screen and (max-width: 768px) {
  .footer-logo img {
    height: 21px;
  }
  .footer-btn,.sp-btn-100 {
    width: 100%;
  }
}
