*,*::before,*::after{box-sizing:border-box}html{text-size-adjust:none}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin-block-end:0}ul[role=list],ol[role=list]{list-style:none}body{min-height:100vh;line-height:1.5}h1,h2,h3,h4,button,input,label{line-height:1.1}a:not([class]){text-decoration-skip-ink:auto;color:currentColor}img,picture{max-width:100%;display:block}input,button,textarea,select{font-family:inherit;font-size:inherit}textarea:not([rows]){min-height:10em}:target{scroll-margin-block:5ex}html{font-size:62.5%;scroll-behavior:smooth;text-size-adjust:100%;-webkit-text-size-adjust:100%}body{font-size:1.6rem;font-family:"Noto Sans",sans-serif;line-height:1.6;line-height:1.6;color:#0b1740;overflow-x:hidden;margin:0}@media screen and (max-width: 768px){body{padding-top:0;font-size:1.6rem}}a{color:#0b1740;transition-duration:.4s;text-decoration:none}a:hover{opacity:.8}img{max-width:100%;height:auto}p,h1,h2,h3,h4,h5,h6,figure{margin:0}@media screen and (min-width: 768px){a[href*="tel:"]{pointer-events:none;cursor:default;text-decoration:none}}.l-container{max-width:1130px;margin-inline:auto}@media screen and (max-width: 1200px){.l-container{margin-left:25px;margin-right:25px}}.l-container--narrow{max-width:650px;margin-inline:auto}@media screen and (max-width: 576px){.l-container--narrow{margin-left:25px;margin-right:25px}}.l-header{position:fixed;top:0;left:0;width:100%;z-index:999;padding-top:20px;padding-bottom:20px}.l-header.is-header-bg{background-color:hsla(0,0%,100%,.6)}@media screen and (max-width: 768px){.l-header{padding-top:10px;padding-bottom:10px}}.l-footer{color:#fff;padding-bottom:50px;margin-top:120px}.c-arrow--bgWhite{display:inline-block;background:#fff;border-radius:20px;padding:10px 15px}.c-arrow--bgBlue{display:inline-block;background:#0b3d91;border-radius:15px;padding:6px 10px}.c-bg--theme{background-color:#0b1740}.c-bg--secondary{background-color:#7a869a}.c-bg--tertiary{background-color:#2a3f5f}.c-bg--quaternary{background-color:#0b3d91}.c-bg--quinary{background-color:#dde3e9}.c-bg--senary{background-color:#9caecf}.c-bg--white{background-color:#fff}.c-bg--light-blue{background-color:#f4f8ff}.c-bg--lower{background-image:url(../images/common/img_bg_lower.png);background-position:top 0 right 50px;background-repeat:no-repeat;background-size:auto}@media screen and (max-width: 768px){.c-bg--lower{background-position:top 0 right 0;background-size:65%}}.c-breadcrumb{display:flex;flex-wrap:wrap;gap:5px}.c-breadcrumb li{font-size:1.2rem}.c-breadcrumb li+li{position:relative;padding-left:10px}.c-breadcrumb li+li::before{content:"";background-color:#7a869a;display:inline-block;width:5px;height:1px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.c-btn-language{color:#0b1740;font-size:1.3rem;border:1px solid #0b1740;border-radius:50px;padding:4px 12px}.c-btn-language:hover{color:#fff;background-color:#0b3d91;border-color:rgba(0,0,0,0)}@media screen and (max-width: 576px){.c-btn-language{width:100%;justify-content:center;padding:13px}}.c-btn-language--white{color:#fff;border:1px solid #fff}.c-btn-language--white:hover{color:#0b1740;background-color:#fff;border-color:#0b3d91}.c-btn-square{display:block;width:245px;color:#0b3d91;text-align:center;border:1px solid #0b3d91;background-color:#fff;padding:10px 20px}.c-btn-square:hover{background-color:#f4f8ff}@media screen and (max-width: 768px){.c-btn-square{padding:15px 20px}}@media screen and (max-width: 576px){.c-btn-square{text-align:center;width:100%}}.c-btn-square--arrow{text-align:left;position:relative}@media screen and (max-width: 576px){.c-btn-square--arrow{text-align:center}}.c-btn-square--arrow::after{content:"";background-image:url(../images/common/icon_arrow_white.svg);background-color:#0b3d91;background-repeat:no-repeat;background-position:center;border-radius:15px;display:inline-block;width:30px;height:20px;position:absolute;top:50%;transform:translateY(-50%);right:20px}.c-grid-r700{display:grid;grid-template-columns:auto minmax(700px, 1fr);gap:70px}@media screen and (max-width: 992px){.c-grid-r700{grid-template-columns:1fr;gap:45px}}.c-grid-center{display:grid;place-content:center}.c-grid-2col{display:grid;grid-template-columns:repeat(2, auto);gap:100px}@media screen and (max-width: 768px){.c-grid-2col{gap:60px}}@media screen and (max-width: 768px){.c-grid-sp1col{grid-template-columns:auto}}.c-hamburger-btn{display:block;width:35px;height:14px;background:none;border:none;cursor:pointer;padding:0}.c-hamburger-bar{position:relative;display:block;width:35px;height:2px;background-color:#0b1740}.c-hamburger-bar::before{content:"";position:absolute;top:-4px;left:0;display:block;width:35px;height:2px;background-color:#0b1740;transition:all .3s}.c-hamburger-bar::after{content:"";position:absolute;bottom:-4px;left:0;display:block;width:35px;height:2px;background-color:#0b1740;transition:all .3s}.c-hamburger-area{position:fixed;right:0;top:0;width:100%;height:100%;background-color:#f4f8ff;transition:transform .3s ease-in-out;transform:translateX(100%);overflow:auto;z-index:900}.c-hamburger-menu{opacity:0;visibility:hidden;display:none;transition:transform .3s ease-in-out}.is-open{overflow:hidden}.is-open .c-hamburger-area{transform:translateX(0)}.is-open .c-hamburger-bar{background-color:rgba(0,0,0,0)}.is-open .c-hamburger-bar::before{top:0;rotate:45deg}.is-open .c-hamburger-bar::after{bottom:0;rotate:-45deg}.is-open .c-hamburger-menu{opacity:1;visibility:visible;display:block;padding-top:180px}@media screen and (max-width: 992px){.is-open .c-hamburger-menu{padding-top:160px}}.c-link-line{text-decoration:underline}.c-link-arrow__3col{display:grid;grid-template-columns:repeat(3, 1fr);gap:50px 80px}@media screen and (max-width: 992px){.c-link-arrow__3col{grid-template-columns:1fr;gap:20px}}.c-link-arrow{font-size:2rem;font-family:"Noto Serif",serif;font-weight:500;color:#0b1740;position:relative;display:block;padding-bottom:10px}@media screen and (max-width: 992px){.c-link-arrow{font-size:1.6rem;padding-bottom:20px}}.c-link-arrow::after{content:"";background-image:url(../images/common/icon_arrow_blue.svg);background-repeat:no-repeat;background-size:contain;display:block;width:25px;height:16px;position:absolute;top:50%;right:0;transform:translateY(-50%)}.c-link-img__img{overflow:hidden}.c-link-img__img img{transition:all .3s ease}.c-link-img--zoom:hover .c-link-img__img img{scale:1.05}.c-list-none{list-style:none;padding:0;margin:0}.c-list-number{list-style:none;margin:0;padding:0;counter-reset:li_count}.c-list-number li{display:flex;gap:10px}.c-list-number li::before{counter-increment:li_count;content:counter(li_count) "."}.c-list-desc{list-style:none;margin:0;padding:0}.c-list-desc li{position:relative;padding-left:13px;margin-bottom:10px}.c-list-desc li:last-child{margin-bottom:0}.c-list-desc li::before{content:"";background-color:#0b1740;border-radius:50%;display:inline-block;width:5px;height:5px;position:absolute;top:10px;left:0}.c-list-desc--lightBlue{list-style:none;margin:0;padding:0}.c-list-desc--lightBlue li{position:relative;padding-left:25px;margin-bottom:20px}.c-list-desc--lightBlue li:last-child{margin-bottom:0}.c-list-desc--lightBlue li::before{content:"";background-color:#9caecf;border-radius:50%;display:inline-block;width:8px;height:8px;position:absolute;top:10px;left:0}.c-table{width:100%;border-collapse:collapse}.c-table-main th{background-color:#9caecf;border:1px solid #dde3e9;color:#fff;font-weight:500;text-align:center;padding:16px 30px}.c-table-main td{background-color:#fff;border:1px solid #9caecf;padding:20px 30px}.c-table-main--severalTH tbody th{background-color:#e6edf7;color:#1c1c1c;text-align:center;border-color:#9caecf}.c-table-main--severalTH td{text-align:center}@media screen and (max-width: 768px){.c-table-scroll{overflow-x:scroll}}@media screen and (max-width: 768px){.c-table-scroll table{width:900px}}.c-title-main{font-size:4rem;font-family:"Noto Serif",serif;font-weight:500;color:#0b1740}@media screen and (max-width: 768px){.c-title-main{font-size:2.8rem}}.c-title-main--white{color:#fff}.c-title-main--medium{font-size:3.2rem}@media screen and (max-width: 768px){.c-title-main--medium{font-size:2.4rem}}.c-title-main--small{font-size:2.8rem}@media screen and (max-width: 768px){.c-title-main--small{font-size:2.4rem}}.c-title-circle{font-size:2.4rem;font-weight:500;position:relative;padding-left:30px}.c-title-circle::before{content:"";background-color:#fff;border:3px solid #0b1740;border-radius:50%;display:inline-block;width:20px;height:20px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.c-icon-flex{display:inline-flex;align-items:center;gap:5px}.c-borderB--white{border-bottom:1px solid #fff}.c-borderB--theme{border-bottom:1px solid #0b1740}.c-borderB--secondary{border-bottom:1px solid #7a869a}.c-borderB--tertiary{border-bottom:1px solid #2a3f5f}.c-borderB--quaternary{border-bottom:1px solid #0b3d91}.c-borderB--quinary{border-bottom:1px solid #dde3e9}.c-borderB--senary{border-bottom:1px solid #9caecf}.c-borderB--light-blue{border-bottom:1px solid #f4f8ff}@media screen and (max-width: 768px){.c-border-sp--none{border:none}}.c-side{position:absolute;top:425px;right:50px}@media screen and (max-width: 1279px){.c-side{display:none;visibility:hidden}}.c-side-right{opacity:1;visibility:visible;display:flex;flex-direction:column;align-items:flex-end;gap:15px}.is-open .c-side-right{opacity:0;visibility:hidden}.c-section{margin-top:100px}.c-section--wide{margin-top:120px}.c-section--narrow{margin-top:80px}@media screen and (max-width: 768px){.c-section--narrow{margin-top:60px}}.c-section-lower{padding-top:180px}@media screen and (max-width: 768px){.c-section-lower{padding-top:160px}}.c-section-lowerBlock{max-width:900px;margin-left:auto;margin-top:30px}.c-news-info{display:flex;align-items:center;justify-content:space-between;gap:15px}@media screen and (max-width: 768px){.c-news-info{justify-content:flex-start}}.c-news-info__time{font-size:1.4rem;color:#7a869a}.c-news-info__cat{font-size:1.1rem;color:#0b3d91;border:1px solid #0b3d91;border-radius:10px;padding:0 10px}.c-news-title{font-weight:normal;font-size:1.6rem;line-height:1.6}.c-news-list{display:grid;grid-template-columns:155px 1fr;align-items:flex-start;gap:30px;padding-bottom:30px;margin-top:30px}@media screen and (max-width: 768px){.c-news-list{grid-template-columns:1fr;gap:10px}}.c-news-list:first-of-type{margin-top:0}.c-news-pagination{display:flex;justify-content:center;align-items:flex-end;gap:10px;margin-top:60px}.c-news-pagination__btn{cursor:pointer;color:#0b1740;font-weight:500;background-color:#dde3e9;border:none;width:32px;height:32px;display:grid;place-content:center}.c-news-pagination__btn.is-pagination-active{color:#fff;background-color:#0b1740}.c-news-pagination__btn--prev{border:none;background:none;color:#0b3d91;border-bottom:1px solid #0b3d91;cursor:pointer;padding:0 0 3px;margin-right:20px}.c-news-pagination__btn--prev:disabled{opacity:0;visibility:hidden}.c-news-pagination__btn--next{border:none;background:none;color:#0b3d91;border-bottom:1px solid #0b3d91;cursor:pointer;padding:0 0 3px;margin-left:20px}.c-news-pagination__btn--next:disabled{opacity:0;visibility:hidden}.c-news-detail__info{justify-content:flex-start}.c-news-detail__title{line-height:1.6;margin-top:20px}.p-header-inner{padding-left:50px;padding-right:50px}@media screen and (max-width: 992px){.p-header-inner{padding-left:25px;padding-right:25px}}.p-header-row{display:flex;justify-content:space-between;align-items:center;position:relative;z-index:999}.p-header-btnArea{display:flex;justify-content:flex-end;align-items:center;gap:30px}.p-header-access{margin-top:60px}@media screen and (max-width: 992px){.p-header-btn__language{display:none}}.p-header-btn__language--sp{display:none}@media screen and (max-width: 992px){.p-header-btn__language--sp{display:block;margin-top:50px;margin-bottom:50px}}@media screen and (max-width: 992px){.p-header-logo{width:230px}}@media screen and (max-width: 992px){.p-header-logo--en{width:260px}}#js-top-content{display:none}#js-sub-content{display:none}.p-footer-contact{display:flex;justify-content:space-between;align-items:center;padding-top:100px;padding-bottom:100px}@media screen and (max-width: 992px){.p-footer-contact{flex-direction:column;align-items:flex-start;gap:20px;padding-top:90px;padding-bottom:90px}}@media screen and (max-width: 992px){.p-footer-contact__arrow{width:100%;text-align:end}}.p-footer-main{display:flex;justify-content:space-between;padding-top:100px}@media screen and (max-width: 992px){.p-footer-main{flex-direction:column;padding-top:90px}}.p-footer-main__address{margin-top:40px}.p-footer-main__language{margin-top:20px}@media screen and (max-width: 992px){.p-footer-main__language{display:none}}.p-footer-nav{display:grid;grid-template-columns:repeat(2, 170px);gap:50px}@media screen and (max-width: 992px){.p-footer-nav{display:none}}.p-footer-nav__item{display:flex;flex-direction:column;gap:20px}.p-footer-nav__item a{font-size:1.4rem}.p-footer-bottom{display:flex;justify-content:space-between;margin-top:50px}@media screen and (max-width: 992px){.p-footer-bottom{margin-top:65px}}.p-footer-copyright{font-size:1.2rem}@media screen and (max-width: 992px){.p-footer-topBtn{display:none}}.p-top-main{position:relative;display:inline-block;width:auto}@media screen and (min-width: 768px){.p-top-main__img img{height:720px;width:auto;object-fit:contain}}@media screen and (max-width: 576px){.p-top-main__img img{max-height:680px;object-fit:cover}}.p-top-main__text img{position:absolute;top:150px;right:-180px;z-index:10}@media screen and (max-width: 992px){.p-top-main__text img{right:-100px}}@media screen and (max-width: 930px){.p-top-main__text img{right:30px}}@media screen and (max-width: 576px){.p-top-main__text img{width:105px;top:inherit;bottom:45px;right:inherit;left:25px}}.p-top-main__text--en img{position:absolute;top:425px;right:-220px}@media screen and (max-width: 820px){.p-top-main__text--en img{top:auto;bottom:25px;right:0}}@media screen and (max-width: 576px){.p-top-main__text--en img{right:auto;width:325px}}.p-top-main__img{overflow:hidden;position:relative}.p-top-main__img::before{animation:main-anime 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;background:#fff;content:"";inset:0;pointer-events:none;position:absolute;z-index:1}@keyframes main-anime{100%{transform:translateX(100%)}}.p-top-mainAnime--01 img{animation:fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) forwards 1s;opacity:0}.p-top-mainAnime--02{animation:fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) forwards 1.5s;opacity:0}@keyframes fadeup{0%{transform:translateY(30px);opacity:0}80%{opacity:1}100%{opacity:1;transform:translateY(0)}}.p-top-news__item{display:flex;flex-direction:column;gap:10px;padding-bottom:20px;margin-top:20px}.p-top-news__item:first-of-type{margin-top:0}.p-top-news__item .c-news-info{justify-content:flex-start}.p-top-about{display:flex;justify-content:flex-end;gap:80px}@media screen and (max-width: 992px){.p-top-about{flex-direction:column;gap:60px}}.p-top-about__img{flex-shrink:0;display:flex;gap:10px;margin-left:calc(50% - 50vw)}@media screen and (max-width: 768px){.p-top-about__img{margin-right:calc(50% - 50vw)}}@media screen and (min-width: 992px){.p-top-about__text{margin-top:100px}}.p-top-about__lead{line-height:1.8}@media screen and (max-width: 768px){.p-top-about__lead{font-size:3.1rem}}.p-top-members{display:flex;justify-content:space-between;gap:80px}@media screen and (max-width: 992px){.p-top-members{flex-direction:column;gap:45px}}.p-top-members__text{display:flex;flex-direction:column;justify-content:space-between}@media screen and (min-width: 1200px){.p-top-members__img{flex-shrink:0}}@media screen and (max-width: 992px){.p-top-members__btn--pc{display:none}}.p-top-members__btn--sp{display:none}@media screen and (max-width: 992px){.p-top-members__btn--sp{display:block}}.p-top-research{display:flex;justify-content:space-between;gap:40px}@media screen and (max-width: 576px){.p-top-research{flex-direction:column;gap:30px}}.p-top-research__text{width:100%;justify-content:space-between;padding-bottom:20px;margin-top:10px}.p-access-address__2col{display:flex;align-items:flex-end;gap:20px}@media screen and (max-width: 992px){.p-access-address__2col{flex-direction:column;align-items:flex-start;gap:15px}}.p-access-number{display:flex;gap:20px;margin-top:10px}@media screen and (max-width: 992px){.p-access-number{margin-top:30px}}@media screen and (max-width: 576px){.p-access-number{flex-direction:column;gap:10px}}@media screen and (min-width: 576px){.p-access-number p+p{border-left:1px solid #9caecf;padding-left:20px}}.p-access-map iframe{width:100%}.p-access-2col{display:grid;grid-template-columns:1fr 540px;gap:30px;margin-top:50px}@media screen and (max-width: 768px){.p-access-2col{grid-template-columns:1fr;gap:60px}}.p-access-title{font-size:2rem;font-weight:500;padding-bottom:20px}.p-about-item{padding-bottom:80px}@media screen and (max-width: 768px){.p-about-item{padding-bottom:30px}}.p-about-history{margin:0}.p-about-history__item{display:grid;grid-template-columns:120px 1fr;gap:20px;padding-top:20px;padding-bottom:20px}@media screen and (max-width: 768px){.p-about-history__item{grid-template-columns:1fr;gap:10px;padding-top:15px;padding-bottom:15px}}.p-about-history__item:first-of-type{padding-top:0}.p-about-history__item dt{color:#7a869a}@media screen and (max-width: 768px){.p-about-history__item dt{border-bottom:1px solid #9caecf;padding-bottom:10px}}.p-about-history__item dd{margin:0}.p-about-vision{margin-top:70px}@media screen and (max-width: 768px){.p-about-vision{margin-top:60px}}.p-about-vision__item{display:flex;align-items:center;gap:30px;border:1px solid #9caecf;background-color:#fff;padding:30px}.p-about-theme{margin-top:70px}.p-about-theme__item{margin-top:80px}.p-about-theme__item:first-of-type{margin-top:0}.p-about-theme__title{font-size:1.8rem;font-weight:500;line-height:1.5;display:flex;gap:10px;padding-bottom:20px}.p-about-theme__imgTitle{font-size:2.2rem;line-height:1.5;font-family:"Noto Serif",serif;font-weight:bold;text-align:center}.p-about-theme__imgCaption{font-size:1.4rem;text-align:center;margin-top:15px}@media screen and (max-width: 576px){.p-about-theme__imgCaption{text-align:left}}.p-about-theme__imgSource{display:grid;grid-template-columns:45px auto;justify-content:left;color:#7a869a;font-size:1.4rem}.p-about-table td{color:#1c1c1c}.p-message-name{font-size:2.8rem;font-family:"Noto Serif",serif;font-weight:500;text-align:center}.p-members-name{display:flex;flex-direction:column}.p-members-name--kana{font-size:1.4rem;font-family:"Noto Sans",sans-serif;font-weight:normal;color:#7a869a;margin-bottom:5px}.p-members-post li+li{margin-top:15px}.p-members-detail__title{font-size:1.6rem;font-weight:bold}.p-members-detail{margin:15px 0 0}.p-members-detail__item{display:grid;gap:20px;margin-bottom:10px}.p-members-detail__item:last-of-type{margin-bottom:0}.p-members-detail__item dd{margin-left:0}@media screen and (max-width: 768px){.p-members-detail__item{grid-template-columns:1fr;gap:10px;margin-bottom:30px}.p-members-detail__item dt{border-bottom:1px solid #9caecf;padding-bottom:10px}}.p-members-detail__item--en{grid-template-columns:130px auto}@media screen and (max-width: 768px){.p-members-detail__item--en{grid-template-columns:1fr}}.p-members-2col{display:grid;grid-template-columns:240px auto;gap:100px}@media screen and (max-width: 768px){.p-members-2col{grid-template-columns:auto;gap:60px}}.p-members-link{font-size:1.7rem;color:#0b3d91;border-bottom:1px solid #0b3d91;gap:15px;padding-bottom:5px}@media screen and (max-width: 768px){.p-members-link{gap:5px}}.p-members-simple{margin:0}.p-members-simple__item{display:grid;grid-template-columns:120px 1fr;gap:20px;margin-bottom:20px}@media screen and (max-width: 768px){.p-members-simple__item{grid-template-columns:1fr;gap:10px;margin-bottom:30px}}.p-members-simple__item:last-of-type{margin-bottom:0}.p-members-simple__item dt{font-weight:500;border-right:1px solid #9caecf;white-space:nowrap;padding-right:20px}@media screen and (max-width: 768px){.p-members-simple__item dt{width:fit-content}}.p-members-simple__item dd{margin-left:0}.p-publications-filter{display:flex;flex-wrap:wrap;gap:10px}.p-publications-filter li{font-size:1.1rem;color:#7a869a;background-color:#fff;border:1px solid #7a869a;border-radius:50px;cursor:pointer;padding:3px 22px}@media screen and (max-width: 768px){.p-publications-filter li{padding:4px 25px}}.p-publications-filter .is-active{color:#fff;background-color:#0b3d91}.p-publications-category{display:none;visibility:hidden}.p-publications-category.is-show{display:block;visibility:visible}.p-publications-item{border-top:1px solid #9caecf;padding-top:50px;margin-top:50px}.p-publications-item__title{font-size:1.6rem;font-weight:500}.p-publications-item__list li{margin-top:30px}button.p-publications-more,button.p-publications-more--en{display:block;border:none;border-bottom:1px solid #0b3d91;font-size:1.7rem;line-height:1.6;color:#0b3d91;background:none;cursor:pointer;position:relative;padding-right:25px;margin:60px auto 0}button.p-publications-more:hover,button.p-publications-more--en:hover{opacity:.8}button.p-publications-more::after,button.p-publications-more--en::after{content:"";background-image:url(../images/common/icon_arrow_blue.svg);background-repeat:no-repeat;background-size:contain;display:inline-block;width:13px;height:8px;position:absolute;top:10px;right:0;rotate:90deg}button.p-publications-more.is-moreBtn-closed::after,button.p-publications-more--en.is-moreBtn-closed::after{rotate:-90deg}.p-collaborations-3col{display:grid;grid-template-columns:repeat(3, 170px);align-items:center;gap:25px}.p-collaborations-caption{text-align:center;margin-top:10px}.p-links-3col{display:grid;grid-template-columns:repeat(3, minmax(340px, 1fr));gap:30px}@media screen and (max-width: 768px){.p-links-3col{grid-template-columns:1fr}}.p-links-btn{border:1px solid #9caecf;text-align:center;color:#0b1740;background-color:#fff;font-weight:500;justify-content:center;padding:35px}.p-privacypolicy-title{display:flex;gap:10px;font-size:2rem;font-weight:500}.u-align-left{text-align:left !important}.u-align-center{text-align:center !important}.u-align-right{text-align:right !important}.u-align-justify{text-align:justify !important}@media screen and (min-width: 768px){.u-md-align-left{text-align:left !important}.u-md-align-center{text-align:center !important}.u-md-align-right{text-align:right !important}.u-md-align-justify{text-align:justify !important}}@media screen and (max-width: 768px){.u-sm-align-left{text-align:left !important}.u-sm-align-center{text-align:center !important}.u-sm-align-right{text-align:right !important}.u-sm-align-justify{text-align:justify !important}}@media screen and (min-width: 1200px){.u-xl-up-none{display:none}}@media screen and (min-width: 992px){.u-lg-up-none{display:none}}@media screen and (min-width: 768px){.u-md-up-none{display:none}}@media screen and (min-width: 576px){.u-sm-up-none{display:none}}@media screen and (max-width: 1200px){.u-xl-down-none{display:none}}@media screen and (max-width: 992px){.u-lg-down-none{display:none}}@media screen and (max-width: 768px){.u-md-down-none{display:none}}@media screen and (max-width: 576px){.u-sm-down-none{display:none}}.u-xl-up-block{display:none}@media screen and (min-width: 1200px){.u-xl-up-block{display:block}}.u-lg-up-block{display:none}@media screen and (min-width: 992px){.u-lg-up-block{display:block}}.u-md-up-block{display:none}@media screen and (min-width: 768px){.u-md-up-block{display:block}}.u-sm-up-block{display:none}@media screen and (min-width: 576px){.u-sm-up-block{display:block}}.u-xl-down-block{display:none}@media screen and (max-width: 1200px){.u-xl-down-block{display:block}}.u-lg-down-block{display:none}@media screen and (max-width: 992px){.u-lg-down-block{display:block}}.u-md-down-block{display:none}@media screen and (max-width: 768px){.u-md-down-block{display:block}}.u-sm-down-block{display:none}@media screen and (max-width: 576px){.u-sm-down-block{display:block}}.u-mt-0{margin-top:0 !important}.u-mb-0{margin-bottom:0 !important}.u-ml-0{margin-left:0 !important}.u-mr-0{margin-right:0 !important}.u-mt-10{margin-top:1rem !important}.u-mt-20{margin-top:2rem !important}.u-mt-30{margin-top:3rem !important}.u-mt-40{margin-top:4rem !important}.u-mt-50{margin-top:5rem !important}.u-mt-60{margin-top:6rem !important}.u-mt-70{margin-top:7rem !important}.u-mt-80{margin-top:8rem !important}.u-mt-90{margin-top:9rem !important}.u-mt-100{margin-top:10rem !important}.u-mb-10{margin-bottom:1rem !important}.u-mb-20{margin-bottom:2rem !important}.u-mb-30{margin-bottom:3rem !important}.u-mb-40{margin-bottom:4rem !important}.u-mb-50{margin-bottom:5rem !important}.u-mb-60{margin-bottom:6rem !important}.u-mb-70{margin-bottom:7rem !important}.u-mb-80{margin-bottom:8rem !important}.u-mb-90{margin-bottom:9rem !important}.u-mb-100{margin-bottom:10rem !important}.u-ml-10{margin-left:1rem !important}.u-ml-20{margin-left:2rem !important}.u-ml-30{margin-left:3rem !important}.u-ml-40{margin-left:4rem !important}.u-ml-50{margin-left:5rem !important}.u-ml-60{margin-left:6rem !important}.u-ml-70{margin-left:7rem !important}.u-ml-80{margin-left:8rem !important}.u-ml-90{margin-left:9rem !important}.u-ml-100{margin-left:10rem !important}.u-mr-10{margin-right:1rem !important}.u-mr-20{margin-right:2rem !important}.u-mr-30{margin-right:3rem !important}.u-mr-40{margin-right:4rem !important}.u-mr-50{margin-right:5rem !important}.u-mr-60{margin-right:6rem !important}.u-mr-70{margin-right:7rem !important}.u-mr-80{margin-right:8rem !important}.u-mr-90{margin-right:9rem !important}.u-mr-100{margin-right:10rem !important}.u-pt-0{padding-top:0 !important}.u-pb-0{padding-bottom:0 !important}.u-pl-0{padding-left:0 !important}.u-pr-0{padding-right:0 !important}.u-pt-10{padding-top:1rem !important}.u-pt-20{padding-top:2rem !important}.u-pt-30{padding-top:3rem !important}.u-pt-40{padding-top:4rem !important}.u-pt-50{padding-top:5rem !important}.u-pt-60{padding-top:6rem !important}.u-pt-70{padding-top:7rem !important}.u-pt-80{padding-top:8rem !important}.u-pt-90{padding-top:9rem !important}.u-pt-100{padding-top:10rem !important}.u-pb-10{padding-bottom:1rem !important}.u-pb-20{padding-bottom:2rem !important}.u-pb-30{padding-bottom:3rem !important}.u-pb-40{padding-bottom:4rem !important}.u-pb-50{padding-bottom:5rem !important}.u-pb-60{padding-bottom:6rem !important}.u-pb-70{padding-bottom:7rem !important}.u-pb-80{padding-bottom:8rem !important}.u-pb-90{padding-bottom:9rem !important}.u-pb-100{padding-bottom:10rem !important}.u-pl-10{padding-left:1rem !important}.u-pl-20{padding-left:2rem !important}.u-pl-30{padding-left:3rem !important}.u-pl-40{padding-left:4rem !important}.u-pl-50{padding-left:5rem !important}.u-pl-60{padding-left:6rem !important}.u-pl-70{padding-left:7rem !important}.u-pl-80{padding-left:8rem !important}.u-pl-90{padding-left:9rem !important}.u-pl-100{padding-left:10rem !important}.u-pr-10{padding-right:1rem !important}.u-pr-20{padding-right:2rem !important}.u-pr-30{padding-right:3rem !important}.u-pr-40{padding-right:4rem !important}.u-pr-50{padding-right:5rem !important}.u-pr-60{padding-right:6rem !important}.u-pr-70{padding-right:7rem !important}.u-pr-80{padding-right:8rem !important}.u-pr-90{padding-right:9rem !important}.u-pr-100{padding-right:10rem !important}.u-pb-5{padding-bottom:5px}.u-mt-15{margin-top:15px}.u-mt-30--sp40{margin-top:30px}@media screen and (max-width: 768px){.u-mt-30--sp40{margin-top:40px}}.u-pb-20--sp30{padding-bottom:20px}@media screen and (max-width: 768px){.u-pb-20--sp30{padding-bottom:30px}}.u-text-10{font-size:1rem !important}.u-text-11{font-size:1.1rem !important}.u-text-12{font-size:1.2rem !important}.u-text-13{font-size:1.3rem !important}.u-text-14{font-size:1.4rem !important}.u-text-15{font-size:1.5rem !important}.u-text-16{font-size:1.6rem !important}.u-text-17{font-size:1.7rem !important}.u-text-18{font-size:1.8rem !important}.u-text-19{font-size:1.9rem !important}.u-text-20{font-size:2rem !important}.u-text-21{font-size:2.1rem !important}.u-text-22{font-size:2.2rem !important}.u-text-23{font-size:2.3rem !important}.u-text-24{font-size:2.4rem !important}.u-text-25{font-size:2.5rem !important}.u-text-26{font-size:2.6rem !important}.u-text-27{font-size:2.7rem !important}.u-text-28{font-size:2.8rem !important}.u-text-29{font-size:2.9rem !important}.u-text-30{font-size:3rem !important}.u-text-normal{font-weight:normal}.u-text-bold{font-weight:bold}.u-text-lh125{line-height:1.25}.u-text-lh2{line-height:2 !important}.u-text-indent{padding-left:1em;text-indent:-1em}.u-text-sans{font-family:"Noto Sans JP",sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal}.u-text-serif{font-family:"Noto Serif JP",serif;font-optical-sizing:auto;font-weight:500;font-style:normal}.u-text-white{color:#fff}.u-text-theme{color:#0b1740}.u-text-secondary{color:#7a869a}.u-text-tertiary{color:#2a3f5f}.u-text-quaternary{color:#0b3d91}.u-text-quinary{color:#dde3e9}.u-text-senary{color:#9caecf}/*# sourceMappingURL=style.css.map */