#hr-tech #select-tab-button {
  display: inline-block;
  position: fixed;
  bottom: 20px;
  right: 1%;
  border: none;
  background: rgba(0, 0, 0, 0);
  pointer-events: all;
  cursor: pointer;
  z-index: 1000
}

#hr-tech #business-detail-mv {
  position: relative;
  top: -84px;
  width: 100%;
  height: 1002px;
  background: url("../img/business-detail/business-web-mv-background.png");
  background-repeat: no-repeat;
  background-position: right -3px top 56px;
  pointer-events: none
}

#hr-tech #business-detail-mv #title-area {
  position: relative;
  top: 8%;
  margin-left: 1.5%
}

#hr-tech #business-detail-mv #title-area .title {
  display: block;
  height: 170px;
  background: url("../img/business/business-link-background.svg");
  background-position: center;
  background-position-x: 30px;
  background-repeat: no-repeat;
  text-decoration: none;
  background-size: contain
}

#hr-tech #business-detail-mv #title-area .title .icon {
  font-weight: bold;
  width: 85px;
  color: #202a5a;
  position: relative;
  text-align: right;
  left: 30px;
  top: 67px
}

#hr-tech #business-detail-mv #title-area .en-icon {
  font-size: 17px;
  letter-spacing: .01em;
  line-height: 16px
}

#hr-tech #business-detail-mv #title-area .ja-icon {
  font-size: 11px
}

#hr-tech #business-detail-mv #title-area .small-title {
  font-size: 30px;
  font-weight: bold;
  color: #001e4d;
  letter-spacing: .05em;
  line-height: 25px;
  position: relative;
  top: 17.5%;
  margin-left: 170px
}

#hr-tech #business-detail-mv #title-area .large-title {
  position: relative;
  top: 15%;
  left: 5.5%
}

#hr-tech #business-detail-mv #title-area ul.tabs {
  position: relative;
  display: flex;
  margin-left: 180px;
  top: 250px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: .03em;
  line-height: 27px;
  pointer-events: all
}

#hr-tech #business-detail-mv #title-area ul.tabs li {
  width: 150px;
  height: 160px;
  background: url("../img/business-detail/business-tab-inactive.svg");
  background-repeat: no-repeat;
  cursor: pointer;
  padding-top: 30px;
  padding-left: 5px
}

#hr-tech #business-detail-mv #title-area ul.tabs li.active {
  background: url("../img/business-detail/business-tab-active.svg");
  background-repeat: no-repeat
}

#hr-tech .tab-content {
  width: 100%;
  position: relative;
}

#hr-tech .tab-content.active {
  display: block
}

#hr-tech .heading-text {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: .03em;
  line-height: 28px;
  color: #202a5a;
  margin-bottom: 20px
}

#hr-tech .about, #hr-tech .main {
  width: 90%;
  margin: auto;
  padding: 35px 57px;
  display: flex;
  flex-wrap: wrap
}

#hr-tech .about .mv-image {
  width: 52%;
  position: relative
}

#hr-tech .about .mv-image h4.en {
  position: absolute;
  bottom: 23px;
  left: -7px;
  font-size: 96px;
  font-weight: bold;
  line-height: 80px;
  color: rgba(255, 255, 255, .87);
  text-indent: -60px;
  padding-left: 60px
}

#hr-tech .about .mv-image picture img {
  width: 100%
}

#hr-tech .about > .description {
  width: 40%;
  margin-top: 140px;
  margin-left: 20px
}

#hr-tech .about > .description h3 {
  font-size: 29px;
  font-weight: bold;
  letter-spacing: .03em;
  line-height: 39px;
  color: #202a5a
}

#hr-tech .about > .description div {
  margin-top: 40px;
  font-size: 13.8px;
  letter-spacing: .06em;
  line-height: 25px
}

#hr-tech .about > .more-info {
  width: 100%;
  margin-top: 50px
}

#hr-tech .about > .more-info h3 {
  margin-top: 60px
}

#hr-tech .about > .more-info div.explanation {
  margin-top: 20px;
  font-size: 13.8px;
  letter-spacing: .06em;
  line-height: 25px
}

#hr-tech .main .open-close-button {
  width: 35%
}

#hr-tech .main .point-explanation {
  width: 60%;
  margin-left: auto;
  padding-top: 10px
}

#hr-tech #total-promotion .about {
 position: relative;
}
#hr-tech #total-promotion .about:before{
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 82%;
  background: rgba(225,228,232,.5);
  z-index: -1;
}

#hr-tech #total-promotion .about > .more-info {
  display: flex;
  flex-wrap: wrap
}

#hr-tech #total-promotion .about > .more-info h3 {
  width: 56%;
  margin-top: 20px
}

#hr-tech #total-promotion .about > .more-info div.explanation {
  width: 56%;
  height: auto
}

#hr-tech #total-promotion .about > .more-info div.image {
  width: 35%;
  margin-top: -12%;
  margin-left: 8%;
}

#hr-tech #total-promotion .about > .more-info h3:nth-child(n+3) {
  margin-top: 57px
}

#hr-tech #total-promotion .about > .more-info div.explanation:nth-child(n+3) {
  margin-top: 16px
}

#hr-tech #total-promotion .about > .more-info div#total-promotion-flow {
  width: 100%;
  background: #fff;
  padding: 40.5px 60px;
  margin-top: 27px
}

#hr-tech #total-promotion .about > .more-info #total-promotion-flow #total-promotion-flow-list {
  display: flex;
  text-align: center;
  flex-wrap: wrap
}

#hr-tech #total-promotion .about > .more-info #total-promotion-flow #total-promotion-flow-list .flow-item {
  width: 30%
}

#hr-tech #total-promotion .about > .more-info #total-promotion-flow h4 {
  text-align: center;
  margin-top: 27px
}

#hr-tech #total-promotion .about > .more-info #total-promotion-flow #total-promotion-flow-list .flow-item h6 {
  font-size: 17px;
  color: #202a5a;
  font-weight: bold;
  margin-top: 28px
}

#hr-tech #total-promotion .about > .more-info #total-promotion-flow #total-promotion-flow-list .flow-item .text {
  font-size: 13.8px;
  margin-top: 14px
}

#hr-tech #total-promotion .about > .more-info #total-promotion-flow #total-promotion-flow-list .flow-item img {
  height: 150px
}

#hr-tech #total-promotion .about > .more-info #total-promotion-flow #total-promotion-flow-list .arrow {
  width: 5%;
  display: flex;
  align-items: center;
  justify-content: center
}

#hr-tech #total-promotion .main {
  background-image: url("../img/business-detail/background__total-promotion-listing.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-position-y: 0px;
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap
}

#hr-tech #total-promotion #listing.main {
  background: rgba(225,228,232,.5);
}

#hr-tech #total-promotion #sns01.main {
  background: rgba(225,228,232,.5);
}

#hr-tech #total-promotion #seo.main {
  background: rgba(225,228,232,.5);
}

#hr-tech #total-promotion #affiliate.main {
  background: rgba(225,228,232,.5);
}

#hr-tech #total-promotion #product.main {
  background: rgba(225,228,232,.5);
}

#hr-tech #total-promotion #sns02.main {
  background: rgba(225,228,232,.5);
}

#hr-tech #total-promotion #mytare.main {
  background: rgba(225,228,232,.5);
}

#hr-tech #total-promotion .main .detail .comment {
  background: #e2e9f1;
  border-radius: 5px;
  padding: 16px 29px;
  width: 85%;
  text-align: center;
  justify-content: center;
  margin: auto;
  margin-top: 30px
}

#hr-tech #total-promotion .main label.open-label {
  display: block;
  width: 155px;
  height: 36px;
  text-align: right;
  line-height: 33px;
  border: solid #e8cd00 1px;
  background: #fff;
  border-radius: 100px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, .1);
  color: #001e4d;
  cursor: pointer
}

#hr-tech #total-promotion .main label.open-label .on-close span.right {
  margin-left: 10px;
  margin-right: 15px
}

#hr-tech #total-promotion .main label.open-label .on-open span.right {
  margin-left: 30px;
  margin-right: 20px
}

#hr-tech #total-promotion .main label.open-label .on-close {
  display: block
}

#hr-tech #total-promotion .main label.open-label .on-open {
  display: none
}

#hr-tech #total-promotion .main .on-off:checked ~ label.open-label .on-close {
  display: none
}

#hr-tech #total-promotion .main .on-off:checked ~ label.open-label .on-open {
  display: block
}

#hr-tech #total-promotion .main .on-off:checked ~ label.open-label, #hr-tech #total-promotion .main label.open-label:hover {
  background: linear-gradient(to bottom, #E8CD00, #F8EE3F)
}

input[type=checkbox].on-off {
  display: none
}

#hr-tech #total-promotion .main .detail {
  height: 0;
  opacity: 0;
  transition: .5s;
  visibility: hidden
}

#hr-tech #total-promotion .main .on-off:checked ~ .detail {
  height: auto;
  opacity: 1;
  visibility: visible;
  width: 100%;
  margin-top: 15px
}

#hr-tech #total-promotion .main .detail #listing-award-item {
  padding: 33px 49px;
  background: #f2f9ff;
  display: flex;
  flex-wrap: wrap
}

#hr-tech #total-promotion .main .detail #listing-award-item .award-list {
  position: relative;
  border: solid #202a5a 1.5px;
  width: 50%;
  padding: 26px 45px;
  margin-bottom: 27px
}

#hr-tech #total-promotion .main .detail #listing-award-item .award-list::before {
  position: absolute;
  display: inline-block;
  box-sizing: border-box;
  line-height: 28px;
  background: #f2f9ff;
  color: #202a5a;
  content: attr(title);
  font-weight: bold;
  padding: 8px 15px;
  top: -25px;
  left: 16px;
  font-size: 20px
}

#hr-tech #total-promotion .main .detail #listing-award-item .award-list li {
  list-style-type: disc
}

#hr-tech #total-promotion .main .detail #listing-award-item .image {
  width: 45%;
  margin-left: 5%;
  text-align: center;
  padding-top: 30px
}

#hr-tech #total-promotion .main .detail #listing-award-item .image img {
  width: 70%
}

#hr-tech #total-promotion .main .detail #listing-ad-item {
  padding: 33px 49px;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}

#hr-tech #total-promotion .main .detail #listing-ad-item h4 {
  width: 100%
}

#hr-tech #total-promotion .main .detail #listing-ad-item div.text {
  width: 100%;
  margin-bottom: 32px
}

#hr-tech #total-promotion .main .detail #listing-ad-item .image {
  width: 80%;
  text-align: center
}

#hr-tech #total-promotion .main .detail #listing-ad-item .corporate-list {
  width: 80%;
  display: flex;
  flex-wrap: wrap
}

#hr-tech #total-promotion .main .detail #listing-ad-item .corporate-list .corporate-list-item:first-child {
  width: 60%
}

#hr-tech #total-promotion .main .detail #listing-ad-item .corporate-list .corporate-list-item:last-child {
  width: 40%
}

#hr-tech #total-promotion .main .detail #listing-ad-item .corporate-list .corporate-list-item h6 {
  font-size: 16px;
  font-weight: bold;
  color: #202a5a
}

#hr-tech #total-promotion .main .detail #listing-ad-item .corporate-list .corporate-list-item img {
  width: 70%
}

#hr-tech #total-promotion .main .detail #sns01-text {
  margin: 50px 0 28px;
}

#hr-tech #total-promotion .main .detail #sns01-table .c-btn__arrow{
  display: none;
}

#hr-tech #total-promotion .main .detail #seo-item > .explanation {
  width: 60%;
  padding-top: 30px
}

#hr-tech #total-promotion .main .detail #seo-item .facts {
  position: relative;
  border: solid #202a5a 1.5px;
  width: 97%;
  padding: 26px 45px;
  margin-bottom: 27px;
  margin-left: 3%;
  margin-top: 44px;
  font-size: 13.8px;
  padding: 32px 30px
}

#hr-tech #total-promotion .main .detail #seo-item .facts::before {
  position: absolute;
  display: inline-block;
  box-sizing: border-box;
  line-height: 28px;
  background: #f0f2f4;
  border-radius: 100px;
  color: #202a5a;
  content: attr(title);
  font-weight: bold;
  padding: 8px 15px;
  top: -25px;
  left: 16px;
  font-size: 20px
}

#hr-tech #total-promotion .main .detail #seo-item .facts .title {
  font-weight: bold;
  margin-bottom: 10px
}

#hr-tech #total-promotion .main .detail #seo-item .facts .explanation {
  margin-bottom: 10px
}

#hr-tech #total-promotion .main .detail #affiliate-item {
  display: flex;
  flex-wrap: wrap
}

#hr-tech #total-promotion .main .detail #affiliate-item > .explanation {
  width: 58%;
  margin-left: auto;
  margin-right: 2%
}

#hr-tech #total-promotion .main .detail #affiliate-item > .explanation div {
  margin-bottom: 36px
}

#hr-tech #total-promotion .main .detail #affiliate-item .point {
  position: relative;
  border: solid #202a5a 1.5px;
  width: 97%;
  padding: 26px 45px;
  margin-bottom: 27px;
  margin-left: 3%;
  margin-top: 44px;
  font-size: 13.8px;
  padding: 32px 30px;
  text-align: center
}

#hr-tech #total-promotion .main .detail #affiliate-item .point::before {
  position: absolute;
  display: inline-block;
  box-sizing: border-box;
  line-height: 28px;
  background: #f0f2f4;
  border-radius: 100px;
  color: #202a5a;
  content: attr(title);
  font-weight: bold;
  padding: 8px 15px;
  top: -25px;
  left: 16px;
  font-size: 20px
}

#hr-tech #total-promotion .main .detail #product-item {
  display: flex;
  flex-wrap: wrap
}

#hr-tech #total-promotion .main .detail #product-item .image {
  width: 40%;
  display: flex;
  align-items: end
}

#hr-tech #total-promotion .main .detail #product-item .image img {
  width: 100%
}

#hr-tech #total-promotion .main .detail #product-item .explanation {
  width: 60%
}

#hr-tech #total-promotion .main .detail #product-item .explanation > div {
  margin-bottom: 40px
}

#hr-tech #total-promotion .main .detail #seo-item {
  display: flex;
  flex-wrap: wrap
}

#hr-tech #total-promotion .main .detail #seo-item .image {
  width: 40%
}

#hr-tech #total-promotion .main .detail #seo-item .image img {
  width: 100%
}

#hr-tech #sns02.main .detail {
  display: flex;
}

#hr-tech #sns02.main .detail #sns02-img {
  width: 33.9910314%;
  display: flex;
  align-items: end;
  margin-right: 4.2152466%;
}

#hr-tech #sns02.main .detail #sns02-img img {
  width: 100%
}

#hr-tech #sns02.main .detail #sns02-text-box {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 57.0403587%;
  padding-top: 1.5246637%;
}

#hr-tech #sns02.main .detail #sns02-text-box dl{
  width: 46.8553459%;
  background: #fff;
}

#hr-tech #sns02.main .detail #sns02-text-box dl:nth-child(2),#hr-tech #sns02.main .detail #sns02-text-box dl:nth-child(4){
  margin-left: 6.2893082%;
}
#hr-tech #sns02.main .detail #sns02-text-box dl:nth-child(3),#hr-tech #sns02.main .detail #sns02-text-box dl:nth-child(4){
  margin-top: 30px;
}

#hr-tech #sns02.main .detail #sns02-text-box dl dt{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 47px;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.2;
  padding-top: .2em;
  padding-bottom: .2em;
  background: #202A5A;
}
#hr-tech #sns02.main .detail #sns02-text-box dl dt:before{
  position: absolute;
  bottom: -13px;
  left: 50%;
  content: '';
  display: block;
  width: 23.5px;
  height: 13px;
  background: center no-repeat url("../img/business-detail/sns02_text_box_arrow.png");
  background-size: cover;
  transform: translateX(-50%);
}
#hr-tech #sns02.main .detail #sns02-text-box dl dt:after{
  position: absolute;
  top: 50%;
  right: 9px;
  content: '';
  display: block;
  width: 35px;
  height: 35px;
  transform: translateY(-50%);
}
#hr-tech #sns02.main .detail #sns02-text-box dl:nth-of-type(1) dt:after{
  background: center no-repeat url("../img/business-detail/sns02_icon_insta.png");
  background-size: cover;
}
#hr-tech #sns02.main .detail #sns02-text-box dl:nth-of-type(2) dt:after{
  width: 68px;
  height: 32.5px;
  background: center no-repeat url("../img/business-detail/sns02_icon_f_t.png");
  background-size: cover;
}
#hr-tech #sns02.main .detail #sns02-text-box dl:nth-of-type(3) dt:after{
  background: center no-repeat url("../img/business-detail/sns02_icon_youtube.png");
  background-size: cover;
}
#hr-tech #sns02.main .detail #sns02-text-box dl:nth-of-type(4) dt:after{
  background: center no-repeat url("../img/business-detail/sns02_icon_line.png");
  background-size: cover;
}

#hr-tech #sns02.main .detail #sns02-text-box dl:nth-of-type(2) dt{
  justify-content: flex-start;
  padding-right: 85px;
  padding-left: 19px;
}

#hr-tech #sns02.main .detail #sns02-text-box dl dd{
  padding: 21px 16px;
  background: #fff;
}
#hr-tech #mytare.main .detail #mytare-ad-item{
  margin: 15px 0;
  padding: 39px 70px 60px;
  background: #fff;
}

#hr-tech #mytare.main .detail #mytare-ad-item .image{
  max-width: 940px;
  margin: 0 auto;
}

#hr-tech #mytare.main .detail #mytare-ad-item .corporate-list{
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 940px;
  margin: 40px auto;
}
#hr-tech #mytare.main .detail #mytare-ad-item .corporate-list .corporate-list-item{
  max-width: 440px;
  width: 46.8085106%;
}

#hr-tech #total-promotion .images {
  position: relative;
  display: none;
}

#hr-tech #total-promotion .images .image-01 {
  position: absolute;
  left: -1%;
  bottom: 120px
}
#hr-tech #total-promotion .comment span{
  display: block;
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.583333333;
}

#hr-tech #total-promotion .images .image-02 {
  position: absolute;
  left: 15%;
  bottom: 105px
}

#hr-tech #total-promotion .images .image-03 {
  position: absolute;
  right: 0;
  bottom: -300px
}

#hr-tech #hr-tech .about {
  position: relative;
  padding-bottom: 80px
}
#hr-tech #hr-tech .about:before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 69%;
  background: rgba(225,228,232,.5);
  z-index: -1;
}

#hr-tech #hr-tech .about .more-info #feature-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  padding: 33px 45px;
  margin-top: 33px;
  gap: 20px 1%;
  margin-bottom: 50px
}

#hr-tech #hr-tech .about .more-info .feature-item {
  width: 26%;
  padding: 24.4px 15px;
  text-align: center;
  position: relative
}

#hr-tech #hr-tech .about .more-info .feature-item:nth-child(n+4) {
  width: 23%
}

#hr-tech #hr-tech .about .more-info .feature-item svg {
  position: absolute;
  top: -13%;
  left: 10%
}

#hr-tech #hr-tech .about .more-info .feature-item img {
  height: 133px;
  background: #fff
}

#hr-tech #hr-tech .about .more-info .feature-item .text {
  margin: auto;
  margin-top: 28px;
  text-align: left;
  width: 82%
}

#hr-tech #hr-tech .main {
  background: rgba(225,228,232,.5) !important;
  margin-top: 100px;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 80px
}

#hr-tech #hr-tech .main .point-explanation div {
  margin-bottom: 47px
}

#hr-tech #hr-tech .main .point-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  text-align: center;
  margin-bottom: 80px
}

#hr-tech #hr-tech .main .point-list .point-item {
  width: 32%;
  border: solid #202a5a 1.5px;
  background: #fff
}

#hr-tech #hr-tech .main .point-list .point-item h4 {
  background: #202a5a;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 60px;
  position: relative
}

#hr-tech #hr-tech .main .point-list .point-item h4::before {
  content: "";
  position: absolute;
  border: 13px solid rgba(0, 0, 0, 0);
  border-top: 13px solid #202a5a;
  top: 100%;
  left: 47%;
  z-index: 10
}

#hr-tech #hr-tech .main .point-list .point-item .content {
  padding: 20px 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center
}

#hr-tech #hr-tech .main .point-list .point-item .content .explanation {
  width: 100%;
  font-size: 18px
}

#hr-tech #hr-tech .main .point-list .arrow {
  width: 2%;
  display: flex;
  justify-content: center;
  align-items: center
}

#hr-tech #hr-tech .main .point-list #no1.point-item .other {
  font-size: 13px;
  text-align: left;
  width: 50%
}

#hr-tech #hr-tech .main .point-list #no1.point-item .other .title {
  font-weight: bold;
  width: 100%
}

#hr-tech #hr-tech .main .point-list #no1.point-item .image {
  width: 50%;
  margin-top: 20px
}

#hr-tech #hr-tech .main .point-list #no1.point-item .image img {
  width: 70%
}

#hr-tech #hr-tech .main .point-list #search-engine.point-item img {
  width: 50%;
  margin: auto
}

#hr-tech #hr-tech .main .point-list #matching.point-item img {
  width: 85%
}

#hr-tech #hr-tech .main #medical-media {
  width: 70%
}

#hr-tech #hr-tech .main #medical-media #apps{
  display: flex;
  justify-content: space-between;
}

#hr-tech #hr-tech .main #medical {
  width: 100%
}

#hr-tech #hr-tech .main #medical #apps {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  margin-top: 40px
}

#hr-tech #hr-tech .main #medical #apps .app-item {
  width: 49%;
  border: solid #202a5a 1.5px;
  background: #fff
}

#hr-tech #hr-tech .main #medical #apps .app-item h5 {
  background: #202a5a;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  line-height: 60px;
  position: relative
}

#hr-tech #hr-tech .main #medical #apps .app-item h5::before {
  content: "";
  position: absolute;
  border: 13px solid rgba(0, 0, 0, 0);
  border-top: 13px solid #202a5a;
  top: 100%;
  left: 47%;
  z-index: 10
}

#hr-tech #hr-tech .main #medical #apps .app-item .content {
  padding: 28px 28px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  font-size: 11px
}

#hr-tech #hr-tech .main #medical #apps .app-item .content .web-models span, #hr-tech #hr-tech .main #medical #apps .app-item .content .app-models span {
  color: #202a5a
}

#hr-tech #hr-tech .main #medical #apps .app-item .content .merits {
  margin-top: 36px;
  width: 100%;
  padding-left: 20px
}

#hr-tech #hr-tech .main #medical #apps .app-item .content a {
  margin-top: 19px;
  margin-left: 10px
}

#hr-tech #hr-tech .main #medical #apps .app-item .content a svg {
  margin-left: 30px
}

#hr-tech #hr-tech .main #medical #apps .app-item .content .merits li {
  list-style-type: disc
}

#hr-tech #hr-tech .main #medical #apps #net-doctor-app.app-item .content img {
  width: 65%
}

#hr-tech #hr-tech .main #medical #apps #net-doctor-app.app-item .content .web-models {
  width: 30%;
  margin-left: auto
}

#hr-tech #hr-tech .main #medical #apps #woman-app.app-item .content img {
  width: 21%
}

#hr-tech #hr-tech .main #medical #apps #woman-app.app-item .content .app-models {
  width: 38%;
  margin-left: 3%
}

#hr-tech #hr-tech .main #medical #apps #woman-app.app-item .content .web-models {
  width: 35%;
  margin-left: 3%
}

#hr-tech #hr-tech .images {
  position: relative;
  display: none;
}

#hr-tech #hr-tech .images .image-01 {
  position: absolute;
  top: 20%
}

#hr-tech #hr-tech .images .image-02 {
  position: absolute;
  left: 36%;
  top: 40%;
  opacity: 95%
}

#hr-tech #hr-tech .images .image-03 {
  position: absolute;
  top: 10%;
  right: 0
}

#hr-tech #hr-tech .images .image-04 {
  position: absolute;
  top: 57%;
  right: 19%;
  opacity: 95%
}

#hr-tech #medical .about {
  width: 90%;
  margin: auto;
  padding: 35px 57px 80px 57px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}

#hr-tech #medical .about .mv-image {
  width: 60%
}

#hr-tech #medical .about .mv-image img {
  width: 100%
}

#hr-tech #medical .about > .description {
  width: 34%;
  margin-top: 90px;
  margin-left: 2%;
  position: relative
}

#hr-tech #medical .about > .description h3.en {
  font-size: 58px;
  color: rgba(0, 30, 77, .08);
  margin-bottom: 15px
}

#hr-tech #medical .about > .description div.link-list {
  position: absolute;
  bottom: 0;
  color: #202a5a
}

#hr-tech #medical .about > .description div.link-list svg {
  margin-left: 10px
}

#hr-tech #medical .about > .description h3 {
  font-size: 29px;
  font-weight: bold;
  letter-spacing: .03em;
  line-height: 39px;
  color: #202a5a
}

#hr-tech #medical .about > .description div.text {
  margin-top: 40px;
  font-size: 13.8px;
  letter-spacing: .06em;
  line-height: 25px
}

#hr-tech #medical .about > .more-info {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin-top: 45px
}
#hr-tech #medical .about {
  position: relative;
}

#hr-tech #medical .about:before{
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 75%;
  min-height: 359px;
  background: rgba(225,228,232,.5);
  z-index: -1;
}


#hr-tech #medical .about > .description h3.en {
  width: 130%
}

#hr-tech #medical .about .app-item {
  display: flex;
  justify-content: start;
  margin-left: 2%;
  width: 100%
}

#hr-tech #medical .about .app-item:nth-child(n+2) {
  margin-top: 45px
}

#hr-tech #medical .about .app-item .image {
  width: 30%
}

#hr-tech #medical .about .app-item:last-child .image {
  text-align: right
}

#hr-tech #medical .about .app-item:last-child .image img {
  width: 45%
}

#hr-tech #medical .about .app-item .text {
  width: 65%;
  margin-left: 5%
}

#hr-tech #medical .about .app-item .text li {
  list-style: disc inside
}

#hr-tech .g-main>picture{
  position: relative;
  display: none;
  width: 90%;
  margin: 60px auto 100px;
  padding: 0;
  z-index: 1;
}

#hr-tech .g-main>picture.active{
  display: block;
}

@media not all and (min-width: 768px) {
  #hr-tech .g-main {
    padding-bottom: 0
  }

  #hr-tech .heading-text {
    font-size: 17px;
    margin-bottom: 13px
  }

  #hr-tech .c-breadcrumb {
    top: -53px;
  }

  #hr-tech #business-detail-mv {
    position: relative;
    top: 0px;
    width: 100%;
    height: 300px;
    background: url("../img/business-detail/business-web-mv-sp-background.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: right;
    background-position-y: 0;
    pointer-events: none
  }

  #hr-tech #business-detail-mv #title-area {
    top: 10px
  }

  #hr-tech #business-detail-mv #title-area .title {
    height: 100px;
    background-position-x: 20px
  }

  #hr-tech #business-detail-mv #title-area .title .icon {
    width: 50px;
    left: 20px;
    top: 35px;
    line-height: 11px
  }

  #hr-tech #business-detail-mv #title-area .en-icon {
    font-size: 11px
  }

  #hr-tech #business-detail-mv #title-area .ja-icon {
    font-size: 9px
  }

  #hr-tech #business-detail-mv #title-area .small-title {
    font-size: 20px;
    top: 10%;
    margin-left: 100px
  }

  #hr-tech #business-detail-mv #title-area .large-title {
    top: 10px;
    left: 10%
  }

  #hr-tech #business-detail-mv #title-area ul.tabs {
    top: 65px;
    width: 70%;
    margin-left: 41px;
    flex-wrap: wrap
  }

  #hr-tech #business-detail-mv #title-area ul.tabs li {
    width: 50%;
    padding-top: 10px;
    font-size: 14px
  }

  #hr-tech .tab-content {
    top: 0;
    margin-top: 100px !important;
  }

  #hr-tech .about, #hr-tech .main {
    width: 100%;
    padding: 0
  }

  #hr-tech .main {
    margin-top: -15px;
    padding: 25px
  }

  #hr-tech .main .point-explanation {
    width: 100%;
    margin-left: 0;
    position: relative;
    top: -20px
  }

  #hr-tech #total-promotion .about:before {
    background: none
  }

  #hr-tech .about .mv-image {
    width: 90%;
    z-index: 110
  }

  #hr-tech .about .mv-image h4.en {
    font-size: 51px;
    line-height: 42px;
    left: 0;
    bottom: 58px;
    text-indent: -31px;
    padding-left: 32px
  }

  #hr-tech .about .mv-image h4.ja {
    position: absolute;
    bottom: -4px;
    left: 74px;
    font-size: 20px;
    font-weight: bold;
    line-height: 80px;
    color: rgba(255, 255, 255, .87);
    text-indent: -60px;
    padding-left: 60px;
    letter-spacing: .03em
  }

  #hr-tech .about > .description {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    position: relative;
    top: -55px;
    padding-top: 55px;
    background: #b9d6f0;
    z-index: 100
  }

  #hr-tech .about > .description div {
    letter-spacing: .05em;
    line-height: 24px;
    margin: 29px 40px;
    color: #212121
  }

  #hr-tech .about > .more-info {
    top: -55px;
    background: #e1e4e8;
    padding: 52px 40px
  }

  #hr-tech .about > .more-info h3 {
    margin-top: 0
  }

  #hr-tech #total-promotion .about > .more-info {
    margin-top: -55px
  }

  #hr-tech #total-promotion .about > .more-info h3 {
    width: 100%
  }

  #hr-tech #total-promotion .about > .more-info div.explanation {
    width: 100%;
    height: auto;
    margin-top: 0
  }

  #hr-tech #total-promotion .about > .more-info div.image {
    width: 100%;
    margin-top: 29px;
    margin-left: 0
  }

  #hr-tech #total-promotion .about > .more-info div#total-promotion-flow {
    padding: 39.5px 32px
  }

  #hr-tech #total-promotion .about > .more-info #total-promotion-flow #total-promotion-flow-list .flow-item {
    width: 100%
  }

  #hr-tech #total-promotion .about > .more-info #total-promotion-flow #total-promotion-flow-list .arrow {
    width: 100%;
    margin: 30px
  }

  #hr-tech #total-promotion #listing.main, #hr-tech #total-promotion #sns01.main, #hr-tech #total-promotion #seo.main, #hr-tech #total-promotion #affiliate.main, #hr-tech #total-promotion #product.main {
    margin-top: 30px
  }

  #hr-tech .main .open-close-button {
    width: 100%
  }

  #hr-tech .main .open-close-button svg {
    width: 80%
  }

  #hr-tech #total-promotion .main .detail .comment {
    width: 100%;
    font-size: 15px;
    background: #fff;
    border: #e2e9f1 10px solid;
    padding: 16px 10px
  }

  #hr-tech #total-promotion .main .detail #listing-award-item {
    padding: 35px 15px
  }

  #hr-tech #total-promotion .main .detail #listing-award-item .award-list {
    width: 100%;
    padding: 26px 25px
  }

  #hr-tech #total-promotion .main .detail #listing-award-item .award-list::before {
    left: 20%;
    font-size: 16px
  }

  #hr-tech #total-promotion .main .detail #listing-award-item .image {
    width: 100%;
    margin-left: 0;
    padding-top: 0;
    margin-bottom: 48px
  }

  #hr-tech #total-promotion .main .detail #listing-ad-item {
    padding: 30px 15px;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
  }

  #hr-tech #total-promotion .main .detail #listing-ad-item .image {
    width: 100%
  }

  #hr-tech #total-promotion .main .detail #listing-ad-item .corporate-list {
    width: 100%;
    gap: 30px;
    margin-top: 40px
  }

  #hr-tech #total-promotion .main .detail #listing-ad-item .corporate-list .corporate-list-item:first-child, #hr-tech #total-promotion .main .detail #listing-ad-item .corporate-list .corporate-list-item:last-child {
    width: 100%
  }

  #hr-tech #total-promotion .main .detail #listing-ad-item .corporate-list .corporate-list-item img {
    width: 100%
  }

  #hr-tech #total-promotion .main .detail #sns01-table{
    position: relative;
  }

  #hr-tech #total-promotion .main .detail #sns01-table:after{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 91.5px;
    height: 513px;
    background: left top no-repeat url("../img/business-detail/sns01-table-th.png");
    background-size: contain;
  }

  #hr-tech #total-promotion .main .detail #sns01-table .c-btn__arrow{
    position: absolute;
    top: 50%;
    display: block;
    width: 37px;
    height: 37px;
    transform: translateY(-50%);
    cursor: pointer;
  }

  #hr-tech #total-promotion .main .detail #sns01-table .c-btn__arrow.js-prev{
    left: -18.5px;
    z-index: 1;
  }

  #hr-tech #total-promotion .main .detail #sns01-table .c-btn__arrow.js-next{
    right: -18.5px;
  }

  #hr-tech #total-promotion .main .detail #sns01-table .img_wrapper{
    width: 100%;
    overflow-x: scroll;
    padding-bottom: 20px;
  }

  .img_wrapper::-webkit-scrollbar {
    position: relative;
    width: 100%;
    height: 6px;
    padding: 1px;
    border: 1px solid #001E4D;
    border-radius: 3px;
    overflow: hidden;
  }

  .img_wrapper::-webkit-scrollbar-thumb {
    border-radius: 3px;
    border: 1px solid #001E4D;
    background-color: #E8CD00;
  }

  .img_wrapper::-webkit-scrollbar-track {
  }

  #hr-tech #total-promotion .main .detail #sns01-table img{
    max-width: unset;
    height: 513.39px;
  }

  #hr-tech #total-promotion .main .detail #seo-item .image {
    width: 100%
  }

  #hr-tech #total-promotion .main .detail #seo-item > .explanation {
    width: 100%;
    padding-top: 30px
  }

  #hr-tech #total-promotion .main .detail #seo-item .facts {
    padding: 30px 17px;
    width: 100%;
    margin: 44px auto 0 auto
  }

  #hr-tech #total-promotion .main .detail #seo-item .facts::before {
    left: 19%;
    font-size: 16px
  }

  #hr-tech #total-promotion .main .detail #affiliate-item > .explanation {
    width: 100%;
    margin: auto
  }

  #hr-tech #total-promotion .main .detail #affiliate-item .point {
    padding: 32px 30px;
    width: 100%;
    margin: 30px auto 0 auto;
    text-align: right
  }

  #hr-tech #total-promotion .main .detail #affiliate-item .point::before {
    left: 32%;
    font-size: 16px
  }

  #hr-tech #total-promotion .main .detail #affiliate-item .point img {
    width: 75%
  }

  #hr-tech #total-promotion .main .detail #product-item .image {
    width: 100%
  }

  #hr-tech #total-promotion .main .detail #product-item .explanation {
    width: 100%
  }

  #hr-tech #total-promotion .main .detail #product-item .explanation h4 {
    margin-top: 32px
  }

  #hr-tech #total-promotion .main .detail #seo-item .image {
    width: 100%
  }

  #hr-tech #sns02.main .detail {
    display: flex;
    flex-flow: column nowrap;
  }

  #hr-tech #sns02.main .detail #sns02-img {
    width: 100%;
    margin-right: 0;
  }

  #hr-tech #sns02.main .detail #sns02-text-box {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 25px;
  }

  #hr-tech #sns02.main .detail #sns02-text-box dl{
    width: 100%;
  }

  #hr-tech #sns02.main .detail #sns02-text-box dl:nth-child(2),#hr-tech #sns02.main .detail #sns02-text-box dl:nth-child(4){
    margin-left:0;
  }
  #hr-tech #sns02.main .detail #sns02-text-box dl:nth-child(2),#hr-tech #sns02.main .detail #sns02-text-box dl:nth-child(3),#hr-tech #sns02.main .detail #sns02-text-box dl:nth-child(4){
    margin-top: 30px;
  }

  #hr-tech #mytare.main .detail #mytare-ad-item{
    margin: 25px 0;
    padding: 38px 13px 34px;
  }

  #hr-tech #mytare.main .detail #mytare-ad-item .corporate-list{
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    margin: 50px auto 0;
  }
  #hr-tech #mytare.main .detail #mytare-ad-item .corporate-list .corporate-list-item{
    width: 100%;
  }
  #hr-tech #mytare.main .detail #mytare-ad-item .corporate-list .corporate-list-item:last-of-type{
    margin-top: 20px;
  }
  #hr-tech #mytare.main .detail #mytare-ad-item .comment.heading-text{
    border: none;
    background: #e2e9f1;
  }
  #hr-tech #mytare.main .detail #mytare-ad-item .comment.heading-text span{
    font-weight: 500;
  }

  #hr-tech #total-promotion .images {
    display: block;
    height: auto;
    padding: 50px 25px 60px;
  }

  #hr-tech #total-promotion .images .image-01 {
    left: -1%;
    bottom: 155px;
    width: 110px
  }

  #hr-tech #total-promotion .images .image-02 {
    left: 21%;
    bottom: 221px;
    width: 70px
  }

  #hr-tech #total-promotion .images .image-03 {
    bottom: -25px;
    width: 226px
  }

  #hr-tech #hr-tech .about > .more-info {
    margin-top: -55px
  }

  #hr-tech #hr-tech .about {
    padding-bottom: 0px;
    background: none
  }

  #hr-tech #hr-tech .main {
    margin-top: 30px;
    padding-bottom: 80px
  }

  #hr-tech #hr-tech .main svg.point {
    width: 50%
  }

  #hr-tech .main .point-explanation {
    top: 0px;
    padding-top: 0;
    margin-bottom: 15px
  }

  #hr-tech #hr-tech .main .point-list {
    gap: 10px;
    margin-bottom: 40px
  }

  #hr-tech #hr-tech .main .point-list .point-item {
    width: 100%
  }

  #hr-tech #hr-tech .main .point-list .point-item h4 {
    line-height: 40px
  }

  #hr-tech #hr-tech .main .point-list .point-item .content .explanation {
    font-size: 16px
  }

  #hr-tech #hr-tech .main .point-list .arrow {
    width: 100%;
    transform: rotate(90deg)
  }

  #hr-tech #hr-tech .main #medical-media {
    width: 100%
  }

  #hr-tech #hr-tech .main #medical-media #apps{
    display: block;
    justify-content: unset;
  }

  #hr-tech #hr-tech .main #medical #apps {
    gap: 20px
  }

  #hr-tech #hr-tech .main #medical #apps .app-item {
    width: 100%
  }

  #hr-tech #hr-tech .main #medical #apps .app-item h5 {
    line-height: 40px
  }

  #hr-tech #hr-tech .main #medical #apps .app-item .content {
    padding: 28px 15px
  }

  #hr-tech #hr-tech .main #medical #apps #net-doctor-app.app-item .content img {
    width: 55%
  }

  #hr-tech #hr-tech .main #medical #apps #net-doctor-app.app-item .content .web-models {
    width: 43%
  }

  #hr-tech #hr-tech .main #medical #apps .app-item .content .merits {
    padding-left: 20px;
    font-size: 13.8px
  }

  #hr-tech #hr-tech .main #medical #apps #woman-app.app-item .content img {
    width: 22%
  }

  #hr-tech #hr-tech .main #medical #apps #woman-app.app-item .content .app-models {
    width: 41%;
    margin-left: 1%
  }

  #hr-tech #hr-tech .main #medical #apps #woman-app.app-item .content .web-models {
    width: 35%;
    margin-left: 1%
  }

  #hr-tech #hr-tech .images {
    display: block;
    height: auto;
    padding: 50px 25px 60px;
  }

  #hr-tech #hr-tech .images .image-01 {
    top: 25%;
    width: 231px
  }

  #hr-tech #hr-tech .images .image-02 {
    top: 42%;
    left: 52%;
    width: 334px
  }

  #hr-tech #hr-tech .images .image-03 {
    right: -5px;
    width: 127px
  }

  #hr-tech #hr-tech .images .image-04 {
    top: -8%;
    right: 71%;
    opacity: 100%;
    width: 88px
  }

  #hr-tech #business-detail-mv #title-area .title {
    background: rgba(0, 0, 0, 0)
  }

  #hr-tech #business-detail-mv #title-area .title .icon {
    display: none
  }

  #hr-tech #business-detail-mv #title-area .small-title {
    padding-top: 5%;
    margin-left: 10%
  }

  #hr-tech #medical .about {
    width: 100%;
    padding: 0
  }

  #hr-tech #medical .about .mv-image {
    width: 90%;
    z-index: 110;
    margin-right: auto;
    position: relative
  }

  #hr-tech #medical .about .mv-image .image-title {
    position: absolute;
    bottom: 24px;
    color: rgba(255, 255, 255, .87);
    font-weight: bold
  }

  #hr-tech #medical .about .mv-image .image-title .en {
    font-size: 51px;
    line-height: 61px
  }

  #hr-tech #medical .about .mv-image .image-title .ja {
    font-size: 20px;
    letter-spacing: .03em;
    line-height: 27px;
    position: relative;
    left: 37%
  }

  #hr-tech #medical .about > .description {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    position: relative;
    top: -55px;
    padding-top: 55px;
    background: #b9d6f0;
    z-index: 100
  }

  #hr-tech #medical .about > .description div {
    letter-spacing: .05em;
    line-height: 24px;
    margin: 29px 40px;
    color: #212121
  }

  #hr-tech #medical .about > .description div.link-list {
    position: relative
  }

  #hr-tech #medical .about > .description div.text {
    margin-top: 29px
  }

  #hr-tech #medical .about > .more-info {
    top: -55px;
    background: #e1e4e8;
    padding: 52px 15%;
    margin-top: -55px
  }

  #hr-tech #medical .about > .more-info h3 {
    margin-top: 0
  }

  #hr-tech #medical .about {
    background: none
  }

  #hr-tech #medical .about .mv-image .image-title .ja {
    left: 26%
  }

  #hr-tech #medical .about .app-item {
    flex-direction: column-reverse;
    gap: 20px
  }

  #hr-tech #medical .about .app-item .image {
    width: 100%
  }

  #hr-tech #medical .about .app-item .text {
    width: 100%;
    margin-left: 0
  }

  #hr-tech #medical .about .app-item:last-child .image {
    text-align: center
  }

  #hr-tech .g-main>picture{
    width: 86.6666667%;
    margin: 40px auto 100px;
  }

  .business-ttl.footer{
    margin-top: 30px;
  }
}
