/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
/*????CSS*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/*????CSS???*/
.remotework_experience_pc_recommend_01,
.remotework_experience_pc_recommend_02,
.remotework_inexperienced_pc_recommend_01,
.remotework_inexperienced_pc_recommend_02 {
width: 650px;
margin: 0 auto;  
}
.sp-only {
  display: none;
}
a {
  display: block;
}
a:link {
  text-decoration: none !important;
}
a:hover {
  text-decoration: none !important;
  opacity: 0.6;
}
#remotework * {
  box-sizing: border-box;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif !important;
}
#hero {
  background: url(../img/pc/top.png) center / 50% no-repeat;
  background-size: 1250px;
  min-width: 980px;
  height: 160px;
  margin: 0 auto;
  padding: 42px 0;
}
#hero h1 {
  width: 980px;
  margin: 0 auto;
  font-size: 18px;
  color: #1e2b3f;
  position: relative;
  z-index: 0;
}
#hero h1 span {
  font-size: 36px;
  line-height: 45px;
  display: block;
  width: fit-content;
  padding-right: 13px;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(to right, #00dddd, #0054bb);
  -webkit-background-clip: text;
  position: relative;
}
#hero h1 span::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: calc(50% + 50vw);
  height: 100%;
  margin-left: calc(50% - 50vw);
  background-color: rgba(255,255,255,0.6);
  z-index: -1;
}
.main {
  background: linear-gradient(to right, #00dddd, #0054bb);
  padding-top: 20px;
}
.tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  min-width: 980px;
}
.tab_item {
  width: 481px;
  max-width: 49%;
  height: 46px;
  line-height: 46px;
  background-color: rgba(0, 0, 0, 0);
  border: solid 1px #f0f3f3;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  font-size: 17px;
  text-align: center;
  color: #fff;
  display: block;
}
.tab_item:hover {
  cursor: pointer;
}
input[name="tab_item"] {
  display: none;
}
#inexperienced:checked ~ #inexperienced-content,
#experience:checked ~ #experience-content {
  display: block;
}
.tabs input:checked + .tab_item {
  background-color: #f0f3f3;
  height: 50px;
  line-height: 50px;
  border: none;
  color: #1e2b3f;
  font-weight: bold;
}
label:nth-of-type(1){
  margin-right: 19px;
}
.tab_content {
  display: none;
  background-color: #f0f3f3;
  width: 100%;
  padding-top: 15px;
  overflow: hidden;
  position: relative;
}
.tab_content .tab_content_inner {
  width: 980px;
  margin: 0 auto;
}
.tab_content .tab_content_inner > div {
  margin-bottom: 35px;
}
.tab_content .jobs {
  width: 707px;
  background-color: #fff;
  border: solid 1px #d7dbde;
  border-radius: 5px;
  padding-top: 30px;
}
.tab_content .jobs h2,
.tab_content .pickup h2,
.tab_content .material h2 {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: linear-gradient(to right, #00dddd, #0054bb);
  font-size: 20px;
  color: #fff;
  padding-left: 30px;
}
.tab_content .jobs > div {
  margin: 26px 0;
}
.tab_content .jobs h3 {
  font-size: 16px;
  display: block;
  width: fit-content;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #00dddd 0%, #0054bb 20%);
  -webkit-background-clip: text;
  margin: 0 0 17px 30px;
}
.tab_content .btn {
  width: 210px;
  height: 35px;
  line-height: 35px;
  border-radius: 17.5px;
  background: linear-gradient(to right, #003b8a, #025ca8);
  margin: 14px auto 0;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  position: relative;
}
.tab_content .btn::after {
  content: url(../img/pc/right.png);
  position: absolute;
  top: 4px;
  right: 20px;
}
.tab_content .words {
  width: 707px;
  background: linear-gradient(to right, #3c90ca, #38b6de);
  border-radius: 5px;
  padding: 24px 17px 29px 30px;
  text-align: center;
}
.tab_content .words h2 {
  color: #fff;
  font-size: 20px;
  padding: 0 8px 4px 33px; 
  border-bottom: dotted 1px;
  display: inline-block;
  position: relative;
}
.tab_content .words h2::before {
  content: url(../img/pc/loupe.png);
  position: absolute;
  top: 2px;
  left: 4px;
}
.tab_content .words ul {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.tab_content .words ul li {
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  padding: 0 17px;
  margin: 0 12px 17px 0;
  background: linear-gradient(to bottom, #fff, #e8e8e8);
  box-shadow: 0px 0px 10px -5px #000;
}
.tab_content .words ul li a {
  color: #000;
  font-size: 12px;
  font-weight: bold;
}
.tab_content .pickup {
  width: 707px;
  margin-bottom: 53px !important;
}
.tab_content .pickup ul {
  margin-top: 24px;
}
.tab_content .pickup ul li {
  width: 707px;
  height: 160px;
  background-color: #fff;
  border: solid 1px #d7dbde;
  border-radius: 5px;
  margin-bottom: 11px;
}
.tab_content .pickup ul li a {
  display: flex;
}
.tab_content .pickup ul li img {
  width: 300px;
  height: auto;
  border-radius: 4px 0 0 4px;
}
.tab_content .pickup ul li div {
  color: #000;
  padding: 0 30px 0 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tab_content .pickup h3 {
  font-size: 14px;
}
.tab_content .pickup p {
  font-size: 12px;
  margin-top: 17px;
}
.tab_content .advice {
  background-color: #fff;
}
.tab_content .advice > div {
  width: 980px;
  margin: 0 auto;
  padding: 20px 0 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.tab_content .advice span {
  font-size: 38px;
  font-weight: 500;
  display: block;
  width: fit-content;
  text-transform: uppercase;
  background: linear-gradient(90deg, #00dddd 0%, #0054bb 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tab_content .advice h2 {
  font-size: 16px;
  width: 811px;
  padding: 14px 0;
}
.tab_content .advice img {
  width: 122px;
  height: 122px;
  margin: 0 10px;
}
.tab_content .advice p {
  font-size: 12px;
  width: 600px;
  margin-right: 210px;
}
.tab_content .features {
  width: 240px;
  background-color: #fff;
  border: solid 1px #d7dbde;
  border-radius: 5px;
  padding: 34px 20px 25px;
  position: absolute;
  top: 15px;
  left: calc(100%/2 + 250px);
}
.tab_content .features h2 {
  font-size: 20px;
  display: block;
  width: fit-content;
  text-transform: uppercase;
  background: linear-gradient(90deg, #00dddd 0%, #0054bb 57%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-left: 47px;
  position: relative;
  text-align: center;
}
.tab_content .features h2::before {
  content: url(../img/pc/star.png);
  position: absolute;
  left: 25px;
}
.tab_content .features ul {
  margin: 25px 0 20px;
}
.tab_content .features ul li {
  margin: 22px 0;
}
.tab_content .features img {
  width: 200px;
  height: auto;
}
.tab_content .features .btn {
  width: 200px;
}
.tab_content .material {
  width: 980px;
  margin: 60px auto 83px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tab_content .material > div {
  width: 460px;
  margin-top: 28px;
}
.tab_content .material h3 {
  font-size: 16px;
}
.tab_content .material ul {
  margin-top: 25px;
}
.tab_content .material ul li {
  width: 460px;
  height: 130px;
  background-color: #fff;
  border: solid 1px #d7dbde;
  margin-bottom: 20px;
}
.tab_content .material ul li a {
  display: flex;
  align-items: center;
}
.tab_content .material ul li img {
  width: 244px;
}
.tab_content .material ul li p {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  width: 241px;
  height: 98px;
  padding: 0 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

/* ----------------------------------------------------
recommend-slider
---------------------------------------------------- */
.recommend-slider {
  margin: 0 auto;
  width: 700px;
}
.recommend-slider p.recommend_list {
  margin: 30px 0;
  font-size: 22px;
  font-weight: bold;
  color: #1c1c1c;
}
.recommend-slider .recommend_area_2:not(:has(.slick-initialized)){
  display: none;
}
.recommend-slider .recommend_area_2 ul.slide-items {
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
.recommend-slider .recommend_area_2 ul.slide-items.slick-initialized {
  display: flex;
}
.recommend-slider .slick-list {
  padding-right: 5%!important;
}
.recommend-slider .recommend_area_2 ul.slide-items li.slide-itemsli {
  width: 20%;
  height: 205px;
  background: #fff;
  border: 1px solid #bbb;
  border-radius: 5px;
  box-sizing: border-box;
  box-sizing: border-box;
  overflow:hidden;
  box-shadow: 0 2px 2px rgb(0 0 0 / 30%);
}
.recommend-slider .slide-items li.slide-itemsli {
  height: auto;
  margin-right: 7px;
  margin-left: 7px;
  margin-bottom: 7px;
}
.recommend-slider .recommend_area_2 ul.slide-items li:hover {
  box-shadow: 0 0 2px rgba(0,0,0,0.2);
}
.recommend-slider .recommend_area_2 > ul.slide-items li.slide-itemsli > a {
  text-decoration: none;
  width: 100%;
  display: inline-block;
}
.recommend-slider .recommend_area_2 ul.slide-items li.slide-itemsli:hover a.link {
  opacity: 0.8;
}
.recommend-slider .company_img {
  width: inherit;
  padding-top: calc(320/440 * 100%);
  position: relative;
}
.recommend-slider .slide-items img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recommend-slider .recommend_area_2 img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.recommend-slider .recommend_area_2:not(:has(.slick-initialized)){
  display: none;
}
.recommend-slider .recommend_area_2 ul.slide-items {
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
.recommend-slider .recommend_area_2 ul.slide-items.slick-initialized {
  display: flex;
}
.recommend-slider .slick-list {
  padding-right: 5%!important;
}
.recommend-slider .recommend_area_2 ul.slide-items li.slide-itemsli {
  width: 20%;
  height: 205px !important;
  background: #fff;
  border: 1px solid #bbb;
  border-radius: 5px;
  box-sizing: border-box;
  box-sizing: border-box;
  overflow:hidden;
  box-shadow: 0 2px 2px rgb(0 0 0 / 30%);
}
.recommend-slider .job_offer {
  padding: 0 10px 0px 10px;
}

.recommend-slider .job_offer2 {
  padding: 0 10px 0px 10px;
}
.recommend-slider .company_name2 {
  font-size: 13px !important;
  padding-top: 3px;
  line-height: 1.7 !important;
  margin-bottom: 2px !important;
  max-height: 2em !important;
  text-overflow: ellipsis !important;
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 1 !important;
  color: #8a8a8a !important;
}
.recommend-slider .occupation_name {
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
  height: 62px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #219ac4;
}
.recommend-slider .slick-dots li:hover {
  background-color: transparent !important;
  box-shadow: none !important;
}
.recommend-slider .slick-dots li button:hover {
  border: none;
}
.slider {
  display: none;
}
.slider.slick-initialized {
  display: block; 
}

.recommend-slider .recommend_area_e:not(:has(.slick-initialized)){
  display: none;
}
.recommend-slider .recommend_area_e ul.slide-items {
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
.recommend-slider .recommend_area_e ul.slide-items.slick-initialized {
  display: flex;
}
.recommend-slider .slick-list {
  padding-right: 5%!important;
}
.recommend-slider .recommend_area_e ul.slide-items li.slide-itemsli {
  width: 20%;
  height: 205px;
  background: #fff;
  border: 1px solid #bbb;
  border-radius: 5px;
  box-sizing: border-box;
  box-sizing: border-box;
  overflow:hidden;
  box-shadow: 0 2px 2px rgb(0 0 0 / 30%);
}

.recommend-slider .recommend_area_e ul.slide-items li:hover {
  box-shadow: 0 0 2px rgba(0,0,0,0.2);
}
.recommend-slider .recommend_area_e > ul.slide-items li.slide-itemsli > a {
  text-decoration: none;
  width: 100%;
  display: inline-block;
}
.recommend-slider .recommend_area_e ul.slide-items li.slide-itemsli:hover a.link {
  opacity: 0.8;
}

.recommend-slider .recommend_area_e img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.recommend-slider .recommend_area_e:not(:has(.slick-initialized)){
  display: none;
}
.recommend-slider .recommend_area_e ul.slide-items {
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
.recommend-slider .recommend_area_e ul.slide-items.slick-initialized {
  display: flex;
}
.recommend-slider .slick-list {
  padding-right: 5%!important;
}


.recommend-slider .recommend_area_e .occupation_name4 {
  font-size: 12px;
  line-height: 1.5;
  font-weight: bold;
  height: 55px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #219ac4;
}

/* ----------------------------------------------------
  clearfix
---------------------------------------------------- */
.clearfix:after{
  display: block;
  clear: both;
  content: '';
}
