@charset "UTF-8";
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

p,
pre {
  margin: 1em 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

small {
  font-size: 75%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

menu,
ol,
ul {
  padding: 0 0 0 40px;
}

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

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

html, body, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  list-style: none;
  font-weight: normal;
  font-style: normal;
}

html, body {
  margin: 0;
  padding: 0;
}

/*========================================================*/
/*  TAG RESET */
/*========================================================*/
html, body {
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "游ゴシック", YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  font-size: 10px;
  color: #222;
  width: 100%;
  min-width: 1060px;
  min-height: 100vh;
}

@media screen and (max-width: 768px) {
  html, body {
    font-size: 9px;
    min-width: auto;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

a {
  color: #2a2a2a;
  text-decoration: underline;
  outline: none;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/*========================================================*/
* {
  box-sizing: border-box;
}

.clearfix {
  content: "";
  display: table;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .is-pc {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .is-sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .is-sp {
    display: block;
  }
}

.btns > li {
  display: inline-block;
}

.btns > li a {
  display: inline-block;
  vertical-align: bottom;
  line-height: 1;
  border-radius: 100px;
  text-align: center;
  text-decoration: none;
  background: #2bb1bc;
  font-size: 1.5rem;
  font-family: 'Hind', sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #43311d;
  padding: 0 98px;
  position: relative;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.btns > li a.hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .btns {
    text-align: center;
  }
}

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

.btns.btn-center > li {
  display: inline-block;
  vertical-align: bottom;
}

.mCS-pop.mCustomScrollBox.mCSB_inside .mCSB_container {
  margin-right: 34px;
}

.mCS-pop.mCustomScrollBox.mCSB_inside .mCSB_scrollTools {
  width: 12px;
  opacity: 1;
}

.mCS-pop.mCustomScrollBox.mCSB_inside .mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background: #f3f3f3;
}

.mCS-pop.mCustomScrollBox.mCSB_inside .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #ffe240;
  width: 12px;
}

.fancybox-button {
  width: 60px;
  height: 60px;
}

@font-face {
  font-family: 'icomoon';
  src: url("/assets/fonts/icomoon.eot?qp45fc&ve13f1340c01676372bd9f6c14b394c47");
  src: url("/assets/fonts/icomoon.eot?qp45fc&ve13f1340c01676372bd9f6c14b394c47#iefix") format("embedded-opentype"), url("/assets/fonts/icomoon.ttf?qp45fc&v1daacc8bd78f99bbbfb60e34ddaf5714") format("truetype"), url("/assets/fonts/icomoon.woff?qp45fc&v62f0e5afafe022d5b72f29c4b5d25b5f") format("woff"), url("/assets/fonts/icomoon.svg?qp45fc&v2471967d89b2ecd531b92dc1f7df84ad#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  speak: none;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow:before {
  content: "\e900";
}

.icon-email:before {
  content: "\e901";
}

.icon-telephone:before {
  content: "\e902";
}

.icon-blank:before {
  content: "\e903";
}

/*========================================================*/
/*  LAYOUT */
/*========================================================*/
body #site-wrapper .inner {
  width: 1060px;
  margin: 0 auto;
  padding: 0 30px;
  display: block;
}

@media screen and (max-width: 768px) {
  body #site-wrapper .inner {
    width: 100%;
  }
}

body #site-wrapper #site-header {
  height: 90px;
  width: 100%;
  min-width: 1060px;
  background: white;
  padding: 24px 30px 24px 40px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

@media screen and (max-width: 768px) {
  body #site-wrapper #site-header {
    height: 70px;
    min-width: auto;
    padding: 14px 18px;
  }
}

body #site-wrapper #site-header #site-logo {
  flex-basis: 164px;
}

body #site-wrapper #site-header #site-logo a.js-h {
  display: inline-block;
  vertical-align: bottom;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

body #site-wrapper #site-header #site-logo a.js-h.hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  body #site-wrapper #site-header #site-logo {
    padding-top: 7px;
    flex-basis: 118px;
  }
}

body #site-wrapper #site-header .header-right {
  flex-basis: 375px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

@media screen and (max-width: 768px) {
  body #site-wrapper #site-header .header-right {
    flex-basis: auto;
  }
}

body #site-wrapper #site-header .header-right .contact-us {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  margin-right: 30px;
}

@media screen and (max-width: 768px) {
  body #site-wrapper #site-header .header-right .contact-us {
    margin-right: 5px;
  }
}

body #site-wrapper #site-header .header-right .contact-us .tel {
  font-family: 'Hind', sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.8rem;
  margin-right: 20px;
}

body #site-wrapper #site-header .header-right .contact-us .tel .icon-telephone,
body #site-wrapper #site-header .header-right .contact-us .tel .icon-email {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background: #2bb1bc;
  border-radius: 15px;
  font-size: 1.6rem;
  color: #fff;
  padding: 7px;
}

@media screen and (max-width: 768px) {
  body #site-wrapper #site-header .header-right .contact-us .tel {
    margin-right: 10px;
  }
  body #site-wrapper #site-header .header-right .contact-us .tel .icon-telephone,
  body #site-wrapper #site-header .header-right .contact-us .tel .icon-email {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    font-size: 1.8rem;
    padding: 11px;
  }
}

body #site-wrapper #site-header .header-right .contact-us .btns > li.to-contact a {
  padding: 13px 36px;
  color: #fff;
}

body #site-wrapper #site-header .header-right .menu-opener {
  flex-basis: 36px;
}

body #site-wrapper #site-header .header-right .menu-opener a {
  display: block;
  width: 36px;
  height: 28px;
  position: relative;
  outline: none;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

body #site-wrapper #site-header .header-right .menu-opener a.hover {
  opacity: 0.7;
}

body #site-wrapper #site-header .header-right .menu-opener a span {
  display: block;
  width: 100%;
  height: 4px;
  background: #2bb1bc;
  border-radius: 2px;
  position: absolute;
  left: 0;
}

body #site-wrapper #site-header .header-right .menu-opener a span:first-child {
  top: 0;
}

body #site-wrapper #site-header .header-right .menu-opener a span:nth-child(2) {
  top: 12px;
}

body #site-wrapper #site-header .header-right .menu-opener a span:last-child {
  top: 24px;
}

@media screen and (max-width: 768px) {
  body #site-wrapper #site-header .header-right .menu-opener {
    flex-basis: 28px;
  }
  body #site-wrapper #site-header .header-right .menu-opener a {
    width: 28px;
    height: 22px;
  }
  body #site-wrapper #site-header .header-right .menu-opener a span {
    height: 3px;
  }
  body #site-wrapper #site-header .header-right .menu-opener a span:nth-child(2) {
    top: 9px;
  }
  body #site-wrapper #site-header .header-right .menu-opener a span:last-child {
    top: 18px;
  }
}

body #site-wrapper #global-navi {
  position: fixed;
  width: 100%;
  min-width: 1060px;
  height: 100vh;
  top: 0;
  left: 0;
  background-image: url("/assets/images/nav_bg_0.jpg?ve5601783e5a2b78e638047117e16ee8f");
  background-repeat: no-repeat;
  background-position: center top;
  background-color: transparent;
  background-size: cover;
  z-index: 100000;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
  display: none;
}

@media screen and (max-width: 768px) {
  body #site-wrapper #global-navi {
    min-width: auto;
    background: #2bb1bc;
  }
}

body #site-wrapper #global-navi.hide {
  top: 20px;
}

body #site-wrapper #global-navi .navi-inner {
  height: 100vh;
  width: 100%;
  overflow-y: auto;
  position: relative;
}

body #site-wrapper #global-navi .nav-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: none;
}

body #site-wrapper #global-navi .nav-bg#nav-bg-1 {
  background-image: url("/assets/images/nav_bg_1.jpg?v55c950d73695ccb6c5ec782452b4ee8f");
  background-repeat: no-repeat;
  background-position: center top;
  background-color: transparent;
  background-size: cover;
}

body #site-wrapper #global-navi .nav-bg#nav-bg-2 {
  background-image: url("/assets/images/nav_bg_2.jpg?v854e65ac7310db7399c1a58f4177dbfd");
  background-repeat: no-repeat;
  background-position: center top;
  background-color: transparent;
  background-size: cover;
}

body #site-wrapper #global-navi .nav-bg#nav-bg-3 {
  background-image: url("/assets/images/nav_bg_3.jpg?vc01cf9d35b9f5c8b89297621b95a0dfd");
  background-repeat: no-repeat;
  background-position: center top;
  background-color: transparent;
  background-size: cover;
}

body #site-wrapper #global-navi .nav-bg#nav-bg-4 {
  background-image: url("/assets/images/nav_bg_4.jpg?v4665367dba5ca87c5f0e8170c0d8fe3e");
  background-repeat: no-repeat;
  background-position: center top;
  background-color: transparent;
  background-size: cover;
}

body #site-wrapper #global-navi .nav-bg#nav-bg-5 {
  background-image: url("/assets/images/nav_bg_5.jpg?vce1ed2e5aa691662f677f3b1e9a04a68");
  background-repeat: no-repeat;
  background-position: center top;
  background-color: transparent;
  background-size: cover;
}

body #site-wrapper #global-navi .nav-bg#nav-bg-6 {
  background-image: url("/assets/images/nav_bg_6.jpg?v0115f498e19f57dfe5e6851250c84a45");
  background-repeat: no-repeat;
  background-position: center top;
  background-color: transparent;
  background-size: cover;
}

body #site-wrapper #global-navi .nav-bg#nav-bg-7 {
  background-image: url("/assets/images/nav_bg_7.jpg?v746619da2de3e9f8002993c2eee074fb");
  background-repeat: no-repeat;
  background-position: center top;
  background-color: transparent;
  background-size: cover;
}

body #site-wrapper #global-navi .nav-bg#nav-bg-8 {
  background-image: url("/assets/images/nav_bg_8.jpg?v44d2df8beddf5df116149cb40a3a85d8");
  background-repeat: no-repeat;
  background-position: center top;
  background-color: transparent;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  body #site-wrapper #global-navi .nav-bg {
    display: none !important;
  }
}

body #site-wrapper #global-navi #site-header-open {
  height: 90px;
  width: 100%;
  min-width: 1060px;
  padding: 24px 30px 24px 40px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  body #site-wrapper #global-navi #site-header-open {
    min-width: auto;
    height: 70px;
    padding: 14px 18px;
    background: #2bb1bc;
    z-index: 2;
  }
}

body #site-wrapper #global-navi #site-header-open #site-logo-open {
  flex-basis: 164px;
}

@media screen and (max-width: 768px) {
  body #site-wrapper #global-navi #site-header-open #site-logo-open {
    padding-top: 7px;
    flex-basis: 118px;
  }
}

body #site-wrapper #global-navi #site-header-open #site-logo-open a {
  display: inline-block;
  vertical-align: bottom;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

body #site-wrapper #global-navi #site-header-open #site-logo-open a.hover {
  opacity: 0.7;
}

body #site-wrapper #global-navi #site-header-open .header-right {
  flex-basis: 375px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

@media screen and (max-width: 768px) {
  body #site-wrapper #global-navi #site-header-open .header-right {
    flex-basis: auto;
  }
}

body #site-wrapper #global-navi #site-header-open .header-right .contact-us {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  margin-right: 30px;
}

@media screen and (max-width: 768px) {
  body #site-wrapper #global-navi #site-header-open .header-right .contact-us {
    margin-right: 5px;
  }
}

body #site-wrapper #global-navi #site-header-open .header-right .contact-us .tel {
  font-family: 'Hind', sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.8rem;
  margin-right: 20px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  body #site-wrapper #global-navi #site-header-open .header-right .contact-us .tel {
    color: #2bb1bc;
  }
}

body #site-wrapper #global-navi #site-header-open .header-right .contact-us .tel .icon-telephone,
body #site-wrapper #global-navi #site-header-open .header-right .contact-us .tel .icon-email {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background: #2bb1bc;
  border-radius: 15px;
  font-size: 1.6rem;
  color: #fff;
  padding: 7px;
}

@media screen and (max-width: 768px) {
  body #site-wrapper #global-navi #site-header-open .header-right .contact-us .tel {
    margin-right: 10px;
  }
  body #site-wrapper #global-navi #site-header-open .header-right .contact-us .tel a {
    display: block;
    width: 40px;
  }
  body #site-wrapper #global-navi #site-header-open .header-right .contact-us .tel .icon-telephone,
  body #site-wrapper #global-navi #site-header-open .header-right .contact-us .tel .icon-email {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    font-size: 1.8rem;
    padding: 11px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  body #site-wrapper #global-navi #site-header-open .header-right .contact-us .tel .icon-telephone,
  body #site-wrapper #global-navi #site-header-open .header-right .contact-us .tel .icon-email {
    background: #fff;
    color: #2bb1bc;
  }
}

body #site-wrapper #global-navi #site-header-open .header-right .contact-us .btns > li.to-contact a {
  padding: 13px 36px;
  color: #fff;
}

body #site-wrapper #global-navi #site-header-open .header-right .menu-opener {
  flex-basis: 36px;
}

body #site-wrapper #global-navi #site-header-open .header-right .menu-opener a {
  display: block;
  width: 36px;
  height: 28px;
  position: relative;
  outline: none;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

body #site-wrapper #global-navi #site-header-open .header-right .menu-opener a.hover {
  opacity: 0.7;
}

body #site-wrapper #global-navi #site-header-open .header-right .menu-opener a span {
  display: block;
  width: 100%;
  height: 4px;
  background: #fff;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
}

body #site-wrapper #global-navi #site-header-open .header-right .menu-opener a span:first-child {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

body #site-wrapper #global-navi #site-header-open .header-right .menu-opener a span:last-child {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {
  body #site-wrapper #global-navi #site-header-open .header-right .menu-opener {
    flex-basis: 28px;
  }
  body #site-wrapper #global-navi #site-header-open .header-right .menu-opener a {
    width: 28px;
    height: 28px;
  }
  body #site-wrapper #global-navi #site-header-open .header-right .menu-opener a span {
    height: 3px;
  }
}

body #site-wrapper #global-navi .navi-body {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  width: 100%;
  min-width: 1060px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0 40px 40px;
  z-index: 1;
}

@media screen and (max-height: 806px) {
  body #site-wrapper #global-navi .navi-body {
    top: 90px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@media screen and (max-width: 768px) {
  body #site-wrapper #global-navi .navi-body {
    min-width: auto;
    padding: 0 0 0;
    position: relative;
    top: auto;
    left: auto;
    background: #2bb1bc;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

body #site-wrapper #global-navi .navi-body .catch {
  flex-basis: 488px;
  font-size: 4.5rem;
  font-family: 'Hind', sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgba(255, 255, 255, 0.3);
  padding-right: 30px;
}

@media screen and (max-width: 768px) {
  body #site-wrapper #global-navi .navi-body .catch {
    display: none;
  }
}

body #site-wrapper #global-navi .navi-body > .navi-list {
  flex-basis: 250px;
}

@media screen and (max-width: 768px) {
  body #site-wrapper #global-navi .navi-body > .navi-list {
    flex-basis: auto;
    width: 100%;
    padding-top: 70px;
  }
}

body #site-wrapper #global-navi .navi-body > .navi-list > li {
  margin-bottom: 18px;
}

@media screen and (max-width: 768px) {
  body #site-wrapper #global-navi .navi-body > .navi-list > li {
    margin-bottom: 0;
    border-bottom: 1px solid #dedede;
    position: relative;
  }
  body #site-wrapper #global-navi .navi-body > .navi-list > li:first-child {
    border-top: 1px solid #dedede;
  }
}

body #site-wrapper #global-navi .navi-body > .navi-list > li:last-child {
  margin-bottom: 0;
}

body #site-wrapper #global-navi .navi-body > .navi-list > li i {
  color: #2bb1bc;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  padding-right: 20px;
}

@media screen and (max-width: 768px) {
  body #site-wrapper #global-navi .navi-body > .navi-list > li i {
    font-size: 10px;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding-right: 0;
    color: #fff;
  }
}

body #site-wrapper #global-navi .navi-body > .navi-list > li a {
  color: #fff;
  font-size: 32px;
  font-family: 'Hind', sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

body #site-wrapper #global-navi .navi-body > .navi-list > li a.hover {
  color: #2bb1bc;
}

@media screen and (max-width: 768px) {
  body #site-wrapper #global-navi .navi-body > .navi-list > li a {
    font-size: 2.5rem;
    display: block;
    padding: 15px 20px;
  }
}

body #site-wrapper #global-navi .navi-body > .sub-navi-list {
  position: relative;
  flex-basis: 556px;
  height: 534px;
}

@media screen and (max-width: 768px) {
  body #site-wrapper #global-navi .navi-body > .sub-navi-list {
    display: none;
  }
}

body #site-wrapper #global-navi .navi-body > .sub-navi-list > li {
  height: 534px;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 55px;
  display: none;
}

body #site-wrapper #global-navi .navi-body > .sub-navi-list > li:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
}

body #site-wrapper #global-navi .navi-body > .sub-navi-list > li .navi-list {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

body #site-wrapper #global-navi .navi-body > .sub-navi-list > li .navi-list > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

body #site-wrapper #global-navi .navi-body > .sub-navi-list > li .navi-list > li a {
  display: block;
  text-decoration: none;
  padding: 40px 0;
  position: relative;
}

body #site-wrapper #global-navi .navi-body > .sub-navi-list > li .navi-list > li a span {
  display: block;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}

body #site-wrapper #global-navi .navi-body > .sub-navi-list > li .navi-list > li a em {
  position: relative;
  display: block;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-family: 'Hind', sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 28px;
}

body #site-wrapper #global-navi .navi-body > .sub-navi-list > li .navi-list > li a em:before {
  display: block;
  content: '';
  width: 18px;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 0;
  background: #2bb1bc;
  border-radius: 2px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

body #site-wrapper #global-navi .navi-body > .sub-navi-list > li .navi-list > li a:before {
  display: block;
  content: '';
  width: 100%;
  position: absolute;
  top: 20px;
  right: -30px;
  bottom: 20px;
  left: -30px;
  width: auto;
  background: rgba(255, 255, 255, 0.2);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 10%, rgba(255, 255, 255, 0.2) 90%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 10%, rgba(255, 255, 255, 0.2) 90%, rgba(255, 255, 255, 0) 100%);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

body #site-wrapper #global-navi .navi-body > .sub-navi-list > li .navi-list > li a.hover:before {
  opacity: 1;
}

body #site-wrapper #global-navi .navi-body > .sub-navi-list > li#sub-navi-service:before {
  background-image: url("/assets/images/sprite.png?vfb0a9af5192f4489a86a6fbec6822ef3");
  background-position: -52px -484px;
  width: 16px;
  height: 608px;
  height: 534px;
}

body #site-wrapper #global-navi .navi-body > .sub-navi-list > li#sub-navi-works:before {
  background-image: url("/assets/images/sprite.png?vfb0a9af5192f4489a86a6fbec6822ef3");
  background-position: -78px -484px;
  width: 16px;
  height: 608px;
}

body #site-wrapper #global-navi .navi-body > .sub-navi-list > li#sub-navi-news:before {
  background-image: url("/assets/images/sprite.png?vfb0a9af5192f4489a86a6fbec6822ef3");
  background-position: -26px -484px;
  width: 16px;
  height: 608px;
}

body #site-wrapper #global-navi .navi-body > .sub-navi-list > li#sub-navi-column:before {
  background-image: url("/assets/images/sprite.png?vfb0a9af5192f4489a86a6fbec6822ef3");
  background-position: 0px -484px;
  width: 16px;
  height: 608px;
}

body #site-wrapper #main-container {
  padding-top: 90px;
}

@media screen and (max-width: 768px) {
  body #site-wrapper #main-container {
    padding-top: 70px;
  }
}

body #site-wrapper #main-container #page-header {
  background-image: url("/assets/images/common_page_header_bg.png?v09971af87833162485cfcbf28819a448");
  background-repeat: no-repeat;
  background-position: center top;
  background-color: transparent;
  background-size: auto;
  height: 424px;
  position: relative;
  margin-bottom: 22px;
}

@media screen and (min-width: 1401px) {
  body #site-wrapper #main-container #page-header {
    background-size: 100% 424px;
  }
}

@media screen and (max-width: 768px) {
  body #site-wrapper #main-container #page-header {
    height: 200px;
    background-size: 100% 200px;
  }
}

body #site-wrapper #main-container #page-header .topics-path {
  position: absolute;
  top: 20px;
  left: 40px;
}

@media screen and (max-width: 768px) {
  body #site-wrapper #main-container #page-header .topics-path {
    display: none;
  }
}

body #site-wrapper #main-container #page-header .topics-path .path-list > li {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  color: #fff;
  font-family: 'Hind', -apple-system, BlinkMacSystemFont, YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body #site-wrapper #main-container #page-header .topics-path .path-list > li:after {
  display: inline-block;
  vertical-align: middle;
  content: '\e900';
  font-size: 10px;
  font-family: 'icomoon';
  padding: 0 10px;
}

body #site-wrapper #main-container #page-header .topics-path .path-list > li a {
  color: #fff;
  font-family: 'Hind', sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body #site-wrapper #main-container #page-header .topics-path .path-list > li:last-child:after {
  display: none;
}

body #site-wrapper #main-container #page-header h1,
body #site-wrapper #main-container #page-header h2 {
  text-align: center;
  color: #fff;
  padding-top: 100px;
}

body #site-wrapper #main-container #page-header h1 em,
body #site-wrapper #main-container #page-header h2 em {
  font-family: 'Hind', sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 8.6rem;
  display: block;
  line-height: 1;
  margin-bottom: 4px;
}

body #site-wrapper #main-container #page-header h1 span,
body #site-wrapper #main-container #page-header h2 span {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  body #site-wrapper #main-container #page-header h1,
  body #site-wrapper #main-container #page-header h2 {
    padding-top: 35px;
  }
  body #site-wrapper #main-container #page-header h1 em,
  body #site-wrapper #main-container #page-header h2 em {
    font-size: 5rem;
  }
  body #site-wrapper #main-container #page-header h1 span,
  body #site-wrapper #main-container #page-header h2 span {
    font-size: 1.4rem;
  }
}

body #site-wrapper #site-footer {
  background-image: url("/assets/images/common_footer_bg.png?veac59ce8df63b88969df2c5e35ced40d");
  background-repeat: no-repeat;
  background-position: center top;
  background-color: transparent;
  background-size: auto;
  padding-top: 250px;
}

@media screen and (min-width: 1401px) {
  body #site-wrapper #site-footer {
    background-size: 100% 586px;
  }
}

@media screen and (max-width: 768px) {
  body #site-wrapper #site-footer {
    padding-top: 180px;
  }
}

body #site-wrapper #site-footer .inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: start;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  height: 336px;
}

@media screen and (max-width: 768px) {
  body #site-wrapper #site-footer .inner {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 100%;
    padding-bottom: 30px;
    background: #1d848c;
  }
}

body #site-wrapper #site-footer .inner .footer-navis {
  padding-top: 3px;
}

@media screen and (max-width: 768px) {
  body #site-wrapper #site-footer .inner .footer-navis {
    width: 100%;
  }
}

body #site-wrapper #site-footer .inner .footer-navis h3 {
  margin-bottom: 36px;
}

@media screen and (max-width: 768px) {
  body #site-wrapper #site-footer .inner .footer-navis h3 {
    width: 150px;
  }
}

body #site-wrapper #site-footer .inner .footer-navis h3 a {
  display: inline-block;
  vertical-align: bottom;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 1;
}

body #site-wrapper #site-footer .inner .footer-navis h3 a.hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  body #site-wrapper #site-footer .inner .footer-navis .footer-navi {
    width: 100%;
  }
}

body #site-wrapper #site-footer .inner .footer-navis .footer-navi .navi-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: start;
  -webkit-box-pack: start;
  justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  margin-bottom: 22px;
}

@media screen and (max-width: 768px) {
  body #site-wrapper #site-footer .inner .footer-navis .footer-navi .navi-list {
    -webkit-box-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 600px) {
  body #site-wrapper #site-footer .inner .footer-navis .footer-navi .navi-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

body #site-wrapper #site-footer .inner .footer-navis .footer-navi .navi-list > li {
  margin-right: 38px;
}

body #site-wrapper #site-footer .inner .footer-navis .footer-navi .navi-list > li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 600px) {
  body #site-wrapper #site-footer .inner .footer-navis .footer-navi .navi-list > li {
    margin-right: 0;
    width: 100%;
    margin-bottom: 10px;
  }
  body #site-wrapper #site-footer .inner .footer-navis .footer-navi .navi-list > li:last-child {
    margin-bottom: 0;
  }
}

body #site-wrapper #site-footer .inner .footer-navis .footer-navi .navi-list > li a {
  color: #b5dee1;
  font-family: 'Hind', sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  text-decoration: none;
  line-height: 1;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

body #site-wrapper #site-footer .inner .footer-navis .footer-navi .navi-list > li a.hover {
  color: #fff;
}

@media screen and (max-width: 768px) {
  body #site-wrapper #site-footer .inner .footer-navis .footer-navi .navi-list > li a i {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  body #site-wrapper #site-footer .inner .footer-navis .footer-navi .navi-list > li a i {
    display: block;
  }
}

@media screen and (max-width: 600px) {
  body #site-wrapper #site-footer .inner .footer-navis .footer-navi .navi-list > li a {
    font-size: 1.9rem;
    padding: 20px;
    display: block;
    background: #0f676e;
    border-radius: 8px;
    color: #fff;
    position: relative;
  }
  body #site-wrapper #site-footer .inner .footer-navis .footer-navi .navi-list > li a i {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}

body #site-wrapper #site-footer .inner .footer-navis .footer-navi .sub-navi-list > li {
  margin-bottom: 24px;
  position: relative;
  padding-left: 15px;
}

body #site-wrapper #site-footer .inner .footer-navis .footer-navi .sub-navi-list > li:last-child {
  margin-bottom: 0;
}

body #site-wrapper #site-footer .inner .footer-navis .footer-navi .sub-navi-list > li:before {
  display: block;
  content: '';
  width: 7px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  background: #d2e6e8;
}

body #site-wrapper #site-footer .inner .footer-navis .footer-navi .sub-navi-list > li a {
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none;
  line-height: 1;
  color: #fff;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

body #site-wrapper #site-footer .inner .footer-navis .footer-navi .sub-navi-list > li a.hover {
  opacity: 0.7;
}

body #site-wrapper #site-footer .inner .contact-us h4 {
  color: #fff;
  font-size: 4.2rem;
  font-family: 'Hind', sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  text-align: right;
  padding-right: 10px;
  margin-bottom: 10px;
}

body #site-wrapper #site-footer .inner .contact-us .text {
  color: #fff;
  font-size: 1.2rem;
  text-align: right;
  line-height: 22px;
  margin-bottom: 20px;
}

body #site-wrapper #site-footer .inner .contact-us .tel {
  font-family: 'Hind', sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.8rem;
  color: #fff;
  text-align: right;
  margin-bottom: 22px;
}

body #site-wrapper #site-footer .inner .contact-us .tel .icon-telephone {
  font-size: 2.5rem;
}

body #site-wrapper #site-footer .inner .contact-us .tel span {
  display: block;
  font-size: 1.2rem;
  letter-spacing: .2em;
  padding-top: 8px;
}

body #site-wrapper #site-footer .inner .contact-us .btns {
  text-align: right;
}

body #site-wrapper #site-footer .inner .contact-us .btns > li {
  display: inline-block;
}

body #site-wrapper #site-footer .inner .contact-us .btns > li a {
  color: #2bb1bc;
  text-align: center;
  padding: 14px 60px;
  background: #fff;
  font-family: 'Hind', sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body #site-wrapper #site-footer .inner .contact-us .btns > li a .icon-email {
  margin-right: 9px;
}

@media screen and (max-width: 768px) {
  body #site-wrapper #site-footer .inner .contact-us {
    margin: 0 auto;
  }
  body #site-wrapper #site-footer .inner .contact-us h4,
  body #site-wrapper #site-footer .inner .contact-us .text,
  body #site-wrapper #site-footer .inner .contact-us .tel,
  body #site-wrapper #site-footer .inner .contact-us .btns {
    text-align: center;
  }
  body #site-wrapper #site-footer .inner .contact-us .tel a {
    color: #fff;
    text-decoration: none;
  }
}

body #site-wrapper #site-footer .copyright {
  background: #fff;
  padding: 21px;
  line-height: 1;
  text-align: center;
  color: #9c9c9c;
  font-size: 1.2rem;
  font-family: 'Hind', sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.pages #site-wrapper #main-container #main-contents .inner {
  font-size: 1.6rem;
  padding: 0 20px;
}

@-webkit-keyframes logoAnm {
  0% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  50% {
    stroke-dashoffset: 0;
    fill: #231815;
    opacity: 1;
  }
  70% {
    fill: #231815;
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes logoAnm {
  0% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  50% {
    stroke-dashoffset: 0;
    fill: #231815;
    opacity: 1;
  }
  70% {
    fill: #231815;
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes logoAnm-dot {
  0% {
    fill: transparent;
  }
  50% {
    fill: transparent;
  }
  55% {
    fill: #3F9C46;
    opacity: 1;
  }
  70% {
    fill: #3F9C46;
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes logoAnm-dot {
  0% {
    fill: transparent;
  }
  50% {
    fill: transparent;
  }
  55% {
    fill: #3F9C46;
    opacity: 1;
  }
  70% {
    fill: #3F9C46;
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes zoomout {
  0% {
    -webkit-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%);
  }
  80% {
    -webkit-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%);
  }
  100% {
    -webkit-transform: scale(0.8) translate(-60%, -60%);
    transform: scale(0.8) translate(-60%, -60%);
  }
}

@keyframes zoomout {
  0% {
    -webkit-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%);
  }
  80% {
    -webkit-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%);
  }
  100% {
    -webkit-transform: scale(0.8) translate(-60%, -60%);
    transform: scale(0.8) translate(-60%, -60%);
  }
}

body#page-home #opening {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 100009;
}

body#page-home #opening #opening-logo-wrap {
  width: 450px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: zoomout 5s ease-in forwards;
  animation: zoomout 5s ease-in forwards;
}

@media screen and (max-width: 768px) {
  body#page-home #opening #opening-logo-wrap {
    width: 80%;
  }
}

body#page-home #opening #opening-logo-wrap #opening-logo path:not(.cls-1),
body#page-home #opening #opening-logo-wrap #opening-logo polygon,
body#page-home #opening #opening-logo-wrap #opening-logo rect {
  fill: none;
  stroke: #231815;
  stroke-dasharray: 2000;
  stroke-dashoffset: 0;
  stroke-width: 1;
  -webkit-animation: logoAnm 5s ease-in forwards;
  animation: logoAnm 5s ease-in forwards;
  opacity: 1;
}

body#page-home #opening #opening-logo-wrap #opening-logo path.cls-1 {
  fill: none;
  -webkit-animation: logoAnm-dot 5s ease-in forwards;
  animation: logoAnm-dot 5s ease-in forwards;
  opacity: 1;
}

body#page-home #site-wrapper {
  padding-top: 40px;
  position: relative;
  overflow-y: hidden;
}

@media screen and (max-width: 768px) {
  body#page-home #site-wrapper {
    padding-top: 70px;
  }
}

body#page-home #site-wrapper #home-bg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background-image: url("/assets/images/home_bg_circle.png?v461a1a948a7a880aa8fa658fe0416652");
  background-repeat: repeat-y;
  background-position: center top;
  background-color: transparent;
  background-size: auto;
  z-index: -1;
  height: 10000px;
}

@media screen and (max-width: 768px) {
  body#page-home #site-wrapper #home-bg {
    background-size: 200% auto;
  }
}

body#page-home #site-wrapper #site-header {
  background: rgba(255, 255, 255, 0);
  -webkit-transition: background 1s linear;
  transition: background 1s linear;
}

body#page-home #site-wrapper #site-header.is-scrolled {
  background: white;
}

@media screen and (max-width: 768px) {
  body#page-home #site-wrapper #site-header {
    background: white;
  }
}

body#page-home #site-wrapper #main-container {
  padding-bottom: 110px;
}

@media screen and (max-width: 768px) {
  body#page-home #site-wrapper #main-container {
    padding-top: 0;
    padding-bottom: 0;
  }
}

body#page-home #site-wrapper #main-container .kv {
  position: relative;
  margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
  body#page-home #site-wrapper #main-container .kv {
    margin-bottom: 0;
  }
}

body#page-home #site-wrapper #main-container .kv:before, body#page-home #site-wrapper #main-container .kv:after {
  display: table;
  width: 100%;
  content: '';
}

body#page-home #site-wrapper #main-container .kv .catch {
  position: absolute;
  top: 50%;
  left: 90px;
  font-size: 4.5vw;
  font-family: 'Hind', sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2bb1bc;
  z-index: 1;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (max-width: 1060px) {
  body#page-home #site-wrapper #main-container .kv .catch {
    font-size: 48px;
  }
}

@media screen and (max-width: 768px) {
  body#page-home #site-wrapper #main-container .kv .catch {
    position: relative;
    top: -16.66vw;
    left: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    font-size: 7vw;
    line-height: 1.2em;
    padding-left: 25px;
  }
}

body#page-home #site-wrapper #main-container .kv .slider {
  float: right;
  width: 74%;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  body#page-home #site-wrapper #main-container .kv .slider {
    width: 100%;
  }
}

body#page-home #site-wrapper #main-container .kv .slider .slick-list .slick-track .slick-slide img {
  width: 100%;
  height: auto;
}

body#page-home #site-wrapper #main-container .kv .slider .slick-dots {
  display: inline-block;
  right: 30px;
  bottom: 30px;
  width: auto;
}

@media screen and (max-width: 768px) {
  body#page-home #site-wrapper #main-container .kv .slider .slick-dots {
    right: 15px;
    bottom: 16px;
    z-index: 2;
  }
}

body#page-home #site-wrapper #main-container .kv .slider .slick-dots > li {
  width: 40px;
  height: 5px;
}

@media screen and (max-width: 768px) {
  body#page-home #site-wrapper #main-container .kv .slider .slick-dots > li {
    width: 19px;
    height: 3px;
  }
}

body#page-home #site-wrapper #main-container .kv .slider .slick-dots > li button {
  width: 40px;
  height: 5px;
  border-radius: 5px;
  background: #12747c;
  padding: 0;
}

@media screen and (max-width: 768px) {
  body#page-home #site-wrapper #main-container .kv .slider .slick-dots > li button {
    width: 19px;
    height: 3px;
  }
}

body#page-home #site-wrapper #main-container .kv .slider .slick-dots > li button:before {
  display: none;
}

body#page-home #site-wrapper #main-container .kv .slider .slick-dots > li.slick-active button {
  background: #2bb1bc;
}

body#page-home #site-wrapper #main-container .container-message {
  margin-bottom: 155px;
}

@media screen and (max-width: 768px) {
  body#page-home #site-wrapper #main-container .container-message {
    margin-bottom: 60px;
  }
}

body#page-home #site-wrapper #main-container .container-message h3 {
  margin-bottom: 50px;
}

body#page-home #site-wrapper #main-container .container-message h3 img {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  body#page-home #site-wrapper #main-container .container-message h3 {
    padding: 0 120px;
  }
}

@media screen and (max-width: 600px) {
  body#page-home #site-wrapper #main-container .container-message h3 {
    padding: 0 30px;
  }
}

@media screen and (max-width: 425px) {
  body#page-home #site-wrapper #main-container .container-message h3 {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  body#page-home #site-wrapper #main-container .container-message .text {
    padding: 0 25px;
  }
}

body#page-home #site-wrapper #main-container .container-message .text p {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 3.8rem;
  margin-bottom: 40px;
  color: #363636;
}

body#page-home #site-wrapper #main-container .container-message .text p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  body#page-home #site-wrapper #main-container .container-message .text p {
    font-size: 1.5rem;
    font-weight: normal;
    text-align: left;
    line-height: 2rem;
  }
}

body#page-home #site-wrapper #main-container .container-service h3 {
  text-align: center;
  font-size: 8.6rem;
  font-family: 'Hind', sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #363636;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  body#page-home #site-wrapper #main-container .container-service h3 {
    font-size: 4.5rem;
    margin-bottom: 30px;
  }
}

body#page-home #site-wrapper #main-container .container-service .pr-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: start;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  margin-top: -20px;
  margin-bottom: 130px;
}

@media screen and (max-width: 600px) {
  body#page-home #site-wrapper #main-container .container-service .pr-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 70px;
    padding: 0 25px;
  }
}

body#page-home #site-wrapper #main-container .container-service .pr-list > li {
  flex-basis: 300px;
  margin: 0 28px;
}

@media screen and (max-width: 600px) {
  body#page-home #site-wrapper #main-container .container-service .pr-list > li {
    flex-basis: auto;
    margin: 0 0 35px;
  }
  body#page-home #site-wrapper #main-container .container-service .pr-list > li:last-child {
    margin-bottom: 0;
  }
}

body#page-home #site-wrapper #main-container .container-service .pr-list > li:nth-child(2) {
  padding-top: 110px;
}

@media screen and (max-width: 600px) {
  body#page-home #site-wrapper #main-container .container-service .pr-list > li:nth-child(2) {
    padding-top: 0;
  }
}

body#page-home #site-wrapper #main-container .container-service .pr-list > li img {
  margin: 0 auto 24px;
  width: 125px;
}

body#page-home #site-wrapper #main-container .container-service .pr-list > li h4 {
  margin-bottom: 10px;
}

body#page-home #site-wrapper #main-container .container-service .pr-list > li h4 em {
  text-align: center;
  display: block;
  font-size: 2rem;
  font-family: 'Hind', sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #363636;
  letter-spacing: .05em;
}

body#page-home #site-wrapper #main-container .container-service .pr-list > li h4 span {
  text-align: center;
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  color: #2bb1bc;
}

body#page-home #site-wrapper #main-container .container-service .pr-list > li p {
  font-size: 1.4rem;
}

body#page-home #site-wrapper #main-container .container-service .contents-list {
  width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  body#page-home #site-wrapper #main-container .container-service .contents-list {
    width: 100%;
    padding: 0 25px;
  }
}

@media screen and (max-width: 600px) {
  body#page-home #site-wrapper #main-container .container-service .contents-list {
    margin-bottom: 45px;
  }
}

body#page-home #site-wrapper #main-container .container-service .contents-list > li {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  body#page-home #site-wrapper #main-container .container-service .contents-list > li {
    -webkit-box-align: start;
    align-items: start;
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  body#page-home #site-wrapper #main-container .container-service .contents-list > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-bottom: 70px;
  }
}

body#page-home #site-wrapper #main-container .container-service .contents-list > li > a {
  display: block;
  flex-basis: 670px;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

body#page-home #site-wrapper #main-container .container-service .contents-list > li > a.hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  body#page-home #site-wrapper #main-container .container-service .contents-list > li > a {
    flex-basis: 50%;
  }
}

@media screen and (max-width: 600px) {
  body#page-home #site-wrapper #main-container .container-service .contents-list > li > a {
    flex-basis: auto;
    margin-bottom: 20px;
    width: 100%;
    min-height: 0%;
  }
}

body#page-home #site-wrapper #main-container .container-service .contents-list > li > .info {
  flex-basis: 460px;
  padding-left: 60px;
}

@media screen and (max-width: 600px) {
  body#page-home #site-wrapper #main-container .container-service .contents-list > li > .info {
    flex-basis: auto;
    padding: 0;
    width: 100%;
  }
}

body#page-home #site-wrapper #main-container .container-service .contents-list > li > .info h4 {
  color: #363636;
  margin-bottom: 22px;
}

body#page-home #site-wrapper #main-container .container-service .contents-list > li > .info h4 em {
  display: block;
  font-size: 2.7rem;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  body#page-home #site-wrapper #main-container .container-service .contents-list > li > .info h4 em {
    font-size: 2rem;
  }
}

@media screen and (max-width: 600px) {
  body#page-home #site-wrapper #main-container .container-service .contents-list > li > .info h4 em {
    margin-bottom: 0;
  }
}

body#page-home #site-wrapper #main-container .container-service .contents-list > li > .info h4 span {
  display: block;
  font-size: 1.8rem;
  font-family: 'Hind', sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-left: 24px;
}

@media screen and (max-width: 768px) {
  body#page-home #site-wrapper #main-container .container-service .contents-list > li > .info h4 span {
    font-size: 1.5rem;
  }
}

body#page-home #site-wrapper #main-container .container-service .contents-list > li > .info h4 span:before {
  display: block;
  content: '';
  width: 18px;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 0;
  background: #2bb1bc;
  border-radius: 2px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

body#page-home #site-wrapper #main-container .container-service .contents-list > li > .info p {
  font-size: 1.4rem;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  body#page-home #site-wrapper #main-container .container-service .contents-list > li > .info p {
    margin-bottom: 20px;
  }
}

body#page-home #site-wrapper #main-container .container-service .contents-list > li > .info .btns > li a {
  padding: 13px 36px;
  color: #fff;
  line-height: 1;
}

body#page-home #site-wrapper #main-container .container-service .contents-list > li:nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 600px) {
  body#page-home #site-wrapper #main-container .container-service .contents-list > li:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

body#page-home #site-wrapper #main-container .container-service .contents-list > li:nth-child(2) > .info {
  padding-left: 40px;
  padding-right: 70px;
}

@media screen and (max-width: 600px) {
  body#page-home #site-wrapper #main-container .container-service .contents-list > li:nth-child(2) > .info {
    padding: 0;
  }
}

body#page-home #site-wrapper #main-container .container-service .contents-list > li:last-child {
  margin-bottom: 0;
}

body#page-home #site-wrapper #main-container .container-service .mikan {
  background-image: url("/assets/images/home_mikan_bg.png?v844312d177058e47f9a8a6668e5bea4c");
  background-repeat: no-repeat;
  background-position: center top;
  background-color: transparent;
  background-size: auto;
  height: 636px;
  padding-top: 166px;
  margin-bottom: 72px;
}

@media screen and (min-width: 1401px) {
  body#page-home #site-wrapper #main-container .container-service .mikan {
    background-size: 100% 636px;
  }
}

@media screen and (max-width: 768px) {
  body#page-home #site-wrapper #main-container .container-service .mikan {
    background-image: url("/assets/images/home_mikan_bg_sp.png?v40633c87b630c9b813d6ee5a055f9e96");
    background-repeat: no-repeat;
    background-position: center top;
    background-color: transparent;
    background-size: 100% 497px;
    height: 497px;
    padding-top: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-direction: column;
    width: 100%;
  }
}

body#page-home #site-wrapper #main-container .container-service .mikan h4 {
  margin-bottom: 24px;
}

body#page-home #site-wrapper #main-container .container-service .mikan h4 span {
  text-align: center;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  margin-bottom: 25px;
}

body#page-home #site-wrapper #main-container .container-service .mikan h4 img {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  body#page-home #site-wrapper #main-container .container-service .mikan h4 img {
    width: 240px;
  }
}

body#page-home #site-wrapper #main-container .container-service .mikan .info {
  width: 836px;
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

@media screen and (max-width: 768px) {
  body#page-home #site-wrapper #main-container .container-service .mikan .info {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

body#page-home #site-wrapper #main-container .container-service .mikan .info p {
  flex-basis: 600px;
  color: #fff;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  body#page-home #site-wrapper #main-container .container-service .mikan .info p {
    flex-basis: auto;
    padding: 0 25px;
    margin-bottom: 30px;
    width: 100%;
  }
}

body#page-home #site-wrapper #main-container .container-service .mikan .info .btns > li a {
  background: #fff;
  color: #2bb1bc;
  padding: 13px 36px;
  line-height: 1;
}

body#page-home #site-wrapper #main-container .container-news {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  width: 900px;
  margin: 0 auto 160px;
}

@media screen and (max-width: 768px) {
  body#page-home #site-wrapper #main-container .container-news {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: start;
    padding: 0 25px;
    margin-bottom: 70px;
  }
}

body#page-home #site-wrapper #main-container .container-news .section-header {
  flex-basis: 288px;
}

@media screen and (max-width: 768px) {
  body#page-home #site-wrapper #main-container .container-news .section-header {
    flex-basis: auto;
    width: 100%;
  }
}

body#page-home #site-wrapper #main-container .container-news .section-header h3 {
  margin-bottom: 24px;
}

body#page-home #site-wrapper #main-container .container-news .section-header h3 em {
  display: block;
  font-family: 'Hind', sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 8.6rem;
  line-height: 1;
  color: #363636;
}

@media screen and (max-width: 768px) {
  body#page-home #site-wrapper #main-container .container-news .section-header h3 em {
    font-size: 4.3rem;
  }
}

body#page-home #site-wrapper #main-container .container-news .section-header h3 span {
  display: block;
  font-size: 1.5rem;
  font-family: 'Hind', sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-left: 24px;
}

body#page-home #site-wrapper #main-container .container-news .section-header h3 span:before {
  display: block;
  content: '';
  width: 18px;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 0;
  background: #2bb1bc;
  border-radius: 2px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

body#page-home #site-wrapper #main-container .container-news .section-header .btns > li a {
  color: #fff;
  padding: 13px 64px;
  line-height: 1;
  font-family: 'Hind', sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  body#page-home #site-wrapper #main-container .container-news > .btns {
    width: 100%;
  }
  body#page-home #site-wrapper #main-container .container-news > .btns > li a {
    color: #fff;
    padding: 13px 64px;
    line-height: 1;
    font-family: 'Hind', sans-serif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.5rem;
  }
}

body#page-home #site-wrapper #main-container .container-news .news-list {
  flex-basis: 612px;
}

@media screen and (max-width: 768px) {
  body#page-home #site-wrapper #main-container .container-news .news-list {
    flex-basis: auto;
    width: 100%;
  }
}

body#page-home #site-wrapper #main-container .container-news .news-list > li {
  padding-top: 22px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ebebeb;
}

body#page-home #site-wrapper #main-container .container-news .news-list > li:last-child {
  border-bottom: 0;
}

body#page-home #site-wrapper #main-container .container-news .news-list > li dl dt {
  margin-bottom: 10px;
}

body#page-home #site-wrapper #main-container .container-news .news-list > li dl dt .date {
  font-family: 'Hind', sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.5rem;
  color: #363636;
  display: inline-block;
  vertical-align: middle;
}

body#page-home #site-wrapper #main-container .container-news .news-list > li dl dt .category-list {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

body#page-home #site-wrapper #main-container .container-news .news-list > li dl dt .category-list > li {
  display: inline-block;
  margin: 0 2px;
}

body#page-home #site-wrapper #main-container .container-news .news-list > li dl dt .category-list > li span {
  display: block;
  padding: 4px 8px;
  background: #f6b42a;
  border-radius: 4px;
  text-decoration: none;
  color: #fff;
  font-family: 'Hind', sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
}

body#page-home #site-wrapper #main-container .container-news .news-list > li dl dd a {
  font-size: 1.5rem;
  text-decoration: none;
  background: none;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

body#page-home #site-wrapper #main-container .container-news .news-list > li dl dd a.hover {
  background: rgba(20, 170, 182, 0.3);
}

body#page-home #site-wrapper #main-container .container-links {
  background-image: url("/assets/images/home_links_bg.jpg?ve505d48d5418eb207da8d08c32e53965");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-size: auto;
  margin-bottom: 180px;
  min-width: 1200px;
}

@media screen and (max-width: 768px) {
  body#page-home #site-wrapper #main-container .container-links {
    min-width: auto;
    background-image: url("/assets/images/home_links_bg_sp.jpg?vf9a01c17562cbcd1f1016283fe4a5ab0");
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    background-size: cover;
    margin-bottom: 65px;
  }
}

@media screen and (min-width: 1401px) {
  body#page-home #site-wrapper #main-container .container-links {
    background-size: 100% auto;
  }
}

body#page-home #site-wrapper #main-container .container-links .link-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: start;
  -webkit-box-pack: start;
  justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

@media screen and (max-width: 768px) {
  body#page-home #site-wrapper #main-container .container-links .link-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

body#page-home #site-wrapper #main-container .container-links .link-list > li {
  flex-basis: 33.333%;
  border-right: 1px solid rgba(255, 255, 255, 0.54);
  height: 500px;
  padding: 64px 0 75px;
  position: relative;
}

@media screen and (max-width: 768px) {
  body#page-home #site-wrapper #main-container .container-links .link-list > li {
    flex-basis: auto;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.54);
    height: auto;
    width: 100%;
    padding: 50px 35px 44px;
  }
}

body#page-home #site-wrapper #main-container .container-links .link-list > li > a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

body#page-home #site-wrapper #main-container .container-links .link-list > li > a:before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(20, 170, 182, 0);
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  z-index: 2;
}

body#page-home #site-wrapper #main-container .container-links .link-list > li > a.hover:before {
  background: rgba(20, 170, 182, 0.2);
}

body#page-home #site-wrapper #main-container .container-links .link-list > li > a i {
  position: absolute;
  top: 50%;
  right: 30px;
  font-size: 3.46vw;
  color: #fff;
}

body#page-home #site-wrapper #main-container .container-links .link-list > li h3 {
  position: relative;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
  padding-top: 90px;
  z-index: 1;
}

body#page-home #site-wrapper #main-container .container-links .link-list > li h3:before {
  display: block;
  content: '';
  width: 73px;
  height: 73px;
  position: absolute;
  top: 2px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

body#page-home #site-wrapper #main-container .container-links .link-list > li h3 em {
  display: block;
  font-family: 'Hind', sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5.2rem;
  line-height: 1;
  margin-bottom: 18px;
}

body#page-home #site-wrapper #main-container .container-links .link-list > li h3 span {
  display: block;
  line-height: 1;
  font-size: 1.5rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  body#page-home #site-wrapper #main-container .container-links .link-list > li h3 {
    text-align: left;
    padding-top: 0;
    padding-left: 68px;
  }
  body#page-home #site-wrapper #main-container .container-links .link-list > li h3:before {
    width: 55px;
    height: 55px;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  body#page-home #site-wrapper #main-container .container-links .link-list > li h3 em {
    margin-bottom: 0;
    font-size: 3.3rem;
  }
}

body#page-home #site-wrapper #main-container .container-links .link-list > li p {
  font-size: 1.4rem;
  color: #fff;
  padding: 0 90px;
  margin-bottom: 44px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  body#page-home #site-wrapper #main-container .container-links .link-list > li p {
    padding: 0 25px 0 10px;
    margin-bottom: 0;
  }
}

body#page-home #site-wrapper #main-container .container-links .link-list > li .btns {
  text-align: center;
  position: absolute;
  bottom: 75px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 1;
}

body#page-home #site-wrapper #main-container .container-links .link-list > li .btns > li {
  display: inline-block;
  vertical-align: bottom;
  border-radius: 100px;
  text-align: center;
  text-decoration: none;
  background: #2bb1bc;
  font-family: 'Hind', sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.5rem;
  color: #fff;
  padding: 13px 64px;
  position: relative;
  opacity: 1;
  line-height: 1;
}

body#page-home #site-wrapper #main-container .container-links .link-list > li:first-child h3:before {
  background-image: url("/assets/images/sprite.png?vfb0a9af5192f4489a86a6fbec6822ef3");
  background-position: -242px -326px;
  width: 73px;
  height: 73px;
}

@media screen and (max-width: 768px) {
  body#page-home #site-wrapper #main-container .container-links .link-list > li:first-child h3:before {
    width: 55px;
    height: 55px;
    background-position: 0px 0px;
    background-size: 115px 115px;
    background-image: url("/assets/images/sprite_sp.png?v1f2d01b07e77b4680b9b7272a3813206");
  }
}

body#page-home #site-wrapper #main-container .container-links .link-list > li:nth-child(2) h3:before {
  background-image: url("/assets/images/sprite.png?vfb0a9af5192f4489a86a6fbec6822ef3");
  background-position: -104px -532px;
  width: 73px;
  height: 73px;
}

@media screen and (max-width: 768px) {
  body#page-home #site-wrapper #main-container .container-links .link-list > li:nth-child(2) h3:before {
    width: 55px;
    height: 55px;
    background-position: 0px -60px;
    background-size: 115px 115px;
    background-image: url("/assets/images/sprite_sp.png?v1f2d01b07e77b4680b9b7272a3813206");
  }
}

body#page-home #site-wrapper #main-container .container-links .link-list > li:last-child h3:before {
  background-image: url("/assets/images/sprite.png?vfb0a9af5192f4489a86a6fbec6822ef3");
  background-position: -325px -326px;
  width: 73px;
  height: 73px;
}

@media screen and (max-width: 768px) {
  body#page-home #site-wrapper #main-container .container-links .link-list > li:last-child h3:before {
    width: 55px;
    height: 55px;
    background-position: -60px 0px;
    background-size: 115px 115px;
    background-image: url("/assets/images/sprite_sp.png?v1f2d01b07e77b4680b9b7272a3813206");
  }
}

body#page-home #site-wrapper #main-container .container-works {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: start;
  -webkit-box-pack: start;
  justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  width: 1200px;
  height: 454px;
  margin: 0 auto 160px;
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  body#page-home #site-wrapper #main-container .container-works {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0;
    height: auto;
    margin-bottom: 65px;
    overflow-x: hidden;
  }
  body#page-home #site-wrapper #main-container .container-works .btns {
    width: 100%;
    padding-top: 40px;
  }
  body#page-home #site-wrapper #main-container .container-works .btns > li a {
    color: #fff;
    padding: 13px 64px;
    line-height: 1;
    font-family: 'Hind', sans-serif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.5rem;
  }
}

body#page-home #site-wrapper #main-container .container-works .section-header {
  flex-basis: 370px;
  padding: 0 25px;
}

body#page-home #site-wrapper #main-container .container-works .section-header h3 {
  margin-bottom: 24px;
}

body#page-home #site-wrapper #main-container .container-works .section-header h3 em {
  display: block;
  font-family: 'Hind', sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  font-size: 8.6rem;
  color: #363636;
}

body#page-home #site-wrapper #main-container .container-works .section-header h3 span {
  display: block;
  font-size: 1.5rem;
  font-family: 'Hind', sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-left: 24px;
}

body#page-home #site-wrapper #main-container .container-works .section-header h3 span:before {
  display: block;
  content: '';
  width: 18px;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 0;
  background: #2bb1bc;
  border-radius: 2px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (max-width: 768px) {
  body#page-home #site-wrapper #main-container .container-works .section-header {
    flex-basis: auto;
    width: 100%;
  }
  body#page-home #site-wrapper #main-container .container-works .section-header h3 em {
    font-size: 4.3rem;
  }
}

body#page-home #site-wrapper #main-container .container-works .section-header .btns {
  margin-bottom: 90px;
}

body#page-home #site-wrapper #main-container .container-works .section-header .btns > li a {
  color: #fff;
  padding: 13px 64px;
  line-height: 1;
  font-family: 'Hind', sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.5rem;
}

body#page-home #site-wrapper #main-container .container-works .section-header .arrows > li {
  display: inline-block;
  margin-right: 15px;
}

body#page-home #site-wrapper #main-container .container-works .section-header .arrows > li a {
  display: block;
  text-decoration: none;
  background: #393e46;
  width: 56px;
  height: 56px;
  border-radius: 6px;
  line-height: 56px;
  text-align: center;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

body#page-home #site-wrapper #main-container .container-works .section-header .arrows > li a .icon-arrow {
  color: #fff;
  font-size: 11px;
}

body#page-home #site-wrapper #main-container .container-works .section-header .arrows > li a.prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

body#page-home #site-wrapper #main-container .container-works .section-header .arrows > li a.hover {
  opacity: 0.7;
}

body#page-home #site-wrapper #main-container .container-works .works-slicker {
  width: 1065px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-255px, 0);
  transform: translate(-255px, 0);
}

body#page-home #site-wrapper #main-container .container-works .works-slicker:before {
  display: block;
  content: '';
  width: 1064px;
  height: 275px;
  position: absolute;
  bottom: -60px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: #2bb1bc;
  border-radius: 24px;
}

@media screen and (max-width: 768px) {
  body#page-home #site-wrapper #main-container .container-works .works-slicker:before {
    height: 195px;
    bottom: -45px;
    width: 100%;
    border-radius: 0;
  }
}

@media screen and (max-width: 768px) {
  body#page-home #site-wrapper #main-container .container-works .works-slicker {
    width: 100%;
    left: 0;
    position: relative;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  body#page-home #site-wrapper #main-container .container-works .works-slicker .slick-arrow {
    display: block;
    text-decoration: none;
    background: #393e46;
    width: 56px;
    height: 56px;
    border-radius: 6px 0 0 6px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    line-height: 56px;
    text-align: center;
    z-index: 10;
  }
  body#page-home #site-wrapper #main-container .container-works .works-slicker .slick-arrow:before {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-family: 'icomoon';
    font-size: 14px;
    content: "\e900";
    color: #fff;
  }
  body#page-home #site-wrapper #main-container .container-works .works-slicker .slick-arrow.slick-prev {
    border-radius: 0 6px 6px 0;
    border-right: 1px solid #ccc;
    left: 0;
  }
  body#page-home #site-wrapper #main-container .container-works .works-slicker .slick-arrow.slick-prev:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  body#page-home #site-wrapper #main-container .container-works .works-slicker .slick-arrow.slick-next {
    right: 0;
    border-left: 1px solid #ccc;
  }
}

body#page-home #site-wrapper #main-container .container-works .works-slicker .sl {
  width: 315px;
  margin: 0 20px;
}

body#page-home #site-wrapper #main-container .container-works .works-slicker .sl:focus {
  outline: none;
}

body#page-home #site-wrapper #main-container .container-works .works-slicker .sl a {
  display: block;
  width: 315px;
  text-decoration: none;
  outline: none;
  position: relative;
}

body#page-home #site-wrapper #main-container .container-works .works-slicker .sl a:before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0);
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

body#page-home #site-wrapper #main-container .container-works .works-slicker .sl a.hover:before {
  background: rgba(255, 255, 255, 0.2);
}

body#page-home #site-wrapper #main-container .container-works .works-slicker .sl a .works-image {
  width: 315px;
}

body#page-home #site-wrapper #main-container .container-works .works-slicker .sl a .info {
  width: 315px;
  padding: 36px 30px;
  background: #fff;
  position: relative;
}

body#page-home #site-wrapper #main-container .container-works .works-slicker .sl a .info .category-badge {
  width: 68px;
  height: 68px;
  border-radius: 34px;
  background: #f6b42a;
  position: absolute;
  top: -34px;
  right: 25px;
  color: #fff;
  font-family: 'Hind', sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.5rem;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 20px;
  padding: 15px 10px 0;
}

body#page-home #site-wrapper #main-container .container-works .works-slicker .sl a .info .date {
  font-family: 'Hind', sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  color: #363636;
}

body#page-home #site-wrapper #main-container .container-works .works-slicker .sl a .info h5 {
  font-size: 15px;
  color: #363636;
}

body#page-home #site-wrapper #main-container .container-column {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  body#page-home #site-wrapper #main-container .container-column {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: start;
    border-radius: 50% 50% 0 0 / 30px 30px 0 0;
    background: #f4f4f4;
    padding: 75px 25px;
  }
  body#page-home #site-wrapper #main-container .container-column .btns {
    width: 100%;
    padding-top: 40px;
  }
  body#page-home #site-wrapper #main-container .container-column .btns > li a {
    color: #fff;
    padding: 13px 64px;
    line-height: 1;
    font-family: 'Hind', sans-serif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.5rem;
  }
}

body#page-home #site-wrapper #main-container .container-column .section-header {
  flex-basis: 288px;
}

body#page-home #site-wrapper #main-container .container-column .section-header h3 {
  margin-bottom: 24px;
}

body#page-home #site-wrapper #main-container .container-column .section-header h3 em {
  display: block;
  font-family: 'Hind', sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 8.6rem;
  line-height: 1;
  color: #363636;
}

body#page-home #site-wrapper #main-container .container-column .section-header h3 span {
  display: block;
  font-size: 1.5rem;
  font-family: 'Hind', sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-left: 24px;
}

body#page-home #site-wrapper #main-container .container-column .section-header h3 span:before {
  display: block;
  content: '';
  width: 18px;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 0;
  background: #2bb1bc;
  border-radius: 2px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (max-width: 768px) {
  body#page-home #site-wrapper #main-container .container-column .section-header {
    flex-basis: auto;
    width: 100%;
  }
  body#page-home #site-wrapper #main-container .container-column .section-header h3 em {
    font-size: 4.3rem;
  }
}

body#page-home #site-wrapper #main-container .container-column .section-header .btns > li a {
  color: #fff;
  padding: 13px 64px;
  line-height: 1;
  font-family: 'Hind', sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.5rem;
}

body#page-home #site-wrapper #main-container .container-column .column-list {
  flex-basis: 650px;
}

@media screen and (max-width: 768px) {
  body#page-home #site-wrapper #main-container .container-column .column-list {
    flex-basis: auto;
    flex-wrap: wrap;
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: start;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
}

@media screen and (max-width: 600px) {
  body#page-home #site-wrapper #main-container .container-column .column-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

body#page-home #site-wrapper #main-container .container-column .column-list > li {
  padding: 15px 0;
}

body#page-home #site-wrapper #main-container .container-column .column-list > li:last-child {
  border-bottom: 0;
}

@media screen and (max-width: 768px) {
  body#page-home #site-wrapper #main-container .container-column .column-list > li {
    flex-basis: 33%;
    padding: 0;
  }
}

@media screen and (max-width: 600px) {
  body#page-home #site-wrapper #main-container .container-column .column-list > li {
    flex-basis: auto;
    width: 100%;
    max-width: 325px;
    margin: 0 auto;
    padding: 15px 0;
    border-bottom: 1px solid #e4e4e4;
  }
}

body#page-home #site-wrapper #main-container .container-column .column-list > li a {
  text-decoration: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: start;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  padding: 24px;
  border-radius: 16px;
  background: #f4f4f4;
  opacity: 1;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

body#page-home #site-wrapper #main-container .container-column .column-list > li a.hover {
  background: rgba(20, 170, 182, 0.1);
}

@media screen and (max-width: 768px) {
  body#page-home #site-wrapper #main-container .container-column .column-list > li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0 15px;
  }
}

body#page-home #site-wrapper #main-container .container-column .column-list > li a .column-image {
  flex-basis: 136px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  body#page-home #site-wrapper #main-container .container-column .column-list > li a .column-image {
    flex-basis: auto;
    margin-bottom: 6px;
  }
  body#page-home #site-wrapper #main-container .container-column .column-list > li a .column-image img {
    width: 100%;
  }
}

body#page-home #site-wrapper #main-container .container-column .column-list > li a dl {
  flex-basis: 430px;
}

@media screen and (max-width: 768px) {
  body#page-home #site-wrapper #main-container .container-column .column-list > li a dl {
    flex-basis: auto;
  }
}

body#page-home #site-wrapper #main-container .container-column .column-list > li a dl dt {
  margin-bottom: 10px;
}

body#page-home #site-wrapper #main-container .container-column .column-list > li a dl dt .date {
  font-family: 'Hind', sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.5rem;
  color: #363636;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  body#page-home #site-wrapper #main-container .container-column .column-list > li a dl dt .date {
    font-size: 1.2rem;
  }
}

body#page-home #site-wrapper #main-container .container-column .column-list > li a dl dt .category-list {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

body#page-home #site-wrapper #main-container .container-column .column-list > li a dl dt .category-list > li {
  display: inline-block;
  margin: 0 2px;
  padding: 4px 8px;
  background: #f6b42a;
  border-radius: 4px;
  text-decoration: none;
  color: #fff;
  font-family: 'Hind', sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  body#page-home #site-wrapper #main-container .container-column .column-list > li a dl dt .category-list > li {
    font-size: 1rem;
  }
}

body#page-home #site-wrapper #main-container .container-column .column-list > li a dl dd {
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  body#page-home #site-footer {
    background-color: #f4f4f4;
  }
}

body#page-service #site-wrapper #main-container #main-contents .inner {
  width: 100%;
  padding: 0;
}

body#page-service #site-wrapper #main-container #main-contents .inner .service-lead {
  margin-bottom: 90px;
}

body#page-service #site-wrapper #main-container #main-contents .inner .service-lead p {
  text-align: center;
}

@media screen and (max-width: 768px) {
  body#page-service #site-wrapper #main-container #main-contents .inner .service-lead {
    padding: 0 20px;
    margin-bottom: 50px;
  }
  body#page-service #site-wrapper #main-container #main-contents .inner .service-lead p {
    text-align: left;
  }
}

body#page-service #site-wrapper #main-container #main-contents .inner .service-list {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 30px;
}

@media screen and (max-width: 600px) {
  body#page-service #site-wrapper #main-container #main-contents .inner .service-list {
    padding: 0 20px;
  }
}

body#page-service #site-wrapper #main-container #main-contents .inner .service-list .services-main {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: start;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  margin-bottom: 90px;
}

@media screen and (max-width: 768px) {
  body#page-service #site-wrapper #main-container #main-contents .inner .service-list .services-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-bottom: 45px;
  }
}

body#page-service #site-wrapper #main-container #main-contents .inner .service-list .services-main .cluster {
  flex-basis: 33%;
  margin-right: 22px;
}

body#page-service #site-wrapper #main-container #main-contents .inner .service-list .services-main .cluster:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  body#page-service #site-wrapper #main-container #main-contents .inner .service-list .services-main .cluster {
    flex-basis: auto;
    margin-right: 0;
    margin-bottom: 20px;
    min-height: 0%;
  }
  body#page-service #site-wrapper #main-container #main-contents .inner .service-list .services-main .cluster:last-child {
    margin-bottom: 0;
  }
}

body#page-service #site-wrapper #main-container #main-contents .inner .service-list .services-main .cluster a {
  display: block;
  text-decoration: none;
  position: relative;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

body#page-service #site-wrapper #main-container #main-contents .inner .service-list .services-main .cluster a.hover {
  opacity: 0.7;
}

body#page-service #site-wrapper #main-container #main-contents .inner .service-list .services-main .cluster a figure.service-image {
  margin-bottom: 20px;
}

body#page-service #site-wrapper #main-container #main-contents .inner .service-list .services-main .cluster a figure.service-image img {
  width: 100%;
}

body#page-service #site-wrapper #main-container #main-contents .inner .service-list .services-main .cluster a .title {
  text-align: center;
}

body#page-service #site-wrapper #main-container #main-contents .inner .service-list .services-main .cluster a .title em {
  display: block;
  font-size: 2.2rem;
  font-weight: bold;
}

body#page-service #site-wrapper #main-container #main-contents .inner .service-list .services-main .cluster a .title span {
  display: block;
  font-size: 1.5rem;
  font-family: 'Hind', sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2bb1bc;
}

@media screen and (max-width: 768px) {
  body#page-service #site-wrapper #main-container #main-contents .inner .service-list .services-main .cluster a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
  body#page-service #site-wrapper #main-container #main-contents .inner .service-list .services-main .cluster a figure.service-image {
    margin-bottom: 0;
    margin-right: 20px;
    flex-basis: 35%;
    flex-shrink: 0;
  }
  body#page-service #site-wrapper #main-container #main-contents .inner .service-list .services-main .cluster a .title {
    text-align: left;
  }
  body#page-service #site-wrapper #main-container #main-contents .inner .service-list .services-main .cluster a .title .icon-arrow {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 600px) {
  body#page-service #site-wrapper #main-container #main-contents .inner .service-list .services-main .cluster a .title {
    padding-right: 20px;
  }
  body#page-service #site-wrapper #main-container #main-contents .inner .service-list .services-main .cluster a .title em {
    font-size: 1.6rem;
  }
  body#page-service #site-wrapper #main-container #main-contents .inner .service-list .services-main .cluster a .title span {
    font-size: 1.2rem;
  }
}

body#page-service #site-wrapper #main-container #main-contents .inner .service-list .services-mikan {
  width: 100%;
  max-width: 960px;
  padding: 40px 60px;
  background: #2bb1bc;
  margin: 0 auto;
  color: #fff;
  border-radius: 16px;
}

@media screen and (max-width: 768px) {
  body#page-service #site-wrapper #main-container #main-contents .inner .service-list .services-mikan {
    padding: 20px 30px;
  }
}

@media screen and (max-width: 600px) {
  body#page-service #site-wrapper #main-container #main-contents .inner .service-list .services-mikan {
    padding: 20px 15px;
  }
}

body#page-service #site-wrapper #main-container #main-contents .inner .service-list .services-mikan h4 {
  text-align: center;
  margin-bottom: 12px;
}

@media screen and (max-width: 600px) {
  body#page-service #site-wrapper #main-container #main-contents .inner .service-list .services-mikan h4 {
    width: 80%;
    margin: 0 auto 12px;
  }
}

body#page-service #site-wrapper #main-container #main-contents .inner .service-list .services-mikan h4 span {
  display: block;
}

body#page-service #site-wrapper #main-container #main-contents .inner .service-list .services-mikan h4 img {
  margin: 0 auto;
}

body#page-service #site-wrapper #main-container #main-contents .inner .service-list .services-mikan .info {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

body#page-service #site-wrapper #main-container #main-contents .inner .service-list .services-mikan .info p {
  flex-basis: 580px;
  color: #fff;
  font-size: 1.4rem;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  body#page-service #site-wrapper #main-container #main-contents .inner .service-list .services-mikan .info p {
    flex-basis: auto;
    padding: 0 25px;
    margin-bottom: 30px;
    width: 100%;
  }
}

body#page-service #site-wrapper #main-container #main-contents .inner .service-list .services-mikan .info .btns > li a {
  background: #fff;
  color: #2bb1bc;
  padding: 13px 36px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  body#page-service #site-wrapper #main-container #main-contents .inner .service-list .services-mikan .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  body#page-service #site-wrapper #main-container #main-contents .inner .service-list .services-mikan .info p {
    flex-basis: auto;
  }
}

body#page-service #site-wrapper #main-container #main-contents .inner .service-solution {
  background-image: url("/assets/images/service_solution_bg.png?v46b8a66d6c1358307958a3ede607282c");
  background-repeat: no-repeat;
  background-position: center top;
  background-color: transparent;
  background-size: auto;
  padding-top: 120px;
  margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
  body#page-service #site-wrapper #main-container #main-contents .inner .service-solution {
    padding-top: 60px;
    margin-bottom: 50px;
  }
}

body#page-service #site-wrapper #main-container #main-contents .inner .service-solution h3 {
  text-align: center;
  margin-bottom: 40px;
}

body#page-service #site-wrapper #main-container #main-contents .inner .service-solution h3 em {
  display: block;
  font-size: 3rem;
  font-weight: bold;
}

body#page-service #site-wrapper #main-container #main-contents .inner .service-solution h3 span {
  display: block;
  font-size: 1.5rem;
  font-family: 'Hind', sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2bb1bc;
}

@media screen and (max-width: 768px) {
  body#page-service #site-wrapper #main-container #main-contents .inner .service-solution h3 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 600px) {
  body#page-service #site-wrapper #main-container #main-contents .inner .service-solution h3 em {
    font-size: 2rem;
  }
  body#page-service #site-wrapper #main-container #main-contents .inner .service-solution h3 span {
    font-size: 1.2rem;
  }
}

body#page-service #site-wrapper #main-container #main-contents .inner .service-solution .lead {
  text-align: center;
  margin-bottom: 56px;
}

@media screen and (max-width: 768px) {
  body#page-service #site-wrapper #main-container #main-contents .inner .service-solution .lead {
    padding: 0 20px;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 600px) {
  body#page-service #site-wrapper #main-container #main-contents .inner .service-solution .lead {
    text-align: left;
  }
}

body#page-service #site-wrapper #main-container #main-contents .inner .service-solution .solution-figures {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: start;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  body#page-service #site-wrapper #main-container #main-contents .inner .service-solution .solution-figures {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

body#page-service #site-wrapper #main-container #main-contents .inner .service-solution .solution-figures .solution-title {
  flex-basis: 100%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  body#page-service #site-wrapper #main-container #main-contents .inner .service-solution .solution-figures .solution-title {
    margin: 0 auto 20px;
    flex-basis: auto;
  }
}

body#page-service #site-wrapper #main-container #main-contents .inner .service-solution .solution-figures .solution-title h4 {
  text-align: center;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  background: #f6b42a;
  padding: 22px 70px;
  border-radius: 8px;
}

body#page-service #site-wrapper #main-container #main-contents .inner .service-solution .solution-figures .solution-title h4 em {
  display: block;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 6px;
}

body#page-service #site-wrapper #main-container #main-contents .inner .service-solution .solution-figures .solution-title h4 span {
  display: block;
  font-size: 1.6rem;
  font-family: 'Hind', sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
}

body#page-service #site-wrapper #main-container #main-contents .inner .service-solution .solution-figures .solution-1,
body#page-service #site-wrapper #main-container #main-contents .inner .service-solution .solution-figures .solution-2,
body#page-service #site-wrapper #main-container #main-contents .inner .service-solution .solution-figures .solution-3 {
  flex-basis: 280px;
  margin-right: 58px;
  position: relative;
}

body#page-service #site-wrapper #main-container #main-contents .inner .service-solution .solution-figures .solution-1:before,
body#page-service #site-wrapper #main-container #main-contents .inner .service-solution .solution-figures .solution-2:before,
body#page-service #site-wrapper #main-container #main-contents .inner .service-solution .solution-figures .solution-3:before {
  display: block;
  position: absolute;
  content: '';
}

@media screen and (max-width: 768px) {
  body#page-service #site-wrapper #main-container #main-contents .inner .service-solution .solution-figures .solution-1,
  body#page-service #site-wrapper #main-container #main-contents .inner .service-solution .solution-figures .solution-2,
  body#page-service #site-wrapper #main-container #main-contents .inner .service-solution .solution-figures .solution-3 {
    flex-basis: auto;
    margin: 0 auto;
    width: 50%;
  }
  body#page-service #site-wrapper #main-container #main-contents .inner .service-solution .solution-figures .solution-1:before,
  body#page-service #site-wrapper #main-container #main-contents .inner .service-solution .solution-figures .solution-2:before,
  body#page-service #site-wrapper #main-container #main-contents .inner .service-solution .solution-figures .solution-3:before {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  body#page-service #site-wrapper #main-container #main-contents .inner .service-solution .solution-figures .solution-1,
  body#page-service #site-wrapper #main-container #main-contents .inner .service-solution .solution-figures .solution-2,
  body#page-service #site-wrapper #main-container #main-contents .inner .service-solution .solution-figures .solution-3 {
    width: 90%;
  }
}

body#page-service #site-wrapper #main-container #main-contents .inner .service-solution .solution-figures .solution-1 h5,
body#page-service #site-wrapper #main-container #main-contents .inner .service-solution .solution-figures .solution-2 h5,
body#page-service #site-wrapper #main-container #main-contents .inner .service-solution .solution-figures .solution-3 h5 {
  width: 232px;
  height: 232px;
  text-align: center;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  padding-top: 80px;
  margin: 0 auto 25px;
}

body#page-service #site-wrapper #main-container #main-contents .inner .service-solution .solution-figures .solution-1 h6,
body#page-service #site-wrapper #main-container #main-contents .inner .service-solution .solution-figures .solution-2 h6,
body#page-service #site-wrapper #main-container #main-contents .inner .service-solution .solution-figures .solution-3 h6 {
  background-image: url("/assets/images/sprite.png?vfb0a9af5192f4489a86a6fbec6822ef3");
  background-position: -104px -484px;
  width: 280px;
  height: 38px;
  text-align: center;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 38px;
  margin-bottom: 14px;
}

@media screen and (max-width: 768px) {
  body#page-service #site-wrapper #main-container #main-contents .inner .service-solution .solution-figures .solution-1 h6,
  body#page-service #site-wrapper #main-container #main-contents .inner .service-solution .solution-figures .solution-2 h6,
  body#page-service #site-wrapper #main-container #main-contents .inner .service-solution .solution-figures .solution-3 h6 {
    margin: 0 auto 14px;
  }
}

body#page-service #site-wrapper #main-container #main-contents .inner .service-solution .solution-figures .solution-1 p,
body#page-service #site-wrapper #main-container #main-contents .inner .service-solution .solution-figures .solution-2 p,
body#page-service #site-wrapper #main-container #main-contents .inner .service-solution .solution-figures .solution-3 p {
  font-size: 1.5rem;
  font-weight: bold;
}

body#page-service #site-wrapper #main-container #main-contents .inner .service-solution .solution-figures .solution-1 ul,
body#page-service #site-wrapper #main-container #main-contents .inner .service-solution .solution-figures .solution-2 ul,
body#page-service #site-wrapper #main-container #main-contents .inner .service-solution .solution-figures .solution-3 ul {
  background-image: url("/assets/images/service_arrow.png?v2678d89dd9306da05a5f0f7af166bb5f");
  background-repeat: no-repeat;
  background-position: center top;
  background-color: transparent;
  background-size: auto;
  padding-top: 25px;
}

body#page-service #site-wrapper #main-container #main-contents .inner .service-solution .solution-figures .solution-1 ul > li,
body#page-service #site-wrapper #main-container #main-contents .inner .service-solution .solution-figures .solution-2 ul > li,
body#page-service #site-wrapper #main-container #main-contents .inner .service-solution .solution-figures .solution-3 ul > li {
  text-align: center;
  color: #093e42;
  font-size: 1.6rem;
  font-weight: bold;
  height: 56px;
  line-height: 56px;
  text-align: center;
  background: #dceff0;
  margin-bottom: 14px;
  border-radius: 28px;
}

body#page-service #site-wrapper #main-container #main-contents .inner .service-solution .solution-figures .solution-1 ul > li:last-child,
body#page-service #site-wrapper #main-container #main-contents .inner .service-solution .solution-figures .solution-2 ul > li:last-child,
body#page-service #site-wrapper #main-container #main-contents .inner .service-solution .solution-figures .solution-3 ul > li:last-child {
  margin-bottom: 0;
}

body#page-service #site-wrapper #main-container #main-contents .inner .service-solution .solution-figures .solution-1 {
  padding-top: 76px;
}

@media screen and (max-width: 768px) {
  body#page-service #site-wrapper #main-container #main-contents .inner .service-solution .solution-figures .solution-1 {
    padding-top: 0;
    margin-bottom: 30px;
  }
}

body#page-service #site-wrapper #main-container #main-contents .inner .service-solution .solution-figures .solution-1:before {
  top: 22px;
  right: -56px;
  background-image: url("/assets/images/sprite.png?vfb0a9af5192f4489a86a6fbec6822ef3");
  background-position: -242px -242px;
  width: 74px;
  height: 74px;
}

body#page-service #site-wrapper #main-container #main-contents .inner .service-solution .solution-figures .solution-1 h5 {
  background-image: url("/assets/images/sprite.png?vfb0a9af5192f4489a86a6fbec6822ef3");
  background-position: 0px 0px;
  width: 237px;
  height: 232px;
}

body#page-service #site-wrapper #main-container #main-contents .inner .service-solution .solution-figures .solution-1 p {
  margin-bottom: 44px;
}

@media screen and (max-width: 768px) {
  body#page-service #site-wrapper #main-container #main-contents .inner .service-solution .solution-figures .solution-1 p {
    margin-bottom: 14px;
  }
}

body#page-service #site-wrapper #main-container #main-contents .inner .service-solution .solution-figures .solution-2 {
  padding-top: 116px;
}

@media screen and (max-width: 768px) {
  body#page-service #site-wrapper #main-container #main-contents .inner .service-solution .solution-figures .solution-2 {
    padding-top: 0;
    margin-bottom: 30px;
  }
}

body#page-service #site-wrapper #main-container #main-contents .inner .service-solution .solution-figures .solution-2:before {
  top: 22px;
  left: 141px;
  background-image: url("/assets/images/sprite.png?vfb0a9af5192f4489a86a6fbec6822ef3");
  background-position: -410px -242px;
  width: 4px;
  height: 74px;
}

body#page-service #site-wrapper #main-container #main-contents .inner .service-solution .solution-figures .solution-2 h5 {
  background-image: url("/assets/images/sprite.png?vfb0a9af5192f4489a86a6fbec6822ef3");
  background-position: -247px 0px;
  width: 232px;
  height: 232px;
}

body#page-service #site-wrapper #main-container #main-contents .inner .service-solution .solution-figures .solution-2 p {
  margin-bottom: 20px;
}

body#page-service #site-wrapper #main-container #main-contents .inner .service-solution .solution-figures .solution-3 {
  padding-top: 76px;
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  body#page-service #site-wrapper #main-container #main-contents .inner .service-solution .solution-figures .solution-3 {
    padding-top: 0;
    margin: 0 auto;
  }
}

body#page-service #site-wrapper #main-container #main-contents .inner .service-solution .solution-figures .solution-3:before {
  top: 22px;
  left: -55px;
  background-image: url("/assets/images/sprite.png?vfb0a9af5192f4489a86a6fbec6822ef3");
  background-position: -326px -242px;
  width: 74px;
  height: 74px;
}

body#page-service #site-wrapper #main-container #main-contents .inner .service-solution .solution-figures .solution-3 h5 {
  background-image: url("/assets/images/sprite.png?vfb0a9af5192f4489a86a6fbec6822ef3");
  background-position: 0px -242px;
  width: 232px;
  height: 232px;
}

body#page-service #site-wrapper #main-container #main-contents .inner .service-solution .solution-figures .solution-3 p {
  margin-bottom: 16px;
}

body#page-service #site-wrapper #main-container #main-contents .inner .service-network {
  background-image: url("/assets/images/service_map.png?vff0ade19a886b174e33fb16a31a8f494");
  background-repeat: no-repeat;
  background-position: center 45px;
  background-color: #eaf4f5;
  background-size: auto;
  padding-top: 140px;
  padding-bottom: 150px;
}

@media screen and (min-width: 1300px) {
  body#page-service #site-wrapper #main-container #main-contents .inner .service-network {
    background-position: right 45px;
  }
}

@media screen and (max-width: 768px) {
  body#page-service #site-wrapper #main-container #main-contents .inner .service-network {
    padding-top: 50px;
    padding-bottom: 90vw;
    background-image: url("/assets/images/service_map_sp.png?v12142e732a0f3770f8af8e0a20ec4d78");
    background-position: center bottom;
    background-size: 100% auto;
  }
}

body#page-service #site-wrapper #main-container #main-contents .inner .service-network h3 {
  max-width: 1000px;
  margin: 0 auto 30px;
}

body#page-service #site-wrapper #main-container #main-contents .inner .service-network h3 em {
  display: block;
  font-size: 3rem;
  font-weight: bold;
}

body#page-service #site-wrapper #main-container #main-contents .inner .service-network h3 span {
  display: block;
  font-size: 1.5rem;
  font-family: 'Hind', sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2bb1bc;
}

@media screen and (max-width: 768px) {
  body#page-service #site-wrapper #main-container #main-contents .inner .service-network h3 {
    text-align: center;
  }
}

@media screen and (max-width: 600px) {
  body#page-service #site-wrapper #main-container #main-contents .inner .service-network h3 em {
    font-size: 2rem;
  }
  body#page-service #site-wrapper #main-container #main-contents .inner .service-network h3 span {
    font-size: 1.2rem;
  }
}

body#page-service #site-wrapper #main-container #main-contents .inner .service-network .block {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

body#page-service #site-wrapper #main-container #main-contents .inner .service-network .block .cluster-text {
  max-width: 425px;
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  body#page-service #site-wrapper #main-container #main-contents .inner .service-network .block {
    padding: 0 20px;
  }
  body#page-service #site-wrapper #main-container #main-contents .inner .service-network .block .cluster-text {
    max-width: none;
  }
}

body#page-service #site-wrapper #main-container #main-contents .inner .service-network .block .btns li a {
  padding: 13px 32px;
  color: #fff;
  line-height: 1;
  font-size: 1.4rem;
}

body#page-service #site-wrapper #main-container #main-contents .inner .service-performance {
  padding: 120px 0;
}

@media screen and (max-width: 768px) {
  body#page-service #site-wrapper #main-container #main-contents .inner .service-performance {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

body#page-service #site-wrapper #main-container #main-contents .inner .service-performance h3 {
  max-width: 1000px;
  margin: 0 auto 30px;
  text-align: center;
}

body#page-service #site-wrapper #main-container #main-contents .inner .service-performance h3 em {
  display: block;
  font-size: 3rem;
  font-weight: bold;
}

body#page-service #site-wrapper #main-container #main-contents .inner .service-performance h3 span {
  display: block;
  font-size: 1.5rem;
  font-family: 'Hind', sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2bb1bc;
}

@media screen and (max-width: 600px) {
  body#page-service #site-wrapper #main-container #main-contents .inner .service-performance h3 em {
    font-size: 2rem;
  }
  body#page-service #site-wrapper #main-container #main-contents .inner .service-performance h3 span {
    font-size: 1.2rem;
  }
}

body#page-service #site-wrapper #main-container #main-contents .inner .service-performance .cluster-text {
  text-align: center;
  margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
  body#page-service #site-wrapper #main-container #main-contents .inner .service-performance .cluster-text {
    text-align: left;
    padding: 0 20px;
    margin-bottom: 30px;
  }
}

body#page-service #site-wrapper #main-container #main-contents .inner .service-performance .block {
  text-align: center;
}

body#page-service #site-wrapper #main-container #main-contents .inner .service-performance .block h4 {
  font-size: 2.4rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 600px) {
  body#page-service #site-wrapper #main-container #main-contents .inner .service-performance .block h4 {
    font-size: 1.8rem;
  }
}

body#page-service #site-wrapper #main-container #main-contents .inner .service-performance .block .cluster-image img {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  body#page-service #site-wrapper #main-container #main-contents .inner .service-performance .block .cluster-image {
    padding: 0 20px;
  }
}

body#page-service #site-wrapper #main-container #main-contents .inner .service-quality {
  background: #eaf4f5;
  padding-top: 120px;
}

@media screen and (max-width: 768px) {
  body#page-service #site-wrapper #main-container #main-contents .inner .service-quality {
    padding-top: 50px;
  }
}

body#page-service #site-wrapper #main-container #main-contents .inner .service-quality h3 {
  max-width: 1000px;
  margin: 0 auto 30px;
  text-align: center;
}

body#page-service #site-wrapper #main-container #main-contents .inner .service-quality h3 em {
  display: block;
  font-size: 3rem;
  font-weight: bold;
}

body#page-service #site-wrapper #main-container #main-contents .inner .service-quality h3 span {
  display: block;
  font-size: 1.5rem;
  font-family: 'Hind', sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2bb1bc;
}

@media screen and (max-width: 600px) {
  body#page-service #site-wrapper #main-container #main-contents .inner .service-quality h3 em {
    font-size: 2rem;
  }
  body#page-service #site-wrapper #main-container #main-contents .inner .service-quality h3 span {
    font-size: 1.2rem;
  }
}

body#page-service #site-wrapper #main-container #main-contents .inner .service-quality .cluster-text {
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  body#page-service #site-wrapper #main-container #main-contents .inner .service-quality .cluster-text {
    padding: 0 20px;
    text-align: left;
    margin-bottom: 25px;
  }
}

body#page-service #site-wrapper #main-container #main-contents .inner .service-quality .block h4 {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  body#page-service #site-wrapper #main-container #main-contents .inner .service-quality .block h4 {
    font-size: 1.8rem;
  }
}

body#page-service #site-wrapper #main-container #main-contents .inner .service-flow {
  width: 840px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  body#page-service #site-wrapper #main-container #main-contents .inner .service-flow {
    width: 95%;
  }
}

body#page-service #site-wrapper #main-container #main-contents .inner .service-flow .cluster {
  padding-bottom: 26px;
  margin-bottom: 14px;
  background-image: url("/assets/images/service_arrow_2.png?v7cc2752ddd533eddbd8694cc26705f7f");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-color: transparent;
  background-size: auto;
}

body#page-service #site-wrapper #main-container #main-contents .inner .service-flow .cluster:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  background: none;
}

body#page-service #site-wrapper #main-container #main-contents .inner .service-flow .cluster dl {
  display: table;
  border-radius: 10px;
  font-size: 1.5rem;
  overflow: hidden;
}

@media screen and (max-width: 600px) {
  body#page-service #site-wrapper #main-container #main-contents .inner .service-flow .cluster dl {
    display: block;
  }
}

body#page-service #site-wrapper #main-container #main-contents .inner .service-flow .cluster dl dt {
  display: table-cell;
  width: 260px;
  background: #2bb1bc;
  vertical-align: middle;
  padding: 40px 30px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  body#page-service #site-wrapper #main-container #main-contents .inner .service-flow .cluster dl dt {
    padding: 40px 10px;
  }
}

@media screen and (max-width: 600px) {
  body#page-service #site-wrapper #main-container #main-contents .inner .service-flow .cluster dl dt {
    display: block;
    width: 100%;
    padding: 10px;
  }
}

body#page-service #site-wrapper #main-container #main-contents .inner .service-flow .cluster dl dd {
  display: table-cell;
  width: 580px;
  vertical-align: middle;
  background: #fff;
  padding: 40px 30px;
}

@media screen and (max-width: 600px) {
  body#page-service #site-wrapper #main-container #main-contents .inner .service-flow .cluster dl dd {
    display: block;
    width: 100%;
    padding: 10px;
  }
}

body#page-service #site-footer {
  background-color: #eaf4f5;
}

body#page-3d-data #site-wrapper #main-container #main-contents .inner .local-navi,
body#page-game-3d-support #site-wrapper #main-container #main-contents .inner .local-navi,
body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .local-navi {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  body#page-3d-data #site-wrapper #main-container #main-contents .inner .local-navi,
  body#page-game-3d-support #site-wrapper #main-container #main-contents .inner .local-navi,
  body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .local-navi {
    margin-bottom: 30px;
    position: relative;
  }
}

body#page-3d-data #site-wrapper #main-container #main-contents .inner .local-navi .is-sp-ex a,
body#page-game-3d-support #site-wrapper #main-container #main-contents .inner .local-navi .is-sp-ex a,
body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .local-navi .is-sp-ex a {
  display: block;
  margin: 0 auto;
  width: 95%;
  height: 54px;
  line-height: 54px;
  text-align: center;
  text-decoration: none;
  border: 2px solid #2bb1bc;
  border-radius: 6px;
  color: #2bb1bc;
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
}

body#page-3d-data #site-wrapper #main-container #main-contents .inner .local-navi .is-sp-ex a i,
body#page-game-3d-support #site-wrapper #main-container #main-contents .inner .local-navi .is-sp-ex a i,
body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .local-navi .is-sp-ex a i {
  font-size: 1rem;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%) rotate(90deg);
  transform: translate(0, -50%) rotate(90deg);
}

@media screen and (min-width: 768px) {
  body#page-3d-data #site-wrapper #main-container #main-contents .inner .local-navi .is-sp-ex,
  body#page-game-3d-support #site-wrapper #main-container #main-contents .inner .local-navi .is-sp-ex,
  body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .local-navi .is-sp-ex {
    display: none;
  }
}

body#page-3d-data #site-wrapper #main-container #main-contents .inner .local-navi .navi-list,
body#page-game-3d-support #site-wrapper #main-container #main-contents .inner .local-navi .navi-list,
body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .local-navi .navi-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

@media screen and (max-width: 767px) {
  body#page-3d-data #site-wrapper #main-container #main-contents .inner .local-navi .navi-list,
  body#page-game-3d-support #site-wrapper #main-container #main-contents .inner .local-navi .navi-list,
  body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .local-navi .navi-list {
    position: absolute;
    top: 54px;
    left: 50%;
    width: 95%;
    border: 2px solid #2bb1bc;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    display: block;
  }
  body#page-3d-data #site-wrapper #main-container #main-contents .inner .local-navi .navi-list.hide,
  body#page-game-3d-support #site-wrapper #main-container #main-contents .inner .local-navi .navi-list.hide,
  body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .local-navi .navi-list.hide {
    display: none;
  }
}

body#page-3d-data #site-wrapper #main-container #main-contents .inner .local-navi .navi-list > li,
body#page-game-3d-support #site-wrapper #main-container #main-contents .inner .local-navi .navi-list > li,
body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .local-navi .navi-list > li {
  flex-basis: 25%;
}

@media screen and (max-width: 767px) {
  body#page-3d-data #site-wrapper #main-container #main-contents .inner .local-navi .navi-list > li,
  body#page-game-3d-support #site-wrapper #main-container #main-contents .inner .local-navi .navi-list > li,
  body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .local-navi .navi-list > li {
    flex-basis: auto;
    width: 100%;
  }
}

body#page-3d-data #site-wrapper #main-container #main-contents .inner .local-navi .navi-list > li a,
body#page-game-3d-support #site-wrapper #main-container #main-contents .inner .local-navi .navi-list > li a,
body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .local-navi .navi-list > li a {
  display: block;
  margin: 0 auto;
  width: 95%;
  height: 54px;
  line-height: 54px;
  text-align: center;
  text-decoration: none;
  border: 2px solid #2bb1bc;
  border-radius: 27px;
  color: #2bb1bc;
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

body#page-3d-data #site-wrapper #main-container #main-contents .inner .local-navi .navi-list > li a.current,
body#page-game-3d-support #site-wrapper #main-container #main-contents .inner .local-navi .navi-list > li a.current,
body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .local-navi .navi-list > li a.current {
  background: #2bb1bc;
  color: #fff;
}

body#page-3d-data #site-wrapper #main-container #main-contents .inner .local-navi .navi-list > li a.hover,
body#page-game-3d-support #site-wrapper #main-container #main-contents .inner .local-navi .navi-list > li a.hover,
body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .local-navi .navi-list > li a.hover {
  background: rgba(20, 170, 182, 0.2);
}

@media screen and (max-width: 767px) {
  body#page-3d-data #site-wrapper #main-container #main-contents .inner .local-navi .navi-list > li a,
  body#page-game-3d-support #site-wrapper #main-container #main-contents .inner .local-navi .navi-list > li a,
  body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .local-navi .navi-list > li a {
    width: 100%;
    border: none;
    border-bottom: 1px solid #2bb1bc;
    border-radius: 0;
    background: #fff;
    text-align: left;
    padding-left: 20px;
  }
}

body#page-3d-data #site-wrapper #main-container #main-contents .inner .local-navi .navi-list > li a i,
body#page-game-3d-support #site-wrapper #main-container #main-contents .inner .local-navi .navi-list > li a i,
body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .local-navi .navi-list > li a i {
  font-size: 1rem;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (max-width: 768px) {
  body#page-3d-data #site-wrapper #main-container #main-contents .inner .local-navi .navi-list > li a i,
  body#page-game-3d-support #site-wrapper #main-container #main-contents .inner .local-navi .navi-list > li a i,
  body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .local-navi .navi-list > li a i {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  body#page-3d-data #site-wrapper #main-container #main-contents .inner .local-navi .navi-list > li a i,
  body#page-game-3d-support #site-wrapper #main-container #main-contents .inner .local-navi .navi-list > li a i,
  body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .local-navi .navi-list > li a i {
    display: block;
  }
}

body#page-3d-data #site-wrapper #main-container #main-contents .inner h1,
body#page-game-3d-support #site-wrapper #main-container #main-contents .inner h1,
body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner h1 {
  text-align: center;
  margin-bottom: 45px;
}

body#page-3d-data #site-wrapper #main-container #main-contents .inner h1 em,
body#page-game-3d-support #site-wrapper #main-container #main-contents .inner h1 em,
body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner h1 em {
  display: block;
  font-size: 3.2rem;
  font-weight: bold;
}

body#page-3d-data #site-wrapper #main-container #main-contents .inner h1 span,
body#page-game-3d-support #site-wrapper #main-container #main-contents .inner h1 span,
body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner h1 span {
  display: block;
  font-size: 1.5rem;
  font-family: 'Hind', sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2bb1bc;
}

@media screen and (max-width: 600px) {
  body#page-3d-data #site-wrapper #main-container #main-contents .inner h1,
  body#page-game-3d-support #site-wrapper #main-container #main-contents .inner h1,
  body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner h1 {
    margin-bottom: 20px;
  }
  body#page-3d-data #site-wrapper #main-container #main-contents .inner h1 em,
  body#page-game-3d-support #site-wrapper #main-container #main-contents .inner h1 em,
  body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner h1 em {
    font-size: 2.3rem;
  }
  body#page-3d-data #site-wrapper #main-container #main-contents .inner h1 span,
  body#page-game-3d-support #site-wrapper #main-container #main-contents .inner h1 span,
  body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner h1 span {
    font-size: 1.3rem;
  }
}

body#page-3d-data #site-wrapper #main-container #main-contents .inner .head-image,
body#page-game-3d-support #site-wrapper #main-container #main-contents .inner .head-image,
body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .head-image {
  margin-bottom: 70px;
}

body#page-3d-data #site-wrapper #main-container #main-contents .inner .container,
body#page-game-3d-support #site-wrapper #main-container #main-contents .inner .container,
body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .container {
  padding-bottom: 90px;
  margin-bottom: 90px;
  border-bottom: 2px dotted #919191;
}

body#page-3d-data #site-wrapper #main-container #main-contents .inner .container:last-child,
body#page-game-3d-support #site-wrapper #main-container #main-contents .inner .container:last-child,
body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .container:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

@media screen and (max-width: 768px) {
  body#page-3d-data #site-wrapper #main-container #main-contents .inner .container,
  body#page-game-3d-support #site-wrapper #main-container #main-contents .inner .container,
  body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .container {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}

body#page-3d-data #site-wrapper #main-container #main-contents .inner h3,
body#page-game-3d-support #site-wrapper #main-container #main-contents .inner h3,
body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner h3 {
  background-image: url("/assets/images/service_sutitle_bg.png?vae2ef2109a859912e787db5f6f74273b");
  background-repeat: no-repeat;
  background-position: right center;
  background-color: #2bb1bc;
  background-size: auto;
  font-size: 2rem;
  height: 56px;
  line-height: 56px;
  padding: 0 65px 0 48px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  body#page-3d-data #site-wrapper #main-container #main-contents .inner h3,
  body#page-game-3d-support #site-wrapper #main-container #main-contents .inner h3,
  body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner h3 {
    background-size: auto 100%;
    height: auto;
    line-height: 1;
    padding: 10px 30px 10px 16px;
    margin-bottom: 20px;
  }
}

body#page-3d-data #site-wrapper #main-container #main-contents .inner .block,
body#page-game-3d-support #site-wrapper #main-container #main-contents .inner .block,
body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .block {
  flex-basis: 100%;
  width: 100%;
}

body#page-3d-data #site-wrapper #main-container #main-contents .inner h4,
body#page-game-3d-support #site-wrapper #main-container #main-contents .inner h4,
body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner h4 {
  font-size: 2.8rem;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

body#page-3d-data #site-wrapper #main-container #main-contents .inner h4:after,
body#page-game-3d-support #site-wrapper #main-container #main-contents .inner h4:after,
body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner h4:after {
  display: block;
  content: '';
  width: 64px;
  height: 7px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #2bb1bc;
  border-radius: 4px;
}

@media screen and (max-width: 768px) {
  body#page-3d-data #site-wrapper #main-container #main-contents .inner h4,
  body#page-game-3d-support #site-wrapper #main-container #main-contents .inner h4,
  body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner h4 {
    font-size: 2rem;
  }
}

body#page-3d-data #site-wrapper #main-container #main-contents .inner h4 span,
body#page-game-3d-support #site-wrapper #main-container #main-contents .inner h4 span,
body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner h4 span {
  font-size: 1.8rem;
  font-weight: bold;
}

body#page-3d-data #site-wrapper #main-container #main-contents .inner .recommend-list,
body#page-game-3d-support #site-wrapper #main-container #main-contents .inner .recommend-list,
body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .recommend-list {
  position: relative;
  flex-basis: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: start;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

body#page-3d-data #site-wrapper #main-container #main-contents .inner .recommend-list:before,
body#page-game-3d-support #site-wrapper #main-container #main-contents .inner .recommend-list:before,
body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .recommend-list:before {
  display: block;
  content: '';
  width: 96px;
  height: 96px;
  position: absolute;
  top: -48px;
  right: 0;
  bottom: 0;
  left: -48px;
  background-image: url("/assets/images/service_recomend_badge.png?v703cc0917bc986541d25c9e6c69c87eb");
  background-repeat: no-repeat;
  background-position: center top;
  background-color: transparent;
  background-size: auto;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  body#page-3d-data #site-wrapper #main-container #main-contents .inner .recommend-list:before,
  body#page-game-3d-support #site-wrapper #main-container #main-contents .inner .recommend-list:before,
  body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .recommend-list:before {
    width: 60px;
    height: 60px;
    top: -30px;
    left: -20px;
    background-size: 60px;
  }
}

@media screen and (max-width: 480px) {
  body#page-3d-data #site-wrapper #main-container #main-contents .inner .recommend-list:before,
  body#page-game-3d-support #site-wrapper #main-container #main-contents .inner .recommend-list:before,
  body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .recommend-list:before {
    left: -10px;
  }
}

@media screen and (max-width: 600px) {
  body#page-3d-data #site-wrapper #main-container #main-contents .inner .recommend-list,
  body#page-game-3d-support #site-wrapper #main-container #main-contents .inner .recommend-list,
  body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .recommend-list {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 480px) {
  body#page-3d-data #site-wrapper #main-container #main-contents .inner .recommend-list,
  body#page-game-3d-support #site-wrapper #main-container #main-contents .inner .recommend-list,
  body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .recommend-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
  }
}

body#page-3d-data #site-wrapper #main-container #main-contents .inner .recommend-list > li,
body#page-game-3d-support #site-wrapper #main-container #main-contents .inner .recommend-list > li,
body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .recommend-list > li {
  flex-basis: 310px;
  margin-right: 35px;
}

@media screen and (max-width: 600px) {
  body#page-3d-data #site-wrapper #main-container #main-contents .inner .recommend-list > li,
  body#page-game-3d-support #site-wrapper #main-container #main-contents .inner .recommend-list > li,
  body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .recommend-list > li {
    flex-basis: 45%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  body#page-3d-data #site-wrapper #main-container #main-contents .inner .recommend-list > li:last-child,
  body#page-game-3d-support #site-wrapper #main-container #main-contents .inner .recommend-list > li:last-child,
  body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .recommend-list > li:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 480px) {
  body#page-3d-data #site-wrapper #main-container #main-contents .inner .recommend-list > li,
  body#page-game-3d-support #site-wrapper #main-container #main-contents .inner .recommend-list > li,
  body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .recommend-list > li {
    flex-basis: auto;
    max-width: 310px;
    width: 100%;
  }
}

body#page-3d-data #site-wrapper #main-container #main-contents .inner .recommend-list > li:last-child,
body#page-game-3d-support #site-wrapper #main-container #main-contents .inner .recommend-list > li:last-child,
body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .recommend-list > li:last-child {
  margin-right: 0;
}

body#page-3d-data #site-wrapper #main-container #main-contents .inner .recommend-list > li .recommend-image,
body#page-game-3d-support #site-wrapper #main-container #main-contents .inner .recommend-list > li .recommend-image,
body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .recommend-list > li .recommend-image {
  margin-bottom: 4px;
}

body#page-3d-data #site-wrapper #main-container #main-contents .inner .recommend-list > li p,
body#page-game-3d-support #site-wrapper #main-container #main-contents .inner .recommend-list > li p,
body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .recommend-list > li p {
  font-size: 1.4rem;
}

body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-voice,
body#page-game-3d-support #site-wrapper #main-container #main-contents .inner .container-voice,
body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .container-voice {
  border: none;
  padding-bottom: 0;
}

body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-voice h3,
body#page-game-3d-support #site-wrapper #main-container #main-contents .inner .container-voice h3,
body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .container-voice h3 {
  background: #2bb1bc;
  color: #fff;
  margin-bottom: 30px;
  border-radius: 4px;
  padding-left: 20px;
}

body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-voice h3 span,
body#page-game-3d-support #site-wrapper #main-container #main-contents .inner .container-voice h3 span,
body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .container-voice h3 span {
  display: inline-block;
  padding-right: 40px;
  background-image: url("/assets/images/service_icon_voice.png?vfb8e2975c678bad18e61009f68dc3c91");
  background-repeat: no-repeat;
  background-position: right center;
  background-color: transparent;
  background-size: auto;
  font-weight: bold;
}

body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-voice .voice-list,
body#page-game-3d-support #site-wrapper #main-container #main-contents .inner .container-voice .voice-list,
body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .container-voice .voice-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: start;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

@media screen and (max-width: 768px) {
  body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-voice .voice-list,
  body#page-game-3d-support #site-wrapper #main-container #main-contents .inner .container-voice .voice-list,
  body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .container-voice .voice-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-voice .voice-list > li,
body#page-game-3d-support #site-wrapper #main-container #main-contents .inner .container-voice .voice-list > li,
body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .container-voice .voice-list > li {
  background: #f8f8f8;
  flex-basis: 48%;
  padding: 22px 30px;
  border-radius: 4px;
}

@media screen and (max-width: 768px) {
  body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-voice .voice-list > li,
  body#page-game-3d-support #site-wrapper #main-container #main-contents .inner .container-voice .voice-list > li,
  body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .container-voice .voice-list > li {
    flex-basis: auto;
    margin-bottom: 20px;
  }
  body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-voice .voice-list > li:last-child,
  body#page-game-3d-support #site-wrapper #main-container #main-contents .inner .container-voice .voice-list > li:last-child,
  body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .container-voice .voice-list > li:last-child {
    margin-bottom: 0;
  }
}

body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-voice .voice-list > li h6,
body#page-game-3d-support #site-wrapper #main-container #main-contents .inner .container-voice .voice-list > li h6,
body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .container-voice .voice-list > li h6 {
  font-size: 1.6rem;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}

body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-voice .voice-list > li h6:before,
body#page-game-3d-support #site-wrapper #main-container #main-contents .inner .container-voice .voice-list > li h6:before,
body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .container-voice .voice-list > li h6:before {
  display: block;
  content: '';
  width: 6px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #2bb1bc;
  border-radius: 3px;
}

body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-voice .voice-list > li dl,
body#page-game-3d-support #site-wrapper #main-container #main-contents .inner .container-voice .voice-list > li dl,
body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .container-voice .voice-list > li dl {
  font-size: 1.5rem;
  margin-bottom: 15px;
}

body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-voice .voice-list > li .comment-area,
body#page-game-3d-support #site-wrapper #main-container #main-contents .inner .container-voice .voice-list > li .comment-area,
body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .container-voice .voice-list > li .comment-area {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: start;
  -webkit-box-pack: start;
  justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

@media screen and (max-width: 600px) {
  body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-voice .voice-list > li .comment-area,
  body#page-game-3d-support #site-wrapper #main-container #main-contents .inner .container-voice .voice-list > li .comment-area,
  body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .container-voice .voice-list > li .comment-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-voice .voice-list > li .comment-area p.comment,
body#page-game-3d-support #site-wrapper #main-container #main-contents .inner .container-voice .voice-list > li .comment-area p.comment,
body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .container-voice .voice-list > li .comment-area p.comment {
  font-size: 1.4rem;
  flex-basis: auto;
  flex-shrink: 1;
}

@media screen and (max-width: 600px) {
  body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-voice .voice-list > li .comment-area p.comment,
  body#page-game-3d-support #site-wrapper #main-container #main-contents .inner .container-voice .voice-list > li .comment-area p.comment,
  body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .container-voice .voice-list > li .comment-area p.comment {
    margin-bottom: 20px;
  }
}

body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-voice .voice-list > li .comment-area .voice-image,
body#page-game-3d-support #site-wrapper #main-container #main-contents .inner .container-voice .voice-list > li .comment-area .voice-image,
body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .container-voice .voice-list > li .comment-area .voice-image {
  flex-basis: 150px;
  flex-shrink: 0;
  margin-left: 20px;
}

@media screen and (max-width: 600px) {
  body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-voice .voice-list > li .comment-area .voice-image,
  body#page-game-3d-support #site-wrapper #main-container #main-contents .inner .container-voice .voice-list > li .comment-area .voice-image,
  body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .container-voice .voice-list > li .comment-area .voice-image {
    margin-left: 0;
    width: 100%;
  }
  body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-voice .voice-list > li .comment-area .voice-image img,
  body#page-game-3d-support #site-wrapper #main-container #main-contents .inner .container-voice .voice-list > li .comment-area .voice-image img,
  body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .container-voice .voice-list > li .comment-area .voice-image img {
    margin: 0 auto;
  }
}

body#page-3d-data #site-wrapper #main-container #main-contents .container-contact,
body#page-game-3d-support #site-wrapper #main-container #main-contents .container-contact,
body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .container-contact {
  text-align: center;
  background: #d1ecee;
}

body#page-3d-data #site-wrapper #main-container #main-contents .container-contact h4,
body#page-game-3d-support #site-wrapper #main-container #main-contents .container-contact h4,
body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .container-contact h4 {
  position: relative;
  padding: 5px 34px;
  display: inline-block;
  font-size: 2.4rem;
  top: -24px;
  margin-bottom: 30px;
}

body#page-3d-data #site-wrapper #main-container #main-contents .container-contact h4:before, body#page-3d-data #site-wrapper #main-container #main-contents .container-contact h4:after,
body#page-game-3d-support #site-wrapper #main-container #main-contents .container-contact h4:before,
body#page-game-3d-support #site-wrapper #main-container #main-contents .container-contact h4:after,
body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .container-contact h4:before,
body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .container-contact h4:after {
  background-image: url("/assets/images/subtitle_head_mini.png?v707b99f9f629645845835c6de791f828");
  background-repeat: no-repeat;
  background-position: center top;
  background-color: transparent;
  background-size: auto;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

body#page-3d-data #site-wrapper #main-container #main-contents .container-contact h4:before,
body#page-game-3d-support #site-wrapper #main-container #main-contents .container-contact h4:before,
body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .container-contact h4:before {
  display: block;
  content: '';
  width: 10px;
  height: 26px;
  position: absolute;
  top: 50%;
  left: 15px;
}

body#page-3d-data #site-wrapper #main-container #main-contents .container-contact h4:after,
body#page-game-3d-support #site-wrapper #main-container #main-contents .container-contact h4:after,
body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .container-contact h4:after {
  display: block;
  content: '';
  width: 10px;
  height: 26px;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%) rotate(180deg);
  transform: translate(0, -50%) rotate(180deg);
  left: auto;
}

body#page-3d-data #site-wrapper #main-container #main-contents .container-contact > p,
body#page-game-3d-support #site-wrapper #main-container #main-contents .container-contact > p,
body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .container-contact > p {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #2f676c;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  body#page-3d-data #site-wrapper #main-container #main-contents .container-contact > p,
  body#page-game-3d-support #site-wrapper #main-container #main-contents .container-contact > p,
  body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .container-contact > p {
    padding: 0 20px;
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}

body#page-3d-data #site-wrapper #main-container #main-contents .container-contact .contact-info,
body#page-game-3d-support #site-wrapper #main-container #main-contents .container-contact .contact-info,
body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .container-contact .contact-info {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

@media screen and (max-width: 768px) {
  body#page-3d-data #site-wrapper #main-container #main-contents .container-contact .contact-info,
  body#page-game-3d-support #site-wrapper #main-container #main-contents .container-contact .contact-info,
  body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .container-contact .contact-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

body#page-3d-data #site-wrapper #main-container #main-contents .container-contact .contact-info .tel,
body#page-game-3d-support #site-wrapper #main-container #main-contents .container-contact .contact-info .tel,
body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .container-contact .contact-info .tel {
  font-size: 4.2rem;
  font-family: 'Hind', sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 38px;
}

body#page-3d-data #site-wrapper #main-container #main-contents .container-contact .contact-info .tel a,
body#page-game-3d-support #site-wrapper #main-container #main-contents .container-contact .contact-info .tel a,
body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .container-contact .contact-info .tel a {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  body#page-3d-data #site-wrapper #main-container #main-contents .container-contact .contact-info .tel,
  body#page-game-3d-support #site-wrapper #main-container #main-contents .container-contact .contact-info .tel,
  body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .container-contact .contact-info .tel {
    margin-right: 0;
    font-size: 3.8rem;
  }
}

body#page-3d-data #site-wrapper #main-container #main-contents .container-contact .contact-info .tel .icon-telephone,
body#page-game-3d-support #site-wrapper #main-container #main-contents .container-contact .contact-info .tel .icon-telephone,
body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .container-contact .contact-info .tel .icon-telephone {
  display: inline-block;
  background: #2bb1bc;
  font-size: 2.2rem;
  width: 44px;
  height: 44px;
  border-radius: 22px;
  vertical-align: middle;
  text-align: center;
  padding: 10px;
  color: #fff;
}

body#page-3d-data #site-wrapper #main-container #main-contents .container-contact .contact-info .tel span,
body#page-game-3d-support #site-wrapper #main-container #main-contents .container-contact .contact-info .tel span,
body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .container-contact .contact-info .tel span {
  display: block;
  font-size: 1.3rem;
  text-align: right;
  position: relative;
  top: -10px;
}

body#page-3d-data #site-wrapper #main-container #main-contents .container-contact .contact-info .btns > li a,
body#page-game-3d-support #site-wrapper #main-container #main-contents .container-contact .contact-info .btns > li a,
body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .container-contact .contact-info .btns > li a {
  height: 66px;
  line-height: 66px;
  color: #fff;
  font-size: 1.8rem;
}

body#page-3d-data #site-wrapper #main-container #main-contents .container-contact .contact-info .btns > li a .icon-email,
body#page-game-3d-support #site-wrapper #main-container #main-contents .container-contact .contact-info .btns > li a .icon-email,
body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .container-contact .contact-info .btns > li a .icon-email {
  margin-right: 10px;
}

body#page-3d-data #site-footer,
body#page-game-3d-support #site-footer,
body#page-3d-scanner-rental #site-footer {
  background-color: #d1ecee;
}

body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-3d-product,
body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-3d-scan,
body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-rig-born {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: start;
  -webkit-box-pack: start;
  justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  flex-wrap: wrap;
}

body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-3d-product h3,
body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-3d-scan h3,
body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-rig-born h3 {
  margin-right: 30px;
}

body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-3d-product .lead-text,
body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-3d-scan .lead-text,
body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-rig-born .lead-text {
  flex-basis: 682px;
  font-size: 1.7rem;
  margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
  body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-3d-product .lead-text,
  body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-3d-scan .lead-text,
  body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-rig-born .lead-text {
    margin-bottom: 40px;
  }
}

body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-3d-product .software,
body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-3d-scan .software,
body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-rig-born .software {
  text-align: center;
  border: 2px solid #e5e5e5;
  border-radius: 12px;
  flex-basis: 100%;
  margin-top: 56px;
  margin-bottom: 70px;
  padding: 0 0 35px;
}

@media screen and (max-width: 768px) {
  body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-3d-product .software,
  body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-3d-scan .software,
  body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-rig-born .software {
    margin-top: 40px;
  }
}

body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-3d-product .software h5,
body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-3d-scan .software h5,
body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-rig-born .software h5 {
  position: relative;
  background: #fff;
  padding: 5px 34px;
  display: inline-block;
  font-size: 1.8rem;
  top: -20px;
}

@media screen and (max-width: 768px) {
  body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-3d-product .software h5,
  body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-3d-scan .software h5,
  body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-rig-born .software h5 {
    font-size: 1.6rem;
  }
}

body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-3d-product .software h5:before, body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-3d-product .software h5:after,
body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-3d-scan .software h5:before,
body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-3d-scan .software h5:after,
body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-rig-born .software h5:before,
body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-rig-born .software h5:after {
  background-image: url("/assets/images/subtitle_head_mini.png?v707b99f9f629645845835c6de791f828");
  background-repeat: no-repeat;
  background-position: center top;
  background-color: transparent;
  background-size: auto;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-3d-product .software h5:before,
body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-3d-scan .software h5:before,
body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-rig-born .software h5:before {
  display: block;
  content: '';
  width: 10px;
  height: 26px;
  position: absolute;
  top: 50%;
  left: 15px;
}

body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-3d-product .software h5:after,
body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-3d-scan .software h5:after,
body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-rig-born .software h5:after {
  display: block;
  content: '';
  width: 10px;
  height: 26px;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%) rotate(180deg);
  transform: translate(0, -50%) rotate(180deg);
}

body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-3d-product .software .software-list,
body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-3d-scan .software .software-list,
body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-rig-born .software .software-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

@media screen and (max-width: 768px) {
  body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-3d-product .software .software-list,
  body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-3d-scan .software .software-list,
  body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-rig-born .software .software-list {
    flex-wrap: wrap;
  }
}

body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-3d-product .software .software-list > li,
body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-3d-scan .software .software-list > li,
body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-rig-born .software .software-list > li {
  margin-right: 36px;
}

body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-3d-product .software .software-list > li:last-child,
body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-3d-scan .software .software-list > li:last-child,
body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-rig-born .software .software-list > li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-3d-product .software .software-list > li,
  body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-3d-scan .software .software-list > li,
  body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-rig-born .software .software-list > li {
    margin: 0 18px;
  }
  body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-3d-product .software .software-list > li:last-child,
  body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-3d-scan .software .software-list > li:last-child,
  body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-rig-born .software .software-list > li:last-child {
    margin: 0 18px;
  }
}

body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-3d-product .block-3d-1 {
  margin-bottom: 70px;
}

body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-3d-product .lead-text {
  margin-bottom: 65px;
}

@media screen and (max-width: 768px) {
  body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-3d-product .lead-text {
    margin-bottom: 30px;
  }
}

body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-3d-product .block {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

@media screen and (max-width: 768px) {
  body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-3d-product .block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-3d-product .block .block-text {
  flex-basis: 476px;
}

@media screen and (max-width: 768px) {
  body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-3d-product .block .block-text {
    flex-basis: auto;
    margin-bottom: 20px;
    width: 100%;
  }
}

body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-3d-product .block .block-text p {
  font-size: 1.6rem;
  margin-bottom: 1.5em;
}

body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-3d-product .block .block-text p:last-child {
  margin-bottom: 0;
}

body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-3d-product .block .block-image {
  flex-basis: 476px;
}

body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-3d-product .block .block-image figure {
  width: 100%;
  height: 0%;
  padding-top: 56.25%;
  position: relative;
}

body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-3d-product .block .block-image figure iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-3d-product .block .block-image {
    flex-basis: auto;
    width: 100%;
  }
  body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-3d-product .block .block-image img {
    width: 100%;
  }
}

body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-3d-scan .lead-text {
  margin-bottom: 65px;
}

@media screen and (max-width: 768px) {
  body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-3d-scan .lead-text {
    margin-bottom: 30px;
  }
}

body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-3d-scan .block {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

@media screen and (max-width: 768px) {
  body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-3d-scan .block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-3d-scan .block .block-text {
  flex-basis: 476px;
}

@media screen and (max-width: 768px) {
  body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-3d-scan .block .block-text {
    flex-basis: auto;
    margin-bottom: 20px;
    width: 100%;
  }
}

body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-3d-scan .block .block-text p {
  font-size: 1.6rem;
  margin-bottom: 1.5em;
}

body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-3d-scan .block .block-text p:last-child {
  margin-bottom: 0;
}

body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-3d-scan .block .block-image {
  flex-basis: 476px;
}

@media screen and (max-width: 768px) {
  body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-3d-scan .block .block-image {
    flex-basis: auto;
    width: 100%;
  }
  body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-3d-scan .block .block-image img {
    width: 100%;
  }
}

body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-3d-scan .block-3d-model {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-3d-scan .block-3d-model {
    margin-bottom: 40px;
  }
}

body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-3d-scan .block-photogrametory {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
  margin-bottom: 94px;
}

@media screen and (max-width: 768px) {
  body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-3d-scan .block-photogrametory {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-bottom: 40px;
  }
}

body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-3d-scan .block-photogrametory .block-image {
  flex-basis: 476px;
}

@media screen and (max-width: 768px) {
  body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-3d-scan .block-photogrametory .block-image {
    flex-basis: auto;
    width: 100%;
  }
}

body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-3d-scan .block-photogrametory .block-image figure {
  width: 100%;
  height: 0;
  padding-top: 75%;
  position: relative;
}

body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-3d-scan .block-photogrametory .block-image figure iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-rig-born .lead-text {
  flex-basis: 670px;
  margin-bottom: 74px;
}

@media screen and (max-width: 768px) {
  body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-rig-born .lead-text {
    margin-bottom: 30px;
  }
}

body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-rig-born .lead-text h5 {
  font-size: 2rem;
  margin-bottom: 10px;
}

body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-rig-born .block {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

@media screen and (max-width: 768px) {
  body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-rig-born .block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-rig-born .block .block-text {
  flex-basis: 476px;
}

@media screen and (max-width: 768px) {
  body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-rig-born .block .block-text {
    flex-basis: auto;
    margin-bottom: 20px;
  }
}

body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-rig-born .block .block-text p {
  font-size: 1.6rem;
  margin-bottom: 1.5em;
}

body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-rig-born .block .block-text p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-rig-born .block-rig .block-text,
  body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-rig-born .block-unity .block-text {
    flex-basis: auto;
    width: 100%;
  }
}

body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-rig-born .block-rig .block-image,
body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-rig-born .block-unity .block-image {
  flex-basis: 476px;
}

@media screen and (max-width: 768px) {
  body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-rig-born .block-rig .block-image,
  body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-rig-born .block-unity .block-image {
    flex-basis: auto;
    width: 100%;
  }
}

body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-rig-born .block-rig .block-image figure,
body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-rig-born .block-unity .block-image figure {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
}

body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-rig-born .block-rig .block-image figure video,
body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-rig-born .block-unity .block-image figure video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-rig-born .block-rig {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-rig-born .block-rig {
    margin-bottom: 40px;
  }
}

body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-rig-born .block-rig .block-image figure {
  padding-top: 56.25%;
}

body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-rig-born .block-rig .block-image img {
  margin-bottom: 20px;
}

body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-rig-born .block-unity {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
  margin-bottom: 90px;
}

@media screen and (max-width: 768px) {
  body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-rig-born .block-unity {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  body#page-3d-data #site-wrapper #main-container #main-contents .inner .container-voice {
    margin-bottom: 40px;
  }
}

body#page-game-3d-support #site-wrapper #main-container #main-contents .inner .container-1 {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: start;
  -webkit-box-pack: start;
  justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  flex-wrap: wrap;
}

body#page-game-3d-support #site-wrapper #main-container #main-contents .inner .container-1 h3 {
  margin-right: 30px;
}

body#page-game-3d-support #site-wrapper #main-container #main-contents .inner .container-1 .lead-text {
  flex-basis: 682px;
  font-size: 1.7rem;
}

body#page-game-3d-support #site-wrapper #main-container #main-contents .inner .container-2 .block {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  body#page-game-3d-support #site-wrapper #main-container #main-contents .inner .container-2 .block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-bottom: 40px;
  }
}

body#page-game-3d-support #site-wrapper #main-container #main-contents .inner .container-2 .block .block-text {
  flex-basis: 476px;
}

@media screen and (max-width: 768px) {
  body#page-game-3d-support #site-wrapper #main-container #main-contents .inner .container-2 .block .block-text {
    flex-basis: auto;
    width: 100%;
    margin-bottom: 20px;
  }
}

body#page-game-3d-support #site-wrapper #main-container #main-contents .inner .container-2 .block .block-text p {
  font-size: 1.6rem;
  margin-bottom: 1.5em;
}

body#page-game-3d-support #site-wrapper #main-container #main-contents .inner .container-2 .block .block-text p:last-child {
  margin-bottom: 0;
}

body#page-game-3d-support #site-wrapper #main-container #main-contents .inner .container-2 .block .block-image {
  flex-basis: 476px;
}

@media screen and (max-width: 768px) {
  body#page-game-3d-support #site-wrapper #main-container #main-contents .inner .container-2 .block .block-image {
    flex-basis: auto;
    width: 100%;
    min-height: 0%;
  }
}

body#page-game-3d-support #site-wrapper #main-container #main-contents .inner .container-2 .block .block-image figure {
  width: 100%;
  height: 0;
  padding-top: 75%;
  position: relative;
}

body#page-game-3d-support #site-wrapper #main-container #main-contents .inner .container-2 .block .block-image figure iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body#page-game-3d-support #site-wrapper #main-container #main-contents .inner .container-2 .block-2,
body#page-game-3d-support #site-wrapper #main-container #main-contents .inner .container-2 .block-4 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  body#page-game-3d-support #site-wrapper #main-container #main-contents .inner .container-2 .block-2,
  body#page-game-3d-support #site-wrapper #main-container #main-contents .inner .container-2 .block-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .container-1 {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: start;
  -webkit-box-pack: start;
  justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  flex-wrap: wrap;
}

body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .container-1 h3 {
  margin-right: 30px;
}

body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .container-1 .lead-text {
  flex-basis: 682px;
  font-size: 1.7rem;
}

body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .container-2 .block {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .container-2 .block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-bottom: 40px;
  }
}

body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .container-2 .block .block-text {
  flex-basis: 476px;
}

@media screen and (max-width: 767px) {
  body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .container-2 .block .block-text {
    flex-basis: auto;
    width: 100%;
    margin-bottom: 20px;
    min-height: 0%;
  }
}

body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .container-2 .block .block-text p {
  font-size: 1.6rem;
  margin-bottom: 1.5em;
}

body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .container-2 .block .block-text p:last-child {
  margin-bottom: 0;
}

body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .container-2 .block .block-image {
  flex-basis: 476px;
}

@media screen and (max-width: 767px) {
  body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .container-2 .block .block-image {
    flex-basis: auto;
    width: 100%;
    min-height: 0%;
  }
}

body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .container-2 .block .block-image figure {
  width: 100%;
  height: 0;
  padding-top: 75%;
  position: relative;
}

body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .container-2 .block .block-image figure iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .container-2 .block-2 {
  flex-wrap: wrap;
  -webkit-box-align: start;
  align-items: start;
}

body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .container-2 .block-2 h3 {
  flex-basis: auto;
  margin-bottom: 30px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .container-2 .block-2 .block-text {
    width: 100%;
    flex-basis: 100%;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .container-2 .block-2 .block-text {
    flex-basis: auto;
  }
}

body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .container-2 .block-2 .block-text ul > li {
  border-bottom: 1px dotted #c3c3c3;
  padding: 6px 10px;
}

body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .container-2 .block-2 .block-text ul > li dl {
  font-size: 1.4rem;
}

body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .container-2 .block-2 .block-text ul > li dl dt {
  float: left;
  clear: left;
  width: 200px;
}

@media screen and (max-width: 480px) {
  body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .container-2 .block-2 .block-text ul > li dl dt {
    float: none;
    width: 100%;
    background: #efefef;
    margin-bottom: 6px;
  }
}

body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .container-2 .block-2 .block-text ul > li dl dd {
  padding-left: 200px;
}

@media screen and (max-width: 480px) {
  body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .container-2 .block-2 .block-text ul > li dl dd {
    padding-left: 0;
  }
}

body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .container-2 .block-2 .block-text ul > li dl dd sup {
  font-size: 1rem;
}

body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .container-2 .block-3 {
  width: 100%;
  flex-basis: auto;
  min-height: 0%;
}

body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .container-2 .block-3 .block-full {
  flex-basis: auto;
  width: 100%;
  min-height: 0%;
}

body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .container-2 .block-3 .block-full h4 {
  margin-bottom: 30px;
}

body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .container-2 .block-3 .block-full .situations {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: start;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  width: 100%;
}

@media screen and (max-width: 767px) {
  body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .container-2 .block-3 .block-full .situations {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .container-2 .block-3 .block-full .situations .situation {
  flex-basis: 33.33%;
}

@media screen and (max-width: 767px) {
  body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .container-2 .block-3 .block-full .situations .situation {
    flex-basis: auto;
    width: 100%;
    min-height: 0%;
  }
}

body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .container-2 .block-3 .block-full .situations .situation .situation-inner {
  padding: 10px;
}

body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .container-2 .block-3 .block-full .situations .situation .situation-inner .situation-image {
  margin-bottom: 6px;
  border-radius: 12px;
  overflow: hidden;
}

body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .container-2 .block-3 .block-full .situations .situation .situation-inner h5 {
  font-size: 1.7rem;
  margin-bottom: 10px;
}

body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .container-2 .block-3 .block-full .situations .situation .situation-inner p {
  margin-bottom: 0.8em;
}

body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .container-2 .block-3 .block-full .situations .situation .situation-inner p:last-child {
  margin-bottom: 0;
}

body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .container-2 .block-4 {
  width: 100%;
  flex-basis: auto;
  min-height: 0%;
}

body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .container-2 .block-4 .block-full {
  flex-basis: auto;
  width: 100%;
}

body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .container-2 .block-4 .block-full h3 {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .container-2 .block-4 .block-full h3 {
    width: 100%;
  }
}

body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .container-2 .block-4 .block-full table {
  border-collopse: collapse;
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .container-2 .block-4 .block-full table {
    width: 100%;
  }
}

body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .container-2 .block-4 .block-full table tr th,
body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .container-2 .block-4 .block-full table tr td {
  border: 1px solid #c3c3c3;
  padding: 10px;
}

body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .container-2 .block-4 .block-full table thead tr th {
  background: #efefef;
}

body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .container-2 .block-4 .block-full table tbody tr td {
  text-align: center;
}

body#page-3d-scanner-rental #site-wrapper #main-container #main-contents .inner .container-2 .block-4 .block-full table tbody tr th {
  font-size: 2rem;
  font-weight: bold;
}

body#page-news-index #site-wrapper #main-container #main-contents .inner,
body#page-column-index #site-wrapper #main-container #main-contents .inner {
  padding: 0 30px;
}

body#page-news-index #site-wrapper #main-container #main-contents .inner .post-list,
body#page-column-index #site-wrapper #main-container #main-contents .inner .post-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: start;
  -webkit-box-pack: start;
  justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  body#page-news-index #site-wrapper #main-container #main-contents .inner .post-list,
  body#page-column-index #site-wrapper #main-container #main-contents .inner .post-list {
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 700px) {
  body#page-news-index #site-wrapper #main-container #main-contents .inner .post-list,
  body#page-column-index #site-wrapper #main-container #main-contents .inner .post-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

body#page-news-index #site-wrapper #main-container #main-contents .inner .post-list > li,
body#page-column-index #site-wrapper #main-container #main-contents .inner .post-list > li {
  background: #f8f8f8;
  flex-basis: 310px;
  margin-bottom: 35px;
  margin-right: 35px;
}

body#page-news-index #site-wrapper #main-container #main-contents .inner .post-list > li:nth-child(3n),
body#page-column-index #site-wrapper #main-container #main-contents .inner .post-list > li:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  body#page-news-index #site-wrapper #main-container #main-contents .inner .post-list > li,
  body#page-column-index #site-wrapper #main-container #main-contents .inner .post-list > li {
    margin-right: auto;
  }
  body#page-news-index #site-wrapper #main-container #main-contents .inner .post-list > li:nth-child(3n),
  body#page-column-index #site-wrapper #main-container #main-contents .inner .post-list > li:nth-child(3n) {
    margin-right: auto;
  }
  body#page-news-index #site-wrapper #main-container #main-contents .inner .post-list > li:nth-child(2n),
  body#page-column-index #site-wrapper #main-container #main-contents .inner .post-list > li:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 700px) {
  body#page-news-index #site-wrapper #main-container #main-contents .inner .post-list > li,
  body#page-column-index #site-wrapper #main-container #main-contents .inner .post-list > li {
    flex-basis: auto;
    margin-left: auto;
    min-height: 0%;
  }
  body#page-news-index #site-wrapper #main-container #main-contents .inner .post-list > li:nth-child(2n),
  body#page-column-index #site-wrapper #main-container #main-contents .inner .post-list > li:nth-child(2n) {
    margin-right: auto;
  }
}

body#page-news-index #site-wrapper #main-container #main-contents .inner .post-list > li a,
body#page-column-index #site-wrapper #main-container #main-contents .inner .post-list > li a {
  display: block;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

body#page-news-index #site-wrapper #main-container #main-contents .inner .post-list > li a.hover,
body#page-column-index #site-wrapper #main-container #main-contents .inner .post-list > li a.hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  body#page-news-index #site-wrapper #main-container #main-contents .inner .post-list > li a,
  body#page-column-index #site-wrapper #main-container #main-contents .inner .post-list > li a {
    margin: 0 auto;
  }
}

body#page-news-index #site-wrapper #main-container #main-contents .inner .post-list > li a .date,
body#page-column-index #site-wrapper #main-container #main-contents .inner .post-list > li a .date {
  padding: 20px 26px 15px;
  font-size: 1.8rem;
}

body#page-news-index #site-wrapper #main-container #main-contents .inner .post-list > li a .date .post-time,
body#page-column-index #site-wrapper #main-container #main-contents .inner .post-list > li a .date .post-time {
  font-family: 'Hind', sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body#page-news-index #site-wrapper #main-container #main-contents .inner .post-list > li a .date .category-list,
body#page-column-index #site-wrapper #main-container #main-contents .inner .post-list > li a .date .category-list {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

body#page-news-index #site-wrapper #main-container #main-contents .inner .post-list > li a .date .category-list > li,
body#page-column-index #site-wrapper #main-container #main-contents .inner .post-list > li a .date .category-list > li {
  display: inline-block;
  margin: 0 2px;
  padding: 4px 8px;
  background: #f6b42a;
  border-radius: 4px;
  text-decoration: none;
  color: #fff;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  body#page-news-index #site-wrapper #main-container #main-contents .inner .post-list > li a .date,
  body#page-column-index #site-wrapper #main-container #main-contents .inner .post-list > li a .date {
    font-size: 1.5rem;
  }
}

body#page-news-index #site-wrapper #main-container #main-contents .inner .post-list > li a h4,
body#page-column-index #site-wrapper #main-container #main-contents .inner .post-list > li a h4 {
  padding: 0 26px 25px;
  font-size: 1.5rem;
}

body#page-news-index #site-wrapper #main-container #main-contents .inner .btns,
body#page-column-index #site-wrapper #main-container #main-contents .inner .btns {
  text-align: center;
}

body#page-news-index #site-wrapper #main-container #main-contents .inner .btns.hide,
body#page-column-index #site-wrapper #main-container #main-contents .inner .btns.hide {
  display: none;
}

body#page-news-index #site-wrapper #main-container #main-contents .inner .btns > li,
body#page-column-index #site-wrapper #main-container #main-contents .inner .btns > li {
  text-align: center;
}

body#page-news-index #site-wrapper #main-container #main-contents .inner .btns > li a,
body#page-column-index #site-wrapper #main-container #main-contents .inner .btns > li a {
  padding: 13px 60px;
  color: #fff;
  line-height: 1;
  font-size: 1.6rem;
}

body#page-news-index #site-wrapper #main-container #main-contents .inner .btns > li a span,
body#page-column-index #site-wrapper #main-container #main-contents .inner .btns > li a span {
  display: inline-block;
  font-size: 2rem;
  margin-left: 5px;
}

body#page-news-single #site-wrapper,
body#page-column-single #site-wrapper {
  background: #fff;
}

body#page-news-single #site-wrapper #main-container #main-contents .inner,
body#page-column-single #site-wrapper #main-container #main-contents .inner {
  padding: 0 30px;
}

body#page-news-single #site-wrapper #main-container #main-contents .inner .post-single,
body#page-column-single #site-wrapper #main-container #main-contents .inner .post-single {
  width: 100%;
  max-width: 740px;
  margin: 0 auto 120px;
}

body#page-news-single #site-wrapper #main-container #main-contents .inner .post-single .post-image,
body#page-column-single #site-wrapper #main-container #main-contents .inner .post-single .post-image {
  margin-bottom: 30px;
}

body#page-news-single #site-wrapper #main-container #main-contents .inner .post-single .post-header,
body#page-column-single #site-wrapper #main-container #main-contents .inner .post-single .post-header {
  margin-bottom: 30px;
}

body#page-news-single #site-wrapper #main-container #main-contents .inner .post-single .post-header .date,
body#page-column-single #site-wrapper #main-container #main-contents .inner .post-single .post-header .date {
  padding: 20px 0 15px;
  font-size: 1.8rem;
}

body#page-news-single #site-wrapper #main-container #main-contents .inner .post-single .post-header .date .post-time,
body#page-column-single #site-wrapper #main-container #main-contents .inner .post-single .post-header .date .post-time {
  font-family: 'Hind', sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body#page-news-single #site-wrapper #main-container #main-contents .inner .post-single .post-header .date .category-list,
body#page-column-single #site-wrapper #main-container #main-contents .inner .post-single .post-header .date .category-list {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

body#page-news-single #site-wrapper #main-container #main-contents .inner .post-single .post-header .date .category-list > li,
body#page-column-single #site-wrapper #main-container #main-contents .inner .post-single .post-header .date .category-list > li {
  display: inline-block;
  margin: 0 2px;
  padding: 4px 8px;
  background: #f6b42a;
  border-radius: 4px;
  text-decoration: none;
  color: #fff;
  font-size: 1.2rem;
}

body#page-news-single #site-wrapper #main-container #main-contents .inner .post-single .post-header h1,
body#page-column-single #site-wrapper #main-container #main-contents .inner .post-single .post-header h1 {
  font-size: 2.6rem;
  padding-left: 15px;
  position: relative;
}

body#page-news-single #site-wrapper #main-container #main-contents .inner .post-single .post-header h1:before,
body#page-column-single #site-wrapper #main-container #main-contents .inner .post-single .post-header h1:before {
  display: block;
  content: '';
  width: 6px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #2bb1bc;
  border-radius: 3px;
}

body#page-news-single #site-wrapper #main-container #main-contents .inner .post-single .post-body,
body#page-column-single #site-wrapper #main-container #main-contents .inner .post-single .post-body {
  margin-bottom: 60px;
  position: relative;
}

body#page-news-single #site-wrapper #main-container #main-contents .inner .post-single .post-body:before, body#page-news-single #site-wrapper #main-container #main-contents .inner .post-single .post-body:after,
body#page-column-single #site-wrapper #main-container #main-contents .inner .post-single .post-body:before,
body#page-column-single #site-wrapper #main-container #main-contents .inner .post-single .post-body:after {
  display: table;
  content: '';
}

body#page-news-single #site-wrapper #main-container #main-contents .inner .post-single .post-body p,
body#page-column-single #site-wrapper #main-container #main-contents .inner .post-single .post-body p {
  margin-bottom: 1.5em;
}

body#page-news-single #site-wrapper #main-container #main-contents .inner .post-single .post-body strong,
body#page-column-single #site-wrapper #main-container #main-contents .inner .post-single .post-body strong {
  font-weight: bold;
}

body#page-news-single #site-wrapper #main-container #main-contents .inner .post-single .post-body img,
body#page-column-single #site-wrapper #main-container #main-contents .inner .post-single .post-body img {
  display: inline-block;
  vertical-align: bottom;
}

body#page-news-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .sketchfab,
body#page-column-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .sketchfab {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  max-width: 740px;
  margin: 0 auto 1.5em;
}

body#page-news-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .sketchfab iframe,
body#page-column-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .sketchfab iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body#page-news-single #site-wrapper #main-container #main-contents .inner .post-single .post-body blockquote,
body#page-column-single #site-wrapper #main-container #main-contents .inner .post-single .post-body blockquote {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 1.5em;
}

body#page-news-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .table-list,
body#page-column-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .table-list {
  width: 100%;
  max-width: 740px;
  margin: 0 auto 1.5em;
}

@media screen and (max-width: 680px) {
  body#page-news-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .table-list,
  body#page-column-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .table-list {
    width: 100%;
  }
}

body#page-news-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .table-list > li,
body#page-column-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .table-list > li {
  margin-bottom: 5px;
}

body#page-news-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .table-list > li dl,
body#page-column-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .table-list > li dl {
  width: 100%;
  display: table;
}

@media screen and (max-width: 480px) {
  body#page-news-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .table-list > li dl,
  body#page-column-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .table-list > li dl {
    display: block;
    width: 100%;
  }
}

body#page-news-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .table-list > li dl dt,
body#page-column-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .table-list > li dl dt {
  display: table-cell;
  background: #2bb1bc;
  padding: 4px 10px 4px 16px;
  color: #fff;
  width: 150px;
}

@media screen and (max-width: 680px) {
  body#page-news-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .table-list > li dl dt,
  body#page-column-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .table-list > li dl dt {
    width: 120px;
  }
}

@media screen and (max-width: 480px) {
  body#page-news-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .table-list > li dl dt,
  body#page-column-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .table-list > li dl dt {
    display: block;
    width: 100%;
  }
}

body#page-news-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .table-list > li dl dd,
body#page-column-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .table-list > li dl dd {
  display: table-cell;
  background: #f8f8f8;
  padding: 4px 10px 4px 16px;
  width: 450px;
}

@media screen and (max-width: 680px) {
  body#page-news-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .table-list > li dl dd,
  body#page-column-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .table-list > li dl dd {
    width: calc(100% - 150px);
  }
}

@media screen and (max-width: 480px) {
  body#page-news-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .table-list > li dl dd,
  body#page-column-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .table-list > li dl dd {
    display: block;
    width: 100%;
  }
}

body#page-news-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .aligncenter,
body#page-column-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .aligncenter {
  display: block;
  margin: 0 auto 20px;
}

@media screen and (max-width: 600px) {
  body#page-news-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .aligncenter,
  body#page-column-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .aligncenter {
    margin: 0 auto 14px;
  }
}

body#page-news-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .alignleft,
body#page-column-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .alignleft {
  float: left;
  clear: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 600px) {
  body#page-news-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .alignleft,
  body#page-column-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .alignleft {
    float: none;
    margin: 0 auto 14px;
  }
}

body#page-news-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .alignright,
body#page-column-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .alignright {
  float: right;
  clear: right;
  margin-left: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 600px) {
  body#page-news-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .alignright,
  body#page-column-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .alignright {
    float: none;
    margin: 0 auto 14px;
  }
}

body#page-news-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .wp-block-columns .wp-block-column,
body#page-column-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .wp-block-columns .wp-block-column {
  margin: 0 10px;
}

body#page-news-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .wp-block-columns .wp-block-column:first-child,
body#page-column-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .wp-block-columns .wp-block-column:first-child {
  margin-left: 0;
}

body#page-news-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .wp-block-columns .wp-block-column:last-child,
body#page-column-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .wp-block-columns .wp-block-column:last-child {
  margin-right: 0;
}

@media screen and (min-width: 600px) {
  body#page-news-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .wp-block-columns,
  body#page-column-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .wp-block-columns {
    flex-wrap: nowrap;
  }
  body#page-news-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .wp-block-columns .wp-block-column:nth-child(odd),
  body#page-column-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .wp-block-columns .wp-block-column:nth-child(odd) {
    margin-right: 10px;
  }
  body#page-news-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .wp-block-columns .wp-block-column:nth-child(even),
  body#page-column-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .wp-block-columns .wp-block-column:nth-child(even) {
    margin-left: 10px;
  }
  body#page-news-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .wp-block-columns .wp-block-column:last-child,
  body#page-column-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .wp-block-columns .wp-block-column:last-child {
    margin-right: 10px;
  }
}

body#page-news-single #site-wrapper #main-container #main-contents .inner .post-single .post-body h1, body#page-news-single #site-wrapper #main-container #main-contents .inner .post-single .post-body h4,
body#page-column-single #site-wrapper #main-container #main-contents .inner .post-single .post-body h1,
body#page-column-single #site-wrapper #main-container #main-contents .inner .post-single .post-body h4 {
  background-image: url("/assets/images/service_sutitle_bg.png?vae2ef2109a859912e787db5f6f74273b");
  background-repeat: no-repeat;
  background-position: right center;
  background-color: #2bb1bc;
  background-size: auto;
  font-size: 2.2rem;
  height: 56px;
  line-height: 56px;
  padding: 0 65px 0 20px;
  color: #fff;
  margin-bottom: 2em;
}

body#page-news-single #site-wrapper #main-container #main-contents .inner .post-single .post-body h2, body#page-news-single #site-wrapper #main-container #main-contents .inner .post-single .post-body h5,
body#page-column-single #site-wrapper #main-container #main-contents .inner .post-single .post-body h2,
body#page-column-single #site-wrapper #main-container #main-contents .inner .post-single .post-body h5 {
  font-size: 2rem;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 2em;
}

body#page-news-single #site-wrapper #main-container #main-contents .inner .post-single .post-body h2:after, body#page-news-single #site-wrapper #main-container #main-contents .inner .post-single .post-body h5:after,
body#page-column-single #site-wrapper #main-container #main-contents .inner .post-single .post-body h2:after,
body#page-column-single #site-wrapper #main-container #main-contents .inner .post-single .post-body h5:after {
  display: block;
  content: '';
  width: 64px;
  height: 7px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #2bb1bc;
  border-radius: 4px;
}

body#page-news-single #site-wrapper #main-container #main-contents .inner .post-single .post-body h3, body#page-news-single #site-wrapper #main-container #main-contents .inner .post-single .post-body h6,
body#page-column-single #site-wrapper #main-container #main-contents .inner .post-single .post-body h3,
body#page-column-single #site-wrapper #main-container #main-contents .inner .post-single .post-body h6 {
  font-size: 1.8rem;
  padding-bottom: 6px;
  border-bottom: 2px dotted #2bb1bc;
  margin-bottom: 1.5em;
}

body#page-news-single #site-wrapper #main-container #main-contents .inner .post-single .share-list,
body#page-column-single #site-wrapper #main-container #main-contents .inner .post-single .share-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: start;
  -webkit-box-pack: start;
  justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  width: 100%;
  margin-bottom: 30px;
}

body#page-news-single #site-wrapper #main-container #main-contents .inner .post-single .share-list > li,
body#page-column-single #site-wrapper #main-container #main-contents .inner .post-single .share-list > li {
  margin: 0 5px 0 0;
}

body#page-news-single #site-wrapper #main-container #main-contents .inner .post-single .share-list > li .fb_iframe_widget > span,
body#page-column-single #site-wrapper #main-container #main-contents .inner .post-single .share-list > li .fb_iframe_widget > span {
  vertical-align: baseline !important;
}

body#page-news-single #site-wrapper #main-container #main-contents .inner .post-single .page-navi,
body#page-column-single #site-wrapper #main-container #main-contents .inner .post-single .page-navi {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: start;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

body#page-news-single #site-wrapper #main-container #main-contents .inner .post-single .page-navi > li,
body#page-column-single #site-wrapper #main-container #main-contents .inner .post-single .page-navi > li {
  flex-basis: 50%;
}

body#page-news-single #site-wrapper #main-container #main-contents .inner .post-single .page-navi > li a,
body#page-column-single #site-wrapper #main-container #main-contents .inner .post-single .page-navi > li a {
  font-family: 'Hind', sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body#page-news-single #site-wrapper #main-container #main-contents .inner .post-single .page-navi > li a .icon-arrow,
body#page-column-single #site-wrapper #main-container #main-contents .inner .post-single .page-navi > li a .icon-arrow {
  display: inline-block;
  font-size: 1.2rem;
  color: #2bb1bc;
}

body#page-news-single #site-wrapper #main-container #main-contents .inner .post-single .page-navi > li.prev a .icon-arrow,
body#page-column-single #site-wrapper #main-container #main-contents .inner .post-single .page-navi > li.prev a .icon-arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-right: 5px;
}

body#page-news-single #site-wrapper #main-container #main-contents .inner .post-single .page-navi > li.next,
body#page-column-single #site-wrapper #main-container #main-contents .inner .post-single .page-navi > li.next {
  text-align: right;
}

body#page-news-single #site-wrapper #main-container #main-contents .inner .post-single .page-navi > li.next a .icon-arrow,
body#page-column-single #site-wrapper #main-container #main-contents .inner .post-single .page-navi > li.next a .icon-arrow {
  margin-left: 5px;
}

body#page-news-single #site-wrapper #main-container #main-contents .inner .post-single .link-to-news-index,
body#page-column-single #site-wrapper #main-container #main-contents .inner .post-single .link-to-news-index {
  display: none;
}

@media screen and (max-width: 479px) {
  body#page-news-single #site-wrapper #main-container #main-contents .inner .post-single .link-to-news-index,
  body#page-column-single #site-wrapper #main-container #main-contents .inner .post-single .link-to-news-index {
    display: block;
    padding-top: 15px;
  }
  body#page-news-single #site-wrapper #main-container #main-contents .inner .post-single .link-to-news-index .icon-arrow,
  body#page-column-single #site-wrapper #main-container #main-contents .inner .post-single .link-to-news-index .icon-arrow {
    display: inline-block;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-right: 5px;
    color: #2bb1bc;
    font-size: 1.2rem;
  }
  body#page-news-single #site-wrapper #main-container #main-contents .inner .post-single .link-to-news-index a,
  body#page-column-single #site-wrapper #main-container #main-contents .inner .post-single .link-to-news-index a {
    font-size: 1.5rem;
    font-weight: bold;
  }
}

body#page-news-single #site-wrapper #main-container #main-contents .inner .latest-news,
body#page-column-single #site-wrapper #main-container #main-contents .inner .latest-news {
  width: 100%;
  max-width: 740px;
  margin: 0 auto;
}

body#page-news-single #site-wrapper #main-container #main-contents .inner .latest-news .list-header,
body#page-column-single #site-wrapper #main-container #main-contents .inner .latest-news .list-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  margin-bottom: 25px;
}

body#page-news-single #site-wrapper #main-container #main-contents .inner .latest-news .list-header h4,
body#page-news-single #site-wrapper #main-container #main-contents .inner .latest-news .list-header .link-to-news-index,
body#page-column-single #site-wrapper #main-container #main-contents .inner .latest-news .list-header h4,
body#page-column-single #site-wrapper #main-container #main-contents .inner .latest-news .list-header .link-to-news-index {
  flex-basis: 50%;
}

body#page-news-single #site-wrapper #main-container #main-contents .inner .latest-news .list-header h4,
body#page-column-single #site-wrapper #main-container #main-contents .inner .latest-news .list-header h4 {
  position: relative;
  padding: 0 16px;
  font-size: 2rem;
}

body#page-news-single #site-wrapper #main-container #main-contents .inner .latest-news .list-header h4:before,
body#page-column-single #site-wrapper #main-container #main-contents .inner .latest-news .list-header h4:before {
  display: block;
  content: '';
  width: 6px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #2bb1bc;
  border-radius: 3px;
}

body#page-news-single #site-wrapper #main-container #main-contents .inner .latest-news .list-header .link-to-news-index,
body#page-column-single #site-wrapper #main-container #main-contents .inner .latest-news .list-header .link-to-news-index {
  text-align: right;
  font-size: 1.4rem;
  font-weight: bold;
}

body#page-news-single #site-wrapper #main-container #main-contents .inner .latest-news .list-header .link-to-news-index .icon-arrow,
body#page-column-single #site-wrapper #main-container #main-contents .inner .latest-news .list-header .link-to-news-index .icon-arrow {
  font-size: 1.2rem;
  color: #2bb1bc;
  display: inline-block;
  margin-right: 5px;
}

@media screen and (max-width: 479px) {
  body#page-news-single #site-wrapper #main-container #main-contents .inner .latest-news .list-header,
  body#page-column-single #site-wrapper #main-container #main-contents .inner .latest-news .list-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: start;
    justify-content: start;
    -webkit-box-align: start;
    align-items: start;
  }
  body#page-news-single #site-wrapper #main-container #main-contents .inner .latest-news .list-header h4,
  body#page-news-single #site-wrapper #main-container #main-contents .inner .latest-news .list-header .link-to-news-index,
  body#page-column-single #site-wrapper #main-container #main-contents .inner .latest-news .list-header h4,
  body#page-column-single #site-wrapper #main-container #main-contents .inner .latest-news .list-header .link-to-news-index {
    flex-basis: auto;
  }
  body#page-news-single #site-wrapper #main-container #main-contents .inner .latest-news .list-header .link-to-news-index,
  body#page-column-single #site-wrapper #main-container #main-contents .inner .latest-news .list-header .link-to-news-index {
    display: none;
  }
}

body#page-news-single #site-wrapper #main-container #main-contents .inner .latest-news .latest-news-list > li,
body#page-column-single #site-wrapper #main-container #main-contents .inner .latest-news .latest-news-list > li {
  border-bottom: 1px solid #ccc;
}

body#page-news-single #site-wrapper #main-container #main-contents .inner .latest-news .latest-news-list > li:last-child,
body#page-column-single #site-wrapper #main-container #main-contents .inner .latest-news .latest-news-list > li:last-child {
  border-bottom: 0;
}

body#page-news-single #site-wrapper #main-container #main-contents .inner .latest-news .latest-news-list > li a,
body#page-column-single #site-wrapper #main-container #main-contents .inner .latest-news .latest-news-list > li a {
  display: block;
  text-decoration: none;
  padding: 20px 5px;
  background: rgba(20, 170, 182, 0);
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

body#page-news-single #site-wrapper #main-container #main-contents .inner .latest-news .latest-news-list > li a.hover,
body#page-column-single #site-wrapper #main-container #main-contents .inner .latest-news .latest-news-list > li a.hover {
  background: rgba(20, 170, 182, 0.1);
}

body#page-news-single #site-wrapper #main-container #main-contents .inner .latest-news .latest-news-list > li a dl dt,
body#page-column-single #site-wrapper #main-container #main-contents .inner .latest-news .latest-news-list > li a dl dt {
  padding: 0 0 0;
  font-size: 1.8rem;
  margin-bottom: 4px;
}

body#page-news-single #site-wrapper #main-container #main-contents .inner .latest-news .latest-news-list > li a dl dt .post-time,
body#page-column-single #site-wrapper #main-container #main-contents .inner .latest-news .latest-news-list > li a dl dt .post-time {
  font-family: 'Hind', sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body#page-news-single #site-wrapper #main-container #main-contents .inner .latest-news .latest-news-list > li a dl dt .category-list,
body#page-column-single #site-wrapper #main-container #main-contents .inner .latest-news .latest-news-list > li a dl dt .category-list {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

body#page-news-single #site-wrapper #main-container #main-contents .inner .latest-news .latest-news-list > li a dl dt .category-list > li,
body#page-column-single #site-wrapper #main-container #main-contents .inner .latest-news .latest-news-list > li a dl dt .category-list > li {
  display: inline-block;
  margin: 0 2px;
  padding: 2px 8px;
  background: #f6b42a;
  border-radius: 4px;
  text-decoration: none;
  color: #fff;
  font-size: 1.2rem;
}

body#page-works-index #site-wrapper #main-container #main-contents .inner,
body#page-portfolio-index #site-wrapper #main-container #main-contents .inner {
  padding: 0 30px;
}

body#page-works-index #site-wrapper #main-container #main-contents .inner .local-navi,
body#page-portfolio-index #site-wrapper #main-container #main-contents .inner .local-navi {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  body#page-works-index #site-wrapper #main-container #main-contents .inner .local-navi,
  body#page-portfolio-index #site-wrapper #main-container #main-contents .inner .local-navi {
    margin-bottom: 30px;
    position: relative;
  }
}

body#page-works-index #site-wrapper #main-container #main-contents .inner .local-navi .is-sp-ex a,
body#page-portfolio-index #site-wrapper #main-container #main-contents .inner .local-navi .is-sp-ex a {
  display: block;
  margin: 0 auto;
  width: 95%;
  height: 54px;
  line-height: 54px;
  text-align: center;
  text-decoration: none;
  border: 2px solid #2bb1bc;
  border-radius: 6px;
  color: #2bb1bc;
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
}

body#page-works-index #site-wrapper #main-container #main-contents .inner .local-navi .is-sp-ex a i,
body#page-portfolio-index #site-wrapper #main-container #main-contents .inner .local-navi .is-sp-ex a i {
  font-size: 1rem;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%) rotate(90deg);
  transform: translate(0, -50%) rotate(90deg);
}

@media screen and (min-width: 768px) {
  body#page-works-index #site-wrapper #main-container #main-contents .inner .local-navi .is-sp-ex,
  body#page-portfolio-index #site-wrapper #main-container #main-contents .inner .local-navi .is-sp-ex {
    display: none;
  }
}

body#page-works-index #site-wrapper #main-container #main-contents .inner .local-navi .navi-list,
body#page-portfolio-index #site-wrapper #main-container #main-contents .inner .local-navi .navi-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

@media screen and (max-width: 767px) {
  body#page-works-index #site-wrapper #main-container #main-contents .inner .local-navi .navi-list,
  body#page-portfolio-index #site-wrapper #main-container #main-contents .inner .local-navi .navi-list {
    position: absolute;
    top: 54px;
    left: 50%;
    width: 95%;
    border: 2px solid #2bb1bc;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    display: block;
  }
  body#page-works-index #site-wrapper #main-container #main-contents .inner .local-navi .navi-list.hide,
  body#page-portfolio-index #site-wrapper #main-container #main-contents .inner .local-navi .navi-list.hide {
    display: none;
  }
}

body#page-works-index #site-wrapper #main-container #main-contents .inner .local-navi .navi-list > li,
body#page-portfolio-index #site-wrapper #main-container #main-contents .inner .local-navi .navi-list > li {
  flex-basis: 25%;
}

@media screen and (max-width: 767px) {
  body#page-works-index #site-wrapper #main-container #main-contents .inner .local-navi .navi-list > li,
  body#page-portfolio-index #site-wrapper #main-container #main-contents .inner .local-navi .navi-list > li {
    flex-basis: auto;
    width: 100%;
  }
}

body#page-works-index #site-wrapper #main-container #main-contents .inner .local-navi .navi-list > li a,
body#page-portfolio-index #site-wrapper #main-container #main-contents .inner .local-navi .navi-list > li a {
  display: block;
  margin: 0 auto;
  width: 95%;
  height: 54px;
  line-height: 54px;
  text-align: center;
  text-decoration: none;
  border: 2px solid #2bb1bc;
  border-radius: 27px;
  color: #2bb1bc;
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

body#page-works-index #site-wrapper #main-container #main-contents .inner .local-navi .navi-list > li a.current,
body#page-portfolio-index #site-wrapper #main-container #main-contents .inner .local-navi .navi-list > li a.current {
  background: #2bb1bc;
  color: #fff;
}

body#page-works-index #site-wrapper #main-container #main-contents .inner .local-navi .navi-list > li a.hover,
body#page-portfolio-index #site-wrapper #main-container #main-contents .inner .local-navi .navi-list > li a.hover {
  background: rgba(20, 170, 182, 0.2);
}

@media screen and (max-width: 767px) {
  body#page-works-index #site-wrapper #main-container #main-contents .inner .local-navi .navi-list > li a,
  body#page-portfolio-index #site-wrapper #main-container #main-contents .inner .local-navi .navi-list > li a {
    width: 100%;
    border: none;
    border-bottom: 1px solid #2bb1bc;
    border-radius: 0;
    background: #fff;
    text-align: left;
    padding-left: 20px;
  }
}

body#page-works-index #site-wrapper #main-container #main-contents .inner .local-navi .navi-list > li a i,
body#page-portfolio-index #site-wrapper #main-container #main-contents .inner .local-navi .navi-list > li a i {
  font-size: 1rem;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (max-width: 768px) {
  body#page-works-index #site-wrapper #main-container #main-contents .inner .local-navi .navi-list > li a i,
  body#page-portfolio-index #site-wrapper #main-container #main-contents .inner .local-navi .navi-list > li a i {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  body#page-works-index #site-wrapper #main-container #main-contents .inner .local-navi .navi-list > li a i,
  body#page-portfolio-index #site-wrapper #main-container #main-contents .inner .local-navi .navi-list > li a i {
    display: block;
  }
}

body#page-works-index #site-wrapper #main-container #main-contents .inner .post-list,
body#page-portfolio-index #site-wrapper #main-container #main-contents .inner .post-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: start;
  -webkit-box-pack: start;
  justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  body#page-works-index #site-wrapper #main-container #main-contents .inner .post-list,
  body#page-portfolio-index #site-wrapper #main-container #main-contents .inner .post-list {
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 700px) {
  body#page-works-index #site-wrapper #main-container #main-contents .inner .post-list,
  body#page-portfolio-index #site-wrapper #main-container #main-contents .inner .post-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

body#page-works-index #site-wrapper #main-container #main-contents .inner .post-list > li,
body#page-portfolio-index #site-wrapper #main-container #main-contents .inner .post-list > li {
  background: #f8f8f8;
  flex-basis: 310px;
  margin-bottom: 35px;
  margin-right: 35px;
}

body#page-works-index #site-wrapper #main-container #main-contents .inner .post-list > li:nth-child(3n),
body#page-portfolio-index #site-wrapper #main-container #main-contents .inner .post-list > li:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  body#page-works-index #site-wrapper #main-container #main-contents .inner .post-list > li,
  body#page-portfolio-index #site-wrapper #main-container #main-contents .inner .post-list > li {
    margin-right: auto;
  }
  body#page-works-index #site-wrapper #main-container #main-contents .inner .post-list > li:nth-child(3n),
  body#page-portfolio-index #site-wrapper #main-container #main-contents .inner .post-list > li:nth-child(3n) {
    margin-right: auto;
  }
  body#page-works-index #site-wrapper #main-container #main-contents .inner .post-list > li:nth-child(2n),
  body#page-portfolio-index #site-wrapper #main-container #main-contents .inner .post-list > li:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 700px) {
  body#page-works-index #site-wrapper #main-container #main-contents .inner .post-list > li,
  body#page-portfolio-index #site-wrapper #main-container #main-contents .inner .post-list > li {
    flex-basis: auto;
    margin-left: auto;
    min-height: 0%;
  }
  body#page-works-index #site-wrapper #main-container #main-contents .inner .post-list > li:nth-child(2n),
  body#page-portfolio-index #site-wrapper #main-container #main-contents .inner .post-list > li:nth-child(2n) {
    margin-right: auto;
  }
}

body#page-works-index #site-wrapper #main-container #main-contents .inner .post-list > li a,
body#page-portfolio-index #site-wrapper #main-container #main-contents .inner .post-list > li a {
  display: block;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

body#page-works-index #site-wrapper #main-container #main-contents .inner .post-list > li a.hover,
body#page-portfolio-index #site-wrapper #main-container #main-contents .inner .post-list > li a.hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  body#page-works-index #site-wrapper #main-container #main-contents .inner .post-list > li a,
  body#page-portfolio-index #site-wrapper #main-container #main-contents .inner .post-list > li a {
    margin: 0 auto;
  }
}

body#page-works-index #site-wrapper #main-container #main-contents .inner .post-list > li a .date,
body#page-portfolio-index #site-wrapper #main-container #main-contents .inner .post-list > li a .date {
  padding: 20px 26px 15px;
  font-size: 1.8rem;
}

body#page-works-index #site-wrapper #main-container #main-contents .inner .post-list > li a .date .post-time,
body#page-portfolio-index #site-wrapper #main-container #main-contents .inner .post-list > li a .date .post-time {
  font-family: 'Hind', sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body#page-works-index #site-wrapper #main-container #main-contents .inner .post-list > li a .date .category-list,
body#page-portfolio-index #site-wrapper #main-container #main-contents .inner .post-list > li a .date .category-list {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

body#page-works-index #site-wrapper #main-container #main-contents .inner .post-list > li a .date .category-list > li,
body#page-portfolio-index #site-wrapper #main-container #main-contents .inner .post-list > li a .date .category-list > li {
  display: inline-block;
  margin: 0 2px;
  padding: 4px 8px;
  background: #f6b42a;
  border-radius: 4px;
  text-decoration: none;
  color: #fff;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  body#page-works-index #site-wrapper #main-container #main-contents .inner .post-list > li a .date,
  body#page-portfolio-index #site-wrapper #main-container #main-contents .inner .post-list > li a .date {
    font-size: 1.5rem;
  }
}

body#page-works-index #site-wrapper #main-container #main-contents .inner .post-list > li a h4,
body#page-portfolio-index #site-wrapper #main-container #main-contents .inner .post-list > li a h4 {
  padding: 0 26px 25px;
  font-size: 1.5rem;
}

body#page-works-index #site-wrapper #main-container #main-contents .inner .btns,
body#page-portfolio-index #site-wrapper #main-container #main-contents .inner .btns {
  text-align: center;
}

body#page-works-index #site-wrapper #main-container #main-contents .inner .btns.hide,
body#page-portfolio-index #site-wrapper #main-container #main-contents .inner .btns.hide {
  display: none;
}

body#page-works-index #site-wrapper #main-container #main-contents .inner .btns > li,
body#page-portfolio-index #site-wrapper #main-container #main-contents .inner .btns > li {
  text-align: center;
}

body#page-works-index #site-wrapper #main-container #main-contents .inner .btns > li a,
body#page-portfolio-index #site-wrapper #main-container #main-contents .inner .btns > li a {
  padding: 13px 60px;
  color: #fff;
  line-height: 1;
  font-size: 1.6rem;
}

body#page-works-index #site-wrapper #main-container #main-contents .inner .btns > li a span,
body#page-portfolio-index #site-wrapper #main-container #main-contents .inner .btns > li a span {
  display: inline-block;
  font-size: 2rem;
  margin-left: 5px;
}

body#page-works-single #site-wrapper #main-container #main-contents .inner,
body#page-portfolio-single #site-wrapper #main-container #main-contents .inner {
  padding: 0 30px;
}

@media screen and (max-width: 768px) {
  body#page-works-single #site-wrapper #main-container #main-contents .inner,
  body#page-portfolio-single #site-wrapper #main-container #main-contents .inner {
    padding: 0 20px;
    overflow-x: hidden;
  }
}

body#page-works-single #site-wrapper #main-container #main-contents .inner .post-single,
body#page-portfolio-single #site-wrapper #main-container #main-contents .inner .post-single {
  width: 100%;
  margin: 0 auto 120px;
}

body#page-works-single #site-wrapper #main-container #main-contents .inner .post-single .post-header,
body#page-portfolio-single #site-wrapper #main-container #main-contents .inner .post-single .post-header {
  margin-bottom: 30px;
}

body#page-works-single #site-wrapper #main-container #main-contents .inner .post-single .post-header .date,
body#page-portfolio-single #site-wrapper #main-container #main-contents .inner .post-single .post-header .date {
  padding: 20px 0 15px;
  font-size: 1.8rem;
}

body#page-works-single #site-wrapper #main-container #main-contents .inner .post-single .post-header .date .post-time,
body#page-portfolio-single #site-wrapper #main-container #main-contents .inner .post-single .post-header .date .post-time {
  font-family: 'Hind', sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body#page-works-single #site-wrapper #main-container #main-contents .inner .post-single .post-header .date .category-list,
body#page-portfolio-single #site-wrapper #main-container #main-contents .inner .post-single .post-header .date .category-list {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

body#page-works-single #site-wrapper #main-container #main-contents .inner .post-single .post-header .date .category-list > li,
body#page-portfolio-single #site-wrapper #main-container #main-contents .inner .post-single .post-header .date .category-list > li {
  display: inline-block;
  margin: 0 2px;
  padding: 4px 8px;
  background: #f6b42a;
  border-radius: 4px;
  text-decoration: none;
  color: #fff;
  font-size: 1.2rem;
}

body#page-works-single #site-wrapper #main-container #main-contents .inner .post-single .post-header h1,
body#page-portfolio-single #site-wrapper #main-container #main-contents .inner .post-single .post-header h1 {
  font-size: 3.2rem;
  text-align: center;
}

@media screen and (max-width: 600px) {
  body#page-works-single #site-wrapper #main-container #main-contents .inner .post-single .post-header h1,
  body#page-portfolio-single #site-wrapper #main-container #main-contents .inner .post-single .post-header h1 {
    font-size: 2.2rem;
    text-align: left;
  }
}

body#page-works-single #site-wrapper #main-container #main-contents .inner .post-single .post-body,
body#page-portfolio-single #site-wrapper #main-container #main-contents .inner .post-single .post-body {
  margin-bottom: 60px;
  position: relative;
}

body#page-works-single #site-wrapper #main-container #main-contents .inner .post-single .post-body:before, body#page-works-single #site-wrapper #main-container #main-contents .inner .post-single .post-body:after,
body#page-portfolio-single #site-wrapper #main-container #main-contents .inner .post-single .post-body:before,
body#page-portfolio-single #site-wrapper #main-container #main-contents .inner .post-single .post-body:after {
  display: table;
  content: '';
}

body#page-works-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .upper,
body#page-portfolio-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .upper {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: start;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  margin-bottom: 110px;
}

@media screen and (max-width: 768px) {
  body#page-works-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .upper,
  body#page-portfolio-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .upper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-bottom: 40px;
  }
}

body#page-works-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .upper .model-3d,
body#page-portfolio-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .upper .model-3d {
  flex-basis: 580px;
  position: relative;
}

@media screen and (max-width: 768px) {
  body#page-works-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .upper .model-3d,
  body#page-portfolio-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .upper .model-3d {
    flex-basis: auto;
    width: 100%;
    height: 0;
    padding-top: 67.24%;
    margin-bottom: 12%;
  }
}

body#page-works-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .upper .model-3d iframe,
body#page-portfolio-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .upper .model-3d iframe {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  body#page-works-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .upper .model-3d iframe,
  body#page-portfolio-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .upper .model-3d iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

body#page-works-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .upper .model-3d:after,
body#page-portfolio-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .upper .model-3d:after {
  display: block;
  content: '';
  height: 262px;
  position: absolute;
  left: -10000px;
  right: -60px;
  bottom: -60px;
  background: #eaf3f4;
  border-radius: 0 24px 24px 0;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  body#page-works-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .upper .model-3d:after,
  body#page-portfolio-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .upper .model-3d:after {
    left: -1000px;
    right: -1000px;
    bottom: -30px;
    height: 60%;
  }
}

body#page-works-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .upper .dates,
body#page-portfolio-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .upper .dates {
  flex-basis: 330px;
}

@media screen and (max-width: 768px) {
  body#page-works-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .upper .dates,
  body#page-portfolio-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .upper .dates {
    flex-basis: auto;
    width: 100%;
  }
}

body#page-works-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .upper .dates .date,
body#page-portfolio-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .upper .dates .date {
  font-family: 'Hind', sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.5rem;
  margin-bottom: 46px;
}

@media screen and (max-width: 768px) {
  body#page-works-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .upper .dates .date,
  body#page-portfolio-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .upper .dates .date {
    margin-bottom: 16px;
  }
}

body#page-works-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .upper .dates .date .category-list,
body#page-portfolio-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .upper .dates .date .category-list {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

body#page-works-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .upper .dates .date .category-list > li,
body#page-portfolio-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .upper .dates .date .category-list > li {
  display: inline-block;
  margin: 0 2px;
  padding: 4px 8px;
  background: #f6b42a;
  border-radius: 4px;
  text-decoration: none;
  color: #fff;
  font-size: 1.2rem;
}

body#page-works-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .upper .dates .date-list > li,
body#page-portfolio-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .upper .dates .date-list > li {
  margin-bottom: 5px;
}

body#page-works-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .upper .dates .date-list > li dl,
body#page-portfolio-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .upper .dates .date-list > li dl {
  display: table;
  width: 100%;
}

@media screen and (max-width: 480px) {
  body#page-works-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .upper .dates .date-list > li dl,
  body#page-portfolio-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .upper .dates .date-list > li dl {
    display: block;
  }
}

body#page-works-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .upper .dates .date-list > li dl dt,
body#page-portfolio-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .upper .dates .date-list > li dl dt {
  display: table-cell;
  background: #2bb1bc;
  width: 115px;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  padding: 4px;
}

@media screen and (max-width: 480px) {
  body#page-works-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .upper .dates .date-list > li dl dt,
  body#page-portfolio-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .upper .dates .date-list > li dl dt {
    display: block;
    width: 100%;
  }
}

body#page-works-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .upper .dates .date-list > li dl dd,
body#page-portfolio-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .upper .dates .date-list > li dl dd {
  display: table-cell;
  background: #f8f8f8;
  padding: 4px 10px 4px 16px;
  word-break: break-all;
  word-wrap: break-word;
}

@media screen and (max-width: 480px) {
  body#page-works-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .upper .dates .date-list > li dl dd,
  body#page-portfolio-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .upper .dates .date-list > li dl dd {
    display: block;
  }
}

body#page-works-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .lower .info-text,
body#page-portfolio-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .lower .info-text {
  margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
  body#page-works-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .lower .info-text,
  body#page-portfolio-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .lower .info-text {
    margin-bottom: 30px;
  }
}

body#page-works-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .lower .photos h4,
body#page-portfolio-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .lower .photos h4 {
  position: relative;
  font-size: 2.4rem;
  padding-left: 18px;
  margin-bottom: 18px;
}

body#page-works-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .lower .photos h4:before,
body#page-portfolio-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .lower .photos h4:before {
  display: block;
  content: '';
  width: 6px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #2bb1bc;
  border-radius: 3px;
}

body#page-works-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .lower .photos .phto-list,
body#page-portfolio-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .lower .photos .phto-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: start;
  -webkit-box-pack: start;
  justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  flex-wrap: wrap;
}

@media screen and (max-width: 600px) {
  body#page-works-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .lower .photos .phto-list,
  body#page-portfolio-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .lower .photos .phto-list {
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}

body#page-works-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .lower .photos .phto-list > li,
body#page-portfolio-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .lower .photos .phto-list > li {
  flex-basis: 230px;
  margin-right: 26px;
  margin-bottom: 20px;
}

body#page-works-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .lower .photos .phto-list > li:nth-child(4n),
body#page-portfolio-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .lower .photos .phto-list > li:nth-child(4n) {
  margin-right: 0;
}

body#page-works-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .lower .photos .phto-list > li a,
body#page-portfolio-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .lower .photos .phto-list > li a {
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

body#page-works-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .lower .photos .phto-list > li a.hover,
body#page-portfolio-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .lower .photos .phto-list > li a.hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  body#page-works-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .lower .photos .phto-list > li,
  body#page-portfolio-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .lower .photos .phto-list > li {
    flex-basis: 24%;
    margin-right: auto;
  }
}

@media screen and (max-width: 600px) {
  body#page-works-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .lower .photos .phto-list > li,
  body#page-portfolio-single #site-wrapper #main-container #main-contents .inner .post-single .post-body .lower .photos .phto-list > li {
    flex-basis: 48%;
    text-align: center;
    margin-right: 0;
  }
}

body#page-works-single #site-wrapper #main-container #main-contents .inner .post-single .page-navi,
body#page-portfolio-single #site-wrapper #main-container #main-contents .inner .post-single .page-navi {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: start;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

body#page-works-single #site-wrapper #main-container #main-contents .inner .post-single .page-navi > li,
body#page-portfolio-single #site-wrapper #main-container #main-contents .inner .post-single .page-navi > li {
  flex-basis: 50%;
}

body#page-works-single #site-wrapper #main-container #main-contents .inner .post-single .page-navi > li a,
body#page-portfolio-single #site-wrapper #main-container #main-contents .inner .post-single .page-navi > li a {
  font-family: 'Hind', sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body#page-works-single #site-wrapper #main-container #main-contents .inner .post-single .page-navi > li a .icon-arrow,
body#page-portfolio-single #site-wrapper #main-container #main-contents .inner .post-single .page-navi > li a .icon-arrow {
  display: inline-block;
  font-size: 1.2rem;
  color: #2bb1bc;
}

body#page-works-single #site-wrapper #main-container #main-contents .inner .post-single .page-navi > li.prev a .icon-arrow,
body#page-portfolio-single #site-wrapper #main-container #main-contents .inner .post-single .page-navi > li.prev a .icon-arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-right: 5px;
}

body#page-works-single #site-wrapper #main-container #main-contents .inner .post-single .page-navi > li.next,
body#page-portfolio-single #site-wrapper #main-container #main-contents .inner .post-single .page-navi > li.next {
  text-align: right;
}

body#page-works-single #site-wrapper #main-container #main-contents .inner .post-single .page-navi > li.next a .icon-arrow,
body#page-portfolio-single #site-wrapper #main-container #main-contents .inner .post-single .page-navi > li.next a .icon-arrow {
  margin-left: 5px;
}

body#page-works-single #site-wrapper #main-container #main-contents .inner .post-single .link-to-news-index,
body#page-portfolio-single #site-wrapper #main-container #main-contents .inner .post-single .link-to-news-index {
  display: none;
}

@media screen and (max-width: 479px) {
  body#page-works-single #site-wrapper #main-container #main-contents .inner .post-single .link-to-news-index,
  body#page-portfolio-single #site-wrapper #main-container #main-contents .inner .post-single .link-to-news-index {
    display: block;
    padding-top: 15px;
  }
  body#page-works-single #site-wrapper #main-container #main-contents .inner .post-single .link-to-news-index .icon-arrow,
  body#page-portfolio-single #site-wrapper #main-container #main-contents .inner .post-single .link-to-news-index .icon-arrow {
    display: inline-block;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-right: 5px;
    color: #2bb1bc;
    font-size: 1.2rem;
  }
  body#page-works-single #site-wrapper #main-container #main-contents .inner .post-single .link-to-news-index a,
  body#page-portfolio-single #site-wrapper #main-container #main-contents .inner .post-single .link-to-news-index a {
    font-size: 1.5rem;
    font-weight: bold;
  }
}

body#page-works-single #site-wrapper #main-container #main-contents .inner .latest-news,
body#page-portfolio-single #site-wrapper #main-container #main-contents .inner .latest-news {
  width: 100%;
  margin: 0 auto;
}

body#page-works-single #site-wrapper #main-container #main-contents .inner .latest-news .list-header,
body#page-portfolio-single #site-wrapper #main-container #main-contents .inner .latest-news .list-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  margin-bottom: 25px;
}

body#page-works-single #site-wrapper #main-container #main-contents .inner .latest-news .list-header h4,
body#page-works-single #site-wrapper #main-container #main-contents .inner .latest-news .list-header .link-to-news-index,
body#page-portfolio-single #site-wrapper #main-container #main-contents .inner .latest-news .list-header h4,
body#page-portfolio-single #site-wrapper #main-container #main-contents .inner .latest-news .list-header .link-to-news-index {
  flex-basis: 50%;
}

body#page-works-single #site-wrapper #main-container #main-contents .inner .latest-news .list-header h4,
body#page-portfolio-single #site-wrapper #main-container #main-contents .inner .latest-news .list-header h4 {
  position: relative;
  padding: 0 16px;
  font-size: 2rem;
}

body#page-works-single #site-wrapper #main-container #main-contents .inner .latest-news .list-header h4:before,
body#page-portfolio-single #site-wrapper #main-container #main-contents .inner .latest-news .list-header h4:before {
  display: block;
  content: '';
  width: 6px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #2bb1bc;
  border-radius: 3px;
}

body#page-works-single #site-wrapper #main-container #main-contents .inner .latest-news .list-header .link-to-news-index,
body#page-portfolio-single #site-wrapper #main-container #main-contents .inner .latest-news .list-header .link-to-news-index {
  text-align: right;
  font-size: 1.4rem;
  font-weight: bold;
}

body#page-works-single #site-wrapper #main-container #main-contents .inner .latest-news .list-header .link-to-news-index .icon-arrow,
body#page-portfolio-single #site-wrapper #main-container #main-contents .inner .latest-news .list-header .link-to-news-index .icon-arrow {
  font-size: 1.2rem;
  color: #2bb1bc;
  display: inline-block;
  margin-right: 5px;
}

@media screen and (max-width: 479px) {
  body#page-works-single #site-wrapper #main-container #main-contents .inner .latest-news .list-header,
  body#page-portfolio-single #site-wrapper #main-container #main-contents .inner .latest-news .list-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: start;
    justify-content: start;
    -webkit-box-align: start;
    align-items: start;
  }
  body#page-works-single #site-wrapper #main-container #main-contents .inner .latest-news .list-header h4,
  body#page-works-single #site-wrapper #main-container #main-contents .inner .latest-news .list-header .link-to-news-index,
  body#page-portfolio-single #site-wrapper #main-container #main-contents .inner .latest-news .list-header h4,
  body#page-portfolio-single #site-wrapper #main-container #main-contents .inner .latest-news .list-header .link-to-news-index {
    flex-basis: auto;
  }
  body#page-works-single #site-wrapper #main-container #main-contents .inner .latest-news .list-header .link-to-news-index,
  body#page-portfolio-single #site-wrapper #main-container #main-contents .inner .latest-news .list-header .link-to-news-index {
    display: none;
  }
}

body#page-works-single #site-wrapper #main-container #main-contents .inner .latest-news .post-list,
body#page-portfolio-single #site-wrapper #main-container #main-contents .inner .latest-news .post-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: start;
  -webkit-box-pack: start;
  justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  body#page-works-single #site-wrapper #main-container #main-contents .inner .latest-news .post-list,
  body#page-portfolio-single #site-wrapper #main-container #main-contents .inner .latest-news .post-list {
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 700px) {
  body#page-works-single #site-wrapper #main-container #main-contents .inner .latest-news .post-list,
  body#page-portfolio-single #site-wrapper #main-container #main-contents .inner .latest-news .post-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

body#page-works-single #site-wrapper #main-container #main-contents .inner .latest-news .post-list > li,
body#page-portfolio-single #site-wrapper #main-container #main-contents .inner .latest-news .post-list > li {
  background: #f8f8f8;
  flex-basis: 310px;
  margin-bottom: 35px;
  margin-right: 35px;
}

body#page-works-single #site-wrapper #main-container #main-contents .inner .latest-news .post-list > li:nth-child(3n),
body#page-portfolio-single #site-wrapper #main-container #main-contents .inner .latest-news .post-list > li:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  body#page-works-single #site-wrapper #main-container #main-contents .inner .latest-news .post-list > li,
  body#page-portfolio-single #site-wrapper #main-container #main-contents .inner .latest-news .post-list > li {
    margin-right: auto;
  }
  body#page-works-single #site-wrapper #main-container #main-contents .inner .latest-news .post-list > li:nth-child(3n),
  body#page-portfolio-single #site-wrapper #main-container #main-contents .inner .latest-news .post-list > li:nth-child(3n) {
    margin-right: auto;
  }
  body#page-works-single #site-wrapper #main-container #main-contents .inner .latest-news .post-list > li:nth-child(2n),
  body#page-portfolio-single #site-wrapper #main-container #main-contents .inner .latest-news .post-list > li:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 700px) {
  body#page-works-single #site-wrapper #main-container #main-contents .inner .latest-news .post-list > li,
  body#page-portfolio-single #site-wrapper #main-container #main-contents .inner .latest-news .post-list > li {
    flex-basis: auto;
    margin-left: auto;
    min-height: 0%;
  }
  body#page-works-single #site-wrapper #main-container #main-contents .inner .latest-news .post-list > li:nth-child(2n),
  body#page-portfolio-single #site-wrapper #main-container #main-contents .inner .latest-news .post-list > li:nth-child(2n) {
    margin-right: auto;
  }
}

body#page-works-single #site-wrapper #main-container #main-contents .inner .latest-news .post-list > li a,
body#page-portfolio-single #site-wrapper #main-container #main-contents .inner .latest-news .post-list > li a {
  display: block;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

body#page-works-single #site-wrapper #main-container #main-contents .inner .latest-news .post-list > li a.hover,
body#page-portfolio-single #site-wrapper #main-container #main-contents .inner .latest-news .post-list > li a.hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  body#page-works-single #site-wrapper #main-container #main-contents .inner .latest-news .post-list > li a,
  body#page-portfolio-single #site-wrapper #main-container #main-contents .inner .latest-news .post-list > li a {
    margin: 0 auto;
  }
}

body#page-works-single #site-wrapper #main-container #main-contents .inner .latest-news .post-list > li a .date,
body#page-portfolio-single #site-wrapper #main-container #main-contents .inner .latest-news .post-list > li a .date {
  padding: 20px 26px 15px;
  font-size: 1.8rem;
}

body#page-works-single #site-wrapper #main-container #main-contents .inner .latest-news .post-list > li a .date .post-time,
body#page-portfolio-single #site-wrapper #main-container #main-contents .inner .latest-news .post-list > li a .date .post-time {
  font-family: 'Hind', sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body#page-works-single #site-wrapper #main-container #main-contents .inner .latest-news .post-list > li a .date .category-list,
body#page-portfolio-single #site-wrapper #main-container #main-contents .inner .latest-news .post-list > li a .date .category-list {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

body#page-works-single #site-wrapper #main-container #main-contents .inner .latest-news .post-list > li a .date .category-list > li,
body#page-portfolio-single #site-wrapper #main-container #main-contents .inner .latest-news .post-list > li a .date .category-list > li {
  display: inline-block;
  margin: 0 2px;
  padding: 4px 8px;
  background: #f6b42a;
  border-radius: 4px;
  text-decoration: none;
  color: #fff;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  body#page-works-single #site-wrapper #main-container #main-contents .inner .latest-news .post-list > li a .date,
  body#page-portfolio-single #site-wrapper #main-container #main-contents .inner .latest-news .post-list > li a .date {
    font-size: 1.5rem;
  }
}

body#page-works-single #site-wrapper #main-container #main-contents .inner .latest-news .post-list > li a h4,
body#page-portfolio-single #site-wrapper #main-container #main-contents .inner .latest-news .post-list > li a h4 {
  padding: 0 26px 25px;
  font-size: 1.5rem;
}

body#page-company #site-wrapper #main-container #main-contents .inner {
  padding: 0 30px;
}

body#page-company #site-wrapper #main-container #main-contents .inner .container {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  body#page-company #site-wrapper #main-container #main-contents .inner .container {
    width: 100%;
  }
}

body#page-company #site-wrapper #main-container #main-contents .inner .container h2 {
  text-align: center;
  margin-bottom: 45px;
}

body#page-company #site-wrapper #main-container #main-contents .inner .container h2 em {
  display: block;
  font-size: 2.8rem;
  font-weight: bold;
}

body#page-company #site-wrapper #main-container #main-contents .inner .container h2 span {
  display: block;
  font-family: 'Hind', sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.5rem;
  color: #2bb1bc;
}

@media screen and (max-width: 680px) {
  body#page-company #site-wrapper #main-container #main-contents .inner .container h2 em {
    font-size: 2.2rem;
  }
}

body#page-company #site-wrapper #main-container #main-contents .inner .container-1 {
  margin-bottom: 80px;
}

body#page-company #site-wrapper #main-container #main-contents .inner .container-1 .lead-text {
  max-width: 650px;
  margin: 0 auto;
}

body#page-company #site-wrapper #main-container #main-contents .inner .container-1 .lead-text p {
  font-size: 2rem;
  margin-bottom: 1.5em;
}

body#page-company #site-wrapper #main-container #main-contents .inner .container-1 .lead-text p:last-child {
  margin-bottom: 0;
  text-align: right;
}

@media screen and (max-width: 680px) {
  body#page-company #site-wrapper #main-container #main-contents .inner .container-1 .lead-text p {
    font-size: 1.8rem;
  }
}

body#page-company #site-wrapper #main-container #main-contents .inner .container-2 .outline-list {
  width: 600px;
  margin: 0 auto;
}

@media screen and (max-width: 680px) {
  body#page-company #site-wrapper #main-container #main-contents .inner .container-2 .outline-list {
    width: 100%;
  }
}

body#page-company #site-wrapper #main-container #main-contents .inner .container-2 .outline-list > li {
  margin-bottom: 5px;
}

body#page-company #site-wrapper #main-container #main-contents .inner .container-2 .outline-list > li dl {
  width: 100%;
  display: table;
}

@media screen and (max-width: 480px) {
  body#page-company #site-wrapper #main-container #main-contents .inner .container-2 .outline-list > li dl {
    display: block;
    width: 100%;
  }
}

body#page-company #site-wrapper #main-container #main-contents .inner .container-2 .outline-list > li dl dt {
  display: table-cell;
  background: #2bb1bc;
  padding: 4px 10px 4px 16px;
  color: #fff;
  width: 150px;
}

@media screen and (max-width: 680px) {
  body#page-company #site-wrapper #main-container #main-contents .inner .container-2 .outline-list > li dl dt {
    width: 120px;
  }
}

@media screen and (max-width: 480px) {
  body#page-company #site-wrapper #main-container #main-contents .inner .container-2 .outline-list > li dl dt {
    display: block;
    width: 100%;
  }
}

body#page-company #site-wrapper #main-container #main-contents .inner .container-2 .outline-list > li dl dd {
  display: table-cell;
  background: #f8f8f8;
  padding: 4px 10px 4px 16px;
  width: 450px;
}

@media screen and (max-width: 680px) {
  body#page-company #site-wrapper #main-container #main-contents .inner .container-2 .outline-list > li dl dd {
    width: calc(100% - 150px);
  }
}

@media screen and (max-width: 480px) {
  body#page-company #site-wrapper #main-container #main-contents .inner .container-2 .outline-list > li dl dd {
    display: block;
    width: 100%;
  }
}

body#page-company #site-wrapper #main-container #main-contents .inner .container-2 .outline-list > li dl dd .dot-list {
  margin-left: 1.5em;
}

body#page-company #site-wrapper #main-container #main-contents .inner .container-2 .outline-list > li dl dd .dot-list > li {
  list-style: disc;
}

body#page-company #site-wrapper #main-container #main-contents .inner .container-2 .outline-list > li dl dd a {
  text-decoration: none;
}

body#page-recruit #site-wrapper #main-container #main-contents .inner {
  padding: 0 30px;
}

body#page-recruit #site-wrapper #main-container #main-contents .inner .job-list {
  max-width: 740px;
  margin: 0 auto;
}

body#page-recruit #site-wrapper #main-container #main-contents .inner .job-list > li {
  background: #f8f8f8;
  border-radius: 20px;
  margin-bottom: 40px;
  padding: 20px;
}

body#page-recruit #site-wrapper #main-container #main-contents .inner .job-list > li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  body#page-recruit #site-wrapper #main-container #main-contents .inner .job-list > li {
    margin-right: auto;
  }
}

body#page-recruit #site-wrapper #main-container #main-contents .inner .job-list > li h3 {
  font-size: 2.2rem;
  padding-left: 15px;
  position: relative;
  margin-bottom: 20px;
}

body#page-recruit #site-wrapper #main-container #main-contents .inner .job-list > li h3:before {
  display: block;
  content: '';
  width: 6px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #2bb1bc;
  border-radius: 3px;
}

body#page-recruit #site-wrapper #main-container #main-contents .inner .job-list > li .rec-info {
  margin-bottom: 40px;
}

body#page-recruit #site-wrapper #main-container #main-contents .inner .job-list > li .rec-info > li {
  margin-bottom: 5px;
}

body#page-recruit #site-wrapper #main-container #main-contents .inner .job-list > li .rec-info > li dl {
  display: table;
  width: 100%;
}

@media screen and (max-width: 700px) {
  body#page-recruit #site-wrapper #main-container #main-contents .inner .job-list > li .rec-info > li dl {
    display: block;
  }
}

body#page-recruit #site-wrapper #main-container #main-contents .inner .job-list > li .rec-info > li dl dt {
  display: table-cell;
  width: 250px;
  background: #2bb1bc;
  padding: 4px 10px 4px 16px;
  color: #fff;
}

@media screen and (max-width: 700px) {
  body#page-recruit #site-wrapper #main-container #main-contents .inner .job-list > li .rec-info > li dl dt {
    display: block;
    width: 100%;
  }
}

body#page-recruit #site-wrapper #main-container #main-contents .inner .job-list > li .rec-info > li dl dd {
  display: table-cell;
  width: calc(100% - 250px);
  background: #fff;
  padding: 4px 10px 4px 16px;
}

@media screen and (max-width: 700px) {
  body#page-recruit #site-wrapper #main-container #main-contents .inner .job-list > li .rec-info > li dl dd {
    display: block;
    width: 100%;
  }
}

body#page-recruit #site-wrapper #main-container #main-contents .inner .job-list > li .btns {
  text-align: center;
}

body#page-recruit #site-wrapper #main-container #main-contents .inner .job-list > li .btns > li {
  text-align: center;
}

body#page-recruit #site-wrapper #main-container #main-contents .inner .job-list > li .btns > li a {
  padding: 13px 60px;
  color: #fff;
  line-height: 1;
  font-size: 1.6rem;
}

body#page-recruit #site-wrapper #main-container #main-contents .inner .job-list > li .btns > li a .icon-arrow {
  display: inline-block;
  font-size: 1.2rem;
  margin-left: 5px;
}

body#page-contact #site-wrapper #main-container #main-contents .inner,
body#page-contact-recruit #site-wrapper #main-container #main-contents .inner {
  padding: 0 30px;
}

body#page-contact #site-wrapper #main-container #main-contents .inner .navi-list,
body#page-contact-recruit #site-wrapper #main-container #main-contents .inner .navi-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

@media screen and (max-width: 767px) {
  body#page-contact #site-wrapper #main-container #main-contents .inner .navi-list,
  body#page-contact-recruit #site-wrapper #main-container #main-contents .inner .navi-list {
    position: absolute;
    top: 54px;
    left: 50%;
    width: 95%;
    border: 2px solid #2bb1bc;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    display: block;
  }
  body#page-contact #site-wrapper #main-container #main-contents .inner .navi-list.hide,
  body#page-contact-recruit #site-wrapper #main-container #main-contents .inner .navi-list.hide {
    display: none;
  }
}

body#page-contact #site-wrapper #main-container #main-contents .inner .navi-list > li,
body#page-contact-recruit #site-wrapper #main-container #main-contents .inner .navi-list > li {
  flex-basis: 25%;
}

@media screen and (max-width: 767px) {
  body#page-contact #site-wrapper #main-container #main-contents .inner .navi-list > li,
  body#page-contact-recruit #site-wrapper #main-container #main-contents .inner .navi-list > li {
    flex-basis: auto;
    width: 100%;
  }
}

body#page-contact #site-wrapper #main-container #main-contents .inner .navi-list > li a,
body#page-contact-recruit #site-wrapper #main-container #main-contents .inner .navi-list > li a {
  display: block;
  margin: 0 auto;
  width: 95%;
  height: 54px;
  line-height: 54px;
  text-align: center;
  text-decoration: none;
  border: 2px solid #2bb1bc;
  border-radius: 27px;
  color: #2bb1bc;
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

body#page-contact #site-wrapper #main-container #main-contents .inner .navi-list > li a.current,
body#page-contact-recruit #site-wrapper #main-container #main-contents .inner .navi-list > li a.current {
  background: #2bb1bc;
  color: #fff;
}

body#page-contact #site-wrapper #main-container #main-contents .inner .navi-list > li a.hover,
body#page-contact-recruit #site-wrapper #main-container #main-contents .inner .navi-list > li a.hover {
  background: rgba(20, 170, 182, 0.2);
}

@media screen and (max-width: 767px) {
  body#page-contact #site-wrapper #main-container #main-contents .inner .navi-list > li a,
  body#page-contact-recruit #site-wrapper #main-container #main-contents .inner .navi-list > li a {
    width: 100%;
    border: none;
    border-bottom: 1px solid #2bb1bc;
    border-radius: 0;
    background: #fff;
    text-align: left;
    padding-left: 20px;
  }
}

body#page-contact #site-wrapper #main-container #main-contents .inner .navi-list > li a i,
body#page-contact-recruit #site-wrapper #main-container #main-contents .inner .navi-list > li a i {
  font-size: 1rem;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (max-width: 768px) {
  body#page-contact #site-wrapper #main-container #main-contents .inner .navi-list > li a i,
  body#page-contact-recruit #site-wrapper #main-container #main-contents .inner .navi-list > li a i {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  body#page-contact #site-wrapper #main-container #main-contents .inner .navi-list > li a i,
  body#page-contact-recruit #site-wrapper #main-container #main-contents .inner .navi-list > li a i {
    display: block;
  }
}

body#page-contact #site-wrapper #main-container #main-contents .inner .forms,
body#page-contact-recruit #site-wrapper #main-container #main-contents .inner .forms {
  max-width: 740px;
  margin: 0 auto;
}

body#page-contact #site-wrapper #main-container #main-contents .inner .forms .container,
body#page-contact-recruit #site-wrapper #main-container #main-contents .inner .forms .container {
  margin-bottom: 40px;
}

body#page-contact #site-wrapper #main-container #main-contents .inner .forms .container span,
body#page-contact-recruit #site-wrapper #main-container #main-contents .inner .forms .container span {
  font-weight: bold;
  font-size: 1.8rem;
  color: #d00;
}

body#page-contact #site-wrapper #main-container #main-contents .inner .form-list,
body#page-contact-recruit #site-wrapper #main-container #main-contents .inner .form-list {
  margin: 0 auto 40px;
}

body#page-contact #site-wrapper #main-container #main-contents .inner .form-list > li,
body#page-contact-recruit #site-wrapper #main-container #main-contents .inner .form-list > li {
  border-bottom: 1px dotted #aaa;
  padding: 15px 0;
}

body#page-contact #site-wrapper #main-container #main-contents .inner .form-list > li:last-child,
body#page-contact-recruit #site-wrapper #main-container #main-contents .inner .form-list > li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  body#page-contact #site-wrapper #main-container #main-contents .inner .form-list > li,
  body#page-contact-recruit #site-wrapper #main-container #main-contents .inner .form-list > li {
    padding: 15px 0;
  }
}

body#page-contact #site-wrapper #main-container #main-contents .inner .form-list > li dl,
body#page-contact-recruit #site-wrapper #main-container #main-contents .inner .form-list > li dl {
  display: table;
  width: 100%;
  font-size: 1.5rem;
}

@media screen and (max-width: 700px) {
  body#page-contact #site-wrapper #main-container #main-contents .inner .form-list > li dl,
  body#page-contact-recruit #site-wrapper #main-container #main-contents .inner .form-list > li dl {
    display: block;
  }
}

body#page-contact #site-wrapper #main-container #main-contents .inner .form-list > li dl dt,
body#page-contact-recruit #site-wrapper #main-container #main-contents .inner .form-list > li dl dt {
  display: table-cell;
  width: 240px;
  padding: 4px 10px 4px 16px;
}

@media screen and (max-width: 768px) {
  body#page-contact #site-wrapper #main-container #main-contents .inner .form-list > li dl dt,
  body#page-contact-recruit #site-wrapper #main-container #main-contents .inner .form-list > li dl dt {
    padding: 0;
  }
}

body#page-contact #site-wrapper #main-container #main-contents .inner .form-list > li dl dt em,
body#page-contact-recruit #site-wrapper #main-container #main-contents .inner .form-list > li dl dt em {
  display: inline-block;
  position: relative;
  padding-left: 13px;
  font-weight: bold;
}

body#page-contact #site-wrapper #main-container #main-contents .inner .form-list > li dl dt em:before,
body#page-contact-recruit #site-wrapper #main-container #main-contents .inner .form-list > li dl dt em:before {
  display: block;
  content: '';
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #2bb1bc;
  border-radius: 2px;
}

body#page-contact #site-wrapper #main-container #main-contents .inner .form-list > li dl dt span,
body#page-contact-recruit #site-wrapper #main-container #main-contents .inner .form-list > li dl dt span {
  font-size: 1.8rem;
  font-weight: bold;
  color: #d00;
}

@media screen and (max-width: 700px) {
  body#page-contact #site-wrapper #main-container #main-contents .inner .form-list > li dl dt,
  body#page-contact-recruit #site-wrapper #main-container #main-contents .inner .form-list > li dl dt {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}

body#page-contact #site-wrapper #main-container #main-contents .inner .form-list > li dl dd,
body#page-contact-recruit #site-wrapper #main-container #main-contents .inner .form-list > li dl dd {
  display: table-cell;
  width: calc(100% - 240px);
  padding: 4px 10px 4px 16px;
}

@media screen and (max-width: 768px) {
  body#page-contact #site-wrapper #main-container #main-contents .inner .form-list > li dl dd,
  body#page-contact-recruit #site-wrapper #main-container #main-contents .inner .form-list > li dl dd {
    padding: 0;
  }
}

@media screen and (max-width: 700px) {
  body#page-contact #site-wrapper #main-container #main-contents .inner .form-list > li dl dd,
  body#page-contact-recruit #site-wrapper #main-container #main-contents .inner .form-list > li dl dd {
    display: block;
    width: 100%;
  }
}

body#page-contact #site-wrapper #main-container #main-contents .inner .form-list > li dl dd .err,
body#page-contact-recruit #site-wrapper #main-container #main-contents .inner .form-list > li dl dd .err {
  padding-top: 10px;
  color: #d00;
  font-weight: bold;
}

body#page-contact #site-wrapper #main-container #main-contents .inner .form-list > li dl dd .notice,
body#page-contact-recruit #site-wrapper #main-container #main-contents .inner .form-list > li dl dd .notice {
  padding-top: 10px;
}

body#page-contact #site-wrapper #main-container #main-contents .inner .form-list > li dl dd .notice strong,
body#page-contact-recruit #site-wrapper #main-container #main-contents .inner .form-list > li dl dd .notice strong {
  font-weight: bold;
}

body#page-contact #site-wrapper #main-container #main-contents .inner .form-list > li dl dd input:not([type=radio]),
body#page-contact #site-wrapper #main-container #main-contents .inner .form-list > li dl dd textarea,
body#page-contact-recruit #site-wrapper #main-container #main-contents .inner .form-list > li dl dd input:not([type=radio]),
body#page-contact-recruit #site-wrapper #main-container #main-contents .inner .form-list > li dl dd textarea {
  border: 1px solid #ccc;
  border-radius: 3px;
  resize: none;
  width: 100%;
  padding: 0 8px;
  height: 40px;
  line-height: 40px;
  outline: none;
  -webkit-appearance: none;
}

body#page-contact #site-wrapper #main-container #main-contents .inner .form-list > li dl dd input:not([type=radio]).err-input,
body#page-contact #site-wrapper #main-container #main-contents .inner .form-list > li dl dd textarea.err-input,
body#page-contact-recruit #site-wrapper #main-container #main-contents .inner .form-list > li dl dd input:not([type=radio]).err-input,
body#page-contact-recruit #site-wrapper #main-container #main-contents .inner .form-list > li dl dd textarea.err-input {
  background: #fdeeec;
}

body#page-contact #site-wrapper #main-container #main-contents .inner .form-list > li dl dd input:not([type=radio]).zip-code,
body#page-contact #site-wrapper #main-container #main-contents .inner .form-list > li dl dd textarea.zip-code,
body#page-contact-recruit #site-wrapper #main-container #main-contents .inner .form-list > li dl dd input:not([type=radio]).zip-code,
body#page-contact-recruit #site-wrapper #main-container #main-contents .inner .form-list > li dl dd textarea.zip-code {
  width: 10em;
}

@media screen and (max-width: 768px) {
  body#page-contact #site-wrapper #main-container #main-contents .inner .form-list > li dl dd input:not([type=radio]),
  body#page-contact #site-wrapper #main-container #main-contents .inner .form-list > li dl dd textarea,
  body#page-contact-recruit #site-wrapper #main-container #main-contents .inner .form-list > li dl dd input:not([type=radio]),
  body#page-contact-recruit #site-wrapper #main-container #main-contents .inner .form-list > li dl dd textarea {
    font-size: 16px;
  }
}

body#page-contact #site-wrapper #main-container #main-contents .inner .form-list > li dl dd textarea,
body#page-contact-recruit #site-wrapper #main-container #main-contents .inner .form-list > li dl dd textarea {
  line-height: 1.5em;
  height: 200px;
  padding: 8px;
}

body#page-contact #site-wrapper #main-container #main-contents .inner .form-list > li dl dd label.checkbox,
body#page-contact-recruit #site-wrapper #main-container #main-contents .inner .form-list > li dl dd label.checkbox {
  margin-right: 20px;
  position: relative;
  padding-left: 20px;
}

body#page-contact #site-wrapper #main-container #main-contents .inner .form-list > li dl dd label.checkbox:before,
body#page-contact-recruit #site-wrapper #main-container #main-contents .inner .form-list > li dl dd label.checkbox:before {
  display: block;
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #aaa;
  border-radius: 8px;
}

body#page-contact #site-wrapper #main-container #main-contents .inner .form-list > li dl dd label.checkbox:after,
body#page-contact-recruit #site-wrapper #main-container #main-contents .inner .form-list > li dl dd label.checkbox:after {
  display: block;
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 6px;
  background: #2bb1bc;
  opacity: 0;
}

body#page-contact #site-wrapper #main-container #main-contents .inner .form-list > li dl dd input[type=radio],
body#page-contact-recruit #site-wrapper #main-container #main-contents .inner .form-list > li dl dd input[type=radio] {
  display: none;
  -webkit-appearance: none;
}

body#page-contact #site-wrapper #main-container #main-contents .inner .form-list > li dl dd input[type=radio]:checked + label.checkbox:after,
body#page-contact-recruit #site-wrapper #main-container #main-contents .inner .form-list > li dl dd input[type=radio]:checked + label.checkbox:after {
  opacity: 1;
}

body#page-contact #site-wrapper #main-container #main-contents .inner .form-list > li dl dd .select-wrap,
body#page-contact-recruit #site-wrapper #main-container #main-contents .inner .form-list > li dl dd .select-wrap {
  position: relative;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  height: 40px;
}

body#page-contact #site-wrapper #main-container #main-contents .inner .form-list > li dl dd .select-wrap.err-input,
body#page-contact-recruit #site-wrapper #main-container #main-contents .inner .form-list > li dl dd .select-wrap.err-input {
  background: #fdeeec;
}

body#page-contact #site-wrapper #main-container #main-contents .inner .form-list > li dl dd .select-wrap:before,
body#page-contact-recruit #site-wrapper #main-container #main-contents .inner .form-list > li dl dd .select-wrap:before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border-bottom: 8px solid #aaa;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

body#page-contact #site-wrapper #main-container #main-contents .inner .form-list > li dl dd .select-wrap:after,
body#page-contact-recruit #site-wrapper #main-container #main-contents .inner .form-list > li dl dd .select-wrap:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 22px;
  right: 10px;
  background: none;
  border-top: 8px solid #aaa;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

body#page-contact #site-wrapper #main-container #main-contents .inner .form-list > li dl dd .select-wrap select,
body#page-contact-recruit #site-wrapper #main-container #main-contents .inner .form-list > li dl dd .select-wrap select {
  -webkit-appearance: none;
  appearance: none;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  width: 100%;
  padding: 0 8px;
  position: relative;
  background: none;
  border: none;
  z-index: 1;
  outline: none;
}

@media screen and (max-width: 768px) {
  body#page-contact #site-wrapper #main-container #main-contents .inner .form-list > li dl dd .select-wrap select,
  body#page-contact-recruit #site-wrapper #main-container #main-contents .inner .form-list > li dl dd .select-wrap select {
    font-size: 16px;
  }
}

body#page-contact #site-wrapper #main-container #main-contents .inner .privacy,
body#page-contact-recruit #site-wrapper #main-container #main-contents .inner .privacy {
  padding: 12px;
  border-radius: 8px;
  background: #efefef;
  margin-bottom: 40px;
}

body#page-contact #site-wrapper #main-container #main-contents .inner .privacy h4,
body#page-contact-recruit #site-wrapper #main-container #main-contents .inner .privacy h4 {
  font-size: 2rem;
  margin-bottom: 10px;
}

body#page-contact #site-wrapper #main-container #main-contents .inner .btns,
body#page-contact-recruit #site-wrapper #main-container #main-contents .inner .btns {
  text-align: center;
}

body#page-contact #site-wrapper #main-container #main-contents .inner .btns > li,
body#page-contact-recruit #site-wrapper #main-container #main-contents .inner .btns > li {
  text-align: center;
  margin: 5px;
}

body#page-contact #site-wrapper #main-container #main-contents .inner .btns > li a,
body#page-contact-recruit #site-wrapper #main-container #main-contents .inner .btns > li a {
  padding: 13px 60px;
  color: #fff;
  line-height: 1;
  font-size: 1.6rem;
}

body#page-contact #site-wrapper #main-container #main-contents .inner .btns > li a .icon-arrow,
body#page-contact-recruit #site-wrapper #main-container #main-contents .inner .btns > li a .icon-arrow {
  display: inline-block;
  font-size: 1.2rem;
  margin-left: 5px;
}

body#page-contact #site-wrapper #main-container #main-contents .inner .btns > li a.btn-back,
body#page-contact-recruit #site-wrapper #main-container #main-contents .inner .btns > li a.btn-back {
  background: #7aadb1;
}

body#page-contact #site-wrapper #main-container #main-contents .inner .btns > li a.btn-back .icon-arrow,
body#page-contact-recruit #site-wrapper #main-container #main-contents .inner .btns > li a.btn-back .icon-arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

body#page-contact .local-navi,
body#page-contact-recruit .local-navi {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  body#page-contact .local-navi,
  body#page-contact-recruit .local-navi {
    margin-bottom: 30px;
    position: relative;
  }
}

body#page-contact .local-navi .is-sp-ex a,
body#page-contact-recruit .local-navi .is-sp-ex a {
  display: block;
  margin: 0 auto;
  width: 95%;
  height: 54px;
  line-height: 54px;
  text-align: center;
  text-decoration: none;
  border: 2px solid #2bb1bc;
  border-radius: 6px;
  color: #2bb1bc;
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
}

body#page-contact .local-navi .is-sp-ex a i,
body#page-contact-recruit .local-navi .is-sp-ex a i {
  font-size: 1rem;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%) rotate(90deg);
  transform: translate(0, -50%) rotate(90deg);
}

@media screen and (min-width: 768px) {
  body#page-contact .local-navi .is-sp-ex,
  body#page-contact-recruit .local-navi .is-sp-ex {
    display: none;
  }
}

body#page-contact-complete #site-wrapper #main-container #main-contents .inner {
  padding: 0 30px;
}

body#page-contact-complete #site-wrapper #main-container #main-contents .inner h3 {
  text-align: center;
  font-size: 2.8rem;
  margin-bottom: 40px;
  position: relative;
}

body#page-contact-complete #site-wrapper #main-container #main-contents .inner h3:after {
  display: block;
  content: '';
  width: 80px;
  height: 4px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  background: #2bb1bc;
  border-radius: 2px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

@media screen and (max-width: 600px) {
  body#page-contact-complete #site-wrapper #main-container #main-contents .inner h3 {
    font-size: 1.8rem;
  }
}

body#page-contact-complete #site-wrapper #main-container #main-contents .inner .text {
  max-width: 740px;
  margin: 0 auto 60px;
}

body#page-contact-complete #site-wrapper #main-container #main-contents .inner .text p {
  margin-bottom: 3em;
}

body#page-contact-complete #site-wrapper #main-container #main-contents .inner .btns {
  text-align: center;
}

body#page-contact-complete #site-wrapper #main-container #main-contents .inner .btns > li {
  text-align: center;
  margin: 5px;
}

body#page-contact-complete #site-wrapper #main-container #main-contents .inner .btns > li a {
  padding: 13px 60px;
  color: #fff;
  line-height: 1;
  font-size: 1.6rem;
}

body#page-contact-complete #site-wrapper #main-container #main-contents .inner .btns > li a .icon-arrow {
  display: inline-block;
  font-size: 1.2rem;
  margin-left: 5px;
}
