@charset "UTF-8";
/*----------------------------
  共通
-----------------------------*/

.h5 {
    line-height: 1.8rem;
}
.border-w3 { 
    border-left-width: 3px !important;
    border-left-color: #262626 !important;
}

/* ====== カラー指定 ====== */
.brand-color {
    color: #009FE3 !important;
}

.bg-brand-color {
    background-color: #009FE3 !important;
}
/* ====== GLOVAL NAV ====== */
.gloval-nav {
	height: 10%;
}
.navbar-white a {
    color: #023D6B;
    font-weight: 500;
}
/* ====== FOOTER ====== */
.footer-logo {
	width: 20%;
}
.social img {
	width: 36px;
	height: 36px;
}
footer {
	padding-bottom: 5%;
}
.time-border {
   border-top: 3px solid #262626;
    border-right: 3px solid #262626;
    margin-left: 24px;
    padding-bottom: 3rem;
    padding-right: 5rem;
    width: 43%;
}
/* ====== BREADCRUMB LIST ====== */
.breadcrumb-list,
.breadcrumb-list li {
    background-color: #009FE3;
}

/*----------------------------
  SP TOGGLE NAV
-----------------------------*/
.nav-scroller {
	position: relative;
	z-index: 2;
	height: 2.75rem;
	overflow-y: hidden;
}
.nav-scroller .nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	padding-bottom: 1rem;
	margin-top: -1px;
	overflow-x: auto;
	color: rgba(255, 255, 255, 0.75);
	text-align: center;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}
.nav-underline .nav-link {
	padding-top: .75rem;
	padding-bottom: .75rem;
	font-size: .875rem;
	color: #6c757d;
}
.nav-underline .nav-link:hover {
	color: #007bff;
}
.nav-underline .active {
	font-weight: 500;
	color: #343a40;
}

/*----------------------------
  TOP ページ
-----------------------------*/
/* ====== TOP IMAGE ====== */
header .jumbotron-fluid {
	background-image: url(../img/hero.jpg);
	background-size: cover;
	background-position: center;
	min-height: 100%;
}
header .jumbotron-fluid {
    background-image: url(../img/hero.jpg);
    background-size: cover;
    background-position: center;

    background-color: #009FE3;
}

header .catch {
	width: 90%;
	bottom: 20%;
	left: 50%;
	margin-left: -45%;
}
header .g-navi {
	min-height: 100%;
}

/* ====== PROCESS ====== */
#sec5 .square {
	width: 60px;
	height: 60px;
	background: #009FE3;
	color: #ffffff;
	text-align: center;
	font-size: 2.4rem;
}
#sec5 .arrow {
	width: 60px;
	height: 40px;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 25px solid #333;
}
/* --------------------------------------------- */
#sec6 .circle-q, #sec6 .circle-a {
	width: 50px;
	height: 50px;
	font-size: 2.2rem;
	border-radius: 50%;
	text-align: center;
}
#sec6 .circle-q {
	background: #009FE3;
	color: #ffffff;
	padding-top: 2px;
}
#sec6 .circle-a {
	background: #ffffff;
	color: #009FE3;
	border: 3px solid #009FE3;
}
.schedule-img {
    width: 75%;
}
/* ==============================================*/
/* 中デバイス（タブレット, 992px 未満）
==============================================*/
@media screen and (max-width: 991.98px) {
#glovalNavbar ul li {
	border-left: none;
}
#glovalNavbar ul li:last-child {
	border-right: none;
}
.footer-nav ul li {
	border-left: none;
}
.footer-nav ul li:last-child {
	border-right: none;
}
/* ====== SP TOGGLE NAV ====== */
.offcanvas-collapse {
	position: fixed;
	z-index: 9999;
	top: 0;
	/* ナビバーの高さ */
	bottom: 10%;
	left: 100%;
	width: 100%;
	padding-right: 1rem;
	padding-left: 1rem;
	overflow-y: auto;
	background-color: #fff;
	transition-timing-function: ease-in-out;
	transition-duration: .3s;
	transition-property: left, visibility;
}
.offcanvas-collapse.open {
	left: 0;
	visibility: visible;
}
}

/* END */
/* 小デバイス（横向きモバイル, 768px 未満）
==============================================*/
@media screen and (max-width: 767.98px) {
.logo {
	width: 80%;
}
.display-3 {
	font-size: 3rem;
}
.footer-logo {
	width: 80%;
}
.navbar-nav .border-left {
	border-left: none !important;
}
.navbar-nav .border-right {
	border-right: none !important;
}
}

/* END */
/* 極小デバイス（縦向きモバイル, 576px 未満）
==============================================*/
@media screen and (max-width: 575.98px) {
header .catch {
	bottom: 10%;
}
header .catch .h1 {
    font-size: 2rem;
}
header .catch h2 {
    font-size: 1rem;
}
.schedule-img {
    width: 100%;
}
form .border-top,
    form .border-bottom {
        border: none !important;
    }    
}
.card,
.service-box,
.solution-box {
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}
/* 無料相談ボタン */
.btn-contact {
    display: inline-block;
    background: #FF8A00;
    color: #ffffff !important;
    padding: 14px 32px;
    border-radius: 40px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1rem;
    transition: all .3s ease;
    box-shadow: 0 8px 20px rgba(255,138,0,.3);
}

.btn-contact:hover {
    background: #e97800;
    transform: translateY(-3px);
    color: #ffffff;
    text-decoration: none;
}
.btn-contact{
    display:inline-block;
    background:#FF8A00;
    color:#fff !important;
    padding:15px 40px;
    border-radius:40px;
    text-decoration:none;
    font-weight:bold;
    font-size:1.1rem;
    box-shadow:0 8px 20px rgba(255,138,0,.25);
}

.btn-contact:hover{
    background:#e97800;
    color:#fff;
}
.hero-logo{
    max-width:300px;
    width:80%;
    height:auto;
}
/* =====================================
   MindShift Systems Renewal Design
===================================== */

.site-hero {
    position: relative;
    min-height: 100vh;
    background:
        linear-gradient(135deg, rgba(0,159,227,0.92), rgba(77,208,225,0.88)),
        url("../img/bg-top.jpg");
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.hero-overlay {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 80px 0 120px;
}

.hero-inner {
    text-align: center;
}

.hero-logo-wrap {
    margin-bottom: 32px;
}

.hero-logo {
    max-width: 360px;
    width: 70%;
    height: auto;
    background: rgba(255,255,255,0.95);
    padding: 24px 36px;
    border-radius: 24px;
    box-shadow: 0 20px 50px rgba(0,0,0,.18);
}

.hero-copy {
    max-width: 900px;
    margin: 0 auto;
    color: #ffffff;
}

.hero-label {
    display: inline-block;
    margin-bottom: 18px;
    padding: 8px 22px;
    border-radius: 999px;
    background: rgba(255,255,255,.22);
    color: #ffffff;
    font-weight: 700;
    letter-spacing: .08em;
}

.hero-copy h1 {
    color: #ffffff;
    font-size: 3.2rem;
    font-weight: 800;
    line-height: 1.35;
    margin-bottom: 24px;
    text-shadow: 0 4px 18px rgba(0,0,0,.18);
}

.hero-lead {
    color: #ffffff;
    font-size: 1.25rem;
    line-height: 2;
    margin-bottom: 36px;
    text-shadow: 0 3px 12px rgba(0,0,0,.16);
}

.hero-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.btn-contact {
    display: inline-block;
    background: #FF8A00;
    color: #ffffff !important;
    padding: 15px 42px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.08rem;
    box-shadow: 0 12px 28px rgba(255,138,0,.35);
    transition: all .3s ease;
}

.btn-contact:hover {
    background: #e97800;
    color: #ffffff !important;
    text-decoration: none;
    transform: translateY(-3px);
}

.btn-service {
    display: inline-block;
    background: rgba(255,255,255,.95);
    color: #023D6B !important;
    padding: 15px 42px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.08rem;
    box-shadow: 0 12px 28px rgba(0,0,0,.12);
    transition: all .3s ease;
}

.btn-service:hover {
    background: #ffffff;
    color: #009FE3 !important;
    text-decoration: none;
    transform: translateY(-3px);
}

/* ナビゲーション調整 */
.navbar .nav-link {
    color: #ffffff !important;
    font-weight: 700;
    letter-spacing: .04em;
}

.navbar .nav-link:hover {
    background: rgba(255,255,255,.18);
}

/* 共通見出し色 */
h1,
h2,
h3 {
    color: #023D6B;
}

/* セクションを少し今風に */
section {
    background: #ffffff;
}

section:nth-of-type(even) {
    background: #F5FAFD;
}

/* カード風デザイン */
.card {
    border: none;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    overflow: hidden;
    transition: all .3s ease;
}

.card:hover {
    transform: translateY(-5px);
}

/* スマホ調整 */
@media screen and (max-width: 767.98px) {

    .hero-overlay {
        padding: 60px 0 120px;
    }

    .hero-logo {
        max-width: 280px;
        width: 82%;
        padding: 18px 24px;
    }

    .hero-copy h1 {
        font-size: 2rem;
    }

    .hero-lead {
        font-size: 1rem;
        line-height: 1.8;
    }

    .btn-contact,
    .btn-service {
        width: 90%;
        max-width: 320px;
        text-align: center;
    }
}
/* END */
/* ===== モックアップ風リニューアル ===== */

.site-hero{
    background: linear-gradient(
        135deg,
        #009FE3 0%,
        #4dd0e1 100%
    );
    min-height: 100vh;
}

.hero-logo{
    max-width: 420px;
    width: 80%;
    height: auto;
    background: transparent;
    box-shadow: none;
    padding: 0;
    border-radius: 0;
}

.hero-copy{
    text-align:center;
    color:#fff;
    padding-top:40px;
}

.hero-copy h1{
    color:#fff;
    font-size:3rem;
    font-weight:700;
    line-height:1.4;
    margin-bottom:30px;
}

.hero-lead{
    color:#fff;
    font-size:1.2rem;
    margin-bottom:40px;
}

.hero-buttons{
    display:flex;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;
}

.btn-contact{
    background:#ff7a00;
    color:#fff !important;
    padding:16px 36px;
    border-radius:50px;
    text-decoration:none;
    font-weight:bold;
    display:inline-block;
}

.btn-service{
    background:#ffffff;
    color:#009FE3 !important;
    padding:16px 36px;
    border-radius:50px;
    text-decoration:none;
    font-weight:bold;
    display:inline-block;
}

.card{
    border:none;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.card h3{
    color:#023D6B;
    font-weight:700;
}

section{
    padding-top:80px;
    padding-bottom:80px;
}

section h2{
    color:#023D6B;
    font-weight:700;
}

@media(max-width:768px){

    .hero-copy h1{
        font-size:2rem;
    }

    .hero-lead{
        font-size:1rem;
    }

    .hero-buttons{
        flex-direction:column;
    }
}
/* END */
.site-hero{
    min-height: 700px;
}

.hero-overlay{
    min-height:700px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.hero-logo{
    max-width:220px;
    width:100%;
    background:transparent;
    box-shadow:none;
    padding:0;
    border-radius:0;
}

.hero-copy h1{
    font-size:3rem;
    font-weight:700;
    color:#fff;
    margin-bottom:20px;
}

.hero-lead{
    font-size:1.2rem;
    color:#fff;
    margin-bottom:30px;
}

.hero-buttons{
    display:flex;
    justify-content:center;
    gap:20px;
}

.btn-contact{
    display:inline-block;
    background:#ff7a00;
    color:#fff !important;
    padding:14px 32px;
    border-radius:50px;
    text-decoration:none;
    font-weight:bold;
}

.card{
    border:none;
    border-radius:20px;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.container{
    width:min(1180px,92%);
    margin:auto;
}

html{
    scroll-behavior:smooth;
}
.hero-overlay{
    min-height:700px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.hero-logo{
    max-width:240px;
    width:100%;
}

.hero-copy h1{
    font-size:3.5rem;
    line-height:1.4;
}

.hero-lead{
    font-size:1.4rem;
}

.card{
    padding:30px !important;
}
.hero-logo{
    max-width:260px !important;
    width:100%;
}
.hero-overlay{
    min-height:700px;
    display:flex;
    align-items:center;
    justify-content:center;
}
.hero-copy h1{
    font-size:3.2rem;
    line-height:1.4;
    color:#fff;
}
.card{
    border:none;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    padding:30px !important;
}
.site-hero{
    background:
      linear-gradient(
        135deg,
        #009FE3 0%,
        #4dd0e1 100%
      ) !important;
}
.hero-overlay{
    min-height:700px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.hero-logo{
    max-width:260px !important;
    width:100%;
}

.hero-copy h1{
    font-size:3.2rem;
    line-height:1.4;
}

.hero-lead{
    font-size:1.2rem;
}
/* ===== TOP画面拡大 ===== */

.hero-overlay{
    min-height:800px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
}

.hero-inner{
    max-width:1200px;
    margin:auto;
}

.hero-logo{
    max-width:420px !important;
    width:100% !important;
    height:auto;
}

.hero-copy{
    text-align:center;
}

.hero-copy h1{
    font-size:56px !important;
    line-height:1.4;
    margin-top:30px;
    margin-bottom:25px;
}

.hero-lead{
    font-size:22px !important;
    margin-bottom:40px;
}

.hero-buttons{
    display:flex;
    justify-content:center;
    gap:20px;
}
.map-wrap{
    width:100%;
    max-width:1200px;
    margin:40px auto 0;
    overflow:hidden;

    border-radius:16px;

    box-shadow:
        0 10px 30px rgba(0,0,0,.08);
}
.hero-copy{
    max-width:1100px;
}
.service-no{
    color:#78C87A !important;

    font-size:3rem !important;

    font-weight:900 !important;

    line-height:1;

    margin-bottom:22px;
}
.service-no{
    color:#78C87A !important;

    font-size:3rem !important;

    font-weight:900 !important;

    line-height:1;

    margin-bottom:20px;

    display:block;
}
.service-card .service-no{
    color:#78C87A !important;
    font-size:3rem !important;
    font-weight:900 !important;
    display:block !important;
}
.service-card .service-no{
    color:#78C87A !important;
    font-size:48px !important;
    font-weight:900 !important;
    display:block !important;
    line-height:1 !important;
    margin-bottom:16px !important;
}
.logo-panel{
    margin-top:-30px;
}
.page-hero{
    background:#f4f8f4;
    padding:12px 20px 10px;
    text-align:center;
}


.page-hero span{
    color:#8aa08a;
    letter-spacing:3px;
    font-size:.8rem;
}

.page-hero h1{
    color:#123D6B;
    margin:0 0 10px;
}
.page-hero p{
    color:#456;
    max-width:800px;
    margin:auto;
    line-height:1.8;
}
.card{

    background:#fff;

    padding:50px;

    border-radius:24px;

    text-align:center;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

}
.contact-form{
    width:100%;
    max-width:900px;
    margin:40px auto 0;
}

.contact-form label{
    display:block;
    margin-bottom:8px;
    margin-top:20px;
    font-weight:700;
    text-align:left;
}

.contact-form input,
.contact-form textarea{
    width:100%;
    padding:14px;
    border:1px solid #d8dde3;
    border-radius:10px;
    font-size:1rem;
}

.contact-form textarea{
    resize:vertical;
}

.form-lead{
    text-align:center;
    font-size:1.05rem;
}
.contact-card{
    background:#fff;
    max-width:900px;
    margin:0 auto;
    padding:50px 60px;
    border-radius:24px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.policy-text{
    text-align:center;
    margin-bottom:20px;
}

.policy-button{
    text-align:center;
    margin-bottom:40px;
}

.contact-form{
    width:100%;
}

.contact-form label{
    display:block;
    margin-top:18px;
    margin-bottom:8px;
    font-weight:700;
}

.contact-form input,
.contact-form textarea{
    width:100%;
    padding:14px;
    border:1px solid #d7dde5;
    border-radius:10px;
    box-sizing:border-box;
}

.contact-form textarea{
    min-height:220px;
}

.submit-area{
    text-align:center;
    margin-top:30px;
}

.submit-btn{
    background:#ff8a00;
    color:#fff;

    padding:18px 60px;

    border:none;

    border-radius:999px;

    font-weight:700;

    box-shadow:0 4px 12px rgba(255,138,0,.18);
}

.submit-btn:hover{
    background:#f6d7ac;
}

.simple-footer{
    text-align:center;
    padding:40px 20px;
    color:#666;
    background:#fff;
    border-top:1px solid #eee;
}
.contact-form{
    margin-top:20px;
}
.policy-button .btn-primary{

    background:#ff8a00 !important;

    color:#fff !important;

    padding:14px 36px;

    border-radius:999px;

    text-decoration:none;

    display:inline-block;

    border:none;

}

.submit-btn{
    background:#ff8a00;
    color:#fff;

    padding:16px 50px;

    font-size:1rem;

    font-weight:700;

    border:none;

    border-radius:999px;

    box-shadow:0 6px 15px rgba(255,138,0,.25);
}


.submit-btn{
    display:inline-block;
    background:#ff8a00 !important;
    color:#fff !important;
    padding:18px 60px;
    font-size:1.05rem;
    font-weight:700;
    text-decoration:none !important;
    border:none;
    border-radius:999px;
    box-shadow:none;
}
.policy-btn:hover{
    text-decoration:underline;
}
.policy-btn{
    color:#5EAF63;
    font-weight:700;
    text-decoration:none;
}

.policy-btn:hover{
    text-decoration:underline;
}
.policy-link{
    color:#5EAF63;
    font-weight:700;
    text-decoration:none;
}

.policy-link:hover{
    text-decoration:underline;
}
.policy-link{
    color:#5EAF63 !important;
    font-weight:700 !important;
    text-decoration:none !important;
}
.policy-button{
    margin-top:12px;
    margin-bottom:28px;
}
.policy-button a{
    font-weight:700;
}
.contact-card h3{
    color:#123D6B;
    margin:40px 0 12px;
    font-size:1.2rem;
}

.contact-card h3:first-child{
    margin-top:0;
}

.contact-card p{
    line-height:1.9;
    color:#444;
}
.contact-card{
    background:#fff;
    max-width:900px;
    margin:0 auto;
    padding:50px 60px;
    border-radius:24px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.contact-card h3{
    color:#123D6B;
    margin:40px 0 12px;
    font-size:1.2rem;
}

.contact-card h3:first-child{
    margin-top:0;
}

.contact-card p{
    line-height:1.9;
    color:#444;
}

.simple-footer{
    text-align:center;
    padding:40px 20px;
    color:#666;
    background:#fff;
    border-top:1px solid #eee;
}
.privacy-card{
    background:#fff;
    max-width:1100px;
    margin:40px auto;
    padding:60px 80px;
    border-radius:24px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}
.privacy-card h3{
    font-size:1.3rem;
}

.privacy-card p{
    font-size:1rem;
    line-height:1.9;
}
.contact-form select{

    width:100%;

    padding:14px;

    border:1px solid #d8dde3;

    border-radius:10px;

    font-size:1rem;

    background:#fff;

    box-sizing:border-box;
}
.privacy-card h3{
    color:#123D6B;
    font-size:1.5rem;
    font-weight:800;
    margin:50px 0 15px;
}

.privacy-card p{
    font-size:1rem;
    line-height:1.9;
    color:#444;
}
.professional-card ul{
    margin:10px 0 30px 20px;
    line-height:1.8;
}

.professional-card li{
    color:#555;
}
.professional-card{
    background:#fff;
    max-width:1000px;
    margin:40px auto;
    padding:50px 70px;
    border-radius:24px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}
.service-card{
    background:#fff;
    border-radius:20px;
    padding:30px;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.service-card h3{
    font-size:1.8rem;
    line-height:1.3;
}

.service-card p{
    margin-bottom:12px;
}

.service-card ul{
    padding-left:20px;
    line-height:1.8;
}
.contact-cta{
    width:100%;
    text-align:center;
    margin-top:30px;
    padding-top:20px;
}
.service-card{
    background:#fff;
    border-radius:20px;
    padding:24px;
    box-shadow:0 8px 24px rgba(0,0,0,.08);

    display:flex;
    flex-direction:column;

    height:100%;
}

.service-card{
    transition:.3s;
}

.service-card:hover{
    transform:translateY(-6px);
    box-shadow:0 16px 35px rgba(0,0,0,.12);
}
.contact-cta{
    grid-column:1 / -1;
    text-align:center;
    margin-top:25px;
}

.cta-message{
    text-align:center;
    margin-top:40px;
    margin-bottom:20px;
}

.cta-message p{
    margin:0 0 10px;
    color:#555;
    font-size:1rem;
    line-height:1.8;
}
.service-card{

    background:#fff;

    border-radius:24px;

    padding:30px;

    box-shadow:0 10px 25px rgba(0,0,0,.08);

    min-height:520px;

    display:flex;

    flex-direction:column;
}

.service-card img{

    width:100%;

    height:220px;

    object-fit:cover;

    border-radius:14px;

    margin-bottom:20px;
}
.service-card h3{

    color:#123D6B;

    font-size:1.8rem;

    line-height:1.3;

    min-height:80px;

    margin-bottom:15px;
}
.development-flow{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
    gap:15px;
    margin:10px 0 50px;
}

.flow-step{
    background:#fff;
    padding:14px 24px;
    border-radius:14px;
    box-shadow:0 6px 20px rgba(0,0,0,.08);
    color:#123D6B;
    font-weight:700;
}

.flow-arrow{
    color:#8aa08a;
    font-size:1.4rem;
    font-weight:bold;
}

/* ==================================================
   トップページ・ヒーロー最終調整
================================================== */

/* ④ ヒーロー画面の高さを小さくする */
.hero {
    position: relative;
    display: flex;
    align-items: center;

    min-height: 620px !important;
    padding: 0 !important;

    background:
        linear-gradient(
            90deg,
            rgba(235, 248, 252, 0.97) 0%,
            rgba(226, 245, 250, 0.88) 40%,
            rgba(226, 245, 250, 0.32) 63%,
            rgba(226, 245, 250, 0.08) 100%
        ),
        url("../img/hero.jpg") center center / cover no-repeat !important;

    overflow: hidden;
}

.hero .hero-grid {
    width: 90%;
    max-width: 1680px;
    min-height: 620px;

    margin: 0 auto;

    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    align-items: center;
}

.hero .hero-copy {
    max-width: 850px;
    margin: 0;
    padding: 40px 0;
    text-align: left;
}

/* ① 見出しを濃い紺色にする */
.hero .hero-title {
    color: #123d6b !important;

    font-size: clamp(44px, 3.5vw, 64px) !important;
    font-weight: 800;
    line-height: 1.18;

    margin: 0 0 24px;
    padding: 0;

    text-shadow: none !important;
    letter-spacing: 0.01em;
}

/* ① 説明文も読みやすい濃い色にする */
.hero .hero-lead {
    color: #36566d !important;

    max-width: 800px;

    font-size: clamp(17px, 1.25vw, 21px) !important;
    font-weight: 600;
    line-height: 1.9;

    margin: 0 0 32px;

    text-shadow: none !important;
}

/* ボタンを左側にそろえる */
.hero .hero-buttons {
    display: flex;
    justify-content: flex-start;
    align-items: center;

    gap: 16px;
    flex-wrap: wrap;
}

/* ③ 無料相談ボタンの影を薄くする */
.hero .btn-primary {
    display: inline-flex;
    justify-content: center;
    align-items: center;

    min-width: 250px;
    min-height: 58px;

    padding: 14px 32px;

    background: #ff8a00 !important;
    color: #ffffff !important;

    border: 2px solid #ff8a00 !important;
    border-radius: 999px;

    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;

    text-decoration: none !important;

    box-shadow: 0 5px 14px rgba(255, 138, 0, 0.18) !important;

    transition:
        background-color 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.hero .btn-primary:hover {
    background: #e97800 !important;
    border-color: #e97800 !important;
    color: #ffffff !important;

    transform: translateY(-2px);

    box-shadow: 0 7px 18px rgba(255, 138, 0, 0.22) !important;
}

/* ② サービスを見るボタンを白＋紺色の枠線にする */
.hero .btn-secondary {
    display: inline-flex;
    justify-content: center;
    align-items: center;

    min-width: 250px;
    min-height: 58px;

    padding: 14px 32px;

    background: rgba(255, 255, 255, 0.82) !important;
    color: #123d6b !important;

    border: 2px solid #123d6b !important;
    border-radius: 999px;

    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;

    text-decoration: none !important;
    box-shadow: none !important;

    transition:
        background-color 0.25s ease,
        color 0.25s ease,
        transform 0.25s ease;
}

.hero .btn-secondary:hover {
    background: #123d6b !important;
    color: #ffffff !important;

    transform: translateY(-2px);
}

/* ヒーロー内にある2個目のロゴは非表示 */
.hero .logo-panel {
    display: none;
}

/* タブレット対応 */
@media screen and (max-width: 900px) {

    .hero {
        min-height: 560px !important;
        background-position: 62% center !important;
    }

    .hero .hero-grid {
        width: 88%;
        min-height: 560px;
        grid-template-columns: 1fr;
    }

    .hero .hero-copy {
        max-width: 650px;
        padding: 60px 0;
    }

    .hero .hero-title {
        font-size: clamp(38px, 7vw, 50px) !important;
    }

    .hero .hero-visual {
        display: none;
    }
}

/* スマートフォン対応 */
@media screen and (max-width: 600px) {

    .hero {
        min-height: auto !important;

        background:
            linear-gradient(
                rgba(235, 248, 252, 0.94),
                rgba(226, 245, 250, 0.92)
            ),
            url("../img/hero.jpg") 65% center / cover no-repeat !important;
    }

    .hero .hero-grid {
        width: 88%;
        min-height: auto;
    }

    .hero .hero-copy {
        padding: 64px 0 56px;
    }

    .hero .hero-title {
        font-size: 36px !important;
        line-height: 1.25;
    }

    .hero .hero-lead {
        font-size: 16px !important;
        line-height: 1.8;
    }

    .hero .hero-buttons {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .hero .btn-primary,
    .hero .btn-secondary {
        width: 100%;
        max-width: 320px;
        min-width: 0;
        box-sizing: border-box;
    }
}

/* =========================================
   ヒーロー最終調整
========================================= */

/* 見出しを濃い紺色へ変更 */
.hero .hero-title,
.hero .hero-copy h1 {
    color: #123d6b !important;

    font-size: 56px !important;
    line-height: 1.18 !important;

    margin-top: 0 !important;
    margin-bottom: 22px !important;

    text-shadow: none !important;
}

/* 説明文を読みやすい濃い色へ変更 */
.hero .hero-lead {
    color: #315a70 !important;

    max-width: 780px;

    font-size: 20px !important;
    line-height: 1.8 !important;

    margin-bottom: 28px !important;

    text-shadow: none !important;
}

/* サービスボタンの紺色の枠線を明確にする */
.hero .btn-secondary {
    border: 2px solid #123d6b !important;
    box-shadow: none !important;
}

/* ヘッダーのお問い合わせボタンの影を薄くする */
header .btn-contact {
    box-shadow: 0 4px 12px rgba(255, 138, 0, 0.18) !important;
}

/* パソコン表示のヒーローを少し低くする */
@media screen and (min-width: 901px) {

    .hero {
        height: 590px !important;
        min-height: 590px !important;
    }

    .hero .hero-grid {
        min-height: 590px !important;
    }

    .hero .hero-copy {
        padding-top: 24px !important;
        padding-bottom: 24px !important;
    }
}

/* =====================================
   下層ページ共通：戻る・パンくずリスト
===================================== */

.page-return-nav {
    width:100%;
    max-width:1200px;
    margin:0 auto 24px;

    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;

    font-size:14px;
    line-height:1.6;
}

/* 前のページへ戻る */
.page-return-button {
    appearance:none;
    padding:8px 0;
    border:none;
    background:transparent;
    color:#123D6B;
    font-family:inherit;
    font-size:14px;
    font-weight:700;
    cursor:pointer;

    transition:
        color .2s ease,
        transform .2s ease;
}

.page-return-button:hover {
    color:#5EAF63;
    transform:translateX(-3px);
}

/* HOME / 現在のページ */
.page-breadcrumb-nav {
    display:flex;
    align-items:center;
    justify-content:flex-end;
    flex-wrap:wrap;
    gap:10px;
    margin:0;
}

.page-breadcrumb-nav a {
    color:#123D6B;
    font-weight:700;
    text-decoration:none;
}

.page-breadcrumb-nav a:hover {
    color:#5EAF63;
    text-decoration:underline;
}

.page-breadcrumb-nav span {
    margin:0 !important;
    color:#71808d !important;
    font-size:14px !important;
    line-height:1.6 !important;
    letter-spacing:0 !important;
}

.page-breadcrumb-nav .page-current {
    color:#526675 !important;
}

/* スマートフォン */
@media screen and (max-width:600px) {

    .page-return-nav {
        margin-bottom:20px;
        align-items:flex-start;
        flex-direction:column;
        gap:8px;
    }

    .page-return-button {
        font-size:13px;
    }

    .page-breadcrumb-nav {
        justify-content:flex-start;
        font-size:13px;
    }

    .page-breadcrumb-nav span {
        font-size:13px !important;
    }
}



/* =====================================
   フッター上：1行の細いナビゲーション
===================================== */

.page-bottom-navigation {
    width:100% !important;
    }/* フッター上：1行の細い帯 */
.page-bottom-navigation {
    width:100% !important;
    height:auto !important;
    min-height:0 !important;
    margin:0 !important;
    padding:10px 24px !important;
    box-sizing:border-box !important;
    background:#f5fafd !important;
    border-top:1px solid #dce4ea;
    border-bottom:1px solid #dce4ea;
}

.page-bottom-navigation .page-return-nav {
    width:100% !important;
    max-width:1200px !important;
    min-height:0 !important;
    margin:0 auto !important;
    padding:0 !important;

    display:flex !important;
    flex-direction:row !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:16px !important;
}

.page-bottom-navigation .page-return-button {
    margin:0 !important;
    padding:3px 0 !important;
    white-space:nowrap;
}

.page-bottom-navigation .page-breadcrumb-nav {
    margin:0 !important;
    padding:0 !important;
    flex-wrap:nowrap !important;
    white-space:nowrap;
}

/* =====================================
   無料相談・お問い合わせボタン共通
===================================== */

.contact-button {
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;

    min-width:240px;
    min-height:56px;
    padding:14px 32px !important;

    box-sizing:border-box;
    border:2px solid #ff8a00 !important;
    border-radius:999px !important;

    background:#ff8a00 !important;
    color:#ffffff !important;

    font-size:18px;
    line-height:1.5;
    font-weight:700;
    text-align:center;
    text-decoration:none !important;

    box-shadow:0 8px 20px rgba(18,61,107,.14) !important;

    cursor:pointer;

    transition:
        background .2s ease,
        border-color .2s ease,
        box-shadow .2s ease,
        transform .2s ease;
}

/* カーソルを合わせたとき */
.contact-button:hover {
    background:#e97800 !important;
    border-color:#e97800 !important;
    color:#ffffff !important;

    box-shadow:0 12px 26px rgba(18,61,107,.18) !important;
    transform:translateY(-2px);
}

/* 押した瞬間 */
.contact-button:active {
    box-shadow:0 4px 10px rgba(18,61,107,.14) !important;
    transform:translateY(0);
}

/* キーボード操作時 */
.contact-button:focus-visible {
    outline:3px solid rgba(120,200,122,.65);
    outline-offset:3px;
}

/* スマートフォン */
@media screen and (max-width:600px) {
    .contact-button {
        width:100%;
        min-width:0;
        font-size:16px;
    }
}

/* =====================================
   すべてのお問い合わせボタンを統一
===================================== */

a[href$="contact/index.html"],
.contact-form button[type="submit"] {
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;

    min-width:230px !important;
    min-height:56px !important;
    padding:14px 32px !important;

    box-sizing:border-box !important;
    border:2px solid #ff8a00 !important;
    border-radius:999px !important;

    background:#ff8a00 !important;
    color:#ffffff !important;

    font-size:18px !important;
    line-height:1.5 !important;
    font-weight:700 !important;
    text-align:center !important;
    text-decoration:none !important;

    box-shadow:0 8px 20px rgba(18,61,107,.14) !important;

    cursor:pointer !important;

    transition:
        background .2s ease,
        border-color .2s ease,
        box-shadow .2s ease,
        transform .2s ease !important;
}

/* カーソルを合わせたとき */
a[href$="contact/index.html"]:hover,
.contact-form button[type="submit"]:hover {
    background:#e97800 !important;
    border-color:#e97800 !important;
    color:#ffffff !important;

    box-shadow:0 12px 26px rgba(18,61,107,.18) !important;
    transform:translateY(-2px);
}

/* ボタンを押した瞬間 */
a[href$="contact/index.html"]:active,
.contact-form button[type="submit"]:active {
    box-shadow:0 4px 10px rgba(18,61,107,.14) !important;
    transform:translateY(0);
}

/* キーボード操作時 */
a[href$="contact/index.html"]:focus-visible,
.contact-form button[type="submit"]:focus-visible {
    outline:3px solid rgba(120,200,122,.65) !important;
    outline-offset:3px;
}

/* スマートフォン */
@media screen and (max-width:600px) {
    a[href$="contact/index.html"],
    .contact-form button[type="submit"] {
        min-width:200px !important;
        min-height:52px !important;
        padding:12px 24px !important;
        font-size:16px !important;
    }
}

/* システム開発：開発工程の矢印を大きくする */
.development-flow .flow-arrow {
    min-width:28px !important;
    margin:0 6px !important;

    color:#78c87a !important;

    font-size:30px !important;
    line-height:1 !important;
    font-weight:700 !important;
    text-align:center;

    transform:translateY(-2px);
}

/* スマートフォン */
@media screen and (max-width:600px) {
    .development-flow .flow-arrow {
        min-width:22px !important;
        margin:0 3px !important;
        font-size:24px !important;
    }
}

/* =====================================
   システム開発工程を1行にする
===================================== */

@media screen and (min-width:1200px) {

    .development-flow {
        display:flex !important;
        flex-wrap:nowrap !important;
        align-items:center !important;
        justify-content:center !important;

        gap:8px !important;
        width:100% !important;
    }

    .development-flow .flow-step {
        flex:0 1 auto !important;

        min-width:0 !important;
        padding:14px 18px !important;

        white-space:nowrap !important;
    }

    .development-flow .flow-arrow {
        flex:0 0 30px !important;

        min-width:30px !important;
        margin:0 !important;

        font-size:2.3rem !important;
        line-height:1 !important;

        transform:scaleX(1.05);
    }
}
.development-flow-image {
  width: calc(100% - 40px) !important;
  max-width: 760px !important;
  margin: 25px auto 50px !important;
  padding: 0 !important;
  overflow: hidden !important;
  text-align: center;
}

.development-flow-image img {
  display: block !important;
  width: 100% !important;
  max-width: 760px !important;
  min-width: 0 !important;
  height: auto !important;
  margin: 0 auto !important;
  border-radius: 14px;
}

/* システム開発ページの工程図周辺の余白 */
.development-page-content {
  padding-top: 30px !important;
}

.development-page-content .development-flow-image {
  margin-top: 0 !important;
  margin-bottom: 30px !important;
}

.development-page-content .service-grid {
  margin-top: 0 !important;
}

@media screen and (max-width: 768px) {
  .development-page-content {
    padding-top: 20px !important;
  }

  .development-page-content .development-flow-image {
    margin-bottom: 25px !important;
  }
}
/* =====================================
   昆布販売ページ
===================================== */

.kombu-page-section {
  padding: 40px 20px 70px !important;
}


/* メイン写真 */

.kombu-main-image {
  width: calc(100% - 40px);
  max-width: 900px;
  margin: 0 auto 40px;
  border-radius: 18px;
  overflow: hidden;
}

.kombu-main-image img {
  display: block;
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: center;
}


/* 紹介文 */

.kombu-intro {
  max-width: 760px;
  margin: 0 auto 45px;
  text-align: center;
}

.kombu-intro h2 {
  margin: 0 0 18px;
  color: #123d6b;
  font-size: 30px;
  line-height: 1.5;
  font-weight: 800;
}

.kombu-intro p {
  margin: 0 0 8px;
  color: #44596b;
  font-size: 16px;
  line-height: 1.9;
}


/* 商品カード */

.kombu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 65px;
}

.kombu-card {
  overflow: hidden;
  border: 1px solid #e4ebe6;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(18, 61, 107, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.kombu-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(18, 61, 107, 0.12);
}

.kombu-card img {
  display: block;
  width: 100%;
  height: 185px;
  object-fit: cover;
  object-position: center;
}

.kombu-card-content {
  padding: 22px 22px 25px;
}

.kombu-card h3 {
  margin: 0 0 12px;
  color: #123d6b;
  font-size: 21px;
  line-height: 1.5;
  font-weight: 800;
}

.kombu-card p {
  margin: 0;
  color: #44596b;
  font-size: 15px;
  line-height: 1.8;
}


/* ご相談内容 */

.kombu-feature {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 60px;
}

.kombu-feature h2 {
  margin: 0 0 28px;
  color: #123d6b;
  font-size: 30px;
  line-height: 1.5;
  font-weight: 800;
  text-align: center;
}

.kombu-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.kombu-feature-item {
  padding: 26px;
  border: 1px solid #e0ebe2;
  border-radius: 16px;
  background: #f7faf7;
}

.kombu-feature-item h3 {
  margin: 0 0 10px;
  color: #4e9e55;
  font-size: 19px;
  line-height: 1.5;
  font-weight: 800;
}

.kombu-feature-item p {
  margin: 0;
  color: #44596b;
  font-size: 15px;
  line-height: 1.8;
}


/* タブレット・スマートフォン */

@media screen and (max-width: 900px) {
  .kombu-grid,
  .kombu-feature-grid {
    grid-template-columns: 1fr;
    max-width: 620px;
  }

  .kombu-card img {
    height: 220px;
  }
}


@media screen and (max-width: 600px) {
  .kombu-page-section {
    padding: 25px 15px 50px !important;
  }

  .kombu-main-image {
    width: 100%;
    margin-bottom: 30px;
    border-radius: 14px;
  }

  .kombu-main-image img {
    height: 220px;
  }

  .kombu-intro {
    margin-bottom: 35px;
  }

  .kombu-intro h2,
  .kombu-feature h2 {
    font-size: 24px;
  }

  .kombu-intro p br {
    display: none;
  }

  .kombu-card img {
    height: 200px;
  }

  .kombu-card-content {
    padding: 20px;
  }

  .kombu-feature-item {
    padding: 22px;
  }
}
/* =====================================
   ヒーロー上部：戻る・パンくずを左右に配置
===================================== */

.page-hero .page-return-nav {
  width: 100% !important;
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 20px;
  margin: 0 0 35px !important;
  padding: 0 !important;
  text-align: left !important;
}

.page-hero .page-return-button {
  margin: 0 auto 0 0 !important;
  padding: 0 !important;
  border: 0;
  background: transparent;
  color: #023d6b;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
}

.page-hero .page-breadcrumb-nav {
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  margin: 0 0 0 auto !important;
  padding: 0 !important;
  white-space: nowrap;
}

.page-hero .page-breadcrumb-nav a {
  color: #023d6b;
  font-weight: 700;
  text-decoration: none;
}

.page-hero .page-current {
  color: #596b78;
}
/* 6サービス：3列×2段 */
  .service-grid{
    display:grid;
    grid-template-columns:repeat(3, minmax(0, 1fr));
    gap:28px;
 }

.service-card-link{
  display:block;
  color:inherit;
  text-decoration:none;
}

.service-card-link:hover{
  color:inherit;
  text-decoration:none;
}

.service-card-coming-soon{
  position:relative;
  background:#f6faf7;
  border:1px dashed rgba(120,200,122,.65);
}

.service-card-coming-soon:hover{
  transform:none;
  box-shadow:0 14px 36px rgba(0,61,107,.08);
}

.coming-soon-label{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin:0 0 20px;
  padding:7px 15px;
  border-radius:999px;
  background:#e9f7ea;
  color:#4ca755;
  font-size:13px;
  font-weight:900;
  letter-spacing:.12em;
}

/* タブレット */
@media(max-width:980px){
  .service-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}

/* スマートフォン */
@media(max-width:560px){
  .service-grid{
    grid-template-columns:1fr;
  }
}
/* =====================================
   ヒーローの高さを3種類に統一
===================================== */

/* 1. トップページ：画面いっぱいに近い高さ */
.hero {
  width: 100%;
  min-height: calc(100svh - 92px) !important;
  padding: 48px 0 !important;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.hero > .container {
  width: 100%;
}


/* 2. サービス・お問い合わせページ：少し小さめ */
.page-hero.page-hero--medium {
  width: 100%;
  height: auto !important;
  min-height: 0 !important;
  padding: 48px 0 52px !important;
  box-sizing: border-box;
}


/* 3. 個人情報保護方針・送信完了：コンパクト */
.page-hero.page-hero--compact {
  width: 100%;
  height: auto !important;
  min-height: 0 !important;
  padding: 24px 0 26px !important;
  box-sizing: border-box;
}

.page-hero.page-hero--compact h1 {
  margin-top: 6px;
  margin-bottom: 10px;
}

.page-hero.page-hero--compact p {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.7;
}


/* スマートフォン */
@media screen and (max-width: 768px) {

  /* スマホは画面いっぱいに固定しない */
  .hero {
    min-height: auto !important;
    padding: 48px 0 !important;
  }

  .page-hero.page-hero--medium {
    padding: 34px 0 38px !important;
  }

  .page-hero.page-hero--compact {
    padding: 20px 0 22px !important;
  }
}
/* =====================================
   サービス紹介：7枚を4列×2段に配置
===================================== */

#services .service-grid {
  display: grid !important;
  grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  gap: 24px !important;
  width: 100% !important;
}

/* 1枚のカードは4列表示の1列分 */
#services .service-grid > .service-card {
  grid-column: span 2;
}

/* 2段目の3枚を中央に配置 */
#services .service-card--05 {
  grid-column: 2 / span 2 !important;
}

#services .service-card--06 {
  grid-column: 4 / span 2 !important;
}

#services .service-card--07 {
  grid-column: 6 / span 2 !important;
}


/* 光触媒の外部リンク */
#services .service-more-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: auto;
  padding-top: 18px;
  color: #123d6b !important;
  font-weight: 800;
  text-decoration: none;
}

#services .service-more-link::after {
  content: "↗";
  color: #5eaf63;
  font-size: 18px;
}

#services .service-more-link:hover {
  color: #4e9e55 !important;
  text-decoration: underline;
}

#services .service-more-link:visited {
  color: #7652a5 !important;
}


/* ノートパソコン・タブレット：2列 */
@media screen and (max-width: 1100px) {

  #services .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  #services .service-grid > .service-card {
    grid-column: auto !important;
  }
}


/* スマートフォン：1列 */
@media screen and (max-width: 650px) {

  #services .service-grid {
    grid-template-columns: 1fr !important;
  }
}
/* =====================================
   白口浜真昆布ページ
===================================== */

.kombu-page-hero {
    padding-top: 28px !important;
    padding-bottom: 55px !important;
    background: #f3f7f4;
}

.kombu-page-hero .page-return-nav {
    margin-bottom: 35px;
}

.kombu-hero-content {
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
}

.kombu-hero-label {
    display: block;
    margin-bottom: 10px;
    color: #68b96f;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.22em;
}

.kombu-hero-content h1 {
    margin: 0 0 16px;
    color: #123d6b;
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.35;
    font-weight: 900;
}

.kombu-hero-content p {
    margin: 0;
    color: #405b70;
    font-size: 18px;
    line-height: 1.9;
}

.kombu-page {
    background: #ffffff;
}

.kombu-section {
    padding: 75px 20px;
}

.kombu-container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}

/* 昆布の紹介 */

.kombu-story {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    overflow: hidden;
    border: 1px solid #dfe9e3;
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 18px 50px rgba(18, 61, 107, 0.09);
}

.kombu-story-image {
    min-height: 440px;
}

.kombu-story-image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 440px;
    object-fit: cover;
    object-position: center;
}

.kombu-story-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 55px 50px;
}

.kombu-label {
    margin: 0 0 12px;
    color: #60b769;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.18em;
}

.kombu-story-content h2,
.kombu-sales-content h2 {
    margin: 0 0 24px;
    color: #123d6b;
    font-size: clamp(27px, 3vw, 38px);
    line-height: 1.5;
    font-weight: 900;
}

.kombu-story-content p,
.kombu-sales-content p {
    margin: 0 0 16px;
    color: #40566a;
    font-size: 16px;
    line-height: 2;
}

.kombu-story-lead {
    color: #243f56 !important;
    font-size: 17px !important;
    font-weight: 600;
}

/* 3つの特徴 */

.kombu-feature-section {
    padding: 75px 20px;
    background: #f5f8f6;
}

.kombu-section-heading {
    margin-bottom: 38px;
    text-align: center;
}

.kombu-section-heading h2 {
    margin: 0;
    color: #123d6b;
    font-size: clamp(28px, 3vw, 40px);
    font-weight: 900;
}

.kombu-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.kombu-feature-card {
    padding: 34px 30px;
    border: 1px solid #dfebe3;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(18, 61, 107, 0.06);
}

.kombu-feature-number {
    display: block;
    margin-bottom: 18px;
    color: #70c779;
    font-size: 30px;
    line-height: 1;
    font-weight: 900;
}

.kombu-feature-card h3 {
    margin: 0 0 14px;
    color: #123d6b;
    font-size: 21px;
    font-weight: 900;
}

.kombu-feature-card p {
    margin: 0;
    color: #465c6d;
    font-size: 15px;
    line-height: 1.9;
}

/* 養殖・販売 */

.kombu-sales {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    align-items: center;
    gap: 55px;
}

.kombu-sales-content {
    padding: 20px 0;
}

.kombu-sales-image {
    overflow: hidden;
    border-radius: 24px;
    box-shadow: 0 16px 40px rgba(18, 61, 107, 0.10);
}

.kombu-sales-image img {
    display: block;
    width: 100%;
    height: 390px;
    object-fit: cover;
    object-position: center;
}

.kombu-preparing {
    margin-top: 24px;
    padding: 18px 20px;
    border-left: 5px solid #70c779;
    border-radius: 0 12px 12px 0;
    background: #eff8f0;
    color: #214b35;
    font-size: 15px;
    line-height: 1.8;
    font-weight: 700;
}

/* お問い合わせ */

.kombu-contact-section {
    padding: 20px 20px 80px;
}

.kombu-contact-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    padding: 52px 58px;
    border-top: 6px solid #70c779;
    border-radius: 28px;
    background: linear-gradient(135deg, #123d6b, #0b2f52);
    box-shadow: 0 18px 45px rgba(18, 61, 107, 0.18);
}

.kombu-contact-content {
    max-width: 700px;
}

.kombu-contact-label {
    margin: 0 0 12px;
    color: #82d889;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.2em;
}

.kombu-contact-content h2 {
    margin: 0 0 18px;
    color: #ffffff;
    font-size: clamp(28px, 3vw, 40px);
    line-height: 1.5;
    font-weight: 900;
}

.kombu-contact-content > p:last-child {
    margin: 0;
    color: #edf5fa;
    font-size: 16px;
    line-height: 1.9;
}

.kombu-contact-action {
    flex: 0 0 310px;
    text-align: center;
}

.kombu-contact-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 72px;
    padding: 15px 26px;
    border-radius: 999px;
    background: #ff8800;
    color: #ffffff !important;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 900;
    text-decoration: none !important;
    box-shadow: 0 12px 26px rgba(255, 136, 0, 0.30);
    transition: transform 0.2s ease, background 0.2s ease;
}

.kombu-contact-button:hover {
    background: #f07800;
    color: #ffffff !important;
    transform: translateY(-3px);
}

.kombu-contact-action p {
    margin: 12px 0 0;
    color: #dce9f2;
    font-size: 13px;
}

/* タブレット・スマートフォン */

@media screen and (max-width: 900px) {

    .kombu-story,
    .kombu-sales {
        grid-template-columns: 1fr;
    }

    .kombu-story-image {
        min-height: 0;
        aspect-ratio: 4 / 3;
    }

    .kombu-story-image img {
        min-height: 0;
    }

    .kombu-story-content {
        padding: 38px 30px;
    }

    .kombu-feature-grid {
        grid-template-columns: 1fr;
    }

    .kombu-sales {
        gap: 30px;
    }

    .kombu-sales-image {
        order: -1;
    }

    .kombu-sales-image img {
        height: auto;
        aspect-ratio: 4 / 3;
    }

    .kombu-contact-box {
        display: block;
        padding: 42px 30px;
        text-align: center;
    }

    .kombu-contact-action {
        max-width: 340px;
        margin: 30px auto 0;
    }
}

@media screen and (max-width: 600px) {

    .kombu-page-hero {
        padding-bottom: 40px !important;
    }

    .kombu-hero-content p br,
    .kombu-contact-content p br {
        display: none;
    }

    .kombu-section,
    .kombu-feature-section {
        padding: 50px 16px;
    }

    .kombu-story,
    .kombu-sales-image,
    .kombu-contact-box {
        border-radius: 18px;
    }

    .kombu-story-content {
        padding: 32px 22px;
    }

    .kombu-feature-card {
        padding: 28px 24px;
    }

    .kombu-contact-section {
        padding: 10px 16px 60px;
    }

    .kombu-contact-box {
        padding: 36px 22px;
    }

    .kombu-contact-button {
        font-size: 16px;
    }
}
/* =====================================
   各サービスページ共通CTA
===================================== */

.service-inquiry-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    width: 100%;
    max-width: 1180px;
    margin: 75px auto 20px;
    padding: 52px 58px;
    border-top: 6px solid #70c779;
    border-radius: 28px;
    background: linear-gradient(
        135deg,
        #123d6b 0%,
        #0b2f52 100%
    );
    box-shadow: 0 18px 45px rgba(18, 61, 107, 0.16);
}

.service-inquiry-copy {
    max-width: 700px;
}

.service-inquiry-label {
    margin: 0 0 14px !important;
    color: #82d889 !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
    font-weight: 900 !important;
    letter-spacing: 0.2em;
}

.service-inquiry-copy h2 {
    margin: 0 0 18px;
    color: #ffffff;
    font-size: clamp(28px, 3vw, 40px);
    line-height: 1.5;
    font-weight: 900;
}

.service-inquiry-copy > p:last-child {
    margin: 0;
    color: #edf5fa;
    font-size: 16px;
    line-height: 1.9;
}

.service-inquiry-action {
    flex: 0 0 330px;
    text-align: center;
}

.service-inquiry-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 76px;
    padding: 15px 25px;
    border-radius: 999px;
    background: #ff8800;
    color: #ffffff !important;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 900;
    text-align: center;
    text-decoration: none !important;
    box-shadow: 0 12px 26px rgba(255, 136, 0, 0.30);
    transition:
        transform 0.2s ease,
        background 0.2s ease,
        box-shadow 0.2s ease;
}

.service-inquiry-button:hover {
    background: #f07800;
    color: #ffffff !important;
    text-decoration: none !important;
    transform: translateY(-3px);
    box-shadow: 0 16px 30px rgba(255, 136, 0, 0.36);
}

.service-inquiry-action p {
    margin: 12px 0 0;
    color: #dce9f2;
    font-size: 13px;
    line-height: 1.5;
}

/* タブレット・スマートフォン */

@media screen and (max-width: 900px) {

    .service-inquiry-box {
        display: block;
        margin-top: 55px;
        padding: 42px 30px;
        text-align: center;
    }

    .service-inquiry-action {
        max-width: 360px;
        margin: 30px auto 0;
    }
}

@media screen and (max-width: 600px) {

    .service-inquiry-box {
        margin-top: 45px;
        padding: 36px 22px;
        border-radius: 20px;
    }

    .service-inquiry-copy h2 {
        font-size: 26px;
    }

    .service-inquiry-copy > p:last-child {
        font-size: 15px;
    }

    .service-inquiry-copy > p:last-child br {
        display: none;
    }

    .service-inquiry-action {
        width: 100%;
    }

    .service-inquiry-button {
        font-size: 16px;
    }
}
/* =====================================
   ソリューション・昆布ページの横幅調整
===================================== */

.solution-page .container,
.solution-page .solution-container,
.solution-page .solution-layout,
.kombu-page .kombu-container {
    width: calc(100% - 40px) !important;
    max-width: 1080px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* お問い合わせ部分も同じ横幅に統一 */

.solution-page .service-inquiry-box,
.kombu-page .kombu-contact-box {
    width: 100% !important;
    max-width: 1080px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* スマートフォン */

@media screen and (max-width: 600px) {

    .solution-page .container,
    .solution-page .solution-container,
    .solution-page .solution-layout,
    .kombu-page .kombu-container {
        width: calc(100% - 30px) !important;
    }
}
/* =====================================
   昆布紹介写真のサイズ調整
===================================== */

.kombu-story {
    grid-template-columns: 42% 58% !important;
    height: 430px !important;
}

.kombu-story-image {
    width: 100% !important;
    height: 430px !important;
    min-height: 0 !important;
}

.kombu-story-image img {
    width: 100% !important;
    height: 430px !important;
    min-height: 0 !important;
    object-fit: cover !important;
    object-position: center !important;
}

.kombu-story-content {
    padding: 38px 44px !important;
}

/* スマートフォン・タブレット */

@media screen and (max-width: 900px) {

    .kombu-story {
        grid-template-columns: 1fr !important;
        height: auto !important;
    }

    .kombu-story-image {
        height: 300px !important;
    }

    .kombu-story-image img {
        height: 300px !important;
    }

    .kombu-story-content {
        padding: 35px 25px !important;
    }
}
/* =====================================
   光触媒の詳細ボタン
===================================== */

.service-more-link,
.service-more-link:link,
.service-more-link:visited {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
    padding: 9px 16px;
    border: none !important;
    border-radius: 999px;
    background: #ff8800 !important;
    color: #ffffff !important;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 800;
    text-decoration: none !important;
    box-shadow: 0 7px 16px rgba(255, 136, 0, 0.25);
    transition:
        transform 0.2s ease,
        background 0.2s ease;
}

.service-more-link:hover {
    background: #f07800 !important;
    color: #ffffff !important;
    text-decoration: none !important;
    transform: translateY(-2px);
}

.service-more-link:focus-visible {
    outline: 3px solid rgba(255, 136, 0, 0.35);
    outline-offset: 3px;
}
/* =====================================
   トップページの地図・控えめサイズ
===================================== */

#company iframe {
    display: block !important;
    width: calc(100% - 40px) !important;
    max-width: 820px !important;
    height: 230px !important;
    margin: 25px auto 0 !important;
    border: 0 !important;
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(18, 61, 107, 0.07);
}

/* スマートフォン */

@media screen and (max-width: 600px) {

    #company iframe {
        width: calc(100% - 30px) !important;
        height: 210px !important;
        border-radius: 10px;
    }
}
/* =====================================
   トップページお問い合わせ
===================================== */

.home-contact-section {
    width: 100%;
    padding: 70px 20px;
    background: #f2f7fb;
}

.home-contact-section .service-inquiry-box {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}

@media screen and (max-width: 600px) {

    .home-contact-section {
        padding: 50px 16px;
    }
}

/* =====================================
   昆布ページの横幅・はみ出し修正
===================================== */

.kombu-page,
.kombu-page *,
.kombu-page *::before,
.kombu-page *::after {
    box-sizing: border-box !important;
}

.kombu-page {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
}

.kombu-page .kombu-container {
    width: calc(100% - 40px) !important;
    max-width: 1000px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.kombu-contact-section {
    width: 100% !important;
    padding: 20px 0 70px !important;
    overflow: hidden !important;
}

.kombu-contact-box {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 44px 48px !important;
    box-sizing: border-box !important;
}

.kombu-contact-action {
    min-width: 0 !important;
}

/* スマートフォン・タブレット */

@media screen and (max-width: 900px) {

    .kombu-page .kombu-container {
        width: calc(100% - 30px) !important;
    }

    .kombu-contact-box {
        display: block !important;
        padding: 38px 25px !important;
        text-align: center !important;
    }

    .kombu-contact-action {
        width: 100% !important;
        max-width: 340px !important;
        margin: 28px auto 0 !important;
    }
}

/* =====================================
   お問い合わせボタンの影を見やすく統一
===================================== */

.service-inquiry-button,
.kombu-contact-button,
.submit-btn {
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24) !important;
}

/* マウスを合わせたとき */
.service-inquiry-button:hover,
.kombu-contact-button:hover,
.submit-btn:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 13px 28px rgba(0, 0, 0, 0.30) !important;
}
/* =====================================
   下層ページ共通：紺色お問い合わせエリア
===================================== */

.mss-contact-band {
  width: calc(100% - 48px);
  max-width: 1540px;
  margin: 70px auto 50px;
}

.mss-contact-band-inner {
  display: grid !important;
  grid-template-columns: minmax(0, 1.3fr) minmax(340px, 0.7fr);
  align-items: center;
  gap: 60px;

  padding: 65px clamp(40px, 6vw, 90px);

  color: #ffffff;
  background: #123d6b;
  border-top: 8px solid #70c978;
  border-radius: 32px;
}

.mss-contact-copy {
  min-width: 0;
}

.mss-contact-label {
  display: block;
  margin-bottom: 20px;

  color: #74df7d;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.2em;
}

.mss-contact-copy h2 {
  margin: 0 0 25px;

  color: #ffffff !important;
  font-size: clamp(30px, 3.3vw, 50px);
  font-weight: 800;
  line-height: 1.5;
}

.mss-contact-copy p {
  margin: 0;

  color: #ffffff !important;
  font-size: 17px;
  line-height: 2;
}

.mss-contact-action {
  text-align: center;
}

.mss-contact-button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;

  width: 100%;
  max-width: 460px;
  min-height: 115px;
  padding: 22px 35px;

  box-sizing: border-box;
  border: 0 !important;
  border-radius: 999px;

  background: #ff8a00 !important;
  color: #ffffff !important;

  font-size: 20px;
  font-weight: 800;
  line-height: 1.5;
  text-align: center;
  text-decoration: none !important;

  box-shadow: 0 8px 18px rgba(255, 138, 0, 0.25) !important;

  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

.mss-contact-button:hover {
  color: #ffffff !important;
  background: #f47f00 !important;
  text-decoration: none !important;
  transform: translateY(-2px);

  box-shadow: 0 11px 24px rgba(255, 138, 0, 0.32) !important;
}

.mss-contact-note {
  margin: 18px 0 0 !important;

  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 600;
  text-align: center;
}

/* タブレット・スマートフォン */
@media screen and (max-width: 900px) {
  .mss-contact-band {
    width: calc(100% - 30px);
    margin: 50px auto 35px;
  }

  .mss-contact-band-inner {
    grid-template-columns: 1fr;
    gap: 35px;
    padding: 45px 28px;
    border-radius: 24px;
  }

  .mss-contact-copy {
    text-align: center;
  }

  .mss-contact-copy h2 {
    font-size: clamp(27px, 7vw, 38px);
  }

  .mss-contact-copy p {
    font-size: 15px;
  }

  .mss-contact-button {
    max-width: 380px;
    min-height: 90px;
    font-size: 17px;
  }
}

/* =====================================
   全ページ共通：表示幅を少しスリムに統一
===================================== */

.container,
.mss-contact-band {
  width: calc(100% - 40px) !important;
  max-width: 1180px !important;

  margin-left: auto !important;
  margin-right: auto !important;

  box-sizing: border-box;
}

/* 戻るボタン・パンくず部分 */
.page-return-nav {
  width: 100% !important;
  max-width: 1180px !important;

  margin-left: auto !important;
  margin-right: auto !important;
}

/* 横方向へのはみ出し防止 */
html,
body {
  max-width: 100%;
  overflow-x: clip;
}

/* スマートフォン */
@media screen and (max-width: 768px) {
  .container,
  .mss-contact-band {
    width: calc(100% - 28px) !important;
  }
}

/* プロフェッショナルページの長いボタン文字調整 */
.mss-contact-button--professional {
  font-size: 19px !important;
  line-height: 1.55 !important;
  word-break: keep-all !important;
}
/* =====================================
   紺色のお問い合わせ欄をコンパクトにする
===================================== */

.mss-contact-band {
  margin-top: 50px !important;
  margin-bottom: 35px !important;
}

.mss-contact-band-inner {
  grid-template-columns:
    minmax(0, 1.45fr)
    minmax(300px, 0.55fr) !important;

  gap: 45px !important;

  /* 上下の余白を小さくする */
  padding:
    40px
    clamp(32px, 5vw, 64px) !important;

  border-top-width: 6px !important;
  border-radius: 26px !important;

  /* 高さは文章量に合わせる */
  min-height: 0 !important;
  height: auto !important;
}

.mss-contact-label {
  margin-bottom: 14px !important;
  font-size: 14px !important;
}

.mss-contact-copy h2 {
  margin-bottom: 18px !important;
  font-size: clamp(28px, 3vw, 40px) !important;
  line-height: 1.4 !important;
}

.mss-contact-copy p {
  font-size: 16px !important;
  line-height: 1.8 !important;
}

.mss-contact-button {
  max-width: 390px !important;
  min-height: 88px !important;
  padding: 16px 26px !important;
  font-size: 18px !important;
}

.mss-contact-note {
  margin-top: 12px !important;
}

/* スマートフォン */
@media screen and (max-width: 900px) {

  .mss-contact-band-inner {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
    padding: 35px 22px !important;
  }

  .mss-contact-copy h2 {
    font-size: clamp(26px, 7vw, 34px) !important;
  }

  .mss-contact-button {
    min-height: 78px !important;
    font-size: 16px !important;
  }
}

/* =====================================
   紺色のお問い合わせ欄：横幅を細くする
===================================== */

body .mss-contact-band {
  width: calc(100% - 48px) !important;
  max-width: 1180px !important;

  margin: 40px auto 30px !important;
  padding: 0 !important;

  box-sizing: border-box !important;
}

body .mss-contact-band-inner {
  width: 100% !important;
  max-width: none !important;
  box-sizing: border-box !important;
}

/* スマートフォン */
@media screen and (max-width: 768px) {

  body .mss-contact-band {
    width: calc(100% - 28px) !important;
    margin-top: 35px !important;
  }
}
/* お問い合わせ紺色部分の横幅を細くする */
.contact-width-narrow {
  width: calc(100% - 80px) !important;
  max-width: 1080px !important;

  margin-left: auto !important;
  margin-right: auto !important;

  box-sizing: border-box !important;
}

.contact-width-narrow .mss-contact-band-inner {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

@media screen and (max-width: 768px) {
  .contact-width-narrow {
    width: calc(100% - 28px) !important;
  }
}
/* =====================================
   全ページの表示幅をスリムに統一
===================================== */

:root {
  --mss-page-width: 1080px;
  --mss-side-space: 24px;
}

/* 全ページ共通のコンテンツ幅 */
body .container {
  width: calc(100% - 48px) !important;
  max-width: var(--mss-page-width) !important;

  margin-left: auto !important;
  margin-right: auto !important;

  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* ヘッダー */
.site-header .header-inner {
  width: calc(100% - 48px) !important;
  max-width: var(--mss-page-width) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* 下層ページのヒーロー */
.page-hero .container {
  width: calc(100% - 48px) !important;
  max-width: var(--mss-page-width) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* メインコンテンツ */
main .container {
  width: calc(100% - 48px) !important;
  max-width: var(--mss-page-width) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* 紺色のお問い合わせ部分 */
.mss-contact-band {
  width: calc(100% - 48px) !important;
  max-width: var(--mss-page-width) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* フッター上の戻る・パンくず */
.page-bottom-navigation .page-return-nav {
  width: calc(100% - 48px) !important;
  max-width: var(--mss-page-width) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* 大きな画像による横はみ出し防止 */
main img {
  max-width: 100% !important;
  height: auto;
}

/* 横スクロール防止 */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

/* スマートフォン */
@media screen and (max-width: 768px) {
  body .container,
  .site-header .header-inner,
  .page-hero .container,
  main .container,
  .mss-contact-band,
  .page-bottom-navigation .page-return-nav {
    width: calc(100% - 30px) !important;
  }
}

/* =====================================
   紺色お問い合わせ部分をスリム化
   全ページ幅1080pxに対応
===================================== */

.mss-contact-band {
  width: calc(100% - 48px) !important;
  max-width: var(--mss-page-width) !important;
  margin: 40px auto 30px !important;
}

.mss-contact-band-inner {
  grid-template-columns:
    minmax(0, 1.2fr)
    minmax(280px, 0.8fr) !important;

  gap: 35px !important;

  min-height: 0 !important;
  padding: 38px 48px !important;

  border-top-width: 6px !important;
  border-radius: 24px !important;
}

.mss-contact-label {
  margin-bottom: 10px !important;
  font-size: 13px !important;
}

.mss-contact-copy h2 {
  margin: 0 0 14px !important;

  font-size: clamp(27px, 3vw, 38px) !important;
  line-height: 1.45 !important;
}

.mss-contact-copy p {
  margin: 0 !important;

  font-size: 15px !important;
  line-height: 1.8 !important;
}

.mss-contact-button {
  width: 100% !important;
  max-width: 350px !important;
  min-height: 82px !important;

  padding: 15px 24px !important;

  font-size: 17px !important;
  line-height: 1.4 !important;

  box-shadow:
    0 7px 16px rgba(255, 138, 0, 0.24) !important;
}

.mss-contact-note {
  margin-top: 10px !important;
  font-size: 13px !important;
}

/* スマートフォン */
@media screen and (max-width: 768px) {
  .mss-contact-band {
    width: calc(100% - 30px) !important;
    margin: 30px auto 25px !important;
  }

  .mss-contact-band-inner {
    grid-template-columns: 1fr !important;
    gap: 24px !important;

    padding: 32px 20px !important;
    border-radius: 20px !important;
  }

  .mss-contact-copy {
    text-align: center;
  }

  .mss-contact-copy h2 {
    font-size: 26px !important;
  }

  .mss-contact-copy p {
    font-size: 14px !important;
  }

  .mss-contact-copy p br {
    display: none;
  }

  .mss-contact-button {
    max-width: 330px !important;
    min-height: 76px !important;
    font-size: 16px !important;
  }
}

/* =====================================
   ソリューションページを1080pxに統一
===================================== */

.products-page main {
  width: calc(100% - 48px) !important;
  max-width: var(--mss-page-width) !important;

  margin-left: auto !important;
  margin-right: auto !important;
}

/* mainが狭くなった後の二重余白を防ぐ */
.products-page main .container {
  width: 100% !important;
  max-width: 100% !important;

  margin-left: auto !important;
  margin-right: auto !important;

  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* ソリューションページ固有の横幅 */
.products-page .solution-section,
.products-page .solution-layout,
.products-page .solution-grid,
.products-page .solution-content,
.products-page .products-layout,
.products-page .products-showcase {
  width: 100% !important;
  max-width: 100% !important;

  margin-left: auto !important;
  margin-right: auto !important;

  box-sizing: border-box !important;
}

/* 写真の横はみ出し防止 */
.products-page main img {
  max-width: 100% !important;
  height: auto !important;
}

/* 紺色お問い合わせ部分 */
.products-page main .mss-contact-band {
  width: 100% !important;
  max-width: 100% !important;

  margin-left: auto !important;
  margin-right: auto !important;
}

/* スマートフォン */
@media screen and (max-width: 768px) {
  .products-page main {
    width: calc(100% - 30px) !important;
  }
}
/* =====================================
   ソリューションページ：写真追従・最終版
===================================== */

html,
body {
  overflow-x: clip !important;
}

.products-page main,
.products-page .solution-section,
.products-page .solution-container,
.products-page .solution-layout {
  overflow: visible !important;
}

/* パソコンのみ追従 */
@media screen and (min-width: 901px) {

  .products-page .solution-layout {
    align-items: start !important;
  }

  /* 右側全体を追従させる */
  .products-page .solution-visual {
    position: sticky !important;
    top: 24px !important;
    align-self: start !important;
    height: fit-content !important;
    overflow: visible !important;
  }

  /* 追加した内側の枠は追従させない */
  .products-page .solution-sticky {
    position: static !important;
    width: 100% !important;
    height: auto !important;
  }

  .products-page .solution-image-wrap {
    position: relative !important;
  }
}

/* タブレット・スマートフォンは通常表示 */
@media screen and (max-width: 900px) {

  .products-page .solution-visual,
  .products-page .solution-sticky {
    position: static !important;
  }
}

