@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,700;1,700&display=swap');
/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */
html {
        scroll-behavior: smooth;
        width: 100%;
        overflow-x: hidden;
}

*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
background-image: url(https://www.j-cda.jp/career-dock/images/background.jpg);
  background-size: cover;
  background-attachment: fixed;
}

.center {
  text-align: center;
}

.ttl {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.wf-loading {
    opacity: 0;
}

@media (min-width: 768px) {
  .navbar-collapse {
    margin-right: 6%;
  }
}

@media (min-width: 768px) {
  .navbar-right {
    margin-right: 15px;
  }
}


body {
font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.8;
  color: #281d15;
  height: 100%;
  position: relative;
  font-feature-settings: "palt";

}

tr.noline td {
  background-color: #fff !important;
  border: 0 !important;
}

.head__catch {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%) ;
  width: 50%;
  padding: 30px;
}

.head__catch h1 {
  z-index: 3;
  position: relative;
  line-height: 1.5;
  margin-bottom: 0;
  letter-spacing: 0.2em;
      font-size: 36px;
    color: #2666b9;
}

.head__catch .catch_detail {
   margin: 30px 0 0 20%; 
}

.topselect {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.topselect a {
  width: calc(100%/2 -20px);
  margin: 10px;
  padding: 10px;
  border-radius: 10px;
  background-color: #000;
  color: #fff;
}

a {
  color: #e26b5d;
  -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: #e26b5d;
  outline: none;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  margin: 0 0 30px 0;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}

h2.homettl {
  font-family: "source-code-variable", sans-serif;
  font-variation-settings: 'wght' 700;
  font-style: initial;
  letter-spacing: 0.1;
  font-size: 52px;
}

h2.homettl::after {
  content: "・・・・・";
  font-weight: 700;
  font-size: 30px;
  display: block;
  letter-spacing: -0.5em;
}

h2.homettl.white__tex {
  color: #fff;
}

h3 {
font-family: "dnp-shuei-mgothic-std", sans-serif;
font-weight: 400;
}


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

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

.row p {
  line-height: 1.8;
  letter-spacing: 0.125em;
}

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;
}

table {
    width: 100%;
    color: #565656;
    margin: 30px 0px;
}

table tr:nth-child(odd){
  background: #f8f8f8;
}

table th, table td{
font-weight: bold;
font-size: 18px;
padding: 15px;
line-height: 1.8em;
border-bottom: 1px solid #fff;
}

table.allborder th, table.allborder td {
  border: 1px solid #ece2e2;
  text-align: center;
}

table th {
  background-color: #F1EEEA;
  width: 130px;
  text-align: center;
}

table td dt{
    float: left;
    margin-right: 15px;
    font-size: 16px;
    font-weight: normal;
    min-width: 130px;
}

table td dd{
    float: left;
}

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;
}

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

a.mapbtn {
  text-decoration: none;
}

a.mapbtn span {
    background-color: #3eb5ed;
    color: #fff;
    padding: 5px 14px;
    border-radius: 40px;
    margin-left: 10px;
  -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.mapbtn:hover span {
    background-color: #2886b3;
      text-decoration: none;
}

span.jobttl {
width: 150px;
display: inline-block;
}

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

.container {
  position: relative;
  width: 100%;
  max-width: 1440px;
}
.container .inner {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

a.englink {
    display: inline-block;
    position: absolute;
    top: -40px;
    color: #fff;
    background-color: #060606;
    padding: 3px 15px;
    border-radius: 0 0 6px 6px;
    right: 0;
    font-size: 15px;
  -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.englink:hover {
  color:#060606;
  background-color: #fff;
}

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

.navbar-header.undercontents {
  margin-bottom: 0;
  position: absolute;
  top: -68px;
  left: -70px;
  background-color: #f8f8f8;
  border-radius: 220px;
  width: 200px;
  height: 200px;
}

.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;
}

.drw__inner {
  width: 100%;
  max-width: 1200px;
  margin: 10% auto 0;
  padding: 50px 2em 0;
}

.drw__inner ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1em;
}

.drw__inner ul li {
  margin: 10px;
  width: calc(100%/2 - 20px);
}

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

.drw__inner ul li a {
  padding: 5px 10px;
  font-size: 18px;
  letter-spacing: 0.15rem;
  color: #281d15;
  display: block;
  text-align: center;
  background-color: rgba(255,255,255,1);
  border-radius: 5px;
}

.drw__inner ul li.grw_tel a {
  margin-top: 20px;
background-color: #e7632f;
  padding: 20px;
  color: #fff;
}

.drw__inner .sns{
  text-align: center;
}

.drw__bottom {
  margin: 2em 10px 2em;
}

.drw__bottom a {
  padding: 10px;
  font-size: 15px;
  letter-spacing: 0.15rem;
  color: #281d15;
  display: inline-block;
}

ol.disc {
  list-style-type: disc;
  margin-left: 30px;
  line-height: 1.8;
  margin-bottom: 2em;
}

ol.disc li {
  margin-bottom: 5px;
}

.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;
}

.pdflink a {
  padding: 10px 20px;
  display: inline-block;
  border: 2px solid #1d2088;
  margin-top: 20px;
  border-radius: 5px;
}

.pdflink a:hover {
  background-color: #fbe3e3;
}

.pdflink a::before {
    font-family: "Font Awesome 5 Free";
    content: '\f1c1';
    font-weight: 900;
    margin-right: 10px;
    color: #ff0000;
}

.section-heading a.readmore {
  background-color: #fff;
  color:#2064b7;
  padding: 5px 20px;
  font-weight: 600;
  display: inline-block;
  border:1px solid #efefef;
}

.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: left;
  font-size: 14px;
  margin-top: 0;
  background-color: #fff;
  width: 100%;
  display: inline-block;
  margin-bottom: -7px;
  padding: 6px;
  border-radius: 0;
}

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

#breadcrumb li {
    float: left;
    color: #000;
}

#breadcrumb a {
  color: #000 !important;
}

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

/*==================================================
縦線が動いてスクロールを促す
===================================*/

/*スクロールダウン全体の場所*/
.scrolldown1 {
  position: absolute;
  right: 40px;
  bottom: 0;
  z-index: 20;
  height: 100px;
}

.scrolldown1 span {
  -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    color: #fff;
font-family: "dnp-shuei-mgothic-std", sans-serif;
font-weight: 400;
}

/* 線の描写 */
.scrolldown1::after{
  content: "";
    /*描画位置*/
  position: absolute;
  top: 0;
    /*線の形状*/
  width: 2px;
  height: 100px;
  background: #fff;
    /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 4s ease-in-out infinite;
  opacity:0;
}

.menu_tel img{
  width: 300px;
  margin: 2em 13px 1em;
}

.navbar-brand {
  float: left;
  padding: 0px;
  font-size: 18px;
  line-height: 20px;
  height: 60px;
}

.navbar-brand > img {
  height: 100%;
  width: auto;
}


/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
  0%{
    height:0;
    top:0;
    opacity: 0;
  }
  30%{
    height:100px;
    opacity: 1;
  }
  100%{
    height:0;
    top:150px;
    opacity: 0;
  }
}

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

::-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 {
  width: 100%;
  opacity: 1;
  padding: 15px;
  position: rerative;
  background-color: #F1F7FF;
  top: 0;
  z-index: 99;
  height: 90px;
  border: 0px;
}

#careerdock-header .container {
  width: 100%;
  margin: 0 auto;
  max-width: 1440px;
}

li.navinvisible {
  display: none;
}

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

.navbar-fixed-top a.englink {
  display: none;
}

.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 .container {
  padding-right: 0px;
}

#careerdock-header .navbar {
  padding-bottom: 0;
  margin-bottom: 0;
}
#careerdock-header #navbar2 li a {
  color: #281d15;
  position: relative;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.1;
  -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;
  padding-left: 8px;
  padding-right: 8px;
}
#careerdock-header #navbar2 li a span {
  position: relative;
  display: block;
  padding-bottom: 2px;
}

#careerdock-header #navbar2 li.toibtn a span {
    display: initial;
}

#careerdock-header #navbar2 li a span:before {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  border-radius: 100px;
  bottom: -3px;
  left: 0;
  background-color: #1d2088;
  -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 span:before {
  width: 100%;
}

#careerdock-header #navbar2 li.toibtn a:hover span:before {
  display: none;
}

#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;
    padding-top: 5px;
}

#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:50px;
}

#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:#eee;
}

#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-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;
  padding-top: 0;
  height: 75px;
}

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

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

#careerdock-header.navbar-fixed-top .navbar-brand .logo02 {
  display: inline-block;
  letter-spacing: 0;
  color: #f2e7d9;
  margin-top: 5px;
  width: auto;
  height: 100%;
}

#careerdock-header.navbar-fixed-top .navbar-header.undercontents {
  margin-bottom: initial;
  position: initial;
  top: -60px;
  left: -70px;
  background-color: initial;
  border-radius: initial;
  width: initial;
  height: initial;
}

#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 {
}
#careerdock-header.navbar-fixed-top #navbar2 li.active a {
  background: transparent;
  background: none;
}
#careerdock-header.navbar-fixed-top #navbar2 li.active a span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  background-color: #0a60a0;
}
#careerdock-header .navbar-default {
  border: transparent;
  background: transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}

#emrg-type li {
  background-color: #1d2088;
  padding: 12px 15px;
  border-radius: 10px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.03em;
}

#emrg-type li:last-child {
  margin-bottom: 0;
}

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

.pure-container {
  display: block;
}
}
#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;
}
#careerdock-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;
  padding: 0;
}

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

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

#careerdock-home .headinner {
  position: absolute;
  top: 100px;
  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;
  float: none;
  text-align: center;
  width: 100%;
  margin: 5px 0;
}

#careerdock-home .headinner .headlink a{
  width: 100%;
  max-width: 300px;
  text-align: center;
  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: 15px;
  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: 0px;
}

#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%;
}
}

.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: 6em;
  padding-bottom: 6em;
  margin-top: 0;
  overflow: hidden;
}

#careerdock-intro h2 span {
  color: #281d15;
  font-size: 20px;
  font-weight: 600;
}

#careerdock-intro h3
{
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  background-color: #000;
  padding: 10px 15px;
  color: #fff;
  margin-bottom: -20px;
}

#careerdock-intro p {
  color: #281d15;
  line-height: 2em;
  letter-spacing: 0.1em;
  font-size: 17px;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.sv_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px -10px;
}
.serviceitem {
  width: calc(100%/3 - 40px);
  margin: 20px;
  background-color: #f1eeea;
  overflow: hidden;
  border-radius: 10px;
}

.serviceitem img,.serviceitem2 img {
  width: 100%;
}

.serviceitem2 {
  width: calc(100%/5 - 40px);
  margin: 20px;
}

.service_desc {
  padding: 15px;
  line-height: 1.8em;
  letter-spacing: 0.1em;
}

.servicettl {
  padding: 10px 15px;
  color: #030406;
  font-weight: 600;
  font-size: 120%;
  margin-top: 10px;
  display: block;
  letter-spacing: 0.1em;
  text-align: center;
}

p.servicesub {
  padding: 10px 15px;
  color: #030406;
  font-weight: 400;
  display: block;
  letter-spacing: 0.1em;
  font-size: 90%;
}

#careerdock-page .servicettl {
  margin-top: 0;
  display: block;
  text-align: center;
}

.p_right {
  padding-right: 50px;
}
.p_left {
  padding-left: 50px;
}

#careerdock-intro h4 {
  font-size: 30px;
  margin-top: 100px;
}

.backdot {
  position: relative;
}

.backdot::after {
  content:" ";
  background-image: url(../img/back_dot.png);
position: absolute;
z-index: 2;
width: 90%;
height: 90%;
background-size: 19px auto;
}

.backdot.bd-r::after {
right: -50px;
top: 0px;
}

.backdot.bd-l::after {
left: -50px;
top: -2em;
}

.backdot img {
  position: relative;
  z-index: 3;
}

.top2em {
  margin-top: 2em;
}

.missionlist {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.missionlist li {
  width: calc(100%/3 - 10px);
  margin: 5px;
  background-color: rgba(217,236,252,0.9);
  padding: 30px 20px;
}

.missionname {
  font-size: 21px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 600;
}

.missionbody {
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}

.button__inner {
 padding:14px 45px 14px 20px;
 font-size:.85rem;
 line-height:1.2rem;
 font-weight:700;
 display:-ms-flexbox;
 display:flex;
 -ms-flex-wrap:wrap;
 flex-wrap:wrap;
 -ms-flex-align:center;
 align-items:center;
 position:relative;
 z-index:2
}
 .button__inner {
  padding:22px 60px 22px 20px;
  font-size:15px;
 }

.button__text {
 color:#281d15;
 font-weight:700
}
@media only screen and (min-width:1100px) {
 .button__text {
  transition:color .3s ease
 }
}
.button__arrow svg {
 width:22px;
 height:10px;
 display:block;
 position:absolute;
 top:50%;
 right:20px;
 z-index:5;
 margin-top:-5px
}
@media only screen and (min-width:1100px) {
 .button__arrow svg {
  width:28px;
  height:12px;
  right:30px;
  margin-top:-6px;
  transition:right .3s ease
 }
}
.button__arrow svg path {
 transition:fill .3s ease
}
.button__link svg {
 width:16px;
 height:16px;
 display:block;
 position:absolute;
 top:50%;
 right:20px;
 margin-top:-8px;
 z-index:5
}
@media only screen and (min-width:1100px) {
 .button__link svg {
  transition:right .3s ease
 }
}
.button__link svg path {
 transition:fill .3s ease
}
.button__border,
.button__back {
 border:solid 2px #281d15;
 color:#281d15;
 display:block;
 position:relative;
 cursor:pointer;
border-radius: 3px;
overflow: hidden;
background-color: #fff;
}

.toi_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

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

.button__border.button__white {
 border:solid 2px #fff;
}

.button__border.button__white .button__text {
  color: #fff !important;
}

.button__border:before,
.button__back:before {
 content:'';
 width:0;
 height:100%;
 background:#e76855;
 display:block;
 position:absolute;
 bottom:0;
 left:0;
 z-index:1;
 opacity: 0;
 transition:width .8s ease
}

.button__border:hover::before,
.button__back:hover::before {
  width: 100%;
  opacity: 1;
}

.button__border:hover .button__text, .button__back:hover .button__text {
  color: #FFF;
}

.button__border:hover .button__arrow svg path, .button__back:hover .button__arrow svg path {
  fill: #FFF;
}

.button__center {
  width: 300px;
  margin: 50px auto 0;
}

.button__right {
  width: 300px;
  margin: 50px 0 0 auto;
}

.service__container {
  width: 90%;
  margin: 0 auto;
  max-width: 1400px;
}

.servicelist{
    display: flex;
    padding: 10px;
    flex-wrap: wrap;
    background-color: #fff;
  -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);
  margin-left: -100px;
  margin-right: -100px;
}

.servicelist li {
  width: calc(100%/3 - 20px);
  margin: 10px;
  float: left;
  background-color: #000;
  height: 500px;
  overflow: hidden;
}

.servicelist li a{
display: block;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
position: absolute;
width: 100%;
height: 100%;
}

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

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

.sv_link_img {
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.sv_link_img::after {
  content: " ";
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.servicelist li a .servicettl {
  color: #fff;
  border: 2px solid #fff;
  padding: 40px 50px;
  text-align: left;
  font-size: 29px;
      font-family: "alexa-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  position: absolute;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}

.servicelist li a .servicettl span {
  font-weight: 700;
  font-style: italic;
  display: block;
  font-size: 18px;
  margin-top: 5px;
}

.servicelist li a img.serviceicon {
  width: 40px;
  position: absolute;
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-\ transform: translateY(-50%) translateX(-50%);
}


.slider article {
  background-color: rgba(255,255,255,0.1);
  padding: 20px;
  text-align: center;
}

@media screen and (max-width: 896px) {
#careerdock-home .container {
    width: 100%;
}
#careerdock-home .col-md-offset-2 {
    text-align: left;
    float: left;
}

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

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

#careerdock-intro p {
    font-size: 18px;
}

#careerdock-intro .adcm-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 .adcm-block {
    width: 100%;
  }
}
#careerdock-intro .adcm-block > .overlay-darker {
  z-index: 8;
  opacity: .5;
  background: #474747;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#careerdock-intro .adcm-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 .adcm-block > .adcm-text {
  position: relative;
  z-index: 10;
}
#careerdock-intro .adcm-block > .adcm-text .adcm-intro-icon {
  font-size: 42px;
  color: #0a60a0;
  margin-bottom: 30px;
  display: block;
}
#careerdock-intro h2, #careerdock-concept h2, #careerdock-service00 h2, #careerdock-contact h2 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.1em;
  position: relative;
  line-height: 1.6em;
}

#careerdock-intro h2 span, #careerdock-concept h2 span, #careerdock-service00 h2 span, #careerdock-service01 h2 span, #careerdock-service02 h2 span, #careerdock-contact h2 span {
  font-size: 60%;
  display: block;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
  color: #555;
}

#careerdock-intro .adcm-block:hover > .overlay, #careerdock-intro .adcm-block:focus > .overlay {
  opacity: 0;
  z-index: 9;
}
#careerdock-intro .adcm-block:hover > .adcm-text, #careerdock-intro .adcm-block:focus > .adcm-text {
  color: #fff;
}
#careerdock-intro .adcm-block:hover > .adcm-text .adcm-intro-icon, #careerdock-intro .adcm-block:focus > .adcm-text .adcm-intro-icon {
  color: #fff;
}
#careerdock-intro .adcm-block:hover h2, #careerdock-intro .adcm-block:focus h2 {
  color: #fff;
}
#careerdock-intro .adcm-block:hover .btn, #careerdock-intro .adcm-block:focus .btn {
  border: 2px solid #fff !important;
  background: transparent;
}
#careerdock-intro .adcm-block:hover .btn:hover, #careerdock-intro .adcm-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;
}
.toi_flex a {
  width: calc(100%/1 - 40px);
  margin: 20px 20px 0;
}
}

#careerdock-service01, #careerdock-concept, #careerdock-partner, #careerdock-service04, #careerdock-service05, #careerdock-services, #careerdock-info, #careerdock-contact {
  padding: 6em 0;
  position: relative;
}
#careerdock-service01.graybox, #careerdock-service03.graybox, #careerdock-service05.graybox {
  padding: 6em 0 4em;
}
#careerdock-service06 {
  padding-top:4em;
}

#careerdock-servicepage {
  padding-top:4em;
  padding-bottom: 4em;
}

section {
  padding: 5em 0;
  position: relative;
}

#careerdock-service00 .container h2 {
  margin-top: -80px;
  font-size: 38px;
}

#careerdock-service01 .container h2 {
  font-size: 38px;
}
#careerdock-service01 .container h2 .ttl {
margin: 60px 0 20px;
}

#careerdock-service02 .container h2 {
  font-size: 38px;
}
#careerdock-service02 .container h2 .ttl {
margin: 60px 0 20px;
}


#careerdock-concept {
  position: relative;
  margin: 3em;
}

#careerdock-service00 {
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
}

.toi_text {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 2em;
  font-size: 140%;
}

.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;
  width: 100%;
}

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

table.voice tr:nth-child(2n+1) {
  background-color: #fff !important;
}

.univ {
  display: flex;
  flex-wrap:wrap;
  margin: -10px -10px 30px;
}

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

.univ li a {
  color: initial !important;
}

.univ li img {
  width: 100%;
}

.univ li h3 {
  padding: 10px 20px;
  margin-bottom: 0;
  font-weight: bold;
  border: none;
  margin-top: 0;
  font-size: 22px;
}

.univ li h3::before {
  display: none;
}

.univ li p {
  padding: 0 20px;
  margin-bottom: 20px;
  color: initial;
}

.eventlist {
  display: flex;
  flex-wrap:wrap;
  margin: -10px 0px 30px;
}

.eventlist li {
  width: calc(100%/3 - 20px);
  margin: 10px !important;
  background-color: #f3f2ed;
  padding-bottom: 20px;
  list-style-type: none;
}

.txblock ul.eventlist {
  margin-left: 0;
}

.eventlist li img {
  width: 100%;
}

.eventlist li h3 {
  padding: 0 20px !important;
  margin-bottom: 20px !important;
  font-weight: bold;
  margin: 0 !important;
  border: none;
  line-height: 1.4em;
}

.eventlist li a {
  color: initial !important;
}

.eventlist li h3::before {
  display: none;
}

.eventlist li p{
  padding: 10px 20px 10px;
  margin-bottom: 0px;
  margin-top: 10px;
}

.eventlist li .event_cat {
  background-color: #1aaf95;
  padding: 3px 20px;
  font-size: 14px;
  letter-spacing: 0.01em;
  border-radius: 60px;
  color: #fff;
}

.eventlist li .gname{
  display: block;
  font-size: 14px;
}

.ollist {
  display: flex;
  flex-wrap:wrap;
  margin: -10px -15px 30px;
}

.ollist li {
  width: calc(100%/2 - 30px);
  margin: 15px;
  padding: 20px;
  background-color: #fff;
  -moz-box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.1);
  border-top: 10px solid #8E558F;
  list-style: none;
}


.ollist li img {
  width: 100%;
  -moz-box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.1);
}

.ollist li h3 {
  padding: 0 20px;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 0;
  border: none;
}

.ollist li a {
  color: initial !important;
}

.ollist li h3::before {
  display: none;
}

.ollist li p{
  padding: 10px 20px 0;
  margin-bottom: 0px;
}

.ollist li .ol_target {
  background-color: #8E558F;
  padding: 2px 10px;
  font-size: 14px;
  letter-spacing: 0.01em;
  margin-right: 10px;
  color: #fff;
  border-radius: 5px;
}

.row.whiteback{
  background-color: #fff;
  margin-top: 20px;
  padding: 3em;
  border-radius: 20px;
  -moz-box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.1);
}

.hinmoku,.hinmoku2 {
  display: flex;
  flex-wrap: wrap;
}

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

.hinmoku li a{
  display: flex;
  flex-wrap: wrap;
}

.hinmoku2 li {
  width: calc(100%/2 - 20px);
  margin: 10px;
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}

.hinmoku li img {
  width: 200px;
}

.hinmoku2 li .hinmoku-left{
  width: 160px;
  overflow: hidden;
}
.hinmoku2 li .hinmoku-left img{
  width: 100%;
  height: auto;
}

.hinmoku li .hinmoku-right {
  width: calc(100% - 200px);
  padding: 20px;
}

.hinmoku2 li .hinmoku-right{
  width: calc(100% - 160px);
  padding: 0 20px;
}
.hinmoku li .hinmoku-right h3 {
  background-color: #005eae;
  color: #fff;
  padding: 3px 10px;
  border-radius: 5px;
}

.hinmoku2 li .hinmoku-right h3{
  background-color: #005eae;
  color: #fff;
  padding: 3px 10px;
  border-bottom: none;
  margin: 0 0 10px 0;
  font-size: 2.1rem;
}

.hinmoku2 li .hinmoku-right p
{
  line-height: 1.8;
  letter-spacing: 0.125em;
  margin-bottom: 15px;
}

.hinmoku_imgblock .col-md-3 {
  text-align: center;
}

.hinmoku_imgblock .col-md-3 img{
  width: auto;
  height: 150px;
}

.hinmoku_flex{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.hinmoku_flex li {
  width: calc(100%/6 - 20px);
  margin: 10px;
  background-color: #f9f9f9;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
}

.hinmoku_flex li img {
  margin-bottom: 10px;
  width: 100%;
}

.concept_set {
  margin: 3em 0;
  display: flex;
  flex-wrap: wrap;
}

.concept_tex{
  width: calc(50% + 50px);
  margin-left: -50px;
  background-color: #fff;
  margin-top: 50px;
  padding: 50px;
}

.reverseflex {
  flex-direction:row-reverse
}

.reverseflex .concept_tex{
  width: calc(50% + 50px);
  margin-right: -50px;
  background-color: #fff;
  margin-top: 50px;
  padding: 50px;
}

.concept_subttl {
  color: #73ACFF;
  letter-spacing: 0.1em;
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 5px;
}

.concept_ttl {
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
}

.concept_ttl::before {
  position: absolute;
  left: 0;
  bottom: 0px;
  content: " ";
  width: 60px;
  height: 3px;
  background-color: #73ACFF;
}

.concept_img img {
  width: 100%;
  height: auto;
}

.adressblock {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}
.adressblock__01 {
  width: 40%;
  color: #fff;
  line-height: 1.8em;
  letter-spacing: 0.1em;
  font-size: 15px;
  padding: 20px 10px;
}

.adressblock__02 {
  width: 60%;
  padding: 10px;
}

.adressblock__02 img {
  width: 100%;
}

@media screen and (max-width: 896px) {
  #careerdock-services, #careerdock-work, #careerdock-counters {
    padding: 4em 0;
  }
#careerdock-service06 {
    padding-top: 0em;
}
#careerdock-service00 .col-md-offset-2 p {
  text-align: left;
}
.hinmoku_flex li {
  width: calc(100%/3 - 20px);
}
}

#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 .adcm-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;
  }
}
#careerdock-counters .adcm-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 .adcm-counter {
  position: relative;
  z-index: 3;
  text-align: center;
}
.toi_text2 {
  display: flex;
  width: 100%;
  max-width: 900px;
  margin: 20px auto;
  text-align: center;
  align-items: center;
  font-weight: bold;
}

.toi_text2 span {
  margin: 10px;
  flex: 1;
}

.toi_text2 span a {
  padding: 10px 50px;
  font-size: 120%;
  background-color: #122f88;
  border-radius: 100px;
  color: #fff;
}

.faqlink {
  padding-left: 10px;
  border-left: 1px solid #000;
}

.faqlink a{
  color: #005eae;
}

@media screen and (max-width: 992px) {
  #careerdock-counters .adcm-counter {
    margin-bottom: 50px;
    float: left;
    width: 100%;
  }
}
#careerdock-counters .adcm-counter .adcm-counter-icon,
#careerdock-counters .adcm-counter .adcm-counter-number,
#careerdock-counters .adcm-counter .adcm-counter-label {
  display: block;
}
#careerdock-counters .adcm-counter .adcm-counter-icon {
  font-size: 40px;
  color: #0a60a0;
}
#careerdock-counters .adcm-counter .adcm-counter-number {
  font-size: 70px;
  color: #fff;
  font-weight: 300;
}
#careerdock-counters .adcm-counter .adcm-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: inline-block;
  position: relative;
  top: 0;
  background: #565656;
  overflow: hidden;
  z-index: 9;
  margin-bottom: 30px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 40px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.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: right;
  margin-top: 2em;
}

.sns a {
  margin: 0 15px;
}

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

.foot_logo {
  font-family: "source-code-variable", sans-serif;
  font-variation-settings: 'wght' 700;
  font-style: initial;
  letter-spacing: 0.1;
  font-size: 35px;
  color: #fff;
margin-bottom: 20px;
text-align: center;
}

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

.adcm-person {
  border: 2px solid #f2f2f2;
  padding: 80px 30px 30px 30px;
  float: left;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 992px) {
  .adcm-person {
    margin-bottom: 3.5em;
  }
}
.adcm-person figure {
  position: absolute;
  margin-top: -60px;
  top: 0;
  left: 50%;
  margin-left: -60px;
  display: block;
  margin-bottom: 50px;
}
.adcm-person figure img {
  width: 120px;
  border: 2px solid #f2f2f2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.adcm-person h3 {
  margin-bottom: 0px;
}
.adcm-person .adcm-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-bottom: 3em;
  padding-top: 3em;
  background-size: cover;
  position: relative;
  background-position: center;
}

#careerdock-contact::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

#careerdock-contact .row.whiteback {
  overflow: hidden;
  position: relative;
  padding-top: 4em;
}

#careerdock-contact .row.whiteback::before {
  content: " ";
  width: 100%;
  height: 25px;
  background-color: #005eae;
  position: absolute;
  top: 0;
  left: 0;
}

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

#careerdock-contact .flexbox{
  padding: 10px;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  background-color: #efefef;
  border-radius: 10px;
}

#careerdock-contact .flexbox p{
  flex: 1;
}

.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: 0.1em;
  color: #3b4043;
}

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

#careerdock-concept .section-heading h2::after {
  left: 0;
  margin-left: 0;
}

ul.makerlist {
  display: flex;
  flex-wrap: wrap;
}

ul.makerlist li {
  width: calc(100%/3 - 20px);
  margin: 10px;
}

ul.makerlist li img {
  width: 100%;
  height: auto;
}

ul.newentry {
  margin: 2em 0;
}

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

ul.newentry li a {
  width: 100%;
  display: table;
  padding: 20px;
  text-align: left;
  color: #281d15;
  text-decoration: none;
}

ul.newentry li:nth-child(odd) {
  background-color: #F6F6F6;

}

ul.newentry li a span {
    display: table-cell;
    padding: 0 10px;
    vertical-align: middle;
}

ul.newentry li a:hover {
  background-color:rgba(201, 247, 255, 0.42)
}

.newsdate {
  width: 120px;
}

.newscat {
    color: #fff;
    padding: 5px;
    margin: 0 15px;
    font-size: 13px;
    text-align: center;
    width: 120px;
    display: inline-block;
    background-color: #2d1795;
    border-radius: 4px;
}

.newsttl {

}

.jpsub {
    color: #0e4270;
    margin-bottom: 30px;
}


@media screen and (max-width: 896px) {
  .section-heading h2 {
    font-size: 30px;
  }
#careerdock-contact {
    padding-bottom: 4em;
}

.jpsub {
  text-align: center;
}

.faqlink {
  width: 100%;
  border-left: 0;
  margin: 10px 0 10px 0;
  border-top: 1px solid #000;
  padding-top: 20px;
}

}
.section-heading h3 {
  font-weight: 300;
  line-height: 1.5;
  color: #929292;
}
@media screen and (max-width: 896px) {
  .section-heading h3 {
    font-size: 24px !important;
    line-height: 34px;
  }
.reverse .readmore, .readmore {
    width: 40%;
    margin: 0 auto;
    display: block;
    float: none;
    text-align: center;
}

#pageid5 .readmore {
      width: 90%;
}

.toi_text2 {
  flex-wrap: wrap;
}

.toi_text2 span {
  margin: 10px;
  flex: initial;
  width: 100%;
  text-align: center;
}

.toi_text2 span img {
  max-width: 230px !important;
}

 #careerdock-contact .flexbox {
    text-align: center;
    display: inline-block;
  }
#careerdock-contact .flexbox p {
  flex: initial;
}

  #careerdock-contact img {
    max-width: initial !important;
    width: initial !important;
    float: none !important;
    margin: 10px auto !important;
  }

}

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

.adcm-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}
.adcm-nav-toggle.active i::before, .adcm-nav-toggle.active i::after {
  background: #0a60a0;
}
.adcm-nav-toggle:hover, .adcm-nav-toggle:focus, .adcm-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.adcm-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;
}
.adcm-nav-toggle i::before, .adcm-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;
}

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

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

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

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

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

.adcm-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);
}

.adcm-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);
}

.adcm-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;
}

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

.inqlink a {
  margin: 10px;
  width: calc(100%/2 - 20px);
  border: 6px solid #f7a9ac;
  border-radius: 20px;
  overflow: hidden;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  padding: 10px;
}
.inqlink.inkv1 {
  justify-content: center;
}
.inqlink.inkv2 a {
  width: calc(100%/3 - 20px);
}

.inqlink a.link01 span {
  display: block;
  font-size: 15px;
  border-top:1px solid #f7a9ac;
  padding-top: 10px;
  margin-top: 10px;
}

.inqlink a.link02{
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  background-color: #c54e53;
  color: #fff;
  border: 6px solid #d2d2d2;
}

.inqlink.inkv1 a.link02{
  background-color: #fff;
  color: #c54e53;
  border: none;
  padding: 0;
}

@media screen and (max-width: 896px) {
  .adcm-nav-toggle {
    display: block;
  }
.concept_tex ,.reverseflex .concept_tex{
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
  background-color: #fff;
  margin-top: 0px;
  padding: 30px;
}
.inqlink a {
  margin: 10px;
  width: calc(100%/1 - 20px);
}

}

.underslide {
  padding-bottom: 6em;
  background-color: #fff;
  position: relative;
}

#footer {
  padding: 0;
  position: relative;
  width: 100%;
  display: inline-block;
  background-color: #fff;
  text-align: center;
}

#footer ul {
  display: flex;
  flex-wrap: wrap;
}

#footer ul li {
  width: calc(100%/3 - 10px);
  margin: 5px;
}

#footer ul li a {
  padding: 5px 5px;
  letter-spacing: 0.15rem;
  color: #574747;
  display: block;
  font-weight: bold;
}

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

#footer .gotop {
  position: absolute;
  top: -53px;
  right: 20px;
  margin-left: -40px;
  z-index: 8;
  width: 80px;
  height: 80px;
  font-size: 30px;
  padding-top: 18px;
  text-align: center;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#footer .gotop:hover, #footer .gotop:focus {
  top: -25px;
  text-decoration: none !important;
}
#footer .copyright {
  font-size: 16px;
  margin-bottom: 0px;
  padding-bottom: 0;
}

.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;
}

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

.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;
 }

.tagblock {
  font-weight: 400;
  font-size: 16px;
  display: block;
  margin: 0px auto 20px;
  padding: 0px 30px 0;
  border-radius: 5px;
  text-align: center;
}

.tagset {
  clear: both;
  padding: 10px;
  display: inline-block;
}

.tagblockttl {
    float: left;
    width: 120px;
    margin-right: 50px;
    border-right: 1px solid #565656;
}

.tagset ul {
  list-style: none;
  margin: 0;
  display: inline-block;
}

.fullcolumn img{
    width:100%;
    height: auto;
}

.tagset ul li {
  float: left;
  margin: 0 10px;
}

.tagset ul li a {
  border: 3px solid #868686;
  padding: 10px 20px;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
}

.tagset ul li a:hover {
  color:#e26b5d;
}

.tagset ul li span {
  display: none;
}

@media screen and (max-width: 896px) {
  #map {
    height: 200px;
  }
.tagset ul li {
  margin: 10px 10px 10px;
  float: initial;
}
}

.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: 1100px) {
#careerdock-page .serviceitem2 {
  width: calc(100%/3 - 40px) !important;
  padding: 0px;
}
}

.row-bottom-padded-lg {
  padding-bottom: 7em;
}
@media screen and (max-width: 896px) {
  .row-bottom-padded-lg {
    padding-bottom: 2em;
  }
#careerdock-page .serviceitem {
  width: calc(100%/1 - 40px);
}
#careerdock-page .serviceitem2 {
  width: calc(100%/2 - 40px) !important;
  padding: 0px;
}
}

.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;
  }
#careerdock-concept .row.whiteback{
  padding: 1em;
}
  .drw__inner ul li {
    width: calc(100%/2 - 20px);
  }
}

@media screen and (max-width: 600px) {
#careerdock-page .serviceitem2 {
  width: calc(100%/1 - 40px) !important;
  padding: 20px 20px 0;
}
  .drw__inner ul li {
    width: calc(100%/1 - 20px);
    margin-bottom: 0;
  }
.drw__inner ul li.grw_tel {
  width: calc(80%/1 - 20px);
  margin: 30px auto 0;
}
.drw__inner ul li.grw_tel a {
  margin-top: 0px;
}

}

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

.adcm-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 {
}

.sv_link_img {
  overflow: hidden;
}

.sv_link_img img {
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;  
}

.servicelist li:hover .sv_link_img img {
  transform: scale(1.08);
  opacity: 1;
}

.toptel {
  width: 200px;
  padding: 5px;
  margin-right: 0px !important;
  margin-left: 0px;
  margin-top: -14px;
}

.toptel img{
  width: 100%;
}

#careerdock-header #navbar2 li.toibtn a {
  border: 3px solid #f58b8f;
  border-radius: 20px;
  padding: 7px 20px;
  margin-top: -1px;
  color: #fff;
  font-size: 14px;
  background-color: #f58b8f;
  margin-left: 15px;
}

#careerdock-header #navbar2 li.toibtn a:hover {
  background-color: #fff;
  background-image: linear-gradient(135deg, #fff 0%, #fff 100%);
  color: #fa0114;
}

#careerdock-header #navbar2 li.toibtn {
  padding-top: 7px;
}

.nav > li {
  margin-right: 0px;
}

@media screen and (max-width: 1200px) {
.navbar-nav {
  display: none;
}
}

@media screen and (max-width: 896px) {
.scrolldown1 {
  right: 30px;
  font-size: 10px;
  bottom: -30px;
}

.sponly {
  display: block;
}

#careerdock-home .gradient video {
  width: 170vw;
  pointer-events: none;
  margin-left: -23%;
}

.drw__inner ul li a {
  padding: 5px 10px;
  font-size: 18px;
  letter-spacing: 0.15rem;
  color: #281d15;
  display: block;
  text-align: center;
  font-weight: bold;
}

#careerdock-intro .sponly {
  display: block;
  margin-top:30px;
}
.pconly {
  display: none;
}
  #careerdock-pick img {
  width: 100%;
}

ul.newentry li a span {
    display: inline-block;
}

.newsttl {
  display: block;
  margin-top: 10px;
}

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

.servicelist li {
  width: calc(100%/1 - 10px);
  margin: 5px;
  aspect-ratio: 3 / 3.2;
  height: initial;
}
.servicelist li a .servicettl {
  padding: 10px 20px 0px;
  text-align: center;
  font-size: 30px;
}
.servicelist li a .servicedetail {
  padding: 10px 20px 20px;
}
.missionlist li {
  width: calc(100%/1 - 10px);
}

.newentry .newsttl {
  display: block;
}

#careerdock-home {
  height: auto;
}

#careerdock-intro {
  padding-top:3em;
}

#careerdock-intro .h2img img, #careerdock-partner .h2img img, #careerdock-service00 .h2img img, #careerdock-service01 .h2img img{
  height: 60px;
}

#careerdock-concept .h2img img{
  height: 150px;
  max-width: 100%;
}

#careerdock-contact .toi_link img{
  max-width: 400px !important;
  width: 100% !important;
}

.toi_text {
  font-size: 120%;
  padding: 0 20px;
}

.row.whiteback {
  margin: 15px 5px;
  padding: 1em;
}

.head_left .head__catch {
  position: initial !important;
  transform: none !important;
  -webkit- transform: none !important;
}

.serviceitem {
  width: calc(100%/1 - 40px);
  margin: 20px;
  max-width: 80%;
}

.servicettl {
  font-size: 100%;
}


#careerdock-intro h3 {
  font-size: 24px;
}

body {
  font-size: 15px;
}

p {
  font-size: 15px;
}

#careerdock-intro p {
  font-size: 15px;
}

table th, table td {
font-size: 15px;
}

.teltext p {
    font-size: 18px;
}
.pflink li {
    width: calc(100%/1 - 20px);
}
.drw__bottom a {
  width: 100%;
}

.drw__inner {
  margin-top: 0;
}

.footmenu {
  padding: 3.2em 0em;
}

.footmenu ul li {
  width: calc(100%/2 - 10px);
  text-align: center;
  background-color: rgba(255,255,255,0.1);
}

  #footer .col-md-6 {
    margin: 20px;
    text-align: center;
        clear: both;
  }

  #footer .reverse {
    padding-bottom: 20px;
    margin: 20px;
  }

#footer .reverse li{
  width: calc(100%/2 - 20px);
  background-color:#fff;
}

  #careerdock-home .gradient {
    background-color: #0172c2;
    background-size: cover;
    background-position: right;
  }

 .gradient img.sponly {
    height: 100%;
    position: absolute;
    bottom: 0;
    width: auto;
  }

  .head__catch{
    top: 50%;
    text-align: center;
  }

  .head__catch img{
    width: 100%;
    max-width: 250px;
    height: auto;
  }


.sns {
  text-align: center !important;
  margin-top: 2em;
}

.menu_tel {
  text-align: center;
  margin: 1em 0;
}

.foot__inner {
  padding: 0;
}

#careerdock-header .container {
  padding: 0;
  margin: 0;
}

  .head__catch {
    width: 80%;
    padding: 20px;
    background-color: rgba(255,255,255,0.7);
    border-radius: 10px;
  }

.head__catch h1 {
    margin: 0;
    margin-bottom: 0px;
    font-size: 21px;
    color: #04397d;
    margin-bottom: 15px;
  }

.head__catch .catch_detail {
  margin: 30px 0 0 10%;
}

#careerdock-header.navbar-fixed-top .navbar-brand .logo02{
    width: 230px;
    height: auto;
    margin-top: 10px;
  }
.navbar-header.undercontents {
  margin-bottom: 0;
  position: initial;
  top: initial;
  left: initial;
  background-color: initial;
  border-radius: initial;
  width: initial;
  height: initial;
}

.hinmoku li,.hinmoku2 li {
  width: calc(100%/1 - 20px);
  display: initial;
}
.hinmoku li img,.hinmoku2 li .hinmoku-left {
  width: 120px;
}
.hinmoku li .hinmoku-right,.hinmoku2 li .hinmoku-right {
  width: calc(100% - 120px);
  float: right;
}
}

.slider {
    position:relative;
  z-index: 1;
  /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
}
/*　背景画像設定　*/

.slider-item {
    background-repeat: no-repeat;/*背景画像をリピートしない*/
    background-position: center;/*背景画像の位置を中央に*/
    background-size: cover;/*背景画像が.slider-item全体を覆い表示*/
    width: 100%;
}

/*矢印の設定*/

.slick-prev, 
.slick-next {
    position: absolute;
  z-index: 3;
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #fff;/*矢印の色*/
    border-right: 2px solid #fff;/*矢印の色*/
    height: 25px;
    width: 25px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left:2.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right:2.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
  position: relative;
  z-index: 3;
  text-align: right;
  margin: -50px 10px 0 0px;
}

.slick-dots li {
    display:inline-block;
  margin:0 5px;
}

.slick-dots button {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
    color: transparent;
    outline: none;
    width:13px;/*ドットボタンのサイズ*/
    height:13px;/*ドットボタンのサイズ*/
    display:block;
    padding: 0;
    border: none;
    background:#fff;/*ドットボタンの色*/
}

.slider_text {
    position: absolute;
    font-size: 50px;
    font-weight: bold;
    left: 13%;
    top: 50%;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
}

.slider_text span {
    background-color: #fff;
    color: #000;
    margin-bottom: 10px;
    display: inline-block;
    padding: 5px;

}

.slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}

/*========= LoadingのためのCSS ===============*/

/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9998;
  background:#f6aa0f;
  text-align:center;
  color:#fff;
  top: 0;
  left: 0;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo svg{
    width:300px;
}

/*=============== SVGアニメーション内の指定 =================*/

/*アニメーション前の指定*/
#mask path {
    fill-opacity: 0;/*最初は透過0で見えない状態*/
    transition: fill-opacity .5s;/*カラーがつく際のアニメーション0.5秒で変化*/
    fill: none;/*塗りがない状態*/
    stroke: #333;/*線の色*/
  }

/*アニメーション後に.doneというクラス名がで付与された時の指定*/
#mask.done path{
    fill: #333;/*塗りの色*/
    fill-opacity: 1;/*透過1で見える状態*/
    stroke: none;/*線の色なし*/
  }


#careerdock-service03 .col-md-4 {
  position: relative;
  text-align: center;
}

#careerdock-service03 {
  padding-top: 7em;
  padding-bottom: 7em;
}

.underdot {
  position: relative;
}

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

h2.homettl {
  font-size: 30px !important;
  text-align: center !important;
}
h2.homettl::after {
  content: "...";
  font-size: 35px !important;
  letter-spacing: 0;
}

.adressblock__01,.adressblock__02 {
  width: 100%;
}

.p_left {
  padding-left: 20px;
  margin-top: 20px;
}
.p_right {
  padding-right: 20px;
}

.button__right {
  margin: 25px auto;
}

.servicelist {
  margin: 0;
}

#splash_logo svg {
  width: 240px;
}

.head_left, .head_right_slider {
  width: 100% !important;
}

.head_left .head__catch h1 {
  font-size: 30px;
  margin-top: 110px;
  margin-left: 15px;
}
.head_left .head__catch h1 span {
  font-size: 22px;
  margin-bottom: 10px;
}

.head_left .head__catch h1 img{
  width: 90%;
  height: auto;
}

 .slider-item {
  display: flex !important;
  justify-content: center;  
 }
 .slider-item img {
  height: 500px;
  width: auto; 
 } 
.slider_text {
  font-size: 24px;
  left: 1em;
  width: calc(100% - 2em);
}

#careerdock-intro h4 {
  margin-top: 50px;
}

#careerdock-service01, #careerdock-concept, #careerdock-service03, #careerdock-service04, #careerdock-service05, #careerdock-services, #careerdock-info, #careerdock-contact {
  padding: 4em 0 4em;
}
#careerdock-recruit {
  background-image: none;
  padding: 2em 0 7px;
  background-color: #bc1716;
}

.rec_left {
  padding: 2em;
}

.rec_left h2 {
  font-size: 50px !important;
}

.rec_right {
  background-color: #fff;
  padding: 2em;
}

ul.newentry li a {
  padding: 15px 10px;
}

ul.makerlist li {
  width: calc(100%/2 - 20px);
}

.section-heading h2 {
  letter-spacing: 0.05em;
}

}

/*loader*/
.loader {
  display: block;
  width: 100vw;
  height: 100vh;
  position: relative;
}

.loader_dot, .loader_dot:before, .loader_dot:after {
  border-radius: 50%;
  width: 2em;
  height: 2em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.4s infinite ease-in-out;
  animation: load7 1.4s infinite ease-in-out;
}

.loader_dot {
  color: #281d15;
  font-size: 10px;
  margin: -2em auto 0;
  position: absolute;
  text-indent: -9999em;
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  top: 50vh;
  left: 50vw;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9999;
}

.loader_dot::before, .loader_dot::after {
  content: '';
  position: absolute;
  top: 0;
}

.loader_dot::before {
  left: -4.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader_dot::after {
  left: 4.5em;
}

.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 1.4vw);
  -ms-transform: translate(0, 1.4vw);
  transform: translate(0, 1.4vw);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

@-webkit-keyframes load7 {
  0%, 80%, 100% {
    -webkit-box-shadow: 0 2em 0 -1.3em;
    box-shadow: 0 2em 0 -1.3em
  }
  40% {
    -webkit-box-shadow: 0 2em 0 0;
    box-shadow: 0 2em 0 0
  };
}

@keyframes load7 {
  0%, 80%, 100% {
    -webkit-box-shadow: 0 2em 0 -1.3em;
    box-shadow: 0 2em 0 -1.3em
  }
  40% {
    -webkit-box-shadow: 0 2em 0 0;
    box-shadow: 0 2em 0 0
  };
}


.flow_design03 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
}

.flow_design03 ul {
  padding: 0;
}

.flow_design03 li {
  list-style-type: none;
}

.flow_design03 dd {
  margin-left: 0;
}

.flow03 {
  position: relative;
}

.flow03::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -129px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
  border-radius: 20px;
}

.flow03 > li {
  position: relative;
}

.flow03 > li:not(:last-child) {
  margin-bottom: 60px;
}

.flow03 > li .icon03 {
  font-size: 0.8em;
  width: 2em;
  height: 2em;
  line-height: 2;
  text-align: center;
  font-weight: bold;
  border-radius: 100vh;
  color: #fff;
  background: #8EB83C;
  display: inline-block;
  margin-right: 0.3em;
}

.flow03 > li dl {
  padding-left: 70px;
  position: relative;
}

.flow03 > li dl::before,
.flow03 > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}

.flow03 > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #8EB83C;
  border-radius: 50%;
  left: -4px;
}

.flow03 > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}

.flow03 > li dl dt {
  font-size: 1.3em;
  font-weight: 600;
  color: #8EB83C;
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
}

ul.faqlist {
  padding: 20px;

}

ul.faqlist li {
  list-style-type: none;
}

.row.faqblock {
  border: 1px solid #565656;
}

.acd-content a {
  color: #2279c6;
}

.acd-check{
    display: none;
}
.acd-label {
    background: #fff;
    color: #32312f;
    display: table;
    margin-bottom: 1px;
    padding: 0;
    width: 100%;
    position: relative;
    font-size: 18px;
    text-align: left;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.acd-label span {
  padding: 15px;
  display: table-cell;
}

.acd-label::before {
    background-color: #e74444;
    box-sizing: border-box;
    content: 'Q';
    display: table-cell;
    padding: 15px 20px;
    font-weight: bold;
    color: #fff;
    border-radius: 10px 0 0 10px;
    width: 60px;
}

.acd-label::after {
    background: #efefef;
    box-sizing: border-box;
    content: '\f067';
    display: table-cell;
    font-family: "Font Awesome 5 Free";
    padding: 15px 20px;
    font-weight: bold;
    border-radius: 0 10px 10px 0;
    width: 60px;
}
.acd-content{
    background-color: #fff;
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 30px;
    transition: .5s;
    visibility: hidden;
    margin-top: -10px;
    margin-bottom:34px;
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
    z-index: 1;
    position: static;
    border-radius: 0 0 10px 10px;
}

.acd-content p {
  margin-bottom: 0 !important;

}

.acd-content p strong {
    font-weight: bolder;
    margin-top: .5em;
    font-size: 18px;
    line-height: 1.2em;
    color: #dd1560;
}

.acd-check:checked + .acd-label:after{
    content: '\f068';
    font-weight: bold;
}
.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    padding: 30px;
    visibility: visible;
}

.faq_headtitle {
  font-size: 20px;
  margin-bottom: 0;
  margin-top: 0px;
  padding-top: 70px;
  text-align: center;
}

.faqlinkbox {
  display: flex;
  justify-content: center;
}

.faqlinkbox a {
  margin: 10px;
  border: 2px solid #000;
  color: #000;
  padding: 5px 15px;
  border-radius: 0;
  text-align: center;
}

@media screen and (max-width: 896px) {
.faqlinkbox {
  flex-wrap: wrap;
}
.faqlinkbox a {
  width: calc(100%/2 - 20px);
}
ul.faqlist
{
  padding: 10px 0;
}
.acd-label::before,.acd-label::after {
  width: 54px;
}
}

.flow04 {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
}

.flow04 > li {
  list-style-type: none;
  width: 100%;
  max-width: 480px;
  display: flex;
}

.flow04 > li .icon04 {
  line-height: 2;
  width: 2em;
  height: 2em;
  text-align: center;
  color: #fff;
  background: #E26B5D;
  margin: 0 auto 10px;
  display: block;
  border-radius: 100vh;
  position: relative;
}

.flow04 > li .icon04::before {
  content: "";
  border: solid transparent;
  border-width: 7px;
  border-top-color: #E26B5D;
  position: absolute;
  top: calc(100% - 2px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.flow04 > li dl {
  padding: 30px 20px;
  margin: 0;
  border: 3px solid #E26B5D;
  position: relative;
  border-radius: 5px;
}

.flow04 > li:not(:first-child) dl::before {
  content: "";
  width: 14px;
  height: 14px;
  margin-right: 10px;
  display: inline-block;
  border-top: 4px solid #E26B5D;
  border-right: 4px solid #E26B5D;
  position: absolute;
  top: calc(50% - 14px);
  left: -45px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.flow04 > li dl dt {
  font-size: 1.3em;
  font-weight: 600;
  color: #E26B5D;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-bottom: 10px;
  text-align: center;
}

.flow04 > li dl dd {
  margin-left: 0;
}

.flow04 > li dl dd span {
  margin: 5px;
  display: block;
  padding-left: 10px;
  margin-bottom: 10px;
}

.flow04 li dl dd span::before {
  content: "・";
  margin-left: -19px;
  margin-right: 10px;
}

@media(max-width: 767px){
  .flow04 {
    gap: 20px;
  }
  .flow04 > li {
    max-width: unset;
    display: block;
  }
  .flow04 > li:not(:first-child) dl::before {
    display: none;
  }
.table-scroll{
  overflow-x: scroll;
}

table{
  width: 100%;
}
}

/*内容構築ユニット*/

.txblock {
  padding:0px;
}

.txblock ul {
  list-style-type: disc;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 20px;
  clear: both;
}

.txblock li {
    font-size: 16px;
    line-height: 2;
    font-weight: normal;
    margin-bottom: 10px;
}

.txblock p{
  margin: 0;
}

.txblock p a{
  color:#d40808;
  text-decoration: underline;
}

.txblock p a:hover{
  opacity: 0.8;
}

.txblock a.kanrenlink {
  color: #fff;
  text-decoration: none;
  background-color: #555;
  padding: 2px 10px;
  display: inline-block;
  border-radius: 5px;
  margin: 10px;
  font-size: 15px;
  width: calc(100%/2 - 24px);
}

a.kanrenlink::before {
    content: "\f0c1";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #fff;
    margin-right:10px;
    word-break: break-word;
}

.txblock.imgleft .image {
    float: left;
    margin: 0 40px 20px 0;
    padding: 0px;
    max-width: 300px;
    width: 100%;
}

.txblock.imgright .image {
    float: right;
    margin: 0 0px 20px 40px;
    padding: 0px;
    max-width: 300px;
    width: 100%;
}

.txblock.imgleft .image img, .txblock.imgright .image img{
    width: 100%;
    height: auto;
}

table p {
  margin-bottom: 0;
}

.column1 img {
  height: auto;
  margin: 20px auto;
  max-width: 100%;
  display: block;
}

.halfcolumn {
    width: 50%;
    padding: 20px;
    float: left;
}

.halfcolumn.reverse{
    float: right;
}

.halfcolumn img{
    width:100%;
    height: auto;
}

.fullcolumn {
    width: 100%;
    padding: 0;
    float: left;
}
.column30 {
    width: 30%;
    padding: 20px;
    float: left;
}

.column30 img{
  width: 100%;
  height: auto;
}

a .image{
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

img {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

a:hover .image{
  background-color:#d40808;
}

.column1 a:hover .image {
  background-color: transparent;
}

a:hover .image img {
  opacity: 0.8;
}

.column1 a:hover .image img {
  opacity: 0.6;
}

.column70 {
    width: 70%;
    padding: 20px;
    float: left;
}

.bookshead .column70 {
  padding-left: 10px;
}

.column75 {
    width: 75%;
    padding: 0px 1%;
    float: left;
    margin: 0;
}

.column80 {
    width: 80%;
    padding: 0px 1%;
    float: left;
    margin: 0;
}

.column25 {
    width: 25%;
    padding: 0px 1% 15px;
    float: left;
    margin: 0;
}

.column20 {
    width: 20%;
    padding: 0px 1%;
    float: left;
    margin: 0;
}

.column60 {
    width: 60%;
    padding: 0px 1%;
    float: left;
    margin: 0;
}

.column40 {
    width: 40%;
    padding: 0px 1%;
    float: left;
    margin: 0;
}

.column50 {
    width: 50%;
    padding: 15px 1%;
    float: left;
}

.column20 {
    width: 20%;
    padding: 0px 1%;
    float: left;
    margin: 0;
}

.column60 img{
    width:100%;
    height:auto;
}

.column25 img{
    width:100%;
    height:auto;
}

.column40 img{
    width:100%;
    height:auto;
}

.column20 img{
    width:100%;
    height:auto;
}

.column33 {
    width: 33.33%;
    padding: 20px;
    float: left;
}
.column33 img{
    width:100%;
    height: auto;
}

.column30 img{
    width:100%;
    height:auto;
}

.column20 {
    width: 20%;
    padding: 20px;
    float: left;
}
.column20 img{
    width:100%;
    height: auto;
}

h2.midashi {
  margin: 30px 0 15px;
  padding: 12px;
  margin-left: 0px;
  color: #fff;
  font-size: 21px;
  background-color: #1AAF95;
  letter-spacing: 0.1em;
  clear: both;
}

.bookshead h2.midashi {
    margin: 0px 0 0;
    padding: 5px 10px;
    background-color: #232323;
    color: #fff;
}

h2.mousikomiblock {
    padding: 10px;
    margin: 30px 0px 0 20px;
    background-color: #d40808;
    color: #fff;
    font-size: 24px;
    text-align: center;
    width: calc(100% - 40px);
    clear: both;
}

h2.faqacvttl {
    margin: 0px 0 0;
    padding: 10px 10px;
    background-color: #232323;
    color: #fff;
    font-size: 21px;
    clear: both;
}

h3.midashi {
  margin: 20px 0 15px;
  padding-left: 0px;
  font-size: 20px;
  font-weight: 400;
  padding-top: 10px;
  border-bottom: 2px solid #1AAF95;
  padding-bottom: 10px;
  width: 100%;
  clear: both;
}

h3.midashiq {
    margin: 30px 0 0;
    padding-left: 0px;
    margin-left: 20px;
    color: #793131;
    font-size: 20px;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 10px;
    width: calc(100% - 40px);
    line-height: 1.5em;
    clear: both;
}

#resolution h3.midashiq {
    margin: 30px 0 0;
    padding-left: 10px;
    border-left: 10px solid #d40808;
    margin-left: 0px;
    border-top:1px solid #d40808;
    border-bottom:1px solid #d40808;
    color: #d40808;
    font-size: 24px;
}

#faq h3.midashiq {
    margin: 30px 0 0;
    padding-left: 10px;
    border-left: 10px solid #d40808;
    margin-left: 0px;
    border-top:1px solid #d40808;
    border-bottom:1px solid #d40808;
    color: #d40808;
    font-size: 24px;
}

h3.midashifaq {
    margin: 30px 0 0;
    padding-left: 10px;
    border-left: 10px solid #d40808;
    margin-left: 0px;
    border-top:1px solid #d40808;
    border-bottom:1px solid #d40808;
    color: #d40808;
    font-size: 24px;
}

h3.midashiq::before {
content:"――";
letter-spacing: -.15em;
width: 2em;
margin-right: .5em;
}

h3.midashifaq::before {
  content: "Q";
  font-weight: 900;
  font-size: 36px;
  margin-right: 10px;
  margin-left: 2px;
}

#resolution h3.midashiq::before {
    content: "\f059";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 10px;
    margin-left: 2px;
}

h3.midashicheck {
   margin: 30px 0 0;
    padding-left: 0px;
    margin-left: 20px;
    color: #793131;
    font-size: 20px;
    font-weight: 400;
    border-top: 1px solid;
    padding-top: 10px;
    border-bottom: 1px solid;
    padding-bottom: 10px;
    width: calc(100% - 40px);
}

h3.midashicheck::before {
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 10px;
    margin-left: 2px;
}

#faq h3.midashiq::before {
    content: "Q";
    font-weight: 900;
    font-size: 36px;
    margin-right: 10px;
    margin-left: 2px;
}

.faqans {
  display: table;
}

.faqans::before {
    content: "A";
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-weight: 900;
    font-size: 36px;
    display: table-cell;
    padding: 0 5px;
}

.faqans p {
    display: table-cell;
    padding-left: 15px;
}

ul.faqlist {
  padding: 20px;

}

ul.faqlist li {
  list-style-type: none;
}

.row.faqblock {
  border: 1px solid #565656;
}

ul.faqlist li a {
  margin: 10px 20px;
  font-size: 17px;
  padding-bottom:5px;
  border-bottom:1px solid #d40808;
  display: inline-block;
}

ul.faqlist li a::before {
    content: "Q";
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-weight: 900;
    margin-right: 10px;
    margin-left: 2px;
}

h4.midashi {
  margin: 10px 0 5px;
  font-size: 18px;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 10px;
  width: calc(100% - 40px);
}

.txblock h4.midashi {
  margin-left: 0;
  margin-top:0;
}

h4.midashi::before {
    content: "\f0da";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 10px;
    margin-left: 2px;
}

span.answer-name {
    font-weight: bold;
    background: #793131;
    padding: 0 10px;
    margin-right: 15px;
    color: #fff;
}

.reverse {
  float: right;
}

.univ_name {
  font-size: 24px;
  letter-spacing: 0.03em;
  color: #ff6c00;
}

h5 {
 font-size: 14px;
 font-weight: normal;
 line-height: 1.6em;
 margin: 15px 0;
}

a.linkbtn {
  border-radius: 8px;
  padding: 16px 30px;
  margin-top: -1px;
  color: #fff;
  font-size: 26px;
  background-color: #e72f3a;
  background-image: linear-gradient(135deg, #e72f3a 0%, #e7bc7c 100%);
  margin-left: 0;
}

.teiinblock span {
  display: inline-block;
  padding: 2px 25px;
  border:1px solid #777;
  margin-right: 5px;
  margin-bottom: 20px;
}

.event_subblock {
  padding: 10px 0;
}
.event_subblock p {
  margin-bottom: 10px;
  font-size: 16px;
}
.event_subblock .event_subt {
  padding: 2px 10px;
  font-size: 14px;
  letter-spacing: 0.01em;
  margin-right: 10px;
  color: #281d15;
  border-radius: 0;
  width: 110px;
  display: inline-block;
  text-align: center;
  border: 1px solid #777;
}

.event_subblock p .cost {
  font-size: 45px;
  color: #e7373e;
  font-weight: bold;
  text-align: right;
  display: block;
  margin-top: -50px;
}
.event_subblock p .cost:after {
  content: "円";
}

.event_subblock .event_companyname {
  border-bottom: 1px solid #777;
  padding: 0px 0 10px;
  font-size: 130%;
  font-weight: bold;
  margin-bottom: 20px;
}

.step-wrap1 {
 counter-reset:count;
 margin: 2em auto;
 position: relative;
}
.step-content1 {
 padding: 0 0 1.3em 2em;
 margin: 0;
 position: relative;
}
.step-content1::before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background: #f69;
  border: solid 3px #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 6px;
  box-shadow: 0 0 0 5px #f69;
}
.step-content1::after {
 content: "";
 display: block;
 height: calc(100% - 35px);
 border-left: dotted 5px #768888;
 position: absolute;
 top: 30px;
 left: 10px;
}
.step-title1 {
  font-weight: bold;
  font-size: 140%;
  color: #fff;
  background-color: #6ac9d2;
  padding: 10px 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  box-shadow: 0 0 0 5px #efefef;
}

.stepicon {
    width: 100px;
    display: table-cell;
    vertical-align: middle;
    padding-right: 20px;
}

.step-label1 {
 color: #768888;
 font-weight: bold;
}
.step-label1::after {
 counter-increment:count;
 content:counter(count);
 position: relative;
 left: .3em;
}
.step-body1 {
 margin-top: 15px;
 padding: 0 0 1em;
 border-bottom: dotted 2px #ddd;
 display: table;
 width: 100%;
}
.step-body1 p {
    display: table-cell;
    vertical-align: middle;
}

.step-wrap1 > :last-of-type::after {
 display: none;
}

a.kmbtn {
  padding: 5px 10px;
  background-color: #e26b5d;
  border-radius: 5px;
  color: #fff;
}
a.kmbtn:hover {
  background-color: #b54437;
}


@media(max-width: 767px){
h1, .h1 {
  font-size: 26px;
}
  .univ li {
  width: calc(100%/1 - 20px);
  }
.ollist li {
  width: calc(100%/1 - 30px);
}
.eventlist li {
  width: calc(100%/1 - 20px);
}
  .txblock.imgleft .image, .txblock.imgright .image {
    max-width: 50%;
  }
#careerdock-intro h2, #careerdock-concept h2, #careerdock-service00 h2, #careerdock-contact h2 {
  font-size: 22px;
}
#careerdock-concept {
  margin: 0;
}
#careerdock-service01 .container h2 {
  font-size: 38px;
}
#careerdock-service02 .container h2 {
  font-size: 38px;
}
#careerdock-service00 .container h2 {
  margin-top: -60px;
  font-size: 38px;
}
.txblock a.kanrenlink {
width: 100%;
    margin: 10px 0 0;
}
.reverse {
  float: initial;
}
.column40 {
  width: 100%;
}
.column40 .linkbtn {
  margin-top: 20px;
}

.column60 {
  width: 100%;
}
.column60 h1{
  margin: 10px 0;
}

.univ_name {
  font-size: 20px;
}
.footloop .ollist {
  padding: 0em 3em;
}
.footloop .eventlist {
  padding: 0em 3em;
}
.footloop .univ {
  padding: 0em 3em;
}
ul.faqlist {
  padding: 20px 0;
}
  .faqlinkbox a {
    width: auto;
  }
  #careerdock-home .gradient {
    height: 300px;
    overflow: hidden;
  }
  #careerdock-home .gradient img {
    width: auto;
    pointer-events: none;
    height: 120%;
    bottom: -30px;
  }
 #careerdock-home .headinner img {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    max-width: 480px;
  }
  .headbtnblock {
  background-color: #fff;
  width: 100%;
  max-width: initial;
  padding: 20px;
  float: left;
}
    #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;
  }
.halfcolumn {
  width: 100%;
}
.tokucholist li {
  width: calc(100%/1 - 20px);
}
table.normal {
  border-collapse: collapse;
  border-spacing: 0;
  color: #000;
  margin: 1em 0;
  width: 100%;
}
table.normal td {
  padding: 5px;
}
.inqlink.inkv2 a {
  width: calc(100%/1 - 20px);
}
.table-wrap {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* iOSでスムーズにスクロール */
}
    .table-wrap::before {
        content: "この表は左右にスクロールできます →";
        display: block;
        font-size: 12px;
        color: #666;
        margin-bottom: 5px;
        text-align: right;
    }

.table-wrap table {
    min-width: 600px; /* テーブル幅を指定しておくとスクロールが効きやすい */
    border-collapse: collapse;
}

.table-wrap th,
.table-wrap td {
    white-space: nowrap; /* 折り返さずに横スクロール */
}

} 