#fvContainer {
  width: calc(50vw + 480px);
  margin: 150px 0 0 auto;
}

.fvTitle {
  width: 100%;
  display: flex;
  align-items: center;
}

h1, h2 {
  flex: 0 1 50%;
  font-size: 70px;
  color: #B8B47C;
  letter-spacing: 5px;
  line-height: 1.6;
}

.fvTitle p {
  flex: 0 1 50%;
  margin-left: 0;
}

.fvImg {
  margin-top: 50px;
}

.fvImg img {
  width: 100%;
  vertical-align: bottom;
}




/* 経営方針 */
#managementContainer {
  width: 100%;
  margin: 100px 0 0;
  overflow: hidden;
}

.management1 {
  width: 95%;
  max-width: 1340px;
  margin: 0 auto;
  padding-right: 5%;
  display: flex;
  align-items: center;
}

.managementImg1 {
  flex: 0 1 600px;
  height: 800px;
  background: url(../img/management1.jpg) center center / cover no-repeat;
}

.managementText {
  flex: 0 1 456px;
  margin-left: 90px;
}

.subTitle {
  font-size: 30px;
  letter-spacing: 3px;
}

.managementText p:last-of-type {
  margin-top: 15px;
}

.management2 {
  width: 90%;
  max-width: 960px;
  margin: 100px auto 0;
  display: flex;
  justify-content: space-between;
}

.managementImg2 {
  flex: 0 1 450px;
  height: 450px;
  margin: -175px 60px 0 0;
  background: url(../img/management2.jpg) center center / cover no-repeat;
}

.managementImg3 {
  flex: 0 1 450px;
  height: 450px;
  background: url(../img/management3.jpg) center center / cover no-repeat;
}





#facilitiesContainer {
  width: 100%;
  overflow: hidden;
  margin-top: 150px;
}

.facilitiesTitle {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

.facilities {
  width: 100%;
  margin: 50px 0 180px;
}

.facilitiesImg1 {
  width: calc(50vw + 480px);
  margin-left: auto;
}

.facilitiesImg1 img {
  width: 100%;
  vertical-align: bottom;
  position: relative;
  z-index: -2;
}

.aboutMachine {
  width: calc(50vw + 480px);
  margin-left: auto;
  position: relative;
}

.facilitiesImg2.winback {
  width: 215px;
  position: absolute;
  top: 50%;
  left: 180px;
  transform: translateY(-50%);
}

.facilitiesImg2 img {
  width: 100%;
  vertical-align: bottom;
}

.facilitiesText {
  width: 90%;
  max-width: 960px;
  height: 533px;
  margin: -100px 0 0;
  position: relative;
  color: #fff;
  display: flex;
  align-items: center;
}
.facilitiesText::before {
  content: "";
  width: 100vw;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 300px;
  z-index: -1;
}

.facilitiesText dl {
  width: 430px;
  margin-left: auto;
}

.facilitiesText dt {
  font-size: 30px;
  letter-spacing: 3px;
  line-height: 1;
  color: #B8B47C;
}

.facilitiesText dd:first-of-type {
  margin: 25px 0 0 auto;
}

/* h3 {
  width: 430px;
  margin-left: auto;
  font-size: 30px;
  color: #B8B47C;
}

.facilitiesText p {
  width: 430px;
  margin: 15px 0 0 auto;
} */

.facilitiesImg3Container {
  width: 90%;
  max-width: 960px;
  margin: 80px auto 0;
  display: flex;
}

.facilitiesImg3 {
  flex: 0 1 446.5px;
  height: 312.1px;
  position: relative;
  overflow: hidden;
}
.facilitiesImg3:first-of-type {
  margin-right: 60px;
}

.facilitiesImg3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.facilitiesImg3 p {
  width: 270px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 22px;
  color: #B8B47C;
  background: #000;
  position: absolute;
  left: 0;
  bottom: 0;
}

.lsShort {
  letter-spacing: -3px;
}


/* マスターライト */
.facilities:nth-of-type(3) {
  margin: 50px 0 130px;
}
.facilities:nth-of-type(3) .facilitiesImg1 {
  margin-left: 0;
  margin-right: auto;
  position: relative;
  z-index: -1;
}

.facilities:nth-of-type(3) .aboutMachine {
  margin-left: 0;
  margin-right: auto;
}

.facilities:nth-of-type(3) .facilitiesImg2.masterlight {
  width: 292px;
  position: absolute;
  top: 50%;
  right: 140px;
  transform: translateY(-50%);
}

.facilities:nth-of-type(3) .facilitiesText {
  margin: -100px 0 0 auto;
}
.facilities:nth-of-type(3) .facilitiesText::before {
  left: auto;
  right: 300px;
}

.facilities:nth-of-type(3) .facilitiesText dl {
  /* width: 430px; */
  margin-left: 0;
  margin-right: auto;
}

/* .facilities:nth-of-type(3) .facilitiesText dt {
  font-size: 30px;
  line-height: 1;
  color: #B8B47C;
}

.facilities:nth-of-type(3) .facilitiesText dd {
  margin: 25px 0 0 auto;
} */

/* .facilities:nth-of-type(3) h3 {
  margin-left: 0;
  margin-right: auto;
}

.facilities:nth-of-type(3) .facilitiesText p {
  margin: 15px auto 0 0;
} */





/* リンク */
#linkContainer {
  width: 100%;
  padding: 130px 0;
  border-top: 1px solid #B5B5B6;
}

.linkContents {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.link {
  width: 461.6px;
  height: 171.2px;
  border: 2px solid #B8B47C;
  position: relative;
  text-align: center;
  transition: 0.6s;
}
.link:hover {
  background: #B8B47C;
}
.link:hover dl {
  color: #fff;
}

.link a {
  display: block;
  width: 100%;
  height: 100%;
}

.link dl {
  width: 100%;
  color: #B8B47C;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.6s;
}

.link dt {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: 3px;
}