:root{--color-primary: #1778c4;--color-primary-dark: #115d9c;--color-primary-light: #e6f2fc;--color-orange: #f07820;--color-orange-dark: #d4621a;--color-green-line: #00c300;--color-green-dark: #039c42;--color-navy: #1a3a5c;--color-text: #1a1a1a;--color-text-mid: #444444;--color-text-light: #666666;--color-border: #dde6ef;--color-bg: #ffffff;--color-bg-section: #f4f8fb;--font-base: Noto Sans JP, sans-serif;--section-padding-y: 60px;--container-max: 1180px;--container-px: 20px;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 14px;--shadow-card: 0 2px 16px rgba(23, 120, 196, 0.1);--shadow-hover: 0 8px 32px rgba(23, 120, 196, 0.18)}@-webkit-keyframes fadeSlideUp{from{opacity:0;-webkit-transform:translateY(28px);transform:translateY(28px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeSlideUp{from{opacity:0;-webkit-transform:translateY(28px);transform:translateY(28px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}*,*::before,*::after{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:"Noto Sans JP",sans-serif;font-size:15px;line-height:1.75;color:#1a1a1a;background-color:#fff;-webkit-font-smoothing:antialiased}img,svg{display:block;max-width:100%}a{color:inherit;text-decoration:none}ul{list-style:none}em{font-style:normal}.container{max-width:1180px;margin-inline:auto;padding-inline:20px}.sub-container{max-width:1180px;margin-inline:auto;padding-inline:40px}@media only screen and (max-width: 767px){.sub-container{padding-inline:20px}}@media only screen and (max-width: 375px){.sub-container{padding-inline:10px}}.text-orange{color:#f07820}.section{padding-block:60px}@media only screen and (max-width: 767px){.section{padding-block:30px}}.pc-only{display:block}.sp-only{display:none}.btn{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:8px;padding:14px 24px;border-radius:6px;font-size:15px;font-weight:700;font-family:"Noto Sans JP",sans-serif;border:none;cursor:pointer;-webkit-transition:background-color .2s ease,-webkit-transform .15s ease;transition:background-color .2s ease,-webkit-transform .15s ease;transition:background-color .2s ease,transform .15s ease;transition:background-color .2s ease,transform .15s ease,-webkit-transform .15s ease}.btn:hover{-webkit-transform:translateY(-2px);transform:translateY(-2px)}.btn{white-space:nowrap}.btn--full{width:100%}.btn--orange{background-color:#f07820;color:#fff}.btn--orange:hover{background-color:#d4621a}.btn--mail{background-color:#f07820;color:#fff;padding:8px 10px;margin-bottom:10px}.btn--mail:hover{background-color:#d4621a}.btn--line{background-color:#00c300;color:#fff;padding:1px 10px;gap:2px}.btn--line:hover{background-color:#039c42}.btn--line img{width:40px;height:40px}.btn--header-cta{background-color:#f07820;color:#fff;padding:10px 18px;font-size:13px;border-radius:6px}.btn--header-cta:hover{background-color:#d4621a}.btn-icon{width:18px;height:18px;-ms-flex-negative:0;flex-shrink:0}.site-header{position:sticky;top:0;z-index:200;background-color:#fff;border-bottom:1px solid #dde6ef;-webkit-box-shadow:0 2px 10px rgba(0,0,0,.07);box-shadow:0 2px 10px rgba(0,0,0,.07)}.site-header .header-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:16px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:66px}.header-logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;-ms-flex-negative:0;flex-shrink:0;-webkit-transition:opacity .2s;transition:opacity .2s}.header-logo:hover{opacity:.8}.logo-emblem{width:46px;height:46px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-negative:0;flex-shrink:0}.logo-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;line-height:1.3}.logo-text .logo-name{font-size:18px;font-weight:700;color:#1a1a1a}.logo-text .logo-tagline{font-size:11px;color:#444}.global-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px}.nav-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;margin-right:20px}.nav-link{padding:6px 14px;font-size:13px;font-weight:500;color:#444;border-radius:4px;-webkit-transition:background-color .2s,color .2s;transition:background-color .2s,color .2s;white-space:nowrap}.nav-link:hover{background-color:#e6f2fc;color:#1778c4}.hamburger{display:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:5px;width:40px;height:40px;background:none;border:none;cursor:pointer;padding:6px;border-radius:6px;-webkit-transition:background-color .2s;transition:background-color .2s}.hamburger:hover{background-color:#f4f8fb}.hamburger span{display:block;height:2px;background-color:#1a1a1a;border-radius:2px;-webkit-transition:opacity .3s,-webkit-transform .3s;transition:opacity .3s,-webkit-transform .3s;transition:transform .3s,opacity .3s;transition:transform .3s,opacity .3s,-webkit-transform .3s}.hamburger.is-active span:nth-child(1){-webkit-transform:translateY(7px) rotate(45deg);transform:translateY(7px) rotate(45deg)}.hamburger.is-active span:nth-child(2){opacity:0}.hamburger.is-active span:nth-child(3){-webkit-transform:translateY(-7px) rotate(-45deg);transform:translateY(-7px) rotate(-45deg)}.sp-nav{display:none;background:#fff;border-top:1px solid #dde6ef;overflow:hidden;max-height:0;-webkit-transition:max-height .35s ease;transition:max-height .35s ease}.sp-nav.is-open{max-height:400px}.sp-nav-list{padding:12px 20px 20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4px}.sp-nav-link{display:block;padding:12px 16px;font-size:14px;font-weight:500;color:#444;border-radius:6px;-webkit-transition:background-color .2s;transition:background-color .2s;border-bottom:1px solid #e6f2fc}.sp-nav-link:hover{background-color:#e6f2fc}.sp-cta-btn{margin-top:8px}.hero{position:relative;overflow:hidden;background-color:#d8edf8;padding-block:40px 40px}.hero .hero-bg{position:absolute;inset:0;background:url("../images/hero-bg.webp") center/cover no-repeat;z-index:0}.hero .hero-inner{position:relative;z-index:1;display:grid;grid-template-columns:1fr 350px;gap:32px;-webkit-box-align:start;-ms-flex-align:start;align-items:start}.hero-content{-webkit-animation:fadeSlideUp .65s ease both;animation:fadeSlideUp .65s ease both}.hero-headline{font-size:clamp(2.25rem,1.682rem + 2.42vw,3.5rem);font-weight:900;line-height:1.1;color:#1a1a1a;margin-bottom:14px;letter-spacing:-0.02em;text-shadow:0px 2px 0px rgba(241,246,255,.4)}.hero-subheadline{font-size:clamp(16px,2.8vw,24px);font-weight:700;line-height:1.3;margin-bottom:10px;text-shadow:0px 2px 0px rgba(241,246,255,.4)}.hero-subheadline .hero-subheadline-strong{font-size:clamp(1.75rem,1.477rem + 1.36vw,2.5rem);color:#f07820;font-weight:900;text-shadow:0px 2px 6px rgba(218,232,246,.4)}.hero-body{font-size:14px;font-weight:600;color:#fff;margin-bottom:15px;line-height:1.7;background-color:rgba(0,70,141,.5);border-radius:4px;padding:.2em .5em;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.hero-features{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:12px}.hero-features1{margin-bottom:10px}.feature-badge{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;background:hsla(0,0%,100%,.88);backdrop-filter:blur(4px);border:1px solid hsla(0,0%,100%,.9);border-radius:50px;padding:10px 20px 10px 12px;-webkit-box-shadow:0 2px 10px rgba(0,0,0,.08);box-shadow:0 2px 10px rgba(0,0,0,.08);-webkit-transition:-webkit-transform .2s,-webkit-box-shadow .2s;transition:-webkit-transform .2s,-webkit-box-shadow .2s;transition:transform .2s,box-shadow .2s;transition:transform .2s,box-shadow .2s,-webkit-transform .2s,-webkit-box-shadow .2s}.feature-badge:hover{-webkit-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 6px 18px rgba(0,0,0,.12);box-shadow:0 6px 18px rgba(0,0,0,.12)}.feature-badge .feature-icon{width:44px;height:44px;-ms-flex-negative:0;flex-shrink:0}.feature-badge .feature-icon svg{width:100%;height:100%}.feature-badge .feature-text{font-size:12px;font-weight:700;line-height:1.5}.cta-card{background:#fff;border-radius:14px;-webkit-box-shadow:0 2px 16px rgba(23,120,196,.1);box-shadow:0 2px 16px rgba(23,120,196,.1);border:2px solid #1778c4;-webkit-box-shadow:0 6px 28px rgba(23,120,196,.18);box-shadow:0 6px 28px rgba(23,120,196,.18);overflow:hidden;-webkit-animation:fadeSlideUp .65s .15s ease both;animation:fadeSlideUp .65s .15s ease both}.cta-card__header{background-color:#1a3a5c;padding:16px 20px 12px;text-align:center}.cta-card__eyebrow{font-size:12px;font-weight:600;color:#fefefe;margin-bottom:4px}.cta-card__title{font-size:20px;font-weight:900;color:#fff;line-height:1.3}.cta-card__title-em{color:#ffde0a;font-size:26px}.cta-card__body{padding:18px 18px 16px}.cta-card .btn--orange{margin-bottom:10px}.cta-area-badge{background-color:#e6f2fc;border-radius:6px;padding:12px 8px;text-align:center;font-size:16px;font-weight:500;color:#1a3a5c;line-height:1.6;margin-bottom:14px}.cta-area-badge strong{color:#f07820}.cta-checklist{margin-bottom:16px}.cta-checklist li{position:relative;padding-left:20px}.cta-checklist li::before{content:"✓";padding-right:10px;color:#1778c4;font-weight:700}.cta-checklist li{font-size:12px;color:#1a1a1a;margin-bottom:4px;line-height:1.6}.cta-note{font-size:11px;color:#444;text-align:center;line-height:1.7;margin-top:6px}.section-title{font-size:clamp(20px,3.2vw,28px);font-weight:900;text-align:center;color:#1a1a1a;margin-bottom:36px;line-height:1.4}.section-title .text-emphasize{font-size:1.5em}.section-title .text-inhibit{font-size:.9em;color:#444}.section-sub-title{font-size:20px;font-weight:600;color:#115d9c;margin-top:42px;margin-bottom:30px;line-height:1.4;border-top:solid 3px #115d9c;border-bottom:solid 3px #115d9c;padding:.5em 0 .5em .5em}.section-sub-title .text-emphasize{font-size:1.5em}.section-sub-title .text-inhibit{font-size:.9em;color:#444}.section-sub-lead{padding:10px;line-height:1.4;margin-bottom:60px;text-align:justify;text-justify:inter-ideograph;font-size:16px}@media only screen and (max-width: 767px){.section-sub-lead{padding:0}}.pain-section{background-color:#fff}.pain-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:16px}.pain-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px;padding:22px 16px;border:2px solid #dde6ef;border-radius:14px;background:#fff;text-align:center;-webkit-transition:border-color .2s,-webkit-box-shadow .2s,-webkit-transform .2s;transition:border-color .2s,-webkit-box-shadow .2s,-webkit-transform .2s;transition:border-color .2s,box-shadow .2s,transform .2s;transition:border-color .2s,box-shadow .2s,transform .2s,-webkit-box-shadow .2s,-webkit-transform .2s}.pain-card:hover{border-color:#1778c4;-webkit-box-shadow:0 2px 16px rgba(23,120,196,.1);box-shadow:0 2px 16px rgba(23,120,196,.1);-webkit-transform:translateY(-3px);transform:translateY(-3px)}.pain-card .pain-icon{width:52px;height:52px}.pain-card .pain-icon svg{width:100%;height:100%}.pain-card .pain-text{font-size:14px;font-weight:700;line-height:1.6}.strengths-section{background-color:#f4f8fb}.strengths-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:24px}.strength-card{background:#fff;border-radius:14px;-webkit-box-shadow:0 2px 16px rgba(23,120,196,.1);box-shadow:0 2px 16px rgba(23,120,196,.1);overflow:hidden;-webkit-transition:-webkit-transform .25s,-webkit-box-shadow .25s;transition:-webkit-transform .25s,-webkit-box-shadow .25s;transition:transform .25s,box-shadow .25s;transition:transform .25s,box-shadow .25s,-webkit-transform .25s,-webkit-box-shadow .25s}.strength-card:hover{-webkit-transform:translateY(-5px);transform:translateY(-5px);-webkit-box-shadow:0 8px 32px rgba(23,120,196,.18);box-shadow:0 8px 32px rgba(23,120,196,.18)}.strength-card__img{position:relative}.strength-card__img-placeholder{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;font-size:52px}.strength-card__img-placeholder.img-ph--01{background:linear-gradient(135deg, #c8e6c9, #81c784)}.strength-card__img-placeholder.img-ph--02{background:linear-gradient(135deg, #bbdefb, #64b5f6)}.strength-card__img-placeholder.img-ph--03{background:linear-gradient(135deg, #e1f5fe, #4fc3f7)}.strength-card .strength-num{position:absolute;bottom:-15px;left:12px;width:34px;height:34px;background-color:#1778c4;color:#fff;font-size:13px;font-weight:900;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.strength-card__body{padding:20px 20px 24px}.strength-card__title{font-size:17px;font-weight:900;margin-bottom:8px;line-height:1.5;text-align:center}.strength-card__desc{font-size:14px;color:#444;line-height:1.8;text-align:center}.services-section{background-color:#fff}.services-grid{display:grid;grid-template-columns:repeat(5, 1fr);gap:16px}.service-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px;padding:22px 12px;border:1px solid #dde6ef;border-radius:10px;background:#fff;text-align:center;-webkit-transition:background-color .2s,border-color .2s,-webkit-transform .2s,-webkit-box-shadow .2s;transition:background-color .2s,border-color .2s,-webkit-transform .2s,-webkit-box-shadow .2s;transition:background-color .2s,border-color .2s,transform .2s,box-shadow .2s;transition:background-color .2s,border-color .2s,transform .2s,box-shadow .2s,-webkit-transform .2s,-webkit-box-shadow .2s}.service-item:hover{background-color:#e6f2fc;border-color:#1778c4;-webkit-transform:translateY(-3px);transform:translateY(-3px);-webkit-box-shadow:0 2px 16px rgba(23,120,196,.1);box-shadow:0 2px 16px rgba(23,120,196,.1)}.service-item .service-icon{width:52px;height:52px}.service-item .service-icon svg{width:100%;height:100%}.service-item .service-label{font-size:15px;font-weight:700;line-height:1.5}.area-section{background-color:#f4f8fb}.area-grid{display:grid;grid-template-columns:repeat(5, 1fr);gap:14px;margin-bottom:16px}.area-card{border-radius:10px;overflow:hidden;-webkit-box-shadow:0 2px 16px rgba(23,120,196,.1);box-shadow:0 2px 16px rgba(23,120,196,.1);background:#fff;-webkit-transition:-webkit-transform .2s,-webkit-box-shadow .2s;transition:-webkit-transform .2s,-webkit-box-shadow .2s;transition:transform .2s,box-shadow .2s;transition:transform .2s,box-shadow .2s,-webkit-transform .2s,-webkit-box-shadow .2s}.area-card:hover{-webkit-transform:translateY(-4px);transform:translateY(-4px);-webkit-box-shadow:0 8px 32px rgba(23,120,196,.18);box-shadow:0 8px 32px rgba(23,120,196,.18)}.area-card__img{height:120px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;font-size:40px}.area-card__img img{width:100%;height:120px;-o-object-fit:cover;object-fit:cover}.area-card__info{padding:12px;text-align:center}.area-card__info .area-name{font-size:16px;font-weight:700;margin-bottom:2px}.area-card__info .area-type{font-size:12px;color:#666}.area-note{font-size:13px;color:#444;text-align:center}.bottom-cta{padding:40px 0 0;background-color:#e8f2fb}.bottom-cta__inner{display:grid;grid-template-columns:auto 1fr auto auto;gap:28px 30px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#fff2de;border-radius:14px;padding:0 36px;-webkit-box-shadow:0 2px 16px rgba(23,120,196,.1);box-shadow:0 2px 16px rgba(23,120,196,.1)}.bottom-cta .person-placeholder img{margin:-2rem auto 0}.bottom-cta__heading{font-size:22px;font-weight:700;margin-top:12px;margin-bottom:12px;line-height:1.5}.bottom-cta__list li{position:relative;padding-left:20px}.bottom-cta__list li::before{content:"✓";padding-right:10px;color:#1778c4;font-weight:700}.bottom-cta__list li{font-size:13px;color:#444;margin-bottom:4px;font-weight:500}.bottom-cta__actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px;min-width:300px}.bottom-cta__badge{background:#fff;border:2px solid #f07820;border-radius:50%;text-align:center;width:120px;height:120px;margin:0 auto;padding:10px 0;font-weight:900;line-height:1.5;-ms-flex-negative:0;flex-shrink:0}.bottom-cta__badge .badge-top{display:block;font-size:15px;color:#f07820}.bottom-cta__badge .badge-bottom{display:block;font-size:12px;margin-top:4px;opacity:.9}.site-footer{background-color:#1a3a5c;color:#fff;padding:30px 0 0}.site-footer .footer-inner{display:grid;grid-template-columns:1fr 1fr 1fr;gap:24px 40px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.site-footer .footer-logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px}.site-footer .footer-logo .logo-name{color:#fff;font-size:15px}.site-footer .footer-logo .logo-tagline{color:#e7f6ff}.site-footer .footer-logo .logo-emblem{width:40px;height:40px;font-size:16px}.site-footer .footer-tel-block{text-align:center;border-left:1px solid #45486e;border-right:1px solid #45486e;padding:0 20px}.site-footer .footer-tel{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;font-size:22px;font-weight:900;color:#fff;-webkit-transition:opacity .2s;transition:opacity .2s}.site-footer .footer-tel:hover{opacity:.75}.site-footer .footer-tel .tel-icon{width:22px;height:22px}.site-footer .footer-hours{font-size:11px;color:#e7f6ff;margin-top:4px}.site-footer .footer-address{font-size:11px;color:#e7f6ff;line-height:1.9}.site-footer .footer-address .footer-address-main{color:#fff;font-weight:600;font-size:13px}.site-footer .footer_bottom{width:100%}.site-footer .footer_bottom .copyright{letter-spacing:.1em;font-size:12px;color:#fff;width:100%;text-align:center;margin-top:40px;padding:5px 0;background-color:#0f2236}@media only screen and (max-width: 767px){.site-footer .footer_bottom .copyright{font-size:10px}}@media(max-width: 1024px){.hero .hero-inner{grid-template-columns:1fr}.hero-content{text-align:center}.hero-features{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.hero-body{display:inline-block;text-align:center}.cta-card{max-width:480px;margin-inline:auto}.pain-grid{grid-template-columns:repeat(2, 1fr)}.strengths-grid{grid-template-columns:repeat(2, 1fr)}.services-grid{grid-template-columns:repeat(3, 1fr)}.area-grid{grid-template-columns:repeat(3, 1fr)}.bottom-cta__inner{grid-template-columns:auto 2fr auto auto;gap:28px 10px;padding:10px}.bottom-cta .person-placeholder img{width:100px;height:auto;margin:0 auto}.bottom-cta__heading{font-size:18px}.bottom-cta__list li{position:relative;padding-left:20px}.bottom-cta__list li::before{content:"✓";padding-right:10px;color:#1778c4;font-weight:700}.bottom-cta__list li{font-size:13px;color:#444;margin-bottom:4px}.bottom-cta__actions{min-width:200px}.bottom-cta__badge{border-radius:50%;text-align:center;width:100px;height:100px;line-height:1.4}.bottom-cta__badge .badge-top{display:block;font-size:14px;color:#f07820}.bottom-cta__badge .badge-bottom{display:block;font-size:10px;margin-top:4px;opacity:.9}.site-footer .footer-inner{grid-template-columns:1fr;text-align:center;gap:20px}.site-footer .footer-inner .footer-tel-block{border:none;padding:0}.footer-logo{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.footer-address{text-align:center}}@media(max-width: 767px){:root{--section-padding-y: 44px}.pc-only{display:none}.sp-only{display:block}.global-nav{display:none}.hamburger{display:-webkit-box;display:-ms-flexbox;display:flex}.sp-nav{display:block}.logo-text .logo-name{font-size:14px}.logo-text .logo-tagline{font-size:10px}.hero{padding-block:30px 30px}.hero .hero-inner{padding-inline:10px;gap:22px}.hero-body{display:none}.hero-features{gap:5px}.hero-headline{font-size:28px;color:#fff;text-shadow:none}.feature-badge{gap:5px;padding:5px 10px 5px 10px}.feature-badge .feature-text{font-size:10px}.feature-badge .feature-icon{width:24px;height:24px}.cta-card__header{background-color:#1a3a5c;padding:10px 20px 10px;text-align:center}.cta-card__title{font-size:18px}.cta-card__title-em{font-size:24px}.cta-card__body{padding:10px 10px 10px}.strengths-grid{grid-template-columns:1fr}.services-grid{grid-template-columns:repeat(2, 1fr)}.area-grid{grid-template-columns:repeat(2, 1fr)}.bottom-cta__inner{grid-template-columns:1fr;gap:10px 10px;text-align:center;padding:10px}.bottom-cta__heading{margin-top:0}.bottom-cta__list li{text-align:center}.bottom-cta__actions{min-width:0}.bottom-cta__actions .btn--mail{margin-bottom:0}.bottom-cta__badge{width:120px;height:120px;margin:0 auto;padding:10px 0;font-weight:900;line-height:1.5}.bottom-cta__badge .badge-top{display:block;font-size:15px;color:#f07820}.bottom-cta__badge .badge-bottom{display:block;font-size:12px;margin-top:4px;opacity:.9}}@media(max-width: 375px){.hero-headline{font-size:26px}.pain-grid{grid-template-columns:1fr 1fr;gap:10px}.feature-badge .feature-text{font-size:9px}.feature-badge .feature-icon{width:20px;height:20px}}#bread_crumb{margin:0;width:100%;max-width:1100px;height:60px;line-height:60px;margin:0 auto 10px;padding:0 10px}@media only screen and (max-width: 767px){#bread_crumb{height:30px;line-height:30px}}#bread_crumb ul{width:100%;margin:0 auto;white-space:nowrap}#bread_crumb ul li{font-size:13px;display:inline-block;font-family:"Roboto",sans-serif}@media only screen and (max-width: 767px){#bread_crumb ul li{font-size:10px}}#bread_crumb ul li a{color:#1a0dab}#bread_crumb ul li a:hover{text-decoration:underline}#bread_crumb ul li.level-2{padding-left:10px;color:#555}#bread_crumb ul li.level-2:before{content:">";letter-spacing:10px;color:#555}#bread_crumb ul li.level-3{padding-left:10px;color:#555}#bread_crumb ul li.level-3:before{content:">";letter-spacing:10px;color:#555}ul.page_navi{clear:both;overflow:hidden;margin:0 0 30px;padding-top:50px;padding-left:0;font:100% Verdana,Geneva,sans-serif;text-align:center}ul.page_navi li{list-style:none;display:inline-block;margin:0;padding:0;margin-bottom:5px}ul.page_navi li.current{padding:5px 10px;border:1px #00a0e9 solid;color:#00a0e9;font-weight:bold}ul.page_navi li a{text-decoration:none;display:inline-block;padding:5px 10px;border:1px solid #ccc}ul.page_navi li a:hover{background-color:#eee}.google-maps{position:relative;padding-bottom:75%;height:0;overflow:hidden}.google-maps iframe{position:absolute;top:0;left:0;width:100% !important;height:100% !important}.wpcf7 p{line-height:1.7;font-size:16px}.wpcf7 table{width:100%;margin-bottom:2rem;border-collapse:collapse}label{display:inline-block;margin-bottom:5px;font-weight:bold}.wpcf7 table th{border:1px solid #6ca7d8;padding:10px;vertical-align:middle;background-color:#eaf3ff;width:25%;text-align:left}.wpcf7 table td{border:1px solid #6ca7d8;padding:10px;width:75%;line-height:1.7}.wpcf7 table td span.wpcf7-list-item{display:block}.wpcf7 input,.wpcf7 textarea{font-size:16px;line-height:1.7}input[type=date]{line-height:34px}input[type=file]{line-height:1.42857;font-size:16px}.require{color:red;font-size:80%;font-weight:normal;white-space:nowrap;text-align:left}.require:before{content:" ";white-space:normal}.text{border:solid 1px #ddd;padding:10px;border-radius:3px}.length-l{width:100%}.length-m{width:50%}input[type=submit]{display:block;margin:20px auto;padding:10px 20px;font-size:16px;background-color:#1778c4;color:#fff;font-weight:600;border-radius:4px;border:1px solid #115d9c;-webkit-transition:background-color .3s ease;transition:background-color .3s ease;cursor:pointer}input[type=submit]:hover{background-color:#115d9c}.bn_link{text-align:center}.bn_link img{margin:30px auto}.service-sub-list .service-sub-item{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:40px}.service-sub-list .service-sub-item .service-sub-eye-catch{width:30%}@media only screen and (max-width: 767px){.service-sub-list .service-sub-item .service-sub-eye-catch{width:100%;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}.service-sub-list .service-sub-item .service-sub-desc{width:67%}@media only screen and (max-width: 767px){.service-sub-list .service-sub-item .service-sub-desc{width:100%;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.service-sub-list .service-sub-item .service-sub-desc .service-sub-tl{font-size:18px;margin-bottom:10px;color:#010101;background:#eaf3ff;border-bottom:solid 3px #115d9c;padding:10px}@media only screen and (max-width: 767px){.service-sub-list .service-sub-item .service-sub-desc .service-sub-tl{font-size:16px}}.service-sub-list .service-sub-item .service-sub-desc .service-sub-txt{line-height:1.4;font-size:16px;text-align:justify;word-break:break-all;text-justify:inter-ideograph;text-justify:inter-character;word-wrap:break-word;overflow-wrap:break-word;padding:1em}@media only screen and (max-width: 767px){.service-sub-list .service-sub-item .service-sub-desc .service-sub-txt{font-size:14px}}.service-sub-list .service-sub-item .service-sub-desc .service-sub-txt .spacer{display:block;height:1em}.service-sub-pr{font-size:18px;padding:20px 15px;background-color:#e83e24;color:#fff;font-weight:bold;margin-bottom:40px;text-align:center}@media only screen and (max-width: 767px){.service-sub-pr{font-size:16px}}.img-thumbnail{padding:4px;line-height:1.42857;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.works-sub-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:60px;margin-top:60px}.works-sub-list .works-sub-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:31%;margin-bottom:30px}@media only screen and (max-width: 767px){.works-sub-list .works-sub-item{width:100%}}.works-sub-list .works-sub-item h3{position:relative;display:inline-block;padding:0 50px 10px;text-align:center;line-height:1.7;letter-spacing:.4px;font-weight:600}table.company{width:100%;margin:0 auto 80px;border-collapse:separate;border-spacing:10px}table.company tr{border-bottom:1px solid #fff}table.company tr th{border-right:1px solid #daa520;border-top:1px solid #ddd;border-bottom:1px solid #ddd;width:20%;padding:15px 10px;letter-spacing:1px;vertical-align:middle}@media only screen and (max-width: 767px){table.company tr th{width:25%}}table.company tr td{border-left:1px solid #fff;border-top:1px solid #ddd;border-bottom:1px solid #ddd;line-height:1.7;text-align:left;padding:15px 20px 15px 40px}@media only screen and (max-width: 767px){table.company tr td{padding:15px 15px 15px 15px}}.g_map{padding:0;width:100%;height:600px;margin-bottom:60px}.notfound-sub-section{text-align:center}.notfound-sub-section .type_bg_tl{display:inline-block;padding:10px 120px;color:#fff;background-color:#6d6d6d;font-size:18px;margin:10px 0 60px}.notfound-sub-section .i404{color:#fff;border-radius:50%;background-color:#ddd;display:block;font-size:30px;width:100px;height:100px;line-height:100px;margin:0 auto;padding:0;text-align:center}.notfound-sub-section p{margin-top:60px;margin-bottom:100px;text-align:center;line-height:1.5}.single-section .entry_box{width:100%;max-width:800px;margin:0 auto;padding:0 10px}@media only screen and (max-width: 767px){.single-section .entry_box{padding:0}}.single-section .entry_box .news_date{margin-bottom:40px;margin-right:10px;text-align:right;display:inherit;font-size:18px}.single-section .entry_box p{font-size:16px;margin-bottom:20px;line-height:1.5;padding:0 20px;text-align:justify;text-justify:inter-ideograph}.single-section .entry_box a{color:#1a0dab}.single-section .entry_box a:hover{text-decoration:underline}.single-section .entry_box .post_nav{margin-top:60px;margin-bottom:100px;font-size:16px;position:relative}.single-section .entry_box .post_nav .prev{display:inline-block}.single-section .entry_box .post_nav .prev a{color:#1a0dab}.single-section .entry_box .post_nav .prev a:hover{text-decoration:underline}.single-section .entry_box .post_nav .next{display:inline-block;text-align:right;position:absolute;right:0}.single-section .entry_box .post_nav .next a{color:#1a0dab}.single-section .entry_box .post_nav .next a:hover{text-decoration:underline}.top-news_article{margin-top:60px}.top-news_list .top-news_item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-bottom:10px;margin-bottom:10px;border-bottom:1px solid #ccc}.top-news_list .top-news_item .top-news_date{width:15%}@media only screen and (max-width: 767px){.top-news_list .top-news_item .top-news_date{width:30%;font-size:13px}}.top-news_list .top-news_item .top-news_txt{width:83%;color:#1778c4;-webkit-transition:color .2s;transition:color .2s}@media only screen and (max-width: 767px){.top-news_list .top-news_item .top-news_txt{width:68%;font-size:13px}}.top-news_list .top-news_item .top-news_txt:hover{color:#115d9c}.top-news_link_box{margin-top:20px}.top-news_link_box .top-news_link{color:#1778c4;-webkit-transition:color .2s;transition:color .2s;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.top-news_link_box .top-news_link:hover{color:#115d9c}.top-news_link_box .top-news_link span{font-size:15px}