@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&display=swap');

/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */
html {
        scroll-behavior: smooth;
}

body {
  font-family: "source-han-sans-japanese", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 18px;
  line-height: 1.8;
  color: #3a3a3a;
  background: #fff;
  width: 100%;
  position: relative;
  font-feature-settings: "palt";
  overflow-x: hidden;
  background-image: url(../images/background.jpg);
  background-size: cover;
  background-attachment: fixed;
}
a {
  color: #0a60a0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
a:hover, a:active, a:focus {
  color: #0a60a0;
  outline: none;
  text-decoration: none;
}

img {
    image-rendering: -webkit-optimize-contrast;
}

.mail a{
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.mail a:hover {
  opacity: 0.6;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 900;
  margin: 0 0 30px 0;
  font-feature-settings: "palt";
}

ul, ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.mw_wp_form .error {
    font-size: 14px;
    color: #B70000;
    display: block;
    padding: 10px;
}

.row {
  margin-top: 2em;
}

.textblock {
  padding: 3em;
}

.row p {
}

.topschedule {
    position: absolute;
    bottom: 0;
    right: 82px;
    background-color: #fff;
    border-radius: 30px 0 0 0;
    padding: 30px 0px 0px 30px;
    width: 850px;
}

.topschedule img {
    width: 100%;
    max-width: 800px;
}

table.normal {
  border-collapse: collapse;
  border-spacing: 0;
  color:#000;
  margin: 1em;
  width: calc(100% - 2em);
}



table.normal th, table.normal td {
    padding: 3px 0;
    text-align: center;
    border: 2px solid #fff;
}

table.normal.pagechedule th, table.normal td {
  padding: 20px;

}

table.normal th {
  background-color: #DB3459;
  color: #fff;
}

table.normal tr {
    background-color: #F8E8EA;
}
table.normal tr.odd{
  background-color: #F1CDD1;
}

table.normal tr .timehead {
    background-color: #a3cee8;
    text-align: left;
    padding: 0 10px;
    max-width: 60px;
}

.grayback {
  padding:20px;
  background-color: #f8f8f8;
}

.whiteinner {
  padding:20px;
  background-color: #fff;
}

.uketsuke1 {
  background-color: #92b0e0;
}

.uketsuke2 {
  background-color: #a3cee8;
}

.uketsuke3 {
  background-color: #b0e2de;
}

table.normal tr.weekhead {
  background-color: #92b0e0;
}

.chuijikou {
    padding: 5px;
    float: left;
    width: 50%;
}

.chuijikou p {
    font-size: 12px;
    margin: 3px;
}

.underscheduleback {
  padding: 10px 5px 5px;
  background-color: #fff;
  display: inline-block;
}

ul.normallist {
  margin-top:30px;

}

ul.normallist li {
    font-size: 16px;
    line-height: 1.6;
    padding: 0px 20px 5px 40px;
    margin-bottom: 15px;
}

ul.normallist li::before {
    font-family: "Font Awesome 5 Free";
    content: '\f105';
    font-weight: 900;
    margin-right: 5px;
    margin-left: -15px;
}

td.blueback {
    background-color: #d7ebff;
}

.odd td.blueback {
    background-color: #f0f8ff;
}

.pflink {

}

.pflink li {
    width: calc(100%/2 - 20px);
    margin: 10px;
    float: left;
}

.pflink li a {
    display: block;
    padding: 20px;
    border-radius: 10px;
    background-color: #5ea4ea;
    color: #fff;
    text-align: center;
}

.pflink li a::before{
    font-family: "Font Awesome 5 Free";
    content: '\f56d';
    font-weight: 900;
    margin-right: 5px;
    margin-left: -15px;
}

.pflink.pagelink li a::before{
    font-family: "Font Awesome 5 Free";
    content: '\f0c1';
    font-weight: 900;
    margin-right: 5px;
    margin-left: -15px;
}

.pflink li a:hover {
    background-color: #2064b7;
}

.dspace {
  min-height: 300px;
}

.graybox a.readmore {
  background-color: #fff;
  color:#2064b7;
  padding: 5px 20px;
  font-weight: 600;
  display: inline-block;
}

.graybox a.readmore:hover {
  color:#2064b7;
}

.readmore::after {
    font-family: "Font Awesome 5 Free";
    content: '\f105';
    font-weight: 900;
    margin-left: 10px;
}

.section-heading a.readmore {
    background-color: #fff;
    color: #1e1e1e;
    padding: 5px 20px;
    font-weight: normal;
    display: inline-block;
    border: 1px solid #353535;
    font-size: 15px;
}

.section-heading a.readmore:hover {
  color:#2064b7;
}

.teltext {
  text-align: center;
  margin-top:30px;
  color: #fff;
  font-weight: 600;
}

.teltext p {
  font-size: 26px;
  font-weight: 600;
}

.readmore::after {
    font-family: "Font Awesome 5 Free";
    content: '\f105';
    font-weight: 900;
    margin-left: 10px;
}

#breadcrumb {
    text-align: center;
    font-size: 16px;
    margin-top: 5px;
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6;
    width: 100%;
    display: inline-block;
    margin-bottom: 0;
}

#breadcrumb ol {
    display: inline-block;
    margin: 0;
    list-style: none;
    padding: 0;
}

#breadcrumb li {
    float: left;
}

#breadcrumb a::after {
    content: " > ";
    margin:0 5px;
}

.serviceblock h3 {
  font-weight: 900;
  font-style: normal;
  font-size: 28px;
  color: #464646;
  display: inline-block;
  border-bottom: 2px solid #f58b8f;
  padding-bottom: 20px;
}

.n2-ow div.herotext {
font-weight: 900;
font-style: normal;
font-size: 55px;
}

.n2-ow div.herosmall {
  font-size: 2.1rem;
}

p{
    font-size: 18px;
    line-height: 1.8;
    font-weight: normal;
    margin-bottom: 1.5em;
}

::-webkit-selection {
  color: #818892;
  background: #f9f6f0;
}

::-moz-selection {
  color: #818892;
  background: #f9f6f0;
}

::selection {
  color: #818892;
  background: #f9f6f0;
}

.edge--bottom {
  position: relative;
  z-index: 1;
}
.edge--bottom:after {
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.edge--bottom:after {
  bottom: 0;
  transform: skewY(-1.5deg);
  transform-origin: 100%;
}

.edge--bottom--reverse {
  position: relative;
  z-index: 1;
}
.edge--bottom--reverse:after {
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.edge--bottom--reverse:after {
  bottom: 0;
  transform: skewY(1.5deg);
  transform-origin: 0 100%;
}

.edge--top {
  position: relative;
  z-index: 1;
}
.edge--top:before {
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.edge--top:before {
  top: 0;
  transform: skewY(1.5deg);
  transform-origin: 100% 0;
}

.edge--top--reverse {
  position: relative;
  z-index: 1;
}
.edge--top--reverse:before {
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.edge--top--reverse:before {
  top: 0;
  transform: skewY(-1.5deg);
  transform-origin: 0 0;
}

.edge--both {
  position: relative;
  z-index: 1;
}
.edge--both:before, .edge--both:after {
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.edge--both:before {
  top: 0;
  transform: skewY(1.5deg);
  transform-origin: 100% 0;
}
.edge--both:after {
  bottom: 0;
  transform: skewY(-1.5deg);
  transform-origin: 100%;
}

.edge--both--reverse {
  position: relative;
  z-index: 1;
}
.edge--both--reverse:before, .edge--both--reverse:after {
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.edge--both--reverse:before {
  top: 0;
  transform: skewY(-1.5deg);
  transform-origin: 0 0;
}
.edge--both--reverse:after {
  bottom: 0;
  transform: skewY(1.5deg);
  transform-origin: 0 0;
}

#careerdock-header {
  position: absolute;
  z-index: 99;
  width: 100%;
  opacity: 1;
  margin-top: 0;
  padding: 0 82px;
  background-color: #fff;
}

li.navinvisible {
  display: inline-block;
  padding: 0 20px;
}

li.navinvisible span::before,li.navlang span::before {
  display: none;
}


li.navinvisible span::after {
  content: " ";
  position: absolute;
  width: 46px;
  height: 46px;
  border-radius: 100px;
  background-color: #fff;
  top: 49%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  z-index: -1;
}

li.navinvisible a:hover span::after {
   background-color: #3a3a3a; 
}

.navlang span {
  border: 1px solid #fff;
  padding: 0 7px 0 10px;
  font-size: 14px;
}

.navlang span::after {
    font-family: "Font Awesome 5 Free";
    content: '\f105';
    font-weight: 900;
    margin-left: 7px;
}

.navlang.langsmp {
  display: block;
  clear: both;
  padding: 20px;
  text-align: center;
}

.navlang.langsmp a  {
  color: #fff;
}

.navlang.langsmp a span {
  padding: 7px 15px;
}

.navlang a:hover span {
  background-color: rgba(255,255,255,0.5);
}


#careerdock-header #navbar2 li.navinvisible a {
  color: #3a3a3a;}

.navbar-fixed-top li.navinvisible span::after {
  content: " ";
  position: absolute;
  width: 46px;
  height: 46px;
  border-radius: 100px;
  background-color: #3a3a3a;
  top: 49%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  z-index: -1;
}

#careerdock-header.navbar-fixed-top #navbar2 li.navinvisible a {
  color: #fff;
}

.navbar-fixed-top li.navinvisible {
  display: inline-block;
}

.navbar-fixed-top .navbar-right {
    float: right !important;
    margin-right: 15px;
}

.credit {
    position: absolute;
    bottom: 15px;
    right: 30px;
    font-size: 14px;
    z-index: 10;
}
p.texleft {
  text-align: left;
}

@media screen and (max-width: 896px) {
  #careerdock-header {
    margin-top: 0;
  }
  #careerdock-header #navbar2 li a {
    color: rgba(0, 0, 0, 0.5) !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  #careerdock-header #navbar2 li a:hover {
    color: #0a60a0 !important;
  }
  #careerdock-header #navbar2 li a span:before {
    background: transparent !important;
  }
  #careerdock-header #navbar2 li.active a {
    background: transparent;
    background: none;
    color: #0a60a0 !important;
  }
  #careerdock-header #navbar2 li.active a span:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
#careerdock-header .navbar {
  padding-bottom: 0;
  margin-bottom: 0;
}
#careerdock-header #navbar2 li a {
  color: #000;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  padding-top: 33.5px;
}
#careerdock-header #navbar2 li a span {
  position: relative;
  display: block;
  padding-bottom: 2px;
}
#careerdock-header #navbar2 li a span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#careerdock-header #navbar2 li a:hover {
  color: #fff;
}
#careerdock-header #navbar2 li a:hover span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
#careerdock-header #navbar2 li.active a {
  background: transparent;
  background: none;
  color: #fff;
}
#careerdock-header #navbar2 li.active a span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/*グローバルナビ*/
#careerdock-header #navbar2{
    float: right;
}

#careerdock-header #navbar2 li a:hover:after {
    width:100%;
    opacity: 1;
}

#careerdock-header #navbar2 li .sub-menu {
    position: absolute;
    width: 220px;
    left: 50%;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
    background-color:#fff;
    height:0px;
    -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    opacity: 0;
    z-index:99;
    list-style: none;
    padding: 0;
    border-radius: 8px;
    overflow: hidden;
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
}

#careerdock-header #navbar2 li .sub-menu span{
    display: none;
}

#careerdock-header #navbar2 li:hover .sub-menu {
    display: block;
    position: absolute;
    height:auto;
    opacity: 1;
    top:70px;
}

#careerdock-header #navbar2 li .sub-menu li a {
    padding: 8px 0;
    color: #444;
    margin: 0;
    text-align: center;
    display: block;
    font-size: 14px;
    border-bottom: 1px solid #eee;
    height: auto;
    font-weight: normal;
    text-decoration: none;
}

#careerdock-header #navbar2 li .sub-menu li a:hover{
    background-color:#c3e6ff;
}

#careerdock-header #navbar2 li .sub-menu li {
    margin: 0;
    text-align: center;
    width: 100%;
}
#careerdock-header #navbar2 li .sub-menu li:after {
    display: none;
}


#careerdock-header .navbar-brand {
    float: left;
    display: block;
    font-size: 30px;
    font-weight: 700;
    padding: 0 0 5px 0;
    text-indent: -9999px;
    width: 270px;
    background-size: contain;
    background-repeat: no-repeat;
    height: auto;
}

#careerdock-header .navbar-brand img {
  width: 100%;
}

#careerdock-header .navbar-header {
    padding: 19px 0px 13px;
}

#careerdock-header .navbar-brand .normallogo {
  display: block;
}

#careerdock-header .navbar-brand .fixlogo {
  display: none;
}


#careerdock-header.undernav {
  background-color: #fff;
}

#careerdock-header.navbar-fixed-top.undernav {
  background-color: #fff;
}

#careerdock-header .undernav .navbar-header {
  border-radius: 0;
}

#careerdock-header.navbar-fixed-top {
  position: fixed !important;
  background: #fff;
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
  top: 0;
}
#careerdock-header.navbar-fixed-top .navbar-brand {
    width: 230px;
}
#careerdock-header.navbar-fixed-top #navbar2 li a {
  color: rgba(0, 0, 0, 1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#careerdock-header.navbar-fixed-top #navbar2 li a:hover {
  color: #4068b0;
}

#careerdock-header.navbar-fixed-top #navbar2 li a:hover span::before {
  background-color:#4068b0 ;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#careerdock-header.navbar-fixed-top #navbar2 li.navinvisible a:hover {
  color: #fff;
}

#careerdock-header.navbar-fixed-top #navbar2 li.navlang span {
  border: 1px solid #313131;
}

#careerdock-header.navbar-fixed-top #navbar2 li.navlang a:hover  span {
  background-color:rgba(83, 161, 208, 0.4);
}

.navbar-fixed-top li.navinvisible a:hover span::after {
  background-color:#4068b0;
}

#careerdock-header.navbar-fixed-top #navbar2 li.active a {
  background: transparent;
  background: none;
  color: #4068b0;
}
#careerdock-header.navbar-fixed-top #navbar2 li.active a span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  background-color: #4068b0;
}

#careerdock-header.navbar-fixed-top .navbar-brand .fixlogo {
  display: block;
}

#careerdock-header.navbar-fixed-top .navbar-brand .normallogo {
  display: none;
}

#careerdock-header .navbar-default {
  border: transparent;
  background: transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
.pure-container {
  display: none;
}

@media screen and (max-width: 1120px) {
.pure-container {
  display: block;
}
.navbar-nav {
  display: none;
}
}

@media screen and (max-width: 896px) {
  #careerdock-header .navbar-default {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
#careerdock-header.navbar-fixed-top {
}

#careerdock-header {
    position: absolute;
    z-index: 99;
    width: 100%;
    opacity: 1;
    top: 0;
    margin-top: 0;
    left: 0;
}
}
#careerdock-header .navbar-default .brand-slogan {
  margin: 28px 0 0 15px;
  float: left;
  letter-spacing: 2px;
  color: #adadad;
}
#careerdock-header .navbar-default .brand-slogan em {
  color: #0a60a0;
  font-style: normal;
}
.navbar-header a {
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

#careerdock-home {
  background-color: transparent;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  width: 100%;
  color: #fff;
  overflow: hidden;
}

#careerdock-home.undermainimg {
  max-height: 460px;
}

#careerdock-home.undermainimg .gradient {
  max-height: 460px;
}

#careerdock-home .headinner {
  position: absolute;
  top: 130px;
  left: 0;
  width: 50%;
  height: 540px;
  border-radius: 0 100px 0 0;
  padding: 0.5em 3em;
}

#careerdock-home .headinner img{
  width: 90%;
  max-width: 590px;
  float: right;
  margin-bottom: 10px;
}

#careerdock-home .headinner p{
  clear: both;
  color: #ff7272;
  letter-spacing: 1px;
  font-weight: bold;
  max-width: 300px;
  float: right;
  text-align: right;
  width: 100%;
  margin: 12px 0;
  padding-right: 8px;
}

#careerdock-home .headinner .headlink {
  width: 100%;
  max-width: 300px;
  text-align: left;
  margin: 0 auto;
}

.headbtnblock {
  background-color: #fff;
  width: 90%;
  max-width: 590px;
  padding: 20px;
  float: right;
  margin-top: 30px;
  border-radius: 10px;
-moz-box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.2);
-ms-box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.2);
box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.2);
}

.kaiki {
  border: 5px solid #0172C2;
  padding: 10px 15px;
  color: #0172C2;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  border-radius: 6px;
}

#careerdock-home .headinner .headlink a {
  background-color: #f58b8f;
  border-radius: 100px;
  color: #fff;
  padding: 10px 20px;
  font-size: 1.8rem;
  font-weight: bold;
}



#careerdock-home .gradient {
  position: relative;
  display: grid;
  height: 660px;
  margin-top: 60px;
}

#careerdock-home .gradient::before {
    content: "";
    background-color: rgba(0,0,0,0.0);
    width: 100%;
    height: 100%;
    position: absolute;
}

#english #careerdock-home .gradient::before {
    content: "";
    background-color: rgba(0,0,0,0);
    width: 100%;
    height: 100%;
    position: absolute;
}

#careerdock-home .gradient img {
  width: 100%;
  pointer-events: none;
  position: absolute;
  right: 0;
}

@media screen and (min-width: 1921px) {
#careerdock-home .gradient img{
  width: 100%;
}
}

#careerdock-home .container {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}

#careerdock-home .text-wrap {
  display: table;
  width: 100%;
  position: relative;
  z-index: 4;
}
#careerdock-home .text-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#careerdock-home .text-inner a {
  color: white;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#careerdock-home .text-inner a:hover, #careerdock-home .text-inner a:active, #careerdock-home .text-inner a:focus {
  text-decoration: none;
  color: white;
  border-bottom: 1px dashed white;
}

.col-md-offset-2 {
    margin: 0 auto;
    text-align: center;
    float: none;
    font-weight: bold;
}
#careerdock-home .col-md-offset-2 {
    text-align: center;
    float: right;
background-color: rgba(255,255,255,0.1);
padding: 20px;
}

#careerdock-home .text-inner h1 {
  font-size: 50px;
  color: white;
  margin: 0 0 20px 0;
}
#careerdock-home .text-inner h2 {
  font-size: 28px;
  line-height: 38px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

.slant {
  position: absolute;
  transform: rotate(-1.7deg);
  -ms-transform: rotate(-1.7deg);
  -webkit-transform: rotate(-1.7deg);
  -o-transform: rotate(-1.7deg);
  -moz-transform: rotate(-1.7deg);
  background-color: #fff;
  content: "";
  z-index: 3;
  display: inline-block;
  height: 70px;
  bottom: 0;
  margin-bottom: -35px;
  padding: 0;
  width: 101%;
}

#careerdock-intro {
  position: relative;
  bottom: 0;
  z-index: 10;
  padding-top: 4em;
  padding-bottom: 2em;
}

.servicelist {
  margin: 0 -20px;
}

.servicelist li{
  width: calc(100%/3 - 40px);
  margin: 20px;
  float: left;
}

.servicelist li a{
display: block;
-moz-box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.2);
-ms-box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.2);
box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.servicelist li a:hover{
  opacity: 0.8;
}

.servicelist li a img {
    width: 100%;
    height: auto;
}

.servicelist li a .servicettl {
    background-color: #043a7b;
    color: #fff;
    padding: 20px 10px;
    text-align: center;
    font-size: 24px;
}

.servicelist li a .servicettl.medic {
}
.servicelist li a .servicettl.meverione {
}


.servicelist li a .servicedetail {
  padding: 40px;
  text-align: left;
}

.servicelist li a .servicedetail span {
    display: block;
    padding-left: 20px;
    position: relative;
    margin-top: 10px;
}

.servicelist li a .servicedetail span::before {
    font-family: "Font Awesome 5 Free";
    content: '\f054';
    font-weight: 900;
    left: 0px;
    position: absolute;
}

@media screen and (max-width: 896px) {
#careerdock-home .container {
    width: 100%;
}
  #careerdock-intro {
    padding-bottom: 5em;
    padding-top: 3em;
  }
  #careerdock-home {
    padding: 0;
    margin-bottom: 3em;
}
#careerdock-home .gradient {
  height: 300px;
  overflow: hidden;
}

#careerdock-header .navbar-brand {
    width: 200px;
}

#careerdock-header.navbar-fixed-top .navbar-brand {
  width: 200px;
}


#careerdock-home .col-md-offset-2 {
    text-align: left;
    float: left;
}
.n2-ow div.herotext {
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
}

.n2-ow div.herosmall {
    font-size: 15px;
}

#careerdock-home .text-wrap {
  margin-top:50px;
}

.credit {
    left:0;
    right: initial;
    font-size: 12px;
    z-index: 10;
    padding:0 15px;
}
}

@media screen and (max-width: 480px) {
#english #careerdock-home .gradient {
  height: 500px;
}
#careerdock-home .headinner.eng {
  top: 55%;
}
}

#careerdock-intro > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
}

#careerdock-intro p {
    text-align: left;
    margin: 15px;
}

#careerdock-intro .liberothera-block {
  width: 33.33%;
  float: left;
  text-align: left;
  font-size: 16px;
  min-height: 300px;
  vertical-align: middle;
  padding: 40px;
  background: #fff;
  -webkit-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
  -moz-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
  -ms-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
  -o-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
  box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
  z-index: 7;
  flex-grow: 1;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
}
@media screen and (max-width: 896px) {
  #careerdock-intro .liberothera-block {
    width: 100%;
  }
}
#careerdock-intro .liberothera-block > .overlay-darker {
  z-index: 8;
  opacity: .5;
  background: #474747;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#careerdock-intro .liberothera-block > .overlay {
  background: #fff;
  opacity: 1;
  z-index: 9;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#careerdock-intro .liberothera-block > .liberothera-text {
  position: relative;
  z-index: 10;
}
#careerdock-intro .liberothera-block > .liberothera-text .liberothera-intro-icon {
  font-size: 42px;
  color: #0a60a0;
  margin-bottom: 30px;
  display: block;
}

#careerdock-intro .liberothera-block:hover > .overlay, #careerdock-intro .liberothera-block:focus > .overlay {
  opacity: 0;
  z-index: 9;
}
#careerdock-intro .liberothera-block:hover > .liberothera-text, #careerdock-intro .liberothera-block:focus > .liberothera-text {
  color: #fff;
}
#careerdock-intro .liberothera-block:hover > .liberothera-text .liberothera-intro-icon, #careerdock-intro .liberothera-block:focus > .liberothera-text .liberothera-intro-icon {
  color: #fff;
}
#careerdock-intro .liberothera-block:hover h2, #careerdock-intro .liberothera-block:focus h2 {
  color: #fff;
}
#careerdock-intro .liberothera-block:hover .btn, #careerdock-intro .liberothera-block:focus .btn {
  border: 2px solid #fff !important;
  background: transparent;
}
#careerdock-intro .liberothera-block:hover .btn:hover, #careerdock-intro .liberothera-block:focus .btn:hover {
  background: #0a60a0 !important;
  border: 2px solid #0a60a0 !important;
}

.watch-video {
  text-align: center;
  width: 100%;
  display: block;
  float: left;
}
.watch-video span {
  display: block;
  margin-bottom: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
}
.watch-video .btn-video {
  display: block;
  font-size: 60px;
  height: 120px;
  width: 120px;
  margin: 0 auto;
  border: 2px solid #0a60a0;
  line-height: 0px;
  display: table;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.watch-video .btn-video:hover, .watch-video .btn-video:focus, .watch-video .btn-video:active {
  text-decoration: none;
}
.watch-video .btn-video i {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  right: -9px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.watch-video .btn-video:hover i, .watch-video .btn-video:focus i {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

#careerdock-services, #careerdock-counters, #careerdock-work, #careerdock-contact, #careerdock-about {
  padding: 4em 0;
}
@media screen and (max-width: 896px) {
  #careerdock-services, #careerdock-counters, #careerdock-work, #careerdock-contact, #careerdock-about {
    padding: 2em 0;
  }
#careerdock-intro h2 {
    font-size: 30px;
    text-align: center;
}
}

#careerdock-service01, #careerdock-service03, #careerdock-service04, #careerdock-service05, #careerdock-services, #careerdock-info, #careerdock-contact {
  padding: 4em 0 4em;
}

#careerdock-service02 {
  padding: 0;
}

#careerdock-service01.graybox, #careerdock-service03.graybox, #careerdock-service05.graybox {
  padding: 4em 0 4em;
}
#careerdock-service00 {
  padding:4em 0 0;
}

.container{
  background-color: #fff;
}

#careerdock-servicepage,#careerdock-single {
  padding:4em 0;
}

#careerdock-servicepage .container,#careerdock-single .container {
  max-width: 1132px;
}

.container.ftblock {
    background-color: #f7f5f2;
    padding: 5em 3em;
    position: relative;
    margin-top: 4em;
}

.container.ftblock.nocolor{
  background-color: transparent;
}

.container.ftblock .ftblockicon {
  position: absolute;
  left: 60px;
  top:0;
  width: 60px;
}

.kanrenlink {
  display: inline-block;
  margin: 0 auto;
  width: 80%;
}

.kanrenlink li {
    float: left;
    width: calc(100%/2 - 20px);
    margin: 10px;
    border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
-moz-box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.2);
-ms-box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.2);
box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.2);
}

.kanrenlink li a {
  font-size: 24px;
  color: #3c3c3d;
  padding: 15px;
  display: block;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.kanrenlink li a::before {
    font-family: "Font Awesome 5 Free";
    content: '\f3c5';
    font-weight: 900;
    margin-right: 10px;
}

.kanrenlink li.green a::before {
    font-family: "Font Awesome 5 Free";
    content: '\f658';
    font-weight: 900;
    margin-right: 10px;
}

.kanrenlink.linkthree li {
    width: calc(100%/3 - 20px);
    max-width: 480px;
}


.kanrenlink.linkone {
  display: block;
  margin: 0 auto;
  max-width: 480px;
}
.kanrenlink.linkone li {
    width: calc(100%/1 - 20px);
    max-width: 480px;
}

.kanrenlink.udicon li a::before {
  font-family: "Font Awesome 5 Free";
  content: '\f105';
  font-weight: 900;
  margin-right: 10px;
}

.kanrenlink.udicon li a {
  display: table;
  width: 100%;
}

.kanrenlink.udicon li a::before {
  display: table-cell;
  width: 40px;
  text-align: center;
}

.kanrenlink.udicon li a span {
  display: table-cell;
}


.kanrenlink li:hover {
  opacity: 0.8;
}


.secsubttl,.secmainttl {
  text-align: left;
}

.container .secsubttl {
  margin-bottom:20px;
}

.contactbig {
  padding: 0;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  border-radius: 15px;
}

.contactsmall {
  padding: 20px 30px;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  border-radius: 15px;
}

.contactwrap {
  position: relative;
}

.wrap2 {
  width: 100%;
  max-width: 700px;
  margin: 100px auto 0;
}

.contactwrap::after {
  content: " ";
  background-color: #fdd43e;
  position: absolute;
  height: 20px;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
  border-radius: 0 0 50px 50px;
}

.contactinner {
  padding: 20px 40px 0;
}

.contactbig h2 {
  background-color: #fdd43e;
  color: #284190;
  padding: 10px 50px;
  margin-bottom: 0;
}

.contactsmall h2 {
  font-size: 24px;
  color: #284190;
  text-align: center;
  padding: 10px 10px 20px;
  margin-bottom: 20px;
  border-bottom: 3px dotted #efefef;
}

.contact01 {
  font-size: 2.1rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.contact02 {
  font-size: 2.1rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #ef6a30;
}

.contact03 {
  font-size: 80%;
}

.contact04 {
  text-align: center;
  font-weight: bold;
}

.contact04 span {
  margin-left: 20px;
}

.contactlink a {
  background-color: #e26833;
  padding: 10px 40px;
  color: #fff;
  font-weight: bold;
  border-radius: 70px;
  border-bottom: 4px solid #284190;
}

.contactback {
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
}

.sec02pink {
  background-color: #feeeee;
  width: calc(100% - 5px);
  margin: 0 auto;
  border-radius: 15px;
  padding: 50px;
}

.sec02pink table {
  width: 100%;
  text-align: left;
  max-width: 700px;
  margin: 0 auto;
  table-layout: fixed;
  font-size: 1.6rem;
  border-bottom: 1px solid #565656;
}

.sec02pink table th {
  text-align: left;
  width: 120px;
  vertical-align: top;
}

.sec02pink table td, .sec02pink table th {
  border-top: 1px solid #565656;
  padding: 15px;
}


@media screen and (max-width: 896px) {

.contact04 span {
  margin-left: 0px;
  display: block;
  margin-top: 10px;
}

.contactsmall h2 {
  font-size: 20px;
}

.contactsmall {
  margin: 0;
}

#careerdock-service00 {
  background-image: none;
  padding: 0;
}

#careerdock-intro .col-md-4 img{
  margin:0 auto;
  }

#careerdock-service00 .container {
  padding: 20px;
}

.container .secsubttl,.container .secmainttl {
  text-align: center;
  display: block;
}

.kanrenlink li,.kanrenlink.linkthree li,.kanrenlink.linkone li {
    width: calc(100%/1 - 20px);
}

  #careerdock-services, #careerdock-work, #careerdock-counters {
    padding: 4em 0;
  }
#careerdock-service06 {
    padding-top: 0em;
}
#careerdock-service00 .col-md-offset-2 p {
  text-align: left;
}
}

#careerdock-services {
  background-color: #0a60a0;
  /* IE9, iOS 3.2+ */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjEwMCUiPjxzdG9wIHN0b3AtY29sb3I9IiMzZjk1ZWEiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzUyZDNhYSIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjdnNnZykiIC8+PC9zdmc+);
  background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0, #3f95ea), color-stop(1, #0a60a0));
  /* Android 2.3 */
  background-image: -webkit-repeating-linear-gradient(top left, #3f95ea 0%, #0a60a0 100%);
  /* IE10+ */
  background-image: repeating-linear-gradient(to bottom right, #3f95ea 0%, #0a60a0 100%);
  background-image: -ms-repeating-linear-gradient(top left, #3f95ea 0%, #0a60a0 100%);
  overflow: hidden;
  position: relative;
  color: rgba(255, 255, 255, 0.7);
}
#careerdock-services:before, #careerdock-services:after {
  position: absolute;
  transform: rotate(-1.7deg);
  -ms-transform: rotate(-1.7deg);
  -webkit-transform: rotate(-1.7deg);
  -o-transform: rotate(-1.7deg);
  -moz-transform: rotate(-1.7deg);
  background-color: #fff;
  content: "";
  z-index: 3;
  display: inline-block;
  height: 70px;
  padding: 0;
  width: 101%;
}
#careerdock-services:before {
  top: 0;
  margin-top: -35px;
}
#careerdock-services:after {
  bottom: 0;
  margin-bottom: -35px;
}
#careerdock-services .liberothera-service {
  padding-right: 30px;
}
#careerdock-services h3 {
  font-size: 24px;
  color: #fff;
}
#careerdock-services .icon {
  font-size: 70px;
  margin-bottom: 30px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#careerdock-services .icon:before {
  color: #fff;
}
#careerdock-services .section-heading h2 {
  color: #fff;
}
#careerdock-services .section-heading h2.left-border:after {
  background: rgba(255, 255, 255, 0.3);
}

#careerdock-counters {
  background: #0a60a0;
  overflow: hidden;
  background-color: transparent;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  width: 100%;
  padding: 9em 0 10em 0;
}
@media screen and (max-width: 896px) {
  #careerdock-counters {
    padding: 4em 0;
  }
.kanrenlink li a {
  font-size: 18px;
}
}
#careerdock-counters .liberothera-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.7);
}
#careerdock-counters:before, #careerdock-counters:after {
  position: absolute;
  transform: rotate(-1.7deg);
  -ms-transform: rotate(-1.7deg);
  -webkit-transform: rotate(-1.7deg);
  -o-transform: rotate(-1.7deg);
  -moz-transform: rotate(-1.7deg);
  background-color: #fff;
  content: "";
  z-index: 3;
  display: inline-block;
  height: 70px;
  padding: 0;
  width: 101%;
}
#careerdock-counters:before {
  top: 0;
  margin-top: -35px;
}
#careerdock-counters:after {
  bottom: 0;
  margin-bottom: -35px;
}
#careerdock-counters .section-heading {
  position: relative;
  z-index: 3;
  margin-bottom: 0;
}
#careerdock-counters .section-heading h2 {
  color: #fff;
}
#careerdock-counters .section-heading h2:after {
  background: rgba(255, 255, 255, 0.3) !important;
}
#careerdock-counters .section-heading .subtext h3 {
  color: rgba(255, 255, 255, 0.7) !important;
}
#careerdock-counters .liberothera-counter {
  position: relative;
  z-index: 3;
  text-align: center;
}
@media screen and (max-width: 992px) {
  #careerdock-counters .liberothera-counter {
    margin-bottom: 50px;
    float: left;
    width: 100%;
  }
}
#careerdock-counters .liberothera-counter .liberothera-counter-icon,
#careerdock-counters .liberothera-counter .liberothera-counter-number,
#careerdock-counters .liberothera-counter .liberothera-counter-label {
  display: block;
}
#careerdock-counters .liberothera-counter .liberothera-counter-icon {
  font-size: 40px;
  color: #0a60a0;
}
#careerdock-counters .liberothera-counter .liberothera-counter-number {
  font-size: 70px;
  color: #fff;
  font-weight: 300;
}
#careerdock-counters .liberothera-counter .liberothera-counter-label {
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  font-weight: 400;
}

#careerdock-info ul {
    list-style: none;
    padding: 0 15px;
}

#careerdock-info ul li {
    background-color: #fff;
}

#careerdock-info ul li a {
    display: block;
    color:#444;
    border-bottom: 2px solid #ddd;
    text-decoration: none;
    padding: 10px;
    font-size: 18px;
    background-color: #fff;
}

#careerdock-info ul li a:hover {
  background-color: #efefef;
}


#careerdock-testimonials .box-testimony {
  margin-bottom: 2em;
  float: left;
}
#careerdock-testimonials .box-testimony a {
  color: rgba(255, 255, 255, 0.5);
}
#careerdock-testimonials .box-testimony a:hover, #careerdock-testimonials .box-testimony a:focus, #careerdock-testimonials .box-testimony a:active {
  color: white;
  text-decoration: none;
}
#careerdock-testimonials .box-testimony blockquote {
  padding-left: 0;
  border-left: none;
  padding: 30px;
  background: #fff;
  background: #0a60a0;
  font-size: 20px;
  font-weight: 300;
  position: relative;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
#careerdock-testimonials .box-testimony blockquote:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 40px;
  border-top: 10px solid black;
  border-top-color: #fff;
  border-top-color: #0a60a0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
#careerdock-testimonials .box-testimony blockquote p {
  font-style: italic;
  color: #fff;
}
#careerdock-testimonials .box-testimony .author {
  line-height: 20px;
  color: black;
  font-size: 16px;
  margin-left: 20px;
  font-weight: 400;
}
#careerdock-testimonials .box-testimony .author a {
  color: #0a60a0;
}
#careerdock-testimonials .box-testimony .author a:hover {
}
#careerdock-testimonials .box-testimony .author > figure {
  float: left;
  margin-right: 10px;
}
#careerdock-testimonials .box-testimony .author > figure img {
  width: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#careerdock-testimonials .box-testimony .author p {
  float: left;
  margin-top: 10px;
}
#careerdock-testimonials .box-testimony .author .subtext {
  display: block;
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  font-weight: 400 !important;
}

.reverse {
  float:  right;
}

.reverse .readmore {
  float:  right;
}

.graybox {
  overflow: hidden;
  position: relative;
  background-color: #2064b7;
}

.graybox .section-heading h2 {
  color:#fff;
}

.graybox .section-heading h2::after{
  background-color: #7dbeff;
}

.graybox a {
  color: rgba(255, 255, 255, 0.5);
}
.graybox a:hover {
  color: white;
}

.graybox .section-heading h3 {
  color: rgba(255, 255, 255, 0.8);
}

#careerdock-work {
  overflow: hidden;
  position: relative;
  color: rgba(255, 255, 255, 0.8);
  background-color: #0a60a0;
  /* IE9, iOS 3.2+ */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjEwMCUiPjxzdG9wIHN0b3AtY29sb3I9IiMzZjk1ZWEiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzUyZDNhYSIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjdnNnZykiIC8+PC9zdmc+);
  background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0, #3f95ea), color-stop(1, #0a60a0));
  /* Android 2.3 */
  background-image: -webkit-repeating-linear-gradient(top left, #3f95ea 0%, #0a60a0 100%);
  /* IE10+ */
  background-image: repeating-linear-gradient(to bottom right, #3f95ea 0%, #0a60a0 100%);
  background-image: -ms-repeating-linear-gradient(top left, #3f95ea 0%, #0a60a0 100%);
}
#careerdock-work a {
  color: rgba(255, 255, 255, 0.5);
}
#careerdock-work a:hover {
  color: white;
}
#careerdock-work:before, #careerdock-work:after {
  position: absolute;
  transform: rotate(-1.7deg);
  -ms-transform: rotate(-1.7deg);
  -webkit-transform: rotate(-1.7deg);
  -o-transform: rotate(-1.7deg);
  -moz-transform: rotate(-1.7deg);
  background-color: #fff;
  content: "";
  z-index: 3;
  display: inline-block;
  height: 70px;
  padding: 0;
  width: 101%;
}
#careerdock-work:before {
  top: 0;
  margin-top: -35px;
}
#careerdock-work:after {
  bottom: 0;
  margin-bottom: -35px;
}
#careerdock-work .section-heading h2 {
  color: #fff;
}
#careerdock-work .section-heading h2:after {
  background: rgba(255, 255, 255, 0.3);
}
#careerdock-work .section-heading h3 {
  color: rgba(255, 255, 255, 0.8);
}
.readmore {
  display: block;
  position: relative;
  top: 0;
  overflow: hidden;
  z-index: 9;
  margin-bottom: 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
}

.readmore a {
  font-size: 18px;
  padding:10px 20px;
  color:#fff;
  text-decoration: none;
  display: block;
}

.readmore:hover, .readmore:focus {
  -webkit-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  top: -10px;
}

.inqbtn {
  display: block;
  position: relative;
  top: 0;
  background: #fff;
  overflow: hidden;
  z-index: 9;
  margin-bottom: 30px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 100px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.inqbtn a{
    display: block;
    color:#2064b7;
    text-decoration: none;
    padding: 40px 15px;
    border-radius: 10px;
    text-align: center;
    font-size: 3rem;
}

.inqbtn:hover, .inqbtn:focus {
  -webkit-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  top: -10px;
}

.inqbtn a:hover{
    color:#2064b7;
}

.inqbtn.tel a::before {
    font-family: "Font Awesome 5 Free";
    content: '\f098';
    font-weight: 900;
    margin-right: 10px;
}

.inqbtn.form a::before {
    font-family: "Font Awesome 5 Free";
    content: '\f0e0';
    font-weight: 900;
    margin-right: 10px;
}

.sns {
  text-align: center;
  margin-bottom: 20px;
}

.sns a {
  margin: 0 15px;
}

.sns a  img {
  width: 40px;
  height: auto;
}

.footnav {
  text-align: center;
  margin-bottom: 20px;
}

.footnav a {
  margin: 0 15px;
}

.footnav a::before {
    font-family: "Font Awesome 5 Free";
    content: '\f054';
    font-weight: 900;
    margin-right: 10px;
}

#careerdock-work .liberothera-project-item img {
  z-index: 8;
  opacity: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#careerdock-work .liberothera-project-item .liberothera-text {
  padding: 10px 20px;
}
#careerdock-work .liberothera-project-item .liberothera-text h2, #careerdock-work .liberothera-project-item .liberothera-text span {
  text-decoration: none !important;
}
#careerdock-work .liberothera-project-item .liberothera-text h2 {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}
#careerdock-work .liberothera-project-item .liberothera-text span {
  color: #b3b3b3;
  font-size: 16px;
  font-weight: 400;
}
#careerdock-work .liberothera-project-item:hover img, #careerdock-work .liberothera-project-item:focus img {
  opacity: .7;
}
#careerdock-work .liberothera-project-item:hover h2, #careerdock-work .liberothera-project-item:hover span, #careerdock-work .liberothera-project-item:focus h2, #careerdock-work .liberothera-project-item:focus span {
  text-decoration: none !important;
}

.liberothera-person {
  border: 2px solid #f2f2f2;
  padding: 80px 30px 30px 30px;
  float: left;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 992px) {
  .liberothera-person {
    margin-bottom: 3.5em;
  }
}
.liberothera-person figure {
  position: absolute;
  margin-top: -60px;
  top: 0;
  left: 50%;
  margin-left: -60px;
  display: block;
  margin-bottom: 50px;
}
.liberothera-person figure img {
  width: 120px;
  border: 2px solid #f2f2f2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.liberothera-person h3 {
  margin-bottom: 0px;
}
.liberothera-person .liberothera-position {
  color: #b3b3b3;
  display: block;
  margin-bottom: 20px;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 400;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #0a60a0;
}

.btn {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.btn:hover, .btn:active, .btn:focus {
  outline: none;
}

#careerdock-contact {
  padding-top: 0 !important;
  position: relative;
  background-color: #0172c2;
  padding-bottom: 6em;
}

#careerdock-contact::before {
  content: " ";
  width: 100%;
  height:100px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

#careerdock-contact .liberothera-contact-info {
  padding: 0;
  margin: 0 0 1.5em 0;
}
#careerdock-contact .liberothera-contact-info li {
  position: relative;
  padding: 0;
  margin: 0 0 1.5em 0;
  padding-left: 50px;
  list-style: none;
  font-size: 18px;
}
#careerdock-contact .liberothera-contact-info li i {
  position: absolute;
  top: .2em;
  left: 0;
}

.section-heading {
  float: left;
  width: 100%;
  clear: both;
}

.section-heading h2 {
  margin: 0 0 60px 0;
  font-size: 36px;
  font-weight: 600;
  position: relative;
  display: block;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #3b4043;
  text-align: center;
}

.section-heading h2.tex-r {
  text-align: left;
}

.section-heading h2:after {
  content: " ";
  width: 46px;
  height: 10px;
  border-radius: 50px;
  position: absolute;
  left: 50%;
  margin-left: -18px;
  bottom: -30px;
  background-color: #F58B8F;
}

.section-heading h2.tex-r:after {
  margin-left: 0px;
  left: 0;
}


.achivechange {
  float: right;
  font-size: 15px;
  border: 1px solid #565656;
  background-color: #fff;
}

.achivechange option {
  display: block;
}

ul.newentry {
  clear: both;
  display: inline-block;
  width: 100%;

}

ul.newentry li{
  list-style-type: none;
  clear: both;
  
}

ul.newentry li a{
  width: 100%;
  display: table;
  border-bottom: 1px solid #efefef;
  padding-bottom: 15px;
  padding-top:15px;
  text-align: left;
  color:#333;
  text-decoration: none;
}

ul.newentry li a:hover {
  background-color: #f3faff;
}

.newscat {
    color: #fff;
    padding: 5px;
    margin: 0 15px;
    font-size: 15px;
    text-align: center;
    width: 150px;
    display: inline-block;
}

.newscat.pr {
    background-color: #5dc9b7;
}

.newscat.info {
    background-color: #565656;
}

.newsttl {

}

#pageid430 .page-item-489 {
  display: none;
}

ul.newentry li a .newsdate {
  display: table-cell;
  width: 200px;
}

ul.newentry li a .newsttl {
  display: table-cell;
}

.jpsub {
    color: #0e4270;
    margin-bottom: 30px;
}
.section-heading h3 {
  font-weight: 300;
  line-height: 1.5;
  color: #929292;
}
@media screen and (max-width: 896px) {
.section-heading h2 {
  font-size: 22px;
}
.serviceblock h3 {
  font-size: 20px;
  margin-bottom: 10px;
  text-align: center;
}
#careerdock-contact {
    padding-bottom: 4em;
}
.jpsub {
  text-align: center;
}
}
@media screen and (max-width: 896px) {
  .section-heading h3 {
    font-size: 24px !important;
    line-height: 34px;
  }
.reverse .readmore, .readmore {
    margin: 0 auto;
    display: block;
    float: none;
    text-align: center;
}

#pageid5 .readmore {
      width: 90%;
}

}

.btn {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.liberothera-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}
.liberothera-nav-toggle.active i::before, .liberothera-nav-toggle.active i::after {
  background: #0a60a0;
}
.liberothera-nav-toggle:hover, .liberothera-nav-toggle:focus, .liberothera-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.liberothera-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 25px;
  height: 3px;
  color: #0a60a0;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #0a60a0;
  transition: all .2s ease-out;
}
.liberothera-nav-toggle i::before, .liberothera-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 3px;
  background: #0a60a0;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.liberothera-nav-toggle i::before {
  top: -7px;
}

.liberothera-nav-toggle i::after {
  bottom: -7px;
}

.liberothera-nav-toggle:hover i::before {
  top: -10px;
}

.liberothera-nav-toggle:hover i::after {
  bottom: -10px;
}

.liberothera-nav-toggle.active i {
  background: transparent;
}

.liberothera-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.liberothera-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.liberothera-nav-toggle {
  position: absolute;
  top: 2px;
  right: 0px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 25px;
  border-bottom: none !important;
}

/*ページネーション*/
.pagenation {
    width:100%;
    float: left;
    text-align: center;
    margin:0px auto 60px;
}

.pagenation ul {
  text-align: center;
  margin: 0;
  padding: 0;
}

.pagenation a, .pagenation span {
  margin: 0 2px;
  padding: 5px 0 0;
  display: inline-block;
  border:1px solid #333;
  width: 35px;
  height: 35px;
  text-align: center;
  position: relative;
  font-weight: 900;
  border-radius: 3px;
  font-size: 14px;
}

.pagenation span.dots {
    border:0;
}

.pagenation span.current {
    background-color:#333;
    color: #fff;
}

.pagenation ul li a {
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: table;
    color: #333;
    text-decoration: none;
}

.pagenation ul li div {
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: table;
    color: #333;
    text-decoration: none;
}

.pagenation ul li a span{
  display:table-cell;
  vertical-align:middle;
}

.pagenation ul li div span{
  display:table-cell;
  vertical-align:middle;
}

.pagenation ul li.current div span{
    color:#fff;
}

.pagenation ul li a:hover,
.pagenation ul li a.active{
  color: #fff;
  background: #333;
}

.pagenation ul li.pagerNext, .pagenation ul li.pagerPrev {
    display: none;
 }

@media screen and (max-width: 896px) {
  .liberothera-nav-toggle {
    display: block;
  }
}

#footer {
    padding: 50px 0 0;
    color: #7f7f7f;
    position: relative;
    clear: both;
    float: left;
    width: 100%;
    display: inline-block;
    margin-top: 20px;
}

#footer .container{
  width:100%;
  padding-top:0px;
  color:#fff;
}

#footer .gotop {
  position: absolute;
  top: -45px;
  right: 20px;
  z-index: 8;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

#footer .gotop img {
  width: 90px;
}

#footer .copyblock {
  margin-top: 0;
  background-color: #fff;
  padding: 4em 0;
  text-align: center;
}

#footer .copyblock p {
  color: #3a3a3a;
  margin: 0;
  font-weight: 700;
  letter-spacing: 0.05em;
}

#footer .col-md-6 img {
	width: 250px;
}


#footer .gotop:hover, #footer .gotop:focus {
  top: -50px;
  text-decoration: none !important;
}
#footer .copyright {
  font-size: 16px;
  margin-bottom: 0px;
  padding-bottom: 0;
}

#footer ul {
  display: inline-block;
  margin: 0 auto;
}

#footer ul li {
  text-align: center;
  float: left;
  margin: 0 10px;
}

#footer ul li a {
  color: #3a3a3a;
  display: block;
}

.btn {
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.btn-primary {
  background: #0a60a0;
  color: #fff;
  border: none !important;
  border: 2px solid transparent !important;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  box-shadow: none;
  background: #0a60a0;
}
.btn:hover, .btn:active, .btn:focus {
  background: #393e46 !important;
  color: #fff;
  outline: none !important;
}
.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
  border-color: transparent;
}

.social {
  padding: 0;
  margin: 0;
  display: inline-block;
  position: relative;
  width: 100%;
}
.social li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.social li a {
  font-size: 16px;
  display: table;
  width: 40px;
  height: 40px;
  margin: 0 4px;
}
.social li a i {
  display: table-cell;
  vertical-align: middle;
}
.social li a:hover, .social li a:active, .social li a:focus {
  text-decoration: none;
  border-bottom: none;
}
.social li a.social-box {
  background: #0a60a0;
  color: #fff;
}
.social li a.social-circle {
  background: #0a60a0;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.social li a:hover {
  background: #393e46 !important;
}
.social.social-box a {
  background: #0a60a0;
  color: #fff;
}
.social.social-circle a {
  background: #0a60a0;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

#map {
  width: 100%;
  height: 500px;
  position: relative;
}

.tokucholist {
  display: flex;
  flex-wrap: wrap;
}

.tokucholist li{
  width: calc(100%/2 - 20px);
  margin: 20px 10px;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
}

.tokuchottl {
  background-color: #0172C2;
  color: #fff;
  padding: 20px;
  min-height: 115px;
  font-size: 22px;
}

.tokuchotext {
  padding: 20px;
}

.osusumelist li {
  padding-left: 25px;
}

.osusumelist li::before {
    font-family: "Font Awesome 5 Free";
    content: '\f105';
    font-weight: 900;
    margin-right: 10px;
    margin-left: -20px;
    color: #f58b8f;
}

table.voice th {
  text-align: center;
  padding: 40px 20px 40px;
  background-color: #f9dbdd;
  border-radius: 5px;
  display: block;
  margin-top: 40px;
}

table.voice td {
  text-align: left;
  padding: 40px 20px 40px;
  border-bottom: 4px dotted #f9dbdd;
  display: block;
  font-size: 18px;
}

@media screen and (max-width: 896px) {
  #map {
    height: 200px;
  }

table.voice th {
  text-align: center;
  padding: 20px 20px 20px;
  background-color: #f9dbdd;
  border-radius: 5px;
  display: block;
  font-size: 16px;
}

table.voice td {
  text-align: left;
  padding: 20px 20px 20px;
  border-bottom: 4px dotted #f9dbdd;
  display: block;
  font-size: 14px;
}

}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.js .to-animate,
.js .to-animate-2,
.js .single-animate {
  opacity: 0;
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}

.row-bottom-padded-lg {
  padding-bottom: 7em;
}
@media screen and (max-width: 896px) {
  .row-bottom-padded-lg {
    padding-bottom: 2em;
  }
}

.row-bottom-padded-md {
  padding-bottom: 4em;
}
@media screen and (max-width: 896px) {
  .row-bottom-padded-md {
    padding-bottom: 2em;
  }
}

.row-bottom-padded-sm {
  padding-bottom: 2em;
}
@media screen and (max-width: 896px) {
  .row-bottom-padded-sm {
    padding-bottom: 2em;
  }
}

.liberothera-animated {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/*# sourceMappingURL=style.css.map */
.sponly {
  display: none;
}
.pconly {
  display: block;
}

.inqlink {
  display: flex;
  flex-wrap: wrap;
}

.inqlink a {
  margin: 10px;
  width: calc(100%/2 - 20px);
}

@media screen and (max-width: 896px) {
.container.ftblock {
    padding: 5em 1em;
}
#careerdock-intro .sponly {
  display: block;
  margin-top:30px;
}
.sponly {
  display: block;
}
.pconly {
  display: none;
}
  #careerdock-pick img {
  width: 100%;
}
ul.newentry li a .newsttl {
  display: block;
  margin-top: 0px;
}

ul.newentry li a .newsdate {
  display: block;
  margin-top: 10px;
}

.row p img {
  max-width: 100%;
  height: auto;
}

.servicelist li {
    width: calc(100%/1 - 40px);
}
.servicelist li a .servicedetail {
    padding: 20px;
}
.teltext p {
    font-size: 18px;
}
.pflink li {
    width: calc(100%/1 - 20px);
}
.topschedule {
    position: initial;
    padding:30px;
    width: 100%;
}

table.normal {
    width: calc(100%/1);
    margin: 0;
  }

.chuijikou {
    width: 100%;
}

#footer .col-md-6 {
  text-align: center;
  margin-bottom:2em;
}

#footer ul li {
  float: left;
  width: calc(100%/2 - 20px);
  margin: 10px 10px 0;
  font-size: 16px;
  border-bottom: 1px dotted #d9d9d9;
  padding-bottom: 10px;
}

#footer .copyblock p {
    padding: 20px 50px;
}

#footer .gotop img {
  width: 70px;
}

.container {
    padding: 40px 20px !important;
  }
#careerdock-header .container {
  padding: 0 !important;
}

table.weekschedule,.wp-image-105 {
  margin-top:30px;
}

#careerdock-home .gradient img {
  width: auto;
  pointer-events: none;
  height: 120%;
  bottom: -30px;
}

#careerdock-home .headinner {
    position: relative;
    width: 100%;
    transform: none;
    padding: 30px 20px;
    text-align: center;
    height: auto;
    margin-top: -50px;
    z-index: 2;
    top: 10px;
    left: 0;
    display: inline-block;
    background-color: rgb(3, 110, 186);
    border-radius: 0;
  }

.headbtnblock {
    width: 100%;
    float: initial;
    clear: both;
    margin: 0 auto;
  }

.section-heading h2.tex-r {
  text-align: center;
}

.section-heading h2.tex-r::after {
  margin-left: -23px;
  left: 50%;
}

.tokucholist li {
  width: calc(100%/1 - 20px);
}

.tokuchottl {
  background-color: #0172C2;
  color: #fff;
  padding: 20px;
  min-height: initial;
  font-size: 20px;
}

#careerdock-home .headinner .headlink {
  float: none;
  text-align: center;
  padding-left: 0;
}

#careerdock-home .headinner .headlink a {
  padding: 10px 40px;
}

#careerdock-home .headinner img {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    max-width: 480px;
  }

.sec02pink {
  padding: 20px 10px;
}
.sec02pink table td, .sec02pink table th {
  display: block;
  width: 100%;
}
.row {
  margin-top: 0;
}

.row + .row {
  margin-top: 3em;
}

.textblock {
  padding: 0 30px;
}
.col-md-6 {
  clear: both;
}
.text-right {
  text-align: center;
}
.section-heading a.readmore {
  padding: 5px 40px;
}
#careerdock-service01, #careerdock-service03, #careerdock-service04, #careerdock-service05, #careerdock-services, #careerdock-info, #careerdock-contact {
  padding: 2em 0 2em;
  clear: both;
}
.contactbig { 
  margin: 0;
}
.contactback {
  width: 100%;
  position: initial;
}
.contactinner {
  padding: 20px 20px 0;
}
.contact01 {
  font-size: 1.8rem;
}

.contactbig h2 {
  font-size: 22px;
  padding-left: 35px;
}
#careerdock-contact {
  margin-top: 2em;
}
.dia {
  width: 70px;
}
#careerdock-service03 .col-md-6 img, #careerdock-service04 .col-md-6 img{
  width: 200px !important;
}
#careerdock-home .headinner p {
  padding-left: 0;
  text-align: center;
}


#careerdock-home .headinner .headlink {
  width: 100%;
  max-width: initial;
}

#careerdock-service00 .col-md-6 {
  clear: both;
  width: 100%;
  text-align: center;
}
}


@media screen and (min-width: 1300px) {
.container {
  width: 100%;
  max-width: 1280px;
}
}

@media screen and (max-width: 1120px) {
  /*ナビ*/
.smpnavacd {
    padding: 60px 20px 20px;
    font-family: "游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic","Lato","tahoma",sans-serif;

}

.smpnavacd dl {
    clear: both;
    float: left;
    width: 100%;
    margin: 0;
}

.smpnavacd dt {
  color: #fff;
  padding: 15px;
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #236179;
}
.smpnavacd dt:before {
  content: "＋";
  position: absolute;
  right: 10px;
}

.smpnavacd dt a {
  display: block;
}

.smpnavacd dd {
  display: none;
  background-color: #ffffffd6;
  padding: 10px;
  margin: 0;
  width: 100%;
  float: left;
}

.smpnavacd dd span{
    margin: 0 10px 3px;
    border-bottom: 1px dotted #f69;
    display: block;
    padding-bottom: 5px;
}

.smpnavacd ul {
    float: left;
    margin: 5px 0;
    width: 100%;
display: flex;
flex-wrap: wrap;
}

.smpnavacd li {
  float: left;
  width: calc(100%/2 - 10px);
  list-style: none;
  background-color: #fff;
  margin: 0 5px 10px;
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
}

.smpnavacd li a {
    display: block;
    text-decoration: none;
    margin: 0;
    color: #000;
    font-size: 14px;
    padding: 15px;
}

.smpnavacd li a br{
    display: none;
}

.smpnava {
    display: inline-block;
    width: 100%;
    margin-bottom:15px;
}

.smpnava a{
  background: #ff6699;
  color: #fff;
  padding: 10px;
}

.smpnava a.smpnavaleft{
    float: left;
    width: 49%;
}
.smpnava a.smpnavaright{
    float: right;
    width: 49%;
}

.smpnavacd dt.nochild::before {
  display: none;
}

.smpnavacd dt.nochild a {
  color: #fff;
}

/*ナビ*/
}


@media screen and (max-width: 897px) {
  body {
    min-width: 100%;
  }
#careerdock-header.undernav {
  background-color: #fff;
}

#careerdock-header {
padding:0  20px;
}



#careerdock-home .headinner.eng {
  padding: 10px 15px;
}

#careerdock-home .headinner.eng div {
  padding: 0;
  display: inline;
}

  }

@media screen and (max-width: 480px) {

.proftable th{
display: none;
}
}