﻿.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important}.button{color:var(--white);text-decoration:none;transition:.3s cubic-bezier(var(--transformrate));display:flex;justify-content:center;align-items:center;gap:12px;min-width:200px;text-align:center;font-size:.9375em;font-weight:500;color:var(--black)}@media only screen and (max-width: 760px){.button{gap:6px}}.button .label{position:relative}.button .label:after{content:"";display:block;width:0;height:1px;will-change:transform;transition:width .5s cubic-bezier(var(--transformrate)) 0s}.button:after{content:"→";width:50px;height:50px;padding:10px;box-sizing:border-box;display:flex;justify-content:center;align-items:center;aspect-ratio:1/1;border-radius:50px;background:#7eceef;transition:background .3s cubic-bezier(var(--transformrate))}@media only screen and (max-width: 760px){.button:after{width:40px;height:40px;padding:6px}}@media(hover: hover)and (pointer: fine){.button:hover .label:after{width:100%}.button:hover:after{background:#ea5514}}.button.--back{flex-direction:row-reverse}.button.--back .label:after{transform-origin:right;margin-left:auto}.button.--back:after{transform:rotate(180deg)}.wysiwyg>*,.page .entry__content__inner>*{margin-bottom:1em}.wysiwyg h1{font-weight:700}.wysiwyg h2{font-weight:700}.wysiwyg h3{font-weight:700}.wysiwyg h4{font-weight:700}.wysiwyg h5{font-weight:700}.wysiwyg h6{font-weight:500}.wysiwyg code{font-size:.8em}.wysiwyg cite,.wysiwyg .wp-block-pullquote__citation,.wysiwyg cite em,.wysiwyg .wp-block-pullquote__citation em,.wysiwyg cite strong,.wysiwyg .wp-block-pullquote__citation strong{color:#5b5b5b;font-weight:400}.wysiwyg blockquote{border-left:1px solid var(--black);background:#f7f7f7;display:flex;padding:0 1em;flex-direction:column;align-items:flex-start;gap:1rem;align-self:stretch}.wysiwyg blockquote p{color:#5b5b5b;font-weight:700}.wysiwyg a{color:var(--primary)}.wysiwyg strong{font-weight:bold}.wysiwyg em{font-style:italic}.wysiwyg small{font-size:.8em}.wysiwyg sup{font-size:small;vertical-align:top}.wysiwyg img{max-width:100%}.wysiwyg ul{list-style:disc}.wysiwyg ol{list-style:decimal}.wysiwyg li{margin-left:20px}.wysiwyg table{border:1px solid var(--black);border-width:1px 0;width:100%}.wysiwyg tr:last-child td{border-bottom:unset}.wysiwyg th{border:unset;border-right:1px dashed var(--black);border-bottom:1px solid var(--black);background-color:var(--light_gray);font-weight:700;padding:10px}@media only screen and (max-width: 760px){.wysiwyg th{padding:10px 5px}}.wysiwyg th:last-child{border-right:unset}.wysiwyg td{border:unset;border-right:1px dashed var(--black);border-bottom:1px solid var(--black);padding:10px;padding:10px 5px}.wysiwyg td:last-child{border-right:unset}.vertical{-ms-writing-mode:tb-rl;-webkit-writing-mode:vertical-rl;writing-mode:vertical-rl;text-orientation:upright;letter-spacing:.1em;line-height:2}.vertical.tight{letter-spacing:0}.vertical.wide{letter-spacing:.2em}.vertical.narrow{line-height:1.5}.vertical.spacious{line-height:2.5}.vertical.small{font-size:.8em}.vertical.large{font-size:1.2em}.vertical.center{text-align:center}.vertical.right{text-align:right}.vertical.left{text-align:left}@keyframes fade{0%{opacity:0}100%{opacity:1}}@keyframes zoomUp{0%{opacity:0;transform:scale(1)}30%{opacity:1}100%{transform:scale(1.2)}}@keyframes titleLeftView{0%{clip-path:inset(0 100% 0 0)}100%{clip-path:inset(0)}}.list_list{display:grid;grid-template-columns:repeat(4, 1fr);gap:calc(40/var(--vw)*100cqi);position:relative;z-index:2}@media only screen and (max-width: 960px){.list_list{grid-template-columns:repeat(2, 1fr)}}@media only screen and (max-width: 760px){.list_list{grid-template-columns:1fr;gap:2rem}}.list_list .card{display:flex;flex-direction:column;gap:5px;text-decoration:none;overflow:hidden;transition:.3s cubic-bezier(var(--transformrate))}@media(hover: hover)and (pointer: fine){.list_list .card:hover .img figure img{transform:scale(1.05)}}.list_list .card .img figure{overflow:hidden;aspect-ratio:260/170;background:#d9d9d9}.list_list .card .img figure img{width:100%;height:100%;object-fit:cover;transition:transform .4s cubic-bezier(var(--transformrate))}.list_list .card .img figure.is-noimage{text-align:center}.list_list .card .img figure.is-noimage img{object-fit:contain}.list_list .card .meta .date{font-size:.75em;font-weight:500}.list_list .card .cat .label{display:flex;flex-wrap:wrap;gap:6px}.list_list .card .cat .label span{display:inline-flex;padding:0 6px;justify-content:center;align-items:center;border-radius:30px;border:1px solid #000;font-size:.75em;font-weight:500}.list_list .card .title{font-size:.9375em;font-weight:500;margin:0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;line-clamp:3;overflow:hidden}@media only screen and (max-width: 760px){.list_list .card .title{-webkit-line-clamp:2;line-clamp:2}}.list_list .card .title .label{display:block}.list_list .card--list{background:var(--white);overflow:hidden;border-radius:10px;padding:10px;height:100%}@media only screen and (max-width: 760px){.list_list .card--list{border-radius:8px;padding:8px}}.list_list .card--list .img{overflow:hidden;border-radius:6px}.list_list .card--list .title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden}.list_list .card--list .cat{margin-top:auto}.p-cta{background-color:var(--white);border:12px solid var(--white);border-width:12px 0;position:relative;z-index:1;overflow:hidden;aspect-ratio:1440/600;padding-block:50px;display:flex;justify-content:center;align-items:center}@media only screen and (max-width: 760px){.p-cta{aspect-ratio:375/575;border-width:6px 0}}.p-cta .card{container-type:inline-size;display:flex;max-width:38rem;width:90%;padding:5rem;flex-direction:column;justify-content:center;align-items:center;gap:4rem;flex-shrink:0;background:var(--white);margin-inline:auto;position:relative;z-index:1}@media only screen and (max-width: 760px){.p-cta .card{padding:4rem 3rem;gap:2rem;width:30rem}}.p-cta .head .title{display:grid;color:var(--2f2a22);text-align:center}.p-cta .head .title .en{font-weight:400}@keyframes infinity-scroll-left{from{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes infinity-scroll-right{from{transform:translateX(-100%)}to{transform:translateX(0%)}}.scroll-infinity{display:grid;gap:15px;position:absolute;inset:0;margin:auto}@media screen and (max-width: 760px){.scroll-infinity{gap:6px}}.scroll-infinity__list--right{animation:infinity-scroll-right 60s infinite linear .5s both}.scroll-infinity__wrap{display:flex;overflow:hidden}.scroll-infinity__list{display:flex}.scroll-infinity__list--left{animation:infinity-scroll-left 60s infinite linear .5s both}.scroll-infinity__item{width:20vw;padding:0 7px}@media screen and (max-width: 760px){.scroll-infinity__item{width:66.6666666667vw;padding:0 3px}}.scroll-infinity__item>img{width:100%;height:100%;object-fit:cover}.scroll-infinity__wrap--sp{display:none}@media only screen and (max-width: 760px){.scroll-infinity__wrap--sp{display:flex}}.p-scroll-infinity{position:relative;background-color:#7fcef0;z-index:1;overflow:hidden;aspect-ratio:1440/600;display:flex;justify-content:center;align-items:center}.home .t-mv{height:100svh;background-image:url(images/common/bg.png);background-repeat:no-repeat;background-position:top;background-size:cover;position:sticky;top:0}@media only screen and (max-width: 760px){.home .t-mv{background-image:url(images/common/bg-sp.png);background-position:center}}.home .t-mv .catch{position:absolute;top:calc(190/var(--vw)*100cqi);right:calc(220/var(--vw)*100cqi);width:calc(128/var(--vw)*100cqi)}@media only screen and (max-width: 760px){.home .t-mv .catch{top:85px;left:0;right:0;margin:auto;width:92px}}.home .t-mv .catch img{width:100%;height:100%;object-fit:contain}.home .t-mv .mv__logo{position:absolute;top:calc(289/var(--vw)*100cqi);left:0;right:0;margin:auto;width:calc(520/var(--vw)*100cqi)}@media only screen and (max-width: 760px){.home .t-mv .mv__logo{width:270px;top:315px}}.home .t-mv .mv__logo img{width:100%;height:100%;object-fit:contain}.home .t-intro{background:linear-gradient(180deg, rgba(38, 167, 225, 0) 0%, #45b5e6 20.67%, #7fcef0 100%);backdrop-filter:blur(5px);padding-top:298px;padding-bottom:80px;position:relative;z-index:2}@media only screen and (max-width: 760px){.home .t-intro{padding-top:100px}}.home .t-intro .container{position:relative;max-width:900px;display:flex;gap:calc(135/var(--vw)*100cqi)}@media screen and (min-width: 1366px){.home .t-intro .container{gap:135px}}@media only screen and (max-width: 760px){.home .t-intro .container{gap:calc(20/var(--vw)*100cqi);flex-direction:column;align-items:center}}.home .t-intro .image_list{position:absolute;inset:0;margin:auto}.home .t-intro .image_list .image{position:absolute}.home .t-intro .image_list .image img{width:calc(298/var(--vw)*100cqi)}@media screen and (min-width: 1366px){.home .t-intro .image_list .image img{width:298px}}@media only screen and (max-width: 760px){.home .t-intro .image_list .image img{width:150px}}.home .t-intro .image_list .image:nth-child(1){bottom:calc(160/var(--vw)*100cqi);left:calc(60/var(--vw)*100cqi)}@media screen and (min-width: 1366px){.home .t-intro .image_list .image:nth-child(1){left:60px;bottom:160px}}@media only screen and (max-width: 760px){.home .t-intro .image_list .image:nth-child(1){left:calc(30/var(--vw)*100cqi);bottom:0}}.home .t-intro .image_list .image:nth-child(2){top:calc(400/var(--vw)*100cqi);right:calc(-73/var(--vw)*100cqi)}@media screen and (min-width: 1366px){.home .t-intro .image_list .image:nth-child(2){right:0;top:400px}}@media only screen and (max-width: 760px){.home .t-intro .image_list .image:nth-child(2){right:calc(-30/var(--vw)*100cqi);top:calc(0/var(--vw)*100cqi)}}@media only screen and (max-width: 760px){.home .t-intro .head .title{width:60px}}.home .t-intro .content{color:var(--white);max-width:680px;padding-top:87px;line-height:2.2}@media only screen and (max-width: 760px){.home .t-intro .content{padding-top:0;font-size:12px}}.home .t-auto-scroll-embla{background-color:#7fcef0;position:relative}.home .t-auto-scroll-embla .embla__viewport{overflow:hidden;position:relative}.home .t-auto-scroll-embla .embla__container{display:flex}.home .t-auto-scroll-embla .embla__slide{flex:0 0 auto;margin-inline:20px;width:calc(360/var(--vw)*100cqi)}@media only screen and (max-width: 760px){.home .t-auto-scroll-embla .embla__slide{width:calc(180/var(--vw)*100cqi);margin-inline:10px}}.home .t-auto-scroll-embla .embla__slide:nth-child(even){width:calc(200/var(--vw)*100cqi)}@media only screen and (max-width: 760px){.home .t-auto-scroll-embla .embla__slide:nth-child(even){width:calc(100/var(--vw)*100cqi)}}.home .t-auto-scroll-embla .embla__slide:nth-child(1){margin-top:calc(60/var(--vw)*100cqi)}.home .t-auto-scroll-embla .embla__slide:nth-child(2){margin-top:calc(150/var(--vw)*100cqi)}.home .t-auto-scroll-embla .embla__slide:nth-child(3){margin-top:calc(128/var(--vw)*100cqi)}.home .t-auto-scroll-embla .embla__slide:nth-child(5){margin-top:calc(60/var(--vw)*100cqi)}.home .t-auto-scroll-embla .embla__slide:nth-child(6){margin-top:calc(150/var(--vw)*100cqi)}.home .t-auto-scroll-embla .embla__slide:nth-child(7){margin-top:calc(128/var(--vw)*100cqi)}.home .t-auto-scroll-embla .embla__slide img{width:100%;height:100%;object-fit:contain}.home .t-about{background-color:#7fcef0;position:relative;padding-block:80px}@media only screen and (max-width: 760px){.home .t-about{padding-block:40px}}.home .t-about .head{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:0;padding-bottom:56px}@media only screen and (max-width: 760px){.home .t-about .head{padding-bottom:28px}}.home .t-about .head .en{width:calc(90/var(--vw)*100cqi);margin-bottom:0}@media only screen and (max-width: 760px){.home .t-about .head .en{width:calc(45/var(--vw)*100cqi)}}.home .t-about .head .label{text-align:center;font-size:2.25em;font-weight:700;margin-top:-5px}@media only screen and (max-width: 760px){.home .t-about .head .label{font-size:1.25em}}.home .t-about .head{padding-bottom:80px;color:var(--white)}@media only screen and (max-width: 760px){.home .t-about .head{padding-bottom:40px}}.home .t-about .head .en{width:100px}@media only screen and (max-width: 760px){.home .t-about .head .en{width:50px}}.home .t-about .content{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:50px;position:relative}@media only screen and (max-width: 760px){.home .t-about .content{grid-template-columns:1fr;gap:40px}}.home .t-about .content .vector{width:133px;height:auto;aspect-ratio:133/305;position:absolute;left:-33px;bottom:-60px}@media only screen and (max-width: 760px){.home .t-about .content .vector{bottom:-10px;left:-10px;width:66.5px}}.home .t-about .content .image{position:relative}.home .t-about .content img{width:100%;height:100%;object-fit:contain}.home .t-about .content .text{color:var(--white)}.home .t-message{background-color:#7fcef0;position:relative;padding-block:0 170px}@media only screen and (max-width: 760px){.home .t-message{padding-block:0 80px}}.home .t-message .head{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:0;padding-bottom:56px}@media only screen and (max-width: 760px){.home .t-message .head{padding-bottom:28px}}.home .t-message .head .en{width:calc(90/var(--vw)*100cqi);margin-bottom:0}@media only screen and (max-width: 760px){.home .t-message .head .en{width:calc(45/var(--vw)*100cqi)}}.home .t-message .head .label{text-align:center;font-size:2.25em;font-weight:700;margin-top:-5px}@media only screen and (max-width: 760px){.home .t-message .head .label{font-size:1.25em}}.home .t-message .head{padding-bottom:80px;color:var(--white)}@media only screen and (max-width: 760px){.home .t-message .head{padding-bottom:40px}}.home .t-message .head .en{width:156px}@media only screen and (max-width: 760px){.home .t-message .head .en{width:80px}}.home .t-message .content{display:grid;grid-template-columns:repeat(2, 1fr);align-items:center;gap:50px;position:relative}@media only screen and (max-width: 760px){.home .t-message .content{grid-template-columns:repeat(1, 1fr);gap:20px}}.home .t-message .content.--reverse .image{order:2}@media only screen and (max-width: 760px){.home .t-message .content.--reverse .image{order:1}}.home .t-message .content.--reverse .detail{order:1}@media only screen and (max-width: 760px){.home .t-message .content.--reverse .detail{order:2}}.home .t-message .content .vector{width:133px;height:auto;aspect-ratio:133/305;position:absolute;left:-33px;bottom:-60px}@media only screen and (max-width: 760px){.home .t-message .content .vector{bottom:-10px;left:-10px;width:66.5px}}.home .t-message .content .image{position:relative}.home .t-message .content img{width:100%;height:100%;object-fit:contain}.home .t-message .content .detail{color:var(--white);display:grid;gap:20px;font-weight:700;line-height:1.7}.home .t-message .content .detail .title{font-size:30px}@media only screen and (max-width: 760px){.home .t-message .content .detail .title{font-size:21px}}.home .t-message .content .detail .text{font-size:15px}.home .t-message .content .detail .name{font-size:20px}.home .t-message .content .detail .name span{font-size:.8em}.home .t-message .content .detail .name .position{font-size:.65em;display:inline-block}.home .t-list{position:relative;padding-top:50px;padding-bottom:80px;background-color:#7fcef0;background-image:url(images/common/top_list_bg.png);background-size:cover;background-position:top center;background-repeat:no-repeat}@media only screen and (max-width: 760px){.home .t-list{padding-top:30px;padding-bottom:40px}}.home .t-list .image_list .image{position:absolute;width:calc(289/var(--vw)*100cqi);z-index:4}@media screen and (min-width: 1366px){.home .t-list .image_list .image{width:289px}}@media only screen and (max-width: 760px){.home .t-list .image_list .image{width:120px}}.home .t-list .image_list .image:nth-child(1){top:0;left:calc(63/var(--vw)*100cqi);transform:scaleX(-1)}@media screen and (min-width: 1366px){.home .t-list .image_list .image:nth-child(1){left:63px}}@media only screen and (max-width: 760px){.home .t-list .image_list .image:nth-child(1){left:calc(-50/var(--vw)*100cqi)}}.home .t-list .image_list .image:nth-child(2){width:calc(90/var(--vw)*100cqi);top:calc(-100/var(--vw)*100cqi);right:calc(340/var(--vw)*100cqi)}@media screen and (min-width: 1366px){.home .t-list .image_list .image:nth-child(2){width:90px;top:-100px;right:340px}}@media only screen and (max-width: 760px){.home .t-list .image_list .image:nth-child(2){width:45px;right:calc(-50/var(--vw)*100cqi)}}.home .t-list .image_list .image img{width:100%;height:100%;object-fit:contain}.home .t-list .container{position:relative;z-index:5}.home .t-list .head{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:0;padding-bottom:56px}@media only screen and (max-width: 760px){.home .t-list .head{padding-bottom:28px}}.home .t-list .head .en{width:calc(90/var(--vw)*100cqi);margin-bottom:0}@media only screen and (max-width: 760px){.home .t-list .head .en{width:calc(45/var(--vw)*100cqi)}}.home .t-list .head .label{text-align:center;font-size:2.25em;font-weight:700;margin-top:-5px}@media only screen and (max-width: 760px){.home .t-list .head .label{font-size:1.25em}}.home .t-list .btn_list{display:flex;justify-content:center;padding-top:60px}@media only screen and (max-width: 760px){.home .t-list .btn_list{padding-top:30px}}.home .t-news{background:#fff;position:relative;padding-top:100px;padding-bottom:100px}@media only screen and (max-width: 760px){.home .t-news{padding-top:50px;padding-bottom:50px}}.home .t-news .image_list .image{position:absolute;width:calc(289/var(--vw)*100cqi);top:0;right:calc(53/var(--vw)*100cqi);transform:scaleX(-1) translateY(-75%)}@media screen and (min-width: 1366px){.home .t-news .image_list .image{width:289px;right:53px;top:0}}@media only screen and (max-width: 760px){.home .t-news .image_list .image{width:120px}}.home .t-news .image_list .image img{width:100%;height:100%;object-fit:contain}.home .t-news .container{display:grid;grid-template-columns:200px 1fr;gap:calc(120/var(--vw)*100cqi);position:relative}@media screen and (min-width: 1366px){.home .t-news .container{gap:120px}}@media only screen and (max-width: 960px){.home .t-news .container{grid-template-columns:1fr;gap:0}}.home .t-news .head{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:0;padding-bottom:56px}@media only screen and (max-width: 760px){.home .t-news .head{padding-bottom:28px}}.home .t-news .head .en{width:calc(90/var(--vw)*100cqi);margin-bottom:0}@media only screen and (max-width: 760px){.home .t-news .head .en{width:calc(45/var(--vw)*100cqi)}}.home .t-news .head .label{text-align:center;font-size:2.25em;font-weight:700;margin-top:-5px}@media only screen and (max-width: 760px){.home .t-news .head .label{font-size:1.25em}}@media only screen and (max-width: 760px){.home .t-news .head{padding-bottom:30px}}.home .t-news .head .en{width:calc(124/var(--vw)*100cqi)}@media only screen and (max-width: 760px){.home .t-news .head .en{width:calc(62/var(--vw)*100cqi)}}.home .t-news .btn_list{position:absolute;bottom:0;left:0}@media only screen and (max-width: 760px){.home .t-news .btn_list{position:static;margin:auto}}.home .news_list{display:grid;grid-template-columns:repeat(3, 1fr);gap:calc(40/var(--vw)*100cqi)}@media only screen and (max-width: 960px){.home .news_list{gap:calc(30/var(--vw)*100cqi)}}@media only screen and (max-width: 760px){.home .news_list{grid-template-columns:1fr;gap:calc(20/var(--vw)*100cqi)}}.home .news_list .card{display:flex;flex-direction:column;gap:5px;text-decoration:none;overflow:hidden;transition:.3s cubic-bezier(var(--transformrate))}@media(hover: hover)and (pointer: fine){.home .news_list .card:hover .img figure img{transform:scale(1.05)}}.home .news_list .card .img figure{overflow:hidden;aspect-ratio:260/170;background:#d9d9d9}.home .news_list .card .img figure img{width:100%;height:100%;object-fit:cover;transition:transform .4s cubic-bezier(var(--transformrate))}.home .news_list .card .img figure.is-noimage{text-align:center}.home .news_list .card .img figure.is-noimage img{object-fit:contain}.home .news_list .card .meta .date{font-size:.75em;font-weight:500}.home .news_list .card .cat .label{display:flex;flex-wrap:wrap;gap:6px}.home .news_list .card .cat .label span{display:inline-flex;padding:0 6px;justify-content:center;align-items:center;border-radius:30px;border:1px solid #000;font-size:.75em;font-weight:500}.home .news_list .card .title{font-size:.9375em;font-weight:500;margin:0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;line-clamp:3;overflow:hidden}@media only screen and (max-width: 760px){.home .news_list .card .title{-webkit-line-clamp:2;line-clamp:2}}.home .news_list .card .title .label{display:block}.home .news_list .card--list{background:var(--white);overflow:hidden;border-radius:10px;padding:10px;height:100%}@media only screen and (max-width: 760px){.home .news_list .card--list{border-radius:8px;padding:8px}}.home .news_list .card--list .img{overflow:hidden;border-radius:6px}.home .news_list .card--list .title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden}.home .news_list .card--list .cat{margin-top:auto}.p-form{background:#f5f5f5;position:relative;padding-block:50px 158px}@media only screen and (max-width: 760px){.p-form{padding-block:30px 80px}}.p-form .head{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:0;padding-bottom:56px}@media only screen and (max-width: 760px){.p-form .head{padding-bottom:28px}}.p-form .head .en{width:calc(90/var(--vw)*100cqi);margin-bottom:0}@media only screen and (max-width: 760px){.p-form .head .en{width:calc(45/var(--vw)*100cqi)}}.p-form .head .label{text-align:center;font-size:2.25em;font-weight:700;margin-top:-5px}@media only screen and (max-width: 760px){.p-form .head .label{font-size:1.25em}}.p-form .head .en{width:calc(185/var(--vw)*100cqi)}@media only screen and (max-width: 760px){.p-form .head .en{width:calc(95/var(--vw)*100cqi)}}.p-form .head .label{font-size:1.875em}@media only screen and (max-width: 760px){.p-form .head .label{font-size:1.4285714286em}}.p-form .form{max-width:920px;margin:auto}.p-form .form .form__item{display:grid;grid-template-columns:1fr 78.2608695652%;align-items:center;margin-bottom:20px}@media only screen and (max-width: 760px){.p-form .form .form__item{grid-template-columns:1fr}}.p-form .form .form__item .p-postal-code{max-width:15em}.p-form .form .form__title{text-align:center;font-size:15px;font-weight:bold;display:flex;align-items:center;justify-content:center;gap:4px}@media only screen and (max-width: 760px){.p-form .form .form__title{justify-content:flex-start;text-align:left;margin-bottom:10px}}.p-form .form .form__text{display:grid}.p-form .form .form__btn{text-align:center}.p-form .form .form__agreement{font-size:14px}@media only screen and (max-width: 960px){.p-form .form .form__agreement{font-size:13px}}@media only screen and (max-width: 760px){.p-form .form .form__agreement{font-size:12px}}.p-form .form .form__agreement a{color:inherit}.p-form .form .form__agreement .wpcf7-list-item{margin:0}.p-form .form .required{color:red;font-size:12px;font-weight:700;letter-spacing:.6px;display:flex;padding:0 4px;justify-content:center;align-items:center;gap:10px;border-radius:4px;border:1px solid red}.p-form p{margin-bottom:1em}.p-form hr{border:unset;background:var(--gray);height:1px;width:100%;margin:1em 0}.p-form .btn_list{display:flex;justify-content:center;align-items:center;gap:30px;padding-top:85px}@media only screen and (max-width: 760px){.p-form .btn_list{padding-top:40px}}.p-form .button{position:relative;margin-bottom:0;cursor:pointer;min-width:unset}.p-form .button input{padding-block:15px;padding-right:60px;background-image:url(images/common/arrow.svg);background-size:50px;background-position:right center;background-repeat:no-repeat;transition:background-image .3s cubic-bezier(var(--transformrate))}@media only screen and (max-width: 760px){.p-form .button input{padding-right:50px;background-size:40px}}.p-form .button input:hover{background-image:url(images/common/arrow-hover.svg)}.p-form .button:after{display:none}.p-form .button.btn_back input{background-position:left center;background-image:url(images/common/arrow-left.svg);padding-right:0;padding-left:60px}@media only screen and (max-width: 760px){.p-form .button.btn_back input{padding-left:50px}}.p-form .button.btn_back input:hover{background-image:url(images/common/arrow-left-hover.svg)}.p-form .button .wpcf7-spinner{display:none}.p-form-thanks p{margin-bottom:1em}.form__policy{border:1px solid var(--gray);background-color:var(--white);height:140px;overflow:auto;padding:10px;margin:80px 0;font-size:14px}@media only screen and (max-width: 960px){.form__policy{font-size:13px}}@media only screen and (max-width: 760px){.form__policy{margin:40px 0;font-size:12px}}.page-ttl{height:465px;background-image:url("images/common/bg.png");background-size:cover;background-position:top;background-repeat:no-repeat;padding:0 20px}@media only screen and (max-width: 760px){.page-ttl{height:300px}}.page-ttl .ttl__text{color:var(--white);padding-top:210px;text-align:center}@media only screen and (max-width: 760px){.page-ttl .ttl__text{padding-top:120px}}.page-ttl .ttl__text .en{font-size:1.25em;font-weight:700;text-transform:capitalize}.page-ttl .ttl__text .label{font-size:1.875em;font-weight:700}.archive-list__content.entry__content{padding-block:0}.archive-list-layout{display:grid;grid-template-columns:160px 1fr;align-items:start;gap:calc(90/var(--vw)*100cqi);padding-top:100px;padding-bottom:120px}@media only screen and (max-width: 760px){.archive-list-layout{grid-template-columns:1fr;gap:30px;padding-top:30px;padding-bottom:60px}}.archive-list-sidebar{position:sticky;top:100px}@media only screen and (max-width: 760px){.archive-list-sidebar{position:static;order:0}}.archive-list-sidebar__nav{display:grid;grid-template-columns:1fr;gap:20px}@media only screen and (max-width: 760px){.archive-list-sidebar__nav{gap:10px}}.archive-list-term-list{list-style:none;margin:0;padding:0;display:flex;width:160px;flex-direction:column;gap:10px}@media only screen and (max-width: 760px){.archive-list-term-list{display:grid;grid-template-columns:repeat(auto-fit, minmax(100px, 1fr));width:100%}}.archive-list-term-list__item--head{font-weight:700}.archive-list-term-list__link{border-radius:5px;border:1px solid #000;display:flex;height:30px;padding:10px 20px;align-items:center;gap:10px;align-self:stretch;text-decoration:none;font-weight:500;text-align:left;transition:.5s cubic-bezier(var(--transformrate))}@media only screen and (max-width: 760px){.archive-list-term-list__link{padding:20px;justify-content:center}}.archive-list-term-list__link:hover{background:var(--primary);border-color:var(--primary);color:var(--white)}.archive-list-term-list__link.current{pointer-events:none;background:var(--primary);border-color:var(--primary);color:var(--white)}.archive-list-main{min-width:0}.content-pagination{display:flex;justify-content:center;align-items:center;gap:6px;padding:0 20px 136px}@media only screen and (max-width: 960px){.content-pagination{padding:0 20px 100px}}@media only screen and (max-width: 760px){.content-pagination{padding:0 20px 60px}}.content-pagination .nav-links{display:flex;align-items:center;gap:6px}.content-pagination .nav-links a,.content-pagination .nav-links span{border:1px solid var(--black);border-radius:5px;color:var(--black);text-align:center;width:50px;height:50px;position:relative;display:flex;align-items:center;justify-content:center;text-decoration:none}.content-pagination .nav-links a:hover{background:var(--primary);border-color:var(--primary);color:var(--white);opacity:1}.content-pagination .nav-links .current{background:var(--primary);border-color:var(--primary);color:var(--white)}.content-pagination .nav .disabled,.content-pagination .nav a{border:1px solid var(--black);border-radius:5px;color:var(--black);text-align:center;width:50px;height:50px;position:relative;display:flex;align-items:center;justify-content:center;text-decoration:none}.content-pagination .nav .disabled{pointer-events:none;opacity:.5}.entry__content{min-height:30vh;min-height:calc(var(--vh, 1vh)*30);padding-top:40px;padding-bottom:110px}@media only screen and (max-width: 760px){.entry__content{padding-top:20px;padding-bottom:55px}}.entry__content .container{max-width:920px}.page{background:#eaf3f2}.page .breadcrumb ol{max-width:920px}.page .entry__content__inner .container{margin:0 auto}.page .entry__content__inner .container.mw__full{width:100%;max-width:inherit}.page .entry__content__inner .container.mw__full>.block{width:90%;margin:0 auto}.page .entry__content__inner .container.ov__X_hidden{overflow-x:hidden}.page .entry__content__inner .container.padding__null{padding:0}.page .entry__content__inner .container.padding__null_top{padding-top:0}.page .entry__content__inner .container.padding__null_bottom{padding-bottom:0}.post{background:#eaf3f2}.post .breadcrumb ol{max-width:920px}.post .entry__content__inner .container.mw__full{width:100%;max-width:inherit}.post .entry__content__inner .container.ov__X_hidden{overflow-x:hidden}.post .entry__content__inner .container.padding__null{padding:0}.post .entry__content__inner .container.padding__null_top{padding-top:0}.post .entry__content__inner .container.padding__null_bottom{padding-bottom:0}.archive{background:#eaf3f2}.archive .container{max-width:1240px}.archive .post-list{display:grid;grid-template-columns:repeat(4, 1fr);gap:30px 10px}@media only screen and (max-width: 960px){.archive .post-list{grid-template-columns:repeat(3, 1fr);gap:20px 10px}}@media only screen and (max-width: 760px){.archive .post-list{grid-template-columns:repeat(2, 1fr);gap:20px}}@media only screen and (max-width: 760px){.archive .post-list{gap:10px}}.site-footer{position:relative;container-type:inline-size}.site-footer .footer__bg{position:relative}.site-footer .footer__bg .img img{aspect-ratio:1440/870;width:100%;height:100%;object-fit:cover}@media only screen and (max-width: 760px){.site-footer .footer__bg .img img{aspect-ratio:1/1}}.site-footer .footer__bg .logo{position:absolute;left:0;right:0;top:calc(290/var(--vw)*100cqi);display:flex;align-items:center;justify-content:center}@media only screen and (max-width: 760px){.site-footer .footer__bg .logo{top:50%;transform:translateY(-50%)}}.site-footer .footer__bg .logo img{width:calc(520/var(--vw)*100cqi)}@media only screen and (max-width: 760px){.site-footer .footer__bg .logo img{width:calc(270/var(--vw)*100cqi)}}.site-footer .container{padding-block:68px}@media only screen and (max-width: 760px){.site-footer .container{padding-block:20px}}.site-footer .sitemap{display:flex;flex-direction:column}@media only screen and (max-width: 760px){.site-footer .sitemap{gap:20px}}.site-footer .sitemap__top{display:flex;justify-content:space-between;flex-wrap:wrap;align-items:flex-start;gap:calc(20/var(--vw)*100cqi)}@media only screen and (max-width: 760px){.site-footer .sitemap__top{flex-direction:column-reverse;gap:20px}}.site-footer .sitemap__bottom{display:flex;justify-content:space-between;flex-direction:row-reverse;align-items:flex-end}@media only screen and (max-width: 760px){.site-footer .sitemap__bottom{flex-direction:column;gap:20px;align-items:center}}@media only screen and (max-width: 760px){.site-footer .sitemap__bottom img{width:180px}}.site-footer .sitemap__nav{display:flex;gap:calc(41/var(--vw)*100cqi);flex-wrap:wrap}@media only screen and (max-width: 760px){.site-footer .sitemap__nav{flex-direction:column;gap:10px}}.site-footer .sitemap__nav a{text-decoration:none;display:flex;align-items:center;font-size:15px;font-weight:700}@media only screen and (max-width: 760px){.site-footer .sitemap__nav a{font-size:13px}}.site-footer .sitemap__nav a .label::before{background:#000 !important;height:1px}.site-footer a{transition:opacity .5s cubic-bezier(var(--transformrate))}@media(hover: hover)and (pointer: fine){.site-footer a:hover{opacity:.8}}.site-footer .address{font-size:15px;font-weight:500;line-height:1.6}@media only screen and (max-width: 760px){.site-footer .address{font-size:13px}}.site-footer .copyright{font-size:15px;font-weight:500}@media only screen and (max-width: 760px){.site-footer .copyright{font-size:10px}}.admin-bar .page-ttl .ttl__mv,.admin-bar .site-header{top:32px !important}@media only screen and (max-width: 760px){.admin-bar .page-ttl .ttl__mv,.admin-bar .site-header{top:46px !important}}.site-header{width:calc(100% - 30px);position:absolute;top:10px;right:0;left:0;margin:0 auto;background:var(--white);display:flex;padding:4px 4px 4px 20px;justify-content:space-between;align-items:center;z-index:99;border-radius:10px}@media only screen and (max-width: 760px){.site-header{width:calc(100% - 20px);justify-content:center;padding:4px 20px}}.site-header__org-name{font-size:calc(16/var(--vw)*100cqi)}@media screen and (min-width: 1366px){.site-header__org-name{font-size:16px}}.site-header__org-name{font-weight:700}@media only screen and (max-width: 760px){.site-header__org-name{font-size:13px}}.sitelogo a{display:flex;align-items:center;gap:10px;text-decoration:none}.sitelogo img{width:66px;height:100%;object-fit:contain}@media only screen and (max-width: 760px){.sitelogo img{width:50px}}@keyframes animate-text{0%{transform:translateX(0)}100%{transform:translateX(-100%)}}@media only screen and (max-width: 760px){.site-header__grobal-nav{right:0;top:0;width:100%;padding:10rem 5rem;display:none}}.site-header__grobal-nav .grobal-nav{display:flex;align-items:center;gap:calc(41/var(--vw)*100cqi)}@media screen and (min-width: 1366px){.site-header__grobal-nav .grobal-nav{gap:41px}}.site-header__grobal-nav .grobal-nav__link{font-size:calc(15/var(--vw)*100cqi)}@media screen and (min-width: 1366px){.site-header__grobal-nav .grobal-nav__link{font-size:15px}}.site-header__grobal-nav .grobal-nav__link{font-weight:700;text-decoration:none;display:flex;align-items:center;gap:10px}.site-header__grobal-nav .grobal-nav__link--cta{display:flex;padding:10px;justify-content:center;align-items:center;gap:10px;border-radius:10px;background:#ea5514;color:var(--white)}.site-header__drawer-nav{position:fixed;top:4em;right:1em;z-index:99;max-height:100dvh;pointer-events:none;transition:opacity .5s cubic-bezier(var(--transformrate)) .5s;opacity:0;display:grid;border-radius:6px;background:hsla(0,0%,100%,.8);backdrop-filter:blur(5px);width:100%;max-width:15em}@media only screen and (max-width: 760px){.site-header__drawer-nav{top:unset;bottom:4em}}.site-header__drawer-nav::-webkit-scrollbar{display:none}.site-header__drawer-nav .site-header__drawer-nav__inner{display:grid;gap:10px;padding:20px}.site-header__drawer-nav .grobal-nav{display:grid;gap:10px}.site-header__drawer-nav .grobal-nav a{text-decoration:none;color:var(--black);display:flex;align-items:center}.site-header__drawer-nav .grobal-nav a .label::after{content:"";height:1px;width:0;background-color:var(--black);transition:width .5s cubic-bezier(var(--transformrate));display:block;transform-origin:left;margin-left:auto}.site-header__drawer-nav .grobal-nav a:hover .label::after{width:100%;margin-left:unset}body.open .site-header__drawer-nav{pointer-events:all;opacity:1}.hintBrowser{will-change:transform,opacity}.fadein{will-change:opacity}.fadein__train{will-change:opacity}.parallaxImg{will-change:transform;transform:scale(1.2)}.parallaxImg img{width:100%;height:100%;object-fit:cover}.slide__left,.slide__up__train{will-change:transform}.cover__create{position:relative}.cover__create>span.cover{width:100%;height:100%;position:absolute;z-index:2;left:0;top:0;will-change:transform}.hover.--underline{position:relative;background:linear-gradient(transparent, var(--black)) 0 100%/0 2px no-repeat;transition:.5s cubic-bezier(var(--transformrate)) 0s}.hover.--underline::before{position:absolute;content:"";width:100%;height:1px;left:0;bottom:1px;z-index:1;background-color:var(--black);will-change:transform;transform-origin:left;transform:scaleX(0)}@media(hover: hover)and (pointer: fine){.hover.--underline:hover{background-size:100% 2px;color:var(--black)}}.hover.--underline-label .label{position:relative}.hover.--underline-label .label::before{position:absolute;content:"";width:0;height:1px;left:0;bottom:-5px;margin:auto;z-index:1;background-color:var(--black);transform-origin:left;transition:.5s cubic-bezier(var(--transformrate)) 0s}.hover.--underline-label.--white .label::before{background-color:var(--white)}@media(hover: hover)and (pointer: fine){.hover.--underline-label:hover .label::before{width:100%}}.hover.--underline-bg{display:inline;transition:background-size .5s cubic-bezier(var(--transformrate)) 0s;background-repeat:no-repeat;background-position:right bottom 2px;background-size:0% 1px}.hover.--underline-bg:hover{background-position:left bottom 2px;background-size:100% 1px}#splash{position:fixed;z-index:99999;left:0;top:0;background:var(--white);width:100%;min-height:100vh;pointer-events:none;clip-path:inset(0)}#splash img{position:absolute;inset:0;margin:auto;width:183px;height:113px}#splash.visited{transition:clip-path 1s cubic-bezier(0.23, 1, 0.32, 1);clip-path:inset(0 0 0 100%)}#lower #splash.visited{transition:clip-path .5s cubic-bezier(0.23, 1, 0.32, 1)}#splash.none{display:none}#lower #splash{display:none}#lower #splash img{display:none}#mask{position:fixed;z-index:99999;left:0;top:0;background:var(--white);width:100%;min-height:100vh;min-height:calc(var(--vh, 1vh)*100);min-height:100lvh;pointer-events:none;clip-path:inset(0 100% 0 0);transition:clip-path 1s cubic-bezier(0.23, 1, 0.32, 1);display:none}#lower #mask{transition:clip-path .4s cubic-bezier(0.23, 1, 0.32, 1)}#mask img{position:absolute;inset:0;margin:auto;width:183px;height:113px;display:none}#mask.active{clip-path:inset(0)}#addFixedSp{display:none}@media only screen and (max-width: 760px){#addFixedSp{display:block;width:100%;height:0;pointer-events:none;position:absolute;top:3rem;right:0}}#addFixed{height:1px}.drawer-nav-btn{all:unset;box-sizing:border-box;border:1px solid var(--primary);background-color:var(--primary);border-radius:30px;position:fixed;top:1em;right:1em;z-index:100;cursor:pointer;display:flex;justify-content:center;align-items:center;padding:0 1.5em;color:var(--white);margin-left:auto;transition:.5s cubic-bezier(var(--transformrate));opacity:0;pointer-events:none}@media only screen and (max-width: 760px){.drawer-nav-btn{opacity:1;pointer-events:all;padding:0 1rem;top:unset;bottom:1em}}.drawer-nav-btn .d-btn__toggle_box{display:flex;align-items:center;gap:10px}.drawer-nav-btn .d-btn__toggle_icon{position:relative;display:block;width:1em;height:12px}.drawer-nav-btn .d-btn__toggle_icon span{width:100%;height:1px;background-color:var(--white);position:absolute;left:0;transition:.5s cubic-bezier(var(--transformrate))}.drawer-nav-btn .d-btn__toggle_icon span:nth-child(1){top:0}.drawer-nav-btn .d-btn__toggle_icon span:nth-child(2){inset:0;margin:auto;width:80%}.drawer-nav-btn .d-btn__toggle_icon span:nth-child(3){bottom:0}.drawer-nav-btn .d-btn__label{position:relative;text-align:center;white-space:nowrap;width:3em;height:2em;font-weight:500}@media only screen and (max-width: 760px){.drawer-nav-btn .d-btn__label{width:2.5em}}.drawer-nav-btn .d-btn__label span{text-transform:capitalize;position:absolute;inset:0;display:flex;align-items:center;margin:auto;transition:opacity .5s cubic-bezier(var(--transformrate)),background-color .5s cubic-bezier(var(--transformrate))}.label__opne{opacity:1}.label__close{opacity:0}.drawer-nav-btn.open .d-btn__label .label__opne{opacity:0}.drawer-nav-btn.open .d-btn__label .label__close{opacity:1}.drawer-nav-btn.open .d-btn__toggle_icon span:nth-child(1){transform:rotate(45deg);top:50%}.drawer-nav-btn.open .d-btn__toggle_icon span:nth-child(2){width:0}.drawer-nav-btn.open .d-btn__toggle_icon span:nth-child(3){transform:rotate(-45deg);top:50%}.drawer-nav-btn.btnFixed{opacity:1;pointer-events:all}.grecaptcha-badge{visibility:hidden}form button,form input[type=text],form input[type=email],form input[type=tel],form input[type=date],form textarea,form select,form input[type=file],form input[type=radio],form input[type=checkbox],form input[type=button],form input[type=submit]{all:unset;box-sizing:border-box}form button::-webkit-input-placeholder,form input[type=text]::-webkit-input-placeholder,form input[type=email]::-webkit-input-placeholder,form input[type=tel]::-webkit-input-placeholder,form input[type=date]::-webkit-input-placeholder,form textarea::-webkit-input-placeholder,form select::-webkit-input-placeholder,form input[type=file]::-webkit-input-placeholder,form input[type=radio]::-webkit-input-placeholder,form input[type=checkbox]::-webkit-input-placeholder,form input[type=button]::-webkit-input-placeholder,form input[type=submit]::-webkit-input-placeholder{color:#999}form input[type=text],form input[type=email],form input[type=tel],form input[type=date]{padding:10px;margin:0;background-color:var(--white);box-sizing:border-box}form textarea{width:100%;height:170px;padding:10px;background-color:var(--white) !important;border:none !important;display:block}@media only screen and (max-width: 760px){form textarea{height:100px}}form textarea.wpcf7c-conf{box-shadow:0 0 0 1000px #e8f0fe inset}form input[type=date]{cursor:pointer;height:65px}@media only screen and (max-width: 760px){form input[type=date]{height:50px}}form select{width:100%;height:65px;padding:15px 10px;box-sizing:border-box;margin:0;border:1px solid var(--black);background-color:var(--white);cursor:pointer;background-size:10px;background-repeat:no-repeat;background-position:center right 15px;background-image:url(images/common/arrow-down.svg)}@media only screen and (max-width: 760px){form select{padding:10px;height:50px}}form input[type=file]{padding:60px 60px;width:100%;background-color:#e2e1df}@media only screen and (max-width: 960px){form input[type=file]{padding:30px 10px}}form input[type=file]+label{margin:17px auto 8px;cursor:pointer;width:100%;text-align:center;display:block;border:1px solid var(--black);background-color:var(--white);font-weight:400;padding:8px 0;transition:filter .5s ease}@media only screen and (max-width: 960px){form input[type=file]+label{padding:4px 0;margin:15px auto 7px}}form input[type=file]+label:hover{transition:filter .5s ease;filter:brightness(0.8)}form input[type=radio],form input[type=radio]+input[type=hidden]{appearance:none;display:none;opacity:0;width:1px;position:absolute;height:1px}form input[type=radio]+span,form input[type=radio]+input[type=hidden]+span{position:relative;display:inline-block;vertical-align:middle;cursor:pointer;padding:0 0 0 27px;font-weight:400}@media only screen and (max-width: 960px){form input[type=radio]+span,form input[type=radio]+input[type=hidden]+span{padding-left:22px}}form input[type=radio]+span::before,form input[type=radio]+span::after,form input[type=radio]+input[type=hidden]+span::before,form input[type=radio]+input[type=hidden]+span::after{position:absolute;content:"";display:block;border-radius:50%;top:0;bottom:0;margin:auto 0;box-sizing:border-box}@media only screen and (max-width: 960px){form input[type=radio]+span::before,form input[type=radio]+span::after,form input[type=radio]+input[type=hidden]+span::before,form input[type=radio]+input[type=hidden]+span::after{margin-right:14px}}form input[type=radio]+span::before,form input[type=radio]+input[type=hidden]+span::before{width:16px;height:16px;background:var(--white);border:1px solid var(--black);left:0}form input[type=radio]+span::after,form input[type=radio]+input[type=hidden]+span::after{width:6px;height:6px;background:var(--black);left:5px;opacity:0}form input[type=radio]:checked+span::after,form input[type=radio]+input[type=hidden]:checked+span::after{opacity:1}form input[type=radio]+input[type=hidden]+span::before,form input[type=radio]+input[type=hidden]+span::after{opacity:1}form input[type=checkbox],form input[type=checkbox]+input[type=hidden]{appearance:none;display:none;opacity:0;width:1px;position:absolute;height:1px}form input[type=checkbox]+span,form input[type=checkbox]+input[type=hidden]+span{position:relative;display:inline-block;vertical-align:middle;cursor:pointer;padding:0 0 0 32px;font-weight:400}@media only screen and (max-width: 960px){form input[type=checkbox]+span,form input[type=checkbox]+input[type=hidden]+span{padding-left:28px}}form input[type=checkbox]+span::before,form input[type=checkbox]+span::after,form input[type=checkbox]+input[type=hidden]+span::before,form input[type=checkbox]+input[type=hidden]+span::after{position:absolute;content:"";display:block;top:0;bottom:0;margin:auto 1.6rem auto 0;box-sizing:border-box}@media only screen and (max-width: 960px){form input[type=checkbox]+span::before,form input[type=checkbox]+span::after,form input[type=checkbox]+input[type=hidden]+span::before,form input[type=checkbox]+input[type=hidden]+span::after{margin-right:1.4rem}}form input[type=checkbox]+span::before,form input[type=checkbox]+input[type=hidden]+span::before{width:16px;height:16px;background:var(--white);border:1px solid var(--black);left:0}form input[type=checkbox]+span::after,form input[type=checkbox]+input[type=hidden]+span::after{width:5px;height:12px;border-right:2px solid var(--white);border-bottom:2px solid var(--white);transform:rotateZ(45deg);left:6px;bottom:2px;opacity:0}form input[type=checkbox]:checked+span::before,form input[type=checkbox]+input[type=hidden]:checked+span::before{background-color:var(--black)}form input[type=checkbox]:checked+span::after,form input[type=checkbox]+input[type=hidden]:checked+span::after{opacity:1}form input[type=checkbox]+input[type=hidden]+span::before,form input[type=checkbox]+input[type=hidden]+span::after{opacity:1;border-color:var(--black)}form input[type=button],form input[type=submit]{width:fit-content;height:100%;display:flex;justify-content:center;text-align:center;padding:0;margin:0 auto;background-color:rgba(0,0,0,0);border:none;cursor:pointer}#totop{display:none;appearance:none;position:fixed;right:0;bottom:20px;width:70px;height:50px;padding:0;border:none;background-color:rgba(0,0,0,0);cursor:pointer;z-index:99}@media only screen and (max-width: 960px){#totop{display:none}}#totop::before,#totop::after{position:absolute;content:"";left:0;right:0;margin:auto;pointer-events:none}#totop::before{width:100%;height:1px;top:0;background-color:var(--black)}#totop::after{width:47px;height:47px;top:25px;border-top:1px solid var(--black);border-right:1px solid var(--black);transform:rotate(-45deg) translate(0, 0);transition:transform .5s cubic-bezier(var(--transformrate)) 0s}#totop:hover::after{transform:rotate(-45deg) translate(5px, -5px)}.breadcrumb{background:#eaf3f2;position:relative}.breadcrumb ol{max-width:1366px;width:90%;margin:0 auto;padding:10px 0;display:flex;align-items:center;flex-wrap:wrap;gap:10px}@media only screen and (max-width: 760px){.breadcrumb ol{justify-content:start;gap:0 .5rem}}.breadcrumb ol li{display:flex;align-items:center;gap:10px;font-size:14px}@media only screen and (max-width: 960px){.breadcrumb ol li{font-size:13px}}@media only screen and (max-width: 760px){.breadcrumb ol li{font-size:12px}}.breadcrumb ol li::after{content:"";width:1em;height:1px;background-color:#b3b3b3}.breadcrumb ol li:last-child::after{content:none}.post__title{display:flex;flex-direction:column;align-items:center;padding-top:180px}@media only screen and (max-width: 760px){.post__title{padding-top:90px;padding-bottom:20px}}.post__title .meta{text-transform:lowercase}.post__title .cat{display:flex;flex-wrap:wrap;gap:6px;padding-top:25px}@media only screen and (max-width: 760px){.post__title .cat{padding-top:10px}}.post__title .cat .label{display:inline-flex;padding:0 6px;justify-content:center;align-items:center;border-radius:30px;border:1px solid #000;font-size:.75em;font-weight:500}.post__title .title{font-size:2.25em;font-weight:700}@media only screen and (max-width: 760px){.post__title .title{font-size:1.5em}}.single-list .list-embla{position:relative;width:100%;margin-bottom:67px}@media only screen and (max-width: 760px){.single-list .list-embla{margin-bottom:30px}}.single-list .list-embla__viewport{overflow:hidden;position:relative}.single-list .list-embla__container{display:flex;touch-action:pan-y pinch-zoom;margin-left:0}.single-list .list-embla__slide{flex:0 0 100%;min-width:0}.single-list .list-embla__figure{margin:0;aspect-ratio:16/10;background:var(--light_gray, #f5f5f5)}.single-list .list-embla__img{width:100%;height:100%;object-fit:cover;display:block}.single-list .list-embla__prev,.single-list .list-embla__next{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:44px;height:44px;padding:0;border:none;background:none;border-radius:50%;cursor:pointer;transition:opacity .2s,background .2s}.single-list .list-embla__prev:disabled,.single-list .list-embla__next:disabled{opacity:.4;cursor:default}.single-list .list-embla__prev::after,.single-list .list-embla__next::after{content:"";display:block;width:10px;height:10px;margin:0 auto;border-left:2px solid #333;border-bottom:2px solid #333;position:absolute;inset:0;margin:auto}.single-list .list-embla__prev{left:0}.single-list .list-embla__prev::after{transform:rotate(45deg)}.single-list .list-embla__next{right:0}.single-list .list-embla__next::after{transform:rotate(-135deg)}.single-list .list-embla__dots{display:flex;justify-content:center;gap:8px;margin-top:16px}.single-list .list-embla__dot{width:8px;height:8px;padding:0;border:none;border-radius:50%;background:#ccc;cursor:pointer;transition:background .2s}.single-list .list-embla__dot.is-active{background:#333}.single-list .list-embla__dot:hover{background:#999}.single-list .list-embla__thumbs{display:grid;grid-template-columns:repeat(auto-fill, minmax(120px, 1fr));gap:7px;margin-top:14px}@media only screen and (max-width: 760px){.single-list .list-embla__thumbs{grid-template-columns:repeat(auto-fill, minmax(60px, 1fr));gap:5px;margin-top:10px}}.single-list .list-embla__thumb{border:none;padding:0;background:rgba(0,0,0,0);cursor:pointer;outline:none;overflow:hidden;opacity:.6;transition:opacity .2s,transform .2s,box-shadow .2s}.single-list .list-embla__thumb.is-active{opacity:1;box-shadow:0 0 0 2px var(--primary)}.single-list .list-embla__thumb:hover{opacity:.9;transform:translateY(-1px)}.single-list .list-embla__thumb-img{display:block;aspect-ratio:120/72;width:100%;height:100%;object-fit:cover}.single-list .list-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px}@media only screen and (max-width: 760px){.single-list .list-grid{grid-template-columns:1fr;gap:20px}}.single-list .list-intro{margin-bottom:32px}@media only screen and (max-width: 760px){.single-list .list-intro{margin-bottom:24px}}.single-list .list-details{display:grid;grid-template-columns:minmax(90px, auto) 1fr;border-bottom:1px solid #000}.single-list .list-details__desc,.single-list .list-details__term{border-top:1px solid #000;padding:20px 5px}@media only screen and (max-width: 760px){.single-list .list-details__desc,.single-list .list-details__term{padding:10px 5px;font-size:13px}}.single-list .list-details__term{text-align:center;font-weight:bold}.p-otherposts{position:relative;padding-block:88px;background:var(--white)}@media only screen and (max-width: 760px){.p-otherposts{padding-block:44px}}.p-otherposts .container{display:flex;flex-direction:column;max-width:990px}.p-otherposts .head{text-align:center;padding-bottom:56px}@media only screen and (max-width: 760px){.p-otherposts .head{padding-bottom:28px}}.p-otherposts .head .en{color:var(--primary);font-size:1.25em;font-weight:700;text-transform:capitalize}.p-otherposts .head .title{font-size:2.25em;font-weight:700}@media only screen and (max-width: 760px){.p-otherposts .head .title{font-size:1.5em}}.p-otherposts .post-list{display:grid;grid-template-columns:repeat(4, 1fr);gap:30px 10px}@media only screen and (max-width: 960px){.p-otherposts .post-list{grid-template-columns:repeat(2, 1fr);gap:20px 10px}}@media only screen and (max-width: 760px){.p-otherposts .post-list{grid-template-columns:repeat(2, 1fr);gap:20px}}@media only screen and (max-width: 760px){.p-otherposts .post-list{gap:10px}}.p-otherposts .button_block{padding-top:47px}@media only screen and (max-width: 760px){.p-otherposts .button_block{padding-top:23px}}.print-button-wrap{display:flex;justify-content:center}.print-button{display:flex;align-items:center;justify-content:center;gap:1rem;background:#707f89;color:var(--white);padding:1rem 2rem;min-width:24rem;cursor:pointer;transition:.5s cubic-bezier(var(--transformrate))}.print-button svg{width:2.4rem;aspect-ratio:1/1}.print-button:hover{background:var(--dark_gray)}.print{display:none}@media print{.print{display:block}.print .border{border:1px solid #000;padding:10px}.slider-default{display:block !important;width:100% !important}.slider-default .swiper-wrapper{transform:none !important;display:grid !important;grid-template-columns:repeat(2, 1fr);gap:0 20px}.slider-default .swiper-wrapper img{aspect-ratio:unset !important;height:auto !important}.slider-default .swiper-slide{width:100% !important;margin-bottom:20px !important;page-break-inside:avoid}.place::before,.swiper-pagination,.slider-default .slider-arrow-next,.slider-default .slider-arrow-prev,.slider-default .slider-default-pagination,.swiper-controller,.list-embla__prev,.list-embla__next,.list-embla__dots,.breadcrumb,.drawer-nav-btn,.p-form,.p-cta,.sitemap__nav,.entry__footer,.sitemap,.print-button-wrap{display:none !important}.site-footer .container{background:unset;padding:20px}.site-footer .container *{margin:0}.site-footer .container a{display:none}.sitelogo{position:static;padding:20px}.entry__header--slider{margin:0;width:100%}.entry__header--slider .swiper .slide-img{background:unset}.post .entry__content{padding:0;min-height:0;margin:0}.post .entry__content .container{padding:0 20px}}.icon.--blank{width:13px;height:13px;stroke:var(--black)}@media only screen and (max-width: 760px){.icon.--blank{width:12px;height:12px}}.icon.--arrow{width:14px;height:12px;fill:var(--black)}:focus{outline:0}ol,ul{list-style:none}table{border-collapse:separate;border-spacing:0}caption,th,td{font-weight:normal;text-align:left}blockquote:before,blockquote:after,q:before,q:after{content:""}blockquote,q{quotes:"" ""}a img{border:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.wysiwyg span.bold{font-weight:bold !important}.wysiwyg table.--fixed{table-layout:fixed}.wysiwyg td span{display:inline-block}.wysiwyg hr{border-width:1px;border-color:var(--dark_gray);width:100%;margin:20px 0}:root{--white: #fff;--black: #313435;--dark_gray: #2d2d2d;--gray: #e7e7e7;--light_gray: #f0f0f0;--baige1: #faf6f0;--e-6-eeef: #e6eeef;--425658: #425658;--2f2a22: #2f2a22;--838383: #838383;--c4c4c4: #c4c4c4;--primary: #ea5514;--font-family: "Zen Maru Gothic", "Noto Sans JP", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;--transformrate: 0, 0, 0.56, 0.99;--width: 1440;--vw: 1366;--vh: 768}@media only screen and (max-width: 760px){:root{--width: 375;--vw: 375;--vh: 667}}html{scroll-behavior:smooth;overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch;background-color:var(--white);text-size-adjust:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}*{box-sizing:border-box;font-feature-settings:"hwid" on;word-break:break-all;overflow-wrap:anywhere;line-break:strict;border:0;font-family:inherit;font-weight:inherit;font-style:inherit;margin:0;outline:0;padding:0;vertical-align:baseline}body{text-size-adjust:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;color:var(--black);font-family:var(--font-family);line-height:1.8;letter-spacing:.05em;font-size:16px}@media only screen and (max-width: 960px){body{font-size:15px}}@media only screen and (max-width: 760px){body{font-size:14px}}picture{display:block}figure{margin:0}.overflow-x-hidden{overflow-x:hidden}img{max-width:100%;width:auto;height:auto;vertical-align:middle}a{color:var(--black);text-decoration:underline;transition:.5s cubic-bezier(var(--transformrate))}a:hover{opacity:.8}#wrapper{min-height:calc(var(--vh, 1vh)*100)}@media only screen and (max-width: 760px){#wrapper{min-height:100vh}}@media only screen and (max-width: 760px){.nosp{display:none !important}}.nopc{display:none}@media only screen and (max-width: 760px){.nopc{display:block}}.anchor{display:block;padding-top:12rem;margin-top:-12rem;pointer-events:none}@media only screen and (max-width: 760px){.anchor{padding-top:5.5rem;margin-top:-5.5rem}}.nopost-wrapper{width:100%;padding:6rem 0}@media only screen and (max-width: 760px){.nopost-wrapper{padding:3rem 0}}.nopost{font-weight:bold;text-align:center;width:100%}.main{position:relative;z-index:1}.container{container-type:inline-size;margin:0 auto;width:90%}@media screen and (min-width: 1366px){.container{max-width:1366px}}.container.grid{--rowgap: 0;display:grid;grid-template-columns:repeat(12, 1fr);gap:var(--rowgap) 5rem}@media only screen and (max-width: 760px){.container.grid{grid-template-columns:repeat(6, 1fr);gap:var(--rowgap) 2rem}}.container.grid>*{display:grid;grid-column:var(--column, 1/13);grid-row:var(--row)}@media only screen and (max-width: 760px){.container.grid>*{grid-column:var(--column, 1/7)}}.map{position:relative;width:100%}.map iframe{position:absolute;width:100%;height:100%}.anchor_target{margin-top:-20rem;padding-top:20rem;pointer-events:none}@media only screen and (max-width: 760px){.anchor_target{margin-top:-13rem;padding-top:13rem}}.scroll-hint-icon-svg{position:absolute;inset:0;right:5%;left:auto;margin:auto;width:80px;height:80px;aspect-ratio:1/1;transition:opacity .5s;opacity:0;filter:drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));display:block;background-image:url(../images/hint.svg);background-size:contain}.scroll-hint-icon-wrap.is-active .scroll-hint-icon-svg{opacity:1}.scroll-hint-text{display:none}.post-list{display:grid;grid-template-columns:repeat(3, 1fr);gap:30px 10px}@media only screen and (max-width: 960px){.post-list{grid-template-columns:repeat(2, 1fr);gap:20px 10px}}@media only screen and (max-width: 760px){.post-list{grid-template-columns:repeat(1, 1fr);gap:20px}}.post-list .card{display:flex;flex-direction:column;gap:5px;text-decoration:none;overflow:hidden;transition:.3s cubic-bezier(var(--transformrate))}@media(hover: hover)and (pointer: fine){.post-list .card:hover .img figure img{transform:scale(1.05)}}.post-list .card .img figure{overflow:hidden;aspect-ratio:260/170;background:#d9d9d9}.post-list .card .img figure img{width:100%;height:100%;object-fit:cover;transition:transform .4s cubic-bezier(var(--transformrate))}.post-list .card .img figure.is-noimage{text-align:center}.post-list .card .img figure.is-noimage img{object-fit:contain}.post-list .card .meta .date{font-size:.75em;font-weight:500}.post-list .card .cat .label{display:flex;flex-wrap:wrap;gap:6px}.post-list .card .cat .label span{display:inline-flex;padding:0 6px;justify-content:center;align-items:center;border-radius:30px;border:1px solid #000;font-size:.75em;font-weight:500}.post-list .card .title{font-size:.9375em;font-weight:500;margin:0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;line-clamp:3;overflow:hidden}@media only screen and (max-width: 760px){.post-list .card .title{-webkit-line-clamp:2;line-clamp:2}}.post-list .card .title .label{display:block}.post-list .card--list{background:var(--white);overflow:hidden;border-radius:10px;padding:10px;height:100%}@media only screen and (max-width: 760px){.post-list .card--list{border-radius:8px;padding:8px}}.post-list .card--list .img{overflow:hidden;border-radius:6px}.post-list .card--list .title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden}.post-list .card--list .cat{margin-top:auto}/*# sourceMappingURL=style.min.css.map */
