@charset "UTF-8";
/* ------------------------------- */
/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
.textbox {
  width: 100%;
  height: 100vh;
  height: 100svh;
  position: absolute;
}
.textbox::before {
  position: fixed;
  height: 300px;
  width: 300px;
  background-color: rgba(255, 99, 71, 0.5);
  bottom: 0;
  left: 0;
  z-index: 99999;
  content: "TEST";
  font-size: 100px;
  text-align: center;
  display: grid;
  justify-items: center;
  align-items: center;
  color: white;
}
@media (max-width: 1000px) {
  .textbox::before {
    height: 160px;
    width: 200px;
    font-size: 50px;
  }
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ul, ol {
  list-style: none;
}
body {
  line-height: 1;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* ------------------------------- */
/* font */
html {
  font-family: 'Noto Sans JP', sans-serif;
  font-display: swap;
  font-weight: 300;
  color: #333333;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}
h1, h2, h3, h4, h5 {
  height: auto;
  line-height: 1.54;
}
.section-title {
  /* margin-bottom: 25px; */
  font-size: 60px;
  text-align: center;
  font-family: 'Noto Serif JP', "serif";
}
h1 {
  position: relative;
  font-size: 2rem;
  font-weight: 300;
  width: fit-content;
  padding: 0 50px 10px;
  margin: 0 auto 50px auto;
  text-align: center;
}
h1::before, h1::after {
  position: absolute;
  content: '';
  width: 18px;
  height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* h1::before {
    top: 0;
    left: 0;
    border-top: 2px solid #666666;
    border-left: 2px solid #666666; }
  h1::after {
    bottom: 0;
    right: 0;
    border-bottom: 2px solid #666666;
    border-right: 2px solid #666666; } */
section h1 {
  position: relative;
  font-size: 2rem;
  font-weight: 100;
  width: fit-content;
  padding: 10px 50px;
  margin: 0 auto 20px auto !important;
  text-align: center;
}
main.top-page section h1 {
  margin: 0 auto;
}
section h1 section.news-wrapper {
  margin: 0 auto 30px;
}
.sub-title {
  text-align: center;
}
.sub-title h1 {
  display: block;
  margin: 0 auto 0 auto;
}
.sub-title h1 + p {
  display: block;
  font-size: 1.25rem;
  margin-top: 25px;
}
.sub-title h2 {
  padding: 0 0 0 0;
}
.sub-title h2 + p {
  display: block;
  font-size: 1rem;
  margin-top: 0px;
  font-weight: 500;
}
h2 {
  font-size: 1.875rem;
  font-weight: 500;
  padding: 0 0 50px 0;
  letter-spacing: 0rem;
}
section h2 {
  font-family: 'Noto Serif JP', "serif";
}
#gate-page h2 {
  padding: 0 0 30px 0;
}
h3 {
  font-size: 1.5rem;
  font-weight: 500;
  padding: 0 0 20px 0;
}
h4 {
  font-size: 1.125rem;
  font-weight: 500;
  padding: 0 0 12.5px 0;
}
h5 {
  font-size: 1rem;
  font-weight: 500;
  padding: 0 0 12.5px 0;
}
.head-border {
  display: flex;
  align-items: center;
  text-align: center;
}
.head-border:before, .head-border:after {
  content: "";
  height: 2px;
  flex-grow: 1;
  background-color: #666666;
}
.head-border:before {
  margin-right: 2.5rem;
}
.head-border:after {
  margin-left: 2.5rem;
}
.add-flex.flex-grow.last {
  width: 49%;
  margin-inline: auto;
  & .logo-box {
    height: 70px;
  }
  & .image-wrap.anime img {
    object-fit: cover;
  }
}
.head-dash {
  font-weight: 500;
}
.head-dash:before, .head-dash:after {
  content: "—";
}
.head-dash:before {
  margin-right: 0.5rem;
}
.head-dash:after {
  margin-left: 0.5rem;
}
.infront {
  padding: 0;
}
small {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.75;
}
p {
  font-size: 1rem;
  line-height: 1.75;
}
small {
  padding: 5px 0;
}
figcaption {
  font-size: 0.75rem;
  line-height: 1.5;
  /* text-indent: -1em; */
  padding-left: 1em;
}
picture img {
  width: 100%;
}
.image-wrap.height255 {
  height: 255px;
}
.image-box figcaption {
  font-size: 0.75rem;
  line-height: 1.5;
  padding: 10px;
}
.image-box figcaption span {
  font-weight: 500;
}
ul.indent li {
  padding-left: 1rem;
}
ul li {
  margin-top: 15px;
  font-size: 1rem;
  line-height: 1.25;
}
ul li h5 {
  padding: 0 0 5px 0;
}
ul li .indent_negative {
  text-indent: -1rem;
}
ul li:first-child {
  margin-top: 0rem;
}
ul .list-title {
  font-size: 1.25rem;
  font-weight: 500;
}
ul .list-style {
  padding-left: 1.25rem;
  background-image: url("../img/common/parts_list-style.svg");
  background-repeat: no-repeat;
  background-position: 0px;
  background-size: 1rem;
}
ol.indent li {
  padding-left: 1rem;
}
ol li {
  list-style-type: decimal;
  margin-top: 15px;
  font-size: 1rem;
  line-height: 1.25;
  margin-left: 2.5rem;
}
ol li:first-child {
  margin-top: 0rem;
}
.list-style li {
  padding-left: 1.5rem;
  background-image: url("../img/common/parts_list-style.svg");
  background-repeat: no-repeat;
  background-position: 0px;
  background-size: 1rem;
}
.container p + ul {
  margin-top: 25px;
}
.container ul + p {
  margin-top: 25px;
}
dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 1rem;
  line-height: 1.5;
  border-bottom: 1px solid #cccccc;
}
dl dt {
  width: 30%;
  display: block;
  margin: 0 0 0 0;
  padding: 20px 0;
  border-top: 1px solid #cccccc;
}
dl dd {
  width: 70%;
  margin: 0 0 0 0;
  padding: 20px 0;
  border-top: 1px solid #cccccc;
}
.definition-list {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  & li {
    line-height: 1.5;
  }
}
sub {
  vertical-align: bottom;
}
b {
  font-weight: 700;
}
.font-serif {
  font-family: 'Noto Serif JP', "serif";
}
.catch-copy {
  font-weight: 100;
  letter-spacing: 0rem;
}
.catch-copy.big {
  font-size: 2.5rem;
}
.read-sentence {
  font-weight: 500;
  font-size: 1.3125rem;
}
.graph-title {
  font-size: 1rem;
  font-weight: 500;
}
.date-and-time {
  text-align: right;
  padding: 1rem 0 0 0;
}
.text-size {
  font-size: 1.5rem;
  line-height: 2.5;
  text-align: center;
  color: #ffffff;
}
.text-align_center {
  text-align: center;
}
.text-align_center_for-pc {
  text-align: center;
}
.text-align_left {
  text-align: left;
}
.text-align_right {
  text-align: right;
}
.fit-content {
  width: fit-content;
  margin: 0 auto;
}
.font-size24 {
  font-size: 1.5rem;
}
@media screen and (max-width: 960px) {
  html {
    font-size: 14px;
  }
  .section-title {
    font-size: 2.625rem;
    font-weight: 100;
    text-align: center;
    font-family: 'Noto Serif JP', "serif";
  }
  h1 {
    padding: 3px 12px;
    margin: 0 auto 38px auto;
    font-size: 1.5rem;
  }
  h1::before, h1::after {
    width: 7px;
    height: 14px;
  }
  /* h1::before {
      border-top: 1px solid #666666;
      border-left: 1px solid #666666; }
    h1::after {
      border-bottom: 1px solid #666666;
      border-right: 1px solid #666666; } */
  section h1 {
    position: relative;
    font-size: 1.3125rem;
    font-weight: 100;
    width: fit-content;
    padding: 3px 12px;
    margin: 0 auto 20px auto;
    text-align: center;
  }
  #top-page section h1 {
    font-size: 1.75rem;
  }
  h2 {
    font-size: 1.3125rem;
    padding: 0 0 38px 0;
  }
  #gate-page h2 {
    font-size: 1.3125rem;
  }
  h3 {
    font-size: 1.125rem;
    padding: 0 0 15.2px 0;
  }
  h4 {
    font-size: 1rem;
  }
  h5 {
    font-size: 0.875rem;
  }
  p {
    line-height: 1.75;
  }
  .head-border:before, .head-border:after {
    height: 1px;
  }
  .head-dash:before {
    margin-right: 0.2rem;
  }
  .head-dash:after {
    margin-left: 0.2rem;
  }
  .read-sentence {
    font-size: 1.125rem;
  }
  .catch-copy {
    font-size: 2.1rem;
  }
  .text-align_center_for-pc {
    text-align: justify;
  }
  .definition-list {
    width: 100%;
  }
}
/* ------------------------------- */
/* button */
.button_cover {
  display: block;
  margin: auto;
  padding: 5px;
}
.button_cover.round .button {
  border-radius: 23px;
}
.button_cover .button {
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 1.125rem;
  outline: none;
}
.button_cover .button a {
  color: #e5e5e5;
}
.button_cover .width-fix_200px {
  width: 200px;
  margin: auto;
}
.button_cover .width-fix_500px {
  width: 500px;
  margin: auto;
}
.button_cover .width-100per {
  width: 100%;
  margin: auto;
}
.button_cover .width-75per {
  width: 75%;
  margin: auto;
}
.button_cover .width-50per {
  width: 50%;
  margin: auto;
}
.add-flex .button_cover {
  width: 100%;
}
.button_cover.single {
  width: 50%;
}
.button_cover.width-20per {
  width: 20%;
}
.navi .button_cover {
  width: 15%;
}
.button::before, .button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button, .button::before, .button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.button_cover .button {
  padding: 13px 0 15px 0;
  border-radius: 3px;
  background: linear-gradient(rgba(51, 51, 51, 0.95), rgba(98, 98, 98, 0.95));
  color: #e5e5e5;
}
.button_cover .button:hover {
  background: linear-gradient(rgba(102, 102, 102, 0.95), rgba(102, 102, 102, 0.95));
  color: #ffffff;
}
.bannar-button {
  position: relative;
  margin: 25px 0;
  text-align: center;
}
.bannar-button .image-wrap.anime {
  height: 150px;
  max-width: 600px;
}
.bannar-button .text-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  ansform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  padding: 10px 20px;
  background-color: rgba(17, 17, 17, 0.2);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  text-shadow: 0px 0px 10px rgba(17, 17, 17, 0.3);
}
.bannar-button .text-wrap p {
  letter-spacing: 0.5rem;
  color: #ffffff;
}
.button_lightgray {
  background-color: rgba(0, 0, 0, 0.1);
  width: fit-content;
  padding: 6px 15px 6px 12px;
  font-size: 0.9rem;
}
.button_lightgray a {
  text-decoration: none;
}
.button_lightgray:hover {
  background-color: rgba(0, 0, 0, 0.3);
  width: fit-content;
  padding: 6px 15px 6px 12px;
  font-size: 0.9rem;
}
.button_lightgray a:hover {
  color: rgba(255, 255, 255, 1);
}
.paging-area {
  width: fit-content;
  margin: auto;
  padding: 25px 0;
}
.paging-area span {
  display: inline-block;
  padding: 10px;
  margin-left: 15px;
  min-width: 41px;
  min-height: 41px;
  border-radius: 0px;
  background-color: #4b4b4b;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
}
.paging-area a {
  color: gray;
  display: inline-block;
  padding: 10px;
  margin-left: 15px;
  min-width: 41px;
  min-height: 41px;
  border: 1px solid #d6d6d6;
  text-align: center;
  text-decoration: none;
  border-radius: 0px;
}
.paging-area a:hover {
  color: #FFFFFF;
  background-color: #999999;
  border: none;
}
@media screen and (max-width: 960px) {
  .paging-area span {
    min-width: 34px;
    min-height: 34px;
  }
  .paging-area span:first-child {
    margin-left: 0;
  }
  .paging-area a {
    min-width: 34px;
    min-height: 34px;
    font-size: 0.75rem;
  }
  .paging-area a:first-child {
    margin-left: 0;
  }
  .button_cover {
    margin-bottom: 25px;
  }
  .button_cover:last-child {
    margin-bottom: 0px;
  }
  .button_cover.single {
    width: 100%;
  }
}
/* ------------------------------- */
/* tub */
.tab-content {
  display: flex;
  flex-wrap: wrap;
  gap: 0 25px;
}
.tab-content .tabLabel {
  padding: 15px 12px;
  flex: 1;
  order: -1;
  border-radius: 1px;
  transition: 0.5s;
  cursor: pointer;
  background: linear-gradient(rgba(51, 51, 51, 0.95), rgba(98, 98, 98, 0.95));
  color: #e5e5e5;
  text-align: center;
}
.tab-content .tabLabel:hover {
  background: linear-gradient(rgba(102, 102, 102, 0.95), rgba(102, 102, 102, 0.95));
  color: #ffffff;
}
.tab-content input:checked + .tabLabel {
  background: rgba(201, 201, 201, 0.95);
  color: #999999;
}
.tab-content input {
  display: none;
}
.tab-content .detail {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.tab-content input:checked + .tabLabel + .detail {
  padding: 50px 0 0 0;
  height: auto;
  overflow: auto;
  transition: .5s opacity;
  opacity: 1;
}
.tab-content input:checked + .tabLabel + .detail:last-of-type {
  padding: 50px 0 0 0;
}
@media screen and (max-width: 960px) {
  .tab-content {
    flex-wrap: wrap;
    gap: 0 5px;
  }
  .add-flex.flex-grow.last {
    width: 100%;
  }
}
/* ------------------------------- */
/* space */
.header-wrapper {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 0px);
  box-sizing: border-box;
  background-color: rgba(17, 17, 17, 0.8);
  box-shadow: 0px 5px 15px rgba(17, 17, 17, 0.3);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
}
.header-wrapper nav a {
  color: #ffffff;
}
.header-wrapper nav a:hover {
  color: #999999;
}
.header-wrapper nav ul {
  display: flex;
  justify-content: flex-start;
  font-weight: 300;
  list-style: none;
}
.header-wrapper nav li {
  margin-top: 0;
}
.header-wrapper nav li a {
  display: block;
  box-sizing: border-box;
  text-decoration: none;
  padding-inline: 10px;
}
.header-wrapper nav li a:hover {
  transition: all .3s;
  background-color: rgba(17, 17, 17, 0.7);
}
.header-wrapper .inner {
  display: flex;
  width: 100%;
  height: 80px;
  grid-auto-flow: column;
  align-items: center;
}
.header-wrapper .logo {
  padding-inline: 20px;
}
.header-wrapper .logo img {
  height: 26px;
  object-fit: cover;
}
.navi-in {
  /*幅を整える場合はwidthを設定する*/
  /*width: 1000px;*/
}
.navi-in ul {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.navi-in ul .sub-menu {
  display: none;
  position: absolute;
  margin-left: 0;
  /* min-width: 210px; */
  list-style: none;
  padding-left: 0;
  background-color: rgba(17, 17, 17, 0.8);
  z-index: 99;
  text-align: left;
}
.navi-in ul .sub-menu li {
  width: auto;
  height: 50px;
  line-height: 50px;
}
.navi-in ul .sub-menu a {
  font-size: 15px;
  padding-left: 16px;
  padding-right: 16px;
}
.navi-in ul .sub-menu a:hover {
  background-color: rgba(17, 17, 17, 0.7);
  transition: all 0.3s ease 0s;
}
.navi-in ul .sub-menu a:hover:hover > ul {
  display: block;
}
.navi-in ul .sub-menu .category-space {
  width: 2rem;
  display: inline-block;
  font-size: 12px;
}
/* .navi-in ul .sub-menu .category-space.navi-limex:after {
          content: "LIMEX"; }
        .navi-in ul .sub-menu .category-space.navi-circulation:after {
          content: "資源循環"; } */
.navi-in ul .sub-menu .category-space.navi-limex, .navi-in ul .sub-menu .category-space.navi-circulation {
  margin-left: -1rem;
}
.navi-in ul .sub-menu li.menu-item-407, .navi-in ul .sub-menu li.menu-item-96 {
  height: 60px;
  line-height: 60px;
}
.menu-item-96 a {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.navi-in ul li {
  display: block;
  min-width: 50px;
  height: 80px;
  line-height: 80px;
}
.navi-in ul li:hover ul {
  display: block;
}
.computer {
  flex: 1;
}
.header-icons {
  display: grid;
  grid-template-columns: 4fr 6fr;
  gap: 1.5rem;
  width: 200px;
}
.inner.header-icons {
  display: flex;
}
.header-icons a {
  display: block;
  position: relative;
  z-index: 0;
  height: 100%;
  width: 60px;
  text-align: center;
  color: #ffffff;
}
.header-icons a:hover:before {
  opacity: 0;
}
.header-icons a:hover:after {
  opacity: 1;
}
.header-icons .header-faq:before {
  background-image: url("../img/icon/icon_header-faq_gray.svg");
  opacity: 0.6;
}
.header-icons .header-faq:after {
  background: url("../img/icon//icon_header-faq.svg") 50% 22px/30px;
  background-repeat: no-repeat;
  content: "FAQ";
  padding-top: 50px;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
}
.header-icons .header-search:before {
  background-image: url("../img/icon/icon_header-search_gray.svg");
  opacity: 0.6;
}
.header-icons .header-search:after {
  background: url("../img/icon//icon_header-search.svg") 50% 22px/30px;
  background-repeat: no-repeat;
  content: "Search ";
  padding-top: 50px;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
}
.header-icons .header-news:before {
  background-image: url("../img/icon/icon_header-news_gray.svg");
  opacity: 0.6;
}
.header-icons .header-news:after {
  background: url("../img/icon/icon_header-news.svg") 50% 22px/30px;
  background-repeat: no-repeat;
  content: "NEWS";
  padding-top: 50px;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
}
.header-icons .header-contact:before {
  background-image: url("../img/icon/icon_header-contact_gray.svg");
  opacity: 0.6;
}
.header-icons .header-contact:after {
  background: url("../img/icon/icon_header-contact.svg") 50% 22px/30px;
  background-repeat: no-repeat;
  content: "Contact";
  padding-top: 50px;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
}
.header-icons .header-global:before {
  background-image: url("../img/icon/icon_header-global_gray.svg");
  opacity: 0.6;
}
.header-icons .header-global:after {
  background: url("../img/icon/icon_header-global.svg") 50% 22px/30px;
  background-repeat: no-repeat;
  content: "Global";
  padding-top: 50px;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
}
.header-icons .header-jp:before {
  background-image: url("../img/icon/icon_header-jp_gray.svg");
  opacity: 0.6;
}
.header-icons .header-jp:after {
  background: url("../img/icon/icon_header-jp.svg") 50% 22px/30px;
  background-repeat: no-repeat;
  content: "日本語";
  padding-top: 50px;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
}
.header-icons .header-en:before {
  background-image: url("../img/icon/icon_header-en_gray.svg");
  opacity: 0.6;
}
.header-icons .header-en:after {
  background: url("../img/icon/icon_header-en.svg") 50% 22px/30px;
  background-repeat: no-repeat;
  content: "English";
  padding-top: 50px;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
}
.header-icons .header-cn:before {
  background-image: url("../img/icon/icon_header-cn_gray.svg");
  opacity: 0.6;
}
.header-icons .header-cn:after {
  background: url("../img/icon/icon_header-cn.svg") 50% 22px/30px;
  background-repeat: no-repeat;
  content: "中文";
  padding-top: 50px;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
}
.header-icons a:hover {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
/*Wovn関連*/
.header-icons {
  display: grid;
  grid-template-columns: 4fr 6fr;
  gap: 1.5rem;
  & .block-faq {
    height: 40px;
    border-right: 1px solid rgba(255, 255, 255, 1.0);
    & a {
      text-decoration: none;
      margin: 0;
      vertical-align: middle;
      display: grid;
      align-items: center;
      font-size: 18px;
      &::hover {
        opacity: 1.0;
      }
    }
  }
}
.block-languages {
  display: grid;
  align-content: center;
  width: fit-content;
  height: 18px;
  padding-right: 10px;
  color: rgba(255, 255, 255, 1.0);
  gap: 5px;
  & label {
    font-size: 14px;
  }
  & span {
    vertical-align: top;
    line-height: 1;
    padding-top: 2px;
    display: inline-block;
  }
  & select {
    border: none;
    background-color: inherit;
    color: white;
    height: fit-content;
    align-self: center;
    display: grid;
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;/need for safari/ appearance: none;
  }
  & img {
    width: 20px;
    height: 20px;
    filter: invert(99%) sepia(1%) saturate(74%) hue-rotate(101deg) brightness(118%) contrast(100%);
  }
}
@media screen and (max-width: 1080px) {
  .block-languages {
    align-content: center;
    width: fit-content;
    height: 60px;
    color: rgba(255, 255, 255, 1.0);
    gap: 5px;
    position: absolute;
    right: 125px;
  }
  .wovn-languages {
    position: absolute;
    padding-inline: 5px 5px;
    top: 15px;
    right: 60px;
  }
  .wovn-languages {
    position: absolute;
    padding-inline: 10px 10px;
  }
  .wovn-languages:hover .wovn-switch {
    height: 35px;
  }
  .wovn-select {
    font-size: 1rem;
  }
}
.wovn-languages {
  position: absolute;
  padding-inline: 5px 4px;
  & .wovn-switch {
    line-height: 2;
    font-size: 15px;
    color: rgba(255, 255, 255, 1.0);
    cursor: pointer;
    opacity: 1;
  }
}
.wovn-languages :not(.wovn-switch.selected) {
  height: 0;
  opacity: 0;
  transition: all 0.5s ease-out;
}
.wovn-languages:hover .wovn-switch {
  height: 30px;
  opacity: 1;
  transition: all 0.5s ease-out;
}
.wovn-languages:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.disabled {
  color: #cccccc;
}
#header.scroll .header-wrapper {
  position: fixed;
  background-color: rgba(17, 17, 17, 0.8);
  animation-name: anime;
  animation-duration: 0.5s;
}
#header a {
  text-decoration: none;
  margin: 0;
}
#header .scroll a {
  text-decoration: none;
  margin: 0;
}
#header .smartphone {
  display: none;
}
p.syllabary {
  font-size: 1.5rem;
  font-weight: 300;
  color: #999;
  padding-top: 10px;
}
.language {
  font-size: 0.8rem;
  font-weight: 500;
}
@keyframes anime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 1180px) {
  .computer {
    display: none;
  }
  .block-faq {
    display: none;
  }
  .header-wrapper {
    top: 0;
    width: calc(100% - 0px);
    padding: 0;
  }
  .header-wrapper .inner {
    height: 60px;
    display: block;
  }
  .header-wrapper .logo {
    position: absolute;
    top: 50%;
    left: 25px;
    padding-left: 0;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
  }
  .header-wrapper .logo img {
    height: 20px;
  }
  .navi-in ul li {
    width: 100%;
    display: block;
    height: 55px;
    line-height: 55px;
  }
  .navi-in ul li:hover ul {
    display: none;
  }
  .navi-in ul li:last-child {
    border-bottom: 1px solid #666666;
  }
  .navi-in .icons {
    display: grid;
    padding: 10px 0px;
    text-align: center;
    gap: 10px;
    width: 100%;
  }
  .navi-in .icons img {
    width: 100%;
    height: 28px;
  }
  .navi-in .icons a {
    flex: 1;
    height: 50px;
  }
  .smartphone {
    top: 60px;
    left: 0px;
    position: absolute;
    margin-top: 0;
    z-index: 10;
    width: 100%;
    background-color: rgba(17, 17, 17, 0.8);
    box-shadow: 0px 5px 15px rgba(17, 17, 17, 0.3);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
  }
  .smartphone nav ul {
    height: auto;
    grid-gap: 0px;
  }
  .smartphone nav li a {
    padding: 0;
  }
  #hamburger {
    background-color: transparent;
    position: absolute;
    right: 0;
    cursor: pointer;
    height: 60px;
    width: 60px;
  }
  .line-icon span {
    position: absolute;
    left: calc(30px / 2);
    width: 30px;
    height: 2px;
    background-color: white;
    border-radius: 2px;
    transition: ease 0.75s;
  }
  #header.scroll .line-icon span {
    background-color: #fff;
  }
  .line-icon span:nth-of-type(1) {
    top: 23px;
  }
  .line-icon span:nth-of-type(2) {
    top: 29px;
  }
  .line-icon span:nth-of-type(3) {
    bottom: 23px;
  }
  .close span:nth-of-type(1) {
    transform: rotate(45deg);
    top: 30px;
  }
  .close span:nth-of-type(2) {
    opacity: 0;
  }
  .close span:nth-of-type(3) {
    transform: rotate(-45deg);
    top: 30px;
  }
  #header ul a {
    text-align: center;
    border-top: solid 1px #666666;
  }
}
/*Footer*/
footer .only_pc {
  display: inherit;
}
footer .only_mobile {
  display: none;
}
footer .breadcrumb {
  width: 100%;
  background-color: #fff;
  margin: 50px auto 20px;
}
footer .breadcrumb ul {
  width: min(100%, 1200px);
  margin-inline: auto;
  margin-block: 0;
  text-align: left;
  color: #888;
  display: block;
}
footer .breadcrumb ul a {
  color: #888;
  text-decoration: none;
}
footer .breadcrumb ul a:hover {
  text-decoration: underline;
}
.footer-links {
  position: relative;
  width: 100%;
  text-align: center;
  padding-block: 0 20px;
  background-color: #333;
  color: #fff;
}
.footer-links .links {
  width: min(100%, 1200px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  padding-block: 30px;
  padding-left: 5px;
  text-align: left;
  gap: 10px;
  border-bottom: 1px solid #ccc;
}
.footer-links .links .cate a {
  font-size: 17px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  margin-left: -5px;
}
.footer-links .links .cate a:hover {
  text-decoration: underline;
}
.footer-links .links .cate + .sub {
  margin-top: 10px;
}
.footer-links .links .cate:nth-child(3) {
  margin-bottom: 30px;
}
.footer-links .links .gate a {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}
.footer-links .links .sub {
  margin-top: 5px;
}
.footer-links .links .sub a {
  font-size: 13px;
  text-decoration: none;
  color: #d3d3d3;
}
.footer-links .links .sub a:hover {
  text-decoration: underline;
}
.footer-links .links .sub + .cate {
  margin-top: 30px;
}
.footer-links .links .sub + .gate {
  margin-top: 25px;
}
.footer-links .links .sub.others {
  margin-left: -5px;
}
.footer-links .links .sub.others a {
  color: #d3d3d3;
}
.footer-links .sns {
  width: min(100%, 1200px);
  margin-inline: auto;
}
.footer-links .sns ul {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: min(100%, 240px);
  margin: 30px 0;
  gap: 20px;
}
.footer-links .sns ul li {
  background-color: #e6e6e6;
  border-radius: 50%;
  margin-top: 0;
  margin-inline: auto;
  width: 40px;
  height: 40px;
  display: grid;
  align-items: center;
}
.footer-links .sns ul li:first-child img {
  width: 35%;
}
.footer-links .sns ul li img {
  width: 50%;
  height: auto;
  margin-top: 3px;
}
.footer-links .copyright {
  width: min(100%, 1200px);
  font-size: 13px;
  text-align: right;
  margin-top: -50px;
  margin-inline: auto;
}
@media screen and (max-width: 1080px) {
  footer {
    margin-top: 75px;
  }
  footer .breadcrumb {
    padding-left: 20px;
  }
  footer .footer-links .links {
    grid-template-columns: 1fr;
    padding-block: 10px;
    gap: 0;
    border-bottom: none;
  }
  footer .footer-links .links details {
    border-bottom: 1px solid #eee;
    padding-block: 10px 15px;
    width: 80%;
    margin-inline: auto;
  }
  footer .footer-links .links details ul {
    margin-top: 10px;
  }
  footer .footer-links .links details summary {
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    list-style: none;
    padding-left: 10px;
    position: relative;
  }
  footer .footer-links .links details summary::marker {
    display: none;
  }
  footer .footer-links .links details summary::-webkit-details-marker {
    display: none;
  }
  footer .footer-links .links details summary::after {
    content: "+";
    clear: both;
    overflow: hidden;
    position: absolute;
    right: 13vw;
    font-size: 20px;
    transition: transform 0.5s ease;
  }
  footer .footer-links .links details summary:hover::after, footer .footer-links .links details summary:active::after {
    transform: rotate(135deg);
    transition: transform 0.5s ease;
  }
  footer .footer-links .links details a {
    color: #fff;
    display: block;
    text-decoration: none;
    margin-top: 15px;
    padding-left: 20px;
    font-size: 14px;
  }
  footer .footer-links .links .only_pc {
    display: none;
  }
  footer .footer-links .links .only_mobile {
    display: inherit;
  }
  footer .footer-links .links .sub.others {
    margin-left: -5px;
    width: 80%;
    margin-inline: auto;
    padding-left: 10px;
    font-size: 18px;
    border-bottom: 1px solid;
    padding-bottom: 10px;
    padding-top: 0;
    margin-top: 5px;
  }
  footer .footer-links .links .sub.others a {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
  }
  footer .footer-links .sns {
    width: 100%;
    margin-inline: auto;
  }
  footer .footer-links .sns ul {
    width: 80%;
    margin: 30px auto;
  }
  footer .footer-links .copyright {
    text-align: center;
    margin-top: 0;
  }
  footer .footer-links .mobile_links li.cate {
    margin-top: 0;
    margin-bottom: 0;
    padding-block: 10px;
    border-bottom: 1px solid #eee;
    width: 80%;
    margin-inline: auto;
  }
  footer .footer-links .mobile_links li.cate a {
    font-size: 14px;
    font-weight: 300;
    padding-left: 15px;
  }
  footer .footer-links .mobile_links .cate:nth-child(3) {
    margin-bottom: 0;
  }
  .custom-summary::before {
    content: "\25B6"; /* Unicode 矢印記号を追加します（右を向いている三角形） */
    margin-right: 0.5rem; /* 矢印とテキストの間隔を調整します */
  }
  details[open] .icon {
    transform: rotate(180deg);
  }
}
/* ------------------------------- */
/* common */
html {
  scroll-behavior: smooth;
}
a {
  color: #333333;
}
a:hover {
  color: #999999;
}
.section-wrapper {
  margin-left: auto;
  margin-right: auto;
}
.section-wrapper.full {
  width: 100%;
}
.section-wrapper.wide {
  min-width: 1200px;
  max-width: 1400px;
}
.section-wrapper.default {
  min-width: 960px;
  max-width: 1080px;
}
.section-wrapper .narrow {
  min-width: 700px;
  max-width: 780px;
}
.section-wrapper section {
  display: inline-block;
}
main {
  min-height: calc(100vh - 50px * 2);
  min-height: calc(100svh - 50px * 2);
  padding-top: 150px;
}
main.top-page {
  padding-top: 0;
}
main.top-page section {
  overflow: hidden;
  margin-bottom: 50px;
}
main.story-page {
  padding-top: 0;
}
section {
  margin-bottom: 50px;
}
section > header {
  padding: 0px;
}
table {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  line-height: 1.54;
}
table th {
  padding: 24px 12px;
  text-align: left;
  border-right: 1px solid #cccccc;
}
table td {
  padding: 12px 12px;
  text-align: right;
  border-right: 1px solid #cccccc;
}
table tr:nth-last-child(2n+1) {
  background-color: #f9f9f9;
}
table li {
  list-style: none;
}
table .column-header {
  font-size: 0.75rem;
}
table .column-header th {
  padding-block: 15px;
  font-size: 16px;
  text-align: center;
}
table .text {
  text-align: left;
}
table .value {
  text-align: center;
}
table .align-middle {
  vertical-align: middle;
}
table .border-top {
  border-top: 1px solid #cccccc;
}
.all-wrapper {
  position: relative;
  width: 100%;
  margin: 0;
  min-height: calc(100vh - 51px);
}
.container {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}
.container:last-child {
  margin-bottom: 0px;
}
.container:first-child {
  margin-top: 0px;
}
.container.full {
  width: 100%;
}
.container.wide {
  width: min(calc(100% - 6%), 1400px);
}
.end-rrc {
  width: min(calc(100% - 6%), 700px);
  margin-bottom: 2.5rem !important;
}
.container.default {
  min-width: 960px;
  max-width: 1080px;
}
.container.narrow {
  min-width: 700px;
  max-width: 780px;
}
.header-box {
  margin-left: auto;
  margin-right: auto;
}
.header-box.full {
  width: 100%;
}
.header-box.wide {
  min-width: 1200px;
  max-width: 1400px;
}
.header-box.default {
  min-width: 960px;
  max-width: 1080px;
}
.header-box.narrow {
  min-width: 700px;
  max-width: 780px;
}
.column-flex {
  display: flex;
  gap: 25px;
  padding-bottom: 50px;
}
.column-flex:last-child {
  padding-bottom: 0px;
}
.column-flex.align-center {
  align-items: center;
}
.column-flex.align-flex-start {
  align-items: flex-start;
}
.column-flex.align-flex-end {
  align-items: flex-end;
}
.column-flex.justify-center {
  justify-content: center;
}
.column-flex.flex-grow .flex-box {
  flex-grow: 1;
  width: 100%;
}
.column-flex.space-around {
  justify-content: space-around;
}
.column-flex .one-side {
  width: 50%;
  float: right;
}
.column-flex section {
  flex-grow: 1;
}
.column-flex.border-gray .flex-box {
  padding: 0 25px 0 0;
  border-right: 1px solid #ccc;
}
.column-flex.border-gray .flex-box:last-child {
  border: none;
  padding: 0;
}
.column-flex .flex-wrapper {
  width: 100%;
}
.column-grid {
  display: grid;
  gap: 25px;
}
.column-grid img {
  width: 100%;
}
.column-grid.fr_64 {
  grid-template-columns: 6fr 4fr;
}
.fr_11 {
  grid-template-columns: 1fr 1fr;
  width: 100%;
}
.column-grid.fr_1-11 > *:first-child {
  grid-column: 1 / span 2;
}
.column-auto {
  display: flex;
  gap: 30px;
}
.column-auto li {
  float: left;
  margin-top: 0;
  margin-bottom: 20px;
  margin-right: 40px;
}
.column-2, .column-2 ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 0;
}
.column-2 li {
  float: left;
  margin-top: 0;
}
@media screen and (max-width: 960px) {
  .column-2, .column-2 ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px 0;
  }
}
.column-wrapper .frame {
  width: 100%;
  padding: 25px;
  margin: 25px 0 0 0;
  border: 1px solid #cccccc;
}
.column-box .frame {
  width: 100%;
  padding: 25px;
  margin: 25px 0 0 0;
  border: 1px solid #cccccc;
}
.frame {
  width: 100%;
  padding: 25px;
  margin: 25px 0 0 0;
  border: 1px solid #cccccc;
}
.add-flex {
  display: flex;
  gap: 25px;
  padding-bottom: 50px;
}
.add-flex:last-child {
  padding-bottom: 0px;
}
.add-flex.align-center {
  align-items: center;
}
.add-flex.align-flex-start {
  align-items: flex-start;
}
.add-flex.align-flex-end {
  align-items: flex-end;
}
.add-flex.flex-grow .flex-box {
  flex-grow: 1;
  width: 100%;
}
.add-flex.space-around {
  justify-content: space-around;
}
.add-flex section {
  flex-grow: 1;
}
.add-flex.border-gray .flex-box {
  padding: 0 25px 0 0;
  border-right: 1px solid #ccc;
}
.add-flex.border-gray .flex-box:last-child {
  border: none;
  padding: 0;
}
.add-flex .flex-wrapper {
  width: 100%;
}
.inner-add-flex {
  display: flex;
  gap: 25px;
  padding-bottom: 0;
}
.flex-fixbox {
  width: 300px;
  height: 300px;
}
.gap-double {
  gap: 50px;
}
.full-screen {
  position: relative;
  width: 100%;
  height: calc(100vh - 0px);
  height: calc(100svh - 0px);
  overflow: hidden;
}
.full-screen .max-height {
  max-height: 1080px;
}
.one-column {
  padding: 0 150px;
}
.youtube-full-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}
.youtube-full-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.image-wrap {
  width: 100%;
  height: auto;
  margin: auto;
  text-align: center;
}
.image-wrap.float-left {
  float: left;
  margin: 0 25px 12.5px 0;
}
.image-wrap.border img {
  border: 1px solid #cccccc;
}
.image-wrap img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease;
}
.image-wrap.anime img:hover {
  opacity: 0.8;
}
.image-box {
  overflow: hidden;
  margin: auto;
}
.image-box.fix-w900 {
  width: 900px;
}
.image-box.fix-w700 {
  width: 700px;
}
.image-box.fix-w500 {
  width: 500px;
}
.image-box.fix-w400 {
  width: 400px;
}
.image-box.fix-w300 {
  width: 300px;
}
.image-box.fix-w200 {
  width: 200px;
}
.image-box.fix-w100 {
  width: 100px;
}
.image-box.fix-h200 img {
  object-fit: contain;
  height: 200px;
}
.image-box.image-space {
  padding: 25px;
}
.image-box.arrow {
  width: 50px;
}
.image-chart {
  width: 100%;
  margin: 0 auto;
}
.image-chart.fix-w900 {
  width: 900px;
}
.image-chart.fix-w700 {
  width: 700px;
}
.image-chart.fix-w500 {
  width: 500px;
}
.image-chart.fix-w400 {
  width: 400px;
}
.image-chart.fix-w300 {
  width: 300px;
}
.image-chart.fix-w200 {
  width: 200px;
}
.image-chart.fix-w100 {
  width: 100px;
}
.image-chart.fix-h200 img {
  object-fit: contain;
  height: 200px;
}
.page-title {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #fff;
  text-align: center;
}
.section-decorasion {
  width: 100%;
  background: #fff;
  text-align: center;
}
.news-wrapper {
  padding-bottom: 10px;
}
.news-wrapper .flex-box {
  padding: 10px;
  width: 100%;
  height: 100%;
  box-shadow: 0px 3px 9px rgba(17, 17, 17, 0.3);
}
.news-wrapper h5 {
  padding-top: 10px;
}
.news-wrapper a {
  text-decoration: none;
}
.news-wrapper .image-wrap.anime {
  height: 160px;
}
.half-screen {
  position: relative;
  width: 100%;
  height: 60vh;
  overflow: hidden;
}
.gate-wrapper {
  padding-bottom: 10px;
}
.gate-wrapper .container {
  margin-bottom: 25px;
}
.gate-wrapper .add-flex {
  padding-bottom: 0px;
}
.gate-wrapper .add-flex .flex-box {
  padding: 10px;
  width: 100%;
  height: 100%;
  min-height: 180px;
  border-radius: 5px;
  box-shadow: 0px 3px 9px rgba(17, 17, 17, 0.15);
}
.gate-wrapper .add-flex .image-wrap {
  height: 140px;
}
.gate-wrapper .column-flex .flex-box {
  padding: 10px;
  width: 100%;
  height: 100%;
  min-height: 250px;
  border-radius: 5px;
  box-shadow: 0px 3px 9px rgba(17, 17, 17, 0.15);
}
.gate-wrapper .column-flex .image-wrap {
  height: 280px;
}
.gate-wrapper h4 {
  font-weight: 300;
  font-size: 0.9rem;
  padding-top: 10px;
}
/* .gate-wrapper h4::before {
      content: "「"; }
    .gate-wrapper h4::after {
      content: "」"; } */
.gate-wrapper a {
  text-decoration: none;
}
.info-wrapper {
  padding-bottom: 10px;
}
.info-wrapper .add-flex .flex-box {
  padding: 10px;
  width: 100%;
  height: 100%;
  box-shadow: 0px 3px 9px rgba(17, 17, 17, 0.3);
  background-color: rgba(255, 255, 255, 1);
}
.info-wrapper .add-flex .image-wrap {
  height: 180px;
}
.info-wrapper .column-flex .flex-box {
  padding: 10px;
  width: 100%;
  height: 100%;
  box-shadow: 0px 3px 9px rgba(17, 17, 17, 0.3);
}
.info-wrapper .column-flex .image-wrap {
  height: 180px;
}
.info-wrapper h4 {
  padding-top: 10px;
}
.case-wrapper {
  padding-bottom: 10px;
}
.case-wrapper .add-flex {
  flex-wrap: wrap;
  justify-content: lex-start;
  padding-bottom: 25px;
}
.case-wrapper .column-flex {
  flex-wrap: wrap;
  justify-content: lex-start;
}
.case-wrapper .add-flex .flex-box {
  justify-content: space-between;
  padding: 0px;
  width: 23%;
  min-height: 270px;
  box-shadow: 0px 3px 9px rgba(17, 17, 17, 0.3);
}
.case-wrapper .column-flex .flex-box {
  justify-content: space-between;
  padding: 0px;
  width: 23%;
  min-height: 270px;
  box-shadow: 0px 3px 9px rgba(17, 17, 17, 0.3);
}
.case-wrapper .add-flex .image-wrap {
  position: relative;
  height: 100%;
}
.case-wrapper .column-flex .image-wrap {
  position: relative;
  height: 100%;
}
.case-wrapper .case-text {
  padding: 10px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
}
.case-wrapper h4 {
  font-size: 1rem;
  padding: 0;
  margin: 0;
}
.case-wrapper P {
  font-size: 0.75rem;
  line-height: 1.54;
}
.bannar-wrapper {
  padding-bottom: 10px;
}
.bannar-wrapper .flex-box {
  position: relative;
  box-shadow: 0px 3px 7px rgba(17, 17, 17, 0.3);
}
.bannar-wrapper .flex-box .image-wrap {
  height: 200px;
  width: 100%;
}
.bannar-wrapper .text-wrap {
  position: absolute;
  width: 40%;
  top: 50%;
  right: 5%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  text-align: center;
}
section + section {
  margin: 100px 0 0 0;
}
.column-wrapper + .column-wrapper {
  margin: 50px 0 0 0;
}
.column-single + .column-wrapper {
  margin: 50px 0 0 0;
}
.column-single + .column-single {
  margin: 50px 0 0 0;
}
.column-single + .column-flex {
  margin: 50px 0 0 0;
}
.column-flex + .column-flex {
  margin: 50px 0 0 0;
}
.column-flex + .column-box {
  margin: 50px 0 0 0;
}
.column-wrap + .column-wrap {
  margin: 50px 0 0 0;
}
.column-wrap + .column-box {
  margin: 50px 0 0 0;
}
.image-box + p {
  margin: 50px 0 0 0;
}
.image-box + .column-box {
  margin: 50px 0 0 0;
}
.column-box + .column-box {
  margin: 50px 0 0 0;
}
.column-box + .column-flex {
  margin: 50px 0 0 0;
}
.flex-box h5 {
  padding: 0;
}
p + figcaption {
  margin-top: 10px;
}
table + figcaption {
  margin-top: 10px;
}
.image-box + figcaption {
  margin-top: 10px;
}
.padding-less {
  padding: 0;
}
.padding-tb-half {
  padding: 25px 0;
}
.padding-tb {
  padding: 50px;
}
.padding-tb-double {
  padding-top: 100px;
  padding-bottom: 100px;
}
.padding-t-double-b {
  padding: 100px 0 50px 0;
}
.padding-t-half {
  padding: 25px 0 0 0;
}
.padding-t {
  padding: 50px 0 0 0;
}
.padding-t-double {
  padding: 100px 0 0 0;
}
.padding-t-triple {
  padding: 150px 0 0 0;
}
.padding-b-half {
  padding: 0 0 25px 0;
}
.padding-b {
  padding-bottom: 50px;
}
.padding-b-double {
  padding: 0 0 100px 0;
}
.padding-b-triple {
  padding: 0 0 150px 0;
}
.margin-less {
  margin: 0;
}
.margin-t-half {
  margin: 25px 0 0 0;
}
.margin-t {
  margin-top: 50px;
}
.margin-t-double {
  margin-top: 100px;
}
.margin-t-triple {
  margin: 150px 0 0 0;
}
.margin-b-half {
  margin: 0 0 25px 0;
}
.margin-b {
  margin-bottom: 50px;
}
.margin-b-double {
  margin: 0 0 100px 0;
}
.margin-b-triple {
  margin: 0 0 150px 0;
}
.background-gray {
  background-color: #f9f9f9;
  padding: 50px 0;
}
.list-item {
  padding: 50px 0;
  border-bottom: 1px solid #999999;
}
.list-item a {
  text-decoration: none;
}
.list-item .image-wrap {
  width: 300px;
}
.list-item .attached {
  display: flex;
  gap: 25px;
}
.list-item .attached p {
  margin: 0;
}
.list-item .attached .datetime {
  display: inline-block;
  margin: 0 15px 0 0;
}
.list-item .attached .category {
  display: inline-block;
  width: 100px;
  padding: 4px 0;
  font-size: 0.6rem;
  font-weight: 500;
  text-align: center;
  border: 1px solid #cccccc;
  border-radius: 5px;
}
.list-item .attached ul {
  height: auto;
  text-align: right;
  margin: 0;
}
.list-item .attached ul li {
  vertical-align: text-bottom;
  display: inline;
  font-size: 0.75rem;
  border-radius: 5px;
  background-color: #e5e5e5;
  padding: 4px 10px 6px 10px;
  margin-left: 10px;
}
.list-item .attached ul li:first-child {
  margin-left: 0;
}
.list-item .date-category {
  width: 35%;
  float: left;
  display: inherit;
}
.list-item .tag {
  width: calc(65% - 25px);
}
.category-list {
  margin: 0 auto;
}
.category-list ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  column-gap: 1.25%;
  row-gap: 25px;
  overflow: hidden;
  padding: 0 0 25px 0;
  text-align: center;
}
.category-list ul li {
  min-width: 24%;
  margin: 0;
  float: left;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
}
.category-list ul li:first-child {
  border-radius: 5px;
  margin: 0;
}
.category-list ul li a {
  text-decoration: none;
  display: block;
  color: gray;
  padding: 15px 12px;
}
.category-list ul li a:hover {
  background-color: #888888;
  color: #fff;
  border-radius: 5px;
  box-shadow: none;
}
.category-list ul li.active_cat a {
  border-radius: 5px;
  background-color: #4b4b4b;
  box-shadow: none;
  cursor: default;
  color: #FFFFFF;
}
.posted .attached {
  display: flex;
  gap: 25px;
  margin-bottom: 25px;
}
.posted .attached p {
  margin: 0;
}
.posted .attached .datetime {
  display: inline-block;
  margin: 0 15px 0 0;
}
.posted .attached .category {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 500;
  border-radius: 5px;
  border: 1px solid #cccccc;
  padding: 4px 10px 6px 10px;
}
.posted .attached ul {
  height: auto;
  text-align: right;
  margin: 0;
}
.posted .attached ul li {
  vertical-align: text-bottom;
  display: inline;
  font-size: 0.75rem;
  border-radius: 5px;
  background-color: #e5e5e5;
  padding: 4px 10px 6px 10px;
  margin-left: 10px;
}
.posted .attached ul li:first-child {
  margin-left: 0;
}
.posted .date-category {
  width: 35%;
}
.posted .tag {
  width: calc(65% - 25px);
}
@media screen and (max-width: 960px) {
  .all-wrapper {
    width: 100%;
  }
  .container.full {
    width: 100%;
  }
  .container.wide {
    min-width: 84%;
    max-width: 84%;
  }
  .end-rrc {
    min-width: 84%;
    max-width: 84%;
  }
  .container.default {
    min-width: 84%;
    max-width: 84%;
  }
  .container.narrow {
    min-width: 84%;
    max-width: 84%;
  }
  .section-wrapper.full {
    min-width: 84%;
    max-width: 84%;
  }
  .section-wrapper.wide {
    min-width: 84%;
    max-width: 84%;
  }
  .section > header {
    margin-top: 15px;
  }
  .careers {
    margin-top: 70px;
  }
  .section-wrapper.default {
    min-width: 84%;
    max-width: 84%;
  }
  .section-wrapper.narrow {
    min-width: 84%;
    max-width: 84%;
  }
  .section-wrappersection {
    display: inline-block;
  }
  .header-box {
    margin-left: auto;
    margin-right: auto;
  }
  .header-box.full {
    width: 84%;
  }
  .header-box.wide {
    min-width: 84%;
    max-width: 84%;
  }
  .header-box.default {
    min-width: 84%;
    max-width: 84%;
  }
  .header-box.narrow {
    min-width: 84%;
    max-width: 84%;
  }
  .add-flex {
    display: block;
    gap: 5px;
    padding-bottom: 38px;
  }
  .add-flex.equality .flex-box {
    width: 100px;
  }
  .add-flexsp-flex {
    display: flex;
  }
  .add-flex .flex-box {
    margin-bottom: 38px;
  }
  .add-flex .flex-box:last-child {
    margin-bottom: 0;
  }
  .add-flex.border-gray .flex-box {
    padding: 0 0 25px 0;
    border-right: none;
    border-bottom: 1px solid #999999;
  }
  .add-flex.border-gray .flex-box:last-child {
    border: none;
    padding: 0;
  }
  .column-flex {
    display: block;
    gap: 5px;
  }
  .column-flex.equality .flex-box {
    width: 100px;
  }
  .column-flexsp-flex {
    display: flex;
  }
  .column-flex .flex-box {
    margin-bottom: 38px;
  }
  .column-flex .flex-box:last-child {
    margin-bottom: 0;
  }
  .column-flex.border-gray .flex-box {
    padding: 0 0 25px 0;
    border-right: none;
    border-bottom: 1px solid #999999;
  }
  .column-flex.border-gray .flex-box:last-child {
    border: none;
    padding: 0;
  }
  .add-flex > .flex-wrapper {
    padding: 0 0 50px 0;
  }
  .add-flex > .flex-wrapper:last-child {
    padding: 0;
  }
  .column-flex > .flex-wrapper {
    padding: 0 0 50px 0;
  }
  .column-flex > .flex-wrapper:last-child {
    padding: 0;
  }
  .full-screen {
    width: 100%;
    height: 100vh;
  }
  .main-visiual img {
    object-fit: cover;
    width: 100%;
    height: 250px;
  }
  .image-box {
    overflow: hidden;
    margin: auto;
  }
  .image-box.fix-w700 {
    width: 100%;
  }
  .image-box.fix-w500 {
    width: 100%;
  }
  .image-box.fix-w400 {
    width: 100%;
  }
  .image-box.fix-w300 {
    width: 100%;
  }
  .image-box.fix-w200 {
    width: 100%;
  }
  .image-box.fix-h200 {
    width: 100%;
  }
  .image-box {
    overflow: hidden;
    margin: auto;
  }
  .image-box.fix-w700 {
    width: 100%;
  }
  .image-box.fix-w500 {
    width: 100%;
  }
  .image-box.fix-w400 {
    width: 100%;
  }
  .image-box.fix-w300 {
    width: 100%;
  }
  .image-box.fix-w200 {
    width: 100%;
  }
  .image-box.fix-h200 {
    width: 100%;
  }
  .image-chart {
    margin: 0 auto;
  }
  .image-chart.fix-w700 {
    width: 100%;
  }
  .image-chart.fix-w500 {
    width: 100%;
  }
  .image-chart.fix-w400 {
    width: 100%;
  }
  .image-chart.fix-w300 {
    width: 100%;
  }
  .image-chart.fix-w200 {
    width: 100%;
  }
  table {
    border: none;
  }
  .column_table, .column_table td, .column_table th {
    text-align: left;
  }
  .column-header {
    display: none;
  }
  .column_table tbody th {
    background: #666666;
    color: #fff;
    padding: 8px;
    display: block;
    width: 100%;
    border-right: none;
  }
  .column_table tbody th {
    background: #666666;
    color: #ffffff;
    padding: 8px;
    display: block;
    width: 100%;
    border-right: none;
  }
  .column_table td {
    background: #ffffff;
    padding: 8px 24px;
    display: block;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #cccccc;
  }
  td:nth-last-child(1) {
    margin-bottom: 24px;
  }
  td:nth-last-child(1).reset {
    margin-bottom: 0 !important;
  }
  .column_table td[data-title]::before {
    color: #666;
    content: attr(data-title) " :";
    font-size: 0.625rem;
    font-weight: bold;
    padding: 0;
    display: block;
  }
  .list-item img {
    margin-bottom: 25px;
  }
  #gate-page .image-wrap {
    min-height: 180px;
  }
  .fr_11 {
    grid-template-columns: 1fr;
  }
  .column-grid.fr_1-11 {
    gap: 15px;
  }
}
@media screen and (max-width: 960px) {
  main {
    min-height: calc(100vh - 38px * 2);
    min-height: calc(100svh - 38px * 2);
    padding-top: 152px;
  }
  section + section {
    margin: 76px 0 0 0;
  }
  .column-wrapper + .column-wrapper {
    margin: 38px 0 0 0;
  }
  .column-single + .column-wrapper {
    margin: 38px 0 0 0;
  }
  .column-single + .column-single {
    margin: 38px 0 0 0;
  }
  .column-single + .column-flex {
    margin: 38px 0 0 0;
  }
  .column-flex + .column-flex {
    margin: 38px 0 0 0;
  }
  .column-flex + .column-box {
    margin: 38px 0 0 0;
  }
  .image-box + p {
    margin: 38px 0 0 0;
  }
  .image-box + .column-box {
    margin: 38px 0 0 0;
  }
  .column-box + .column-box {
    margin: 38px 0 0 0;
  }
  .column-box + .column-flex {
    margin: 38px 0 0 0;
  }
  .column-grid.fr_64 {
    grid-template-columns: 1fr;
  }
  .flex-box h5 {
    padding: 0;
  }
  table tr:nth-last-child(2n+1) {
    background-color: #ffffff;
  }
  table .border-top {
    border-top: none;
  }
  .container {
    margin-bottom: 76px;
  }
  .gate-wrapper .add-flex .image-wrap {
    height: 180px;
  }
  .info-wrapper .add-flex .image-wrap {
    height: 180px;
  }
  .case-wrapper .add-flex .flex-box {
    width: 100%;
    min-height: 180px;
  }
  .background-gray {
    background-color: #f9f9f9;
    padding: 50px 0;
  }
  .padding-less {
    padding: 0;
  }
  .category-list {
    margin: 0 auto;
  }
  .category-list ul {
    column-gap: 2%;
    row-gap: 5px;
    flex-direction: inherit;
    padding: 0;
    border: none;
  }
  .category-list ul li {
    width: calc(50% - 1%);
    font-size: 0.75rem;
  }
  .category-list ul li a {
    padding: 10px 5px;
  }
  .list-item {
    padding: 38px 0;
    border-bottom: 1px solid #999999;
  }
  .list-item h2 {
    font-size: 1rem;
  }
  .list-item .image-wrap {
    width: 300px;
  }
  .list-item .attached {
    display: flex;
    gap: 25px;
  }
  .list-item .attached p {
    margin: 0;
  }
  .list-item .attached .flex-box {
    margin: 5px 0 5px 0;
  }
  .list-item .date-category {
    width: 90%;
  }
  .list-item .tag {
    display: none;
  }
  .padding-tb-half {
    padding: 19px 0;
  }
  .padding-tb {
    padding: 38px;
  }
  .padding-tb-double {
    padding-top: 76px;
    padding-bottom: 100px;
  }
  .padding-t-double-b {
    padding: 76px 0 50px 0;
  }
  .padding-t-half {
    padding: 19px 0 0 0;
  }
  .padding-t {
    padding: 38px 0 0 0;
  }
  .padding-t-double {
    padding: 76px 0 0 0;
  }
  .padding-t-triple {
    padding: 114px 0 0 0;
  }
  .padding-b-half {
    padding: 0 0 19px 0;
  }
  .padding-b {
    padding-bottom: 38px;
  }
  .padding-b-double {
    padding: 0 0 76px 0;
  }
  .padding-b-triple {
    padding: 0 0 114px 0;
  }
  .padding-b-fix25 {
    padding-bottom: 25px;
  }
  .margin-less {
    margin: 0;
  }
  .margin-t-half {
    margin: 19px 0 0 0;
  }
  .margin-t {
    margin-top: 38px;
  }
  .margin-t-double {
    margin-top: 76px;
  }
  .margin-t-triple {
    margin: 114px 0 0 0;
  }
  .margin-b-half {
    margin: 0 0 19px 0;
  }
  .margin-b {
    margin-bottom: 38px;
  }
  .margin-b-double {
    margin: 0 0 76px 0;
  }
  .margin-b-triple {
    margin: 0 0 114px 0;
  }
}
/* ------------------------------- */
/* swiper */
.scroll-animation {
  opacity: 0;
  transition: all 0.8s ease;
}
.scroll-animation.show {
  opacity: 1;
  transform: none;
}
.load-fade {
  opacity: 0;
  visibility: hidden;
  transition: all 0.8s ease;
}
.load-fade.is-show {
  opacity: 1;
  transform: none;
  visibility: visible;
}
.scroll-animation-lr {
  transform: translate(-50px, 0);
}
.scroll-animation-rl {
  transform: translate(50px, 0);
}
.scroll-animation-up {
  transform: translate(0, 50px);
}
.scroll-animation-down {
  transform: translate(0, -50px);
}
.scroll-animation-stay {
  transform: translate(0, 0px);
}
@media screen and (max-width: 960px) {
  .scroll-animation-lr {
    transform: translate(0, 50px);
  }
  .scroll-animation-rl {
    transform: translate(0, 50px);
  }
  .scroll-animation-up {
    transform: translate(0, 50px);
  }
  .scroll-animation-down {
    transform: translate(0, 50px);
  }
  .scroll-animation-stay {
    transform: translate(0, 0px);
  }
}
/* ------------------------------- */
/* swiper */
.topics-box {
  position: absolute;
  right: 25px;
  bottom: 25px;
  width: calc(600px + 60px * 2);
  height: calc(600px / 3 + 20px);
  padding: 10px 60px;
  background-color: rgba(17, 17, 17, 0.3);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  text-shadow: 0px 0px 10px rgba(17, 17, 17, 0.3);
}
.topics-box .text-area {
  padding: 10px 20px 0 0;
  width: 300px;
}
.topics-box .link-area {
  position: absolute;
  left: 0;
  bottom: 10px;
  padding: 5px 15px 10px 15px;
  background-color: rgba(17, 17, 17, 0.7);
  border: 1px solid white;
}
.topics-box .link-area a {
  color: white;
  font-size: 0.75rem;
  text-decoration: none;
}
.topics-box .link-area a:hover {
  color: #999999;
}
.slider .add-flex {
  gap: 0;
}
.slider li {
  color: white;
}
.slider li .img-box {
  width: 300px;
  height: 200px;
}
.slider li img {
  object-fit: cover;
  height: 100%;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after {
  display: table;
  content: '';
  clear: both;
}
.slick-track :before {
  display: table;
  content: '';
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
[dir=rtl] .slick-slide img {
  display: block;
}
[dir=rtl] .slick-slide.slick-loading img {
  display: none;
}
[dir=rtl] .slick-slide.slick-loading img.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-loading .slick-list {
  background: #fff url(ajax-loader.gif) center center no-repeat;
}
.slick-next, .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  z-index: 500;
  top: 50%;
  display: block;
  width: 30px;
  height: 200px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: rgba(17, 17, 17, 0);
}
.slick-next:hover, .slick-prev:hover {
  color: transparent;
  outline: 0;
  background: #111111;
  transition: 0.5s;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
  opacity: 1;
}
.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
  opacity: 0.25;
}
.slick-next:before, .slick-prev:before {
  font-family: slick;
  font-size: 30px;
  line-height: 1;
  opacity: .75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -50px;
}
[dir=rtl] .slick-prev {
  right: -50px;
  left: auto;
}
.slick-prev:before {
  content: url("../img/icon/icon_slick_left-arrow.svg");
}
[dir=rtl] .slick-prev:before {
  content: url("../img/icon/icon_slick_right-arrow.svg");
}
.slick-next {
  right: -50px;
}
[dir=rtl] .slick-next {
  right: auto;
  left: -50px;
}
.slick-next:before {
  content: url("../img/icon/icon_slick_right-arrow.svg");
}
[dir=rtl] .slick-next:before {
  content: url("../img/icon/icon_slick_left-arrow.svg");
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: 0px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}
.slick-dots li button:focus, .slick-dots li button:hover {
  outline: 0;
}
.slick-dots li button:focus:before, .slick-dots li button:hover:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: slick;
  font-size: 30px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 30px;
  content: '•';
  text-align: center;
  opacity: .80;
  color: #999999;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: .80;
  color: #aaa;
}
@media screen and (max-width: 960px) {
  .topics-box {
    width: calc(100% - 10px);
    height: auto;
    left: 50%;
    bottom: 10px;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
  }
  .topics-box .link-area {
    left: 10px;
  }
  .slider .add-flex {
    display: block;
  }
  .slider li {
    color: white;
  }
  .slider li .img-box {
    width: 100%;
    height: 100%;
  }
  .slider li img {
    object-fit: cover;
    height: 100%;
  }
  .slider p {
    display: none;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 0px;
  }
  .slick-dots {
    display: none !important;
  }
  .slick-next, .slick-prev {
    height: 100%;
  }
}
@media screen and (min-width: 960px) {
  .br_for-pc {
    display: inline;
  }
  .br_for-sp {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .br_for-pc {
    display: none;
  }
  .br_for-sp {
    display: inline;
  }
}
.menu-item-1577 {
  display: none !important;
}
@media screen and (max-width: 960px) {
  .menu-item-1571 {
    display: none !important;
  }
  .menu-item-1577 {
    display: block !important;
  }
}
.navi-in ul .sub-menu li.menu-item-1671, .navi-in ul .sub-menu li.menu-item-1670 {
  display: none;
}
/*404ページ*/
.page404 .notfound {
  display: grid;
  place-items: center;
  text-align: center;
}
.page404 .notfound h1 {
  margin-bottom: 0;
}
.page404 .notfound h1::before, .page404 .notfound h1::after {
  display: none;
}
.page404 .notfound h1 span {
  display: block;
}
/* 更新日 */
.box-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-block: 20px 50px;
}
@media screen and (max-width: 500px) {
  .box-top {
    grid-template-columns: 1fr;
    margin-block: 50px;
  }
}
/*パンくず*/
.breadcrumb {
  margin: 0;
  & ul {
    & li {
      font-size: 13px;
      display: inline;
      & a {
        font-size: 13px;
        display: inline;
      }
      & span {
        margin-right: 10px;
      }
      & + li {
        margin-left: 10px;
      }
    }
  }
}
.modified_date {
  & p {
    text-align: right;
    font-size: 13px;
  }
}
@media screen and (max-width: 960px) {
  .breadcrumb {
    margin-top: -35px;
  }
}
section.tag_list ul li {
  display: inline-block;
  float: left;
  margin-top: inherit;
  margin-bottom: 20px;
  margin-left: 20px;
}
.font-weight_500 {
  font-weight: 500;
}
/*メルマガ用*/
.box_newsletter {
  width: min(100%, 600px);
  margin-inline: auto;
  margin-block: 100px;
  display: none;
}
.box_newsletter .brandingLogo {
  /* display: none; */
}
.box_newsletter #mc_embed_signup, .box_newsletter #mc_embed_signup .button, .box_newsletter .clear.foot .brandingLogo img {
  width: 100%;
}
.box_newsletter #mc_embed_signup .foot {
  grid-template-columns: 8fr 2fr;
  gap: 20px;
}
.container.mt-negative_top {
  margin-top: -70px;
}
span.text-span {
  font-size: 1rem;
  line-height: 1.75;
  font-weight: 300;
}
/* パソコン表示用 */
.pc_only {
  display: block; /* パソコンでは表示 */
}
.sp_only {
  display: none; /* スマホでは非表示 */
}
.start-limex {
  margin-top: 6rem;
  margin-bottom: 2rem;
}
/* スマホ表示用 */
@media screen and (max-width: 767px) {
  .pc_only {
    display: none !important; /* パソコンでは非表示 */
  }
  .sp_only {
    display: block; /* スマホでは表示 */
  }
  .start-limex {
    margin-top: 50px !important;
    margin-bottom: 0rem !important;
  }
}
/*wovn表示非表示*/
.wovn_jp {
  display: block;
}
.wovn_en {
  display: none;
}