@charset "UTF-8";.top .header{display:flex;width:100%;min-height:100vh;justify-content:center;align-items:center}.header__inner-left{flex:1 1 auto;min-width:0;position:relative}.header__inner-right{flex:0 0 480px;width:480px;min-width:0;margin:0 auto}@media screen and (max-width:1280px){.top .header{display:block;min-height:auto;padding-top:110px}.header__inner-left,.header__inner-right{width:100%}}.section{padding:10vh 0}.section:first-child{padding:0 0 10vh;margin-top:50px}.container{width:min(1280px, calc(100% - 80px));margin:0 auto}@media screen and (max-width:1280px){.container{width:calc(100% - 80px)}}@media screen and (max-width:1024px){.container{width:calc(100% - 80px)}.section{padding:4rem 0}}@media screen and (max-width:767px){.container{width:calc(100% - 40px)}.section{padding:3.5rem 0}body{letter-spacing:.05rem}}.section__label{color:var(--gray-light);margin-bottom:1rem}.section__head{margin-bottom:2rem}@media (max-width:767px){.section__title{margin-bottom:1rem}.section__lead{width:100%;margin-bottom:2rem}.content__wrap{display:block !important}}.footer{padding:6rem 0;border-top:1px solid var(--brown);margin-top:8rem}.footer__inner{max-width:1280px;width:100%;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.footer__logo{max-width:540px;margin-bottom:2rem}.footer__logo img{width:100%;display:block}.footer__address{font-size:1.4rem;line-height:1.8;color:var(--brown)}.footer__nav{display:flex;gap:6rem;margin-bottom:3rem}.footer__nav ul{display:grid;grid-template-columns:repeat(3,auto);gap:1rem 4rem;list-style:none;margin:0;padding:0}.footer__nav li{margin:0}.footer__nav li{text-decoration:none;font-size:1.1rem}.footer__nav li:hover{transform:translateX(3%);transition:.3s}.footer__nav li:before{content:"▷";margin-right:.3em}.footer__nav li:hover:before{content:"▶︎"}.footer__nav li.current:before{content:"▶︎"}.footer__buttons{display:flex;flex-direction:column;gap:2rem}.footer__btn{position:relative;min-height:80px;display:flex;align-items:center;justify-content:center;border-radius:999px;text-decoration:none;font-size:1.4rem;transition:.3s}.footer__btn--fill{background:var(--brown);color:#fff;transition:.3s}.footer__btn--line{border:2px solid var(--brown);transition:.3s}.footer__btn .arrow,.footer__btn .arrow-up{position:absolute;right:2rem;width:1.5rem;top:50%;transition:.3s;transform:translateY(-50%)}.footer__btn .arrow-up{transform:translateY(-50%) rotate(-45deg)}.footer__btn .arrow svg,.footer__btn .arrow-up svg{width:100%;display:block}.footer__btn--fill:hover{background:var(--bg);color:var(--brown);border:2px solid var(--brown);transition:.3s}.footer__btn--fill:hover .arrow{transform:translateY(-50%) translateX(8px);color:var(--brown)}.footer__btn--line:hover{background:var(--brown);color:#fff;transition:.3s}.footer__btn--line:hover .arrow-up{transform:translateY(-60%) translateX(8px) rotate(-45deg)}.footer__time{width:100%;border-collapse:collapse}.footer__time th{font-weight:500}.footer__time th,.footer__time td{border-bottom:2px solid var(--brown);padding:.5rem;text-align:center;font-size:1.4rem}.footer__time td:first-child{text-align:left}.footer__time span{display:block;font-size:.8rem}.footer__memo{font-size:1.2rem;text-align:center;margin-top:1rem}.footer__copyright{font-size:1rem;margin:0 auto;padding:4rem 0 0}@media (max-width:1024px){.footer__nav ul{grid-template-columns:repeat(2,1fr)}}@media (max-width:767px){.footer__inner{grid-template-columns:1fr;gap:2rem}.footer__nav{display:block}.footer__nav li{margin:0}.footer__btn{min-height:60px;font-size:1.1rem;padding:0 1rem}.footer__btn .arrow,.footer__btn .arrow-up{right:1.5rem;width:1rem}.footer__address{font-size:1.2rem}.footer__time th,.footer__time td{font-size:1.1rem;padding:.8rem .3rem}.footer__memo{font-size:1rem}}