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,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: #000;
  background: #fff;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
body {
  -webkit-text-size-adjust: 100%;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #333;
  line-height: 2em;
  font-size: 14px;
}
a {
  text-decoration: none;
}
a:link {
  color: #0065b0;
}
a:visited {
  color: #005594;
}
a:hover {
  color: #e2c069;
}
a:active {
  color: #0065b0;
}
table {
  border: 1px solid #ddd;
}
table tr th,
table tr td {
  padding: 8px 16px;
  border-bottom: 1px solid #ddd;
  line-height: 160%;
  text-align: justify;
}
table tr th {
  background: #f2f2f2;
}
hr {
  border: none;
  border-bottom: 1px solid #ddd;
}
/*===========================
common layout
============================*/
header {
  overflow: hidden;
  position: relative;
  padding: 8px 0;
  margin: 0 auto;
  width: 960px;
}
header h1 {
  float: left;
  width: 30%;
}
header h1 a {
  display: inline-block;
}
header nav {
  display: table;
  float: left;
  width: 70%;
  height: 79px;
}
header nav ul {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
header nav ul li {
  display: inline-block;
  margin-right: 32px;
}
header nav ul li:last-child {
  margin-right: 0;
}
header nav ul li a {
  display: block;
}
header nav ul li a:hover {
  border-bottom: 1px solid #0065b0;
}
#mv {
  margin-bottom: 8px;
  width: 100%;
  height: 80px;
  background: url("../img/common/mv.jpg") center top no-repeat;
}
#breadCrumb {
  margin: 0 auto 8px;
  width: 960px;
  font-size: 12px;
}
#breadCrumb ul li {
  display: inline-block;
}
footer {
  overflow: hidden;
  padding: 32px 0;
  width: 100%;
  background: #0065b0;
  color: #fff;
}
footer > div {
  margin: 0 auto;
  width: 960px;
}
footer > div h2 {
  float: left;
  margin-top: 8px;
  font-size: 10px;
}
footer > div h2 a:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
footer > div h2 p {
  width: 100%;
  text-align: center;
}
footer > div > div {
  float: right;
}
footer > div > div h3 {
  border-bottom: 1px solid #318ed2;
  font-size: 16px;
  font-weight: bold;
}
footer > div > div ul {
  margin-bottom: 16px;
}
footer > div > div ul li {
  display: inline-block;
  margin-right: 16px;
}
footer > div > div ul li a {
  color: #fff !important;
}
footer > div > div ul li a:hover {
  color: #e2c069 !important;
}
#container {
  overflow: hidden;
  padding-bottom: 40px;
  margin: 0 auto;
  width: 960px;
}
#mainContainer {
  float: left;
  margin-right: 35px;
  width: 645px;
}
#mainContainer > section {
  margin-bottom: 32px;
  padding: 40px 0 0;
  border-top: 1px solid #ddd;
}
#mainContainer > section > h2 {
  margin-bottom: 16px;
}
#mainContainer > section > p {
  margin-bottom: 16px;
  line-height: 160%;
  text-align: justify;
}
#subContainer {
  float: left;
  width: 280px;
}
#subContainer ul li {
  margin-bottom: 8px;
}
#subContainer ul li a:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
/*===========================
home
============================*/
#topMv {
  margin-bottom: 40px;
  width: 100%;
  height: 201px;
  background: url("../img/home/top_mv.jpg") center top;
}
#topFeatures {
  margin: 0 auto 40px;
  width: 960px;
  text-align: center;
}
#topFeatures a {
  display: inline-block;
  margin-right: 24px;
}
#topFeatures a:last-child {
  margin-right: 0;
}
#topFeatures a:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
#topAbout {
  padding: 0 !important;
  border-top: none !important;
  background: url("../img/home/pic_freerun.jpg") right 50% no-repeat;
}
#topPresidentsProfile > p {
  padding-right: 220px;
  background: url("../img/home/pic_president.jpg") right top no-repeat;
}
#topRecruitment {
  background: url("../img/home/pic_recruit.jpg") right 50% no-repeat;
}
/*===========================
about
============================*/
#greetings h3 {
  margin-bottom: 8px;
  font-size: 16px;
  color: #0065b0;
  font-weight: bold;
}
#greetings .greetings-box p {
  position: relative;
  margin-bottom: 32px !important;
}
#greetings .greetings-box img {
  position: absolute;
  top: -36px;
  right: 0;
}
/*===========================
projects
============================*/
#projects article {
  padding-top: 40px;
}
#projects article:last-child {
  margin-bottom: 40px;
}
#projects article h3 {
  line-height: 0;
}
#projects article > div {
  padding: 8px 16px 32px;
  background: #eee;
}
#projects article > div h4 {
  margin: 24px 0 8px;
  color: #0065b0;
  font-size: 16px;
  font-weight: bold;
}
#projects article > div p {
  text-align: justify;
  line-height: 160%;
}
#projects article > div ul {
  padding-left: 24px;
}
#projects article > div ul li {
  list-style-type: decimal;
}
/*===========================
gallary
============================*/
#gallary > h2 {
  position: relative;
}
#gallary #tp-grid {
  min-height: 644px;
  margin-bottom: 40px;
}
#gallary .back{
  font-size: 24px;
}
/*===========================
recruit
============================*/
#recruit > img {
  margin-bottom: 24px;
}
#recruit h3 {
  color: #0065b0;
  font-size: 16px;
  font-weight: bold;
}
#recruit .btnGroup {
  margin: 40px 0;
  text-align: center;
}
#recruit .btnGroup > a {
  display: inline-block;
  margin-right: 8px;
  line-height: 0;
}
#recruit .btnGroup > a:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
#recruit .btnGroup > a:last-child {
  margin-right: 0;
}
#recruit article {
  padding: 40px 0;
  border-top: 1px solid #ddd;
}
#recruit article:first-child {
  border-top: none;
}
#recruit article:last-child {
  padding-bottom: 0;
}
#recruit article h3 {
  margin-bottom: 24px;
}
#recruit article table {
  margin-bottom: 24px;
}
#recruit article table tr th {
  width: 20%;
}
#recruit article > a {
  display: block;
  text-align: center;
}
#recruit article > a:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
#privacyPolicy p {
  font-size: 12px;
}
#privacyPolicy p.sign {
  text-align: right;
}

/*2019年4月追加分*/
.clearfix:after{
  content: " ";
  display: block;
  clear: both;
}
li.pcnone,
div.pcnone{
  display: none;
}
.pcnone{
  display: none;
}
li.spnone,
div.spnone{
  display: block;
}
.spnone{
  display: inline-block;
}
nav.active{
  display: block;
}

/*--------------

#spview

----------------*/
/*font-size*/
#spview body {
  font-size: 1.8em;
}
#spview #breadCrumb {
  font-size: 1em;
}
#spview h1{
  padding-top: 10px;
}
#spview footer > div h2 {
  font-size: 1em;
}
#spview #greetings h3 {
  font-size: 1.5em;
}
#spview #projects article > div h4 {
  font-size: 1.5em;
}
#spview #recruit h3 {
  font-size: 1.5em;
}
#spview #privacyPolicy p {
  font-size: 1em;
}
/*共通部分*/
#spview *{
  box-sizing: border-box !important;
}
#spview div.pcnone,
#spview li.pcnone{
  display: block;
}
#spview .pcnone{
  display: inline-block;
}
#spview div.spnone,
#spview li.spnone{
  display: none;
}
#spview .spnone{
  display: none;
}
#spview header{
  overflow: inherit;
  position: fixed;
  top: 0;
  background-color: white;
  z-index: 100;
  width: 100%;
  padding-left: 8px;
}
#spview header nav{
  position: absolute;
      width: 100%;
      padding-top: 94px;
      top: 0;
      left: 0;
      z-index: 1000;
}
#spview header nav ul{
  background-color: #0065b0;
  display: block;
}
#spview header nav ul li{
  margin: auto;
    width: 100%;
    background-color: #0065b0;
    text-align: center;
    border-bottom: 1px solid white;
}
#spview header nav ul li a{
  color: white;
  padding: 30px 0;
}
#spview nav{
  display: none;
}
#spview nav.active{
  display: block;
}
#spview .sp-nav{
  position: absolute;
  top: 15px;
  right: 40px;
  padding: 33px;
  z-index: 1001;
}
#spview .sp-nav span{
  transition: all 0.3s;
  transform: rotate(0deg);
  position: absolute;
}
#spview .sp-nav .nav-bar-top {
  transform: translateY(-15px);
}
#spview .sp-nav .nav-bar-mid {
}
#spview .sp-nav .nav-bar-bottom {
  transform: translateY(15px);
}
#spview .sp-nav.active  .nav-bar-top {
  transform: rotate(-45deg) translateY(0px);
}
#spview .sp-nav.active  .nav-bar-mid {
  background: rgba(255, 255, 255, 0);
}
#spview .sp-nav.active  .nav-bar-bottom {
  transform: rotate(45deg) translateY(0px);
}

#spview .nav-bar{
  display: block;
    height: 3px;
    background-color: #0065b0;
    width: 40px;
    margin-bottom: 10px;
}
#spview .nav-bar-bottom{
  margin-bottom: auto;
}
#spview #topMv{
  margin-top: 105px;
}
#spview #mv{
  margin-top: 105px;
}
#spview #topFeatures{
  width: 95%;
}
#spview #topFeatures a{
  margin: auto;
  padding: 1px;
}
#spview #topFeatures img{
  width: 100%;
}
#spview #breadCrumb{
  width: 95%;
  margin: 0 auto 8px;
}
#spview #container{
  width: 100%;
}
#spview #mainContainer{
  float: none;
  width: 100%;
}
#spview #subContainer{
  width: 95%;
  margin: 0 auto;
  float: none;
}
#spview #subContainer img{
  width: 100%;
}
#spview #topAbout > h2{
  padding-bottom: 200px;
}
#spview #topAbout{
  background: url(../img/home/pic_freerun_sp.jpg) no-repeat;
  background-position: center 110px;
  background-size: contain;
  width: 95%;
  margin: 0 auto 32px;;
}
#spview #topPresidentsProfile{
  background: url(../img/home/pic_president_sp.jpg) no-repeat;
  background-position: center 140px;
  background-size: contain;
  width: 95%;
  margin: 0 auto 32px;;
}
#spview #topPresidentsProfile > h2{
  padding-bottom: 320px;
}

#spview #topRecruitment{
  background: url(../img/home/pic_recruit_sp.jpg) no-repeat;
  background-position: center 140px;
  background-size: contain;
  width: 95%;
  margin: 0 auto 32px;;
}
#spview #topRecruitment > h2{
  padding-bottom: 170px;
}

#spview #topPresidentsProfile > p{
  background: none;
  padding: 0;
}

/*#gallary*/
#spview #gallary #tp-grid{
  min-height: 150px;
}
#spview footer > div{
  width: 100%;
}
#spview footer > div h2{
  float: none;
  width: 85%;
  margin: 0 auto;
}
#spview footer > div h2 img{
  width: 100%;
}
#spview footer .bunner{
  width: 90%;
  margin: 0 auto 32px;
  float: none;
}
#spview footer .bunner img{
  width: 100%;
}
/*#greetings*/
#spview #greetings{
  width: 95%;
  margin: 0 auto 32px;
}
#spview #greetings h2{
  width: auto;
}
#spview #greetings .greetings-box img.pcnone{
  position: relative;
  top: 0;
  display: block;
  width: 100%;
}
#spview #greetings .greetings-box p{
  padding-bottom: 32px;
  border-bottom: 1px solid #ddd;

}
#spview #greetings .greetings-box:last-of-type p{
  padding-bottom: 0;
  border-bottom: none;
}
#spview #greetings h3{
  padding-top: 20px;
}
/*#company*/
#spview #company{
  width: 95%;
  margin: 0 auto 32px;
}
#spview #company table{
  width: 95%;
}
#spview #projects h2{
  width: 95%;
  margin: 0 auto;
}
#spview #projects article h3 img{
  width: 100%;
}
/*#recruit*/
#spview #recruit > img{
  width: 100%;
}
#spview #recruit h2{
  width: 95%;
  margin: 0 auto 16px;
}
#spview #recruit article table tr th{
  width: 100%;
  display: block;
}
#spview #recruit article table tr td{
  display: block;
  padding: 30px;
}
#spview #recruit h3 {
  line-height: 2;
  width: 95%;
  margin: 60px auto 0;
}

#spview #recruit p,
#spview #recruit article{
  width: 95%;
  margin: 0 auto;
}

#spview #gallary h2{
  width: 95%;
  margin: 0 auto 16px;
}
#spview #gallary .topbar{
  width: 95%;
  margin: 0 auto 16px;
}
/*slick.js*/
.slick-next {
    right: 10px;
}
.slick-prev {
    left: 10px;
}
.slick-dots{
  bottom: 20px;
  z-index: 10;
}
.slick-dots li button:before{
  border-radius: 20px;
  background-color: #2C2C2C;
  border: 3px solid #707070;
  content: "";
  opacity: 0.6;
}
.slick-dots li.slick-active button:before{
  opacity: 1;
}
.slick-dots li{
  margin: 0 10px;
}
