@charset "utf-8";
/******************************************************************
Theme Name: RESTA ver.2022
Theme URI: https://resta.jp/
Description: 無限の可能性へ。
Version: 2.0.0
Author: RESTA
Author URI: https://resta.jp/
******************************************************************/

/*-------------------------------------------------------------
▼グリッドデザイン
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*, *::before, *::after {
  box-sizing: inherit;
}
.area-full {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.row::before,.row::after {
  width:0px;
}
.area {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media print,screen and (min-width: 576px) {
.area {
  max-width: 540px;
}
}
@media print,screen and (min-width: 768px) {
.area-full {
  padding-right: 7.5px;
  padding-left: 7.5px;
}
.row {
  margin-right: -7.5px;
  margin-left: -7.5px;
}
.area {
  max-width: 720px;
  padding-right: 7.5px;
  padding-left: 7.5px;
}
}
@media print,screen and (min-width: 992px) {
.area {
  max-width: 960px;
}
}
@media print,screen and (min-width: 1200px) {
.area {
  max-width: 1140px;
}
}
@media print,screen and (min-width: 1400px) {
.area.wide {
  max-width: 1340px;
}
}
@media print,screen and (min-width: 1600px) {
.area.wide {
  max-width: 1535px;
}
}
.no-padding {
  margin-right: 0;
  margin-left: 0;
}
.no-padding > .grid, .no-padding > [class*="grid-"] {
  padding-right: 0;
  padding-left: 0;
}
.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11, .grid-12, .grid, .grid-auto, .grid-s-1, .grid-s-2, .grid-s-3, .grid-s-4, .grid-s-5, .grid-s-6, .grid-s-7, .grid-s-8, .grid-s-9, .grid-s-10, .grid-s-11, .grid-s-12, .grid-s, .grid-s-auto,.grid-m-1, .grid-m-2, .grid-m-3, .grid-m-4, .grid-m-5, .grid-m-6, .grid-m-7, .grid-m-8, .grid-m-9, .grid-m-10, .grid-m-11, .grid-m-12, .grid-l-1, .grid-l-2, .grid-l-3, .grid-l-4, .grid-l-5, .grid-l-6, .grid-l-7, .grid-l-8, .grid-l-9, .grid-l-10, .grid-l-11, .grid-l-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.grid {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.grid-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.grid-1 {
  -ms-flex: 0 0 8.3333%;
  flex: 0 0 8.3333%;
  max-width: 8.3333%;
}
.grid-2 {
  -ms-flex: 0 0 16.6666%;
  flex: 0 0 16.6666%;
  max-width: 16.6666%;
}
.grid-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.grid-4 {
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}
.grid-5 {
  -ms-flex: 0 0 41.6666%;
  flex: 0 0 41.6666%;
  max-width: 41.6666%;
}
.grid-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.grid-7 {
  -ms-flex: 0 0 58.3333%;
  flex: 0 0 58.3333%;
  max-width: 58.3333%;
}
.grid-8 {
  -ms-flex: 0 0 66.6666%;
  flex: 0 0 66.6666%;
  max-width: 66.6666%;
}
.grid-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.grid-10 {
  -ms-flex: 0 0 83.3333%;
  flex: 0 0 83.3333%;
  max-width: 83.3333%;
}
.grid-11 {
  -ms-flex: 0 0 91.6666%;
  flex: 0 0 91.6666%;
  max-width: 91.6666%;
}
.grid-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.sort-first {
  -ms-flex-order: -1;
  order: -1;
}
.sort-last {
  -ms-flex-order: 13;
  order: 13;
}
.sort-0 {
  -ms-flex-order: 0;
  order: 0;
}
.sort-1 {
  -ms-flex-order: 1;
  order: 1;
}
.sort-2 {
  -ms-flex-order: 2;
  order: 2;
}
.sort-3 {
  -ms-flex-order: 3;
  order: 3;
}
.sort-4 {
  -ms-flex-order: 4;
  order: 4;
}
.sort-5 {
  -ms-flex-order: 5;
  order: 5;
}
.sort-6 {
  -ms-flex-order: 6;
  order: 6;
}
.sort-7 {
  -ms-flex-order: 7;
  order: 7;
}
.sort-8 {
  -ms-flex-order: 8;
  order: 8;
}
.sort-9 {
  -ms-flex-order: 9;
  order: 9;
}
.sort-10 {
  -ms-flex-order: 10;
  order: 10;
}
.sort-11 {
  -ms-flex-order: 11;
  order: 11;
}
.sort-12 {
  -ms-flex-order: 12;
  order: 12;
}
.space-0,.space-1,.space-2,.space-3,.space-4,.space-5,.space-6,.space-7,.space-8,.space-9,.space-10,.space-11 {
  margin-left: 0;
}
@media print,screen and (min-width: 576px) {
.grid-s {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.grid-s-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.grid-s-1 {
  -ms-flex: 0 0 8.3333%;
  flex: 0 0 8.3333%;
  max-width: 8.3333%;
}
.grid-s-2 {
  -ms-flex: 0 0 16.6666%;
  flex: 0 0 16.6666%;
  max-width: 16.6666%;
}
.grid-s-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.grid-s-4 {
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}
.grid-s-5 {
  -ms-flex: 0 0 41.6666%;
  flex: 0 0 41.6666%;
  max-width: 41.6666%;
}
.grid-s-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.grid-s-7 {
  -ms-flex: 0 0 58.3333%;
  flex: 0 0 58.3333%;
  max-width: 58.3333%;
}
.grid-s-8 {
  -ms-flex: 0 0 66.6666%;
  flex: 0 0 66.6666%;
  max-width: 66.6666%;
}
.grid-s-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.grid-s-10 {
  -ms-flex: 0 0 83.3333%;
  flex: 0 0 83.3333%;
  max-width: 83.3333%;
}
.grid-s-11 {
  -ms-flex: 0 0 91.6666%;
  flex: 0 0 91.6666%;
  max-width: 91.6666%;
}
.grid-s-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.sort-s-first {
  -ms-flex-order: -1;
  order: -1;
}
.sort-s-last {
  -ms-flex-order: 13;
  order: 13;
}
.sort-s-0 {
  -ms-flex-order: 0;
  order: 0;
}
.sort-s-1 {
  -ms-flex-order: 1;
  order: 1;
}
.sort-s-2 {
  -ms-flex-order: 2;
  order: 2;
}
.sort-s-3 {
  -ms-flex-order: 3;
  order: 3;
}
.sort-s-4 {
  -ms-flex-order: 4;
  order: 4;
}
.sort-s-5 {
  -ms-flex-order: 5;
  order: 5;
}
.sort-s-6 {
  -ms-flex-order: 6;
  order: 6;
}
.sort-s-7 {
  -ms-flex-order: 7;
  order: 7;
}
.sort-s-8 {
  -ms-flex-order: 8;
  order: 8;
}
.sort-s-9 {
  -ms-flex-order: 9;
  order: 9;
}
.sort-s-10 {
  -ms-flex-order: 10;
  order: 10;
}
.sort-s-11 {
  -ms-flex-order: 11;
  order: 11;
}
.sort-s-12 {
  -ms-flex-order: 12;
  order: 12;
}
}
@media print,screen and (min-width: 768px) {
.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11, .grid-12, .grid, .grid-auto, .grid-s-1, .grid-s-2, .grid-s-3, .grid-s-4, .grid-s-5, .grid-s-6, .grid-s-7, .grid-s-8, .grid-s-9, .grid-s-10, .grid-s-11, .grid-s-12, .grid-s, .grid-s-auto,.grid-m-1, .grid-m-2, .grid-m-3, .grid-m-4, .grid-m-5, .grid-m-6, .grid-m-7, .grid-m-8, .grid-m-9, .grid-m-10, .grid-m-11, .grid-m-12, .grid-l-1, .grid-l-2, .grid-l-3, .grid-l-4, .grid-l-5, .grid-l-6, .grid-l-7, .grid-l-8, .grid-l-9, .grid-l-10, .grid-l-11, .grid-l-12 {
  padding-right: 7.5px;
  padding-left: 7.5px;
}
.grid-m {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.grid-m-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.grid-m-1 {
  -ms-flex: 0 0 8.3333%;
  flex: 0 0 8.3333%;
  max-width: 8.3333%;
}
.grid-m-2 {
  -ms-flex: 0 0 16.6666%;
  flex: 0 0 16.6666%;
  max-width: 16.6666%;
}
.grid-m-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.grid-m-4 {
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}
.grid-m-5 {
  -ms-flex: 0 0 41.6666%;
  flex: 0 0 41.6666%;
  max-width: 41.6666%;
}
.grid-m-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.grid-m-7 {
  -ms-flex: 0 0 58.3333%;
  flex: 0 0 58.3333%;
  max-width: 58.3333%;
}
.grid-m-8 {
  -ms-flex: 0 0 66.6666%;
  flex: 0 0 66.6666%;
  max-width: 66.6666%;
}
.grid-m-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.grid-m-10 {
  -ms-flex: 0 0 83.3333%;
  flex: 0 0 83.3333%;
  max-width: 83.3333%;
}
.grid-m-11 {
  -ms-flex: 0 0 91.6666%;
  flex: 0 0 91.6666%;
  max-width: 91.6666%;
}
.grid-m-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.sort-m-first {
  -ms-flex-order: -1;
  order: -1;
}
.sort-m-last {
  -ms-flex-order: 13;
  order: 13;
}
.sort-m-0 {
  -ms-flex-order: 0;
  order: 0;
}
.sort-m-1 {
  -ms-flex-order: 1;
  order: 1;
}
.sort-m-2 {
  -ms-flex-order: 2;
  order: 2;
}
.sort-m-3 {
  -ms-flex-order: 3;
  order: 3;
}
.sort-m-4 {
  -ms-flex-order: 4;
  order: 4;
}
.sort-m-5 {
  -ms-flex-order: 5;
  order: 5;
}
.sort-m-6 {
  -ms-flex-order: 6;
  order: 6;
}
.sort-m-7 {
  -ms-flex-order: 7;
  order: 7;
}
.sort-m-8 {
  -ms-flex-order: 8;
  order: 8;
}
.sort-m-9 {
  -ms-flex-order: 9;
  order: 9;
}
.sort-m-10 {
  -ms-flex-order: 10;
  order: 10;
}
.sort-m-11 {
  -ms-flex-order: 11;
  order: 11;
}
.sort-m-12 {
  -ms-flex-order: 12;
  order: 12;
}
.space-1 {
  margin-left: 8.3333%;
}
.space-2 {
  margin-left: 16.6666%;
}
.space-3 {
  margin-left: 25%;
}
.space-4 {
  margin-left: 33.3333%;
}
.space-5 {
  margin-left: 41.6666%;
}
.space-6 {
  margin-left: 50%;
}
.space-7 {
  margin-left: 58.3333%;
}
.space-8 {
  margin-left: 66.6666%;
}
.space-9 {
  margin-left: 75%;
}
.space-10 {
  margin-left: 83.3333%;
}
.space-11 {
  margin-left: 91.6666%;
}
}
@media print,screen and (min-width: 992px) {
.grid-l {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.grid-l-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.grid-l-1 {
  -ms-flex: 0 0 8.3333%;
  flex: 0 0 8.3333%;
  max-width: 8.3333%;
}
.grid-l-2 {
  -ms-flex: 0 0 16.6666%;
  flex: 0 0 16.6666%;
  max-width: 16.6666%;
}
.grid-l-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.grid-l-4 {
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}
.grid-l-5 {
  -ms-flex: 0 0 41.6666%;
  flex: 0 0 41.6666%;
  max-width: 41.6666%;
}
.grid-l-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.grid-l-7 {
  -ms-flex: 0 0 58.3333%;
  flex: 0 0 58.3333%;
  max-width: 58.3333%;
}
.grid-l-8 {
  -ms-flex: 0 0 66.6666%;
  flex: 0 0 66.6666%;
  max-width: 66.6666%;
}
.grid-l-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.grid-l-10 {
  -ms-flex: 0 0 83.3333%;
  flex: 0 0 83.3333%;
  max-width: 83.3333%;
}
.grid-l-11 {
  -ms-flex: 0 0 91.6666%;
  flex: 0 0 91.6666%;
  max-width: 91.6666%;
}
.grid-l-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.sort-l-first {
  -ms-flex-order: -1;
  order: -1;
}
.sort-l-last {
  -ms-flex-order: 13;
  order: 13;
}
.sort-l-0 {
  -ms-flex-order: 0;
  order: 0;
}
.sort-l-1 {
  -ms-flex-order: 1;
  order: 1;
}
.sort-l-2 {
  -ms-flex-order: 2;
  order: 2;
}
.sort-l-3 {
  -ms-flex-order: 3;
  order: 3;
}
.sort-l-4 {
  -ms-flex-order: 4;
  order: 4;
}
.sort-l-5 {
  -ms-flex-order: 5;
  order: 5;
}
.sort-l-6 {
  -ms-flex-order: 6;
  order: 6;
}
.sort-l-7 {
  -ms-flex-order: 7;
  order: 7;
}
.sort-l-8 {
  -ms-flex-order: 8;
  order: 8;
}
.sort-l-9 {
  -ms-flex-order: 9;
  order: 9;
}
.sort-l-10 {
  -ms-flex-order: 10;
  order: 10;
}
.sort-l-11 {
  -ms-flex-order: 11;
  order: 11;
}
.sort-l-12 {
  -ms-flex-order: 12;
  order: 12;
}
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media print,screen and (min-width: 576px) {
.d-s-none {
  display: none !important;
}
.d-s-inline {
  display: inline !important;
}
.d-s-inline-block {
  display: inline-block !important;
}
.d-s-block {
  display: block !important;
}
.d-s-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-s-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
}
@media print,screen and (min-width: 768px) {
.d-m-none {
  display: none !important;
}
.d-m-inline {
  display: inline !important;
}
.d-m-inline-block {
  display: inline-block !important;
}
.d-m-block {
  display: block !important;
}
.d-m-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-m-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
}
@media print,screen and (min-width: 992px) {
.d-l-none {
  display: none !important;
}
.d-l-inline {
  display: inline !important;
}
.d-l-inline-block {
  display: inline-block !important;
}
.d-l-block {
  display: block !important;
}
.d-l-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-l-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
}
/*-------------------------------------------------------------
▼共通設定
--------------------------------------------------------------*/
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  color: var(--black);
  font-size: 14px;
  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;
}
h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none;
}
h2, .h2 {
  font-size: 1.6em;
  line-height: 1.4em;
  font-weight: 700;
  margin: 0;
}
h3, .h3 {
  font-size: 1.3em;
  line-height: 1.4em;
  font-weight: 700;
  margin: 0;
}
h4, .h4 {
  font-size: 1.2em;
  line-height: 1.4em;
  font-weight: 700;
  margin: 0;
}
h5, .h5 {
  font-size: 1em;
  line-height: 1.4em;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}
.h-100 {
  height: 100%;
}
.l-flo {
  float: left;
}
.r-flo {
  float: right;
}
.clear-box {
  clear: both;
}
.text-left {
  text-align: justify;
}
.t_left {
  text-align: left;
}
.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;
}
.text-l {
  font-size: 16px;
}
@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;
}
}
@media print, screen and (min-width: 576px) {

}
@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;
}
h2, .h2 {
  font-size: 1.8em;
}
body {
  font-size: 16px;
}
.text-l {
  font-size: 20px;
}
}
@media print, screen and (min-width: 992px) {
h2, .h2 {
  font-size: 2.25em;
}
.documents.lg-h {
  margin-top: 80px;
}
.documents-under.lg-h {
  margin-bottom: 80px;
}
}
@media print, screen and (min-width: 1200px) {

}
/*-------------------------------------------------------------
▼フォント設定
--------------------------------------------------------------*/
/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;@500;700&display=swap'); */

body,
button,
input[type="submit"] {
  /* font-family: 'Noto Sans JP', sans-serif; */
  font-family: 游ゴシック, YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, "PT Sans", "Lucida Grande", sans-serif;
}
/*-------------------------------------------------------------
▼トップに戻るボタン設定
--------------------------------------------------------------*/
#page-top {
  position: fixed;
  left: 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 {
  left: 20px;
}
#page-top img {
  height: 50px;
  width: 50px;
}
}
/*-------------------------------------------------------------
▼カラー設定
--------------------------------------------------------------*/
:root {
  /* 変更しない */
  --black: #333333;
  --red: #ff0000;
  --white: #ffffff;
  --gray01: #cccccc;
  --gray02: #666666;
  --gray03: #f2f2f2;
  /* 変更しない */

  /* サイト用色設定 */
  --main: #00356C;
  --sub: #696969;
  --bg-gray: #E8EBED;
}
.main-color {
  color: var(--main);
}
.main-color-bg {
  background: var(--main);
}
.sub-color {
  color: var(--sub);
}
.sub-color-bg {
  background: var(--sub);
}
.bg-gray {
  background: var(--bg-gray);
}
.bg-white {
  background: var(--white);
}
.white {
  color: var(--white);
}
.red {
  color: var(--red);
}
.bg-gray-blue {
  background: linear-gradient(var(--bg-gray) 0%, var(--bg-gray) 85%, var(--main) 85%, var(--main) 100%);
}
.bg-gray-white {
  background: linear-gradient(var(--bg-gray) 0%, var(--bg-gray) 85%, var(--white) 85%, var(--white) 100%);
}
.bg-white-gray {
  background: linear-gradient(var(--white) 0%, var(--white) 50%, var(--bg-gray) 50%, var(--bg-gray) 100%);
}
/*-------------------------------------------------------------
▼パンくず設定
--------------------------------------------------------------*/
#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: 576px) {

}
@media print, screen and (min-width: 768px) {
.side-layout-main {
  width: calc(100% - 235px);
  flex: 1;
  padding: 0 7.5px;
}
.side-wrap {
  width: 235px;
  padding: 0 7.5px;
}
.side-sticky {
  position: sticky;
  top: 20px;
}
}
@media print, screen and (min-width: 992px) {
.side-layout-main {
  width: calc(100% - 285px);
}
.side-wrap {
  width: 285px;
}
}
@media print, screen and (min-width: 1200px) {

}
/*-------------------------------------------------------------
▼フォーム設定
--------------------------------------------------------------*/
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);
}
input[type="number"] {
  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: 20%;
  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: 15px 30px 15px 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;
}
/* お問い合わせフォーム */
table.form {
  margin-top: -15px;
}
table.form tr th {
  vertical-align: text-top;
  padding: 15px 0 0;
}
.contact-btn-flex-box {
  display: flex;
  justify-content: center;
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.contact-btn-flex-box button {
  margin: 0 7.5px;
}
@media print, screen and (min-width: 576px) {

}
@media print, screen and (min-width: 768px) {
table.form.sp-block-table tr th {
  padding: 20px 10px 20px 0;
  font-size: 20px;
  line-height: 1.2;
  width: 280px;
}
}
@media print, screen and (min-width: 992px) {

}
@media print, screen and (min-width: 1200px) {

}
/*-------------------------------------------------------------
▼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: 576px) {

}
@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;
}
}
@media print, screen and (min-width: 992px) {

}
@media print, screen and (min-width: 1200px) {

}
/*-------------------------------------------------------------
▼ヘッダー設定
--------------------------------------------------------------*/
html.open,
html.open body {
  overflow: hidden;
}
.header-inner,
.hamburger-btn {
  height: 60px;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hamburger-nav-wrap {
  display: block;
}
.global-nav-wrap {
  display: none;
}
.logo img {
  height: 35px;
}
.hamburger-btn {
  cursor: pointer;
  width: 40px;
  background: transparent;
  border: none;
  padding: 0;
  position: fixed;
  right: 15px;
  top: 0;
  z-index: 11;
}
.hamburger-btn-inner {
  position: relative;
  display: block;
}
.hamburger-btn-line {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: var(--gray02);
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
.hamburger-btn-line:nth-child(1) {
  top: calc(50% + -11px);
}
.hamburger-btn-line:nth-child(2) {
  top: 50%;
}
.hamburger-btn-line:nth-child(3) {
  top: calc(50% + 11px);
}
.open .hamburger-btn-line:nth-child(1) {
  top: 50%;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg);
}
.open .hamburger-btn-line:nth-child(2) {
  width: 0;
  left: 50%;
}
.open .hamburger-btn-line:nth-child(3) {
  top: 50%;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  transform: rotate(-315deg);
}
.hamburger-nav {
  position: fixed;
  right: -769px;
  top: 0;
  z-index: 10;
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: var(--white);
  height: 100%;
  box-shadow: -1px 0px 1px 1px rgba(0,0,0,0.07);
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.hamburger-nav::-webkit-scrollbar {
  display: none;
}
.hamburger-nav .logo {
  height: 60px;
  display: flex;
  align-items: center;
  padding-left: 15px;
}
.hamburger-nav-inner ul:not(.sub-menu) {
  padding: 0 15px 15px;
}
.hamburger-nav-inner a {
  display: block;
  padding: 15px 50px 15px 0;
  font-weight: bold;
  line-height: 1.2;
  text-decoration: none;
  border-bottom: 1px solid var(--gray03);
}
.hamburger-nav-inner ul:not(.sub-menu) li {
  position: relative;
}
.hamburger-nav-inner .accordion_icon {
  display: block;
  transition: all .4s;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 11;
  cursor: pointer;
  background: var(--main);
  margin: 5px 0;
}
.hamburger-nav-inner .accordion_icon::after {
  content: "";
  position: absolute;
  top: -2.5px;
  bottom: 0;
  right: 12.5px;
  width: 7px;
  height: 7px;
  margin: auto 5px;
  border-top: 2px solid var(--white);
  border-right: 2px solid var(--white);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all .3s;
  transition: all .3s;
}
.hamburger-nav-inner .accordion_icon.sp-menu-close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all .3s;
  transition: all .3s;
  top: 2.5px;
}
.hamburger-nav-inner .sub-menu {
  display: none;
}
.hamburger-nav-inner .sub-menu a {
  padding: 10px 10px 10px 20px;
  font-weight: normal;
  position: relative;
}
.hamburger-nav-inner .sub-menu a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 7px;
  border-top: 2px solid var(--main);
  border-right: 2px solid var(--main);
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  -webkit-transition: all .3s;
  transition: all .3s;
}
/* フロントページヘッダー設定 */
.page-template-frontpage #header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.page-template-frontpage .hamburger-btn-line {
  background: var(--white);
}
.open .page-template-frontpage .hamburger-btn-line {
  background: var(--gray02);
}
@media print, screen and (min-width: 576px) {
.hamburger-nav {
  width: 320px;
}
}
@media print, screen and (min-width: 1200px) {
.hamburger-nav-wrap {
  display: none;
}
.global-nav-wrap {
  display: block;
}
.header-inner {
  height: 80px;
}
.logo img {
  height: 36px;
}
.global-nav-wrap ul:not(.sub-menu) {
  display: flex;
  align-items: center;
}
.global-nav-wrap ul li {
  padding: 0 10px;
  position: relative;
}
.global-nav-wrap ul li:last-child {
  padding-right: 0;
}
.global-nav-wrap ul li a {
  font-weight: bold;
  font-size: 12px;
}
.global-nav-wrap ul li a.menu-btn {
  color: var(--main);
  padding: 5px 15px;
  border: 1px solid var(--main);
  display: inline-block;
}
.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;
}
/* フロントページヘッダー */
.page-template-frontpage #header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.page-template-frontpage .global-nav-wrap ul li a {
  color: var(--white);
}
.page-template-frontpage .global-nav-wrap ul li a.menu-btn {
  color: var(--white);
  border: 1px solid var(--white);
}
}
@media print, screen and (min-width: 1400px) {
.global-nav-wrap ul li a {
  font-size: 14px;
}
}
/*--------------------------------------------------------------------
▼フッター設定
---------------------------------------------------------------------*/
#footer {
  background: var(--black);
  color: var(--white);
}
ul.office-info-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -7.5px;
  margin-right: -7.5px;
  margin-top: -40px;
}
ul.office-info-list li {
  padding-left: 7.5px;
  padding-right: 7.5px;
  margin-top: 40px;
  width: calc(100% / 2);
}
.office-info-ttl {
  font-weight: bold;
  margin: 0;
  line-height: 1.2;
  text-align: left;
}
.office-info-inner p {
  margin-top: 10px;
  font-size: 12px;
}
.office-info-inner p a {
  color: var(--white);
}
.footer-menu {
  max-width: 160px;
  margin-left: auto;
  margin-right: auto;
}
.footer-menu ul li + li {
  margin-top: 20px;
}
.footer-menu ul li a {
  color: var(--white);
  font-size: 14px;
  letter-spacing: 0;
}
.footer-copy p {
  max-width: 1110px;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  padding: 40px 0 25px;
}
.footer-org {
  display: none;
}
.sep-boder {
  border-right: 0.5px solid var(--gray02);
}
/* footer CTA */
.cta-box-ttl {
  text-align: center;
  color: var(--main);
  line-height: 1;
  font-size: 2em;
}
.cta-box-ttl span {
  font-size: 16px;
  display: block;
  margin-top: 10px;
  color: var(--black);
}
.cta-flex-box {
  display: flex;
  align-items: center;
  margin-top: 40px;
  flex-direction: column;
}
.cta-tel + .cta-form {
  border-top: 1px solid var(--sub);
  padding-top: 20px;
  margin-top: 20px;
}
.cta-tel-number {
  font-size: 2.2em;
  line-height: 1.2;
  position: relative;
  padding-left: 35px;
  display: inline-block;
}
.cta-tel-number::before {
  content: "";
  background-image: url(./library/images/icon/tel.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 30px;
  top: 55%;
  transform: translateY(-50%);
}
.cta-btn {
  display: inline-block;
  width: 290px;
  height: 60px;
  background: var(--white);
  text-align: center;
  line-height: 58px;
  font-size: 16px;
  color: var(--main);
  font-weight: bold;
  position: relative;
  border: 1px solid var(--main);
}
.cta-btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 7px;
  height: 7px;
  margin: auto 0;
  border-top: 1px solid var(--main);
  border-right: 1px solid var(--main);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cta-btn span {
  display: inline-block;
  padding-left: 35px;
  position: relative;
}
.cta-btn span::before {
  content: "";
  background-image: url(./library/images/icon/mail.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
}
/* footer link-box */
.link-box {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.link-box.about-bg {
  background-image: url(./library/images/page-top/about.jpg);
}
.link-box.message-bg {
  background-image: url(./library/images/page-top/message.jpg);
}
.link-box.individual-bg {
  background-image: url(./library/images/page-top/individual.jpg);
}
.link-box.corporation-bg {
  background-image: url(./library/images/page-top/corporation.jpg);
}
.link-box-content {
  background: var(--white);
  max-width: 250px;
  padding: 20px;
}
.link-box-content.left {
  margin-right: auto;
}
.link-box-content.right {
  margin-left: auto;
}
.link-box-content-ttl {
  font-size: 22px;
  color: var(--main);
  position: relative;
  padding-bottom: 5px;
}
.link-box-content-ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background: var(--sub);
  border-radius: 1px;
}
.link-box-content-text {
  line-height: 1.4;
  margin-top: 10px;
}
@media print, screen and (min-width: 576px) {

}
@media print, screen and (min-width: 768px) {
.cta-box-ttl {
  font-size: 2.5em;
}
.cta-box-ttl span {
  margin-top: 20px;
}
.cta-flex-box {
  justify-content: center;
  margin-top: 60px;
  flex-direction: row;
}
.cta-tel {
  padding-right: 40px;
}
.cta-form {
  padding-left: 40px;
}
.seminar .cta-form {
  padding-left: 0;
}
.cta-tel + .cta-form {
  border-top: none;
  border-left: 1px solid var(--sub);
  padding-top: 0;
  margin-top: 0;
}
.sep-boder {
  border-left: 0.5px solid var(--gray02);
}
.link-box-content {
  max-width: 470px;
  padding: 40px;
}
.link-box-content-ttl {
  padding-bottom: 15px;
}
.link-box-content-text {
  margin-top: 20px;
}
}
@media print, screen and (min-width: 992px) {
.cta-tel {
  padding-right: 80px;
}
.cta-form {
  padding-left: 80px;
}
.link-box-content-ttl {
  font-size: 30px;
}
}
@media print, screen and (min-width: 1200px) {
.cta-box-ttl {
  font-size: 3.75em;
}
ul.office-info-list li {
  width: calc(100% / 3);
}
}
/*--------------------------------------------------------------------
▼プライバシー、サイトポリシー設定
---------------------------------------------------------------------*/
#policy ul li {
  position: relative;
  padding-left: 25px;
}
#policy ul li span {
  position: absolute;
  left: 0;
}
/*--------------------------------------------------------------------
▼タイトル設定
---------------------------------------------------------------------*/
.main-ttl {
  color: var(--main);
  padding-bottom: 15px;
  position: relative;
  text-align: center;
}
.main-ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: var(--sub);
  border-radius: 1px;
}
.main-ttl.border-none {
  padding-bottom: 0;
  text-align: left;
}
.main-ttl.border-none::after {
  content: none;
}
.main-ttl.white {
  color: var(--white);
}
.main-ttl.white::after {
  background: var(--white);
}
.sub-ttl {
  padding-bottom: 20px;
  position: relative;
  letter-spacing: 0.2em;
  font-size: 16px;
  line-height: 1.4;
  text-align: justify;
}
.sub-ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background: var(--sub);
  border-radius: 1px;
}
.sub-ttl.white::after {
  background: var(--white);
}
.sub-ttl.no-border {
  padding-bottom: 0;
}
.sub-ttl.no-border::after {
  content: none;
}
.seminar-ttl {
  display: block;
  color: var(--white);
}
.seminar-ttl .ttl-before {
  font-size: 16px;
  font-weight: normal;
  background: var(--white);
  color: var(--main);
  display: inline-block;
  line-height: 1;
  padding: 6px 25px 3px;
  height: 26px;
  border-radius: 13px;
  margin-bottom: 10px;
}
.seminar-detail-ttl {
  font-size: 20px;
  color: var(--main);
  font-weight: 600;
  position: relative;
  padding-left: 30px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--gray03);
}
.seminar-detail-ttl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.seminar-detail-ttl.ttl-icon01::before {
  background-image: url(./library/images/icon/seminar-icon01.svg);
}
.seminar-detail-ttl.ttl-icon02::before {
  background-image: url(./library/images/icon/seminar-icon02.svg);
}
.seminar-detail-ttl.ttl-icon03::before {
  background-image: url(./library/images/icon/seminar-icon03.svg);
}
.seminar-detail-ttl.ttl-icon04::before {
  background-image: url(./library/images/icon/seminar-icon04.svg);
}
.seminar-detail-ttl.ttl-icon05::before {
  background-image: url(./library/images/icon/seminar-icon05.svg);
}
.seminar-detail-ttl.ttl-icon06::before {
  background-image: url(./library/images/icon/seminar-icon06.svg);
}
.seminar-detail-ttl.ttl-icon07::before {
  background-image: url(./library/images/icon/seminar-icon07.svg);
}
.seminar-detail-ttl.ttl-icon08::before {
  background-image: url(./library/images/icon/seminar-icon08.svg);
}
@media print, screen and (min-width: 576px) {
.main-ttl.border-none {
  text-align: center;
}
.seminar-ttl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.seminar-ttl .ttl-before {
  margin-bottom: 0;
  margin-right: 15px;
}
}
@media print, screen and (min-width: 768px) {
.sub-ttl {
  font-size: 20px;
}
.seminar-ttl .ttl-before {
  font-size: 20px;
  height: 30px;
  border-radius: 15px;
  margin-right: 20px;
}
}
@media print, screen and (min-width: 992px) {
.main-ttl {
  padding-bottom: 30px;
}
.seminar-ttl .ttl-before {
  font-size: 24px;
  height: 36px;
  border-radius: 18px;
}
}
@media print, screen and (min-width: 1200px) {

}
/*--------------------------------------------------------------------
▼ボタン設定
---------------------------------------------------------------------*/
.main-btn {
  display: block;
  text-align: right;
  padding-bottom: 5px;
  border-bottom: 1px solid;
  margin-top: 10px;
  color: var(--sub);
  font-weight: bold;
}
.main-btn.inline-b {
  max-width: 350px;
  margin-left: auto;
}
.main-btn.white {
  color: var(--white);
}
.box-btn {
  color: var(--main);
  font-weight: bold;
  display: inline-block;
  width: 100%;
  max-width: 250px;
  border: 1px solid var(--main);
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  background: var(--white);
}
.box-btn:hover {
  background: var(--main);
  color: var(--white);
  opacity: 1;
}
@media print, screen and (min-width: 576px) {

}
@media print, screen and (min-width: 768px) {
.main-btn {
  margin-top: 20px;
}
}
@media print, screen and (min-width: 992px) {

}
@media print, screen and (min-width: 1200px) {

}
/*--------------------------------------------------------------------
▼テーブル設定
---------------------------------------------------------------------*/
/* テーブル基本設定 */
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(--bg-gray);
}
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: 576px) {

}
@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;
}
}
@media print, screen and (min-width: 992px) {

}
@media print, screen and (min-width: 1200px) {

}
/*--------------------------------------------------------------------
▼フロントページ設定（トップスライダー等トップページのみのデザイン設定）
---------------------------------------------------------------------*/
#slider {
  position: relative;
}
.bxslider li::after {
  content: "";
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-visual-position {
  position: absolute;
  top: 50%;
  width: 100%;
}
.main-visual-ttl {
  font-size: 2em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: var(--white);
  line-height: 1.7;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.main-visual-ttl::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100px;
  height: 2px;
  background: var(--white);
  border-radius: 1px;
}
@media print, screen and (min-width: 576px) {

}
@media print, screen and (min-width: 768px) {
.main-visual-ttl {
  font-size: 3em;
}
}
@media print, screen and (min-width: 992px) {
.main-visual-ttl {
  font-size: 4em;
}
}
@media print, screen and (min-width: 1200px) {
.main-visual-ttl {
  font-size: 5em;
}
}
/***** バナー用20221013 *****/
.fix-banner-wrap {
  position: fixed;
  right: 20px;
  bottom: 60px;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  width: 90%;
}
.fix-banner-wrap.fix2 {
  bottom: 200px;
}
.fix-banner-wrap-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.fix-banner-wrap-inner {
  position: relative;
  padding: 10px;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 27px rgb(0 0 0 / 20%);
  box-shadow: 0 0 27px rgb(0 0 0 / 20%);
}
.fix-banner-wrap.fix2 .fix-banner-wrap-inner {
  width: 100%;
}
.wrap-inner2 {
  margin-top: 5px;
}
.wrap-inner3 {
  margin-left: 20px;
}
.fix-banner-close-btn {
  background-color: #00356c;
  border: 1px solid #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding: 0;
  position: absolute;
  top: -15px;
  right: -15px;
  cursor: pointer;
  z-index: 3;
}
.fix-banner-close-btn img {
  padding: 5px;
}
.fix-banner-image-wrap a {
  border: 1px solid #ada8a8;
  display: inline-block;
}
.fix-banner-image-wrap a:hover,
.fix-banner-image-wrap a:hover img {
  opacity: 1;
}
.fix-banner-message {
  margin: 0;
  text-align: center;
  background: #00356c;
  color: #fff;
  font-size: 11px;
  line-height: 1.4;
  padding: 2px;
}
@media (min-width: 400px) {
.fix-banner-wrap.fix2 {
  bottom: 240px;
}
}
@media (min-width: 576px) {
.fix-banner-wrap {
  bottom: 20px;
}
}
@media (min-width: 768px) {
.fix-banner-wrap {
  width: auto;
}
.fix-banner-wrap.fix2 {
  bottom: 235px;
}
.fix-banner-wrap-inner {
  width: 320px;
}
.fix-banner-close-btn {
  width: 40px;
  height: 40px;
}
.fix-banner-close-btn img {
  padding: 7px;
}
.fix-banner-message {
  font-size: 16px;
}
}
/*--------------------------------------------------------------------
▼ブロック、コンテンツ設定
---------------------------------------------------------------------*/
#page-top-contents {
  position: relative;
}
.page-top-visual {
  background: var(--bg-gray);
}
.page-top-desc-box {
  max-width: 450px;
  background: var(--white);
  padding: 20px;
  margin-top: 32vw;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
.page-top-desc-ttl {
  color: var(--main);
  position: relative;
  padding-bottom: 10px;
  font-size: 1.6em;
}
.page-top-desc-ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background: var(--sub);
  border-radius: 1px;
}
.page-top-desc-text {
  margin-top: 20px;
}
.page-top-image-box {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 1280px;
  width: 100%;
}
ol.roman-list {
  list-style: upper-roman;
  list-style-position: inside;
}
ol.roman-list > ::marker {
  font-size: 1.3em;
  color: var(--main);
  /* font-family: 'Noto Sans JP', sans-serif; */
}
ol.roman-list > li {
  padding-left: 10px;
}
ol.roman-list > li + li {
  margin-top: 40px;
}
ol.roman-list li .solicitation-list-ttl {
  display: inline;
}
ol.decimal-list {
  list-style-type: decimal;
  margin-top: 20px;
  padding-left: 20px;
  list-style-position: outside;
}
.overlap-box {
  position: relative;
  padding-bottom: 250px;
}
#insurance .overlap-box {
  padding-bottom: 0;
}
.overlap-image-box {
  max-width: 1055px;
}
.overlap-text-box {
  width: auto;
  position: absolute;
  bottom: 20px;
  right: 10px;
  left: 10px;
  background: var(--white);
  padding: 20px;
}
.overlap-box-ttl {
  color: var(--main);
  position: relative;
  padding-bottom: 20px;
  font-size: 1.4em;
}
.overlap-box-ttl span {
  font-size: 35px;
  line-height: 1.2;
}
.overlap-box-ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 2px;
  background: var(--sub);
  border-radius: 1px;
}
#insurance .overlap-text-box {
  position: static;
  width: 100%;
}
.service-link-box {
  position: relative;
}
.service-link-box figure {
  position: relative;
  background-color: #01122A;
}
.service-link-box figure img {
  width: 100%;
  -webkit-mask-image: linear-gradient(var(--main) 40%, transparent);
  mask-image: linear-gradient(var(--main), transparent);
}
.service-link-box-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0 20px 20px;
}
.service-link-box-ttl {
  color: var(--white);
  font-size: 22px;
  position: relative;
  padding-bottom: 10px;
}
.service-link-box-ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background: var(--white);
  border-radius: 1px;
}
.partner-link-box,
.about-link-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.partner-link-box figure,
.about-link-box figure {
  width: 100%;
}
.partner-link-box figure img,
.about-link-box figure img {
  object-fit: cover;
  height: 100%;
}
.partner-link-text-box,
.about-link-text-box {
  width: 100%;
  background: var(--main);
  color: var(--white);
  padding: 40px 20px;
  position: relative;
}
.partner-link-ttl,
.about-link-ttl {
  font-size: 22px;
  color: var(--white);
  position: relative;
  padding-bottom: 10px;
}
.partner-link-ttl::after,
.about-link-ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background: var(--white);
  border-radius: 1px;
}
.partner-link-text,
.about-link-text {
  padding-bottom: 40px;
  margin-top: 10px;
}
.partner-link-text-box a.main-btn,
.about-link-text-box a.main-btn {
  position: absolute;
  width: calc(100% - 40px);
  bottom: 40px;
}
.ceo-name {
  font-size: 24px;
  margin-top: 20px;
}
.ceo-name span {
  font-size: 16px;
  display: inline-block;
  font-weight: normal;
  padding-right: 30px;
}
.layer-box {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.layer-box.philosophy {
  background-image: url(../../../wp-content/uploads/2022/10/message-image02.jpg);
}
.layer-box.asset-formation {
  background-image: url(../../../wp-content/uploads/2022/10/individual-image03.jpg);
}
.layer-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--black);
  opacity: 0.4;
  z-index: -1;
}
ol.action-policy-list > li {
  background: var(--main);
  color: var(--white);
  padding: 60px 20px;
}
ol.purpose-list {
  padding: 0 20px;
}
ol.action-policy-list > li + li,
ol.purpose-list > li + li {
  margin-top: 40px;
}
.action-policy-list-inner {
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
}
/* ol.purpose-list > li {
  padding: 0 20px;
} */
.action-policy-list-ttl,
.number-ttl,
.purpose-list-ttl {
  font-size: 1.2em;
  position: relative;
  padding-bottom: 20px;
  line-height: 1.2;
}
.purpose-list-ttl {
  padding-bottom: 0;
  color: var(--main);
}
.action-policy-list-ttl::after,
.number-ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background: var(--white);
  border-radius: 1px;
}
.number-ttl::after {
  background: var(--black);
}
.action-policy-list-ttl span,
.number-ttl span,
.purpose-list-ttl span {
  font-size: 50px;
  display: block;
  line-height: 0.9;
  padding-right: 20px;
  margin-bottom: 10px;
}
ol.action-policy-list li ul li {
  position: relative;
  padding-left: 20px;
}
ol.action-policy-list li ul li span {
  position: absolute;
  left: 0;
}
.index-box {
  display: flex;
  background: var(--bg-gray);
  padding: 40px 20px;
  align-items: center;
  justify-content: center;
}
.index-box figure img {
  height: 80px;
}
.index-box-text {
  background: var(--main);
  color: var(--white);
  padding: 20px;
  width: calc(100% - 100px);
  text-align: center;
  margin-left: 20px;
  max-width: 320px;
}
.index-box-text h3 {
  font-size: 20px;
}
.index-box-text p {
  margin-top: 5px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.index-box-text p span {
  font-size: 40px;
}
.ratio {
  padding: 0 20px;
}
.ratio figure {
  background: var(--white);
  text-align: center;
}
.ratio figure img {
  max-width: 910px;
}
.ifa-ttl {
  font-size: 80px;
  line-height: 1;
  text-align: center;
}
.ifa-box {
  max-width: 765px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 20px;
}
.ifa-box-upper {
  margin-top: 100px;
  text-align: center;
  position: relative;
  border: 1px solid;
  padding: 50px 20px 40px;
}
.ifa-box-upper h3 {
  position: absolute;
  top: -70px;
  background: var(--main);
  padding: 0 20px;
  left: 50%;
  transform: translateX(-50%);
}
.ifa-box-upper p {
  text-align: left;
}
.ifa-box-lower ul {
  display: flex;
  padding-top: 60px;
  justify-content: space-between;
}
.ifa-box-lower ul li {
  width: calc(25% - 7.5px);
  position: relative;
  background: var(--white);
}
.ifa-box-lower ul li::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 40px;
  background: var(--white);
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.ifa-box-lower ul li span {
  display: block;
  color: var(--main);
  font-weight: bold;
  padding: 20px;
  text-align: center;
  font-size: 20px;
  line-height: 1.2;
}
.number-box,
.bace-box,
.task-box {
  background: var(--bg-gray);
  padding: 40px 20px;
  height: 100%;
}
.bace-box.add-text {
  margin-top: -80px;
  height: auto;
}
.bace-box table tr th {
  vertical-align: text-top;
}
.bace-ttl {
  font-size: 16px;
  color: var(--sub);
  position: relative;
  padding-bottom: 20px;
}
.bace-ttl span {
  display: block;
  font-size: 16px;
  color: var(--black);
  line-height: 1;
  padding-top: 5px;
}
.bace-ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background: var(--black);
  border-radius: 1px;
}
nav.consulting ul {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
nav.consulting ul li {
  padding: 0 7.5px;
  margin-top: 10px;
}
nav.consulting ul li a {
  font-size: 14px;
  font-weight: bold;
  display: block;
  padding: 10px;
  background: var(--main);
  color: var(--white);
  text-align: center;
}
.life-plan-box,
.about-consulting {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.merger-agency-box {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.life-plan-box.life-plan-bg {
  background-image: url(../../../wp-content/uploads/2022/10/individual-image01.jpg);
}
.about-consulting.about-consulting-bg {
  background-image: url(../../../wp-content/uploads/2022/10/corporation-image01.jpg);
}
.merger-agency-box.merger-agency-bg {
  background-image: url(../../../wp-content/uploads/2022/10/merger-agency-image01.jpg);
}
.life-plan-box-content,
.about-consulting-content,
.merger-agency-box-content {
  padding: 40px 20px;
  background-color: rgba(255,255,255,0.8);
  background-blend-mode: lighten;
}
.life-plan-box-content.right,
.about-consulting-content.right,
.merger-agency-box-content.right {
  margin-left: auto;
}
.life-plan-box-content-ttl,
.about-consulting-content-ttl,
.merger-agency-box-content-ttl {
  font-size: 22px;
  position: relative;
  padding-bottom: 15px;
}
.life-plan-box-content-ttl::after,
.about-consulting-content-ttl::after,
.merger-agency-box-content-ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background: var(--sub);
  border-radius: 1px;
}
.life-plan-box-content-text,
.about-consulting-content-text,
.merger-agency-box-content-text {
  font-weight: bold;
}
ul.life-plan-flow li {
  position: relative;
}
ul.life-plan-flow li + li {
  margin-top: 40px;
}
ul.life-plan-flow li + li::before {
  content: "";
  position: absolute;
  top: -31px;
  left: 0;
  right: 0;
  width: 15px;
  height: 15px;
  margin: 0 auto;
  border-top: 3px solid var(--main);
  border-right: 3px solid var(--main);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.life-plan-flow-inner {
  background: var(--main);
  color: var(--white);
  text-align: center;
  padding: 40px 20px;
}
.life-plan-flow-ttl span {
  font-size: 16px;
  display: block;
}
.life-plan-flow-inner figure img {
  width: 225px;
  margin-top: 20px;
}
ul.company-list {
  display: flex;
  flex-wrap: wrap;
}
ul.company-list li {
  width: 100%;
  font-size: 15px;
  font-weight: bold;
  padding: 15px 20px;
  background: var(--white);
  border: 1px solid var(--gray01);
  margin-top: -1px;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.bg-white-box {
  background: var(--white);
  padding: 40px 20px;
  height: 100%;
}
.bg-white-box-ttl {
  font-size: 20px;
  color: var(--main);
  position: relative;
  padding-left: 60px;
  margin-bottom: 20px;
}
.bg-white-box-ttl::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 40px;
  height: 2px;
  border-radius: 1px;
  background: var(--main);
  left: 0;
  top: calc(50% - 1px);
}
ul.flow li {
  position: relative;
  padding-left: 70px;
}
ul.flow li + li {
  margin-top: 40px;
}
ul.flow li::before {
  position: absolute;
  left: 0;
  background: var(--white);
  font-weight: bold;
  color: var(--main);
  padding: 5px;
  line-height: 1.4;
  font-size: 12px;
}
ul.flow li:first-child::before {
  content: "STEP01";
}
ul.flow li:nth-child(2)::before {
  content: "STEP02";
}
ul.flow li:nth-child(3)::before {
  content: "STEP03";
}
ul.flow li:nth-child(4)::before {
  content: "STEP04";
}
ul.flow li:nth-child(5)::before {
  content: "STEP05";
}
ul.flow li:nth-child(6)::before {
  content: "STEP06";
}
ul.flow li h3 {
  font-size: 1.2em;
}
ul.flow li::after {
  content: "";
  height: calc(100% - 50px);
  width: 1px;
  background: var(--sub);
  display: inline-block;
  position: absolute;
  top: 40px;
  left: 30px;
}
ul.flow li:last-child::after {
  content: none;
}
ul.task-list li {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 20px;
}
ul.task-list li::before {
  content: "・";
  position: absolute;
  left: 0;
}
ul.task-list li + li {
  margin-top: 10px;
}
.task-box p {
  font-weight: bold;
  font-size: 20px;
  margin-top: 40px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.eyecatch.noimg {
  border: 1px solid var(--bg-gray);
}
.contact-end-box {
  background: var(--bg-gray);
  margin-top: 40px;
  padding: 40px 20px;
}
.contact-end-box-inner {
  max-width: 365px;
  margin-left: auto;
  margin-right: auto;
}
.contact-end-box-inner h4 {
  font-size: 1.2em;
}
.seminar-detail-box-left {
  padding-left: 15px;
  padding-right: 15px;
}
.seminar-detail-box-right {
  padding-left: 15px;
  padding-right: 15px;
}
.seminar-date {
  font-size: 24px;
  font-weight: bold;
  color: var(--main);
}
ul.seminar-time {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
ul.seminar-time li {
  display: flex;
  align-items: center;
}
ul.seminar-time li span {
  color: var(--main);
  font-size: 20px;
  padding-right: 3px;
}
@media print, screen and (min-width: 576px) {
ol.roman-list li p {
  padding-left: 20px;
}
ol.decimal-list {
  padding-left: 40px;
}
.overlap-box {
  padding-bottom: 280px;
}
.overlap-text-box {
  left: auto;
  right: 20px;
}
.overlap-box-ttl {
  font-size: 1.6em;
}
.overlap-box-ttl span {
  line-height: 1;
}
.ifa-box-upper {
  margin-top: 40px;
}
.ifa-box-upper h3 {
  top: -15px;
  width: 400px;
}
.ifa-box-upper p {
  text-align: center;
}
.action-policy-list-ttl,
.number-ttl,
.purpose-list-ttl {
  display: flex;
  align-items: flex-end;
}
.action-policy-list-ttl span,
.number-ttl span,
.purpose-list-ttl span {
  display: inline-block;
  margin-bottom: 0;
}
.bace-ttl {
  font-size: 24px;
}
.bace-ttl span {
  padding-top: 10px;
}
nav.consulting ul {
  display: flex;
  align-items: center;
  margin-top: -10px;
}
nav.consulting ul li {
  width: calc(100% / 3);
}
.life-plan-flow-inner {
  padding: 40px;
}
.life-plan-box-content,
.about-consulting-content,
.merger-agency-box-content {
  padding: 40px;
}
ul.company-list li {
  font-size: 16px;
  padding: 15px 20px;
}
ul.flow li {
  padding-left: 100px;
}
ul.flow li::before {
  font-size: 16px;
}
ul.flow li::after {
  height: calc(100% - 30px);
  left: 40px;
}
ul.flow li h3 {
  font-size: 1.5em;
}
.message-image {
  padding: 0 40px 10px 0;
  width: 45%;
  float: left;
  max-width: 600px;
}
.contact-end-box-inner h4 {
  font-size: 1.5em;
}
ul.task-list li {
  font-size: 18px;
  padding-left: 25px;
}
}
@media print, screen and (min-width: 768px) {
.overlap-box {
  padding-bottom: 200px;
}
.overlap-box-ttl {
  font-size: 1.8em;
}
.overlap-box-ttl span {
  font-size: 60px;
}
.partner-link-box figure,
.about-link-box figure {
  width: 50%;
}
.partner-link-text-box,
.about-link-text-box {
  width: 50%;
}
.partner-link-ttl,
.about-link-ttl {
  padding-bottom: 20px;
}
.partner-link-text,
.about-link-text {
  margin-top: 20px;
}
.service-link-box-text {
  padding: 0 40px 40px;
}
.page-top-visual {
  background: linear-gradient(90deg, var(--bg-gray) 0%, var(--bg-gray) 80%, var(--white) 80%, var(--white) 100%);
  margin-bottom: 70px;
}
.page-top-image-box {
  top: auto;
  bottom: -60px;
  width: 80%;
}
.page-top-desc-box {
  margin-top: 60px;
}
.bace-box.add-text {
  margin-top: 0;
}
nav.consulting ul li a {
  font-size: 18px;
}
ul.company-list li {
  width: 50%;
  margin-left: -1px;
}
.life-plan-box-content-ttl,
.about-consulting-content-ttl,
.merger-agency-box-content-ttl {
  font-size: 30px;
}
ol.purpose-list {
  padding: 0 40px;
}
ol.action-policy-list > li {
  padding: 60px 40px;
}
.logo-box img {
  width: 60%;
}
.side-pd {
  padding: 0 10px;
}
.seminar-detail-box-left {
  padding-left: 40px;
}
.seminar-detail-box-right {
  padding-right: 40px;
}
}
@media print, screen and (min-width: 992px) {
.overlap-box {
  padding-bottom: 0;
}
.overlap-text-box {
  width: 540px;
  padding: 40px;
}
.partner-link-text-box a.main-btn,
.about-link-text-box a.main-btn {
  width: calc(100% - 80px);
}
.partner-link-text-box,
.about-link-text-box {
  width: 400px;
  padding: 40px;
}
.partner-link-box figure,
.about-link-box figure {
  width: calc(100% - 415px);
}
.partner-link-ttl,
.about-link-ttl {
  font-size: 30px;
}
.service-link-box-ttl {
  font-size: 30px;
  padding-bottom: 20px;
}
.page-top-visual {
  margin-bottom: 90px;
}
.page-top-desc-box {
  padding: 40px;
  margin-top: 80px;
}
.page-top-desc-ttl {
  font-size: 1.8em;
  padding-bottom: 20px;
}
.page-top-image-box {
  bottom: -80px;
}
.page-top-desc-text {
  margin-top: 40px;
}
.number-box,
.bace-box,
.task-box {
  padding: 40px;
}
.bace-ttl {
  font-size: 30px;
}
nav.consulting ul li a {
  padding: 20px;
}
ul.life-plan-flow {
  display: flex;
  margin-left: -20px;
  margin-right: -20px;
  height: 100%;
}
ul.life-plan-flow li {
  width: calc(100% / 3);
  padding: 0 20px;
}
ul.life-plan-flow li + li {
  margin-top: 0;
}
ul.life-plan-flow li + li::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10px;
  right: auto;
  width: 15px;
  height: 15px;
  margin: auto 0;
  border-top: 3px solid var(--main);
  border-right: 3px solid var(--main);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.life-plan-flow-inner {
  min-height: 522px;
}
.life-plan-box-content,
.about-consulting-content,
.merger-agency-box-content {
  max-width: 700px;
}
ul.company-list li {
  font-size: 20px;
}
.bg-white-box {
  padding: 40px;
}
.bg-white-box-ttl {
  font-size: 24px;
}
ul.flow li {
  padding-left: 160px;
}
.index-box {
  padding: 40px;
}
.index-box figure img {
  height: 130px;
}
.index-box-text {
  width: calc(100% - 150px);
}
.index-box-text h3 {
  font-size: 24px;
}
.index-box-text p span {
  font-size: 50px;
}
.logo-box img {
  width: 50%;
}
}
@media print, screen and (min-width: 1200px) {
.overlap-text-box {
  bottom: 80px;
  right: 0;
}
#insurance .overlap-text-box {
  width: 660px;
  top: 50%;
  bottom: auto;
  position: absolute;
  right: 0;
  transform: translateY(-50%);
}
.partner-link-box figure,
.about-link-box figure {
  width: calc(100% - 495px);
}
.partner-link-text-box,
.about-link-text-box {
  width: 480px;
  padding: 60px;
}
.partner-link-text-box a.main-btn,
.about-link-text-box a.main-btn {
  width: calc(100% - 120px);
  bottom: 60px;
}
.partner-link-text,
.about-link-text {
  padding-bottom: 55px;
}
.service-link-box-text {
  padding: 0 60px 40px;
}
.page-top-desc-ttl {
  font-size: 2.25em;
}
.life-plan-flow-inner {
  min-height: 505px;
}
}
@media print, screen and (min-width: 1400px) {
.page-top-desc-box {
  max-width: 540px;
  padding: 50px;
  margin-top: 160px;
  margin-bottom: 75px;
}
.number-box,
.bace-box,
.task-box {
  padding: 60px 40px;
}
.action-policy-list-ttl,
.number-ttl,
.purpose-list-ttl {
  font-size: 1.5em;
}
.action-policy-list-ttl span,
.number-ttl span,
.purpose-list-ttl span {
  font-size: 60px;
}
.bace-ttl {
  font-size: 40px;
}
nav.consulting ul li a {
  font-size: 24px;
}
.life-plan-flow-inner {
  padding: 40px 80px;
}
.bg-white-box {
  padding: 40px 60px;
}
.bg-white-box-ttl {
  font-size: 30px;
}
ol.purpose-list {
  padding: 0;
}
.seminar-detail-box-left {
  padding-right: 40px;
}
.seminar-detail-box-right {
  padding: 0;
}
}
@media print, screen and (min-width: 1600px) {
.overlap-text-box {
  top: 100px;
  bottom: auto;
}
}
.align-items-center {
  align-items: center;
}
.ml10 {
  margin-left: 10px;
}
/*--------------------------------------------------------------------
▼フェードインアニメーション設定
---------------------------------------------------------------------*/
/*1.フェードインアニメーションの指定*/
.scrollanime {opacity: 0;} /*一瞬表示されるのを防ぐ*/
.fadeInDown {
    animation-name: fadeInDown;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
    }
    100% {
    opacity: 1;
    transform: translate(0);
    }
}
/*2.上下の動きを指定*/
.updown {transform: translateY(-100px);}
.downup {transform: translateY(100px);}
/*3.左右の動きを指定*/
.slide-right {transform: translateX(200px);}
.slide-left {transform: translateX(-200px);}

/*--------------------------------------------------------------------
▼ 20240123 追加CSS
---------------------------------------------------------------------*/
.pdf-icon {
  position: relative;
  display: block;
}
.pdf-icon a {
  padding-left: 30px;
  display: inline-block;
}
.pdf-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url(./library/images/icon/pdf-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/*--------------------------------------------------------------------
▼ 20240307 luminous追加CSS
---------------------------------------------------------------------*/
a.luminous {
  cursor: zoom-in;
}
.zoom-icon {
  position: absolute;
  bottom: 5px;
  left: 20px;
  width: 30px;
  height: 30px;
  z-index: 2;
}
.lum-lightbox{
  z-index: 999;
}
@media print, screen and (max-width: 460px) {
  .lum-lightbox-inner .lum-img {
    max-height: 600px;
  }
}
@media print, screen and (min-width: 768px) {
  .zoom-icon {
    left: 12px;
  }
  .lum-lightbox-inner img {
    width: 100%;
  }
  .lum-gallery-button:after {
    width: 6vw;
    height: 6vw;
  }
}
/*--------------------------------------------------------------------
▼ 20250116 メディア掲載実績追加CSS
---------------------------------------------------------------------*/
/* メニュー調整 */
@media print, screen and (min-width: 1200px) {
  .global-nav-wrap ul li a {
    letter-spacing: 0;
  }
  .global-nav-wrap ul li a.menu-btn {
    padding: 5px;
  }
}
@media print, screen and (min-width: 1600px) {
  .global-nav-wrap ul li a {
    letter-spacing: .1em;
  }
  .global-nav-wrap ul li a.menu-btn {
    padding: 5px 15px;
  }
}
/* 固定ページ */
.sp-left-ttl {
  text-align: center;
}
.sp-left-ttl-en {
  font-size: clamp(14px, 2vw, 20px);
  padding-left: clamp(10px, 2vw, 20px);
}
.media-box {
  display: flex;
  gap: 15px;
}
.media-box2 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.bg-white-box.media-box2 {
  padding: 20px;
}
.media-box-left {
  flex: 1;
}
.media-box-right {
  max-width: 50%;
}
.media-box-ttl {
  position: relative;
  padding-top: 15px;
  margin-top: 10px;
  font-size: clamp(1em, 1.5vw, 1.25em);
  letter-spacing: .02em;
}
.media-box-ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 1px;
  background-color: var(--black);
}
.border-box-btn {
  color: var(--black);
  font-weight: bold;
  display: inline-block;
  width: auto;
  border: 1px solid var(--black);
  font-size: clamp(12px, 1.5vw, 16px);
  background: var(--white);
  text-align: center;
  padding: .3rem .5rem .15rem;
  line-height: 1.4;
  letter-spacing: 0;
}
.border-box-btn:hover {
  background: var(--main);
  color: var(--white);
  border: 1px solid var(--main);
  opacity: 1;
}
.media-box-right iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 185px;
  object-fit: cover;
}
.media-box-right img {
  max-width: 150px;
}
.media-box2 .media-box-right {
  width: 100%;
  max-width: 100%;
}
.media-box2 .media-box-right iframe {
  width: 100%;
  max-width: 100%;
  height: 185px;
}
.book-img {
  max-height: clamp(110px, 2vw, 170px);
}
@media print, screen and (min-width: 410px) {
  .media-box2 .media-box-right iframe {
    height: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .sp-left-ttl {
    text-align: left;
  }
  .media-box-ttl {
    margin-top: 15px;
  }
  .media-box-right img {
    max-width: 300px;
  }
}
@media print, screen and (min-width: 992px) {
  .media-box-right {
    max-width: 55%;
  }
  .media-box-right img {
    max-width: 200px;
  }
}
@media print, screen and (min-width: 1200px) {
  .bg-white-box.media-box2 {
    padding: 40px
  }
  .media-box-right {
    max-width: 60%;
  }
  .media-box-right img {
    max-width: 300px;
  }
}
@media print, screen and (min-width: 1600px) {
  .media-box-right {
    max-width: 50%;
  }
}
/*--------------------------------------------------------------------
▼ 20250613 header切り替え用CSS
---------------------------------------------------------------------*/
.justify-content-end {
  justify-content: flex-end;
}
.uncle-mele-icon {
  position: relative;
  padding-left: 3.5rem;
}
.uncle-mele-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 3rem;
  height: 3rem;
  background-image: url(./library/images/icon/uncle-mele-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}