@charset "UTF-8";
/* -----------------------------------------------------------------------
reset
------------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block; }

nav ul,
li {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* -----------------------------------------------------------------------
ress +
------------------------------------------------------------------------- */
audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  overflow: visible; }

[hidden], template {
  display: none; }

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

code, kbd, pre, samp {
  font-family: monospace, monospace; }

b, strong {
  font-weight: bolder; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

input {
  border-radius: 0; }

[type="number"] {
  width: auto; }

[type="search"] {
  -webkit-appearance: textfield; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  resize: vertical; }

button, input, optgroup, select, textarea {
  font: inherit; }

optgroup {
  font-weight: bold; }

button {
  overflow: visible; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0; }

/*focus style */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button,
select {
  text-transform: none; }

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit; }

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

select::-ms-expand {
  display: none; }

select::-ms-value {
  color: currentColor; }

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

img {
  border-style: none; }

progress {
  vertical-align: baseline; }

svg:not(:root) {
  overflow: hidden; }

audio,
canvas,
progress,
video {
  display: inline-block; }

@media screen {
  [hidden~="screen"] {
    display: inherit; }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }
[aria-busy="true"] {
  cursor: progress; }

[aria-controls] {
  cursor: pointer; }

[aria-disabled] {
  cursor: default; }

::-moz-selection {
  background-color: #333;
  color: #fff;
  text-shadow: none; }

::selection {
  background-color: #333;
  color: #fff;
  text-shadow: none; }

/* -----------------------------------------------------------------------
add
------------------------------------------------------------------------- */
input[type="button"], input[type="submit"] {
  -webkit-appearance: none; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

::before,
::after {
  box-sizing: inherit;
  text-decoration: inherit;
  vertical-align: inherit; }

/*safari*/
* {
  min-height: 0vw; }

/*----------------------------------------------------------
Properties
-----------------------------------------------------------*/
:root {
  --bgBody: #fff;
  --txBody: #222;
  --pointCl01:#06419b;
  --lineCl01:#dedede;
  --kadomaru:20px;
  --kadomarusp:10px;
  --kadomaruM:30px;
  --kadomaruMsp:20px;
  --hdrH:90px;
  --hdrHsp:55px;
  --trTime: .5s;
  --spMaxW:350px; }

@media screen and (min-width: 1300px) {
  .forPC {
    display: inherit !important; } }
@media screen and (min-width: 768px) and (max-width: 1299px) {
  .forPC {
    display: none; } }
@media screen and (max-width: 767px) {
  .forPC {
    display: none; } }

@media screen and (min-width: 1300px) {
  .forTB {
    display: none; } }
@media screen and (min-width: 768px) and (max-width: 1299px) {
  .forTB {
    display: inherit !important; } }
@media screen and (max-width: 767px) {
  .forTB {
    display: none; } }

@media screen and (min-width: 1300px) {
  .forTB2 {
    display: none; } }
@media screen and (min-width: 768px) and (max-width: 1299px) {
  .forTB2 {
    display: none; } }
  @media screen and (min-width: 768px) and (max-width: 1299px) and (max-width: 999px) {
    .forTB2 {
      display: inherit !important; } }

@media screen and (max-width: 767px) {
  .forTB2 {
    display: none; } }

@media screen and (min-width: 1300px) {
  .forSP {
    display: none; } }
@media screen and (min-width: 768px) and (max-width: 1299px) {
  .forSP {
    display: none; } }
@media screen and (max-width: 767px) {
  .forSP {
    display: inherit !important; } }

#ftrIn, #ftrCopy .inner, #container.toppage #top--about, #container.toppage #top--news, #container.second.case section,
.wrapBoxW, #container.second #notfound, #ftrContact, #mainTitle .pageTitle, #mainImage #mainTxt, #container.toppage #top--business, #container.toppage #top--case,
.wrapBox, #container.second.about-us section, #container.second section,
.wrapBoxC, #container.second.esco section,
#container.second.renewable-energy section,
#container.second.medical section, #container.contact section,
#container.thanks section, #container.second.privacy section, #container.news #newsIndex, #container.news #newsDetail,
.wrapBoxS {
  max-width: 100%;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px; }
  @media screen and (max-width: 767px) {
    #ftrIn, #ftrCopy .inner, #container.toppage #top--about, #container.toppage #top--news, #container.second.case section,
    .wrapBoxW, #container.second #notfound, #ftrContact, #mainTitle .pageTitle, #mainImage #mainTxt, #container.toppage #top--business, #container.toppage #top--case,
    .wrapBox, #container.second.about-us section, #container.second section,
    .wrapBoxC, #container.second.esco section,
    #container.second.renewable-energy section,
    #container.second.medical section, #container.contact section,
    #container.thanks section, #container.second.privacy section, #container.news #newsIndex, #container.news #newsDetail,
    .wrapBoxS {
      padding-left: 20px;
      padding-right: 20px; } }

/* box --1240px-----------*/
#ftrIn, #ftrCopy .inner, #container.toppage #top--about, #container.toppage #top--news, #container.second.case section,
.wrapBoxW {
  width: 1300px; }

/* box --1120px-----------*/
#container.second #notfound, #ftrContact, #mainTitle .pageTitle, #mainImage #mainTxt, #container.toppage #top--business, #container.toppage #top--case,
.wrapBox {
  width: 1180px; }

/* box --1120px-----------*/
#container.second.about-us section, #container.second section,
.wrapBoxC {
  width: 1120px; }

/* box --1000px-----------*/
#container.second.esco section,
#container.second.renewable-energy section,
#container.second.medical section, #container.contact section,
#container.thanks section, #container.second.privacy section, #container.news #newsIndex, #container.news #newsDetail,
.wrapBoxS {
  width: 1060px; }

/*-----------------------------------------------------
font size
--------------------------------------------------------*/
html {
  font-size: 10px; }

body {
  font-size: 16px; }
  @media screen and (min-width: 768px) and (max-width: 1299px) {
    body {
      font-size: 1.5rem; } }
  @media screen and (max-width: 767px) {
    body {
      font-size: 1.5rem; } }
  @media screen and (max-width: 374px) {
    body {
      font-size: 1.4rem; } }

/*----------------------------------------------------------
thumbnail img 
-----------------------------------------------------------*/
body {
  font-family: 'Noto Sans JP',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400;
  letter-spacing: 0.025em; }

input {
  font-family: 'Noto Sans JP',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400; }

.font01R, #container.toppage #top--about .inner .txtBox h2 span, #container.toppage #top--business h2 span, #container.toppage #top--news .top--news--box .inner .titBox h2 span, #mainTitle.news .pageTitle h1,
#mainTitle.news .pageTitle .h1txt, #mainTitle.privacy .pageTitle h1,
#mainTitle.privacy .pageTitle .h1txt, #container.second.about-us section .titBox h2 .grad, #ftrContact .inner > .txt p.tit, #ftrContact .inner > .tel a, #ftrContact .inner > .tel a span, #mainTitle .pageTitle h1,
#mainTitle .pageTitle .h1txt, #container.toppage #top--about .box--strength h3, #container.toppage #top--business .linkBox .item a .txt .subtit, #container.toppage #top--case .linkBox a .txt h2, #container.second.about-us #about--history .historyBox .item span.year, #container.contact #contactLead .telBox a,
#container.thanks #contactLead .telBox a,
.font01M,
.font01SB,
.font01B, #container.toppage #top--news .top--news--box .inner .listBox ul li a span.date, #container.second.esco #esco--about dl dt span, #container .pageNav ul li a, #container.news #newsIndex ul.cBlogList li span.date, #container.news #newsDetail .blogTitle span {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0; }

#container.second.about-us section .titBox h2 .subtit, input[type="checkbox"],
input[type="radio"], #mainTitle .pageTitle h1 span,
#mainTitle .pageTitle .h1txt span, #container.toppage #top--about .box--strength h3 span,
.fontDef {
  font-family: 'Noto Sans JP',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400; }

.font01R {
  font-weight: 400; }

#container.toppage #top--about .inner .txtBox h2 span, #container.toppage #top--business h2 span, #container.toppage #top--news .top--news--box .inner .titBox h2 span, #mainTitle.news .pageTitle h1,
#mainTitle.news .pageTitle .h1txt, #mainTitle.privacy .pageTitle h1,
#mainTitle.privacy .pageTitle .h1txt, #container.second.about-us section .titBox h2 .grad, #ftrContact .inner > .txt p.tit, #ftrContact .inner > .tel a, #ftrContact .inner > .tel a span, #mainTitle .pageTitle h1,
#mainTitle .pageTitle .h1txt, #container.toppage #top--about .box--strength h3, #container.toppage #top--business .linkBox .item a .txt .subtit, #container.toppage #top--case .linkBox a .txt h2, #container.second.about-us #about--history .historyBox .item span.year, #container.contact #contactLead .telBox a,
#container.thanks #contactLead .telBox a,
.font01M {
  font-weight: 500; }

.font01SB {
  font-weight: 600; }

.font01B {
  font-weight: 700; }

/* -----------------------------------------
-- 1. set
-- 2. title
-- 3. text
-- 4. list
-- 5. table
-- 6. btn
-- 7. other
----------------------------------------- */
/*--------------------------------------------------------------------
1. set
---------------------------------------------------------------------*/
/*--grad(ftr)---------------*/
#ftrContact {
  background: #213C66;
  background: linear-gradient(45deg, #213c66 0%, #1f6979 100%); }

/*--grad02(top)---------------*/
#container.toppage #top--about .box--strength, #container.toppage #top--news .top--news--box {
  background: #EAEEF3;
  background: linear-gradient(45deg, #eaeef3 0%, #deeff3 100%); }

/*--------------------------------------------------------------------
2. title
---------------------------------------------------------------------*/
#container.toppage #top--about .inner .txtBox h2, #container.toppage #top--business h2, #container.toppage #top--news .top--news--box .inner .titBox h2 {
  text-align: left; }
  #container.toppage #top--about .inner .txtBox h2 span, #container.toppage #top--business h2 span, #container.toppage #top--news .top--news--box .inner .titBox h2 span {
    display: inline-block;
    background: #1C417A;
    background: linear-gradient(to top right, #1C417A 25%, #2AA996 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: left; }

#mainTitle.news .pageTitle h1,
#mainTitle.news .pageTitle .h1txt, #mainTitle.privacy .pageTitle h1,
#mainTitle.privacy .pageTitle .h1txt {
  display: inline-block;
  text-align: left;
  background: #1C417A;
  background: linear-gradient(to top right, #1C417A 25%, #2AA996 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: left; }

#container.second.about-us section .titBox h2 {
  text-align: left; }
  #container.second.about-us section .titBox h2 .grad {
    display: inline-block;
    padding-bottom: 15px;
    background: #1C417A;
    background: linear-gradient(to top right, #1C417A 25%, #2AA996 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: left;
    font-size: clamp(35px, 3.077vw, 40px); }
  #container.second.about-us section .titBox h2 .subtit {
    display: block;
    font-weight: 500;
    text-align: left;
    font-size: clamp(14px, 1.308vw, 17px);
    color: var(--pointCl01); }

/*--------------------------------------------------------------------
3. text
---------------------------------------------------------------------*/
/* sp common
------------------------------------------------------*/
/* link
------------------------------------------------------*/
#container.second section p a.txtlink, #container.second section li a.txtlink, #container.second section td a.txtlink, #container.second section dd a.txtlink {
  display: inline-block;
  color: var(--txBody);
  position: relative; }
  #container.second section p a.txtlink::after, #container.second section li a.txtlink::after, #container.second section td a.txtlink::after, #container.second section dd a.txtlink::after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: var(--txBody);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: var(--trTime);
    opacity: 0; }
  #container.second section p a.txtlink:hover::after, #container.second section li a.txtlink:hover::after, #container.second section td a.txtlink:hover::after, #container.second section dd a.txtlink:hover::after {
    opacity: 1; }

/*--------------------------------------------------------------------
4. list
---------------------------------------------------------------------*/
/* normal mark
------------------------------------------------------*/
ul.cList01 > li, #container.second.privacy section ul > li {
  padding-left: 1.2em;
  position: relative; }
  ul.cList01 > li::before, #container.second.privacy section ul > li::before {
    content: "・";
    display: block;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0; }

/* att mark
------------------------------------------------------*/
ul.cAtt01 > li, #container.second.privacy section ul.att > li {
  padding-left: 1.2em;
  position: relative; }
  ul.cAtt01 > li::before, #container.second.privacy section ul.att > li::before {
    content: "*";
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

ul.cAtt02 > li {
  padding-left: 1.2em;
  position: relative; }
  ul.cAtt02 > li::before {
    content: "※";
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

/* numberlist type01 (num + .)
------------------------------------------------------*/
ol.cNumList01, #container.second.privacy section ol {
  counter-reset: num01; }
  ol.cNumList01 > li, #container.second.privacy section ol > li {
    padding-left: 1.2em;
    position: relative; }
    ol.cNumList01 > li::before, #container.second.privacy section ol > li::before {
      counter-increment: num01;
      content: counter(num01) ".";
      position: absolute;
      top: 0;
      left: 0; }

/*--------------------------------------------------------------------
5. table
---------------------------------------------------------------------*/
table.cTb01, #form table, #container.second.about-us #about--outline table {
  width: 100%;
  border-top: var(--lineCl01) 1px solid; }
  table.cTb01 th, #form table th, #container.second.about-us #about--outline table th, table.cTb01 td, #form table td, #container.second.about-us #about--outline table td {
    border-bottom: var(--lineCl01) 1px solid;
    padding: 25px 0;
    text-align: left;
    vertical-align: top;
    position: relative; }
  table.cTb01 th, #form table th, #container.second.about-us #about--outline table th {
    font-weight: 500; }
  @media screen and (max-width: 767px) {
    table.cTb01 th, #form table th, #container.second.about-us #about--outline table th, table.cTb01 td, #form table td, #container.second.about-us #about--outline table td {
      display: list-item;
      list-style-type: none;
      font-size: 1.4rem;
      line-height: 2;
      padding: 15px 0; }
    table.cTb01 th, #form table th, #container.second.about-us #about--outline table th {
      border-bottom: none;
      padding-bottom: 0; }
    table.cTb01 td, #form table td, #container.second.about-us #about--outline table td {
      padding-top: 0; } }

/*--------------------------------------------------------------------
6. btn
---------------------------------------------------------------------*/
#container.toppage #top--about .inner .txtBox .btn a, #container.toppage #top--business .linkBox .item .spBtn a, #container.toppage #top--news .top--news--box .inner .btn a {
  display: block;
  width: 200px;
  height: 50px;
  max-width: 100%;
  border-radius: 50vw;
  position: relative;
  overflow: hidden; }
  #container.toppage #top--about .inner .txtBox .btn a::before, #container.toppage #top--business .linkBox .item .spBtn a::before, #container.toppage #top--about .inner .txtBox .btn a::after, #container.toppage #top--business .linkBox .item .spBtn a::after, #container.toppage #top--news .top--news--box .inner .btn a::before, #container.toppage #top--news .top--news--box .inner .btn a::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-width: 1px;
    border-style: solid;
    border-radius: 50vw;
    position: absolute;
    top: 0;
    left: 0; }
  #container.toppage #top--about .inner .txtBox .btn a::before, #container.toppage #top--business .linkBox .item .spBtn a::before, #container.toppage #top--news .top--news--box .inner .btn a::before {
    transform: scaleX(0);
    transform-origin: right;
    transition: all 0.3s ease;
    transition-property: transform;
    z-index: 2; }
  #container.toppage #top--about .inner .txtBox .btn a::after, #container.toppage #top--business .linkBox .item .spBtn a::after, #container.toppage #top--news .top--news--box .inner .btn a::after {
    z-index: 1; }
  #container.toppage #top--about .inner .txtBox .btn a span.btn-txt, #container.toppage #top--business .linkBox .item .spBtn a span.btn-txt, #container.toppage #top--news .top--news--box .inner .btn a span.btn-txt {
    display: block;
    line-height: 48px;
    padding-left: 25px;
    text-align: left;
    font-size: 1.5rem;
    position: relative;
    z-index: 5;
    transition: color .3s; }
  #container.toppage #top--about .inner .txtBox .btn a span.btn-arw, #container.toppage #top--business .linkBox .item .spBtn a span.btn-arw, #container.toppage #top--news .top--news--box .inner .btn a span.btn-arw {
    width: 7px;
    height: 7px;
    border-radius: 50vw;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto 0 auto auto;
    margin-right: 14px;
    z-index: 6; }
  #container.toppage #top--about .inner .txtBox .btn a:hover::before, #container.toppage #top--business .linkBox .item .spBtn a:hover::before, #container.toppage #top--news .top--news--box .inner .btn a:hover::before {
    transform: scaleX(1);
    transform-origin: left; }
#container.toppage #top--about .inner .txtBox .btn a::before, #container.toppage #top--business .linkBox .item .spBtn a::before, #container.toppage #top--news .top--news--box .inner .btn a::before {
  border-color: var(--pointCl01);
  background-color: var(--pointCl01); }
#container.toppage #top--about .inner .txtBox .btn a::after, #container.toppage #top--business .linkBox .item .spBtn a::after, #container.toppage #top--news .top--news--box .inner .btn a::after {
  border-color: var(--pointCl01);
  background-color: #fff; }
#container.toppage #top--about .inner .txtBox .btn a span.btn-txt, #container.toppage #top--business .linkBox .item .spBtn a span.btn-txt, #container.toppage #top--news .top--news--box .inner .btn a span.btn-txt {
  color: var(--pointCl01); }
#container.toppage #top--about .inner .txtBox .btn a span.btn-arw, #container.toppage #top--business .linkBox .item .spBtn a span.btn-arw, #container.toppage #top--news .top--news--box .inner .btn a span.btn-arw {
  background-color: var(--pointCl01); }
#container.toppage #top--about .inner .txtBox .btn a:hover span.btn-txt, #container.toppage #top--business .linkBox .item .spBtn a:hover span.btn-txt, #container.toppage #top--news .top--news--box .inner .btn a:hover span.btn-txt {
  color: #fff; }
#container.toppage #top--about .inner .txtBox .btn a:hover span.btn-arw, #container.toppage #top--business .linkBox .item .spBtn a:hover span.btn-arw, #container.toppage #top--news .top--news--box .inner .btn a:hover span.btn-arw {
  background-color: #fff; }
#container.toppage #top--news .top--news--box .inner .btn a {
  width: 180px; }
  #container.toppage #top--news .top--news--box .inner .btn a::after {
    background-color: transparent; }
@media screen and (max-width: 767px) {
  #container.toppage #top--about .inner .txtBox .btn a, #container.toppage #top--business .linkBox .item .spBtn a, #container.toppage #top--news .top--news--box .inner .btn a {
    width: 220px;
    height: 50px;
    margin: 0 auto; }
    #container.toppage #top--about .inner .txtBox .btn a span.btn-txt, #container.toppage #top--business .linkBox .item .spBtn a span.btn-txt, #container.toppage #top--news .top--news--box .inner .btn a span.btn-txt {
      line-height: 49px;
      font-size: 1.4rem; } }

#ftrContact .inner > .btn a {
  display: block;
  width: 280px;
  height: 70px;
  max-width: 100%;
  border: #fff 1px solid;
  border-radius: 50vw;
  line-height: 68px;
  text-align: center;
  font-size: clamp(15px, 1.154vw, 15px); }
#ftrContact .inner > .btn a {
  background-color: transparent;
  color: #fff; }
  #ftrContact .inner > .btn a:hover {
    background-color: #fff;
    color: var(--pointCl01); }
@media screen and (max-width: 767px) {
  #ftrContact .inner > .btn a {
    width: 220px;
    height: 50px;
    line-height: 48px;
    margin: 0 auto; } }

/*--------------------------------------------------------------------
7. other
---------------------------------------------------------------------*/
header.noBg h1 a,
header.noBg .logo a, header.clone-hdr h1 a,
header.clone-hdr .logo a, header h1 a,
header .logo a, .spNavHdr .logo a, #ftrIn #ftrInL .logo a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 101%; }
  header.noBg h1 a::before,
  header.noBg .logo a::before, header.clone-hdr h1 a::before,
  header.clone-hdr .logo a::before, header h1 a::before,
  header .logo a::before, .spNavHdr .logo a::before, #ftrIn #ftrInL .logo a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 101%;
    line-height: 0;
    font-size: 0.1em;
    background-position: left center;
    position: absolute;
    top: 0;
    left: 0; }
header.noBg h1 a::before,
header.noBg .logo a::before, header.clone-hdr h1 a::before,
header.clone-hdr .logo a::before {
  background-image: url("../images/logo.png"); }
header h1 a::before,
header .logo a::before, .spNavHdr .logo a::before, #ftrIn #ftrInL .logo a::before {
  background-image: url("../images/logo_w.png"); }

#container.toppage #top--business .linkBox .item a, #container.toppage #top--case .linkBox a {
  position: relative; }
  #container.toppage #top--business .linkBox .item a .arw, #container.toppage #top--case .linkBox a .arw {
    display: block;
    width: 59px;
    height: 59px;
    border-radius: 50vw;
    border: var(--pointCl01) 1px solid;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0; }
    #container.toppage #top--business .linkBox .item a .arw::before, #container.toppage #top--business .linkBox .item a .arw::after, #container.toppage #top--case .linkBox a .arw::before, #container.toppage #top--case .linkBox a .arw::after {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background: url("../images/ico_arw_in_01.svg") center center no-repeat;
      background-size: 15px auto;
      position: absolute;
      top: 0;
      right: 0;
      animation-fill-mode: forwards;
      animation-duration: 0.6s; }
    #container.toppage #top--business .linkBox .item a .arw::after, #container.toppage #top--case .linkBox a .arw::after {
      transform: translateX(-100%); }
  #container.toppage #top--business .linkBox .item a:hover .arw::before, #container.toppage #top--case .linkBox a:hover .arw::before {
    animation-name: transformRightLeft;
    animation-delay: 0s; }
  #container.toppage #top--business .linkBox .item a:hover .arw::after, #container.toppage #top--case .linkBox a:hover .arw::after {
    animation-name: transformLeftRight;
    animation-delay: 0.2s; }
#container.toppage #top--case .linkBox a .arw {
  border: #fff 1px solid; }
  #container.toppage #top--case .linkBox a .arw::before, #container.toppage #top--case .linkBox a .arw::after {
    background-image: url("../images/ico_arw_in_02.svg"); }

@keyframes transformLeftRight {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(0); } }
@keyframes transformRightLeft {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(100%); } }
/* -----------------------------------------
-- accordion
-- form
-- 404
----------------------------------------- */
/*--------------------------------------------------------------------
set
---------------------------------------------------------------------*/
/*hdr------------*/
header h1,
header .logo, .spNavHdr .logo {
  width: 280px;
  height: 35px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto auto auto 0;
  margin-left: 70px; }
  @media screen and (min-width: 768px) and (max-width: 1299px) {
    header h1,
    header .logo, .spNavHdr .logo {
      margin-left: 30px; } }
  @media screen and (max-width: 767px) {
    header h1,
    header .logo, .spNavHdr .logo {
      width: 140px;
      height: 17.5px;
      margin-left: 15px; } }

header .spBtn, .spNavHdr .spBtn {
  width: 173px;
  height: 58px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin-bottom: auto;
  margin-top: auto;
  margin-right: 80px; }
  @media screen and (max-width: 767px) {
    header .spBtn, .spNavHdr .spBtn {
      width: 86.5px;
      height: 29px;
      margin-right: 60px; } }

/*spNav------------*/
/*cBox------------*/
#container.second.about-us section {
  display: block; }
  #container.second.about-us section::after, #container.second.about-us section::before {
    content: "";
    display: block;
    clear: both; }
  #container.second.about-us section .titBox {
    width: 28.5714%;
    float: left; }
  #container.second.about-us section .mainBox {
    width: 71.4286%;
    float: right; }
  @media screen and (max-width: 767px) {
    #container.second.about-us section .titBox {
      width: auto;
      float: none;
      margin: 0 auto;
      margin-bottom: 8.9552%;
      text-align: center; }
    #container.second.about-us section .mainBox {
      width: auto;
      float: none;
      margin: 0 auto; } }

/*--------------------------------------------------------------------
accordion
---------------------------------------------------------------------*/
#container section .cAccBox {
  max-width: 100%;
  margin: 0 auto; }
  #container section .cAccBox dl + dl {
    margin-top: 20px; }
  #container section .cAccBox dl {
    border: var(--pointCl01) 1px solid;
    border-radius: 15px;
    background-color: #fff; }
    #container section .cAccBox dl dt {
      padding: 25px 70px 20px 60px;
      text-align: left;
      cursor: pointer;
      position: relative;
      font-size: clamp(16px, 1.538vw, 20px);
      font-weight: 500;
      line-height: 2; }
      #container section .cAccBox dl dt span {
        display: block;
        width: 1em;
        line-height: 1;
        font-weight: 500;
        position: absolute;
        top: 30px;
        left: 30px; }
      #container section .cAccBox dl dt::before, #container section .cAccBox dl dt::after {
        content: "";
        display: block;
        width: 16px;
        height: 2px;
        background-color: var(--pointCl01);
        position: absolute;
        top: 50%;
        right: 0;
        margin-right: 20px;
        transition: .3s; }
      #container section .cAccBox dl dt::after {
        transform: rotate(270deg); }
      #container section .cAccBox dl dt.open::after {
        transform: rotate(0); }
    #container section .cAccBox dl dd {
      display: none; }
    #container section .cAccBox dl dd .inner {
      padding: 0 70px 30px 30px; }
  @media screen and (max-width: 767px) {
    #container section .cAccBox dl + dl {
      margin-top: 15px; }
    #container section .cAccBox dl {
      border-color: var(--lineCl01);
      border-radius: 10px; }
      #container section .cAccBox dl dt {
        padding: 20px 35px 20px 50px; }
        #container section .cAccBox dl dt span {
          top: 25px;
          left: 20px; }
        #container section .cAccBox dl dt::before, #container section .cAccBox dl dt::after {
          width: 10px;
          height: 2px;
          margin-right: 15px;
          background-color: var(--txBody); }
      #container section .cAccBox dl dd {
        display: none; }
      #container section .cAccBox dl dd .inner {
        padding: 0 25px 10px 25px; } }

/*--------------------------------------------------------------------
form
---------------------------------------------------------------------*/
input[type="checkbox"],
input[type="radio"] {
  vertical-align: middle;
  position: relative;
  margin: 0 4px 0 0;
  top: -1px; }

/*--必須--*/
#form table th > span {
  display: inline-block;
  width: 40px;
  height: 16px;
  margin-left: 1.5em;
  text-align: center;
  color: #fff;
  background-color: var(--pointCl01);
  line-height: 16px;
  font-size: 10px;
  vertical-align: middle;
  letter-spacing: 0.01em;
  transform: translateY(-2px); }

#form table {
  margin-bottom: 80px; }
  @media screen and (min-width: 768px) and (max-width: 1299px) {
    #form table {
      margin-bottom: liquid2(80); } }
  @media screen and (max-width: 767px) {
    #form table {
      margin-bottom: 40px; } }
  #form table th,
  #form table td {
    line-height: calc(40/18); }
  #form table th {
    width: 250px;
    padding-top: 30px;
    padding-left: 5px;
    font-size: clamp(16px, 1.385vw, 18px);
    font-weight: 500; }
    @media screen and (max-width: 999px) {
      #form table th {
        width: 200px; } }
  #form table td {
    vertical-align: middle;
    font-size: 1em;
    padding-left: 25px; }
  @media screen and (max-width: 767px) {
    #form table th {
      width: 100%;
      padding-bottom: 15px;
      padding-top: 20px; }
      #form table th br {
        display: none; }
    #form table td {
      padding-left: 0;
      padding-bottom: 25px;
      font-size: 1.5rem; } }
  #form table td.chk label {
    display: block; }
  #form table td.name div {
    width: 50%;
    float: left;
    padding-right: 10px; }
    #form table td.name div + div {
      padding-left: 10px;
      padding-right: 0; }
    @media screen and (max-width: 767px) {
      #form table td.name div {
        width: auto;
        float: none;
        padding-right: 0; }
        #form table td.name div + div {
          padding-left: 0;
          padding-right: 0;
          padding-top: 15px; } }
  #form table td.privacy span,
  #form table td.privacy label {
    margin-top: 10px;
    font-weight: 500;
    font-size: clamp(16px, 1.308vw, 17px); }
  #form table ::placeholder {
    color: #bbbbbb; }

/*--form parts --*/
#form input[type="text"],
#form input[type="email"],
#form input[type="url"],
#form input[type="tel"],
#form textarea {
  background-color: #edf0f5;
  border: #e1e5e8 2px solid;
  border-radius: 5px;
  padding: 12px 10px;
  width: 100%; }
  @media screen and (max-width: 767px) {
    #form input[type="text"],
    #form input[type="email"],
    #form input[type="url"],
    #form input[type="tel"],
    #form textarea {
      padding: 10px;
      font-size: 16px; } }
#form textarea {
  height: 10em; }

/*--form btn--*/
#form .formBtn button,
#form .formBtn input,
.btnThanks a, #container.second #notfound .btn a {
  display: block;
  width: 360px;
  height: 72px;
  max-width: 100%;
  border-radius: 50vw;
  border: var(--txBody) 1px solid;
  color: var(--txBody);
  font-size: clamp(15px, 1.308vw, 17px);
  text-align: center;
  line-height: 70px;
  font-weight: 500;
  cursor: pointer; }
  #form .formBtn button:hover,
  #form .formBtn input:hover,
  .btnThanks a:hover, #container.second #notfound .btn a:hover {
    background-color: var(--txBody);
    color: #fff; }
  @media screen and (max-width: 767px) {
    #form .formBtn button,
    #form .formBtn input,
    .btnThanks a, #container.second #notfound .btn a {
      width: 260px;
      height: 50px;
      line-height: 50px;
      font-size: 1.4rem; } }

#form .formBtn {
  text-align: center; }

#form .formBtn button,
#form .formBtn input,
.btnThanks a {
  margin: 0 auto;
  transition: var(--trTime); }

.btnThanks {
  padding: 80px 0 80px; }
  @media screen and (min-width: 768px) and (max-width: 1299px) {
    .btnThanks {
      padding: 6.7797% 0 6.7797%; } }
  @media screen and (max-width: 767px) {
    .btnThanks {
      padding: 40px 0 40px; } }

.wpcf7-list-item {
  display: block !important; }

.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em !important;
  padding: 1em !important; }

.wpcf7 form.sent .wpcf7-response-output {
  /* 送信ボタン下完了時 */
  border-color: transparent !important; }

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  /* 送信ボタン下未入力警告 */
  border-color: transparent !important;
  color: red !important;
  text-align: center !important; }

.wpcf7-not-valid-tip {
  /* 必須未入力項目下の文章 */
  border-color: transparent !important;
  font-size: 12px;
  color: red !important; }

.wpcf7-form-control-wrap.recaptcha {
  display: block;
  padding-bottom: 30px; }

/*--------------------------------------------------------------------
404
---------------------------------------------------------------------*/
#container.second #notfound {
  padding-top: 100px;
  padding-bottom: 100px; }
  @media screen and (min-width: 768px) and (max-width: 1299px) {
    #container.second #notfound {
      padding-top: 8.4746%;
      padding-bottom: 8.4746%; } }
  #container.second #notfound h1 {
    text-align: center;
    font-size: clamp(20px, 2.308vw, 30px);
    font-weight: bold;
    margin-bottom: 50px; }
  #container.second #notfound p {
    text-align: center;
    padding-bottom: 50px; }
  #container.second #notfound .btn a {
    margin: 0 auto;
    transition: var(--trTime); }

/*-----------------------------------------------------
base setting
--------------------------------------------------------*/
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

.iphone body,
.ipad body,
.ipod body {
  cursor: pointer; }

*:focus {
  outline: none; }

body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  background-color: var(--bgBody);
  color: var(--txBody); }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
html, body {
  height: 100%; }

body {
  width: 100%;
  text-align: center; }

a {
  color: var(--txBody);
  text-decoration: none;
  transition: all var(--trTime); }

strong {
  font-weight: bold; }

img {
  font-size: 0;
  line-height: 0;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  -ms-interpolation-mode: bicubic; }

#wrapper {
  position: relative; }

/* -----------------------------------------------------------------------
clearfix
------------------------------------------------------------------------- */
#ftrIn, #ftrCopy .inner, #container.toppage #top--about, #container.toppage #top--news, #container.second.case section,
.wrapBoxW, #container.second #notfound, #ftrContact, #mainTitle .pageTitle, #mainImage #mainTxt, #container.toppage #top--business, #container.toppage #top--case,
.wrapBox, #container.second.about-us section, #container.second section,
.wrapBoxC, #container.second.esco section,
#container.second.renewable-energy section,
#container.second.medical section, #container.contact section,
#container.thanks section, #container.second.privacy section, #container.news #newsIndex, #container.news #newsDetail,
.wrapBoxS,
.clearfix,
header,
section {
  display: block; }
  #ftrIn::after, #ftrCopy .inner::after, #container.toppage #top--about::after, #container.toppage #top--news::after, #container.second.case section::after,
  .wrapBoxW::after, #container.second #notfound::after, #ftrContact::after, #mainTitle .pageTitle::after, #mainImage #mainTxt::after, #container.toppage #top--business::after, #container.toppage #top--case::after,
  .wrapBox::after, #container.second.about-us section::after, #container.second section::after,
  .wrapBoxC::after, #container.second.esco section::after,
  #container.second.renewable-energy section::after,
  #container.second.medical section::after, #container.contact section::after,
  #container.thanks section::after, #container.second.privacy section::after, #container.news #newsIndex::after, #container.news #newsDetail::after,
  .wrapBoxS::after, #ftrIn::before, #ftrCopy .inner::before, #container.toppage #top--about::before, #container.toppage #top--news::before, #container.second.case section::before,
  .wrapBoxW::before, #container.second #notfound::before, #ftrContact::before, #mainTitle .pageTitle::before, #mainImage #mainTxt::before, #container.toppage #top--business::before, #container.toppage #top--case::before,
  .wrapBox::before, #container.second.about-us section::before, #container.second section::before,
  .wrapBoxC::before, #container.second.esco section::before,
  #container.second.renewable-energy section::before,
  #container.second.medical section::before, #container.contact section::before,
  #container.thanks section::before, #container.second.privacy section::before, #container.news #newsIndex::before, #container.news #newsDetail::before,
  .wrapBoxS::before,
  .clearfix::after,
  .clearfix::before,
  header::after,
  header::before,
  section::after,
  section::before {
    content: "";
    display: block;
    clear: both; }

/*--------------------------------------------------------------------
   header
---------------------------------------------------------------------*/
.drawer-open header {
  z-index: inherit; }

html, body {
  scroll-padding-top: var(--hdrH)30px;
  scroll-behavior: smooth; }
  @media screen and (max-width: 767px) {
    html, body {
      scroll-padding-top: var(--hdrHsp)30px; } }

header {
  height: var(--hdrH);
  width: 100%;
  position: relative;
  z-index: 1200; }
  @media screen and (max-width: 767px) {
    header {
      height: var(--hdrHsp); } }
  header nav {
    margin-left: 380px;
    margin-right: 80px;
    padding-top: 32px;
    position: relative; }
    header nav > ul {
      text-align: right;
      height: 40px; }
      header nav > ul > li {
        display: inline-block;
        margin-left: 35px;
        position: relative; }
        header nav > ul > li > a,
        header nav > ul > li > span {
          display: inline-block;
          overflow: hidden;
          position: relative;
          transition: all var(--trTime);
          display: block;
          height: 40px;
          line-height: 40px;
          font-size: clamp(16px, 1.308vw, 17px);
          color: #fff;
          letter-spacing: 0.05em;
          cursor: pointer; }
          header nav > ul > li > a::after,
          header nav > ul > li > span::after {
            position: absolute;
            bottom: 0;
            left: 0;
            content: '';
            width: 100%;
            height: 1px;
            background: #fff;
            transform-origin: right top;
            transform: scale(0, 1);
            transition: transform .3s;
            z-index: 1000; }
          header nav > ul > li > a:hover::after,
          header nav > ul > li > span:hover::after {
            transform: scale(1, 1);
            transform-origin: left top; }
        header nav > ul > li > span::after {
          display: none; }
    @media screen and (min-width: 768px) and (max-width: 1299px) {
      header nav {
        margin-right: 6.7797%; } }
  header .spBtn {
    display: none; }

header nav {
  /* mod_dropnavi_child */ }
  header nav .mgnWrap {
    display: none;
    width: 280px;
    overflow: hidden;
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -140px;
    z-index: 1200; }
    header nav .mgnWrap ul {
      margin-top: 10px;
      padding: 20px 0 20px 20px;
      background-color: var(--txBody); }
      header nav .mgnWrap ul li {
        display: block;
        height: auto;
        text-align: left;
        line-height: inherit;
        margin-right: 0; }
        header nav .mgnWrap ul li a {
          display: inline-block;
          overflow: hidden;
          position: relative;
          transition: all var(--trTime);
          display: inline-block;
          height: 40px;
          line-height: 40px;
          font-size: 0.875em;
          color: #fff; }
          header nav .mgnWrap ul li a::after {
            position: absolute;
            bottom: 0;
            left: 0;
            content: '';
            width: 100%;
            height: 1px;
            background: #fff;
            transform-origin: right top;
            transform: scale(0, 1);
            transition: transform .3s;
            z-index: 1000; }
          header nav .mgnWrap ul li a:hover::after {
            transform: scale(1, 1);
            transform-origin: left top; }

header.noBg {
  background-color: rgba(255, 255, 255, 0); }
  header.noBg nav > ul > li > a,
  header.noBg nav > ul > li > span {
    display: inline-block;
    overflow: hidden;
    position: relative;
    transition: all var(--trTime);
    color: var(--txBody); }
    header.noBg nav > ul > li > a::after,
    header.noBg nav > ul > li > span::after {
      position: absolute;
      bottom: 0;
      left: 0;
      content: '';
      width: 100%;
      height: 1px;
      background: var(--txBody);
      transform-origin: right top;
      transform: scale(0, 1);
      transition: transform .3s;
      z-index: 1000; }
    header.noBg nav > ul > li > a:hover::after,
    header.noBg nav > ul > li > span:hover::after {
      transform: scale(1, 1);
      transform-origin: left top; }

/* scrolling
-----------------------*/
header.clone-hdr {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: .3s;
  transform: translateY(-100%);
  z-index: 5000;
  opacity: 0; }
  header.clone-hdr nav > ul > li > a,
  header.clone-hdr nav > ul > li > span {
    display: inline-block;
    overflow: hidden;
    position: relative;
    transition: all var(--trTime);
    color: var(--txBody); }
    header.clone-hdr nav > ul > li > a::after,
    header.clone-hdr nav > ul > li > span::after {
      position: absolute;
      bottom: 0;
      left: 0;
      content: '';
      width: 100%;
      height: 1px;
      background: var(--txBody);
      transform-origin: right top;
      transform: scale(0, 1);
      transition: transform .3s;
      z-index: 1000; }
    header.clone-hdr nav > ul > li > a:hover::after,
    header.clone-hdr nav > ul > li > span:hover::after {
      transform: scale(1, 1);
      transform-origin: left top; }

header.clone-hdr.is-show {
  transform: translateY(0);
  opacity: 1; }

header.clone-hdr {
  background-color: white; }

/*--------------------------------------------------------------------
   footer
---------------------------------------------------------------------*/
footer {
  background-color: #333333;
  padding-top: 270px;
  padding-bottom: 60px;
  position: relative; }
  @media screen and (max-width: 767px) {
    footer {
      padding-top: 0;
      padding-bottom: 30px; } }

#ftrContact {
  width: 1120px;
  max-width: calc(100% - 60px);
  border-radius: var(--kadomaru);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: -60px; }
  #ftrContact .inner {
    padding: 6.25% 4.9107% 5.3571% 6.25%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff; }
    #ftrContact .inner > .txt {
      width: 210px;
      text-align: left; }
      #ftrContact .inner > .txt p.tit {
        text-align: left;
        font-size: clamp(35px, 3.538vw, 46px);
        margin-bottom: 12px; }
      #ftrContact .inner > .txt p.tit + p {
        text-align: left;
        font-size: clamp(15px, 1.231vw, 16px);
        line-height: calc(32/16);
        white-space: nowrap; }
    #ftrContact .inner > .tel {
      padding-left: 15px;
      padding-right: 15px;
      flex: 1;
      text-align: center; }
      #ftrContact .inner > .tel a {
        display: inline-block;
        margin-bottom: 15px;
        font-size: clamp(27px, 2.769vw, 36px);
        color: #fff; }
        #ftrContact .inner > .tel a span {
          font-size: clamp(16px, 1.692vw, 22px); }
      #ftrContact .inner > .tel p {
        text-align: center;
        font-size: clamp(13px, 1.308vw, 17px); }
    #ftrContact .inner > .btn {
      width: 280px; }
  @media screen and (max-width: 999px) {
    #ftrContact .inner {
      padding-left: 20px;
      padding-right: 20px; }
      #ftrContact .inner > .tel a {
        font-size: 2.2rem; }
      #ftrContact .inner > .btn {
        width: 200px; } }
  @media screen and (max-width: 767px) {
    #ftrContact {
      position: relative;
      max-width: calc(100% - 40px);
      transform: translateY(-110px); }
      #ftrContact .inner {
        padding: 50px 20px;
        display: block; }
        #ftrContact .inner > .txt {
          margin-bottom: 20px;
          width: auto;
          text-align: center; }
          #ftrContact .inner > .txt p.tit {
            text-align: center; }
          #ftrContact .inner > .txt p.tit + p {
            text-align: center; }
        #ftrContact .inner > .tel {
          margin-bottom: 30px; }
          #ftrContact .inner > .tel a {
            margin-bottom: 10px; }
        #ftrContact .inner > .btn {
          width: auto; }
          #ftrContact .inner > .btn a {
            margin: 0 auto; } }

#ftrIn {
  padding-bottom: 130px;
  color: #fff; }
  #ftrIn #ftrInL {
    width: 50%;
    float: left; }
    #ftrIn #ftrInL .logo {
      width: 200px;
      height: 24px;
      margin-right: auto;
      margin-bottom: 30px; }
    #ftrIn #ftrInL p {
      text-align: left;
      font-size: clamp(15px, 1.231vw, 16px);
      line-height: calc(36/16); }
  #ftrIn nav {
    width: 50%;
    float: right; }
    #ftrIn nav .navPc {
      display: flex; }
    #ftrIn nav .navSp {
      display: none; }
    #ftrIn nav .navPc {
      display: flex;
      justify-content: flex-end;
      padding-top: 25px; }
      #ftrIn nav .navPc ul {
        text-align: left;
        padding: 0 20px; }
        #ftrIn nav .navPc ul li a {
          display: inline-block;
          overflow: hidden;
          position: relative;
          transition: all var(--trTime);
          display: inline-block;
          height: 40px;
          line-height: calc(42/16);
          font-size: clamp(16px, 1.231vw, 16px);
          color: #fff; }
          #ftrIn nav .navPc ul li a::after {
            position: absolute;
            bottom: 0;
            left: 0;
            content: '';
            width: 100%;
            height: 1px;
            background: #fff;
            transform-origin: right top;
            transform: scale(0, 1);
            transition: transform .3s;
            z-index: 1000; }
          #ftrIn nav .navPc ul li a:hover::after {
            transform: scale(1, 1);
            transform-origin: left top; }
    @media screen and (max-width: 767px) {
      #ftrIn nav .navPc {
        display: none; }
      #ftrIn nav .navSp {
        display: block; } }
  @media screen and (min-width: 768px) and (max-width: 1299px) {
    #ftrIn {
      padding-bottom: 11.0169%; }
      #ftrIn #ftrInL {
        width: 220px; }
      #ftrIn nav {
        width: calc(100% - 220px); } }
  @media screen and (max-width: 767px) {
    #ftrIn {
      padding-bottom: 7.4627%; }
      #ftrIn #ftrInL {
        width: auto;
        float: none;
        margin: 0 auto; }
        #ftrIn #ftrInL .logo {
          width: 222.5px;
          height: 26px;
          margin: 0 auto 30px; }
        #ftrIn #ftrInL p {
          text-align: center; }
      #ftrIn nav {
        width: auto;
        float: none;
        margin: 0 auto;
        margin-top: -40px;
        padding-bottom: 14.9254%; }
        #ftrIn nav .navSp {
          width: 450px;
          max-width: calc(100% - 60px);
          margin: 0 auto;
          padding-top: 50px;
          width: auto;
          max-width: 100%; }
          #ftrIn nav .navSp a {
            color: #fff; }
          #ftrIn nav .navSp ul {
            border-top: #9c9ea1 1px solid;
            text-align: left; }
            #ftrIn nav .navSp ul li {
              border-bottom: #9c9ea1 1px solid;
              font-size: 1.6rem; }
              #ftrIn nav .navSp ul li a,
              #ftrIn nav .navSp ul li span {
                display: block;
                padding: calc(46 / 30 * 1em) 0; }
              #ftrIn nav .navSp ul li ul {
                border-top: none;
                margin-top: calc(-20 / 30 * 1em);
                padding-bottom: calc(20 / 30 * 1em); }
                #ftrIn nav .navSp ul li ul li {
                  position: relative;
                  border-bottom: none;
                  line-height: 1.5;
                  padding-left: 1.5em; }
                  #ftrIn nav .navSp ul li ul li::before {
                    content: "";
                    display: block;
                    width: 6px;
                    height: 1px;
                    background-color: #fff;
                    position: absolute;
                    top: 50%;
                    left: 0.5em; }
                  #ftrIn nav .navSp ul li ul li a {
                    display: block;
                    padding: calc(20 / 30 * 1em) 0; } }
      @media screen and (max-width: 767px) and (max-width: 767px) {
        #ftrIn nav .navSp {
          padding-top: 30px;
          padding-left: 20px;
          padding-right: 20px; }
          #ftrIn nav .navSp ul li {
            font-size: 1.5rem; } }
  @media screen and (max-width: 767px) {
          #ftrIn nav .navSp ul, #ftrIn nav .navSp li {
            border-color: #666666 !important; } }

#ftrCopy {
  border-top: #515151 1px solid;
  padding-top: 35px; }
  #ftrCopy .inner p {
    font-size: clamp(13px, 1.154vw, 15px);
    color: #cccccc;
    line-height: calc(60/26); }
    #ftrCopy .inner p a {
      display: inline-block;
      overflow: hidden;
      position: relative;
      transition: all var(--trTime);
      color: #cccccc; }
      #ftrCopy .inner p a::after {
        position: absolute;
        bottom: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 1px;
        background: #cccccc;
        transform-origin: right top;
        transform: scale(0, 1);
        transition: transform .3s;
        z-index: 1000; }
      #ftrCopy .inner p a:hover::after {
        transform: scale(1, 1);
        transform-origin: left top; }
  #ftrCopy .inner .link {
    width: 50%;
    float: left;
    text-align: left; }
  #ftrCopy .inner .copy {
    width: 50%;
    float: right;
    text-align: right; }
    #ftrCopy .inner .copy a::after {
      display: none; }
  @media screen and (max-width: 767px) {
    #ftrCopy {
      border-top: none;
      padding-top: 10px; }
      #ftrCopy .inner .link {
        width: auto;
        float: none;
        margin: 0 auto;
        text-align: center; }
      #ftrCopy .inner .copy {
        width: auto;
        float: none;
        margin: 0 auto;
        text-align: center; } }

/*--------------------------------------------------------------------
   mainTitle
---------------------------------------------------------------------*/
#mainTitle {
  width: 100%;
  padding-top: 555px;
  margin-top: calc(var(--hdrH) * -1);
  position: relative;
  overflow: hidden;
  z-index: 1; }
  @media screen and (min-width: 768px) and (max-width: 1299px) {
    #mainTitle {
      padding-top: 47.0339%; } }
  @media screen and (max-width: 767px) {
    #mainTitle {
      padding-top: 104%;
      margin-top: calc(var(--hdrHsp) * -1); } }
  #mainTitle::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 101%;
    line-height: 0;
    font-size: 0.1em;
    position: absolute;
    top: 0;
    right: 0; }
  #mainTitle.about-us::before {
    background-image: url("../images/bg_maintitle_about.jpg"); }
  #mainTitle.business::before {
    background-image: url("../images/bg_maintitle_business.jpg"); }
  #mainTitle.case::before {
    background-image: url("../images/bg_maintitle_case.jpg"); }
  #mainTitle.contact::before {
    background-image: url("../images/bg_maintitle_contact.jpg"); }
  #mainTitle .pageTitle {
    z-index: 2;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: 0 auto;
    transform: translateY(-50%); }
    #mainTitle .pageTitle h1,
    #mainTitle .pageTitle .h1txt {
      padding-left: 35px;
      text-align: left;
      font-size: clamp(40px, 5.385vw, 70px);
      color: #fff; }
      #mainTitle .pageTitle h1 span,
      #mainTitle .pageTitle .h1txt span {
        display: block;
        margin-top: 25px;
        padding-bottom: 5px;
        font-size: clamp(15px, 1.846vw, 24px);
        font-weight: bold; }
  @media screen and (max-width: 767px) {
    #mainTitle .pageTitle {
      transform: translateY(25%); }
      #mainTitle .pageTitle h1,
      #mainTitle .pageTitle .h1txt {
        padding-left: 10px; }
        #mainTitle .pageTitle h1 span,
        #mainTitle .pageTitle .h1txt span {
          margin-top: 15px; } }
  #mainTitle.news, #mainTitle.privacy {
    padding-top: 460px; }
    @media screen and (min-width: 768px) and (max-width: 1299px) {
      #mainTitle.news, #mainTitle.privacy {
        padding-top: 38.9831%; } }
    @media screen and (max-width: 767px) {
      #mainTitle.news, #mainTitle.privacy {
        padding-top: 80%; } }
    #mainTitle.news::before, #mainTitle.privacy::before {
      width: 562px;
      height: auto;
      padding-top: 562px;
      background: url("../images/moyou01.png") center center no-repeat;
      background-size: contain;
      margin-right: -220px;
      margin-top: -200px; }
      @media screen and (min-width: 768px) and (max-width: 1299px) {
        #mainTitle.news::before, #mainTitle.privacy::before {
          width: 47.6271%;
          padding-top: 47.6271%;
          margin-right: -18.6441%;
          margin-top: -16.9492%; } }
      @media screen and (max-width: 767px) {
        #mainTitle.news::before, #mainTitle.privacy::before {
          width: 74.9333%;
          padding-top: 74.9333%;
          margin-right: -29.3333%;
          margin-top: -26.6667%; } }
    #mainTitle.news .pageTitle, #mainTitle.privacy .pageTitle {
      text-align: left; }
      #mainTitle.news .pageTitle h1 span,
      #mainTitle.news .pageTitle .h1txt span, #mainTitle.privacy .pageTitle h1 span,
      #mainTitle.privacy .pageTitle .h1txt span {
        color: var(--pointCl01); }

/*--------------------------------------------------------------------
   container
---------------------------------------------------------------------*/
@keyframes fuwaX {
  0% {
    transform: translateX(-5%); }
  100% {
    transform: translateX(5%); } }
@keyframes fuwaY {
  0% {
    transform: translateY(-5%); }
  100% {
    transform: translateY(5%); } }
@keyframes fuwaR {
  0% {
    transform: rotateZ(5deg); }
  50% {
    transform: rotate(-5deg); }
  100% {
    transform: rotate(5deg); } }
#contBgBox {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; }
  #contBgBox span.bg01,
  #contBgBox span.bg02,
  #contBgBox span.bg03 {
    display: block;
    position: absolute;
    z-index: -1; }
  #contBgBox span.bg01 {
    width: 563px;
    top: 0;
    left: 0;
    margin-top: 10px;
    margin-left: -354px; }
    #contBgBox span.bg01 img {
      transform-origin: right center;
      animation-name: fuwaX;
      animation-delay: .5s;
      animation-duration: 6s;
      animation-fill-mode: forwards;
      animation-iteration-count: infinite;
      animation-timing-function: ease-in-out;
      animation-direction: alternate-reverse; }
    @media screen and (min-width: 768px) and (max-width: 1299px) {
      #contBgBox span.bg01 {
        width: 47.7119%;
        margin-left: -30%; } }
    @media screen and (max-width: 767px) {
      #contBgBox span.bg01 {
        width: 60%;
        margin-top: 13.3333%;
        margin-left: -32%; } }
  #contBgBox span.bg02 {
    width: 730px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-right: -130px; }
    #contBgBox span.bg02 img {
      transform-origin: right center;
      animation-name: fuwaR;
      animation-delay: .5s;
      animation-duration: 6s;
      animation-fill-mode: forwards;
      animation-iteration-count: infinite;
      animation-timing-function: ease-in-out;
      animation-direction: alternate-reverse; }
    @media screen and (min-width: 768px) and (max-width: 1299px) {
      #contBgBox span.bg02 {
        width: 61.8644%;
        margin-right: -11.0169%; } }
    @media screen and (max-width: 767px) {
      #contBgBox span.bg02 {
        width: 80%;
        margin-right: -40%; } }
  #contBgBox span.bg03 {
    width: 563px;
    bottom: 0;
    left: 0;
    margin-left: -225px;
    margin-bottom: -110px; }
    #contBgBox span.bg03 img {
      animation-name: fuwaY;
      animation-delay: .5s;
      animation-duration: 5s;
      animation-fill-mode: forwards;
      animation-iteration-count: infinite;
      animation-timing-function: ease-in-out;
      animation-direction: alternate-reverse; }
    @media screen and (min-width: 768px) and (max-width: 1299px) {
      #contBgBox span.bg03 {
        width: 47.7119%;
        margin-left: -19.0678%;
        margin-bottom: -9.322%; } }
    @media screen and (max-width: 767px) {
      #contBgBox span.bg03 {
        width: 60%;
        margin-left: -33.8667%;
        margin-bottom: -6.6667%; } }

#container.second.news {
  position: relative; }
  #container.second.news #contBgBox {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
    #container.second.news #contBgBox span.bg01,
    #container.second.news #contBgBox span.bg02,
    #container.second.news #contBgBox span.bg03 {
      display: block;
      position: absolute;
      z-index: -1; }

#container {
  overflow: hidden;
  padding-bottom: 80px;
  position: relative; }
  @media screen and (min-width: 768px) and (max-width: 1299px) {
    #container {
      padding-bottom: 6.7797%; } }
  #container.second {
    padding-top: 130px; }
    #container.second section {
      padding-bottom: 100px; }
    @media screen and (min-width: 768px) and (max-width: 1299px) {
      #container.second {
        padding-top: 11.0169%; }
        #container.second section {
          padding-bottom: 8.4746%; } }
    @media screen and (max-width: 767px) {
      #container.second {
        padding-top: 17.3333%;
        padding-bottom: 40%; }
        #container.second section {
          padding-bottom: 13.3333%; } }

/* base
-----------------------*/
div[id="container"] section p, div[id="container"] section li, div[id="container"] section dt, div[id="container"] section dd, div[id="container"] section th, div[id="container"] section td {
  font-size: clamp(16px, 1.385vw, 18px);
  line-height: calc(36/18);
  text-align: left;
  font-feature-settings: "palt"; }
  @media screen and (max-width: 767px) {
    div[id="container"] section p, div[id="container"] section li, div[id="container"] section dt, div[id="container"] section dd, div[id="container"] section th, div[id="container"] section td {
      font-size: 1.6rem;
      line-height: calc(60/30) !important; } }
div[id="container"] p + * {
  margin-top: 30px; }
div[id="container"] ul + * {
  margin-top: 30px; }
div[id="container"] ol + * {
  margin-top: 30px; }
div[id="container"] dl + * {
  margin-top: 30px; }
div[id="container"] table + * {
  margin-top: 30px; }

/*===========================================
_drawer.scss
=============================================*/
/*!------------------------------------*\
    Base
\*!------------------------------------*/
.drawer-open {
  overflow: hidden !important; }

.drawer-nav {
  position: fixed;
  z-index: 9000;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: rgba(58, 61, 71, 0.94); }

.drawer-menu {
  margin: 0;
  padding: 0;
  list-style: none; }

/*! overlay */
.drawer-overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2); }

.drawer-open .drawer-overlay {
  display: block; }

/*!------------------------------------*\
    Right
\*!------------------------------------*/
.drawer--right .drawer-nav {
  right: -100%;
  -webkit-transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1); }

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0; }

.drawer--right.drawer-open .drawer-hamburger {
  /*right: 16.25rem;*/ }

/*!------------------------------------*\
    Hamburger
\*!------------------------------------*/
.drawer-hamburger {
  position: absolute;
  z-index: 99999;
  top: 0;
  display: block;
  box-sizing: border-box;
  width: 47px;
  height: 47px;
  padding: 0 15px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0;
  border-radius: 50vw;
  margin-top: calc((80px - 47px)/2);
  margin-right: 20px; }
  @media screen and (max-width: 767px) {
    .drawer-hamburger {
      width: calc(54px * 0.6);
      height: calc(54px * 0.6);
      padding: 0 calc(15px * 0.6);
      margin-top: calc((55px - 54px * 0.6)/2);
      margin-right: 10px; } }
  .drawer-hamburger::before, .drawer-hamburger::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity .3s; }
  .drawer-hamburger::before {
    background-image: url("../images/bg_menu.png");
    z-index: 3;
    opacity: 1; }
  .drawer-hamburger::after {
    background-image: url("../images/bg_menu_ov.png");
    z-index: 2;
    opacity: 0; }

.drawer-hamburger:hover {
  cursor: pointer; }
  .drawer-hamburger:hover::before {
    opacity: 0; }
  .drawer-hamburger:hover::after {
    opacity: 1; }

.drawer-hamburger-icon {
  position: relative;
  display: block;
  z-index: 3; }

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  width: 100%;
  height: 1px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #fff; }

.drawer-hamburger-icon {
  background-color: transparent; }

.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  position: absolute;
  top: -3px;
  left: 0;
  content: ' '; }
  @media screen and (max-width: 767px) {
    .drawer-hamburger-icon:before,
    .drawer-hamburger-icon:after {
      top: -2px; } }

.drawer-hamburger-icon:after {
  top: 3px; }
  @media screen and (max-width: 767px) {
    .drawer-hamburger-icon:after {
      top: 2px; } }

.drawer-open .drawer-hamburger {
  position: fixed;
  background-color: #fff; }

.drawer-open .drawer-hamburger-icon {
  background-color: transparent; }

.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
  top: 0; }

.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/*!------------------------------------*\
    accessibility
\*!------------------------------------*/
/*!
 * Only display content to screen readers
 * See: http://a11yproject.com/posts/how-to-hide-content
 */
.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

/*!
 * Use in conjunction with .sr-only to only display content when it's focused.
 * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
 * Credit: HTML5 Boilerplate
 */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0; }

/*!------------------------------------*\
    Container
\*!------------------------------------*/
.drawer-container {
  margin-right: auto;
  margin-left: auto; }

/*
@media (min-width: 64em) {
  .drawer-container {
    max-width: 60rem;
  }
}

@media (min-width: 75em) {
  .drawer-container {
    max-width: 70rem;
  }
}
*/
/*!------------------------------------*\
    add
\*!------------------------------------*/
.drawer--top.drawer-open .drawer-nav {
  top: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.drawer--right .drawer-hamburger {
  right: 0px; }

@media screen and (max-width: 767px) {
  .drawer-nav {
    width: 100%; } }
/*--------------------------------------------------------------------
   hamburger
---------------------------------------------------------------------*/
.drawer-hamburger {
  display: none;
  z-index: 99999; }

@media screen and (max-width: 1199px) {
  .drawer-hamburger {
    display: block; }

  header nav {
    display: none; }

  header .spBtn {
    display: block; } }
/*--------------------------------------------------------------------
   menu
---------------------------------------------------------------------*/
.spNavHdr {
  height: var(--hdrH);
  position: relative; }
  @media screen and (max-width: 767px) {
    .spNavHdr {
      height: var(--hdrHsp); } }

.spNav {
  width: 450px;
  max-width: calc(100% - 60px);
  margin: 0 auto;
  padding-top: 50px; }
  .spNav a {
    color: #fff; }
  .spNav ul {
    border-top: #9c9ea1 1px solid;
    text-align: left; }
    .spNav ul li {
      border-bottom: #9c9ea1 1px solid;
      font-size: 1.6rem; }
      .spNav ul li a,
      .spNav ul li span {
        display: block;
        padding: calc(46 / 30 * 1em) 0; }
      .spNav ul li ul {
        border-top: none;
        margin-top: calc(-20 / 30 * 1em);
        padding-bottom: calc(20 / 30 * 1em); }
        .spNav ul li ul li {
          position: relative;
          border-bottom: none;
          line-height: 1.5;
          padding-left: 1.5em; }
          .spNav ul li ul li::before {
            content: "";
            display: block;
            width: 6px;
            height: 1px;
            background-color: #fff;
            position: absolute;
            top: 50%;
            left: 0.5em; }
          .spNav ul li ul li a {
            display: block;
            padding: calc(20 / 30 * 1em) 0; }
  @media screen and (max-width: 767px) {
    .spNav {
      padding-top: 30px;
      padding-left: 20px;
      padding-right: 20px; }
      .spNav ul li {
        font-size: 1.5rem; } }

/* -----------------------------------------
-- 1. toppage
-- 2. local
----------------------------------------- */
/*--------------------------------------------------------------------
1. toppage
---------------------------------------------------------------------*/
/*mainimage
------------------------------------------------------*/
#mainImage {
  margin-top: calc(var(--hdrH) * -1);
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    #mainImage {
      margin-top: calc(var(--hdrHsp) * -1); } }
  #mainImage .swiper-slide .slide-img {
    padding-top: 770px;
    width: 100%;
    margin-left: auto;
    overflow: hidden;
    position: relative;
    z-index: 1; }
    @media screen and (min-width: 768px) and (max-width: 1299px) {
      #mainImage .swiper-slide .slide-img {
        padding-top: 65.2542%; } }
    @media screen and (max-width: 767px) {
      #mainImage .swiper-slide .slide-img {
        width: 100%;
        max-width: none;
        padding-top: 100svh; } }
  #mainImage .swiper-slide .slide-img::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0; }
  #mainImage .swiper-slide #main01::before {
    background-image: url(../images/top/main_01.jpg); }
  #mainImage .swiper-slide #main02::before {
    background-image: url(../images/top/main_02.jpg); }
  #mainImage .swiper-slide #main03::before {
    background-image: url(../images/top/main_03.jpg); }
@keyframes zoomUp {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.15); } }
  #mainImage .swiper-slide-active .slide-img::before,
  #mainImage .swiper-slide-duplicate-active .slide-img::before,
  #mainImage .swiper-slide-prev .slide-img::before {
    animation: zoomUp 6s linear 0s 1 normal both; }
  #mainImage #mainTxt {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: 0 auto;
    transform: translateY(-50%);
    z-index: 6; }
    #mainImage #mainTxt p {
      color: #fff;
      padding-left: 35px;
      text-align: left;
      font-size: clamp(30px, 3.538vw, 46px);
      line-height: calc(60/46);
      font-weight: bold;
      transform: translateY(-20%); }
      #mainImage #mainTxt p span {
        margin-top: 10px;
        display: block;
        font-size: clamp(16px, 1.846vw, 24px);
        line-height: calc(56/32);
        font-weight: bold; }
      @media screen and (max-width: 767px) {
        #mainImage #mainTxt p {
          transform: translateY(0); } }
  #mainImage .txt-flow {
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    width: 100%;
    padding-top: 94px; }
    @media screen and (max-width: 767px) {
      #mainImage .txt-flow {
        padding-top: 50px; } }
  #mainImage .txt-flow img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: auto;
    max-width: none;
    white-space: nowrap;
    animation: scroll 30s linear infinite; }
@keyframes scroll {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-100%); } }
/*container
------------------------------------------------------*/
#container.toppage #top--about {
  padding-top: 130px;
  padding-bottom: 120px; }
  @media screen and (min-width: 768px) and (max-width: 1299px) {
    #container.toppage #top--about {
      padding-top: 11.0169%;
      padding-bottom: 10.1695%; } }
  #container.toppage #top--about .inner {
    width: 1120px;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 110px;
    display: block; }
    #container.toppage #top--about .inner::after, #container.toppage #top--about .inner::before {
      content: "";
      display: block;
      clear: both; }
    #container.toppage #top--about .inner .txtBox {
      width: 60.1695%;
      float: right; }
      #container.toppage #top--about .inner .txtBox h2 {
        margin-top: 20px;
        margin-bottom: 30px; }
        #container.toppage #top--about .inner .txtBox h2 span {
          font-size: clamp(40px, 4.308vw, 56px);
          text-align: left;
          letter-spacing: -1px; }
      #container.toppage #top--about .inner .txtBox h3 {
        margin-bottom: 20px;
        font-size: clamp(20px, 2.154vw, 28px);
        font-weight: bold;
        text-align: left;
        line-height: calc(56/40); }
      #container.toppage #top--about .inner .txtBox .btn a {
        margin-left: auto; }
    #container.toppage #top--about .inner .imgBox {
      width: 29.661%;
      float: left;
      padding-top: 37.2881%;
      position: relative; }
      #container.toppage #top--about .inner .imgBox img {
        display: block;
        position: absolute; }
        #container.toppage #top--about .inner .imgBox img:nth-child(1) {
          width: calc(240/350 * 100%);
          top: 0;
          left: 0;
          margin-left: calc(20/350 * 100%);
          z-index: 2; }
        #container.toppage #top--about .inner .imgBox img:nth-child(2) {
          width: calc(180/350 * 100%);
          bottom: 0;
          right: 0;
          z-index: 1; }
  #container.toppage #top--about .box--strength {
    border-radius: var(--kadomaruM);
    padding-top: 100px;
    padding-bottom: 100px; }
    @media screen and (min-width: 768px) and (max-width: 1299px) {
      #container.toppage #top--about .box--strength {
        padding-top: 8.4746%;
        padding-bottom: 8.4746%; } }
    #container.toppage #top--about .box--strength h3 {
      margin-bottom: 30px;
      text-align: center;
      font-size: clamp(33px, 3.846vw, 50px); }
      #container.toppage #top--about .box--strength h3 span {
        display: block;
        margin-top: 10px;
        font-weight: 500;
        font-size: clamp(14px, 1.308vw, 17px); }
    #container.toppage #top--about .box--strength .inner02 {
      width: 1060px;
      max-width: 100%;
      margin: 0 auto;
      padding-left: 30px;
      padding-right: 30px;
      display: block; }
      #container.toppage #top--about .box--strength .inner02::after, #container.toppage #top--about .box--strength .inner02::before {
        content: "";
        display: block;
        clear: both; }
      #container.toppage #top--about .box--strength .inner02 .item {
        width: 30%;
        float: left;
        position: relative;
        padding-top: 5.5%; }
        #container.toppage #top--about .box--strength .inner02 .item:nth-child(n + 2) {
          margin-left: 5%; }
        #container.toppage #top--about .box--strength .inner02 .item span.num {
          display: block;
          width: 100%;
          padding-top: calc(73/300 * 100%);
          position: absolute;
          top: 0;
          left: 0;
          z-index: 1; }
          #container.toppage #top--about .box--strength .inner02 .item span.num img {
            display: block;
            height: 100%;
            width: auto;
            position: absolute;
            top: 0;
            left: -10px; }
        #container.toppage #top--about .box--strength .inner02 .item h4 {
          margin-bottom: 20px;
          text-align: center;
          font-size: clamp(18px, 2vw, 26px);
          font-weight: bold;
          position: relative;
          z-index: 3; }
        #container.toppage #top--about .box--strength .inner02 .item p {
          position: relative;
          z-index: 3; }
  @media screen and (max-width: 767px) {
    #container.toppage #top--about {
      padding-top: 17.3333%;
      padding-bottom: 16%; }
      #container.toppage #top--about .inner {
        padding-bottom: 20.8955%; }
        #container.toppage #top--about .inner .txtBox {
          width: auto;
          float: none;
          margin: 0 auto;
          padding-bottom: 14.9254%; }
          #container.toppage #top--about .inner .txtBox h2 {
            margin-top: 20px;
            margin-bottom: 30px;
            text-align: center; }
            #container.toppage #top--about .inner .txtBox h2 span {
              text-align: center;
              letter-spacing: -1px; }
          #container.toppage #top--about .inner .txtBox h3 {
            text-align: center; }
          #container.toppage #top--about .inner .txtBox .btn a {
            margin: 0 auto; }
        #container.toppage #top--about .inner .imgBox {
          width: auto;
          float: none;
          margin: 0 auto;
          padding-top: 104.4776%; }
          #container.toppage #top--about .inner .imgBox img:nth-child(1) {
            width: 57.3134%;
            left: 50%;
            margin-left: -38.806%; }
          #container.toppage #top--about .inner .imgBox img:nth-child(2) {
            width: 43.2836%;
            right: auto;
            left: 50%;
            margin-left: -2.9851%; }
      #container.toppage #top--about .box--strength {
        border-radius: var(--kadomaruMsp);
        padding-top: 17.9104%;
        padding-bottom: 16.4179%; }
        #container.toppage #top--about .box--strength h3 {
          margin-bottom: 20px; }
          #container.toppage #top--about .box--strength h3 span {
            margin-top: 5px; }
        #container.toppage #top--about .box--strength .inner02 {
          padding-left: 20px;
          padding-right: 20px; }
          #container.toppage #top--about .box--strength .inner02 .item {
            width: auto;
            float: none;
            margin: 0 auto;
            padding-top: 15px; }
            #container.toppage #top--about .box--strength .inner02 .item:nth-child(n + 2) {
              margin-left: 0;
              margin-top: 30px; }
            #container.toppage #top--about .box--strength .inner02 .item span.num {
              padding-top: 44px;
              left: auto;
              right: 0; }
              #container.toppage #top--about .box--strength .inner02 .item span.num img {
                left: auto;
                right: 0;
                margin-top: 30px; }
            #container.toppage #top--about .box--strength .inner02 .item h4 {
              margin-bottom: 15px; } }

#container.toppage #top--business {
  padding-bottom: 90px; }
  @media screen and (min-width: 768px) and (max-width: 1299px) {
    #container.toppage #top--business {
      padding-bottom: 7.6271%; } }
  #container.toppage #top--business h2 {
    text-align: center;
    margin-bottom: 10px; }
    #container.toppage #top--business h2 span {
      font-size: clamp(40px, 5.154vw, 67px);
      text-align: left;
      letter-spacing: -1px; }
  #container.toppage #top--business .linkBox {
    width: 990px;
    max-width: 100%;
    margin: 0 auto; }
    #container.toppage #top--business .linkBox .item {
      padding-top: 40px;
      padding-bottom: 40px; }
      #container.toppage #top--business .linkBox .item:nth-child(n + 2) {
        border-top: #d4d4d4 1px solid; }
      #container.toppage #top--business .linkBox .item a {
        display: block;
        display: block; }
        #container.toppage #top--business .linkBox .item a::after, #container.toppage #top--business .linkBox .item a::before {
          content: "";
          display: block;
          clear: both; }
        #container.toppage #top--business .linkBox .item a .img {
          padding-top: 52.6315789474%;
          position: relative;
          overflow: hidden; }
          #container.toppage #top--business .linkBox .item a .img img {
            object-fit: cover;
            min-width: 100%;
            min-height: 100%;
            width: auto;
            height: auto;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            margin: auto;
            transition: all 0.5s; }
        #container.toppage #top--business .linkBox .item a:hover .img img {
          transform: scale(1.15); }
        #container.toppage #top--business .linkBox .item a .img {
          width: calc(260/990 * 100%);
          float: left;
          padding-top: calc(180/990 * 100%); }
        #container.toppage #top--business .linkBox .item a .txt {
          width: calc(700/990 * 100%);
          float: right;
          padding-right: calc(130/990 * 100%); }
          #container.toppage #top--business .linkBox .item a .txt .subtit {
            display: block;
            text-align: left;
            font-size: clamp(14px, 1.231vw, 16px);
            color: var(--pointCl01); }
          #container.toppage #top--business .linkBox .item a .txt h3 {
            margin-top: 10px;
            margin-bottom: 20px;
            text-align: left;
            font-size: clamp(20px, 2.154vw, 28px);
            font-weight: bold;
            line-height: calc(6/4); }
            #container.toppage #top--business .linkBox .item a .txt h3 span {
              font-weight: bold;
              font-size: clamp(14px, 1.692vw, 22px); }
        #container.toppage #top--business .linkBox .item a .arw {
          top: 50%;
          transform: translateY(-50%); }
      #container.toppage #top--business .linkBox .item .spBtn {
        display: none; }
  @media screen and (max-width: 767px) {
    #container.toppage #top--business {
      padding-bottom: 19.403%; }
      #container.toppage #top--business h2 {
        margin-bottom: 30px; }
        #container.toppage #top--business h2 span {
          text-align: center; }
      #container.toppage #top--business .linkBox .item {
        padding-top: 0;
        padding-bottom: 0; }
        #container.toppage #top--business .linkBox .item:nth-child(n + 2) {
          border-top: none;
          margin-top: 40px; }
        #container.toppage #top--business .linkBox .item a {
          pointer-events: none; }
          #container.toppage #top--business .linkBox .item a .img {
            width: 74.6269%;
            margin: 0 auto;
            float: none;
            padding-top: 51.791%; }
          #container.toppage #top--business .linkBox .item a .txt {
            width: auto;
            float: none;
            margin: 0 auto;
            padding-right: 0;
            padding-top: 20px;
            padding-bottom: 20px; }
            #container.toppage #top--business .linkBox .item a .txt .subtit {
              text-align: center; }
            #container.toppage #top--business .linkBox .item a .txt h3 {
              margin-top: 5px;
              margin-bottom: 10px;
              text-align: center; }
              #container.toppage #top--business .linkBox .item a .txt h3 span {
                display: block;
                text-align: center; }
          #container.toppage #top--business .linkBox .item a .arw {
            display: none; }
        #container.toppage #top--business .linkBox .item .spBtn {
          display: block; }
          #container.toppage #top--business .linkBox .item .spBtn a {
            pointer-events: all; } }

#container.toppage #top--case {
  width: 1060px;
  padding-bottom: 140px; }
  @media screen and (min-width: 768px) and (max-width: 1299px) {
    #container.toppage #top--case {
      padding-bottom: 11.8644%; } }
  #container.toppage #top--case .linkBox a {
    display: block;
    position: relative; }
    #container.toppage #top--case .linkBox a .img {
      padding-top: 28%;
      position: relative;
      overflow: hidden; }
      #container.toppage #top--case .linkBox a .img img {
        object-fit: cover;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        transition: all 0.5s; }
    #container.toppage #top--case .linkBox a:hover .img img {
      transform: scale(1.15); }
    #container.toppage #top--case .linkBox a .txt {
      position: absolute;
      left: 0;
      right: 0;
      top: 50%;
      margin: 0 auto;
      transform: translateY(-50%);
      padding-left: calc(90/1000 * 100%); }
      #container.toppage #top--case .linkBox a .txt h2 {
        margin-bottom: 20px;
        font-size: clamp(40px, 4.308vw, 56px);
        color: #fff;
        text-align: left; }
      #container.toppage #top--case .linkBox a .txt p {
        text-align: left;
        color: #fff;
        font-weight: 500; }
    #container.toppage #top--case .linkBox a .arw {
      top: 50%;
      transform: translateY(-50%);
      margin-right: 50px; }
  @media screen and (max-width: 767px) {
    #container.toppage #top--case {
      padding-bottom: 21.3333%; }
      #container.toppage #top--case .linkBox a .img {
        padding-top: 83.3333333333%;
        position: relative;
        overflow: hidden; }
        #container.toppage #top--case .linkBox a .img img {
          object-fit: cover;
          min-width: 100%;
          min-height: 100%;
          width: auto;
          height: auto;
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          margin: auto;
          transition: all 0.5s; }
      #container.toppage #top--case .linkBox a:hover .img img {
        transform: scale(1.15); }
      #container.toppage #top--case .linkBox a .txt {
        padding-left: 30px;
        top: 0;
        transform: translateY(0);
        margin-top: 14.9254%; }
        #container.toppage #top--case .linkBox a .txt h2 {
          margin-bottom: 15px; }
      #container.toppage #top--case .linkBox a .arw {
        top: auto;
        bottom: 0;
        transform: translateY(0);
        margin-right: 25px;
        margin-bottom: 25px; } }

#container.toppage #top--news {
  padding-bottom: 120px; }
  @media screen and (min-width: 768px) and (max-width: 1299px) {
    #container.toppage #top--news {
      padding-bottom: 10.1695%; } }
  #container.toppage #top--news .top--news--box {
    border-radius: var(--kadomaruM);
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative; }
    @media screen and (min-width: 768px) and (max-width: 1299px) {
      #container.toppage #top--news .top--news--box {
        padding-top: 8.4746%;
        padding-bottom: 8.4746%; } }
    #container.toppage #top--news .top--news--box::before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      overflow: hidden;
      white-space: nowrap;
      text-indent: 101%;
      line-height: 0;
      font-size: 0.1em;
      width: 29.4615%;
      height: auto;
      padding-top: 29.4615%;
      background-image: url("../images/moyou03.png");
      position: absolute;
      bottom: 0;
      left: 0;
      margin-left: -5.9231%;
      margin-bottom: -7.2308%;
      z-index: 1; }
    #container.toppage #top--news .top--news--box .inner {
      width: 1120px;
      max-width: calc(100% - 60px);
      margin: 0 auto;
      display: block;
      position: relative;
      z-index: 2; }
      #container.toppage #top--news .top--news--box .inner::after, #container.toppage #top--news .top--news--box .inner::before {
        content: "";
        display: block;
        clear: both; }
      #container.toppage #top--news .top--news--box .inner .titBox {
        width: calc(250/1120 * 100%);
        float: left; }
        #container.toppage #top--news .top--news--box .inner .titBox h2 {
          text-align: center;
          margin-bottom: 10px; }
          #container.toppage #top--news .top--news--box .inner .titBox h2 span {
            font-size: clamp(40px, 4.308vw, 56px);
            text-align: left;
            letter-spacing: -1px; }
        #container.toppage #top--news .top--news--box .inner .titBox .btn a {
          margin: 40px auto 0; }
      #container.toppage #top--news .top--news--box .inner .listBox {
        width: calc(800/1120 * 100%);
        float: right;
        padding-right: 15px; }
        #container.toppage #top--news .top--news--box .inner .listBox ul li + li {
          margin-top: 20px; }
        #container.toppage #top--news .top--news--box .inner .listBox ul li a {
          display: block;
          background-color: rgba(255, 255, 255, 0.6);
          border-radius: var(--kadomaru);
          padding: calc(30/800 * 100%); }
          #container.toppage #top--news .top--news--box .inner .listBox ul li a span.date {
            font-size: clamp(13px, 1.231vw, 16px); }
          #container.toppage #top--news .top--news--box .inner .listBox ul li a p {
            font-size: clamp(15px, 1.538vw, 20px);
            line-height: 2; }
          #container.toppage #top--news .top--news--box .inner .listBox ul li a:hover p {
            text-decoration: underline; }
        #container.toppage #top--news .top--news--box .inner .listBox .btn {
          display: none; }
  @media screen and (max-width: 767px) {
    #container.toppage #top--news {
      margin-bottom: 18.6667%;
      padding-left: 0;
      padding-right: 0; }
      #container.toppage #top--news .top--news--box {
        border-radius: var(--kadomaruMsp);
        padding-top: 14.6667%;
        padding-bottom: 18.6667%; }
        #container.toppage #top--news .top--news--box::before {
          width: 51.0667%;
          padding-top: 51.0667%;
          margin-left: -13.3333%;
          margin-bottom: -18.6667%; }
        #container.toppage #top--news .top--news--box .inner {
          max-width: calc(100% - 40px); }
          #container.toppage #top--news .top--news--box .inner .titBox {
            width: auto;
            float: none;
            margin: 0 auto; }
            #container.toppage #top--news .top--news--box .inner .titBox h2 {
              margin-bottom: 10.4478%; }
            #container.toppage #top--news .top--news--box .inner .titBox .btn {
              display: none; }
          #container.toppage #top--news .top--news--box .inner .listBox {
            width: auto;
            float: none;
            margin: 0 auto;
            padding-right: 0; }
            #container.toppage #top--news .top--news--box .inner .listBox ul li + li {
              margin-top: 20px; }
            #container.toppage #top--news .top--news--box .inner .listBox ul li a {
              border-radius: 5px;
              padding: 20px; }
            #container.toppage #top--news .top--news--box .inner .listBox .btn {
              display: block;
              margin-top: 40px; }
              #container.toppage #top--news .top--news--box .inner .listBox .btn a::after {
                background-color: #fff; } }

/*--------------------------------------------------------------------
2. local
---------------------------------------------------------------------*/
/*about-us
------------------------------------------------------*/
@media screen and (max-width: 767px) {
  #container.second.about-us section .titBox h2 {
    text-align: center; }
    #container.second.about-us section .titBox h2 .subtit {
      text-align: center; } }
#container.second.about-us #about--message p.sig {
  text-align: right; }
#container.second.about-us #about--outline table th {
  width: 180px; }
#container.second.about-us #about--outline table td ul ul {
  padding-left: 1em; }
#container.second.about-us #about--outline table td sub {
  bottom: 0; }
#container.second.about-us #about--access .mapBox {
  padding-top: calc(340/800 * 100%);
  margin-bottom: 20px;
  position: relative; }
  #container.second.about-us #about--access .mapBox iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
#container.second.about-us #about--access p + p {
  margin-top: 10px; }
@media screen and (max-width: 767px) {
  #container.second.about-us #about--access {
    padding-left: 0;
    padding-right: 0; }
    #container.second.about-us #about--access .mapBox {
      padding-top: 82.6667%; }
    #container.second.about-us #about--access p {
      padding-left: 20px;
      padding-right: 20px; } }
#container.second.about-us #about--history .historyBox {
  margin: 0 auto;
  padding-left: 25px;
  position: relative; }
  #container.second.about-us #about--history .historyBox::before {
    content: "";
    display: block;
    background-color: #c7d2e3;
    width: 1px;
    height: calc(100% - 80px);
    position: absolute;
    top: 0;
    left: 6px;
    margin-top: 40px; }
    @media screen and (max-width: 999px) {
      #container.second.about-us #about--history .historyBox::before {
        margin-top: 35px; } }
  #container.second.about-us #about--history .historyBox .item {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block; }
    #container.second.about-us #about--history .historyBox .item::before {
      content: "";
      display: block;
      background-color: var(--pointCl01);
      width: 10px;
      height: 10px;
      border-radius: 50vw;
      position: absolute;
      top: 0;
      left: 0;
      margin-top: 40px;
      margin-left: -23px; }
      @media screen and (max-width: 999px) {
        #container.second.about-us #about--history .historyBox .item::before {
          margin-top: 35px; } }
    #container.second.about-us #about--history .historyBox .item::after, #container.second.about-us #about--history .historyBox .item::before {
      content: "";
      display: block;
      clear: both; }
    #container.second.about-us #about--history .historyBox .item span.year {
      display: block;
      width: 90px;
      float: left;
      text-align: left;
      color: var(--pointCl01);
      font-size: clamp(18px, 1.846vw, 24px);
      line-height: calc(36/18); }
    #container.second.about-us #about--history .historyBox .item p {
      width: calc(100% - 90px);
      float: right;
      font-size: clamp(15px, 1.385vw, 18px);
      line-height: calc(36/18);
      text-align: left; }
@media screen and (max-width: 767px) {
  #container.second.about-us #about--history .historyBox {
    width: 100%;
    padding-left: 18px; }
    #container.second.about-us #about--history .historyBox::before {
      height: calc(100% - 80px);
      left: 4px;
      margin-top: 25px; }
    #container.second.about-us #about--history .historyBox .item {
      padding-top: 15px;
      padding-bottom: 15px; }
      #container.second.about-us #about--history .historyBox .item::before {
        width: 9px;
        height: 9px;
        top: 0;
        margin-top: 25px;
        margin-left: -18px; }
      #container.second.about-us #about--history .historyBox .item span.year {
        width: auto;
        float: none;
        margin: 0 auto; }
      #container.second.about-us #about--history .historyBox .item p {
        width: auto;
        float: none;
        margin: 0 auto; } }

/*business
------------------------------------------------------*/
#container.second.esco .lNav,
#container.second.renewable-energy .lNav,
#container.second.medical .lNav {
  width: 900px;
  max-width: calc(100% - 60px);
  margin: 0 auto;
  padding-bottom: 60px; }
  #container.second.esco .lNav ul,
  #container.second.renewable-energy .lNav ul,
  #container.second.medical .lNav ul {
    display: block;
    border: var(--txBody) 1px solid;
    border-radius: 10px;
    overflow: hidden; }
    #container.second.esco .lNav ul::after, #container.second.esco .lNav ul::before,
    #container.second.renewable-energy .lNav ul::after,
    #container.second.renewable-energy .lNav ul::before,
    #container.second.medical .lNav ul::after,
    #container.second.medical .lNav ul::before {
      content: "";
      display: block;
      clear: both; }
    #container.second.esco .lNav ul li,
    #container.second.renewable-energy .lNav ul li,
    #container.second.medical .lNav ul li {
      width: calc(100/3 * 1%);
      float: left; }
      #container.second.esco .lNav ul li:nth-child(n + 2),
      #container.second.renewable-energy .lNav ul li:nth-child(n + 2),
      #container.second.medical .lNav ul li:nth-child(n + 2) {
        border-left: var(--txBody) 1px solid; }
      #container.second.esco .lNav ul li a,
      #container.second.renewable-energy .lNav ul li a,
      #container.second.medical .lNav ul li a {
        display: block;
        width: calc(100% + 1px);
        padding: 30px 35px;
        font-size: clamp(14px, 1.231vw, 16px);
        white-space: nowrap;
        text-align: center;
        position: relative; }
        #container.second.esco .lNav ul li a::before,
        #container.second.renewable-energy .lNav ul li a::before,
        #container.second.medical .lNav ul li a::before {
          content: "";
          display: block;
          width: 100%;
          height: 100%;
          background-position: center center;
          background-repeat: no-repeat;
          background-size: contain;
          overflow: hidden;
          white-space: nowrap;
          text-indent: 101%;
          line-height: 0;
          font-size: 0.1em;
          width: 12px;
          height: 7px;
          background-image: url("../images/ico_lnav.svg");
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          margin: auto 0 auto auto;
          margin-right: 20px; }
    #container.second.esco .lNav ul li a:hover, #container.second.esco .lNav ul.esco li:nth-child(1) a, #container.second.esco .lNav ul.renewable-energy li:nth-child(2) a, #container.second.esco .lNav ul.medical li:nth-child(3) a,
    #container.second.renewable-energy .lNav ul li a:hover,
    #container.second.renewable-energy .lNav ul.esco li:nth-child(1) a,
    #container.second.renewable-energy .lNav ul.renewable-energy li:nth-child(2) a,
    #container.second.renewable-energy .lNav ul.medical li:nth-child(3) a,
    #container.second.medical .lNav ul li a:hover,
    #container.second.medical .lNav ul.esco li:nth-child(1) a,
    #container.second.medical .lNav ul.renewable-energy li:nth-child(2) a,
    #container.second.medical .lNav ul.medical li:nth-child(3) a {
      background-color: var(--pointCl01);
      color: #fff; }
      #container.second.esco .lNav ul li a:hover::before, #container.second.esco .lNav ul.esco li:nth-child(1) a::before, #container.second.esco .lNav ul.renewable-energy li:nth-child(2) a::before, #container.second.esco .lNav ul.medical li:nth-child(3) a::before,
      #container.second.renewable-energy .lNav ul li a:hover::before,
      #container.second.renewable-energy .lNav ul.esco li:nth-child(1) a::before,
      #container.second.renewable-energy .lNav ul.renewable-energy li:nth-child(2) a::before,
      #container.second.renewable-energy .lNav ul.medical li:nth-child(3) a::before,
      #container.second.medical .lNav ul li a:hover::before,
      #container.second.medical .lNav ul.esco li:nth-child(1) a::before,
      #container.second.medical .lNav ul.renewable-energy li:nth-child(2) a::before,
      #container.second.medical .lNav ul.medical li:nth-child(3) a::before {
        background-image: url("../images/ico_lnav_ov.svg"); }
  @media screen and (max-width: 767px) {
    #container.second.esco .lNav,
    #container.second.renewable-energy .lNav,
    #container.second.medical .lNav {
      width: auto;
      max-width: calc(100% - 80px);
      padding-bottom: 14.9254%; }
      #container.second.esco .lNav ul li,
      #container.second.renewable-energy .lNav ul li,
      #container.second.medical .lNav ul li {
        width: auto;
        float: none;
        margin: 0 auto; }
        #container.second.esco .lNav ul li:nth-child(n + 2),
        #container.second.renewable-energy .lNav ul li:nth-child(n + 2),
        #container.second.medical .lNav ul li:nth-child(n + 2) {
          border-left: none;
          border-top: var(--txBody) 1px solid; }
        #container.second.esco .lNav ul li a,
        #container.second.renewable-energy .lNav ul li a,
        #container.second.medical .lNav ul li a {
          padding: 15px 30px 15px 20px;
          text-align: left; }
          #container.second.esco .lNav ul li a::before,
          #container.second.renewable-energy .lNav ul li a::before,
          #container.second.medical .lNav ul li a::before {
            width: 9px;
            height: 6px; } }
#container.second.esco > h1,
#container.second.renewable-energy > h1,
#container.second.medical > h1 {
  text-align: center;
  font-size: clamp(20px, 2.769vw, 36px);
  font-weight: bold;
  line-height: calc(56/36);
  margin-bottom: 50px; }
  @media screen and (max-width: 767px) {
    #container.second.esco > h1,
    #container.second.renewable-energy > h1,
    #container.second.medical > h1 {
      margin-bottom: 40px; } }
#container.second.esco section h2,
#container.second.renewable-energy section h2,
#container.second.medical section h2 {
  text-align: center;
  font-size: clamp(19px, 2.308vw, 30px);
  font-weight: bold;
  line-height: calc(56/36);
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    #container.second.esco section h2,
    #container.second.renewable-energy section h2,
    #container.second.medical section h2 {
      margin-bottom: 20px; } }
#container.second.esco .business--flow .flowBox,
#container.second.renewable-energy .business--flow .flowBox,
#container.second.medical .business--flow .flowBox {
  width: 740px;
  max-width: 100%;
  margin: 0 auto; }
  #container.second.esco .business--flow .flowBox .item,
  #container.second.renewable-energy .business--flow .flowBox .item,
  #container.second.medical .business--flow .flowBox .item {
    background-color: #d5e2f4;
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    font-size: clamp(15px, 1.538vw, 20px);
    line-height: 2; }
    #container.second.esco .business--flow .flowBox .item:nth-child(n + 2),
    #container.second.renewable-energy .business--flow .flowBox .item:nth-child(n + 2),
    #container.second.medical .business--flow .flowBox .item:nth-child(n + 2) {
      margin-top: 40px;
      position: relative; }
      #container.second.esco .business--flow .flowBox .item:nth-child(n + 2)::before,
      #container.second.renewable-energy .business--flow .flowBox .item:nth-child(n + 2)::before,
      #container.second.medical .business--flow .flowBox .item:nth-child(n + 2)::before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        overflow: hidden;
        white-space: nowrap;
        text-indent: 101%;
        line-height: 0;
        font-size: 0.1em;
        width: 34px;
        height: 16px;
        background-image: url("../images/arw_flow.svg");
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        margin-top: -30px; }
@media screen and (max-width: 767px) {
  #container.second.esco .business--flow .flowBox .item,
  #container.second.renewable-energy .business--flow .flowBox .item,
  #container.second.medical .business--flow .flowBox .item {
    border-radius: 10px;
    padding: 15px; }
    #container.second.esco .business--flow .flowBox .item:nth-child(n + 2),
    #container.second.renewable-energy .business--flow .flowBox .item:nth-child(n + 2),
    #container.second.medical .business--flow .flowBox .item:nth-child(n + 2) {
      margin-top: 35px; }
      #container.second.esco .business--flow .flowBox .item:nth-child(n + 2)::before,
      #container.second.renewable-energy .business--flow .flowBox .item:nth-child(n + 2)::before,
      #container.second.medical .business--flow .flowBox .item:nth-child(n + 2)::before {
        width: 26px;
        height: 11px;
        margin-top: -22px; } }
#container.second.esco .business--faq h2,
#container.second.renewable-energy .business--faq h2,
#container.second.medical .business--faq h2 {
  margin-bottom: 40px; }
  @media screen and (max-width: 767px) {
    #container.second.esco .business--faq h2,
    #container.second.renewable-energy .business--faq h2,
    #container.second.medical .business--faq h2 {
      margin-bottom: 30px; } }

/*--esco--*/
@media screen and (max-width: 767px) {
  #container.second.esco #esco--lead {
    padding-left: 0;
    padding-right: 0;
    padding-top: 66.6667%;
    position: relative; }
    #container.second.esco #esco--lead img {
      display: none; }
    #container.second.esco #esco--lead::before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      overflow: hidden;
      white-space: nowrap;
      text-indent: 101%;
      line-height: 0;
      font-size: 0.1em;
      height: auto;
      padding-top: 66.6667%;
      background-image: url("../images/business/img_esco_01.jpg");
      position: absolute;
      top: 0;
      left: 0; } }
#container.second.esco #esco--about > p {
  font-size: clamp(16px, 1.538vw, 20px);
  line-height: 2;
  margin-bottom: liqiud(50); }
#container.second.esco #esco--about dl {
  display: block;
  margin-bottom: liqiud(40); }
  #container.second.esco #esco--about dl::after, #container.second.esco #esco--about dl::before {
    content: "";
    display: block;
    clear: both; }
  #container.second.esco #esco--about dl dt {
    width: 30px;
    float: left;
    clear: left;
    padding-bottom: 20px; }
    #container.second.esco #esco--about dl dt span {
      display: block;
      width: 30px;
      height: 30px;
      margin-top: 5px;
      text-align: center;
      color: #fff;
      line-height: 30px;
      background-color: var(--pointCl01);
      font-size: 1.8rem; }
  #container.second.esco #esco--about dl dd {
    margin-left: 50px;
    padding-bottom: 20px; }
#container.second.esco #esco--about > img {
  display: block;
  width: 62%;
  margin: 0 auto; }
@media screen and (max-width: 767px) {
  #container.second.esco #esco--about > p {
    margin-bottom: liqiudSp2(60); }
  #container.second.esco #esco--about dl {
    margin-bottom: 20px; }
    #container.second.esco #esco--about dl dt {
      padding-bottom: 15px; }
      #container.second.esco #esco--about dl dt span {
        width: 23px;
        height: 23px;
        margin-top: 5px;
        line-height: 23px;
        font-size: 1.3rem; }
    #container.second.esco #esco--about dl dd {
      margin-left: 30px;
      padding-bottom: 15px; }
  #container.second.esco #esco--about > img {
    width: 92.5373%; } }

/*--renewable-energy--*/
#container.second.renewable-energy .renewable--about h2 {
  margin-bottom: 50px; }
  @media screen and (max-width: 767px) {
    #container.second.renewable-energy .renewable--about h2 {
      margin-bottom: 30px; } }
#container.second.renewable-energy .renewable--about .inner {
  display: block; }
  #container.second.renewable-energy .renewable--about .inner::after, #container.second.renewable-energy .renewable--about .inner::before {
    content: "";
    display: block;
    clear: both; }
  #container.second.renewable-energy .renewable--about .inner .txtBox {
    width: 47%;
    float: left; }
    #container.second.renewable-energy .renewable--about .inner .txtBox p {
      font-size: clamp(16px, 1.538vw, 20px);
      line-height: 2; }
  #container.second.renewable-energy .renewable--about .inner .imgBox {
    width: 48%;
    float: right; }
@media screen and (max-width: 767px) {
  #container.second.renewable-energy .renewable--about .inner .txtBox {
    width: auto;
    float: none;
    margin: 0 auto;
    padding-bottom: 30px; }
  #container.second.renewable-energy .renewable--about .inner .imgBox {
    width: auto;
    float: none;
    margin: 0 auto; }
    #container.second.renewable-energy .renewable--about .inner .imgBox img {
      display: block;
      width: var(--spMaxW);
      margin: 0 auto; } }

/*--medical--*/
#container.second.medical #medical--about .logo {
  width: 36%;
  margin: 0 auto 5.5%; }
@media screen and (max-width: 767px) {
  #container.second.medical #medical--about .logo {
    width: 53.7313%;
    margin: 0 auto 7.4627%; } }
#container.second.medical #medical--case h2 {
  text-align: left;
  font-size: clamp(18px, 1.846vw, 24px);
  font-weight: bold; }
#container.second.medical #medical--case > p {
  font-size: clamp(16px, 1.538vw, 20px);
  line-height: 2; }
#container.second.medical #medical--case .inner + .inner {
  margin-top: 4%; }
#container.second.medical #medical--case .inner {
  display: block; }
  #container.second.medical #medical--case .inner::after, #container.second.medical #medical--case .inner::before {
    content: "";
    display: block;
    clear: both; }
  #container.second.medical #medical--case .inner .imgBox {
    width: 32%;
    float: left; }
  #container.second.medical #medical--case .inner .txtBox {
    width: 65.5%;
    float: right; }
    #container.second.medical #medical--case .inner .txtBox p {
      font-size: clamp(16px, 1.538vw, 20px);
      line-height: 2; }
@media screen and (max-width: 767px) {
  #container.second.medical #medical--case .inner + .inner {
    margin-top: 40px; }
  #container.second.medical #medical--case .inner .txtBox {
    width: auto;
    float: none;
    margin: 0 auto; }
  #container.second.medical #medical--case .inner .imgBox {
    width: auto;
    float: none;
    margin: 0 auto;
    padding-bottom: 30px; }
    #container.second.medical #medical--case .inner .imgBox img {
      display: block;
      width: var(--spMaxW);
      margin: 0 auto; } }

/*case
------------------------------------------------------*/
#container.second.case section {
  width: 1260px; }
  #container.second.case section h2 {
    text-align: center;
    font-size: clamp(19px, 2.308vw, 30px);
    font-weight: bold;
    line-height: calc(56/36);
    margin-bottom: 50px; }
  #container.second.case section ul {
    display: block; }
    #container.second.case section ul::after, #container.second.case section ul::before {
      content: "";
      display: block;
      clear: both; }
    #container.second.case section ul li {
      width: calc(360/1200 * 100%);
      float: left;
      margin-right: calc(60/1200 * 100%); }
      #container.second.case section ul li:nth-child(3n) {
        margin-right: 0; }
      #container.second.case section ul li:nth-child(n + 4) {
        margin-top: calc(50/1200 * 100%); }
@media screen and (max-width: 767px) {
  #container.second.case section h2 {
    margin-bottom: 40px; }
  #container.second.case section ul {
    width: var(--spMaxW);
    max-width: 100%;
    margin: 0 auto; }
    #container.second.case section ul li {
      width: auto;
      float: none;
      margin: 0 auto;
      margin-right: 0; }
      #container.second.case section ul li:nth-child(3n) {
        margin-right: 0; }
      #container.second.case section ul li:nth-child(n + 2) {
        margin-top: 40px; } }

/*contact 
------------------------------------------------------*/
#container.contact section,
#container.thanks section {
  padding-bottom: 60px; }
  @media screen and (min-width: 768px) and (max-width: 1299px) {
    #container.contact section,
    #container.thanks section {
      padding-bottom: 5.0847%; } }
  @media screen and (max-width: 767px) {
    #container.contact section,
    #container.thanks section {
      padding-bottom: 30px; } }
#container.contact #contactLead,
#container.thanks #contactLead {
  text-align: center; }
  #container.contact #contactLead .tit,
  #container.thanks #contactLead .tit {
    text-align: center;
    font-weight: 500;
    font-size: clamp(20px, 1.846vw, 24px);
    margin-bottom: 40px; }
  #container.contact #contactLead h2,
  #container.thanks #contactLead h2 {
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
    font-size: clamp(22px, 2vw, 26px); }
  #container.contact #contactLead .telBox,
  #container.thanks #contactLead .telBox {
    color: var(--pointCl01);
    text-align: center;
    display: block;
    margin-bottom: 50px; }
    #container.contact #contactLead .telBox a,
    #container.thanks #contactLead .telBox a {
      display: inline-block;
      font-weight: 500;
      font-size: 3.6rem;
      text-align: left;
      color: var(--pointCl01);
      letter-spacing: 0.01em;
      position: relative;
      pointer-events: none; }
      #container.contact #contactLead .telBox a span,
      #container.thanks #contactLead .telBox a span {
        font-size: 2.2rem;
        font-weight: 500; }
      @media screen and (max-width: 767px) {
        #container.contact #contactLead .telBox a,
        #container.thanks #contactLead .telBox a {
          pointer-events: all; } }
    #container.contact #contactLead .telBox p,
    #container.thanks #contactLead .telBox p {
      margin-top: 5px;
      text-align: center;
      color: var(--pointCl01);
      font-size: 1.6rem;
      letter-spacing: 0.01em; }
  #container.contact #contactLead h2 + p,
  #container.thanks #contactLead h2 + p {
    text-align: center; }
    #container.contact #contactLead h2 + p a,
    #container.thanks #contactLead h2 + p a {
      display: inline-block;
      color: var(--pointCl01);
      position: relative; }
      #container.contact #contactLead h2 + p a::after,
      #container.thanks #contactLead h2 + p a::after {
        content: "";
        display: block;
        height: 1px;
        width: 100%;
        background-color: var(--pointCl01);
        position: absolute;
        bottom: 0;
        left: 0;
        transition: var(--trTime); }
      #container.contact #contactLead h2 + p a:hover::after,
      #container.thanks #contactLead h2 + p a:hover::after {
        opacity: 0; }
  @media screen and (max-width: 767px) {
    #container.contact #contactLead h2 + p,
    #container.thanks #contactLead h2 + p {
      text-align: left;
      font-size: 1.6rem; } }
#container.contact .formArea,
#container.thanks .formArea {
  padding-bottom: 60px; }
  @media screen and (max-width: 767px) {
    #container.contact .formArea,
    #container.thanks .formArea {
      padding-bottom: 8%; } }

/*privacy
------------------------------------------------------*/
#container.second.privacy {
  padding-top: 0; }
  #container.second.privacy section h2 {
    margin-bottom: 20px;
    text-align: left;
    font-size: clamp(18px, 1.846vw, 24px);
    line-height: 1.5;
    font-weight: 500; }
  #container.second.privacy section * + h2 {
    margin-top: 50px; }
  #container.second.privacy section ul {
    margin-top: 0; }
  #container.second.privacy section ul.att {
    margin-top: 0; }
  #container.second.privacy section ol {
    margin-top: 0; }
  #container.second.privacy section p {
    word-break: break-all; }
  #container.second.privacy section * a {
    display: inline-block;
    color: var(--txBody);
    position: relative; }
    #container.second.privacy section * a::after {
      content: "";
      display: block;
      height: 1px;
      width: 100%;
      background-color: var(--txBody);
      position: absolute;
      bottom: 0;
      left: 0;
      transition: var(--trTime); }
    #container.second.privacy section * a:hover::after {
      opacity: 0; }

/*----------------------------------------------------------
Variables
-----------------------------------------------------------*/
/*-----------------------------------------------------
wp-pagenavi
--------------------------------------------------------*/
/*--functions版--*/
#container nav.navigation.pagination h2 {
  visibility: hidden; }
#container nav.navigation.pagination .nav-links {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }
  #container nav.navigation.pagination .nav-links span,
  #container nav.navigation.pagination .nav-links a {
    display: block;
    margin: 0 5px;
    width: 54px;
    border: 1px solid #dedede;
    border-radius: 5px;
    background-color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 52px;
    font-size: 14px; }
    @media screen and (max-width: 767px) {
      #container nav.navigation.pagination .nav-links span,
      #container nav.navigation.pagination .nav-links a {
        width: 35.1px;
        line-height: 33.8px;
        font-size: 11px; } }
  #container nav.navigation.pagination .nav-links .page_num {
    display: none; }
  #container nav.navigation.pagination .nav-links a:hover {
    background-color: #f5f5f5;
    color: var(--txBody); }
  #container nav.navigation.pagination .nav-links .extend {
    border: none; }
  #container nav.navigation.pagination .nav-links .current {
    color: #fff;
    border-color: #333333;
    background-color: #333333; }
  #container nav.navigation.pagination .nav-links a.previouspostslink {
    display: none; }
  #container nav.navigation.pagination .nav-links a.first {
    display: none; }
  @media screen and (max-width: 767px) {
    #container nav.navigation.pagination .nav-links .extend {
      display: none; } }

/* pageNav
--------------*/
#container .pageNav ul {
  width: 320px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 0 10px; }
#container .pageNav ul li {
  flex-basis: 100px;
  height: 40px; }
#container .pageNav ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: var(--txBody);
  line-height: 40px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600; }
  #container .pageNav ul li a:hover {
    text-decoration: underline; }
#container .pageNav ul li.prev a {
  padding-left: 20px;
  text-align: left;
  position: relative; }
  #container .pageNav ul li.prev a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 101%;
    line-height: 0;
    font-size: 0.1em;
    width: 8px;
    height: 12px;
    background-image: url("../images/prev.svg");
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto auto 0; }
#container .pageNav ul li.next a {
  padding-right: 20px;
  text-align: right;
  position: relative; }
  #container .pageNav ul li.next a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 101%;
    line-height: 0;
    font-size: 0.1em;
    width: 8px;
    height: 12px;
    background-image: url("../images/next.svg");
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto 0 auto auto; }
@media screen and (max-width: 767px) {
  #container .pageNav ul li a {
    font-size: 1.4rem; }
  #container .pageNav ul li.prev a {
    padding-left: 15px; }
    #container .pageNav ul li.prev a::before {
      width: 4px;
      height: 6px; }
  #container .pageNav ul li.next a {
    padding-right: 15px; }
    #container .pageNav ul li.next a::before {
      width: 4px;
      height: 6px; } }

#container.news {
  padding-top: 0; }

/* -----------------------------------------
list
----------------------------------------- */
#container.news #newsIndex ul.cBlogList {
  border-top: #cccccc 1px solid; }
  #container.news #newsIndex ul.cBlogList li {
    border-bottom: #cccccc 1px solid;
    padding: 25px 0; }
    #container.news #newsIndex ul.cBlogList li span.date {
      font-size: clamp(13px, 1.231vw, 16px);
      color: var(--pointCl01);
      text-align: left; }
    #container.news #newsIndex ul.cBlogList li p {
      font-size: clamp(16px, 1.538vw, 20px);
      line-height: calc(35/20); }
    #container.news #newsIndex ul.cBlogList li a:hover p {
      text-decoration: underline; }
  @media screen and (max-width: 767px) {
    #container.news #newsIndex ul.cBlogList li {
      padding-top: 15px;
      padding-bottom: 15px; } }

/*-----------------------------------------------------
title
--------------------------------------------------------*/
#container.news #newsDetail .blogTitle {
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: var(--txBody) 1px solid; }
  #container.news #newsDetail .blogTitle span {
    display: block;
    margin-bottom: 10px;
    font-size: clamp(13px, 1.231vw, 16px);
    color: var(--pointCl01);
    text-align: left; }
  #container.news #newsDetail .blogTitle h1 {
    margin-bottom: 10px;
    text-align: left;
    font-size: clamp(22px, 2vw, 26px);
    line-height: calc(52 / 30);
    font-weight: 500; }

/* -- blog parts --*/
#container .post {
  padding-bottom: 80px;
  /*------------
  block editor
  --------------*/ }
  @media screen and (max-width: 767px) {
    #container .post {
      padding-bottom: 10.6667%; } }
  #container .post h2 {
    margin-top: 50px !important;
    margin-bottom: 30px;
    font-size: clamp(20px, 1.846vw, 24px);
    text-align: left;
    font-weight: 500;
    line-height: 1.75; }
  #container .post h3 {
    margin-top: 50px !important;
    margin-bottom: 30px;
    font-size: clamp(18px, 1.692vw, 22px);
    text-align: left;
    font-weight: 500;
    line-height: 1.75; }
  #container .post h4 {
    font-size: clamp(16px, 1.385vw, 18px); }
  #container .post h4, #container .post h5, #container .post h6 {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: left;
    font-weight: bold;
    line-height: 1.75; }
  #container .post a {
    color: var(--txBody);
    text-decoration: underline;
    word-break: break-all; }
    #container .post a:hover {
      text-decoration: none; }
  #container .post ul {
    margin-left: 20px; }
    #container .post ul li {
      list-style-position: outside;
      list-style-type: disc; }
  #container .post ol {
    margin-left: 20px; }
    #container .post ol li {
      list-style-position: outside;
      list-style-type: decimal; }
  #container .post figure,
  #container .post > img,
  #container .post p img {
    display: block;
    width: 750px;
    max-width: 80%;
    margin: 30px auto; }
  #container .post * + p,
  #container .post * + ul,
  #container .post * + ol {
    margin-top: 15px; }
  #container .post * + blockquote,
  #container .post * + figure,
  #container .post * + table,
  #container .post blockquote + *,
  #container .post figure + *,
  #container .post table + * {
    margin-top: 30px; }
  #container .post p.has-text-align-right {
    text-align: right; }
  #container .post p.has-text-align-center {
    text-align: center; }
  #container .post ol {
    margin-left: 1em; }
    #container .post ol li {
      list-style-position: outside;
      list-style-type: decimal; }
  #container .post .wp-block-quote cite, #container .post .wp-block-pullquote cite, #container .post .wp-block-table figcaption {
    display: block;
    margin-top: 10px;
    text-align: left;
    font-size: clamp(12px, 1.077vw, 14px);
    color: #666;
    line-height: 1.7; }
  #container .post .wp-block-quote {
    border-left: var(--txBody) 4px solid;
    padding-left: 15px; }
  #container .post .wp-block-pullquote {
    border-bottom: var(--txBody) 4px solid;
    border-top: var(--txBody) 4px solid;
    padding: 15px 0; }
    #container .post .wp-block-pullquote p {
      font-size: 1em; }
  #container .post .wp-block-table {
    overflow: visible !important; }
  #container .post table {
    width: 100%;
    border-top: #999 1px solid;
    border-left: #999 1px solid; }
    #container .post table th, #container .post table td {
      border-bottom: #999 1px solid;
      border-right: #999 1px solid;
      padding: 15px;
      vertical-align: top; }
    @media screen and (max-width: 767px) {
      #container .post table th, #container .post table td {
        display: list-item;
        list-style-type: none;
        font-size: 1.4rem;
        line-height: 2; } }
  #container .post .wp-block-separator {
    border-color: #ccc; }

/*--float--*/
.flL {
  float: left; }

.flR {
  float: right; }

.clear {
  clear: both; }

/*--textalign--*/
.txtL {
  text-align: left !important; }

.txtC {
  text-align: center !important; }

.txtR {
  text-align: right !important; }

.mt0 {
  margin-top: 0 !important; }

.pb0 {
  padding-bottom: 0 !important; }

/*--textwrap--*/
.text {
  display: inline-block; }

/*# sourceMappingURL=base.css.map */
