﻿.c-header{position:fixed;top:0;left:0;width:100%;height:80px;background:#fff;box-shadow:0 0 20px rgba(0, 0, 0, 0.1);z-index:1000;transition:all 0.35s ease}.c-header *{box-sizing:border-box}@media screen and (max-width:1024px){.c-header{height:65px}}@media screen and (max-width:767px){.c-header{height:50px;background:transparent;box-shadow:none}}.c-header__inner{max-width:1920px;height:100%;margin:0 auto;padding:0 0 0 50px;display:flex;justify-content:space-between;align-items:center}@media screen and (max-width:1024px){.c-header__inner{padding:0 0 0 20px}}@media screen and (max-width:767px){.c-header__inner{padding:0 0 0 15px}}.c-header__logo-heading{margin:0;line-height:1}.c-header__logo-link{display:block;transition:opacity 0.3s}.c-header__logo-link:hover{opacity:0.7}@media screen and (max-width:767px){.c-header__logo-link img{width:200px}}.c-header__logo-img{height:29px;width:auto;object-fit:contain}@media screen and (max-width:1024px){.c-header__logo-img{height:29px}}@media screen and (max-width:767px){.c-header__logo-img{display:none}}.c-header__nav{height:100%;display:flex;align-items:center}@media (max-width:1100px){.c-header__nav{display:none}}.c-header__nav-list{display:flex;height:100%;list-style:none;margin:0;padding:0;gap:35px}@media (max-width:1400px){.c-header__nav-list{gap:20px}}.c-header__hamburger{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:7px;width:80px;height:60px;background:transparent;border:1px solid #000;position:relative;cursor:pointer;padding:0;margin-right:10px;box-sizing:border-box;transition:background 0.4s cubic-bezier(0.4, 0, 0.2, 1)}@media screen and (max-width:767px){.c-header__hamburger{gap:5.5px}}@media screen and (max-width:1024px){.c-header__hamburger{width:65px;height:50px;margin-right:7px}}@media screen and (max-width:767px){.c-header__hamburger{width:40px;height:40px;border-color:#fff}}.c-header__hamburger img{height:34px}@media screen and (max-width:1024px){.c-header__hamburger img{height:24px}}@media screen and (max-width:767px){.c-header__hamburger img{height:21px;display:block}}.c-header__hamburger-line{width:28px;height:2px;background:#fff;transform-origin:center}@media screen and (max-width:767px){.c-header__hamburger-line{width:20px;height:1.5px}}@media screen and (max-width:767px){.c-header.is-scroll{background:#fff}}@media screen and (max-width:767px){.c-header.is-scroll .c-header__hamburger{border:1px solid #000}.c-header.is-scroll .c-header__hamburger img{filter:brightness(0)}}@media screen and (max-width:767px){.c-header.is-scroll .c-header__logo-img{display:block}}.c-header-nav__item{position:relative;height:100%;display:flex;align-items:center}.c-header__nav-list>.c-header-nav__item:hover>.sub-menu{display:block;animation:fadeInSubMenu 0.3s ease forwards}.c-header-nav__item .sub-menu{display:none;position:absolute;top:80%;left:50%;transform:translateX(-50%) translateY(10px);width:max-content;min-width:200px;max-height:calc(100vh - 80px - 40px);overflow-y:auto;overflow-x:hidden;padding:15px 0;background:rgba(255, 255, 255, 0.8);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 15px 35px rgba(0, 0, 0, 0.15);border-radius:4px;z-index:100;list-style:none}.c-header-nav__item .sub-menu .sub-menu{display:block;position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;padding:4px 0 4px 8px;background:transparent;backdrop-filter:none;width:100%;max-height:none;overflow:visible}.c-header-nav__item .sub-menu .sub-menu .c-header-nav__item{padding-left:0;padding-right:0;width:100%}.c-header-nav__item .sub-menu .c-header-nav__item{width:100%;height:auto;display:block;padding:0 18px;margin-bottom:2px}.c-header-nav__item .sub-menu .c-header-nav__item:last-child{margin-bottom:0}.c-header-nav__item .sub-menu .c-header-nav__item.menu-item-has-children{margin-bottom:2px}.c-header-nav__item .sub-menu .c-header-nav__item.menu-item-has-children>.c-header-nav__link{font-weight:700}.c-header-nav__item .sub-menu .c-header-nav__link{display:block;width:100%;padding:7px 0;font-size:1.35rem;color:#444;white-space:nowrap;line-height:1.4}.c-header-nav__item .sub-menu .c-header-nav__link::after{display:none !important}.c-header-nav__item .sub-menu .c-header-nav__link::before{display:none !important}.c-header-nav__item .sub-menu .c-header-nav__link:hover{background:transparent;color:#04346b}.sub-menu .c-header-nav__item .sub-menu .c-header-nav__link{font-size:1.25rem;color:#777;padding:3px 0}.sub-menu .c-header-nav__item .sub-menu .c-header-nav__link::before{content:"-";display:inline;margin-right:6px;color:#bbb;position:static;width:auto;height:auto;background:none;transform:none}.c-header__nav-list>.c-header-nav__item.menu-item-has-children>.c-header-nav__link::after{content:"";display:inline-block;font-family:"Font Awesome 6 Free";content:"";font-size:1.6rem;font-weight:700;margin-left:3px;margin-top:3px;transition:transform 0.3s ease}.c-header__nav-list>.c-header-nav__item.menu-item-has-children:hover>.c-header-nav__link::after{transform:rotate(-180deg) translateY(-2px) translateX(-2px)}.c-header-nav__link{display:flex;align-items:center;color:#222;font-size:1.6rem;font-weight:500;text-decoration:none;transition:all 0.3s;height:100%;position:relative;padding:0 4px}.c-header-nav__link::before{content:"";position:absolute;bottom:calc(50% - 14px);left:4px;width:calc(100% - 8px);height:2px;background:#04346b;transform:scaleX(0);transition:transform 0.3s ease}.c-header-nav__link:hover{color:#04346b}.c-header-nav__link:hover::before{transform:scaleX(1)}@keyframes fadeInSubMenu{from{opacity:0;transform:translateX(-50%) translateY(10px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}.c-dynamic-menu__item--group{font-weight:700;font-size:0.85em;letter-spacing:0.1em;color:rgba(34, 34, 34, 0.4);text-transform:uppercase;pointer-events:none;padding:15px 25px 5px !important;margin-top:10px;border-top:1px solid rgba(0, 0, 0, 0.05)}.c-dynamic-menu__item--group:first-child{margin-top:0;border-top:none}.footer{padding:0px 0 0;background-color:#000}.footer__inner{max-width:1160px;margin:0 auto;padding:0 4%}@media screen and (max-width:767px){.footer__inner{padding:0 6%}}.footer__logo{display:block;max-width:250px;padding:80px 0 40px;text-align:center;margin:auto}@media screen and (max-width:767px){.footer__logo{padding-top:13%}}.footer__logo img{width:100%;height:auto}.footer__menus{padding:0px 0 40px;margin-bottom:40px}@media screen and (max-width:1024px){.footer__menus{border:none}}@media screen and (max-width:767px){.footer__menus{margin-bottom:20px}}.footer__bottom{background-color:#000;padding:0px 0px}@media screen and (max-width:767px){.footer__bottom{border-bottom:none;padding-bottom:0}}.footer__bottom .footer__inner{max-width:1080px;padding:0 40px 30px}@media screen and (max-width:1024px){.footer__bottom .footer__inner{padding:0 4% 3%}}@media screen and (max-width:767px){.footer__bottom .footer__inner{border-bottom:none}}.footer__sns{margin-bottom:30px}.footer__sns__list{display:flex;justify-content:center;gap:20px;list-style:none;padding:0}@media screen and (max-width:767px){.footer__sns__list{gap:15px}}.footer__sns__item a{display:flex;align-items:center;justify-content:center;width:50px;height:50px;background:#fff;color:#000;border-radius:50%;font-size:2.4rem;transition:all 0.3s ease}@media screen and (max-width:767px){.footer__sns__item a{width:40px;height:40px;font-size:2rem}}.footer__info{text-align:center;margin-bottom:20px}.footer__info p{font-size:1.4rem;line-height:1.4em;color:#fff;margin-bottom:5px}.footer .copyright{display:block;text-align:center;font-size:1.2rem;color:#fff;padding-bottom:150px}@media screen and (max-width:767px){.footer .copyright{padding-bottom:120px}}.footer-nav-list{display:flex;flex-wrap:wrap}.footer-nav-list--sitemap{display:grid;grid-template-columns:repeat(5, 1fr);gap:40px 30px;border-top:1px solid #7d7d7d;padding-top:50px}@media screen and (max-width:1024px){.footer-nav-list--sitemap{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width:767px){.footer-nav-list--sitemap{grid-template-columns:repeat(1, 1fr)}}.footer-nav-list--sitemap .footer-nav__item{width:100%;margin-bottom:0}.footer-nav-list--sitemap .footer-nav__item>.footer-nav__link{font-weight:700;font-size:1.6rem;border-bottom:none;display:block;padding-bottom:17px;margin-bottom:17px;color:#fff}.footer-nav-list--sitemap .sub-menu .footer-nav__item{width:100%;margin-bottom:6px}.footer-nav-list--sitemap .sub-menu .footer-nav__item .footer-nav__link{font-weight:400;font-size:1.4rem;border-bottom:none;padding:2px 0;margin:0;color:#fff;line-height:1.4}.footer-nav-list--sitemap .sub-menu .footer-nav__item .footer-nav__link:hover{text-decoration:underline}.footer-nav-list--sitemap .sub-menu .footer-nav__item .sub-menu{padding-left:8px;margin-top:4px;margin-bottom:8px}.footer-nav-list--sitemap .sub-menu .footer-nav__item .sub-menu .footer-nav__item{margin-bottom:4px}.footer-nav-list--sitemap .sub-menu .footer-nav__item .sub-menu .footer-nav__link{font-size:1.3rem;color:#fff}.footer-nav-list--sitemap .sub-menu .footer-nav__item .sub-menu .footer-nav__link::before{content:"-";margin-right:5px;color:#fff}.footer-nav-list--accordion{flex-direction:column}.footer-nav-list--accordion .footer-nav__item{border-bottom:1px solid #ddd}.footer-nav-list--accordion .footer-nav__item .footer-nav__link{display:block;padding:20px 40px 20px 0;font-size:1.5rem;color:#f2f2f2;position:relative;font-weight:600}.footer-nav-list--accordion .footer-nav__item.menu-item-has-children>.footer-nav__link::after{font-family:"Font Awesome 6 Free";content:"";font-size:2rem;font-weight:700;position:absolute;right:0;top:auto}@media screen and (max-width:767px){.footer-nav-list--accordion .footer-nav__item.menu-item-has-children>.footer-nav__link::after{font-size:3.2vw}}.footer-nav-list--accordion .sub-menu{display:none;background-color:#f9f9f9;padding:10px 20px}.footer-nav-list--accordion .sub-menu .footer-nav__item{border-bottom:none}.footer-nav-list--accordion .sub-menu .footer-nav__item .footer-nav__link{padding:8px 0;font-size:1.4rem;font-weight:400;color:#666}.footer-nav-list--accordion .sub-menu .sub-menu{padding:10px 0 10px 15px;border-top:1px solid #eee;margin-top:5px;background-color:#f0f0f0}.footer__area{width:100%;box-sizing:border-box;padding:80px 0;position:relative;background-color:#fff}@media screen and (max-width:1024px){.footer__area{padding:8% 0}}@media screen and (max-width:767px){.footer__area{padding:12% 0 10.5%}}.footer__area h2{width:100%;font-size:3rem !important;text-align:center !important;margin-bottom:40px !important;justify-content:flex-start !important}@media screen and (max-width:1024px){.footer__area h2{margin-bottom:5%;box-sizing:border-box}}@media screen and (max-width:767px){.footer__area h2{font-size:2rem !important;justify-content:center !important;margin-bottom:0vw !important;padding:0 6%}}@media screen and (max-width:767px){.footer__area h2.pc_heading{display:none}}@media screen and (max-width:1024px){.footer__area h2.pc_heading img{width:28.9vw}}.footer__area h2.sp_heading{display:none}@media screen and (max-width:767px){.footer__area h2.sp_heading{display:flex;text-align:center}}@media screen and (max-width:767px){.footer__area h2.sp_heading img{width:23.6vw;margin-left:0}}.footer__area h2 span{font-size:2rem !important;color:#eb6100 !important;font-weight:500;position:relative;display:flex;align-items:center;margin-left:20px}@media screen and (max-width:767px){.footer__area h2 span{font-size:1.2rem !important}}.footer__area h2 span::before{content:"";width:6px;height:6px;border-radius:50%;background-color:#eb6100;position:absolute;left:-25px}@media screen and (max-width:767px){.footer__area h2 span::before{width:1vw;height:1vw;left:-5vw}}.footer__area__contents{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:1160px;margin:0 auto;padding:0 40px}@media screen and (max-width:1024px){.footer__area__contents{box-sizing:border-box;padding:0 3%}}@media screen and (max-width:767px){.footer__area__contents{padding:0 6%}}.footer__area__left{width:390px;position:relative}@media screen and (max-width:1024px){.footer__area__left{width:43%}}@media screen and (max-width:767px){.footer__area__left{display:flex;align-items:center;width:100%;margin:0 0 8vw}}.footer__area__left img{display:block}@media screen and (max-width:767px){.footer__area__left img{width:48vw;margin-right:6.67vw}}.footer__area__right{width:calc(100% - 400px);text-align:center;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;padding:0 40px}@media screen and (max-width:1024px){.footer__area__right{width:57%;padding:0 4%}}@media screen and (max-width:767px){.footer__area__right{width:100%;text-align:left;position:relative;z-index:1;padding:0}}.footer__area__right p{font-size:1.6rem;line-height:3.6rem;font-weight:500;color:#313131;letter-spacing:0}@media screen and (max-width:1024px){.footer__area__right p{font-size:1.5rem;line-height:2.5rem}}@media screen and (max-width:767px){.footer__area__right p{font-size:1.4rem;line-height:2.4rem}.footer__area__right p .pc_only{display:none}}.footer__area__right p span{font-size:1.4rem;line-height:2.6rem;margin-top:13px;display:block}.footer__area__right p span strong{color:#0059aa}.btn-top{position:fixed;right:20px;bottom:20px;width:50px;height:50px;background-color:#04346b;border-radius:50%;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all 0.3s ease;z-index:100}@media screen and (max-width:1024px){.btn-top{bottom:85px;right:10px;width:40px;height:40px}}.btn-top.is-visible{opacity:1;visibility:visible}.btn-top__arrow{width:12px;height:12px;border-top:2px solid #fff;border-right:2px solid #fff;transform:rotate(-45deg);margin-top:5px}@media screen and (max-width:767px){.btn-top__arrow{width:10px;height:10px;border-top:2px solid #fff;border-right:2px solid #fff}}.btn-top:hover{opacity:0.8 !important}.breadcrumb{width:100%;height:50px;margin:80px 0 0;border-top:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}@media screen and (max-width:1024px){.breadcrumb{margin:65px 0 0}}@media screen and (max-width:767px){.breadcrumb{height:45px;margin:50px 0 0}}.breadcrumb__list{max-width:100%;height:45px;margin:0 3%;display:flex;align-items:center;white-space:nowrap}@media (min-width:1025px){.breadcrumb__list{width:1024px;height:50px;margin:0 auto}}.breadcrumb__item{width:auto;margin:0 10px 0 0;display:flex;align-items:center;font-size:1.3rem;color:#222}@media (min-width:768px){.breadcrumb__item{font-size:1.5rem}}.breadcrumb__item::after{content:"";font-size:1rem;font-weight:600;margin:0 0 0 10px;display:block}.breadcrumb__item:last-child::after{content:none}.breadcrumb__link{color:inherit}.breadcrumb__link--home{display:flex;align-items:center}.breadcrumb__link--home::before{content:"";font-size:1.3rem;font-weight:600;margin:0 3px 0 0;display:block}.breadcrumb__item.works_cat{display:none}.sub-page{}.sub-page__hero{width:100%;background-position:50% 50%;background-size:cover;z-index:-1;position:relative;text-shadow:0px 0px 20px rgba(0, 0, 0, 0.42), 0px 0px 20px rgba(0, 0, 0, 0.42)}@media (min-width:768px){.sub-page__hero{height:240px;border-radius:3px}}@media screen and (max-width:767px){.sub-page__hero{height:32vw}}.sub-page__hero::after{content:"";width:100%;height:100%;position:absolute;top:0;left:0;border-radius:3px}.sub-page__hero--section{position:absolute;bottom:10%;left:6%;z-index:1}@media (min-width:768px){.sub-page__hero--section{bottom:30px;left:50px}}.sub-page__hero--sub{font-size:1rem;font-weight:bold;letter-spacing:0.175em;color:#fff;display:block}@media (min-width:768px){.sub-page__hero--sub{font-size:1.4rem}}.sub-page__hero--h2{font-size:1.8rem;font-weight:bold;letter-spacing:0.175em;line-height:1.75em;color:#fff}@media (min-width:768px){.sub-page__hero--h2{font-size:2.4rem}}.sub-page__btn--pager{max-width:400px;width:100%;margin:50px auto 40px;box-sizing:border-box}@media screen and (max-width:1024px){.sub-page__btn--pager{margin:5% auto 4%;padding:0 2%}}@media screen and (max-width:767px){.sub-page__btn--pager{margin:7% auto 6%;max-width:600px;padding:0 6%}}.sub-page__btn--pager ul li{float:left;width:48%}.sub-page__btn--pager ul li:first-of-type{margin-right:4%}.sub-page__btn--pager ul li:last-of-type{float:right}.sub-page__btn--pager ul li a{display:block;padding:15px;text-align:center;font-size:1.3rem;font-weight:bold;box-sizing:border-box;background:#a20000;color:#fff;border:none}.sub-page__btn--pager ul li a:hover{background:#04346b;opacity:1}.sub-page__btn--pager div{margin-top:20px}@media screen and (max-width:1024px){.sub-page__btn--pager div{margin-top:2%}}.sub-page__btn--pager div a{display:block;padding:15px;text-align:center;font-size:1.3rem;font-weight:bold;border:2px solid #645a5a;border-radius:5px;box-sizing:border-box;background:#04346b;color:#fff;border:none}.sub-page__btn--pager div a:hover{background:#a20000;opacity:1}.sub-page__btn--color_01 a{background:#a20000 !important;color:#fff !important}.sub-page__btn--color_02 a{background:#04346b !important;color:#fff !important}.sub-page__vert-card{margin-bottom:-4%}@media (min-width:1025px){.sub-page__vert-card{margin-bottom:-15px}}.sub-page__vert-card--margin{margin-bottom:4%}@media (min-width:768px){.sub-page__vert-card--margin{margin:0 2% 4% 0}.sub-page__vert-card--margin:nth-child(3n){margin-right:0}}@media (min-width:1025px){.sub-page__vert-card--margin{margin:0 15px 15px 0}}.sub-page__vert-card-item{margin-bottom:4%}@media (min-width:768px){.sub-page__vert-card-item{margin-right:2%;margin-bottom:2%}.sub-page__vert-card-item:nth-child(3n){margin-right:0}}@media (min-width:1025px){.sub-page__vert-card-item{margin-right:15px;margin-bottom:15px}}.sub-page .hori-card__item:not(:first-of-type){margin-top:2%}.side li{list-style:none}.side .widget li{margin-bottom:10px}.side .widget li:last-of-type{margin-bottom:0}.side-ttl{position:relative}.side-ttl__pt1-section{margin:0 0 20px 10px;position:relative}.side-ttl__pt1-section::before{content:"";height:calc(100% + 7px);border-left:3px solid #a20000;position:absolute;top:-4px;left:-5px}.side-ttl__pt1--sub{font-size:1rem;font-weight:600;letter-spacing:0.175rem;color:#a20000;position:relative;top:-7px;left:10px}.side-ttl__pt1--head{font-size:1.8rem;font-weight:600;letter-spacing:0.175em;color:#222;position:relative;top:-3px;left:10px}.side-ttl__pt2-section{margin:0 0 20px 0;text-align:center;position:relative}.side-ttl__pt2--sub{font-size:1rem;font-weight:bold;letter-spacing:0.125rem;color:#a20000;position:relative;top:-7px}.side-ttl__pt2--head{font-size:1.5rem;font-weight:bold;letter-spacing:0.125em;color:#222;position:relative;top:-3px}.side-ttl__pt3-section{background:#a20000;margin:0;text-align:center;position:relative}.side-ttl__pt3--sub{font-size:1rem;font-weight:bold;letter-spacing:0.125rem;color:#a20000;position:relative;top:-7px}.side-ttl__pt3--head{font-size:1.5rem;font-weight:bold;letter-spacing:0.125em;color:#fff;position:relative;top:0;padding:12.5px}.side-menu{width:100%;margin-bottom:30px}.side-menu__list--col2{display:flex;flex-wrap:wrap;justify-content:space-between}.side-menu__item{width:100%;margin-bottom:2px}.side-menu__item--shadow{margin:0 0 10px}.side-menu__item--shadow .side-menu__item--link{width:100%;padding:14px 10px;font-size:1.3rem;font-weight:500;letter-spacing:0.175rem;color:#222;background-color:rgba(162, 0, 0, 0.1);display:block;box-sizing:border-box;transition:0.4s ease-out;border-radius:10px}@media (min-width:768px){.side-menu__item--shadow .side-menu__item--link{font-size:1.3rem}}.side-menu__item--shadow .side-menu__item--link--col2{width:100%}.side-menu__item--shadow .side-menu__item--link:hover{color:#fff;box-shadow:none;position:relative;opacity:1;background:rgba(162, 0, 0, 0.75);transition:0.4s ease-out}.side-menu__item--bord:last-child{margin:0}.side-menu__item--bord .side-menu__item--link{padding:15px 60px 20px 15px;font-size:1.3rem;font-weight:500;letter-spacing:0.175rem;color:#222;background-color:rgba(162, 0, 0, 0.1);display:block;position:relative}.side-menu__item--bord .side-menu__item--link:hover{box-shadow:none}.side-menu__item--col2{display:flex;width:49%}.side-menu__item--count{color:#fff;background-color:#a20000;position:absolute;top:0;bottom:0;right:10px;margin:auto 0;padding:4px 10px 0;min-width:25px;height:18px;text-align:center;display:inline-block;border-radius:3px;font-size:1.2rem;line-height:1.2em;box-sizing:content-box}.side-menu__item--yearSparate{font-size:1.5rem;font-weight:bold;letter-spacing:0.125em;color:#222;position:relative;top:0;padding:12.5px;background:#a20000;color:#fff;margin:0;text-align:center;position:relative;border-top:1px solid #fff}.side-menu__item--yearSparate::after{font-family:"Font Awesome 5 Free";content:"";position:absolute;right:10px;top:50%;transform:translateY(-50%)}.side-menu__item--yearSparate.opened::after{content:""}.side-menu__btn a{background-color:#a20000;width:100%;border-radius:60px;height:60px;display:flex;justify-content:center;align-items:center;color:#fff;font-size:1.4rem;font-weight:600;max-width:600px;margin:0 auto}@media screen and (max-width:767px){.side-menu__btn a{max-height:60px;height:15vw}}.side-menu__btn a i{font-size:3rem;margin-right:4%;font-weight:400;font-family:"Font Awesome 5 Free"}.side-menu__btn a small{font-size:1.2rem;font-weight:400}.side-recommend__item--link{display:block}.side-recommend__item--img{width:100%;-webkit-backface-visibility:hidden}.side-recommend li{list-style:none;margin-bottom:10px}.side-recommend li:last-of-type{margin-bottom:0}.side-recommend li img{border:1px solid #222;box-sizing:border-box;vertical-align:middle}.side .widget li{margin-bottom:10px}.side .widget li:last-of-type{margin-bottom:0}.side-recommend li{list-style:none;margin-bottom:10px}.side-recommend li:last-of-type{margin-bottom:0}.parent_term,.parent_term a{padding:13px !important;font-size:14px !important;font-weight:700 !important;background:#510614 !important;color:#fff !important;box-sizing:border-box}.side-menu__item--shadow .side-menu__item--link{position:relative}.side-menu__item{width:100% !important}.side-menu-works .side-menu__item--shadow{margin:0}.section-integral__category{border:1px solid}.section-integral__category__list__item.all-item{border-bottom:1px solid}.section-integral__category__list__item.all-item .section-integral__category__list__item__link{padding:15px 40px 15px 10px}.section-integral__category__list__item.button-outer{border-top:1px solid;border-bottom:1px solid}.section-integral__category__list__item.button-outer+.section-integral__category__list__item.button-outer{border-top:initial}.section-integral__category__list__item.all-item+.section-integral__category__list__item.button-outer{border-top:none}.section-integral__category__list__item:last-of-type{border:0}.section-integral__category__list__item__link{padding:15px 40px 15px 10px;font-size:1.2rem;display:block;box-sizing:border-box;position:relative;color:#222}.section-integral__category__list__item__link__counts{color:#fff;background-color:#a20000;position:absolute;top:0;bottom:0;right:10px;margin:auto 0;padding:4px 7px 0;height:18px;text-align:center;display:inline-block;border-radius:3px;font-size:1.2rem;line-height:1.2em;box-sizing:content-box}.section-integral__category__list__item__button{padding:15px 40px 15px 10px;font-size:1.3rem;position:relative;cursor:pointer}.section-integral__category__list__item__button i{width:30px;height:15px;border-radius:50%;display:block;position:absolute;right:3%;z-index:1;top:50%;transform:translateY(-50%)}.section-integral__category__list__item__button i:before{display:block;content:"";background-color:#a20000;position:absolute;width:10px;height:2px;top:50%;left:50%;transform:translate(-50%, -50%)}.section-integral__category__list__item__button i:after{display:block;content:"";background-color:#a20000;position:absolute;width:2px;height:10px;top:50%;left:50%;transform:translate(-50%, -50%)}.section-integral__category__list__item__button.is-open i:after{content:none}.section-integral__category__list__item__hide{display:none}@media (min-width:1025px){.sidebar-sticky-container{position:sticky;top:110px;max-height:calc(100vh - 140px);overflow-y:auto;overflow-x:hidden;padding:10px 0 80px;margin-right:-6px;box-sizing:border-box}.sidebar-sticky-container::-webkit-scrollbar{width:6px}.sidebar-sticky-container::-webkit-scrollbar-track{background:transparent}.sidebar-sticky-container::-webkit-scrollbar-thumb{background:rgba(0, 0, 0, 0.3);border-radius:10px;border:2px solid transparent;background-clip:content-box}}.pager{margin:50px auto;padding:0 3%}@media screen and (max-width:1024px){.pager{margin:5% auto}}@media screen and (max-width:767px){.pager{margin:7% auto}}.pager .pagination{list-style:none;display:flex;justify-content:center}.pager .current{width:43px;height:46px;border:solid 2px #04346b;border-radius:10px;box-sizing:border-box;display:flex;justify-content:center;align-items:center;background:#04346b;color:#fff;font-weight:500;margin-right:12px;font-size:1.2rem}.pager a{width:43px;height:46px;border:solid 2px #04346b;border-radius:10px;box-sizing:border-box;display:flex;justify-content:center;align-items:center;color:#04346b;font-weight:700;margin-right:12px;font-size:1.2rem}.pager a:hover{border:solid 2px #127cf6;background:#127cf6;color:#fff;opacity:1;transition:all 0.3s}.pager .tenten{display:flex;justify-content:center;align-items:center;margin:0 4px 0 0;padding:0 2px;font-size:1.4rem}.voice.single-works{margin:0 auto 30px;padding:40px;background:rgba(241, 241, 241, 0.34)}@media screen and (max-width:1024px){.voice.single-works{margin:0 auto 5%;padding:4%}}@media screen and (max-width:767px){.voice.single-works{margin:0 auto 7%;padding:6%}}.voice-works{margin:0 auto 80px}@media screen and (max-width:1024px){.voice-works{margin:0 auto 8%}}@media screen and (max-width:767px){.voice-works{margin:0 auto 10%}}.voice-works .section-ttl{padding-top:0;padding-bottom:25px}@media (min-width:768px){.voice-works .section-ttl{padding-bottom:30px}}.voice-works p{font-size:1.3rem;letter-spacing:0.175em;line-height:1.75em}@media (min-width:768px){.voice-works p{font-size:1.5rem}}.voice-works__layout{margin:0;font-size:1.3rem;line-height:1.6em}@media (min-width:768px){.voice-works__layout{font-size:1.5rem;margin:0}}.voice-works__layout h4{margin-bottom:10px;font-weight:bold;color:#222}.voice-works__layout p{margin-bottom:10px}.voice-works__layout--img{margin:0 20px 0 0;width:80px;height:80px;object-fit:cover;border-radius:3px;box-sizing:border-box}@media (min-width:768px){.voice-works__layout--img{width:200px;height:200px}}.voice-works__layout--txt{width:calc(100% - 100px);font-size:1.3rem;font-weight:400;letter-spacing:0.175em;line-height:1.75em;color:#222}@media (min-width:768px){.voice-works__layout--txt{font-size:1.3rem;width:calc(100% - 220px)}}.voice-works__comment{padding-top:30px}.voice-works__comment-ttl{font-size:1.5rem;font-weight:600;color:#222;margin:0}@media (min-width:768px){.voice-works__comment-ttl{font-size:1.8rem}}.voice-works__comment-txt{font-size:1.3rem;font-weight:400;letter-spacing:0.175em;line-height:1.75em;color:#222;margin:20px auto 0}@media (min-width:768px){.voice-works__comment-txt{font-size:1.5rem;margin:30px auto 0}}@media (min-width:1025px){.aside__works .container .side-ttl,.aside__works .container .side-menu{display:none}}.aside__works .vert-card__thumb{padding-top:100%;overflow:hidden;height:100%}.aside__works .vert-card__figure{position:absolute;top:0;width:auto;height:100%;max-width:initial}.aside__works .worksRelated-wrap{display:flex !important;flex-wrap:wrap}.aside__worksaside.layout__side{margin-top:60px}.single-works .slick-next{right:0;width:100%;height:100%}.single-works .slick-next::before{content:"" !important}.slick-counter{padding:0 3%;margin-top:4%;font-size:1.4rem;text-align:center;box-sizing:border-box}@media screen and (max-width:767px){.slick-counter{padding:0 6%}}.js-photo__slider--count .slick-arrow{position:absolute;top:95%;width:30px;height:30px;padding:8px;cursor:pointer;font-size:1.4rem;font-weight:bold;box-sizing:border-box;background:#222;color:#fff}@media screen and (max-width:767px){.js-photo__slider--count .slick-arrow{top:94%}}.js-photo__slider--count .slick-arrow.prev{left:4%}@media screen and (max-width:767px){.js-photo__slider--count .slick-arrow.prev{left:25%}}.js-photo__slider--count .slick-arrow.next{right:4%}@media screen and (max-width:767px){.js-photo__slider--count .slick-arrow.next{right:25%}}.photo-slider.go .js-photo__slider--count .slick-arrow{top:96%}@media screen and (max-width:767px){.photo-slider.go .js-photo__slider--count .slick-arrow{top:94%}}.photo-slider.go .js-photo__slider--count .slick-arrow.prev{left:0}@media screen and (max-width:767px){.photo-slider.go .js-photo__slider--count .slick-arrow.prev{left:25%}}.photo-slider.go .js-photo__slider--count .slick-arrow.next{right:0}@media screen and (max-width:767px){.photo-slider.go .js-photo__slider--count .slick-arrow.next{right:25%}}.works-gallery p{padding:3% 0 6%;line-height:1.75em;font-size:1.5rem}.grid-sizer,.works__grid-item{width:47.5%;margin-bottom:20px}.works__grid-item img{width:100%;height:auto}.works__grid-item img+i{display:none;position:absolute;bottom:10px;right:10px;font-size:2.8rem;color:#fff}.gutter-sizer{width:2.5%}@media screen and (max-width:768px){.works-gallery__section{padding:0 2% 0 3%;box-sizing:border-box}.works-gallery p{font-size:1.4rem}.grid-sizer,.works__grid-item{width:47.5%;margin-bottom:10px}}.preview__main{position:relative;max-width:1920px;margin:0 auto}.preview__main-photo{position:relative;z-index:0;margin:0 auto;width:100%;height:560px;display:inline-block;overflow:hidden}@media screen and (min-width:1024px) and (max-width:1500px){.preview__main-photo{height:500px}}@media screen and (max-width:1024px){.preview__main-photo{height:56vw}}.preview__main-photo img{margin:0 auto;display:block;position:absolute;width:100%;height:100%;top:50%;left:50%;min-height:1px;min-width:auto;-ms-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);object-fit:cover;font-family:"object-fit:cover;"}.preview__main-photo.pic_trim img{width:auto}.preview{width:100%;margin:0 auto;padding:0;border-radius:3px;box-sizing:border-box}.preview__slider-img{width:100%;height:250px;object-fit:cover;border-radius:3px}@media (min-width:768px){.preview__slider-img{height:430px}}.preview__slider-item{height:100%}.preview__slider-item img{width:100%;height:100%;object-fit:contain}.preview__info{margin-top:20px;padding:0 3%}@media (min-width:768px){.preview__info{margin-top:70px;padding:0}}.preview__info--none{margin-top:20px}.preview__sub--not .preview__info{margin-top:0}@media (min-width:768px){.preview__sub--not .preview__info{margin-top:0}}.preview__info-ttl{margin:0 auto;font-size:1.5rem;font-weight:600;letter-spacing:0.175em;color:#222;text-align:center;display:block;line-height:1.75em;max-width:100%;text-align:left}@media (min-width:768px){.preview__info-ttl{margin:0 auto;font-size:1.8rem}}.preview__sub--not .preview__info-ttl{margin-top:10px}@media (min-width:768px){.preview__sub--not .preview__info-ttl{margin-top:10px}}.preview__info-ttl--none{margin-top:20px}@media (min-width:768px){.preview__beforeafter_series-list{display:flex;align-items:flex-end}}@media screen and (max-width:767px){.preview__beforeafter_series-list{display:flex;flex-flow:column-reverse;align-items:center}}.preview__beforeafter_series-list.ratio64_on .preview__beforeafter_series-list__item:first-of-type{width:36%}@media screen and (max-width:767px){.preview__beforeafter_series-list.ratio64_on .preview__beforeafter_series-list__item:first-of-type{width:100%}}.preview__beforeafter_series-list.ratio64_on .preview__beforeafter_series-list__item:last-of-type{width:60%}@media screen and (max-width:767px){.preview__beforeafter_series-list.ratio64_on .preview__beforeafter_series-list__item:last-of-type{width:100%}}.preview__beforeafter_series-list.ratio64_on .preview__beforeafter_series-list__item__photo{height:440px}@media screen and (max-width:767px){.preview__beforeafter_series-list.ratio64_on .preview__beforeafter_series-list__item__photo{width:100%;height:66vw}}.preview__beforeafter_series-list__item{float:left;width:48%;position:relative}.preview__beforeafter_series-list__item:not(:nth-of-type(2n)){margin-right:4%}.preview__beforeafter_series-list__item.before .preview__beforeafter_series-list__item__photo:after,.preview__beforeafter_series-list__item.after .preview__beforeafter_series-list__item__photo:after{display:flex;justify-content:center;align-items:center;position:absolute;width:100%;max-width:max-content;height:30px;top:0;left:0;font-size:1.6rem;padding:0 20px}@media screen and (max-width:767px){.preview__beforeafter_series-list__item.before .preview__beforeafter_series-list__item__photo:after,.preview__beforeafter_series-list__item.after .preview__beforeafter_series-list__item__photo:after{font-size:1.4rem;padding:0 6%}}@media screen and (max-width:767px){.preview__beforeafter_series-list__item.after{float:none;margin-bottom:8%;width:100%}}.preview__beforeafter_series-list__item.after .preview__beforeafter_series-list__item__photo:after{content:"AFTER";background:#a20000;color:#fff}@media screen and (max-width:767px){.preview__beforeafter_series-list__item.before{float:none;width:100%;margin-right:0}}.preview__beforeafter_series-list__item.before .preview__beforeafter_series-list__item__photo:after{content:"BEFORE";background:#646464;color:#fff}@media screen and (max-width:767px){.preview__beforeafter_series-list__item.before .preview__beforeafter_series-list__item__photo{height:34vw;width:48%;transform:initial;left:auto;margin-right:4%;margin-bottom:2%;float:left}}@media screen and (max-width:767px){.preview__beforeafter_series-list__item.before .preview__beforeafter_series-list__item__photo.pic_trim{height:54vw}}@media screen and (max-width:767px){.preview__beforeafter_series-list__item.before .single-works__concept__description__text{margin-top:0}}@media (min-width:768px){.preview__beforeafter_series-list__item.before .single-works__concept__description__text.display_sp{display:none}}.preview__beforeafter_series-list__item__photo{position:relative;z-index:0;margin:0 auto;width:100%;max-height:600px;height:100%;display:inline-block;overflow:hidden;left:50%;transform:translateX(-50%);height:354px}@media screen and (max-width:1024px){.preview__beforeafter_series-list__item__photo{height:35.4vw}}@media screen and (max-width:767px){.preview__beforeafter_series-list__item__photo{height:66vw}}.preview__beforeafter_series-list__item__photo.pic_trim{height:560px}@media screen and (max-width:1024px){.preview__beforeafter_series-list__item__photo.pic_trim{height:56vw}}@media screen and (max-width:767px){.preview__beforeafter_series-list__item__photo.pic_trim{height:86vw;width:80%}}.preview__beforeafter_series-list__item__photo img{margin:0 auto;display:block;position:absolute;width:100%;height:100%;top:50%;left:50%;min-height:1px;min-width:auto;-ms-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);object-fit:cover;font-family:"object-fit:cover;"}.preview__beforeafter{margin:40px auto}@media screen and (max-width:1024px){.preview__beforeafter{margin:4% auto;padding:0 4%}}@media screen and (max-width:767px){.preview__beforeafter{padding:0 6%}}.preview__beforeafter-main__photo{position:relative;z-index:0;margin:0 auto;width:100%;height:560px;display:inline-block;overflow:hidden}@media screen and (max-width:1024px){.preview__beforeafter-main__photo{height:56vw}}@media screen and (max-width:767px){.preview__beforeafter-main__photo{height:58vw}}.preview__beforeafter-main__photo img{margin:0 auto;display:block;position:absolute;width:100%;height:100%;top:50%;left:50%;min-height:1px;min-width:auto;-ms-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);object-fit:cover;font-family:"object-fit:cover;"}.preview__beforeafter-main__photo.pic_trim img{object-fit:contain;font-family:"object-fit:contain;"}.preview__beforeafter-sub{display:flex;justify-content:space-between;margin-top:40px;align-items:center}@media screen and (max-width:1024px){.preview__beforeafter-sub{margin-top:4%}}.preview__beforeafter-sub__photo{margin-right:4%;width:48%;position:relative;z-index:0;height:300px;display:inline-block;overflow:hidden}@media screen and (max-width:1024px){.preview__beforeafter-sub__photo{height:28vw}}@media screen and (max-width:767px){.preview__beforeafter-sub__photo{height:30vw}}.preview__beforeafter-sub__photo img{margin:0 auto;display:block;position:absolute;width:100%;height:100%;top:50%;left:50%;min-height:1px;min-width:auto;-ms-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);object-fit:cover;font-family:"object-fit:cover;"}.preview__beforeafter-sub__photo.pic_trim img{object-fit:contain;font-family:"object-fit:contain;"}.preview__beforeafter-sub__title{width:48%;display:block}.preview__beforeafter-sub__title__text{font-size:2rem;line-height:1.6em;font-weight:600}@media screen and (max-width:767px){.preview__beforeafter-sub__title__text{font-size:1.4rem;letter-spacing:0.01em}}.preview__beforeafter.fv_beforeafter_label .preview__beforeafter-main__photo:after{content:"AFTER";display:flex;justify-content:center;align-items:center;position:absolute;top:0;left:0;width:160px;height:30px;background:#a20000;font-size:1.6rem;color:#fff}@media screen and (max-width:767px){.preview__beforeafter.fv_beforeafter_label .preview__beforeafter-main__photo:after{width:100px;height:30px}}.preview__beforeafter.fv_beforeafter_label .preview__beforeafter-sub__photo:after{content:"BEFORE";display:flex;justify-content:center;align-items:center;position:absolute;top:0;left:0;width:100px;height:30px;background:#646464;font-size:1.6rem;color:#fff}@media screen and (max-width:767px){.preview__beforeafter.fv_beforeafter_label .preview__beforeafter-sub__photo:after{width:46%;height:30px;font-size:2.4vw}}.preview__price{margin:0 0 30px}.preview__price-wrap{margin:0 0 10px;text-align:center}.preview__price--cost{font-size:2.4rem;font-weight:600;letter-spacing:0.05rem;color:#04346b}@media (min-width:768px){.preview__price--cost{font-size:2.6rem}}.preview__price--yen{font-size:1.4rem}@media (min-width:768px){.preview__price--yen{font-size:1.8rem}}.preview__price--tax{font-weight:600;letter-spacing:0.175em;color:#04346b;font-size:1.2rem}@media (min-width:768px){.preview__price--tax{font-size:1.8rem}}.preview__price--notes{font-size:1.3rem;font-weight:400;letter-spacing:0.175em;color:#04346b;text-align:center;display:block}@media (min-width:768px){.preview__price--notes{font-size:1.5rem}}.preview__description{margin:6% 0 0;font-size:1.3rem;letter-spacing:0.175em;line-height:1.75em;color:#222;display:block}@media (min-width:768px){.preview__description{margin:40px auto 60px;font-size:1.5rem}}.preview__detail-ttl{margin:0 0 10px;font-size:1.3rem;font-weight:600;letter-spacing:0.175em;color:#222;display:block}@media (min-width:768px){.preview__detail-ttl{font-size:1.5rem}}.preview__detail-list{margin:0 0 30px;display:flex;flex-wrap:wrap}.preview__detail-list:last-child{margin:0}.preview__detail-item{font-size:1.3rem;letter-spacing:0.175em;line-height:1.75em;color:#222}.preview__detail-item::after{content:"/";margin:0 5px}.preview__detail-item:last-child::after{content:""}@media (min-width:768px){.preview__detail-item{font-size:1.5rem}}.preview-works{margin:0 auto 40px}@media screen and (max-width:1024px){.preview-works{margin:0 auto 6%}}@media screen and (max-width:767px){.preview-works{margin:0 auto 10%}}.preview-works .slide-box{position:relative;margin:0;padding:0}.preview-works .slide-box_image{position:relative;z-index:0;margin:0 auto;width:100%;height:560px;display:inline-block;overflow:hidden}@media screen and (min-width:1024px) and (max-width:1500px){.preview-works .slide-box_image{height:500px}}@media screen and (max-width:1024px){.preview-works .slide-box_image{height:56vw}}@media screen and (max-width:767px){.preview-works .slide-box_image{height:67vw}}.preview-works .slide-box_image img{margin:0 auto;display:block;position:absolute;width:100%;height:100%;top:50%;left:50%;min-height:1px;min-width:auto;-ms-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);object-fit:cover;font-family:"object-fit:cover;"}.preview-works .slide-box_image .pic_trim{width:auto}.preview-works .slide{position:relative;margin:0;padding:0}.preview-works .slide .item{position:relative;height:100%}.preview-works .slide .item a{display:block;pointer-events:initial}.preview-works .slide .item a:hover{opacity:1;cursor:initial}.preview-works .slide .item .image{position:relative;overflow:hidden}.preview-works .slide>.slick-list,.preview-works .slide>.slick-list>.slick-track,.preview-works .slide>.slick-list>.slick-track>.slick-slide>div{position:relative;height:100%}.preview-works .slide-navigation{line-height:0;position:relative;margin:10px auto 0;padding:0;width:101%}@media screen and (max-width:1024px){.preview-works .slide-navigation{padding:0 4%}}@media screen and (max-width:767px){.preview-works .slide-navigation{padding:0}}.preview-works .slide-navigation.under .slick-track{transform:initial !important;margin:0 auto}.preview-works .slide-navigation .slick-arrow{width:20px;height:100%;background:none;bottom:auto;right:auto;position:absolute;transform:none;top:50%;transform:translateY(-50%);display:block}.preview-works .slide-navigation .slick-arrow::before{content:"";width:15px;height:15px;border:0;position:absolute}@media screen and (max-width:767px){.preview-works .slide-navigation .slick-arrow::before{width:10px;height:10px}}.preview-works .slide-navigation .slick-arrow:hover{opacity:1}.preview-works .slide-navigation .slick-arrow.prevbtn{left:0;width:6%}@media screen and (max-width:767px){.preview-works .slide-navigation .slick-arrow.prevbtn{width:10%}}.preview-works .slide-navigation .slick-arrow.prevbtn:before{border-top:solid 3px #fff;border-left:solid 3px #fff;top:50%;left:50%;transform:rotate(-45deg) translateY(-50%);z-index:1}@media screen and (max-width:767px){.preview-works .slide-navigation .slick-arrow.prevbtn:before{border-top:solid 2px #fff;border-left:solid 2px #fff}}.preview-works .slide-navigation .slick-arrow.nextbtn{right:0;width:7%}@media screen and (max-width:767px){.preview-works .slide-navigation .slick-arrow.nextbtn{width:10%}}.preview-works .slide-navigation .slick-arrow.nextbtn:before{border-top:solid 3px #fff;border-right:solid 3px #fff;position:absolute;top:50%;right:50%;transform:rotate(45deg) translateY(-50%);z-index:1}@media screen and (max-width:767px){.preview-works .slide-navigation .slick-arrow.nextbtn:before{border-top:solid 2px #fff;border-right:solid 2px #fff}}.preview-works .slide-navigation .item{position:relative;cursor:pointer}.preview-works .slide-navigation .item:not(:last-of-type){margin-right:10px}@media screen and (max-width:767px){.preview-works .slide-navigation:not(.under) .item{margin-right:initial;margin:0 5px}}.preview-works .slide-navigation .item .image{position:relative;z-index:0;margin:0 auto;width:100%;height:80px;display:inline-block;overflow:hidden}@media screen and (min-width:1024px) and (max-width:1500px){.preview-works .slide-navigation .item .image{height:108px}}@media screen and (max-width:1024px){.preview-works .slide-navigation .item .image{height:12vw}}@media screen and (max-width:767px){.preview-works .slide-navigation .item .image{height:20vw}}.preview-works .slide-navigation .item .image::after{position:absolute;top:0;left:0;display:block;width:100%;height:100%;content:"";opacity:0.34;background:#000}.preview-works .slide-navigation .slick-current .image::after{opacity:0}.preview-works .slide-navigation .item .image img{margin:0 auto;display:block;position:absolute;width:100%;height:100%;top:50%;left:50%;min-height:1px;min-width:auto;-ms-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);object-fit:cover;font-family:"object-fit:cover;"}@media screen and (max-width:767px){.preview-works .slide-navigation{width:100%;margin:2% auto 0}.preview-works .slide-navigation .item .image::before{padding-top:80%}}.preview-works .slick-vertical .slick-slide{border:0 solid transparent}.preview-works .slick-arrow{z-index:999}.preview-works .slick-prev{top:25px;bottom:0;left:20px;right:auto;margin:auto}.preview-works .slick-next{top:25px;bottom:0;left:auto;right:20px;margin:auto;height:auto;width:auto}.sub-page .type-c .hori-card{padding:0 4%;box-sizing:border-box;display:flex;flex-wrap:wrap;padding:0 4%}@media (min-width:768px){.sub-page .type-c .hori-card{padding:0 3%}}@media (min-width:1025px){.sub-page .type-c .hori-card{padding:0}}.sub-page .type-c .hori-card__item{display:block;align-items:initial;width:100%}@media screen and (max-width:1024px){.sub-page .type-c .hori-card__item{max-width:none}}.sub-page .type-c .hori-card__item:not(:first-of-type){margin-top:initial}.sub-page .type-c .hori-card__item:not(:nth-of-type(3n)){margin-right:20px}@media screen and (max-width:1024px){.sub-page .type-c .hori-card__item:not(:nth-of-type(3n)){margin-right:2%}}@media screen and (max-width:767px){.sub-page .type-c .hori-card__item:not(:nth-of-type(3n)){margin-right:0}}@media screen and (max-width:767px){.sub-page .type-c .hori-card__item:not(:nth-of-type(2n)){margin-right:4%}}.sub-page .type-c .hori-card__item:nth-of-type(n+4){margin-top:20px}@media screen and (max-width:767px){.sub-page .type-c .hori-card__item:nth-of-type(n+4){margin-top:2%}}@media screen and (max-width:767px){.sub-page .type-c .hori-card__item:nth-of-type(n+3){margin-top:2%}}.sub-page .type-c .hori-card__link{border:0;border-radius:0}.sub-page .type-c .hori-card__layout{display:block}.sub-page .type-c .hori-card__thumb{width:100%;height:auto}.sub-page .type-c .hori-card__thumb figure{position:relative;z-index:0;margin:0 auto;width:100%;height:100%;aspect-ratio:1.3333333333;display:inline-block;overflow:hidden}@media screen and (max-width:767px){.sub-page .type-c .hori-card__thumb figure{height:30vw}}.sub-page .type-c .hori-card__img{position:absolute;width:auto;height:auto;top:50%;left:50%;min-height:100%;min-width:100%;-ms-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);object-fit:cover;font-family:"object-fit:cover;"}.sub-page .type-c .hori-card__cat{padding:5px 15px;font-size:1rem;font-weight:600;letter-spacing:0.175em;color:#222;background-color:#fff;border-radius:0 3px 3px 0;position:absolute;top:10px;left:0}.sub-page .type-c .hori-card__txt{width:100%;height:100%;padding:10px 0;border-radius:0 3px 3px 0;box-sizing:border-box;position:relative;background:#fff}@media (min-width:768px){.sub-page .type-c .hori-card__txt{width:100%;height:100%;padding:10px 0}}.sub-page .type-c .hori-card__prefecture{font-size:1.2rem;font-weight:600;letter-spacing:0.15em;margin:0 0 0;color:#04346b;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;line-height:1.5em;max-height:calc(1.5em * 2)}@media (min-width:768px){.sub-page .type-c .hori-card__prefecture{font-size:1.3rem}}.sub-page .type-c .hori-card__parts-item{font-size:1rem;letter-spacing:0.175em;color:#222;display:inline-block}@media (min-width:768px){.sub-page .type-c .hori-card__parts-item{font-size:1.3rem}}.sub-page .type-c .hori-card__parts-item:after{content:"/";margin:0 5px}.sub-page .type-c .hori-card__parts-item:last-child:after{content:none}.sub-page .type-c .hori-card__parts-item--split::after{content:"/";margin:0 5px;display:inline-block}.sub-page .type-c .hori-card__parts-item--split:last-child::after{content:""}.sub-page .type-c .hori-card__parts-item--card{color:#fff;background:#222;font-size:1rem;margin-right:5px;padding:5px;box-sizing:border-box}@media (min-width:768px){.sub-page .type-c .hori-card__parts-item--card{font-size:1.3rem}}.sub-page .type-c .hori-card__parts-item--card::after{display:none}.sub-page .type-c .hori-card__ttl{font-size:1.3rem;font-weight:400;letter-spacing:0.075em;margin:5px 0 10px;display:block;color:#222;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden;line-height:1.5em;max-height:calc(2.6em * 4)}@media (min-width:768px){.sub-page .type-c .hori-card__ttl{font-size:1.3rem;margin:10px 0 15px;height:auto;letter-spacing:0.1em}}.sub-page .type-c .hori-card__cost{display:none}.photo-slider .section-subttl{text-align:center;width:100%;margin-bottom:30px}@media screen and (max-width:767px){.photo-slider .section-subttl{margin:2% auto 4% auto}}.photo-slider .section-subttl__h3{position:relative;display:inline-block;padding:0 55px;margin:0 auto;color:#04346b}@media screen and (max-width:767px){.photo-slider .section-subttl__h3{font-size:15px}}.photo-slider .section-subttl__h3:before,.photo-slider .section-subttl__h3:after{content:"";position:absolute;top:50%;display:inline-block;width:45px;height:2px;border-top:solid 1px #04346b;border-bottom:solid 1px #04346b}.photo-slider .section-subttl__h3:before{left:0}.photo-slider .section-subttl__h3:after{right:0}@media screen and (max-width:767px){.photo-slider .slick-slider+.section-subttl{margin:10% auto 4% auto}}.side-menu.works{border-bottom:1px solid #645a5a}.sub-page .side-menu{width:100%}.sub-page .side-menu .section-works__choose__list{border-bottom:1px solid #645a5a}.sub-page .side-menu .section-works__choose__list__item__hide{display:none}.sub-page .side-menu__item--count{padding:4px 7px 0;min-width:initial}@media screen and (max-width:1024px){.single-works .side-menu,.single-voice .side-menu,.post-type-archive-voice .side-menu{width:100%}.single-works .side-menu .section-works__choose__list__item__hide,.single-voice .side-menu .section-works__choose__list__item__hide,.post-type-archive-voice .side-menu .section-works__choose__list__item__hide{display:none}.single-works .side-menu__item--count,.single-voice .side-menu__item--count,.post-type-archive-voice .side-menu__item--count{padding:4px 7px 0;min-width:initial}}.works-searchbox{width:100%}.sub-page .search-box__form{display:none}@media screen and (max-width:1024px){.sub-page .search-box__form{display:block}}.sub-page #search-result{padding:20px 0;text-align:center;font-size:1.4rem}.sub-page #search-result span{font-size:2rem;font-weight:900;color:orange}.side-menu.side-menu-works{border:none}.side-menu.side-menu-works .side-menu__list{border:1px solid #645a5a}.side-menu.side-menu-works .search-box__item{border-left:1px solid #645a5a;border-right:1px solid #645a5a;padding:0 0 10px}.side-menu.side-menu-works #search-result{padding:20px 0;text-align:center;font-size:1.4rem}.side-menu.side-menu-works #search-result span{font-size:2rem;font-weight:900;color:orange}.search-box{position:relative;padding:0 0 50px;z-index:1}.search-box__item{margin:auto;padding:0;border-top:1px solid #222}.search-box__item:last-of-type{border-bottom:1px solid #222}.search-box__ttl{display:block;position:relative;padding:15px 60px 15px 15px;font-size:1.3rem;font-weight:400;letter-spacing:0.175rem;color:#222;cursor:pointer;box-sizing:border-box;transition:0.2s}@media screen and (max-width:767px){.search-box__ttl{padding:20px 60px 20px 15px;font-size:1.3rem;line-height:1.3rem}}.search-box__ttl:hover{opacity:0.8}.search-box__ttl i{width:15px;height:15px;border-radius:50%;display:block;position:absolute;right:3%;z-index:1;top:50%;transform:translateY(-50%)}.search-box__ttl i:before{display:block;content:"";background-color:#645a5a;position:absolute;width:10px;height:2px;top:50%;left:50%;transform:translate(-50%, -50%)}.search-box__ttl i:after{display:block;content:"";background-color:#645a5a;position:absolute;width:2px;height:10px;top:50%;left:50%;transform:translate(-50%, -50%)}.layout__main-left .search-box__ttl.is-open i:after{content:none}.layout__main-right .search-box__ttl:not(.is-open) i:after{content:none}.search-box__form .search-box__cnt{display:none}.search-box__menu{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:0 0 10px}.search-box__menu label{position:relative;display:flex;flex-wrap:wrap;align-items:center;width:100%;box-sizing:border-box;padding:10px 15px 10px 45px;line-height:1.3em;font-size:1.3rem;font-weight:400;color:#222;cursor:pointer}@media screen and (max-width:1024px){.search-box__menu label{padding:10px 15px 10px 45px}}.search-box__menu label input[type="checkbox"]{position:absolute;left:10px;top:6px;width:20px;height:20px;margin-right:5px}@media screen and (max-width:767px){.search-box__menu label input[type="checkbox"]{left:10px;top:6px}}.search-box__result{display:none}@media screen and (max-width:1024px){.search-box__result{display:block;margin:0 0 20px;padding:0 4%;width:100%;box-sizing:border-box}}.search-box__result-ttl{margin:0 0 10px;padding:15px;width:100%;background:#026f79;font-size:1.8rem;color:#fff;box-sizing:border-box}@media screen and (max-width:767px){.search-box__result-ttl{padding:10px 6%;font-size:1.4rem}}.search-box__result table{width:100%;table-layout:fixed;border:1px solid #ccc}.search-box__result table tr{border-bottom:1px solid #ccc}.search-box__result table tr th{padding:10px;width:150px;height:35px;background:#eee;border-right:1px solid #ccc;font-size:1.6rem;vertical-align:middle}@media screen and (max-width:767px){.search-box__result table tr th{padding:10px 3%;width:80px;font-size:1.3rem}}.search-box__result table tr td{padding:10px;font-size:1.6rem;vertical-align:middle}@media screen and (max-width:767px){.search-box__result table tr td{padding:10px 3%;font-size:1.3rem}}.search-box__result table tr td:last-of-type{width:150px;text-align:center}@media screen and (max-width:767px){.search-box__result table tr td:last-of-type{padding:10px 3%;width:100px}}.search-box__result table tr td p{font-size:1.6rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media screen and (max-width:767px){.search-box__result table tr td p{font-size:1.3rem}}.search-box__result table tr td a{font-size:1.6rem;color:#007cba}@media screen and (max-width:767px){.search-box__result table tr td a{font-size:1.3rem}}.search-box__result-num{margin-top:1em;text-align:right;font-size:1.6rem}@media screen and (max-width:767px){.search-box__result-num{font-size:1.3rem}}.search-box__result-num span{font-size:1.4em;font-weight:900;color:orange}.search-box__postnone{padding:0 0 50px}.sub-page .search-box__postnone-ttl{margin:0 0 10px;font-size:1.8rem;line-height:1.6;font-weight:600;color:#666}.sub-page .search-box__postnone-txt{font-size:1.5rem;line-height:1.6}.submitbtn{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;margin:auto;width:100%;max-width:300px;height:60px;background-color:orange;color:#fff;cursor:pointer;border-radius:3px}.submitbtn.notsend{pointer-events:none;background-color:#ccc}.submitbtn:hover{opacity:0.8}.submitbtn span{display:inline-block;position:relative;padding:0 30px 0 15px}.submitbtn span::before{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:15px;height:15px;background:url(../../../../images/icon_search.svg) no-repeat center center / contain}.single-works .layout__main-left{max-width:940px;margin:0 auto;box-sizing:border-box}.single-works .page-ttl.container{margin:30px auto;padding:0}@media screen and (max-width:1024px){.single-works .page-ttl.container{margin:3% auto;padding:0 3%}}@media screen and (max-width:767px){.single-works .page-ttl.container{margin:5% auto;padding:0 6%}}.single-works .page-ttl__h2{letter-spacing:0.01em}.single-works-slider-photo{width:100%;padding-top:0;box-sizing:border-box}@media screen and (max-width:1024px){.single-works-slider-photo{display:block}}.single-works-slider-photo .single-works-slider-main{position:relative;width:100%}@media screen and (max-width:1024px){.single-works-slider-photo .single-works-slider-main{width:100%}}.single-works-slider-photo .single-works-slider-main *:focus{outline:none}.single-works-slider-photo .single-works-slider-main i{pointer-events:none;content:"";position:absolute;right:5px;bottom:5px;width:40px;height:40px;background:rgba(255, 255, 255, 0.8);border-radius:100px;box-shadow:0 0 5px rgba(0, 0, 0, 0.5);text-align:center;color:#222;font-size:5em;line-height:40px}@media screen and (max-width:767px){.single-works-slider-photo .single-works-slider-main i{right:5px;bottom:5px;width:30px;height:30px;box-shadow:0 0 3px rgba(0, 0, 0, 0.5);font-size:1.5em;line-height:30px}}.single-works-slider-photo .single-works-slider-main i::before{content:"";position:relative;display:block;width:40px;height:40px}@media screen and (max-width:767px){.single-works-slider-photo .single-works-slider-main i::before{width:30px;height:30px}}.single-works-slider-photo .single-works-slider-main .slick-slide{box-sizing:border-box;position:relative}@media screen and (max-width:1024px){.single-works-slider-photo .single-works-slider-main .slick-slide{padding:0;border:none;box-sizing:border-box}}.single-works-slider-photo .single-works-slider-main .slick-slide figure{position:relative;z-index:0;margin:0 auto;width:100%;height:540px;display:inline-block;overflow:hidden}@media screen and (max-width:1500px) and (min-width:1025px){.single-works-slider-photo .single-works-slider-main .slick-slide figure{height:60vh}}@media screen and (max-width:1024px){.single-works-slider-photo .single-works-slider-main .slick-slide figure{height:65vw}}@media screen and (max-width:767px){.single-works-slider-photo .single-works-slider-main .slick-slide figure{height:70vw}}.single-works-slider-photo .single-works-slider-main .slick-slide img{margin:0 auto;display:block;position:absolute;width:auto;height:100%;top:50%;left:50%;min-height:1px;min-width:auto;-ms-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);object-fit:cover;font-family:"object-fit:cover;"}.single-works-slider-photo .slick-prev,.single-works-slider-photo .slick-next{width:5rem;height:5rem;background-color:rgba(0, 0, 0, 0.6);border-radius:50%;color:#fff;position:absolute;top:111%;cursor:pointer;-webkit-transition:0.4s;-o-transition:0.4s;transition:0.4s;z-index:1}.single-works-slider-photo .slick-prev{left:-2.5rem}@media screen and (max-width:1024px){.single-works-slider-photo .slick-prev{left:0}}@media screen and (max-width:767px){.single-works-slider-photo .slick-prev{width:3rem;height:3rem}}.single-works-slider-photo .slick-next{right:-2.5rem}@media screen and (max-width:1024px){.single-works-slider-photo .slick-next{right:0}}@media screen and (max-width:767px){.single-works-slider-photo .slick-next{width:3rem;height:3rem}}.single-works-slider-photo .slick-prev::before,.single-works-slider-photo .slick-next::before{content:"";top:2rem;width:1rem;height:1rem;position:absolute;-webkit-transform:rotate(45deg);transform:rotate(45deg);box-sizing:border-box}@media screen and (max-width:767px){.single-works-slider-photo .slick-prev::before,.single-works-slider-photo .slick-next::before{top:0.9rem}}.single-works-slider-photo .slick-prev::before{left:21px;border-bottom:2px solid;border-left:2px solid}@media screen and (max-width:767px){.single-works-slider-photo .slick-prev::before{left:11px}}.single-works-slider-photo .slick-next::before{right:21px;border-top:2px solid;border-right:2px solid}@media screen and (max-width:767px){.single-works-slider-photo .slick-next::before{right:11px}}.single-works-slider-photo .slick-prev:focus,.single-works-slider-photo .slick-next:focus{background-color:rgba(0, 0, 0, 0.6);opacity:1}.single-works-slider-photo .slick-prev:hover,.single-works-slider-photo .slick-next:hover{background-color:rgba(0, 0, 0, 0.6);opacity:1}.detailsPhoto__thumb{width:100%;padding:1rem;overflow-y:auto;box-sizing:border-box}@media screen and (max-width:1024px){.detailsPhoto__thumb{width:100%;height:auto;padding:0 4%}}@media screen and (max-width:767px){.detailsPhoto__thumb{padding:0 6%;margin-bottom:10%}}@media only screen and (min-width:1025px){.detailsPhoto__thumb-inner{height:auto;display:flex;flex-wrap:wrap}.panel-item{position:relative;margin-right:2%;margin-bottom:0;cursor:pointer}.panel-item figure{position:relative;z-index:0;margin:0 auto;width:100px;height:100px;display:inline-block;overflow:hidden}.panel-item figure::after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;height:100%;border:1px solid #222;opacity:0;box-sizing:border-box}.panel-item figure img{margin:0 auto;display:block;position:absolute;width:100%;height:100%;top:50%;left:50%;min-height:1px;min-width:auto;-ms-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);object-fit:cover;font-family:"object-fit:cover;"}.panel-item.active figure::after{opacity:1}}@media only screen and (min-width:1025px) and (max-width:1500px) and (min-width:1025px){.panel-item figure{width:10vh;height:10vh}}@media only screen and (max-width:1024px){.detailsPhoto__thumb{width:100%;margin-top:2rem}.detailsPhoto__thumb-inner{display:block;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;overflow-scrolling:touch;white-space:nowrap;height:7rem}.panel-item{width:8rem;height:7rem;display:inline;margin-right:0.5rem}.panel-item figure{position:relative;width:8rem;height:7rem;display:inline-block}.panel-item figure::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border:3px solid #222;opacity:0;box-sizing:border-box}.panel-item.active figure::after{opacity:1}.panel-item img{width:8rem;height:7rem;display:inline;object-fit:cover;font-family:"object-fit: cover;"}}.single-works-popup{margin:0 auto;max-width:1000px;color:#fff}@media screen and (max-width:1024px){.single-works-popup{display:block;padding:0 3%}}@media screen and (max-width:767px){.single-works-popup{padding:0}}.single-works-popup figure{margin:0 auto 2em;text-align:center}.single-works-popup p{font-size:1.5rem;line-height:1.75}@media screen and (max-width:767px){.single-works-popup p{font-size:1.2rem}}.single-works{}@media screen and (max-width:1024px){.single-works__inner{padding:0 4%}}@media screen and (max-width:767px){.single-works__inner{padding:0 6%}}.single-works__title{margin:0 auto 40px}@media screen and (max-width:1024px){.single-works__title{margin:0 auto 4%}}@media screen and (max-width:767px){.single-works__title{margin:0 auto 8%}}.single-works__title__ruby{font-size:1.45rem;letter-spacing:0.2em;line-height:2em;color:#979797;font-weight:300}@media screen and (max-width:1024px){.single-works__title__ruby{font-size:1.4rem}}@media screen and (max-width:767px){.single-works__title__ruby{font-size:1.3rem}}.single-works__title__text{font-size:2.2rem;line-height:1.8em;font-weight:600}@media screen and (max-width:1024px){.single-works__title__text{font-size:2rem}}@media screen and (max-width:767px){.single-works__title__text{font-size:1.8rem}}.single-works__subtitle{margin:0 auto 40px}@media screen and (max-width:1024px){.single-works__subtitle{margin:0 auto 4%}}@media screen and (max-width:767px){.single-works__subtitle{margin:0 auto 6%}}.single-works__subtitle__title{font-size:2rem;line-height:1.6em;font-weight:600;margin:0 auto 10px}@media screen and (max-width:1024px){.single-works__subtitle__title{font-size:1.8rem}}@media screen and (max-width:767px){.single-works__subtitle__title{font-size:1.6rem}}.single-works__subtitle__description{font-size:1.45rem;letter-spacing:0.01em;line-height:2em;font-weight:400}@media screen and (max-width:1024px){.single-works__subtitle__description{font-size:1.4rem}}@media screen and (max-width:767px){.single-works__subtitle__description{font-size:1.3rem;line-height:1.8em}}.single-works__concept{padding:0 0 80px;margin:0 auto;border-bottom:1px solid #f1f1f1}@media screen and (max-width:1024px){.single-works__concept{padding:0 0 8%}}@media screen and (max-width:767px){.single-works__concept{padding:0 0 10%}}.single-works__concept .section-works__slider__wrapper .section-works__slider__item__text__hash{margin-top:40px}@media screen and (max-width:1024px){.single-works__concept .section-works__slider__wrapper .section-works__slider__item__text__hash{margin-top:4%}}.single-works__concept .section-works__slider__wrapper .section-works__slider__item__text__hash span{font-size:1.4rem}@media screen and (max-width:767px){.single-works__concept .section-works__slider__wrapper .section-works__slider__item__text__hash span{font-size:1.2rem}}.single-works__concept__title{margin:0 auto 30px}@media screen and (max-width:1024px){.single-works__concept__title{margin:0 auto 3%}}@media screen and (max-width:767px){.single-works__concept__title{margin:0 auto 5%}}@media screen and (max-width:767px){.single-works__concept__title.display_pc{display:none}}.single-works__concept__title__text{font-size:2.2rem;line-height:1.8em;font-weight:400}@media screen and (max-width:1024px){.single-works__concept__title__text{font-size:2rem}}@media screen and (max-width:767px){.single-works__concept__title__text{font-size:1.75rem}}@media (min-width:768px){.single-works__concept__title__text.display_sp{display:none}}.single-works__concept__description__text{font-size:1.45rem;letter-spacing:0.01em;line-height:2em;font-weight:400}@media screen and (max-width:1024px){.single-works__concept__description__text{font-size:1.4rem}}@media screen and (max-width:767px){.single-works__concept__description__text{font-size:1.3rem;line-height:1.8em}}.single-works__concept__description__text.display_pc{margin-top:40px}.single-works__concept__description__text a{color:#222}.single-works__summary{margin:0 auto 80px}@media screen and (max-width:1024px){.single-works__summary{margin:0 auto 8%}}@media screen and (max-width:767px){.single-works__summary{margin:0 auto 10%}}.single-works__summary__table{width:100%}.single-works__summary__table-tr{width:48%;float:left;border-bottom:1px solid #dcdcdc;display:flex;align-items:flex-start;justify-content:center;align-items:center;padding:10px 0}@media screen and (max-width:767px){.single-works__summary__table-tr{width:100%;float:none;padding:2% 0}}.single-works__summary__table-tr:not(:nth-of-type(2n)){margin-right:4%}@media screen and (max-width:767px){.single-works__summary__table-tr:not(:nth-of-type(2n)){margin-right:0}}@media (min-width:768px){.single-works__summary__table-tr.commodity{width:100%;border-top:1px solid #dcdcdc;transform:translateY(-1px)}.single-works__summary__table-tr.commodity .single-works__summary__table-th{width:18.293%}.single-works__summary__table-tr.commodity .single-works__summary__table-td{width:86%}}@media screen and (max-width:767px){.single-works__summary__table-tr.commodity{flex-flow:column;align-items:flex-start;padding:4% 0}.single-works__summary__table-tr.commodity .single-works__summary__table-th{width:100%;margin-right:initial;margin-bottom:2%}.single-works__summary__table-tr.commodity .single-works__summary__table-td{width:100%}}.single-works__summary__table-th,.single-works__summary__table-td{font-size:1.5rem;line-height:2em;vertical-align:middle;text-align:left}@media screen and (max-width:767px){.single-works__summary__table-th,.single-works__summary__table-td{font-size:1.3rem;line-height:1.8em;letter-spacing:0.1em}}.single-works__summary__table-th{width:38%;margin-right:2%;font-weight:600}@media screen and (max-width:767px){.single-works__summary__table-th{width:26%}}.single-works__summary__table-td{width:60%}@media screen and (max-width:767px){.single-works__summary__table-td{width:72%}}.single-works__requestandproposal{margin:0 auto 80px}@media screen and (max-width:1024px){.single-works__requestandproposal{margin:0 auto 8%}}@media screen and (max-width:767px){.single-works__requestandproposal{margin:0 auto 10%}}.single-works__requestandproposal .single-works__request,.single-works__requestandproposal .single-works__proposal{padding:40px;background:#f4f4f4;border:1px solid #e0e0e0;border-left:4px solid #04346b}@media screen and (max-width:1024px){.single-works__requestandproposal .single-works__request,.single-works__requestandproposal .single-works__proposal{padding:4%}}@media screen and (max-width:767px){.single-works__requestandproposal .single-works__request,.single-works__requestandproposal .single-works__proposal{padding:6%}}.single-works__requestandproposal .single-works__request+.single-works__proposal{margin:40px auto 0}@media screen and (max-width:1024px){.single-works__requestandproposal .single-works__request+.single-works__proposal{margin:4% auto 0}}@media screen and (max-width:767px){.single-works__requestandproposal .single-works__request+.single-works__proposal{margin:8% auto 0}}.single-works__requestandproposal .single-works__request__title,.single-works__requestandproposal .single-works__proposal__title{margin:0 auto 35px;padding-bottom:15px;border-bottom:1px solid #979797}@media screen and (max-width:1024px){.single-works__requestandproposal .single-works__request__title,.single-works__requestandproposal .single-works__proposal__title{margin:0 auto 4%;padding-bottom:2%}}@media screen and (max-width:767px){.single-works__requestandproposal .single-works__request__title,.single-works__requestandproposal .single-works__proposal__title{margin:0 auto 6%}}.single-works__requestandproposal .single-works__request__title .single-works__title__ruby,.single-works__requestandproposal .single-works__proposal__title .single-works__title__ruby{font-size:1.1rem;line-height:1;margin-bottom:8px;display:block;letter-spacing:0.1em}.single-works__requestandproposal .single-works__request__title .single-works__subtitle__title,.single-works__requestandproposal .single-works__proposal__title .single-works__subtitle__title{font-size:2.2rem;font-weight:700;margin-bottom:0;line-height:1.4}@media screen and (max-width:1024px){.single-works__requestandproposal .single-works__request__title .single-works__subtitle__title,.single-works__requestandproposal .single-works__proposal__title .single-works__subtitle__title{font-size:2rem}}@media screen and (max-width:767px){.single-works__requestandproposal .single-works__request__title .single-works__subtitle__title,.single-works__requestandproposal .single-works__proposal__title .single-works__subtitle__title{font-size:1.8rem}}.single-works__requestandproposal .single-works__request__title__text,.single-works__requestandproposal .single-works__proposal__title__text{font-size:1.8rem;line-height:1.6em;font-weight:400}.single-works__requestandproposal .single-works__request__description__text,.single-works__requestandproposal .single-works__proposal__description__text{font-size:1.45rem;letter-spacing:0.01em;line-height:2em;font-weight:400}@media screen and (max-width:1024px){.single-works__requestandproposal .single-works__request__description__text,.single-works__requestandproposal .single-works__proposal__description__text{font-size:1.4rem}}@media screen and (max-width:767px){.single-works__requestandproposal .single-works__request__description__text,.single-works__requestandproposal .single-works__proposal__description__text{font-size:1.3rem;line-height:1.8em}}.single-works__feature{margin:0 auto 120px}@media screen and (max-width:1024px){.single-works__feature{margin:0 auto 12%}}@media screen and (max-width:767px){.single-works__feature{margin:0 auto 14%}}.single-works__feature__contents__inner+.single-works__feature__contents__inner{margin-top:60px}@media screen and (max-width:1024px){.single-works__feature__contents__inner+.single-works__feature__contents__inner{margin-top:6%}}@media screen and (max-width:767px){.single-works__feature__contents__inner+.single-works__feature__contents__inner{margin-top:8%}}.single-works__feature__contents__inner+.single-works__subtitle{margin-top:60px}@media screen and (max-width:1024px){.single-works__feature__contents__inner+.single-works__subtitle{margin-top:6%}}@media screen and (max-width:767px){.single-works__feature__contents__inner+.single-works__subtitle{margin-top:12%}}.single-works__beforeandafter{margin:0 auto 120px}@media screen and (max-width:1024px){.single-works__beforeandafter{margin:0 auto 12%}}@media screen and (max-width:767px){.single-works__beforeandafter{margin:0 auto 14%}}.single-works__beforeandafter .single-works__title{border-bottom:1px solid #555;padding-bottom:10px}@media screen and (max-width:1024px){.single-works__beforeandafter .single-works__title{padding-bottom:2%}}.single-works__gallery{margin:0 auto 120px}@media screen and (max-width:1024px){.single-works__gallery{margin:0 auto 12%}}@media screen and (max-width:767px){.single-works__gallery{margin:0 auto 14%}}.single-works__gallery .single-works__title{border-bottom:1px solid #555;padding-bottom:10px}@media screen and (max-width:1024px){.single-works__gallery .single-works__title{padding-bottom:2%}}.single-works__result{padding:40px;background:#f7f7f7}@media screen and (max-width:1024px){.single-works__result{padding:4%}}@media screen and (max-width:767px){.single-works__result{padding:6%}}.single-works__result .single-works__result__voice+.single-works__result__voice{margin-top:40px}@media screen and (max-width:1024px){.single-works__result .single-works__result__voice+.single-works__result__voice{margin-top:4%}}@media screen and (max-width:767px){.single-works__result .single-works__result__voice+.single-works__result__voice{margin-top:6%}}.single-works__result .single-works__result__voice+.single-works__result__staff{margin-top:100px}@media screen and (max-width:1024px){.single-works__result .single-works__result__voice+.single-works__result__staff{margin-top:10%}}@media screen and (max-width:767px){.single-works__result .single-works__result__voice+.single-works__result__staff{margin-top:20%}}.single-works__result .single-works__result__staff+.single-works__result__staff{margin-top:60px}@media screen and (max-width:1024px){.single-works__result .single-works__result__staff+.single-works__result__staff{margin-top:6%}}@media screen and (max-width:767px){.single-works__result .single-works__result__staff+.single-works__result__staff{margin-top:10%}}.single-works__result__voice .single-works__title{margin:0 auto 20px}@media screen and (max-width:1024px){.single-works__result__voice .single-works__title{margin:0 auto 2%}}@media screen and (max-width:767px){.single-works__result__voice .single-works__title{margin:0 auto 4%}}.single-works__result__voice .hori-card{padding:0}.single-works__result__voice .hori-card__link{border:1px solid #555;border-radius:0}.single-works__result__voice .hori-card__item{border-radius:0}.single-works__result__voice .hori-card__txt{border-radius:0}.single-works__result__voice .hori-card img{border-radius:0}.single-works__result__staff .single-works__title{margin:0 auto 20px}@media screen and (max-width:1024px){.single-works__result__staff .single-works__title{margin:0 auto 2%}}@media screen and (max-width:767px){.single-works__result__staff .single-works__title{margin:0 auto 4%}}.single-works__result__staff__title{display:flex;align-items:flex-start;margin-bottom:20px}@media screen and (max-width:1024px){.single-works__result__staff__title{margin-bottom:4%}}@media screen and (max-width:767px){.single-works__result__staff__title{margin-bottom:6%;display:block}}.single-works__result__staff__title__thumbnail{width:140px;margin-right:40px}@media screen and (max-width:1024px){.single-works__result__staff__title__thumbnail{width:18%;margin-right:4%}}@media screen and (max-width:767px){.single-works__result__staff__title__thumbnail{width:40%;margin:0 auto 6%}}.single-works__result__staff__title__thumbnail img{border-radius:50%}@media screen and (max-width:767px){.single-works__result__staff__title__thumbnail.display_pc{display:none}}@media (min-width:768px){.single-works__result__staff__title__thumbnail.display_sp{display:none}}@media screen and (max-width:1024px){.single-works__result__staff__title__info{width:76%}}@media screen and (max-width:767px){.single-works__result__staff__title__info{width:100%}}.single-works__result__staff__title__info .single-works__subtitle__title{}@media screen and (max-width:767px){.single-works__result__staff__title__info .single-works__subtitle__title{margin:0 auto 8%}}.single-works__result__staff__title__info__name{font-size:2rem;line-height:2em;font-weight:500}@media screen and (max-width:1024px){.single-works__result__staff__title__info__name{font-size:1.6rem;width:28%}}.single-works__result__staff__title__info__label__outer{display:flex;align-items:center}.single-works__result__staff__title__info__label:not(:last-of-type){margin-right:20px}@media screen and (max-width:767px){.single-works__result__staff__title__info__label:not(:last-of-type){margin-right:4%}}.single-works__result__staff__title__info__label__link{color:#333;line-height:2em;border:1px solid #555;display:block;padding:0 10px;border-radius:20px;background:#fff;font-size:1.5rem;letter-spacing:0}@media screen and (max-width:1024px){.single-works__result__staff__title__info__label__link{padding:0 10px;font-size:1.4rem}}@media screen and (max-width:767px){.single-works__result__staff__title__info__label__link{font-size:1.3rem}}@media screen and (max-width:350px){.single-works__result__staff__title__info__label__link{font-size:3.5vw}}.single-works__result__staff__title__info .single-works__result__staff__title__info__name+.single-works__result__staff__title__info__label__outer{margin-left:20px;padding-left:20px;font-size:1.8rem;line-height:1.8em;border-left:1px solid #979797}@media screen and (max-width:1024px){.single-works__result__staff__title__info .single-works__result__staff__title__info__name+.single-works__result__staff__title__info__label__outer{margin-left:4%;padding-left:4%;width:60%}}@media screen and (max-width:767px){.single-works__result__staff__title__info .single-works__result__staff__title__info__name+.single-works__result__staff__title__info__label__outer{width:100%;margin-left:0;padding-left:0;border-left:0;font-size:1.6rem;margin-top:4%}}.single-works__result__staff__title__info__outer{display:flex;align-items:center;position:relative}@media screen and (max-width:767px){.single-works__result__staff__title__info__outer{display:block;padding:2% 0 2% 6%}.single-works__result__staff__title__info__outer:after{content:"";position:absolute;width:1px;height:100%;background:#979797;top:0;left:0}}.single-works__result__staff__description.bg_white{background:#fff;padding:40px}@media screen and (max-width:1024px){.single-works__result__staff__description.bg_white{padding:4%}}@media screen and (max-width:767px){.single-works__result__staff__description.bg_white{padding:6%}}.voice-tinymce__layout,#tinymce.post-type-works{font-size:1.5rem;line-height:1.75em;font-weight:400}@media screen and (max-width:767px){.voice-tinymce__layout,#tinymce.post-type-works{font-size:1.4rem}}.voice-tinymce__layout .single_blog__inner--cnt,.voice-tinymce__layout p,#tinymce.post-type-works .single_blog__inner--cnt,#tinymce.post-type-works p{font-size:1.5rem;letter-spacing:0.125em;line-height:1.75em}@media screen and (max-width:767px){.voice-tinymce__layout .single_blog__inner--cnt,.voice-tinymce__layout p,#tinymce.post-type-works .single_blog__inner--cnt,#tinymce.post-type-works p{font-size:1.4rem}}.voice-tinymce__layout .single_blog__inner--cnt:after,.voice-tinymce__layout p:after,#tinymce.post-type-works .single_blog__inner--cnt:after,#tinymce.post-type-works p:after{display:block;clear:both;content:""}.voice-tinymce__layout h1,.voice-tinymce__layout h2:not(.section-ttl__h2),#tinymce.post-type-works h1,#tinymce.post-type-works h2:not(.section-ttl__h2){font-size:140%;font-weight:bold}.voice-tinymce__layout h3:not(.section-ttl__h3),#tinymce.post-type-works h3:not(.section-ttl__h3){font-size:130%;font-weight:bold}.voice-tinymce__layout h4:not(.section-ttl__h4),#tinymce.post-type-works h4:not(.section-ttl__h4){font-size:120%;font-weight:bold}.voice-tinymce__layout h5:not(.section-ttl__h5),#tinymce.post-type-works h5:not(.section-ttl__h5){margin:3% 0 3% 0.5em;font-size:100%;font-weight:bold}.voice-tinymce__layout strong,#tinymce.post-type-works strong{font-weight:bold}.voice-tinymce__layout table,#tinymce.post-type-works table{border:1px solid #aaa;border-width:1px}.voice-tinymce__layout table th,#tinymce.post-type-works table th{padding:20px 0;font-size:1.6rem;font-weight:600;text-align:center;border:1px solid #aaa;border-width:1px}.voice-tinymce__layout table tr,#tinymce.post-type-works table tr{border-width:1px}.voice-tinymce__layout table td,#tinymce.post-type-works table td{padding:20px;font-size:1.6rem;border:1px solid #aaa;border-width:1px}.voice-tinymce__layout .alignleft,#tinymce.post-type-works .alignleft{float:left;margin:0.5em 1em 0.5em 0}@media (max-width:768px){.voice-tinymce__layout .alignleft,#tinymce.post-type-works .alignleft{max-width:50%}}.voice-tinymce__layout .aligncenter,#tinymce.post-type-works .aligncenter{display:block;margin-left:auto;margin-right:auto;text-align:center}.voice-tinymce__layout .alignright,#tinymce.post-type-works .alignright{float:right;margin:0.5em 0 0.5em 1em}@media (max-width:768px){.voice-tinymce__layout .alignright,#tinymce.post-type-works .alignright{max-width:50%}}.single-works .sub-page__btn--pager div a{background-color:#04346b}.single-works .sub-page__btn--pager ul a:hover{background-color:#04346b}.single-works .hori-card__prefecture{color:#04346b}.single-works .section-ttl.relative_works .section-ttl__ruby{color:#04346b}.single-works__beforeandafter__movie{margin:80px auto}@media screen and (max-width:1024px){.single-works__beforeandafter__movie{margin:8% auto}}@media screen and (max-width:767px){.single-works__beforeandafter__movie{margin:10% auto}}.single-works__beforeandafter__movie.inquiry-frame{max-width:640px}@media screen and (max-width:1024px){.single-works__beforeandafter__movie.inquiry-frame{padding:0 4%}}@media screen and (max-width:767px){.single-works__beforeandafter__movie.inquiry-frame{padding:0 6%}}.single-works__beforeandafter__movie .single-works__subtitle{margin:0 auto 20px}@media screen and (max-width:1024px){.single-works__beforeandafter__movie .single-works__subtitle{margin:0 auto 2%}}@media screen and (max-width:767px){.single-works__beforeandafter__movie .single-works__subtitle{margin:0 auto 4%}}.single-works__beforeandafter__movie .sitemovie-arcv__box{box-shadow:0 0 10px rgba(0, 0, 0, 0.2)}.single-works__beforeandafter__movie .sitemovie-arcv__frame{position:relative;margin:0 0 15px;padding:56.25% 0 0}.single-works__beforeandafter__movie .sitemovie-arcv__frame:before{content:"";width:20px;height:20px;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background:#fff;z-index:1}.single-works__beforeandafter__movie .sitemovie-arcv__frame:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);pointer-events:none;font-size:4em;color:#f00;font-family:"Font Awesome 5 Brands";font-weight:400;z-index:1}.single-works__beforeandafter__movie .sitemovie-arcv__frame img{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;height:100%;object-fit:cover}.single-works__beforeandafter__contents__inner+.single-works__subtitle{margin:0 auto}.single-works__beforeandafter__contents__inner+.single-works__subtitle .single-works__subtitle__description{margin-bottom:40px}@media screen and (max-width:1024px){.single-works__beforeandafter__contents__inner+.single-works__subtitle .single-works__subtitle__description{margin-bottom:4%}}@media screen and (max-width:767px){.single-works__beforeandafter__contents__inner+.single-works__subtitle .single-works__subtitle__description{margin-bottom:6%}}.single-works__beforeandafter__contents__inner+.single-works__subtitle.type-full{margin:120px auto 0}@media screen and (max-width:1024px){.single-works__beforeandafter__contents__inner+.single-works__subtitle.type-full{margin:12% auto 0}}@media screen and (max-width:767px){.single-works__beforeandafter__contents__inner+.single-works__subtitle.type-full{margin:14% auto 0}}.single-works__beforeandafter__contents__inner+.single-works__subtitle:not(:last-of-type) .single-works__subtitle__description{margin-bottom:40px}@media screen and (max-width:1024px){.single-works__beforeandafter__contents__inner+.single-works__subtitle:not(:last-of-type) .single-works__subtitle__description{margin-bottom:4%}}@media screen and (max-width:767px){.single-works__beforeandafter__contents__inner+.single-works__subtitle:not(:last-of-type) .single-works__subtitle__description{margin-bottom:6%}}.single-works__beforeandafter__contents__inner+.single-works__subtitle.type-full:not(:last-of-type) .single-works__subtitle__description{margin-bottom:40px}@media screen and (max-width:1024px){.single-works__beforeandafter__contents__inner+.single-works__subtitle.type-full:not(:last-of-type) .single-works__subtitle__description{margin-bottom:4%}}@media screen and (max-width:767px){.single-works__beforeandafter__contents__inner+.single-works__subtitle.type-full:not(:last-of-type) .single-works__subtitle__description{margin-bottom:6%}}.single-works__beforeandafter__contents__inner+.single-works__beforeandafter__contents__inner{margin:40px auto 0}@media screen and (max-width:1024px){.single-works__beforeandafter__contents__inner+.single-works__beforeandafter__contents__inner{margin:4% auto 0}}@media screen and (max-width:767px){.single-works__beforeandafter__contents__inner+.single-works__beforeandafter__contents__inner{margin:6% auto 0}}.single-works__subtitle+.single-works__subtitle{margin:80px auto 20px}@media screen and (max-width:1024px){.single-works__subtitle+.single-works__subtitle{margin:8% auto 4%}}@media screen and (max-width:767px){.single-works__subtitle+.single-works__subtitle{margin:18% auto 6%}}.single-works__feature__contents__inner+.single-works__feature__contents__inner{margin:40px auto 0}@media screen and (max-width:1024px){.single-works__feature__contents__inner+.single-works__feature__contents__inner{margin:4% auto 0}}@media screen and (max-width:767px){.single-works__feature__contents__inner+.single-works__feature__contents__inner{margin:6% auto 0}}.single-works__beforeafter__comparison__list+.single-works__beforeafter__comparison__list{margin:60px auto 0}@media screen and (max-width:1024px){.single-works__beforeafter__comparison__list+.single-works__beforeafter__comparison__list{margin:6% auto 0}}@media screen and (max-width:767px){.single-works__beforeafter__comparison__list+.single-works__beforeafter__comparison__list{margin:8% auto 0}}.single-works__beforeandafter__contents__inner+.single-works__subtitle .single-works__subtitle__title{margin-top:60px}@media screen and (max-width:1024px){.single-works__beforeandafter__contents__inner+.single-works__subtitle .single-works__subtitle__title{margin-top:6%}}@media screen and (max-width:767px){.single-works__beforeandafter__contents__inner+.single-works__subtitle .single-works__subtitle__title{margin-top:8%}}.single-works__beforeafter__comparison__list+.single-works__beforeafter__comparison__list{margin:60px auto 0}@media screen and (max-width:1024px){.single-works__beforeafter__comparison__list+.single-works__beforeafter__comparison__list{margin:6% auto 0}}@media screen and (max-width:767px){.single-works__beforeafter__comparison__list+.single-works__beforeafter__comparison__list{margin:8% auto 0}}.single-works__beforeafter__comparison__list+.single-works__subtitle{margin-top:60px}@media screen and (max-width:1024px){.single-works__beforeafter__comparison__list+.single-works__subtitle{margin-top:6%}}@media screen and (max-width:767px){.single-works__beforeafter__comparison__list+.single-works__subtitle{margin-top:8%}}.pswp__dynamic-caption--mobile{margin-bottom:8%}@media (min-width:768px){.photo__layout--wide{margin:0 0 50px}}@media (min-width:768px) and (min-width:768px){.photo__layout--wide .photo-slider{width:100%;margin:0 6% 0 0}}@media screen and (max-width:1024px){.photo.container{padding:6% 4% 4%}}.photo-slider{width:100%;display:block;margin-bottom:25px;padding:0 4%;box-sizing:border-box}@media (min-width:768px){.photo-slider{margin-bottom:70px;padding:0}}.photo-slider__section--h3{margin:0 0 20px;font-size:1.5rem;letter-spacing:0.175em;font-weight:600;text-align:center;color:#222;display:block}@media (min-width:768px){.photo-slider__section--h3{font-size:1.8rem;margin:0 0 30px}}.photo-slider__wrap{display:flex;flex-wrap:wrap}@media (min-width:768px){.photo-slider__item.column03{margin:0 30px 0 0;width:calc(100% / 3 - 20px)}.photo-slider__item.column03:nth-of-type(3n){margin-right:0}}@media (min-width:768px){.photo-slider__item.column02{margin:0 20px 40px 0;width:calc(100% / 2 - 10px)}.photo-slider__item.column02:nth-of-type(3n){margin-right:20px}.photo-slider__item.column02:nth-of-type(2n){margin-right:0}}@media (min-width:768px){.photo-slider__item.column01{margin:0 auto 50px;width:100%;max-width:400px}.photo-slider__item.column01:nth-of-type(3n){margin-right:0}}.photo-slider__item.type-a{width:100%}.photo-slider__item.type-a:not(:last-of-type){margin:0 auto 40px}@media screen and (max-width:1024px){.photo-slider__item.type-a:not(:last-of-type){margin:0 auto 4%}}@media screen and (max-width:1024px){.photo-slider__item.type-a:not(:last-of-type){margin:0 auto 4%}}.photo-slider__item.type-a .photo-slider__inner figure{height:600px}@media screen and (min-width:1024px) and (max-width:1500px){.photo-slider__item.type-a .photo-slider__inner figure{height:540px}}@media screen and (max-width:1024px){.photo-slider__item.type-a .photo-slider__inner figure{height:60vw}}@media screen and (max-width:767px){.photo-slider__item.type-a .photo-slider__inner figure{height:58vw}}@media (min-width:768px){.photo-slider__item.type-a .photo-slider__inner figure.pic_trim{height:54vw}}@media screen and (max-width:767px){.photo-slider__item.type-a .photo-slider__inner figure.pic_trim{height:86vw}}.photo-slider__item.type-a .photo-slider__inner figure iframe{width:100%;height:100%}.photo-slider__item.type-b{width:calc(100% / 2 - 20px)}@media screen and (max-width:1024px){.photo-slider__item.type-b{width:48%}}@media screen and (max-width:767px){.photo-slider__item.type-b{width:100%}}@media (min-width:768px){.photo-slider__item.type-b:not(:nth-of-type(2n)){margin-right:4%}}@media (min-width:1025px){.photo-slider__item.type-b:not(:nth-of-type(2n)){margin-right:40px}}@media (min-width:768px){.photo-slider__item.type-b:nth-of-type(n+3){margin-top:4%}}@media (min-width:1025px){.photo-slider__item.type-b:nth-of-type(n+3){margin-top:30px}}@media screen and (max-width:767px){.photo-slider__item.type-b:not(:last-of-type){margin-bottom:6%}}@media (min-width:768px){.photo-slider__item.type-b:nth-child(odd).photo-slider__item.type-b.pic_trim+.photo-slider__item.type-b:nth-child(even).photo-slider__item.type-b.pic_trim .pic_trim{height:54vw}}@media (min-width:1025px){.photo-slider__item.type-b:nth-child(odd).photo-slider__item.type-b.pic_trim+.photo-slider__item.type-b:nth-child(even).photo-slider__item.type-b.pic_trim .pic_trim{height:540px}}@media (min-width:768px){.photo-slider__item.type-b:nth-child(odd).photo-slider__item.type-b.pic_trim:last-of-type .pic_trim{height:54vw}}@media (min-width:1025px){.photo-slider__item.type-b:nth-child(odd).photo-slider__item.type-b.pic_trim:last-of-type .pic_trim{height:540px}}.photo-slider__item.type-b .photo-slider__inner figure{height:345px}@media screen and (min-width:1024px) and (max-width:1500px){.photo-slider__item.type-b .photo-slider__inner figure{height:280px}}@media screen and (max-width:1024px){.photo-slider__item.type-b .photo-slider__inner figure{height:30vw}}@media screen and (max-width:767px){.photo-slider__item.type-b .photo-slider__inner figure{height:58vw}}@media screen and (max-width:767px){.photo-slider__item.type-b .photo-slider__inner figure.pic_trim{height:86vw}}.photo-slider__item.type-c{margin:0 30px 0 0;width:calc(100% / 3 - 20px)}@media screen and (max-width:767px){.photo-slider__item.type-c{width:calc(100% / 2 - 2%);margin:0 4% 0 0}}@media (min-width:768px){.photo-slider__item.type-c:nth-of-type(3n){margin-right:0}}@media (min-width:768px){.photo-slider__item.type-c:nth-of-type(n+4){margin-top:20px}}@media screen and (max-width:767px){.photo-slider__item.type-c:nth-of-type(2n){margin-right:0}}@media screen and (max-width:767px){.photo-slider__item.type-c:nth-of-type(n+3){margin-top:4%}}.photo-slider__item.type-c .photo-slider__inner figure{height:220px}@media screen and (min-width:1024px) and (max-width:1500px){.photo-slider__item.type-c .photo-slider__inner figure{height:180px}}@media screen and (max-width:1024px){.photo-slider__item.type-c .photo-slider__inner figure{height:22vw}}@media screen and (max-width:767px){.photo-slider__item.type-c .photo-slider__inner figure{height:32vw}}@media screen and (max-width:767px){.photo-slider__item.type-c .photo-slider__inner figure.pic_trim{height:32vw}}@media (min-width:768px){.photo-slider__item.type-c:nth-child(3n-2).photo-slider__item.type-c.pic_trim+:nth-child(3n-1).photo-slider__item.type-c.pic_trim+:nth-child(3n).photo-slider__item.type-c.pic_trim .pic_trim{height:42vw}}@media (min-width:1025px){.photo-slider__item.type-c:nth-child(3n-2).photo-slider__item.type-c.pic_trim+:nth-child(3n-1).photo-slider__item.type-c.pic_trim+:nth-child(3n).photo-slider__item.type-c.pic_trim .pic_trim{height:420px}}@media (min-width:768px){.photo-slider__item.type-c:nth-child(3n-2).photo-slider__item.type-c.pic_trim+:nth-child(3n-1).photo-slider__item.type-c.pic_trim:last-of-type .pic_trim{height:42vw}}@media (min-width:1025px){.photo-slider__item.type-c:nth-child(3n-2).photo-slider__item.type-c.pic_trim+:nth-child(3n-1).photo-slider__item.type-c.pic_trim:last-of-type .pic_trim{height:420px}}@media (min-width:768px){.photo-slider__item.type-c:nth-child(3n+1).photo-slider__item.type-c.pic_trim:last-of-type .pic_trim{height:42vw}}@media (min-width:1025px){.photo-slider__item.type-c:nth-child(3n+1).photo-slider__item.type-c.pic_trim:last-of-type .pic_trim{height:420px}}@media screen and (max-width:767px){.photo-slider__item.type-c:nth-child(odd).photo-slider__item.type-c.pic_trim+.photo-slider__item.type-c:nth-child(even).photo-slider__item.type-c.pic_trim .pic_trim{height:54vw}.photo-slider__item.type-c:nth-child(odd).photo-slider__item.type-c.pic_trim:last-of-type .pic_trim{height:54vw}}.photo-slider__item.type-d{margin:0 20px 0 0;width:calc(100% / 4 - 15px)}@media screen and (max-width:767px){.photo-slider__item.type-d{width:calc(100% / 2 - 2%);margin:0 4% 0 0}}@media (min-width:768px){.photo-slider__item.type-d:nth-of-type(4n){margin-right:0}}@media (min-width:768px){.photo-slider__item.type-d:nth-of-type(n+5){margin-top:20px}}@media screen and (max-width:767px){.photo-slider__item.type-d:nth-of-type(2n){margin-right:0}}@media screen and (max-width:767px){.photo-slider__item.type-d:nth-of-type(n+3){margin-top:4%}}.photo-slider__item.type-d .photo-slider__inner figure{height:160px}@media screen and (min-width:1024px) and (max-width:1500px){.photo-slider__item.type-d .photo-slider__inner figure{height:140px}}@media screen and (max-width:1024px){.photo-slider__item.type-d .photo-slider__inner figure{height:16vw}}@media screen and (max-width:767px){.photo-slider__item.type-d .photo-slider__inner figure{height:32vw}}@media (min-width:768px){.photo-slider__item.type-d:nth-child(4n-3).photo-slider__item.type-d.pic_trim+:nth-child(4n-2).photo-slider__item.type-d.pic_trim+:nth-child(4n-1).photo-slider__item.type-d.pic_trim+:nth-child(4n).photo-slider__item.type-d.pic_trim .pic_trim{height:24vw}}@media (min-width:1025px){.photo-slider__item.type-d:nth-child(4n-3).photo-slider__item.type-d.pic_trim+:nth-child(4n-2).photo-slider__item.type-d.pic_trim+:nth-child(4n-1).photo-slider__item.type-d.pic_trim+:nth-child(4n).photo-slider__item.type-d.pic_trim .pic_trim{height:240px}}@media (min-width:768px){.photo-slider__item.type-d:nth-child(4n-3).photo-slider__item.type-d.pic_trim+:nth-child(4n-2).photo-slider__item.type-d.pic_trim:last-of-type .pic_trim{height:24vw}}@media (min-width:1025px){.photo-slider__item.type-d:nth-child(4n-3).photo-slider__item.type-d.pic_trim+:nth-child(4n-2).photo-slider__item.type-d.pic_trim:last-of-type .pic_trim{height:240px}}@media (min-width:768px){.photo-slider__item.type-d:nth-child(4n-3).photo-slider__item.type-d.pic_trim+:nth-child(4n-2).photo-slider__item.type-d.pic_trim+:nth-child(4n-1).photo-slider__item.type-d.pic_trim:last-of-type .pic_trim{height:24vw}}@media (min-width:1025px){.photo-slider__item.type-d:nth-child(4n-3).photo-slider__item.type-d.pic_trim+:nth-child(4n-2).photo-slider__item.type-d.pic_trim+:nth-child(4n-1).photo-slider__item.type-d.pic_trim:last-of-type .pic_trim{height:240px}}@media (min-width:768px){.photo-slider__item.type-d:nth-child(4n+1).photo-slider__item.type-d.pic_trim:last-of-type .pic_trim{height:24vw}}@media (min-width:1025px){.photo-slider__item.type-d:nth-child(4n+1).photo-slider__item.type-d.pic_trim:last-of-type .pic_trim{height:240px}}@media screen and (max-width:767px){.photo-slider__item.type-d:nth-child(odd).photo-slider__item.type-d.pic_trim+.photo-slider__item.type-d:nth-child(even).photo-slider__item.type-d.pic_trim .pic_trim{height:54vw}.photo-slider__item.type-d:nth-child(odd).photo-slider__item.type-d.pic_trim:last-of-type .pic_trim{height:54vw}}.photo-slider__item.type-e{width:100%}.photo-slider__item.type-e+.photo-slider__item.type-e{margin-top:80px}@media screen and (max-width:1024px){.photo-slider__item.type-e+.photo-slider__item.type-e{margin-top:8%}}@media screen and (max-width:767px){.photo-slider__item.type-e+.photo-slider__item.type-e{margin-top:14%}}.photo-slider__item.type-e:after{content:"";display:block;clear:both}@media screen and (max-width:767px){.photo-slider__item.type-e .photo-slider__inner{flex-wrap:wrap}}@media (min-width:768px){.photo-slider__item.type-e .photo-slider__inner figure{position:relative;z-index:initial;margin:initial;width:initial;max-height:initial;height:initial;display:block;overflow:initial;left:initial;transform:initial;width:50%;float:right;margin:0 0 2% 4%}}@media screen and (max-width:767px){.photo-slider__item.type-e .photo-slider__inner figure{height:58vw}}@media (min-width:768px){.photo-slider__item.type-e .photo-slider__inner figure>img{position:relative;top:initial;transform:initial;left:initial}}@media screen and (max-width:767px){.photo-slider__item.type-e .photo-slider__inner figure.pic_trim{height:86vw}}.photo-slider__item.type-e .photo-slider__inner .type-e_box{width:100%}@media screen and (max-width:767px){.photo-slider__item.type-e .photo-slider__inner .type-e_box{width:100%}}.photo-slider__inner{position:relative}.photo-slider__inner .single-works__subtitle__title{margin-top:10px}@media screen and (max-width:1024px){.photo-slider__inner .single-works__subtitle__title{margin-top:2%}}@media screen and (max-width:767px){.photo-slider__inner .single-works__subtitle__title{margin-top:4%}}.photo-slider__inner .single-works__subtitle__description{}@media screen and (max-width:767px){.photo-slider__inner .single-works__subtitle__description{letter-spacing:0.01em}}.photo-slider__inner figure{position:relative;z-index:0;margin:0 auto;width:100%;max-height:600px;height:100%;display:inline-block;left:50%;transform:translateX(-50%);margin-bottom:2%}.photo-slider__inner figure i{position:absolute;bottom:10px;right:10px;font-size:2.25rem;color:#fff;text-shadow:0 0 5px rgba(0, 0, 0, 0.4)}.photo-slider__inner figure iframe{width:100%;height:100%}.photo-slider__inner figure.pic_trim img{width:auto}.photo-slider__inner figure.pic_trim02 img{object-fit:contain;font-family:"object-fit:contain;"}.photo-slider__inner img{margin:0 auto;display:block;position:absolute;width:100%;height:100%;top:50%;left:50%;min-height:1px;min-width:auto;-ms-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);object-fit:cover;font-family:"object-fit:cover;"}.photo-slider__dots{display:flex}.zoom-nv{position:absolute;right:2%;bottom:2%;width:20px;height:20px;background:rgba(171, 171, 171, 0.4);box-sizing:border-box;border-radius:2px}@media screen and (max-width:767px){.zoom-nv{right:1vw;bottom:1vw}}@media (min-width:768px){.photo-slider__wrap--wide .photo-slider__item{width:500px;margin:0 auto}}.photo-slider__wrap--wide .photo-slider__inner img{object-fit:contain}@media (min-width:768px){.photo-slider__wrap--wide .photo-slider__inner img{width:500px;height:450px;margin:0 auto 20px}}.photo__layout--wide+.photo-slider{width:100%;margin:0 auto}@media (min-width:768px){.photo__layout--wide+.photo-slider{width:500px}.photo__layout--wide+.photo-slider .photo-slider__item p{width:auto}}.photo__layout{border:solid 1px #645a5a;border-radius:4px;overflow:hidden;padding:0 0 10px 0;margin:0 auto 30px}@media screen and (max-width:1024px){.photo__layout .section-ttl{padding:15px 20px}}.photo__layout>.section-ttl{padding:0 !important;margin-bottom:10px}@media (min-width:768px){.photo__layout>.section-ttl{margin-bottom:20px}}.photo__layout>.section-ttl .section-ttl__h2{background:#fafafa;border-bottom:solid 2px #222;color:#222;padding:15px 20px}.single-voice .mfp-content{pointer-events:none}.pswp__custom-caption.pswp__hide-on-close{width:100%;text-align:center;color:#fafafa;position:absolute;bottom:20px;font-size:1.45rem;letter-spacing:0.1em;line-height:2em}@media screen and (max-width:767px){.pswp__custom-caption.pswp__hide-on-close{padding:0 4%;font-size:1.2rem;bottom:10%}}.pswp--touch .pswp__button--arrow.pswp__button--arrow--next,.pswp--touch .pswp__button--arrow.pswp__button--arrow--prev{visibility:visible}.single-works__beforeafter__comparison{margin:0 auto 120px}@media screen and (max-width:1024px){.single-works__beforeafter__comparison{margin:0 auto 12%}}@media screen and (max-width:767px){.single-works__beforeafter__comparison{margin:0 auto 14%}}.single-works__beforeafter__comparison__list .photo-slider__wrap{display:block;margin:0 auto}.single-works__beforeafter__comparison__list .single-works__subtitle__title{margin:0 auto 20px}@media screen and (max-width:1024px){.single-works__beforeafter__comparison__list .single-works__subtitle__title{margin:0 auto 2%}}@media screen and (max-width:767px){.single-works__beforeafter__comparison__list .single-works__subtitle__title{margin:0 auto 4%}}@media screen and (max-width:767px){.single-works__beforeafter__comparison__list .photo-slider__inner__list.pic_switch .photo-slider__inner__list__item{float:none;width:100%}}@media screen and (max-width:767px){.single-works__beforeafter__comparison__list .photo-slider__inner__list.pic_switch .photo-slider__inner__list__item:first-of-type:after{border-top:initial;border-bottom:solid 2px #979797;position:absolute;top:108%;left:50%;transform:rotate(45deg) translateX(-50%);width:4vw;height:4vw}}@media screen and (max-width:767px){.single-works__beforeafter__comparison__list .photo-slider__inner__list.pic_switch .photo-slider__inner__list__item:not(:last-of-type){margin-right:initial;margin-bottom:14%}}@media screen and (max-width:767px){.single-works__beforeafter__comparison__list .photo-slider__inner__list.pic_switch .photo-slider__inner__list__item figure{height:58vw}}.single-works__beforeafter__comparison__list .photo-slider__inner__list__item{float:left;width:48%;position:relative}@media screen and (max-width:767px){.single-works__beforeafter__comparison__list .photo-slider__inner__list__item{width:46%}}.single-works__beforeafter__comparison__list .photo-slider__inner__list__item:not(:last-of-type){margin-right:4%}@media screen and (max-width:767px){.single-works__beforeafter__comparison__list .photo-slider__inner__list__item:not(:last-of-type){margin-right:6%}}.single-works__beforeafter__comparison__list .photo-slider__inner__list__item:not(:last-of-type) .photo-slider__inner__list__item__img{position:relative}.single-works__beforeafter__comparison__list .photo-slider__inner__list__item:not(:last-of-type) .photo-slider__inner__list__item__img:after{content:"";width:13px;height:13px;border:0;border-top:solid 2px #979797;border-right:solid 2px #979797;position:absolute;top:50%;left:100%;transform:rotate(45deg) translateY(-50%)}@media screen and (max-width:767px){.single-works__beforeafter__comparison__list .photo-slider__inner__list__item:not(:last-of-type) .photo-slider__inner__list__item__img:after{width:2vw;height:2vw}}.single-works__beforeafter__comparison__list .photo-slider__inner__list__item figure{height:280px}@media screen and (max-width:1024px){.single-works__beforeafter__comparison__list .photo-slider__inner__list__item figure{height:28vw}}@media screen and (max-width:767px){.single-works__beforeafter__comparison__list .photo-slider__inner__list__item figure{height:28vw}}@media (min-width:768px){.single-works__beforeafter__comparison__list .photo-slider__inner__list__item figure.pic_trim{height:28vw}}@media screen and (max-width:767px){.single-works__beforeafter__comparison__list .photo-slider__inner__list__item figure.pic_trim{height:54vw}}.single-works__beforeafter__comparison__list .photo-slider__inner__list__item__label{font-size:1.6rem;letter-spacing:0.2em;line-height:1.6em;color:#979797;font-weight:800;display:block;margin-bottom:10px}@media screen and (max-width:767px){.single-works__beforeafter__comparison__list .photo-slider__inner__list__item__label{font-size:1.4rem}}.single-works__beforeafter__comparison__list .photo-slider__inner__list__item .single-works__subtitle__description{margin-top:20px}@media screen and (max-width:1024px){.single-works__beforeafter__comparison__list .photo-slider__inner__list__item .single-works__subtitle__description{margin-top:2%}}@media screen and (max-width:767px){.single-works__beforeafter__comparison__list .photo-slider__inner__list__item .single-works__subtitle__description{margin-top:4%}}.company-archive{padding:20px 0 4px;background-color:#fff;max-width:830px;width:100%;margin:auto;box-sizing:border-box}@media screen and (max-width:1024px){.company-archive{padding:20px 4% 4px}}@media screen and (max-width:767px){.company-archive{padding:6% 6%}}.company-archive__container{max-width:1100px;margin:0 auto;padding:0 40px}@media screen and (max-width:767px){.company-archive__container{padding:0 20px}}.company-archive{}.company-archive .section-ttl{display:flex;align-items:center;justify-content:center;gap:20px;margin-bottom:60px;text-align:left}@media screen and (max-width:1024px){.company-archive .section-ttl{gap:1.6vw;margin-bottom:4.8vw}}@media screen and (max-width:767px){.company-archive .section-ttl{justify-content:flex-start;margin-bottom:30px;gap:12px}}.company-archive .section-ttl__ruby{font-size:2rem;font-weight:900;color:#111;letter-spacing:0.05em;line-height:1;text-transform:uppercase;margin-bottom:0}@media screen and (max-width:767px){.company-archive .section-ttl__ruby{font-size:1.6rem}}.company-archive .section-ttl__h2{font-size:2.4rem;font-weight:700;color:#111;letter-spacing:0.05em;line-height:1;position:relative;padding-left:20px;margin:0}@media screen and (max-width:767px){.company-archive .section-ttl__h2{font-size:2rem;padding-left:12px}}.company-archive .section-ttl__h2::before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:2px;height:0.9em;background-color:#b00}.company-anchor{display:flex;flex-wrap:wrap;gap:20px;margin:0 auto 100px;padding:0;max-width:900px;justify-content:center}@media screen and (max-width:767px){.company-anchor{display:block;margin-bottom:60px}}.company-anchor__list{width:calc(25% - 15px);list-style:none;transition:transform 0.3s ease, box-shadow 0.3s ease}@media screen and (max-width:767px){.company-anchor__list{width:100%;border-bottom:1px solid #f0f0f0}}@media screen and (max-width:1024px){.company-anchor__list:hover{transform:translateY(-5px)}}.company-anchor__list--link{display:block;text-decoration:none;color:#333;height:100%}@media screen and (max-width:767px){.company-anchor__list .ghost-btn__link{max-width:100%}.company-anchor__list .ghost-btn__link::before{display:none}.company-anchor__list .ghost-btn__link a{padding:18px 20px;display:flex;align-items:center;gap:15px;width:100%;text-align:left;background:transparent}.company-anchor__list .ghost-btn__link a:hover{background-color:#f9f9f9;color:#a20000}}.company-anchor__list-photo{display:none}@media screen and (max-width:767px){.company-anchor__list-photo{display:block;width:80px;flex-shrink:0}.company-anchor__list-photo figure{position:relative;padding-top:100%;border-radius:4px;overflow:hidden;background:#f5f5f5}.company-anchor__list-photo figure img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}}.company-anchor__list-ttl{font-size:1.5rem;font-weight:600;letter-spacing:0.1em;text-align:center}@media screen and (max-width:767px){.company-anchor__list-ttl{font-size:1.6rem;text-align:left;flex-grow:1}}.company-message{padding-top:60px;padding-bottom:0}@media screen and (max-width:767px){.company-message{padding-top:8%}}.company-message__h3{margin:40px 0 60px;font-size:2.8rem;font-weight:700;color:#222;letter-spacing:0.15em;line-height:1.5;text-align:center}@media screen and (max-width:1024px){.company-message__h3{font-size:2.9vw}}@media screen and (max-width:767px){.company-message__h3{font-size:2rem;margin:30px 0}}.company-message__heading{display:flex;justify-content:space-between;flex-direction:row-reverse;align-items:flex-start;gap:40px;margin-bottom:80px}@media screen and (max-width:1024px){.company-message__heading{gap:3vw}}@media screen and (max-width:767px){.company-message__heading{display:block;margin-bottom:40px}}.company-message__heading-photo{flex:0 0 400px}@media screen and (max-width:1024px){.company-message__heading-photo{flex:0 0 40vw}}@media screen and (max-width:767px){.company-message__heading-photo{width:100%;margin-bottom:30px}}.company-message__heading-photo figure{position:relative;padding-top:66%;box-shadow:20px 20px 0 #f8f8f8;background:#eee}@media screen and (max-width:767px){.company-message__heading-photo figure{box-shadow:10px 10px 0 #f8f8f8}}.company-message__heading-photo figure img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.company-message__heading-catch{flex:1}.company-message__detail{max-width:860px;margin:0 auto}.company-message__detail-txt{font-size:1.6rem;line-height:2.2;color:#444}@media screen and (max-width:767px){.company-message__detail-txt{font-size:1.4rem;line-height:1.8}}.company-message__detail-txt+.company-message__detail-txt{margin-top:2.5em}.company-overview{padding:40px 0}@media screen and (max-width:767px){.company-overview{padding:6% 0}}.company-overview__data{margin:0 auto;width:100%;max-width:900px;border-collapse:collapse;width:100%}@media screen and (max-width:1024px){.company-overview__data{width:94%}}@media screen and (max-width:767px){.company-overview__data{width:100%;border:1px solid #e0e0e0}}.company-overview__data-tr{border-bottom:1px solid #e0e0e0}@media screen and (max-width:767px){.company-overview__data-tr{display:block;padding:0;border:none}}.company-overview__data-head{width:200px;padding:30px 20px;background-color:#f5f5f5;color:#222;font-weight:700;font-size:1.6rem;line-height:1.4em;vertical-align:middle;box-sizing:border-box}@media screen and (max-width:767px){.company-overview__data-head{display:block;width:100%;padding:1em;font-size:1.4rem;text-align:left}}.company-overview__data-txt{padding:15px 40px;font-size:1.6rem;line-height:2;color:#333;box-sizing:border-box;vertical-align:middle}@media screen and (max-width:767px){.company-overview__data-txt{display:block;width:100%;padding:1em;font-size:1.4rem;text-align:left}}.company-overview__data-txt p{margin-bottom:10px}@media screen and (max-width:767px){.company-overview__data-txt p{margin-bottom:0}}.company-overview__data-txt ul{padding-left:20px}.company-overview__data-txt ul li{margin-bottom:4px}.company-overview__gallery{max-width:1000px;margin:80px auto 0}.company-overview__gallery ul{display:grid;grid-template-columns:repeat(3, 1fr);gap:30px;padding:0;list-style:none}@media screen and (max-width:767px){.company-overview__gallery ul{grid-template-columns:repeat(2, 1fr);gap:15px}}.company-overview__gallery ul li{background:#fff;padding:15px;box-shadow:0 4px 15px rgba(0, 0, 0, 0.05);border-radius:8px;transition:transform 0.3s ease}.company-overview__gallery ul li:hover{transform:scale(1.02)}.company-overview__gallery--img{margin-bottom:15px;overflow:hidden;border-radius:4px}.company-overview__gallery--img img{width:100%;transition:transform 0.5s ease}.company-overview__gallery--img:hover img{transform:scale(1.1)}.company-overview__gallery--txt{font-size:1.4rem;font-weight:600;color:#444;text-align:center}.company-vision{padding:100px 0}@media screen and (max-width:767px){.company-vision{padding:60px 0}}.company-vision__about{max-width:900px;margin:0 auto}.company-vision__about-photo{margin-bottom:60px;text-align:center}@media screen and (max-width:767px){.company-vision__about-photo{margin-bottom:8%}}.company-vision__about-photo img{max-width:100vw;height:auto;width:100%}.company-vision__about-txt{font-size:1.7rem;line-height:2.2;color:#333;text-align:center}@media screen and (max-width:767px){.company-vision__about-txt{font-size:1.5rem;text-align:left}}.company-access{margin-bottom:120px}@media screen and (max-width:767px){.company-access{margin-bottom:60px}}.company-access__office-map{margin-bottom:80px}@media screen and (max-width:767px){.company-access__office-map{margin-bottom:40px}}.company-access__office-map>div{width:100%;height:360px;border:1px solid #eee}@media screen and (max-width:767px){.company-access__office-map>div{height:100%;aspect-ratio:1}}.company-access__office-map>div .gm-style-iw-c{padding:0 !important;border-radius:8px !important;box-shadow:0 2px 7px 1px rgba(0, 0, 0, 0.2) !important}.company-access__office-map>div .gm-style-iw-d{overflow:auto !important;padding:5px 10px !important;max-width:none !important;max-height:none !important}.company-access__office-map>div .gm-style-iw-d>div{font-size:1.4rem;font-weight:700;line-height:1.4}.company-access__office-map>div .gm-style-iw-chr{display:none}.company-access__office-map>div .gm-ui-hover-effect{top:0 !important;right:0 !important;width:30px !important;height:30px !important}.company-access__office-map>div .gm-ui-hover-effect>span{margin:7px !important;width:16px !important;height:16px !important}.company-access__office-info{display:grid;gap:15px;grid-template-columns:repeat(1, 1fr)}@media screen and (max-width:1024px){.company-access__office-info{gap:3vw}}@media screen and (max-width:767px){.company-access__office-info{grid-template-columns:1fr}}.company-access__office-item{flex:1;padding:30px;background:#fbfbfb;border-radius:12px}@media screen and (max-width:1024px){.company-access__office-item{padding:5%}}@media screen and (max-width:767px){.company-access__office-item{padding:24px}.company-access__office-item:nth-child(1){grid-column:auto}}.company-access__office-item-ttl{margin-bottom:25px;font-size:1.8rem;font-weight:700;color:#222;border-left:4px solid #a20000;padding-left:15px}@media screen and (max-width:767px){.company-access__office-item-ttl{font-size:1.6rem}}.company-access__office-item-txt{position:relative;padding-left:35px;font-size:1.5rem;line-height:1.8;color:#444;margin-bottom:15px}@media screen and (max-width:1024px){.company-access__office-item-txt{padding-left:1.8em}}@media screen and (max-width:767px){.company-access__office-item-txt{font-size:1.4rem}}.company-access__office-item-txt::before{position:absolute;left:0;top:0;font-family:"Font Awesome 5 Free";font-weight:900;color:#a20000;font-size:1.8rem}.company-access__office-item-txt.add::before{content:""}.company-access__office-item-txt.tel::before{content:""}.company-access__office-item-txt a{color:inherit;text-decoration:none}.company-access__office-item-txt a:hover{text-decoration:underline}.company-access__office-item-img{width:100%;height:470px;overflow:hidden;position:relative}@media screen and (max-width:1024px){.company-access__office-item-img{height:48vw}}.company-access__office-item-img img{object-fit:cover;width:100%;height:100%;object-position:center 80%}@media screen and (max-width:767px){.company-access__office-item-img img{object-position:center 100%}}.display-sp{display:none}@media screen and (max-width:767px){.display-sp{display:block}}.display-pc{display:block}@media screen and (max-width:767px){.display-pc{display:none}}.ghost-btn__link{position:relative;width:100%;max-width:320px;margin:0 auto}.ghost-btn__link a,.ghost-btn__link button{display:flex;align-items:center;justify-content:center;position:relative;padding:18px 40px 18px 20px;width:100%;text-align:center;font-size:1.5rem;font-weight:600;letter-spacing:0.15em;color:#111;text-decoration:none;border:1px solid #111;background-color:transparent;transition:all 0.3s ease;cursor:pointer;box-sizing:border-box}.ghost-btn__link a::after,.ghost-btn__link button::after{content:"";font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;right:20px;top:50%;transform:translateY(-50%);transition:all 0.3s ease}.ghost-btn__link a:hover,.ghost-btn__link button:hover{background-color:#222;color:#fff;border-color:#222}.ghost-btn__link a:hover::after,.ghost-btn__link button:hover::after{right:15px}.company-anchor{display:grid;grid-template-columns:repeat(3, 1fr);gap:20px;max-width:900px;margin:0 auto;padding:20px 0 60px;list-style:none}@media screen and (max-width:767px){.company-anchor{grid-template-columns:1fr;gap:0;padding:0}}@media screen and (max-width:767px){.company-anchor__item{border-bottom:1px solid #f0f0f0}.company-anchor__item:first-child{border-top:1px solid #f0f0f0}}.company-anchor__link{text-decoration:none;color:#333;display:flex;align-items:center;justify-content:center;gap:12px;height:100%;transition:all 0.3s ease}@media screen and (max-width:1024px){.company-anchor__link{flex-direction:column}}@media screen and (max-width:767px){.company-anchor__link{flex-direction:row;justify-content:flex-start;padding:16px 20px;background-color:#fff;gap:0}}.company-anchor__link:hover{opacity:0.7}.company-anchor__photo{display:block;width:60px;flex-shrink:0}@media screen and (max-width:767px){.company-anchor__photo{width:70px}}.company-anchor__photo figure{position:relative;padding-top:100%;overflow:hidden;border-radius:4px;background:#f5f5f5}.company-anchor__photo figure img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.company-anchor__ttl{font-size:1.6rem;font-weight:700;text-align:center;line-height:1.3;margin:0}@media (min-width:1025px){.company-anchor__ttl{width:130px}}@media screen and (max-width:767px){.company-anchor__ttl{font-size:1.5rem;text-align:left;margin-left:20px;flex:1}}.company-anchor .ghost-btn__link{margin:0 auto}@media screen and (max-width:767px){.company-anchor .ghost-btn__link{max-width:100%}.company-anchor .ghost-btn__link::before{display:none}.company-anchor .ghost-btn__link a{padding:16px 0;display:flex;align-items:center;gap:0;text-align:left;border:none;background:transparent;font-weight:400}.company-anchor .ghost-btn__link a:hover{background:#f9f9f9;color:inherit}}#sdgs{overflow:hidden;width:100%;max-width:1920px;max-width:1920px;width:100%;margin:0 auto}#sdgs strong{color:#005cab}#sdgs a:hover{opacity:0.6;transition:opacity 0.3s ease}#sdgs img{margin:0 auto;display:block}#sdgs h3,#sdgs h4{font-size:2.4rem;letter-spacing:0.1em;line-height:2.8em;color:#434343}@media screen and (max-width:1024px){#sdgs h3,#sdgs h4{font-size:1.4rem;line-height:2.2em}}#sdgs p{font-size:1.6rem;line-height:2.4em;color:#434343;letter-spacing:0.1em}@media screen and (max-width:1024px){#sdgs p{font-size:1.4rem;line-height:2em}}#sdgs .txt-f24{font-size:2.4rem;line-height:2.2em}@media screen and (max-width:1024px){#sdgs .txt-f24{font-size:2.2rem;line-height:2.2em}}@media screen and (max-width:767px){#sdgs .txt-f24{font-size:2rem}}@media screen and (max-width:480px){#sdgs .txt-f24{font-size:1.6rem}}#sdgs .txt-f22{font-size:2.2rem}@media screen and (max-width:1024px){#sdgs .txt-f22{font-size:2rem}}@media screen and (max-width:480px){#sdgs .txt-f22{font-size:1.8rem}}#sdgs .txt-f20{font-size:2rem}@media screen and (max-width:1024px){#sdgs .txt-f20{font-size:1.8rem}}@media screen and (max-width:480px){#sdgs .txt-f20{font-size:1.6rem}}#sdgs .txt-f18{font-size:1.8rem}@media screen and (max-width:1024px){#sdgs .txt-f18{font-size:1.6rem}}@media screen and (max-width:480px){#sdgs .txt-f18{font-size:1.4rem}}#sdgs .txt-f16{font-size:1.6rem}@media screen and (max-width:1024px){#sdgs .txt-f16{font-size:1.4rem}}#sdgs .txt-f14{font-size:1.4rem}@media screen and (max-width:1024px){#sdgs .txt-f14{font-size:1.2rem}}#sdgs .txt-right{text-align:right}#sdgs .txt-left{text-align:left}#sdgs .txt-center{text-align:center}#sdgs .font-bold{font-weight:bold}#sdgs .font-500{font-weight:500}#sdgs .font-space{letter-spacing:0.3em}#sdgs .display-sp{display:none}@media screen and (max-width:767px){#sdgs .display-sp{display:block}}#sdgs .display-pc{display:block}@media screen and (max-width:767px){#sdgs .display-pc{display:none}}#sdgs .display-sp2{display:none}@media screen and (max-width:480px){#sdgs .display-sp2{display:block}}#sdgs .display-pc2{display:block}@media screen and (max-width:480px){#sdgs .display-pc2{display:none}}#sdgs .display-sp3{display:none}@media screen and (max-width:1024px){#sdgs .display-sp3{display:block}}@media screen and (max-width:767px){#sdgs .display-sp3{display:none}}#sdgs .display-pc3{display:block}@media screen and (max-width:1024px){#sdgs .display-pc3{display:none}}#sdgs .float-left{float:left}#sdgs .float-left-pc{float:left}@media screen and (max-width:767px){#sdgs .float-left-pc{float:none}}#sdgs .float-right{float:right}#sdgs .float-right-pc{float:right}@media screen and (max-width:767px){#sdgs .float-right-pc{float:none}}#sdgs .bg-fff{background-color:#fff}#sdgs .bg-000{background-color:#000}#sdgs .bg-gray{background-color:#f5f5f5}#sdgs .inner-w830{max-width:870px;padding:0 20px;box-sizing:border-box;margin:0 auto}@media screen and (max-width:1024px){#sdgs .inner-w830{padding:0}}#sdgs .mb-10{margin-bottom:10px}@media screen and (max-width:1024px){#sdgs .mb-10{margin-bottom:1%}}@media screen and (max-width:767px){#sdgs .mb-10{margin-bottom:3%}}#sdgs .mb-20{margin-bottom:20px}@media screen and (max-width:1024px){#sdgs .mb-20{margin-bottom:2%}}@media screen and (max-width:767px){#sdgs .mb-20{margin-bottom:4%}}#sdgs .mb-30{margin-bottom:30px}@media screen and (max-width:1024px){#sdgs .mb-30{margin-bottom:3%}}@media screen and (max-width:767px){#sdgs .mb-30{margin-bottom:5%}}#sdgs .mb-40{margin-bottom:40px}@media screen and (max-width:1024px){#sdgs .mb-40{margin-bottom:4%}}@media screen and (max-width:767px){#sdgs .mb-40{margin-bottom:6%}}#sdgs .mb-50{margin-bottom:50px}@media screen and (max-width:1024px){#sdgs .mb-50{margin-bottom:5%}}@media screen and (max-width:767px){#sdgs .mb-50{margin-bottom:7%}}#sdgs .mb-60{margin-bottom:60px}@media screen and (max-width:1024px){#sdgs .mb-60{margin-bottom:6%}}@media screen and (max-width:767px){#sdgs .mb-60{margin-bottom:8%}}#sdgs .mb-70{margin-bottom:70px}@media screen and (max-width:1024px){#sdgs .mb-70{margin-bottom:7%}}@media screen and (max-width:767px){#sdgs .mb-70{margin-bottom:9%}}#sdgs .mb-80{margin-bottom:80px}@media screen and (max-width:1024px){#sdgs .mb-80{margin-bottom:8%}}@media screen and (max-width:767px){#sdgs .mb-80{margin-bottom:10%}}#sdgs .mb-90{margin-bottom:90px}@media screen and (max-width:1024px){#sdgs .mb-90{margin-bottom:9%}}@media screen and (max-width:767px){#sdgs .mb-90{margin-bottom:11%}}#sdgs .mb-100{margin-bottom:100px}@media screen and (max-width:1024px){#sdgs .mb-100{margin-bottom:10%}}@media screen and (max-width:767px){#sdgs .mb-100{margin-bottom:12%}}#sdgs .mb-110{margin-bottom:110px}@media screen and (max-width:1024px){#sdgs .mb-110{margin-bottom:11%}}@media screen and (max-width:767px){#sdgs .mb-110{margin-bottom:13%}}#sdgs .mb-120{margin-bottom:120px}@media screen and (max-width:1024px){#sdgs .mb-120{margin-bottom:12%}}@media screen and (max-width:767px){#sdgs .mb-120{margin-bottom:14%}}#sdgs .mt-10{margin-top:10px}@media screen and (max-width:1024px){#sdgs .mt-10{margin-top:1%}}@media screen and (max-width:767px){#sdgs .mt-10{margin-top:3%}}#sdgs .mt-20{margin-top:20px}@media screen and (max-width:1024px){#sdgs .mt-20{margin-top:2%}}@media screen and (max-width:767px){#sdgs .mt-20{margin-top:3%}}#sdgs .mt-30{margin-top:30px}@media screen and (max-width:1024px){#sdgs .mt-30{margin-top:3%}}@media screen and (max-width:767px){#sdgs .mt-30{margin-top:5%}}#sdgs .mt-40{margin-top:40px}@media screen and (max-width:1024px){#sdgs .mt-40{margin-top:4%}}@media screen and (max-width:1024px){#sdgs .mt-40{margin-top:6%}}#sdgs .mt-50{margin-top:50px}@media screen and (max-width:1024px){#sdgs .mt-50{margin-top:5%}}@media screen and (max-width:1024px){#sdgs .mt-50{margin-top:7%}}#sdgs .mt-60{margin-top:60px}@media screen and (max-width:1024px){#sdgs .mt-60{margin-top:6%}}@media screen and (max-width:767px){#sdgs .mt-60{margin-top:8%}}#sdgs .mt-70{margin-top:70px}@media screen and (max-width:1024px){#sdgs .mt-70{margin-top:7%}}@media screen and (max-width:767px){#sdgs .mt-70{margin-top:9%}}#sdgs .mt-80{margin-top:80px}@media screen and (max-width:1024px){#sdgs .mt-80{margin-top:8%}}@media screen and (max-width:767px){#sdgs .mt-80{margin-top:10%}}#sdgs .mt-90{margin-top:90px}@media screen and (max-width:1024px){#sdgs .mt-90{margin-top:9%}}@media screen and (max-width:767px){#sdgs .mt-90{margin-top:11%}}#sdgs .mt-100{margin-top:100px}@media screen and (max-width:1024px){#sdgs .mt-100{margin-top:10%}}@media screen and (max-width:767px){#sdgs .mt-100{margin-top:12%}}#sdgs .mt-110{margin-top:110px}@media screen and (max-width:1024px){#sdgs .mt-110{margin-top:11%}}@media screen and (max-width:767px){#sdgs .mt-110{margin-top:13%}}#sdgs .mt-120{margin-top:120px}@media screen and (max-width:1024px){#sdgs .mt-120{margin-top:12%}}@media screen and (max-width:767px){#sdgs .mt-120{margin-top:14%}}#sdgs .pd-10{padding:10px 0}@media screen and (max-width:1024px){#sdgs .pd-10{padding:1% 0}}@media screen and (max-width:767px){#sdgs .pd-10{padding:3% 0}}#sdgs .pd-20{padding:20px 0}@media screen and (max-width:1024px){#sdgs .pd-20{padding:2% 0}}@media screen and (max-width:767px){#sdgs .pd-20{padding:3% 0}}#sdgs .pd-30{padding:30px 0}@media screen and (max-width:1024px){#sdgs .pd-30{padding:3% 0}}@media screen and (max-width:767px){#sdgs .pd-30{padding:5% 0}}#sdgs .pd-40{padding:40px 0}@media screen and (max-width:1024px){#sdgs .pd-40{padding:4% 0}}@media screen and (max-width:767px){#sdgs .pd-40{padding:6% 0}}#sdgs .pd-50{padding:50px 0}@media screen and (max-width:1024px){#sdgs .pd-50{padding:5% 0}}@media screen and (max-width:767px){#sdgs .pd-50{padding:7% 0}}#sdgs .pd-60{padding:60px 0}@media screen and (max-width:1024px){#sdgs .pd-60{padding:6% 0}}#sdgs .pd-70{padding:70px 0}@media screen and (max-width:1024px){#sdgs .pd-70{padding:7% 0}}@media screen and (max-width:767px){#sdgs .pd-70{padding:9% 0}}#sdgs .pd-80{padding:80px 0}@media screen and (max-width:1024px){#sdgs .pd-80{padding:8% 0}}@media screen and (max-width:767px){#sdgs .pd-80{padding:10% 0}}#sdgs .pd-90{padding:90px 0}@media screen and (max-width:1024px){#sdgs .pd-90{padding:9% 0}}@media screen and (max-width:767px){#sdgs .pd-90{padding:11% 0}}#sdgs .pd-100{padding:100px 0}@media screen and (max-width:1024px){#sdgs .pd-100{padding:10% 0}}@media screen and (max-width:1024px){#sdgs .pd-100{padding:12% 0}}#sdgs .pd-110{padding:110px 0}@media screen and (max-width:1024px){#sdgs .pd-110{padding:11% 0}}@media screen and (max-width:1024px){#sdgs .pd-110{padding:13% 0}}#sdgs .pd-120{padding:120px 0}@media screen and (max-width:1024px){#sdgs .pd-120{padding:12% 0}}@media screen and (max-width:767px){#sdgs .pd-120{padding:18% 0}}@media screen and (max-width:767px){#sdgs .pdx-80{padding:0 8%;box-sizing:border-box}}@media screen and (max-width:767px){#sdgs .pdx-100{padding:0 10%;box-sizing:border-box}}@media screen and (max-width:767px){#sdgs .pdx-120{padding:0 12%;box-sizing:border-box}}@media screen and (max-width:767px){#sdgs .pdx-140{padding:0 14%;box-sizing:border-box}}#sdgs .pdt-20{padding-top:20px}@media screen and (max-width:1024px){#sdgs .pdt-20{padding-top:2%}}@media screen and (max-width:767px){#sdgs .pdt-20{padding-top:3%}}#sdgs .pdt-40{padding-top:40px}@media screen and (max-width:1024px){#sdgs .pdt-40{padding-top:4%}}#sdgs .pdt-60{padding-top:60px}@media screen and (max-width:1024px){#sdgs .pdt-60{padding-top:6%}}#sdgs .pdt-80{padding-top:80px}@media screen and (max-width:1024px){#sdgs .pdt-80{padding-top:8%}}#sdgs .pdt-100{padding-top:100px}@media screen and (max-width:1024px){#sdgs .pdt-100{padding-top:10%}}#sdgs .pdt-120{padding-top:120px}@media screen and (max-width:1024px){#sdgs .pdt-120{padding-top:12%}}#sdgs .pdb-20{padding-bottom:20px}@media screen and (max-width:1024px){#sdgs .pdb-20{padding-bottom:2%}}@media screen and (max-width:767px){#sdgs .pdb-20{padding-bottom:3%}}#sdgs .pdb-40{padding-bottom:40px}@media screen and (max-width:1024px){#sdgs .pdb-40{padding-bottom:4%}}#sdgs .pdb-60{padding-bottom:60px}@media screen and (max-width:1024px){#sdgs .pdb-60{padding-bottom:6%}}#sdgs .pdb-80{padding-bottom:80px}@media screen and (max-width:1024px){#sdgs .pdb-80{padding-bottom:8%}}#sdgs .pdb-100{padding-bottom:100px}@media screen and (max-width:1024px){#sdgs .pdb-100{padding-bottom:10%}}#sdgs .pdb-120{padding-bottom:120px}@media screen and (max-width:1024px){#sdgs .pdb-120{padding-bottom:12%}}#sdgs .cnt-message__message{padding:30px;box-sizing:border-box}@media screen and (max-width:1024px){#sdgs .cnt-message__message{padding:4%}}@media screen and (max-width:767px){#sdgs .cnt-message__message{padding:6%}}#sdgs .cnt-attempt__ttl{font-size:3rem;color:#33455b}@media screen and (max-width:1024px){#sdgs .cnt-attempt__ttl{font-size:2.8rem}}@media screen and (max-width:767px){#sdgs .cnt-attempt__ttl{font-size:2.2rem;letter-spacing:0.1em}}@media screen and (max-width:360px){#sdgs .cnt-attempt__ttl{font-size:2rem}}#sdgs .cnt-attempt__list .item__ttl{border-top:1px solid #a20000;border-bottom:1px solid #a20000;display:block;padding:15px 0}#sdgs .cnt-attempt__list .item__ttl h4{margin-left:20px;font-size:1.8rem;font-weight:bold}@media screen and (max-width:767px){#sdgs .cnt-attempt__list .item__ttl h4{margin-left:0;font-size:1.6rem}}#sdgs .cnt-attempt__list .item .sdgs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:767px){#sdgs .cnt-attempt__list .item .sdgs{display:block}}#sdgs .cnt-attempt__list .item .sdgs__txtbox{padding:20px 30px;box-sizing:border-box;width:440px}@media screen and (max-width:1024px){#sdgs .cnt-attempt__list .item .sdgs__txtbox{width:60%;padding:4%}}@media screen and (max-width:767px){#sdgs .cnt-attempt__list .item .sdgs__txtbox{padding:6%;margin-right:0;margin-bottom:5%;width:100%}}#sdgs .cnt-attempt__list .item .sdgs__imgbox{margin-left:40px;width:350px}@media screen and (max-width:1024px){#sdgs .cnt-attempt__list .item .sdgs__imgbox{margin-left:4%;width:36%}}@media screen and (max-width:767px){#sdgs .cnt-attempt__list .item .sdgs__imgbox{margin-left:0;max-width:350px;width:100%;margin:0 auto}}@media screen and (max-width:480px){#sdgs .cnt-attempt__list .item .sdgs__imgbox{max-width:273px}}#sdgs .cnt-attempt__list .item .sdgs__imgbox li{max-width:65px;width:100%}@media screen and (max-width:1024px){#sdgs .cnt-attempt__list .item .sdgs__imgbox li{margin-bottom:6px}}@media screen and (max-width:480px){#sdgs .cnt-attempt__list .item .sdgs__imgbox li{max-width:85px;margin-bottom:0}}#sdgs .cnt-attempt__list .item .sdgs__imgbox li:not(:last-of-type){margin-right:6px}@media screen and (max-width:767px){#sdgs .cnt-attempt__list .item .sdgs__imgbox li:not(:last-of-type){margin-right:0}}@media screen and (min-width:768px){#sdgs .cnt-attempt__list .item .sdgs__imgbox li:not(:nth-of-type(n+5)){margin-bottom:6px}}@media screen and (max-width:767px){#sdgs .cnt-attempt__list .item .sdgs__imgbox li:not(:nth-of-type(3n)){margin-right:6px}}@media screen and (max-width:767px){#sdgs .cnt-attempt__list .item .sdgs__imgbox li{margin-bottom:6px}}#sdgs .cnt-attempt__list .item .torikumi{display:flex;margin:10px 3px 20px}@media screen and (max-width:767px){#sdgs .cnt-attempt__list .item .torikumi{flex-wrap:wrap}}#sdgs .cnt-attempt__list .item .torikumi__imgbox{padding:0px !important}#sdgs .cnt-attempt__list .item .torikumi__imgbox+li{font-size:14px;line-height:1.3em}#sdgs .cnt-attempt__list .item .torikumi li{display:flex;width:100%;box-sizing:border-box;margin:0;padding:6px;text-align:center}#sdgs .cnt-attempt__list .item .torikumi li img{width:100%;height:auto}@media screen and (max-width:767px){#sdgs .cnt-attempt__list .item .torikumi>li{width:calc((100% - 12px) / 2);padding:0;margin-bottom:12px}#sdgs .cnt-attempt__list .item .torikumi>li:not(:nth-of-type(2n)){margin-right:12px}}#sdgs .cnt-attempt__list .item2__ttl{border-top:1px solid #cccccc;border-bottom:1px solid #cccccc;display:block;padding:15px 0}#sdgs .cnt-attempt__list .item2__ttl h4{margin-left:20px;font-size:1.3rem}@media screen and (max-width:767px){#sdgs .cnt-attempt__list .item2__ttl h4{margin-left:0}}#sdgs .cnt-attempt__list .item2 .sdgs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:767px){#sdgs .cnt-attempt__list .item2 .sdgs{display:block}}#sdgs .cnt-attempt__list .item2 .sdgs__txtbox{padding:20px 30px;box-sizing:border-box;width:440px}@media screen and (max-width:1024px){#sdgs .cnt-attempt__list .item2 .sdgs__txtbox{width:60%;padding:4%}}@media screen and (max-width:767px){#sdgs .cnt-attempt__list .item2 .sdgs__txtbox{padding:6%;margin-right:0;margin-bottom:5%;width:100%}}#sdgs .cnt-attempt__list .item2 .sdgs__imgbox{margin-left:40px;width:350px}@media screen and (max-width:1024px){#sdgs .cnt-attempt__list .item2 .sdgs__imgbox{margin-left:4%;width:36%}}@media screen and (max-width:767px){#sdgs .cnt-attempt__list .item2 .sdgs__imgbox{margin-left:0;max-width:350px;width:100%;margin:0 auto}}@media screen and (max-width:480px){#sdgs .cnt-attempt__list .item2 .sdgs__imgbox{max-width:273px}}#sdgs .cnt-attempt__list .item2 .sdgs__imgbox li{max-width:65px;width:100%;margin-bottom:6px}@media screen and (max-width:1024px){#sdgs .cnt-attempt__list .item2 .sdgs__imgbox li{margin-right:6px}}@media screen and (max-width:767px){#sdgs .cnt-attempt__list .item2 .sdgs__imgbox li{margin-right:0}}@media screen and (max-width:480px){#sdgs .cnt-attempt__list .item2 .sdgs__imgbox li{max-width:85px;margin-bottom:6px}}#sdgs .cnt-attempt__list .item2 .sdgs__imgbox li:not(:nth-of-type(5)){margin-right:6px}@media screen and (max-width:480px){#sdgs .cnt-attempt__list .item2 .sdgs__imgbox li:not(:nth-of-type(5)){margin-right:0}}@media screen and (max-width:480px){#sdgs .cnt-attempt__list .item2 .sdgs__imgbox li:not(:nth-of-type(3n)){margin-right:6px}}#company_history{margin:0 auto;width:100%;max-width:830px}#company_history p{font-size:1.6rem;line-height:2em;letter-spacing:0.04em}@media screen and (max-width:767px){#company_history p{font-size:1.4rem}}#company_history p strong{font-weight:800;display:contents}#company_history img{display:block;max-width:100%;width:auto}#company_history .display_pc{display:block}@media screen and (max-width:767px){#company_history .display_pc{display:none}}#company_history .display_sp{display:none}@media screen and (max-width:767px){#company_history .display_sp{display:block}}#company_history .history__head{margin:0 0 60px;text-align:center;display:block}@media screen and (max-width:767px){#company_history .history__head{display:none}}#company_history .history__head h2{font-size:2.4rem;letter-spacing:0.5em;line-height:1.25;color:#111}@media screen and (max-width:767px){#company_history .history__head h2{font-size:1.8rem;font-weight:600;letter-spacing:0.125em}}#company_history .history__head span{font-size:1.1rem;font-weight:600;letter-spacing:0.175em;margin:20px 0 0;color:#33455b;display:block;font-family:"Montserrat", sans-serif}#company_history .history__list.type-01{margin:0 0 60px}@media screen and (max-width:1024px){#company_history .history__list.type-01{margin:0 0 6%}}@media screen and (max-width:767px){#company_history .history__list.type-01{margin:0 0 8%}}#company_history .history__list.type-02{margin:0 0 30px}@media screen and (max-width:1024px){#company_history .history__list.type-02{margin:0 0 3%}}@media screen and (max-width:767px){#company_history .history__list.type-02{margin:0 0 6%}}#company_history .history__list.type-03{margin:0 0 80px}@media screen and (max-width:1024px){#company_history .history__list.type-03{margin:0 0 8%}}@media screen and (max-width:767px){#company_history .history__list.type-03{margin:0 0 10%}}#company_history .history__list.type-03>p{margin:40px 0}@media screen and (max-width:1024px){#company_history .history__list.type-03>p{margin:4% 0}}#company_history .history__list__data{margin:0 auto;width:100%;max-width:830px}#company_history .history__list__data-tbody{border-top:1px solid #ccc}#company_history .history__list__data-tr{display:flex;border-bottom:1px solid #ccc}#company_history .history__list__data-head{display:flex;align-items:flex-start;padding:20px;width:150px;text-align:left;font-size:1.3rem;line-height:2.3;box-sizing:border-box}@media screen and (max-width:767px){#company_history .history__list__data-head{padding-right:0;width:80px;font-size:1.4rem;color:#222}}#company_history .history__list__data-txt{padding:20px;width:calc(100% - 150px);font-size:1.3rem;line-height:2.3;box-sizing:border-box;display:flex;justify-content:space-between}@media screen and (max-width:767px){#company_history .history__list__data-txt{width:calc(100% - 80px);font-size:1.4rem;flex-flow:column}}@media screen and (max-width:767px){#company_history .history__list__data-txt>div{margin-top:4%}}#company_history .history__cnt--ttl{text-align:center;margin:0 0 60px;font-size:2.8rem;line-height:1.8em;font-weight:900;color:#222;letter-spacing:0.2em}@media screen and (max-width:1024px){#company_history .history__cnt--ttl{margin:0 0 6%;font-size:2.2rem}}@media screen and (max-width:767px){#company_history .history__cnt--ttl{margin:0 0 8%;font-size:1.8rem}}#company_history .history__cnt--txt{margin-bottom:30px}@media screen and (max-width:1024px){#company_history .history__cnt--txt{margin-bottom:3%}}#company_history .history__cnt--box1{background:#f5f5f5;padding:30px;box-sizing:border-box;margin:0 0 30px}@media screen and (max-width:767px){#company_history .history__cnt--box1{padding:6%;margin:0 0 6%;position:relative}}#company_history .history__cnt--box1>p{width:84.2%;float:left;margin-right:20px;display:grid;display:-ms-grid;grid-template-rows:80% 20%;-ms-grid-columns:auto auto;-ms-grid-rows:80% 20%}@media screen and (max-width:1024px){#company_history .history__cnt--box1>p{width:84.4%;margin-right:2%}}@media screen and (max-width:767px){#company_history .history__cnt--box1>p{width:100%;margin-bottom:4%;float:none;display:block}}#company_history .history__cnt--box1>p span{display:flex;align-items:flex-end;justify-content:flex-end;font-size:1.4rem;grid-column:0.5;grid-row:2;-ms-grid-column:1;-ms-grid-row:2;line-height:1.6em}@media screen and (max-width:767px){#company_history .history__cnt--box1>p span{width:60%;float:left;position:absolute;bottom:4%;font-size:1.1rem}}#company_history .history__cnt--box1>div{float:left;max-width:101px;width:100%}@media screen and (max-width:1024px){#company_history .history__cnt--box1>div{width:13.6%}}@media screen and (max-width:767px){#company_history .history__cnt--box1>div{width:28%;float:right}}#company_history .history__cnt--box2{margin:0 auto 40px}@media screen and (max-width:1024px){#company_history .history__cnt--box2{margin:0 auto 4%}}@media screen and (max-width:767px){#company_history .history__cnt--box2{margin:0 auto 6%}}#company_history .history__cnt--box2>p{width:61.4%;float:left;margin-right:20px}@media screen and (max-width:1024px){#company_history .history__cnt--box2>p{width:61%;margin-right:2%}}@media screen and (max-width:767px){#company_history .history__cnt--box2>p{float:none;width:100%;margin-right:0;margin-bottom:4%}}#company_history .history__cnt--box2>p span{display:flex;align-items:flex-end;justify-content:flex-end;font-size:1.2rem;grid-column:0.5;grid-row:2;-ms-grid-column:1;-ms-grid-row:2;line-height:1.6em}#company_history .history__cnt--box2>div{float:left;max-width:300px;width:100%}@media screen and (max-width:1024px){#company_history .history__cnt--box2>div{width:37%}}@media screen and (max-width:767px){#company_history .history__cnt--box2>div{float:none;width:100%;margin:0 auto}}#company_history .history__cnt--box2>div>span{font-size:1.2rem;padding:20px;box-sizing:border-box;display:block;text-align:center;line-height:1.4em}@media screen and (max-width:1024px){#company_history .history__cnt--box2>div>span{padding:2%}}@media screen and (max-width:767px){#company_history .history__cnt--box2>div>span{padding:4%}}#company_history .history__cnt--box3{margin:0 auto 40px}@media screen and (max-width:1024px){#company_history .history__cnt--box3{margin:0 auto 4%}}@media screen and (max-width:767px){#company_history .history__cnt--box3{margin:0 auto 6%}}#company_history .history__cnt--box3>p{float:left;width:70%;margin-right:20px}@media screen and (max-width:1024px){#company_history .history__cnt--box3>p{margin-right:2%}}@media screen and (max-width:767px){#company_history .history__cnt--box3>p{margin-right:0;width:100%;float:none}}@media screen and (max-width:767px){#company_history .history__cnt--box3>p span{display:block;border-radius:50%;width:50%;float:right;margin-left:4%;margin-bottom:13%;position:relative;max-width:220px}}#company_history .history__cnt--box3>p span img{border-radius:50%;overflow:hidden}#company_history .history__cnt--box3>p span::after{content:"山本弘光氏（現監査役）";color:#000;font-size:1.2rem;display:block;position:absolute;top:105%;left:50%;width:100%;transform:translateX(-50%);text-align:center}#company_history .history__cnt--box3>div{float:left;max-width:220px;width:100%}@media screen and (max-width:1024px){#company_history .history__cnt--box3>div{width:27%}}#company_history .history__cnt--box3>div img{border-radius:50%;overflow:hidden}#company_history .history__cnt--box3>div span{display:block;font-size:1.2rem;text-align:center;margin-top:20px}.sdgs__txtbox--txt br+br{display:none}.company-oruganization__office-info{display:grid;gap:15px;grid-template-columns:1fr;margin:0 auto}@media screen and (max-width:1024px){.company-oruganization__office-info{gap:3vw}}@media screen and (max-width:767px){.company-oruganization__office-info{grid-template-columns:1fr}}.company-oruganization__office-item-ttl{margin-bottom:25px;font-size:1.8rem;font-weight:700;color:#222;border-left:4px solid #a20000;padding-left:15px}@media screen and (max-width:767px){.company-oruganization__office-item-ttl{font-size:1.6rem}}.company-oruganization__office-item-txt{position:relative;font-size:1.5rem;line-height:1.8;color:#444;margin-bottom:15px}@media screen and (max-width:767px){.company-oruganization__office-item-txt{font-size:1.4rem}}.company-oruganization__office-item-txt a{color:inherit;text-decoration:none}.company-oruganization__office-item-txt a:hover{text-decoration:underline}.single_blog p{font-size:1.5rem;line-height:1.75em;font-weight:400}.single_blog .sub-page__blog.container{padding:0}.single_blog__inner{font-size:1.3rem;line-height:1.75em}.single_blog__inner--cnt{margin-bottom:50px}@media screen and (max-width:1024px){.single_blog__inner--cnt{font-size:1.5rem;margin-bottom:5%;padding:0 3%;box-sizing:border-box}}@media screen and (max-width:767px){.single_blog__inner--cnt{padding:0 6%}}.single_blog__staff{margin-bottom:20px;font-size:1.3rem;color:#222}@media screen and (max-width:1024px){.single_blog__staff{font-size:1.5rem;margin-bottom:2%;padding-left:6%}}.single_blog__staff ul li{display:inline-block;margin-right:5px;padding:5px 5px 5px 0;color:#222;box-sizing:border-box}@media screen and (max-width:1024px){.single_blog__staff ul li{margin-left:3%}}@media screen and (max-width:767px){.single_blog__staff ul li{margin-left:6%}}.single_blog__category{display:inline-block;width:auto;margin-right:5px;padding:5px 7px;font-size:1.3rem;color:#fff;background:#a20000;border-radius:5px}@media screen and (max-width:1024px){.single_blog__category{margin-bottom:2%}}.single_blog__category-inner{margin-bottom:4%}@media (min-width:1025px){.layout__side.aside__blog{display:none}}.sub-page__blog .single_blog__inner,#tinymce.post-type-blog{font-size:1.5rem;line-height:1.75em;background:#fff !important;font-weight:400}@media screen and (max-width:767px){.sub-page__blog .single_blog__inner,#tinymce.post-type-blog{font-size:1.4rem}}.sub-page__blog .single_blog__inner .single_blog__inner--cnt,.sub-page__blog .single_blog__inner p,#tinymce.post-type-blog .single_blog__inner--cnt,#tinymce.post-type-blog p{font-size:1.5rem;letter-spacing:0.125em;line-height:1.75em}@media screen and (max-width:767px){.sub-page__blog .single_blog__inner .single_blog__inner--cnt,.sub-page__blog .single_blog__inner p,#tinymce.post-type-blog .single_blog__inner--cnt,#tinymce.post-type-blog p{font-size:1.4rem}}.sub-page__blog .single_blog__inner .single_blog__inner--cnt:after,.sub-page__blog .single_blog__inner p:after,#tinymce.post-type-blog .single_blog__inner--cnt:after,#tinymce.post-type-blog p:after{display:block;clear:both;content:""}.sub-page__blog .single_blog__inner h1,.sub-page__blog .single_blog__inner h2:not(.section-ttl__h2),#tinymce.post-type-blog h1,#tinymce.post-type-blog h2:not(.section-ttl__h2){padding:1em 0;border-top:solid 2px #a20000;border-bottom:solid 2px #a20000;margin:3% 0;font-size:130%;font-weight:bold}.sub-page__blog .single_blog__inner h3:not(.section-ttl__h3),#tinymce.post-type-blog h3:not(.section-ttl__h3){margin:3% 0;padding:0.4em 0.5em;background:#f3f3f3;border-left:solid 5px #a20000;font-size:130%;font-weight:bold}.sub-page__blog .single_blog__inner h4:not(.section-ttl__h4),#tinymce.post-type-blog h4:not(.section-ttl__h4){margin:3% 0 3% 0.5em;padding:0.25em 0.5em;background:transparent;border-left:solid 5px #a20000;font-size:120%;font-weight:bold}.sub-page__blog .single_blog__inner h5:not(.section-ttl__h5),#tinymce.post-type-blog h5:not(.section-ttl__h5){margin:3% 0 3% 0.5em;padding:0 0.5em;background:transparent;border-left:solid 5px #a20000;font-size:100%;font-weight:bold}.sub-page__blog .single_blog__inner strong,#tinymce.post-type-blog strong{font-weight:bold;font-size:1.5rem;line-height:1.6em}@media screen and (max-width:767px){.sub-page__blog .single_blog__inner strong,#tinymce.post-type-blog strong{font-size:1.4rem}}.sub-page__blog .single_blog__inner table,#tinymce.post-type-blog table{border:1px solid #aaa;border-width:1px}.sub-page__blog .single_blog__inner table th,#tinymce.post-type-blog table th{padding:20px 0;font-size:1.6rem;font-weight:600;text-align:center;border:1px solid #aaa;border-width:1px}.sub-page__blog .single_blog__inner table tr,#tinymce.post-type-blog table tr{border-width:1px}.sub-page__blog .single_blog__inner table td,#tinymce.post-type-blog table td{padding:20px;font-size:1.6rem;border:1px solid #aaa;border-width:1px}.sub-page__blog .single_blog__inner .alignleft,#tinymce.post-type-blog .alignleft{float:left;margin:0.5em 1em 0.5em 0}@media (max-width:768px){.sub-page__blog .single_blog__inner .alignleft,#tinymce.post-type-blog .alignleft{max-width:50%}}.sub-page__blog .single_blog__inner .aligncenter,#tinymce.post-type-blog .aligncenter{display:block;margin-left:auto;margin-right:auto;text-align:center}.sub-page__blog .single_blog__inner .alignright,#tinymce.post-type-blog .alignright{float:right;margin:0.5em 0 0.5em 1em}@media (max-width:768px){.sub-page__blog .single_blog__inner .alignright,#tinymce.post-type-blog .alignright{max-width:50%}}.global-nav{position:fixed;top:0;left:0;width:100%;height:100%;z-index:2000;overflow:hidden;opacity:0;visibility:hidden;transition:opacity 0.4s ease, visibility 0.4s;pointer-events:none}.global-nav.is-visible{opacity:1;visibility:visible;pointer-events:auto}.global-nav__bg{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.5);z-index:-1}.global-nav__inner{position:absolute;top:0;right:0;width:85%;max-width:557px;height:100%;padding:60px 0 0;background-color:#fff;box-shadow:-5px 0 15px rgba(0, 0, 0, 0.1);transform:translateX(100%);transition:transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);overflow-y:auto}@media screen and (max-width:1024px){.global-nav__inner{width:100%;padding:40px 0 0}}.global-nav.is-visible .global-nav__inner{transform:translateX(0)}.global-nav .modal_close{position:absolute;top:15px;right:15px;width:44px;height:44px;cursor:pointer;background:#f1f1f1;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all 0.3s ease;z-index:10}@media screen and (max-width:767px){.global-nav .modal_close{width:36px;height:36px}}.global-nav .modal_close:hover{background:#e5e5e5;transform:rotate(90deg)}.global-nav .modal_close span{display:block;width:22px;height:2px;background-color:#222;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%) rotate(45deg)}@media screen and (max-width:767px){.global-nav .modal_close span{width:14px}}.global-nav .modal_close span::after{content:"";display:block;width:100%;height:100%;background-color:#222;position:absolute;top:0;left:0;transform:rotate(-90deg)}.global-nav .nav__logo__wrapper{margin-bottom:30px;text-align:center}.global-nav .nav__logo__wrapper .nav__logo{max-width:250px}.global-nav__title{font-size:1.8rem;font-weight:700;color:#04346b;margin-bottom:20px;text-align:center;border-bottom:2px solid #04346b;display:inline-block;padding-bottom:5px;width:100%}.global-nav__menu{margin-bottom:40px}.global-nav__cta .recommend_info_bnr{margin-bottom:30px}.section-recommend__nav-list{display:grid;grid-template-columns:repeat(2, 1fr);gap:10px;margin:0 auto 4%}.section-recommend__nav-item img{border:1px solid #222;box-sizing:content-box;vertical-align:middle}.global-nav__links{max-width:88%;margin:auto}.global-nav .footer-nav-list--accordion .footer-nav__item{border-color:#eee}.global-nav .footer-nav-list--accordion .footer-nav__item .footer-nav__link{padding:18px 40px 18px 0;font-size:1.6rem;color:#111;cursor:pointer !important}@media screen and (max-width:767px){.global-nav .footer-nav-list--accordion .footer-nav__item .footer-nav__link{font-size:1.4rem}}.global-nav .footer-nav-list--accordion .sub-menu{padding:5px 0 5px 10px;background-color:transparent}.global-nav .footer-nav-list--accordion .sub-menu .footer-nav__link{padding:10px 0;font-size:1.4rem;font-weight:400;color:#666}.global-nav .footer-nav-list--accordion .sub-menu .footer-nav__link::before{content:"-";margin-right:8px;color:#ccc}.global-nav .footer-nav-list--accordion .sub-menu .sub-menu{border-left:none;padding-left:15px}body.u-scroll-lock{overflow:hidden}html .mv-top__kuchikomi{width:100%;background:#04346b}html .mv-top__kuchikomi.is-animated{opacity:1;animation:fadeIn;animation-duration:0.75s;animation-fill-mode:forwards}@media screen and (max-width:767px){html .mv-top__kuchikomi{position:absolute;top:0;left:0;z-index:1;padding-top:2.5%;box-sizing:border-box}}html .mv-top__kuchikomi__link{width:100%;max-width:944px;margin:0 auto;height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative}@media screen and (max-width:767px){html .mv-top__kuchikomi__link{width:100%;height:55px;flex-direction:column}}@media (max-width:425px){html .mv-top__kuchikomi__link{line-height:1.8rem}}html .mv-top__kuchikomi__img{margin-right:20px}@media screen and (max-width:1024px){html .mv-top__kuchikomi__img{margin-right:15px;width:150px}}@media screen and (max-width:767px){html .mv-top__kuchikomi__img{width:153px;margin-right:3%}}@media (max-width:425px){html .mv-top__kuchikomi__img{width:50%}}html .mv-top__kuchikomi__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}html .mv-top__kuchikomi__star{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:10px}html .mv-top__kuchikomi__star-label{font-size:1.6rem;display:inline-block;line-height:1.6rem;color:#fff;font-weight:bold;box-sizing:border-box;background:#a20000;border-radius:10px;padding:5px 10px;margin-right:5px}@media screen and (max-width:1024px){html .mv-top__kuchikomi__star-label{font-size:1.4rem;line-height:1.4rem}}@media screen and (max-width:767px){html .mv-top__kuchikomi__star-label{font-size:1.3rem;line-height:1.3rem;padding:3px 7px;border-radius:5px}}@media (max-width:375px){html .mv-top__kuchikomi__star-label{font-size:1.2rem;line-height:1.2rem;padding:3px 5px}}html .mv-top__kuchikomi__star-icon{margin-right:3px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:left}@media screen and (max-width:767px){html .mv-top__kuchikomi__star-icon{margin-left:0}}html .mv-top__kuchikomi__star-icon__rating{padding:0;z-index:1;display:inline-block;font-size:1.6rem;line-height:1.6rem;position:relative}@media screen and (max-width:1024px){html .mv-top__kuchikomi__star-icon__rating{font-size:1.4rem;line-height:1.4rem}}@media screen and (max-width:767px){html .mv-top__kuchikomi__star-icon__rating{font-size:1.2rem;line-height:1.2rem}}html .mv-top__kuchikomi__star-icon__rating .front{position:absolute;top:0;left:0;overflow:hidden}html .mv-top__kuchikomi__star__rating-text{font-size:1.6rem;line-height:1.6rem;letter-spacing:0;font-weight:bold}@media screen and (max-width:1024px){html .mv-top__kuchikomi__star__rating-text{font-size:1.6rem;line-height:1.6rem}}@media screen and (max-width:767px){html .mv-top__kuchikomi__star__rating-text{font-size:1.5rem;line-height:1.5rem}}@media (max-width:375px){html .mv-top__kuchikomi__star__rating-text{font-size:1.4rem;line-height:1.4rem}}html .mv-top__kuchikomi__text{font-size:1.8rem;line-height:3.6rem;color:#fff;font-weight:500;letter-spacing:1px;display:inline-block;margin-right:10px}@media screen and (max-width:1024px){html .mv-top__kuchikomi__text{font-size:1.6rem;line-height:2.4rem}}@media screen and (max-width:767px){html .mv-top__kuchikomi__text{font-size:1.3rem;line-height:2.1rem;display:block;width:100%;text-align:center;margin-right:0;margin-bottom:3px}}@media (max-width:375px){html .mv-top__kuchikomi__text{font-size:1.2rem;line-height:1.8rem}}html .mv-top__kuchikomi__case{font-size:1.8rem;line-height:1.8rem;color:#f8ea12;font-weight:bold;letter-spacing:0.5px;display:inline-block}@media screen and (max-width:1024px){html .mv-top__kuchikomi__case{font-size:1.6rem;line-height:2.2rem}}@media screen and (max-width:767px){html .mv-top__kuchikomi__case{font-size:1.5rem;line-height:2.1rem}}@media (max-width:375px){html .mv-top__kuchikomi__case{font-size:1.3rem;line-height:1.8rem}}html .mv-top__kuchikomi__case .label{font-size:1.6rem;line-height:1.6rem;color:#fff;font-weight:bold;box-sizing:border-box;background:#a20000;border-radius:10px;padding:5px 10px;display:inline-block;margin-right:5px}@media screen and (max-width:1024px){html .mv-top__kuchikomi__case .label{font-size:1.4rem;line-height:1.4rem}}@media screen and (max-width:767px){html .mv-top__kuchikomi__case .label{font-size:1.3rem;line-height:1.3rem;padding:3px 7px;border-radius:5px}}@media (max-width:375px){html .mv-top__kuchikomi__case .label{font-size:1.2rem;line-height:1.2rem}}html .mv-top #review__timeline2{padding:60px 20px;box-sizing:border-box}@media screen and (max-width:1024px){html .mv-top #review__timeline2{padding:6% 2%;width:94%;margin:0 auto}}@media screen and (max-width:767px){html .mv-top #kuchikomi_wrap .head,html .mv-top #kuchikomi_wrap2 .head{border-radius:10px 10px 0 0}}@media screen and (max-width:767px){html .mv-top #kuchikomi_wrap .g_logo,html .mv-top #kuchikomi_wrap2 .g_logo{border:solid 2px #04346b}}html .mv-top #kuchikomi_wrap.kuchikomi_wrap,html .mv-top #kuchikomi_wrap2.kuchikomi_wrap{padding:0;border-radius:0;overflow:hidden;height:auto !important}@media screen and (min-width:641px){html .mv-top #kuchikomi_wrap.kuchikomi_wrap,html .mv-top #kuchikomi_wrap2.kuchikomi_wrap{border-radius:10px 10px 0 0}}@media screen and (max-width:900px){html .mv-top #kuchikomi_wrap.kuchikomi_wrap .resultcontent,html .mv-top #kuchikomi_wrap2.kuchikomi_wrap .resultcontent{margin:0 auto !important}}@media screen and (max-width:767px){html .mv-top #kuchikomi_wrap.kuchikomi_wrap .kuchikomi_wrap>ul:not(.review_aco #kuchikomi_wrap.kuchikomi_wrap>ul),html .mv-top #kuchikomi_wrap2.kuchikomi_wrap .kuchikomi_wrap>ul:not(.review_aco #kuchikomi_wrap.kuchikomi_wrap>ul){border-radius:0 0 10px 10px}}html .mv-top #kuchikomi_fv01{position:static;overflow:initial;padding:0;height:auto;margin:auto}@media screen and (max-width:767px){html .mv-top #kuchikomi_fv01.mv-top__kuchikomi{position:absolute;top:0;left:0;z-index:1;box-sizing:border-box}}html .mv-top #kuchikomi_fv01 .kuchi_num{font-weight:bold;background:none;padding:0;font-size:initial;display:initial;line-height:initial;border-radius:0;position:static;border:0;top:auto;right:auto;min-width:initial;text-align:center}html .mv-top #kuchikomi_fv01.widget_show{height:auto !important;opacity:initial;cursor:pointer}html #kuchikomi_fv01 .head,html #review #kuchikomi_wrap .head,html #review__timeline2 .head,html #kuchikomi_wrap2 .head{background:#04346b}@media screen and (max-width:767px){html #kuchikomi_fv01 .result_info,html #review #kuchikomi_wrap .result_info,html #review__timeline2 .result_info,html #kuchikomi_wrap2 .result_info{letter-spacing:0}}html #kuchikomi_fv01 .g_logo,html #review #kuchikomi_wrap .g_logo,html #review__timeline2 .g_logo,html #kuchikomi_wrap2 .g_logo{border-color:#04346b}@media (max-width:767px) and (min-width:640px){html #kuchikomi_fv01 .g_logo,html #review #kuchikomi_wrap .g_logo,html #review__timeline2 .g_logo,html #kuchikomi_wrap2 .g_logo{border-color:#fff !important}}html #kuchikomi_fv01 label[for^="list_num"]::after,html #kuchikomi_fv01 .popup_close,html #review #kuchikomi_wrap label[for^="list_num"]::after,html #review #kuchikomi_wrap .popup_close,html #review__timeline2 label[for^="list_num"]::after,html #review__timeline2 .popup_close,html #kuchikomi_wrap2 label[for^="list_num"]::after,html #kuchikomi_wrap2 .popup_close{background-color:#a20000;line-height:1.8em;font-size:1.4rem}html #kuchikomi_fv01 .result_info,html #review #kuchikomi_wrap .result_info,html #review__timeline2 .result_info,html #kuchikomi_wrap2 .result_info{font-weight:initial}html #kuchikomi_fv01 .result_author,html #review #kuchikomi_wrap .result_author,html #review__timeline2 .result_author,html #kuchikomi_wrap2 .result_author{clear:initial}html #kuchikomi_fv01 .star-rating-front,html #review #kuchikomi_wrap .star-rating-front,html #review__timeline2 .star-rating-front,html #kuchikomi_wrap2 .star-rating-front{color:#a20000}html #kuchikomi_fv01 .star-rating-back,html #review #kuchikomi_wrap .star-rating-back,html #review__timeline2 .star-rating-back,html #kuchikomi_wrap2 .star-rating-back{color:#eee}html #kuchikomi_fv01 .header-star-num,html #review #kuchikomi_wrap .header-star-num,html #review__timeline2 .header-star-num,html #kuchikomi_wrap2 .header-star-num{color:#fff}html #kuchikomi_fv01 .kuchi_num,html #review #kuchikomi_wrap .kuchi_num,html #review__timeline2 .kuchi_num,html #kuchikomi_wrap2 .kuchi_num{color:#fff}.main-color{fill:var(--main-color, #1c4b9f)}.sub-color{fill:var(--sub-color, #f5ea29)}.border-color{fill:var(--border-color, #eae83a)}.section-title{margin:0 auto 30px;text-align:center;font-size:1.6rem;display:flex;align-items:center;justify-content:center;gap:20px}@media screen and (max-width:767px){.section-title{gap:2vw}}.section-title__en{font-size:1.4rem;color:#b5b5b5;text-transform:uppercase}.c-button-more{margin:0 auto;display:flex;justify-content:center}@media screen and (max-width:767px){.c-button-more{width:100%;padding:0 5vw}}.c-button-more__link{background-color:#a20000;width:500px;height:80px;display:flex;border-radius:0.8rem;position:relative}@media screen and (max-width:1024px){.c-button-more__link{width:50vw;height:8vw}}@media screen and (max-width:767px){.c-button-more__link{width:100%;max-width:500px;height:10vw;border-radius:0.4rem}}.c-button-more__link::after{position:absolute;content:"";width:0;height:0;border-style:solid;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:6px solid #fff;border-right:0;top:50%;transform:translateY(-50%);right:20px}@media screen and (max-width:767px){.c-button-more__link::after{border-top:1.3vw solid transparent;border-bottom:1.3vw solid transparent;border-left:1.5vw solid #fff}}.c-button-more__text{color:#fff;font-size:1.8rem;font-weight:700;margin:auto}@media screen and (max-width:1024px){.c-button-more__text{font-size:1.6rem}}@media screen and (max-width:767px){.c-button-more__text{font-size:3vw}}@media screen and (max-width:767px){.br-pc{display:none}}@media screen and (min-width:768px){.br-sp{display:none}}.mv-top{width:100%;position:relative;box-sizing:border-box;margin-top:80px;max-width:1920px}@media screen and (max-width:1024px){.mv-top{margin-top:65px}}@media screen and (max-width:767px){.mv-top{margin-top:0px}}.mv-top__banner{width:100%;position:relative;z-index:1}.mv-top__banner__default{width:100%}.mv-top__banner__default img{width:100%;height:700px;object-fit:cover;display:block;font-family:"object-fit: cover;" !important}@media screen and (max-width:1024px){.mv-top__banner__default img{height:70vw}}@media screen and (max-width:767px){.mv-top__banner__default img{height:144vw}}.mv-top__banner__position-img-01{position:absolute;left:50%;top:48px;width:100%;max-width:573px;transform:translateX(-50%);z-index:1;text-align:center}@media screen and (max-width:1024px){.mv-top__banner__position-img-01{top:4.8vw}}@media screen and (max-width:767px){.mv-top__banner__position-img-01{max-width:none;left:0;top:24vw;transform:none;width:100%}}.mv-top__banner__position-img-01 img{width:100%}@media screen and (max-width:1024px){.mv-top__banner__position-img-01 img{width:auto;height:36.4vw}}@media screen and (max-width:767px){.mv-top__banner__position-img-01 img{height:56.07vw;max-height:420px}}.mv-top__banner__position-img-02{position:absolute;left:50%;bottom:50px;width:100%;max-width:553px;transform:translateX(-50%);z-index:1;text-align:center}@media screen and (max-width:1024px){.mv-top__banner__position-img-02{bottom:5vw}}@media screen and (max-width:767px){.mv-top__banner__position-img-02{bottom:20vw}}.mv-top__banner__position-img-02 img{width:100%}@media screen and (max-width:1024px){.mv-top__banner__position-img-02 img{width:auto;height:15.8vw}}@media screen and (max-width:767px){.mv-top__banner__position-img-02 img{height:22.53vw}}.mv-top__banner__position-img-03{position:absolute;top:0;width:100%;height:100%}.mv-top__banner__position-img-03 .mv-top__banner__inner{height:100%;max-width:944px;padding:0 40px;margin:0 auto;position:relative}@media screen and (max-width:1024px){.mv-top__banner__position-img-03 .mv-top__banner__inner{padding:0 4%}}@media screen and (max-width:767px){.mv-top__banner__position-img-03 .mv-top__banner__inner{padding:0 6%}}.mv-top__banner__position-img-03__link{position:absolute;left:0;bottom:116px;width:100%;max-width:13px;z-index:1}@media screen and (max-width:1024px){.mv-top__banner__position-img-03__link{left:2%}}@media screen and (max-width:767px){.mv-top__banner__position-img-03__link{left:4%;bottom:22vw;max-width:2.27vw}}.mv-top__banner__position-img-03__link::before{animation:scroll 2s infinite;background-color:#a20000;bottom:-115px;content:"";height:97px;left:0;margin:auto;position:absolute;right:0;width:3px;z-index:2}@media screen and (max-width:767px){.mv-top__banner__position-img-03__link::before{width:0.4vw;height:18.93vw;bottom:-22vw}}.mv-top__banner__position-img-03__link::after{background-color:#fff;bottom:-115px;content:"";height:97px;left:0;margin:auto;position:absolute;right:0;width:3px}@media screen and (max-width:767px){.mv-top__banner__position-img-03__link::after{width:0.4vw;height:18.93vw;bottom:-22vw}}@keyframes scroll{0%{transform:scale(1, 0);transform-origin:0 0}50%{transform:scale(1, 1);transform-origin:0 0}51%{transform:scale(1, 1);transform-origin:0 100%}100%{transform:scale(1, 0);transform-origin:0 100%}}.mv-top__banner__position-img-03 img{width:100%}@media screen and (max-width:1024px){.mv-top__banner__position-img-03 img{width:auto;height:4.9vw}}@media screen and (max-width:767px){.mv-top__banner__position-img-03 img{height:8.4vw}}.section-recommend{box-sizing:border-box;width:100%;padding:40px 0;margin:0 auto;background-color:#111111;position:relative;z-index:2}@media screen and (max-width:1024px){.section-recommend{padding:4% 0;margin:0 auto}}@media screen and (max-width:767px){.section-recommend{padding:9% 0}}.section-recommend__topslider-list{display:none;box-sizing:border-box}.section-recommend__topslider-list.slick-initialized{display:block;margin-bottom:0 !important}.section-recommend__topslider-list .slick-track{margin-bottom:30px}@media (min-width:1025px){.section-recommend__topslider-list .slick-track{float:none;display:flex;left:-180px;gap:0px}}@media screen and (max-width:1024px){.section-recommend__topslider-list .slick-track{margin-bottom:3%}}@media screen and (max-width:767px){.section-recommend__topslider-list .slick-track{margin-bottom:5.33vw}}.section-recommend__topslider-list .slick-dots{bottom:auto;position:relative;width:auto;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.section-recommend__topslider-list .slick-dots li{margin:0 10px;width:60px;height:6px}@media screen and (max-width:1024px){.section-recommend__topslider-list .slick-dots li{margin:0 8px;width:40px;height:4px}}@media screen and (max-width:767px){.section-recommend__topslider-list .slick-dots li{margin:0 5px;width:8vw;height:0.8vw}}.section-recommend__topslider-list .slick-dots li button{width:60px;height:6px}@media screen and (max-width:1024px){.section-recommend__topslider-list .slick-dots li button{width:40px;height:4px}}@media screen and (max-width:767px){.section-recommend__topslider-list .slick-dots li button{width:8vw;height:0.8vw}}.section-recommend__topslider-list .slick-dots li button:before{background:#a6a6a6;width:60px;height:6px;border:none;border-radius:0}@media screen and (max-width:1024px){.section-recommend__topslider-list .slick-dots li button:before{width:40px;height:4px}}@media screen and (max-width:767px){.section-recommend__topslider-list .slick-dots li button:before{width:8vw;height:0.8vw}}.section-recommend__topslider-list .slick-dots li.slick-active button:before{background:#a20000}.section-recommend__topslider-item{max-width:340px;width:100%;position:relative;margin:0 10px;overflow:hidden;border:1px solid #fff;box-sizing:content-box}@media screen and (max-width:1024px){.section-recommend__topslider-item{margin:0 10px;max-width:210px}}@media screen and (max-width:767px){.section-recommend__topslider-item{width:100%;margin:0 2vw;max-width:240px}}.section-recommend__topslider-link{display:block;position:relative}.section-recommend__topslider-img{width:100%}.section-news{padding:90px 0 70px}@media screen and (max-width:1024px){.section-news{padding:9% 0 7%}}@media screen and (max-width:767px){.section-news{padding:13% 0 10%}}.section-news__heading{max-width:1160px;padding:0 40px;margin:0 auto 50px}@media screen and (max-width:1024px){.section-news__heading{padding:0 4%;margin-bottom:5%}}@media screen and (max-width:767px){.section-news__heading{padding:0 6%;margin-bottom:10%}}.section-news__heading h2.section-title{text-align:left;justify-content:flex-start}.section-news__heading img{width:auto}@media screen and (max-width:1024px){.section-news__heading img{height:3.3vw}}@media screen and (max-width:767px){.section-news__heading img{height:5.87vw}}.section-news__tab{width:100%;max-width:1160px;text-align:center;padding:0 40px;margin:0 auto}@media screen and (max-width:1024px){.section-news__tab{max-width:96vw;padding:0 4%}}@media screen and (max-width:767px){.section-news__tab{max-width:inherit;padding:0 5%;width:auto}}.section-news__tab ul[role="tab_panel"]{display:flex;flex-wrap:wrap;justify-content:space-between}.section-news__tab ul[role="tab_panel"] a{color:#111111;position:relative;display:block}.section-news__tab ul[role="tab_panel"] a::after{content:"";width:20px;height:20px;background:url(../../../../images/top/news_icon_01_pc.png) no-repeat center / contain;position:absolute;right:40px;bottom:0}@media screen and (max-width:1024px){.section-news__tab ul[role="tab_panel"] a::after{width:2vw;height:2vw;right:4vw}}@media screen and (max-width:767px){.section-news__tab ul[role="tab_panel"] a::after{width:3.87vw;height:3.87vw;background-image:url(../../../../images/top/news_icon_01_sp.png);bottom:auto;top:0}}.section-news__tab ul[role="tab_panel"] p{font-size:1.6rem}.section-news__tab ul[role="tab_panel"] .tab_panel_list{width:100%}.section-news__tab ul[role="tab_panel"] .tab_panel_list a{gap:20px}@media screen and (max-width:1024px){.section-news__tab ul[role="tab_panel"] .tab_panel_list a{gap:2vw}}@media screen and (max-width:767px){.section-news__tab ul[role="tab_panel"] .tab_panel_list a{gap:2.5vw}}.section-news__tab ul[role="tab_panel"] .tab_panel_list .tab_panel_list_right{display:flex;align-items:flex-end;gap:50px}@media screen and (max-width:1024px){.section-news__tab ul[role="tab_panel"] .tab_panel_list .tab_panel_list_right{gap:5vw}}@media screen and (max-width:767px){.section-news__tab ul[role="tab_panel"] .tab_panel_list .tab_panel_list_right{gap:4vw;align-items:flex-start;flex-direction:column}}.section-news__tab ul[role="tab_panel"] .tab_panel_list .tab_panel_list_right_wrap{display:flex;gap:20px;align-items:flex-end}@media screen and (max-width:1024px){.section-news__tab ul[role="tab_panel"] .tab_panel_list .tab_panel_list_right_wrap{gap:2vw}}.section-news__tab ul[role="tab_panel"] .tab_panel_list .category{font-size:1.8rem;color:#000;letter-spacing:0.08em;border:1px solid #000;min-width:100px;height:fit-content;padding:7px 0}@media screen and (max-width:1024px){.section-news__tab ul[role="tab_panel"] .tab_panel_list .category{padding:0.5vw 0 0.7vw}}@media screen and (max-width:767px){.section-news__tab ul[role="tab_panel"] .tab_panel_list .category{font-size:1.2rem;min-width:18vw;padding:0.3vw 0 0.3vw}}.section-news__tab ul[role="tab_panel"] .tab_panel_list .date{color:#6f6f6f;font-size:1.6rem;letter-spacing:0.08em;height:fit-content}@media screen and (max-width:767px){.section-news__tab ul[role="tab_panel"] .tab_panel_list .date{font-size:1.2rem;align-items:center;display:flex}}.section-news__tab ul[role="tab_panel"] .tab_panel_list .title{line-height:3.6rem;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;max-height:calc(3.6rem * 2);-webkit-line-clamp:2;line-clamp:2;color:#000;text-align:left;letter-spacing:0.08em;margin-right:110px;margin-bottom:-10px}@media screen and (max-width:1024px){.section-news__tab ul[role="tab_panel"] .tab_panel_list .title{margin-right:11vw}}@media screen and (max-width:767px){.section-news__tab ul[role="tab_panel"] .tab_panel_list .title{font-size:1.4rem;line-height:1.8em;height:auto;-webkit-line-clamp:3;line-clamp:3;max-height:calc(1.8em * 3);margin-right:0}}.section-news__tab ul[role="tab_panel"] li:last-child{padding-bottom:0;border-bottom:none}.section-lineup{padding:46px 0 60px;position:relative}@media screen and (max-width:1024px){.section-lineup{padding:4.6% 0 6%}}@media screen and (max-width:767px){.section-lineup{padding:10% 0 0%}}.section-lineup::before{content:"";width:50%;height:6px;background-color:#000000;position:absolute;top:0;left:0}@media screen and (max-width:1024px){.section-lineup::before{height:0.6vw}}@media screen and (max-width:767px){.section-lineup::before{height:1.33vw}}.section-lineup::after{content:"";width:50%;height:6px;background-color:#a20000;position:absolute;top:0;right:0}@media screen and (max-width:1024px){.section-lineup::after{height:0.6vw}}@media screen and (max-width:767px){.section-lineup::after{height:1.33vw}}.section-lineup__heading{max-width:1160px;padding:0 40px;margin:0 auto 30px}@media screen and (max-width:1024px){.section-lineup__heading{padding:0 4%;margin-bottom:3%}}@media screen and (max-width:767px){.section-lineup__heading{padding:0 6%;margin-bottom:6%}}.section-lineup__heading h2.section-title{text-align:center;justify-content:center}.section-lineup__heading img{width:auto}@media screen and (max-width:1024px){.section-lineup__heading img{height:19vw}}@media screen and (max-width:767px){.section-lineup__heading img{height:31.33vw}}.section-lineup__content{max-width:1160px;padding:0 40px;margin:0 auto}@media screen and (max-width:1024px){.section-lineup__content{padding:0 4%}}@media screen and (max-width:767px){.section-lineup__content{padding:0 6%}}.section-lineup__txt{font-size:1.6rem;line-height:3.2rem;letter-spacing:0.08em;text-align:center;margin-bottom:40px}@media screen and (max-width:1024px){.section-lineup__txt{margin-bottom:4%}}@media screen and (max-width:767px){.section-lineup__txt{font-size:1.4rem;line-height:2;text-align:left;margin-bottom:8%}}.section-lineup__list{display:grid;grid-template-columns:1fr;gap:40px;max-width:1160px;width:100%;margin:auto}@media (max-width:1200px){.section-lineup__list{width:92%}}@media screen and (max-width:767px){.section-lineup__list{gap:0;width:100%;margin-bottom:0}}.section-lineup__list img{display:block;margin:auto}.section-service{padding:60px 0 0;position:relative;background-color:#fff;border-top:1px solid #222}@media screen and (max-width:1024px){.section-service{padding:6% 0 0}}@media screen and (max-width:767px){.section-service{padding:12% 0 0}}.section-service__heading{max-width:1160px;padding:0 40px;margin:0 auto 50px}@media screen and (max-width:1024px){.section-service__heading{padding:0 4%;margin-bottom:5%}}@media screen and (max-width:767px){.section-service__heading{padding:0 6%;margin-bottom:6%}}.section-service h2.section-title{text-align:center;justify-content:center}@media screen and (max-width:767px){.section-service h2.section-title{margin-bottom:7.7%}}.section-service h2 img{width:auto}@media screen and (max-width:767px){.section-service h2 img{height:19vw}}.section-service__graph img{display:block;margin:auto}@media screen and (max-width:767px){.section-service__graph img{min-width:96vw;margin:0 -4vw}}.section-service__inner{max-width:1160px;padding:0 40px;margin:0 auto}@media screen and (max-width:1024px){.section-service__inner{padding:0 4%}}@media screen and (max-width:767px){.section-service__inner{padding:0 6%}}.section-service__inner--gray{margin:-30px 0 0}@media screen and (max-width:1024px){.section-service__inner--gray{margin:-2.8% 0 0}}.section-service__list{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;width:100%;margin-bottom:4rem}@media screen and (max-width:1024px){.section-service__list{margin-bottom:4%}}@media screen and (max-width:767px){.section-service__list{margin-bottom:6%;gap:2.67vw}}.section-service__list-item{width:calc((100% - 5rem) / 6);position:relative}@media screen and (max-width:1024px){.section-service__list-item{width:calc((100% - 5rem) / 4)}}@media screen and (max-width:767px){.section-service__list-item{width:calc((100% - 5.34vw) / 3)}}.section-service__list-item:nth-of-type(2n) a::before{background-color:#04346b}.section-service__list-link{color:#111;background:#fff;height:100%;aspect-ratio:1;display:flex;justify-content:center;align-items:center;flex-flow:column;border:1px solid #777;position:relative}.section-service__list-link::before{content:"";position:absolute;top:0;right:0;width:67px;height:67px;background-color:#a20000;clip-path:polygon(0 0, 100% 0, 100% 100%)}@media screen and (max-width:767px){.section-service__list-link::before{width:8.93vw;height:8.93vw}}.section-service__list-link ::after{content:"";width:20px;height:20px;background:url(../../../../images/top/icon_cmn_01_pc.png) no-repeat center / 20px 20px;position:absolute;top:10px;right:10px}@media screen and (max-width:767px){.section-service__list-link ::after{width:2.67vw;height:2.67vw;background-image:url(../../../../images/top/icon_cmn_01_sp.png);background-size:2.67vw 2.67vw;top:1.3vw;right:1.3vw}}@media screen and (max-width:767px){.section-service__list-link{height:27vw;padding:5px;box-sizing:border-box;border-width:0.13vw}}.section-service__list-ph{display:flex;justify-content:center;align-items:center;width:100px;height:70px}@media screen and (max-width:1024px){.section-service__list-ph{width:9vw;height:7vw}}@media screen and (max-width:767px){.section-service__list-ph{width:10vw;height:9vw}.section-service__list-ph.--wide{width:13vw}}.section-service__list-ph svg{width:100%;height:100%;aspect-ratio:1}@media screen and (max-width:767px){.section-service__list-ph--offset-sp{margin-bottom:-5px}}.section-service__list-ttl{margin-top:20px;color:initial;font-size:2rem;line-height:2.2rem;color:var(--icon-border-color);font-weight:bold;text-align:center;margin-bottom:-8px}@media screen and (max-width:1024px){.section-service__list-ttl{font-size:1.7rem;margin-top:8%}}@media screen and (max-width:767px){.section-service__list-ttl{font-size:1.2rem;line-height:1.2em;text-align:center}}@media screen and (max-width:450px){.section-service__list-ttl{font-size:3.8vw;font-weight:500;letter-spacing:0;margin-top:2vw}}.section-service__btm__link{text-align:right;margin-top:10px}.section-service__btm__link a{color:#111;font-size:1.8rem;position:relative;display:inline-flex;justify-content:flex-end;align-items:center;margin-top:25px}@media screen and (max-width:1024px){.section-service__btm__link a{font-size:1.5rem;margin-top:2.5vw}}@media screen and (max-width:767px){.section-service__btm__link a{font-size:1.4rem}}.section-service__btm__link a::after{content:"";width:40px;height:40px;background:url(../../../../images/top/icon_cmn_01_pc.png) no-repeat center / 20px 20px;background-color:#a20000;border:1px solid #fff;display:flex;justify-content:center;align-items:center;margin-left:23px}@media screen and (max-width:1024px){.section-service__btm__link a::after{width:4vw;height:4vw;background-size:2vw 2vw;margin-left:2.3vw}}@media screen and (max-width:767px){.section-service__btm__link a::after{width:30px;height:30px;background-size:15px 15px;margin-left:2.3vw;margin-right:0;background-image:url(../../../../images/top/icon_cmn_01_sp.png)}}@media screen and (max-width:1024px){.section-service__btm__link{margin-top:1.5%}}@media screen and (max-width:767px){.section-service__btm__link{margin-top:3vw}}@media screen and (max-width:767px){.section-service__btm__link::after{margin-right:0}}.section-contents{padding:80px 0;position:relative;background-color:#f2f2f2}@media screen and (max-width:1024px){.section-contents{padding:8% 0}}@media screen and (max-width:767px){.section-contents{padding:12% 0}}.section-contents__heading{max-width:1160px;padding:0 40px;margin:0 auto 40px}@media screen and (max-width:1024px){.section-contents__heading{padding:0 4%;margin-bottom:4%}}@media screen and (max-width:767px){.section-contents__heading{padding:0 6%;margin-bottom:6%}}.section-contents__heading h2.section-title{text-align:center;justify-content:center;margin-right:-390px}@media screen and (max-width:767px){.section-contents__heading h2.section-title{margin-right:-6.4vw}}.section-contents__heading img{width:auto}@media screen and (max-width:767px){.section-contents__heading img{height:13.33vw}}.section-contents__content{max-width:1160px;padding:0 40px;margin:0 auto}@media screen and (max-width:1024px){.section-contents__content{padding:0 4%}}@media screen and (max-width:767px){.section-contents__content{padding:0 6%}}.section-works{width:100%;max-width:1920px;margin:0 auto;position:relative;z-index:2}.section-works *{box-sizing:border-box}.section-works .section-works__catwrap:nth-of-type(3) a{border-color:#04346b}.section-works__heading{display:flex;flex-direction:column;position:relative;background-color:#000000;padding:70px 0 50px;margin-bottom:40px}@media screen and (max-width:1024px){.section-works__heading{padding:7% 0 5%;margin-bottom:5%}}@media screen and (max-width:767px){.section-works__heading{padding:12% 0 8%;margin-bottom:6%}}.section-works__heading__wrap{max-width:1104px;margin:0 auto;padding:0 40px}@media screen and (max-width:1024px){.section-works__heading__wrap{padding:0 4%}}@media screen and (max-width:767px){.section-works__heading__wrap{padding:0 6%}}.section-works__heading h2{text-align:center;margin-bottom:30px}@media screen and (max-width:1024px){.section-works__heading h2{margin-bottom:3%}}@media screen and (max-width:767px){.section-works__heading h2{margin-bottom:6%}}@media screen and (max-width:767px){.section-works__heading h2 img{height:5.87vw}}.section-works__heading__txt{font-size:1.6rem;line-height:3.2rem;letter-spacing:0.08em;color:#fff;text-align:center}@media screen and (max-width:767px){.section-works__heading__txt{text-align:left;font-size:1.4rem;line-height:1.6em}.section-works__heading__txt b{display:inline}}.section-works__catwrap{max-width:1240px;margin:0 auto 20px}@media screen and (max-width:1024px){.section-works__catwrap{margin:0 auto 2%}}@media screen and (max-width:767px){.section-works__catwrap{margin:0 auto 3%}}.section-works__catwrap:not(:has(+ .section-works__catwrap)){margin-bottom:30px}@media screen and (max-width:1024px){.section-works__catwrap:not(:has(+ .section-works__catwrap)){margin-bottom:4%}}@media screen and (max-width:767px){.section-works__catwrap:not(:has(+ .section-works__catwrap)){margin-bottom:5%}}.section-works__catlist{display:grid;grid-template-columns:repeat(4, 1fr);flex-wrap:wrap;gap:10px;padding:0 40px}@media screen and (max-width:1024px){.section-works__catlist{gap:1vw;padding:0 6%}}@media screen and (max-width:767px){.section-works__catlist{gap:4vw 2vw;grid-template-columns:repeat(3, 1fr)}}.section-works__catlist__item{width:100%}.section-works__catlist__item a{font-size:1.3rem;color:#252525;text-align:center;padding:12px 9px;border:1px solid #222;border-left:4px solid #a20000;background-color:#fff;display:flex;justify-content:center;align-items:center}.section-works .slick-dots{bottom:auto;position:relative;width:auto;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:60px;z-index:1}@media screen and (max-width:1024px){.section-works .slick-dots{margin-top:6vw}}.section-works .slick-dots li{margin:0 10px;width:60px;height:6px}@media screen and (max-width:1024px){.section-works .slick-dots li{margin:0 8px;width:40px;height:4px}}@media screen and (max-width:767px){.section-works .slick-dots li{margin:0 5px;width:8vw;height:0.8vw}}.section-works .slick-dots li button{width:60px;height:6px}@media screen and (max-width:1024px){.section-works .slick-dots li button{width:40px;height:4px}}@media screen and (max-width:767px){.section-works .slick-dots li button{width:8vw;height:0.8vw}}.section-works .slick-dots li button:before{background:#a6a6a6;width:60px;height:6px;border:none;border-radius:0}@media screen and (max-width:1024px){.section-works .slick-dots li button:before{width:40px;height:4px}}@media screen and (max-width:767px){.section-works .slick-dots li button:before{width:8vw;height:0.8vw}}.section-works .slick-dots li.slick-active button:before{background:#a20000}.section-works__slider-wrapper{width:100%;display:flex;flex-direction:column;gap:7rem;position:relative;z-index:4}@media screen and (max-width:1024px){.section-works__slider-wrapper{gap:6rem}}@media screen and (max-width:767px){.section-works__slider-wrapper{gap:6vw}}.section-works__slider{margin-bottom:7rem;display:none}@media screen and (max-width:1024px){.section-works__slider{margin-bottom:7vw}}@media screen and (max-width:767px){.section-works__slider{display:none;margin-bottom:0}}.section-works__slider.slick-initialized{margin-bottom:0 !important;display:block}.section-works__slider-item{position:relative;width:55rem;margin:0 0.5rem;background:#fff;border:1px solid #282828;overflow:hidden}@media screen and (max-width:1024px){.section-works__slider-item{width:55vw;margin:0 0.5rem}}@media screen and (max-width:767px){.section-works__slider-item{width:100%;margin:0 5px !important;border-width:1px}}.section-works__slider-link{display:block;position:relative;padding:30px}@media screen and (max-width:1024px){.section-works__slider-link{padding:6%}}.section-works__slider-img{height:41.3rem;width:100%;position:relative}@media screen and (max-width:1024px){.section-works__slider-img{height:41vw}}@media screen and (max-width:767px){.section-works__slider-img{height:56vw}}.section-works__slider-img img{display:block;height:41.3rem;width:100%;object-fit:cover;font-family:"object-fit: cover;"}@media screen and (max-width:1024px){.section-works__slider-img img{height:41vw}}@media screen and (max-width:767px){.section-works__slider-img img{height:56vw}}.section-works__slider-box{display:flex;flex-direction:column;align-items:flex-start;padding:3rem 2rem 0;gap:3rem;background:#fff}@media screen and (max-width:1024px){.section-works__slider-box{padding:3vw 2vw 0;gap:3vw}}@media screen and (max-width:767px){.section-works__slider-box{gap:3vw;padding:4.5vw 0 3vw}}.section-works__slider-text-wrap{width:100%;display:flex;flex-direction:column;position:relative}@media screen and (max-width:767px){.section-works__slider-text-wrap{gap:3vw}}.section-works__slider-text-wrap::before{content:"";width:20px;height:20px;background:url(../../../../images/top/icon_cmn_02_pc.png) no-repeat center / cover;position:absolute;top:0;right:0}@media screen and (max-width:1024px){.section-works__slider-text-wrap::before{width:2vw;height:2vw}}@media screen and (max-width:767px){.section-works__slider-text-wrap::before{width:3.47vw;height:3.47vw;background-size:3.47vw 3.47vw;background-image:url(../../../../images/top/icon_cmn_02_sp.png)}}.section-works__slider-text-wrap::after{content:"";width:100%;height:1px;background-color:#4c4c4c;position:absolute;left:0;top:41px}@media screen and (max-width:767px){.section-works__slider-text-wrap::after{top:9vw}}@media screen and (max-width:767px){.section-works__slider-text-wrap{gap:5vw}}.section-works__slider-title{width:100%;font-size:1.8rem;line-height:2.6rem;font-weight:bold;letter-spacing:0.05em;color:#000000;-webkit-box-orient:vertical;overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;height:calc(2.6rem * 1);padding-right:30px;margin-bottom:30px}@media screen and (max-width:767px){.section-works__slider-title{letter-spacing:0.06em;font-size:1.4rem;line-height:2.4rem;height:calc(2.4rem * 1);margin-bottom:2vw}}.section-works__slider-description{font-size:1.6rem;line-height:1.8em;letter-spacing:0;color:#000000;-webkit-box-orient:vertical;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;max-height:calc(2.6rem * 3)}@media screen and (max-width:1024px){.section-works__slider-description{font-size:1.5rem}}@media screen and (max-width:767px){.section-works__slider-description{font-size:1.4rem;line-height:1.6em;-webkit-line-clamp:3;max-height:calc(1.6em * 3);color:#262626}}.section-works__slider-label{z-index:1;font-size:1.4rem;letter-spacing:0.05em;font-weight:bold;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;overflow:hidden;display:-webkit-box;width:100%;height:calc(3.1rem * 2)}@media screen and (max-width:767px){.section-works__slider-label{font-size:2.2vw;line-height:6vw;height:calc(6vw * 1)}}.section-works__slider-label-inner{display:flex;align-items:center;flex-wrap:wrap;gap:1rem}@media screen and (max-width:1024px){.section-works__slider-label-inner{gap:1vw}}.section-works__slider-label-text{display:block;width:fit-content;color:#fff;background-color:#211613;line-height:1rem;padding:7px 10px}@media screen and (max-width:1024px){.section-works__slider-label-text{padding:1.2vw 1vw}}@media screen and (max-width:767px){.section-works__slider-label-text{border-width:1px;font-size:1.3rem}}.section-works__btm__button{max-width:1160px;width:100%;text-align:right;padding:0 40px;margin:0 auto;margin-top:-120px;padding-bottom:80px;text-align:right}@media screen and (max-width:1024px){.section-works__btm__button{margin-top:-82px;padding:0 4%;padding-bottom:8vw}}@media screen and (max-width:767px){.section-works__btm__button{margin-top:0;padding-bottom:14vw}}.section-works__btm__button a{color:#111;font-size:1.8rem;position:relative;display:inline-flex;justify-content:flex-end;align-items:center;margin-top:25px}@media screen and (max-width:1024px){.section-works__btm__button a{font-size:1.5rem;margin-top:2.5vw}}@media screen and (max-width:767px){.section-works__btm__button a{font-size:1.4rem}}.section-works__btm__button a::after{content:"";width:40px;height:40px;background:url(../../../../images/top/icon_cmn_01_pc.png) no-repeat center / 20px 20px;background-color:#a20000;border:1px solid #fff;display:flex;justify-content:center;align-items:center;margin-left:23px}@media screen and (max-width:1024px){.section-works__btm__button a::after{width:4vw;height:4vw;background-size:2vw 2vw;margin-left:2.3vw}}@media screen and (max-width:767px){.section-works__btm__button a::after{width:30px;height:30px;background-size:15px 15px;margin-left:2.3vw;margin-right:0;background-image:url(../../../../images/top/icon_cmn_01_sp.png)}}.section-works__btm__button a{display:inline-flex;margin-right:-30px;z-index:2}@media screen and (max-width:1024px){.section-works__btm__button a{margin-right:0;margin-top:0}}@media screen and (max-width:1024px){.section-works__btm__button a::after{margin-left:1.3vw}}.section-company__heading h2.section-title{max-width:1920px;height:445px;margin:0 auto}@media screen and (max-width:1024px){.section-company__heading h2.section-title{height:44.5vw}}@media screen and (max-width:767px){.section-company__heading h2.section-title{height:auto;padding-bottom:6.67vw;border-bottom:1px solid #000}}.section-company__heading h2.section-title img{width:100%;height:100%;object-fit:cover}.section-company__contents{max-width:1160px;padding:60px 40px 80px;margin:auto}@media screen and (max-width:1024px){.section-company__contents{padding:6% 4% 8%}}@media screen and (max-width:767px){.section-company__contents{padding:8% 6% 13%}}.section-company__catch{text-align:center;margin-bottom:40px}@media screen and (max-width:1024px){.section-company__catch{margin-bottom:4%}}@media screen and (max-width:767px){.section-company__catch{margin-bottom:3%}}.section-company__info{display:flex;flex-wrap:wrap;gap:20px 30px}@media screen and (max-width:767px){.section-company__info{gap:0}}.section-company__info dl{width:calc((100% - 30px)/2);display:flex;border-bottom:1px solid #111}.section-company__info dl.company-info__item--wide{width:100%}@media screen and (max-width:767px){.section-company__info dl{width:100%}}.section-company__info dl dt{min-width:115px;font-size:1.6rem;padding:20px 20px 20px 30px;display:flex;align-items:center}@media screen and (max-width:1024px){.section-company__info dl dt{width:11.5vw;padding:2vw 2vw 2vw 3vw}}@media screen and (max-width:767px){.section-company__info dl dt{font-size:1.3rem;padding:4vw 0}}.section-company__info dl dd{width:calc(100% - 175px);font-size:1.8rem;line-height:2.4rem;padding:20px 0;display:flex;align-items:flex-start;justify-content:center;flex-direction:column}@media screen and (max-width:1024px){.section-company__info dl dd{width:calc(100% - 17.5vw);padding:2vw 0;font-size:1.5rem}}@media screen and (max-width:767px){.section-company__info dl dd{font-size:1.4rem;padding:4vw 0}}.section-company__link{text-align:right;margin:40px 0}.section-company__link a{color:#111;font-size:1.8rem;position:relative;display:inline-flex;justify-content:flex-end;align-items:center;margin-top:25px}@media screen and (max-width:1024px){.section-company__link a{font-size:1.5rem;margin-top:2.5vw}}@media screen and (max-width:767px){.section-company__link a{font-size:1.4rem}}.section-company__link a::after{content:"";width:40px;height:40px;background:url(../../../../images/top/icon_cmn_01_pc.png) no-repeat center / 20px 20px;background-color:#a20000;border:1px solid #fff;display:flex;justify-content:center;align-items:center;margin-left:23px}@media screen and (max-width:1024px){.section-company__link a::after{width:4vw;height:4vw;background-size:2vw 2vw;margin-left:2.3vw}}@media screen and (max-width:767px){.section-company__link a::after{width:30px;height:30px;background-size:15px 15px;margin-left:2.3vw;margin-right:0;background-image:url(../../../../images/top/icon_cmn_01_sp.png)}}@media screen and (max-width:1024px){.section-company__link{margin:4% 0}}@media screen and (max-width:767px){.section-company__link{margin:6vw 0 10vw}}@media screen and (max-width:767px){.section-company__link::after{margin-right:0}}.section-company__bnr{text-align:center}.section-blog{background-color:#f2f2f2;padding:70px 0}@media screen and (max-width:1024px){.section-blog{padding:7% 0}}@media screen and (max-width:767px){.section-blog{padding:13% 0 12%}}.section-blog__heading{max-width:1160px;padding:0 40px;margin:0 auto 50px;display:flex;justify-content:center;align-items:center}@media screen and (max-width:1024px){.section-blog__heading{padding:0 4%;margin-bottom:5%}}@media screen and (max-width:767px){.section-blog__heading{flex-direction:column;padding:0 6% 0%;margin-bottom:0%}}.section-blog__heading h2.section-title{text-align:center;margin-bottom:0}@media screen and (max-width:767px){.section-blog__heading h2.section-title{margin-bottom:5.33vw}}@media screen and (max-width:767px){.section-blog__heading h2.section-title img{height:5.73vw}}.section-blog__heading__txt{max-width:fit-content;font-size:1.6rem;line-height:3.2rem;letter-spacing:0.08em;font-weight:500;margin:0 60px}@media screen and (max-width:1024px){.section-blog__heading__txt{max-width:53vw;margin:0 0 0 9vw}}@media screen and (max-width:767px){.section-blog__heading__txt{max-width:inherit;font-size:1.4rem;line-height:2;border-bottom:1px solid #111;padding-bottom:10%;margin:0}}.section-blog__list{display:flex;justify-content:center;flex-wrap:wrap;gap:30px 50px;max-width:1160px;margin:0 auto 30px;padding:0 40px}@media screen and (max-width:1024px){.section-blog__list{gap:3vw 5vw;padding:3vw 5vw;margin-bottom:3vw;padding:0 4vw}}@media screen and (max-width:767px){.section-blog__list{grid-template-columns:1fr;padding:0 6vw;gap:0}}.section-blog__item{width:calc((100% - 50px)/2)}@media screen and (max-width:1024px){.section-blog__item{width:calc((100% - 5vw)/2)}}@media screen and (max-width:767px){.section-blog__item{width:100%}}.section-blog__link{display:block;color:#000;padding-bottom:30px;border-bottom:1px solid #000;position:relative}@media screen and (max-width:1024px){.section-blog__link{padding-bottom:2vw}}@media screen and (max-width:767px){.section-blog__link{padding:5vw 0}}.section-blog__link::after{content:"";width:20px;height:20px;background:url(../../../../images/top/icon_cmn_02_pc.png) no-repeat center / cover;position:absolute;top:0;right:0}@media screen and (max-width:1024px){.section-blog__link::after{width:2vw;height:2vw}}@media screen and (max-width:767px){.section-blog__link::after{width:3.47vw;height:3.47vw;background-image:url(../../../../images/top/icon_cmn_02_sp.png);background-size:contain;top:28vw}}.section-blog__item__main{display:flex;align-items:flex-end;gap:25px;margin-bottom:20px}@media screen and (max-width:1024px){.section-blog__item__main{gap:2.5vw;margin-bottom:2vw}}@media screen and (max-width:767px){.section-blog__item__main{gap:5vw;margin-bottom:6.67vw}}.section-blog__item__img{position:relative;width:56%;height:175px;overflow:hidden}@media screen and (max-width:1024px){.section-blog__item__img{width:28vw;height:17.5vw}}@media screen and (max-width:767px){.section-blog__item__img{width:42.67vw;height:26.67vw}}.section-blog__item__img img{width:100%;height:100%;object-fit:cover}.section-blog__item__info{width:44%}.section-blog__item__person{display:flex;align-items:center;gap:17px;margin-bottom:20px}@media screen and (max-width:1024px){.section-blog__item__person{gap:1.7vw;margin-bottom:2vw}}@media screen and (max-width:767px){.section-blog__item__person{gap:2.13vw;margin-bottom:2vw}}.section-blog__item__face{width:44%;border-radius:50%;overflow:hidden;aspect-ratio:1}@media screen and (max-width:1024px){.section-blog__item__face{width:36%}}.section-blog__item__face img{object-fit:cover;width:100%;height:100%}.section-blog__item__name{font-size:1.6rem;line-height:1.8em;letter-spacing:0;font-size:1.6rem;-webkit-box-orient:vertical;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;max-height:calc(1.8em * 3)}@media screen and (max-width:1024px){.section-blog__item__name{width:64%;font-size:1.6vw;line-height:1.4em}}@media screen and (max-width:767px){.section-blog__item__name{font-size:1.3rem}}.section-blog__item__txt{display:flex;align-items:flex-end;gap:20px;flex:1}@media screen and (max-width:1024px){.section-blog__item__txt{gap:1vw;flex-direction:column;align-items:flex-start}}@media screen and (max-width:767px){.section-blog__item__txt{gap:1vw}}.section-blog__item__date{font-size:1.6rem;color:#6f6f6f}@media screen and (max-width:1024px){.section-blog__item__date{font-size:1rem}}@media screen and (max-width:767px){.section-blog__item__date{font-size:1.1rem}}.section-blog__item__category{font-size:1.5rem;line-height:1em;letter-spacing:0;color:#fff;text-align:left;background-color:#211613;padding:5px 7px;-webkit-box-orient:vertical;overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;max-height:calc(1em * 1)}@media screen and (max-width:1024px){.section-blog__item__category{font-size:1.5vw}}@media screen and (max-width:767px){.section-blog__item__category{font-size:1.2rem;padding:0.8vw 1vw;max-height:calc(1em * 1)}}.section-blog__item__ttl{font-size:1.5rem;line-height:1.7em;color:#222;-webkit-box-orient:vertical;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;max-height:calc(1.6em * 3)}@media screen and (max-width:767px){.section-blog__item__ttl{font-size:1.4rem}}.section-blog__btm{max-width:1160px;text-align:right;padding:0 40px;margin:0 auto;text-align:right}@media screen and (max-width:1024px){.section-blog__btm{padding:0 4%}}@media screen and (max-width:767px){.section-blog__btm{padding:0 6%}}.section-blog__btm a{color:#111;font-size:1.8rem;position:relative;display:inline-flex;justify-content:flex-end;align-items:center;margin-top:25px}@media screen and (max-width:1024px){.section-blog__btm a{font-size:1.5rem;margin-top:2.5vw}}@media screen and (max-width:767px){.section-blog__btm a{font-size:1.4rem}}.section-blog__btm a::after{content:"";width:40px;height:40px;background:url(../../../../images/top/icon_cmn_01_pc.png) no-repeat center / 20px 20px;background-color:#a20000;border:1px solid #fff;display:flex;justify-content:center;align-items:center;margin-left:23px}@media screen and (max-width:1024px){.section-blog__btm a::after{width:4vw;height:4vw;background-size:2vw 2vw;margin-left:2.3vw}}@media screen and (max-width:767px){.section-blog__btm a::after{width:30px;height:30px;background-size:15px 15px;margin-left:2.3vw;margin-right:0;background-image:url(../../../../images/top/icon_cmn_01_sp.png)}}.section-blog__btm__link{display:inline-flex}@media screen and (max-width:767px){.section-blog__btm__link{margin-top:5vw;margin-right:0}}@media screen and (max-width:767px){.section-blog__btm__link::after{margin-right:0}}.section-cta{margin:0 auto;text-align:center;background-color:#f2f2f2;padding:90px 0}@media screen and (max-width:1024px){.section-cta{padding:9% 0}}@media screen and (max-width:767px){.section-cta{padding:13% 0}}.section-cta .section-title{text-align:center;margin-bottom:60px}@media screen and (max-width:1024px){.section-cta .section-title{margin-bottom:6%}}@media screen and (max-width:767px){.section-cta .section-title{margin-bottom:6.67vw}}@media screen and (max-width:767px){.section-cta .section-title img{width:35.33vw}}.section-cta__list{display:grid;grid-template-columns:repeat(3, 1fr);justify-content:center;gap:20px;max-width:1160px;margin:0 auto;padding:0 40px}@media screen and (max-width:1024px){.section-cta__list{padding:0 4%;gap:2vw}}@media screen and (max-width:767px){.section-cta__list{flex-wrap:wrap;gap:5vw;padding:0 6%;grid-template-columns:repeat(1, 1fr)}}.section-cta__list__item{background-color:#fff;display:flex;border:1px solid #000001}@media screen and (max-width:767px){.section-cta__list__item{width:90%;margin:auto}}@media screen and (max-width:767px){.section-cta__list__item:first-child{width:100%}}.section-cta__list__item p{font-size:1.6rem;line-height:1.2em}@media screen and (max-width:1024px){.section-cta__list__item p{font-size:1.6vw}}@media screen and (max-width:767px){.section-cta__list__item p{font-size:1.4rem;line-height:1.2em}}.section-cta__list__link{color:#111;display:flex;flex-direction:column;align-items:center;justify-content:center;margin:auto;width:100%;height:120px;padding:0 10px}@media screen and (max-width:767px){.section-cta__list__link{height:65px}}.section-cta__list__link p{position:relative}@media screen and (max-width:767px){.section-cta__list__link p{display:flex;align-items:center}}@media screen and (max-width:767px){.section-cta__list__link p br{display:none}}.section-cta__list__tel{width:500px}@media screen and (max-width:1024px){.section-cta__list__tel{width:50vw}}@media screen and (max-width:767px){.section-cta__list__tel{width:auto;height:100px}}.section-cta__list__tel__number{margin-bottom:14px}@media screen and (max-width:1024px){.section-cta__list__tel__number{margin-bottom:1.4vw}}@media screen and (max-width:767px){.section-cta__list__tel__number img{height:6.13vw;max-height:32px}}.section-cta__list__tel__info{font-size:1.5rem;letter-spacing:0}@media screen and (max-width:1024px){.section-cta__list__tel__info{line-height:1.2}}@media screen and (max-width:767px){.section-cta__list__tel__info{font-size:1.2rem;line-height:1.4}}.section-cta__list__tel__info .display-tb{display:none}@media screen and (max-width:1024px){.section-cta__list__tel__info .display-tb{display:block}}.section-cta__list__mail p::before{display:block;font-family:"Font Awesome 6 Free";content:"";font-size:2.8rem;font-weight:700;color:#000001;margin-bottom:15px}@media screen and (max-width:767px){.section-cta__list__mail p::before{display:inline-block;margin-bottom:0;margin-right:10px}}.section-cta__list__quotation p::before{display:block;font-family:"Font Awesome 6 Free";content:"";font-size:2.8rem;font-weight:700;color:#000001;margin-bottom:15px}@media screen and (max-width:767px){.section-cta__list__quotation p::before{display:inline-block;margin-bottom:0;margin-right:10px}}@media screen and (max-width:767px){.global-nav__cta .section-cta{padding:13% 0 27%}}.global-nav__cta .section-cta__list{display:flex;flex-wrap:wrap}.global-nav__cta .section-cta__list__item{width:100%}.global-nav__cta .section-cta__list__item:not(:nth-of-type(1)){width:calc((100% - 24px)/2)}@media screen and (max-width:1024px){.global-nav__cta .section-cta__list__item:not(:nth-of-type(1)){width:calc((100% - 2.6vw)/2)}}@media screen and (max-width:767px){.global-nav__cta .section-cta__list__item:not(:nth-of-type(1)){width:100%}}.section-question{padding-top:7rem;padding-bottom:7rem;width:100%;max-width:1920px;margin:0 auto;display:flex;flex-direction:column}.section-question *{box-sizing:border-box;position:relative}.section-question .sp_only{display:none}@media screen and (max-width:767px){.section-question .sp_only{display:block}}@media screen and (max-width:767px){.section-question .pc_only{display:none}}@media screen and (max-width:1024px){.section-question{padding-top:7vw;padding-bottom:7vw}}@media screen and (max-width:767px){.section-question{padding-top:9vw;padding-bottom:11vw}}.section-question__heading{width:100%;max-width:124rem;margin:0 auto;padding:0 4rem;display:flex;flex-direction:column;position:relative;gap:3.5rem}@media screen and (max-width:1024px){.section-question__heading{padding:0 3%;gap:3.5vw}}@media screen and (max-width:767px){.section-question__heading{padding:0 6%;gap:4vw}}.section-question__heading-text{font-size:1.8rem;line-height:1.8em;letter-spacing:0.05em;text-align:center}@media screen and (max-width:1024px){.section-question__heading-text{font-size:1.6rem}}@media screen and (max-width:767px){.section-question__heading-text{font-size:1.4rem}}.section-question__contents{width:100%;max-width:124rem;margin:0 auto;padding:0 4rem;display:flex;flex-direction:column;position:relative;margin-top:3rem;align-items:center;gap:2rem}@media screen and (max-width:1024px){.section-question__contents{padding:0 3%;margin-top:3vw;gap:2vw}}@media screen and (max-width:767px){.section-question__contents{padding:0 6%;margin-top:6vw;gap:4vw}}.section-question__contents--cate{margin-top:2.5rem}@media screen and (max-width:1024px){.section-question__contents--cate{margin-top:2.5vw}}@media screen and (max-width:767px){.section-question__contents--cate{margin-top:4.5vw}}.section-question__contents-ttl{font-size:2.6rem;line-height:1.4;letter-spacing:0;border-bottom:1px solid;color:#333333;font-weight:700;font-feature-settings:"palt"}@media screen and (max-width:1024px){.section-question__contents-ttl{font-size:2.6rem}}@media screen and (max-width:767px){.section-question__contents-ttl{font-size:2rem}}.section-question__cate-list{width:100%;display:grid;grid-template-columns:repeat(4, 1fr);gap:2rem;max-width:944px;margin:auto}@media screen and (max-width:1024px){.section-question__cate-list{gap:1.5vw;width:88%}}@media screen and (max-width:767px){.section-question__cate-list{display:grid;grid-template-columns:1fr 1fr;gap:3vw;width:92%}}.section-question__cate-item{border:1px solid #222;overflow:hidden;width:100%}@media screen and (max-width:767px){.section-question__cate-item{width:100%;height:auto;border-width:1px}}.section-question__cate-item-link{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:1.6rem;line-height:1.8;font-weight:bold;color:#222;padding:9px 1.2em;letter-spacing:0}@media screen and (max-width:1024px){.section-question__cate-item-link{font-size:1.5rem}}@media screen and (max-width:767px){.section-question__cate-item-link{font-size:1.4rem}}.section-question__cate-item-link::after{display:flex;position:absolute;right:0.4rem;top:50%;transform:translateY(-50%);content:"";font-family:"Font Awesome 6 Free";font-weight:900;color:#fff;font-size:1.2rem;-webkit-text-stroke:2px #222;text-stroke:2px #222;z-index:2;color:#222}@media screen and (max-width:1024px){.section-question__cate-item-link::after{right:0.6vw;font-size:1.2vw}}@media screen and (max-width:767px){.section-question__cate-item-link::after{justify-content:center;align-items:center;width:3.2vw;height:3.6vw;right:0;font-size:2vw;-webkit-text-stroke:1px #222;text-stroke:1px #222}}.section-question__list{width:100%;display:grid;grid-template-columns:1fr 1fr 1fr;gap:1rem}@media screen and (max-width:1024px){.section-question__list{gap:1vw}}@media screen and (max-width:767px){.section-question__list{display:grid;grid-template-columns:1fr 1fr;gap:3vw}}.section-question__item{border:1px solid #222;padding:4% 0}.section-question__item-link{width:100%;height:100%;padding-left:1.2rem;padding-right:2rem;display:flex;align-items:center;font-size:1.6rem;line-height:2rem;letter-spacing:-0.08em;font-weight:bold;color:#222222}@media screen and (max-width:1024px){.section-question__item-link{font-size:1.5rem}}@media screen and (max-width:767px){.section-question__item-link{padding-left:2vw;font-size:1.5rem}}.section-question__item-link::after{display:flex;align-items:center;position:absolute;right:1rem;top:0;bottom:0;margin:auto;content:"";font-family:"Font Awesome 6 Free";font-weight:900;color:#a20000;font-size:1.2rem;-webkit-text-stroke:2px #a20000;text-stroke:2px #a20000;z-index:2}@media screen and (max-width:1024px){.section-question__item-link::after{right:1vw;font-size:1.2vw}}@media screen and (max-width:767px){.section-question__item-link::after{right:2vw;font-size:2vw;-webkit-text-stroke:1px #a20000;text-stroke:1px #a20000}}.section-question__button{margin-top:3.5rem}@media screen and (max-width:1024px){.section-question__button{margin-top:3.5vw}}@media screen and (max-width:767px){.section-question__button{margin-top:5vw}}.cta-floating{position:fixed;bottom:0;left:50%;transform:translateX(-50%);width:100%;max-width:700px;z-index:99;box-sizing:border-box;transition:opacity 0.3s ease;background-color:#000001;box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.08)}@media screen and (max-width:1024px){.cta-floating{display:block}}.cta-floating.display-none{transition:opacity 0.3s ease;display:none}.cta-floating__contents{width:100%;box-sizing:border-box;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.cta-floating__img{position:absolute;left:15px;bottom:0;z-index:1}@media screen and (max-width:1024px){.cta-floating__img{left:5px}}@media screen and (max-width:767px){.cta-floating__img{left:0;width:35vw;min-width:190px}}@media (max-width:475px){.cta-floating__img{width:42vw;min-width:200px}}.cta-floating__button{width:100%;position:relative;z-index:2}.cta-floating__button__title{font-size:1.2rem;line-height:1.4em;color:#fff;text-align:center;letter-spacing:0.5px;padding:3px 0}@media (max-width:475px){.cta-floating__button__title{font-size:1.1rem;line-height:1.8rem}}@media screen and (max-width:767px){.cta-floating__button__title__catch{display:none}}.cta-floating__button__list{width:100%;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:900px;margin:0 auto;background:#fff;color:#252525}.cta-floating__button__list__item{display:inline-block;position:relative;box-sizing:border-box;width:calc(100% / 3)}.cta-floating__button__list__item__link{width:100%;height:50px;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.cta-floating__button__list__item__link.tel{position:relative}.cta-floating__button__list__item__link.tel::before{content:"";width:35px;height:23px;background:url(../../../../images/top/floating_icon_01_pc.png) no-repeat center / cover;display:inline-block;margin-right:10px}@media screen and (max-width:767px){.cta-floating__button__list__item__link.tel::before{width:24px;height:16px;background-image:url(../../../../images/top/floating_icon_01_sp.png)}}.cta-floating__button__list__item__link.tel::after{content:"";width:1px;height:60%;background-color:#000001;position:absolute;right:0}@media screen and (max-width:767px){.cta-floating__button__list__item__link.tel span{line-height:1.2rem;letter-spacing:1px;font-size:1.4rem;display:inline-block;line-height:1.3rem;font-weight:bold}}@media (max-width:475px){.cta-floating__button__list__item__link.tel span{font-size:3.47vw}}.cta-floating__button__list__item__link.tel p{font-size:2.2rem}.cta-floating__button__list__item__link.mail{position:relative}.cta-floating__button__list__item__link.mail::before{content:"";display:inline-block;font-family:"Font Awesome 6 Free";content:"";font-size:2.4rem;font-weight:700;color:#000001;margin-right:10px}@media screen and (max-width:767px){.cta-floating__button__list__item__link.mail::before{font-size:2rem}}.cta-floating__button__list__item__link.mail::after{content:"";width:1px;height:60%;background-color:#000001;position:absolute;right:0}.cta-floating__button__list__item__link.mail span{display:inline-block;font-size:1.8rem;line-height:1.8rem;font-weight:bold;color:#fff}@media screen and (max-width:1024px){.cta-floating__button__list__item__link.mail span{font-size:1.5rem;line-height:1.5rem}}@media screen and (max-width:767px){.cta-floating__button__list__item__link.mail span{font-size:1.2rem;line-height:1.2rem}}@media (max-width:475px){.cta-floating__button__list__item__link.mail span{width:100%;text-align:center;font-size:1rem;line-height:1rem;letter-spacing:1px}}.cta-floating__button__list__item__link.line{position:relative}.cta-floating__button__list__item__link.line::before{content:"";display:inline-block;font-family:"Font Awesome 6 Free";content:"";font-size:2.4rem;font-weight:700;color:#000001;margin-right:10px}@media screen and (max-width:767px){.cta-floating__button__list__item__link.line::before{font-size:2rem}}.cta-floating__button__list__item__link.line span{display:inline-block;font-size:1.8rem;line-height:1.8rem;font-weight:bold;color:#fff}@media screen and (max-width:1024px){.cta-floating__button__list__item__link.line span{font-size:1.5rem;line-height:1.5rem}}@media screen and (max-width:767px){.cta-floating__button__list__item__link.line span{font-size:1.2rem;line-height:1.2rem}}@media (max-width:475px){.cta-floating__button__list__item__link.line span{width:100%;text-align:center;font-size:1rem;line-height:1rem;letter-spacing:1px}}.cta-floating__button__list__item__link p{font-size:1.8rem;color:#252525;letter-spacing:0;font-weight:700}@media screen and (max-width:767px){.cta-floating__button__list__item__link p{font-size:1.4rem}}@media screen and (max-width:450px){.cta-floating__button__list__item__link p{font-size:3.47vw}}.cta-floating__button__list__item__link p .hide-pc{display:none}@media screen and (max-width:767px){.cta-floating__button__list__item__link p .hide-pc{display:block}}@media screen and (max-width:767px){.cta-floating__button__list__item__link p .hide-sp{display:none}}.cta-floating__button__list__item__title{font-size:1.1rem;line-height:1.6rem;font-weight:bold;color:#333;letter-spacing:0.5px}.cta-floating__button__list__item__title br{display:none}@media screen and (max-width:1024px){.cta-floating__button__list__item__title br{display:block}}@media screen and (max-width:1024px){.cta-floating__button__list__item__title{text-align:center;font-size:1rem;line-height:1.2rem}}@media screen and (max-width:767px){.cta-floating__button__list__item__title{display:none}}.cta-floating__button__list__item:last-child{margin-right:-1px}@media screen and (max-width:900px){.cta-floating__button__list__item:last-child{margin-right:0}}body *{font-size:1.5rem;line-height:1.7rem}@media screen and (max-width:767px){body *{font-size:1.4rem}}html,body{overflow-x:clip}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}body{background:#fff;position:relative;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;max-width:1920px;width:100%;margin:auto}a{text-decoration:none;transition:opacity 0.3s ease}a:hover{opacity:0.6;transition:opacity 0.3s ease}input[type="tel"],input[type="email"],input[type="text"],input[type="submit"],button,textarea{margin:0;padding:0;background:none;border:none;border-radius:0;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}input:focus::-webkit-input-placeholder{color:transparent}input:focus:-moz-placeholder{color:transparent}input:focus::-moz-placeholder{color:transparent}::-webkit-search-cancel-button{-webkit-appearance:none}.clearfix{width:100%}.clearfix:after{content:"";display:block;clear:both}@media screen and (max-width:767px){.display_pc{display:none}}.hide_pc{display:none}@media screen and (max-width:1024px){.hide_pc{display:block}}@media (min-width:768px){.display_sp{display:none}}figure.no_image{position:relative;height:180px;overflow:hidden}figure.no_image img{position:absolute;top:50%;transform:translateY(-50%)}@media screen and (max-width:767px){figure.no_image{height:130px}}.container{box-sizing:border-box;max-width:1024px;width:100%;margin:0 auto;padding:0}.container::after{display:block;clear:both;content:""}.contents{float:left;width:70%;max-width:770px;margin-right:2%}.layout{width:100%;box-sizing:border-box;display:block}@media (min-width:1025px){.layout{width:1024px;margin:0 auto;padding:0}}.layout--single{width:100%;margin:0;padding:0}.layout__main{display:block}@media (min-width:1025px){.layout__main{display:flex;justify-content:center}}.layout__main-left{width:100%}@media (min-width:1025px){.layout__main-left{max-width:770px;width:100%;margin:0 14px 0 0}}.layout__main-right{display:none}@media (min-width:1025px){.layout__main-right{max-width:242px;width:100%;margin:50px 0 120px 0;display:block;position:relative}.layout__main-right::before,.layout__main-right::after{content:"";position:absolute;left:0;width:100%;height:10px;z-index:10;pointer-events:none}.layout__main-right::before{top:0;background:linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0) 100%)}.layout__main-right::after{bottom:0;background:linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%)}}.layout__main-right .layout__main-right{margin-bottom:0;box-shadow:none}.layout__main-right .layout__main-right::before,.layout__main-right .layout__main-right::after{content:none}.layout__side .container{margin-top:80px;padding:0 6%;box-sizing:border-box}@media (min-width:768px){.layout__side .container{padding:0 3%}}@media (min-width:1025px){.layout__side .container{padding:0}}html{font-size:62.5% !important;font-weight:500;letter-spacing:0.175em;font-family:"Zen Kaku Gothic New", sans-serif, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, "Font Awesome 5 Free", sans-serif}.open.pc-cta-btn__item--menu::before{background-image:url("../../../../images/icon/cta_menu_close.svg")}.inPost>h1{font-size:2.4rem;font-weight:600}.inPost>h2{font-size:1.8rem;font-weight:600}.inPost>h3{font-size:1.6rem;font-weight:600}.inPost>h4{font-size:1.4rem;font-weight:600}.inPost>h5{font-size:1.4rem;font-weight:600}.inPost>h6{font-size:1.4rem;font-weight:600}.inPost>p{font-size:1.6rem;letter-spacing:0.125em;line-height:1.75em}.inPost>a{color:blue}.inPost>li{font-size:1.6rem;line-height:1.75em}.inPost>span{font-size:1.6rem}.inPost>table{width:100%;border:1px solid #222;border-collapse:collapse}.inPost>table th{padding:20px 0;font-size:1.6rem;font-weight:600;text-align:center;border:1px solid #222}.inPost>table td{padding:20px;font-size:1.6rem;border:1px solid #222}.page-ttl{text-align:center;display:block}.page-ttl.container{margin:30px auto 25px;padding:0 6%;box-sizing:border-box}@media (min-width:768px){.page-ttl.container{margin:40px auto;padding:0 3%;box-sizing:border-box}}@media (min-width:1025px){.page-ttl.container{margin:40px auto 30px;padding:0 3%}}.page-ttl__ruby{font-size:1.3rem;font-weight:600;letter-spacing:0.175em;text-transform:uppercase;margin:0 0 5px;color:#04346b;display:block}@media (min-width:768px){.page-ttl__ruby{font-size:1.4rem}}.page-ttl__h2{margin:0 auto;font-size:2rem;font-weight:600;letter-spacing:0.175em;line-height:1.75em;color:#222;box-sizing:border-box}@media screen and (max-width:1024px){.page-ttl__h2{font-size:2.4rem}}@media screen and (max-width:767px){.page-ttl__h2{font-size:2rem}}@media (max-width:400px){.page-ttl__h2{font-size:1.6rem;letter-spacing:0.05em}}.section-ttl{padding:25px 0 20px;text-align:center;display:block}@media (min-width:768px){.section-ttl{padding:30px 0}}.section-ttl__ruby{font-size:1rem;font-weight:600;letter-spacing:0.175em;margin:0 0 5px;color:#04346b;display:block}@media (min-width:768px){.section-ttl__ruby{font-size:1.3rem;margin:0}}.section-ttl__h2{font-size:1.5rem;font-weight:600;letter-spacing:0.175em;line-height:1.75em;color:#222}@media (min-width:768px){.section-ttl__h2{font-size:2rem}}.summary{padding:0 4% 30px;background-color:#f7f7f7}@media (min-width:768px){.summary{padding:0 3% 50px;border-radius:3px}}.summary__table{width:100%;border:1px solid #645a5a;border-radius:3px;box-sizing:border-box}.summary__table-tr{border-bottom:1px solid #645a5a;background:#fff}.summary__table-th{width:40%;font-size:1.3rem;font-weight:500;color:#222;border-right:1px solid #645a5a}@media (min-width:768px){.summary__table-th{font-size:1.3rem}}.summary__table-td{width:60%;font-size:1.3rem;font-weight:400;color:#222;padding:4%;line-height:1.6em}@media (min-width:768px){.summary__table-td{font-size:1.3rem;padding:20px}}.summary__section-ttl{padding:30px 0 20px}@media (min-width:768px){.summary__section-ttl{padding:50px 0}}.summary-works{margin:0 auto 4%}@media (min-width:768px){.summary-works{margin:0 auto 30px}}.hori-card{padding:0 6%;box-sizing:border-box}@media (min-width:768px){.hori-card{padding:0 3%}}@media (min-width:1025px){.hori-card{padding:0}}.hori-card__figure{position:relative;overflow:hidden}.hori-card__link{border:1px solid #645a5a;border-radius:3px}.hori-card__layout{display:flex;align-items:center}.hori-card__thumb{width:130px;height:130px;position:relative}@media (min-width:768px){.hori-card__thumb{width:180px;height:180px}}.hori-card__img{width:130px;height:130px;object-fit:cover;font-family:"object-fit:cover;";border-radius:3px 0 0 3px}@media (min-width:768px){.hori-card__img{width:180px;height:180px}}.hori-card__img.blog_bg{width:130px;height:130px;object-fit:cover;font-family:"object-fit:cover;";border-radius:3px 0 0 3px;filter:brightness(0.94) blur(5px);position:absolute;top:50%;left:50%;transform:translate(-50%, -50%) scale(1.04);z-index:1}@media (min-width:768px){.hori-card__img.blog_bg{width:180px;height:180px}}.hori-card__img.blog_main{width:130px;height:130px;object-fit:contain;font-family:"object-fit:contain;";border-radius:3px 0 0 3px;position:relative;z-index:2}@media (min-width:768px){.hori-card__img.blog_main{width:180px;height:180px}}.hori-card__cat{padding:5px 15px;font-size:1rem;font-weight:600;letter-spacing:0.175em;color:#222;background-color:#fff;border-radius:0 3px 3px 0;position:absolute;top:10px;left:0}.hori-card__txt{width:calc(100% - 130px);height:130px;padding:20px 12px;border-radius:0 3px 3px 0;box-sizing:border-box;position:relative;background:#fff}@media (min-width:768px){.hori-card__txt{width:calc(100% - 180px);height:180px;padding:30px 20px}}.hori-card__prefecture{font-size:1.2rem;font-weight:500;letter-spacing:0.15em;color:#04346b;margin:0 0 0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;line-height:1.5em;max-height:calc(1.5em * 1)}@media (min-width:768px){.hori-card__prefecture{font-size:1.3rem}}.hori-card__parts-list{overflow:hidden}.hori-card__parts-list:first-of-type{margin-bottom:10px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;line-height:1.45em;font-weight:300;font-size:1rem}.hori-card__parts-item{font-size:1rem;letter-spacing:0.175em;color:#222;display:inline-block}@media (min-width:768px){.hori-card__parts-item{font-size:1.3rem}}.hori-card__parts-item:after{content:"/";margin:0 5px}.hori-card__parts-item:last-child:after{content:none}.hori-card__parts-item--split::after{content:"/";margin:0 5px;display:inline-block}.hori-card__parts-item--split:last-child::after{content:""}.hori-card__parts-item--card{color:#fff;background:#222;font-size:1rem;margin-right:5px;padding:5px;box-sizing:border-box}@media (min-width:768px){.hori-card__parts-item--card{font-size:1.3rem}}.hori-card__parts-item--card::after{display:none}.hori-card__ttl{font-size:1.3rem;font-weight:500;letter-spacing:0.075em;margin:3px 0 10px;display:block;color:#222;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;line-height:1.4em;max-height:calc(1.4em * 2)}@media (min-width:768px){.hori-card__ttl{font-size:1.6rem;margin:10px 0 15px;height:auto}}.hori-card__cost{padding:5px 0;position:absolute;top:auto;bottom:0;left:0;background:#a20000;color:#fff;text-align:center;width:100%;letter-spacing:0.05em;border-radius:0;font-size:1.1rem}.hori-card__cost--parts{top:auto;bottom:10px}.hori-card__price{font-size:1.5rem;font-weight:600}.hori-card__staff{padding:5px;position:absolute;top:8px;left:8px;font-size:1rem;font-weight:500;letter-spacing:0.15em;color:#222;background-color:#fff;border-radius:3px;display:inline-block}.hori-card__works-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:20px;width:100%}@media screen and (max-width:1024px){.hori-card__works-grid{gap:2vw}}@media screen and (max-width:767px){.hori-card__works-grid{grid-template-columns:repeat(2, 1fr);gap:3vw}}.slick-dots.d-none{display:none}@media (min-width:768px){.post-type-archive .hori-card__txt{padding:30px}}.post-type-archive-works .hori-card__parts-list,.tax-works_cat .hori-card__parts-list{font-size:1.3rem;font-weight:400;color:#a1a1a1;-webkit-line-clamp:5}.post-type-archive-voice .hori-card__ttl{line-height:1.7em;margin:3px 0 10px;-webkit-line-clamp:3;max-height:calc(1.7em * 3)}.vert-card{border-radius:3px;box-sizing:border-box;display:flex;flex-wrap:wrap}@media (min-width:320px){.vert-card{justify-content:space-between}}@media (min-width:768px){.vert-card{justify-content:flex-start}}.vert-card__item{width:48%}@media (min-width:768px){.vert-card__item{width:calc(96% / 3)}}@media (min-width:1025px){.vert-card__item{width:calc(738px / 3)}}.vert-card__price--yen{font-size:1.2rem;margin:0 5px 0 3px}.vert-card__price--tax{font-size:1.2rem;color:#04346b}.horizontal-list{padding:0;overflow-x:visible;overflow-y:visible;white-space:nowrap;overflow-scrolling:touch;-webkit-overflow-scrolling:touch;box-sizing:border-box;display:block}@media (min-width:768px){.horizontal-list{padding:0;white-space:normal;display:flex}}.horizontal-list__item{margin:0 15px 0 0;white-space:normal;display:inline-block;vertical-align:top}@media (min-width:768px){.horizontal-list__item{width:49%;margin:0 2% 0 0}}.horizontal-list__item--landscape{width:100%}@media (min-width:768px){.horizontal-list__item--landscape{width:49%}}.horizontal-list__item--portrait{width:100%}@media (min-width:768px){.horizontal-list__item--portrait{width:100%;margin:0 0.75%}}.horizontal-list .menuRelated-wrap{margin:0 1px;display:-ms-grid;display:grid !important;-ms-grid-columns:1fr 1fr 1fr 1fr;grid-template-columns:repeat(4, 1fr);-ms-grid-rows:1fr;grid-template-rows:1fr;-ms-grid-column-gap:8px;grid-column-gap:8px;-ms-grid-row-gap:0px;grid-row-gap:0px}@media screen and (max-width:767px){.horizontal-list .menuRelated-wrap{display:-ms-grid;display:grid;-ms-grid-columns:1fr 1fr;grid-template-columns:repeat(2, 1fr);-ms-grid-rows:1fr;grid-template-rows:1fr;-ms-grid-column-gap:8px;grid-column-gap:8px;-ms-grid-row-gap:0px;grid-row-gap:0px}}.horizontal-list .menuRelated-wrap>article{margin:0}.slick-dots li.slick-active button:before{background:#a20000}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}#kuchikomi_wrap .resultcontent .result_time{height:auto;line-height:1.4em}#kuchikomi_wrap .resultcontent .result_author{height:auto;line-height:1.4em}#kuchikomi_wrap .resultcontent .resultcontent .star-rating{height:auto}.section-works-recommend.initial{padding:4% 0}@media screen and (max-width:767px){.section-works-recommend.initial{padding:6% 0}}@media screen and (max-width:1024px){.section-works-recommend.initial.inner{padding:4%}}@media screen and (max-width:767px){.section-works-recommend.initial.inner{padding:6%}}.section-works-recommend.initial .section-works-recommend__ttl{position:relative;margin-bottom:20px;font-size:2rem;line-height:1.4em;font-weight:600;text-align:center}@media screen and (max-width:767px){.section-works-recommend.initial .section-works-recommend__ttl{font-size:1.8rem;margin-bottom:4%}}.section-works-recommend.postpage-menu-initial{margin-top:80px}@media screen and (max-width:767px){.section-works-recommend.postpage-menu-initial{margin-top:50px;padding:0 20px}}.section-works-recommend.postpage-menu-initial .section-works-recommend__ttl{margin-bottom:20px}@media screen and (max-width:767px){.section-works-recommend.postpage-menu-initial .section-works-recommend__ttl{margin-bottom:15px}}.section-works-recommend.postpage-menu-initial .section-works-recommend__ttl__string{font-size:2.2rem;font-weight:bold;line-height:1.75}@media screen and (max-width:767px){.section-works-recommend.postpage-menu-initial .section-works-recommend__ttl__string{font-size:1.6rem}}.section-works-recommend.postpage-menu-initial .section-works-recommend__list{margin-bottom:80px}@media (min-width:768px){.section-works-recommend .section-works-recommend__list.type-a .slick-list{width:101.89%}}.section-works-recommend .section-works-recommend__list.type-a .slick-track{margin-left:0}@media screen and (max-width:767px){.section-works-recommend .section-works-recommend__list.type-a .slick-slide{padding:0 1px}}@media (min-width:768px){.section-works-recommend .section-works-recommend__list.type-a .section-works-recommend__list__item{margin-right:20px}}.section-works-recommend .section-works-recommend__list.type-a .section-works-recommend__list__item__link{display:flex;align-items:center;border:1px solid #CACACA}.section-works-recommend .section-works-recommend__list.type-a .section-works-recommend__list__item__ph{position:relative;width:40%;aspect-ratio:1.3333333333;overflow:hidden}.section-works-recommend .section-works-recommend__list.type-a .section-works-recommend__list__item__ph img{display:inline-flex;position:absolute;width:auto;height:100%;object-fit:contain;top:50%;transform:translate(-50%, -50%);left:50%}.section-works-recommend .section-works-recommend__list.type-a .section-works-recommend__list__item__ph__cover{position:relative;top:0;left:0;width:100%;height:100%;z-index:-1;-ms-filter:blur(8px);filter:blur(8px);opacity:0.5;pointer-events:none}.section-works-recommend .section-works-recommend__list.type-a .section-works-recommend__list__item__info{flex:1.3333333333;padding:4%}.section-works-recommend .section-works-recommend__list.type-a .section-works-recommend__list__item__info__ttl{font-size:1.4rem;font-weight:500;color:#000;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;line-height:1.4em;max-height:calc(1.4em* 2)}.section-works-recommend .section-works-recommend__list.type-a .section-works-recommend__list__item__info__cate{margin-top:4%;font-size:1.2rem;line-height:1.3em;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;color:#5a5a5a}.section-works-recommend .section-works-recommend__list.type-a .section-works-recommend__list__item__info__cate span+span::before{content:"/"}.grecaptcha-badge{visibility:hidden}form .ssl_cnt{margin-top:40px;text-align:center}@media screen and (max-width:1024px){form .ssl_cnt{margin-top:4%}}form .ssl_cnt img{max-width:130px}.single .layout .supervisor-profile{margin:60px 0;padding:25px;background-color:#f7f7f7}@media screen and (max-width:767px){.single .layout .supervisor-profile{margin:40px 0;padding:8% 6%}}.single .layout .supervisor-profile .single-works__subtitle__title{padding:initial !important;border-top:initial !important;border-bottom:initial !important;margin:0 0 20px !important;font-size:2rem !important;font-weight:bold !important}@media screen and (max-width:767px){.single .layout .supervisor-profile .single-works__subtitle__title{font-size:1.6rem !important}}.single .layout .supervisor-profile__inner{display:flex;gap:25px;margin-bottom:6%;align-items:flex-start}.single .layout .supervisor-profile__inner:last-child{margin-bottom:0}@media screen and (max-width:767px){.single .layout .supervisor-profile__inner{flex-direction:column;align-items:center;gap:20px}}.single .layout .supervisor-profile__image{flex-shrink:0;width:140px;height:140px}@media screen and (max-width:767px){.single .layout .supervisor-profile__image{width:40%;height:auto;aspect-ratio:1}}.single .layout .supervisor-profile__image img{width:100%;height:100%;border-radius:50%;object-fit:cover}.single .layout .supervisor-profile__content{flex-grow:1}.single .layout .supervisor-profile__name{font-size:2rem;font-weight:bold;margin:0 0 20px;color:#222}@media screen and (max-width:767px){.single .layout .supervisor-profile__name{font-size:1.6rem}}.single .layout .supervisor-profile__name ruby{font-weight:bold}.single .layout .supervisor-profile__name rt{margin-bottom:3px;color:#04346b}.single .layout .supervisor-profile__details{font-size:1.5rem;margin-bottom:20px;line-height:1.5em}@media screen and (max-width:767px){.single .layout .supervisor-profile__details{font-size:1.4rem}}.single .layout .supervisor-profile__details dt{font-weight:bold;color:#04346b;margin-top:15px;margin-bottom:6px}.single .layout .supervisor-profile____related-link-wrap{display:inline-block}.single .layout .supervisor-profile__link{padding:12px 15px;border:1px solid #04346b;border-radius:5px;text-decoration:none;color:#04346b;text-align:center;font-weight:bold;transition:all 0.3s ease;display:inline-block;margin-bottom:5px}@media screen and (max-width:767px){.single .layout .supervisor-profile__link{padding:10px 12px}}.single .layout .supervisor-profile__link:hover{background-color:#04346b;color:#fff}.relative_staff{background:#f7f7f7;border:solid 1px #dedede;padding:0 6% 50px}@media screen and (max-width:767px){.relative_staff{padding:6%}}@media (min-width:768px){.relative_staff{padding:4%}}.relative_staff__comment{margin-top:4%;border:solid 2px #dedede;border-radius:5px;padding:20px 10px;box-sizing:border-box;font-size:1.3rem;line-height:1.75em;align-items:center;display:flex;background:#fff;width:100%}@media (min-width:768px){.relative_staff__comment{padding:20px;font-size:1.5rem}}.relative_staff__up-box{display:flex;justify-content:space-between;align-items:center}@media screen and (max-width:767px){.relative_staff__up-box{flex-direction:column;align-items:flex-start}}.relative_staff__up-box--ttlbox{width:77%}@media screen and (max-width:767px){.relative_staff__up-box--ttlbox{width:100%;display:contents}}.relative_staff__up-box--namebox{display:flex;align-items:center}@media screen and (max-width:767px){.relative_staff__up-box--namebox{border-left:1px solid #222;padding-left:10px}}@media (max-width:480px){.relative_staff__up-box--namebox{flex-direction:column;align-items:flex-start;padding-left:10px}}.relative_staff__up-box--namebox a{color:#222;line-height:2em;border:1px solid #222;display:block;padding:0 10px;border-radius:20px;background:#fff;font-size:1.5rem;letter-spacing:0}@media screen and (max-width:767px){.relative_staff__up-box--namebox a{font-size:1.3rem}}@media (max-width:340px){.relative_staff__up-box--namebox a{margin-bottom:5px}}.relative_staff__up-box--btnbox{display:flex;flex-wrap:wrap}.relative_staff__up-box--btnbox>div:not(:first-of-type){margin-left:10px}@media (max-width:480px){.relative_staff__up-box--btnbox>div:not(:first-of-type){margin-left:5px}}.relative_staff__up-box--btnbox>div:nth-of-type(1){border-left:1px solid #222;padding-left:10px;margin-left:10px}@media screen and (max-width:767px){.relative_staff__up-box--btnbox>div:nth-of-type(1){border-left:0 solid #222}}@media (max-width:480px){.relative_staff__up-box--btnbox>div:nth-of-type(1){padding-left:0;margin-left:0}}.relative_staff__up-box--thumb{width:20%;height:100%;aspect-ratio:1;border-radius:500px;overflow:hidden}@media screen and (max-width:767px){.relative_staff__up-box--thumb{width:34%;align-self:center;margin-bottom:10px}}.relative_staff__up-box--img{object-fit:cover;width:100%;height:100%}.relative_staff__up-box--ruby{font-size:1.3rem;font-weight:600;letter-spacing:0.175em;text-transform:uppercase;color:#04346b;display:block}@media screen and (max-width:767px){.relative_staff__up-box--ruby{order:-2}}.relative_staff__up-box--ttl{padding:initial !important;border-top:initial !important;border-bottom:initial !important;margin:0 0 20px !important;font-size:2rem !important;font-weight:bold !important}@media screen and (max-width:767px){.relative_staff__up-box--ttl{order:-1;font-size:1.6rem !important}}.relative_staff__up-box--name{font-size:1.8rem}@media screen and (max-width:767px){.relative_staff__up-box--name{font-size:1.6rem}}@media (max-width:480px){.relative_staff__up-box--name{margin-bottom:5px;margin-left:3px}}.post-type-archive-works .layout__main-left,.tax-works_cat .layout__main-left{max-width:1024px;width:100%;margin:auto}b{display:inline-block}.form *{line-height:1.6em;font-size:1.6rem}.scroll{height:250px;overflow-y:scroll;width:96%;margin:0 auto;padding:20px;border:solid 1px #ccc;box-sizing:border-box}@media screen and (max-width:1024px){.scroll{height:230px;padding:2%}}input[type="text"]{width:98%}div.form{max-width:1024px;margin:20px auto}.itemform_add_search .add_box{width:55%}textarea::placeholder,input::placeholder{color:#ccc}.page-template-page-form .cta{display:none !important;width:94%;margin:0 auto;display:flex;justify-content:space-between;position:fixed;bottom:10px;left:3%;z-index:10}@media screen and (max-width:767px){.page-template-page-form .cta{display:none !important}}.page-template-page-form .cta__link{width:50%;height:45px;margin:0 4% 0 0;padding:0 8px;border-radius:calc(45px / 2);border:2px solid #fff;background-color:#8fc41e;display:flex;align-items:center;justify-content:center}.page-template-page-form .cta__link--tel{font-weight:600;color:#fff;display:flex;align-items:center;font-size:1.2rem}.page-template-page-form .cta__link--tel::before{content:"";width:30px;height:30px;margin:0 15px 0 0;background-image:url(../../../../images/icon/contact_tel.svg);display:block}.page-template-page-form .cta__link:last-child{width:80%;margin:0 auto}.page-template-page-form .line-bnr{max-width:940px;margin:0 auto;padding:0 20px 40px}@media screen and (max-width:1024px){.page-template-page-form .line-bnr{padding:0 2% 4%}}@media screen and (max-width:767px){.page-template-page-form .line-bnr{padding:0 2%}}.page-template-page-form input[type="radio"]{display:inline-block !important}.page-template-page-form .page-ttl{margin:2% auto}@media (min-width:768px){.page-template-page-form .page-ttl{margin:20px auto}}.page-template-page-form .select-card{width:100%;max-width:1024px;margin:0 auto 30px;box-sizing:border-box}@media only screen and (max-width:1024px){.page-template-page-form .select-card{padding:0 2%;margin:0 auto 4%}}.page-template-page-form .select-card__inner{display:flex;align-items:center;-webkit-align-items:center;padding:0 40px;font-size:16px;box-sizing:border-box}@media only screen and (max-width:768px){.page-template-page-form .select-card__inner{display:block;padding:0 20px}}.page-template-page-form .select-card__inner>p{float:left;width:68%;margin-right:2%}@media only screen and (max-width:768px){.page-template-page-form .select-card__inner>p{float:none;width:100%;margin-right:0}}.page-template-page-form .select-btn{width:100%;max-width:1024px;margin:30px auto 30px;padding:0 3%;box-sizing:border-box}.page-template-page-form .select-btn a:hover{opacity:1}@media only screen and (max-width:768px){.page-template-page-form .select-btn{margin:15px auto 15px}}.page-template-page-form .select-btn :nth-child(1) div[class^="select-btn"]{margin-right:2%}.page-template-page-form .select-btn :nth-child(1).active{margin-right:2%}.page-template-page-form .select-btn div[class^="select-btn"]{color:#222;padding:15px 10px;width:49%;cursor:pointer;border-radius:10px;text-align:center;float:left;position:relative;background:#f1f1f1;box-sizing:border-box;font-size:2rem;font-weight:bold;border-radius:30px;transition:linear 0.2s all}@media only screen and (max-width:767px){.page-template-page-form .select-btn div[class^="select-btn"]{font-size:1.6rem;padding:3%}}.page-template-page-form .select-btn div[class^="select-btn"]:hover{background:#d8d8d8;color:#222;transition:linear 0.2s all}.page-template-page-form .select-btn div[class^="select-btn"].active{background:#a20000;color:#fff;cursor:auto}.page-template-page-form .select-btn div[class^="select-btn"]>span{display:block;line-height:1.6em}@media only screen and (min-width:768px){.page-template-page-form .select-btn div[class^="select-btn"]>span{display:inline}}.page-template-page-form .select-btn div[class^="select-btn"]>span:first-child{font-size:1.6rem}@media only screen and (max-width:768px){.page-template-page-form .select-btn div[class^="select-btn"]>span:first-child{font-size:1.2rem}}.page-template-page-form p.tc_txt{padding:3%}@media only screen and (max-width:768px){.page-template-page-form p.tc_txt{padding:6%}}.page-template-page-form input{-moz-appearance:auto;appearance:auto}.page-template-page-form select{-moz-appearance:auto;appearance:auto;border:solid 1px #ccc;padding:5px}.page-template-page-form .ttl{text-align:center !important;margin:30px auto !important}.page-template-page-form div.wpcf7 .ajax-loader{display:none !important}.form__mv img{margin:0 auto;display:block;max-width:94%}.form ul.formlist li.height_l.height_210 div{height:235px}@media only screen and (max-width:767px){.form ul.formlist li.height_l.height_210 div{height:auto}}.form img.wpcf7c-elm-step1,.form img.wpcf7c-elm-step2,.form img.wpcf7c-elm-step3{width:100% !important;margin:20px auto;display:block}.form input[type="text"],.form textarea,.form select,.form button{font-size:16px;padding:2px;cursor:pointer}.form textarea{height:100%;width:98%;margin:0px 5px;background:#f7f7f7;border-radius:5px}.form img{width:auto !important;height:auto;max-width:100%}.form p{font-size:1.4rem;word-break:break-all}.form button{padding:2px 10px;margin:0px 10px}.form label:hover{font-weight:bold;color:#a20000}.form ul{list-style-type:none}.form ul.formlist{margin:10px auto 0;box-sizing:border-box}@media screen and (max-width:1024px){.form ul.formlist{padding:0 2%}}.form ul li>div{height:70px;border-top:1px solid #ccc;padding:1%}.form ul li:last-child{border-bottom:1px solid #ccc}.form ul li.height_l div{height:180px}.form ul li.height_02 div{height:70px}.form ul li.height_03 div{height:100%}.form ul li input{margin:0 5px;background:#f7f7f7}.form ul li div{float:left}.form ul li div.itemname{font-size:15px;font-weight:800;background-color:#f1f1f1;width:25%}.form ul li div.itemform{width:50%}.form ul li div.itemform2{width:25%;margin-right:0%}.form ul li div.itemform3{width:71%;margin-right:0%}.form ul li.chkbx{float:left;min-width:115px}.form ul.inquiry_type li{margin:3px;float:left;min-width:120px}.form ul.reform_type li{margin:3px}.wpcf7 form.invalid .wpcf7-response-output{display:none !important}.wpcf7 form .wpcf7-response-output{text-align:center;font-size:1.5em;line-height:1.75em;padding:3% !important;border:none !important}@media (min-width:768px){.wpcf7 form .wpcf7-response-output{font-size:1.6em}}.wpcf7-not-valid-tip{display:none !important}button.form_btn01{cursor:pointer;display:block;width:90%;max-width:320px;height:80px;border:none;text-indent:-9999px;background-size:100% auto;margin:0;padding:0;margin:0px 0px 4%}button.form_btn02{cursor:pointer;display:block;width:96%;max-width:280px;height:70px;border:none;text-indent:-9999px;background-size:100% auto;margin:0;padding:0;margin:0px 0px 0 20%}@media screen and (max-width:1024px){button.form_btn02{max-width:30%}}@media screen and (max-width:640px){button.form_btn02{max-width:320px;height:80px;margin:0 0 2%}}button.form_btn03{cursor:pointer;display:block;width:96%;max-width:280px;height:70px;border:none;text-indent:-9999px;background-size:100% auto;margin:0;padding:0;float:right;margin:0px 20% 0px 0%}@media screen and (max-width:1024px){button.form_btn03{max-width:30%}}@media screen and (max-width:640px){button.form_btn03{max-width:320px;height:80px;margin:0 0 2%;float:none}}@media screen and (max-width:767px){input[type="text"]{width:96%}.address_field input[type="text"]{width:50%}div.form{width:100%}.form li div{float:none}.form li div.itemname,.form li div.itemform{width:100%}.form li div.itemform2{width:100%}.form li div.itemform3{width:100%}.form ul.formlist li.height_03 .itemname,.form ul.formlist li.height_03 .itemform2{line-height:1}.form ul.formlist li.height_03 div{height:auto}.form ul.formlist li div{height:auto !important}.form ul.formlist li.height_l div.itemname{height:auto}.form ul.formlist li>div{padding:2% 2% 15px}.form ul.formlist li:last-child>div.itemname{border-bottom:0px solid #FFF}.form ul.formlist li.height_l div{height:auto}.itemform_add_search .add_box{width:45%}.form li div.itemform,.form li div.itemform2,.form li div.itemform3{margin:0 auto}.form textarea{margin:0}}.form .clearfix{*zoom:1}.form .clearfix:after{content:"";display:table;clear:both}.form_root #main{width:100%;max-width:980px;margin:0 auto;float:none}.form_catch_box{padding:80px 20px 0;box-sizing:border-box}.form_catch_box img{width:auto;max-width:50%;margin:-60px 0 0 20px;float:right}.form_root #layout02{max-width:980px;margin:0 auto}@media screen and (max-width:1024px){.form_catch_box{padding:2%}.form_catch_box img{margin:0 0 2% 2%}}.form ul.formlist li.height_shiryou div{height:auto}.form ul.formlist li.height_shiryou div span{font-size:1.5rem}.form ul.formlist li.height_shiryou div.itemname,.form ul.formlist li.height_shiryou div.itemform{width:100%;margin:0;border-top:1px solid #ccc;overflow:hidden;box-sizing:border-box !important}.form ul.formlist li.height_shiryou div ul.inquiry_type li{float:left;width:49%;margin:0 0 2%;text-align:center;min-width:82px;font-size:90%;background:#f1f1f1}.form ul.formlist li.height_shiryou div ul.inquiry_type li:first-of-type{margin-right:2%}.form ul.formlist li.height_shiryou div.itemname p{font-weight:100}.form ul.formlist li.height_shiryou div ul.inquiry_type.doc_col3 li{width:32%;margin:0 0 2% 0;padding:1%;box-sizing:border-box !important}.form ul.formlist li.height_shiryou div ul.inquiry_type.doc_col3 li:not(:last-of-type){margin-right:2%}@media screen and (max-width:640px){.form ul.formlist li.height_shiryou div ul.inquiry_type.doc_col3 li:not(:last-of-type){margin-right:0}}@media screen and (max-width:640px){.form ul.formlist li.height_shiryou div ul.inquiry_type.doc_col3 li:nth-of-type(2n+1){margin-right:2%}}.form ul.formlist li.height_shiryou div ul.inquiry_type li{padding:1%;box-sizing:border-box !important}.form .height_shiryou img{margin-bottom:2%;cursor:pointer}.form .height_shiryou img:hover{opacity:0.8}.height_shiryou span.wpcf7-list-item{margin:0}.form ul.formlist li.height_shiryou div ul.inquiry_type.doc_col4 li:first-of-type{margin-left:12%}@media screen and (max-width:767px){.form ul.formlist li.height_shiryou div.itemname .document span,.form ul.formlist li.height_shiryou div.itemform .document span{font-size:1.3rem}}@media screen and (max-width:640px){.form ul.formlist li.height_shiryou div ul.inquiry_type li{text-align:left}.form ul.formlist li.height_shiryou div ul.inquiry_type.doc_col3 li{width:49%;padding:1%;box-sizing:border-box !important;text-align:left}.form ul.formlist li.height_shiryou div ul.inquiry_type{width:100%}.form ul.formlist li.height_shiryou div ul.inquiry_type.doc_col4 li:first-of-type{margin-left:0}}.form ul.formlist li.form_raiten_date input{width:13%}.form ul.formlist li.form_raiten_date .itemform .date1_y>span,.form ul.formlist li.form_raiten_date .itemform .date1_m>span{display:none}@media screen and (max-width:767px){.form ul.formlist li.form_raiten_date .itemform2{display:none}}form.wpcf7-form .formlist div{box-sizing:border-box !important}form.wpcf7-form .formlist div.line1,form.wpcf7-form .formlist div.line2,form.wpcf7-form .formlist div.line3,form.wpcf7-form .formlist div.line4,form.wpcf7-form .formlist div.line5,form.wpcf7-form .formlist div.line6,form.wpcf7-form .formlist div.line7,form.wpcf7-form .formlist div.line8,form.wpcf7-form .formlist div.line9,form.wpcf7-form .formlist div.line10{box-sizing:content-box !important}.form textarea{line-height:1.4em}.form button{display:inline-block;margin:0 0 15px !important;width:100px;height:34px;text-align:center;line-height:30px;border:1px solid #ccc;color:#222;-webkit-transition:0.3s;transition:0.3s;background:#f1f1f1;position:relative;font-size:14px !important;box-sizing:border-box}.form button:hover{color:#33a1ff;border-color:#33a1ff}.form ul.formlist{box-sizing:content-box}.form ul.formlist li input{padding:5px;box-sizing:border-box;border-radius:5px}input[class*="form_btn"]{cursor:pointer;display:block;width:96%;max-width:320px;height:60px;margin:8% auto 2%;padding:0;color:#fff;font-weight:bold;letter-spacing:1.75px;border-radius:30px;background:#a20000;transition:linear all 0.2s}@media screen and (max-width:767px){input[class*="form_btn"]{width:96%}}input[class*="form_btn"]:hover{color:#fff;background:#bc0000;opacity:1;transition:linear all 0.2s}@media (min-width:768px){input.form_btn01{margin:6% auto 4%}}input[class*="form_btn"]:focus{opacity:0.8}span.wpcf7-list-item{margin:0 0.5em 0 0;min-width:0}input.form_btn02{margin:6% 0 0 20%;background:#878787;color:#fff;max-width:280px;float:left;border:none}input.form_btn02:hover{color:#fff;background:#032852;opacity:1}input.form_btn03{margin:6% 20% 0 0;max-width:280px;float:right}@media screen and (max-width:980px){input.form_btn02{max-width:29%;margin:6% 1% 0 20%}input.form_btn03{max-width:29%;margin:6% 20% 0 1%}}@media screen and (max-width:640px){input.form_btn02{max-width:320px;float:none;margin:8% auto 0}input.form_btn03{max-width:320px;float:none;margin:15px auto 0}}.quotation_site_title{text-align:center}@media screen and (max-width:767px){.quotation_site_title{padding:2%;text-align:left;box-sizing:border-box}}@media screen and (max-width:767px){.form ul.formlist li div.itemname,.form ul.formlist li div.itemform{height:auto ! important;min-height:auto !important;padding:5px 2% !important;line-height:1.6em}}input[type="text"],input[type="tel"],input[type="email"]{max-width:98%}@media screen and (max-width:640px){.form p{font-size:14px !important;line-height:1.6em}.form p br{display:none}}.form_catch_box img{margin:-60px 0 0 20px !important}.form_catch_box p{overflow:visible !important}@media screen and (max-width:1024px){.form_catch_box img{margin:-5px 0 0 20px !important}}@media screen and (max-width:640px){.form_root #layout02{padding:0}}textarea.wpcf7c-conf,input.wpcf7c-conf{background:#fff !important;border:none !important}input.wpcf7c-conf:-webkit-autofill{-webkit-box-shadow:0 0 0px 1000px white inset}.wpcf7-select.wpcf7c-conf{border:none;background:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}input.wpcf7c-conf::placeholder{color:transparent}.sent .formlist,.sent .quotation_site_title{display:none !important}.wpcf7-mail-sent-ok{border:none;font-size:16px}div.wpcf7-mail-sent-ok{padding:0 4%;box-sizing:border-box;border:none}.form_footer #layout05,.form_footer #footer_cnt01,.form_footer #RFtNav1,.form_footer #footer_area_description,.form_footer #footer_info,.form_footer .footer_logo{display:none}.form_footer #footer_left{width:100%;float:none}.form_description{box-sizing:border-box;font-size:123%}@media screen and (max-width:640px){.form_description{font-size:108%}}.item_required{font-weight:normal;background:#FF3332;color:#fff;padding:0px 6px !important;border-radius:3px;margin-right:5px !important;font-size:14px}.item_unrequired{font-weight:normal;background:#c7c7c7;color:#fff;padding:0px 6px !important;border-radius:3px;margin-right:5px !important;font-size:14px}.form_root .form_description p{box-sizing:border-box !important}.form_root #layout02 div{box-sizing:border-box !important}.xdsoft_time[data-hour="0"]{display:none}.xdsoft_time[data-hour="1"]{display:none}.xdsoft_time[data-hour="2"]{display:none}.xdsoft_time[data-hour="3"]{display:none}.xdsoft_time[data-hour="4"]{display:none}.xdsoft_time[data-hour="5"]{display:none}.xdsoft_time[data-hour="6"]{display:none}.xdsoft_time[data-hour="7"]{display:none}.xdsoft_time[data-hour="8"]{display:none}.xdsoft_time[data-hour="21"]{display:none}.xdsoft_time[data-hour="22"]{display:none}.xdsoft_time[data-hour="23"]{display:none}.school_name input{margin:0 5px 2% !important}.quotation_site_title{margin-top:10px}.form_cta_sp{display:none;max-width:680px;width:100%;margin:0 auto;padding:0 2%;box-sizing:border-box}@media screen and (max-width:767px){.form_cta_sp{display:block}}.form_cta_sp a{display:block;width:90%;margin:0 auto}.form_cta_sp img{display:block;margin:4% auto 8%;background:#fff;box-sizing:border-box}.form_line{max-width:940px;width:100%;margin:0 auto 30px;box-sizing:border-box}@media screen and (max-width:1024px){.form_line{padding:0 4%;margin:0 auto 4%}}.form_line a{display:block}.form_line a img{display:block;margin:0 auto}.form.form_renewal ul.formlist li>div.itemform_add_search button{background:#a20000;color:#fff;border:none;border-bottom:2px solid #ccc}.privacy{max-width:1024px;width:100%}@media screen and (max-width:1024px){.privacy{width:96%}}@media screen and (max-width:767px){.privacy{width:88%}}.privacy__wrap{padding:0;box-sizing:border-box}@media screen and (max-width:1024px){.privacy__wrap{padding:0 3%}}.privacy__paragraph{margin:0 0 30px}@media screen and (max-width:1024px){.privacy__paragraph{margin:0 0 3%}}.privacy p{font-size:1.3rem;letter-spacing:0.175em;line-height:1.75em;display:block}@media (min-width:768px){.privacy p{font-size:1.5rem}}.privacy__h3{display:block;margin:0 auto 20px;font-size:2rem;font-weight:bold;letter-spacing:0.175em;text-align:center}@media screen and (max-width:1024px){.privacy__h3{margin:0 auto 2%;text-align:left;font-size:1.8rem}}.privacy__box--end{margin:0 0 20px}.privacy__h4{font-size:1.8rem;font-weight:500;letter-spacing:0.175em;line-height:1.75em;padding:15px;margin:0 auto 10px;box-sizing:border-box;background-color:#f1f1f1;display:block;text-align:center}@media screen and (max-width:1024px){.privacy__h4{margin:0 auto 1.5%;font-size:1.6rem;text-align:left}}.privacy__inner{padding:15px;box-sizing:border-box;border-left:1px solid #ccc;border-right:1px solid #ccc;border-bottom:1px solid #ccc}@media (min-width:768px){.privacy__inner{padding:50px;margin-bottom:30px}}@media (min-width:768px){.privacy__inner--small{padding:30px 50px}}.sub-page .sub-page__events .form.form_renewal.clearfix.inquiry_wrap .tc_txt{padding:0 0 4%;box-sizing:border-box}@media screen and (max-width:1024px){.sub-page .sub-page__events .form.form_renewal.clearfix.inquiry_wrap .tc_txt{padding:0 6% 4%}}.form-agreement{max-width:1024px;margin:30px auto 0}@media screen and (max-width:1024px){.form-agreement{width:96%}}@media screen and (max-width:767px){.form-agreement{width:88%}}.form-agreement__ttl{margin:0 0 15px;font-size:1.8rem;text-align:center;font-weight:bold;letter-spacing:0.175em;margin-bottom:30px;display:block}@media screen and (max-width:767px){.form-agreement__ttl{font-size:1.3rem;line-height:1.6}}.form-agreement__list{overflow-y:scroll;height:230px;border:solid 1px #ccc;padding:20px;box-sizing:border-box}@media screen and (max-width:1024px){.form-agreement__list{padding:2%}}.form-agreement__listItem{margin-top:20px;margin-left:2em;font-size:1.5rem;letter-spacing:0.175em;line-height:1.75em;display:inline-block;counter-increment:agreement-counter;position:relative}.form-agreement__listItem::before{content:counter(agreement-counter) ".  ";position:absolute;left:-2em}.form-agreement__listItem:first-of-type{margin-top:0}.form-agreement__exit{margin-top:30px}#layout02 .wpcf7c-elm-step1 .progress,#layout02 .wpcf7c-elm-step2 .progress,#layout02 .wpcf7c-elm-step3 .progress{display:flex;align-items:center;justify-content:flex-start}#layout02 .wpcf7c-elm-step1 .progress__on,#layout02 .wpcf7c-elm-step2 .progress__on,#layout02 .wpcf7c-elm-step3 .progress__on{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;align-content:center;box-sizing:border-box;position:relative;overflow:hidden;background-color:#a20000;width:calc(100% / 3);padding-left:7%;height:130px}@media screen and (max-width:1024px){#layout02 .wpcf7c-elm-step1 .progress__on,#layout02 .wpcf7c-elm-step2 .progress__on,#layout02 .wpcf7c-elm-step3 .progress__on{padding-left:7vw}}@media screen and (max-width:767px){#layout02 .wpcf7c-elm-step1 .progress__on,#layout02 .wpcf7c-elm-step2 .progress__on,#layout02 .wpcf7c-elm-step3 .progress__on{height:110px}}@media screen and (max-width:480px){#layout02 .wpcf7c-elm-step1 .progress__on,#layout02 .wpcf7c-elm-step2 .progress__on,#layout02 .wpcf7c-elm-step3 .progress__on{height:60px;padding-left:5vw}}#layout02 .wpcf7c-elm-step1 .progress__on--step,#layout02 .wpcf7c-elm-step2 .progress__on--step,#layout02 .wpcf7c-elm-step3 .progress__on--step{color:white;font-weight:bold;font-size:2.4rem;width:100%}@media screen and (max-width:1024px){#layout02 .wpcf7c-elm-step1 .progress__on--step,#layout02 .wpcf7c-elm-step2 .progress__on--step,#layout02 .wpcf7c-elm-step3 .progress__on--step{font-size:2rem}}@media screen and (max-width:767px){#layout02 .wpcf7c-elm-step1 .progress__on--step,#layout02 .wpcf7c-elm-step2 .progress__on--step,#layout02 .wpcf7c-elm-step3 .progress__on--step{font-size:1.8rem}}@media screen and (max-width:480px){#layout02 .wpcf7c-elm-step1 .progress__on--step,#layout02 .wpcf7c-elm-step2 .progress__on--step,#layout02 .wpcf7c-elm-step3 .progress__on--step{font-size:2.6vw !important}}#layout02 .wpcf7c-elm-step1 .progress__on--txt,#layout02 .wpcf7c-elm-step2 .progress__on--txt,#layout02 .wpcf7c-elm-step3 .progress__on--txt{color:#fff;font-weight:bold;font-size:2.6rem;width:100%}@media screen and (max-width:1024px){#layout02 .wpcf7c-elm-step1 .progress__on--txt,#layout02 .wpcf7c-elm-step2 .progress__on--txt,#layout02 .wpcf7c-elm-step3 .progress__on--txt{font-size:2.2rem}}@media screen and (max-width:767px){#layout02 .wpcf7c-elm-step1 .progress__on--txt,#layout02 .wpcf7c-elm-step2 .progress__on--txt,#layout02 .wpcf7c-elm-step3 .progress__on--txt{font-size:3.2vw !important}}@media screen and (max-width:480px){#layout02 .wpcf7c-elm-step1 .progress__on--txt,#layout02 .wpcf7c-elm-step2 .progress__on--txt,#layout02 .wpcf7c-elm-step3 .progress__on--txt{font-size:2.8vw !important}}#layout02 .wpcf7c-elm-step1 .progress__off,#layout02 .wpcf7c-elm-step2 .progress__off,#layout02 .wpcf7c-elm-step3 .progress__off{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;align-content:center;box-sizing:border-box;position:relative;overflow:hidden;background-color:#f1f1f1;width:calc(100% / 3);padding-left:7%;height:130px}@media screen and (max-width:1024px){#layout02 .wpcf7c-elm-step1 .progress__off,#layout02 .wpcf7c-elm-step2 .progress__off,#layout02 .wpcf7c-elm-step3 .progress__off{padding-left:7vw}}@media screen and (max-width:767px){#layout02 .wpcf7c-elm-step1 .progress__off,#layout02 .wpcf7c-elm-step2 .progress__off,#layout02 .wpcf7c-elm-step3 .progress__off{height:110px}}@media screen and (max-width:480px){#layout02 .wpcf7c-elm-step1 .progress__off,#layout02 .wpcf7c-elm-step2 .progress__off,#layout02 .wpcf7c-elm-step3 .progress__off{height:60px;padding-left:5vw}}#layout02 .wpcf7c-elm-step1 .progress__off--step,#layout02 .wpcf7c-elm-step2 .progress__off--step,#layout02 .wpcf7c-elm-step3 .progress__off--step{color:#a20000;font-weight:bold;font-size:2.4rem;width:100%}@media screen and (max-width:1024px){#layout02 .wpcf7c-elm-step1 .progress__off--step,#layout02 .wpcf7c-elm-step2 .progress__off--step,#layout02 .wpcf7c-elm-step3 .progress__off--step{font-size:2rem}}@media screen and (max-width:767px){#layout02 .wpcf7c-elm-step1 .progress__off--step,#layout02 .wpcf7c-elm-step2 .progress__off--step,#layout02 .wpcf7c-elm-step3 .progress__off--step{font-size:1.8rem}}@media screen and (max-width:480px){#layout02 .wpcf7c-elm-step1 .progress__off--step,#layout02 .wpcf7c-elm-step2 .progress__off--step,#layout02 .wpcf7c-elm-step3 .progress__off--step{font-size:2.6vw !important}}#layout02 .wpcf7c-elm-step1 .progress__off--txt,#layout02 .wpcf7c-elm-step2 .progress__off--txt,#layout02 .wpcf7c-elm-step3 .progress__off--txt{color:#222;font-weight:bold;font-size:2.6rem;width:100%}@media screen and (max-width:1024px){#layout02 .wpcf7c-elm-step1 .progress__off--txt,#layout02 .wpcf7c-elm-step2 .progress__off--txt,#layout02 .wpcf7c-elm-step3 .progress__off--txt{font-size:2.2rem}}@media screen and (max-width:767px){#layout02 .wpcf7c-elm-step1 .progress__off--txt,#layout02 .wpcf7c-elm-step2 .progress__off--txt,#layout02 .wpcf7c-elm-step3 .progress__off--txt{font-size:3.2vw !important}}@media screen and (max-width:480px){#layout02 .wpcf7c-elm-step1 .progress__off--txt,#layout02 .wpcf7c-elm-step2 .progress__off--txt,#layout02 .wpcf7c-elm-step3 .progress__off--txt{font-size:2.8vw !important}}#layout02 .wpcf7c-elm-step1 .progress>div:nth-of-type(2)::after,#layout02 .wpcf7c-elm-step2 .progress>div:nth-of-type(2)::after,#layout02 .wpcf7c-elm-step3 .progress>div:nth-of-type(2)::after{content:"";position:absolute;display:block;width:0;height:0;border-style:solid;border-width:85px 0 85px 30px;border-color:transparent transparent transparent #f1f1f1;transform:translateY(-50%);top:50%;left:0}@media screen and (max-width:767px){#layout02 .wpcf7c-elm-step1 .progress>div:nth-of-type(2)::after,#layout02 .wpcf7c-elm-step2 .progress>div:nth-of-type(2)::after,#layout02 .wpcf7c-elm-step3 .progress>div:nth-of-type(2)::after{left:-10px}}@media screen and (max-width:480px){#layout02 .wpcf7c-elm-step1 .progress>div:nth-of-type(2)::after,#layout02 .wpcf7c-elm-step2 .progress>div:nth-of-type(2)::after,#layout02 .wpcf7c-elm-step3 .progress>div:nth-of-type(2)::after{border-width:85px 0 85px 15px}}#layout02 .wpcf7c-elm-step1 .progress>div:nth-of-type(2)::after,#layout02 .wpcf7c-elm-step2 .progress>div:nth-of-type(2)::after,#layout02 .wpcf7c-elm-step3 .progress>div:nth-of-type(2)::after{border-color:transparent transparent transparent #a20000}#layout02 .wpcf7c-elm-step1 .progress>div:nth-of-type(2)::before,#layout02 .wpcf7c-elm-step2 .progress>div:nth-of-type(2)::before,#layout02 .wpcf7c-elm-step3 .progress>div:nth-of-type(2)::before{content:"";position:absolute;display:block;width:0;height:0;border-style:solid;border-width:85px 0 85px 30px;border-color:transparent transparent transparent #fff;transform:translateY(-50%);top:50%;left:7px}@media screen and (max-width:767px){#layout02 .wpcf7c-elm-step1 .progress>div:nth-of-type(2)::before,#layout02 .wpcf7c-elm-step2 .progress>div:nth-of-type(2)::before,#layout02 .wpcf7c-elm-step3 .progress>div:nth-of-type(2)::before{left:-7px}}@media screen and (max-width:480px){#layout02 .wpcf7c-elm-step1 .progress>div:nth-of-type(2)::before,#layout02 .wpcf7c-elm-step2 .progress>div:nth-of-type(2)::before,#layout02 .wpcf7c-elm-step3 .progress>div:nth-of-type(2)::before{border-width:85px 0 85px 15px}}#layout02 .wpcf7c-elm-step1 .progress>div:nth-of-type(3)::after,#layout02 .wpcf7c-elm-step2 .progress>div:nth-of-type(3)::after,#layout02 .wpcf7c-elm-step3 .progress>div:nth-of-type(3)::after{content:"";position:absolute;display:block;width:0;height:0;border-style:solid;border-width:85px 0 85px 30px;border-color:transparent transparent transparent #f1f1f1;transform:translateY(-50%);top:50%;left:0}@media screen and (max-width:767px){#layout02 .wpcf7c-elm-step1 .progress>div:nth-of-type(3)::after,#layout02 .wpcf7c-elm-step2 .progress>div:nth-of-type(3)::after,#layout02 .wpcf7c-elm-step3 .progress>div:nth-of-type(3)::after{left:-10px}}@media screen and (max-width:480px){#layout02 .wpcf7c-elm-step1 .progress>div:nth-of-type(3)::after,#layout02 .wpcf7c-elm-step2 .progress>div:nth-of-type(3)::after,#layout02 .wpcf7c-elm-step3 .progress>div:nth-of-type(3)::after{border-width:85px 0 85px 15px}}#layout02 .wpcf7c-elm-step1 .progress>div:nth-of-type(3)::before,#layout02 .wpcf7c-elm-step2 .progress>div:nth-of-type(3)::before,#layout02 .wpcf7c-elm-step3 .progress>div:nth-of-type(3)::before{content:"";position:absolute;display:block;width:0;height:0;border-style:solid;border-width:85px 0 85px 30px;border-color:transparent transparent transparent #fff;transform:translateY(-50%);top:50%;left:7px}@media screen and (max-width:767px){#layout02 .wpcf7c-elm-step1 .progress>div:nth-of-type(3)::before,#layout02 .wpcf7c-elm-step2 .progress>div:nth-of-type(3)::before,#layout02 .wpcf7c-elm-step3 .progress>div:nth-of-type(3)::before{left:-7px}}@media screen and (max-width:480px){#layout02 .wpcf7c-elm-step1 .progress>div:nth-of-type(3)::before,#layout02 .wpcf7c-elm-step2 .progress>div:nth-of-type(3)::before,#layout02 .wpcf7c-elm-step3 .progress>div:nth-of-type(3)::before{border-width:85px 0 85px 15px}}#layout02 .wpcf7c-elm-step2 .progress>div:nth-of-type(2)::after{border-color:transparent transparent transparent #f1f1f1}#layout02 .wpcf7c-elm-step2 .progress>div:nth-of-type(3)::after{border-color:transparent transparent transparent #a20000}#layout02 .wpcf7c-elm-step3 .progress>div:nth-of-type(2)::after{border-color:transparent transparent transparent #f1f1f1}#layout02 .wpcf7c-elm-step3 .progress>div:nth-of-type(3)::after{border-color:transparent transparent transparent #f1f1f1}.form.form_renewal .reform_type_other_text input[type="text"]{margin-top:2%}.page-template-page-form .pc-footer-end{padding:30px 0 60px}.inquiry_type.doc_col3 .plain{font-size:1.3rem;text-align:left}.form.form_renewal li input,.form.form_renewal li textarea{transition:all 0.3s !important;box-shadow:0 0 8px rgba(#04346b 0) !important}.form.form_renewal li input:focus,.form.form_renewal li textarea:focus{border-color:#04346b !important;box-shadow:0 0 8px rgba(4, 52, 107, 0.2) !important}.formError .formErrorContent{white-space:nowrap}@media (max-width:390px){.formError .formErrorContent{white-space:initial}}/*# sourceMappingURL=main.css.map */