.content {
  margin-top: 0;
}
.m-fc-hero {
  width: 100%;
  height: 500px;
  background-image: url('../images/friendly/friendly_detail_banner.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 40px;
}
.u-fc-hero-logo {
  width: 273px;
  height: 44px;
}
.m-fc-intro {
  text-align: center;
  padding: 72px 0 0;
}
.m-fc-intro h3 {
  font-size: 32px;
  line-height: 48px;
  color: rgba(0, 0, 0, 0.85);
  margin-bottom: 0;
}
.m-fc-intro .u-fc-desc {
  font-size: 16px;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.85);
  text-align: justify;
  margin: 62px auto 0;
  max-width: 1180px;
}
.m-fc-intro .u-fc-contact {
  font-size: 16px;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.85);
  margin: 0 auto;
  text-align: left;
  width: 1180px;
}
.m-fc-intro .u-fc-contact-label {
  font-weight: 600;
}
.m-fc-case {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 100vw - 1060px, 120px);
}
.m-fc-case .u-fc-case-text h4 {
  font-size: 32px;
  line-height: 45px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 8px;
}
.m-fc-case .u-fc-case-text p {
  font-size: 16px;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.85);
  text-align: justify;
  width: 440px;
}
.u-fc-underline {
  text-decoration: none;
}
.m-fc-case-art {
  background: #fafafa;
  padding: 100px 0;
  height: 600px;
  margin-top: 106px;
}
.m-fc-case-art .u-fc-case-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.m-fc-case-art .u-fc-case-img {
  width: 620px;
  height: 400px;
  flex-shrink: 0;
}
.m-fc-case-energy {
  margin: 35px 120px 0;
  padding-left: 1px;
}
.u-fc-energy-phone {
  position: relative;
  width: 620px;
  height: 465px;
  flex-shrink: 0;
}
.u-fc-energy-screen {
  position: absolute;
  top: 65px;
  left: -1px;
  width: 620px;
  height: 400px;
}
.u-fc-energy-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 620px;
  height: 465px;
}
.m-fc-case-energy .u-fc-case-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 110px;
}
.m-fc-case-renewal {
  background: #fafafa;
  padding: 100px 120px 100px 124px;
  height: 600px;
  margin-top: 100px;
}
.m-fc-case-renewal .u-fc-case-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.m-fc-case-renewal .u-fc-case-img {
  width: 620px;
  height: 400px;
  flex-shrink: 0;
}
.m-fc-case-kindness {
  margin-top: 100px;
  height: 400px;
}
.u-fc-kindness-img {
  position: relative;
  width: 620px;
  height: 400px;
  flex-shrink: 0;
}
.u-fc-kindness-deco {
  position: absolute;
  top: 335px;
  left: 269px;
  width: 84px;
  height: 30px;
}
.u-fc-kindness-dot {
  position: absolute;
  top: 366px;
  left: 261px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  outline: 2px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 4px 0 rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.25);
}
.u-fc-kindness-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 620px;
  height: 400px;
}
.m-fc-case-kindness .u-fc-case-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.m-fc-case-kindness .u-fc-case-text p a {
  color: #14386C;
  font-weight: 600;
}
.m-fc-case-kindness .u-fc-case-text p a:hover {
  color: #14386C;
}
