@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : common.css
 author     : Ability Consultant
 style info : 基本・共通設定
=================================================================== */
.con_gnav, .con_works, .con_works .box_worklist, .con_works .box_magazinlist {
  max-width: 1280px;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .con_gnav, .con_works, .con_works .box_worklist, .con_works .box_magazinlist {
    width: 95%;
  }
}

/* -----------------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------------- */
html {
  font-size: small;
  line-height: 1.5;
}

body {
  color: #333333;
  background: #fff;
  -webkit-text-size-adjust: none;
  font-size: 124%;
}
.ie body {
  font-size: 120%;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 116%;
  }
}
body a {
  color: #4d4d4d;
}
body a:link, body a:visited, body a:active {
  text-decoration: none;
}
.mouse body a:hover, .touch body a.touchstart {
  text-decoration: none;
}
body img {
  max-width: 100%;
  -webkit-touch-callout: none;
}

body, pre, input, textarea, select {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
}

input, select, textarea {
  font-size: 100%;
}

html.ie8 .view_tab,
html.ie8 .view_tab_sp,
html.ie8 .view_sp {
  display: none !important;
}
html.ie8 #page {
  min-width: 1280px !important;
  margin: auto;
  font-size: 100% !important;
}

@media only screen and (min-width: 1025px) {
  body .view_tab-sp, body .view_tab {
    display: none !important;
  }
}
@media print {
  body .view_tab-sp, body .view_tab {
    display: none !important;
  }
}
.ie8 body .view_tab-sp, .ie8 body .view_tab {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  body .view_sp {
    display: none !important;
  }
}
@media print {
  body .view_sp {
    display: none !important;
  }
}
.ie8 body .view_sp {
  display: none !important;
}
@media only screen and (max-width: 1024px) {
  body .view_pc {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  body .view_pc-tab, body .view_tab {
    display: none !important;
  }
}

.mouse .over {
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse .over:hover, .touch .over.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .over {
  -webkit-tap-highlight-color: transparent;
}
.touch .over.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.eng {
  font-family: "Crimson Text", serif;
}

/* -----------------------------------------------------------
	#page
----------------------------------------------------------- */
@media only screen and (min-width: 768px) {
  #page {
    font-size: 100% !important;
  }
}
@media print {
  #page {
    font-size: 100% !important;
  }
}
.ie8 #page {
  font-size: 100% !important;
}

/* -----------------------------------------------------------
	#header
----------------------------------------------------------- */
#header {
  position: relative;
}
@media only screen and (max-width: 767px) {
  #header {
    text-align: center;
  }
}
#header .logo {
  position: absolute;
  top: 2em;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  font-weight: normal;
  font-family: "Crimson Text", serif;
  font-size: 57%;
  letter-spacing: .5em;
}
@media only screen and (min-width: 1025px) {
  #header .logo a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #header .logo a:hover {
    color: #4a81d0;
  }
}
@media print {
  #header .logo a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #header .logo a:hover {
    color: #4a81d0;
  }
}
.ie8 #header .logo a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ie8 #header .logo a:hover {
  color: #4a81d0;
}
@media only screen and (max-width: 767px) {
  #header .logo {
    position: static;
    top: 0;
    padding: 2% 0;
  }
}
#header .logo .jp {
  display: block;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 344%;
  line-height: 1.1;
}
@media only screen and (max-width: 1279px) {
  #header .logo .jp {
    font-size: 282%;
  }
}
@media print {
  #header .logo .jp {
    font-size: 282%;
  }
}
.ie8 #header .logo .jp {
  font-size: 282%;
}
@media only screen and (max-width: 767px) {
  #header .logo .jp {
    font-size: 300%;
  }
}

/*	.con_gnav
----------------------------------------------------------- */
.con_gnav {
  padding-right: 25%;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .con_gnav {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media print {
  .con_gnav {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.ie8 .con_gnav {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_gnav {
    padding-right: 35%;
  }
}
@media only screen and (max-width: 767px) {
  .con_gnav {
    width: 100%;
    position: static;
    padding-right: 0;
  }
}
.con_gnav #gnav {
  display: -webkit-flex;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .con_gnav #gnav {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 1024px) {
  .con_gnav #gnav li {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_gnav #gnav li {
    width: 33.33333%;
    text-align: center;
  }
}
.con_gnav #gnav li a {
  font-size: 100%;
  position: relative;
  padding: 2em 1em;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_gnav #gnav li a {
    padding: 1.5em .5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_gnav #gnav li a {
    padding: 1em 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_gnav #gnav li a {
    font-size: 88%;
  }
}
.con_gnav #gnav li a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #dbf1fa;
  z-index: -1;
}
.con_gnav #gnav li a:hover:before {
  height: 100%;
}
body#homepage .con_gnav #gnav li.gnav_top a:before {
  height: 100%;
}
body#works .con_gnav #gnav li.gnav_wor a:before {
  height: 100%;
}
body#contact .con_gnav #gnav li.gnav_con a:before {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.con_gnav #box_sns {
  display: -webkit-flex;
  display: flex;
  padding-top: 2em;
}
@media only screen and (max-width: 767px) {
  .con_gnav #box_sns {
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 10;
  }
}
.con_gnav #box_sns li {
  margin: 0 20px;
}
@media only screen and (max-width: 1024px) {
  .con_gnav #box_sns li {
    margin: 0 10px;
  }
}
.con_gnav #box_sns li a {
  font-size: 113%;
}
@media only screen and (min-width: 1025px) {
  .con_gnav #box_sns li a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .con_gnav #box_sns li a:hover {
    color: #82D6FF;
  }
}
@media print {
  .con_gnav #box_sns li a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .con_gnav #box_sns li a:hover {
    color: #82D6FF;
  }
}
.ie8 .con_gnav #box_sns li a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ie8 .con_gnav #box_sns li a:hover {
  color: #82D6FF;
}
@media only screen and (max-width: 767px) {
  .con_gnav #box_sns li a {
    color: #fff;
  }
}
@media only screen and (min-width: 1025px) {
  .con_gnav #box_sns li:first-child a:hover {
    color: #3B5998;
  }
}
@media print {
  .con_gnav #box_sns li:first-child a:hover {
    color: #3B5998;
  }
}
.ie8 .con_gnav #box_sns li:first-child a:hover {
  color: #3B5998;
}
@media only screen and (min-width: 1025px) {
  .con_gnav #box_sns li:nth-child(3) a:hover {
    color: #DE134B;
  }
}
@media print {
  .con_gnav #box_sns li:nth-child(3) a:hover {
    color: #DE134B;
  }
}
.ie8 .con_gnav #box_sns li:nth-child(3) a:hover {
  color: #DE134B;
}

@media only screen and (min-width: 1025px) {
  html.lower #header .logo {
    width: 15%;
    z-index: 1;
  }
}
@media print {
  html.lower #header .logo {
    width: 15%;
    z-index: 1;
  }
}
.ie8 html.lower #header .logo {
  width: 15%;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html.lower #header .logo {
    width: 20%;
    z-index: 1;
  }
}
html.lower .con_gnav {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  html.lower .con_gnav #gnav {
    width: 80%;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media print {
  html.lower .con_gnav #gnav {
    width: 80%;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.ie8 html.lower .con_gnav #gnav {
  width: 80%;
  -webkit-justify-content: center;
  justify-content: center;
}
html.lower .con_gnav #gnav li {
  width: 16.66667%;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  html.lower .con_gnav #gnav li {
    width: 33.33333%;
  }
}
html.lower .con_gnav #gnav li.gnav_wor {
  margin-right: 3%;
}
@media only screen and (max-width: 767px) {
  html.lower .con_gnav #gnav li.gnav_wor {
    margin-left: 0;
  }
}
html.lower .con_gnav #gnav li.gnav_con {
  margin-left: 30%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html.lower .con_gnav #gnav li.gnav_con {
    margin-left: 25%;
  }
}
@media only screen and (max-width: 767px) {
  html.lower .con_gnav #gnav li.gnav_con {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  html.lower .con_gnav #box_sns {
    width: 10%;
  }
}
@media print {
  html.lower .con_gnav #box_sns {
    width: 10%;
  }
}
.ie8 html.lower .con_gnav #box_sns {
  width: 10%;
}
html.lower .con_pgtitle {
  margin-bottom: 50px;
  background-image: url(../images/common/imgmain_bg.jpg);
  background-position: 0 0;
  background-size: 3489px;
  -moz-animation: scrollBad 100s linear infinite;
  -webkit-animation: scrollBad 100s linear infinite;
  animation: scrollBad 100s linear infinite;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html.lower .con_pgtitle {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  html.lower .con_pgtitle {
    margin-bottom: 30px;
  }
}
@-moz-keyframes scrollBad {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1920px 0;
  }
}
@-webkit-keyframes scrollBad {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1920px 0;
  }
}
@keyframes scrollBad {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1920px 0;
  }
}
html.lower .con_pgtitle:after {
  content: "";
  background: #fff;
  width: 100%;
  height: 65px;
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  html.lower .con_pgtitle:after {
    height: 50px;
  }
}
html.lower .con_pgtitle h1 {
  margin-top: 166px;
  font-weight: normal;
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html.lower .con_pgtitle h1 {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  html.lower .con_pgtitle h1 {
    margin-top: 50px;
  }
}
html.lower .con_pgtitle h1 .en {
  font-family: "Crimson Text", serif;
  font-size: 563%;
  line-height: 1.1;
  margin-top: -30px;
}
@media only screen and (max-width: 1279px) {
  html.lower .con_pgtitle h1 .en {
    font-size: 532%;
  }
}
@media print {
  html.lower .con_pgtitle h1 .en {
    font-size: 532%;
  }
}
.ie8 html.lower .con_pgtitle h1 .en {
  font-size: 532%;
}
@media only screen and (max-width: 767px) {
  html.lower .con_pgtitle h1 .en {
    font-size: 375%;
  }
}
html.lower .con_pgtitle h1 .en em {
  letter-spacing: -.1em;
}
html.lower .con_pgtitle h1 .jp {
  font-size: 113%;
  display: block;
}

/* -----------------------------------------------------------
	#contents
----------------------------------------------------------- */
/* -----------------------------------------------------------
	#footer
----------------------------------------------------------- */
#footer {
  border-top: 1px solid #333333;
}
#footer ul {
  text-align: center;
  padding: 1em 0;
}
@media only screen and (max-width: 767px) {
  #footer ul {
    padding: 0.5em 0;
  }
}
#footer ul li {
  margin: 0 15px;
  display: inline-block;
}
#footer ul li a {
  font-size: 150%;
}
@media only screen and (min-width: 1025px) {
  #footer ul li a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #footer ul li a:hover {
    color: #82D6FF;
  }
}
@media print {
  #footer ul li a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #footer ul li a:hover {
    color: #82D6FF;
  }
}
.ie8 #footer ul li a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ie8 #footer ul li a:hover {
  color: #82D6FF;
}
@media only screen and (min-width: 1025px) {
  #footer ul li:first-child a:hover {
    color: #3B5998;
  }
}
@media print {
  #footer ul li:first-child a:hover {
    color: #3B5998;
  }
}
.ie8 #footer ul li:first-child a:hover {
  color: #3B5998;
}
@media only screen and (min-width: 1025px) {
  #footer ul li:nth-child(3) a:hover {
    color: #DE134B;
  }
}
@media print {
  #footer ul li:nth-child(3) a:hover {
    color: #DE134B;
  }
}
.ie8 #footer ul li:nth-child(3) a:hover {
  color: #DE134B;
}
#footer #copyright {
  text-align: center;
}

/* -----------------------------------------------------------
	共通スタイル
----------------------------------------------------------- */
.btn a,
.btn > span {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #333333;
  padding: 1em;
  position: relative;
  display: block;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .btn a:hover,
  .btn > span:hover {
    color: #fff;
  }
  .btn a:hover:before,
  .btn > span:hover:before {
    background: #333333;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@media print {
  .btn a:hover,
  .btn > span:hover {
    color: #fff;
  }
  .btn a:hover:before,
  .btn > span:hover:before {
    background: #333333;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.ie8 .btn a:hover, .ie8
.btn > span:hover {
  color: #fff;
}
.ie8 .btn a:hover:before, .ie8
.btn > span:hover:before {
  background: #333333;
  -webkit-transform: scale(1);
  transform: scale(1);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .btn a,
  .btn > span {
    padding: 1em .2em;
  }
}
@media only screen and (max-width: 767px) {
  .btn a,
  .btn > span {
    padding: .5em;
  }
}
.btn a:after,
.btn > span:after {
  content: "→";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .btn a:after,
  .btn > span:after {
    right: 0;
  }
}
.btn a:before,
.btn > span:before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  z-index: 0;
  display: block;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
.btn a > span,
.btn > span > span {
  position: relative;
  z-index: 1;
}
.btn.blue a {
  border: 1px solid #4a81d0;
  color: #fff;
  background: #4a81d0;
}
@media only screen and (min-width: 1025px) {
  .btn.blue a:hover {
    color: #4a81d0;
    background: none;
  }
  .btn.blue a:hover:before {
    background: #fff;
  }
  .btn.blue a:hover:after {
    color: #4a81d0;
  }
}
@media print {
  .btn.blue a:hover {
    color: #4a81d0;
    background: none;
  }
  .btn.blue a:hover:before {
    background: #fff;
  }
  .btn.blue a:hover:after {
    color: #4a81d0;
  }
}
.ie8 .btn.blue a:hover {
  color: #4a81d0;
  background: none;
}
.ie8 .btn.blue a:hover:before {
  background: #fff;
}
.ie8 .btn.blue a:hover:after {
  color: #4a81d0;
}
@media only screen and (max-width: 767px) {
  .btn.blue a {
    padding: 1em .2em;
  }
}
.btn.blue a:after {
  color: #fff;
}
.btn.yellow a {
  border: 1px solid #d4840c;
  color: #fff;
  background: #d4840c;
}
@media only screen and (min-width: 1025px) {
  .btn.yellow a:hover {
    color: #d4840c;
    background: none;
  }
  .btn.yellow a:hover:before {
    background: #fff;
  }
  .btn.yellow a:hover:after {
    color: #d4840c;
  }
}
@media print {
  .btn.yellow a:hover {
    color: #d4840c;
    background: none;
  }
  .btn.yellow a:hover:before {
    background: #fff;
  }
  .btn.yellow a:hover:after {
    color: #d4840c;
  }
}
.ie8 .btn.yellow a:hover {
  color: #d4840c;
  background: none;
}
.ie8 .btn.yellow a:hover:before {
  background: #fff;
}
.ie8 .btn.yellow a:hover:after {
  color: #d4840c;
}
@media only screen and (max-width: 767px) {
  .btn.yellow a {
    padding: 1em .2em;
  }
}
.btn.yellow a:after {
  color: #fff;
}
.btn.red a {
  border: 1px solid #e3352a;
  color: #fff;
  background: #e3352a;
}
@media only screen and (min-width: 1025px) {
  .btn.red a:hover {
    color: #e3352a;
    background: none;
  }
  .btn.red a:hover:before {
    background: #fff;
  }
  .btn.red a:hover:after {
    color: #e3352a;
  }
}
@media print {
  .btn.red a:hover {
    color: #e3352a;
    background: none;
  }
  .btn.red a:hover:before {
    background: #fff;
  }
  .btn.red a:hover:after {
    color: #e3352a;
  }
}
.ie8 .btn.red a:hover {
  color: #e3352a;
  background: none;
}
.ie8 .btn.red a:hover:before {
  background: #fff;
}
.ie8 .btn.red a:hover:after {
  color: #e3352a;
}
@media only screen and (max-width: 767px) {
  .btn.red a {
    padding: 1em .2em;
  }
}
.btn.red a:after {
  color: #fff;
}
.btn.skyblue a {
  border: 1px solid #1db2bf;
  color: #fff;
  background: #1db2bf;
}
@media only screen and (min-width: 1025px) {
  .btn.skyblue a:hover {
    color: #1db2bf;
    background: none;
  }
  .btn.skyblue a:hover:before {
    background: #fff;
  }
  .btn.skyblue a:hover:after {
    color: #1db2bf;
  }
}
@media print {
  .btn.skyblue a:hover {
    color: #1db2bf;
    background: none;
  }
  .btn.skyblue a:hover:before {
    background: #fff;
  }
  .btn.skyblue a:hover:after {
    color: #1db2bf;
  }
}
.ie8 .btn.skyblue a:hover {
  color: #1db2bf;
  background: none;
}
.ie8 .btn.skyblue a:hover:before {
  background: #fff;
}
.ie8 .btn.skyblue a:hover:after {
  color: #1db2bf;
}
@media only screen and (max-width: 767px) {
  .btn.skyblue a {
    padding: 1em .2em;
  }
}
.btn.skyblue a:after {
  color: #fff;
}

.st_basic {
  position: relative;
  padding-top: 150px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .st_basic {
    padding-top: 100px;
  }
}
.st_basic:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 70%;
  background: #000;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.st_basic h2,
.st_basic h3 {
  font-weight: normal;
  font-size: 250%;
}
@media only screen and (max-width: 1279px) {
  .st_basic h2,
  .st_basic h3 {
    font-size: 225%;
  }
}
@media print {
  .st_basic h2,
  .st_basic h3 {
    font-size: 225%;
  }
}
.ie8 .st_basic h2, .ie8
.st_basic h3 {
  font-size: 225%;
}
@media only screen and (max-width: 767px) {
  .st_basic h2,
  .st_basic h3 {
    font-size: 188%;
  }
}
.st_basic h2:before,
.st_basic h3:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 40%;
  background: #000;
  top: 20%;
  left: 49.5%;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .st_basic h2:before,
  .st_basic h3:before {
    left: 48%;
  }
}
.st_basic h2:after,
.st_basic h3:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 40%;
  background: #000;
  top: 25%;
  right: 49.5%;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .st_basic h2:after,
  .st_basic h3:after {
    right: 48%;
  }
}

/* -----------------------------------------------------------
	.con_works
----------------------------------------------------------- */
.con_works {
  margin-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_works {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .con_works {
    margin-bottom: 50px;
  }
}
.con_works h2 {
  text-align: center;
  font-size: 563%;
  font-weight: normal;
  position: relative;
}
@media only screen and (max-width: 1279px) {
  .con_works h2 {
    font-size: 438%;
  }
}
@media print {
  .con_works h2 {
    font-size: 438%;
  }
}
.ie8 .con_works h2 {
  font-size: 438%;
}
@media only screen and (max-width: 767px) {
  .con_works h2 {
    font-size: 313%;
  }
}
html.lower .con_works h2.eng {
  display: none;
}
html.lower .con_works h2.jp {
  font-size: 188%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1279px) {
  html.lower .con_works h2.jp {
    font-size: 163%;
  }
}
@media print {
  html.lower .con_works h2.jp {
    font-size: 163%;
  }
}
.ie8 html.lower .con_works h2.jp {
  font-size: 163%;
}
@media only screen and (max-width: 767px) {
  html.lower .con_works h2.jp {
    font-size: 125%;
  }
}
@media only screen and (max-width: 767px) {
  html.lower .con_works h2.jp {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .con_works .box_worklist {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
}
@media print {
  .con_works .box_worklist {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
}
.ie8 .con_works .box_worklist {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.con_works .box_worklist .box {
  width: 23%;
  margin: 0 1% 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_works .box_worklist .box {
    width: 23%;
  }
}
@media only screen and (max-width: 767px) {
  .con_works .box_worklist .box {
    width: 100%;
    margin: 0 auto 20px;
  }
}
.con_works .box_worklist .box a {
  display: block;
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .con_works .box_worklist .box a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .con_works .box_worklist .box a:hover {
    -moz-box-shadow: 1px 2px 18px rgba(9, 2, 4, 0.35);
    -webkit-box-shadow: 1px 2px 18px rgba(9, 2, 4, 0.35);
    box-shadow: 1px 2px 18px rgba(9, 2, 4, 0.35);
  }
  .con_works .box_worklist .box a:hover .btn > span {
    color: #fff;
  }
  .con_works .box_worklist .box a:hover .btn > span:before {
    background: #333333;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@media print {
  .con_works .box_worklist .box a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .con_works .box_worklist .box a:hover {
    -moz-box-shadow: 1px 2px 18px rgba(9, 2, 4, 0.35);
    -webkit-box-shadow: 1px 2px 18px rgba(9, 2, 4, 0.35);
    box-shadow: 1px 2px 18px rgba(9, 2, 4, 0.35);
  }
  .con_works .box_worklist .box a:hover .btn > span {
    color: #fff;
  }
  .con_works .box_worklist .box a:hover .btn > span:before {
    background: #333333;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.ie8 .con_works .box_worklist .box a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ie8 .con_works .box_worklist .box a:hover {
  -moz-box-shadow: 1px 2px 18px rgba(9, 2, 4, 0.35);
  -webkit-box-shadow: 1px 2px 18px rgba(9, 2, 4, 0.35);
  box-shadow: 1px 2px 18px rgba(9, 2, 4, 0.35);
}
.ie8 .con_works .box_worklist .box a:hover .btn > span {
  color: #fff;
}
.ie8 .con_works .box_worklist .box a:hover .btn > span:before {
  background: #333333;
  -webkit-transform: scale(1);
  transform: scale(1);
}
@media only screen and (max-width: 767px) {
  .con_works .box_worklist .box a {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
}
.con_works .box_worklist .box a .img {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_works .box_worklist .box a .img {
    width: 37%;
  }
}
.con_works .box_worklist .box a .img img {
  width: 100%;
}
.con_works .box_worklist .box a .img span {
  display: inline-block;
  background: #4a81d0;
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  padding: .2em 1em;
  top: 0;
  left: 0;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .con_works .box_worklist .box a .img span {
    padding: .1em;
    width: 100%;
  }
}
.con_works .box_worklist .box a .nophoto {
  display: none;
}
.con_works .box_worklist .box a .box_txt {
  padding: 1.5em 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_works .box_worklist .box a .box_txt {
    padding: 1em 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_works .box_worklist .box a .box_txt {
    width: 60%;
    padding: 0;
  }
}
.con_works .box_worklist .box a .box_txt .type {
  font-size: 88%;
}
.con_works .box_worklist .box a .box_txt h3 {
  font-weight: normal;
  font-size: 125%;
  color: #000;
}
@media only screen and (max-width: 1279px) {
  .con_works .box_worklist .box a .box_txt h3 {
    font-size: 119%;
  }
}
@media print {
  .con_works .box_worklist .box a .box_txt h3 {
    font-size: 119%;
  }
}
.ie8 .con_works .box_worklist .box a .box_txt h3 {
  font-size: 119%;
}
@media only screen and (max-width: 767px) {
  .con_works .box_worklist .box a .box_txt h3 {
    font-size: 113%;
  }
}
.con_works .box_worklist .box a .box_txt .publisher {
  font-size: 88%;
  letter-spacing: .05em;
}
@media only screen and (max-width: 1024px) {
  .con_works .box_worklist .box a .box_txt .publisher {
    margin-bottom: 10px;
  }
}
.con_works .box_worklist .box a .box_txt .btn {
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .con_works .box_worklist .box a .box_txt .btn {
    display: none;
  }
}
@media print {
  .con_works .box_worklist .box a .box_txt .btn {
    display: none;
  }
}
.ie8 .con_works .box_worklist .box a .box_txt .btn {
  display: none;
}
.con_works .box_worklist .box a .ic_new {
  position: absolute;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  top: 5px;
  left: 5px;
  text-align: center;
  width: 80px;
  background: #333333;
}
@media only screen and (max-width: 767px) {
  .con_works .box_worklist .box a .ic_new {
    width: 40px;
  }
}
.con_works .box_worklist .box a .ic_new .en {
  font-family: "Crimson Text", serif;
  color: #faaa9f;
  font-size: 150%;
  line-height: 80px;
}
@media only screen and (max-width: 1279px) {
  .con_works .box_worklist .box a .ic_new .en {
    font-size: 113%;
  }
}
@media print {
  .con_works .box_worklist .box a .ic_new .en {
    font-size: 113%;
  }
}
.ie8 .con_works .box_worklist .box a .ic_new .en {
  font-size: 113%;
}
@media only screen and (max-width: 767px) {
  .con_works .box_worklist .box a .ic_new .en {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_works .box_worklist .box a .ic_new .en {
    line-height: 40px;
  }
}
.con_works .box_worklist .box.active a {
  pointer-events: none;
  background: #f0f0f0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
@media only screen and (min-width: 768px) {
  .con_works .box_magazinlist {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
}
@media print {
  .con_works .box_magazinlist {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
}
.ie8 .con_works .box_magazinlist {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_works .box_magazinlist {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_works .box_magazinlist {
    margin-bottom: 15px;
  }
}
.con_works .box_magazinlist .box {
  width: 30.33333%;
  margin: 0 1.5% 1%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_works .box_magazinlist .box {
    width: 47%;
  }
}
@media only screen and (max-width: 767px) {
  .con_works .box_magazinlist .box {
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid #ccc;
  }
}
.con_works .box_magazinlist .box a {
  display: block;
  position: relative;
  padding: 1em .5em;
}
@media only screen and (max-width: 767px) {
  .con_works .box_magazinlist .box a {
    padding: .5em 1em .5em .5em;
  }
}
.con_works .box_magazinlist .box a:after {
  content: "→";
  position: absolute;
  right: 5px;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .con_works .box_magazinlist .box a:after {
    bottom: auto;
  }
}
@media only screen and (min-width: 1025px) {
  .con_works .box_magazinlist .box a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .con_works .box_magazinlist .box a:hover {
    -moz-box-shadow: 1px 2px 18px rgba(9, 2, 4, 0.35);
    -webkit-box-shadow: 1px 2px 18px rgba(9, 2, 4, 0.35);
    box-shadow: 1px 2px 18px rgba(9, 2, 4, 0.35);
  }
  .con_works .box_magazinlist .box a:hover .btn > span {
    color: #fff;
  }
  .con_works .box_magazinlist .box a:hover .btn > span:before {
    background: #333333;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@media print {
  .con_works .box_magazinlist .box a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .con_works .box_magazinlist .box a:hover {
    -moz-box-shadow: 1px 2px 18px rgba(9, 2, 4, 0.35);
    -webkit-box-shadow: 1px 2px 18px rgba(9, 2, 4, 0.35);
    box-shadow: 1px 2px 18px rgba(9, 2, 4, 0.35);
  }
  .con_works .box_magazinlist .box a:hover .btn > span {
    color: #fff;
  }
  .con_works .box_magazinlist .box a:hover .btn > span:before {
    background: #333333;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.ie8 .con_works .box_magazinlist .box a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ie8 .con_works .box_magazinlist .box a:hover {
  -moz-box-shadow: 1px 2px 18px rgba(9, 2, 4, 0.35);
  -webkit-box-shadow: 1px 2px 18px rgba(9, 2, 4, 0.35);
  box-shadow: 1px 2px 18px rgba(9, 2, 4, 0.35);
}
.ie8 .con_works .box_magazinlist .box a:hover .btn > span {
  color: #fff;
}
.ie8 .con_works .box_magazinlist .box a:hover .btn > span:before {
  background: #333333;
  -webkit-transform: scale(1);
  transform: scale(1);
}
@media only screen and (max-width: 767px) {
  .con_works .box_magazinlist .box a {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
}
.con_works .box_magazinlist .box a .nophoto {
  display: none;
}
.con_works .box_magazinlist .box a .box_txt .type {
  font-size: 88%;
}
.con_works .box_magazinlist .box a .box_txt h3 {
  font-weight: normal;
  font-size: 107%;
  color: #000;
}
@media only screen and (max-width: 1279px) {
  .con_works .box_magazinlist .box a .box_txt h3 {
    font-size: 113%;
  }
}
@media print {
  .con_works .box_magazinlist .box a .box_txt h3 {
    font-size: 113%;
  }
}
.ie8 .con_works .box_magazinlist .box a .box_txt h3 {
  font-size: 113%;
}
@media only screen and (max-width: 767px) {
  .con_works .box_magazinlist .box a .box_txt h3 {
    font-size: 100%;
  }
}
.con_works .box_magazinlist .box a .box_txt .publisher {
  font-size: 88%;
  letter-spacing: .05em;
}
@media only screen and (max-width: 767px) {
  .con_works .box_magazinlist .box a .box_txt .publisher {
    display: none;
  }
}
.con_works .box_magazinlist .box.active a {
  pointer-events: none;
  background: #f0f0f0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.con_works .box_magazinlist .box.active a:after {
  display: none;
}

/* -----------------------------------------------------------
	.remodal モーダル設定
----------------------------------------------------------- */
@media only screen and (min-width: 1025px) {
  .remodal {
    max-width: 1000px !important;
    padding: 3em !important;
  }
}
@media print {
  .remodal {
    max-width: 1000px !important;
    padding: 3em !important;
  }
}
.ie8 .remodal {
  max-width: 1000px !important;
  padding: 3em !important;
}
@media only screen and (max-width: 767px) {
  .remodal {
    padding: 35px 25px !important;
  }
}
.remodal .remodal-close {
  left: auto;
  right: 0;
}
.remodal .box_textarea {
  margin-bottom: 50px;
}
.remodal .box_textarea h3 {
  font-weight: normal;
  font-size: 125%;
  text-align: left;
  margin-bottom: 40px;
  color: #000;
}
@media only screen and (max-width: 1279px) {
  .remodal .box_textarea h3 {
    font-size: 113%;
  }
}
@media print {
  .remodal .box_textarea h3 {
    font-size: 113%;
  }
}
.ie8 .remodal .box_textarea h3 {
  font-size: 113%;
}
@media only screen and (max-width: 767px) {
  .remodal .box_textarea h3 {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .remodal .box_textarea h3 {
    margin-bottom: 30px;
  }
}
.remodal .box_textarea h4 {
  text-align: left;
  padding: .5em;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 125%;
  border-bottom: 1px solid #000;
}
@media only screen and (max-width: 1279px) {
  .remodal .box_textarea h4 {
    font-size: 113%;
  }
}
@media print {
  .remodal .box_textarea h4 {
    font-size: 113%;
  }
}
.ie8 .remodal .box_textarea h4 {
  font-size: 113%;
}
@media only screen and (max-width: 767px) {
  .remodal .box_textarea h4 {
    font-size: 94%;
  }
}
.remodal .box_textarea .tbl_basic th, .remodal .box_textarea .tbl_basic td {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.remodal .box_textarea .tbl_basic th {
  width: 20%;
}
@media only screen and (max-width: 767px) {
  .remodal .box_textarea .tbl_basic th {
    width: 30%;
  }
}
.remodal .box_textarea .tbl_basic .isbn {
  font-size: 119%;
  letter-spacing: .05em;
}
.remodal .remodal-cancel {
  background: #333333;
}

.tbl_basic {
  width: 100%;
}
.tbl_basic tr th, .tbl_basic tr td {
  padding: 1em;
  border-bottom: 1px solid #ccc;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .tbl_basic tr th, .tbl_basic tr td {
    padding: 1em .5em;
  }
}
