.layout-header{position:fixed;z-index:900;top:0;right:0;left:0}.header{height:104px;background-color:#f8fafc}@media screen and (max-width:1024px){.header{height:72px}}.header__inner{height:inherit;display:flex;justify-content:space-between;align-items:center;padding:0 4rem}@media screen and (max-width:1024px){.header__inner{padding:0 2.4rem}}.header__logo{max-width:24rem;width:107px;height:57px}@media screen and (max-width:1024px){.header__logo{width:75px;height:40px}}.header__logo a{height:inherit;display:flex;align-items:center}.header__logo img{width:100%;height:100%;object-fit:contain}.header__nav{font-family:"Zen Old Mincho", serif;display:block;height:inherit}@media screen and (max-width:1024px){.header__nav{display:none}}.header__nav-list{display:flex;height:inherit;gap:4rem}@media screen and (max-width:1280px){.header__nav-list{gap:2.4rem}}.header__nav-item,.header__nav-modal-wrap{height:inherit}.header__nav-item.header__nav-item--contact{display:flex;align-items:center;height:auto}.header__nav-item>a,.header__nav-modal-wrap>p{height:inherit;display:flex;align-items:center;font-size:1.6rem;font-weight:500;line-height:1;color:#1e293b}@media screen and (max-width:1280px){.header__nav-item>a,.header__nav-modal-wrap>p{font-size:1.4rem}}.header__nav-modal-wrap>p{position:relative;transition:0.3s;padding-right:3.2rem}.header__nav-modal-wrap>p::after{content:"";position:absolute;top:50%;transform:translateY(-50%);right:0;width:24px;height:24px;background-image:url(../../img/common/arrow_drop_down.svg);background-repeat:no-repeat;background-position:center;background-size:contain}.header__nav-modal{padding:4rem 0;position:fixed;top:104px;left:50%;transform:translateX(-50%);width:100%;background-color:#f8fafc;opacity:0;visibility:hidden;transition:opacity 0.3s ease, visibility 0.3s ease}.header__nav-modal-list{max-width:1080px;width:100%;margin:0 auto;display:flex;flex-wrap:wrap;column-gap:clamp(30px, 4.17vw, 60px);align-items:flex-start}.header__nav-modal-wrap:hover>.header__nav-modal{opacity:1;visibility:visible}.header__nav-modal-item{width:30%;max-width:320px}.header__nav-modal-item:nth-of-type(1){border-top:none}.header__nav-modal-item.-service{width:65%;max-width:700px}.header__nav-modal-item.-service .header__nav-modal-item-list{display:flex;flex-wrap:wrap;column-gap:clamp(30px, 4.17vw, 60px);row-gap:0}.header__nav-modal-item.-service-item{width:46%;max-width:320px}.header__nav-modal-item a{padding:2.4rem 0;position:relative;display:block;font-size:1.5rem;font-weight:500;line-height:1;color:#1e293b;border-bottom:1px solid #dbdbdb}.header__nav-modal-item.-company a{border-top:1px solid #dbdbdb}.header__nav-modal-item a::after{content:"";position:absolute;top:50%;transform:translateY(-50%);right:0;width:32px;height:32px;background-image:url(../../img/common/arrow_right.svg);background-repeat:no-repeat;background-position:center;background-size:contain}.header__nav-modal-item.-service-item:nth-of-type(1) a,.header__nav-modal-item.-service-item:nth-of-type(2) a{border-top:1px solid #dbdbdb}.header__nav-item.header__nav-item--contact a{padding:1.65rem;border-radius:50%;position:relative;color:#f8fafc;text-align:center;background:linear-gradient(to right, #20359e, #00004e);transition:opacity 0.3s ease}.header__nav-item.header__nav-item--contact a:hover{opacity:0.8}.header__nav-item.header__nav-item--contact a img{width:24px;height:24px;object-fit:contain}.header__hamburger{display:none;margin:0;padding:0;outline:none;border:none;position:relative;z-index:999;width:4.8rem;height:4.8rem;cursor:pointer;transition:0 0.3s}@media screen and (max-width:1024px){.header__hamburger{display:block}}.header__hamburger p{font-family:"EB Garamond", serif;position:absolute;top:5.5px;left:50%;transform:translateX(-50%);font-size:1.3rem;line-height:1;color:#1e293b}.header__hamburger span{font-family:"EB Garamond", serif;position:absolute;left:50%;transform:translateX(-50%);display:block;width:2.4rem;height:1px;background-color:#1e293b;transition:0.5s}.header__hamburger span:nth-of-type(1){bottom:21.5px}.header__hamburger span:nth-of-type(2){bottom:13.5px}.header__hamburger span:nth-of-type(3){bottom:5.5px}.header__hamburger.is-open span:nth-of-type(1){bottom:13.5px;transform:translateX(-50%) rotate(45deg)}.header__hamburger.is-open span:nth-of-type(2){opacity:0}.header__hamburger.is-open span:nth-of-type(3){bottom:13.5px;transform:translateX(-50%) rotate(-45deg)}.header__drawer{margin-top:6.4rem;padding-bottom:11rem;display:none;position:absolute;z-index:900;top:0;right:0;bottom:0;left:0;width:100%;height:100vh;background-color:#f8fafc;overflow-y:scroll;scrollbar-width:none}.header__drawer::-webkit-scrollbar{display:none}.header__drawer-nav{font-family:"Zen Old Mincho", serif;margin:auto;padding:4rem 2.5rem 0;width:100%}.header__drawer-item{border-bottom:1px solid #f8fafc}.header__drawer-item.header__drawer-item--contact{margin-top:4rem;border-bottom:none}.header__drawer-item>a,.header__drawer-accordion-title{padding:2rem 3.2rem 2rem 0;display:block;font-size:1.6rem;line-height:1;letter-spacing:0.05em;cursor:pointer}.header__drawer-item.header__drawer-item--contact a{padding:1.65rem;border-radius:50%;position:relative;color:#f8fafc;text-align:center;background:linear-gradient(to right, #20359e, #00004e);transition:opacity 0.3s ease;width:56px;height:56px}.header__drawer-accordion-title{position:relative}.header__drawer-accordion-title::before,.header__drawer-accordion-title::after{content:"";position:absolute;top:50%;right:0;width:1.5rem;height:0.2rem;display:block;background:#333;transition:0.3s}.header__drawer-accordion-title::before{transform:translateY(-50%)}.header__drawer-accordion-title::after{transform:translateY(-50%) rotate(90deg)}.header__drawer-accordion-title.is-open::after{transform:translateY(-50%)}.header__drawer-accordion-list{padding:0 0 2rem 1rem;display:none}.header__drawer-accordion-item>a{padding:1rem 0;display:block;font-size:1.6rem;line-height:1;letter-spacing:0.05em}