*:where(:not(html,iframe,canvas,img,svg,video,audio):not(svg *,symbol *)){all:unset;display:revert}*,*::before,*::after{box-sizing:border-box}html{-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}a,button{cursor:revert}ol,ul,menu,summary{list-style:none}img{max-inline-size:100%}table{border-collapse:collapse}input,textarea{-webkit-user-select:auto}textarea{white-space:revert}meter{-webkit-appearance:revert;appearance:revert}:where(pre){all:revert;box-sizing:border-box}::placeholder{color:unset}:where([hidden]){display:none}:where([contenteditable]:not([contenteditable=false])){-moz-user-modify:read-write;-webkit-user-modify:read-write;overflow-wrap:break-word;-webkit-line-break:after-white-space;-webkit-user-select:auto}:where([draggable=true]){-webkit-user-drag:element}:where(dialog:modal){all:revert;box-sizing:border-box}::-webkit-details-marker{display:none}:root{--color-primary: #1a4080;--color-text-base: #424242}*{font-size:16px;font-family:"Noto Sans JP",sans-serif;font-optical-sizing:auto;font-style:normal;font-weight:400;line-height:1.5em;letter-spacing:.08em;color:var(--color-text-base)}html{min-width:1400px;overflow-x:hidden;scroll-behavior:smooth}@media screen and (max-width: 767px){html{min-width:0}}::placeholder{color:#c6c6c6}textarea{overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none;resize:none}textarea::-webkit-scrollbar{display:none}input[type=checkbox]{display:none}.checkbox{font-size:16px;display:flex;flex-flow:row;justify-content:flex-start;align-items:center;position:relative;cursor:pointer}@media screen and (max-width: 767px){.checkbox{font-size:14px}}.checkbox::before{content:"";display:block;width:20px;height:20px;background:#fff;border:1px solid #c6c6c6;border-radius:2px;margin:0 15px 0 0;position:relative;top:1px}@media screen and (max-width: 767px){.checkbox::before{margin:0 10px 0 0}}.checkbox::after{content:"";display:block;width:24px;height:20px;background-image:url(../images/contact/check.png);background-size:cover;background-position:center center;background-repeat:no-repeat;position:absolute;left:3px;bottom:5px;opacity:0;transition:all .3s}input[type=checkbox]:checked+.checkbox::after{opacity:1}.under{width:100%;position:relative;padding:160px 0 112px 0}@media screen and (max-width: 767px){.under{padding:100px 0 80px 0}}.under__inner{width:880px;margin:0 auto;display:flex;flex-flow:row;justify-content:space-between;align-items:flex-end}@media screen and (max-width: 767px){.under__inner{width:100%;max-width:calc(100% - 40px);margin:0 auto}}.under__titleEn{font-size:12px;font-weight:500;font-family:"Roboto",sans-serif;color:var(--color-primary);line-height:1em;display:flex;flex-flow:row;justify-content:flex-start;align-items:center;position:relative}@media screen and (max-width: 767px){.under__titleEn{font-size:10px}}.under__titleEn::before{content:"";display:block;width:14px;height:14px;background-image:url(../images/nav/plus.svg);background-size:cover;background-position:center center;background-repeat:no-repeat;margin:0 12px 0 0}@media screen and (max-width: 767px){.under__titleEn::before{width:10px;height:10px}}.under__titleJa{font-size:30px;font-weight:500;color:var(--color-primary);line-height:1em;margin:16px 0 0 0}@media screen and (max-width: 767px){.under__titleJa{font-size:18px;margin:10px 0 0 0}}.under__bird{width:186px;height:auto;position:relative;bottom:10px}@media screen and (max-width: 767px){.under__bird{width:80px;bottom:0}}.under .wave01{width:100%;position:absolute;bottom:0;left:0}.header{width:100%;position:fixed;top:0;left:0;z-index:100}@media screen and (max-width: 767px){.header{height:auto}}.header__inner{width:100%;max-width:92%;height:100%;margin:0 auto;padding:20px 0 0 0;position:relative}@media screen and (max-width: 767px){.header__inner{max-width:calc(100% - 40px);margin:0 auto;display:flex;flex-flow:row;justify-content:space-between;align-items:center}}.header__logo{width:160px;height:auto}@media screen and (max-width: 767px){.header__logo{width:120px}}.header .nav{position:fixed;bottom:20px;left:4%}@media screen and (max-width: 767px){.header .nav{width:100%;height:100vh;display:flex;flex-flow:column;justify-content:center;align-items:center;background-image:url(../images/nav/ink_push_2.svg);background-size:300px;background-position:center center;background-repeat:no-repeat;position:fixed;top:0;bottom:unset;left:0;opacity:0;visibility:hidden}}@media screen and (max-width: 767px){.header .nav__inner{width:300px}}@media screen and (max-width: 767px){.header .nav__inner.active{animation-name:spread;animation-duration:1s;animation-timing-function:ease-out;animation-fill-mode:both}}.header .nav__list{margin:35px 0 0 0}.header .nav__item:nth-child(n+2){margin:32px 0 0 0}.header .nav__link{width:100%;font-size:14px;line-height:1em;display:flex;flex-flow:row;justify-content:flex-start;align-items:center;transition:all .3s}@media screen and (max-width: 767px){.header .nav__link{color:#fff}}.header .nav__link::before{content:"";display:block;width:12px;height:12px;background-image:url(../images/nav/plus.svg);background-size:cover;background-position:center center;background-repeat:no-repeat;margin:0 13px 0 0;transition:all .3s}@media screen and (max-width: 767px){.header .nav__link::before{background-image:url(../images/nav/plus_w.svg)}}@media screen and (min-width: 768px){.header .nav__link:hover{opacity:.5}.header .nav__link:hover::before{opacity:.5;transform:rotate(-45deg)}}@media screen and (max-width: 767px){.header .nav.active{opacity:.9;visibility:visible;animation-name:ink_button;animation-duration:1s;animation-timing-function:ease-out;animation-fill-mode:both}}@keyframes ink_button{0%{background-size:500px}40%{background-size:300px}100%{background-size:5000px}}@keyframes spread{0%{opacity:0;filter:blur(5px)}60%{opacity:0;filter:blur(5px)}70%{opacity:1;filter:blur(5px)}100%{opacity:1;filter:blur(0px)}}.header .home{width:20px;display:block;transition:all .3s}.header .home__icon{width:100%;height:auto;display:block}@media screen and (min-width: 768px){.header .home:hover{opacity:.5}}.header .instagram{width:22px;display:block;margin:35px 0 0 0;transition:all .3s}.header .instagram__icon{width:100%;height:auto;display:block}@media screen and (min-width: 768px){.header .instagram:hover{opacity:.5}}.header .push{display:none;transition:background-image .3s}@media screen and (max-width: 767px){.header .push{width:50px;height:44.8px;display:block;cursor:pointer;background-image:url(../images/nav/ink_push_2.svg);background-size:cover;background-position:center center;background-repeat:no-repeat;z-index:10}}.header .push.active{background-image:url(../images/nav/ink_push_2_w.svg)}.header .scroll{height:62px;margin:50px 0 0 0}@media screen and (max-width: 767px){.header .scroll{display:none}}.header .scroll__inner{width:2px;background-color:var(--color-primary);position:relative;animation-name:smooth;animation-duration:2.5s;animation-iteration-count:infinite;animation-timing-function:ease-out}.header .scroll__inner::before{content:"";display:block;width:7px;height:7px;background-color:var(--color-primary);border-radius:50%;position:absolute;bottom:0;left:-2.5px}@keyframes smooth{0%{opacity:.5;height:0px}20%{opacity:1}80%{opacity:1;height:62px}100%{opacity:0;height:62px}}.footer{width:100%;overflow:hidden;position:relative;margin:140px 0 0 0}@media screen and (max-width: 767px){.footer{margin:80px 0 0 0}}.footer__inner{width:100%;padding:0 0 40px 0;display:flex;flex-flow:column;justify-content:flex-start;align-items:center}@media screen and (max-width: 767px){.footer__inner{padding:0 0 110px 0}}.footer__logo{width:160px;height:auto;margin:85px 0 0 0}@media screen and (max-width: 767px){.footer__logo{width:100px;margin:40px 0 0 0}}.footer .instagram{width:22px;display:block;margin:16px 0 0 0;transition:all .3s}.footer .instagram__icon{width:100%;height:auto;display:block}@media screen and (min-width: 768px){.footer .instagram:hover{opacity:.5}}.footer small{font-size:10px;line-height:1em;margin:70px 0 0 0}@media screen and (max-width: 767px){.footer small{margin:20px 0 0 0}}.footer .octopus{width:38.35%;height:auto;position:absolute;top:57%;left:3.5%}@media screen and (max-width: 767px){.footer .octopus{width:100%;top:205px;left:-50px}}main{width:100%;overflow:hidden}.member{width:780px;margin:90px auto 0 auto;z-index:100}@media screen and (max-width: 767px){.member{max-width:calc(100% - 40px);margin:0 auto;margin:50px auto 0 auto}}.member__box{display:flex;flex-flow:row;justify-content:space-between;align-items:flex-end;position:relative}@media screen and (max-width: 767px){.member__box{flex-flow:column;justify-content:center;align-items:center}}.member__box::after{content:"";display:block;width:456px;height:142px;background-image:url(../images/member/wave01.png);background-size:contain;background-position:center center;background-repeat:no-repeat;position:absolute;bottom:-206px;right:-40%}@media screen and (max-width: 767px){.member__box::after{display:none}}.member__box:nth-child(n+2){margin:250px 0 0 0}@media screen and (max-width: 767px){.member__box:nth-child(n+2){margin:80px 0 0 0}}.member__box:nth-child(2n)::after{width:804px;height:141px;background-image:url(../images/member/wave02.png);bottom:-200px;right:-50%}@media screen and (max-width: 767px){.member__box:nth-child(2n)::after{display:none}}.member__img{display:block}.member__img--s{width:300px;height:380px;object-fit:cover}@media screen and (max-width: 767px){.member__img--s{width:100%;height:auto;aspect-ratio:1/1}}.member__img--l{width:380px;height:485px;object-fit:cover}@media screen and (max-width: 767px){.member__img--l{display:none}}.member__meta{width:300px}@media screen and (max-width: 767px){.member__meta{width:100%}}.member__name{font-size:18px;font-weight:500;font-family:"Roboto",sans-serif;color:var(--color-primary);margin:80px 0 0 0}@media screen and (max-width: 767px){.member__name{font-size:14px;margin:30px 0 0 0}}.member__ruby{font-size:14px}@media screen and (max-width: 767px){.member__ruby{font-size:12px}}.member__discription{font-size:18px;margin:20px 0 0 0}@media screen and (max-width: 767px){.member__discription{font-size:14px;margin:10px 0 0 0}}.member .skill{margin:30px 0 0 0}@media screen and (max-width: 767px){.member .skill{margin:20px 0 0 0}}.member .skill__item{font-size:14px}.member__instagram{display:flex;flex-flow:row;justify-content:flex-start;align-items:center;font-size:12px;text-decoration:underline;margin:30px 0 0 0}@media screen and (max-width: 767px){.member__instagram{margin:20px 0 0 0}}.member__instagram img{width:24px;height:auto;margin:0 12px 0 0}@media screen and (max-width: 767px){.member__instagram img{width:22px;margin:0 10px 0 0}}.contact{margin:315px 0 0 0}@media screen and (max-width: 767px){.contact{margin:80px 0 0 0}}.contact__link{width:730px;height:100px;margin:0 auto;background-color:#ececec;display:flex;flex-flow:column;justify-content:center;align-items:center;position:relative;transition:all .3s}@media screen and (max-width: 767px){.contact__link{width:100%;height:80px}}@media screen and (min-width: 768px){.contact__link:hover{color:#fff;background-color:var(--color-primary)}}@media screen and (min-width: 768px){.contact__link:hover .contact__txt{color:#fff}}.contact__link::before{content:"";display:block;width:19px;height:19px;border-top:1px solid var(--color-primary);border-left:1px solid var(--color-primary);position:absolute;top:0;left:0}.contact__link::after{content:"";display:block;width:19px;height:19px;border-bottom:1px solid var(--color-primary);border-left:1px solid var(--color-primary);position:absolute;bottom:0;left:0}.contact__txt{font-size:18px;font-weight:500;transition:all .3s}@media screen and (max-width: 767px){.contact__txt{font-size:14px}}.contact__txt::before{content:"";display:block;width:19px;height:19px;border-top:1px solid var(--color-primary);border-right:1px solid var(--color-primary);position:absolute;top:0;right:0}.contact__txt::after{content:"";display:block;width:19px;height:19px;border-bottom:1px solid var(--color-primary);border-right:1px solid var(--color-primary);position:absolute;bottom:0;right:0}.contact__info{width:600px;margin:30px auto 0 auto;font-size:14px;line-height:2em}@media screen and (max-width: 767px){.contact__info{width:100%;margin:20px auto 0 auto;font-size:14px}}/*# sourceMappingURL=member.css.map */