@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

ol, ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

figure {
  margin: 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

input {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  margin: 0;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

main, section {
  display: block;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -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;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.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;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

html {
  font-size: 62.5%;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html, body {
  padding: 0;
  margin: 0;
  min-height: 100vh;
}

body {
  font-family: ‘游ゴシック体,YuGothic,游ゴシック,Yu Gothic,ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,Osaka,Arial,ＭＳ Ｐゴシック,MS PGothic,sans-serif’;
  font-size: 1.6rem;
  letter-spacing: 0;
  color: #212121;
  font-weight: 400;
  background: white;
  font-feature-settings: "palt";
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
}
@media (max-width: 1200px) {
  body {
    font-size: 1.6rem;
  }
}
@media (max-width: 835px) {
  body {
    font-size: 1.6rem;
  }
}
@media (max-width: 500px) {
  body {
    font-size: 1.5rem;
  }
}
@media (max-width: 375px) {
  body {
    font-size: 1.4rem;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, body {
    font-family: sans-serif;
    font-size: 1.6rem;
  }

  /* IE11 */
}
a {
  text-decoration: none;
  color: #212121;
  transition: opacity 0.2s ease-out;
}
a:focus {
  outline: 1px dotted;
}
a:focus {
  outline: none;
}
a:hover {
  opacity: 0.5;
}

img {
  max-width: 100%;
}
@media (max-width: 500px) {
  img {
    width: 100%;
  }
}

sup {
  font-size: 70%;
  vertical-align: super;
}

sub {
  font-size: 70%;
  vertical-align: sub;
}

strong {
  font-weight: normal;
  color: #FF0000;
}
strong.-underline {
  text-decoration: underline;
}

em {
  font-style: italic;
  font-weight: normal;
}

p {
  margin-bottom: 2rem;
  line-height: 2;
}
@media (max-width: 835px) {
  p {
    line-height: 1.8;
  }
}
@media (max-width: 500px) {
  p {
    line-height: 1.8;
  }
}
p.error {
  text-align: center;
}

figure {
  line-height: 150%;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

table {
  width: 100%;
}
table.-center td, table.-center th {
  text-align: center;
}
table th, table td {
  font-weight: normal;
}
table th.-center, table td.-center {
  text-align: center;
}
table th.-left, table td.-left {
  text-align: left;
}
table.-auto {
  width: auto;
}

select,
input {
  font-size: 100%;
  font-size: 16px;
}
@media (max-width: 835px) {
  select,
  input {
    font-size: 16px;
  }
}

select {
  padding: 8px;
}

textarea {
  resize: none;
}
@media (max-width: 835px) {
  textarea {
    font-size: 16px;
  }
}
textarea:focus {
  outline: 0;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  background-color: #fff;
}

input[type=submit] {
  cursor: pointer;
}

input[type=checkbox]:checked + .check::after {
  opacity: 1;
}

input::placeholder {
  color: #999;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.status-scroll .nav-lower {
  position: fixed;
}
@media (max-width: 1200px) {
  .status-scroll .nav-lower {
    position: relative;
  }
}
.status-scroll .nav-mega {
  bottom: -1px;
}
@media (max-width: 835px) {
  .status-scroll .nav-top {
    display: block;
    opacity: 1;
  }
}
.status-scroll .layout-header .logo {
  position: fixed;
  top: 23px;
}
.status-scroll .layout-header.-group .logo {
  top: 26px;
}
@media (max-width: 1200px) {
  .status-scroll .layout-header.-group .logo {
    top: 26px;
  }
}
.status-scroll .layout-header.-group .logo:before {
  top: -57px;
}
.status-scroll .container-indexscroll {
  opacity: 0;
}
.status-nav {
  touch-action: none;
  -webkit-overflow-scrolling: none;
  overflow: hidden;
  /* Other browsers */
  overscroll-behavior: none;
}
.status-nav .layout-header > .inner {
  display: block;
  transform: translateX(0px);
  opacity: 1;
}
.status-nav .nav-sp span {
  width: 50%;
  left: 25%;
}
@media (max-width: 1200px) {
  .status-nav .nav-sp span {
    width: 44%;
  }
}
.status-nav .nav-sp span:nth-child(1) {
  transform: rotate(45deg);
  margin-top: 0;
}
.status-nav .nav-sp span:nth-child(2) {
  opacity: 0;
}
.status-nav .nav-sp span:nth-child(3) {
  transform: rotate(-45deg);
  margin-top: 0;
}

.layout-screen {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.layout-header {
  width: 100%;
  left: 0;
  top: 0;
  background-color: white;
  white-space: nowrap;
  position: relative;
  z-index: 200;
  height: 96px;
}
@media (max-width: 1200px) {
  .layout-header {
    height: 66px;
  }
}
@media (max-width: 1200px) {
  .layout-header {
    position: fixed;
    z-index: 100;
    border-bottom: 1px solid #eee;
  }
}
@media (max-width: 1200px) {
  .layout-header > .inner {
    position: fixed;
    top: 96px;
    background-color: white;
    border-bottom: 1px solid #eee;
    width: calc( 100% - 56px );
    padding: 40px 32px;
    height: calc( 100vh - $header-height-nv );
    justify-content: flex-end;
    transition: all .5s;
    right: 0;
    transform: translateX(319px);
    opacity: 0;
    display: block;
    max-width: 319px;
    overflow-y: auto;
  }
}
@media (max-width: 1200px) and (max-width: 1200px) {
  .layout-header > .inner {
    top: 66px;
  }
}

@media (max-width: 1200px) {
  .layout-header > .inner > .in {
    display: flex;
    width: 100%;
    flex-direction: column-reverse;
  }
}
.layout-header .logo {
  display: block;
  width: 268px;
  z-index: 5;
  position: absolute;
  top: 60px;
  left: 24px;
  z-index: 101;
}
@media (max-width: 1200px) {
  .layout-header .logo {
    position: fixed;
    top: 23px;
    width: 217px;
    left: 16px;
  }
}
.layout-header .logo img {
  position: relative;
  z-index: 2;
}
.layout-header .logo .text {
  margin: 0 0 0 30px;
  width: 172px;
  max-width: 172px;
  display: inline-block;
}
.layout-header .logo .text img {
  display: block;
  width: 100%;
}
.layout-header.-group .logo {
  width: 110px;
  top: 58px;
}
.layout-header.-group .logo a {
  position: relative;
  z-index: 5;
}
@media (max-width: 1200px) {
  .layout-header.-group .logo {
    position: fixed;
    top: 26px;
    left: 16px;
    width: 100px;
  }
}
.layout-header.-group .logo .text {
  width: 210px;
  max-width: 210px;
}
@media (max-width: 1200px) {
  .layout-header.-group .logo .text {
    margin-left: 24px;
    width: 190px;
  }
}
.layout-header.-group .logo:before {
  content: '';
  background-color: #ccc;
  width: 180px;
  height: 96px;
  display: block;
  position: absolute;
  left: -50px;
  top: -58px;
  z-index: 1;
  transform: skew(-12deg);
}
@media (max-width: 1200px) {
  .layout-header.-group .logo:before {
    top: -56px;
    left: -62px;
  }
}
.layout-header.-group .nav-upper {
  padding-top: 18px;
}
@media (max-width: 1200px) {
  .layout-header.-group .nav-upper {
    padding-top: 30px;
  }
}
.layout-header.-group .nav-upper ul li:first-child {
  margin-right: 30px;
}
.layout-header.-group .nav-upper ul li a {
  border: none;
  padding: 0;
  min-width: 0;
}
@media (max-width: 1200px) {
  .layout-header.-group .nav-upper ul li a {
    padding: 10px 0px;
  }
}
.layout-header.-group .nav-lower {
  padding: 16px 24px 12px 24px;
}
@media (max-width: 1200px) {
  .layout-header.-group .nav-lower {
    padding: 0 0;
  }
}
.layout-header.-group .nav-global .parent > li .menu .label::after {
  bottom: -18px;
}
.layout-footer {
  background-color: #575759;
  padding: 50px 0 0px 0;
  color: white;
  white-space: nowrap;
  margin: auto 0 0 0;
}
@media (max-width: 835px) {
  .layout-footer {
    margin: 0px 0 0 0;
  }
}
@media (max-width: 500px) {
  .layout-footer {
    padding: 30px 0 0px 0;
  }
}
.layout-footer a {
  color: white;
}
.layout-footer .inner {
  display: flex;
  width: 100%;
}
@media (max-width: 1366px) {
  .layout-footer .inner {
    flex-wrap: wrap;
  }
}
.layout-footer .inner > *.info {
  flex: 0.3;
  margin: 10px 30px 0px 0;
  font-size: 1.4rem;
  line-height: 1.7;
  position: relative;
}
@media (max-width: 1366px) {
  .layout-footer .inner > *.info {
    flex: 1;
    margin: 0;
  }
}
.layout-footer .inner > *.info .logo {
  margin: 10px 30px 30px 0;
  display: block;
}
@media (max-width: 835px) {
  .layout-footer .inner > *.info .logo {
    margin: 0 0 30px 0;
  }
}
.layout-footer .inner > *.info .logo img {
  min-width: 200px;
  max-width: 228px;
  display: block;
}
@media (max-width: 500px) {
  .layout-footer .inner > *.info .logo img {
    max-width: 180px;
    min-width: 150px;
  }
}
.layout-footer .inner > *.info .address {
  margin: 30px 0 0 0;
}
@media (max-width: 500px) {
  .layout-footer .inner > *.info .address {
    margin: 30px 0;
    font-size: 1.2rem;
  }
}
.layout-footer .inner > *.info .address dd {
  margin: 0 0 1em 0;
}
.layout-footer .inner > *.info .insta {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 26px;
  height: 26px;
}
.layout-footer .inner > *.info .insta img {
  display: block;
  width: 100%;
  margin: 0;
}
.layout-footer .inner > *.sitemap {
  display: flex;
  flex-direction: column;
  margin-left: auto;
}
.layout-footer .inner > *.sitemap .group {
  font-size: 1.4rem;
  margin-top: auto;
}
@media (max-width: 500px) {
  .layout-footer .inner > *.sitemap .group {
    margin-top: 0px;
  }
}
.layout-footer .inner > *.sitemap .group ul {
  display: flex;
  flex-wrap: wrap;
}
.layout-footer .inner > *.sitemap .group ul > li {
  margin-right: 30px;
  padding: 8px 0;
}
@media (max-width: 500px) {
  .layout-footer .inner > *.sitemap .group ul > li {
    margin-right: 20px;
    letter-spacing: -0.1em;
  }
}
.layout-footer .inner > *.sitemap .group ul > li:last-child {
  margin-right: 0;
}
.layout-footer .inner > *.sitemap .group ul > li a {
  display: inline-block;
}
@media (max-width: 835px) {
  .layout-footer .inner > *.sitemap .group ul > li.title {
    width: 100%;
  }
}
.layout-footer.-group {
  background-color: #EDEDED;
  color: #212121;
}
.layout-footer.-group a {
  color: #212121;
}
.layout-footer.-group .nav-footer > .item dl {
  border-left: 1px solid #212121;
}
.layout-footer.-group .nav-copyright {
  background-color: #707070;
  color: white;
}
.layout-footer.-group .nav-copyright a {
  color: white;
}
.layout-main {
  line-height: 2;
  padding: 0 0 120px 0;
}
@media (max-width: 1200px) {
  .layout-main {
    margin-top: 66px;
  }
}
@media (max-width: 500px) {
  .layout-main {
    padding: 0 0 60px 0;
  }
}
.layout-main.-p-0 {
  padding: 0;
}
.layout-pagehead {
  margin: 0 0 60px 0;
}
@media (max-width: 835px) {
  .layout-pagehead {
    margin-bottom: 50px;
  }
}
@media (max-width: 500px) {
  .layout-pagehead {
    margin-bottom: 30px;
  }
}
.layout-pagehead > .layout-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.layout-pagehead > .layout-wrapper .nav-anchor {
  margin-left: auto;
}
.layout-pagehead > .layout-wrapper .nav {
  margin-left: auto;
}
.layout-pagehead > .layout-wrapper .date {
  margin-left: auto;
  padding-top: 22px;
}
.layout-pagehead.-left > .layout-wrapper {
  display: block;
}
.layout-pagehead.-left > .layout-wrapper .heading-section {
  margin-bottom: 10px;
}
.layout-pagehead.-left > .layout-wrapper .nav-anchor {
  margin: 0 0 20px 0;
}
.layout-pagehead.-left > .layout-wrapper .nav-anchor > * {
  margin: 0 30px 0 0;
}
.layout-pagehead .heading-section {
  margin-bottom: 0;
}
.layout-pagehead .heading-hasside {
  margin-bottom: 0;
}
.layout-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: content-box;
}
.layout-wrapper.-pad {
  padding-left: 16px;
  padding-right: 16px;
}
@media (max-width: 835px) {
  .layout-wrapper.-pad {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.layout-wrapper.-wide {
  padding-left: 16px;
  padding-right: 16px;
  max-width: none;
}
.layout-wrapper.-w640 {
  max-width: 640px;
  padding-left: 16px;
  padding-right: 16px;
}
.layout-wrapper.-w780 {
  max-width: 780px;
  padding-left: 16px;
  padding-right: 16px;
}
.layout-wrapper.-w756 {
  max-width: 756px;
  padding-left: 16px;
  padding-right: 16px;
}
.layout-wrapper.-w840 {
  max-width: 840px;
  padding-left: 16px;
  padding-right: 16px;
}
.layout-wrapper.-w900 {
  max-width: 900px;
  padding-left: 16px;
  padding-right: 16px;
}
.layout-wrapper.-w960 {
  max-width: 960px;
  padding-left: 16px;
  padding-right: 16px;
}
@media (max-width: 835px) {
  .layout-wrapper.-w960 {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 500px) {
  .layout-wrapper.-w960 {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.layout-wrapper.-w1080 {
  max-width: 1080px;
  padding-left: 16px;
  padding-right: 16px;
}
.layout-columncenter {
  margin: 0px 0 0 0;
}
@media (max-width: 1366px) {
  .layout-columncenter {
    padding: 0 40px;
  }
}
@media (max-width: 500px) {
  .layout-columncenter {
    padding: 0 16px;
  }
}
.layout-columncenter .bg {
  background-color: #efefef;
  padding: 120px 0;
}
@media (max-width: 500px) {
  .layout-columncenter .bg {
    padding: 50px 0;
  }
}
.layout-columncenter .bg.-pt0 {
  padding-top: 0;
}
.layout-columncenter .title {
  font-size: 2.0rem;
  margin-bottom: 1em;
}
.layout-columncenter .title.-center {
  text-align: center;
}
.layout-columncenter .summary {
  padding: 60px 60px 0 60px;
  margin: 0px 0;
  position: relative;
  aspect-ratio: 3 / 1;
}
@media (max-width: 835px) {
  .layout-columncenter .summary {
    width: auto;
  }
}
@media (max-width: 500px) {
  .layout-columncenter .summary {
    width: auto;
    padding: 20px 16px 20px 16px;
    margin: 20px 0;
  }
}
.layout-columncenter .summary .mywrap {
  width: calc( 50% - 20px );
}
@media (max-width: 835px) {
  .layout-columncenter .summary .mywrap {
    width: auto;
  }
}
.layout-columncenter .summary .image {
  position: absolute;
  width: calc( 50vw - 20px  );
  max-width: 640px;
  top: 0px;
  left: calc( 50% + 20px );
}
@media (max-width: 835px) {
  .layout-columncenter .summary .image {
    max-width: none;
    position: relative;
    left: auto;
    top: auto;
    margin: 0 0 30px 0;
    width: calc( 100vw - 100px);
  }
}
@media (max-width: 500px) {
  .layout-columncenter .summary .image {
    width: calc( 100vw - 32px);
  }
}
.layout-columncenter .summary .image > .inner img {
  display: block;
  width: 100%;
}
.layout-columncenter .summary.-reverse .mywrap {
  margin-left: auto;
}
.layout-columncenter .summary.-reverse .image {
  right: calc(50% + 20px);
  left: auto;
}
@media (max-width: 835px) {
  .layout-columncenter .summary.-reverse .image {
    left: -100px;
    width: calc( 100vw - 100px);
  }
}
@media (max-width: 500px) {
  .layout-columncenter .summary.-reverse .image {
    left: -32px;
    width: calc( 100vw - 32px);
  }
}
.layout-columncenter .fullimage {
  position: relative;
  left: calc( (50vw - 50%) * -1 );
  width: 100vw;
}
.layout-columncenter .fullimage .inner {
  padding: 0 24px;
}
@media (max-width: 835px) {
  .layout-columncenter .fullimage .inner {
    padding: 0 16px;
  }
}
.layout-columncenter .fullimage img {
  display: block;
  width: 100%;
}
.layout-columncenter .pad {
  padding: 0 60px;
}
@media (max-width: 500px) {
  .layout-columncenter .pad {
    padding: 0;
  }
}
.layout-columncenter.-nobg .bg {
  background-color: transparent;
  padding-top: 0;
}
.layout-2column {
  background-color: #EDEDED;
}
@media (max-width: 1366px) {
  .layout-2column {
    margin-left: 24px;
    margin-right: 24px;
  }
}
@media (max-width: 835px) {
  .layout-2column {
    margin: 80px 24px 0 24px;
  }
}
@media (max-width: 500px) {
  .layout-2column {
    margin: 80px 0 0 0;
  }
  .layout-2column:first-child {
    margin-top: 0;
  }
}
.layout-2column .summary {
  padding: 70px 60px;
  position: relative;
  aspect-ratio: 10 / 4;
}
@media (max-width: 835px) {
  .layout-2column .summary {
    width: auto;
    aspect-ratio: auto;
  }
}
@media (max-width: 500px) {
  .layout-2column .summary {
    width: auto;
    padding: 50px 16px 50px 16px;
  }
}
.layout-2column .summary .mywrap {
  width: calc( 50% );
}
@media (max-width: 835px) {
  .layout-2column .summary .mywrap {
    width: auto;
  }
}
.layout-2column .summary .image {
  position: absolute;
  max-width: 600px;
  width: calc( 50vw - $side_pad - 60px );
  top: -60px;
  left: calc( 50% + 60px );
}
@media (max-width: 835px) {
  .layout-2column .summary .image {
    max-width: none;
    position: relative;
    left: auto;
    top: auto;
    margin: 0 0 30px 0;
    width: calc( 100vw - $side_pad_tb - 84px);
  }
}
@media (max-width: 500px) {
  .layout-2column .summary .image {
    width: calc( 100vw - $side_pad_tb - $side_pad_tb );
  }
}
.layout-2column .summary .image > .inner img {
  display: block;
  width: 100%;
}
.layout-2column.-reverse .summary {
  margin-left: auto;
  position: relative;
}
@media (max-width: 835px) {
  .layout-2column.-reverse .summary {
    padding: 70px 60px 70px 60px;
  }
}
@media (max-width: 500px) {
  .layout-2column.-reverse .summary {
    padding: 50px 16px 50px 16px;
  }
}
.layout-2column.-reverse .summary .mywrap {
  position: relative;
  left: 50%;
}
@media (max-width: 835px) {
  .layout-2column.-reverse .summary .mywrap {
    left: 0;
  }
}
.layout-2column.-reverse .summary .image {
  left: auto;
  right: calc( 50% + 60px );
}
@media (max-width: 835px) {
  .layout-2column.-reverse .summary .image {
    transform: translateX(0);
    left: calc( ( $side_pad_tb + 84px ) * -1 );
  }
}
@media (max-width: 500px) {
  .layout-2column.-reverse .summary .image {
    left: calc( ($side_pad_tb + $side_pad_tb) * -1 );
  }
}
.layout-2column.-reverse .summary .image > .inner img {
  display: block;
  width: 100%;
}
.layout-2columnWide {
  background-color: #EDEDED;
  max-width: 100%;
  background-color: transparent;
  position: relative;
  margin: 0;
  aspect-ratio: 10 / 3.7;
}
@media (orientation: portrait) {
  .layout-2columnWide {
    aspect-ratio: auto;
  }
}
.layout-2columnWide:before {
  content: '';
  background-color: #ededed;
  display: block;
  width: calc( 100% - 140px );
  position: absolute;
  left: 0;
  top: 0;
  aspect-ratio: 10 / 4.2;
  min-height: 400px;
  height: 100%;
}
@media (orientation: portrait) {
  .layout-2columnWide:before {
    aspect-ratio: auto;
  }
}
@media (max-width: 835px) {
  .layout-2columnWide:before {
    left: -16px;
    min-height: 100%;
    width: calc( 100% - 40px );
  }
}
@media (max-width: 500px) {
  .layout-2columnWide:before {
    left: 0;
    width: calc( 100% - 16px );
  }
}
@media (max-width: 835px) {
  .layout-2columnWide {
    aspect-ratio: auto;
    margin: 80px 16px 0 16px;
  }
}
@media (max-width: 500px) {
  .layout-2columnWide {
    margin: 80px 0 0 00;
  }
}
.layout-2columnWide .summary {
  padding: 70px 60px;
  position: relative;
}
@media (max-width: 835px) {
  .layout-2columnWide .summary {
    width: auto;
  }
}
@media (max-width: 500px) {
  .layout-2columnWide .summary {
    width: auto;
    padding: 50px 16px 50px 16px;
  }
}
@media (max-width: 835px) {
  .layout-2columnWide .summary > .layout-wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 500px) {
  .layout-2columnWide .summary > .layout-wrapper {
    padding: 0 16px 0 16px;
  }
}
.layout-2columnWide .summary .mywrap {
  width: 33.333%;
  max-width: 360px;
}
@media (max-width: 835px) {
  .layout-2columnWide .summary .mywrap {
    width: auto;
    max-width: 100%;
  }
}
.layout-2columnWide .summary .image {
  position: absolute;
  max-width: 600px;
  width: calc( 50vw - $side_pad - 60px );
  top: -60px;
  left: calc( 50% + 60px );
  left: auto;
  right: 24px;
  width: calc( 50vw - 24px + 160px );
  max-width: none;
}
@media (max-width: 1366px) {
  .layout-2columnWide .summary .image {
    width: calc( 50vw - 24px + 10% );
  }
}
@media (max-width: 835px) {
  .layout-2columnWide .summary .image {
    max-width: none;
    position: relative;
    left: auto;
    top: auto;
    margin: 0 0 30px 0;
    width: calc( 100% - 100px );
    right: 0;
  }
}
@media (max-width: 500px) {
  .layout-2columnWide .summary .image {
    width: calc( 100% - $side_pad_tb - $side_pad_tb );
  }
}
.layout-2columnWide .summary .image > .inner img {
  display: block;
  width: 100%;
}
.layout-2columnWide.-reverse:before {
  left: 140px;
}
@media (max-width: 835px) {
  .layout-2columnWide.-reverse:before {
    left: 24px;
    width: calc(100% - 40px);
  }
}
@media (max-width: 500px) {
  .layout-2columnWide.-reverse:before {
    left: 16px;
    width: calc(100% - 16px);
  }
}
.layout-2columnWide.-reverse .summary {
  margin-left: auto;
  position: relative;
}
@media (max-width: 835px) {
  .layout-2columnWide.-reverse .summary {
    padding: 70px 60px 70px 60px;
  }
}
@media (max-width: 500px) {
  .layout-2columnWide.-reverse .summary {
    padding: 50px 16px 50px 16px;
  }
}
.layout-2columnWide.-reverse .summary .mywrap {
  left: 0;
  margin-left: auto;
  position: relative;
}
@media (max-width: 835px) {
  .layout-2columnWide.-reverse .summary .mywrap {
    left: 0;
  }
}
.layout-2columnWide.-reverse .summary .image {
  left: 24px;
  right: none;
}
@media (max-width: 835px) {
  .layout-2columnWide.-reverse .summary .image {
    transform: translateX(0);
    left: calc( ( $side_pad_tb + 84px ) * -1 );
  }
}
@media (max-width: 835px) {
  .layout-2columnWide.-reverse .summary .image {
    left: -24px;
    width: calc(100% - 76px);
    margin-left: -100px;
  }
}
@media (max-width: 500px) {
  .layout-2columnWide.-reverse .summary .image {
    left: calc( ($side_pad_tb + $side_pad_tb) * -1 );
    left: 0;
    margin-left: -32px;
    width: calc(100% - 32px );
  }
}
.layout-2columnWide.-reverse .summary .image > .inner img {
  display: block;
  width: 100%;
}
.layout-2columnWide.-nobg:before {
  content: none;
}
.layout-2columnWide.-top {
  align-items: flex-start;
}
@media (max-width: 500px) {
  .layout-2columnWide.-top {
    margin-top: 0;
  }
}
@media (max-width: 500px) {
  .layout-2columnWide.-top .summary {
    padding-top: 0;
  }
}
.layout-2columnWide.-top .summary .image {
  top: 0;
}
.layout-columnwidepad {
  position: relative;
}
.layout-columnwidepad .wrap {
  display: flex;
  position: relative;
  z-index: 2;
  padding: 0 0 80px 0;
}
@media (max-width: 835px) {
  .layout-columnwidepad .wrap {
    display: block;
    padding-bottom: 60px;
  }
}
@media (max-width: 500px) {
  .layout-columnwidepad .wrap {
    display: block;
    padding-bottom: 20px;
  }
}
.layout-columnwidepad .wrap > * {
  width: 50%;
}
.layout-columnwidepad .wrap .summary {
  padding: 80px 0 0 0;
  max-width: 438px;
  margin-right: 84px;
}
@media (max-width: 835px) {
  .layout-columnwidepad .wrap .summary {
    padding-top: 60px;
    max-width: 634px;
    width: auto;
    margin: 0 auto;
  }
}
@media (max-width: 500px) {
  .layout-columnwidepad .wrap .summary {
    padding-top: 40px;
    max-width: 311px;
  }
}
.layout-columnwidepad .image {
  left: 0;
  top: -60px;
  width: calc( 50vw + 80px );
  z-index: 3;
  margin: -80px 80px 0 0;
}
@media (max-width: 1366px) {
  .layout-columnwidepad .image {
    width: calc( 50vw + 0px );
    margin-right: 60px;
  }
}
@media (max-width: 835px) {
  .layout-columnwidepad .image {
    width: calc( 100% - 40px );
    margin-top: -60px;
  }
}
@media (max-width: 500px) {
  .layout-columnwidepad .image {
    width: calc( 100% - 32px );
    margin-top: -40px;
  }
}
.layout-columnwidepad .image img {
  display: block;
  width: 100%;
}
.layout-columnwidepad:before {
  content: '';
  background-color: #EDEDED;
  display: block;
  width: calc( 100% - 48px );
  height: 100%;
  position: absolute;
  top: 0;
  left: 24px;
}
@media (max-width: 835px) {
  .layout-columnwidepad:before {
    width: calc( 100% - 32px );
    left: 16px;
    top: 70px;
  }
}
@media (max-width: 500px) {
  .layout-columnwidepad:before {
    top: 40px;
  }
}
.layout-columnwidepad.-reverse .wrap {
  flex-direction: row-reverse;
}
.layout-columnwidepad.-reverse .image {
  margin-right: 0;
}
@media (max-width: 835px) {
  .layout-columnwidepad.-reverse .image {
    margin-left: 40px;
  }
}
@media (max-width: 500px) {
  .layout-columnwidepad.-reverse .image {
    margin-left: 32px;
  }
}
.layout-indexcolumn {
  position: relative;
}
.layout-indexcolumn .wrap {
  position: relative;
  z-index: 2;
  padding: 0 24px;
}
@media (max-width: 835px) {
  .layout-indexcolumn .wrap {
    padding: 24px;
  }
}
@media (max-width: 500px) {
  .layout-indexcolumn .wrap {
    padding: 0 14px;
  }
}
.layout-indexcolumn .image {
  width: calc( 100% - 16px );
  z-index: 3;
  margin: 0px 0px 0 16px;
  position: relative;
}
.layout-indexcolumn .image img {
  display: block;
  width: 100%;
}
@media (max-width: 500px) {
  .layout-indexcolumn > .image img {
    aspect-ratio: 190 / 117;
    width: 100%;
    object-fit: cover;
  }
}
.layout-indexcolumn:before {
  content: '';
  background-color: #EDEDED;
  display: block;
  width: calc( 100% - 24px );
  height: calc( 100% - 64px );
  position: absolute;
  top: 64px;
  left: 0;
}
@media (max-width: 835px) {
  .layout-indexcolumn:before {
    width: calc( 100% - 18px );
  }
}
.layout-hasside {
  display: flex;
}
@media (max-width: 835px) {
  .layout-hasside {
    flex-direction: column;
  }
}
.layout-hasside > * {
  flex: 1;
}
.layout-hasside > *.side {
  max-width: 260px;
  min-width: 260px;
}
@media (max-width: 835px) {
  .layout-hasside > *.side {
    min-width: none;
    max-width: none;
    margin-bottom: 50px;
  }
}
.layout-hasside > *.side > .fixed {
  position: sticky;
  top: 70px;
}
.layout-hasside > *.contents {
  margin-left: 6%;
  min-height: 300px;
}
@media (max-width: 835px) {
  .layout-hasside > *.contents {
    margin-left: 0;
  }
}
.layout-hasside.-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 835px) {
  .layout-hasside.-reverse {
    flex-direction: column-reverse;
  }
}
.layout-hasside.-reverse > *.nav-side {
  max-width: 260px;
}
@media (max-width: 835px) {
  .layout-hasside.-reverse > *.nav-side {
    max-width: none;
  }
}
.layout-hasside.-reverse > *.contents {
  margin-right: 6%;
  margin-left: 0;
}
@media (max-width: 835px) {
  .layout-hasside.-reverse > *.contents {
    padding: 0 0 40px 0;
    margin: 0 0 40px 0;
    border-bottom: 1px solid #eee;
  }
}
.layout-hasside .layout-pagehead {
  margin: 0 0 40px 0;
}
@media (max-width: 835px) {
  .layout-hasside .layout-pagehead {
    margin-bottom: 30px;
  }
}
@media (max-width: 500px) {
  .layout-hasside .layout-pagehead {
    margin-bottom: 20px;
  }
}
.layout-download {
  margin: 0 0 80px 0;
}
@media (max-width: 835px) {
  .layout-download {
    margin: 0 0 60px 0;
  }
}
@media (max-width: 500px) {
  .layout-download {
    margin: 0 0 40px 0;
  }
  .layout-download:last-of-type {
    margin-bottom: 0;
  }
}
.layout-border {
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 55px;
  margin-bottom: 55px;
}
.layout-border.-h120 {
  padding-bottom: 120px;
  margin-bottom: 120px;
}
@media (max-width: 835px) {
  .layout-border.-h120 {
    padding-bottom: 90px;
    margin-bottom: 90px;
  }
}
@media (max-width: 500px) {
  .layout-border.-h120 {
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
}
.layout-border.-h100 {
  padding-bottom: 100px;
  margin-bottom: 100px;
}
@media (max-width: 835px) {
  .layout-border.-h100 {
    padding-bottom: 80px;
    margin-bottom: 80px;
  }
}
@media (max-width: 500px) {
  .layout-border.-h100 {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}
.layout-form {
  font-size: 1.4rem;
}
.layout-topmagazine {
  padding: 120px 0;
}
@media (max-width: 500px) {
  .layout-topmagazine {
    padding: 0;
    margin-bottom: 60px;
  }
}

.nav-mega {
  position: absolute;
  background-color: white;
  bottom: 0px;
  left: 0;
  width: 100%;
  display: none;
  align-items: flex-start;
  justify-content: center;
  padding: 50px 0;
  transform: translateY(100%);
  z-index: 10;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 1200px) {
  .nav-mega {
    display: none;
    position: relative;
    transform: none;
    background: transparent;
    padding: 0;
    border: none;
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.nav-mega .inner {
  display: flex;
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .nav-mega .inner {
    display: block;
    max-width: none;
  }
}
.nav-mega .inner .title {
  font-weight: normal;
  font-size: 2.4rem;
  margin-right: 60px;
}
@media (max-width: 1200px) {
  .nav-mega .inner .title {
    display: none;
  }
}
@media (max-width: 1200px) {
  .nav-mega .inner .column:last-of-type dl dd {
    padding-bottom: 0;
  }
}
@media (max-width: 1200px) {
  .nav-mega .inner .column {
    width: 100%;
  }
}
.nav-mega .inner .column dl {
  padding: 0 0 0 12px;
  margin: 0  50px 30px 0;
}
@media (max-width: 1200px) {
  .nav-mega .inner .column dl {
    padding: 0px 0 0px 12px;
  }
}
.nav-mega .inner .column dl:last-child {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .nav-mega .inner .column dl {
    border-left: 1px solid #000;
    margin: 0 0  0;
  }
  .nav-mega .inner .column dl:last-child {
    margin-bottom: 0;
  }
}
.nav-mega .inner .column dl dt {
  font-weight: normal;
  margin: 0 0 0;
  padding: 10px 0;
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .nav-mega .inner .column dl dt {
    padding: 0;
  }
}
@media (max-width: 1200px) {
  .nav-mega .inner .column dl dt .accordion {
    margin-left: auto;
    width: 20px;
    height: 20px;
    max-width: 20px;
    display: inline-block;
    background-image: url(/assets/images/common/plus.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 80%;
  }
}
@media (max-width: 1200px) {
  .nav-mega .inner .column dl dt.-open .accordion {
    background-image: url(/assets/images/common/minus.svg);
  }
}
@media (max-width: 1200px) {
  .nav-mega .inner .column dl dt.-current .accordion {
    background-image: url(/assets/images/common/minus.svg);
  }
}
.nav-mega .inner .column dl dd {
  padding-left: 6px;
}
@media (max-width: 1200px) {
  .nav-mega .inner .column dl dd {
    display: none;
    padding-bottom: 8px;
  }
}
.nav-mega .inner .column dl dd ul > li a {
  padding: 8px 0;
}
.nav-mega .inner .column dl dd ul > li a:before {
  content: '-';
  display: inline-block;
  margin-right: 5px;
}
.nav-mega .inner .column dl .label,
.nav-mega .inner .column dl span,
.nav-mega .inner .column dl a {
  color: #212121;
  display: block;
  flex: 1;
}
@media (max-width: 1200px) {
  .nav-mega .inner .column dl .label,
  .nav-mega .inner .column dl span,
  .nav-mega .inner .column dl a {
    padding: 10px 0;
  }
}
.nav-mega .inner .column dl .icon-inline {
  width: 18px;
  vertical-align: -4px;
}
.nav-global .parent {
  display: flex;
}
@media (max-width: 1200px) {
  .nav-global .parent {
    flex-direction: column;
    width: 100%;
    padding-bottom: 30px;
  }
}
.nav-global .parent > li {
  margin-left: 32px;
}
@media (max-width: 1200px) {
  .nav-global .parent > li {
    margin-left: 0;
  }
}
.nav-global .parent > li .menu {
  color: #212121;
  width: 100%;
  padding: 10px 0;
}
@media (max-width: 1200px) {
  .nav-global .parent > li .menu {
    margin-left: 0;
    display: flex;
    padding: 16px 0;
  }
}
.nav-global .parent > li .menu .label {
  cursor: pointer;
  position: relative;
  flex: 1;
}
@media (max-width: 1200px) {
  .nav-global .parent > li .menu .label {
    font-size: 1.6rem;
  }
}
.nav-global .parent > li .menu .label:after {
  content: '';
  background-color: #000;
  height: 1px;
  width: 0%;
  display: block;
  position: absolute;
  bottom: -16px;
  transition: all .2s;
}
@media (max-width: 1200px) {
  .nav-global .parent > li .menu .label:after {
    content: none;
  }
}
.nav-global .parent > li .menu .label:hover:after {
  width: 100%;
}
.nav-global .parent > li .menu .accordion {
  cursor: pointer;
}
@media (max-width: 1200px) {
  .nav-global .parent > li .menu .accordion {
    margin-left: auto;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-image: url(/assets/images/common/plus.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 80% auto;
  }
}
@media (max-width: 1200px) {
  .nav-global .parent > li .menu .accordion.-open {
    background-image: url(/assets/images/common/minus.svg);
  }
}
.nav-global .parent > li .menu.-open .label:after {
  width: 100%;
}
@media (max-width: 1200px) {
  .nav-global .parent > li .menu.-open .accordion {
    background-image: url(/assets/images/common/minus.svg);
  }
}
.nav-global .parent > li .menu.-current .label:after {
  width: 100%;
}
.nav-global .btn {
  display: flex;
  margin-left: 20px;
}
@media (max-width: 1200px) {
  .nav-global .btn {
    margin: 0 0 30px 0;
    width: 100%;
    display: block;
  }
}
@media (max-width: 500px) {
  .nav-global .btn {
    flex-direction: column;
  }
}
.nav-global .btn > li {
  margin-right: 1px;
}
@media (max-width: 1200px) {
  .nav-global .btn > li {
    flex: 1;
  }
}
@media (max-width: 1200px) {
  .nav-global .btn > li:first-child {
    margin-bottom: 18px;
  }
}
.nav-global .btn > li:last-child {
  margin: 0;
}
.nav-global .btn > li a {
  background-color: red;
  display: block;
  padding: 10px;
  color: white;
  min-width: 160px;
  text-align: center;
}
@media (max-width: 1200px) {
  .nav-global .btn > li a {
    padding: 12px 0;
    min-width: 120px;
  }
}
@media (max-width: 500px) {
  .nav-global .btn > li a {
    min-width: 130px;
    padding: 14px;
  }
}
.nav-center {
  text-align: center;
}
.nav-side {
  margin: 0 0 50px 0;
}
@media (max-width: 1200px) {
  .nav-side {
    position: static;
  }
}
.nav-side:last-child {
  margin-bottom: 0;
}
.nav-side > .title {
  margin: 0 0 10px 0;
  font-size: 1.8rem;
}
.nav-side > .title.-onleft {
  font-size: 2.4rem;
}
@media (max-width: 835px) {
  .nav-side > .title.-onleft {
    font-size: 2.0rem;
  }
}
@media (max-width: 500px) {
  .nav-side > .title.-onleft {
    font-size: 1.8rem;
  }
}
.nav-side > ul {
  border-top: 1px solid #212121;
}
.nav-side > ul > li {
  border-bottom: 1px solid #E8E8E8;
}
.nav-side > ul > li .label {
  cursor: pointer;
  position: relative;
  flex: 1;
  font-weight: normal;
  padding: 8px 8px;
  display: block;
}
@media (max-width: 500px) {
  .nav-side > ul > li .label {
    padding: 5px 8px;
  }
}
.nav-side > ul > li .label.-br {
  line-height: 1.6;
}
.nav-side > ul > li.-current dl dd ul > li a:after {
  transform: rotate(90deg);
}
.nav-side > ul > li dl dt {
  display: flex;
  align-items: center;
  padding: 0px 0;
}
.nav-side > ul > li dl dt .accordion {
  cursor: pointer;
  margin-left: auto;
  width: 18px;
  height: 18px;
  display: inline-block;
  background-image: url(/assets/images/common/plus.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 80%;
  margin-right: 5px;
}
@media (max-width: 1200px) {
  .nav-side > ul > li dl dt .accordion {
    margin-left: auto;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-image: url(/assets/images/common/plus.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 80%;
  }
}
@media (max-width: 500px) {
  .nav-side > ul > li dl dt .accordion {
    width: 15px;
    height: 15px;
  }
}
.nav-side > ul > li dl dt.-current {
  background-color: #f7f7f7;
}
.nav-side > ul > li dl dd {
  display: none;
}
.nav-side > ul > li dl dd ul > li a:before {
  content: '-';
  display: inline-block;
  margin-right: 6px;
  padding: 8px;
}
.nav-side > ul > li dl.-open dt {
  background-color: #F7F7F7;
}
.nav-side > ul > li dl.-open dt .label:after {
  width: 100%;
}
.nav-side > ul > li dl.-open dt .accordion {
  background-image: url(/assets/images/common/minus.svg);
}
.nav-side > ul > li dl.-fixedopen dt a {
  display: block;
}
.nav-side > ul > li dl.-fixedopen dt a:after {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.nav-side > ul > li dl.-fixedopen dd {
  display: block;
}
.nav-side > ul > li dl.-fixedopen dd ul li.-current a {
  background-color: #f7f7f7;
}
.nav-side > ul > li a {
  display: flex;
  width: 100%;
  position: relative;
  align-items: center;
  line-height: 1.2;
  padding: 8px 0;
}
@media (max-width: 500px) {
  .nav-side > ul > li a {
    padding: 5px 0;
  }
}
.nav-side > ul > li a:after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: auto;
  background-image: url(/assets/images/common/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 8px;
  margin-left: 8px;
  position: absolute;
  right: 0;
  top: 18px;
}
@media (max-width: 500px) {
  .nav-side > ul > li a:after {
    width: 10px;
    height: 10px;
    margin-right: 6px;
  }
}
.nav-side.-hasthumb ul > li .label {
  display: flex;
  padding: 12px 0;
}
.nav-side.-hasthumb ul > li .label:after {
  content: none;
}
.nav-side.-hasthumb ul > li .label > *.thumb {
  max-width: 64px;
  min-width: 64px;
  margin-right: 10px;
}
.nav-side.-hasthumb ul > li .label > *.thumb img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  width: 100%;
}
.nav-side.-hasthumb ul > li .label > *.summary {
  font-size: 1.4rem;
  line-height: 1.4;
}
.nav-side.-hasthumb ul > li .label > *.summary .list-meta {
  margin-top: 2px;
}
.nav-side.-noarrow > ul > li .label {
  padding: 8px;
  line-height: 2;
  cursor: default;
  opacity: 0.5;
}
.nav-side.-noarrow > ul > li a {
  opacity: 1;
  cursor: pointer;
}
.nav-side.-noarrow > ul > li a:after {
  content: none;
}
.nav-side.-noarrow > ul > li a.label {
  opacity: 1;
}
.nav-sp {
  position: absolute;
  right: 10px;
  top: 6px;
  width: 50px;
  height: 50px;
  display: none;
  cursor: pointer;
  z-index: 103;
}
@media (max-width: 1200px) {
  .nav-sp {
    display: block;
  }
}
@media (max-width: 500px) {
  .nav-sp {
    right: 4px;
  }
}
.nav-sp:hover {
  opacity: 0.7;
}
.nav-sp span {
  display: inline-block;
  height: 1px;
  width: 56%;
  margin: 0 auto;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 22%;
  transition: all 0.2s ease-in-out;
}
.nav-sp span:nth-child(2) {
  margin-top: -8px;
}
.nav-sp span:nth-child(3) {
  margin-top: 8px;
}
.nav-upper {
  padding: 12px 24px 0 24px;
  font-size: 1.4rem;
}
@media (max-width: 1200px) {
  .nav-upper {
    padding: 30px 0 0 0;
  }
}
.nav-upper ul {
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
  text-align: right;
}
@media (max-width: 1200px) {
  .nav-upper ul {
    flex-direction: column;
    text-align: left;
  }
}
.nav-upper ul > li > a {
  display: block;
  color: #212121;
  border: 1px solid #C7C7C7;
  border-right: none;
  padding: 6px 12px;
  min-width: 120px;
}
@media (max-width: 1200px) {
  .nav-upper ul > li > a {
    margin-left: 0;
    padding: 12px 0;
    display: block;
    border: none;
  }
}
.nav-upper ul > li:last-child a {
  border-right: 1px solid #C7C7C7;
}
@media (max-width: 1200px) {
  .nav-upper ul > li:last-child a {
    border: none;
  }
}
.nav-lower {
  display: flex;
  padding: 10px 24px 10px 24px;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  background-color: white;
  border-bottom: 1px solid #E8E8E8;
}
@media (max-width: 1200px) {
  .nav-lower {
    padding: 0 0 30px 0;
  }
}
.nav-lower .nav-global {
  margin-left: auto;
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .nav-lower .nav-global {
    margin-left: 0;
    width: 100%;
    flex-direction: column-reverse;
  }
}
.nav-bread {
  white-space: nowrap;
  font-size: 1.2rem;
  padding: 10px 24px;
  line-height: 1.1;
  margin: 0 0 40px 0;
  color: #575759;
}
@media (max-width: 835px) {
  .nav-bread {
    padding: 8px 16px;
    margin-bottom: 30px;
  }
}
@media (max-width: 500px) {
  .nav-bread {
    padding: 5px 16px;
    font-size: 1.0rem;
    margin-bottom: 15px;
  }
}
.nav-bread ul {
  display: flex;
  flex-wrap: wrap;
}
.nav-bread ul > li {
  margin: 5px 0;
}
.nav-bread ul > li::after {
  content: '>';
  margin: 0 6px;
}
.nav-bread ul > li:last-child::after {
  content: none;
  margin-right: 0;
}
.nav-bread ul > li > a {
  color: #575759;
}
.nav-category {
  margin: 0 0  0;
  white-space: nowrap;
}
@media (max-width: 500px) {
  .nav-category {
    white-space: normal;
  }
}
.nav-category ul {
  display: flex;
  flex-wrap: wrap;
}
.nav-category ul > li {
  margin-right: 40px;
}
@media (max-width: 835px) {
  .nav-category ul > li {
    margin-right: 20px;
  }
}
.nav-category ul > li:last-child {
  margin-right: 0;
}
.nav-category ul > li span,
.nav-category ul > li a {
  cursor: pointer;
  position: relative;
  display: block;
  margin: 0 0;
  padding-bottom: 2px;
  transition: all .3s;
}
@media (max-width: 500px) {
  .nav-category ul > li span,
  .nav-category ul > li a {
    display: inline-block;
  }
}
.nav-category ul > li span:after,
.nav-category ul > li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #333;
  transition: all 0.2s;
}
.nav-category ul > li span:hover,
.nav-category ul > li a:hover {
  opacity: 0.6;
}
.nav-category ul > li span:hover:after,
.nav-category ul > li a:hover:after {
  width: 100%;
}
.nav-category ul > li span {
  cursor: default;
}
.nav-category ul > li span:hover:after {
  content: none;
}
.nav-category ul > li.-current span:after,
.nav-category ul > li.-current a:after {
  content: '';
  width: 100%;
}
.nav-category + .grid-block, .nav-category + .list-news {
  margin-top: 40px;
}
@media (max-width: 500px) {
  .nav-category.-group ul {
    flex-direction: column;
  }
}
.nav-category.-group ul li {
  font-size: 1.4rem;
  margin-right: 32px;
  text-align: center;
}
.nav-category.-group ul li:last-child {
  margin-right: 0;
}
.nav-pager {
  font-size: 1.8rem;
  display: none;
}
@media (max-width: 835px) {
  .nav-pager {
    font-size: 1.6rem;
  }
}
@media (max-width: 500px) {
  .nav-pager {
    font-size: 1.5rem;
  }
}
.nav-pager ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  line-height: 1;
}
@media (max-width: 500px) {
  .nav-pager ul {
    gap: 6px;
  }
}
.nav-pager ul > * {
  margin: 0 4px;
}
.nav-pager ul > * a, .nav-pager ul > * span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 30px;
  text-align: center;
  opacity: 0.5;
  position: relative;
  padding: 2px 2px;
}
.nav-pager ul > * a:before, .nav-pager ul > * span:before {
  content: '';
  width: 0;
  height: 1px;
  background-color: #212121;
  position: absolute;
  left: 0;
  bottom: -5px;
  transition: all .3s;
}
.nav-pager ul > * a:hover {
  opacity: 1;
}
.nav-pager ul > * a:hover:before {
  width: 100%;
}
.nav-pager ul > *.-current span,
.nav-pager ul > *.-current a {
  position: relative;
  opacity: 1;
}
.nav-pager ul > *.-current span {
  position: relative;
}
.nav-pager ul > *.-current span:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #212121;
  position: absolute;
  left: 0;
  bottom: -5px;
}
.nav-pager ul > *.next, .nav-pager ul > *.prev {
  position: relative;
}
.nav-pager ul > *.next span,
.nav-pager ul > *.next a, .nav-pager ul > *.prev span,
.nav-pager ul > *.prev a {
  opacity: 1;
}
.nav-pager ul > *.next span:after,
.nav-pager ul > *.next a:after, .nav-pager ul > *.prev span:after,
.nav-pager ul > *.prev a:after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 50%;
}
.nav-pager ul > *.next span, .nav-pager ul > *.prev span {
  opacity: 0;
}
.nav-pager ul > *.next a, .nav-pager ul > *.prev a {
  opacity: 1;
}
.nav-pager ul > *.prev span:after,
.nav-pager ul > *.prev a:after {
  background-image: url(/assets/images/common/pager_prev.svg);
}
.nav-pager ul > *.next span:after,
.nav-pager ul > *.next a:after {
  background-image: url(/assets/images/common/pager_next.svg);
}
.nav-pager.-article ul {
  column-gap: 20px;
}
.nav-pager.-article ul li > a {
  width: auto;
  display: flex;
  align-items: center;
  opacity: 1;
}
.nav-pager.-article ul li > a .label {
  margin: 0 10px;
}
.nav-pager.-article ul li.prev a {
  flex-direction: row-reverse;
}
.nav-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 40px 0;
  width: 100%;
}
@media (max-width: 835px) {
  .nav-footer {
    display: none;
  }
}
.nav-footer > .item a {
  display: block;
  padding: 2px 0;
}
.nav-footer > .item .title {
  padding: 12px 0;
}
.nav-footer > .item ul li {
  margin: 12px 0;
}
.nav-footer > .item dl {
  border-left: 1px solid white;
  padding: 0 0 0 10px;
  margin: 0 0 0px 5px;
  font-size: 1.4rem;
}
.nav-footer > .item dl > dt {
  font-weight: normal;
  padding: 2px 0;
}
.nav-footer > .item dl > dt + dt {
  margin-top: 4px;
}
.nav-footer > .item dl > dd a {
  padding-left: 4px;
}
.nav-footer > .item dl > dd a:before {
  content: '-';
  display: inline-block;
  margin: 0 4px 0 0;
}
.nav-copyright {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 5px 24px;
  width: 100%;
  margin: 20px 0 0 0;
  font-size: 1.2rem;
  white-space: nowrap;
}
@media (max-width: 835px) {
  .nav-copyright {
    padding: 20px 12px;
  }
}
@media (max-width: 500px) {
  .nav-copyright {
    font-size: 1.2rem;
    margin-top: 20px;
    padding: 10px 12px;
  }
}
.nav-copyright a {
  display: block;
  padding: 5px;
}
.nav-copyright > ul {
  display: flex;
  align-items: center;
}
.nav-copyright > ul > li {
  margin-right: 10px;
}
.nav-copyright > ul > li:last-child {
  margin-right: 0;
}
.nav-copyright .copyright {
  margin: 10px 0 10px auto;
}
@media (max-width: 500px) {
  .nav-copyright .copyright {
    margin-left: 0;
    padding: 0 0 0 0;
  }
}
.nav-anchor {
  display: flex;
  font-size: 1.4rem;
  align-items: center;
  white-space: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 500px) {
  .nav-anchor {
    align-items: flex-start;
  }
}
.nav-anchor > * {
  margin-left: 20px;
}
@media (max-width: 500px) {
  .nav-anchor > * {
    margin: 0 14px 0 0;
  }
}
.nav-anchor > * a:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url(/assets/images/common/anchor.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  margin-left: 6px;
}
.nav-anchor.-link > * {
  border-right: 1px solid;
  margin: 0;
  padding: 0 20px;
  line-height: 1.2;
}
.nav-anchor.-link > *:last-child {
  border-right: none;
  padding-right: 0;
}
.nav-anchor.-link > *.-current a {
  opacity: 1;
}
.nav-anchor.-link > * a {
  opacity: 0.5;
}
.nav-anchor.-link > * a:after {
  content: none;
}
.nav-sectionanchor {
  display: flex;
  align-items: center;
  white-space: nowrap;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 2.0rem;
  margin: 0 0 150px 0;
}
@media (max-width: 835px) {
  .nav-sectionanchor {
    margin-bottom: 80px;
    font-size: 1.8rem;
  }
}
@media (max-width: 500px) {
  .nav-sectionanchor {
    margin-bottom: 40px;
    font-size: 1.6rem;
  }
}
.nav-sectionanchor > * {
  margin: 0 16px;
}
.nav-sectionanchor > * a {
  position: relative;
}
.nav-sectionanchor > * a:after {
  content: '';
  display: inline-block;
  margin-left: 6px;
  width: 14px;
  height: 14px;
  background-image: url(/assets/images/common/anchor.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 80%;
}
.nav-articletotop {
  text-align: center;
}
.nav-separate {
  display: flex;
  justify-content: space-between;
  margin: 0 0 30px 0;
}
.nav-btn {
  text-align: right;
}
@media (max-width: 500px) {
  .nav-btn .btn-basic {
    display: flex;
    margin: 24px 0 !important;
  }
  .nav-btn .btn-basic + br {
    display: none;
  }
}
.nav-btn.-left {
  text-align: left;
}
.nav-btn.-spacebetween {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 835px) {
  .nav-btn.-spacebetween .btn-basic {
    width: 100%;
    min-width: 100px;
  }
}
@media (max-width: 500px) {
  .nav-btn.-spacebetween {
    display: block;
    max-width: 80%;
    margin: 0 auto;
  }
}
.nav-btn.-tochigiindexinfo {
  max-width: 310px;
  margin-left: auto;
}
@media (max-width: 500px) {
  .nav-btn.-tochigiindexinfo {
    max-width: none;
    margin-left: 0;
  }
}
.nav-btn.-tochigiindexinfo > .btn-basic {
  width: 100%;
}
.nav-group {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 500px) {
  .nav-group {
    flex-direction: column;
    gap: 20px;
  }
}
.nav-group.-left {
  justify-content: flex-start;
}
.nav-group.-left > * {
  margin-right: 60px;
}
@media (max-width: 500px) {
  .nav-group.-left > * {
    margin-right: 0;
  }
}
.nav-group.-left > *:last-child {
  margin-right: 0;
}
.nav-accordionbtn ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 835px) {
  .nav-accordionbtn ul {
    gap: 20px;
  }
}
@media (max-width: 500px) {
  .nav-accordionbtn ul {
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.nav-accordionbtn ul > * .label {
  display: block;
  text-align: center;
  border: 1px solid #C7C7C7;
  padding: 11px 0;
  cursor: pointer;
  transition: all .3s;
}
.nav-accordionbtn ul > *.-current .label {
  border-color: #49BAF2;
}
.nav-accordionbtn.-cols4 ul {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.nav-accordionbtn.-contact {
  font-size: 1.4rem;
}
.nav-accordionbtn.-contact ul {
  gap: 10px;
}
@media (max-width: 500px) {
  .nav-accordionbtn.-contact ul {
    grid-template-columns: repeat(2, 1fr);
    white-space: nowrap;
  }
}
.nav-accordionbtn.-contact ul > * .label {
  border-color: #575759;
  text-align: center;
  line-height: 1.4;
  padding: 6px 0;
}
@media (max-width: 500px) {
  .nav-accordionbtn.-contact ul > * .label {
    letter-spacing: -0.1em;
  }
}
.nav-accordionbtn.-contact ul > * .label .sub {
  display: block;
}
@media (max-width: 500px) {
  .nav-accordionbtn.-contact ul > * .label .sub {
    letter-spacing: 0em;
  }
}
.nav-accordionbtn.-contact ul > *.-current .label {
  border-color: #575759;
  background-color: #575759;
  color: white;
}
.nav-accordionbtn.-contact ul > *:hover .label {
  background-color: #999999;
  color: white;
}
.nav-top {
  width: 44px;
  height: 44px;
  display: none;
  border-radius: 50%;
  border: 1px solid #212121;
  background-color: white;
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  background: white url(/assets/images/common/top.svg) no-repeat;
  background-position: 50%;
  background-size: 50%;
  z-index: 10;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: all .3s;
  opacity: 0;
}
.nav-form {
  text-align: center;
}
.nav-form > * {
  margin: 0 auto;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.bg-shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(33, 33, 33, 0.3);
  display: none;
  z-index: 50;
}
.bg-gray {
  background-color: #EDEDED;
  min-height: 50vh;
  padding: 80px 0;
}
@media (max-width: 835px) {
  .bg-gray {
    padding: 60px 0;
  }
}
@media (max-width: 500px) {
  .bg-gray {
    padding: 40px 0;
  }
}
.bg-gray .card-download {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.03);
}
.bg-lightgray {
  background-color: #F7F7F7;
}

.article-news .header {
  margin: 0 0 30px 0;
}
.article-news .header .title {
  font-size: 2.4rem;
  margin: 0 0 10px 0;
  line-height: 1.75;
}
@media (max-width: 835px) {
  .article-news .header .title {
    font-size: 2.2rem;
  }
}
@media (max-width: 500px) {
  .article-news .header .title {
    font-size: 2.0rem;
  }
}
.article-news .mt-be-columns {
  gap: 20px;
}
.article-news .asset-image {
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 500px) {
  .article-news .asset-image {
    width: auto;
  }
}

.heading-line {
  border-bottom: 1px solid #212121;
  padding: 0 0 17px 0;
  margin: 0 0 1.0em 0;
  font-size: 3.2rem;
  font-weight: normal;
  line-height: 1.7;
}
@media (max-width: 835px) {
  .heading-line {
    font-size: 2.8rem;
  }
}
@media (max-width: 500px) {
  .heading-line {
    font-size: 2.4rem;
  }
}
.heading-box {
  border: 1px solid #C7C7C7;
  padding: 2px 2px;
  text-align: center;
  margin: 0 0 20px 0;
}
.heading-section {
  font-size: 4.4rem;
  margin: 0 0 30px 0;
  font-weight: normal;
  line-height: 1.5;
}
@media (max-width: 835px) {
  .heading-section {
    font-size: 3.8rem;
  }
}
@media (max-width: 500px) {
  .heading-section {
    font-size: 2.8rem;
  }
}
.heading-hasside {
  font-size: 4.4rem;
  margin: 0 0 30px 0;
  font-weight: normal;
}
@media (max-width: 835px) {
  .heading-hasside {
    font-size: 3.6rem;
    margin-bottom: 20px;
  }
}
@media (max-width: 500px) {
  .heading-hasside {
    font-size: 2.8rem;
    margin-bottom: 20px;
  }
}
.heading-subsection {
  font-size: 3.2rem;
  text-align: center;
  margin: 0 0 1em 0;
}
@media (max-width: 500px) {
  .heading-subsection {
    font-size: 2.2rem;
  }
}
.heading-subsection.-left {
  text-align: left;
}
.heading-pagetitlesub {
  margin: 0 0 10px 0;
}
.heading-pagetitlesub + .heading-section {
  margin-top: -0.4em;
}
@media (max-width: 500px) {
  .heading-pagetitlesub + .heading-section {
    margin-top: -0.2em;
  }
}
.heading-border {
  border-bottom: 1px solid #212121;
  font-size: 2.4rem;
  padding: 0 0 10px 20px;
  margin: 0px 0 1.6em 0;
  position: relative;
}
@media (max-width: 835px) {
  .heading-border {
    font-size: 2.2rem;
    margin-bottom: 1.3em;
  }
}
@media (max-width: 500px) {
  .heading-border {
    font-size: 2.0rem;
    margin-bottom: 1.0em;
  }
}
.heading-border:before {
  content: '';
  width: 12px;
  height: 12px;
  background-color: #212121;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0.8em;
}
.heading-border.-group {
  border-color: #212121;
}
.heading-border.-group:before {
  background-color: #212121;
}
.heading-border.-cleantech {
  border-color: #03AF7A;
}
.heading-border.-cleantech:before {
  background-color: #03AF7A;
}
.heading-border.-thermal {
  border-color: #49BAF2;
}
.heading-border.-thermal:before {
  background-color: #49BAF2;
}
.heading-border.-medical {
  border-color: #0055F2;
}
.heading-border.-medical:before {
  background-color: #0055F2;
}
.heading-border.-tochigi {
  border-color: #F2A600;
}
.heading-border.-tochigi:before {
  background-color: #F2A600;
}
.heading-square {
  position: relative;
  padding: 0 0 0 1.2em;
}
.heading-square:before {
  content: '';
  width: 12px;
  height: 12px;
  background-color: #212121;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0.7em;
}
.heading-square.-group {
  border-color: #212121;
}
.heading-square.-group:before {
  background-color: #212121;
}
.heading-square.-cleantech {
  border-color: #03AF7A;
}
.heading-square.-cleantech:before {
  background-color: #03AF7A;
}
.heading-square.-thermal {
  border-color: #49BAF2;
}
.heading-square.-thermal:before {
  background-color: #49BAF2;
}
.heading-square.-medical {
  border-color: #0055F2;
}
.heading-square.-medical:before {
  background-color: #0055F2;
}
.heading-square.-tochigi {
  border-color: #F2A600;
}
.heading-square.-tochigi:before {
  background-color: #F2A600;
}
.heading-square.-f24 {
  font-size: 2.4rem;
}
@media (max-width: 835px) {
  .heading-square.-f24 {
    font-size: 2.0rem;
  }
}
@media (max-width: 500px) {
  .heading-square.-f24 {
    font-size: 1.8rem;
  }
}
.heading-square.-f24:before {
  top: 0.8em;
}
.heading-square.-residents:before {
  background-color: #F0F5E2;
}
.heading-square.-localgovernment:before {
  background-color: #E6E9F4;
}
.heading-square.-pfi:before {
  background-color: #E5F7F1;
}
.heading-borderline {
  border-bottom: 1px solid #212121;
  font-size: 2.8rem;
  padding: 0 0 10px 0;
  margin: 0px 0 1.6em 0;
  position: relative;
}
@media (max-width: 835px) {
  .heading-borderline {
    font-size: 2.4rem;
  }
}
@media (max-width: 500px) {
  .heading-borderline {
    font-size: 2.0rem;
  }
}
.heading-borderline.-f24 {
  font-size: 2.4rem;
}
@media (max-width: 835px) {
  .heading-borderline.-f24 {
    font-size: 2.0rem;
  }
}
@media (max-width: 500px) {
  .heading-borderline.-f24 {
    font-size: 1.8rem;
  }
}
.heading-borderline.-f24 .sub {
  font-size: 1.8rem;
  margin-left: 2em;
}
.heading-borderline.-f20 {
  font-size: 2.0rem;
  padding: 0 0 6px 0;
  border-color: #C7C7C7;
}
@media (max-width: 500px) {
  .heading-borderline.-f20 {
    font-size: 1.8rem;
  }
}
.heading-borderline.-f18 {
  font-size: 1.8rem;
  padding: 0 0 6px 0;
  border-color: #C7C7C7;
  margin: 0px 0 1.2em 0;
}
@media (max-width: 500px) {
  .heading-borderline.-f18 {
    font-size: 1.6rem;
  }
}
.heading-item {
  font-size: 2.4rem;
  margin: 0 0 1.4em 0;
}
@media (max-width: 835px) {
  .heading-item {
    font-size: 2.0rem;
  }
}
@media (max-width: 500px) {
  .heading-item {
    font-size: 1.8rem;
    margin-bottom: 5px;
  }
}
.heading-item.-center {
  text-align: center;
}
.heading-bar {
  background-color: #E8E8E8;
  padding: 2px 10px;
  margin: 0px 0 1.6em 0;
}
.heading-index {
  text-align: center;
  line-height: 1.5;
}
.heading-index span {
  display: block;
}
.heading-index span.sub {
  font-size: 1.2rem;
}
.heading-index span.main {
  font-size: 4.0rem;
}
@media (max-width: 835px) {
  .heading-index span.main {
    font-size: 3.6rem;
  }
}
@media (max-width: 500px) {
  .heading-index span.main {
    font-size: 3.2rem;
  }
}
.heading-index.-left {
  text-align: left;
}
.heading-index.-border {
  border-bottom: 1px solid #212121;
  padding-bottom: 1em;
}
.heading-child {
  font-size: 2.0rem;
  margin: 0 0 1em 0;
}
@media (max-width: 835px) {
  .heading-child {
    font-size: 1.8rem;
  }
}
@media (max-width: 500px) {
  .heading-child {
    font-size: 1.6rem;
  }
}

.p-catch {
  margin: 0 0;
  padding: 0 24px;
  font-size: 2.6rem;
  text-align: center;
}
@media (max-width: 835px) {
  .p-catch {
    margin-top: 0;
  }
}
@media (max-width: 500px) {
  .p-catch {
    text-align: left;
  }
}
.p-catch.-f32 {
  font-size: 3.2rem;
}
@media (max-width: 835px) {
  .p-catch.-f32 {
    font-size: 2.8rem;
  }
}
@media (max-width: 500px) {
  .p-catch.-f32 {
    font-size: 2.4rem;
  }
}
.p-summary {
  font-size: 2.0rem;
  margin: 0 0 0.8em 0;
  line-height: 1.7;
}
@media (max-width: 500px) {
  .p-summary {
    font-size: 1.8rem;
  }
  .p-summary br {
    display: none;
  }
}
.p-sidesummary {
  font-size: 2.4rem;
  margin: 0 0 0.8em 0;
}
@media (max-width: 835px) {
  .p-sidesummary {
    font-size: 2.0rem;
  }
}
@media (max-width: 500px) {
  .p-sidesummary {
    font-size: 1.8rem;
  }
}
.p-sidesummary.-center {
  text-align: center;
}
@media (max-width: 500px) {
  .p-sidesummary.-center {
    text-align: left;
  }
}
.p-headsummary {
  font-size: 2.4rem;
  margin: 0 0 40px 0;
  text-align: center;
}
@media (max-width: 835px) {
  .p-headsummary {
    font-size: 2.2rem;
    margin-bottom: 1.6em;
  }
}
@media (max-width: 500px) {
  .p-headsummary {
    font-size: 2.0rem;
    text-align: left;
    margin-bottom: 1.4em;
  }
}
.p-headsummary.-left {
  text-align: left;
}
.p-center {
  text-align: center;
}
.p-message {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 3em;
  line-height: 2.5;
  padding: 0 24px;
}
@media (max-width: 500px) {
  .p-message {
    text-align: left;
    line-height: 2;
    font-size: 1.6rem;
  }
}
.p-indexcopy {
  font-size: 2.4rem;
}
@media (max-width: 835px) {
  .p-indexcopy {
    font-size: 2.0rem;
  }
}
@media (max-width: 500px) {
  .p-indexcopy {
    font-size: 1.8rem;
  }
}
.p-18 {
  font-size: 1.8rem;
}
@media (max-width: 835px) {
  .p-18 {
    font-size: 1.7rem;
  }
}
@media (max-width: 500px) {
  .p-18 {
    font-size: 1.6rem;
  }
}
.p-20 {
  font-size: 2.0rem;
}
.p-road:before {
  content: '';
  height: 4px;
  width: 20px;
  background-color: #F75C6C;
  display: inline-block;
  vertical-align: 4px;
  margin-right: 12px;
}
.p-vertical {
  line-height: 1;
  white-space: normal !important;
}
.p-vertical span {
  white-space: pre;
  display: block;
}
.p-underline {
  text-decoration: underline;
}
.p-right {
  text-align: right;
}

.container-image {
  display: flex;
  line-height: 1.7;
  margin: 0 0 80px;
}
.container-image:last-child {
  margin-bottom: 0;
}
@media (max-width: 835px) {
  .container-image {
    margin-bottom: 60px;
  }
}
@media (max-width: 500px) {
  .container-image {
    flex-direction: column;
    margin-bottom: 40px;
    padding: 0 0px;
  }
}
@media (max-width: 835px) {
  .container-image.-img722 {
    flex-direction: column;
    margin-bottom: 40px;
    padding: 0 0px;
  }
}
.container-image.-img722 > *.img {
  max-width: 722px;
  width: 60%;
}
@media (max-width: 835px) {
  .container-image.-img722 > *.img {
    max-width: 100%;
    width: auto;
    margin: 0 0 40px 0;
  }
}
.container-image > * {
  flex: 1;
}
.container-image > *.img {
  max-width: 286px;
  width: 40%;
  margin-right: 40px;
}
@media (max-width: 500px) {
  .container-image > *.img {
    margin-right: 0;
    margin-bottom: 30px;
    max-width: none;
    width: auto;
  }
}
.container-image > *.img img {
  display: block;
}
.container-image > *.img.-square {
  max-width: 240px;
  width: 100%;
}
.container-image > *.summary .title {
  font-size: 2.4rem;
  margin: -0.5em 0 10px 0;
  line-height: 2;
}
@media (max-width: 835px) {
  .container-image > *.summary .title {
    font-size: 2.2rem;
  }
}
@media (max-width: 500px) {
  .container-image > *.summary .title {
    font-size: 2.0rem;
  }
}
.container-image > *.summary .title.-fz2 {
  font-size: 2.0rem;
}
.container-image > *.summary .text {
  margin-bottom: 20px;
}
.container-image > *.summary .nav {
  margin: 0 0 0;
  text-align: right;
}
.container-image > *.summary .definition {
  line-height: 2;
}
.container-image > *.summary .definition > dt {
  font-size: 2.0rem;
}
.container-image > *.summary .definition > dt.-sub {
  font-size: 1.8rem;
}
.container-image > *.summary .definition dd {
  margin: 0 0 1.5em 0;
}
.container-image.-half > * {
  flex: 1;
}
.container-image.-half > *.img {
  max-width: none;
}
.container-image.-gray {
  background-color: #F7F7F7;
  padding: 30px;
}
.container-image.-index {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 835px) {
  .container-image.-index {
    display: block;
  }
}
.container-image.-index > .inner {
  padding: 0;
}
.container-image.-index .slider-list {
  width: 100vw;
}
@media (max-width: 835px) {
  .container-image.-index .slider-list {
    width: 100%;
  }
}
.container-image.-index .item .wrap {
  height: calc(100vh - $header-height );
}
@media (max-width: 1200px) {
  .container-image.-index .item .wrap {
    height: calc(100vh - $header-height-nv );
  }
}
@media (orientation: portrait) {
  .container-image.-index .item .wrap {
    height: auto;
  }
}
.container-image.-index .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (orientation: portrait) {
  .container-image.-index .item img {
    height: auto;
  }
}
.container-image.-groupindex {
  position: relative;
  display: block;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 835px) {
  .container-image.-groupindex {
    display: block;
  }
}
.container-image.-groupindex > .inner .copy {
  background-color: #333;
  color: white;
  white-space: nowrap;
  position: absolute;
  bottom: 32px;
  right: 0;
  width: 33%;
  min-width: 150px;
  font-size: 3.6rem;
  padding: 20px 20px 20px 20px;
}
@media (max-width: 835px) {
  .container-image.-groupindex > .inner .copy {
    font-size: 2.6rem;
    padding: 10px 20px;
  }
}
@media (max-width: 500px) {
  .container-image.-groupindex > .inner .copy {
    font-size: 1.8rem;
    padding-left: 14px;
  }
}
.container-image.-groupindex img {
  display: block;
  width: 100%;
  height: calc(100vh - $header-height);
  object-fit: cover;
}
@media (orientation: portrait) {
  .container-image.-groupindex img {
    height: auto;
  }
}
@media (max-width: 1200px) {
  .container-image.-groupindex img {
    height: calc(100vh - $header-height-nv);
  }
}
.container-image.-groupindex .slider-list {
  margin: 0;
}
@media (max-width: 835px) {
  .container-image.-groupindex .slider-list {
    width: 100%;
  }
}
.container-image.-groupindex .summary {
  background-color: white;
  position: absolute;
  width: 308px;
  padding: 50px 0px 50px 0;
  top: 50%;
  left: 83px;
  transform: translateY(-50%);
  box-sizing: content-box;
  margin: -20px 0 0 0;
}
@media (max-width: 835px) {
  .container-image.-groupindex .summary {
    transform: none;
    width: auto;
    position: static;
    padding: 30px 24px 0 24px;
    max-width: 544px;
    margin: 0 auto;
  }
}
@media (max-width: 500px) {
  .container-image.-groupindex .summary {
    transform: none;
    width: auto;
    position: static;
    padding: 30px 24px 0 24px;
  }
}
.container-image.-groupindex .summary .main {
  font-size: 10.2rem;
  letter-spacing: -0.15em;
  white-space: nowrap;
  margin: 0 0 0.2em;
  line-height: 1.1;
  max-width: 260px;
}
@media (max-width: 835px) {
  .container-image.-groupindex .summary .main {
    max-width: 124px;
  }
}
@media (max-width: 500px) {
  .container-image.-groupindex .summary .main {
    max-width: 124px;
  }
}
.container-image.-groupindex .summary .main img {
  display: block;
  width: 100%;
}
@media (max-width: 500px) {
  .container-image.-groupindex .summary .main {
    font-size: 7.8rem;
  }
}
.container-image.-groupindex .summary p {
  line-height: 2.5;
  font-size: 2.0rem;
}
@media (max-width: 500px) {
  .container-image.-groupindex .summary p {
    font-size: 1.6rem;
  }
}
.container-image.-border {
  border: 1px solid #C7C7C7;
}
.container-image.-landfill {
  padding: 34px;
}
.container-image.-landfill img {
  margin: 0 auto;
}
.container-image.-water {
  padding: 34px;
}
.container-image.-water img {
  max-width: 100%;
  margin: 0 auto;
}
.container-image.-tour {
  background-color: #F7F7F7;
  padding: 30px 0;
}
@media (max-width: 500px) {
  .container-image.-tour {
    margin-bottom: 20px;
  }
}
.container-image.-tour img {
  display: block;
  max-width: 70%;
  width: 100%;
  margin: 0 auto;
}
.container-imagegrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 40px;
}
.container-imagegrid > .img.-wide {
  grid-column: 1 / 3;
}
.container-imagegrid > .img.-tall {
  grid-row: 1 / 3;
}
.container-imagegrid img {
  display: block;
  width: 100%;
}
.container-imagegrid iframe {
  display: block;
  width: 100%;
  height: auto;
  min-height: 430px;
}
.container-imagegrid.-PFI img {
  display: block;
  max-width: 378px;
  margin: 0 auto;
}
.container-imagegrid.-map iframe {
  max-height: 299px;
  min-height: 299px;
}
.container-headimage img {
  display: block;
  width: 100%;
}
@media (max-width: 500px) {
  .container-headimage img {
    object-fit: cover;
    height: 25vh;
  }
}
.container-headimage.-right {
  padding-left: 60px;
}
@media (max-width: 835px) {
  .container-headimage.-right {
    padding-left: 16px;
  }
}
.container-headimage.-thermalletter img {
  object-position: 20% 50%;
}
.container-bottomindex {
  padding: 80px 0 0 0;
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media (max-width: 500px) {
  .container-bottomindex {
    display: block;
    padding: 40px 0 0 0;
  }
  .container-bottomindex > * {
    margin-bottom: 20px;
  }
}
.container-bottomindex a {
  display: block;
  max-width: 520px;
}
.container-bottomindex a img {
  display: block;
  width: 100%;
}
.container-wideimage {
  margin: 20px 0;
}
.container-wideimage img {
  display: block;
  width: 100%;
}
.container-contactbox {
  border: 1px solid #212121;
  padding: 30px 5%;
}
@media (max-width: 835px) {
  .container-contactbox {
    padding: 22px 32px;
  }
}
@media (max-width: 500px) {
  .container-contactbox {
    padding: 20px 20px;
  }
}
.container-contactbox dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 500px) {
  .container-contactbox dl {
    justify-content: center;
    flex-direction: column;
  }
}
.container-contactbox dl dt {
  margin-right: 20px;
  font-size: 1.8rem;
}
@media (max-width: 500px) {
  .container-contactbox dl dt {
    font-size: 1.6rem;
  }
}
.container-contactbox dl dt.-block {
  width: 100%;
}
@media (max-width: 500px) {
  .container-contactbox dl dt.-block {
    width: auto;
    text-align: center;
    margin-right: 0;
  }
}
.container-contactbox dl dd .label {
  white-space: nowrap;
}
.container-contactbox dl dd .label:first-child::after {
  content: '／';
  display: inline-block;
}
@media (max-width: 500px) {
  .container-contactbox dl dd .label:first-child::after {
    content: none;
  }
}
.container-contactbox dl.caption {
  white-space: nowrap;
  font-size: 1.4rem;
}
@media (max-width: 500px) {
  .container-contactbox dl.caption {
    flex-direction: column;
  }
}
.container-contactbox dl.caption dt {
  font-size: inherit;
  flex: 0.1;
  margin: 0;
}
.container-contactbox dl.caption dt:after {
  content: '：';
  display: inline-block;
  margin: 0 5px;
}
@media (max-width: 500px) {
  .container-contactbox dl.caption dt:after {
    content: none;
  }
}
.container-contactbox .time {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 500px) {
  .container-contactbox .time {
    justify-content: center;
    display: block;
  }
}
@media (max-width: 500px) {
  .container-contactbox .time .label {
    display: block;
    text-align: center;
  }
}
.container-contactbox .address {
  font-size: 1.8rem;
}
.container-contactbox .tel {
  font-size: 2.4rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 835px) {
  .container-contactbox .tel {
    font-size: 2.0rem;
  }
}
@media (max-width: 500px) {
  .container-contactbox .tel {
    justify-content: center;
    font-size: 1.8rem;
    display: block;
  }
}
@media (max-width: 500px) {
  .container-contactbox .tel .label {
    display: block;
  }
}
.container-contactbox .captioin {
  font-size: 1.4rem;
  display: flex;
}
.container-contactbox .sub {
  line-height: 1.8;
  margin-bottom: 20px;
}
.container-contactbox .sub:last-child {
  margin-bottom: 0;
}
.container-youtube {
  max-width: 960px;
  margin: 0 auto;
}
.container-youtube iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
}
.container-contact {
  display: flex;
  width: 100%;
}
@media (max-width: 835px) {
  .container-contact {
    display: block;
  }
}
.container-contact > .item {
  flex: 0.4;
}
.container-contact > .item.-btn {
  flex: 0.6;
}
.container-contact > .item.-btn ul > li {
  margin: 0 0 40px 0;
}
@media (max-width: 500px) {
  .container-contact > .item.-btn ul > li {
    margin-bottom: 20px;
  }
}
.container-contact > .item.-btn ul > li:last-child {
  margin-bottom: 0;
}
.container-contact > .item.-btn ul > li .btn-basic {
  font-size: 2.0rem;
  height: 120px;
  max-width: 594px;
  width: 100%;
  display: flex;
  padding-left: 5%;
}
@media (max-width: 500px) {
  .container-contact > .item.-btn ul > li .btn-basic {
    height: 64px;
  }
}
.container-contact > .item.-btn ul > li .btn-basic:after {
  background-size: 12px;
}
.container-contact.-tour .item.-btn {
  min-width: 666px;
}
@media (max-width: 1366px) {
  .container-contact.-tour .item.-btn {
    min-width: 0;
  }
}
.container-contact.-tour .item.-btn .btn-basic {
  max-width: 100%;
}
@media (max-width: 500px) {
  .container-contact .heading-subsection {
    margin-bottom: 20px !important;
  }
}
.container-indexmessage .p-message {
  padding: 0 10px;
}
@media (max-width: 835px) {
  .container-indexmessage .p-message {
    text-align: left;
  }
}
.container-indexmessage .p-catch {
  padding: 0 8px;
}
@media (max-width: 835px) {
  .container-indexmessage {
    max-width: 544px;
    margin: 0 auto;
  }
}
@media (max-width: 500px) {
  .container-indexmessage {
    padding: 0 0px;
  }
}
.container-indexscroll {
  position: absolute;
  left: 24px;
  bottom: 30px;
  white-space: nowrap;
  z-index: 100;
  transition: all 1s;
}
@media (max-width: 835px) {
  .container-indexscroll {
    display: none;
  }
}
.container-indexscroll .label {
  transform-origin: top left;
  transform: rotate(90deg) translate(-100%, -100%);
  white-space: nowrap;
  display: flex;
  align-items: flex-end;
  font-size: 1.0rem;
  letter-spacing: 0.2em;
}
.container-indexscroll .label:after {
  content: '';
  display: block;
  margin-left: 10px;
  width: 40px;
  height: 7px;
  background-image: url(/assets/images/index/scroll.svg?);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-4px);
}
.container-letternew {
  display: flex;
  width: 100%;
}
@media (max-width: 500px) {
  .container-letternew {
    display: block;
  }
}
.container-letternew > *.summary {
  flex: 0.4;
  max-width: 372px;
  margin-right: 40px;
}
.container-letternew > *.summary .title {
  font-size: 3.2rem;
}
@media (max-width: 835px) {
  .container-letternew > *.summary .title {
    font-size: 2.8rem;
  }
}
@media (max-width: 835px) {
  .container-letternew > *.summary .title {
    font-size: 2.4rem;
  }
}
.container-letternew > *.magazine {
  flex: 1;
  display: flex;
  gap: 20px;
}
.container-scroll {
  overflow-x: auto;
  padding-bottom: 20px;
}
.container-scroll .table-permit {
  min-width: 800px;
}
@media (max-width: 835px) {
  .container-scroll .table-management {
    min-width: 900px;
  }
}
.container-scroll .table-gridblock.-management {
  min-width: 800px;
}
@media (max-width: 500px) {
  .container-scroll .table-gridblock.-management br {
    display: none;
  }
}
.container-scroll .table-gridblock.-management tr.month th {
  width: 6%;
}
.container-tips {
  border: 1px solid #212121;
  padding: 14px;
  position: absolute;
  transform: translate(-50%, -100%);
  z-index: 10;
  width: 400px;
  background-color: white;
  line-height: 1.7;
  text-align: left;
  font-size: 1.2rem;
  margin: -30px 0 0 13px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: none;
  max-width: 90%;
}
@media (max-width: 500px) {
  .container-tips {
    left: 5% !important;
    transform: translate(0%, -100%);
    margin-left: 0;
  }
}
.container-tips .fukidashi {
  clip-path: polygon(0 0, 50% 80%, 100% 0%);
  width: 22px;
  height: 20px;
  display: block;
  position: absolute;
  bottom: -20px;
  left: calc( 50% );
  z-index: 10;
  background-color: #212121;
  transform: translateX(-50%);
  margin-left: -3px;
}
.container-tips .fukidashi:after {
  content: '';
  clip-path: polygon(0 0, 50% 80%, 100% 0%);
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  bottom: 1px;
  left: 1px;
  z-index: 10;
  background-color: white;
}
.container-tips:after, .container-tips:before {
  content: '';
  clip-path: polygon(0 0, 50% 80%, 100% 0%);
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  bottom: -20px;
  left: calc( 50% );
}
.container-separate {
  display: flex;
  justify-content: space-between;
}
.container-tour {
  background-color: #EDEDED;
  padding: 20px 20px;
  margin: 0 0 40px 0;
  position: relative;
}
.container-tour .inner {
  max-width: 500px;
  margin: 0 auto;
  position: relative;
}
.container-tour .inner svg {
  display: block;
}
.container-tour .caption {
  text-align: right;
  padding: 0px 0;
}
.container-tour .tour-map {
  display: block;
}
.container-tour .tour-map .button {
  transition: all .3s;
  backface-visibility: hidden;
  transform-origin: 50%;
  transform-box: fill-box;
  cursor: pointer;
}
.container-tour .tour-map .button:hover {
  transform: scale(1.25);
  opacity: 0.8;
}
.container-tour img {
  max-width: 550px;
  display: block;
  margin: 0 auto;
}
.container-tour .tour-pop {
  width: 400px;
  border: 1px solid;
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -100%);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  display: none;
  padding: 15px;
  font-size: 1.2rem;
  z-index: 8;
}
@media (max-width: 500px) {
  .container-tour .tour-pop {
    padding: 10px;
    width: 90%;
  }
}
.container-tour .tour-pop > .inner {
  grid-template-columns: 1fr 1fr;
  display: grid;
  gap: 20px;
  margin-bottom: 0 !important;
}
@media (max-width: 500px) {
  .container-tour .tour-pop > .inner {
    gap: 10px;
  }
}
.container-tour .tour-pop > .inner .summary p {
  margin-bottom: 0;
  line-height: 1.6;
}
.container-tour .tour-pop > .inner .summary .title:after {
  content: ' ]';
}
.container-tour .tour-pop > .inner .summary .title:before {
  content: '[ ';
}
.container-tour .tour-pop > .inner .thumb {
  margin: 0 0  0;
}
.container-tour .tour-pop > .inner .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
}
.container-tour .tour-pop .close {
  width: 24px;
  height: 24px;
  background: url(/assets/images/common/close.svg) no-repeat;
  background-position: 50%;
  position: absolute;
  right: -12px;
  top: -12px;
  border-radius: 50%;
  background-color: white;
  border: 1px solid #212121;
  background-size: 50%;
  cursor: pointer;
  transition: all .2s;
}
.container-tour .tour-pop .close:hover {
  transform: scale(1.3);
}
.container-tour.-thermal .caption {
  margin-top: -7px;
  padding-bottom: 5px;
}
.container-tour.-cleantech {
  padding: 0;
}
.container-tour.-cleantech .inner {
  max-width: 100%;
}
.container-tour.-cleantech .caption {
  padding: 10px;
  margin-top: -50px;
  position: relative;
  z-index: 2;
}
.container-tour.-cleantech .guide {
  margin-top: -48px;
  text-align: left;
  padding: 10px;
  z-index: 2;
  position: relative;
}
@media (max-width: 500px) {
  .container-tour.-cleantech .guide {
    margin-top: -40px;
  }
}
.container-tour.-tochigi {
  padding: 0;
  background-color: transparent;
}
.container-tour.-tochigi .inner {
  max-width: 660px;
}
.container-tour.-tochigi .caption {
  padding: 10px;
}
.container-tour.-tochigi .guide {
  margin-top: -48px;
  text-align: right;
  padding: 10px;
  z-index: 2;
  position: relative;
}
@media (max-width: 500px) {
  .container-tour.-tochigi .guide {
    margin-top: -40px;
  }
}
.container-tour.-thermal .inner {
  margin-bottom: 20px;
}
.container-magazinbanner {
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  display: block;
}
@media (max-width: 500px) {
  .container-magazinbanner {
    padding: 0;
  }
}
.container-magazinbanner .contents {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  padding: 40px 40px;
}
.container-magazinbanner .contents p {
  margin: 0;
}
.container-magazinbanner .contents > .inner {
  text-align: center;
}
.container-magazinbanner .contents > .inner .corner {
  font-size: 2.0rem;
  line-height: 1.1;
}
.container-magazinbanner .contents > .inner .title {
  font-size: 3.2rem;
  margin: 0 0 0.5em 0;
}
.container-magazinbanner .bg {
  position: relative;
  z-index: 4;
}
.container-magazinbanner .bg img {
  display: block;
  position: relative;
  z-index: 2;
}
@media (max-width: 835px) {
  .container-magazinbanner .bg img {
    object-fit: cover;
    width: 100%;
    aspect-ratio: 3 / 1.2;
  }
}
@media (max-width: 500px) {
  .container-magazinbanner .bg img {
    aspect-ratio: 10 / 6;
  }
}
.container-magazinbanner .bg:after {
  content: '';
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  position: absolute;
}
.container-newspaper {
  display: block;
  max-width: 374px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 35px 0;
  border: 1px solid #C7C7C7;
  background-color: white;
}
.container-newspaper .sub {
  font-size: 1.4rem;
  display: block;
}

.link-block {
  display: block;
}
.link-block img {
  display: block;
}
.link-text {
  text-decoration: underline;
}
.link-arrow {
  position: relative;
  display: inline-block;
  padding-right: 20px;
}
.link-arrow:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 12px;
  display: block;
  aspect-ratio: 1 / 1;
  background-image: url(/assets/images/common/arrow.svg);
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.2s;
  transform: translateY(-50%);
}
.link-window {
  position: relative;
}
.link-window:after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/assets/images/common/window.svg) no-repeat;
  background-size: contain;
  background-position: 50%;
  margin-left: 8px;
}

.list-meta {
  font-size: 1.4rem;
  display: flex;
}
.list-meta > * {
  margin-right: 10px;
}
.list-news {
  margin: 0 auto;
  border-top: 1px solid #E8E8E8;
}
.list-news.-group > .item > a > *.category:before {
  background-color: #212121;
}
.list-news.-cleantech > .item > a > *.category:before {
  background-color: #03AF7A;
}
.list-news.-thermal > .item > a > *.category:before {
  background-color: #49BAF2;
}
.list-news.-medical > .item > a > *.category:before {
  background-color: #0055F2;
}
.list-news.-tochigi > .item > a > *.category:before {
  background-color: #F2A600;
}
.list-news > .item {
  border-bottom: 1px solid #eee;
}
.list-news > .item > a {
  display: flex;
  width: 100%;
  padding: 25px 50px 25px 12px;
  background-image: url(/assets/images/common/arrow.svg);
  background-position: top 50% right 20px;
  background-size: 10px;
  background-repeat: no-repeat;
  transition: all 0.2s;
  overflow: hidden;
  padding-right: 50px;
}
@media (max-width: 835px) {
  .list-news > .item > a {
    flex-wrap: wrap;
    padding: 18px 40px 18px 12px;
    background-position: top 50% right 16px;
  }
}
@media (max-width: 500px) {
  .list-news > .item > a {
    padding: 8px 30px 8px 8px;
    background-position: top 50% right 10px;
  }
}
.list-news > .item > a > * {
  line-height: 1.8;
}
.list-news > .item > a > *.category {
  white-space: nowrap;
  min-width: 8em;
  max-width: 8em;
}
.list-news > .item > a > *.category:before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #555;
  margin-right: 8px;
}
.list-news > .item > a > *.date {
  margin-right: 20px;
  white-space: nowrap;
  min-width: 6em;
  max-width: 6em;
}
.list-news > .item > a > *.title {
  position: relative;
  min-width: 0;
}
@media (max-width: 835px) {
  .list-news > .item > a > *.title {
    width: 100%;
  }
}
.list-news > .item > a > *.title > .wrap {
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
  min-width: 1;
  max-width: 100%;
}
.list-news > .item.id-1 > a > *.category:before, .list-news > .item.-group > a > *.category:before {
  background-color: #212121;
}
.list-news > .item.id-4 > a > *.category:before, .list-news > .item.-cleantech > a > *.category:before {
  background-color: #03AF7A;
}
.list-news > .item.id-3 > a > *.category:before, .list-news > .item.-thermal > a > *.category:before {
  background-color: #49BAF2;
}
.list-news > .item.id-5 > a > *.category:before, .list-news > .item.-medical > a > *.category:before {
  background-color: #0055F2;
}
.list-news > .item.id-6 > a > *.category:before, .list-news > .item.-tochigi > a > *.category:before {
  background-color: #F2A600;
}
.list-step {
  display: flex;
}
.list-step > * {
  flex: 1;
  margin-right: 20px;
}
.list-step > *:last-child {
  margin-right: 0;
}
.list-step > * .number {
  text-align: center;
  margin: 0 0 30px 0;
}
.list-step > * .number span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #575759;
  color: white;
  width: 32px;
  height: 32px;
  font-size: 2.0rem;
}
.list-step > * dl dt {
  text-align: center;
  font-size: 2.0rem;
  margin: 0 0 1em 0;
}
.list-sitemap {
  display: flex;
}
@media (max-width: 500px) {
  .list-sitemap {
    flex-wrap: wrap;
    display: block;
    font-size: 90%;
  }
}
.list-sitemap > li {
  flex: 1;
  margin-right: 8%;
}
@media (max-width: 835px) {
  .list-sitemap > li {
    margin-right: 4%;
  }
}
@media (max-width: 500px) {
  .list-sitemap > li {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.list-sitemap > li:last-child {
  margin-right: 0;
}
.list-sitemap > li .sub {
  margin-bottom: 40px;
}
@media (max-width: 500px) {
  .list-sitemap > li .sub {
    margin: 0 0 20px 0;
    overflow: hidden;
  }
}
@media (max-width: 500px) {
  .list-sitemap > li .menu {
    width: 50%;
    float: left;
  }
}
.list-sitemap > li .title {
  font-size: 2.0rem;
  border-bottom: 1px solid #E8E8E8;
  margin: 0 0 15px  0;
  padding: 0 0 6px 0;
}
@media (max-width: 835px) {
  .list-sitemap > li .title {
    font-size: 1.8rem;
  }
}
@media (max-width: 500px) {
  .list-sitemap > li .title {
    font-size: 1.6rem;
    clear: both;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .list-sitemap > li .title:first-of-type {
    font-size: 1.8rem;
    margin-top: 0;
  }
}
.list-sitemap > li dl {
  margin: 0 0  0;
  clear: both;
}
@media (max-width: 500px) {
  .list-sitemap > li dl {
    margin: 0;
  }
}
.list-sitemap > li dl dd > ul {
  padding: 0 0 0 10px;
}
@media (max-width: 500px) {
  .list-sitemap > li dl dd > ul > li {
    float: left;
    width: 50%;
  }
}
.list-sitemap > li dl dd > ul > li a:before {
  content: '-';
  display: inline-block;
}
.list-sitemap > li a {
  display: block;
  padding: 3px 0;
}
.list-terms dt:before {
  content: '';
  display: inline-block;
  margin-right: 8px;
  height: 1px;
  width: 12px;
  background-color: #212121;
  vertical-align: 5px;
}
.list-terms dd {
  margin-bottom: 2em;
}
.list-terms dd .indent {
  padding-left: 0.8em;
}
.list-terms dd .indent.-em {
  padding-left: 1.2em;
}
.list-number {
  list-style-type: decimal;
  margin-left: 2.2em;
}
.list-number > * {
  margin-bottom: 2em;
}
.list-parentheses {
  margin-left: 0em;
}
.list-parentheses li {
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
  position: relative;
}
.list-parentheses li:before {
  display: marker;
  content: "(" counter(cnt) ") ";
}
.list-history {
  position: relative;
  overflow: hidden;
}
@media (max-width: 500px) {
  .list-history {
    overflow: visible;
    margin-bottom: 50px;
  }
}
.list-history:before {
  opacity: 1;
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 2.5em;
  left: 50%;
  z-index: 10;
  background-color: #C7C7C7;
  pointer-events: none;
}
@media (max-width: 500px) {
  .list-history:before {
    left: 0;
  }
}
.list-history > dt {
  z-index: 2;
  position: relative;
  text-align: center;
  margin: 0 0 10px 0;
  z-index: 11;
}
@media (max-width: 500px) {
  .list-history > dt {
    text-align: left;
    padding-left: 0;
    margin: 0  0 0;
  }
}
.list-history > dt:empty {
  margin: 0;
}
.list-history > dt .year {
  display: block;
  position: relative;
  line-height: 1.2;
  z-index: 11;
  overflow: hidden;
}
.list-history > dt .year .label {
  background-color: white;
  font-size: 3.2rem;
  color: #C7C7C7;
  position: relative;
  z-index: 13;
  float: left;
  top: -10px;
}
@media (max-width: 500px) {
  .list-history > dt .year .label {
    float: right;
    padding-left: 10px;
    font-size: 2.6rem;
  }
}
.list-history > dt .year:before {
  content: '';
  background: url(/assets/images/common/history.svg) no-repeat;
  background-position: 50%;
  background-size: 20px;
  display: block;
  width: 20px;
  aspect-ratio: 1 / 1;
  margin: 0 auto;
  transform: translate(0, 100%);
  z-index: 12;
  position: relative;
}
@media (max-width: 500px) {
  .list-history > dt .year:before {
    margin: 0;
    z-index: 20;
  }
}
.list-history > dt .year:after {
  content: '';
  width: 50%;
  height: 1px;
  z-index: 11;
  display: block;
  background-color: #C7C7C7;
  width: 50%;
  position: absolute;
  left: 0;
  top: 50%;
}
@media (max-width: 500px) {
  .list-history > dt .year:after {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .list-history > dt .year {
    left: -8px;
  }
}
.list-history > dt .year.-r .label {
  float: right;
}
.list-history > dt .year.-r:after {
  left: auto;
  right: 0;
}
.list-history > dd {
  z-index: 2;
  position: relative;
  margin: 0 0 20px 0;
}
@media (max-width: 500px) {
  .list-history > dd {
    padding-left: 25px;
    margin: 0 0 10px 0;
  }
}
.list-history > dd p:last-child {
  margin-bottom: 0;
}
.list-history > dd .topic {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 500px) {
  .list-history > dd .topic {
    margin: 0 0 0px 0;
    flex-direction: column;
  }
}
.list-history > dd .topic > * {
  width: 44%;
  max-width: 424px;
}
@media (max-width: 500px) {
  .list-history > dd .topic > * {
    width: auto;
    max-width: none;
  }
}
@media (max-width: 500px) {
  .list-history > dd .topic > *.summary {
    width: 100%;
    margin: 0 0 0px 0;
  }
}
.list-history > dd .topic > *.summary .title {
  font-size: 2.0rem;
  margin: 0 0 0.6em 0;
}
@media (max-width: 500px) {
  .list-history > dd .topic > *.summary .title {
    margin-bottom: 0.3em;
    font-size: 1.6rem;
  }
}
.list-history > dd .topic > *.summary .title:before {
  content: '';
  width: 12px;
  height: 12px;
  background-color: #575759;
  display: inline-block;
  margin-right: 8px;
}
@media (max-width: 500px) {
  .list-history > dd .topic > *.image {
    margin: 20px 0;
  }
}
.list-history > dd .topic > *.image img {
  display: block;
  width: 100%;
}
.list-history > dd .topic > *.image figcaption {
  font-size: 1.2rem;
  display: block;
}
.list-history > dd .topic.-reverse {
  flex-direction: row-reverse;
}
.list-disc {
  list-style-type: disc;
  margin-left: 1em;
}
.list-hyphen {
  list-style-type: "- ";
  margin-left: 1em;
}
.list-hyphen > * {
  padding-left: 6px;
}
.list-vision.-hyphen {
  margin-left: 24px;
}
.list-vision.-hyphen > * {
  list-style-type: "- ";
  display: list-item;
  padding-left: 6px;
}
.list-vision.-disc {
  margin-left: 24px;
}
.list-vision.-disc > * {
  list-style-type: none;
  display: list-item;
  padding: 0 0 0 0;
  position: relative;
}
.list-vision.-disc > *::before {
  content: '';
  background-color: #212121;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 15px;
  left: -16px;
}
.list-vision dt {
  font-size: 2.0rem;
  position: relative;
  margin-bottom: 0.5em;
  line-height: 1.7;
}
@media (max-width: 835px) {
  .list-vision dt {
    font-size: 1.9rem;
  }
}
@media (max-width: 500px) {
  .list-vision dt {
    font-size: 1.7rem;
  }
}
.list-vision dd {
  margin-bottom: 50px;
  padding-top: 10px;
}
.list-btn2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 500px) {
  .list-btn2 {
    gap: 20px;
    display: block;
  }
}
.list-btn2 .btn-basic {
  height: 80px;
  font-size: 2.0rem;
  display: flex;
  align-items: center;
  padding-left: 40px;
}
@media (max-width: 500px) {
  .list-btn2 .btn-basic {
    margin: 0 0 26px 0;
    height: 64px;
    padding: 0px 60px 0px 16px;
  }
}
.list-btn2 .btn-basic::after {
  width: 80px;
  height: 78px;
}
@media (max-width: 500px) {
  .list-btn2 .btn-basic::after {
    width: 64px;
    height: 64px;
  }
}
.list-process > li {
  position: relative;
  border: 1px solid #C7C7C7;
  padding: 30px 40px;
  margin: 0 0 40px 0;
}
@media (max-width: 835px) {
  .list-process > li {
    padding: 20px 30px;
  }
}
@media (max-width: 500px) {
  .list-process > li {
    padding: 20px 20px;
    margin-bottom: 30px;
  }
}
.list-process > li:last-child {
  margin-bottom: 0;
}
.list-process > li:last-child:after {
  content: none;
}
.list-process > li:after {
  content: '';
  display: block;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #C7C7C7;
  width: 20px;
  height: 12px;
  position: absolute;
  bottom: -26px;
  left: 50%;
}
@media (max-width: 500px) {
  .list-process > li:after {
    bottom: -20px;
    width: 16px;
    height: 10px;
  }
}
.list-process > li .box {
  padding: 25px;
  background-color: #F7F7F7;
}
.list-process > li .box img {
  display: block;
  width: 100%;
}
.list-process > li dl dt {
  text-align: left;
  font-size: 2.4rem;
  margin: 0 0 0.4em 0;
}
@media (max-width: 835px) {
  .list-process > li dl dt {
    font-size: 2.0rem;
  }
}
@media (max-width: 500px) {
  .list-process > li dl dt {
    font-size: 1.8rem;
    margin-bottom: 0px;
  }
}
.list-process > li dl dd .column {
  display: flex;
  justify-content: space-between;
}
.list-process > li dl dd .column > *:first-child {
  margin-right: 30px;
}
@media (max-width: 500px) {
  .list-process > li dl dd .column > *:first-child {
    margin-right: 0;
  }
}
@media (max-width: 500px) {
  .list-process > li dl dd .column > * .btn-basic {
    margin-top: 30px;
    display: flex;
  }
}
@media (max-width: 500px) {
  .list-process > li dl dd .column {
    display: block;
  }
}
.list-process.-waterflow > li .wrap {
  display: flex;
}
@media (max-width: 500px) {
  .list-process.-waterflow > li .wrap {
    flex-direction: column;
  }
}
.list-process.-waterflow > li .wrap > *.image {
  max-width: 180px;
  margin-right: 30px;
}
@media (max-width: 500px) {
  .list-process.-waterflow > li .wrap > *.image {
    margin-right: 0;
    margin: 0 auto 20px auto;
  }
}
.list-process.-waterflow > li.-result {
  border: none;
  text-align: center;
  padding: 0;
}
.list-process.-waterflow > li.-result > .wrap {
  justify-content: center;
  font-size: 2.4rem;
}
@media (max-width: 835px) {
  .list-process.-waterflow > li.-result > .wrap {
    font-size: 2.2rem;
  }
}
@media (max-width: 500px) {
  .list-process.-waterflow > li.-result > .wrap {
    font-size: 1.8rem;
  }
}
.list-decimal {
  list-style-type: decimal;
  margin: 0 0 0 1.5em;
}
.list-anchorbtn {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 500px) {
  .list-anchorbtn {
    gap: 12px;
    grid-template-columns: 1fr;
  }
}
.list-anchorbtn > .btn .label {
  display: flex;
  border: 1px solid #C7C7C7;
  border-radius: 4px;
  padding: 10px 38px 10px 16px;
  line-height: 1.6;
  min-height: 70px;
  height: 100%;
  align-items: center;
  background: url(/assets/images/common/anchor.svg) no-repeat;
  background-position: top 50% right 15px;
  background-size: 12px;
}
@media (max-width: 500px) {
  .list-anchorbtn > .btn .label {
    min-height: 0;
  }
}
.list-qa {
  border-top: 1px solid #E8E8E8;
}
.list-qa > li {
  border-bottom: 1px solid #E8E8E8;
  padding: 0px 0;
}
.list-qa > li .qa .q {
  position: relative;
  padding: 18px 50px 18px 58px;
  font-size: 2.0rem;
  background: url(/assets/images/common/plus.svg) no-repeat;
  background-position: top 50% right 32px;
  background-size: 16px;
  cursor: pointer;
  line-height: 1.6;
}
@media (max-width: 835px) {
  .list-qa > li .qa .q {
    font-size: 1.7rem;
  }
}
@media (max-width: 500px) {
  .list-qa > li .qa .q {
    font-size: 1.5rem;
    padding: 10px 32px 10px 32px;
    background-position: top 50% right 6px;
    background-size: 12px;
  }
}
.list-qa > li .qa .q:before {
  content: 'Q';
  position: absolute;
  left: 24px;
  top: 16px;
}
@media (max-width: 500px) {
  .list-qa > li .qa .q:before {
    left: 10px;
    top: 10px;
  }
}
.list-qa > li .qa .a {
  background-color: #F7F7F7;
  padding: 24px 18px 24px 58px;
  display: none;
}
@media (max-width: 500px) {
  .list-qa > li .qa .a {
    padding: 12px 12px 12px 12px;
  }
}
.list-qa > li .qa.-open .q {
  background-image: url(/assets/images/common/minus.svg);
}
.list-dayflow {
  position: relative;
}
.list-dayflow > li {
  padding: 0 0 40px 0;
  position: relative;
}
.list-dayflow > li:after {
  content: '';
  width: 1px;
  height: 100%;
  background-color: #212121;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 2;
}
.list-dayflow > li:before {
  content: '';
  border-radius: 50%;
  width: 17px;
  height: 17px;
  display: block;
  position: absolute;
  left: 2px;
  top: 8px;
  border: 1px solid #212121;
  background: #fff url(/assets/images/common/circle.svg) no-repeat;
  background-size: 9px;
  background-position: 50%;
  z-index: 5;
}
.list-dayflow > li:last-child::after {
  content: none;
}
.list-dayflow > li dl {
  display: flex;
  padding-left: 30px;
}
@media (max-width: 835px) {
  .list-dayflow > li dl {
    display: block;
    padding-left: 40px;
  }
}
.list-dayflow > li dl dt {
  flex: 1;
}
@media (max-width: 835px) {
  .list-dayflow > li dl dt {
    margin: 0 0 1em 0;
  }
  .list-dayflow > li dl dt br {
    display: none;
  }
}
.list-dayflow > li dl dd img {
  display: block;
  max-width: 557px;
}
.list-alphabet {
  list-style-type: lower-alpha;
  margin-left: 1.4em;
}
.list-speciality > li dl dt {
  font-size: 1.8rem;
  margin: 0 0 8px 0;
}
.list-speciality > li dl dt:before {
  content: '・';
  display: inline-block;
}
.list-speciality > li dl dd {
  padding-left: 1em;
  margin-bottom: 2em;
}
.list-pict {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.list-pict > * {
  width: 80px;
  white-space: nowrap;
  text-align: center;
  font-size: 1.4rem;
}
@media (max-width: 500px) {
  .list-pict > * {
    font-size: 1.2rem;
  }
}
.list-pict > * img {
  display: block;
  width: 100%;
  max-width: 64px;
  margin: 0 auto 10px auto;
}
.list-flex {
  display: flex;
}
.list-flex > dt {
  white-space: nowrap;
}

.table.-wcomma.-w40 th {
  width: 40%;
}
.table.-wcomma.-w20 th {
  width: 20%;
}
.table.-wcomma th {
  padding-right: 10px;
  white-space: nowrap;
}
.table.-wcomma td:before {
  content: ':';
  display: inline-block;
  margin-right: 10px;
}
.table-line {
  border-top: 1px solid #E8E8E8;
}
.table-line th, .table-line td {
  border-bottom: 1px solid #E8E8E8;
  padding: 20px 10px;
  text-align: left;
  line-height: 1.6;
}
@media (max-width: 500px) {
  .table-line th, .table-line td {
    padding: 14px 6px;
  }
}
.table-noline {
  width: auto;
  border: none;
  line-height: 1.6;
  border: 1px solid transparent;
}
.table-noline th, .table-noline td {
  font-weight: normal;
  text-align: left;
  padding: 4px 2px;
  border: none;
}
.table-noline th.wcomma:before, .table-noline td.wcomma:before {
  content: ':';
  display: inline-block;
  padding: 0 4px 0 0;
}
.table-noline th.wcomma.-hidden:before, .table-noline td.wcomma.-hidden:before {
  visibility: hidden;
}
.table-grid thead th {
  background-color: #E8E8E8;
  text-align: center;
  border-right: 1px solid #C7C7C7;
  padding: 2px 4px;
}
.table-grid thead th:last-child {
  border: none;
}
.table-grid tbody {
  line-height: 1.5;
}
.table-grid tbody td {
  border-right: 1px solid #C7C7C7;
  border-bottom: 1px solid #C7C7C7;
  padding: 15px;
}
@media (max-width: 835px) {
  .table-grid tbody td {
    padding: 12px;
  }
}
@media (max-width: 500px) {
  .table-grid tbody td {
    padding: 10px;
  }
}
.table-grid tbody td:last-child {
  border-right: none;
}
.table-grid.-certified th {
  white-space: nowrap;
  width: 80%;
}
.table-grid.-certified td {
  width: 20%;
}
.table-default th, .table-default td {
  border: none;
  padding: 0;
}
.table-item {
  border-top: 1px solid #8F8F8F;
  border-left: 1px solid #8F8F8F;
}
.table-item thead tr th {
  background-color: #E8E8E8;
  border-bottom: 1px solid #8F8F8F;
  border-right: 1px solid #C7C7C7;
}
.table-item thead tr th:last-child {
  border-right-color: #8F8F8F;
}
.table-item tbody {
  font-size: 1.4rem;
}
.table-item tbody tr th, .table-item tbody tr td {
  padding: 6px 2px;
  border-bottom: 1px solid #C7C7C7;
  border-right: 1px solid #C7C7C7;
}
.table-item tbody tr th:last-child, .table-item tbody tr td:last-child {
  border-right-color: #8F8F8F;
}
.table-item tbody tr th.possible, .table-item tbody tr td.possible {
  text-align: center;
}
.table-item tbody tr th.number, .table-item tbody tr td.number {
  text-align: center;
}
.table-item tbody tr th.name, .table-item tbody tr td.name {
  text-align: center;
}
.table-item tbody tr:nth-child(even) {
  background-color: beige;
}
.table-item tbody tr:nth-child(even) th, .table-item tbody tr:nth-child(even) td {
  background-color: #F7F7F7;
}
.table-item tbody tr:last-child th, .table-item tbody tr:last-child td {
  border-bottom-color: #8F8F8F;
}
.table-permit {
  border-left: 1px solid #8F8F8F;
  border-top: 1px solid #8F8F8F;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.4;
}
.table-permit .-storage {
  background-color: #FBF1C5;
}
.table-permit tr th, .table-permit tr td {
  position: relative;
  border-right: 1px solid #C7C7C7;
  border-bottom: 1px solid #C7C7C7;
  vertical-align: middle;
}
.table-permit tr th:last-child, .table-permit tr td:last-child {
  border-right-color: #8F8F8F;
}
.table-permit tr th strong, .table-permit tr td strong {
  position: absolute;
  font-size: 1.2rem;
}
.table-permit tr:last-child td, .table-permit tr:last-child th {
  border-bottom-color: #8F8F8F;
}
.table-permit thead th {
  border-bottom-color: #8F8F8F;
  background-color: #E8E8E8;
  padding: 2px 4px;
  white-space: nowrap;
}
.table-permit thead th:nth-child(1), .table-permit thead th:nth-child(2) {
  border-right-color: #8F8F8F;
}
.table-permit thead th:first-child {
  border-right-color: #8F8F8F;
}
.table-permit thead th.element {
  vertical-align: middle;
}
.table-permit tbody tr td, .table-permit tbody tr th {
  padding: 12px 4px;
}
@media (max-width: 500px) {
  .table-permit tbody tr td, .table-permit tbody tr th {
    padding: 8px 2px;
  }
}
.table-permit tbody tr td {
  width: 8.4%;
}
.table-permit tbody tr td.notexist {
  background: #FCEBF4;
}
.table-permit tbody tr td.green {
  background-color: #DAECE4;
}
.table-permit tbody tr td.pinkgreen {
  background: url(/assets/images/common/pinkgreen.png) no-repeat;
  background-size: 100% 100%;
}
.table-permit tbody tr th:first-child {
  vertical-align: middle;
}
.table-permit tbody tr th:first-child, .table-permit tbody tr th:nth-child(2) {
  border-right-color: #8F8F8F;
}
.table-permit tbody tr th.number {
  width: 20px;
}
.table-permit tbody tr th.item {
  text-align: left;
  position: relative;
}
.table-permit tbody tr th.item .label {
  display: block;
  padding-right: 30px;
}
.table-permit tbody tr th.item .icon-i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.table-permit tbody tr:nth-child(even) {
  background-color: #F7F7F7;
}
.table-permit tbody tr.pink td {
  background-color: #FCE5E5;
}
.table-permit tbody tr.green td {
  background-color: #FCE5E5;
}
.table-permit tbody tr.-bgwhite td, .table-permit tbody tr.-bgwhite th {
  background-color: white !important;
}
.table-permit tbody tr.-bgwhite td.notexist, .table-permit tbody tr.-bgwhite th.notexist {
  background-color: #fcebf4 !important;
}
.table-permit.-odd tbody tr:nth-child(odd) {
  background-color: #F7F7F7;
}
.table-permit.-odd tbody tr:nth-child(even) {
  background-color: transparent;
}
@media (max-width: 500px) {
  .table-permit.-case01 {
    min-width: 660px;
  }
}
.table-permit.-case01 tbody tr td {
  width: 10%;
}
@media (max-width: 500px) {
  .table-permit.-case02 {
    min-width: 660px;
  }
}
.table-permit.-case02 tbody tr td {
  width: 10%;
}
@media (max-width: 500px) {
  .table-permit.-case03 {
    min-width: 660px;
  }
}
.table-permit.-case03 thead tr th.pref {
  vertical-align: top;
  padding-top: 6px;
}
.table-permit.-case03 tbody tr td {
  width: auto;
}
.table-permit.-case04 thead tr th.pref {
  vertical-align: top;
  padding-top: 6px;
}
.table-permit.-case04 tbody tr td {
  width: auto;
}
.table-permit.-standard tbody tr td, .table-permit.-standard tbody tr th {
  width: auto;
}
.table-permit.-standard tbody tr td:nth-child(2), .table-permit.-standard tbody tr th:nth-child(2) {
  border-right-color: #8f8f8f;
}
.table-permit.-standard tbody tr:nth-child(2) td:first-child {
  border-right-color: #8f8f8f;
}
.table-permit.-cleantechlandfill tbody tr td {
  width: auto;
}
.table-permit2 {
  border-left: 1px solid #8F8F8F;
  border-top: 1px solid #8F8F8F;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.4;
}
.table-permit2 .-storage {
  background-color: #FBF1C5;
}
.table-permit2 tr th, .table-permit2 tr td {
  position: relative;
  border-right: 1px solid #C7C7C7;
  border-bottom: 1px solid #C7C7C7;
  vertical-align: middle;
}
.table-permit2 tr th:last-child, .table-permit2 tr td:last-child {
  border-right-color: #8F8F8F;
}
.table-permit2 tr th strong, .table-permit2 tr td strong {
  position: absolute;
  font-size: 1.2rem;
}
.table-permit2 tr:last-child td, .table-permit2 tr:last-child th {
  border-bottom-color: #8F8F8F;
}
.table-permit2 thead th {
  border-bottom-color: #8F8F8F;
  background-color: #E8E8E8;
  padding: 2px 4px;
  white-space: nowrap;
}
.table-permit2 thead th:nth-child(1), .table-permit2 thead th:nth-child(2) {
  border-right-color: #8F8F8F;
}
.table-permit2 thead th:first-child {
  border-right-color: #8F8F8F;
}
.table-permit2 thead th.element {
  vertical-align: middle;
}
.table-permit2 tbody tr td, .table-permit2 tbody tr th {
  padding: 12px 4px;
}
@media (max-width: 500px) {
  .table-permit2 tbody tr td, .table-permit2 tbody tr th {
    padding: 8px 2px;
  }
}
.table-permit2 tbody tr td {
  width: 8.4%;
}
.table-permit2 tbody tr td.notexist {
  background: #eeeeee;
}
.table-permit2 tbody tr td.green {
  background-color: #DAECE4;
}
.table-permit2 tbody tr td.pinkgreen {
  background: url(/assets/images/common/pinkgreen.png) no-repeat;
  background-size: 100% 100%;
}
.table-permit2 tbody tr th:first-child {
  vertical-align: middle;
}
.table-permit2 tbody tr th:first-child, .table-permit2 tbody tr th:nth-child(2) {
  border-right-color: #8F8F8F;
}
.table-permit2 tbody tr th.number {
  width: 20px;
}
.table-permit2 tbody tr th.item {
  text-align: left;
  position: relative;
}
.table-permit2 tbody tr th.item .label {
  display: block;
  padding-right: 30px;
}
.table-permit2 tbody tr th.item .icon-i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.table-permit2 tbody tr:nth-child(even) {
  background-color: white;
}
.table-permit2 tbody tr.pink td {
  background-color: #FCE5E5;
}
.table-permit2 tbody tr.green td {
  background-color: #FCE5E5;
}
.table-permit2 tbody tr.-bgwhite td, .table-permit2 tbody tr.-bgwhite th {
  background-color: white !important;
}
.table-permit2 tbody tr.-bgwhite td.notexist, .table-permit2 tbody tr.-bgwhite th.notexist {
  background-color: #eeeeee !important;
}
.table-permit2.-odd tbody tr:nth-child(odd) {
  background-color: white;
}
.table-permit2.-odd tbody tr:nth-child(even) {
  background-color: transparent;
}
@media (max-width: 500px) {
  .table-permit2.-case01 {
    min-width: 660px;
  }
}
.table-permit2.-case01 tbody tr td {
  width: 10%;
}
@media (max-width: 500px) {
  .table-permit2.-case02 {
    min-width: 660px;
  }
}
.table-permit2.-case02 tbody tr td {
  width: 10%;
}
@media (max-width: 500px) {
  .table-permit2.-case03 {
    min-width: 660px;
  }
}
.table-permit2.-case03 thead tr th.pref {
  vertical-align: top;
  padding-top: 6px;
}
.table-permit2.-case03 tbody tr td {
  width: auto;
}
.table-permit2.-case04 thead tr th.pref {
  vertical-align: top;
  padding-top: 6px;
}
.table-permit2.-case04 tbody tr td {
  width: auto;
}
.table-permit2.-standard tbody tr td, .table-permit2.-standard tbody tr th {
  width: auto;
}
.table-permit2.-standard tbody tr td:nth-child(2), .table-permit2.-standard tbody tr th:nth-child(2) {
  border-right-color: #8f8f8f;
}
.table-permit2.-standard tbody tr:nth-child(2) td:first-child {
  border-right-color: #8f8f8f;
}
.table-permit2.-cleantechlandfill tbody tr td {
  width: auto;
}
.table-gridblock {
  border-top: 1px solid #8F8F8F;
  border-left: 1px solid #8F8F8F;
  font-size: 1.4rem;
  line-height: 1.6;
}
.table-gridblock tr td, .table-gridblock tr th {
  border-right: 1px solid #C7C7C7;
  border-bottom: 1px solid #C7C7C7;
  vertical-align: middle;
  padding: 2px;
}
.table-gridblock tr td.-grayborder, .table-gridblock tr th.-grayborder {
  border-right-color: #8F8F8F !important;
}
.table-gridblock tr th {
  background-color: #E8E8E8;
  padding: 4px 2px;
  min-width: 28px;
  max-width: 28px;
  text-align: center;
}
.table-gridblock tr:last-child td, .table-gridblock tr:last-child th {
  border-bottom-color: #8F8F8F;
}
.table-gridblock td {
  padding: 4px;
}
.table-gridblock thead {
  background-color: #E8E8E8;
}
.table-gridblock thead tr:first-child th {
  border-right-color: #8F8F8F;
}
.table-gridblock thead tr:first-child th:first-child, .table-gridblock thead tr:first-child th:nth-child(2) {
  border-bottom-color: #8F8F8F;
}
.table-gridblock thead tr:first-child th:nth-child(2) {
  border-right-color: #8F8F8F;
}
.table-gridblock thead tr:last-child th {
  border-bottom-color: #8F8F8F;
}
.table-gridblock thead tr th {
  vertical-align: middle;
  text-align: center;
}
.table-gridblock thead tr th:last-child {
  border-right-color: #8F8F8F;
}
.table-gridblock tbody tr th {
  border-right-color: #8F8F8F;
}
.table-gridblock tbody tr td:nth-child(2), .table-gridblock tbody tr td:last-child {
  border-right-color: #8F8F8F;
}
.table-gridblock tbody tr td.hinmoku {
  padding: 6px 8px;
}
.table-gridblock.-gas th {
  background-color: #F7F7F7;
}
.table-gridblock.-gas th, .table-gridblock.-gas td {
  padding: 6px 0;
}
.table-gridblock.-management {
  text-align: center;
}
.table-gridblock.-management .hinmoku {
  text-align: left;
}

.btn-basic {
  white-space: nowrap;
  border: 1px solid #212121;
  display: inline-flex;
  align-items: center;
  min-width: 240px;
  white-space: nowrap;
  padding: 0px 60px 0px 16px;
  min-height: 46px;
  position: relative;
}
.btn-basic:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border-left: 1px solid #212121;
  aspect-ratio: 1 / 1;
  background-image: url(/assets/images/common/arrow.svg);
  background-position: 50%;
  background-size: 24%;
  background-repeat: no-repeat;
  transition: all 0.2s;
}
.btn-basic:hover {
  opacity: 1;
}
.btn-basic:hover:after {
  background-color: #575759;
  background-image: url(/assets/images/common/arrow_w.svg);
}
.btn-basic.-indexgroup {
  font-size: 11px;
}
@media (max-width: 835px) {
  .btn-basic.-indexgroup {
    font-size: 100%;
  }
}
.btn-link:after {
  content: '';
  margin: 0 0 0 10px;
  display: inline-block;
  background-image: url(/assets/images/common/arrow.svg);
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
}
.btn-link.-f18 {
  font-size: 1.8rem;
}
@media (max-width: 835px) {
  .btn-link.-f18 {
    font-size: 1.7rem;
  }
}
@media (max-width: 500px) {
  .btn-link.-f18 {
    font-size: 1.6rem;
  }
}
.btn-box {
  display: inline-block;
  border: 1px solid #575759;
  min-width: 320px;
  padding: 12px 0;
  cursor: pointer;
  transition: all .3s;
}
@media (max-width: 835px) {
  .btn-box {
    padding: 10px 0;
  }
}
@media (max-width: 500px) {
  .btn-box {
    padding: 8px 0;
  }
}
.btn-box:hover {
  opacity: 0.5;
}
.btn-black {
  background-color: #575759;
  color: white;
  display: block;
  min-width: 320px;
  padding: 20px 50px;
  transition: all .3s;
}
.btn-black:hover {
  opacity: 0.8;
}

.icon-group {
  position: relative;
  padding-left: 18px;
  line-height: 1.5;
}
.icon-group.-none {
  padding-left: 0;
}
.icon-group.-none:before {
  content: none;
}
.icon-group:before {
  content: '';
  width: 12px;
  height: 12px;
  background-color: #212121;
  display: inline-block;
  margin-right: 5px;
  position: absolute;
  top: 6px;
  left: 0;
}
.icon-group.-group {
  border-color: #212121;
}
.icon-group.-group:before {
  background-color: #212121;
}
.icon-group.-cleantech {
  border-color: #03AF7A;
}
.icon-group.-cleantech:before {
  background-color: #03AF7A;
}
.icon-group.-thermal {
  border-color: #49BAF2;
}
.icon-group.-thermal:before {
  background-color: #49BAF2;
}
.icon-group.-medical {
  border-color: #0055F2;
}
.icon-group.-medical:before {
  background-color: #0055F2;
}
.icon-group.-tochigi {
  border-color: #F2A600;
}
.icon-group.-tochigi:before {
  background-color: #F2A600;
}
.icon-line {
  display: block;
  width: 1px;
  height: 48px;
  background-color: #212121;
  margin: 0 auto;
}
@media (max-width: 835px) {
  .icon-line {
    height: 36px;
  }
}
@media (max-width: 500px) {
  .icon-line {
    height: 24px;
  }
}
.icon-square {
  content: '';
  width: 14px;
  height: 14px;
  display: inline-block;
  background-color: #ccc;
}
.icon-square.-tochigi {
  background-color: #F2A600;
}
.icon-triangle {
  content: '';
  width: 14px;
  height: 14px;
  display: inline-block;
  background-color: #ccc;
  clip-path: polygon(50% 5%, 100% 100%, 0 100%);
}
.icon-triangle.-tochigi {
  background-color: #F2A600;
}
.icon-inline {
  display: inline-block;
  width: 20px;
  min-height: 20px;
  margin: 0 10px;
}
.icon-i {
  display: inline-block;
  vertical-align: -3px;
  border-radius: 50%;
  border: 1px solid #8F8F8F;
  width: 16px;
  height: 16px;
  line-height: 1;
  margin: 0 0 0 5px;
  background-image: url(/assets/images/common/i.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 3px;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  font-style: normal;
}
.icon-reference {
  display: inline-block;
  border: 1px solid #8F8F8F;
  background-color: #FCE5E5;
  width: 20px;
  height: 12px;
  vertical-align: -1px;
  margin: 0 8px 0 0;
}
.icon-reference.-yellow {
  background-color: #FBF1C5;
}
.icon-reference.-green {
  background-color: #DAECE4;
}
.icon-reference.-red {
  background-color: #fce5e5;
}
.icon-reference.-pink {
  background-color: #fcebf4;
}
.icon-reference.-pink2 {
  background-color: #eeeeee;
}
.icon-next {
  padding: 20px 0;
}
.icon-next:after {
  content: "";
  display: block;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  width: 20px;
  height: 12px;
  margin: 0 auto;
  background-color: #C7C7C7;
}

.card-magazine {
  line-height: 1.75;
  display: block;
}
.card-magazine > *.thumb {
  margin: 0 0 16px 0;
  overflow: hidden;
  aspect-ratio: 3/2;
  background-color: #f9f9f9;
}
.card-magazine > *.thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  transition: all .6s;
}
.card-magazine:hover > .thumb img {
  transform: scale(1.1);
}
.card-download {
  background-color: white;
  padding: 12px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  line-height: 1.6;
}
@media (max-width: 835px) {
  .card-download {
    flex-direction: column;
  }
}
.card-download .thumb {
  flex: 0.4;
  margin: 0 20px 0 0;
}
@media (max-width: 835px) {
  .card-download .thumb {
    margin: 0 0 20px 0;
  }
}
.card-download .thumb > .inner {
  aspect-ratio: 1 / 1;
  min-width: 200px;
}
@media (max-width: 500px) {
  .card-download .thumb > .inner {
    min-width: 0;
  }
}
.card-download .thumb img {
  aspect-ratio: 6 / 7;
  display: block;
  height: 100%;
  object-fit: contain;
}
.card-download .summary .link {
  display: block;
  margin: 0 0 10px 0;
  font-size: 2.0rem;
}
@media (max-width: 835px) {
  .card-download .summary .link {
    font-size: 1.7rem;
  }
}
@media (max-width: 500px) {
  .card-download .summary .link {
    font-size: 1.5rem;
  }
}
.card-download .summary .link:after {
  content: '';
  display: inline-block;
  margin: 0 0 0 10px;
  width: 16px;
  height: 16px;
  background-image: url(/assets/images/common/download.svg);
  background-position: 50%;
  background-size: contain;
}
.card-download .summary .amount {
  display: flex;
  align-items: center;
}
.card-download .summary .amount:before {
  content: 'PDF';
  display: inline-block;
  margin: 0 10px 0 0;
  border: 1px solid #C7C7C7;
  padding: 3px;
  line-height: 1.2;
  font-size: 1.2rem;
}
.card-download.-border {
  border: 1px solid #C7C7C7;
  border-radius: 4px;
}
.card-download.-border .thumb .inner {
  min-width: 130px;
}
.card-download.-border .thumb img {
  max-height: 128px;
}
.card-download.-border .summary .link {
  font-size: inherit;
}
.card-download.-noicon .summary .link:after {
  content: none;
}
.card-management {
  border: 1px solid #C7C7C7;
  border-radius: 4px;
}
@media (max-width: 500px) {
  .card-management {
    flex-direction: column;
  }
}
.card-management > .inner {
  padding: 30px;
  display: block;
}
@media (max-width: 835px) {
  .card-management > .inner {
    padding: 20px;
  }
}
@media (max-width: 500px) {
  .card-management > .inner {
    padding: 10px;
  }
}
.card-management > .inner dl dt {
  margin: 0 0 6px 0;
  position: relative;
}
@media (max-width: 500px) {
  .card-management > .inner dl dt .vol {
    display: block;
  }
}
.card-management > .inner dl dt time {
  display: inline-block;
  margin-left: 1em;
}
@media (max-width: 500px) {
  .card-management > .inner dl dt time {
    margin-left: 0;
  }
}
.card-management > .inner dl dt:after {
  content: '';
  width: 14px;
  height: 14px;
  display: inline-block;
  margin: 0 0  0 10px;
  background-image: url(/assets/images/common/download.svg);
  background-repeat: no-repeat;
  background-position: right 50%;
  background-size: 100%;
}
.card-management > .inner dl dd .amount {
  display: flex;
  align-items: center;
}
.card-management > .inner dl dd .amount:before {
  content: 'PDF';
  display: inline-block;
  margin: 0 10px 0 0;
  border: 1px solid #C7C7C7;
  padding: 3px;
  line-height: 1.2;
  font-size: 1.2rem;
}
.card-management.-noarrow > .inner dl dt:after {
  content: none;
}
.card-management.-letter {
  border: none;
}
.card-management.-letter > .inner {
  padding: 0;
  border-radius: 0;
}
.card-management.-letter > .inner dl dt {
  font-size: 2.4rem;
}
@media (max-width: 835px) {
  .card-management.-letter > .inner dl dt {
    font-size: 2.0rem;
  }
}
@media (max-width: 500px) {
  .card-management.-letter > .inner dl dt {
    font-size: 1.8rem;
  }
}
.card-management.-letter > .inner dl dt:after {
  width: 20px;
  height: 20px;
}
@media (max-width: 500px) {
  .card-management.-letter > .inner dl dt:after {
    width: 16px;
    height: 16px;
  }
}
.card-management.-letter.-small > .inner dl dt {
  font-size: 1.6rem;
}
.card-management.-letter.-small > .inner dl dt:after {
  width: 20px;
  height: 20px;
}
@media (max-width: 500px) {
  .card-management.-letter.-small > .inner dl dt:after {
    width: 16px;
    height: 16px;
  }
}
.card-management.-letter.-small > .inner dl dd .amount {
  font-size: 1.4rem;
}
@media (max-width: 500px) {
  .card-management.-letter.-small > .inner dl dd .amount {
    font-size: 1.2rem;
  }
}
.card-letter > *.thumb {
  border: 1px solid #C7C7C7;
  border-radius: 6px;
  margin: 0 0 20px 0;
  padding: 12px;
}
@media (max-width: 500px) {
  .card-letter > *.thumb {
    margin-bottom: 10px;
  }
}
.card-letter > *.thumb img {
  aspect-ratio: 1 / 1;
  max-height: 216px;
  width: auto;
  margin: 0 auto;
  object-fit: contain;
}
.card-tourcase {
  background-color: white;
  padding: 20px;
  height: 100%;
}
@media (max-width: 500px) {
  .card-tourcase {
    padding: 16px;
  }
}
.card-tourcase dt {
  font-size: 1.4rem;
  padding: 10px 0 20px 0;
}
@media (max-width: 500px) {
  .card-tourcase dt {
    font-size: 1.3rem;
  }
}
.card-tourcase dt:before {
  content: '';
  display: inline-block;
  margin-right: 20px;
  margin-left: 10px;
  margin: 0 auto;
  vertical-align: middle;
  display: block;
  width: 20px;
  height: 20px;
  background: url(/assets/images/common/people.svg) no-repeat;
  background-size: contain;
}

.form-content dl {
  margin-bottom: 30px;
}
.form-content dl dt {
  font-weight: bold;
}
.form-content .nav > * {
  margin: 0 auto;
}
.form-select {
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #C7C7C7;
  min-width: 180px;
  position: relative;
}
.form-select:after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #212121;
  border-bottom: 1px solid #212121;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  right: 15px;
  top: calc( 50% - 3px );
  pointer-events: none;
}
.form-select select {
  padding: 10px 25px 10px 10px;
  position: relative;
  width: 100%;
  appearance: none;
  border: none;
  background-color: transparent;
}
@media (max-width: 500px) {
  .form-select select {
    font-size: 16px;
  }
}
.form-select select option {
  padding-top: 5px;
  padding-bottom: 5px;
}
.form-select select.-hasbottom {
  margin-bottom: 30px;
}
.form-message {
  padding: 50px 0;
}
.form-confirm dl {
  margin-bottom: 30px;
}
.form-confirm dl dt {
  background-color: #ddd;
  padding: 8px 12px;
  line-height: 1.3;
  margin: 0 0 10px 0;
  font-size: 90%;
}
.form-confirm dl dd {
  padding: 0 0;
}
.form-submit {
  margin: 0 auto;
  background-color: #999;
  padding: 10px 30px;
  font-weight: bold;
  letter-spacing: 1px;
}
.form-submit:hover {
  background-color: #FFF000;
}
.form-group label {
  line-height: 1;
}
.form-group li {
  display: flex;
  align-items: end;
  margin-bottom: 10px;
}
.form-group li > *:first-child {
  margin-right: 20px;
  white-space: nowrap;
}
.form-text {
  background-color: #fff;
  border: 1px solid #C7C7C7;
  padding: 10px;
  box-sizing: border-box;
  line-height: 1;
  width: 100%;
}
.form-text.-date {
  width: 140px;
}
.form-text.-car, .form-text.-bus {
  width: 60px;
}
.form-text.-auto {
  width: auto;
}
.form-textarea {
  padding: 10px;
  min-height: 280px;
  box-sizing: border-box;
  border: 1px solid #C7C7C7;
  border-radius: 6px;
  line-height: 1.7;
  width: 100%;
  font-size: 90%;
  line-height: 1.8;
}
.form-textarea:focus {
  background-color: #FFF000;
}
.form-radio {
  vertical-align: 0;
  margin: 0 6px 0 0;
  display: inline-block;
}
.form-checkbox {
  vertical-align: 0;
  margin-right: 6px;
  display: inline-block;
}
.form-list dt {
  font-size: 1.4rem;
  margin: 0 0 5px 0;
}
.form-list dd {
  margin: 0 0 2em 0;
}
.form-list .require:after {
  content: '*';
  display: inline-block;
  margin-left: 10px;
  color: #ff0000;
}
.form-list .group {
  white-space: nowrap;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.form-list .label {
  display: inline-block;
  vertical-align: 0;
}
.form-list .label + .form-stepper,
.form-list .label + select,
.form-list .label + input {
  margin-left: 8px;
}
.form-list input + .label,
.form-list select + .label {
  margin-left: 10px;
}
.form-list .textarea {
  display: block;
  border: 1px solid #c7c7c7;
  width: 100%;
  height: 240px;
}
.form-content dt {
  margin: 0 0 8px 0;
}
.form-stepper {
  display: inline-flex;
  align-items: center;
}
.form-stepper input {
  text-align: center;
  width: 44px;
  height: 44px;
  border: 1px solid #C7C7C7;
  border-left: none;
  border-right: none;
}
.form-stepper button {
  width: 44px;
  height: 44px;
  font-size: 18px;
  text-align: center;
  border: 1px solid #C7C7C7;
  background-color: #F7F7F7;
}
.form-stepper input[type="number"],
.form-stepper input[type="number"]::-webkit-outer-spin-button,
.form-stepper input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  -moz-appearance: textfield;
}

.tab-group .menu {
  margin: 0 0 30px 0;
}
.tab-group .target .my {
  display: none;
}
.tab-group .target .my.-current {
  display: block;
  animation: fadeIn .3s linear 0s normal both;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.grid-block {
  display: grid;
  gap: 40px;
}
@media (max-width: 835px) {
  .grid-block {
    gap: 30px;
  }
}
@media (max-width: 500px) {
  .grid-block {
    gap: 20px;
  }
}
.grid-block > * img img {
  display: block;
  width: 100%;
}
.grid-block.-cols2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media (max-width: 835px) {
  .grid-block.-cols2 {
    gap: 30px;
  }
}
@media (max-width: 500px) {
  .grid-block.-cols2 {
    gap: 20px;
  }
}
.grid-block.-cols2 > *:last-child {
  margin-bottom: 0;
}
.grid-block.-cols2.-medicaliso {
  grid-template-columns: 0.6fr 0.4fr;
}
@media (max-width: 500px) {
  .grid-block.-cols2.-medicaliso > .item .grid-block {
    max-width: 80%;
    margin: 20px  auto 0 auto;
  }
}
.grid-block.-cols2.-medicaliso > .item .grid-block img {
  display: block;
  width: 100%;
}
.grid-block.-cols3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 500px) {
  .grid-block.-cols3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.grid-block.-cols4 {
  grid-template-columns: repeat(4, 1fr);
}
.grid-block.-cols4.-detectionsystem dt {
  background-color: #F7F7F7;
  padding: 8px 16px;
  margin: 0 0 20px 0;
}
@media (max-width: 500px) {
  .grid-block.-colsSp1 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 500px) {
  .grid-block.-colsSp2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.grid-block.-nopad {
  gap: 0;
}
.grid-block .captiontitle {
  font-size: 1.8rem;
}
.grid-block .thumb img {
  display: block;
  width: 100%;
}
.grid-block .thumb + .nav-btn {
  margin-top: 15px;
}
@media (max-width: 500px) {
  .grid-block .thumb + .nav-btn {
    margin-top: 5px;
  }
}
.grid-block.-groupindexmagazine {
  gap: 0;
}
@media (max-width: 500px) {
  .grid-block.-groupindexmagazine {
    display: block;
  }
}
.grid-block.-groupindexmagazine.-cols2 > .item img {
  aspect-ratio: 10 / 6;
}
.grid-block.-groupindexmagazine > .item {
  position: relative;
}
@media (max-width: 500px) {
  .grid-block.-groupindexmagazine > .item {
    margin-bottom: 0;
  }
}
.grid-block.-groupindexmagazine > .item a {
  display: block;
  position: relative;
}
.grid-block.-groupindexmagazine > .item.-kids {
  font-family: "Zen Maru Gothic", serif;
}
.grid-block.-groupindexmagazine > .item .cover {
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.grid-block.-groupindexmagazine > .item .cover:after {
  content: '';
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.grid-block.-groupindexmagazine > .item .cover > .wrap {
  max-width: 450px;
  padding: 0 40px;
  position: relative;
  z-index: 2;
}
@media (max-width: 835px) {
  .grid-block.-groupindexmagazine > .item .cover > .wrap {
    padding: 20px 30px;
  }
}
@media (max-width: 500px) {
  .grid-block.-groupindexmagazine > .item .cover > .wrap {
    width: auto;
    padding: 0 28px;
  }
}
.grid-block.-groupindexmagazine > .item .cover > .wrap .title {
  font-size: 3.2rem;
  text-align: center;
  margin: 0 0 0.5em 0;
}
@media (max-width: 835px) {
  .grid-block.-groupindexmagazine > .item .cover > .wrap .title {
    font-size: 2.4rem;
  }
}
@media (max-width: 500px) {
  .grid-block.-groupindexmagazine > .item .cover > .wrap .title {
    font-size: 2.2rem;
  }
}
.grid-block.-groupindexmagazine > .item img {
  display: block;
  object-fit: cover;
  width: 100%;
  aspect-ratio: 10 / 3;
}
@media (max-width: 835px) {
  .grid-block.-groupindexmagazine > .item img {
    aspect-ratio: 10 / 6;
  }
}
.grid-block.-parking {
  grid-template-columns: 0.72fr 0.28fr;
}
@media (max-width: 835px) {
  .grid-block.-parking {
    display: block;
  }
}
@media (max-width: 835px) {
  .grid-block.-parking > *.img {
    margin: 0 0 20px 0;
  }
}
.grid-block.-parking > *.img img {
  width: 100%;
  display: block;
}
@media (max-width: 835px) {
  .grid-block.-parking > *.summary ul {
    display: flex;
  }
  .grid-block.-parking > *.summary ul > * {
    margin-right: 20px;
  }
}
.grid-block.-parking.-reverse {
  grid-template-columns: 0.28fr 0.72fr;
}
.grid-block.-tourinfo {
  border: 1px solid;
  gap: 0;
  align-items: center;
}
@media (max-width: 500px) {
  .grid-block.-tourinfo {
    grid-template-columns: 1fr;
  }
}
.grid-block.-tourinfo .img {
  height: 100%;
}
.grid-block.-tourinfo .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4 / 3;
}
.grid-block.-tourinfo .info {
  padding: 30px;
}
@media (max-width: 500px) {
  .grid-block.-tourinfo .info {
    padding: 20px;
  }
}
.grid-block.-tourinfo .info .title {
  text-align: center;
  font-size: 2.4rem;
}
@media (max-width: 835px) {
  .grid-block.-tourinfo .info .title {
    font-size: 2.0rem;
  }
}
@media (max-width: 500px) {
  .grid-block.-tourinfo .info .title {
    font-size: 1.8rem;
  }
}
.grid-block.-tourinfo .info .caption {
  text-align: center;
}
.grid-block.-tourinfo .info .-center {
  text-align: center;
}
.grid-block.-tourinfo .info .wrap {
  max-width: 400px;
  margin: 0 auto;
}
@media (max-width: 500px) {
  .grid-block.-indexgrid > * {
    margin-bottom: 40px;
  }
}
.grid-block.-indexgrid .title {
  display: block;
  font-size: 2.4rem;
}
@media (max-width: 835px) {
  .grid-block.-indexgrid .title {
    font-size: 2.2rem;
  }
}
@media (max-width: 500px) {
  .grid-block.-indexgrid .title {
    font-size: 2.0rem;
  }
}
.grid-block.-indexgrid .title:after {
  content: '';
  display: inline-block;
  margin: 0 0 0 10px;
  width: 16px;
  height: 16px;
  background: url(/assets/images/common/arrow.svg) no-repeat;
}
.grid-block.-indexgrid p {
  margin: 0;
}
.grid-block .img img {
  display: block;
  width: 100%;
}
@media (max-width: 500px) {
  .grid-block .-permit {
    max-width: 140px;
    margin: 0 auto;
  }
}
.grid-block.-contactstep {
  text-align: center;
}
.grid-block.-contactstep > li dt {
  position: relative;
}
.grid-block.-contactstep > li dt:after {
  content: '';
  position: absolute;
  left: calc( 50% + 40px );
  top: 50%;
  height: 1px;
  width: calc( 100% - 40px );
  background-color: #575759;
}
@media (max-width: 500px) {
  .grid-block.-contactstep > li dt:after {
    left: calc( 50% + 30px );
  }
}
.grid-block.-contactstep > li:last-child dt::after {
  content: none;
}
.grid-block.-contactstep > li dd {
  text-align: center;
  line-height: 1.4;
}
.grid-block.-contactstep .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #575759;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin: 0 auto 20px auto;
  color: #fff;
}
@media (max-width: 500px) {
  .grid-block.-contactstep .circle {
    margin: 0 auto 10px auto;
  }
}
.grid-block.-casestudy {
  position: relative;
}
.grid-block.-casestudy:after {
  content: '';
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  display: block;
  background-color: #C7C7C7;
  width: 14px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
}
.grid-square {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.grid-square > .item {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}
.grid-square > .item .title {
  position: absolute;
  color: white;
  z-index: 5;
  font-size: 2.4rem;
}
@media (max-width: 835px) {
  .grid-square > .item .title {
    font-size: 2.0rem;
  }
}
@media (max-width: 500px) {
  .grid-square > .item .title {
    font-size: 1.8rem;
  }
}
.grid-square > .item img {
  display: block;
  aspect-ratio: 1 / 1;
  position: relative;
  z-index: 1;
}
.grid-square > .item:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 2;
}
.grid-square.-cols4 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 500px) {
  .grid-square.-colsSp2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.grid-qr {
  display: flex;
  justify-content: space-between;
}
.grid-qr > *.qr {
  width: 80px;
}
.grid-qr > *.qr img {
  width: 100%;
  display: block;
  aspect-ratio: 1 / 1;
}

.slick-dots {
  text-align: left;
}
.slick-dots li {
  margin: 0 4px 0 0;
  height: auto;
  width: 32px;
}
.slick-dots li button {
  height: auto;
  width: auto;
}
.slick-dots li button:before {
  content: '';
  width: 32px;
  height: 2px;
  background-color: #C8C8C8;
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  background-color: #575759;
}

.slider-list {
  width: 100%;
}
.slider-list.-webmagazine .slick-slide {
  max-width: 864px;
  padding: 0 3px;
}
.slider-list.-webmagazine .slick-slide img {
  display: block;
}
@media (max-width: 835px) {
  .slider-list.-webmagazine .slick-slide img {
    height: 480px;
    width: auto;
  }
}
@media (max-width: 500px) {
  .slider-list.-webmagazine .slick-slide img {
    height: 180px;
  }
}
.slider-list.-smooth .slick-slide {
  max-width: 864px;
  padding: 0 3px;
}
.slider-list.-smooth .slick-slide img {
  display: block;
  height: 400px;
  width: auto;
}
@media (max-width: 835px) {
  .slider-list.-smooth .slick-slide img {
    height: 280px;
  }
}
@media (max-width: 500px) {
  .slider-list.-smooth .slick-slide img {
    height: 180px;
  }
}
.slider-list.-index {
  animation: showIn 3s linear 0s normal both;
  margin-bottom: 0;
}
.slider-list.-index .slick-slide {
  overflow: hidden;
  max-width: 100%;
}
.slider-list.-index .slick-slide img {
  display: block;
}
@media (orientation: portrait) {
  .slider-list.-index .slick-slide img {
    height: 50vh;
    object-fit: cover;
  }
}
.slider-list.-index .slick-slide.-animation {
  animation: zoomIn 10s linear 0s normal both;
}
.slider-list.-index .slick-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: right;
  padding: 20px 20px;
}
@media (max-width: 835px) {
  .slider-list.-index .slick-dots {
    padding: 10px;
  }
}
.slider-list.-fade .slick-dots {
  text-align: right;
}
.slider-list.-fade.-dotleft .slick-dots {
  text-align: left;
}
.slider-list.-tour .slick-slide {
  overflow: hidden;
  max-width: 100%;
  margin: 0 4px;
}
.slider-list.-tour .slick-slide img {
  display: block;
  height: 240px;
  width: auto;
}
.slider-list.-groupindex {
  animation: fadeIn 2s linear 0s normal both;
}
.slider-list.-groupindex .slick-slide {
  overflow: hidden;
  max-width: 100%;
}
.slider-list.-groupindex .slick-slide img {
  display: block;
}
@media (orientation: portrait) {
  .slider-list.-groupindex .slick-slide img {
    height: 50vh;
    object-fit: cover;
  }
}
.slider-list.-groupindex .slick-slide.-animation {
  animation: zoomIn 10s linear 0s normal both;
}
.slider-list.-groupindex .slick-dots {
  text-align: left;
  bottom: 0;
  padding: 8px 24px;
}
@media (max-width: 500px) {
  .slider-list.-groupindex .slick-dots {
    padding: 4px 12px;
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.08);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes showIn {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.ef-slideup {
  transform: translateY(10px);
  opacity: 0;
  transition: all 0.6s;
  animation-timing-function: cubic-bezier(0.29, 0.81, 0.7, 1);
}
.ef-slideup.-active {
  transform: translateY(0%);
  opacity: 1;
}
@keyframes slideUp {
  0% {
    transform: translateY(10px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.scroll-hint-icon-wrap {
  padding-bottom: 20px;
}
.scroll-hint-text {
  margin: 2px 0 0 0;
}
.scroll-hint-icon {
  height: 86px;
}

.to-career {
  display: none;
}

@use 'sass:math';
._pc {
  display: block !important;
}
@media (max-width: 835px) {
  ._pc {
    display: none !important;
  }
}
@media (max-width: 500px) {
  ._pc {
    display: none !important;
  }
}

._tb {
  display: none !important;
}
@media (max-width: 835px) {
  ._tb {
    display: block !important;
  }
}
@media (max-width: 500px) {
  ._tb {
    display: none !important;
  }
}
@media (max-width: 500px) {
  ._tb._sp {
    display: block !important;
  }
}

._sp {
  display: none !important;
}
@media (max-width: 835px) {
  ._sp {
    display: none !important;
  }
}
@media (max-width: 500px) {
  ._sp {
    display: block !important;
  }
}

._right {
  text-align: right;
}

._caption {
  font-size: 85%;
  line-height: 1.3;
}

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

._bold {
  font-weight: bold;
}

._nowrap {
  white-space: nowrap !important;
}

._nomargin {
  margin-bottom: 0 !important;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-0 {
  margin-bottom: 0px !important;
}
@media (max-width: 835px) {
  .mb-0 {
    margin-bottom: 0px !important;
  }
}
@media (max-width: 500px) {
  .mb-0 {
    margin-bottom: 0px !important;
  }
}

.mb-10 {
  margin-bottom: 10px !important;
}
@media (max-width: 835px) {
  .mb-10 {
    margin-bottom: 7.5px !important;
  }
}
@media (max-width: 500px) {
  .mb-10 {
    margin-bottom: 5px !important;
  }
}

.mb-20 {
  margin-bottom: 20px !important;
}
@media (max-width: 835px) {
  .mb-20 {
    margin-bottom: 15px !important;
  }
}
@media (max-width: 500px) {
  .mb-20 {
    margin-bottom: 10px !important;
  }
}

.mb-30 {
  margin-bottom: 30px !important;
}
@media (max-width: 835px) {
  .mb-30 {
    margin-bottom: 22.5px !important;
  }
}
@media (max-width: 500px) {
  .mb-30 {
    margin-bottom: 15px !important;
  }
}

.mb-40 {
  margin-bottom: 40px !important;
}
@media (max-width: 835px) {
  .mb-40 {
    margin-bottom: 30px !important;
  }
}
@media (max-width: 500px) {
  .mb-40 {
    margin-bottom: 20px !important;
  }
}

.mb-50 {
  margin-bottom: 50px !important;
}
@media (max-width: 835px) {
  .mb-50 {
    margin-bottom: 37.5px !important;
  }
}
@media (max-width: 500px) {
  .mb-50 {
    margin-bottom: 25px !important;
  }
}

.mb-60 {
  margin-bottom: 60px !important;
}
@media (max-width: 835px) {
  .mb-60 {
    margin-bottom: 45px !important;
  }
}
@media (max-width: 500px) {
  .mb-60 {
    margin-bottom: 30px !important;
  }
}

.mb-70 {
  margin-bottom: 70px !important;
}
@media (max-width: 835px) {
  .mb-70 {
    margin-bottom: 52.5px !important;
  }
}
@media (max-width: 500px) {
  .mb-70 {
    margin-bottom: 35px !important;
  }
}

.mb-80 {
  margin-bottom: 80px !important;
}
@media (max-width: 835px) {
  .mb-80 {
    margin-bottom: 60px !important;
  }
}
@media (max-width: 500px) {
  .mb-80 {
    margin-bottom: 40px !important;
  }
}

.mb-90 {
  margin-bottom: 90px !important;
}
@media (max-width: 835px) {
  .mb-90 {
    margin-bottom: 67.5px !important;
  }
}
@media (max-width: 500px) {
  .mb-90 {
    margin-bottom: 45px !important;
  }
}

.mb-100 {
  margin-bottom: 100px !important;
}
@media (max-width: 835px) {
  .mb-100 {
    margin-bottom: 75px !important;
  }
}
@media (max-width: 500px) {
  .mb-100 {
    margin-bottom: 50px !important;
  }
}

.mb-110 {
  margin-bottom: 110px !important;
}
@media (max-width: 835px) {
  .mb-110 {
    margin-bottom: 82.5px !important;
  }
}
@media (max-width: 500px) {
  .mb-110 {
    margin-bottom: 55px !important;
  }
}

.mb-120 {
  margin-bottom: 120px !important;
}
@media (max-width: 835px) {
  .mb-120 {
    margin-bottom: 90px !important;
  }
}
@media (max-width: 500px) {
  .mb-120 {
    margin-bottom: 60px !important;
  }
}

.mb-130 {
  margin-bottom: 130px !important;
}
@media (max-width: 835px) {
  .mb-130 {
    margin-bottom: 97.5px !important;
  }
}
@media (max-width: 500px) {
  .mb-130 {
    margin-bottom: 65px !important;
  }
}

.mb-140 {
  margin-bottom: 140px !important;
}
@media (max-width: 835px) {
  .mb-140 {
    margin-bottom: 105px !important;
  }
}
@media (max-width: 500px) {
  .mb-140 {
    margin-bottom: 70px !important;
  }
}

.mb-150 {
  margin-bottom: 150px !important;
}
@media (max-width: 835px) {
  .mb-150 {
    margin-bottom: 112.5px !important;
  }
}
@media (max-width: 500px) {
  .mb-150 {
    margin-bottom: 75px !important;
  }
}

.mb-160 {
  margin-bottom: 160px !important;
}
@media (max-width: 835px) {
  .mb-160 {
    margin-bottom: 120px !important;
  }
}
@media (max-width: 500px) {
  .mb-160 {
    margin-bottom: 80px !important;
  }
}

.mb-170 {
  margin-bottom: 170px !important;
}
@media (max-width: 835px) {
  .mb-170 {
    margin-bottom: 127.5px !important;
  }
}
@media (max-width: 500px) {
  .mb-170 {
    margin-bottom: 85px !important;
  }
}

.mb-180 {
  margin-bottom: 180px !important;
}
@media (max-width: 835px) {
  .mb-180 {
    margin-bottom: 135px !important;
  }
}
@media (max-width: 500px) {
  .mb-180 {
    margin-bottom: 90px !important;
  }
}

.mb-190 {
  margin-bottom: 190px !important;
}
@media (max-width: 835px) {
  .mb-190 {
    margin-bottom: 142.5px !important;
  }
}
@media (max-width: 500px) {
  .mb-190 {
    margin-bottom: 95px !important;
  }
}

.mb-200 {
  margin-bottom: 200px !important;
}
@media (max-width: 835px) {
  .mb-200 {
    margin-bottom: 150px !important;
  }
}
@media (max-width: 500px) {
  .mb-200 {
    margin-bottom: 100px !important;
  }
}

.mt-0 {
  margin-top: 0px !important;
}
@media (max-width: 835px) {
  .mt-0 {
    margin-top: 0px !important;
  }
}
@media (max-width: 500px) {
  .mt-0 {
    margin-top: 0px !important;
  }
}

.mt-10 {
  margin-top: 10px !important;
}
@media (max-width: 835px) {
  .mt-10 {
    margin-top: 7.5px !important;
  }
}
@media (max-width: 500px) {
  .mt-10 {
    margin-top: 5px !important;
  }
}

.mt-20 {
  margin-top: 20px !important;
}
@media (max-width: 835px) {
  .mt-20 {
    margin-top: 15px !important;
  }
}
@media (max-width: 500px) {
  .mt-20 {
    margin-top: 10px !important;
  }
}

.mt-30 {
  margin-top: 30px !important;
}
@media (max-width: 835px) {
  .mt-30 {
    margin-top: 22.5px !important;
  }
}
@media (max-width: 500px) {
  .mt-30 {
    margin-top: 15px !important;
  }
}

.mt-40 {
  margin-top: 40px !important;
}
@media (max-width: 835px) {
  .mt-40 {
    margin-top: 30px !important;
  }
}
@media (max-width: 500px) {
  .mt-40 {
    margin-top: 20px !important;
  }
}

.mt-50 {
  margin-top: 50px !important;
}
@media (max-width: 835px) {
  .mt-50 {
    margin-top: 37.5px !important;
  }
}
@media (max-width: 500px) {
  .mt-50 {
    margin-top: 25px !important;
  }
}

.mt-60 {
  margin-top: 60px !important;
}
@media (max-width: 835px) {
  .mt-60 {
    margin-top: 45px !important;
  }
}
@media (max-width: 500px) {
  .mt-60 {
    margin-top: 30px !important;
  }
}

.mt-70 {
  margin-top: 70px !important;
}
@media (max-width: 835px) {
  .mt-70 {
    margin-top: 52.5px !important;
  }
}
@media (max-width: 500px) {
  .mt-70 {
    margin-top: 35px !important;
  }
}

.mt-80 {
  margin-top: 80px !important;
}
@media (max-width: 835px) {
  .mt-80 {
    margin-top: 60px !important;
  }
}
@media (max-width: 500px) {
  .mt-80 {
    margin-top: 40px !important;
  }
}

.mt-90 {
  margin-top: 90px !important;
}
@media (max-width: 835px) {
  .mt-90 {
    margin-top: 67.5px !important;
  }
}
@media (max-width: 500px) {
  .mt-90 {
    margin-top: 45px !important;
  }
}

.mt-100 {
  margin-top: 100px !important;
}
@media (max-width: 835px) {
  .mt-100 {
    margin-top: 75px !important;
  }
}
@media (max-width: 500px) {
  .mt-100 {
    margin-top: 50px !important;
  }
}

.mt-110 {
  margin-top: 110px !important;
}
@media (max-width: 835px) {
  .mt-110 {
    margin-top: 82.5px !important;
  }
}
@media (max-width: 500px) {
  .mt-110 {
    margin-top: 55px !important;
  }
}

.mt-120 {
  margin-top: 120px !important;
}
@media (max-width: 835px) {
  .mt-120 {
    margin-top: 90px !important;
  }
}
@media (max-width: 500px) {
  .mt-120 {
    margin-top: 60px !important;
  }
}

.mt-130 {
  margin-top: 130px !important;
}
@media (max-width: 835px) {
  .mt-130 {
    margin-top: 97.5px !important;
  }
}
@media (max-width: 500px) {
  .mt-130 {
    margin-top: 65px !important;
  }
}

.mt-140 {
  margin-top: 140px !important;
}
@media (max-width: 835px) {
  .mt-140 {
    margin-top: 105px !important;
  }
}
@media (max-width: 500px) {
  .mt-140 {
    margin-top: 70px !important;
  }
}

.mt-150 {
  margin-top: 150px !important;
}
@media (max-width: 835px) {
  .mt-150 {
    margin-top: 112.5px !important;
  }
}
@media (max-width: 500px) {
  .mt-150 {
    margin-top: 75px !important;
  }
}

.mt-160 {
  margin-top: 160px !important;
}
@media (max-width: 835px) {
  .mt-160 {
    margin-top: 120px !important;
  }
}
@media (max-width: 500px) {
  .mt-160 {
    margin-top: 80px !important;
  }
}

.mt-170 {
  margin-top: 170px !important;
}
@media (max-width: 835px) {
  .mt-170 {
    margin-top: 127.5px !important;
  }
}
@media (max-width: 500px) {
  .mt-170 {
    margin-top: 85px !important;
  }
}

.mt-180 {
  margin-top: 180px !important;
}
@media (max-width: 835px) {
  .mt-180 {
    margin-top: 135px !important;
  }
}
@media (max-width: 500px) {
  .mt-180 {
    margin-top: 90px !important;
  }
}

.mt-190 {
  margin-top: 190px !important;
}
@media (max-width: 835px) {
  .mt-190 {
    margin-top: 142.5px !important;
  }
}
@media (max-width: 500px) {
  .mt-190 {
    margin-top: 95px !important;
  }
}

.mt-200 {
  margin-top: 200px !important;
}
@media (max-width: 835px) {
  .mt-200 {
    margin-top: 150px !important;
  }
}
@media (max-width: 500px) {
  .mt-200 {
    margin-top: 100px !important;
  }
}

.ml-0 {
  margin-left: 0px !important;
}
@media (max-width: 835px) {
  .ml-0 {
    margin-left: 0px !important;
  }
}
@media (max-width: 500px) {
  .ml-0 {
    margin-left: 0px !important;
  }
}

.ml-10 {
  margin-left: 10px !important;
}
@media (max-width: 835px) {
  .ml-10 {
    margin-left: 7.5px !important;
  }
}
@media (max-width: 500px) {
  .ml-10 {
    margin-left: 5px !important;
  }
}

.ml-20 {
  margin-left: 20px !important;
}
@media (max-width: 835px) {
  .ml-20 {
    margin-left: 15px !important;
  }
}
@media (max-width: 500px) {
  .ml-20 {
    margin-left: 10px !important;
  }
}

.ml-30 {
  margin-left: 30px !important;
}
@media (max-width: 835px) {
  .ml-30 {
    margin-left: 22.5px !important;
  }
}
@media (max-width: 500px) {
  .ml-30 {
    margin-left: 15px !important;
  }
}

.ml-40 {
  margin-left: 40px !important;
}
@media (max-width: 835px) {
  .ml-40 {
    margin-left: 30px !important;
  }
}
@media (max-width: 500px) {
  .ml-40 {
    margin-left: 20px !important;
  }
}

.ml-50 {
  margin-left: 50px !important;
}
@media (max-width: 835px) {
  .ml-50 {
    margin-left: 37.5px !important;
  }
}
@media (max-width: 500px) {
  .ml-50 {
    margin-left: 25px !important;
  }
}

.ml-60 {
  margin-left: 60px !important;
}
@media (max-width: 835px) {
  .ml-60 {
    margin-left: 45px !important;
  }
}
@media (max-width: 500px) {
  .ml-60 {
    margin-left: 30px !important;
  }
}

.ml-70 {
  margin-left: 70px !important;
}
@media (max-width: 835px) {
  .ml-70 {
    margin-left: 52.5px !important;
  }
}
@media (max-width: 500px) {
  .ml-70 {
    margin-left: 35px !important;
  }
}

.ml-80 {
  margin-left: 80px !important;
}
@media (max-width: 835px) {
  .ml-80 {
    margin-left: 60px !important;
  }
}
@media (max-width: 500px) {
  .ml-80 {
    margin-left: 40px !important;
  }
}

.ml-90 {
  margin-left: 90px !important;
}
@media (max-width: 835px) {
  .ml-90 {
    margin-left: 67.5px !important;
  }
}
@media (max-width: 500px) {
  .ml-90 {
    margin-left: 45px !important;
  }
}

.ml-100 {
  margin-left: 100px !important;
}
@media (max-width: 835px) {
  .ml-100 {
    margin-left: 75px !important;
  }
}
@media (max-width: 500px) {
  .ml-100 {
    margin-left: 50px !important;
  }
}

.ml-110 {
  margin-left: 110px !important;
}
@media (max-width: 835px) {
  .ml-110 {
    margin-left: 82.5px !important;
  }
}
@media (max-width: 500px) {
  .ml-110 {
    margin-left: 55px !important;
  }
}

.ml-120 {
  margin-left: 120px !important;
}
@media (max-width: 835px) {
  .ml-120 {
    margin-left: 90px !important;
  }
}
@media (max-width: 500px) {
  .ml-120 {
    margin-left: 60px !important;
  }
}

.ml-130 {
  margin-left: 130px !important;
}
@media (max-width: 835px) {
  .ml-130 {
    margin-left: 97.5px !important;
  }
}
@media (max-width: 500px) {
  .ml-130 {
    margin-left: 65px !important;
  }
}

.ml-140 {
  margin-left: 140px !important;
}
@media (max-width: 835px) {
  .ml-140 {
    margin-left: 105px !important;
  }
}
@media (max-width: 500px) {
  .ml-140 {
    margin-left: 70px !important;
  }
}

.ml-150 {
  margin-left: 150px !important;
}
@media (max-width: 835px) {
  .ml-150 {
    margin-left: 112.5px !important;
  }
}
@media (max-width: 500px) {
  .ml-150 {
    margin-left: 75px !important;
  }
}

.ml-160 {
  margin-left: 160px !important;
}
@media (max-width: 835px) {
  .ml-160 {
    margin-left: 120px !important;
  }
}
@media (max-width: 500px) {
  .ml-160 {
    margin-left: 80px !important;
  }
}

.ml-170 {
  margin-left: 170px !important;
}
@media (max-width: 835px) {
  .ml-170 {
    margin-left: 127.5px !important;
  }
}
@media (max-width: 500px) {
  .ml-170 {
    margin-left: 85px !important;
  }
}

.ml-180 {
  margin-left: 180px !important;
}
@media (max-width: 835px) {
  .ml-180 {
    margin-left: 135px !important;
  }
}
@media (max-width: 500px) {
  .ml-180 {
    margin-left: 90px !important;
  }
}

.ml-190 {
  margin-left: 190px !important;
}
@media (max-width: 835px) {
  .ml-190 {
    margin-left: 142.5px !important;
  }
}
@media (max-width: 500px) {
  .ml-190 {
    margin-left: 95px !important;
  }
}

.ml-200 {
  margin-left: 200px !important;
}
@media (max-width: 835px) {
  .ml-200 {
    margin-left: 150px !important;
  }
}
@media (max-width: 500px) {
  .ml-200 {
    margin-left: 100px !important;
  }
}

.mr-0 {
  margin-right: 0px !important;
}
@media (max-width: 835px) {
  .mr-0 {
    margin-right: 0px !important;
  }
}
@media (max-width: 500px) {
  .mr-0 {
    margin-right: 0px !important;
  }
}

.mr-10 {
  margin-right: 10px !important;
}
@media (max-width: 835px) {
  .mr-10 {
    margin-right: 7.5px !important;
  }
}
@media (max-width: 500px) {
  .mr-10 {
    margin-right: 5px !important;
  }
}

.mr-20 {
  margin-right: 20px !important;
}
@media (max-width: 835px) {
  .mr-20 {
    margin-right: 15px !important;
  }
}
@media (max-width: 500px) {
  .mr-20 {
    margin-right: 10px !important;
  }
}

.mr-30 {
  margin-right: 30px !important;
}
@media (max-width: 835px) {
  .mr-30 {
    margin-right: 22.5px !important;
  }
}
@media (max-width: 500px) {
  .mr-30 {
    margin-right: 15px !important;
  }
}

.mr-40 {
  margin-right: 40px !important;
}
@media (max-width: 835px) {
  .mr-40 {
    margin-right: 30px !important;
  }
}
@media (max-width: 500px) {
  .mr-40 {
    margin-right: 20px !important;
  }
}

.mr-50 {
  margin-right: 50px !important;
}
@media (max-width: 835px) {
  .mr-50 {
    margin-right: 37.5px !important;
  }
}
@media (max-width: 500px) {
  .mr-50 {
    margin-right: 25px !important;
  }
}

.mr-60 {
  margin-right: 60px !important;
}
@media (max-width: 835px) {
  .mr-60 {
    margin-right: 45px !important;
  }
}
@media (max-width: 500px) {
  .mr-60 {
    margin-right: 30px !important;
  }
}

.mr-70 {
  margin-right: 70px !important;
}
@media (max-width: 835px) {
  .mr-70 {
    margin-right: 52.5px !important;
  }
}
@media (max-width: 500px) {
  .mr-70 {
    margin-right: 35px !important;
  }
}

.mr-80 {
  margin-right: 80px !important;
}
@media (max-width: 835px) {
  .mr-80 {
    margin-right: 60px !important;
  }
}
@media (max-width: 500px) {
  .mr-80 {
    margin-right: 40px !important;
  }
}

.mr-90 {
  margin-right: 90px !important;
}
@media (max-width: 835px) {
  .mr-90 {
    margin-right: 67.5px !important;
  }
}
@media (max-width: 500px) {
  .mr-90 {
    margin-right: 45px !important;
  }
}

.mr-100 {
  margin-right: 100px !important;
}
@media (max-width: 835px) {
  .mr-100 {
    margin-right: 75px !important;
  }
}
@media (max-width: 500px) {
  .mr-100 {
    margin-right: 50px !important;
  }
}

.mr-110 {
  margin-right: 110px !important;
}
@media (max-width: 835px) {
  .mr-110 {
    margin-right: 82.5px !important;
  }
}
@media (max-width: 500px) {
  .mr-110 {
    margin-right: 55px !important;
  }
}

.mr-120 {
  margin-right: 120px !important;
}
@media (max-width: 835px) {
  .mr-120 {
    margin-right: 90px !important;
  }
}
@media (max-width: 500px) {
  .mr-120 {
    margin-right: 60px !important;
  }
}

.mr-130 {
  margin-right: 130px !important;
}
@media (max-width: 835px) {
  .mr-130 {
    margin-right: 97.5px !important;
  }
}
@media (max-width: 500px) {
  .mr-130 {
    margin-right: 65px !important;
  }
}

.mr-140 {
  margin-right: 140px !important;
}
@media (max-width: 835px) {
  .mr-140 {
    margin-right: 105px !important;
  }
}
@media (max-width: 500px) {
  .mr-140 {
    margin-right: 70px !important;
  }
}

.mr-150 {
  margin-right: 150px !important;
}
@media (max-width: 835px) {
  .mr-150 {
    margin-right: 112.5px !important;
  }
}
@media (max-width: 500px) {
  .mr-150 {
    margin-right: 75px !important;
  }
}

.mr-160 {
  margin-right: 160px !important;
}
@media (max-width: 835px) {
  .mr-160 {
    margin-right: 120px !important;
  }
}
@media (max-width: 500px) {
  .mr-160 {
    margin-right: 80px !important;
  }
}

.mr-170 {
  margin-right: 170px !important;
}
@media (max-width: 835px) {
  .mr-170 {
    margin-right: 127.5px !important;
  }
}
@media (max-width: 500px) {
  .mr-170 {
    margin-right: 85px !important;
  }
}

.mr-180 {
  margin-right: 180px !important;
}
@media (max-width: 835px) {
  .mr-180 {
    margin-right: 135px !important;
  }
}
@media (max-width: 500px) {
  .mr-180 {
    margin-right: 90px !important;
  }
}

.mr-190 {
  margin-right: 190px !important;
}
@media (max-width: 835px) {
  .mr-190 {
    margin-right: 142.5px !important;
  }
}
@media (max-width: 500px) {
  .mr-190 {
    margin-right: 95px !important;
  }
}

.mr-200 {
  margin-right: 200px !important;
}
@media (max-width: 835px) {
  .mr-200 {
    margin-right: 150px !important;
  }
}
@media (max-width: 500px) {
  .mr-200 {
    margin-right: 100px !important;
  }
}

.pb-0 {
  padding-bottom: 0px !important;
}
@media (max-width: 835px) {
  .pb-0 {
    padding-bottom: 0px !important;
  }
}
@media (max-width: 500px) {
  .pb-0 {
    padding-bottom: 0px !important;
  }
}

.pb-10 {
  padding-bottom: 10px !important;
}
@media (max-width: 835px) {
  .pb-10 {
    padding-bottom: 7.5px !important;
  }
}
@media (max-width: 500px) {
  .pb-10 {
    padding-bottom: 5px !important;
  }
}

.pb-20 {
  padding-bottom: 20px !important;
}
@media (max-width: 835px) {
  .pb-20 {
    padding-bottom: 15px !important;
  }
}
@media (max-width: 500px) {
  .pb-20 {
    padding-bottom: 10px !important;
  }
}

.pb-30 {
  padding-bottom: 30px !important;
}
@media (max-width: 835px) {
  .pb-30 {
    padding-bottom: 22.5px !important;
  }
}
@media (max-width: 500px) {
  .pb-30 {
    padding-bottom: 15px !important;
  }
}

.pb-40 {
  padding-bottom: 40px !important;
}
@media (max-width: 835px) {
  .pb-40 {
    padding-bottom: 30px !important;
  }
}
@media (max-width: 500px) {
  .pb-40 {
    padding-bottom: 20px !important;
  }
}

.pb-50 {
  padding-bottom: 50px !important;
}
@media (max-width: 835px) {
  .pb-50 {
    padding-bottom: 37.5px !important;
  }
}
@media (max-width: 500px) {
  .pb-50 {
    padding-bottom: 25px !important;
  }
}

.pb-60 {
  padding-bottom: 60px !important;
}
@media (max-width: 835px) {
  .pb-60 {
    padding-bottom: 45px !important;
  }
}
@media (max-width: 500px) {
  .pb-60 {
    padding-bottom: 30px !important;
  }
}

.pb-70 {
  padding-bottom: 70px !important;
}
@media (max-width: 835px) {
  .pb-70 {
    padding-bottom: 52.5px !important;
  }
}
@media (max-width: 500px) {
  .pb-70 {
    padding-bottom: 35px !important;
  }
}

.pb-80 {
  padding-bottom: 80px !important;
}
@media (max-width: 835px) {
  .pb-80 {
    padding-bottom: 60px !important;
  }
}
@media (max-width: 500px) {
  .pb-80 {
    padding-bottom: 40px !important;
  }
}

.pb-90 {
  padding-bottom: 90px !important;
}
@media (max-width: 835px) {
  .pb-90 {
    padding-bottom: 67.5px !important;
  }
}
@media (max-width: 500px) {
  .pb-90 {
    padding-bottom: 45px !important;
  }
}

.pb-100 {
  padding-bottom: 100px !important;
}
@media (max-width: 835px) {
  .pb-100 {
    padding-bottom: 75px !important;
  }
}
@media (max-width: 500px) {
  .pb-100 {
    padding-bottom: 50px !important;
  }
}

.pb-110 {
  padding-bottom: 110px !important;
}
@media (max-width: 835px) {
  .pb-110 {
    padding-bottom: 82.5px !important;
  }
}
@media (max-width: 500px) {
  .pb-110 {
    padding-bottom: 55px !important;
  }
}

.pb-120 {
  padding-bottom: 120px !important;
}
@media (max-width: 835px) {
  .pb-120 {
    padding-bottom: 90px !important;
  }
}
@media (max-width: 500px) {
  .pb-120 {
    padding-bottom: 60px !important;
  }
}

.pb-130 {
  padding-bottom: 130px !important;
}
@media (max-width: 835px) {
  .pb-130 {
    padding-bottom: 97.5px !important;
  }
}
@media (max-width: 500px) {
  .pb-130 {
    padding-bottom: 65px !important;
  }
}

.pb-140 {
  padding-bottom: 140px !important;
}
@media (max-width: 835px) {
  .pb-140 {
    padding-bottom: 105px !important;
  }
}
@media (max-width: 500px) {
  .pb-140 {
    padding-bottom: 70px !important;
  }
}

.pb-150 {
  padding-bottom: 150px !important;
}
@media (max-width: 835px) {
  .pb-150 {
    padding-bottom: 112.5px !important;
  }
}
@media (max-width: 500px) {
  .pb-150 {
    padding-bottom: 75px !important;
  }
}

.pb-160 {
  padding-bottom: 160px !important;
}
@media (max-width: 835px) {
  .pb-160 {
    padding-bottom: 120px !important;
  }
}
@media (max-width: 500px) {
  .pb-160 {
    padding-bottom: 80px !important;
  }
}

.pb-170 {
  padding-bottom: 170px !important;
}
@media (max-width: 835px) {
  .pb-170 {
    padding-bottom: 127.5px !important;
  }
}
@media (max-width: 500px) {
  .pb-170 {
    padding-bottom: 85px !important;
  }
}

.pb-180 {
  padding-bottom: 180px !important;
}
@media (max-width: 835px) {
  .pb-180 {
    padding-bottom: 135px !important;
  }
}
@media (max-width: 500px) {
  .pb-180 {
    padding-bottom: 90px !important;
  }
}

.pb-190 {
  padding-bottom: 190px !important;
}
@media (max-width: 835px) {
  .pb-190 {
    padding-bottom: 142.5px !important;
  }
}
@media (max-width: 500px) {
  .pb-190 {
    padding-bottom: 95px !important;
  }
}

.pb-200 {
  padding-bottom: 200px !important;
}
@media (max-width: 835px) {
  .pb-200 {
    padding-bottom: 150px !important;
  }
}
@media (max-width: 500px) {
  .pb-200 {
    padding-bottom: 100px !important;
  }
}

.pt-0 {
  padding-top: 0px !important;
}
@media (max-width: 835px) {
  .pt-0 {
    padding-top: 0px !important;
  }
}
@media (max-width: 500px) {
  .pt-0 {
    padding-top: 0px !important;
  }
}

.pt-10 {
  padding-top: 10px !important;
}
@media (max-width: 835px) {
  .pt-10 {
    padding-top: 7.5px !important;
  }
}
@media (max-width: 500px) {
  .pt-10 {
    padding-top: 5px !important;
  }
}

.pt-20 {
  padding-top: 20px !important;
}
@media (max-width: 835px) {
  .pt-20 {
    padding-top: 15px !important;
  }
}
@media (max-width: 500px) {
  .pt-20 {
    padding-top: 10px !important;
  }
}

.pt-30 {
  padding-top: 30px !important;
}
@media (max-width: 835px) {
  .pt-30 {
    padding-top: 22.5px !important;
  }
}
@media (max-width: 500px) {
  .pt-30 {
    padding-top: 15px !important;
  }
}

.pt-40 {
  padding-top: 40px !important;
}
@media (max-width: 835px) {
  .pt-40 {
    padding-top: 30px !important;
  }
}
@media (max-width: 500px) {
  .pt-40 {
    padding-top: 20px !important;
  }
}

.pt-50 {
  padding-top: 50px !important;
}
@media (max-width: 835px) {
  .pt-50 {
    padding-top: 37.5px !important;
  }
}
@media (max-width: 500px) {
  .pt-50 {
    padding-top: 25px !important;
  }
}

.pt-60 {
  padding-top: 60px !important;
}
@media (max-width: 835px) {
  .pt-60 {
    padding-top: 45px !important;
  }
}
@media (max-width: 500px) {
  .pt-60 {
    padding-top: 30px !important;
  }
}

.pt-70 {
  padding-top: 70px !important;
}
@media (max-width: 835px) {
  .pt-70 {
    padding-top: 52.5px !important;
  }
}
@media (max-width: 500px) {
  .pt-70 {
    padding-top: 35px !important;
  }
}

.pt-80 {
  padding-top: 80px !important;
}
@media (max-width: 835px) {
  .pt-80 {
    padding-top: 60px !important;
  }
}
@media (max-width: 500px) {
  .pt-80 {
    padding-top: 40px !important;
  }
}

.pt-90 {
  padding-top: 90px !important;
}
@media (max-width: 835px) {
  .pt-90 {
    padding-top: 67.5px !important;
  }
}
@media (max-width: 500px) {
  .pt-90 {
    padding-top: 45px !important;
  }
}

.pt-100 {
  padding-top: 100px !important;
}
@media (max-width: 835px) {
  .pt-100 {
    padding-top: 75px !important;
  }
}
@media (max-width: 500px) {
  .pt-100 {
    padding-top: 50px !important;
  }
}

.pt-110 {
  padding-top: 110px !important;
}
@media (max-width: 835px) {
  .pt-110 {
    padding-top: 82.5px !important;
  }
}
@media (max-width: 500px) {
  .pt-110 {
    padding-top: 55px !important;
  }
}

.pt-120 {
  padding-top: 120px !important;
}
@media (max-width: 835px) {
  .pt-120 {
    padding-top: 90px !important;
  }
}
@media (max-width: 500px) {
  .pt-120 {
    padding-top: 60px !important;
  }
}

.pt-130 {
  padding-top: 130px !important;
}
@media (max-width: 835px) {
  .pt-130 {
    padding-top: 97.5px !important;
  }
}
@media (max-width: 500px) {
  .pt-130 {
    padding-top: 65px !important;
  }
}

.pt-140 {
  padding-top: 140px !important;
}
@media (max-width: 835px) {
  .pt-140 {
    padding-top: 105px !important;
  }
}
@media (max-width: 500px) {
  .pt-140 {
    padding-top: 70px !important;
  }
}

.pt-150 {
  padding-top: 150px !important;
}
@media (max-width: 835px) {
  .pt-150 {
    padding-top: 112.5px !important;
  }
}
@media (max-width: 500px) {
  .pt-150 {
    padding-top: 75px !important;
  }
}

.pt-160 {
  padding-top: 160px !important;
}
@media (max-width: 835px) {
  .pt-160 {
    padding-top: 120px !important;
  }
}
@media (max-width: 500px) {
  .pt-160 {
    padding-top: 80px !important;
  }
}

.pt-170 {
  padding-top: 170px !important;
}
@media (max-width: 835px) {
  .pt-170 {
    padding-top: 127.5px !important;
  }
}
@media (max-width: 500px) {
  .pt-170 {
    padding-top: 85px !important;
  }
}

.pt-180 {
  padding-top: 180px !important;
}
@media (max-width: 835px) {
  .pt-180 {
    padding-top: 135px !important;
  }
}
@media (max-width: 500px) {
  .pt-180 {
    padding-top: 90px !important;
  }
}

.pt-190 {
  padding-top: 190px !important;
}
@media (max-width: 835px) {
  .pt-190 {
    padding-top: 142.5px !important;
  }
}
@media (max-width: 500px) {
  .pt-190 {
    padding-top: 95px !important;
  }
}

.pt-200 {
  padding-top: 200px !important;
}
@media (max-width: 835px) {
  .pt-200 {
    padding-top: 150px !important;
  }
}
@media (max-width: 500px) {
  .pt-200 {
    padding-top: 100px !important;
  }
}

.pl-0 {
  padding-left: 0px !important;
}
@media (max-width: 835px) {
  .pl-0 {
    padding-left: 0px !important;
  }
}
@media (max-width: 500px) {
  .pl-0 {
    padding-left: 0px !important;
  }
}

.pl-10 {
  padding-left: 10px !important;
}
@media (max-width: 835px) {
  .pl-10 {
    padding-left: 7.5px !important;
  }
}
@media (max-width: 500px) {
  .pl-10 {
    padding-left: 5px !important;
  }
}

.pl-20 {
  padding-left: 20px !important;
}
@media (max-width: 835px) {
  .pl-20 {
    padding-left: 15px !important;
  }
}
@media (max-width: 500px) {
  .pl-20 {
    padding-left: 10px !important;
  }
}

.pl-30 {
  padding-left: 30px !important;
}
@media (max-width: 835px) {
  .pl-30 {
    padding-left: 22.5px !important;
  }
}
@media (max-width: 500px) {
  .pl-30 {
    padding-left: 15px !important;
  }
}

.pl-40 {
  padding-left: 40px !important;
}
@media (max-width: 835px) {
  .pl-40 {
    padding-left: 30px !important;
  }
}
@media (max-width: 500px) {
  .pl-40 {
    padding-left: 20px !important;
  }
}

.pl-50 {
  padding-left: 50px !important;
}
@media (max-width: 835px) {
  .pl-50 {
    padding-left: 37.5px !important;
  }
}
@media (max-width: 500px) {
  .pl-50 {
    padding-left: 25px !important;
  }
}

.pl-60 {
  padding-left: 60px !important;
}
@media (max-width: 835px) {
  .pl-60 {
    padding-left: 45px !important;
  }
}
@media (max-width: 500px) {
  .pl-60 {
    padding-left: 30px !important;
  }
}

.pl-70 {
  padding-left: 70px !important;
}
@media (max-width: 835px) {
  .pl-70 {
    padding-left: 52.5px !important;
  }
}
@media (max-width: 500px) {
  .pl-70 {
    padding-left: 35px !important;
  }
}

.pl-80 {
  padding-left: 80px !important;
}
@media (max-width: 835px) {
  .pl-80 {
    padding-left: 60px !important;
  }
}
@media (max-width: 500px) {
  .pl-80 {
    padding-left: 40px !important;
  }
}

.pl-90 {
  padding-left: 90px !important;
}
@media (max-width: 835px) {
  .pl-90 {
    padding-left: 67.5px !important;
  }
}
@media (max-width: 500px) {
  .pl-90 {
    padding-left: 45px !important;
  }
}

.pl-100 {
  padding-left: 100px !important;
}
@media (max-width: 835px) {
  .pl-100 {
    padding-left: 75px !important;
  }
}
@media (max-width: 500px) {
  .pl-100 {
    padding-left: 50px !important;
  }
}

.pl-110 {
  padding-left: 110px !important;
}
@media (max-width: 835px) {
  .pl-110 {
    padding-left: 82.5px !important;
  }
}
@media (max-width: 500px) {
  .pl-110 {
    padding-left: 55px !important;
  }
}

.pl-120 {
  padding-left: 120px !important;
}
@media (max-width: 835px) {
  .pl-120 {
    padding-left: 90px !important;
  }
}
@media (max-width: 500px) {
  .pl-120 {
    padding-left: 60px !important;
  }
}

.pl-130 {
  padding-left: 130px !important;
}
@media (max-width: 835px) {
  .pl-130 {
    padding-left: 97.5px !important;
  }
}
@media (max-width: 500px) {
  .pl-130 {
    padding-left: 65px !important;
  }
}

.pl-140 {
  padding-left: 140px !important;
}
@media (max-width: 835px) {
  .pl-140 {
    padding-left: 105px !important;
  }
}
@media (max-width: 500px) {
  .pl-140 {
    padding-left: 70px !important;
  }
}

.pl-150 {
  padding-left: 150px !important;
}
@media (max-width: 835px) {
  .pl-150 {
    padding-left: 112.5px !important;
  }
}
@media (max-width: 500px) {
  .pl-150 {
    padding-left: 75px !important;
  }
}

.pl-160 {
  padding-left: 160px !important;
}
@media (max-width: 835px) {
  .pl-160 {
    padding-left: 120px !important;
  }
}
@media (max-width: 500px) {
  .pl-160 {
    padding-left: 80px !important;
  }
}

.pl-170 {
  padding-left: 170px !important;
}
@media (max-width: 835px) {
  .pl-170 {
    padding-left: 127.5px !important;
  }
}
@media (max-width: 500px) {
  .pl-170 {
    padding-left: 85px !important;
  }
}

.pl-180 {
  padding-left: 180px !important;
}
@media (max-width: 835px) {
  .pl-180 {
    padding-left: 135px !important;
  }
}
@media (max-width: 500px) {
  .pl-180 {
    padding-left: 90px !important;
  }
}

.pl-190 {
  padding-left: 190px !important;
}
@media (max-width: 835px) {
  .pl-190 {
    padding-left: 142.5px !important;
  }
}
@media (max-width: 500px) {
  .pl-190 {
    padding-left: 95px !important;
  }
}

.pl-200 {
  padding-left: 200px !important;
}
@media (max-width: 835px) {
  .pl-200 {
    padding-left: 150px !important;
  }
}
@media (max-width: 500px) {
  .pl-200 {
    padding-left: 100px !important;
  }
}

.pr-0 {
  padding-right: 0px !important;
}
@media (max-width: 835px) {
  .pr-0 {
    padding-right: 0px !important;
  }
}
@media (max-width: 500px) {
  .pr-0 {
    padding-right: 0px !important;
  }
}

.pr-10 {
  padding-right: 10px !important;
}
@media (max-width: 835px) {
  .pr-10 {
    padding-right: 7.5px !important;
  }
}
@media (max-width: 500px) {
  .pr-10 {
    padding-right: 5px !important;
  }
}

.pr-20 {
  padding-right: 20px !important;
}
@media (max-width: 835px) {
  .pr-20 {
    padding-right: 15px !important;
  }
}
@media (max-width: 500px) {
  .pr-20 {
    padding-right: 10px !important;
  }
}

.pr-30 {
  padding-right: 30px !important;
}
@media (max-width: 835px) {
  .pr-30 {
    padding-right: 22.5px !important;
  }
}
@media (max-width: 500px) {
  .pr-30 {
    padding-right: 15px !important;
  }
}

.pr-40 {
  padding-right: 40px !important;
}
@media (max-width: 835px) {
  .pr-40 {
    padding-right: 30px !important;
  }
}
@media (max-width: 500px) {
  .pr-40 {
    padding-right: 20px !important;
  }
}

.pr-50 {
  padding-right: 50px !important;
}
@media (max-width: 835px) {
  .pr-50 {
    padding-right: 37.5px !important;
  }
}
@media (max-width: 500px) {
  .pr-50 {
    padding-right: 25px !important;
  }
}

.pr-60 {
  padding-right: 60px !important;
}
@media (max-width: 835px) {
  .pr-60 {
    padding-right: 45px !important;
  }
}
@media (max-width: 500px) {
  .pr-60 {
    padding-right: 30px !important;
  }
}

.pr-70 {
  padding-right: 70px !important;
}
@media (max-width: 835px) {
  .pr-70 {
    padding-right: 52.5px !important;
  }
}
@media (max-width: 500px) {
  .pr-70 {
    padding-right: 35px !important;
  }
}

.pr-80 {
  padding-right: 80px !important;
}
@media (max-width: 835px) {
  .pr-80 {
    padding-right: 60px !important;
  }
}
@media (max-width: 500px) {
  .pr-80 {
    padding-right: 40px !important;
  }
}

.pr-90 {
  padding-right: 90px !important;
}
@media (max-width: 835px) {
  .pr-90 {
    padding-right: 67.5px !important;
  }
}
@media (max-width: 500px) {
  .pr-90 {
    padding-right: 45px !important;
  }
}

.pr-100 {
  padding-right: 100px !important;
}
@media (max-width: 835px) {
  .pr-100 {
    padding-right: 75px !important;
  }
}
@media (max-width: 500px) {
  .pr-100 {
    padding-right: 50px !important;
  }
}

.pr-110 {
  padding-right: 110px !important;
}
@media (max-width: 835px) {
  .pr-110 {
    padding-right: 82.5px !important;
  }
}
@media (max-width: 500px) {
  .pr-110 {
    padding-right: 55px !important;
  }
}

.pr-120 {
  padding-right: 120px !important;
}
@media (max-width: 835px) {
  .pr-120 {
    padding-right: 90px !important;
  }
}
@media (max-width: 500px) {
  .pr-120 {
    padding-right: 60px !important;
  }
}

.pr-130 {
  padding-right: 130px !important;
}
@media (max-width: 835px) {
  .pr-130 {
    padding-right: 97.5px !important;
  }
}
@media (max-width: 500px) {
  .pr-130 {
    padding-right: 65px !important;
  }
}

.pr-140 {
  padding-right: 140px !important;
}
@media (max-width: 835px) {
  .pr-140 {
    padding-right: 105px !important;
  }
}
@media (max-width: 500px) {
  .pr-140 {
    padding-right: 70px !important;
  }
}

.pr-150 {
  padding-right: 150px !important;
}
@media (max-width: 835px) {
  .pr-150 {
    padding-right: 112.5px !important;
  }
}
@media (max-width: 500px) {
  .pr-150 {
    padding-right: 75px !important;
  }
}

.pr-160 {
  padding-right: 160px !important;
}
@media (max-width: 835px) {
  .pr-160 {
    padding-right: 120px !important;
  }
}
@media (max-width: 500px) {
  .pr-160 {
    padding-right: 80px !important;
  }
}

.pr-170 {
  padding-right: 170px !important;
}
@media (max-width: 835px) {
  .pr-170 {
    padding-right: 127.5px !important;
  }
}
@media (max-width: 500px) {
  .pr-170 {
    padding-right: 85px !important;
  }
}

.pr-180 {
  padding-right: 180px !important;
}
@media (max-width: 835px) {
  .pr-180 {
    padding-right: 135px !important;
  }
}
@media (max-width: 500px) {
  .pr-180 {
    padding-right: 90px !important;
  }
}

.pr-190 {
  padding-right: 190px !important;
}
@media (max-width: 835px) {
  .pr-190 {
    padding-right: 142.5px !important;
  }
}
@media (max-width: 500px) {
  .pr-190 {
    padding-right: 95px !important;
  }
}

.pr-200 {
  padding-right: 200px !important;
}
@media (max-width: 835px) {
  .pr-200 {
    padding-right: 150px !important;
  }
}
@media (max-width: 500px) {
  .pr-200 {
    padding-right: 100px !important;
  }
}

.-w10 {
  width: 10%;
}

.-w20 {
  width: 20%;
}

.-w30 {
  width: 30%;
}

.-w40 {
  width: 40%;
}

.-w50 {
  width: 50%;
}

.-w60 {
  width: 60%;
}

.-w70 {
  width: 70%;
}

.-w80 {
  width: 80%;
}

.-w90 {
  width: 90%;
}

.-w100 {
  width: 100%;
}

.is {
  /* &-holdings{
    #holdings_info{
      display: none;;
    }
    &.page-index{
      #holdings_info{
        display: block;;
      }
    }
  }*/
}
.is-cleantech .layout-header .logo:before {
  background-color: #03AF7A;
}
.is-cleantech .nav-global .btn > li a {
  background-color: #03AF7A;
}
.is-cleantech .nav-global .parent > li .menu .label::after {
  background-color: #03AF7A;
}
.is-cleantech .nav-category ul > li a::after {
  background-color: #03AF7A;
}
.is-cleantech .list-news > .item > a > .category::before {
  background-color: #03AF7A;
}
.is-cleantech .btn-basic:hover:after {
  background-color: #03AF7A;
}
.is-cleantech .container-image.-groupindex > .inner .copy {
  background-color: #03AF7A;
}
.is-cleantech .slick-dots .slick-active button::before {
  background-color: #03AF7A;
}
.is-tochigi .layout-header .logo:before {
  background-color: #F2A600;
}
.is-tochigi .nav-global .btn > li a {
  background-color: #F2A600;
}
.is-tochigi .nav-global .parent > li .menu .label::after {
  background-color: #F2A600;
}
.is-tochigi .nav-category ul > li a::after {
  background-color: #F2A600;
}
.is-tochigi .list-news > .item > a > .category::before {
  background-color: #F2A600;
}
.is-tochigi .btn-basic:hover:after {
  background-color: #F2A600;
}
.is-tochigi .container-image.-groupindex > .inner .copy {
  background-color: #F2A600;
}
.is-tochigi .slick-dots .slick-active button::before {
  background-color: #F2A600;
}
.is-medical .layout-header .logo:before {
  background-color: #0055F2;
}
.is-medical .nav-global .btn > li a {
  background-color: #0055F2;
}
.is-medical .nav-global .parent > li .menu .label::after {
  background-color: #0055F2;
}
.is-medical .nav-category ul > li span::after,
.is-medical .nav-category ul > li a::after {
  background-color: #0055F2;
}
.is-medical .list-news > .item > a > .category::before {
  background-color: #0055F2;
}
.is-medical .btn-basic:hover:after {
  background-color: #0055F2;
}
.is-medical .container-image.-groupindex > .inner .copy {
  background-color: #0055F2;
  min-width: 440px;
}
@media (max-width: 835px) {
  .is-medical .container-image.-groupindex > .inner .copy {
    min-width: 300px;
  }
}
@media (max-width: 500px) {
  .is-medical .container-image.-groupindex > .inner .copy {
    min-width: 220px;
  }
}
.is-medical .slick-dots .slick-active button::before {
  background-color: #0055F2;
}
.is-thermal .layout-header .logo:before {
  background-color: #49BAF2;
}
.is-thermal .nav-global .btn > li a {
  background-color: #49BAF2;
}
.is-thermal .nav-global .parent > li .menu .label::after {
  background-color: #49BAF2;
}
.is-thermal .nav-category ul > li span::after,
.is-thermal .nav-category ul > li a::after {
  background-color: #49BAF2;
}
.is-thermal .nav-top {
  bottom: 230px;
}
@media (max-width: 500px) {
  .is-thermal .nav-top {
    bottom: 150px;
  }
}
.is-thermal .list-news > .item > a > .category::before {
  background-color: #49BAF2;
}
.is-thermal .btn-basic:hover:after {
  background-color: #49BAF2;
}
.is-thermal .container-image.-groupindex > .inner .copy {
  background-color: #49BAF2;
}
.is-thermal .slick-dots .slick-active button::before {
  background-color: #49BAF2;
}

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