@charset "utf-8";

body {
  background-color: #fff;
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
}
a {
  color: #000;
}
a:hover {
  text-decoration: none;
  color: #122a88;
}
/*サムネイル高さ調整用*/
.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}

/*slider*/
#mainvisual {
  height: 200px;
  margin-top: 122px;
}
@media (min-width: 768px) {
  #mainvisual {
    height: 300px;
  }
}
@media (min-width: 992px) {
  #mainvisual {
    height: 500px;
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  #mainvisual {
    height: 800px;
    margin-top: 0;
  }
}

/*調整クラス*/
.h200 {
  height: 200px;
}
.f-white {
  color: #fff;
}
.f-orange {
  color: #eca315;
}
.f-purple-lg {
  color: #a95cac;
  font-size: 1.0em;
  font-weight: bold;
}
.f-pink-b {
  color: #e4007f;
  font-weight: bold;
}
.f-pink-l {
  color: #e4007f;
  font-size: 55px;
  font-weight: bold;
}
.f-orange-lg {
  color: #f95d16;
  font-weight: bold;
  font-size: 2.0em;
}
.f-05em {
  font-size: 0.5em;
}
.f-08em {
  font-size: 0.8em;
}
.f-1em {
  font-size: 1em;
}
.f-12em {
  font-size: 1.2em;
}
.f-15em {
  font-size: 1.5em;
}
.f-2em {
  font-size: 2em;
}
.f-responsive-s {
  font-size: calc(2rem + ((1vw - 0.64rem) * 0.7143));
}
.f-responsive-l {
  font-size: calc(2.4rem + ((1vw - 0.64rem) * 2.1429));
}
.m-bottom-5 {
  margin-bottom: 5px;
}
.m-bottom-10 {
  margin-bottom: 10px;
}
.m-bottom-15 {
  margin-bottom: 15px;
}
.m-bottom-20 {
  margin-bottom: 20px;
}
.m-bottom-30 {
  margin-bottom: 30px;
}
.m-top-5 {
  margin-top: 5px;
}
.m-top-10 {
  margin-top: 10px;
}
.m-top-20 {
  margin-top: 20px;
}
.m-top-30 {
  margin-top: 30px;
}
.m-top-50 {
  margin-top: 50px;
}
.m-top-100 {
  margin-top: 100px;
}
.m-left-15 {
  margin-left: 15px;
}
.m-left-100 {
  margin-left: 100px;
}
.m-right-15 {
  margin-right: 15px;
}
.m-right-30 {
  margin-right: 30px;
}
.m-left-30 {
  margin-left: 30px;
}
.pad10 {
  padding: 10px;
}
.line-height-08 {
  line-height: 0.8;
}
.indent1 {
  text-indent: 1em;
}
.hr-red {
  border-color: red;
}
.title1 {
  position: relative;
  display: inline-block;
  margin-bottom: 2em;
  width: 100%;
  text-align: center;
  letter-spacing: 5px;
  margin-top: 2em;
  font-size: 32px;
}
.title1:before {
  content: '';
  position: absolute;
  bottom: -20px;
  display: inline-block;
  width: 50px;
  height: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #122a88;
  border-radius: 4px;
}
.title1 span {
  position: absolute;
  bottom: -50px;
  font-size: 0.5em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  letter-spacing: 2px;
}
.title2 {
  position: relative;
  display: inline-block;
  margin-bottom: 2em;
  width: 100%;
  text-align: center;
  letter-spacing: 5px;
  margin-top: 2em;
  color: #fff;
  font-size: 32px;
}
.title2:before {
  content: '';
  position: absolute;
  bottom: -20px;
  display: inline-block;
  width: 50px;
  height: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 4px;
}
.title2 span {
  position: absolute;
  bottom: -50px;
  font-size: 0.5em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  letter-spacing: 2px;
}
.title3 {
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #000;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #122a88;/*左線*/
}

.flash:hover img {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}
@-webkit-keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}

.sns-icon {
  width: 50px;
  height: 50px;
  margin-top: 5px;
}

@font-face {
    font-family: 'LigatureSymbols';
    src: url('../fonts/LigatureSymbols-2.11.eot');
    src: url('../fonts/LigatureSymbols-2.11.eot?#iefix') format('embedded-opentype'),
         url('../fonts/LigatureSymbols-2.11.woff') format('woff'),
         url('../fonts/LigatureSymbols-2.11.ttf') format('truetype'),
         url('../fonts/LigatureSymbols-2.11.svg#LigatureSymbols') format('svg');
    src: url('../fonts/LigatureSymbols-2.11.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.lsf, .lsf-icon:before {
  font-family: 'LigatureSymbols';
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.lsf-icon:before {
  content:attr(title);
  margin-right:0.3em;
  font-size:130%;
}

/*ナビゲーション*/
header {
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  /*margin-bottom: 10px;*/
  padding: 20px;
  position: fixed;
  /*top: 0;*/
  /*left: 0;*/
  z-index: 99999;
  /*height: 60px;*/
}
/*@media (max-width: 1199px) {
  header nav {
    display: none;
  }
}*/
/*nav ul {
  list-style: none;
  position: absolute;
  right: 4%;
}
nav ul li {
  display: inline-block;
}
nav ul li:after {
content: "|";
  display: inline;
  color: #000;
}
nav ul li:last-child:after {
  display: none;
}
nav ul li a {
  width: 100px;
  font-size: 12px;
  display: inline-block;
  text-align: center;
}
nav ul li a:hover {
  color: #e60012;
}
nav ul li span {
  font-size: 10px;
  display: inline-block;
  letter-spacing: 1px;
}*/
header nav {
  /*border-top: 1px #f00 solid;*/
  /*margin-top: 46px;*/
  /*height: 46px;*/
}
.navi {
    position: relative;
    width: 100%;
    height: 50px;
    max-width: 1000px;
    margin: 0 auto;
}
.navi > li {
    float: left;
    width: 16.66%;
    height: 50px;
    line-height: 50px;
    /*background: rgb(29, 33, 19);*/
    list-style: none;
    text-align: center;
}
.navi > li a {
    display: block;
    color: #000;
}
.navi > li a:hover {
    color: #fff;
    text-decoration: underline;
}
ul.navi-second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    list-style: none;
    padding-left: 0;
}
ul.navi-third-level {
    visibility: hidden;
    opacity: 0;
}
ul.navi-fourth-level {
    visibility: hidden;
    opacity: 0;
}
.navi > li:hover {
    background: #122a88;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.navi-second-level li {
    border-top: 1px solid #111;
}
.navi-third-level li {
    border-top: 1px solid #111;
}
.navi-second-level li a:hover {
    background: #111;
}
.navi-third-level li a:hover {
    background: #2a1f1f;
}
.navi-fourth-level li a:hover {
    background: #1d0f0f;
}
/* 下矢印 */
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* floatクリア */
.navi:before,
.navi:after {
    content: " ";
    display: table;
}
.navi:after {
    clear: both;
}
.navi {
    *zoom: 1;
}
.navi > li.navi-dropdown {
    position: relative;
}
.navi > li.navi-contact {
  background-color: #ff9000;
  border-radius: 30px;
}
.navi > li.navi-contact:hover {
    background: #122a88;
    -webkit-transition: all .5s;
    transition: all .5s;
}

li.navi-dropdown ul.navi-second-level {
    position: absolute;
    top: 40px;
    width: 100%;
    background: #122a88;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
li.navi-dropdown ul.navi-second-level li a {
    color: #fff;
}

li.navi-dropdown:hover ul.navi-second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
}
/*ここからハンバーガーメニュー*/
div.globalMenuSp {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    /*background: #fff;*/
    /*color: #000;*/
    color: #fff;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
}
div.globalMenuSp ul {
    /*background: #ccc;*/
    background-color: rgba(18,42,136,0.8);
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
div.globalMenuSp ul li {
    font-size: 1.1em;
    list-style-type: none;
    padding: 0;
    width: 100%;
    /*border-bottom: 1px dotted #333;*/
    border-bottom: 1px dotted #fff;
    position: relative;
}
div.globalMenuSp ul li ul {
  background-color: rgba(0,0,0,0.8);
}
/* 最後はラインを描かない */
div.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
div.globalMenuSp ul li a {
    display: block;
    /*color: #000;*/
    color: #fff;
    padding: 1em 0;
}
div.globalMenuSp ul li a.navDrop {
  position: absolute;
  right: 30px;
  top: 0px;
}
/* このクラスを、jQueryで付与・削除する */
div.globalMenuSp.active {
    transform: translateY(0%);
}
.navToggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right: 13px;
    top: 12px;
    width: 42px;
    height: 51px;
    cursor: pointer;
    z-index: 9999;
    /*background: #666;*/
    text-align: center;
}
.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 30px;
    border-bottom: solid 3px #000;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}
.navToggle span:nth-child(1) {
    top: 9px;
}
.navToggle span:nth-child(2) {
    top: 18px;
}
.navToggle span:nth-child(3) {
    top: 27px;
}
.navToggle span:nth-child(4) {
    border: none;
    color: #000;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
}
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*ここまでハンバーガーメニュー*/

/*ページ共通*/
#copy {
  text-align: center;
  padding: 30px;
  border-top: 1px solid #d6d6d6;
  margin-top: 50px;
}
.page-title {
  margin-top: 20px;
  overflow: hidden;
}
.footer-contact-wrapper {
  background-color: #122a88;
  margin-top: 100px;
  position: relative;
}
.footer-contact-wrapper::before {
  content: "";
  background: url(../img/footer_img.png) repeat;
  height: 38px;
  display: block;
  position: inherit;
  top: -38px;
}
#footer-contact {
  color: #fff;
  text-align: center;
  position: relative;
  top: -30px;
}
#footer-contact .footer-contact-btn {
  text-align: center;
  margin: 0 auto;
  background-color: #ff9000;
  border-radius: 41px;
  padding: 20px 50px;
  color: #000;
  font-size: calc(2rem + ((1vw - 0.64rem) * 0.7143));
}
#footer-contact .footer-contact-btn:hover {
  background-color: #fff;
  color: #122a88;
  -webkit-transition: all .5s;
  transition: all .5s;
}
#footer-contact a.footer-tel {
  font-size: calc(3.4rem + ((1vw - 0.64rem) * 2.1429));
  font-weight: bold;
  color: #fff
}
#footer-contact a.footer-tel:hover {
  color: #eee;
}
#footer-navi {
  margin-top: 50px;
}
#footer-navi span {
  color: #122a88;
}
#footer-navi ul li {
  line-height: 2em;
}

/*index*/
.service-title {
  text-align: center;
  color: #122a88;
  font-size: calc(2rem + ((1vw - 0.64rem) * 0.7143));
  margin-top: 15px;
}
.service-btn {
  text-align: center;
  margin: 0 auto;
  width: 150px;
  background-color: #ff9000;
  border-radius: 25px;
  padding: 10px;
  color: #000;
}
.service-btn:hover {
  background-color: #122a88;
  color: #fff;
  -webkit-transition: all .5s;
  transition: all .5s;
}
#index-company {
  background: url(../img/bg_company.jpg) center;
  background-size: cover;
  text-align: center;
  color: #fff;
  margin-top: 80px;
  padding-bottom: 80px;
}
.company-btn {
  text-align: center;
  margin: 0 auto;
  width: 150px;
  border: 1px solid #fff;
  border-radius: 25px;
  padding: 10px;
  color: #fff;
  display: block;
  margin-top: 50px;
}
.company-btn:hover {
  background-color: #fff;
  -webkit-transition: all .5s;
  transition: all .5s;
  color: #122a88;
}
#index-infomation .infomation-index-area {
  background-color: #f3f3f3;
}
#index-infomation .infomation-index-box {
  border-bottom: 1px dashed #b5b5b5;
  padding: 10px;
}
#index-infomation .infomation-index-box .infomation-date {
  font-size: 0.8em;
}
#index-infomation .infomation-index-box .infomation-title a {
  color: #122a88;
}
#index-infomation .infomation-index-box .infomation-title a:hover {
  text-decoration: underline;
  color: #122a88;
}

/*contact*/
#contact-header {
  background: url(../img/contact_header.jpg) center no-repeat;
  background-size: cover;
  padding: 100px 0;
}
@media (min-width: 768px) {
  #contact-header {
    padding: 150px 0;
  }
}
@media (min-width: 992px) {
  #contact-header {
    padding: 200px 0;
  }
}
@media (min-width: 1200px) {
  #contact-header {
    padding: 280px 0;
  }
}
#contact {
  margin-top: 50px;
}
#contact .form-control {
  /*border: 1px solid #f00;*/
  border: none;
  background-color: #eee;
  /*color: #fff;*/
}

/*recruit*/
#recruit-header {
  background: url(../img/recruit_header.jpg) center no-repeat;
  background-size: cover;
  padding: 100px 0;
}
@media (min-width: 768px) {
  #recruit-header {
    padding: 150px 0;
  }
}
@media (min-width: 992px) {
  #recruit-header {
    padding: 200px 0;
  }
}
@media (min-width: 1200px) {
  #recruit-header {
    padding: 280px 0;
  }
}
#recruit {
  margin-top: 50px;
}

/*performance*/
#performance-header {
  background: url(../img/performance_header.jpg) center no-repeat;
  background-size: cover;
  padding: 100px 0;
}
@media (min-width: 768px) {
  #performance-header {
    padding: 150px 0;
  }
}
@media (min-width: 992px) {
  #performance-header {
    padding: 200px 0;
  }
}
@media (min-width: 1200px) {
  #performance-header {
    padding: 280px 0;
  }
}
#performance {
  margin-top: 50px;
}

/*service*/
#service-header {
  background: url(../img/service_header.jpg) center no-repeat;
  background-size: cover;
  padding: 100px 0;
}
@media (min-width: 768px) {
  #service-header {
    padding: 150px 0;
  }
}
@media (min-width: 992px) {
  #service-header {
    padding: 200px 0;
  }
}
@media (min-width: 1200px) {
  #service-header {
    padding: 280px 0;
  }
}
#service {
  margin-top: 50px;
}
/*company*/
#company-header {
  background: url(../img/company_header.jpg) center no-repeat;
  background-size: cover;
  padding: 100px 0;
}
@media (min-width: 768px) {
  #company-header {
    padding: 150px 0;
  }
}
@media (min-width: 992px) {
  #company-header {
    padding: 200px 0;
  }
}
@media (min-width: 1200px) {
  #company-header {
    padding: 280px 0;
  }
}
#company {
  margin-top: 50px;
}

/*infomation*/
#infomation-header {
  background: url(../img/infomation_header.jpg) center no-repeat;
  background-size: cover;
  padding: 100px 0;
}
@media (min-width: 768px) {
  #infomation-header {
    padding: 150px 0;
  }
}
@media (min-width: 992px) {
  #infomation-header {
    padding: 200px 0;
  }
}
@media (min-width: 1200px) {
  #infomation-header {
    padding: 280px 0;
  }
}
#infomation-detail {
  margin-top: 50px;
}
#infomation-detail .infomation-title {
  font-size: 1.5em;
  font-weight: bold;
}
#infomation-detail .infomation-img {
  width: 100%;
}