@charset "UTF-8";
/* -----------------------------------------------------------------------
reset
------------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat: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;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal; }

body, html {
  font-size: 100%; }

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; }

*,
*::before,
*::after {
  -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 {
  text-decoration: inherit;
  vertical-align: inherit; }

img {
  display: block;
  max-width: 100%;
  height: auto; }

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

/*----------------------------------------------------------
Properties
-----------------------------------------------------------*/
:root {
  --bgBody: #fff;
  --txBody: #333;
  --pointCl01:#00a2e6;
  --pointCl02:#75c6eb;
  --lineCl01:#d6d6d6;
  --lineCl02:#c0d0d7;
  --btnOvCl01:#10b7fd;
  --spNavBgCl:#1d7fa8;
  --kadomaru:20px;
  --kadomarusp:15px;
  --kadomaruL:90px;
  --kadomaruLsp:45px;
  --hdrH:145px;
  --hdrHsp:85px;
  --trTime: .5s;
  --spMaxW:350px;
  --overOp:0.85; }

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

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

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

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

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

footer #ftrWrap, footer #ftrBtm, #mainImage #mainTxt,
.wrapBoxW, #container.second #notfound, header #hdrIn, #mainTitle .pageTitle, #mainTitle .linkBox, #container.second section, #container.toppage #top--about, #container.toppage #top--news,
.wrapBox,
.wrapBoxC, #container.second.company section, #container.contact section,
#container.thanks section, #container.privacy section, #container.second.productsIndex #medicalIndex--nav,
#container.second.productsIndex #stainlessIndex--nav, #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) {
    footer #ftrWrap, footer #ftrBtm, #mainImage #mainTxt,
    .wrapBoxW, #container.second #notfound, header #hdrIn, #mainTitle .pageTitle, #mainTitle .linkBox, #container.second section, #container.toppage #top--about, #container.toppage #top--news,
    .wrapBox,
    .wrapBoxC, #container.second.company section, #container.contact section,
    #container.thanks section, #container.privacy section, #container.second.productsIndex #medicalIndex--nav,
    #container.second.productsIndex #stainlessIndex--nav, #container.news #newsIndex, #container.news #newsDetail,
    .wrapBoxS {
      padding-left: 20px;
      padding-right: 20px; } }

footer #ftrWrap, footer #ftrBtm, #mainImage #mainTxt,
.wrapBoxW {
  width: 1300px; }

#container.second #notfound, header #hdrIn, #mainTitle .pageTitle, #mainTitle .linkBox, #container.second section, #container.toppage #top--about, #container.toppage #top--news,
.wrapBox {
  width: 1180px; }

.wrapBoxC {
  width: 1120px; }

#container.second.company section, #container.contact section,
#container.thanks section, #container.privacy section, #container.second.productsIndex #medicalIndex--nav,
#container.second.productsIndex #stainlessIndex--nav, #container.news #newsIndex, #container.news #newsDetail,
.wrapBoxS {
  width: 1040px; }

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

body {
  font-size: 16px; }
  @media screen and (min-width: 768px) and (max-width: 1239px) {
    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.05em; }

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

.font01R, #container.toppage #top--about .txtBox h2, #container.toppage #top--features .wrapBox h2, #container.toppage #top--products .wrapBoxS h2, #container.toppage #top--news .titBox h2, #container.second.company section h2, #ftrContact p.tit, #mainTitle .pageTitle h1,
#mainTitle .pageTitle .h1txt, #container.second.company #company--history .historyBox .item div.year,
.font01M,
.font01B, #container.news #newsIndex .fix > a span.date,
#container.news #newsIndex ul li a span.date, #container.toppage #top--news .listBox .fix > a span.date,
#container.toppage #top--news .listBox ul li a span.date, #container.toppage #top--features .wrapBox .inner .txtBox .titBox span.num, #container .pageNav ul li a, #container.news #newsDetail .newsTitle span.date {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal; }

#container.toppage #top--about .txtBox h2 span, #container.toppage #top--features .wrapBox h2 span, #container.toppage #top--products .wrapBoxS h2 span, #container.toppage #top--news .titBox h2 span, #container.second.company section h2 span, input[type="checkbox"],
input[type="radio"], #mainTitle .pageTitle h1 span,
#mainTitle .pageTitle .h1txt span, #container.second.company #company--history .historyBox .item div.year span,
.fontDef {
  font-family: 'Noto Sans JP',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400; }

.font01R {
  font-weight: 400; }

#container.toppage #top--about .txtBox h2, #container.toppage #top--features .wrapBox h2, #container.toppage #top--products .wrapBoxS h2, #container.toppage #top--news .titBox h2, #container.second.company section h2, #ftrContact p.tit, #mainTitle .pageTitle h1,
#mainTitle .pageTitle .h1txt, #container.second.company #company--history .historyBox .item div.year,
.font01M {
  font-weight: 500; }

.font01B {
  font-weight: 700; }

/* -----------------------------------------
-- 1. set
-- 2. title
-- 3. text
-- 4. list
-- 5. table
-- 6. btn
-- 7. other
----------------------------------------- */
/*--------------------------------------------------------------------
1. set
---------------------------------------------------------------------*/
/*--------------------------------------------------------------------
2. title
---------------------------------------------------------------------*/
#container.toppage #top--about .txtBox h2, #container.toppage #top--features .wrapBox h2, #container.toppage #top--products .wrapBoxS h2, #container.toppage #top--news .titBox h2 {
  text-align: left;
  color: var(--pointCl01);
  font-size: clamp(31px, 4.677vw, 58px);
  margin-bottom: 35px; }
  #container.toppage #top--about .txtBox h2 span, #container.toppage #top--features .wrapBox h2 span, #container.toppage #top--products .wrapBoxS h2 span, #container.toppage #top--news .titBox h2 span {
    display: block;
    font-size: clamp(13px, 1.532vw, 19px);
    margin-top: 20px; }
  @media screen and (max-width: 767px) {
    #container.toppage #top--about .txtBox h2, #container.toppage #top--features .wrapBox h2, #container.toppage #top--products .wrapBoxS h2, #container.toppage #top--news .titBox h2 {
      text-align: center;
      margin-bottom: 25px; }
      #container.toppage #top--about .txtBox h2 span, #container.toppage #top--features .wrapBox h2 span, #container.toppage #top--products .wrapBoxS h2 span, #container.toppage #top--news .titBox h2 span {
        margin-top: 10px; } }
#container.toppage #top--news .titBox h2 {
  font-size: clamp(31px, 3.871vw, 48px); }

#container.second.company section h2 {
  text-align: center;
  color: var(--pointCl01);
  font-size: clamp(28px, 3.71vw, 46px);
  margin-bottom: 60px; }
  #container.second.company section h2 span {
    display: block;
    font-size: clamp(12px, 1.532vw, 19px);
    margin-top: 15px; }
  @media screen and (max-width: 767px) {
    #container.second.company section h2 {
      text-align: center;
      margin-bottom: 40px; }
      #container.second.company section h2 span {
        margin-top: 10px; } }

/*--------------------------------------------------------------------
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.privacy section ul > li {
  padding-left: 1.2em;
  position: relative; }
  ul.cList01 > li::before, #container.privacy section ul > li::before {
    content: "・";
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

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

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

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

/* numberlist type02 (num + ))
------------------------------------------------------*/
ol.cNumList02 {
  counter-reset: num02; }
  ol.cNumList02 > li {
    padding-left: 1.2em;
    position: relative; }
    ol.cNumList02 > li::before {
      counter-increment: num02;
      content: counter(num02) ")";
      position: absolute;
      top: 0;
      left: 0; }

/*--------------------------------------------------------------------
5. table
---------------------------------------------------------------------*/
table.cTb01, #form table, #container.second.company #company--outline table, #container.second.company #company--certification table {
  width: 100%;
  border-top: var(--lineCl01) 1px solid; }
  table.cTb01 th, #form table th, #container.second.company #company--outline table th, #container.second.company #company--certification table th, table.cTb01 td, #form table td, #container.second.company #company--outline table td, #container.second.company #company--certification 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.company #company--outline table th, #container.second.company #company--certification table th {
    font-weight: 500; }
  @media screen and (max-width: 767px) {
    table.cTb01 th, #form table th, #container.second.company #company--outline table th, #container.second.company #company--certification table th, table.cTb01 td, #form table td, #container.second.company #company--outline table td, #container.second.company #company--certification 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.company #company--outline table th, #container.second.company #company--certification table th {
      border-bottom: none;
      padding-bottom: 0; }
    table.cTb01 td, #form table td, #container.second.company #company--outline table td, #container.second.company #company--certification table td {
      padding-top: 0; } }

/*--------------------------------------------------------------------
6. btn
---------------------------------------------------------------------*/
#container.toppage #top--about .txtBox .btn a, #container.toppage #top--products .wrapBoxS .inner .innerBox .btn a, #container.toppage #top--news .listBox .btn a, #container.toppage #top--news .titBox .btn a, #ftrContact a {
  display: block;
  width: 280px;
  height: 70px;
  max-width: 100%;
  border-radius: 50vw;
  position: relative;
  overflow: hidden; }
  #container.toppage #top--about .txtBox .btn a::before, #container.toppage #top--products .wrapBoxS .inner .innerBox .btn a::before, #container.toppage #top--news .listBox .btn a::before, #container.toppage #top--about .txtBox .btn a::after, #container.toppage #top--products .wrapBoxS .inner .innerBox .btn a::after, #container.toppage #top--news .listBox .btn a::after, #container.toppage #top--news .titBox .btn a::before, #container.toppage #top--news .titBox .btn a::after, #ftrContact a::before, #ftrContact 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 .txtBox .btn a::before, #container.toppage #top--products .wrapBoxS .inner .innerBox .btn a::before, #container.toppage #top--news .listBox .btn a::before, #container.toppage #top--news .titBox .btn a::before, #ftrContact a::before {
    transform: scaleX(0);
    transform-origin: right;
    transition: all 0.3s ease;
    transition-property: transform;
    z-index: 2; }
  #container.toppage #top--about .txtBox .btn a::after, #container.toppage #top--products .wrapBoxS .inner .innerBox .btn a::after, #container.toppage #top--news .listBox .btn a::after, #container.toppage #top--news .titBox .btn a::after, #ftrContact a::after {
    z-index: 1; }
  #container.toppage #top--about .txtBox .btn a span.btn-txt, #container.toppage #top--products .wrapBoxS .inner .innerBox .btn a span.btn-txt, #container.toppage #top--news .listBox .btn a span.btn-txt, #container.toppage #top--news .titBox .btn a span.btn-txt, #ftrContact a span.btn-txt {
    display: block;
    line-height: 68px;
    padding-left: 35px;
    text-align: left;
    font-size: 2rem;
    position: relative;
    z-index: 5;
    transition: color .3s; }
  #container.toppage #top--about .txtBox .btn a span.btn-arw, #container.toppage #top--products .wrapBoxS .inner .innerBox .btn a span.btn-arw, #container.toppage #top--news .listBox .btn a span.btn-arw, #container.toppage #top--news .titBox .btn a span.btn-arw, #ftrContact a span.btn-arw {
    width: 10px;
    height: 10px;
    border-radius: 50vw;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto 0 auto auto;
    margin-right: 20px;
    z-index: 6; }
  #container.toppage #top--about .txtBox .btn a:hover::before, #container.toppage #top--products .wrapBoxS .inner .innerBox .btn a:hover::before, #container.toppage #top--news .listBox .btn a:hover::before, #container.toppage #top--news .titBox .btn a:hover::before, #ftrContact a:hover::before {
    transform: scaleX(1);
    transform-origin: left; }
#container.toppage #top--about .txtBox .btn a::before, #container.toppage #top--products .wrapBoxS .inner .innerBox .btn a::before, #container.toppage #top--news .listBox .btn a::before, #container.toppage #top--news .titBox .btn a::before {
  border-color: var(--pointCl01);
  background-color: var(--pointCl01); }
#container.toppage #top--about .txtBox .btn a::after, #container.toppage #top--products .wrapBoxS .inner .innerBox .btn a::after, #container.toppage #top--news .listBox .btn a::after, #container.toppage #top--news .titBox .btn a::after {
  border-color: var(--lineCl02);
  background-color: #fff; }
#container.toppage #top--about .txtBox .btn a span.btn-txt, #container.toppage #top--products .wrapBoxS .inner .innerBox .btn a span.btn-txt, #container.toppage #top--news .listBox .btn a span.btn-txt, #container.toppage #top--news .titBox .btn a span.btn-txt {
  color: var(--pointCl01); }
#container.toppage #top--about .txtBox .btn a span.btn-arw, #container.toppage #top--products .wrapBoxS .inner .innerBox .btn a span.btn-arw, #container.toppage #top--news .listBox .btn a span.btn-arw, #container.toppage #top--news .titBox .btn a span.btn-arw {
  background-color: var(--pointCl01); }
#container.toppage #top--about .txtBox .btn a:hover span.btn-txt, #container.toppage #top--products .wrapBoxS .inner .innerBox .btn a:hover span.btn-txt, #container.toppage #top--news .listBox .btn a:hover span.btn-txt, #container.toppage #top--news .titBox .btn a:hover span.btn-txt {
  color: #fff; }
#container.toppage #top--about .txtBox .btn a:hover span.btn-arw, #container.toppage #top--products .wrapBoxS .inner .innerBox .btn a:hover span.btn-arw, #container.toppage #top--news .listBox .btn a:hover span.btn-arw, #container.toppage #top--news .titBox .btn a:hover span.btn-arw {
  background-color: #fff; }
#container.toppage #top--news .titBox .btn a {
  width: 180px;
  height: 55px; }
  #container.toppage #top--news .titBox .btn a span.btn-txt {
    padding-left: 0;
    text-align: center;
    line-height: 53px;
    font-size: 1.8rem; }
#ftrContact a {
  width: 280px;
  height: 70px; }
  #ftrContact a::before {
    border-color: #4b7396;
    background-color: #4b7396; }
  #ftrContact a::after {
    border-color: #7a828a;
    background-color: transparent; }
  #ftrContact a span.btn-txt {
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    padding-left: 0;
    padding-right: 0; }
@media screen and (max-width: 767px) {
  #container.toppage #top--about .txtBox .btn a, #container.toppage #top--products .wrapBoxS .inner .innerBox .btn a, #container.toppage #top--news .listBox .btn a, #ftrContact a {
    width: 200px;
    height: 50px;
    margin: 0 auto; }
    #container.toppage #top--about .txtBox .btn a span.btn-txt, #container.toppage #top--products .wrapBoxS .inner .innerBox .btn a span.btn-txt, #container.toppage #top--news .listBox .btn a span.btn-txt, #ftrContact a span.btn-txt {
      line-height: 49px;
      font-size: 1.5rem; }
    #container.toppage #top--about .txtBox .btn a span.btn-arw, #container.toppage #top--products .wrapBoxS .inner .innerBox .btn a span.btn-arw, #container.toppage #top--news .listBox .btn a span.btn-arw, #ftrContact a span.btn-arw {
      width: 7px;
      height: 7px;
      margin-right: 15px; } }

/*--------------------------------------------------------------------
7. other
---------------------------------------------------------------------*/
#linkModal01 .modalLinkBox .logo a,
#linkModal02 .modalLinkBox .logo a, header h1 a,
header .logo a,
#linkModal01 .modalLinkBox .logo span,
#linkModal02 .modalLinkBox .logo span,
header h1 span,
header .logo span, #ftrWrapL #ftrInfo .logo a, .spHdr .logo a,
#ftrWrapL #ftrInfo .logo span,
.spHdr .logo span {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 101%; }
  #linkModal01 .modalLinkBox .logo a::before,
  #linkModal02 .modalLinkBox .logo a::before, header h1 a::before,
  header .logo a::before,
  #linkModal01 .modalLinkBox .logo span::before,
  #linkModal02 .modalLinkBox .logo span::before,
  header h1 span::before,
  header .logo span::before, #ftrWrapL #ftrInfo .logo a::before, .spHdr .logo a::before,
  #ftrWrapL #ftrInfo .logo span::before,
  .spHdr .logo span::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; }
#linkModal01 .modalLinkBox .logo span::before,
#linkModal02 .modalLinkBox .logo span::before, header h1 span::before,
header .logo span::before,
#linkModal01 .modalLinkBox .logo a::before,
#linkModal02 .modalLinkBox .logo a::before,
header h1 a::before,
header .logo a::before {
  background-image: url("../images/logo.svg"); }
#ftrWrapL #ftrInfo .logo a::before, .spHdr .logo a::before {
  background-image: url("../images/logo_w.svg"); }

#container.toppage #top--about .imgBox img, #container.toppage #top--features .wrapBox .inner .imgBox img, #container.second.company #company--message .inner .imgBox img {
  border-radius: var(--kadomaru); }
  @media screen and (max-width: 767px) {
    #container.toppage #top--about .imgBox img, #container.toppage #top--features .wrapBox .inner .imgBox img, #container.second.company #company--message .inner .imgBox img {
      border-radius: var(--kadomarusp); } }

#container.news #newsIndex .fix > a,
#container.news #newsIndex ul li a, #container.toppage #top--news .listBox .fix > a,
#container.toppage #top--news .listBox ul li a {
  display: block;
  position: relative; }
  #container.news #newsIndex .fix > a .arw,
  #container.news #newsIndex ul li a .arw, #container.toppage #top--news .listBox .fix > a .arw,
  #container.toppage #top--news .listBox ul li a .arw {
    display: block;
    width: 19px;
    height: 19px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    overflow: hidden; }
    @media screen and (max-width: 767px) {
      #container.news #newsIndex .fix > a .arw,
      #container.news #newsIndex ul li a .arw, #container.toppage #top--news .listBox .fix > a .arw,
      #container.toppage #top--news .listBox ul li a .arw {
        width: 12px;
        height: 12px; } }
    #container.news #newsIndex .fix > a .arw::before,
    #container.news #newsIndex ul li a .arw::before, #container.toppage #top--news .listBox .fix > a .arw::before,
    #container.toppage #top--news .listBox ul li a .arw::before, #container.news #newsIndex .fix > a .arw::after,
    #container.news #newsIndex ul li a .arw::after, #container.toppage #top--news .listBox .fix > a .arw::after,
    #container.toppage #top--news .listBox ul li a .arw::after {
      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-image: url("../images/ico_arrow_01.svg");
      position: absolute;
      top: 0;
      right: 0;
      animation-fill-mode: forwards;
      animation-duration: 0.6s; }
    #container.news #newsIndex .fix > a .arw::after,
    #container.news #newsIndex ul li a .arw::after, #container.toppage #top--news .listBox .fix > a .arw::after,
    #container.toppage #top--news .listBox ul li a .arw::after {
      transform: translateX(-100%); }
  #container.news #newsIndex .fix > a:hover .arw::before,
  #container.news #newsIndex ul li a:hover .arw::before, #container.toppage #top--news .listBox .fix > a:hover .arw::before,
  #container.toppage #top--news .listBox ul li a:hover .arw::before {
    animation-name: transformRightLeft;
    animation-delay: 0s; }
  #container.news #newsIndex .fix > a:hover .arw::after,
  #container.news #newsIndex ul li a:hover .arw::after, #container.toppage #top--news .listBox .fix > a:hover .arw::after,
  #container.toppage #top--news .listBox ul li a:hover .arw::after {
    animation-name: transformLeftRight;
    animation-delay: 0.2s; }
@keyframes transformLeftRight {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(0); } }
@keyframes transformRightLeft {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(100%); } }
/* -----------------------------------------
-- modal
-- form
-- 404
----------------------------------------- */
/*--------------------------------------------------------------------
set
---------------------------------------------------------------------*/
#container.news #newsIndex .fix > a,
#container.news #newsIndex ul li a, #container.toppage #top--news .listBox .fix > a,
#container.toppage #top--news .listBox ul li a {
  padding-top: calc(32/18 * 1em);
  padding-bottom: calc(32/18 * 1em);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start; }
  #container.news #newsIndex .fix > a span.arw,
  #container.news #newsIndex ul li a span.arw, #container.toppage #top--news .listBox .fix > a span.arw,
  #container.toppage #top--news .listBox ul li a span.arw {
    margin-right: 30px; }
  #container.news #newsIndex .fix > a span.date,
  #container.news #newsIndex ul li a span.date, #container.toppage #top--news .listBox .fix > a span.date,
  #container.toppage #top--news .listBox ul li a span.date {
    display: block;
    width: 105px;
    text-align: center;
    color: #666;
    font-size: clamp(13px, 1.129vw, 14px);
    line-height: 35px; }
  #container.news #newsIndex .fix > a p,
  #container.news #newsIndex ul li a p, #container.toppage #top--news .listBox .fix > a p,
  #container.toppage #top--news .listBox ul li a p {
    flex: 1;
    padding-right: 60px;
    text-align: left;
    text-decoration: none;
    font-size: clamp(16px, 1.452vw, 18px);
    line-height: 35px; }
  #container.news #newsIndex .fix > a:hover p,
  #container.news #newsIndex ul li a:hover p, #container.toppage #top--news .listBox .fix > a:hover p,
  #container.toppage #top--news .listBox ul li a:hover p {
    text-decoration: underline;
    color: var(--pointCl01); }
#container.news #newsIndex .fix, #container.toppage #top--news .listBox .fix {
  margin-bottom: 6.25%; }
  #container.news #newsIndex .fix a, #container.toppage #top--news .listBox .fix a {
    border: #9db4be 1px solid;
    border-radius: 10px;
    padding-left: 20px; }
#container.news #newsIndex ul, #container.toppage #top--news .listBox ul {
  border-bottom: var(--lineCl01) 1px solid; }
  #container.news #newsIndex ul li, #container.toppage #top--news .listBox ul li {
    line-height: 1;
    border-top: var(--lineCl01) 1px solid; }
    #container.news #newsIndex ul li:has(div), #container.toppage #top--news .listBox ul li:has(div) {
      border-top: none; }
#container.toppage #top--news .listBox .fix {
  margin-bottom: calc(45/840 * 100%); }
@media screen and (max-width: 767px) {
  #container.news #newsIndex .fix > a,
  #container.news #newsIndex ul li a, #container.toppage #top--news .listBox .fix > a,
  #container.toppage #top--news .listBox ul li a {
    padding-top: 20px;
    padding-bottom: 20px;
    display: block; }
    #container.news #newsIndex .fix > a span.arw,
    #container.news #newsIndex ul li a span.arw, #container.toppage #top--news .listBox .fix > a span.arw,
    #container.toppage #top--news .listBox ul li a span.arw {
      margin-right: 0; }
    #container.news #newsIndex .fix > a span.date,
    #container.news #newsIndex ul li a span.date, #container.toppage #top--news .listBox .fix > a span.date,
    #container.toppage #top--news .listBox ul li a span.date {
      display: block;
      width: auto;
      text-align: left;
      line-height: 20px; }
    #container.news #newsIndex .fix > a p,
    #container.news #newsIndex ul li a p, #container.toppage #top--news .listBox .fix > a p,
    #container.toppage #top--news .listBox ul li a p {
      padding-right: 20px;
      line-height: calc(58/30); }
  #container.news #newsIndex .fix, #container.toppage #top--news .listBox .fix {
    margin-bottom: 7.4627%; }
    #container.news #newsIndex .fix a, #container.toppage #top--news .listBox .fix a {
      padding: 20px; }
      #container.news #newsIndex .fix a span.arw, #container.toppage #top--news .listBox .fix a span.arw {
        margin-right: 20px; }
  #container.toppage #top--news .listBox .fix {
    margin-bottom: 7.4627%; } }

/*--------------------------------------------------------------------
modal
---------------------------------------------------------------------*/
.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 100%;
  box-sizing: border-box;
  width: 100%;
  background-color: transparent;
  padding: 15px 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 #fff;
  -moz-box-shadow: 0 0 0 #fff;
  -o-box-shadow: 0 0 0 #fff;
  -ms-box-shadow: 0 0 0 #fff;
  box-shadow: 0 0 0 #fff;
  text-align: left; }
  @media screen and (max-width: 767px) {
    .modal {
      padding: 15px; } }

.modal a.close-modal {
  display: none; }

#linkModal01 .modalLinkBox,
#linkModal02 .modalLinkBox {
  width: 660px;
  max-width: 100%;
  margin: 0 auto;
  padding: 30px 0; }
  #linkModal01 .modalLinkBox .logo,
  #linkModal02 .modalLinkBox .logo {
    width: 370px;
    height: 44px;
    max-width: 100%;
    margin: 0 auto 40px; }
  #linkModal01 .modalLinkBox p,
  #linkModal02 .modalLinkBox p {
    text-align: center;
    font-size: clamp(15px, 1.452vw, 18px);
    line-height: calc(36/18);
    padding-bottom: 25px; }
  #linkModal01 .modalLinkBox p.btnTit,
  #linkModal02 .modalLinkBox p.btnTit {
    font-size: clamp(20px, 2.097vw, 26px);
    font-weight: 500;
    padding-bottom: 40px; }
  #linkModal01 .modalLinkBox ul,
  #linkModal02 .modalLinkBox ul {
    width: 605px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; }
    #linkModal01 .modalLinkBox ul li,
    #linkModal02 .modalLinkBox ul li {
      width: calc(50% - 20px); }
      #linkModal01 .modalLinkBox ul li a, #linkModal01 .modalLinkBox ul li button,
      #linkModal02 .modalLinkBox ul li a,
      #linkModal02 .modalLinkBox ul li button {
        display: block;
        width: 280px;
        max-width: 100%;
        height: 66px;
        border-radius: 50vw;
        margin: 0 auto;
        text-align: center;
        line-height: 66px;
        color: #fff;
        font-weight: 500;
        font-size: clamp(16px, 1.452vw, 18px);
        cursor: pointer;
        transition: opacity .3s; }
        #linkModal01 .modalLinkBox ul li a:hover, #linkModal01 .modalLinkBox ul li button:hover,
        #linkModal02 .modalLinkBox ul li a:hover,
        #linkModal02 .modalLinkBox ul li button:hover {
          opacity: 0.7; }
      #linkModal01 .modalLinkBox ul li:nth-child(1) a, #linkModal01 .modalLinkBox ul li:nth-child(1) button,
      #linkModal02 .modalLinkBox ul li:nth-child(1) a,
      #linkModal02 .modalLinkBox ul li:nth-child(1) button {
        background-color: var(--pointCl01); }
      #linkModal01 .modalLinkBox ul li:nth-child(2) a, #linkModal01 .modalLinkBox ul li:nth-child(2) button,
      #linkModal02 .modalLinkBox ul li:nth-child(2) a,
      #linkModal02 .modalLinkBox ul li:nth-child(2) button {
        background-color: #999999; }
  @media screen and (max-width: 767px) {
    #linkModal01 .modalLinkBox ul,
    #linkModal02 .modalLinkBox ul {
      width: 300px;
      max-width: 80%;
      display: block; }
      #linkModal01 .modalLinkBox ul li,
      #linkModal02 .modalLinkBox ul li {
        width: 100%; }
        #linkModal01 .modalLinkBox ul li a,
        #linkModal02 .modalLinkBox ul li a {
          height: 50px;
          line-height: 50px; }
        #linkModal01 .modalLinkBox ul li:nth-child(1),
        #linkModal02 .modalLinkBox ul li:nth-child(1) {
          margin-bottom: 20px; } }

/*--------------------------------------------------------------------
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: 48px;
  height: 20px;
  margin-left: 1.5em;
  text-align: center;
  color: #fff;
  background-color: var(--pointCl01);
  border-radius: 3px;
  line-height: 18px;
  font-size: 12px;
  vertical-align: middle;
  letter-spacing: 0.01em;
  transform: translateY(-2px); }

#form table {
  margin-bottom: 80px; }
  @media screen and (min-width: 768px) and (max-width: 1239px) {
    #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.452vw, 18px);
    font-weight: 500; }
    @media screen and (max-width: 999px) {
      #form table th {
        width: 200px; } }
  #form table th > div {
    margin-top: 5px;
    font-size: clamp(14px, 1.29vw, 16px);
    text-align: left;
    line-height: 19px;
    line-height: calc(28/14); }
  #form table th > div.inline {
    display: inline-block;
    margin-left: 1em; }
  #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: 20px; }
    #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.371vw, 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: #eff2f3;
  border: #e8edef 2px solid;
  border-radius: 5px;
  padding: 10px 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.371vw, 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: 1239px) {
    .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: 1239px) {
    #container.second #notfound {
      padding-top: 8.4746%;
      padding-bottom: 8.4746%; } }
  #container.second #notfound h1 {
    text-align: center;
    font-size: clamp(20px, 2.419vw, 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
------------------------------------------------------------------------- */
footer #ftrWrap, footer #ftrBtm, #mainImage #mainTxt,
.wrapBoxW, #container.second #notfound, header #hdrIn, #mainTitle .pageTitle, #mainTitle .linkBox, #container.second section, #container.toppage #top--about, #container.toppage #top--news,
.wrapBox,
.wrapBoxC, #container.second.company section, #container.contact section,
#container.thanks section, #container.privacy section, #container.second.productsIndex #medicalIndex--nav,
#container.second.productsIndex #stainlessIndex--nav, #container.news #newsIndex, #container.news #newsDetail,
.wrapBoxS,
.clearfix,
header,
section {
  display: block; }
  footer #ftrWrap::after, footer #ftrBtm::after, #mainImage #mainTxt::after,
  .wrapBoxW::after, #container.second #notfound::after, header #hdrIn::after, #mainTitle .pageTitle::after, #mainTitle .linkBox::after, #container.second section::after, #container.toppage #top--about::after, #container.toppage #top--news::after,
  .wrapBox::after,
  .wrapBoxC::after, #container.second.company section::after, #container.contact section::after,
  #container.thanks section::after, #container.privacy section::after, #container.second.productsIndex #medicalIndex--nav::after,
  #container.second.productsIndex #stainlessIndex--nav::after, #container.news #newsIndex::after, #container.news #newsDetail::after,
  .wrapBoxS::after, footer #ftrWrap::before, footer #ftrBtm::before, #mainImage #mainTxt::before,
  .wrapBoxW::before, #container.second #notfound::before, header #hdrIn::before, #mainTitle .pageTitle::before, #mainTitle .linkBox::before, #container.second section::before, #container.toppage #top--about::before, #container.toppage #top--news::before,
  .wrapBox::before,
  .wrapBoxC::before, #container.second.company section::before, #container.contact section::before,
  #container.thanks section::before, #container.privacy section::before, #container.second.productsIndex #medicalIndex--nav::before,
  #container.second.productsIndex #stainlessIndex--nav::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; }

/* -----------------------------------------------------------------------
bg
------------------------------------------------------------------------- */
#wrapper {
  background: #fff url("../images/bg_maintitle.png") center top no-repeat;
  background-size: 101% auto; }
  @media screen and (max-width: 767px) {
    #wrapper {
      background-size: 200% auto; } }
  #wrapper.home {
    background: none; }
  #wrapper.products {
    background-color: #f5fafb; }

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

header {
  height: var(--hdrH);
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  padding-top: 50px;
  opacity: 1;
  transition: opacity .3s,padding-top .3s; }
  header.in-footer {
    opacity: 0; }
  header #hdrIn {
    width: 1300px;
    max-width: calc(100% - 60px);
    height: 80px;
    background-color: #fff;
    border-radius: 50vw;
    position: relative;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05); }
  @media screen and (max-width: 999px) {
    header {
      padding-top: 30px; } }
  @media screen and (max-width: 767px) {
    header {
      height: var(--hdrHsp);
      padding-top: 19px; }
      header #hdrIn {
        max-width: calc(100% - 30px);
        height: 50px; } }
  header h1,
  header .logo {
    width: 320px;
    height: 38px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto auto 0;
    margin-left: 30px; }
    @media screen and (max-width: 767px) {
      header h1,
      header .logo {
        width: 183px;
        height: 21.5px;
        margin-left: 12.5px; } }
  header nav {
    margin-left: 380px;
    padding-top: 18px;
    height: 100%;
    position: relative; }
    header nav > ul {
      text-align: right;
      height: 44px; }
      header nav > ul > li {
        display: inline-block;
        position: relative; }
        header nav > ul > li > a,
        header nav > ul > li > span {
          display: block;
          height: 44px;
          line-height: 44px;
          font-size: clamp(15px, 1.21vw, 15px);
          color: var(--txBody); }
          header nav > ul > li > a:hover,
          header nav > ul > li > span:hover {
            color: var(--pointCl01); }
        header nav > ul > li:nth-child(n + 2) {
          margin-left: 30px; }
        header nav > ul > li.navParents {
          padding-right: 15px; }
          header nav > ul > li.navParents::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: 5px;
            background-image: url("../images/snav.svg");
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            margin: auto 0 auto auto; }
      header nav > ul > li.navContact > a {
        display: block;
        width: 160px;
        height: 44px;
        border-radius: 50vw;
        background-color: var(--pointCl01);
        text-align: center;
        color: #fff;
        font-size: clamp(14px, 1.129vw, 14px); }
        header nav > ul > li.navContact > a:hover {
          background-color: var(--btnOvCl01); }
        header nav > ul > li.navContact > a::after {
          display: none; }

header nav {
  /* mod_dropnavi_child */ }
  header nav .mgnWrap {
    display: none;
    overflow: hidden;
    position: absolute;
    top: 44px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1200;
    padding: 34px 5px 5px; }
    header nav .mgnWrap ul {
      background-color: #fff;
      box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
      border-radius: var(--kadomaru);
      padding: 25px 30px; }
      header nav .mgnWrap ul li {
        display: block;
        min-width: 120px;
        height: auto;
        text-align: left;
        line-height: inherit;
        margin-right: 0; }
        header nav .mgnWrap ul li a {
          display: block;
          white-space: nowrap;
          height: 40px;
          line-height: 40px;
          font-size: clamp(15px, 1.21vw, 15px);
          color: var(--txBody); }
          header nav .mgnWrap ul li a:hover {
            color: var(--pointCl01); }

/* scrolling
-----------------------*/
/*--is-fixed--*/
.is-fixed {
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch; }

header.is-fixed {
  height: 80px; }
  @media screen and (max-width: 767px) {
    header.is-fixed {
      height: 50px; } }

/*--------------------------------------------------------------------
   footer
---------------------------------------------------------------------*/
footer {
  padding-top: 80px;
  padding-bottom: 60px;
  background-color: #323e49;
  position: relative;
  z-index: 1; }
  @media screen and (min-width: 768px) and (max-width: 1239px) {
    footer {
      padding-top: 6.7797%;
      padding-bottom: 5.0847%; } }
  @media screen and (max-width: 767px) {
    footer {
      padding-top: 18.6667%;
      padding-bottom: 8%; } }

footer #ftrWrap {
  display: block; }
  footer #ftrWrap::after, footer #ftrWrap::before {
    content: "";
    display: block;
    clear: both; }
  footer #ftrWrap #ftrContact {
    width: 31.8548%;
    float: right;
    background-color: #3b4955;
    border-radius: var(--kadomaru); }
  footer #ftrWrap #ftrWrapL {
    width: 68.1452%;
    float: left;
    display: block; }
    footer #ftrWrap #ftrWrapL::after, footer #ftrWrap #ftrWrapL::before {
      content: "";
      display: block;
      clear: both; }
    footer #ftrWrap #ftrWrapL nav {
      width: calc(520/845 * 100%);
      float: right; }
      footer #ftrWrap #ftrWrapL nav .fnavPc {
        display: flex; }
      footer #ftrWrap #ftrWrapL nav .fnavSp {
        display: none; }
    footer #ftrWrap #ftrWrapL #ftrInfo {
      width: calc(320/845 * 100%);
      float: left; }
  @media screen and (max-width: 999px) {
    footer #ftrWrap #ftrContact {
      width: 40%; }
    footer #ftrWrap #ftrWrapL {
      width: 60%; }
      footer #ftrWrap #ftrWrapL nav {
        width: 50%; }
        footer #ftrWrap #ftrWrapL nav .fnavPc {
          display: block; }
      footer #ftrWrap #ftrWrapL #ftrInfo {
        width: 50%; } }
  @media screen and (max-width: 767px) {
    footer #ftrWrap #ftrContact {
      width: auto;
      float: none;
      margin: 0 auto;
      border-radius: var(--kadomarusp); }
    footer #ftrWrap #ftrWrapL {
      width: auto;
      float: none;
      margin: 0 auto; }
      footer #ftrWrap #ftrWrapL nav {
        width: auto;
        float: none;
        margin: 0 auto; }
        footer #ftrWrap #ftrWrapL nav .fnavPc {
          display: none; }
        footer #ftrWrap #ftrWrapL nav .fnavSp {
          display: block; }
      footer #ftrWrap #ftrWrapL #ftrInfo {
        width: auto;
        float: none;
        margin: 0 auto; } }

#ftrContact {
  padding: 55px 30px 35px; }
  #ftrContact p.tit,
  #ftrContact p.txt {
    text-align: center;
    color: #fff; }
  #ftrContact p.tit {
    font-size: clamp(29px, 2.419vw, 30px);
    margin-bottom: 25px; }
  #ftrContact p.txt {
    font-size: clamp(15px, 1.29vw, 16px);
    line-height: calc(33/16);
    margin-bottom: 30px; }
  #ftrContact a {
    margin: 0 auto; }
  @media screen and (max-width: 767px) {
    #ftrContact {
      padding: 13.4328% 20px 16.4179%; }
      #ftrContact p.tit {
        margin-bottom: 20px; }
      #ftrContact p.txt {
        margin-bottom: 25px; } }

#ftrWrapL nav .fnavPc {
  align-items: flex-start;
  justify-content: flex-end;
  padding-right: 10px; }
  #ftrWrapL nav .fnavPc > ul {
    padding-right: 50px; }
    #ftrWrapL nav .fnavPc > ul > li {
      text-align: left; }
      #ftrWrapL nav .fnavPc > ul > li a,
      #ftrWrapL nav .fnavPc > ul > li span {
        color: #fff;
        font-size: clamp(13px, 1.21vw, 15px);
        line-height: calc(40/15); }
      #ftrWrapL nav .fnavPc > ul > li a {
        display: inline-block;
        overflow: hidden;
        position: relative;
        transition: all var(--trTime); }
        #ftrWrapL nav .fnavPc > 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; }
        #ftrWrapL nav .fnavPc > ul > li a:hover::after {
          transform: scale(1, 1);
          transform-origin: left top; }
    #ftrWrapL nav .fnavPc > ul ul li {
      line-height: 1;
      padding-left: 10px;
      position: relative; }
      #ftrWrapL nav .fnavPc > ul ul li::before {
        content: "-";
        color: #fff;
        font-size: clamp(15px, 1.21vw, 15px);
        line-height: calc(40/15);
        position: absolute;
        top: 0;
        left: 0; }
      #ftrWrapL nav .fnavPc > ul ul li a {
        display: inline-block;
        overflow: hidden;
        position: relative;
        transition: all var(--trTime); }
        #ftrWrapL nav .fnavPc > ul 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; }
        #ftrWrapL nav .fnavPc > ul ul li a:hover::after {
          transform: scale(1, 1);
          transform-origin: left top; }
    @media screen and (max-width: 999px) {
      #ftrWrapL nav .fnavPc > ul {
        padding-right: 10px; } }
#ftrWrapL nav .fnavSp ul {
  border-top: #5b646c 1px solid;
  text-align: left; }
  #ftrWrapL nav .fnavSp ul li {
    border-bottom: #5b646c 1px solid;
    font-size: 1.5rem; }
    #ftrWrapL nav .fnavSp ul li a,
    #ftrWrapL nav .fnavSp ul li span {
      display: block;
      padding: calc(46 / 28 * 1em) 0;
      color: #fff; }
    #ftrWrapL nav .fnavSp ul li ul {
      border-top: none;
      margin-top: calc(-20 / 30 * 1em);
      padding-bottom: calc(20 / 30 * 1em); }
      #ftrWrapL nav .fnavSp ul li ul li {
        position: relative;
        border-bottom: none;
        line-height: 1.5; }
        #ftrWrapL nav .fnavSp ul li ul li a {
          display: block;
          padding: calc(20 / 30 * 1em) 0; }
          #ftrWrapL nav .fnavSp ul li ul li a::before {
            content: "-";
            margin-right: 0.2em; }
@media screen and (max-width: 767px) {
  #ftrWrapL nav {
    padding-top: 17.9104%; } }

#ftrWrapL #ftrInfo .logo {
  width: 320px;
  height: 38px;
  max-width: calc(100% - 20px);
  overflow: hidden;
  margin-right: auto;
  margin-bottom: 25px; }
#ftrWrapL #ftrInfo p {
  text-align: left;
  color: #fff;
  font-size: clamp(14px, 1.29vw, 16px);
  line-height: calc(34/16);
  letter-spacing: 0.025em; }
@media screen and (max-width: 767px) {
  #ftrWrapL #ftrInfo {
    padding-top: 13.4328%;
    padding-bottom: 7.4627%; }
    #ftrWrapL #ftrInfo .logo {
      width: 235px;
      height: 28.5px;
      margin: 0 auto 15px; }
    #ftrWrapL #ftrInfo p {
      text-align: center; } }

footer #ftrBtm {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start; }
  footer #ftrBtm p {
    display: inline-block;
    color: #fff;
    text-align: left;
    line-height: 1; }
    footer #ftrBtm p a {
      display: inline-block;
      overflow: hidden;
      position: relative;
      transition: all var(--trTime);
      line-height: 30px;
      color: #fff; }
      footer #ftrBtm p 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; }
      footer #ftrBtm p a:hover::after {
        transform: scale(1, 1);
        transform-origin: left top; }
  footer #ftrBtm p.link {
    font-size: clamp(12px, 0.968vw, 12px);
    margin-right: 1em; }
  footer #ftrBtm p.copy {
    font-size: clamp(12px, 1.129vw, 14px); }
    footer #ftrBtm p.copy a {
      display: inline; }
    footer #ftrBtm p.copy a::after {
      display: none; }
  @media screen and (max-width: 767px) {
    footer #ftrBtm {
      display: block; }
      footer #ftrBtm p {
        display: block;
        text-align: center; }
      footer #ftrBtm p.link {
        margin-bottom: 10px; } }

/*--------------------------------------------------------------------
   mainTitle
---------------------------------------------------------------------*/
#mainTitle {
  width: 100%;
  padding-top: 220px;
  margin-bottom: 120px;
  position: relative;
  overflow: hidden;
  z-index: 1; }
  @media screen and (min-width: 768px) and (max-width: 1239px) {
    #mainTitle {
      padding-top: 18.6441%;
      margin-bottom: 10.1695%; } }
  @media screen and (max-width: 767px) {
    #mainTitle {
      padding-top: 37.3333%;
      margin-bottom: 18.6667%; } }
  #mainTitle .pageTitle h1,
  #mainTitle .pageTitle .h1txt {
    font-size: clamp(31px, 4.839vw, 60px);
    color: var(--pointCl01);
    text-align: left; }
    #mainTitle .pageTitle h1 span,
    #mainTitle .pageTitle .h1txt span {
      display: block;
      margin-top: 25px;
      font-size: clamp(13px, 1.935vw, 24px);
      font-weight: 500; }
  @media screen and (max-width: 767px) {
    #mainTitle .pageTitle h1,
    #mainTitle .pageTitle .h1txt {
      text-align: center; }
      #mainTitle .pageTitle h1 span,
      #mainTitle .pageTitle .h1txt span {
        margin-top: 15px; } }
  #mainTitle .linkBox {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 220px; }
    @media screen and (min-width: 768px) and (max-width: 1239px) {
      #mainTitle .linkBox {
        margin-top: 18.6441%; } }
    #mainTitle .linkBox ul {
      text-align: right; }
      #mainTitle .linkBox ul li {
        text-align: right; }
        #mainTitle .linkBox ul li a {
          font-size: clamp(15px, 1.452vw, 18px);
          text-decoration: none;
          line-height: 1.5; }
          #mainTitle .linkBox ul li a:hover {
            text-decoration: underline;
            color: var(--pointCl01); }
      #mainTitle .linkBox ul li + li {
        margin-top: 10px; }
    @media screen and (max-width: 767px) {
      #mainTitle .linkBox {
        display: none; } }

/*--------------------------------------------------------------------
   container
---------------------------------------------------------------------*/
#container {
  overflow: hidden; }
  #container.toppage {
    padding-top: 140px;
    background: url("../images/bg_01.jpg") center top no-repeat;
    background-size: 100% auto; }
    @media screen and (min-width: 768px) and (max-width: 1239px) {
      #container.toppage {
        padding-top: 11.8644%; } }
    @media screen and (max-width: 767px) {
      #container.toppage {
        padding-top: 18.6667%;
        background-size: 300% auto; } }
  #container.second {
    padding-bottom: 30px; }
    #container.second section {
      padding-bottom: 100px; }
    @media screen and (min-width: 768px) and (max-width: 1239px) {
      #container.second {
        padding-bottom: 2.5424%; }
        #container.second section {
          padding-bottom: 8.4746%; } }
    @media screen and (max-width: 767px) {
      #container.second {
        padding-bottom: 4%; }
        #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.452vw, 18px);
  line-height: calc(38/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%;
  max-width: 100%;
  height: 100%;
  color: #fff;
  background-color: var(--spNavBgCl); }

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

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

.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: fixed;
  z-index: 9001;
  top: 0;
  display: block;
  box-sizing: border-box;
  width: 47px;
  height: 47px;
  padding: 0 15px;
  background-color: var(--pointCl01);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0;
  border-radius: 50vw;
  margin-top: 66px;
  margin-right: 50px; }
  @media screen and (max-width: 999px) {
    .drawer-hamburger {
      margin-top: 46px; } }
  @media screen and (max-width: 767px) {
    .drawer-hamburger {
      width: calc(52px * 0.6);
      height: calc(52px * 0.6);
      padding: 0 calc(15px * 0.6);
      margin-top: calc(((50px - (54px * 0.6))/2) + 19px);
      margin-right: 25px; } }

/*
body.drawer-open{
	.drawer-hamburger { 
		margin-top:66px;
		@include mq(sp){margin-top: calc(((50px - (54px * 0.6))/2) + 19px);}
	}
}
body.is-fixed{
	.drawer-hamburger { 
		margin-top: 16px;
		@include mq(sp){margin-top:calc((50px - (54px * 0.6))/2);}
	}
	&.drawer-open{
		.drawer-hamburger { 
			margin-top:66px;
			@include mq(sp){margin-top: calc(((50px - (54px * 0.6))/2) + 19px);}
		}
	}
}
*/
.drawer-hamburger:hover {
  cursor: pointer; }

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

.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; }

.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; }

.in-footer .drawer-hamburger {
  display: none; }

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

  header nav {
    display: none; }

  header .hdrLang {
    display: none; } }
/*--------------------------------------------------------------------
   menu
---------------------------------------------------------------------*/
.drawer-nav-inner {
  padding: 50px 30px 0; }
  @media screen and (max-width: 999px) {
    .drawer-nav-inner {
      padding-top: 30px; } }

.spHdr {
  height: 80px;
  margin-bottom: 30px;
  position: relative; }
  .spHdr .logo {
    width: 377px;
    height: 46px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto auto 0; }
    @media screen and (max-width: 767px) {
      .spHdr .logo {
        width: 188.5px;
        height: 23px; } }

.spNav a {
  color: #fff; }
.spNav a.subNavBtn {
  pointer-events: none;
  cursor: default; }
.spNav ul {
  border-top: #5faecf 1px solid;
  text-align: left; }
  .spNav ul li {
    border-bottom: #5faecf 1px solid;
    font-size: 1.6rem; }
    .spNav ul li a {
      display: block;
      padding: calc(46 / 28 * 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; }
        .spNav ul li ul li a {
          display: block;
          padding: calc(20 / 30 * 1em) 0; }
          .spNav ul li ul li a::before {
            content: "-";
            margin-right: 0.2em; }

@media screen and (max-width: 767px) {
  .drawer-nav-inner {
    padding-top: 19px;
    padding-left: 15px;
    padding-right: 15px; }

  .spHdr {
    height: 50px;
    margin-bottom: 15px; }

  .spNav ul li {
    font-size: 1.5rem; } }
/* -----------------------------------------
-- 1. toppage
-- 2. local
----------------------------------------- */
/*--------------------------------------------------------------------
1. toppage
---------------------------------------------------------------------*/
/*mainimage
------------------------------------------------------*/
#mainImage {
  width: 100%;
  position: relative;
  z-index: -1;
  overflow: hidden; }
  #mainImage .swiper-slide .slide-img {
    padding-top: 850px;
    width: 100%;
    margin-left: auto;
    overflow: hidden;
    position: relative;
    z-index: 1; }
    @media screen and (min-width: 768px) and (max-width: 1239px) {
      #mainImage .swiper-slide .slide-img {
        padding-top: 72.0339%; } }
    @media screen and (max-width: 767px) {
      #mainImage .swiper-slide .slide-img {
        width: 100%;
        max-width: none;
        padding-top: 120%; } }
  #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;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 433px;
    z-index: 6; }
    #mainImage #mainTxt img {
      display: block;
      width: calc(660/1240 * 100%);
      margin-right: auto; }
    @media screen and (min-width: 768px) and (max-width: 1239px) {
      #mainImage #mainTxt {
        margin-top: 36.6949%; } }
    @media screen and (max-width: 767px) {
      #mainImage #mainTxt {
        width: 100%;
        padding-left: 30px;
        margin-top: 57.7333%; }
        #mainImage #mainTxt img {
          width: 88.806%; } }

/*container
------------------------------------------------------*/
#container.toppage #top--about {
  display: block;
  padding-bottom: 230px; }
  #container.toppage #top--about::after, #container.toppage #top--about::before {
    content: "";
    display: block;
    clear: both; }
  @media screen and (min-width: 768px) and (max-width: 1239px) {
    #container.toppage #top--about {
      padding-bottom: 19.4915%; } }
  #container.toppage #top--about .txtBox {
    width: 53.5714%;
    float: right; }
    #container.toppage #top--about .txtBox h3 {
      font-size: clamp(23px, 2.339vw, 29px);
      line-height: calc(70/45);
      font-weight: 500;
      text-align: left;
      margin-bottom: 10px; }
    #container.toppage #top--about .txtBox p {
      line-height: calc(36/18); }
    #container.toppage #top--about .txtBox .btn {
      margin-top: calc(50/600 * 100%); }
      #container.toppage #top--about .txtBox .btn a {
        margin-right: auto; }
  #container.toppage #top--about .imgBox {
    width: 41.9643%;
    float: left;
    position: relative;
    padding-top: 46.4286%; }
    #container.toppage #top--about .imgBox img {
      position: absolute; }
      #container.toppage #top--about .imgBox img:nth-child(1) {
        width: calc(300/470 * 100%);
        top: 0;
        left: 0;
        z-index: 2; }
      #container.toppage #top--about .imgBox img:nth-child(2) {
        width: calc(220/470 * 100%);
        bottom: 0;
        right: 0;
        z-index: 3; }
  @media screen and (max-width: 767px) {
    #container.toppage #top--about {
      padding-bottom: 26.6667%; }
      #container.toppage #top--about .txtBox {
        width: auto;
        float: none;
        margin: 0 auto;
        padding-bottom: 15.6716%; }
        #container.toppage #top--about .txtBox h3 {
          text-align: center; }
        #container.toppage #top--about .txtBox .btn {
          margin-top: 20px; }
          #container.toppage #top--about .txtBox .btn a {
            margin: 0 auto; }
      #container.toppage #top--about .imgBox {
        width: auto;
        float: none;
        margin: 0 auto;
        padding-top: 101.4925%; }
        #container.toppage #top--about .imgBox img:nth-child(1) {
          width: 58.209%;
          left: 50%;
          margin-left: -43.2836%; }
        #container.toppage #top--about .imgBox img:nth-child(2) {
          width: 42.6866%;
          right: auto;
          left: 50%;
          margin-left: 4.4776%; } }

#container.toppage #top--features {
  background: url("../images/bg_02.jpg") center center no-repeat;
  background-size: cover;
  border-radius: var(--kadomaruL);
  margin-top: -90px;
  padding-top: 120px;
  padding-bottom: 130px;
  position: relative;
  z-index: 3; }
  @media screen and (min-width: 768px) and (max-width: 1239px) {
    #container.toppage #top--features {
      margin-top: -7.6271%;
      padding-top: 10.1695%;
      padding-bottom: 11.0169%; } }
  #container.toppage #top--features .wrapBox h2 {
    text-align: center; }
  #container.toppage #top--features .wrapBox .inner + .inner {
    margin-top: 4.4643%; }
  #container.toppage #top--features .wrapBox .inner {
    display: block; }
    #container.toppage #top--features .wrapBox .inner::after, #container.toppage #top--features .wrapBox .inner::before {
      content: "";
      display: block;
      clear: both; }
    #container.toppage #top--features .wrapBox .inner .imgBox {
      width: 32.1429%;
      float: left; }
    #container.toppage #top--features .wrapBox .inner .txtBox {
      width: 64.2857%;
      float: right; }
      #container.toppage #top--features .wrapBox .inner .txtBox .titBox {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 15px; }
        #container.toppage #top--features .wrapBox .inner .txtBox .titBox span.num {
          display: block;
          color: #a9d5e7;
          font-size: clamp(36px, 5.806vw, 72px);
          text-align: left;
          width: calc(105/72 * 1em); }
        #container.toppage #top--features .wrapBox .inner .txtBox .titBox h3 {
          flex: 1;
          text-align: left;
          font-size: clamp(18px, 2.258vw, 28px);
          font-weight: 500;
          line-height: calc(60/36); }
        #container.toppage #top--features .wrapBox .inner .txtBox .titBox p {
          line-height: calc(36/18); }
    #container.toppage #top--features .wrapBox .inner#features02 .imgBox {
      float: right; }
    #container.toppage #top--features .wrapBox .inner#features02 .txtBox {
      float: left; }
  @media screen and (max-width: 767px) {
    #container.toppage #top--features {
      border-radius: var(--kadomaruLsp);
      margin-top: -12%;
      padding-top: 16%;
      padding-bottom: 17.3333%; }
      #container.toppage #top--features .wrapBox .inner + .inner {
        margin-top: 11.9403%; }
      #container.toppage #top--features .wrapBox .inner {
        display: block; }
        #container.toppage #top--features .wrapBox .inner::after, #container.toppage #top--features .wrapBox .inner::before {
          content: "";
          display: block;
          clear: both; }
        #container.toppage #top--features .wrapBox .inner .imgBox {
          width: 80.597%;
          float: none;
          margin: 0 auto 30px; }
        #container.toppage #top--features .wrapBox .inner .txtBox {
          width: auto;
          float: none;
          margin: 0 auto; }
          #container.toppage #top--features .wrapBox .inner .txtBox .titBox {
            margin-bottom: 10px; }
        #container.toppage #top--features .wrapBox .inner#features02 .imgBox {
          float: none; }
        #container.toppage #top--features .wrapBox .inner#features02 .txtBox {
          float: none; } }

#container.toppage #top--products {
  background: url("../images/bg_01.jpg") center top no-repeat;
  background-size: 100% auto;
  margin-top: -90px;
  padding-top: 230px;
  padding-bottom: 140px;
  position: relative;
  z-index: 2; }
  @media screen and (min-width: 768px) and (max-width: 1239px) {
    #container.toppage #top--products {
      margin-top: -7.6271%;
      padding-top: 19.4915%;
      padding-bottom: 11.8644%; } }
  #container.toppage #top--products .wrapBoxS h2 {
    text-align: center; }
  #container.toppage #top--products .wrapBoxS .inner {
    display: block; }
    #container.toppage #top--products .wrapBoxS .inner::after, #container.toppage #top--products .wrapBoxS .inner::before {
      content: "";
      display: block;
      clear: both; }
    #container.toppage #top--products .wrapBoxS .inner .innerBox {
      width: calc(50% - 40px);
      float: left; }
      #container.toppage #top--products .wrapBoxS .inner .innerBox:nth-child(2) {
        float: right; }
      #container.toppage #top--products .wrapBoxS .inner .innerBox .imgBox {
        margin-bottom: 30px; }
        #container.toppage #top--products .wrapBoxS .inner .innerBox .imgBox a {
          display: block;
          display: block;
          border-radius: var(--kadomaru);
          overflow: hidden; }
          #container.toppage #top--products .wrapBoxS .inner .innerBox .imgBox a .img {
            padding-top: 58.3333333333%;
            position: relative;
            overflow: hidden; }
            #container.toppage #top--products .wrapBoxS .inner .innerBox .imgBox 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--products .wrapBoxS .inner .innerBox .imgBox a:hover .img img {
            transform: scale(1.15); }
      #container.toppage #top--products .wrapBoxS .inner .innerBox h3 {
        font-size: clamp(18px, 2.419vw, 30px);
        font-weight: 500;
        text-align: center;
        margin-bottom: 10px; }
      #container.toppage #top--products .wrapBoxS .inner .innerBox p {
        line-height: calc(36/18); }
      #container.toppage #top--products .wrapBoxS .inner .innerBox .btn a {
        margin: 0 auto; }
  @media screen and (max-width: 767px) {
    #container.toppage #top--products {
      background-size: 300% auto;
      margin-top: -12%;
      padding-top: 30.6667%;
      padding-bottom: 18.6667%; }
      #container.toppage #top--products .wrapBoxS .inner .innerBox {
        width: auto;
        float: none;
        margin: 0 auto; }
        #container.toppage #top--products .wrapBoxS .inner .innerBox:nth-child(2) {
          float: none;
          margin-top: 13.4328%; }
        #container.toppage #top--products .wrapBoxS .inner .innerBox .imgBox {
          width: 89.5522%;
          margin: 0 auto 4.4776%; }
          #container.toppage #top--products .wrapBoxS .inner .innerBox .imgBox a {
            border-radius: var(--kadomarusp); }
        #container.toppage #top--products .wrapBoxS .inner .innerBox h3 {
          margin-bottom: 15px; } }

#container.toppage #top--news {
  display: block;
  padding-bottom: 140px; }
  #container.toppage #top--news::after, #container.toppage #top--news::before {
    content: "";
    display: block;
    clear: both; }
  @media screen and (min-width: 768px) and (max-width: 1239px) {
    #container.toppage #top--news {
      padding-bottom: 12.5%; } }
  #container.toppage #top--news .titBox {
    width: 17.8571%;
    float: left;
    text-align: center; }
    #container.toppage #top--news .titBox h2 {
      margin-bottom: 35px;
      text-align: center; }
    #container.toppage #top--news .titBox .btn a {
      margin: 0 auto; }
  #container.toppage #top--news .listBox {
    width: 75%;
    float: right; }
    #container.toppage #top--news .listBox .btn {
      display: none; }
  @media screen and (max-width: 767px) {
    #container.toppage #top--news {
      padding-bottom: 18.6667%; }
      #container.toppage #top--news .titBox {
        width: auto;
        float: none;
        margin: 0 auto; }
        #container.toppage #top--news .titBox h2 {
          margin-bottom: 7.4627%; }
        #container.toppage #top--news .titBox .btn {
          display: none; }
      #container.toppage #top--news .listBox {
        width: auto;
        float: none;
        margin: 0 auto; }
        #container.toppage #top--news .listBox .btn {
          display: block;
          margin-top: 11.9403%; } }

/*--------------------------------------------------------------------
2. local
---------------------------------------------------------------------*/
/*company
------------------------------------------------------*/
#container.second.company #company--message .inner {
  display: block; }
  #container.second.company #company--message .inner::after, #container.second.company #company--message .inner::before {
    content: "";
    display: block;
    clear: both; }
  #container.second.company #company--message .inner .txtBox {
    width: 70.1923%;
    float: left; }
  #container.second.company #company--message .inner .imgBox {
    width: 24.0385%;
    float: right; }
    #container.second.company #company--message .inner .imgBox p {
      margin-top: 10px;
      text-align: right; }
@media screen and (max-width: 767px) {
  #container.second.company #company--message .inner {
    display: block; }
    #container.second.company #company--message .inner::after, #container.second.company #company--message .inner::before {
      content: "";
      display: block;
      clear: both; }
    #container.second.company #company--message .inner .txtBox {
      width: auto;
      float: none;
      margin: 0 auto;
      margin-bottom: 30px; }
    #container.second.company #company--message .inner .imgBox {
      width: auto;
      float: none;
      margin: 0 auto;
      display: flex; }
      #container.second.company #company--message .inner .imgBox img {
        width: 53.7313%; }
      #container.second.company #company--message .inner .imgBox p {
        padding-left: 20px;
        flex: 1;
        margin-top: 0;
        text-align: left; } }
#container.second.company #company--outline table th {
  width: 135px; }
#container.second.company #company--outline table td ul li a {
  display: inline-block;
  color: var(--pointCl01);
  position: relative; }
  #container.second.company #company--outline table td ul li a::after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: var(--pointCl01);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: var(--trTime); }
  #container.second.company #company--outline table td ul li a:hover::after {
    opacity: 0; }
@media screen and (max-width: 767px) {
  #container.second.company #company--outline table th {
    width: auto; } }
#container.second.company #company--base dl {
  border-top: var(--lineCl01) 1px solid; }
  #container.second.company #company--base dl dt {
    padding-top: 30px;
    text-align: left;
    font-size: clamp(17px, 1.935vw, 24px);
    font-weight: 500;
    margin-bottom: 5px; }
  #container.second.company #company--base dl dd {
    border-bottom: var(--lineCl01) 1px solid;
    padding-bottom: 30px; }
    #container.second.company #company--base dl dd a {
      display: inline-block;
      color: var(--pointCl01);
      position: relative;
      margin-left: 1em; }
      #container.second.company #company--base dl dd a::after {
        content: "";
        display: block;
        height: 1px;
        width: 100%;
        background-color: var(--pointCl01);
        position: absolute;
        bottom: 0;
        left: 0;
        transition: var(--trTime); }
      #container.second.company #company--base dl dd a:hover::after {
        opacity: 0; }
    #container.second.company #company--base dl dd ul {
      text-align: left; }
      #container.second.company #company--base dl dd ul li {
        display: inline-block;
        margin-right: 1em;
        text-align: left; }
@media screen and (max-width: 767px) {
  #container.second.company #company--base dl dt {
    padding-top: 15px; }
  #container.second.company #company--base dl dd {
    padding-bottom: 15px; }
    #container.second.company #company--base dl dd a {
      margin-left: 0; }
    #container.second.company #company--base dl dd ul li {
      display: block;
      margin-right: 0; } }
#container.second.company #company--certification table th {
  width: 135px;
  font-size: clamp(17px, 1.935vw, 24px);
  font-weight: 500; }
#container.second.company #company--certification table td ul li a {
  display: inline-block;
  color: var(--pointCl01);
  position: relative; }
  #container.second.company #company--certification table td ul li a::after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: var(--pointCl01);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: var(--trTime); }
  #container.second.company #company--certification table td ul li a:hover::after {
    opacity: 0; }
#container.second.company #company--history h2 {
  margin-bottom: 35px; }
#container.second.company #company--history .historyBox {
  margin: 0 auto;
  padding-left: 40px;
  position: relative; }
  #container.second.company #company--history .historyBox::before {
    content: "";
    display: block;
    background-color: var(--pointCl01);
    width: 1px;
    height: calc(100% - 80px);
    position: absolute;
    top: 0;
    left: 10px;
    margin-top: 40px; }
    @media screen and (max-width: 999px) {
      #container.second.company #company--history .historyBox::before {
        margin-top: 35px; } }
  #container.second.company #company--history .historyBox .item {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block; }
    #container.second.company #company--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: -35px; }
      @media screen and (max-width: 999px) {
        #container.second.company #company--history .historyBox .item::before {
          margin-top: 35px; } }
    #container.second.company #company--history .historyBox .item::after, #container.second.company #company--history .historyBox .item::before {
      content: "";
      display: block;
      clear: both; }
    #container.second.company #company--history .historyBox .item div.year {
      display: block;
      width: 280px;
      float: left;
      text-align: left;
      color: var(--pointCl01);
      font-size: clamp(25px, 2.903vw, 36px);
      line-height: calc(36/18);
      position: relative; }
      #container.second.company #company--history .historyBox .item div.year span {
        display: inline-block;
        width: 115px;
        height: 1em;
        text-align: left;
        color: var(--pointCl01);
        font-size: clamp(15px, 1.452vw, 18px);
        line-height: 1;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto; }
    #container.second.company #company--history .historyBox .item p {
      width: calc(100% - 280px);
      float: right;
      padding-top: 15px;
      font-size: clamp(15px, 1.452vw, 18px);
      line-height: calc(36/18);
      text-align: left;
      display: flex;
      justify-content: flex-start;
      align-items: flex-start; }
      #container.second.company #company--history .historyBox .item p p {
        flex: 1; }
@media screen and (max-width: 767px) {
  #container.second.company #company--history h2 {
    margin-bottom: 25px; }
  #container.second.company #company--history .historyBox {
    width: 100%;
    padding-left: 18px; }
    #container.second.company #company--history .historyBox::before {
      height: calc(100% - 80px);
      left: 4px;
      margin-top: 40px; }
    #container.second.company #company--history .historyBox .item {
      padding-top: 15px;
      padding-bottom: 15px; }
      #container.second.company #company--history .historyBox .item::before {
        width: 9px;
        height: 9px;
        top: 0;
        margin-top: 35px;
        margin-left: -18px; }
      #container.second.company #company--history .historyBox .item div.year {
        width: auto;
        float: none;
        margin: 0 auto; }
        #container.second.company #company--history .historyBox .item div.year span {
          margin-left: 1em;
          width: auto;
          position: static; }
      #container.second.company #company--history .historyBox .item p {
        width: auto;
        float: none;
        margin: 0 auto;
        margin-top: 0;
        padding-top: 0; } }

/*contact 
------------------------------------------------------*/
#container.contact section,
#container.thanks section {
  padding-bottom: 60px; }
#container.contact #contactLead,
#container.thanks #contactLead {
  padding-bottom: 40px;
  text-align: center; }
  @media screen and (min-width: 768px) and (max-width: 1239px) {
    #container.contact #contactLead,
    #container.thanks #contactLead {
      padding-bottom: 3.8462%; } }
  @media screen and (max-width: 767px) {
    #container.contact #contactLead,
    #container.thanks #contactLead {
      padding-bottom: 6.6667%; } }
  #container.contact #contactLead h2,
  #container.thanks #contactLead h2 {
    margin-bottom: 20px;
    font-size: clamp(20px, 1.935vw, 24px);
    font-weight: 500;
    line-height: 1.75;
    margin-bottom: 30px; }
  #container.contact #contactLead > p,
  #container.thanks #contactLead > p {
    text-align: center; }
    #container.contact #contactLead > p a,
    #container.thanks #contactLead > p a {
      text-decoration: underline; }
    #container.contact #contactLead > p a:hover,
    #container.thanks #contactLead > p a:hover {
      text-decoration: none; }
  @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.privacy section h2 {
  margin-bottom: 20px;
  text-align: left;
  font-size: clamp(18px, 1.935vw, 24px);
  line-height: 1.5;
  font-weight: 500; }
#container.privacy section * + h2 {
  margin-top: 50px; }
#container.privacy section ul {
  margin-top: 0; }
#container.privacy section ul.att {
  margin-top: 0; }
#container.privacy section ol {
  margin-top: 0; }
#container.privacy section p {
  word-break: break-all; }
#container.privacy section a {
  display: inline-block;
  color: var(--txBody);
  position: relative; }
  #container.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.privacy section a:hover::after {
    opacity: 0; }

/* -----------------------------------------
products / Index
----------------------------------------- */
#container.second.productsIndex #medicalIndex--nav ul,
#container.second.productsIndex #stainlessIndex--nav ul {
  display: block;
  margin-bottom: 6.7308%; }
  #container.second.productsIndex #medicalIndex--nav ul::after, #container.second.productsIndex #medicalIndex--nav ul::before,
  #container.second.productsIndex #stainlessIndex--nav ul::after,
  #container.second.productsIndex #stainlessIndex--nav ul::before {
    content: "";
    display: block;
    clear: both; }
  #container.second.productsIndex #medicalIndex--nav ul li,
  #container.second.productsIndex #stainlessIndex--nav ul li {
    width: 50%;
    float: left;
    padding: 0 10px; }
    #container.second.productsIndex #medicalIndex--nav ul li a,
    #container.second.productsIndex #stainlessIndex--nav ul li a {
      display: block;
      padding: calc(24/18 * 1em) 10px;
      border: var(--pointCl02) 2px solid;
      border-radius: 10px;
      color: var(--pointCl02);
      font-size: clamp(15px, 1.452vw, 18px);
      font-weight: 500;
      text-align: center; }
      #container.second.productsIndex #medicalIndex--nav ul li a:hover,
      #container.second.productsIndex #stainlessIndex--nav ul li a:hover {
        background-color: var(--pointCl02);
        color: #fff; }
    #container.second.productsIndex #medicalIndex--nav ul li.cr a,
    #container.second.productsIndex #stainlessIndex--nav ul li.cr a {
      border-color: var(--pointCl01);
      color: var(--pointCl01); }
      #container.second.productsIndex #medicalIndex--nav ul li.cr a:hover,
      #container.second.productsIndex #stainlessIndex--nav ul li.cr a:hover {
        background-color: var(--pointCl01);
        color: #fff; }
@media screen and (max-width: 767px) {
  #container.second.productsIndex #medicalIndex--nav ul,
  #container.second.productsIndex #stainlessIndex--nav ul {
    width: 89.5522%;
    margin: 0 auto 13.4328%; }
    #container.second.productsIndex #medicalIndex--nav ul li,
    #container.second.productsIndex #stainlessIndex--nav ul li {
      width: auto;
      float: none;
      margin: 0 auto; }
      #container.second.productsIndex #medicalIndex--nav ul li:nth-child(2),
      #container.second.productsIndex #stainlessIndex--nav ul li:nth-child(2) {
        margin-top: 15px; } }
#container.second.productsIndex #medicalIndex--lead h2,
#container.second.productsIndex #stainlessIndex--lead h2 {
  text-align: center;
  font-size: clamp(23px, 2.419vw, 30px);
  font-weight: 500;
  line-height: calc(70/45);
  margin-bottom: 30px; }
#container.second.productsIndex #medicalIndex--lead p,
#container.second.productsIndex #stainlessIndex--lead p {
  text-align: center;
  font-size: clamp(15px, 1.613vw, 20px);
  line-height: calc(42/20);
  margin-bottom: 30px; }
#container.second.productsIndex #medicalIndex--lead ul,
#container.second.productsIndex #stainlessIndex--lead ul {
  width: 720px;
  max-width: 100%;
  margin: 0 auto;
  display: block; }
  #container.second.productsIndex #medicalIndex--lead ul::after, #container.second.productsIndex #medicalIndex--lead ul::before,
  #container.second.productsIndex #stainlessIndex--lead ul::after,
  #container.second.productsIndex #stainlessIndex--lead ul::before {
    content: "";
    display: block;
    clear: both; }
  #container.second.productsIndex #medicalIndex--lead ul li,
  #container.second.productsIndex #stainlessIndex--lead ul li {
    width: calc(50% - 20px);
    float: left; }
    #container.second.productsIndex #medicalIndex--lead ul li a,
    #container.second.productsIndex #stainlessIndex--lead ul li a {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      border-radius: 50vw;
      padding: 20px;
      padding-left: calc(130/400 * 100%);
      background-color: var(--pointCl01);
      color: #fff;
      position: relative; }
      #container.second.productsIndex #medicalIndex--lead ul li a span,
      #container.second.productsIndex #stainlessIndex--lead ul li a span {
        display: block;
        text-align: left;
        line-height: 1;
        font-size: clamp(11px, 1.29vw, 16px);
        font-weight: 500; }
      #container.second.productsIndex #medicalIndex--lead ul li a div,
      #container.second.productsIndex #stainlessIndex--lead ul li a div {
        padding-top: 10px;
        margin-bottom: 0;
        text-align: left;
        line-height: 1;
        font-size: clamp(14px, 1.613vw, 20px);
        font-weight: 500; }
      #container.second.productsIndex #medicalIndex--lead ul li a::before,
      #container.second.productsIndex #stainlessIndex--lead ul li a::before {
        content: "";
        display: block;
        width: calc(115/400 * 100%);
        height: 100%;
        background-position: right center;
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        left: 0; }
      #container.second.productsIndex #medicalIndex--lead ul li a:hover,
      #container.second.productsIndex #stainlessIndex--lead ul li a:hover {
        background-color: var(--btnOvCl01); }
    #container.second.productsIndex #medicalIndex--lead ul li:nth-child(1) a::before,
    #container.second.productsIndex #stainlessIndex--lead ul li:nth-child(1) a::before {
      background-image: url("../images/page/ico_catalog.svg");
      background-size: calc(45/115 * 100%) auto; }
    #container.second.productsIndex #medicalIndex--lead ul li:nth-child(2),
    #container.second.productsIndex #stainlessIndex--lead ul li:nth-child(2) {
      float: right; }
      #container.second.productsIndex #medicalIndex--lead ul li:nth-child(2) a::before,
      #container.second.productsIndex #stainlessIndex--lead ul li:nth-child(2) a::before {
        background-image: url(../images/page/ico_price.svg);
        background-size: calc(25/115 * 100%) auto; }
@media screen and (max-width: 767px) {
  #container.second.productsIndex #medicalIndex--lead p,
  #container.second.productsIndex #stainlessIndex--lead p {
    text-align: left; }
  #container.second.productsIndex #medicalIndex--lead ul,
  #container.second.productsIndex #stainlessIndex--lead ul {
    width: 280px;
    max-width: 95%; }
    #container.second.productsIndex #medicalIndex--lead ul li,
    #container.second.productsIndex #stainlessIndex--lead ul li {
      width: auto;
      float: none;
      margin: 0 auto; }
      #container.second.productsIndex #medicalIndex--lead ul li:nth-child(2),
      #container.second.productsIndex #stainlessIndex--lead ul li:nth-child(2) {
        float: none;
        margin-top: 20px; }
      #container.second.productsIndex #medicalIndex--lead ul li a,
      #container.second.productsIndex #stainlessIndex--lead ul li a {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: calc(130/400 * 100%); }
        #container.second.productsIndex #medicalIndex--lead ul li a span,
        #container.second.productsIndex #stainlessIndex--lead ul li a span {
          font-size: 1.1rem; }
        #container.second.productsIndex #medicalIndex--lead ul li a div,
        #container.second.productsIndex #stainlessIndex--lead ul li a div {
          font-size: 1.6rem; }
      #container.second.productsIndex #medicalIndex--lead ul li:nth-child(1) a::before,
      #container.second.productsIndex #stainlessIndex--lead ul li:nth-child(1) a::before {
        background-size: calc(35/115 * 100%) auto; }
      #container.second.productsIndex #medicalIndex--lead ul li:nth-child(2) a::before,
      #container.second.productsIndex #stainlessIndex--lead ul li:nth-child(2) a::before {
        background-size: calc(25/115 * 100%) auto; } }
#container.second.productsIndex .medicalIndex,
#container.second.productsIndex .stainlessIndex {
  padding-bottom: 0; }
  #container.second.productsIndex .medicalIndex h3,
  #container.second.productsIndex .stainlessIndex h3 {
    text-align: left;
    font-size: clamp(20px, 1.935vw, 24px);
    font-weight: 500;
    margin-bottom: 20px; }
  #container.second.productsIndex .medicalIndex ul,
  #container.second.productsIndex .stainlessIndex ul {
    border-bottom: var(--lineCl01) 1px solid;
    padding-bottom: 1.7857%;
    margin-bottom: 4.4643%;
    display: block; }
    #container.second.productsIndex .medicalIndex ul::after, #container.second.productsIndex .medicalIndex ul::before,
    #container.second.productsIndex .stainlessIndex ul::after,
    #container.second.productsIndex .stainlessIndex ul::before {
      content: "";
      display: block;
      clear: both; }
    #container.second.productsIndex .medicalIndex ul li,
    #container.second.productsIndex .stainlessIndex ul li {
      width: 23.2143%;
      float: left;
      margin-right: 2.3214%;
      margin-bottom: 2.6786%; }
      #container.second.productsIndex .medicalIndex ul li:nth-child(4n),
      #container.second.productsIndex .stainlessIndex ul li:nth-child(4n) {
        margin-right: 0; }
      #container.second.productsIndex .medicalIndex ul li a,
      #container.second.productsIndex .stainlessIndex ul li a {
        display: block; }
        #container.second.productsIndex .medicalIndex ul li a .img,
        #container.second.productsIndex .stainlessIndex ul li a .img {
          padding-top: 69.2307692308%;
          position: relative;
          overflow: hidden; }
          #container.second.productsIndex .medicalIndex ul li a .img img,
          #container.second.productsIndex .stainlessIndex ul li 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.second.productsIndex .medicalIndex ul li a:hover .img img,
        #container.second.productsIndex .stainlessIndex ul li a:hover .img img {
          transform: scale(1.15); }
        #container.second.productsIndex .medicalIndex ul li a .img,
        #container.second.productsIndex .stainlessIndex ul li a .img {
          border-radius: 10px;
          overflow: hidden; }
        #container.second.productsIndex .medicalIndex ul li a p,
        #container.second.productsIndex .stainlessIndex ul li a p {
          margin-top: 10px;
          font-size: clamp(15px, 1.29vw, 16px); }
  @media screen and (max-width: 767px) {
    #container.second.productsIndex .medicalIndex ul,
    #container.second.productsIndex .stainlessIndex ul {
      padding-bottom: 2.9851%;
      margin-bottom: 7.4627%; }
      #container.second.productsIndex .medicalIndex ul li,
      #container.second.productsIndex .stainlessIndex ul li {
        width: calc(50% - 10px);
        float: left;
        margin-right: 0; }
        #container.second.productsIndex .medicalIndex ul li:nth-child(4n),
        #container.second.productsIndex .stainlessIndex ul li:nth-child(4n) {
          margin-right: 0; }
        #container.second.productsIndex .medicalIndex ul li:nth-child(2n),
        #container.second.productsIndex .stainlessIndex ul li:nth-child(2n) {
          float: right; } }

/* -----------------------------------------
products / Detail
----------------------------------------- */
#container.second.productsDetail .detai--title .catTit {
  margin-bottom: 20px;
  text-align: left;
  font-size: clamp(20px, 2.097vw, 26px);
  font-weight: 500;
  line-height: calc(60/36); }
#container.second.productsDetail .detai--title ul {
  text-align: left; }
  #container.second.productsDetail .detai--title ul li {
    display: inline-block; }
    #container.second.productsDetail .detai--title ul li a {
      font-size: clamp(15px, 1.29vw, 16px);
      text-decoration: none;
      line-height: 1.5; }
      #container.second.productsDetail .detai--title ul li a:hover {
        text-decoration: underline;
        color: var(--pointCl01); }
    #container.second.productsDetail .detai--title ul li:nth-child(n + 2) {
      margin-left: 0.5em; }
      #container.second.productsDetail .detai--title ul li:nth-child(n + 2)::before {
        content: "/";
        margin-right: 0.5em; }
#container.second.productsDetail .detail--main {
  padding-bottom: 50px; }
  @media screen and (min-width: 768px) and (max-width: 1239px) {
    #container.second.productsDetail .detail--main {
      padding-bottom: 4.2373%; } }
  #container.second.productsDetail .detail--main h1 {
    background-color: #dcecf1;
    border-radius: 10px;
    text-align: left;
    font-size: clamp(16px, 1.935vw, 24px);
    font-weight: 500;
    line-height: calc(35/24);
    padding: 20px 25px 20px;
    margin-bottom: 5.3571%; }
  #container.second.productsDetail .detail--main .btn--cat {
    margin-bottom: 20px; }
    #container.second.productsDetail .detail--main .btn--cat a {
      display: block;
      width: 240px;
      height: 56px;
      margin-left: auto;
      border-radius: 50vw;
      background-color: var(--pointCl01); }
      #container.second.productsDetail .detail--main .btn--cat a:hover {
        background-color: var(--btnOvCl01); }
      #container.second.productsDetail .detail--main .btn--cat a span {
        display: inline-block;
        height: 56px;
        padding-left: 45px;
        color: #fff;
        font-weight: 500;
        text-align: left;
        font-size: 1.8rem;
        line-height: 56px;
        position: relative; }
        #container.second.productsDetail .detail--main .btn--cat a span::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: 37px;
          height: 28px;
          background-image: url("../images/page/ico_catalog.svg");
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          margin: auto auto auto 0; }
  #container.second.productsDetail .detail--main .inner {
    display: block;
    margin-bottom: 5.3571%; }
    #container.second.productsDetail .detail--main .inner::after, #container.second.productsDetail .detail--main .inner::before {
      content: "";
      display: block;
      clear: both; }
    #container.second.productsDetail .detail--main .inner .imgBox {
      width: 35.7143%;
      float: left; }
      #container.second.productsDetail .detail--main .inner .imgBox img {
        border-radius: 10px; }
    #container.second.productsDetail .detail--main .inner .txtBox {
      width: 61.1607%;
      float: right; }
      #container.second.productsDetail .detail--main .inner .txtBox h2 {
        margin-bottom: 20px;
        font-size: clamp(18px, 1.935vw, 24px);
        font-weight: 500;
        text-align: left; }
      #container.second.productsDetail .detail--main .inner .txtBox p {
        font-size: clamp(15px, 1.29vw, 16px); }
  #container.second.productsDetail .detail--main .innerB {
    display: block;
    margin-top: 40px; }
    #container.second.productsDetail .detail--main .innerB::after, #container.second.productsDetail .detail--main .innerB::before {
      content: "";
      display: block;
      clear: both; }
    #container.second.productsDetail .detail--main .innerB .item {
      width: 30.3571%;
      float: left;
      margin-right: 4.4643%;
      margin-bottom: 30px; }
      #container.second.productsDetail .detail--main .innerB .item:nth-child(3n) {
        margin-right: 0; }
      #container.second.productsDetail .detail--main .innerB .item img {
        border-radius: 10px; }
      #container.second.productsDetail .detail--main .innerB .item p {
        margin-top: 20px;
        font-size: clamp(18px, 1.613vw, 20px);
        line-height: calc(34/20);
        font-weight: 500; }
  #container.second.productsDetail .detail--main .relatedLinkArea {
    border-top: var(--lineCl01) 1px solid;
    padding-bottom: 3.5714%;
    padding-top: 3.5714%; }
    #container.second.productsDetail .detail--main .relatedLinkArea .tit {
      text-align: left;
      font-weight: 500;
      font-size: clamp(16px, 1.613vw, 20px);
      margin-bottom: 15px; }
    #container.second.productsDetail .detail--main .relatedLinkArea ul {
      margin-top: 0; }
      #container.second.productsDetail .detail--main .relatedLinkArea ul li {
        padding-left: 30px;
        position: relative;
        text-align: left; }
        #container.second.productsDetail .detail--main .relatedLinkArea ul li::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: 18px;
          height: 18px;
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          margin: auto auto auto 0; }
        #container.second.productsDetail .detail--main .relatedLinkArea ul li a {
          font-size: clamp(15px, 1.29vw, 16px);
          text-decoration: underline; }
          #container.second.productsDetail .detail--main .relatedLinkArea ul li a:hover {
            text-decoration: none; }
        #container.second.productsDetail .detail--main .relatedLinkArea ul li.youtube::before {
          background-image: url("../images/ico_youtube.svg"); }
        #container.second.productsDetail .detail--main .relatedLinkArea ul li.pdf::before {
          background-image: url("../images/ico_pdf.svg"); }
        #container.second.productsDetail .detail--main .relatedLinkArea ul li.newwin::before {
          background-image: url("../images/ico_newwin.svg"); }
  #container.second.productsDetail .detail--main .innerB + .btnArea {
    margin-top: 7.1429%; }
  #container.second.productsDetail .detail--main .btnArea {
    border-top: var(--lineCl01) 1px solid;
    border-bottom: var(--lineCl01) 1px solid;
    padding-top: 5.3571%;
    padding-bottom: 5.3571%; }
    #container.second.productsDetail .detail--main .btnArea ul {
      width: 740px;
      max-width: 100%;
      margin: 0 auto;
      display: flex;
      justify-content: center;
      column-gap: 40px; }
      #container.second.productsDetail .detail--main .btnArea ul li {
        width: calc(350/740 * 100%); }
        #container.second.productsDetail .detail--main .btnArea ul li a {
          display: block;
          width: 100%;
          height: 70px;
          border-radius: 50vw;
          background-color: var(--pointCl01);
          text-align: center; }
          #container.second.productsDetail .detail--main .btnArea ul li a:hover {
            background-color: var(--btnOvCl01); }
          #container.second.productsDetail .detail--main .btnArea ul li a span {
            display: inline-block;
            height: 70px;
            padding-left: 40px;
            color: #fff;
            font-weight: 500;
            text-align: left;
            font-size: clamp(15px, 1.452vw, 18px);
            line-height: 70px;
            position: relative; }
            #container.second.productsDetail .detail--main .btnArea ul li a span::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;
              position: absolute;
              top: 0;
              right: 0;
              bottom: 0;
              left: 0;
              margin: auto auto auto 0; }
        #container.second.productsDetail .detail--main .btnArea ul li.file a span::before {
          background-image: url("../images/page/ico_catalog.svg");
          width: 30.4px;
          height: 23.2px; }
        #container.second.productsDetail .detail--main .btnArea ul li.mail a span::before {
          background-image: url("../images/page/ico_mail.svg");
          width: 28px;
          height: 22.4px; }
  @media screen and (max-width: 767px) {
    #container.second.productsDetail .detail--main {
      padding-bottom: 6.6667%; }
      #container.second.productsDetail .detail--main h1 {
        padding: 15px 20px;
        margin-bottom: 10.4478%; }
      #container.second.productsDetail .detail--main .btn--cat {
        margin-bottom: 13.4328%; }
        #container.second.productsDetail .detail--main .btn--cat a {
          width: 250px;
          height: 50px;
          margin: 0 auto; }
          #container.second.productsDetail .detail--main .btn--cat a span {
            height: 50px;
            padding-left: 35px;
            font-size: 1.5rem;
            line-height: 50px; }
            #container.second.productsDetail .detail--main .btn--cat a span::before {
              width: 28px;
              height: 21.5px; }
      #container.second.productsDetail .detail--main .inner {
        margin-bottom: 8.9552%; }
        #container.second.productsDetail .detail--main .inner .imgBox {
          width: 74.6269%;
          float: none;
          margin: 0 auto 5.9701%; }
        #container.second.productsDetail .detail--main .inner .txtBox {
          width: auto;
          float: none;
          margin: 0 auto; }
          #container.second.productsDetail .detail--main .inner .txtBox h2 {
            margin-bottom: 15px; }
      #container.second.productsDetail .detail--main .innerB {
        margin-top: 20px;
        margin-bottom: 14.9254%; }
        #container.second.productsDetail .detail--main .innerB .item {
          width: auto;
          float: none;
          margin: 0 auto;
          width: 89.5522%;
          margin: 0 auto 30px !important; }
      #container.second.productsDetail .detail--main .relatedLinkArea {
        position: relative;
        border: none;
        padding-bottom: 11.9403%;
        padding-top: 11.9403%; }
        #container.second.productsDetail .detail--main .relatedLinkArea::before {
          content: "";
          display: block;
          width: calc(100% + 40px);
          height: 1px;
          background-color: var(--lineCl01);
          position: absolute;
          left: 0;
          transform: translateX(-20px); }
        #container.second.productsDetail .detail--main .relatedLinkArea::before {
          top: 0; }
      #container.second.productsDetail .detail--main .innerB + .btnArea {
        margin-top: 7.4627%; }
      #container.second.productsDetail .detail--main .btnArea {
        padding-bottom: 14.9254%;
        border-bottom: none;
        position: relative;
        border: none;
        padding-bottom: 11.9403%;
        padding-top: 11.9403%;
        margin-bottom: 8.9552%; }
        #container.second.productsDetail .detail--main .btnArea::before, #container.second.productsDetail .detail--main .btnArea::after {
          content: "";
          display: block;
          width: calc(100% + 40px);
          height: 1px;
          background-color: var(--lineCl01);
          position: absolute;
          left: 0;
          transform: translateX(-20px); }
        #container.second.productsDetail .detail--main .btnArea::before {
          top: 0; }
        #container.second.productsDetail .detail--main .btnArea::after {
          bottom: 0; }
        #container.second.productsDetail .detail--main .btnArea ul {
          width: 250px;
          display: block; }
          #container.second.productsDetail .detail--main .btnArea ul li {
            width: auto;
            float: none;
            margin: 0 auto; }
            #container.second.productsDetail .detail--main .btnArea ul li:nth-child(2) {
              margin-top: 15px; }
            #container.second.productsDetail .detail--main .btnArea ul li a {
              height: 50px; }
              #container.second.productsDetail .detail--main .btnArea ul li a span {
                height: 50px;
                padding-left: 35px;
                font-size: 1.5rem;
                line-height: 50px; }
            #container.second.productsDetail .detail--main .btnArea ul li.file a span::before {
              width: 28px;
              height: 21.5px; }
            #container.second.productsDetail .detail--main .btnArea ul li.mail {
              float: none; }
              #container.second.productsDetail .detail--main .btnArea ul li.mail a span::before {
                width: 25px;
                height: 16.5px; } }
#container.second.productsDetail .detail--link .tit {
  text-align: left;
  font-size: clamp(16px, 1.452vw, 18px);
  font-weight: 500;
  line-height: calc(60/36); }
#container.second.productsDetail .detail--link ul {
  margin-top: 15px;
  text-align: left; }
  #container.second.productsDetail .detail--link ul li {
    display: inline-block;
    font-size: clamp(15px, 1.29vw, 16px); }
    #container.second.productsDetail .detail--link ul li a {
      text-decoration: none;
      line-height: 1.5; }
      #container.second.productsDetail .detail--link ul li a:hover {
        text-decoration: underline;
        color: var(--pointCl01); }
    #container.second.productsDetail .detail--link ul li:nth-child(n + 2) {
      margin-left: 0.5em; }
      #container.second.productsDetail .detail--link ul li:nth-child(n + 2)::before {
        content: "/";
        margin-right: 0.5em; }

/*=============
plugin
==============*/
/*-----------------------------------------------------
wp-pagenavi
--------------------------------------------------------*/
#container nav.navigation.pagination h2 {
  visibility: hidden; }
#container nav.navigation.pagination .nav-links {
  margin-top: 10px;
  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: #878180;
    color: #fff; }
  #container nav.navigation.pagination .nav-links .extend {
    border: none; }
  #container nav.navigation.pagination .nav-links .current {
    color: #fff;
    border-color: #44403f;
    background-color: #44403f; }
  #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; } }

/*-----------------------------------------------------
single pager
--------------------------------------------------------*/
/* 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%;
  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; } }

/* -----------------------------------------
index
----------------------------------------- */
#container.news #newsIndex ul.stickylist {
  border-bottom: none;
  margin-bottom: 3.8462%; }
  #container.news #newsIndex ul.stickylist .fix {
    margin-bottom: 20px; }

/* -----------------------------------------
detail
----------------------------------------- */
#container.news #newsDetail .newsTitle {
  border-bottom: var(--lineCl01) 1px solid;
  padding-bottom: 3.8462%;
  margin-bottom: 3.8462%; }
  #container.news #newsDetail .newsTitle span.date {
    display: block;
    text-align: left;
    color: #666;
    font-size: clamp(14px, 1.21vw, 15px);
    line-height: 20px; }
  #container.news #newsDetail .newsTitle h1 {
    text-align: left;
    font-size: clamp(22px, 2.419vw, 30px);
    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(22px, 1.935vw, 24px);
    text-align: left;
    font-weight: 500;
    line-height: 1.75; }
  #container .post h3 {
    margin-top: 50px !important;
    margin-bottom: 30px;
    font-size: clamp(20px, 1.774vw, 22px);
    text-align: left;
    font-weight: 500;
    line-height: 1.75; }
  #container .post h4 {
    font-size: clamp(18px, 1.613vw, 20px); }
  #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 > img,
  #container .post p img {
    display: block;
    width: 100%;
    max-width: 680px;
    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.129vw, 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 */
