@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* h1,
* h2,
* h3,
* h4,
* h5,
* h6,
* p,
* address,
* ul,
* ol,
* li,
* form,
* dl,
* dt,
* dd,
* div,
* table,
* tr,
* th,
* td {
  margin-bottom: 0;
}

* h1,
* h2,
* h3,
* ul,
* ol,
* li,
* dl,
* dt,
* dd,
* p,
* figure、 * figcaption {
  list-style: none;
  margin: 0;
  padding: 0;
}

* img,
* iframe,
* object {
  border: none;
  vertical-align: top;
}

body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  font-family: YakuHanJP, "aktiv-grotesk", "Yu Gothic", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", ヒラギノ角ゴ Pro W6, HiraKakuPro-W6, Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #292929;
  background-color: #f7f9fa;
  box-sizing: border-box;
}

/* Scroll Show */
.visibleBox {
  opacity: 0;
}

/* Menu */
.btn-menu {
  position: fixed;
  top: 22px;
  right: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 99;
}
.btn-menu.on {
  background-color: #FFF;
  transition: background 0.2s ease-in-out;
}
.btn-menu .inr {
  position: relative;
  width: 100%;
  height: 100%;
}
.btn-menu .inr .bars {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 17px;
  transform: translate(-50%, -50%);
}
.btn-menu .inr .bar {
  position: absolute;
  width: 25px;
  height: 2px;
  background-color: #292929;
  transition: background 0.2s ease-in-out;
}
.btn-menu .inr .bar.bar1 {
  top: 2px;
  transition: top 0.2s ease-in-out;
}
.btn-menu .inr .bar.bar2 {
  bottom: 2px;
  transition: bottom 0.2s ease-in-out;
}

#menu-wrap {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #97d42c;
  z-index: 100;
  transform: translateX(100%);
}
#menu-wrap .mask {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #97d42c;
  z-index: 102;
}
#menu-wrap .btn-menu-close {
  position: absolute;
  top: 40px;
  right: 38px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 103;
  transition: transform 0.3s ease-in-out;
}
#menu-wrap .btn-menu-close .bars {
  position: relative;
  width: 22px;
  height: 22px;
  margin: 0 auto;
}
#menu-wrap .btn-menu-close .bars .bar {
  position: absolute;
  height: 2px;
  background-color: #fff;
  transition: background 0.2s ease-in-out;
}
#menu-wrap .btn-menu-close .bars .bar.bar1 {
  width: 32px;
  top: 0;
  left: 0;
  transform-origin: top left;
  transform: rotate(45deg);
}
#menu-wrap .btn-menu-close .bars .bar.bar2 {
  width: 12px;
  top: 0;
  right: 0;
  transform-origin: top right;
  transform: rotate(-45deg);
}
#menu-wrap .btn-menu-close .bars .bar.bar3 {
  width: 11px;
  bottom: -1px;
  left: 0;
  transform-origin: bottom left;
  transform: rotate(-45deg);
}
#menu-wrap .inr {
  position: relative;
  width: 72%;
  max-width: 540px;
  height: 100%;
  margin: 0 auto;
}
#menu-wrap .menu {
  position: absolute;
  top: calc( 50% );
  width: 100%;
  transform: translateY(-50%);
}
#menu-wrap .menu-list > li {
  margin-top: 18px;
}
#menu-wrap .menu-list > li > a {
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}
#menu-wrap .menu-list > li.menu-tw {
  margin-top: 30px;
}
#menu-wrap .menu-list > li.menu-tw a {
  font-size: 30px;
}
#menu-wrap .menu-list .menu-sub-list {
  margin-top: 10px;
}
#menu-wrap .menu-list .menu-sub-list > li {
  width: 100%;
  padding-top: 15px;
  line-height: 0;
}
#menu-wrap .menu-list .menu-sub-list > li > a {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}
#menu-wrap .menu-list .menu-sub-list > li > a span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#menu-wrap .menu-list .menu-sub-list > li > a span:before {
  display: inline-block;
  content: "";
  width: 17px;
  height: 1px;
  margin-left: 2px;
  margin-right: 15px;
  background-color: #fff;
  opacity: 0.35;
}
#menu-wrap .menu-foot {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  line-height: 1;
}
#menu-wrap .menu-foot .sub-link {
  display: flex;
}
#menu-wrap .menu-foot .sub-link li {
  flex: none;
  margin-right: 18px;
}
#menu-wrap .menu-foot .sub-link li:last-child {
  margin-right: 0;
}
#menu-wrap .menu-foot .sub-link li a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}
#menu-wrap .menu-foot .sub-lang {
  display: flex;
}
#menu-wrap .menu-foot .sub-lang li {
  line-height: 1;
}
#menu-wrap .menu-foot .sub-lang li:after {
  content: "";
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #fff;
  opacity: 0.35;
}
#menu-wrap .menu-foot .sub-lang li:last-child:after {
  display: none;
}
#menu-wrap .menu-foot .sub-lang li a,
#menu-wrap .menu-foot .sub-lang li span {
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
}
#menu-wrap .menu-foot .sub-lang li a {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
}
#menu-wrap .menu-foot .sub-lang li span {
  color: #fff;
  font-weight: bold;
}

/* Header */
#header {
  display: inline-block;
  padding: 40px 0 0 32px;
}
#header #logo {
  width: 160px;
  height: 38px;
}
#header #logo a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
#header #logo a svg {
  width: 100%;
}

/* Content */
.titles-wrap {
  zoom: 1;
}
.titles-wrap:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}
.titles-wrap .inr {
  width: 83%;
  margin: 0 auto;
  padding: 120px 0 52px;
  box-sizing: border-box;
}
.titles-wrap .titles {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.titles-wrap .titles .main-title {
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.01em;
}
.titles-wrap .titles .sub-title {
  margin-top: 12px;
  color: #a1a1a1;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}

.contents-wrap {
  zoom: 1;
}
.contents-wrap:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}
.contents-wrap > .inr {
  width: 100%;
  background-color: #fff;
}
.contents-wrap .contents {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 100px;
  box-sizing: border-box;
}
.contents-wrap .contents .contents-body {
  padding-top: 65px;
}
.contents-wrap .contents .contents-body > .inr {
  padding: 35px 0 200px;
}

/* link */
.link-arrow-1 a {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  line-height: 70px;
  letter-spacing: 0.08em;
  vertical-align: middle;
  color: #292929;
  text-decoration: none;
  font-weight: 500;
  border: 2px solid #f0f0f0;
  border-radius: 50px;
  box-sizing: border-box;
}
.link-arrow-1 a span {
  position: relative;
  display: block;
  width: 79.354839%;
  margin: 0 auto;
  box-sizing: border-box;
}
.link-arrow-1 a span:before {
  display: inline-block;
  width: 11px;
  height: 9px;
  content: "";
  padding-right: 5.483871%;
  background: url(../../shared/img/icn_linkout_black.png) no-repeat left 50%;
  background-size: 11px auto;
  vertical-align: middle;
}
.link-arrow-1 a span:after {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 44px;
  height: 7px;
  content: "";
  background: url(../../shared/img/icn_link_arrow_black.png) no-repeat right 50%;
  background-size: 44px 7px;
  transform: translateY(-50%);
}

/* Footer */
#footer {
  padding: 100px 0;
  background-color: #eff1f2;
  line-height: 1;
  text-align: center;
}
#footer .copyright {
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.08em;
}

/* Base Rule */
:first-child {
  margin-top: 0 !important;
}

.only-pc {
  display: none;
}

body#top {
  width: 100%;
  height: 100%;
  min-height: 400px;
}
body#top #header {
  position: absolute;
  top: 32px;
  left: 8%;
  padding: 0;
  z-index: 6;
}
body#top #header #logo {
  opacity: 0;
}
body#top #loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: #97d42c;
  overflow: hidden;
  z-index: 99998;
}
body#top #loading .load-meter {
  position: relative;
  top: 50%;
  left: 50%;
  width: 182px;
  height: 135px;
  transform: translate(-50%, -50%);
  z-index: 99999;
}
body#top #loading .load-meter .meter-max {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body#top #loading .load-meter .meter {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  overflow: hidden;
}
body#top #loading .load-meter svg {
  width: 182px;
  height: 135px;
}
body#top #bg {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100vw;
  height: 100%;
  background-color: #000;
  overflow: hidden;
  z-index: 0;
  background: #000 url("../../shared/img/err_jp_sp.jpg") no-repeat center center;
  background-size: cover;
}
body#top #bg #bgMovie {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding-bottom: 177.8%;
}
@media screen and (orientation: landscape) {
  body#top #bg #bgMovie {
    bottom: auto;
    top: 50%;
    transform: translate(0, -50%);
  }
}
body#top #bg #bgMovie iframe {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, 0%);
  z-index: 1;
}
body#top #bg #bgMovie .vp-controls-wrapper {
  display: none !important;
}
body#top #layer {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 1;
}
body#top #layer-shadow {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100vw;
  height: 50vh;
  overflow: hidden;
  z-index: 2;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
body#top .wrap {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
body#top .contents {
  position: relative;
  width: 84%;
  height: 100%;
  margin: 0 auto;
  z-index: 5;
}
body#top .contents .main-title {
  position: absolute;
  left: 0;
  bottom: 170px;
  width: 100%;
}
body#top .contents .main-title h1 {
  line-height: 1;
}
body#top .contents .main-title h1 span {
  display: block;
  margin-top: 16px;
  overflow: hidden;
  width: 0%;
  line-height: 0;
}
body#top .contents .block a {
  color: #fff;
  line-height: 1;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
body#top .contents .block a:hover {
  color: #97d42c;
  transition: 0.3s ease-in-out;
}
body#top .contents .block > .inr {
  width: 0;
  overflow: hidden;
}
body#top .contents .block.lang {
  position: absolute;
  top: 42px;
  right: 0;
}
body#top .contents .block.lang .langnav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
body#top .contents .block.lang .langnav li {
  flex: none;
  line-height: 1;
}
body#top .contents .block.lang .langnav li:before {
  display: inline-block;
  content: "|";
  color: rgba(255, 255, 255, 0.6);
  font-size: 11px;
  margin-left: 13px;
}
body#top .contents .block.lang .langnav li:first-child {
  padding-left: 0;
  margin-left: 0;
  border-left: none;
}
body#top .contents .block.lang .langnav li:first-child:before {
  display: none;
  margin-left: 0;
}
body#top .contents .block.lang .langnav li:first-child span,
body#top .contents .block.lang .langnav li:first-child a {
  margin-left: 0;
}
body#top .contents .block.lang .langnav li span,
body#top .contents .block.lang .langnav li a {
  margin-left: 13px;
  font-size: 11px;
  letter-spacing: 0.06em;
}
body#top .contents .block.lang .langnav li span {
  color: #FFF;
  font-weight: bold;
}
body#top .contents .block.lang .langnav li a {
  color: rgba(255, 255, 255, 0.4);
  font-weight: 400;
  transition: 0.3s ease-in-out;
}
body#top .contents .block.foot-nav {
  position: absolute;
  bottom: 84px;
  left: 0;
  width: 100%;
  margin: 0 auto;
}
body#top .contents .block.foot-nav .gnav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
body#top .contents .block.foot-nav .gnav .gnav-list {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 13px;
}
body#top .contents .block.foot-nav .gnav .gnav-list:first-child {
  margin-top: 0;
}
body#top .contents .block.foot-nav .gnav .gnav-list li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 1;
}
body#top .contents .block.foot-nav .gnav .gnav-list li:before {
  display: inline-block;
  content: "/";
  margin-left: 17px;
  color: #fff;
  font-size: 17px;
}
body#top .contents .block.foot-nav .gnav .gnav-list li:first-child:before {
  display: none;
  margin-left: 0;
}
body#top .contents .block.foot-nav .gnav .gnav-list li:first-child a {
  margin-left: 0;
}
body#top .contents .block.foot-nav .gnav .gnav-list li.only-pc a {
  display: none;
}
body#top .contents .block.foot-nav .gnav .gnav-list li a {
  margin-left: 17px;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.06em;
}
body#top .contents .block.foot-subnav {
  position: absolute;
  bottom: 45px;
  left: 0;
  width: 100%;
  margin: 0 auto;
}
body#top .contents .block.foot-subnav .subnav {
  display: flex;
  align-items: center;
  margin-top: 28px;
}
body#top .contents .block.foot-subnav .subnav li {
  flex: none;
  display: flex;
  align-items: center;
  line-height: 1;
}
body#top .contents .block.foot-subnav .subnav li:before {
  display: inline-block;
  content: "/";
  margin-left: 14px;
  color: #fff;
  font-size: 10px;
}
body#top .contents .block.foot-subnav .subnav li:first-child:before {
  display: none;
  margin-left: 0;
}
body#top .contents .block.foot-subnav .subnav li:first-child a {
  margin-left: 0;
}
body#top .contents .block.foot-subnav .subnav li a {
  margin-left: 14px;
  font-size: 11px;
  letter-spacing: 0.06em;
}
body#top .lang-english #bg {
  background: #000 url("../../shared/img/err_en_sp.jpg") no-repeat center center;
  background-size: cover;
}
body#top .lang-english .contents .main-title {
  bottom: 135px;
}
body#top .lang-english .contents .main-title h1 span {
  margin-top: 10px;
}
body#news.page .contents-wrap .inr {
  padding-bottom: 100px;
}
body#news.page .contents-wrap .contents {
  padding-bottom: 0;
}
body#news.page .contents-wrap .contents .contents-head {
  position: relative;
  width: 82%;
  margin: 0 auto;
  padding-top: 40px;
}
body#news.page .contents-wrap .contents .contents-head #category-search-sp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
body#news.page .contents-wrap .contents .contents-head #category-search-sp .search-cat-sp,
body#news.page .contents-wrap .contents .contents-head #category-search-sp .search-year-sp {
  border-bottom: 2px solid #000;
}
body#news.page .contents-wrap .contents .contents-head #category-search-sp .search-cat-sp {
  width: 64%;
}
body#news.page .contents-wrap .contents .contents-head #category-search-sp .search-year-sp {
  width: 25%;
}
body#news.page .contents-wrap .contents .contents-head #category-search-sp select {
  width: 100%;
  height: 4em;
  padding-right: 28px;
  -webkit-appearance: none;
          appearance: none;
  border: none;
  background: none;
  outline: none;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.02em;
  background: url("../../shared/img/icn_arw_black_sp.png") no-repeat;
  background-size: 10px 6.5px;
  background-position: center right 10px;
}
body#news.page .contents-wrap .contents .block-news .boxs {
  width: 100%;
}
body#news.page .contents-wrap .contents .block-news .boxs:first-child .box:first-child {
  padding-top: 0;
}
body#news.page .contents-wrap .contents .block-news .box {
  visibility: hidden;
  display: none;
  padding-bottom: 55px !important;
  padding-top: 55px;
  position: relative;
  border-bottom: 1px solid #f0f0f0;
  box-sizing: border-box;
  transition: 0.3s ease-in-out;
  z-index: 1;
  opacity: 0;
}
body#news.page .contents-wrap .contents .block-news .box .bg {
  display: none;
}
body#news.page .contents-wrap .contents .block-news .box .col {
  position: relative;
  width: 82%;
  margin: 0 auto;
  z-index: 1;
}
body#news.page .contents-wrap .contents .block-news .box .col a {
  text-decoration: none;
}
body#news.page .contents-wrap .contents .block-news .box .thumb {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 72%;
}
body#news.page .contents-wrap .contents .block-news .box .thumb:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: url("../../shared/img/cover.gif") left top;
  z-index: 1;
}
body#news.page .contents-wrap .contents .block-news .box .thumb span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body#news.page .contents-wrap .contents .block-news .box .text {
  margin-top: 30px;
  color: #292929;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.01em;
  word-break: break-all;
  transition: 0.3s ease-in-out;
}
body#news.page .contents-wrap .contents .block-news .box .col-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
}
body#news.page .contents-wrap .contents .block-news .box .col-foot .date {
  color: #a1a1a1;
  font-size: 10px;
  line-height: 1;
}
body#news.page .contents-wrap .contents .block-news .box .col-foot .cat {
  margin: 0;
  padding: 5px 12px;
  border-radius: 10px;
  background: #000;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  transition: 0.3s ease-in-out;
}
body#news.single .contents-wrap .contents .contents-head {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 100%;
  padding: 65px 32px 0;
  box-sizing: border-box;
}
body#news.single .contents-wrap .contents .contents-head .post-title {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.6;
}
body#news.single .contents-wrap .contents .post-date {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 26px;
  padding: 0 32px 48px;
  border-bottom: 1px solid #f0f0f0;
}
body#news.single .contents-wrap .contents .post-date .date {
  color: #a1a1a1;
  font-size: 10px;
  line-height: 1;
  list-style-type: 0.04em;
}
body#news.single .contents-wrap .contents .post-date .cat {
  margin: 0;
  padding: 5px 12px;
  border-radius: 10px;
  background: #000;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}
body#news.single .contents-wrap .contents .contents-body {
  width: 83%;
  margin: 0 auto;
  padding-top: 45px;
}
body#news.single .contents-wrap .contents .contents-body img {
  max-width: 100%;
  height: auto;
}
body#news.single .contents-wrap .contents .contents-body > h1:first-child, body#news.single .contents-wrap .contents .contents-body > h2:first-child, body#news.single .contents-wrap .contents .contents-body > h3:first-child, body#news.single .contents-wrap .contents .contents-body > p:first-child, body#news.single .contents-wrap .contents .contents-body > ul:first-child, body#news.single .contents-wrap .contents .contents-body > ol:first-child, body#news.single .contents-wrap .contents .contents-body > div:first-child, body#news.single .contents-wrap .contents .contents-body > img:first-child, body#news.single .contents-wrap .contents .contents-body > figure:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
body#news.single .contents-wrap .contents .contents-body > p {
  margin-top: 40px;
  font-size: 13px;
  line-height: 2;
}
body#news.single .contents-wrap .contents .contents-body h2 {
  padding-top: 40px;
  font-size: 15px;
  font-weight: bold;
}
body#news.single .contents-wrap .contents .contents-body h3 {
  padding-top: 40px;
  font-size: 14px;
  font-weight: bold;
}
body#news.single .contents-wrap .contents .contents-body a {
  color: #97d42c;
  text-decoration: none;
  word-break: break-all;
}
body#news.single .contents-wrap .contents .contents-body em {
  display: block;
  color: #A1A1A1;
  font-size: 11px;
  font-style: normal;
  line-height: 1.4;
}
body#news.single .contents-wrap .contents .contents-body ol {
  counter-reset: number;
}
body#news.single .contents-wrap .contents .contents-body ol li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: column;
  position: relative;
  margin-top: 8px;
  font-size: 13px;
  padding-left: 2.5em;
}
body#news.single .contents-wrap .contents .contents-body ol li p {
  margin-top: 10px;
}
body#news.single .contents-wrap .contents .contents-body ol li img {
  flex: none;
  max-width: 100%;
  height: auto;
  margin-top: 10px;
  padding-top: 0 !important;
}
body#news.single .contents-wrap .contents .contents-body ol li:before {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -2px;
  left: 0;
  counter-increment: number 1;
  content: counter(number);
  width: 24px;
  height: 24px;
  margin-right: 14px;
  background-color: #000;
  border-radius: 12.5px;
  color: #FFF;
  font-family: YakuHanJP, "aktiv-grotesk", "Yu Gothic", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", ヒラギノ角ゴ Pro W6, HiraKakuPro-W6, Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  font-feature-settings: "palt";
  font-size: 10px;
  font-weight: bold;
  letter-spacing: -0.04em;
}
body#news.single .contents-wrap .contents .contents-body > ol {
  margin: 45px 0 0;
}
body#news.single .contents-wrap .contents .contents-body ul li {
  position: relative;
  margin-top: 8px;
  padding-left: 14px;
  font-size: 13px;
}
body#news.single .contents-wrap .contents .contents-body ul li:before {
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #000;
  border-radius: 3.5px;
}
body#news.single .contents-wrap .contents .contents-body ul li p {
  margin: 0;
  padding-top: 10px;
  font-size: 12px;
  line-height: 1.6;
  text-indent: 0em;
}
body#news.single .contents-wrap .contents .contents-body > ul {
  margin: 45px 0 0;
}
body#news.single .contents-wrap .contents .contents-body > div {
  margin: 45px 0 0;
}
body#news.single .contents-wrap .contents .contents-body > div iframe {
  width: 100%;
}
body#news.single .contents-wrap .contents .contents-body > div img {
  max-width: 100%;
  height: auto;
}
body#news.single .contents-wrap .contents .contents-body > table {
  clear: both;
}
body#news.single .contents-wrap .contents .contents-body > table tr th {
  text-align: left;
  padding: 10px;
  border-bottom: 1px dashed #ccc;
}
body#news.single .contents-wrap .contents .contents-body > table tr td {
  text-align: left;
  padding: 10px;
  border-bottom: 1px dashed #ccc;
  word-break: break-all;
}
body#news.single .contents-wrap .contents .contents-body .wp-block-table {
  width: 100%;
  margin: 0;
  overflow-y: scroll;
}
body#news.single .contents-wrap .contents .contents-body .wp-block-table::-webkit-scrollbar {
  width: 0;
  height: 9px;
}
body#news.single .contents-wrap .contents .contents-body .wp-block-table::-webkit-scrollbar-track {
  background: #f7f9fa;
  border: none;
  border-radius: 3px;
  box-shadow: none;
}
body#news.single .contents-wrap .contents .contents-body .wp-block-table::-webkit-scrollbar-thumb {
  background: #a1a2a3;
  border-radius: 10px;
  box-shadow: none;
}
body#news.single .contents-wrap .contents .contents-body .wp-block-table table {
  max-width: 100%;
  margin: 0 auto;
}
body#news.single .contents-wrap .contents .contents-body .wp-block-table table thead tr {
  border-top: 1px solid #f0f0f0;
}
body#news.single .contents-wrap .contents .contents-body .wp-block-table table thead tr th {
  padding: 20px 50px 20px 10px;
  font-size: 13px;
  text-align: left;
  white-space: nowrap;
}
body#news.single .contents-wrap .contents .contents-body .wp-block-table table tbody tr {
  border-top: 1px solid #f0f0f0;
}
body#news.single .contents-wrap .contents .contents-body .wp-block-table table tbody tr:last-child {
  border-bottom: 1px solid #f0f0f0;
}
body#news.single .contents-wrap .contents .contents-body .wp-block-table table tbody tr td {
  padding: 10px;
  font-size: 13px;
}
body#news.single .contents-wrap .contents .contents-body > .wp-block-table {
  margin: 45px 0 0;
}
body#news.single .contents-wrap .contents .contents-body .wp-block-group .wp-block-group__inner-container > p, body#news.single .contents-wrap .contents .contents-body .wp-block-group .wp-block-group__inner-container ul, body#news.single .contents-wrap .contents .contents-body .wp-block-group .wp-block-group__inner-container ol, body#news.single .contents-wrap .contents .contents-body .wp-block-group .wp-block-group__inner-container div, body#news.single .contents-wrap .contents .contents-body .wp-block-group .wp-block-group__inner-container img, body#news.single .contents-wrap .contents .contents-body .wp-block-group .wp-block-group__inner-container figure {
  padding-top: 30px;
}
body#news.single .contents-wrap .contents .contents-body .wp-block-group .wp-block-group__inner-container > p:first-child, body#news.single .contents-wrap .contents .contents-body .wp-block-group .wp-block-group__inner-container ul:first-child, body#news.single .contents-wrap .contents .contents-body .wp-block-group .wp-block-group__inner-container ol:first-child, body#news.single .contents-wrap .contents .contents-body .wp-block-group .wp-block-group__inner-container div:first-child, body#news.single .contents-wrap .contents .contents-body .wp-block-group .wp-block-group__inner-container img:first-child, body#news.single .contents-wrap .contents .contents-body .wp-block-group .wp-block-group__inner-container figure:first-child {
  padding-top: 0;
}
body#news.single .contents-wrap .contents .contents-body > .wp-block-group {
  margin: 40px 0 0;
}
body#news.single .contents-wrap .contents .contents-body figure.wp-block-image {
  position: relative;
}
body#news.single .contents-wrap .contents .contents-body figure.wp-block-image:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: url("../../shared/img/cover.gif") left top;
  z-index: 1;
}
body#news.single .contents-wrap .contents .contents-body .wp-block-image {
  width: 100vw;
  max-width: 100vw;
  margin-left: -8.5vw;
  text-align: center;
  zoom: 1;
}
body#news.single .contents-wrap .contents .contents-body .wp-block-image:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}
body#news.single .contents-wrap .contents .contents-body .wp-block-image figure {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
body#news.single .contents-wrap .contents .contents-body .wp-block-image figure:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: url("../../shared/img/cover.gif") left top;
  z-index: 1;
}
body#news.single .contents-wrap .contents .contents-body .wp-block-image img {
  max-width: 100%;
  height: auto;
}
body#news.single .contents-wrap .contents .contents-body .wp-block-image figcaption {
  margin: 0;
  padding-top: 16px;
  font-size: 12px;
}
body#news.single .contents-wrap .contents .contents-body > .wp-block-image {
  margin: 40px 0 0 -8.5vw;
}
body#news.single .contents-wrap .contents .contents-body .wp-block-embed-youtube {
  margin: 0;
  text-align: center;
}
body#news.single .contents-wrap .contents .contents-body .wp-block-embed-youtube .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
body#news.single .contents-wrap .contents .contents-body .wp-block-embed-youtube .wp-block-embed__wrapper iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
body#news.single .contents-wrap .contents .contents-body > .wp-block-embed-youtube {
  margin: 75px auto 0;
}
body#news.single .contents-wrap .contents .contents-body .block-btn {
  width: 100%;
  display: block;
}
body#news.single .contents-wrap .contents .contents-body .block-btn a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 26px 30px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  background-color: #292929;
  border-radius: 100px;
  box-sizing: border-box;
}
body#news.single .contents-wrap .contents .contents-body .block-btn a .link-out {
  content: "";
  width: 11px;
  height: 8px;
  margin-right: 15px;
  background: url("../../shared/img/icn_linkout_white.png") no-repeat center center;
  background-size: cover;
}
body#news.single .contents-wrap .contents .contents-body .block-btn a .link-arw {
  display: inline-block;
  position: relative;
  right: 0;
  width: 38px;
  height: 1px;
  margin-left: 22px;
  background-color: #fff;
}
body#news.single .contents-wrap .contents .contents-body .block-btn a .link-arw:before, body#news.single .contents-wrap .contents .contents-body .block-btn a .link-arw:after {
  position: absolute;
  top: 50%;
  right: -8px;
  content: "";
  width: 6px;
  height: 1px;
  background-color: #fff;
}
body#news.single .contents-wrap .contents .contents-body .block-btn a .link-arw:before {
  transform-origin: right top;
  transform: translateY(-50%) rotate(-45deg);
}
body#news.single .contents-wrap .contents .contents-body .block-btn a .link-arw:after {
  transform-origin: right bottom;
  transform: translateY(-50%) rotate(45deg);
}
body#news.single .contents-wrap .contents .contents-body > .block-btn {
  margin: 40px auto 0;
}
body#news.single .contents-wrap .contents .contents-body .app-box {
  margin-top: 40px;
  border: 1px solid #f0f0f0;
  box-sizing: border-box;
  border-radius: 30px;
  zoom: 1;
}
body#news.single .contents-wrap .contents .contents-body .app-box:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}
body#news.single .contents-wrap .contents .contents-body .app-box.-alice .app-thumb {
  width: 50%;
}
body#news.single .contents-wrap .contents .contents-body .app-box .app-not-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: row-reverse;
  padding: 20px;
  box-sizing: border-box;
}
body#news.single .contents-wrap .contents .contents-body .app-box .app-thumb {
  position: relative;
  width: 30%;
}
body#news.single .contents-wrap .contents .contents-body .app-box .app-thumb:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: url("../../shared/img/cover.gif") left top;
  z-index: 1;
}
body#news.single .contents-wrap .contents .contents-body .app-box .app-thumb img {
  width: 100%;
  height: auto;
}
body#news.single .contents-wrap .contents .contents-body .app-box .app-name {
  width: 66%;
  margin-right: 4%;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
body#news.single .contents-wrap .contents .contents-body .app-box .app-info-head dl,
body#news.single .contents-wrap .contents .contents-body .app-box .app-info-body dl {
  display: flex;
  align-items: baseline;
  padding: 15px 20px;
  border-top: 1px solid #f0f0f0;
  box-sizing: border-box;
}
body#news.single .contents-wrap .contents .contents-body .app-box .app-info-head dl dt,
body#news.single .contents-wrap .contents .contents-body .app-box .app-info-body dl dt {
  width: 19%;
  margin-right: 3%;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.6;
}
body#news.single .contents-wrap .contents .contents-body .app-box .app-info-head dl dd,
body#news.single .contents-wrap .contents .contents-body .app-box .app-info-body dl dd {
  width: 78%;
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
body#news.single .contents-wrap .contents .contents-body .app-box .youtube {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  border-top: 1px solid #f0f0f0;
}
body#news.single .contents-wrap .contents .contents-body .app-box .youtube iframe {
  width: 100%;
  height: auto;
}
body#news.single .contents-wrap .contents .contents-body .app-box .youtube + .app-caution {
  padding-top: 0;
}
body#news.single .contents-wrap .contents .contents-body .app-box .app-caution {
  padding: 20px;
}
body#news.single .contents-wrap .contents .contents-body .app-box .app-caution li {
  padding-left: 0;
  font-size: 11px;
}
body#news.single .contents-wrap .contents .contents-body .app-box .app-caution li:before {
  display: none;
}
body#news.single .contents-wrap .contents .contents-body .company-box {
  margin-top: 50px;
  padding: 45px 38px;
  border-radius: 30px;
  background-color: #F7F9FA;
}
body#news.single .contents-wrap .contents .contents-body .company-box .company-title {
  padding-top: 0;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
body#news.single .contents-wrap .contents .contents-body .company-box .company-list {
  margin-top: 30px;
}
body#news.single .contents-wrap .contents .contents-body .company-box .company-list li {
  margin-top: 0;
  padding-top: 16px;
  padding-left: 0;
}
body#news.single .contents-wrap .contents .contents-body .company-box .company-list li:first-child {
  padding-top: 0;
}
body#news.single .contents-wrap .contents .contents-body .company-box .company-list li:before {
  display: none;
}
body#news.single .contents-wrap .contents .contents-body .company-box .company-list li dl dt {
  font-size: 10px;
  font-weight: bold;
}
body#news.single .contents-wrap .contents .contents-body .company-box .company-list li dl dd {
  padding-top: 2px;
  font-size: 11px;
}
body#news.single .contents-wrap .contents-foot {
  width: 100%;
  padding: 70px 0;
  background-color: #292929;
  box-sizing: border-box;
}
body#news.single .contents-wrap .contents-foot .inr {
  width: 83%;
  margin: 0 auto;
}
body#news.single .contents-wrap .contents-foot .back-news a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 0.01em;
  text-decoration: none;
}
body#news.single .contents-wrap .contents-foot .back-news a:before {
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  margin-right: 15px;
  background: url("../../shared/img/icn_list_news_white.png") no-repeat center center;
  background-size: 15px;
}
body#news.single .contents-wrap .contents-foot .pager-news {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 70px;
}
body#news.single .contents-wrap .contents-foot .pager-news .line {
  width: 1px;
  height: 24px;
  background-color: #545454;
}
body#news.single .contents-wrap .contents-foot .pager-news .link-prev,
body#news.single .contents-wrap .contents-foot .pager-news .link-next {
  width: 50%;
  margin: 0;
}
body#news.single .contents-wrap .contents-foot .pager-news .link-prev a,
body#news.single .contents-wrap .contents-foot .pager-news .link-next a {
  display: flex;
  align-items: center;
  color: #FFF;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 0.01em;
  text-decoration: none;
}
body#news.single .contents-wrap .contents-foot .pager-news .link-prev a {
  justify-content: flex-start;
}
body#news.single .contents-wrap .contents-foot .pager-news .link-prev a:before {
  display: block;
  content: "";
  width: 13px;
  height: 24px;
  margin-right: 17px;
  background: url("../../shared/img/icn_pager_prev_white.png") no-repeat center center;
  background-size: cover;
}
body#news.single .contents-wrap .contents-foot .pager-news .link-next a {
  justify-content: flex-end;
}
body#news.single .contents-wrap .contents-foot .pager-news .link-next a:after {
  display: block;
  content: "";
  width: 13px;
  height: 24px;
  margin-left: 17px;
  background: url("../../shared/img/icn_pager_next_white.png") no-repeat center center;
  background-size: cover;
}

body#service .contents-wrap .contents {
  padding-bottom: 0;
}
body#service .contents-wrap .contents .contents-body {
  padding-top: 0;
}
body#service .contents-wrap .contents .block .img {
  position: relative;
  width: 100%;
}
body#service .contents-wrap .contents .block .img:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: url("../../shared/img/cover.gif") left top;
  z-index: 1;
}
body#service .contents-wrap .contents .block .img img {
  width: 100%;
  height: auto;
}
body#service .contents-wrap .contents .block .content {
  font-size: 0;
  width: 82.666667%;
  margin: 0 auto;
  padding: 32px 0 75px;
  box-sizing: border-box;
}
body#service .contents-wrap .contents .block .content .icn {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 25.483871%;
}
body#service .contents-wrap .contents .block .content .icn:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: url("../../shared/img/cover.gif") left top;
  z-index: 1;
}
body#service .contents-wrap .contents .block .content .icn img {
  width: 100%;
  height: auto;
}
body#service .contents-wrap .contents .block .content .details {
  display: inline-block;
  vertical-align: top;
  width: 66.612903%;
  margin-left: 7.864516%;
}
body#service .contents-wrap .contents .block .content .details .status {
  display: block;
  margin-top: 12px;
  vertical-align: top;
  font-size: 0;
}
body#service .contents-wrap .contents .block .content .details .status dt {
  display: inline-block;
  vertical-align: top;
  font-size: 9px;
  line-height: 19px;
  letter-spacing: 0.04em;
  padding: 0 13px;
  border: 1px solid #f0f0f0;
  border-radius: 5px;
  box-sizing: border-box;
  background-color: #f0f0f0;
}
body#service .contents-wrap .contents .block .content .details .status dd {
  display: inline-block;
  vertical-align: top;
  padding: 0 13px;
  font-size: 8px;
  line-height: 17px;
  letter-spacing: 0.04em;
  border: 1px solid #f0f0f0;
  border-radius: 11px;
  box-sizing: border-box;
}
body#service .contents-wrap .contents .block .content .details .status dd + dd {
  margin-left: 1.612903%;
}
body#service .contents-wrap .contents .block .content .details .game, body#service .contents-wrap .contents .block .content .details .area {
  display: block;
  margin-top: 12px;
  vertical-align: top;
  font-size: 0;
}
body#service .contents-wrap .contents .block .content .details .game dt, body#service .contents-wrap .contents .block .content .details .area dt {
  display: inline-block;
  vertical-align: top;
  font-size: 9px;
  line-height: 19px;
  letter-spacing: 0.04em;
}
body#service .contents-wrap .contents .block .content .details .game dt:after, body#service .contents-wrap .contents .block .content .details .area dt:after {
  content: "：";
  padding: 0 6px 0 3px;
  font-size: 9px;
  line-height: 19px;
}
body#service .contents-wrap .contents .block .content .details .game dd, body#service .contents-wrap .contents .block .content .details .area dd {
  display: inline-block;
  vertical-align: top;
  padding: 0 13px;
  font-size: 8px;
  line-height: 17px;
  letter-spacing: 0.04em;
  border: 1px solid #f0f0f0;
  border-radius: 11px;
  box-sizing: border-box;
}
body#service .contents-wrap .contents .block .content .details .game dd + dd, body#service .contents-wrap .contents .block .content .details .area dd + dd {
  margin-left: 1.612903%;
}
body#service .contents-wrap .contents .block .content .details .game, body#service .contents-wrap .contents .block .content .details .area {
  margin-top: 5px;
}
body#service .contents-wrap .contents .block .content .details h2.title-name {
  font-family: YakuHanJP, "aktiv-grotesk", "Yu Gothic", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", ヒラギノ角ゴ Pro W6, HiraKakuPro-W6, Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  font-feature-settings: "palt";
  margin-top: 6px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.15em;
  vertical-align: top;
}
body#service .contents-wrap .contents .block .content .details h2.title-name.-en {
  letter-spacing: 0.08em;
}
body#service .contents-wrap .contents .block .content .details .name-en {
  margin-top: 5px;
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #a1a1a1;
}
body#service .contents-wrap .contents .block .content .link-arrow-1 {
  display: block;
  clear: left;
  width: 100%;
  margin-top: 33px;
  vertical-align: middle;
  font-size: 20px;
}
body#service .contents-wrap .contents .block:last-child {
  padding-bottom: 25px;
}

body#company {
  /* common */
}
body#company .company-footer {
  width: 100%;
  padding: 70px 0 105px;
  background-color: #292929;
}
body#company .company-footer .inr {
  width: 100%;
  margin: 0 auto;
  padding: 0 52px;
  box-sizing: border-box;
}
body#company .company-footer .company-parent {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
body#company .company-footer .company-parent:before {
  display: inline-block;
  content: "";
  width: 17px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
body#company .company-footer .company-parent p {
  margin-left: 16px;
  color: rgba(255, 255, 255, 0.2);
  font-size: 14px;
  letter-spacing: 0.01em;
}
body#company .company-footer .company-child {
  margin-top: 23px;
}
body#company .company-footer .company-child .company-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
body#company .company-footer .company-child .company-list li {
  width: 46%;
  margin-top: 28px !important;
  line-height: 1;
}
body#company .company-footer .company-child .company-list li:first-child {
  margin-left: 0;
}
body#company .company-footer .company-child .company-list li a {
  position: relative;
  padding: 6px 0;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.01em;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
body#company .company-footer .company-child .company-list li a:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 0;
  border-bottom: 1px solid #fff;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
body#company .company-footer .company-child .company-list li a.here {
  pointer-events: none;
}
body#company .company-footer .company-child .company-list li a.here:after {
  opacity: 1;
  transition: 0.3s ease-in-out;
}
body#company .company-footer .company-child .company-list li a.here:hover {
  color: #fff;
  transition: none;
}
body#company .company-footer .company-child .company-list li a:hover {
  color: #97d42c;
  transition: 0.3s ease-in-out;
}
body#company.company .contents-wrap > .inr .contents .contents-body {
  width: 82.666667%;
  margin: 0 auto;
}
body#company.company .contents-wrap > .inr .contents .contents-body .block-cts {
  zoom: 1;
}
body#company.company .contents-wrap > .inr .contents .contents-body .block-cts:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}
body#company.company .contents-wrap > .inr .contents .contents-body .block-cts .title {
  font-size: 11px;
  letter-spacing: 0.04em;
  line-height: 1.2;
  font-weight: bold;
}
body#company.company .contents-wrap > .inr .contents .contents-body .block-cts .text-area {
  margin-top: 25px;
}
body#company.company .contents-wrap > .inr .contents .contents-body .block-cts .text-area .h2-title {
  margin-left: -3px;
  font-size: 30px;
  letter-spacing: 0.4em;
  line-height: 1.53225806;
  font-weight: 700;
}
body#company.company .contents-wrap > .inr .contents .contents-body .block-cts .text-area .text {
  font-size: 12.5px;
  letter-spacing: 0.2em;
  line-height: 2.08;
  font-weight: bold;
}
body#company.company .contents-wrap > .inr .contents .contents-body .block-cts .text-area .text + .text {
  margin-top: 14px;
}
body#company.company .contents-wrap > .inr .contents .contents-body .block-cts .text-area .h2-title + .text {
  margin-top: 29px;
}
body#company.company .contents-wrap > .inr .contents .contents-body .block-cts + .block-cts {
  margin-top: 85px;
}
body#company.company .lang-english .titles-wrap .inr {
  padding-bottom: 67px;
}
body#company.company .lang-english .contents-wrap > .inr .contents .contents-body .block-cts .text-area .text {
  font-size: 13.5px;
  letter-spacing: 0.032em;
  line-height: 1.48148148;
}
body#company.company .lang-english .contents-wrap > .inr .contents .contents-body .block-cts .text-area .text + .text {
  margin-top: 15px;
}
body#company.company .lang-english .contents-wrap > .inr .contents .contents-body .block-cts .text-area .h2-title {
  margin-left: 0;
  font-size: 25.5px;
  letter-spacing: 0.014em;
  line-height: 1.37254902;
}
body#company.company .lang-english .contents-wrap > .inr .contents .contents-body .block-cts .text-area .h2-title + .text {
  margin-top: 23px;
}
body#company.info .contents-wrap > .inr .contents .contents-body {
  width: 82.666667%;
  margin: 0 auto;
}
body#company.info .contents-wrap > .inr .contents .contents-body .table tr {
  padding: 32px 0;
  border-top: 1px solid #f0f0f0;
}
body#company.info .contents-wrap > .inr .contents .contents-body .table tr:last-child {
  border-bottom: 1px solid #f0f0f0;
}
body#company.info .contents-wrap > .inr .contents .contents-body .table tr:last-child td p.text {
  line-height: 1.9;
}
body#company.info .contents-wrap > .inr .contents .contents-body .table th {
  display: block;
  padding-top: 27px;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.08em;
  font-weight: bold;
  vertical-align: top;
  text-align: left;
}
body#company.info .contents-wrap > .inr .contents .contents-body .table td {
  display: block;
  padding-top: 6px;
  padding-bottom: 27px;
  vertical-align: top;
}
body#company.info .contents-wrap > .inr .contents .contents-body .table td p.text {
  font-size: 12.5px;
  line-height: 1.7;
  letter-spacing: 0.08em;
}
body#company.info .contents-wrap > .inr .contents .contents-body .table td p.text span.text-1 {
  padding-left: 7px;
  font-size: 11px;
  letter-spacing: 0.05em;
}
body#company.info .contents-wrap > .inr .contents .contents-body .table td p.text span.text-1.left-none {
  padding-left: 0;
}
body#company.info .contents-wrap > .inr .contents .contents-body .table td p.text span.text-2 {
  padding-right: 6px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
body#company.info .contents-wrap > .inr .contents .contents-body .table td p.text-title {
  line-height: 2;
  letter-spacing: 0.08em;
}
body#company.info .contents-wrap > .inr .contents .contents-body .table td p.text + p.text {
  padding-top: 11px;
}
body#company.info .contents-wrap > .inr .contents .contents-body .table td div.address p {
  vertical-align: top;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
body#company.info .contents-wrap > .inr .contents .contents-body .table td div.address p.place {
  display: inline-block;
  height: 29px;
  line-height: 29px;
  border: 1px solid #f0f0f0;
  border-radius: 20px;
  box-sizing: border-box;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.05em;
  font-weight: 600;
}
body#company.info .contents-wrap > .inr .contents .contents-body .table td div.address p.place.nagoya {
  padding: 0 26.5px;
}
body#company.info .contents-wrap > .inr .contents .contents-body .table td div.address p.place.tokyo {
  padding: 0px 23.5px;
}
body#company.info .contents-wrap > .inr .contents .contents-body .table td div.address p.add {
  padding-top: 8px;
  letter-spacing: 0.09em;
  line-height: 2;
  font-size: 12.5px;
}
body#company.info .contents-wrap > .inr .contents .contents-body .table td div.address p.link {
  padding-top: 3px;
  font-size: 14px;
  font-weight: bold;
}
body#company.info .contents-wrap > .inr .contents .contents-body .table td div.address p.link a {
  text-decoration: none;
  color: #292929;
}
body#company.info .contents-wrap > .inr .contents .contents-body .table td div.address p.link a:before {
  display: inline-block;
  width: 11px;
  height: 9px;
  content: "";
  margin: 0 9px 0 0;
  background: url(../../shared/img/icn_linkout_black.png) no-repeat left 50%;
  background-size: 11px auto;
  vertical-align: middle;
}
body#company.info .contents-wrap > .inr .contents .contents-body .table td div.address + div.address {
  margin-top: 21px;
}
body#company.info .contents-wrap > .inr .contents .contents-body .table td dl.list-1 {
  zoom: 1;
  margin-top: -13px !important;
  padding-bottom: 8px;
}
body#company.info .contents-wrap > .inr .contents .contents-body .table td dl.list-1:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}
body#company.info .contents-wrap > .inr .contents .contents-body .table td dl.list-1 dt {
  display: block;
  padding-top: 15px;
  font-size: 12.5px;
  line-height: 1.2;
  letter-spacing: 0.08em;
}
body#company.info .contents-wrap > .inr .contents .contents-body .table td dl.list-1 dt span {
  padding-left: 7px;
  font-size: 10px;
  letter-spacing: 0.04em;
  line-height: 16px;
  vertical-align: middle;
}
body#company.info .contents-wrap > .inr .contents .contents-body .table td dl.list-1 dd {
  display: block;
  padding-top: 6px;
  font-size: 12.5px;
  line-height: 1.2;
  letter-spacing: 0.08em;
}
body#company.info .contents-wrap > .inr .contents .contents-body .table td dl.list-1 dd span {
  padding-left: 10px;
  font-size: 11px;
  letter-spacing: 0.04em;
  line-height: 16px;
}
body#company.info .contents-wrap > .inr .contents .contents-body .table td ul.list-2 {
  margin-top: -4px;
  padding-bottom: 9px;
}
body#company.info .contents-wrap > .inr .contents .contents-body .table td ul.list-2 li {
  padding-top: 15px;
  vertical-align: top;
  font-size: 12.5px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
body#company.info .contents-wrap > .inr .contents .contents-body .table td ul.list-2 li br.only-sp + span {
  padding-left: 0;
}
body#company.info .contents-wrap > .inr .contents .contents-body .table td ul.list-2 li span {
  padding-left: 7px;
  font-size: 10px;
  letter-spacing: 0.04em;
}
body#company.info .contents-wrap > .inr .contents .contents-body .support {
  padding-top: 75px;
}
body#company.info .contents-wrap > .inr .contents .contents-body .support .title {
  font-size: 12.5px;
  line-height: 1.5;
  letter-spacing: 0.14em;
  text-align: center;
}
body#company.info .contents-wrap > .inr .contents .contents-body .support .img {
  width: 100%;
  margin-top: 28px;
  text-align: center;
}
body#company.info .contents-wrap > .inr .contents .contents-body .support .img img {
  width: 100%;
}
body#company.info .lang-english .contents-wrap > .inr .contents .contents-body .table th {
  letter-spacing: 0.06em;
}
body#company.info .lang-english .contents-wrap > .inr .contents .contents-body .table td p.text {
  letter-spacing: 0.06em;
}
body#company.info .lang-english .contents-wrap > .inr .contents .contents-body .table td p.text span.text-1 {
  line-height: 1.5;
}
body#company.info .lang-english .contents-wrap > .inr .contents .contents-body .table td p.text-title {
  letter-spacing: 0.06em;
}
body#company.info .lang-english .contents-wrap > .inr .contents .contents-body .table td .list-1 dt {
  letter-spacing: 0.06em;
}
body#company.info .lang-english .contents-wrap > .inr .contents .contents-body .table td .list-1 dd {
  letter-spacing: 0.06em;
}
body#company.info .lang-english .contents-wrap > .inr .contents .contents-body .table td .list-2 li {
  letter-spacing: 0.06em;
}
body#company.management .contents-wrap > .inr .contents {
  width: 100%;
  max-width: none;
}
body#company.management .contents-wrap > .inr .contents .contents-body .block-person {
  width: 83%;
  margin: 60px auto 0;
}
body#company.management .contents-wrap > .inr .contents .contents-body .block-person.first-child {
  margin-top: 0;
}
body#company.management .contents-wrap > .inr .contents .contents-body .box-person {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
body#company.management .contents-wrap > .inr .contents .contents-body .box-person .post-en {
  width: 3%;
  color: #a1a1a1;
  font-size: 10px;
  letter-spacing: 0.08em;
  writing-mode: vertical-rl;
  white-space: nowrap;
}
body#company.management .contents-wrap > .inr .contents .contents-body .box-person .info {
  width: 87%;
}
body#company.management .contents-wrap > .inr .contents .contents-body .box-person .photo img {
  width: 100%;
}
body#company.management .contents-wrap > .inr .contents .contents-body .box-person .info-person {
  margin-top: 32px;
}
body#company.management .contents-wrap > .inr .contents .contents-body .box-person .info-person .post {
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.1em;
}
body#company.management .contents-wrap > .inr .contents .contents-body .box-person .info-person .post .outside {
  margin-left: 7px;
  font-size: 10px;
}
body#company.management .contents-wrap > .inr .contents .contents-body .box-person .info-person .name {
  margin-top: 16px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}
body#company.management .contents-wrap > .inr .contents .contents-body .box-person .info-person .name span {
  margin-left: 14px;
  color: #a1a1a1;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.08em;
}
body#company.management .contents-wrap > .inr .contents .contents-body .box-person .info-person .name span:before {
  content: "/";
  margin-right: 8px;
}
body#company.management .contents-wrap > .inr .contents .contents-body .box-person .info-person .career {
  margin-top: 28px;
}
body#company.management .contents-wrap > .inr .contents .contents-body .box-person .info-person .career li {
  display: flex;
  align-items: baseline;
  margin-top: 9px;
  font-size: 11px;
  letter-spacing: 0.09em;
}
body#company.management .contents-wrap > .inr .contents .contents-body .box-person .info-person .career li:before {
  flex: none;
  position: relative;
  top: -0.3em;
  content: "";
  width: 10px;
  height: 1px;
  margin-right: 13px;
  background-color: #d9d9d9;
}
body#company.management .contents-wrap > .inr .contents .contents-body .box-person .info-person .career li dl {
  display: flex;
  align-items: baseline;
}
body#company.management .contents-wrap > .inr .contents .contents-body .box-person .info-person .career li dl dt {
  flex: none;
  margin-right: 0.5em;
  letter-spacing: 0.09em;
}
body#company.management .contents-wrap > .inr .contents .contents-body .box-person .info-person .career li dl dd {
  letter-spacing: 0.09em;
}
body#company.management .contents-wrap > .inr .contents .contents-body .box-person .info-person .career li dl dd span {
  font-size: 10px;
}
body#company.management .contents-wrap > .inr .contents .contents-body .img-management {
  width: 100%;
  margin-top: 70px;
}
body#company.management .contents-wrap > .inr .contents .contents-body .img-management img {
  width: 100%;
}
body#company.management .contents-wrap > .inr .contents .contents-body .block-person2 {
  width: 83%;
  margin: 50px auto 0;
}
body#company.management .contents-wrap > .inr .contents .contents-body .block-person2.first {
  margin-top: 75px;
}
body#company.management .contents-wrap > .inr .contents .contents-body .block-person2.first .box-person2:first-child {
  padding-top: 50px;
  border-top: 1px solid #f0f0f0;
}
body#company.management .contents-wrap > .inr .contents .contents-body .block-person2 .box-person2 {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #f0f0f0;
}
body#company.management .contents-wrap > .inr .contents .contents-body .block-person2 .box-person2 .info .post {
  font-size: 11px;
  letter-spacing: 0.1em;
}
body#company.management .contents-wrap > .inr .contents .contents-body .block-person2 .box-person2 .info .post .outside {
  margin-left: 7px;
  font-size: 10px;
}
body#company.management .contents-wrap > .inr .contents .contents-body .block-person2 .box-person2 .info .names {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  margin-top: 14px;
}
body#company.management .contents-wrap > .inr .contents .contents-body .block-person2 .box-person2 .info .names .name {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}
body#company.management .contents-wrap > .inr .contents .contents-body .block-person2 .box-person2 .info .names .name-en {
  margin-left: 12px;
  color: #a1a1a1;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.08em;
}
body#company.management .contents-wrap > .inr .contents .contents-body .block-person2 .box-person2 .info .names .name-en:before {
  content: "/";
  margin-right: 8px;
}
body#company.management .contents-wrap > .inr .contents .contents-body .block-person2 .box-person2 .career {
  margin-top: 24px;
}
body#company.management .contents-wrap > .inr .contents .contents-body .block-person2 .box-person2 .career li {
  margin-top: 8px;
  font-size: 11px;
  letter-spacing: 0.09em;
}
body#company.management .contents-wrap > .inr .contents .contents-body .block-person2 .box-person2 .career li dl {
  display: flex;
  align-items: baseline;
}
body#company.management .contents-wrap > .inr .contents .contents-body .block-person2 .box-person2 .career li dl dt {
  flex: none;
  margin-right: 1em;
  letter-spacing: 0.09em;
}
body#company.management .contents-wrap > .inr .contents .contents-body .block-person2 .box-person2 .career li dl dd {
  letter-spacing: 0.09em;
}
body#company.management .contents-wrap > .inr .contents .contents-body .block-person3 {
  width: 83%;
  margin: 50px auto 0;
}
body#company.management .contents-wrap > .inr .contents .contents-body .block-person3.first {
  margin-top: 70px;
}
body#company.management .contents-wrap > .inr .contents .contents-body .block-person3 .box-person3 {
  margin-top: 44px;
}
body#company.management .contents-wrap > .inr .contents .contents-body .block-person3 .box-person3 .post {
  font-size: 11px;
  letter-spacing: 0.1em;
}
body#company.management .contents-wrap > .inr .contents .contents-body .block-person3 .box-person3 .post .outside {
  margin-left: 7px;
  font-size: 10px;
}
body#company.management .contents-wrap > .inr .contents .contents-body .block-person3 .box-person3 .names {
  display: flex;
  align-items: baseline;
  margin-top: 10px;
}
body#company.management .contents-wrap > .inr .contents .contents-body .block-person3 .box-person3 .names .name {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
body#company.management .contents-wrap > .inr .contents .contents-body .block-person3 .box-person3 .names .name-en {
  margin-left: 12px;
  color: #a1a1a1;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.08em;
}
body#company.management .contents-wrap > .inr .contents .contents-body .block-person3 .box-person3 .names .name-en:before {
  content: "/";
  margin-right: 9px;
}
body#company.management .lang-english .contents-wrap > .inr .contents .contents-body .block-person2 .box-person2 .info .names .name {
  font-size: 17px;
  letter-spacing: 0.06em;
}
body#company.management .lang-english .contents-wrap > .inr .contents .contents-body .block-person2 .box-person2 .career li dl dt {
  letter-spacing: 0.06em;
}
body#company.management .lang-english .contents-wrap > .inr .contents .contents-body .block-person2 .box-person2 .career li dl dd {
  letter-spacing: 0.06em;
}
body#company.management .lang-english .contents-wrap > .inr .contents .contents-body .block-person3 .box-person3 .post .outside {
  margin-left: 0;
}
body#company.access .contents-wrap > .inr .contents .contents-body {
  padding-top: 55px;
}
body#company.access .contents-wrap > .inr .contents .contents-body .block-access .box-access#access-tokyo {
  margin-top: 64px;
  padding-top: 56px;
  border-top: 1px solid #f0f0f0;
}
body#company.access .contents-wrap > .inr .contents .contents-body .block-access .box-access > .inr {
  width: 83%;
  margin: 0 auto;
}
body#company.access .contents-wrap > .inr .contents .contents-body .block-access .titles .title {
  font-size: 33px;
  font-weight: 500;
  letter-spacing: 0.02em;
}
body#company.access .contents-wrap > .inr .contents .contents-body .block-access .titles .subtitle {
  margin-top: 10px;
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}
body#company.access .contents-wrap > .inr .contents .contents-body .block-access .maparea {
  width: 100%;
  height: 0;
  padding-bottom: 120%;
  margin-top: 35px;
}
body#company.access .contents-wrap > .inr .contents .contents-body .block-access .maparea .gm-ui-hover-effect {
  top: 0 !important;
  right: 0 !important;
}
body#company.access .contents-wrap > .inr .contents .contents-body .block-access .info {
  margin-top: 26px;
}
body#company.access .contents-wrap > .inr .contents .contents-body .block-access .info .address {
  flex: 0.9;
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.09em;
}
body#company.access .contents-wrap > .inr .contents .contents-body .block-access .info .link {
  width: 100%;
  margin-top: 30px;
}
body#company.access .contents-wrap > .inr .contents .contents-body .block-access .info .link a {
  line-height: 65px;
}
body#company.access .lang-english .contents-wrap > .inr .contents .contents-body .block-access .titles .title {
  letter-spacing: 0.01em;
}

body#recruit .contents-wrap .contents .contents-body {
  padding-top: 70px;
}
body#recruit .contents-wrap .contents .contents-body .item {
  margin-top: 66px;
  padding-top: 75px;
  border-top: 1px solid #f0f0f0;
}
body#recruit .contents-wrap .contents .contents-body .item:first-child {
  padding-top: 0;
  border: none;
}
body#recruit .contents-wrap .contents .contents-body .item .inr {
  width: 83%;
  margin: 0 auto;
}
body#recruit .contents-wrap .contents .contents-body .item .item-name {
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.02em;
}
body#recruit .contents-wrap .contents .contents-body .item .item-desc {
  margin-top: 28px;
  font-size: 13px;
}
body#recruit .contents-wrap .contents .contents-body .item.item-message .item-desc p {
  margin-top: 13px;
  font-size: 13px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.2em;
}
body#recruit .contents-wrap .contents .contents-body .item.item-studio .item-desc .studio {
  margin-top: 62px;
}
body#recruit .contents-wrap .contents .contents-body .item.item-studio .item-desc .studio .name {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
body#recruit .contents-wrap .contents .contents-body .item.item-studio .item-desc .studio .name .area {
  display: inline-block;
  vertical-align: top;
  margin-left: 1.612903%;
  padding: 0 13px;
  font-size: 8px;
  line-height: 17px;
  letter-spacing: 0.06em;
  border: 1px solid #f0f0f0;
  border-radius: 11px;
  font-weight: normal;
}
body#recruit .contents-wrap .contents .contents-body .item.item-studio .item-desc .studio .name .area:first-child {
  margin-left: 15px;
}
body#recruit .contents-wrap .contents .contents-body .item.item-studio .item-desc .studio .text {
  margin-top: 18px;
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.09em;
}
body#recruit .contents-wrap .contents .contents-body .item.item-studio .item-desc .studio .directer {
  margin-top: 14px;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.09em;
  text-align: right;
}
body#recruit .contents-wrap .contents .contents-body .item.item-studio .item-desc .studio .studio-service {
  margin-top: 32px;
  padding: 28px 34px 42px;
  border-radius: 22px;
  background-color: #f7f9fa;
  box-sizing: border-box;
}
body#recruit .contents-wrap .contents .contents-body .item.item-studio .item-desc .studio .studio-service .charge {
  color: #a1a1a1;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
body#recruit .contents-wrap .contents .contents-body .item.item-studio .item-desc .studio .studio-service .list-service {
  display: flex;
  flex-wrap: wrap;
  margin-top: 22px;
}
body#recruit .contents-wrap .contents .contents-body .item.item-studio .item-desc .studio .studio-service .list-service li {
  display: flex;
  align-items: baseline;
  margin-top: 10px;
  margin-right: 16px;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.09em;
}
body#recruit .contents-wrap .contents .contents-body .item.item-studio .item-desc .studio .studio-service .list-service li:before {
  flex: none;
  position: relative;
  top: -0.2em;
  content: "";
  width: 8px;
  height: 1px;
  margin-right: 14px;
  background-color: #d9d9d9;
}
body#recruit .contents-wrap .contents .contents-body .item.item-corporate .item-desc .corporate {
  margin-top: 62px;
}
body#recruit .contents-wrap .contents .contents-body .item.item-corporate .item-desc .corporate .name {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
body#recruit .contents-wrap .contents .contents-body .item.item-corporate .item-desc .corporate .name .area {
  display: inline-block;
  vertical-align: top;
  margin-left: 1.612903%;
  padding: 0 13px;
  font-size: 8px;
  line-height: 17px;
  letter-spacing: 0.06em;
  border: 1px solid #f0f0f0;
  border-radius: 11px;
  font-weight: normal;
}
body#recruit .contents-wrap .contents .contents-body .item.item-corporate .item-desc .corporate .name .area:first-child {
  margin-left: 15px;
}
body#recruit .contents-wrap .contents .contents-body .item.item-corporate .item-desc .corporate .text {
  margin-top: 18px;
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.09em;
}
body#recruit .contents-wrap .contents .contents-body .item.item-corporate .item-desc .corporate .directer {
  margin-top: 14px;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.09em;
  text-align: right;
}
body#recruit .contents-wrap .contents .contents-body .item.item-value .item-desc {
  margin-top: 40px;
}
body#recruit .contents-wrap .contents .contents-body .item.item-value .item-desc .list-value dl {
  margin-top: 34px;
}
body#recruit .contents-wrap .contents .contents-body .item.item-value .item-desc .list-value dl dt {
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.2em;
}
body#recruit .contents-wrap .contents .contents-body .item.item-value .item-desc .list-value dl dd {
  margin-top: 10px;
  font-size: 11px;
  line-height: 2;
  letter-spacing: 0.08em;
}
body#recruit .contents-wrap .contents .contents-body .item.item-contents .item-desc .text {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.09em;
}
body#recruit .contents-wrap .contents .contents-body .item.item-contents .item-desc .link-contents {
  margin-top: 44px;
}
body#recruit .contents-wrap .contents .contents-body .item.item-contents .item-desc .link-contents .link-list {
  margin-top: 44px;
}
body#recruit .contents-wrap .contents .contents-body .item.item-contents .item-desc .link-contents .link-list img {
  max-width: 100%;
}
body#recruit .contents-wrap .contents .contents-body .item.item-contents .item-desc .link-contents .link-list.app-entry li {
  margin-top: 25px;
  box-sizing: border-box;
}
body#recruit .contents-wrap .contents .contents-body .item.item-contents .item-desc .link-contents .link-list.app-entry li img {
  border: 2px solid #f0f0f0;
}
body#recruit .contents-wrap .contents .contents-body .item.item-contents .item-desc .link-contents .link-list.recruit-entry li {
  position: relative;
  border-bottom: 1px solid #f0f0f0;
  box-sizing: border-box;
}
body#recruit .contents-wrap .contents .contents-body .item.item-contents .item-desc .link-contents .link-list.recruit-entry li:first-child {
  border-top: 1px solid #f0f0f0;
}
body#recruit .contents-wrap .contents .contents-body .item.item-contents .item-desc .link-contents .link-list.recruit-entry li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 38px 0;
  color: #292929;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  letter-spacing: 0.1em;
}
body#recruit .contents-wrap .contents .contents-body .item.item-contents .item-desc .link-contents .link-list.recruit-entry li a .link-out {
  content: "";
  width: 11px;
  height: 8px;
  margin-right: 16px;
  background: url("../../shared/img/icn_linkout_black.png") no-repeat center center;
  background-size: cover;
}
body#recruit .contents-wrap .contents .contents-body .item.item-contents .item-desc .link-contents .link-list.recruit-entry li a .link-arw {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 6px;
  width: 38px;
  height: 1px;
  background-color: #292929;
  transform: translateY(-50%);
}
body#recruit .contents-wrap .contents .contents-body .item.item-contents .item-desc .link-contents .link-list.recruit-entry li a .link-arw:before, body#recruit .contents-wrap .contents .contents-body .item.item-contents .item-desc .link-contents .link-list.recruit-entry li a .link-arw:after {
  position: absolute;
  top: 50%;
  right: -6px;
  content: "";
  width: 4px;
  height: 1px;
  background-color: #292929;
}
body#recruit .contents-wrap .contents .contents-body .item.item-contents .item-desc .link-contents .link-list.recruit-entry li a .link-arw:before {
  transform-origin: right top;
  transform: translateY(-50%) rotate(-45deg);
}
body#recruit .contents-wrap .contents .contents-body .item.item-contents .item-desc .link-contents .link-list.recruit-entry li a .link-arw:after {
  transform-origin: right bottom;
  transform: translateY(-50%) rotate(45deg);
}
body#contact.contact .ajax-loader {
  display: none !important;
}
body#contact.contact .wpcf7-form-control-wrap {
  position: static;
}
body#contact.contact .screen-reader-response.sent {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  overflow: auto;
  width: auto;
  height: auto;
  clip: auto;
  text-align: center;
  transform: translateY(-50%);
}
body#contact.contact .contents-wrap .contents {
  position: relative;
  padding-top: 68px;
}
body#contact.contact .contents-wrap .contents .wpcf7-form {
  padding-top: 90px;
  margin-top: -90px;
}
body#contact.contact .contents-wrap .contents .wpcf7-form .head-error {
  display: none;
}
body#contact.contact .contents-wrap .contents .wpcf7-form .contents-head {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 83%;
  margin: 0 auto;
  box-sizing: border-box;
}
body#contact.contact .contents-wrap .contents .wpcf7-form .contents-head .head-input {
  width: 100%;
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 0.09em;
}
body#contact.contact .contents-wrap .contents .wpcf7-form .contents-head .head-confirm {
  width: 100%;
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.09em;
}
body#contact.contact .contents-wrap .contents .wpcf7-form .contents-head .head-error {
  width: 100%;
}
body#contact.contact .contents-wrap .contents .wpcf7-form .contents-head .head-error .wpcf7-response-output {
  position: relative;
  margin: 0 0 10px;
  padding: 35px 32px 35px 40px;
  border: 2px solid #eb2d2d;
  color: #eb2d2d;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.9;
  letter-spacing: 0.1em;
  word-break: keep-all;
  white-space: normal;
}
body#contact.contact .contents-wrap .contents .wpcf7-form .contents-head .head-error .wpcf7-response-output.wpcf7-validation-errors {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
body#contact.contact .contents-wrap .contents .wpcf7-form .contents-head .head-error .wpcf7-response-output:before {
  flex: none;
  display: inline-block;
  content: "";
  width: 40px;
  height: 35px;
  margin-right: 22px;
  background: url("../../shared/img/icn_form_error.png") no-repeat center center;
  background-size: cover;
}
body#contact.contact .contents-wrap .contents .wpcf7-form .contents-head .head-error .wpcf7-response-output:after {
  position: absolute;
  left: 50%;
  top: 100%;
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid #f00;
  border-bottom: 10px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  transform: translateX(-50%);
}
body#contact.contact .contents-wrap .contents .wpcf7-form .contents-body {
  width: 83%;
  margin: 0 auto;
  padding-top: 50px;
}
body#contact.contact .contents-wrap .contents .wpcf7-form .contents-body .form-item dl {
  margin-top: 32px;
}
body#contact.contact .contents-wrap .contents .wpcf7-form .contents-body .form-item dl.item-email-confirm dt {
  justify-content: flex-start;
}
body#contact.contact .contents-wrap .contents .wpcf7-form .contents-body .form-item dl dt,
body#contact.contact .contents-wrap .contents .wpcf7-form .contents-body .form-item dl dd {
  display: block;
  width: 100%;
}
body#contact.contact .contents-wrap .contents .wpcf7-form .contents-body .form-item dl dt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}
body#contact.contact .contents-wrap .contents .wpcf7-form .contents-body .form-item dl dt .any {
  color: #a1a1a1;
  font-size: 11px;
  font-weight: bold;
}
body#contact.contact .contents-wrap .contents .wpcf7-form .contents-body .form-item dl dt span {
  font-size: 11px;
  font-weight: normal;
}
body#contact.contact .contents-wrap .contents .wpcf7-form .contents-body .form-item dl dd {
  position: relative;
  width: 100%;
  padding-top: 22px;
}
body#contact.contact .contents-wrap .contents .wpcf7-form .contents-body .form-item dl dd input,
body#contact.contact .contents-wrap .contents .wpcf7-form .contents-body .form-item dl dd textarea {
  border-radius: 0px;
  letter-spacing: 0.1em;
}
body#contact.contact .contents-wrap .contents .wpcf7-form .contents-body .form-item dl dd input::placeholder,
body#contact.contact .contents-wrap .contents .wpcf7-form .contents-body .form-item dl dd textarea::placeholder {
  color: #a1a1a1;
}
body#contact.contact .contents-wrap .contents .wpcf7-form .contents-body .form-item dl dd input[type=text],
body#contact.contact .contents-wrap .contents .wpcf7-form .contents-body .form-item dl dd input[type=email],
body#contact.contact .contents-wrap .contents .wpcf7-form .contents-body .form-item dl dd textarea {
  -webkit-appearance: none;
          appearance: none;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  background-color: #f7f9fa;
  border: none;
  outline: none;
  font-size: 12px;
}
body#contact.contact .contents-wrap .contents .wpcf7-form .contents-body .form-item dl dd input[type=text].wpcf7-not-valid,
body#contact.contact .contents-wrap .contents .wpcf7-form .contents-body .form-item dl dd input[type=email].wpcf7-not-valid,
body#contact.contact .contents-wrap .contents .wpcf7-form .contents-body .form-item dl dd textarea.wpcf7-not-valid {
  border: 1px solid #eb2d2d;
  background-color: #fff4f4;
}
body#contact.contact .contents-wrap .contents .wpcf7-form .contents-body .form-item dl dd input[type=text].wpcf7-not-valid::placeholder,
body#contact.contact .contents-wrap .contents .wpcf7-form .contents-body .form-item dl dd input[type=email].wpcf7-not-valid::placeholder,
body#contact.contact .contents-wrap .contents .wpcf7-form .contents-body .form-item dl dd textarea.wpcf7-not-valid::placeholder {
  color: #eb2d2d;
}
body#contact.contact .contents-wrap .contents .wpcf7-form .contents-body .form-item dl dd input[type=text].wpcf7-not-valid:-webkit-autofill,
body#contact.contact .contents-wrap .contents .wpcf7-form .contents-body .form-item dl dd input[type=email].wpcf7-not-valid:-webkit-autofill,
body#contact.contact .contents-wrap .contents .wpcf7-form .contents-body .form-item dl dd textarea.wpcf7-not-valid:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff4f4 inset;
}
body#contact.contact .contents-wrap .contents .wpcf7-form .contents-body .form-item dl dd input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f7f9fa inset;
}
body#contact.contact .contents-wrap .contents .wpcf7-form .contents-body .form-item dl dd textarea {
  min-height: 225px;
  resize: vertical;
  line-height: 2.1;
}
body#contact.contact .contents-wrap .contents .wpcf7-form .contents-body .form-item dl dd .wpcf7-not-valid-tip {
  margin-top: 15px;
  color: #eb2d2d;
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.08em;
}
body#contact.contact .contents-wrap .contents .wpcf7-form .contents-body .form-item dl.item-type dd .wpcf7-form-control .wpcf7-list-item {
  width: 100%;
  margin: 8px 0 0 0;
}
body#contact.contact .contents-wrap .contents .wpcf7-form .contents-body .form-item dl.item-type dd .wpcf7-form-control label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 0.1em;
}
body#contact.contact .contents-wrap .contents .wpcf7-form .contents-body .form-item dl.item-type dd .wpcf7-form-control input[type=radio] {
  -webkit-appearance: none;
          appearance: none;
  position: relative;
  width: 26px;
  height: 26px;
  margin-right: 14px;
  border-radius: 15px;
  border: 1px solid #e5e4e4;
  outline: none;
}
body#contact.contact .contents-wrap .contents .wpcf7-form .contents-body .form-item dl.item-type dd .wpcf7-form-control input[type=radio]:checked:before {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 8px;
  background-color: #292929;
  transform: translate(-50%, -50%);
}
body#contact.contact .contents-wrap .contents .wpcf7-form .contents-body .form-item-confirm dl {
  margin-top: 44px;
}
body#contact.contact .contents-wrap .contents .wpcf7-form .contents-body .form-item-confirm dl dt,
body#contact.contact .contents-wrap .contents .wpcf7-form .contents-body .form-item-confirm dl dd {
  display: block;
  width: 100%;
}
body#contact.contact .contents-wrap .contents .wpcf7-form .contents-body .form-item-confirm dl dt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #a1a1a1;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}
body#contact.contact .contents-wrap .contents .wpcf7-form .contents-body .form-item-confirm dl dd {
  width: 100%;
  padding-top: 15px;
}
body#contact.contact .contents-wrap .contents .wpcf7-form .contents-body .form-item-confirm dl dd p {
  font-size: 14px;
  line-height: 2.1;
  letter-spacing: 0.1em;
  word-break: break-all;
}
body#contact.contact .contents-wrap .contents .wpcf7-form .contents-body .confirm-privacy {
  margin-top: 50px;
}
body#contact.contact .contents-wrap .contents .wpcf7-form .contents-body .confirm-privacy p {
  font-size: 11px;
  line-height: 1.8;
  letter-spacing: 0.09em;
}
body#contact.contact .contents-wrap .contents .wpcf7-form .contents-body .confirm-privacy p a {
  color: #292929;
  font-weight: bold;
}
body#contact.contact .contents-wrap .contents .wpcf7-form .contents-body .confirm-privacy p a:hover {
  text-decoration: none;
}
body#contact.contact .contents-wrap .contents .wpcf7-form .contents-body .confirm-privacy .wpcf7-alert-wrap {
  margin-top: 50px;
  text-align: center;
}
body#contact.contact .contents-wrap .contents .wpcf7-form .contents-body .confirm-privacy .wpcf7-alert-wrap label {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}
body#contact.contact .contents-wrap .contents .wpcf7-form .contents-body .confirm-privacy .wpcf7-alert-wrap input[type=checkbox] {
  flex: none;
  -webkit-appearance: none;
          appearance: none;
  background: none;
  outline: none;
  width: 22px;
  height: 22px;
  border: 1px solid #e5e4e4;
  border-radius: 3px;
}
body#contact.contact .contents-wrap .contents .wpcf7-form .contents-body .confirm-privacy .wpcf7-alert-wrap input[type=checkbox]:checked {
  border: 1px solid #292929;
  background: #292929 url("../../shared/img/icn_check_white.png") no-repeat center center;
  background-size: 10px 8px;
}
body#contact.contact .contents-wrap .contents .wpcf7-form .contents-body .confirm-privacy .wpcf7-alert-wrap .wpcf7-list-item {
  margin: 0;
}
body#contact.contact .contents-wrap .contents .wpcf7-form .contents-body .confirm-privacy .wpcf7-alert-wrap .wpcf7-list-item-label {
  margin-left: 16px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
body#contact.contact .contents-wrap .contents .wpcf7-form .contents-body .btn-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 55px;
}
body#contact.contact .contents-wrap .contents .wpcf7-form .contents-body .btn-list li input {
  -webkit-appearance: none;
          appearance: none;
  width: 100%;
  border-radius: 100px;
  box-sizing: border-box;
  border: none;
  outline: none;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  transition: 0.3s ease-in-out;
}
body#contact.contact .contents-wrap .contents .wpcf7-form .contents-body .btn-list .btn-confirm {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
}
body#contact.contact .contents-wrap .contents .wpcf7-form .contents-body .btn-list .btn-confirm input {
  padding: 28px 0;
  background-color: #a1a1a1;
  cursor: default;
  pointer-events: none;
}
body#contact.contact .contents-wrap .contents .wpcf7-form .contents-body .btn-list .btn-confirm input.permission {
  cursor: pointer;
  pointer-events: auto;
  background-color: #292929;
}
body#contact.contact .contents-wrap .contents .wpcf7-form .contents-body .btn-list .btn-confirm input.permission:hover {
  transition: 0.3s ease-in-out;
  background-color: #97d42c;
}
body#contact.contact .contents-wrap .contents .wpcf7-form .contents-body .btn-list .btn-submit {
  width: 66%;
  max-width: 760px;
}
body#contact.contact .contents-wrap .contents .wpcf7-form .contents-body .btn-list .btn-submit input {
  padding: 28px 0;
  background-color: #292929;
}
body#contact.contact .contents-wrap .contents .wpcf7-form .contents-body .btn-list .btn-submit input:hover {
  transition: 0.3s ease-in-out;
  background-color: #97d42c;
}
body#contact.contact .contents-wrap .contents .wpcf7-form .contents-body .btn-list .btn-back {
  width: 29%;
  max-width: 180px;
  margin-right: 5%;
}
body#contact.contact .contents-wrap .contents .wpcf7-form .contents-body .btn-list .btn-back input {
  padding: 25px 0;
  background-color: #a1a1a1;
}
body#contact.contact .contents-wrap .contents .wpcf7-form .contents-body .btn-list .btn-back input:hover {
  transition: 0.3s ease-in-out;
  background-color: #97d42c;
}
body#contact.contact .contents-wrap .contents .wpcf7-form.invalid .contents-head .head-error {
  display: block;
}
body#contact.contact .contents-wrap .contents .wpcf7-form.invalid .contents-head .head-input {
  display: none;
}
body#contact.contact .contents-wrap .contents .wpcf7-form.sent {
  display: none;
}
body#contact.complete .contents-wrap .contents .contents-head {
  height: 65px;
}
body#contact.complete .contents-wrap .contents .contents-body {
  width: 83%;
  margin: -50px auto;
  padding-top: 84px;
}
body#contact.complete .contents-wrap .contents .contents-body .title-thanks {
  font-size: 39px;
  font-weight: bold;
  letter-spacing: 0.02em;
}
body#contact.complete .contents-wrap .contents .contents-body .sub-title-thanks {
  margin-top: 18px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}
body#contact.complete .contents-wrap .contents .contents-body .text-thanks {
  margin-top: 50px;
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.09em;
}
body#contact.complete .contents-wrap .contents .contents-body .btn-home {
  width: 100%;
  margin: 60px auto 0;
  text-align: center;
}
body#contact.complete .contents-wrap .contents .contents-body .btn-home a {
  display: block;
  width: 100%;
  padding: 28px 0;
  border-radius: 100px;
  background-color: #292929;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
body#contact.complete .contents-wrap .contents .contents-body .btn-home a:hover {
  background-color: #97d42c;
  transition: 0.3s ease-in-out;
}

body#privacy_policy .contents-wrap .inr .contents .contents-body {
  width: 82.666667%;
  margin: 0 auto;
}
body#privacy_policy .contents-wrap .inr .contents .contents-body .lead {
  font-family: YakuHanJP, "aktiv-grotesk", "Yu Gothic", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", ヒラギノ角ゴ Pro W6, HiraKakuPro-W6, Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  font-feature-settings: "palt";
  font-size: 12.5px;
  line-height: 2;
  letter-spacing: 0.07em;
}
body#privacy_policy .contents-wrap .inr .contents .contents-body .list li {
  font-family: YakuHanJP, "aktiv-grotesk", "Yu Gothic", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", ヒラギノ角ゴ Pro W6, HiraKakuPro-W6, Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  font-feature-settings: "palt";
}
body#privacy_policy .contents-wrap .inr .contents .contents-body .list li p.title {
  zoom: 1;
  margin-top: 48px !important;
  padding-top: 53px;
  border-top: 1px solid #f0f0f0;
  font-size: 15px;
  line-height: 1.515;
  letter-spacing: 0.07em;
  font-weight: bold;
}
body#privacy_policy .contents-wrap .inr .contents .contents-body .list li p.title:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}
body#privacy_policy .contents-wrap .inr .contents .contents-body .list li p.title span.number {
  float: left;
  display: block;
  width: 25px;
  height: 25px;
  margin-top: -3px !important;
  margin-right: 10px;
  border-radius: 50%;
  background: #292929;
  text-align: center;
  line-height: 25px;
  letter-spacing: 0.04em;
  font-size: 11.5px;
  font-weight: bold;
  color: #fff;
  vertical-align: top;
}
body#privacy_policy .contents-wrap .inr .contents .contents-body .list li p.title span.title-text {
  display: block;
  float: left;
  width: calc(100% - 35px);
  line-height: 1.315;
}
body#privacy_policy .contents-wrap .inr .contents .contents-body .list li p.text {
  font-family: YakuHanJP, "aktiv-grotesk", "Yu Gothic", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", ヒラギノ角ゴ Pro W6, HiraKakuPro-W6, Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  font-feature-settings: "palt";
  padding-top: 18px;
  font-size: 12.5px;
  line-height: 2;
  letter-spacing: 0.07em;
}
body#privacy_policy .contents-wrap .inr .contents .contents-body .list li p.link {
  padding-top: 26px;
  font-size: 11.5px;
  font-weight: bold;
  letter-spacing: 0.07em;
}
body#privacy_policy .contents-wrap .inr .contents .contents-body .list li p.link span.small {
  padding-left: 13px;
  font-size: 11px;
  font-weight: normal;
}
body#privacy_policy .contents-wrap .inr .contents .contents-body .list li p.link span.small a.green {
  padding: 0;
  text-decoration: none;
  color: #97d42c;
  border-bottom: 1px solid #b1df60;
}
body#privacy_policy .contents-wrap .inr .contents .contents-body .list li ul {
  margin-top: 8px;
}
body#privacy_policy .contents-wrap .inr .contents .contents-body .list li ul li {
  position: relative;
  padding-top: 6px;
  padding-left: 17px;
  font-size: 11.5px;
  line-height: 1.7;
  letter-spacing: 0.07em;
}
body#privacy_policy .contents-wrap .inr .contents .contents-body .list li ul li:before {
  position: absolute;
  left: 0;
  top: 13px;
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #292929;
}
body#privacy_policy .contents-wrap .inr .contents .contents-body .list li ul li.list-text span {
  font-weight: bold;
}
body#privacy_policy .contents-wrap .inr .contents .contents-body .list li ul li.list-text span + .text {
  padding-top: 0px;
}
body#privacy_policy .contents-wrap .inr .contents .contents-body .list li ul li.list-text + li.list-text {
  margin-top: 15px;
}
body#privacy_policy .contents-wrap .inr .contents .contents-body .list li dl dt {
  padding-top: 13px;
  font-size: 12.5px;
  line-height: 2;
  letter-spacing: 0.07em;
  font-weight: bold;
}
body#privacy_policy .contents-wrap .inr .contents .contents-body .list li dl dd {
  padding-top: 5px;
  font-size: 12.5px;
  line-height: 2;
  letter-spacing: 0.07em;
}
body#privacy_policy .contents-wrap .inr .contents .contents-body .note {
  margin-top: 55px;
  padding-top: 55px;
  border-top: 1px solid #f0f0f0;
}
body#privacy_policy .contents-wrap .inr .contents .contents-body .note li {
  position: relative;
  padding-left: 15px;
  font-size: 11px;
  line-height: 1.818181812;
  letter-spacing: 0.07em;
  color: #a1a1a1;
}
body#privacy_policy .contents-wrap .inr .contents .contents-body .note li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "※";
  display: inline-block;
  font-size: 11px;
  line-height: 1.818181812;
  letter-spacing: 0.07em;
}
body#privacy_policy .lang-english .contents-wrap .inr .contents .contents-body .lead {
  letter-spacing: 0.06em;
  line-height: 1.9;
}
body#privacy_policy .lang-english .contents-wrap .inr .contents .contents-body .list {
  letter-spacing: 0.06em;
}
body#privacy_policy .lang-english .contents-wrap .inr .contents .contents-body .list .title {
  letter-spacing: 0.06em;
}
body#privacy_policy .lang-english .contents-wrap .inr .contents .contents-body .list .text {
  line-height: 1.9;
  letter-spacing: 0.06em;
}
body#privacy_policy .lang-english .contents-wrap .inr .contents .contents-body .list .link {
  letter-spacing: 0.06em;
}
body#privacy_policy .lang-english .contents-wrap .inr .contents .contents-body .list ul li {
  letter-spacing: 0.06em;
}
body#privacy_policy .lang-english .contents-wrap .inr .contents .contents-body .list dl dt {
  line-height: 1.9;
  letter-spacing: 0.06em;
}
body#privacy_policy .lang-english .contents-wrap .inr .contents .contents-body .list dl dd {
  line-height: 1.9;
  letter-spacing: 0.06em;
}
body#privacy_policy .lang-english .contents-wrap .inr .contents .contents-body .note li {
  line-height: 1.8;
  letter-spacing: 0.06em;
}
body#privacy_policy .lang-english .contents-wrap .inr .contents .contents-body .note li:before {
  line-height: 1.8;
  letter-spacing: 0.06em;
}