@charset "UTF-8";
/* ============================================ */
/* strengths 共通スタイル                       */
/* ============================================ */
body {
  background-color:transparent;
}
.template-b-main-content {
  margin-top: 40px;
}

.breadcrumb-white {
  position: relative;
}

#footer-root {
  position: relative;
}

.main-content {
  padding: 0;
}
.main-content p, .main-content dd,.main-content li {
  font-weight: var(--font-weight-medium);
}
.container {
  max-width: 100%;
}

.content-block {
  position: relative;
  width: 100%;
  padding-left: 18px;
  padding-right: 18px;
}
@media (min-width: 768px) {
  .content-block {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1024px) {
  .content-block {
    padding-left: 100px;
    padding-right: 100px;
  }
}

.bg-darkblue {
  background-color: var(--color-darkblue);
}

.bg-primary {
  background-color: var(--bg_primary);
}

.text-darkblue {
  color: var(--color-darkblue);
}

.text-organoblue {
  color: var(--color-organoblue);
}

.l-list-circle {
  display: grid;
  gap: 8px;
}
.l-list-circle li {
  position: relative;
  padding-left: 1em;
}
.l-list-circle li::before {
  content: "";
  background-color: var(--color-darkblue);
  border-radius: 100%;
  width: 6px;
  height: 6px;
  position: absolute;
  top: calc(1em - 6px);
  left: 0;
}


.main-content::before {
	position: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
	width: 100%;
	height: 100lvh;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(../../../images/about/strengths/separation/fv-sp.jpg);
  z-index: -1;
}

@media (min-width: 1024px) {
  .main-content::before {
    background-image: url(../../../images/about/strengths/separation/fv.jpg);
    /* top: 96px;
    height: calc(100vh - 96px); */
  }
}

.strengths__intro {
  position: relative;
  background: linear-gradient(180deg, rgba(69, 157, 190, 0) 0%, rgba(69, 157, 190, 0) 350px, rgba(69, 157, 190, 0.8) 450px, rgba(69, 157, 190, 0.8) 100%);
}
@media (min-width: 768px) {
  .strengths__intro {
    background: linear-gradient(180deg, rgba(69, 157, 190, 0) 0%, rgba(69, 157, 190, 0) 350px, rgba(69, 157, 190, 0.8) 600px, rgba(69, 157, 190, 0.8) 100%);
  }
}

.strengths-title {
  position: relative;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 18px;
}
.strengths-title::before {
  content: "";
  position: absolute;
  right: 0;
  left: -17px;
  bottom: -9px;
  display: inline-block;
  width: 26px;
  height: 1px;
  transform: rotate(45deg);
  margin: auto;
}
.strengths-title span {
  display: inline-block;
  position: relative;
}
.strengths-title span::before,
.strengths-title span::after {
  content: "";
  position: absolute;
  bottom: -20px;
  display: inline-block;
  height: 1px;
}
.strengths-title span::before {
  left: 0;
  width: calc(50% - 17px);
}
.strengths-title span::after {
  right: 0;
  width: 50%;
}

.strengths__usage-item {
  display: flex;
  gap: 16px;
}
@media (min-width: 768px) {
  .strengths__usage-item {
    align-items: center;
    gap: 20px;
  }
}

.strengths__usage-image {
  width: 116px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .strengths__usage-image {
    width: 224px;
  }
}

.strengths__usage-body {
  flex: 1;
}

.strengths__usage-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.strengths__usage-links a {
  border: 1px solid var(--color-darkblue);
  color: var(--color-darkblue);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  height: 100%;
  min-height: 52px;
  padding: 12px 40px 12px 15px;
  transition: opacity 0.3s;
}
.strengths__usage-links a:hover {
  opacity: 0.8;
}
.strengths__usage-links-text {
  font-size: 14px;
  font-weight: 700;
}
.strengths__usage-links-arrow {
  border: 1px solid var(--color-darkblue);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 22px;
  height: 22px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: auto;
}
@media (min-width: 768px) {
  .strengths__usage-links {
    gap: 18px;
  }
  .strengths__usage-links a {
    min-height: 68px;
    padding: 20px 50px 20px 20px;
  }
  .strengths__usage-links-text {
    font-size: 16px;
  }
  .strengths__usage-links-arrow {
    right: 18px;
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 1024px) {
  .strengths__usage-links {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1280px) {
  .strengths__usage-links {
    grid-template-columns: repeat(4, 1fr);
  }
}

.strengths__feature-item-title {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .strengths__feature-item-title {
    grid-template-columns: 108px 1fr;
  }
}

.strengths__feature-item-num {
  border-left: 2px solid var(--color-organoblue);
  text-align: left;
  padding: 12px 15px 0;
}
@media (min-width: 768px) {
  .strengths__feature-item-num {
    text-align: center;
    padding: 40px 0 0 0;
  }
}

.strengths__feature-item-text {
  padding: 8px 15px 0;
}
@media (min-width: 768px) {
  .strengths__feature-item-text {
    padding: 43px 40px 0 0;
  }
}

.strengths__feature-item-body {
  padding: 20px 15px;
}
@media (min-width: 768px) {
  .strengths__feature-item-body {
    padding: 30px 40px 42px 108px;
  }
}

/* ============================================ */
/* strengths separation 専用スタイル            */
/* ============================================ */
.text-sand {
  color: var(--color-sand);
}

.bg-transparent {
  background-color: transparent;
}