@charset "UTF-8";:root{--primary: rgba(3, 97, 170, 1);--primary-light: rgba(238, 248, 255, 1);--black: rgba(10, 10, 10, 1);--black-light: rgba(91, 91, 91, 1);--white: rgba(255, 255, 255, 1);--gray: rgba(244, 244, 244, 1);--gray-dark: rgba(211, 211, 211, 1);--yellow: rgba(255, 189, 75, 1);--yellow-light: rgba(255, 244, 237, 1);--orange: rgba(254, 124, 50, 1);--orange-light: rgba(251, 154, 57, 1);--orange-exlight: rgba(255, 236, 200, 1);--orange-exlight2: rgb(255, 248, 240);--orange-exlight3: rgb(255, 244, 237);--green: rgba(6, 146, 67, 1);--green-light: rgb(54, 178, 108);--green-exlight: rgb(241, 252, 245);--red: rgba(209, 71, 71, 1);--red-light: rgba(255, 246, 246, 1);--blue: rgba(32, 138, 220, 1);--border: rgba(93, 161, 220, 1);--text: var(--black);--gradient-primary: linear-gradient(90deg, var(--primary) 0%, var(--blue) 100%);--gradient-orange: linear-gradient(90deg, var(--orange) 0%, var(--orange-light) 100%);--gradient-green: linear-gradient(90deg, var(--green) 0%, var(--green-light) 100%)}/*!
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #cccccc;margin:1em 0;padding:0}input,select{vertical-align:middle}html{position:relative;font-size:62.5%;min-height:100%;min-width:320px}body{min-height:100vh;min-height:100dvh}@media screen and (min-width: 768px){body{font-size:16px;min-width:1120px}}@media screen and (max-width: 767px){body{font-size:4.2666666667vw}}body{width:100%;margin:0 auto;color:var(--text);line-height:1.6}*,*:before,*:after{box-sizing:border-box}img{max-width:100%;vertical-align:middle}a{text-decoration:none;color:var(--text);transition:opacity .4s ease,color .4s ease,border .4s ease}a:hover{opacity:.7}address{font-style:normal}ul,ol{list-style:none}em{font-style:normal}body,tooltip,popover,code,kbd,pre,samp,input,button,textarea,select{font-family:Noto Sans JP,sans-serif}.invisible{opacity:0}.animated{animation-timing-function:ease;animation-duration:.5s;animation-fill-mode:both}.anime-delay-1{animation-delay:.3s}.anime-delay-2{animation-delay:.6s}.anime-delay-3{animation-delay:.9s}.anime-delay-4{animation-delay:1.2s}.anime-delay-5{animation-delay:1.5s}.anime-delay-6{animation-delay:1.8s}.fadeIn{animation-name:fadeIn}.fadeInUp{animation-name:fadeInUp}.fadeInDown{animation-name:fadeInDown}.fadeInLeft{animation-name:fadeInLeft}.fadeInRight{animation-name:fadeInRight}.fadeOut{animation-name:fadeOut}.fadeOutUp{animation-name:fadeOutUp}.fadeOutDown{animation-name:fadeOutDown}.fadeOutLeft{animation-name:fadeOutLeft}.fadeOutRight{animation-name:fadeOutRi}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(100px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-100px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-100px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(100px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOutUp{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-100px)}}@keyframes fadeOutDown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(100px)}}@keyframes fadeOutLeft{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translate(-100px)}}@keyframes fadeOutRight{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translate(100px)}}.header{position:sticky;top:0;z-index:1000;background-color:var(--white);box-shadow:0 4px 4px #0361aa1a}@media screen and (min-width: 768px){.header{padding:20px}}@media screen and (max-width: 767px){.header{padding:0 4vw}}@media screen and (max-width: 767px){.header.is-open{box-shadow:none}}.header_inner{position:relative;isolation:isolate;display:flex;align-items:center;justify-content:space-between;gap:3.2vw}@media screen and (min-width: 768px){.header_inner{gap:40px;margin:0 auto;width:100%;max-width:1440px}}@media screen and (max-width: 767px){.header_inner{height:16vw}}.header_logo{flex:1;min-width:0;margin:0;font-size:inherit}@media screen and (min-width: 768px){.header_logo{flex:0 1 auto}}@media screen and (max-width: 767px){.header_logo{position:relative;z-index:1000}}.header_logo a{display:flex;align-items:center;background:var(--gradient-primary);-webkit-background-clip:text;background-clip:text;color:transparent;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media screen and (min-width: 768px){.header_logo a{gap:4px;font-size:20px}}@media screen and (max-width: 767px){.header_logo a{gap:1.0666666667vw;font-size:4.2666666667vw}}.header_logo a span{display:block}@media screen and (min-width: 768px){.header_logo a span{width:30px}}@media screen and (max-width: 767px){.header_logo a span{width:5.3333333333vw}}.header_logo a span img{width:100%;height:auto}.header_menu_toggle{position:relative;z-index:10000;flex-shrink:0;display:flex;align-items:center;justify-content:center;box-sizing:border-box;padding:0;border:none;background:transparent;-moz-appearance:none;appearance:none;-webkit-appearance:none;cursor:pointer;-webkit-tap-highlight-color:transparent}@media screen and (min-width: 768px){.header_menu_toggle{display:none}}@media screen and (max-width: 767px){.header_menu_toggle{width:14.6666666667vw;height:13.3333333333vw;right:-1.8666666667vw}}@media screen and (max-width: 767px){.header_menu_toggle.is-active span{width:8vw}}.header_menu_toggle.is-active span img{width:100%}.header_menu_toggle_visual{position:relative;display:flex;flex-shrink:0;align-items:center;justify-content:center;width:20px;height:20px}@media screen and (max-width: 767px){.header_menu_toggle_visual{width:5.3333333333vw;height:5.3333333333vw}}.header_menu_toggle_img{position:absolute;left:50%;top:50%;max-width:100%;height:auto;transform:translate(-50%,-50%);pointer-events:none}@media screen and (max-width: 767px){.header_menu_toggle_img-menu{display:block}}@media screen and (max-width: 767px){.header_menu_toggle_img-close{display:none}}@media screen and (max-width: 767px){.header.is-open .header_menu_toggle_img-menu{display:none}}@media screen and (max-width: 767px){.header.is-open .header_menu_toggle_img-close{display:block}}@media screen and (min-width: 768px){.header_menu_panel{position:static;z-index:auto;display:flex;flex:1;flex-direction:row;align-items:center;justify-content:flex-end;gap:40px;overflow:visible;background:transparent;visibility:visible;opacity:1;transform:none;transition:none;pointer-events:auto}}@media screen and (max-width: 767px){.header_menu_panel{z-index:100;position:fixed;display:flex;flex-direction:column;top:0;right:0;bottom:0;left:0;height:-moz-fit-content;height:fit-content;overflow-x:hidden;overflow-y:auto;-ms-scroll-chaining:none;overscroll-behavior:contain;visibility:hidden;opacity:0;top:16vw;transform:translate(100%);border-top:1px solid var(--gray-dark);transition:transform .3s ease,opacity .3s ease,visibility .3s;pointer-events:none}}@media screen and (max-width: 767px){.header.is-open .header_menu_panel{visibility:visible;opacity:1;transform:translate(0);pointer-events:auto}}.header_menu_panel_inner{display:flex}@media screen and (min-width: 768px){.header_menu_panel_inner{align-items:center;gap:40px}}@media screen and (max-width: 767px){.header_menu_panel_inner{flex:1;flex-direction:column;box-sizing:border-box;width:100%;padding:0 4vw 8vw;background-color:var(--white)}}@media screen and (min-width: 768px){.header_menu_backdrop{display:none}}@media screen and (max-width: 767px){.header_menu_backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background-color:#00000073;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s;pointer-events:none}}@media screen and (max-width: 767px){body.is-nav-open .header_menu_backdrop{opacity:1;visibility:visible;pointer-events:auto}}.header_nav_list{margin:0;padding:0;list-style:none}@media screen and (min-width: 768px){.header_nav_list{display:flex;flex-direction:row;align-items:center;gap:40px}}@media screen and (max-width: 767px){.header_nav_list{display:flex;flex-direction:column}}@media screen and (max-width: 767px){.header_nav_item{border-bottom:1px solid var(--border)}}.header_nav_link{box-sizing:border-box;width:100%;text-decoration:none}@media screen and (min-width: 768px){.header_nav_link{display:inline;color:var(--primary);font-weight:500;line-height:1.4;white-space:nowrap}}@media screen and (max-width: 767px){.header_nav_link{display:flex;align-items:center;flex-wrap:wrap;gap:2.6666666667vw;padding:4.2666666667vw 4.2666666667vw 4.8vw;font-family:Murecho,Noto Sans JP,sans-serif;font-weight:500;font-size:4.2666666667vw;line-height:6.4vw;color:var(--black)}}@media screen and (max-width: 767px){.header_nav_label{flex:1 1 auto;min-width:0}}@media screen and (min-width: 768px){.header_nav_icon{display:none}}@media screen and (max-width: 767px){.header_nav_icon{flex:0 0 auto;flex-shrink:0;-ms-grid-row-align:center;align-self:center;width:2.4vw;height:4.2666666667vw;margin-left:auto;background-image:url(./../images/icons/arrow-svg.svg);background-repeat:no-repeat;background-position:center center;background-size:contain}}@media screen and (min-width: 768px){.header_btn{min-height:40px;max-width:146px}}@media screen and (max-width: 767px){.header_btn{flex-shrink:0;margin-top:8.5333333333vw;width:100%;max-width:none;min-height:12.8vw;border-radius:100px;padding:3.2vw 6.4vw;font-size:4vw}}@media (prefers-reduced-motion: reduce){.header_menu_panel,.header_menu_backdrop{transition-duration:.01ms!important}}@media screen and (max-width: 767px){body.is-nav-open{overflow:hidden;touch-action:none}}@media screen and (min-width: 768px){.content{padding:120px 20px}}@media screen and (max-width: 767px){.content{padding:26.6666666667vw 4vw}}.content_inner{margin:0 auto;width:100%}@media screen and (min-width: 768px){.content_inner{max-width:1000px}}.footer{background-color:var(--primary);color:var(--white)}.footer_contact{align-items:center;background-color:var(--gray);display:flex;flex-direction:column}@media screen and (min-width: 768px){.footer_contact{gap:20px;padding:40px 20px}}@media screen and (max-width: 767px){.footer_contact{gap:4vw;padding:8vw 4vw}}.footer_inner{margin:0 auto;width:100%}@media screen and (min-width: 768px){.footer_inner{padding:40px 20px;max-width:1040px}}@media screen and (max-width: 767px){.footer_inner{padding:8vw 4vw}}.footer_block{display:flex;flex-direction:column;align-items:flex-start}@media screen and (min-width: 768px){.footer_block{gap:12px}}@media screen and (max-width: 767px){.footer_block{gap:2.1333333333vw}}.footer_company,.footer_links{border-bottom:1px solid var(--white)}@media screen and (min-width: 768px){.footer_company,.footer_links{padding-bottom:32px;margin-bottom:20px}}@media screen and (max-width: 767px){.footer_company,.footer_links{padding-bottom:4vw;margin-bottom:4vw}}.footer_company{display:-ms-grid;display:grid;gap:20px}@media screen and (max-width: 767px){.footer_company{gap:4vw}}@media screen and (min-width: 768px){.footer_company_offices{display:flex;gap:12px}}@media screen and (min-width: 768px){.footer_company_item{padding:12px 0}}@media screen and (max-width: 767px){.footer_company_item{padding:2.6666666667vw 0}}.footer_company_item .footer_address{margin:0;font-style:normal}.footer_company_item .footer_address p{margin:0}.footer_company_item .footer_address p+p{margin-top:.25em}.footer_links_actions{display:flex;flex-wrap:wrap}@media screen and (min-width: 768px){.footer_links_actions{gap:20px}}@media screen and (max-width: 767px){.footer_links_actions{gap:4vw}}@media screen and (min-width: 768px){.footer_link{color:var(--white)}}.footer_bottom{display:flex}@media screen and (min-width: 768px){.footer_bottom{justify-content:space-between}}@media screen and (max-width: 767px){.footer_bottom{flex-direction:column-reverse}}.footer_privacy{display:flex}@media screen and (min-width: 768px){.footer_privacy{gap:20px}}@media screen and (max-width: 767px){.footer_privacy{flex-direction:column;gap:2.1333333333vw;margin-bottom:5.3333333333vw}}.btn{display:flex;flex-direction:column;justify-content:center;align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;border:0;cursor:pointer;transition:.3s;font-weight:700;line-height:1.2;border-radius:100px;text-decoration:none}@media screen and (min-width: 768px){.btn{padding:2px 40px;min-height:56px;max-width:300px;font-size:16px}}@media screen and (max-width: 767px){.btn{height:16vw;padding:1.0666666667vw 5.3333333333vw;font-size:4.2666666667vw}}.btn span{display:block}@media screen and (min-width: 768px){.btn span{font-size:14px}}@media screen and (max-width: 767px){.btn span{font-size:3.2vw;letter-spacing:-.2666666667vw}}.btn:focus-visible{outline:none}@media screen and (min-width: 768px){.btn:hover{opacity:.7}}.btn:active{transform:translateY(1px)}.btn-coming{margin:40px auto 0}.btn-icon{position:relative}.btn-icon:after{content:"";position:absolute;top:50%;transform:translateY(-50%)}@media screen and (min-width: 768px){.btn-icon:after{right:20px;width:16px;height:16px}}@media screen and (max-width: 767px){.btn-icon:after{right:4vw;width:4.2666666667vw;height:4.2666666667vw}}.btn-blank:after{background:url(./../images/icons/blank-w.svg) no-repeat center center/contain}.btn-arrow:after{background:url(./../images/icons/arrow-w.svg) no-repeat center center/contain}@media screen and (min-width: 768px){.btn-back:after{left:20px}}@media screen and (max-width: 767px){.btn-back:after{left:4vw}}.btn-back:after{right:auto;background:url(./../images/icons/back-w.svg) no-repeat center center/contain}.btn-primary{background:var(--gradient-primary);color:var(--white)}.btn-orange{background:var(--gradient-orange);color:var(--white)}.btn-green{background:var(--gradient-green);color:var(--white)}.btn-border{background:var(--white);color:var(--primary)}@media screen and (min-width: 768px){.btn-border{border:2px solid var(--primary)}}@media screen and (max-width: 767px){.btn-border{border:.5333333333vw solid var(--primary)}}.btn-border.btn-blank:after{background-image:url(./../images/icons/blank-b.svg)}.btn-border.btn-back:after{background-image:url(./../images/icons/back-b.svg)}@media screen and (min-width: 768px){.btn-auto{width:auto;max-width:none}}@media screen and (min-width: 768px){.btn-wide{max-width:350px}}@media screen and (max-width: 767px){.btn-wide{max-width:92vw}}@media screen and (min-width: 768px){.btn-small{padding:0 20px 2px 40px;min-height:40px;max-width:167px;font-size:15px}}@media screen and (max-width: 767px){.btn-small{font-size:4.8vw}}.btn-small:after{background:url(./../images/icons/mail-w.svg) no-repeat center center/contain}@media screen and (min-width: 768px){.btn-small:after{width:14px;height:14px;left:25px;right:auto}}@media screen and (max-width: 767px){.btn-small:after{left:25.0666666667vw;width:4.5333333333vw;height:4.2666666667vw}}@media screen and (min-width: 768px){.btn .smallText{font-size:12px}}@media screen and (max-width: 767px){.btn .smallText{font-size:3.2vw}}.form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]),.form textarea{width:100%;border:1px solid var(--gray-dark)}@media screen and (min-width: 768px){.form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]),.form textarea{font-size:16px;padding:16px;border-radius:4px}}.form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]).wpcf7-not-valid,.form textarea.wpcf7-not-valid{border-color:var(--red);background:var(--red-light)}.form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):focus-visible,.form textarea:focus-visible{outline:none}.form input[type=radio],.form input[type=checkbox]{position:relative;-webkit-appearance:none;-moz-appearance:none;appearance:none;box-sizing:border-box;margin:0;border:1px solid var(--gray-dark);background:var(--white);flex-shrink:0;cursor:pointer;transition:border-color .3s ease,background-color .3s ease,box-shadow .3s ease}@media screen and (min-width: 768px){.form input[type=radio],.form input[type=checkbox]{width:20px;height:20px}}.form input[type=radio]:disabled,.form input[type=checkbox]:disabled{cursor:not-allowed;border-color:var(--gray-dark);background:var(--gray)}.form input[type=radio]{border-radius:50%;box-shadow:0 0 0 6px var(--white) inset}.form input[type=radio]:checked{box-shadow:0 0 0 3px var(--white) inset;background:var(--primary)}.form input[type=checkbox]{border-radius:4px}@media screen and (min-width: 768px){.form input[type=checkbox]{background:url(../images/contact/checked.svg) no-repeat center center/16px}}@media screen and (max-width: 767px){.form input[type=checkbox]{background:url(../images/contact/checked.svg) no-repeat center center/4.2666666667vw}}.form input[type=checkbox]:checked{border-color:var(--primary);background-color:var(--primary)!important}.form_items{display:-ms-grid;display:grid;-ms-grid-columns:1fr;grid-template-columns:1fr;-ms-grid-rows:auto auto;grid-template-rows:auto auto}.form_items>*:nth-child(1){-ms-grid-row:1;-ms-grid-column:1}.form_items>*:nth-child(2){-ms-grid-row:2;-ms-grid-column:1}@media screen and (min-width: 768px){.form_items{gap:40px}}@media screen and (min-width: 768px){.form_items-support{gap:30px}}@media screen and (max-width: 767px){.form_items-support{gap:5.3333333333vw}}@media screen and (min-width: 768px){.form_items .form_radio{gap:0}}.form_group{display:flex;flex-direction:column;align-items:flex-start;overflow-wrap:anywhere}@media screen and (min-width: 768px){.form_group{gap:10px}}@media screen and (max-width: 767px){.form_group{gap:2.6666666667vw}}.form_group.is-disabled{opacity:.5;transition:opacity .2s ease}.form_radio,.form_checkbox{display:flex;flex-direction:column;align-items:flex-start}@media screen and (min-width: 768px){.form_radio,.form_checkbox{gap:8px}}.form_radio .wpcf7-list-item,.form_checkbox .wpcf7-list-item{margin:0}.form_radio label,.form_checkbox label{display:flex;align-items:center;justify-content:flex-start;cursor:pointer}@media screen and (min-width: 768px){.form_radio label,.form_checkbox label{gap:8px;padding:8px}}.form_radio label:has(input[type=radio]:disabled),.form_checkbox label:has(input[type=radio]:disabled){cursor:not-allowed;opacity:.7}.form_label{display:flex;align-items:center;line-height:1.4;font-weight:700}.form_label.require:after{content:"必須";font-weight:600;background:var(--orange-exlight)}@media screen and (min-width: 768px){.form_label.require:after{margin-left:8px;padding:4px 8px;font-size:12px;border-radius:4px}}@media screen and (max-width: 767px){.form_label.require:after{margin-left:2.1333333333vw;padding:1.0666666667vw 2.1333333333vw;font-size:3.2vw;border-radius:1.0666666667vw}}.form_privacy{overflow-y:scroll;border:1px solid var(--gray-dark)}@media screen and (min-width: 768px){.form_privacy{max-height:210px}}.form_privacy_content{display:flex;flex-direction:column}@media screen and (min-width: 768px){.form_privacy_content{gap:12px;padding:16px}}.form_actions{display:flex;justify-content:center;flex-wrap:wrap;border-top:1px solid var(--gray-dark)}@media screen and (min-width: 768px){.form_actions{padding-top:64px;gap:16px 64px}}@media screen and (max-width: 767px){.form_actions{padding-top:8vw;gap:8vw}}.form .wpcf7-form-control-wrap{width:100%}.form .wpcf7-form-control-wrap[data-name=agree]{display:flex;flex-direction:column;align-items:center}.form .wpcf7-response-output{display:none}.form form.failed .wpcf7-response-output,.form form.invalid .wpcf7-response-output{display:block;padding:1.5em!important;text-align:center;border:none!important;color:var(--primary);background:var(--primary-light);color:var(--red);background:var(--red-light)}@media screen and (min-width: 768px){.form form.failed .wpcf7-response-output,.form form.invalid .wpcf7-response-output{border-radius:8px}}.form .wpcf7-spinner{display:none}.form .fis-wpcf7-submit-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.form .fis-support-confirm-panel .form_actions{border-top:0}.grecaptcha-badge{display:none!important}.hero{overflow:hidden;position:relative;background-color:var(--primary-light)}@media screen and (min-width: 768px){.hero{padding:80px 20px;font-size:42px}}@media screen and (max-width: 767px){.hero{display:flex;align-items:center;justify-content:center;height:46.6666666667vw}}.hero_title{position:relative;margin:0;font-weight:700;text-align:center;color:var(--primary)}@media screen and (min-width: 768px){.hero_title{font-size:42px}}@media screen and (max-width: 767px){.hero_title{font-size:8.5333333333vw}}.hero_img{position:absolute;left:calc(50% + 396px);bottom:0}@media screen and (min-width: 768px){.hero_img{width:156px}}@media screen and (max-width: 767px){.hero_img{width:40vw;right:-3.7333333333vw;left:unset}}.hero_img img{width:100%;height:auto}@media screen and (min-width: 768px){.hero_img-about{width:232px}}@media screen and (min-width: 768px){.hero_img-news{width:196px}}@media screen and (max-width: 767px){.hero_img-news{width:32vw;right:2.6666666667vw}}@media screen and (max-width: 767px){.hero_img-contact{width:26.6666666667vw;right:2.6666666667vw}}@media screen and (min-width: 768px){.hero_img-support{width:179px}}@media screen and (max-width: 767px){.hero_img-support{width:22.6666666667vw;right:2.6666666667vw}}.link{width:-moz-fit-content;width:fit-content}.link-icon{position:relative}@media screen and (min-width: 768px){.link-icon{padding-right:20px}}@media screen and (max-width: 767px){.link-icon{padding-right:4vw}}.link-icon:after{content:"";position:absolute;top:50%;transform:translateY(-50%)}@media screen and (min-width: 768px){.link-icon:after{right:0;width:12px;height:12px}}@media screen and (max-width: 767px){.link-icon:after{right:0vw;width:3.2vw;height:3.2vw}}.link-arrow:after{background:url(./../images/icons/arrow-b.svg) no-repeat center center/contain}.link-blank:after{background:url(./../images/icons/blank-b.svg) no-repeat center center/contain}.link-white{color:var(--white)}.link-white.link-arrow:after{background-image:url(./../images/icons/arrow-w.svg)}.link-white.link-blank:after{background-image:url(./../images/icons/blank-w.svg)}.link-primary{color:var(--primary)}.heading{line-height:1.5;font-weight:700;color:var(--primary);text-align:center}@media screen and (min-width: 768px){.heading{margin-bottom:40px;font-size:28px}}@media screen and (max-width: 767px){.heading{margin-bottom:8vw;font-size:6.4vw}}.heading-main{text-align:center}@media screen and (min-width: 768px){.heading-main{margin:0 auto 40px}}@media screen and (max-width: 767px){.heading-main{margin:0 auto 8vw}}.heading-main .heading_title{margin:0;color:var(--primary);line-height:1.5}@media screen and (min-width: 768px){.heading-main .heading_title{font-size:28px}}@media screen and (max-width: 767px){.heading-main .heading_title{font-size:6.4vw}}.heading-main .heading_title:after{content:"";display:block;background:var(--orange)}@media screen and (min-width: 768px){.heading-main .heading_title:after{margin:20px auto 0;width:40px;height:3px}}@media screen and (max-width: 767px){.heading-main .heading_title:after{margin:4vw auto 0;width:10.6666666667vw;height:.8vw}}.heading-main .heading_lead{color:var(--black);font-weight:400;line-height:1.5}@media screen and (min-width: 768px){.heading-main .heading_lead{margin:20px 0 0;font-size:20px}}@media screen and (max-width: 767px){.heading-main .heading_lead{margin:4vw 0 0;font-size:4.8vw}}.info{background-color:var(--primary-light)}.info_inner{margin:0 auto}@media screen and (min-width: 768px){.info_inner{max-width:1000px}}@media screen and (max-width: 767px){.info_inner{width:100%;max-width:92vw;box-sizing:border-box}}@media screen and (max-width: 767px){.info_inner>.btn{margin-top:6.4vw}}@media screen and (min-width: 768px){.info_cards{display:-ms-grid;display:grid;-ms-grid-columns:1fr 20px 1fr;grid-template-columns:repeat(2,1fr);-ms-grid-rows:auto;grid-template-rows:auto;gap:40px 20px;margin-bottom:40px}.info_cards>*:nth-child(1){-ms-grid-row:1;-ms-grid-column:1}.info_cards>*:nth-child(2){-ms-grid-row:1;-ms-grid-column:3}}@media screen and (max-width: 767px){.info_cards{display:flex;flex-direction:column;gap:7.4666666667vw;margin-bottom:7.4666666667vw}}.info_card{position:relative;background-color:var(--white)}@media screen and (min-width: 768px){.info_card{height:425px;padding:40px 20px;border-radius:8px;border:3px solid var(--primary)}}@media screen and (max-width: 767px){.info_card{height:auto;padding:8vw 4vw;border-radius:2.1333333333vw;border:.5333333333vw solid var(--primary)}}.info_card:after{content:"";position:absolute;left:50%;transform:translate(-50%);background:url(../images/top/about_check.svg) no-repeat center center/contain}@media screen and (min-width: 768px){.info_card:after{width:46px;height:46px;top:-25px}}@media screen and (max-width: 767px){.info_card:after{width:10.6666666667vw;height:10.6666666667vw;top:-5.8666666667vw}}.info_card_title{text-align:center}@media screen and (min-width: 768px){.info_card_title{font-size:20px;line-height:1.448;margin-bottom:20px}}@media screen and (max-width: 767px){.info_card_title{font-size:4.5333333333vw;line-height:1.45;margin-bottom:3.7333333333vw}}@media screen and (min-width: 768px){.info_card_visual{width:412px;margin:0 auto 12px}}@media screen and (max-width: 767px){.info_card_visual{width:100%;max-width:80vw;margin:0 auto 2.6666666667vw}}.info_card img{width:100%}.info_card_desc{text-align:center}@media screen and (min-width: 768px){.info_card_desc{font-size:16px;line-height:1.5}}@media screen and (max-width: 767px){.info_card_desc{line-height:1.45;letter-spacing:-.1333333333vw}}.info_deliver{border-radius:8px;background:var(--white)}@media screen and (min-width: 768px){.info_deliver{margin-bottom:40px;border:3px solid var(--orange)}}@media screen and (max-width: 767px){.info_deliver{margin-bottom:0;border-radius:2.1333333333vw;border:.5333333333vw solid var(--orange)}}@media screen and (max-width: 767px){.info_deliver_wrapper{display:flex;flex-direction:column;align-items:baseline;justify-content:center;gap:1.0666666667vw}}.info_deliver_title{text-align:center;color:var(--white);background-color:var(--orange)}@media screen and (min-width: 768px){.info_deliver_title{min-height:52px;padding:12px 20px;font-size:28px;line-height:1}}@media screen and (max-width: 767px){.info_deliver_title{min-height:0;padding:3.7333333333vw 3.2vw;font-size:4.2666666667vw;font-weight:700;line-height:1.4}}@media screen and (min-width: 768px){.info_deliver_list{display:-ms-grid;display:grid;-ms-grid-columns:1fr 0 1fr 0 1fr;grid-template-columns:repeat(3,1fr);-ms-grid-rows:auto;grid-template-rows:auto;gap:0;padding:20px 0}.info_deliver_list>*:nth-child(1){-ms-grid-row:1;-ms-grid-column:1}.info_deliver_list>*:nth-child(2){-ms-grid-row:1;-ms-grid-column:3}.info_deliver_list>*:nth-child(3){-ms-grid-row:1;-ms-grid-column:5}}@media screen and (max-width: 767px){.info_deliver_list{display:flex;flex-direction:column;padding:0 4vw;gap:0}}.info_deliver_item{text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}@media screen and (min-width: 768px){.info_deliver_item{min-height:223px;padding:0;gap:8px}.info_deliver_item:nth-child(-n+2){border-right:1px solid var(--gray-dark)}}@media screen and (max-width: 767px){.info_deliver_item{flex-direction:row;align-items:center;justify-content:flex-start;gap:4vw;min-height:0;padding:4vw 0;text-align:left;border-bottom:1px solid var(--gray-dark)}.info_deliver_item:last-child{border-bottom:none}}.info_deliver_item_body{display:flex;align-items:center;justify-content:center;flex-direction:column;flex-shrink:0;border-radius:100px;background-color:var(--primary-light)}@media screen and (min-width: 768px){.info_deliver_item_body{width:125px;height:125px}}@media screen and (max-width: 767px){.info_deliver_item_body{width:18.6666666667vw;height:18.6666666667vw;gap:1.0666666667vw;background-color:unset}}.info_deliver_item_visual{display:flex;align-items:center;justify-content:center;line-height:0}@media screen and (max-width: 767px){.info_deliver_item_visual{width:18.6666666667vw}}.info_deliver_item_visual img{width:100%;height:auto;display:block}.info_deliver_item_label{margin:0;color:var(--primary);font-size:16px;line-height:1.375;text-align:center}@media screen and (min-width: 768px){.info_deliver_item_label{display:flex;align-items:center;min-height:44px}}@media screen and (max-width: 767px){.info_deliver_item_label{font-size:3.2vw;line-height:1.35;font-weight:700}}.info_deliver_item_text{margin:0;line-height:1.5;color:var(--text)}.info_action{display:flex;justify-content:center}@media screen and (min-width: 768px){.info_action{padding-bottom:40px}}@media screen and (min-width: 768px){.place{margin:0 auto}}.place_title{margin:0;text-align:center;color:var(--primary)}@media screen and (min-width: 768px){.place_title{font-size:24px;line-height:1.45;margin-bottom:20px}}@media screen and (max-width: 767px){.place_title{font-size:4.8vw;line-height:1.45;margin-bottom:4.2666666667vw}}.place_datetime_heading{display:flex;align-items:center}@media screen and (min-width: 768px){.place_datetime_heading{gap:4px;margin-bottom:4px}}@media screen and (max-width: 767px){.place_datetime_heading{gap:1.0666666667vw;margin-bottom:1.0666666667vw}}@media screen and (min-width: 768px){.place_datetime_content{padding-left:20px}}@media screen and (max-width: 767px){.place_datetime_content{padding-left:5.8666666667vw}}@media screen and (min-width: 768px){.place_datetime_content:not(:last-of-type){margin-bottom:4px}}@media screen and (max-width: 767px){.place_datetime_content:not(:last-of-type){margin-bottom:1.0666666667vw}}.place_datetime_name{position:relative;width:-moz-fit-content;width:fit-content;font-weight:500}@media screen and (min-width: 768px){.place_datetime_name{padding-left:12px;font-size:14px;border-radius:4px}}@media screen and (max-width: 767px){.place_datetime_name{border-radius:1.0666666667vw;padding:.5333333333vw 2.1333333333vw;font-size:3.4666666667vw}}.place_datetime_name:before{content:"";position:absolute;top:50%;transform:translateY(-50%);left:0;border-radius:100px;background:var(--primary)}@media screen and (min-width: 768px){.place_datetime_name:before{width:6px;height:6px}}@media screen and (max-width: 767px){.place_datetime_name:before{width:1.6vw;height:1.6vw}}.place_datetime_name-individual:before{background:var(--orange)}.place_datetime_name-hearing:before{background:var(--green)}.place_list{display:flex;flex-direction:column;gap:16px;margin-bottom:40px}@media screen and (min-width: 768px){.place_list{display:-ms-grid;display:grid;-ms-grid-columns:1fr 16px 1fr 16px 1fr;grid-template-columns:repeat(3,1fr);-ms-grid-rows:auto;grid-template-rows:auto;-moz-column-gap:16px;column-gap:16px}.place_list>*:nth-child(1){-ms-grid-row:1;-ms-grid-column:1}.place_list>*:nth-child(2){-ms-grid-row:1;-ms-grid-column:3}.place_list>*:nth-child(3){-ms-grid-row:1;-ms-grid-column:5}}@media screen and (max-width: 767px){.place_list{gap:3.2vw;margin-bottom:6.4vw}}.place_empty{margin:0;text-align:center;color:var(--text)}@media screen and (min-width: 768px){.place_empty{grid-column:1/-1;padding:24px 16px;font-size:16px;line-height:1.6}}@media screen and (max-width: 767px){.place_empty{padding:4.2666666667vw 3.2vw;font-size:4vw;line-height:1.6}}.place_card{box-sizing:border-box;display:flex;flex-direction:column;gap:12px;border:1px solid var(--gray-dark);border-radius:8px;padding:20px;text-align:left;background:var(--white)}@media screen and (max-width: 767px){.place_card{padding:4.2666666667vw;gap:2.6666666667vw;border-radius:2.1333333333vw}}.place_card_heading{width:100%;text-align:center}@media screen and (min-width: 768px){.place_card_heading{border-radius:4px;padding:4px 12px;font-size:14px}}@media screen and (max-width: 767px){.place_card_heading{border-radius:1.0666666667vw;padding:1.0666666667vw 2.6666666667vw;font-size:3.4666666667vw;line-height:1.3}}.place_card_heading-primary{background-color:var(--primary)}.place_card_heading-orange{background-color:var(--orange)}.place_row{display:flex;align-items:center;gap:4px;margin:0}@media screen and (max-width: 767px){.place_row{gap:1.6vw;align-items:flex-start}}.place_icon{flex-shrink:0;width:14px;height:14px}@media screen and (max-width: 767px){.place_icon{width:4.2666666667vw;height:4.2666666667vw;margin-top:.5333333333vw}}.place_icon img{display:block;width:14px;height:auto}@media screen and (max-width: 767px){.place_icon img{width:4.2666666667vw;height:auto}}.place_meta,.place_venue{flex:1;min-width:0;font-size:16px;line-height:1.5;font-weight:700;color:var(--text)}@media screen and (max-width: 767px){.place_meta,.place_venue{font-size:4.2666666667vw;line-height:1.3}}.place_meta{font-weight:400}@media screen and (min-width: 768px){.place_meta{font-size:14px}}@media screen and (max-width: 767px){.place_meta{font-size:3.7333333333vw}}.place_body{display:flex;flex-direction:column;gap:4px}@media screen and (max-width: 767px){.place_body{gap:1.6vw}}.place_address{margin:0;padding-left:20px;font-size:14px;line-height:1.7142857143;font-weight:400;color:var(--text)}@media screen and (max-width: 767px){.place_address{padding-left:5.8666666667vw;font-size:3.2vw;line-height:1.55}}.place_action{display:flex;justify-content:center}@media screen and (max-width: 767px){.place_action{margin-top:2.1333333333vw;width:100%;max-width:none}}.pagetop{position:fixed;z-index:10000;display:flex;align-items:center;justify-content:center;margin:0;padding:0;border:none;border-radius:50%;background:var(--primary);border:solid 1px var(--white);color:var(--white);cursor:pointer;box-shadow:0 4px 4px #0000001a;opacity:1;visibility:visible;transition:opacity .25s ease}@media screen and (min-width: 768px){.pagetop{right:30px;bottom:30px;width:60px;height:60px}}@media screen and (max-width: 767px){.pagetop{right:4vw;bottom:4vw;width:16vw;height:16vw}}@media screen and (min-width: 768px){.pagetop:hover{opacity:.7}}.pagetop:focus-visible{outline:3px solid var(--orange);outline-offset:3px}.pagetop:active{transform:translateY(1px)}.pagetop_icon{display:block;flex-shrink:0;background:url(../images/icons/arrow-w.svg) no-repeat center center/contain;transform:rotate(-90deg)}@media screen and (min-width: 768px){.pagetop_icon{width:10px;height:18px}}@media screen and (max-width: 767px){.pagetop_icon{width:2.6666666667vw;height:4.8vw}}body.is-nav-open .pagetop{opacity:0;visibility:hidden;pointer-events:none}.error404_lead{line-height:1.5}@media screen and (min-width: 768px){.error404_lead{margin-bottom:16px;font-size:24px}}@media screen and (max-width: 767px){.error404_lead{margin-bottom:3.2vw;font-size:5.3333333333vw}}.error404_text{color:var(--black-light);line-height:1.6}@media screen and (min-width: 768px){.error404_text{margin-bottom:40px;font-size:16px}}@media screen and (max-width: 767px){.error404_text{margin-bottom:8.5333333333vw;font-size:4vw}}.error404_action{margin:0;text-align:center}@media screen and (max-width: 767px){.contact ._mt40{margin-top:10.6666666667vw}}.contact_card{box-sizing:border-box;margin:0 auto;background-color:var(--yellow-light);text-align:center}@media screen and (min-width: 768px){.contact_card{padding:20px;max-width:508px;border-radius:4px}}@media screen and (max-width: 767px){.contact_card{max-width:100%;padding:8vw 4vw;border-radius:1.0666666667vw}}.contact_card_tel{display:flex;flex-wrap:wrap;align-items:center;justify-content:center}@media screen and (min-width: 768px){.contact_card_tel{font-size:42px}}@media screen and (max-width: 767px){.contact_card_tel{gap:2.6666666667vw 2.1333333333vw;font-size:7.4666666667vw}}.contact_card_icon{flex-shrink:0}@media screen and (max-width: 767px){.contact_card_icon{width:14.4vw}}.contact_card_icon img{display:block;width:100%;height:auto}@media screen and (max-width: 767px){.contact_card_lead{margin-bottom:2.1333333333vw;font-size:4.2666666667vw;line-height:1.6}}@media screen and (max-width: 767px){.contact_card_hours{margin-top:3.2vw;text-align:left;padding-left:16vw;font-size:3.7333333333vw;line-height:1.6}}@media screen and (max-width: 767px){.contact_card_hours-contact{text-align:center;padding-left:0}}.contact_card-large{max-width:100%;width:100%}.contact_card-green{background-color:var(--green-exlight)}@media screen and (min-width: 768px){.contact_card_link-tel{pointer-events:none;cursor:default}}@media screen and (max-width: 767px){.contact_card_link-tel{line-height:1.35}}.contact_thanks{box-sizing:border-box;border:1px solid var(--gray-dark)}@media screen and (min-width: 768px){.contact_thanks{padding:40px}}@media screen and (max-width: 767px){.contact_thanks{padding:6.4vw 4.2666666667vw;border-radius:1.0666666667vw;font-size:4vw;line-height:1.6}}@media screen and (max-width: 767px){.contact .form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]),.contact .form textarea{font-size:4.2666666667vw;padding:3.7333333333vw 3.2vw;border-radius:1.0666666667vw;line-height:1.5}}@media screen and (max-width: 767px){.contact .form input[type=radio],.contact .form input[type=checkbox]{width:5.3333333333vw;height:5.3333333333vw}}@media screen and (max-width: 767px){.contact .form input[type=checkbox]{background-size:4.2666666667vw 4.2666666667vw}}@media screen and (max-width: 767px){.contact .form_items{gap:8.5333333333vw}}@media screen and (max-width: 767px){.contact .form_group{gap:2.1333333333vw}}@media screen and (max-width: 767px){.contact .form_radio,.contact .form_checkbox{gap:2.1333333333vw}}@media screen and (max-width: 767px){.contact .form_radio label,.contact .form_checkbox label{gap:2.1333333333vw;padding:2.1333333333vw}}@media screen and (max-width: 767px){.contact .form_label.require:after{padding:.5333333333vw 1.6vw .8vw;font-size:3.2vw;border-radius:1.0666666667vw}}@media screen and (max-width: 767px){.contact .form_privacy{max-height:53.3333333333vw}}@media screen and (max-width: 767px){.contact .form_privacy_content{gap:3.2vw;padding:3.7333333333vw 3.2vw}}@media screen and (max-width: 767px){.contact .form_actions{gap:4.2666666667vw 6.4vw}}@media screen and (max-width: 767px){.contact .form form.failed .wpcf7-response-output,.contact .form form.invalid .wpcf7-response-output{border-radius:2.1333333333vw}}.newsItem{position:relative;border-bottom:1px solid var(--border)}.newsItem_link{display:flex;align-items:center;box-sizing:border-box;width:100%;color:inherit;text-decoration:none}@media screen and (min-width: 768px){.newsItem_link{padding:20px 20px 21px;gap:12px}}@media screen and (max-width: 767px){.newsItem_link{flex-wrap:wrap;align-items:center;align-content:flex-start;-moz-column-gap:2.6666666667vw;column-gap:2.6666666667vw;row-gap:2.1333333333vw;padding:4vw 8vw 4vw 4vw}}.newsItem_date{order:1;font-weight:700;color:var(--black-light);white-space:nowrap;flex:0 0 auto;max-width:none}@media screen and (min-width: 768px){.newsItem_date{flex:0 0 80px;max-width:80px;font-size:14px;line-height:20px}}@media screen and (max-width: 767px){.newsItem_date{font-size:3.4666666667vw;line-height:4.8vw}}.newsItem_tag{order:2;display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;box-sizing:border-box;color:var(--white);background-color:var(--primary);font-weight:700;white-space:nowrap;border-radius:4px}@media screen and (min-width: 768px){.newsItem_tag{min-width:80px;height:22px;padding:2px 8px;line-height:16px;font-size:12px}}@media screen and (max-width: 767px){.newsItem_tag{min-width:18.1333333333vw;height:5.6vw;padding:.5333333333vw 1.6vw;font-size:2.9333333333vw;line-height:4vw}}.newsItem_tag-important{background-color:var(--red)}.newsItem_title{order:3;flex:1 1 auto;min-width:0;margin:0;font-weight:500;color:var(--black);overflow-wrap:break-word}@media screen and (min-width: 768px){.newsItem_title{font-size:16px;line-height:24px;padding-right:10px}}@media screen and (max-width: 767px){.newsItem_title{flex:1 1 100%;width:100%;-ms-grid-row-align:stretch;align-self:stretch;font-size:4vw;line-height:5.8666666667vw}}.newsItem_icon{position:absolute;order:4;flex:0 0 auto;flex-shrink:0;-ms-grid-row-align:center;align-self:center;margin-left:auto;background-image:url(./../images/icons/arrow-svg.svg);background-repeat:no-repeat;background-position:center center;background-size:contain}@media screen and (min-width: 768px){.newsItem_icon{width:5px;height:10px;right:20px}}@media screen and (max-width: 767px){.newsItem_icon{right:2.6666666667vw;width:1.3333333333vw;height:2.6666666667vw}}.news{overflow-wrap:break-word}.news_title{font-weight:700;color:var(--black);line-height:1.5}@media screen and (min-width: 768px){.news_title{margin-bottom:40px;font-size:28px}}@media screen and (max-width: 767px){.news_title{margin-bottom:5.3333333333vw;font-size:5.3333333333vw}}@media screen and (min-width: 768px){.news .navigation.pagination{margin-top:40px}}@media screen and (max-width: 767px){.news .navigation.pagination{margin-top:8.5333333333vw}}.news .navigation.pagination .screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.news .navigation.pagination .nav-links{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:2.1333333333vw}@media screen and (min-width: 768px){.news .navigation.pagination .nav-links{gap:8px}}.news .navigation.pagination a.page-numbers:not(.prev):not(.next),.news .navigation.pagination span.page-numbers.current{box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;padding:0;border-radius:4px;font-family:Murecho,Noto Sans JP,sans-serif;font-weight:700;line-height:1;text-decoration:none;color:var(--black);border:1px solid var(--primary);background-color:var(--white);width:10.6666666667vw;height:10.6666666667vw;font-size:3.7333333333vw}@media screen and (min-width: 768px){.news .navigation.pagination a.page-numbers:not(.prev):not(.next),.news .navigation.pagination span.page-numbers.current{width:40px;height:40px;font-size:14px}}.news .navigation.pagination a.page-numbers:not(.prev):not(.next):hover,.news .navigation.pagination a.page-numbers:not(.prev):not(.next):focus-visible{background-color:var(--primary-light)}.news .navigation.pagination span.page-numbers.current{color:var(--white);background-color:var(--primary);border-color:var(--primary)}.news .navigation.pagination span.page-numbers.dots{display:inline-flex;align-items:center;justify-content:center;min-width:auto;width:auto;border:none;border-radius:0;background:transparent;font-weight:700;color:var(--black-light);height:10.6666666667vw;padding:0 1.0666666667vw;font-size:3.7333333333vw}@media screen and (min-width: 768px){.news .navigation.pagination span.page-numbers.dots{height:40px;padding:0 4px;font-size:14px}}.news .navigation.pagination a.page-numbers.prev,.news .navigation.pagination a.page-numbers.next{box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;padding:0;border-radius:4px;border:1px solid var(--primary);background-color:var(--white);text-decoration:none;line-height:0;width:10.6666666667vw;height:10.6666666667vw}@media screen and (min-width: 768px){.news .navigation.pagination a.page-numbers.prev,.news .navigation.pagination a.page-numbers.next{width:40px;height:40px}}.news .navigation.pagination a.page-numbers.prev .news_pagination_icon,.news .navigation.pagination a.page-numbers.next .news_pagination_icon{display:block;width:6.4vw;height:6.4vw}@media screen and (min-width: 768px){.news .navigation.pagination a.page-numbers.prev .news_pagination_icon,.news .navigation.pagination a.page-numbers.next .news_pagination_icon{width:24px;height:24px}}.news .navigation.pagination a.page-numbers.prev:hover,.news .navigation.pagination a.page-numbers.next:hover,.news .navigation.pagination a.page-numbers.prev:focus-visible,.news .navigation.pagination a.page-numbers.next:focus-visible{background-color:var(--primary-light)}.news .navigation.pagination .page-numbers{font-weight:700!important}.news-article_inner{display:flex;flex-direction:column;gap:6.4vw}@media screen and (min-width: 768px){.news-article_inner{gap:32px}}.news-article_header{display:flex;flex-direction:column;gap:6.4vw}@media screen and (min-width: 768px){.news-article_header{gap:32px}}.news-article_badge{order:2;display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;box-sizing:border-box;color:var(--white);background-color:var(--primary);font-weight:700;white-space:nowrap;border-radius:4px;min-width:19.2vw;height:5.8666666667vw;padding:.5333333333vw 2.1333333333vw;line-height:4.2666666667vw;font-size:3.2vw}@media screen and (min-width: 768px){.news-article_badge{min-width:80px;height:22px;padding:2px 8px;line-height:16px;font-size:12px}}.news-article_badge-important{background-color:var(--red)}.news-article_title{margin:0;font-family:Murecho,Noto Sans JP,sans-serif;font-weight:700;line-height:normal;color:var(--black);font-size:5.8666666667vw}@media screen and (min-width: 768px){.news-article_title{font-size:28px}}.news-article_meta{display:flex;flex-wrap:wrap;align-items:center;gap:4.2666666667vw}@media screen and (min-width: 768px){.news-article_meta{gap:16px}}.news-article_date{display:flex;align-items:center;gap:1.0666666667vw}@media screen and (min-width: 768px){.news-article_date{gap:4px}}.news-article_date-icon{display:flex}@media screen and (min-width: 768px){.news-article_date-icon{width:20px;height:20px}}@media screen and (max-width: 767px){.news-article_date-icon{width:5.3333333333vw;height:5.3333333333vw}}.news-article_date-icon img{width:100%;height:auto}.news-article_date-text{font-weight:700;color:var(--black-light);font-size:3.7333333333vw;line-height:5.3333333333vw}@media screen and (min-width: 768px){.news-article_date-text{font-size:14px;line-height:20px}}.news-article_figure{margin:0;width:100%;aspect-ratio:40/30;overflow:hidden}.news-article_thumb{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.news-article_body{font-weight:400;color:var(--black);font-size:4.2666666667vw;line-height:6.4vw;--wp--preset--color--black: var(--black);--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: var(--white);--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: var(--red);--wp--preset--color--luminous-vivid-orange: var(--orange);--wp--preset--color--luminous-vivid-amber: var(--yellow);--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: var(--green);--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: var(--blue);--wp--preset--color--vivid-purple: #9b51e0}.news-article_body .has-black-color{color:var(--wp--preset--color--black)}.news-article_body .has-cyan-bluish-gray-color{color:var(--wp--preset--color--cyan-bluish-gray)}.news-article_body .has-white-color{color:var(--wp--preset--color--white)}.news-article_body .has-pale-pink-color{color:var(--wp--preset--color--pale-pink)}.news-article_body .has-vivid-red-color{color:var(--wp--preset--color--vivid-red)}.news-article_body .has-luminous-vivid-orange-color{color:var(--wp--preset--color--luminous-vivid-orange)}.news-article_body .has-luminous-vivid-amber-color{color:var(--wp--preset--color--luminous-vivid-amber)}.news-article_body .has-light-green-cyan-color{color:var(--wp--preset--color--light-green-cyan)}.news-article_body .has-vivid-green-cyan-color{color:var(--wp--preset--color--vivid-green-cyan)}.news-article_body .has-pale-cyan-blue-color{color:var(--wp--preset--color--pale-cyan-blue)}.news-article_body .has-vivid-cyan-blue-color{color:var(--wp--preset--color--vivid-cyan-blue)}.news-article_body .has-vivid-purple-color{color:var(--wp--preset--color--vivid-purple)}.news-article_body .has-black-background-color{background-color:var(--wp--preset--color--black)}.news-article_body .has-cyan-bluish-gray-background-color{background-color:var(--wp--preset--color--cyan-bluish-gray)}.news-article_body .has-white-background-color{background-color:var(--wp--preset--color--white)}.news-article_body .has-pale-pink-background-color{background-color:var(--wp--preset--color--pale-pink)}.news-article_body .has-vivid-red-background-color{background-color:var(--wp--preset--color--vivid-red)}.news-article_body .has-luminous-vivid-orange-background-color{background-color:var(--wp--preset--color--luminous-vivid-orange)}.news-article_body .has-luminous-vivid-amber-background-color{background-color:var(--wp--preset--color--luminous-vivid-amber)}.news-article_body .has-light-green-cyan-background-color{background-color:var(--wp--preset--color--light-green-cyan)}.news-article_body .has-vivid-green-cyan-background-color{background-color:var(--wp--preset--color--vivid-green-cyan)}.news-article_body .has-pale-cyan-blue-background-color{background-color:var(--wp--preset--color--pale-cyan-blue)}.news-article_body .has-vivid-cyan-blue-background-color{background-color:var(--wp--preset--color--vivid-cyan-blue)}.news-article_body .has-vivid-purple-background-color{background-color:var(--wp--preset--color--vivid-purple)}.news-article_body .has-vivid-cyan-blue-to-vivid-purple-gradient-background{background:linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%)}.news-article_body .has-light-green-cyan-to-vivid-green-cyan-gradient-background{background:linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%)}.news-article_body .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background:linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%)}.news-article_body .has-luminous-vivid-orange-to-vivid-red-gradient-background{background:linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%)}.news-article_body .has-very-light-gray-to-cyan-bluish-gray-gradient-background{background:linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%)}.news-article_body .has-cool-to-warm-spectrum-gradient-background{background:linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%)}.news-article_body .has-blush-light-purple-gradient-background{background:linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%)}.news-article_body .has-blush-bordeaux-gradient-background{background:linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%)}.news-article_body .has-luminous-dusk-gradient-background{background:linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%)}.news-article_body .has-pale-ocean-gradient-background{background:linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%)}.news-article_body .has-electric-grass-gradient-background{background:linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%)}.news-article_body .has-midnight-gradient-background{background:linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%)}.news-article_body .has-very-light-gray-color{color:#eee}.news-article_body .has-very-dark-gray-color{color:#313131}.news-article_body .has-very-light-gray-background-color{background-color:#eee}.news-article_body .has-very-dark-gray-background-color{background-color:#313131}.news-article_body .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}.news-article_body .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}.news-article_body .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}.news-article_body .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}.news-article_body .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}.news-article_body .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}.news-article_body>*:first-child{margin-top:0}.news-article_body>*:last-child{margin-bottom:0}.news-article_body p,.news-article_body .wp-block-paragraph{margin:1em 0}.news-article_body h2,.news-article_body h2.wp-block-heading{margin:1.6em 0 .6em;font-family:Murecho,Noto Sans JP,sans-serif;font-weight:700;line-height:1.45;color:var(--primary);font-size:5.3333333333vw}@media screen and (min-width: 768px){.news-article_body h2,.news-article_body h2.wp-block-heading{margin:1.5em 0 .5em;font-size:22px}}.news-article_body h3,.news-article_body h3.wp-block-heading{margin:1.4em 0 .5em;font-weight:700;line-height:1.5;color:var(--black);font-size:4.8vw}@media screen and (min-width: 768px){.news-article_body h3,.news-article_body h3.wp-block-heading{font-size:18px}}.news-article_body h4,.news-article_body h4.wp-block-heading,.news-article_body h5,.news-article_body h5.wp-block-heading,.news-article_body h6,.news-article_body h6.wp-block-heading{margin:1.2em 0 .4em;font-weight:700;line-height:1.5;color:var(--black-light);font-size:4.2666666667vw}@media screen and (min-width: 768px){.news-article_body h4,.news-article_body h4.wp-block-heading,.news-article_body h5,.news-article_body h5.wp-block-heading,.news-article_body h6,.news-article_body h6.wp-block-heading{font-size:16px}}.news-article_body a{color:var(--primary);text-decoration:underline;text-underline-offset:.2em;transition:opacity .2s ease,color .2s ease}.news-article_body a:hover,.news-article_body a:focus-visible{opacity:.85}.news-article_body .has-link-color a{color:var(--wp--style--color--link, currentColor)}.news-article_body .has-link-color a:hover,.news-article_body .has-link-color a:focus-visible{opacity:.85}.news-article_body .has-text-align-center{text-align:center}.news-article_body .has-text-align-left{text-align:left}.news-article_body .has-text-align-right{text-align:right}.news-article_body ul,.news-article_body ol{margin:1em 0;padding-left:1.5em}.news-article_body ul,.news-article_body ul.wp-block-list{list-style:disc}.news-article_body ol,.news-article_body ol.wp-block-list{list-style:decimal}.news-article_body li,.news-article_body li.wp-block-list-item{margin:.35em 0}.news-article_body li>ul,.news-article_body li>ol{margin:.35em 0}.news-article_body .wp-block-image{margin:1.5em 0}.news-article_body .wp-block-image img{display:block;width:100%;height:auto;border-radius:4px}.news-article_body .wp-block-image figcaption{margin-top:2.1333333333vw;font-size:3.4666666667vw;line-height:5.3333333333vw;color:var(--black-light)}@media screen and (min-width: 768px){.news-article_body .wp-block-image figcaption{margin-top:8px;font-size:13px;line-height:20px}}.news-article_body .wp-block-image.aligncenter{text-align:center}.news-article_body .wp-block-image .aligncenter{display:table;margin-left:auto;margin-right:auto}.news-article_body .wp-block-table{margin:1.5em 0;overflow-x:auto;-webkit-overflow-scrolling:touch}.news-article_body .wp-block-table table{width:100%;min-width:240px;border-collapse:collapse;font-size:3.7333333333vw;line-height:5.8666666667vw}@media screen and (min-width: 768px){.news-article_body .wp-block-table table{font-size:14px;line-height:22px}}.news-article_body .wp-block-table th,.news-article_body .wp-block-table td{padding:2.6666666667vw 3.2vw;border:1px solid var(--border);vertical-align:top}@media screen and (min-width: 768px){.news-article_body .wp-block-table th,.news-article_body .wp-block-table td{padding:10px 12px}}.news-article_body .wp-block-table thead th{background-color:var(--primary-light);font-weight:700;color:var(--primary);text-align:left}.news-article_body .wp-block-table figcaption{margin-top:2.1333333333vw;font-size:3.4666666667vw;color:var(--black-light)}@media screen and (min-width: 768px){.news-article_body .wp-block-table figcaption{margin-top:8px;font-size:13px}}.news-article_body .wp-block-file{display:flex;flex-wrap:wrap;align-items:center;gap:3.2vw 4.2666666667vw;margin:1.5em 0;padding:4.2666666667vw;border:1px solid var(--border);border-radius:8px;background-color:var(--primary-light)}@media screen and (min-width: 768px){.news-article_body .wp-block-file{gap:12px 16px;padding:16px}}.news-article_body .wp-block-file a:not(.wp-block-file__button){flex:1 1 auto;min-width:0;font-weight:700;word-break:break-all}.news-article_body .wp-block-file__button,.news-article_body .wp-block-file a.wp-block-file__button{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;margin:0;padding:2.6666666667vw 5.3333333333vw;font-size:3.7333333333vw;font-weight:700;line-height:1.2;color:var(--white);text-decoration:none;border-radius:100px;background:var(--gradient-primary);border:none;transition:opacity .2s ease}@media screen and (min-width: 768px){.news-article_body .wp-block-file__button,.news-article_body .wp-block-file a.wp-block-file__button{padding:10px 20px;font-size:14px}}.news-article_body .wp-block-file__button:hover,.news-article_body .wp-block-file__button:focus-visible{opacity:.85}.news-article_body strong{font-weight:700}.news-article_body em{font-style:italic}@media screen and (min-width: 768px){.news-article_body{font-size:16px;line-height:24px}}.top_hero{position:relative;overflow:hidden;width:100%}@media screen and (min-width: 768px){.top_hero{padding-top:50px;height:880px;background:linear-gradient(118deg,rgb(225,242,255) 36.06%,rgba(238,248,255,0) 100%)}}@media screen and (max-width: 767px){.top_hero{height:190.6666666667vw;padding-top:8vw;background:linear-gradient(118deg,rgb(225,242,255) 36.06%,rgba(238,248,255,0) 100%)}}.top_hero:after{content:"";position:absolute;z-index:1;opacity:.5}@media screen and (min-width: 768px){.top_hero:after{width:100vw;height:170px;left:0;bottom:-18px;background:url(../images/top/hero_bg.png) repeat-x 544px bottom/auto 170px}}@media screen and (max-width: 767px){.top_hero:after{width:100vw;height:33.0666666667vw;left:50%;bottom:-5.3333333333vw;transform:translate(-50%);background:url(../images/top/hero_bg-sp.png) repeat-x -21.3333333333vw bottom/cover}}.top_hero_inner{position:relative;z-index:2;width:100%;margin:0 auto}@media screen and (min-width: 768px){.top_hero_inner{max-width:1000px}}@media screen and (min-width: 768px){.top_hero_heading{max-width:661px}}@media screen and (max-width: 767px){.top_hero_heading{padding:0 4vw}}.top_hero_character{position:absolute;pointer-events:none}@media screen and (min-width: 768px){.top_hero_character{width:399px;right:-362px;top:-260px}}@media screen and (max-width: 767px){.top_hero_character{right:1.6vw;width:33.3333333333vw;bottom:0;height:auto}}@media screen and (max-width: 767px){.top_hero_character img{width:100%;height:auto}}.top_hero_lead{position:relative}@media screen and (min-width: 768px){.top_hero_lead{display:inline-block;margin-top:19px;margin-bottom:12px;font-size:24px;line-height:1;letter-spacing:4.85px}}@media screen and (max-width: 767px){.top_hero_lead{text-align:center;margin:0 auto 2.1333333333vw;font-size:5.6vw;line-height:1.1;letter-spacing:1.2933333333vw}}.top_hero_lead:before{content:"";position:absolute}@media screen and (min-width: 768px){.top_hero_lead:before{bottom:calc(100% + 12px);width:235.5px;height:7px;left:-12px;background-image:radial-gradient(circle,var(--primary) 0 3.5px,transparent 3.6px);background-size:28.5px 7px;background-repeat:repeat-x;background-position:9px 0}}@media screen and (max-width: 767px){.top_hero_lead:before{bottom:calc(100% + 2.1333333333vw);width:58.9333333333vw;height:1.8666666667vw;left:10.2666666667vw;background-image:radial-gradient(circle,var(--primary) 0 .9333333333vw,transparent .96vw);background-size:6.9333333333vw 1.8666666667vw;background-repeat:repeat-x;background-position:2.4vw 0vw}}.top_hero_title{display:flex;flex-direction:column;color:var(--black);font-weight:700;line-height:1.4}@media screen and (min-width: 768px){.top_hero_title{gap:12px;font-size:36px}}@media screen and (max-width: 767px){.top_hero_title{gap:2.1333333333vw;font-size:4.8vw}}.top_hero_title_item{display:block;background-color:var(--white)}@media screen and (min-width: 768px){.top_hero_title_item{border-radius:8px;padding:15px;letter-spacing:2.7px}}@media screen and (max-width: 767px){.top_hero_title_item{border-radius:1.0666666667vw;padding:1.0666666667vw 4vw}}.top_hero_title_large{display:inline}@media screen and (min-width: 768px){.top_hero_title_large{font-size:44px}}@media screen and (max-width: 767px){.top_hero_title_large{font-size:5.3333333333vw}}@media screen and (min-width: 768px){.top_hero_title_largeEx{font-size:44px}}@media screen and (max-width: 767px){.top_hero_title_largeEx{font-size:7.4666666667vw}}.top_hero_item{position:relative;border-top:1px solid var(--primary);border-bottom:1px solid var(--primary);background-color:#fff6}@media screen and (min-width: 768px){.top_hero_item{width:653px;margin-top:30px;padding:15px 12px 20px}}@media screen and (max-width: 767px){.top_hero_item{margin:4.8vw 4vw 0;padding:3.2vw 4vw}}.top_hero_sup{position:absolute;line-height:1.21}@media screen and (min-width: 768px){.top_hero_sup{top:-19px;left:16px;font-size:26px;-webkit-text-stroke:5px var(--white);paint-order:stroke fill;font-size:22px}}@media screen and (max-width: 767px){.top_hero_sup{top:-2.4vw;left:4.2666666667vw;font-size:3.7333333333vw;-webkit-text-stroke:1.3333333333vw var(--white);paint-order:stroke fill}}@media screen and (min-width: 768px){.top_hero_sup span{font-size:20px}}@media screen and (max-width: 767px){.top_hero_sup span{font-size:3.2vw}}@media screen and (min-width: 768px){.top_hero_note{width:653px}}@media screen and (max-width: 767px){.top_hero_note{width:57.6vw}}@media screen and (max-width: 767px){.top_hero_note img{width:100%;height:auto}}.top_hero_cta{position:relative;margin-top:40px;border:1px solid var(--gray-dark);background:var(--white);border-radius:8px}@media screen and (min-width: 768px){.top_hero_cta{width:1000px;padding:40px 24px;box-shadow:0 4px 4px #0361aa1a}}@media screen and (max-width: 767px){.top_hero_cta{margin:7.4666666667vw 4vw 0;padding:8vw 4vw;border-radius:2.1333333333vw;width:auto;max-width:none;overflow:visible;box-shadow:0 1.0666666667vw 1.0666666667vw #0361aa1a}}.top_hero_cta_badge{position:absolute;z-index:3}@media screen and (min-width: 768px){.top_hero_cta_badge{top:-57px;left:-50px;width:181px}}@media screen and (max-width: 767px){.top_hero_cta_badge{top:-4.8vw;left:50%;transform:translate(-50%);width:81.6vw}}.top_hero_cta_badge picture,.top_hero_cta_badge img{display:block;width:100%;height:auto}.top_hero_cta_body{display:flex;flex-direction:column}@media screen and (min-width: 768px){.top_hero_cta_body{align-items:center;gap:12px}}@media screen and (max-width: 767px){.top_hero_cta_body{position:relative;align-items:stretch;gap:2.1333333333vw}}@media screen and (min-width: 768px){.top_hero_cta_title{font-size:21px;line-height:1.45;text-align:center}}@media screen and (max-width: 767px){.top_hero_cta_title{margin-bottom:-1.0666666667vw;font-size:4.2666666667vw;line-height:1.55;font-weight:700;text-align:left;color:var(--black)}}.top_hero_cta_caution{display:flex;margin:0;color:var(--red);font-weight:500}@media screen and (min-width: 768px){.top_hero_cta_caution{font-size:16px;line-height:1.45;text-align:center}}@media screen and (max-width: 767px){.top_hero_cta_caution{font-size:3.2vw;line-height:1.5;text-align:left}}.top_hero_cta_buttons{display:flex;justify-content:center}@media screen and (min-width: 768px){.top_hero_cta_buttons{flex-direction:row;gap:20px;width:100%;margin-top:8px}}@media screen and (max-width: 767px){.top_hero_cta_buttons{flex-direction:column;align-items:stretch;gap:3.2vw;width:100%;margin-top:1.0666666667vw}}@media screen and (min-width: 768px){.top_hero_cta_buttons .btn{max-width:300px;min-height:60px;font-size:18px}}@media screen and (max-width: 767px){.top_hero_cta_buttons .btn{max-width:none;width:100%;min-height:14.9333333333vw;font-size:4.2666666667vw}}.top_beginning_inner{margin:0 auto}@media screen and (min-width: 768px){.top_beginning_inner{width:100%;max-width:1000px}}.top_beginning_panel{position:relative;border:3px solid var(--primary);border-radius:8px;background:var(--primary-light)}@media screen and (min-width: 768px){.top_beginning_panel{padding:40px}}@media screen and (max-width: 767px){.top_beginning_panel{overflow:hidden;padding:8vw 4vw}}.top_beginning_panel:before{content:"";position:absolute;background:url(../images/top/beginning_illust.svg) no-repeat center center/contain}@media screen and (min-width: 768px){.top_beginning_panel:before{width:209px;height:169px;top:-161px;right:5px}}@media screen and (max-width: 767px){.top_beginning_panel:before{width:42.1333333333vw;height:33.6vw;bottom:-2.1333333333vw;right:-.2666666667vw}}.top_beginning_list{display:-ms-grid;display:grid}@media screen and (min-width: 768px){.top_beginning_list{-ms-grid-columns:1fr 16px 1fr 16px 1fr;grid-template-columns:repeat(3,1fr);-ms-grid-rows:auto;grid-template-rows:auto;gap:16px;margin-bottom:20px}.top_beginning_list>*:nth-child(1){-ms-grid-row:1;-ms-grid-column:1}.top_beginning_list>*:nth-child(2){-ms-grid-row:1;-ms-grid-column:3}.top_beginning_list>*:nth-child(3){-ms-grid-row:1;-ms-grid-column:5}}@media screen and (max-width: 767px){.top_beginning_list{-ms-grid-columns:1fr 2.1333333333vw 1fr;grid-template-columns:repeat(2,1fr);-ms-grid-rows:auto;grid-template-rows:auto;gap:2.1333333333vw;margin-bottom:2.1333333333vw}.top_beginning_list>*:nth-child(1){-ms-grid-row:1;-ms-grid-column:1}.top_beginning_list>*:nth-child(2){-ms-grid-row:1;-ms-grid-column:3}}.top_beginning_item{display:flex;align-items:center;justify-content:center;text-align:center;font-weight:700;color:#1e2939;border:1px solid var(--gray-dark);border-radius:8px;background:var(--white)}@media screen and (min-width: 768px){.top_beginning_item{min-height:80px;padding:8px 16px;font-size:16px;line-height:1.5}}@media screen and (max-width: 767px){.top_beginning_item{height:18.6666666667vw;padding:2.1333333333vw .8vw;border-radius:2.1333333333vw;font-size:3.2vw;letter-spacing:-.0933333333vw}}.top_beginning_notice{margin:0;border:1px solid var(--primary);border-radius:8px;background:var(--white);text-align:center;line-height:1.45;color:var(--primary)}@media screen and (min-width: 768px){.top_beginning_notice{min-height:59px;padding:12px 20px;font-size:24px}}@media screen and (max-width: 767px){.top_beginning_notice{text-align:left;padding:2.9333333333vw 2.1333333333vw;font-size:4.2666666667vw;letter-spacing:-.3333333333vw;line-height:1.6}}.top_appear_inner{position:relative;margin:0 auto;background-color:var(--orange-exlight2)}@media screen and (min-width: 768px){.top_appear_inner{max-width:1000px;padding:40px;border:3px solid var(--orange);border-radius:8px}}@media screen and (max-width: 767px){.top_appear_inner{padding:12vw 4vw 8vw;border:.5333333333vw solid var(--orange);border-radius:2.1333333333vw;width:100%;max-width:92vw}}.top_appear_label{position:absolute;border-radius:999px;background:var(--white);color:var(--orange);text-align:center;box-sizing:border-box}@media screen and (min-width: 768px){.top_appear_label{width:864px;height:60px;padding:15px 20px;top:-32px;font-size:28px;border:3px solid var(--orange);line-height:1.07}}@media screen and (max-width: 767px){.top_appear_label{left:3.2vw;right:3.2vw;width:auto;height:auto;min-height:11.7333333333vw;padding:2.1333333333vw 3.2vw;top:-5.8666666667vw;font-size:4.2666666667vw;line-height:1.4;border:.5333333333vw solid var(--orange);transform:none;letter-spacing:-.1333333333vw}}@media screen and (min-width: 768px){.top_appear_body{display:flex;justify-content:space-between;align-items:center;width:920px;margin:0 auto 20px}}@media screen and (max-width: 767px){.top_appear_body{display:flex;flex-direction:column;align-items:stretch;gap:4.8vw;width:100%;margin:2.1333333333vw auto 4.2666666667vw;box-sizing:border-box}}@media screen and (min-width: 768px){.top_appear_text{width:517px}}@media screen and (max-width: 767px){.top_appear_text{width:100%}}.top_appear_points{margin:0;padding:0;list-style:none}@media screen and (min-width: 768px){.top_appear_points{display:-ms-grid;display:grid;gap:4px;margin-bottom:20px}}@media screen and (max-width: 767px){.top_appear_points{display:-ms-grid;display:grid;gap:1.0666666667vw;margin-bottom:3.7333333333vw}}.top_appear_points li{position:relative;color:var(--primary)}@media screen and (min-width: 768px){.top_appear_points li{padding-left:16px;font-size:28px;line-height:1.5}}@media screen and (max-width: 767px){.top_appear_points li{padding-left:3.7333333333vw;font-size:4.8vw;line-height:1.5}}.top_appear_points li:before{content:"";position:absolute;border-radius:50%;background:var(--primary)}@media screen and (min-width: 768px){.top_appear_points li:before{left:0;top:16px;width:10px;height:10px}}@media screen and (max-width: 767px){.top_appear_points li:before{left:0;top:2.6666666667vw;width:1.8666666667vw;height:1.8666666667vw}}.top_appear_desc{margin:0;color:var(--black)}@media screen and (min-width: 768px){.top_appear_desc{font-size:20px;line-height:1.5}}.top_appear_figure{position:relative}@media screen and (min-width: 768px){.top_appear_figure{width:363px}}@media screen and (max-width: 767px){.top_appear_figure{width:100%;flex-shrink:0}}.top_appear_figure:after{content:"";position:absolute;background:url(../images/top/appear_about_icon.svg) no-repeat center center/contain}@media screen and (min-width: 768px){.top_appear_figure:after{width:121px;height:108px;top:89px;right:8px}}@media screen and (max-width: 767px){.top_appear_figure:after{width:26.6666666667vw;height:29.3333333333vw;top:23.7333333333vw;right:-2.6666666667vw}}.top_appear_figure div{display:block;border:1px solid var(--gray-dark);background-color:var(--white);overflow:hidden}@media screen and (min-width: 768px){.top_appear_figure div{width:328px;padding:12px;border-radius:8px}}@media screen and (max-width: 767px){.top_appear_figure div{width:100%;margin:0 auto;padding:2.1333333333vw;border-radius:2.1333333333vw;box-sizing:border-box}}@media screen and (max-width: 767px){.top_appear_figure div img{width:100%;height:auto;display:block}}@media screen and (min-width: 768px){.top_appear_figure figcaption{margin-top:10px;font-size:12px;line-height:1.2}}@media screen and (max-width: 767px){.top_appear_figure figcaption{margin-top:2.1333333333vw;font-size:3.2vw;line-height:1.3;color:var(--black-light)}}.top_appear_catch{position:relative;margin:0 auto;text-align:center;color:var(--black)}@media screen and (min-width: 768px){.top_appear_catch{width:695px;font-size:32px;line-height:1.45;min-height:46px}}@media screen and (max-width: 767px){.top_appear_catch{display:flex;flex-direction:column;align-items:center;gap:1.0666666667vw;width:100%;font-size:5.6vw;line-height:1.2;min-height:0;padding:0 1.0666666667vw;box-sizing:border-box}}.top_appear_catch:before{content:"";position:absolute;z-index:1;background:var(--yellow)}@media screen and (min-width: 768px){.top_appear_catch:before{left:21px;top:37px;width:631px;height:9px}}@media screen and (max-width: 767px){.top_appear_catch:before{display:none}}.top_appear_catch:after{content:"";position:absolute;background:var(--black)}@media screen and (min-width: 768px){.top_appear_catch:after{right:12px;top:12px;width:2px;height:34px;transform:rotate(31deg)}}@media screen and (max-width: 767px){.top_appear_catch:after{display:none}}.top_appear_catch_line{position:relative;z-index:1}@media screen and (min-width: 768px){.top_appear_catch_line{display:inline;-webkit-text-stroke:4px var(--white);paint-order:stroke fill}}@media screen and (max-width: 767px){.top_appear_catch_line{display:inline-block;max-width:100%;isolation:isolate;-webkit-text-stroke:.5333333333vw var(--white);paint-order:stroke fill}}@media screen and (min-width: 768px){.top_appear_catch_line:after{display:none}}@media screen and (max-width: 767px){.top_appear_catch_line:after{z-index:-1;content:"";position:absolute;left:-.5333333333vw;right:-.5333333333vw;bottom:.2666666667vw;height:1.6vw;background:var(--yellow)}}.top_appear_catch_line:first-child:before{content:"";position:absolute;background:var(--black)}@media screen and (min-width: 768px){.top_appear_catch_line:first-child:before{left:-15px;top:12px;width:2px;height:34px;transform:rotate(-31deg)}}@media screen and (max-width: 767px){.top_appear_catch_line:first-child:before{left:-4vw;top:.5333333333vw;width:.5333333333vw;height:14.6666666667vw;transform:rotate(-31deg)}}@media screen and (min-width: 768px){.top_appear_catch_line:last-child:before{content:none;display:none}}@media screen and (max-width: 767px){.top_appear_catch_line:last-child:before{content:"";position:absolute;background:var(--black);right:-15.4666666667vw;bottom:-1.6vw;width:.5333333333vw;height:14.6666666667vw;transform:rotate(31deg)}}.top_support{background:var(--primary)}.top_support_inner{margin:0 auto}@media screen and (min-width: 768px){.top_support_inner{max-width:1000px}}@media screen and (max-width: 767px){.top_support_inner{width:100%;max-width:92vw;box-sizing:border-box}}.top_support_heading .heading_title,.top_support_heading .heading_lead{color:var(--white)}.top_support_heading .heading_title:after{background:var(--white)}.top_support_panel{background:var(--white);border:3px solid var(--border);border-radius:8px}@media screen and (min-width: 768px){.top_support_panel{padding:40px}}@media screen and (max-width: 767px){.top_support_panel{padding:8vw 4vw;border-width:.5333333333vw;border-radius:2.1333333333vw;box-sizing:border-box}}.top_support_intro{text-align:center}@media screen and (min-width: 768px){.top_support_intro{margin-bottom:40px}}@media screen and (max-width: 767px){.top_support_intro{margin-bottom:8vw}}.top_support_intro_title{margin:0;color:var(--primary)}@media screen and (min-width: 768px){.top_support_intro_title{font-size:24px;line-height:1.45;margin-bottom:12px}}@media screen and (max-width: 767px){.top_support_intro_title{font-size:4.8vw;line-height:1.45;margin-bottom:2.6666666667vw}}.top_support_intro_text{margin:0}@media screen and (min-width: 768px){.top_support_intro_text{font-size:16px;line-height:1.5;font-weight:500}}@media screen and (max-width: 767px){.top_support_intro_text{font-weight:500}}.top_support_content{border:1px solid var(--gray-dark);border-radius:8px;overflow:hidden;background:var(--white);margin-bottom:40px}@media screen and (min-width: 768px){.top_support_content{max-width:920px;margin-left:auto;margin-right:auto}}@media screen and (max-width: 767px){.top_support_content{margin-bottom:7.4666666667vw;max-width:none;margin-left:0;margin-right:0;border-radius:2.1333333333vw}}.top_support_content_title{margin:0;padding:14px 16px;text-align:center;color:var(--white);font-size:21px;line-height:1.2;background:var(--gradient-primary)}@media screen and (max-width: 767px){.top_support_content_title{padding:3.2vw 3.7333333333vw;font-size:4.2666666667vw}}.top_support_content_list{display:flex;align-items:center;justify-content:center}@media screen and (min-width: 768px){.top_support_content_list{padding:20px;gap:40px}}@media screen and (max-width: 767px){.top_support_content_list{flex-direction:column;gap:3.2vw;padding:4.8vw 3.7333333333vw 5.8666666667vw;align-items:start;justify-items:center}}.top_support_content_item{display:flex;align-items:center}@media screen and (min-width: 768px){.top_support_content_item{gap:8px}}@media screen and (max-width: 767px){.top_support_content_item{gap:2.1333333333vw}}.top_support_content_icon img{display:block;width:30px;height:auto}@media screen and (max-width: 767px){.top_support_content_icon img{width:6.6666666667vw}}.top_support_content_label{font-size:18px;line-height:1.4;color:var(--text);margin:0}@media screen and (max-width: 767px){.top_support_content_label{font-size:4.2666666667vw}}.top_news_inner{margin:0 auto;width:100%}@media screen and (min-width: 768px){.top_news_inner{max-width:1000px}}@media screen and (max-width: 767px){.top_news .heading{margin-bottom:5.3333333333vw}}@media screen and (min-width: 768px){.top_news .heading{margin-bottom:24px}}@media screen and (max-width: 767px){.top_news .news_list{margin-bottom:6.4vw}}@media screen and (min-width: 768px){.top_news .news_list{margin-bottom:32px}}.top_news_empty{margin:0;color:var(--black-light);line-height:1.5}@media screen and (max-width: 767px){.top_news_empty{margin-bottom:6.4vw;font-size:3.7333333333vw}}@media screen and (min-width: 768px){.top_news_empty{margin-bottom:32px;font-size:14px}}.top_faq{background:var(--white);overflow-wrap:break-word}.top_faq_inner{margin:0 auto;width:100%}@media screen and (min-width: 768px){.top_faq_inner{max-width:1000px}}@media screen and (max-width: 767px){.top_faq_inner{max-width:92vw;box-sizing:border-box}}@media screen and (min-width: 768px){.top_faq .heading{margin-bottom:24px}}@media screen and (max-width: 767px){.top_faq .heading{margin-bottom:5.3333333333vw}}.top_faq_heading{margin-bottom:40px}.top_faq_lead{margin:20px 0 0;color:var(--text);font-weight:400;line-height:1.5;text-align:left}@media screen and (min-width: 768px){.top_faq_lead{font-size:20px}}@media screen and (max-width: 767px){.top_faq_lead{font-size:4vw}}.top_faq_list{display:flex;flex-direction:column}@media screen and (min-width: 768px){.top_faq_list{gap:20px}}@media screen and (max-width: 767px){.top_faq_list{gap:3.2vw}}.top_faq_item{border:1px solid var(--gray-dark);border-radius:8px;overflow:hidden;background:var(--white)}@media screen and (max-width: 767px){.top_faq_item{border-radius:2.1333333333vw}}.top_faq_summary{display:flex;align-items:center;cursor:pointer;list-style:none;text-align:left;position:relative}@media screen and (min-width: 768px){.top_faq_summary{gap:12px;padding:20px}}@media screen and (max-width: 767px){.top_faq_summary{align-items:flex-start;gap:2.1333333333vw;padding:4vw}}.top_faq_summary:after{content:"";flex-shrink:0;width:24px;height:24px;margin-left:auto;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%230361AA' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m6 9 6 6 6-6'/%3E%3C/svg%3E") no-repeat center/contain;transition:transform .2s ease}@media screen and (max-width: 767px){.top_faq_summary:after{width:5.8666666667vw;height:5.8666666667vw;margin-top:.5333333333vw}}.top_faq_summary::-webkit-details-marker{display:none}.top_faq_summary::marker{content:none}.top_faq_mark{flex-shrink:0;margin:0;font-size:24px;line-height:1;font-weight:700}@media screen and (max-width: 767px){.top_faq_mark{font-size:5.3333333333vw;line-height:1.1}}.top_faq_mark-q{color:var(--orange)}.top_faq_mark-a{color:var(--primary)}.top_faq_question{flex:1;min-width:0;font-size:16px;line-height:1.5;font-weight:500;color:var(--text);margin:0}@media screen and (max-width: 767px){.top_faq_question{font-size:4vw;line-height:1.55}}.top_faq_icon{flex-shrink:0;width:24px;height:24px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%230361AA' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m6 9 6 6 6-6'/%3E%3C/svg%3E") no-repeat center/contain;transition:transform .2s ease}.top_faq_item[data-open=true] .top_faq_icon{transform:rotate(180deg)}@media screen and (min-width: 768px){.top_faq_item[data-open=true] .top_faq_summary{padding-bottom:12px}}@media screen and (max-width: 767px){.top_faq_item[data-open=true] .top_faq_summary{padding-bottom:2.1333333333vw}}.top_faq_item[data-open=true] .top_faq_summary:after{transform:rotate(180deg)}@media screen and (min-width: 768px){.top_faq_body{padding:0 20px 20px}}@media screen and (max-width: 767px){.top_faq_body{padding:0 4vw 4vw}}.top_faq_answer{display:flex;align-items:flex-start}@media screen and (min-width: 768px){.top_faq_answer{gap:10px}}@media screen and (max-width: 767px){.top_faq_answer{gap:2.1333333333vw}}.top_faq_answer_text{margin:0;flex:1;min-width:0;font-size:16px;line-height:1.5;font-weight:500;color:var(--text)}@media screen and (max-width: 767px){.top_faq_answer_text{font-size:3.7333333333vw;line-height:1.6}}.about{display:block}.about_beginning{margin:0 auto;width:100%}@media screen and (min-width: 768px){.about_beginning{max-width:1000px}}.about_beginning_panel{position:relative;overflow:hidden}@media screen and (min-width: 768px){.about_beginning_panel{padding:40px;border:3px solid var(--primary);border-radius:8px;background:var(--primary-light)}}@media screen and (max-width: 767px){.about_beginning_panel{padding:6.6666666667vw 4vw 8vw;border-radius:2.1333333333vw;border-width:.5333333333vw;border:.5333333333vw solid var(--primary);background:var(--primary-light)}}.about_beginning_panel:before{content:"";position:absolute;background:url(../images/about/beginning_illust01.svg) no-repeat center center/contain}@media screen and (min-width: 768px){.about_beginning_panel:before{width:209px;height:169px;bottom:-7px;left:36px}}@media screen and (max-width: 767px){.about_beginning_panel:before{width:19.4666666667vw;height:20.2666666667vw;bottom:-3.2vw;left:.5333333333vw}}.about_beginning_panel:after{content:"";position:absolute;background:url(../images/about/beginning_illust02.svg) no-repeat center center/contain}@media screen and (min-width: 768px){.about_beginning_panel:after{width:261px;height:191px;bottom:-8px;right:10px}}@media screen and (max-width: 767px){.about_beginning_panel:after{width:29.0666666667vw;height:20.2666666667vw;bottom:-1.6vw;right:-2.4vw}}.about_beginning_text{margin:0;text-align:center;color:var(--primary);font-size:20px;line-height:1.45;font-weight:400}@media screen and (min-width: 768px){.about_beginning_text{font-size:24px}}.about_beginning_notice{text-align:center;margin:0 auto;color:var(--text);line-height:1.45;background-color:var(--white);border:solid 1px var(--black-light)}@media screen and (min-width: 768px){.about_beginning_notice{width:-moz-fit-content;width:fit-content;padding:4px 8px;font-size:15px;margin-top:12px;border-radius:4px}}@media screen and (max-width: 767px){.about_beginning_notice{width:100%;padding:2.1333333333vw 4vw;font-size:3.7333333333vw;border-radius:1.0666666667vw}}.about_merit_inner{margin:0 auto;width:100%;box-sizing:border-box}@media screen and (max-width: 767px){.about_merit_inner{max-width:92vw}}@media screen and (min-width: 768px){.about_merit_inner{max-width:1000px}}.about_merit_illust{display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}@media screen and (max-width: 767px){.about_merit_illust{width:53.3333333333vw;height:40vw}}@media screen and (min-width: 768px){.about_merit_illust{width:220px;height:180px}}.about_merit_illust img{width:100%;height:auto}@media screen and (max-width: 767px){.about_merit_illust img{max-height:100%;-o-object-fit:contain;object-fit:contain}}@media screen and (max-width: 767px){.about_merit_illust-first{width:48vw;height:42.6666666667vw}}@media screen and (min-width: 768px){.about_merit_illust-first{width:200px}}@media screen and (max-width: 767px){.about_merit_illust-first img{width:auto;height:100%;max-width:100%}}@media screen and (min-width: 768px){.about_merit_illust-first img{width:auto;height:100%}}.about_merit_arrow{margin:0 auto;line-height:0}@media screen and (max-width: 767px){.about_merit_arrow{width:11.4666666667vw;margin-top:3.2vw}.about_merit_arrow img{width:100%;height:auto;display:block}}@media screen and (min-width: 768px){.about_merit_arrow{width:43px;margin-top:20px}}.about_merit_title{margin:0;color:var(--primary);font-size:24px;line-height:1.5;font-weight:700;text-align:left}@media screen and (min-width: 768px){.about_merit_title{font-size:28px}}.about_merit_title:after{content:"";display:block;margin:20px 0 0;width:40px;height:3px;background:var(--orange)}.about_merit_cards{display:flex;flex-direction:column}@media screen and (max-width: 767px){.about_merit_cards{margin-top:6.4vw;gap:3.2vw}}@media screen and (min-width: 768px){.about_merit_cards{margin-top:40px;gap:20px;max-width:740px;margin-left:auto;margin-right:auto;display:-ms-grid;display:grid;-ms-grid-columns:1fr 40px 1fr;grid-template-columns:repeat(2,1fr);-ms-grid-rows:auto;grid-template-rows:auto;gap:40px}.about_merit_cards>*:nth-child(1){-ms-grid-row:1;-ms-grid-column:1}.about_merit_cards>*:nth-child(2){-ms-grid-row:1;-ms-grid-column:3}}.about_merit_card{border:4px solid var(--primary);border-radius:999px;background:var(--white);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;box-sizing:border-box}@media screen and (max-width: 767px){.about_merit_card{width:92vw;height:92vw;border-width:.5333333333vw;padding:4.2666666667vw 3.7333333333vw 5.3333333333vw;gap:1.6vw;min-height:0}}@media screen and (min-width: 768px){.about_merit_card{padding:10px;gap:4px;min-height:350px}}.about_merit_card_icon{display:block;width:135px;height:auto}.about_merit_card_title{margin:0;color:var(--text);line-height:1.45;font-weight:500}@media screen and (min-width: 768px){.about_merit_card_title{font-size:18px}}@media screen and (max-width: 767px){.about_merit_card_title{font-size:4.8vw}}.about_merit_caution{text-align:center;color:var(--black);line-height:1.5;font-weight:700}@media screen and (min-width: 768px){.about_merit_caution{margin:40px 0 0}}@media screen and (max-width: 767px){.about_merit_caution{margin:7.4666666667vw 0 0}}.about_merit_caution_lead{margin:0}@media screen and (min-width: 768px){.about_merit_caution_lead{font-size:18px;font-weight:700}}@media screen and (max-width: 767px){.about_merit_caution_lead{font-size:4vw;font-weight:600;line-height:1.45}}.about_merit_caution_em{margin:1.0666666667vw 0 0}@media screen and (min-width: 768px){.about_merit_caution_em{margin:8px 0 0;font-size:28px}}@media screen and (max-width: 767px){.about_merit_caution_em{font-size:4.8vw;line-height:1.45}}.about_merit_caution_em strong{color:var(--orange)}@media screen and (min-width: 768px){.about .info>.about_merit.content{padding-left:0;padding-right:0;padding-top:120px}}@media screen and (max-width: 767px){.about .info>.about_merit.content{padding-left:0;padding-right:0;padding-top:26.6666666667vw}}.about_subsidy_inner{margin:0 auto;width:100%}@media screen and (min-width: 768px){.about_subsidy_inner{max-width:1000px}}.about_subsidy_intro{margin-top:0}@media screen and (min-width: 768px){.about_subsidy_intro{margin-bottom:20px}}.about_subsidy_intro_title{margin:0;font-size:28px;line-height:1.2;font-weight:700;color:var(--primary);text-align:left;position:relative}@media screen and (min-width: 768px){.about_subsidy_intro_title{font-size:28px}}.about_subsidy_intro_title:after{content:"";display:block;margin:20px 0 0;width:40px;height:3px;background:var(--orange)}.about_subsidy_intro_text{margin:16px 0 0;color:var(--black);font-size:20px;line-height:1.5;font-weight:400}.about_subsidy_box{text-align:center;background:linear-gradient(12deg,#FE7C32 8.5%,#FB9A39 91.5%);overflow:hidden}@media screen and (min-width: 768px){.about_subsidy_box{border-radius:8px;padding:4px}}@media screen and (max-width: 767px){.about_subsidy_box{padding-bottom:5.3333333333vw;border-radius:2.1333333333vw;padding:1.0666666667vw}}.about_subsidy_box_inner{background:var(--white)}@media screen and (min-width: 768px){.about_subsidy_box_inner{padding-bottom:20px}}.about_subsidy_box_title{text-align:center;line-height:1.45;background:linear-gradient(12deg,#FE7C32 8.5%,#FB9A39 91.5%)}@media screen and (min-width: 768px){.about_subsidy_box_title{padding:12px;font-size:24px}}@media screen and (max-width: 767px){.about_subsidy_box_title{padding:4vw;font-size:5.6vw}}.about_subsidy_box_text{line-height:1.5;font-weight:400;color:var(--text)}@media screen and (min-width: 768px){.about_subsidy_box_text{margin:20px 0;font-size:18px}}@media screen and (max-width: 767px){.about_subsidy_box_text{text-align:left;padding:4vw;font-size:4.8vw}}.about_subsidy_links{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;margin-top:4.2666666667vw}@media screen and (min-width: 768px){.about_subsidy_links{flex-direction:row;gap:12px;margin-top:20px;justify-content:center}}@media screen and (max-width: 767px){.about_subsidy_links{gap:4vw;padding:0 4vw 4vw}}.about_subsidy_link{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--text);text-decoration:none;font-weight:700;width:100%}.about_subsidy_link span{flex:1}.about_subsidy_link img{flex-shrink:0}.about_guide_visual{margin:0 auto;width:100%}@media screen and (min-width: 768px){.about_guide_visual{max-width:1000px}}.about_guide_visual img{width:100%;height:auto}.about_flow{background-color:var(--primary)}.about_flow_inner{margin:0 auto;width:100%}@media screen and (min-width: 768px){.about_flow_inner{max-width:1000px}}.about_flow_title{margin:0;color:var(--primary);font-size:24px;line-height:1.5;font-weight:700;text-align:left}@media screen and (min-width: 768px){.about_flow_title{font-size:28px}}.about_flow_title:after{content:"";display:block;margin:20px 0 0;width:40px;height:3px;background:var(--orange)}.about_flow_text{margin:16px 0 0;color:var(--black);font-size:20px;line-height:1.5;font-weight:400}.about_flow_methods{display:flex;flex-direction:column;background-color:var(--white)}@media screen and (max-width: 767px){.about_flow_methods{padding:8vw 4vw;gap:8vw;border-radius:2.1333333333vw}}@media screen and (min-width: 768px){.about_flow_methods{gap:40px;padding:40px;border-radius:8px}}.about_flow_method{display:flex;flex-direction:column}@media screen and (max-width: 767px){.about_flow_method{padding:8vw 4vw;gap:5.3333333333vw;border:.5333333333vw solid var(--primary);border-radius:2.1333333333vw}}@media screen and (min-width: 768px){.about_flow_method{padding:40px;gap:20px;border:4px solid var(--primary);border-radius:8px}}@media screen and (max-width: 767px){.about_flow_method-mail{border-color:var(--orange)}}@media screen and (min-width: 768px){.about_flow_method-mail{border:4px solid var(--orange)}}@media screen and (max-width: 767px){.about_flow_method-tel{border-color:var(--green)}}@media screen and (min-width: 768px){.about_flow_method-tel{border:4px solid var(--green)}}.about_flow_method_title{text-align:center;line-height:1.45}@media screen and (max-width: 767px){.about_flow_method_title{font-size:5.6vw}}@media screen and (min-width: 768px){.about_flow_method_title{font-size:24px}}@media screen and (max-width: 767px){.about_flow_method_title span{font-size:4.2666666667vw}}@media screen and (min-width: 768px){.about_flow_method_title span{font-size:16px}}.about_flow_steps{display:flex;align-items:center;justify-content:center}@media screen and (max-width: 767px){.about_flow_steps{flex-direction:column;width:100%;gap:13.8666666667vw}}@media screen and (min-width: 768px){.about_flow_steps{gap:60px}}.about_flow_step{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:var(--primary-light);border-radius:100px}@media screen and (max-width: 767px){.about_flow_step{width:42.6666666667vw;height:42.6666666667vw;gap:4vw}}@media screen and (min-width: 768px){.about_flow_step{width:160px;height:160px;min-width:160px;min-height:160px;gap:10px}}.about_flow_step-mail{background-color:var(--orange-exlight3)}.about_flow_step-tel{background-color:var(--green-exlight)}.about_flow_step:after{content:"";position:absolute;transform:translateY(-50%);background:url(../images/about/flow_arrow.svg) no-repeat center center/contain}@media screen and (min-width: 768px){.about_flow_step:after{width:20px;height:22.5px;right:-40px;top:50%}}@media screen and (max-width: 767px){.about_flow_step:after{width:5.3333333333vw;height:6vw;left:50%;bottom:-9.8666666667vw;transform:translate(-50%) rotate(90deg)}}.about_flow_step:last-of-type:after{display:none}.about_flow_step p{text-align:center}@media screen and (max-width: 767px){.about_flow_step p{font-size:4vw}}@media screen and (min-width: 768px){.about_flow_step p{font-size:15px}}.about_flow_step div{display:flex;align-items:center;justify-content:center}@media screen and (max-width: 767px){.about_flow_step div{width:13.3333333333vw;height:13.3333333333vw}}@media screen and (min-width: 768px){.about_flow_step div{width:50px;height:50px}}.about_flow_bottom{display:flex;flex-direction:column;align-items:center;text-align:center;background-color:var(--primary-light)}@media screen and (min-width: 768px){.about_flow_bottom{gap:20px;padding:20px;border-radius:8px}}@media screen and (max-width: 767px){.about_flow_bottom{gap:4vw;padding:8vw 4vw;border-radius:2.1333333333vw}}.about_flow_bottom-mail{background-color:var(--orange-exlight3)}.about_flow_address{display:flex;flex-direction:column}@media screen and (min-width: 768px){.about_flow_address{gap:12px}}@media screen and (max-width: 767px){.about_flow_address{gap:3.2vw}}.about_need{margin:0 auto}@media screen and (min-width: 768px){.about_need{max-width:1000px}}.about_need_content{display:flex;flex-direction:column;background-color:var(--primary-light)}@media screen and (max-width: 767px){.about_need_content{border:.5333333333vw solid var(--primary);border-radius:2.1333333333vw}}@media screen and (min-width: 768px){.about_need_content{border:4px solid var(--primary);border-radius:8px}}@media screen and (max-width: 767px){.about_need_content:not(:last-of-type){margin-bottom:6.4vw}}@media screen and (min-width: 768px){.about_need_content:not(:last-of-type){margin-bottom:40px}}.about_need_content-note{background-color:var(--white)}@media screen and (max-width: 767px){.about_need_content-note{border:.5333333333vw solid var(--orange);border-radius:2.1333333333vw}}@media screen and (min-width: 768px){.about_need_content-note{border:4px solid var(--orange)}}.about_need_note{display:flex;flex-direction:column;max-width:540px;margin:0 auto}@media screen and (max-width: 767px){.about_need_note{gap:3.2vw;padding:4vw}}@media screen and (min-width: 768px){.about_need_note{gap:8px;padding:20px}}.about_need_note li{display:flex;align-items:flex-start}.about_need_note li:before{content:"・";flex-shrink:0}.about_need_heading{text-align:center;background-color:var(--primary);line-height:1.2}@media screen and (max-width: 767px){.about_need_heading{padding:3.2vw 0;font-size:5.6vw}}@media screen and (min-width: 768px){.about_need_heading{padding:12px;font-size:24px}}.about_need_heading-note{background-color:var(--orange)}.about_need_items{display:flex;flex-direction:column}@media screen and (max-width: 767px){.about_need_items{gap:4vw;padding:8vw 0}}@media screen and (min-width: 768px){.about_need_items{gap:20px;padding:20px 0}}.about_need_item{display:flex;align-items:center}@media screen and (max-width: 767px){.about_need_item{flex-direction:column;gap:4vw;padding:0 4vw;align-items:center}}.about_need_item:last-of-type .about_need_list,.about_need_item:last-of-type .about_need_row{padding-bottom:0;padding-top:0;border-bottom:none}.about_need_name{display:flex;flex-direction:column;justify-content:center;text-align:center;line-height:1.2;border-right:solid 1px var(--border)}@media screen and (max-width: 767px){.about_need_name{border-right:none;width:100%;padding:0 4vw;font-size:5.6vw}}@media screen and (min-width: 768px){.about_need_name{width:220px;min-height:64px;font-size:24px}}@media screen and (max-width: 767px){.about_need_name span{font-size:3.7333333333vw}}@media screen and (min-width: 768px){.about_need_name span{font-size:16px}}.about_need_list{display:flex;align-items:center}@media screen and (max-width: 767px){.about_need_list{flex-direction:column;align-items:center;width:100%;gap:2.1333333333vw;padding-bottom:4vw;border-bottom:solid 1px var(--gray-dark)}}@media screen and (min-width: 768px){.about_need_list{padding:20px 0 20px 40px;gap:20px}}.about_need_list li{display:flex;align-items:center}@media screen and (max-width: 767px){.about_need_list li{width:100%;gap:1.6vw;font-size:4.8vw}}@media screen and (min-width: 768px){.about_need_list li{gap:4px;font-size:20px}}.about_need_list li div{display:flex}@media screen and (max-width: 767px){.about_need_list li div{width:4.8vw;height:4.8vw}}@media screen and (min-width: 768px){.about_need_list li div{width:20px;height:20px}}.about_need_list li div img{width:100%;height:auto}.about_need_row{display:flex;align-items:center}@media screen and (max-width: 767px){.about_need_row{width:100%;gap:1.6vw;padding-bottom:4vw;border-bottom:solid 1px var(--gray-dark);font-size:4.8vw}}@media screen and (min-width: 768px){.about_need_row{padding:20px 0 20px 40px;gap:4px;font-size:20px}}.about_need_row>div{display:flex}@media screen and (max-width: 767px){.about_need_row>div{width:4.8vw;height:4.8vw}}@media screen and (min-width: 768px){.about_need_row>div{width:20px;height:20px}}.about_need_row>div img{width:100%;height:auto}.support_inner{box-sizing:border-box;margin:0 auto;width:100%}@media screen and (min-width: 768px){.support_inner{max-width:1040px}}@media screen and (min-width: 768px){.support_tabs{margin-bottom:40px}}@media screen and (max-width: 767px){.support_tabs{margin-bottom:8.5333333333vw}}@media screen and (max-width: 767px){.support_tabs_heading{margin-bottom:4.2666666667vw}}.support_notice{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:var(--primary-light)}@media screen and (min-width: 768px){.support_notice{padding:40px;margin-bottom:40px;gap:20px;border-radius:8px}}@media screen and (max-width: 767px){.support_notice{padding:5.3333333333vw 4vw;margin-bottom:8vw;gap:4vw;border-radius:2.1333333333vw}}.support_tablist{display:flex;align-items:center;width:100%;margin:0 auto;border-bottom:1px solid var(--black)}@media screen and (min-width: 768px){.support_tablist{gap:20px;margin-bottom:40px}}@media screen and (max-width: 767px){.support_tablist{gap:2.1333333333vw;margin-bottom:8vw;border-radius:2.1333333333vw 2.1333333333vw 0 0}}.support_tab{position:relative;z-index:1;box-sizing:border-box;margin:0;background-color:var(--white);color:var(--black-light);font-weight:700;border:1px solid var(--black);border-bottom:0;transition:background-color .2s,color .2s,z-index 0s}@media screen and (min-width: 768px){.support_tab{width:100%;min-height:50px;padding:10px;font-size:16px;line-height:24px;border-radius:8px 8px 0 0;cursor:pointer}}@media screen and (max-width: 767px){.support_tab{flex:1;min-width:0;min-height:13.3333333333vw;padding:2.1333333333vw;font-size:4.2666666667vw;border-radius:2.1333333333vw 2.1333333333vw 0 0}}@media screen and (min-width: 768px){.support_tab:hover{opacity:.7}}.support_tab.is-active{background-color:var(--primary);color:var(--white)}.support_tabpanel{display:none}.support_tabpanel.is-active{display:block}.support_empty{margin:0;text-align:center;color:var(--text)}@media screen and (min-width: 768px){.support_empty{padding:24px 16px;font-size:16px;line-height:1.6}}@media screen and (max-width: 767px){.support_empty{padding:5.3333333333vw 4vw;font-size:4vw;line-height:1.6}}@media screen and (min-width: 768px){.support_panel_inner{padding:40px;border-radius:8px;border:solid 4px var(--gray-dark)}}@media screen and (max-width: 767px){.support_panel_inner{padding:8vw;border-radius:2.1333333333vw;border:solid .5333333333vw var(--gray-dark)}}@media screen and (min-width: 768px){.support_panel_inner:not(:last-of-type){margin-bottom:40px}}@media screen and (max-width: 767px){.support_panel_inner:not(:last-of-type){margin-bottom:6.4vw}}.support_layout{display:flex}@media screen and (min-width: 768px){.support_layout{gap:40px}}@media screen and (max-width: 767px){.support_layout{flex-direction:column;gap:8vw}}.support_col_card{display:flex;flex-direction:column;flex:0 0 auto;width:100%}@media screen and (min-width: 768px){.support_col_card{gap:20px;max-width:300px;width:300px}}@media screen and (max-width: 767px){.support_col_card{gap:4vw;max-width:none}}.support_col_card .place_list{display:block;margin-bottom:0}.support_col_card .place_card{width:100%;margin:0 auto;padding:0;border:none;background:transparent}@media screen and (min-width: 768px){.support_col_card .place_card{max-width:300px}}.support_col_card .place_card_heading{line-height:1.5}@media screen and (min-width: 768px){.support_col_card .place_card_heading{padding:12px;font-size:16px;border-radius:4px}}@media screen and (max-width: 767px){.support_col_card .place_card_heading{padding:2.1333333333vw;font-size:4.2666666667vw;border-radius:1.0666666667vw}}.support_reserve{margin:0;padding:0;text-align:center}@media screen and (min-width: 768px){.support_reserve .btn{min-height:60px;max-width:300px}}@media screen and (max-width: 767px){.support_reserve .btn{max-width:100%}}.support_map{display:flex;flex-direction:column}@media screen and (min-width: 768px){.support_map{gap:12px;width:calc(100% - 340px);max-width:580px}}@media screen and (max-width: 767px){.support_map{flex:none;width:100%;max-width:none;gap:3.2vw}}.support_map_frame{width:100%;overflow:hidden}@media screen and (min-width: 768px){.support_map_frame{height:220px;border-radius:8px}}@media screen and (max-width: 767px){.support_map_frame{height:53.3333333333vw;border-radius:1.6vw}}.support_map_frame iframe{display:block;width:100%;height:100%;border:0}.support_top{line-height:1.8}@media screen and (min-width: 768px){.support_top{text-align:center;margin-bottom:40px;font-size:18px}}@media screen and (max-width: 767px){.support_top{margin-bottom:8vw}}.support_map_actions{margin:0;text-align:right}@media screen and (max-width: 767px){.support_map_actions{text-align:left}}.support_map_link{display:inline-flex;align-items:center;font-weight:500;color:var(--text);text-decoration:none}@media screen and (min-width: 768px){.support_map_link{gap:4px;font-size:12px;line-height:14px}}@media screen and (max-width: 767px){.support_map_link{gap:1.0666666667vw;font-size:3.2vw}}.support_map_link:hover{text-decoration:underline;opacity:.75}.support_map_link_icon{flex-shrink:0;background:url(./../images/icons/blank-k.svg) no-repeat center center/contain}@media screen and (min-width: 768px){.support_map_link_icon{width:10px;height:11px}}@media screen and (max-width: 767px){.support_map_link_icon{width:2.6666666667vw;height:2.9333333333vw}}.maintenance{margin-top:130px!important;padding:0 30px!important}.maintenance .wp-block-group{max-width:645px;margin:0 auto;padding:50px 30px!important;border:solid 1px #111}.maintenance .wp-block-group p{font-size:18px;color:#111;font-weight:400!important}.maintenance .wp-block-group p:not(:first-of-type){margin-top:1.2rem}.maintenance .wp-block-group strong{font-weight:400!important}.maintenance .wp-block-group .has-small-font-size{font-size:14px}@media screen and (min-width: 768px){._pcHide{display:none}}@media screen and (max-width: 767px){._spHide{display:none}}._show{display:block}._hide{display:none}._ta{text-align:left}._tac{text-align:center}._tar{text-align:right}._m0{margin:0}._mt0{margin-top:0}._mr0{margin-right:0}._mb0{margin-bottom:0}._ml0{margin-left:0}._mxAuto{margin-left:auto;margin-right:auto}._mt8{margin-top:8px}._mb8{margin-bottom:8px}._mt12{margin-top:12px}._mb12{margin-bottom:12px}._mt20{margin-top:20px}._mb20{margin-bottom:20px}._mt32{margin-top:32px}._mb32{margin-bottom:32px}._mt40{margin-top:40px}._mb40{margin-bottom:40px}._p0{padding:0}._p40{padding:40px}._p20{padding:20px}._p10{padding:10px}._pt0{padding-top:0}._pr0{padding-right:0}._pb0{padding-bottom:0}._pl0{padding-left:0}._pt100{padding-top:100px}._pb100{padding-bottom:100px}._w100{width:100%}._w50{width:50%}@media screen and (min-width: 768px){.text-exlarge{font-size:24px}}@media screen and (max-width: 767px){.text-exlarge{font-size:4.8vw}}@media screen and (min-width: 768px){.text-large{font-size:18px}}@media screen and (max-width: 767px){.text-large{font-size:4.8vw}}@media screen and (min-width: 768px){.text-small{font-size:14px}}@media screen and (max-width: 767px){.text-small{font-size:3.7333333333vw}}@media screen and (min-width: 768px){.text-xsmall{font-size:12px}}@media screen and (max-width: 767px){.text-xsmall{font-size:3.2vw}}.text-white{color:var(--white)}.text-black{color:var(--black)}.text-red{color:var(--red)}.text-primary{color:var(--primary)}.text-gray{color:var(--gray)}.text-orange{color:var(--orange)}.text-green{color:var(--green)}.text-center{text-align:center}.text-right{text-align:right}.text-left{text-align:left}@media screen and (max-width: 767px){.text-leftSP{text-align:left}}.text-semibold{font-weight:600}.text-lh1{line-height:1}.text-lh1-5{line-height:1.5}.text-lh1-6{line-height:1.6}.text-lh2{line-height:2}.text-underline{text-decoration:underline}.text-bold{font-weight:700}.text-medium{font-weight:500}.text-normal{font-weight:400}.text-black{font-weight:900}.text-murecho{font-family:Murecho,Noto Sans JP,sans-serif}.text-noto{font-family:Noto Sans JP,sans-serif}@media screen and (min-width: 768px){._radius4{border-radius:4px}}@media screen and (min-width: 768px){._radius8{border-radius:8px}}
