/*一般設定*/
#content {
  margin-top: 0 !important;
  width: 100% !important;
  overflow-x: hidden;
}

.wrap {
  width: 100% !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

#content-in {
  margin: 0 0;
}

.content-in {
  display: block !important;
}

.main {
  padding: 0 0 !important;
  border: none !important;
}

.footer {
  margin-top: 0 !important;
}


/*サイドバー非表示*/
#sidebar {
  display: none;
}

#main {
  width: 100% !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

/*サイドバーここまで*/

.mycontent {
  width: 100%;
  height: auto;
  background-image: url(../images/unicorn-back-right.png);
  background-repeat: repeat-y;
  background-position: right top;
  background-color: transparent
}

#recruit-content {
  width: 60%;
  height: auto;
  margin: 0 auto;
}


.recruit-title {
  padding: 100px 0 50px 0;

}

/*見出し*/
.section-title {
  position: relative;
}


.section-title h2 {
  position: absolute;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  top: -9px;
  left: 20px;
}

.title-recruit-p {
  left: 170px !important;
}

.section-back {
  position: absolute;
  background-color: #0000ff;
  height: 52px;
  width: 312px;
  clip-path: polygon(0% 0, 92% 0, 100% 100%, 0% 100%);
  top: 10px;
  left: -15px;
}

.section-back-shadow {
  position: relative;
  background-color: #6DB1D3;
  height: 52px;
  width: 312px;
  clip-path: polygon(0% 0, 92% 0, 100% 100%, 0% 100%);
}

/*見出しここまで*/

.recruit-text-p {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 50px 0;
}

.main-work {
  width: 100%;
}

.main-work h3,
.work-condition h3 {
  font-size: 40px;
  font-family: DotGothic16, sans-serif;
  font-weight: 300;
  margin: 0;
  color: #797997;
  border-bottom: 1px solid #0000ff;
}

.main-work-detail-box {
  padding-bottom: 100px;
}

.detail-title {
  display: block;
  color: #fff;
  background-color: #0000ff;
  font-family: DotGothic16, sans-serif;
  font-weight: 300;
  font-size: 32px;
  width: 263px;
  height: 58px;
  text-align: center;
  line-height: 58px;
  margin: 80px 0 50px 0;
}

.detail-text-box {
  width: 60%;
  margin: 0 auto;
}

.detail-text {
  font-family: "Oswald", sans-serif;
}

/* Scroll Animation */
.section-title {
  opacity: 0;
  transform: translateX(-80px);
  transition: opacity 2s ease, transform 2s ease;
}

.section-title.fade-in {
  opacity: 1;
  transform: translateX(0);
}

.main-work-h3,
.detail-title,
.detail-text-box {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 2s ease, transform 2s ease;
}

.main-work-h3.fade-in,
.detail-title.fade-in,
.detail-text-box.fade-in {
  opacity: 1;
  transform: translateY(0);
}