@charset "utf-8";


/* ==================================================
elements
================================================== */
a {
  text-decoration: none;
}
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;
}


/* ==================================================
MV
================================================== */
.mv {
  padding-top: 49px;
}
.mv_wrap {
  position: relative;
  max-height: calc(100% - 40px);
  margin: 0 auto;
}
.mv_title {
  position: absolute;
  right: 0;
  top: 15px;
  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;
}

/* ==================================================
私達の存在意義
================================================== */
.philosophySec {
  padding-top: 60px;
  text-align: center;
}
.philosophySec_text {
  font-size: 20px;
  line-height: 1.7;
  font-weight: 700;
}
.philosophySec_btn {
  margin-top: 40px;
}

/* ==================================================
トピックス
================================================== */
.topicsSec .newsList_item:nth-child(n+4) {
  display: none;
}
.topicsSec_btn {
  margin-top: 40px;
}

/* ==================================================
トップメッセージ
================================================== */
.messageSec_name {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  font-size: 16px;
  line-height: 2.5;
  font-weight: 700;
  margin-top: 30px;
}
.messageSec .messageSec_name img {
  width: auto;
}
.messageSec .imgTxt_item-orderFirst {
  margin-right: auto;
  margin-left: auto;
  max-width: 60%;
}

/* ==================================================
アクセス
================================================== */
.accessSec_map {
  width: 100%;
}
.accessSec .imgTxt_item * + .heading4 {
  margin-top: 30px;
}