@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
/***********************************
* RESET
***********************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

html {
	overflow-y: scroll;
	scroll-behavior: smooth;
}

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

input, textarea {
  margin: 0;
  padding: 0; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th {
  text-align: left; }

a:focus {
  outline: none; }

/***********************************
* SP SETTING
***********************************/
/***********************************
* PC SETTING
***********************************/
/***********************************
* ALL DEVICE SPRITES
***********************************/
.simple {
  width: NaNpx;
  height: NaNpx;
  background-position: 0 0; }

.simple {
  background-size: NaNpx NaNpx;
  background-repeat: no-repeat;
  background-image: url("/img/alldevice_ico-sprite.png"); }

.svg .simple {
  background-image: url("/img/alldevice_ico-sprite.svg"); }

/* Not found any SVG file... */
/* Not found any SVG file... */
/***********************************
* ALL DEVICE LAYOUT
***********************************/
html {
  font-size: 62.5%;
  height: 100%; }

html,
button,
input,
select,
textarea {
  color: #666; }

input:-ms-input-placeholder {
  color: silver; }

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  position: relative;
  height: 100%; }

a {
  color: #ccc;
  text-decoration: none; }
  a:visited {
    color: #ccc; }
  a:hover {
    color: #ccc; }
  a:active {
    color: #ccc; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid;
  border-color: #ddd;
  padding: 0; }

textarea {
  resize: vertical; }

#wrapper {
  width: 100%;
  position: relative;
  height: auto !important;
  /*IE6対策*/
  height: 100%;
  /*IE6対策*/
  min-height: 100%; }

.header {
  width: 100%; }

.footer {
  width: 100%; }

.contents {
  width: 100%; }

  
  
  /***********************************
*  追加
***********************************/
  
  .list {
	text-indent: -1em;
	margin-left: 1em;
}
.main ul {
	margin-top: 10px;
	margin-bottom: 10px;
}
.main ul li {
	list-style-type: disc;
	margin-left: 1.5em;
}
.new {
	font-weight: bold;
	font-size: 0.7em;
	color: red;
}
.float_right {
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
}
.pt100 {
	padding-top: 100px;	
}
.box_link {
	position:relative;
}
.box_link a {
	position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-indent:-9999px;
}
.box_link a:hover{
    background-color:#FFF;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.recruit .box_link {
	float: left;
	padding-right: 1em;
	padding-left: 1em;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #aaa;
	margin-right: 5px;
	margin-left: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px; /* Safari、Google Chrome */
	-moz-border-radius: 5px;
	margin-bottom: 5px;
}
.clearfix:after {
  content: "";
  /* new clearfix */
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
 * html .clearfix {
  zoom: 1;
}
/* IE6 */
 *:first-child + html .clearfix {
  zoom: 1;
  display: inline-block;
}
/* IE7 */
.clearfix {
  display: block;
  *zoom: 1;
}
.clearfix:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb100 {
	margin-bottom: 150px;
}
.tableType01 td strong {
	font-weight: 700;
	color: #000;
}
.inner.recruit h2 {
	font-size: 18px;
	color: #000;
	margin-bottom: 10px;
}
.tableType01 h4 {
	margin-bottom: 10px;
	color: #000;
}
.tableType01 ul li {
	margin-bottom: 15px;
}
.tableType01 a {
  color: #000;
  text-decoration: underline; }
  a:visited {
    color: #ccc; }
  a:hover {
    color: #ccc; }
  a:active {
    color: #ccc; }
.interview {
	margin: 0px auto 50px;
}
.interview .container {
	width: 100%;
	max-width: 800px;
	margin: 30px auto 50px !important;
}
.interview .container img {
	width: 100%;
}
.interview .container p {
	margin-bottom: 20px;
}

.interview .container p span.q {
	font-weight: bold;
	color: #173CE7;
}
.interview .container p span.a {
	font-weight: bold;
	color: #17A4E7;
}
.interview .container p strong {
	font-weight: bold;
	color: #000;
}
.interview .container .mokuji {
	max-width: 600px;
	margin: 50px auto;
	padding: 20px;
	border: solid 5px #173CE7;
	}
.interview .container ol {
	font-size: 1.2em;
	list-style: decimal !important;
	margin: 0px 0px 0px 1.5em;
}
.interview .container ol li {
	list-style: decimal !important;
	margin-bottom: 10px;
	line-height: 1.6;
}
.interview .container .photo {
	margin: 50px auto;
}


.interview .container .writer {
	background-color: #F5F5F5;
	margin: 50px auto;
	padding: 20px 25px 10px;
}
.interview .name {
	font-size: 1.6em;
	line-height: 150%;
	font-weight: bold;
	color: #000;
	margin: 0px auto 10px !important;
}
.p_strong {
	font-size: 1.5em;
	font-weight: bold;
	color: #173CE7;
	margin-bottom: 5px;
	margin-top: 30px;
}
.max800 {
	width: 100%;
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.interview h2 {
	font-size: 2em;
    font-weight: bold;
    color: #666; 
	text-align: center;
	line-height: 1.3;
	margin: 0 auto 50px;
}
.interview h2 span {
      font-family: 'Pragati Narrow', "Noto Sans JP", sans-serif;
      font-size: 1em;
      font-weight: normal;
      color: #173CE7;
      display: block;
}

.interview h3 {
	font-size: 1.8em;
	background-color: #173CE7;
	padding: 10px 30px;
	margin: 60px auto 0px !important;
	color: #fff;
}
.h4_regular {
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 14px;
}
.list1em {
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 10px;
}
.list2em {
	text-indent: -2em;
	margin-left: 2em;
	margin-bottom: 10px;
}
.grid02 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 40px;
}
.grid02 img {
	width: 100%;
}
.grid0201 {
	display: grid;
	grid-template-columns: 2fr 1fr;
	grid-gap: 20px;
	margin: 50px auto 10px;
	background-color: #F5F5F5;
	padding: 20px;
}
.grid03 {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 10px;
}
.grid03 img {
	width: 100%;
}
.interview a {
	color: #173CE7;
}
.interview a:hover{
	opacity: .6;
	-webkit-transition: all .3s;
	transition: all .3s; 
	color: #173CE7;
}

.interview .linkButton {
	max-width: 300px;
	text-align: center;
	font-size: 1.8em;
	display: block;
	padding: 40px;
	color: #173CE7;
	font-weight: bold;
	margin: 50px auto 80px;
	border: solid 1px #173CE7;
	transition: 0.5s;
	}

.interview a.linkButton:hover {
	opacity: .6;
	-webkit-transition: all .3s;
	transition: all .3s; 
	color: #fff;
	background-color: #173CE7;
}



div.target:before {
    content: "";
    display: block;
    height: 80px;
    margin-top: -80px;
    visibility: hidden;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
	margin: 100px auto 30px;
}

.breadcrumb li:not(:last-of-type)::after {
  content: "›";
  margin: 0 .6em; /* 記号の左右の余白 */
  color: #777; /* 記号の色 */
}
/***********************************
*  SP LAYOUT
***********************************/
@media screen and (max-width: 767px) {
  html {
    background-color: #eee; 
	font-size: 120%;
	}
	
p {
		font-size: 1em !important;
		line-height: 1.5 !important;
	}

  body {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.4; }

  hr {
    margin-bottom: 10px; }

  .pc {
    display: none !important; }

  article {
    line-height: 1.6; }

  #header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1000;
    background-color: #fff; }

  #footer {
    width: 100%;
    background-color: #fff; 
	}
	


  #contents {
    background-color: #fff;
    width: 100%;
    margin-top: 95px; }

  .lower #contents {
    margin-top: 0; }

  .pagetop01 {
    position: fixed;
    right: 8px;
    bottom: 8px;
    width: 39px;
    height: 39px;
    background-color: #ccc;
    background-color: rgba(204, 204, 204, 0.8);
    border-radius: 3px;
    text-align: center;
    box-sizing: border-box;
    padding: 9px 0;
    z-index: 101; }
    .pagetop01 img {
      width: 20px; } 
	  
	.float_right {
	width: 30%;
	height: auto;
}
.interview {
	margin: 0px auto 50px;
}
.interview .container {
	width: 90%;
	padding: 0 5%;
	margin: 50px auto;
}
	
	

	.interview .container ol {
	font-size: 1em;
	list-style: decimal !important;
}
.interview .container ol li {
	list-style: decimal !important;
	margin-bottom: 10px;
}
	.interview .container p {
	line-height: 1.8 !important;
}
	.interview .name {
	font-size: 1.6em;
	line-height: 150%;
	font-weight: bold;
	color: #000;
}
.interview h2 {
	font-size: 1.6em;
    font-weight: bold;
    color: #000; 
	text-align: center;
	line-height: 1.3;
}
.interview h2 span {
      font-family: 'Pragati Narrow', "Noto Sans JP", sans-serif;
      font-size: 0.8em;
      font-weight: normal;
      color: #173CE7;
      display: block;
}
	.interview h3 {
	font-size: 1.4em;
	background-color: #173CE7;
	padding: 10px 20px;
	color: #fff;
		margin: 30px auto 0px !important;
}
	
	.grid02 {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 30px;
}
	.grid0201 {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 20px;
	margin: 50px auto 10px;
	background-color: #F5F5F5;
	padding: 20px;
}
.grid03 {
	grid-template-columns: 1fr;
}
	
	div.target:before {
    content: "";
    display: block;
    height: 50px;
    margin-top: -50px;
    visibility: hidden;
}

	.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
	margin: 30px auto 30px;
}

}
/***********************************
* PC LAYOUT
***********************************/
@media screen and (min-width: 768px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    position: relative; }

  hr {
    margin-bottom: 20px; }

  .sp {
    display: none !important; }

  a {
    -webkit-transition: all .3s;
            transition: all .3s; }
    a:hover {
      color: white;
      -webkit-transition: all .3s;
              transition: all .3s; }

  article {
    line-height: 1.75;
    font-size: 12px;
    font-size: 1.2rem; }

  .header01 {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 2;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.7);
    min-width: 1086px; }
    .header01 .header__inner {
      width: 1086px;
      margin: 0 auto;
      position: relative; }

  .header02 {
    position: relative;
    width: 100%;
    height: 85px; }
    .header02 .gNav {
      position: fixed;
      top: 0;
      bottom: auto; }

  .footer {
    width: 100%;
    background-color: #222;
    min-width: 1086px; }
    .footer > .inner {
      width: 1086px;
      margin: 0 auto;
      position: relative;
      padding: 30px 32px 30px 52px;
      box-sizing: border-box; }
    .footer .logo {
      position: absolute;
      top: 30px;
      left: 52px; }
      .footer .logo a:hover {
        opacity: .6; }
    .footer .footerList {
      padding-left: 185px;
      overflow: hidden; }
      .footer .footerList > li {
        float: left;
        margin-left: 10px;
        font-size: 12px;
        font-size: 1.2rem; }
        .footer .footerList > li:first-child {
          margin-left: 0;
          width: 130px; }
        .footer .footerList > li:nth-child(2) {
          width: 95px; }
        .footer .footerList > li:nth-child(3) {
          width: 180px; }
        .footer .footerList > li:nth-child(4) {
          width: 135px; }
        .footer .footerList > li:nth-child(5) {
          width: 108px; }
        .footer .footerList > li:nth-child(6) {
          width: 90px; }
        .footer .footerList > li p {
          font-family: 'Pragati Narrow', "Noto Sans JP", sans-serif;
          font-size: 18px;
          font-size: 1.8rem;
          margin-bottom: 12px; }
          .footer .footerList > li p span {
            display: block;
            font-size: 10px;
            font-size: 1rem; }
          .footer .footerList > li p a {
            color: #fff;
            display: block; }
            .footer .footerList > li p a:hover {
              color: #666; }
        .footer .footerList > li ul li {
          letter-spacing: -.5px;
          margin: 0 0 5px 0; }
          .footer .footerList > li ul li a {
            display: block; }
            .footer .footerList > li ul li a:before {
              content: "・"; }
            .footer .footerList > li ul li a:hover {
              color: #666; }
    .footer .copyright {
      display: block;
      width: 100%;
      height: 52px;
      background-color: #fff;
      text-align: center;
      line-height: 1.5;
      color: #666; 
	padding: 20px 0;}

  .contents {
    width: 100%;
    z-index: -1; }

  .container {
    margin: 0 auto; }

  .lower .container {
    overflow: hidden;
    width: 1086px;
    margin-top: 85px; }

  .mainCopy02 + .container {
    margin-top: 0; }

  .main {
    float: right;
    margin-right: 52px;
    width: 750px; }
    .main section {
      position: relative; }

  .sub {
    float: left;
    margin-left: 52px;
    width: 200px; }

  .anchor {
    position: absolute;
    top: -110px;
    border: none;
    padding: 0;
    margin: 0; }

  .gNav {
    width: 100%;
    min-width: 1086px;
    background-color: #fff;
    height: 85px;
    box-shadow: 0 2px 1px #ccc;
    z-index: 3;
    position: absolute;
    bottom: 0; }
    .gNav.is-fixed {
      position: fixed;
      top: 0; }

  .gNav__inner {
    width: 1086px;
    margin: 0 auto;
    display: table;
    height: 100%; }
    .gNav__inner .logo {
      float: left;
      width: 20%;
      height: 100%; }
      .gNav__inner .logo a {
        position: relative;
        display: block;
        width: 100%;
        height: 100%; }
        .gNav__inner .logo a:hover {
          background-color: #eee;
          -webkit-transition: all .3s;
                  transition: all .3s; }
        .gNav__inner .logo a img {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          margin: auto; }
    .gNav__inner .gNavlist {
      float: left;
      display: table;
      table-layout: fixed;
      width: 64%;
      height: 100%;
      border-left: 1px solid #ddd; }
      .gNav__inner .gNavlist > li {
        display: table-cell;
        height: 100%;
        position: relative;
        overflow: hidden; }
        .gNav__inner .gNavlist > li > a {
          box-sizing: border-box;
          border-right: 1px solid #ddd;
          z-index: 5;
          background-color: #fff;
          position: relative;
          display: table;
          width: 100%;
          height: 100%; }
          .gNav__inner .gNavlist > li > a:hover {
            background-color: #eee;
            -webkit-transition: all .3s;
                    transition: all .3s; }
            .gNav__inner .gNavlist > li > a:hover p {
              color: #173CE7;
              -webkit-transition: all .3s;
                      transition: all .3s; }
              .gNav__inner .gNavlist > li > a:hover p span {
                color: #173CE7;
                -webkit-transition: all .3s;
                        transition: all .3s; }
          .gNav__inner .gNavlist > li > a.nolink {
            opacity: .4; }
            .gNav__inner .gNavlist > li > a.nolink:hover {
              background-color: #fff;
              -webkit-transition: all .3s;
              transition: all .3s; }
              .gNav__inner .gNavlist > li > a.nolink:hover p {
                color: #666;
                -webkit-transition: all .3s;
                transition: all .3s; }
          .gNav__inner .gNavlist > li > a p {
            display: table-cell;
            vertical-align: middle;
            text-align: center;
            font-size: 10px;
            font-size: 1rem;
            color: #888;
            -webkit-transition: all .3s;
                    transition: all .3s; }
            .gNav__inner .gNavlist > li > a p span {
              font-family: 'Pragati Narrow', "Noto Sans JP", sans-serif;
              display: block;
              font-size: 18px;
              font-size: 1.8rem;
              color: #444;
              -webkit-transition: all .3s;
                      transition: all .3s; }
        .gNav__inner .gNavlist > li:hover {
          overflow: visible; }
          .gNav__inner .gNavlist > li:hover .lNav {
            -webkit-transition: all .4s;
                    transition: all .4s; }
            .gNav__inner .gNavlist > li:hover .lNav ul {
              top: 0;
              -webkit-transition: all .4s;
                      transition: all .4s; }
              .gNav__inner .gNavlist > li:hover .lNav ul li a.nolink:hover {
                background-color: #fff;
                -webkit-transition: all .3s;
                transition: all .3s;
                color: #666; }
        .gNav__inner .gNavlist > li .lNav {
          z-index: 4;
          -webkit-transition: all .4s;
                  transition: all .4s;
          display: block;
          position: absolute;
          width: 200px; }
          .gNav__inner .gNavlist > li .lNav ul {
            box-shadow: 0 2px 3px #ccc;
            border-bottom: none;
            position: relative;
            top: -50px;
            -webkit-transition: all .4s;
                    transition: all .4s; }
            .gNav__inner .gNavlist > li .lNav ul li {
              border-left: none;
              border-right: none; }
          .gNav__inner .gNavlist > li .lNav.long {
            width: 480px; }
            .gNav__inner .gNavlist > li .lNav.long ul {
              width: 240px;
              float: left; }
    .gNav__inner .tel {
      float: left;
      height: 100%;
      width: 15%; }
      .gNav__inner .tel p {
        display: table;
        width: 100%;
        height: 100%; }
        .gNav__inner .tel p span {
          display: table-cell;
          vertical-align: middle;
          text-align: center;
          color: #888; }

  .lNav {
    width: 200px; }
    .lNav ul {
      border-top: 3px solid #173CE7;
      border-bottom: 3px solid #eee;
      box-shadow: 0 2px 1px #ccc;
      width: 100%; }
      .lNav ul li {
        background-color: #fff;
        border-top: 1px solid #d4c9b9;
        border-left: 3px solid #eee;
        border-right: 3px solid #eee;
        display: table;
        height: 60px;
        width: 100%; }
        .lNav ul li:first-child {
          border-top: 0; }
        .lNav ul li a {
          display: table-cell;
          vertical-align: middle;
          height: 100%;
          width: 100%;
          padding: 0 10px 0 18px;
          font-weight: bold;
          font-size: 13px;
          font-size: 1.3rem;
          color: #666;
          background: url(/corporate/img/common/ico/arrow01.png) center right no-repeat; }
          .lNav ul li a:hover {
            background-color: #eee;
            -webkit-transition: all .3s;
                    transition: all .3s;
            color: #173CE7; }
    .lNav.is-fixed {
      position: fixed;
      top: 100px; }
    .lNav.is-absoluteBottom {
      position: absolute; }

  .pagetop {
    position: absolute;
    right: 20px;
    bottom: 72px;
    width: 50px;
    height: 50px;
    background-color: #eee; }
    .pagetop a {
      display: block;
      width: 100%;
      height: 100%;
      position: relative; }
      .pagetop a:hover {
        opacity: .6; }
      .pagetop a img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto; } }
/***********************************
* ALL DEVICE MODULE
***********************************/
/***********************************
* SP MODULE
***********************************/
@media screen and (max-width: 767px) {
	

  body, .news h2 > span, .ourPrograms01 h2 > span, .cooperatingAgencies h2 > span, .partners h2 > span {
    font-size: 0.8rem !important; }

  .mainCopy h2, .news h2, .mission > .inner h2, .ourPrograms01 h2, .cooperatingAgencies h2, .partners h2, .footer > div .footerList > li > p {
    font-size: 1.6rem !important; }

  .liquidImg, .hero__inner .pic {
    max-width: 100%;
    height: auto; }

  #wrapper {
    background-color: #fff; }

  .header01,
  .header02 {
    position: relative; }
    .header01 .logo,
    .header02 .logo {
      float: left; }
      .header01 .logo a,
      .header02 .logo a {
        display: block;
        margin: 10px 0 10px 10px; }
    .header01 button[type="button"],
    .header02 button[type="button"] {
      float: right;
      background: url("/corporate/img/sp/ico/menu.svg") no-repeat 50% 50%;
      background-size: contain;
      border: none;
      padding: 0;
      padding-top: 25px;
      width: 25px;
      height: 0;
      text-indent: 999px;
      display: block;
      margin: 14px 10px 10px 0; }
    .header01:after,
    .header02:after {
      content: '';
      display: table;
      clear: both; }

  .menu {
    display: none;
    width: 100%;
    position: absolute;
    top: 54px;
    z-index: 1;
    border-top: 1px solid #ddd;
    box-shadow: 0 2px 1px #ccc; }
    .menu .gNavlist {
      width: 100%;
      display: table;
      table-layout: fixed; }
      .menu .gNavlist > li {
        text-align: center;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        display: table-cell;
        background-color: #fff;
        box-sizing: border-box; }
        .menu .gNavlist > li:first-child {
          border-left: 1px solid #ddd; }
        .menu .gNavlist > li a {
          font-size: 10px;
          font-size: 1rem;
          color: #888;
          display: block;
          padding: 40px 0; }
          .menu .gNavlist > li a span {
            display: block;
            font-family: 'Pragati Narrow', "Noto Sans JP", sans-serif;
            color: #444;
            font-size: 14px;
            font-size: 1.4rem; }
    .menu .programlist,
    .menu .companylist {
      display: none;
      width: 100%;
      background-color: #222;
      height: 170px;
      overflow-y: scroll; }
      .menu .programlist li,
      .menu .companylist li {
        border-bottom: 1px solid #444;
        border-left: 1px solid #444;
        border-right: 1px solid #444;
        box-sizing: border-box; 
	list-style: none;
	margin: auto;}
        .menu .programlist li a,
        .menu .companylist li a {
          padding: 15px 8px;
          display: block;
          color: #fff;
          font-size: 10px;
          font-size: 1rem;
          background: url(/corporate/img/common/ico/arrow02.png) center right no-repeat;
          background-size: 17px 11px; }
    .menu .tel {
      width: 100%;
      background-color: #fff;
      border-right: 1px solid #ddd;
      border-left: 1px solid #ddd;
      border-bottom: 1px solid #ddd;
      text-align: center;
      box-sizing: border-box; }
      .menu .tel a {
        padding: 15px 8px;
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: bold;
        display: block;
        color: #666; }
    .menu .functionMenu {
      width: 100%;
      display: table;
      table-layout: fixed; }
      .menu .functionMenu .documents,
      .menu .functionMenu .english {
        display: table-cell;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        text-align: center; }
        .menu .functionMenu .documents a,
        .menu .functionMenu .english a {
          padding: 15px 8px;
          display: block;
          font-size: 10px;
          font-size: 1rem; }
      .menu .functionMenu .documents {
        border-left: 1px solid #ddd;
        background-color: #666; }
        .menu .functionMenu .documents a {
          color: #fff; }
      .menu .functionMenu .english {
        background-color: #000; }
        .menu .functionMenu .english a {
          color: #fff; }

  .hero {
    margin-top: 54px; }

  .hero__inner {
    text-align: center; }

  .googlemap {
    width: 100% !important;
    box-sizing: border-box;
    margin-top: 10px;
    padding: 0 !important; }

  .btnType01 {
    display: table;
    font-weight: bold;
    margin: 0 auto; }
    .btnType01 a {
      border: 1px solid #666;
      border-radius: 5px;
      color: #666;
      display: block;
      padding: 8px 28px;
      text-align: center; }

  .btnType03 {
    width: 100%;
    display: table;
    font-weight: bold;
    margin: 0 auto; }
    .btnType03 a {
      font-weight: bold;
      border-radius: 5px;
      color: #fff;
      display: block;
      padding: 15px 28px;
      text-align: center;
      background-color: #222; }

  .tblsec {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px; }

  .responsive img {
    width: 100%;
    height: auto; }

  .mapimg img {
    width: 100%;
    padding-top: 20px; }

  .main.container section {
    margin-top: 0; }
  .main section {
    position: relative;
    margin-top: 70px; }
    .main section > * {
      padding: 0 10px; }
  .main h2 {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #000; }
    .main h2 span {
      font-family: 'Pragati Narrow', "Noto Sans JP", sans-serif;
      font-size: 13px;
      font-weight: normal;
      color: #173CE7;
      display: block;
      height: 10px; }
  .main h3 {
	  font-size: 13px !important;
      font-size: 1.3rem !important;
    color: #000;
    font-weight: bold; }
  .main p + p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px; }
  .main .txtShomei {
    text-align: right;
    margin-left: auto; }
  .main .tableType01 {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px; }
    .main .tableType01 tr th,
    .main .tableType01 tr td {
      padding: 25px 15px;
      border-bottom: 2px solid #fff; }
    .main .tableType01 tr th {
      background-color: #dfdfdf;
      width: 30%; }
    .main .tableType01 tr td {
      background-color: #f0f0f0; }

  .anchor {
    position: absolute;
    top: -60px;
    border: none;
    padding: 0;
    margin: 0; }

  .hero {
    margin-top: 54px; }

  .hero__inner {
    text-align: center; }

  .mainCopy {
    background-color: #F3F3F3;
    padding: 40px 20px;
    text-align: center; }
    .mainCopy h2 {
      color: #173CE7;
      font-weight: bold;
      margin-bottom: 12px; }
    .mainCopy p {
      letter-spacing: -1px;
      line-height: 1.7; }

  .mainCopy02 {
    background-color: #fff; }
    .mainCopy02 > .inner {
      margin: 0 auto;
      padding: 30px 10px; }
    .mainCopy02 p {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.5; }

  .news {
    padding: 20px 10px; }
    .news h2 {
      color: #444;
      font-weight: bold;
      margin-bottom: 12px; }
      .news h2 > span {
        margin-left: 12px;
        font-weight: normal; }
    .news .newsList {
      margin-bottom: 12px;
      height: 125px;
      overflow-y: scroll; }
      .news .newsList > ul > li > time {
        color: #999;
        display: block;
        margin-bottom: 4px; }
      .news .newsList > ul > li > p a {
        color: #777;
        display: block;
        margin-bottom: 8px; }
    .news .bannerList {
      width: 100%; }
      .news .bannerList ul {
        width: 100%;
        overflow: hidden;
        margin-bottom: 30px; }
        .news .bannerList ul li {
          width: 49%;
          float: left;
          margin-bottom: 5px; }
          .news .bannerList ul li:nth-child(2n) {
            float: right; }
          .news .bannerList ul li img {
            width: 100%; }

  .mission {
    background: url("/corporate/img/sp/mission/mainimg_sp.jpg") no-repeat 50% 50%;
    background-size: cover;
    padding: 40px 10px 40px 100px; }
    .mission > .inner {
      position: relative;
      color: #fff;
      width: 100%;
		max-width: 400px;
      margin: 0 auto; }
      .mission > .inner:before {
        content: '';
        background: url("/corporate/img/sp/mission/title_mission.png") no-repeat 50% 50%;
        background-size: contain;
        display: block;
        position: absolute;
        width: 70px;
        height: 60px;
        top: -10px;
        left: -80px; }
      .mission > .inner h2 {
        font-weight: bold;
        margin-bottom: 10px; }
      .mission > .inner p {
        line-height: 1.8; }

  .ourPrograms01 {
    padding: 20px 10px;
    text-align: center; }
    .ourPrograms01 h2 {
      color: #444;
      font-weight: bold;
      margin-bottom: 12px; }
      .ourPrograms01 h2 > span {
        display: block; }
    .ourPrograms01 p {
      letter-spacing: -1px; }

  .ourPrograms02 {
    width: 100%; }
    .ourPrograms02 ol {
      width: 100%;
      overflow: hidden;
      margin-bottom: 10px; }
      .ourPrograms02 ol li {
        width: 50%;
        float: left;
        margin-bottom: 5px; }
        .ourPrograms02 ol li:nth-child(2n) {
          float: right; }
        .ourPrograms02 ol li a {
          color: #666; }
          .ourPrograms02 ol li a img {
            width: 100%; }
          .ourPrograms02 ol li a p {
            display: block;
            width: 100%;
            height: 3em;
            background-color: #fff;
            font-size: 11px;
            font-size: 1.1rem;
            text-indent: -2em;
            padding: 2px 2px 5px 27px;
            box-sizing: border-box; }
            .ourPrograms02 ol li a p span {
              color: #666;
              font-weight: bold;
              margin-right: 7px; }
        .ourPrograms02 ol li.guide {
          border: 2px solid #666;
          box-sizing: border-box;
	padding: 53px 0px;}
          .ourPrograms02 ol li.guide a {
            display: block;
            color: #666;
            width: 100%;
            background-color: #fff;
            position: relative;
            text-align: center; }
            .ourPrograms02 ol li.guide a:hover {
              color: #ccc;
              background-color: #f3f3f3;
              -webkit-transition: all .3s;
                      transition: all .3s; }
            .ourPrograms02 ol li.guide a p {
              height: 100%;
              display: table;
              text-indent: 0;
              padding: 0; }
              .ourPrograms02 ol li.guide a p span {
                display: table-cell;
                vertical-align: middle; }
          .ourPrograms02 ol li.guide img {
            display: block; }

  .ourPrograms03 {
    padding: 30px 0; }
    .ourPrograms03 ul {
      text-align: center; }
      .ourPrograms03 ul li {
        display: inline-block;
        vertical-align: top;
        width: 95px;
        margin-left: 5px;
        text-align: center; }
        .ourPrograms03 ul li:first-child {
          margin-left: 0; }
        .ourPrograms03 ul li img {
          max-width: 80%;
          max-height: 80%; }
    .ourPrograms03 .organizationBox {
      border: 1px solid #ddd;
      width: 100%;
      height: 40px;
      box-sizing: border-box;
      position: relative;
      margin-bottom: 5px; }
      .ourPrograms03 .organizationBox img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto; }

  .cooperatingAgencies {
    background-color: #F3F3F3;
    padding: 20px;
    text-align: center; }
    .cooperatingAgencies h2 {
      color: #444;
      font-weight: bold;
      margin-bottom: 12px; }
      .cooperatingAgencies h2 > span {
        display: block; }
    .cooperatingAgencies > .inner > ul {
      text-align: left; }
      .cooperatingAgencies > .inner > ul > li:before {
        content: '-';
        margin-right: 2px; }

  .partners {
    padding: 20px;
    text-align: center; }
    .partners h2 {
      color: #444;
      font-weight: bold;
      margin-bottom: 12px; }
      .partners h2 > span {
        display: block; }

  .partners {
    padding: 20px;
    text-align: center; }
    .partners h2 {
      color: #444;
      font-weight: bold;
      margin-bottom: 12px; }
      .partners h2 > span {
        display: block; }
    .partners ul {
      overflow: hidden;
      width: 240px;
      display: block;
      margin: 0 auto; }
      .partners ul li {
        float: left;
        width: 120px;
        height: 50px;
        position: relative; }
        .partners ul li img {
          max-width: 80%;
          max-height: 80%;
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          margin: auto; }
        .partners ul li a {
          display: block; }
          .partners ul li a:hover {
            opacity: .6; }

  .spmain img {
    width: 100%; }

  .footer {
    position: relative;
    margin-top: 60px; }
    .footer > div {
      background-color: #222; }
      .footer > div .footerList > li > p {
        border-top: 1px solid #444;
        color: #fff; }
        .footer > div .footerList > li > p > a {
          padding: 10px;
          display: block; }
          .footer > div .footerList > li > p > a > span {
            display: none; }
      .footer > div .footerList > li > ul {
        border-top: 1px solid #444;
        padding: 5px 0; }
        .footer > div .footerList > li > ul > li {
          list-style: disc inside;
          margin: 0 auto; }
          .footer > div .footerList > li > ul > li > a {
            height: 100%;
            padding: 5px 10px 5px 20px;
            display: block; }
    .footer small {
      color: #173CE7D;
      padding: 14px;
      display: block;
      text-align: center; }
    .footer .pagetop {
      width: 35px;
      height: 35px;
      background-color: #eee;
      position: absolute;
      top: -50px;
      right: 10px; }
      .footer .pagetop a {
        display: block;
        width: 100%;
        height: 100%;
        position: relative; }
        .footer .pagetop a img {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          margin: auto; }

  .programList img {
    width: 100%;
    height: auto; }

  .ourProgramsLinklist {
    width: 100%;
    margin: 0 auto; }
    .ourProgramsLinklist ol {
      display: block;
      margin: 0 auto; }
      .ourProgramsLinklist ol li {
        border: 1px solid #ddd;
        margin-bottom: 13px;
        box-sizing: border-box;
        box-shadow: 0 2px 1px #ccc; }
        .ourProgramsLinklist ol li a {
          display: block;
          padding: 13px;
          color: #666; }
          .ourProgramsLinklist ol li a:hover {
            color: #173CE7; }
            .ourProgramsLinklist ol li a:hover .linkButton {
              opacity: .6;
              -webkit-transition: all .3s;
                      transition: all .3s; }
        .ourProgramsLinklist ol li p {
          font-size: 14px;
          font-size: 1.4rem;
          color: #666;
          margin-top: 7px; }
        .ourProgramsLinklist ol li .leadLv1 {
          display: block;
          width: 100%;
          background-color: #fff;
          font-size: 17px;
          font-size: 1.7rem;
          text-indent: -2em;
          padding: 0 0 10px 35px;
          box-sizing: border-box;
          margin-top: 0;
          font-weight: bold; }
          .ourProgramsLinklist ol li .leadLv1 span {
            color: #666;
            font-weight: bold;
            margin-right: 10px; }
        .ourProgramsLinklist ol li .leadLv2 {
          font-size: 15px;
          font-size: 1.5rem;
          font-weight: bold;
          color: #666;
          margin-top: 7px; }
        .ourProgramsLinklist ol li .text {
          min-height: 6em; }
        .ourProgramsLinklist ol li .imgWrap img {
          width: 100%; }
        .ourProgramsLinklist ol li .linkButton {
          text-align: center;
          font-size: 15px;
          font-size: 1.5rem;
          display: block;
          padding: 10px;
          color: #fff;
          font-weight: bold;
          margin-top: 7px;
          background: url(/corporate/img/common/ico/arrow02.png) right center no-repeat #666;
          background-size: 17px 11px;
          -webkit-transition: all .3s;
                  transition: all .3s; }

  .messageVision {
    margin: 0 auto 25px;
    position: relative; }
    .messageVision img {
      display: block;
      position: relative;
      width: 100px;
      height: 100px;
      top: -30px;
      margin: 0 auto; }
    .messageVision p {
      position: relative;
      top: -10px;
      padding: 0 10px;
      font-size: 14px;
      font-size: 1.4rem;
      text-align: left; }
      .messageVision p small {
        font-size: 12px;
        font-size: 1.2rem; }

  .newsSearchLead {
    height: 44px;
    line-height: 44px;
    color: #fff;
    text-align: center;
    font-size: 17px;
    font-size: 1.7rem;
    background-color: #666;
    width: 100%;
    margin: 15px 0; 
	padding: 15px 0 0!important;}

  .newsSearchNav > p {
    width: 100%;
    background-color: #eee;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 13px;
    font-size: 1.3rem; }
  .newsSearchNav > ul {
    padding: 5px 22px;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box; }
    .newsSearchNav > ul > li {
      display: block;
      width: 33%;
      float: left;
      height: 30px;
      line-height: 30px; }
      .newsSearchNav > ul > li:nth-child(3n+1) {
        clear: both; }
      .newsSearchNav > ul > li label {
        display: block; }
        .newsSearchNav > ul > li label input {
          margin-right: 5px; }

  .newsSearchButtonWrap {
    width: 100%;
    padding: 5px 22px;
    box-sizing: border-box; }

  .newsSearchButton {
    display: block;
    box-sizing: border-box;
    background-color: #444;
    color: #fff;
    border: none;
    height: 44px;
    line-height: 44px;
    width: 100%;
    cursor: pointer; }

  .newsArchive > ul {
    margin-bottom: 25px; }
    .newsArchive > ul > li {
      border-bottom: 1px solid #ddd;
      padding-bottom: 20px;
      margin-bottom: 20px; 
	list-style: none;}
      .newsArchive > ul > li .icoCategory {
        display: inline-block;
        width: 150px;
        border-radius: 3px;
        height: 15px;
        line-height: 15px;
        font-size: 10px;
        font-size: 14px;
        color: #fff;
        text-align: center;
        margin-right: 12px; 
	padding: 5px;}
        .newsArchive > ul > li .icoCategory.cat-press {
          background-color: #666; }
        .newsArchive > ul > li .icoCategory.cat-news {
          background-color: #666; }
        .newsArchive > ul > li .icoCategory.cat-media {
          background-color: #666f; }
	.newsArchive > ul > li .icoCategory.cat-recruit {
          background-color: #666; }
	.newsArchive > ul > li .icoCategory.cat-close {
          background-color: #666; }
      .newsArchive > ul > li .date {
        display: inline-block;
        height: 15px;
        line-height: 15px;
        font-size: 11px;
        font-size: 1.1rem; }
      .newsArchive > ul > li .text {
        margin-top: 7px;
        box-sizing: border-box; }
      .newsArchive > ul > li .btnType01 {
        margin: 15px 0 0;
        width: 100%; }

	

  .newsSingle .newsHeader {
    position: relative;
    overflow: hidden; }
    .newsSingle .newsHeader .icoCategory {
      display: inline-block;
      width: 150px !important;
      border-radius: 3px;
      height: 15px !important;
      line-height: 15px;
      font-size: 10px;
      font-size: 14px !important;
      color: #fff;
      text-align: center;
      margin-right: 12px;
	padding: 5px;}
      .newsSingle .newsHeader .icoCategory.cat-press {
        background-color: #666; }
      .newsSingle .newsHeader .icoCategory.cat-news {
        background-color: #666; }
      .newsSingle .newsHeader .icoCategory.cat-media {
        background-color: #666; }
	.newsSingle .newsHeader .icoCategory.cat-recruit {
        background-color: #666; }
	.newsSingle .newsHeader .icoCategory.cat-close {
        background-color: #666; }
    .newsSingle .newsHeader .date {
      display: inline-block;
      height: 15px;
      line-height: 15px;
      font-size: 11px;
      font-size: 1.1rem; }
    .newsSingle .newsHeader h2 {
      font-size: 15px;
      font-size: 1.5rem;
      word-break: break-all;
      padding: 10px 0; }
  .newsSingle .newsBody {
    overflow: hidden; }
    .newsSingle .newsBody p {
      font-size: 13px;
      font-size: 1.3rem;
      margin-bottom: 1em; }
    .newsSingle .newsBody img {
      max-width: 100%; }
    .newsSingle .newsBody .alignleft {
      float: left; }
    .newsSingle .newsBody .alignright {
      float: right; }
    .newsSingle .newsBody .aligncenter {
      clear: both;
      display: block;
      margin: 0 auto; }
  .newsSingle .newsFooter {
    margin-top: 30px; }
    .newsSingle .newsFooter .btnType01 {
      width: 100%; }

  .pagerWrap {
    text-align: center;}

  .pager {
    display: inline-block; }
    .pager span {
      display: inline-block;
      width: 30px;
      height: 20px;
      font-size: 13px;
      cursor: pointer; }
    .pager .prev {
      margin-right: 35px; }
    .pager .next {
      margin-left: 35px; }

  .containerRecruiting01 {
    padding: 0 10px; }
    .containerRecruiting01 img {
      width: 100%; }
    .containerRecruiting01 p {
      font-size: 13px;
      font-size: 1.3rem;
      margin-bottom: 1em;
      line-height: 1.6; }

  .secRecruiting01 {
    margin-top: 25px; }
    .secRecruiting01 img {
      margin-bottom: 1em; }

  .secRecruiting02 {
    border-top: 3px solid #eee;
    border-bottom: 3px solid #eee;
    padding: 25px 0;
    margin: 25px 0; }
    .secRecruiting02 img {
      margin-bottom: 10px; }
    .secRecruiting02 .lead {
      font-size: 15px;
      font-size: 1.5rem;
      font-weight: bold;
      margin-bottom: 10px; }
    .secRecruiting02 p:last-child {
      margin-bottom: 0; }

  .containerCorporation01 {
    padding: 0 10px; }
    .containerCorporation01 img {
      width: 100%; }
    .containerCorporation01 p {
      font-size: 13px;
      font-size: 1.3rem;
      margin-bottom: 1em;
      line-height: 1.6; }

  .containerRecruiting02 {
    padding: 0 10px; }
    .containerRecruiting02 .sub h2 {
      font-size: 17px;
      font-size: 1.7rem;
      font-weight: bold;
      color: #000; }
      .containerRecruiting02 .sub h2 span {
        font-family: 'Pragati Narrow', "Noto Sans JP", sans-serif;
        font-size: 10px;
        font-weight: normal;
        color: #173CE7;
        display: block;
        height: 10px; }
    .containerRecruiting02 .main section {
      margin-top: 0; }
    .containerRecruiting02 .main .lead {
      font-size: 15px;
      font-size: 1.5rem;
      margin: 12px 0;
      font-weight: bold;
      padding: 0;
      color: #173CE7; }

  .secCorporation01 {
    margin-top: 20px; }
    .secCorporation01 h2 {
      font-size: 17px;
      font-size: 1.7rem;
      font-weight: bold;
      color: #000;
      margin-bottom: 10px; }
      .secCorporation01 h2 span {
        font-family: 'Pragati Narrow', "Noto Sans JP", sans-serif;
        font-size: 10px;
        font-weight: normal;
        color: #173CE7;
        display: block;
        height: 10px; }
    .secCorporation01 img {
      margin-bottom: 5px; } }
/***********************************
* PC MODULE
***********************************/
@media screen and (min-width: 768px) {
  .img1st,
  .img2nd {
    display: none; }

  .btnType01 {
    width: 126px;
    height: 34px;
    line-height: 34px;
    text-align: center; }
    .btnType01 a {
      box-sizing: border-box;
      border: 1px solid #666;
      border-radius: 4px;
      display: block;
      color: #666;
      font-size: 12px;
      font-size: 1.2rem;
      -webkit-transition: all .3s;
              transition: all .3s; }
      .btnType01 a:hover {
        color: #ccc;
        background-color: #eee;
        -webkit-transition: all .3s;
                transition: all .3s; }
	
	.btnType01.big a {
		font-size: 1.6rem !important;
		width: 200px;
		height: 50px;
    line-height: 44px;
	}

  .btnType02 {
    width: 126px;
    height: 34px;
    line-height: 34px;
    text-align: center; }
    .btnType02 a {
      box-sizing: border-box;
      border-radius: 4px;
      display: block;
      font-size: 12px;
      font-size: 1.2rem;
      -webkit-transition: all .3s;
              transition: all .3s;
      color: #173CE7;
      background-color: #fff; }
      .btnType02 a:hover {
        color: #173CE7;
        background-color: #ccc;
        -webkit-transition: all .3s;
                transition: all .3s; }

  .btnType03 {
    width: 257px;
    height: 58px;
    line-height: 58px;
    text-align: center; }
    .btnType03 a {
      box-sizing: border-box;
      border-radius: 8px;
      display: block;
      font-size: 15px;
      font-size: 1.5rem;
      -webkit-transition: all .3s;
              transition: all .3s;
      color: #fff;
      background-color: #222; }
      .btnType03 a:hover {
        opacity: .6;
        -webkit-transition: all .3s;
                transition: all .3s; }

  .subMenu {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 12px 20px; }
    .subMenu p, .subMenu ul, .subMenu li {
      display: inline-block; }
    .subMenu p {
      font-weight: bold;
      color: #fff;
      margin-right: 10px; }
    .subMenu ul {
      margin-right: 10px; }
      .subMenu ul li {
        position: relative;
        margin-right: 10px; }
        .subMenu ul li:after {
          content: '';
          border-left: 4px solid #ccc;
          border-top: 3px solid transparent;
          border-bottom: 3px solid transparent;
          position: absolute;
          top: 50%;
          right: -8px;
          margin-top: -3px; }

  .functionMenu {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block; }
    .functionMenu .documents,
    .functionMenu .english {
      display: inline;
      text-align: center; }
      .functionMenu .documents a,
      .functionMenu .english a {
        display: inline-block;
        width: 120px;
        height: 50px;
        line-height: 50px;
        position: relative; }
        .functionMenu .documents a:after,
        .functionMenu .english a:after {
          content: '';
          border-left: 60px solid transparent;
          border-right: 60px solid transparent;
          position: absolute;
          top: 100%;
          left: 0;
          -webkit-transition: all .3s;
                  transition: all .3s; }
    .functionMenu .documents a {
      color: #fff;
      background-color: #666; }
      .functionMenu .documents a:after {
        border-top: 10px solid #666; }
      .functionMenu .documents a:hover {
        color: #fff;
        background-color: #666; }
        .functionMenu .documents a:hover:after {
          border-top-color: #666;
          -webkit-transition: all .3s;
                  transition: all .3s; }
    .functionMenu .english a {
      color: #fff;
      background-color: #000; }
      .functionMenu .english a:after {
        border-top: 10px solid #000; }
      .functionMenu .english a:hover {
        color: #fff;
        background-color: #000; }
        .functionMenu .english a:hover:after {
          border-top-color: #000;
          -webkit-transition: all .3s;
                  transition: all .3s; }

  .hero {
    position: relative; 
	top: 0px !important;}

  #top .hero {
    height: 595px; }

  #company .hero,
  #ourprograms .hero,
  #vision .hero,
  #news .hero,
  #recruiting .hero,
  #corporation .hero {
    height: 485px;
    margin-top: -85px;
    overflow: hidden; }

  .img--hero {
    position: relative;
    height: 400px; }

  .picWrap {
    position: absolute;
    width: 100%; }
    .picWrap .pic {
      width: 100%;
      display: block; }

  #top .skipprWrap {
    width: 100%;
    height: 510px;
    pointer-events: none; }
    #top .skipprWrap li {
      background-color: transparent;
      bottom: 0; }
  #top .skippr-nav-container {
    display: none; }

  #company .picWrap,
  #ourprograms .picWrap,
  #vision .picWrap,
  #news .picWrap,
  #recruiting .picWrap,
  #corporation .picWrap {
    bottom: 0;
    min-width: 1086px; }

  .logoWrap {
    position: absolute;
    top: 50%;
    left: 100px;
    margin-top: -18px; }

  .headingWrap > h1 {
    position: absolute;
    top: 50%;
    left: 100px; }
	.headingWrap img.pic {
		width: 50%;
		height: auto;
	}
  .mainCopy {
    background-color: #f3f3f3;
    min-width: 1086px; }
    .mainCopy > .inner {
      width: 1086px;
      margin: 0 auto;
      padding: 112px 0;
      text-align: center; }
    .mainCopy h2 {
      color: #173CE7;
      font-size: 30px;
      font-size: 3rem;
      font-weight: bold;
      margin-bottom: 15px; }
    .mainCopy p {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1.7; }

  .mainCopy02 {
    background-color: #fff;
    min-width: 1086px; }
    .mainCopy02 > .inner {
      width: 720px;
      margin: 0 auto;
      padding: 65px 0; }
    .mainCopy02 p {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1.7; }

  .news > .inner {
    width: 1086px;
    margin: 0 auto;
    padding: 54px 52px;
    box-sizing: border-box;
    position: relative; }
  .news h2 {
    font-family: 'Pragati Narrow', "Noto Sans JP", sans-serif;
    font-size: 34px;
    font-size: 3.4rem;
    position: relative;
    margin-bottom: 20px; }
    .news h2 span {
      font-size: 14px;
      font-size: 1.4rem;
      position: absolute;
      display: block;
      color: #888;
      left: 112px;
      bottom: 7px; }
  .news .newsList {
    font-size: 12px;
    font-size: 1.2rem;
    height: 180px;
    overflow-y: scroll;
    margin-bottom: 50px; }
    .news .newsList ul li {
      overflow: hidden;
      margin-bottom: 15px; }
      .news .newsList ul li time {
        color: #888;
        float: left; }
      .news .newsList ul li p {
        display: block;
        float: right;
        width: 872px;
        word-break: break-all;
        text-align: left; }
        .news .newsList ul li p a {
          color: #666; }
          .news .newsList ul li p a:hover {
            color: #173CE7; }
  .news .bannerList ul {
    overflow: hidden; }
    .news .bannerList ul li {
      float: left;
      margin-left: 7px; }
      .news .bannerList ul li:first-child {
        margin-left: 0; }
      .news .bannerList ul li a:hover {
        opacity: .6; }
  .news .btnType01 {
    position: absolute;
    top: 54px;
    right: 52px; }

  .mission {
    background: url(/corporate/img/pc/mission/mainimg.jpg) center bottom no-repeat;
    background-size: auto 100%;
    height: 500px;
    color: #fff;
    padding: 62px 0;
    box-sizing: border-box;
    min-width: 1086px; }
    .mission > .inner {
      width: 758px;
      margin: 0 auto;
      padding-left: 220px;
      box-sizing: border-box;
      position: relative; }
      .mission > .inner .btnType02 {
        position: absolute;
        right: 0px;
        bottom: -50px;
        line-height: 34px; }
    .mission h2 {
      padding-top: 88px;
      font-size: 30px;
      font-size: 3rem;
      font-weight: bold;
      margin-bottom: 15px; }
    .mission p {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1.7; }
    .mission .label {
      position: absolute;
      left: 0;
      top: 180px; 
		width: 100%;
	max-width: 180px;}

  .ourPrograms01 {
    padding: 45px 0;
    text-align: center; }
    .ourPrograms01 h2 {
      font-family: 'Pragati Narrow', "Noto Sans JP", sans-serif;
      font-size: 34px;
      font-size: 3.4rem;
      margin-bottom: 30px; }
      .ourPrograms01 h2 span {
        font-size: 14px;
        font-size: 1.4rem;
        color: #888;
        display: block; }
    .ourPrograms01 p {
      font-size: 14px;
      font-size: 1.4rem; }

  .ourPrograms02 {
    background-color: #eee;
    min-width: 1086px;
    padding: 30px 0; }
    .ourPrograms02 > .inner {
      width: 1086px;
      margin: 0 auto; }
    .ourPrograms02 ol {
      overflow: hidden;
      margin: 0 auto;
      width: 982px; }
      .ourPrograms02 ol li {
        float: left;
        width: 320px;
        margin-right: 11px;
        margin-bottom: 11px; }
        .ourPrograms02 ol li:nth-child(3n) {
          margin-right: 0; }
        .ourPrograms02 ol li div {
          height: 200px;
          width: 100%;
          overflow: hidden; }
          .ourPrograms02 ol li div img {
            -webkit-transition: -webkit-transform 0.35s linear;
            transition: transform 0.35s linear; }
        .ourPrograms02 ol li p {
          display: block;
          height: 70px;
          width: 100%;
          background-color: #fff;
          font-size: 16px;
          font-size: 1.6rem;
          text-indent: -2em;
          padding: 10px 10px 10px 48px;
          box-sizing: border-box; }
          .ourPrograms02 ol li p span {
            color: #666;
            font-weight: bold;
            margin-right: 10px; }
        .ourPrograms02 ol li:hover div img {
          -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
          transform: scale(1.1); }
        .ourPrograms02 ol li a {
          color: #666; }
          .ourPrograms02 ol li a:hover {
            color: #ccc; }
        .ourPrograms02 ol li.guide {
          height: 270px;
          border: 2px solid #666;
          box-sizing: border-box;
          display: table; }
          .ourPrograms02 ol li.guide a {
            color: #666;
            display: table-cell;
            height: 100%;
            background-color: #fff;
            vertical-align: middle;
            text-align: center; }
            .ourPrograms02 ol li.guide a:hover {
              color: #ccc;
              background-color: #f3f3f3;
              -webkit-transition: all .3s;
                      transition: all .3s; }
            .ourPrograms02 ol li.guide a p {
              background-color: transparent;
              text-indent: 0;
              padding: 10px; }

  .ourPrograms03 {
    padding: 45px 0; }
    .ourPrograms03 ul {
      text-align: center; }
      .ourPrograms03 ul li {
        display: inline-block;
        width: 235px;
        margin-left: 20px;
        text-align: center; }
        .ourPrograms03 ul li:first-child {
          margin-left: 0; }
    .ourPrograms03 .organizationBox {
      border: 1px solid #ddd;
      width: 100%;
      height: 100px;
      box-sizing: border-box;
      position: relative;
      margin-bottom: 10px; }
      .ourPrograms03 .organizationBox img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto; 
	width: 100%;
	max-width: 180px;
	height: auto;}

  .cooperatingAgencies {
    padding: 45px 0;
    background-color: #f3f3f3;
    min-width: 1086px;
    text-align: center; }
    .cooperatingAgencies > .inner {
      width: 1086px;
      margin: 0 auto; }
    .cooperatingAgencies h2 {
      font-family: 'Pragati Narrow', "Noto Sans JP", sans-serif;
      font-size: 34px;
      font-size: 3.4rem;
      margin-bottom: 30px; }
      .cooperatingAgencies h2 span {
        font-size: 14px;
        font-size: 1.4rem;
        color: #888;
        display: block; }
    .cooperatingAgencies ul {
      width: 800px;
      margin-left: 80px;
      overflow: hidden;
      text-align: left;
      display: inline-block; }
      .cooperatingAgencies ul li {
        font-size: 14px;
        font-size: 1.4rem;
        float: left;
        width: 400px; }
        .cooperatingAgencies ul li:before {
          content: "- "; }

  .partners {
    padding: 45px 0;
    text-align: center;
    width: 100%;
    min-width: 1086px; }
    .partners > .inner {
      width: 1086px;
      margin: 0 auto; }
    .partners h2 {
      font-family: 'Pragati Narrow', "Noto Sans JP", sans-serif;
      font-size: 34px;
      font-size: 3.4rem;
      margin-bottom: 30px; }
      .partners h2 span {
        font-size: 14px;
        font-size: 1.4rem;
        color: #888;
        display: block; }
    .partners ul {
      overflow: hidden;
      width: 960px;
      display: block;
      margin: 0 auto; }
      .partners ul li {
        float: left;
        width: 240px;
        height: 120px;
        position: relative; }
        .partners ul li img {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          margin: auto; 
			width: 100%;
	max-width: 150px;
	height: auto;
	max-height: 100px;}
        .partners ul li a:hover {
          opacity: .6; }
	
  .responsive img {
    width: 100%;
    height: auto; }
	
  /* ------------------------------
      lower style
  ------------------------------ */
  .main {
    font-size: 14px;
    font-size: 1.4rem;
    padding-bottom: 60px; }
    .main.container {
      float: none;
      margin: 0 auto;
      padding: 0; }
    .main section {
      margin-top: 70px; }
      .main section:first-child {
        margin-top: 0; }
      .main section > * {
        margin-top: 15px; }
        .main section > *:first-child {
          margin-top: 0; }
    .main h2 {
      font-size: 26px;
      font-size: 2.6rem;
      font-weight: bold;
      color: #666; }
      .main h2 span {
        font-family: 'Pragati Narrow', "Noto Sans JP", sans-serif;
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: normal;
        color: #173CE7;
        display: block;
        height: 17px; }
    .main h3 {
      font-size: 22px;
      font-size: 2.2rem;
      font-weight: bold;
      margin-top: 30px; }
      .main h3 + p {
        margin-top: 5px; }
    .main p.txtShomei {
      text-align: right;
      margin-top: 0; }
    .main p {
		font-size: 1.4rem !important;
      margin-top: 20px; }	
    .main p + p {
		font-size: 1.3rem !important;
      margin-top: 20px; }
    .main .ourPrograms03 {
      padding: 0; }
      .main .ourPrograms03 ul {
        margin-top: 20px; }
        .main .ourPrograms03 ul li {
          margin-left: 15px; }
          .main .ourPrograms03 ul li:first-child {
            margin-left: 0; }
    .main .program .programList {
      overflow: hidden; }
      .main .program .programList li {
        float: left;
        width: 364px;
		  list-style: none;
		  margin-left: auto;
        margin-bottom: 30px; }
        .main .program .programList li:nth-child(odd) {
          margin-right: 22px;
          clear: both; }
        .main .program .programList li .lead {
          font-size: 22px;
          font-size: 2.2rem;
          font-weight: bold; }
        .main .program .programList li p {
          margin-top: 5px; }
    .main .tableType01 {
      width: 100%; }
      .main .tableType01 tr th, .main .tableType01 tr td {
        padding: 25px 15px;
        border-bottom: 2px solid #fff; 
	font-size: 14px;
	font-size: 1.4rem}
      .main .tableType01 tr th {
        background-color: #dfdfdf;
        width: 30%; }
      .main .tableType01 tr td {
        background-color: #f0f0f0; }

  .ourProgramsLinklist {
    width: 1086px;
    margin: 0 auto; }
    .ourProgramsLinklist ol {
      overflow: hidden;
      width: 982px;
      display: block;
      margin: 0 auto; }
      .ourProgramsLinklist ol li {
        position: relative;
        border: 1px solid #ddd;
        margin-bottom: 40px;
        box-sizing: border-box;
        width: 482px;
        float: left;
        box-shadow: 0 2px 1px #ccc; }
        .ourProgramsLinklist ol li:nth-child(odd) {
          margin-right: 17px;
          clear: both; }
        .ourProgramsLinklist ol li a {
          display: block;
          padding: 20px;
          color: #666; }
          .ourProgramsLinklist ol li a:hover {
            color:#173CE7; }
            .ourProgramsLinklist ol li a:hover .imgWrap img {
              -webkit-transform: scale(1.1);
              -ms-transform: scale(1.1);
              transform: scale(1.1); }
            .ourProgramsLinklist ol li a:hover .linkButton {
              opacity: .6;
              -webkit-transition: all .3s;
                      transition: all .3s; }
        .ourProgramsLinklist ol li p {
          font-size: 14px;
          font-size: 1.4rem;
          color: #666;
          margin-top: 15px; }
        .ourProgramsLinklist ol li .leadLv1 {
          display: block;
          width: 100%;
          background-color: #fff;
          font-size: 20px;
          font-size: 2rem;
          text-indent: -2em;
          padding: 0 0 20px 38px;
          box-sizing: border-box;
          margin-top: 0;
          font-weight: bold; }
          .ourProgramsLinklist ol li .leadLv1 span {
            color: #666;
            font-weight: bold;
            margin-right: 10px; }
        .ourProgramsLinklist ol li .leadLv2 {
          font-size: 16px;
          font-size: 1.6rem;
          font-weight: bold;
          color: #666;
          margin-top: 15px; }
        .ourProgramsLinklist ol li .text {
          min-height: 6em; }
        .ourProgramsLinklist ol li .imgWrap {
          height: 200px;
          width: 100%;
          overflow: hidden; }
          .ourProgramsLinklist ol li .imgWrap img {
            -webkit-transition: -webkit-transform 0.35s linear;
            transition: transform 0.35s linear; }
        .ourProgramsLinklist ol li .linkButton {
          text-align: center;
          font-size: 18px;
          font-size: 1.8rem;
          display: block;
          padding: 20px;
          color: #fff;
          font-weight: bold;
          margin-top: 15px;
          background: url(/corporate/img/common/ico/arrow02.png) right center no-repeat #666;
          -webkit-transition: all .3s;
                  transition: all .3s; }

  .messageVision {
    width: 1086px;
    margin: 0 auto 10px;
    position: relative;
    top: -55px;
    height: 200px; }
    .messageVision img {
      position: absolute; }
    .messageVision p {
      position: absolute;
      width: 630px;
      font-size: 16px;
      font-size: 1.6rem;
      text-align: left;
      padding-top: 85px; }
      .messageVision p small {
        font-size: 10px;
        font-size: 1rem; }
	
	.messageVision.add {
		height: 900px;
	}
	.messageVision.add2 {
		height: 250px;
	}

  .messageVision--left img {
    left: 52px; }
  .messageVision--left p {
    right: 120px; }

  .messageVision--right img {
    right: 52px; }
  .messageVision--right p {
    left: 120px; }

  .newsSearchNav {
    width: 200px;
    box-shadow: 0 2px 1px #ccc;
    margin-bottom: 15px; }
    .newsSearchNav > p {
      padding: 0 10px 0 18px;
      background-color: #000;
      color: #fff;
      display: block;
      margin-bottom: 0;
      border-top: 3px solid #eee;
      border-left: 3px solid #eee;
      border-right: 3px solid #eee;
      height: 60px;
      line-height: 60px; }
    .newsSearchNav ul {
      border-bottom: 3px solid #eee; }
      .newsSearchNav ul li {
        background-color: #fff;
        border-top: 1px solid #d4c9b9;
        border-left: 3px solid #eee;
        border-right: 3px solid #eee; }
        .newsSearchNav ul li:first-child {
          border-top: 0; }
        .newsSearchNav ul li label {
          display: block;
          height: 60px;
          line-height: 60px;
          padding: 0 10px 0 18px;
          font-weight: bold;
          font-size: 13px;
          font-size: 1.3rem;
          color: #666; }
          .newsSearchNav ul li label:hover {
            background-color: #eee;
            -webkit-transition: all .3s;
                    transition: all .3s;
            color: #173CE7; }
          .newsSearchNav ul li label input {
            margin-right: 10px; }
    .newsSearchNav.is-fixed {
      position: fixed;
      top: 100px; }
    .newsSearchNav.is-absoluteBottom {
      position: absolute; }

  .newsSearchButton {
    background-color: #444;
    color: #fff;
    display: block;
    margin-bottom: 60px;
    border: 3px solid #eee;
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 100%;
    box-shadow: 0 2px 1px #ccc;
    font-size: 16px;
    font-size: 1.6rem;
    cursor: pointer; }

  .newsArchive > ul {
    margin-bottom: 25px; }
    .newsArchive > ul > li {
      border-bottom: 1px solid #ddd;
      padding-bottom: 20px;
      margin-bottom: 20px;
      position: relative; 
	list-style: none;}
      .newsArchive > ul > li .icoCategory {
        display: inline-block;
        width: 140px;
        border-radius: 4px;
        height: 26px;
        line-height: 26px;
        font-size: 14px;
        font-size: 1.4rem;
        color: #fff;
        text-align: center;
        margin-right: 12px; }
        .newsArchive > ul > li .icoCategory.cat-press {
          background-color: #666; }
        .newsArchive > ul > li .icoCategory.cat-news {
          background-color: #666; }
        .newsArchive > ul > li .icoCategory.cat-media {
          background-color: #666; }
	.newsArchive > ul > li .icoCategory.cat-recruit {
          background-color: #666; }
	.newsArchive > ul > li .icoCategory.cat-close {
          background-color: #666; }
      .newsArchive > ul > li .date {
        display: inline-block;
        height: 26px;
        line-height: 26px;
        font-size: 14px;
        font-size: 1.4rem; }
      .newsArchive > ul > li .text {
        margin-top: 15px;
        padding-right: 180px;
        box-sizing: border-box; }
      .newsArchive > ul > li .btnType01 {
        position: absolute;
        right: 0;
        bottom: 20px; }


	
  .newsSingle .newsHeader {
    position: relative;
    overflow: hidden; }
    .newsSingle .newsHeader .icoCategory {
      display: inline-block;
      width: 140px;
      border-radius: 4px;
      height: 26px;
      line-height: 26px;
      font-size: 14px !important;
      font-size: 1.4rem !important;
      color: #fff;
      text-align: center;
      margin-right: 12px; }
      .newsSingle .newsHeader .icoCategory.cat-press {
        background-color: #666; }
      .newsSingle .newsHeader .icoCategory.cat-news {
        background-color: #666; }
      .newsSingle .newsHeader .icoCategory.cat-media {
        background-color: #666; }
	.newsSingle .newsHeader .icoCategory.cat-recruit {
        background-color: #666; }
	.newsSingle .newsHeader .icoCategory.cat-close {
        background-color: #666; }
    .newsSingle .newsHeader .date {
      display: inline-block;
      height: 26px;
      line-height: 26px;
      font-size: 14px;
      font-size: 1.4rem; }
    .newsSingle .newsHeader h2 {
      font-size: 16px;
      font-size: 1.6rem;
      word-break: break-all;
      padding: 10px 0; }
  .newsSingle .newsBody {
    overflow: hidden; }
    .newsSingle .newsBody p {
      font-size: 14px;
      font-size: 1.4rem;
      margin-bottom: 1em; }
    .newsSingle .newsBody img {
      max-width: 100%; }
    .newsSingle .newsBody .alignleft {
      float: left; }
    .newsSingle .newsBody .alignright {
      float: right; }
    .newsSingle .newsBody .aligncenter {
      clear: both;
      display: block;
      margin: 0 auto; }
  .newsSingle .newsFooter {
    margin-top: 30px; }

  .pagerWrap {
    text-align: center; }

  .pager {
    display: inline-block; }
    .pager span {
      display: inline-block;
      min-width: 30px;
      height: 20px;
      font-size: 13px;
      cursor: pointer; }
    .pager .prev {
      margin-right: 35px; }
    .pager .next {
      margin-left: 35px; }
    .pager .current {
      color: #999; }

  .containerRecruiting01 {
    width: 982px;
    overflow: hidden;
    margin: 0 auto; }
    .containerRecruiting01 p {
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 2; }

  .secRecruiting01Wrap {
    margin-top: 50px; }

  .secRecruiting01 {
    overflow: hidden;
    margin-top: 40px; }
    .secRecruiting01 div {
      display: block;
      overflow: hidden; }
      .secRecruiting01 div p {
        margin-bottom: 1em; }

  .secRecruiting01--L img {
    float: left;
    margin-right: 32px; }

  .secRecruiting01--R img {
    float: right;
    margin-left: 32px; }

  .secRecruiting02 {
    border-top: 5px solid #eee;
    border-bottom: 5px solid #eee;
    padding: 50px 0;
    margin: 40px 0;
    overflow: hidden; }
    .secRecruiting02 img {
      float: left;
      margin-right: 30px; }
    .secRecruiting02 div .lead {
      font-weight: bold;
      font-size: 24px;
      font-size: 2.4rem;
      margin-bottom: 20px;
      line-height: 1.4; }

  .containerRecruiting02 {
    overflow: hidden;
    width: 982px;
    margin: 0 auto; }
    .containerRecruiting02 h2 {
      font-size: 26px;
      font-size: 2.6rem;
      font-weight: bold;
      color: #666; }
      .containerRecruiting02 h2 span {
        font-family: 'Pragati Narrow', "Noto Sans JP", sans-serif;
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: normal;
        color: #173CE7;
        display: block;
        height: 17px; }
    .containerRecruiting02 .main {
      margin-right: 0; }
      .containerRecruiting02 .main .lead {
        font-size: 26px;
        font-size: 2.6rem;
        color: #173CE7;
        font-weight: bold;
        margin-bottom: 30px; }
    .containerRecruiting02 .sub {
      margin-left: 0;
      margin-right: 32px; }

  .containerCorporation01 {
    width: 982px;
    margin: 0 auto;
    overflow: hidden; }

  .secCorporation01 {
    margin-top: 50px;
    overflow: hidden; }
    .secCorporation01 img {
      float: left;
      margin-right: 50px; }
    .secCorporation01 div h2 {
      font-size: 26px;
      font-size: 2.6rem;
      font-weight: bold;
      color: #666;
      margin-bottom: 20px; }
      .secCorporation01 div h2 span {
        font-family: 'Pragati Narrow', "Noto Sans JP", sans-serif;
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: normal;
        color: #173CE7;
        display: block;
        height: 17px; }
    .secCorporation01 div p {
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 1.6; }

  .secCorporation02 {
    margin: 45px 0 90px;
    text-align: center; }
    .secCorporation02 .btnType03 {
      display: inline-block; } }
@media screen and (min-width: 1086px) {
  .mission {
    background: url(/corporate/img/pc/mission/mainimg.jpg) center bottom no-repeat;
    background-size: 100% auto; }

  .hero {
    height: auto; 
	top: 55px;}
    .hero .picWrap {
      bottom: auto;
      height: 100%; 
}
      .hero .picWrap img {
        position: absolute;
        top: 0px;
        bottom: 0;
        margin: auto; }

  #top .hero {
    height: 755px; }
  #top .skipprWrap {
    height: 670px; }

  #company .hero,
  #ourprograms .hero,
  #vision .hero,
  #news .hero,
  #recruiting .hero,
  #corporation .hero {
    height: 545px; }

  .img--hero {
    height: 400px;
    overflow: hidden; }
    .img--hero .picWrap {
      bottom: auto;
      height: 100%; }
      .img--hero .picWrap img {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto; }

  .logoWrap {
    position: absolute;
    top: 50%;
    left: 20%;
    margin-top: -18px; }

  .headingWrap {
    width: 1086px;
    position: relative;
    display: block;
    margin: 0 auto;
    height: 545px; }
    .headingWrap > h1 {
      left: 0;
      position: absolute;
      top: 50%; } }
a.nolink　 {
  opacity: 0.4 !important;
  cursor: default  !important; }

#opcon {
  padding-top: 125px;
  margin-top: -85px; }

.trtxtsign {
  text-align: right;
  font-weight: bold;
  padding-top: 10px; }

/***********************************
* ALL DEVICE MULTI CLASS
***********************************/
.noOpFX:hover {
  opacity: 1 !important; }

.oh {
  overflow: hidden !important; }

.por {
  position: relative !important; }

.c_attention01 {
  color: #173CE7 !important; }

.tac {
  text-align: center !important; }

.tar {
  text-align: right !important; }

.mb0 {
  margin-bottom: 0 !important; }

.mt40 {
  margin-top: 40px !important; }

.pb0 {
  padding-bottom: 0 !important; }

.pb40 {
  padding-bottom: 40px !important; }

.dn {
  display: none !important; }

/***********************************
* IE8
***********************************/
/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  outline: none; }

#colorbox {
  border-radius: 4px; }

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%; }

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left; }

#cboxContent {
  position: relative; }

#cboxLoadedContent {
  overflow: auto; }

#cboxTitle {
  margin: 0; }

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer; }

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block; }

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0; }

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background-color: #000; }

#cboxContent {
  background: #fff;
  overflow: hidden; }

#cboxError {
  padding: 50px;
  border: 1px solid #ccc; }

#cboxLoadedContent {
  margin-bottom: 28px; }

#cboxClose {
  display: none; }

/*
  The following fixes a problem where IE7+ replaces a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF); }

/*
  The following provides PNG transparency support for IE6
*/
.skippr {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden; }

.skippr > div {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 62.5%; }

.skippr > img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  min-height: 100%; }

.skippr-nav-container {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  bottom: 25px;
  overflow: auto;
  z-index: 999; }

.skippr-nav-element {
  cursor: pointer;
  float: left;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all .25s linear;
  transition: all .25s linear; }

.skippr-nav-element-bubble {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 4px; }

.skippr-nav-element-block {
  width: 60px;
  height: 10px; }

.skippr-nav-element:hover, .skippr-nav-element-active {
  background-color: #fff; }

.skippr-arrow {
  position: absolute;
  z-index: 999;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  width: 30px;
  height: 30px;
  -ms-transform-origin: center center;
      transform-origin: center center;
  -webkit-transform-origin: top left;
  cursor: pointer; }

.skippr-previous {
  left: 2.5%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  border-top: 2px solid white;
  border-left: 2px solid white; }

.skippr-next {
  right: 3.5%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  border-bottom: 2px solid white;
  border-right: 2px solid white; }

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

.grey {
	color: #666 !important;
}

h3.gradation {
	background-image: url("../img/pc/company/mainimg.jpg");
	background-size: cover;
}
.sekaia-name {
	margin: 50px auto 0;
}
.sekaia-name img {
	width: 100%;
	max-width: 600px;
}
.sekaia-name a:hover {
        opacity: .6; }