@charset "utf-8";


/* ==================================================
elements
================================================== */
a {
  text-decoration: none;
}

body {
  padding-top: 0;
}


/* ==================================================
contents
================================================== */
.cntSec {
  padding-top: 90px;
}
.cntSec.bgLBlue {
  padding: 0;
}

section.cntSec .innerWrap {
  position: relative;
  width: 1280px;
  padding: 0 40px 80px;
  margin: auto;
}

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;
}

.imgTxt .imgTxt_item-orderFirst {
  flex: none;
}
.imgTxt .imgTxt_item-orderSecond {
  flex: 1;
}


/* ==================================================
MV
================================================== */
.mv {
  padding-top: 120px;
  min-width: 1280px;
}
.mv_wrap {
  position: relative;
  max-height: calc(100% - 200px);
  margin: 0 auto;
}
.mv_title {
  position: absolute;
  right: 25px;
  top: 34px;
  z-index: 10;
}
.mv_img {
  height: 678px;
}
.mv_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* ==================================================
私達の存在意義
================================================== */
.philosophySec {
  padding-top: 90px;
  text-align: center;
}
.philosophySec_text {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.75;
}
.philosophySec_btn {
  margin-top: 60px;
}

/* ==================================================
トピックス
================================================== */
.topicsSec .newsList_item:nth-child(n+4) {
  display: none;
}
.topicsSec_btn {
  margin-top: 60px;
}

/* ==================================================
トップメッセージ
================================================== */
.messageSec_name {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 2.88;
  margin-top: 50px;
}

/* ==================================================
アクセス
================================================== */
.accessSec .imgTxt_item * + .heading4 {
  margin-top: 50px;
}