@import"https://fonts.googleapis.com/css2?family=Barlow:wght@600&family=Poppins:wght@500;600&display=swap";body.menu-open{overflow-y:hidden}@media screen and (min-width: 1024px){body.menu-open{padding-right:15px}}.header-container{position:relative;z-index:100000;width:100%;background:rgba(255,255,255,.85)}.header-container.fixed{position:fixed;top:0}.header-container.fixed .utility-box{position:absolute;top:0;right:0;transform:translateY(-100%)}.header-container.fixed .site-id{max-width:180px}.header-container .header-inner{position:relative;z-index:2;display:flex;justify-content:space-between;padding-left:min(30px,2.1428571429%);width:100%}.header-container .site-id{max-width:192px;min-width:120px;width:18.75%;transform-origin:left center;transition:all .2s ease-in-out}.header-container .utility-box{position:relative;transition:all .1s linear}@media screen and (max-width: 1023px){.header-container .utility-box{display:none}}.header-container .utility-list{display:flex;justify-content:end;align-items:center;margin:0 0 0 auto;padding:1em 2.8571428571em;width:fit-content;font-size:clamp(1.2rem, 0.9569620253rem + 0.3164556962vw, 1.4rem);font-weight:bold;line-height:1.2;background:#eeeaf4;border-radius:0 0 0 15px}.header-container .utility-list>li{padding:0 1em}.header-container .utility-list>li:first-child{padding-left:0}.header-container .utility-list>li:last-child{border-right:1px solid #000;border-left:1px solid #000}.header-container .utility-list>li:nth-last-child(2){border-left:1px solid #000}.header-container .utility-list a:hover{text-decoration:underline}.header-nav{position:relative;display:flex;justify-content:flex-end;align-items:center;margin:0 0 0 auto}.header-nav .category-nav-list{display:flex;justify-content:flex-end;align-items:center;font-size:clamp(1.2rem, -0.4rem + 1.5625vw, 1.6rem);font-weight:600;line-height:1}.header-nav .category-nav-list>li+li{margin-left:1.2em}.header-nav .category-nav-list a{display:inline-flex;flex-direction:column;transition:all .4s ease-out}.header-nav .category-nav-list a::after{content:"";display:block;margin-top:.2em;height:2px;background:currentColor;transform:scaleX(0);transition:inherit}.header-nav .category-nav-list a:hover{transition:all .15s linear}.header-nav .category-nav-list a:hover::after{transform:scaleX(1)}.header-nav .category-nav-list a.active::after{transform:scaleX(1)}@media screen and (max-width: 1023px){.header-nav{display:none}}.menu-box{display:flex;align-items:center;margin:0 5.3333333333vw 0 0}@media screen and (min-width: 768px){.menu-box{margin:0 3.6rem 0 3rem}}.menu-button{position:relative;margin-left:4vw;max-width:50px;max-height:50px;width:11.7333333333vw;height:11.7333333333vw;color:#514068;background:#fff;border:1px solid #514068;border-radius:50%;cursor:pointer;transition:all .4s ease-out}.menu-button>span{position:absolute;top:50%;left:50%;display:block;width:3px;height:3px;background:currentColor;border-radius:50%;transform:translate(-50%, -50%);transition:all .4s ease}.menu-button>span:nth-child(1){transform:translate(-50%, calc(-50% - 6px))}.menu-button>span:nth-child(3){transform:translate(-50%, calc(-50% + 6px))}.menu-button.on>span:nth-child(1){width:50%;border-radius:0;transform:translate(-50%, -50%) rotate(45deg)}.menu-button.on>span:nth-child(2){opacity:0}.menu-button.on>span:nth-child(3){width:50%;border-radius:0;transform:translate(-50%, -50%) rotate(-45deg)}.menu-button:hover{color:#fff;background:#514068;transition:all .2s linear}@media screen and (min-width: 768px){.menu-button{margin-left:2rem;width:56px;height:56px}}.search-trigger{position:relative;display:flex;justify-content:center;align-items:center;padding:.3em;border-radius:50%;overflow:hidden;cursor:pointer}.search-trigger.on svg{opacity:0}.search-trigger.on .icon-close{opacity:1;transform:scale(1)}.search-trigger svg{transition:all .2s ease-in-out}.search-trigger .icon-close{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transform:scale(0);transition:all .2s ease-in-out}.search-trigger .icon-close::before,.search-trigger .icon-close::after{content:"";position:absolute;top:50%;left:50%;display:block;width:100%;height:2px;background:#514068;transform-origin:center center}.search-trigger .icon-close::before{transform:translate(-50%, -50%) rotate(45deg)}.search-trigger .icon-close::after{transform:translate(-50%, -50%) rotate(-45deg)}.g-search-box{position:absolute;top:100%;right:0;z-index:100000;max-width:480px;max-height:0;width:100%;overflow:hidden;transition:all .4s ease-in-out;box-sizing:border-box}.g-search-box.on{max-height:200px}.search-form{display:flex;justify-content:center;align-items:center;margin:0 auto;padding:.8em 1em;width:100%;background:#fff;border:1px solid #d2d2d2}.search-form .icon{min-width:21px}.search-form .search-txt{margin-left:1.5em;max-width:600px;width:71.4285714286%}.search-form .button{margin:0 0 0 auto;min-width:80px}@media screen and (min-width: 640px){.search-form{padding:1em 1.5em}}.gnav-container{position:absolute;top:100%;left:0;z-index:2;width:100%;height:100%;transform:translateX(100%);transition:all .4s linear;overflow:hidden}.gnav-container.on{transform:translateX(0)}.gnav-container.on .gnav-block{transform:translateX(0);transition-delay:.4s}.gnav-container.on .overlay{background:rgba(0,0,0,.5);transition:all .2s ease-out .4s}.gnav-container .overlay{position:relative;z-index:0;display:block;width:100%;height:100%;background:rgba(0,0,0,0);transition:all .4s linear}.gnav-block{position:absolute;top:0;right:0;z-index:1;display:flex;flex-direction:column;padding:8vw 0;max-width:400px;width:100%;height:100%;color:#fff;background:#514068;transform:translateX(100%);transition:all .2s ease-out;overflow-y:auto}.gnav-block .inner{margin:0 auto;width:89.3333333333%}@media screen and (min-width: 640px){.gnav-block{padding:3rem 0}}.gnav-block .category-name{display:block;padding:2rem 3rem;font-weight:600;line-height:1;transition:all .4s ease-out;cursor:pointer}.gnav-block .category-name>span{display:block}.gnav-block .category-name .ja{font-size:clamp(1.8rem, 1.5569620253rem + 0.3164556962vw, 2rem)}.gnav-block .category-name .en{margin-top:.3em;font-size:clamp(1.1rem, 0.6139240506rem + 0.6329113924vw, 1.5rem)}.gnav-block .category-name .icon{position:relative;display:inline-block;margin-left:1em;vertical-align:middle}.gnav-block .category-name .icon::before,.gnav-block .category-name .icon::after{content:"";display:block;width:1.2rem;height:.3rem;background:#ef8bae;transition:all .2s linear}.gnav-block .category-name .icon::after{position:absolute;top:0;left:0;transform:rotate(90deg)}.gnav-block .category-name:hover{color:#ef8bae;transition:all .2s linear}.gnav-block .category-name.on .icon::after{transform:rotate(-180deg)}.gnav-block .cv-button-list{display:flex;flex-wrap:wrap;justify-content:space-between}.gnav-block .cv-button-list>li{margin-top:4%;width:48%}.gnav-block .cv-button-list>li.full{width:100%}.gnav-block .gnav-list,.gnav-block .visitor-box{margin-top:20vw}@media screen and (min-width: 768px){.gnav-block .gnav-list,.gnav-block .visitor-box{margin-top:4rem}}.gnav-block .visitor-link-list{display:flex;flex-wrap:wrap;justify-content:space-between;width:89.3333333333%;font-size:clamp(1.4rem, 1.1569620253rem + 0.3164556962vw, 1.6rem);font-weight:600;line-height:1.2}.gnav-block .visitor-link-list>li{margin-top:1em;width:49%}.gnav-block .visitor-link-list a{display:inline-block;color:#fff;border-bottom:2px solid rgba(0,0,0,0);transition:all .4s ease-out}.gnav-block .visitor-link-list a:hover{border-bottom-color:#ef8bae;transition:all .2s linear}.gnav-block .bottom-block{margin-top:10.6666666667vw}.gnav-block .bottom-block .button-box{margin:0 auto;width:50%}@media screen and (min-width: 768px){.gnav-block .bottom-block{margin-top:4rem}}.gnav-button{display:flex;justify-content:center;align-items:center;padding:1em 2em;color:#514068;font-weight:600;line-height:1;background:#fff;border:1px solid #fff;border-radius:2em;transition:all .4s ease-out}.gnav-button:hover{color:#fff;background:#514068;transition:all .2s linear}.gnav-button.invert{color:#fff;background:#514068}.gnav-button.invert:hover{color:#514068;background:#fff}.category-contents-list{max-height:0;background:#fff;transition:all .4s ease-out;overflow:hidden}.category-contents-list>li+li{border-top:1px solid rgba(81,64,104,.2)}.category-contents-list a{display:block;padding:1.2em 2em;color:#514068;font-size:clamp(1.4rem, 1.1569620253rem + 0.3164556962vw, 1.6rem);font-weight:600;line-height:1}.category-contents-list.on{max-height:1200px}.footer-container{padding-top:13.3333333333vw;background:#f6f6f6}@media screen and (min-width: 640px){.footer-container{padding-top:6rem}}.footer-container .user-link-block{display:flex;flex-wrap:wrap;margin-top:5.3333333333vw;padding:4vw 1.3333333333vw 5.3333333333vw;font-size:clamp(1.2rem, 0.835443038rem + 0.4746835443vw, 1.5rem);line-height:1.2;text-align:center;border-top:1px solid #ddd;border-bottom:1px solid #ddd}.footer-container .user-link-block>li{margin:.5em}.footer-container .user-link-block a{display:flex;align-items:center}.footer-container .user-link-block a .arrow{display:flex;justify-content:center;align-items:center;margin-right:.5em;min-width:1.1428571429em;width:1.1428571429em;height:1.1428571429em;color:#fff;line-height:1;background:#514068;border-radius:50%}.footer-container .user-link-block a .arrow::before{content:"";display:block;width:.2857142857em;height:.2857142857em;border-top:1px solid currentColor;border-right:1px solid currentColor;transform:translateX(-15%) rotate(45deg)}.footer-container .user-link-block a:hover{text-decoration:underline}@media screen and (min-width: 640px){.footer-container .user-link-block{justify-content:center;margin-top:4rem;padding:2rem 0 2.5rem}}.footer-banner-block{display:flex;flex-wrap:wrap;justify-content:space-between;margin:0 auto;width:100%}.footer-banner-block>li{max-width:226px;width:42.6666666667vw}@media screen and (max-width: 639px){.footer-banner-block{max-width:480px}.footer-banner-block>li:nth-child(n+3){margin-top:4vw}}@media screen and (min-width: 640px){.footer-banner-block{justify-content:center}.footer-banner-block>li{width:22.0703125%}.footer-banner-block>li+li{margin-left:2rem}}.footer-body{margin-top:6.6666666667vw;padding-bottom:6.6666666667vw}.footer-body .university-info{margin:0 auto;max-width:480px;width:64vw;line-height:1.4}.footer-body .university-box{text-align:center}.footer-body .university-box .address{margin-top:6.6666666667vw}.footer-body .uaa-box{margin:6.6666666667vw auto 0;width:46.6666666667vw}.footer-body .uaa-box a{display:flex;justify-content:center;align-items:center}.footer-body .uaa-box a p{margin-left:.5em}.footer-body .uaa-box .img{width:28.5714285714%;mix-blend-mode:darken}.footer-body .uaa-box p{width:71.4285714286%}@media screen and (min-width: 640px){.footer-body{margin-top:7rem;padding-bottom:5rem}.footer-body a[href*="tel:"]{pointer-events:none}.footer-body .university-box{text-align:left}.footer-body .university-box .address{margin-top:3rem}.footer-body .uaa-box{margin:3rem 0 0 0;width:100%}}@media screen and (max-width: 1023px){.footer-body .footer-sitemap{display:none}}@media screen and (min-width: 1024px){.footer-body{display:flex;justify-content:space-between}.footer-body .university-info{margin:0;width:21.484375%}.footer-body .footer-sitemap{display:grid;grid-template-columns:repeat(auto-fill, minmax(144px, 1fr));gap:40px 32px;width:65.625%;grid-auto-rows:40px;grid-auto-flow:dense}.footer-body .footer-sitemap-item{line-height:1.4}.footer-body .footer-sitemap-item:nth-child(1){grid-row:span 5}.footer-body .footer-sitemap-item:nth-child(2){grid-row:span 4}.footer-body .footer-sitemap-item:nth-child(3){grid-row:span 2}.footer-body .footer-sitemap-item:nth-child(4){grid-row:span 4}.footer-body .footer-sitemap-item:nth-child(5){grid-column:1;grid-row:span 2}.footer-body .footer-sitemap-item:nth-child(6){grid-column:2;grid-row:span 3}.footer-body .footer-sitemap-item:nth-child(7){grid-row:span 3}.footer-body .footer-sitemap-item ul>li{margin-top:.5em}.footer-body .footer-sitemap-item .category-title{position:relative;display:block;padding:0 0 .4em;font-size:1.6rem;font-weight:600;line-height:1}.footer-body .footer-sitemap-item .category-title::before,.footer-body .footer-sitemap-item .category-title::after{content:"";position:absolute;bottom:0;left:0;display:block;height:1px}.footer-body .footer-sitemap-item .category-title::before{z-index:0;width:100%;background:#514068}.footer-body .footer-sitemap-item .category-title::after{z-index:1;width:2rem;background:#ef8bae}}.footer-bottom{padding:6.6666666667vw 0}.footer-bottom .utility-block{display:flex;flex-wrap:wrap}.footer-bottom .utility-block>li{margin-right:1.5em}.footer-bottom .copyright-block{color:#ababab}@media screen and (min-width: 640px){.footer-bottom{padding:2rem 0}.footer-bottom .wrap{display:flex;justify-content:space-between;align-items:center}}.pagetop{position:fixed;right:2rem;bottom:-10rem;z-index:10000;opacity:0;transition:all .4s ease-in-out}.pagetop.show{bottom:8rem;opacity:1;transition-delay:.4s}.pagetop a{position:relative;display:flex;justify-content:center;align-items:center;width:6rem;height:6rem;background-image:linear-gradient(-30deg, rgb(239, 235, 245) 0%, rgb(200, 186, 219) 17%, rgb(81, 65, 103) 71%, rgba(81, 65, 103, 0.99608) 100%);transform:rotate(45deg);overflow:hidden}.pagetop a::before{content:"";position:absolute;top:0;left:0;z-index:0;display:block;width:0;height:0;border-top:6rem solid rgba(0,0,0,0);border-left:6rem solid #ef8cae}.pagetop a .inner{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding-bottom:1em;color:#fff;font-family:"Poppins",sans-serif;font-size:1.3rem;font-weight:500;line-height:1;text-align:center;transform:rotate(-45deg)}.pagetop a .inner::before{content:"";display:block;width:1rem;height:1rem;margin-bottom:.3em;border-top:1px solid currentColor;border-right:1px solid currentColor;transform:rotate(-45deg)}.cv-container{z-index:1000;background:#fff;overflow:hidden}.cv-container .cv-list a{display:flex;align-items:center;width:100%;padding:1em;color:#514068;font-weight:bold;line-height:1}.cv-container .cv-list a .icon svg{fill:currentColor}@media screen and (max-width: 639px){.cv-container{position:fixed;bottom:0;left:0;width:100%;border-top:1px solid #514068}.cv-container .cv-list{display:flex}.cv-container .cv-list>li{width:33.3333%}.cv-container .cv-list>li+li{border-left:1px solid #514068}.cv-container .cv-list a{justify-content:center;height:100%}.cv-container .cv-list a .icon{margin-right:.5em}}@media screen and (min-width: 640px){.cv-container{position:fixed;top:50%;right:0;border:1px solid #514068;border-right:0;border-radius:10px 0 0 10px;transform:translate(0, -50%)}.cv-container .cv-list>li+li a{padding-top:0}.cv-container .cv-list>li+li a::before{content:"";display:block;margin-bottom:1em;width:100%;border-top:2px dotted #514068}.cv-container .cv-list a{display:flex;flex-direction:column;align-items:center;width:100%;padding:1em;color:#514068;font-weight:bold;line-height:1;font-feature-settings:normal;transition:all .4s ease-out}.cv-container .cv-list a .icon{margin:auto}.cv-container .cv-list a p{margin-top:.6em;writing-mode:vertical-lr}.cv-container .cv-list a:hover{background:rgba(239,139,174,.6);transition:all .2s linear}}.wrapper{overflow-x:hidden}.ib,.inline-block{display:inline-block}.notice-container{padding:1em 0;background:#fff}.notice-container .notice-block{display:flex;flex-wrap:wrap;align-items:center;color:#ef8bae;font-weight:600;line-height:1.4}.notice-container .notice-block:hover{text-decoration:underline}.notice-container .heading{padding:.5em 1.5em;color:#fff;line-height:1;background:#ef8bae;border-radius:2em}.notice-container .date{margin:0 1em}.notice-container .title{margin-top:.5em;width:100%}@media screen and (min-width: 768px){.notice-container .notice-block{justify-content:center}.notice-container .title{margin-top:0;width:auto}}.contents-container{overflow:hidden}.contents-container img{max-width:100%;height:100%}.contents-container .content-wrapper{margin:auto;width:min(1200px,89.3333333333vw)}@media screen and (max-width: 639px){.contents-container{padding-bottom:min(60px,10.6666666667vw)}}.tab-container>input[type=radio]{display:none !important}.tab-container .tab-content{position:relative;z-index:1;height:0;opacity:0}.tab-container>input[type=radio]:nth-child(1):checked~.tab-contents>.tab-content:nth-child(1){z-index:10;height:auto;opacity:1;transition:all .2s ease-out .1s}.tab-container>input[type=radio]:nth-child(2):checked~.tab-contents>.tab-content:nth-child(2){z-index:10;height:auto;opacity:1;transition:all .2s ease-out .1s}.tab-container>input[type=radio]:nth-child(3):checked~.tab-contents>.tab-content:nth-child(3){z-index:10;height:auto;opacity:1;transition:all .2s ease-out .1s}.tab-container>input[type=radio]:nth-child(4):checked~.tab-contents>.tab-content:nth-child(4){z-index:10;height:auto;opacity:1;transition:all .2s ease-out .1s}.tab-container>input[type=radio]:nth-child(5):checked~.tab-contents>.tab-content:nth-child(5){z-index:10;height:auto;opacity:1;transition:all .2s ease-out .1s}.tab-container>input[type=radio]:nth-child(6):checked~.tab-contents>.tab-content:nth-child(6){z-index:10;height:auto;opacity:1;transition:all .2s ease-out .1s}.tab-container>input[type=radio]:nth-child(7):checked~.tab-contents>.tab-content:nth-child(7){z-index:10;height:auto;opacity:1;transition:all .2s ease-out .1s}.tab-container>input[type=radio]:nth-child(8):checked~.tab-contents>.tab-content:nth-child(8){z-index:10;height:auto;opacity:1;transition:all .2s ease-out .1s}
