body{font-family:IBM Plex Sans JP,sans-serif;font-optical-sizing:auto;font-style:normal;font-variation-settings:"GRAD" 0;line-height:1.6;margin:0;padding:0;color:#333}.section{padding:2em 0;background:#f4f4f4;text-align:center;margin:1em 0}.section:first-of-type{margin:0}.section:nth-child(2){margin-top:0}.section:last-of-type{margin-bottom:0}.header{background:#fff;color:red;display:flex;align-items:center}.header__logo{display:flex;align-items:center;gap:.5em}.header__logo-icon{height:40px;width:auto;object-fit:contain}.header__logo-text{height:25px;width:auto;object-fit:contain}.header__menu-toggle{font-size:1.5em;cursor:pointer}.header__nav{display:flex}.header__nav-list{list-style:none;padding:0;margin:0;display:flex}.header__nav-link{color:red;text-decoration:none;font-size:1.2em;transition:color .3s ease}.header__nav-link:hover{color:#b80024}@media screen and (max-width:768px){.header{padding:0 5%;justify-content:space-between;height:90px}.header__menu-toggle{display:flex}.header__nav{display:none;background:#fff;position:absolute;top:90px;left:0;width:100%;z-index:1000;text-align:center}.header__nav.active{display:block}.header__nav-list{flex-direction:column}.header__nav-item{border-bottom:1px solid #555}.header__nav-link{display:block;padding:1em}}@media screen and (min-width:769px){.header{padding:1em}.header h1{width:30%}.header__menu-toggle{display:none}.header__nav{width:70%;display:flex;justify-content:flex-end}.header__nav li{margin:0 15px}}.footer{text-align:center;background:#fff;color:red;padding:1em 0}.footer__social{display:flex;justify-content:center;align-items:center}.footer__social-list{list-style:none;padding:0;margin:0;display:flex;gap:2em}.footer__social-item{display:inline-flex;justify-content:center;align-items:center}.footer__social-link{display:flex;justify-content:center;align-items:center;transition:transform .3s ease}.footer__social-link:hover{transform:scale(1.1)}.footer__social-link img{width:40px;height:auto;object-fit:contain}.mainvisual{position:relative;overflow:hidden;padding:0;height:700px}.mainvisual__image{position:relative;width:100%;height:100%}.mainvisual__image .slide{filter:blur(1px)}.mainvisual__content{position:absolute;right:0;bottom:30px;text-align:right;background:linear-gradient(240deg,#f4f4f4 83%,red 85%,#fff0 90%);width:900px;padding:20px 40px 20px 0;cursor:default}.mainvisual__content__title{font-family:"IBM Plex Serif",serif;font-size:46px;line-height:46px;margin:0}.mainvisual__content__subtitle{font-size:20px;margin:14px 0 0}@media(max-width:768px){.mainvisual{height:400px}.mainvisual__content{right:0;left:0;bottom:30px;background:linear-gradient(to top,#f4f4f4 95%,red 95% 100%);width:calc(100vw - 20px);padding:10px}.mainvisual__content__title{font-size:28px;line-height:28px}.mainvisual__content__subtitle{font-size:14px;margin:10px 0 0}}.slide{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;opacity:0;transition:opacity 1s ease}.slide.active{opacity:1}.arrow{position:absolute;top:50%;cursor:pointer}.arrow:before{content:"";display:block;width:20px;height:20px;border-top:2px solid #fff;border-right:2px solid #fff}.arrow.prev{left:50px}.arrow.prev:before{transform:rotate(-135deg)}@media(max-width:768px){.arrow.prev{left:10px}}.arrow.next{right:50px}.arrow.next:before{transform:rotate(45deg)}@media(max-width:768px){.arrow.next{right:10px}}.indicators{position:absolute;bottom:10px;left:50%;transform:translate(-50%);display:flex;gap:10px;z-index:10}.indicator{width:12px;height:12px;border-radius:50%;background:#ffffff80;cursor:pointer;transition:background .3s}.indicator.active{background:#fff}.services{display:flex;justify-content:center;gap:10px}.services__card{width:380px;background:#fff;padding:20px}.services__title{font-size:20px;font-weight:700;margin-top:10px}.services__description{margin:20px 0}@media screen and (max-width:768px){.services{flex-direction:column;align-items:center}.services__card{max-width:380px;width:90%}}.company-list{list-style:none;padding:0 0 0 40px;margin:0}.company-list__item{margin-top:10px}.company-list__item:first-child{margin-top:0}.company-list__link{display:flex;justify-content:flex-start;align-items:center;text-align:left;height:100px;background:#fff;padding-left:20px;color:#000;text-decoration:none;transition:background-color .3s ease,transform .3s ease}.company-list__link:hover{background-color:#ff00000d;transform:translate(5px)}.company-list__link:before{content:"";display:block;position:absolute;width:12px;height:12px;border-top:2px solid #ff0000;border-right:2px solid #ff0000;transform:rotate(45deg);right:80px;transition:right .3s ease}.company-list__link:hover:before{right:75px}.company-list__content{flex:1}.company-list__title{margin:0;font-size:20px;font-weight:700}.company-list__description{margin:5px 0 0;font-size:16px}@media(max-width:768px){.company-list__link{height:auto;padding:15px;flex-direction:column;align-items:flex-start;justify-content:center}.company-list__link:before{right:30px}.company-list__link:hover:before{right:25px}.company-list__title{font-size:16px}.company-list__description{font-size:13px;margin:5px 0 0}}.table-container{display:flex;justify-content:center;align-items:center;margin:0 5%;max-width:90vw;overflow-x:auto}.table{width:fit-content;margin:0 auto;text-align:left}.table th{width:min-content;padding-right:40px;white-space:nowrap}.table td{word-break:break-word;overflow-wrap:break-word}.table td p{margin:0}.tel-image{width:150px}.breadcrumb-nav{margin:1rem 0;padding:0 1rem}.breadcrumb-list{display:flex;list-style:none;padding:0;margin:0;flex-wrap:wrap}.breadcrumb-item{display:flex;align-items:center}.breadcrumb-link{color:red;text-decoration:none;font-weight:400}.breadcrumb-link:hover{text-decoration:underline}.breadcrumb-text{color:#333}.breadcrumb-item--active .breadcrumb-text{font-weight:700;color:#000}.breadcrumb-separator{margin:0 .5rem;color:#666}
