@charset "utf-8";


/* ==================================================
elements
================================================== */
body {
  padding-top: 0;
}


/* ==================================================
contents
================================================== */
.cntSec {
  padding-top: 90px;
}
.cntSec.bgLBlue {
  padding: 0;
}

section.cntSec.bgLBlue {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 32px, rgba(237, 247, 252, 1) 32px);
  background-color: transparent !important;
}
section.cntSec.bgLBlue .headingGradation {
  margin: 0 0 60px;
}

.nmlBtn .nmlBtn_item.color-orange .nmlBtn_itemLink {
  color: #fff;
  background-color: #FF8600;
  border: 2px solid #FF8600;
}
.nmlBtn .nmlBtn_item.color-orange .nmlBtn_itemLink:hover {
  color: #FF8600;
  background-color: #fff;
}
.nmlBtn .nmlBtn_item.color-orange.arrow-right .nmlBtn_itemLink:hover {
  background-image: url(/common_v2/images/arrow_triangle_right_orange.svg);
}
.nmlBtn .nmlBtn_item.color-orange.arrow-blank .nmlBtn_itemLink:hover {
  background-image: url(/common_v2/images/icon_blank_orange.svg);
}


/* ==================================================
MV
================================================== */
.mv {
  padding-top: 120px;
  min-width: 1280px;
}
.mv_wrap {
  position: relative;
  max-height: calc(100% - 200px);
  width: 1280px;
  margin: auto;
}
.mv_title {
  position: absolute;
  left: 0;
  top: 110px;
  z-index: 10;
}
.mv_img {
  height: 560px;
}
.mv_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* ==================================================
肥銀オフィスビジネスについて
================================================== */
section.cntSec.aboutSec .innerWrap {
  padding-bottom: 100px;
}
.aboutSec {
  padding-top: 90px;
  text-align: center;
}
.aboutSec_text {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.75;
}


/* ==================================================
トピックス
================================================== */
.topicsSec .newsList_item:nth-child(n+4) {
  display: none;
}


/* ==================================================
一緒に働く
================================================== */
.workSec_bg {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 423px;
  background-color: #F8F8F8;
}
.workSec_main {
  flex: 1;
  padding: 30px 0 0 30px;
}
.workSec_text {
  margin-left: 50px;
}
.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: 32px;
  font-weight: 500;
  letter-spacing: .15em;
  line-height: 1;
  border-radius: 3px;
  padding: 10px 30px 12px;
}
.workSec_text span:nth-child(2) {
    margin-left: 33px;
    margin-top: 20px;
}
.workSec_btn {
  margin: 40px 0 0;
}
.workSec_btn.nmlBtn .nmlBtn_item {
  width: 360px;
}
.workSec_img {
  height: 100%;
}
.workSec_img img {
  height: 100%;
  object-fit: cover;
}


/* ==================================================
事業内容
================================================== */
.businessSec_item {
  display: flex;
  align-items: center;
  gap: 80px;
  padding: 35px;
  background-color: #fff;
  border-radius: 12px;
}
.businessSec_item:nth-child(odd) {
  flex-direction: row-reverse;
}
.businessSec_item + .businessSec_item {
  margin-top: 30px;
}
.businessSec_img {
  width: 520px;
}
.businessSec_img img {
  width: 100%;
  border-radius: 12px;
}
.businessSec_main {
  flex: 1;
}
.businessSec_tag {
  display: inline-block;
  border-radius: 6px;
  padding: 5px 20px;
  background-color: #007DAF;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}
.businessSec_tag.color-green {
  background-color: #6EB92D;
}
.businessSec_title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
}
.businessSec_btn.nmlBtn {
  justify-content: flex-start;
  margin: 40px 0 0;
}
.businessSec_btn.nmlBtn .nmlBtn_item {
  width: 360px;
}
