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

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

html, body {
  height: 100%;
}

body {
  background: #ffffff;
  color: #000000;
  font-family: 'Arial', 'Helvetica', sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  width: 100%;
}
body.body--noscroll {
  height: 100vh;
  overflow: hidden;
  width: 100vw;
}

body.home {
  overflow: hidden;
}

.main {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100vw;
}
@media only screen and (min-width: 768px) {
  .main {
    padding: 0 1.5rem;
  }
}
.main .main_inner {
  background-color: #ffffff;
  flex: 1;
  margin: 0 auto;
  max-width: 112rem;
  padding-top: 6rem;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .main .main_inner {
    padding-top: 9.5rem;
  }
}

body.home .main {
  padding: 0;
}
body.home .main .main_inner {
  max-width: none;
  padding-top: 0;
}

@media only screen and (min-width: 768px) {
  body.page-child .main .main_inner {
    padding-top: 13.5rem;
  }
}
.header {
  background-color: #eee;
  height: 6rem;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 100;
}
@media only screen and (min-width: 768px) {
  .header {
    background-color: #ffffff;
    height: 9.5rem;
  }
}
.header .header_inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 112rem;
  padding: 0 1.5rem;
}
@media only screen and (min-width: 768px) {
  .header .header_inner {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0;
  }
}
.header .header_top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: calc(100% - 1.5rem);
}
.header .header_top h1 a {
  color: #000000;
  display: block;
  font-size: 2.4rem;
  font-weight: 600;
  text-decoration: none !important;
  transition: color .2s;
}
.header .header_top h1 a:hover {
  color: rgba(0, 0, 0, 0.4);
}
@media only screen and (min-width: 768px) {
  .header .header_top h1 a {
    padding-left: 1.5rem;
  }
}
.header .header_top .search_socials {
  align-items: center;
  display: flex;
}
.header .header_top .search_socials form {
  border: 0.1rem solid #eee;
  display: none;
  margin-right: 1.5rem;
  position: relative;
  width: 25rem;
}
@media only screen and (min-width: 768px) {
  .header .header_top .search_socials form {
    display: block;
  }
}
.header .header_top .search_socials form input {
  border: 0;
  border-radius: 0;
  font-family: "Arial", Helvetica, sans-serif;
  font-size: 1.4rem;
  height: 3rem;
  outline: none !important;
  padding: 0 1rem;
  width: 100%;
}
.header .header_top .search_socials form button {
  border: 0;
  cursor: pointer;
  font-size: 1.6rem;
  height: 3rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 3rem;
}
.header .header_top .search_socials ul {
  display: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .header .header_top .search_socials ul {
    display: flex;
  }
}
.header .header_top .search_socials ul li {
  padding-right: .5rem;
}
.header .header_top .search_socials ul li:last-child {
  padding-right: 0;
}
.header .header_top .search_socials ul li a {
  color: #000000;
  font-size: 2rem;
  transition: color .2s;
}
.header .header_top .search_socials ul li a:hover {
  color: #ccc;
}
.header .header_menu {
  background-color: #ccc;
  display: none;
  margin-top: .5rem;
  padding: 1rem 1.5rem 0 1.5rem;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .header .header_menu {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
}
.header .header_menu ul {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.header .header_menu ul li {
  width: 10.5rem;
}
.header .header_menu ul li .sub-menu {
  display: none;
}
.header .header_menu ul li a {
  color: #000000;
  display: block;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: .8rem 0;
  text-align: center;
  text-decoration: none !important;
  text-transform: lowercase;
  transition: all .2s;
}
.header .header_menu ul li a:hover {
  color: #ffffff;
}
.header .header_menu ul li.current-menu-item a, .header .header_menu ul li.current_page_parent a {
  background-color: #ffffff;
}
.header .header_menu ul li.current-menu-item a:hover, .header .header_menu ul li.current_page_parent a:hover {
  color: #000000;
}
.header .header_menu ul li.current_page_ancestor a {
  background-color: #eee;
}
.header .header_children {
  background-color: #eee;
  display: none;
  padding: 1rem 1.5rem 0 1.5rem;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .header .header_children {
    display: block;
  }
}
.header .header_children ul {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
.header .header_children ul li {
  width: 10.5rem;
}
.header .header_children ul li a {
  color: #000000;
  display: block;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: .8rem 0;
  text-align: center;
  text-decoration: none !important;
  text-transform: lowercase;
  transition: all .2s;
}
.header .header_children ul li a:hover {
  color: rgba(0, 0, 0, 0.2);
}
.header .header_children ul li.active {
  background-color: #ffffff;
}
.header .header_menu_icon {
  color: #000000;
  font-size: 2rem;
  text-decoration: none !important;
  transition: color .2s;
}
.header .header_menu_icon:hover {
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .header .header_menu_icon {
    display: none;
  }
}

body.home .header {
  display: none;
}
body.home .header h1 a:hover {
  color: #ffffff;
}

@media only screen and (min-width: 768px) {
  body.page-child .header {
    height: 13.5rem;
  }
}
.footer {
  background-color: #eee;
  display: flex;
  margin: 0 auto;
  max-width: 112rem;
  padding: 1.5rem;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .footer {
    background-color: #ccc;
  }
}
.footer ul {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 1024px) {
  .footer ul {
    flex-direction: row;
  }
}
.footer ul li {
  color: #000000;
  padding-bottom: .8rem;
}
@media only screen and (min-width: 1024px) {
  .footer ul li {
    padding-bottom: 0;
    padding-right: 1.5rem;
  }
}
.footer ul li:last-child {
  padding-bottom: 0;
}
.footer ul li strong {
  font-weight: 600;
}
.footer ul li a {
  color: #000000;
  text-decoration: none !important;
  transition: color .2s;
}
.footer ul li a:hover {
  color: #ffffff;
}

body.home .footer {
  display: none;
}

.mobile_nav {
  background-color: #eee;
  display: none;
  height: 100vh;
  max-width: 32rem;
  padding: 0 1.5rem;
  position: fixed;
  right: 0;
  top: 6rem;
  width: 100vw;
  z-index: 200;
}
@media only screen and (min-width: 768px) {
  .mobile_nav {
    display: none !important;
  }
}
.mobile_nav ul {
  display: flex;
  flex-direction: column;
}
.mobile_nav ul li a {
  border-top: 0.1rem solid #ffffff;
  color: #000000;
  display: block;
  font-weight: 600;
  padding: 1rem 0;
  text-decoration: none !important;
  transition: color .2s;
}
.mobile_nav ul li a:hover {
  color: #ffffff;
}
.mobile_nav ul li.current-menu-item > a {
  color: #ffffff;
}
.mobile_nav ul li .sub-menu {
  padding-left: 1rem;
}
.mobile_nav ul li .sub-menu li a {
  border: 0;
  font-weight: normal;
}
.mobile_nav .search_socials {
  display: flex;
  flex-direction: column;
  margin-top: 1.5rem;
}
.mobile_nav .search_socials form {
  border: 0.1rem solid #eee;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .mobile_nav .search_socials form {
    display: block;
  }
}
.mobile_nav .search_socials form input {
  border: 0;
  border-radius: 0;
  font-family: "Arial", Helvetica, sans-serif;
  font-size: 1.4rem;
  height: 3rem;
  outline: none !important;
  padding: 0 1rem;
  width: 100%;
}
.mobile_nav .search_socials form button {
  border: 0;
  cursor: pointer;
  font-size: 1.6rem;
  height: 3rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 3rem;
}
.mobile_nav .search_socials ul {
  display: flex;
  flex-direction: row;
}
.mobile_nav .search_socials ul li {
  padding-right: .5rem;
}
.mobile_nav .search_socials ul li:last-child {
  padding-right: 0;
}
.mobile_nav .search_socials ul li a {
  border: 0;
  color: #000000;
  font-size: 2rem;
  transition: color .2s;
}
.mobile_nav .search_socials ul li a:hover {
  color: #ccc;
}

body.menu_open .mobile_nav {
  display: block;
}

.homepage {
  background-color: #eee;
  height: 100vh;
  width: 100vw;
}
.homepage h1 {
  display: block;
  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: 50;
}
.homepage h1 a {
  align-items: center;
  color: #000000;
  display: flex;
  flex-direction: column;
  font-size: 4rem;
  font-weight: 600;
  height: 100%;
  letter-spacing: 0.05em;
  padding: 6rem 1.5rem 0 1.5rem;
  text-align: center;
  text-decoration: none !important;
  transition: color .2s, background-color .2s;
  width: 100%;
}
.homepage h1 a font {
  font-size: 2rem;
  font-weight: 400;
  margin-top: 1rem;
}
.homepage h1 a:hover {
  background-color: RGBA(0, 0, 0, 0.3);
  color: #ffffff;
}
.homepage .homepage_images {
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 40;
}
.homepage .homepage_images .homepage_image {
  background-position: 50% 50%;
  background-size: cover;
  display: block;
  height: 100vh;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity .5s;
  width: 100vw;
}
.homepage .homepage_images .homepage_image.homepage_image--active, .homepage .homepage_images .homepage_image.homepage_image--fadein {
  opacity: 1;
}
.homepage .homepage_images .homepage_image.homepage_image--fadeout {
  opacity: 0;
}

.cnt {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .cnt {
    padding: 1.5rem 0 0 0;
  }
}
.cnt.cnt--search {
  padding-top: 1.5rem;
}
.cnt.cnt--search > h2 {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: .1rem;
  line-height: 2rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
.cnt .cnt_block {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
  width: 100%;
}
.cnt .cnt_block.cnt_block--noBottom {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .cnt .cnt_block {
    flex-direction: row;
  }
}
.cnt .cnt_block .cnt_block_cell {
  background-color: #ffffff;
}
.cnt .cnt_block .cnt_block_cell.cnt_block_cell--transparent {
  background-color: transparent;
}
.cnt .cnt_block .cnt_block_cell.cnt_block_cell--dark {
  background-color: #ccc;
}
@media only screen and (min-width: 768px) {
  .cnt .cnt_block .cnt_block_cell {
    background-color: #eee;
  }
  .cnt .cnt_block .cnt_block_cell.cnt_block_cell--onethird {
    width: calc(100% / 3);
  }
  .cnt .cnt_block .cnt_block_cell.cnt_block_cell--half {
    width: calc(100% / 2);
  }
  .cnt .cnt_block .cnt_block_cell.cnt_block_cell--twothird {
    width: calc((100% / 3) * 2);
  }
  .cnt .cnt_block .cnt_block_cell.cnt_block_cell--split {
    display: flex;
  }
}
.cnt .cnt_block .cnt_block_cell .cnt_block_detail {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .cnt .cnt_block .cnt_block_cell .cnt_block_detail {
    flex-direction: row;
  }
}
.cnt .cnt_block .cnt_block_cell a[data-fancybox] {
  display: block;
  position: relative;
}
.cnt .cnt_block .cnt_block_cell a[data-fancybox]:before {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.3);
  color: #000000;
  content: "\f00e";
  display: flex;
  font-family: "Font Awesome 5 Pro";
  font-size: 4rem;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 0;
  transition: opacity .2s;
  width: 100%;
}
.cnt .cnt_block .cnt_block_cell a[data-fancybox]:hover:before {
  opacity: 1;
}
.cnt .cnt_block .cnt_block_cell img {
  display: block;
  width: 100%;
}
.cnt .cnt_block .cnt_block_cell .cnt_block_cell_desc {
  padding: 1.5rem;
}
.cnt .cnt_block .cnt_block_cell .cnt_block_cell_desc h1,
.cnt .cnt_block .cnt_block_cell .cnt_block_cell_desc h2 {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: .1rem;
  line-height: 2rem;
  margin-bottom: 1.9rem;
}
.cnt .cnt_block .cnt_block_cell .cnt_block_cell_desc h3 {
  color: rgba(0, 0, 0, 0.4);
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: .1rem;
  margin-bottom: 1.9rem;
}
.cnt .cnt_block .cnt_block_cell .cnt_block_cell_desc p,
.cnt .cnt_block .cnt_block_cell .cnt_block_cell_desc ul,
.cnt .cnt_block .cnt_block_cell .cnt_block_cell_desc ol {
  font-size: 1.3rem;
  line-height: 1.9rem;
  margin-bottom: 1.9rem;
}
.cnt .cnt_block .cnt_block_cell .cnt_block_cell_desc p:last-of-type,
.cnt .cnt_block .cnt_block_cell .cnt_block_cell_desc ul:last-of-type,
.cnt .cnt_block .cnt_block_cell .cnt_block_cell_desc ol:last-of-type {
  margin-bottom: 0;
}
.cnt .cnt_block .cnt_block_cell .cnt_block_cell_desc em {
  font-style: italic;
}
.cnt .cnt_block .cnt_block_cell .cnt_block_cell_desc td {
  font-size: 1.3rem;
  line-height: 1.9rem;
  padding-bottom: 1.9rem;
}
.cnt .cnt_block .cnt_block_cell .cnt_block_cell_desc strong {
  font-weight: 600;
}
.cnt .cnt_block .cnt_block_cell .cnt_block_cell_desc ul, .cnt .cnt_block .cnt_block_cell .cnt_block_cell_desc ol {
  list-style-type: inherit;
  margin-bottom: 1.9rem;
  margin-left: 1.8rem;
}
.cnt .cnt_block .cnt_block_cell .cnt_block_cell_desc ul:last-of-type, .cnt .cnt_block .cnt_block_cell .cnt_block_cell_desc ol:last-of-type {
  margin-bottom: 1.9rem;
}
.cnt .cnt_block .cnt_block_cell .cnt_block_cell_desc a {
  color: #000000;
  text-decoration: none !important;
  transition: color .2s;
}
.cnt .cnt_block .cnt_block_cell .cnt_block_cell_desc a:hover {
  color: rgba(0, 0, 0, 0.4);
}
.cnt .cnt_block .cnt_block_cell .cnt_block_cell_desc img {
  width: inherit;
}
@media only screen and (min-width: 768px) {
  .cnt .cnt_block.cnt_block--between {
    justify-content: space-between;
  }
  .cnt .cnt_block.cnt_block--between .cnt_block_cell--onethird {
    width: calc((100% - 3rem) / 3);
  }
  .cnt .cnt_block.cnt_block--between .cnt_block_cell--half {
    width: calc((100% - 1.5rem) / 2);
  }
  .cnt .cnt_block.cnt_block--between .cnt_block_cell--twothird {
    width: calc(((100% - 1rem) / 3) * 2);
  }
}

.grid {
  display: flex;
  flex-wrap: wrap;
}
.grid .grid_item {
  color: #000000;
  cursor: pointer;
  margin-right: 1.5rem;
  text-decoration: none !important;
  width: calc((100% - 1.5rem) / 2);
}
.grid .grid_item.grid_item--noRight {
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  .grid .grid_item {
    background-color: #eee;
    margin-bottom: 1.5rem;
    width: calc((100% - 3rem) / 3);
  }
}
@media only screen and (min-width: 1024px) {
  .grid .grid_item {
    width: calc((100% - 7.5rem) / 6);
  }
}
.grid .grid_item.grid_item--full {
  margin-right: 0;
}
.grid .grid_item .grid_item_img {
  background-position: 50% 50%;
  background-size: cover;
}
.grid .grid_item .grid_item_img:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.grid .grid_item .grid_item_desc {
  padding: 1.5rem;
}
.grid .grid_item .grid_item_desc h2 {
  font-size: 1.2rem;
  line-height: 1.9rem;
  transition: color .2s;
}
.grid .grid_item .grid_item_desc em {
  font-style: italic;
}
.grid .grid_item.grid_item--full {
  cursor: default;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .grid .grid_item.grid_item--full {
    flex-direction: row;
  }
}
.grid .grid_item.grid_item--full .close {
  color: #000000;
  position: absolute;
  right: 1.5rem;
  text-decoration: none !important;
  top: 1.9rem;
  transition: color .2s;
}
.grid .grid_item.grid_item--full .close:hover {
  color: rgba(0, 0, 0, 0.4);
}
.grid .grid_item.grid_item--full .grid_item_img,
.grid .grid_item.grid_item--full .grid_item_desc {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .grid .grid_item.grid_item--full .grid_item_img,
  .grid .grid_item.grid_item--full .grid_item_desc {
    width: calc((100% - 1.5rem) / 2);
  }
}
.grid .grid_item.grid_item--full .grid_item_img em,
.grid .grid_item.grid_item--full .grid_item_desc em {
  font-style: italic;
}
.grid .grid_item.grid_item--full .grid_item_img:before {
  display: none;
}
.grid .grid_item.grid_item--full .grid_item_img a {
  display: block;
  position: relative;
}
.grid .grid_item.grid_item--full .grid_item_img a:before {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.3);
  color: #000000;
  content: "\f00e";
  display: flex;
  font-family: "Font Awesome 5 Pro";
  font-size: 4rem;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 0;
  transition: opacity .2s;
  width: 100%;
}
.grid .grid_item.grid_item--full .grid_item_img a img {
  display: block;
  width: 100%;
}
.grid .grid_item.grid_item--full .grid_item_img a:hover:before {
  opacity: 1;
}
.grid .grid_item.grid_item--full .grid_item_desc {
  font-size: 1.3rem;
  line-height: 1.9rem;
}
.grid .grid_item.grid_item--full .grid_item_desc h2 {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: .1rem;
  line-height: 2rem;
  margin-bottom: 1.9rem;
  padding-right: 1.5rem;
}
.grid .grid_item.grid_item--full .grid_item_desc h3 {
  color: rgba(0, 0, 0, 0.4);
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: .1rem;
  margin-bottom: 1.9rem;
}
.grid .grid_item.grid_item--full .grid_item_desc p {
  margin-bottom: 1.9rem;
}
.grid .grid_item.grid_item--full .grid_item_desc p:last-of-type {
  margin-bottom: 0;
}
.grid .grid_item.grid_item--full .grid_item_desc a {
  color: #000000;
  font-weight: 600;
  text-decoration: none !important;
  transition: color .2s;
}
.grid .grid_item.grid_item--full .grid_item_desc a:hover {
  color: rgba(0, 0, 0, 0.4);
}
.grid .grid_item.grid_item--full:hover .grid_item_desc h2 {
  color: #000000;
}
.grid .grid_item:hover .grid_item_desc h2 {
  color: rgba(0, 0, 0, 0.4);
}
.grid .grid_item .hidden {
  display: none;
}

.grid_more {
  align-items: center;
  color: #000000;
  display: flex;
  justify-content: center;
  padding: .8rem 0;
  text-decoration: none !important;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .grid_more {
    background-color: #eee;
    margin-bottom: 1.5rem;
  }
}
