.hdg-b.diff-scene span {
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .hdg-b.diff-scene span {
    font-size: 14px;
  }
}
/* ヒーロー */
.lf-hero-a.concept-hero .lf-hero-contents {
    color: #fff;
    background-image: url(/platform/pc/content/concept/common/images/sbg_h3_t2.png);
}
#concept .lf-hero-a.pc-sbg-h5-t2 .lf-hero-contents {
    background-image: url(/platform/pc/content/concept/common/images/sbg-h5-concept.png);
}
/* 個別 */
.concept-anchor a {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}
.concept-anchor p {
    display: inline-block;
    padding-left: 21px;
    position: relative;
}
.concept-anchor .box-a {
    height: 100%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.concept-anchor p::before {
    background: center / cover no-repeat url(../images/icn_arrow_down.png);
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.concept-anchor + .hdg-b.diff-center {
    margin-top: 0!important;
    margin-bottom: -42px;
    padding-top: 58px;
}
.concept-local-nav {
    display: flex;
    max-width: 1280px;
    margin: auto;
    padding: 20px;
    justify-content: center;
}
.concept-local-nav-item {
    flex: 1;
    position: relative;
    z-index: 1;
}
.concept-local-nav-item:hover a {
    color: #fff;

}
.concept-local-nav-item + .concept-local-nav-item {
    border-left: 1px solid #B1B1AC;
}
.concept-local-nav-item a {
   display: block;
   text-decoration: none;
   text-align: center;
   width: 100%;
   position: relative;
   transition: all 0.3s linear 0s;
   z-index: 2;
}
.concept-local-nav-item a:hover {
    transition: all 0.3s linear 0s;
}
.concept-local-nav-item a::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 8px;
    vertical-align: middle;
    transition: all 0.3s linear 0s;
}
.concept-local-nav-item::after {
    position: absolute;
    top: -20px;
    left: 0;
    display: block;
    width: 100%;
    height: calc(100% + 40px);
    opacity: 0;
    transition: all 0.3s linear 0s;
    content: "";
    z-index: 1;
}
.concept-local-nav-item:nth-child(1) a::before {
    background: center / cover no-repeat url(../images/icn_arrow_rd.png);
}
.concept-local-nav-item:nth-child(2) a::before {
    background: center / cover no-repeat url(../images/icn_arrow_em.png);
}
.concept-local-nav-item:nth-child(3) a::before {
    background: center / cover no-repeat url(../images/icn_arrow_mg.png);
}
.concept-local-nav-item:nth-child(4) a::before {
    background: center / cover no-repeat url(../images/icn_arrow_or.png);
}
.concept-local-nav-item:nth-child(1):hover a::before {
    background: center / cover no-repeat url(../images/icn_arrow_rd_wh.png);
}
.concept-local-nav-item:nth-child(2):hover a::before {
    background: center / cover no-repeat url(../images/icn_arrow_em_wh.png);
}
.concept-local-nav-item:nth-child(3):hover a::before {
    background: center / cover no-repeat url(../images/icn_arrow_mg_wh.png);
}
.concept-local-nav-item:nth-child(4):hover a::before {
    background: center / cover no-repeat url(../images/icn_arrow_or_wh.png);
}
.concept-local-nav-item:hover::after {
    opacity: 1;
}
.concept-local-nav-item:nth-child(1):hover::after {
  background: linear-gradient(155deg, #ea0000 0%, #d80084 100%);
}
.concept-local-nav-item:nth-child(2):hover::after {
    background-image: linear-gradient(146deg, #008224 0%, #008224 65%, #61D600 100%);
}
.concept-local-nav-item:nth-child(3):hover::after {
  background: linear-gradient(155deg, #d80084 0%, #ea0000 100%);
}
.concept-local-nav-item:nth-child(4):hover::after {
  background: linear-gradient(155deg, #ff8f00 0%, #ffef00 100%);
}
#concept .pc-hdg.concept-hdg {
    font-size: 36px;
    padding-top: 80px;
    margin-bottom: 40px!important;
    border-bottom-color: #DCDCDC;
}
.concept-panel-inner {
    border: 1px solid #DCDCDC;
    padding: 30px;
    display: flex;
    gap: 30px;
    height: 100%;
}
.concept-panel-img {
    width: 110px;
    height: 110px;
    margin: 0;
}
.concept-panel-text {
    flex: 1;
}
.concept-panel-text h3 {
    font-size: 24px;
    margin-bottom: 20px;
}
.pc-card-link a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
    align-items: stretch;
}
.pc-card-link .pc-card-body {
    overflow: hidden;
}
.lyt-img-b {
    flex: 0 0 auto;
}
.lyt-img-b + .pc-card-detail {
    margin-top: 0!important;
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;

}
.points-of-attention {
    display: flex;
    flex-wrap: wrap;
    column-gap: 40px;
}
.points-of-attention-col {
    border: 1px solid #008224;
    padding: 20px;
    margin-top: 20px;
    display: flex;
    gap: 16px;
    font-size: 18px;
    width:calc(100%/3 - 80px/3);
    align-items: center;
}
.points-of-attention-num {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(90deg, #61D600 0%, #00E7EF 100%);
    font-family: FujitsuInfinityPro-Bold, Arial, Verdana, Lucida Grande, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", sans-serif;
    font-weight: bold;
    line-height: 1;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    text-align: center;
}
.points-of-attention-num > span {
    display: block;
}
.points-of-attention-num > span:first-child {
    font-size: 12px;
    margin-bottom: 4px;
}
.points-of-attention-catch {
    flex: 1;
}
h2.hdg-b {
    border-bottom: none;
}
h2 span.model-subtitle {
    font-size: 24px;
    display: inline-block;
    margin-left: 8px;
}
.lyt-col-a[class*=diff-col].model-list {
    margin-bottom: -40px !important;
    margin-left: -40px;
}
.model-list .model-list-item {
    padding-bottom: 40px;
    padding-left: 40px;
}
.model-list-item a {
    border: 2px solid #fff;
    background: #fff;
    display: flex;
    text-decoration: none;
    height: 100%;
}
.model-list-item a:hover {
    border: 2px solid #000;
}
.model-list-item a > * {
    width: 50%;
}
.model-list-desc {
    padding: 30px;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    height: 100%;
}
.main-contents .model-list-desc .pc-link-more {
    margin-top: auto!important;
}
.model-list-item h3 {
    font-family: FujitsuInfinityPro-Bold, Arial, Verdana, Lucida Grande, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", sans-serif;
    font-size: 80px;
    line-height: 1;
    margin: 0 auto 20px;
    width: 100%;
}
.model-list-item h3 span {
  font-size: 16px;
}
.model-list-img {
    max-width: 310px;
    max-height: 310px;
    margin: 0;
}
.select-from-scenarios-list {
    display: flex;
    flex-wrap: wrap;
}
.select-from-scenarios-item {
    width: 256px;
    padding-top: 266px;
    position: relative;
    overflow: hidden;
}
.select-from-scenarios-item.mobile-work {
    background: url(../images/img_scene01_256_266.jpg) no-repeat center center / cover;
}
.select-from-scenarios-item.hybrid-work {
    background: url(../images/img_scene02_256_266.jpg) no-repeat center center / cover;
}
.select-from-scenarios-item.office-work {
    background: url(../images/img_scene03_256_266.jpg) no-repeat center center / cover;
}
.select-from-scenarios-item.professional-work {
    background: url(../images/img_scene04_256_266.jpg) no-repeat center center / cover;
}
.select-from-scenarios-item.fieldwork {
    background: url(../images/img_scene05_256_266.jpg) no-repeat center center / cover;
}
.select-from-scenarios-item.system-operation {
    background: url(../images/img_scene06_256_266.jpg) no-repeat center center / cover;
}
.select-from-scenarios-thumb {
    display: flex;
    align-items: center;
    background: rgba(0,0,0,.8);
    color: #fff;
    gap: 12px;
    padding: 12px;
    height: 72px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: .3s ease-in-out;
}
.select-from-scenarios-thumb img {
    width: 28px;
    height: 28px;
}
.select-from-scenarios-thumb span {
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
}
.select-from-scenarios-detail {
    background: rgba(255, 231, 0, .9);
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    padding: 20px 16px;
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(100%);
    transition: .3s ease-in-out;
}
.select-from-scenarios-item:hover .select-from-scenarios-detail {
    opacity: 1;
    transform: translateY(0);
}
.select-from-scenarios-detail .pc-link-more {
    margin-top: 20px!important;
}
.select-from-scenarios-detail h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 16px;
}
.select-from-scenarios-detail p {
    line-height: 1.5;
}
@media only screen and (min-width: 961px) {
    .select-from-scenarios-item:hover .select-from-scenarios-thumb {
        opacity: 0;
    }
}
/* 背景 */
.c-bg-yl-or {
    background: linear-gradient(155deg, #ffef00 0%, #ff8f00 100%);
    color: #000;
}
.FujitsuInfinityPro-Bold {
    font-family: FujitsuInfinityPro-Bold, Arial, Verdana, Lucida Grande, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", sans-serif;

}
/* 既存コンポネ調整 */
.concept-panels.lyt-col-a.diff-col2 {
    margin-left: -40px;
}
.concept-panels > .col {
    justify-content: flex-start;
    align-items: stretch;
    padding-bottom: 40px;
    padding-left: 40px;
}
#concept .pc-link-more {
    color: #000;
}
#concept .pc-card-link{
    margin-top: auto!important;
}
#concept .pc-link-more::before,#concept  .pc-link-more::after {
    border-color: #000;
}
#concept .pc-card-link .pc-card-title {
    flex: 0;
    justify-content:left;
}
#concept .pc-card-hdg {
    margin-bottom: 20px;
}
/* related-links */
.pc-related .section-inner {
    padding: 10px 0;
  }
  
  .pc-related-layout {
    display: flex;
    flex-wrap: wrap;
  }
  
  .main-contents > .pc-related-layout {
    margin-top: 10px;
  }
  
.pc-related-layout .pc-related-bnr {
    width: 50%;
    padding: 0 10px 0 0;
    order: 1;
  }
  
  .pc-related-layout .pc-related-item {
    width: 50%;
    order: 2;
    flex: none;
  }
  
  @media only screen and (max-width: 767px) {
    .pc-related-layout .pc-related-bnr {
      width: 100%;
      padding: 0 0 10px 0;
    }
    /* .pc-related-layout .pc-related-bnr img{
      height: 50px;
    } */
    .pc-related-layout .pc-related-item {
      width: 100%;
    }
    .pc-related-layout .pc-related-item img{
      width: auto;
      height: 20px;
    }
    .pc-related .section-inner{
      padding: 0 0 10px;
    }
  }
  .pc-related-links li {
    margin-bottom: 16px;
  }
  
  .pc-related-links li:last-child {
    margin-bottom: 0;
  }
  
  /* related-btn-links */
  .pc-related-btn-links {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin-left: -20px;
  }
  
  .pc-related-btn-links li {
    width: 100%;
    margin-left: 20px;
  }
  
  .pc-related-btn-links li a {
    width: 100%;
    min-height: 65px;
  }
  
  .pc-related-btn {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 9px 20px;
    line-height: 1.5;
    background: #eee;
    border: 1px solid #ccc;
    text-decoration: none;
    color: inherit;
  }
  
  .pc-related-btn::after {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    position: absolute;
    top: 50%;
    right: 16px;
    border-top: 1px solid;
    border-right: 1px solid;
    transform: translateY(-50%) rotate(45deg);
  }
  
  @media only screen and (max-width: 767px) {
    .pc-related-btn-links {
      display: block;
      margin-left: 0;
    }
    .pc-related-btn-links li {
      width: 100%;
      margin-left: 0;
      margin-bottom: 10px;
    }
    .pc-related-btn-links li a {
      width: 100%;
      min-height: auto;
    }
  }
  .pc-bg-sb-or-yl-t3 {
    background-image: url(/platform/pc/content/workstyle_henkaku/images/sb-h5-t3.png);
    background-position: left bottom;
    background-size: 120%;
    color: #000;
  }
  
  .pc-bg-sb-cy-yl-t2 {
    background-image: url(/platform/pc/content/workstyle_henkaku/images/sb-e1-t2.png);
    background-position: right bottom;
    background-size: 220%;
    color: #000;
  }
  @media only screen and (max-width: 1280px) {
    .pc-bg-sb-or-yl-t3 {
      background-size: cover;
    }
    .pc-bg-sb-cy-yl-t2 {
      background-size: cover;
    }
  }
  .pc-hdg {
    font-size: 2.4rem;
    line-height: 1.4;
    margin: 0 0 20px !important;
    padding-top: 68px;
    padding-bottom: 16px;
    border-bottom: 3px solid #6d6e70;
    position: relative;
  }
  
  .pc-hdg::before {
    display: block;
    position: absolute;
    content: "";
    left: 0;
    bottom: -3px;
    width: 24.69%;
    height: 3px;
    min-width: 72px;
    background-color: #ea0000;
  }
  
  h2.pc-hdg sup {
    top: -1em;
  }
  
  .pc-hdg-bl::before {
    background-color: #2400b0;
  }
  
  .pc-hdg-or::before {
    background-color: #ff8000;
  }
  
  .pc-hdg-lm::before {
    background-color: #61d600;
  }
  
  .pc-hdg-em::before {
    background-color: #008224;
  }
  
  .pc-hdg-cy::before {
    background-color: #00e7ef;
  }
  
  .pc-hdg-mg::before {
    background-color: #d80084;
  }
  
  .pc-hdg-yl::before {
    background-color: #FFE700;
  }
  /* product-list */
  /* .pc-product-list.lyt-col-a {
    width: 980px;
    margin: 0 auto;
  }
  .pc-product-list.lyt-col-a[class*=diff-col] > * {
    padding-left: 10px;
  }
  
  .pc-product-list a {
    text-align: center;
    text-decoration: none;
  }
  
  .pc-product-visual {
    margin-bottom: 10px;
  }
  
  .pc-product-size {
    font-size: 12px;
  }
  
  .pc-product-title {
    font-size: 12px;
  }
  
  .pc-product-disc {
    font-size: 14px;
  } */
  
  /* @media only screen and (max-width: 1000px) {
    .pc-product-list.lyt-col-a {
      width: 100%;
    }
  } */

  /* @media only screen and (max-width: 767px) {
    .pc-product-list.lyt-col-a[class*=diff-col] {
      display: flex;
      flex-wrap: wrap;
    }
    .pc-product-list.lyt-col-a.diff-col5 > * {
      width: 50%;
    }
  } */
   
/* product-bnr */
.pc-product-bnr {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 980px;
    margin: 0 auto;
    padding: 25px;
    border: 1px solid #dcdcdc;
  }
  
  .pc-product-bnr-visual {
    margin-right: 25px;
  }
  .pc-product-bnr-visual + .pc-product-bnr-visual {
    margin-right: 40px;
  }
  .pc-product-bnr-disc {
    font-size: 1.5rem;
  }
  
  @media only screen and (max-width: 1000px) {
    .pc-product-bnr {
      width: 100%;
    }
  }
  @media only screen and (max-width: 767px) {
    .pc-product-bnr {
      display: block;
    }
    .pc-product-bnr-visual {
      margin-right: 0;
      margin-bottom: 15px;
      text-align: center;
    }
    .pc-product-bnr-visual + .pc-product-bnr-visual {
      margin-right: 0;
    }
    .pc-product-bnr-disc {
      font-size: 1.6rem;
    }
  }
  /* card-link */
.pc-card-link .col {
    display: flex;
    flex-direction: column;
  }
  
  .pc-card-link .pc-card-title {
    flex: 1;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  
  .pc-card-link .pc-card-body {
    flex: auto;
  }
  
  .pc-card-hdg {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
  }
  
  .pc-card-link .lyt-img-b + p {
    margin-top: 10px !important;
  }
  
  .pc-card-link {
    margin-top: 10px !important;
  }
  
  /* 仮設定*/
  .pc-card-link .pc-card-title.line-2 {
    min-height: 74px;
  }
  
  .pc-panel-detail .pc-card-link .pc-card-title {
    justify-content: left;
  }
  
  .pc-panel-detail h4.pc-card-hdg {
    font-size: 1.8rem;
    line-height: 1.4;
    text-align: left;
  }
  /* slider more btn */
a .pc-link-more {
    color: #6d6e70;
  }
  
  .pc-link-more {
    display: inline-block;
    margin-top: 8px;
    padding: 0.85em 0.8em 0.85em 2.85em;
    position: relative;
    font-size: 12px;
  }
  
  .pc-link-more::before,
  .pc-link-more::after {
    content: "";
    display: block;
    position: absolute;
  }
  
  .pc-link-more::before {
    width: 26px;
    height: 26px;
    border: 1px solid;
    border-radius: 50%;
    left: 0;
    top: 7px;
  }
  
  .pc-link-more::after {
    width: 8px;
    height: 8px;
    border-top: 1px solid;
    border-right: 1px solid;
    left: 7px;
    top: 16px;
    transform: rotate(45deg);
  }
  
  a:hover .pc-link-more::before {
    animation: 0.5s linear 1 forwards link-circle-a;
  }
  
  a:hover .pc-link-more::after {
    animation: 0.5s linear 1 forwards link-arrow-a;
  }
  
  @keyframes link-circle-a {
    0% {
      border-color: transparent;
      border-top-color: inherit;
    }
    33% {
      border-color: transparent;
      border-right-color: inherit;
    }
    66% {
      border-color: transparent;
      border-bottom-color: inherit;
    }
    100% {
      border-color: inherit;
      transform: rotate(270deg);
    }
  }
  @keyframes link-arrow-a {
    0% {
      transform: translateX(0) rotate(45deg);
    }
    33% {
      opacity: 0;
      transform: translateX(16px) rotate(45deg);
    }
    66% {
      opacity: 0;
      transform: translateX(-16px) rotate(45deg);
    }
    100% {
      opacity: 1;
      transform: rotate(45deg);
    }
  }
  /* メインビジュアル（追加背景） */
.lf-hero-a.pc-lf-hero::after {
    display: none;
  }
  .lf-hero-a.pc-sbg-h5-t2 .lf-hero-contents {
    color: #000;
  }
  .lf-hero-a.pc-lf-hero .lf-hero-contents {
    background-size: cover;
  }
  
  .lf-hero-a.pc-lf-hero .lf-hero-contents .lf-hero-contents-inner {
    margin-right: 16px;
  }
  
  @media only screen and (min-width: 1281px) {
    .lf-hero-a.pc-lf-hero .lf-hero-contents .lf-hero-contents-inner {
      width: 640px;
      margin-right: 0;
      padding-left: 0;
      padding-right: 20px;
    }
    .lf-hero-a.pc-lf-hero .lf-hero-contents .lf-hero-contents-inner .lf-hero-desc {
      width: 600px;
    }
  }
  @media only screen and (max-width: 767px) {
    .lf-hero-a.pc-lf-hero .lf-hero-visual::before {
      display: none;
    }
  }
@media only screen and (max-width: 960px) {
    .concept-anchor + .hdg-b.diff-center {
        margin-top: 0!important;
        padding-top: 40px;
    }    
    .points-of-attention {
        flex-direction: column;
    }
    .points-of-attention-col {
        width: 100%;
    }
    .points-of-attention-col:first-child {
        margin-top: 0;
    }
    .lyt-col-a[class*=diff-col].model-list {
        margin-bottom: -20px !important;
        margin-left: -20px;
    }
    .model-list .model-list-item {
        padding-bottom: 20px;
        padding-left: 20px;
        margin-bottom: 0;
    }
    .model-list-img {
        max-width: 160px;
        max-height: 160px;
    }
    .model-list-desc {
        padding: 16px;
    }
    .model-list-item h3 {
        font-size: 40px;
        margin-bottom: 16px;
    }
    h2 span.model-subtitle {
        font-size: 18px;
    }
    .model-list-item p {
        font-size: 14px;
    }
    .select-from-scenarios-list {
        flex-wrap: wrap;
        gap: 20px 16px;
    }
    .select-from-scenarios-item {
        width: calc(50% - 8px);
        padding-top: 48.305084745762712%;
    }
    .select-from-scenarios-item a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .select-from-scenarios-thumb {
        padding: 8px;
        height: 54px;
    }
    .select-from-scenarios-thumb img {
        display: none;
    }
    .select-from-scenarios-thumb span {
        font-size: 16px;
        line-height: 1.25;
    }
    .select-from-scenarios-detail {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .concept-anchor .box-a {
        padding: 30px 40px;
    }
    .concept-anchor p {
        text-align: left;
    }
    .concept-local-nav {
        flex-direction: column;
        padding: 0;
    }
    .concept-local-nav-item {
        padding: 14px 16px;
        position: relative;
        border-bottom: 1px solid #B1B1AC;
    }
    .concept-local-nav-item::after {
        top: 0;
        height: 100%;
    }
    .concept-local-nav-item a::before {
        left: 16px;
        top: 0;
        bottom: 0;
        position: absolute;
        margin: auto;
    }
    .concept-local-nav-item + .concept-local-nav-item {
        border-left: none;
    }
    #concept .pc-hdg.concept-hdg {
        font-size: 24px;
        padding-top: 64px;
        margin-top: 0!important;
    }
    .concept-panel.col {
        padding-bottom: 0;
        margin-bottom: 20px;
    }
    .concept-panel-inner {
        flex-direction: column;
        gap: 20px;
        padding: 20px;
    }
    .concept-panel-img {
        margin: 0 auto;
    }
    .concept-panel-text h3 {
        font-size: 20px;
    }
    .concept-panels.lyt-col-a.diff-col2 > * {
        padding-bottom: 20px;
        padding-left: 20px;
        margin-bottom: 0;
    }
    .concept-panels.lyt-col-a.diff-col2 {
        margin-left: -20px;
    }
  }
.concept-top .pc-hdg {
  padding-top: 40px;
}
.pc-hdg-cy-left {
  font-size: 24px;
  margin-bottom: 20px;
  padding-left: 20px;
  margin-top: 40px;
  border-left: 3px solid #00E7EF;
}
/* SP */
@media only screen and (max-width: 480px) {
  .concept-top .pc-hdg {
    padding-top: 0;
  }
  .pc-hdg-cy-left {
    margin-top: 0;
  }
  .lyt-col-a.u-fxd-sp-cr {
    flex-direction: column-reverse;
    display: flex;
  }
}

/* User Thinking */
.lf-hero-a.user-thinking-hero .lf-hero-contents {
  color: #000;
  background-image: url(/platform/pc/content/concept/user-thinking/FJ_SB_E1_T2_RGB-8000px.jpg);
}
.user-thinking-mobility--hero .lf-hero-contents {
  color: #000;
  background-image: url(/platform/pc/content/concept/user-thinking/main_02.jpg);
}
.user-thinking-usability--hero .lf-hero-contents {
  color: #FFF;
  background-image: url(/platform/pc/content/concept/user-thinking/main_03.jpg);
}
.user-thinking-design--hero .lf-hero-contents {
  background-image: url(/platform/pc/content/concept/user-thinking/main_04.jpg);
}
.user-thinking-quality--hero .lf-hero-contents {
  color: #000;
  background-image: url(/platform/pc/content/concept/user-thinking/main_05.jpg);
}
.user-thinking h2.lf-hero-hdg {
  font-size: 32px;
}
.user-thinking .list-notes-a>li {
  font-size: 12px;
}
.user-thinking-lead > p {
  text-align: center;
}
.user-thinking-lead-box {
  display: flex;
  border: 1px solid #DCDCDC;
  padding: 20px;
  align-items: center;
  gap: 40px;
}
.user-thinking-lead-box-img {
  max-width: 270px;
}
.user-thinking .lyt-col-a[class*=diff-col] {
  margin-left: -40px;
}
.user-thinking .lyt-col-a[class*=diff-col] > * {
  padding-left: 40px;
}
@media only screen and (max-width: 480px) {
  .user-thinking-lead-box {
    flex-direction: column;
  }
}
.user-thinking--box {
  border: 1px solid #DCDCDC;
  padding: 20px;
  margin-bottom: 34px;
}
.user-thinking--box h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 28px;
}
.user-thinking .user-thinking--box .list-notes-a {
  margin-top: 0!important;
  padding-left: 0;
}
.user-thinking--box p + .list-notes-a {
  margin-bottom: 0!important;
}
.user-thinking--box .list-notes-a + p {
  margin-top: 0!important;
}
.user-thinking-hdg3 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 16px;
}
.user-thinking-hdg-center {
  font-size: 16px;
  margin-bottom: 16px;
  text-align: center;
}
.user-thinking--others-hdg3 {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 20px;
}
.user-thinking--others-hdg3::after {
  content: "";
  display: block;
  width: 160px;
  height: 3px;
  background: #008224;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.user-thinking--others-hdg3 + p {
  text-align: center;
}
.pc-btn-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  margin-left: -40px;
  margin-bottom: -20px !important;
  justify-content: center;
}
.pc-btn-list[data-align=start] {
  justify-content: flex-start;
}
.pc-btn-list[data-align=end] {
  justify-content: flex-end;
}
.pc-btn-list[data-margin=half] {
  margin-top: 20px !important;
}
.pc-btn-list > li {
  margin: 0 0 20px 40px;
}
.pc-btn-list-auto .pc-btn {
  width: auto;
}
.pc-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 335px;
  padding: 12px 32px;
  border-radius: 80px;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  background: #000;
  color: #fff;
  transition: opacity 0.3s;
}
.pc-btn.pc-btn-movie {
  background: linear-gradient(155deg, #ea0000 0%, #FF8000 100%);
}
.pc-btn-icon .pc-icon {
  flex: none;
  margin-left: 16px;
  margin-right: 0;
  max-width: 20px;
  vertical-align: text-top;
}
.user-thinking--note-red {
  color: #EA0000;
}
.user-thinking .pc-hero-area-c .content-text .main-txt {
  font-size: 14px;
}
.user-thinking .pc-hero-area-c .content-text .content-desc {
  font-size: 24px;
  font-weight: bold;
}
/* 見出し（サークル） */
.pc-hero-area-c {
  display: flex;
  min-height: 320px;
  color: #ffffff;
  background-color: #3c3c3c;
}

.pc-hero-area-c .content {
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.pc-hero-area-c .content-text {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  z-index: 1;
}

.pc-hero-area-c .content-text-inner {
  width: 75%;
}

.pc-hero-area-c .content-text .main-txt {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
}

.pc-hero-area-c .content-text .sub-txt {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
}

.pc-hero-area-c .content-text .content-desc {
  margin-top: 10px;
}

.pc-hero-area-c .visual {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 320px;
  width: 100%;
  overflow: hidden;
}

.pc-hero-area-c .visual > img {
  position: absolute;
  top: calc(50% - 305px);
  right: -170px;
  /* z-index: -1; */
  max-width: inherit;
  width: 550px;
  display: block;
}

.section + .pc-hero-area-c {
  margin-top: 95px;
}

@media only screen and (max-width: 1280px) {
  .pc-hero-area-c {
    min-height: inherit;
    max-height: 320px;
    height: calc(320vw * 100 / 1280);
  }
  .pc-hero-area-c .content-text {
    margin-left: 8px;
  }
  .pc-hero-area-c .content-text .main-txt {
    font-size: calc(32vw * 100 / 1280);
  }
  .pc-hero-area-c .content-text .content-desc {
    font-size: 14px;
  }
  .pc-hero-area-c .visual {
    min-height: inherit;
    height: calc(320vw * 100 / 1280);
  }
}
@media only screen and (max-width: 1000px) {
  .pc-hero-area-c .visual > img {
    top: calc(50% - 205px);
    right: -55px;
    width: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .pc-hero-area-c {
    height: auto;
    max-height: inherit;
    min-height: calc(260vw * 100 / 1000);
    overflow: hidden;
  }
  .pc-hero-area-c .content {
    padding-top: 0;
  }
  .pc-hero-area-c .content-text {
    padding: 20px;
    max-width: inherit;
    margin-left: 0;
  }
  .pc-hero-area-c .content-text-inner {
    width: 100%;
  }
  .pc-hero-area-c .content-text .main-txt {
    font-size: 2.4rem;
  }
  .pc-hero-area-c .content-text .sub-txt {
    font-size: 2rem;
  }
  .pc-hero-area-c .content-text .content-desc {
    font-size: 14px;
  }
  .pc-hero-area-c .visual {
    display: none;
  }
  .section + .pc-hero-area-c {
    margin-top: 40px;
  }
}

/*----------------------------------
2025-5-28 バナー追加
----------------------------------*/
.bnr-area{
  max-width: 1100px;
  margin: 0 auto 65px;
  transition: .3s;
}
.bnr-area:hover{
  opacity: .7;
}
.bnr-area img{
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .bnr-area{
    width: 100%;
    padding: 0 16px;
    margin-bottom: 50px;
  }
}

/*----------------------------------
2026-1-15 改修
----------------------------------*/
#concept{
  padding-bottom: 0;
}
/* @media only screen and (max-width: 767px) {
.fmw-nav-wrapper{
  display: none;
}
} */
#footer-conversion {
  margin-top: 0;
}
footer * {
  font-family: "Noto Sans Japanese", sans-serif;
}

/* ---------------------------------------------
*   2026-2-2 改修
--------------------------------------------- */
.lyt-img-b.is-small {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
}
.c-box-movie {
    width: 100%;
    background-color: #fff1e3;
    padding: 60px 0 80px;
    margin-bottom: 60px;
}
.c-box-movie__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.c-box-movie__ttl {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    line-height: 1.2;
}
.c-box-movie__ttl-small {
    font-weight: normal;
    font-size: 17px;
}
.c-box-movie__contents{
  max-width: 640px;
  margin-inline: auto;
}
.c-box-movie__contents:hover{
  opacity: .7;
}
.c-box-movie iframe {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.bnr-area-mij{
  max-width: 640px;
  margin: 0 auto 140px;
  transition: .3s;
}
.bnr-area-mij:hover{
  opacity: .7;
}
.bnr-area-mij img{
  width: 100%;
}
.section-cta {
    margin-top: 100px;
}
.c-box-cta {
    background-color: #efefef;
    padding: 50px 0 55px;
    margin-inline: auto;
    margin-bottom: 75px;
    max-width: 1100px;
    font-feature-settings: "palt";
}
.c-box-cta__ttl {
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 20px;
}
.c-box-cta__txt {
    text-align: center;
}
.c-box-cta__item {
    display: flex;
    justify-content: center;
    gap: 67px;
    flex-wrap: wrap;
}
.c-box-cta__btn {
    display: block;
    text-decoration: none;
}
.c-box-cta__btn:hover {
    opacity: .7;
}
.c-box-cta__btn img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 381px;
}

@media only screen and (max-width: 767px) {
  .bnr-area-mij {
    width: 100%;
    padding: 0 16px;
    margin-bottom: 50px;
  }
  .c-box-movie {
    padding: 30px 0 40px;
    margin-bottom: 30px;
  }
  .c-box-movie__ttl {
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    line-height: 1.4;
  }
  .section-cta {
    margin-top: 50px;
  }
  .c-box-cta {
    background-color: #efefef;
    padding: 50px 10px;
    margin-inline: auto;
    margin-bottom: 80px;
    font-feature-settings: "palt";
  }
  .c-box-cta__ttl {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .c-box-cta__item {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    margin-inline: auto;
    width: 300px;
  }
}