@font-face {
  font-family: 'fontello';
  src: url("..\font\fontello.eot?453402");
  src: url("..\font\fontello.eot?453402#iefix") format('embedded-opentype'),
       url("..\font\fontello.woff?453402") format('woff'),
       url("..\font\fontello.ttf?453402") format('truetype'),
       url("..\font\fontello.svg?453402#fontello") format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */

/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */

/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?453402#fontello') format('svg');
  }
}
*/

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-users:before {
  content: '\e800';
}

/* '' */

.icon-doc-text:before {
  content: '\e801';
}

/* '' */

.icon-picture:before {
  content: '\e802';
}

/* '' */

.icon-folder-empty:before {
  content: '\e803';
}

/* '' */

* {
  box-sizing: border-box;
}

html {
  font-size: 100%;
  line-height: 1.8;
}

@media (max-width: 767px) {
  html {
    font-size: 100%;
    line-height: 1.6;
  }
}

body {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  background-color: #fff;
  color: #333;
}

a:link {
  color: #00f;
}

a:visited {
  color: #000080;
}

a:hover,
a:active,
a:focus {
  color: #f00;
}

h2 {
  font-size: 1.2rem;
}

h3 {
  font-size: 1.1rem;
}

h4 {
  font-size: 1rem;
}

small {
  font-size: 0.8rem;
}

.l-headerline {
  height: 6px;
  font-size: 0.2em;
}

.l-headerline div:nth-of-type(1) {
  background-color: #009a00;
}

.l-headerline div:nth-of-type(2) {
  background-color: #00238c;
}

.l-header {
  border-bottom: 1px solid #ccc;
  height: 60px;
}

.l-header .logo {
  margin: 0;
}

.l-header .logo img {
  position: absolute;
  top: 8px;
  left: 10px;
  width: 170px;
}

.l-header .tel {
  display: none;
}

@media (min-width: 48em) {
  .l-header {
    height: 100px;
    margin: 0;
  }

  .l-header .logo {
    margin: 0;
  }

  .l-header .logo img {
    top: 15px;
    width: 267px;
  }

  .l-header .tel {
    display: block;
    margin: 0;
  }

  .l-header .tel img {
    position: absolute;
    top: 25px;
    right: 10px;
    width: 223px;
  }
}

.fixed {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  box-shadow: 0 2px 5px 1px rgba(0,0,0,0.2);
}

.l-nav {
  display: none;
  background-color: #00238c;
}

@media (min-width: 48em) {
  .l-nav {
    display: block;
  }

  .l-nav ul {
    padding: 0;
    font-size: 0;
  }

  .l-nav li {
    list-style: none;
    display: inline-block;
    width: 25%;
    border-left: 1px solid rgba(255,255,255,0.1);
  }

  .l-nav li:nth-last-of-type(1) {
    border-right: 1px solid rgba(255,255,255,0.1);
  }

  .l-nav a {
    color: #fff;
    display: block;
    font-size: 1rem;
    text-decoration: none;
    width: 100%;
    height: 100%;
    padding: 1em;
    text-align: center;
  }

  .l-nav a:hover {
    background-color: #009a00;
  }

  .l-nav .self {
    background-color: #009a00 !important;
  }
}

.l-container {
  position: relative;
  margin: 0 auto 40px;
}

.l-footer {
  position: relative;
  background-color: #00238c;
  color: #fff;
  text-align: center;
}

@media (min-width: 48em) {
  .l-footer {
    padding: 2em 1em 1em;
  }
}

.l-footer .copyright {
  font-size: 75%;
  padding: 1em;
}

.m-inner {
  position: relative;
}

@media (min-width: 64em) {
  .m-inner {
    width: 960px;
    margin: 0 auto;
  }
}

.m-block {
  position: relative;
  padding: 1em;
}

@media (min-width: 64em) {
  .m-block {
    width: 740px;
    margin: 0 auto;
  }
}

.m-title {
  border-bottom: 1px solid #eee;
  text-align: center;
  color: #00238c;
  font-size: 125%;
  font-weight: normal;
  line-height: 1.4;
}

.m-title span {
  display: block;
  color: #ccc;
  font-size: 75%;
  margin-bottom: 0.5em;
}

@media (min-width: 48em) {
  .m-title {
    font-size: 138%;
    padding-top: 1em;
  }
}

.m-subtitle {
  text-align: center;
  color: #999;
  font-size: 113%;
  font-weight: normal;
}

@media (min-width: 48em) {
  .m-subtitle {
    font-size: 125%;
  }
}

.m-dl_list dt {
  padding: 0;
  margin: 0;
}

.m-dl_list dd {
  padding: 0;
  margin: 0 0 1em;
}

@media (min-width: 48em) {
  .m-dl_list {
    display: table;
    margin: 0 auto;
    width: auto;
  }

  .m-dl_list dt {
    white-space: nowrap;
  }

  .m-dl_list dd {
    white-space: nowrap;
  }
}

.m-banner_btn {
  text-align: center;
  margin: 0 auto 20px;
}

.m-banner_btn a {
  color: #fff;
  display: block;
}

.m-banner_btn a:hover {
  opacity: 0.9;
}

@media (min-width: 64em) {
  .m-banner_btn {
    margin-bottom: 60px;
  }

  .m-banner_btn div {
    width: 470px;
    height: 170px;
  }

  .m-banner_btn .group {
    margin-right: 20px;
  }

  .m-banner_btn .recruit {
    margin: 0;
  }
}

.m-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.m-menu li {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  text-align: left;
}

.m-menu li:after {
  display: block;
  content: '';
  position: absolute;
  top: 1.3em;
  right: 1em;
  width: 0.5em;
  height: 0.5em;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
}

.m-menu a {
  display: block;
  height: 100%;
  padding: 0.8em 1em;
  color: #fff;
  text-decoration: none;
}

.m-menu a:hover {
  text-decoration: underline;
}

@media (min-width: 48em) {
  .m-menu {
    font-size: 0;
  }

  .m-menu li {
    display: inline-block;
    font-size: 0.75rem;
    border: none;
    border-left: 1px solid rgba(255,255,255,0.5);
    margin-bottom: 0.5em;
  }

  .m-menu li:after {
    display: none;
  }

  .m-menu li:nth-of-type(1) {
    border: none;
  }

  .m-menu a {
    padding: 0 1.2em;
  }
}

.m-gmap {
  border: 1px solid #ccc;
  position: relative;
  padding-bottom: 70%;
  height: 0;
  overflow: hidden;
}

.m-gmap iframe,
.m-gmap object,
.m-gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 48em) {
  .m-gmap {
    margin-bottom: 100px;
  }
}

@media (min-width: 64em) {
  .m-gmap {
    padding-bottom: 500px;
    width: 860px;
    margin: 0 auto 100px;
  }
}

@media (max-width: 767px) {
  .m-table tr {
    display: inline;
  }

  .m-table th {
    display: block;
  }

  .m-table td {
    display: block;
  }
}

.m-entry_btn {
  width: 100%;
  margin: 0 auto;
  display: block;
  background-color: #009a00;
  color: #fff !important;
  text-decoration: none;
  padding: 1em;
  border-radius: 6px;
}

@media (min-width: 48em) {
  .m-entry_btn {
    width: 50%;
    font-size: 125%;
    margin-bottom: 50px;
  }
}

.m-form table {
  width: 100%;
}

.m-form th {
  text-align: left;
}

.m-form td {
  padding-bottom: 1em;
}

.m-form input {
  width: 100%;
  margin-bottom: 0.5em;
  padding: 0.5em;
}

.m-form input[type="radio"] {
  display: inline-block;
  width: 1em;
}

.m-form textarea {
  width: 100%;
  padding: 0.5em;
}

.m-form .button input {
  height: 48px;
}

.m-form .required {
  font-size: 0.8rem;
  color: #c00;
  padding-left: 1em;
  font-weight: normal;
}

@media (min-width: 48em) {
  .m-form {
    margin-bottom: 2em;
  }

  .m-form table {
    margin-bottom: 2em;
  }

  .m-form th,
  .m-form td {
    border: 1px solid #ccc;
    padding: 1em;
  }

  .m-form th {
    background-color: #eee;
    white-space: nowrap;
    font-weight: normal;
    width: 30%;
  }

  .m-form .button {
    text-align: center;
  }

  .m-form .button input {
    width: 30%;
    margin: 0 1%;
    display: inline-block;
  }
}

@media (min-width: 48em) {
  #page-top {
    display: none;
    position: fixed;
    z-index: 9999;
    bottom: 10px;
    right: 10px;
    width: 80px;
    padding: 20px 10px;
    background: rgba(0,35,140,0.6);
    color: #fff;
    text-align: center;
    text-decoration: none;
  }

  #page-top:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 1em;
    height: 1em;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    transform: rotate(45deg);
  }

  #page-top:hover {
    background: rgba(0,35,140,0.8);
  }
}

.m-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 48em) {
  .m-flex_tab {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

#slider_wrapper {
  background: url("/img/back_slider.jpg") no-repeat #00238c;
  background-size: cover;
  text-align: center;
  margin-bottom: 1rem;
}

@media (min-width: 48em) {
  #slider_wrapper {
    margin-bottom: 2rem;
  }
}

#slider_inner {
  text-align: center;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  margin: 0 auto;
  width: 100%;
}

@media (min-width: 64em) {
  #slider_inner {
    width: 1100px;
  }
}

#bxslider {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

#bxslider img {
  max-width: 100%;
  display: block;
}

.m-top_btn {
  margin: 0 auto 2rem;
}

.m-top_btn .btn_box {
  border-top: 6px solid #00238c;
  height: 180px;
}

.m-top_btn a {
  position: relative;
  display: block;
  height: 100%;
}

.m-top_btn a:hover {
  background-color: rgba(255,255,255,0.1);
}

.m-top_btn span {
  position: absolute;
  bottom: 0;
  background-color: rgba(0,35,140,0.7);
  display: block;
  color: #fff;
  width: 100%;
  padding: 1.5em 0;
  text-align: center;
  letter-spacing: 0.2em;
}

.m-top_btn span:after {
  display: block;
  content: '';
  position: absolute;
  right: 50%;
  bottom: 0.8em;
  width: 0.5em;
  height: 0.5em;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg);
}

.m-top_btn .btn_company {
  background: url("/img/btn_company.jpg") no-repeat center -80px;
  background-size: 100% auto;
}

.m-top_btn .btn_media {
  background: url("/img/btn_media.jpg") no-repeat center -40px;
  background-size: 100% auto;
}

.m-top_btn .btn_result {
  background: url("/img/btn_results.jpg") no-repeat center -30px;
  background-size: 100% auto;
}

@media (min-width: 64em) {
  .m-top_btn {
    width: 960px;
    font-size: 1.25rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .m-top_btn .btn_box {
    border-top: 6px solid #00238c;
    width: calc((100% - 2rem) / 3);
    height: 300px;
  }

  .m-top_btn .btn_company {
    background: url("/img/btn_company.jpg") no-repeat center;
    background-size: 100%;
  }

  .m-top_btn .btn_media {
    background: url("/img/btn_media.jpg") no-repeat center;
    background-size: 100%;
  }

  .m-top_btn .btn_result {
    background: url("/img/btn_results.jpg") no-repeat center;
    background-size: 100%;
  }
}

.p-top_widget {
  border: 1px solid #ccc;
  margin-bottom: 1rem;
}

.p-top_widget h3 {
  color: #fff;
  font-weight: normal;
  text-align: center;
  margin: 0;
  padding: 0.75rem 0;
}

@media (min-width: 48em) {
  .p-top_widget {
    width: calc((100% - 1rem) / 2);
    max-width: calc((100% - 1rem) / 2);
  }
}

.p-top_widget_inner {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

.p-top_widget_inner iframe {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.p-top_twitter h3 {
  background-color: #009a00;
}

.p-top_instagram h3 {
  background-color: #00238c;
}

.p-top_instagram iframe {
  padding: 8px;
}

.p-top_sns_icon ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
}

.p-top_sns_icon li {
  width: calc((100% - 2rem) / 5);
  max-width: calc((100% - 2rem) / 5);
  margin: 0;
  padding: 0;
}

.p-top_sns_icon a {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  text-decoration: none;
  text-align: center;
  padding: 0.5rem 0;
  color: #333;
}

.p-top_sns_icon a:hover {
  opacity: 0.8;
}

.p-top_sns_icon img {
  width: 1.5rem;
}

.p-top_sns_icon span {
  display: none;
}

@media (min-width: 48em) {
  .p-top_sns_icon img {
    display: inline-block;
    width: 2rem;
    margin-right: 0.75rem;
    vertical-align: top;
    text-align: center;
  }

  .p-top_sns_icon span {
    display: inline-block;
    font-size: 0.9rem;
    line-height: 2rem;
  }
}

.p-blog_container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  margin: 0 0 2rem;
  padding: 0 1rem;
}

.p-blog_container li {
  margin: 1rem auto;
  padding: 0;
}

.p-blog_container li img {
  width: 100%;
}

.p-blog_container p {
  line-height: 1.25;
  margin: 0.25rem 0;
}

.p-blog_container .p-blog_image {
  margin-bottom: 1rem;
}

.p-blog_container .p-blog_date {
  color: #009a00;
}

.p-blog_container .p-blog_title {
  color: #00238c;
  font-size: 1.125rem;
}

.p-blog_container .p-blog_text {
  font-size: 0.9rem;
  display: none;
}

.p-blog_container a {
  color: #00238c;
  text-decoration: none;
}

.p-blog_container a:hover {
  text-decoration: underline;
}

@media (min-width: 48em) {
  .p-blog_container {
    padding: 0;
  }

  .p-blog_container li {
    width: calc((100% - 3rem) / 4);
    max-width: calc((100% - 3rem) / 4);
    margin: 0;
  }
}

@media (min-width: 64em) {
  .p-company .m-block {
    padding: 2em 0 3em;
  }
}

.p-company .pure-img {
  margin: 0 auto;
}

.p-company .aisatsu img {
  height: 2em;
  vertical-align: middle;
  margin-bottom: 4px;
}

@media (min-width: 64em) {
  .p-company .aisatsu {
    width: 640px;
    line-height: 3;
  }
}

.p-company .hinshitsu {
  text-align: center;
}

.p-company .hinshitsu b {
  color: #009a00;
  font-weight: bold;
  font-size: 1.48em;
}

.p-company .hinshitsu i {
  color: #00238c;
}

.p-company .outline tr {
  display: inline;
}

.p-company .outline th {
  display: inline-block;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #00238c;
  color: #00238c;
}

.p-company .outline td {
  display: inline-block;
  padding: 0;
  margin: 0 0 1em;
}

@media (min-width: 48em) {
  .p-company .outline table {
    width: 100%;
    margin: 0 auto;
  }

  .p-company .outline tr {
    display: table-row;
  }

  .p-company .outline th {
    display: table-cell;
    border-right: 1em solid #fff;
    padding: 0.5em 1em;
    font-weight: normal;
    white-space: nowrap;
    width: 11em;
  }

  .p-company .outline td {
    display: table-cell;
    padding: 0.5em 1em;
    border-bottom: 1px solid #ccc;
  }
}

.p-company .history {
  margin-bottom: 50px;
}

.p-company .history tr {
  display: inline;
}

.p-company .history th {
  display: inline-block;
  background-color: #00238c;
  color: #fff;
  padding: 0.5em;
  width: 100%;
  font-weight: normal;
  text-align: left;
}

.p-company .history td {
  display: inline-block;
  width: 100%;
  background-color: #eee;
  margin: 0;
  padding: 0.2em 0.5em;
}

@media (min-width: 48em) {
  .p-company .history table {
    width: 100%;
    margin: 0 auto;
  }

  .p-company .history tr {
    display: table-row;
    border-bottom: 1px solid #fff;
  }

  .p-company .history th {
    display: table-cell;
    width: 7em;
    white-space: nowrap;
    vertical-align: top;
    padding: 0.5em 1em;
  }

  .p-company .history td {
    display: table-cell;
    width: auto;
    vertical-align: top;
    padding: 0.5em 1em;
  }
}

.p-media dt {
  text-align: center;
  width: 280px;
  margin: 0 auto;
}

.p-media dt img {
  border: 2px solid #fff;
}

.p-media dt img:hover {
  border: 2px solid rgba(0,154,0,0.5);
}

.p-media dd {
  margin: 0 0 2em;
}

@media (min-width: 48em) {
  .p-media dl {
    overflow: hidden;
    zoom: 1;
  }

  .p-media dt {
    float: left;
    margin: 0 2em 1em 0;
  }

  .p-media dd {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 2em;
    padding: 2em 0 0;
  }

  .p-media dd:after {
    content: '';
    clear: both;
    display: block;
  }
}

.p-results .doboku {
  border-right: 1px dotted #ccc;
}

.p-results .doboku h3 {
  background-color: #009a00;
}

.p-results .kenchiku h3 {
  background-color: #00238c;
}

.p-results .category h3 {
  color: #fff;
  text-align: center;
  font-size: 113%;
  font-weight: normal;
  letter-spacing: 0.5em;
  padding: 0.5em;
  margin: 0 0 1em;
}

.p-results .category h4 {
  font-weight: normal;
  padding: 0 0.5em;
  margin: 0 0 0.5em;
  font-size: 12px;
  line-height: 1.4;
}

.p-results .category .thumb_block {
  font-size: 0;
  padding: 0 10px;
  margin-bottom: 20px;
}

.p-results .category .thumb {
  width: 33.3%;
  display: inline-block;
  text-align: center;
  margin-bottom: 1em;
  font-size: 1rem;
}

.p-results .category .thumb img {
  width: 92%;
  margin: 0 auto;
  border: 2px solid #fff;
}

.p-results .category .thumb img:hover {
  border: 2px solid rgba(0,154,0,0.5);
}

@media (min-width: 48em) {
  .p-results .category {
    width: 50%;
    padding: 0 1%;
    margin-bottom: 50px;
  }

  .p-results .category .thumb_block {
    padding: 0 5px;
    margin-bottom: 40px;
  }

  .p-results .category .thumb_block:nth-last-of-type(1) {
    margin-bottom: 0;
  }

  .p-results .category h4 {
    font-size: 14px;
  }
}

.p-results #map_canvas {
  border: 1px solid #ccc;
  position: relative;
  padding-bottom: 90%;
  height: 0;
  overflow: hidden;
}

.p-results #map_canvas iframe,
.p-results #map_canvas object,
.p-results #map_canvas embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-results #map_canvas .popup {
  text-align: center;
  font-size: 12px;
}

.p-results #map_canvas .popup img {
  width: 200px;
}

@media (min-width: 48em) {
  .p-results #map_canvas {
    margin-bottom: 100px;
    padding-bottom: 70%;
  }

  .p-results #map_canvas .popup {
    font-size: 12px;
  }

  .p-results #map_canvas .popup img {
    width: 420px;
  }
}

@media (min-width: 64em) {
  .p-results #map_canvas {
    padding-bottom: 500px;
    width: 100%;
    margin: 0 auto 100px;
  }

  .p-results #map_canvas .popup img {
    width: 420px;
  }
}

.p-recruit .m-table caption {
  background-color: #00238c;
  color: #fff;
  padding: 0.5em;
  margin-bottom: 1em;
}

.p-recruit .m-table th {
  color: #00238c;
  border-bottom: 1px solid #00238c;
  text-align: left;
  margin-bottom: 0.5em;
}

.p-recruit .m-table td {
  margin-bottom: 1em;
}

@media (max-width: 767px) {
  .p-recruit .m-table .contact {
    background-color: #eee;
    color: #333;
    border: none;
    padding: 0.5em;
    font-weight: normal;
  }
}

@media (min-width: 48em) {
  .p-recruit .m-table {
    margin-bottom: 50px;
  }

  .p-recruit .m-table caption {
    font-size: 113%;
    margin: 0;
  }

  .p-recruit .m-table th,
  .p-recruit .m-table td {
    border: 1px solid #ccc;
    padding: 0.5em 1em;
  }

  .p-recruit .m-table th {
    background-color: #eee;
    color: #333;
    letter-spacing: 0.1em;
    text-align: center;
    font-weight: normal;
    white-space: nowrap;
  }
}

.p-privacy dt {
  color: #00238c;
  margin-bottom: 0.5em;
}

.p-privacy dd {
  margin: 0 0 2em;
}

.p-privacy ol {
  padding-top: 0.5em;
}

.p-group ul {
  list-style: none;
  display: table;
  margin: 0 auto;
  padding: 0;
}

.p-group li {
  margin-bottom: 1em;
}

.p-group li li {
  margin-bottom: 0;
}

.p-group i {
  margin-right: 0.5em;
}

.p-group .format {
  font-size: 0.7rem;
  display: inline-block;
  text-align: center;
}

@media (min-width: 64em) {
  .p-group .format {
    display: inline-block;
  }
}

.p-inquiry .thanks {
  text-align: center;
}

@media (min-width: 48em) {
  .p-inquiry .thanks {
    line-height: 2;
    margin-bottom: 4em;
  }
}

.u-responsive {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}