/*!
 Theme Name: RMA 2.1
 Theme URI: 
 Author: 
 Author URI: 
 Description: Theme for RMA
 Version: 1.1.0
 License: GNU General Public License v2 or later
 License URI: LICENSE
 Text Domain: rma-2-0
 Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 This theme, like WordPress, is licensed under the GPL.
 Use it to make something cool, have fun, and share what you've learned with others.
 RMA 2.0 is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
 Underscores is distributed under the terms of the GNU GPL v2 or later.
 Normalizing styles have been helped along thanks to the fine work of
 Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
 */
/*--------------------------------------------------------------
 >>> TABLE OF CONTENTS:
 ----------------------------------------------------------------
 # Normalize
 # Typography
 # Elements
 # Forms
 # Navigation
 ## Links
 ## Menus
 # Accessibility
 # Alignments
 # Clearings
 # Widgets
 # Content
 ## Posts and pages
 ## Comments
 # Infinite scroll
 # Media
 ## Captions
 ## Galleries
 --------------------------------------------------------------*/
@font-face {
  font-family: 'rmaR';
  font-style: normal;
  font-weight: regular;
  src: url('files/fonts/SuisseIntl-Regular-WebS.eot?') format("eot"), url('files/fonts/SuisseIntl-Regular-WebS.woff2') format("woff2"), url('files/fonts/SuisseIntl-Regular-WebS.woff') format("woff"), url('files/fonts/SuisseIntl-Regular-WebS.ttf') format("truetype"), url('files/fonts/SuisseIntl-Regular-WebS.svg#rmaR') format("svg");
}
@font-face {
  font-family: 'rmaL';
  font-style: normal;
  font-weight: regular;
  src: url('files/fonts/SuisseIntl-Light-WebS.eot?') format("eot"), url('files/fonts/SuisseIntl-Light-WebS.woff2') format("woff2"), url('files/fonts/SuisseIntl-Light-WebS.woff') format("woff"), url('files/fonts/SuisseIntl-Light-WebS.ttf') format("truetype"), url('files/fonts/SuisseIntl-Light-WebS.svg#rmaL') format("svg");
}
.container {
  width: 88.64vw;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 1500px) {
  .container {
    width: 1197px;
  }
}
.container .col-1 {
  margin: 0 1.88vw;
  width: 10.98vw;
}
@media screen and (min-width: 1500px) {
  .container .col-1 {
    margin: 0 25.38px;
    width: 148.23px;
  }
}
.container .col-2 {
  margin: 0 1.88vw;
  width: 25.72vw;
}
@media screen and (min-width: 1500px) {
  .container .col-2 {
    margin: 0 25.38px;
    width: 347.22px;
  }
}
.container .col-3 {
  margin: 0 1.88vw;
  width: 40.46vw;
}
@media screen and (min-width: 1500px) {
  .container .col-3 {
    margin: 0 25.38px;
    width: 546.21px;
  }
}
.container .col-4 {
  margin: 0 1.88vw;
  width: 55.2vw;
}
@media screen and (min-width: 1500px) {
  .container .col-4 {
    margin: 0 25.38px;
    width: 745.2px;
  }
}
.container .col-5 {
  margin: 0 1.88vw;
  width: 69.94vw;
}
@media screen and (min-width: 1500px) {
  .container .col-5 {
    margin: 0 25.38px;
    width: 944.19px;
  }
}
.container .col-6 {
  margin: 0 1.88vw;
  width: 84.68vw;
}
@media screen and (min-width: 1500px) {
  .container .col-6 {
    margin: 0 25.38px;
    width: 1143.18px;
  }
}
@media screen and (max-width: 767px) {
  .container .col-1 {
    margin: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .container .col-2 {
    margin: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .container .col-3 {
    margin: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .container .col-4 {
    margin: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .container .col-5 {
    margin: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .container .col-6 {
    margin: 0;
    width: 100%;
  }
}
/*--------------------------------------------------------------
 # Normalize
 --------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2rem;
  margin: 0;
}
/* Grouping content
 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/*--------------------------------------------------------------
 # Library
 --------------------------------------------------------------*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/*--------------------------------------------------------------
 # Typography
 --------------------------------------------------------------*/
html {
  font-size: 62.5%;
}
html, body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body, button, input, select, optgroup, textarea {
  color: #000;
  font-family: 'rmaL', sans-serif;
  line-height: 1.5;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.7692307692;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: normal;
  margin: 0;
  font-feature-settings: "palt" 1;
}
p {
  font-feature-settings: "palt" 1;
  letter-spacing: 0.05em;
}
.page_header h1 {
  font-size: 33px;
  font-size: 3.3rem;
  line-height: 1;
  letter-spacing: 0.025em;
  margin-bottom: 2.5em;
  margin-top: 0.5em;
  text-transform: uppercase;
  margin-left: -1px;
}
@media screen and (max-width: 767px) {
  .page_header h1 {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1;
    margin-top: 1em;
    margin-bottom: 1.5em;
  }
}
p {
  margin-bottom: 1.5em;
}
dfn, cite, em, i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 9.375px;
  font-size: 0.9375rem;
}
abbr, acronym {
  cursor: help;
}
mark, ins {
  text-decoration: none;
}
big {
  font-size: 125%;
}
/*--------------------------------------------------------------
 # Elements
 --------------------------------------------------------------*/
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
hr {
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul, ol {
  margin: 0;
  padding: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}
.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
/*--------------------------------------------------------------
 # Forms
 --------------------------------------------------------------*/
button, input[type="button"], input[type="reset"], input[type="submit"] {
  border: 1px solid;
  border-radius: 3px;
  color: rgba(0, 0, 0, .8);
  font-size: 7.5px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
  border-radius: 3px;
  padding: 3px;
}
textarea {
  width: 100%;
}
/*--------------------------------------------------------------
 # Navigation
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 ## Links
 --------------------------------------------------------------*/
a {
  color: #000;
}
a:focus {
  outline-color: #dedede;
  outline-width: 0;
}
a:hover, a:active {
  outline: 0;
}
button:focus {
  outline-color: #dedede;
  outline-width: 0;
}
/*--------------------------------------------------------------
 ## Menus
 --------------------------------------------------------------*/
nav {
  display: inline-block;
}
#footer_nav, #global_nav {
  line-height: 1;
}
#footer_nav li, #global_nav li {
  list-style: none;
  display: inline-block;
  text-transform: uppercase;
  margin-right: 1em;
}
#footer_nav li:last-child, #global_nav li:last-child {
  margin-right: 0;
}
#footer_nav li a, #global_nav li a {
  color: #808080;
  text-decoration: none;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: 0.075em;
}
#footer_nav li a:hover, #global_nav li a:hover {
  color: #404040;
  transition: all 0.6s cubic-bezier(0.91, 0, 0.26, 0.98);
}
#global_nav li.current_page_item a {
  color: #0d0d0d;
}
#footer_nav {
  line-height: 1;
}
@media screen and (max-width: 480px) {
  #footer_nav li {
    display: block;
    margin-bottom: 0.75em;
  }
}
#footer_nav li a {
  color: #404040;
}
#footer_nav li a:hover {
  color: #0d0d0d;
}
@media screen and (max-width: 480px) {
  #footer_nav li a {
    letter-spacing: 0.05em;
  }
}
.global_nav_outer {
  padding-top: 5px;
  float: right;
}
@media screen and (max-width: 767px) {
  .global_nav_outer {
    display: block;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  #global_nav {
    width: 100%;
    padding-bottom: 48px;
    text-align: center;
  }
  #global_nav li {
    list-style: none;
    width: 100%;
    font-size: 30px;
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 1em;
  }
  #global_nav li a {
    text-transform: uppercase;
    color: #808080;
    font-size: 30px;
    font-size: 3rem;
    line-height: 1;
    text-decoration: none;
    letter-spacing: 0.025em;
  }
  .active #global_nav li {
    animation-fill-mode: both;
    animation-duration: 0.5s;
    animation-delay: 0s;
    animation-name: fadeInUp;
    -webkit-animation-fill-mode: both;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-delay: 0s;
    -webkit-animation-name: fadeInUp;
  }
}
@media screen and (max-width: 480px) and (max-width: 480px) {
  #global_nav li {
    font-size: 17.5px;
    font-size: 1.75rem;
    line-height: 1;
  }
}
@media screen and (max-width: 480px) and (max-width: 480px) {
  #global_nav li a {
    font-size: 17.5px;
    font-size: 1.75rem;
    line-height: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
#sns_nav {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1;
}
#sns_nav li {
  list-style-type: none;
  display: inline-block;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1;
}
#sns_nav li a {
  text-decoration: none;
  margin-right: 0.75em;
  letter-spacing: 0.025em;
  color: #808080;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1;
}
#sns_nav li.profile:after {
  content: '|';
  padding-left: 0.15em;
  padding-right: 0.75em;
  color: #808080;
}
.wpml-ls-statics-shortcode_actions {
  border: 0;
  padding: 0;
  position: absolute;
  font-size: 9px;
  font-size: 0.9rem;
  line-height: 1;
  top: -5px;
  right: 2.01vw;
  transform: scale(0.85, 0.85);
  transform-origin: right top;
}
.wpml-ls-statics-shortcode_actions a {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1500px) {
  .wpml-ls-statics-shortcode_actions {
    right: 28.92px;
  }
}
.wpml-ls-statics-shortcode_actions li {
  list-style-type: none;
  display: inline-block;
  font-size: 9px;
  font-size: 0.9rem;
  line-height: 1;
}
.wpml-ls-statics-shortcode_actions li a {
  color: #808080;
  text-decoration: none;
  margin-left: 1em;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .wpml-ls-statics-shortcode_actions li a {
    margin-left: 0;
    margin: 0 0.5em;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1;
  }
}
@media screen and (max-width: 480px) {
  .wpml-ls-statics-shortcode_actions li a {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1;
  }
}
.wpml-ls-statics-shortcode_actions .wpml-ls-current-language a {
  color: #000;
}
@media screen and (max-width: 767px) {
  .wpml-ls-statics-shortcode_actions {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    width: 88.64vw;
    text-align: center;
    bottom: 3em;
  }
  .wpml-ls-statics-shortcode_actions li {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
  }
}
/*--------------------------------------------------------------
 # Widgets
 --------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}
/*--------------------------------------------------------------
 # Content
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 ## Posts and pages
 --------------------------------------------------------------*/
#loading {
  position: fixed;
  width: 100%;
  height: calc(100% + 95px);
  background-color: #fff;
  z-index: 9999;
  margin-top: -95px;
}
#loading .spinner {
  width: 30px;
  height: 30px;
  margin: 100px auto;
  background-color: #cbcbcb;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  left: 50%;
  margin-left: -15px;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite cubic-bezier(0.48, 0.04, 0.71, 1);
  animation: sk-scaleout 1s infinite cubic-bezier(0.48, 0.04, 0.71, 1);
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.loaded #loading {
  display: none;
}
.loaded header.global_header {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s cubic-bezier(0.32, 0.89, 0.64, 0.99);
}
header.global_header {
  opacity: 0;
  transform: translateY(-10px);
  padding: 18px 0 18px;
  background-color: #fff;
  z-index: 9000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
header.global_header.hide {
  transform: translateY(-28px);
}
@media screen and (max-width: 767px) {
  header.global_header {
    padding: 18px 0;
  }
}
header.global_header h1 {
  height: 11px;
  line-height: 11px;
  display: inline-block;
  margin-top: 5px;
}
@media screen and (max-width: 480px) {
  header.global_header h1 {
    margin-top: 4px;
  }
}
header.global_header h1 a {
  line-height: 11px;
}
header.global_header h1 a img {
  height: 11px;
  width: auto;
}
@media screen and (max-width: 480px) {
  header.global_header h1 a img {
    height: 11px;
  }
}
header.global_header .logo_box {
  display: inline-block;
  margin-right: 36px;
  vertical-align: middle;
}
header.global_header .logo_box:hover {
  opacity: 0.75;
  transition: all 0.6s cubic-bezier(0.91, 0, 0.26, 0.98);
}
@media screen and (max-width: 767px) {
  header.global_header .nav_box {
    line-height: 1;
    width: 100%;
    height: calc(100% - 60px);
    background-color: #fff;
    position: fixed;
    z-index: 100;
    left: 100%;
    top: 60px;
  }
  header.global_header .nav_box.active {
    left: 0;
    height: calc(100vh - 60px);
  }
}
header.global_header .menu-trigger {
  display: none;
}
@media screen and (max-width: 767px) {
  header.global_header .menu-trigger {
    right: 0;
    top: 0;
    display: inline-block;
    transition: all 0.25s;
    position: absolute;
    width: 22px;
    height: 24px;
  }
  header.global_header .menu-trigger span {
    position: absolute;
    z-index: 500;
    display: inline-block;
    transition: all 0.25s;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #0d0d0d;
  }
  header.global_header .menu-trigger span:nth-of-type(1) {
    top: 9px;
  }
  header.global_header .menu-trigger span:nth-of-type(2) {
    bottom: 9px;
  }
  header.global_header .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(2px) rotate(45deg);
  }
  header.global_header .menu-trigger.active span:nth-of-type(2) {
    transform: translateY(-3px) rotate(-45deg);
  }
}
.global_header_container {
  padding-top: 27px;
}
@media screen and (max-width: 767px) {
  .global_header_container {
    padding-top: 0;
  }
  .global_header_container .global_nav_outer, .global_header_container .wpml-ls-statics-shortcode_actions {
    display: none;
  }
}
.global_header_container, .slide_count_container {
  position: relative;
}
.admin-bar header.global_header {
  top: 32px;
  /* .nav_box {
   @include mq(medium) {
   top: 106px;
   height: calc( 100% - 106px );
   }
   } */
}
@media screen and (max-width: 767px) {
  .admin-bar header.global_header {
    top: 46px;
  }
  .admin-bar header.global_header .nav_box.active {
    left: 0;
    height: calc(100vh - 92px);
  }
}
.loaded footer.global_footer {
  opacity: 1;
  transform: translateY(0);
  transition: all 1.5s cubic-bezier(0.91, 0, 0.26, 0.98);
}
footer.global_footer {
  opacity: 0;
  transform: translateY(10px);
  margin-top: 5em;
  border-top: 1px solid #f2f2f2;
  padding-top: 2em;
  padding-bottom: 1em;
}
footer.global_footer h1 {
  height: 14px;
  line-height: 14px;
  margin-bottom: 0.5em;
}
footer.global_footer h1 img {
  height: 14px;
  width: auto;
}
footer.global_footer .copy {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: 0.025em;
  color: #808080;
  margin-bottom: 0.75em;
  margin-top: 0.25em;
}
@media screen and (max-width: 480px) {
  footer.global_footer .copy {
    margin-bottom: 0.75em;
  }
}
footer.global_footer .copy small {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1;
}
footer.global_footer #sns_nav {
  display: inline-block;
}
footer.global_footer nav, footer.global_footer ul {
  line-height: 1;
}
footer.global_footer .footer_bottom_contents {
  margin-top: 3em;
}
@media screen and (max-width: 480px) {
  footer.global_footer .footer_bottom_contents {
    margin-top: 75px;
  }
}
@media screen and (max-width: 480px) {
  footer.global_footer .nav_box {
    margin-top: 1em;
  }
}
/*--------------------------------------------------------------
 ## Posts and pages
 --------------------------------------------------------------*/
body {
  padding-top: 88px;
}
body.admin-bar {
  padding-top: 95px;
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 60px;
  }
}
.wrap {
  padding-bottom: 3em;
}
.sticky {
  display: block;
}
.hentry {
  margin: 0 0 1.5em;
}
.updated:not(.published) {
  display: none;
}
.page-content, .entry-content, .entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.k_line {
  position: relative;
}
.k_line:before {
  display: block;
  width: 6px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #bfbfbf;
}
@media screen and (max-width: 767px) {
  .k_line {
    display: none;
  }
}
.loaded .wrap {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
.wrap {
  opacity: 0;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  transition: all 0.45s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.wrap h2 {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1;
  color: #808080;
  letter-spacing: 0.05em;
  margin-bottom: 2.8em;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .wrap h2 {
    margin-bottom: 3em;
    margin-top: 5em;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
  }
}
@media screen and (max-width: 480px) {
  .wrap h2 {
    margin-top: 3em;
  }
}
.wrap h3 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6666666667;
  letter-spacing: 0.025em;
}
.wrap h4 {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.7692307692;
  color: #808080;
  letter-spacing: 0.05em;
  font-weight: normal;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .wrap h4 {
    padding-bottom: 5px;
  }
}
.wrap p {
  text-align: justify;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.7692307692;
  color: #404040;
  letter-spacing: 0.025em;
}
.wrap table tr th, .wrap table tr td {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.7692307692;
  vertical-align: top;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .wrap table tr th, .wrap table tr td {
    display: block;
  }
}
.wrap table tr th {
  color: #808080;
  letter-spacing: 0.05em;
  font-weight: normal;
  text-align: left;
  width: 20%;
}
@media screen and (max-width: 767px) {
  .wrap table tr th {
    padding-bottom: 5px;
  }
}
.wrap table tr td {
  letter-spacing: 0.025em;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 767px) {
  .wrap table tr td {
    padding-bottom: 10px;
  }
}
.wrap .gray_sub_text {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #808080;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 767px) {
  .wrap .gray_sub_text {
    margin-bottom: 3em;
    margin-top: 5em;
  }
}
@media screen and (max-width: 480px) {
  .wrap .gray_sub_text {
    margin-top: 3em;
  }
}
.wrap .image_section .image {
  width: 100%;
  padding-bottom: 34%;
  background-size: cover;
  background-position: center center;
}
@media screen and (min-width: 1500px) {
  .wrap .image_section {
    width: 1197px;
    margin: 0 auto;
  }
  .wrap .image_section .image {
    margin: 0 25.38px;
  }
}
.wrap .image_section + .page_section {
  margin-top: 5em;
}
@media screen and (max-width: 767px) {
  .wrap .image_section + .page_section {
    margin-top: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .wrap .page_section + .image_section {
    margin-top: 3em;
  }
}
.page_section {
  margin-bottom: 5em;
}
@media screen and (max-width: 767px) {
  .page_section {
    margin-bottom: 3em;
  }
}
.top_news_slider {
  position: relative;
}
.top_news_slider .slick-dots li {
  display: inline-block;
  margin-left: 6px;
}
.top_news_slider .slick-dots li.slick-active button {
  background-color: #404040;
}
.top_news_slider .slick-dots li button {
  font-size: 0;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  border: 1px solid #404040;
  cursor: pointer;
}
.top_news_slider .slick-dots li button:focus {
  outline: none;
}
.top_news_slider .slide_count_wrap {
  position: absolute;
  right: 2.03vw;
  bottom: 63px;
}
@media screen and (max-width: 767px) {
  .top_news_slider .slide_count_wrap {
    bottom: 0;
  }
}
.top_news_slider .top_news_slide {
  /* .slide_count_wrap {
   position: absolute;
   text-align: right;
   @include fontsize(13,13);
   margin-top: 1em;
   color: lighten($color__black,25%);
   @include mq(medium) {
   @include fontsize(12,12);
   }
   } */
}
.top_news_slider .top_news_slide.slick-current .slide_image:before {
  content: none;
}
.top_news_slider .top_news_slide .slide_image {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  background-size: cover;
  background-position: center center;
  position: relative;
  /*@include mq(medium) {
   padding-bottom: 75%;
   }*/
}
.top_news_slider .top_news_slide .slide_image:before {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
}
@media screen and (min-width: 1500px) {
  .top_news_slider .top_news_slide .slide_image {
    padding-bottom: 0;
    height: 760px;
  }
}
.top_news_slider .top_news_slide .slide_image a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.top_news_slider .top_news_slide .silde_text {
  padding: 22px 0;
}
.top_news_slider .top_news_slide .silde_text h2 {
  line-height: 1;
  margin-top: 1em;
  margin-bottom: 1em;
}
@media screen and (max-width: 480px) {
  .top_news_slider .top_news_slide .silde_text h2 {
    margin-top: 0;
    margin-bottom: 0.75em;
  }
}
.top_news_slider .top_news_slide .silde_text h2 a {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1;
  line-height: 1.2;
  letter-spacing: 0.025em;
  text-decoration: none;
  color: #404040;
}
@media screen and (max-width: 767px) {
  .top_news_slider .top_news_slide .silde_text h2 a {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1;
    line-height: 1.2;
  }
}
.top_news_slider .top_news_slide .silde_text .slide_text_date {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1;
  margin-top: 0.75em;
  letter-spacing: 0.05em;
  font-feature-settings: "palt" 1;
  color: #404040;
}
@-webkit-keyframes fadeinup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeinup {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.works_wrap .works_category_nav {
  margin-top: 1em;
  float: right;
}
.works_wrap .works_category_nav button {
  list-style: none;
  text-transform: uppercase;
  float: left;
  margin-right: 0.75em;
  margin-bottom: 0.75em;
  letter-spacing: 0.075em;
  background-color: transparent;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1;
  border: none;
  padding: 0;
  color: #808080;
  cursor: pointer;
}
.works_wrap .works_category_nav button:focus {
  border: none;
}
.works_wrap .works_category_nav button.works_category_nav-filter-active {
  color: #000;
}
@media screen and (max-width: 767px) {
  .works_wrap .works_cell_container {
    width: 92.4vw;
  }
}
.works_wrap .works_cell {
  margin: 1.88vw;
}
@media screen and (min-width: 930px) {
  .works_wrap .works_cell {
    margin: 1.88vw;
    width: 18.4vw;
  }
}
@media screen and (min-width: 1500px) {
  .works_wrap .works_cell {
    margin: 25.38px;
    width: 247.7px;
  }
}
@media screen and (max-width: 767px) {
  .works_wrap .works_cell {
    width: 27.04vw;
  }
}
@media screen and (max-width: 480px) {
  .works_wrap .works_cell {
    width: 42.4vw;
  }
}
@media screen and (max-width: 375px) {
  .works_wrap .works_cell {
    width: 88.64vw;
    margin-bottom: 5.68vw;
  }
}
.works_wrap .works_cell .works_image {
  padding-bottom: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
@media screen and (max-width: 480px) {
  .works_wrap .works_cell .works_image {
    padding-bottom: 0;
    background-image: none !important;
  }
}
.works_wrap .works_cell .works_image .getSizeImage {
  display: none;
}
@media screen and (max-width: 480px) {
  .works_wrap .works_cell .works_image .getSizeImage {
    display: block;
  }
}
.works_wrap .works_cell .works_image a {
  position: absolute;
  width: 100%;
  height: 100%;
}
.works_wrap .works_cell .works_image .project_name {
  opacity: 0;
  position: absolute;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.25;
  padding-top: 1em;
  margin-top: -3px;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 480px) {
  .works_wrap .works_cell .works_image .project_name {
    opacity: 1;
    position: relative;
    top: auto !important;
    left: auto !important;
  }
}
.works_wrap .works_cell .works_image:hover .project_name {
  transition: all 0.25s cubic-bezier(0.65, 0.05, 0.36, 1);
  opacity: 1;
}
.works_wrap .works_cell .works_meta a {
  text-decoration: none;
}
.works_wrap .works_cell .works_meta h3 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2777777778;
  margin-top: 1.5em;
  letter-spacing: 0.025em;
}
.works_wrap .works_cell .works_meta ul {
  line-height: 1;
  margin-top: 5px;
}
.works_wrap .works_cell .works_meta ul li {
  list-style: none;
  text-transform: uppercase;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.05em;
  display: inline-block;
  margin-right: 10px;
}
.works_wrap .works_cell .works_meta ul li a {
  color: #808080;
}
.single-works_wrap .works_carousel {
  position: relative;
}
.single-works_wrap .works_carousel .slick-arrow {
  display: block;
  position: absolute;
  z-index: 1000;
  width: 50%;
  height: 100%;
  border: none;
  background: none;
  font-size: 0;
  cursor: pointer;
  left: 0;
  top: 0;
}
.single-works_wrap .works_carousel .slick-arrow:focus {
  outline-width: 0;
}
.single-works_wrap .works_carousel .slick-next {
  right: 0;
  top: 0;
  left: auto;
  cursor: url(files/images/carousel_nav_next.svg), pointer;
}
.single-works_wrap .works_carousel .slick-prev {
  cursor: url(files/images/carousel_nav_prev.svg), pointer;
}
.single-works_wrap .works_carousel .works_slide .slide_image {
  width: 100%;
  padding-bottom: 56.25%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #f2f2f2;
  /* @include mq(medium) {
   padding-bottom: 75%;
   } */
}
@media screen and (min-width: 1500px) {
  .single-works_wrap .works_carousel .works_slide .slide_image {
    padding-bottom: 0;
    height: 760px;
  }
}
.single-works_wrap .works_carousel .works_slide .slide_image_credit {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  color: #404040;
  letter-spacing: 0.05em;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .single-works_wrap .works_carousel .works_slide .slide_image_credit {
    margin-top: 0.5em;
  }
}
.single-works_wrap .works_carousel .works_slide .slide_count_wrap {
  margin-top: 1em;
  text-align: right;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  color: #404040;
}
@media screen and (max-width: 767px) {
  .single-works_wrap .works_carousel .works_slide .slide_count_wrap {
    margin-top: 0.5em;
  }
}
.single-works_wrap .works_carousel .works_slide .slide_count_wrap .slash {
  padding-right: 2px;
}
/* FOUC防止: slick初期化前のレイアウト崩れを防ぐ */
.works_slider:not(.slick-initialized) {
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
}
.works_slider:not(.slick-initialized) .works_slide:not(:first-child) {
  display: none;
}
.works_slider:not(.slick-initialized) .works_slide:first-child .slide_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
}
@media screen and (min-width: 1500px) {
  .works_slider:not(.slick-initialized) {
    padding-bottom: 0;
    height: 760px;
  }
}
.single-works_wrap .works_info {
  margin-top: 3em;
}
@media screen and (max-width: 767px) {
  .single-works_wrap .works_info {
    margin-top: 2.5em;
  }
}
.single-works_wrap .works_info .works_tag {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #404040;
  text-transform: uppercase;
}
.single-works_wrap .works_info .works_tag a {
  text-decoration: none;
}
.single-works_wrap .works_info h1 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: 0.025em;
  margin-top: 1.5em;
  margin-bottom: 3em;
}
@media screen and (max-width: 767px) {
  .single-works_wrap .works_info h1 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1;
    margin-top: 30px;
    margin-bottom: 1.5em;
  }
}
.single-works_wrap .works_info p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.8333333333;
  letter-spacing: 0.025em;
  text-align: left;
}
.single-works_wrap .works_info h4 strong {
  font-weight: normal;
}
.single-works_wrap .works_info .works_info_inner {
  margin: 0 auto;
}
.single-works_wrap .works_info .youtube {
  position: relative;
  height: 0;
  overflow: hidden;
  margin-left: -10%;
  margin-right: -10%;
  padding-bottom: 67.5%;
}
@media screen and (max-width: 767px) {
  .single-works_wrap .works_info .youtube {
    margin-left: -5.68%;
    margin-right: -5.68%;
    padding-bottom: 56.25%;
  }
}
@media screen and (max-width: 480px) {
  .single-works_wrap .works_info .youtube {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 56.25%;
  }
}
.single-works_wrap .works_info .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single-works_wrap .grid_images {
  margin: 5em auto 0;
  width: 88.64vw;
  content: "";
  display: table;
  table-layout: fixed;
}
.single-works_wrap .grid_images .content-column {
  margin: 25px 1.88vw;
  width: 84.68vw;
}
@media screen and (max-width: 767px) {
  .single-works_wrap .grid_images .content-column {
    clear: none;
  }
}
.single-works_wrap .grid_images .content-column.full_width {
  width: 100vw;
  margin: 50px -5.68vw;
}
.single-works_wrap .grid_images .content-column.one_half {
  width: 40.46vw;
}
@media screen and (max-width: 767px) {
  .single-works_wrap .grid_images .content-column.one_half {
    width: 100%;
    margin: 0;
  }
}
.single-works_wrap .grid_images .content-column.one_third {
  width: 25.72vw;
}
@media screen and (max-width: 767px) {
  .single-works_wrap .grid_images .content-column.one_third {
    width: 100%;
    margin: 0;
  }
}
.single-works_wrap .grid_images .content-column.two_third {
  width: 51.57vw;
}
@media screen and (max-width: 767px) {
  .single-works_wrap .grid_images .content-column.two_third {
    width: 100%;
    margin: 0;
  }
}
.single-works_wrap .grid_images .content-column.one_fourth {
  width: 18.4vw;
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 767px) {
  .single-works_wrap .grid_images .content-column.one_fourth {
    width: 100%;
    margin: 0;
  }
}
.single-works_wrap .grid_images .content-column.three_fourth {
  width: 55.2vw;
}
@media screen and (max-width: 767px) {
  .single-works_wrap .grid_images .content-column.three_fourth {
    width: 100%;
    margin: 0;
  }
}
.single-works_wrap .grid_images .content-column.one_fifth {
  width: 13.97vw;
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 767px) {
  .single-works_wrap .grid_images .content-column.one_fifth {
    width: 100%;
    margin: 0;
  }
}
.single-works_wrap .grid_images .content-column.two_fifth {
  width: 27.94vw;
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 767px) {
  .single-works_wrap .grid_images .content-column.two_fifth {
    width: 100%;
    margin: 0;
  }
}
.single-works_wrap .grid_images .content-column.three_fifth {
  width: 41.91vw;
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 767px) {
  .single-works_wrap .grid_images .content-column.three_fifth {
    width: 100%;
    margin: 0;
  }
}
.single-works_wrap .grid_images .content-column.four_fifth {
  width: 55.88vw;
}
@media screen and (max-width: 767px) {
  .single-works_wrap .grid_images .content-column.four_fifth {
    width: 100%;
    margin: 0;
  }
}
.single-works_wrap .grid_images .content-column.one_sixth {
  width: 10.98vw;
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 767px) {
  .single-works_wrap .grid_images .content-column.one_sixth {
    width: 100%;
    margin: 0;
  }
}
.single-works_wrap .grid_images .content-column.last_column {
  float: right;
}
@media screen and (max-width: 767px) {
  .single-works_wrap .grid_images .content-column.last_column {
    float: none;
  }
}
@media (min-width: 767px) and (max-width: 930px) {
  .news_wrap .container .col-1.k_line, .careers_wrap .container .col-1.k_line {
    display: none;
  }
  .news_wrap .container .col-3, .careers_wrap .container .col-3 {
    width: 70.14vw;
  }
}
.news_wrap article {
  margin-bottom: 5em;
}
@media screen and (max-width: 480px) {
  .news_wrap article {
    margin-bottom: 3em;
  }
}
.news_wrap article .article_title {
  margin-top: -0.3em;
}
.news_wrap article .article_title a {
  text-decoration: none;
}
.news_wrap article .article_content {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.7692307692;
  color: #404040;
  letter-spacing: 0.025em;
}
.news_wrap article .article_content p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.7692307692;
  color: #404040;
  letter-spacing: 0.025em;
  text-align: justify;
}
.news_wrap article .article_content > div {
  -webkit-margin-before: 1em;
}
.news_wrap article .article_content > div + div {
  -webkit-margin-before: 0;
}
.news_wrap .prev_next_container {
  margin-top: 5em;
}
.news_wrap .prev_next_container a {
  text-decoration: none;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
.news_wrap .prev_next_container .next {
  float: right;
}
.news_wrap .prev_next_container .prev {
  float: left;
}
.about_wrap .col-2 + .col-2 {
  margin-top: 3em;
}
.about_wrap .biography h3 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: noraml;
  margin-bottom: 1em;
}
.about_wrap .biography h4 {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: noraml;
  color: #404040;
}
.about_wrap .biography p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.7692307692;
  color: #404040;
  letter-spacing: 0.025em;
  text-align: justify;
}
.about_wrap .about_table td p {
  margin: 0;
}
.careers_wrap .page_section p {
  margin: 0;
}
.careers_wrap .page_section .career_box {
  margin-bottom: 5em;
}
.careers_wrap .page_section .career_box h3 {
  margin-top: -0.3em;
}
.careers_wrap .page_section .career_box h3 + .career_cell {
  margin-top: 2em;
}
.careers_wrap .page_section .career_box .career_cell {
  padding-bottom: 20px;
}
.careers_wrap .page_section .career_box .career_cell h4 {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.7692307692;
  color: #808080;
  letter-spacing: 0.05em;
  font-weight: normal;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .careers_wrap .page_section .career_box .career_cell h4 {
    padding-bottom: 5px;
  }
}
#map {
  width: 100%;
  padding-bottom: 34.5%;
}
@media screen and (max-width: 767px) {
  #map {
    padding-bottom: 75%;
  }
}
.media_wrap .col-1 + .media_header {
  margin-top: 5em;
}
.media_wrap .media_highlights {
  background-color: #f2f2f2;
  position: relative;
  padding-bottom: 1.5em;
}
.media_wrap .media_highlights h2 {
  margin-top: 2em;
}
.media_wrap .media_highlights .slick-dots li {
  display: inline-block;
  margin-left: 6px;
}
.media_wrap .media_highlights .slick-dots li.slick-active button {
  background-color: #404040;
}
.media_wrap .media_highlights .slick-dots li button {
  font-size: 0;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  border: 1px solid #404040;
  cursor: pointer;
}
.media_wrap .media_highlights .slick-dots li button:focus {
  outline: none;
}
.media_wrap .media_highlights .slide_count_wrap {
  position: absolute;
  right: 2.03vw;
  bottom: 311px;
}
@media screen and (max-width: 767px) {
  .media_wrap .media_highlights .slide_count_wrap {
    right: 0;
    bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .media_wrap .media_highlights_slider, .media_wrap .media_list {
    width: 94.32vw;
  }
  .media_wrap .media_highlights_slider .media_box.col-1, .media_wrap .media_list .media_box.col-1 {
    width: 25.76vw;
    margin: 0 2.84vw 1.5em;
  }
}
@media screen and (max-width: 480px) {
  .media_wrap .media_highlights_slider .media_box.col-1, .media_wrap .media_list .media_box.col-1 {
    width: 41.48vw;
  }
}
.media_wrap .media_box.col-1 {
  margin-bottom: 1.5em;
}
.media_wrap .media_box.col-1 .image {
  width: 100%;
  background-repeat: no-repeat;
  padding-bottom: 142%;
  background-size: contain;
  margin-bottom: 10px;
  position: relative;
  background-position: bottom center;
}
.media_wrap .media_box.col-1 .image a {
  position: absolute;
  width: 100%;
  height: 100%;
}
.media_wrap .media_box.col-1 h3 {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4166666667;
  letter-spacing: 0.025em;
  margin-bottom: 0.125em;
}
.media_wrap .media_box.col-1 h3 a {
  text-decoration: none;
}
.media_wrap .media_box.col-1 h4 {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.025em;
  color: #404040;
}
/*--------------------------------------------------------------
 ## Comments
 --------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
