@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Yuji+Syuku&display=swap');

:root {
  --color00: #050505;
  --color00b: #343434;
  --color01: #d8000f;
  --color02: #818181;
  --color03: #e6e6e6;
  --color04: #9bc934;
  --color05: #ff9900;
  /* --ff01: YuGothic, 'Yu Gothic', 'ヒラギノ角ゴ StdN', 'Hiragino Kaku Gothic StdN', sans-serif; */
  --ff01: "Noto Sans JP", sans-serif;
  --ff99: "font awesome 5 free";
  --radius01: 10px;
  --radius02: 5px;
  --radius03: 100px;
}

html {
  font-family: var(--ff01);
  line-height: 1.5;
  color: var(--color00);
  font-weight: 400;
  letter-spacing: 1px;
}

.text {
  /* line-height: 2; */
}

.cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 5px;
}

.cate span {
  text-align: center;
  background-color: var(--color01);
  color: #fff;
  font-size: 12px;
  padding: 2px 20px 3px;
  border-radius: 3px;
}

.date {
  color: #818181;
  font-weight: 400;
  font-family: system-ui;
}

.ls0 {
  letter-spacing: 0;
}

.up-reader5 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}


.lb-item {
    position: relative;
}

.lb-item::before {
    content: "\f00e";
    font-family: var(--ff99);
    font-weight: bold;
    position: absolute;
        top: 0;
    right: 30px;
    z-index: 2;
    display: block;
    color: var(--color02);
    font-size: 200%;
    pointer-events: none;
}

.lb-item img{
  cursor: pointer;
}

@media(max-width:1024px){
  .lb-item::before {
    right: 25px;
    font-size: 150%;
}
}

@media(max-width:599px){
  .lb-item::before {
        right: 7px;
        font-size: 140%;
    }
}

/*===================================
  基本設定
===================================*/
.color00 {
  color: var(--color00);
}

.color00b {
  color: var(--color00b);
}

.color01 {
  color: var(--color01);
}

.color02 {
  color: var(--color02);
}

.color03 {
  color: var(--color03);
}

.color04 {
  color: var(--color04);
}

.color05 {
  color: var(--color05);
}

.bgcolor00 {
  background-color: var(--color00);
}

.bgcolor01 {
  background-color: var(--color01);
}

.bgcolor02 {
  background-color: var(--color02);
}

.bgcolor03 {
  background-color: var(--color03);
}

.bgcolor04 {
  background-color: var(--color04);
}

.bgcolor05 {
  background-color: var(--color05);
}

/* box */
.cmn-white-box {
  background-color: #fff;
  padding: 50px 30px;
}

@media(max-width:599px) {
  .cmn-white-box {
    padding: 30px 20px;
  }
}

.cmn-list-box {
  background-color: var(--color03);
  padding: 20px 20px;
}

.cmn-list-box.-white {
  background-color: #fff;
}

@media(max-width:599px) {
  .cmn-white-box {
    padding: 30px 20px;
  }
}

.ff01 {
  font-family: var(--ff01);
}

.ff02 {
  font-family: system-ui;
}

/* line-cmn */
.line-cmn-01 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;

  -webkit-line-clamp: 1;
}

.line-cmn-02 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

/* indent-cmn */
.indent-cmn-01 {
  padding-left: 1em;
  text-indent: -1em;
}

.indent-cmn-01.-mt10+.indent-cmn-01.-mt10{
  margin-top: 10px;
}

.indent-cmn-02 {
  padding-left: 1.2em;
  position: relative;
}

.indent-cmn-02::before {
  content: "・";
  position: absolute;
  top: 0;
  left: -6px;
  color: var(--color01);
  font-weight: bold;
  font-size: 140%;
  letter-spacing: 0;
  line-height: 20px;
}

@media(max-width:599px) {
  .indent-cmn-01-sp-only {
    padding-left: 1em;
    text-indent: -1em;
    display: block;
  }
}

/* tab */
.tabItem,
.tabItem2 {
  display: none;
}

[data-element-id].tabItem,
[data-element-id].tabItem2 {
  display: block;
}

.tabItem.active,
.tabItem2.active {
  display: block;
}

.-p-remove .tabBtn{
  display: none;
}

.tabBtn ul,
.tabBtn2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tabBtn ul .tab_class,
.tabBtn2 ul .tab_class {
  width: 49%;
  text-align: center;
  font-weight: 600;
}

.tabBtn2 ul .tab_class>*{
  height: 100%;
}

.tab_class .btn-txt {
  border: 2px solid;
  background: #fff;
  padding: 10px 20px;
  font-size: 18px;
  height: 100%;
}

.tab_class.active .btn-txt {
  background: black;
  color: #fff;
}

[data-element-id] .-p-remove .tabBtn{
  display: block;
}

/* 共通コンテンツ間隔 */

[class*="section-m"],
[class*="section-p"] {
  --section-xlarge: 150px;
  --section-large: 120px;
  --section-medium: 100px;
  --section-small: 80px;
  --section-xsmall: 60px;
}

.section-my-xlarge {
  margin-top: var(--section-xlarge);
  margin-bottom: var(--section-xlarge);
}

.section-mt-xlarge {
  margin-top: var(--section-xlarge);
}

.section-mb-xlarge {
  margin-bottom: var(--section-xlarge);
}

.section-my-large {
  margin-top: var(--section-large);
  margin-bottom: var(--section-large);
}

.section-mt-large {
  margin-top: var(--section-large);
}

.section-mb-large {
  margin-bottom: var(--section-large);
}

.section-my-medium {
  margin-top: var(--section-medium);
  margin-bottom: var(--section-medium);
}

.section-mt-medium {
  margin-top: var(--section-medium);
}

.section-mb-medium {
  margin-bottom: var(--section-medium);
}

.section-my-small {
  margin-top: var(--section-small);
  margin-bottom: var(--section-small);
}

.section-mt-small {
  margin-top: var(--section-small);
}

.section-mb-small {
  margin-bottom: var(--section-small);
}

.section-my-xsmall {
  margin-top: var(--section-xsmall);
  margin-bottom: var(--section-xsmall);
}

.section-mt-xsmall {
  margin-top: var(--section-xsmall);
}

.section-mb-xsmall {
  margin-bottom: var(--section-xsmall);
}

@media (max-width: 1024px) {
  .section-my-xlarge {
    margin-top: calc(var(--section-xlarge) * 0.8);
    margin-bottom: calc(var(--section-xlarge) * 0.8);
  }

  .section-mt-xlarge {
    margin-top: calc(var(--section-xlarge) * 0.8);
  }

  .section-mb-xlarge {
    margin-bottom: calc(var(--section-xlarge) * 0.8);
  }

  .section-my-large {
    margin-top: calc(var(--section-large) * 0.8);
    margin-bottom: calc(var(--section-large) * 0.8);
  }

  .section-mt-large {
    margin-top: calc(var(--section-large) * 0.8);
  }

  .section-mb-large {
    margin-bottom: calc(var(--section-large) * 0.8);
  }

  .section-my-medium {
    margin-top: calc(var(--section-medium) * 0.8);
    margin-bottom: calc(var(--section-medium) * 0.8);
  }

  .section-mt-medium {
    margin-top: calc(var(--section-medium) * 0.8);
  }

  .section-mb-medium {
    margin-bottom: calc(var(--section-medium) * 0.8);
  }

  .section-my-small {
    margin-top: calc(var(--section-small) * 0.8);
    margin-bottom: calc(var(--section-small) * 0.8);
  }

  .section-mt-small {
    margin-top: calc(var(--section-small) * 0.8);
  }

  .section-mb-small {
    margin-bottom: calc(var(--section-small) * 0.8);
  }

  .section-my-xsmall {
    margin-top: calc(var(--section-xsmall) * 0.8);
    margin-bottom: calc(var(--section-xsmall) * 0.8);
  }

  .section-mt-xsmall {
    margin-top: calc(var(--section-xsmall) * 0.8);
  }

  .section-mb-xsmall {
    margin-bottom: calc(var(--section-xsmall) * 0.8);
  }
}

@media (max-width: 599px) {
  .section-my-xlarge {
    margin-top: calc(var(--section-xlarge) * 0.6);
    margin-bottom: calc(var(--section-xlarge) * 0.6);
  }

  .section-mt-xlarge {
    margin-top: calc(var(--section-xlarge) * 0.6);
  }

  .section-mb-xlarge {
    margin-bottom: calc(var(--section-xlarge) * 0.6);
  }

  .section-my-large {
    margin-top: calc(var(--section-large) * 0.6);
    margin-bottom: calc(var(--section-large) * 0.6);
  }

  .section-mt-large {
    margin-top: calc(var(--section-large) * 0.6);
  }

  .section-mb-large {
    margin-bottom: calc(var(--section-large) * 0.6);
  }

  .section-my-medium {
    margin-top: calc(var(--section-medium) * 0.6);
    margin-bottom: calc(var(--section-medium) * 0.6);
  }

  .section-mt-medium {
    margin-top: calc(var(--section-medium) * 0.6);
  }

  .section-mb-medium {
    margin-bottom: calc(var(--section-medium) * 0.6);
  }

  .section-my-small {
    margin-top: calc(var(--section-small) * 0.6);
    margin-bottom: calc(var(--section-small) * 0.6);
  }

  .section-mt-small {
    margin-top: calc(var(--section-small) * 0.6);
  }

  .section-mb-small {
    margin-bottom: calc(var(--section-small) * 0.6);
  }

  .section-my-xsmall {
    margin-top: calc(var(--section-xsmall) * 0.6);
    margin-bottom: calc(var(--section-xsmall) * 0.6);
  }

  .section-mt-xsmall {
    margin-top: calc(var(--section-xsmall) * 0.6);
  }

  .section-mb-xsmall {
    margin-bottom: calc(var(--section-xsmall) * 0.6);
  }
}

.section-py-xlarge {
  padding-top: var(--section-xlarge);
  padding-bottom: var(--section-xlarge);
}

.section-pt-xlarge {
  padding-top: var(--section-xlarge);
}

.section-pb-xlarge {
  padding-bottom: var(--section-xlarge);
}

.section-py-large {
  padding-top: var(--section-large);
  padding-bottom: var(--section-large);
}

.section-pt-large {
  padding-top: var(--section-large);
}

.section-pb-large {
  padding-bottom: var(--section-large);
}

.section-py-medium {
  padding-top: var(--section-medium);
  padding-bottom: var(--section-medium);
}

.section-pt-medium {
  padding-top: var(--section-medium);
}

.section-pb-medium {
  padding-bottom: var(--section-medium);
}

.section-py-small {
  padding-top: var(--section-small);
  padding-bottom: var(--section-small);
}

.section-pt-small {
  padding-top: var(--section-small);
}

.section-pb-small {
  padding-bottom: var(--section-small);
}

.section-py-xsmall {
  padding-top: var(--section-xsmall);
  padding-bottom: var(--section-xsmall);
}

.section-pt-xsmall {
  padding-top: var(--section-xsmall);
}

.section-pb-xsmall {
  padding-bottom: var(--section-xsmall);
}

@media (max-width: 1024px) {
  .section-py-xlarge {
    padding-top: calc(var(--section-xlarge) * 0.8);
    padding-bottom: calc(var(--section-xlarge) * 0.8);
  }

  .section-pt-xlarge {
    padding-top: calc(var(--section-xlarge) * 0.8);
  }

  .section-pb-xlarge {
    padding-bottom: calc(var(--section-xlarge) * 0.8);
  }

  .section-py-large {
    padding-top: calc(var(--section-large) * 0.8);
    padding-bottom: calc(var(--section-large) * 0.8);
  }

  .section-pt-large {
    padding-top: calc(var(--section-large) * 0.8);
  }

  .section-pb-large {
    padding-bottom: calc(var(--section-large) * 0.8);
  }

  .section-py-medium {
    padding-top: calc(var(--section-medium) * 0.8);
    padding-bottom: calc(var(--section-medium) * 0.8);
  }

  .section-pt-medium {
    padding-top: calc(var(--section-medium) * 0.8);
  }

  .section-pb-medium {
    padding-bottom: calc(var(--section-medium) * 0.8);
  }

  .section-py-small {
    padding-top: calc(var(--section-small) * 0.8);
    padding-bottom: calc(var(--section-small) * 0.8);
  }

  .section-pt-small {
    padding-top: calc(var(--section-small) * 0.8);
  }

  .section-pb-small {
    padding-bottom: calc(var(--section-small) * 0.8);
  }

  .section-py-xsmall {
    padding-top: calc(var(--section-xsmall) * 0.8);
    padding-bottom: calc(var(--section-xsmall) * 0.8);
  }

  .section-pt-xsmall {
    padding-top: calc(var(--section-xsmall) * 0.8);
  }

  .section-pb-xsmall {
    padding-bottom: calc(var(--section-xsmall) * 0.8);
  }
}

@media (max-width: 599px) {
  .section-py-xlarge {
    padding-top: calc(var(--section-xlarge) * 0.6);
    padding-bottom: calc(var(--section-xlarge) * 0.6);
  }

  .section-pt-xlarge {
    padding-top: calc(var(--section-xlarge) * 0.6);
  }

  .section-pb-xlarge {
    padding-bottom: calc(var(--section-xlarge) * 0.6);
  }

  .section-py-large {
    padding-top: calc(var(--section-large) * 0.6);
    padding-bottom: calc(var(--section-large) * 0.6);
  }

  .section-pt-large {
    padding-top: calc(var(--section-large) * 0.6);
  }

  .section-pb-large {
    padding-bottom: calc(var(--section-large) * 0.6);
  }

  .section-py-medium {
    padding-top: calc(var(--section-medium) * 0.6);
    padding-bottom: calc(var(--section-medium) * 0.6);
  }

  .section-pt-medium {
    padding-top: calc(var(--section-medium) * 0.6);
  }

  .section-pb-medium {
    padding-bottom: calc(var(--section-medium) * 0.6);
  }

  .section-py-small {
    padding-top: calc(var(--section-small) * 0.6);
    padding-bottom: calc(var(--section-small) * 0.6);
  }

  .section-pt-small {
    padding-top: calc(var(--section-small) * 0.6);
  }

  .section-pb-small {
    padding-bottom: calc(var(--section-small) * 0.6);
  }

  .section-py-xsmall {
    padding-top: calc(var(--section-xsmall) * 0.6);
    padding-bottom: calc(var(--section-xsmall) * 0.6);
  }

  .section-pt-xsmall {
    padding-top: calc(var(--section-xsmall) * 0.6);
  }

  .section-pb-xsmall {
    padding-bottom: calc(var(--section-xsmall) * 0.6);
  }
}

/* fead */

.fead-mv.mv {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.fead-up.mv {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.fead-order>* {
  opacity: 0;
}

.fead-order>.mv {
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.fead-text>* {
  opacity: 0;
}

.fead-text .mv {
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

/* show hide */
.show\@pc {
  display: block;
}

.hide\@pc {
  display: none;
}

[data-element-id] .show\@tb {
  display: block;
  border: solid 4px green;
  position: relative;
}

[data-element-id] .show\@tb:after {
  display: block;
  content: "モバイル用";
  color: #fff;
  font-weight: 500;
  background: green;
  padding: 8px 5px 5px;
  text-align: center;
  text-shadow: none;
  font-size: 12px;
  line-height: 1;
}

[data-element-id] .show\@tb.indention {
  display: inline-block;
  border: none;
  width: 30px;
}

[data-element-id] .show\@tb.indention:after {
  content: "SP時改行";
  font-size: 10px;
  padding: 4px 2px 5px;
}

[data-element-id] .show\@pc.indention {
  font-size: 10px;
  border: none;
  display: inline-block;
  width: 30px;
}

[data-element-id] .show\@pc.indention:after {
  content: "PC時改行";
  display: block;
  letter-spacing: -1px;
  color: #fff;
  font-weight: 700;
  background: blue;
  padding: 3px;
  text-align: center;
  text-shadow: none;
  font-size: 10px;
}

[data-element-id] .show\@sp {
  display: block;
  border: solid 4px green;
  position: relative;
  max-width: 375px;
  margin-left: auto;
  margin-right: auto;
}

[data-element-id] .show\@sp:after {
  display: block;
  content: "モバイル用";
  color: #fff;
  font-weight: 500;
  background: green;
  padding: 8px 5px 5px;
  text-align: center;
  text-shadow: none;
  font-size: 12px;
  line-height: 1;
}

[data-element-id] .show\@sp.indention {
  display: inline-block;
  border: none;
  width: 30px;
  margin:0;
}

[data-element-id] .show\@sp.indention:after {
  content: "SP時改行";
  font-size: 10px;
  padding: 4px 2px 5px;
}

@media (max-width: 1024px) {
  .show\@tb {
    display: block;
  }

  .hide\@tb {
    display: none;
  }
}

@media (max-width: 599px) {
  .show\@sp {
    display: block;
  }

  .hide\@sp {
    display: none;
  }
}

/* ##### フロート float ##### */
.up-fl-left {
  float: left;
}

.up-fl-right {
  float: right;
}

.up-fl-none {
  float: none;
}

.up-flc-left {
  clear: left;
}

.up-flc-rigjt {
  clear: right;
}

.up-flc-both {
  clear: both;
}

.float-box {
  display: block;
}

.float-box-img {
  float: right;
}

.float-box-title {
  float: left;
}

.float-box-content {
  float: left;
}

.float-box-wrap.-noinner .float-box:nth-child(odd) .noinner {
  margin-left: auto;
}

.float-box-wrap.-noinner .float-box:nth-child(odd) [class*=btn] {
  margin-right: 0;
}

.float-box-wrap.-noinner .float-box:nth-child(even) .noinner {
  margin-right: auto;
}

.float-box-wrap.-noinner .float-box:nth-child(even) [class*=btn] {
  margin-left: 0;
}

.float-box-wrap.-rowr .float-box:nth-of-type(odd) .float-box-img {
  float: left;
}

.float-box-wrap.-rowr .float-box:nth-of-type(odd) .float-box-title {
  float: right;
}

.float-box-wrap.-rowr .float-box:nth-of-type(odd) .float-box-content {
  float: right;
}

.float-box-wrap.-rowr .float-box:nth-of-type(even) .float-box-img {
  float: left;
}

.float-box-wrap.-rowr .float-box:nth-of-type(even) .float-box-title {
  float: right;
}

.float-box-wrap.-rowr .float-box:nth-of-type(even) .float-box-content {
  float: right;
}

.float-box-wrap.-rowr.-noinner .float-box:nth-child(odd) .noinner {
  margin-left: 0;
  margin-right: auto;
}

.float-box-wrap.-rowr.-noinner .float-box:nth-child(odd) [class*=btn] {
  margin-left: 0;
  margin-right: 0;
}

.float-box-wrap.-rowr.-noinner .float-box:nth-child(even) .noinner {
  margin-left: auto;
  margin-right: 0;
}

.float-box-wrap.-rowr.-noinner .float-box:nth-child(even) [class*=btn] {
  margin-left: 0;
  margin-right: 0;
}

.float-box-wrap.-alternate .float-box:nth-of-type(odd) .float-box-img {
  float: right;
}

.float-box-wrap.-alternate .float-box:nth-of-type(odd) .float-box-title {
  float: left;
}

.float-box-wrap.-alternate .float-box:nth-of-type(odd) .float-box-content {
  float: left;
}

.float-box-wrap.-alternate .float-box:nth-of-type(even) .float-box-img {
  float: left;
}

.float-box-wrap.-alternate .float-box:nth-of-type(even) .float-box-title {
  float: right;
}

.float-box-wrap.-alternate .float-box:nth-of-type(even) .float-box-content {
  float: right;
}

.float-box-wrap.-alternate.-rowr .float-box:nth-of-type(odd) .float-box-img {
  float: left;
}

.float-box-wrap.-alternate.-rowr .float-box:nth-of-type(odd) .float-box-title {
  float: right;
}

.float-box-wrap.-alternate.-rowr .float-box:nth-of-type(odd) .float-box-content {
  float: right;
}

.float-box-wrap.-alternate.-rowr .float-box:nth-of-type(even) .float-box-img {
  float: right;
}

.float-box-wrap.-alternate.-rowr .float-box:nth-of-type(even) .float-box-title {
  float: left;
}

.float-box-wrap.-alternate.-rowr .float-box:nth-of-type(even) .float-box-content {
  float: left;
}

@media (max-width: 1024px) {
  .up-fl-left\@tb {
    float: left;
  }

  .up-fl-right\@tb {
    float: right;
  }

  .up-fl-none\@tb {
    float: none;
  }

  .up-flc-left\@tb {
    clear: left;
  }

  .up-flc-rigjt\@tb {
    clear: right;
  }

  .up-flc-both\@tb {
    clear: both;
  }
}

@media (max-width: 599px) {
  .up-fl-left\@sp {
    float: left;
  }

  .up-fl-right\@sp {
    float: right;
  }

  .up-fl-none\@sp {
    float: none;
  }

  .up-flc-left\@sp {
    clear: left;
  }

  .up-flc-rigjt\@sp {
    clear: right;
  }

  .up-flc-both\@sp {
    clear: both;
  }

  .float-box-wrap.-alternate.-rowr .float-box:nth-of-type(odd) .float-box-title {
    float: right;
    width: 100%;
  }
}

/*===================================
  共通ブロック　block-cmn
==================================*/
/* 共通ブロック１ */
/*===================================
  共通タイトル　ttl-cmn
===================================*/
/* 共通タイトル１ */
.ttl-cmn01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: 500;
  color: #343434;
  letter-spacing: 0px;
}

.ttl-cmn01.-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.ttl-cmn01 .en {
  font-size: 24px;
  color: var(--color02);
}

.ttl-cmn01 .ja {
  font-size: 48px;
  font-weight: 600;
}

.ttl-cmn01 .ja.min {
  font-size: 40px;
  letter-spacing: 0px;
}

[data-element-id] .show\@sp .ttl-cmn01 .en {
    font-size: 14px;
    letter-spacing: 1px;
}

[data-element-id] .show\@sp .ttl-cmn01 .ja{
  font-size: 24px;
  letter-spacing: 0;
  line-height: 1.1;
  margin-top: 5px;
}

[data-element-id] .show\@sp .ttl-cmn01 .ja.min{
  font-size: 24px;
        letter-spacing: 0px;
}

@media(max-width:1024px) {
  .ttl-cmn01 .en {
    font-size: 18px;
  }

  .ttl-cmn01 .ja {
    font-size: 32px;
    letter-spacing: 1px;
  }

  .ttl-cmn01 .ja.min {
    font-size: 28px;
  }
}

@media (max-width: 599px) {
  .ttl-cmn01 .en {
    font-size: 14px;
    letter-spacing: 1px;
  }

  .ttl-cmn01 .ja {
    font-size: 24px;
    letter-spacing: 0;
    line-height: 1.1;
    margin-top: 5px;
  }

  .ttl-cmn01 .ja.min {
    font-size: 24px;
    letter-spacing: 0px;
  }
}

.ttl-cmn02 {
  color: #343434;
  letter-spacing: 2px;
  font-size: 38px;
  font-weight: 600;
}

[data-element-id] .show\@sp .ttl-cmn02{
  font-size: 24px;
}

@media(max-width:1024px) {
  .ttl-cmn02 {
    font-size: 28px;
  }
}

@media(max-width:599px) {
  .ttl-cmn02 {
    font-size: 24px;
  }
}

.ttl-cmn03 {
  border-bottom: 2px solid var(--color01);
  color: var(--color01);
  font-weight: 600;
  font-size: 22px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

[data-element-id] .show\@sp .ttl-cmn03{
  font-size: 20px;
}

@media(max-width:599px) {
  .ttl-cmn03 {
    font-size: 20px;
  }
}

/*===================================
  共通リスト　list-cmn
==================================*/
/* 共通リスト１ */
/*===================================
  共通ボタン btn-cmn
===================================*/
/* 共通ボタン１ */
.btn-cmn01 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.btn-cmn01 a,
.btn-cmn01 button {
  display: block;
  padding: 13px 20px;
  background-color: var(--color01);
  border: 2px solid var(--color01);
  color: #fff;
  text-align: center;
  position: relative;
  border-radius: 100px;
  font-size: 14px;
  letter-spacing: 1px;
  min-width: 200px;
  -webkit-transition: .5s;
  transition: .5s;
  font-weight: 500;
}

.btn-cmn01.-type02 a,
.btn-cmn01.-type02 button {
  background-color: #fff;
  color: var(--color01);
}

.btn-cmn01 a:hover,
.btn-cmn01 button:hover {
  color: var(--color01);
  background-color: #fff;
  border-color: var(--color01);
  opacity: 1;
}

.btn-cmn01.-type02 a:hover,
.btn-cmn01.-type02 button:hover {
  background-color: var(--color01);
  color: #fff;
}

.btn-cmn01.-long a,
.btn-cmn01.-long button {
  min-width: 300px;
}

.btn-cmn01 a:after,
.btn-cmn01 button:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid;
  border-top: 2px solid;
  display: block;
  width: 10px;
  aspect-ratio: 1;
}

.btn-cmn01.-type02 a:after,
.btn-cmn01.-type02 button:after{
  border-color: var(--color01);
}


.btn-cmn01.-type02 a:hover:after,
.btn-cmn01.-type02 button:hover:after{
  border-color: #fff;
}

.btn-cmn01.-bottom a:after,
.btn-cmn01.-bottom button:after {
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
  width: 8px;
  right: 20px;
}

.btn-cmn01.btn-back a:after,
.btn-cmn01.btn-back button:after {
  right: inherit;
  left: 10px;
  -webkit-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
}

@media(max-width:599px) {

  .btn-cmn01.-long a,
  .btn-cmn01.-long button {
    min-width: 250px;
  }

  .btn-cmn01 a:after,
  .btn-cmn01 button:after {
    width: 8px;
  }
}

/*===================================
  他共通エレメント -cmn
===================================*/
/*===================================
  共通要素
===================================*/
/*h1ページタイトル */
.pagettl{
    font-size: 12px;
    padding: 0 220px 2px 0;
    letter-spacing: 0;
    width: 98%;
    max-width: 1200px;
    margin: 0 auto;
   /*  z-index: 201; */
    position: relative;
    /* margin-bottom: -20px; */
    margin-bottom: 0;
    line-height: 1.3;
    display: none;
    transition: .5s;
}

  .header-common-wrapper .pagettl{
    display: block;
  }

[data-element-id] .pagettl{
  display: block;
  margin-bottom: 10px;
}

@media(max-width:1024px){
  .pagettl {
    padding: 0;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
    display: none;
  }
  
  .header-common-wrapper .pagettl{
    display: block;
  }
}

/**
ヘッダー
header
*/
.header {
  z-index: 200;
  position: relative;
}

.header-common-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  transition: .5s;
}

.header-common-wrapper.fixed{
  box-shadow: 0 0 10px rgb(0 0 0 / 25%);
}

.header-common.-header-main{
  background: #fff;
  position: relative;
  z-index: 3;
  padding-top: 10px;
}

.header .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-end;
  position: relative;
  z-index: 2;
}

.header .contents .left{
  padding-bottom: 23px;
}

.header .logo {
  max-width: 250px;
}

.header .right .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}

.header .right .link-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header .right .link-box .link:not(:last-of-type) {
  padding-right: 13px;
  border-right: 1px solid var(--color01);
  margin-right: 15px;
}

.header .right .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}

.header .right .btn-item{
  height: 100%
}

.header .right .btn-item a {
  background-color: var(--color05);
  color: #fff;
  font-size: 12px;
  padding: 5px 10px 6px 10px;
  min-width: 130px;
  min-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid var(--color05);
  height: 100%
}

.header .right .btn-item a:hover{
  opacity: 1;
}

.header .right .btn-item.-mail a {
  background-color: var(--color01);
  border: 1px solid var(--color01);
}

.header .right .btn-item a:hover{
  background-color: #fff;
  color: var(--color05);
}

.header .right .btn-item.-mail a:hover{
  color: var(--color01);
}

.header .right .btn-item a .icon {
  width: 13px;
  -webkit-filter: grayscale(1) invert(1) brightness(100);
  filter: grayscale(1) invert(1) brightness(100);
  margin-right: 5px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.header .right .btn-item.-mail a .icon {
  width: 18px;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}

.header .right .btn-item a:hover .icon {
  -webkit-filter: none;
  filter: none;
}

[data-element-id] .gnav .wrap{
  align-items: flex-start;
}

[data-element-id] .header-common-wrapper{
  position: relative;
}

[data-element-id] .header .contents{
  flex-wrap: wrap;
}

@media (max-width: 1024px) {
  .header-common-wrapper{
    padding-top: 0;
  }
    .header .contents {
    max-width: unset;
    z-index: unset;
  }
  
  .header .contents .left{
    padding-bottom: 0;
  }

  .header .logo img {
    max-height: 32px;
  }

  /* .header .right {
    display: none;
  } */

  .header-common {
    padding: 10px 0;
  }
}

/* 下部固定コンテンツ */
.fix-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 250;
  display: none;
  width: 100%;
}

.fix-bottom .item {
  width: 50%;
  text-align: center;
}

.fix-bottom a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 10px 5px;
  color: #fff;
  font-size: 14px;
}

.fix-bottom .produnts a {
  background: -webkit-gradient(linear, left top, right top, from(#9bc934), to(#6cc934));
  background: linear-gradient(90deg, #9bc934, #6cc934);
}

.fix-bottom .document a {
  background: -webkit-gradient(linear, left top, right top, from(var(--color05)), to(#ff9f3b));
  background: linear-gradient(90deg, var(--color05), #ff9f3b);
}

.fix-bottom .contact a {
  background: -webkit-gradient(linear, left top, right top, from(var(--color01)), to(#ff2c2c));
  background: linear-gradient(90deg, var(--color01), #ff2c2c);
}

.fix-bottom .item a:before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 5px;
  display: block;
}

.fix-bottom .produnts a:before {
  background-image: url("/upload/tenant_1/icon_crab.webp");
  aspect-ratio: 100/68;
  width: 30px;
}

.fix-bottom .document a:before {
  background-image: url("/upload/tenant_1/icon_document.webp");
  aspect-ratio: 842/1109;
  width: 16px;
  -webkit-filter: invert(1) brightness(10);
  filter: invert(1) brightness(10);
}

.fix-bottom .contact a:before {
  background-image: url("/upload/tenant_1/icon_mail.webp");
  aspect-ratio: 1104/756;
  width: 24px;
  -webkit-filter: invert(1) brightness(10);
  filter: invert(1) brightness(10);
}

[data-element-id] .fix-bottom{
  display: flex;
  position: relative;
  max-width: 375px;
  border: solid 4px green;
}

[data-element-id] .fix-bottom::after {
    display: block;
    content: "モバイル用";
    color: #fff;
    font-weight: 500;
    background: green;
    padding: 8px 5px 5px;
    text-align: center;
    font-size: 12px;
    line-height: 1;
    position: absolute;
    top: -30px;
    left: -5px;
    width: calc(100% + 10px);
}

@media (max-width: 1024px) {
  .fix-bottom {
    display: flex;
  }
  
  .fix-bottom a{
    line-height: 1;
  }
}

/**
グローバルナビ
gnav
*/
.gnav {
  position: relative;
  z-index: 100;
  padding: 10px 0 20px;
}

.drawer-active .right {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  height: auto;
  background: #fff;
  -webkit-box-shadow: 0 0 5px 0 #999;
  box-shadow: 0 0 5px 0 #999;
  cursor: pointer;
}

.gnav .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gnav .navlogo img {
  max-width: 250px;
}

.gnav .list01-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gnav .list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 100%;
  gap: 10px;
  margin-right: 10px;
}

.gnav .item01 {
  text-align: center;
  font-size: 16px;
  position: relative;
}

.gnav .item01.-parent {
  margin-right: 15px;
  z-index: 2;
}

.gnav .item01>a,
.gnav .item01 .itemin {
  display: block;
  cursor: pointer;
  padding: 5px;
}

.gnav .item01.current::before{
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    bottom: -2px;
    transform: translateX(-50%);
    background-color: var(--color01);
    display: block;
    z-index: 2;
}

.gnav .item01 .itemin {
  position: relative;
  padding: 5px 5px 5px 5px;
}

.gnav .item01 .itemin::before,
.gnav .item01 .itemin::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -13px;
  width: 11px;
  height: 1px;
  display: block;
  background-color: var(--color00);
  -webkit-transition: .5s;
  transition: .5s;
}

.gnav .item01.-parent .itemin::after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.gnav .item01.-parent:hover .itemin::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.gnav .item01.-parent {
  position: relative;
}

.gnav .list02 {
  position: absolute;
  top: 100%;
  left:0;
  visibility: hidden;
  padding-top: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 320px;
  background: #fff;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  pointer-events: none;
}

.gnav .item01.-parent:hover .list02 {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.gnav .list02-inner {
    border: 3px solid var(--color03);
    position: relative;
    padding: 10px 10px;
}

.gnav .item01.-parent::after {
    content: "";
    position: absolute;
    top: calc(100% + 11px);
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--color03);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    display: block;
    width: 20px;
    height: 0px;
    opacity: 0;
    transition: .5s;
}

.gnav .item01.-parent:hover::after{
    top: calc(100% + 1px);
    opacity: 1;
    height: 10px;
}

.gnav .list02-inner.-sub-parent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    padding: 10px 0px 0px;
}

.gnav .list02-inner.-sub-parent.type02 {
    padding: 10px 10px 0px 10px;
    flex-wrap: wrap;
    width: 720px;
}

.gnav .list02-inner.-sub-parent .item02 {
    padding: 0px 30px 0px;
    margin-bottom: 20px;
    margin-top: 10px;
    text-align: left;
    min-width: 340px;
}

.gnav .list02-inner.-sub-parent .item02:nth-child(2n + 2) {
  border-left: 1px dashed var(--color01);
}

.gnav .item02 a {
  display: block;
  padding: 5px;
}

.gnav .list02-inner:not(.-sub-parent) .item02>a {
  padding: 10px;
  text-align: left;
}

.gnav .list02-inner:not(.-sub-parent) .item02:not(:last-of-type)>a {
  border-bottom: 1px dotted var(--color02);
}

.gnav .item02-inner.-sub-parent>a {
  text-align: left;
  font-weight: 600;
}

.gnav .item02 .list03 .item03 a {
  display: block;
  padding: 5px 5px 5px 2em;
  text-align: left;
  white-space: nowrap;
  text-indent: -1em;
}

.gnav .item02 .list03 .item03 a::before {
  content: "・";
}

.small-link {
  font-size: 12px;
  letter-spacing: 0;
  margin-top: 10px;
  font-weight: 600;
  color: var(--color02);
  margin-left: 10px;
}

.right .sns-box {
  background-color: #f6f6f6;
  padding: 10px;
}

.right .sns-box .sns-title {
  font-size: 12px;
  font-weight: 600;
  color: var(--color02);
  margin-bottom: 5px;
}

.right .sns-box .sns-item {
  font-size: 14px;
  letter-spacing: 1px;
}

.right .sns-box .sns-item+.sns-item {
  margin-top: 10px;
}

.sns-box .sns-item a {
  position: relative;
  padding-left: 1.7em;
}

.sns-item a i {
  position: absolute;
  top: 55%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #333;
  font-weight: 500;
  z-index: 2;
  display: block;
  font-size: 120%;
}

.sns-item.-fb a i {
  color: #384ff0;
}

.sns-item.-ig a i {
  background: linear-gradient(120deg, rgba(247, 207, 0), rgba(246, 37, 2) 45%, rgba(182, 47, 82) 75%, rgba(113, 58, 166));
  -webkit-background-clip: text;
  color: transparent;
  display: block;
}

[data-element-id] .gnav .list01-wrapper{
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-end;
}

[data-element-id] .gnav .list02 {
    position: relative;
    top: auto;
    left: auto;
    visibility: visible;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: fit-content;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    pointer-events: auto;
}

[data-element-id] .gnav .list02-inner{
  position: relative;
    display: flex;
    flex-wrap: wrap;
}

[data-element-id] .gnav .list02-inner::before {
    content: "";
    background-color: var(--color03);
    text-align: center;
    margin: -10px 0 10px;
    padding: 2px 0 5px;
    font-size: 12px;
}

[data-element-id] .gnav .-list02-type03 .list02-inner{
  display: flex;
  flex-wrap: wrap;
    flex-direction: column;
    max-width: 320px;
}

[data-element-id] .gnav .-list02-type01 .list02-inner::before{
  content: "会社案内";
    width: calc(100%);
}

[data-element-id] .gnav .-list02-type02 .list02-inner::before {
    content: "製品案内";
    width: calc(100% + 40px);
    margin: -10px -40px 10px 0px;
}

[data-element-id] .gnav .-list02-type03 .list02-inner::before {
    content: "選ばれる理由";
    width: calc(100% + 20px);
    margin: -10px -10px 20px;
}

[data-element-id] .gnav .-list02-type03.-type-news .list02-inner::before{
  content: "ニュース";
}

[data-element-id] .gnav .item01.-parent:hover::after{
  content: none;
}

[data-element-id] .gnav .item02 .list03 .item03 a{
  white-space: unset;
  text-indent: unset;
}

@media (max-width: 1024px) {
  .right {
    position: fixed;
    top: 0;
    right: 0;
    left: auto;
    overflow: auto;
    width: 100%;
    max-width: 320px;
    height: 100vh;
    height: 100dvh;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transition: -webkit-transform ease 0.5s;
    transition: -webkit-transform ease 0.5s;
    transition: transform ease 0.5s;
    transition: transform ease 0.5s, -webkit-transform ease 0.5s;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-overflow-scrolling: touch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .drawer-active .right {
    left: auto;
    z-index: 252;
    height: 100vh;
    height: 100dvh;
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    cursor: inherit;
  }

  .gnav {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 0;
  }

  .gnav .navlogo img {
    max-width: 200px;
  }

  .gnav .wrap {
    padding: 0 12px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .gnav .navlogo {
    display: block;
    margin-bottom: 20px;
    padding: 12px 50px 12px 20px;
    border-bottom: 1px solid #ccc;
    width: calc(100% + 20px);
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    margin: 0 -20px 20px;
    z-index: 252;
    background: #fff;
    -webkit-box-shadow: 0px 3px 5px rgb(0 0 0 / 10%);
    box-shadow: 0px 3px 5px rgb(0 0 0 / 10%);
  }

  .gnav .list01-wrapper {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

  .gnav .list01 {
    gap: 0;
  }

  .gnav .item01 {
    /* margin: 0 0 10px 0; */
    width: 100%;
    text-align: left;
  }
  
  .gnav .item01.-parent{
    margin-right: 0;
  }
  
  .gnav .item01.-parent::after{
    content:none;
  }

  .gnav .item01>a,
  .gnav .item01 .itemin {
    padding: 0;
  }

  .gnav .item01>a {
    padding: 10px 20px 10px 10px;
    border-bottom: dotted 1px var(--color02);
  }

  .gnav .item01 .itemin {
    padding: 10px 20px 10px 10px;
    border-bottom: dotted 1px var(--color02);
  }

  .gnav .item01 .itemin::before,
  .gnav .item01 .itemin::after {
    right: 5px;
  }

  .gnav .list02 {
    position: relative;
    top: auto;
    left: auto;
    visibility: visible;
    padding-top: 0;
    background: none;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    width: 100%;
    min-width: auto;
  }
  
  .gnav .list02-inner{
    border: none;
    padding: 0;
  }

  .gnav .list02-inner.-sub-parent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: auto;
    padding: 0;
  }
  
  .gnav .list02-inner.-sub-parent.type02 {
    padding: 0;
    width: auto;
  }

  .gnav .list02+.list02 {
    margin-top: 5px;
  }

  .gnav .list02-inner.-sub-parent .item02+.item02 {
    border-left: none;
  }

  .gnav .list02-inner.-sub-parent .item02,
  .gnav .list02-inner:not(.-sub-parent)>.item02 a {
    position: relative;
    padding: 10px;
    border-bottom: 1px dotted var(--color02);
    background-color: #f6f6f6;
    margin: 0;
    font-size: 14px;
    min-width: unset;
  }

  .gnav .item02 .list03 .item03 a {
    white-space: pre-wrap;
    line-height: 1.2;
  }

  .header .right .link-box {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: center;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    background-color: #f6f6f6;
    padding: 20px;
  }

  .header .right .btn-box {
    margin-top: 20px;
  }
  
  .gnav .item01.current::before{
    content: none;
  }
}

[data-element-id] .gnav.fixed {
  position: relative;
}

/* 下層用固定ナビ（パンくず代替） */
.select-nav-common{
  transition: .5s;
    transform: translateY(0);
}

.drop .select-nav-common {
    transition: .5s;
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    height: 0;
}

.rising .select-nav-common{
  transition: .5s;
  transform: translateY(0);
    opacity: 1;
    visibility: visible;
    height: auto;
}

.select-nav-common .tabBtn ul .tab_class {
  width: 50%;
}

.select-nav-common .tabBtn ul .tab_class:not(:last-of-type){
  border-right: 1px solid #fff;
}

.select-nav-common .tabBtn ul .tab_class:not(.active) {
  cursor: pointer;
}

.select-nav-common .tabBtn ul .tab_class>div {
    height: 100%;
}

.select-nav-common .tabBtn ul .tab_class .btn-txt {
  background: var(--color03);
  border: none;
  display: flex;
  background: var(--color03);
  border: none;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.1;
  text-align: center;
  padding: 15px 10px;
}

.select-nav-common .tabBtn .tab_class.active .btn-txt {
  background: var(--color01);
}

.select-nav-common .tabBody .link-item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-bottom: 2px solid var(--color01);
  -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
}

.select-nav-common .tabBody .link-item-wrapper .link-item {
    /* width: 100%; */
    text-align: center;
    /* white-space: nowrap; */
    flex-grow: 1;
    flex-shrink: 0;
}

.select-nav-common .tabBody .link-item-wrapper .link-item:not(:last-of-type) {
  border-right: 1px solid #f5f5f5;
}

.select-nav-common .tabBody .link-item-wrapper .link-item a {
  width: 100%;
  padding: 15px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* min12px max14px / min1125px max1300px */
  font-size: clamp(0.75rem, -0.054rem + 1.14vw, 0.875rem);
  /* min-0.5px max0px / min1125px max1300px */
  letter-spacing: clamp(-0.031rem, -0.232rem + 0.29vw, 0rem);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.select-nav-common .tabBody .link-item-wrapper .link-item.t-current a {
  background-color: #f6c2c6;
}

.select-nav-common .tabBody .link-item-wrapper .link-item a:hover {
  color: var(--color01);
  opacity: 1;
}

@media(max-width:1024px) {
  .select-nav-common .tabBody .link-item-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .select-nav-common .tabBody .link-item-wrapper .link-item:not(:last-of-type) {
    border-right: none;
    border-bottom: 1px solid #f5f5f5;
  }

  .select-nav-common .btn-txt {
    font-size: 14px;
  }

  .select-nav-common .tabBody .link-item-wrapper .link-item a {
    padding: 12px 5px;
    font-size: 12.5px;
    letter-spacing: 1px;
  }

  /* .select-nav-common .tabBtn ul .tab_class:not(.active)+.tab_class:not(.active) .btn-txt {
    background-color: var(--color01);
    color: #fff;
  }
  
  .select-nav-common .tabBtn ul .tab_class:not(.active)+.tab_class:not(.active) .btn-txt::before {
    border-color: #fff;
  } */

  .select-nav-common .tabBtn .tab_class .btn-txt {
    position: relative;
  }

  .select-nav-common .tabBtn .tab_class .btn-txt::before {
    content: "";
    width: 6px;
    aspect-ratio: 1;
    border-top: 1px solid var(--color00);
    border-right: 1px solid var(--color00);
    position: absolute;
    top: 50%;
    right: 5px;
    -webkit-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg);
    -webkit-transition: .5s;
    transition: .5s;
  }

  .select-nav-common .tabBtn .tab_class.is-parent .btn-txt::before {
    -webkit-transform: translateY(-50%) rotate(135deg) scale(-1, -1);
    transform: translateY(-50%) rotate(135deg) scale(-1, -1);
  }

  .select-nav-common .tabBtn .tab_class.active .btn-txt::before {
    border-color: #fff;
  }
}

/* ハンバーガーメニュー  */
.toggle {
  position: fixed !important;
  top: 4px;
  right: 4px;
  z-index: 252;
  width: 40px;
  height: 40px;
  background: var(--color00b);
  opacity: 0.8;
  cursor: pointer;
  display: none;
}

.toggle .bar {
  position: absolute;
  top: 50%;
  left: 7px;
  display: block;
  margin-top: -1px;
  padding: 0;
  width: 26px;
  height: 2px;
  background: #fff;
  text-indent: 9999px;
  transition: ease 0.4s;
  -webkit-transition: ease 0.4s;
}

.toggle .bar:before,
.toggle .bar:after {
  position: absolute;
  left: 0;
  display: block;
  width: 26px;
  height: 2px;
  background: #fff;
  content: '';
}

.toggle .bar:before {
  top: -10px;
}

.toggle .bar:after {
  top: 10px;
}

.drawer-active .toggle .bar {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

.drawer-active .toggle .bar:after,
.drawer-active .toggle .bar:before {
  top: 0;
  left: 0;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}

@media (max-width: 1024px) {
  .toggle {
    display: block !important;
  }

  .drawer-active {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
  }

  .drawer-active .overlay:after {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 251;
    width: 100%;
    height: 100vh;
    background: #000;
    content: '';
    opacity: 0.5;
    transform: translate3d(0, 0, 0) !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
  }
}


/*トップへ戻る*/
.totop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 200;
  width: 40px;
  height: 40px;
  background: var(--color01);
  color: #fff;
  text-align: center;
  font-size: 10px;
  line-height: 36px;
  letter-spacing: 0;
  cursor: pointer;
}

.totop:before {
  content: '\f077';
  font-weight: bold;
  font-family: 'Font Awesome 5 Free';
}

@media (max-width: 1024px) {
  .totop {
    right: 10px;
    bottom: 75px;
  }
}

/**
フッター
footer
*/
.footer .copy {
  padding: 50px 0 60px;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  background-color: var(--color03);
}

.footer .f-banner .banner-item a:hover{
  opacity: 1;
}

.footer .f-banner .banner-item .item-inner {
  background-color: var(--color05);
  border: 3px solid var(--color05);
  color: #fff;
  padding: 30px;
  transition: .5s;
}

.footer .f-banner .banner-item.-contact .item-inner {
  background-color: var(--color01);
  border: 3px solid var(--color01);
}

.footer .f-banner .banner-item a:hover .item-inner {
    background-color: #fff5e5;
    color: var(--color05);
}

.footer .f-banner .banner-item.-contact a:hover .item-inner {
  background-color: #fbe5e7;
    color: var(--color01);
}

.footer .f-banner .banner-item .btn {
  background-color: #fff;
  color: var(--color05);
  padding: 15px 35px;
  min-width: 200px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  border-radius: 100px;
  margin-left: auto;
  margin-top: 40px;
  position: relative;
}

.footer .f-banner .banner-item.-contact .btn {
  color: var(--color01);
  transition: .5s;
}

.footer .f-banner .banner-item a:hover .btn{
  background-color: var(--color05);
  color: #fff;
}

.footer .f-banner .banner-item.-contact a:hover .btn{
  background-color: var(--color01);
}

.footer .f-banner .banner-item .btn::before {
  content: "";
  border-top: 2px solid;
  border-right: 2px solid;
  aspect-ratio: 1;
  width: 12px;
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.footer .f-banner .banner-item.-contact .btn::before {
  border-color: var(--color01);
}

@media (max-width: 1024px) {
  .footer .copy {
    padding-bottom: 130px;
    font-size: 12px;
    letter-spacing: 0.5px;
  }
}

@media(max-width:599px) {
  .footer .f-banner .banner-item .item-inner {
    padding: 20px;
  }

  .footer .f-banner .banner-item .btn {
    padding: 12px 15px;
    min-width: 180px;
    margin-top: 20px;
    font-size: 14px;
  }

  .footer .f-banner .banner-item .btn::before {
    width: 8px;
    right: 12px;
  }
}

/**
フッターナビ
fnav
*/
.fnav {
  padding: 100px 0 80px;
  background: var(--color03);
  margin-top: -50px;
}

.fnav .list01 {
  width: 50%;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}

.fnav .item {
  margin-bottom: 10px;
  padding-right: 10px;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}

.fnav .item a {
  position: relative;
  display: block;
  padding-left: 12px;
}

.fnav .item a:before {
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000;
  content: '';
}

.fnav .datattl {
  position: relative;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
}

.fnav .data {
  margin-bottom: 10px;
  padding-right: 10px;
  font-size: 14px;
  font-weight: 500;
}

.fnav .data.sns-item a {
  padding-left: 2.2em;
}

.fnav .data.sns-item a i {
  font-size: 160%;
}

.fnav .data.-type02+.-type02 {
  margin-top: 30px;
}

.fnav .data>.a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.fnav .data>.a:before {
  display: block;
  content: '・';
}

.fnav .data>.a+ul li {
  padding-left: 2em;
  margin-top: 10px;
}

@media (max-width: 1024px) {
  .fnav .wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 50px;
  }

  .fnav .list01 {
    margin-bottom: 10px;
    width: 100%;
  }

  .fnav .list02 {
    width: calc(100% / 3);
  }

  .fnav .list02-wrapper {
    width: calc((100% / 3) * 2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .fnav .list02-wrapper .list02 {
    width: calc(100% / 2);
  }

  .fnav .data>.a+ul li {
    padding-left: 1em;
  }
}

@media (max-width: 599px) {
  .fnav .list02-wrapper {
    width: 100%;
  }

  .fnav .list02 {
    width: 50%;
  }

  .fnav .wrap {
    row-gap: 20px;
  }
}

.f-info-box {
  background-color: var(--color03);
}

.f-info-box .item-inner {
  background-color: #f7f7f7;
  padding: 30px 15px;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}

.f-info-box .item-inner::before {
  content: "";
  width: 50%;
  height: 100%;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background-color: #ffffff;
  opacity: .8;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}

.f-info-box .item-inner .text-wrapper {
  position: relative;
  z-index: 2;
}

.g-map a::before {
  content: "\f3c5";
  font-family: var(--ff99);
  font-weight: bold;
  font-size: 110%;
  margin-right: 5px;
}

@media(max-width:599px) {
  .f-info-box .item+.item {
    margin-top: 10px;
  }

  .f-info-box .item-inner {
    padding: 20px 15px;
  }
}


/**
2カラムページ
*/
.column2 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.column2 .side {
  width: 240px;
  height: 100%;
}

.column2 .mainwrap {
  width: calc(100% - 280px);
}

@media (max-width: 1024px) {
  .column2 .inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .column2 .side {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-bottom: 50px;
    width: 100%;
    -webkit-box-shadow: 0px 0px 5px var(--color03);
    box-shadow: 0px 0px 5px var(--color03);
    border: 3px solid var(--color03);
  }

  .column2 .mainwrap {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 50px;
    width: 100%;
  }
}

/* サイドメニュー */
.side .list {
  margin-bottom: 30px;
}

@media (max-width: 1024px) {

  .side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .column2 .side {
    padding: 30px 20px 30px 20px;
  }

  .side .list {
    width: 48%;
    margin-bottom: 0;
  }
}

@media (max-width: 599px) {
  .side .list {
    width: 100%;
  }

  .side .list+.list {
    margin-top: 30px;
  }
}

.list-side .datattl {
    position: relative;
    margin-bottom: 3px;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0;
    background-color: var(--color01);
    padding: 10px 1.1em 10px 1.1em;
    border-radius: 3px;
    text-align: center;
}

/* .list-side .datattl::before {
  content: "●";
  position: absolute;
  top: 51%;
  left: .5em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
} */

.list-side .data {
    margin-bottom: 3px;
    padding-bottom: 3px;
    border-bottom: dashed 1px var(--color03);
}

.list-side a {
    position: relative;
    display: block;
    font-size: 15px;
    padding: 8px 10px 8px 1.8em;
    border: 2px solid transparent;
    border-radius: 3px;
}

.list-side a:hover {
    background-color: var(--color03);
    color: var(--color01);
}

.list-side a:before {
  position: absolute;
  left: .4em;
  color: var(--color01);
  content: '●';
  top: 51%;
  -webkit-transform: translateY(-50%) scale(.5);
  transform: translateY(-50%) scale(.5);
  font-size: 14px;
  -webkit-transition: .5s;
  transition: .5s;
}

.list-side a:hover {
  opacity: 1;
}

.list-side a:hover:before {
  -webkit-transform: translateY(-50%) scale(.8);
  transform: translateY(-50%) scale(.8);
}

@media (max-width: 1024px) {
  .list-side.type-archive .datawrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .list-side.type-archive .datawrap .datattl {
    width: 100%;
  }

  .list-side.type-archive .datawrap .data {
    width: 48%;
  }
}

/*===================================
  各個別コンテンツ
===================================*/
/**
トップ
*/
/*ホームビジュアル（トップ）*/
.homevisual {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.homevisual .img {
  position: relative;
  min-height: 500px;
  height: 70vh;
  max-height: 800px;
  width: 60%;
  margin-left: -10%;
  overflow: hidden;
}

.homevisual .img::before,.homevisual .img::after{
  content: "";
  height: 140%;
  position: absolute;
  top: 50%;
  z-index: 2;
  background-color: #fff;
  -webkit-transform: translateY(-50%) rotate(18deg);
  transform: translateY(-50%) rotate(18deg);
}

.homevisual .img::before {
    width: 3px;
    right: calc(100% - 14vh);
}

.homevisual .img::after {
    width: 250px;
    right: calc(100% - 12vh);
}

.homevisual .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*IE対策*/
  font-family: 'object-fit: cover; object-position: 50% 50%;';
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.homevisual .head {
  margin-left: calc(50% - 605px);
  padding-left: 10px;
  width: 50%;
  z-index: 3;
  position: relative;
}

.homevisual .head .main-head {
  font-weight: 600;
  /* values38px-50px view1000px-1300px */
  font-size: clamp(2.375rem, -0.125rem + 4vw, 3.125rem);
  letter-spacing: 5px;
}

.homevisual .head .btn-box {
  gap: 30px;
}

[data-element-id] .homevisual .head .show\@sp .main-head{
  font-size: 28px;
}

@media(max-width:1280px) {
  .homevisual .head {
    margin-left: 0;
    padding-left: 2%;
  }
}

@media(max-width:1024px) {
  .homevisual .head {
    width: 60%;
    margin-right: -10%;
  }

  .homevisual .head .main-head {
    font-size: 38px;
    letter-spacing: 3px;
  }
}

@media (max-width: 599px) {
  .homevisual {
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
  }

  .homevisual .img {
    min-height: 200px;
    height: 40vh;
    width: 100%;
    margin-left: 0;
  }
  
  .homevisual .img::before,.homevisual .img::after{
    content: "";
    width: 120%;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(21deg);
    transform: translateX(-50%) rotate(10.5deg);
  }

  .homevisual .img::before {
    height: 3px;
    top: calc(100% - 50px);
  }
  
  .homevisual .img::after {
    height: 100px;
    top: calc(100% - 40px);
  }

  .homevisual .head {
    width: 96%;
    margin: -20px auto 0;
    padding-left: 0;
  }

  .homevisual .head .main-head {
    font-size: 28px;
  }

  .homevisual .head .btn-box {
    gap: 10px;
  }

  .homevisual .head .btn-box .btn-cmn01 a {
    min-width: 170px;
  }
}

/* section-massage-area */
.section-massage-area .back {
  width: 100%;
  margin: auto;
  font-family: var(--ff01);
  font-size: 12rem;
  line-height: 1;
  color: var(--color03);
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-weight: 900;
}

.section-massage-area .marquee-wrap{
    position: relative;
    height: 6rem;
}

.section-massage-area .marquee {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-animation: marquee 25s linear infinite;
  animation: marquee 25s linear infinite;
  z-index: -2;
}

.section-massage-area .btn-link-box {
  gap: 20px;
}

.section-massage-area .btn-link-box .btn-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid;
  color: #fff;
}

.section-massage-area .btn-link-box .btn-item.-oem a {
  background-color: #256fa2;
  border-color: #256fa2;
}

.section-massage-area .btn-link-box .btn-item.-pb a {
  background-color: #2338a4;
  border-color: #2338a4;
}

.section-massage-area .btn-link-box .btn-item.-machining a {
  background-color: #233a8f;
  border-color: #233a8f;
}

.section-massage-area .btn-link-box .btn-item a .text-box {
  min-width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  100% {
    -webkit-transform: translateX(-180%);
    transform: translateX(-180%);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  100% {
    -webkit-transform: translateX(-180%);
    transform: translateX(-180%);
  }
}

@-webkit-keyframes marquee-sp {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  100% {
    -webkit-transform: translateX(-350%);
    transform: translateX(-350%);
  }
}

@keyframes marquee-sp {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  100% {
    -webkit-transform: translateX(-350%);
    transform: translateX(-350%);
  }
}

[data-element-id] .section-massage-area .marquee-wrap{
  height: auto;
  margin-bottom: 30px;
}

[data-element-id] .section-massage-area .marquee {
    animation: none;
    z-index: 1;
    position: relative;
    transform: none;
    white-space: unset;
    line-height: 1;
}

@media (max-width: 1024px) {
  .section-massage-area .marquee-wrap {
      height: 4rem;
  }
  
  .section-massage-area .marquee {
    -webkit-animation: marquee 20s linear infinite;
    animation: marquee 20s linear infinite;
  }
  
  .section-massage-area .back {
    font-size: 8.5rem;
  }
}

@media (max-width: 599px) {
  .section-massage-area .back {
    font-size: 6rem;
  }

  .section-massage-area .marquee {
    -webkit-animation: marquee-sp 15s linear infinite;
    animation: marquee-sp 15s linear infinite;
  }
}

/* section-news-area */
.section-news-area .news-list .item+.item {
  margin-top: 10px;
}

.section-news-area .news-list .item .item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 5px;
  padding: 20px 40px;
}

.section-news-area .news-list .item .date {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
}

@media(max-width:1024px) {
  .section-news-area .news-list .item .item-inner {
    padding: 15px 20px;
  }
}

@media(max-width:599px) {
  .section-news-area .news-list .item .item-inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 10px 15px;
  }
}

/* section-product-area */
.product-list .item+.item {
  margin-top: 40px;
}

.section-products-area .product-slick {
  background-color: var(--color03);
  padding: 30px 0;
}

.section-products-area .product-slick .item .item-inner {
    background-color: #fff;
    margin: 0 10px;
    padding: 20px 20px 10px;
    border-radius: 10px;
    aspect-ratio: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.section-products-area .product-slick .item .img-box {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.section-products-area .product-slick .item .title {
  text-align: center;
  margin-top: 10px;
  font-weight: 500;
  font-size: 14px;
}

[data-element-id] .product-list .item{
  flex-wrap: wrap;
}

[data-element-id] .product-list .item .show\@sp{
  width:100%;
  max-width:100%;
  background-color:#ccc;
}

[data-element-id] .product-list .item .show\@sp .title {
    max-width: 375px;
    margin:0 auto;
    background-color:#fff;
}

[data-element-id] .section-products-area .product-slick{
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
}

[data-element-id] .section-products-area .product-slick>div {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
}

[data-element-id] .section-products-area .product-slick .item{
  width: calc(100% / 4)
}

[data-element-id] .section-products-area .product-slick .item:nth-child(n + 5){
  display: none;
}

@media(max-width:599px) {
  .section-massage-area .btn-link-box .btn-item a .text-box {
    min-width: 100px;
  }

  .section-massage-area .btn-link-box {
    gap: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .product-list .item+.item {
    margin-top: 30px;
  }

  .section-products-area .btn-cmn01.-long a {
    min-width: 140px;
    padding: 13px 30px;
  }

  .section-products-area .product-slick .item .item-inner {
    margin: 0 5px;
    padding: 20px 10px 10px;
    border-radius: 5px;
  }
  
  .section-products-area .product-slick .item .title {
    font-size: 13px;
  }
}

/* section-reason-area */
.reason-list .item-inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.reason-list .item .img-box {
    position: relative;
    min-height: 400px;
    height: 70vh;
    width: 50%;
    overflow: hidden;
}

.reason-list .item .img-box::before, .reason-list .item .img-box::after {
    content: "";
    height: 120%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-15.5deg);
    transform: translateY(-50%) rotate(-15.5deg);
    z-index: 2;
    background-color: #fff;
}

.reason-list .item .img-box::before {
    width: 3px;
    left: calc(100% - 12vh);
}

.reason-list .item .img-box::after{
    width: 200px;
    left: calc(100% - 10vh);
}

.reason-list .item .content-box {
    width: 55%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
    position: relative;
    padding-right: calc(50% - 600px);
    margin-left: -5%;
}

.reason-list .item .infobox {
    font-weight: 600;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.reason-list .item .infobox .reason {
    font-size: 30px;
    color: var(--color02);
}

.reason-list .item .infobox .title {
    font-size: 45px;
    color: #343434;
}

.reason-list .item .infobox .text {
    font-weight: 400;
    font-size: 17px;
    margin-top: 30px;
    line-height: 1.8;
}

.reason-list .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    bottom: auto;
    height: 56px;
    padding: 0 20px;
    border-radius: 28px;
    background: #EFEFF2;
    width: fit-content;
    margin: 3rem auto 0;
}

.reason-list .slick-dots li{
  width: auto;
	height: 8px;
	margin: 0 8px;
}

.reason-list .slick-dots li button {
    line-height: unset;
    cursor: pointer;
    display: block;
    position: relative;
    width: 8px;
    height: 100%;
    padding: 0;
    border-radius: 4px;
    background: #707073;
    transition: 1s;
}

.reason-list .slick-dots li button:hover{
  opacity: 1;
}

.reason-list .slick-dots li button:before {
  display: none;
}

.reason-list .slick-dots li.slick-active button {
	width: 70px;
}

.reason-list .slick-dots li.slick-active button::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 8px;
	height: 100%;
	border-radius: 4px;
	background: #29292A;
	overflow: hidden;
	animation: slick_dot 4s 1s linear forwards;
}

@keyframes slick_dot {
	0% {width: 8px;}
	100% {width: 100%;}
}

[data-element-id] .reason-list .item .infobox .show\@sp .title{
  font-size: 24px;
        letter-spacing: 0;
}


[data-element-id] .reason-list .item .infobox .show\@sp .reason{
  font-size: 12px;
}

@media(max-width:1024px) {
    .reason-list .item .img-box{
        height: 40vh;
        min-height: 300px;
    }
    
   .reason-list .item .content-box{
     padding-right: 2%;
   }
    
    .reason-list .item .infobox .reason {
        font-size: 20px;
    }

    .reason-list .item .infobox .title {
        font-size: 28px;
        letter-spacing: 0;
    }

    .reason-list .item .infobox .text {
        font-size: 14px;
        line-height: 1.6;
    }
    
    .reason-list .slick-dots{
      margin-top: 2rem;
      height: 30px;
    }
    
    .reason-list .slick-dots li button:before {
        height: 4px;
        width: 80px;
    }
}

@media(max-width:599px) {
    .reason-list .item-inner {
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        max-width: 96%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .reason-list .item .img-box {
        min-height: 220px;
        height: 220px;
        width: 100%;
        margin-right: 0;
    }

    .reason-list .item .img-box::before, .reason-list .item .img-box::after{
        width: 110%;
        top: auto;
        right: auto;
        left: 50%;
        -webkit-transform: translateX(-50%) rotate(-8deg);
        transform: translateX(-50%) rotate(-8deg);
    }
    
    .reason-list .item .img-box::before {
        height: 2px;
        top: calc(100% - 40px);
    }
    
    .reason-list .item .img-box::after {
        height: 80px;
        top: calc(100% - 30px);
    }

    .reason-list .item .content-box {
        width: 100%;
        margin-left: 0;
    }

    .reason-list .item .infobox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .reason-list .item .infobox .title {
        font-size: 24px;
        letter-spacing: 0;
    }

    .reason-list .item .infobox .reason {
        font-size: 12px;
    }
    
    .reason-list .slick-dots li button:before{
        height: 3px;
        width: 50px;
    }
}

/* section-papers-area */
.section-papers-area .item a{
  height: 100%;
  display: block;
}

.section-papers-area .item-inner {
  border-radius: 5px;
  overflow: hidden;
  background-color: #fff;
  height: 100%;
}

.section-papers-area.-page-oem .item-inner {
  -webkit-box-shadow: 2px 2px 2px var(--color03);
  box-shadow: 2px 2px 2px var(--color03);
}

.section-papers-area .item .contents {
  padding: 10px 10px 20px;
}

.section-papers-area .item .contents .cate span {
  font-size: 10px;
  padding: 2px 10px 3px;
  border-radius: 3px;
}

/* section-faq-area */
.section-faq-area .item+.item {
  margin-top: 20px;
}

.section-faq-area .item .item-inner {
  -webkit-box-shadow: 0px 3px 10px rgb(0 0 0 / 25%);
  box-shadow: 0px 3px 10px rgb(0 0 0 / 25%);
  border-radius: 40px;
  padding: 0 20px;
  position: relative;
  background-color: #fff;
}

.section-faq-area .item .datattl {
  padding: 20px 80px;
  font-size: 20px;
  position: relative;
}

.section-faq-area .item .datattl::before,
.section-faq-area .item .data::before {
  content: "Q";
  font-size: 30px;
  font-family: system-ui;
  color: var(--color01);
  position: absolute;
  top: 5px;
  left: 40px;
}

.section-faq-area .item .datattl::before {
  top: 12px;
}

.section-faq-area .item .data::before {
  content: "A";
  color: var(--color02);
  top: 10px;
}

.section-faq-area .item .data {
  padding: 20px 80px 20px 80px;
  position: relative;
  display: none;
}

.section-faq-area .item .data a{
  color: var(--color01);
}

.section-faq-area .item .data::after {
  content: "";
  width: 100%;
  border-top: dashed 2px transparent;
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.section-faq-area .item .data.is-active::after {
  border-color: var(--color03);
}

.section-faq-area .item .datattl-inner::before,
.section-faq-area .item .datattl-inner::after {
  content: "";
  width: 25px;
  height: 2px;
  background-color: var(--color01);
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.section-faq-area .item .datattl-inner::after {
  -webkit-transform: rotate(90deg) translateY(-50%);
  transform: rotate(90deg) translateY(-50%);
  right: 31px;
}

.section-faq-area .item .is-parent .datattl-inner::after {
  -webkit-transform: rotate(0deg) translateY(-50%);
  transform: rotate(0deg) translateY(-50%);
}

[data-element-id] .section-faq-area .item:nth-child(n + 4){
  display: none;
}

[data-element-id] .section-faq-area .item .data{
  display: block;
}

[data-element-id] .section-faq-area .item .data::after {
    border-color: var(--color03);
}

@media(max-width:1024px) {
  .section-faq-area .item .datattl {
    padding: 15px 80px;
    font-size: 18px;
  }
  
  .section-faq-area .item .datattl::before {
    top: 5px;
  }
  
  .section-faq-area .item .data::before {
    top: 7px;
  }
}

@media(max-width:599px) {
  .section-faq-area .item .item-inner {
    border-radius: 10px;
    padding: 0 10px;
  }

  .section-faq-area .item .datattl {
    padding: 12px 30px;
    font-size: 16px;
  }

  .section-faq-area .item .datattl::before,
  .section-faq-area .item .data::before {
    font-size: 26px;
    top: 4px;
    left: 4px;
  }

  .section-faq-area .item .datattl-inner::before,
  .section-faq-area .item .datattl-inner::after {
    width: 18px;
    height: 2px;
    top: 50%;
    right: 5px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .section-faq-area .item .datattl-inner::after {
    -webkit-transform: rotate(90deg) translateY(-50%);
    transform: rotate(90deg) translateY(-50%);
    right: 6px;
  }

  .section-faq-area .item .is-parent .datattl-inner::after {
    -webkit-transform: rotate(0deg) translateY(-50%);
    transform: rotate(0deg) translateY(-50%);
  }

  .section-faq-area .item .data {
    padding: 20px 30px 20px 30px;
  }

  .section-faq-area .item .data::before {
    top: 10px;
  }
}

/**
下層共通
*/
/* トップビジュアル（下層共通） */
.topvisual {
  position: relative;
}

.topvisual .img {
  position: relative;
  min-height: 250px;
  height: 250px;
  max-height: 400px;
}

.topvisual .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: 'object-fit: cover; object-position: 50% 50%;';
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.topvisual .head {
  position: absolute !important;
  max-width: 90%;
  text-align: center;
  top: 50%;
  left: 50%;
  font-size: 44px;
  letter-spacing: 5px;
  font-weight: 600;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgb(129 129 129 / 75%);
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 50px 10px;
  white-space: nowrap;
}

[data-element-id] .topvisual .head .show\@sp{
  font-size: 24px;
        letter-spacing: 3px;
}

@media(max-width:1024px) {
  .topvisual .head {
    font-size: 34px;
  }
}

@media (max-width: 599px) {
  .topvisual .img {
    min-height: 200px;
    height: 200px;
  }

  .topvisual .head {
    font-size: 24px;
    padding: 8px 20px 10px;
    max-width: 95%;
    letter-spacing: 3px;
  }
}

/* ##### パンくずリスト breadcrumbs ##### */
.breadcrumbs {
  margin: 30px 0;
}

.breadcrumbs-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
}

.breadcrumbs-list li {
  display: inline;
  font-size: 14px;
  letter-spacing: 1px;
}

.breadcrumbs-list li.breadcrumbs-home,
.breadcrumbs-list li.breadcrumbs-prevpage {
  font-weight: bold;
  color: var(--color01);
}

.breadcrumbs-list li+li::before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  margin: 0 10px;
  border-top: 1px solid var(--color00);
  border-right: 1px solid var(--color00);
  -webkit-transform: translate(-3px, -2px) rotate(45deg);
  transform: translate(-3px, -2px) rotate(45deg);
}

@media (max-width: 1024px) {
  .breadcrumbs {
    margin: 20px 0;
    font-size: 14px;
  }

  .breadcrumbs-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .breadcrumbs-list {
    margin-top: 1em;
  }

  .breadcrumbs li {
    font-size: 12px;
  }

  .breadcrumbs li+li::before {
    width: 8px;
    height: 8px;
    margin: 0 5px 1px;
  }
}

@media (max-width: 599px) {
  .breadcrumbs {
    margin: 15px 0;
    font-size: 12px;
  }

  .breadcrumbs li+li::before {
    width: 6px;
    height: 6px;
  }
}

/* ##### パンくずリスト breadcrumbs ここまで ##### */

/* ページネーション */
.pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagenation .item {
  margin: 0 5px;
}

.pagenation .prev {
  position: relative;
  margin-right: 20px;
}

.pagenation .prev a:before {
  content: "\f053";
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
}

.pagenation .next {
  position: relative;
  margin-left: 20px;
}

.pagenation .next a:before {
  content: "\f054";
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
}

.pagenation a,
.pagenation .now {
  font-weight: 500;
}

.pagenation a,
.pagenation .now {
  display: block;
  padding: 2px 8px;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background-color: var(--color03);
  color: var(--color00b);
  text-align: center;
  font-size: 18px;
  line-height: 35px;
  letter-spacing: 0;
}

.pagenation a:hover,
.pagenation .now {
  background-color: var(--color01);
  color: #fff;
  opacity: 1;
}

.pagenation .prev a,
.pagenation .next a {
  font-size: 14px;
}

@media (max-width: 599px) {
  .pagenation .item {
    margin: 0 5px;
  }

  .pagenation .prev {
    margin-right: 10px;
  }

  .pagenation .next {
    margin-left: 10px;
  }
}

/**
各下層ページ
*/

/* 02company */
.company-service-area .company-service-list .item a:hover {
  opacity: 1;
}

.company-service-area .company-service-list .item .item-inner {
  border: 1px solid var(--color03);
  padding: 3px;
  -webkit-transition: .5s;
  transition: .5s;
}

.company-service-area.bgcolor03 .company-service-list .item .item-inner {
  border: 1px solid #cdcdcd;
}

.company-service-area .company-service-list .item a:hover .item-inner,
.company-service-area.bgcolor03 .company-service-list .item a:hover .item-inner {
  border-color: var(--color01);
}

.company-service-area .company-service-list .item a .img-box {
  overflow: hidden;
}

.company-service-area .company-service-list .item a .img-box .img img {
  -webkit-transition: .5s;
  transition: .5s;
}

.company-service-area .company-service-list .item a:hover .img-box .img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.company-service-area .company-service-list .item .title-box {
  background-color: var(--color01);
  color: #fff;
  padding: 10px;
  text-align: center;
  margin-top: 3px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.company-service-area .company-service-list .item .title-box::before {
  content: "";
  width: 8px;
  aspect-ratio: 1;
  display: block;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition: .3s;
  transition: .3s;
}

.company-service-area .company-service-list .item a:hover .title-box::before {
  right: 10px;
}

@media(max-width:1024px) {
  .company-service-area .company-service-list .item .title-box {
    font-size: 13px;
    letter-spacing: 0;
  }

  .company-service-area .company-service-list .item .title-box::before {
    right: 10px;
  }

  .company-service-area .company-service-list .item a:hover .title-box::before {
    right: 5px;
  }
}

@media(max-width:599px) {
  .company-service-area .company-service-list .item .title-box::before {
    right: 6px;
    width: 6px;
  }
}

/* 03philosophy */

.philosophy-philosophy-list .contents {
  position: relative;
  padding-bottom: 60px;
}

.philosophy-philosophy-list .contents-image {
  max-width: 395px;
  width: 80%;
  margin: 0 auto;
  position: relative;
}

.philosophy-philosophy-list .contents-image .title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-weight: 500;
  text-shadow: 0 0 5px rgb(0 0 0 / 40%);
  min-width: 160px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.philosophy-philosophy-list .contents-image .title1 {
  top: calc(50% - 65px);
  left: 50%;
}

.philosophy-philosophy-list .contents-image .title2 {
  top: calc(50% + 80px);
  left: calc(50% + 80px);
}

.philosophy-philosophy-list .contents-image .title3 {
  top: calc(50% + 80px);
  left: calc(50% - 80px);
}

.philosophy-philosophy-list .contents-text {
  width: 65%;
  font-size: 13px;
  letter-spacing: 0;
  position: absolute;
}

.philosophy-philosophy-list .contents-text.-text1 {
  top: -5px;
  right: -45%;
}

.philosophy-philosophy-list .contents-text.-text2 {
  top: 90px;
  left: -45%;
}

.philosophy-philosophy-list .contents-text.-text3 {
  bottom: -60px;
  right: -45%;
}

@media(max-width:1024px) {
  .philosophy-philosophy-list .contents {
    padding-bottom: 80px;
  }

  .philosophy-philosophy-list .contents-text {
    width: 20vw;
  }

  .philosophy-philosophy-list .contents-text.-text1 {
    right: -12vw;
  }

  .philosophy-philosophy-list .contents-text.-text2 {
    left: -10vw;
    top: 60px;
  }

  .philosophy-philosophy-list .contents-text.-text3 {
    right: -10vw;
    bottom: -100px;
  }
}

@media(max-width:710px) {
  .philosophy-philosophy-list .contents-text {
    width: 25vw;
  }
}

@media(max-width:599px) {
  .philosophy-philosophy-list .contents {
    padding-bottom: 60px;
  }

  .philosophy-philosophy-list .contents-image {
    max-width: 260px;
    width: 90%;
  }

  .philosophy-philosophy-list .contents-image .title {
    min-width: 90px;
    height: 70px;
    font-size: 13px;
  }

  .philosophy-philosophy-list .contents-image .title1 {
    top: calc(50% - 45px);
  }

  .philosophy-philosophy-list .contents-image .title2 {
    top: calc(50% + 54px);
    left: calc(50% + 55px);
  }

  .philosophy-philosophy-list .contents-image .title3 {
    top: calc(50% + 52px);
    left: calc(50% - 50px);
  }

  .philosophy-philosophy-list .contents-text {
    width: 35%;
    font-size: 10px;
  }

  .philosophy-philosophy-list .contents-text.-text1 {
    right: -40px;
    top: -2px;
    width: 90px;
  }

  .philosophy-philosophy-list .contents-text.-text2 {
    top: 10px;
    left: -30px;
  }

  .philosophy-philosophy-list .contents-text.-text3 {
    right: -40px;
    bottom: -60px;
    width: 150px;
  }
}

/* 04guidelines */
.guidelines-initiatives-list {
  border: 2px solid var(--color03);
  padding: 30px;
}

.guidelines-initiatives-list .title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  color: var(--color01);
  font-weight: 600;
}

.guidelines-initiatives-list .title::before,
.guidelines-initiatives-list .title::after {
  font-family: var(--ff99);
  font-weight: bold;
  font-size: 14px;
  -webkit-transform: translateY(-0.5px);
  transform: translateY(-0.5px);
}

.guidelines-initiatives-list .title::before {
  content: "\f053";
  margin-right: 10px;
}

.guidelines-initiatives-list .title::after {
  content: "\f054";
  margin-left: 10px;
}

.guidelines-initiatives-list .item+.item {
  margin-top: 20px;
}

.guidelines-initiatives-list .item .list {
  margin-top: 5px;
}

.guidelines-initiatives-list .item .list .list-text {
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
}

.guidelines-initiatives-list .item .list .list-text::before {
  content: "・";
  color: var(--color01);
}

@media(max-width:599px) {
  .guidelines-initiatives-list {
    border: 2px solid var(--color03);
    padding: 20px 10px;
  }

  .guidelines-initiatives-list .item .list .list-text {
    font-size: 14px;
  }
}

.guidelines-area .num-item+.num-item {
  margin-top: 20px;
}

.guidelines-area .num-item .num {
  color: var(--color01);
  font-weight: 500;
  font-size: 130%;
  width: 50px;
  aspect-ratio: 1;
  background-color: var(--color03);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 10px;
  letter-spacing: 0;
}

.guidelines-area .num-item .text {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media(max-width:599px) {
  .guidelines-area .num-item .num {
    font-size: 110%;
    width: 40px;
  }
}

/* 05outline */
.outline-area .company-table {
  width: 100%;
}

.outline-area .company-table tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.outline-area .company-table tr {
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.outline-area .company-table th,
.outline-area .company-table td {
  padding: 20px;
}

.outline-area .company-table th {
  background-color: var(--color01);
  color: #fff;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  width: 140px;
    flex-shrink: 0;
    table-layout: fixed;
    line-height: 1.2;
}

.outline-area .company-table td {
  background-color: #fff;
  width: 100%;
}

.outline-area.-page-history .company-table {
  font-size: 14px;
}

.outline-area.-page-history .company-table tr {
  padding-bottom: 5px;
}

.outline-area.-page-history .company-table th {
  background-color: var(--color02);
  min-width: 120px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-weight: 400;
}

.outline-area.-page-history .company-table th,
.outline-area.-page-history .company-table td {
  padding: 15px;
}

.outline-area .company-table td .btn-cmn01 a{
    border-radius: 5px;
    padding: 8px 20px;
    font-size: 13px;
    min-width: 180px;
}

@media(max-width:599px) {
  .outline-area .company-table tr {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

  .outline-area .company-table th,
  .outline-area .company-table td {
    padding: 12px 12px;
    font-size: 14px;
    letter-spacing: 0;
  }

  .outline-area .company-table th {
    text-align: center;
    width: 100%;
  }
  
  .outline-area .company-table td .btn-cmn01 a {
    border-radius: 3px;
    padding: 5px 20px 6px;
    font-size: 11px;
    min-width: 150px;
  }
}

/* 06access */
.access-area .item+.item {
  margin-top: 50px;
}

.access-area .item {
  background-color: #fff;
  padding: 20px 20px 30px;
  border: 2px solid var(--color03);
}

.access-area .item .item-title {
  border-bottom: 2px solid var(--color01);
  color: var(--color01);
  font-weight: 600;
  font-size: 22px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.access-area .item .texbox {
  font-family: system-ui;
}

.access-area .item .station {
  background-color: var(--color03);
  padding: 10px;
}

.access-area .item .station dt {
  color: var(--color01);
  font-weight: 600;
  margin-bottom: 5px;
}

.access-area .item .station dd {
  font-size: 14px;
  letter-spacing: 0;
  color: var(--color00b);
  font-weight: 500;
}

.access-area .item .btn-cmn01 {
  width: 100%;
}

.access-area .item .btn-cmn01 a {
  border-radius: 5px;
}

.access-area .item iframe {
  height: 300px;
}

.access-area.-page-other .item+.item {
  margin-top: 20px;
}

.access-area.-page-other .item dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 1px solid var(--color02);
}

.access-area.-page-other .item dl:first-of-type {
  border-top: 1px solid var(--color02);
}

.access-area.-page-other .item dl dt,
.access-area.-page-other .item dl dd {
  border-bottom: 1px solid var(--color02);
  border-right: 1px solid var(--color02);
  padding: 10px;
}

.access-area.-page-other .item dl dt {
    width: 20%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.access-area.-page-other .item dl dd {
  width: 80%;
}

@media(max-width:599px) {
  .access-area .item .item-title {
    font-size: 18px;
  }

  .access-area .item iframe {
    height: 200px;
    border-radius: 0 0 5px 5px;
  }

  .access-area .item .btn-cmn01 a {
    border-radius: 5px 5px 0 0;
  }

  .access-area.-page-gaiyo .item .btn-cmn01 a {
    border-radius: 5px;
  }

  .access-area.-page-other .item dl {
    font-size: 14px;
  }

  .access-area.-page-other .item dl dt {
    width: 30%;
    padding: 10px 5px;
  }

  .access-area.-page-other .item dl dd {
    width: 70%;
  }
}

/* 07history */
.history-certification-area .certification-table {
  border-top: 2px solid var(--color03);
  border-left: 2px solid var(--color03);
}

.history-certification-area tr:first-of-type {
  background-color: var(--color01);
  color: #fff;
  font-weight: 600;
}

.history-certification-area .certification-table th,
.history-certification-area .certification-table td {
  padding: 10px;
  border-bottom: 2px solid var(--color03);
  border-right: 2px solid var(--color03);
  text-align: center;
  width: 20%;
  font-size: 15px;
  letter-spacing: 0;
}

.history-certification-area .logo-box {
  background-color: var(--color03);
  padding: 20px;
}

.history-certification-area .logo-box .item-inner {
  background-color: #fff;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.history-certification-area .logo-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
}

.history-certification-area .logo-box .logo-item {
  width: 100%;
}

.history-certification-area .logo-box .img {
  width: 80px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.history-certification-area .logo-box .item1 .img {
  width: 150px;
}

.history-certification-area .logo-box .item3 .img {
  width: 330px;
}

.history-certification-area .logo-box .text {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  color: var(--color00b);
  text-align: center;
}

@media(max-width:1024px) {
  .history-certification-area .logo-box {
    gap: 10px;
  }

  .history-certification-area .logo-box .item-inner {
    padding: 20px 10px;
  }

  .history-certification-area .logo-box .item3 .img {
    width: 260px;
  }
}

@media(max-width:599px) {

  .history-certification-area .certification-table th,
  .history-certification-area .certification-table td {
    padding: 10px 5px;
    font-size: 13px;
  }

  .history-certification-area .certification-table {
    width: 1100px;
  }

  .history-certification-area .logo-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .history-certification-area .logo-box .logo-item {
    width: calc((100% - 10px) / 2);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

/* 08anniversary */
.anniversary-content1-area .img-wrapper.img01 {
  width: 70%;
}

.anniversary-content1-area .img-wrapper.img02 {
  width: 50%;
  -webkit-transform: translate(40px, -20px) rotate(-5deg);
  transform: translate(90px, 50px) rotate(-5deg);
  z-index: 2;
}

.anniversary-content1-area .img-wrapper.img03 {
  width: 50%;
  -webkit-transform: translate(40px, -20px) rotate(5deg);
  transform: translate(20px, -20px) rotate(8deg);
}

.anniversary-content1-area .greetings-name {
    font-family: "Yuji Syuku", serif;
    font-size: 1.6rem;
    text-align: center;
    color: #181818;
    margin-top: 5px;
}

@media(max-width:1024px) {
  .anniversary-content1-area .img-wrapper.img01 {
    width: 90%;
  }

  .anniversary-content1-area .img-wrapper.img02 {
    width: 90%;
    -webkit-transform: none;
    transform: none;
    margin-top: 10px;
  }

  .anniversary-content1-area .img-wrapper.img03 {
    width: 90%;
    -webkit-transform: none;
    transform: none;
    margin-top: 10px;
  }
}

@media(max-width:599px) {
  .anniversary-content1-area .img-wrapper.img01 {
    width: 70%;
  }

  .anniversary-content1-area .img-wrapper.img03 {
    width: 50%;
    -webkit-transform: translate(-10px, -60px) rotate(8deg);
    transform: translate(-10px, -60px) rotate(8deg);
  }

  .anniversary-content1-area .img-wrapper.img02 {
    width: 50%;
    -webkit-transform: translate(40px, -10px) rotate(-3deg);
    transform: translate(40px, -10px) rotate(-3deg);
  }
}

/* 09gaiyo */
.gaiyo-lead-box .box {
  background-color: var(--color03);
  width: calc((100% - 10px)/2);
  padding: 10px;
  text-align: center;
}

.gaiyo-lead-box .box.-type03{
  width: 100%;
  padding: 10px 20px;
}

.gaiyo-lead-box .box dd {
  background-color: #fff;
  padding: 10px 10px;
  margin-top: 10px;
  font-size: 14px;
  letter-spacing: 0;
}

.gaiyo-lead-box .box.-type03 dd{
  row-gap: 10px;
}

.gaiyo-lead-box .box .link-item a {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-right: 10px;
}

.gaiyo-lead-box .box.-type03 .link-item a{
    background: var(--color01);
    color: #fff;
    width: 100%;
    border-radius: 3px;
    padding: 5px;
}

.gaiyo-lead-box .box .link-item a::before {
  content: "";
  border-top: 1px solid;
  border-right: 1px solid;
  width: 6px;
  aspect-ratio: 1;
  display: block;
  position: absolute;
  top: 50%;
  right: -5px;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
}

.gaiyo-lead-box .box.-type02 .link-item a::before {
  right: 5px;
}

.gaiyo-lead-box .box.-type03 .link-item a::before {
  right: 10px;
}

@media(max-width:1024px) {
  .gaiyo-lead-box .box {
    width: 100%;
  }
}

/* 12seihin */
.seihin-table-list table#producttable {
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  min-width: 710px;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  margin-top: 12px;
  margin-right: 0;
  margin-bottom: 20px;
  margin-left: 0;
  font-size: 14px;
}

.seihin-table-list #producttable th {
  text-align: left;
  vertical-align: top;
  padding-top: 5px;
  padding-left: 5px
}

.seihin-table-list #producttable th a {
  color: #af0d18;
  text-decoration: none
}

.seihin-table-list #producttable th a:hover {
  text-decoration: underline
}

.seihin-table-list #producttable td {
  padding-top: 5px;
  padding-bottom: 5px
}

.seihin-table-list #producttable td.tbyoto {
  text-align: center;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  background: #e3bfbf;
  color: #fff;
}

.seihin-table-list #producttable th.tb {
  width: 134px;
  padding-top: 3px;
  padding-left: 5px;
  border-left: 1px solid #999;
  border-top: 1px solid #999;
  background: #f1e9e9
}

.seihin-table-list #producttable th.tb00 {
  border-top: 1px solid #999;
  background: #f1e9e9;
}

.seihin-table-list #producttable th.tb01a {
  width: 190px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 5px;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  background: #ebd0d0
}

.seihin-table-list #producttable th.tb01b {
  width: 190px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 5px;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  background: #d8b1b1
}

.seihin-table-list #producttable th.tb02 {
  width: 40px;
  border-left: 1px solid #999;
  background: #d8b1b1
}

.seihin-table-list #producttable th.tb03 {
  width: 150px;
  padding-left: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  background: #c69494
}

.seihin-table-list #producttable td.tb04 {
  text-align: center;
  padding-top: 3px;
  padding-bottom: 3px;
  width: 60px;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  background: #fff2f2
}

.seihin-table-list #producttable td.tb05 {
  text-align: center;
  padding-top: 3px;
  padding-bottom: 3px;
  width: 60px;
  border-top: 1px solid #999;
  border-left: 1px solid #999
}

.seihin-table-list #producttable td.tb06 {
  padding-left: 5px;
  width: 240px;
  border-top: 1px solid #999;
  border-left: 1px solid #999
}

.seihin-table-list #producttable td.tb07 {
  width: 300px;
  padding-left: 5px;
  border-top: 1px solid #999;
  border-left: 1px solid #999
}

.seihin-img-area .img-wrapper {
    min-width: 700px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.english .seihin-img-area .img-wrapper,.chinese .seihin-img-area .img-wrapper{
  min-width: unset;
}

.japanese .seihin-img-area .img-wrapper .img.-ja{
  display: block
}

.english .seihin-img-area .img-wrapper .img.-en,.chinese .seihin-img-area .img-wrapper .img.-en{
  display: block
}

.japanese .seihin-img-area .img-wrapper .img.-en{
  display: none
}

.english .seihin-img-area .img-wrapper .img.-ja,.chinese .seihin-img-area .img-wrapper .img.-ja{
  display: none
}

[data-element-id] .seihin-img-area .img-wrapper .img{
  display: block !important
}

/* 13glucosamine */
.-page-materials.-glucosamine .table-list table {
  min-width: 1000px;
}

.-page-materials.-chitosan .table-list table {
  min-width: 800px;
}

.-page-materials .item .sub-box {
  /* font-size: 12px;
  letter-spacing: 0;
  font-weight: 500; */
}

.-page-materials .item .sub-box .item-logo {
  max-width: 160px;
}

.-page-materials .mokuji .mokuji-list {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.-page-materials .mokuji .title {
  font-size: 120%;
  font-weight: 500;
  color: var(--color01);
}

.-page-materials .mokuji .mokuji-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-bottom: 5px;
  border-bottom: 1px dashed var(--color02);
  margin-bottom: 5px;
  font-size: 14px;
  letter-spacing: 0;
}

.-page-materials .mokuji .mokuji-list li span {
  margin-right: 5px;
  font-weight: 600;
  color: var(--color01);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.-page-materials .processing-type-list .item table,
.-page-materials .processing-type-list .item td,
.-page-materials .processing-type-list .item th {
  font-size: 12px;
}

@media(max-width:599px) {
  .-page-materials .mokuji .mokuji-list {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

  .-page-materials .img-box.-long-img .img {
    min-width: 600px;
  }

  /* .-oligo .processing-type-list .item table,
  .-oligo .processing-type-list .item td,
  .-oligo .processing-type-list .item th,
  .-nag .processing-type-list .item table,
  .-nag .processing-type-list .item td,
  .-nag .processing-type-list .item th {
    font-size: 12px;
  } */
}

/* 18vegan */
.processing-type-area.-vegan .processing-type-list .item table,
.processing-type-area.-vegan .processing-type-list .item td,
.processing-type-area.-vegan .processing-type-list .item th {
  font-size: 14px;
  white-space: nowrap;
  padding: 10px 3px;
}

.philosophy-content1-area.-page-vegan .philosophy-content1-list:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.vegan-feature-area .vegan-feature-list .item+.item {
  margin-top: 50px;
}

[data-element-id] .philosophy-content1-list .show\@sp{
  max-width:100%;
}

[data-element-id] .philosophy-content1-list .show\@sp .ttl-cmn03{
  max-width:375px;
  margin-left:auto;
  margin-right:auto;
}

.m-vegan-link-box .m-vegan-link-list{
  background-color: #fff;
  padding: 50px;
}

.m-vegan-link-box .m-vegan-link-list .img-box {
    background-color: #fff;
 /*    padding: 20px; */
    display: flex;
    align-items: center;
    justify-content: center;
}

@media(max-width:1024px){
  .m-vegan-link-box .m-vegan-link-list{
    padding: 30px;
  }
}

@media(max-width:599px){
  .m-vegan-link-box .m-vegan-link-list{
    padding: 30px 20px;
  }
  
  .m-vegan-link-box .m-vegan-link-list .item + .item{
    margin-top: 30px;
    padding-top: 30px;
    border-top: 2px solid var(--color03);
  }
}

/* 21oem */
.oem-flow-area .oem-flow-list .item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.oem-flow-area .oem-flow-list .item-wrapper .term-box {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  text-orientation: upright;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(70%, var(--color02)), to(transparent));
  background: linear-gradient(0deg, var(--color02) 70%, transparent);
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  padding: 10px 8px;
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 20px;
  position: relative;
  min-width: 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.oem-flow-area .oem-flow-list .item-wrapper .term-box.-end {
  margin-top: 20px;
  background: var(--color01);
}

.oem-flow-area .oem-flow-list .item-wrapper .term-box:not(.-end)::before {
  content: "";
  width: calc(100% + 15px);
  height: 50px;
  -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
  clip-path: polygon(0 0, 100% 100%, 100% 0);
  position: absolute;
  bottom: -39px;
  right: -0.5px;
  background-color: var(--color02);
  z-index: 2;
}

.oem-flow-area .oem-flow-list .item-wrapper .term-box .term{
  letter-spacing: 3px;
}

.oem-flow-area .oem-flow-list .item {
  margin-top: 20px;
}

.oem-flow-area .oem-flow-list .item-wrapper:first-of-type .item:first-of-type {
  margin-top: 0;
}

.oem-flow-area .oem-flow-list .item-wrapper .item-box {
  width: 100%;
}

.oem-flow-area .oem-flow-list .item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff;
  padding: 20px;
  position: relative;
}

.oem-flow-area .oem-flow-list .item:not(:last-of-type) .item-inner::before {
  content: "";
  width: 40px;
  height: 20px;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background-color: var(--color01);
  position: absolute;
  bottom: -20px;
  left: 50%;
}

.oem-flow-area .oem-flow-list .item .num {
  font-size: 50px;
  font-family: system-ui;
  font-weight: bold;
  color: var(--color01);
  display: inline-block;
  line-height: 1;
}

.oem-flow-area .oem-flow-list .item .item-title {
  font-size: 24px;
  font-weight: 600;
  color: var(--color02);
  display: inline-block;
}

.oem-flow-area .oem-flow-list .item .text {
  margin-top: 20px;
}

[data-element-id] .oem-flow-area .oem-flow-list .item-inner{
  flex-wrap: wrap;
}

[data-element-id] .oem-flow-area .oem-flow-list .item-inner .show\@sp {
    width: 100%;
    max-width: 100%;
    background-color: #ccc;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

[data-element-id] .oem-flow-area .oem-flow-list .item-inner .show\@sp:after{
  width:100%;
}

[data-element-id] .oem-flow-area .oem-flow-list .item-inner .show\@sp>* {
    background-color: #fff;
}

[data-element-id] .oem-flow-area .oem-flow-list .item .show\@sp .num {
    font-size: 40px;
}

[data-element-id] .oem-flow-area .oem-flow-list .item .show\@sp .item-title {
    font-size: 20px;
    max-width: 300px;
}

@media(max-width:1024px) {
  .oem-flow-area .oem-flow-list .item .num {
    font-size: 40px;
  }

  .oem-flow-area .oem-flow-list .item .item-title {
    font-size: 20px;
  }

  .oem-flow-area .oem-flow-list .item .text {
    margin-top: 10px;
  }
}

@media(max-width:599px) {
  .oem-flow-area .oem-flow-list .item-wrapper .term-box {
    font-size: 12px;
    padding: 10px 5px;
    margin-left: 10px;
    min-width: 35px;
    line-height: 1;
  }

  .oem-flow-area .oem-flow-list .item-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 10px;
  }
}

/* 21pb */
.access-area.-page-pb .main-icon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
}

.access-area.-page-pb .main-icon-list .icon-wrapper {
  width: calc((100% - 65px) / 14);
}

.access-area.-page-pb .main-icon-list .icon-wrapper .title {
  font-size: 10px;
  letter-spacing: -1px;
  font-weight: 600;
  text-align: center;
  line-height: 1;
}

.access-area.-page-pb .main-icon-list .icon-wrapper .icon {
  max-width: 40px;
  margin: 0 auto 5px;
}

.access-area.-page-pb .item+.item {
  margin-top: 20px;
}

.access-area.-page-pb .item dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 1px solid var(--color02);
}

.access-area.-page-pb .item dl:first-of-type {
  border-top: 1px solid var(--color02);
}

.access-area.-page-pb .item dl dt,
.access-area.-page-pb .item dl dd {
  border-bottom: 1px solid var(--color02);
  border-right: 1px solid var(--color02);
  padding: 10px;
}

.access-area.-page-pb .item dl dt {
  width: 30%;
  text-align: center;
}

.access-area.-page-pb .item dl dd {
  width: 70%;
}

.access-area.-page-pb .img-box .icon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px;
  margin-top: 5px;
}

.access-area.-page-pb .img-box .icon-list .icon {
  width: calc((100% - 30px)/7);
 display: none;
}

.access-area.-page-pb .img-box .icon-list.キトサン .icon.キトサン,
.access-area.-page-pb .img-box .icon-list.グルコサミン .icon.グルコサミン,
.access-area.-page-pb .img-box .icon-list.N—アセチルグルコサミン .icon.アセチル,
.access-area.-page-pb .img-box .icon-list.クリルオイル .icon.クリルオイル,
.access-area.-page-pb .img-box .icon-list.イチョウ葉エキス .icon.イチョウ葉,
.access-area.-page-pb .img-box .icon-list.カルシウム .icon.カルシウム,
.access-area.-page-pb .img-box .icon-list.コエンザイムQ10 .icon.コエンザイム,
.access-area.-page-pb .img-box .icon-list.ハードカプセル .icon.ハードカプセル,
.access-area.-page-pb .img-box .icon-list.タブレット .icon.タブレット,
.access-area.-page-pb .img-box .icon-list.丸剤 .icon.丸剤,
.access-area.-page-pb .img-box .icon-list.ドリンク .icon.ドリンク,
.access-area.-page-pb .img-box .icon-list.顆粒 .icon.顆粒,
.access-area.-page-pb .img-box .icon-list.ソフトカプセル .icon.ソフトカプセル,
.access-area.-page-pb .img-box .icon-list.キャンディー .icon.キャンディー,
.access-area.-page-pb .img-box .icon-list.JHFA .icon.JHFA {
  display: block;
}

@media(max-width:1024px) {
  .access-area.-page-pb .main-icon-list {
    -webkit-column-gap: 3px;
    -moz-column-gap: 3px;
    column-gap: 3px;
  }

  .access-area.-page-pb .main-icon-list .icon-wrapper {
    width: calc((100% - 42px) / 14);
  }

  .access-area.-page-pb .main-icon-list .icon-wrapper .title {
    font-size: 8px;
    letter-spacing: -1px;
  }

  .access-area.-page-pb .item dl {
    font-size: 14px;
  }
}

@media(max-width:599px) {
  .access-area.-page-pb .item {
    padding: 20px 10px 30px;
  }

  .access-area.-page-pb .main-icon-list {
    -webkit-column-gap: 1px;
    -moz-column-gap: 1px;
    column-gap: 1px;
  }

  .access-area.-page-pb .main-icon-list .icon-wrapper {
    width: calc((100% - 6px) / 7);
  }

  .access-area.-page-pb .item dl dt {
    width: 35%;
    padding: 10px 5px;
  }

  .access-area.-page-pb .item dl dd {
    width: 65%;
  }

  .access-area.-page-pb .img-box .icon-list {
    margin-top: 10px;
  }

  .access-area.-page-pb .img-box .icon-list .icon {
    width: calc((100% - 40px) / 9);
  }
}

/* 23processing */
.processing-type-list .item+.item {
  margin-top: 50px;
}

.processing-type-list .item .item-title {
  border-bottom: 2px solid var(--color01);
  color: var(--color01);
  font-weight: 600;
  font-size: 22px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.processing-type-list .item .text {
  margin-top: 10px;
}

.processing-type-list .item dl {
  background-color: #fff;
  margin-top: 10px;
  font-size: 14px;
}

.processing-type-list .item dl dt {
  padding: 10px;
  background-color: var(--color02);
  color: #fff;
  text-align: center;
  font-weight: 500;
  line-height: 1;
}

.processing-type-list .item dl dd {
  padding: 10px;
}

.processing-type-list .item table,
.processing-type-list .item td,
.processing-type-list .item th {
  border: 1px solid #595959;
  border-collapse: collapse;
  width: 100%;
  font-size: 11px;
  letter-spacing: 0;
  background-color: #fff;
}

.processing-type-list .item td,
.processing-type-list .item th {
  padding: 3px;
  width: 30px;
  height: 25px;
  text-align: center;
}

.processing-type-list .item th {
  background: var(--color02);
  font-weight: 600;
  color: #fff;
}

.processing-type-list .item .even {
  background: #fbf8f0;
}

.processing-type-list .item .odd {
  background: #fefcf9;
}

.processing-type-area.-page-materials .processing-type-list .img-box.-long-img{
    width: fit-content;
    max-width: 100%;
}

.processing-type-area.-page-materials .processing-type-list .img-box.-long-img .img{
    min-width: 550px;
    width: fit-content;
}

.processing-type-area.-page-materials .processing-type-list .img-box.-long-img.-type02{
    width: 680px;
    max-width: 100%;
}

.processing-type-area.-page-materials .processing-type-list .img-box.-long-img.-type02 .img{
    min-width: 680px;
}

.processing-type-area.-page-materials .processing-type-list .img-box.-long-img.-chitosan .img{
    width: 785px;
    max-width: 100%;
}

.processing-type-area.-page-materials .processing-type-list .img-box.-long-img.-oligo .img{
    width: 650px;
    max-width: 100%;
}

.processing-type-area.-page-materials .processing-type-list .img-box.-long-img.-oligo-n .img{
    width: 570px;
    max-width: 100%;
}

.processing-type-area.-page-materials .processing-type-list .img-box.-long-img.-glucosamine .img{
    width: 785px;
    max-width: 100%;
}

.processing-type-area.-page-materials .processing-type-list .img-box.-long-img.-nag .img{
    width: 845px;
    max-width: 100%;
}

.processing-type-area.-page-materials .processing-type-list .img-box.-long-img.-nag .img.-en{
    width: 980px;
}

.processing-type-list .item .table.-sc-500{
  overflow: visible !important;
}

.japanese .processing-type-area .processing-type-list .img-box .img.-ja{
  display: block;
}

.japanese .processing-type-area .processing-type-list .img-box .img.-en{
  display: none;
}

.english .processing-type-area .processing-type-list .img-box .img.-ja,.chinese .processing-type-area .processing-type-list .img-box .img.-ja{
  display: none;
}

.english .processing-type-area .processing-type-list .img-box .img.-en,.chinese .processing-type-area .processing-type-list .img-box .img.-en{
  display: block;
}

/* [data-element-id] .processing-type-area .processing-type-list .img-box .img.-ja,.chinese .processing-type-area .processing-type-list .img-box .img.-ja{
  display: block !important;
}

[data-element-id] .english .processing-type-area .processing-type-list .img-box .img.-ja,[data-element-id] .chinese .processing-type-area .processing-type-list .img-box .img.-ja,[data-element-id] .japanese .processing-type-area .processing-type-list .img-box .img.-en{
  display: block !important;
} */

[data-element-id] .processing-type-list .item .item-title{
  font-size: 20px;
}

[data-element-id] .processing-type-area.-page-materials .processing-type-list .img-box .img.-ja,[data-element-id] .processing-type-area.-page-materials .processing-type-list .img-box .img.-en{
  border: 5px solid;
}

[data-element-id] .processing-type-area.-page-materials .processing-type-list .img-box .img::before {
    color: #fff;
    width: 100%;
    display: block;
    text-align: center;
    padding-bottom: 5px;
    font-size: 12px;
}

[data-element-id] .processing-type-area.-page-materials .processing-type-list .img-box .img.-ja{
  border-color:orange;
  margin-bottom: 10px;
  display: block;
}

[data-element-id] .processing-type-area.-page-materials .processing-type-list .img-box .img.-ja::before{
  content: "日本語";
  background: orange;
}

[data-element-id] .processing-type-area.-page-materials .processing-type-list .img-box .img.-en{
  border-color:purple;
  display: block;
}

[data-element-id] .processing-type-area.-page-materials .processing-type-list .img-box .img.-en::before{
  content: "英語";
  background: purple;
}

@media(max-width:1024px) {
  .processing-type-list .item .table.-sc-500{
    overflow: auto !important;
  }

  .processing-type-list .item .table.-sc-500 .scroll-hint-icon {
    scale: .8;
    transform: translateY(-20%);
  }
  
  .processing-type-list .item .table.-sc-500 table{
    min-width: 600px;
  }
  
  .processing-type-area.-page-materials .processing-type-list .img-box.-long-img.-chitosan .img{
    width: 785px;
    max-width: 100%;
}

.processing-type-area.-page-materials .processing-type-list .img-box.-long-img.-oligo .img,.processing-type-area.-page-materials .processing-type-list .img-box.-long-img.-oligo-n .img,.processing-type-area.-page-materials .processing-type-list .img-box.-long-img.-glucosamine .img,.processing-type-area.-page-materials .processing-type-list .img-box.-long-img.-nag .img{
    max-width: 100%;
}
}

@media(max-width:599px) {
  .processing-type-list .item .item-title {
    font-size: 20px;
  }
}

/* 25-31manufacture */
.department-area .section-title {
  border-bottom: 2px solid var(--color01);
  font-size: 32px;
  font-weight: 600;
  color: var(--color01);
  padding-bottom: 10px;
  margin-bottom: 30px;
  letter-spacing: 3px;
}

.department-area .content01-list .item+.item {
  margin-top: 50px;
}

.department-area .content01-list .item:nth-of-type(even) .item-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.department-area .text a {
  text-decoration: none;
  color: var(--color01);
}

.img-area .list-box {
  background-color: #fff;
  padding: 30px;
  width: calc(100% - 20px);
  margin: 30px auto 0;
}

.img-area .list-box.-type02 {
  width: 100%;
}

.img-area .list-box .list-title {
  background-color: var(--color01);
  color: #fff;
  font-weight: 500;
  padding: 10px;
  text-align: center;
  width: calc(100% + 80px);
  margin: -20px -40px 0;
  position: relative;
}

.img-area .list-box .list-title::before,
.img-area .list-box .list-title::after {
  content: "";
  width: 10px;
  height: 5px;
  background: var(--color01);
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
  display: block;
  position: absolute;
  bottom: -4.5px;
}

.img-area .list-box .list-title::before {
  left: 0px;
  -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
  clip-path: polygon(0 0, 100% 100%, 100% 0);
}

.img-area .list-box .list-title::after {
  right: 0px;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
  clip-path: polygon(0 0, 0 100%, 100% 0);
}

.img-area .list-box .box .indent-cmn-02 {
  border-bottom: 1px dashed var(--color03);
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.img-area .list-box .box .indent-cmn-02:last-child {
  margin-bottom: 0;
}

[data-element-id] .department-area .show\@sp .section-title{
  font-size: 24px;
  margin-bottom: 20px;
  letter-spacing: 2px;
}

@media(max-width:1024px) {
  .img-area .list-box {
    padding: 30px 20px 20px;
    font-size: 15px;
  }

  .img-area .list-box.-type02 {
    padding: 30px 20px;
  }

  .img-area .list-box .list-title {
    width: calc(100% + 60px);
    margin: -20px -30px 0;
  }
}

@media(max-width:599px) {
  .department-area .content01-list .item+.item {
    margin-top: 30px;
  }

  .department-area .section-title {
    font-size: 24px;
    margin-bottom: 20px;
    letter-spacing: 2px;
  }
}

/* 32faq */
.faq-lead-area .faq-lead-list .indent-box {
  background-color: var(--color03);
  padding: 30px 20px;
  margin-top: 20px;
}

.faq-lead-area .faq-lead-list .indent-box .text+.text {
  margin-top: 10px;
}

@media(max-width:599px) {
  .faq-lead-area .faq-lead-list .indent-box {
    padding: 20px 10px;
  }
}

/* 33news */
.list-article .item {
  border-bottom: 1px solid #bbbbbb;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.list-article .item:last-child {
  margin-bottom: 0;
}

/* 99news_detail */
.articledtl01 .head {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.articledtl01 .head::before {
  content: "";
  /* background: linear-gradient(45deg, var(--color01) 10%, var(--color02) 40%); */
  background: -webkit-gradient(linear, left top, right top, color-stop(16%, #d8000f), color-stop(53%, #e45761), color-stop(87%, #cdcdcd));
  background: linear-gradient(90deg, #d8000f 16%, #e45761 53%, #cdcdcd 87%);
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  bottom: 0;
}

.articledtl01 .txt h2 {
  margin: 1em 0;
  padding: 0 0 .8em;
  border-bottom: 1px solid #c8c8c8;
  font-weight: 600;
  font-size: 22px;
  line-height: 1;
  color: var(--color01);
}

.articledtl01 .txt h3 {
  margin: 1em 0;
  padding: 0.5em 0.5em 0.6em;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  border-left: solid 5px var(--color01);
}

.articledtl01 .txt h4 {
  margin: 1em 0;
  padding-bottom: 0.5em;
  font-weight: 600;
  font-size: 18px;
  border-bottom: 1px solid #c8c8c8;
  color: var(--color00b);
}

.articledtl01 .txt ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  -ms-flex-align: baseline;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
  color: var(--color00b);
}

.articledtl01 .txt ul li::before {
  content: "■";
}

.articledtl01 .txt ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  -ms-flex-align: baseline;
  list-style-type: none;
  counter-increment: cnt;
}

.articledtl01 .txt ol li::before {
  content: ""counter(cnt)".";
  margin-right: 10px;
  font-weight: 600;
  font-size: 120%;
  color: var(--color01);
}

.articledtl01 iframe[src*="youtube"] {
  margin-top: 1em;
  margin-bottom: 1em;
  aspect-ratio: 16 / 9;
  height: auto;
}

.articledtl01 .txt a{
  color: var(--color01);
}

.articledtl01 .text02 {
  background-color: var(--color03);
  padding: 20px;
  border-radius: 5px;
}

@media(max-width:599px) {
  .articledtl01 .txt {
    font-size: 15px;
  }

  .articledtl01 .txt h2 {
    font-size: 20px;
  }

  .articledtl01 .txt h3 {
    font-size: 18px;
  }

  .articledtl01 .txt h4 {
    font-size: 16px;
  }
}

/* 34article */
.keywords-search-area .keywords-search-list {
  margin-bottom: 50px;
  padding: 50px;
  border-radius: 10px;
  background: #f5f5f5;
  position: relative;
}

.keywords-search-area .keywords-search-list .search-word {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  margin-bottom: 30px;
}

.keywords-search-area .keywords-search-list .search-word input[type=text] {
  width: 100%;
  height: 35px;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 15px;
  outline: none;
  border: 2px solid #ddd;
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.keywords-search-area .keywords-search-list .search_btn button {
  display: block;
  margin: 25px auto 0 !important;
  padding: 15px 50px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 1px;
  outline: none;
  border: 2px solid var(--color01);
  border-radius: 5px;
  background-color: var(--color01);
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.keywords-search-area .keywords-search-list .search_btn button:hover {
  background-color: #fff;
  color: var(--color01);
  opacity: 1;
}

.keywords-search-area .keywords-search-list .reseteria {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 5px;
  position: absolute;
  bottom: 10px;
  right: 20px;
}

.keywords-search-area .keywords-search-list .reseteria .reset_btn {
  display: inline-block;
  /* padding: 5px 35px; */
  font-size: 15px;
  color: #7c7c7c;
  position: relative;
}

.keywords-search-area .keywords-search-list .reseteria .reset_btn a::before {
  content: "\f2ed";
  margin-right: 5px;
  font-family: var(--ff99);
  font-weight: bold;
}

@media(max-width:1024px) {
  .keywords-search-area .keywords-search-list {
    padding: 30px 30px 50px;
  }
}

@media(max-width:599px) {
  .keywords-search-area .keywords-search-list .search-word {
    margin-bottom: 20px;
  }

  .keywords-search-area .keywords-search-list {
    margin-bottom: 30px;
    padding: 20px 20px 50px;
  }

  .keywords-search-area .keywords-search-list .reseteria {
    right: 10px;
  }
}

.article01 .list-article .item .box-wrapper {
  border-left: 6px solid var(--color02);
  padding-left: 20px;
}

.article01 .list-article .item .text02 {
  background-color: var(--color03);
  padding: 20px;
  border-radius: 5px;
}

.article01 .list-article .item .journal a {
  border-radius: 5px;
}

@media(max-width:599px) {
  .article01 .list-article .item .box-wrapper {
    border-left: 5px solid var(--color02);
    padding-left: 15px;
  }

  .info-box {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
  }

  .info-box>dl {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .article01 .list-article .item .text02 {
    padding: 15px 15px;
  }
  
  .article01 .list-article .item .journal a{
    min-width: 150px;
  }
}

/* 35shiryoseikyu */
.form .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 20px 0;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.form .box:first-of-type {
  margin-top: 0;
}

.form .box.-textarea {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.form .datattl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 220px;
  font-weight: 500;
}

.form .require {
  display: inline-block;
  margin-left: 10px;
  padding: 0 4px 2px 5px;
  background: var(--color01);
  color: #fff;
  font-size: 12px;
  line-height: 1.6em;
  font-weight: 500;
}

.form .req {
  display: inline-block;
  margin-left: 10px;
  color: var(--color01);
  line-height: 1.6em;
  font-weight: bold;
  font-family: var(--ff99);
}

.form .require.-un {
  background-color: var(--color00b);
}

.form .data {
  padding-left: 50px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form .data input,
.form .data textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px;
  width: 100%;
  border: 1px solid #999;
}

input[type="text"]:focus,
textarea:focus {
  outline: none;
  border: 1px solid var(--color01);
}

.form .data input[type='radio'],.form .data input[type='checkbox'] {
  display: none;
}

.form .data input[type='radio']+label,.form .data input[type='checkbox']+label {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 20px;
  padding-left: 20px;
/*   line-height: 200%; */
}

.form .data input[type='radio']+label::before,.form .data input[type='checkbox']+label::before {
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid var(--color02);
  background: #fff;
  content: '';
}

.form .data input[type='radio']:checked+label::after,.form .data input[type='checkbox']:checked+label::after {
    position: absolute;
    top: 0px;
    left: 1px;
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    content: '✔';
}

.form .data input[type='radio']:checked+label,.form .data input[type='checkbox']:checked+label {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.form .data input[type='number'] {
  margin-right: 10px;
  width: 70px;
}

.form .data select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  border: 1px solid #999;
  color: inherit;
}

.form .data textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  width: 100%;
  height: 170px;
  border: 1px solid #999;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}

.form .data01 div {
  display: inline-block;
}

.form .btn {
  margin-top: 30px;
}

.form .actual_object_error_wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: baseline;
}

@media (max-width: 1024px) {
  .form .item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .form .datattl {
    display: block;
  }

  .form .data {
    padding-left: 0;
  }

  .form .box {
    margin: 10px 0;
  }
}

@media(max-width:599px) {
  .form .box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form .btn-cmn01 button {
    min-width: 150px;
  }
}

.form-tab-area .tabBtn2 ul {
  gap: 20px;
  border-bottom: 2px solid var(--color01);
}

.form-tab-area .tab_class .btn-txt {
  border: 2px solid var(--color02);
  background: var(--color02);
  font-weight: 400;
  cursor: pointer;
}

.form-tab-area .tab_class.active .btn-txt {
  background: var(--color01);
  color: #fff;
  border: 2px solid var(--color01);
  cursor: auto;
}

.form-tab-area .tabBody .form {
  background-color: #fff;
  padding: 50px;
}

body.english .form-tab-area .tab_class .btn-txt {
  border: 2px solid var(--color02);
  background: var(--color02);
  color: var(--color00);
  cursor: auto;
}

body.english .form-tab-area .tab_class.-english .btn-txt {
  background: var(--color01);
  color: #fff;
  border: 2px solid var(--color01);
  cursor: auto;
}

body.english .form-tab-area .tabItem2,
body.english .form-tab-area .tabItem2.active:not(.-english) {
  display: none;
}

body.english .form-tab-area .tabItem2.-english {
  display: block;
}

.contact-box {
  border: double 4px var(--color02);
  background-color: #fff;
  margin-top: 30px;
  padding: 20px;
}

.contact-box .text {
  font-weight: 600;
  color: var(--color01);
  margin-bottom: 10px;
}

@media(max-width:1024px) {
  .form-tab-area .tabBody .form {
    padding: 30px;
  }

  .contact-box {
    padding: 20px 10px;
    font-size: 14px;
  }
}

@media(max-width:599px) {
  .form-tab-area .tabBtn2 ul {
    gap: 5px;
  }

  .form-tab-area .tabBody .form {
    padding: 30px 10px;
  }

  .form-tab-area .tab_class .btn-txt {
    padding: 10px 5px;
    font-size: 14px;
    letter-spacing: 0;
    text-align: center;
  }
}

/* 36privacy */
.privacy-area .section-title {
  border-bottom: 2px solid var(--color01);
  font-size: 32px;
  font-weight: 600;
  color: var(--color01);
  padding-bottom: 10px;
  margin-bottom: 30px;
  letter-spacing: 3px;
}

.privacy-area .privacy-list .privacy-item+.privacy-item {
  margin-top: 50px;
}

.privacy-area .privacy-list .privacy-item .item-title {
  font-size: 22px;
  border-left: 5px solid var(--color01);
  font-weight: 500;
  padding: 0px 10px 3px;
  margin-bottom: 10px;
}

[data-element-id] .privacy-area .show\@sp .section-title{
  font-size: 24px;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

[data-element-id] .privacy-area .privacy-list .privacy-item .show\@sp .item-title {
    font-size: 18px;
    border-left: 5px solid var(--color01);
    padding: 0px 0px 1px 8px;
    letter-spacing: 0;
}

@media(max-width:599px) {
  .privacy-area .section-title {
    font-size: 24px;
    margin-bottom: 20px;
    letter-spacing: 2px;
  }

  .privacy-area .privacy-list .privacy-item .item-title {
    font-size: 18px;
    border-left: 5px solid var(--color01);
    padding: 0px 0px 1px 8px;
    letter-spacing: 0;
  }
}

/* 37sitemap */
.sitemap-area .sitemap-list .sitemap-item+.sitemap-item {
  margin-top: 10px;
}

.sitemap-area .sitemap-list .sitemap-item {
  border: 1px solid #cdcdcd;
  padding: 10px 20px;
}

.sitemap-area .sitemap-list .sitemap-item .datattl a {
  font-size: 18px;
  display: block;
  position: relative;
  padding-left: 1em;
  font-weight: 500;
  color: var(--color00b);
}

.sitemap-area .sitemap-list .sitemap-item .datattl a::before {
  content: "";
  width: 10px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--color01);
  position: absolute;
  top: 7px;
  left: 0;
}

.sitemap-area .sitemap-list .sitemap-item .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 5px;
  border-top: 1px dashed #cdcdcd;
  margin-top: 10px;
  padding-top: 10px;
}

.sitemap-area .sitemap-list .sitemap-item .data a {
  display: block;
  position: relative;
  padding-left: 1em;
}

.sitemap-area .sitemap-list .sitemap-item .data a::before {
  content: "";
  width: 6px;
  aspect-ratio: 1;
  border-top: 1px solid;
  border-right: 1px solid;
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sitemap-area .sitemap-list .sitemap-item .data .data-inner {
  padding-left: 1em;
}

.sitemap-area .sitemap-list .sitemap-item .data .data-inner+.data-inner {
  margin-top: 10px;
}

.sitemap-area .sitemap-list .sitemap-item .data .sub-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 5px;
  margin-top: 8px;
  border-top: 1px dashed #cdcdcd;
  padding-top: 8px;
}

.sitemap-area .sitemap-list .sitemap-item .data .sub-datattl a {
  font-weight: 600;
  color: var(--color01);
}

.sitemap-area .sitemap-list .sitemap-item .data .sub-datattl a::before {
  width: 8px;
  border-top: 2px solid;
  border-right: 2px solid;
}

.sitemap02-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 5px;
}

.sitemap-area .sitemap02-list .item a {
  display: block;
  position: relative;
  padding-left: 1em;
}

.sitemap-area .sitemap02-list .item a::before {
  content: "";
  width: 6px;
  aspect-ratio: 1;
  border-top: 1px solid;
  border-right: 1px solid;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

@media(max-width:1024px) {
  .sitemap-area .sitemap-list .sitemap-item .datattl a {
    font-size: 16px;
  }

  .sitemap-area .sitemap-list .sitemap-item .datattl a::before {
    width: 8px;
    top: 7px;
  }

  .sitemap-area .sitemap-list .sitemap-item .data a {
    font-size: 14px;
  }

  .sitemap-area .sitemap-list .sitemap-item .data a::before {
    top: 7px;
  }

  .sitemap-area .sitemap-list .sitemap-item .data .sub-datattl a::before {
    top: 6px;
  }
}

@media(max-width:599px) {

  .sitemap-area .sitemap-list .sitemap-item .data,
  .sitemap-area .sitemap-list .sitemap-item .data .sub-data {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sitemap-area .sitemap-list .sitemap-item .data {
    margin-top: 7px;
    padding-top: 6px;
  }

  .sitemap02-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#goog-gt-vt{
  display: none !important;
}

.VIpgJd-yAWNEb-VIpgJd-fmcmS-sn54Q{
  background: none!important;
  box-shadow: none!important;
}

.VIpgJd-yAWNEb-L7lbkb{
  display: none !important;
}
