@charset "UTF-8";
/* ##########################################################################
Base
########################################################################## */
a, a:active, a:visited, a:focus, a:hover {
  -webkit-tap-highlight-color: transparent;
}

a {
  /*color: #999;*/
	color: #0000ff;
  text-decoration: none;
}
a:visited {
  color: #000080;
}


a:hover {
  text-decoration: none;
}

input, textarea {
  outline: none;
}

textarea {
  resize: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.ie8 img {
  width: auto;
}

/* For modern browsers */
.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
  zoom: 1;
}

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

html {
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: transparent;
}

body {
  /* font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; */
  /* font-family: 'メイリオ', 'Meiryo','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro',  'ＭＳ Ｐゴシック','MS P Gothic', sans-serif; */
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
  width: 100%;
  color: #000;
  background: #fff;
}

/* ##########################################################################
Module
########################################################################## */
.line_break {
  display: inline-block;
}

.break_word {
  word-wrap: break-word;
  white-space: normal;
}

.no_break {
  white-space: nowrap;
  word-wrap: normal;
}

span.bold {
  font-weight: 700;
}

span.uppercase {
  text-transform: uppercase;
}

.tel-link > a {
  color: #000;
}

/* ##########################################################################
Layout
########################################################################## */
.header {
  position: relative;
}

.spnav-wrap {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .spnav-wrap {
    display: block;
  }
}

.spnav-button {
  background-color: #9b9b9b;
  cursor: pointer;
}

.spnav-button:hover, .spnav-button.active {
  background-color: #00519d;
}

.spnav {
  position: absolute;
  top: 43px;
  right: 0;
  z-index: 20;
  display: none;
}
.spnav li a {
  font-size: 12px;
  width: 100%;
  display: inline-block;
  padding: 12px 60px 12px 24px;
  background-color: #00519d;
  white-space: nowrap;
  word-wrap: normal;
  border-top: 1px solid #006699;
  color: #fff;
  background-image: url(../images/spnav-bullet.png);
  background-repeat: no-repeat;
  background-position: 12px center;
  background-size: 6px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .spnav li a {
    background-image: url(../images/spnav-bullet@2x.png);
  }
}

.logo {
  text-align: center;
  padding-top: 24px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .logo {
    text-align: left;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.logo img {
  width: 480px;
}
@media only screen and (max-width: 767px) {
  .logo img {
    width: 240px;
  }
}

.gnav {
  margin-bottom: 32px;
}
@media only screen and (max-width: 767px) {
  .gnav {
    display: none;
  }
}

.gnav > ul {
  text-align: center;
}

.gnav > ul > li {
  font-size: 15px;
  line-height: 1.0;
  display: inline-block;
  padding-left: 32px;
  padding-right: 32px;
  border-right: 1px solid #676767;
}
.gnav > ul > li a {
  color: #000;
}

.gnav > ul > li:last-child {
  border-right: 0px solid #676767;
}

.gnav-hasChild {
  position: relative;
}

.gnav-child {
  display: none;
  padding-top: 24px;
  position: absolute;
  top: 10px;
  left: 50%;
  z-index: 100;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.gnav-child > ul {
  position: relative;
}

.gnav-child > ul:before {
  position: absolute;
  left: 50%;
  top: -24px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-bottom: 12px solid #3b3b3b;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.gnav-child > ul > li {
  background-color: #3b3b3b;
}

.gnav-child > ul > li > a {
  display: block;
  font-size: 14px;
  color: #fff;
  text-align: center;
  padding: 8px 28px;
  border-bottom: 1px solid #fff;
  white-space: nowrap;
  word-wrap: normal;
}

.gnav-child > ul > li:last-child a {
  border-bottom: 0px solid #fff;
}

.home-footer-top {
  background: #f2f2f2;
  padding-top: 48px;
  padding-bottom: 48px;
}
@media only screen and (max-width: 767px) {
  .home-footer-top {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.home-footer-nav {
  float: left;
  text-align: left;
  letter-spacing: -0.5em;
}
@media only screen and (max-width: 767px) {
  .home-footer-nav {
    float: none;
    text-align: center;
    margin-left: -2px;
    margin-right: -1px;
    margin-bottom: 28px;
  }
}
.home-footer-nav li {
  display: inline-block;
  letter-spacing: normal;
  margin-right: 36px;
}
@media only screen and (max-width: 767px) {
  .home-footer-nav li {
    width: 33.3%;
    margin-right: 0;
    padding-left: 2px;
    padding-right: 1px;
    text-align: center;
  }
}
.home-footer-nav li img {
  width: 140px;
}

.home-footer-link {
  float: right;
}
@media only screen and (max-width: 767px) {
  .home-footer-link {
    float: none;
  }
}

.home-footer-link-blog {
  float: left;
  margin-right: 24px;
  max-width: 356px;
}
@media only screen and (max-width: 767px) {
  .home-footer-link-blog {
    float: none;
    max-width: 192px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
  }
}
.home-footer-link-blog img {
  width: 356px;
}

.home-footer-social {
  float: right;
  font-size: 0;
  text-align: right;
  margin-top: 32px;
  margin-right: 60px;
}
@media only screen and (max-width: 767px) {
  .home-footer-social {
    float: none;
    text-align: center;
    margin-top: 0;
    margin-left: 14px;
    margin-right: 14px;
  }
}
.home-footer-social li {
  display: inline-block;
  font-size: 14px;
  margin-left: 16px;
  max-width: 48px;
}
@media only screen and (max-width: 767px) {
  .home-footer-social li {
    text-align: center;
    max-width: 36px;
  }
}

.home-footer-btm {
  background: #00519d;
}

.footer-top {
  background: #f2f2f2;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .footer-top {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.footer-nav {
  float: left;
  text-align: left;
  margin-top: 22px;
}
@media only screen and (max-width: 767px) {
  .footer-nav {
    float: none;
    margin-top: 0;
    margin-bottom: 12px;
    text-align: center;
  }
}
.footer-nav li {
  float: left;
  margin-right: 36px;
}
@media only screen and (max-width: 767px) {
  .footer-nav li {
    float: none;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 12px;
  }
}

.footer-link {
  float: right;
}
@media only screen and (max-width: 767px) {
  .footer-link {
    float: none;
  }
}

.footer-link-blog {
  float: left;
  margin-right: 24px;
  max-width: 255px;
}
@media only screen and (max-width: 767px) {
  .footer-link-blog {
    float: none;
    max-width: 192px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
  }
}
.footer-link-blog a:hover {
  opacity: 0.8;
}

.footer-link-social {
  float: right;
  font-size: 0;
  text-align: right;
  margin-top: 16px;
  margin-right: 60px;
}
@media only screen and (max-width: 767px) {
  .footer-link-social {
    float: none;
    text-align: center;
    margin-top: 0;
    margin-left: 14px;
    margin-right: 14px;
  }
}
.footer-link-social li {
  display: inline-block;
  font-size: 14px;
  margin-left: 16px;
  max-width: 40px;
}
@media only screen and (max-width: 767px) {
  .footer-link-social li {
    text-align: center;
    max-width: 36px;
  }
}
.footer-link-social li a:hover {
  opacity: 0.8;
}

.footer-btm {
  background: #00519d;
}

.copyright {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  text-align: center;
  color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  .copyright {
    font-size: 11px;
  }
}

.contentsBody {
  margin-bottom: 52px;
}
@media only screen and (max-width: 767px) {
  .contentsBody {
    margin-bottom: 28px;
  }
}

.contentsBody-single {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 767px) {
  .contentsBody-single {
    padding-left: 0;
    padding-right: 0;
  }
}

.contentsBody-l {
  float: left;
  width: 180px;
  margin-right: 32px;
}
@media only screen and (max-width: 767px) {
  .contentsBody-l {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}

.contentsBody-r {
  float: left;
  width: 1050px;
}
@media only screen and (max-width: 767px) {
  .contentsBody-r {
    float: none;
    width: 100%;
  }
}

.sideLink li a {
  background-color: #f2f2f2;
  display: block;
  color: #000;
  font-size: 14px;
  border-bottom: 3px solid #fff;
  padding: 6px 20px;
}

.inner-frame {
  width: 1262px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .inner-frame {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* ##########################################################################
Theme
########################################################################## */
.homecontents-top {
  border-bottom: 1px solid #b2b2b2;
  margin-bottom: 52px;
}
@media only screen and (max-width: 767px) {
  .homecontents-top {
    margin-bottom: 26px;
  }
}

.homecontents-btm {
  margin-top: 52px;
  margin-bottom: 52px;
}
@media only screen and (max-width: 767px) {
  .homecontents-btm {
    margin-bottom: 28px;
  }
}

.homeslide {
  margin-bottom: 28px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .homeslide {
    width: 100%;
    margin-bottom: 12px;
    overflow: hidden;
  }
}
.homeslide .ham {
  position: absolute;
  top: -52px;
  right: 16px;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .homeslide .ham {
    display: none;
  }
}

.flexslider {
  margin: 0;
  background: #ffffff;
  border: 0px solid #ffffff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: "" 0 0px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: "" 0 0px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 0px 0px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 0px 0px rgba(0, 0, 0, 0.2);
}

.homeslide-textframe {
  display: none;
  position: absolute;
  /*bottom: 28%;*/ /*2026年*/
	bottom: 3%;
  left: 0;
  z-index: 10;
  font-size: 30px;
  line-height: 1.4;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  padding: 24px 28px;
}
@media only screen and (max-width: 767px) {
  .homeslide-textframe {
    /*font-size: 16px;*/ /*2026年*/
	  font-size: 12px;
    padding: 16px 20px;
  }
}
.homeslide-textframe .block {
  display: block;
}

.homeslide-banners {
/*  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 10;
  letter-spacing: -0.5em;*/
	
    position: static;
    padding-top: 8px;
}
@media only screen and (max-width: 767px) {
  .homeslide-banners {
    text-align: center;
    position: static;
    padding-top: 8px;
    margin-left: -4px;
    margin-right: -4px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.homeslide-banner {
  display: inline-block;
  letter-spacing: normal;
  margin-left: 7px;
}
@media only screen and (max-width: 767px) {
  .homeslide-banner {
    width: 30%;
    margin-top: 8px;
    margin-left: 0;
    padding-left: 4px;
    padding-right: 4px;
  }
}
.homeslide-banner img {
  width: 100%;
}

.aniv100 {
  margin-top: 20px;
  margin-bottom: 28px;
  width: 640px;
  margin-left: auto;
  margin-right: auto;
  display: table;
}
@media only screen and (max-width: 767px) {
  .aniv100 {
  margin-top: 10px;
    margin-bottom: 20px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }
}

.aniv100-img {
  display: table-cell;
  vertical-align: middle;
  width: 144px;
  padding-right: 40px;
}
@media only screen and (max-width: 767px) {
  .aniv100-img {
    display: block;
    width: 100%;
    margin-bottom: 8px;
    padding-right: 0;
    text-align: center;
  }
}
.aniv100-img img {
  width: 104px;
}
.aniv100-txt {
  display: table-cell;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .aniv100-txt {
    display: block;
    width: 100%;
  }
}
.aniv100-txt p {
  font-size: 16px;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .aniv100-txt p {
    font-size: 14px;
  }
}


.aniv110 {
  margin-top: 20px;
  margin-bottom: 28px;
  width: 640px;
  margin-left: auto;
  margin-right: auto;
  display: table;
}
@media only screen and (max-width: 767px) {
  .aniv110 {
  margin-top: 10px;
    margin-bottom: 20px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }
}
.aniv110-img {
  display: table-cell;
  vertical-align: middle;
  width: 144px;
  padding-right: 40px;
}
@media only screen and (max-width: 767px) {
  .aniv110-img {
    display: block;
    width: 100%;
    margin-bottom: 8px;
    padding-right: 0;
    text-align: center;
  }
}
.aniv110-img img {
  width: 104px;
}
@media only screen and (max-width: 767px) {
  .aniv110-img img {
	  margin-top: 50px;
  width: 80px;
  }
}

.aniv110-txt {
  display: table-cell;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .aniv110-txt {
    display: block;
    width: 100%;
  }
}
.aniv110-txt p {
  font-size: 16px;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .aniv110-txt p {
    font-size: 14px;
  }
}



.top-news {
	background-color:#CFFFF6;
  width: 740px;
	margin-top: 10px;
  margin-bottom: 28px;
  margin-left: auto;
  margin-right: auto;
	padding: 20px;
	border-radius: 20px;
  display: table;
}
@media only screen and (max-width: 767px) {
  .top-news {
    margin-top: 20px;
    margin-bottom: 10px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }
}

.top-news-txt {
  display: table-cell;
  vertical-align: top;
  text-align:center;
}
@media only screen and (max-width: 767px) {
  .top-news-txt {
    display: block;
    width: 100%;
  text-align:left;
  }
}
.top-news-txt p {
  font-size: 16px;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .top-news-txt p {
    font-size: 14px;
  }
}


.home-links-heading {
  margin-bottom: 12px;
}
@media only screen and (max-width: 767px) {
  .home-links-heading {
    margin-bottom: 20px;
  }
}
.home-links-heading .jp {
  font-size: 22px;
}
@media only screen and (max-width: 767px) {
  .home-links-heading .jp {
    font-size: 16px;
  }
}
.home-links-heading .en {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #999;
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .home-links-heading .en {
    font-size: 13px;
    margin-left: 12px;
  }
}

.home-links {
  margin-right: -1px;
}

.home-link {
  float: left;
/*  width: 25%;*/
	  width: 20%;
  padding-right: 1px;
}
@media only screen and (max-width: 767px) {
  .home-link {
    width: 50%;
  }
}
.home-link a {
  display: block;
}
.home-link a:hover {
  opacity: 0.8;
}
.home-link .img img {
  width: 100%;
}
.home-link .ttl {
  display: table;
  width: 100%;
}
.home-link .ttl span {
  display: table-cell;
  vertical-align: middle;
  height: 92px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  padding-left: 94px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 92px;
}
@media only screen and (max-width: 767px) {
  .home-link .ttl span {
    height: 56px;
    font-size: 13px;
    padding-left: 48px;
    background-size: 44px;
  }
}

.home-link-graphic .ttl span {
  background-image: url(../images/bg_graphic.png);
  background-color: #c82222;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .home-link-graphic .ttl span {
    background-image: url(../images/bg_graphic@2x.png);
  }
}

.home-link-education .ttl span {
  background-image: url(../images/bg_education.png);
  background-color: #f37724;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .home-link-education .ttl span {
    background-image: url(../images/bg_education@2x.png);
  }
}

.home-link-illust .ttl span {
  background-image: url(../images/bg_illust.png);
  background-color: #499c1f;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .home-link-illust .ttl span {
    background-image: url(../images/bg_illust@2x.png);
  }
}

.home-link-produce .ttl span {
  background-image: url(../images/bg_produce.png);
  background-color: #499c1f;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .home-link-produce .ttl span {
    background-image: url(../images/bg_produce@2x.png);
  }
}

.home-link-produce .ttl span {
  background-image: url(../images/bg_produce.png);
  background-color: #4169e1;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .home-link-produce .ttl span {
    background-image: url(../images/bg_produce@2x.png);
  }
}

.home-link-software .ttl span {
  background-image: url(../images/bg_software.png);
  background-color: #a739a6;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .home-link-software .ttl span {
    background-image: url(../images/bg_software@2x.png);
  }
}

.page-monotitle-wrap {
  position: relative;
  margin-bottom: 40px;
  background: #f2f2f2;
  padding: 12px 20px;
}
@media only screen and (max-width: 767px) {
  .page-monotitle-wrap {
    margin-bottom: 20px;
  }
}
.page-monotitle-wrap .page-monotitle .jp {
  font-size: 30px;
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .page-monotitle-wrap .page-monotitle .jp {
    font-size: 16px;
    margin-right: 16px;
  }
}
.page-monotitle-wrap .page-monotitle .en {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .page-monotitle-wrap .page-monotitle .en {
    font-size: 13px;
  }
}
.page-monotitle-wrap .ham {
  position: absolute;
  top: -52px;
  right: 16px;
  z-index: 10;
  width: 49px;
}
@media only screen and (max-width: 767px) {
  .page-monotitle-wrap .ham {
    display: none;
  }
}

.page-title-wrap {
  position: relative;
  margin-bottom: 40px;
  height: 240px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .page-title-wrap {
    margin-bottom: 20px;
    padding-bottom: 20%;
    height: auto;
  }
}

.page-title-wrap-access {
  background-image: url(../images/page_access.jpg);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .page-title-wrap-access {
    background-image: url(../images/page_access@2x.jpg);
  }
}
.page-title-wrap-ml {
  background-image: url(../images/page_ml.jpg);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .page-title-wrap-ml {
    background-image: url(../images/page_ml@2x.jpg);
  }
}
.page-title-wrap-company {
  background-image: url(../images/page_company.jpg);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .page-title-wrap-company {
    background-image: url(../images/page_company@2x.jpg);
  }
}

.page-title-wrap-history {
  background-image: url(../images/page_history.jpg);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .page-title-wrap-history {
    background-image: url(../images/page_history@2x.jpg);
  }
}

.page-title-wrap-staff {
  background-image: url(../images/page_staff.jpg);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .page-title-wrap-staff {
    background-image: url(../images/page_staff@2x.jpg);
  }
}

.page-title-wrap-message {
  background-image: url(../images/page_message.jpg);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .page-title-wrap-message {
    background-image: url(../images/page_message@2x.jpg);
  }
}

.page-title-wrap-recruit {
  background-image: url(../images/page_recruit.jpg);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .page-title-wrap-recruit {
    background-image: url(../images/page_recruit@2x.jpg);
  }
}

.page-title-wrap-contact {
  background-image: url(../images/page_contact.jpg);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .page-title-wrap-contact {
    background-image: url(../images/page_contact@2x.jpg);
  }
}

.page-title {
  position: absolute;
  top: 50%;
  left: 28px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .page-title {
    left: 12px;
  }
}
.page-title .jp {
  font-size: 34px;
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .page-title .jp {
    font-size: 16px;
    margin-right: 16px;
  }
}
.page-title .en {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .page-title .en {
    font-size: 13px;
  }
}

.page-title-wh {
  color: #fff;
}

.page-title-blk {
  color: #000;
}

.ham {
  position: absolute;
  top: -52px;
  right: 16px;
  z-index: 10;
  width: 49px;
}
@media only screen and (max-width: 767px) {
  .ham {
    display: none;
  }
}

.page-businesstitle-wrap {
  position: relative;
  margin-bottom: 40px;
  height: 240px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .page-businesstitle-wrap {
    height: auto;
    background-image: none !important;
  }
}

.page-businesstitle-wrap-education {
  background-image: url(../images/works_education.jpg);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .page-businesstitle-wrap-education {
    background-image: url(../images/works_education@2x.jpg);
  }
}

.page-businesstitle-wrap-graphic {
  background-image: url(../images/works_graphic.jpg);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .page-businesstitle-wrap-graphic {
    background-image: url(../images/works_graphic@2x.jpg);
  }
}

.page-businesstitle-wrap-illustration {
  background-image: url(../images/works_illustration.jpg);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .page-businesstitle-wrap-illustration {
    background-image: url(../images/works_illustration@2x.jpg);
  }
}

.page-businesstitle-wrap-produce {
  background-image: url(../images/works_produce.jpg);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .page-businesstitle-wrap-produce {
    background-image: url(../images/works_produce@2x.jpg);
  }
}

.page-businesstitle-wrap-software {
  background-image: url(../images/works_software.jpg);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .page-businesstitle-wrap-software {
    background-image: url(../images/works_software@2x.jpg);
  }
}

.page-businesstitle-img {
  display: none;
}
@media only screen and (max-width: 767px) {
  .page-businesstitle-img {
    display: block;
  }
}

.page-businesstitle {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  padding: 24px 48px 24px 120px;
  background-position: 12px center;
  background-repeat: no-repeat;
  background-size: 92px;
}
@media only screen and (max-width: 767px) {
  .page-businesstitle {
    position: static;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    padding: 20px 20px 20px 72px;
    background-position: 4px center;
    background-size: 64px;
  }
}
.page-businesstitle .jp {
  font-size: 24px;
  line-height: 1.2;
  display: block;
}
@media only screen and (max-width: 767px) {
  .page-businesstitle .jp {
    font-size: 16px;
  }
}
.page-businesstitle .en {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .page-businesstitle .en {
    font-size: 13px;
  }
}

.page-businesstitle-graphic {
  background-image: url(../images/business_icn_graphic.png);
  background-color: #c82222;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .page-businesstitle-graphic {
    background-image: url(../images/business_icn_graphic@2x.png);
  }
}

.page-businesstitle-education {
  background-image: url(../images/business_icn_education.png);
  background-color: #f37724;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .page-businesstitle-education {
    background-image: url(../images/business_icn_education@2x.png);
  }
}

.page-businesstitle-illustration {
  background-image: url(../images/business_icn_illustration.png);
  background-color: #499c1f;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .page-businesstitle-illustration {
    background-image: url(../images/business_icn_illustration@2x.png);
  }
}

.page-businesstitle-software {
  background-image: url(../images/business_icn_software.png);
  background-color: #a739a6;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .page-businesstitle-software {
    background-image: url(../images/business_icn_software@2x.png);
  }
}


.page-businesstitle-produce {
  background-image: url(../images/business_icn_produce.png);
  background-color: #4169e1;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .page-businesstitle-produce {
    background-image: url(../images/business_icn_produce@2x.png);
  }
}

.page-subTitle {
  font-size: 28px;
  margin-bottom: 16px;
  padding-left: 12px;
}
@media only screen and (max-width: 767px) {
  .page-subTitle {
    font-size: 24px;
    padding-left: 0;
  }
}

.pagestage p {
  font-size: 14px;
  margin-bottom: 1.2em;
}

.company-content {
  border-top: 1px solid #ccc;
  padding-top: 8px;
}

.company-info-block {
  border-bottom: 1px solid #ccc;
  margin-bottom: 8px;
  padding-bottom: 8px;
}

.company-info-heading, .company-info-body {
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  .company-info-heading, .company-info-body {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}

.company-info-heading {
  float: left;
  width: 172px;
  padding-left: 12px;
}
@media only screen and (max-width: 767px) {
  .company-info-heading {
    float: none;
    width: 100%;
    padding-left: 0;
    font-weight: bold;
  }
}

.company-info-body {
  border-left: 4px solid #eee;
  overflow: hidden;
  padding-left: 32px;
}
@media only screen and (max-width: 767px) {
  .company-info-body {
    border-left: 0px solid #eee;
    padding-left: 0;
  }
}

.company-subHeading {
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 0;
}

.company-subHeading:first-child {
  margin-top: 0;
}

.company-subHeading-computer {
  color: #a739a6;
}

.company-subHeading-graphic {
  color: #c82222;
}

.company-subHeading-digital {
  color: #f37724;
}

.company-info-body > ul {
  list-style: disc;
  margin-left: 1.4em;
}

.company-info-body > li {
  margin-bottom: 2px;
}

.company-customer-heading {
  background-color: #7f7f7f;
  font-weight: bold;
  padding: 4px 10px;
  color: #fff;
  margin-bottom: 20px;
}

.company-customer-row {
  margin-bottom: 40px;
  margin-left: -12px;
  margin-right: -12px;
}
@media only screen and (max-width: 767px) {
  .company-customer-row {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

.company-customer-col12 {
  width: 100%;
  float: left;
  padding-left: 12px;
  padding-right: 12px;
}
@media only screen and (max-width: 767px) {
  .company-customer-col12 {
    float: none;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }
}

.company-customer-col6 {
  width: 50%;
  float: left;
  padding-left: 12px;
  padding-right: 12px;
}
@media only screen and (max-width: 767px) {
  .company-customer-col6 {
    width: 100%;
    float: none;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }
}

.history-content {
  border-top: 1px solid #ccc;
  padding-top: 20px;
}

.history-info-block {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.history-info-year {
  float: left;
  width: 100px;
  font-size: 15px;
  padding-left: 12px;
}
@media only screen and (max-width: 767px) {
  .history-info-year {
    width: 76px;
    padding-left: 8px;
  }
}

.history-info-body {
  border-left: 4px solid #eee;
  overflow: hidden;
  font-size: 14px;
  padding-left: 20px;
}
.history-info-body a:link {
  color:#0000FF;
	text-decoration:underline;
}

.history-info-body a:visited {
  color:#0000FF;
	text-decoration:underline;
}
@media only screen and (max-width: 767px) {
  .history-info-body {
    padding-left: 12px;
  }
}

.access-map {
  width: 100%;
  margin-bottom: 10px;
}
.access-map iframe {
  width: 100%;
}

.access-contents > ul {
  list-style: disc;
  margin-left: 1.4em;
  margin-bottom: 40px;
}

.access-contents > ul > li {
  margin-bottom: 12px;
}

.message-contents p {
  font-size: 14px;
  margin-bottom: 1.2em;
}
.message-contents p.signature {
  font-size: 16px;
  font-weight: bold;
  margin-top: 32px;
  text-align: right;
}

.message-principle-wrapper {
  margin-top: 80px;
  margin-bottom: 40px;
  padding-top: 40px;
  border-top: 1px solid #ccc;
}

.message-principle-block {
  margin-bottom: 48px;
  width: 480px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .message-principle-block {
    width: 100%;
  }
}

.message-principle-heading {
  text-align: center;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: bold;
  color: #00519d;
}

.message-principle-subheading {
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
}
.message-principle-subheading .alpha {
  font-size: 28px;
  margin-right: 12px;
  font-style: italic;
}
@media only screen and (max-width: 767px) {
  .message-principle-subheading .alpha {
    display: block;
    margin-right: 0;
  }
}

.message-principle-subheading-b {
  color: #4b7ac2;
}

.message-principle-subheading-y {
  color: #f3be10;
}

.message-principles-img {
  text-align: center;
  margin-bottom: 24px;
}

.message-vision-wrapper {
  margin-top: 80px;
  margin-bottom: 80px;
  padding-top: 40px;
  border-top: 1px solid #ccc;
}

.message-vision-txt {
  float: left;
  width: 600px;
}
@media only screen and (max-width: 767px) {
  .message-vision-txt {
    float: none;
    width: auto;
    margin-bottom: 20px;
  }
}

.message-vision-heading {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
  color: #00519d;
}

.message-vision-graph {
  overflow: hidden;
  text-align: center;
}
.message-vision-graph img {
  width: 380px;
}


.message-photo-graph {
	margin-top:20px;
  overflow: hidden;
  text-align: right;
}

.message-photo-graph img {
  width: 400px;
}
@media only screen and (max-width: 767px) {
  .message-photo-graph {
  text-align: center;
  }
}

.staff-contents {
  margin-left: -32px;
  margin-right: -32px;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  .staff-contents {
    margin-left: 0;
    margin-right: 0;
  }
}

.staff-list {
  font-size: 14px;
  display: inline-block;
  width: 50%;
  padding-left: 32px;
  padding-right: 32px;
  margin-bottom: 60px;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .staff-list {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.staff-img {
  margin-bottom: 12px;
}

.staff-name {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 12px;
}

.staff-social {
  text-align: right;
}
.staff-social li {
  display: inline-block;
}
.staff-social li img {
  width: 36px;
  margin-left: 12px;
}

.business-block {
  width: 100%;
  height: 580px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-bottom: 36px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .business-block {
    height: auto;
    background-image: none !important;
    margin-bottom: 28px;
  }
}

.business-img {
  width: 100%;
  display: none;
}
@media only screen and (max-width: 767px) {
  .business-img {
    display: block;
  }
}
.business-img img {
  width: 100%;
}

.business-contents {
  width: 520px;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .business-contents {
    width: 100%;
    position: static;
    top: auto;
    bottom: 0;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
}

.business-heading {
  color: #fff;
  padding: 20px 0 20px 120px;
  background-repeat: no-repeat;
  background-position: 12px center;
  background-size: 100px;
}
@media only screen and (max-width: 767px) {
  .business-heading {
    left: 0;
    padding: 20px 0 20px 72px;
    background-position: 4px center;
    background-size: 64px;
  }
}

.business-heading-jp {
  font-size: 24px;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .business-heading-jp {
    font-size: 16px;
  }
}

.business-heading-en {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  opacity: 0,7;
}
@media only screen and (max-width: 767px) {
  .business-heading-en {
    font-size: 13px;
  }
}

.business-body {
  padding: 28px 32px 28px 44px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .business-body {
    padding: 20px 20px 20px 20px;
  }
}

.business-cate {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 12px;
}
.business-cate span {
  display: inline-block;
  margin-right: 8px;
}

.business-cate-graphic {
  color: #c82222;
}

.business-cate-education {
  color: #f37724;
}

.business-cate-illustration {
  color: #499c1f;
}
.business-cate-produce {
  color: #4169e1;
}

.business-cate-software {
  color: #a739a6;
}

.business-catch {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
}
@media only screen and (max-width: 767px) {
  .business-catch {
    font-size: 16px;
  }
}

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

.business-link {
  bottom: 12px;
  right: 0;
}
.business-link a {
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 12px;
  padding: 16px 16px 16px 64px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: 8px center;
  background-size: 48px;
}

.business-link-graphic a {
  background-color: #c82222;
  background-image: url(../images/business_linkicn_graphic.png);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .business-link-graphic a {
    background-image: url(../images/business_linkicn_graphic@2x.png);
  }
}

.business-link-education a {
  background-color: #f37724;
  background-image: url(../images/business_linkicn_education.png);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .business-link-education a {
    background-image: url(../images/business_linkicn_education@2x.png);
  }
}

.business-link-illustration a {
  background-color: #499c1f;
  background-image: url(../images/business_linkicn_illustration.png);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .business-link-illustration a {
    background-image: url(../images/business_linkicn_illustration@2x.png);
  }
}

.business-link-produce a {
  background-color: #4169e1;
  background-image: url(../images/business_linkicn_produce.png);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .business-link-produce a {
    background-image: url(../images/business_linkicn_produce@2x.png);
  }
}

.business-link-software a {
  background-color: #a739a6;
  background-image: url(../images/business_linkicn_software.png);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .business-link-software a {
    background-image: url(../images/business_linkicn_software@2x.png);
  }
}
.business-link-software_main a {
  background-image: url(../images/works_software_banner_01.png);
}
.business-link-software_gp a {
  background-image: url(../images/works_software_banner_02.png);
}

/*経理部募集用*/


.business-link-2 {
  bottom: 12px;
	right: 0px;
  
}
.business-link-2 a {
  border-radius: 4px;
  display: inline-block;
	margin-left: auto;
	margin-right: auto;
  margin-bottom: 12px;
  padding: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: 8px center;
  background-size: 48px;
}

.business-link-GA a {
  background-color: #008080;
  /*background-image: url(../images/business_linkicn_graphic.png);*/
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .business-link-GA a {
    /*background-image: url(../images/business_linkicn_graphic@2x.png);*/
  }
}

/*//経理部募集用*/


.business-graphic {
  background-image: url(../images/business_graphic.jpg);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .business-graphic {
    background-image: url(../images/business_graphic@2x.jpg);
  }
}
.business-graphic .business-contents {
  left: 0;
}
@media only screen and (max-width: 767px) {
  .business-graphic .business-contents {
    border: 1px solid #c82222;
  }
}
.business-graphic .business-heading {
  background-color: #c82222;
  background-image: url(../images/business_icn_graphic.png);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .business-graphic .business-heading {
    background-image: url(../images/business_icn_graphic@2x.png);
  }
}

.business-education {
  background-image: url(../images/business_education.jpg);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .business-education {
    background-image: url(../images/business_education@2x.jpg);
  }
}
.business-education .business-contents {
  right: 0;
}
@media only screen and (max-width: 767px) {
  .business-education .business-contents {
    border: 2px solid #f37724;
  }
}
.business-education .business-heading {
  background-color: #f37724;
  background-image: url(../images/business_icn_education.png);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .business-education .business-heading {
    background-image: url(../images/business_icn_education@2x.png);
  }
}


.business-illustration {
  background-image: url(../images/business_illustration.jpg);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .business-illustration {
    background-image: url(../images/business_illustration@2x.jpg);
  }
}
.business-illustration .business-contents {
  left: 0;
}
@media only screen and (max-width: 767px) {
  .business-illustration .business-contents {
    border: 2px solid #499c1f;
  }
}
.business-illustration .business-heading {
  background-color: #499c1f;
  background-image: url(../images/business_icn_illustration.png);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .business-illustration .business-heading {
    background-image: url(../images/business_icn_illustration@2x.png);
  }
}

.business-produce {
  background-image: url(../images/business_produce.jpg);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .business-produce {
    background-image: url(../images/business_produce@2x.jpg);
  }
}
.business-produce .business-contents {
  right: 0;
}
@media only screen and (max-width: 767px) {
  .business-produce .business-contents {
    border: 2px solid #4169e1;
  }
}
.business-produce .business-heading {
  background-color: #4169e1;
  background-image: url(../images/business_icn_produce.png);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .business-produce .business-heading {
    background-image: url(../images/business_icn_produce@2x.png);
  }
}

.business-software {
  background-image: url(../images/business_software.jpg);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .business-software {
    background-image: url(../images/business_software@2x.jpg);
  }
}
.business-software .business-contents {
  left: 0;
}
@media only screen and (max-width: 767px) {
  .business-software .business-contents {
    border: 2px solid #a739a6;
  }
}
.business-software .business-heading {
  background-color: #a739a6;
  background-image: url(../images/business_icn_software.png);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .business-software .business-heading {
    background-image: url(../images/business_icn_software@2x.png);
  }
}

.works-link-software {
  margin-bottom: 20px;
}
.works-link-software a {
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 12px;
  padding: 16px 16px 16px 64px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: 8px center;
  background-size: 48px;
  background-color: #a739a6;
  background-image: url(../images/business_linkicn_software.png);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .works-link-software a {
    background-image: url(../images/business_linkicn_software@2x.png);
  }
}

.works-thumb {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 20px;
  letter-spacing: -0.5em;
}
@media only screen and (max-width: 767px) {
  .works-thumb {
    margin-left: -4px;
    margin-right: -4px;
  }
}
.works-thumb li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 28px;
}
@media only screen and (max-width: 767px) {
  .works-thumb li {
    width: 50%;
    padding-left: 4px;
    padding-right: 4px;
    margin-bottom: 24px;
  }
}

.works-thumb-img {
  margin-bottom: 12px;
}
.works-thumb-img img {
  width: 100%;
}

.works-thumb-ttl {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 8px;
}
.works-thumb-ttl a {
  color: #000;
}

.works-thumb-meta {
  font-size: 12px;
  margin-bottom: 2px;
}

.works-thumb-icon {
  font-size: 10px;
	font-weight: bold;
	padding: 8px;
	border-radius:12px;
	color: #ffffff;
}
.works-thumb-icon.num01 { /*プランニング*/
	background-color: #4B3FFF;
}
.works-thumb-icon.num02 { /*グラフィックデザイン*/
	background-color: #F4191C;
}
.works-thumb-icon.num03 { /*撮影*/
	background-color: #FFDB00;
	color: #000000;
}
.works-thumb-icon.num04 { /*キャラクターデザイン*/
	background-color: #5DD783;
}
.works-thumb-icon.num05 { /*動画制作*/
	background-color: #00A5DF;
}
.works-thumb-icon.num06 { /*アプリ制作*/
	background-color: #D51AEA;
}
.works-thumb-icon.num07 { /*教育コンテンツ*/
	background-color: #FF8502;
}
.works-thumb-circle {
  font-size: 14px;
}
.works-thumb-circle.num01 {/*企画*/
	color: #4B3FFF;
}
.works-thumb-circle.num02 {/*グラフィックデザイン*/
	color: #F4191C;
}
.works-thumb-circle.num03 {/*撮影*/
	color: #FFDB00;
}
.works-thumb-circle.num04 {/*WEBデザイン*/
	color: #00A5DF;
}
.works-thumb-circle.num05 {/*イラスト*/
	color: #5DD783;
}
.works-thumb-circle.num06 {/*パッケージデザイン*/
	color: #FF8502;
}
.works-thumb-circle.num07 {/*書籍*/
	color: #FF69DE;
}
.works-thumb-circle.num08 {/*編集*/
	color: #D51AEA;
}
.works-thumb-circle.num09 {/*その他*/
	color: #7B9D9B;
}

/*tkd 20190412追加*/
.work_menu a {
	color:#333;
	margin:0px 30px 20px 5px;
	padding:0px 0px 0px 20px;
	text-decoration: underline;
	float:left;
	background-image:url(../images/arrow_01.png);
	background-repeat: no-repeat;
	}
.works_line {
	background-color:#09F;
	color:#FFF;
	font-weight:bold;
	margin:10px 0px;
	padding:3px 0px 0px 10px;
	}
.page_top a {
	color:#333;
	padding:3px 3px 3px 22px;
	float:right;
	text-align:center;
	text-decoration: underline;
	background-image:url(../images/arrow_02.png);
	background-repeat: no-repeat;
	}
/* // tkd 20190412追加*/

.white-popup-block {
  display: inline-block;
  background: #FFF;
  padding: 36px 36px;
  text-align: left;
  max-width: 900px;
  margin: 40px auto;
  position: relative;
}

.creation-header {
  margin-bottom: 20px;
}

.creation-img {
  margin-bottom: 16px;
  text-align: center;
}

.creation-ttl {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
}

.creation-meta {
  font-size: 13px;
  margin-bottom: 2px;
}

.creation-meta a {
    color:#09F;
	text-decoration: underline;
}

.creation-meta a:hover{
	color:#00C;
	text-decoration: none; 
}

.creation-desc {
  font-size: 14px;
  margin-top: 28px;
  margin-bottom: 28px;
}

.creation-caption {
  font-size: 14px;
	text-align: center;
	padding: 0px 0px 50px;

}


@media all and (max-width: 900px) {
  .white-popup-block {
    padding: 36px 12px;
  }
}
.mfp-bg {
  background: #000;
  opacity: 0.4;
}

.mfp-container {
  padding: 0 90px;
}

@media all and (max-width: 900px) {
  .mfp-container {
    padding: 0 68px;
  }
}
@media all and (max-width: 767px) {
  .mfp-container {
    padding: 0 45px;
  }
}
.recruit-top p {
  font-size: 14px;
  margin-bottom: 1.2em;
}
.recruit-top a:link {
  color: #0000ff;
}
.recruit-top a:visited {
  color: #000080;
}


.recruit-top-2 p {
  font-size: 18px;
  margin-top: 2.2em;
  margin-bottom: 1.2em;
	padding-left:1em;
}
.recruit-top-2 a:link {
  color: #0000ff;
}
.recruit-top-2 a:visited {
  color: #000080;
}


.recruit-heading {
  font-size: 24px;
  margin-top: 60px;
  margin-bottom: 16px;
  padding-left: 12px;
}
@media only screen and (max-width: 767px) {
  .recruit-heading {
    padding-left: 0;
  }
}

.recruit-contents {
  border-top: 1px solid #ccc;
  padding-top: 8px;
}

.recruit-info-block {
  border-bottom: 1px solid #ccc;
  margin-bottom: 8px;
  padding-bottom: 8px;
}

.recruit-info-heading, .recruit-info-body {
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  .recruit-info-heading, .recruit-info-body {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}

.recruit-info-heading {
  float: left;
  width: 160px;
  font-size: 15px;
  padding-left: 12px;
}
@media only screen and (max-width: 767px) {
  .recruit-info-heading {
    float: none;
    width: 100%;
    padding-left: 0;
    font-weight: bold;
  }
}

.recruit-info-body {
  border-left: 4px solid #eee;
  overflow: hidden;
  padding-left: 32px;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .recruit-info-body {
    border-left: 0px solid #eee;
    padding-left: 0;
  }
}

.recruit-info-body > ul {
  list-style: disc;
  margin-left: 1.4em;
}

.recruit-info-body > ul > li {
  margin-bottom: 2px;
}

.recruit-info-body > dl {
  margin-bottom: 24px;
}

.recruit-info-body > dl > dt {
  margin-bottom: 8px;
  font-weight: bold;
}

.recruit-info-body > dl > dd {
  margin-bottom: 4px;
}

.recruit-info-body > dl > dd > a:link {
  color: #0000ff;
}
.recruit-info-body > dl > dd > a:visited {
  color: #000080;
}
.recruit-info-body-comment {
	margin: 0px 1em 25px 4em;
	padding: 1em;
	background-color:#E6F6F5;
}
@media only screen and (max-width: 767px) {
  .recruit-info-body-comment {
	margin: 0px 1em 25px 1em;
  }
}

.recruit-info-body-non-art {
	margin: 0px 1em 25px 0em;
	padding: 5px;
	/*background-color:#E6F6F5;*/
}

.recruit-info-body-portfolio {
	margin: 10px 2em 5px 1em;
	padding: 1em;
	background-color:#E6F6F5;
}
@media only screen and (max-width: 767px) {
  .recruit-info-body-portfolio {
	margin: 10px 1em 5px 1em;
  }
}

/*# tkd 2018.09 new */

.recruit-interview-contents p {
  font-size: 14px;
  margin-bottom: 1.2em;
}

.recruit-interview-contents p.signature {
  font-size: 16px;
  font-weight: bold;
  margin-top: 32px;
  text-align: right;
}

.recruit-interview-wrapper {
  margin-top: 0px;
  margin-bottom: 80px;
  padding-top: 0px;
}

.recruit-interview-txt {
  float: left;
  width: 600px;
}

@media only screen and (max-width: 767px) {
  .recruit-interview-txt {
    float: none;
    width: auto;
    margin-bottom: 20px;
  }
}

.recruit-interview-heading {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 5px;
}

.recruit-interview-body_a{
	margin-left:5px;
	padding-left:0.8em;
	border-left:solid 12px #ffcc33;
	 }

.recruit-interview-body_n{
	margin-left:5px;
	padding-left:0.8em;
	border-left:solid 12px #66ccff;
	 }

.recruit-interview-btn {
  overflow: hidden;
  text-align: center;
}

.recruit-interview-btn img {
  width: 490px;
}

.recruit-interview-graph {
	margin-bottom:20px;
  overflow: hidden;
  text-align: center;
}

.recruit-interview-graph img {
  width: 600px;
}

.recruit-interview-q {
  font-size: 20px;
  font-weight: bold;
  height:70px;
  margin-bottom: 5px;
  padding: 15px 0px 0px 80px;
}

@media only screen and (max-width: 767px) {
	.recruit-interview-q {
  margin-top: 10px;
  padding: 8px 0px 0px 80px;
  line-height: 1.3em;
	}
}

.recruit-interview-q-graphic {
	background:url(../images/recruit_icon_graphic.png) no-repeat;
  border-bottom:solid 5px #c82222;
}

.recruit-interview-q-education {
	background:url(../images/recruit_icon_education.png) no-repeat;
  border-bottom:solid 5px #f37724;
}

.recruit-interview-q-illustration {
	background:url(../images/recruit_icon_illustration.png) no-repeat;
  border-bottom:solid 5px #1db515;
}
.recruit-interview-q-produce {
	background:url(../images/recruit_icon_produce.png) no-repeat;
  border-bottom:solid 5px #4169e1;
}

.recruit-interview-q-software {
	background:url(../images/recruit_icon_software.png) no-repeat;
  border-bottom:solid 5px #a739a6;
}


.recruit-interview-a {
  margin: 15px 0px 60px;
  line-height: 1.5em;
}
@media only screen and (max-width: 767px) {
	.recruit-interview-a {
  margin: 15px 0px 25px;
	}
}

.recruit-interview-name {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 12px;
  /*line-height: 1.5em;*/
}
/*.recruit-interview-name a {
	color:#000;
}*/

/*# tkd 2018.09 new */

/*# tkd 2018 new */
.area_left {
margin-top: -10px;
margin-left:  70%;
}
@media only screen and (max-width: 767px) {
  .area_left {
margin-top: 0px;
margin-left: 20px;
  }
}
/*# tkd 2018 new */

.contact-top p {
  font-size: 14px;
  margin-bottom: 1.2em;
}

.mailform table {
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
.mailform table th, .mailform table td {
  border-bottom: 1px solid #eee;
}
@media only screen and (max-width: 767px) {
  .mailform table th, .mailform table td {
    display: block;
  }
}
.mailform table th {
  text-align: left;
  width: 160px;
  vertical-align: middle;
  padding: 8px 20px;
}
@media only screen and (max-width: 767px) {
  .mailform table th {
    width: 100%;
    padding-bottom: 0;
    border-bottom: 0px solid #eee;
  }
}
.mailform table td {
  padding: 8px 20px;
}
@media only screen and (max-width: 767px) {
  .mailform table td {
    padding-top: 0;
  }
}
.mailform input[type="text"], .mailform textarea {
  width: 100%;
  border: solid 1px #ccc;
  font-size: 14px;
  margin: 6px 0;
  padding: 8px 16px 8px 16px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

.mailform-buttons {
  text-align: center;
}
.mailform-buttons li {
  display: inline-block;
  margin-left: 12px;
  margin-right: 12px;
}
@media only screen and (max-width: 767px) {
  .mailform-buttons li {
    margin-left: 4px;
    margin-right: 4px;
  }
}
.mailform-buttons li input[type="submit"], .mailform-buttons li input[type="reset"] {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border: solid 1px #ccc;
  padding: 12px 32px;
  font-size: 16px;
  background-color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
}
.mailform-buttons li input[type="submit"]:hover, .mailform-buttons li input[type="reset"]:hover {
  background-color: #f2f2f2;
}

/*# sourceMappingURL=stylesheet.css.map */


/* btn top */
#pagetop a{
	background-image:url(../images/btn_top.png);
	width:70px;
	height:70px;
	
	position:fixed;
	bottom:50px;
	right:50px;
	}

@media only screen and (max-width: 767px) {
  
#pagetop a{
	visibility: hidden;
	}
}

.mail_magazine_new {
	margin: 50px auto;
	padding: 20px 50px;
	text-align: center; 
	width: 500px; 
	background-color: #EEF8FD;
}
@media only screen and (max-width: 767px) {
	.mail_magazine_new {
	padding: 20px auto;
	width: 100%; 
}
}
.mail_magazine_bn li {
	margin: 5px auto;
	padding: 10px 10px;
	text-align: left; 
	border-bottom: dashed 1px #cccccc;
}
@media only screen and (max-width: 767px) {
	.mail_magazine_bn li {
}
}

.mail_magazine_bn a {
  color:#002EFF;
	font-size: 120%;
	font-weight: bold;
	text-decoration: underline;

}
.mail_magazine_bn a:hover {
  color:#FFCC00;
	text-decoration: underline;
}

.mail_magazine_bn a:active {
  color:#A100FF;
	text-decoration: underline;
}


/*// btn top */

/* accordion */

.p-accordion {
  max-width: 700px;
  margin-inline: auto;
}
.p-accordion-desc {
  font-size: 18px;
  font-weight: 700;
}
.p-accordion__head {
  cursor: pointer;
  background-color: #26a69a;
  display: block;
  color: white;
  padding: 7px 20px;
  margin-top: 10px;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
	.p-accordion__head {
  font-size: 14px;
}
}
.p-accordion__head-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-accordion__icon {
  display: block;
  position: relative;
  width: 24px;
  transition: transform 0.25s;
}
.p-accordion__icon:before {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 2px;
  background-color: #fff;
}
.p-accordion__icon:after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 2px;
  background-color: #fff;
}
.p-accordion__icon:before {
  left: 0;
  transform: rotate(45deg);
}
.p-accordion__icon:after {
  right: 0;
  transform: rotate(-45deg);
}
.p-accordion__input input[name=p-accordion__block] {
  display: none;
}
.p-accordion__input .p-accordion__block {
  cursor: pointer;
}
.p-accordion__input .p-accordion__content {
  height: 0;
  padding: 0 20px;
  overflow: hidden;
  opacity: 0.5;
  background-color: #fff;
  transition: padding 0.25s ease, opacity 0.3s ease 0s;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
	.p-accordion__input .p-accordion__content {
  font-size: 14px;
}
}
.p-accordion__input input[name=p-accordion__block]:checked + .p-accordion__head > .p-accordion__head-inner .p-accordion__icon {
  transform: rotate(-180deg);
}
.p-accordion__input input[name=p-accordion__block]:checked + .p-accordion__head + .p-accordion__content {
  /*開閉時*/
  height: auto;
  opacity: 1;
  padding: 20px;
}
/*// accordion */


/*実績紹介のアコーディオン全体*/
/*ベース*/
.toggle-works {
	display: none;
}
.Label {		/*タイトル*/
	padding: 1em;
	display: block;
	color: #fff;
	background:#c82222;
}
.Label::before{		/*タイトル横の矢印*/
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}
.Label,
.content-works {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content-works {		/*本文*/
	height: 0;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;
}
.toggle-works:checked + .Label + .content-works {	/*開閉時*/
	height: auto;
	padding:20px ;
	transition: all .3s;
}
.toggle-works:checked + .Label::before {
	transform: rotate(-45deg) !important;
}

/*youtubeのサイズ*/
.video-wrapper169 {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 = 9/16*100 */
  height: 0;
}

.video-wrapper169 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*youtubeのサイズ*/
.video-wrapper43 {
  position: relative;
  width: 100%;
	padding-bottom: 75%; /* 4:3 = 3/4*100 */
  /*padding-bottom: 56.25%; /* 16:9 = 9/16*100 */*/
  height: 0;
}

.video-wrapper43 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

