@charset "UTF-8";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url(//code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&display=swap");
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  margin: 0;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

picture, video, canvas {
  display: block;
  max-width: 100%;
}

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

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

p {
  text-wrap: pretty;
}

h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}

#root, #__next {
  isolation: isolate;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}
@media print, screen and (min-width: 480px) {
  html {
    font-size: 62.5%;
  }
}
@media screen and (max-width: 479px) {
  html {
    font-size: 2.5vw;
  }
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.7;
  color: #000;
  margin: 0;
  overflow-x: hidden;
  font-family: "Helvetica", "Arial", "Helvetica Neue", "Oswald", "Noto Sans JP", sans-serif; /* 最終フォールバック */
}
.body {
  position: relative;
}

p {
  margin-top: 1em;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
img:hover {
  opacity: 1;
}

a {
  color: #000;
  text-decoration: none;
  text-decoration: underline;
}
a:hover, a:active, a:focus {
  color: #1a1a1a;
  text-decoration: underline;
}
a:visited {
  color: black;
}

@media print, screen and (min-width: 480px) {
  a[href^="tel:"] {
    pointer-events: none;
    display: inline-block;
  }
}

ul {
  padding: 0;
}
ul li {
  list-style: none;
}

.header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
  padding: 19px 0;
}
@media screen and (max-width: 1559px) {
  .header-container {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 990px) {
  .header-container {
    padding: 10px;
    border-bottom: 4px solid #6C3;
  }
}
.header-container .logo {
  line-height: 1;
}
@media screen and (max-width: 990px) {
  .header-container .logo {
    margin-left: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
@media print, screen and (min-width: 991px) {
  .header-container .logo img {
    width: 135px;
    height: auto;
  }
}
@media screen and (max-width: 990px) {
  .header-container .logo img {
    width: 130.584px;
  }
}
.header-container .nav-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 990px) {
  .header-container .nav-group {
    margin-right: 17px;
  }
}
.header-container .nav-utility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media screen and (max-width: 990px) {
  .header-container .nav-utility {
    margin-right: 4px;
    gap: 24px;
  }
}
.header-container .nav-utility li {
  font-size: 13px;
  line-height: 125%;
}
@media print, screen and (min-width: 768px) {
  .header-container .nav-utility li {
    border-left: 1px solid #000;
    padding-left: 13px;
  }
}
@media print, screen and (min-width: 991px) {
  .header-container .nav-utility li:first-child {
    border: 0;
  }
}
@media screen and (max-width: 990px) {
  .header-container .nav-utility li:last-child {
    border-right: 1px solid #6C3;
    padding-right: 19px;
  }
}
.header-container .nav-utility li a {
  color: #5A5A60;
  text-decoration: none;
  font-weight: 700;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.header-container .nav-utility li a:hover, .header-container .nav-utility li a:active, .header-container .nav-utility li a:focus {
  color: #5a5a60;
  text-decoration: none;
}
.header-container .nav-utility li a:visited {
  color: #5a5a60;
}
@media screen and (max-width: 990px) {
  .header-container .nav-utility li a .icon-store path {
    fill: #555;
  }
}
@media screen and (max-width: 990px) {
  .header-container .nav-utility li a span {
    display: none;
  }
}
.header-container .hamburger {
  border: 0;
  margin-left: 7px;
  background: transparent;
  color: #333;
}
@media print, screen and (min-width: 991px) {
  .header-container .hamburger {
    display: none;
  }
}

.nav-global {
  background: #454548;
}
@media screen and (max-width: 990px) {
  .nav-global {
    background: #000;
    display: none;
  }
}
@media print, screen and (min-width: 991px) {
  .nav-global {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-top: 4px solid #6C3;
  }
}
.nav-global ul.menu-list {
  color: #FFF;
}
@media print, screen and (min-width: 991px) {
  .nav-global ul.menu-list {
    background: #3E3E3E;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 1400px;
    border-right: 1px solid #808080;
  }
}
.nav-global ul.menu-list a {
  display: block;
  color: #fff;
  text-decoration: none;
  width: 100%;
}
.nav-global ul.menu-list a:hover, .nav-global ul.menu-list a:active, .nav-global ul.menu-list a:focus {
  color: white;
  text-decoration: none;
}
.nav-global ul.menu-list a:visited {
  color: white;
}
.nav-global ul.menu-list li.menu-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media print, screen and (min-width: 991px) {
  .nav-global ul.menu-list li.menu-item {
    border-left: 1px solid #808080;
    text-align: center;
  }
}
@media screen and (max-width: 990px) {
  .nav-global ul.menu-list li.menu-item {
    border-bottom: 1px solid #454548;
  }
}
.nav-global ul.menu-list li.menu-item a.menu-toggle, .nav-global ul.menu-list li.menu-item .menu-single {
  padding: 25px 0;
  font-weight: 700;
  font-size: 16px;
  position: relative;
}
@media screen and (max-width: 1349px) {
  .nav-global ul.menu-list li.menu-item a.menu-toggle, .nav-global ul.menu-list li.menu-item .menu-single {
    font-size: 12px;
  }
}
@media print, screen and (min-width: 991px) {
  .nav-global ul.menu-list li.menu-item a.menu-toggle, .nav-global ul.menu-list li.menu-item .menu-single {
    padding: 19px 0;
  }
}
@media screen and (max-width: 990px) {
  .nav-global ul.menu-list li.menu-item a.menu-toggle, .nav-global ul.menu-list li.menu-item .menu-single {
    padding-left: 12px;
    font-size: 16px;
  }
}
@media print, screen and (min-width: 991px) {
  .nav-global ul.menu-list li.menu-item a.menu-toggle:hover, .nav-global ul.menu-list li.menu-item .menu-single:hover {
    color: #6C3;
  }
}
.nav-global ul.menu-list li.menu-item a.menu-toggle .icon-arrow, .nav-global ul.menu-list li.menu-item .menu-single .icon-arrow {
  position: absolute;
  right: 10px;
  top: 37%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 3.5px 0 3.5px;
  border-color: #b2b2b8 transparent transparent transparent;
  margin-top: 7px;
}
@media print, screen and (min-width: 991px) {
  .nav-global ul.menu-list li.menu-item a.menu-toggle .icon-arrow, .nav-global ul.menu-list li.menu-item .menu-single .icon-arrow {
    display: none;
  }
}
.nav-global ul.menu-list li.menu-item a.menu-toggle.is-open, .nav-global ul.menu-list li.menu-item .menu-single.is-open {
  color: #6C3;
  text-decoration: none;
}
.nav-global ul.menu-list li.menu-item a.menu-toggle.is-open:hover, .nav-global ul.menu-list li.menu-item a.menu-toggle.is-open:active, .nav-global ul.menu-list li.menu-item a.menu-toggle.is-open:focus, .nav-global ul.menu-list li.menu-item .menu-single.is-open:hover, .nav-global ul.menu-list li.menu-item .menu-single.is-open:active, .nav-global ul.menu-list li.menu-item .menu-single.is-open:focus {
  color: #66cc33;
  text-decoration: none;
}
.nav-global ul.menu-list li.menu-item a.menu-toggle.is-open:visited, .nav-global ul.menu-list li.menu-item .menu-single.is-open:visited {
  color: #66cc33;
}
.nav-global ul.menu-list li.menu-item a.menu-toggle.is-open .icon-arrow, .nav-global ul.menu-list li.menu-item .menu-single.is-open .icon-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  border-color: #6C3 transparent transparent transparent;
}
.nav-global ul.menu-list li.menu-item.light a.menu-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 991px) {
  .nav-global ul.menu-list li.menu-item.light a.menu-toggle {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #666;
    height: 100%;
  }
}
.nav-global ul.menu-list li.menu-item.light a.menu-toggle img {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 0.5em;
  display: none;
}
.nav-global ul.menu-list li.menu-item.light a.menu-toggle .icon-arrow {
  display: none;
}
.nav-global ul.menu-list li.menu-item ul.submenu {
  display: none;
  background: #E5E5E9;
}
.nav-global ul.menu-list li.menu-item ul.submenu li a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
  padding: 22px 20px;
}
.nav-global ul.menu-list li.menu-item ul.submenu li a:hover, .nav-global ul.menu-list li.menu-item ul.submenu li a:active, .nav-global ul.menu-list li.menu-item ul.submenu li a:focus {
  color: black;
  text-decoration: none;
}
.nav-global ul.menu-list li.menu-item ul.submenu li a:visited {
  color: black;
}
.nav-global ul.menu-list li.menu-item ul.submenu li.note {
  color: #000;
  font-size: 13px;
  padding-left: 1em;
  text-indent: -1em;
  padding: 20px 20px 20px 30px;
}

.breadcrumb {
  font-size: 13px;
  font-weight: 700;
  margin-top: 55px;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
}
.breadcrumb ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumb ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
}
.breadcrumb ol li.home {
  background: url(../img/icon_home.svg) no-repeat 0 50%;
  padding-left: 17px;
}
.breadcrumb ol li:not(:last-child)::after {
  content: ">";
  margin: 0 8px;
  color: #000;
}
.breadcrumb ol li a {
  color: inherit;
  text-decoration: none;
}
.breadcrumb ol li a:hover {
  text-decoration: underline;
}
.breadcrumb ol li .home-icon {
  width: 1em;
  height: 1em;
  margin-right: 6px;
  vertical-align: middle;
}

.container {
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1559px) {
  .container {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
  }
}

.low-section {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .low-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media print, screen and (min-width: 768px) {
  .col-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 60px;
  }
}

@media print, screen and (min-width: 768px) {
  .col-6 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

footer {
  background: #000;
  color: #fff;
  padding: 80px 0 25px;
}
@media screen and (max-width: 990px) {
  footer {
    padding-bottom: 0;
  }
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer a:hover, footer a:active, footer a:focus {
  color: white;
  text-decoration: none;
}
footer a:visited {
  color: white;
}

@media print, screen and (min-width: 991px) {
  .nav-footer ul.menu-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 40px;
  }
}
.nav-footer li.menu-item a.menu-toggle, .nav-footer li.menu-item .menu-single {
  font-size: 25px;
  line-height: 125%;
  border-bottom: 1px solid #454548;
  display: block;
  padding-bottom: 20px;
}
@media print, screen and (min-width: 991px) {
  .nav-footer li.menu-item a.menu-toggle, .nav-footer li.menu-item .menu-single {
    font-weight: bold;
  }
}
@media screen and (max-width: 990px) {
  .nav-footer li.menu-item a.menu-toggle, .nav-footer li.menu-item .menu-single {
    border-bottom: 1px solid #454548;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 23px 15px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.nav-footer li.menu-item a.menu-toggle .icon-arrow::after, .nav-footer li.menu-item .menu-single .icon-arrow::after {
  content: "+";
  display: block;
  width: 1em;
  height: 1em;
  color: #fff;
  font-size: 30px;
}
@media print, screen and (min-width: 991px) {
  .nav-footer li.menu-item a.menu-toggle .icon-arrow, .nav-footer li.menu-item .menu-single .icon-arrow {
    display: none;
  }
}
.nav-footer li.menu-item a.menu-toggle.is-open .icon-arrow::after, .nav-footer li.menu-item .menu-single.is-open .icon-arrow::after {
  content: "";
  border-top: 2px solid #fff;
  width: 18px;
  height: 18px;
  margin-right: 13px;
  margin-top: 10px;
}
@media print, screen and (min-width: 991px) {
  .nav-footer li.menu-item:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4; /* 3列ぶち抜き */
  }
  .nav-footer li.menu-item:nth-child(1) a {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 990px) {
  .nav-footer li.menu-item .menu-single {
    padding: 23px 15px 23px;
  }
}
.nav-footer li.menu-item .menu-single .icon-arrow:after {
  display: none;
}
.nav-footer ul.submenu {
  padding-left: 10px;
}
@media print, screen and (min-width: 991px) {
  .nav-footer ul.submenu {
    padding-left: 0;
    margin-top: 10px;
  }
}
@media screen and (max-width: 990px) {
  .nav-footer ul.submenu {
    display: none;
  }
}
.nav-footer ul.submenu li {
  margin-top: 10px;
}
@media print, screen and (min-width: 991px) {
  .nav-footer ul.submenu li {
    margin-top: 6px;
  }
}
.nav-footer ul.submenu li a {
  display: block;
  font-size: 13px;
  padding: 0px 0;
}
@media print, screen and (min-width: 991px) {
  .nav-footer ul.submenu li a {
    font-weight: bold;
  }
}
@media screen and (max-width: 990px) {
  .nav-footer ul.submenu li a {
    padding: 20px 20px 20px 30px;
  }
}
.nav-footer ul.submenu li.note {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 12px;
}
@media print, screen and (min-width: 991px) {
  .nav-footer ul.submenu li.note {
    width: 70%;
  }
}
@media print, screen and (min-width: 991px) {
  .nav-footer ul.submenu.submenu-col2 li {
    display: inline-block;
    margin-right: 15px;
  }
}
@media print, screen and (min-width: 991px) {
  .nav-footer ul.submenu.submenu-mainte {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    width: 50%;
  }
  .nav-footer ul.submenu.submenu-mainte li:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3; /* 3列ぶち抜き */
  }
  .nav-footer ul.submenu.submenu-mainte li:nth-child(2) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .nav-footer ul.submenu.submenu-mainte li:nth-child(3) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .nav-footer ul.submenu.submenu-mainte li:nth-child(4) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .nav-footer ul.submenu.submenu-mainte li:nth-child(5) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .nav-footer ul.submenu.submenu-mainte li:nth-child(6) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .nav-footer ul.submenu.submenu-mainte li:nth-child(7) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .nav-footer ul.submenu.submenu-mainte li:nth-child(8) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .nav-footer ul.submenu.submenu-mainte li:nth-child(9) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 5;
    grid-row: 5;
  }
}
@media screen and (max-width: 479px) {
  .nav-footer li.menu-item.light ul.submenu {
    display: block;
    padding-left: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .nav-footer li.menu-item.light ul.submenu {
    padding-top: 55px;
  }
}
@media screen and (max-width: 479px) {
  .nav-footer li.menu-item.light ul.submenu a {
    font-size: 16px;
    font-size: 1.6rem;
    border-bottom: 1px solid #454548;
    padding: 11px 20px 20px 15px;
  }
}
.footer-sns {
  padding-top: 85px;
}
@media print, screen and (min-width: 991px) {
  .footer-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 35px;
  }
}
.footer-sns .copy {
  padding: 0px;
}
@media screen and (max-width: 990px) {
  .footer-sns .copy {
    text-align: center;
  }
}
@media print, screen and (min-width: 991px) {
  .footer-sns .copy br {
    display: none;
  }
}
.footer-sns ul.nav-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
}
@media screen and (max-width: 990px) {
  .footer-sns ul.nav-sns {
    padding: 20px 30px;
  }
}
.footer-sns ul.nav-sns li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.h2-01 {
  font-weight: bold;
  position: relative;
  word-break: keep-all;
}
@media print, screen and (min-width: 768px) {
  .h2-01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    font-size: 40px;
    line-height: 1;
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .h2-01 {
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
    border-bottom: 1px solid #6C3;
    padding-bottom: 21px;
    margin-top: 40px;
    line-height: 125%;
  }
}
.h2-01::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background-color: #4caf50;
  margin-left: 1rem;
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
}
@media screen and (max-width: 767px) {
  .h2-01::after {
    display: none;
  }
}

.h3-01 {
  font-size: 32px;
  font-size: 3.2rem;
  margin-top: 50px;
  word-break: keep-all;
}
@media screen and (max-width: 767px) {
  .h3-01 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 30px;
  }
}
.h3-01.small {
  font-size: 20px;
  font-size: 2rem;
}
.h3-02 {
  border-left: 3px solid #6C3;
  padding-left: 10px;
  font-size: 25px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .h3-02 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 30px;
  }
}
.h4-01 {
  font-size: 20px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .h4-01 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 30px;
  }
}
.btn-01 {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #000;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-01:hover, .btn-01:active, .btn-01:focus {
  color: white;
  text-decoration: none;
}
.btn-01:visited {
  color: white;
}
@media print, screen and (min-width: 768px) {
  .btn-01:not(.mini) {
    min-width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .btn-01:not(.mini) {
    width: 100%;
  }
}
.btn-01:hover {
  background: rgba(0, 0, 0, 0.7);
}
.btn-01::before {
  content: "";
  position: relative;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 4px;
  border-color: transparent transparent transparent #6c3;
  display: inline-block;
  vertical-align: top;
  margin-right: 0.6em;
}

@media screen and (max-width: 767px) {
  .witdh100-sp {
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .card-list {
    display: -ms-grid;
    display: grid;
  }
}
@media print, screen and (min-width: 768px) {
  .card-list.col2 {
    -ms-grid-columns: 1fr 32px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}
@media print, screen and (min-width: 768px) {
  .card-list.col3 {
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 30px;
  }
}
.card-list .card-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .card-list .card-item {
    margin-top: 30px;
  }
}
.card-list .card-item a {
  background: #fff;
  height: 100%;
  -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #000;
  text-decoration: none;
}
.card-list .card-item a:hover, .card-list .card-item a:active, .card-list .card-item a:focus {
  color: black;
  text-decoration: none;
}
.card-list .card-item a:visited {
  color: black;
}
.card-list .card-item a:hover {
  -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.25);
}
.card-list .card-item .body {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.card-list .card-item .body p {
  margin: 0;
}
.card-list .card-item .body .title {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .card-list .card-item .body .title img {
    width: 60px;
    height: auto;
  }
}
.card-list .card-item .body .text {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 10px;
}
.card-list .card-item .button {
  padding: 0 20px 20px 20px;
  margin-top: 0;
}
.card-list .card-item .button .btn-01 {
  width: 100%;
  min-width: auto;
}
.card-list .card-item .button .btn-01.mini {
  width: inherit;
}
.card-list .card-item .img {
  margin-top: 0;
}

.bg-gray {
  background: #F1F1F1;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .bg-gray {
    padding: 60px 0;
  }
}

.bg-gray-02 {
  background: #E5E5E9;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .bg-gray-02 {
    padding: 60px 0;
  }
}

.bg-white {
  background: #fff;
}
@media print, screen and (min-width: 768px) {
  .bg-white {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .bg-white {
    background: transparent;
  }
}

@media print, screen and (min-width: 768px) {
  .photo-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media print, screen and (min-width: 768px) {
  .photo-box .body {
    width: 50.64%;
  }
}
@media screen and (max-width: 767px) {
  .photo-box .body .h3-01 {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .photo-box .photo {
    max-width: 45.51%;
  }
}
.photo-box.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.photo-box + .photo-box {
  margin-top: 90px;
}

@media screen and (max-width: 767px) {
  .bg-white .photo-box {
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.15);
    background: #FFF;
    margin-top: 2em;
  }
}
@media print, screen and (min-width: 768px) {
  .bg-white .photo-box .body {
    padding-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .bg-white .photo-box .body {
    padding: 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .bg-white .photo-box.reverse .body {
    padding-left: 60px;
  }
}

.box-gray {
  background: #F1F1F1;
  padding: 20px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .box-gray {
    margin-top: 30px;
  }
}
.box-gray .title {
  font-size: 20px;
  font-weight: bold;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .box-gray .title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.box-white {
  background: #fff;
  padding: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .box-white {
    margin-top: 30px;
  }
}

.link-list {
  margin-top: 2em;
}
@media print, screen and (min-width: 768px) {
  .link-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .link-list li {
    margin: 8px 28px 8px 0;
    display: inline-block;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.link-list li a {
  color: #000;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.link-list li a:hover, .link-list li a:active, .link-list li a:focus {
  color: black;
  text-decoration: none;
}
.link-list li a:visited {
  color: black;
}
.link-list li a:hover {
  text-decoration: underline;
}
.link-list li a::before {
  content: "";
  position: relative;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #6c3;
  display: inline-block;
  vertical-align: top;
  margin-right: 0.6em;
}
.link-list.bold a {
  font-weight: 700;
}

.list01 {
  padding-left: 20px;
  margin-top: 20px;
}
.list01 li {
  list-style: disc;
}

.list-btn {
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .list-btn li {
    display: inline-block;
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .list-btn li {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .list-btn li a {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .dl-01:not(:first-child) {
    margin-top: 30px;
  }
}
.dl-01 dt {
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .dl-01 dt {
    font-size: 20px;
  }
}
.dl-01 dd {
  margin-top: 5px;
}

/* モーダルのオーバーレイ */
#modalOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 1000;
  overflow-y: auto;
  max-height: 95vh;
}

/* モーダルコンテンツのセンタリング */
#modalContent {
  position: relative;
  background: #fff;
  width: 90%;
  max-width: 1560px;
  margin: 50px auto;
  padding: 20px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

/* 閉じるボタン */
#closeModal {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  cursor: pointer;
  color: #333;
}

#modalBody {
  line-height: 1.6;
  text-align: left;
  padding: 60px 70px;
}
@media screen and (max-width: 767px) {
  #modalBody {
    padding: 20px 0px;
  }
}
#modalBody h2 {
  font-size: 32px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #modalBody h2 {
    font-size: 16px;
    font-size: 1.6rem;
    word-break: keep-all;
  }
}
#modalBody a {
  color: #000;
  text-decoration: none;
  text-decoration: underline;
}
#modalBody a:hover, #modalBody a:active, #modalBody a:focus {
  color: black;
  text-decoration: underline;
}
#modalBody a:visited {
  color: black;
}

body#top div.hero {
  background: #000;
  text-align: center;
}
body#top .maintenance-note {
  border-left: 3px solid #6C3;
  padding-left: 19px;
  margin-top: 60px;
  margin-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  body#top .maintenance-note {
    margin-bottom: 20px;
  }
}
body#top .maintenance-note h3 {
  font-size: 22px;
}
body#top .maintenance-note p {
  font-size: 14px;
}
@media print, screen and (min-width: 1560px) {
  body#top .maintenance-note .image {
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media screen and (max-width: 1559px) {
  body#top .maintenance-note .image {
    margin: 2em 0;
  }
}
@media print, screen and (min-width: 768px) {
  body#top .maintenance-note .btn-01 + .btn-01 {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  body#top .maintenance-note .btn-01 + .btn-01 {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  body#top .sec03 .btn-01.mini {
    width: 100% !important;
  }
}
body#top .sec04 {
  padding: 100px 0 140px;
}
@media screen and (max-width: 767px) {
  body#top .sec04 {
    padding: 60px 0 60px;
  }
}
@media screen and (max-width: 767px) {
  body#top .sec03 .button {
    padding-left: 15px;
    padding-right: 15px;
  }
}

body#environment .sec01 {
  padding-bottom: 100px;
}
body#environment .sec02 {
  padding-top: 50px;
}
@media print, screen and (min-width: 768px) {
  body#environment .env-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 36px 1fr 36px 1fr;
    grid-template-columns: repeat(3, 1fr); /* 等幅の3列 */
    gap: 36px;
  }
}
body#environment .env03 {
  font-size: 25px;
}
@media screen and (max-width: 767px) {
  body#environment .env03 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  body#environment .env-col1 {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
}
@media screen and (max-width: 767px) {
  body#environment .env-col1 {
    margin-top: 70px;
  }
}
@media print, screen and (min-width: 768px) {
  body#environment .env-col2 {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}
@media screen and (max-width: 767px) {
  body#environment .env-col2 {
    margin-top: 70px;
  }
}
@media print, screen and (min-width: 768px) {
  body#environment .env-col2 .env-item2 {
    -ms-grid-column-span: 2;
    grid-column: span 2; /* 親グリッドでは2カラム分 */
    display: -ms-grid;
    display: grid; /* ネストしたグリッドに */
    -ms-grid-columns: 1fr 23px 1fr;
    grid-template-columns: repeat(2, 1fr); /* 2等分 */
    gap: 23px;
  }
}
@media print, screen and (min-width: 768px) {
  body#environment .env-all {
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }
}
body#environment .env-card-item {
  margin-top: 20px;
}
body#environment .env-card-item a {
  display: block;
  aspect-ratio: 1/1;
  padding: 35px 15px;
  color: #fff;
  text-decoration: none;
}
body#environment .env-card-item a:hover, body#environment .env-card-item a:active, body#environment .env-card-item a:focus {
  color: white;
  text-decoration: none;
}
body#environment .env-card-item a:visited {
  color: white;
}
@media screen and (max-width: 767px) {
  body#environment .env-card-item a {
    aspect-ratio: 380/214;
  }
}
body#environment .env-card-item a .title {
  font-size: 32px;
  font-weight: 700;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  body#environment .env-card-item a .title {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
body#environment .env-card-item a .text {
  margin-top: 0;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  body#environment .env-card-item a .text {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
body#environment .env-card-item.item01 a {
  background: url(../../environment/img/img01.jpg) no-repeat 0 0;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  body#environment .env-card-item.item01 a {
    background: url(../../environment/img/img01_sp.jpg) no-repeat 50% 50%;
    background-size: cover;
  }
}
body#environment .env-card-item.item02 a {
  background: url(../../environment/img/img02.jpg) no-repeat 0 0;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  body#environment .env-card-item.item02 a {
    background: url(../../environment/img/img02_sp.jpg) no-repeat 50% 50%;
    background-size: cover;
  }
}
body#environment .env-card-item.item03 a {
  background: url(../../environment/img/img03.jpg) no-repeat 0 0;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  body#environment .env-card-item.item03 a {
    background: url(../../environment/img/img03_sp.jpg) no-repeat 50% 50%;
    background-size: cover;
  }
}
body#environment .env-card-item.item04 a {
  background: url(../../environment/img/img04.jpg) no-repeat 0 0;
  background-size: cover;
  aspect-ratio: 1200/225;
}
@media screen and (max-width: 767px) {
  body#environment .env-card-item.item04 a {
    background: url(../../environment/img/img04_sp.jpg) no-repeat 50% 50%;
    background-size: cover;
    width: 100%;
  }
}
body#environment .env-card-item.item05 a {
  background: url(../../environment/img/img05.jpg) no-repeat 0 0;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  body#environment .env-card-item.item05 a {
    background: url(../../environment/img/img05_sp.jpg) no-repeat 50% 50%;
    background-size: cover;
  }
}
body#environment .env-card-item.item06 a {
  background: url(../../environment/img/img06.jpg) no-repeat 0 0;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  body#environment .env-card-item.item06 a {
    background: url(../../environment/img/img06_sp.jpg) no-repeat 50% 50%;
    background-size: cover;
  }
}
body#environment .btn-01 {
  min-width: 200px;
}

#maintenance section.factory {
  padding-bottom: 60px;
}
@media print, screen and (min-width: 768px) {
  #maintenance .dl-list {
    display: -ms-grid;
    display: grid;
    /* 列数を 2 列、行数を 3 行に固定 */
    -ms-grid-columns: 1fr 60px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: auto 30px auto 30px auto;
    grid-template-rows: repeat(3, auto);
    /* 列を埋め終わってから次の列へ */
    grid-auto-flow: column;
    gap: 30px 60px;
    padding: 40px 20px;
  }
  #maintenance .dl-list > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  #maintenance .dl-list > *:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  #maintenance .dl-list > *:nth-child(3) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  #maintenance .dl-list > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  #maintenance .dl-list > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  #maintenance .dl-list > *:nth-child(6) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
}
@media print, screen and (min-width: 768px) {
  #maintenance section.daily .box-white {
    max-width: 750px;
  }
}
@media screen and (max-width: 767px) {
  #maintenance section.daily .box-white .h4-01 {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#maintenance section.regular .bg-gray {
  padding: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #maintenance section.maintenance .card-item .btn-01 {
    width: 100%;
  }
}

body#body404 section.sec404 {
  text-align: center;
  padding: 80px 30px 150px;
}
body#body404 section.sec404 h2 {
  font-size: 62px;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 767px) {
  body#body404 section.sec404 h2 {
    font-size: 40px;
    font-size: 4rem;
  }
}
body#body404 section.sec404 .text {
  margin: 40px 0;
}
body#body404 section.sec404 .btn-01 {
  text-align: left;
}

.rice-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1em;
  font-size: 13px;
  font-size: 1.3rem;
}
.rice-01 dt {
  margin-right: 0.5em;
}

.rice-list {
  list-style: none;
  margin: 1em 0;
  padding: 0;
}
.rice-list li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 0.8em;
  line-height: 1.6;
  color: #555;
  font-size: 13px;
}
.rice-list li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0.2em;
  line-height: 1;
}

@media print, screen and (min-width: 768px) {
  .pc-none {
    display: none;
  }
}

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

.large {
  font-size: 120%;
}

.margin-0 {
  margin-top: 0;
}

.margin-2x {
  margin-top: 2em;
}

.margin-20 {
  margin-top: 20px;
}

.margin-30 {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .margin-30-sp {
    margin-top: 30px;
  }
}

@media print, screen and (min-width: 768px) {
  .margin-30-pc {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .margin-60-sp {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .margin-65-sp {
    margin-top: 65px;
  }
}

@media screen and (max-width: 767px) {
  .margin-80-sp {
    margin-top: 80px;
  }
}

.margin-60 {
  margin-top: 60px;
}

.padding-0 {
  padding-top: 0;
}

.note {
  font-size: 14px;
}

.inline-block {
  display: inline-block;
}
/*# sourceMappingURL=styles.css.map */