@charset "UTF-8";
/*! normalize.css v7.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
 *    IE on Windows Phone and in iOS.
 */
@import url('https://fonts.googleapis.com/css?family=Roboto');
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
ul,
p {
  margin: 0;
  padding: 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 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 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * 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 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
.font_montserrat_medium {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #000000;
}
.font_montserrat_bold {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #000000;
}
.font,
body {
  font-family: '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
}
.font_en {
  font-family: 'Helvetica', 'Roboto', sans-serif;
  font-weight: 300;
  font-style: normal;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  word-wrap: break-word;
  white-space: normal;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
html,
body,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}
article,
header,
footer,
aside,
figure,
figcaption,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #000000;
}
img {
  vertical-align: bottom;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
  pointer-events: none;
}
body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  overflow-x: hidden;
  background: #ffffff;
}
.hidden {
  visibility: hidden;
}
.duotone-filters {
  height: 0;
  left: -9999em;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 0;
}
em,
em * {
  font-style: italic !important;
}
html,
body {
  height: 100%;
  margin: 0;
}
html.fixed,
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
#container {
  min-height: 100%;
}
footer#footer {
  background: #fcfcfa;
  padding: 0 40px;
}
@media all and (max-width: 1000px) {
  footer#footer {
    padding: 0 20px;
  }
}
footer#footer .footer_inner {
  padding: 0 8.8% 130px 8.8%;
  position: relative;
}
@media all and (min-width: 1830px) {
  footer#footer .footer_inner {
    padding-left: 155px;
    padding-right: 155px;
  }
}
@media all and (max-width: 1000px) {
  footer#footer .footer_inner {
    padding: 40px 0 130px 0;
  }
}
footer#footer .footer_inner .footer__nav {
  float: left;
  padding-top: 50px;
}
@media all and (max-width: 1000px) {
  footer#footer .footer_inner .footer__nav {
    float: none;
    padding-top: 0;
  }
}
footer#footer .footer_inner .footer__nav ul {
  float: left;
}
@media all and (max-width: 1000px) {
  footer#footer .footer_inner .footer__nav ul {
    float: none;
  }
}
footer#footer .footer_inner .footer__nav ul:first-child {
  width: 120px;
}
@media all and (max-width: 1000px) {
  footer#footer .footer_inner .footer__nav ul:first-child {
    width: auto;
    padding-bottom: 20px;
  }
}
footer#footer .footer_inner .footer__nav ul li a {
  display: inline-block;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #000000;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.5px;
}
footer#footer .footer_inner .footer__nav ul li a.jp_font {
  font-family: '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: 400;
}
footer#footer .footer_inner .footer__nav ul li a.inactive {
  color: #cccccc;
  pointer-events: none;
}
.pc footer#footer .footer_inner .footer__nav ul li a:hover {
  color: #cccccc;
}
footer#footer .footer_inner .footer__nav:after {
  content: "";
  display: block;
  clear: both;
}
@media all and (max-width: 1000px) {
  footer#footer .footer_inner .footer__nav:after {
    display: none;
  }
}
footer#footer .footer_inner .footer__sub_nav {
  float: right;
  padding-top: 50px;
}
@media all and (max-width: 1000px) {
  footer#footer .footer_inner .footer__sub_nav {
    float: none;
    padding: 42px 0 0 60px;
  }
}
footer#footer .footer_inner .footer__sub_nav ul li.tsuneishi_g {
  padding-top: 30px;
}
@media all and (max-width: 1000px) {
  footer#footer .footer_inner .footer__sub_nav ul li.tsuneishi_g {
    padding-top: 0;
  }
}
footer#footer .footer_inner .footer__sub_nav ul li a {
  display: inline-block;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #000000;
  font-size: 12px;
  line-height: 30px;
  letter-spacing: 0.5px;
}
@media all and (max-width: 1000px) {
  footer#footer .footer_inner .footer__sub_nav ul li a {
    line-height: 25px;
  }
}
footer#footer .footer_inner .footer__sub_nav ul li a.inactive {
  color: #cccccc;
  pointer-events: none;
}
.pc footer#footer .footer_inner .footer__sub_nav ul li a:hover {
  color: #cccccc;
}
footer#footer .footer_inner .footer__sub_nav ul.sub_nav__lang {
  padding-bottom: 30px;
}
@media all and (max-width: 1000px) {
  footer#footer .footer_inner .footer__sub_nav ul.sub_nav__lang {
    position: absolute;
    top: 42px;
    right: 0;
    z-index: 2;
    padding-bottom: 0;
  }
}
footer#footer .footer_inner .footer__sub_nav ul.sub_nav__lang li {
  float: left;
}
footer#footer .footer_inner .footer__sub_nav ul.sub_nav__lang li a,
footer#footer .footer_inner .footer__sub_nav ul.sub_nav__lang li span.slash {
  display: inline-block;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #000000;
  font-size: 12px;
  line-height: 30px;
  letter-spacing: 0.5px;
}
@media all and (max-width: 1000px) {
  footer#footer .footer_inner .footer__sub_nav ul.sub_nav__lang li a,
  footer#footer .footer_inner .footer__sub_nav ul.sub_nav__lang li span.slash {
    line-height: 25px;
  }
}
footer#footer .footer_inner .footer__sub_nav ul.sub_nav__lang li a {
  color: #cccccc;
}
footer#footer .footer_inner .footer__sub_nav ul.sub_nav__lang li a.inactive {
  pointer-events: none;
}
footer#footer .footer_inner .footer__sub_nav ul.sub_nav__lang li a.current {
  color: #000000;
}
.pc footer#footer .footer_inner .footer__sub_nav ul.sub_nav__lang li a:hover {
  color: #000000;
}
footer#footer .footer_inner .footer__sub_nav ul.sub_nav__lang li span.slash {
  display: inline-block;
  padding: 0 4px 0 3px;
}
footer#footer .footer_inner .footer__sub_nav ul.sub_nav__lang:after {
  content: "";
  display: block;
  clear: both;
}
footer#footer .footer_inner .footer__copyright {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #000000;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.5px;
  position: absolute;
  bottom: 38px;
  left: 8.8%;
  z-index: 2;
}
@media all and (min-width: 1830px) {
  footer#footer .footer_inner .footer__copyright {
    left: 155px;
  }
}
@media all and (max-width: 1000px) {
  footer#footer .footer_inner .footer__copyright {
    width: 100%;
    bottom: 48px;
    left: 0px;
    padding-left: 60px;
  }
}
footer#footer .footer_inner:after {
  content: "";
  display: block;
  clear: both;
}
@media all and (max-width: 1000px) {
  footer#footer .footer_inner:after {
    display: none;
  }
}
header#header {
  height: 300px;
}
@media all and (max-height: 800px) {
  header#header {
    height: 250px;
  }
}
@media all and (max-width: 1000px) {
  header#header {
    height: 180px;
  }
}
header#header.hidden {
  visibility: hidden;
}
header#header,
#scroll_header {
  background: #fcfcfa;
}
header#header .header_inner,
#scroll_header .header_inner {
  height: 100%;
  position: relative;
}
header#header .header_inner .header__logo,
#scroll_header .header_inner .header__logo {
  position: absolute;
  top: 58px;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
@media all and (max-height: 800px) {
  header#header .header_inner .header__logo,
  #scroll_header .header_inner .header__logo {
    top: 48px;
  }
}
@media all and (max-width: 1000px) {
  header#header .header_inner .header__logo,
  #scroll_header .header_inner .header__logo {
    top: 30px;
    left: 20px;
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
}
header#header .header_inner .header__logo a,
#scroll_header .header_inner .header__logo a {
  display: block;
}
header#header .header_inner .header__logo a img,
#scroll_header .header_inner .header__logo a img {
  display: block;
  width: 291px;
  height: 70px;
}
@media all and (max-width: 1000px) {
  header#header .header_inner .header__logo a img,
  #scroll_header .header_inner .header__logo a img {
    width: 200px;
    height: 48px;
  }
}
header#header .header_inner .header__lang,
#scroll_header .header_inner .header__lang {
  position: absolute;
  top: 57px;
  right: 45px;
  z-index: 2;
}
@media all and (max-height: 800px) {
  header#header .header_inner .header__lang,
  #scroll_header .header_inner .header__lang {
    top: 47px;
  }
}
@media all and (max-width: 1000px) {
  header#header .header_inner .header__lang,
  #scroll_header .header_inner .header__lang {
    top: 22px;
    top: 22.5px;
    right: 20px;
    z-index: 3;
  }
}
header#header .header_inner .header__lang ul li,
#scroll_header .header_inner .header__lang ul li {
  float: left;
}
header#header .header_inner .header__lang ul li a,
#scroll_header .header_inner .header__lang ul li a,
header#header .header_inner .header__lang ul li span.slash,
#scroll_header .header_inner .header__lang ul li span.slash {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #000000;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.5px;
}
@media all and (max-width: 1000px) {
  header#header .header_inner .header__lang ul li a,
  #scroll_header .header_inner .header__lang ul li a,
  header#header .header_inner .header__lang ul li span.slash,
  #scroll_header .header_inner .header__lang ul li span.slash {
    font-size: 12px;
    line-height: 25px;
  }
}
header#header .header_inner .header__lang ul li a,
#scroll_header .header_inner .header__lang ul li a {
  display: inline-block;
  color: #cccccc;
  padding: 5px;
}
@media all and (max-width: 1000px) {
  header#header .header_inner .header__lang ul li a,
  #scroll_header .header_inner .header__lang ul li a {
    padding: 0;
  }
}
header#header .header_inner .header__lang ul li a.inactive,
#scroll_header .header_inner .header__lang ul li a.inactive {
  pointer-events: none;
}
header#header .header_inner .header__lang ul li a.current,
#scroll_header .header_inner .header__lang ul li a.current {
  color: #000000;
}
.pc header#header .header_inner .header__lang ul li a:hover,
.pc #scroll_header .header_inner .header__lang ul li a:hover {
  color: #000000;
}
header#header .header_inner .header__lang ul li span.slash,
#scroll_header .header_inner .header__lang ul li span.slash {
  display: inline-block;
  padding: 5px 0;
}
@media all and (max-width: 1000px) {
  header#header .header_inner .header__lang ul li span.slash,
  #scroll_header .header_inner .header__lang ul li span.slash {
    padding: 0 4px 0 3px;
  }
}
header#header .header_inner .header__lang ul:after,
#scroll_header .header_inner .header__lang ul:after {
  content: "";
  display: block;
  clear: both;
}
header#header .header_inner .header__nav,
#scroll_header .header_inner .header__nav {
  width: 100%;
  position: absolute;
  bottom: 49px;
  left: 0;
  z-index: 2;
  padding: 0 18%;
}
@media all and (max-height: 800px) {
  header#header .header_inner .header__nav,
  #scroll_header .header_inner .header__nav {
    bottom: 29px;
  }
}
@media all and (min-width: 1830px) {
  header#header .header_inner .header__nav,
  #scroll_header .header_inner .header__nav {
    padding: 0 330px;
  }
}
@media all and (max-width: 1000px) {
  header#header .header_inner .header__nav,
  #scroll_header .header_inner .header__nav {
    bottom: auto;
    top: 119px;
    padding: 0 20px;
  }
}
@media all and (max-width: 400px) {
  header#header .header_inner .header__nav,
  #scroll_header .header_inner .header__nav {
    padding: 0 15px;
  }
}
header#header .header_inner .header__nav ul,
#scroll_header .header_inner .header__nav ul {
  font-size: 0;
  text-align: justify;
  text-justify: distribute-all-lines;
}
@media all and (min-width: 1830px) {
  header#header .header_inner .header__nav ul,
  #scroll_header .header_inner .header__nav ul {
    width: 1170px;
    margin: 0 auto;
  }
}
header#header .header_inner .header__nav ul:after,
#scroll_header .header_inner .header__nav ul:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0;
  line-height: 0;
}
header#header .header_inner .header__nav ul li,
#scroll_header .header_inner .header__nav ul li {
  letter-spacing: normal;
  display: inline-block;
  text-align: center;
}
header#header .header_inner .header__nav ul li a,
#scroll_header .header_inner .header__nav ul li a {
  display: inline-block;
  height: 43px;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #000000;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.5px;
  text-indent: 0.5px;
  text-align: center;
  padding: 11px 14px 0 14px;
  padding: 11.5px 14px 0 14px;
  border: 1px solid transparent;
  border-radius: 15px 15px 15px 15px;
}
@media all and (max-width: 1000px) {
  header#header .header_inner .header__nav ul li a,
  #scroll_header .header_inner .header__nav ul li a {
    height: auto;
    font-size: 14px;
    line-height: 30px;
    color: #cccccc;
    padding: 0;
    border: none;
    border-radius: 0px;
  }
}
header#header .header_inner .header__nav ul li a.current,
#scroll_header .header_inner .header__nav ul li a.current {
  border: 1px solid #000000;
}
@media all and (max-width: 1000px) {
  header#header .header_inner .header__nav ul li a.current,
  #scroll_header .header_inner .header__nav ul li a.current {
    color: #000000;
    border: none;
  }
}
.pc header#header .header_inner .header__nav ul li a:hover,
.pc #scroll_header .header_inner .header__nav ul li a:hover {
  border: 1px solid #000000;
}
@media all and (max-width: 1000px) {
  .pc header#header .header_inner .header__nav ul li a:hover,
  .pc #scroll_header .header_inner .header__nav ul li a:hover {
    color: #000000;
    border: none;
  }
}
#scroll_header {
  width: 100%;
  height: 90px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: #fcfcfa;
}
@media all and (max-width: 1000px) {
  #scroll_header {
    height: 70px;
  }
}
#scroll_header.none {
  display: none;
}
#scroll_header .scroll_header_inner {
  height: 100%;
  position: relative;
}
#scroll_header .scroll_header_inner.none {
  display: none;
}
#scroll_header .scroll_header_inner .scroll_header__back_button {
  position: absolute;
  top: 50%;
  left: 50px;
  z-index: 2;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
@media all and (max-width: 1000px) {
  #scroll_header .scroll_header_inner .scroll_header__back_button {
    left: 20px;
  }
}
#scroll_header .scroll_header_inner .scroll_header__back_button a {
  display: block;
}
@media all and (max-width: 1000px) {
  #scroll_header .scroll_header_inner .scroll_header__back_button a .back_button__arrow_pc {
    display: none;
  }
}
#scroll_header .scroll_header_inner .scroll_header__back_button a .back_button__arrow_sp {
  display: none;
}
@media all and (max-width: 1000px) {
  #scroll_header .scroll_header_inner .scroll_header__back_button a .back_button__arrow_sp {
    display: block;
  }
}
#scroll_header .scroll_header_inner .scroll_header__back_button a img {
  display: block;
  width: 43px;
  height: 43px;
}
@media all and (max-width: 1000px) {
  #scroll_header .scroll_header_inner .scroll_header__back_button a img {
    width: 34px;
    height: 34px;
  }
}
#scroll_header .scroll_header_inner .scroll_header__back_button a img.on {
  display: none;
}
.pc #scroll_header .scroll_header_inner .scroll_header__back_button a:hover img.off {
  display: none;
}
.pc #scroll_header .scroll_header_inner .scroll_header__back_button a:hover img.on {
  display: block;
}
@media all and (max-width: 1000px) {
  #scroll_header .scroll_header_inner .scroll_header__back_button + .scroll_header__current_page {
    display: none;
  }
}
#scroll_header .scroll_header_inner .scroll_header__current_page {
  position: absolute;
  top: 50%;
  left: 133px;
  z-index: 2;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
#scroll_header .scroll_header_inner .scroll_header__current_page.shift {
  left: 50px;
}
@media all and (max-width: 1000px) {
  #scroll_header .scroll_header_inner .scroll_header__current_page.shift {
    left: 20px;
  }
}
#scroll_header .scroll_header_inner .scroll_header__current_page span.border {
  display: inline-block;
  height: 43px;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #000000;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.5px;
  text-indent: 0.5px;
  text-align: center;
  padding: 11px 14px 0 14px;
  padding: 11.5px 14px 0 14px;
  border: 1px solid #000000;
  border-radius: 15px 15px 15px 15px;
}
@media all and (max-width: 1000px) {
  #scroll_header .scroll_header_inner .scroll_header__current_page span.border {
    height: 34px;
    font-size: 14px;
    padding: 9px 10px 0 10px;
    border-radius: 10px 10px 10px 10px;
  }
}
#scroll_header .scroll_header_inner .scroll_header__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
@media all and (max-width: 1000px) {
  #scroll_header .scroll_header_inner .scroll_header__logo {
    display: none;
  }
}
#scroll_header .scroll_header_inner .scroll_header__logo a {
  display: block;
}
#scroll_header .scroll_header_inner .scroll_header__logo a img {
  display: block;
  width: 209px;
  height: 20px;
}
#scroll_header .scroll_header_inner .scroll_header__lang {
  position: absolute;
  top: 50%;
  right: 45px;
  z-index: 2;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
@media all and (max-width: 1000px) {
  #scroll_header .scroll_header_inner .scroll_header__lang {
    right: 15px;
  }
}
#scroll_header .scroll_header_inner .scroll_header__lang ul li {
  float: left;
}
@media all and (max-width: 1000px) {
  #scroll_header .scroll_header_inner .scroll_header__lang ul li:first-child a {
    padding-right: 3px;
  }
}
@media all and (max-width: 1000px) {
  #scroll_header .scroll_header_inner .scroll_header__lang ul li:last-child a {
    padding-left: 4px;
  }
}
#scroll_header .scroll_header_inner .scroll_header__lang ul li a,
#scroll_header .scroll_header_inner .scroll_header__lang ul li span.slash {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #000000;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.5px;
}
@media all and (max-width: 1000px) {
  #scroll_header .scroll_header_inner .scroll_header__lang ul li a,
  #scroll_header .scroll_header_inner .scroll_header__lang ul li span.slash {
    font-size: 12px;
  }
}
#scroll_header .scroll_header_inner .scroll_header__lang ul li a {
  display: inline-block;
  color: #cccccc;
  padding: 5px;
}
#scroll_header .scroll_header_inner .scroll_header__lang ul li a.inactive {
  pointer-events: none;
}
#scroll_header .scroll_header_inner .scroll_header__lang ul li a.current {
  color: #000000;
}
.pc #scroll_header .scroll_header_inner .scroll_header__lang ul li a:hover {
  color: #000000;
}
#scroll_header .scroll_header_inner .scroll_header__lang ul li span.slash {
  display: inline-block;
  padding: 5px 0;
}
#scroll_header .scroll_header_inner .scroll_header__lang ul:after {
  content: "";
  display: block;
  clear: both;
}
#scroll_header .header_inner.none {
  display: none;
}
.contents__posts.news {
  padding: 60px 40px 0 40px;
}
@media all and (max-width: 1000px) {
  .contents__posts.news {
    padding: 30px 20px 0 20px;
  }
}
.contents__posts.news.no_pagination {
  padding-bottom: 70px;
}
@media all and (max-width: 1000px) {
  .contents__posts.news.no_pagination {
    padding-bottom: 40px;
  }
}
.contents__posts.news .posts__post {
  padding: 0 8.8%;
}
@media all and (min-width: 1830px) {
  .contents__posts.news .posts__post {
    width: 1750px;
    margin: 0 auto;
    padding: 0 155px;
  }
}
@media all and (max-width: 1000px) {
  .contents__posts.news .posts__post {
    padding: 0;
  }
}
.contents__posts.news .posts__post a {
  display: block;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.contents__posts.news .posts__post a:before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 60px);
  position: absolute;
  top: 50%;
  left: 90px;
  z-index: 2;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media all and (max-width: 1000px) {
  .contents__posts.news .posts__post a:before {
    height: calc(100% - 40px);
    left: 60px;
  }
}
.contents__posts.news .posts__post a .post__date {
  width: 120px;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
@media all and (max-width: 1000px) {
  .contents__posts.news .posts__post a .post__date {
    width: 80px;
  }
}
.contents__posts.news .posts__post a .post__date .date__top {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #000000;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.5px;
}
@media all and (max-width: 1000px) {
  .contents__posts.news .posts__post a .post__date .date__top {
    font-size: 12px;
    line-height: 24px;
  }
}
.contents__posts.news .posts__post a .post__date .date__bottom {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #000000;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.5px;
  color: #cccccc;
}
@media all and (max-width: 1000px) {
  .contents__posts.news .posts__post a .post__date .date__bottom {
    font-size: 12px;
    line-height: 24px;
  }
}
.contents__posts.news .posts__post a .post__title {
  font-size: 18px;
  line-height: 35px;
  letter-spacing: 0.5px;
  padding: 51px 70px 51px 120px;
}
@media all and (max-width: 1000px) {
  .contents__posts.news .posts__post a .post__title {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.2px;
    padding: 34px 0 34px 80px;
  }
}
.contents__posts.news .posts__post a .post__arrow {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 2;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
@media all and (max-width: 1000px) {
  .contents__posts.news .posts__post a .post__arrow {
    display: none;
  }
}
.contents__posts.news .posts__post a .post__arrow img {
  display: block;
  width: 43px;
  height: 43px;
}
.contents__posts.news .posts__post a .post__arrow img.on {
  display: none;
}
.pc .contents__posts.news .posts__post a:hover .post__date .date__top {
  color: #cccccc;
}
.pc .contents__posts.news .posts__post a:hover .post__title {
  color: #cccccc;
}
.pc .contents__posts.news .posts__post a:hover .post__arrow img.off {
  display: none;
}
.pc .contents__posts.news .posts__post a:hover .post__arrow img.on {
  display: block;
}
.post__password {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}
.post__password .post__password_inner {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.post__password .post__password_inner * {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.5px;
  text-indent: 0.5px;
  text-align: center;
}
.post__password .post__password_inner form {
  width: 200px;
  margin: 0 auto;
}
.post__password .post__password_inner form input {
  height: 29px;
  font-size: 12px !important;
  line-height: 27px;
  text-align: left;
  background: #ffffff;
  border: 1px solid #000000;
  border-radius: 0;
  background-image: none !important;
  -webkit-appearance: none;
  outline: none;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
}
.post__password .post__password_inner form input[type="password"] {
  float: left;
  width: 150px;
  padding: 0 5px;
}
.post__password .post__password_inner form input[type="submit"] {
  float: right;
  width: 40px;
  text-align: center;
  cursor: pointer;
  padding: 0 0 0 1px;
}
.pc .post__password .post__password_inner form input[type="submit"]:hover {
  color: #ffffff;
  background: #000000;
  background-color: #000000;
  -webkit-box-shadow: 0 0 0px 1000px #000000 inset;
}
.post__password .post__password_inner form:after {
  content: "";
  display: block;
  clear: both;
}
body.en .contents__posts.news .posts__post a .post__title {
  font-family: 'Helvetica', 'Roboto', sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 30px;
  padding-top: 52px;
}
@media all and (max-width: 1000px) {
  body.en .contents__posts.news .posts__post a .post__title {
    line-height: 22px;
    letter-spacing: 0.3px;
    padding-top: 34px;
    padding-bottom: 34px;
  }
}
/* 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;
}
/* Slider */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Icons */
}
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('../images/common/slick/fonts/slick.eot');
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
body#top #container main#main #contents .contents__view {
  padding: 30px 40px 0 40px;
}
@media all and (max-width: 1000px) {
  body#top #container main#main #contents .contents__view {
    padding: 30px 20px 0 20px;
  }
}
body#top #container main#main #contents .contents__view ul.view__slide_images {
  height: 500px;
}
body#top #container main#main #contents .contents__view ul.view__slide_images .slick-list,
body#top #container main#main #contents .contents__view ul.view__slide_images .slick-track,
body#top #container main#main #contents .contents__view ul.view__slide_images .slick-slide,
body#top #container main#main #contents .contents__view ul.view__slide_images .slick-slide > div {
  height: 100%;
}
body#top #container main#main #contents .contents__view ul.view__slide_images li.slide_images__slide_image {
  height: 100%;
}
body#top #container main#main #contents .contents__view ul.view__slide_images li.slide_images__slide_image .slide_image__image {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
body#top #container main#main #contents .contents__introduction {
  padding: 71px 40px 88px 40px;
}
@media all and (max-width: 1000px) {
  body#top #container main#main #contents .contents__introduction {
    padding: 42px 20px 52px 20px;
  }
}
body#top #container main#main #contents .contents__introduction .contents__introduction_inner {
  padding: 0 8.8%;
}
@media all and (min-width: 1830px) {
  body#top #container main#main #contents .contents__introduction .contents__introduction_inner {
    width: 1750px;
    margin: 0 auto;
    padding: 0 155px;
  }
}
@media all and (max-width: 1000px) {
  body#top #container main#main #contents .contents__introduction .contents__introduction_inner {
    padding: 0;
  }
}
body#top #container main#main #contents .contents__introduction .contents__introduction_inner .introduction__headline {
  font-size: 24px;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: 0.8px;
}
@media all and (max-width: 1000px) {
  body#top #container main#main #contents .contents__introduction .contents__introduction_inner .introduction__headline {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.5px;
  }
}
body#top #container main#main #contents .contents__introduction .contents__introduction_inner .introduction__headline br {
  display: none;
}
@media all and (max-width: 480px) {
  body#top #container main#main #contents .contents__introduction .contents__introduction_inner .introduction__headline br {
    display: block;
  }
}
body#top #container main#main #contents .contents__introduction .contents__introduction_inner .introduction__description {
  font-size: 18px;
  line-height: 35px;
  letter-spacing: 0.5px;
  text-align: justify;
  padding-top: 42px;
}
@media all and (max-width: 1000px) {
  body#top #container main#main #contents .contents__introduction .contents__introduction_inner .introduction__description {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.2px;
    padding-top: 17px;
  }
}
body#top #container main#main #contents .contents__posts_headline {
  padding: 0 40px 38px 40px;
}
@media all and (max-width: 1000px) {
  body#top #container main#main #contents .contents__posts_headline {
    padding: 0 20px 28px 20px;
  }
}
body#top #container main#main #contents .contents__posts_headline .contents__posts_headline_inner {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #000000;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 0 8.8%;
}
@media all and (min-width: 1830px) {
  body#top #container main#main #contents .contents__posts_headline .contents__posts_headline_inner {
    width: 1750px;
    margin: 0 auto;
    padding: 0 155px;
  }
}
@media all and (max-width: 1000px) {
  body#top #container main#main #contents .contents__posts_headline .contents__posts_headline_inner {
    font-size: 14px;
    padding: 0;
  }
}
body#top #container main#main #contents .contents__posts.news {
  padding-top: 0;
}
body#top.en #container main#main #contents .contents__introduction {
  padding-top: 73px;
  padding-bottom: 89px;
}
@media all and (max-width: 1000px) {
  body#top.en #container main#main #contents .contents__introduction {
    padding-top: 45px;
    padding-bottom: 53px;
  }
}
body#top.en #container main#main #contents .contents__introduction .contents__introduction_inner .introduction__headline {
  font-family: 'Helvetica', 'Roboto', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-weight: bold;
  line-height: 34px;
  letter-spacing: 0.5px;
}
@media all and (max-width: 1000px) {
  body#top.en #container main#main #contents .contents__introduction .contents__introduction_inner .introduction__headline {
    line-height: 25px;
    letter-spacing: 0.3px;
  }
}
body#top.en #container main#main #contents .contents__introduction .contents__introduction_inner .introduction__description {
  font-family: 'Helvetica', 'Roboto', sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 30px;
  text-align: left;
  padding-top: 44px;
}
@media all and (max-width: 1000px) {
  body#top.en #container main#main #contents .contents__introduction .contents__introduction_inner .introduction__description {
    line-height: 22px;
    letter-spacing: 0.3px;
    padding-top: 18px;
  }
}
body#project #container main#main #contents .contents__view .view__image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
body#project #container main#main #contents .contents__view .view__image:before {
  content: "";
  display: block;
  padding-top: 30%;
}
@media all and (max-width: 1000px) {
  body#project #container main#main #contents .contents__view .view__image:before {
    padding-top: 40%;
  }
}
body#project #container main#main #contents .contents__introduction {
  padding: 61px 40px 81px 40px;
}
@media all and (max-width: 1000px) {
  body#project #container main#main #contents .contents__introduction {
    padding: 32px 20px 44px 20px;
  }
}
body#project #container main#main #contents .contents__introduction .contents__introduction_inner {
  padding: 0 8.8%;
}
@media all and (min-width: 1830px) {
  body#project #container main#main #contents .contents__introduction .contents__introduction_inner {
    width: 1750px;
    margin: 0 auto;
    padding: 0 155px;
  }
}
@media all and (max-width: 1000px) {
  body#project #container main#main #contents .contents__introduction .contents__introduction_inner {
    padding: 0;
  }
}
body#project #container main#main #contents .contents__introduction .contents__introduction_inner .introduction__headline {
  font-size: 24px;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: 0.8px;
  padding-left: 120px;
}
@media all and (max-width: 1000px) {
  body#project #container main#main #contents .contents__introduction .contents__introduction_inner .introduction__headline {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.5px;
    padding-left: 0;
  }
}
body#project #container main#main #contents .contents__introduction .contents__introduction_inner .introduction__description {
  font-size: 18px;
  line-height: 35px;
  letter-spacing: 0.5px;
  text-align: justify;
  padding: 42px 0 0 120px;
}
@media all and (max-width: 1000px) {
  body#project #container main#main #contents .contents__introduction .contents__introduction_inner .introduction__description {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.2px;
    padding: 17px 0 0 0;
  }
}
body#project #container main#main #contents .contents__posts {
  padding-bottom: 30px;
}
@media all and (max-width: 1000px) {
  body#project #container main#main #contents .contents__posts {
    padding-bottom: 30px;
  }
}
body#project #container main#main #contents .contents__posts .posts__post {
  padding: 0 40px 0 40px;
}
@media all and (min-width: 1830px) {
  body#project #container main#main #contents .contents__posts .posts__post {
    width: 1830px;
    margin: 0 auto;
  }
}
@media all and (max-width: 1000px) {
  body#project #container main#main #contents .contents__posts .posts__post {
    padding: 0 20px;
  }
}
body#project #container main#main #contents .contents__posts .posts__post a {
  display: block;
  padding: 30px 0 22px 8.8%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
@media all and (min-width: 1830px) {
  body#project #container main#main #contents .contents__posts .posts__post a {
    padding-left: 155px;
  }
}
@media all and (max-width: 1000px) {
  body#project #container main#main #contents .contents__posts .posts__post a {
    padding: 27px 0 24px 0;
  }
}
body#project #container main#main #contents .contents__posts .posts__post a .post__number {
  width: 8.8%;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #000000;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0px;
  text-align: center;
  position: absolute;
  top: 62px;
  left: 0;
  z-index: 2;
}
@media all and (min-width: 1830px) {
  body#project #container main#main #contents .contents__posts .posts__post a .post__number {
    width: 155px;
  }
}
@media all and (max-width: 1000px) {
  body#project #container main#main #contents .contents__posts .posts__post a .post__number {
    width: auto;
    font-size: 22px;
    text-align: left;
    position: static;
    top: auto;
    left: auto;
    z-index: auto;
  }
}
body#project #container main#main #contents .contents__posts .posts__post a .post__info {
  float: left;
  width: 74%;
  padding: 32px 120px 0 120px;
}
@media all and (max-width: 1000px) {
  body#project #container main#main #contents .contents__posts .posts__post a .post__info {
    float: none;
    width: 100%;
    padding: 11px 0 0 0;
  }
}
body#project #container main#main #contents .contents__posts .posts__post a .post__info .info__title .title__en {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #000000;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.5px;
}
@media all and (max-width: 1000px) {
  body#project #container main#main #contents .contents__posts .posts__post a .post__info .info__title .title__en {
    font-size: 18px;
    line-height: 25px;
  }
}
body#project #container main#main #contents .contents__posts .posts__post a .post__info .info__title .title__jp {
  font-size: 14px;
  font-weight: bold;
  line-height: 26px;
  letter-spacing: 0.5px;
  padding-top: 1px;
}
@media all and (max-width: 1000px) {
  body#project #container main#main #contents .contents__posts .posts__post a .post__info .info__title .title__jp {
    font-size: 13px;
    line-height: 25px;
    letter-spacing: 0.2px;
    padding-top: 0;
  }
}
body#project #container main#main #contents .contents__posts .posts__post a .post__info .info__description {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.5px;
  text-align: justify;
  padding-top: 26px;
}
@media all and (max-width: 1000px) {
  body#project #container main#main #contents .contents__posts .posts__post a .post__info .info__description {
    display: none;
  }
}
body#project #container main#main #contents .contents__posts .posts__post a .post__thumbnail {
  float: right;
  width: 26%;
  padding-bottom: 8px;
}
@media all and (max-width: 1000px) {
  body#project #container main#main #contents .contents__posts .posts__post a .post__thumbnail {
    float: none;
    width: 100%;
    padding: 24px 60px 0 60px;
  }
}
body#project #container main#main #contents .contents__posts .posts__post a .post__thumbnail .thumbnail__image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
body#project #container main#main #contents .contents__posts .posts__post a .post__thumbnail .thumbnail__image:before {
  content: "";
  display: block;
  padding-top: 100%;
}
body#project #container main#main #contents .contents__posts .posts__post a .post__description_sp {
  display: none;
}
@media all and (max-width: 1000px) {
  body#project #container main#main #contents .contents__posts .posts__post a .post__description_sp {
    display: block;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.2px;
    text-align: justify;
    padding-top: 14px;
  }
}
body#project #container main#main #contents .contents__posts .posts__post a:after {
  content: "";
  display: block;
  clear: both;
}
@media all and (max-width: 1000px) {
  body#project #container main#main #contents .contents__posts .posts__post a:after {
    display: none;
  }
}
.pc body#project #container main#main #contents .contents__posts .posts__post a:hover .post__number {
  color: #cccccc;
}
.pc body#project #container main#main #contents .contents__posts .posts__post a:hover .post__info .info__title .title__en {
  color: #cccccc;
}
.pc body#project #container main#main #contents .contents__posts .posts__post a:hover .post__info .info__title .title__jp {
  color: #cccccc;
}
.pc body#project #container main#main #contents .contents__posts .posts__post a:hover .post__info .info__description {
  color: #cccccc;
}
.pc body#project #container main#main #contents .contents__posts .posts__post a:hover .post__thumbnail {
  -webkit-filter: url(#duotone_gray);
  -moz-filter: url(#duotone_gray);
  -o-filter: url(#duotone_gray);
  -ms-filter: url(#duotone_gray);
  filter: url(#duotone_gray);
}
.pc body#project #container main#main #contents .contents__posts .posts__post a:hover .post__description_sp {
  color: #cccccc;
}
body#project.en #container main#main #contents .contents__introduction {
  padding-top: 63px;
  padding-bottom: 81px;
}
@media all and (max-width: 1000px) {
  body#project.en #container main#main #contents .contents__introduction {
    padding-top: 35px;
    padding-bottom: 44px;
  }
}
body#project.en #container main#main #contents .contents__introduction .contents__introduction_inner .introduction__headline {
  font-family: 'Helvetica', 'Roboto', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-weight: bold;
  line-height: 34px;
  letter-spacing: 0.5px;
}
@media all and (max-width: 1000px) {
  body#project.en #container main#main #contents .contents__introduction .contents__introduction_inner .introduction__headline {
    line-height: 25px;
    letter-spacing: 0.3px;
  }
}
body#project.en #container main#main #contents .contents__introduction .contents__introduction_inner .introduction__description {
  font-family: 'Helvetica', 'Roboto', sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 30px;
  text-align: left;
  padding-top: 44px;
}
@media all and (max-width: 1000px) {
  body#project.en #container main#main #contents .contents__introduction .contents__introduction_inner .introduction__description {
    line-height: 22px;
    letter-spacing: 0.3px;
    padding-top: 18px;
  }
}
@media all and (max-width: 1000px) {
  body#project.en #container main#main #contents .contents__posts .posts__post a {
    padding-bottom: 25px;
  }
}
body#project.en #container main#main #contents .contents__posts .posts__post a .post__info .info__description {
  font-family: 'Helvetica', 'Roboto', sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 28px;
  text-align: left;
  padding-top: 24px;
}
@media all and (max-width: 1000px) {
  body#project.en #container main#main #contents .contents__posts .posts__post a .post__description_sp {
    font-family: 'Helvetica', 'Roboto', sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: left;
    line-height: 22px;
    letter-spacing: 0.3px;
    padding-top: 15px;
  }
}
body#project_single #container main#main #contents .contents__post .post__view .view__image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
body#project_single #container main#main #contents .contents__post .post__view .view__image:before {
  content: "";
  display: block;
  padding-top: 40%;
}
@media all and (max-width: 1000px) {
  body#project_single #container main#main #contents .contents__post .post__view .view__image:before {
    padding-top: 50%;
  }
}
body#project_single #container main#main #contents .contents__post .post__head {
  padding: 51px 40px 0 40px;
}
@media all and (max-width: 1000px) {
  body#project_single #container main#main #contents .contents__post .post__head {
    padding: 27px 20px 0 20px;
  }
}
body#project_single #container main#main #contents .contents__post .post__head .post__head_inner {
  padding: 0 8.8%;
  position: relative;
}
@media all and (min-width: 1830px) {
  body#project_single #container main#main #contents .contents__post .post__head .post__head_inner {
    width: 1750px;
    margin: 0 auto;
    padding: 0 155px;
  }
}
@media all and (max-width: 1000px) {
  body#project_single #container main#main #contents .contents__post .post__head .post__head_inner {
    padding: 0;
  }
}
body#project_single #container main#main #contents .contents__post .post__head .post__head_inner .head__number {
  width: 120px;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #000000;
  font-size: 50px;
  line-height: 1;
  letter-spacing: 0px;
  position: absolute;
  top: 1px;
  left: 8.8%;
  z-index: 2;
}
@media all and (min-width: 1830px) {
  body#project_single #container main#main #contents .contents__post .post__head .post__head_inner .head__number {
    left: 155px;
  }
}
@media all and (max-width: 1000px) {
  body#project_single #container main#main #contents .contents__post .post__head .post__head_inner .head__number {
    width: auto;
    font-size: 22px;
    position: static;
    top: auto;
    left: auto;
    z-index: auto;
  }
}
body#project_single #container main#main #contents .contents__post .post__head .post__head_inner .head__title {
  font-family: 'Montserrat', '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: 0.5px;
  padding-left: 120px;
}
@media all and (max-width: 1000px) {
  body#project_single #container main#main #contents .contents__post .post__head .post__head_inner .head__title {
    font-size: 18px;
    line-height: 25px;
    padding: 11px 0 0 0;
  }
}
body#project_single #container main#main #contents .contents__post .post__contents {
  padding: 0 40px;
}
@media all and (max-width: 1000px) {
  body#project_single #container main#main #contents .contents__post .post__contents {
    padding: 0 20px;
  }
}
body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents {
  padding: 0 8.8%;
}
@media all and (min-width: 1830px) {
  body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents {
    width: 1750px;
    margin: 0 auto;
    padding: 0 155px;
  }
}
@media all and (max-width: 1000px) {
  body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents {
    padding: 0;
  }
}
body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_introduction .flexible_contents__flexible_content_inner .flexible_content__headline {
  font-size: 18px;
  font-weight: bold;
  line-height: 35px;
  letter-spacing: 0.5px;
  padding: 0 0 45px 120px;
}
@media all and (max-width: 1000px) {
  body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_introduction .flexible_contents__flexible_content_inner .flexible_content__headline {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.2px;
    padding: 0 0 25px 0;
  }
}
body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_introduction .flexible_contents__flexible_content_inner .flexible_content__description,
body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_introduction .flexible_contents__flexible_content_inner .flexible_content__description * {
  font-size: 18px;
  line-height: 35px;
  letter-spacing: 0.5px;
  text-align: justify;
}
@media all and (max-width: 1000px) {
  body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_introduction .flexible_contents__flexible_content_inner .flexible_content__description,
  body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_introduction .flexible_contents__flexible_content_inner .flexible_content__description * {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.2px;
  }
}
body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_introduction .flexible_contents__flexible_content_inner .flexible_content__description {
  padding-left: 120px;
}
@media all and (max-width: 1000px) {
  body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_introduction .flexible_contents__flexible_content_inner .flexible_content__description {
    padding-left: 0;
  }
}
body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_introduction .flexible_contents__flexible_content_inner .flexible_content__description a {
  padding-bottom: 5px;
  border-bottom: 1px solid #cccccc;
}
@media all and (max-width: 1000px) {
  body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_introduction .flexible_contents__flexible_content_inner .flexible_content__description a {
    padding-bottom: 4px;
  }
}
.pc body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_introduction .flexible_contents__flexible_content_inner .flexible_content__description a:hover {
  border-bottom: 1px solid transparent;
}
body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_service {
  padding-top: 31px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media all and (max-width: 1000px) {
  body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_service {
    padding-top: 24px;
  }
}
body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_service .flexible_contents__flexible_content_inner {
  padding-left: 120px;
}
@media all and (max-width: 1000px) {
  body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_service .flexible_contents__flexible_content_inner {
    padding-left: 0;
  }
}
body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_service .flexible_contents__flexible_content_inner .flexible_content__headline {
  font-size: 18px;
  font-weight: bold;
  line-height: 35px;
  letter-spacing: 0.5px;
  padding-bottom: 15px;
}
@media all and (max-width: 1000px) {
  body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_service .flexible_contents__flexible_content_inner .flexible_content__headline {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.2px;
    padding-bottom: 10px;
  }
}
body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_service .flexible_contents__flexible_content_inner .flexible_content__description,
body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_service .flexible_contents__flexible_content_inner .flexible_content__description * {
  font-size: 18px;
  line-height: 35px;
  letter-spacing: 0.5px;
  text-align: justify;
}
@media all and (max-width: 1000px) {
  body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_service .flexible_contents__flexible_content_inner .flexible_content__description,
  body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_service .flexible_contents__flexible_content_inner .flexible_content__description * {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.2px;
  }
}
body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_service .flexible_contents__flexible_content_inner .flexible_content__description a {
  padding-bottom: 5px;
  border-bottom: 1px solid #cccccc;
}
@media all and (max-width: 1000px) {
  body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_service .flexible_contents__flexible_content_inner .flexible_content__description a {
    padding-bottom: 4px;
  }
}
.pc body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_service .flexible_contents__flexible_content_inner .flexible_content__description a:hover {
  border-bottom: 1px solid transparent;
}
body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_service .flexible_contents__flexible_content_inner ul.flexible_content__slide_images {
  font-size: 0;
  margin-top: 31px;
}
@media all and (max-width: 1000px) {
  body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_service .flexible_contents__flexible_content_inner ul.flexible_content__slide_images {
    margin-top: 24px;
  }
}
body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_service .flexible_contents__flexible_content_inner ul.flexible_content__slide_images .slick-slide {
  height: auto;
}
body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_service .flexible_contents__flexible_content_inner ul.flexible_content__slide_images li.slide_images__slide_image .slide_image__image img {
  display: block;
  width: 100%;
  height: auto;
}
body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_service .flexible_contents__flexible_content_inner ul.flexible_content__slide_images li.slide_images__slide_image .slide_image__caption,
body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_service .flexible_contents__flexible_content_inner ul.flexible_content__slide_images li.slide_images__slide_image .slide_image__caption * {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.5px;
}
body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_service .flexible_contents__flexible_content_inner ul.flexible_content__slide_images li.slide_images__slide_image .slide_image__caption {
  min-height: 63px;
  padding: 16px 0 27px 0;
}
@media all and (max-width: 1000px) {
  body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_service .flexible_contents__flexible_content_inner ul.flexible_content__slide_images li.slide_images__slide_image .slide_image__caption {
    min-height: 47px;
    padding: 16px 90px 11px 0;
  }
}
body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_service .flexible_contents__flexible_content_inner ul.flexible_content__slide_images li.slide_images__slide_image .slide_image__caption a {
  padding-bottom: 3px;
  border-bottom: 1px solid #cccccc;
}
.pc body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_service .flexible_contents__flexible_content_inner ul.flexible_content__slide_images li.slide_images__slide_image .slide_image__caption a:hover {
  border-bottom: 1px solid transparent;
}
body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_service .flexible_contents__flexible_content_inner ul.flexible_content__slide_images li.slide_images__slide_image .slide_image__number {
  width: 76px;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #000000;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0px;
  text-indent: 1px;
  text-align: center;
  position: absolute;
  bottom: 7px;
  bottom: 6.5px;
  right: 0;
  z-index: 1;
}
@media all and (max-width: 1000px) {
  body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_service .flexible_contents__flexible_content_inner ul.flexible_content__slide_images li.slide_images__slide_image .slide_image__number {
    width: 70px;
    font-size: 16px;
    bottom: 4px;
    bottom: 3.5px;
  }
}
body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_service .flexible_contents__flexible_content_inner ul.flexible_content__slide_images button.slick-arrow {
  width: 33px;
  height: 33px;
  font-size: 0;
  line-height: 1;
  cursor: pointer;
  outline: none;
  background: none;
  top: auto;
  bottom: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  margin: 0;
  padding: 0;
  opacity: 1;
  position: absolute;
  z-index: 10;
  background: transparent;
  touch-action: manipulation;
}
@media all and (max-width: 1000px) {
  body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_service .flexible_contents__flexible_content_inner ul.flexible_content__slide_images button.slick-arrow {
    width: 31px;
    height: 31px;
    bottom: -4px;
  }
}
body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_service .flexible_contents__flexible_content_inner ul.flexible_content__slide_images button.slick-arrow:before,
body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_service .flexible_contents__flexible_content_inner ul.flexible_content__slide_images button.slick-arrow:after {
  content: "";
  display: block;
  width: 33px;
  height: 33px;
  font-size: 0;
  line-height: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 13px 13px;
}
@media all and (max-width: 1000px) {
  body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_service .flexible_contents__flexible_content_inner ul.flexible_content__slide_images button.slick-arrow:before,
  body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_service .flexible_contents__flexible_content_inner ul.flexible_content__slide_images button.slick-arrow:after {
    width: 31px;
    height: 31px;
    background-size: 11px 11px;
  }
}
body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_service .flexible_contents__flexible_content_inner ul.flexible_content__slide_images button.slick-arrow:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
}
body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_service .flexible_contents__flexible_content_inner ul.flexible_content__slide_images button.slick-arrow.slick-prev {
  left: auto;
  right: 53px;
}
@media all and (max-width: 1000px) {
  body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_service .flexible_contents__flexible_content_inner ul.flexible_content__slide_images button.slick-arrow.slick-prev {
    right: 49px;
  }
}
body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_service .flexible_contents__flexible_content_inner ul.flexible_content__slide_images button.slick-arrow.slick-prev:before {
  background-image: url("../images/slide-arrow-prev-black.svg");
}
body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_service .flexible_contents__flexible_content_inner ul.flexible_content__slide_images button.slick-arrow.slick-prev:after {
  background-image: url("../images/slide-arrow-prev-gray.svg");
}
body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_service .flexible_contents__flexible_content_inner ul.flexible_content__slide_images button.slick-arrow.slick-next {
  right: -10px;
}
body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_service .flexible_contents__flexible_content_inner ul.flexible_content__slide_images button.slick-arrow.slick-next:before {
  background-image: url("../images/slide-arrow-next-black.svg");
}
body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_service .flexible_contents__flexible_content_inner ul.flexible_content__slide_images button.slick-arrow.slick-next:after {
  background-image: url("../images/slide-arrow-next-gray.svg");
}
.pc body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_service .flexible_contents__flexible_content_inner ul.flexible_content__slide_images button.slick-arrow:hover:before {
  opacity: 0;
}
.pc body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_service .flexible_contents__flexible_content_inner ul.flexible_content__slide_images button.slick-arrow:hover:after {
  opacity: 1;
}
body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_service .flexible_contents__flexible_content_inner ul.flexible_content__slide_images.length_1 li.slide_images__slide_image .slide_image__caption {
  min-height: 0;
  padding-bottom: 5px;
}
@media all and (max-width: 1000px) {
  body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_service .flexible_contents__flexible_content_inner ul.flexible_content__slide_images.length_1 li.slide_images__slide_image .slide_image__caption {
    padding-bottom: 2px;
    padding-right: 0;
  }
}
body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_service .flexible_contents__flexible_content_inner ul.flexible_content__slide_images.length_1 li.slide_images__slide_image .slide_image__caption.no_caption {
  min-height: 9px;
  padding: 0;
}
@media all and (max-width: 1000px) {
  body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_service .flexible_contents__flexible_content_inner ul.flexible_content__slide_images.length_1 li.slide_images__slide_image .slide_image__caption.no_caption {
    min-height: 6px;
  }
}
body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_service .flexible_contents__flexible_content_inner ul.flexible_content__slide_images.length_1 li.slide_images__slide_image .slide_image__number {
  display: none !important;
}
body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_service .flexible_contents__flexible_content_inner ul.flexible_content__slide_images.length_1 button.slick-arrow {
  display: none !important;
}
body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_service.no_text {
  padding-top: 40px;
}
@media all and (max-width: 1000px) {
  body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_service.no_text {
    padding-top: 30px;
  }
}
body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_service.no_text ul.flexible_content__slide_images {
  margin-top: 0;
}
body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_profile {
  padding-top: 31px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media all and (max-width: 1000px) {
  body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_profile {
    padding-top: 26px;
  }
}
body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_profile.no_banner_headline {
  padding-top: 40px;
}
@media all and (max-width: 1000px) {
  body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_profile.no_banner_headline {
    padding-top: 30px;
  }
}
body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_profile.no_banner_headline .flexible_contents__flexible_content_inner .flexible_content__profile {
  padding-top: 0;
}
body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner {
  padding-left: 120px;
}
@media all and (max-width: 1000px) {
  body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner {
    padding-left: 0;
  }
}
body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner .flexible_content__banner_headline {
  font-size: 18px;
  font-weight: bold;
  line-height: 35px;
  letter-spacing: 0.5px;
}
@media all and (max-width: 1000px) {
  body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner .flexible_content__banner_headline {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.2px;
  }
}
body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner .flexible_content__profile {
  padding-top: 31px;
}
@media all and (max-width: 1000px) {
  body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner .flexible_content__profile {
    padding-top: 26px;
  }
}
@media all and (max-width: 1000px) {
  body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner .flexible_content__profile.no_image {
    padding-top: 19px;
  }
}
body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner .flexible_content__profile.no_image .flexible_content__info {
  float: none;
  width: 100%;
  padding-left: 0;
}
@media all and (max-width: 1000px) {
  body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner .flexible_content__profile.no_image .flexible_content__info {
    padding-top: 0;
  }
}
body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner .flexible_content__profile.no_image:after {
  display: none;
}
body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner .flexible_content__profile .flexible_content__image {
  float: left;
  width: 33%;
  padding-bottom: 17px;
}
@media all and (max-width: 1000px) {
  body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner .flexible_content__profile .flexible_content__image {
    float: none;
    width: 100%;
    padding: 0 60px 0 60px;
  }
}
body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner .flexible_content__profile .flexible_content__image img {
  display: block;
  width: 100%;
  height: auto;
}
body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner .flexible_content__profile .flexible_content__info {
  float: right;
  width: 67%;
  position: relative;
  top: -9px;
  padding-left: 10%;
}
@media all and (min-width: 1830px) {
  body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner .flexible_content__profile .flexible_content__info {
    padding-left: 130px;
  }
}
@media all and (max-width: 1000px) {
  body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner .flexible_content__profile .flexible_content__info {
    float: none;
    width: 100%;
    position: static;
    top: auto;
    padding: 24px 0 0 0;
  }
}
body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner .flexible_content__profile .flexible_content__info .info__headline {
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 0.5px;
  padding-bottom: 30px;
}
@media all and (max-width: 1000px) {
  body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner .flexible_content__profile .flexible_content__info .info__headline {
    line-height: 25px;
    letter-spacing: 0.2px;
    padding-bottom: 10px;
  }
}
body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner .flexible_content__profile .flexible_content__info .info__description,
body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner .flexible_content__profile .flexible_content__info .info__description * {
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.5px;
  text-align: justify;
}
@media all and (max-width: 1000px) {
  body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner .flexible_content__profile .flexible_content__info .info__description,
  body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner .flexible_content__profile .flexible_content__info .info__description * {
    line-height: 25px;
    letter-spacing: 0.2px;
  }
}
body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner .flexible_content__profile .flexible_content__info .info__description a {
  padding-bottom: 4px;
  border-bottom: 1px solid #cccccc;
}
.pc body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner .flexible_content__profile .flexible_content__info .info__description a:hover {
  border-bottom: 1px solid transparent;
}
body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner .flexible_content__profile:after {
  content: "";
  display: block;
  clear: both;
}
@media all and (max-width: 1000px) {
  body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner .flexible_content__profile:after {
    display: none;
  }
}
body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_information {
  padding-top: 32px;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}
@media all and (max-width: 1000px) {
  body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_information {
    padding-top: 25px;
  }
}
body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_information .flexible_contents__flexible_content_inner {
  padding-left: 120px;
}
@media all and (max-width: 1000px) {
  body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_information .flexible_contents__flexible_content_inner {
    padding-left: 0;
  }
}
@media all and (max-width: 1000px) {
  body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_information .flexible_contents__flexible_content_inner dl {
    padding-top: 20px;
  }
}
@media all and (max-width: 1000px) {
  body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_information .flexible_contents__flexible_content_inner dl:first-child {
    padding-top: 0;
  }
}
body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_information .flexible_contents__flexible_content_inner dl dt {
  float: left;
  width: 120px;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #000000;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0px;
  padding: 5px 20px 0 0;
}
@media all and (max-width: 1000px) {
  body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_information .flexible_contents__flexible_content_inner dl dt {
    float: none;
    width: 100%;
    padding: 0 0 3px 0;
  }
}
body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_information .flexible_contents__flexible_content_inner dl dd,
body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_information .flexible_contents__flexible_content_inner dl dd * {
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.5px;
}
@media all and (max-width: 1000px) {
  body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_information .flexible_contents__flexible_content_inner dl dd,
  body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_information .flexible_contents__flexible_content_inner dl dd * {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.2px;
  }
}
body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_information .flexible_contents__flexible_content_inner dl dd {
  float: right;
  width: calc(100% - 120px);
}
@media all and (max-width: 1000px) {
  body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_information .flexible_contents__flexible_content_inner dl dd {
    float: none;
    width: 100%;
  }
}
body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_information .flexible_contents__flexible_content_inner dl dd a {
  padding-bottom: 4px;
  border-bottom: 1px solid #cccccc;
}
.pc body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_information .flexible_contents__flexible_content_inner dl dd a:hover {
  border-bottom: 1px solid transparent;
}
body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_information .flexible_contents__flexible_content_inner dl:after {
  content: "";
  display: block;
  clear: both;
}
@media all and (max-width: 1000px) {
  body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_information .flexible_contents__flexible_content_inner dl:after {
    display: none;
  }
}
body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content:first-child.top_rough {
  padding-top: 61px;
}
@media all and (max-width: 1000px) {
  body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content:first-child.top_rough {
    padding-top: 38px;
  }
}
body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content:first-child.layout_service {
  padding-top: 61px;
  border-top: none;
}
@media all and (max-width: 1000px) {
  body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content:first-child.layout_service {
    padding-top: 38px;
  }
}
body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content:last-child.layout_introduction {
  padding-bottom: 171px;
}
@media all and (max-width: 1000px) {
  body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content:last-child.layout_introduction {
    padding-bottom: 54px;
  }
}
body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content:last-child.layout_information {
  padding-bottom: 172px;
}
@media all and (max-width: 1000px) {
  body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content:last-child.layout_information {
    padding-bottom: 54px;
  }
}
body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.bottom_rough + .top_flat {
  margin-top: 71px;
}
@media all and (max-width: 1000px) {
  body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.bottom_rough + .top_flat {
    margin-top: 34px;
  }
}
body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_profile + .top_flat {
  margin-top: 63px;
}
@media all and (max-width: 1000px) {
  body#project_single #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_profile + .top_flat {
    margin-top: 34px;
  }
}
body#project_single.en #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_introduction .flexible_contents__flexible_content_inner .flexible_content__headline {
  font-family: 'Helvetica', 'Roboto', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
  text-align: left;
  padding-bottom: 35px;
}
@media all and (max-width: 1000px) {
  body#project_single.en #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_introduction .flexible_contents__flexible_content_inner .flexible_content__headline {
    line-height: 22px;
    letter-spacing: 0.3px;
    padding-bottom: 22px;
  }
}
body#project_single.en #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_introduction .flexible_contents__flexible_content_inner .flexible_content__description,
body#project_single.en #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_introduction .flexible_contents__flexible_content_inner .flexible_content__description * {
  font-family: 'Helvetica', 'Roboto', sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 30px;
  text-align: left;
}
@media all and (max-width: 1000px) {
  body#project_single.en #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_introduction .flexible_contents__flexible_content_inner .flexible_content__description,
  body#project_single.en #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_introduction .flexible_contents__flexible_content_inner .flexible_content__description * {
    line-height: 22px;
    letter-spacing: 0.3px;
  }
}
body#project_single.en #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_introduction .flexible_contents__flexible_content_inner .flexible_content__description a {
  padding-bottom: 2px;
}
body#project_single.en #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_service {
  padding-top: 32px;
}
@media all and (max-width: 1000px) {
  body#project_single.en #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_service {
    padding-top: 23px;
  }
}
body#project_single.en #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_service .flexible_contents__flexible_content_inner .flexible_content__headline {
  font-family: 'Helvetica', 'Roboto', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
  text-align: left;
  padding-bottom: 20px;
}
@media all and (max-width: 1000px) {
  body#project_single.en #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_service .flexible_contents__flexible_content_inner .flexible_content__headline {
    line-height: 22px;
    letter-spacing: 0.3px;
    padding-bottom: 11px;
  }
}
body#project_single.en #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_service .flexible_contents__flexible_content_inner .flexible_content__description,
body#project_single.en #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_service .flexible_contents__flexible_content_inner .flexible_content__description * {
  font-family: 'Helvetica', 'Roboto', sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 30px;
  text-align: left;
}
@media all and (max-width: 1000px) {
  body#project_single.en #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_service .flexible_contents__flexible_content_inner .flexible_content__description,
  body#project_single.en #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_service .flexible_contents__flexible_content_inner .flexible_content__description * {
    line-height: 22px;
    letter-spacing: 0.3px;
  }
}
body#project_single.en #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_service .flexible_contents__flexible_content_inner .flexible_content__description a {
  padding-bottom: 2px;
}
@media all and (max-width: 1000px) {
  body#project_single.en #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_service .flexible_contents__flexible_content_inner .flexible_content__description a {
    padding-bottom: 1px;
  }
}
@media all and (max-width: 1000px) {
  body#project_single.en #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_service .flexible_contents__flexible_content_inner ul.flexible_content__slide_images {
    margin-top: 25px;
  }
}
body#project_single.en #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_service .flexible_contents__flexible_content_inner ul.flexible_content__slide_images li.slide_images__slide_image .slide_image__caption,
body#project_single.en #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_service .flexible_contents__flexible_content_inner ul.flexible_content__slide_images li.slide_images__slide_image .slide_image__caption * {
  font-family: 'Helvetica', 'Roboto', sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 18px;
}
body#project_single.en #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_service .flexible_contents__flexible_content_inner ul.flexible_content__slide_images li.slide_images__slide_image .slide_image__caption {
  min-height: 61px;
}
@media all and (max-width: 1000px) {
  body#project_single.en #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_service .flexible_contents__flexible_content_inner ul.flexible_content__slide_images li.slide_images__slide_image .slide_image__caption {
    min-height: 46px;
  }
}
body#project_single.en #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_service .flexible_contents__flexible_content_inner ul.flexible_content__slide_images li.slide_images__slide_image .slide_image__caption a {
  padding-bottom: 0;
}
body#project_single.en #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_service .flexible_contents__flexible_content_inner ul.flexible_content__slide_images.length_1 li.slide_images__slide_image .slide_image__caption {
  min-height: 0;
  padding-bottom: 4px;
}
@media all and (max-width: 1000px) {
  body#project_single.en #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_service .flexible_contents__flexible_content_inner ul.flexible_content__slide_images.length_1 li.slide_images__slide_image .slide_image__caption {
    padding-bottom: 2px;
  }
}
body#project_single.en #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_service .flexible_contents__flexible_content_inner ul.flexible_content__slide_images.length_1 li.slide_images__slide_image .slide_image__caption.no_caption {
  min-height: 9px;
  padding: 0;
}
@media all and (max-width: 1000px) {
  body#project_single.en #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_service .flexible_contents__flexible_content_inner ul.flexible_content__slide_images.length_1 li.slide_images__slide_image .slide_image__caption.no_caption {
    min-height: 7px;
  }
}
body#project_single.en #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_service.no_text {
  padding-top: 40px;
}
@media all and (max-width: 1000px) {
  body#project_single.en #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_service.no_text {
    padding-top: 30px;
  }
}
body#project_single.en #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_service.no_text ul.flexible_content__slide_images {
  margin-top: 0;
}
body#project_single.en #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_profile {
  padding-top: 32px;
}
@media all and (max-width: 1000px) {
  body#project_single.en #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_profile {
    padding-top: 26px;
  }
}
body#project_single.en #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_profile.no_banner_headline {
  padding-top: 40px;
}
@media all and (max-width: 1000px) {
  body#project_single.en #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_profile.no_banner_headline {
    padding-top: 30px;
  }
}
body#project_single.en #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_profile.no_banner_headline .flexible_contents__flexible_content_inner .flexible_content__profile {
  padding-top: 0;
}
body#project_single.en #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner .flexible_content__banner_headline {
  font-family: 'Helvetica', 'Roboto', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
  text-align: left;
}
@media all and (max-width: 1000px) {
  body#project_single.en #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner .flexible_content__banner_headline {
    line-height: 18px;
  }
}
@media all and (max-width: 1000px) {
  body#project_single.en #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner .flexible_content__profile {
    padding-top: 25px;
  }
}
body#project_single.en #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner .flexible_content__profile.no_image {
  padding-top: 32px;
}
@media all and (max-width: 1000px) {
  body#project_single.en #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner .flexible_content__profile.no_image {
    padding-top: 18px;
  }
}
@media all and (max-width: 1000px) {
  body#project_single.en #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner .flexible_content__profile.no_image .flexible_content__info {
    padding-top: 0;
  }
}
@media all and (max-width: 1000px) {
  body#project_single.en #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner .flexible_content__profile .flexible_content__info {
    padding-top: 25px;
  }
}
body#project_single.en #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner .flexible_content__profile .flexible_content__info .info__headline {
  font-family: 'Helvetica', 'Roboto', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-weight: bold;
  line-height: 26px;
  text-align: left;
  padding-bottom: 26px;
}
@media all and (max-width: 1000px) {
  body#project_single.en #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner .flexible_content__profile .flexible_content__info .info__headline {
    line-height: 22px;
    letter-spacing: 0.3px;
    padding-bottom: 11px;
  }
}
body#project_single.en #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner .flexible_content__profile .flexible_content__info .info__description,
body#project_single.en #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner .flexible_content__profile .flexible_content__info .info__description * {
  font-family: 'Helvetica', 'Roboto', sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 26px;
  text-align: left;
}
@media all and (max-width: 1000px) {
  body#project_single.en #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner .flexible_content__profile .flexible_content__info .info__description,
  body#project_single.en #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner .flexible_content__profile .flexible_content__info .info__description * {
    line-height: 22px;
    letter-spacing: 0.3px;
  }
}
body#project_single.en #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner .flexible_content__profile .flexible_content__info .info__description a {
  padding-bottom: 2px;
}
@media all and (max-width: 1000px) {
  body#project_single.en #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_profile .flexible_contents__flexible_content_inner .flexible_content__profile .flexible_content__info .info__description a {
    padding-bottom: 1px;
  }
}
body#project_single.en #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_information {
  padding-top: 33px;
}
@media all and (max-width: 1000px) {
  body#project_single.en #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_information {
    padding-top: 25px;
  }
}
@media all and (max-width: 1000px) {
  body#project_single.en #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_information .flexible_contents__flexible_content_inner dl {
    padding-top: 18px;
  }
}
@media all and (max-width: 1000px) {
  body#project_single.en #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_information .flexible_contents__flexible_content_inner dl:first-child {
    padding-top: 0;
  }
}
body#project_single.en #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_information .flexible_contents__flexible_content_inner dl dt {
  padding-top: 3px;
  padding-top: 3.5px;
}
@media all and (max-width: 1000px) {
  body#project_single.en #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_information .flexible_contents__flexible_content_inner dl dt {
    padding-top: 0;
    padding-bottom: 2px;
  }
}
body#project_single.en #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_information .flexible_contents__flexible_content_inner dl dd,
body#project_single.en #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_information .flexible_contents__flexible_content_inner dl dd * {
  font-family: 'Helvetica', 'Roboto', sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 27px;
  text-align: left;
}
@media all and (max-width: 1000px) {
  body#project_single.en #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_information .flexible_contents__flexible_content_inner dl dd,
  body#project_single.en #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_information .flexible_contents__flexible_content_inner dl dd * {
    line-height: 22px;
    letter-spacing: 0.3px;
  }
}
body#project_single.en #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_information .flexible_contents__flexible_content_inner dl dd a {
  padding-bottom: 2px;
}
@media all and (max-width: 1000px) {
  body#project_single.en #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_information .flexible_contents__flexible_content_inner dl dd a {
    padding-bottom: 1px;
  }
}
body#project_single.en #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content:first-child.top_rough {
  padding-top: 63px;
}
@media all and (max-width: 1000px) {
  body#project_single.en #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content:first-child.top_rough {
    padding-top: 39px;
  }
}
body#project_single.en #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content:first-child.layout_service {
  padding-top: 63px;
}
@media all and (max-width: 1000px) {
  body#project_single.en #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content:first-child.layout_service {
    padding-top: 39px;
  }
}
body#project_single.en #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content:last-child.layout_introduction {
  padding-bottom: 171px;
}
@media all and (max-width: 1000px) {
  body#project_single.en #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content:last-child.layout_introduction {
    padding-bottom: 55px;
  }
}
body#project_single.en #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content:last-child.layout_information {
  padding-bottom: 172px;
}
@media all and (max-width: 1000px) {
  body#project_single.en #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content:last-child.layout_information {
    padding-bottom: 55px;
  }
}
body#project_single.en #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.bottom_rough + .top_flat {
  margin-top: 71px;
}
@media all and (max-width: 1000px) {
  body#project_single.en #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.bottom_rough + .top_flat {
    margin-top: 35px;
  }
}
body#project_single.en #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_profile + .top_flat {
  margin-top: 63px;
}
@media all and (max-width: 1000px) {
  body#project_single.en #container main#main #contents .contents__post .post__contents .contents__flexible_contents .flexible_contents__flexible_content.layout_profile + .top_flat {
    margin-top: 35px;
  }
}
body#about br.br_max450 {
  display: none;
}
@media all and (max-width: 450px) {
  body#about br.br_max450 {
    display: block;
  }
}
body#about br.br_max480 {
  display: none;
}
@media all and (max-width: 480px) {
  body#about br.br_max480 {
    display: block;
  }
}
@media all and (max-width: 480px) {
  body#about br.br_min480 {
    display: none;
  }
}
@media all and (max-width: 650px) {
  body#about br.br_min650 {
    display: none;
  }
}
body#about #container main#main #contents .contents__view .view__image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
body#about #container main#main #contents .contents__view .view__image:before {
  content: "";
  display: block;
  padding-top: 30%;
}
@media all and (max-width: 1000px) {
  body#about #container main#main #contents .contents__view .view__image:before {
    padding-top: 40%;
  }
}
body#about #container main#main #contents .contents__introduction {
  padding: 61px 40px 81px 40px;
}
@media all and (max-width: 1000px) {
  body#about #container main#main #contents .contents__introduction {
    padding: 32px 20px 54px 20px;
  }
}
body#about #container main#main #contents .contents__introduction .contents__introduction_inner {
  padding: 0 8.8%;
}
@media all and (min-width: 1830px) {
  body#about #container main#main #contents .contents__introduction .contents__introduction_inner {
    width: 1750px;
    margin: 0 auto;
    padding: 0 155px;
  }
}
@media all and (max-width: 1000px) {
  body#about #container main#main #contents .contents__introduction .contents__introduction_inner {
    padding: 0;
  }
}
body#about #container main#main #contents .contents__introduction .contents__introduction_inner .introduction__headline {
  font-size: 24px;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: 0.8px;
  padding-left: 120px;
}
@media all and (max-width: 1000px) {
  body#about #container main#main #contents .contents__introduction .contents__introduction_inner .introduction__headline {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.5px;
    padding-left: 0;
  }
}
body#about #container main#main #contents .contents__introduction .contents__introduction_inner .introduction__description {
  font-size: 18px;
  line-height: 35px;
  letter-spacing: 0.5px;
  text-align: justify;
  padding: 42px 0 0 120px;
}
@media all and (max-width: 1000px) {
  body#about #container main#main #contents .contents__introduction .contents__introduction_inner .introduction__description {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.2px;
    padding: 17px 0 0 0;
  }
}
body#about #container main#main #contents .contents__message {
  padding: 0 40px;
}
@media all and (max-width: 1000px) {
  body#about #container main#main #contents .contents__message {
    padding: 0 20px;
  }
}
body#about #container main#main #contents .contents__message .contents__message_inner {
  padding: 0 8.8%;
}
@media all and (min-width: 1830px) {
  body#about #container main#main #contents .contents__message .contents__message_inner {
    width: 1750px;
    margin: 0 auto;
    padding: 0 155px;
  }
}
@media all and (max-width: 1000px) {
  body#about #container main#main #contents .contents__message .contents__message_inner {
    padding: 0;
  }
}
body#about #container main#main #contents .contents__message .contents__message_inner .message__headline {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #000000;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.5px;
  padding-top: 37px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media all and (max-width: 1000px) {
  body#about #container main#main #contents .contents__message .contents__message_inner .message__headline {
    font-size: 20px;
    padding-top: 27px;
  }
}
body#about #container main#main #contents .contents__message .contents__message_inner .message__body {
  padding: 58px 0 51px 0;
}
@media all and (max-width: 1000px) {
  body#about #container main#main #contents .contents__message .contents__message_inner .message__body {
    padding: 31px 0 40px 0;
  }
}
body#about #container main#main #contents .contents__message .contents__message_inner .message__body .body__info {
  float: left;
  width: 71.2%;
  padding-right: 10%;
}
@media all and (min-width: 1830px) {
  body#about #container main#main #contents .contents__message .contents__message_inner .message__body .body__info {
    padding-right: 145px;
  }
}
@media all and (max-width: 1000px) {
  body#about #container main#main #contents .contents__message .contents__message_inner .message__body .body__info {
    float: none;
    width: 100%;
    padding-right: 0;
  }
}
body#about #container main#main #contents .contents__message .contents__message_inner .message__body .body__info .info__name {
  font-size: 18px;
  font-weight: bold;
  line-height: 35px;
  letter-spacing: 0.5px;
}
@media all and (max-width: 1000px) {
  body#about #container main#main #contents .contents__message .contents__message_inner .message__body .body__info .info__name {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.2px;
  }
}
body#about #container main#main #contents .contents__message .contents__message_inner .message__body .body__info .info__message {
  font-size: 18px;
  line-height: 35px;
  letter-spacing: 0.5px;
  text-align: justify;
  padding-top: 15px;
}
@media all and (max-width: 1000px) {
  body#about #container main#main #contents .contents__message .contents__message_inner .message__body .body__info .info__message {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.2px;
    padding-top: 10px;
  }
}
body#about #container main#main #contents .contents__message .contents__message_inner .message__body .body__image {
  float: right;
  width: 28.8%;
  padding: 60px 0 9px 0;
}
@media all and (max-width: 1000px) {
  body#about #container main#main #contents .contents__message .contents__message_inner .message__body .body__image {
    float: none;
    width: 100%;
    padding: 24px 60px 0 60px;
  }
}
body#about #container main#main #contents .contents__message .contents__message_inner .message__body .body__image img {
  display: block;
  width: 100%;
  height: auto;
}
body#about #container main#main #contents .contents__message .contents__message_inner .message__body:after {
  content: "";
  display: block;
  clear: both;
}
@media all and (max-width: 1000px) {
  body#about #container main#main #contents .contents__message .contents__message_inner .message__body:after {
    display: none;
  }
}
body#about #container main#main #contents .contents__statement {
  padding: 0 40px;
}
@media all and (max-width: 1000px) {
  body#about #container main#main #contents .contents__statement {
    padding: 0 20px;
  }
}
body#about #container main#main #contents .contents__statement .contents__statement_inner {
  padding: 0 8.8%;
}
@media all and (min-width: 1830px) {
  body#about #container main#main #contents .contents__statement .contents__statement_inner {
    width: 1750px;
    margin: 0 auto;
    padding: 0 155px;
  }
}
@media all and (max-width: 1000px) {
  body#about #container main#main #contents .contents__statement .contents__statement_inner {
    padding: 0;
  }
}
body#about #container main#main #contents .contents__statement .contents__statement_inner .statement__headline {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #000000;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.5px;
  padding-top: 37px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media all and (max-width: 1000px) {
  body#about #container main#main #contents .contents__statement .contents__statement_inner .statement__headline {
    font-size: 18px;
    padding-top: 28px;
  }
}
body#about #container main#main #contents .contents__statement .contents__statement_inner .statement__description {
  font-size: 18px;
  line-height: 35px;
  letter-spacing: 0.5px;
  text-align: justify;
  padding: 58px 0 51px 0;
}
@media all and (max-width: 1000px) {
  body#about #container main#main #contents .contents__statement .contents__statement_inner .statement__description {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.2px;
    padding: 32px 0 34px 0;
  }
}
body#about #container main#main #contents .contents__visions {
  padding: 0 40px;
}
@media all and (max-width: 1000px) {
  body#about #container main#main #contents .contents__visions {
    padding: 0;
  }
}
body#about #container main#main #contents .contents__visions .contents__visions_inner {
  padding: 0 8.8%;
}
@media all and (min-width: 1830px) {
  body#about #container main#main #contents .contents__visions .contents__visions_inner {
    width: 1750px;
    margin: 0 auto;
    padding: 0 155px;
  }
}
@media all and (max-width: 1000px) {
  body#about #container main#main #contents .contents__visions .contents__visions_inner {
    padding: 0;
  }
}
body#about #container main#main #contents .contents__visions .contents__visions_inner .visions__vision {
  padding: 77px 40px 72px 40px;
  background: #fcfcfa;
  position: relative;
}
@media all and (max-width: 1000px) {
  body#about #container main#main #contents .contents__visions .contents__visions_inner .visions__vision {
    padding: 48px 20px 45px 20px;
  }
}
body#about #container main#main #contents .contents__visions .contents__visions_inner .visions__vision:last-child {
  padding-top: 71px;
  padding-bottom: 71px;
}
@media all and (max-width: 1000px) {
  body#about #container main#main #contents .contents__visions .contents__visions_inner .visions__vision:last-child {
    padding-top: 44px;
    padding-bottom: 44px;
  }
}
body#about #container main#main #contents .contents__visions .contents__visions_inner .visions__vision:last-child:before {
  display: none;
}
body#about #container main#main #contents .contents__visions .contents__visions_inner .visions__vision:last-child .vision__description {
  padding-top: 0;
}
body#about #container main#main #contents .contents__visions .contents__visions_inner .visions__vision:before {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #e5e5e5;
}
@media all and (max-width: 1000px) {
  body#about #container main#main #contents .contents__visions .contents__visions_inner .visions__vision:before {
    width: 40px;
  }
}
body#about #container main#main #contents .contents__visions .contents__visions_inner .visions__vision .vision__headline {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #000000;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.5px;
  text-indent: 0.5px;
  text-align: center;
}
@media all and (max-width: 1000px) {
  body#about #container main#main #contents .contents__visions .contents__visions_inner .visions__vision .vision__headline {
    font-size: 18px;
  }
}
body#about #container main#main #contents .contents__visions .contents__visions_inner .visions__vision .vision__sub_headline {
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 0.5px;
  text-indent: 0.5px;
  text-align: center;
  padding-top: 4px;
}
@media all and (max-width: 1000px) {
  body#about #container main#main #contents .contents__visions .contents__visions_inner .visions__vision .vision__sub_headline {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.2px;
    padding-top: 5px;
  }
}
body#about #container main#main #contents .contents__visions .contents__visions_inner .visions__vision .vision__description {
  padding-top: 23px;
}
@media all and (max-width: 1000px) {
  body#about #container main#main #contents .contents__visions .contents__visions_inner .visions__vision .vision__description {
    padding-top: 20px;
  }
}
body#about #container main#main #contents .contents__visions .contents__visions_inner .visions__vision .vision__description b {
  font-weight: bold !important;
}
body#about #container main#main #contents .contents__visions .contents__visions_inner .visions__vision .vision__description,
body#about #container main#main #contents .contents__visions .contents__visions_inner .visions__vision .vision__description * {
  font-size: 18px;
  line-height: 35px;
  letter-spacing: 0.5px;
  text-indent: 0.5px;
  text-align: center;
}
@media all and (max-width: 1000px) {
  body#about #container main#main #contents .contents__visions .contents__visions_inner .visions__vision .vision__description,
  body#about #container main#main #contents .contents__visions .contents__visions_inner .visions__vision .vision__description * {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.2px;
  }
}
body#about #container main#main #contents .contents__visions + .contents__company_information {
  padding-top: 40px;
}
@media all and (max-width: 1000px) {
  body#about #container main#main #contents .contents__visions + .contents__company_information {
    padding-top: 0;
  }
}
body#about #container main#main #contents .contents__visions + .contents__company_information .contents__company_information_inner .company_information__headline {
  border-top: none;
}
body#about #container main#main #contents .contents__company_information {
  padding: 0 40px;
}
@media all and (max-width: 1000px) {
  body#about #container main#main #contents .contents__company_information {
    padding: 0 20px;
  }
}
body#about #container main#main #contents .contents__company_information .contents__company_information_inner {
  padding: 0 8.8%;
}
@media all and (min-width: 1830px) {
  body#about #container main#main #contents .contents__company_information .contents__company_information_inner {
    width: 1750px;
    margin: 0 auto;
    padding: 0 155px;
  }
}
@media all and (max-width: 1000px) {
  body#about #container main#main #contents .contents__company_information .contents__company_information_inner {
    padding: 0;
  }
}
body#about #container main#main #contents .contents__company_information .contents__company_information_inner .company_information__headline {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #000000;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.5px;
  padding-top: 37px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media all and (max-width: 1000px) {
  body#about #container main#main #contents .contents__company_information .contents__company_information_inner .company_information__headline {
    font-size: 18px;
    padding-top: 28px;
  }
}
body#about #container main#main #contents .contents__company_information .contents__company_information_inner .company_information__body {
  padding: 58px 0 171px 0;
}
@media all and (max-width: 1000px) {
  body#about #container main#main #contents .contents__company_information .contents__company_information_inner .company_information__body {
    padding: 34px 0 54px 0;
  }
}
body#about #container main#main #contents .contents__company_information .contents__company_information_inner .company_information__body dl {
  padding-top: 35px;
}
@media all and (max-width: 1000px) {
  body#about #container main#main #contents .contents__company_information .contents__company_information_inner .company_information__body dl {
    padding-top: 25px;
  }
}
body#about #container main#main #contents .contents__company_information .contents__company_information_inner .company_information__body dl:first-child {
  padding-top: 0;
}
body#about #container main#main #contents .contents__company_information .contents__company_information_inner .company_information__body dl dt {
  float: left;
  width: 120px;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: 0.2px;
  padding: 6px 10px 0 0;
}
@media all and (max-width: 1000px) {
  body#about #container main#main #contents .contents__company_information .contents__company_information_inner .company_information__body dl dt {
    float: none;
    width: 100%;
    padding: 0 0 5px 0;
  }
}
body#about #container main#main #contents .contents__company_information .contents__company_information_inner .company_information__body dl dd,
body#about #container main#main #contents .contents__company_information .contents__company_information_inner .company_information__body dl dd * {
  font-size: 18px;
  line-height: 35px;
  letter-spacing: 0.5px;
}
@media all and (max-width: 1000px) {
  body#about #container main#main #contents .contents__company_information .contents__company_information_inner .company_information__body dl dd,
  body#about #container main#main #contents .contents__company_information .contents__company_information_inner .company_information__body dl dd * {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.2px;
  }
}
body#about #container main#main #contents .contents__company_information .contents__company_information_inner .company_information__body dl dd {
  float: right;
  width: calc(100% - 120px);
}
@media all and (max-width: 1000px) {
  body#about #container main#main #contents .contents__company_information .contents__company_information_inner .company_information__body dl dd {
    float: none;
    width: 100%;
  }
}
body#about #container main#main #contents .contents__company_information .contents__company_information_inner .company_information__body dl dd a {
  padding-bottom: 5px;
  border-bottom: 1px solid #cccccc;
}
@media all and (max-width: 1000px) {
  body#about #container main#main #contents .contents__company_information .contents__company_information_inner .company_information__body dl dd a {
    padding-bottom: 4px;
  }
}
.pc body#about #container main#main #contents .contents__company_information .contents__company_information_inner .company_information__body dl dd a:hover {
  border-bottom: 1px solid transparent;
}
body#about #container main#main #contents .contents__company_information .contents__company_information_inner .company_information__body dl:after {
  content: "";
  display: block;
  clear: both;
}
@media all and (max-width: 1000px) {
  body#about #container main#main #contents .contents__company_information .contents__company_information_inner .company_information__body dl:after {
    display: none;
  }
}
body#about.en #container main#main #contents .contents__introduction {
  padding-top: 63px;
  padding-bottom: 81px;
}
@media all and (max-width: 1000px) {
  body#about.en #container main#main #contents .contents__introduction {
    padding-top: 35px;
    padding-bottom: 44px;
  }
}
body#about.en #container main#main #contents .contents__introduction .contents__introduction_inner .introduction__headline {
  font-family: 'Helvetica', 'Roboto', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-weight: bold;
  line-height: 34px;
  letter-spacing: 0.5px;
}
@media all and (max-width: 1000px) {
  body#about.en #container main#main #contents .contents__introduction .contents__introduction_inner .introduction__headline {
    line-height: 25px;
    letter-spacing: 0.3px;
  }
}
body#about.en #container main#main #contents .contents__introduction .contents__introduction_inner .introduction__description {
  font-family: 'Helvetica', 'Roboto', sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 30px;
  text-align: left;
  padding-top: 44px;
}
@media all and (max-width: 1000px) {
  body#about.en #container main#main #contents .contents__introduction .contents__introduction_inner .introduction__description {
    line-height: 22px;
    letter-spacing: 0.3px;
    padding-top: 18px;
  }
}
body#about.en #container main#main #contents .contents__message .contents__message_inner .message__body {
  padding-top: 59px;
}
@media all and (max-width: 1000px) {
  body#about.en #container main#main #contents .contents__message .contents__message_inner .message__body {
    padding-top: 31px;
  }
}
body#about.en #container main#main #contents .contents__message .contents__message_inner .message__body .body__info .info__name {
  font-family: 'Helvetica', 'Roboto', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
}
@media all and (max-width: 1000px) {
  body#about.en #container main#main #contents .contents__message .contents__message_inner .message__body .body__info .info__name {
    line-height: 24px;
    letter-spacing: 0.3px;
  }
}
body#about.en #container main#main #contents .contents__message .contents__message_inner .message__body .body__info .info__message {
  font-family: 'Helvetica', 'Roboto', sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 30px;
  text-align: left;
  padding-top: 15px;
}
@media all and (max-width: 1000px) {
  body#about.en #container main#main #contents .contents__message .contents__message_inner .message__body .body__info .info__message {
    line-height: 24px;
    letter-spacing: 0.3px;
    padding-top: 12px;
  }
}
body#about.en #container main#main #contents .contents__message .contents__message_inner .message__body .body__image {
  padding-top: 53px;
}
@media all and (max-width: 1000px) {
  body#about.en #container main#main #contents .contents__message .contents__message_inner .message__body .body__image {
    padding-top: 23px;
  }
}
body#about.en #container main#main #contents .contents__statement .contents__statement_inner .statement__description {
  font-family: 'Helvetica', 'Roboto', sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 30px;
  padding: 59px 0 51px 0;
}
@media all and (max-width: 1000px) {
  body#about.en #container main#main #contents .contents__statement .contents__statement_inner .statement__description {
    line-height: 22px;
    letter-spacing: 0.3px;
    padding: 33px 0 34px 0;
  }
}
body#about.en #container main#main #contents .contents__visions .contents__visions_inner .visions__vision {
  padding-bottom: 72px;
}
@media all and (max-width: 1000px) {
  body#about.en #container main#main #contents .contents__visions .contents__visions_inner .visions__vision {
    padding-bottom: 45px;
  }
}
body#about.en #container main#main #contents .contents__visions .contents__visions_inner .visions__vision:last-child {
  padding-top: 72px;
  padding-bottom: 71px;
}
@media all and (max-width: 1000px) {
  body#about.en #container main#main #contents .contents__visions .contents__visions_inner .visions__vision:last-child {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
body#about.en #container main#main #contents .contents__visions .contents__visions_inner .visions__vision:last-child .vision__description {
  padding-top: 0;
}
body#about.en #container main#main #contents .contents__visions .contents__visions_inner .visions__vision .vision__description {
  padding-top: 29px;
}
@media all and (max-width: 1000px) {
  body#about.en #container main#main #contents .contents__visions .contents__visions_inner .visions__vision .vision__description {
    padding-top: 23px;
  }
}
body#about.en #container main#main #contents .contents__visions .contents__visions_inner .visions__vision .vision__description,
body#about.en #container main#main #contents .contents__visions .contents__visions_inner .visions__vision .vision__description * {
  font-family: 'Helvetica', 'Roboto', sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 30px;
}
@media all and (max-width: 1000px) {
  body#about.en #container main#main #contents .contents__visions .contents__visions_inner .visions__vision .vision__description,
  body#about.en #container main#main #contents .contents__visions .contents__visions_inner .visions__vision .vision__description * {
    line-height: 22px;
    letter-spacing: 0.3px;
  }
}
body#about.en #container main#main #contents .contents__company_information .contents__company_information_inner .company_information__body {
  padding-top: 59px;
}
@media all and (max-width: 1000px) {
  body#about.en #container main#main #contents .contents__company_information .contents__company_information_inner .company_information__body {
    padding-top: 33px;
    padding-bottom: 54px;
  }
}
body#about.en #container main#main #contents .contents__company_information .contents__company_information_inner .company_information__body dl {
  padding-top: 30px;
}
@media all and (max-width: 1000px) {
  body#about.en #container main#main #contents .contents__company_information .contents__company_information_inner .company_information__body dl {
    padding-top: 22px;
  }
}
body#about.en #container main#main #contents .contents__company_information .contents__company_information_inner .company_information__body dl:first-child {
  padding-top: 0;
}
body#about.en #container main#main #contents .contents__company_information .contents__company_information_inner .company_information__body dl dt {
  width: 150px;
  font-family: 'Helvetica', 'Roboto', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-weight: bold;
  line-height: 18px;
  padding-top: 4px;
}
@media all and (max-width: 1000px) {
  body#about.en #container main#main #contents .contents__company_information .contents__company_information_inner .company_information__body dl dt {
    width: 100%;
    padding-top: 0;
    padding-bottom: 4px;
  }
}
body#about.en #container main#main #contents .contents__company_information .contents__company_information_inner .company_information__body dl dd,
body#about.en #container main#main #contents .contents__company_information .contents__company_information_inner .company_information__body dl dd * {
  font-family: 'Helvetica', 'Roboto', sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 30px;
}
@media all and (max-width: 1000px) {
  body#about.en #container main#main #contents .contents__company_information .contents__company_information_inner .company_information__body dl dd,
  body#about.en #container main#main #contents .contents__company_information .contents__company_information_inner .company_information__body dl dd * {
    line-height: 22px;
    letter-spacing: 0.3px;
  }
}
body#about.en #container main#main #contents .contents__company_information .contents__company_information_inner .company_information__body dl dd {
  width: calc(100% - 150px);
}
@media all and (max-width: 1000px) {
  body#about.en #container main#main #contents .contents__company_information .contents__company_information_inner .company_information__body dl dd {
    width: 100%;
  }
}
body#about.en #container main#main #contents .contents__company_information .contents__company_information_inner .company_information__body dl dd a {
  padding-bottom: 2px;
}
@media all and (max-width: 1000px) {
  body#about.en #container main#main #contents .contents__company_information .contents__company_information_inner .company_information__body dl dd a {
    padding-bottom: 1px;
  }
}
body#news #container main#main #contents .contents__pagination {
  padding: 57px 40px 87px 40px;
}
@media all and (max-width: 1000px) {
  body#news #container main#main #contents .contents__pagination {
    padding: 48px 20px 68px 20px;
  }
}
body#news #container main#main #contents .contents__pagination ul {
  text-align: center;
  padding: 0 8.8%;
}
@media all and (min-width: 1830px) {
  body#news #container main#main #contents .contents__pagination ul {
    width: 1750px;
    margin: 0 auto;
    padding: 0 155px;
  }
}
@media all and (max-width: 1000px) {
  body#news #container main#main #contents .contents__pagination ul {
    padding: 0;
  }
}
body#news #container main#main #contents .contents__pagination ul li {
  display: inline-block;
  margin-right: 35px;
}
@media all and (max-width: 1000px) {
  body#news #container main#main #contents .contents__pagination ul li {
    margin-right: 20px;
  }
}
body#news #container main#main #contents .contents__pagination ul li:last-child {
  margin-right: 0;
}
body#news #container main#main #contents .contents__pagination ul li a {
  display: inline-block;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #000000;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0px;
  text-align: center;
  color: #cccccc;
  padding: 10px;
}
@media all and (max-width: 1000px) {
  body#news #container main#main #contents .contents__pagination ul li a {
    font-size: 16px;
  }
}
body#news #container main#main #contents .contents__pagination ul li a.current {
  color: #000000;
}
.pc body#news #container main#main #contents .contents__pagination ul li a:hover {
  color: #000000;
}
body#news_single #container main#main #contents {
  padding: 60px 40px 100px 40px;
}
@media all and (max-width: 1000px) {
  body#news_single #container main#main #contents {
    padding: 23px 20px 60px 20px;
  }
}
body#news_single #container main#main #contents .contents__post {
  padding: 0 8.8%;
}
@media all and (min-width: 1830px) {
  body#news_single #container main#main #contents .contents__post {
    width: 1750px;
    margin: 0 auto;
    padding: 0 155px;
  }
}
@media all and (max-width: 1000px) {
  body#news_single #container main#main #contents .contents__post {
    padding: 0;
  }
}
body#news_single #container main#main #contents .contents__post .post__left {
  float: left;
  width: 120px;
  position: relative;
}
@media all and (max-width: 1000px) {
  body#news_single #container main#main #contents .contents__post .post__left {
    float: none;
    width: 100%;
  }
}
body#news_single #container main#main #contents .contents__post .post__left .left__back_button {
  position: absolute;
  top: 33px;
  top: 33.5px;
  left: -83px;
  z-index: 2;
}
@media all and (max-width: 1000px) {
  body#news_single #container main#main #contents .contents__post .post__left .left__back_button {
    top: 7px;
    left: 0;
  }
}
body#news_single #container main#main #contents .contents__post .post__left .left__back_button a {
  display: block;
}
@media all and (max-width: 1000px) {
  body#news_single #container main#main #contents .contents__post .post__left .left__back_button a .back_button__arrow_pc {
    display: none;
  }
}
body#news_single #container main#main #contents .contents__post .post__left .left__back_button a .back_button__arrow_sp {
  display: none;
}
@media all and (max-width: 1000px) {
  body#news_single #container main#main #contents .contents__post .post__left .left__back_button a .back_button__arrow_sp {
    display: block;
  }
}
body#news_single #container main#main #contents .contents__post .post__left .left__back_button a img {
  display: block;
  width: 34px;
  height: 34px;
}
body#news_single #container main#main #contents .contents__post .post__left .left__back_button a img.on {
  display: none;
}
.pc body#news_single #container main#main #contents .contents__post .post__left .left__back_button a:hover img.off {
  display: none;
}
.pc body#news_single #container main#main #contents .contents__post .post__left .left__back_button a:hover img.on {
  display: block;
}
body#news_single #container main#main #contents .contents__post .post__left .left__date {
  padding-top: 21px;
}
@media all and (max-width: 1000px) {
  body#news_single #container main#main #contents .contents__post .post__left .left__date {
    padding: 0 0 12px 49px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
body#news_single #container main#main #contents .contents__post .post__left .left__date .date__top {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #000000;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.5px;
}
@media all and (max-width: 1000px) {
  body#news_single #container main#main #contents .contents__post .post__left .left__date .date__top {
    font-size: 12px;
    line-height: 24px;
  }
}
body#news_single #container main#main #contents .contents__post .post__left .left__date .date__bottom {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #000000;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.5px;
  color: #cccccc;
}
@media all and (max-width: 1000px) {
  body#news_single #container main#main #contents .contents__post .post__left .left__date .date__bottom {
    font-size: 12px;
    line-height: 24px;
  }
}
body#news_single #container main#main #contents .contents__post .post__right {
  float: right;
  width: calc(100% - 120px);
  position: relative;
}
@media all and (max-width: 1000px) {
  body#news_single #container main#main #contents .contents__post .post__right {
    float: none;
    width: 100%;
  }
}
body#news_single #container main#main #contents .contents__post .post__right:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -30px;
  z-index: 2;
  background: rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media all and (max-width: 1000px) {
  body#news_single #container main#main #contents .contents__post .post__right:before {
    display: none;
  }
}
body#news_single #container main#main #contents .contents__post .post__right .right__title {
  font-size: 24px;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: 0.8px;
  padding-top: 31px;
}
@media all and (max-width: 1000px) {
  body#news_single #container main#main #contents .contents__post .post__right .right__title {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.2px;
    padding-top: 23px;
  }
}
body#news_single #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content.layout_headline .flexible_contents__flexible_content_inner .flexible_content__headline {
  font-size: 18px;
  font-weight: bold;
  line-height: 35px;
  letter-spacing: 0.5px;
}
@media all and (max-width: 1000px) {
  body#news_single #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content.layout_headline .flexible_contents__flexible_content_inner .flexible_content__headline {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.2px;
  }
}
body#news_single #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content.layout_description .flexible_contents__flexible_content_inner .flexible_content__description,
body#news_single #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content.layout_description .flexible_contents__flexible_content_inner .flexible_content__description * {
  font-size: 18px;
  line-height: 35px;
  letter-spacing: 0.5px;
  text-align: justify;
}
@media all and (max-width: 1000px) {
  body#news_single #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content.layout_description .flexible_contents__flexible_content_inner .flexible_content__description,
  body#news_single #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content.layout_description .flexible_contents__flexible_content_inner .flexible_content__description * {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.2px;
  }
}
body#news_single #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content.layout_description .flexible_contents__flexible_content_inner .flexible_content__description a {
  padding-bottom: 5px;
  border-bottom: 1px solid #cccccc;
}
@media all and (max-width: 1000px) {
  body#news_single #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content.layout_description .flexible_contents__flexible_content_inner .flexible_content__description a {
    padding-bottom: 4px;
  }
}
.pc body#news_single #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content.layout_description .flexible_contents__flexible_content_inner .flexible_content__description a:hover {
  border-bottom: 1px solid transparent;
}
body#news_single #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content.layout_image_caption .flexible_contents__flexible_content_inner .flexible_content__image img {
  display: block;
  width: 100%;
  height: auto;
}
body#news_single #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content.layout_image_caption .flexible_contents__flexible_content_inner .flexible_content__caption,
body#news_single #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content.layout_image_caption .flexible_contents__flexible_content_inner .flexible_content__caption * {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.5px;
}
@media all and (max-width: 1000px) {
  body#news_single #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content.layout_image_caption .flexible_contents__flexible_content_inner .flexible_content__caption,
  body#news_single #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content.layout_image_caption .flexible_contents__flexible_content_inner .flexible_content__caption * {
    letter-spacing: 0.2px;
  }
}
body#news_single #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content.layout_image_caption .flexible_contents__flexible_content_inner .flexible_content__caption {
  padding-top: 16px;
}
body#news_single #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content.layout_image_caption .flexible_contents__flexible_content_inner .flexible_content__caption a {
  padding-bottom: 3px;
  border-bottom: 1px solid #cccccc;
}
.pc body#news_single #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content.layout_image_caption .flexible_contents__flexible_content_inner .flexible_content__caption a:hover {
  border-bottom: 1px solid transparent;
}
body#news_single #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content:first-child.layout_headline,
body#news_single #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content:first-child.layout_description {
  padding-top: 82px;
}
@media all and (max-width: 1000px) {
  body#news_single #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content:first-child.layout_headline,
  body#news_single #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content:first-child.layout_description {
    padding-top: 47px;
  }
}
body#news_single #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content:first-child.layout_image_caption {
  padding-top: 91px;
}
@media all and (max-width: 1000px) {
  body#news_single #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content:first-child.layout_image_caption {
    padding-top: 53px;
  }
}
body#news_single #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content:last-child.layout_headline,
body#news_single #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content:last-child.layout_description {
  padding-bottom: 21px;
}
@media all and (max-width: 1000px) {
  body#news_single #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content:last-child.layout_headline,
  body#news_single #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content:last-child.layout_description {
    padding-bottom: 24px;
  }
}
body#news_single #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content:last-child.layout_image_caption {
  padding-bottom: 26px;
}
body#news_single #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content:last-child.layout_image_caption.no_caption {
  padding-bottom: 30px;
}
body#news_single #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content.layout_headline + .layout_description,
body#news_single #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content.layout_description + .layout_headline,
body#news_single #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content.layout_headline + .layout_headline,
body#news_single #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content.layout_description + .layout_description {
  padding-top: 42px;
}
@media all and (max-width: 1000px) {
  body#news_single #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content.layout_headline + .layout_description,
  body#news_single #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content.layout_description + .layout_headline,
  body#news_single #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content.layout_headline + .layout_headline,
  body#news_single #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content.layout_description + .layout_description {
    padding-top: 28px;
  }
}
body#news_single #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content.layout_headline + .layout_image_caption,
body#news_single #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content.layout_description + .layout_image_caption {
  padding-top: 51px;
}
@media all and (max-width: 1000px) {
  body#news_single #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content.layout_headline + .layout_image_caption,
  body#news_single #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content.layout_description + .layout_image_caption {
    padding-top: 34px;
  }
}
body#news_single #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content.layout_image_caption + .layout_headline,
body#news_single #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content.layout_image_caption + .layout_description {
  padding-top: 46px;
}
@media all and (max-width: 1000px) {
  body#news_single #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content.layout_image_caption + .layout_headline,
  body#news_single #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content.layout_image_caption + .layout_description {
    padding-top: 29px;
  }
}
body#news_single #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content.layout_image_caption.no_caption + .layout_headline,
body#news_single #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content.layout_image_caption.no_caption + .layout_description {
  padding-top: 51px;
}
@media all and (max-width: 1000px) {
  body#news_single #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content.layout_image_caption.no_caption + .layout_headline,
  body#news_single #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content.layout_image_caption.no_caption + .layout_description {
    padding-top: 33px;
  }
}
body#news_single #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content.layout_image_caption + .layout_image_caption {
  padding-top: 56px;
}
@media all and (max-width: 1000px) {
  body#news_single #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content.layout_image_caption + .layout_image_caption {
    padding-top: 36px;
  }
}
body#news_single #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content.layout_image_caption.no_caption + .layout_image_caption {
  padding-top: 60px;
}
@media all and (max-width: 1000px) {
  body#news_single #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content.layout_image_caption.no_caption + .layout_image_caption {
    padding-top: 40px;
  }
}
body#news_single #container main#main #contents .contents__post:after {
  content: "";
  display: block;
  clear: both;
}
@media all and (max-width: 1000px) {
  body#news_single #container main#main #contents .contents__post:after {
    display: none;
  }
}
body#news_single.en #container main#main #contents .contents__post .post__right .right__title {
  font-family: 'Helvetica', 'Roboto', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-weight: bold;
  line-height: 34px;
  letter-spacing: 0.5px;
  padding-top: 34px;
}
@media all and (max-width: 1000px) {
  body#news_single.en #container main#main #contents .contents__post .post__right .right__title {
    line-height: 25px;
    letter-spacing: 0.3px;
    padding-top: 25px;
  }
}
body#news_single.en #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content.layout_headline .flexible_contents__flexible_content_inner .flexible_content__headline {
  font-family: 'Helvetica', 'Roboto', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
  text-align: left;
}
@media all and (max-width: 1000px) {
  body#news_single.en #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content.layout_headline .flexible_contents__flexible_content_inner .flexible_content__headline {
    line-height: 22px;
    letter-spacing: 0.3px;
  }
}
body#news_single.en #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content.layout_description .flexible_contents__flexible_content_inner .flexible_content__description,
body#news_single.en #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content.layout_description .flexible_contents__flexible_content_inner .flexible_content__description * {
  font-family: 'Helvetica', 'Roboto', sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 30px;
  text-align: left;
}
@media all and (max-width: 1000px) {
  body#news_single.en #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content.layout_description .flexible_contents__flexible_content_inner .flexible_content__description,
  body#news_single.en #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content.layout_description .flexible_contents__flexible_content_inner .flexible_content__description * {
    line-height: 22px;
    letter-spacing: 0.3px;
  }
}
body#news_single.en #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content.layout_description .flexible_contents__flexible_content_inner .flexible_content__description a {
  padding-bottom: 2px;
}
@media all and (max-width: 1000px) {
  body#news_single.en #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content.layout_description .flexible_contents__flexible_content_inner .flexible_content__description a {
    padding-bottom: 1px;
  }
}
body#news_single.en #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content.layout_image_caption .flexible_contents__flexible_content_inner .flexible_content__caption,
body#news_single.en #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content.layout_image_caption .flexible_contents__flexible_content_inner .flexible_content__caption * {
  font-family: 'Helvetica', 'Roboto', sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 18px;
}
body#news_single.en #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content.layout_image_caption .flexible_contents__flexible_content_inner .flexible_content__caption a {
  padding-bottom: 0;
}
body#news_single.en #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content:first-child.layout_headline,
body#news_single.en #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content:first-child.layout_description {
  padding-top: 83px;
}
@media all and (max-width: 1000px) {
  body#news_single.en #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content:first-child.layout_headline,
  body#news_single.en #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content:first-child.layout_description {
    padding-top: 48px;
  }
}
body#news_single.en #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content:first-child.layout_image_caption {
  padding-top: 91px;
}
@media all and (max-width: 1000px) {
  body#news_single.en #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content:first-child.layout_image_caption {
    padding-top: 54px;
  }
}
body#news_single.en #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content:last-child.layout_headline,
body#news_single.en #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content:last-child.layout_description {
  padding-bottom: 21px;
}
@media all and (max-width: 1000px) {
  body#news_single.en #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content:last-child.layout_headline,
  body#news_single.en #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content:last-child.layout_description {
    padding-bottom: 24px;
  }
}
body#news_single.en #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content:last-child.layout_image_caption {
  padding-bottom: 25px;
}
body#news_single.en #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content:last-child.layout_image_caption.no_caption {
  padding-bottom: 30px;
}
body#news_single.en #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content.layout_headline + .layout_description,
body#news_single.en #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content.layout_description + .layout_headline,
body#news_single.en #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content.layout_headline + .layout_headline,
body#news_single.en #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content.layout_description + .layout_description {
  padding-top: 43px;
}
@media all and (max-width: 1000px) {
  body#news_single.en #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content.layout_headline + .layout_description,
  body#news_single.en #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content.layout_description + .layout_headline,
  body#news_single.en #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content.layout_headline + .layout_headline,
  body#news_single.en #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content.layout_description + .layout_description {
    padding-top: 29px;
  }
}
body#news_single.en #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content.layout_headline + .layout_image_caption,
body#news_single.en #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content.layout_description + .layout_image_caption {
  padding-top: 51px;
}
@media all and (max-width: 1000px) {
  body#news_single.en #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content.layout_headline + .layout_image_caption,
  body#news_single.en #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content.layout_description + .layout_image_caption {
    padding-top: 34px;
  }
}
body#news_single.en #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content.layout_image_caption + .layout_headline,
body#news_single.en #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content.layout_image_caption + .layout_description {
  padding-top: 47px;
}
@media all and (max-width: 1000px) {
  body#news_single.en #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content.layout_image_caption + .layout_headline,
  body#news_single.en #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content.layout_image_caption + .layout_description {
    padding-top: 30px;
  }
}
body#news_single.en #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content.layout_image_caption.no_caption + .layout_headline,
body#news_single.en #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content.layout_image_caption.no_caption + .layout_description {
  padding-top: 52px;
}
@media all and (max-width: 1000px) {
  body#news_single.en #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content.layout_image_caption.no_caption + .layout_headline,
  body#news_single.en #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content.layout_image_caption.no_caption + .layout_description {
    padding-top: 35px;
  }
}
body#news_single.en #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content.layout_image_caption + .layout_image_caption {
  padding-top: 55px;
}
@media all and (max-width: 1000px) {
  body#news_single.en #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content.layout_image_caption + .layout_image_caption {
    padding-top: 35px;
  }
}
body#news_single.en #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content.layout_image_caption.no_caption + .layout_image_caption {
  padding-top: 60px;
}
@media all and (max-width: 1000px) {
  body#news_single.en #container main#main #contents .contents__post .post__right .right__flexible_contents .flexible_contents__flexible_content.layout_image_caption.no_caption + .layout_image_caption {
    padding-top: 40px;
  }
}
body#recruit #container main#main #contents .contents__view ul.view__slide_images {
  font-size: 0;
}
body#recruit #container main#main #contents .contents__view ul.view__slide_images li.slide_image__image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
body#recruit #container main#main #contents .contents__view ul.view__slide_images li.slide_image__image:before {
  content: "";
  display: block;
  padding-top: 30%;
}
@media all and (max-width: 1000px) {
  body#recruit #container main#main #contents .contents__view ul.view__slide_images li.slide_image__image:before {
    padding-top: 40%;
  }
}
body#recruit #container main#main #contents .contents__introduction {
  padding: 61px 40px 0 40px;
}
@media all and (max-width: 1000px) {
  body#recruit #container main#main #contents .contents__introduction {
    padding: 31px 20px 0 20px;
  }
}
body#recruit #container main#main #contents .contents__introduction.no_news {
  padding-bottom: 81px;
}
@media all and (max-width: 1000px) {
  body#recruit #container main#main #contents .contents__introduction.no_news {
    padding-bottom: 54px;
  }
}
body#recruit #container main#main #contents .contents__introduction .contents__introduction_inner {
  padding: 0 8.8%;
}
@media all and (min-width: 1830px) {
  body#recruit #container main#main #contents .contents__introduction .contents__introduction_inner {
    width: 1750px;
    margin: 0 auto;
    padding: 0 155px;
  }
}
@media all and (max-width: 1000px) {
  body#recruit #container main#main #contents .contents__introduction .contents__introduction_inner {
    padding: 0;
  }
}
body#recruit #container main#main #contents .contents__introduction .contents__introduction_inner .introduction__headline {
  font-size: 24px;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: 0.8px;
  padding-left: 120px;
}
@media all and (max-width: 1000px) {
  body#recruit #container main#main #contents .contents__introduction .contents__introduction_inner .introduction__headline {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.5px;
    padding-left: 0;
  }
}
body#recruit #container main#main #contents .contents__introduction .contents__introduction_inner .introduction__description {
  font-size: 18px;
  line-height: 35px;
  letter-spacing: 0.5px;
  text-align: justify;
  padding: 42px 0 0 120px;
}
@media all and (max-width: 1000px) {
  body#recruit #container main#main #contents .contents__introduction .contents__introduction_inner .introduction__description {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.2px;
    padding: 17px 0 0 0;
  }
}
body#recruit #container main#main #contents .contents__news_posts {
  padding: 61px 40px 56px 40px;
}
@media all and (max-width: 1000px) {
  body#recruit #container main#main #contents .contents__news_posts {
    padding: 34px 20px 40px 20px;
  }
}
body#recruit #container main#main #contents .contents__news_posts .contents__news_posts_inner {
  padding: 0 8.8%;
}
@media all and (min-width: 1830px) {
  body#recruit #container main#main #contents .contents__news_posts .contents__news_posts_inner {
    width: 1750px;
    margin: 0 auto;
    padding: 0 155px;
  }
}
@media all and (max-width: 1000px) {
  body#recruit #container main#main #contents .contents__news_posts .contents__news_posts_inner {
    padding: 0;
  }
}
body#recruit #container main#main #contents .contents__news_posts .contents__news_posts_inner .news_posts__post {
  padding-left: 120px;
}
@media all and (max-width: 1000px) {
  body#recruit #container main#main #contents .contents__news_posts .contents__news_posts_inner .news_posts__post {
    padding-left: 0;
  }
}
body#recruit #container main#main #contents .contents__news_posts .contents__news_posts_inner .news_posts__post a {
  display: block;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 25px 70px 25px 0;
}
@media all and (max-width: 1000px) {
  body#recruit #container main#main #contents .contents__news_posts .contents__news_posts_inner .news_posts__post a {
    padding: 0;
  }
}
@media all and (max-width: 1000px) {
  body#recruit #container main#main #contents .contents__news_posts .contents__news_posts_inner .news_posts__post a:before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% - 40px);
    position: absolute;
    top: 50%;
    left: 60px;
    z-index: 2;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media all and (max-width: 1000px) {
  body#recruit #container main#main #contents .contents__news_posts .contents__news_posts_inner .news_posts__post a .post__date {
    width: 80px;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
}
body#recruit #container main#main #contents .contents__news_posts .contents__news_posts_inner .news_posts__post a .post__date .date__m_d {
  float: left;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #000000;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.5px;
}
@media all and (max-width: 1000px) {
  body#recruit #container main#main #contents .contents__news_posts .contents__news_posts_inner .news_posts__post a .post__date .date__m_d {
    float: none;
    font-size: 12px;
    line-height: 24px;
  }
}
body#recruit #container main#main #contents .contents__news_posts .contents__news_posts_inner .news_posts__post a .post__date .date__y {
  float: left;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #000000;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.5px;
  color: #cccccc;
  padding-left: 8px;
}
@media all and (max-width: 1000px) {
  body#recruit #container main#main #contents .contents__news_posts .contents__news_posts_inner .news_posts__post a .post__date .date__y {
    float: none;
    font-size: 12px;
    line-height: 24px;
    padding-left: 0;
  }
}
body#recruit #container main#main #contents .contents__news_posts .contents__news_posts_inner .news_posts__post a .post__date:after {
  content: "";
  display: block;
  clear: both;
}
@media all and (max-width: 1000px) {
  body#recruit #container main#main #contents .contents__news_posts .contents__news_posts_inner .news_posts__post a .post__date:after {
    display: none;
  }
}
body#recruit #container main#main #contents .contents__news_posts .contents__news_posts_inner .news_posts__post a .post__title {
  font-size: 18px;
  line-height: 35px;
  letter-spacing: 0.5px;
  padding-top: 4px;
}
@media all and (max-width: 1000px) {
  body#recruit #container main#main #contents .contents__news_posts .contents__news_posts_inner .news_posts__post a .post__title {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.2px;
    padding: 34px 0 34px 80px;
  }
}
body#recruit #container main#main #contents .contents__news_posts .contents__news_posts_inner .news_posts__post a .post__arrow {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 2;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
@media all and (max-width: 1000px) {
  body#recruit #container main#main #contents .contents__news_posts .contents__news_posts_inner .news_posts__post a .post__arrow {
    display: none;
  }
}
body#recruit #container main#main #contents .contents__news_posts .contents__news_posts_inner .news_posts__post a .post__arrow img {
  display: block;
  width: 43px;
  height: 43px;
}
body#recruit #container main#main #contents .contents__news_posts .contents__news_posts_inner .news_posts__post a .post__arrow img.on {
  display: none;
}
.pc body#recruit #container main#main #contents .contents__news_posts .contents__news_posts_inner .news_posts__post a:hover .post__date .date__m_d {
  color: #cccccc;
}
.pc body#recruit #container main#main #contents .contents__news_posts .contents__news_posts_inner .news_posts__post a:hover .post__title {
  color: #cccccc;
}
.pc body#recruit #container main#main #contents .contents__news_posts .contents__news_posts_inner .news_posts__post a:hover .post__arrow img.off {
  display: none;
}
.pc body#recruit #container main#main #contents .contents__news_posts .contents__news_posts_inner .news_posts__post a:hover .post__arrow img.on {
  display: block;
}
body#recruit #container main#main #contents .contents__information {
  padding: 0 40px;
}
@media all and (max-width: 1000px) {
  body#recruit #container main#main #contents .contents__information {
    padding: 0 20px;
  }
}
body#recruit #container main#main #contents .contents__information .contents__information_inner {
  padding: 0 8.8%;
}
@media all and (min-width: 1830px) {
  body#recruit #container main#main #contents .contents__information .contents__information_inner {
    width: 1750px;
    margin: 0 auto;
    padding: 0 155px;
  }
}
@media all and (max-width: 1000px) {
  body#recruit #container main#main #contents .contents__information .contents__information_inner {
    padding: 0;
  }
}
body#recruit #container main#main #contents .contents__information .contents__information_inner .information__headline {
  font-size: 24px;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: 0.8px;
  padding-top: 31px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media all and (max-width: 1000px) {
  body#recruit #container main#main #contents .contents__information .contents__information_inner .information__headline {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.5px;
    padding-top: 23px;
  }
}
body#recruit #container main#main #contents .contents__information .contents__information_inner .information__description {
  font-size: 18px;
  line-height: 35px;
  letter-spacing: 0.5px;
  text-align: justify;
  padding-top: 42px;
}
@media all and (max-width: 1000px) {
  body#recruit #container main#main #contents .contents__information .contents__information_inner .information__description {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.2px;
    padding-top: 26px;
  }
}
body#recruit #container main#main #contents .contents__information .contents__information_inner .information__special_site {
  padding: 35px 0 60px 0;
}
@media all and (max-width: 1000px) {
  body#recruit #container main#main #contents .contents__information .contents__information_inner .information__special_site {
    padding: 34px 0 40px 0;
  }
}
body#recruit #container main#main #contents .contents__information .contents__information_inner .information__special_site .special_site__left {
  float: left;
  width: 50%;
}
@media all and (max-width: 1000px) {
  body#recruit #container main#main #contents .contents__information .contents__information_inner .information__special_site .special_site__left {
    float: none;
    width: 100%;
    padding-top: 14px;
  }
}
body#recruit #container main#main #contents .contents__information .contents__information_inner .information__special_site .special_site__left .left__description {
  font-size: 18px;
  line-height: 35px;
  letter-spacing: 0.5px;
  text-align: justify;
}
@media all and (max-width: 1000px) {
  body#recruit #container main#main #contents .contents__information .contents__information_inner .information__special_site .special_site__left .left__description {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.2px;
  }
}
body#recruit #container main#main #contents .contents__information .contents__information_inner .information__special_site .special_site__left .left__link {
  padding-top: 31px;
}
@media all and (max-width: 1000px) {
  body#recruit #container main#main #contents .contents__information .contents__information_inner .information__special_site .special_site__left .left__link {
    padding-top: 24px;
  }
}
body#recruit #container main#main #contents .contents__information .contents__information_inner .information__special_site .special_site__left .left__link a {
  display: inline-block;
  height: 43px;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #000000;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.5px;
  text-indent: 0.5px;
  text-align: center;
  padding: 11px 14px 0 14px;
  padding: 11.5px 14px 0 14px;
  border: 1px solid #000000;
  border-radius: 15px 15px 15px 15px;
}
@media all and (max-width: 1000px) {
  body#recruit #container main#main #contents .contents__information .contents__information_inner .information__special_site .special_site__left .left__link a {
    height: 34px;
    font-size: 14px;
    padding: 9px 10px 0 10px;
    border-radius: 10px 10px 10px 10px;
  }
}
.pc body#recruit #container main#main #contents .contents__information .contents__information_inner .information__special_site .special_site__left .left__link a:hover {
  color: #ffffff;
  background: #000000;
}
body#recruit #container main#main #contents .contents__information .contents__information_inner .information__special_site .special_site__right {
  float: right;
  width: 50%;
  padding: 10px 0 0 10%;
}
@media all and (min-width: 1830px) {
  body#recruit #container main#main #contents .contents__information .contents__information_inner .information__special_site .special_site__right {
    padding-left: 145px;
  }
}
@media all and (max-width: 1000px) {
  body#recruit #container main#main #contents .contents__information .contents__information_inner .information__special_site .special_site__right {
    float: none;
    width: 100%;
    padding: 0;
  }
}
body#recruit #container main#main #contents .contents__information .contents__information_inner .information__special_site .special_site__right a {
  display: block;
}
body#recruit #container main#main #contents .contents__information .contents__information_inner .information__special_site .special_site__right a img {
  display: block;
  width: 100%;
  height: auto;
}
.pc body#recruit #container main#main #contents .contents__information .contents__information_inner .information__special_site .special_site__right a:hover img {
  -webkit-filter: url(#duotone_gray);
  -moz-filter: url(#duotone_gray);
  -o-filter: url(#duotone_gray);
  -ms-filter: url(#duotone_gray);
  filter: url(#duotone_gray);
}
body#recruit #container main#main #contents .contents__information .contents__information_inner .information__special_site:after {
  content: "";
  display: block;
  clear: both;
}
@media all and (max-width: 1000px) {
  body#recruit #container main#main #contents .contents__information .contents__information_inner .information__special_site:after {
    display: none;
  }
}
body#recruit #container main#main #contents .contents__recruit {
  padding: 0 40px;
}
@media all and (max-width: 1000px) {
  body#recruit #container main#main #contents .contents__recruit {
    padding: 0 20px;
  }
}
body#recruit #container main#main #contents .contents__recruit .contents__recruit_inner {
  padding: 0 8.8%;
}
@media all and (min-width: 1830px) {
  body#recruit #container main#main #contents .contents__recruit .contents__recruit_inner {
    width: 1750px;
    margin: 0 auto;
    padding: 0 155px;
  }
}
@media all and (max-width: 1000px) {
  body#recruit #container main#main #contents .contents__recruit .contents__recruit_inner {
    padding: 0;
  }
}
body#recruit #container main#main #contents .contents__recruit .contents__recruit_inner .recruit__headline {
  font-size: 24px;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: 0.8px;
  padding-top: 31px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media all and (max-width: 1000px) {
  body#recruit #container main#main #contents .contents__recruit .contents__recruit_inner .recruit__headline {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.5px;
    padding-top: 23px;
  }
}
body#recruit #container main#main #contents .contents__recruit .contents__recruit_inner .recruit__recruit_posts {
  padding: 21px 0 150px 0;
}
@media all and (max-width: 1000px) {
  body#recruit #container main#main #contents .contents__recruit .contents__recruit_inner .recruit__recruit_posts {
    padding: 13px 0 20px 0;
  }
}
body#recruit #container main#main #contents .contents__recruit .contents__recruit_inner .recruit__recruit_posts .recruit_posts__post:first-child a {
  border-top: none;
}
body#recruit #container main#main #contents .contents__recruit .contents__recruit_inner .recruit__recruit_posts .recruit_posts__post a {
  display: block;
  padding: 30px 0 22px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media all and (max-width: 1000px) {
  body#recruit #container main#main #contents .contents__recruit .contents__recruit_inner .recruit__recruit_posts .recruit_posts__post a {
    padding: 24px 0 40px 0;
  }
}
body#recruit #container main#main #contents .contents__recruit .contents__recruit_inner .recruit__recruit_posts .recruit_posts__post a .post__thumbnail {
  float: left;
  width: 28.8%;
  padding-bottom: 8px;
}
@media all and (max-width: 1000px) {
  body#recruit #container main#main #contents .contents__recruit .contents__recruit_inner .recruit__recruit_posts .recruit_posts__post a .post__thumbnail {
    float: none;
    width: 100%;
    padding: 34px 60px 0 60px;
  }
}
body#recruit #container main#main #contents .contents__recruit .contents__recruit_inner .recruit__recruit_posts .recruit_posts__post a .post__thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}
body#recruit #container main#main #contents .contents__recruit .contents__recruit_inner .recruit__recruit_posts .recruit_posts__post a .post__information {
  float: right;
  width: 71.2%;
  padding-left: 10%;
}
@media all and (min-width: 1830px) {
  body#recruit #container main#main #contents .contents__recruit .contents__recruit_inner .recruit__recruit_posts .recruit_posts__post a .post__information {
    padding-left: 145px;
  }
}
@media all and (max-width: 1000px) {
  body#recruit #container main#main #contents .contents__recruit .contents__recruit_inner .recruit__recruit_posts .recruit_posts__post a .post__information {
    float: none;
    width: 100%;
    padding-left: 0;
  }
}
body#recruit #container main#main #contents .contents__recruit .contents__recruit_inner .recruit__recruit_posts .recruit_posts__post a .post__information .information__title {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #000000;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.5px;
  padding-top: 32px;
}
@media all and (max-width: 1000px) {
  body#recruit #container main#main #contents .contents__recruit .contents__recruit_inner .recruit__recruit_posts .recruit_posts__post a .post__information .information__title {
    font-size: 18px;
    line-height: 25px;
    padding-top: 0;
  }
}
body#recruit #container main#main #contents .contents__recruit .contents__recruit_inner .recruit__recruit_posts .recruit_posts__post a .post__information .information__sub_title {
  font-size: 14px;
  font-weight: bold;
  line-height: 26px;
  letter-spacing: 0.5px;
  padding-top: 1px;
}
@media all and (max-width: 1000px) {
  body#recruit #container main#main #contents .contents__recruit .contents__recruit_inner .recruit__recruit_posts .recruit_posts__post a .post__information .information__sub_title {
    font-size: 13px;
    line-height: 25px;
    letter-spacing: 0.2px;
    padding-top: 0;
  }
}
body#recruit #container main#main #contents .contents__recruit .contents__recruit_inner .recruit__recruit_posts .recruit_posts__post a .post__information .information__description {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.5px;
  text-align: justify;
  padding-top: 26px;
}
@media all and (max-width: 1000px) {
  body#recruit #container main#main #contents .contents__recruit .contents__recruit_inner .recruit__recruit_posts .recruit_posts__post a .post__information .information__description {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.2px;
    text-align: justify;
    padding-top: 18px;
  }
}
body#recruit #container main#main #contents .contents__recruit .contents__recruit_inner .recruit__recruit_posts .recruit_posts__post a:after {
  content: "";
  display: block;
  clear: both;
}
@media all and (max-width: 1000px) {
  body#recruit #container main#main #contents .contents__recruit .contents__recruit_inner .recruit__recruit_posts .recruit_posts__post a:after {
    display: none;
  }
}
.pc body#recruit #container main#main #contents .contents__recruit .contents__recruit_inner .recruit__recruit_posts .recruit_posts__post a:hover .post__thumbnail img {
  -webkit-filter: url(#duotone_gray);
  -moz-filter: url(#duotone_gray);
  -o-filter: url(#duotone_gray);
  -ms-filter: url(#duotone_gray);
  filter: url(#duotone_gray);
}
.pc body#recruit #container main#main #contents .contents__recruit .contents__recruit_inner .recruit__recruit_posts .recruit_posts__post a:hover .post__information .information__title {
  color: #cccccc;
}
.pc body#recruit #container main#main #contents .contents__recruit .contents__recruit_inner .recruit__recruit_posts .recruit_posts__post a:hover .post__information .information__sub_title {
  color: #cccccc;
}
.pc body#recruit #container main#main #contents .contents__recruit .contents__recruit_inner .recruit__recruit_posts .recruit_posts__post a:hover .post__information .information__description {
  color: #cccccc;
}
