/* CSS Document */

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: 'Noto Sans JP', Meiryo, sans-serif;;
  color: #fff;
  background-color:#1b2431;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.8px;
  word-break: break-all;
  position: relative;
}

a {
  color: #1ca9e3;
  text-decoration: none;
}

a:hover, a:hover img {
  opacity: .8;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.anchor{
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}

p {
  margin-bottom: 1.5rem;
}

img, video, object {
  height: auto;
  border: none;
  vertical-align: bottom;
  display: block;
}

ul, li {
  list-style: none;
}

#wrapper {
  overflow: hidden;
}

/*--------------------------------
　全体
---------------------------------*/
.inner {
  max-width: calc(1.0rem * 66);
  margin: 0 auto;
  padding: 1rem;
}

.desc-title {
  color: #0092c3;
  font-size: 1.15rem;
  position: relative;
}

.desc-title:before {
  content: "";
  position: absolute;
  display: inline-block;
  top: -15px;
  left: -25px;
  width: 75px;
  height: 75px;
  background: url(/assets/img/list-bk.png) no-repeat;
  background-size: contain;
  z-index: -1;
}

.top-button {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 90px;
  height: 90px;
}

.top-button span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  color: #fff;
  font-weight: bold;
}

/*--------------------------------
　web fonts
---------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&subset=japanese');

/*--------------------------------
　ヘッダー
---------------------------------*/

#header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  height: 80px;
}

#header #logo img {
  max-height: 75px;
  padding-left: 30px;
}

/*--------------------------------
　メニュー
---------------------------------*/

#header .gnavi {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}

#header .gnavi ul {
  display: flex;
}

#header .gnavi li {
  font-weight: bold;
}

#header .gnavi li a {
  color: #fff;
  padding: 1rem;
}

.sub-page #header .gnavi li a {
  color: #fff;
}

/* スクロール後 */
.fixed {
  position: fixed;
  z-index: 30;
  width: 100%;
  height: 50px !important;
  border-bottom: 1px solid rgb(221, 221, 221);
  background: rgba(255, 255, 255, 0.1);
/*  background-image: url(/assets/img/header-bk.png); */
}

.fixed #logo img {
  max-height: 45px !important;
}

.sub-page .fixed .gnavi li a {
  color: #fff !important;
}

/* スクロール値 */
#sv {
  z-index: 100;
}

/*--------------------------------
　パララックス
---------------------------------*/
.parallax-bk {
  position: absolute;
  z-index: -2;
  width: 100%;
}

#goal .parallax-bk01, #goal .parallax-bk02 {
  top: 0;
  right: 0;
}

/*--------------------------------
　Section
---------------------------------*/

.section .inner {
  padding: 3.0rem 1.0rem;
  margin: 60px auto;
}

.section .section-title {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  letter-spacing: -0.01em;
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  color: #004994;
  line-height: 1.6;
}

.parallax-text {
  position: relative;
}

.parallax-text:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  content: "";
  z-index: -1;
}

.column-wrapper {
  width: 800px;
  margin: 0 auto;
}

.two-column-image img {
  margin: 0 auto;
}

/*--------------------------------
　sub page
---------------------------------*/
.global-header {
  position: relative;
  background: #000;
/*  background-image: url(/assets/img/subpage-image.png); */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.global-header .inner {
  padding: 80px 1rem;
}

.global-header h2 {
  width: 100%;
}

.global-header .catch-en {
  color: #ffffff;
  font-size: 1.18rem;
  font-weight: bold;
  line-height: 1.75rem;
  display: block;
}

.global-header .catch-ja {
  color: #ffffff;
  font-size: 2.2rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  display: block;
}

/*--------------------------------
　table
---------------------------------*/

.table dl {
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}

.table dl:last-child {
  border-bottom: none;
}

.table dt {
  padding-bottom: 5px;
  clear: left;
  float:left;
  width: 230px;
}

.table dd {
  margin-left: 230px;
  zoom: 1;
}

.table dd:before, .table dd:after {
  display: table;
  line-height: 0;
  content: "";
}

.table dd:after{
  clear: both;
}

/*--------------------------------
　form
---------------------------------*/
input{
  width:100%;
  border: solid 1px #aaa;
  border-radius:5px;
  padding:10px;
  font-size: 15px;
}

/* 半角数値入力　スピンボタン削除　Chrome, Safari */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* 半角数値入力　スピンボタン削除　Firefox, IE */
input[type="number"] {
    -moz-appearance:textfield;
}

select{
  width:100%;
  border: solid 1px #aaa;
  border-radius:5px;
  padding:10px;
  font-size: 15px;
}

textarea{
  border: solid 1px #aaa;
  border-radius:5px;
  padding: 10px;
  height: 160px;
  font-size: 15px;
  width: 100%;
}

.btn-area{
  text-align: center;
}

.checkbox{
  width: 20px;
}

input[type="submit"]{
  background: #004994;
  border: none;
  color: #fff;
  padding: 10px 20px;
  margin: 0 5px;
  width: 200px;
  display: block;
  margin: 30px auto;
  border-radius: 25px;
  opacity: 0.7;
}

input[type="submit"]:focus {
  outline: none;
}

form .table dl:nth-last-child(2){
  border-bottom: none;
}


/*--------------------------------
　fade
---------------------------------*/

/*--------------------------------
　jumbotron
---------------------------------*/
#jumbotron {
  position: relative;
}

#jumbotron .bkdesign-all {
  position: absolute;
  top: 0;
  z-index: -1;
}

#jumbotron .bkdesign-layer{
  position: absolute;
  top: 0;
  z-index: -1;
}

#jumbotron .inner {
  width: 1050px;
  height: 1050px;
  margin: 0 auto;
  position: relative;
}

#jumbotron .bkdesign, #jumbotron .bkdesign-layer {
  overflow: hidden;
  right: -10%;
}

#jumbotron .bkdesign {
  opacity: 0;
}

#jumbotron .bkdesign-navy {
  position: absolute;
  top: 50px;
  right: 28px;
}

#jumbotron .bkdesign-blue {
  position: absolute;
  bottom: 83px;
  left: -79px;
}

#jumbotron #catch {
  position: absolute;
  top: 145px;
  left: 0;
  width: 100%;
  padding: 0 1rem;
}

#jumbotron .catch-text {
  opacity: 0;
}

#jumbotron .catch-en {
  color: #004994;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  display: block;
}

#jumbotron .catch-ja {
  font-size: 3rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  color: #53555C;
}

/*--------------------------------
　navi
---------------------------------*/
#navi, #goal, #service, #case {
  position: relative;
}

#navi .two-column-desc {
  width: 63%;
}


/*--------------------------------
　goal
---------------------------------*/
#goal {
  position: relative;
}

#goal .inner {
  padding-top: 60px;
}

#goal .two-column-image {
  width: 43%;
  position: relative;
}

#goal .two-column-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}

#goal .two-column-desc {
  width: 55%;
  position: relative;
}

/*--------------------------------
 ceo
---------------------------------*/
#ceo {
  position: relative;
}

#ceo .two-column-image img {
  width: 100%;
}

#ceo .two-column-image span {
  display: block;
  width: 60%;
  margin: 0 auto;
}

#ceo .two-column-image .ceo-name {
  width: 60%;
}

#ceo .inner {
  margin-bottom: 60px;
}
/*--------------------------------
 service
---------------------------------*/
#service {
  position: relative;
}
/*--------------------------------
 case
---------------------------------*/
#case {
  position: relative;
}

#case .section-title {
  width: 800px;
  margin: 0 auto;
  display: block;
}

/* 事例吹き出し */
#case .case-border {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 15px;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 15px;
  background: #FFF;
  border: solid 3px #606e83;
  box-sizing: border-box;
  border-radius: 10px;
}

#case .case-border:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2;
}

#case .case-border:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #606e83;
  z-index: 1;
}

/* 事例ボタン */
#case .case-button .button {
  display: inline-block;
  padding: 4px 20px;
  border-radius: 25px;
  text-decoration: none;
  color: #FFF;
  background: #004994;
  opacity: 0.7;
}

/* モーダルウィンドウ */

#case .modal-content{
  max-width:800px;
  width: 100%;
  margin:1.5em auto 0;
  padding:10px 20px;
  background:#fff;
  z-index:50;
  position:fixed;
}

#case .modal-p{
  margin-top:1em;
}

#case .modal-p:first-child{
  margin-top:0;
}

#modal-overlay{
  z-index:40;
  display:none;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:120%;
  background-color:rgba(0,0,0,0.75);
}

#case .modal-content {
  padding: 0;
}

#case .modal-content span {
  color: #004994;
  font-size: 1.3rem;
  font-weight: bold;
  background: linear-gradient(transparent 70%, #ffdc00 0%);
  display: inline;
  margin-bottom: 20px;
}

#case .modal-content .text {
  margin: 1.5rem 0;
}

#case .modal-content .two-column-wrapper {
  width: 100%;
  padding: 0;
}

#case .modal-content .two-column-desc {
  width: 65%;
  padding: 20px;
  height: 380px;
  text-align: left;
}

#case .modal-content .two-column-image {
  position: relative;
  width: 35%;
}

#case #modal-content-01 .two-column-image {
  background: rgba(80, 161, 196, 0.4);
}

#case #modal-content-02 .two-column-image {
  background: rgba(140, 140, 168, 0.5);
}

#case #modal-content-03 .two-column-image {
  background: rgba(0, 173, 178, 0.3);
}

#case #modal-content-04 .two-column-image {
  background: rgba(96, 110, 131, 0.4);
}

#case #modal-content-05 .two-column-image {
  background: rgba(107, 179, 150, 0.5);
}

#case #modal-content-06 .two-column-image {
  background: rgba(31, 82, 138, 0.4);
}

#case .modal-content .two-column-image .modal-bk {
height: 95%;
position: absolute;
bottom: 0;
right: 0;
}

#case .modal-content .two-column-image .staff-image{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  width: 100%;
}

#case .modal-content .two-column-image a {
  position: absolute;
  bottom: 0;
  left: 0;
}

#case .modal-content .close-button{
  width: 80px;
  position: absolute;
  top: -20px;
  right: -20px;
}

/*--------------------------------
 company
---------------------------------*/


/*--------------------------------
 recruit
---------------------------------*/

.toggle_switch {
  position: relative;
  cursor: pointer;
  padding: 20px 1rem;
  margin-bottom: 3px;
  background: #606e83;
  color: #fff;
}

.toggle_switch::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 11px;
  background: url(/assets/img/arrow.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  transition: transform .2s;
}
.toggle_switch.open::after {
  transform: rotateZ(180deg);
  top: 46%;
}
.toggle_contents {
  display: none;
  padding: 19px 24px;
  margin-bottom: 1rem;
  border: 1px solid #dddddd;
}

.label {
  display: inline-block;
  padding: 3px 15px;
  border-radius: 3px;
  text-decoration: none;
  color: #fff;
  margin-right: 1rem;
  font-size: 0.8rem;
}

.label-mid {
  background: #71c2dd;
}

.label-new {
  background: #457ab1;
}

#recruit .button {
  display: inline-block;
  padding: 4px 20px;
  border-radius: 25px;
  text-decoration: none;
  background: rgba(0, 73, 148, 0.7);
}

#recruit .external-link-button {
  display: inline-block;
  padding: 4px 20px;
  border-radius: 25px;
  text-decoration: none;
  background: rgb(206,58,31);
  border-bottom: 5px solid #9f000c;
}

#recruit .external-link-button:hover{
  margin-top: 3px;
  border-bottom: 2px solid #9f000c;
}

#recruit .button a{
  color: #FFF;
}

#recruit .external-link-button a{
  display: block;
}

#recruit .inner {
  margin: auto;
  padding: 1rem;
}

#recruit .inner p.text{
  margin: auto;
}

#recruit .external-link-button-area{
  margin: auto auto 60px;
  font-weight: bold;
  text-align: center;
}

#entry-button-area{
  text-align: center;
}

#entry-button-area span{
  display: block;
}

#entry-button-area .button{
  margin-top: 1.5rem;
}

/*--------------------------------
 お問い合わせフォーム
---------------------------------*/
.error_list {
  color: #e3843b;
  font-weight: bold;
  padding: 10px 30px;
  border: 1px solid #e3843b;
  border-radius: 5px;
}

.required {
  color: #e3843b;
  font-weight: bold;
}

/*--------------------------------
 Footer
---------------------------------*/
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}
#footer .inner {
  padding: 30px;
}

#footer .copyright {
  font-size: 10px;
  color: #8c8c8c;
  text-align: center;
  margin-bottom: 0;
}


/*media Queries 767 スマホまで
----------------------------------------------------*/

@media screen and (max-width: 767px) {
  .contents {
    padding: 40px 0;
  }
  .section .inner {
    padding: 30px 15px;
  }

  .global-header .inner {
    padding: 40px 1rem;
  }

  .global-header .catch-ja{
    font-size: 1.8rem;
  }

  .paragraph {
    display: block;
  }

  #jumbotron #catch {
    top: 145px;
  }

  #jumbotron .catch-en {
  font-size: 1.4rem;
  display: block;
  }

  #jumbotron .catch-ja {
    font-size: 1.6rem;
  }

  .section .section-title {
    font-size: 1.4rem;
  }

  .section .section-title-block {
    margin-bottom: 10px;
  }

  #jumbotron .bkdesign, #jumbotron .bkdesign-layer {
    height: 100vh;
    width: auto;
    overflow: hidden;
  }

  /* table */
  .table dt {
    display: block;
    width: 100%;
    font-weight: bold;
  }

  .table dd {
    margin: 0;
  }

  .table span {
    display: block;
  }

  .toggle_switch {
    padding: 1rem;
  }

  .toggle_switch span {
    display: inline;
  }

  #goal .two-column-wrapper {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #goal .two-column-image {
    width: 50%;
    margin: 0 auto 20px;
  }
  #goal .two-column-desc {
   width: 100%;
 }
  #case .card {
    flex-basis: 100%;
    margin-bottom: 1.5rem;
  }

  #case .modal-content span {
    font-size: 1.1rem;
  }

  #case .modal-content .two-column-image {
    display: none;
  }

  #case .modal-content .two-column-desc {
    width: 100%;
    height: 100%;
  }

  #case .modal-content .close-button {
    width: 70px;
    top: -40px;
  }

  #footer .inner {
    padding: 20px 0;
  }

}



/*media Queries 1024　タブレットまで
----------------------------------------------------*/

@media screen and (max-width: 1024px) {
/* TOP背景 */
#jumbotron .desk-bkdesign, .parallax-bk {
  display: none;
}

  #jumbotron .bkdesign, #jumbotron .bkdesign-layer {
    left: -40%;
  }

/* inner */
  .contents {
    padding: 0;
  }
  #jumbotron {
    width: 100%;
    overflow: hidden;
  }

  #jumbotron .inner {
    padding: 3.0rem 1.0rem;
    width: 100%;
    height: 100vh;
    margin: 0;
  }

  .column-wrapper {
    width: 100%;
  }

  .fixed {
    background: #000;
  }

  #header {
    height: 50px;
    padding: 0;
    background:#000;
  }

  #header #logo {
    width: 100%;
  }

  #header #logo img {
    max-height: 45px;
    padding-left: 0;
  }


  #header .gnavi {
      display: none;
      position: absolute;
      top:50px;
      width: 100%;
      background: #000;
      left: 0;
      z-index: 30;
    }

  #header .gnavi ul {
    display: block;
  }

  #header .gnavi ul li{
    margin: 0 auto;
    margin: 0;
    border-top: solid 1px rgba(255,255,255,0.50);
  }
  #header .gnavi ul li a{
    display: block;
  }

  .sub-page #header .gnavi li a {
    color: #fff;
  }

  /* ボタン */
  #nav_toggle{
    display: block;
    width: 50px;
    height: 50px;
    position: relative;
    top: 0;
    right: 0;
    z-index: 100;
    margin-right: 5px;
  }
  #nav_toggle div {
    position: absolute;
    width: 23px;
    height: 23px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  #nav_toggle span{
    display: block;
    height: 1px;
    background: #fff;
    position:absolute;
    width: 100%;
    left: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out; 
  }
  #nav_toggle span:nth-child(1){
    top:6px;
  }
  #nav_toggle span:nth-child(2){
    top:12px;
  }
  #nav_toggle span:nth-child(3){
    top:18px;
  }
  
  /* open時 */
  .open #nav_toggle span:nth-child(1) {
      top: 12px;
       -webkit-transform: rotate(135deg);
      -moz-transform: rotate(135deg);
      transform: rotate(135deg);
    }
    .open #nav_toggle span:nth-child(2) {
      width: 0;
      left: 50%;
    }
    .open #nav_toggle span:nth-child(3) {
      top: 12px;
      -webkit-transform: rotate(-135deg);
      -moz-transform: rotate(-135deg);
      transform: rotate(-135deg);
    }

  .open {
    background: #000;
  }

  .toggle_wrap .open {
    background: #606e83;
  }

    #case .card {
      justify-content: center;
    }

    #ceo .two-column-image {
      width: 50%;
      margin: 0 auto;
    }

  #case .modal-content {
    width: 90%;
  }

  #case .case-icon img {
    width: 150px;
    margin: 0 auto;
  }
  
  #case .case-desc {
    text-align: center;
  }

  #case .case-border:before, #case .case-border:after {
    display: none;
  }

  #case .case-border {
    width: 86%;
    margin: 0.5rem auto;
    max-width: 300px;
  }


}

/* タブレットのみ */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #jumbotron #catch {
    top: 30%;
  }
}

/*media Queries 768 タブレット以上　
----------------------------------------------------*/

@media screen and (min-width: 768px) {

  .two-column-wrapper {
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .two-column-desc {
    width: 60%;
  }

  .two-column-image {
    width: 35%;
  }

  /* 事例紹介2段組み */
  #case .card-wrapper {
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #case .card {
    width: 50%;
  }

}

/*media Queries 1024　デスクトップ以上
----------------------------------------------------*/

@media screen and (min-width: 1024px) {

  #header #nav_toggle {
    display: none;
  }

  #case .card {
    margin: 1.5rem 0;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #case .case-icon {
    flex-basis: 28%;
  }

  #case .case-icon img {
    width: 100%;
  }

  #case .case-desc {
    flex-basis: calc(100% - 28%);
  }

}

/*media Queries 1500　デスクトップ
----------------------------------------------------*/
@media screen and (min-width: 1024px) {
#jumbotron .bkdesign, #jumbotron .bkdesign-layer {
  right: 0;
}

}