@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,700;1,700&family=Oswald:wght@600&display=swap");
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
  color: inherit;
  /* Correct border color in Firefox. */
}

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0;
  /* Remove text indentation in Chrome, Edge, and Safari */
  border-spacing: 0;
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

ul,
ol {
  list-style: none;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.69;
  color: #3C3C3C;
}

a,
a:link {
  color: #1597DE;
  text-decoration: none;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}

a:hover {
  color: #004B5F;
}

ol {
  list-style: decimal;
  margin-left: 1.5rem;
  margin-bottom: 30px;
}
ol li {
  margin-bottom: 15px;
}

.common__pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .common__pc {
    display: none;
  }
}
.common__sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .common__sp {
    display: block;
  }
}
.common__breadcrumbs {
  max-width: 1200px;
  width: 100%;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none !important;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 auto;
}
.common__breadcrumbs li {
  font-size: 12px;
}
.common__breadcrumbs li a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.common__breadcrumbs li a span {
  text-decoration: underline;
}
.common__breadcrumbs li a::after {
  content: " / ";
  margin: 0 4px;
}
.common__btn {
  background: #004B5F;
  color: #fff;
  padding: 5px 10px;
  min-width: 300px;
  margin: 0 auto;
  border-radius: 8px;
  display: block;
}
.common__txt-r {
  text-align: right;
}
.common__mbt40 {
  margin-bottom: 40px;
}

#wrapper {
  background: #333;
  position: relative;
}
#wrapper .inner {
  max-width: 1130px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
#wrapper .inner.content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
#wrapper .inner.content .contents__block {
  width: 75%;
}
@media screen and (max-width: 768px) {
  #wrapper .inner.content .contents__block {
    width: 100%;
  }
}
#wrapper .inner.content .side__block {
  width: 25%;
  background: #eee;
}
@media screen and (max-width: 768px) {
  #wrapper .inner.content .side__block {
    display: none;
  }
}
#wrapper .inner.content .side__block h3 {
  background: #7a5220;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 5px 15px 5px 10px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#wrapper .inner.content .side__block h3::before {
  content: "";
  width: 8px;
  height: 100%;
  display: block;
  background: #e5a82d;
  position: absolute;
  right: 0;
  top: 0;
}
#wrapper .inner.content .side__block ul {
  margin-bottom: 30px;
}
#wrapper .inner.content .side__block ul li a {
  color: #000;
  border-bottom: 1px solid #fff;
  padding: 10px 15px;
  display: block;
  background: #eee;
  font-size: 15px;
}
#wrapper .inner.content .side__block ul li a:hover {
  background: #ddd;
}
#wrapper .inner .col02, #wrapper .inner .col03, #wrapper .inner .col05 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  #wrapper .inner .col02, #wrapper .inner .col03, #wrapper .inner .col05 {
    display: block;
  }
}
#wrapper .inner .col02.wrap, #wrapper .inner .col03.wrap, #wrapper .inner .col05.wrap {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#wrapper .inner .col02 .txt__block, #wrapper .inner .col03 .txt__block, #wrapper .inner .col05 .txt__block {
  width: 70%;
}
@media screen and (max-width: 768px) {
  #wrapper .inner .col02 .txt__block, #wrapper .inner .col03 .txt__block, #wrapper .inner .col05 .txt__block {
    width: 100%;
  }
}
#wrapper .inner .col02 .figure, #wrapper .inner .col03 .figure, #wrapper .inner .col05 .figure {
  width: 30%;
}
#wrapper .inner .col02 .figure img, #wrapper .inner .col03 .figure img, #wrapper .inner .col05 .figure img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #wrapper .inner .col02 .figure, #wrapper .inner .col03 .figure, #wrapper .inner .col05 .figure {
    width: 100%;
  }
}
#wrapper main {
  margin-bottom: 60px;
}
#wrapper main .sec__block {
  background: #fff;
  padding: 50px 25px;
}
@media screen and (max-width: 768px) {
  #wrapper main .sec__block {
    padding: 30px 20px;
  }
}
#wrapper main section .col05.wrap li {
  width: calc(20% - 8px);
}
@media screen and (max-width: 768px) {
  #wrapper main section .col05.wrap li {
    width: 100%;
    margin-bottom: 10px;
  }
}
#wrapper main section .col05.wrap li figure {
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #wrapper main section .col05.wrap li figure {
    height: auto;
  }
}
#wrapper main section .col05.wrap li figure img {
  width: 100%;
  height: auto;
}
#wrapper main section .col02.wrap li {
  width: calc(50% - 8px);
}
@media screen and (max-width: 768px) {
  #wrapper main section .col02.wrap li {
    width: 100%;
    margin-bottom: 10px;
  }
}
#wrapper main section .col02.wrap li figure img {
  width: 100%;
  height: auto;
}
#wrapper main section h2 {
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 3px solid #e5a82d;
  position: relative;
  color: #7a5220;
}
#wrapper main section h2::after {
  content: "";
  width: 100px;
  height: 3px;
  background: #7a5220;
  position: absolute;
  left: 0;
  bottom: -3px;
}
#wrapper main section h3 {
  color: #bf8741;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
#wrapper main section figure {
  margin-bottom: 10px;
}
#wrapper main section p {
  margin-bottom: 20px;
}
#wrapper main section .mgb50 {
  margin-bottom: 50px;
}
#wrapper main section .pr50 {
  padding-right: 50px;
}
#wrapper main section table {
  border: 1px solid #000;
  width: 100%;
}
#wrapper main section table th {
  background: #000;
  color: #fff;
  border: 1px solid #000;
  border-bottom: 1px solid #fff;
  font-size: 14px;
  padding: 10px;
}
@media screen and (max-width: 540px) {
  #wrapper main section table th {
    display: block;
    border-bottom: none;
  }
}
#wrapper main section table td {
  border-bottom: 1px solid #000;
  font-size: 14px;
  padding: 10px;
}
@media screen and (max-width: 540px) {
  #wrapper main section table td {
    display: block;
  }
}
#wrapper main section table td + td {
  border-left: 0;
}
#wrapper main section table tr:last-child th, #wrapper main section table tr:last-child td {
  border-bottom: 0;
}
#wrapper main section table .col15 {
  width: 15%;
}
@media screen and (max-width: 540px) {
  #wrapper main section table .col15 {
    width: 100%;
  }
}
#wrapper main section table .col20 {
  width: 20%;
}
@media screen and (max-width: 540px) {
  #wrapper main section table .col20 {
    width: 100%;
  }
}
#wrapper main section table .col30 {
  width: 30%;
}
@media screen and (max-width: 540px) {
  #wrapper main section table .col30 {
    width: 100%;
  }
}
#wrapper main section table .col40 {
  width: 40%;
}
@media screen and (max-width: 540px) {
  #wrapper main section table .col40 {
    width: 100%;
  }
}
#wrapper main section.equipment__block .movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 40px;
}
#wrapper main section.equipment__block .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #wrapper main section.equipment__block .col02 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
#wrapper main section.equipment__block .equipment__list img {
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}
#wrapper main section.equipment__block .equipment .modal {
  display: none; /* 初期状態は非表示 */
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#wrapper main section.equipment__block .equipment .modal-content {
  margin: auto;
  display: block;
  max-width: 80%;
  max-height: 80%;
}
#wrapper main section.equipment__block .equipment .caption {
  text-align: center;
  color: white;
  padding: 10px;
  position: absolute;
  bottom: 10%;
  margin: auto;
  background: rgba(0, 0, 0, 0.8);
}
#wrapper main section.equipment__block .equipment .close {
  position: absolute;
  top: 10px;
  right: 25px;
  color: white;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
}
#wrapper main section.equipment__block .equipment .controls {
  text-align: center;
}
#wrapper main section.equipment__block .equipment .controls button {
  padding: 10px;
  font-size: 18px;
  background: #fff;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
}
#wrapper main section.equipment__block .equipment .controls button#prev {
  left: 13%;
}
#wrapper main section.equipment__block .equipment .controls button#next {
  right: 13%;
}
#wrapper main section.equipment__block .equipment .controls button:hover {
  background: #ddd;
}
@media screen and (max-width: 540px) {
  #wrapper main section.equipment__block table.equipment__list tr {
    display: block;
  }
  #wrapper main section.equipment__block table.equipment__list td {
    display: inline-block;
    width: calc(33.3333333333% - 3px);
  }
  #wrapper main section.equipment__block table.equipment__list td.w50 {
    width: calc(50% - 3px);
  }
  #wrapper main section.equipment__block table.equipment__list td.w100 {
    width: 100%;
    text-align: center;
    padding: 0;
  }
}
#wrapper main section.product__block .product__item figure {
  border: 1px solid #000;
  padding: 5px;
}
#wrapper main section.product__block .product__item figure img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #wrapper main section.staff__block .staff__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
}
#wrapper main section.staff__block .staff__item li {
  width: calc(33.3333333333% - 10px);
}
@media screen and (max-width: 768px) {
  #wrapper main section.staff__block .staff__item li {
    width: calc(50% - 10px);
  }
}
#wrapper main section.staff__block .staff__item figure img {
  width: 100%;
  height: auto;
}
#wrapper main section.staff__block .staff__item p {
  border-left: 3px solid #e5a82d;
  padding-left: 10px;
  font-weight: bold;
}
#wrapper main section.staff__block .staff__item p span {
  font-size: 13px;
  font-weight: normal;
}
#wrapper main section.map__block .map {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
#wrapper main section.map__block .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#wrapper main section.sitemap__block ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  #wrapper main section.sitemap__block ul li {
    display: block;
    margin-bottom: 10px;
  }
}
#wrapper main section.sitemap__block ul li a {
  margin-right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: underline;
}
#wrapper main section.sitemap__block ul li a::before {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  background: #bf8741;
  margin-right: 7px;
}
#wrapper main section.contact__block dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}
#wrapper main section.contact__block dl dt {
  font-weight: bold;
  width: 30%;
}
#wrapper main section.contact__block dl dt span {
  color: #bf8741;
  font-size: 14px;
}
#wrapper main section.contact__block dl dd {
  width: calc(70% - 40px);
  padding-left: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#wrapper main section.contact__block dl dd input, #wrapper main section.contact__block dl dd textarea {
  border: 1px solid #999;
  padding: 5px 10px;
  border-radius: 5px;
}
#wrapper main section.contact__block dl dd .radio {
  margin: 0 20px 0 10px;
}
#wrapper main section.contact__block dl dd span {
  color: #bf8741;
}
#wrapper main section.contact__block dl dd .w-100 {
  width: 100%;
}
#wrapper main section.contact__block dl dd .w-60 {
  width: 60%;
}
#wrapper main section.contact__block dl dd ::-webkit-input-placeholder {
  color: #ddd;
}
#wrapper main section.contact__block dl dd ::-moz-placeholder {
  color: #ddd;
}
#wrapper main section.contact__block dl dd :-ms-input-placeholder {
  color: #ddd;
}
#wrapper main section.contact__block dl dd ::-ms-input-placeholder {
  color: #ddd;
}
#wrapper main section.contact__block dl dd ::placeholder {
  color: #ddd;
}
#wrapper main section.contact__block dl dd button {
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 5px;
  background: #ddd;
}
#wrapper main section.contact__block dl dd button#search {
  background: #e5a82d;
  color: #fff;
}

#header {
  padding: 20px 0;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #header {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 500px) {
  #header {
    padding: 20px 0 10px;
  }
}
#header .inner {
  max-width: 1130px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#header .logo__block {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #header .logo__block {
    margin-bottom: 0;
  }
}
#header .logo__block h1 {
  max-width: 333px;
}
@media screen and (max-width: 500px) {
  #header .logo__block h1 {
    max-width: 70%;
  }
  #header .logo__block h1 a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#header .logo__block h1 img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #header .logo__side {
    display: none;
  }
}
#header .logo__side ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-bottom: 10px;
}
#header .logo__side ul::after {
  content: "";
  width: 1px;
  height: 1.5rem;
  display: block;
  background: #fff;
}
#header .logo__side ul li a {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 10px;
  font-size: 14px;
}
#header .logo__side ul li a::before {
  content: "";
  width: 1px;
  height: 1.5rem;
  display: block;
  margin-right: 10px;
  background: #fff;
}
#header .logo__side ul li a:hover {
  color: #e5a82d;
}
#header .logo__side p {
  color: #e5a82d;
  font-size: 13px;
}
#header nav {
  background: #000;
}
@media screen and (max-width: 768px) {
  #header nav {
    display: none;
  }
}
#header nav ul li {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
#header nav ul li a {
  color: #fff;
  padding: 10px 10px 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 13px;
}
#header nav ul li a::before {
  content: "";
  width: 1px;
  height: 1.5rem;
  display: block;
  background: #fff;
  position: absolute;
  left: 0;
}
#header nav ul li a:hover {
  color: #e5a82d;
}
#header nav ul li:last-child a::after {
  content: "";
  width: 1px;
  height: 1.5rem;
  display: block;
  background: #fff;
  position: absolute;
  right: 0;
}
#header #navi__toggle {
  display: none;
}
@media screen and (max-width: 768px) {
  #header #navi__toggle {
    display: block;
    width: 35px;
    height: 25px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    cursor: pointer;
  }
  #header #navi__toggle div {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    height: 50%;
  }
  #header #navi__toggle span {
    position: absolute;
    display: block;
    height: 1px;
    background: #F0EEEC;
    width: 100%;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  #header #navi__toggle span:nth-child(1) {
    top: 0;
  }
  #header #navi__toggle span:nth-child(2) {
    top: 10px;
  }
  #header #navi__toggle span:nth-child(3) {
    top: 20px;
  }
}
#header.open {
  position: fixed;
  top: 0 !important;
  left: 0;
  width: 100% !important;
  height: 100vh;
  z-index: 100;
  background: #000;
}
#header.open .inner {
  display: block;
  background: none;
}
#header.open nav {
  display: block;
  width: 100%;
  overflow-y: scroll;
}
#header.open nav ul {
  display: block;
}
#header.open nav ul li {
  display: block;
}
#header.open nav ul li a::before, #header.open nav ul li a::after {
  content: none;
}
#header.open #navi__toggle {
  display: block !important;
  z-index: 101 !important;
  top: 40px !important;
  bottom: auto !important;
}
#header.open #navi__toggle span {
  background: #fff;
}
#header.open #navi__toggle span:nth-child(1) {
  top: 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
#header.open #navi__toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}
#header.open #navi__toggle span:nth-child(3) {
  top: 0;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

footer {
  background: #000;
  color: #fff;
  padding: 30px 20px 50px;
}
footer .inner {
  max-width: 1130px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
footer h2 {
  font-size: 18px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}
footer h3 {
  font-size: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
footer h3::before {
  content: "";
  width: 7px;
  height: 2px;
  display: block;
  background: #fff;
  margin-right: 10px;
}
footer .col02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  footer .col02 {
    display: block;
  }
}
footer .col02 .site__block {
  width: 40%;
}
@media screen and (max-width: 768px) {
  footer .col02 .site__block {
    width: 100%;
  }
}
footer .foot__nav {
  margin-right: 35px;
}
footer .foot__nav li a {
  color: #fff;
  font-size: 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .foot__nav li a::before {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  background: #fff;
  margin-right: 7px;
}
footer .prd__nav {
  color: #fff;
  font-size: 13px;
  margin-right: 35px;
}
@media screen and (max-width: 768px) {
  footer .prd__nav {
    margin: 0 0 20px;
  }
}
footer .prd__nav li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .prd__nav li a {
  color: #fff;
  font-size: 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .prd__nav li a::before {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  background: #fff;
  margin-right: 7px;
}
footer .copy {
  font-size: 13px;
  text-align: center;
}

.important {
  position: fixed;
  left: 0;
  top: 90px;
  width: 100%;
  z-index: 999;
  background: #fff;
  border: 1px solid #D40F0F;
}
@media screen and (max-width: 768px) {
  .important {
    top: 50px;
  }
}
.important.on .important__head .common__inner::before {
  content: "閉じる";
}
.important.on .important__head .common__inner::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.important__head {
  background: #D40F0F;
  cursor: pointer;
}
.important__head .common__inner {
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  padding: 10px 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .important__head .common__inner {
    font-size: 16px;
  }
}
.important__head .common__inner::before {
  content: "開く";
  position: absolute;
  right: 20px;
  top: 8px;
  width: 80px;
  border: 1px solid #fff;
  text-align: left;
  font-size: 15px;
  padding: 5px 10px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .important__head .common__inner::before {
    right: 15px;
  }
}
.important__head .common__inner::after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background: url("../image/common/icon_double_down.svg") no-repeat;
  background-size: contain;
  position: absolute;
  right: 30px;
  top: 16px;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
@media screen and (max-width: 768px) {
  .important__head .common__inner::after {
    right: 25px;
  }
}
.important__head .common__inner span::before {
  content: "";
  width: 25px;
  height: 22px;
  background: url("../image/common/icon_important_info.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  top: -2px;
}
.important__body {
  display: none;
}
.important__body .common__news {
  border-top: none;
}
.important__body .common__news li:last-child {
  border-bottom: none;
}

#wrapper main.top .bnr__block {
  margin-bottom: 30px;
}
#wrapper main.top .bnr__block figure {
  margin-bottom: 10px;
}
#wrapper main.top .bnr__block img {
  width: 100%;
  height: auto;
}
#wrapper main.top .bnr__block a:hover {
  opacity: 0.8;
}
#wrapper main.top .part__block {
  margin-bottom: 30px;
}
#wrapper main.top .part__block ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  #wrapper main.top .part__block ul {
    display: block;
  }
}
#wrapper main.top .part__block ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: calc(33.3333333333% - 6px);
}
@media screen and (max-width: 768px) {
  #wrapper main.top .part__block ul li {
    width: 100%;
    margin-bottom: 20px;
  }
}
#wrapper main.top .part__block ul li a {
  background: #000;
  padding: 15px;
  color: #fff;
  border: 2px solid #000;
  text-align: right;
}
#wrapper main.top .part__block ul li a:hover {
  border: 2px solid #fff;
}
#wrapper main.top .part__block ul li a:hover .btn {
  background: #e5a82d;
}
#wrapper main.top .part__block ul li h2 {
  font-size: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  color: #e5a82d;
}
#wrapper main.top .part__block ul li h2::before {
  content: "";
  width: 60px;
  height: 60px;
  margin-right: 10px;
}
#wrapper main.top .part__block ul li h2.h201::before {
  background: url(../img/thumbnail-column-1.png) no-repeat;
  background-size: contain;
}
#wrapper main.top .part__block ul li h2.h202::before {
  background: url(../img/thumbnail-column-2.png) no-repeat;
  background-size: contain;
}
#wrapper main.top .part__block ul li h2.h203::before {
  background: url(../img/thumbnail-column-3.png) no-repeat;
  background-size: contain;
}
#wrapper main.top .part__block ul li p {
  font-size: 13px;
  margin-bottom: 15px;
  text-align: left;
}
#wrapper main.top .part__block ul li .btn {
  background: #7a5220;
  color: #fff;
  padding: 5px 10px;
  display: inline-block;
  text-align: right;
}
#wrapper main.top .company__block {
  background: #fff;
  padding: 30px;
}
#wrapper main.top .company__block h2 {
  margin-bottom: 20px;
}
#wrapper main.top .company__block table {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #wrapper main.top .company__block table {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */