@charset "UTF-8";
/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/* 色の定義
--------------------------------------------------*/
/* 色のclass
--------------------------------------------------*/
.white {
  color: #fff;
}

.black {
  color: #1b1725;
}

.gray {
  color: #f8f8f9;
}

.purple {
  color: #ecdbff;
}

.yellow {
  color: #ffc43c;
}

.blue {
  color: #349fc3;
}

.blue_sub {
  color: #95a0ed;
}

.pink {
  color: #ff7299;
}

/* 変数の定義
--------------------------------------------------*/
/* KV
--------------------------------------------------*/
.kv {
  position: relative;
  height: 300px;
  background-image: url(../../img/worklabo/kv_img.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .kv {
    height: 200px;
    background-image: url(../../img/worklabo/kv_img_sp.webp);
  }
}
.kv h2,
.kv .en {
  position: relative;
  color: #fff;
  z-index: 10;
}
.kv h2::before, .kv h2::after,
.kv .en::before,
.kv .en::after {
  border-bottom-color: #fff;
}

/* sec_under_ワークラボ
--------------------------------------------------*/
#wrapper_labo {
  padding-top: 100px;
  /* sec_under_ワークラボへのアクセス
  --------------------------------------------------*/
  /* sec_under_バーチャルオフィス
  --------------------------------------------------*/
  /* sec_under_セミナールーム料金
  --------------------------------------------------*/
  /* sec_under_お問い合わせボタン
  --------------------------------------------------*/
}
#wrapper_labo .ttl_common {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 60px;
}
#wrapper_labo .ttl_common::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  position: absolute;
  bottom: -20px;
  background: #ffc43c;
  left: calc(50% - 25px);
}
@media screen and (max-width: 768px) {
  #wrapper_labo .ttl_common {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 449px) {
  #wrapper_labo .ttl_common {
    font-size: 2rem;
  }
}
#wrapper_labo h3 .access {
  padding: 80px 0 0;
}
@media screen and (min-width: 769px) {
  #wrapper_labo h3 .access {
    padding: 100px 0 0;
  }
}
#wrapper_labo .sideber_ttl {
  width: 90%;
  margin: auto;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #wrapper_labo .sideber_ttl {
    width: 85%;
    max-width: 1400px;
  }
}
@media screen and (min-width: 769px) {
  #wrapper_labo .wrapper_flex {
    display: flex;
    padding-bottom: 60px;
    width: 85%;
    max-width: 1400px;
    margin: auto;
  }
}
#wrapper_labo .wrapper_flex .wrapper_left {
  width: 100%;
  margin-top: 50px;
}
@media screen and (min-width: 769px) {
  #wrapper_labo .wrapper_flex .wrapper_left {
    width: 55%;
    max-width: 630px;
  }
}
#wrapper_labo .wrapper_flex .wrapper_right {
  width: 90%;
  margin: auto;
  padding: 30px 0 50px;
}
@media screen and (min-width: 769px) {
  #wrapper_labo .wrapper_flex .wrapper_right {
    width: auto;
    padding: 0;
    margin: 50px 0 0 4vw;
  }
}
#wrapper_labo .wrapper_flex .wrapper_right .ttl {
  font-size: 15px;
  padding-bottom: 10px;
}
@media screen and (min-width: 769px) {
  #wrapper_labo .wrapper_flex .wrapper_right .ttl {
    font-size: 18px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 769px) {
  #wrapper_labo .access .wrappermap {
    width: 85%;
    margin: auto;
    max-width: 1400px;
  }
}
#wrapper_labo .access .wrappermap iframe {
  width: 100%;
}
#wrapper_labo .access .trafficaccess {
  width: 90%;
  margin: auto;
  padding: 50px 0 80px;
}
@media screen and (min-width: 769px) {
  #wrapper_labo .access .trafficaccess {
    max-width: 1400px;
    width: 85%;
    padding: 60px 0 100px;
  }
}
@media screen and (min-width: 769px) {
  #wrapper_labo .access .trafficaccess ul li {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  #wrapper_labo .access .trafficaccess ul li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 27%;
    height: 100%;
    border-bottom: 1px solid #349fc3;
  }
}
#wrapper_labo .access .trafficaccess ul li .ttl {
  text-align: center;
  font-weight: 700;
  border-bottom: 1px solid #349fc3;
  padding-bottom: 20px;
}
@media screen and (min-width: 769px) {
  #wrapper_labo .access .trafficaccess ul li .ttl {
    width: 27%;
    border-bottom: none;
  }
}
#wrapper_labo .access .trafficaccess ul li .text {
  padding: 20px 0;
  border-bottom: 1px solid #dddde4;
}
@media screen and (min-width: 769px) {
  #wrapper_labo .access .trafficaccess ul li .text {
    padding: 0 0 30px;
    width: 70%;
  }
}
#wrapper_labo .access .trafficaccess ul li:last-child {
  padding-top: 30px;
}
#wrapper_labo .virtualoffice {
  padding: 80px 0 120px;
  background-color: #f8f8f9;
}
@media screen and (min-width: 769px) {
  #wrapper_labo .virtualoffice {
    padding: 100px 0;
  }
}
#wrapper_labo .virtualoffice .virtual_wrap .sideber_ttl {
  width: 90%;
  margin: 0 auto 60px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #wrapper_labo .virtualoffice .virtual_wrap .sideber_ttl {
    width: 85%;
    max-width: 1400px;
  }
}
#wrapper_labo .virtualoffice .virtual_wrap .tag {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background-color: #349fc3;
  padding: 0 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 50px auto 0;
}
@media screen and (min-width: 769px) {
  #wrapper_labo .virtualoffice .virtual_wrap .tag {
    font-size: 18px;
    margin: 60px auto 0;
  }
}
#wrapper_labo .virtualoffice .virtual_wrap .wrapper_content {
  position: relative;
  text-align: center;
}
#wrapper_labo .virtualoffice .virtual_wrap .wrapper_content::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  #wrapper_labo .virtualoffice .virtual_wrap .wrapper_content::after {
    width: 85%;
    left: 7.5%;
  }
}
@media screen and (min-width: 1665px) {
  #wrapper_labo .virtualoffice .virtual_wrap .wrapper_content::after {
    max-width: 1400px;
    left: calc((100% - 1400px) / 2);
  }
}
#wrapper_labo .virtualoffice .virtual_wrap .wrapper_content h4 {
  position: relative;
  z-index: 10;
  color: #fff;
  background-color: #1b1725;
  padding: 15px 0;
  width: 80%;
  margin: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  #wrapper_labo .virtualoffice .virtual_wrap .wrapper_content h4 {
    font-size: 20px;
    max-width: 1200px;
  }
}
#wrapper_labo .virtualoffice .virtual_wrap .wrapper_content .useprice {
  position: relative;
}
#wrapper_labo .virtualoffice .virtual_wrap .wrapper_content .container {
  overflow-x: auto;
  white-space: nowrap;
  width: 90%;
  margin: 30px auto 60px;
}
@media screen and (min-width: 580px) {
  #wrapper_labo .virtualoffice .virtual_wrap .wrapper_content .container {
    overflow-x: inherit;
    width: 90%;
    margin: 30px auto 50px;
  }
}
@media screen and (min-width: 769px) {
  #wrapper_labo .virtualoffice .virtual_wrap .wrapper_content .container {
    width: 80%;
    margin: 30px auto 60px;
  }
}
#wrapper_labo .virtualoffice .virtual_wrap .wrapper_content table {
  position: relative;
  z-index: 10;
  margin: 0;
}
@media screen and (min-width: 769px) {
  #wrapper_labo .virtualoffice .virtual_wrap .wrapper_content table {
    width: 100%;
    max-width: 1200px;
    margin: auto;
  }
}
#wrapper_labo .virtualoffice .virtual_wrap .wrapper_content table tr {
  display: flex;
  align-items: center;
}
#wrapper_labo .virtualoffice .virtual_wrap .wrapper_content table tr th {
  width: 130px;
}
@media screen and (min-width: 580px) {
  #wrapper_labo .virtualoffice .virtual_wrap .wrapper_content table tr th {
    width: 25%;
  }
}
#wrapper_labo .virtualoffice .virtual_wrap .wrapper_content table tr th img {
  width: 50%;
  margin: auto;
}
@media screen and (min-width: 580px) {
  #wrapper_labo .virtualoffice .virtual_wrap .wrapper_content table tr th img {
    width: 30%;
  }
}
@media screen and (min-width: 769px) {
  #wrapper_labo .virtualoffice .virtual_wrap .wrapper_content table tr th img {
    max-width: 50px;
  }
}
#wrapper_labo .virtualoffice .virtual_wrap .wrapper_content table tr th .ttl {
  font-size: 13px;
  color: #349fc3;
  font-weight: 600;
  padding: 15px 0 20px;
}
@media screen and (min-width: 769px) {
  #wrapper_labo .virtualoffice .virtual_wrap .wrapper_content table tr th .ttl {
    font-size: 20px;
    padding: 20px 0 30px;
  }
}
#wrapper_labo .virtualoffice .virtual_wrap .wrapper_content table tr th .mony {
  padding: 26px 0;
  font-size: 18px;
}
@media screen and (min-width: 769px) {
  #wrapper_labo .virtualoffice .virtual_wrap .wrapper_content table tr th .mony {
    padding: 30px 0;
    font-size: 30px;
  }
}
#wrapper_labo .virtualoffice .virtual_wrap .wrapper_content table tr:nth-child(3) {
  border-top: 1px solid #349fc3;
  font-family: "Noto Sans JP", sans-serif;
}
#wrapper_labo .virtualoffice .virtual_wrap .wrapper_content table tr:nth-child(3) th:first-child {
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 769px) {
  #wrapper_labo .virtualoffice .virtual_wrap .wrapper_content table tr:nth-child(3) th:first-child {
    border-bottom: none;
  }
}
#wrapper_labo .virtualoffice .virtual_wrap .wrapper_content table tr:nth-child(3) th::after {
  display: none;
}
#wrapper_labo .virtualoffice .virtual_wrap .wrapper_content table tr:nth-child(3) th, #wrapper_labo .virtualoffice .virtual_wrap .wrapper_content table tr:nth-child(4) th {
  position: relative;
}
#wrapper_labo .virtualoffice .virtual_wrap .wrapper_content table tr:nth-child(3) th::before, #wrapper_labo .virtualoffice .virtual_wrap .wrapper_content table tr:nth-child(4) th::before {
  content: "";
  width: 1px;
  height: 80%;
  position: absolute;
  top: 10px;
  right: 0;
  background-color: #dddde4;
}
@media screen and (min-width: 769px) {
  #wrapper_labo .virtualoffice .virtual_wrap .wrapper_content table tr:nth-child(3) th::before, #wrapper_labo .virtualoffice .virtual_wrap .wrapper_content table tr:nth-child(4) th::before {
    height: calc(100% - 20px);
  }
}
#wrapper_labo .virtualoffice .virtual_wrap .wrapper_content table tr:nth-child(3) th::after, #wrapper_labo .virtualoffice .virtual_wrap .wrapper_content table tr:nth-child(4) th::after {
  content: "";
  width: 80%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 10px;
  background-color: #dddde4;
}
@media screen and (min-width: 769px) {
  #wrapper_labo .virtualoffice .virtual_wrap .wrapper_content table tr:nth-child(3) th::after, #wrapper_labo .virtualoffice .virtual_wrap .wrapper_content table tr:nth-child(4) th::after {
    width: calc(100% - 20px);
  }
}
#wrapper_labo .virtualoffice .virtual_wrap .wrapper_content table tr:nth-child(3) th p .f_08, #wrapper_labo .virtualoffice .virtual_wrap .wrapper_content table tr:nth-child(4) th p .f_08 {
  font-weight: inherit;
  font-size: 50%;
}
#wrapper_labo .virtualoffice .virtual_wrap .wrapper_content table tr:nth-child(3) th:first-child::before, #wrapper_labo .virtualoffice .virtual_wrap .wrapper_content table tr:nth-child(3) th:first-child::after, #wrapper_labo .virtualoffice .virtual_wrap .wrapper_content table tr:nth-child(4) th:first-child::before, #wrapper_labo .virtualoffice .virtual_wrap .wrapper_content table tr:nth-child(4) th:first-child::after {
  display: none;
}
#wrapper_labo .virtualoffice .virtual_wrap .wrapper_content table tr:nth-child(3) th:first-child p, #wrapper_labo .virtualoffice .virtual_wrap .wrapper_content table tr:nth-child(4) th:first-child p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #1b1725;
  background-color: #f8f8f9;
  padding: 23px 0;
  line-height: 1.3;
}
@media screen and (min-width: 769px) {
  #wrapper_labo .virtualoffice .virtual_wrap .wrapper_content table tr:nth-child(3) th:first-child p, #wrapper_labo .virtualoffice .virtual_wrap .wrapper_content table tr:nth-child(4) th:first-child p {
    font-size: 18px;
    padding: 31px 0;
  }
}
#wrapper_labo .virtualoffice .virtual_wrap .wrapper_content table tr:nth-child(3) th:last-child::before, #wrapper_labo .virtualoffice .virtual_wrap .wrapper_content table tr:nth-child(4) th:last-child::before {
  display: none;
}
#wrapper_labo .virtualoffice .virtual_wrap .wrapper_content table tr:nth-child(4) th:first-child {
  border-top: 1px solid #fff;
}
#wrapper_labo .virtualoffice .virtual_wrap .wrapper_content .scrollbar_wrap {
  position: absolute;
  bottom: -5px;
  left: 6%;
  width: 90%;
  margin: auto;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  #wrapper_labo .virtualoffice .virtual_wrap .wrapper_content .scrollbar_wrap {
    display: none;
  }
}
#wrapper_labo .virtualoffice .virtual_wrap .wrapper_content .scrolldown::before {
  content: "";
  position: absolute;
  z-index: 11;
  top: 7px;
  left: 108px;
  width: 8px;
  height: 1px;
  background: #575a63;
  transform: rotate(45deg);
  -webkit-animation: arrowlong01 2s;
          animation: arrowlong01 2s;
}
#wrapper_labo .virtualoffice .virtual_wrap .wrapper_content .scrolldown::after {
  content: "";
  position: absolute;
  z-index: 10;
  top: 10px;
  left: 35px;
  width: 80px;
  height: 1px;
  background: #575a63;
  -webkit-animation: arrowlong02 2s;
          animation: arrowlong02 2s;
}
@-webkit-keyframes arrowlong02 {
  0% {
    width: 20px;
  }
  20% {
    width: 20px;
  }
  80% {
    width: 80px;
  }
  100% {
    width: 80px;
  }
}
@keyframes arrowlong02 {
  0% {
    width: 20px;
  }
  20% {
    width: 20px;
  }
  80% {
    width: 80px;
  }
  100% {
    width: 80px;
  }
}
@-webkit-keyframes arrowlong01 {
  0% {
    left: 47px;
  }
  20% {
    left: 47px;
  }
  80% {
    left: 108px;
  }
  100% {
    left: 108px;
  }
}
@keyframes arrowlong01 {
  0% {
    left: 47px;
  }
  20% {
    left: 47px;
  }
  80% {
    left: 108px;
  }
  100% {
    left: 108px;
  }
}
#wrapper_labo .virtualoffice .virtual_wrap .wrapper_content .scrolldown span {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 10px;
}
#wrapper_labo .virtualoffice .virtual_wrap .wrapper_content .service_wrap {
  position: relative;
  z-index: 10;
  width: 90%;
  margin: auto;
  padding-bottom: 20px;
}
@media screen and (min-width: 769px) {
  #wrapper_labo .virtualoffice .virtual_wrap .wrapper_content .service_wrap {
    width: 80%;
    max-width: 1200px;
    margin: auto;
    padding-bottom: 30px;
  }
}
#wrapper_labo .virtualoffice .virtual_wrap .wrapper_content .service_wrap h5 {
  font-size: 13px;
  color: #349fc3;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  padding: 0 0 30px;
  margin: 0 0 10px;
  border-bottom: 1px solid #349fc3;
}
@media screen and (min-width: 769px) {
  #wrapper_labo .virtualoffice .virtual_wrap .wrapper_content .service_wrap h5 {
    font-size: 20px;
    padding: 0 0 30px;
  }
}
#wrapper_labo .virtualoffice .virtual_wrap .wrapper_content .service_wrap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  overflow: hidden;
}
#wrapper_labo .virtualoffice .virtual_wrap .wrapper_content .service_wrap ul li {
  position: relative;
  height: 180px;
  width: calc(50% - 10px);
}
@media screen and (min-width: 769px) {
  #wrapper_labo .virtualoffice .virtual_wrap .wrapper_content .service_wrap ul li {
    width: calc(25% - 15px);
  }
}
#wrapper_labo .virtualoffice .virtual_wrap .wrapper_content .service_wrap ul li::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -10px;
  background-color: #dddde4;
}
#wrapper_labo .virtualoffice .virtual_wrap .wrapper_content .service_wrap ul li::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -10px;
  right: 0;
  background-color: #dddde4;
}
#wrapper_labo .virtualoffice .virtual_wrap .wrapper_content .service_wrap ul li .wrapper_image {
  height: 100px;
  margin: auto;
  position: relative;
}
@media screen and (min-width: 769px) {
  #wrapper_labo .virtualoffice .virtual_wrap .wrapper_content .service_wrap ul li .wrapper_image {
    top: 10px;
  }
}
#wrapper_labo .virtualoffice .virtual_wrap .wrapper_content .service_wrap ul li .wrapper_image img {
  width: 50px;
  max-width: 80px;
  margin: auto auto 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 769px) {
  #wrapper_labo .virtualoffice .virtual_wrap .wrapper_content .service_wrap ul li .wrapper_image img {
    width: 80px;
  }
}
#wrapper_labo .virtualoffice .virtual_wrap .wrapper_content .service_wrap ul li .ttl {
  line-height: 1.3;
}
@media screen and (min-width: 769px) {
  #wrapper_labo .virtualoffice .virtual_wrap .wrapper_content .service_wrap ul li .ttl {
    padding-top: 10px;
    font-size: clamp(13px, 1.3vw, 16px);
  }
}
#wrapper_labo .virtualoffice .virtual_wrap .wrapper_content .service_wrap ul li .ttl .f_08 {
  font-family: "Noto Sans JP", sans-serif;
}
#wrapper_labo .virtualoffice .virtual_wrap .wrapper_content .service_wrap ul li:first-child img {
  width: 40%;
  max-width: 40px;
}
@media screen and (min-width: 769px) {
  #wrapper_labo .virtualoffice .virtual_wrap .wrapper_content .service_wrap ul li:first-child img {
    width: 60px;
    max-width: 100%;
  }
}
@media screen and (min-width: 769px) {
  #wrapper_labo .virtualoffice .virtual_wrap .wrapper_content .service_wrap ul li:nth-child(4):before {
    display: none;
  }
}
#wrapper_labo .virtualoffice .virtual_wrap .wrapper_content .service_wrap ul li:nth-child(5):after {
  display: none;
}
#wrapper_labo .virtualoffice .virtual_wrap .wrapper_content .service_wrap ul li:nth-child(6):after {
  display: none;
}
#wrapper_labo .wrapper_sem {
  position: relative;
  text-align: center;
  background-color: #f8f8f9;
}
#wrapper_labo .wrapper_sem::after {
  content: "";
  width: 100%;
  height: calc(100% - 30px);
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  #wrapper_labo .wrapper_sem::after {
    width: 85%;
    left: 7.5%;
  }
}
@media screen and (min-width: 1665px) {
  #wrapper_labo .wrapper_sem::after {
    max-width: 1400px;
    left: calc((100% - 1400px) / 2);
  }
}
#wrapper_labo .wrapper_sem h4 {
  position: relative;
  z-index: 10;
  color: #fff;
  background-color: #1b1725;
  padding: 15px 0;
  width: 80%;
  margin: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  #wrapper_labo .wrapper_sem h4 {
    font-size: 20px;
    max-width: 1200px;
  }
}
#wrapper_labo .wrapper_sem .container {
  position: relative;
  overflow-x: scroll;
  white-space: nowrap;
  width: 90%;
  margin: 30px auto 50px;
}
@media screen and (min-width: 769px) {
  #wrapper_labo .wrapper_sem .container {
    width: 80%;
    max-width: 1200px;
    margin: 30px auto 0;
    padding-bottom: 60px;
  }
}
#wrapper_labo .wrapper_sem table {
  position: relative;
  z-index: 10;
  margin: 0;
}
@media screen and (min-width: 769px) {
  #wrapper_labo .wrapper_sem table {
    width: 100%;
  }
}
#wrapper_labo .wrapper_sem table tr {
  display: flex;
  align-items: center;
}
#wrapper_labo .wrapper_sem table tr th {
  width: 130px;
}
@media screen and (min-width: 769px) {
  #wrapper_labo .wrapper_sem table tr th {
    width: 20%;
  }
}
#wrapper_labo .wrapper_sem table tr th:first-child {
  width: 100px;
}
#wrapper_labo .wrapper_sem table tr th img {
  width: 50%;
  margin: auto;
}
@media screen and (min-width: 769px) {
  #wrapper_labo .wrapper_sem table tr th img {
    width: 50px;
  }
}
#wrapper_labo .wrapper_sem table tr th .ttl {
  font-size: 13px;
  line-height: 1.3;
  color: #349fc3;
  font-weight: 600;
  padding: 15px 0 20px;
}
@media screen and (min-width: 769px) {
  #wrapper_labo .wrapper_sem table tr th .ttl {
    font-size: clamp(13px, 1.3vw, 16px);
    padding: 10px 0 25px;
  }
}
#wrapper_labo .wrapper_sem table tr th .ttl .f_08 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: inherit;
  color: #349fc3;
}
#wrapper_labo .wrapper_sem table tr th .mony {
  padding: 26px 0;
  font-size: 18px;
}
@media screen and (min-width: 769px) {
  #wrapper_labo .wrapper_sem table tr th .mony {
    padding: 23px 0;
    font-size: 24px;
  }
}
#wrapper_labo .wrapper_sem table tr th .mony .f_08 {
  font-weight: inherit;
  font-size: 50%;
}
#wrapper_labo .wrapper_sem table tr:nth-child(3) {
  border-top: 1px solid #349fc3;
  font-family: "Noto Sans JP", sans-serif;
}
#wrapper_labo .wrapper_sem table tr:nth-child(3) th:first-child {
  border-bottom: 1px solid #fff;
}
#wrapper_labo .wrapper_sem table tr:nth-child(3) th::after {
  display: none;
}
#wrapper_labo .wrapper_sem table tr:nth-child(3) th, #wrapper_labo .wrapper_sem table tr:nth-child(4) th {
  position: relative;
}
#wrapper_labo .wrapper_sem table tr:nth-child(3) th::before, #wrapper_labo .wrapper_sem table tr:nth-child(4) th::before {
  content: "";
  width: 1px;
  height: 80%;
  position: absolute;
  top: 10px;
  right: 0;
  background-color: #dddde4;
}
@media screen and (min-width: 769px) {
  #wrapper_labo .wrapper_sem table tr:nth-child(3) th::before, #wrapper_labo .wrapper_sem table tr:nth-child(4) th::before {
    height: calc(100% - 20px);
  }
}
#wrapper_labo .wrapper_sem table tr:nth-child(3) th::after, #wrapper_labo .wrapper_sem table tr:nth-child(4) th::after {
  content: "";
  width: 80%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 10px;
  background-color: #dddde4;
}
@media screen and (min-width: 769px) {
  #wrapper_labo .wrapper_sem table tr:nth-child(3) th::after, #wrapper_labo .wrapper_sem table tr:nth-child(4) th::after {
    width: calc(100% - 20px);
  }
}
#wrapper_labo .wrapper_sem table tr:nth-child(3) th p.free, #wrapper_labo .wrapper_sem table tr:nth-child(4) th p.free {
  font-size: 15px;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  #wrapper_labo .wrapper_sem table tr:nth-child(3) th p.free, #wrapper_labo .wrapper_sem table tr:nth-child(4) th p.free {
    font-size: 18px;
  }
}
#wrapper_labo .wrapper_sem table tr:nth-child(3) th:first-child::before, #wrapper_labo .wrapper_sem table tr:nth-child(3) th:first-child::after, #wrapper_labo .wrapper_sem table tr:nth-child(4) th:first-child::before, #wrapper_labo .wrapper_sem table tr:nth-child(4) th:first-child::after {
  display: none;
}
#wrapper_labo .wrapper_sem table tr:nth-child(3) th:first-child p, #wrapper_labo .wrapper_sem table tr:nth-child(4) th:first-child p {
  font-size: 13px;
  font-weight: 700;
  color: #1b1725;
  background-color: #f8f8f9;
  padding: 30px 0;
}
@media screen and (min-width: 769px) {
  #wrapper_labo .wrapper_sem table tr:nth-child(3) th:first-child p, #wrapper_labo .wrapper_sem table tr:nth-child(4) th:first-child p {
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
  }
}
#wrapper_labo .wrapper_sem table tr:nth-child(3) th:last-child::before, #wrapper_labo .wrapper_sem table tr:nth-child(4) th:last-child::before {
  display: none;
}
#wrapper_labo .wrapper_sem .scrollbar_wrap {
  position: absolute;
  bottom: -5px;
  left: 6%;
  width: 90%;
  margin: auto;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  #wrapper_labo .wrapper_sem .scrollbar_wrap {
    display: none;
  }
}
#wrapper_labo .wrapper_sem .scrolldown::before {
  content: "";
  position: absolute;
  z-index: 11;
  top: 7px;
  left: 108px;
  width: 8px;
  height: 1px;
  background: #575a63;
  transform: rotate(45deg);
  -webkit-animation: arrowlong01 2s;
          animation: arrowlong01 2s;
}
#wrapper_labo .wrapper_sem .scrolldown::after {
  content: "";
  position: absolute;
  z-index: 10;
  top: 10px;
  left: 35px;
  width: 80px;
  height: 1px;
  background: #575a63;
  -webkit-animation: arrowlong02 2s;
          animation: arrowlong02 2s;
}
@keyframes arrowlong02 {
  0% {
    width: 20px;
  }
  20% {
    width: 20px;
  }
  80% {
    width: 80px;
  }
  100% {
    width: 80px;
  }
}
@keyframes arrowlong01 {
  0% {
    left: 47px;
  }
  20% {
    left: 47px;
  }
  80% {
    left: 108px;
  }
  100% {
    left: 108px;
  }
}
#wrapper_labo .wrapper_sem .scrolldown span {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 10px;
}
#wrapper_labo .wrapper_contact {
  text-align: center;
  background-color: #f8f8f9;
  padding: 50px 0 80px;
}
@media screen and (min-width: 769px) {
  #wrapper_labo .wrapper_contact {
    padding: 60px 0 100px;
  }
}
#wrapper_labo .wrapper_contact .side_btn {
  margin: auto;
  width: 90%;
}
/*# sourceMappingURL=worklabo.css.map */