﻿:root{--color-black: #231815;--color-white: #fff;--color-danger: rgb(217,48,37);--color-gray: #898989;--color-gray-pale: #f7f7f7;--color-accent: #009ddf;--color-main: var(--color-accent);--color-link: var(--color-accent);--color-link-hover: var(--color-black)}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-style:normal;font-weight:normal;font-size:100%;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}html{overflow-y:scroll}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}input,textarea{margin:0;padding:0}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}caption,th{text-align:left}a:focus{outline:none}.clearfix:after{content:".";display:block;clear:both;height:0;visibility:hidden}.clearfix{min-height:1px}* html .clearfix{height:1px}.both{clear:both}.inline_block{display:inline-block}html{font-size:10px;color:var(--color-black);-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-size:clamp(1.4rem,1.3rem + .5vw,1.6rem);line-height:1.75;font-family:-apple-system,"Helvetica Neue",HelveticaNeue,YuGothic,"Yu Gothic Medium","Yu Gothic",Verdana,Meiryo,sans-serif;font-feature-settings:"palt" 1;-webkit-text-size-adjust:100%;overflow-wrap:anywhere;word-break:normal;line-break:strict}._serif{font-family:"Noto Serif JP",serif}a{text-decoration:none;color:var(--color-black);-webkit-transition:.3s;-o-transition:.3s;transition-duration:.3s}strong{font-weight:bold}sup{vertical-align:super}.h1,h1{font-size:clamp(2.4rem,1.8rem + 1.6vw,3.4rem);line-height:1.28}.h2,h2{font-size:clamp(2.1rem,1.6rem + 1.2vw,2.8rem);line-height:1.3}.h3,h3{font-size:clamp(1.8rem,1.4rem + .9vw,2.3rem);line-height:1.35}.h4,h4{font-size:clamp(1.6rem,1.3rem + .6vw,2rem);line-height:1.45}.h5,h5{font-size:clamp(1.5rem,1.2rem + .4vw,1.8rem);line-height:1.5}.h6,h6{font-size:clamp(1.4rem,1.1rem + .3vw,1.7rem);line-height:1.55}.text-small,.text-paren{font-size:.875em}.text-aster{font-size:.875em;color:var(--color-gray)}.text-danger{color:var(--color-danger)}.text-center{text-align:center}.text-right{text-align:right}.text-capitalized{text-transform:capitalize}*{box-sizing:border-box}html,body{height:100%}img,svg{vertical-align:bottom}.row{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:40px;align-items:start}@media(max-width: 781px){.row{grid-template-columns:minmax(0, 1fr);gap:30px}}.row .col{min-width:0;overflow-x:hidden}.row .col--sticky{position:sticky;top:100px;align-self:start}.row+.row{padding-top:120px}.header{position:fixed;top:0;left:0;width:100%;padding:20px 40px;display:flex;justify-content:space-between;align-items:center;z-index:1000;background-color:hsla(0,0%,100%,.95);box-shadow:0 2px 10px rgba(0,0,0,.05);transform:translateY(0);transition:transform .4s cubic-bezier(0.4, 0, 0.2, 1)}@media(max-width: 781px){.header{height:60px;padding:15px 20px}.header.active{transform:translateY(0) !important}}.home .header{transform:translateY(-100%)}.home .header.show{transform:translateY(0)}.site-title{font-size:1.6rem;letter-spacing:.5px}.site-title-en{display:block;font-size:1.4rem;font-weight:500}.site-title-ja{display:block;font-size:1.2rem;margin-top:2px}nav ul{list-style:none;display:flex;gap:30px;align-items:center}nav a{text-decoration:none;color:#333;font-size:13px;letter-spacing:.5px;transition:opacity .3s ease}nav a:hover{opacity:.6}@media(max-width: 781px){nav{display:none}nav ul{gap:15px;text-align:center}nav a{font-size:11px}}.hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;cursor:pointer;z-index:1001;width:25px;height:20px;position:relative}@media(max-width: 781px){.hamburger{display:flex}}.hamburger span{display:block;width:25px;height:1px;background-color:#333;transition:all .3s ease;position:absolute}.hamburger span:nth-child(1){top:0}.hamburger span:nth-child(2){top:50%;transform:translateY(-50%)}.hamburger span:nth-child(3){bottom:0}.hamburger.active span:nth-child(1){top:50%;transform:translateY(-50%) rotate(45deg)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){bottom:50%;transform:translateY(50%) rotate(-45deg)}.mobile-nav{display:none;position:fixed;top:0;right:-100%;width:100%;height:100vh;background-color:hsla(0,0%,100%,.98);z-index:999;transition:right .3s ease;padding:80px 20px 20px}.mobile-nav.active{display:flex;align-items:center;justify-content:center;right:0}.mobile-nav ul{list-style:none;display:flex;flex-direction:column;gap:30px;text-align:center}.mobile-nav a{text-decoration:none;color:#333;font-size:18px;letter-spacing:.5px;transition:opacity .3s ease}.mobile-nav a:hover{opacity:.6}@media(max-width: 781px){.mobile-nav a{display:block}}.wysiwyg{line-height:2}.wysiwyg a{color:var(--color-accent);transition:color .3s ease}.wysiwyg a:hover{color:var(--color-link-hover)}.wysiwyg a:visited{color:#005579}.wysiwyg a[target=_blank]:not(.link--has-img):not(.link--has-pdf):not(.text-link-button a)::after{font-family:"Font Awesome 5 Pro";font-weight:900;content:"";margin-left:.3em;font-size:.85em;color:var(--color-gray);transition:color .3s ease}.wysiwyg a[target=_blank]:not(.link--has-img):not(.link--has-pdf):not(.text-link-button a):hover::after{color:var(--color-accent)}.wysiwyg a[href$=".pdf"]:not(.link--has-img)::after{font-family:"Font Awesome 5 Pro";font-weight:400;content:"";margin-left:.4em;font-size:1.2em;color:#d32f2f;vertical-align:middle}.wysiwyg a[href$=".doc"]:not(.link--has-img)::after,.wysiwyg a[href$=".docx"]:not(.link--has-img)::after{font-family:"Font Awesome 5 Pro";font-weight:400;content:"";margin-left:.4em;font-size:1.2em;color:#2b579a;vertical-align:middle}.wysiwyg .text-has-icon-link-L{display:inline-block;padding:1rem 3rem;transition:all .3s ease}.wysiwyg .text-has-icon-link-L:hover{background-color:rgba(var(--color-accent), 0.05)}.wysiwyg .text-has-icon-link-L a{display:inline-flex;align-items:center;gap:1rem;text-decoration:none;font-weight:bold}.wysiwyg .text-has-icon-link-L a[href$=".pdf"]::after{font-family:"Font Awesome 5 Pro";font-weight:400;content:"";font-size:1.5em;color:var(--color-accent)}.wysiwyg .text-has-icon-link-L a[href$=".doc"]::after,.wysiwyg .text-has-icon-link-L a[href$=".docx"]::after{font-family:"Font Awesome 5 Pro";font-weight:400;content:"";font-size:1.5em;color:var(--color-accent)}.wysiwyg .text-has-arrow-link{display:inline-block}.wysiwyg .text-has-arrow-link a{display:inline-flex;align-items:center;gap:.5em;text-decoration:none;font-weight:bold}.wysiwyg .text-has-arrow-link a::after{font-family:"Font Awesome 5 Pro";font-weight:900;content:"";font-size:.9em;transition:transform .3s ease}.wysiwyg .text-has-arrow-link a:hover::after{transform:translateX(4px)}.wysiwyg .text-link-button a{display:inline-block;padding:1rem 4rem;border:0 !important;background-color:var(--color-accent);color:#fff !important;font-weight:bold;text-align:center;text-decoration:none;letter-spacing:.1em;transition:all .3s ease;border:0}.wysiwyg .text-link-button a:hover{background-color:var(--color-link-hover);transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.15)}.wysiwyg .text-link-button a[target=_blank]::after{display:none}@media screen and (max-width: 576px){.wysiwyg .text-link-button a{padding:1rem 2rem}}.wysiwyg h1,.wysiwyg h2,.wysiwyg h3,.wysiwyg h4,.wysiwyg h5,.wysiwyg h6{margin-bottom:3rem}.wysiwyg p,.wysiwyg ul,.wysiwyg ol,.wysiwyg figure,.wysiwyg table{margin-top:0;margin-bottom:3rem}.wysiwyg p+h1,.wysiwyg p+h2,.wysiwyg p+h3,.wysiwyg p+h4,.wysiwyg p+h5,.wysiwyg p+h6,.wysiwyg ul+h1,.wysiwyg ul+h2,.wysiwyg ul+h3,.wysiwyg ul+h4,.wysiwyg ul+h5,.wysiwyg ul+h6,.wysiwyg ol+h1,.wysiwyg ol+h2,.wysiwyg ol+h3,.wysiwyg ol+h4,.wysiwyg ol+h5,.wysiwyg ol+h6,.wysiwyg figure+h1,.wysiwyg figure+h2,.wysiwyg figure+h3,.wysiwyg figure+h4,.wysiwyg figure+h5,.wysiwyg figure+h6,.wysiwyg table+h1,.wysiwyg table+h2,.wysiwyg table+h3,.wysiwyg table+h4,.wysiwyg table+h5,.wysiwyg table+h6{margin-top:4rem}.wysiwyg p{overflow-wrap:break-word;word-break:normal}.wysiwyg p.has-iframe .inner{position:relative;padding-bottom:56.25%;height:0;overflow:hidden}.wysiwyg p.has-iframe.has-iframe-movie iframe,.wysiwyg p.has-iframe.has-iframe-google-map iframe{position:absolute;top:0;left:0;width:100%;height:100%}@media screen and (max-width: 576px){.wysiwyg p.has-iframe--wp-embedded-content{position:relative;padding-bottom:100%;height:0;overflow:hidden}.wysiwyg p.has-iframe--wp-embedded-content iframe{position:absolute;top:0;left:0;width:100%;height:100%}}.wysiwyg iframe{max-width:100%;border:0}.wysiwyg ul,.wysiwyg ol{margin-left:2em}.wysiwyg ul>li{list-style-type:disc;padding-bottom:1rem}.wysiwyg ul>li:last-child{padding-bottom:0}.wysiwyg ul[style*=circle] li{list-style-type:circle}.wysiwyg ul[style*=square] li{list-style-type:square}.wysiwyg ol>li{list-style-type:decimal;padding-bottom:1rem}.wysiwyg ol>li:last-child{padding-bottom:0}.wysiwyg ol[style*=lower-greek] li{list-style-type:lower-greek}.wysiwyg ol[style*=lower-roman] li{list-style-type:lower-roman}.wysiwyg ol[style*=upper-alpha] li{list-style-type:upper-alpha}.wysiwyg ol[style*=upper-roman] li{list-style-type:upper-roman}.wysiwyg ul>li>ul,.wysiwyg ul>li>ol,.wysiwyg ol>li>ul,.wysiwyg ol>li>ol{margin-top:.5em;margin-bottom:.5em}.wysiwyg blockquote{background-color:rgba(var(--color-black), 0.03);font-size:.95em;font-style:italic;font-family:"Noto Serif JP",serif}.wysiwyg blockquote *{font-style:italic}.wysiwyg blockquote>*:last-child{margin-bottom:0}.wysiwyg blockquote::before{font-family:"Font Awesome 5 Pro";font-weight:900;content:"";font-size:1.2em;color:var(--color-gray);opacity:.3;margin-right:.5em}.wysiwyg hr{border:0;border-top:1px dotted var(--color-gray);margin:2rem 0}.wysiwyg img{max-width:100%;height:auto;vertical-align:bottom;border:1px solid hsl(0,0%,87%);border-radius:2px}.wysiwyg img.img-no-border{border:0}.wysiwyg figure{max-width:100%}.wysiwyg figcaption,.wysiwyg .wp-caption-text{margin-top:1rem;font-size:1.2rem;color:var(--color-gray);line-height:1.6}.wysiwyg table{width:100%;border-collapse:collapse;overflow-x:auto;display:block}@media screen and (min-width: 782px){.wysiwyg table{display:table}}.wysiwyg table tr td,.wysiwyg table tr th{padding:1.5rem;border:1px solid #000;text-align:left;vertical-align:top}.wysiwyg table tr td>*:last-child,.wysiwyg table tr th>*:last-child{margin-bottom:0}.wysiwyg table tr td.text-vertical,.wysiwyg table tr th.text-vertical{vertical-align:middle;writing-mode:vertical-rl;line-height:1}.wysiwyg table tr th{background-color:rgba(var(--color-accent), 0.08);font-weight:bold}.wysiwyg strong{font-weight:bold}.wysiwyg em{font-style:italic}.wysiwyg .text-caption{margin-top:-2rem;font-size:1.2rem;line-height:1.6;color:var(--color-gray)}.wysiwyg .text-caption *{font-size:1.2rem !important}.wysiwyg .text-paren{font-size:.85em}.wysiwyg .text-lead{margin-bottom:6rem;padding:3rem 0;border-top:1px solid var(--color-gray);border-bottom:1px solid var(--color-gray);font-size:1.1em}.wysiwyg .text-lead>*:last-child{margin-bottom:0}@media screen and (max-width: 781px){.wysiwyg .text-lead{padding:2rem 0;margin-bottom:4rem}}.wysiwyg .alignleft,.wysiwyg .alignright{max-width:50%}@media screen and (min-width: 782px){.wysiwyg .alignleft,.wysiwyg .alignright{margin-bottom:2rem}}@media screen and (max-width: 781px){.wysiwyg .alignleft,.wysiwyg .alignright{display:block;float:none;max-width:100%;margin:0 0 3rem 0}}@media screen and (min-width: 782px){.wysiwyg .alignleft{float:left;margin-right:3rem}}@media screen and (min-width: 782px){.wysiwyg .alignright{float:right;margin-left:3rem}}.wysiwyg .aligncenter{display:block;margin:0 auto 3rem}.wysiwyg .clear{clear:both;height:0;overflow:hidden}.wysiwyg div[id^=attachment_]{max-width:100%}.page .heading{margin-bottom:40px}.page .article{max-width:1000px;margin:0 auto;padding:100px 40px}@media(max-width: 781px){.page .article{padding-inline:20px}}.page .title{margin-bottom:20px}.row.cf_text_flexible_column_1{grid-template-columns:1fr}.home .hero{position:fixed;top:0;left:0;width:100%;height:100vh;display:flex;align-items:center;justify-content:center;z-index:1}.home .hero-image{position:absolute;right:0;top:0;width:50%;height:100vh;overflow:hidden}.home .hero-image .gallery{width:100%;height:100%}.home .hero-image .swiper{width:100%;height:100%}.home .hero-image .swiper-slide{display:flex;align-items:center;justify-content:center;background:#f5f5f5;overflow:hidden}.home .hero-image .swiper-slide img{width:100%;height:100%;object-fit:cover;will-change:transform;transform:scale(1) translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden}.home .hero-image .swiper-slide-active img,.home .hero-image .swiper-slide-duplicate-active img,.home .hero-image .swiper-slide-prev img{animation:zoomIn 7s linear 0s normal both}@media(max-width: 781px){.home .hero-image{width:100%;height:100vh;top:0;bottom:auto}}@keyframes zoomIn{0%{transform:scale(1) translateZ(0)}100%{transform:scale(1.15) translateZ(0)}}.home .hero .hero-title{position:absolute;left:40px;top:50%;transform:translateY(-50%);font-size:15px;font-weight:400;letter-spacing:.5px;z-index:10}@media(max-width: 781px){.home .hero .hero-title{position:static;left:20px;top:30%;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.3)}}.home .hero .hero-title-en{display:block;font-size:2.2rem;font-weight:500}.home .hero .hero-title-ja{display:block;font-size:1.6rem;margin-top:3px}.home .hero-spacer{height:100vh}.home .content{position:relative;margin:0 auto;background-color:#fff;z-index:10;box-shadow:0 -15px 45px rgba(0,0,0,.1019607843)}.home .content p{line-height:2;margin-bottom:2rem}.home .content a{color:#333;text-decoration:none;border-bottom:1px solid #333;transition:opacity .3s ease}.home .content a:hover{opacity:.6}.home .content section{max-width:1000px;margin:0 auto;padding:100px 40px}@media(max-width: 781px){.home .content section{padding-inline:20px}}.home .content section h1{margin-bottom:40px}.home .content section img{max-width:100%}.home .content section ul{margin-left:1.75rem}.home .content section ul>li{list-style-type:disc;padding-bottom:10px}.home .content section ul>li>ul>li{list-style-type:circle}.home .content .section-lead{padding-top:200px}.home .content .section-lead .text{font-size:2rem}.home .content .section-lead .text-swiper,.home .content .section-lead .text-swiper .swiper-wrapper,.home .content .section-lead .text-swiper .swiper-slide{height:auto !important}.home .content .section-lead .text-swiper{width:100%;margin:0 auto;margin-bottom:30px}@media(max-width: 781px){.home .content .section-lead .text-swiper{margin-bottom:20px}}.home .content .section-lead .text-card{background:#fff;padding:36px 48px;border:1px solid rgba(0,0,0,.06);box-shadow:0 2px 4px rgba(0,0,0,.04),0 6px 12px rgba(0,0,0,.06);line-height:1.95;letter-spacing:.03em;opacity:0;transform:translateY(16px) scale(0.98);transition:opacity 1s ease,transform 1s cubic-bezier(0.25, 0.8, 0.25, 1)}.home .content .section-lead .text-swiper .swiper-slide-active .text-card{opacity:1;transform:translateY(0) scale(1)}@media(max-width: 781px){.home .content .section-lead .text-card{padding:28px 22px;line-height:1.85}}.home .content .section-events .row+.row{margin-top:40px}.home .content .section-events .title{margin-bottom:20px}.home .content .section-events .gallery{height:calc(100dvh - 70px - 70px)}.home .content .section-events .gallery .swiper{height:100%;overflow:visible}.home .content .section-events .gallery .swiper-slide{display:flex;height:100%}.home .content .section-events .gallery img{max-width:100%;max-height:100%}.home .content .section-events .gallery .swiper-pagination{position:static}.home .content .section-events .gallery .swiper-pagination .swiper-pagination-bullet-active{background-color:var(--color-black)}.home .content .section-events .to_archive{margin-top:80px;text-align:center}.home .content .section-contact{background:var(--color-gray-pale);max-width:100%;text-align:center}.home .content .section-contact iframe{width:100%}.carousel-gallery .gallery{position:relative;min-height:200px;max-height:600px}.carousel-gallery .gallery .swiper{height:100%;overflow:visible}.carousel-gallery .gallery .swiper-wrapper{height:100%}.carousel-gallery .gallery .swiper-slide{width:auto;height:100%;display:flex;align-items:flex-start}.carousel-gallery .gallery .swiper-slide.item-portrait{align-items:center}.carousel-gallery .gallery .swiper-slide.item-square{width:65%}@media screen and (max-width: 781px){.carousel-gallery .gallery .swiper-slide.item-square{width:100%}}.carousel-gallery .gallery .swiper-slide img{display:block;max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;border:1px var(--color-gray) solid}.carousel-gallery .swiper-button-lock{display:inline-flex !important}.carousel-gallery .swiper-button-wrapper{display:flex;align-items:center;justify-content:center}.carousel-gallery .swiper-button-next,.carousel-gallery .swiper-button-prev{position:static;display:inline-flex;align-items:center;justify-content:center;height:36px;margin-top:8px;margin-right:4px;color:var(--color-gray);transition:opacity .5s;cursor:pointer}.carousel-gallery .swiper-button-next:after,.carousel-gallery .swiper-button-prev:after{font-size:2rem}.carousel-gallery .gallery-pagination{display:flex;align-items:center;justify-content:flex-start;height:30px;margin-bottom:8px}.carousel-gallery .gallery-pagination .swiper-pagination-bullet{width:8px;height:8px;border-radius:50%;background:#ccc;opacity:1;margin:0 4px}.carousel-gallery .gallery-pagination .swiper-pagination-bullet-active{background:#000}.events.archive .heading{margin-bottom:40px}.events.archive section{margin:0 auto;padding:100px 40px}@media(max-width: 781px){.events.archive section{padding-inline:20px}}.events.archive .title{margin-bottom:20px}.footer{position:relative;z-index:1;padding:20px;text-align:center;font-size:1rem;background-color:var(--color-gray);color:var(--color-white)}.footer a{text-decoration:underline;color:var(--color-white)}/*# sourceMappingURL=common.css.map */
