@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}
body{margin:0}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}
audio,canvas,progress,video{display:inline-block;vertical-align:baseline}
audio:not([controls]){display:none;height:0}
[hidden],template{display:none}
img,legend{border:0}
legend,td,th{padding:0}
a{background-color:transparent}
a:active,a:hover{outline:0}
abbr[title]{border-bottom:1px dotted}
b,optgroup,strong{font-weight:700}
dfn{font-style:italic}
h1{font-size:2em;margin:.67em 0}
mark{background:#ff0;color:#000}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-.5em}
sub{bottom:-.25em}
svg:not(:root){overflow:hidden}
figure{margin:1em 40px}
hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0}
pre,textarea{overflow:auto}
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}
button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}
button{overflow:visible}
button,select{text-transform:none}
button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}
button[disabled],html input[disabled]{cursor:default}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
input{line-height:normal}
input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}
input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}
input[type=search]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;box-sizing:content-box}
input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}
fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}
table{border-collapse:collapse;border-spacing:0}
/*!
 * This file provides to reset CSS for browsers and a lot of utility classes.
 *
 * @copyright (C) Fabric Arts inc.
 * @version   1.0.0
 */
/* Universal reset
----------------------------------------------------------- */
/*** structure ***/
html {
  overflow-y: scroll;
  font-size: 62.5%;
}
body {
  margin: 0;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
/*** text ***/
p {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
}
h1,
h2,
h3,
h4 {
  line-height: 1;
  margin: 0;
}
h1 {
  margin-top: 0;
  /*font-size: 2.369em;*/
}
h2 {
  /*font-size: 1.777em;*/
}
h3 {
  /*font-size: 1.333em;*/
}
h4,
h5,
h6 {
  font-size: 1em;
  margin: 0;
}
small,
.font-small {
  font-size: .75em;
}
sub {
  vertical-align: baseline;
  position: relative;
  bottom: -0.2em;
}
sup {
  vertical-align: baseline;
  position: relative;
  top: -0.3em;
}
iframe {
  border: none;
}
/*** list ***/
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
}
li,
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
}
ul.disc {
  list-style-type: disc;
  margin-left: 1.6em;
}
/*** object ***/
embed,
object {
  vertical-align: bottom;
}
/*** presentation ***/
hr {
  display: none;
}
u {
  text-decoration: underline;
}
/*** edit ***/
del {
  color: #666;
  text-decoration: line-through;
}
ins {
  border-bottom: 1px dotted #ccc;
  text-decoration: none;
}
/*** forms ***/
legend {
  white-space: normal;
}
button,
input,
label,
select,
textarea,
form img {
  vertical-align: middle;
}
button,
input,
select,
textarea {
  max-width: 100%;
  -webkit-box-sizing: border-box;
      -ms-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
}
input,
select,
textarea {
  color: #333;
  border: 1px solid #ccc;
}
select,
textarea,
input[type="text"],
input[type="number"],
input[type="search"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="email"],
input[type="telephone"],
input[type="url"],
input[type="password"] {
  max-width: 100%;
}
button,
input[type="color"],
input[type="file"],
input[type="image"],
input[type="range"] {
  border: none;
  padding: 0;
  background: none;
}
input[type="checkbox"],
input[type="color"],
input[type="radio"],
input[type="range"],
select {
  cursor: pointer;
}
input[type="checkbox"],
input[type="color"],
input[type="file"],
input[type="image"],
input[type="radio"],
input[type="range"] {
  border: none;
}
input[type="password"] {
  ime-mode: disabled;
}
input[disabled],
input[readonly],
select[disabled],
select[readonly] {
  cursor: default;
}
textarea {
  resize: vertical;
}
label + label,
label + input[type="checkbox"],
label + input[type="radio"] {
  /*margin-left: 10px;*/
}
label > input[type="checkbox"],
label > input[type="radio"] {
  margin-right: 5px;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
  margin-left: 5px;
}
.over,
form a img,
input[type="button"],
input[type="image"],
input[type="reset"],
input[type="submit"],
button {
  -webkit-transition: opacity .2s ease-in-out;
          transition: opacity .2s ease-in-out;
}
.over:hover,
form a:hover img,
form a:active img,
input[type="button"]:hover,
input[type="button"]:active,
input[type="image"]:hover,
input[type="image"]:active,
input[type="reset"]:hover,
input[type="reset"]:active,
input[type="submit"]:hover,
input[type="submit"]:active,
button:hover,
button:active {
  -ms-filter: "alpha(opacity=80)";
  -moz-opacity: .8;
       opacity: .8;
}
label.error,
input.error {
  background: #ffeeee;
}
/*** tables ***/
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  -webkit-box-sizing: border-box;
      -ms-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
}
table th,
table td {
  word-break: break-all;
  -webkit-box-sizing: border-box;
      -ms-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
}
/*** image ***/
img {
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
}
/*** selection ***/
::-moz-selection {
  color: #fff;
  background: #3399ff;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #3399ff;
  text-shadow: none;
}
input::-moz-selection, textarea::-moz-selection {
  color: #000;
}
input::selection,
textarea::selection {
  color: #000;
}
/*** placeholder ***/
::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}
:-moz-placeholder {
  color: #666;
  opacity: 1;
}
::-moz-placeholder {
  color: #666;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}
:-moz-placeholder-shown {
  color: #666;
  opacity: 1;
}
:placeholder-shown {
  color: #666;
  opacity: 1;
}
:focus::-webkit-input-placeholder {
  color: transparent;
}
:focus:-moz-placeholder {
  color: transparent;
}
:focus::-moz-placeholder {
  color: transparent;
}
:focus:-ms-input-placeholder {
  color: transparent;
}
:focus:-moz-placeholder-shown {
  color: inherit;
}
:focus:placeholder-shown {
  color: inherit;
}
/*
  File Name   : module.css
  Description : 共通のスタイル
*/
/* table
============================================================ */
table.mod-table-basic {
  width: 100%;
  border-left: solid 1px #ddd;
  border-top: solid 1px #ddd;
}
table.mod-table-basic th,
table.mod-table-basic td {
  padding: 8px 10px;
  border-right: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}
table.mod-table-basic th {
  background: #f3f3f3;
  vertical-align: top;
  width: 20%;
}
table.mod-table-basic td {
  background: #fff;
}
/* sp table
------------------------------------------------------------ */
/* icon
============================================================ */
/* arrow right */
.mod-icon-caret-right,
.mod-icon-chevron-right {
  position: relative;
}
.mod-icon-caret-right:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  width: 5px;
  height: 5px;
  border: 5px solid transparent;
  border-left: 5px solid #666;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mod-icon-chevron-right:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #666;
  border-right: 2px solid #666;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}
/* plus */
.mod-icon-plus {
  display: inline-block;
  position: relative;
  width: 10px;
  height: 10px;
}
.mod-icon-plus:before,
.mod-icon-plus:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 2px;
  background-color: #666;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.mod-icon-plus:after {
  top: 0;
  left: 50%;
  width: 2px;
  height: 10px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
/* tabs
============================================================ */
.mod-tab-nav,
.mod-tab-nav-static {
  zoom: 1;
  list-style: none;
  padding: 0 0 0 0;
  background: #ededf1;
  position: relative;
  z-index: 2;
  border: solid 1px #eee;
  border-bottom: none;
}
.mod-tab-nav:after,
.mod-tab-nav-static:after {
  content:".";
  display: block;
  height: 0;
  clear: both;
  line-height: 0;
  visibility:hidden;
}
.mod-tab-nav li,
.mod-tab-nav-static li {
  text-align: center;
  z-index: 300;
  position: relative;
  background: #ededf1;
  -webkit-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}
.mod-tab-nav li:first-child,
.mod-tab-nav-static li:first-child {
  margin-left: 0;
}
.mod-tab-nav li a,
.mod-tab-nav-static li a {
  display: table-cell;
  vertical-align: middle;
  width: auto;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: normal;
  text-decoration: none;
  color: #333;
  background: #ededf1;
  -webkit-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}
.mod-tab-nav li a:hover,
.mod-tab-nav-static li a:hover {
  background: #eee;
  color: #333;
}
.mod-tab-nav li a.active,
.mod-tab-nav li a.active,
.mod-tab-nav li a.active:hover,
.mod-tab-nav-static li.active,
.mod-tab-nav-static li a.active,
.mod-tab-nav-static li a.active:hover {
  background: #fff;
  color: #333;
  margin-bottom: 0;
}
.mod-tab-nav li a.active,
.mod-tab-nav-static li a.active {
  text-align: center;
  position: relative;
}
.mod-tab-nav li.active,
.mod-tab-nav-static li.active {
  border-bottom: none;
}
.mod-tab-detail {
  clear: both;
  width: 100%;
  height: auto;
  padding: 0 0 0;
  z-index: 1;
}
.mod-tab-detail > * a.active {
  display: block;
}
.js-tabbox {
  display: none;
}
/* input[type="checkbox"]
============================================================ */
.mod-checkbox-orig input[type="checkbox"] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.mod-checkbox-orig label {
  position: relative;
  display: inline-block;
  word-break: break-all;
  cursor: pointer;
}
.mod-checkbox-orig label input[type="checkbox"] + span {
  position: relative;
  padding: 0 30px 0 30px;
}
.mod-checkbox-orig label span {
  display: inline-block;
  font-size: 13px;
  line-height: 2.2;
}
.mod-checkbox-orig label input[type="checkbox"] {
  position: absolute;
  top: -18px;
  left: 0;
  opacity: 0;
}
.mod-checkbox-orig label input[type="checkbox"] + span:before,
.mod-checkbox-orig label input[type="checkbox"] + span:after {
  content: '';
  position: absolute;
  /*top: -18px;*/
  left: 0;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mod-checkbox-orig label input[type="checkbox"] + span:before {
  z-index: 0;
  background-color: transparent;
  width: 22px;
  height: 22px;
  border: 2px #888 solid;
  border-radius: 5px;
  background-color: #fff;
}
.mod-checkbox-orig input[type="checkbox"] + span:after {
  z-index: 1;
  margin: 5px 8px;
  width: 6px;
  height: 9px;
}
.mod-checkbox-orig label input[type="checkbox"]:checked + span:before {
  background-color: #888;
}
.mod-checkbox-orig label input[type="checkbox"]:checked + span:after {
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* input[type="radio"]
==================================================================================================== */
.mod-radio-orig input[type="radio"] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.mod-radio-orig:after {
  display: block;
  content: '';
  clear: both;
}
.mod-radio-orig label {
  position: relative;
  display: inline-block;
  word-break: break-all;
  cursor: pointer;
}
.mod-radio-orig label input[type="radio"] + span {
  position: relative;
  padding: 0 20px 0 28px;
}
.mod-radio-orig label span {
  display: inline-block;
  font-size: 13px;
  line-height: 1.4;
}
.mod-radio-orig label input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.mod-radio-orig label input[type="radio"] + span:before {
  position: absolute;
  display: inline-block;
  content: '';
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 18px;
}
.mod-radio-orig label input[type="radio"] + span:before {
  z-index: 0;
  top: 0;
  left: 0;
  background-color: transparent;
  width: 18px;
  height: 18px;
  border: 2px #888 solid;
}
.mod-radio-orig label input[type="radio"]:checked + span:before {
  border-width: 6px;
}
/* selectbox
==================================================================================================== */
.mod-selectbox-orig {
  display: inline-block;
  min-width: 200px;
  margin: 0 0 0 0;
  position: relative;
}
.mod-selectbox-orig.mod-selectbox-icon-caret:after {
  content: "";
  position: absolute;
  top: 60%;
  right: 15px;
  width: 5px;
  height: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 5px solid transparent;
  border-top: 5px solid #111;
  -webkit-transform: rotate(0deg) translateY(-50%);
  transform: rotate(0deg) translateY(-50%);
  pointer-events: none;
}
.mod-selectbox-orig.mod-selectbox-icon-chevron:after {
  content: "";
  position: absolute;
  top: 45%;
  right: 20px;
  width: 5px;
  height: 5px;
  border-bottom: 2px solid #111;
  border-right: 2px solid #111;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  pointer-events: none;
}
.mod-selectbox-orig select {
  display: inline-block;
  border: solid 1px #aaa;
  width: 100%;
  height: 42px;
  margin: 0 0 0 0;
  padding: 5px 30px 5px 10px;
  border-radius: 4px 4px 4px 4px;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
select::-ms-expand {
  display: none;
}
/* utiiities
============================================================ */
/*** float ***/
.mod-clear {
  clear: both;
}
/*** speak ***/
.mod-skip-contents {
  speak: none;
}
/*** hide ***/
.mod-hide {
  position: absolute;
  z-index: -1;
  overflow: hidden;
  text-align: left;
  text-indent: -9999px;
}
/*** clearfix ***/
.mod-clearfix:before,
.mod-clearfix:after {
  content: " ";
  display: table;
}
.mod-clearfix:after {
  clear: both;
}
/*** align ***/
.mod-align_r {
  text-align: right !important;
}
.mod-align_c {
  text-align: center !important;
}
.mod-align_l {
  text-align: left !important;
}
.mod-justify {
  text-align: justify;
}
/*** panel layout ***/
.mod-panel-layout {
  display: table;
  width: 100%;
  overflow: hidden;
  table-layout: fixed;
  word-spacing: -.4em;
  display: block\9;
  -webkit-box-sizing: border-box;
      -ms-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
}
.mod-panel-layout .panel-layout-child,
.mod-panel-layout > article,
.mod-panel-layout > figure,
.mod-panel-layout > li,
.mod-panel-layout > div,
.mod-panel-layout > p,
.mod-panel-layout > section {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: top;
  word-spacing: normal;
  -webkit-box-sizing: border-box;
      -ms-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
}
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
#cboxWrapper {
  max-width: none;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #fff;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
#colorbox {
  outline: 0;
}
#cboxContent {
  margin-top: 32px;
  overflow: visible;
  background: none;
}
.cboxIframe {
  background: #fff;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxLoadedContent {
  background: #000;
  padding: 1px;
}
#cboxLoadingGraphic {
  background: url(/assets/libs/colorbox/colorbox/loading.gif) no-repeat center center;
}
#cboxLoadingOverlay {
  background: none;
}
#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000;
}
#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
}
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}
#cboxPrevious {
  background: url(/assets/libs/colorbox/colorbox/controls-prev.png) center;
  top: 50%;
  left: 0;
}
#cboxNext {
  background: url(/assets/libs/colorbox/colorbox/controls-next.png) center;
  top: 50%;
  right: 0;
}
#cboxClose {
  background: url(/assets/libs/colorbox/colorbox/controls-close.png) center;
  right: 0;
}
.cboxSlideshow_on #cboxPrevious,
.cboxSlideshow_off #cboxPrevious {
  right: 66px;
}
.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}
.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px;
}
#cboxOverlay {
  background: #000;
}
#cboxLoadedContent {
  background: #fff;
}
#cboxLoadedContent {
  padding: 0;
  overflow: auto;
  -webkit-box-shadow: 0px 1px 10px #000000;
  box-shadow: 0px 1px 10px #000000;
}
#cboxSlideshow,
#cboxClose,
#cboxTitle {
  top: -30px;
}
#colorbox,
#cboxOverlay,
#cboxWrapper {
  overflow: visible;
}
#cboxTitle {
  color: #fff;
}
#inline-content {
  /* 繧､繝ｳ繝ｩ繧､繝ｳ繧剃ｽｿ逕ｨ縺吶ｋ譎ゅ�縺ｿ */
  margin: 20px;
}
#ajax-wrap {
  /* ajax繧剃ｽｿ逕ｨ縺吶ｋ譎ゅ�縺ｿ */
  margin: 20px;
}
/*
  File Name   : layout.css
  Description : 各ブロックのレイアウト
*/
/*
============================================================ */
/* BASE
============================================================ */
/*** structure ***/
body {
  line-height: 1.8;
  color: #333;
  font-family: 'quotation mark','SST W55 Light','SST W55 Regular','SST W55 Bold','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif, 'SST W20 Ultra Light','SST W20 Ultra Light Italic','SST W20 Light','SST W20 Light Italic','SST W20 Roman','SST W20 Italic','SST W20 Medium','SST W20 Medium Italic','SST W20 Bold','SST W20 Bold Italic','SST W20 Heavy','SST W20 Heavy Italic','SST W20 Condensed','SST W20 Condensed Bd';
  font-size: 16px;
}
body > div:first-child,
body > article,
body > footer,
body > header,
body > main {
  -webkit-box-sizing: border-box;
      -ms-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
}
/* fonts */
@font-face {
    font-family: "DIN Alternate Bold";
    src: url("../fonts/din_alternate_bold-webfont.woff") format("woff");
}
.font-din {
  font-family: "DIN Alternate Bold";
  font-size: 1.1em;
}
/*** hypertext ***/
a {
  color: #000;
  text-decoration: none;
  outline: none;
}
a:hover,
a:active {
  text-decoration: underline;
}
a img {
  border: none;
}
a.over:hover,
a:hover img.over,
input.over:hover {
  text-decoration: none;
  filter: alpha(opacity=70);
  -moz-opacity: .7;
  opacity: .7;
}
img {
  max-width: 100%;
  height: auto;
}
/*** pc-only / sp-only ***/
/*** js event  !! .hoge { display: none; } & <div class="hoge no-js"></div> !! ***/
.no-js {
  display: block !important;
}
/*
============================================================ */
/* header
============================================================ */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 1000;
}
.global-header {
  line-height: 1;
  background: #000;
  position: relative;
  height: 68px;
}
.global-header__logo {
  width: 100px;
  position: absolute;
  top: 50%;
  left: 25px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.local-header {
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
  background: #fff;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
}
/* .global-header.hide + .local-header {
  box-shadow: 0 8px 10px -10px #eee;
} */
.local-header-inner {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.local-header__logo {
  float: left;
  width: 198px;
  /* height: 72px; */
  line-height: 1;
  padding: 20px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.local-header-nav {
  float: right;
  /* height: 72px; */
  line-height: 1.6;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;

}
.local-header-nav__item:nth-last-child(2) {
  border: none;
}
.local-header-nav__item {
  margin: 0 20px 0 0;
  padding: 0 20px 0 0;
  /* border-right: 2px solid #000; */
  font-weight: bold;
}
.local-header-nav__item a {
  display: block;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.local-header-nav__item a:hover {
  text-decoration: underline;
  /* color: #00877d; */
}
.local-header-nav__item--contact {
  margin: -5px 0 0;
  padding: 0;
  border-right: 0;
  font-weight: bold;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.local-header-nav__item--contact a {
  padding: 6px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* height: 32px; */
  background: #000;
  color: #fff;
  /* line-height: 35px; */
  vertical-align: middle;
}
.local-header-nav__item--contact a:hover {
  background: #00877d;
  color: #fff;
}
/* .local-header.scroll {
  padding: 14px 0;
} */
/*
============================================================ */
/* breadcrumbs
============================================================ */
.breadcrumbs-list {
}
.breadcrumbs-list li {
  position: relative;
}
.breadcrumbs-list li:after {
  content: ">";
  margin: 0 5px 0 0;
}
.breadcrumbs-list li:last-child:after {
  display: none;
}
.breadcrumbs-list li a {
  text-decoration: underline;
}
.breadcrumbs-list li a:hover {
  text-decoration: none;
}
/*
============================================================ */
/* container
============================================================ */
body .contents {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contents-inner {
  padding: 0 0 105px;
}
/*
============================================================ */
/* main
============================================================ */
.main {
  padding-top: 260px;
}
/*
============================================================ */
/* footer
============================================================ */
.footer {
  color: #fff;
  padding: 80px 0;
  background: #000;
  position: relative;
}
.footer__pagetop {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  z-index: 100;
  background-color: #000;
}
.footer__pagetop a {
  display: block;
  height: 100%;
}
.footer__pagetop span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.footer__pagetop span::before {
  position: absolute;
  content: '';
  width: 13px;
  left: 13px;
  top: 44%;
  -webkit-transform: rotate(-52deg);
          transform: rotate(-52deg);
  border: 1px solid #fff;
  background-color: #fff;
}
.footer__pagetop span::after {
  position: absolute;
  content: '';
  width: 13px;
  right: 13px;
  top: 44%;
  -webkit-transform: rotate(52deg);
          transform: rotate(52deg);
  border: 1px solid #fff;
  background-color: #fff;
}
.footer__pagetop img {
  max-height: 100%;
  width: 100%;
  height: auto;
}
.footer-sns {
  overflow: hidden;
  margin: 0 0 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-sns__item {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 35px;
  margin: 0 15px 0 0;
}
.footer-sns__item a {
  display: block;
  position: relative;
  cursor: pointer;
}
.footer-sns__item a:before {
  content: "";
  width: 100%;
  height: 100%;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.footer-sns__item--facebook a:before {
  background-image: url(/assets/img/common/btn-facebook-hover.png);
}
.footer-sns__item--twitter a:before {
  background-image: url(/assets/img/common/btn-twitter-hover.png);
}
.footer-sns__item--instagram a:before {
  background-image: url(/assets/img/common/btn-instagram-hover.png);
}
.footer-sns__item--pinterest a:before {
  background-image: url(/assets/img/common/btn-pinterest-hover.png);
}
.footer-sns__item a:hover:before {
  opacity: 1;
}
.footer-nav {
  line-height: 1.1;
  overflow: hidden;
  margin: 0 0 16px;
}
.footer-nav__item {
  float: left;
  margin: 0 15px 0 0;
  padding: 0 15px 0 0;
  /* border-right: 1px solid #fff; */
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.footer-nav__item:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
.footer-nav__item a {
  color: #fff;
}
.footer-nav__item--sony a {
  position: relative;
  padding-right: 1.5em;
}
.footer-nav__item--sony a:after {
  content: "";
  width: 1.1em;
  height: 1em;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(/assets/img/common/icon-outer-link-01.png) no-repeat 50% 50%;
  background-size: contain;
}
.copy-right {
  text-align: center;
  font-size: 12px;
}
/*
  File Name   : common.css
  Description : コンテンツエリア共通
*/
/* section
============================================================ */
.section-inner {
  width: 960px;
  margin: 0 auto;
}
/* section-related */
.area-section-related {
  margin-top: 120px;
}
/* .section-related {
  margin: 0 0 64px;
} */
/* .section-related__ttl {
  color: #00615c;
  font-size: 18px;
  margin: 0 0 10px;
} */
.section-related__ttl span {
  padding: 0 4px 2px;
}
.section-related__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section-related__list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23.55%;
          flex: 0 0 23.55%;
  max-width: 23.55%;
  margin: 0 0 1.75vw 1.875%;
}
.section-related__list li:nth-child(4n+1) {
  margin-left: 0;
}
.section-related__list li a {
  display: block;
  overflow: hidden;
}
.section-related__list li a img {
  width: 100%;
  height: auto;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.section-related__list li a img:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.section-related__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section-related__link li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23.55%;
          flex: 0 0 23.55%;
  max-width: 23.55%;
  margin: 0 0 1.75vw 1.875%;
  font-size: 24px;
}
.section-related__link li:nth-child(4n+1) {
  margin-left: 0;
}
/* .section-related__link li a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  font-weight: bold;
  line-height: 1;
  background: #ebf0f0;
  height: 90px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
} */
.section-related__link li a .small {
  font-size: .6em;
  display: block;
}
/* .section-related__link li a:hover {
  background: #00615c;
  color: #fff;
  text-decoration: none;
  border-color: #00615c;
} */
.section-related__list li {
  position: relative;
}
.section-related__list__txt-box {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 10;
}
.section-related__list__cat {
  display: inline-block;
  line-height: 1.5;
  padding: 1px 7px;
  font-size: 13px;
  background: #fff;
}
.section-related__list__ttl {
  line-height: 1.2;
  margin-top: 5px;
}
.section-font-alter{
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
}
/* title
============================================================ */
.main-ttl {
  font-size: 56px;
  font-weight: normal;
  margin: 0 0 35px;
  font-family: "DIN Alternate Bold";
}
.main-ttl__normal {
  font-family: 'SST W55 Light','SST W55 Regular','SST W55 Bold','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif, 'SST W20 Ultra Light','SST W20 Ultra Light Italic','SST W20 Light','SST W20 Light Italic','SST W20 Roman','SST W20 Italic','SST W20 Medium','SST W20 Medium Italic','SST W20 Bold','SST W20 Bold Italic','SST W20 Heavy','SST W20 Heavy Italic','SST W20 Condensed','SST W20 Condensed Bd';
}
.main-ttl--jp {
  margin-top: 9px;
  font-size: 46px;
}
.main-ttl.main-ttl--copy-none {
  margin-bottom: 105px;
}
.main-ttl__main {
  display: block;
  font-size: .65em;
  margin-top: 44px;
}
.main-ttl-copy {
  font-size: 25px;
  margin: 0 0 85px;
  line-height: 1.9;
  font-weight: normal;
}
.main-ttl-copy span {
  display: block;
}
.main-ttl-copy span:not(:last-child) {
  margin-bottom: 1em;
}
.section__ttl {
  font-size: 20px;
  font-weight: normal;
  margin: 0 0 28px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section__ttl span {
  border: 2px solid #000;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 6px 17px 2px;
  display: inline-block;
}
.contents__ttl {
  margin: 0 0 24px;
  font-size: 25px;
  font-weight: bold;
  /* color: #00615c; */
}
.color-normal {
  color: inherit;
}
.ttl-square:before {
  content: "";
  display: inline-block;
  width: .8em;
  height: .8em;
  background: #333;
  margin-right: .1em;
}
.ttl-normal {
  font-weight: normal;
  font-size: inherit;
  line-height: inherit;
}
.parenthesis:before,
.parenthesis:after {
  content: "";
  width: .3em;
  height: .9em;
  background: url(/assets/img/common/parenthesis-01-left.png) no-repeat 50% 50%;
  background-size: contain;
  display: inline-block;
  position: relative;
  top: .1em;
}
.parenthesis:before {
}
.parenthesis:after {
  background-image: url(/assets/img/common/parenthesis-01-right.png)
}
.parenthesis-normal:before {
  content: "[";
}
.parenthesis-normal:after {
  content: "]";
}
.parenthesis-arrow {
  position: relative;
}
.parenthesis-arrow:before,
.parenthesis-arrow:after {
  content: "";
  display: inline-block;
  width: .5em;
  height: .5em;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: relative;
  top: -.05em;
}
.parenthesis-arrow:before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
b.parenthesis-arrow:before,
b.parenthesis-arrow:after {
  border-width: 2px;
}
/* text
============================================================ */
.white {
  color: #fff;
  text-shadow: 1px 1px 1px #000 !important;
}
.red {
  color: #f00;
}
/* text-block
============================================================ */
.txt-block {
  margin: 0 0 30px;
}
.txt-block__txt-inner {
  margin-bottom: 60px;
}
.txt-block__txt-inner__section {
  margin: 0 0 50px 0px;
}
.txt-block p {
  margin: 0 0 36px;
}
.txt-block__ttl {
  margin-bottom: 1em;
  font-size: inherit;
  font-weight: bold;
}
.txt-block__list {
  margin: 0 0 36px 20px;
}
.txt-block__list li {
  list-style: disc;
}
.txt-block .txt-block__ttl-copy {
  margin-bottom: 60px;
}
.txt-block__txt-01 {
  margin: 0 0 38px;
}
.txt-block__txt-02 {
  margin: 0 0 60px;
}
.txt-block .txt-block__txt-03 {
  text-align: right;
  font-size: .8em;
  line-height: 1.4;
  margin-bottom: 1.2em;
}
.txt-block__section__ttl,
.txt-block__section__block__ttl {
  font-weight: normal;
  font-size: inherit;
  text-align: left;
}
.txt-block__section__ttl {
  margin: 0 0 12px;
  line-height: 1.4;
}
.txt-block__section__block__ttl {
  margin: 0 0 8px;
}
.txt-block__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.txt-block__row__txt-box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
  max-width: 49%;
}
.txt-block .txt-small {
  font-size: .8em;
  margin-top: -1.5em;
}
.txt-small {
  font-size: .8em;
}
/* margin
============================================================ */
.mb0 {
  margin-bottom: 0 !important;
}
/* icon
============================================================ */
[class^="icon-"] {
  padding-right: 30px;
  position: relative;
}
[class^="icon-"]:before,
[class^="icon-"]:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.icon-01 {
  /* padding-right: 30px;
  position: relative; */
}
.icon-01:before,
.icon-01:after {
  top: 44%;
  width: 22px;
  height: 18px;
  background: url(/assets/img/common/icon-outer-link-01.png) no-repeat 50% 50%;
  background-size: contain;
}
.icon-01:after {
  background-image:  url(/assets/img/common/icon-outer-link-01-hover.png);
  opacity: 0;
}
.icon-02:after {
  top: 44%;
  width: 22px;
  height: 18px;
  background: url(/assets/img/common/icon-outer-link-01-hover.png) no-repeat 50% 50%;
  background-size: contain;
}
.icon-02:hover:after {
  opacity: .7;
}
.icon-inner {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.icon-inner:hover .icon-01:before {
  opacity: 0;
}
.icon-inner:hover .icon-01:after {
  opacity: 1;
  z-index: 10;
}
/* icon-pdf */
.icon-pdf {
  margin-left: 1em;
}
.icon-pdf img {
  width: 1.5em;
}
.icon-outer-link {
  margin-left: .3em;
  padding: 0;
}
.icon-outer-link:before,
.icon-outer-link:after {
  content: none;
}
.icon-outer-link img {
  width: 1.2em;
  vertical-align: top;
}
/* link
============================================================ */
.link-inner {
  margin: 0 0 66px;
}
/* link-01 */
a.link-01 {
  color: #00615c;
  text-decoration: underline;
  margin: 0 0 1.5em;
  display: block;
}
a.link-01--inline {
  display: inline;
}
a.link-01:hover {
  text-decoration: none;
}
/* page-nav
============================================================ */
.page-nav {
  margin: 0 0 90px;
}
.page-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-nav__list__item {
  font-size: 14px;
  margin-right: 25px;
}
.page-nav__list__item a {
  border-bottom: 4px solid #000;
  -webkit-transition: .3s;
  transition: .3s;
  display: block;
  padding: 0 5px;
}
.page-nav__list__item a:hover,
.page-nav__list__item.current a {
  /* border-color: #00615c;
  color: #00615c; */
  text-decoration: none;
}
.ordered-list {
  counter-reset: number;
  margin-bottom: 36px;
}
.ordered-list li {
  padding-left: 1.85em;
  text-indent: -1.85em;
}
.ordered-list li:before {
  counter-increment: number;
  content: counter(number) ".";
  margin-right: 1em;
}
.ordered-list--parebthesis li {
  padding-left: 2.35em;
  text-indent: -2.35em;
  margin-bottom: .5em;
}
.ordered-list--parebthesis li:before {
  content: "(" counter(number) ")";
}
.list-disc {
  margin: 0 0 36px;
}
.list-disc li {
  padding-left: .8em;
  position: relative;
}
.list-disc li:before {
  content: "";
  width: .25em;
  height: .25em;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: .75em;
}
/* button
============================================================ */
/* contact-btn */
/* .contact-btn-inner {
  text-align: center;
  margin: 0 0 62px;
} */
/* .contact-btn {
  display: inline-block;
  font-size: 28px;
  background: #000;
} */
/* .contact-btn a {
  display: block;
  width: 300px;
  line-height: 104px;
  height: 100px;
  color: #fff;
  box-sizing: border-box;
  vertical-align: middle;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.contact-btn a:hover {
  background: #00615c;
  text-decoration: none;
} */
.btn-01 a {
  display: inline-block;
  padding: 4px 15px 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #00615c;
  background: #00615c;;
  font-size: 19px;
  font-weight: bold;
  color: #fff;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.btn-01 a:hover {
  background: #fff;
  color: #00615c;
  text-decoration: none;
}
/* btn-basic */
.area-btn-basic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-basic {
  display: inline-block;
  color: #FFF;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  text-align: center !important;
  vertical-align: middle;
  min-width: 290px;
  background: #000;
  border: 1px solid #000;
  margin: 0;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}
.btn-basic--flex {
  width: auto;
}
.btn-basic--flex a {
  padding: 0 20px;
}
.btn-basic a {
  display: block;
  text-align: center !important;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}
.btn-basic a:hover {
  text-decoration: none;
  color: #000;
}
.btn-basic:nth-child(2) {
  margin-left: 30px;
}
.btn-basic:hover {
  color: #000;
  background: #fff;
  border: 1px solid #000;
  text-decoration: none;
  opacity: 1;
}
/* btn-round */
.btn-round a {
  color: #fff;
  background: #00615c;
  border-radius: 20px;
  padding: 3px 20px 1px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  border: 2px solid #00615c;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.btn-round a:hover {
  text-decoration: none;
  background: #fff;
  color: #00615c;
}
/* business-page-list
============================================================ */
.data-list {
  margin-bottom: 36px;
  overflow: hidden;
}
.data-list dt {
  float: left;
}
.data-list dd:before {
  content: "：";
}
/* business-page-list
============================================================ */
.business-page-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 80px;
}
.business-page-list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 31.25%;
          flex: 0 0 31.25%;
  max-width: 31.25%;
  font-size: 30px;
  font-weight: bold;
  margin: 0 3.125% 20px 0;
  line-height: 1.5;
  font-family: "DIN Alternate Bold";
}
.business-page-list li:nth-child(3n) {
  margin-right: 0;
}
.business-page-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #ebf0f0;
  height: 180px;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}
.business-page-list li a:hover {
  text-decoration: none;
  color: #fff;
  background: #00615c;
}
.business-page-list li span {
  font-size: .6em;
}
.business-page-list li.related a {
  position: relative;
}
.business-page-list li.related a:before {
  content: "";
  width: 48%;
  height: 106%;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, .8);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 200px;
}
/* anchor-nav
============================================================ */
.anchor-nav {
  margin: 0 0 48px;
}
.anchor-nav__list {
  font-size: 18px;
  margin: 0 0 4px;
}
.anchor-nav__list__item {
  padding-left: 15px;
  position: relative;
}
.anchor-nav__list__item:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.5px 0 8.5px 13px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  top: .2em;
  left: 0;
}
/* object-fit
============================================================ */
.works-list__item a,
.works-list__item__img-box {
  height: 100%;
}
.works-list .works-list__item img,
.works-list .works-list__item .works-list__item__img-box img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;"
}
.section-related__list li a,
.section-related__list__img-box {
  height: 100%;
}
.section-related__list li a img,
.section-related__list__img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;"
}
/* colorbox
============================================================ */
.modal-inner {
  display: none;
}
.modal-contents {
  padding: 6.59vw 6.59vw 9.44vw;
  max-width: 100%;
  max-height: 100%;
  min-width: 80vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
.modal-contents *:not(.modal-contents__ttl) {
  text-align: left;
}
.modal-contents__ttl {
  font-size: 28px;
  display: inline-block;
  border-bottom: 8px solid #01847d;
  padding: 0 10px 6px;
  font-weight: normal;
  margin: 0 0 36px;
  text-align: center;
  line-height: 1.2;
}
#colorbox #cboxLoadedContent {
  -webkit-box-shadow: none;
          box-shadow: none;
}
#colorbox #cboxClose {
  width: 40px;
  height: 40px;
  top: 20px;
  right: 20px;
  background: none;
  opacity: 0;
}
#colorbox #cboxClose:before,
#colorbox #cboxClose:after {
  content: "";
  width: 3px;
  height: 60%;
  background: #01847d;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: .5s;
  transition: .5s;
}
#colorbox #cboxClose:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
#colorbox #cboxClose:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
/*
  File Name   : about.css
  Description : 会社概要
*/
.about .contents {
  position: relative;
}
.about .show-en {
  display: none;
}
.about .lang-nav {
  position: absolute;
  top: 0;
  right: 80px;
}
.about .lang-nav__list__item {
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
}
.about .lang-nav__list__item:first-child {
  margin-right: 10px;
}
.about .lang-nav__list__item a {
  background: #ebebeb;
  display: block;
  -webkit-transition: .5s;
  transition: .5s;
}
.about .lang-nav__list__item a:hover,
.about .lang-nav__list__item.active a {
  text-decoration: none;
  background: #000;
  color: #fff;
  cursor: pointer;
}
.about .about-hero {
  margin-bottom: 150px;
}
.about .about-hero-copy {
  font-size: 28px;
  margin-bottom: 30px;
  line-height: 1.6;
}
.about .about-hero-link {
  font-size: 18px;
}
.about .about-hero-link a::after {
  content: '';
  right: 16px;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  background-size: cover;
  background-image: url(/assets/img/common/icon-arrow.svg);
  width: 9px;
  height: 17px;
  display: inline-block;
  vertical-align: -10px;
  margin-left: 10px;
}
.about .about-img-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 70px;
}
.about .about-img-list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48.8%;
          flex: 0 0 48.8%;
  max-width: 48.8%;
  margin: 0 0 30px;
}
.about .section-about:last-child {
  margin-bottom: 120px;
}
.about .section-about--prof {
  margin-bottom: 80px;
}
.about .contents__ttl {
  margin-bottom: 54px;
}
.about .section-about--tbl {
  padding: 90px;
}
.about .section-about-inner {
  padding-left: 0px;
}
　/*93px→0px*/

.about .about-data-tbl {
  margin-bottom: 60px;
  border-bottom: 2px solid #000;
}
.about .show-en .about-data-tbl th {
  width: 350px;
}
.about .about-data-tbl th,
.about .about-data-tbl td {
  padding: 0 0 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: top;
}
.about .about-data-tbl th {
  width: 135px;
}
.about .about-data-tbl td {
  max-width: 950px;
}
.about .about-data-tbl .about-data-tbl__img-box {
  vertical-align: bottom;
  margin-top: 20px;
}
.about .about-data-tbl__img-box img {
  max-width: 315px;
  width: 100%;
}
.about .sec-about-map {
  margin: -110px 0 100px;
  padding-top: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about .sec-about-map__txt-box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  max-width: 45%;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.about .sec-about-map__map-box {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  height: 450px;
}
.about .sec-about-map__map-box__map {
  height: 100%;
}
.about .sec-about-map__map-box iframe {
  width: 100%;
  height: 448px;
}
.about .sec-about-map__txt-box__ttl {
  height: 30px;
  line-height: 33px;
  vertical-align: middle;
  font-size: 18px;
  font-weight: normal;
  background: #ccc;
  padding: 0 20px;
  text-align: center;
  display: inline-block;
  margin: 0 0 75px;
}
.about .sec-about-map__txt-box__txt-block p {
  margin: 0 0 36px;
}
.about .sec-about-map__txt-box__txt-block p:last-child {
  margin-bottom: 0;
}
.about .sec-about-map__txt-box .section-business__ttl {
  margin-top: -70px;
}
.about .history-tbl th,
.about .history-tbl td {
  text-align: left;
  font-size: 15px;
  padding-bottom: 20px;
}
.about .history-tbl th {
  width: 60px;
  vertical-align: top;
}
/*
  File Name   : business.css
  Description : 事業内容
*/
/* common
============================================================ */
.business .business__ttl {
  font-size: 56px;
  font-weight: normal;
  margin: 0 0 35px;
}
.business .business-contents {
  padding: 0 0 126px;
}
.business .business-contents-inner {
  margin-left: 10px;
}
.business .business-contents-inner .section-related {
  margin-bottom: 0;
}
.business .section-business__ttl {
  font-size: 20px;
  font-weight: normal;
  margin: 0 0 50px;
}
.business .section-business__ttl span {
  border: 2px solid #000;
  line-height: 32px;
  height: 32px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 17px;
  display: inline-block;
}
.business .section-business__ttl + .business-contents-inner {
  margin-top: -27px;
}
.business .section-business__ttl-copy {
  margin: 0 0 54px;
}
.business .section-business__txt {
  margin: 0 0 30px;
}
.business .section-business__ttl + p {
  margin-top: -25px;
}
.business .business-contents__img-box {
  text-align: center;
}
.business .business-contents__img-box--01 {
  margin: 0 auto 38px;
  width: 90%;
}
.business .business-contents__img-box--02 {
  width: 80%;
  padding: 60px 0 0;
  margin: 0 auto;
}
.business .list-disc li {
  position: relative;
  padding-left: 15px;
  line-height: 1.6;
}
.business .list-disc li:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.business .section-business__img-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 3.75vw;
}
.business .section-business__img-list a {
  display: block;
}
.business .section-business__img-list__item {
  margin: 0 0 30px 4.6875%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.25%;
          flex: 0 0 16.25%;
  max-width: 16.25%;
  overflow: hidden;
}
.business .section-business__img-list__item:nth-child(5n+1) {
  margin-left: 0;
}
.business .section-business__img-list__item a {
  display: block;
  line-height: 1.4;
}
.business .section-business__img-list__item a:hover {
  text-decoration: none;
}
.business .section-business__img-list__item__img {
  display: block;
  overflow: hidden;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: 100%;
  margin: 0 0 10px;
}
.business .section-business__img-list__item img {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.business .section-business__img-list__item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.business .section-business__img-list__item__name,
.business .section-business__img-list__item__job {
  color: #474747;
}
.business .section-business__ttl + .business-contents-inner {
  margin-top: 10px;
}
/* modal */
.business .section-business__img-list__item__modal {
  display: none;

}
.business #cboxLoadedContent {
  width: 100% !important;
}
.business #cboxClose {
  width: 40px;
  height: 40px;
  background: none;
  top: 20px;
  right: 20px;
  opacity: 0;
}
.business .modal__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 6.59vw 6.59vw 9.44vw;
  max-width: 100%;
  max-height: 100%;
  min-width: 80vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.business .modal__media__img-box {
  max-width: 310px;
  margin-right: 7.6%;
}
.business .modal__media__txt-box {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  padding: 20px 0 30px;
  line-height: 1.65;
}
.business .modal__media__txt-box__type {
  font-size: 20px;
  margin: 0 0 18px;
}
.business .modal__media__txt-box__name {
  font-size: 30px;
  margin: 0 0 8px;
}
.business .modal__media__txt-box__name-sub {
  font-size: 22px;
  margin: 0 0 40px;
}
.business .modal__media__txt-box__intro {
  font-size: 20px;
  margin: 0 0 42px;
}
.business .modal__media__txt-box__works-ttl {
  font-size: 17px;
  border: 2px solid #000;
  display: inline-block;
  padding: 2px 20px;
  margin: 0 0 35px;
}
.business .modal__media__txt-box__works-block {
  font-size: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 1em;
}
.business .modal__media__txt-box__works-block:last-child {
  margin-bottom: 0;
}
.business .modal__media__txt-box__works-block__year {
  margin-right: 35px;
}
/* floarmap */
.business .floarmap {
  margin: 0 auto 50px;
  position: relative;
}
.business .floarmap__main-img img {
  width: 100%;
}
.business .floarmap__sub-img {
  position: absolute;
  opacity: 0;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}
.business .floarmap__sub-img:hover {
  opacity: 1;
}
/* index
============================================================ */
/* .business .index .business__ttl-copy {
  font-size: 34px;
  line-height: 1.8;
  text-align: center;
  margin: 100px 0 130px;
}

.business .index .business__ttl-copy span {
  margin-top: 1em;
  display: inline-block;
} */
.business .business__ttl-copy {
  font-size: 25px;
  text-align: center;
}
.business .business__ttl-figure .kv {
  margin-top: 15px;
  margin-bottom: 70px;
}
.business h3{
  width: 100%;
  font-size: 18px;
}
.business .ag-card02.business-top-card .el-heading.-card {
  font-size: 18px;
}
/* space
============================================================ */
/* event
============================================================ */
.business .section-business__box-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 50px auto 110px;
}
.business .section-business__box-list > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  max-width: 30%;
  /* font-size: 18px;
  text-align: center;
  border: 4px solid #000;
  background: #ebf0f0;
  padding: 45px 0; */
}
.business .section-business__box-list__ttl {
  text-align: center;
  font-size: 28px;
  margin: 0 0 40px;
  font-weight: normal;
  line-height: 1.6;
}
.business .section-business__box-list ul {
  display: inline-block;
}
.business .section-business__box-list ul li {
  text-align: left;
}
/* contents
============================================================ */
/* studio
============================================================ */
.business .studio .business-contents-inner {
  margin-bottom: 4.5vw;
}
.business .business-contents-inner__block {
  margin: 0 0 50px 55px;
}
.business .business-contents-inner__block:last-child {
  margin-bottom: 50px;
}
.business .business-contents-inner__block__ttl {
  color: #00847d;
  position: relative;
  font-size: 18px;
  font-weight: normal;
  padding-left: 1.2em;
  margin: 0 0 4px;
}
.business .business-contents-inner__block__ttl:before {
  content: "";
  width: .9em;
  height: .9em;
  background: #00847d;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.business .section-business__media-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 30px;
}
.business .section-business__media-block__txt-box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  padding-right: 2vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.business .section-business__media-block__img-box {
  max-width: 50%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
}
.business .btn-round {
  font-size: 18px;
  margin: 0 0 65px;
}
.business-img-list{
  margin-bottom: 10px;
}
.business .section-business:last-child .btn-round:last-child {
  margin-bottom: 30px;
}
.business .section-floar-guide {
  margin: 0 0 55px;
}
.business .section-floar-guide__ttl {
  font-size: 26px;
  margin: 0 0 15px;
  font-weight: bold;
}
.business .studio .floarmap {
  width: 100%;
}
.business .floarmap__sub-img--101 {
  left: 47.1%;
  top: 11.84%;
  width: 21.1%;
}
.business .floarmap__sub-img--102 {
  left: 69%;
  top: 16.84%;
  width: 17.85%;
}
.business .floarmap__sub-img--103 {
  right: 2.47%;
  bottom: 11.1%;
  width: 17.36%;
}
.business .floarmap__sub-img--104 {
  right: 21.78%;
  bottom: 7.1%;
  width: 15.91%;
}
.business .floarmap__sub-img--301 {
  right: 6.9%;
  top: 0;
  width: 17.95%;
}
.business .floarmap__sub-img--302 {
  right: 24.85%;
  top: 0;
  width: 16.8%;
}
.business .floarmap__sub-img--303 {
  left: 27.7%;
  top: 18%;
  width: 15.7%;
}
.business .floarmap__sub-img--304 {
  left: 13.04%;
  top: 18%;
  width: 14.7%;
}
.business .floarmap__sub-img--306 {
  right: 9.44%;
  bottom: 0;
  width: 16.8%;
}
.business .floarmap__sub-img--309 {
  left: 0;
  top: 0;
  width: 13%;
}
.business .floarmap__sub-img--305 {
  left: 0.1%;
  bottom: 0;
  width: 18.62%;
}
.business .floarmap__sub-img--salon {
  right: 0;
  bottom: 0;
  width: 9.53%;
}
.business .floarmap__sub-img--409 {
  left: 50.3%;
  top: 0;
  width: 8%;
}
.business .floarmap__sub-img--405 {
  left: 58.32%;
  top: 0;
  width: 18.04%;
}
.business .floarmap__sub-img--403 {
  left: 76.28%;
  top: 16.85%;
  width: 21.82%;
}
.business .floarmap__sub-img--408 {
  left: 1.65%;
  top: 3%;
  width: 24.44%;
}
.business .floarmap__sub-img--410 {
  left: 34.68%;
  top: 0;
  width: 15.6%;
}
.business .floarmap__sub-img--406 {
  left: 34.68%;
  top: 26%;
  width: 15.6%;
}
/* animation
============================================================ */
.business .animation .floarmap {
  width: 95%;
}
/* shooting
============================================================ */
.business .shooting .section-business {
  padding-bottom: 30px;
}
.business .shooting .section-business:last-child {
  padding-bottom: 0;
}
/* contentsdelivery
============================================================ */
.business .contentsdelivery .business__ttl-copy {
  margin-bottom: 50px;
}
.business .section-business__contentsdelivery-img-box-01 {
  margin: 0 auto 40px;
  max-width: 570px;
}
.business .section-business__contentsdelivery-img-box-02 {
  margin: 0 auto 98px;
}
.business .section-business-handle-list {
  letter-spacing: -4em;
}
.business .section-business-handle-list {
  margin: -18px 0 52px;
}
.business .section-business-handle-list > li {
  letter-spacing: 0;
  display: inline-block;
  vertical-align: middle;
  margin: 0 43px 20px 0;
}
.business .section-business-handle-list > li:last-child {
  margin-right: 0;
}
.business .business-contents-inner__block__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.business .business-contents-inner__block__media__img {
  max-width: 220px;
}
/* outsourcing
============================================================ */
.business .business-contents-inner__block__list {
  margin: 0 0 52px;
}
.business .business-contents-inner__block__list .business-contents-inner__block__ttl {
  margin: 0 0 10px;
}
/* modal
============================================================ */
.business .business-contents__modal-btn {
  text-align: center;
  font-size: 18px;
}
.business .business-contents__modal {
  display: none;
  width: 100%;
}
.business .business-contents__modal-inner {
  padding: 50px 170px 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.business .business-contents__modal-inner .modal-contents__ttl {
  text-align: left;
}
.business .business-contents__modal-inner .txt-block {
  text-align: left;
}
.business .index  .business-contents__modal-inner {
  text-align: center;
}
.business .business-contents__modal__txt {
  font-size: 21px;
  line-height: 2.3;
}
.business .business-contents__modal-inner .txt-block {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
      -webkit-box-pack: justify;
          justify-content: space-between;
}
.business .business-contents__modal-inner .txt-block__section {
  width: 48%;
}
/* 2019.9.27 STUDIO FOR ANIMATION hover部分修正 */
.business .floarmap__sub-img--k1 {
  left: 3.56%;
  bottom: 8.3%;
  width: 26.64%;
}
.business .floarmap__sub-img--k2 {
  left: 48.72%;
  bottom: 12.8%;
  width: 19.58%;
}
.business .floarmap__sub-img--k3 {
  left: 68.2%;
  bottom: 14.7%;
  width: 17.8%;
}
.business .floarmap__sub-img--mr {
  left: 25.7%;
  top: 52%;
  width: 23.1%;
}
/* 2020.4.8 テキストリンクのホバー修正 */
#business a.link-01 {
  text-decoration: none;
}
#business a.link-01:hover {
  text-decoration: underline;
}
/* 2023.5.29フロアガイド
============================================================ */
.business .section-floar-guide.-low {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
}
.business .section-floar-guide__list .article-text{
  border-bottom: 1px solid #D9D9D9;
  white-space: nowrap;
  padding: 14px 0;
}
.business .section-floar-guide__list .article-text:first-child {
  padding-top: 0;
}
.business .section-floar-guide__list .article-text:last-child {
  border-bottom: none;
}
.business .section-floar-guide__img {
  max-width: 930px;
  margin-right: 48px;
}
/* uxc
============================================================ */
.main-ttl span{
  font-size: 30px;
}
.uxc-kv {
  width: 100vw;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);

}
.uxc-kv img {
    width: 100%;
    height: auto;
    max-width: none;
}
.content .about-txt{
  line-height: 3;
  font-size: 18px;
}
.category-inner{
  border-bottom: #fff solid 1px;
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.category-inner .category-con {
  width: 50%;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.category-inner .imgItem {
  width: 50%;
}
.category-inner h3{
  font-size: 30px;
  font-family: "SST W20 Ultra Light";
  margin-bottom: 24px;
}
.category-inner p,.category-ttl{
  color: #fff;
}
.-xxxl{
  padding: 7em 0;
}
/* large-display-studio
============================================================ */
.content-text{
  font-size: 25px;
}
.LED-STUDIO-ttl{
  font-size:28px
}
.LED-STUDIO-ttl span{
  color: #737373;
  font-size: 20px;
}
.ag-cardItem .lds-card{
  position: absolute;
  bottom: 30px;
  left: 20px;
}
.ag-cardItem .lds-card .works-list__item__ttl{
  color: #fff;
}
.section-related .section-related__list .section-related__list__imgbox{
  height: 100%;
}
/* 2025.09 Staffページ
============================================================ */
.studio .staff {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 64px;
}
.studio .staff__textarea {
  max-width: 557px;
  width: calc(557 / 1280 * 100%);
}
.studio .staff__intro {
  margin-bottom: 48px;
  font-size: 18px;
  line-height: 2;
}
.studio .staff__btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 460px;
  padding: 30px 0;
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}
.studio .staff__btn:hover {
  color: #000;
  background-color: #fff;
}
.studio .staff__btn:hover::after{
  -webkit-filter: brightness(0) saturate(100%) invert(0%) sepia(5%) saturate(0%) hue-rotate(33deg) brightness(92%) contrast(105%);
          filter: brightness(0) saturate(100%) invert(0%) sepia(5%) saturate(0%) hue-rotate(33deg) brightness(92%) contrast(105%);
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}
.studio .staff__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  right: 25px;
  width: 6px;
  height: 12px;
  background-image: url(/assets/img/common/icon-arrow-white.svg);
  background-repeat: no-repeat;
}
.studio .staff__imgarea {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
.studio .staff__imgarea--sp {
  display: none;
}
.business.staff p,.staff-category__ttl {
  color: #000;
}
.business.staff .staff-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 70px;
  border-bottom: 1px solid #999;
}
.business.staff .staff-head .main-ttl{
  margin-bottom: 0;
}
.business.staff .staff-head__backLink{
  display: block;
  padding: 1px 10px;
  background-color: #000;
  color: #fff;
  border: 1px solid #fff;
  text-decoration: none;
}
.business.staff .staff-head__backLink:hover{
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}
.business.staff .staff-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 150px;
  padding-top: 40px;
  overflow-x: auto;
}
.business.staff .staff-nav__item {
  position: relative;
  padding: 0 32px;
  border-right: 1px solid #D9D9D9;
}
.business.staff .staff-nav__link {
  line-height: 1.8;
  white-space: nowrap;
  text-decoration: none;
}
.business.staff .staff-nav__link::after {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background-image: url(/assets/img/common/icon-arrow.png);
  background-size: cover;
  margin: 3px auto 0;
}
.business.staff .staff-nav__item:first-child {
  padding-left: 0;
}
.business.staff .staff-nav__item:last-child {
  border-right: none;
}
.business.staff .staff-category:not(:last-of-type) {
  margin-bottom: 150px;
}
.business.staff .staff-category__ttl {
  margin-bottom: 48px;
  font-size: 50px;
  font-family: "SST W55 Regular";
  font-weight: 700;
}
.business.staff .staff-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.business.staff .staff-list__item {
  max-width: 300px;
}
.business.staff .staff-list__img img {
  width: 100%;
  aspect-ratio: 300 / 320;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0% 35%;
     object-position: 0% 35%;
}
.business.staff .staff-list__name {
  margin-top: 16px;
  font-family: 'SST W55 Regular';
  font-size: 18px;
  line-height: 1.2;
}
.business.staff .staff-list__nameEn {
  display: block;
  margin-top: 6px;
  font-family: 'SST W55 Regular';
  font-size: 13px;
  line-height: 1.4;
}
.business.staff .contact-btn-inner {
  margin: 110px 0 150px;
}
.business.staff .contact-btn {
  min-width: 300px;
  font-size: 24px;
}
.business.staff .contact-btn a {
  display: block;
  width: 100%;
  height: auto;
  padding: 25px;
  line-height: 1;
}
.business.staff .staffModal .contact-btn-inner {
  margin: 60px 0 90px;
}
.business.staff #cboxLoadedContent {
  max-width: 720px;
  margin: 0 auto;
}
.business.staff #colorbox #cboxClose {
  top: 8px;
  right: 8px;
  width: 16px;
  height: 16px;
}
.business.staff #colorbox #cboxClose::after,.business.staff #colorbox #cboxClose::before {
  width: 2px;
  height: 100%;
  background: #000;
}
.business.staff .staffModal {
  padding: 32px;
}
.business.staff .staffModal-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-bottom: 32px;
}
.business.staff .staffModal-profile__imgarea {
  width: 340px;
}
.business.staff .staffModal-profile__imgarea img {
  width: 100%;
  aspect-ratio: 340 / 360;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0% 20%;
     object-position: 0% 20%;
}
.business.staff .staffModal-profile__textarea {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
.business.staff .staffModal-profile__label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 16px;
  padding: 2px 10px 1px;
  color: #737373;
  background-color: #f6f6f6;
  font-family: 'SST W55 Regular';
  font-size: 12px;
  line-height: 1.8;
}
.business.staff .staffModal-profile__name {
  margin-bottom: 10px;
  font-family: 'SST W55 Bold';
  font-size: 20px;
  line-height: 1.2;
}
.business.staff .staffModal-profile__nameEn {
  display: block;
  margin-bottom: 32px;
  font-family: 'SST W55 Regular';
  font-size: 13px;
  line-height: 1.4;
}
.business.staff .staffModal-profile__description p {
  font-family: 'SST W55 Regular';
  line-height: 2;
}
.business.staff .staffModal-box {
  padding: 16px 0;
  border-top: 1px solid #000;
}
.business.staff .staffModal-box:last-of-type {
  padding-bottom: 0;
}
.business.staff .staffModal-box__heading {
  margin-bottom: 12px;
  font-family: 'SST W55 Bold';
  font-size: 14px;
  line-height: 1.4;
}
.business.staff .staffModal-box__description {
  font-family: 'SST W55 Regular';
  font-size: 14px;
  line-height: 2;
}
.business.staff .staffModal-worksList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 24px;
}
.business.staff .staffModal-worksList__heading {
  margin-top: 32px;
  margin-bottom: 12px;
  font-family: 'SST W55 Bold';
  font-size: 14px;
  line-height: 1.4;
}
.business.staff .staffModal-works__img {
  margin-bottom: 14px;
}
.business.staff .staffModal-works__ttl {
  margin-bottom: 10px;
  font-family: 'SST W55 Regular';
  font-size: 14px;
  line-height: 1.4;
}
.business.staff .staffModal-works__link {
  position: relative;
  font-family: 'SST W55 Regular';
  font-size: 12px;
  line-height: 2.4;
}
.business.staff .staffModal-works__link img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  right: -10px;
  width: 4px;
}
/*
  File Name   : contact.css
  Description : お問い合わせ
*/
.contact .txt-block__section__ttl {
  margin-bottom: 2em;
  font-size: inherit;
  font-weight: bold;
}
.contact .txt-block__section__block {
  padding-left: 1em;
}
.contact .txt-block__section__block__ttl {
  font-weight: bold;
}
/*
  File Name   : copyright.css
  Description : 著作物複製ご注文時のお願い
*/
.copyright .contents__ttl {
  font-size: 23px;
  margin-bottom: 58px;
}
.copyright .contents__ttl span {
  padding-bottom: 10px;
}
.copyright .copyright-flow {
  margin: 0 0 76px;
}
.copyright .copyright-link {
  font-size: 23px;
  padding-bottom: 18px;
}
.copyright .copyright-link .icon-pdf {
  margin-left: .6em;
}
.copyright .copyright-link .icon-pdf img {
  width: 1.1em;
  vertical-align: middle;
}
.copyright .contact-btn-inner {
  padding-bottom: 105px;
}
.copyright .copyright__img-box {
  text-align: center;
  padding: 100px 0 140px;
}
.copyright .copyright__img-box img {
  max-width: 60%;
}
.copyright .adobe-block {
  display: inline-block;
  letter-spacing: -.4em;
  border: 2px solid #000;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 3em;
}
.copyright .adobe-block > * {
  letter-spacing: 0;
  display: inline-block;
  vertical-align: middle;
}
.copyright .adobe-block .adobe-block__txt {
  margin-bottom: 0;
  margin-right: 20px;
}
/*
  File Name   : news.css
  Description : ニュース
*/
.news .news-contents {
  padding: 0 0 14vw;
}
.news .img-full {
  width: 100%;
}
.news .news-contents-inner {
  margin: 0 6vw 10vw;
}
.news .news-page-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 65px;
}
.news .news-page-nav li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  max-width: 48%;
  font-size: 34px;
  font-weight: bold;
}
.news .news-page-nav li a {
  background: #ededed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 170px;
  border: 10px solid #ededed;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.news .news-page-nav li a:hover {
  /* background: #fff; */
  /* color: #00615c;
  border-color: #00615c; */
  text-decoration: none;
}
/* .news .news-page-nav li.current a {
  pointer-events: none;
  background: #00615c;
  color: #fff;
  border-color: #00615c;
} */
.news .news-page-nav li:not(.current):hover span:before {
  border-color: #fff;
}
.news .news-year-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 65px;
}
.news .news-year-nav__list li {
  font-size: 14px;
  margin-right: 20px;
}
.news .news-year-nav__list li a {
  border-bottom: 4px solid #000;
  -webkit-transition: .3s;
  transition: .3s;
  display: block;
  padding: 0 5px;
}
.news .news-year-nav__list li a:hover {
  border-color: #00615c;
  color: #00615c;
  text-decoration: none;
}
.news .news-year-nav__list li.current a {
  border-color: #00615c;
  color: #00615c;
  pointer-events: none;
}
.news .news-list li {
  margin: 0 0 30px;
}
.news .news-list li a {
  -webkit-transition: .3s;
  transition: .3s;
}
.news .news-list li a:hover {
  color: #00615c;
}
.news .news-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news .news-list__time {
  font-size: 16px;
  margin-right: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12%;
          flex: 0 0 12%;
  margin-top: 2px;
}
.news .news-list__txt {
  font-size: 18px;
}
/* detail
============================================================ */
.news .news__time {
  font-size: 22px;
  margin: 0 0 1em;
  display: block;
}
.news .news__ttl {
  font-size: 30px;
  font-weight: normal;
  margin: 0 0 1.5em;
  line-height: 1.6;
}
.news .news-txt-block {
  font-size: 16px;
  margin: 0 0 3em;
}
.news .news-txt-block .small {
  font-size: .8em;
}
.news .news-sub-contents {
  position: relative;
  padding-top: 2em;
}
.news .news-sub-contents:before {
  content: "";
  width: 120px;
  height: 4px;
  background: #00615c;
  position: absolute;
  left: 0;
  top: 0;
}
.news .news-txt-block p {
  margin: 0 0 1.5em;
}
.news .txt-note {
  font-size: 14px;
  margin: 0 0 1.5em;
}
.news .txt-link-01 {
  color: #00615c;
  text-decoration: underline;
}
.news .txt-link-01:hover {
  text-decoration: none;
}
.news .news__sub-ttl {
  color: #00615c;
  font-size: 18px;
  font-weight: normal;
}
.news .news__sub-ttl span {
  border-bottom: 4px solid #00615c;
  padding: 0 40px 2px 5px;
}
.news .news-tbl-01 {
  margin-bottom: 1.5em;
  text-align: left;
}
.news .news-tbl-01 th,
.news .news-tbl-01 td {
  vertical-align: top;
}
.news .news-tbl-01 th {
  font-weight: normal;
  position: relative;
  left: -.5em;
}
.news .news-tbl-01 th:first-child,
.news .news-tbl-01 td:first-child {
  width: 20%;
}
.news .news-tbl-01 th:nth-child(2),
.news .news-tbl-01 td:nth-child(2) {
  width: 20%;
}
/* ==========================================================================
 2019.12.16 albedo Japan add
========================================================================== */
.news .el-tag {
  border: 2px solid;
  display: inline-block;
  line-height: 1;
  padding-top: .3em;
  padding-bottom: .3em;
  padding-left: 1.5em;
  padding-right: 1.5em;
}
/* .news .el-tag.-news {
  background-color: #00615c;
  border-color: #00615c;
  color: #fff;
} */
/* .news .el-tag.-press {
  background-color: #522b8e;
  border-color: #522b8e;
  color: #fff;
} */
.news .news-list__item>.news-list__time, .news-list__item>.news-list__txt {
  /* text-decoration: underline; */
  -webkit-transition: .3s;
  transition: .3s;
}
.news .news-list__item .el-tag {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
/* single-news */
.news .news__date-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 22px;
}
.news .news__date-wrap .news__time {
  margin-bottom: 0;
  margin-right: 1em;
}
.news .supplement-copy {
  font-size: 14px;
  border: 1px solid #ccc;
  padding: 16px;
  margin: 0 0 85px;
}
/*
  File Name   : original.css
  Description : 特集記事一覧
*/
.original .top-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.original .top-list:before {
  content: "";
  display: block;
  width: 23.125%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.original .top-list:after {
  content: "";
  display: block;
  width: 23.125%;
}
.original .top-list__item {
  float: none !important;
}
.original .original-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  counter-reset: list;
  margin: 0 0 110px;
  padding: 30px 0 0;
}
.original .original-list__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23.5%;
          flex: 0 0 23.5%;
  max-width: 23.5%;
  margin: 0 0 1.25vw 2%;
  background: #00847d;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 350px;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}
.original .original-list__item:nth-child(4n+1) {
  margin-left: 0;
}
.original .original-list__item:hover {
  background: #e5f3f2;
}
.original .original-list__item a {
  height: 100%;
  color: #fff;
  padding: 120px 30px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  position: relative;
}
.original .original-list__item a:before,
.original .original-list__item a:after {
  font-size: 87px;
  line-height: 1;
}
.original .original-list__item a:before {
  content: "#";
}
.original .original-list__item a:after {
  counter-increment: list;
  font-family: "DIN Alternate Bold";
  content: "0" counter(list, decimal-leading-zero);
  letter-spacing: .1em;
  font-weight: bold;
  text-align: center;
}
.original .original-list__item:nth-child(99) ~ .original-list__item a:before {
  content: counter(list, decimal-leading-zero);
}
.original .original-list__item__ttl {
  display: block;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.4;
  position: absolute;
  left: 30px;
  width: calc(100% - 60px);
  bottom: 30px;
}
.original .original-list__item a:hover {
  text-decoration: none;
  color: #00847d;
}
.original .original-list__item:nth-child(4n+1) {
  margin-right: 0;
}
.original .sec-interview__font-medium {
  font-size: 20px;
}
.original .sec-interview__list__item_txt-regular {
  font-size: 18px;
}
.original .sec-interview {
  margin-bottom: 100px;
}
.original .original-notes {
  font-size:12px;
}
/* detail
============================================================ */
.original .original-main-img {
  margin: -6px 0 40px;
}
.original .original-main-img img {
  margin: 0 0 20px;
  width: 100%;
}
.original .original-main-img__cap {
  line-height: 1.4;
  font-size: 12px;
  text-align: left;
}
.original .sec-interview__copy {
  margin: 0 0 60px;
}
.original .sec-interview__img-box {
  margin: 0 auto 82px;
  width: 43.05%;
}
.original .sec-interview__img-box img {
  margin: 0 0 5px;
}
.original .sec-interview__img__cap {
  text-align: left;
  line-height: 1.4;
  font-size: 12px;
  display: inline-block;
}
.original .sec-interview__block p {
  line-height: 1.8;
  margin: 0 0 1.75em;
}
.original .sec-interview__block.sec-interview__block--aside {
  margin-top: 82px;
}
.original .sec-interview__block .sec-interview__block__q {
  color: #00847d;
  margin: 0;
}
.original .sec-interview__block__note {
  font-size: .8em;
  margin-top: 2px;
  display: block;
}
.original .sec-interview__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 20px;
  padding: 0 4.25vw;
}
.original .sec-interview__list_2column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 20px;
  padding: 0;
}
.original .sec-interview__list__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24.25%;
          flex: 0 0 24.25%;
  max-width: 24.25%;
  margin: 0 0 44px;
}
.original .sec-interview__list__item_2column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  max-width: 50%;
  margin: 0 0 44px;
}
.original .sec-interview__list__item__img-box {
  margin: 0 0 5px;
}
.original .sec-interview__list__item__txt-box {
  font-size: 12px;
  line-height: 1.4;
  display: block;
  margin-right: -75px;
}
.sec-interview__list__item__txt-box_2column{
  font-size: 14px;
  line-height: 1.4;
  display: block;
  margin: 0;
}
.original .sec-interview__block__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: -webkit-space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 85px;
}
.original .sec-interview__block__media__txt-box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 20px;
}
.original .sec-interview__block__media__img-box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
.original .sec-interview__block__media__img-box img {
  margin: 0 0 5px;
}
.original .sec-interview__block__media .sec-interview__block__media__img-box__cap {
  font-size: 12px;
  line-height: 1.4;
}
.original .sec-interview__img-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 28px;
}
.original .sec-interview__img-list__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48.7%;
          flex: 0 0 48.7%;
  max-width: 48.7%;
  margin: 0 0 30px;
}
.original .sec-interview__img-list__item img {
  margin: 0 0 5px;
}
.original .sec-interview__img-list__item__cap {
  line-height: 1.4;
  font-size: 12px;
}
.original .sec-interview__block__reg {
  margin-top: -10px;
  display: inline-block;
  vertical-align: middle;
}
.original .sec-interview__data {
  font-size: 11px;
  line-height: 1.4;
  padding: 54px 0 0;
}
.original .sec-interview__data .link-01 {
  font-size: inherit;
}
.original .sec-interview__data .section-related__ttl {
  text-align: center;
  margin-bottom: 98px;
}
.original .sec-interview__data__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 85px;
}
.original .sec-interview__data__media__img-box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23.3%;
          flex: 0 0 23.3%;
  max-width: 23.3%;
}
.original .sec-interview__data__media__img-box__cap {
  margin: 10px 0 0;
  font-size: 11px;
}
.original .sec-interview__data__media__txt-box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32.8%;
          flex: 0 0 32.8%;
  max-width: 32.8%;
  padding: 0 86px 0 64px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.original .sec-interview__data__media__txt-box p:not(:last-child) {
  margin: 0 0 18px;
}
.original .sec-interview__data__media__txt-box:last-child:before {
  content: "";
  width: 2px;
  height: 105%;
  background: #000;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*
  File Name   : privacypolicy.css
  Description : プライバシーポリシー
*/
.privacypolicy .txt-block:not(:last-child) {
  margin-bottom: 80px;
}
.privacypolicy .txt-block .privacy-copy {
  margin-bottom: 14px;
}
.privacypolicy .anchor-nav__list {
  margin-bottom: 15px;
}
.privacypolicy .main a:not(.anchor-nav__list__item) {
  color: #00847d;
}
.privacypolicy a:not(.anchor-nav__list__item).parenthesis-arrow:before,
.privacypolicy a:not(.anchor-nav__list__item).parenthesis-arrow:after {
  border-color: #00847d;
}
.privacypolicy .privacy-ttl {
  text-align: center;
  font-weight: normal;
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 58px;
}
.privacypolicy .list-disc {
  margin-left: 3em;
}
.privacypolicy .txt-block__section {
  padding-top: 2em;
}
.privacypolicy .mb-narrow {
  margin-bottom: .8em !important;
}
.privacypolicy .ml-narrow {
  margin-left: 1.15em !important;
}
.privacypolicy .ls-wide {
  letter-spacing: 0.5em !important;
}
.privacypolicy .guide-tbl,
.privacypolicy .check-tbl {
  text-align: left;
  table-layout: fixed;
  margin-bottom: 36px;
}
.privacypolicy .guide-tbl th,
.privacypolicy .guide-tbl td {
  padding: .4em 1em;
  border: 1px solid #000;
}
.privacypolicy .guide-tbl th,
.privacypolicy .check-tbl th {
  font-weight: normal;
  min-width: 13%;
}
.privacypolicy .guide-tbl--02 th:first-child,
.privacypolicy .guide-tbl--02 td:first-child {
  width: 15%;
}
.privacypolicy .ttl-normal {
  margin-bottom: 1.4em;
}
.privacypolicy .check-tbl {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
.privacypolicy .check-tbl th,
.privacypolicy .check-tbl td {
  padding: .2em 1em;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  vertical-align: middle;
}
.privacypolicy .check-tbl th:first-child,
.privacypolicy .check-tbl td:first-child {
  text-align: center;
  width: 8%;
}
.privacypolicy .check-tbl img {
  vertical-align: middle;
}
/*
  File Name   : recruit.css
  Description : 採用情報
*/
/* index
============================================================ */
.recruit.index .main-ttl {
  margin-bottom: 1.5em;
}
.recruit.index .section-related__ttl {
  margin-bottom: .6em;
}
.recruit .recruit__ttl-copy {
  font-size: 2.5rem;
  margin: 0 0 1.2em;
}
.recruit .section-related__ttl {
  font-size: 2.4rem;
  margin-bottom: 1em;
}
.recruit .recruit-entry-lead {
  margin: 0 0 .3em;
}
.recruit .recruit-page-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.recruit .recruit-page-list li {
  width: 31.25%;
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 30px;
  line-height: 1.5;
}
.recruit .recruit-page-list li.item__full {
  width: 100%;
}
.recruit .recruit-page-list li.item__full .link .link__item {
  line-height: 1;
}
.recruit .recruit-page-list li.item__full .link .link__item .icon-outer-link {
  padding-right: 1.2em;
}
.recruit .recruit-page-list li.item__full .link .link__item .icon-outer-link::before {
  content: '';
  position: absolute;
  width: 1.2em;
  height: 1em;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: cover;
  background-image: url(/assets/img/common/icon-outer-link-01.png);
}
.recruit .recruit-page-list li.item__full .link:hover .link__item .icon-outer-link::before {
  background-image: url(/assets/img/common/icon-outer-link-01-hover.png);
}
.recruit .recruit-page-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  background: #00615c;
  height: 180px;
  border: 10px solid #00615c;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.recruit .recruit-page-list li a:hover {
  text-decoration: none;
  color: #00615c;
  background: #fff;
}
.recruit .recruit-contents {
  margin-bottom: 80px;
}
.recruit .recruit-contents__modal-btn {
  text-align: center;
  font-size: 26px;
  float: left;
  padding: 10px 60px;
  margin: 0 20px 0 0;
  min-width: 120px;
  position:relative;
  left:100px;
}
.recruit .recruit-contents__modal {
  display: none;
  width: 100%;
}
.recruit .recruit-contents__modal-inner {
  padding: 50px 170px 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
.recruit .recruit-contents__modal-inner .txt-block {
  text-align: left;
}
.recruit .index  .recruit-contents__modal-inner {
  text-align: center;
}
.recruit .recruit-contents__modal__txt {
  font-size: 21px;
  line-height: 2.3;
}
.recruit .font-normal {
  font-weight: normal;
  font-size: inherit !important;
}
.pc-entry-p{
  margin: 0 90px;
}
/* detail
============================================================ */
.recruit .recruit-contents__section-inner {
  margin: 0 0 100px;
}
.recruit .recruit-contents__section {
  padding: 0 0 65px;
}
.recruit .recruit-contents__section__ttl {
  font-size: 25px;
  color: #fff;
  height: 60px;
  line-height: 60px;
  vertical-align: middle;
  background: #00615c;
  padding: 0 20px;
  font-weight: normal;
  display: inline-block;
  margin: 0 0 40px;
}
.recruit .recruit-contents__section h2.job-category {
  line-height: 1.5;
  margin: 0 0 30px;
  font-size: 25px;
  font-weight: normal;
}
.recruit .recruit-contents__section__ttl + .recruit-contents__section__tbl {
  margin-top: -40px;
}
.recruit .recruit-contents__section__list,
.recruit .recruit-contents__section__txt {
  padding-left: 70px;
}
.recruit .recruit-contents__section__list > li,
.recruit .recruit-contents__section__txt {
  margin: 0 0 20px;
}
.recruit .recruit-contents__section__list > li:before {
  content: "-";
  margin-right: 8px;
}
.recruit .recruit-contents__section__tbl {
  border: 2px solid #000;
}
.recruit .recruit-contents__section__tbl th,
.recruit .recruit-contents__section__tbl td {
  border-bottom: 1px solid #000;
}
.recruit .recruit-contents__section__tbl th {
  padding: 30px 10px;
  font-weight: normal;
  width: 200px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
}
.recruit .recruit-contents__section__tbl td {
  padding: 30px 10px;
  text-align: left;
}
.recruit .recruit-contents__section__tbl .link-01 {
  display: inline;
  font-size: inherit;
}
.recruit .recruit-contents__section__tbl .txt-block p:last-child {
  margin-bottom: 0;
}
.recruit .midcareer .modal-contents__ttl {
  margin-bottom: 60px;
}
.recruit .txt-block__section {
  margin-bottom: 2em;
}
.recruit .midcareer .txt-block__section__ttl {
  line-height: 1.4;
  margin-bottom: 24px;
}
.recruit .midcareer-btn-basic {
  text-align: center;
  display: block;
  background: #00615c ;
  font-size: 24px;
  margin-bottom: 10px;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  color: #fff;
  padding: 20px;

}
.recruit .midcareer-btn-basic:hover {
  color: #333;
  background: #ebeff0;
  opacity: 1;
}
.recruit .area-btn-basic ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.recruit .area-btn-basic ul > li:nth-child(2) {
  margin: -30px 0px 0px 60px;
}
/* message
============================================================ */
.recruit .contents-block__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.recruit .contents-block__row__txt-box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 59%;
          flex: 0 0 59%;
  max-width: 59%;
}
.recruit .contents-block__row__img-box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 39%;
          flex: 0 0 39%;
  max-width: 39%;
}
.recruit .contents-block__row.txt-block p {
  margin-bottom: 25px;
}
.recruit .message-ttl {
    font-size: 36px;
}
.recruit .recruit-navi-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto 32px;
  max-width: 830px;
}
.recruit .recruit-navi-list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45.2%;
          flex: 0 0 45.2%;
  max-width: 48.2%;
  font-size: 24px;
  margin: 0 0 30px;
  line-height: 1.4;
}
.recruit .recruit-navi-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  background: #00615c;
  height: 70px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.recruit .recruit-navi-list li a:hover {
  text-decoration: none;
  opacity: .7;
}
/* message
============================================================ */
.recruit .detail-ttl-wrap {
  position: relative;
}
.recruit .detail-ttl {
  margin-bottom: 56px;
}
.recruit .top-link {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-bottom: 0 !important;
}
.recruit .top-link-wrap .top-link {
  text-align: right;
  position: static;
}
.recruit .top-link-wrap .top-link a {
  display: inline-block;
}
.recruit .top-link a {
  color: #fff;
  background: #646464;
  padding: 0 10px;
  display: block;
  font-size: 19px;
  height: 35px;
  line-height: 37px;
  font-weight: bold;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.recruit .top-link a:hover {
  color: #fff;
  background: #00877d;
  text-decoration: none;
}
.recruit .workplace-img-list {
  overflow: hidden;
  margin: 0 -.6% 80px;
}
.recruit .workplace-img-list li {
  width: 50%;
  float: left;
  padding: 0 .6%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 12px;
}
.recruit .workplace-img-list li.full {
  width: 100%;
}
.recruit .workplace-img-list li a {
  overflow: hidden;
  display: block;
}
.recruit .workplace-img-list li img {
  -webkit-transition: .3s;
  transition: .3s;
}
.recruit .workplace-img-list li:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
/* 2020.4.8 テキストリンクのホバー修正 */
#recruit a.link-01 {
  text-decoration: none;
}
#recruit a.link-01:hover {
  text-decoration: underline;
}
/*
  File Name   : works.css
  Description : 実績一覧
*/
.works a.link-01 {
  margin-bottom: 0;
}
.works .page-nav {
  margin-bottom: 40px;
}
.works .area-search-box {
  position: relative;
}
.works .search-box {
  width: 220px;
  height: 40px;
  line-height: 41px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  font-weight: bold;
  background: #00867d;
}
.works .search-box a {
  display: block;
  padding-left: 9px;
  color: #fff;
  position: relative;
}
.works .search-box a:before {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  top: 42%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  right: 10px;
}
.works .search-box:hover a {
  text-decoration: none;
}
.works .search-box__close,
.works .search-box__open {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.works .search-box .search-box__close {
  display: none;
}
.works .search-box.active .search-box__open {
  display: none;
}
.works .search-box.active .search-box__close {
  display: block;
}
.works .search-box-result {
  cursor: pointer;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 11;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.works .search-box-result-inner {
  margin: 0 0 60px;
  background: rgba(0, 134, 125, .85);
  padding: 44px 140px 30px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.works .search-box-result__list {
  margin-left: -65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.2;
}
.works .search-box-result__list > li {
  font-size: 17px;
  margin: 0 0 22px;
  max-width: 33.333%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
}
.works .search-box-result__list > li a {
  color: #fff;
  text-decoration: underline;
  padding-right: 10px;
}
.works .search-box-result__list > li:nth-child(5n) a {
  padding-right: 0;
}
.works .search-box-result__list > li a:hover {
  text-decoration: none;
}
.works .search-box-result__close {
  position: absolute;
  top: 0;
  right: 0;
  text-indent: -9999px;
  overflow: hidden;
  opacity: 0;
}
.works .works-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 40px 0 40px;
}
.works .works-list__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48.8%;
          flex: 0 0 48.8%;
  max-width: 48.8%;
  margin: 0 0 33px;
}
.works .works-list__item img,
.works .works-list__item iframe {
  width: 100%;
}
.works .works-list__item img {
  height: auto;
}
.works .works-list__item iframe {
  height: 100%;
  min-height: 24vw;
}
.works .works-list__item a {
  display: block;
  position: relative;
}
.works .works-list__item__img-box {
  overflow: hidden;
  margin: 0;
}
.works .works-list__item__img-box img {
  width: 100%;
  -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}
.works .works-list__item:not(.works-list__item--txt) a:hover .works-list__item__img-box img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.works .works-list__item__txt-box {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 10;
}
.works .works-list__item__cat {
  display: inline-block;
  line-height: 1.5;
  padding: 2px 7px 0;
  font-size: 14px;
  background: #fff;
}
.works .works-list__item__ttl {
  margin-left: 7px;
  margin-top: .3em;
  line-height: 1.2;
  text-shadow: 1px 1px 1px #fff;
}
/* detail
============================================================ */
.works .contents {
  position: relative;
}
.works .works-sns-inner {
  position: absolute;
  top: 0;
  right: 80px;
  text-align: right;
  z-index: 1;
}
.works .works-sns {
  overflow: hidden;
  /* margin: 0 0 50px; */
  margin: 0 0 0;
  display: inline-block;
}
.works .works-sns__item {
  float: left;
  width: 35px;
  margin: 0 15px 0 0;
}
.works .works-sns__item:last-child {
  margin-right: 0;
}
.works .works-sns__item a {
  display: block;
  position: relative;
}
.works .works-sns__item a:before {
  content: "";
  width: 100%;
  height: 100%;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.works .works-sns__item--facebook a:before {
  background-image: url(/assets/img/works/btn-facebook-hover.png);
}
.works .works-sns__item--twitter a:before {
  background-image: url(/assets/img/works/btn-twitter-hover.png);
}
.works .works-sns__item--instagram a:before {
  background-image: url(/assets/img/works/btn-instagram-hover.png);
}
.works .works-sns__item--pinterest a:before {
  background-image: url(/assets/img/works/btn-pinterest-hover.png);
}
.works .works-sns__item a:hover:before {
  opacity: 1;
}
.works .works-detail__ttl {
  font-size: 42px;
  font-weight: normal;
  margin: 0 0 35px;
}
.works .works-detail__ttl-inner {
  position: relative;
  /* padding-right: 200px; */
  padding-bottom: 35px;
  margin-bottom: 35px;
}
.works .top-link {
  position: absolute;
  right: 0;
  bottom: 0;
}
.works .top-link a {
  color: #000;
  background: #ccc;
  padding: 0 10px;
  display: block;
  font-size: 19px;
  height: 35px;
  line-height: 37px;
  font-weight: bold;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.works .top-link a:hover {
  color: #fff;
  background: #00877d;
  text-decoration: none;
}
.works .works-detail__main-img {
  margin: 0 0 30px;
}
.works .works-detail__main-img img,
.works .works-detail__main-img iframe {
  width: 100%;
  vertical-align: top;
}
.works .works-detail__main-img {
  display: block;
  position: relative;
}
.works .txt-block__img-box02 {
  margin: 50px 0 0;
}
.works .logo img {
  margin-right: 10px;
  vertical-align: middle;
}
.works .logo:first-child img {
  width: 108px;
}
.works .logo:nth-child(2) img {
  width: 200px;
}
.works .logo p {
  margin: .5em 0 0;
  font-size: .8em;
  line-height: 1.4;
}
.works .logo-inner {
  letter-spacing: -.4em;
}
.works .logo-inner .logo {
  display: inline-block;
  letter-spacing: 0;
  vertical-align: bottom;
}
.works .logo-inner .logo img {
  margin-bottom: 1em;
  vertical-align: middle;
}
.works .logo-inner .logo p {
  display: block;
}
.works .logo + .logo {
  margin-left: 2em;
}
.el-button {
  background-color: #000;
  -webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.08);
  color: #fff; }
.el-button.-type01 {
    display: inline-block;
    background-color: #fff;
    color: #000;
    font-weight: 500;
    padding: 20px 25px;
    text-align: center;
    position: relative;
    -webkit-box-shadow: none;
            box-shadow: none;
    font-weight: bold;
    border: 1px solid #000;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out; }
.el-button.hasArrow::after {
    content: '';
    position: absolute;
    right: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
    background-size: cover;
    background-image: url(/assets/img/common/icon-arrow.svg);
    width: 6px;
    height: 11px; }
.el-heading.-card {
  font-size: 18px;
  line-height: 1.6;
  color: #000;
  font-weight: bold; }
.ag-card02 .el-heading.-card {
    font-size: 14px; }
.technology .ag-card02 .el-heading.-card {
      font-size: 16px; }
.about .el-heading.-lv1,
.works .el-heading.-lv1,
.news .el-heading.-lv1,
.recruit .el-heading.-lv1,
.technology .el-heading.-lv1,
.business .el-heading.-lv1 {
  color: #000; }
.el-heading.-borderBottom {
  border-bottom: 1px solid #999999; }
.el-label {
  color: #737373;
  background-color: #F6F6F6;
  padding: 2px 10px 1px;
  font-size: 12px;
  font-weight: 400; }
.el-link {
  color: #333333; }
.el-link:hover, .el-link:focus {
    color: #00615c;
    text-decoration: none; }
.el-link.-arrowRight {
    padding-right: 1em;
    position: relative; }
.technology .el-link.-arrowRight:hover, .technology .el-link.-arrowRight:focus {
      border-color: #00615c; }
.el-link.-arrowRight::after {
      border-top: 1px solid #333333;
      border-right: 1px solid #333333;
      content: '';
      height: 8px;
      width: 8px;
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%) rotate(45deg);
              transform: translateY(-50%) rotate(45deg); }
.el-tag {
  border: 2px solid;
  display: inline-block;
  line-height: 1;
  padding-top: .3em;
  padding-bottom: .3em;
  padding-left: 1.5em;
  padding-right: 1.5em; }
.el-tag.-news, .el-tag.-press {
    background-color: #000;
    border: none;
    color: #fff; }
.el-tag.-new {
    border: none;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 12px 16px; }
.el-text.-scroll {
  display: inline-block;
  font-size: 10px;
  position: relative; }
.el-text.-scroll::before, .el-text.-scroll::after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
.el-text.-scroll::before {
    background-color: #DEDEDE;
    height: 1px;
    width: 40px;
    right: -50px; }
.el-text.-scroll::after {
    -webkit-animation: scroll 2s ease 0s infinite normal;
            animation: scroll 2s ease 0s infinite normal;
    background-color: #000;
    border-radius: 50%;
    height: 8px;
    width: 8px;
    right: -15px; }
@-webkit-keyframes scroll {
  0% {
    right: -15px; }
  60% {
    right: -55px; }
  100% {
    right: -55px; } }
@keyframes scroll {
  0% {
    right: -15px; }
  60% {
    right: -55px; }
  100% {
    right: -55px; } }
.ag-articleHead {
  margin-bottom: 35px; }
.ag-articleHead__content {
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
.about .ag-articleHead__content {
      display: block; }
.ag-articleHead__ttl {
    font-size: 42px;
    font-weight: normal; }
.ag-articleHead__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.ag-articleHead__listItem {
      width: 35px; }
.ag-articleHead__listItem:not(:last-child) {
        margin-right: 15px; }
.ag-articleHead__listItem a {
        display: block;
        position: relative;
        -webkit-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out; }
.ag-articleHead__listItem a::before {
          content: "";
          width: 100%;
          height: 100%;
          -webkit-transition: .4s ease-in-out;
          transition: .4s ease-in-out;
          background-repeat: no-repeat;
          background-position: 50% 50%;
          background-size: cover;
          position: absolute;
          top: 0;
          left: 0; }
.ag-articleHead__bottom {
    text-align: right; }
.ag-articleHead__btn {
    display: inline-block;
    color: #fff;
    background-color: #000;
    padding: 1px 10px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    border: 1px solid #000; }
.ag-card01 .ag-cardItem .el-heading, .ag-card02 .ag-cardItem .el-heading {
  margin-top: 18px;
  margin-bottom: 8px; }
.ag-card01 .ag-cardItem .el-heading.-sm, .ag-card02 .ag-cardItem .el-heading.-sm {
    font-size: 12px; }
.ag-card01 .ag-cardItem a .el-img, .ag-card01 .ag-cardItem span .el-img, .ag-card01 .ag-cardItem .cardBox .el-img, .ag-card02 .ag-cardItem a .el-img, .ag-card02 .ag-cardItem span .el-img, .ag-card02 .ag-cardItem .cardBox .el-img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
  padding-top: 61%;
  position: relative; }
.ag-card01 .ag-cardItem a .el-img img, .ag-card01 .ag-cardItem span .el-img img, .ag-card01 .ag-cardItem .cardBox .el-img img, .ag-card02 .ag-cardItem a .el-img img, .ag-card02 .ag-cardItem span .el-img img, .ag-card02 .ag-cardItem .cardBox .el-img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -o-object-fit: fill;
       object-fit: fill;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    height: 100%;
    width: 100%; }
.ag-card01 .ag-cardItem a .el-heading, .ag-card01 .ag-cardItem a .el-text, .ag-card01 .ag-cardItem span .el-heading, .ag-card01 .ag-cardItem span .el-text, .ag-card01 .ag-cardItem .cardBox .el-heading, .ag-card01 .ag-cardItem .cardBox .el-text, .ag-card02 .ag-cardItem a .el-heading, .ag-card02 .ag-cardItem a .el-text, .ag-card02 .ag-cardItem span .el-heading, .ag-card02 .ag-cardItem span .el-text, .ag-card02 .ag-cardItem .cardBox .el-heading, .ag-card02 .ag-cardItem .cardBox .el-text {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
.ag-card01 .ag-cardItem a .el-text, .ag-card01 .ag-cardItem span .el-text, .ag-card01 .ag-cardItem .cardBox .el-text, .ag-card02 .ag-cardItem a .el-text, .ag-card02 .ag-cardItem span .el-text, .ag-card02 .ag-cardItem .cardBox .el-text {
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; }
.ag-card01 .ag-cardItem a:hover, .ag-card01 .ag-cardItem span:hover, .ag-card01 .ag-cardItem .cardBox:hover, .ag-card02 .ag-cardItem a:hover, .ag-card02 .ag-cardItem span:hover, .ag-card02 .ag-cardItem .cardBox:hover {
  text-decoration: none; }
.ag-card02 .ag-cardItem {
  position: relative;
  padding-bottom: 25px; }
.ag-card02 .ag-cardItem .el-heading {
    margin-top: 0px;
    margin-bottom: 16px; }
.ag-card02 .ag-cardItem_date {
    font-size: 12px;
    color: #ABABAB; }
.ag-card02 .ag-cardItem_label {
    position: absolute;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.ag-card02 .ag-cardItem .el-label {
    display: inline-block;
    margin-right: 16px; }
.ag-card02 .ag-cardItem .el-txt {
    font-size: 12px;
    margin-top: -6px;
    margin-bottom: 32px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: #000; }
.ag-card02 .ag-cardItem .el-link {
    color: #000;
    font-size: 12px; }
.ag-card02 .ag-cardItem .el-link::after {
      width: 5px;
      height: 5px; }
.ag-card02 .ag-cardItem_box.-type01 .ag-cardItem_boxItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.ag-card02 .ag-cardItem_box.-type01 .ag-cardItem_boxItem:not(:last-child) {
      margin-bottom: 8px; }
.ag-card02 .ag-cardItem_box.-type01 .ag-cardItem_boxItem .el-ttl {
      font-size: 14px;
      color: #737373;
      margin-right: 24px;
      min-width: 80px; }
.ag-card02 .ag-cardItem_box.-type01 .ag-cardItem_boxItem .ag-cardItem_boxList {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      line-height: 1; }
.ag-card02 .ag-cardItem_box.-type01 .ag-cardItem_boxItem .ag-cardItem_boxListItem {
        padding-right: 12px; }
.ag-card02 .ag-cardItem_box.-type01 .ag-cardItem_boxItem .ag-cardItem_boxListItem:not(:last-child) {
          border-right: 1px solid #D9D9D9; }
.ag-card02 .ag-cardItem_box.-type01 .ag-cardItem_boxItem .ag-cardItem_boxListItem:not(:first-child) {
          padding-left: 12px; }
.ag-card02 .ag-cardItem .el-tag {
    position: absolute;
    font-size: 12px;
    top: 0;
    left: 0;
    z-index: 1; }
.ag-card02.-col4 .ag-cardItem .el-heading.-card {
  font-weight: bold; }
.ag-card02.-col4 .ag-cardItem_box {
  padding: 10px 0px 0; }
.ag-card02.-type01 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
.ag-card02.-type01 .el-link {
    font-weight: bold; }
.ag-card02.-type01 .ag-cardItem {
    width: calc((100% - 96px) / 3); }
.ag-card02.-type01 .ag-cardItem_box {
      padding: 16px 0 0; }
.ag-card02.-type01 .ag-cardItem_top .logo {
      margin-bottom: 20px; }
.ag-card02.-type01 .ag-cardItem_top .el-txt {
      font-size: 16px;
      margin-top: 0;
      margin-bottom: 28px;
      min-height: 90px; }
.ag-kv {
  height: 100vh;
  position: relative; }
.ag-kv .el-title, .ag-kv .el-img {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
    width: 100%; }
.ag-kv .el-title {
    -webkit-animation-name: fadeUp;
            animation-name: fadeUp;
    -webkit-animation-duration: 4s;
            animation-duration: 4s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-direction: normal;
            animation-direction: normal;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    opacity: 0;
    top: 50%; }
.ag-kv .el-img {
    max-width: 400px; }
.ag-kv .el-link.-arrowRight {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
.ag-kv .el-text.-scroll {
    position: absolute;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%); }
  50% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  90% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  100% {
    opacity: 0; } }
@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%); }
  50% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  90% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  100% {
    opacity: 0; } }
.ag-news li + li {
  margin-top: 30px; }
.ag-news .news-list__item > .news-list__time, .ag-news .news-list__item > .news-list__txt {
  -webkit-transition: .3s;
  transition: .3s; }
.ag-news .news-list__item .el-tag {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
  text-align: center; }
.ag-search-box_title {
  margin-bottom: 16px;
  color: #000; }
.ag-search-box_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -12px; }
.ag-search-box_list-item {
    line-height: 1;
    white-space: nowrap; }
.ag-search-box_list-item:not(:last-child) {
      border-right: 1px solid #D9D9D9; }
.ag-search-box_list-item a {
      color: #737373;
      display: inline-block;
      padding: 0 12px;
      line-height: 1; }
.ag-search-box_list-item a:hover {
        text-decoration: none; }
.ag-search-box_list-item.is-active a {
      color: #000000;
      text-decoration: none; }
.ag-slider {
  position: relative;
  margin: auto; }
.ag-slider.slick-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.ag-slider img {
    display: block;
    width: 100%;
    height: 720px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    overflow: hidden; }
.ag-slider_dot {
    width: 80px;
    min-width: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0; }
.ag-slider_dot li {
      margin: 0 5px 24px;
      list-style: none; }
.ag-slider_dot li button {
        background-color: #888;
        border: none;
        width: 5px;
        height: 5px;
        display: block;
        color: transparent;
        font-size: 0; }
.ag-slider_dot li.slick-active button {
        background-color: #333;
        width: 8px;
        height: 8px; }
.ag-slider .slick-list .draggable {
    width: calc( 100% - 40px); }
.ag-slider_item {
    -webkit-transition: letter-spacing 0.5s ease-in-out;
    transition: letter-spacing 0.5s ease-in-out;
    position: relative; }
.ag-slider_item .el-text {
      position: absolute;
      left: 80px;
      color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      line-height: 1;
      -webkit-animation: slideUp 1s ease-out forwards;
              animation: slideUp 1s ease-out forwards; }
.ag-slider_item .el-text .title {
        font-size: 18px;
        padding-right: 32px;
        border-right: 1px solid #fff; }
.ag-slider_item .el-text .el-link {
        font-size: 12px;
        color: #fff;
        padding-left: 32px; }
.ag-slider_item .el-text .el-link.-arrowRight::after {
          border-color: #fff; }
@-webkit-keyframes slideUp {
  from {
    bottom: -100px; }
  to {
    bottom: 70px; } }
@keyframes slideUp {
  from {
    bottom: -100px; }
  to {
    bottom: 70px; } }
.top-content {
  position: relative; }
.top-content .ag-slider_scrollText {
    position: absolute;
    right: 25px;
    bottom: 70px;
    -webkit-writing-mode: vertical-lr;
            writing-mode: vertical-lr;
    -ms-writing-mode: tb-rl;
    font-size: 14px; }
.top-content .ag-slider_scrollText span {
      position: relative;
      display: inline-block; }
.top-content .ag-slider_scrollText span::after {
        content: '';
        position: absolute;
        top: 50px;
        width: 1px;
        right: 13px;
        height: 0px;
        background: #333;
        -webkit-animation: pathmove 1.4s ease-in-out infinite;
                animation: pathmove 1.4s ease-in-out infinite;
        opacity: 0; }
@-webkit-keyframes pathmove {
  0% {
    height: 0;
    top: 50px;
    opacity: 0; }
  30% {
    height: 30px;
    opacity: 1; }
  100% {
    height: 0;
    top: 80px;
    opacity: 0; } }
@keyframes pathmove {
  0% {
    height: 0;
    top: 50px;
    opacity: 0; }
  30% {
    height: 30px;
    opacity: 1; }
  100% {
    height: 0;
    top: 80px;
    opacity: 0; } }
.ag-sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.ag-sns-list_itemnot(:last-child) {
    margin-right: 35px; }
.ag-sns-list .el-link_icon-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 33px; }
.ag-sns-list .el-link_icon-wrap:hover {
      text-decoration: none;
      opacity: .6; }
.ag-sns-list .el-link_icon-wrap .el-text {
      font-weight: bold; }
.ag-sns-list .el-link_icon-item {
    padding-left: 10px;
    padding-right: 10px;
    width: 40px; }
.ag-sns-list .el-link_icon-item.-x {
      width: 42px; }
.ag-sns-list .el-link_icon-item.-youtube {
      width: 60px; }
.ag-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
.ag-title .main-ttl {
    margin-bottom: 0; }
.ag-title_center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
.l-grid_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px; }
.l-grid.-no-gutter {
  padding-left: 10px;
  padding-right: 10px; }
.l-grid_col {
  margin-bottom: 1.25rem;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
.l-grid.-no-gutter .l-grid_col {
    padding-left: 0;
    padding-right: 0; }
.l-grid_col.-w1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
.l-grid_col.-w2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
.l-grid_col.-w3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
.l-grid_col.-w4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
.l-grid_col.-w5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
.l-grid_col.-w6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
.l-grid_col.-w7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
.l-grid_col.-w8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
.l-grid_col.-w9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
.l-grid_col.-w10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
.l-grid_col.-w11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
.l-grid_col.-w12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
.l-main.main {
  padding-top: 0; }
.l-top .el-link:hover, .l-top .el-link:focus {
  color: #000;
  text-decoration: underline; }
.l-top .el-link.-arrowRight::after {
  border-color: #000; }
.js-fade {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s; }
.js-fade.on {
    opacity: 1; }
.js-fade.js-fadeUp {
    -webkit-transform: translateY(100px);
            transform: translateY(100px); }
.js-fade.js-fadeUp.on {
      -webkit-transform: translateY(0);
              transform: translateY(0); }
.js-load-fade {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s; }
.js-load-fade.is-show {
    opacity: 1; }
.contact-btn {
  background: #000;
  display: inline-block;
  font-size: 28px; }
.contact-btn a {
    display: block;
    width: 300px;
    line-height: 104px;
    height: 100px;
    color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    vertical-align: middle;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border: 1px solid #000; }
.contact-btn a:hover {
      text-decoration: none; }
.contact-btn-inner {
    text-align: center;
    margin: 0 0 62px; }
.section-related {
  margin: 0 0 64px; }
.section-related__ttl {
    color: #000;
    font-size: 18px;
    margin: 0 0 10px; }
.section-related__link li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    background: #646464;
    height: 90px;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    border: 1px solid #646464; }
.section-related__link li a:hover {
      text-decoration: none; }
.u-mt-none {
  margin-top: 0 !important; }
.u-mb-none {
  margin-bottom: 0px !important; }
.u-mr-none {
  margin-right: 0px !important; }
.u-ml-none {
  margin-left: 0px !important; }
.u-pt-none {
  padding-top: 0px !important; }
.u-fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0; }
.u-fadeIn.-fast {
    -webkit-animation-delay: 5.5s;
            animation-delay: 5.5s; }
.u-fadeIn.-late {
    -webkit-animation-delay: 8s;
            animation-delay: 8s; }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.u-font-quote {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif' !important; }
@font-face {
  font-family: 'quotation mark';
  src: local("Arial");
  unicode-range: U+201C, U+201D, U+0022; }
.top .main {
  padding-top: 0 !important; }
.top .js-fadeIn {
  display: none; }
.top.sp.fixed {
  width: 100%; }
.article-heading {
  color: #000;
  font-size: 18px;
  margin: 0 0 10px; }
.article-heading span {
    padding: 0 4px 2px; }
.article-heading.-sm {
    font-size: 16px; }
.article-text {
  margin-bottom: 28px;
  word-break: break-word; }
.article-text.-sm {
    font-size: .8em; }
.article-text.-md {
    font-size: 1em; }
.article-text.-lg {
    font-size: 1.2em; }
.article-list {
  counter-reset: list;
  margin-left: 3em;
  margin-bottom: 36px; }
.article-list.-disc li, .article-list.-decimal li {
    line-height: 1.6;
    padding-left: 15px;
    position: relative; }
.article-list.-disc li::before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #000;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: .75em; }
.article-list.-decimal li {
    line-height: 1.6;
    padding-left: 1.25em;
    position: relative; }
.article-list.-decimal li::before {
      content: counter(list) ".";
      counter-increment: list;
      position: absolute;
      top: 0;
      left: 0; }
.article-table {
  margin-bottom: 30px; }
.article-table table {
    text-align: left; }
.article-table table caption {
      font-weight: bold;
      text-align: left; }
.article-table table th, .article-table table td {
      padding: .25em .5em;
      vertical-align: top; }
.article-table table th {
      padding-left: 0;
      width: 20%; }
.article-table table td {
      padding-right: 0; }
.article-table.-border table caption {
    margin-bottom: .5em; }
.article-table.-border table th, .article-table.-border table td {
    border: 1px solid;
    padding: 1em; }
.article-btn {
  margin-bottom: 36px; }
.article-btn a {
    background: #000;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #fff;
    display: inline-block;
    border: 1px solid #000;
    text-decoration: none; }
.article-btn.-type1 a, .article-btn.-type2 a {
    font-size: 18px;
    font-weight: bold;
    padding: 4px 15px 2px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out; }
.article-btn.-type3 a {
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    vertical-align: middle;
    min-width: 290px;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out; }
.article-btn.-icon-blank a::after {
    content: '';
    background-image: url(/assets/img/common/icon-outer-link-01.png);
    background-size: cover;
    display: inline-block;
    margin-left: .5em;
    height: 16px;
    width: 20px; }
.article-contact-btn {
  margin-bottom: 62px;
  text-align: center; }
.article-contact-btn a {
    background-color: #646464;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #fff !important;
    display: inline-block;
    font-size: 28px;
    line-height: 104px;
    height: 100px;
    width: 300px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out; }
.article-contact-btn a:hover {
      background: #00615c;
      text-decoration: none; }
.article-media {
  margin-bottom: 30px; }
.article-media img, .article-media iframe {
    width: 100%; }
.article-mediaList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 40px 0 40px; }
.article-mediaList_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48.8%;
            flex: 0 0 48.8%;
    max-width: 48.8%;
    margin: 0 0 33px; }
.article-mediaList_item img {
      font-family: "object-fit: cover;";
      -o-object-fit: cover;
         object-fit: cover;
      height: 100%;
      width: 100%; }
.article-mediaList_item iframe {
      height: 100%;
      min-height: 24vw;
      width: 100%; }
.link-text {
  color: #000;
  text-decoration: underline;
  margin: 0 0 1.5em;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }
.link-text:hover {
    text-decoration: none; }
.link-text.-icon-blank span::after {
    content: '';
    background: url(/assets/img/common/icon-outer-link-01-hover-black.png) no-repeat 50% 50%;
    background-size: contain;
    display: inline-block;
    height: 18px;
    width: 22px;
    margin-left: .75em;
    vertical-align: middle; }
.strong-text {
  font-weight: 700; }
.text-color1 {
  color: #00615c; }
.text-color2 {
  color: #999999; }
.divider {
  border: none;
  display: block;
  margin: 0;
  padding: 1rem 0; }
.divider.-lg {
    padding: 2rem 0; }
.divider.-xl {
    padding: 3rem 0; }
.divider.-xxl {
    padding: 4rem 0; }
.divider.-xxxl {
    padding: 7rem 0; }
.local-header .menuicon-btn {
  display: none; }
.local-header .local-header-nav__item.local-header-nav__item.local-header-nav__item--contact a {
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out; }
.footer-nav__item a {
  display: inline-block !important;
  padding-bottom: 2px;
  border: 1px solid #000;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  font-size: 14px; }
.footer-nav__item a:hover {
    text-decoration: none; }
.business .videoLib a::after {
  background-image: url("/assets/img/common/icon-outer-link-01-hover-black.png");
  background-repeat: no-repeat;
  background-size: 22px auto;
  content: "";
  display: inline-block;
  margin-left: 10px;
  height: 22px;
  width: 22px;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out; }
.business .videoLib a:hover::after {
  background-image: url("/assets/img/common/icon-outer-link-01.png"); }
.about .history-tbl td {
  word-break: break-word; }
.about .article-btn.-type1 a {
  font-weight: normal; }
.section-related__link a > span {
  font-size: .7em;
  line-height: 1.6; }
.recruit2021 .contents > .contents-inner, .recruit2022 .contents > .contents-inner, .shareholders .contents > .contents-inner, .haptics .contents > .contents-inner, .tgs2020 .contents > .contents-inner, .copyright.index .contents > .contents-inner {
  padding: 0; }
.btn-round a {
  display: inline-block;
  line-height: 1.35; }
.news .news-year-nav__list li:last-child {
  margin-right: 0; }
.news .news-txt-block p {
  word-break: break-word; }
#studio.studio .ag-card02 .ag-cardItem_box.-type01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 0; }
#studio.studio .contact-btn {
  font-size: 32px; }
#studio.studio .contact-btn a {
    height: auto;
    line-height: 1;
    display: block;
    width: 100%; }
#studio.studio .contact-btn a:hover {
      background: #4C4C4C;
      color: #fff; }
#studio.studio .kvSlider {
  position: relative; }
#studio.studio .kvSlider .slick-dotted.slick-slider {
    margin-bottom: 0; }
#studio.studio .kvSlider__item {
    display: block !important; }
#studio.studio .kvSlider__item img {
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
#studio.studio .kvSlider__nav {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 30px; }
#studio.studio .sliderNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
#studio.studio .sliderNav > li {
    display: block; }
#studio.studio .sliderNav > li + li {
      margin-left: 22px; }
#studio.studio .sliderNav > li > button {
      display: block;
      width: 8px;
      height: 8px;
      border-radius: 100vw;
      background-color: #fff;
      color: rgba(255, 255, 255, 0);
      font-size: 0;
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg); }
#studio.studio .sliderNav > li.slick-active > button {
      width: 20px;
      height: 20px;
      background-color: transparent;
      position: relative;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
#studio.studio .sliderNav > li.slick-active > button svg {
        width: 100%;
        height: 100%;
        stroke: #fff;
        stroke-width: 2px;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-animation-name: circle;
                animation-name: circle;
        -webkit-animation-delay: 1s;
                animation-delay: 1s;
        -webkit-animation-duration: 7s;
                animation-duration: 7s;
        -webkit-animation-timing-function: liner;
                animation-timing-function: liner;
        opacity: 0; }
#studio.studio .sliderNav > li.slick-active > button::before {
        content: '';
        display: block;
        width: 17px;
        height: 17px;
        border: 2px solid #B6B6B6;
        border-radius: 100vw;
        position: absolute;
        top: 0;
        left: 0; }
@-webkit-keyframes circle {
  0% {
    opacity: 1;
    stroke-dasharray: 0 366; }
  99.9%, to {
    stroke-dasharray: 366 366; } }
@keyframes circle {
  0% {
    opacity: 1;
    stroke-dasharray: 0 366; }
  99.9%, to {
    stroke-dasharray: 366 366; } }
#studio.studio .contents {
  scroll-behavior: smooth; }
#studio.studio .studioMedia img {
  height: 700px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover; }
#studio.studio .studioInner {
  max-width: 1440px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
#studio.studio .studioInner .about .sec-about-map {
    margin: 0 auto; }
#studio.studio .studioInner .business {
    margin-top: 100px; }
#studio.studio .studioInner .business .section-floar-guide.-column .section-floar-guide__img {
      margin: 0 auto; }
#studio.studio .studioInner .business .section-floar-guide.-column .section-floar-guide__text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-top: 24px;
      max-width: 930px;
      margin: 0 auto;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
#studio.studio .studioInner .section-business .ag-card01.-bottom {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
#studio.studio .studioInner .section-business__ttl {
    margin-top: 0; }
#studio.studio .studioInner .section-business .article-btn.-type3 {
    margin-top: 18px; }
#studio.studio .studioInner .section-business .article-btn.-type3 a {
      min-width: 300px;
      height: 49px;
      line-height: 49px;
      font-size: 18px; }
#studio.studio .studioInner .content {
    margin-top: 150px; }
#studio.studio .studioInner .content-txt {
      font-size: 18px;
      margin-bottom: 60px; }
#studio.studio .studioInner .content .article-btn.-type3 {
      margin: 23px auto 0; }
#studio.studio .studioInner .content .article-btn.-type3 a {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        max-width: 460px;
        margin: 0 auto; }
#studio.studio .studioInner .content .article-btn.-type3 .hasIcon {
        position: relative; }
#studio.studio .studioInner .content .article-btn.-type3 .hasIcon::before, #studio.studio .studioInner .content .article-btn.-type3 .hasIcon::after {
          content: '';
          width: 8px;
          height: 1px;
          background-size: cover;
          background-color: #fff;
          position: absolute;
          right: 16px; }
#studio.studio .studioInner .content .article-btn.-type3 .hasIcon::before {
          bottom: 54%;
          -webkit-transform: translateY(-50%) rotate(45deg);
                  transform: translateY(-50%) rotate(45deg); }
#studio.studio .studioInner .content .article-btn.-type3 .hasIcon::after {
          top: 54%;
          -webkit-transform: translateY(-50%) rotate(-45deg);
                  transform: translateY(-50%) rotate(-45deg); }
#studio.studio .studiolink_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 32px;
  font-size: 18px; }
#studio.studio .studiolink_block a:hover, #studio.studio .studiolink_block a:focus {
    color: #333; }
#studio.studio .studiolink_block a:hover::after, #studio.studio .studiolink_block a:focus::after {
      border-color: #333; }
#studio.studio .studioCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -12px -24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
#studio.studio .studioCard-item {
    border: 1px solid #000;
    margin: 0 12px 24px; }
#studio.studio .studioCard-item a {
      background-color: #fff;
      display: block;
      padding: 48px 40px 24px;
      max-height: 100%;
      -webkit-transition: all .4s ease-in-out;
      transition: all .4s ease-in-out;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      height: 100%; }
#studio.studio .studioCard-item a:hover {
        text-decoration: none; }
#studio.studio .studioCard-item .ttl {
      font-size: 28px;
      margin-bottom: 12px; }
#studio.studio .studioCard-item .lead {
      font-size: 16px; }
#studio.studio .studioCard-item .address {
      margin-top: 24px;
      margin-bottom: 40px; }
#studio.studio .studioCard-item .address .txt,
      #studio.studio .studioCard-item .address .tel {
        font-size: 14px; }
#studio.studio .studioCard-bottom {
    text-align: center;
    position: absolute;
    bottom: 32px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
#studio.studio .studioCard-bottom .txt {
      display: inline-block;
      margin: 0 auto; }
#studio.studio .studioCard-bottom .txt.-arrow {
        position: relative;
        line-height: 1.8; }
#studio.studio .studioCard-bottom .txt.-arrow::before, #studio.studio .studioCard-bottom .txt.-arrow::after {
          content: '';
          position: absolute;
          width: 8px;
          height: 1px;
          background-color: #000;
          background-size: cover;
          bottom: -5px; }
#studio.studio .studioCard-bottom .txt.-arrow::before {
          left: 48%;
          -webkit-transform: translate(-50%, 0) rotate(-45deg);
                  transform: translate(-50%, 0) rotate(-45deg); }
#studio.studio .studioCard-bottom .txt.-arrow::after {
          right: 48%;
          -webkit-transform: translate(-50%, 0) rotate(45deg);
                  transform: translate(-50%, 0) rotate(45deg); }
#studio.studio .concept {
  background-image: url(/assets/img/business/animation/img-bg01.jpg);
  background-size: cover;
  color: #fff;
  min-height: 525px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
#studio.studio .concept-ttl {
    font-size: 38px;
    font-weight: 400;
    margin-bottom: 40px; }
#studio.studio .concept-txt {
    font-size: 18px;
    line-height: 2.6; }
@media screen and (max-width: 811px) {
  table.mod-table-basic {
    border-left: none;
  }
  table.mod-table-basic th,
  table.mod-table-basic td {
    border-right: none;
    width: 100%;
    display: block;
  }
  body {
    overflow: hidden;
    font-size: 14px;
  }
  .pc-only {
    display: none !important;
  }
  .fixed {
    position: fixed;
    top: 0;
    left: 0;
  }

  .header {
    margin: 0 0 55px;
  }

  .global-header {
    padding: 0;
    height: 100%;
    height: 50px;
    width: 100%;
    background: #000;
    z-index: 999;
    margin-bottom: 10px;
  }

  .global-header__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .local-header {
    padding: 0;
    background: #000;
    overflow: visible;
    position: relative;
  }

  .local-header-inner {
    margin: 0;
    padding: 0;
    position: relative;
    max-width: 100%;
  }

  .local-header.active {
    padding-bottom: 50px;
    background: #000;
  }

  .local-header.active .local-header-inner {
    position: absolute;
    top: 10px;
    /* left: -15px; */
    width: 100%;
  }

  .local-header__logo {
    padding: 10px 0;
    float: none;
    margin: 0 0 0 20px;
    height: auto;
  }

  .local-header__logo a {
    display: block;
  }

  .local-header__logo img {
    height: 30px;
    width: auto;
  }

  .local-header-nav {
    display: none;
    float: none;
    width: 100%;
    background: #000;
    padding: 40px 0 120px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: 50px;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
    height: calc(100vh - 110px);
    overflow-y: auto;
  }

  .local-header-nav__item {
    margin: 0;
    padding: 0;
    font-size: 13px;
    background: #343434;
    border: 0;
  }

  .local-header-nav__item a {
    color: #fff;
    text-align: center;
    padding: 13px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .local-header-nav__item a:hover {
    color: #fff;
  }

  .local-header-nav__item.local-header-nav__item--contact {
    padding-top: 15px;
  }

  .local-header-nav__item.local-header-nav__item--contact a {
    padding: 0 10px;
    width: 55%;
    margin: 0 auto;
    border: 1px solid #fff;
  }

  .local-header-nav__item a:hover {
    text-decoration: none;
  }

  /* menu-button */
  .menuicon-btn {
    position: absolute;
    /* top: 10px !important;
    right: -15px !important;
    background-color: #000; */
    width: 50px;
    height: 50px;
    z-index: 1000;
  }

  .menuicon-btn-inner {
    display: block;
    position: relative;
  }

  .menuicon-btn__icon-open {
    position: absolute;
    top: 10px;
    left: -15px;
    width: 100%;
    display: none;
  }

  .menuicon-btn.active .menuicon-btn__icon-open {
    display: inline;
  }

  .global-nav > ul {
    display: none;
  }

  .menuicon-btn.active .menuicon-btn__icon {
    display: none;
  }
  /* .global-header.hide + .local-header .menuicon-btn {
    top: 10px;
    left: -15px;
  } */
  .global-header.hide + .local-header {
    /* background: #000; */
  /* box-shadow: 0 8px 10px -10px #eee; */
}
  .container {
    padding: 0 0 50px;
  }

  body .contents {
    padding: 0 15px !important;
  }

  .contents-inner {
    padding: 0 0 50px;
  }
  .main {
    padding-top: 130px !important;
  }
  #technology .main {
    padding-top: 147px !important;
  }
  .footer {
    padding: 0;
  }

  .footer .contents {
    text-align: center;
    padding: 80px 15px 52px !important;
  }

  .footer__pagetop {
    right: 15px;
  }

  .footer-sns {
    letter-spacing: -.4em;
    margin-bottom: 32px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .footer-sns__item {
    display: inline-block;
    float: none;
    letter-spacing: 0;
    width: 32px;
    margin-right: 18px;
    height: auto;
  }

  .footer-sns__item:last-child {
    margin-right: 0;
  }

  .footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 32px;
  }

  .footer-nav__item {
    display: block;
    width: 100%;
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 0;
    font-size: 12px !important;
    white-space: nowrap;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.40);

  }
  .footer-nav__item :last-child {
    border-bottom: none;
  }

  .footer-nav__item a {
    /* position: relative; */
    display: inline-block;
    padding: 16px 0;
    /* padding-right: 6px; */
  }

  .footer-nav__item :first-child a {
    padding-top: 0;
  }
  .footer-nav__item--sony a {
    padding-right: 1.5em;
  }

  .copy-right {
    text-align: left;
    /* font-size: 10px; */
  }
  .section-inner {
    width: 100%;
  }

  /* section-related */
  .area-section-related {
    margin-top: 60px;
  }

  .section-related {
    margin-bottom: 30px;
  }

  .section-related__ttl {
    font-size: 15px;
    margin-bottom: 25px;
  }

  .section-related__list {
    margin: 0;
  }

  .section-related__list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin: 0 0 15px;
  }

  .section-related__link {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0;
  }

  .section-related__link li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%;
    max-width: 49%;
    margin: 0 0 3.25vw;
    font-size: 3.75vw;
    font-weight: bold;
  }

  .section-related__link li a {
    height: 80px;
  }
  .main-ttl {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .main-ttl--jp {
    margin-top: 2px;
    font-size: 20px;
  }

  .main-ttl.main-ttl--copy-none {
    margin-bottom: 50px;
  }

  .main-ttl__main {
    margin-top: 20px;
  }

  .main-ttl-copy {
    font-size: 16px;
    margin-bottom: 40px;
  }

  .section__ttl {
    margin-bottom: 15px;
  }

  .section__ttl span {
    padding: 6px 10px 4px;
    display: inline-block;
    font-size: 16px;
    min-width: 47.65vw;
    line-height: 1.2;
  }

  .contents__ttl {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .txt-block {
    margin-bottom: 15px;
  }

  .txt-block__txt-inner {
    margin-bottom: 30px;
  }

  .txt-block__txt-inner__section {
    margin: 0 0 10px 10px;
  }

  .txt-block p {
    margin-bottom: 18px;
  }

  .txt-block .txt-block__ttl-copy {
    margin-bottom: 30px;
  }

  .txt-block__txt-01 {
    margin-bottom: 20px;
  }

  .txt-block__txt-02 {
    margin-bottom: 30px;
  }

  .txt-block__section__ttl {
    margin-bottom: 7px;
  }

  .txt-block__section__block__ttl {
    margin-bottom: 4px;
  }

  .txt-block__row {
    display: block;
  }

  .txt-block__row__txt-box {
    max-width: none;
  }
  .icon-01 {
    padding-right: 25px;
  }

  .icon-01:before,
  .icon-01:after {
    width: 18px;
    height: 16px;
  }
  .link-inner {
    margin: 0 0 30px;
  }

  .page-nav {
    margin-bottom: 40px;
  }

  .page-nav__list {
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .page-nav__list__item {
    max-width: 60%;
    margin-bottom: 10px;
  }

  .page-nav__list__item a {
    border-width: 2px;
  }

  .ordered-list,
  .list-disc {
    margin-bottom: 18px;
  }
  /* contact-btn */
  .contact-btn-inner {
    margin-bottom: 40px;
  }

  .contact-btn {
    font-size: 18px;
  }

  .contact-btn a {
    width: 50vw;
    height: 60px;
    line-height: 64px;
  }

  .btn-01 a {
    font-size: 15px;
    padding: 2px 10px 0;
  }

  /* btn-basic */
  .area-btn-basic .btn-basic {
    width: 48%;
  }

  .btn-basic {
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    text-align: center !important;
    margin: 0 0 20px;
    min-width: auto;
  }

  .btn-basic:nth-child(2) {
    margin-left: 4%;
  }

  .btn-round {
    font-size: 15px;
    text-align: center;
    margin-bottom: 40px;
  }
  .data-list {
    margin-bottom: 26px;
  }

  .business-page-list {
    margin-bottom: 40px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .business-page-list li {
    max-width: 49%;
    -webkit-tflex: 0 0 49% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 49% !important;
            flex: 0 0 49% !important;
    font-size: 17px;
    font-size: 3.75vw !important;
    margin: 0 0 2vw;
  }

  .business-page-list li a {
    min-height: 80px;
    height: 100%;
    padding: 0;
  }

  .business-page-list li span {
    font-size: .8em;
  }

  .business-page-list li.related a:before {
    width: 18vw;
    height: 18vw;
    border-width: 2px;
    min-width: auto;
    z-index: 2;
  }
  .anchor-nav {
    margin-bottom: 30px;
  }

  .anchor-nav__list {
    font-size: 15px;
    margin-bottom: 8px;
  }

  .anchor-nav__list__item {
    padding-left: 10px;
    display: block;
    line-height: 1.4;
  }

  .anchor-nav__list__item:before {
    border-width: 4px 0 4px 6px;
    top: .5em;
  }
  .modal-contents {
    padding: 9.375vw 3.125vw 15.625vw;
  }

  .modal-contents__ttl {
    font-size: 18px;
    border-width: 3px;
    margin-bottom: 20px;
  }

  #colorbox #cboxClose {
    right: 0;
    top: 0;
  }
  .about .section-about:last-child {
    margin-bottom: 60px;
  }

  .about .lang-nav {
    right: 15px;
  }

  .about .about-hero {
    margin-top: 100px;
    margin-bottom: 130px;
  }
  .about .about-hero-copy {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .about .about-hero-link {
    font-size: 16px;
  }

  .about .about-hero-link a::after {
    width: 6px;
    height: 11px;
    vertical-align: -6px;
  }

  .about .about-img-list {
    margin-bottom: 30px;
  }

  .about .section-about-inner {
    padding-left: 0;
  }

  .about .contents__ttl {
    margin-bottom: 25px;
  }

  .about .about-data-tbl {
    border-width: 1px;
  }

  .about .about-data-tbl th,
  .about .about-data-tbl td {
    padding-bottom: 15px;
  }

  .about .about-data-tbl th {
    width: 30%;
  }

  .about .show-en .about-data-tbl th {
    width: 40%;
  }

  .about .show-en .about-data-tbl td {
    padding-left: 15px;
  }

  .about .about-data-tbl__img-box {
    margin-top: 10px;
  }

  .about .sec-about-map {
    padding: 85px 0 0;
    margin: -85px 0 50px;
    display: block;
  }

  .about .sec-about-map__txt-box {
    max-width: 100%;
    margin: 0 0 30px;
    padding-right: 0;
  }

  .about .sec-about-map__txt-box__ttl {
    height: 25px;
    line-height: 26px;
    margin-bottom: 20px;
    font-weight: bold;
  }

  .about .sec-about-map__txt-box__txt-block p {
    margin-bottom: 18px;
  }

  .about .sec-about-map__map-box {
    height: 250px;
  }

  .about .sec-about-map__map-box iframe {
    height: 250px;
  }

  .business .business__ttl {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: bold;
  }

  .business .section-business__txt {
    margin-bottom: 20px;
  }

  .business .business-contents {
    padding: 0 0 60px;
  }

  .business .section-business__ttl-copy {
    margin-bottom: 30px;
  }

  .business .section-business__ttl + p {
    margin-top: -10px;
  }

  .business .business-contents-inner {
    margin: 0 0 12vw;
  }

  .business .section-business__ttl {
    margin-bottom: 30px;
    font-size: 16px;
  }

  .business .section-business__ttl span {
    padding: 3px 10px 1px;
    display: inline-block;
    min-width: 47.65vw;
    line-height: 1.4;
    height: auto;
  }

  .business .business-contents__img-box--01 {
    margin: 0 auto 20px;
    width: 100%;
  }

  .business .business-contents__img-box--02 {
    padding: 30px 0 0;
    width: 100%;
  }

  .business .list-disc li {
    font-size: 14px;
  }

  .business .section-business__img-list {
    margin-bottom: 10px;
  }

  .business .section-business__img-list__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32%;
            flex: 0 0 32%;
    max-width: 32%;
    margin: 0 0 3.125vw 2%;
  }

  .business .section-business__img-list__item:nth-child(5n+1) {
    margin-left: 2%;
  }

  .business .section-business__img-list__item__img {
    margin-bottom: 5px;
  }

  .business .section-business__img-list__item__name {
    font-size: 13px;
  }

  .business .section-business__img-list__item__job {
    font-size: 12px;
  }

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

  .business .modal__media {
    padding: 9.375vw 3.125vw 15.625vw;
    display: block;
  }

  .business .modal__media__img-box {
    max-width: 80%;
    margin: 0 auto 15px;
  }

  .business .modal__media__txt-box {
    padding: 0;
    line-height: 1.4;
  }

  .business .modal__media__txt-box__type {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .business .modal__media__txt-box__name {
    font-size: 22px;
    margin-bottom: 2px;
  }

  .business .modal__media__txt-box__name-sub {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .business .modal__media__txt-box__intro {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .business .modal__media__txt-box__works-ttl {
    font-size: 15px;
    padding: 2px 10px;
    margin-bottom: 20px;
  }

  .business .modal__media__txt-box__works-block {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .business .modal__media__txt-box__works-block__year {
    margin-right: 15px;
  }

  .business .el-heading .-card{
    font-size: 18px;
  }
  .business .business__ttl-copy {
    font-size: 16px;
  }
  .business .business__ttl-figure .kv {
    margin-top: 0;
  }
  .business .section-business__box-list {
    display: block;
  }

  .business .section-business__box-list > li {
    max-width: 100%;
    margin: 0 0 20px;
    /* border-width: 2px;
    padding: 20px 0; */
  }

  .business .section-business__box-list__ttl {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .business .business-contents-inner__block__ttl {
    font-size: 16px;
  }

  .business .business-contents-inner__block p {
    font-size: 14px;
  }

  .business .section-business__media-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .business .section-business__media-block__txt-box,
  .business .section-business__media-block__img-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    font-size: 14px;
  }

  .business .section-business__media-block__img-box {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin: 0 0 15px;
  }

  .business .section-business:last-child .btn-round:last-child {
    margin-bottom: 10px;
  }

  .business .section-floar-guide {
    margin-bottom: 30px;
  }

  .business .section-floar-guide__ttl {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .business .business-contents-inner__block {
    margin: 0 0 10px 10px;
  }

  .business .business-contents-inner__block--img-inner {
    margin-left: 0;
  }
  .business .animation .floarmap {
    width: 100%;
  }
  .business .shooting .section-business {
    padding-bottom: 15px;
  }
  .business .section-business__contentsdelivery-img-box-01 {
    max-width: 60%;
    margin-bottom: 30px;
  }

  .business .section-business__contentsdelivery-img-box-02 {
    margin-bottom: 45px;
  }

  .business .contentsdelivery .business__ttl-copy {
    margin-bottom: 20px;
  }

  .business .section-business-handle-list {
    margin-bottom: 20px;
  }

  .business .section-business-handle-list > li {
    width: 31.25%;
    margin: 0 0 15px;
    margin: 0 0 15px 2%;
  }

  .business .section-business-handle-list > li:nth-child(3n+1) {
    margin-left: 0;
  }

  .business .business-contents-inner__block__media {
    display: block;
  }

  .business .business-contents-inner__block__media__img {
    max-width: 50%;
    margin: 0 auto 30px;
  }
  .business .business-contents-inner__block__list {
    margin: 0 0 20px;
  }

  .business .business-contents-inner__block__list .business-contents-inner__block__ttl {
    margin: 0 0 5px;
    /* line-height: 1.4; */
  }

  .business .business-contents__modal-btn {
    font-size: 16px;
  }

  .business .business-contents__modal-inner {
    padding: 40px 15px;
    border: 0;
  }

  .business .business-contents__modal__txt {
    font-size: 15px;
    line-height: 1.8;
    text-align: left;
  }

  .business .business-contents__modal-inner .txt-block {
    display: block;
  }

  .business .business-contents__modal-inner .txt-block__section {
    width: 100%;
  }
  .business .section-floar-guide.-low {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .business .section-floar-guide__img {
    margin-right: 0;
  }
    .main-ttl span{
      font-size: 18px;
    }
    .content .about-txt{
      line-height: 2;
    }
    .category-inner{
      position: static;
      height: auto;
      margin-bottom: 30px;
      display: block;
    }
    .category-inner:last-child{
      border: none;
      margin-bottom: 24px;
    }
    .category-inner .category-con{
      position: static;
      padding: 15px;
      width: 100%;
    }
    .category-inner .imgItem {
      width: 100%;
    }
    .category-inner .category-con h3{
      font-size: 22px;
      margin-bottom: 30px;
    }
    .category-inner .category-con .article-text{
      margin: 0;
      font-size: 1em;
    }
    .category-inner .imgItem{
      position: static;
    }

    .ag.ag-card02.uxc-card {
      margin-top: 0;
    }
    .ag.ag-card02.uxc-card .ag-cardItem:first-child {
      margin-top: 20px;
    }
  .studio .staff {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }

  .studio .staff__textarea {
    max-width: unset;
    width: 100%;
  }

  .studio .staff__intro {
    margin-bottom: 20px;
  }

  .studio .staff__imgarea {
    display: none;
  }

  .studio .staff__imgarea--sp {
    display: block;
    margin-bottom: 40px;
  }

  .studio .staff__btn {
    max-width: unset;
    width: 100%;
    padding: 20px 0;
  }
.business.staff .staff-head {
  padding: 32px 0;
}

.business.staff .staff-nav {
  margin-bottom: 68px;
  padding-top: 32px;
}

.business.staff .staff-nav__item {
  padding: 0 12px;
}

.business.staff .staff-nav__link {
  font-size: 12px;
  line-height: 22px;
}

.business.staff .staff-nav__arrow img {
  width: 7.8px;
}

.business.staff .staff-category:not(:last-of-type) {
  margin-bottom: 60px;
}

.business.staff .staff-category__ttl {
  margin-bottom: 24px;
  font-size: 18px;
}

.business.staff .staff-list {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 12px;
}

.business.staff .staff-list__item {
  max-width: unset;
}

.business.staff .staff-list__img img {
  width: 100%;
}

.business.staff .staff-list__name {
  margin-top: 12px;
  font-size: 14px;
}

.business.staff .staff-list__nameEn {
  margin-top: 4px;
  font-size: 11px;
}

.business.staff .contact-btn-inner {
  margin: 80px auto;
}

.business.staff .contact-btn {
  min-width: unset;
  width: 100%;
  font-size: 22px;
}

.business.staff .contact-btn a {
  padding: 20px;
}

.business.staff .staffModal .contact-btn-inner {
  margin: 40px auto;
}

.business.staff #colorbox #cboxClose {
  width: 14px;
  height: 14px;
}

.business.staff .staffModal {
  padding: 24px;
}

.business.staff .staffModal-profile {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.business.staff .staffModal-profile__imgarea {
  width: auto;
}

.business.staff .staffModal-profile__imgarea img {
  width: 100%;
}

.business.staff .staffModal-profile__label {
  font-size: 11px;
  margin-bottom: 12px;
}

.business.staff .staffModal-profile__name {
  margin-bottom: 6px;
  font-size: 16px;
}

.business.staff .staffModal-profile__nameEn {
  margin-bottom: 16px;
  font-size: 11px;
}

.business.staff .staffModal-box {
  padding: 12px 0;
}

.business.staff .staffModal-box__heading {
  margin-bottom: 8px;
  font-size: 12px;
}

.business.staff .staffModal-box__description {
  font-size: 12px;
  line-height: 1.8;
}

.business.staff .staffModal-worksList {
  gap: 16px 0;
}

.business.staff .staffModal-worksList__heading {
  margin-top: 16px;
  margin-bottom: 8px;
  font-size: 12px;
}

.business.staff .staffModal-works__img {
  margin-bottom: 12px;
}

.business.staff .staffModal-works__ttl {
  font-size: 12px;
  line-height: 1.6;
}
  .copyright .contents__ttl {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .copyright .contents__ttl span {
    padding-bottom: 5px;
  }

  .copyright .copyright-flow {
    margin-bottom: 40px;
  }

  .copyright .copyright-link {
    font-size: 16px;
    padding-bottom: 10px;
  }

  .copyright .copyright-link .icon-pdf {
    margin-left: .6em;
  }

  .copyright .copyright-link .icon-pdf img {
    width: 1.1em;
  }

  .copyright .contact-btn-inner {
    padding-bottom: 50px;
  }

  .copyright .copyright__img-box {
    padding: 40px 0 60px;
  }

  .copyright .copyright__img-box img {
    max-width: 100%;
  }

  .copyright .txt-block {
    margin-bottom: 3em;
  }

  .copyright .adobe-block {
    display: none;
  }

  .copyright .adobe-block > * {
    display: block;
  }

  .copyright .adobe-block .adobe-block__txt {
    margin: 0 0 1em;
  }

  .copyright .adobe-block__img {
    text-align: center;
  }
  .news .news-page-nav {
    margin-bottom: 30px;
  }

  .news .news-page-nav li {
    font-size: 4.25vw;
    font-weight: normal;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%;
    max-width: 49%;
    line-height: 1.4;
  }

  .news .news-page-nav li a  {
    height: 80px;
    border-width: 5px;
  }

  .news .news-page-nav li a span {
    position: relative;
  }

  .news .news-page-nav li:not(.current) span:before {
    width: 1.75vw;
    height: 1.75vw;
  }

  .news .news-contents {
    padding: 0 0 6vw;
  }

  .news .news-contents-inner {
    margin: 0 2.5vw 12vw;
  }

  .news .news-year-nav__list {
    margin-bottom: 30px;
  }

  .news .news-list__item {
    display: block;
  }

  .news .news-list__time {
    font-size: 14px;
    margin: 0 0 10px;
  }

  .news .news-list__txt {
    font-size: 15px;
  }
  .news .news__time {
    font-size: 15px;
  }

  .news .news__ttl {
    font-size: 17px;
  }

  .news .news-txt-block {
    font-size: 14px;
    margin-bottom: 2em;
  }

  .news .news-sub-contents:before {
    height: 2px;
  }

  .news .txt-note {
    font-size: 12px;
  }

  .news .news-tbl-01 {
    margin-bottom: 1.5em;
    text-align: left;
    font-size: 3.125vw;
  }

  .news .news-tbl-01 th {
    font-weight: normal;
    position: relative;
    left: -.5em;
  }

  .news .news-tbl-01 th:first-child,
  .news .news-tbl-01 td:first-child {
    width: 27%;
  }

  .news .news-tbl-01 th:nth-child(2),
  .news .news-tbl-01 td:nth-child(2) {
    width: 25%;
  }
  .original .top-list {
    display: block;
  }

  .original .top-list__item {
    width: auto;
    margin: 0 0 15px;
    max-height: none;
  }

  .original .original-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 50px;
    padding-top: 15px;
  }

  .original .original-list__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    max-width: 48%;
    margin: 0 0 2.5vw;
    min-height: auto;
  }

  .original .original-list__item a {
    padding: 30px 15px 15px;
  }

  .original .original-list__item a:before,
  .original .original-list__item a:after {
    font-size: 26px;
  }

  .original .original-list__item a:after {
    position: absolute;
    top: 28px;
    left: 35px;
  }

  .original .original-list__item__ttl {
    font-weight: normal;
    bottom: 15px;
    left: 15px;
    width: auto;
    font-size: 3.5vw;
    margin-top: 20px;
    position: static;
  }
  .original .original-main-img {
    margin-bottom: 20px;
  }

  .original .original-main-img__cap,
  .original .sec-interview__img__cap,
  .original .sec-interview__img-list__item__cap {
    line-height: 1.5;
    font-size: 10px;
  }

  .original .sec-interview__copy {
    font-size: 15px;
    margin-bottom: 50px;
  }

  .original .sec-interview__img-box {
    width: 80%;
    margin-bottom: 40px;
  }

  .original .sec-interview__list {
    display: block;
  }

  .original .sec-interview__list__item {
    max-width: none;
    margin-bottom: 25px;
  }

  .original .sec-interview__list__item__txt-box {
    margin: 0;
  }

  .original .sec-interview__list__item__txt-box_2column {
    font-size: 12px;
    line-height: 1.4;
    display: block;
    margin: 0;
  }

  .original .sec-interview__list__item__img-box {
    max-width: 80%;
    margin: 0 auto 10px;
  }

  .original .sec-interview__block.sec-interview__block--aside {
    margin-top: 40px;
  }

  .original .sec-interview__block__media {
    display: block;
    margin-top: 40px;
  }

  .original .sec-interview__block__media__txt-box,
  .original .sec-interview__block__media__img-box {
    max-width: none;
  }

  .original .sec-interview__img-list {
    display: block;
  }

  .original .sec-interview__img-list__item {
    max-width: none;
    margin-bottom: 20px;
  }

  .original .sec-interview__data {
    padding-top: 30px;
  }

  .original .sec-interview__data .section-related__ttl {
    margin-bottom: 50px;
  }

  .original .sec-interview__data__media {
    display: block;
    margin-bottom: 40px;
  }

  .original .sec-interview__data__media__img-box {
    max-width: none;
    text-align: center;
    margin-bottom: 20px;
  }

  .original .sec-interview__data__media__img-box img {
    max-width: 80%;
  }

  .original .sec-interview__data__media__img-box__cap {
    text-align: left;
  }

  .sec-interview__list__item_txt-regular{
    font-size: 14px;
  }

  .original .sec-interview__data__media__txt-box {
    max-width: none;
    padding: 20px 0;
  }

  .original .sec-interview__data__media__txt-box:last-child {
    padding-bottom: 0;
  }

  .original .sec-interview__data__media__txt-box:last-child:before {
    width: 100%;
    height: 1px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .privacypolicy .privacy-ttl {
    font-size: 18px;
    margin-bottom: 30px;
  }

  #privacypolicy .txt-block__section__ttl {
    margin-bottom: 20px;
  }

  .privacypolicy .guide-tbl {
    border-bottom: 1px solid #000;
    margin-bottom: 18px;
  }

  .privacypolicy .guide-tbl:not(.guide-tbl--02) th,
  .privacypolicy .guide-tbl:not(.guide-tbl--02) td {
    display: block;
    width: 100%;
    border-bottom: 0;
  }
  .privacypolicy .guide-tbl th {
    font-weight: bold;
  }

  .privacypolicy .tbl-inner {
    overflow-x: auto;
    margin-right: -15px;
  }

  .privacypolicy .guide-tbl--02 {
    width: 700px;
  }

  .privacypolicy .guide-tbl--02 th:first-child,
  .privacypolicy .guide-tbl--02 td:first-child {
    width: 18%;
  }

  .privacypolicy .check-tbl th,
  .privacypolicy .check-tbl td {
    padding: 0 5px;
  }

  .privacypolicy .check-tbl th:first-child,
  .privacypolicy .check-tbl td:first-child {
    width: 14%;
  }
  .recruit .section-related__ttl {
    font-size: 2rem;
  }

  .recruit .index .recruit__ttl-copy {
    font-size: 15px;
    line-height: 1.5;
    margin: 10px 0 30px;
  }

  .recruit .recruit-page-list {
    margin-bottom: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .recruit .recruit-page-list li {
    width: 49%;
    font-size: 17px;
    margin-bottom: 2vw;
  }

  .recruit .recruit-page-list li a {
    height: 80px;
    border-width: 5px;
  }

  .recruit .recruit-contents {
    margin-bottom: 40px;
  }

  .recruit .recruit-contents__modal-btn {
    font-size: 16px;
    display: block;
    float: none;
    margin: 0px 0 15px;
  }

  .recruit .recruit-contents__modal-inner {
    padding: 40px 15px;
    border: 0;
  }

  .recruit .recruit-contents__modal__txt {
    font-size: 15px;
    line-height: 1.8;
    text-align: left;
  }

  .recruit .business-page-list li {
    font-size: 17px;
  }


  .recruit .recruit-page-list li.item__full .link .link__item {
    line-height: 1.6;
  }
  .recruit .area-btn-basic ul {
    display: block;
  }
  .recruit .area-btn-basic ul > li::nth-child(2) {
    margin-top: unset;
  }
  .recruit .recruit-contents__section-inner {
    margin-bottom: 50px;
  }

  .recruit .recruit-contents__section {
    padding-bottom: 30px;
  }

  .recruit .recruit-contents__section__ttl {
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    padding: 5px 20px;
    margin-bottom: 20px;
  }

  .recruit .recruit-contents__section h2.job-category {
    margin: 0 0 20px;
    font-size: 18px;
  }

  .recruit .recruit-contents__section__ttl + .recruit-contents__section__tbl {
    margin-top: -20px;
  }

  .recruit .recruit-contents__section__list,
  .recruit .recruit-contents__section__txt {
    padding-left: 15px;
    font-size: 16px;
  }

  .recruit .recruit-contents__section__list > li,
  .recruit .recruit-contents__section__txt {
    margin-bottom: 10px;
  }

  .recruit .recruit-contents__section__tbl {
    border-color: #e3e3e3;
    border-width: 2px;
  }

  .recruit .recruit-contents__section__tbl th,
  .recruit .recruit-contents__section__tbl td {
    display: block;
    width: 100%;
    padding: 18px;
    border-color: #e3e3e3;
  }

  .recruit .recruit-contents__section__tbl th {
    text-align: left;
    border-bottom: 0;
    font-weight: bold;
    padding-bottom: 0;
  }

  .recruit .midcareer-btn-basic {
    display: block;
  }
  .recruit .pc-entry-p {
    margin: 0;
  }

  .recruit .pc-entry-btn {
    position: static;
 }
	.recruit .message-ttl {
    font-size: 18px;
	}
	.recruit .contents-block__row {
    display: block;
	}
	.recruit .contents-block__row__txt-box {
	  margin-top: 10px;
    max-width: none;
	}
	.recruit .contents-block__row__img-box {
    max-width: none;
    text-align: center;
    margin: 0 auto 15px;
    max-width: 70%;
	}
	.recruit .recruit-navi-list {
    display: block;
    margin-bottom: 40px;
	}
	.recruit .recruit-navi-list li {
    max-width: 100%;
    font-size: 17px;
    margin-bottom: 15px;
	}
	.recruit .recruit-navi-list li a {
    height: 70px;
	}
  .recruit .top-link-wrap {
    margin-bottom: 15px;
  }

  .recruit .top-link {
    font-size: 12px;
    bottom: -5px;
  }

  .recruit .top-link a {
    height: 25px;
    line-height: 24px;
    font-size: 14px;
  }

  .recruit .workplace-img-list {
    margin-bottom: 40px;
  }

  .recruit .workplace-img-list li {
    margin-bottom: 1.3vw;
  }
  .works .works-list {
    display: block;
    margin: 20px 0 60px;
  }

  .works .works-list__item {
    max-width: 100%;
    margin-bottom: 15px;
  }

  .works .search-box {
    width: 200px;
    font-size: 16px;
    height: 30px;
    font-weight: normal;
    line-height: 32px;
  }

  .works .search-box a:before {
    width: 8px;
    height: 8px;
  }

  .works .search-box-result {
    width: 100%;
  }

  .works .search-box.active a:before {
    -webkit-transform: translateY(-20%) rotate(225deg);
    transform: translateY(-20%) rotate(225deg);
  }

  .works .search-box.active + .search-box-result {
    visibility: visible;
    opacity: 1;
  }

  .works .search-box-result__close {
    display: block;
    width: 40px;
    height: 40px;
    background: #323232;
    text-indent: inherit;
    opacity: 1;
  }

  .works .search-box-result__close:before,
  .works .search-box-result__close:after {
    content: "";
    width: 20px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
  }

  .works .search-box-result__close:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .works .search-box-result__close:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  .works .search-box-result-inner {
    margin: 0 0 30px;
    padding: 30px 10px 20px;
  }

  .works .search-box-result__list {
    margin-left: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .works .search-box-result__list > li {
    font-size: 14px;
    margin: 0 0 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .works .search-box-result__list > li a {
    padding: 0;
    display: block;
  }

  .works .search-box-result__list > li a:before {
    width: 4px;
    height: 4px;
  }
  .works .works-sns-inner {
    position: static;
  }

  .works .works-sns {
    letter-spacing: -.4em;
    margin-bottom: 10px;
  }

  .works .works-sns__item {
    display: inline-block;
    float: none;
    letter-spacing: 0;
    width: 25px;
    margin-right: 10px;
    height: auto;
  }

  .works .top-link a {
    height: 25px;
    line-height: 24px;
    font-size: 14px;
  }

  .works .works-detail__ttl {
    font-size: 21px;
    margin-bottom: 40px;
  }

  .works .works-detail__ttl-inner {
    margin-bottom: 0;
    padding: 0;
  }

  .works .works-detail__main-img iframe {
    height: 50vw;
  }

  .works .top-link {
    font-size: 12px;
    bottom: -5px !important;
  }

  .works .txt-block p {
    margin-bottom: 26px;
  }

  .works .txt-block__img-box02 {
    margin-top: 30px;
  }

  .works .logo img {
    margin: 0 0 .5em;
  }

  .logo img,
  .works .logo:first-child img {
    width: 35%;
  }

  .works .logo + .logo {
    margin: 0;
  }

  .works .logo-inner .logo img {
    margin: 0 0 .2em;
  }
    .el-button {
      padding: 16px 0;
      display: inline-block;
      text-align: center;
      width: 100%;
      font-size: 18px; }
    .el-button.js-moreButtonSp {
      display: none; }
      .el-button.js-moreButtonSp.is-show {
        display: block; }
      .el-button.-type01 {
        font-size: 18px; }
    .about .el-heading.-lv1,
    .works .el-heading.-lv1,
    .news .el-heading.-lv1,
    .recruit .el-heading.-lv1,
    .technology .el-heading.-lv1,
    .business .el-heading.-lv1 {
      font-size: 22px; }
    .el-heading.-borderBottom {
      padding-bottom: 32px;
      margin-bottom: 32px; }
    .el-tag {
      font-size: 12px; }
      .ag-articleHead__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        margin-bottom: 20px; }
      .ag-articleHead__ttl {
        font-size: 22px; }
      .ag-articleHead__list {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        margin-bottom: 20px; }
        .ag-articleHead__listItem {
          width: 25px; }
          .ag-articleHead__listItem:not(:last-child) {
            margin-right: 10px; }
  .ag-card01 .ag-cardItem, .ag-card02 .ag-cardItem {
    margin-top: 30px; }
  .ag-card02 {
    margin-top: -40px; }
  .ag-card02 + .el-button {
    margin-top: 40px; }
    .ag-card02 .ag-cardItem {
      margin-top: 40px; }
      .ag-card02 .ag-cardItem_label.-spRight {
        right: 0; }
      .ag-card02 .ag-cardItem .el-link {
        right: 0; }
    .ag-card02 .ag-cardItem_box {
      padding: 16px 20px 0; }
    .ag-card02 .ag-cardItem_box.-type01 {
      padding: 16px 0px 0; }
    .ag-card02 .ag-cardItem.js-cardItem {
      display: none; }
      .ag-card02 .ag-cardItem.js-cardItem.is-show {
        display: block; }
  .ag-card02.-col4 .ag-cardItem {
    padding-bottom: 0; }
    .ag-card02.-type01 {
      margin-top: 0; }
      .ag-card02.-type01 .ag-cardItem {
        width: 100%; }
        .ag-card02.-type01 .ag-cardItem_top .el-txt {
          min-height: auto;
          font-size: 14px; }
    .ag-kv {
      margin-bottom: 60px; }
      .ag-kv .el-title {
        font-size: 6.5vw;
        margin-left: .45em; }
      .ag-kv .el-img {
        top: 50%; }
        .ag-kv .el-img img {
          max-width: 70%; }
      .ag-kv .el-link.-arrowRight {
        bottom: 90px; }
      .ag-kv .el-text.-scroll {
        right: -20px;
        bottom: 150px; }
  .ag-news .news-list__item .news-list__time {
    display: inline-block;
    font-size: 14px;
    min-width: 75px; }
  .ag-news .news-list__item .news-list__txt {
    margin-top: .25em; }
    .ag-news .news-list__item .el-tag {
      width: 65px; }
    .ag-search-box_title {
      font-size: 16px; }
  .ag-search-box.-wide {
    margin: 0px -15px 0;
    padding: 0px 0 48px 15px; }
    .ag-search-box_list {
      overflow-x: scroll;
      -ms-overflow-style: none;
      scrollbar-width: none; }
      .ag-search-box_list::-webkit-scrollbar {
        display: none; }
      .ag-slider img {
        height: 400px; }
      .ag-slider_dot {
        width: 40px;
        min-width: 40px; }
        .ag-slider_dot li {
          margin: 0 5px 16px; }
          .ag-slider_dot li button {
            width: 3px;
            height: 3px; }
          .ag-slider_dot li.slick-active button {
            width: 6px;
            height: 6px; }
        .ag-slider_item .el-text {
          left: 15px; }
          .ag-slider_item .el-text .title {
            font-size: 14px; }
      .top-content .ag-slider_scrollText {
        right: 6px;
        bottom: 60px; }
    .ag-sns-list {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
    .ag-title .main-ttl {
      margin-right: 20px; }
    .ag-title {
      margin-bottom: 30px; }
  .l-grid_col.-sm-w6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .l-grid_col.-sm-w12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .l-kv {
    padding-left: 15px;
    padding-right: 15px; }
  .contents .l-top {
    margin-top: 120px; }
  .l-top:first-child {
    margin-top: 114px; }
  .l-top:last-child {
    margin-bottom: 100px; }
  .l-top .el-link.-arrowRight {
    line-height: 1; }
      .technology .contact-btn-inner {
        margin: 60px 0 70px; }
  .u-pc {
    display: none; }
  .u-mt-none-sp {
    margin-top: 0 !important; }
  .u-mt-xs {
    margin-top: 7px !important; }
  .u-mt-sm {
    margin-top: 14px !important; }
  .u-mt-md {
    margin-top: 28px !important; }
  .u-mt-lg {
    margin-top: 42px !important; }
  .u-mt-xl {
    margin-top: 56px !important; }
  .u-mb-none-sp {
    margin-bottom: 0px !important; }
  .u-mb-xs {
    margin-bottom: 7px !important; }
  .u-mb-sm {
    margin-bottom: 14px !important; }
  .u-mb-md {
    margin-bottom: 28px !important; }
  .u-mb-lg {
    margin-bottom: 42px !important; }
  .u-mb-xl {
    margin-bottom: 56px !important; }
  .u-mr-none-sp {
    margin-right: 0px !important; }
  .u-mr-xs {
    margin-right: 7px !important; }
  .u-mr-sm {
    margin-right: 14px !important; }
  .u-mr-md {
    margin-right: 28px !important; }
  .u-mr-lg {
    margin-right: 42px !important; }
  .u-mr-xl {
    margin-right: 56px !important; }
  .u-ml-none-sp {
    margin-left: 0px !important; }
    .article-heading {
      font-size: 16px;
      margin-bottom: 24px; }
      .article-heading.-sm {
        font-size: 14px;
        margin-bottom: 10px; }
    .article-text {
      margin-bottom: 24px; }
    .article-list {
      margin-left: 1.5em;
      margin-bottom: 18px; }
    .article-btn {
      margin-bottom: 26px; }
      .article-btn.-type1 a, .article-btn.-type2 a {
        font-size: 16px;
        padding: 2px 10px 0; }
      .article-btn.-type3 a {
        font-size: 16px;
        height: 45px;
        line-height: 45px;
        min-width: auto; }
    .article-contact-btn {
      margin-bottom: 40px; }
      .article-contact-btn a {
        font-size: 18px;
        line-height: 64px;
        height: 60px;
        width: 50vw; }
    .article-media iframe {
      height: 50vw; }
    .article-media.-fluid {
      margin: 0 calc(50% - 50vw); }
    .article-mediaList {
      display: block;
      margin: 20px 0 60px; }
      .article-mediaList_item {
        max-width: 100%;
        margin-bottom: 16px; }
        .article-mediaList_item iframe {
          height: 50vw; }
  .global-header {
    margin-bottom: 0; }
  .global-header.hide + .local-header .menuicon-btn {
    right: 15px;
    top: 0px; }
  .local-header {
    padding-top: 10px;
    background: #fff;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
    .local-header .menuicon-btn {
      display: block;
      width: 42px;
      height: 42px;
      position: absolute;
      right: 15px;
      top: 0px; }
      .local-header .menuicon-btn__icon-open {
        top: 0;
        left: 0; }
  .local-header__logo {
    padding: 10px 0 15px; }
  .local-header-nav {
    padding: 40px 15px 120px; }
  .local-header-nav__item {
    background: #000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
  .local-header-nav__item:last-child {
    border-bottom: none; }
  .local-header .local-header-nav__item.local-header-nav__item.local-header-nav__item--contact {
    margin-top: 12px; }
    .local-header .local-header-nav__item.local-header-nav__item.local-header-nav__item--contact a {
      width: 100%;
      font-size: 16px;
      padding: 20px 0; }
      .local-header .local-header-nav__item.local-header-nav__item.local-header-nav__item--contact a:hover {
        background: #000; }
  .local-header .local-header-nav__item:not(.local-header-nav__item--contact) a {
    font-size: 16px;
    color: #fff;
    text-align: left; }
    .footer-nav__item a {
      width: 100%; }
  .footer-sns {
    margin: 0 0 40px; }
  .about .lang-nav {
    top: 0px; }
  .tgs_contents p {
    font-size: 13px; }
  .technology .contents {
    padding-bottom: 115px !important; }
  .ag-slider_contentsItemText h3,
  .business .section-business__ttl,
  .recruit h3 {
    line-height: 1.4; }
  .works .works-detail__ttl {
    line-height: 1.2;
    word-break: break-all; }
  .news .news-year-nav__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  #studio.studio .ag-card02 .ag-cardItem:nth-child(1) {
    margin-top: 60px; }
  #studio.studio .ag-card02 .article-text {
    margin-top: 16px; }
    #studio.studio .contact-btn {
      width: 100%;
      font-size: 22px; }
      #studio.studio .contact-btn a {
        padding: 20px; }
    #studio.studio .contact-btn-inner {
      margin: 80px auto; }
    #studio.studio .kvSlider {
      margin: 0 -15px; }
      #studio.studio .kvSlider__item {
        height: 400px; }
        #studio.studio .kvSlider__item img {
          height: 400px; }
      #studio.studio .kvSlider__item.-left img {
        -o-object-position: 0 100%;
           object-position: 0 100%; }
    #studio.studio .contents #visualisationcore,
    #studio.studio .contents #shibuyastudio,
    #studio.studio .contents #yoyogikoenstudio,
    #studio.studio .contents #koenjistudio {
      scroll-margin-top: 80px; }
    #studio.studio .studioMedia img {
      height: 400px; }
  #studio.studio .studioMedia {
    margin: 0 -15px; }
        #studio.studio .studioInner .business .section-floar-guide.-column .section-floar-guide__text {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; }
      #studio.studio .studioInner .content {
        margin-top: 60px; }
      #studio.studio .studioCard-item {
        width: calc( 100% / 2 - 26px); }
        #studio.studio .studioCard-item a {
          padding: 24px 10px 24px; }
        #studio.studio .studioCard-item .ttl {
          font-size: 20px; }
        #studio.studio .studioCard-item .lead {
          font-size: 14px; }
          #studio.studio .studioCard-item .address .txt,
          #studio.studio .studioCard-item .address .tel {
            font-size: 12px; }
    #studio.studio .concept {
      margin: 0 -15px; }
      #studio.studio .concept-ttl {
        font-size: 26px; }
}
@media screen and (min-width: 812px) {
  .sp-only {
    display: none !important;
  }
  .menuicon-btn-inner img {
    display: none;
  }
  .local-header-nav {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .sp-link {
    pointer-events: none;
  }
  .js-img-fit > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;"
  }
  .about .page-nav {
    margin-bottom: 160px;
  }
  .original .sec-interview__block__media--mg-left .sec-interview__block__media__img-box {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .original .sec-interview__list__item_txt-regular {
    font-size: 16px;
  }

  .original .sec-interview__block__media--mg-left .sec-interview__block__media__txt-box {
    padding: 26px 0 0 20px;
  }
  .privacypolicy_nav {
    position: sticky;
    top: 100px;
    height: calc(100vh - 100px);
  }

  .privacypolicy .main-ttl {
    margin-bottom: 60px;
  }
  .privacypolicy .anchor-nav__list {
    font-size: 16px;
  }
  .anchor-nav__list__item::before {
    top: 0;
  }
  .works .search-box:hover .search-box__open,
  .works .search-box.hover .search-box__open {
    display: none;
  }
  .works .search-box:hover .search-box__close,
  .works .search-box.hover .search-box__close {
    display: block;
  }
  .works .search-box:hover + .search-box-result,
  .works .search-box-result:hover,
  .works .search-box.hover + .search-box-result {
    visibility: visible;
    opacity: 1;
  }

  .works .search-box a:hover:before,
  .works .search-box.hover a:before {
    -webkit-transform: translateY(0) rotate(225deg);
    transform: translateY(0) rotate(225deg);
  }
}
@media screen and (max-width: 1300px) and (min-width: 812px) {
  .local-header-nav {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .local-header-nav__item:not(.local-header-nav__item--contact) {
    margin-right: 1.375vw;
    padding-right: 1.375vw;
  }

  .local-header-nav__item {
    font-size: 1.2vw;
  }

  .local-header__logo {
    width: 15.38vw;
    padding-top: 0;
    /* line-height: 72px; */
    /* height: 72px; */
  }

  .local-header__logo img {
    vertical-align: middle;
  }
}
@media screen and (max-width: 1440px) {
  body .contents {
    padding: 0 5.55vw;
  }
}
@media screen and (max-width: 1216px) {
  .main {
    padding-top: 27vw;
  }
  #technology .main {
    padding-top: 260px;
  }
}
@media screen and (max-width: 1300px) {
  .footer-nav__item {
    font-size: 1.125vw;
    /* margin-right: .75vw;
    padding-right: .75vw; */
  }
}
@media screen and (max-width: 1024px) {
  .business-page-list li {
    font-size: 2.5vw;
  }
  .news .news-page-nav li {
    font-size: 3.25vw;
  }
}
@media print, screen and (min-width:812px) {
  .news .el-tag {
    font-size: 16px;
  }
  .news .news-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .news .news-list__item:hover {
    color: #00615c;
    text-decoration: none;
  }
  .news .news-list__item:hover>.news-list__time, .news-list__item:hover>.news-list__txt {
    text-decoration: underline;
  }
  .news .news-list__item:hover .el-tag {
    text-decoration: none;
  }
  .news .news-list__item .news-list__time {
    margin-right: 0;
    min-width: 100px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0;
            flex: 0 0;
  }
  .news .news-list__item .el-tag {
    margin-right: 20px;
    min-width: 100px;
  }
}
@media screen and (max-width:811px) {
  .news .el-tag {
    font-size: 12px;
  }
  .news .news-list__item .news-list__time {
    display: inline-block;
    min-width: 75px;
  }
  .news .news-list__item .news-list__txt {
    margin-top: .25em;
  }
  .news .news-list__item .el-tag {
    width: 65px;
  }
  .news .supplement-copy {
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 1400px) {
  .original .original-list__item a {
    padding: 8vw 2vw 2.5vw;
  }

  .original .original-list__item a:before,
  .original .original-list__item a:after {
    font-size: 5.75vw;
    line-height: 1;
  }
  .original .original-list__item__ttl {
    width: calc(100% - 4vw);
    left: 2vw;
  }

.original-notes{
  font-size:12px;
}
}
@media screen and (max-width: 1200px) {
  .original .original-list__item {
    min-height: 32vw;
    min-height: 30vw;
    font-size: 1.5vw;
  }

  .original .original-list__item a:before {
    font-size: 5vw;
  }

  .original .original-list__item__ttl {
    font-size: 1.5vw;
  }
  .works .works-detail__ttl-inner {
    margin-bottom: 50px;
  }

  .works .top-link {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    bottom: 5px;
  }
}
@media screen and (min-width: 1440px) {
  .works .works-list__item iframe {
    min-height: 350px;
  }
        .article-mediaList_item iframe {
          min-height: 350px; }
}
@media print, screen and (min-width: 812px) {
    .el-button.js-moreButtonSp {
      display: none; }
      .el-button.-type01 {
        font-size: 20px; }
      .el-button.-type01:hover {
        background-color: #000;
        color: #fff;
        border: 1px solid #fff;
        cursor: pointer; }
    .el-button.hasArrow:hover::after {
      background-image: url(/assets/img/common/icon-arrow-white.svg); }
    .about .el-heading.-lv1,
    .works .el-heading.-lv1,
    .news .el-heading.-lv1,
    .recruit .el-heading.-lv1,
    .technology .el-heading.-lv1,
    .business .el-heading.-lv1 {
      font-size: 56px; }
    .el-heading.-borderBottom {
      padding-bottom: 70px;
      margin-bottom: 40px; }
    .technology .el-link:hover, .technology .el-link:focus {
      color: #737373; }
      .el-link.-arrowRight:hover::after, .el-link.-arrowRight:focus::after {
        border-color: #00615c; }
        .technology .el-link.-arrowRight:hover::after, .technology .el-link.-arrowRight:focus::after {
          color: #737373;
          border-top: 1px solid #737373;
          border-right: 1px solid #737373; }
    .el-tag {
      font-size: 16px; }
      .ag-articleHead__ttl {
        margin-right: 50px; }
          .ag-articleHead__listItem a {
            cursor: pointer; }
        .ag-articleHead__listItem.-facebook a:hover::before, .ag-articleHead__listItem.-facebook a:focus::before {
          background-image: url(/assets/img/common/btn-facebook-hover.png); }
        .ag-articleHead__listItem.-twitter a:hover::before, .ag-articleHead__listItem.-twitter a:focus::before {
          background-image: url(/assets/img/common/btn-twitter-hover.png); }
        .ag-articleHead__listItem.-pinterest a:hover::before, .ag-articleHead__listItem.-pinterest a:focus::before {
          background-image: url(/assets/img/common/btn-pinterest-hover.png); }
      .ag-articleHead__btn:hover, .ag-articleHead__btn:focus {
        color: #000;
        background-color: #fff;
        text-decoration: none; }
  .ag-card01 {
    margin-left: -15px;
    margin-right: -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: auto;
    margin-top: -60px; }
  .ag-card01, .ag-card02 {
    margin-left: -15px;
    margin-right: -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: auto; }
    .ag-card01.-bottom, .ag-card02.-bottom {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
  .ag-card01 .ag-cardItem, .ag-card02 .ag-cardItem {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 25%;
    margin-top: 60px; }
    .ag-card01 .ag-cardItem a:hover .el-img img, .ag-card01 .ag-cardItem span:hover .el-img img, .ag-card01 .ag-cardItem .cardBox:hover .el-img img, .ag-card02 .ag-cardItem a:hover .el-img img, .ag-card02 .ag-cardItem span:hover .el-img img, .ag-card02 .ag-cardItem .cardBox:hover .el-img img {
      -webkit-transform: scale(1.05);
              transform: scale(1.05); }
    .ag-card01 .ag-cardItem a:hover .el-heading, .ag-card01 .ag-cardItem a:hover .el-text, .ag-card01 .ag-cardItem span:hover .el-heading, .ag-card01 .ag-cardItem span:hover .el-text, .ag-card01 .ag-cardItem .cardBox:hover .el-heading, .ag-card01 .ag-cardItem .cardBox:hover .el-text, .ag-card02 .ag-cardItem a:hover .el-heading, .ag-card02 .ag-cardItem a:hover .el-text, .ag-card02 .ag-cardItem span:hover .el-heading, .ag-card02 .ag-cardItem span:hover .el-text, .ag-card02 .ag-cardItem .cardBox:hover .el-heading, .ag-card02 .ag-cardItem .cardBox:hover .el-text {
      color: #00615c; }
  .ag-card02 {
    margin-top: -50px;
    padding: 0 15px; }
    .ag-card02 .ag-cardItem {
      padding-left: 15px;
      padding-right: 15px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 33.33333%;
      padding-right: 1px;
      padding-left: 0;
      margin-top: 50px; }
    .ag-card02 .ag-cardItem_box {
      padding: 24px 20px 0; }
    .ag-card02 .ag-cardItem_box.-type01 {
      padding: 24px 0px 0; }
    .ag-card02 .ag-cardItem_box.-type01 > p {
      padding-right: 20px; }
  .ag-card02.-col4 .ag-cardItem {
    width: 25%; }
    .ag-kv {
      margin-bottom: 120px; }
      .ag-kv .el-title {
        font-size: 32px; }
      .ag-kv .el-img {
        top: 53%; }
        .ag-kv .el-img img {
          margin-bottom: 30px; }
      .ag-kv .el-link.-arrowRight {
        bottom: 100px; }
      .ag-kv .el-text.-scroll {
        right: 0;
        bottom: 100px; }
  .ag-news .news-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .ag-news .news-list__item:hover {
      text-decoration: underline; }
      .ag-news .news-list__item:hover > .news-list__time, .ag-news .news-list__item:hover > .news-list__txt {
        text-decoration: underline; }
  .ag-news .news-list__item .news-list__time {
    font-size: 16px;
    min-width: 100px; }
    .ag-news .news-list__item .el-tag {
      margin-right: 20px;
      min-width: 100px; }
    .ag-search-box_title {
      font-size: 18px; }
  .technology .ag-search-box {
    margin-top: 70px; }
  .ag-search-box.-wide {
    margin: 0px -5.55vw 0;
    padding: 0px 5.55vw 60px; }
    .ag-search-box_list {
      margin-bottom: -12px;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .ag-search-box_list-item {
        margin-bottom: 12px; }
        .ag-search-box_list-item a {
          font-size: 14px; }
      .ag-slider_item:hover, .ag-slider_item:focus {
        letter-spacing: 3.8px; }
      .ag-slider_item:hover .el-link.-arrowRight::after, .ag-slider_item:focus .el-link.-arrowRight::after {
        letter-spacing: 3.8px; }
    .ag-title .main-ttl {
      margin-right: 40px; }
    .ag-title {
      margin-bottom: 48px; }
  .contents .l-top {
    margin-top: 140px; }
    .contents .l-top:first-child {
      margin-top: 120px; }
  .l-top:first-child {
    margin-top: 130px; }
  .l-top:last-child {
    margin-bottom: 200px; }
        .contact-btn a:hover {
          text-decoration: none;
          background: #fff;
          color: #000; }
      .technology .contact-btn-inner {
        margin: 120px 0 140px; }
        .section-related__link li a:hover {
          background: #fff;
          color: #000;
          text-decoration: none; }
  .u-sp {
    display: none; }
  .u-mt-none-pc {
    margin-top: 0 !important; }
  .u-mt-xs {
    margin-top: 8px !important; }
  .u-mt-sm {
    margin-top: 16px !important; }
  .u-mt-md {
    margin-top: 32px !important; }
  .u-mt-lg {
    margin-top: 48px !important; }
  .u-mt-xl {
    margin-top: 64px !important; }
  .u-mb-none-pc {
    margin-bottom: 0px !important; }
  .u-mb-xs {
    margin-bottom: 8px !important; }
  .u-mb-sm {
    margin-bottom: 16px !important; }
  .u-mb-md {
    margin-bottom: 32px !important; }
  .u-mb-lg {
    margin-bottom: 48px !important; }
  .u-mb-xl {
    margin-bottom: 64px !important; }
  .u-mr-none-pc {
    margin-right: 0px !important; }
  .u-mr-xs {
    margin-right: 8px !important; }
  .u-mr-sm {
    margin-right: 16px !important; }
  .u-mr-md {
    margin-right: 32px !important; }
  .u-mr-lg {
    margin-right: 48px !important; }
  .u-mr-xl {
    margin-right: 64px !important; }
  .u-ml-none-pc {
    margin-left: 0px !important; }
      .article-btn a:hover {
        background: #fff;
        color: #000; }
    .article-btn.-icon-blank a:hover::after {
      background-image: url(/assets/img/common/icon-outer-link-01-hover-black.png); }
    .article-media.-sm img {
      max-width: 40%; }
    .article-media.-md img {
      max-width: 50%; }
    .article-media.-lg img {
      max-width: 75%; }
    .article-media.-fluid {
      margin: 0 calc(50% - 50vw); }
  .local-header {
    padding: 20px 0 15px 0; }
  .local-header__logo {
    padding-bottom: 5px;
    padding-top: 0; }
  .local-header-nav__item a {
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out; }
  .local-header-nav__item a:hover {
    text-decoration: none;
    border-bottom: 1px solid #000; }
    .local-header .local-header-nav__item.local-header-nav__item.local-header-nav__item--contact a {
      border: 1px solid #fff; }
    .local-header .local-header-nav__item.local-header-nav__item.local-header-nav__item--contact a:hover {
      background: #fff;
      color: #000;
      border: 1px solid #000; }
  .local-header .local-header-nav__item:not(.local-header-nav__item--contact) a.is-current {
    color: #000;
    border-bottom: 1px solid #000; }
  .footer-nav {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .footer-nav__item {
    margin: 0 15px 16px 0; }
      .footer-nav__item a:hover {
        border-bottom: 1px solid #fff !important; }
  .footer__patetop {
    top: -90px; }
  .footer-sns {
    margin: 0 0 48px; }
  .about .lang-nav {
    top: 0px; }
    .about .article-btn.-type1 a {
      font-size: 16px; }
  .section-related__link li {
    font-size: 22px; }
  .tgs_contents p {
    font-size: 1.2vw; }
  .technology .contents {
    padding-bottom: 150px; }
  .ag-slider_contentsItemText h3,
  .business .section-business__ttl,
  .recruit h3 {
    line-height: 1.4; }
  .works .works-detail__ttl {
    max-width: 78%; }
  #studio.studio .ag-card02 .ag-cardItem {
    min-width: 300px; }
  #studio.studio .ag-card02 .article-text {
    margin-top: 24px;
    padding-right: 20px;
    min-height: 58px; }
    #studio.studio .contact-btn {
      min-width: 500px; }
      #studio.studio .contact-btn a {
        padding: 25px; }
    #studio.studio .contact-btn-inner {
      margin: 110px 0 150px; }
    #studio.studio .kvSlider {
      max-height: 700px; }
        #studio.studio .kvSlider__item img {
          height: 700px; }
  #studio.studio .slick-slide img {
    margin: 0 auto; }
    #studio.studio .contents {
      padding: 0 !important;
      max-width: 100% !important; }
    #studio.studio .contents #visualisationcore,
    #studio.studio .contents #shibuyastudio,
    #studio.studio .contents #yoyogikoenstudio,
    #studio.studio .contents #koenjistudio {
      scroll-margin-top: 200px; }
    #studio.studio .contents #contact {
      margin-bottom: 100px; }
    #studio.studio .studioInner {
      padding: 0 80px; }
        #studio.studio .studioInner .business .section-floar-guide.-column .section-floar-guide__text {
          margin: 20px auto 0; }
      #studio.studio .studioCard-item {
        width: calc( 100% / 4 - 26px);
        min-width: 220px; }
          #studio.studio .studioCard-item a:hover {
            color: #fff;
            background-color: #000; }
            #studio.studio .studioCard-item a:hover .studioCard-bottom .txt.-arrow::before, #studio.studio .studioCard-item a:hover .studioCard-bottom .txt.-arrow::after {
              background-color: #fff; }
  .page-nav__list__item a:hover,
  .page-nav__list__item.current a {
    opacity: 0.6; } }
@media screen and (min-width: 812px) and (max-width: 811px) {
    .ag-card01 {
      margin-left: -7.5px;
      margin-right: -7.5px; }
    .ag-card01, .ag-card02 {
      margin-left: -7.5px;
      margin-right: -7.5px; }
    .ag-card01 .ag-cardItem, .ag-card02 .ag-cardItem {
      padding-left: 7.5px;
      padding-right: 7.5px; }
    .ag-card02 .ag-cardItem {
      padding-left: 7.5px;
      padding-right: 7.5px; } }
@media screen and (max-width: 540px) {
  .l-grid + .l-grid {
    margin-top: 1.25rem; }
    .l-grid_col.-sm {
      width: 100%;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
      .l-grid_col.-sm:nth-child(n+2) {
        margin-top: 1.25rem; }
    .l-grid_col.-sm-w1 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 8.33333%;
              flex: 0 0 8.33333%;
      max-width: 8.33333%; }
    .l-grid_col.-sm-w2 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 16.66667%;
              flex: 0 0 16.66667%;
      max-width: 16.66667%; }
    .l-grid_col.-sm-w3 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%; }
    .l-grid_col.-sm-w4 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%; }
    .l-grid_col.-sm-w5 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 41.66667%;
              flex: 0 0 41.66667%;
      max-width: 41.66667%; }
    .l-grid_col.-sm-w6 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; }
    .l-grid_col.-sm-w7 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 58.33333%;
              flex: 0 0 58.33333%;
      max-width: 58.33333%; }
    .l-grid_col.-sm-w8 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 66.66667%;
              flex: 0 0 66.66667%;
      max-width: 66.66667%; }
    .l-grid_col.-sm-w9 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 75%;
              flex: 0 0 75%;
      max-width: 75%; }
    .l-grid_col.-sm-w10 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 83.33333%;
              flex: 0 0 83.33333%;
      max-width: 83.33333%; }
    .l-grid_col.-sm-w11 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 91.66667%;
              flex: 0 0 91.66667%;
      max-width: 91.66667%; }
    .l-grid_col.-sm-w12 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; } }
@media screen and (max-width: 720px) {
    .l-grid_col.-md {
      width: 100%;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
      .l-grid_col.-md:nth-child(n+2) {
        margin-top: 1.25rem; } }
@media screen and (max-width: 960px) {
    .l-grid_col.-lg {
      width: 100%;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
      .l-grid_col.-lg:nth-child(n+2) {
        margin-top: 1.25rem; } }
@media screen and (max-width: 1140px) {
    .l-grid_col.-xl {
      width: 100%;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
      .l-grid_col.-xl:nth-child(n+2) {
        margin-top: 1.25rem; } }
@media screen and (min-width: 540px) and (max-width: 720px) {
    .l-grid_col.-md-w1 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 8.33333%;
              flex: 0 0 8.33333%;
      max-width: 8.33333%; }
    .l-grid_col.-md-w2 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 16.66667%;
              flex: 0 0 16.66667%;
      max-width: 16.66667%; }
    .l-grid_col.-md-w3 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%; }
    .l-grid_col.-md-w4 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%; }
    .l-grid_col.-md-w5 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 41.66667%;
              flex: 0 0 41.66667%;
      max-width: 41.66667%; }
    .l-grid_col.-md-w6 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; }
    .l-grid_col.-md-w7 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 58.33333%;
              flex: 0 0 58.33333%;
      max-width: 58.33333%; }
    .l-grid_col.-md-w8 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 66.66667%;
              flex: 0 0 66.66667%;
      max-width: 66.66667%; }
    .l-grid_col.-md-w9 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 75%;
              flex: 0 0 75%;
      max-width: 75%; }
    .l-grid_col.-md-w10 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 83.33333%;
              flex: 0 0 83.33333%;
      max-width: 83.33333%; }
    .l-grid_col.-md-w11 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 91.66667%;
              flex: 0 0 91.66667%;
      max-width: 91.66667%; }
    .l-grid_col.-md-w12 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; } }
@media screen and (min-width: 720px) and (max-width: 960px) {
    .l-grid_col.-lg-w1 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 8.33333%;
              flex: 0 0 8.33333%;
      max-width: 8.33333%; }
    .l-grid_col.-lg-w2 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 16.66667%;
              flex: 0 0 16.66667%;
      max-width: 16.66667%; }
    .l-grid_col.-lg-w3 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%; }
    .l-grid_col.-lg-w4 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%; }
    .l-grid_col.-lg-w5 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 41.66667%;
              flex: 0 0 41.66667%;
      max-width: 41.66667%; }
    .l-grid_col.-lg-w6 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; }
    .l-grid_col.-lg-w7 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 58.33333%;
              flex: 0 0 58.33333%;
      max-width: 58.33333%; }
    .l-grid_col.-lg-w8 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 66.66667%;
              flex: 0 0 66.66667%;
      max-width: 66.66667%; }
    .l-grid_col.-lg-w9 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 75%;
              flex: 0 0 75%;
      max-width: 75%; }
    .l-grid_col.-lg-w10 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 83.33333%;
              flex: 0 0 83.33333%;
      max-width: 83.33333%; }
    .l-grid_col.-lg-w11 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 91.66667%;
              flex: 0 0 91.66667%;
      max-width: 91.66667%; }
    .l-grid_col.-lg-w12 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; } }
@media screen and (min-width: 960px) and (max-width: 1140px) {
    .l-grid_col.-xl-w1 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 8.33333%;
              flex: 0 0 8.33333%;
      max-width: 8.33333%; }
    .l-grid_col.-xl-w2 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 16.66667%;
              flex: 0 0 16.66667%;
      max-width: 16.66667%; }
    .l-grid_col.-xl-w3 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%; }
    .l-grid_col.-xl-w4 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%; }
    .l-grid_col.-xl-w5 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 41.66667%;
              flex: 0 0 41.66667%;
      max-width: 41.66667%; }
    .l-grid_col.-xl-w6 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; }
    .l-grid_col.-xl-w7 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 58.33333%;
              flex: 0 0 58.33333%;
      max-width: 58.33333%; }
    .l-grid_col.-xl-w8 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 66.66667%;
              flex: 0 0 66.66667%;
      max-width: 66.66667%; }
    .l-grid_col.-xl-w9 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 75%;
              flex: 0 0 75%;
      max-width: 75%; }
    .l-grid_col.-xl-w10 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 83.33333%;
              flex: 0 0 83.33333%;
      max-width: 83.33333%; }
    .l-grid_col.-xl-w11 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 91.66667%;
              flex: 0 0 91.66667%;
      max-width: 91.66667%; }
    .l-grid_col.-xl-w12 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; } }
