@charset "UTF-8";
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  30% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  30% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* =====================
  stepjobサイト法人TOP
 ======================= */
 #header{
  height: 0px!important;
 }
body{
	margin-top: -25px !important;
}
.h2_title0 {
  text-align: center!important;
  font-size: 5rem!important;
  font-weight: 700;
  line-height: 13rem!important;
  margin-top: 80px!important;
  letter-spacing: 0.1em;
  margin-bottom: 6rem;
  text-shadow: 2px 2px 5px rgb(253 254 255 / 78%);
}
.h2_title {
  text-align: center!important;
  font-size: 5rem!important;
  font-weight: 700;
  line-height: 22rem!important;
  letter-spacing: 0.2em;
  color: #000!important;
  margin-bottom: 6rem;
  /* text-shadow: 2px 2px 5px rgb(253 254 255 / 78%); */
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
h1{
      text-shadow: 2px 2px 5px rgb(37 8 12 / 64%);
}
footer,.footer{
      background: #001446!important;
}
.kv {
  height: 60vw;
    background: url(../img/home_hj/hero.jpg) no-repeat center/cover;
    display: flex;
    justify-content: center;
    align-items: left;
    color: #fff;
    padding-left: 3%;
    padding-top: 4%;
    text-align: center;
}
.logo_p{
	width:300px;margin-bottom:-20px;padding-right:10px
}
.hj_bg1 {
  height: 3953px;
  background: url(./img/home_hj/hj_bg1.jpg) no-repeat center/cover;
    display: flex;
    justify-content: left;
    align-items: left;
    color: #fff;
    padding-left: 3%;
    padding-top: 15%;
    text-align: left;
  padding-bottom: 6vw;
}
.telb{
font-size: 2em!important;;
}

.lrover1 p {
    font-size: 2rem;
}
.mail:after{
      right: 248px!important;
}
.kv_main {
  font-family: "Oswald", "Noto Sans JP", serif;
  font-size: 4.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-bottom: 2.4rem;
}

.kv_sub {
    font-size: 5.2rem;
    font-weight: 700;
    margin-top: 28rem;
    margin-bottom: 1.6rem;
    transition-delay: 100ms;
    letter-spacing: 0.4rem;
}

.kv .txt {
  font-size: 1.7rem;
  line-height: 1.65;
  margin-bottom: 3.5rem;
  transition-delay: 200ms;
}

.kv .links {
  display: flex;
  justify-content: left;
/*  margin-top:30px;*/
/*  margin: 0 auto;*/
  transition-delay: 300ms;
}

.kv .links p {
  font-family: "Oswald", "Noto Sans JP", serif;
  font-size: 2.0rem;
  letter-spacing: 0.04em;
  padding: 2.0rem;
  display: flex;
  align-items: center;
  background: #000000ad;
}

.kv .links ul {
  display: flex;
  background: #000000ad;
  padding: 2.0rem 4rem;
}

.kv .links ul li {
  margin-right: 1.4rem;
}

.kv .links ul li:last-child {
  margin-right: 0;
}

.kv .links ul li .btn {
  font-size: 1.2rem;
}
img.login {
  /* vertical-align: middle; */
  margin-top: 2.5rem;
  margin-left: 2.2rem;
  width:120px;
  margin-bottom: 8px;
 }
/*--circle----*/
.strengths_list{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 40px;
}

.list_item{
      width: 28%;
    margin-bottom: 20px;
    color: #ffffff;
    padding: 10px;
    margin: 0 auto;
    text-align: center;
}
.circle1 {    
  width: 200px;
    height: 100px;
    border-radius: 100px 100px 0 0;
    background: url(../img/home_hj/tmain-jo.jpg) no-repeat center/cover;
    margin: 2em auto 0.5em auto;
}
.circle2{
  width:200px;height:100px;border-radius: 0 0 100px 100px;background: #4caf50;
  font-size:1.8rem;
  padding-top:1rem;
  margin: 0em auto 0.5em auto;
}
.circle3 {    
  width: 200px;
    height: 100px;
    border-radius: 100px 100px 0 0;
    background: url(../img/home_hj/circle3.jpg) no-repeat center/cover;
        margin: 2em auto 0.5em auto;
}
.circle4{
  width:200px;height:100px;border-radius: 0 0 100px 100px;background: #4675ff;
    font-size:1.6rem;
  padding-top:1rem;
      margin: 0em auto 0.5em auto;
}
#side_nav-wrap{
  z-index:9999;
  /* animation: fadein 1s;
  -moz-animation: fadein 1s; /* Firefox */
  /* -webkit-animation: fadein 1s; Safari and Chrome */
  /* -o-animation: fadein 1s; Opera */ 
}
/* #side_nav-wrap a button {
  /* display: flex;
  align-items: center;
  justify-content: center; 
#side_nav{
    padding: 15px 15px 0;
}
#side_nav1 {
    padding:0px 15px 0;
}
#side_nav-wrap a button img {
  margin-right: 0px; /* アイコンとテキストの間にスペースを追加 
} */

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Firefox */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Safari and Chrome */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Opera */
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* #side_nav1 img,#side_nav img{
margin:0 auto;
text-align:center;
}
 #side_nav img {
  margin-left: 5px;
 }
 #side_nav1 img{
  margin-right: 0px;
 }
#side_nav{

    width: 50px;
    border-radius: 5px;
    text-align: center;
    position: fixed;
    top: 340px;
    right: 100px;
    border: 1px solid #2e9e6b;
    /* transition: all .5s ease-out; 
    z-index: 20;
    width: 170px;
    height: 90px;
    color: #fff;
    padding-top: 2rem;
    font-size: 2rem;
    border-radius: 100px 100px 0 0;
    background: #2ca26a;
}
#side_nav:hover {
    color: #fff;
    border-radius: 120px 120px 0 0;
    background: #001446;
transform:scale(1.1);
    transition: .3s ease;
 }
#side_nav1 {
text-align: center;
    position: fixed;
    top: 430px;
    right: 100px;
    border: 1px solid #2e9e6b;
    /* transition: all .5s ease-out; 
    z-index: 20;
    width: 170px;
    height: 90px;
    color: #2e9e6b;
    padding-bottom: 15px;
    font-size: 2rem;
    border-radius: 0 0 100px 100px;
    background: #ffffff;
}
#side_nav1:hover {
    color: #fff;
    border-radius: 0 0 120px 120px;
    background:#001446;
transform:scale(1.1);
    transition: .3s ease;
 } */
.main_bg,.strengths_bg{
    background: url(../img/home/bg_left.png) left top no-repeat, url(../img/home/bg_right.png) right bottom no-repeat;
/*    margin: -55px 0;*/
    padding: 55px 0;
    width: 100%;
    height: auto;
    background-size: 25%;
    background-color: #001446;
    color: #fff;
    margin-bottom: 0rem;
}
.strengths_bg{
      background-color: #fff!important;
    color: #001446!important;
    margin: 0 auto;

}

.about {
  width: 100%;
  /* height: 3209px; */
  height: 100%;
  background: url(../img/home_hj/hj_bg.jpg) no-repeat center/cover;
  object-fit: cover;
  padding: 300px 0;
  background-size: 100% 100%;
}

.about_cont {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding: 4.8rem 0;
  margin-bottom: 4.0rem;
  display: flex;
  justify-content: space-between;
}

.about_cont_item {
  width: 23%;
  text-align: center;
}

.about_title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1em;
}

.about .data {
  border-radius: 50%;
  border: 7px solid rgba(217, 178, 26, 0.7);
  width: calc(52% + 14px);
  padding-top: 52%;
  height: 0;
  position: relative;
  margin: 0 auto 2.4rem;
}

.about .data span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-family: "Oswald", "Noto Sans JP", serif;
  font-size: 5.0rem;
  line-height: 1;
  letter-spacing: 0.06em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about .txt {
  opacity: 0.8;
}

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

.service_list_item {
  width: 31.6%;
  margin-right: 2.6%;
  margin-bottom: 6.0rem;
}

/* .service_list_item:nth-child(3n) {
  margin-right: 0;
} */

.service_list_item.fadeInUp:nth-child(3n-1) {
  transition-delay: 100ms;
}

.service_list_item.fadeInUp:nth-child(3n) {
  transition-delay: 200ms;
}

.service_list .name a {
  display: block;
  background: #f7f7f7;
  border: 1px solid #e9e9e9;
  border-left: 0;
  position: relative;
  font-weight: 700;
  padding: 1em 1.5em;
  margin-bottom: 2.5rem;
  text-decoration: none;
}

.service_list .name a:before {
  content: "";
  width: 0.5rem;
  height: 100%;
  background: #d64869;
  position: absolute;
  left: 0;
  top: 0;
}

.service_list .name a:after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #d64869;
  border-right: 2px solid #d64869;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 1.6rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.service_list .name a:hover {
  background: rgba(214, 72, 105, 0.15);
  color: #333333;
}

.service_list .sub li {
  margin-bottom: 1em;
  padding-left: 2.0rem;
  position: relative;
}

.service_list .sub li:before {
  content: "";
  width: 1.0rem;
  height: 1.0rem;
  border: 2px solid #000;
  border-radius: 50%;
  position: absolute;
  top: 0.75rem;
  left: 0;
}



.employment{
  width:100%;
  height:100%;
  color: #fff;
  background: url(../img/home_hj/employment_bg.jpg) no-repeat center/cover;
}
.employment h2,.employment.home_title{
	color:#fff!important;
}
.about_cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .about_cont_item {
    width: 25%;
    margin-bottom: 20px;
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.5s;
    color:#fff;
  }
.about_cont_item p{
margin-top:-20px;
}
  .is-inview {
    opacity: 1;
    transform: translateY(0);
  }

  .about_title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    margin: 3rem;
  }

  .data {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
    border-radius: 50%;
    border: 7px solid #00A26A;
    width: calc(52% + 14px);
    padding-top: 52%;
    height: 0;
    position: relative;
    margin: 0 auto 2.4rem;
  }
  .data span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-family: "Oswald", "Noto Sans JP", serif;
    font-size: 5.0rem;
    line-height: 1;
    letter-spacing: 0.06em;
    display: flex;
    justify-content: center;
    align-items: center;
}

  .txt {
    font-size: 18px;
    color: #2ca26a;
    font-weight: bold;
    margin-top: -58px!important;
  }
.members {
  background: url(../img/home/members_bg.jpg) no-repeat center/cover;
  color: #fff;
}

.members_list {
  margin: 6.0rem 0;
  display: flex;
  flex-wrap: wrap;
}

.members_list li {
  width: 17.8%;
  margin-right: 2.75%;
  margin-bottom: 2.75%;
}

.members_list li:nth-child(5n) {
  margin-right: 0;
}

.members_list li a {
  display: block;
  background: #000;
  color: #fff;
  border: 1px solid #666666;
  text-align: center;
  padding: 1em;
  text-decoration: none;
  position: relative;
  font-weight: 500;
}

.members_list li a:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.2s;
}

.members_list li a:hover:before {
  opacity: 1;
}


.service_list {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 40px;
}
.ico{
      font-size: 4rem;
    font-family: acumin-pro,sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-bottom: -30px;
}
.x-icon {
  width: 4rem;
/*  height: 20px;*/
  position: relative;
}

.x-icon:before, .x-icon:after {
  content: "";
  position: absolute;
  top: 50%;
    left: 0px;
    width: 100%;
    height: 4px;
    background-color: #051665;
}

.x-icon:before {
  transform: rotate(45deg);
}

.x-icon:after {
  transform: rotate(-45deg);
}
.service_list_item {
    width: 330px;
    height:330px;
    border-radius: 50%;
    background: #051665;
    margin-bottom: 20px;
    color: #ffffff;
    padding: 10px;
    margin: 0 auto;
    text-align: center;
}
.service_list_item a{
  color: #FF5722;;
}
.service_list.service_list_item :nth-child(1).x-icon{
  margin-left:-20px;
}
.service_list_item p{
 padding:10px;
}
.service_list_item_inner_txt h5:after {
    content: "";
    width: 180px;
    height: 7px;
    background: #ff7800;
    background: linear-gradient(to right, #00ac68 41%, #00c400 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff7800", endColorstr="#ffc000", GradientType=1);
    display: block;
    position: absolute;
    /* bottom: 0; */
    left: 0;
    right: 0;
    margin: 5px auto;
}
.service_list_item_inner_txt h5 {
    font-size: 20px;
    font-weight: 700;
    padding: 15px 0;
    margin-bottom: 20px;
    position: relative;
    color:#fff!important;
    border-left: none!important;
}
.p-detail {
  margin-top: -6%;
  padding:10px;
}
.plan_body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: center;
    margin: 0px 0px;
    /* max-width: 1320px; */
}
.plan_body li:nth-child(2) {
  color:#5271FF;
}
.plan_body > li {
    width: 630px;
    text-align: center;
	  color: #3d489b;
    font-size:2rem;
    border-left: 1px solid #fff;
}
  .plan_spec {
    background: #f6f6f6;
    border: 15px solid #f6f6f6;
    border-top: none;
    box-sizing: border-box;
    box-sizing: border-box;
    height: 560px;
    padding: 30px 0px 0px;
    padding-top:50px;
}
  .plan_block {
    box-sizing: border-box;
    height: 100%;
    position: relative;
}
  .plan_standard .plan_spec {
    background: none;
    border-color: #3d489b;
	  background: #fff;
    height: auto;
}
.pc{
  word-wrap: break-word;
}
hr{
  width: 90%;
  text-align: center;
  border: 1.5px solid #3d489b;
  margin: 20px auto;
}
.plan_spec{
/*    border-color: #5271FF!important; */
}
  .plan_package {
    border-left: 6px solid #3d489b;
    border-right: 6px solid #3d489b;
    background-color: #3d489b;
	color:#fff;
}
.plan_package1 {
  border-left: 6px solid #5271FF;
  border-right: 6px solid #5271FF;
  background-color: #5271FF;
  color: #fff;
}
.plan_standard1 .plan_spec {
  background: none;
  border-color: #5271FF;
  background: #fff;
  height: auto;
}
.plan_package li:last-child {
    border: none;
}
.plan_plus{
      border-left: 6px solid #00A26A;
    border-right: 6px solid #00A26A;
    background-color: #3d489b;
}
.plan_package li, .plan_plus li,.plan_package1 li{
margin-bottom: -30px;
/*    padding-top: 2rem;*/
    text-align: left;
    font-weight: 400;
    font-size: 3rem;
}
.ok{
  padding-top: 2rem;
  }
.plan_spec h3{
/* border-bottom: 2px solid #2ca26a; */
    width: 60%;
    margin: 20px auto;
}
.plan_spec h3:after{
  content: "";
  width: 20%;
  height: 3px;
  background: #00a276;
  position: absolute;
  /* top: 20px; */
  left: 0;
  right: 0;
  margin: 30px auto;
}
.plan_package img,.plan_package1 img{
  margin-bottom:2rem;
  }
  .plan_package li::before, .plan_package1 li::before  {
    display: inline-block;
    margin: 0px 8px 0px 0px;
    vertical-align: -2px;
    content: "";
    height: 16px;
    width: 16px;
}

.plan_batch {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1.4rem;
    font-weight: 700;
    height: 100px;
    -ms-flex-pack: center;
    justify-content: center;
    left: -32px;
    line-height: 20px;
    position: absolute;
    top: -48px;
    width: 100px;
    z-index: 10;
  }
  .plan_batch::before {
    animation: rotate 20s linear 0s infinite;
    content: "";
    height: 100%;
    width: 100%;
    z-index: -1;
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 50%;
    background: #FFEB3B;
}


.container {
    display: flex;
    flex-direction: column;
    color: #3d489b;
    background: #FFF!important;
}
.item {
    display: flex;
    border: 1px solid #3d489b;
    margin-bottom: 2rem;
    margin: 2rem;
    background: #fff;
    color:#3d489b;
	justify-content: center;
	align-items: center;
  font-weight: bold;
}
.item.mb-3 {
  margin: 3rem!important;
}
.item p{
	font-size:1.2rem;
  font-weight: 900;
}
.left {
    position: relative;
/*    border-right: 1px solid #e0e0e0;*/
    padding: 1rem;
    display: flex;
  width:40%;
}
.circle {
    background-color: yellow;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
	margin-top: 20px;
}
.red{
color: #BE084E;
}
.small {
   font-size: 1.5rem;
   padding-top: 1rem;
   font-weight:bold;
}
.item h2 {
    font-size: 7rem;
    margin-top: -20px;
    font-weight: 900;
}
h2 img{
  margin:2rem auto;
  
}
.text-center {
    text-align: center;
  font-size: 1.8rem;
    font-weight: bold;
    color:#3d489b;
    margin-top: 2rem; 
    padding: 1rem;
}
.text-line{
    border-right: 1px solid #e0e0e0;
}
.right {
    padding-top: 3rem;
    width: 60%;
    font-size: 1.5rem;
    line-height: 2.5rem;
}
.money{
  color: #001446;
    font-size: 4rem;
    font-weight: bold;
}
.circle-container {
  position: relative;
  width: 100px;
  height: 100px;
  background: lightgrey;
  border-radius: 50%;
  overflow: hidden;
}

.circle-progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
  background: grey;
}

.circle-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
}
@keyframes slideInFromLeftFade {
  0% {
    opacity: 0;
    transform: translateX(-100%) scale(0.5);
  }
  100% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

.slideInFromLeftFade {
  animation: 2s ease-out 0s 1 slideInFromLeftFade;
}
@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes slideInFromRight {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}

.slideInFromLeft {
  animation: slideInFromLeft 1s forwards;
}

.slideInFromRight {
  animation: slideInFromRight 1s forwards;
}
.plan-detail1 {
  font-size: 3rem;
  }
  .plan-detail2 {
  font-size: 3rem;
  }
  .plan-count {
  font-size: 3rem;
  }
  .unit {
  font-size: 4rem;
  }
  .money {
  font-size: 7rem;
  }
  .hr:not([size]) {
  height: 2px;
  }
  .plan_block .plan_spec .plan-detail1:after {
      content: "";
      width: 180px;
      height: 3px;
      background: #3d489b;
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      margin: 5px auto;
  }
  .plan_block .plan_spec .plan-detail2:after {
      content: "";
      width: 180px;
      height: 3px;
      background: #5271FF;
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      margin: 5px auto;
  }
  #rc-anchor-alert{
    display:none;
  }
  #sideNavWrap{
    background: url(../img/home_hj/circle.png) no-repeat center/cover;
    width: 170px;
    height: 170px;
    font-size: 2rem;
    border-radius: 100px ;
    /* top: 340px; */
    top: 50%;
    right: 10%;
    display: flex;
    position: fixed;
    z-index: 20;
    flex-direction: column;
    align-content: center;
    justify-content: center;
  }
/* タブレット
  ------------------------ */
/* スマホ
  ------------------------ */

@media (max-width: 992px) {
.plan-detail1 {
  font-size: 2rem;
  }
  .plan-detail2 {
  font-size: 2rem;
  }
  .plan-count {
  font-size: 2rem;
  }
  .unit {
  font-size: 3rem;
  }
  .money {
  font-size: 5rem;
  }
h2 img {
    width: 90%;
}
.logo_p{
	width:115px;margin-bottom:-5px;padding-right:5px
}
.service_list_item_inner_txt h5{
padding:0;
font-size: 25px;
}
.service_list_item_inner_txt h5:after {
  margin: 10px auto;
}
.service_list_item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3.7rem;
    border-radius: 0px;
    height: 300px;
}
.p-detail {
  margin-top: 2%;
  font-size: 1.5rem;
}
.x-icon {
    margin-bottom: 5rem;
}
.news{
    margin-top:8rem;
  }
  .home_title {
    font-size: 1.2rem;
    margin-bottom: 3.7rem;
  }
  .home_title i {
    font-size: 2.1rem;
  }
  .home_title i:after {
    height: 0.3rem;
  }
  .kv {
/*    height: 67.2vh;*/
width:100%;
    background: no-repeat center bottom -1px/100% auto, url(../img/home_hj/hero_sp.jpg) no-repeat center/cover;
  }
  .kv_box{
    width:100%;
  }
  .kv_main {
    font-size: 2rem;
    line-height: 1.25;
    margin-bottom: 1.6rem;
  }
  .kv_sub {
    font-size: 2.5rem;
       margin-top: 32rem;
/*    margin-bottom: 1.4rem;*/
  }
  .kv .txt {
    font-size: 1.3rem;
    margin-bottom: 3.0rem;
  }
  .kv .links {
    flex-direction: column;
    width: 100%;
    margin-left: 0rem;
  }
  .kv .links p {
    font-size: 1.6rem;
    padding: 1.6rem;
    justify-content: center;
  }
  .kv .links ul {
    width: 100%;
    padding: 0 1.6rem 1.6rem;
/*    flex-direction: column;*/
    margin-top: 5rem;
    background:none;
  }
  .kv .links ul li {
       width: calc(80% - 0rem);
       margin-top: 10px;
  }
  .kv .links ul li .btn {
    font-size: 1.0rem;
  }
  .h2_title0{
    font-size:1.7rem!important;
    margin-top:0rem!important;
    margin-bottom:0rem!important;
	  line-height: 5rem!important;
  }
  .h2_title{
    font-size:2.1rem!important;
    margin-top: 3rem!important;
    line-height: 9rem!important;
}
  .news_cat_list {
    margin-bottom: 3.0rem;
  }
  .news_cat_list li {
    font-size: 1.3rem;
    min-width: calc((100% + 3px) / 3);
    padding: 1.6rem 1em;
  }
  .news_list {
    margin-bottom: 3.0rem;
  }
  .news_list li a {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .news_list li a time {
    width: auto;
  }
  .news_list li a .cat {
    width: auto;
    margin-right: 0;
    font-size: 1.1rem;
    min-width: 30%;
    padding: 0.5em;
  }
  .news_list li a .tit {
    width: 100%;
    margin-top: 1.0rem;
  }
  .plan_package li,.plan_package1 li{
    font-size: 2.5rem;
  }
  .about_cont {
    flex-wrap: wrap;
  }
  .about_cont_item {
width: 50%;
    margin-bottom: 3.6rem;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }
  .about_cont_item:last-child {
    margin-bottom: 0;
  }
  .about_title {
    font-size: 1.6rem;
    width: 100%;
    text-align: center;
  }
  .about .data {
    width: 33%;
    padding-top: calc(33% - 14px);
    margin: 0;
  }
  .about .data span {
    font-size: 3.4rem;
  }
  .about .txt {
    width: 62%;
  }
  .service_list_item {
    margin-right: 0;
    margin-bottom: 3.7rem;
  }
  .service_list_item:last-child {
    margin-bottom: 0;
  }
  .service_list .sub li:before {
    top: 0.5rem;
  }
  .locations {
    background: #000;
  }
  .locations:before {
    display: none;
  }
  .locations:after {
    bottom: 0;
    margin: auto;
    z-index: 0;
  }
  .locations_box {
    flex-wrap: wrap;
  }
  .locations_box .all {
    width: 100%;
    background-size: 7.0rem;
    padding: 0;
  }
  .locations_box .all p {
    line-height: 1.615;
  }
  .locations_box .all .txt {
    padding-left: 8.6rem;
  }
  .locations_box .pic_box {
    width: 100%;
    padding: 3.6rem 0;
    margin: 0;
    position: relative;
  }
  .locations_box .pic_box:before {
    content: "";
    width: calc(100% + 40px);
    height: 50%;
    background: rgba(217, 178, 26, 0.6);
    position: absolute;
    left: -20px;
    bottom: 0;
  }
  .locations_box .pic_box .pic {
    height: 8.4rem;
    flex-direction: row;
    justify-content: center;
  }
  .locations_box .pic_box .pic li {
    width: 8.4rem;
    padding-top: calc(8.4rem - 14px);
    border-width: 7px;
    margin: 0 2.4rem;
  }
  .locations_box .area_box {
    width: 100%;
    position: relative;
  }
  .locations_box .area_box:before {
    content: "";
    width: calc(100% + 4.0rem);
    height: calc(100% + 4.5rem);
    background: rgba(217, 178, 26, 0.6);
    position: absolute;
    top: 0;
    left: -20px;
  }
  .locations_box .area_box .area_list li {
    width: 30%;
    margin-right: 5% !important;
    margin-bottom: 5%;
  }
  .locations_box .area_box .area_list li:nth-child(3n) {
    margin-right: 0 !important;
  }
  .locations_box .area_box .area_list li:nth-last-child(-n+3) {
    margin-bottom: 0;
  }
  .locations_box .area_box .area_list li a {
    font-weight: 500;
    padding: 1.5em 1em;
  }
  .members_list {
    margin: 3.6rem 0;
    justify-content: space-between;
  }
  .members_list li {
    width: 47.6%;
    margin-right: 0;
    margin-bottom: 1.6rem;
  }
  .members_list li:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  .members_list li a {
    padding: 1.5em 1em;
  }

  .plan_body{
    flex-direction: column;
    width: 100%;
  }
  .plan_body > li{
    width:100%;
  }
  .plan_spec{
    height: auto;
  }
  /* .column-left,.column-right{
	  margin:0 auto!important;
	  text-align:center;
  } */
}

/* IEハック
  ------------------------ */
@media all and (-ms-high-contrast: none) {
  .home_title i:after {
    width: 8%;
    right: 0;
    margin: auto;
  }
}
@media (max-width: 992px) {
  #sideNavWrap{
    top: 70%;
    right: 7%;
    width: 140px;
    height: 140px;
  }
  img.login {
    margin-left: 2rem;
    width: 100px;
}
  /* #side_nav{
    top: 76vh;
    right: 1vh;
    width: 140px;

}

#side_nav1 {
  top: 85vh;
  right: 1vh;

}
  #side_nav,#side_nav1{
    width: 140px;
    height: 70px;
    font-size: 1.5rem;
  }
   */
.sp {
    display: flex!important;
    flex-direction: column!important;
}
.strengths_list{
	display:none;
}
.sp img{
	margin:0 auto;
	text-align:center;
}
 .kv_sub {
    margin-top: 23rem;
  }
  .news {
    margin-top: 10rem;
}
.kv .links ul li {
    width: calc(100% - 0rem);
}
.circle1 {    
  width: 100px;
    height: 50px;
    }
.circle2{
  width:100px;height:50px;
}
.circle3 {    
  width: 100px;
    height: 50px;
}
.circle4{
  width:100px;height:50px;
}
.item{
  flex-direction: column;
    flex-wrap: wrap;
    padding: 10px 0px;
    margin: 10px 0px;
}
.left,.right{
      width: 100%;
}
.circle{
    width: 100px;
    height: 100px;
}
.col-2{
    display: grid;
    align-items: center;
    justify-content: center;
}
.inner{
	width:100%!important;
}
.text-line
{
  border-left:1px solid #e0e0e0;
  border-right:none;
  width:100%;
}
.employment{
  background: url(../img/home_hj/employment_spbg.jpg) no-repeat center/cover;
}
.strengths_list img{
	width:100%;
}
.about{
  height: 1770px;
  padding: 100px 0;
}
}
@media (max-width:768px) {
  #sideNavWrap{
    top:72%; 

  }
  /* #side_nav{
    top: auto;
} */
@media (max-width:414px){
  /* #side_nav {
  margin-top: -7%;
} */
/* #side_nav1 {
  top:83.5vh;
}
#side_nav, #side_nav1 {
  width: 125px;
  font-size: 1.4rem;
  padding-top: 0.5rem;
} */
.h2_title0{
  font-size:1.5rem!important;
}
}
@media (max-width:375px){
  /* #side_nav {
  top: 70vh;
}
#side_nav1 {
  margin-top:-5.5%;
}
#side_nav, #side_nav1 {
  width: 120px;
  height: 60px;
  font-size: 1.3rem;
} */
.h2_title0{
  font-size:1.5rem!important;
}
}

@media (max-width:320px){
  #sideNavWrap{
    top: 74vh;
}
}
@media (max-width: 280px) {
  .h2_title0{
    font-size:1.2rem!important;
  }
}
@media (max-width: 992px) {
  .sp img {
    margin: 0 auto;
    text-align: center;
 }
}