@charset "UTF-8";

/*
Theme Name: RPV
Theme URI:
Description:
Author: SHIN Inc.
Version: 1.0
*/

/* Font
--------------------------------*/

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?bpk1nw");
  src: url("fonts/icomoon.eot?bpk1nw#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?bpk1nw") format("truetype"), url("fonts/icomoon.woff?bpk1nw") format("woff"), url("fonts/icomoon.svg?bpk1nw#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Reset
--------------------------------*/

html,
body,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
caption,
th,
td,
blockquote,
address,
pre,
code,
form,
fieldset,
legend,
iframe,
header,
footer,
article,
section,
aside,
nav,
figure,
figcaption,
main {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
}

pre {
  white-space: pre-wrap;
}

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

img,
iframe,
video {
  vertical-align: middle;
  border: 0;
}

cite,
abbr {
  font-style: inherit;
  text-decoration: inherit;
}

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

/* Base
--------------------------------*/

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  overflow: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font: 18px/1.6 "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
}

body {
  overflow-x: hidden;
  min-width: 960px;
  background: #fff;
  color: #000;
  font-size: 1em;
}

.home {
  min-width: 1366px;
}

a {
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:before,
a:after {
  text-align: inherit;
  -webkit-transition: inherit;
  transition: inherit;
}

a[href^="tel:"] {
  text-decoration: inherit;
}

em {
  font-style: inherit;
  font-weight: bolder;
}

img,
video {
  max-width: 100%;
  height: auto;
}

iframe {
  max-width: 100%;
}

ul {
  padding-left: 2em;
}

ol {
  padding-left: 2.5em;
}

nav ul,
nav ol {
  list-style: none;
  padding: 0;
}

article {
  margin: 80px auto;
}

section,
.blog-content,
.single-content,
.archive-content,
.introduction-area {
  padding: 80px 0;
}

.post section section,
section section section {
  margin: 40px auto;
  padding: 0;
}

h2 + section,
.content > section:first-child {
  padding-top: 0;
}

main p {
  margin: 1em auto;
  text-align: justify;
  text-justify: inter-ideograph;
}

main:where(:lang(en),
:lang(de)) p {
  text-align: inherit;
}

article:first-child,
section:first-child,
p:first-child,
.widget:first-child,
.graph:first-child {
  margin-top: 0;
}

article:last-child,
section:last-child,
p:last-child,
.widget:last-child,
.graph:last-child {
  margin-bottom: 0;
}

table {
  width: 100%;
}

th,
td {
  padding: 48px 24px;
  border: 1px solid #e6e6e6;
}

th {
  vertical-align: middle;
  background: #f0f0f0;
  text-align: center;
}

thead th {
  padding-top: 10px;
  padding-bottom: 10px;
  background: #303030;
  color: #fff;
  font-size: 1.25em;
}

input,
textarea {
  box-shadow: none;
  max-width: 100%;
  border-radius: 0;
  font: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=url],
textarea {
  padding: 6px;
  border: 1px solid #ccc;
  background: #f9f8f3;
  font-size: 0.875em;
}

textarea {
  line-height: 1.4;
}

input[type=submit],
input[type=radio],
input[type=checkbox] {
  cursor: pointer;
}

input[disabled] {
  opacity: 0.3;
  cursor: default;
}

/* Site Width
--------------------------------*/

.site-header-content,
.site-footer-content,
.content,
.blog-content,
.single-content,
.archive-content {
  max-width: 960px;
  margin: auto;
}

/* Common
--------------------------------*/

article:after,
section:after,
header:after,
footer:after,
nav:after,
.content:after,
.site-content:after,
.blog-content:after,
.entry-content:after,
.sample-data:after,
.group:after {
  display: block;
  clear: both;
  content: "";
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}

.image,
.graph,
.movie,
.link,
.footline {
  text-align: center;
}

.graph {
  position: relative;
  clear: both;
  margin: 40px auto;
}

.graph > figcaption {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 25em;
  padding: 16px 20px;
  background: #333;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 0.875em;
  text-align: left;
}

.graph.dark > figcaption {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  color: inherit;
}

.graph > figcaption > .title {
  display: block;
  margin-bottom: 10px;
  font-size: 1.426em;
}

.more {
  text-align: right;
}

.btn,
input[type=submit] {
  display: inline-block;
  -webkit-appearance: none;
  appearance: none;
  padding: 13px 29px;
  border: 1px solid #e50026;
  background: #e50026;
  color: #fff;
  font-size: 21px;
  text-align: center;
  text-decoration: none;
}

input[type=submit] {
  font-size: 17px;
  padding: 8px 40px;
}

.btn:hover,
.btn:focus,
input[type=submit]:not([disabled]):hover,
input[type=submit]:not([disabled]):focus {
  background: #fff;
  color: #e50026;
}

.tagline {
  line-height: 1.2;
  margin: 20px 0 40px;
  font-weight: 700;
  font-size: 30px;
}

.tagline > span,
.footline > span,
.lede > span {
  display: block;
}

.lede {
  display: table;
  max-width: 800px;
  font-weight: 700;
}

header .lede {
  max-width: none;
}

.footline {
  font-size: 1.25em;
}

[data-en]:before,
h3:after {
  font-weight: 300;
  font-family: Lato, sans-serif;
  text-transform: uppercase;
}

.break:before {
  white-space: pre;
  content: "\a";
}

.youtube {
  position: relative;
}

.youtube:before {
  display: block;
  padding-top: 56.25%;
  background: #a2a2a2;
  content: "";
}

.youtube[data-ratio=".75"]:before {
  padding-top: 75%;
}

.youtube:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
  content: "";
}

.no-js .youtube:after {
  content: none;
}

.youtube:empty:after {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 700;
  font-size: 32px;
  cursor: auto;
  content: "準備中";
}

.youtube > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.youtube--image:before {
  content: none;
}

.youtube--image > img {
  position: relative;
  z-index: 1;
}

.youtube--image > iframe {
  width: 1px;
  height: 1px;
}

.single-movie {
  max-width: 640px;
  margin: 0 auto;
}

.single-movie__caption {
  margin-top: 8px;
  text-align: center;
}

/* Heading
--------------------------------*/

h1 {
  margin: 20px 0;
  font-weight: 700;
  font-size: 2em;
}

h2 {
  line-height: 1.2;
  margin: 0 0 80px;
  color: #e50026;
  font-weight: 900;
  font-size: 48px;
  text-align: center;
}

h3,
h4,
h5,
h6 {
  line-height: 1.2;
  max-width: 960px;
  margin: auto;
}

h3 {
  margin-bottom: 30px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e50026;
  font-size: 1.5em;
  text-align: center;
}

h3:after {
  display: block;
  color: #e50026;
  font-weight: 400;
  font-size: 0.5em;
}

.page-x-ray-scan h3:after {
  margin-top: 8px;
  /*content: "X-Ray San \26 3D Analysis";*/
}

.page-reverse-engineering h3:after {
  margin-top: 8px;
  /*content: "Reverse Engineering";*/
}

h4 {
  margin-bottom: 30px;
  padding-bottom: 12px;
  border-bottom: 1px solid #b0b0b0;
  font-size: 1.5em;
  text-align: center;
}

/* Header
--------------------------------*/

.site-header {
  background: #313031;
  color: #fff;
  padding: 23.5px 0;
}

.site-header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-title {
  float: left;
  margin: 0;
  font-size: 1em;
}

.site-title img {
  height: 53px;
}

.global-nav {
  float: right;
  font-weight: 700;
  font-size: 15px;
}

.global-nav--footer {
  float: none;
  width: fit-content;
  margin: 0 auto 24px;
}

.global-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 40px;
}

.global-nav__item {
  position: relative;
}

.global-nav__item:nth-child(n+2) {
  margin-left: 16px;
}

.global-nav__link {
  display: block;
  position: relative;
  padding: 0 2px;
  text-decoration: none;
}

.global-nav__link:after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 0%;
  border-top: 1px solid #e50026;
  content: "";
}

.global-nav__link.current:after,
.global-nav__link:hover:after,
.global-nav__link:focus:after {
  width: 100%;
}

.ios8_4 .global-nav__link:hover:after,
.ios8_4 .global-nav__link:focus:after {
  width: 0;
}

.global-nav__switch {
  cursor: pointer;
}

.global-nav__switch:before {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 201;
  width: 0;
  margin: 2px auto 0;
  border: solid transparent;
  border-width: 5px 6px 0;
  border-top-color: #e50026;
  content: "";
}

.global-nav__switch:after {
  content: none;
}

.global-nav-child {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 200;
  padding-top: 10px;
  background: #313031;
  font-size: 13px;
}

.global-nav-child__item {
  border-bottom: 1px solid #e50026;
}

.global-nav-child__link {
  display: block;
  padding: 8px;
  text-decoration: none;
  white-space: nowrap;
}

.global-nav-child__link:hover,
.global-nav-child__link:focus {
  background: rgba(255, 255, 255, 0.2);
}

.jumbotron {
  padding: 48px 0;
  background: #000;
  color: #fff;
}

.jumbotron__text {
  line-height: 1.25;
  margin: 0 0 24px;
  font-weight: 700;
  font-size: 68px;
  text-align: center;
}

/* Footer
--------------------------------*/

.site-footer {
  padding: 30px 0 10px;
  background: #313031;
  color: #fff;
  text-align: center;
}

.corporation {
  padding-top: 56px;
  background: url(images/logo_w.svgz) no-repeat 50% 0;
}

.no-svg .corporation {
  background-image: url(images/logo_w.png);
}

.corporation [itemprop=address] {
  display: block;
}

.copyright {
  margin-top: 16px;
  font-family: Raleway, sans-serif;
  font-size: 0.75em;
}

.copyright small {
  font-size: 1em;
}

/* Content
--------------------------------*/

.blog-content > main {
  float: right;
  width: 75%;
}

.side {
  float: left;
  width: 21%;
  max-width: 200px;
}

.breadcrumbs li {
  display: inline-block;
}

.breadcrumbs li:first-child {
  text-transform: uppercase;
}

.breadcrumbs li + li:before {
  content: ">";
}

.contact-area {
  padding: 60px 0;
  border-top: 2px solid #e50026;
  background: #f5f5f5;
  text-align: center;
}

.contact-area__heading {
  margin-bottom: 42px;
}

.contact-area p {
  margin: 0;
  text-align: inherit;
}

.contact-methods {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 780px;
  margin: 16px auto 0;
}

.contact-methods .tel {
  display: block;
  margin-bottom: 16px;
  color: #e50026;
  font-family: Lato, sans-serif;
  font-weight: 700;
  font-size: 33px;
}

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

/* Side
--------------------------------*/

.widget {
  margin: 40px 0;
  padding: 0;
}

.widget-title {
  margin: 0 0 8px;
  padding: 4px 8px;
  border-style: solid;
  border-width: 0 0 1px 2px;
  font-weight: 400;
  font-size: 18px;
  text-align: left;
}

.side-list {
  padding-left: 1.5em;
}

.tag-cloud > a {
  display: inline-block;
}

.search-form {
  overflow: hidden;
}

.search-field {
  float: left;
  width: 170px;
  width: calc(100% - 30px);
  height: 30px;
}

.search-form button[type=submit] {
  -webkit-appearance: none;
  appearance: none;
  width: 30px;
  line-height: 30px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: #313031;
  color: #fff;
  font-size: 25px;
  text-align: center;
  cursor: pointer;
}

.search-form button[type=submit]:before {
  display: inline-block;
  vertical-align: top;
  font-family: dashicons;
  content: "\f179";
}

/* Page
--------------------------------*/

.page-header {
  position: relative;
  max-height: 360px;
  padding: 98px 0;
  background: url(images/bg_ttl_company.png) repeat-x 50% 0 #111;
  color: #fff;
  text-align: center;
}

.page-service .page-header,
.parent-page-service .page-header {
  background-image: none;
}

.post-type-archive-sample .page-header,
.single-sample .page-header {
  background-image: url(images/bg_sample.jpg);
}

.page-title,
.page-header > .lede {
  position: relative;
  z-index: 1;
}

.page-title {
  margin: 0;
  font-weight: 900;
  font-size: 48px;
}

.page-title:before {
  display: block;
  font-family: Raleway, sans-serif;
  font-size: 3.375em;
  /*content: attr(data-en);*/
}

.page-header > .lede {
  margin-top: 60px;
  margin-bottom: 0;
  font-size: 1.125em;
}

.access-info {
  margin-top: 40px;
  padding: 0;
}

.access-info .profile th {
  width: 28%;
}

.access-image {
  margin: 0 22px 20px;
}

.greeting {
  display: flex;
  flex-direction: column;
}

.greeting-image {
  width: 100%;
}

.greeting-message {
  width: 100%;
}

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

.greeting-name span {
  margin-left: 1em;
  font-size: 1.222em;
}

.map-image {
  margin-top: 30px;
}

.profile-note {
  text-align: right;
  margin-top: 1em;
  font-size: 15px;
}

.facility {
  display: flex;
  flex-direction: column;
  margin-bottom: 2em;
}

.facility--one {
  justify-content: center;
  text-align: center;
}

.facility--two {
  justify-content: space-between;
}

.facility-item {
  width: 49%;
}

.facility-item span {
  display: block;
  font-size: 1.375em;
  font-weight: bold;
}

/* Home
--------------------------------*/

.service-impressions {
  display: flex;
  max-width: 1366px;
  margin: 0 auto;
}

.service-impressions__item {
  display: flex;
  position: relative;
  flex: 0 0 50%;
  flex-direction: column;
  max-width: 50%;
  padding: 0 40px;
}

.service-impressions__item:first-child {
  border-right: 1px solid;
}

.service-impressions__heading {
  position: relative;
  z-index: 1;
  margin: 0 0 16px;
  padding: 0;
  font-weight: 700;
  font-size: 44px;
  text-align: left;
}

.service-impressions__movie {
  top: 100px;
  left: 0;
  width: 100%;
}

.service-impressions__text {
  position: relative;
  z-index: 1;
  margin-top: 16px;
  font-weight: 700;
  font-size: 23px;
  text-align: center;
}

.service-impressions__link {
  margin-top: 24px;
  text-align: center;
}

.service-impression-movie__container {
  position: relative;
}

.service-impression-movie__container:before {
  display: block;
  padding-top: 56.25%;
  content: "";
}

.service-impression-movie__container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.service-impression-movie__caption {
  padding: 0 32px;
  font-weight: 700;
  font-size: 16px;
  text-align: right;
}

.service-movie {
  margin-bottom: 3em;
}

#particles-js {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.about-area .tagline {
  text-align: center;
}

.about-text {
  width: 38em;
  margin: 0 auto;
  font-weight: 700;
}

.sample-area {
  background: url(images/bg_sample.jpg) repeat-x 50% 0 #0a0c0d;
  color: #fff;
}

.sample-area > h2 {
  color: inherit;
}

.movie-list {
  display: flex;
  flex-wrap: wrap;
  margin: 50px auto;
  text-align: center;
}

.movie-list__item {
  flex: 0 0 300px;
  margin: 30px 0 0 30px;
}

.movie-list__item:nth-child(-n+3) {
  margin-top: 0;
}

.movie-list__item:nth-child(3n+1) {
  margin-left: 0;
}

.movie-list__title {
  display: block;
  margin-top: 10px;
}

.post-list {
  list-style: none;
  padding: 0;
  text-align: center;
}

.post-list > li {
  margin: 20px 0;
}

.post-list time {
  display: block;
}

.sample-price {
  overflow: hidden;
  margin-top: 24px;
  padding: 14px;
  border: 2px solid #e50026;
  font-weight: 700;
  font-size: 0.9375em;
}

.sample-price__heading {
  margin: 0;
  padding: 0 0 6px;
  background: #fff;
  font-size: 15px;
  text-align: left;
}

/* Service
--------------------------------*/

.compare {
  table-layout: fixed;
}

.compare thead th:nth-child(2n) {
  background: #e50026;
}

.compare td {
  vertical-align: baseline;
  padding-top: 24px;
  padding-bottom: 24px;
}

.good-points,
.bad-points {
  list-style: none;
  padding-left: 0;
}

.good-points > li,
.bad-points > li {
  margin-left: 1.3em;
  text-indent: -1.3em;
}

.good-points > li:before,
.bad-points > li:before {
  display: inline-block;
  width: 1em;
  margin-right: 0.3em;
  text-align: center;
  text-indent: 0;
}

.good-points > li:before {
  content: "○";
}

.bad-points > li:before {
  content: "×";
}

.about-service > h4,
.about-service > .text {
  float: right;
  clear: right;
  width: 50%;
  margin: 30px 0 20px;
}

.about-service > .text {
  margin: 0 0 40px;
}

.about-service > .image {
  float: left;
  width: 46%;
  margin: 30px 0 40px;
}

.about-reverse-engineering > h4,
.about-reverse-engineering > .text {
  float: left;
  clear: left;
}

.about-reverse-engineering > .image {
  float: right;
}

.x-ray-scan-data-area {
  background: #f3f3f3;
}

.x-ray-scan-example-area {
  background: url(images/bg_sample2.jpg) repeat-x 50% 100% #0a0c0d;
  color: #fff;
}

.examples,
.deliverables {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}

.example-item {
  float: left;
  width: 460px;
  margin: 20px 0 20px 40px;
  padding-bottom: 15px;
  background: #fff;
  color: #333;
}

.example-item:nth-child(2n+1),
.deliverable-item:nth-child(3n+1) {
  clear: both;
  margin-left: 0;
}

.example-item > p {
  margin: 5px 12px 0;
  font-size: 0.875em;
}

.example-item > .caption {
  margin-top: 10px;
  font-size: 1.25em;
}

.deliverable-item {
  float: left;
  clear: both;
  width: 300px;
  margin: 30px 0 0 30px;
}

.deliverable-item > p {
  margin: 5px 0 0;
  font-size: 0.875em;
}

.deliverable-item > .caption {
  margin-top: 16px;
  font-weight: bold;
  font-size: 1em;
}

.deliverable-item > .caption:before {
  display: inline-block;
  line-height: 0;
  vertical-align: middle;
  margin-right: 8px;
  content: url(images/i_document.svgz);
}

.no-svg .deliverable-item > .caption:before {
  content: url(images/i_document.png);
}

.devices {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  -ms-flex-pack: center;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  overflow: hidden;
  margin-top: 30px;
}

.device-item {
  float: left;
  width: 50%;
}

.device-item > .image {
  line-height: 220px;
  min-height: 220px;
}

.device-item > p {
  display: table;
  width: 62%;
  margin: auto;
}

.device-item > .caption {
  margin-top: 20px;
  margin-bottom: 5px;
  padding: 4px;
  background: #727272;
  color: #fff;
  font-size: 1.25em;
  text-align: center;
}

.devices.reproduction:before {
  position: absolute;
  top: 72px;
  right: 0;
  left: 60px;
  width: 134px;
  line-height: 0;
  margin: auto;
  content: url(images/arrow_re.svgz);
}

.no-svg .devices.reproduction:before {
  content: url(images/arrow_re.png);
}

.devices.reproduction > .image {
  height: 210px;
  line-height: 210px;
}

.sample-download-area {
  width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding: 24px 0 36px;
  background: #333;
  color: #fff;
}

.sample-download-area__content {
  padding: 0 20px;
  text-align: center;
}

.sample-download-area__content p {
  text-align: center;
}

.sample-download-area__content .link {
  margin-top: 40px;
}

.pr-movie {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

.pr-movie:before {
  display: block;
  padding-top: 56.25%;
  content: "";
}

.pr-movie > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.feature-list {
  max-width: 790px;
  margin: 0 auto;
}

.feature-list a {
  color: #e50026;
}

.feature-list__item {
  display: flex;
  align-items: flex-start;
  margin-top: 56px;
}

.feature-list__item > dt {
  flex: 0 0 auto;
  width: 218px;
  margin-right: 32px;
  padding: 20px 0;
  background: #313031;
  color: #fff;
  font-size: 21px;
  text-align: center;
}

.feature-list__item > dd {
  text-align: justify;
}

.reverse-engineering-flow {
  list-style: none;
  padding: 0;
  counter-reset: flow;
}

.reverse-engineering-flow__item {
  position: relative;
  margin-top: 48px;
  padding: 20px 20px 20px 85px;
  background: #727272;
  color: #fff;
  counter-increment: flow;
}

.reverse-engineering-flow__item:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 65px;
  line-height: 65px;
  background: #e50026;
  font-weight: 700;
  font-size: 31px;
  text-align: center;
  content: counter(flow);
}

.reverse-engineering-flow__item:after {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  width: 1em;
  line-height: 1;
  margin: 8px auto;
  color: #e50026;
  font-family: icomoon;
  font-size: 33px;
  content: "\e907";
}

.reverse-engineering-flow__item:last-child:after {
  content: none;
}

.defect-images {
  display: flex;
  justify-content: space-around;
  margin: 48px 0;
  text-align: center;
}

.defect-images__caption {
  display: block;
  font-weight: 700;
  font-size: 1.125em;
}

.defect-list {
  margin: 48px 0;
  font-weight: 700;
  font-size: 1.125em;
}

.defect-list > li {
  margin: 1em 0;
}

.caption {
  text-align: center;
}

.service-introduction {
  display: flex;
  justify-content: space-between;
}

.service-introduction__image {
  flex: 0 0 460px;
}

.service-introduction__image figcaption {
  margin-top: 0.5em;
  font-weight: 700;
  font-size: 20px;
}

.service-introduction--board .service-introduction__image {
  flex-basis: 345px;
}

.service-introduction__content {
  flex: 1 auto;
  margin-left: 40px;
  font-weight: 700;
  font-size: 30px;
}

.service-introduction__content:where(:lang(en),
:lang(de)) {
  font-size: 20px;
}

.service-intro-data > dt {
  display: table;
  margin: 0 0 0.393em;
  padding: 0.393em 0.786em;
  background: #e50026;
  color: #fff;
  font-weight: 900;
  font-size: 28px;
}

.service-intro-data ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.service-part {
  margin: 80px 0;
  padding: 0;
}

.service-part__header {
  display: flex;
  align-items: baseline;
  margin-bottom: 32px;
}

.service-part__header:where(:lang(en),
:lang(de)) {
  align-items: center;
}

.service-part__subhead {
  margin-right: 0.393em;
  padding: 0.393em 0.786em;
  background: #e50026;
  color: #fff;
  font-weight: 900;
  font-size: 28px;
}

.service-part__heading {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: 900;
  font-size: 32px;
  text-align: left;
}

.service-part__heading:where(:lang(en),
:lang(de)) {
  font-size: 22px;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.gallery__item {
  flex: 0 0 460px;
  margin-top: 48px;
}

.gallery__item:nth-child(-n+2) {
  margin-top: 0;
}

.gallery__image {
  margin-bottom: 8px;
  text-align: center;
}

.gallery__caption {
  font-weight: 700;
  font-size: 20px;
}

/* Work Flow
--------------------------------*/

.work-flow-block {
  counter-reset: flow;
}

.work-flow-area {
  position: relative;
  margin: 80px auto;
  padding: 0;
  border: 1px solid #999;
  background: #fff;
  counter-increment: flow;
}

.work-flow-area:after {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  width: 1em;
  margin: 24px auto 0;
  font: 32px/1 icomoon;
  content: "\e905";
}

.work-flow-area:last-child:after {
  content: none;
}

.work-flow-area__heading {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 100px;
  margin: 0;
  padding: 0 39px;
  background: #f0f0f0;
  color: inherit;
  font-weight: 400;
  font-size: 21px;
}

.work-flow-area__heading:before {
  border-right: 1px solid;
  margin-right: 35px;
  padding-right: 35px;
  font: 300 45px/35px Lato, sans-serif;
  content: "0" counter(flow);
}

.work-flow-area__heading:after {
  margin-left: auto;
  color: #666;
  font: 35px/1 icomoon;
}

.work-flow-area:nth-child(2) .work-flow-area__heading:after {
  content: "\e900";
}

.work-flow-area:nth-child(3) .work-flow-area__heading:after {
  content: "\e901";
}

.work-flow-area:nth-child(4) .work-flow-area__heading:after {
  content: "\e902";
}

.work-flow-area:nth-child(5) .work-flow-area__heading:after {
  content: "\e903";
}

.work-flow-area:nth-child(6) .work-flow-area__heading:after {
  content: "\e904";
}

.work-flow-area:nth-child(n+10) .work-flow-area__heading:before {
  content: counter(flow);
}

.work-flow-area__content {
  padding: 30px 39px 30px;
}

.work-flow-area__content ul:not([class]) {
  list-style: square;
}

.contactbox {
  padding: 20px;
  background: #f5f5f5;
}

.contactbox .contact-methods {
  margin-top: 0;
}

.service-link {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}

.service-link__item {
  -webkit-flex: 0 0 420px;
  flex: 0 0 420px;
  background: #fff;
}

.service-link__link {
  display: block;
  border: 1px solid #999;
  text-align: center;
  text-decoration: none;
}

.service-link__link:hover,
.service-link__link:focus {
  opacity: 0.65;
}

.service-link__title {
  padding: 16px;
  /*font-size: 21px;*/
  font-size: 25px;
}

.service-link__title:before {
  display: block;
  color: #e50026;
  font-family: Lato, sans-serif;
  font-weight: 300;
  font-size: 1.4em;
  /*content: attr(data-en);*/
}

.service-link__btn {
  padding: 4px;
  background: #e50026;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  text-align: center;
}

.service-link__btn:before {
  margin-right: 0.5em;
  font-family: icomoon;
  content: "\e906";
}

/* Recruit
--------------------------------*/

.recruit-check-list {
  color: #d82e40;
  font-weight: 700;
}

.recruit-info {
  margin-top: 60px;
}

.recruit-info th {
  width: 27.4%;
}

.table-section {
  margin: 1em 0;
  padding: 0;
}

.table-section__heading {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: 700;
  font-size: 1em;
  text-align: inherit;
}

.table-section__heading + p {
  margin-top: 0;
}

/* FAQ
--------------------------------*/

.faq-list {
  margin-top: 40px;
}

.qa {
  margin: 40px 0;
  padding: 0;
  border: 1px solid #999;
}

.qa__question {
  margin: 0;
  padding: 30px 40px;
  border: 0;
  background: #f0f0f0;
  font-size: 21px;
  text-align: left;
}

.qa__question:before {
  content: "Ｑ．";
}

.qa__question--btn {
  position: relative;
  padding-right: 60px;
  cursor: pointer;
}

.qa__question--btn:after {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  height: 1em;
  margin: auto;
  color: #666;
  font: 30px/1 icomoon;
  transition: 0.3s;
  content: "\e906";
}

.qa__question--btn[data-open=true]:after {
  transform: rotate(90deg);
}

.qa__answer {
  display: none;
  padding: 30px 40px;
}

.no-js .qa__answer {
  display: block;
}

.qa__answer > p:first-child:before {
  color: #e50026;
  content: "Ａ．";
}

/* Contact
--------------------------------*/

.wpcf7 {
  text-align: center;
}

.required {
  color: #e50026;
  font-size: 0.875em;
}

.control-label {
  display: table;
  margin: 0 auto 5px;
}

.form-group > .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 20px;
}

.form-group p {
  font-size: 0.889em;
  text-align: inherit;
}

.acceptance {
  margin-bottom: 20px;
}

label[for],
.wpcf7-acceptance label {
  cursor: pointer;
}

.wpcf7 .submit {
  margin-top: 40px;
  text-indent: 48px;
}

.wpcf7 .ajax-loader {
  margin-right: 0 !important;
}

.wpcf7-spinner {
  margin-right: 0;
}

/* Post
--------------------------------*/

.entry-title {
  position: relative;
  overflow: hidden;
  box-shadow: 0 -1px #ccc inset;
  margin: 0 0 30px;
  padding-bottom: 8px;
  color: inherit;
  font-weight: 400;
  font-size: 2em;
  text-align: left;
}

.entry-title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, rgba(229, 0, 38, 0), #e50026, rgba(229, 0, 38, 0));
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  content: "";
  -webkit-animation: pulse 3s linear 0.6s infinite;
  animation: pulse 3s linear 0.6s infinite;
}

@-webkit-keyframes pulse {
  30% {
    left: 100%;
    -webkit-transform: translateX(0);
  }

  100% {
    left: 100%;
    -webkit-transform: translateX(0);
  }
}

@keyframes pulse {
  30% {
    left: 100%;
    transform: translateX(0);
  }

  100% {
    left: 100%;
    transform: translateX(0);
  }
}

.entry-title > a {
  text-decoration: none;
}

.entry-footer {
  margin: -25px 0 30px;
  font-size: 0.875em;
}

.entry-footer > span,
.categories > a,
.tags > a {
  display: inline-block;
}

[itemprop=datePublished]:before,
.categories:before,
.tags:before {
  vertical-align: bottom;
  margin-right: 2px;
  font-family: dashicons;
  content: "\f469";
}

.categories:before {
  content: "\f318";
}

.tags:before {
  content: "\f323";
}

.attachment .entry-content {
  text-align: center;
}

.post strong,
.post em {
  color: inherit;
}

.post em {
  font-style: italic;
  font-weight: inherit;
}

.back:before {
  content: "\f171";
}

/*== Wordpress Native Classes ==*/

.alignleft {
  margin-right: 1em;
  float: left;
}

.alignright {
  margin-left: 1em;
  float: right;
}

.aligncenter {
  display: block;
  margin: auto;
  text-align: center;
}

/* Sample
--------------------------------*/

.eyecatch {
  float: right;
  margin-left: 40px;
}

.sample-data {
  margin-top: -20px;
}

.sample-data-item {
  float: left;
  clear: both;
  width: 460px;
  margin-top: 20px;
  text-align: center;
}

.sample-data-item:nth-child(2n) {
  float: right;
  clear: none;
}

.sample-data-item > .title {
  display: block;
  margin-top: 5px;
  font-size: 0.875em;
}

.sample-link-area {
  margin-top: 80px;
  padding: 0;
  border: 1px solid #999;
  background: #fff;
}

.sample-link-area:first-child {
  margin-top: 0;
}

.sample-link-area__heading {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 100px;
  margin: 0;
  padding: 0 39px;
  background: #f0f0f0;
  color: inherit;
  font-weight: 400;
  /*font-size: 21px;*/
  font-size: 40px;
}

.sample-link-area__heading:before {
  margin-right: 32px;
  font-family: Raleway, sans-serif;
  font-weight: 200;
  font-size: 2.25em;
  text-transform: uppercase;
  /*content: "Sample Data";*/
}

.sample-link-area__content {
  padding: 30px 39px 30px;
}

.sample-link {
  display: flex;
  justify-content: space-between;
}

.sample-link__item {
  flex: 0 0 420px;
  text-align: center;
}

.sample-link__link {
  display: block;
  border: 1px solid #999;
  text-decoration: none;
}

.sample-link__link:hover,
.sample-link__link:focus {
  opacity: 0.65;
}

.sample-link__title {
  padding: 16px 0;
  /*font-size: 21px;*/
  font-size: 18px;
}

.sample-link__title:before {
  display: block;
  color: #e50026;
  font-family: Raleway, sans-serif;
  font-weight: 200;
  font-size: 1.4em;
  /*content: attr(data-en);*/
}

.sample-link__btn {
  line-height: 2.14286;
  background: #e50026;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
}

/* Search
--------------------------------*/

.archive-content .archive-title,
.post-empty {
  text-align: center;
}

/* Page Navi
--------------------------------*/

.page-nav,
.wp-pagenavi {
  position: relative;
  font-family: Lato, sans-serif;
  text-align: center;
}

.page-nav:before,
.page-nav:after {
  display: inline-block;
  content: " ";
}

.page-nav > a {
  position: absolute;
  overflow: hidden;
  max-width: 30%;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page-nav > a:before {
  position: absolute;
  top: 0;
  font-family: dashicons;
  text-decoration: none;
}

.page-nav > .prev {
  left: 0;
  padding-left: 1em;
}

.page-nav > .prev:before {
  left: 0;
  content: "\f341";
}

.page-nav > .next {
  right: 0;
  padding-right: 1em;
}

.page-nav > .next:before {
  right: 0;
  content: "\f345";
}

.post-list + .wp-pagenavi {
  margin-top: 60px;
}

.wp-pagenavi > a,
.wp-pagenavi > span {
  display: inline-block;
  min-width: 1em;
  line-height: 1;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0 2px;
  padding: 8px;
  border: 1px solid #313031;
  background: #313031;
  color: #fff;
}

.wp-pagenavi > a:hover,
.wp-pagenavi > a:focus {
  background: #fff;
  color: #313031;
}

.wp-pagenavi > .current {
  border-color: currentColor;
  background: #fff;
  color: #e50026;
}

/*------------------------------*/

.ie {
  font-family: "游ゴシック", "メイリオ", sans-serif;
}

.for-ie {
  padding: 10px 0;
  background: #f00;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.backdrop,
.popup {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.3s;
}

.backdrop[data-active=true],
.popup[data-active=true] {
  opacity: 1;
}

.backdrop {
  z-index: 10000;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}

.backdrop:focus {
  outline: none;
}

.backdrop:before {
  display: block;
  line-height: 1;
  padding: 16px;
  color: #fff;
  font-weight: 900;
  font-size: 40px;
  text-align: right;
  content: "×";
}

.popup {
  z-index: 10001;
  width: 960px;
  height: 540px;
  margin: auto;
  background: #000;
}

.trp-language-switcher {
  top: 9rem !important;
  right: 0 !important;
}

#cookie-notice {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  width: 93.75%;
  max-width: 640px;
  min-width: 0;
  margin: auto;
  transform: translateY(-50%);
}

@media print, screen and (min-width: 768px) {
  .greeting {
    flex-direction: row;
  }

  .greeting-image {
    width: 30%;
  }

  .greeting-message {
    width: 70%;
  }

  .facility {
    flex-direction: row;
    margin-bottom: 120px;
  }
}