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

body {
  line-height: 1; }

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

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

blockquote, q {
  quotes: none; }

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

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

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

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

del {
  text-decoration: line-through; }

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

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

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

input, select {
  vertical-align: middle; }

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

hr {
  overflow: visible; }

[hidden], template {
  display: none; }

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

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

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

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

b, strong {
  font-weight: bolder; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

input {
  border-radius: 0; }

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

optgroup {
  font-weight: bold; }

button {
  overflow: visible; }

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

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

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

button,
select {
  text-transform: none; }

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

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

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

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

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

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

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

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

img {
  border-style: none; }

progress {
  vertical-align: baseline; }

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

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

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

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

[aria-controls] {
  cursor: pointer; }

[aria-disabled] {
  cursor: default; }

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

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

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

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

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

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

/*----------------------------------------------------------
Properties
-----------------------------------------------------------*/
:root {
  --bgBody: #f4f4f4;
  --txBody: #333;
  --pointCl01:#49b85d;
  --pointCl02:#a5cbaa;
  --lineCl01:#dedede;
  --lineCl02:#c5d8c8;
  --lineCl03:#c5d8c8;
  --bgCl01:#f4f4f4;
  --ovCl01:#4abb59;
  --kadomaru:30px;
  --kadomarusp:20px;
  --kadomaruL:70px;
  --kadomaruLsp:35px;
  --kadomaruM:60px;
  --kadomaruMsp:30px;
  --kadomaruS:20px;
  --kadomaruSsp:10px;
  --imgmaru:30px;
  --imgmarusp:20px;
  --hdrH:145px;
  --hdrHsp:85px;
  --trTime: .5s;
  --spMaxW:350px; }

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

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

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

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

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

.wrapBoxW, #container.toppage #topProducts, #container.toppage #topRecruit, #container.second.productsDetail #productsDetail--post, #container.second #notfound, header #hdrIn, #ftrContact, #ftrIn, #ftrBtm, #mainTitle.privacy, #mainTitle .inner, .cookie-consent .cookie-consent-in, #container.second section, #mainImage #mainTxt, #container.toppage #topNews,
.wrapBox,
.wrapBoxC, #container.second.about .lNav, #container.second.history .lNav, #container.second.base .lNav, #container.second.recruit .lNav, #container.second.application_guidelines .lNav, #container.second.entry .lNav,
#container.second.entry-thanks .lNav, #container.second.about section, #container.second.base section, #container.toppage #topAbout, #container.second.history section, #container.second.feature #feature--lead, #container.second.products #productsIndex, #container.second.productsDetail #productsDetail--title, #container.second.recruit #recruit--lead, #container.second.recruit #recruit--flow, #container.second.application_guidelines section, #container.privacy section,
.wrapBoxS, #container.second.entry section,
#container.second.entry-thanks section, #container.contact section,
#container.thanks section,
.wrapBoxSS {
  max-width: 100%;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px; }
  @media screen and (max-width: 767px) {
    .wrapBoxW, #container.toppage #topProducts, #container.toppage #topRecruit, #container.second.productsDetail #productsDetail--post, #container.second #notfound, header #hdrIn, #ftrContact, #ftrIn, #ftrBtm, #mainTitle.privacy, #mainTitle .inner, .cookie-consent .cookie-consent-in, #container.second section, #mainImage #mainTxt, #container.toppage #topNews,
    .wrapBox,
    .wrapBoxC, #container.second.about .lNav, #container.second.history .lNav, #container.second.base .lNav, #container.second.recruit .lNav, #container.second.application_guidelines .lNav, #container.second.entry .lNav,
    #container.second.entry-thanks .lNav, #container.second.about section, #container.second.base section, #container.toppage #topAbout, #container.second.history section, #container.second.feature #feature--lead, #container.second.products #productsIndex, #container.second.productsDetail #productsDetail--title, #container.second.recruit #recruit--lead, #container.second.recruit #recruit--flow, #container.second.application_guidelines section, #container.privacy section,
    .wrapBoxS, #container.second.entry section,
    #container.second.entry-thanks section, #container.contact section,
    #container.thanks section,
    .wrapBoxSS {
      padding-left: 20px;
      padding-right: 20px; } }

/* box --1300px-----------*/
.wrapBoxW {
  width: 1360px; }

/* box --1240px-----------*/
#container.toppage #topProducts, #container.toppage #topRecruit, #container.second.productsDetail #productsDetail--post, #container.second #notfound, header #hdrIn, #ftrContact, #ftrIn, #ftrBtm, #mainTitle.privacy, #mainTitle .inner, .cookie-consent .cookie-consent-in, #container.second section, #mainImage #mainTxt, #container.toppage #topNews,
.wrapBox {
  width: 1300px; }

/* box --1180px-----------*/
.wrapBoxC {
  width: 1240px; }

/* box --1100px-----------*/
#container.second.about .lNav, #container.second.history .lNav, #container.second.base .lNav, #container.second.recruit .lNav, #container.second.application_guidelines .lNav, #container.second.entry .lNav,
#container.second.entry-thanks .lNav, #container.second.about section, #container.second.base section, #container.toppage #topAbout, #container.second.history section, #container.second.feature #feature--lead, #container.second.products #productsIndex, #container.second.productsDetail #productsDetail--title, #container.second.recruit #recruit--lead, #container.second.recruit #recruit--flow, #container.second.application_guidelines section, #container.privacy section,
.wrapBoxS {
  width: 1160px; }

/* box --1000px-----------*/
#container.second.entry section,
#container.second.entry-thanks section, #container.contact section,
#container.thanks section,
.wrapBoxSS {
  width: 1060px; }

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

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

body {
  font-family: "Noto Sans SC", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em; }

input {
  font-family: "Noto Sans SC", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 400; }

#container.toppage #topAbout .txt h2, #container.toppage #topFeature h2, #container.toppage #topNews .tit h2, #container.toppage #topRecruit .txt h2, #container.second.recruit #recruit--lead .inner .txt h2, #container.toppage #topProducts h2, #container.second.about section .titBox h2, #container.second.history section h2, #container.second.base section .titBox h2, #container.second.feature #feature--strengths h2, #container.second.recruit #recruit--flow h2, #container.second.recruit #recruit--lead .inner02 h3, #container.second.recruit #recruit--flow .flowBox .item p, #mainTitle .inner .pageTitle, .spLang ul li a, #container.second.history section .historyBox .item span.year, #container.second.base section .mainBox .inner .btn a, #container .pageNav ul li a {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-style: normal; }

#container.toppage #topAbout .txt h2, #container.toppage #topFeature h2, #container.toppage #topNews .tit h2, #container.toppage #topRecruit .txt h2, #container.second.recruit #recruit--lead .inner .txt h2, #container.toppage #topProducts h2, #container.second.about section .titBox h2, #container.second.history section h2, #container.second.base section .titBox h2, #container.second.feature #feature--strengths h2, #container.second.recruit #recruit--flow h2, #container.second.recruit #recruit--lead .inner02 h3, #container.second.recruit #recruit--flow .flowBox .item p {
  font-weight: 700; }

#ftrContact ul li.tel a, #container.contact #contactLead .telBox a,
#container.thanks #contactLead .telBox a,
#container.second.entry-thanks #contactLead .telBox a, #container .cBlogList li span.date, #container.news #newsDetail .blogTitle span.date {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal; }

input[type="checkbox"],
input[type="radio"],
header nav > ul > li.navContact > a,
.fontDef {
  font-family: "Noto Sans SC", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 400; }

header .hdrLang ul li a, header nav > ul > li > a, #ftrIn nav .fNavSp .ftrLang li a, #container.second.history section .historyBox .item dl dt, #container.second.base section .mainBox .inner .boxIn h3, #container.second.application_guidelines section .inner dl dd {
  font-family: "Noto Sans SC", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 500; }

#container.toppage #topAbout .txt h2 span, #container.toppage #topFeature h2 span, #container.toppage #topNews .tit h2 span, #container.toppage #topRecruit .txt h2 span, #container.second.recruit #recruit--lead .inner .txt h2 span, #container.toppage #topProducts h2 span, #container.toppage #topAbout .txt h3, #container.toppage #topRecruit .txt h3, #container.second.recruit #recruit--lead .inner .txt h3, #container.toppage #topAbout .txt h3 span, #container.toppage #topRecruit .txt h3 span, #container.second.recruit #recruit--lead .inner .txt h3 span, #container.second.about section .titBox h2 span, #container.second.history section h2 span, #container.second.base section .titBox h2 span, #container.second.feature #feature--strengths h2 span, #container.second.recruit #recruit--flow h2 span, #container.second.feature #feature--lead h2, #container.second.feature #feature--flow h2, #container.second.application_guidelines section h2, #container.second.entry #entryLead h2,
#container.second.entry-thanks #entryLead h2, #container.second.feature #feature--strengths .inner > .txt h3 span.txt, #container.second.feature #feature--flow .flowBox .item .txt h3, #container.second.application_guidelines section .inner h3, #container.second.feature #feature--lead .inner .item h3, #container.second.products #productsIndex .inner .titBox h2, #container.contact #contactLead h2,
#container.thanks #contactLead h2,
#container.second.entry-thanks #contactLead h2, #container.second.application_guidelines section .inner dl dt, #container.second.about .lNav ul li a, #container.second.history .lNav ul li a, #container.second.base .lNav ul li a, #container.second.recruit .lNav ul li a, #container.second.application_guidelines .lNav ul li a, #container.second.entry .lNav ul li a,
#container.second.entry-thanks .lNav ul li a, #form table th, #ftrContact .tit, #mainTitle .inner .pageTitle span, #mainImage #mainTxt p, #mainImage #mainTxt p span, #container.toppage #topFeature .inner .item .img .tit h3, #container.second.about #about--philosophy .mainBox p, #container.second.productsDetail #productsDetail--title .titBox .cat, #container.second.productsDetail #productsDetail--title .titBox h1, #container.second.productsDetail #productsDetail--post h2, #container.second.productsDetail #productsDetail--post h3, #container.second.recruit #recruit--lead .inner .txt h4 span, #container .cBlogList li p, #container.news #newsDetail .blogTitle h1, #container .post h2, #container .post h3 {
  font-family: "Noto Sans SC", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 600; }

/* -----------------------------------------
-- 1. set
-- 2. title
-- 3. text
-- 4. list
-- 5. table
-- 6. btn
-- 7. other
----------------------------------------- */
/*--------------------------------------------------------------------
1. set
---------------------------------------------------------------------*/
#container.toppage #topFeature, #container.second.feature #feature--strengths {
  background-color: #fff;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 130px;
  padding-bottom: 170px;
  border-radius: var(--kadomaruL); }
  @media screen and (min-width: 768px) and (max-width: 1299px) {
    #container.toppage #topFeature, #container.second.feature #feature--strengths {
      padding-top: 10.4839%;
      padding-bottom: 13.7097%; } }
  @media screen and (max-width: 767px) {
    #container.toppage #topFeature, #container.second.feature #feature--strengths {
      padding-top: 16%;
      padding-bottom: 24%;
      border-radius: var(--kadomaruLsp); } }

#container.toppage #topProducts, #container.toppage #topRecruit, #container.second.productsDetail #productsDetail--post {
  max-width: calc(100% - 60px);
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 90px;
  padding-bottom: 100px;
  border-radius: var(--kadomaruM); }
  @media screen and (min-width: 768px) and (max-width: 1299px) {
    #container.toppage #topProducts, #container.toppage #topRecruit, #container.second.productsDetail #productsDetail--post {
      padding-top: 7.2581%;
      padding-bottom: 8.0645%; } }
  @media screen and (max-width: 767px) {
    #container.toppage #topProducts, #container.toppage #topRecruit, #container.second.productsDetail #productsDetail--post {
      padding-top: 17.3333%;
      padding-bottom: 18.6667%;
      border-radius: var(--kadomaruMsp); } }
#container.second.productsDetail #productsDetail--post {
  width: 1100px; }

#container.toppage #topProducts {
  background: var(--pointCl01) url("../images/bg_02.jpg") center center no-repeat;
  background-size: cover; }

#container.toppage #topRecruit {
  background-color: #fff; }

#container.second.productsDetail #productsDetail--post {
  background-color: #fff; }

/*--------------------------------------------------------------------
2. title
---------------------------------------------------------------------*/
#container.toppage #topAbout .txt h2, #container.toppage #topFeature h2, #container.toppage #topNews .tit h2, #container.toppage #topRecruit .txt h2, #container.second.recruit #recruit--lead .inner .txt h2, #container.toppage #topProducts h2 {
  text-align: left;
  font-size: clamp(36px, 5.538vw, 72px);
  margin-top: 10px;
  margin-bottom: 60px; }
  #container.toppage #topAbout .txt h2 span, #container.toppage #topFeature h2 span, #container.toppage #topNews .tit h2 span, #container.toppage #topRecruit .txt h2 span, #container.second.recruit #recruit--lead .inner .txt h2 span, #container.toppage #topProducts h2 span {
    display: block;
    margin-top: 20px;
    font-size: clamp(13px, 1.385vw, 18px); }
  @media screen and (max-width: 767px) {
    #container.toppage #topAbout .txt h2, #container.toppage #topFeature h2, #container.toppage #topNews .tit h2, #container.toppage #topRecruit .txt h2, #container.second.recruit #recruit--lead .inner .txt h2, #container.toppage #topProducts h2 {
      margin-top: 0;
      margin-bottom: 30px; }
      #container.toppage #topAbout .txt h2 span, #container.toppage #topFeature h2 span, #container.toppage #topNews .tit h2 span, #container.toppage #topRecruit .txt h2 span, #container.second.recruit #recruit--lead .inner .txt h2 span, #container.toppage #topProducts h2 span {
        margin-top: 10px; } }
#container.toppage #topAbout .txt h2, #container.toppage #topFeature h2, #container.toppage #topNews .tit h2, #container.toppage #topRecruit .txt h2, #container.second.recruit #recruit--lead .inner .txt h2 {
  color: var(--pointCl01); }
  #container.toppage #topAbout .txt h2 span, #container.toppage #topFeature h2 span, #container.toppage #topNews .tit h2 span, #container.toppage #topRecruit .txt h2 span, #container.second.recruit #recruit--lead .inner .txt h2 span {
    color: var(--pointCl02); }
#container.toppage #topProducts h2 {
  color: #fff; }
  #container.toppage #topProducts h2 span {
    color: #fff; }

#container.toppage #topAbout .txt h3, #container.toppage #topRecruit .txt h3, #container.second.recruit #recruit--lead .inner .txt h3 {
  margin-bottom: 30px;
  text-align: left;
  font-size: clamp(23px, 2.308vw, 30px);
  line-height: calc(46/30); }
  #container.toppage #topAbout .txt h3 span, #container.toppage #topRecruit .txt h3 span, #container.second.recruit #recruit--lead .inner .txt h3 span {
    display: block;
    margin-top: 5px;
    font-size: clamp(15px, 1.385vw, 18px); }

#container.second.about section .titBox h2, #container.second.history section h2, #container.second.base section .titBox h2, #container.second.feature #feature--strengths h2, #container.second.recruit #recruit--flow h2 {
  text-align: left;
  font-size: clamp(24px, 2.769vw, 36px); }
  #container.second.about section .titBox h2 span, #container.second.history section h2 span, #container.second.base section .titBox h2 span, #container.second.feature #feature--strengths h2 span, #container.second.recruit #recruit--flow h2 span {
    display: block;
    margin-top: 12px;
    font-size: clamp(13px, 1.385vw, 18px); }
#container.second.about section .titBox h2, #container.second.history section h2, #container.second.base section .titBox h2, #container.second.feature #feature--strengths h2, #container.second.recruit #recruit--flow h2 {
  color: var(--pointCl01); }
  #container.second.about section .titBox h2 span, #container.second.history section h2 span, #container.second.base section .titBox h2 span, #container.second.feature #feature--strengths h2 span, #container.second.recruit #recruit--flow h2 span {
    color: var(--pointCl02); }
@media screen and (max-width: 767px) {
  #container.second.about section .titBox h2, #container.second.history section h2, #container.second.base section .titBox h2, #container.second.feature #feature--strengths h2, #container.second.recruit #recruit--flow h2 {
    font-size: 2.8rem; } }

#container.second.feature #feature--lead h2, #container.second.feature #feature--flow h2 {
  text-align: center;
  font-size: clamp(24px, 2.308vw, 30px);
  line-height: calc(32/22);
  margin-bottom: 40px; }
  @media screen and (max-width: 767px) {
    #container.second.feature #feature--lead h2, #container.second.feature #feature--flow h2 {
      margin-bottom: 20px; } }
#container.second.application_guidelines section h2, #container.second.entry #entryLead h2,
#container.second.entry-thanks #entryLead h2 {
  text-align: left;
  font-size: clamp(24px, 2.308vw, 30px);
  line-height: calc(32/22);
  margin-bottom: 40px; }
  @media screen and (max-width: 767px) {
    #container.second.application_guidelines section h2, #container.second.entry #entryLead h2,
    #container.second.entry-thanks #entryLead h2 {
      margin-bottom: 20px; } }
#container.second.feature #feature--strengths .inner > .txt h3 span.txt {
  text-align: left;
  font-size: clamp(22px, 2.154vw, 28px);
  line-height: calc(32/22); }
#container.second.feature #feature--flow .flowBox .item .txt h3 {
  text-align: left;
  font-size: clamp(20px, 2vw, 26px);
  line-height: calc(32/22); }
#container.second.application_guidelines section .inner h3 {
  text-align: left;
  font-size: clamp(20px, 1.846vw, 24px);
  line-height: calc(32/22); }
#container.second.feature #feature--lead .inner .item h3 {
  text-align: center;
  font-size: clamp(20px, 1.692vw, 22px);
  line-height: calc(32/22);
  margin-bottom: 15px; }
  @media screen and (max-width: 767px) {
    #container.second.feature #feature--lead .inner .item h3 {
      margin-bottom: 10px; } }
#container.second.products #productsIndex .inner .titBox h2, #container.contact #contactLead h2,
#container.thanks #contactLead h2,
#container.second.entry-thanks #contactLead h2 {
  text-align: center;
  font-size: clamp(20px, 1.538vw, 20px);
  line-height: calc(32/22); }
#container.second.application_guidelines section .inner dl dt {
  text-align: left;
  font-size: clamp(20px, 1.538vw, 20px);
  line-height: calc(32/22); }

/*--------------------------------------------------------------------
3. text
---------------------------------------------------------------------*/
/* sp common
------------------------------------------------------*/
/*--------------------------------------------------------------------
4. list
---------------------------------------------------------------------*/
/* normal mark
------------------------------------------------------*/
ul.cList01 > li, #container.privacy section ul > li,
#container.second.productsDetail #productsDetail--post ul > li {
  padding-left: 1.2em;
  position: relative; }
  ul.cList01 > li::before, #container.privacy section ul > li::before,
  #container.second.productsDetail #productsDetail--post 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; }

/*--------------------------------------------------------------------
5. table
---------------------------------------------------------------------*/
table.cTb01, #form table, #container.second.about #about--overview .mainBox table,
table.cTb02,
#container.second.application_guidelines section table {
  width: 100%;
  border-top: var(--lineCl02) 1px solid; }
  table.cTb01 th, #form table th, #container.second.about #about--overview .mainBox table th, table.cTb01 td, #form table td, #container.second.about #about--overview .mainBox table td,
  table.cTb02 th,
  #container.second.application_guidelines section table th,
  table.cTb02 td,
  #container.second.application_guidelines section table td {
    border-bottom: var(--lineCl02) 1px solid;
    padding: 25px 0;
    text-align: left;
    vertical-align: top;
    position: relative; }
  table.cTb01.cTb02, #form table.cTb02, #form #container.second.application_guidelines section table, #container.second.application_guidelines section #form table, #container.second.about #about--overview .mainBox table.cTb02, #container.second.application_guidelines.about #about--overview .mainBox section table, #container.second.application_guidelines.about section #about--overview .mainBox table, #container.second.application_guidelines section table.cTb01,
  table.cTb02.cTb02,
  #container.second.application_guidelines section table {
    border-top-color: var(--lineCl01); }
    table.cTb01.cTb02 th, #form table.cTb02 th, #form #container.second.application_guidelines section table th, #container.second.application_guidelines section #form table th, #container.second.about #about--overview .mainBox table.cTb02 th, #container.second.application_guidelines.about #about--overview .mainBox section table th, #container.second.application_guidelines.about section #about--overview .mainBox table th, #container.second.application_guidelines section table.cTb01 th, table.cTb01.cTb02 td, #form table.cTb02 td, #form #container.second.application_guidelines section table td, #container.second.application_guidelines section #form table td, #container.second.about #about--overview .mainBox table.cTb02 td, #container.second.application_guidelines.about #about--overview .mainBox section table td, #container.second.application_guidelines.about section #about--overview .mainBox table td, #container.second.application_guidelines section table.cTb01 td,
    table.cTb02.cTb02 th,
    #container.second.application_guidelines section table th,
    table.cTb02.cTb02 td,
    #container.second.application_guidelines section table td {
      border-bottom-color: var(--lineCl01); }
  @media screen and (max-width: 767px) {
    table.cTb01 th, #form table th, #container.second.about #about--overview .mainBox table th, table.cTb01 td, #form table td, #container.second.about #about--overview .mainBox table td,
    table.cTb02 th,
    #container.second.application_guidelines section table th,
    table.cTb02 td,
    #container.second.application_guidelines section table td {
      display: list-item;
      list-style-type: none;
      padding: 15px 0; }
    table.cTb01 th, #form table th, #container.second.about #about--overview .mainBox table th,
    table.cTb02 th,
    #container.second.application_guidelines section table th {
      border-bottom: none;
      padding-bottom: 0; }
    table.cTb01 td, #form table td, #container.second.about #about--overview .mainBox table td,
    table.cTb02 td,
    #container.second.application_guidelines section table td {
      padding-top: 0; } }

/*--------------------------------------------------------------------
6. btn
---------------------------------------------------------------------*/
#container.toppage #topAbout .txt .btn a, #container.toppage #topFeature .btn a, #container.toppage #topNews .list .btn a, #container.toppage #topRecruit .txt .btn a, #container.toppage #topProducts .btn a, #container.second.recruit #recruit--flow .btnArea ul li a, #container.second.productsDetail #productsDetail--btm .btn a, #container.second.application_guidelines section .btn a {
  display: block;
  width: 320px;
  height: 70px;
  max-width: 100%;
  border-radius: 50vw;
  position: relative;
  overflow: hidden; }
  #container.toppage #topAbout .txt .btn a::before, #container.toppage #topFeature .btn a::before, #container.toppage #topNews .list .btn a::before, #container.toppage #topRecruit .txt .btn a::before, #container.toppage #topAbout .txt .btn a::after, #container.toppage #topFeature .btn a::after, #container.toppage #topNews .list .btn a::after, #container.toppage #topRecruit .txt .btn a::after, #container.toppage #topProducts .btn a::before, #container.toppage #topProducts .btn a::after, #container.second.recruit #recruit--flow .btnArea ul li a::before, #container.second.recruit #recruit--flow .btnArea ul li a::after, #container.second.productsDetail #productsDetail--btm .btn a::before, #container.second.application_guidelines section .btn a::before, #container.second.productsDetail #productsDetail--btm .btn a::after, #container.second.application_guidelines section .btn a::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-width: 1px;
    border-style: solid;
    border-radius: 50vw;
    position: absolute;
    top: 0;
    left: 0; }
  #container.toppage #topAbout .txt .btn a::before, #container.toppage #topFeature .btn a::before, #container.toppage #topNews .list .btn a::before, #container.toppage #topRecruit .txt .btn a::before, #container.toppage #topProducts .btn a::before, #container.second.recruit #recruit--flow .btnArea ul li a::before, #container.second.productsDetail #productsDetail--btm .btn a::before, #container.second.application_guidelines section .btn a::before {
    transform: scaleX(0);
    transform-origin: right;
    transition: all 0.3s ease;
    transition-property: transform;
    z-index: 2; }
  #container.toppage #topAbout .txt .btn a::after, #container.toppage #topFeature .btn a::after, #container.toppage #topNews .list .btn a::after, #container.toppage #topRecruit .txt .btn a::after, #container.toppage #topProducts .btn a::after, #container.second.recruit #recruit--flow .btnArea ul li a::after, #container.second.productsDetail #productsDetail--btm .btn a::after, #container.second.application_guidelines section .btn a::after {
    z-index: 1; }
  #container.toppage #topAbout .txt .btn a span.btn-txt, #container.toppage #topFeature .btn a span.btn-txt, #container.toppage #topNews .list .btn a span.btn-txt, #container.toppage #topRecruit .txt .btn a span.btn-txt, #container.toppage #topProducts .btn a span.btn-txt, #container.second.recruit #recruit--flow .btnArea ul li a span.btn-txt, #container.second.productsDetail #productsDetail--btm .btn a span.btn-txt, #container.second.application_guidelines section .btn a span.btn-txt {
    display: block;
    line-height: 68px;
    padding-left: 35px;
    text-align: left;
    font-size: 1.5rem;
    position: relative;
    z-index: 5;
    transition: color .3s; }
  #container.toppage #topAbout .txt .btn a span.btn-arw, #container.toppage #topFeature .btn a span.btn-arw, #container.toppage #topNews .list .btn a span.btn-arw, #container.toppage #topRecruit .txt .btn a span.btn-arw, #container.toppage #topProducts .btn a span.btn-arw, #container.second.recruit #recruit--flow .btnArea ul li a span.btn-arw, #container.second.productsDetail #productsDetail--btm .btn a span.btn-arw, #container.second.application_guidelines section .btn 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 #topAbout .txt .btn a:hover::before, #container.toppage #topFeature .btn a:hover::before, #container.toppage #topNews .list .btn a:hover::before, #container.toppage #topRecruit .txt .btn a:hover::before, #container.toppage #topProducts .btn a:hover::before, #container.second.recruit #recruit--flow .btnArea ul li a:hover::before, #container.second.productsDetail #productsDetail--btm .btn a:hover::before, #container.second.application_guidelines section .btn a:hover::before {
    transform: scaleX(1);
    transform-origin: left; }
#container.toppage #topAbout .txt .btn a::before, #container.toppage #topFeature .btn a::before, #container.toppage #topNews .list .btn a::before, #container.toppage #topRecruit .txt .btn a::before, #container.toppage #topProducts .btn a::before, #container.second.recruit #recruit--flow .btnArea ul li a::before, #container.second.productsDetail #productsDetail--btm .btn a::before, #container.second.application_guidelines section .btn a::before {
  border-color: var(--pointCl01);
  background-color: var(--pointCl01); }
#container.toppage #topAbout .txt .btn a::after, #container.toppage #topFeature .btn a::after, #container.toppage #topNews .list .btn a::after, #container.toppage #topRecruit .txt .btn a::after, #container.toppage #topProducts .btn a::after, #container.second.recruit #recruit--flow .btnArea ul li a::after, #container.second.productsDetail #productsDetail--btm .btn a::after, #container.second.application_guidelines section .btn a::after {
  border-color: var(--lineCl02);
  background-color: #fff; }
#container.toppage #topAbout .txt .btn a span.btn-txt, #container.toppage #topFeature .btn a span.btn-txt, #container.toppage #topNews .list .btn a span.btn-txt, #container.toppage #topRecruit .txt .btn a span.btn-txt, #container.toppage #topProducts .btn a span.btn-txt, #container.second.recruit #recruit--flow .btnArea ul li a span.btn-txt, #container.second.productsDetail #productsDetail--btm .btn a span.btn-txt, #container.second.application_guidelines section .btn a span.btn-txt {
  color: var(--txBody); }
#container.toppage #topAbout .txt .btn a span.btn-arw, #container.toppage #topFeature .btn a span.btn-arw, #container.toppage #topNews .list .btn a span.btn-arw, #container.toppage #topRecruit .txt .btn a span.btn-arw, #container.toppage #topProducts .btn a span.btn-arw, #container.second.recruit #recruit--flow .btnArea ul li a span.btn-arw, #container.second.productsDetail #productsDetail--btm .btn a span.btn-arw, #container.second.application_guidelines section .btn a span.btn-arw {
  background-color: var(--pointCl01); }
#container.toppage #topAbout .txt .btn a:hover span.btn-txt, #container.toppage #topFeature .btn a:hover span.btn-txt, #container.toppage #topNews .list .btn a:hover span.btn-txt, #container.toppage #topRecruit .txt .btn a:hover span.btn-txt, #container.toppage #topProducts .btn a:hover span.btn-txt, #container.second.recruit #recruit--flow .btnArea ul li a:hover span.btn-txt, #container.second.productsDetail #productsDetail--btm .btn a:hover span.btn-txt, #container.second.application_guidelines section .btn a:hover span.btn-txt {
  color: #fff; }
#container.toppage #topAbout .txt .btn a:hover span.btn-arw, #container.toppage #topFeature .btn a:hover span.btn-arw, #container.toppage #topNews .list .btn a:hover span.btn-arw, #container.toppage #topRecruit .txt .btn a:hover span.btn-arw, #container.toppage #topProducts .btn a:hover span.btn-arw, #container.second.recruit #recruit--flow .btnArea ul li a:hover span.btn-arw, #container.second.productsDetail #productsDetail--btm .btn a:hover span.btn-arw, #container.second.application_guidelines section .btn a:hover span.btn-arw {
  background-color: #fff; }
#container.toppage #topProducts .btn a::before {
  border-color: #4fdf60;
  background-color: #4fdf60; }
#container.second.recruit #recruit--flow .btnArea ul li a {
  width: 280px;
  height: 64px; }
  #container.second.recruit #recruit--flow .btnArea ul li a span.btn-txt {
    line-height: 62px; }
#container.second.productsDetail #productsDetail--btm .btn a, #container.second.application_guidelines section .btn a {
  width: 380px;
  height: 84px; }
  #container.second.productsDetail #productsDetail--btm .btn a span.btn-txt, #container.second.application_guidelines section .btn a span.btn-txt {
    line-height: 82px; }
@media screen and (max-width: 767px) {
  #container.toppage #topAbout .txt .btn a, #container.toppage #topFeature .btn a, #container.toppage #topNews .list .btn a, #container.toppage #topRecruit .txt .btn a, #container.toppage #topProducts .btn a, #container.second.recruit #recruit--flow .btnArea ul li a, #container.second.productsDetail #productsDetail--btm .btn a, #container.second.application_guidelines section .btn a {
    width: 240px;
    height: 60px;
    margin: 0 auto; }
    #container.toppage #topAbout .txt .btn a span.btn-txt, #container.toppage #topFeature .btn a span.btn-txt, #container.toppage #topNews .list .btn a span.btn-txt, #container.toppage #topRecruit .txt .btn a span.btn-txt, #container.toppage #topProducts .btn a span.btn-txt, #container.second.recruit #recruit--flow .btnArea ul li a span.btn-txt, #container.second.productsDetail #productsDetail--btm .btn a span.btn-txt, #container.second.application_guidelines section .btn a span.btn-txt {
      line-height: 59px;
      font-size: 1.4rem; } }

#container.second.base section .mainBox .inner .btn a {
  display: block;
  width: 180px;
  height: 56px;
  border: var(--lineCl02) 1px solid;
  background-color: #fff;
  border-radius: 50vw;
  line-height: 54px;
  text-align: center;
  font-size: clamp(15px, 1.154vw, 15px);
  color: var(--pointCl01); }
  #container.second.base section .mainBox .inner .btn a:hover {
    background-color: var(--pointCl01);
    color: #fff; }
@media screen and (max-width: 767px) {
  #container.second.base section .mainBox .inner .btn a {
    height: 44px;
    line-height: 42px;
    margin: 0 auto; } }

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

/* -----------------------------------------
-- form
----------------------------------------- */
/*--------------------------------------------------------------------
lnav
---------------------------------------------------------------------*/
#container.second.about .lNav, #container.second.history .lNav, #container.second.base .lNav, #container.second.recruit .lNav, #container.second.application_guidelines .lNav, #container.second.entry .lNav,
#container.second.entry-thanks .lNav {
  margin-bottom: 100px;
  text-align: left; }
  @media screen and (min-width: 768px) and (max-width: 1299px) {
    #container.second.about .lNav, #container.second.history .lNav, #container.second.base .lNav, #container.second.recruit .lNav, #container.second.application_guidelines .lNav, #container.second.entry .lNav,
    #container.second.entry-thanks .lNav {
      margin-bottom: 8.0645%; } }
  #container.second.about .lNav ul, #container.second.history .lNav ul, #container.second.base .lNav ul, #container.second.recruit .lNav ul, #container.second.application_guidelines .lNav ul, #container.second.entry .lNav ul,
  #container.second.entry-thanks .lNav ul {
    display: inline-block;
    background-color: #fff;
    border-radius: var(--kadomaruS);
    padding: 20px 30px;
    text-align: center; }
    #container.second.about .lNav ul li, #container.second.history .lNav ul li, #container.second.base .lNav ul li, #container.second.recruit .lNav ul li, #container.second.application_guidelines .lNav ul li, #container.second.entry .lNav ul li,
    #container.second.entry-thanks .lNav ul li {
      display: inline-block;
      margin: 0 30px;
      padding-left: 25px;
      text-align: left;
      position: relative; }
      #container.second.about .lNav ul li::before, #container.second.history .lNav ul li::before, #container.second.base .lNav ul li::before, #container.second.recruit .lNav ul li::before, #container.second.application_guidelines .lNav ul li::before, #container.second.entry .lNav ul li::before,
      #container.second.entry-thanks .lNav ul li::before {
        content: "";
        display: block;
        width: 12px;
        height: 12px;
        border-radius: 50vw;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto auto auto 0;
        background-color: var(--pointCl01); }
      #container.second.about .lNav ul li a, #container.second.history .lNav ul li a, #container.second.base .lNav ul li a, #container.second.recruit .lNav ul li a, #container.second.application_guidelines .lNav ul li a, #container.second.entry .lNav ul li a,
      #container.second.entry-thanks .lNav ul li a {
        font-size: clamp(16px, 1.385vw, 18px);
        line-height: calc(40/18); }
        #container.second.about .lNav ul li a:hover, #container.second.history .lNav ul li a:hover, #container.second.base .lNav ul li a:hover, #container.second.recruit .lNav ul li a:hover, #container.second.application_guidelines .lNav ul li a:hover, #container.second.entry .lNav ul li a:hover,
        #container.second.entry-thanks .lNav ul li a:hover {
          color: var(--pointCl01); }
  @media screen and (max-width: 767px) {
    #container.second.about .lNav, #container.second.history .lNav, #container.second.base .lNav, #container.second.recruit .lNav, #container.second.application_guidelines .lNav, #container.second.entry .lNav,
    #container.second.entry-thanks .lNav {
      margin-bottom: 13.3333%; }
      #container.second.about .lNav ul, #container.second.history .lNav ul, #container.second.base .lNav ul, #container.second.recruit .lNav ul, #container.second.application_guidelines .lNav ul, #container.second.entry .lNav ul,
      #container.second.entry-thanks .lNav ul {
        border-radius: var(--kadomaruSsp);
        padding: 10px 10px;
        text-align: left; }
        #container.second.about .lNav ul li, #container.second.history .lNav ul li, #container.second.base .lNav ul li, #container.second.recruit .lNav ul li, #container.second.application_guidelines .lNav ul li, #container.second.entry .lNav ul li,
        #container.second.entry-thanks .lNav ul li {
          margin: 0 10px;
          padding-left: 15px; }
          #container.second.about .lNav ul li::before, #container.second.history .lNav ul li::before, #container.second.base .lNav ul li::before, #container.second.recruit .lNav ul li::before, #container.second.application_guidelines .lNav ul li::before, #container.second.entry .lNav ul li::before,
          #container.second.entry-thanks .lNav ul li::before {
            width: 8px;
            height: 8px; } }

#container.second.about .lNav ul.about li:nth-child(1) a, #container.second.history .lNav ul.about li:nth-child(1) a, #container.second.base .lNav ul.about li:nth-child(1) a,
#container.second.about .lNav ul.history li:nth-child(2) a,
#container.second.history .lNav ul.history li:nth-child(2) a,
#container.second.base .lNav ul.history li:nth-child(2) a,
#container.second.about .lNav ul.base li:nth-child(3) a,
#container.second.history .lNav ul.base li:nth-child(3) a,
#container.second.base .lNav ul.base li:nth-child(3) a {
  color: var(--pointCl01); }

#container.second.recruit .lNav ul.recruit li:nth-child(1) a, #container.second.application_guidelines .lNav ul.recruit li:nth-child(1) a, #container.second.entry .lNav ul.recruit li:nth-child(1) a,
#container.second.entry-thanks .lNav ul.recruit li:nth-child(1) a,
#container.second.recruit .lNav ul.application_guidelines li:nth-child(2) a,
#container.second.application_guidelines .lNav ul.application_guidelines li:nth-child(2) a,
#container.second.entry .lNav ul.application_guidelines li:nth-child(2) a,
#container.second.entry-thanks .lNav ul.application_guidelines li:nth-child(2) a,
#container.second.recruit .lNav ul.entry li:nth-child(3) a,
#container.second.application_guidelines .lNav ul.entry li:nth-child(3) a,
#container.second.entry .lNav ul.entry li:nth-child(3) a,
#container.second.entry-thanks .lNav ul.entry li:nth-child(3) a,
#container.second.recruit .lNav ul.entry-thanks li:nth-child(3) a,
#container.second.application_guidelines .lNav ul.entry-thanks li:nth-child(3) a,
#container.second.entry .lNav ul.entry-thanks li:nth-child(3) a,
#container.second.entry-thanks .lNav ul.entry-thanks li:nth-child(3) a {
  color: var(--pointCl01); }

/*--------------------------------------------------------------------
2column
---------------------------------------------------------------------*/
#container.second.about section, #container.second.base section {
  display: block; }
  #container.second.about section::after, #container.second.base section::after, #container.second.about section::before, #container.second.base section::before {
    content: "";
    display: block;
    clear: both; }
  #container.second.about section .titBox, #container.second.base section .titBox {
    width: 24.5455%;
    float: left; }
  #container.second.about section .mainBox, #container.second.base section .mainBox {
    width: 75.4545%;
    float: right; }
  @media screen and (max-width: 767px) {
    #container.second.about section .titBox, #container.second.base section .titBox {
      width: auto;
      float: none;
      margin: 0 auto;
      padding-bottom: 9.3333%; }
    #container.second.about section .mainBox, #container.second.base section .mainBox {
      width: auto;
      float: none;
      margin: 0 auto; } }

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

#form table {
  margin-bottom: 80px; }
  @media screen and (min-width: 768px) and (max-width: 1299px) {
    #form table {
      margin-bottom: liquid2(80); } }
  @media screen and (max-width: 767px) {
    #form table {
      margin-bottom: 40px; } }
  #form table th,
  #form table td {
    line-height: calc(40/18); }
  #form table th {
    width: 300px;
    padding-top: 30px;
    padding-left: 5px;
    font-size: clamp(16px, 1.385vw, 18px); }
    @media screen and (max-width: 999px) {
      #form table th {
        width: 220px; } }
  #form table td {
    vertical-align: middle;
    font-size: 1em;
    padding-left: 25px; }
    #form table td p {
      margin-top: 15px; }
  @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.308vw, 17px); }
  #form table ::placeholder {
    color: #bbbbbb; }

/*--form parts --*/
#form input[type="text"],
#form input[type="email"],
#form input[type="url"],
#form input[type="tel"],
#form textarea {
  border: #e6e9e7 2px solid;
  background-color: #fff;
  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.308vw, 17px);
  text-align: center;
  line-height: 70px;
  font-weight: 500;
  cursor: pointer; }
  #form .formBtn button:hover,
  #form .formBtn input:hover,
  .btnThanks a:hover, #container.second #notfound .btn a:hover {
    background-color: var(--ovCl01);
    border-color: var(--ovCl01);
    color: #fff; }
  @media screen and (max-width: 767px) {
    #form .formBtn button,
    #form .formBtn input,
    .btnThanks a, #container.second #notfound .btn a {
      width: 240px;
      height: 60px;
      line-height: 59px;
      font-size: 1.4rem; } }

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

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

.btnThanks {
  padding: 80px 0 80px; }
  @media screen and (min-width: 768px) and (max-width: 1299px) {
    .btnThanks {
      padding: 6.4516% 0 6.4516%; } }
  @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; }

/*--------------------------------------------------------------------
animation
---------------------------------------------------------------------*/
/*--css anime----*/
#container .fadein {
  opacity: 0;
  transition: all 2s;
  transform: translateY(30px); }

#container .is-fadein {
  opacity: 1;
  transform: translateY(0); }

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

/*-----------------------------------------------------
base setting
--------------------------------------------------------*/
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-padding-top: 100px;
  scroll-behavior: smooth; }

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

*:focus {
  outline: none; }

body {
  scroll-padding-top: 100px;
  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
------------------------------------------------------------------------- */
.wrapBoxW, #container.toppage #topProducts, #container.toppage #topRecruit, #container.second.productsDetail #productsDetail--post, #container.second #notfound, header #hdrIn, #ftrContact, #ftrIn, #ftrBtm, #mainTitle.privacy, #mainTitle .inner, .cookie-consent .cookie-consent-in, #container.second section, #mainImage #mainTxt, #container.toppage #topNews,
.wrapBox,
.wrapBoxC, #container.second.about .lNav, #container.second.history .lNav, #container.second.base .lNav, #container.second.recruit .lNav, #container.second.application_guidelines .lNav, #container.second.entry .lNav,
#container.second.entry-thanks .lNav, #container.second.about section, #container.second.base section, #container.toppage #topAbout, #container.second.history section, #container.second.feature #feature--lead, #container.second.products #productsIndex, #container.second.productsDetail #productsDetail--title, #container.second.recruit #recruit--lead, #container.second.recruit #recruit--flow, #container.second.application_guidelines section, #container.privacy section,
.wrapBoxS, #container.second.entry section,
#container.second.entry-thanks section, #container.contact section,
#container.thanks section,
.wrapBoxSS,
.clearfix,
header,
section {
  display: block; }
  .wrapBoxW::after, #container.toppage #topProducts::after, #container.toppage #topRecruit::after, #container.second.productsDetail #productsDetail--post::after, #container.second #notfound::after, header #hdrIn::after, #ftrContact::after, #ftrIn::after, #ftrBtm::after, #mainTitle.privacy::after, #mainTitle .inner::after, .cookie-consent .cookie-consent-in::after, #container.second section::after, #mainImage #mainTxt::after, #container.toppage #topNews::after,
  .wrapBox::after,
  .wrapBoxC::after, #container.second.about .lNav::after, #container.second.history .lNav::after, #container.second.base .lNav::after, #container.second.recruit .lNav::after, #container.second.application_guidelines .lNav::after, #container.second.entry .lNav::after,
  #container.second.entry-thanks .lNav::after, #container.second.about section::after, #container.second.base section::after, #container.toppage #topAbout::after, #container.second.history section::after, #container.second.feature #feature--lead::after, #container.second.products #productsIndex::after, #container.second.productsDetail #productsDetail--title::after, #container.second.recruit #recruit--lead::after, #container.second.recruit #recruit--flow::after, #container.second.application_guidelines section::after, #container.privacy section::after,
  .wrapBoxS::after, #container.second.entry section::after,
  #container.second.entry-thanks section::after, #container.contact section::after,
  #container.thanks section::after,
  .wrapBoxSS::after,
  .wrapBoxW::before, #container.toppage #topProducts::before, #container.toppage #topRecruit::before, #container.second.productsDetail #productsDetail--post::before, #container.second #notfound::before, header #hdrIn::before, #ftrContact::before, #ftrIn::before, #ftrBtm::before, #mainTitle.privacy::before, #mainTitle .inner::before, .cookie-consent .cookie-consent-in::before, #container.second section::before, #mainImage #mainTxt::before, #container.toppage #topNews::before,
  .wrapBox::before,
  .wrapBoxC::before, #container.second.about .lNav::before, #container.second.history .lNav::before, #container.second.base .lNav::before, #container.second.recruit .lNav::before, #container.second.application_guidelines .lNav::before, #container.second.entry .lNav::before,
  #container.second.entry-thanks .lNav::before, #container.second.about section::before, #container.second.base section::before, #container.toppage #topAbout::before, #container.second.history section::before, #container.second.feature #feature--lead::before, #container.second.products #productsIndex::before, #container.second.productsDetail #productsDetail--title::before, #container.second.recruit #recruit--lead::before, #container.second.recruit #recruit--flow::before, #container.second.application_guidelines section::before, #container.privacy section::before,
  .wrapBoxS::before, #container.second.entry section::before,
  #container.second.entry-thanks section::before, #container.contact section::before,
  #container.thanks section::before,
  .wrapBoxSS::before,
  .clearfix::after,
  .clearfix::before,
  header::after,
  header::before,
  section::after,
  section::before {
    content: "";
    display: block;
    clear: both; }

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

#wrapper {
  padding-top: var(--hdrH); }
  @media screen and (max-width: 767px) {
    #wrapper {
      padding-top: var(--hdrHsp); } }

header {
  height: var(--hdrH);
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1200;
  padding-top: 50px;
  opacity: 1;
  transition: opacity .3s,padding-top .3s; }
  header.in-footer {
    opacity: 0; }
  header #hdrIn {
    max-width: calc(100% - 60px);
    height: 80px;
    background-color: #fff;
    border-radius: 50vw;
    position: relative; }
  @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: 227px;
    height: 40px;
    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: 140px;
        height: 32.5px;
        margin-left: 12.5px; } }
  header .hdrLang {
    width: 240px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto auto 0;
    margin-left: 280px; }
    header .hdrLang ul {
      display: block;
      margin-top: 20px; }
      header .hdrLang ul::after, header .hdrLang ul::before {
        content: "";
        display: block;
        clear: both; }
      header .hdrLang ul li {
        width: 25%;
        height: 40px;
        float: left; }
        header .hdrLang ul li:nth-child(1), header .hdrLang ul li:nth-child(2) {
          width: 15%; }
        header .hdrLang ul li:nth-child(3), header .hdrLang ul li:nth-child(4) {
          width: 35%; }
        header .hdrLang ul li a {
          display: block;
          text-align: center;
          position: relative;
          font-weight: 600;
          font-size: clamp(14px, 1.077vw, 14px);
          line-height: 40px; }
          header .hdrLang ul li a:hover {
            color: var(--ovCl01); }
        header .hdrLang ul li:nth-child(n + 2) a::before {
          content: "";
          display: block;
          width: 1px;
          height: 12px;
          background-color: var(--lineCl02);
          position: absolute;
          top: 14px;
          left: 0; }
  header nav {
    margin-left: 500px;
    padding-top: 18px;
    position: relative; }
    header nav > ul {
      text-align: right;
      height: 44px; }
      header nav > ul > li {
        display: inline-block;
        position: relative; }
        header nav > ul > li > a {
          display: block;
          height: 44px;
          line-height: 44px;
          font-size: clamp(15px, 1.154vw, 15px);
          color: var(--txBody); }
          header nav > ul > li > a:hover {
            color: var(--ovCl01); }
        header nav > ul > li:nth-child(n + 2) {
          margin-left: 20px; }
        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.077vw, 14px); }
        header nav > ul > li.navContact > a:hover {
          background-color: #41ce54; }
        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-top: 34px; }
    header nav .mgnWrap ul {
      background-color: #fff;
      border: var(--lineCl02) 1px solid;
      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.154vw, 15px);
          color: var(--txBody); }
          header nav .mgnWrap ul li a:hover {
            color: var(--ovCl01); }

/* 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 {
  background-color: var(--bgCl01);
  padding-top: 45px;
  padding-bottom: 100px;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 767px) {
    footer {
      padding-bottom: 100px; } }

#ftrContact {
  max-width: calc(100% - 60px);
  background: var(--txBody) url("../images/ftr_bg.jpg") center center no-repeat;
  background-size: cover;
  border-radius: var(--kadomaruM);
  padding-top: 90px;
  padding-bottom: 90px;
  color: #fff; }
  @media screen and (min-width: 768px) and (max-width: 1299px) {
    #ftrContact {
      padding-top: 7.2581%;
      padding-bottom: 7.2581%; } }
  #ftrContact .tit {
    text-align: center;
    font-size: clamp(30px, 3.385vw, 44px);
    margin-bottom: 30px; }
  #ftrContact .tit + p {
    text-align: center;
    font-size: clamp(14px, 1.308vw, 17px);
    line-height: calc(34/17);
    margin-bottom: 40px; }
  #ftrContact ul {
    width: 720px;
    max-width: 100%;
    margin: 0 auto; }
    #ftrContact ul li {
      width: 50%;
      float: left; }
      #ftrContact ul li.tel {
        padding-right: 40px;
        text-align: center; }
        #ftrContact ul li.tel a {
          display: inline-block;
          padding-left: 25px;
          font-weight: 600;
          font-size: clamp(27px, 2.769vw, 36px);
          color: #fff;
          position: relative; }
          #ftrContact ul li.tel 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: 23px;
            height: 30px;
            background-image: url("../images/ico_tel_01.svg");
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            margin: auto auto auto 0; }
        #ftrContact ul li.tel p {
          margin-top: 15px;
          text-align: center;
          font-size: clamp(12px, 1.231vw, 16px); }
      #ftrContact ul li.mail a {
        display: block;
        width: 320px;
        height: 70px;
        margin: 0 auto;
        border: #fff 1px solid;
        border-radius: 50vw;
        line-height: 68px;
        text-align: center;
        color: #fff;
        font-size: clamp(13px, 1.308vw, 17px); }
        #ftrContact ul li.mail a:hover {
          background-color: var(--ovCl01);
          border-color: var(--ovCl01);
          color: #fff; }
  @media screen and (max-width: 767px) {
    #ftrContact {
      max-width: calc(100% - 40px);
      border-radius: var(--kadomaruMsp);
      padding-top: 17.3333%;
      padding-bottom: 18.6667%; }
      #ftrContact .tit + p {
        margin-bottom: 30px; }
      #ftrContact ul li {
        width: auto;
        float: none;
        margin: 0 auto; }
        #ftrContact ul li.tel {
          padding-right: 0;
          margin-bottom: 10.4478%; }
          #ftrContact ul li.tel a {
            padding-left: 20px; }
            #ftrContact ul li.tel a::before {
              width: 16.5px;
              height: 22px; }
          #ftrContact ul li.tel p {
            margin-top: 10px; }
        #ftrContact ul li.mail {
          width: auto;
          float: none;
          margin: 0 auto; }
          #ftrContact ul li.mail a {
            width: 230px;
            height: 55px;
            line-height: 54px; } }

#ftrIn {
  padding-top: 60px;
  padding-bottom: 20px; }
  #ftrIn .ftrInfo {
    width: 280px;
    float: left; }
  #ftrIn nav {
    width: calc(100% - 280px);
    float: right; }
    #ftrIn nav .fNavPc {
      display: block; }
    #ftrIn nav .fNavSp {
      display: none; }
  @media screen and (max-width: 767px) {
    #ftrIn {
      padding-top: 13.3333%;
      padding-bottom: 12%; }
      #ftrIn .ftrInfo {
        width: auto;
        float: none;
        margin: 0 auto; }
      #ftrIn nav {
        width: auto;
        float: none;
        margin: 0 auto; }
        #ftrIn nav .fNavPc {
          display: none; }
        #ftrIn nav .fNavSp {
          display: block; } }
  #ftrIn .ftrInfo .logo {
    width: 173px;
    height: 40px;
    overflow: hidden;
    margin: 0 auto 10px 0; }
  #ftrIn .ftrInfo p {
    text-align: left;
    font-size: clamp(15px, 1.231vw, 16px);
    line-height: calc(34/16); }
  @media screen and (max-width: 767px) {
    #ftrIn .ftrInfo .logo {
      width: 152px;
      height: 38.5px;
      margin: 0 auto; }
    #ftrIn .ftrInfo p {
      padding-top: 10px;
      text-align: center; } }
  #ftrIn nav .fNavPc {
    text-align: right;
    vertical-align: top; }
    #ftrIn nav .fNavPc > ul, #ftrIn nav .fNavPc > dl {
      display: inline-block;
      vertical-align: top;
      padding-right: 40px;
      padding-bottom: 40px;
      text-align: left; }
      #ftrIn nav .fNavPc > ul dt,
      #ftrIn nav .fNavPc > ul a, #ftrIn nav .fNavPc > dl dt,
      #ftrIn nav .fNavPc > dl a {
        display: inline-block;
        line-height: 40px;
        font-size: clamp(15px, 1.154vw, 15px);
        color: var(--txBody); }
        #ftrIn nav .fNavPc > ul dt:hover,
        #ftrIn nav .fNavPc > ul a:hover, #ftrIn nav .fNavPc > dl dt:hover,
        #ftrIn nav .fNavPc > dl a:hover {
          color: var(--ovCl01); }
      #ftrIn nav .fNavPc > ul dd li, #ftrIn nav .fNavPc > dl dd li {
        position: relative; }
        #ftrIn nav .fNavPc > ul dd li a, #ftrIn nav .fNavPc > dl dd li a {
          font-size: clamp(14px, 1.077vw, 14px);
          color: #666666; }
          #ftrIn nav .fNavPc > ul dd li a:hover, #ftrIn nav .fNavPc > dl dd li a:hover {
            color: var(--ovCl01); }
    @media screen and (min-width: 768px) and (max-width: 1299px) {
      #ftrIn nav .fNavPc {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap; } }
  #ftrIn nav .fNavSp {
    padding-bottom: 13.4328%;
    /* spmenu アコーディオン*/ }
    #ftrIn nav .fNavSp > ul.fnavsp {
      width: 300px;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
      border-top: var(--lineCl02) 1px solid; }
      #ftrIn nav .fNavSp > ul.fnavsp > li {
        border-bottom: var(--lineCl02) 1px solid;
        font-size: 1.6rem;
        text-align: left; }
        #ftrIn nav .fNavSp > ul.fnavsp > li > a {
          display: block;
          padding: calc(38/30 * 1em) 10px; }
      #ftrIn nav .fNavSp > ul.fnavsp ul {
        padding-bottom: 1.5em;
        padding-left: 0.5em; }
        #ftrIn nav .fNavSp > ul.fnavsp ul > li {
          position: relative; }
          #ftrIn nav .fNavSp > ul.fnavsp ul > li > a {
            color: #666666;
            display: block;
            padding: 0.8em 0; }
    #ftrIn nav .fNavSp .subNav .subNavBtn {
      cursor: pointer;
      display: block;
      position: relative; }
    #ftrIn nav .fNavSp .subNav .subNavBtn + ul {
      display: none; }
    #ftrIn nav .fNavSp .subNav .subNavBtn::before,
    #ftrIn nav .fNavSp .subNav .subNavBtn::after {
      content: "";
      display: block;
      width: 12px;
      height: 2px;
      background-color: var(--pointCl01);
      position: absolute;
      top: 50%;
      right: 10px;
      transform: rotate(0);
      transition: all .3s; }
    #ftrIn nav .fNavSp .subNav .subNavBtn::after {
      transform: rotate(-270deg); }
    #ftrIn nav .fNavSp .subNav .subNavBtn.on::after {
      transform: rotate(0deg); }
    #ftrIn nav .fNavSp .ftrLang {
      margin-top: 13.4328%;
      text-align: center;
      display: inline-block; }
      #ftrIn nav .fNavSp .ftrLang li {
        margin: 0 1em;
        display: inline-block; }
        #ftrIn nav .fNavSp .ftrLang li a {
          font-size: 1.5rem;
          line-height: 2; }

#ftrBtm {
  text-align: left; }
  #ftrBtm p {
    display: inline-block;
    color: #999999;
    font-size: clamp(12px, 0.923vw, 12px);
    margin-right: 1em;
    line-height: 2; }
    #ftrBtm p a {
      color: #999999; }
  #ftrBtm p.link a:hover {
    color: var(--ovCl01); }
  @media screen and (max-width: 767px) {
    #ftrBtm {
      text-align: center; }
      #ftrBtm p {
        display: block;
        margin: 0; }
      #ftrBtm p.link {
        font-size: 1.4rem; }
      #ftrBtm p.copy {
        font-size: 1rem; } }

/*--------------------------------------------------------------------
   fix btn
---------------------------------------------------------------------*/
#fixbtnSp {
  display: none; }
  @media screen and (max-width: 767px) {
    #fixbtnSp {
      display: block;
      width: calc(533px * 0.5);
      height: calc(95px * 0.5);
      max-width: 100%;
      position: fixed;
      right: 0;
      bottom: 0;
      z-index: 7000; }
      #fixbtnSp ul {
        width: 100%;
        height: 100%;
        overflow: hidden; }
        #fixbtnSp ul li {
          width: 50%;
          height: 100%;
          float: left; }
        #fixbtnSp ul li a {
          display: block;
          width: 100%;
          height: 100%;
          background-color: var(--pointCl01);
          position: relative;
          overflow: hidden;
          text-indent: 101%;
          white-space: nowrap;
          text-align: center; }
        #fixbtnSp ul li:nth-child(1) a {
          border-radius: 15px 0 0 0; }
        #fixbtnSp ul li:nth-child(2) a {
          border-left: #fff 1px solid; }
        #fixbtnSp ul li a span {
          display: block;
          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;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto; }
        #fixbtnSp ul li:nth-child(1) a span {
          width: calc(122px * 0.5);
          height: calc(35px * 0.5);
          background-image: url("../images/fix_btn_tel.svg"); }
        #fixbtnSp ul li:nth-child(2) a span {
          width: calc(190px * 0.5);
          height: calc(32px * 0.5);
          background-image: url("../images/fix_btn_mail.svg"); } }

/*--------------------------------------------------------------------
  h1
---------------------------------------------------------------------*/
#mainTitle {
  position: relative;
  z-index: 10; }

#mainTitle h1,
#mainTitle .h1txt {
  height: 1.2rem;
  font-size: 10px;
  text-align: right;
  position: absolute;
  z-index: 15; }

#mainTitle h1,
#mainTitle .h1txt {
  color: #ccc;
  bottom: 0;
  right: 15px; }
#mainTitle.privacy {
  max-width: calc(100% - 60px); }
  #mainTitle.privacy h1 {
    color: #ccc;
    bottom: 0; }

/*--------------------------------------------------------------------
   mainTitle
---------------------------------------------------------------------*/
#mainTitle {
  margin-top: calc(var(--hdrH) * -1);
  width: 100%;
  padding-top: 520px;
  padding-bottom: 30px;
  position: relative;
  overflow: hidden;
  z-index: -1; }
  #mainTitle::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 101%;
    line-height: 0;
    font-size: 0.1em;
    height: auto;
    padding-top: 520px;
    position: absolute;
    top: 0;
    right: 0; }
  @media screen and (min-width: 768px) and (max-width: 1299px) {
    #mainTitle {
      padding-top: 41.9355%;
      padding-bottom: 2.4194%; }
      #mainTitle::before {
        padding-top: 41.9355%; } }
  @media screen and (max-width: 767px) {
    #mainTitle {
      margin-top: calc(var(--hdrHsp) * -1);
      padding-top: 81.3333%;
      padding-bottom: 4%; }
      #mainTitle::before {
        padding-top: 81.3333%; } }
  #mainTitle.about::before, #mainTitle.history::before, #mainTitle.base::before {
    background-image: url("../images/bg_maintitle_about.jpg"); }
  #mainTitle.feature::before {
    background-image: url("../images/bg_maintitle_feature.jpg"); }
  #mainTitle.contact::before, #mainTitle.thanks::before {
    background-image: url("../images/bg_maintitle_contact.jpg"); }
  #mainTitle.news::before {
    background-image: url("../images/bg_maintitle_news.jpg"); }
  #mainTitle.products::before {
    background-image: url("../images/bg_maintitle_products.jpg"); }
  #mainTitle.recruit::before, #mainTitle.application_guidelines:before, #mainTitle.entry::before, #mainTitle.entry-thanks::before {
    background-image: url("../images/bg_maintitle_recruit2.jpg"); }
  #mainTitle .inner {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 246px; }
    @media screen and (min-width: 768px) and (max-width: 1299px) {
      #mainTitle .inner {
        margin-top: 19.8387%; } }
    @media screen and (max-width: 767px) {
      #mainTitle .inner {
        margin-top: 36.8%; } }
    #mainTitle .inner .pageTitle {
      margin-left: 5.6452%;
      text-align: left;
      font-size: clamp(36px, 4.923vw, 64px);
      font-weight: 600;
      color: #fff; }
      #mainTitle .inner .pageTitle span {
        display: block;
        margin-top: 30px;
        font-size: clamp(15px, 1.692vw, 22px); }
        @media screen and (max-width: 767px) {
          #mainTitle .inner .pageTitle span {
            margin-top: 15px; } }
  #mainTitle.privacy {
    background-color: var(--bgCl01);
    padding-top: 400px; }
    #mainTitle.privacy::before {
      display: none; }
    @media screen and (min-width: 768px) and (max-width: 1299px) {
      #mainTitle.privacy {
        padding-top: 32.2581%; } }
    @media screen and (max-width: 767px) {
      #mainTitle.privacy {
        padding-top: 53.3333%; } }
    #mainTitle.privacy .inner {
      margin-top: 200px; }
      @media screen and (min-width: 768px) and (max-width: 1299px) {
        #mainTitle.privacy .inner {
          margin-top: 17.7419%; } }
      @media screen and (max-width: 767px) {
        #mainTitle.privacy .inner {
          margin-top: 26.6667%; } }
      #mainTitle.privacy .inner .pageTitle {
        color: var(--txBody); }

/*--------------------------------------------------------------------
   coolie
---------------------------------------------------------------------*/
.cookie-consent {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.65);
  padding: 1.2em 0;
  box-sizing: border-box;
  z-index: 100;
  visibility: hidden; }
  .cookie-consent .cookie-consent-in {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #fff;
    line-height: 1.75; }
  .cookie-consent .cookie-text {
    text-align: left; }

.cookie-consent.is-show {
  visibility: visible; }

.cookie-consent a {
  color: #fff !important;
  text-decoration: underline; }

.cookie-agree {
  color: #333;
  background: #fff;
  padding: .5em 2.5em;
  transition: opacity .3s; }

.cookie-agree:hover {
  cursor: pointer;
  opacity: 0.8; }

/* パッと消える */
.cc-hide1 {
  display: none; }

/* ゆっくり消える */
.cc-hide2 {
  animation: hide 1s linear 0s;
  animation-fill-mode: forwards; }

@keyframes hide {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    visibility: hidden; } }
/* メディアクエリ */
@media screen and (max-width: 767px) {
  .cookie-consent {
    padding-bottom: 80px; }

  .cookie-consent-in {
    flex-direction: column; }

  .cookie-text {
    margin-bottom: 1em; } }
/*--------------------------------------------------------------------
   container
---------------------------------------------------------------------*/
#container {
  overflow: hidden; }
  #container.toppage {
    background: #f4f4f4 url("../images/bg_01.jpg") center top no-repeat;
    background-size: 100% auto;
    padding-top: 160px; }
    @media screen and (min-width: 768px) and (max-width: 1299px) {
      #container.toppage {
        padding-top: 12.9032%; } }
    @media screen and (max-width: 767px) {
      #container.toppage {
        padding-top: 18.6667%; } }
  #container.second {
    background-color: #f4f4f4;
    padding-top: 100px; }
    #container.second section {
      padding-bottom: 120px; }
    @media screen and (min-width: 768px) and (max-width: 1299px) {
      #container.second {
        padding-top: 8.0645%; }
        #container.second section {
          padding-bottom: 9.6774%; } }
    @media screen and (max-width: 767px) {
      #container.second {
        padding-top: 16%; }
        #container.second section {
          padding-bottom: 16%; } }

/* 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.308vw, 17px);
  line-height: calc(36/17);
  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; }

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

/*!------------------------------------*\
    Top
\*!------------------------------------*/
.drawer--top .drawer-nav {
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  opacity: 0;
  transition: top 0.1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.6s 0.1s cubic-bezier(0.19, 1, 0.22, 1); }

.drawer--top.drawer-open .drawer-nav {
  top: 0;
  opacity: 1;
  transition: top 0 cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0 0 cubic-bezier(0.19, 1, 0.22, 1); }

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

/*!------------------------------------*\
    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: 99999;
  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;
  z-index: 99999; }

.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;
  background-color: #fff;
  border-radius: 50vw;
  position: relative; }
  .spHdr .logo {
    width: 173px;
    height: 40px;
    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) {
      .spHdr .logo {
        width: 116px;
        height: 32.5px;
        margin-left: 12.5px; } }

.spNavBox {
  background-color: #fff;
  border-radius: var(--kadomaru);
  padding: 60px 20px; }
  .spNavBox .spNavBoxIn {
    padding: 0 40px;
    height: calc(100svh - 310px);
    overflow: auto; }

.spLang ul {
  display: block;
  margin-bottom: 10px; }
  .spLang ul::after, .spLang ul::before {
    content: "";
    display: block;
    clear: both; }
  .spLang ul li {
    width: 25%;
    height: 40px;
    float: left;
    position: relative; }
    .spLang ul li:nth-child(1), .spLang ul li:nth-child(2) {
      width: 20%; }
    .spLang ul li:nth-child(3), .spLang ul li:nth-child(4) {
      width: 30%; }
    .spLang ul li a {
      display: block;
      text-align: center;
      font-weight: 600;
      font-size: 1.6rem;
      line-height: 40px; }
    .spLang ul li:nth-child(n + 2)::before {
      content: "";
      display: block;
      width: 1px;
      height: 20px;
      background-color: var(--lineCl02);
      position: absolute;
      top: 10px;
      left: 0; }

.spNav a {
  color: var(--txBody); }
.spNav ul {
  border-top: var(--lineCl02) 1px solid;
  text-align: left; }
  .spNav ul li {
    border-bottom: var(--lineCl02) 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;
      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;
          color: #666666; }

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

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

  .spNavBox {
    padding: 30px 10px; }
    .spNavBox .spNavBoxIn {
      padding: 0 20px;
      height: calc(100svh - 180px);
      overflow: auto; }

  .spLang ul li a {
    font-size: 1.4rem; }

  .spNav ul li {
    font-size: 1.5rem; } }
/* spmenu アコーディオン
------------------------------------------------------*/
.subNav .subNavBtn {
  cursor: pointer;
  display: block;
  position: relative; }

.subNav .subNavBtn + ul {
  display: none; }

.subNav .subNavBtn::before,
.subNav .subNavBtn::after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background-color: var(--pointCl01);
  position: absolute;
  top: 50%;
  right: 10px;
  transform: rotate(0);
  transition: all .3s; }

.subNav .subNavBtn::after {
  transform: rotate(-270deg); }

.subNav .subNavBtn.on::after {
  transform: rotate(0deg); }

/* -----------------------------------------
-- 1. toppage
-- 2. local
----------------------------------------- */
/*--------------------------------------------------------------------
1. toppage
---------------------------------------------------------------------*/
/*mainimage
------------------------------------------------------*/
#mainImage {
  margin-top: calc(var(--hdrH) * -1);
  width: 100%;
  padding-top: calc(1080/1920 * 100%);
  position: relative;
  z-index: -1;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    #mainImage {
      margin-top: calc(var(--hdrHsp) * -1);
      padding-top: 100svh; } }
  #mainImage #mainTxt {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 6; }
    #mainImage #mainTxt p {
      padding-left: 30px;
      text-align: left;
      color: #fff;
      font-size: clamp(30px, 3.462vw, 45px);
      line-height: 2;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%); }
      #mainImage #mainTxt p span {
        display: block;
        font-size: clamp(20px, 2.308vw, 30px); }
  #mainImage #mainImageIn {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    #mainImage #mainImageIn::after {
      content: '';
      width: 100%;
      height: 100%;
      background-color: #000;
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      opacity: .5;
      z-index: 2; }
    #mainImage #mainImageIn video {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1; }

/*container
------------------------------------------------------*/
#container.toppage #topAbout {
  padding-bottom: 140px; }
  @media screen and (min-width: 768px) and (max-width: 1299px) {
    #container.toppage #topAbout {
      padding-bottom: 11.2903%; } }
  #container.toppage #topAbout .txt {
    width: 50%;
    float: left; }
    #container.toppage #topAbout .txt h3 {
      margin-bottom: 20px; }
    #container.toppage #topAbout .txt p {
      margin-bottom: 40px; }
  #container.toppage #topAbout .img {
    width: 50%;
    float: right;
    padding-top: 50%;
    position: relative; }
    #container.toppage #topAbout .img span {
      display: block;
      border-radius: var(--imgmaru);
      position: absolute;
      overflow: hidden; }
      #container.toppage #topAbout .img span.img01 {
        width: calc(380/550 * 100%);
        top: 0;
        right: 0; }
      #container.toppage #topAbout .img span.img02 {
        width: calc(228/550 * 100%);
        bottom: 0;
        left: 0; }
  @media screen and (max-width: 767px) {
    #container.toppage #topAbout {
      padding-bottom: 18.6667%; }
      #container.toppage #topAbout .txt {
        width: auto;
        float: none;
        margin: 0 auto;
        padding-bottom: 14.9254%; }
        #container.toppage #topAbout .txt h2 {
          text-align: center; }
        #container.toppage #topAbout .txt h3 {
          text-align: center; }
        #container.toppage #topAbout .txt p {
          margin-bottom: 40px; }
        #container.toppage #topAbout .txt .btn a {
          margin: 0 auto; }
      #container.toppage #topAbout .img {
        width: auto;
        float: none;
        margin: 0 auto;
        padding-top: 90.2985%; }
        #container.toppage #topAbout .img span {
          border-radius: var(--imgmarusp); }
          #container.toppage #topAbout .img span:nth-child(1) {
            width: 62.3881%;
            right: auto;
            left: 50%;
            margin-left: -17.9104%; }
          #container.toppage #topAbout .img span:nth-child(2) {
            width: 37.3134%;
            left: 50%;
            margin-left: -45.6716%; } }

#container.toppage #topFeature .inner {
  display: block; }
  #container.toppage #topFeature .inner::after, #container.toppage #topFeature .inner::before {
    content: "";
    display: block;
    clear: both; }
  #container.toppage #topFeature .inner .item {
    width: 45.4545%;
    float: right;
    margin-bottom: 4.5455%; }
    #container.toppage #topFeature .inner .item:nth-child(2n) {
      float: left; }
    #container.toppage #topFeature .inner .item:nth-child(2n - 1) {
      transform: translateY(-40%); }
    #container.toppage #topFeature .inner .item .img {
      border-radius: var(--imgmaru);
      overflow: hidden;
      position: relative; }
      #container.toppage #topFeature .inner .item .img img {
        display: block; }
      #container.toppage #topFeature .inner .item .img .tit {
        width: 100%;
        padding-left: 30px;
        padding-bottom: 30px;
        position: absolute;
        bottom: 0;
        left: 0; }
        #container.toppage #topFeature .inner .item .img .tit span.num {
          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;
          height: auto;
          padding-top: calc(59/470 * 100%);
          background-position: left top;
          margin-right: auto;
          margin-bottom: 20px; }
        #container.toppage #topFeature .inner .item .img .tit h3 {
          text-align: left;
          color: #fff;
          font-size: clamp(21px, 2.154vw, 28px); }
    #container.toppage #topFeature .inner .item p {
      padding: 15px 10px;
      font-size: clamp(15px, 1.231vw, 16px);
      line-height: calc(28/16); }
    #container.toppage #topFeature .inner .item#itemFeature01 .img .tit span.num {
      background-image: url("../images/ico_num_01.svg"); }
    #container.toppage #topFeature .inner .item#itemFeature02 .img .tit span.num {
      background-image: url("../images/ico_num_02.svg"); }
    #container.toppage #topFeature .inner .item#itemFeature03 .img .tit span.num {
      background-image: url("../images/ico_num_03.svg"); }
    #container.toppage #topFeature .inner .item#itemFeature04 .img .tit span.num {
      background-image: url("../images/ico_num_04.svg"); }
#container.toppage #topFeature .btn {
  position: relative; }
  #container.toppage #topFeature .btn a {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: -11.2903%; }
  @media screen and (max-width: 999px) {
    #container.toppage #topFeature .btn {
      padding-bottom: 8.0645%; } }
@media screen and (max-width: 767px) {
  #container.toppage #topFeature {
    padding-bottom: 90px; }
    #container.toppage #topFeature h2 {
      text-align: center; }
    #container.toppage #topFeature .inner {
      padding-left: 20px;
      padding-right: 20px; }
      #container.toppage #topFeature .inner .item {
        width: auto;
        float: none;
        margin: 0 auto;
        margin-bottom: 7.4627%; }
        #container.toppage #topFeature .inner .item:nth-child(2n) {
          float: none; }
        #container.toppage #topFeature .inner .item:nth-child(2n - 1) {
          transform: translateY(0); }
        #container.toppage #topFeature .inner .item .img {
          border-radius: var(--imgmarusp); }
          #container.toppage #topFeature .inner .item .img .tit {
            padding-left: 20px;
            padding-bottom: 20px; }
        #container.toppage #topFeature .inner .item p {
          padding: 15px 0; }
    #container.toppage #topFeature .btn {
      position: relative;
      padding-bottom: 0; }
      #container.toppage #topFeature .btn a {
        position: relative;
        margin-top: 0; } }

#container.toppage #topProducts {
  margin-top: -85px; }
  #container.toppage #topProducts .inner {
    display: block; }
    #container.toppage #topProducts .inner::after, #container.toppage #topProducts .inner::before {
      content: "";
      display: block;
      clear: both; }
    #container.toppage #topProducts .inner .item {
      width: 32%;
      float: left;
      margin-right: 2%;
      margin-bottom: 2%; }
      #container.toppage #topProducts .inner .item:nth-child(3n) {
        margin-right: 0; }
      #container.toppage #topProducts .inner .item a {
        display: block;
        padding: calc(41/320 * 100%) 0 calc(16/320 * 100%);
        height: 100%;
        background-color: #fff;
        border: #fff 4px solid;
        border-radius: var(--kadomaruS);
        position: relative; }
        #container.toppage #topProducts .inner .item a .img {
          display: block;
          padding-top: calc(73/320 * 100%);
          position: relative; }
          #container.toppage #topProducts .inner .item a .img img {
            width: auto;
            height: 100%;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            margin: auto; }
        #container.toppage #topProducts .inner .item a p {
          padding-top: calc(20/320 * 100%);
          text-align: center;
          font-size: clamp(14px, 1.385vw, 18px); }
        #container.toppage #topProducts .inner .item a:hover {
          border-color: #64ff78; }
          #container.toppage #topProducts .inner .item a:hover p {
            color: var(--pointCl01); }
      #container.toppage #topProducts .inner .item#itemProducts-additive_mask a .img img, #container.toppage #topProducts .inner .item#itemProducts-laser_mask a .img img, #container.toppage #topProducts .inner .item#itemProducts-half_etching a .img img, #container.toppage #topProducts .inner .item#itemProducts-cleaning_paper a .img img {
        height: calc(69/77 * 100%); }
      #container.toppage #topProducts .inner .item#itemProducts-metal_squeegee a .img img, #container.toppage #topProducts .inner .item#itemProducts-precision a .img img {
        height: 100%; }
  #container.toppage #topProducts .btn {
    margin-top: 5%; }
    #container.toppage #topProducts .btn a {
      margin-left: auto; }
  @media screen and (max-width: 767px) {
    #container.toppage #topProducts {
      margin-top: -20px; }
      #container.toppage #topProducts h2 {
        text-align: center; }
      #container.toppage #topProducts .inner {
        width: var(--spMaxW);
        max-width: 100%;
        margin: 0 auto;
        padding-left: 20px;
        padding-right: 20px; }
        #container.toppage #topProducts .inner .item {
          width: auto;
          float: none;
          margin: 0 auto;
          margin-right: 0;
          margin-bottom: 15px; }
          #container.toppage #topProducts .inner .item a {
            border-radius: var(--kadomaruSsp); }
      #container.toppage #topProducts .btn {
        margin-top: 7.4627%; }
        #container.toppage #topProducts .btn a {
          margin: 0 auto; } }

#container.toppage #topNews {
  padding-top: 120px;
  padding-bottom: 120px; }
  @media screen and (min-width: 768px) and (max-width: 1299px) {
    #container.toppage #topNews {
      padding-top: 9.6774%;
      padding-bottom: 9.6774%; } }
  #container.toppage #topNews .tit {
    width: 21.7742%;
    float: left;
    padding-top: 4.0323%;
    text-align: center; }
    #container.toppage #topNews .tit h2 {
      font-size: clamp(36px, 3.692vw, 48px);
      margin-bottom: 40px;
      text-align: center; }
    #container.toppage #topNews .tit .btn a {
      display: block;
      width: 180px;
      height: 56px;
      max-width: 100%;
      margin: 0 auto;
      border-radius: 50vw;
      border: var(--lineCl02) 1px solid;
      background-color: #fff;
      text-align: center;
      line-height: 54px;
      font-size: clamp(13px, 1vw, 13px); }
      #container.toppage #topNews .tit .btn a:hover {
        background-color: var(--pointCl01);
        color: #fff; }
  #container.toppage #topNews .list {
    width: 77.4194%;
    float: right;
    padding-right: 5.6452%; }
    #container.toppage #topNews .list .btn {
      display: none; }
  @media screen and (max-width: 767px) {
    #container.toppage #topNews {
      padding-top: 18.6667%;
      padding-bottom: 18.6667%; }
      #container.toppage #topNews .tit {
        width: auto;
        float: none;
        margin: 0 auto;
        padding-top: 0; }
        #container.toppage #topNews .tit h2 {
          margin-bottom: 35px; }
        #container.toppage #topNews .tit .btn {
          display: none; }
      #container.toppage #topNews .list {
        width: auto;
        float: none;
        margin: 0 auto;
        padding-right: 0; }
        #container.toppage #topNews .list .btn {
          display: block;
          padding-top: 7.4627%; }
          #container.toppage #topNews .list .btn a {
            margin: 0 auto; } }

#container.toppage #topRecruit .txt {
  width: 49.0909%;
  float: left; }
  #container.toppage #topRecruit .txt h2 {
    font-size: clamp(36px, 4.615vw, 60px);
    margin-bottom: 20px;
    text-align: center; }
  #container.toppage #topRecruit .txt h3 {
    text-align: center; }
  #container.toppage #topRecruit .txt .btn {
    margin-top: 30px; }
    #container.toppage #topRecruit .txt .btn a {
      margin: 0 auto; }
#container.toppage #topRecruit .img {
  width: 43.6364%;
  float: right;
  padding-top: 48.1818%;
  position: relative; }
  #container.toppage #topRecruit .img span {
    display: block;
    border-radius: var(--imgmaru);
    position: absolute;
    overflow: hidden; }
    #container.toppage #topRecruit .img span:nth-child(1) {
      width: calc(285/480 * 100%);
      top: 0;
      right: 0; }
    #container.toppage #topRecruit .img span:nth-child(2) {
      width: calc(228/480 * 100%);
      bottom: 0;
      left: 0; }
@media screen and (max-width: 767px) {
  #container.toppage #topRecruit {
    max-width: 100%; }
    #container.toppage #topRecruit .txt {
      width: auto;
      float: none;
      margin: 0 auto;
      padding-bottom: 13.3333%; }
      #container.toppage #topRecruit .txt h2 {
        margin-bottom: 20px; }
      #container.toppage #topRecruit .txt h3 {
        margin-bottom: 30px; }
      #container.toppage #topRecruit .txt .btn a {
        margin: 0 auto; }
    #container.toppage #topRecruit .img {
      width: auto;
      float: none;
      margin: 0 auto;
      padding-top: 90.2985%; }
      #container.toppage #topRecruit .img span {
        border-radius: var(--imgmarusp); }
        #container.toppage #topRecruit .img span:nth-child(1) {
          width: 62.3881%;
          right: auto;
          left: 50%;
          margin-left: -17.9104%; }
        #container.toppage #topRecruit .img span:nth-child(2) {
          width: 37.3134%;
          left: 50%;
          margin-left: -45.6716%; } }

/*--------------------------------------------------------------------
2. local
---------------------------------------------------------------------*/
/*about
------------------------------------------------------*/
@media screen and (max-width: 767px) {
  #container.second.about section .titBox h2 {
    text-align: center; } }
#container.second.about #about--message .mainBox .inner {
  display: block;
  margin-bottom: 20px; }
  #container.second.about #about--message .mainBox .inner::after, #container.second.about #about--message .mainBox .inner::before {
    content: "";
    display: block;
    clear: both; }
  #container.second.about #about--message .mainBox .inner .boxL {
    width: calc(515/830 * 100%);
    float: left; }
    #container.second.about #about--message .mainBox .inner .boxL p.txt01 {
      font-size: clamp(18px, 1.692vw, 22px); }
  #container.second.about #about--message .mainBox .inner .boxR {
    width: calc(260/830 * 100%);
    float: right; }
    #container.second.about #about--message .mainBox .inner .boxR img {
      display: block;
      border-radius: var(--imgmaru); }
#container.second.about #about--message .mainBox p {
  font-size: clamp(16px, 1.385vw, 18px);
  line-height: calc(40/18); }
  #container.second.about #about--message .mainBox p.sig {
    text-align: right; }
@media screen and (max-width: 767px) {
  #container.second.about #about--message .titBox h2 {
    text-align: left; }
  #container.second.about #about--message .mainBox {
    position: relative;
    padding-top: 62.6866%; }
    #container.second.about #about--message .mainBox::before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      overflow: hidden;
      white-space: nowrap;
      text-indent: 101%;
      line-height: 0;
      font-size: 0.1em;
      width: calc(100% + 40px);
      height: auto;
      padding-top: 54.4776%;
      background-image: url("../images/about/img_about_01_02_sp.jpg");
      position: absolute;
      top: 0;
      left: 0;
      transform: translateX(-20px); }
    #container.second.about #about--message .mainBox .inner .boxL {
      width: auto;
      float: none;
      margin: 0 auto; }
    #container.second.about #about--message .mainBox .inner .boxR {
      display: none; } }
#container.second.about #about--philosophy .mainBox p {
  font-size: clamp(25px, 2vw, 26px);
  line-height: calc(80/50); }
@media screen and (max-width: 767px) {
  #container.second.about #about--philosophy .mainBox p {
    text-align: center; } }
#container.second.about #about--overview .mainBox table {
  table-layout: fixed; }
  #container.second.about #about--overview .mainBox table th {
    width: 220px; }
    @media screen and (max-width: 999px) {
      #container.second.about #about--overview .mainBox table th {
        width: 150px; } }

/*history
------------------------------------------------------*/
#container.second.history section h2 {
  margin-bottom: 7.2727%; }
#container.second.history section .historyBox {
  padding-left: 60px;
  position: relative; }
  #container.second.history section .historyBox::before {
    content: "";
    display: block;
    background-color: #a5cbaa;
    width: 1px;
    height: calc(100% - (5px + (45/1040 * 100%)));
    position: absolute;
    top: 0;
    left: 11px;
    margin-top: calc(20px + (45/1040 * 100%)); }
  #container.second.history section .historyBox .item {
    position: relative;
    border-top: var(--lineCl02) 1px solid;
    padding-top: calc(45/1040 * 100%);
    padding-bottom: calc(45/1040 * 100%);
    display: block; }
    #container.second.history section .historyBox .item::before {
      content: "";
      display: block;
      background-color: #a5cbaa;
      width: 12px;
      height: 12px;
      border-radius: 50vw;
      position: absolute;
      top: 0;
      left: 0;
      margin-top: calc(20px + (45/1040 * 100%));
      margin-left: -54px; }
    #container.second.history section .historyBox .item:last-child {
      border-bottom: var(--lineCl02) 1px solid; }
    #container.second.history section .historyBox .item::after, #container.second.history section .historyBox .item::before {
      content: "";
      display: block;
      clear: both; }
    #container.second.history section .historyBox .item span.year {
      display: block;
      width: 210px;
      float: left;
      text-align: left;
      color: var(--pointCl01);
      font-weight: 600;
      font-size: clamp(30px, 3.077vw, 40px); }
    #container.second.history section .historyBox .item dl {
      width: calc(100% - 210px);
      float: right; }
      #container.second.history section .historyBox .item dl dt {
        font-size: clamp(20px, 1.846vw, 24px);
        text-align: left; }
      #container.second.history section .historyBox .item dl dd + dt {
        margin-top: 15px; }
      #container.second.history section .historyBox .item dl dd {
        font-size: clamp(16px, 1.385vw, 18px); }
        #container.second.history section .historyBox .item dl dd p + p {
          margin-top: 5px; }
@media screen and (max-width: 999px) {
  #container.second.history section .historyBox .item span.year {
    width: 170px; }
  #container.second.history section .historyBox .item dl {
    width: calc(100% - 170px); } }
@media screen and (max-width: 767px) {
  #container.second.history section h2 {
    margin-bottom: 11.9403%; }
  #container.second.history section .historyBox {
    padding-left: 50px; }
    #container.second.history section .historyBox::before {
      height: calc(100% - (5px + (45/1040 * 100%)));
      margin-top: calc(30px + (45/1040 * 100%)); }
    #container.second.history section .historyBox .item {
      padding-top: 30px;
      padding-bottom: 30px;
      display: block; }
      #container.second.history section .historyBox .item::before {
        margin-left: -44px;
        margin-top: calc(30px + (45/1040 * 100%)); }
      #container.second.history section .historyBox .item::after, #container.second.history section .historyBox .item::before {
        content: "";
        display: block;
        clear: both; }
      #container.second.history section .historyBox .item span.year {
        width: auto;
        float: none;
        margin: 0 auto; }
      #container.second.history section .historyBox .item dl {
        width: auto;
        float: none;
        margin: 0 auto;
        margin-top: 20px;
        padding-left: 20px; } }

/*base
------------------------------------------------------*/
#container.second.base section .mainBox .inner {
  border-top: var(--lineCl02) 1px solid;
  border-bottom: var(--lineCl02) 1px solid;
  margin-top: -1px;
  padding-top: calc(45/830 * 100%);
  padding-bottom: calc(45/830 * 100%);
  display: flex;
  align-items: flex-end; }
  #container.second.base section .mainBox .inner .boxIn {
    flex: 1; }
    #container.second.base section .mainBox .inner .boxIn h3 {
      margin-bottom: 15px;
      font-size: clamp(18px, 1.846vw, 24px);
      text-align: left; }
    #container.second.base section .mainBox .inner .boxIn p {
      font-size: clamp(16px, 1.385vw, 18px); }
  #container.second.base section .mainBox .inner .btn {
    width: 180px; }
@media screen and (max-width: 767px) {
  #container.second.base section .mainBox .inner {
    padding-top: 30px;
    padding-bottom: 30px;
    display: block; }
    #container.second.base section .mainBox .inner .boxIn {
      padding-bottom: 15px; }
    #container.second.base section .mainBox .inner .btn {
      width: auto; }
      #container.second.base section .mainBox .inner .btn a {
        margin-left: auto;
        margin-right: 0; } }

/*feature
------------------------------------------------------*/
#container.second.feature #feature--lead h2 + p {
  text-align: center;
  font-size: clamp(18px, 1.538vw, 20px);
  line-height: calc(40/20); }
#container.second.feature #feature--lead .inner {
  display: block; }
  #container.second.feature #feature--lead .inner::after, #container.second.feature #feature--lead .inner::before {
    content: "";
    display: block;
    clear: both; }
  #container.second.feature #feature--lead .inner .item {
    width: 29.0909%;
    float: left; }
    #container.second.feature #feature--lead .inner .item:nth-child(n + 2) {
      margin-left: 6.0909%; }
    #container.second.feature #feature--lead .inner .item img {
      display: block;
      border-radius: var(--imgmaru);
      margin-bottom: 20px; }
    #container.second.feature #feature--lead .inner .item p {
      line-height: calc(34/17); }
@media screen and (max-width: 767px) {
  #container.second.feature #feature--lead h2 + p {
    text-align: left;
    padding-bottom: 40px; }
  #container.second.feature #feature--lead .inner {
    width: var(--spMaxW);
    max-width: 100%;
    margin: 0 auto; }
    #container.second.feature #feature--lead .inner .item {
      width: auto;
      float: none;
      margin: 0 auto; }
      #container.second.feature #feature--lead .inner .item:nth-child(n + 2) {
        margin-left: 0;
        margin-top: 40px; }
      #container.second.feature #feature--lead .inner .item img {
        border-radius: var(--imgmarusp);
        width: 300px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto; } }
#container.second.feature #feature--strengths h2 {
  text-align: center;
  margin-bottom: 5.4545%; }
#container.second.feature #feature--strengths .inner + .inner {
  margin-top: 6.3636%; }
#container.second.feature #feature--strengths .inner {
  display: flex;
  align-items: center; }
  #container.second.feature #feature--strengths .inner > .txt {
    flex: 1; }
    #container.second.feature #feature--strengths .inner > .txt h3 {
      display: flex;
      align-items: center;
      text-align: left;
      margin-bottom: 30px; }
      #container.second.feature #feature--strengths .inner > .txt h3 span.num {
        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;
        height: 60px; }
      #container.second.feature #feature--strengths .inner > .txt h3 span.txt {
        display: block;
        flex: 1;
        padding-left: 15px; }
    #container.second.feature #feature--strengths .inner > .txt p {
      font-size: clamp(16px, 1.462vw, 19px);
      line-height: calc(34/19); }
  #container.second.feature #feature--strengths .inner#strengths01 .txt h3 span.num {
    width: 73px;
    background-image: url("../images/ico_num2_01.svg"); }
  #container.second.feature #feature--strengths .inner#strengths02 .txt h3 span.num {
    width: 89px;
    background-image: url("../images/ico_num2_02.svg"); }
  #container.second.feature #feature--strengths .inner#strengths03 .txt h3 span.num {
    width: 88px;
    background-image: url("../images/ico_num2_03.svg"); }
  #container.second.feature #feature--strengths .inner#strengths04 .txt h3 span.num {
    width: 92px;
    background-image: url("../images/ico_num2_04.svg"); }
  #container.second.feature #feature--strengths .inner .img {
    width: 45.4545%;
    border-radius: var(--imgmaru);
    overflow: hidden; }
    #container.second.feature #feature--strengths .inner .img img {
      display: block; }
  #container.second.feature #feature--strengths .inner#strengths01 > .txt, #container.second.feature #feature--strengths .inner#strengths03 > .txt {
    padding-left: 5.4545%; }
  #container.second.feature #feature--strengths .inner#strengths02, #container.second.feature #feature--strengths .inner#strengths04 {
    flex-direction: row-reverse; }
    #container.second.feature #feature--strengths .inner#strengths02 > .txt, #container.second.feature #feature--strengths .inner#strengths04 > .txt {
      padding-right: 5.4545%; }
@media screen and (max-width: 767px) {
  #container.second.feature #feature--strengths h2 {
    margin-bottom: 8%; }
  #container.second.feature #feature--strengths .inner + .inner {
    margin-top: 8.9552%; }
  #container.second.feature #feature--strengths .inner {
    width: var(--spMaxW);
    max-width: 100%;
    margin: 0 auto;
    display: block; }
    #container.second.feature #feature--strengths .inner > .txt {
      padding-bottom: 20px; }
      #container.second.feature #feature--strengths .inner > .txt h3 {
        margin-bottom: 10px; }
        #container.second.feature #feature--strengths .inner > .txt h3 span.num {
          height: 48px; }
        #container.second.feature #feature--strengths .inner > .txt h3 span.txt {
          padding-left: 20px; }
    #container.second.feature #feature--strengths .inner#strengths01 .txt h3 span.num {
      width: 58.4px; }
    #container.second.feature #feature--strengths .inner#strengths02 .txt h3 span.num {
      width: 71.2px; }
    #container.second.feature #feature--strengths .inner#strengths03 .txt h3 span.num {
      width: 70.4px; }
    #container.second.feature #feature--strengths .inner#strengths04 .txt h3 span.num {
      width: 73.6px; }
    #container.second.feature #feature--strengths .inner .img {
      width: auto;
      border-radius: var(--imgmarusp);
      margin-bottom: 15px; }
    #container.second.feature #feature--strengths .inner#strengths01 > .txt, #container.second.feature #feature--strengths .inner#strengths03 > .txt {
      padding-left: 0; }
    #container.second.feature #feature--strengths .inner#strengths02 > .txt, #container.second.feature #feature--strengths .inner#strengths04 > .txt {
      padding-right: 0; } }
#container.second.feature #feature--flow {
  padding-top: 120px; }
  @media screen and (min-width: 768px) and (max-width: 1299px) {
    #container.second.feature #feature--flow {
      padding-top: 9.6774%; } }
  #container.second.feature #feature--flow h2 + p {
    text-align: center;
    padding-bottom: 30px; }
  #container.second.feature #feature--flow .flowBox {
    width: 960px;
    max-width: 100%;
    margin: 0 auto; }
    #container.second.feature #feature--flow .flowBox .item + .item {
      margin-top: 30px; }
    #container.second.feature #feature--flow .flowBox .item {
      display: flex;
      align-items: center; }
      #container.second.feature #feature--flow .flowBox .item .pic {
        width: 150px; }
        #container.second.feature #feature--flow .flowBox .item .pic span {
          display: block;
          padding-top: calc(100% - 2px);
          border-radius: 50vw;
          background-color: #fff;
          border: var(--lineCl02) 1px solid;
          position: relative; }
          #container.second.feature #feature--flow .flowBox .item .pic span img {
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            margin: auto; }
      #container.second.feature #feature--flow .flowBox .item#flow01 .pic span img {
        width: calc(83/150 * 100%); }
      #container.second.feature #feature--flow .flowBox .item#flow02 .pic span img {
        width: calc(64/150 * 100%); }
      #container.second.feature #feature--flow .flowBox .item#flow03 .pic span img {
        width: calc(64/150 * 100%); }
      #container.second.feature #feature--flow .flowBox .item#flow04 .pic span img {
        width: calc(70/150 * 100%); }
      #container.second.feature #feature--flow .flowBox .item#flow05 .pic span img {
        width: calc(69/150 * 100%); }
      #container.second.feature #feature--flow .flowBox .item .txt {
        flex: 1;
        padding-left: 30px; }
        #container.second.feature #feature--flow .flowBox .item .txt h3 {
          margin-bottom: 10px; }
        #container.second.feature #feature--flow .flowBox .item .txt p a {
          text-decoration: underline;
          color: var(--pointCl01); }
        #container.second.feature #feature--flow .flowBox .item .txt p a:hover {
          text-decoration: none; }
  @media screen and (max-width: 767px) {
    #container.second.feature #feature--flow {
      padding-top: 16%; }
      #container.second.feature #feature--flow h2 + p {
        text-align: left; }
      #container.second.feature #feature--flow .flowBox .item + .item {
        margin-top: 30px; }
      #container.second.feature #feature--flow .flowBox .item {
        display: block;
        position: relative; }
        #container.second.feature #feature--flow .flowBox .item .pic {
          width: 80px;
          position: absolute;
          top: 0;
          left: 0; }
        #container.second.feature #feature--flow .flowBox .item .txt {
          padding-left: 0; }
          #container.second.feature #feature--flow .flowBox .item .txt h3 {
            min-height: 80px;
            padding-left: 100px;
            display: flex;
            justify-content: flex-start;
            align-items: center; } }

/*products
------------------------------------------------------*/
#container.second.products {
  padding-top: 40px; }
  #container.second.products #productsIndex {
    padding-top: 160px;
    margin-top: -160px;
    padding-bottom: 0; }
    #container.second.products #productsIndex .inner {
      display: block;
      border-bottom: var(--lineCl01) 1px solid;
      padding-bottom: 5.4545%;
      padding-top: 5.4545%; }
      #container.second.products #productsIndex .inner::after, #container.second.products #productsIndex .inner::before {
        content: "";
        display: block;
        clear: both; }
      #container.second.products #productsIndex .inner .titBox {
        width: 27.2727%;
        float: left; }
        #container.second.products #productsIndex .inner .titBox .img {
          display: block;
          background-color: #fff;
          border-radius: var(--kadomaru);
          padding-top: calc(200/300 * 100%);
          position: relative;
          z-index: 1; }
          #container.second.products #productsIndex .inner .titBox .img img {
            display: block;
            height: calc(73/200 * 100%);
            width: auto;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            margin-top: calc(43/300 * 100%);
            margin-left: auto;
            margin-right: auto; }
        #container.second.products #productsIndex .inner .titBox h2 {
          margin-top: calc(-60/300 * 100%);
          text-align: center;
          position: relative;
          z-index: 2; }
      #container.second.products #productsIndex .inner .listBox {
        width: 67.2727%;
        float: right;
        padding-top: 15px; }
        #container.second.products #productsIndex .inner .listBox ul {
          text-align: left;
          column-count: 2; }
          #container.second.products #productsIndex .inner .listBox ul li {
            font-size: clamp(16px, 1.385vw, 18px);
            margin-bottom: 10px; }
            #container.second.products #productsIndex .inner .listBox ul li a:hover {
              color: var(--ovCl01); }
    @media screen and (max-width: 767px) {
      #container.second.products #productsIndex .inner {
        width: var(--spMaxW);
        max-width: 100%;
        margin: 0 auto;
        border-bottom: none;
        padding-bottom: 13.4328%; }
        #container.second.products #productsIndex .inner .titBox {
          width: auto;
          float: none;
          margin: 0 auto;
          margin-bottom: 30px; }
          #container.second.products #productsIndex .inner .titBox .img {
            border-radius: var(--kadomarusp);
            padding-top: calc(340/600 * 100%); }
            #container.second.products #productsIndex .inner .titBox .img img {
              margin-top: calc(80/600 * 100%); }
          #container.second.products #productsIndex .inner .titBox h2 {
            margin-top: calc(-50/300 * 100%); }
        #container.second.products #productsIndex .inner .listBox {
          width: auto;
          float: none;
          margin: 0 auto;
          padding-top: 15px;
          padding-left: 20px; }
          #container.second.products #productsIndex .inner .listBox ul {
            column-count: 1; } }

/*products--detail
------------------------------------------------------*/
#container.second.productsDetail {
  padding-top: 60px; }
  @media screen and (min-width: 768px) and (max-width: 1299px) {
    #container.second.productsDetail {
      padding-top: 4.8387%; } }
  @media screen and (max-width: 767px) {
    #container.second.productsDetail {
      padding-top: 8%; } }
  #container.second.productsDetail #productsDetail--title {
    padding-bottom: 60px;
    display: flex;
    align-items: center; }
    @media screen and (min-width: 768px) and (max-width: 1299px) {
      #container.second.productsDetail #productsDetail--title {
        padding-bottom: 4.8387%; } }
    #container.second.productsDetail #productsDetail--title .imgBox {
      width: 43.6364%; }
    #container.second.productsDetail #productsDetail--title .titBox {
      flex: 1;
      padding-left: 3.6364%; }
      #container.second.productsDetail #productsDetail--title .titBox .cat {
        display: block;
        margin-bottom: 15px;
        text-align: left;
        font-size: clamp(15px, 1.538vw, 20px); }
      #container.second.productsDetail #productsDetail--title .titBox h1 {
        text-align: left;
        font-size: clamp(24px, 2.769vw, 36px);
        line-height: 1.5; }
    @media screen and (max-width: 767px) {
      #container.second.productsDetail #productsDetail--title {
        display: block;
        padding-bottom: 8.9552%; }
        #container.second.productsDetail #productsDetail--title .imgBox {
          width: auto;
          float: none;
          margin: 0 auto; }
        #container.second.productsDetail #productsDetail--title .titBox {
          padding-top: 20px;
          padding-left: 0; } }
  #container.second.productsDetail #productsDetail--post {
    padding-top: 0;
    padding-bottom: 0; }
    #container.second.productsDetail #productsDetail--post #productsDetail--postIn {
      padding: 5.4545%; }
    #container.second.productsDetail #productsDetail--post h2 {
      background-color: #ebf3ec;
      padding: 15px 30px;
      margin-bottom: 20px;
      text-align: left;
      font-size: clamp(15px, 1.538vw, 20px);
      line-height: calc(3/2); }
    #container.second.productsDetail #productsDetail--post h3 {
      margin-bottom: 20px;
      text-align: left;
      font-size: clamp(15px, 1.385vw, 18px);
      line-height: calc(3/2); }
    #container.second.productsDetail #productsDetail--post p + ul {
      margin-top: 0; }
    #container.second.productsDetail #productsDetail--post figure {
      width: 800px;
      max-width: 85%;
      margin: 30px auto; }
    #container.second.productsDetail #productsDetail--post picture > img,
    #container.second.productsDetail #productsDetail--post img {
      height: auto !important;
      max-width: 100%;
      width: 100%;
      object-fit: contain; }
    @media screen and (max-width: 767px) {
      #container.second.productsDetail #productsDetail--post #productsDetail--postIn {
        padding: 20px; }
      #container.second.productsDetail #productsDetail--post h2 {
        padding: 15px; }
      #container.second.productsDetail #productsDetail--post figure {
        max-width: 100%;
        margin: 20px auto; }
        #container.second.productsDetail #productsDetail--post figure img:is([sizes="auto" i], [sizes^="auto," i]) {
          content-visibility: visible !important;
          contain-intrinsic-size: auto !important;
          /* ← ここが本命 */
          aspect-ratio: auto !important;
          height: auto !important;
          width: 100%;
          max-width: 100%; } }
  #container.second.productsDetail #productsDetail--btm {
    padding-top: 60px;
    padding-bottom: 40px; }
    #container.second.productsDetail #productsDetail--btm .btn a {
      margin: 0 auto; }
    @media screen and (max-width: 767px) {
      #container.second.productsDetail #productsDetail--btm {
        padding-top: 40px;
        padding-bottom: 20px; } }

/*recruit
------------------------------------------------------*/
#container.second.recruit #recruit--lead .inner {
  display: block;
  margin-bottom: 6.3636%; }
  #container.second.recruit #recruit--lead .inner::after, #container.second.recruit #recruit--lead .inner::before {
    content: "";
    display: block;
    clear: both; }
  #container.second.recruit #recruit--lead .inner .txt {
    width: 53.6364%;
    float: left; }
    #container.second.recruit #recruit--lead .inner .txt h2 {
      font-size: clamp(36px, 4.615vw, 60px);
      margin-bottom: 20px;
      text-align: center; }
    #container.second.recruit #recruit--lead .inner .txt h3 {
      text-align: center; }
    #container.second.recruit #recruit--lead .inner .txt h3 + p {
      padding: 0 20px 20px;
      line-height: calc(34/17); }
    #container.second.recruit #recruit--lead .inner .txt h4 {
      margin-bottom: 20px;
      text-align: center; }
      #container.second.recruit #recruit--lead .inner .txt h4 span {
        display: inline-block;
        padding-left: 25px;
        padding-right: 25px;
        font-size: clamp(18px, 1.692vw, 22px);
        line-height: calc(32/22);
        position: relative; }
        #container.second.recruit #recruit--lead .inner .txt h4 span::before, #container.second.recruit #recruit--lead .inner .txt h4 span::after {
          content: "";
          display: block;
          width: 17px;
          height: 1px;
          background-color: var(--txBody);
          position: absolute;
          top: 50%; }
        #container.second.recruit #recruit--lead .inner .txt h4 span::before {
          left: 0; }
        #container.second.recruit #recruit--lead .inner .txt h4 span::after {
          right: 0; }
    #container.second.recruit #recruit--lead .inner .txt .imgTxt {
      display: block;
      width: calc(396/590 * 100%);
      margin: 0 auto; }
  #container.second.recruit #recruit--lead .inner .img {
    width: 43.6364%;
    float: right;
    padding-top: 48.1818%;
    position: relative; }
    #container.second.recruit #recruit--lead .inner .img img {
      display: block;
      border-radius: var(--imgmaru);
      position: absolute; }
      #container.second.recruit #recruit--lead .inner .img img:nth-child(1) {
        width: calc(285/480 * 100%);
        top: 0;
        right: 0; }
      #container.second.recruit #recruit--lead .inner .img img:nth-child(2) {
        width: calc(228/480 * 100%);
        bottom: 0;
        left: 0; }
#container.second.recruit #recruit--lead .inner02 {
  background-color: #fff;
  border-radius: var(--kadomaruS);
  padding: 3.2258%; }
  #container.second.recruit #recruit--lead .inner02 h3 {
    text-align: left;
    margin-bottom: 15px; }
@media screen and (max-width: 767px) {
  #container.second.recruit #recruit--lead .inner {
    margin-bottom: 12.6866%; }
    #container.second.recruit #recruit--lead .inner .txt {
      width: auto;
      float: none;
      margin: 0 auto;
      padding-bottom: 13.4328%; }
      #container.second.recruit #recruit--lead .inner .txt h4 {
        margin-top: 0; }
        #container.second.recruit #recruit--lead .inner .txt h4 span {
          padding-left: 20px;
          padding-right: 20px; }
          #container.second.recruit #recruit--lead .inner .txt h4 span::before, #container.second.recruit #recruit--lead .inner .txt h4 span::after {
            width: 15px; }
      #container.second.recruit #recruit--lead .inner .txt .imgTxt {
        width: 100%; }
    #container.second.recruit #recruit--lead .inner .img {
      width: auto;
      float: none;
      margin: 0 auto;
      padding-top: 90.2985%; }
      #container.second.recruit #recruit--lead .inner .img img {
        border-radius: var(--imgmarusp); }
        #container.second.recruit #recruit--lead .inner .img img:nth-child(1) {
          width: 62.3881%;
          right: auto;
          left: 50%;
          margin-left: -17.9104%; }
        #container.second.recruit #recruit--lead .inner .img img:nth-child(2) {
          width: 37.3134%;
          left: 50%;
          margin-left: -45.6716%; }
  #container.second.recruit #recruit--lead .inner02 {
    border-radius: var(--kadomaruSsp);
    padding: 5.3333% 20px; }
    #container.second.recruit #recruit--lead .inner02 h3 {
      margin-bottom: 10px; } }
#container.second.recruit #recruit--flow {
  padding-bottom: 60px; }
  @media screen and (min-width: 768px) and (max-width: 1299px) {
    #container.second.recruit #recruit--flow {
      padding-bottom: 4.8387%; } }
  #container.second.recruit #recruit--flow h2 {
    text-align: center;
    margin-bottom: 3.6364%; }
  #container.second.recruit #recruit--flow .flowBox {
    width: 960px;
    max-width: 100%;
    margin: 0 auto 5.4545%;
    display: block; }
    #container.second.recruit #recruit--flow .flowBox::after, #container.second.recruit #recruit--flow .flowBox::before {
      content: "";
      display: block;
      clear: both; }
    #container.second.recruit #recruit--flow .flowBox .item {
      width: calc(160/960 * 100%);
      float: left; }
      #container.second.recruit #recruit--flow .flowBox .item:nth-child(n + 2) {
        margin-left: calc(38/960 * 100%);
        position: relative; }
        #container.second.recruit #recruit--flow .flowBox .item:nth-child(n + 2)::before {
          content: "";
          display: block;
          padding-left: calc(38/160 * 100%);
          padding-top: calc(160/160 * 100%);
          background: url("../images/arw_flow.svg") center center no-repeat;
          background-size: calc(12/38 * 100%) auto;
          position: absolute;
          top: 0;
          left: 0;
          transform: translateX(-100%); }
      #container.second.recruit #recruit--flow .flowBox .item .icoBox {
        width: 100%;
        padding-top: 100%;
        background-color: #fff;
        border-radius: var(--kadomaruS);
        border: #d7e5d9 1px solid;
        position: relative; }
        #container.second.recruit #recruit--flow .flowBox .item .icoBox img {
          display: block;
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          margin: auto; }
      #container.second.recruit #recruit--flow .flowBox .item#flow01 .icoBox img {
        width: calc(70/160 * 100%); }
      #container.second.recruit #recruit--flow .flowBox .item#flow02 .icoBox img {
        width: calc(48/160 * 100%); }
      #container.second.recruit #recruit--flow .flowBox .item#flow03 .icoBox img {
        width: calc(64/160 * 100%); }
      #container.second.recruit #recruit--flow .flowBox .item#flow04 .icoBox img {
        width: calc(74/160 * 100%); }
      #container.second.recruit #recruit--flow .flowBox .item#flow05 .icoBox img {
        width: calc(70/160 * 100%); }
      #container.second.recruit #recruit--flow .flowBox .item p {
        margin-top: 10px;
        text-align: center;
        font-size: clamp(15px, 1.385vw, 18px); }
  #container.second.recruit #recruit--flow .btnArea {
    width: 580px;
    max-width: 100%;
    margin: 0 auto 5.4545%; }
    #container.second.recruit #recruit--flow .btnArea ul {
      display: block; }
      #container.second.recruit #recruit--flow .btnArea ul::after, #container.second.recruit #recruit--flow .btnArea ul::before {
        content: "";
        display: block;
        clear: both; }
      #container.second.recruit #recruit--flow .btnArea ul li {
        width: calc(50% - 10px);
        float: left; }
        #container.second.recruit #recruit--flow .btnArea ul li:nth-child(2) {
          float: right; }
  #container.second.recruit #recruit--flow .btnArea + p {
    text-align: center; }
    #container.second.recruit #recruit--flow .btnArea + p img {
      display: inline-block;
      width: 235px;
      vertical-align: middle; }
  @media screen and (max-width: 767px) {
    #container.second.recruit #recruit--flow h2 {
      margin-bottom: 30px; }
    #container.second.recruit #recruit--flow h2 + p {
      text-align: left; }
    #container.second.recruit #recruit--flow .flowBox {
      width: var(--spMaxW);
      max-width: 70%;
      margin: 0 auto 30px; }
      #container.second.recruit #recruit--flow .flowBox .item {
        width: auto;
        float: none;
        margin: 0 auto;
        background-color: #fff;
        border-radius: var(--kadomaruSsp);
        border: #d7e5d9 1px solid;
        display: flex;
        align-items: center; }
        #container.second.recruit #recruit--flow .flowBox .item:nth-child(n + 2) {
          margin-top: 60px;
          margin-left: 0;
          position: relative; }
          #container.second.recruit #recruit--flow .flowBox .item:nth-child(n + 2)::before {
            width: 100%;
            height: 60px;
            padding-left: 0;
            padding-top: 0;
            background: url("../images/arw_flow_sp.svg") center center no-repeat;
            background-size: 15px auto;
            transform: translate(0, -100%); }
        #container.second.recruit #recruit--flow .flowBox .item .icoBox {
          width: 80px;
          padding-top: 80px;
          background-color: transparent;
          border-radius: 0;
          border: none; }
        #container.second.recruit #recruit--flow .flowBox .item p {
          flex: 1;
          margin-top: 0;
          text-align: left; }
    #container.second.recruit #recruit--flow .btnArea ul li {
      width: auto;
      float: none;
      margin: 0 auto; }
      #container.second.recruit #recruit--flow .btnArea ul li:nth-child(2) {
        float: none;
        margin-top: 20px; }
    #container.second.recruit #recruit--flow .btnArea + p {
      text-align: left; }
      #container.second.recruit #recruit--flow .btnArea + p img {
        width: 200px; } }

/*application_guidelines
------------------------------------------------------*/
#container.second.application_guidelines section {
  padding-bottom: 60px; }
  #container.second.application_guidelines section h2 {
    margin-bottom: 3.6364%; }
  #container.second.application_guidelines section .inner + .inner {
    margin-top: 7.2727%; }
  #container.second.application_guidelines section .inner h3 {
    margin-bottom: 30px; }
  #container.second.application_guidelines section .inner dl dt {
    text-align: left;
    border-bottom: var(--lineCl01) 1px solid;
    padding-bottom: 20px; }
  #container.second.application_guidelines section .inner dl dd {
    padding: 20px 0 20px; }
  #container.second.application_guidelines section table {
    table-layout: fixed; }
    #container.second.application_guidelines section table th {
      width: 280px;
      white-space: nowrap; }
      @media screen and (max-width: 767px) {
        #container.second.application_guidelines section table th {
          font-weight: 600; } }
  #container.second.application_guidelines section .btn {
    padding-top: 7.2727%; }
    #container.second.application_guidelines section .btn a {
      margin: 0 auto; }

/*entry
------------------------------------------------------*/
#container.second.entry section,
#container.second.entry-thanks section {
  padding-bottom: 60px; }
#container.second.entry #entryLead,
#container.second.entry-thanks #entryLead {
  padding-bottom: 50px; }
  @media screen and (max-width: 767px) {
    #container.second.entry #entryLead,
    #container.second.entry-thanks #entryLead {
      padding-bottom: 6.6667%; } }
  #container.second.entry #entryLead h2,
  #container.second.entry-thanks #entryLead h2 {
    margin-bottom: 2.7273%; }
  #container.second.entry #entryLead p a,
  #container.second.entry-thanks #entryLead p a {
    text-decoration: underline;
    color: var(--pointCl01); }
  #container.second.entry #entryLead p a:hover,
  #container.second.entry-thanks #entryLead p a:hover {
    text-decoration: none; }

#container.second.entry-thanks .lNav {
  display: none; }

/*contact 
------------------------------------------------------*/
#container.contact section,
#container.thanks section,
#container.second.entry-thanks section {
  padding-bottom: 60px; }
#container.contact #contactLead,
#container.thanks #contactLead,
#container.second.entry-thanks #contactLead {
  padding-bottom: 40px;
  text-align: center; }
  @media screen and (min-width: 768px) and (max-width: 1299px) {
    #container.contact #contactLead,
    #container.thanks #contactLead,
    #container.second.entry-thanks #contactLead {
      padding-bottom: 3.6364%; } }
  @media screen and (max-width: 767px) {
    #container.contact #contactLead,
    #container.thanks #contactLead,
    #container.second.entry-thanks #contactLead {
      padding-bottom: 6.6667%; } }
  #container.contact #contactLead > p,
  #container.thanks #contactLead > p,
  #container.second.entry-thanks #contactLead > p {
    text-align: center;
    font-size: clamp(16px, 1.385vw, 18px);
    line-height: calc(36/18); }
    #container.contact #contactLead > p a,
    #container.thanks #contactLead > p a,
    #container.second.entry-thanks #contactLead > p a {
      text-decoration: underline; }
    #container.contact #contactLead > p a:hover,
    #container.thanks #contactLead > p a:hover,
    #container.second.entry-thanks #contactLead > p a:hover {
      text-decoration: none; }
  #container.contact #contactLead h2,
  #container.thanks #contactLead h2,
  #container.second.entry-thanks #contactLead h2 {
    margin-bottom: 20px; }
  #container.contact #contactLead .telBox,
  #container.thanks #contactLead .telBox,
  #container.second.entry-thanks #contactLead .telBox {
    display: inline-block;
    margin-bottom: 40px; }
    #container.contact #contactLead .telBox a,
    #container.thanks #contactLead .telBox a,
    #container.second.entry-thanks #contactLead .telBox a {
      display: block;
      padding-left: 25px;
      font-weight: 500;
      font-size: 3.5rem;
      text-align: left;
      color: var(--pointCl01);
      letter-spacing: 0.01em;
      position: relative;
      pointer-events: none; }
      #container.contact #contactLead .telBox a::before,
      #container.thanks #contactLead .telBox a::before,
      #container.second.entry-thanks #contactLead .telBox 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: 22px;
        height: 29px;
        background-image: url("../images/ico_tel_02.svg");
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto auto auto 0; }
      @media screen and (max-width: 767px) {
        #container.contact #contactLead .telBox a,
        #container.thanks #contactLead .telBox a,
        #container.second.entry-thanks #contactLead .telBox a {
          pointer-events: all; } }
    #container.contact #contactLead .telBox p,
    #container.thanks #contactLead .telBox p,
    #container.second.entry-thanks #contactLead .telBox p {
      margin-top: 5px;
      text-align: center;
      color: var(--pointCl01);
      font-size: 1.6rem;
      letter-spacing: 0.01em; }
  @media screen and (max-width: 767px) {
    #container.contact #contactLead h2 + p,
    #container.thanks #contactLead h2 + p,
    #container.second.entry-thanks #contactLead h2 + p {
      text-align: left;
      font-size: 1.6rem; } }
#container.contact .formArea,
#container.thanks .formArea,
#container.second.entry-thanks .formArea {
  padding-bottom: 60px; }
  @media screen and (max-width: 767px) {
    #container.contact .formArea,
    #container.thanks .formArea,
    #container.second.entry-thanks .formArea {
      padding-bottom: 8%; } }

/*privacy
------------------------------------------------------*/
#container.privacy section h2 {
  margin-bottom: 20px;
  text-align: left;
  font-size: clamp(18px, 1.846vw, 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; }

/*----------------------------------------------------------
Variables
-----------------------------------------------------------*/
/* -----------------------------------------
list
----------------------------------------- */
/*=============
plugin
==============*/
/*-----------------------------------------------------
wp-pagenavi
--------------------------------------------------------*/
#container .wp-pagenavi {
  margin-top: 60px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }
  #container .wp-pagenavi span,
  #container .wp-pagenavi 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 .wp-pagenavi span,
      #container .wp-pagenavi a {
        width: 37.8px;
        line-height: 36.4px;
        font-size: 12px; } }
  #container .wp-pagenavi .page_num {
    display: none; }
  #container .wp-pagenavi a:hover {
    border-color: #878180;
    background-color: #878180;
    color: #fff; }
  #container .wp-pagenavi .extend {
    border: none; }
  #container .wp-pagenavi .current {
    color: #fff;
    border-color: var(--pointCl01);
    background-color: var(--pointCl01); }
  #container .wp-pagenavi a.previouspostslink {
    display: none; }
  #container .wp-pagenavi a.first {
    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%;
  color: var(--txBody);
  line-height: 40px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600; }
  #container .pageNav ul li a:hover {
    text-decoration: underline; }
#container .pageNav ul li.prev a {
  padding-left: 20px;
  text-align: left;
  position: relative; }
  #container .pageNav ul li.prev a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 101%;
    line-height: 0;
    font-size: 0.1em;
    width: 8px;
    height: 12px;
    background-image: url("../images/prev.svg");
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto auto 0; }
#container .pageNav ul li.next a {
  padding-right: 20px;
  text-align: right;
  position: relative; }
  #container .pageNav ul li.next a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 101%;
    line-height: 0;
    font-size: 0.1em;
    width: 8px;
    height: 12px;
    background-image: url("../images/next.svg");
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto 0 auto auto; }
@media screen and (max-width: 767px) {
  #container .pageNav ul li a {
    font-size: 1.4rem; }
  #container .pageNav ul li.prev a {
    padding-left: 15px; }
    #container .pageNav ul li.prev a::before {
      width: 4px;
      height: 6px; }
  #container .pageNav ul li.next a {
    padding-right: 15px; }
    #container .pageNav ul li.next a::before {
      width: 4px;
      height: 6px; } }

/* -----------------------------------------
layout
----------------------------------------- */
#container.news section {
  width: 1020px;
  padding-bottom: 80px; }
  @media screen and (min-width: 768px) and (max-width: 1299px) {
    #container.news section {
      padding-bottom: 6.4516%; } }
  @media screen and (max-width: 767px) {
    #container.news section {
      padding-bottom: 8%; } }

/* -----------------------------------------
list
----------------------------------------- */
#container .cBlogList {
  margin-top: 0 !important;
  overflow: hidden; }
  #container .cBlogList li {
    border-top: var(--lineCl03) 1px solid;
    border-bottom: var(--lineCl03) 1px solid;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative; }
    #container .cBlogList li span.date {
      display: block;
      width: 120px;
      color: #3d3d3d;
      font-size: 1.4rem;
      line-height: 36px;
      position: absolute;
      top: 30px;
      left: 0; }
    #container .cBlogList li p {
      margin-top: 0;
      margin-left: 120px;
      font-size: clamp(16px, 1.308vw, 17px);
      line-height: calc(36/17); }
      #container .cBlogList li p a {
        color: var(--txBody); }
        #container .cBlogList li p a:hover {
          color: var(--ovCl01); }
  #container .cBlogList li + li {
    margin-top: -1px; }
  @media screen and (max-width: 767px) {
    #container .cBlogList li {
      padding-top: 15px;
      padding-bottom: 15px; }
      #container .cBlogList li span.date {
        font-size: 1.4rem;
        position: relative;
        top: 0; }
      #container .cBlogList li p {
        margin-left: 0; } }

/* -----------------------------------------
detail
----------------------------------------- */
#container.news #newsDetail .blogTitle {
  margin-top: 30px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: var(--lineCl03) 1px solid; }
  #container.news #newsDetail .blogTitle span.date {
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: clamp(12px, 1.077vw, 14px);
    text-align: left; }
  #container.news #newsDetail .blogTitle h1 {
    text-align: left;
    font-size: clamp(22px, 2.154vw, 28px);
    line-height: calc(42 / 24); }
@media screen and (max-width: 767px) {
  #container.news #newsDetail .blogTitle {
    padding-bottom: 15px;
    margin-bottom: 20px; }
    #container.news #newsDetail .blogTitle span {
      font-size: 1.4rem; } }

/* -- blog parts --*/
#container .post {
  padding-bottom: 80px;
  /*------------
  block editor
  --------------*/ }
  @media screen and (max-width: 767px) {
    #container .post {
      padding-bottom: 10.6667%; } }
  #container .post h2 {
    text-align: left;
    font-size: clamp(18px, 1.692vw, 22px);
    line-height: calc(42 / 24);
    margin-bottom: 20px; }
  #container .post h3 {
    text-align: left;
    font-size: clamp(17px, 1.385vw, 18px);
    line-height: calc(42 / 24);
    margin-bottom: 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(--pointCl01);
    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: 700px;
    max-width: 85%;
    margin: 30px auto; }
  #container .post * + p,
  #container .post * + ul,
  #container .post * + ol {
    margin-top: 15px; }
  #container .post * + blockquote,
  #container .post * + figure,
  #container .post * + table,
  #container .post blockquote + *,
  #container .post figure + *,
  #container .post table + * {
    margin-top: 30px; }
  #container .post p.has-text-align-right {
    text-align: right; }
  #container .post p.has-text-align-center {
    text-align: center; }
  #container .post ol {
    margin-left: 1em; }
    #container .post ol li {
      list-style-position: outside;
      list-style-type: decimal; }
  #container .post .wp-block-quote cite, #container .post .wp-block-pullquote cite, #container .post .wp-block-table figcaption {
    display: block;
    margin-top: 10px;
    text-align: left;
    font-size: clamp(12px, 1.077vw, 14px);
    color: #666;
    line-height: 1.7; }
  #container .post .wp-block-quote {
    border-left: var(--txBody) 4px solid;
    padding-left: 15px; }
  #container .post .wp-block-pullquote {
    border-bottom: var(--txBody) 4px solid;
    border-top: var(--txBody) 4px solid;
    padding: 15px 0; }
    #container .post .wp-block-pullquote p {
      font-size: 1em; }
  #container .post .wp-block-table {
    overflow: visible !important; }
  #container .post table {
    width: 100%;
    border-top: #999 1px solid;
    border-left: #999 1px solid; }
    #container .post table th, #container .post table td {
      border-bottom: #999 1px solid;
      border-right: #999 1px solid;
      padding: 15px;
      vertical-align: top; }
    @media screen and (max-width: 767px) {
      #container .post table th, #container .post table td {
        display: list-item;
        list-style-type: none;
        font-size: 1.4rem;
        line-height: 2; } }
  #container .post .wp-block-separator {
    border-color: #ccc; }

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

.flR {
  float: right; }

.clear {
  clear: both; }


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

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

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

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

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

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

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