@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

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

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

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

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

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

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

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

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

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

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */

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

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

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

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.js-preload * {
  -webkit-transition: none !important;
  transition: none !important;
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  background: #fff;
  overflow-x: hidden;
  color: #000;
  font-family: 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

a {
  color: #000;
  text-decoration: none;
}

::-moz-selection {
  background: #d80c18;
  color: #fff;
}

::selection {
  background: #d80c18;
  color: #fff;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

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

input,
textarea {
  border-radius: 0;
}

input,
textarea,
select,
option,
button {
  font-size: 1.6rem;
}

a[href],
label[for],
button,
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="image"],
select,
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

::-webkit-input-placeholder {
  color: #999;
  font-size: 1.6rem;
  opacity: 1;
}

::-moz-placeholder {
  color: #999;
  font-size: 1.6rem;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #999;
  font-size: 1.6rem;
  opacity: 1;
}

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

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

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

main {
  position: relative;
  z-index: 2;
  padding: 20px 0 80px;
  background: #f0f0f0;
}

.inner {
  padding: 0 20px;
  background: #fff;
  border-top: 4px solid #d80c18;
}

.page-header-inner {
  padding: 30px 20px;
}

.page-header-breadcrumbs {
  display: none;
}

.page-header-title {
  text-align: center;
}

.page-header-title span {
  display: block;
  letter-spacing: .05em;
}

.page-header-title .lang-en {
  position: relative;
  padding-bottom: 22px;
  font-size: 2.5rem;
  line-height: 1;
}

.page-header-title .lang-en::after {
  position: absolute;
  top: 36px;
  left: 50%;
  content: '';
  width: 46px;
  height: 2px;
  background: #d80c18;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.page-header-title .lang-ja {
  font-size: 1.2rem;
  font-weight: 400;
}

.page-nav {
  margin-bottom: 20px;
  background: #fff;
}

.page-nav ul {
  white-space: nowrap;
  list-style: none;
  text-align: center;
}

.page-nav ul li {
  display: inline-block;
  width: auto;
  padding: 0 15px;
}

.page-nav ul a {
  position: relative;
  display: block;
  padding: 13px 0 13px;
  font-weight: 700;
}

.page-nav ul a::after {
  position: absolute;
  left: 0;
  bottom: 9px;
  content: '';
  width: 100%;
  height: 2px;
  background: #d80c18;
  opacity: 0;
  visibility: hidden;
}

.page-nav ul a.is-current::after {
  opacity: 1;
  visibility: visible;
}

.page-nav ul .fa {
  margin-left: 5px;
}

.page-nav .swiper-scrollbar {
  height: 2px;
  background: #e2e2e2;
}

.page-nav .swiper-scrollbar .swiper-scrollbar-drag {
  height: inherit;
  border-radius: 1px;
  background: #b6b6b6;
}

.page-title {
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: .1em;
  white-space: nowrap;
}

.page-title span {
  position: relative;
  top: -2px;
  display: inline-block;
  padding-left: 22px;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: .05em;
}

.page-title span::before {
  position: absolute;
  top: 3px;
  left: 10px;
  content: '';
  width: 2px;
  height: 85%;
  background: #d80c18;
}

.contact-block {
  padding: 20px;
  background: #fff;
  text-align: center;
}

.contact-block-text {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 1.2rem;
  text-align: left;
}

.contact-block-info {
  margin-top: 20px;
}

.contact-block-person, .contact-block-number {
  font-size: 1.2rem;
}

.contact-block-email {
  display: block;
}

.contact-block-email > a {
  text-decoration: underline;
}

.contact-block-tel + .contact-block-fax::before {
  content: ' ／ ';
}

.contact-block-hour {
  margin-top: 3px;
  font-size: 1.0rem;
}

.news-item {
  margin-top: 20px;
}

.news-item a {
  display: block;
}

.news-item-image {
  position: relative;
  background: #fff;
  overflow: hidden;
}

.news-item-image img {
  width: 100%;
  pointer-events: none;
}

.news-item-text {
  position: relative;
  z-index: 2;
  min-height: 143px;
  margin: -41px 13px 0;
  padding: 8px 15px 20px;
  background: #fff;
  border-top: 3px solid #d80c18;
}

.news-item-text::before {
  position: absolute;
  right: 0;
  bottom: 0;
  content: '';
  width: 20px;
  height: 20px;
  background: -webkit-linear-gradient(135deg, #d80c18 50%, #fff 50%);
  background: linear-gradient(-45deg, #d80c18 50%, #fff 50%);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.news-item-category {
  font-size: 1.2rem;
}

.news-item-category span {
  position: relative;
  top: 1px;
  color: #d80c18;
  font-size: 1.4rem;
  font-weight: 700;
}

.news-item-category span::after {
  content: '／';
  margin: 0 5px 0 6px;
  color: #cdcdcd;
  font-size: 1.2rem;
}

.news-item-date {
  position: absolute;
  top: 12px;
  right: 15px;
  color: #999;
  font-size: 1.2rem;
}

.news-item-title {
  position: relative;
  z-index: 2;
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #f0f0f0;
  line-height: 1.5;
}

.js-hidden-item-list [class$='-item'],
.js-hidden-item-list [class*='-item '] {
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.js-hidden-item-list [class$='-item'].is-hidden,
.js-hidden-item-list [class*='-item '].is-hidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: none;
  transition: none;
}

.button {
  display: inline-block;
  font-weight: 700;
  text-align: center;
}

.button-small {
  padding: 6px;
  border-radius: 24px;
  font-size: 1.2rem;
}

.button-large {
  display: block;
  margin: 0 auto;
  padding: 12px;
  border-radius: 36px;
  font-size: 1.6rem;
}

.button-icon-small {
  padding: 6px;
  border-radius: 24px;
  font-size: 1.2rem;
}

.button-icon-small .fa + span,
.button-icon-small span + .fa {
  margin-left: 6px;
}

.button-icon-large {
  display: block;
  margin: 0 auto;
  padding: 12px;
  border-radius: 36px;
  font-size: 1.6rem;
}

.button-icon-large .fa + span,
.button-icon-large span + .fa {
  margin-left: 10px;
}

.button-primary, .button-secondary {
  border: 1px solid;
  color: #fff;
}

.button-primary.button-small, .button-secondary.button-small {
  min-width: 200px;
}

.button-primary.button-large, .button-secondary.button-large {
  max-width: 320px;
}

.button-primary.button-icon-small, .button-secondary.button-icon-small {
  min-width: 250px;
}

.button-primary.button-icon-large, .button-secondary.button-icon-large {
  max-width: 335px;
}

.button-primary {
  background: #d80c18;
  border-color: #d80c18;
}

.button-primary:disabled {
  background: #fff;
  border-color: #cdcdcd;
  color: #cdcdcd;
}

.button-secondary {
  background: #000;
  border-color: #000;
}

.button-secondary:disabled {
  background: #fff;
  border-color: #cdcdcd;
  color: #cdcdcd;
}

.button-media, .button-pdf {
  border: 1px solid;
  color: #fff;
}

.button-media.button-small, .button-pdf.button-small {
  min-width: 150px;
  padding: 6px 15px;
}

.button-media.button-large, .button-pdf.button-large {
  max-width: 335px;
  padding: 12px 20px;
}

.button-media {
  background: #000;
  border-color: #000;
}

.button-media.button-small .fa {
  margin-left: 7px;
}

.button-media.button-large .fa {
  margin-left: 7px;
}

.button-pdf {
  background: #d80c18;
  border-color: #d80c18;
}

.button-pdf.button-small .fa {
  margin-right: 7px;
}

.button-pdf.button-large .fa {
  margin-right: 10px;
}

.pagetop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .25s ease-in-out, visibility .25s ease-in-out, -webkit-transform .25s ease-in-out;
  transition: opacity .25s ease-in-out, visibility .25s ease-in-out, -webkit-transform .25s ease-in-out;
  transition: opacity .25s ease-in-out, visibility .25s ease-in-out, transform .25s ease-in-out;
  transition: opacity .25s ease-in-out, visibility .25s ease-in-out, transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
}

.pagetop.is-show {
  opacity: 1;
  visibility: visible;
}

.pagetop a {
  display: block;
  width: 40px;
  height: 40px;
  border: 2px solid #d80c18;
  border-radius: 50%;
  font-size: 0;
}

.pagetop a::before {
  position: absolute;
  top: 6px;
  left: 16px;
  content: '\f176';
  color: #d80c18;
  font-size: 1.8rem;
  font-family: 'FontAwesome';
}

.contents-wrapper.js-nav-open + .pagetop {
  -webkit-transform: translateX(-280px);
          transform: translateX(-280px);
}

.wp-pagenavi {
  margin: 30px -20px 0;
  font-size: 0;
  text-align: center;
}

.wp-pagenavi .pages {
  display: none;
}

.wp-pagenavi a, .wp-pagenavi span {
  display: inline-block;
  min-width: 40px;
  height: 40px;
  margin: 0 3px;
  padding: 0 5px;
  font-size: 1.6rem;
  line-height: 40px;
  background: #fff;
  vertical-align: top;
}

.wp-pagenavi a.is-hidden {
  display: none;
}

.wp-pagenavi .current {
  background: #d80c18;
  color: #fff;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  position: relative;
  padding: 0 12px;
  background: #d80c18;
  color: #fff;
  font-size: 1.8rem;
}

.wp-pagenavi .previouspostslink::before,
.wp-pagenavi .nextpostslink::before {
  position: absolute;
  top: 0;
  content: '';
  width: 0;
  border: 20px solid transparent;
}

.wp-pagenavi .previouspostslink {
  margin-right: 3px;
}

.wp-pagenavi .previouspostslink::before {
  right: 100%;
  border-right-color: #d80c18;
}

.wp-pagenavi .nextpostslink {
  margin-left: 3px;
}

.wp-pagenavi .nextpostslink::before {
  position: absolute;
  left: 100%;
  border-left-color: #d80c18;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-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);
          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 {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[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;
}

.aside-carousel-title {
  margin-bottom: 8px;
}

.aside-carousel-title span {
  display: inline-block;
  line-height: 1;
  vertical-align: top;
}

.aside-carousel-title .lang-en {
  margin-right: 7px;
  padding-right: 10px;
  border-right: 2px solid #d80c18;
  font-size: 1.6rem;
  letter-spacing: .025em;
}

.aside-carousel-title .lang-ja {
  font-size: 1.4rem;
  font-weight: 400;
}

.aside-carousel-list .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 30px;
  height: 30px;
  background: #d80c18;
  border: 1px solid #d80c18;
  border-radius: 50%;
  font-size: 0;
  cursor: pointer;
  outline: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.aside-carousel-list .slick-arrow::before {
  position: absolute;
  top: 7px;
  left: 6px;
  color: #fff;
  font-size: 1.6rem;
  font-family: 'FontAwesome';
  line-height: 1;
}

.aside-carousel-list .slick-prev {
  left: -15px;
}

.aside-carousel-list .slick-prev::before {
  content: '\f177';
}

.aside-carousel-list .slick-next {
  right: -15px;
}

.aside-carousel-list .slick-next::before {
  content: '\f178';
}

.aside-carousel-list .slick-disabled {
  opacity: 0;
  visibility: hidden;
}

.aside-carousel .slick-slide {
  margin-top: 0;
}

.design-select {
  position: relative;
  display: block;
  width: 100%;
  padding: 12px;
  background: #f0f0f0;
  border-radius: 24px;
  clear: both;
  cursor: pointer;
  font-family: inherit;
  font-size: 1.2rem;
  outline: none;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  -webkit-tap-highlight-color: transparent;
}

.design-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.design-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.design-select .list {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9;
  width: 100%;
  margin-top: 5px;
  padding: 0;
  background: #d80c18;
  list-style: none;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.design-select .option {
  padding: 10px;
  color: #fff;
  cursor: pointer;
  outline: none;
  white-space: normal;
}

.design-select .option.selected {
  background: #e4555e;
}

.design-select .current {
  position: relative;
  display: block;
  padding-right: 10px;
}

.design-select .current::after {
  position: absolute;
  top: 6px;
  right: -2px;
  content: '';
  width: 0;
  height: 0;
  border-top: 7px solid #d80c18;
  border-bottom: 7px solid transparent;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  -webkit-transform-origin: 50% 25%;
          transform-origin: 50% 25%;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.design-select .current span {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.design-select.open .current::after {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}

.form-contents .required {
  color: #d80c18;
}

.form-contents .multiple {
  color: #666;
  font-size: 1.2rem;
}

.form-contents .prologue {
  margin-top: 12px;
}

.form-contents .prologue a {
  color: #d80c18;
}

.form-contents .prologue-note {
  margin-top: 8px;
  font-size: 1.1rem;
}

.form-contents input[type="text"],
.form-contents input[type="email"],
.form-contents textarea {
  outline: none;
}

.form-contents input[type="text"]::-webkit-input-placeholder,
.form-contents input[type="email"]::-webkit-input-placeholder,
.form-contents textarea::-webkit-input-placeholder {
  padding-top: 3px;
  font-size: 1.2rem;
}

.form-contents input[type="text"]::-moz-placeholder,
.form-contents input[type="email"]::-moz-placeholder,
.form-contents textarea::-moz-placeholder {
  padding-top: 3px;
  font-size: 1.2rem;
}

.form-contents input[type="text"]:-ms-input-placeholder,
.form-contents input[type="email"]:-ms-input-placeholder,
.form-contents textarea:-ms-input-placeholder {
  padding-top: 3px;
  font-size: 1.2rem;
}

.form-contents input[type="text"],
.form-contents input[type="email"] {
  width: 100%;
  padding: 8px 12px;
  background: #f0f0f0;
  border-radius: 24px;
}

.form-contents textarea {
  width: 100%;
  height: 150px;
  min-height: 150px;
  padding: 8px 12px;
  background: #f0f0f0;
  border-radius: 18px;
}

.form-contents .design-select .current::after {
  right: 5px;
}

.form-contents .mwform-checkbox-field,
.form-contents .mwform-radio-field {
  display: block;
  position: relative;
}

.form-contents .checkbox-list > span {
  display: block;
  margin-top: 15px;
  margin-left: 0 !important;
}

.form-contents .checkbox-list > span:first-child {
  margin-top: 10px;
}

.form-contents .checkbox-list label {
  cursor: pointer;
}

.form-contents input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.form-contents input[type="checkbox"] + span {
  display: inline-block;
  position: relative;
  padding-left: 30px;
}

.form-contents input[type="checkbox"] + span::before, .form-contents input[type="checkbox"] + span::after {
  position: absolute;
  -webkit-transition: .15s ease-in-out;
  transition: .15s ease-in-out;
}

.form-contents input[type="checkbox"] + span::before {
  top: 0;
  left: 0;
  content: '';
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #cdcdcd;
  border-radius: 3px;
}

.form-contents input[type="checkbox"] + span::after {
  top: -2px;
  left: 2px;
  content: '\f00c';
  color: #fff;
  font-size: 1.6rem;
  font-family: 'FontAwesome';
  opacity: 0;
  visibility: hidden;
}

.form-contents input[type="checkbox"]:checked + span::before {
  background: #d80c18;
  border-color: #d80c18;
}

.form-contents input[type="checkbox"]:checked + span::after {
  opacity: 1;
  visibility: visible;
}

.form-contents input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.form-contents input[type="radio"] + span {
  display: inline-block;
  position: relative;
  padding-left: 30px;
}

.form-contents input[type="radio"] + span::before, .form-contents input[type="radio"] + span::after {
  position: absolute;
  content: '';
  border-radius: 50%;
  -webkit-transition: .15s ease-in-out;
  transition: .15s ease-in-out;
}

.form-contents input[type="radio"] + span::before {
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #cdcdcd;
}

.form-contents input[type="radio"] + span::after {
  top: 3px;
  left: 3px;
  width: 14px;
  height: 14px;
  background: #cdcdcd;
  opacity: 0;
  visibility: hidden;
}

.form-contents input[type="radio"]:checked + span::before {
  border-color: #d80c18;
}

.form-contents input[type="radio"]:checked + span::after {
  background: #d80c18;
  opacity: 1;
  visibility: visible;
}

.form-row {
  margin-top: 20px;
}

.form-label {
  font-weight: 700;
}

.form-label .required {
  position: relative;
  top: -3px;
  margin-left: 2px;
  font-size: 1.0rem;
}

.form-label .note {
  position: relative;
  top: -1px;
  display: inline-block;
  margin-left: 5px;
  font-size: 1.0rem;
  font-weight: 400;
}

.form-field {
  margin-top: 5px;
}

.form-field .note {
  font-size: 1.2rem;
  margin-top: 5px;
}

.form-field .column-field-col:first-child {
  margin-bottom: 8px;
}

.form-field .checkbox-list > span,
.form-field .radio-list > span {
  display: block;
  margin-top: 15px;
  margin-left: 0 !important;
}

.form-field .checkbox-list > span:first-child,
.form-field .radio-list > span:first-child {
  margin-top: 10px;
}

.form-field .checkbox-list label,
.form-field .radio-list label {
  cursor: pointer;
}

.form-row-tel .form-field .note {
  display: none;
}

.form-button-area {
  margin-top: 20px;
}

.form-button-area .button {
  display: block;
  width: 100%;
  max-width: 335px;
  outline: 0;
}

.form-button-area .button-back {
  width: 200px;
}

.form-privacy-check {
  margin-top: 20px;
  padding: 20px 10px;
  background: #f0f0f0;
  text-align: center;
}

.form-privacy-check-title {
  font-weight: 700;
}

.form-privacy-check-text {
  display: inline-block;
  margin-top: 8px;
  text-align: left;
}

.form-privacy-check-text a {
  color: #d80c18;
  font-weight: 700;
  text-decoration: underline;
}

.form-privacy-check-text .br-hidden {
  display: none;
}

.form-privacy-check-input {
  margin-top: 15px;
}

.form-privacy-check-input .required {
  position: relative;
  top: -3px;
  margin-left: 2px;
  font-size: 1.0rem;
}

.form-privacy-check-input label {
  cursor: pointer;
}

.form-contents .error-list {
  display: none;
  margin-top: 25px;
  color: #d80c18;
}

.form-contents .error-list-title {
  font-weight: 700;
}

.form-contents .error-list-text {
  margin-top: 3px;
  line-height: 1.8;
}

.form-contents .error-list-text .error {
  color: #d80c18;
}

.form-contents .error .checkbox-list {
  color: #d80c18;
}

.form-contents .error-form-field input[type="text"],
.form-contents .error-form-field input[type="email"],
.form-contents .error-form-field textarea {
  background: #ffced1;
}

.form-contents .error-form-field input[type="text"]::-webkit-input-placeholder,
.form-contents .error-form-field input[type="email"]::-webkit-input-placeholder,
.form-contents .error-form-field textarea::-webkit-input-placeholder {
  color: #d80c18;
}

.form-contents .error-form-field input[type="text"]::-moz-placeholder,
.form-contents .error-form-field input[type="email"]::-moz-placeholder,
.form-contents .error-form-field textarea::-moz-placeholder {
  color: #d80c18;
}

.form-contents .error-form-field input[type="text"]:-ms-input-placeholder,
.form-contents .error-form-field input[type="email"]:-ms-input-placeholder,
.form-contents .error-form-field textarea:-ms-input-placeholder {
  color: #d80c18;
}

.form-contents .error-form-field .checkbox-list,
.form-contents .error-form-field .radio-list {
  color: #d80c18;
}

.form-contents .error-privacy-check {
  background: #ffced1;
}

.form-contents input[type="text"].error-column-input {
  background: #ffced1;
}

.form-contents input[type="text"].error-column-input::-webkit-input-placeholder {
  color: #d80c18;
}

.form-contents input[type="text"].error-column-input::-moz-placeholder {
  color: #d80c18;
}

.form-contents input[type="text"].error-column-input:-ms-input-placeholder {
  color: #d80c18;
}

.form-contents .checkbox-list .error,
.form-contents .form-field .error,
.form-contents .form-privacy-check .error {
  display: none;
}

.form-contents .confirm-text {
  display: block;
  margin-top: 20px;
  font-weight: 700;
  color: #d80c18;
  text-align: center;
}

.form-contents .mw_wp_form_input .prologue-confirm {
  display: none;
}

.form-contents .mw_wp_form_input .confirm-text.-confirm {
  display: none;
}

.form-contents .mw_wp_form_error .error-list {
  display: block;
}

.form-contents .mw_wp_form_confirm .prologue-input {
  display: none;
}

.form-contents .mw_wp_form_confirm .form-row {
  margin-top: 30px;
}

.form-contents .mw_wp_form_confirm .form-field {
  margin-top: 10px;
  font-size: 1.3rem;
}

.form-contents .mw_wp_form_confirm .form-row-tel .note {
  display: none;
}

.form-contents .mw_wp_form_confirm .form-row-email-conf {
  display: none;
}

.form-contents .mw_wp_form_confirm .form-row-message .form-field {
  line-height: 1.8;
}

.form-contents .mw_wp_form_confirm .column-field-col:first-child {
  margin-bottom: 20px;
}

.form-contents .mw_wp_form_confirm .checkbox-list {
  margin-top: -5px;
  line-height: 2.4;
}

.form-contents .mw_wp_form_confirm .confirm-text.-input {
  display: none;
}

.form-contents .mw_wp_form_confirm .form-privacy-check {
  display: none;
}

.form-contents .mw_wp_form_confirm .form-button-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 10px;
}

.form-contents .mw_wp_form_confirm .form-button-area .button-back {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  margin: 25px auto 0;
}

.form-contents .mw_wp_form_confirm .form-button-area .button-submit {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.form-sent-title {
  margin: 60px -10px 0;
  color: #d80c18;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}

.form-sent-text {
  margin-top: 5px;
  text-align: center;
}

.form-sent-button {
  width: 200px;
  margin: 50px auto 0;
}

.form-sent-button .button {
  display: block;
  min-width: inherit;
}

.global-header {
  position: relative;
  z-index: 100;
}

.global-header-inner {
  padding: 14px 20px;
  background: #d80c18;
}

.global-header .logo {
  width: 115px;
  font-size: 0;
}

.global-nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  width: 280px;
  height: 100%;
  -webkit-transform: translateX(280px);
          transform: translateX(280px);
}

.global-nav-inner {
  position: relative;
  height: 100%;
  padding: 50px 20px 30px;
  background: #d80c18;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.global-nav-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  border: none;
  font-size: 0;
}

.global-nav-close::before, .global-nav-close::after {
  position: absolute;
  top: 13px;
  left: 3px;
  content: '';
  display: inline-block;
  width: 24px;
  height: 3px;
  background: #fff;
  border-radius: 3px;
}

.global-nav-close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.global-nav-close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

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

.global-nav-list li {
  border-bottom: 1px solid #c20a15;
}

.global-nav-list li a {
  display: block;
  padding: 22px 0 18px;
  color: #fff;
  white-space: nowrap;
}

.global-nav-list li span {
  display: inline-block;
  line-height: 1;
  vertical-align: top;
}

.global-nav-list li .lang-en {
  margin-right: 10px;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: .05em;
}

.global-nav-list li .lang-ja {
  padding-top: 6px;
  font-size: 1.0rem;
}

.global-nav-contact {
  width: 70px;
  margin: 30px auto 0;
}

.global-nav-contact a {
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
  padding-top: 5px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 0;
  text-align: center;
}

.global-nav-contact a::before {
  content: '\f0e0';
  color: #d80c18;
  font-size: 3.6rem;
  font-family: 'FontAwesome';
}

.global-nav-open {
  position: fixed;
  top: 5px;
  right: 10px;
  z-index: 100;
  width: 50px;
  height: 50px;
  background: #d80c18;
  border: 1px solid #d80c18;
  border-radius: 50%;
  font-size: 0;
}

.global-nav-open span {
  position: absolute;
  top: 12px;
  left: 50%;
  display: inline-block;
  width: 30px;
  height: 3px;
  background: #fff;
  border-radius: 3px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.global-nav-open span::before, .global-nav-open span::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  background: #fff;
  border-radius: 3px;
}

.global-nav-open span::before {
  top: 10px;
}

.global-nav-open span::after {
  top: 20px;
}

.global-header-inner,
.global-nav,
.contents-wrapper,
.global-footer {
  -webkit-transition: -webkit-transform .25s ease-in-out;
  transition: -webkit-transform .25s ease-in-out;
  transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
}

.global-header-inner.js-nav-open,
.global-nav-open.js-nav-open,
.contents-wrapper.js-nav-open,
.global-footer.js-nav-open,
.home-visual.js-nav-open {
  -webkit-transform: translateX(-280px);
          transform: translateX(-280px);
}

.global-nav.js-nav-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.global-nav-open {
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.global-nav-open.js-nav-open {
  opacity: 0;
  visibility: hidden;
}

.global-footer {
  position: relative;
  z-index: 2;
  background: #d80c18;
  color: #fff;
}

.global-footer-inner {
  padding: 20px;
  text-align: center;
}

.global-footer-logo {
  width: 130px;
  margin: 0 auto;
}

.global-footer-message {
  margin-top: 28px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .1em;
}

.global-footer-nav-inner {
  padding-bottom: 30px;
}

.global-footer-nav ul {
  border-top: 1px solid #c20a15;
  list-style: none;
}

.global-footer-nav ul li {
  border-bottom: 1px solid #c20a15;
}

.global-footer-nav ul a {
  display: block;
  padding: 12px;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}

.global-footer-follow {
  width: 250px;
  margin: 30px auto 0;
  padding: 8px;
  background: #fff;
  border-radius: 30px;
  text-align: center;
}

.global-footer-follow span,
.global-footer-follow a {
  position: relative;
  display: inline-block;
  color: #d80c18;
  vertical-align: middle;
}

.global-footer-follow-label {
  padding-right: 25px;
  font-weight: 700;
}

.global-footer-follow a {
  width: 32px;
  height: 32px;
  font-size: 0;
}

.global-footer-follow a::before {
  position: absolute;
  line-height: 1;
  font-family: 'FontAwesome';
}

.global-footer-follow-twitter {
  margin-left: 15px;
}

.global-footer-follow-facebook {
  margin-left: 10px;
}

.global-footer .copyright {
  display: block;
  padding: 8px 0;
  background: #b70102;
  font-size: 1.0rem;
  line-height: 1;
  letter-spacing: .05em;
  text-align: center;
}

.clone-global-header,
.clone-global-nav {
  display: none;
}

.home-loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.home-loading.js-hidden {
  opacity: 0;
  visibility: hidden;
}

.home-loading img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  -webkit-animation: loading-spin 1s linear infinite;
          animation: loading-spin 1s linear infinite;
}

.home-visual {
  position: relative;
  padding-bottom: 140px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .5s ease-in-out, -webkit-transform .25s ease-in-out;
  transition: opacity .5s ease-in-out, -webkit-transform .25s ease-in-out;
  transition: opacity .5s ease-in-out, transform .25s ease-in-out;
  transition: opacity .5s ease-in-out, transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
}

.home-visual.js-visible {
  opacity: 1;
  visibility: visible;
}

.home-visual-movie {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 62.5%;
  overflow: hidden;
}

.home-visual-movie .video-mask {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: url(../images/common/bg_mask_04.png);
}

.home-visual-movie-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/home/img_visual_01.jpg) 50% 50% no-repeat;
  background-size: cover;
}

.home-visual-movie video {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
}

.home-visual-message {
  position: absolute;
  left: 0;
  bottom: 20px;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.home-visual-message p {
  padding: 0 5px 0 15px;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 2.2;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
}

.home-visual-message p span {
  letter-spacing: -.25em;
}

.home-visual-message p strong {
  display: block;
  margin: 8px 0 0 -3px;
  color: #d80c18;
  font-size: 3.6rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .02em;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(15px) scaleX(1.15);
          transform: translateY(15px) scaleX(1.15);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.home-visual-message.js-visible p {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: .25s ease-in-out, opacity .5s ease 1s, visibility .5s ease 1s, -webkit-transform .5s ease 1s;
  transition: .25s ease-in-out, opacity .5s ease 1s, visibility .5s ease 1s, -webkit-transform .5s ease 1s;
  transition: .25s ease-in-out, opacity .5s ease 1s, visibility .5s ease 1s, transform .5s ease 1s;
  transition: .25s ease-in-out, opacity .5s ease 1s, visibility .5s ease 1s, transform .5s ease 1s, -webkit-transform .5s ease 1s;
}

.home-visual-message.js-visible p strong {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0) scaleX(1.15);
          transform: translateY(0) scaleX(1.15);
  -webkit-transition: .25s ease-in-out, opacity .5s ease 1.4s, visibility .5s ease 1.4s, -webkit-transform .5s ease 1.4s;
  transition: .25s ease-in-out, opacity .5s ease 1.4s, visibility .5s ease 1.4s, -webkit-transform .5s ease 1.4s;
  transition: .25s ease-in-out, opacity .5s ease 1.4s, visibility .5s ease 1.4s, transform .5s ease 1.4s;
  transition: .25s ease-in-out, opacity .5s ease 1.4s, visibility .5s ease 1.4s, transform .5s ease 1.4s, -webkit-transform .5s ease 1.4s;
}

.home-visual-scroll {
  display: none;
}

.home-header-visual {
  position: relative;
}

.home main {
  padding: 0;
}

.home-section-inner {
  padding: 40px 20px;
}

.home-section-title {
  margin-bottom: 30px;
  text-align: center;
}

.home-section-title span {
  display: block;
  letter-spacing: .05em;
}

.home-section-title .lang-en {
  position: relative;
  padding-bottom: 22px;
  font-size: 2.5rem;
  line-height: 1;
}

.home-section-title .lang-en::after {
  position: absolute;
  top: 36px;
  left: 50%;
  content: '';
  width: 46px;
  height: 2px;
  background: #d80c18;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.home-section-title .lang-ja {
  font-size: 1.2rem;
  font-weight: 400;
}

.home-news-section {
  background: #f0f0f0;
}

.home-news-section .news-item:nth-last-child(-n+3) {
  display: none;
}

.home-news-more {
  margin-top: 30px;
}

.home-business-section {
  position: relative;
  background: url(../images/home/bg_business_01_small.jpg) 50% 50% no-repeat;
  background-size: cover;
}

.home-business-section::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  content: '';
  width: 100%;
  height: 100%;
  background: url(../images/common/bg_mask_01.png);
}

.home-business-section-inner {
  position: relative;
  z-index: 3;
}

.home-business-col:first-child {
  margin-bottom: 20px;
}

.home-business-col a {
  display: block;
  height: 100%;
  padding: 20px;
  border: 1px solid #000;
  text-align: center;
}

.home-business-col-title {
  font-size: 4.0rem;
  line-height: 1;
}

.home-business-col-text {
  margin: 10px 0;
  font-size: 1.2rem;
}

.home-whats-section {
  background: #fff;
}

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

.home-whats-list li {
  position: relative;
  height: 185px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-whats-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: url(../images/home/bg_whats_01.png);
}

.home-whats-list li:not(:first-child) {
  margin-top: 20px;
}

.home-whats-list li:nth-child(1) {
  background-image: url(../images/home/img_whats_01.jpg);
}

.home-whats-list li:nth-child(2) {
  background-image: url(../images/home/img_whats_02.jpg);
}

.home-whats-list li:nth-child(3) {
  background-image: url(../images/home/img_whats_03.jpg);
}

.home-whats-list li a {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
}

.home-whats-list li p {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 3;
  width: 100%;
  color: #fff;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}

.home-whats-list li span {
  display: block;
}

.home-whats-list li .lang-en {
  margin-bottom: 10px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.home-whats-list li .lang-ja {
  font-size: 1.2rem;
}

.home-recruit-image img {
  width: 100%;
}

.home-recruit-contents {
  padding: 20px 20px 40px;
  text-align: center;
}

.home-recruit-title {
  font-size: 3.2rem;
  letter-spacing: .05em;
  line-height: 1;
}

.home-recruit-text {
  margin: 10px 0 15px;
  font-size: 1.2rem;
  line-height: 1.8;
}

@-webkit-keyframes loading-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loading-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes scroll-wheel {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 14px);
            transform: translate(0, 14px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes scroll-wheel {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 14px);
            transform: translate(0, 14px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.news-archive {
  padding: 0 20px;
}

.news-search {
  margin-bottom: 20px;
  padding: 10px;
  background: #e2e2e2;
}

.news-search-keyword {
  position: relative;
}

.news-search-keyword-field {
  width: 100%;
  padding: 5px 30px 5px 10px;
  background: #fff;
  border-radius: 20px;
  outline: none;
}

.news-search-keyword-button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 30px;
  height: 100%;
  border: none;
  font-size: 0;
}

.news-search-keyword-button::before {
  position: absolute;
  top: 9px;
  left: 4px;
  content: '\f002';
  color: #d80c18;
  font-size: 1.7rem;
  font-family: 'FontAwesome';
  line-height: 1;
}

.news-search-year-category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  position: relative;
  margin-top: 10px;
  padding-right: 30px;
}

.news-search-year-category-button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 30px;
  height: 30px;
  background: #d80c18;
  border: 1px solid #d80c18;
  border-radius: 50%;
  font-size: 0;
}

.news-search-year-category-button::before {
  position: absolute;
  top: 5px;
  left: 5px;
  content: '\f002';
  color: #fff;
  font-size: 1.7rem;
  font-family: 'FontAwesome';
  line-height: 1;
}

.news-search-year {
  width: calc(42% - 5px);
}

.news-search-category {
  width: calc(58% - 5px);
  margin-left: 5px;
}

.news-search .design-select {
  position: static;
  height: 30px;
  padding: 5px 10px;
  background: #fff;
  border-radius: 20px;
}

.news-search .design-select .list {
  width: calc(100% - 35px);
}

.news-result-keyword {
  margin-top: 25px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}

.news-result-notfound {
  margin-top: 35px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.4;
}

.news-article-container {
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 40px;
}

.news-article-header-meta {
  position: relative;
  padding-bottom: 8px;
  border-bottom: 1px solid #f0f0f0;
}

.news-article-header-category {
  display: inline-block;
  font-size: 1.2rem;
}

.news-article-header-category span {
  position: relative;
  top: 1px;
  color: #d80c18;
  font-size: 1.4rem;
  font-weight: 700;
}

.news-article-header-category span::after {
  content: '／';
  margin: 0 5px 0 6px;
  color: #cdcdcd;
  font-size: 1.2rem;
}

.news-article-header-date {
  position: absolute;
  top: 4px;
  right: 0;
  color: #999;
  font-size: 1.2rem;
}

.news-article-header-title {
  margin-top: 10px;
  font-size: 1.6rem;
  line-height: 1.4;
}

.news-article-header-button {
  position: relative;
}

.news-article-header-more {
  position: absolute;
  top: -44px;
  right: 0;
}

.news-article-header-more + .news-article-header-sns {
  margin-top: 70px;
}

.news-article-header-sns {
  margin-top: 25px;
  padding-top: 15px;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  list-style: none;
}

.news-article-header-sns li {
  display: inline-block;
  margin: 0 15px 10px 0;
  vertical-align: top;
}

.news-article-header-sns li .fb-like {
  position: relative;
  top: -2px;
}

.news-article-header-sns .pc-share {
  display: none;
}

.news-article-thumbnail {
  margin-top: 20px;
  text-align: center;
}

.news-article-thumbnail img {
  display: inline-block;
  max-width: 100%;
  border: 1px solid #f0f0f0;
}

.news-article-contents {
  margin-top: 20px;
}

.news-article-contents a {
  text-decoration: underline;
  word-break: break-all;
}

.news-article-contents h2 {
  margin-top: 30px;
  padding: 10px;
  background: #d80c18;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.4;
}

.news-article-contents h3 {
  margin-top: 30px;
  padding-bottom: 8px;
  border-bottom: 1px dotted #d80c18;
  color: #d80c18;
  font-size: 1.6rem;
  line-height: 1.4;
}

.news-article-contents p {
  margin-top: 12px;
  line-height: 1.75;
}

.news-article-contents .red {
  color: #d80c18;
}

.news-article-contents .fz-small {
  font-size: 1.3rem;
}

.news-article-contents .fz-large {
  font-size: 1.6rem;
}

.news-article-contents ul {
  margin-top: 20px;
  list-style: none;
}

.news-article-contents ul li {
  position: relative;
  padding-left: 1.5em;
}

.news-article-contents ul li::before {
  position: absolute;
  top: 0;
  left: .25em;
  content: '・';
}

.news-article-contents ol {
  margin: 20px 0 0 18px;
}

.news-article-contents .search-block {
  margin-top: 20px;
  padding: 20px;
  background: #f0f0f0;
  font-size: 1.2rem;
}

.news-article-contents .search-block > :first-child {
  margin-top: 0;
}

.news-article-contents .search-block p {
  margin-top: 20px;
}

.news-article-contents .search-block-title {
  margin-top: 25px;
}

.news-article-contents .search-block-title + p, .news-article-contents .search-block-title + ul, .news-article-contents .search-block-title + ol {
  margin-top: 0;
}

.news-article-contents .image-box {
  max-width: 800px;
  margin: 40px auto 0;
  text-align: center;
}

.news-article-contents .image-box.image-title-box {
  margin-top: 25px;
}

.news-article-contents .image-box.image-caption-box {
  margin-top: 20px;
}

.news-article-contents .image-box-inner {
  display: inline-block;
  text-align: left;
}

.news-article-contents .image-box p {
  margin: 0;
}

.news-article-contents .image-box .image-title {
  margin: 0 0 25px;
  font-size: 1.6rem;
  font-weight: 700;
  word-break: break-all;
  text-align: center;
}

.news-article-contents .image-box .image-title + .image {
  margin-top: 0;
}

.news-article-contents .image-box .image-area {
  text-align: center;
}

.news-article-contents .image-box .image-area img {
  max-width: 100%;
}

.news-article-contents .image-box .image-caption {
  margin-top: 10px;
  color: #999;
  font-size: 1.0rem;
}

.news-article-contents .youtube-block01,
.news-article-contents .youtube-block02 {
  margin-top: 20px;
}

.news-article-contents .youtube-block01-inner,
.news-article-contents .youtube-block02-inner {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}

.news-article-contents .youtube-block01 iframe,
.news-article-contents .youtube-block02 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.news-article-footer-more {
  margin-top: 40px;
  text-align: center;
}

.news-article-recommend {
  margin-top: 30px;
  padding: 0 20px;
}

.service-article-contents {
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 30px;
}

.service-article-contents .page-title {
  letter-spacing: 0;
}

.service-article-contents .page-title span {
  letter-spacing: -.05em;
}

.service-article-subtitle {
  margin-top: 15px;
  color: #d80c18;
  font-size: 1.6rem;
  letter-spacing: -.05em;
}

.service-article-prologue {
  margin-top: 15px;
}

.service-article-prologue .br-hidden {
  display: none;
}

.service-article-image {
  margin-top: 20px;
  text-align: center;
}

.service-article-block {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px dotted #e2e2e2;
}

.service-article-block:first-child {
  margin-top: 25px;
  padding-top: 0;
  border-top: none;
}

.service-article-block-title {
  margin-bottom: 5px;
  font-size: 1.4rem;
  color: #d80c18;
}

.service-article-block p + p {
  margin-top: 10px;
}

.service-article-related {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0 20px;
}

.service-case-purpose-block, .service-case-means-block {
  margin-right: -12px;
  font-size: 1.2rem;
  overflow: hidden;
}

.service-case-means-block {
  margin-top: 25px;
}

.service-case-tags-label {
  float: left;
  min-width: 45px;
  margin-right: 15px;
  padding: 2px 4px 3px;
  background: #f0f0f0;
  text-align: center;
  font-weight: 700;
}

.service-case-tags-list {
  margin-top: -10px;
  list-style: none;
  overflow: hidden;
}

.service-case-tags-list li {
  display: inline-block;
  margin: 12px 12px 0 0;
}

.service-case-tags-list li a {
  display: inline-block;
  text-decoration: underline;
}

.service-case-tags-list li a:hover {
  color: #d80c18;
}

.service-case-search {
  padding: 7px 10px;
  background: #e2e2e2;
}

.service-case-search-inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  padding-right: 30px;
}

.service-case-search-purpose {
  width: calc(50% - 5px);
}

.service-case-search-means {
  width: calc(50% - 5px);
  margin-left: 5px;
}

.service-case-search .design-select {
  position: static;
  height: 30px;
  padding: 5px 10px;
  background: #fff;
  border-radius: 20px;
}

.service-case-search .design-select .list {
  width: calc(100% - 35px);
  margin-top: 7px;
}

.service-case-search-button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 30px;
  height: 30px;
  background: #d80c18;
  border: 1px solid #d80c18;
  border-radius: 50%;
  font-size: 0;
}

.service-case-search-button::before {
  position: absolute;
  top: 5px;
  left: 5px;
  content: '\f002';
  color: #fff;
  font-size: 1.7rem;
  font-family: 'FontAwesome';
  line-height: 1;
}

.service-case-archive {
  padding: 0 20px;
}

.service-case-item {
  position: relative;
  margin-top: 20px;
  padding: 15px 15px 23px;
  background: #fff;
  border-top: 3px solid #d80c18;
}

.service-case-item::before {
  position: absolute;
  right: 0;
  bottom: 0;
  content: '';
  width: 20px;
  height: 20px;
  background: -webkit-linear-gradient(135deg, #d80c18 50%, #fff 50%);
  background: linear-gradient(-45deg, #d80c18 50%, #fff 50%);
}

.service-case-item-title {
  margin-bottom: 17px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f0f0f0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
}

.service-case-item-title a {
  display: inline-block;
  color: #d80c18;
}

.service-case-article-container {
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 30px;
}

.service-case-article-header-title {
  font-size: 1.6rem;
  line-height: 1.4;
}

.service-case-article-header-tags {
  margin-top: 15px;
  padding: 20px 0;
  border-top: 1px dotted #e2e2e2;
  border-bottom: 1px solid #f0f0f0;
}

.service-case-article-header-tags .service-case-tags-list li a {
  font-weight: 700;
  color: #d80c18;
}

.service-case-article-point {
  padding-bottom: 25px;
  border-bottom: 3px solid #f0f0f0;
}

.service-case-article-point-title {
  position: relative;
  margin-top: 15px;
  text-align: center;
}

.service-case-article-point-title::after {
  position: absolute;
  top: 50%;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  background: #f0f0f0;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}

.service-case-article-point-title-inner {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding: 0 8px;
  background: #fff;
}

.service-case-article-point-title .lang-en {
  color: #d80c18;
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: .05em;
}

.service-case-article-point-title .en-num {
  font-size: 2.4rem;
}

.service-case-article-point-title .lang-ja {
  position: relative;
  top: -2px;
  font-size: 1.4rem;
}

.service-case-article-point-title .lang-ja::before {
  content: '／';
  margin-right: 5px;
  color: #cdcdcd;
}

.service-case-article-point-list {
  counter-reset: pointNum;
  list-style: none;
}

.service-case-article-point-list li {
  position: relative;
  margin-top: 15px;
  padding-left: 27px;
  font-weight: 700;
}

.service-case-article-point-list li:first-child {
  margin-top: 10px;
}

.service-case-article-point-list li::before {
  position: absolute;
  top: 2px;
  left: 0;
  content: counter(pointNum);
  counter-increment: pointNum;
  width: 20px;
  height: 20px;
  padding-top: 2px;
  background: #d80c18;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 1;
}

.service-case-article-contents {
  margin-top: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #f0f0f0;
}

.service-case-article-contents a {
  text-decoration: underline;
}

.service-case-article-contents h2 {
  margin-top: 20px;
  color: #d80c18;
  font-size: 1.6rem;
  line-height: 1.4;
}

.service-case-article-contents p {
  margin-top: 12px;
  line-height: 1.75;
}

.service-case-article-contents .red {
  color: #d80c18;
}

.service-case-article-contents .fz-small {
  font-size: 1.3rem;
}

.service-case-article-contents .fz-large {
  font-size: 1.6rem;
}

.service-case-article-contents .image-box {
  max-width: 800px;
  margin: 40px auto 0;
  text-align: center;
}

.service-case-article-contents .image-box.image-title-box {
  margin-top: 25px;
}

.service-case-article-contents .image-box.image-caption-box {
  margin-top: 30px;
}

.service-case-article-contents .image-box-inner {
  display: inline-block;
  text-align: left;
}

.service-case-article-contents .image-box p {
  margin: 0;
}

.service-case-article-contents .image-box .image-title {
  margin: 0 0 25px;
  font-size: 1.6rem;
  font-weight: 700;
  word-break: break-all;
  text-align: center;
}

.service-case-article-contents .image-box .image-title + .image {
  margin-top: 0;
}

.service-case-article-contents .image-box .image-area {
  text-align: center;
}

.service-case-article-contents .image-box .image-area img {
  max-width: 100%;
}

.service-case-article-contents .image-box .image-caption {
  margin-top: 10px;
  color: #999;
  font-size: 1.0rem;
}

.service-case-article-contents .youtube-block01,
.service-case-article-contents .youtube-block02 {
  margin-top: 20px;
}

.service-case-article-contents .youtube-block01-inner,
.service-case-article-contents .youtube-block02-inner {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}

.service-case-article-contents .youtube-block01 iframe,
.service-case-article-contents .youtube-block02 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.service-case-article-nav {
  position: relative;
  margin-top: 30px;
  text-align: center;
}

.service-case-article-nav .button {
  min-width: 150px;
}

.service-case-article-nav-prev, .service-case-article-nav-next {
  display: inline-block;
  position: absolute;
  top: 50%;
  font-size: 1.2rem;
  font-weight: bold;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.service-case-article-nav-prev::before, .service-case-article-nav-next::before {
  position: absolute;
  top: 0;
  color: #d80c18;
  font-family: 'FontAwesome';
}

.service-case-article-nav-prev {
  left: 0;
  padding-left: 25px;
}

.service-case-article-nav-prev::before {
  left: 0;
  content: '\f177';
}

.service-case-article-nav-next {
  right: 0;
  padding-right: 25px;
}

.service-case-article-nav-next::before {
  right: 0;
  content: '\f178';
}

.media-archive {
  margin-top: -20px;
  padding: 0 20px;
}

.media-item {
  margin-top: 20px;
}

.media-item a {
  display: block;
}

.media-item-image {
  position: relative;
  background: #fff;
  overflow: hidden;
}

.media-item-image img {
  width: 100%;
  pointer-events: none;
}

.media-item-text {
  position: relative;
  z-index: 2;
  min-height: 143px;
  margin: -70px 13px 0;
  padding: 25px 35px 20px;
  background: #fff;
}

.media-item-text::before {
  position: absolute;
  right: 0;
  bottom: 0;
  content: '';
  width: 20px;
  height: 20px;
  background: -webkit-linear-gradient(135deg, #d80c18 50%, #fff 50%);
  background: linear-gradient(-45deg, #d80c18 50%, #fff 50%);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.media-item-logo {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 40px;
  font-size: 0;
}

.media-item-logo-inner {
  display: table-cell;
  height: 40px;
  text-align: center;
  vertical-align: middle;
}

.media-item-logo img {
  display: inline;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  pointer-events: none;
}

.media-item-copy {
  margin-top: 10px;
  font-size: 1.4rem;
  text-align: center;
}

.media-article-container {
  padding-bottom: 30px;
}

.media-article-header {
  padding-top: 20px;
}

.media-article-header-title {
  font-size: 1.6rem;
  line-height: 1.4;
}

.media-article-header-title span {
  position: relative;
  top: -1px;
  display: inline-block;
  padding-left: 22px;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: .04rem;
}

.media-article-header-title span::before {
  position: absolute;
  top: 1px;
  left: 10px;
  content: '';
  width: 2px;
  height: 100%;
  background: #d80c18;
}

.media-article-header-banner {
  margin-top: 15px;
  text-align: center;
}

.media-article-contents {
  margin-top: 20px;
}

.media-article-contents a {
  text-decoration: underline;
}

.media-article-contents p {
  margin-top: 20px;
  line-height: 1.75;
}

.media-article-contents .red {
  color: #d80c18;
}

.media-article-contents .fz-small {
  font-size: 1.3rem;
}

.media-article-contents .fz-large {
  font-size: 1.6rem;
}

.media-article-contents .image-box {
  max-width: 800px;
  margin: 20px auto 0;
  text-align: center;
}

.media-article-contents .image-box.image-title-box {
  margin-top: 20px;
}

.media-article-contents .image-box.image-caption-box {
  margin-top: 20px;
}

.media-article-contents .image-box-inner {
  display: inline-block;
  text-align: left;
}

.media-article-contents .image-box p {
  margin: 0;
}

.media-article-contents .image-box .image-title {
  margin: 0 0 25px;
  font-size: 1.6rem;
  font-weight: 700;
  word-break: break-all;
  text-align: center;
}

.media-article-contents .image-box .image-title + .image {
  margin-top: 0;
}

.media-article-contents .image-box .image-area {
  text-align: center;
}

.media-article-contents .image-box .image-area img {
  max-width: 100%;
}

.media-article-contents .image-box .image-caption {
  margin-top: 10px;
  color: #999;
  font-size: 1.0rem;
}

.media-article-contents .youtube-block01,
.media-article-contents .youtube-block02 {
  margin-top: 20px;
}

.media-article-contents .youtube-block01-inner,
.media-article-contents .youtube-block02-inner {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}

.media-article-contents .youtube-block01 iframe,
.media-article-contents .youtube-block02 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.media-article-contact {
  margin-top: 30px;
}

.media-article-contact .button {
  padding-top: 7px;
  padding-bottom: 7px;
}

.media-article-related {
  margin-top: 30px;
  padding: 0 20px;
}

.media-article-link {
  margin: 40px 20px 0;
}

.media-article-link .button {
  padding-top: 7px;
  padding-bottom: 7px;
}

.aboutus-page {
  margin-bottom: -80px;
  padding-top: 20px;
  padding-bottom: 80px;
  font-size: 1.2rem;
}

.aboutus-page-contents {
  padding-top: 20px;
}

.aboutus-message .sign {
  margin-top: 10px;
  line-height: 2;
  font-weight: 700;
  text-align: center;
}

.aboutus-message .sign .position {
  letter-spacing: .1rem;
  color: #d80c18;
}

.aboutus-message .sign .name {
  letter-spacing: .2rem;
  font-size: 2.2rem;
}

.aboutus-message .text h2 {
  margin-top: 20px;
  font-size: 1.8rem;
  color: #d80c18;
}

.aboutus-message .text p {
  margin-top: 20px;
}

.aboutus-message .text p .br-hidden {
  display: none;
}

.aboutus-message .text .red {
  color: #d80c18;
}

.aboutus-message .text .fz-medium {
  font-size: 1.4rem;
}

.aboutus-message .text .fz-large {
  font-size: 1.6rem;
}

.aboutus-philosophy .message-column {
  margin-bottom: 30px;
}

.aboutus-philosophy .message-column .movie {
  display: none;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 62.5%;
  overflow: hidden;
}

.aboutus-philosophy .message-column .movie::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: url(../images/common/bg_mask_02.png);
}

.aboutus-philosophy .message-column .movie video {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.aboutus-philosophy .message-column .image img {
  width: 100%;
}

.aboutus-philosophy .message-column .text-col p {
  margin-top: 15px;
  font-size: 1.3rem;
  line-height: 2.2;
}

.aboutus-philosophy .message-column .text-col p strong {
  display: block;
  margin: 10px 0 0 -3px;
  margin-top: 10px;
  color: #d80c18;
  font-size: 3.3rem;
  line-height: 1;
  letter-spacing: .02em;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scaleX(1.15);
          transform: scaleX(1.15);
}

.aboutus-philosophy .logo-column {
  padding-top: 30px;
  border-top: 1px solid #f0f0f0;
}

.aboutus-philosophy .logo-column .image-col {
  width: 142px;
  margin: 0 auto;
}

.aboutus-philosophy .logo-column .image-col .image {
  width: 142px;
}

.aboutus-philosophy .logo-column .text-col {
  margin-top: 20px;
  line-height: 1.8;
}

.aboutus-area-subtitle {
  color: #d80c18;
  font-size: 1.4rem;
  letter-spacing: -.05em;
  line-height: 1.8;
}

.aboutus-area-subtitle br {
  display: none;
}

.aboutus-area .image {
  margin-top: 20px;
  text-align: center;
}

.aboutus-area .area-list {
  list-style: none;
  margin-top: 30px;
  padding: 0 20px;
}

.aboutus-area .area-list li {
  position: relative;
  padding-left: 15px;
}

.aboutus-area .area-list li:not(:first-child) {
  margin-top: 20px;
}

.aboutus-area .area-list li::before {
  position: absolute;
  top: 2px;
  left: 0;
  content: '\f0c8';
  color: #d80c18;
  font-size: 1.0rem;
  font-family: 'FontAwesome';
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.aboutus-history .history-list {
  margin: -25px -20px -20px;
  list-style: none;
}

.aboutus-history .history-list li {
  padding: 20px;
  border-bottom: 1px solid #f0f0f0;
}

.aboutus-history .history-list li:last-child {
  border-bottom: none;
}

.aboutus-history .history-list-year-label {
  margin-bottom: 8px;
  font-weight: 700;
}

.aboutus-history .history-list-month {
  list-style: none;
}

.aboutus-history .history-list-month li {
  padding: 0;
  border-bottom: 1px dotted #e2e2e2;
}

.aboutus-history .history-list-month li:not(:last-child) {
  margin-bottom: 12px;
  padding-bottom: 12px;
}

.aboutus-history .history-list-month-label {
  margin-bottom: 4px;
  color: #d80c18;
  font-weight: 700;
}

.aboutus-history .history-list-block {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.aboutus-history .history-list-block + .history-list-block {
  margin-top: 12px;
}

.aboutus-history .history-list-block-image {
  display: table-cell;
  width: 92px;
  padding: 4px 12px 0 0;
  vertical-align: top;
}

.aboutus-history .history-list-block-image img {
  border: 1px solid #f0f0f0;
}

.aboutus-history .history-list-block-text {
  display: table-cell;
  vertical-align: top;
}

.aboutus-clients p {
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}

.aboutus-clients .clients-block {
  margin-top: 20px;
}

.aboutus-clients .clients-block + .clients-block {
  padding-top: 15px;
  border-top: 1px dotted #e2e2e2;
}

.aboutus-clients .clients-block-label {
  padding-bottom: 5px;
  border: none;
  color: #d80c18;
  font-size: 1.4rem;
  font-weight: 700;
}

.aboutus-clients .clients-block-list ul {
  list-style: none;
}

.aboutus-clients .clients-block-list ul li {
  position: relative;
  margin-top: 10px;
  padding-left: 15px;
}

.aboutus-clients .clients-block-list ul li::before {
  position: absolute;
  top: 2px;
  left: 0;
  content: '\f0c8';
  color: #d80c18;
  font-size: 1.0rem;
  font-family: 'FontAwesome';
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.aboutus-info .info-row {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.aboutus-info .info-row:not(:first-child) {
  margin-top: 2px;
}

.aboutus-info .info-label,
.aboutus-info .info-text {
  display: table-cell;
  vertical-align: middle;
}

.aboutus-info .info-label {
  width: 115px;
  padding: 15px 10px;
  background: #f0f0f0;
  font-weight: 700;
}

.aboutus-info .info-text {
  padding: 15px 15px 15px 20px;
}

.aboutus-info .info-note {
  color: #999;
  font-size: 1rem;
}

.aboutus-info .link-access {
  position: relative;
  display: inline-block;
  padding-left: 17px;
}

.aboutus-info .link-access::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '\f178';
  color: #d80c18;
  font-family: 'FontAwesome';
}

.aboutus-info .link-access span {
  font-weight: 700;
}

.aboutus-info .link-blank {
  position: relative;
  display: inline-block;
}

.aboutus-info .link-blank::after {
  content: '\f08e';
  margin-left: 5px;
  font-family: 'FontAwesome';
}

.aboutus-info .link-blank span {
  font-weight: 700;
}

.aboutus-officer .officer-block {
  margin: 0 -20px;
  padding: 0 20px;
}

.aboutus-officer .officer-block + .officer-block {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #f0f0f0;
}

.aboutus-officer .officer-block-image {
  margin-bottom: 17px;
}

.aboutus-officer .officer-block-position {
  color: #d80c18;
  font-weight: 700;
}

.aboutus-officer .officer-block-name {
  font-size: 1.8rem;
  letter-spacing: .05em;
}

.aboutus-officer .officer-block-name span {
  margin-left: 15px;
  font-size: 1.3rem;
  font-weight: 400;
}

.aboutus-officer .officer-block-profile-title {
  margin-top: 15px;
  padding-bottom: 3px;
  border-bottom: 1px dotted #e2e2e2;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: .05em;
}

.aboutus-officer .officer-block-profile-title span {
  position: relative;
  top: -1px;
  display: inline-block;
  padding-left: 20px;
  font-size: 1.3rem;
  font-weight: 400;
}

.aboutus-officer .officer-block-profile-title span::before {
  position: absolute;
  top: 3px;
  left: 9px;
  content: '';
  width: 2px;
  height: 70%;
  background: #d80c18;
}

.aboutus-officer .officer-block-profile-list {
  list-style: none;
}

.aboutus-officer .officer-block-profile-list li {
  margin-top: 15px;
  overflow: hidden;
}

.aboutus-officer .officer-block-profile-list-date {
  float: left;
  width: 90px;
  margin-right: 10px;
}

.aboutus-officer .officer-block-profile-list-text {
  overflow: hidden;
}

.aboutus-access .access-map-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 68%;
}

.aboutus-access .access-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.aboutus-access .access-map-button {
  margin-top: 20px;
  text-align: center;
}

.aboutus-access .access-map-button .button {
  width: 250px;
  padding: 8px;
}

.aboutus-access .access-info dt {
  margin: 35px 0 3px;
  color: #d80c18;
  font-weight: 700;
}

.aboutus-access .access-info dt .br-hidden {
  display: none;
}

.aboutus-access .access-info .tel-link {
  display: inline-block;
  color: #d80c18;
  font-weight: 700;
}

.culture-lede {
  padding: 25px 20px;
}

.culture-lede h1 {
  font-size: 1.8rem;
  line-height: 1.2;
  margin-bottom: 15px;
}

.culture-lede h1 small {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
}

.culture-lede p {
  font-size: 1.2rem;
}

.culture-page-nav ul {
  white-space: nowrap;
  list-style: none;
}

.culture-page-nav ul li {
  display: inline-block;
  margin-right: 2px;
}

.culture-page-nav ul li:last-child {
  margin-right: 0;
}

.culture-page-nav ul li a {
  display: block;
  padding: 1em 0.5em 1em;
  line-height: 1;
  background: #fff;
  font-weight: 700;
  margin-top: 0.30em;
}

.culture-page-nav ul li a.is-current {
  margin-top: 0.30em;
  padding-top: 1.25em;
  background: #d80c18;
  color: #fff;
}

.culture-page-contents .pc {
  display: none !important;
}

.culture-page-contents .sp {
  display: block !important;
}

.culture-page-contents h2, .culture-page-contents h3 {
  font-size: 1.6rem;
  color: #d80c18;
  padding: 0.4em 0 0.4em 10px;
  position: relative;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.culture-page-contents h2:after, .culture-page-contents h3:after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 25px;
  height: 25px;
  content: '';
  border-top: 1px solid #d80c18;
  border-left: 1px solid #d80c18;
}

.culture-page-contents h3 {
  margin-top: 60px;
}

.culture-page-contents h3:before {
  position: absolute;
  left: -20px;
  right: -20px;
  top: -30px;
  height: 1px;
  background: #f0f0f0;
  content: '';
}

.culture-page-contents h3 + p {
  margin-top: 10px;
}

.culture-page-contents p {
  margin: 0 10px;
  letter-spacing: 0.05em;
}

.culture-page-contents p.last {
  text-align: right;
}

.culture-page-contents .photo {
  margin: 10px 10px 0;
}

.culture-page-contents .photo img:nth-child(1) {
  width: 100%;
}

.culture-page-contents .photo img:nth-child(2), .culture-page-contents .photo img:nth-child(3) {
  width: 50%;
  height: auto;
}

.culture-page-contents .photo .sign {
  margin-top: 10px;
  line-height: 2;
  font-weight: 700;
  text-align: center;
}

.culture-page-contents .photo .sign .position {
  letter-spacing: .1rem;
  color: #d80c18;
}

.culture-page-contents .photo .sign .name {
  letter-spacing: .2rem;
  font-size: 2.2rem;
}

.culture-page {
  margin-bottom: -80px;
  padding-top: 20px;
  padding-bottom: 80px;
  font-size: 1.2rem;
}

.culture-page-contents {
  padding-top: 20px;
}

.culture-page-contents p {
  margin-top: 20px;
}

.culture-c_message .text ul {
  list-style: none;
}

.culture-c_message .text ul li {
  position: relative;
  margin-top: 10px;
  padding-left: 20px;
}

.culture-c_message .text ul li:nth-child(1) {
  margin-top: 20px;
}

.culture-c_message .text ul li::before {
  position: absolute;
  top: 2px;
  left: 0;
  content: '\f0c8';
  color: #d80c18;
  font-size: 1.0rem;
  font-family: 'FontAwesome';
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}

.culture-c_message .text table {
  width: 100%;
  margin-top: 20px;
}

.culture-c_message .text table tr:last-child th {
  border-bottom: 1px solid #d80c18;
}

.culture-c_message .text table tr th {
  background: #d80c18;
  border-bottom: 1px solid #fff;
  color: #fff;
  width: 35%;
  padding: 5px 10px;
  font-weight: 400;
}

.culture-c_message .text table tr td {
  text-align: left;
  border-top: 1px solid #d80c18;
  border-right: 1px solid #d80c18;
  padding: 8px 10px 5px;
}

.culture-c_message .text table tr td:last-child {
  border-bottom: 1px solid #d80c18;
}

.culture-c_message .text table tr td ul li:nth-child(1) {
  margin-top: 0;
}

.culture-c_message .text table tr td p {
  margin: 0;
}

.culture-c_message .text .red {
  color: #d80c18;
}

.culture-c_message .text .fz-medium {
  font-size: 1.4rem;
}

.culture-c_message .text .fz-large {
  font-size: 1.6rem;
}

.culture-c_interview ul li {
  list-style: none;
}

.culture-c_performance h2:nth-of-type(2) {
  margin-top: 60px;
}

.culture-c_performance h2 span {
  font-size: 0.65em;
}

.culture-c_performance h4 {
  font-size: 1.3rem;
  line-height: 1;
  margin-bottom: 1.2em;
}

.culture-c_performance ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -20px;
}

.culture-c_performance ul:nth-of-type(2) li:nth-child(1) {
  width: 100%;
}

.culture-c_performance ul:nth-of-type(2) li:nth-child(even) {
  border-right: 1px solid #f0f0f0;
}

.culture-c_performance ul:nth-of-type(2) li:nth-child(odd), .culture-c_performance ul:nth-of-type(2) li:nth-child(1) {
  border-right: none;
}

.culture-c_performance ul:nth-of-type(2) li:nth-child(2) {
  padding-top: 25px;
}

.culture-c_performance ul:nth-of-type(2) li:first-child h4 {
  width: 100vw;
}

.culture-c_performance ul:nth-of-type(2) li:first-child .graph img {
  width: calc( 294 / 375 * 100%);
}

.culture-c_performance ul li {
  padding: 25px 0;
  width: 50%;
  text-align: center;
  border-bottom: 1px solid #f0f0f0;
  list-style: none;
}

.culture-c_performance ul li:nth-child(odd) {
  border-right: 1px solid #f0f0f0;
}

.culture-c_performance ul li:nth-child(1), .culture-c_performance ul li:nth-child(2) {
  padding-top: 0;
}

.culture-c_performance ul li h4 {
  width: 50vw;
  height: 2.2em;
  display: table-cell;
  vertical-align: middle;
  line-height: 1;
}

.culture-c_performance ul li h4 small {
  display: inline-block;
  font-size: 1.1rem;
  margin-bottom: 0.5em;
}

.culture-c_performance ul li .graph {
  padding-top: 1vw;
}

.culture-c_performance ul li .graph img {
  width: calc( 210 / 375 * 100%);
}

.culture-c_performance p.cul-note {
  font-size: 1.2rem;
  text-align: left;
  color: #d80c18;
  padding: 20px 0;
  margin: 0;
}

.culture-c_culture h3 {
  margin-top: 3em;
}

.culture-c_culture ul li {
  list-style: none;
  padding: 20px 10px 0;
}

.culture-c_culture ul li h4 {
  font-size: 1.3rem;
  line-height: 2.3rem;
}

.culture-c_culture ul li h4 i.icon {
  display: inline-block;
  width: 2.3rem;
  margin-right: 10px;
}

.culture-c_culture ul li p {
  margin: 8px 0 0;
  letter-spacing: 0;
}

.culture-c_evaluation ul {
  margin: 0 -20px;
}

.culture-c_evaluation ul li {
  list-style: none;
  padding: 0 20px;
}

.culture-c_evaluation ul li h2, .culture-c_evaluation ul li h3 {
  font-size: 1.6rem;
  text-align: center;
  color: #000;
  padding: 0;
}

.culture-c_evaluation ul li h2:after, .culture-c_evaluation ul li h3:after {
  display: none;
}

.culture-c_evaluation ul li h2 + p, .culture-c_evaluation ul li h3 + p {
  margin-top: 10px;
}

.culture-c_evaluation ul li .mark {
  margin-top: 20px;
  text-align: center;
}

.culture-c_evaluation ul li p {
  margin: 0;
}

.culture-c_evaluation ul li p.link {
  text-align: center;
  margin-top: 20px;
}

.culture-c_evaluation ul li p.link a {
  font-size: 1.1rem;
  padding-left: 18px;
  font-weight: 700;
  background-size: 12px auto;
  position: relative;
}

.culture-c_evaluation ul li p.link a:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '\f178';
  color: #d80c18;
  font-family: 'FontAwesome';
}

.contact-page {
  margin-bottom: -80px;
  padding-top: 20px;
  padding-bottom: 80px;
  font-size: 1.2rem;
}

.mag-page {
  margin-bottom: -80px;
  padding-top: 20px;
  padding-bottom: 80px;
  font-size: 1.2rem;
}

.mag-subscription .form-privacy-check {
  margin-top: 30px;
}

.mag-subscription .form-sent-title {
  margin: 35px 0 0;
}

.mag-change .form-button-area {
  margin-top: 30px;
}

.mag-unsubscribe .form-row-email .form-field .note {
  margin: 5px 0 0 1em;
  text-indent: -1em;
  font-size: 1.1rem;
}

.mag-unsubscribe .form-sent-title {
  margin-top: 35px;
}

.mag-ampule-logo {
  width: 50%;
  margin: 0 auto;
}

.mag-ampule-logo > img {
  width: 100%;
}

.privacy .page-title,
.specificprivacy .page-title,
.socialpolicy .page-title {
  margin-bottom: 15px;
}

.privacy-page,
.specificprivacy-page,
.socialpolicy-page {
  margin-bottom: -80px;
  padding-top: 20px;
  padding-bottom: 80px;
  font-size: 1.2rem;
  line-height: 1.8;
}

.privacy-page .page-title,
.specificprivacy-page .page-title,
.socialpolicy-page .page-title {
  padding-bottom: 15px;
  border-bottom: 1px dotted #e2e2e2;
  white-space: normal;
}

.privacy-page h1,
.specificprivacy-page h1,
.socialpolicy-page h1 {
  border-bottom: dotted #e2e2e2 1px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-size: 2.8rem;
}

.privacy-page h3,
.specificprivacy-page h3,
.socialpolicy-page h3 {
  margin-top: 15px;
}

.privacy-page .wp-block-table + h3,
.specificprivacy-page .wp-block-table + h3,
.socialpolicy-page .wp-block-table + h3 {
  margin-top: 20px;
}

.privacy-page dl dt,
.specificprivacy-page dl dt,
.socialpolicy-page dl dt {
  margin-top: 20px;
}

.privacy-page ul,
.specificprivacy-page ul,
.socialpolicy-page ul {
  margin-top: -3px;
  list-style: none;
}

.privacy-page ul li,
.specificprivacy-page ul li,
.socialpolicy-page ul li {
  position: relative;
  margin-top: 10px;
  padding-left: 13px;
}

.privacy-page ul li::before,
.specificprivacy-page ul li::before,
.socialpolicy-page ul li::before {
  position: absolute;
  top: 2px;
  left: 0;
  content: '\f0c8';
  color: #d80c18;
  font-size: 1.0rem;
  font-family: 'FontAwesome';
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}

.privacy-page ol,
.specificprivacy-page ol,
.socialpolicy-page ol {
  counter-reset: list-count;
  list-style: none;
  margin: 20px 0 0 17px;
}

.privacy-page ol li,
.specificprivacy-page ol li,
.socialpolicy-page ol li {
  position: relative;
  margin-top: 20px;
}

.privacy-page ol li::before,
.specificprivacy-page ol li::before,
.socialpolicy-page ol li::before {
  content: counter(list-count) ".";
  counter-increment: list-count;
  position: absolute;
  left: -13px;
  top: 0;
  font-weight: 700;
}

.privacy-page table,
.specificprivacy-page table,
.socialpolicy-page table {
  width: 100%;
  margin-top: 20px;
}

.privacy-page table th,
.privacy-page table td,
.specificprivacy-page table th,
.specificprivacy-page table td,
.socialpolicy-page table th,
.socialpolicy-page table td {
  text-align: left;
  border: 1px solid #d80c18;
}

.privacy-page table thead th,
.specificprivacy-page table thead th,
.socialpolicy-page table thead th {
  padding: 1px 10px;
  background: #d80c18;
  color: #fff;
}

.privacy-page table thead th:nth-child(1),
.specificprivacy-page table thead th:nth-child(1),
.socialpolicy-page table thead th:nth-child(1) {
  border-right-color: #fff;
}

.privacy-page table tbody th,
.specificprivacy-page table tbody th,
.socialpolicy-page table tbody th {
  width: 35%;
  padding: 8px 10px 5px;
  font-weight: 400;
}

.privacy-page table tbody td,
.specificprivacy-page table tbody td,
.socialpolicy-page table tbody td {
  padding: 8px 10px 5px;
}

.privacy-page table tbody td ul li,
.specificprivacy-page table tbody td ul li,
.socialpolicy-page table tbody td ul li {
  margin-top: 0;
}

.privacy-page table tbody td ul li:not(:first-child),
.specificprivacy-page table tbody td ul li:not(:first-child),
.socialpolicy-page table tbody td ul li:not(:first-child) {
  margin-top: 5px;
}

.privacy-page .link-access,
.specificprivacy-page .link-access,
.socialpolicy-page .link-access {
  position: relative;
  display: inline-block;
  padding-left: 17px;
}

.privacy-page .link-access::before,
.specificprivacy-page .link-access::before,
.socialpolicy-page .link-access::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '\f178';
  color: #d80c18;
  font-family: 'FontAwesome';
}

.privacy-page .link-access span,
.specificprivacy-page .link-access span,
.socialpolicy-page .link-access span {
  font-weight: 700;
}

.privacy-page .date,
.privacy-page .sign,
.specificprivacy-page .date,
.specificprivacy-page .sign,
.socialpolicy-page .date,
.socialpolicy-page .sign {
  text-align: right;
}

.privacy-page .link-tel,
.specificprivacy-page .link-tel,
.socialpolicy-page .link-tel {
  position: relative;
  display: inline-block;
  margin-top: 3px;
  font-weight: 700;
}

.privacy-page .link-contact,
.specificprivacy-page .link-contact,
.socialpolicy-page .link-contact {
  position: relative;
  display: inline-block;
  margin-top: 3px;
  padding-left: 17px;
  font-weight: 700;
}

.privacy-page .link-contact::before,
.specificprivacy-page .link-contact::before,
.socialpolicy-page .link-contact::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '\f178';
  color: #d80c18;
  font-family: 'FontAwesome';
}

.privacy-page .br-hidden,
.specificprivacy-page .br-hidden,
.socialpolicy-page .br-hidden {
  display: none;
}

.privacy-section {
  margin-top: 40px;
}

.privacy-section-title {
  margin-bottom: -10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #d80c18;
  color: #d80c18;
  font-size: 1.4rem;
}

.privacy-section p {
  margin-top: 20px;
}

.privacy-section01 {
  margin-top: 0;
}

.privacy-section01 p:first-child {
  margin-top: 15px;
}

.privacy-section01 ol li strong {
  display: inline-block;
  padding-bottom: 3px;
  vertical-align: top;
}

.privacy-section04 .info {
  margin-top: 10px;
}

.privacy-page .privacy-section01 ol {
  counter-reset: list;
  margin-left: 0;
  list-style: none;
}

.privacy-page .privacy-section01 ol li {
  position: relative;
  padding-left: 15px;
}

.privacy-page .privacy-section01 ol li::before {
  counter-increment: list;
  content: counter(list) ".";
  position: absolute;
  left: 0;
  font-weight: 700;
}

.specificprivacy-section {
  margin-top: 25px;
}

.specificprivacy-section-title {
  margin-bottom: 5px;
  font-size: 1.2rem;
}

.specificprivacy .date,
.specificprivacy .sign {
  margin-top: 20px;
}

.socialpolicy-page .subtitle01 {
  margin-bottom: -15px;
  font-size: 1.2rem;
}

.socialpolicy-page .subtitle01 + p + p {
  margin-top: 5px;
}

.socialpolicy-page .subtitle02 {
  margin-top: 20px;
  margin-bottom: -15px;
  font-size: 1.2rem;
}

.socialpolicy-page .subtitle02 + ul {
  margin-top: 20px;
}

.socialpolicy-page p {
  margin-top: 20px;
}

.socialpolicy-page .color-num {
  margin: -5px 0 0;
  counter-reset: pointNum;
  list-style: none;
}

.socialpolicy-page .color-num li {
  position: relative;
  margin: 10px 0 0;
  padding-left: 17px;
}

.socialpolicy-page .color-num li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(pointNum) ".";
  counter-increment: pointNum;
  color: #d80c18;
  font-weight: 700;
}

.socialpolicy-page .image img {
  border: 1px solid #666;
}

.socialpolicy-page .info {
  margin-top: 10px;
}

.sitemap-page {
  margin-bottom: -80px;
  padding-top: 20px;
  padding-bottom: 80px;
}

.sitemap-block {
  padding: 20px;
}

.sitemap-block:nth-child(odd) {
  background: #f0f0f0;
}

.sitemap-block-label {
  margin: -5px 0 15px;
  color: #d80c18;
  font-weight: 700;
}

.sitemap-block-label a {
  color: #d80c18;
}

.sitemap-block-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: -20px;
  font-size: 1.2rem;
  list-style: none;
}

.sitemap-block-list li {
  position: relative;
  width: 47%;
  margin-top: 20px;
  padding-left: 18px;
}

.sitemap-block-list li:nth-child(odd) {
  margin-right: 6%;
}

.sitemap-block-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '\f178';
  color: #d80c18;
  font-family: 'FontAwesome';
}

.sitemap-block-list a[target="_blank"]::after {
  content: '\f08e';
  margin-left: 5px;
  font-family: 'FontAwesome';
}

.ir-nav {
  padding: 0 35px 0 20px;
  background: #d80c18;
}

.ir-nav ul {
  white-space: nowrap;
  list-style: none;
  text-align: center;
}

.ir-nav ul li {
  display: inline-block;
  width: auto;
}

.ir-nav ul li:not(:first-child) {
  margin-left: 30px;
}

.ir-nav ul a {
  position: relative;
  display: block;
  padding: 11px 0 15px;
  color: #fff;
  font-weight: 700;
}

.ir-nav ul a::after {
  position: absolute;
  left: 0;
  bottom: 10px;
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
}

.ir-nav ul a.is-current::after {
  opacity: 1;
  visibility: visible;
}

.ir-page-header-title {
  position: relative;
  padding-bottom: 10px;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: .05em;
  text-align: center;
}

.ir-page-header-title::after {
  position: absolute;
  top: 36px;
  left: 50%;
  content: '';
  width: 46px;
  height: 2px;
  background: #d80c18;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.ir-page {
  margin-bottom: -80px;
  padding-top: 20px;
  padding-bottom: 70px;
}

.ir-page-search {
  margin-top: 20px;
}

.ir-page-search .design-select {
  padding: 7px 17px;
}

.ir-page-title {
  padding-top: 20px;
  color: #d80c18;
  font-size: 1.8rem;
}

.ir-editor .ir-message-block .image {
  margin: 0 4.478%;
}

.ir-editor .ir-message-block .image img {
  width: 100%;
}

.ir-editor .ir-message-block .image p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  font-weight: bold;
}

.ir-editor .ir-message-block .image p .position {
  margin-right: 10px;
  font-size: 1.0rem;
  color: #d80c18;
  line-height: 1.5;
}

.ir-editor .ir-message-block .image p .name {
  font-size: 2.0rem;
}

.ir-editor .ir-message-block .text {
  padding-top: 20px;
}

.ir-editor .ir-message-block .text p {
  margin-top: 0;
  line-height: 1.8;
}

.ir-editor .ir-message-block .text p:not(:first-child) {
  margin-top: 30px;
}

.ir-editor .page-title {
  margin-bottom: 20px;
}

.ir-editor .ir-movie-block {
  max-width: 800px;
  margin: 20px auto 0;
}

.ir-editor .ir-movie-block-inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.ir-editor .ir-movie-block-inner iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.ir-editor .ir-image-block {
  margin: 20px 0 60px;
  text-align: center;
}

.ir-editor .ir-image-block > figcaption {
  margin-top: 5px;
  text-align: left;
  font-size: 1rem;
  color: #999;
}

.ir-editor .ir-image-block:last-child {
  margin-bottom: 0;
}

.ir-editor .ir-sdgs-block {
  margin-top: 20px;
}

.ir-editor .ir-sdgs-block .image {
  text-align: center;
}

.ir-editor .ir-button {
  display: block;
  max-width: 335px;
  margin: 40px auto 0;
  padding: 12px 20px;
  background: #000;
  border: 1px solid;
  border-color: #000;
  border-radius: 36px;
  font-size: 1.6rem;
  color: #fff;
  text-decoration: none;
  line-height: 1.6;
}

.ir-editor .ir-button:not(:first-child) {
  margin-top: 20px;
}

.ir-editor .ir-button-red {
  background: #d80c18;
  border-color: #d80c18;
}

.ir-editor .ir-button .fa {
  margin-left: 7px;
}

.ir-editor .ir-title-lv2 {
  margin-top: 40px;
  padding: 10px;
  background: #d80c18;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.4;
}

.ir-editor .ir-title-lv3 {
  margin-top: 60px;
  color: #d80c18;
  font-size: 1.8rem;
  line-height: 1.4;
}

.ir-editor .ir-title-lv3-black {
  color: #333;
}

.ir-editor .ir-title-lv3 + p {
  margin-top: 10px;
}

.ir-editor .page-title + .ir-title-lv3 {
  margin-top: 20px;
}

.ir-editor .ir-title-lv4 {
  margin-top: 30px;
  color: #d80c18;
  font-size: 1.6rem;
  line-height: 1.5;
}

.ir-editor .ir-title-lv4 + p {
  margin-top: 10px;
}

.ir-editor .ir-title-lv5 {
  margin-top: 40px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #f0f0f0;
  font-size: 1.4rem;
  color: #d80c18;
}

.ir-editor .ir-catch {
  font-size: 2.8rem;
  font-weight: 700;
  color: #333;
  line-height: 1.5;
}

.ir-editor p {
  margin-top: 12px;
  line-height: 1.75;
}

.ir-editor p.note {
  font-size: 1.2rem;
}

.ir-editor p > a {
  color: #d80c18;
  text-decoration: underline;
}

.ir-editor p > a .fa {
  display: inline-block;
  font-weight: 900;
}

.ir-editor ul {
  margin-top: 20px;
  list-style: none;
}

.ir-editor ul li {
  position: relative;
  padding-left: 15px;
  line-height: 2;
}

.ir-editor ul li:not(:first-child) {
  margin-top: 10px;
}

.ir-editor ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 14px;
  width: 8px;
  height: 8px;
  background: #d80c18;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.ir-editor .ir-list {
  margin-top: 20px;
}

.ir-editor .ir-list-items {
  list-style: none;
}

.ir-editor .ir-list-item {
  position: relative;
  padding-left: 15px;
  font-size: 1.2rem;
  line-height: 2.14;
}

.ir-editor .ir-list-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 13px;
  width: 8px;
  height: 8px;
  background: #d80c18;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.ir-editor .ir-link-list {
  margin-top: 20px;
}

.ir-editor .ir-link-list li {
  padding-left: 20px;
  line-height: 1.6;
}

.ir-editor .ir-link-list li::before {
  position: absolute;
  top: 4px;
  left: 0;
  width: 0;
  left: 0;
  content: '\f178';
  color: #d80c18;
  font-size: 1.4rem;
  font-family: 'FontAwesome';
}

.ir-editor .ir-link-item-pdf {
  position: relative;
  display: inline-block;
  margin-left: 8px;
  padding-left: 15px;
  font-size: 1.1rem;
}

.ir-editor .ir-link-item-pdf::before {
  content: '\f1c1';
  position: absolute;
  top: 1px;
  left: 0;
  color: #d80c18;
  font-family: 'FontAwesome';
}

.ir-editor .ir-border {
  margin: 30px 0;
  border: none;
  border-top: 1px solid #e2e2e2;
}

.ir-editor .ir-border > hr {
  display: none;
}

.ir-editor .ir-border:last-child {
  margin-bottom: 0;
}

.ir-editor .ir-table {
  position: relative;
  margin-top: 30px;
  overflow-x: auto;
}

.ir-editor .ir-table > table {
  table-layout: fixed;
  min-width: 100%;
  width: 100%;
}

.ir-editor .ir-table > table th {
  width: 150px;
  padding: 20px 15px;
  background: #f0f0f0;
}

.ir-editor .ir-table > table th:not(:first-child) {
  width: 150px;
  border-left: 2px solid #fff;
}

.ir-editor .ir-table > table th:first-child {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  text-align: left;
}

.ir-editor .ir-table > table th:first-child::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #fff;
}

.ir-editor .ir-table > table thead tr th:not(:first-child) {
  border-bottom: 2px solid #fff;
}

.ir-editor .ir-table > table thead tr th:last-child {
  border-right: 2px solid #f0f0f0;
}

.ir-editor .ir-table > table tbody tr:last-child th:first-child {
  border-bottom: 2px solid #f0f0f0;
}

.ir-editor .ir-table > table tbody tr:last-child th:first-child::after {
  content: none;
}

.ir-editor .ir-table > table td {
  width: 150px;
  padding: 20px;
  border-right: 2px solid #f0f0f0;
  border-bottom: 2px solid #f0f0f0;
  text-align: right;
}

.ir-editor .ir-pdf-list-title + .ir-table {
  margin-top: 15px;
}

.ir-editor .ir-caption {
  margin-top: 20px;
  font-size: 1.4rem;
}

.ir-editor .ir-caption > span {
  font-weight: 700;
}

.ir-editor .ir-caption + .ir-row {
  margin-top: 10px;
}

.ir-editor .ir-row {
  display: table;
  table-layout: fixed;
  margin-top: 2px;
  width: 100%;
}

.ir-editor .ir-row-label, .ir-editor .ir-row-text {
  display: table-cell;
  vertical-align: middle;
}

.ir-editor .ir-row-label {
  width: 150px;
  padding: 15px 10px;
  background: #f0f0f0;
  font-weight: 700;
}

.ir-editor .ir-row-text {
  padding: 15px 15px 15px 20px;
}

.ir-editor a .fa {
  margin-left: .5em;
}

.ir-editor br.br-show-lg {
  display: none;
}

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

.ir-news-list li {
  padding: 20px;
  border-bottom: 1px dotted #e2e2e2;
}

.ir-news-item-category {
  display: inline-block;
  min-width: 70px;
  margin-left: 8px;
  padding: 4px 5px 5px;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
}

.ir-news-item-category.cat-settlement {
  background: #d80c18;
}

.ir-news-item-category.cat-release {
  background: #002e73;
}

.ir-news-item-category.cat-info {
  background: #4da1a9;
}

.ir-news-item-link {
  margin-top: 5px;
}

.ir-news-item-pdf {
  position: relative;
  display: inline-block;
  margin-left: 8px;
  padding-left: 15px;
  font-size: 1.1rem;
}

.ir-news-item-pdf::before {
  position: absolute;
  top: 1px;
  left: 0;
  content: '\f1c1';
  color: #d80c18;
  font-family: 'FontAwesome';
}

.ir-contents-list {
  margin-top: -20px;
}

.ir-contents-list-outer {
  padding: 0 20px;
}

.ir-contents-item {
  margin-top: 20px;
  padding: 8px 20px 20px;
  background: #fff;
  border-top: 3px solid #d80c18;
}

.ir-contents-item-title {
  margin-bottom: 10px;
  padding-bottom: 3px;
  border-bottom: 1px solid #f0f0f0;
  font-size: 1.8rem;
}

.ir-contents-item-title a {
  position: relative;
  display: block;
  padding: 5px 27px 5px 0;
}

.ir-contents-item-title a::before {
  position: absolute;
  top: 6px;
  right: 0;
  content: '';
  width: 26px;
  height: 26px;
  background: #d80c18;
  border: 1px solid #d80c18;
  border-radius: 50%;
}

.ir-contents-item-title a::after {
  position: absolute;
  top: 12px;
  right: 5px;
  z-index: 2;
  content: '\f178';
  color: #fff;
  font-size: 1.4rem;
  font-family: 'FontAwesome';
  line-height: 1;
}

.ir-contents-item p {
  text-align: justify;
  text-justify: inter-ideograph;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.ir-contents-item-download {
  margin-top: 15px;
}

.ir-contents-item-download-title {
  position: relative;
  padding-bottom: 5px;
  border-bottom: 1px dotted #e2e2e2;
}

.ir-contents-item-download-title p {
  position: relative;
  padding-left: 20px;
  color: #d80c18;
  font-weight: 700;
}

.ir-contents-item-download-title p::before {
  position: absolute;
  top: 2px;
  left: 0;
  content: '\f019';
  font-family: 'FontAwesome';
}

.ir-contents-item-download-title a {
  position: absolute;
  top: 3px;
  right: 0;
  display: inline-block;
  padding-left: 15px;
  font-size: 1.1rem;
}

.ir-contents-item-download-title a::before {
  position: absolute;
  top: 1px;
  left: 0;
  content: '\f1c1';
  color: #d80c18;
  font-family: 'FontAwesome';
}

.ir-contents-item-download-list {
  list-style: none;
}

.ir-contents-item-download-list li {
  position: relative;
  margin-top: 5px;
  padding-left: 20px;
}

.ir-contents-item-download-list li::before {
  position: absolute;
  top: 2px;
  left: 0;
  content: '\f178';
  color: #d80c18;
  font-size: 1.3rem;
  font-family: 'FontAwesome';
}

.ir-contents-item-button {
  margin-top: 15px;
}

.ir-contents-item-button .button {
  display: block;
  max-width: 300px;
  margin: 0 auto;
  padding: 6px;
  border-radius: 24px;
}

.ir-contents-item-button .fa + span,
.ir-contents-item-button span + .fa {
  margin-left: 6px;
}

.ir-latest-material {
  margin-top: 40px;
  padding: 20px;
  background: #fff;
}

.ir-latest-material-title {
  padding-bottom: 8px;
  border-bottom: 1px solid #f0f0f0;
  font-size: 2.1rem;
}

.ir-latest-material-title span {
  position: relative;
  display: block;
  padding-left: 12px;
  font-size: 1.5rem;
}

.ir-latest-material-title span::before {
  position: absolute;
  top: 4px;
  left: 0;
  content: '';
  width: 4px;
  height: 70%;
  background: #d80c18;
}

.ir-latest-material p {
  margin-top: 20px;
  font-size: 1.1rem;
}

.ir-latest-material p a {
  color: #d80c18;
  text-decoration: underline;
}

.ir-latest-material-button {
  max-width: 300px;
  margin: 15px auto 0;
}

.ir-latest-material-button .button {
  display: block;
  padding: 10px 5px;
  border-radius: 36px;
}

.ir-latest-material-button .button span {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
}

.ir-latest-material-button .button .fa {
  margin-right: 6px;
}

.ir-pdf-list-title {
  margin-top: 40px;
  padding-bottom: 5px;
  border-bottom: 1px solid #f0f0f0;
  font-size: 1.6rem;
}

.ir-pdf-list {
  margin-top: -5px;
  list-style: none;
}

.ir-pdf-list li {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-top: 20px;
  padding-left: 20px;
}

.ir-pdf-list li::before {
  position: absolute;
  top: 2px;
  left: 0;
  content: '\f178';
  color: #d80c18;
  font-size: 1.3rem;
  font-family: 'FontAwesome';
}

.ir-pdf-item-pdf, .ir-pdf-item-movie {
  position: relative;
  display: inline-block;
  margin-left: 8px;
  padding-left: 15px;
  font-size: 1.1rem;
}

.ir-pdf-item-pdf::before, .ir-pdf-item-movie::before {
  position: absolute;
  top: 1px;
  left: 0;
  color: #d80c18;
  font-family: 'FontAwesome';
}

.ir-pdf-item-pdf::before {
  content: '\f1c1';
}

.ir-pdf-item-movie::before {
  content: '\f03d';
}

.ir .ir-page-search + .ir-pdf-list-title,
.ir .ir-page-title + .ir-pdf-list-title {
  margin-top: 20px;
}

.ir-home-header {
  position: relative;
  background: url(../images/ir/home/img_visual_01_small.jpg) 50% 0 no-repeat;
  background-size: cover;
}

.ir-home-header::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: url(../images/common/bg_mask_03.png);
}

.ir-home-header-inner {
  position: relative;
  z-index: 2;
  padding: 40px 20px;
}

.ir-home-header-title {
  max-width: 335px;
}

.ir-home-header-title-en {
  padding-bottom: 5px;
  border-bottom: 2px solid #d80c18;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: .05em;
}

.ir-home-header-title-ja {
  padding-top: 5px;
  font-size: 2.5rem;
  letter-spacing: .1em;
}

.ir-home-header-title-date {
  position: relative;
  top: 2px;
  margin-left: 10px;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: .025em;
}

.ir-home-header-title-date:nth-child(2) {
  display: none;
}

.ir-home-header-list {
  list-style: none;
}

.ir-home-header-list li {
  position: relative;
  margin-top: 25px;
  padding-left: 20px;
}

.ir-home-header-list li::before {
  position: absolute;
  top: 1px;
  left: 0;
  z-index: 2;
  content: '\f178';
  color: #d80c18;
  font-family: 'FontAwesome';
}

.ir-home-header-item-text {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
}

.ir-home-header-item-pdf {
  position: relative;
  display: inline-block;
  margin-left: 8px;
  padding-left: 14px;
  font-size: 1.1rem;
}

.ir-home-header-item-pdf::before {
  position: absolute;
  top: 1px;
  left: 0;
  content: '\f1c1';
  color: #d80c18;
  font-family: 'FontAwesome';
}

.ir-home-header-download {
  margin-top: 30px;
}

.ir-home-header-download .button {
  margin: 0;
}

.ir-home-header + main {
  padding-top: 0;
}

.ir-home-news {
  background: #fff;
}

.ir-home-news-inner {
  padding: 40px 0;
}

.ir-home-news-title {
  margin-bottom: 5px;
  text-align: center;
}

.ir-home-news-title span {
  display: block;
  letter-spacing: .05em;
}

.ir-home-news-title .lang-en {
  position: relative;
  padding-bottom: 22px;
  font-size: 2.5rem;
  line-height: 1;
}

.ir-home-news-title .lang-en::after {
  position: absolute;
  top: 36px;
  left: 50%;
  content: '';
  width: 46px;
  height: 2px;
  background: #d80c18;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.ir-home-news-title .lang-ja {
  font-size: 1.2rem;
  font-weight: 400;
}

.ir-home-news-more {
  margin-top: 30px;
  text-align: center;
}

.ir-home-news-more .button {
  min-width: 240px;
  padding: 10px 6px;
  font-size: 1.4rem;
}

.ir-home-banner {
  background: #fff;
}

.ir-home-banner-inner {
  padding: 0 20px 80px;
}

.ir-home-banner-items {
  list-style: none;
}

.ir-home-banner-item:nth-child(n+2) {
  margin-top: 20px;
}

.ir-home-banner-item > a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
  border: 4px solid #f0f0f0;
  -webkit-transition: none;
  transition: none;
}

.ir-home-banner-item > a::before, .ir-home-banner-item > a::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.ir-home-banner-item > a::before {
  right: 14px;
  content: '';
  width: 26px;
  height: 26px;
  background: #d80c18;
  border: 1px solid #d80c18;
  border-radius: 50%;
}

.ir-home-banner-item > a::after {
  right: 19px;
  z-index: 2;
  content: '\f178';
  color: #fff;
  font-size: 1.4rem;
  font-family: 'FontAwesome';
  line-height: 1;
}

.ir-home-banner-image {
  width: 92px;
}

.ir-home-banner-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 20px;
}

.ir-home-nav {
  padding: 40px 20px 0;
}

.ir-home-nav-list {
  margin-top: -20px;
}

.ir-home-nav-item {
  margin-top: 20px;
  padding: 8px 20px 20px;
  background: #fff;
  border-top: 3px solid #d80c18;
}

.ir-home-nav-item-title {
  padding-bottom: 3px;
  border-bottom: 1px solid #f0f0f0;
  font-size: 1.8rem;
}

.ir-home-nav-item-title a {
  position: relative;
  display: block;
  padding: 5px 27px 5px 0;
}

.ir-home-nav-item-title a::before {
  position: absolute;
  top: 6px;
  right: 0;
  content: '';
  width: 26px;
  height: 26px;
  background: #d80c18;
  border: 1px solid #d80c18;
  border-radius: 50%;
}

.ir-home-nav-item-title a::after {
  position: absolute;
  top: 12px;
  right: 5px;
  z-index: 2;
  content: '\f178';
  color: #fff;
  font-size: 1.4rem;
  font-family: 'FontAwesome';
  line-height: 1;
}

.ir-home-nav-item-title .fa {
  margin-right: 6px;
}

.ir-home-nav-item-links {
  margin-top: 18px;
  list-style: none;
}

.ir-home-nav-item-links li {
  position: relative;
  padding-left: 20px;
}

.ir-home-nav-item-links li:not(:first-child) {
  margin-top: 20px;
}

.ir-home-nav-item-links li::before {
  position: absolute;
  top: 2px;
  left: 0;
  content: '\f178';
  color: #d80c18;
  font-size: 1.3rem;
  font-family: 'FontAwesome';
}

.ir-home-nav-item-links li .fa {
  margin-left: 5px;
}

.ir-library-performance .performance-list {
  margin-top: -20px;
}

.ir-library-performance .performance-annotation {
  margin-top: 10px;
}

.ir-library-performance .performance-annotation-comment {
  font-size: 1.1rem;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 5px;
}

.ir-library-performance .performance-item {
  position: relative;
  margin-top: 40px;
}

.ir-library-performance .performance-item-title {
  padding-right: 50px;
  font-size: 1.6rem;
}

.ir-library-performance .performance-item-label {
  position: absolute;
  top: 4px;
  right: 0;
  font-size: 1.1rem;
  text-align: right;
}

.ir-library-performance .performance-item-chart {
  margin: 8px -20px 0 -10px;
}

.ir-library-performance .performance-item07 .performance-item-chart, .ir-library-performance .performance-item08 .performance-item-chart {
  margin: 8px 0 0;
}

.ir-news .ir-news-list {
  margin: 10px -20px 0;
}

.ir-calendar .image {
  margin-top: 30px;
  text-align: center;
}

.ir-calendar .image img:nth-child(2) {
  display: none;
}

.ir-calendar .calendar-section-title {
  margin-top: 40px;
  padding-bottom: 4px;
  font-size: 1.6rem;
  border-bottom: 1px solid #f0f0f0;
}

.ir-calendar .calendar-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  margin-top: 15px;
}

.ir-calendar .calendar-row:nth-of-type(1) {
  margin-top: 5px;
}

.ir-calendar .calendar-row.silence-row .calendar-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.ir-calendar .calendar-date {
  width: 100px;
}

.ir-calendar .calendar-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 12px;
  text-align: justify;
  text-justify: inter-ideograph;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.ir-stockholder-basic .info-row {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-top: 2px;
}

.ir-stockholder-basic .info-row:nth-of-type(1) {
  margin-top: 20px;
}

.ir-stockholder-basic .info-row:nth-of-type(9) .link {
  margin-top: 3px;
}

.ir-stockholder-basic .info-row:nth-of-type(10) .link {
  margin-bottom: 5px;
}

.ir-stockholder-basic .info-row:nth-of-type(10) .br-hidden {
  display: none;
}

.ir-stockholder-basic .info-label,
.ir-stockholder-basic .info-text {
  display: table-cell;
  vertical-align: middle;
}

.ir-stockholder-basic .info-label {
  width: 115px;
  padding: 15px 10px;
  background: #f0f0f0;
  font-weight: 700;
}

.ir-stockholder-basic .info-text {
  padding: 15px 15px 15px 20px;
}

.ir-stockholder-basic .link {
  position: relative;
  display: inline-block;
  padding-left: 17px;
  font-size: 1.2rem;
  word-break: break-all;
}

.ir-stockholder-basic .link::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '\f178';
  color: #d80c18;
  font-family: 'FontAwesome';
}

.ir-stockholder-basic .link span {
  font-weight: 700;
}

.ir-stockholder-basic .link .fa {
  margin-left: 6px;
}

.ir-other-faq .faq-search {
  position: relative;
  margin-top: 15px;
}

.ir-other-faq .faq-search-field {
  width: 100%;
  padding: 5px 40px 5px 12px;
  background: #f0f0f0;
  border-radius: 20px;
  outline: none;
}

.ir-other-faq .faq-search-field::-webkit-input-placeholder {
  font-size: 1.4rem;
}

.ir-other-faq .faq-search-field::-moz-placeholder {
  font-size: 1.4rem;
}

.ir-other-faq .faq-search-field:-ms-input-placeholder {
  font-size: 1.4rem;
}

.ir-other-faq .faq-search-button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 40px;
  height: 100%;
  border: none;
  font-size: 0;
}

.ir-other-faq .faq-search-button::before {
  position: absolute;
  top: 9px;
  left: 10px;
  content: '\f002';
  color: #d80c18;
  font-size: 1.7rem;
  font-family: 'FontAwesome';
  line-height: 1;
}

.ir-other-faq .faq-category-list {
  margin: 5px 0 40px;
  list-style: none;
}

.ir-other-faq .faq-category-list li a {
  position: relative;
  display: block;
  padding: 16px 0 16px 20px;
  border-bottom: 1px solid #f0f0f0;
}

.ir-other-faq .faq-category-list li a::before {
  position: absolute;
  top: 17px;
  left: 0;
  content: '\f178';
  color: #d80c18;
  font-family: 'FontAwesome';
}

.ir-other-faq .faq-category-list li span {
  font-weight: 700;
}

.ir-other-faq .faq-search-title, .ir-other-faq .faq-category-title {
  margin-bottom: 25px;
  font-size: 1.8rem;
}

.ir-other-faq .faq-search-notfound {
  margin: 35px 0;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.4;
}

.ir-other-faq .faq-question, .ir-other-faq .faq-answer {
  position: relative;
  padding-left: 23px;
}

.ir-other-faq .faq-question::before, .ir-other-faq .faq-answer::before {
  position: absolute;
  top: -1px;
  color: #d80c18;
  font-size: 1.6rem;
  font-weight: 700;
}

.ir-other-faq .faq-question {
  margin-top: 35px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #e2e2e2;
  font-size: 1.6rem;
  font-weight: 700;
}

.ir-other-faq .faq-question::before {
  left: 0;
  content: 'Q.';
}

.ir-other-faq .faq-question:first-child {
  margin-top: 0;
}

.ir-other-faq .faq-answer::before {
  left: 2px;
  content: 'A.';
}

.ir-other-faq .faq-answer p {
  margin-top: 5px;
}

.ir-other-faq .faq-answer a {
  word-break: break-all;
  color: #d80c18;
}

.ir-other-faq .faq-list + .wp-pagenavi .page,
.ir-other-faq .faq-list + .wp-pagenavi .current {
  line-height: 38px;
}

.ir-other-faq .faq-list + .wp-pagenavi .page {
  border: 1px solid #f0f0f0;
}

.ir-other-faq .faq-list + .wp-pagenavi .current {
  border: 1px solid #d80c18;
}

.ir-other-disclaimer .ir-page-title {
  margin-bottom: -10px;
}

.ir-other-disclaimer p {
  margin-top: 30px;
}

.ir-other-disclosurepolicy .ir-page-title {
  margin-bottom: -5px;
}

.ir-other-disclosurepolicy .disclosurepolicy-section {
  margin-top: 25px;
}

.ir-other-disclosurepolicy .disclosurepolicy-section-title {
  font-size: 1.6rem;
}

.ir-other-disclosurepolicy .disclosurepolicy-section p {
  margin-top: 5px;
}

@media screen and (min-width: 375px), print {
  .wp-pagenavi a, .wp-pagenavi span {
    margin: 0 5px;
  }
  .wp-pagenavi .previouspostslink {
    margin-right: 12px;
  }
  .wp-pagenavi .nextpostslink {
    margin-left: 12px;
  }
  .home-visual {
    padding-bottom: 150px;
  }
  .home-visual-message p {
    font-size: 1.25rem;
  }
  .home-visual-message p strong {
    font-size: 4.2rem;
  }
  .service-article-contents .page-title,
  .service-article-contents .page-title span {
    letter-spacing: .1em;
  }
  .ir-editor .ir-message-block .image p .position {
    margin-right: 22px;
    letter-spacing: .1rem;
  }
  .ir-editor .ir-message-block .image p .name {
    font-size: 2.2rem;
    letter-spacing: .2rem;
  }
}

@media screen and (min-width: 768px), print {
  a {
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  a:hover {
    opacity: 0.8;
  }
  main {
    padding: 40px 0 120px;
  }
  .inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 40px;
    border-top-width: 5px;
  }
  .page-header-inner {
    padding: 15px 20px 60px;
  }
  .page-header-breadcrumbs {
    display: block;
    margin-bottom: 90px;
    font-size: 1.2rem;
  }
  .page-header-breadcrumbs a {
    -webkit-transition: none;
    transition: none;
  }
  .page-header-breadcrumbs a:hover {
    color: #d80c18;
    text-decoration: underline;
    opacity: 1;
  }
  .page-header-breadcrumbs > span + span {
    position: relative;
    padding-left: 23px;
  }
  .page-header-breadcrumbs > span + span::before {
    position: absolute;
    top: 0;
    left: 3px;
    content: '\f178';
    color: #cdcdcd;
    font-family: 'FontAwesome';
    font-weight: 400;
  }
  .page-header-breadcrumbs > span:last-child span {
    color: #d80c18;
    font-weight: 700;
  }
  .page-header-title .lang-en {
    padding-bottom: 30px;
    font-size: 3.5rem;
  }
  .page-header-title .lang-en::after {
    top: 50px;
    width: 72px;
    height: 3px;
  }
  .page-header-title .lang-ja {
    font-size: 1.4rem;
  }
  .page-nav {
    max-width: 1100px;
    margin: 0 auto 40px;
    padding: 8px 0 12px 0;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  .page-nav ul {
    text-align: center;
  }
  .page-nav ul li {
    padding: 0 20px;
  }
  .page-nav ul a {
    padding: 8px 0;
    font-size: 1.4rem;
    letter-spacing: .1em;
  }
  .page-nav ul a::after {
    bottom: 0;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  .page-nav ul a:hover {
    opacity: 1;
  }
  .page-nav ul a:hover::after {
    opacity: 1;
    visibility: visible;
  }
  .page-nav .swiper-scrollbar {
    display: none;
  }
  .page-title {
    font-size: 2.5rem;
  }
  .page-title span {
    top: -3px;
    padding-left: 40px;
    font-size: 2.0rem;
  }
  .page-title span::before {
    left: 19px;
    width: 3px;
  }
  .contact-block {
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px;
  }
  .contact-block-text {
    font-size: 1.4rem;
    margin-bottom: 25px;
  }
  .contact-block-info {
    margin-top: 25px;
  }
  .contact-block-person, .contact-block-number {
    font-size: 1.4rem;
  }
  .contact-block-email:not(:first-child)::before, .contact-block-tel:not(:first-child)::before, .contact-block-fax:not(:first-child)::before {
    content: ' ／ ';
  }
  .contact-block-email {
    display: inline;
  }
  .contact-block-person {
    margin-bottom: 4px;
    margin-right: 15px;
  }
  .contact-block-number {
    display: inline-block;
    letter-spacing: .1em;
  }
  .contact-block-hour {
    margin-top: 12px;
    font-size: 1.1rem;
  }
  .news-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: -30px calc(24px / 2 * -1) 0;
  }
  .news-item {
    width: calc(50% - 24px);
    margin: 30px calc(24px / 2) 0;
  }
  .news-item-image img {
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  .news-item-text {
    min-height: 146px;
    margin: -36px 15px 0;
    padding: 12px 20px 20px;
  }
  .news-item-category span::after {
    margin: 0 7px 0 10px;
  }
  .news-item-date {
    top: 15px;
    right: 20px;
  }
  .news-item-title {
    padding-top: 12px;
  }
  .news-item a:hover {
    opacity: 1;
  }
  .news-item a:hover .news-item-image img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: .8;
  }
  .button {
    -webkit-transition: background .25s ease-in-out, color .25s ease-in-out;
    transition: background .25s ease-in-out, color .25s ease-in-out;
  }
  .button:hover {
    opacity: 1;
  }
  .button-small {
    padding: 4px 5px 5px;
    font-size: 1.8rem;
  }
  .button-large {
    padding: 9px 10px 10px;
    font-size: 2.4rem;
  }
  .button-icon-small {
    padding: 4px 5px 5px;
    font-size: 1.8rem;
  }
  .button-icon-small .fa + span,
  .button-icon-small span + .fa {
    margin-left: 10px;
  }
  .button-icon-large {
    padding: 9px 10px 10px;
    font-size: 2.4rem;
  }
  .button-icon-large .fa + span,
  .button-icon-large span + .fa {
    margin-left: 15px;
  }
  .button-primary, .button-secondary {
    border-width: 2px;
    letter-spacing: .1em;
  }
  .button-primary.button-small, .button-secondary.button-small {
    min-width: 250px;
  }
  .button-primary.button-large, .button-secondary.button-large {
    max-width: 500px;
  }
  .button-primary.button-icon-small, .button-secondary.button-icon-small {
    min-width: 270px;
  }
  .button-primary.button-icon-large, .button-secondary.button-icon-large {
    max-width: 520px;
  }
  .button-primary:not(:disabled):hover {
    background: transparent;
    color: #d80c18;
  }
  .button-secondary:not(:disabled):hover {
    background: transparent;
    color: #000;
  }
  .button-media, .button-pdf {
    border-width: 2px;
    letter-spacing: .1em;
  }
  .button-media.button-small, .button-pdf.button-small {
    min-width: 226px;
    padding: 0 15px 1px;
    font-size: 1.6rem;
  }
  .button-media.button-large, .button-pdf.button-large {
    display: inline-block;
    max-width: none;
    min-width: 350px;
    padding: 6px 25px 7px;
    font-size: 2.0rem;
  }
  .button-media:hover {
    background: transparent;
    color: #000;
  }
  .button-pdf.button-small .fa {
    margin-right: 10px;
  }
  .button-pdf.button-large .fa {
    margin-right: 14px;
  }
  .button-pdf:hover {
    background: transparent;
    color: #d80c18;
  }
  .pagetop {
    bottom: 20px;
    right: 20px;
  }
  .pagetop a {
    width: 70px;
    height: 70px;
  }
  .pagetop a::before {
    top: 12px;
    left: 29px;
    font-size: 2.8rem;
  }
  .wp-pagenavi {
    margin: 50px 0 0;
  }
  .wp-pagenavi a, .wp-pagenavi span {
    min-width: 30px;
    height: 30px;
    font-size: 1.8rem;
    line-height: 28px;
  }
  .wp-pagenavi a.is-hide {
    display: inline-block;
  }
  .wp-pagenavi a:hover {
    background: #d80c18;
    color: #fff;
  }
  .wp-pagenavi .page:hover {
    opacity: 1;
  }
  .wp-pagenavi .previouspostslink::before,
  .wp-pagenavi .nextpostslink::before {
    border-width: 15px;
  }
  .wp-pagenavi .previouspostslink {
    margin-right: 25px;
  }
  .wp-pagenavi .nextpostslink {
    margin-left: 25px;
  }
  .aside-carousel-title {
    margin-bottom: 20px;
  }
  .aside-carousel-title .lang-en {
    margin-right: 17px;
    padding-right: 20px;
    border-right-width: 3px;
    font-size: 2.5rem;
    letter-spacing: .075em;
  }
  .aside-carousel-title .lang-ja {
    position: relative;
    top: 2px;
    font-size: 2.0rem;
    letter-spacing: .025em;
  }
  .aside-carousel-list {
    margin: 0 calc(24px / 2 * -1);
  }
  .aside-carousel-list .slick-arrow {
    width: 50px;
    height: 50px;
    border-width: 2px;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  .aside-carousel-list .slick-arrow::before {
    top: 10px;
    left: 11px;
    font-size: 2.4rem;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  .aside-carousel-list .slick-arrow:hover {
    background: transparent;
  }
  .aside-carousel-list .slick-arrow:hover::before {
    color: #d80c18;
  }
  .aside-carousel-list .slick-prev {
    left: -5px;
  }
  .aside-carousel-list .slick-next {
    right: -5px;
  }
  .design-select {
    padding: 12px 20px;
    font-size: 1.4rem;
  }
  .design-select .list {
    left: 10px;
    width: calc(100% - 30px);
    font-size: 1.4rem;
  }
  .design-select .option {
    padding: 10px 20px;
    -webkit-transition: .25s ease-out;
    transition: .25s ease-out;
  }
  .design-select .option:hover {
    background: #e4555e;
  }
  .design-select .current {
    font-size: 1.4rem;
  }
  .design-select .current::after {
    right: 0;
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 6px;
    border-right-width: 6px;
  }
  .design-select .current:hover::after {
    opacity: .8;
  }
  .form-contents {
    max-width: 750px;
    margin: 0 auto;
  }
  .form-contents .prologue {
    margin-top: 20px;
  }
  .form-contents .prologue-note {
    margin-top: 15px;
    font-size: 1.2rem;
  }
  .form-contents input[type="text"]::-webkit-input-placeholder,
  .form-contents input[type="email"]::-webkit-input-placeholder,
  .form-contents textarea::-webkit-input-placeholder {
    padding-top: 2px;
    font-size: 1.4rem;
  }
  .form-contents input[type="text"]::-moz-placeholder,
  .form-contents input[type="email"]::-moz-placeholder,
  .form-contents textarea::-moz-placeholder {
    padding-top: 2px;
    font-size: 1.4rem;
  }
  .form-contents input[type="text"]:-ms-input-placeholder,
  .form-contents input[type="email"]:-ms-input-placeholder,
  .form-contents textarea:-ms-input-placeholder {
    padding-top: 2px;
    font-size: 1.4rem;
  }
  .form-contents input[type="text"],
  .form-contents input[type="email"] {
    min-height: 40px;
    padding: 8px 20px;
  }
  .form-contents textarea {
    height: 200px;
    min-height: 200px;
    padding: 12px 20px;
    border-radius: 24px;
  }
  .form-contents .design-select .current::after {
    right: 0;
  }
  .form-contents .checkbox-list > span {
    display: inline-block;
    margin-top: 0;
    margin-right: 20px !important;
    margin-bottom: 12px;
  }
  .form-contents .checkbox-list > span:first-child {
    margin-top: 0;
  }
  .form-contents .checkbox-list label {
    cursor: pointer;
  }
  .form-contents input[type="checkbox"] + span::before {
    top: 3px;
    width: 18px;
    height: 18px;
  }
  .form-contents input[type="checkbox"] + span::after {
    top: 0;
    font-size: 1.5rem;
  }
  .form-contents input[type="radio"] + span::before {
    top: 3px;
    width: 18px;
    height: 18px;
  }
  .form-contents input[type="radio"] + span::after {
    top: 6px;
    left: 3px;
    width: 12px;
    height: 12px;
  }
  .form-row {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-top: 35px;
  }
  .form-label, .form-field {
    display: table-cell;
    vertical-align: middle;
  }
  .form-label {
    width: 235px;
    padding-right: 20px;
    letter-spacing: .05em;
  }
  .form-label .note {
    top: 0;
    display: block;
    margin: 0 0 0 -5px;
    font-size: 1.2rem;
  }
  .form-field {
    margin-top: 0;
  }
  .form-field.column-field {
    overflow: hidden;
  }
  .form-field .column-field-col {
    float: left;
    width: calc(50% - 10px);
  }
  .form-field .column-field-col:first-child {
    margin: 0 20px 0 0;
  }
  .form-field .checkbox-list > .mwform-checkbox-field-text {
    margin-top: 10px;
  }
  .form-field .checkbox-list > .mwform-checkbox-field-text:first-child {
    margin-top: 0;
  }
  .form-field .radio-list > .mwform-radio-field:nth-child(1) {
    margin-top: 0;
  }
  .form-row-tel .form-label .note {
    display: none;
  }
  .form-row-tel .form-field {
    position: relative;
  }
  .form-row-tel .form-field input[type="text"] {
    width: calc(50% - 10px);
  }
  .form-row-tel .form-field .note {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 50%;
    font-size: 1.2rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .form-row-trigger .form-label, .form-row-type .form-label, .form-row-reply .form-label, .form-row-message .form-label {
    vertical-align: top;
  }
  .form-button-area {
    margin-top: 40px;
    text-align: center;
  }
  .form-button-area .button-submit,
  .form-button-area .button-back {
    display: inline-block;
    vertical-align: middle;
  }
  .form-button-area .button-submit {
    width: 290px;
    margin-left: 40px;
  }
  .form-button-area .button-back {
    min-width: 200px;
  }
  .form-privacy-check {
    margin-top: 40px;
    padding: 20px;
  }
  .form-privacy-check-title {
    letter-spacing: .05em;
  }
  .form-privacy-check-text {
    margin-top: 3px;
    line-height: 1.8;
    text-align: center;
  }
  .form-privacy-check-text a:hover {
    opacity: 1;
    text-decoration: none;
  }
  .form-privacy-check-text .br-hidden {
    display: inline;
  }
  .form-privacy-check-input {
    margin-top: 20px;
  }
  .form-contents .error-list {
    margin-top: 30px;
  }
  .form-contents .error-list-text {
    margin-top: 10px;
    font-size: 1.2rem;
    line-height: 2;
  }
  .form-contents .confirm-text {
    margin-top: 60px;
  }
  .form-contents .confirm-text br {
    display: none;
  }
  .form-contents .mw_wp_form_confirm .form-row {
    margin-top: 50px;
  }
  .form-contents .mw_wp_form_confirm .error-list + .form-row {
    margin-top: 60px;
  }
  .form-contents .mw_wp_form_confirm .form-label,
  .form-contents .mw_wp_form_confirm .form-field {
    vertical-align: top;
  }
  .form-contents .mw_wp_form_confirm .form-label .note {
    display: none;
  }
  .form-contents .mw_wp_form_confirm .form-field {
    font-size: 1.4rem;
  }
  .form-contents .mw_wp_form_confirm .form-field .column-field-col {
    display: inline-block;
    float: none;
    width: auto;
  }
  .form-contents .mw_wp_form_confirm .form-field .column-field-col:first-child {
    margin: 0 20px 0 0;
  }
  .form-contents .mw_wp_form_confirm .form-button-area {
    display: block;
    margin-top: 15px;
  }
  .form-contents .mw_wp_form_confirm .form-button-area .button-back {
    margin: 0;
  }
  .form-sent-title {
    font-size: 2.8rem;
    letter-spacing: .05em;
  }
  .form-sent-text {
    margin-top: 10px;
  }
  .form-sent-button {
    width: 320px;
    margin: 60px auto 0;
  }
  .global-header .logo {
    width: 142px;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  .global-nav-open {
    top: 10px;
  }
  .global-footer-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    max-width: 1140px;
    margin: 0 auto;
    padding: 45px 20px 30px;
  }
  .global-footer-logo {
    width: 200px;
    margin: 0 auto 0 0;
  }
  .global-footer-message {
    margin: 0 -10px 3px 0;
    font-size: 2.0rem;
    letter-spacing: .25em;
  }
  .global-footer-nav {
    position: relative;
    padding-top: 2px;
  }
  .global-footer-nav::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #c20a15;
    border-bottom: 1px solid #ff303c;
  }
  .global-footer-nav-inner {
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
    padding: 30px 20px;
  }
  .global-footer-nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    max-width: 500px;
    border-top: none;
  }
  .global-footer-nav ul li {
    margin-right: 20px;
    border-bottom: none;
  }
  .global-footer-nav ul li:nth-child(-n+2) {
    margin-bottom: 10px;
  }
  .global-footer-nav ul a {
    display: inline-block;
    padding: 0;
    font-weight: 700;
  }
  .global-footer-follow {
    position: absolute;
    top: 36px;
    right: 20px;
    width: 200px;
    margin: 0;
    padding: 8px 4px 8px;
  }
  .global-footer-follow-label {
    padding-right: 5px;
    font-size: 1.2rem;
    letter-spacing: .05em;
  }
  .global-footer-follow a {
    width: 32px;
    height: 32px;
  }
  .global-footer-follow-twitter {
    margin-left: 10px;
  }
  .global-footer-follow-twitter::before {
    top: -2px;
    font-size: 2.0rem;
  }
  .global-footer-follow-facebook {
    margin-left: 8px;
  }
  .global-footer-follow-facebook::before {
    top: -1px;
    left: 2px;
    font-size: 1.9rem;
  }
  .global-footer .copyright {
    padding: 10px 0;
  }
  .home-visual {
    padding-bottom: 210px;
  }
  .home-visual-message p {
    font-size: 1.8rem;
  }
  .home-visual-message p strong {
    margin-top: 5px;
    font-size: 6.0rem;
  }
  .home-section-inner {
    max-width: 1140px;
    margin: 0 auto;
  }
  .home-section-title {
    margin-bottom: 54px;
  }
  .home-section-title .lang-en {
    padding-bottom: 30px;
    font-size: 3.5rem;
  }
  .home-section-title .lang-en::after {
    top: 50px;
    width: 72px;
    height: 3px;
  }
  .home-section-title .lang-ja {
    font-size: 1.4rem;
  }
  .home-news-section-inner {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .home-news-section .news-item:nth-last-child(-n+3) {
    display: block;
  }
  .home-news-more {
    margin-top: 60px;
  }
  .home-business-section {
    background-image: url(../images/home/bg_business_01_large.jpg);
    overflow: hidden;
  }
  .home-business-section-inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .home-business-col:first-child {
    margin-bottom: 30px;
  }
  .home-business-col a {
    padding: 35px 0;
    border-width: 2px;
  }
  .home-business-col a:hover {
    opacity: 1;
  }
  .home-business-col a:hover .button {
    background: transparent;
    color: #d80c18;
  }
  .home-business-col-title {
    font-size: 6.5rem;
  }
  .home-business-col-text {
    margin: 15px 0 30px;
    font-size: 1.4rem;
  }
  .home-whats-section-inner {
    padding-top: 60px;
    padding-bottom: 130px;
  }
  .home-whats-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    margin: 0 calc(10px / 2 * -1);
  }
  .home-whats-list li {
    width: calc(100% / 3);
    height: 200px;
    margin: 0 calc(10px / 2);
  }
  .home-whats-list li:not(:first-child) {
    margin-top: 0;
  }
  .home-whats-list li a::before, .home-whats-list li a::after {
    position: absolute;
    content: '';
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  .home-whats-list li a::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(131, 9, 16, 0.5);
  }
  .home-whats-list li a::after {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    border: 1px solid #fff;
  }
  .home-whats-list li a:hover {
    opacity: 1;
  }
  .home-whats-list li a:hover::before, .home-whats-list li a:hover::after {
    opacity: 1;
    visibility: visible;
  }
  .home-whats-list li span {
    letter-spacing: .05em;
  }
  .home-whats-list li .lang-en {
    font-size: 2.5rem;
  }
  .home-whats-list li .lang-ja {
    font-size: 1.4rem;
  }
  .home-recruit-section {
    position: relative;
    background: #f0f0f0;
  }
  .home-recruit-section-inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 40px 20px 150px;
  }
  .home-recruit-image {
    position: absolute;
    top: -50px;
    left: 180px;
    -webkit-transition: .2s linear;
    transition: .2s linear;
  }
  .home-recruit-image img {
    width: auto;
    max-width: inherit;
  }
  .home-recruit-contents {
    position: relative;
    z-index: 2;
    padding: 0;
    text-align: left;
  }
  .home-recruit-title {
    font-size: 6.5rem;
  }
  .home-recruit-text {
    margin: 15px 0 35px;
    font-size: 1.6rem;
  }
  .home-recruit-more .button-primary.button-small {
    width: 305px;
  }
  .news-archive {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 40px;
  }
  .news-search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    margin-bottom: 40px;
  }
  .news-search-keyword {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 25px;
    border-right: 1px solid #b6b6b6;
  }
  .news-search-keyword-field {
    height: 30px;
    padding: 3px 30px 3px 10px;
  }
  .news-search-keyword-button {
    width: 36px;
    right: 24px;
  }
  .news-search-keyword-button::before {
    top: 6px;
    right: 8px;
  }
  .news-search-keyword-button:hover::before {
    opacity: .8;
  }
  .news-search-year-category {
    width: 57%;
    max-width: 620px;
    margin: 0;
    padding-left: 25px;
  }
  .news-search-year-category-button {
    border-width: 2px;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  .news-search-year-category-button::before {
    top: 4px;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  .news-search-year-category-button:hover {
    background: transparent;
  }
  .news-search-year-category-button:hover::before {
    color: #d80c18;
  }
  .news-search-year {
    width: calc(50% - 10px);
  }
  .news-search-category {
    width: calc(50% - 10px);
    margin-left: 10px;
  }
  .news-search .design-select {
    position: relative;
    padding: 4px 15px 3px;
  }
  .news-search .design-select .list {
    left: 15px;
  }
  .news-search .design-select .option {
    padding: 4px 10px;
  }
  .news-result-keyword {
    margin: -5px 0 30px;
    font-size: 2.4rem;
  }
  .news-result-notfound {
    margin-top: 75px;
    font-size: 2.8rem;
    text-align: center;
  }
  .news-article-container {
    margin-bottom: 40px;
    padding-bottom: 80px;
  }
  .news-article-header-meta {
    padding: 25px 0 10px;
  }
  .news-article-header-category {
    font-size: 1.6rem;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  .news-article-header-category span {
    font-size: 1.8rem;
  }
  .news-article-header-category span::after {
    margin: 0 7px 0 10px;
    font-size: 1.6rem;
  }
  .news-article-header-category:hover {
    opacity: .8;
  }
  .news-article-header-date {
    top: 28px;
    right: 10px;
    font-size: 1.6rem;
    letter-spacing: .05em;
  }
  .news-article-header-title {
    margin-top: 10px;
    font-size: 2.8rem;
    line-height: 1.7;
    letter-spacing: .05em;
  }
  .news-article-header-more {
    top: 0;
  }
  .news-article-header-more + .news-article-header-sns {
    margin-top: 32px;
  }
  .news-article-header-sns {
    margin-top: 32px;
    padding: 0 0 12px;
    border-top: none;
  }
  .news-article-header-sns li {
    margin: 0 18px 0 0;
  }
  .news-article-header-sns li .fb-like {
    top: 0;
  }
  .news-article-header-sns .pc-share {
    display: inline-block;
  }
  .news-article-header-sns .sp-share {
    display: none;
  }
  .news-article-thumbnail {
    margin-top: 40px;
  }
  .news-article-contents {
    margin-top: 40px;
    font-size: 1.6rem;
  }
  .news-article-contents h2 {
    margin-top: 60px;
    padding: 10px 18px;
    font-size: 2.0rem;
  }
  .news-article-contents h3 {
    margin-top: 60px;
    font-size: 2.0rem;
  }
  .news-article-contents p {
    margin-top: 25px;
    line-height: 2;
  }
  .news-article-contents .fz-small {
    font-size: 1.4rem;
  }
  .news-article-contents .fz-large {
    font-size: 2.0rem;
  }
  .news-article-contents ul, .news-article-contents ol {
    margin-top: 30px;
  }
  .news-article-contents ul li, .news-article-contents ol li {
    margin-top: 3px;
  }
  .news-article-contents ul li {
    padding-left: 1.25em;
  }
  .news-article-contents ul li::before {
    left: 0;
  }
  .news-article-contents .search-block {
    margin-top: 55px;
    font-size: 1.4rem;
  }
  .news-article-contents .search-block p {
    margin-top: 25px;
    line-height: 1.8;
  }
  .news-article-contents .search-block-title + p, .news-article-contents .search-block-title + ul, .news-article-contents .search-block-title + ol {
    margin-top: 0;
  }
  .news-article-contents .image-box.image-title-box {
    margin-top: 35px;
  }
  .news-article-contents .image-box.image-caption-box {
    margin-top: 40px;
  }
  .news-article-contents .image-box .image-title {
    font-size: 1.8rem;
  }
  .news-article-contents .image-box .image-caption {
    margin-top: 5px;
    font-size: 1.4rem;
  }
  .news-article-contents .youtube-block01,
  .news-article-contents .youtube-block02 {
    max-width: 800px;
    margin: 40px auto 0;
  }
  .news-article-footer-more {
    margin-top: 65px;
  }
  .news-article-recommend {
    max-width: 1140px;
    margin: 60px auto 0;
  }
  .service-nav ul li:not(:first-child) {
    margin-left: 75px;
  }
  .service-article-contents {
    margin-bottom: 60px;
    padding-top: 35px;
    padding-bottom: 60px;
    font-size: 1.4rem;
  }
  .service-article-subtitle, .service-article-prologue {
    text-align: center;
  }
  .service-article-subtitle {
    margin: 25px auto 0;
    font-size: 2.8rem;
    letter-spacing: .05em;
  }
  .service-article-prologue {
    margin: 15px auto 0;
    font-size: 2.0rem;
    line-height: 1.8;
  }
  .service-article-prologue .br-hidden {
    display: inline;
  }
  .service-article-image {
    margin-top: 35px;
  }
  .service-article-block {
    padding-top: 10px;
  }
  .service-article-block:first-child {
    margin-top: 50px;
  }
  .service-article-block-title {
    margin-bottom: 8px;
    font-size: 2.0rem;
  }
  .service-article-block p {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .service-article-related {
    max-width: 1140px;
    margin: 60px auto;
  }
  .service-case-purpose-block, .service-case-means-block {
    font-size: 1.4rem;
  }
  .service-case-means-block {
    margin-top: 20px;
  }
  .service-case-tags-label {
    width: 50px;
  }
  .service-case-tags-list li a:hover {
    opacity: 1;
    text-decoration: none;
  }
  .service-case-search {
    padding: 10px 20px;
  }
  .service-case-search-inner {
    max-width: 800px;
    margin: 0 auto;
    padding-right: 40px;
  }
  .service-case-search-purpose {
    width: calc(50% - 10px);
  }
  .service-case-search-means {
    width: calc(50% - 10px);
    margin-left: 20px;
  }
  .service-case-search .design-select {
    position: relative;
    padding: 4px 15px 3px 20px;
  }
  .service-case-search .design-select .list {
    left: 10px;
    width: calc(100% - 20px);
    margin-top: 5px;
  }
  .service-case-search .design-select .option {
    padding: 5px 15px;
  }
  .service-case-search-button {
    border-width: 2px;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  .service-case-search-button::before {
    top: 3px;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  .service-case-search-button:hover {
    background: transparent;
  }
  .service-case-search-button:hover::before {
    color: #d80c18;
  }
  .service-case-archive {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 40px;
  }
  .service-case-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 calc(40px / 2 * -1);
  }
  .service-case-item {
    width: calc(50% - 40px);
    margin: 40px calc(40px / 2) 0;
    padding: 15px 20px 30px;
  }
  .service-case-item::before {
    width: 30px;
    height: 30px;
  }
  .service-case-item-title {
    font-size: 1.8rem;
    line-height: 1.618;
  }
  .service-case-item-title a:hover {
    color: #d80c18;
    text-decoration: underline;
    -webkit-transition: none;
    transition: none;
    opacity: 1;
  }
  .service-case-article-container {
    margin-bottom: 60px;
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .service-case-article-header-title {
    font-size: 2.8rem;
    line-height: 1.7;
    letter-spacing: .05em;
  }
  .service-case-article-header-tags {
    margin-top: 20px;
  }
  .service-case-article-point {
    padding-bottom: 40px;
    border-bottom-width: 5px;
  }
  .service-case-article-point-title {
    margin-top: 30px;
  }
  .service-case-article-point-title::after {
    height: 5px;
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
  .service-case-article-point-title-inner {
    padding: 0 20px;
  }
  .service-case-article-point-title .lang-en {
    font-size: 3.0rem;
  }
  .service-case-article-point-title .en-num {
    font-size: 4.0rem;
  }
  .service-case-article-point-title .lang-ja {
    top: -2px;
    font-size: 2.0rem;
  }
  .service-case-article-point-title .lang-ja::before {
    margin-right: 8px;
  }
  .service-case-article-point-list li {
    margin-top: 30px;
    padding-left: 50px;
    font-size: 2.0rem;
  }
  .service-case-article-point-list li:first-child {
    margin-top: 20px;
  }
  .service-case-article-point-list li::before {
    width: 30px;
    height: 30px;
    padding: 4px 0 0 1px;
  }
  .service-case-article-contents {
    margin-top: 50px;
  }
  .service-case-article-contents h2 {
    margin-top: 50px;
    font-size: 2.0rem;
  }
  .service-case-article-contents p {
    margin-top: 15px;
    font-size: 1.6rem;
    line-height: 2;
  }
  .service-case-article-contents .fz-small {
    font-size: 1.4rem;
  }
  .service-case-article-contents .fz-large {
    font-size: 2.0rem;
  }
  .service-case-article-contents .image-box.image-title-box {
    margin-top: 35px;
  }
  .service-case-article-contents .image-box.image-caption-box {
    margin-top: 60px;
  }
  .service-case-article-contents .image-box .image-title {
    font-size: 1.8rem;
  }
  .service-case-article-contents .image-box .image-caption {
    margin-top: 5px;
    font-size: 1.4rem;
  }
  .service-case-article-contents .youtube-block01,
  .service-case-article-contents .youtube-block02 {
    max-width: 800px;
    margin: 40px auto 0;
  }
  .service-case-article-nav {
    margin-top: 40px;
  }
  .service-case-article-nav .button {
    min-width: 150px;
    padding: 6px 5px 8px;
    font-size: 1.4rem;
  }
  .service-case-article-nav-prev, .service-case-article-nav-next {
    font-size: 1.4rem;
  }
  .service-case-article-nav-prev {
    padding-left: 22px;
  }
  .service-case-article-nav-next {
    padding-right: 22px;
  }
  .media-archive {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 40px;
  }
  .media-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: -40px calc(24px / 2 * -1) 0;
  }
  .media-item {
    width: calc(50% - 24px);
    margin: 40px calc(24px / 2) 0;
  }
  .media-item-image img {
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  .media-item-text {
    min-height: 150px;
    margin: -80px 15px 0;
  }
  .media-item-copy {
    margin-top: 15px;
  }
  .media-item a:hover {
    opacity: 1;
  }
  .media-item a:hover .media-item-image img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: .8;
  }
  .media-article-container {
    padding-bottom: 40px;
  }
  .media-article-header {
    padding-top: 35px;
  }
  .media-article-header-title {
    font-size: 2.5rem;
  }
  .media-article-header-title span {
    top: -2px;
    padding-left: 40px;
    font-size: 2.0rem;
    letter-spacing: 0;
  }
  .media-article-header-title span::before {
    top: 2px;
    left: 19px;
    width: 3px;
  }
  .media-article-header-banner {
    margin-top: 25px;
  }
  .media-article-contents {
    margin-top: 30px;
    font-size: 1.6rem;
  }
  .media-article-contents .fz-small {
    font-size: 1.4rem;
  }
  .media-article-contents .fz-large {
    font-size: 2.0rem;
  }
  .media-article-contents .image-box {
    margin-top: 30px;
  }
  .media-article-contents .image-box.image-title-box {
    margin-top: 30px;
  }
  .media-article-contents .image-box.image-caption-box {
    margin-top: 30px;
  }
  .media-article-contents .image-box .image-title {
    font-size: 1.8rem;
  }
  .media-article-contents .image-box .image-caption {
    margin-top: 5px;
    font-size: 1.4rem;
  }
  .media-article-contents p {
    margin-top: 30px;
    line-height: 2;
  }
  .media-article-contents .youtube-block01,
  .media-article-contents .youtube-block02 {
    max-width: 800px;
    margin: 40px auto 0;
  }
  .media-article-contact {
    margin-top: 60px;
  }
  .media-article-contact .button {
    padding-top: 9px;
    padding-bottom: 10px;
  }
  .media-article-related {
    max-width: 1140px;
    margin: 60px auto 0;
  }
  .media-article-link {
    margin-top: 80px;
  }
  .media-article-link .button {
    max-width: 590px;
    padding-top: 9px;
    padding-bottom: 10px;
  }
  .aboutus-page {
    margin-bottom: 0;
    padding-top: 35px;
    padding-bottom: 40px;
    font-size: 1.4rem;
  }
  .aboutus-page-contents {
    padding-top: 35px;
  }
  .aboutus-message {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .aboutus-message .sign {
    margin-top: 25px;
  }
  .aboutus-message .image {
    width: 34.314%;
    max-width: 350px;
    margin-left: 35px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    overflow: hidden;
  }
  .aboutus-message .image img {
    position: relative;
    left: 50%;
    width: auto;
    max-width: none;
    height: 220px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .aboutus-message .text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .aboutus-message .text h2 {
    margin-top: 0;
    font-size: 2.5rem;
  }
  .aboutus-message .text p {
    margin-top: 35px;
    line-height: 2;
  }
  .aboutus-message .text p:first-child {
    margin-top: 0;
  }
  .aboutus-message .text h2 + p {
    margin-top: 15px;
  }
  .aboutus-message .text .fz-medium {
    font-size: 1.6rem;
  }
  .aboutus-message .text .fz-large {
    font-size: 2.0rem;
  }
  .aboutus-philosophy .message-column {
    margin: 0 0 60px;
  }
  .aboutus-philosophy .message-column .movie {
    display: block;
  }
  .aboutus-philosophy .message-column .image {
    display: none;
  }
  .aboutus-philosophy .message-column .text-col p {
    margin-top: 20px;
    font-size: 1.6rem;
    line-height: 2.4;
    letter-spacing: .1em;
  }
  .aboutus-philosophy .message-column .text-col p strong {
    margin: 20px 0 0 -5px;
    font-size: 5.6rem;
    letter-spacing: .05em;
  }
  .aboutus-philosophy .message-column .text-col p .br-hidden {
    display: none;
  }
  .aboutus-philosophy .logo-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    max-width: 820px;
    margin: 0 auto;
    padding: 60px 0 10px;
  }
  .aboutus-philosophy .logo-column .image-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 204px;
    margin: 0;
  }
  .aboutus-philosophy .logo-column .image-col .image {
    width: 204px;
  }
  .aboutus-philosophy .logo-column .text-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    padding-left: 55px;
    letter-spacing: .025em;
    line-height: 2;
  }
  .aboutus-area-subtitle {
    font-size: 2.0rem;
    letter-spacing: .05em;
    text-align: center;
  }
  .aboutus-area-subtitle br {
    display: inline;
  }
  .aboutus-area .image {
    margin-top: 30px;
  }
  .aboutus-area .area-list {
    margin-top: 40px;
    padding: 0 40px;
    font-size: 1.8rem;
  }
  .aboutus-area .area-list li {
    padding-left: 18px;
  }
  .aboutus-area .area-list li:not(:first-child) {
    margin-top: 8px;
  }
  .aboutus-area .area-list li::before {
    top: 6px;
    font-size: 1.2rem;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .aboutus-history .history-list {
    margin: -20px 0 0;
  }
  .aboutus-history .history-list li {
    overflow: hidden;
    padding: 20px 0;
  }
  .aboutus-history .history-list-year-label {
    float: left;
    width: 110px;
    margin: 0;
  }
  .aboutus-history .history-list-month {
    overflow: hidden;
  }
  .aboutus-history .history-list-month li {
    padding: 0;
    overflow: hidden;
  }
  .aboutus-history .history-list-month li:not(:last-child) {
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
  .aboutus-history .history-list-month-label {
    float: left;
    width: 85px;
    margin: 0;
  }
  .aboutus-history .history-list-month-label + .history-list {
    margin-left: 0;
  }
  .aboutus-history .history-list-contents {
    margin-left: 85px;
    overflow: hidden;
  }
  .aboutus-history .history-list-block + .history-list-block {
    margin-top: 20px;
  }
  .aboutus-history .history-list-block-image {
    width: 140px;
    padding: 4px 20px 0 0;
  }
  .aboutus-history .history-list-block-text {
    vertical-align: middle;
  }
  .aboutus-clients .clients-block {
    margin-top: 20px;
  }
  .aboutus-clients .clients-block + .clients-block {
    margin-top: 35px;
    padding-top: 30px;
  }
  .aboutus-clients .clients-block-label {
    padding-bottom: 15px;
    font-size: 2.0rem;
  }
  .aboutus-clients .clients-block-list ul li {
    padding-left: 18px;
  }
  .aboutus-clients .clients-block-list ul li::before {
    top: 4px;
  }
  .aboutus-info .info-label {
    width: 150px;
    padding: 20px 17px;
    line-height: 1.8;
  }
  .aboutus-info .info-text {
    padding: 20px 35px;
    line-height: 1.8;
  }
  .aboutus-info .link-access {
    margin-top: 3px;
    font-size: 1.2rem;
  }
  .aboutus-info .link-access:hover,
  .aboutus-info .link-blank:hover {
    opacity: 1;
  }
  .aboutus-info .link-access:hover span,
  .aboutus-info .link-blank:hover span {
    color: #d80c18;
    text-decoration: underline;
  }
  .aboutus-officer .officer-block {
    margin: 0;
    padding: 0;
  }
  .aboutus-officer .officer-block + .officer-block {
    margin-top: 35px;
    padding-top: 35px;
  }
  .aboutus-officer .officer-block-name {
    margin-top: 3px;
    font-size: 2.6rem;
  }
  .aboutus-officer .officer-block-name span {
    margin-left: 18px;
    font-size: 1.6rem;
  }
  .aboutus-officer .officer-block-profile-title {
    margin-top: 25px;
    font-size: 1.8rem;
  }
  .aboutus-officer .officer-block-profile-title span {
    top: -2px;
    padding-left: 32px;
    font-size: 1.4rem;
  }
  .aboutus-officer .officer-block-profile-title span::before {
    left: 15px;
    height: 75%;
  }
  .aboutus-officer .officer-block-profile-list li {
    margin-top: 8px;
    font-size: 1.2rem;
  }
  .aboutus-officer .officer-block-profile-list-date {
    width: 100px;
    margin-right: 25px;
  }
  .aboutus-access .access-map-wrap {
    padding-top: 50%;
  }
  .aboutus-access .access-map-button {
    margin-top: 30px;
  }
  .aboutus-access .access-map-button .button {
    width: 320px;
    padding: 4px 5px 5px;
  }
  .aboutus-access .access-info {
    margin-top: -10px;
    line-height: 1.8;
    overflow: hidden;
  }
  .aboutus-access .access-info dt {
    float: left;
    width: 150px;
    margin: 40px 20px 0 0;
  }
  .aboutus-access .access-info dt .br-hidden {
    display: inline;
  }
  .aboutus-access .access-info dd {
    margin-top: 40px;
    overflow: hidden;
  }
  .aboutus-access .access-info .tel-link {
    color: #000;
    font-weight: 400;
    cursor: text;
    pointer-events: none;
  }
  .culture-lede {
    margin: 0 auto;
    padding: 0 40px 40px;
  }
  .culture-lede h1 {
    font-size: 2.5rem;
    margin-bottom: 25px;
  }
  .culture-lede h1 small {
    font-size: 1.6rem;
  }
  .culture-lede p {
    font-size: 1.4rem;
    line-height: 2;
  }
  .culture-page-nav {
    max-width: 1100px;
    margin: 0 auto;
  }
  .culture-page-nav ul li a {
    padding-left: 2em;
    padding-right: 2em;
  }
  .culture-page-contents .pc {
    display: block !important;
  }
  .culture-page-contents .sp {
    display: none !important;
  }
  .culture-page-contents h2, .culture-page-contents h3 {
    font-size: 2.2rem;
    padding-left: 20px;
  }
  .culture-page-contents h2:after, .culture-page-contents h3:after {
    width: 40px;
    height: 40px;
  }
  .culture-page-contents h2:before, .culture-page-contents h3:before {
    content: none;
  }
  .culture-page-contents p {
    margin: 20px 20px 0;
    line-height: 2;
    letter-spacing: -.002em;
  }
  .culture-page {
    margin-bottom: 0;
    padding-top: 35px;
    padding-bottom: 40px;
    font-size: 1.4rem;
  }
  .culture-page-contents {
    padding-top: 35px;
  }
  .culture-c_message .photo img {
    max-width: 454px;
    height: auto;
  }
  .culture-c_message .text ul li::before {
    top: 4px;
  }
  .culture-c_message .text table tr th {
    width: 24.5%;
    padding: 18px 20px;
  }
  .culture-c_message .text table tr td {
    padding: 18px 20px;
  }
  .culture-c_message .text table tr td p {
    margin: 0;
  }
  .culture-c_message .text .fz-medium {
    font-size: 1.6rem;
  }
  .culture-c_message .text .fz-large {
    font-size: 2.0rem;
  }
  .culture-c_interview .photo {
    margin: 10px 10px 0;
  }
  .culture-c_interview .photo::after {
    display: block;
    clear: both;
    content: '';
  }
  .culture-c_interview .photo + p {
    margin-top: 10px;
  }
  .culture-c_interview .photo img:nth-child(1) {
    width: calc( 433 / 650 * 100%);
    height: auto;
    float: left;
  }
  .culture-c_interview .photo img:nth-child(2), .culture-c_interview .photo img:nth-child(3) {
    width: calc( 217 / 650 * 100%);
    height: auto;
  }
  .culture-c_performance {
    margin-bottom: -41px;
  }
  .culture-c_performance h2:nth-of-type(2) {
    margin-top: 35px;
  }
  .culture-c_performance h4 {
    font-size: 1.6rem;
  }
  .culture-c_performance ul {
    margin: 0 -40px;
  }
  .culture-c_performance ul li {
    width: 33.3333%;
    padding: 30px 0 40px;
    border-right: 1px solid #f0f0f0;
  }
  .culture-c_performance ul li:nth-child(3) {
    padding-top: 0;
  }
  .culture-c_performance ul li:nth-child(3n) {
    border-right: none;
  }
  .culture-c_performance ul li h4 {
    width: 33.3333vw;
  }
  .culture-c_performance ul li .graph {
    padding-top: 0;
  }
  .culture-c_performance ul li .graph img {
    width: 158px;
  }
  .culture-c_performance ul:nth-of-type(2) li:nth-child(3) {
    padding-top: 30px;
  }
  .culture-c_performance ul:nth-of-type(2) li:nth-child(3n), .culture-c_performance ul:nth-of-type(2) li:nth-child(odd) {
    border-right: 1px solid #f0f0f0;
  }
  .culture-c_performance ul:nth-of-type(2) li:nth-child(3n+2) {
    border-right: none;
  }
  .culture-c_performance ul:nth-of-type(2) li:nth-child(1) {
    width: 66.6666%;
  }
  .culture-c_performance ul:nth-of-type(2) li:nth-child(1) .graph img {
    width: 438px;
  }
  .culture-c_performance ul:nth-of-type(2) li h4 {
    width: 66.6666vw;
  }
  .culture-c_culture ul li {
    padding-top: 25px;
  }
  .culture-c_culture ul li h4 {
    font-size: 1.6rem;
    line-height: 36px;
  }
  .culture-c_culture ul li h4 i.icon {
    width: 36px;
    height: 36px;
  }
  .culture-c_evaluation {
    margin-bottom: -40px;
  }
  .culture-c_evaluation ul {
    margin: 0 -40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .culture-c_evaluation ul li {
    margin: 0;
    border-top: none;
    border-bottom: 1px solid #f0f0f0;
    width: 50%;
    padding: 35px 0 220px;
    position: relative;
  }
  .culture-c_evaluation ul li:nth-child(1), .culture-c_evaluation ul li:nth-child(2) {
    padding-top: 0;
  }
  .culture-c_evaluation ul li:nth-child(odd) {
    border-right: 1px solid #f0f0f0;
  }
  .culture-c_evaluation ul li:nth-last-child(1) {
    border-bottom: none;
    padding-bottom: 220px;
  }
  .culture-c_evaluation ul li:nth-child(1) .mark img {
    height: 80px;
    margin: 14px 0;
  }
  .culture-c_evaluation ul li h2, .culture-c_evaluation ul li h3 {
    height: 50px;
    vertical-align: middle;
    text-align: center;
    margin: 0;
    padding: 0;
    line-height: 1.2;
    font-size: 2.2rem;
  }
  .culture-c_evaluation ul li .mark {
    height: 118px;
  }
  .culture-c_evaluation ul li .mark img {
    width: auto;
    height: 118px;
  }
  .culture-c_evaluation ul li p {
    margin: 10px 40px 0;
    font-size: 1.4rem;
    line-height: 1.75;
  }
  .culture-c_evaluation ul li p.link {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    margin: 0;
  }
  .culture-c_evaluation ul li p.link a {
    font-size: 1.2rem;
  }
  .culture-c_evaluation ul li .mark {
    margin: 0;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 82px;
  }
  .culture-c_evaluation ul li.nadeshiko h2 {
    padding-top: 10px;
  }
  .contact-page {
    margin-bottom: 0;
    padding-top: 35px;
    padding-bottom: 60px;
    font-size: 1.4rem;
  }
  .contact-page .page-title {
    max-width: 750px;
    margin: 0 auto;
  }
  .mag-page {
    margin-bottom: 0;
    padding-top: 35px;
    padding-bottom: 60px;
    font-size: 1.4rem;
  }
  .mag-page .page-title {
    max-width: 750px;
    margin: 0 auto;
  }
  .mag-subscription .form-privacy-check {
    margin-top: 50px;
  }
  .mag-subscription .form-sent-title {
    margin: 60px 0 0;
  }
  .mag-subscription .form-sent-button {
    margin-top: 65px;
  }
  .mag-change .form-button-area {
    margin-top: 40px;
  }
  .mag-unsubscribe .form-row-email .form-label {
    padding-top: 12px;
    vertical-align: top;
  }
  .mag-unsubscribe .form-row-email .form-field .note {
    margin-top: 7px;
    font-size: 1.0rem;
  }
  .mag-unsubscribe .mw_wp_form_confirm .form-label {
    padding-top: 0;
  }
  .mag-unsubscribe .form-sent-title br,
  .mag-unsubscribe .form-sent-text br {
    display: none;
  }
  .mag-unsubscribe .form-sent-title {
    margin-top: 65px;
  }
  .privacy .page-title,
  .specificprivacy .page-title,
  .socialpolicy .page-title {
    margin-bottom: 30px;
  }
  .privacy-page,
  .specificprivacy-page,
  .socialpolicy-page {
    margin-bottom: 0;
    padding-top: 35px;
    padding-bottom: 40px;
    font-size: 1.4rem;
  }
  .privacy-page .page-title,
  .specificprivacy-page .page-title,
  .socialpolicy-page .page-title {
    padding-bottom: 20px;
    font-size: 2.8rem;
  }
  .privacy-page h1,
  .specificprivacy-page h1,
  .socialpolicy-page h1 {
    border-bottom: dotted #e2e2e2 1px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 2.8rem;
  }
  .privacy-page h3,
  .specificprivacy-page h3,
  .socialpolicy-page h3 {
    margin-top: 20px;
  }
  .privacy-page .wp-block-table + h3,
  .specificprivacy-page .wp-block-table + h3,
  .socialpolicy-page .wp-block-table + h3 {
    margin-top: 35px;
  }
  .privacy-page dl dt,
  .specificprivacy-page dl dt,
  .socialpolicy-page dl dt {
    margin-top: 35px;
  }
  .privacy-page ul li,
  .specificprivacy-page ul li,
  .socialpolicy-page ul li {
    padding-left: 20px;
  }
  .privacy-page ul li::before,
  .specificprivacy-page ul li::before,
  .socialpolicy-page ul li::before {
    top: 4px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  .privacy-page ol,
  .specificprivacy-page ol,
  .socialpolicy-page ol {
    margin: 30px 0 0 17px;
  }
  .privacy-page ol li,
  .specificprivacy-page ol li,
  .socialpolicy-page ol li {
    margin-top: 30px;
  }
  .privacy-page ol li::before,
  .specificprivacy-page ol li::before,
  .socialpolicy-page ol li::before {
    left: -15px;
  }
  .privacy-page table,
  .specificprivacy-page table,
  .socialpolicy-page table {
    margin-top: 35px;
  }
  .privacy-page table thead th,
  .specificprivacy-page table thead th,
  .socialpolicy-page table thead th {
    padding: 2px 20px 1px;
  }
  .privacy-page table tbody th,
  .specificprivacy-page table tbody th,
  .socialpolicy-page table tbody th {
    width: 24.5%;
    min-width: 220px;
    padding: 16px 20px 15px;
  }
  .privacy-page table tbody td,
  .specificprivacy-page table tbody td,
  .socialpolicy-page table tbody td {
    padding: 18px 20px 15px;
  }
  .privacy-page table tbody td ul li,
  .specificprivacy-page table tbody td ul li,
  .socialpolicy-page table tbody td ul li {
    line-height: 1.6;
  }
  .privacy-page table tbody td ul li:not(:first-child),
  .specificprivacy-page table tbody td ul li:not(:first-child),
  .socialpolicy-page table tbody td ul li:not(:first-child) {
    margin-top: 6px;
  }
  .privacy-page .link-contact,
  .specificprivacy-page .link-contact,
  .socialpolicy-page .link-contact {
    padding-left: 20px;
  }
  .privacy-page .link-contact::before,
  .specificprivacy-page .link-contact::before,
  .socialpolicy-page .link-contact::before {
    top: 1px;
  }
  .privacy-page .link-contact:hover,
  .specificprivacy-page .link-contact:hover,
  .socialpolicy-page .link-contact:hover {
    opacity: 1;
  }
  .privacy-page .link-contact:hover span,
  .specificprivacy-page .link-contact:hover span,
  .socialpolicy-page .link-contact:hover span {
    color: #d80c18;
    text-decoration: underline;
  }
  .privacy-page .link-tel,
  .specificprivacy-page .link-tel,
  .socialpolicy-page .link-tel {
    font-weight: 400;
    pointer-events: none;
  }
  .privacy-page .br-hidden,
  .specificprivacy-page .br-hidden,
  .socialpolicy-page .br-hidden {
    display: inline;
  }
  .privacy-section {
    margin-top: 60px;
  }
  .privacy-section-title {
    margin-bottom: -12px;
    font-size: 2.0rem;
  }
  .privacy-section p {
    margin-top: 35px;
  }
  .privacy-section01 {
    margin-top: 0;
  }
  .privacy-section01 p:first-child {
    margin-top: 30px;
  }
  .privacy-section04 .info {
    margin-top: 30px;
  }
  .privacy-page .privacy-section01 ol li {
    padding-left: 20px;
  }
  .specificprivacy-section {
    margin-top: 30px;
  }
  .specificprivacy-section-title {
    font-size: 1.4rem;
  }
  .specificprivacy .date,
  .specificprivacy .sign {
    margin-top: 30px;
  }
  .socialpolicy-page .subtitle01 {
    margin-bottom: -30px;
    font-size: 1.4rem;
  }
  .socialpolicy-page .subtitle01 + p + p {
    margin-top: 30px;
  }
  .socialpolicy-page .subtitle02 {
    margin-top: 40px;
    margin-bottom: -30px;
    font-size: 1.4rem;
  }
  .socialpolicy-page .subtitle02 + ul {
    margin-top: 35px;
  }
  .socialpolicy-page p {
    margin-top: 30px;
  }
  .socialpolicy-page .image {
    margin-top: 40px;
  }
  .socialpolicy-page .info {
    margin-top: 30px;
  }
  .sitemap-page {
    margin-bottom: 0;
    padding-top: 35px;
    padding-bottom: 40px;
  }
  .sitemap-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    padding: 13px 20px;
  }
  .sitemap-block-label {
    width: 240px;
    margin: 0;
    padding-right: 16px;
    font-size: 1.6rem;
    letter-spacing: .1em;
  }
  .sitemap-block-label a {
    -webkit-transition: none;
    transition: none;
  }
  .sitemap-block-label a:hover {
    opacity: 1;
    text-decoration: underline;
  }
  .sitemap-block-list {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-top: 10px;
  }
  .sitemap-block-list li {
    width: 30.5%;
    margin-top: 13px;
    margin: 13px 0 0 4.25%;
  }
  .sitemap-block-list li:nth-child(odd) {
    margin-right: 0;
  }
  .sitemap-block-list li:nth-child(3n+1) {
    margin-left: 0;
  }
  .sitemap-block-list li::before {
    top: 1px;
  }
  .sitemap-block-list a {
    -webkit-transition: none;
    transition: none;
  }
  .sitemap-block-list a:hover {
    color: #d80c18;
    opacity: 1;
  }
  .sitemap-block-list a:hover span {
    text-decoration: underline;
  }
  .sitemap-block-label {
    width: 200px;
  }
  .ir-nav {
    padding: 0 20px;
  }
  .ir-nav ul {
    font-size: 0;
  }
  .ir-nav ul li {
    width: 160px;
    font-size: 1.4rem;
  }
  .ir-nav ul li:not(:first-child) {
    margin-left: 0;
  }
  .ir-nav ul a {
    padding: 18px 0;
    line-height: 1;
  }
  .ir-nav ul a::after {
    content: none;
  }
  .ir-nav ul a.is-current, .ir-nav ul a:hover {
    opacity: 1;
    background: #e4555e;
  }
  .ir-page-header-title {
    margin-top: -30px;
    padding-bottom: 25px;
    font-size: 3.5rem;
  }
  .ir-page-header-title::after {
    top: 55px;
    width: 72px;
    height: 3px;
  }
  .ir-page {
    position: relative;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .ir-page-search {
    position: absolute;
    top: 34px;
    right: 40px;
    width: 240px;
    margin-top: 0;
  }
  .ir-page-search .design-select {
    padding: 5px 17px;
  }
  .ir-page-search .design-select .list {
    width: calc(100% - 20px);
  }
  .ir-page-search .design-select .option {
    padding: 4px 10px;
  }
  .ir-page-nav ul li:not(:first-child) {
    margin-left: 60px;
  }
  .ir-page-title {
    padding-top: 30px;
    font-size: 2.5rem;
  }
  .ir-editor .ir-message-block .image {
    margin: 0;
  }
  .ir-editor .ir-message-block .image p .position {
    font-size: 1.2rem;
  }
  .ir-editor .ir-message-block .image p .name {
    font-size: 3.0rem;
  }
  .ir-editor .ir-message-block .text {
    padding-top: 40px;
  }
  .ir-editor .ir-message-block .text p {
    font-size: 1.6rem;
    line-height: 2;
  }
  .ir-editor .ir-message-block .text p:not(:first-child) {
    margin-top: 35px;
  }
  .ir-editor .page-title {
    margin-bottom: 35px;
  }
  .ir-editor .ir-movie-block {
    margin-top: 30px;
  }
  .ir-editor .ir-image-block {
    margin-top: 30px;
  }
  .ir-editor .ir-image-block > figcaption {
    font-size: 1.4rem;
  }
  .ir-editor .ir-sdgs-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
  }
  .ir-editor .ir-sdgs-block .image {
    width: 151px;
  }
  .ir-editor .ir-sdgs-block .text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 0 0 40px;
  }
  .ir-editor .ir-sdgs-block .ir-title-lv4 {
    margin-top: 0;
  }
  .ir-editor .ir-sdgs-block .ir-link-list {
    margin-top: 20px;
  }
  .ir-editor .ir-buttons {
    text-align: center;
  }
  .ir-editor .ir-button {
    display: inline-block;
    max-width: none;
    min-width: 350px;
    margin: 65px 20px 0;
    padding: 6px 25px 7px;
    border-width: 2px;
    font-size: 2.0rem;
    letter-spacing: .1em;
    -webkit-transition: background .25s ease-in-out, color .25s ease-in-out;
    transition: background .25s ease-in-out, color .25s ease-in-out;
  }
  .ir-editor .ir-button:hover {
    background: transparent;
    color: #000;
  }
  .ir-editor .ir-button-red:hover {
    color: #d80c18;
  }
  .ir-editor .ir-title-lv2 {
    margin-top: 60px;
    padding: 10px 18px;
    font-size: 2.0rem;
  }
  .ir-editor .ir-title-lv2 + p {
    margin-top: 20px;
  }
  .ir-editor .ir-title-lv3 {
    font-size: 2.5rem;
    line-height: 1.4;
  }
  .ir-editor .ir-title-lv3:nth-child(1) {
    margin-top: 30px;
  }
  .ir-editor .ir-title-lv4 {
    margin-top: 40px;
    font-size: 2.0rem;
  }
  .ir-editor .ir-title-lv5 {
    padding-bottom: 10px;
    font-size: 1.6rem;
  }
  .ir-editor .ir-catch {
    font-size: 3.2rem;
  }
  .ir-editor p {
    margin-top: 25px;
    font-size: 1.6rem;
    line-height: 2;
  }
  .ir-editor p.note {
    margin-top: 20px;
    font-size: 1.4rem;
  }
  .ir-editor ul {
    margin-top: 25px;
  }
  .ir-editor ul li {
    font-size: 1.6rem;
  }
  .ir-editor ul li::before {
    top: 17px;
  }
  .ir-editor .ir-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
  }
  .ir-editor .ir-list-items {
    margin-top: 0;
    list-style: none;
  }
  .ir-editor .ir-list-items:nth-child(2) {
    margin-left: 50px;
  }
  .ir-editor .ir-list-item {
    font-size: 1.4rem;
  }
  .ir-editor .ir-list-item::before {
    top: 15px;
  }
  .ir-editor .ir-link-list {
    margin-top: 30px;
  }
  .ir-editor .ir-link-list li {
    font-size: 1.4rem;
  }
  .ir-editor .ir-link-list li::before {
    top: 4px;
  }
  .ir-editor .ir-link-list li > a {
    -webkit-transition: none;
    transition: none;
  }
  .ir-editor .ir-link-list li > a:hover {
    color: #d80c18;
    text-decoration: underline;
    opacity: 1;
  }
  .ir-editor .ir-border {
    margin: 40px 0;
  }
  .ir-editor .ir-table {
    overflow: visible;
  }
  .ir-editor .ir-table.-scroll {
    overflow-x: scroll;
  }
  .ir-editor .ir-table.-scroll table {
    width: 100%;
  }
  .ir-editor .ir-table table {
    width: auto;
  }
  .ir-editor .ir-table table thead th:first-child,
  .ir-editor .ir-table table tbody th:first-child {
    width: 220px;
  }
  .ir-editor .ir-table table th,
  .ir-editor .ir-table table td {
    width: 266px;
  }
  .ir-editor .ir-table table th:not(:first-child) {
    width: 266px;
  }
  .ir-editor .ir-table.-period > table th {
    width: 400px;
  }
  .ir-editor .ir-table.-period > table th:nth-child(1) {
    width: 220px;
  }
  .ir-editor .ir-table.-period > table td {
    width: 400px;
  }
  .ir-editor .ir-caption {
    margin-top: 30px;
    font-size: 1.6rem;
  }
  .ir-editor .ir-row-label {
    width: 220px;
    padding: 20px 17px;
  }
  .ir-editor .ir-row-text {
    padding: 20px 35px;
    line-height: 1.8;
  }
  .ir-editor br.br-show-sm {
    display: none;
  }
  .ir-editor br.br-show-lg {
    display: inline;
  }
  .ir-news-list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    padding: 10px 0;
  }
  .ir-news-item-date {
    display: block;
    width: 90px;
    padding: 0;
  }
  .ir-news-item-category {
    margin-left: 0;
  }
  .ir-news-item-link {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0;
    padding-left: 15px;
  }
  .ir-news-item-text, .ir-news-item-pdf {
    -webkit-transition: none;
    transition: none;
  }
  .ir-news-item-text:hover, .ir-news-item-pdf:hover {
    opacity: 1;
  }
  .ir-news-item-text {
    font-weight: 500;
  }
  .ir-news-item-text:hover {
    color: #d80c18;
    text-decoration: underline;
  }
  .ir-news-item-pdf {
    margin-left: 15px;
    padding-left: 16px;
    font-size: 1.2rem;
  }
  .ir-news-item-pdf:hover span {
    color: #d80c18;
    text-decoration: underline;
  }
  .ir-contents-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: -40px calc(40px / 2 * -1) 0;
  }
  .ir-contents-list-outer {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 40px 20px;
  }
  .ir-contents-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(50% - 40px);
    min-height: 186px;
    margin: 40px calc(40px / 2) 0;
    padding: 8px 20px 20px;
  }
  .ir-contents-item a {
    opacity: 1;
    -webkit-transition: none;
    transition: none;
  }
  .ir-contents-item a:hover {
    color: #d80c18;
  }
  .ir-contents-item-title {
    margin-bottom: 8px;
    letter-spacing: .1em;
  }
  .ir-contents-item-title a::after {
    letter-spacing: 0;
  }
  .ir-contents-item-title a:hover span {
    text-decoration: underline;
  }
  .ir-contents-item-title a:hover::before {
    background: transparent;
    border-width: 2px;
  }
  .ir-contents-item-title a:hover::after {
    color: #d80c18;
  }
  .ir-contents-item-title + p {
    margin-bottom: 20px;
  }
  .ir-contents-item-download {
    margin-top: auto;
  }
  .ir-contents-item-download-title {
    padding-bottom: 7px;
  }
  .ir-contents-item-download-title p {
    padding-left: 22px;
    font-size: 1.6rem;
  }
  .ir-contents-item-download-title a {
    font-size: 1.2rem;
  }
  .ir-contents-item-download-title a:hover span {
    text-decoration: underline;
  }
  .ir-contents-item-download-list li a:hover {
    text-decoration: underline;
  }
  .ir-contents-item-button {
    margin-top: auto;
  }
  .ir-contents-item-button .button {
    max-width: inherit;
    padding: 3px 4px 4px;
    font-size: 1.8rem;
    -webkit-transition: background .25s ease-in-out, color .25s ease-in-out;
    transition: background .25s ease-in-out, color .25s ease-in-out;
  }
  .ir-contents-item-button .button-secondary:hover {
    color: #000;
  }
  .ir-latest-material {
    margin-top: 60px;
  }
  .ir-latest-material-title {
    padding-bottom: 0;
    border-bottom: none;
    font-size: 2.4rem;
  }
  .ir-latest-material-title span {
    position: relative;
    top: -3px;
    display: inline-block;
    padding-left: 40px;
    font-size: 1.8rem;
    font-weight: normal;
  }
  .ir-latest-material-title span::before {
    top: 3px;
    left: 20px;
    width: 3px;
    height: 80%;
  }
  .ir-latest-material p {
    margin-top: 8px;
    font-size: 1.0rem;
  }
  .ir-latest-material p a {
    font-weight: bold;
    text-decoration: none;
    -webkit-transition: none;
    transition: none;
  }
  .ir-latest-material p a:hover {
    opacity: 1;
    text-decoration: underline;
  }
  .ir-latest-material-button {
    width: 470px;
    max-width: inherit;
  }
  .ir-latest-material-button .button {
    padding: 13px 5px 15px;
    font-size: 1.8rem;
  }
  .ir-latest-material-button .button span {
    display: inline-block;
    margin-left: 3px;
    font-size: 1.4rem;
  }
  .ir-pdf-list-title {
    margin-top: 40px;
    padding-bottom: 10px;
    font-size: 1.8rem;
  }
  .ir-pdf-list-title + p {
    margin-top: 15px;
  }
  .ir-pdf-list {
    margin-top: 0;
  }
  .ir-pdf-list li {
    margin-top: 10px;
  }
  .ir-pdf-list li::before {
    position: absolute;
    top: 2px;
    left: 0;
    content: '\f178';
    color: #d80c18;
    font-size: 1.3rem;
    font-family: 'FontAwesome';
  }
  .ir-pdf-item-text, .ir-pdf-item-pdf, .ir-pdf-item-movie {
    -webkit-transition: none;
    transition: none;
  }
  .ir-pdf-item-text:hover, .ir-pdf-item-pdf:hover, .ir-pdf-item-movie:hover {
    opacity: 1;
  }
  .ir-pdf-item-text:hover {
    color: #d80c18;
    text-decoration: underline;
  }
  .ir-pdf-item-pdf, .ir-pdf-item-movie {
    padding-left: 16px;
    font-size: 1.2rem;
  }
  .ir-pdf-item-pdf:hover span, .ir-pdf-item-movie:hover span {
    color: #d80c18;
    text-decoration: underline;
  }
  .ir .ir-page-search + .ir-pdf-list-title,
  .ir .ir-page-title + .ir-pdf-list-title {
    margin-top: 35px;
  }
  .ir-home-header {
    background-image: url(../images/ir/home/img_visual_01_large.jpg);
  }
  .ir-home-header-inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 65px 40px;
  }
  .ir-home-header-title {
    max-width: 470px;
  }
  .ir-home-header-title-en {
    padding-bottom: 5px;
    border-bottom-width: 3px;
    font-size: 2.4rem;
  }
  .ir-home-header-title-ja {
    font-size: 3.2rem;
  }
  .ir-home-header-title-date {
    top: 1px;
    margin-left: 18px;
    font-size: 1.6rem;
    letter-spacing: .075em;
    white-space: nowrap;
  }
  .ir-home-header-title-date:nth-child(2) {
    display: inline;
  }
  .ir-home-header-list li {
    margin-top: 20px;
    padding-left: 28px;
  }
  .ir-home-header-list li::before {
    top: 1px;
    font-size: 2.0rem;
  }
  .ir-home-header-item-text, .ir-home-header-item-pdf {
    -webkit-transition: none;
    transition: none;
  }
  .ir-home-header-item-text:hover, .ir-home-header-item-pdf:hover {
    opacity: 1;
  }
  .ir-home-header-item-text {
    font-size: 2.0rem;
  }
  .ir-home-header-item-text:hover {
    color: #d80c18;
    text-decoration: underline;
  }
  .ir-home-header-item-pdf {
    margin-left: 18px;
    padding-left: 20px;
    font-size: 1.6rem;
  }
  .ir-home-header-item-pdf::before {
    top: 0;
  }
  .ir-home-header-item-pdf:hover span {
    color: #d80c18;
    text-decoration: underline;
  }
  .ir-home-header-download {
    margin-top: 35px;
  }
  .ir-home-news-inner {
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
    padding: 45px 40px 140px;
  }
  .ir-home-news-title {
    margin-bottom: 35px;
  }
  .ir-home-news-title .lang-en {
    padding-bottom: 30px;
    font-size: 3.5rem;
  }
  .ir-home-news-title .lang-en::after {
    top: 50px;
    width: 72px;
    height: 3px;
  }
  .ir-home-news-title .lang-ja {
    font-size: 1.4rem;
  }
  .ir-home-news-more {
    position: absolute;
    bottom: 80px;
    right: 40px;
    margin-top: 0;
  }
  .ir-home-news-more .button {
    min-width: 250px;
    padding: 3px 6px 4px;
    font-size: 1.8rem;
  }
  .ir-home-banner-inner {
    padding: 0 40px 80px;
    max-width: 1180px;
    margin: 0 auto;
  }
  .ir-home-banner-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px;
  }
  .ir-home-banner-item {
    margin: 0 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .ir-home-banner-item:nth-child(n+2) {
    margin-top: 0;
  }
  .ir-home-banner-item > a {
    height: 88px;
    padding-right: 30px;
  }
  .ir-home-banner-item > a::before, .ir-home-banner-item > a::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .ir-home-banner-item > a::before {
    right: 7px;
  }
  .ir-home-banner-item > a::after {
    right: 12px;
  }
  .ir-home-banner-item > a:hover {
    color: #d80c18;
    opacity: 1;
  }
  .ir-home-banner-item > a:hover::before {
    background: transparent;
    border-width: 2px;
  }
  .ir-home-banner-item > a:hover::after {
    color: #d80c18;
  }
  .ir-home-banner-item > a:hover .ir-home-banner-text {
    text-decoration: underline;
  }
  .ir-home-banner-image {
    width: 80px;
  }
  .ir-home-banner-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 10px;
  }
  .ir-home-nav {
    max-width: 1180px;
    margin: 0 auto;
    padding: 40px 40px 0;
  }
  .ir-home-nav-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: -40px calc(40px / 2 * -1) 0;
  }
  .ir-home-nav-item {
    width: calc(50% - 40px);
    margin: 40px calc(40px / 2) 0;
    padding: 8px 20px 25px;
  }
  .ir-home-nav-item a {
    opacity: 1;
    -webkit-transition: none;
    transition: none;
  }
  .ir-home-nav-item a:hover {
    color: #d80c18;
  }
  .ir-home-nav-item-title {
    letter-spacing: .1em;
  }
  .ir-home-nav-item-title a::after {
    letter-spacing: 0;
  }
  .ir-home-nav-item-title a:hover span {
    text-decoration: underline;
  }
  .ir-home-nav-item-title a:hover::before {
    background: transparent;
    border-width: 2px;
  }
  .ir-home-nav-item-title a:hover::after {
    color: #d80c18;
  }
  .ir-home-nav-item-links {
    margin-top: 15px;
  }
  .ir-home-nav-item-links li:not(:first-child) {
    margin-top: 15px;
  }
  .ir-home-nav-item-links li a:hover {
    text-decoration: underline;
  }
  .ir-library-performance .performance-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: -25px calc(60px / 2 * -1) 0;
  }
  .ir-library-performance .performance-item {
    width: calc(50% - 40px);
    margin: 60px calc(40px / 2) 0;
  }
  .ir-library-performance .performance-item-title {
    font-size: 1.8rem;
  }
  .ir-library-performance .performance-item-label {
    top: 6px;
    font-size: 1.2rem;
  }
  .ir-library-performance .performance-item-chart {
    margin-top: 13px;
  }
  .ir-news .ir-news-list {
    margin: 30px 0 0;
  }
  .ir-news .ir-news-list li {
    border-bottom: none;
  }
  .ir-calendar .calendar-section-title {
    margin-top: 50px;
    padding-bottom: 9px;
    font-size: 1.8rem;
  }
  .ir-calendar .calendar-row {
    margin-top: 18px;
  }
  .ir-calendar .calendar-row:nth-of-type(1) {
    margin-top: 15px;
  }
  .ir-calendar .calendar-text {
    padding-left: 20px;
  }
  .ir-stockholder-basic .info-row:nth-of-type(1) {
    margin-top: 35px;
  }
  .ir-stockholder-basic .info-label {
    width: 150px;
    padding: 20px 17px;
    line-height: 1.8;
  }
  .ir-stockholder-basic .info-text {
    padding: 20px 35px;
    line-height: 1.8;
  }
  .ir-stockholder-basic .link {
    -webkit-transition: none;
    transition: none;
  }
  .ir-stockholder-basic .link:hover {
    color: #d80c18;
    opacity: 1;
  }
  .ir-stockholder-basic .link:hover span {
    text-decoration: underline;
  }
  .ir-other-list.ir-contents-list .ir-contents-item:nth-of-type(4) .ir-contents-item-title　 {
    letter-spacing: .05em;
  }
  .ir-other-faq {
    position: relative;
  }
  .ir-other-faq .faq-search {
    position: absolute;
    top: 35px;
    right: 40px;
    width: 435px;
    margin-top: 0;
  }
  .ir-other-faq .faq-search-field {
    padding: 3px 40px 3px 12px;
  }
  .ir-other-faq .faq-search-button::before {
    top: 6px;
  }
  .ir-other-faq .faq-category-list {
    margin: 20px 0 40px;
    padding-bottom: 35px;
    border-bottom: 1px solid #f0f0f0;
  }
  .ir-other-faq .faq-category-list li {
    display: inline-block;
    margin: 8px 25px 0 0;
  }
  .ir-other-faq .faq-category-list li a {
    padding: 0 0 0 25px;
    border-bottom: none;
  }
  .ir-other-faq .faq-category-list li a::before {
    top: 1px;
    font-size: 1.6rem;
  }
  .ir-other-faq .faq-category-list li a:hover {
    opacity: 1;
    -webkit-transition: none;
    transition: none;
  }
  .ir-other-faq .faq-category-list li a:hover span {
    color: #d80c18;
    text-decoration: underline;
  }
  .ir-other-faq .faq-category-list li span {
    font-size: 1.6rem;
    font-weight: 700;
  }
  .ir-other-faq .faq-search-title, .ir-other-faq .faq-category-title {
    margin: -5px 0 25px;
    font-size: 2.4rem;
  }
  .ir-other-faq .faq-search-notfound {
    margin: 75px 0;
    font-size: 2.8rem;
    text-align: center;
  }
  .ir-other-faq .faq-question, .ir-other-faq .faq-answer {
    padding-left: 27px;
  }
  .ir-other-faq .faq-question::before, .ir-other-faq .faq-answer::before {
    font-size: 1.8rem;
  }
  .ir-other-faq .faq-question {
    margin-top: 50px;
    padding-bottom: 10px;
    font-size: 1.8rem;
  }
  .ir-other-faq .faq-answer p {
    margin-top: 10px;
    line-height: 1.8;
  }
  .ir-other-faq .faq-answer a:hover {
    opacity: 1;
    text-decoration: underline;
  }
  .ir-other-faq .faq-list + .wp-pagenavi {
    padding-bottom: 20px;
  }
  .ir-other-faq .faq-list + .wp-pagenavi .page,
  .ir-other-faq .faq-list + .wp-pagenavi .current {
    line-height: 27px;
  }
  .ir-other-faq .faq-list + .wp-pagenavi .page:hover {
    border: 1px solid #d80c18;
  }
  .ir-other-disclaimer .ir-page-title {
    margin-bottom: -5px;
  }
  .ir-other-disclaimer p {
    margin-top: 35px;
    line-height: 1.8;
  }
  .ir-other-disclosurepolicy .disclosurepolicy-section {
    margin-top: 35px;
  }
  .ir-other-disclosurepolicy .disclosurepolicy-section-title {
    font-size: 1.8rem;
  }
  .ir-other-disclosurepolicy .disclosurepolicy-section p {
    line-height: 1.8;
  }
}

@media screen and (min-width: 1024px), print {
  .contents-wrapper {
    padding-top: 72px;
  }
  .page-header-inner {
    padding: 15px 40px 60px;
  }
  .page-nav {
    padding: 10px 0 10px;
  }
  .page-nav ul {
    -webkit-transform: translate3d(0, 0, 0) !important;
            transform: translate3d(0, 0, 0) !important;
  }
  .news-item {
    width: calc(33.33334% - 24px);
  }
  .form-field .radio-list > .mwform-radio-field {
    display: inline-block;
    margin: 0 20px 12px 0 !important;
    vertical-align: top;
  }
  .global-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 72px;
    background: rgba(255, 255, 255, 0.8);
  }
  .global-header-inner {
    padding: 12px 40px 0;
    background: transparent;
  }
  .global-header .logo a {
    display: block;
    width: 144px;
    height: 46px;
    background: url(../images/common/logo.svg) 0 0 no-repeat;
    background-size: 144px 46px;
  }
  .global-header .logo img {
    opacity: 0;
    visibility: hidden;
  }
  .global-nav {
    right: 0;
    width: calc(100% - 234px);
    max-width: 840px;
    height: auto;
    padding-right: 95px;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .global-nav-inner {
    height: auto;
    padding: 0;
    background: transparent;
    overflow-y: visible;
  }
  .global-nav-close {
    display: none;
  }
  .global-nav-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 72px;
    margin: 0;
  }
  .global-nav-list li {
    margin: 0 10px;
    border: none;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  .global-nav-list li a {
    position: relative;
    height: 100%;
    min-height: 72px;
    padding: 18px 0 0;
    color: #000;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  .global-nav-list li a::after {
    position: absolute;
    bottom: 9px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #d80c18;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  .global-nav-list li a.is-current, .global-nav-list li a:hover {
    opacity: 1;
  }
  .global-nav-list li a.is-current .lang-en,
  .global-nav-list li a.is-current .lang-ja, .global-nav-list li a:hover .lang-en,
  .global-nav-list li a:hover .lang-ja {
    color: #d80c18;
  }
  .global-nav-list li a.is-current::after, .global-nav-list li a:hover::after {
    opacity: 1;
    visibility: visible;
  }
  .global-nav-list li span {
    display: block;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    text-align: center;
  }
  .global-nav-list li .lang-en {
    margin: 0 0 8px;
    font-size: 1.4rem;
  }
  .global-nav-list li .lang-ja {
    padding: 0;
    color: #666;
    font-size: 1.0rem;
  }
  .global-nav-contact {
    position: absolute;
    top: 9px;
    right: -75px;
    width: 50px;
    margin: 0;
  }
  .global-nav-contact a {
    width: 50px;
    height: 50px;
    padding-top: 2px;
    background: #d80c18;
    border: 2px solid #d80c18;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  .global-nav-contact a::before {
    color: #fff;
    font-size: 2.4rem;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  .global-nav-contact a:hover {
    background: transparent;
    opacity: 1;
  }
  .global-nav-contact a:hover::before {
    color: #d80c18;
  }
  .global-nav-open {
    display: none;
  }
  .global-header-inner,
  .global-nav,
  .global-nav-open,
  .contents-wrapper,
  .global-footer,
  .home-visual {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .global-header-inner.js-nav-open,
  .global-nav.js-nav-open,
  .global-nav-open.js-nav-open,
  .contents-wrapper.js-nav-open,
  .global-footer.js-nav-open,
  .home-visual.js-nav-open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .clone-global-header,
  .clone-global-nav {
    display: block;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  .clone-global-header.is-show,
  .clone-global-nav.is-show {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .global-footer-nav ul {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: inherit;
    padding-right: 23%;
  }
  .global-footer-nav ul li {
    margin: 0;
  }
  .global-footer-nav ul li:nth-child(-n+2) {
    margin: 0;
  }
  .global-footer-follow {
    top: 17px;
  }
  .home-visual {
    padding: 100px 0 0;
  }
  .home-visual-message {
    position: absolute;
    left: 40px;
    bottom: 50%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  .home-visual-message p {
    padding: 0;
    font-size: 2.2rem;
    line-height: 2.9;
    letter-spacing: .2em;
  }
  .home-visual-message p span {
    letter-spacing: 0;
  }
  .home-visual-message p strong {
    margin: 30px 0 0 -7px;
    font-size: 9.5rem;
  }
  .home-visual-scroll {
    position: fixed;
    bottom: 0;
    left: 50%;
    display: block;
    padding-bottom: 55px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .home-visual-scroll::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: '';
    width: 2px;
    height: 50px;
    background: #d80c18;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .home-visual-scroll a {
    position: relative;
    display: block;
    padding-top: 40px;
    color: #d80c18;
    font-size: 1.0rem;
    letter-spacing: .1em;
  }
  .home-visual-scroll span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 20px;
    height: 30px;
    border: 2px solid #d80c18;
    border-radius: 15px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .home-visual-scroll span::before {
    position: absolute;
    top: 4px;
    left: 50%;
    content: '';
    width: 4px;
    height: 4px;
    margin-left: -2px;
    background: #d80c18;
    border-radius: 100%;
    -webkit-animation: scroll-wheel 2s infinite;
            animation: scroll-wheel 2s infinite;
  }
  .home-visual.js-full-vertical {
    height: 100vh;
    padding: 100px 0 100px 11.3%;
  }
  .home-visual.js-full-vertical .home-visual-movie {
    width: auto;
    height: 100%;
    padding-top: 0;
  }
  .home-visual.js-full-vertical .home-visual-movie-image,
  .home-visual.js-full-vertical .home-visual-movie video {
    width: auto;
    height: 100%;
    right: 0;
    left: auto;
  }
  .home-visual.js-full-vertical .home-visual-movie .video-mask {
    width: auto;
    height: 100%;
    right: 0;
    left: auto;
  }
  .home-visual.js-full-horizontal {
    height: 100vh;
    padding: 100px 0 100px 11.3%;
  }
  .home-visual.js-full-horizontal .home-visual-movie {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
  }
  .home-visual.js-full-horizontal .home-visual-movie video {
    width: 100%;
    height: auto;
  }
  .home-visual.js-full-horizontal .home-visual-movie-image {
    width: 100%;
    height: 100%;
  }
  .home-header-visual {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .home-header-visual .global-header {
    height: 100px;
    -webkit-transition: height .25s ease-in-out;
    transition: height .25s ease-in-out;
  }
  .home-header-visual .global-header-inner {
    padding: 0;
  }
  .home-header-visual .global-header .logo {
    width: 180px;
    margin-left: 40px;
  }
  .home-header-visual .global-header .logo a {
    width: 100%;
    height: 72px;
    background: #d80c18 url(../images/common/logo_white.svg) 50% 50% no-repeat;
    background-size: 85% auto;
  }
  .home-header-visual + .global-nav {
    z-index: 0;
  }
  .home-header-visual + .global-nav .global-nav-list {
    height: 100px;
  }
  .home-header-visual + .global-nav .global-nav-list a {
    padding-top: 30px;
    min-height: 100px;
  }
  .home-header-visual + .global-nav .global-nav-list a::after {
    bottom: 24px;
  }
  .home-header-visual + .global-nav .global-nav-contact {
    top: 20px;
  }
  .home-header-visual + .global-nav + .contents-wrapper {
    margin-top: 100vh;
    padding-top: 0;
  }
  .home-business-section {
    background: transparent;
  }
  .home-business-section-bg {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 150%;
    background: url(../images/home/bg_business_01_large.jpg) 50% 50% no-repeat;
    background-size: cover;
  }
  .home-business-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    margin: 0 calc(30px / 2 * -1);
  }
  .home-business-col {
    width: 50%;
    margin: 0 calc(30px / 2);
  }
  .home-business-col:first-child {
    margin-bottom: 0;
  }
  .home-recruit-image {
    left: 50%;
    margin-left: 200px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .global-header .logo,
  .global-nav {
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
  }
  .global-header .logo.is-hidden,
  .global-nav.is-hidden {
    opacity: 0;
    visibility: hidden;
  }
  .news-search .design-select {
    padding: 4px 15px 3px 20px;
  }
  .news-search .design-select .list {
    left: 20px;
    width: calc(100% - 40px);
  }
  .media-item {
    width: calc(33.33334% - 24px);
  }
  .aboutus-message .image {
    margin-left: 50px;
  }
  .aboutus-message p .br-hidden {
    display: inline;
  }
  .aboutus-philosophy .message-column {
    position: relative;
  }
  .aboutus-philosophy .message-column .image-col {
    position: absolute;
    top: 0;
    right: 0;
    width: 490px;
  }
  .aboutus-philosophy .message-column .text-col p {
    margin: 0;
  }
  .aboutus-clients .clients-block-list {
    overflow: hidden;
  }
  .aboutus-clients .clients-block-list ul {
    float: left;
    width: 42%;
    padding-right: 30px;
  }
  .aboutus-officer .officer-block {
    position: relative;
    overflow: hidden;
  }
  .aboutus-officer .officer-block + .officer-block {
    padding-top: 30px;
  }
  .aboutus-officer .officer-block-image {
    float: left;
    width: 350px;
    margin: 0 40px 0 0;
    padding-top: 7px;
  }
  .aboutus-officer .officer-block-image + .officer-block-text {
    padding-top: 7px;
  }
  .aboutus-officer .officer-block-text {
    overflow: hidden;
  }
  .culture-lede {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 0 40px;
  }
  .culture-page-contents h2 + p, .culture-page-contents h3 + p {
    margin-top: 10px;
  }
  .culture-page-contents h3 {
    margin-top: 60px;
  }
  .culture-page-contents .photo {
    width: 350px;
    float: left;
    margin: 13px auto 0 20px;
  }
  .culture-page-contents .photo img:nth-child(1), .culture-page-contents .photo img:nth-child(2), .culture-page-contents .photo img:nth-child(3) {
    width: 100%;
    height: auto;
  }
  .culture-page-contents .photo + .text p {
    margin-left: 410px;
  }
  .culture-page-contents .photo + .text p:first-child {
    margin-top: 5px;
  }
  .culture-c_interview ul li::after {
    display: block;
    clear: both;
    content: '';
  }
  .culture-c_performance {
    margin: 0;
  }
  .culture-c_performance h2:nth-of-type(2) {
    margin-top: 60px;
  }
  .culture-c_performance ul {
    border: none !important;
  }
  .culture-c_performance ul li {
    width: 20%;
    padding: 0 !important;
    border: none !important;
  }
  .culture-c_performance ul li:nth-child(-n + 5) {
    margin-bottom: 50px;
  }
  .culture-c_performance ul li h4 {
    width: 220px;
  }
  .culture-c_performance ul li .graph img {
    width: 158px;
  }
  .culture-c_performance ul:nth-of-type(2) li:nth-child(1) {
    width: 40%;
  }
  .culture-c_performance ul:nth-of-type(2) li:nth-child(1) h4 {
    width: 440px;
  }
  .culture-c_performance ul:nth-of-type(2) li:nth-child(1) .graph img {
    width: 438px;
  }
  .culture-c_performance ul:nth-of-type(2) li:nth-child(10), .culture-c_performance ul:nth-of-type(2) li:nth-child(11), .culture-c_performance ul:nth-of-type(2) li:nth-child(12) {
    margin-bottom: -40px;
  }
  .culture-c_culture ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .culture-c_culture ul li {
    width: 50%;
    padding: 20px 25px 0;
  }
  .culture-c_evaluation {
    margin-bottom: 0;
  }
  .culture-c_evaluation ul {
    margin: 0 -30px;
  }
  .culture-c_evaluation ul li {
    width: 33.3%;
    border: none !important;
    padding: 0 !important;
    height: 340px;
  }
  .culture-c_evaluation ul li:nth-child(n + 4) {
    margin-top: 75px;
  }
  .culture-c_evaluation ul li p {
    margin: 10px 26px 0;
    letter-spacing: 0.025em;
  }
  .culture-c_evaluation ul li p.link {
    bottom: 0;
  }
  .culture-c_evaluation ul li .mark {
    bottom: 40px;
  }
  .ir-nav {
    margin-top: 8px;
  }
  .ir-editor .ir-message-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .ir-editor .ir-message-block .image {
    width: 320px;
    padding-top: 5px;
    overflow: hidden;
  }
  .ir-editor .ir-message-block .image img {
    position: relative;
    left: 50%;
    width: auto;
    max-width: none;
    height: 220px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .ir-editor .ir-message-block .text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 0 0 40px;
  }
  .ir-latest-material {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .ir-latest-material-text, .ir-latest-material-button {
    display: table-cell;
    vertical-align: middle;
  }
  .ir-latest-material-text {
    padding-right: 20px;
  }
  .ir-latest-material-button {
    width: 470px;
    margin: 0;
  }
  .ir-home-header-inner {
    position: relative;
  }
  .ir-home-header-title {
    position: absolute;
    top: 50%;
    left: 40px;
    width: 440px;
    max-width: inherit;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .ir-home-header-list {
    margin-left: calc(100% - 470px);
  }
  .ir-home-header-list li:first-child {
    margin-top: 0;
  }
  .ir-home-header-download {
    display: block;
    margin: 30px 0 0 calc(100% - 470px);
  }
  .ir-home-banner-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -20px;
  }
  .ir-home-banner-item {
    margin: 0 20px;
  }
  .ir-home-banner-item > a {
    height: 100px;
    padding-right: 40px;
  }
  .ir-home-banner-item > a::before {
    right: 14px;
  }
  .ir-home-banner-item > a::after {
    right: 19px;
  }
  .ir-home-banner-image {
    width: 92px;
  }
  .ir-home-banner-text {
    padding-left: 20px;
  }
  .ir-home-nav-item {
    width: calc(33.33334% - 40px);
  }
  .ir-library-performance .performance-item {
    width: calc(50% - 60px);
    margin: 60px calc(60px / 2) 0;
  }
  .ir-library-performance .performance-item07 .performance-item-chart, .ir-library-performance .performance-item08 .performance-item-chart {
    margin: 8px -17px 0 -7px;
  }
  .ir-calendar .image {
    margin: 20px -1px 0;
  }
  .ir-calendar .image img:nth-child(1) {
    display: none;
  }
  .ir-calendar .image img:nth-child(2) {
    display: inline;
  }
  .ir-stockholder-basic .info-row:nth-of-type(10) .link {
    top: -5px;
    margin-bottom: 0;
  }
  .ir-stockholder-basic .info-row:nth-of-type(10) .br-hidden {
    display: inline;
  }
  .ir-other-list.ir-contents-list .ir-contents-item:nth-of-type(4) .ir-contents-item-title　 {
    letter-spacing: .1em;
  }
}

@media screen and (min-width: 1024px) and (max-height: 780px), print {
  .home-visual-message p {
    line-height: 2.2;
  }
  .home-visual-message p strong {
    margin-top: 15px;
  }
}

@media screen and (min-width: 1100px), print {
  .page-nav {
    border-radius: 40px;
  }
}

@media screen and (min-width: 1160px), print {
  .home-header-visual .global-header .logo {
    width: 220px;
  }
  .home-header-visual .global-header .logo a {
    height: 88px;
  }
}

@media screen and (min-width: 1280px), print {
  .aside-carousel-list .slick-prev {
    left: -48px;
  }
  .aside-carousel-list .slick-next {
    right: -48px;
  }
  .global-nav {
    max-width: 900px;
    padding-right: 125px;
  }
  .global-nav-list li {
    margin: 0 15px;
  }
  .global-nav-contact {
    right: -105px;
  }
  .home-visual-message p {
    font-size: 2.0rem;
    line-height: 3.1;
  }
  .home-visual-message p strong {
    margin-top: 45px;
    font-size: 8.3rem;
  }
  .home-header-visual + .global-nav {
    width: 1000px;
    max-width: 1000px;
    padding-right: 145px;
  }
  .home-header-visual + .global-nav .global-nav-list li a {
    padding-top: 30px;
  }
  .home-header-visual + .global-nav .global-nav-list li a::after {
    bottom: 20px;
  }
  .home-header-visual + .global-nav .global-nav-list li .lang-en {
    margin: 0 0 10px;
    font-size: 1.6rem;
  }
  .home-header-visual + .global-nav .global-nav-list li .lang-ja {
    font-size: 1.2rem;
  }
  .home-header-visual + .global-nav .global-nav-contact {
    width: 60px;
  }
  .home-header-visual + .global-nav .global-nav-contact a {
    width: 60px;
    height: 60px;
  }
  .home-header-visual + .global-nav .global-nav-contact a::before {
    font-size: 3.0rem;
  }
  .aboutus-access .access-map-button {
    display: none;
  }
}

@media screen and (min-width: 1280px) and (max-height: 780px), print {
  .home-visual-message p {
    line-height: 2.2;
  }
  .home-visual-message p strong {
    margin-top: 15px;
  }
}

@media screen and (min-width: 1380px), print {
  .home-header-visual .global-header .logo {
    width: 300px;
  }
  .home-header-visual .global-header .logo a {
    height: 120px;
    background-size: 256px 82px;
  }
}

@media screen and (min-width: 1440px), print {
  .home-visual-message {
    left: 100px;
  }
  .home-header-visual .global-header .logo {
    margin-left: 100px;
  }
  .home-header-visual + .global-nav {
    width: 1000px;
  }
}

@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
