@charset "UTF-8";

/* =========================================================
  共通ベーススタイル (旧 common.css)
========================================================= */
html {
  font-size: 62.5%;
  width: 100%;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
body {
  color: #222222;
  font-family: 'Noto Sans JP', 'YuGothic', 'PT Sans', 'Roboto', "Yu Gothic", 'serif';
  line-height: 1.6;
  font-weight: 400;
  text-align: left;
  font-size: 1.6em;
  letter-spacing: .06em;
}
.body {}
h2 { font-size: 3.2rem; }
a { cursor: pointer; text-decoration: none; color: inherit; }
img { max-width: 100%; }
ul li { list-style: none; }
*, *:before, *:after { background-repeat: no-repeat; box-sizing: border-box; }

/* スマホ用改行クラス（PCでは非表示） */
.br-sp { display: none; }

.sp { display: none; }
.pc { display: block; }

.openbtn{ display: none; }
.menu p { display: none; }

header {
  position: fixed;
  transition: .3s;
  z-index: 9999 !important;
}
.header { height: 80px; width: 100%; background-color: #FFF; }

.openbtn {
  z-index: 10000 !important;
}
#g-nav.panelactive {
  background-color: #003F8E !important; 
  z-index: 9990 !important;
}
#g-nav-list {
  z-index: 9995 !important;
}

.header_wrap {
  height: 100%; width: 90%; margin: 0 auto; display: flex; align-items: center; justify-content: space-between;
}
.header_wrap h1 { width: 20vw; min-width: 240px; line-height: 0; }
.logo { display: inline-block; line-height: 0; width: 100%; }
.logo img { width: 100%; }
.header nav { display: block; margin-left: auto; }
.header nav ul { display: flex; font-weight: 500; }
.header nav ul a { display: block; font-size: 1.5rem; text-align: left; padding: 8px 20px; width: 100%; height: 100%; }

.nav__contact{
  position: relative; background-color: #CC0410; border-radius: 50px; color: #FFF; z-index: 0; overflow: hidden;
}
.nav__contact::before {
  content: ""; display: block; position: absolute; top: 0; left: 0; width: 0%; height: 100%; border-radius: 50px; background-color: #003F8E; z-index: -1; transition:  .5s;
}
.nav__contact:hover::before { width:100%; }
.nav__contact a { display: block; font-size: 1.5rem; text-align: center; padding: 8px 20px; width: 100%; height: 100%; }

.more__button{
  background-color: #F6F6F4; width: 220px; line-height: 5.7rem; display: inline-block; text-align: center; letter-spacing: .04em; font-weight: 700; position: relative; border-left: 0.6rem solid #003F8E; color: #011F44; z-index: 0; padding-right: 1.2rem; margin-top: 4.0rem;
}
.more__button::before {
  content: ""; position: absolute; top: 0; bottom: 0; width: 0; display: block; background-color: #003F8E; z-index: -1; transition: .4s;
}
.more__button:hover { color: #FFf; }
.more__button:hover::before { width:100%; }
.more__button a { display: block; width: 100%; height: 100%; }

.more__arrow{ position: relative; }
.more__arrow::after{
  position: absolute; content: ""; top: calc(50% - 4px); right: 24px; width: 10px; height: 10px; border: 2px solid; border-color: transparent transparent #003F8E #003F8E; transform: rotate(-135deg); transition: .7s; z-index: -1;
}
.more__arrow:hover::after{ right: 14px; border-color: transparent transparent #FFF #FFF; }

.productList a { display: block; text-align: right; }
.detail__btn {
  position: relative; overflow: hidden; text-decoration: none; display: inline-block; border: 2px solid #003F8E; border-radius: 50px; text-align: center; outline: none; transition: ease .2s;
}
.detail__btn p {
  font-size: 1.6rem; position: relative; z-index: 3; color:#011F44; width: 100%; height: 100%; padding: 0.6rem 3.4rem 0.6rem 2.6rem; font-weight: 400;
}
.detail__btn:hover p { color:#FFF; font-weight: 500; }
.bgskew2::before {
  content: ''; position: absolute; top: 0; left: -130%; background:#003F8E; width:120%; height: 100%; transform: skewX(-25deg);
}
.bgskew2:hover::before { animation: skewanime .5s forwards; }
@keyframes skewanime { 100% { left:-10%; } }

.detail__arrow { position: relative; }
.detail__arrow::before {
  position: absolute; content: ""; top: calc(50% - 5px); right: 18px; width: 10px; height: 10px; border: 2px solid; border-color: transparent transparent #003F8E #003F8E; transform: rotate(-135deg); transition: .7s; z-index: 1;
}
.detail__arrow:hover::before { border-color: transparent transparent #FFF #FFF; z-index: 1; }

.imgFadeUp { opacity: 0; visibility: hidden; transform: translateY(50px); transition: opacity 1s,visibility 1s, transform 1s; }
.scroll { opacity: 1; visibility: visible; transform: translateY(0px); }
.loadImgFadeUp { display: none; }

.contact { background-color: #043D85; color: #FFF; text-align: center; margin-top: 15.0rem; }
.contact_inner { padding: 90px 20px 140px; }
.contact__title { white-space: nowrap; font-size: 5.4rem; padding-bottom: 10px; font-weight: 800; }
.contact__text { font-weight: 500; padding-bottom: 44px; }
.contact_btn{ position: relative; overflow: hidden; text-decoration: none; display: inline-block; border: 2px solid #FFF; border-radius: 50px; padding: 10px 30px; text-align: center; outline: none; transition: ease .2s; }
.contact_btn p { position: relative; z-index: 3; color:#FFFFFF; font-weight: 400; }
.contact_btn:hover p { color:#003F8E; font-weight: 500; }
.bgskew::before { content: ''; position: absolute; top: 0; left: -130%; background:#FFF; width:120%; height: 100%; transform: skewX(-25deg); }
.bgskew:hover::before { animation: skewanime .5s forwards; }

.footer { width: 100%; background-color: #E7F6FF; padding: 7.5rem 4.6rem 2rem; }
.footer[data-is-contact="true"] { margin-top: 15.0rem; }
.footer__flex { display: flex; flex-direction: row; justify-content: space-between; column-gap: 40px; }
.footer__logo { margin-bottom: 24px; min-width: 300px; }
.mgr-6 { margin-right: 6px; }
.footer__address ul { font-family: Helvetica; margin-bottom: 50px; }
.footer__address p { margin-bottom: 10px; }
.footerNavigation { margin: 0 30px; color: #003F8E; font-weight: 500; }
.footerNavigation span { color: #003F8E; font-weight: 600; }
.footerNavigation p::before { content: ''; width: 8px; height: 1px; display: inline-block; background-color: #222; position: absolute; top: calc(50% - 0px); right: calc(50% + 36px); }
.footer__contact{ position: relative; background-color: #CC0410; border-radius: 50px; color: #FFF; width: 138px; z-index: 0; overflow: hidden; margin-top: 4rem; }
.footer__contact::before { content: ""; display: block; position: absolute; top: 0; left: 0; width: 0%; height: 100%; border-radius: 50px; background-color: #003F8E; z-index: -1; transition:  .5s; }
.footer__contact:hover::before { width:100%; }
.footer__contact a { display: block; font-size: 1.5rem; text-align: center; padding: 8px 20px; width: 100%; height: 100%; }
.footerContact__text { font-size: 1.5rem; }
.footer__navigation { display: flex; flex-direction: row; white-space: nowrap; }
.footer__navigation--end { justify-content: flex-end; margin-top: 20px; }
.footer__navigation--end a { color: #749BC7; font-size: 14px; }
.footerNavigation a:hover { border-bottom: 1.8px solid #003F8E; }
.footer__navigation--end a:hover { border-bottom: 1.8px solid #749BC7; }

.scroll-top { position: fixed; right: 20px; bottom: 10px; z-index: 2; opacity: 0; visibility: hidden; transition: opacity .5s, visibility .5s; -webkit-writing-mode: vertical-rl; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; white-space: nowrap; animation: arrowmove 1s ease-in-out infinite; }
@keyframes arrowmove{ 0%{bottom:20px;} 50%{bottom:25px;} 100%{bottom:20px;} }
.scroll-top.scroll-view { opacity: 1; visibility: visible; }
.scroll-top a { text-decoration: none; color: #666; text-transform: uppercase; font-size:0.9rem; display: block; }
.js-scroll a::after{ content:""; position: absolute; top:0; right:0; width:1px; height: 50px; background:#666; }
.js-scroll a::before { content: ""; position: absolute; top: 30px; right: -6px; width: 1px; height: 20px; background: #666; transform: skewX(-31deg); }
_:-ms-lang(x), .js-scroll a::before{ right:-11px; }
.js-pagetop a::after{ content:""; position: absolute; top:0; right:0; width:1px; height: 50px; background:#666; }
.js-pagetop a::before { content: ""; position: absolute; top: 0; right: -6px; width: 1px; height: 20px; background: #666; transform: skewX(31deg); }
_:-ms-lang(x), .js-pagetop a::before{ right:0; }
.footer__copyright { font-size: 1.3rem; font-family: helvetica; font-weight: 400; text-align: center; margin-top: 80px; color: #999; }

/* =========================================================
 メインコンテンツスタイル (旧 main.css)
========================================================= */
#splash{ position: fixed; z-index: 999; width: 100%; height: 100%; background: #182578; text-align: center; display: none; }
#splash_logo{ position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); }

.mv {
    padding-top: 8.0rem;
    height: 100vh;
    box-sizing: border-box;
}
.video-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.video {
    display: block;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.appeartext { color: #093C7B; font-size: 4.6rem; line-height: 2; letter-spacing: 0.05em; mix-blend-mode: multiply; }
.mv_message { margin-top: 13%; margin-left: 8%; position: absolute; z-index: 2; }
.mv_subtitle { margin-top: 1.0rem; mix-blend-mode: multiply; }
.rhombus__inner { position: relative; }
.item { position: absolute; }
.item1 { top: 22.0rem; right: 6.0rem; z-index: 1; }
.item2 { top: 27.0rem; right: 8.0rem; z-index: 1; }
.item3 { top: 32.0rem; right: 10.0rem; z-index: 1; }
.item4 { top:37.0rem; right: 12.0rem; z-index: 1; }
.item5 { top: 42.0rem; right: 14.0rem; z-index: 1; }
.box{ opacity: 0; }
.fadeUpMv { animation-name:fadeUpAnime; animation-duration:0.5s; animation-fill-mode:forwards; opacity: 0; }
@keyframes fadeUpAnime{ from { opacity: 0; transform: translateY(-100px); } to { opacity: 1; transform: translateY(0); } }

.topService {
    overflow: hidden;
}

.topService_inner { padding-right: 10.0rem; margin-top: 16.0rem; max-width: 1440px; }
.topService_column { display: flex; flex-direction: row; background-color: #E7F6FF; padding: 10.0rem; justify-content: space-between; }
.underline h2 { position: relative; }
.underline h2::after { content: ''; display: block; width: 40px; height: 3px; background-color: #003F8E; position: absolute; bottom: -0.4rem; left: 0; }
.topService__group { margin-right: 6.0vw; }
.topService__group h2 { margin-bottom: 6.2rem; position: relative; }
.topService__group h2::before { content:''; position: absolute; background-image: url("../images/common/service.svg"); background-repeat: no-repeat; background-position: center; background-size: contain; width: 506px; height: 204px; top: -21.6rem; left: -12.2rem; }
.topService__group h3 { color: #003F8E; font-size: 2.1rem; margin-bottom: 3.6rem; }
.topService__group p { margin-bottom: 3.0rem; }
.topService__image { width: 120vw; margin: auto; margin-right: -28.0rem; }
.topService__image img { width: 100%; height: auto; display: block; }

.topProduct__group h2 { position: relative; }
.topProduct__group h2::before { content:""; position: absolute; background-image: url("../images/common/product.svg"); background-repeat: no-repeat; background-position: center; background-size: contain; width: 524px; height: 204px; top: -19.4rem; right: -5.4rem; }
.topProduct_inner {
    margin-top: 32rem;
    max-width: 1280px;
    margin: 32rem auto 0;
}
.topProduct_column { display: flex; flex-direction: row-reverse; }
.topProduct__group { padding-right: 10.0rem; }
.topProduct__group h2 { margin-bottom: 6.2rem; }
.topProduct__group h3 { color: #003F8E; font-size: 2.1rem; margin-bottom: 3.6rem; }
.topProduct__group p { margin-bottom: 3.0rem; }
.product_column {
    display: flex;
    flex-wrap: wrap;
    gap: 0 12px;
    align-content: flex-start;
    margin-left: 4rem;
}
.productList { min-width: 250px; width: calc(50% - 60px); box-sizing: border-box; padding-top: 1.6rem; }
.productList_img { margin-bottom: 0.8rem; overflow: hidden; margin-left: auto; max-width: 300px; line-height: 1; }
.productList_img img{ height: auto; transition: transform .6s ease; }
.productList_img:hover img { transform: scale(1.1); }

.topCompany__group { position: relative; }
.topCompany__group h2::before { content:""; position: absolute; background-image: url("../images/common/company.svg"); background-repeat: no-repeat; background-position: center; background-size: contain; width: 618px; height: 204px; top: -19.0rem; left: -7.6rem; }
.topCompany_inner {
    margin-left: auto;
    background-color: #E7F6FF;
    margin-top: 24rem;
    padding: 6%;
    max-width: 1280px;
}
.topCompany__group h2 { margin-bottom: 2.4rem; }
.topCompany__group p { margin-bottom: 2.4rem; } 
.topCompany_column { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; }
.topCompanyCard { margin-right: 3.0rem; width: 30%; min-width: 200px; }
.topCompanyCard:last-child { margin-right: 0; }
.topCompanyCard a{ display: block; text-align: right; }
.topCompanyCard_image { margin-bottom: 0.8rem; max-width: 334px; overflow: hidden; line-height: 1; }
.topCompanyCard_image img{ height: auto; transition: transform .6s ease; }
.topCompanyCard_image:hover img { transform: scale(1.1); }

.topEnvironment_column {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    background-color: #FFF;
    padding: 3.4rem 3.6rem 2.4rem 5.8rem;
    margin-top: 6.0rem;
    margin-bottom: 2.4rem;
}
.environment__decoration { color: #4C9453; font-weight: 500; }
.environment__group { margin-left: 8.0rem; }
.environment__group h4 { font-size: 2.1rem; margin-top: 1.0rem; }
.environment__image { min-width: 270px; overflow: hidden; max-width: 354px; line-height: 1; }
.environment__image img{ height: auto; transition: transform .6s ease; }
.environment__image:hover img { transform: scale(1.1); }
.environment__text { margin-top: 3.8rem; }
.environment_btn { text-align: right; margin-top: 1.6rem; }

.topRecruit__bg {
    background-image: url("../images/top/recruit.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 80%;
    height: 460px;
    margin-top: 24rem;
    background-position: center;
}

.topRecruit__bg::before { content:""; position: absolute; background-image: url("../images/common/recruit.svg"); background-repeat: no-repeat; background-position: center; background-size: contain; width: 36vw; height: 10vw; top: -9.2rem; right: -8.4rem; }
.topRecruit_inner h3 { position: absolute; font-size: 5.0rem; color: #FFF; margin-top: 8.0rem; margin-left: 10.0rem; }
.more__button.more__arrow.recruit { margin-top: 28.0rem; margin-left: 10.0rem; }

/* =========================================================
  Solution セクション
========================================================= */
.topSolution { margin-top: 16.0rem; margin-bottom: 12.0rem; }
.topSolution_inner { max-width: 1280px; margin: 0 auto; padding: 0 4%; }
.topSolution_header { position: relative; margin-bottom: 4.0rem; z-index: 1; }
.solution_en {
  font-family: 'PT Sans', sans-serif; font-size: 14rem; color: #EAEAEA; font-weight: 700; line-height: 0.8; display: block; margin-left: -0.5rem; position: relative; z-index: -1;
}
.solution_ja {
    font-size: 3.2rem;
    font-weight: 700;
    position: relative;
    margin-top: 4rem;
    z-index: 1;
}
.solution_ja::after {
  content: ''; display: block; width: 40px; height: 3px; background-color: #003F8E; position: absolute; bottom: -1.0rem; left: 0;
}
.topSolution_leadWrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 6.0rem;
    gap: 4rem;
}
.topSolution_lead {
    font-weight: 500;
    line-height: 1.8;
    font-size: 1.4rem;
}

.btn_solutionAll {
  display: inline-flex;
  align-items: center;
  background-color: #F4F6F9;
  padding: 1.5rem 2.0rem 1.5rem 3.0rem;
  font-weight: 700;
  font-size: 1.5rem;
  border-left: 5px solid #003F8E;
  color: #011F44;
  text-decoration: none;
  transition: 0.3s;
  white-space: nowrap;
  position: relative;
  z-index: 0;
}

.btn_solutionAll::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  display: block;
  background-color: #003F8E;
  z-index: -1;
  transition: .4s;
}

.btn_solutionAll:hover {
  color: #FFF;
}
.btn_solutionAll:hover::before {
  width: 100%;
}

.btn_solutionAll::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #003F8E;
  border-right: 2px solid #003F8E;
  transform: rotate(45deg);
  margin-left: 2.0rem;
  transition: 0.4s;
  position: relative;
  right: 0;
}

.btn_solutionAll:hover::after {
  border-top-color: #FFF;
  border-right-color: #FFF;
  right: -6px;
}

.topSolution_cards { display: flex; justify-content: space-between; gap: 2.0rem; }

.solutionCard { width: calc(33.333% - 1.33rem); background: #FFF; box-shadow: 0 0 10px rgba(0,0,0,0.05); transition: 0.3s; }
.solutionCard > a { display: flex; flex-direction: column; height: 100%; text-decoration: none; position: relative; }

.solutionCard_head {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1.2rem 1.6rem 1.2rem;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
}

.solutionCard_num {
    font-family: 'PT Sans', sans-serif;
    font-size: 4.8rem;
    color: #025EBA;
    font-weight: 700;
    line-height: 1;
    display: inline-block;
    border-bottom: 3px solid #025EBA;
    padding-bottom: 0.2rem;
}

.solutionCard_title {
    font-size: 1.8rem;
    color: #025EBA;
    font-weight: 700;
    line-height: 1.5;
    margin-top: 0.5rem;
}

.solutionCard_img { width: 100%; overflow: hidden; }
.solutionCard_img img { width: 100%; height: auto; display: block; transition: transform 0.6s ease; }
.solutionCard:hover .solutionCard_img img { transform: scale(1.05); }

.solutionCard_foot {
    background-color: #0C3C7A;
    color: #FFF;
    padding: 1.5rem 2.0rem;
    font-size: 1.4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-grow: 1;
}
.solutionCard_foot p { line-height: 1.4; }
.solutionCard_foot::after {
  content: ''; display: inline-block; width: 6px; height: 6px; border-top: 1px solid #FFF; border-right: 1px solid #FFF; transform: rotate(45deg); margin-left: 1.0rem; flex-shrink: 0;
}

/* =========================================================
 下層ページ 共通クラス
========================================================= */
.lower-main {
  padding-top: 12.0rem;
}
.lower-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 4%;
}
.lower-pageHeader {
  margin-bottom: 1.0rem;
}
.lower-pageHeaderEn {
  font-family: 'PT Sans', sans-serif;
  font-size: 10rem;
  color: #EAEAEA;
  font-weight: 700;
  line-height: 1;
  display: block;
}
.lower-pageHeaderJa {
  font-size: 2.8rem;
  font-weight: 700;
  margin-top: 1.0rem;
  position: relative;
  display: inline-block;
}
.lower-pageHeaderJa::after {
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  background-color: #003F8E;
  position: absolute;
  bottom: -1.0rem;
  left: 0;
}
.lower-breadcrumb {
  padding: 4.8rem 0 6.4rem;
  font-size: 1.2rem;
  color: #666;
}
.lower-breadcrumb a {
  color: #003F8E;
  text-decoration: underline;
  margin-right: 0.5rem;
}
.lower-breadcrumb span {
  margin: 0 0.5rem;
}

.lower-pageTitle {
    font-size: 3.2rem;
    font-weight: 700;
    margin-bottom: 2.0rem;
    line-height: 1.4;
    position: relative;
    display: inline-block;
    margin-top: 6.4rem;
}

.lower-pageTitle::after {
    content: '';
    display: block;
    width: 40px;
    height: 3px;
    background-color: #003F8E;
    position: absolute;
    bottom: -1.0rem;
    left: 0;
}

/* =========================================================
 アーカイブ：ソリューション専用クラス
========================================================= */
.archiveSol-filterWrap {
  background-color: #F8F8F8;
  padding: 5.0rem 0;
  margin-bottom: 6.0rem;
}
.archiveSol-filterHeading {
  font-size: 1.8rem;
  font-weight: 700;
  padding-left: 1.0rem;
  border-left: 4px solid #003F8E;
  margin-bottom: 3.0rem;
}

/* シーンカード */
.archiveSol-sceneContainer {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 3.0rem;
}
.archiveSol-sceneHead {
  width: 120px;
  background-color: #F0F0F0;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.6rem;
  flex-shrink: 0;
}
.archiveSol-sceneCards {
  display: flex;
  gap: 1.5rem;
  flex-grow: 1;
}
.archiveSol-sceneLabel {
  flex: 1;
  cursor: pointer;
}
.archiveSol-sceneLabel input[type="radio"] {
  display: none;
}
.archiveSol-sceneCard {
  background-color: #FFF;
  border: 1px solid #003F8E;
  border-radius: 8px;
  padding: 2.0rem;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  position: relative;
  transition: all 0.3s ease;
  color: #003F8E;
}
.archiveSol-sceneLabel input[type="radio"]:checked + .archiveSol-sceneCard {
  background-color: #003F8E;
  color: #FFF;
}
.archiveSol-sceneCard::after {
  content: '';
  position: absolute;
  top: 1.0rem;
  right: 1.0rem;
  width: 22px;
  height: 22px;
  background-color: #FFF;
  border-radius: 50%;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23003F8E"><path d="M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z"/></svg>');
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transition: opacity 0.3s;
}
.archiveSol-sceneLabel input[type="radio"]:checked + .archiveSol-sceneCard::after {
  opacity: 1;
}
.archiveSol-sceneCardIcon {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.archiveSol-sceneCardIcon img {
  width: 100%;
  height: auto;
  transition: filter 0.3s;
}
.archiveSol-sceneLabel input[type="radio"]:checked + .archiveSol-sceneCard .archiveSol-sceneCardIcon img {
  filter: brightness(0) invert(1);
}
.archiveSol-sceneCardText {
  flex-grow: 1;
}
.archiveSol-sceneCardTitle {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.archiveSol-sceneCardDesc {
    font-size: 1.2rem;
    line-height: 1.6;
    font-weight: 600;
}

.archiveSol-filterRow {
  display: flex;
  margin-bottom: 1.5rem;
  background-color: #FFF;
  padding: 1.5rem;
  border-radius: 8px;
  border: 1px solid #EAEAEA;
}
.archiveSol-filterLabel {
  width: 120px;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 1.4rem;
  padding-top: 0.5rem;
  border-left: 3px solid #003F8E;
  padding-left: 1.5rem;
  margin-right: 1.0rem;
}
.archiveSol-filterInputs {
  flex-grow: 1;
}
.archiveSol-pillGrid {
  display: flex;
  flex-wrap: wrap;
  gap: 1.0rem;
}
.archiveSol-pillLabel {
  cursor: pointer;
}
.archiveSol-pillLabel input[type="checkbox"] {
  display: none;
}
.archiveSol-pillBtn, button.archiveSol-pillBtn {
  display: inline-block;
  background-color: #FFF;
  border: 1px solid #CCC;
  border-radius: 50px;
  padding: 0.6rem 2.4rem;
  font-size: 1.3rem;
  font-family: inherit;
  font-weight: 500;
  color: #333;
  transition: 0.3s;
  cursor: pointer;
  appearance: none;
  outline: none;
}
.archiveSol-pillLabel input[type="checkbox"]:checked + .archiveSol-pillBtn,
button.archiveSol-pillBtn.is-active {
  background-color: #003F8E;
  border-color: #003F8E;
  color: #FFF;
}

/* 検索結果 */
.archiveSol-resultHeader {
  display: flex;
  align-items: baseline;
  gap: 1.5rem;
  margin-bottom: 3.0rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #CCC;
}
.archiveSol-resultTitle { font-size: 2.0rem; font-weight: 700; }
.archiveSol-resultCount { font-size: 1.8rem; color: #003F8E; font-weight: 700; }
.archiveSol-resultGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.0rem;
}

/* 結果カード (PC) */
.archiveSol-resultCard {
  display: flex;
  background-color: #FFF;
  border: 1px solid #EAEAEA;
  border-radius: 8px;
  padding: 2.0rem;
  gap: 2.0rem;
  transition: 0.3s;
  text-decoration: none;
  color: inherit;
}
.archiveSol-resultCard:hover {
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}
.archiveSol-resultCardImg {
  width: 120px;
  height: 120px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 4px;
}
.archiveSol-resultCardImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.archiveSol-noImage {
  width: 100%;
  height: 100%;
  background-color: #F0F0F0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
.archiveSol-resultCardBody { 
  flex-grow: 1; 
  position: relative;
  padding-right: 3.0rem; 
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.archiveSol-resultCardHead {
  margin-bottom: 1.0rem;
}
.archiveSol-resultCardTag {
  display: inline-block;
  color: #003F8E;
  border: 1px solid #003F8E;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 0.2rem 1.0rem;
  border-radius: 4px;
  margin-bottom: 0.8rem;
}
.archiveSol-resultCardTitle { font-size: 1.8rem; font-weight: 700; line-height: 1.4; }
.archiveSol-resultCardDesc { font-size: 1.4rem; color: #333; line-height: 1.6; }
.archiveSol-resultCardArrow {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid #003F8E;
  border-right: 2px solid #003F8E;
}

/* 読み込み中のアニメーション用 */
.archiveSol-ajaxLoading {
    opacity: 0.5;
    pointer-events: none;
    transition: opacity 0.2s;
}

.singleSol-section {
  margin-bottom: 8.0rem;
}
.singleSol-noImage {
  width: 100%;
  height: 100%;
  min-height: 250px;
  background-color: #F0F0F0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  border-radius: 4px;
}
.singleSol-heading1 {
  font-size: 2.2rem;
  font-weight: 700;
  padding-left: 1.2rem;
  border-left: 5px solid #003F8E;
  margin-bottom: 3.0rem;
  line-height: 1.2;
}
.singleSol-introFlex {
  display: flex;
  gap: 4.0rem;
  align-items: flex-start;
}
.singleSol-introText {
  flex: 1;
  font-size: 1.5rem;
  line-height: 1.8;
}
.singleSol-introImg {
  width: 450px;
  flex-shrink: 0;
}
.singleSol-introImg img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
.singleSol-heading2 {
  background-color: #E7F6FF;
  color: #003F8E;
  font-size: 2.0rem;
  font-weight: 700;
  padding: 1.6rem 2.0rem;
  border-left: 5px solid #003F8E;
  margin-bottom: 2.0rem;
}
.singleSol-problemList {
  display: flex;
  flex-direction: column;
  gap: 1.0rem;
}
.singleSol-problemList li {
  background-color: #FFF;
  border: 1px solid #EAEAEA;
  padding: 2.0rem 3.0rem;
  font-weight: 700;
  font-size: 1.6rem;
}
.singleSol-heading3 {
  background-color: #003F8E;
  color: #FFF;
  font-size: 2.0rem;
  font-weight: 700;
  padding: 1.6rem 2.0rem;
  margin-bottom: 3.0rem;
}
.singleSol-strengthList {
  display: flex;
  flex-direction: column;
  gap: 4.0rem;
  padding: 0 1.0rem;
}
.singleSol-strengthTitle {
  color: #003F8E;
  font-size: 1.8rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 1.0rem;
  margin-bottom: 1.5rem;
}
.singleSol-strengthTitle::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #003F8E;
  border-radius: 50%;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23FFF"><path d="M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z"/></svg>');
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}
.singleSol-strengthDesc {
  font-size: 1.5rem;
  line-height: 1.8;
  padding-left: 3.4rem;
}
.singleSol-serviceFlex {
  display: flex;
  gap: 4.0rem;
  align-items: flex-start;
}
.singleSol-serviceImg {
  width: 50%;
  flex-shrink: 0;
}
.singleSol-serviceImg img {
  width: 100%;
  height: auto;
  border: 1px solid #EAEAEA;
}
.singleSol-serviceDetails {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 3.0rem;
}
.singleSol-serviceItemTitle {
  color: #003F8E;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1.0rem;
}
.singleSol-serviceItemDesc {
  font-size: 1.4rem;
  line-height: 1.8;
}
.singleSol-downloadBtnWrap {
  text-align: center;
  margin-top: 8.0rem;
}
.singleSol-downloadBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 640px;
  border: 2px solid #003F8E;
  color: #003F8E;
  border-radius: 50px;
  padding: 1.8rem;
  font-weight: 700;
  font-size: 1.8rem;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
  background-color: #FFF;
}
.singleSol-downloadBtn:hover {
  background-color: #003F8E;
  color: #FFF;
}
.singleSol-downloadBtn::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 1.5rem;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23003F8E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"></path><polyline points="14 2 14 8 20 8"></polyline><line x1="16" y1="13" x2="8" y2="13"></line><line x1="16" y1="17" x2="8" y2="17"></line><polyline points="10 9 9 9 8 9"></polyline></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  transition: filter 0.3s;
}
.singleSol-downloadBtn:hover::before {
  filter: brightness(0) invert(1);
}
.singleSol-downloadBtn::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 2.5rem;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid #003F8E;
  border-right: 2px solid #003F8E;
  transition: border-color 0.3s;
}
.singleSol-downloadBtn:hover::after {
  border-color: #FFF;
}




/* =========================================================
   お問い合わせ専用レイアウト (共通)
   ========================================================= */
.page-contact { overflow: visible !important; }
.contactLayout { display: flex; justify-content: space-between; align-items: flex-start; gap: 6.0rem; overflow: visible !important; }
.contactSidebar { 
  width: 220px; 
  flex-shrink: 0; 
  position: -webkit-sticky; 
  position: sticky; 
  top: 120px; 
  height: max-content; 
  align-self: flex-start;
}
.stepList { display: flex; flex-direction: column; gap: 2.0rem; }
.stepItem { display: flex; align-items: center; gap: 1.5rem; color: #999; font-weight: 700; font-size: 1.4rem; }
.stepItem.is-active { color: #043D7C; }

.stepNum { 
  display: flex; justify-content: center; align-items: center; 
  width: 55px; height: 55px; border-radius: 50%; 
  background-color: #E4E7ED; font-family: 'PT Sans', sans-serif; font-size: 1.6rem; color: #043D7C; 
}
.stepItem.is-active .stepNum { background-color: #043D7C; color: #FFF; }

.contactMain { flex-grow: 1; min-width: 0; }
.contactLead { margin-bottom: 4.0rem; font-size: 1.5rem; line-height: 1.8; }
.contactNotes { margin-top: 2.4rem; font-size: 1.3rem; color: #666; }

/* =========================================================
   【1】入力フォーム用 CSS
   ========================================================= */
.formWrapper { background-color: #F9F9F9; padding: 5.0rem; border-radius: 4px; }
.formRow { margin-bottom: 3.5rem; }
.formRow dt { font-weight: 700; font-size: 1.4rem; margin-bottom: 1.0rem; display: flex; align-items: center; gap: 1.5rem; }
.req, .any { display: inline-block; padding: 0.2rem 1.0rem; font-size: 1.1rem; border-radius: 3px; color: #FFF; font-weight: 400; }
.req { background-color: #D32F2F; }
.any { background-color: #999; }
.formRow dd { font-size: 1.4rem; }

.customForm input[type="text"], .customForm input[type="email"], .customForm input[type="tel"], .customForm textarea {
  width: 100%; padding: 1.2rem; border: 1px solid #CCC; border-radius: 3px; background-color: #FFF; font-family: inherit; font-size: 1.5rem; transition: border-color 0.3s, background-color 0.3s; box-sizing: border-box;
}
.customForm input[type="text"]:focus, .customForm input[type="email"]:focus, .customForm input[type="tel"]:focus, .customForm textarea:focus { border-color: #003F8E; outline: none; }
.mt-10 { margin-top: 1.0rem; display: block; }

.wpcf7-not-valid-tip { color: #D32F2F; font-size: 1.2rem; display: none !important; margin-top: 0.5rem; }
.is-error .wpcf7-not-valid-tip { display: block !important; }
.is-error input[type="text"], .is-error input[type="email"], .is-error textarea { border-color: #D32F2F !important; background-color: #FFF5F5 !important; }

.formRow--halfWrap { display: flex; gap: 3.0rem; margin-bottom: 3.5rem; }
.formRow--halfWrap .formRow { margin-bottom: 0; width: 50%; }

.flex-input { display: flex; gap: 1.5rem; }
.flex-input .wpcf7-form-control-wrap { flex: 1; display: block; }
.flex-input-check { display: flex; align-items: center; gap: 2.0rem; }
.flex-input-check .wpcf7-form-control-wrap { flex-grow: 1; }
.flex-input-check .wpcf7-list-item { margin: 0; }
.zip-input { display: flex; align-items: center; gap: 1.0rem; }
.zip-input .wpcf7-form-control-wrap { max-width: 200px; flex-grow: 1; }

.customForm .wpcf7-list-item { display: inline-flex; align-items: center; margin: 0 2.0rem 0 0; cursor: pointer; }
.customForm .wpcf7-list-item-label { display: inline-flex; align-items: center; gap: 0.5rem; cursor: pointer; }
.customForm input[type="radio"], .customForm input[type="checkbox"] {
    margin: 0;
}
.radioWrap {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
}
.radioWrap .wpcf7-list-item { margin: 0; }
.formRow--bordered { padding-bottom: 3.5rem; border-bottom: 1px solid #EAEAEA; }

.formConsent { text-align: center; margin-top: 6.0rem; padding-top: 4.0rem; border-top: 1px solid #DDD; }
.formConsent .wpcf7-list-item { margin: 0; font-size: 1.5rem; }
.consentNote { font-size: 1.3rem; margin-top: 1.0rem; }
.consentNote a { color: #003F8E; text-decoration: underline; }

.formSubmit { text-align: center; margin-top: 4.0rem; display: flex; justify-content: center; }
.btn_submit { background-color: #043D7C; color: #FFF; font-size: 1.6rem; font-weight: 700; border: none; border-radius: 3px; padding: 2.0rem 8.0rem; cursor: pointer; transition: all 0.3s; position: relative; display: inline-flex; justify-content: center; align-items: center; min-width: 280px; }
.btn_submit::after { content: ''; display: inline-block; width: 8px; height: 8px; border-top: 2px solid #FFF; border-right: 2px solid #FFF; transform: rotate(45deg); position: absolute; right: 2.5rem; }
.btn_submit:hover { background-color: #002B63; }
.btn_submit:disabled { background-color: #CCC; cursor: not-allowed; pointer-events: none; }
.btn_submit:disabled::after { border-color: #FFF; opacity: 0.7; }

/* =========================================================
   【2】確認画面用 CSS
   ========================================================= */
.confirmWrapper { margin-bottom: 4.0rem; }
.confirmRow { border-bottom: 1px solid #EAEAEA; padding: 2.5rem 0; margin: 0; }
.confirmRow dt { font-size: 1.3rem; color: #666; margin-bottom: 1.0rem; font-weight: normal; }
.confirmRow dd { font-size: 1.5rem; font-weight: 700; color: #333; line-height: 1.6; margin: 0; }
.confirmRow--halfWrap { display: flex; gap: 4.0rem; border-bottom: 1px solid #EAEAEA; padding: 2.5rem 0; }
.confirmRow--halfWrap .confirmRow { border-bottom: none; padding: 0; width: 50%; }

.confirmAction { display: flex; flex-direction: column; align-items: center; gap: 2.5rem; margin-top: 5.0rem; }
.confirmAction .btn_submit { width: 100%; max-width: 400px; padding: 2.0rem 0; }
.btn_back { background: none; border: none; color: #043D7C; font-size: 1.4rem; font-weight: 700; text-decoration: none; display: inline-flex; align-items: center; transition: opacity 0.3s; }
.btn_back:hover { opacity: 0.7; }

/* =========================================================
   【3】完了画面用 CSS
   ========================================================= */
.thanksText { font-size: 1.5rem; line-height: 2.0; margin-bottom: 6.0rem; }
.thanksAction { display: flex; justify-content: flex-start; }
.btn_home { display: inline-flex; align-items: center; justify-content: center; width: 100%; max-width: 400px; border: 1px solid #043D7C; color: #043D7C; background-color: #FFF; font-size: 1.6rem; font-weight: 700; padding: 2.0rem; position: relative; text-decoration: none; transition: 0.3s; border-radius: 3px; }
.btn_home::after { content: ''; position: absolute; right: 2.5rem; width: 8px; height: 8px; border-top: 2px solid #043D7C; border-right: 2px solid #043D7C; transform: rotate(45deg); transition: 0.3s; }
.btn_home:hover { background-color: #043D7C; color: #FFF; }
.btn_home:hover::after { border-color: #FFF; }




/* =========================================================
   シングル：ソリューション詳細
   ========================================================= */
.lower-pageTitle {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 2.0rem;
  line-height: 1.4;
  color: #111;
}

/* --- セクション共通 --- */
.singleSol-section {
  margin-bottom: 8.0rem;
}
.singleSol-sectionTitle {
  background-color: #E7F6FF;
  color: #111;
  font-size: 2.0rem;
  font-weight: 700;
  padding: 1.6rem 2.0rem;
  margin-bottom: 3.0rem;
}

.singleSol-problemList {
  display: flex;
  flex-direction: column;
  gap: 1.0rem;
}
.singleSol-problemItem {
  border: 1px solid #EAEAEA;
  padding: 2.0rem 3.0rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #043D7C;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  background-color: #FFF;
}
.singleSol-problemItem::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #043D7C;
  border-radius: 50%;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23FFF"><path d="M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z"/></svg>');
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}
.singleSol-problemLead {
  margin-top: 3.0rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8;
  color: #111;
}

.singleSol-introFlex {
  display: flex;
  gap: 4.0rem;
  align-items: flex-start;
}
.singleSol-introText {
  flex: 1;
  font-size: 1.5rem;
  line-height: 1.8;
}

.singleSol-introText img {
  max-width: 100% !important;
  width: auto !important;
  height: auto !important;
  display: block;
}

.singleSol-introImg {
  width: 450px;
  flex-shrink: 0;
}
.singleSol-introImg img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
.singleSol-noImage {
  width: 100%;
  height: 100%;
  min-height: 250px;
  background-color: #F0F0F0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  border-radius: 4px;
}

/* --- 03. 特長 / 導入事例 --- */
.singleSol-featureTitle {
  color: #043D7C;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 2.0rem;
}
.singleSol-featureContent {
  font-size: 1.5rem;
  line-height: 1.8;
  color: #333;
}
.singleSol-featureContent p {
  margin-bottom: 1.5em;
}

.singleSol-featureContent img {
  max-width: 100% !important;
  width: auto !important;
  height: auto !important;
  background-color: #EAEAEA;
  display: block;
  margin: 2.0rem 0;
}

.singleSol-featureContent *:last-child {
  margin-bottom: 0;
}

.singleSol-downloadBtnWrap {
  text-align: center;
  margin-top: 8.0rem;
}
.singleSol-downloadBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 640px;
  border: 2px solid #043D7C;
  color: #043D7C;
  border-radius: 50px;
  padding: 1.8rem;
  font-weight: 700;
  font-size: 1.8rem;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
  background-color: #FFF;
}
.singleSol-downloadBtn:hover {
  background-color: #043D7C;
  color: #FFF;
}
.singleSol-downloadBtn::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 1.5rem;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23043D7C" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"></path><polyline points="14 2 14 8 20 8"></polyline><line x1="16" y1="13" x2="8" y2="13"></line><line x1="16" y1="17" x2="8" y2="17"></line><polyline points="10 9 9 9 8 9"></polyline></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  transition: filter 0.3s;
}
.singleSol-downloadBtn:hover::before {
  filter: brightness(0) invert(1);
}
.singleSol-downloadBtn::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 2.5rem;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid #043D7C;
  border-right: 2px solid #043D7C;
  transition: border-color 0.3s;
}
.singleSol-downloadBtn:hover::after {
  border-color: #FFF;
}

.wp-caption,
.alignnone{
  max-width: 100%;
}

.wp-caption-text {
    color: #757575;
    margin-top: -8px;
    font-size: 1.4rem;
}




@media screen and (max-width:970px) {
    .footer[data-is-contact="true"] {
        margin-top: 12.0rem;
    }
}
