@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

/*------------
   clearfix
------------*/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/*------------
    target
------------*/
a[target="_blank"] {
  position: relative;
  padding-right: 18px;
}

a[target="_blank"]:before {
  content: '';
  position: absolute;
  right: 0;
  top: 5px;
  background: url(../img/ic_blank.png) no-repeat center center;
  width: 14px;
  height: 11px;
}

/*------------

	 font
------------*/
html {
  font-size: 62.5%;
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  font-size: 1.4rem;
  color: #000000;
  background: #ffffff;
}

/*------------
	  pc
------------*/
.pc {
  display: block;
}

.sp {
  display: none;
}

/*------------
	margin
------------*/
.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

/*------------
	 tit
------------*/
.underlineTit {
  border-bottom: 1px solid #33cbcc;
  padding-bottom: 6px;
  padding-left: 7px;
  font-size: 3.0rem;
  font-weight: normal;
}

/*------------
	float
------------*/
.flL {
  float: left;
}

.flR {
  float: right;
}

/*------------
	texts
------------*/
p.text {
  font-size: 1.7rem;
  line-height: 1.7;
  margin-top: 30px;
  margin-bottom: 30px;
}

/*------------
	header
------------*/
header {
  width: 100%;
  padding: 0 0;
}

header .tblBox {
  display: table;
  min-width: 1000px;
  margin: 0 auto;
  width: 100%;
  padding: 0 27px 5px;
}

header .tblBox .leftBox,
header .tblBox .rightBox {
  display: table-cell;
 /* vertical-align: middle;*/
}

header .tblBox .leftBox {
  width: 714px;
  padding-top: 15px;
	height: 104px;
	vertical-align: middle;
}

header .tblBox .leftBox a {
  text-decoration: none;
  display: block;
}

header .tblBox .leftBox a:hover {
  opacity: 0.8;
}

header .tblBox .leftBox .logoBox {
  width: 100%;
}

header .tblBox .leftBox .logoBox li {
  display: inline-block;
  vertical-align: middle;
}

header .tblBox .leftBox .logoBox li:first-child {
  padding-right: 10px;
}

header .tblBox .leftBox .logoBox li:first-child img {
  width: 100%;
  max-width: 361px;
}

/*header .tblBox .leftBox .logoBox li:last-child img {
  width: 100%;
  max-width: 213px;
}*/

header .tblBox .rightBox {
  width: 357px;
}

header .tblBox .rightBox a:hover {
  opacity: 0.8;
}

header .tblBox .rightBox .contEntBox {
  width: 357px;
  margin-left: auto;
}

header .tblBox .rightBox .contactBox {
  display: table;
}

header .tblBox .rightBox .contactBox dt,
header .tblBox .rightBox .contactBox dd {
  display: table-cell;
  vertical-align: top;
}

header .tblBox .rightBox .contactBox dt {
  width: 87px;
}

header .tblBox .rightBox .contactBox dd {
  width: 270px;
}

header .tblBox .rightBox .contactBox dd ul {
  display: block;
}

header .tblBox .rightBox .contactBox dd ul li {
  display: block;
  float: left;
}

header .tblBox .rightBox a[target="_blank"] {
  padding: 0;
}

header .tblBox .rightBox a[target="_blank"]:before {
  content: none;
}

header .tblBox .rightBox .entryRecBox {
  margin-top: 5px;
}

header .tblBox .rightBox .entryRecBox li {
  float: left;
}

header .tblBox .rightBox .entryRecBox li:last-child {
  float: right;
}

header nav {
  background: #4cc0bf;
  padding: 0 27px;
  position: relative;
  z-index: 55;
  margin-bottom: 5px;
}

header nav a {
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  font-size: 1.8rem;
}

header nav ul {
  display: table;
  padding: 3px 0;
  width: 1000px;
  margin: 0 auto;
}

header nav ul li {
  display: table-cell;
  position: relative;
	width: 20%;
}

header nav ul li:first-child {
  padding-left: 0;
}

header nav ul li:last-child:before {
  content: none;
}

header nav ul li:before {
  content: '|';
  color: #ffffff;
  position: absolute;
  top: 19px;
  right: -4px;
  font-size: 1.7rem;
}

header nav ul li a {
  display: block;
  padding-top: 20px;
  padding-left: 15px;
  padding-bottom: 15px;
  padding-right: 20px;
  text-align: center;
}

header nav ul li a:hover {
  background: #ffffff;
  color: #4cc0bf;
}

header nav ul li:hover:before {
  content: none;
}

header nav ul li:hover a {
  background: #ffffff;
  color: #4cc0bf;
  position: relative;
}

header nav ul li:hover a:before {
  content: '';
  width: 2px;
  background: #ffffff;
  position: absolute;
  left: -2px;
  top: 0;
  height: 100%;
}

header nav ul li:hover .sub {
  display: block;
  background: rgba(66, 66, 66, 0.9);
}

header nav ul li:hover .sub a {
  background: inherit;
}

header nav ul li:hover .sub a:before {
  content: none;
}

header nav ul li .sub {
  display: none;
  width: 275%;
  position: absolute;
  z-index: 1000;
  padding-top: 0;
  padding-bottom: 5px;
  background: rgba(66, 66, 66, 0.9);
 right: 0;
}

header nav ul li .sub:before {
  content: '';
  height: 3px;
  width: 100%;
  background: #4cc0bf;
  position: absolute;
  top: 0;
  cursor: pointer;
  z-index: 5;
}

header nav ul li .sub a {
  text-align: left;
  display: block;
  color: #ffffff;
  font-size: 1.25rem;
  padding: 20px 20px 15px 15px;
}

header nav ul li .sub a:hover {
  background: #222222;
  color: #ffffff;
}

header nav ul li.project .sub {
  width: 100%;
  left: 0;
}

#message nav .message:before,
#project nav .project:before,
#business nav .business:before,
#recruit nav .recruit:before,
#senior nav .senior:before,
#office nav .office:before,
#efforts nav .efforts:before,
#jobintroduction nav .jobintroduction:before{
  content: none;
}


#message nav .message a.navHov,
#project nav .project a.navHov,
#business nav .business a.navHov,
#recruit nav .recruit a.navHov,
#senior nav .senior a.navHov,
#office nav .office a.navHov,
#efforts nav .efforts a.navHov,
#jobintroduction nav .jobintroduction a.navHov,
#requirements nav .requirements a.navHov{
  background: #ffffff;
  color: #4cc0bf;
  background: #ffffff;
  color: #4cc0bf;
  position: relative;
}

#message nav .message a.navHov:before,
#project nav .project a.navHov:before,
#business nav .business a.navHov:before,
#recruit nav .recruit a.navHov:before,
#senior nav .senior a.navHov:before,
#office nav .office a.navHov:before,
#efforts nav .efforts a.navHov:before,
#jobintroduction nav .jobintroduction a.navHov:before,
#requirements nav .requirements a.navHov:before{
  content: '';
  width: 2px;
  background: #ffffff;
  position: absolute;
  left: -2px;
  top: 0;
  height: 100%;
}

/*------------
	goTop
------------*/
.goTop {
  width: 70px;
  right: 50px;
  display: none;
}

.goTop a {
  display: block;
}

.goTop a:hover {
  opacity: 0.8;
}

/*------------
	footer
------------*/
footer {
  width: 100%;
  margin-top: 125px;
  padding: 41px 27px 30px;
  background: #424242;
}

footer a {
  color: #ffffff;
  text-decoration: none;
}

footer .firstLink {
  width: 100%;
}

footer .firstLink li {
  width: 50%;
}

footer .firstLink li:first-child {
  float: left;
}

footer .firstLink li:last-child {
  float: right;
  text-align: right;
}

footer .firstLink li a {
  display: inline-block;
  font-size: 1.4rem;
  position: relative;
  padding-left: 12px;
  text-indent: 0;
  line-height: 1.7;
}

footer .firstLink li a:after {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  background: url(../img/ic_arr01.png) no-repeat center center;
  width: 7px;
  height: 12px;
}

footer .fiveLinkBox {
  margin-top: 35px;
  display: table;
  width: 100%;
}

footer .fiveLinkBox li.links {
  display: block;
  display: table-cell;
  width: 147px;
  padding-right: 19px;
  padding-left: 19px;
  border-right: 1px dotted #777777;
  vertical-align: top;
}

footer .fiveLinkBox li.links:first-child {
  padding-left: 0;
}

footer .fiveLinkBox li.links:nth-child(3) {
  width: 228px;
  padding-left: 21px;
}

footer .fiveLinkBox li.links:nth-child(2) {
  width: 258px;
  padding-left: 16px;
  padding-right: 21px;
}

footer .fiveLinkBox li.links:nth-child(4) {
  width: 117px;
  padding-left: 19px;
  padding-right: 21px;
}

footer .fiveLinkBox li.links:last-child {
  padding-left: 26px;
  padding-right: 0;
  border-right: none;
  width: 260px;
}

footer .fiveLinkBox li.links a {
  font-size: 1.3rem;
}

footer .fiveLinkBox li.links p {
  padding-top: 13px;
}

footer .fiveLinkBox li.links p:first-child {
  padding-top: 0;
}

footer .fiveLinkBox li.links p a {
  display: inline-block;
  font-size: 1.4rem;
  position: relative;
  padding-left: 12px;
  text-indent: 0;
  line-height: 1.7;
}

footer .fiveLinkBox li.links p a:after {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  background: url(../img/ic_arr01.png) no-repeat center center;
  width: 7px;
  height: 12px;
}

footer .fiveLinkBox li.links .subList {
  padding-left: 15px;
  padding-top: 20px;
}

footer .fiveLinkBox li.links .subList li {
  padding-bottom: 10px;
}

footer .copy {
  margin-top: 30px;
  padding-top: 28px;
  border-top: 1px dotted #777777;
  color: #aaaaaa;
  font-size: 1.4rem;
}

footer a:hover {
  text-decoration: underline;
}

footer nav {
  background: #4cc0bf;
}

/*------------
	 Alls
------------*/
section {
  width: 100%;
}

.inner {
  width: 1000px;
  margin: 0 auto;
}

#wrapper {
  position: relative;
  min-width: 1000px;
}

/*-------------
	clumBox
-------------*/
.clumBox {
  width: 100%;
}

.clumBox div {
  width: 50%;
}

.clumBox div p {
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 15px;
}

/*--------------
  wideContents
--------------*/
.wideContents {
  position: relative;
  height: 350px;
  overflow: hidden;
}

.wideContents .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 1400px;
}

.wideContents .inner {
  position: relative;
  z-index: 2;
  display: table;
  height: 350px;
  top: 0;
}

.wideContents .inner .text,
.wideContents .inner .img {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}

.wideContents .inner .img {
  text-align: right;
}

.wideContents .inner .text {
  text-align: center;
  font-size: 2.0rem;
}

.wideContents .inner .text span {
  font-size: 2.4rem;
}

.wideContents .inner .text.sp {
  display: none;
}

.contentsTitle {
  width: 100%;
  text-align: center;
  margin: 42px 0 60px;
}

.contentsTitle h2 {
  font-size: 3.0rem;
  width: 377px;
  margin: 0 auto;
  font-weight: normal;
}

.contentsTitle h2 span {
  display: block;
  margin-top: 15px;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
}

.contentsTitle h2 span:before {
  content: '';
  display: line-block;
  position: absolute;
  width: 100%;
  top: -10px;
  left: 0;
  height: 1px;
  line-height: 1px;
  background: #4cc0bf;
}

.breadcrumb {
  width: 1000px;
  margin: 17px auto 0;
}

.breadcrumb li {
  float: left;
  margin-right: 5px;
  position: relative;
}

.breadcrumb li:before {
  content: '>';
  position: absolute;
  right: 0;
  font-size: 1.4rem;
  color: #555555;
  text-decoration: none;
}

.breadcrumb li:last-child:before {
  content: none;
}

.breadcrumb li a {
  text-decoration: underline;
  color: #555555;
  padding-right: 18px;
}

.breadcrumb li a:hover {
  text-decoration: none;
}

.wideBanner {
  border: 1px solid #d8d8d8;
  margin-bottom: 20px;
}

.wideBanner:last-child {
  margin-bottom: 30px;
}

.wideBanner .inContent {
  position: relative;
  height: 208px;
  width: 100%;
  overflow: hidden;
}

.wideBanner .inContent .ic {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
}

.wideBanner .inContent .text01 {
  position: absolute;
  left: 124px;
  top: 58px;
  z-index: 3;
}

.wideBanner .inContent .text02 {
  position: absolute;
  left: 120px;
  top: 96px;
  z-index: 3;
}

.wideBanner .inContent .photo {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.wideBanner .inContent .gr {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.wideBanner .inContent .more {
  position: absolute;
  right: 12px;
  bottom: 0;
  z-index: 5;
  line-height: 0;
}

.wideBanner a {
  display: block;
}

.wideBanner a:hover {
  opacity: 0.8;
}

.wideBanner.story01 .inContent .gr {
  left: -20px;
}

.wideBanner.story02 .inContent .gr {
  left: -25px;
}

.wideBanner.story03 .inContent .gr {
  left: -20px;
}

.wideBanner.story04 .inContent .gr {
  left: 25px;
}

.wideBanner.story05 .inContent .gr {
  left: -20px;
}

.wideBanner.story06 .inContent .gr {
  left: 60px;
}

.fixed {
  position: static;
}

@media only screen and (max-width: 767px) {
  /*------------
		sp
	------------*/
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  /*------------
      target
  ------------*/
  a[target="_blank"] {
    position: relative;
    padding-right: 0px;
  }
  
  a[target="_blank"]:before {
    background: none;
  }
  /*------------
		Alls
	------------*/
  .inner {
    width: 100%;
  }
  /*------------
		texts
	------------*/
  p.text {
    font-size: 1.4rem;
  }
  /*------------
		 tit
	------------*/
  .underlineTit {
    padding-bottom: 7px;
    padding-left: 0;
    font-size: 2.4rem;
    font-weight: normal;
  }
  /*------------
		header
	------------*/
  header {
    width: 100%;
    padding: 3% 0 3%;
    border-bottom: 2px solid #4cc0bf;
  }
  header .tblBox {
    min-width: 100%;
    width: 100%;
    padding: 0 3%;
  }
  header .tblBox .leftBox,
  header .tblBox .rightBox {
    display: table-cell;
    /*vertical-align: top;*/
		vertical-align: middle;
  }
  header .tblBox .leftBox {
    padding-top: 0;
    padding-right: 3%;
		height: auto;
  }
  header .tblBox .leftBox a {
    display: block;
  }
  header .tblBox .leftBox a:hover {
    opacity: 1;
  }
  header .tblBox .leftBox .logoBox {
    width: 100%;
  }
  header .tblBox .leftBox .logoBox a {
    width: 100%;
  }
  header .tblBox .leftBox .logoBox li {
    display: block;
  }
  header .tblBox .leftBox .logoBox li:first-child {
    padding-right: 10px;
  }
  header .tblBox .leftBox .logoBox li:first-child img {
    width: 100%;
    max-width: 100%;
  }
  header .tblBox .leftBox .logoBox li:last-child {
    padding-top: 2.5%;
  }
  /*header .tblBox .leftBox .logoBox li:last-child img {
    width: 60%;
    max-width: 100%;
  }*/
  header .tblBox .rightBox {
    width: 20%;
    padding-left: 3%;
    text-align: right;
  }
  header .tblBox .rightBox .contEntBox {
    display: none;
  }
  header .tblBox .rightBox a {
    display: block;
  }
  header .tblBox .rightBox a:hover {
    opacity: 1;
  }
  header .tblBox .rightBox .contactBox {
    display: none;
  }
  header .tblBox .rightBox .spNavBtn {
    margin-left: auto;
  }
  header .tblBox .rightBox .spNavBtn img {
    width: 100%;
  }
  header nav {
    padding: 0 12px;
    position: relative;
    width: 100%;
    z-index: 9999;
    overflow: visible;
  }
  header nav .entryRecBox.sp {
    background: #4cc0bf;
    z-index: 9000;
    display: none;
    padding: 5px 12px 10%;
    width: 100%;
    margin: 0 auto 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
  }
  header nav .entryRecBox.sp li {
    display: block;
    padding-right: 0;
    position: relative;
    padding-left: 0;
    border-bottom: 1px solid #ffffff;
		width: 100%;
  }
  header nav .entryRecBox.sp li:before {
    content: none;
  }
  header nav .entryRecBox.sp li:nth-child(9) {
    border-bottom: none;
    padding: 20px 25px 0;
  }
  header nav .entryRecBox.sp li:nth-child(9) a {
    padding: 0;
    text-align: center;
  }
  header nav .entryRecBox.sp li:nth-child(9) a:after {
    content: none;
  }
  header nav .entryRecBox.sp li:nth-child(10) {
    border-bottom: none;
    padding: 10px 25px 5px;
  }
  header nav .entryRecBox.sp li:nth-child(10) a {
    padding: 0;
    text-align: center;
  }
  header nav .entryRecBox.sp li:nth-child(10) a:after {
    content: none;
  }
  header nav .entryRecBox.sp li a {
    display: block;
    text-align: left;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    font-size: 1.8rem;
    line-height: 1;
    padding: 22px 0 17px;
    position: relative;
    background: none;
  }
  header nav .entryRecBox.sp li a:hover {
    background: #4cc0bf;
    color: #ffffff;
  }
  header nav .entryRecBox.sp li a:before {
    content: none;
  }
  header nav .entryRecBox.sp li a:after {
    content: '';
    position: absolute;
    right: 0;
    top: 34%;
    background: url(../img/ic_arr02.png) no-repeat center center;
    background-size: 100%;
    width: 11px;
    height: 19px;
  }
  header nav .iScrollVerticalScrollbar.iScrollLoneScrollbar .iScrollIndicator {
    border: none !important;
    background: rgba(0, 0, 0, 0.3) !important;
  }
  /*------------
		footer
	------------*/
  footer {
    margin-top: 25px;
    padding: 0 0 25px;
  }
  footer .linkBox {
    display: none;
  }
  footer .copy {
    margin-top: 0;
    font-size: 1.1rem;
    text-align: center;
    border: none;
    padding: 25px 5px 0;
  }
  footer a:hover {
    text-decoration: none;
  }
  footer .spLink .contactBox {
    background: #ffffff;
    margin-top: 25px;
    border-top: 1px solid #4cc0bf;
    border-bottom: 1px solid #4cc0bf;
  }
  footer .spLink .contactBox h3 {
    text-align: center;
    padding: 12px 0 8px;
    font-size: 2.1rem;
    color: #4cc0bf;
  }
  footer .spLink .contactBox p {
    line-height: 0;
  }
  footer .spLink .contactBox p a {
    display: block;
  }
  footer .spLink .corporate {
    background: #ffffff;
    text-align: center;
  }
  footer .spLink .corporate a {
    display: block;
    padding: 20px 0 18px;
    text-decoration: underline;
    color: #000000;
    font-size: 1.4rem;
    background: url(../img/ic_blank_b.png) no-repeat 75% center;
    background-size: 20px;
  }
  footer .spLink .corporate a:before {
    content: none;
  }
  #wrapper {
    position: relative;
    min-width: 100%;
  }
  /*------------
		goTop
	------------*/
  .goTop {
    width: 100%;
    right: 0;
    display: block;
    text-align: right;
    margin-top: 25px;
    padding: 0 12px;
    position: relative !important;
    bottom: 0 !important;
  }
  .goTop a {
    width: 18%;
    display: inline-block;
  }
  .goTop a:hover {
    opacity: 0.8;
  }
  /*-------------
		clumBox
	-------------*/
  .clumBox {
    width: 100%;
    display: block;
  }
  .clumBox div {
    width: 100%;
    float: none;
    vertical-align: top;
  }
  .clumBox div p {
    font-size: 1.3rem;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  /*--------------
	  wideContents
	--------------*/
  .wideContents {
    position: relative;
    height: 175px;
    overflow: hidden;
  }
  .wideContents .bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
  }
  .wideContents .inner {
    position: relative;
    z-index: 2;
    height: 175px;
    top: 0;
    padding: 0 12px;
  }
  .wideContents .inner .img {
    text-align: right;
    width: 40%;
  }
  .wideContents .inner .text {
    text-align: center;
    font-size: 1.2rem;
    padding-right: 5%;
  }
  .wideContents .inner .text span {
    font-size: 1.6rem;
  }
  .wideContents .inner .text.pc {
    display: none;
  }
  .wideContents .inner .text.sp {
    display: table-cell;
  }
  /*------------
		texts
	------------*/
  p.text {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .breadcrumb {
    display: none;
  }
  .contentsTitle {
    width: 100%;
    text-align: center;
    margin: 35px 0 22px;
  }
  .contentsTitle h2 {
    font-size: 2.4rem;
    width: 250px;
    margin: 0 auto;
    font-weight: normal;
  }
  .contentsTitle h2 span {
    display: block;
    margin-top: 15px;
    font-size: 1.3rem;
    font-weight: bold;
    position: relative;
  }
  .contentsTitle h2 span:before {
    content: '';
    display: line-block;
    position: absolute;
    width: 100%;
    top: -10px;
    left: 0;
    height: 1px;
    line-height: 1px;
    background: #4cc0bf;
  }
  .wideBanner {
    border: 1px solid #d8d8d8;
    margin-bottom: 20px;
  }
  .wideBanner:last-child {
    margin-bottom: 30px;
  }
  .wideBanner .inContent {
    position: relative;
    height: 175px;
    width: 100%;
    overflow: hidden;
  }
  .wideBanner .inContent .ic {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;
    width: 82px;
  }
  .wideBanner .inContent .text01 {
    position: absolute;
    left: 15%;
    top: 20%;
    z-index: 3;
    width: 180px;
  }
  .wideBanner .inContent .text02 {
    position: absolute;
    left: 3%;
    top: auto;
    bottom: 13%;
    width: 180px;
    z-index: 3;
  }
  .wideBanner .inContent .photo {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    width: 500px;
  }
  .wideBanner .inContent .photo img {
    position: absolute;
    width: 400px;
    right: -0;
    height: 175px;
  }
  .wideBanner .inContent .gr {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
  }
  .wideBanner .inContent .gr img {
    position: absolute;
    width: 100%;
    min-height: 175px;
  }
  .wideBanner .inContent .more {
    position: absolute;
    right: 12px;
    bottom: 0;
    z-index: 5;
    line-height: 0;
    width: 27%;
  }
  .wideBanner a {
    display: block;
  }
  .wideBanner a:hover {
    opacity: 1;
  }
  .wideBanner.story01 .inContent .gr {
    left: 0;
  }
  .wideBanner.story01 .inContent .gr img {
    left: -25%;
  }
  .wideBanner.story02 .inContent .gr {
    left: 0;
  }
  .wideBanner.story02 .inContent .gr img {
    left: -15%;
  }
  .wideBanner.story03 .inContent .gr {
    left: 0;
  }
  .wideBanner.story03 .inContent .gr img {
    left: -15%;
  }
  .wideBanner.story04 .inContent .gr {
    left: 0;
  }
  .wideBanner.story04 .inContent .gr img {
    left: -15%;
  }
  .wideBanner.story05 .inContent .gr {
    left: 0;
  }
  .wideBanner.story05 .inContent .gr img {
    left: -15%;
  }
  .wideBanner.story06 .inContent .gr {
    left: 0;
  }
  .wideBanner.story06 .inContent .gr img {
    left: -15%;
  }
  .fixed {
    position: fixed;
    width: 100%;
  }
}

.blank {
  display: block;
  text-align: right;
  background: url(../img/ic_blank_b.png) no-repeat 100% center;
  background-size: 13px;
  padding-right: 20px;
}

.blank a {
  display: inline-block;
  padding: 0 0 0 0;
  text-decoration: none;
  border-bottom: 2px solid #cccccc;
  color: #000000;
  font-size: 1.6rem;
}

.blank a:before {
  content: none;
}

@media only screen and (max-width: 500px) {
  .wideBanner {
    border: 1px solid #d8d8d8;
    margin-bottom: 20px;
  }
  .wideBanner:last-child {
    margin-bottom: 30px;
  }
  .wideBanner .inContent {
    position: relative;
    height: 175px;
    width: 100%;
    overflow: hidden;
  }
  .wideBanner .inContent .photo {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    width: 500px;
  }
  .wideBanner .inContent .photo img {
    position: absolute;
    width: 400px;
    right: -0;
    height: 175px;
  }
  .wideBanner .inContent .gr {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
  }
  .wideBanner .inContent .gr img {
    position: absolute;
    width: 100%;
    min-height: 175px;
  }
  .wideBanner a {
    display: block;
  }
  .wideBanner a:hover {
    opacity: 1;
  }
  .wideBanner.story01 .inContent .gr {
    left: 0;
  }
  .wideBanner.story01 .inContent .gr img {
    left: -40%;
  }
  .wideBanner.story02 .inContent .gr {
    left: 0;
  }
  .wideBanner.story02 .inContent .gr img {
    left: -40%;
  }
  .wideBanner.story03 .inContent .gr {
    left: 0;
  }
  .wideBanner.story03 .inContent .gr img {
    left: -40%;
  }
  .wideBanner.story04 .inContent .gr {
    left: 0;
  }
  .wideBanner.story04 .inContent .gr img {
    left: -40%;
  }
  .wideBanner.story05 .inContent .gr {
    left: 0;
  }
  .wideBanner.story05 .inContent .gr img {
    left: -40%;
  }
  .wideBanner.story06 .inContent .gr {
    left: 0;
  }
  .wideBanner.story06 .inContent .gr img {
    left: -40%;
  }
}
/*------------
	2022/1219
------------*/
#seminar dd a[target="_blank"] {
padding-right: 2px;
}
#seminar dd a[target="_blank"]:before {
background:none;
}
