@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
}

:focus,
:active,
button:focus {
  outline: 0;
}

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

.bold,
b,
strong {
  font-weight: bold;
  font-weight: 700;
}

nav ul {
  margin-bottom: 0;
}
nav ul li a {
  display: block;
}

p, li, dt, dd {
  margin-bottom: 30px;
  word-break: auto-phrase;
}

p:last-child {
  margin-bottom: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 20px;
}

th, td {
  padding: 10px;
  border: 2px solid #b29b64;
}

th {
  white-space: nowrap;
  font-weight: normal;
  background: #0e131d;
  color: #efefef;
}

.content a:not(.btn) {
  outline: none;
  transition: 0.3s ease-out;
}
@media (hover: hover) {
  .content a:not(.btn):has(img):not(.nh):hover {
    opacity: 0.7;
  }
}
.content a:not(.btn):not([href]):not([tabindex]):hover {
  opacity: 1;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 30px;
  word-break: auto-phrase;
}

img {
  border: none;
  line-height: 1em;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

/*img.alignleft {float: none; text-align:left; margin-right: auto;}
img.alignright {float: none; text-align:right; display: block; margin-left:auto;}*/
img.alignleft {
  float: left;
}

img.alignright {
  float: right;
}

img.aligncenter {
  clear: both;
  display: block;
  margin: auto;
}

input,
textarea {
  box-sizing: border-box;
  max-width: 100%;
}

textarea.notes {
  width: 100%;
}

.list-none {
  list-style: none;
}

.nm {
  margin: 0 !important;
}

.nm-t {
  margin-top: 0 !important;
}

.nm-r {
  margin-right: 0 !important;
}

.nm-b {
  margin-bottom: 0 !important;
}

.nm-l {
  margin-left: 0 !important;
}

.np-t {
  padding-top: 0 !important;
}

.np-r {
  padding-right: 0 !important;
}

.np-b {
  padding-bottom: 0 !important;
}

.np-l {
  padding-left: 0 !important;
}

.clear {
  clear: both;
}

.m-0a {
  margin: 0 auto;
}

header img,
footer img,
a img {
  line-height: 1em;
  vertical-align: bottom;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.d-grid {
  display: grid;
}

.place-items-center {
  place-items: center;
}

section + section {
  margin-top: 100px;
}

@media print, screen and (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .maxmd {
    max-width: 768px;
  }
  section + section {
    margin-top: 120px;
  }
}
@media print, screen and (min-width: 1092px) {
  .maxlg {
    max-width: 1092px;
  }
  section + section {
    margin-top: 150px;
  }
}
@media print, screen and (min-width: 1200px) {
  .maxxl {
    max-width: 1200px;
  }
}
.guide-bdr {
  display: none;
}
.guide-bdr:before, .guide-bdr:after {
  width: 1px;
  height: 100vh;
  content: "";
  display: block;
  background: #ccc;
  position: fixed;
  top: 0;
  z-index: 999;
}

@media screen and (max-width: 1999px) {
  .guide-bdr1 {
    display: block;
  }
  .guide-bdr1:before {
    left: 15px;
  }
  .guide-bdr1:after {
    right: 15px;
  }
  .guide-bdr2 {
    display: block;
  }
  .guide-bdr2:before {
    left: 30px;
  }
  .guide-bdr2:after {
    right: 30px;
  }
  .guide-bdr3 {
    display: block;
  }
  .guide-bdr3:before {
    left: 45px;
  }
  .guide-bdr3:after {
    right: 45px;
  }
  .guide-bdr4 {
    display: block;
  }
  .guide-bdr4:before {
    left: 50%;
  }
}
@media print, screen and (min-width: 1400px) {
  .guide-bdr1,
  .guide-bdr2,
  .guide-bdr3,
  .guide-bdr4 {
    display: block;
  }
  .guide-bdr1:before,
  .guide-bdr2:before,
  .guide-bdr3:before,
  .guide-bdr4:before {
    left: 50%;
  }
  .guide-bdr1:after,
  .guide-bdr2:after,
  .guide-bdr3:after,
  .guide-bdr4:after {
    right: 50%;
  }
  .guide-bdr1:after {
    top: 50%;
    left: 0;
    width: 100vw;
    height: 1px;
  }
  .guide-bdr2:before {
    transform: translateX(-550px);
  }
  .guide-bdr2:after {
    transform: translateX(550px);
  }
  .guide-bdr3:before {
    transform: translateX(-590px);
  }
  .guide-bdr3:after {
    transform: translateX(590px);
  }
  .guide-bdr4:before {
    transform: translateX(-480px);
  }
  .guide-bdr4:after {
    transform: translateX(480px);
  }
}
body {
  color: #181a1a;
  background-color: #efefef;
}

.bg-blue {
  background: #0034b8;
}

.bg-red {
  background: #e3274c;
}

.bg-wred {
  background: #8f0000;
}

.bg-green {
  background: #118218;
}

.bg-yellow {
  background: #ffff00;
}

.bg-gold {
  background: #b29b64;
}

.bg-gray {
  background: #d1d1d1;
}

.c-black,
.c-black:hover,
.c-black:focus,
.c-black:active {
  color: #181a1a;
}

.c-gray,
.c-gray:hover,
.c-gray:focus,
.c-gray:active {
  color: #d1d1d1;
}

.c-white:active,
.c-white:focus,
.c-white:hover,
.c-white {
  color: #FFFFFF;
}

.c-red:active,
.c-red:focus,
.c-red:hover,
.c-red {
  color: #e3274c;
}

.c-wred:active,
.c-wred:focus,
.c-wred:hover,
.c-wred {
  color: #8f0000;
}

.c-green:active,
.c-green:focus,
.c-green:hover,
.c-green {
  color: #118218;
}

.c-blue:active,
.c-blue:focus,
.c-blue:hover,
.c-blue {
  color: #0034b8;
}

.c-gold:active,
.c-gold:focus,
.c-gold:hover,
.c-gold {
  color: #b29b64;
}

body {
  font: 16px "Shippori Mincho", "Kozuka Mincho Pr6N", "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", kozuka-mincho-pro, "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.mincho {
  font-family: "Shippori Mincho", "Kozuka Mincho Pr6N", "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", kozuka-mincho-pro, "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "Noto Sans JP", "Noto Sans", "Segoe UI", Arial, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.felipa {
  font-family: "Felipa", "Shippori Mincho", "Kozuka Mincho Pr6N", "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", kozuka-mincho-pro, "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.fw-n {
  font-weight: normal;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: bold;
}

p {
  font-weight: normal;
  font-weight: 400;
}

.f8 {
  font-size: 0.5rem;
}

.f9 {
  font-size: 0.5625rem;
}

.f10 {
  font-size: 0.625rem;
}

.f11 {
  font-size: 0.6875rem;
}

.f12 {
  font-size: 0.75rem;
}

.f13 {
  font-size: 0.8125rem;
}

.f14 {
  font-size: 0.875rem;
}

.f15 {
  font-size: 0.9375rem;
}

.f16 {
  font-size: 1rem;
}

.f17 {
  font-size: 10625rem;
}

.f18 {
  font-size: 1.125rem;
}

.f19 {
  font-size: 1.1875rem;
}

.f20 {
  font-size: 1.25rem;
}

.f21 {
  font-size: 1.3125rem;
}

.f22 {
  font-size: 1.375rem;
}

.f23 {
  font-size: 1.4375rem;
}

.f24 {
  font-size: 1.5rem;
}

.f25 {
  font-size: 1.5625rem;
}

.f26 {
  font-size: 1.625rem;
}

.f27 {
  font-size: 1.6875rem;
}

.f28 {
  font-size: 1.75rem;
}

.f29 {
  font-size: 1.8125rem;
}

.f30 {
  font-size: 1.875rem;
}

.f31 {
  font-size: 1.9375rem;
}

.f32 {
  font-size: 2rem;
}

.f33 {
  font-size: 2.0625rem;
}

.f34 {
  font-size: 2.125rem;
}

.f35 {
  font-size: 2.1875rem;
}

.f36 {
  font-size: 2.25rem;
}

.f37 {
  font-size: 2.3125rem;
}

.f38 {
  font-size: 2.375rem;
}

.f39 {
  font-size: 2.4375rem;
}

.f40 {
  font-size: 2.5rem;
}

.f41 {
  font-size: 2.5625rem;
}

.f42 {
  font-size: 2.625rem;
}

.f43 {
  font-size: 2.6875rem;
}

.f44 {
  font-size: 2.75rem;
}

.f45 {
  font-size: 2.8125rem;
}

.f46 {
  font-size: 2.875rem;
}

.f47 {
  font-size: 2.9375rem;
}

.f48 {
  font-size: 3rem;
}

.f49 {
  font-size: 30625rem;
}

.f50 {
  font-size: 3125rem;
}

.f55 {
  font-size: 34375rem;
}

.f60 {
  font-size: 375rem;
}

.f65 {
  font-size: 40625rem;
}

.f70 {
  font-size: 4375rem;
}

.f75 {
  font-size: 46875rem;
}

.f80 {
  font-size: 5rem;
}

.f90 {
  font-size: 5625rem;
}

.f100 {
  font-size: 625rem;
}

.f105 {
  font-size: 65625rem;
}

.f110 {
  font-size: 6875rem;
}

.f115 {
  font-size: 71875rem;
}

.f120 {
  font-size: 75rem;
}

.f125 {
  font-size: 78125rem;
}

.f130 {
  font-size: 8125rem;
}

.f135 {
  font-size: 84375rem;
}

.f140 {
  font-size: 875rem;
}

.f145 {
  font-size: 90625rem;
}

.f150 {
  font-size: 9375rem;
}

.f160 {
  font-size: 10rem;
}

.f170 {
  font-size: 10625rem;
}

@media (min-width: 768px) {
  .fmd8 {
    font-size: 0.5rem;
  }
  .fmd9 {
    font-size: 0.5625rem;
  }
  .fmd10 {
    font-size: 0.625rem;
  }
  .fmd11 {
    font-size: 0.6875rem;
  }
  .fmd12 {
    font-size: 0.75rem;
  }
  .fmd13 {
    font-size: 0.8125rem;
  }
  .fmd14 {
    font-size: 0.875rem;
  }
  .fmd15 {
    font-size: 0.9375rem;
  }
  .fmd16 {
    font-size: 1rem;
  }
  .fmd17 {
    font-size: 10625rem;
  }
  .fmd18 {
    font-size: 1.125rem;
  }
  .fmd19 {
    font-size: 1.1875rem;
  }
  .fmd20 {
    font-size: 1.25rem;
  }
  .fmd21 {
    font-size: 1.3125rem;
  }
  .fmd22 {
    font-size: 1.375rem;
  }
  .fmd23 {
    font-size: 1.4375rem;
  }
  .fmd24 {
    font-size: 1.5rem;
  }
  .fmd25 {
    font-size: 1.5625rem;
  }
  .fmd26 {
    font-size: 1.625rem;
  }
  .fmd27 {
    font-size: 1.6875rem;
  }
  .fmd28 {
    font-size: 1.75rem;
  }
  .fmd29 {
    font-size: 1.8125rem;
  }
  .fmd30 {
    font-size: 1.875rem;
  }
  .fmd31 {
    font-size: 1.9375rem;
  }
  .fmd32 {
    font-size: 2rem;
  }
  .fmd33 {
    font-size: 2.0625rem;
  }
  .fmd34 {
    font-size: 2.125rem;
  }
  .fmd35 {
    font-size: 2.1875rem;
  }
  .fmd36 {
    font-size: 2.25rem;
  }
  .fmd37 {
    font-size: 2.3125rem;
  }
  .fmd38 {
    font-size: 2.375rem;
  }
  .fmd39 {
    font-size: 2.4375rem;
  }
  .fmd40 {
    font-size: 2.5rem;
  }
  .fmd41 {
    font-size: 2.5625rem;
  }
  .fmd42 {
    font-size: 2.625rem;
  }
  .fmd43 {
    font-size: 2.6875rem;
  }
  .fmd44 {
    font-size: 2.75rem;
  }
  .fmd45 {
    font-size: 2.8125rem;
  }
  .fmd46 {
    font-size: 2.875rem;
  }
  .fmd47 {
    font-size: 2.9375rem;
  }
  .fmd48 {
    font-size: 3rem;
  }
  .fmd49 {
    font-size: 30625rem;
  }
  .fmd50 {
    font-size: 3125rem;
  }
  .fmd55 {
    font-size: 34375rem;
  }
  .fmd60 {
    font-size: 375rem;
  }
  .fmd65 {
    font-size: 40625rem;
  }
  .fmd70 {
    font-size: 4375rem;
  }
  .fmd75 {
    font-size: 46875rem;
  }
  .fmd80 {
    font-size: 5rem;
  }
  .fmd90 {
    font-size: 5625rem;
  }
  .fmd100 {
    font-size: 625rem;
  }
  .fmd105 {
    font-size: 65625rem;
  }
  .fmd110 {
    font-size: 6875rem;
  }
  .fmd115 {
    font-size: 71875rem;
  }
  .fmd120 {
    font-size: 75rem;
  }
  .fmd125 {
    font-size: 78125rem;
  }
  .fmd130 {
    font-size: 8125rem;
  }
  .fmd135 {
    font-size: 84375rem;
  }
  .fmd140 {
    font-size: 875rem;
  }
  .fmd145 {
    font-size: 90625rem;
  }
  .fmd150 {
    font-size: 9375rem;
  }
  .fmd160 {
    font-size: 10rem;
  }
  .fmd170 {
    font-size: 10625rem;
  }
}
@media print, screen and (min-width: 1200px) {
  .fxl8 {
    font-size: 0.5rem;
  }
  .fxl9 {
    font-size: 0.5625rem;
  }
  .fxl10 {
    font-size: 0.625rem;
  }
  .fxl11 {
    font-size: 0.6875rem;
  }
  .fxl12 {
    font-size: 0.75rem;
  }
  .fxl13 {
    font-size: 0.8125rem;
  }
  .fxl14 {
    font-size: 0.875rem;
  }
  .fxl15 {
    font-size: 0.9375rem;
  }
  .fxl16 {
    font-size: 1rem;
  }
  .fxl17 {
    font-size: 10625rem;
  }
  .fxl18 {
    font-size: 1.125rem;
  }
  .fxl19 {
    font-size: 1.1875rem;
  }
  .fxl20 {
    font-size: 1.25rem;
  }
  .fxl21 {
    font-size: 1.3125rem;
  }
  .fxl22 {
    font-size: 1.375rem;
  }
  .fxl23 {
    font-size: 1.4375rem;
  }
  .fxl24 {
    font-size: 1.5rem;
  }
  .fxl25 {
    font-size: 1.5625rem;
  }
  .fxl26 {
    font-size: 1.625rem;
  }
  .fxl27 {
    font-size: 1.6875rem;
  }
  .fxl28 {
    font-size: 1.75rem;
  }
  .fxl29 {
    font-size: 1.8125rem;
  }
  .fxl30 {
    font-size: 1.875rem;
  }
  .fxl31 {
    font-size: 1.9375rem;
  }
  .fxl32 {
    font-size: 2rem;
  }
  .fxl33 {
    font-size: 2.0625rem;
  }
  .fxl34 {
    font-size: 2.125rem;
  }
  .fxl35 {
    font-size: 2.1875rem;
  }
  .fxl36 {
    font-size: 2.25rem;
  }
  .fxl37 {
    font-size: 2.3125rem;
  }
  .fxl38 {
    font-size: 2.375rem;
  }
  .fxl39 {
    font-size: 2.4375rem;
  }
  .fxl40 {
    font-size: 2.5rem;
  }
  .fxl41 {
    font-size: 2.5625rem;
  }
  .fxl42 {
    font-size: 2.625rem;
  }
  .fxl43 {
    font-size: 2.6875rem;
  }
  .fxl44 {
    font-size: 2.75rem;
  }
  .fxl45 {
    font-size: 2.8125rem;
  }
  .fxl46 {
    font-size: 2.875rem;
  }
  .fxl47 {
    font-size: 2.9375rem;
  }
  .fxl48 {
    font-size: 3rem;
  }
  .fxl49 {
    font-size: 30625rem;
  }
  .fxl50 {
    font-size: 3125rem;
  }
  .fxl55 {
    font-size: 34375rem;
  }
  .fxl60 {
    font-size: 375rem;
  }
  .fxl65 {
    font-size: 40625rem;
  }
  .fxl70 {
    font-size: 4375rem;
  }
  .fxl75 {
    font-size: 46875rem;
  }
  .fxl80 {
    font-size: 5rem;
  }
  .fxl90 {
    font-size: 5625rem;
  }
  .fxl100 {
    font-size: 625rem;
  }
  .fxl105 {
    font-size: 65625rem;
  }
  .fxl110 {
    font-size: 6875rem;
  }
  .fxl115 {
    font-size: 71875rem;
  }
  .fxl120 {
    font-size: 75rem;
  }
  .fxl125 {
    font-size: 78125rem;
  }
  .fxl130 {
    font-size: 8125rem;
  }
  .fxl135 {
    font-size: 84375rem;
  }
  .fxl140 {
    font-size: 875rem;
  }
  .fxl145 {
    font-size: 90625rem;
  }
  .fxl150 {
    font-size: 9375rem;
  }
  .fxl160 {
    font-size: 10rem;
  }
  .fxl170 {
    font-size: 10625rem;
  }
}
.content {
  margin: 50px 15px 100px;
}

@media print, screen and (min-width: 1200px) {
  .content {
    margin: 100px 15px 200px;
  }
}
@media print, screen and (min-width: 1200px) {
  .hassidebar {
    display: flex;
    gap: 50px;
    justify-content: space-between;
  }
  .hassidebar article {
    flex: 1;
  }
  .hassidebar .sidebar {
    width: 250px;
  }
}
.accordion_tree {
  display: none;
}

.ttl-type1 {
  list-style: 1.2;
  border-bottom: 1px solid #181a1a;
  padding: 0 0 5px 10px;
}

.btn-type1 {
  display: block;
  width: 250px;
  max-width: 100%;
  height: 60px;
  border: 2px solid #b29b64;
  place-items: center;
  text-decoration: none;
  margin: 0 auto;
  padding: 0;
}
.btn-type1 > span {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: ease 0.5s;
  color: #181a1a;
}
.btn-type1 > span::before {
  content: "";
  width: calc(100% + 60px);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  border-right: 60px solid transparent;
  border-bottom: 60px solid #333;
  translate: -100%;
  transition: ease 0.5s;
}
.btn-type1:active > span, .btn-type1:focus > span, .btn-type1:hover > span {
  color: #fff;
}
.btn-type1:active > span::before, .btn-type1:focus > span::before, .btn-type1:hover > span::before {
  translate: 60px;
}

.news-box {
  border: 1px dashed #b29b64;
  padding: 20px 15px;
  cursor: pointer;
}
.news-box + .news-box {
  margin-top: 30px;
}
.news-box-info {
  margin-bottom: 30px;
}
.news-box-info .date-box {
  margin-bottom: 20px;
  line-height: 1;
}
.news-box-info dl {
  margin-bottom: 0;
  gap: 10px;
}
.news-box-info dl + dl {
  margin-top: 10px;
}
.news-box-info dl dt, .news-box-info dl dd {
  margin-bottom: 0;
}
.news-box-info dl dt {
  padding: 5px 0;
  width: 85px;
}
.news-box-info dl dd {
  gap: 5px;
  flex: 1;
  align-content: start;
}
.news-box-info dl dd a {
  display: grid;
  place-items: center;
  color: #efefef;
  text-decoration: none;
  background: #0e131d;
  padding: 5px 10px;
  line-height: 1;
}
.news-box a {
  color: #181a1a;
  text-decoration: none;
}
.news-box::before, .news-box::after, .news-box-inner::before, .news-box-inner::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 2px;
  background: #b29b64;
  transition: 0.5s;
}
.news-box-inner::before, .news-box-inner::after {
  height: 0;
  width: 2px;
  transition: 0.3s;
}
.news-box::before {
  top: -1px;
  left: -1px;
}
.news-box::after {
  bottom: -1px;
  right: -1px;
}
.news-box-inner::before {
  top: -1px;
  left: -1px;
}
.news-box-inner::after {
  bottom: -1px;
  right: -1px;
}
.news-box:active::before, .news-box:active::after, .news-box:focus::before, .news-box:focus::after, .news-box:hover::before, .news-box:hover::after {
  width: 100%;
}
.news-box:active .news-box-inner::before, .news-box:active .news-box-inner::after, .news-box:focus .news-box-inner::before, .news-box:focus .news-box-inner::after, .news-box:hover .news-box-inner::before, .news-box:hover .news-box-inner::after {
  height: 100%;
}

@media print, screen and (min-width: 1092px) {
  .news-box {
    border: 1px dashed #b29b64;
    padding: 20px 15px;
  }
  .news-box + .news-box {
    margin-top: 30px;
  }
  .news-box-info {
    margin-bottom: 30px;
    gap: 50px;
  }
  .news-box-info .date-box {
    margin-bottom: 5px;
  }
  .news-box-info dl {
    gap: 30px;
  }
  .news-box-info dl + dl {
    margin-top: 0;
  }
  .news-box-info dl dt {
    width: auto;
  }
  .news-box-info dl dd {
    gap: 20px;
  }
  .news-box-info dl dd a {
    padding: 5px 20px;
  }
}
.header {
  background: #efefef;
  border-bottom: 2px solid #b29b64;
  padding: 10px 5px;
  height: 60px;
}
@media print, screen and (min-width: 768px) {
  .header {
    padding: 10px 20px;
  }
}
.header h1 a {
  text-decoration: none;
}
.header .hamburgerButton {
  width: 60px;
  height: 60px;
  padding: 10px;
  top: 5px;
  right: 5px;
  background: #efefef;
  border: 2px solid #b29b64;
  border-radius: 50%;
  z-index: 9999;
}
.header .hamburgerButton-inner {
  width: 100%;
  height: 100%;
}
.header .hamburgerButton span {
  display: block;
  width: 36px;
  height: 2px;
  position: absolute;
  background: #181a1a;
  transition: 0.3s;
}
.header .hamburgerButton span:nth-of-type(1) {
  top: 10px;
}
.header .hamburgerButton span:nth-of-type(2) {
  top: 50%;
  translate: 0 -1px;
}
.header .hamburgerButton span:nth-of-type(3) {
  bottom: 10px;
}
.header .hamburgerButton.active span:nth-of-type(1) {
  rotate: 45deg;
  top: 17px;
}
.header .hamburgerButton.active span:nth-of-type(2) {
  display: none;
}
.header .hamburgerButton.active span:nth-of-type(3) {
  rotate: -45deg;
  bottom: 17px;
}

@media print, screen and (min-width: 1092px) {
  .header {
    gap: 30px;
    padding: 0 30px;
    height: 100px;
  }
  .header .hamburgerButton {
    width: 90px;
    height: 90px;
    padding: 20px;
  }
  .header .hamburgerButton span {
    width: 45px;
  }
  .header .hamburgerButton.active span:nth-of-type(1) {
    top: 22px;
  }
  .header .hamburgerButton.active span:nth-of-type(3) {
    bottom: 22px;
  }
}
.footer {
  padding: 20px 15px;
}

.copyright {
  padding: 5px;
}

@media print, screen and (min-width: 1092px) {
  .footer {
    padding: 70px 50px;
  }
  .copyright {
    padding: 10px;
  }
}
.sidebar-box + .sidebar-box {
  margin-top: 50px;
}
.sidebar-box h3 {
  border-bottom: 1px solid #181a1a;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.sidebar-box ul {
  margin-bottom: 0;
}
.sidebar-box ul li {
  margin-bottom: 0;
}
.sidebar-box ul li a {
  display: block;
  padding: 5px 10px 5px 30px;
  background: transparent url(../img/common/arrow-to-right-black.svg) no-repeat 10px 50%/10px auto;
  text-decoration: none;
  color: #181a1a;
}

@media print, screen and (min-width: 1200px) {
  .sidebar {
    padding-top: 8px;
  }
}
.drawer-menu {
  position: fixed;
  top: 0;
  left: 100%;
  width: 100%;
  max-width: 500px;
  height: 100vh;
  padding: 100px 0 60px;
  overflow-y: scroll;
  transition: 0.5s;
  z-index: 9998;
  background: #0e131d;
}
.drawer-menu.active {
  transform: translateX(-100%);
}
.drawer-menu-inner {
  padding: 30px 20px 100px;
}
.drawer-menu-contact {
  margin-bottom: 30px;
}
.drawer-menu-contact .btn-type1 {
  background: #efefef;
}
@media (min-width: 600px) {
  .drawer-menu-contact {
    margin-bottom: 50px;
  }
}
.drawer-menu-main {
  max-width: 500px;
  margin: 0 auto;
}
.drawer-menu-main > ul#menu-globalnavigation li a {
  color: #efefef;
  display: block;
  text-decoration: none;
  font-size: 1rem;
  padding: 10px 20px 10px 10px;
  transition: 0.5s;
  background: transparent url(../img/common/arrow-to-right.svg) no-repeat right 15px top 50%/8px auto;
}
.drawer-menu-main > ul#menu-globalnavigation li a:hover {
  padding-left: 20px;
}
.drawer-menu-main > ul > li {
  margin-bottom: 0;
  font-weight: normal;
  font-weight: 600;
}
.drawer-menu-main > ul > li span {
  color: #efefef;
  position: relative;
  padding: 10px 20px 10px 5px;
  border-bottom: 1px solid #b29b64;
  display: block;
  font-size: 1.125rem;
}
@media (min-width: 600px) {
  .drawer-menu-main > ul > li span {
    padding: 15px 30px 15px 10px;
  }
}
.drawer-menu-main > ul > li span::after {
  width: 10px;
  height: 10px;
  display: grid;
  place-items: center;
  content: "";
  background: transparent url(../img/common/arrow-to-top.svg) no-repeat 50% 50%/10px auto;
  position: absolute;
  top: 50%;
  right: 5px;
  transition: 0.5s;
}
@media (min-width: 600px) {
  .drawer-menu-main > ul > li span::after {
    right: 10px;
  }
}
.drawer-menu-main > ul > li span.active::after {
  rotate: 180deg;
}
.drawer-menu-main > ul > li ul {
  padding: 5px 0 10px;
  margin-bottom: 0;
}
.drawer-menu-main > ul > li ul li {
  margin-bottom: 0;
}
.drawer-menu-main > ul > li ul li a {
  color: #efefef;
  display: block;
  text-decoration: none;
  font-size: 1rem;
  padding: 10px 20px 10px 10px;
  transition: 0.5s;
  background: transparent url(../img/common/arrow-to-right.svg) no-repeat right 15px top 50%/8px auto;
}
.drawer-menu-main > ul > li ul li a:hover {
  padding-left: 20px;
}

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