@charset "utf-8";


/* ==================================================
elements
================================================== */
body {
  padding-top: 0;
}


/* ==================================================
contents
================================================== */
.cntSec {
  padding-top: 60px;
}
.cntSec.bgLBlue {
  padding: 0;
}

section.cntSec.bgLBlue {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 22px, rgba(237, 247, 252, 1) 22px);
  background-color: transparent !important;
}
section.cntSec.bgLBlue .headingGradation {
  margin: 0 0 20px;
}

.nmlBtn .nmlBtn_item.color-orange .nmlBtn_itemLink {
  color: #fff;
  background-color: #FF8600;
  border: 2px solid #FF8600;
}


/* ==================================================
MV
================================================== */
.mv {
  padding-top: 49px;
}
.mv_wrap {
  position: relative;
  max-height: calc(100% - 40px);
  width: 100%;
  padding: 0 10px;
  margin: 0 auto;
}
.mv_title {
  position: absolute;
  left: 0;
  top: 50px;
  width: 90%;
  z-index: 10;
}
.mv_title img {
  width: 100%;
  height: auto;
}
.mv_img {
  height: 200px;
}
.mv_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* ==================================================
肥銀オフィスビジネスについて
================================================== */
section.cntSec.aboutSec .innerWrap {
  padding-bottom: 60px;
}
.aboutSec {
  padding-top: 60px;
  text-align: center;
}
.aboutSec_text {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}


/* ==================================================
トピックス
================================================== */
.topicsSec .newsList_item:nth-child(n+4) {
  display: none;
}


/* ==================================================
一緒に働く
================================================== */
.workSec_bg {
  position: relative;
  display: flex;
  align-items: center;
  height: 360px;
  background-color: #F8F8F8;
  overflow: hidden;
}
.workSec_main {
  position: relative;
  z-index: 2;
}
.workSec_text {
  margin-left: 20px;
}
.workSec_text span {
  display: block;
  width: fit-content;
  background: linear-gradient(100deg, #31A0CC 0%, #6EB92D 100%);
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .15em;
  line-height: 1;
  border-radius: 3px;
  padding: 10px 20px 12px;
}
.workSec_text span:nth-child(2) {
  margin-left: 15px;
  margin-top: 15px;
}
.workSec_btn {
  margin: 30px 0 0 30px;
}
.workSec_btn .nmlBtn_item {
  width: 290px;
}
.workSec_img {
  position: absolute;
  top: -35px;
  right: -285px;
  height: 110%;
}
.workSec_img img {
  height: 100%;
  object-fit: cover;
}


/* ==================================================
事業内容
================================================== */
.businessSec_item {
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
}
.businessSec_item + .businessSec_item {
  margin-top: 20px;
}
.businessSec_img img {
  width: 100%;
  border-radius: 8px;
}
.businessSec_main {
  margin-top: 30px;
}
.businessSec_tag {
  display: inline-block;
  border-radius: 6px;
  padding: 5px 20px;
  background-color: #007DAF;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 15px;
}
.businessSec_tag.color-green {
  background-color: #6EB92D;
}
.businessSec_title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}
.businessSec_btn.nmlBtn {
  margin: 30px 0 0;
}
