a{cursor:pointer}header{width:100%}@media screen and (width <= 1000px){header{position:relative}}header .header__wrapper{position:fixed;width:100%;z-index:11;display:flex;flex-flow:column;background-color:#fff}@media screen and (width <= 1000px){header .header__wrapper{position:fixed;width:100%;z-index:100;top:0}}header .header__wrapper::after{content:"";position:absolute;width:100%;height:1px;bottom:0;transition:.3s;background-color:rgba(0,0,0,0)}header .header__wrapper.is-active::after{background-color:#ccc}header .header__wrapper .header__contents{position:relative;display:flex;align-items:center;justify-content:space-between;padding:10px 20px;gap:32px}@media screen and (width <= 1000px){header .header__wrapper .header__contents{padding:7.5px 16px;padding-right:60px;gap:8px}}header .header__wrapper .header__contents .site-logo{width:211px;min-width:211px;cursor:pointer}@media screen and (width <= 1000px){header .header__wrapper .header__contents .site-logo{width:139px;min-width:139px}}@media screen and (width <= 374px){header .header__wrapper .header__contents .site-logo{min-width:110px;max-width:139px;flex:1}}header .header__wrapper .header__contents .site-logo h1{display:flex;flex-flow:column;gap:8px}header .header__wrapper .header__contents .site-logo h1 span{font-style:regular;font-weight:400;font-size:12px;line-height:17px;letter-spacing:0}@media screen and (width <= 1000px){header .header__wrapper .header__contents .site-logo h1 span{font-size:10px;line-height:14px}}header .header__wrapper .header__contents .site-logo h1 img{width:211px;height:auto;aspect-ratio:225/32}@media screen and (width <= 1000px){header .header__wrapper .header__contents .site-logo h1 img{width:139px;min-width:139px}}header .header__wrapper .header__contents .contact-tel{width:211px;min-width:211px;display:flex;flex-flow:column;gap:4px;cursor:pointer}@media screen and (width <= 1000px){header .header__wrapper .header__contents .contact-tel{width:128px;min-width:128px;gap:2px}}header .header__wrapper .header__contents .contact-tel:hover{opacity:1}header .header__wrapper .header__contents .contact-tel:hover .contact-tel__number{opacity:.6}header .header__wrapper .header__contents .contact-tel .contact-tel__label{font-style:medium;font-weight:500;font-size:10px;line-height:14px;letter-spacing:0}@media screen and (width <= 1000px){header .header__wrapper .header__contents .contact-tel .contact-tel__label{font-size:10px;line-height:14px}}header .header__wrapper .header__contents .contact-tel .contact-tel__number{font-style:#000;font-weight:900;font-size:24px;line-height:1;letter-spacing:0;color:#d71720;display:flex;align-items:center;gap:8px;transition:.3s}@media screen and (width <= 1000px){header .header__wrapper .header__contents .contact-tel .contact-tel__number{font-size:15px;line-height:15px;gap:4px}}header .header__wrapper .header__contents .contact-tel .contact-tel__number::before{content:"";width:24px;height:24px;background-image:url("/resources/img/icon/tel.svg");background-repeat:no-repeat;background-size:contain}@media screen and (width <= 1000px){header .header__wrapper .header__contents .contact-tel .contact-tel__number::before{width:16px;height:16px}}header .header__wrapper .header__contents .contact-tel .contact-tel__info{font-style:regular;font-weight:400;font-size:10px;line-height:14px;letter-spacing:0}@media screen and (width <= 1000px){header .header__wrapper .header__contents .contact-tel .contact-tel__info{font-size:8px;line-height:11px}}header .header__wrapper .header__contents .hamburgerMenu{position:absolute;width:50px;min-width:50px;height:60px;top:0;right:0;display:flex;align-items:center;flex-flow:column;justify-content:center;gap:4px;cursor:pointer;transform-origin:center;background-color:#000}header .header__wrapper .header__contents .hamburgerMenu span{width:23px;height:2px;transition:.5s;background-color:#fff}header .header__wrapper .header__contents .hamburgerMenu span{animation-duration:.3s;animation-fill-mode:forwards}header .header__wrapper .header__contents .hamburgerMenu span:nth-of-type(1){animation-name:hamburgerSpanClose01}header .header__wrapper .header__contents .hamburgerMenu span:nth-of-type(2){animation-name:hamburgerSpanClose02}header .header__wrapper .header__contents .hamburgerMenu span:nth-of-type(3){animation-name:hamburgerSpanClose03}header .header__wrapper .header__contents .hamburgerMenu:has(+.hamburgerMenu__inner.is-open) span:nth-of-type(1){animation-name:hamburgerSpanOpen01}header .header__wrapper .header__contents .hamburgerMenu:has(+.hamburgerMenu__inner.is-open) span:nth-of-type(2){animation-name:hamburgerSpanOpen02}header .header__wrapper .header__contents .hamburgerMenu:has(+.hamburgerMenu__inner.is-open) span:nth-of-type(3){animation-name:hamburgerSpanOpen03}@keyframes hamburgerSpanOpen01{0%{transform:rotate(0deg) translate(0, 0)}50%{transform:rotate(0deg) translate(0, 4px)}100%{transform:rotate(45deg) translate(4px, 4px)}}@keyframes hamburgerSpanClose01{0%{transform:rotate(45deg) translate(4px, 4px)}50%{transform:rotate(0deg) translate(0, 4px)}100%{transform:rotate(0deg) translate(0, 0)}}@keyframes hamburgerSpanOpen02{0%{transform:scaleX(1);opacity:1}100%{transform:scaleX(0);opacity:0}}@keyframes hamburgerSpanClose02{0%{transform:scaleX(0);opacity:0}100%{transform:scaleX(1);opacity:1}}@keyframes hamburgerSpanOpen03{0%{transform:rotate(0deg) translate(0, 0)}50%{transform:rotate(0deg) translate(0, -4px)}100%{transform:rotate(-45deg) translate(4.5px, -4.5px)}}@keyframes hamburgerSpanClose03{0%{transform:rotate(-45deg) translate(4.5px, -4.5px)}50%{transform:rotate(0deg) translate(0, -4px)}100%{transform:rotate(0deg) translate(0, 0)}}header .header__wrapper .header__contents .hamburgerMenu__inner{position:absolute;height:100vh;z-index:10;top:60px;right:0;left:0;display:flex;visibility:hidden;flex-flow:column;transition:opacity .3s ease,visibility .3s ease;pointer-events:none;opacity:0;background:rgba(0,0,0,.5)}header .header__wrapper .header__contents .hamburgerMenu__inner nav{padding:32px 40px 40px;transition:transform .35s ease,opacity .35s ease;transform:translateY(-16px);opacity:0;background:#222}@media screen and (width <= 374px){header .header__wrapper .header__contents .hamburgerMenu__inner nav{padding:32px 20px 40px}}header .header__wrapper .header__contents .hamburgerMenu__inner nav ul{display:flex;flex-flow:column;gap:24px}header .header__wrapper .header__contents .hamburgerMenu__inner nav ul li{width:100%}header .header__wrapper .header__contents .hamburgerMenu__inner nav ul li a{width:100%;font-style:medium;font-weight:500;font-size:14px;line-height:120%;letter-spacing:0;color:#fff;display:flex;padding-bottom:14px;border-bottom:2px solid #d71720}header .header__wrapper .header__contents .hamburgerMenu__inner nav ul li a.hamburgerMenu__information{width:295px;height:42px;font-style:regular;font-weight:400;font-size:14px;line-height:150%;text-align:center;letter-spacing:0;color:#000;display:flex;align-items:center;justify-content:center;margin:0 auto;padding:0;gap:8px;border:0;border-radius:5px;background-color:#fff}@media screen and (width <= 374px){header .header__wrapper .header__contents .hamburgerMenu__inner nav ul li a.hamburgerMenu__information{max-width:280px}}header .header__wrapper .header__contents .hamburgerMenu__inner nav ul li a.hamburgerMenu__information::after{content:"";width:20px;height:20px;border-radius:50%;background:#d71720 url("/resources/img/icon/new-tab.svg") no-repeat center/12px}header .header__wrapper .header__contents .hamburgerMenu__inner nav ul li a.hamburgerMenu__beginnersGuide{display:flex;align-items:center}header .header__wrapper .header__contents .hamburgerMenu__inner nav ul li a.hamburgerMenu__beginnersGuide::before{content:"";width:24px;height:24px;background:url("/resources/img/icon/beginner.svg") no-repeat center/contain}header .header__wrapper .header__contents .hamburgerMenu__inner.is-open{visibility:visible;pointer-events:auto;opacity:1}header .header__wrapper .header__contents .hamburgerMenu__inner.is-open nav{transform:translateY(0);opacity:1}header .header__menu{position:absolute;width:100%;z-index:1;top:80px;background-color:#fff}header .header__menu nav{width:100%;height:50px;padding:0 20px}header .header__menu nav ul{display:flex;align-items:center;justify-content:center;padding:0 20px}header .header__menu nav ul li{width:100%;min-width:136px;max-width:176px;height:50px}header .header__menu nav ul li a{width:100%;height:100%;font-style:medium;font-weight:500;font-size:14px;line-height:18px;text-align:center;letter-spacing:0;display:flex;align-items:center;justify-content:center;padding:4px 0 12px;cursor:pointer;transition:.3s;border-bottom:4px solid rgba(0,0,0,0)}header .header__menu nav ul li a:hover{color:#d71720;opacity:1;border-bottom:4px solid #d71720}header .header__menu nav ul li.is-active a{color:#d71720;border-bottom:4px solid #d71720}header .header__menu nav ul li.is-active a svg path{fill:#d71720}header .header__menu nav ul li.is-home{min-width:40px;max-width:40px;display:flex;align-items:center;justify-content:center}header .header__menu nav ul li.is-home a:hover svg path{fill:#d71720}header .header__menu nav ul li.is-info{width:240px;min-width:240px;padding:0 0 8px 16px}header .header__menu nav ul li.is-info a{height:42px;display:flex;align-items:center;justify-content:center;padding:10.5px 16px;gap:8px;transition:.3s;border:none;border-radius:10px;background:#e6e6e6}header .header__menu nav ul li.is-info a:hover{color:#fff;background-color:#d71720}header .header__menu nav ul li.is-info a:hover path:first-of-type{fill:#fff}header .header__menu nav ul li.is-info a:hover path:last-of-type{fill:#d71720}header .header__menu nav ul li.is-info a svg{width:16px;height:16px}header .header__menu nav ul li.is-info a svg path{transition:.3s}header .header__menu nav ul li.is-beginnersGuide a{display:flex;align-items:center}header .header__menu nav ul li.is-beginnersGuide a::before{content:"";width:24px;height:24px;background:url("/resources/img/icon/beginner.svg") no-repeat center/contain}header .form{max-width:1160px;display:flex;align-items:center;flex:1;justify-content:center;gap:24px}@media screen and (width <= 1000px){header .form{position:absolute;width:100%;height:81px;top:60px;padding:0 16px;gap:16px;background:#fff}}header .form form{height:60px;display:flex;align-items:center;flex:1;justify-content:space-between;padding:0 8px 0 16px;gap:16px;border:1px solid #aaa;border-radius:8px;background:#f0f0f0}@media screen and (width <= 1000px){header .form form{height:51px;padding:8px 8px 8px 16px}}header .form form .header__searchBox{display:flex;align-items:center;flex:1;gap:8px}header .form form .header__searchBox input{min-width:260px;font-style:regular;font-weight:400;font-size:16px;line-height:24px;letter-spacing:0;flex:1}@media screen and (width <= 1000px){header .form form .header__searchBox input{width:118px;min-width:118px}}header .form form .header__searchBox input::-moz-placeholder{color:#777}header .form form .header__searchBox input::placeholder{color:#777}header .form form button{width:44px;height:44px;cursor:pointer;transition:.3s;border-radius:3px;background:#d71720 url("/resources/img/icon/search-white.svg") no-repeat center/18px}@media screen and (width <= 1000px){header .form form button{width:35px;height:35px;background:#d71720 url("/resources/img/icon/search-white.svg") no-repeat center/24px}}header .form form button:hover{opacity:.6}header .form a{position:relative;width:92px;font-style:medium;font-weight:500;font-size:16px;line-height:1;text-align:center;letter-spacing:0;display:flex;align-items:center;justify-content:center;cursor:pointer}@media screen and (width <= 1000px){header .form a{width:80px;font-family:"Noto Sans JP";font-style:medium;font-weight:500;font-size:13px;line-height:140%;text-align:center;letter-spacing:0;justify-content:space-between;gap:4px;leading-trim:none}}header .form a::after{content:"";width:24px;height:24px;background-image:url("/resources/img/icon/search-red.svg");background-repeat:no-repeat;background-size:contain}.footer{background:#333}.footer .footer__wrapper{max-width:1240px;color:#fff;margin:0 auto;padding:64px 20px 40px}@media screen and (width <= 767px){.footer .footer__wrapper{padding:40px 20px}}.footer .footer__header{display:flex;align-items:center;justify-content:space-between;cursor:pointer}@media screen and (width <= 767px){.footer .footer__header h1{margin:0 auto}}.footer .footer__header h1 img{width:300px}@media screen and (width <= 767px){.footer .footer__header h1 img{width:auto;height:25px}}.footer nav.footer__nav>ul{display:flex;margin-top:40px;gap:40px;grid-template-columns:repeat(4, 1fr)}@media screen and (width <= 767px){.footer nav.footer__nav>ul{width:100%;flex-flow:column;margin:26px auto 0;gap:24px}}.footer nav.footer__nav>ul>li{width:270px;display:flex;flex-flow:column;gap:16px}@media screen and (width <= 767px){.footer nav.footer__nav>ul>li{width:100%;gap:0}}.footer nav.footer__nav>ul>li p{font-style:regular;font-weight:400;font-size:14px;line-height:21px;letter-spacing:0;padding-bottom:6px;border-bottom:2px solid #d71720}@media screen and (width <= 767px){.footer nav.footer__nav>ul>li p{display:flex;align-items:center;justify-content:space-between}.footer nav.footer__nav>ul>li p .accordion__button{position:relative;width:16px;height:16px;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:#d71720}.footer nav.footer__nav>ul>li p .accordion__button::before,.footer nav.footer__nav>ul>li p .accordion__button::after{content:"";position:absolute;top:50%;left:50%;background-color:#fff}.footer nav.footer__nav>ul>li p .accordion__button::before{width:8px;height:1px;transform:translate(-50%, -50%)}.footer nav.footer__nav>ul>li p .accordion__button::after{width:1px;height:8px;transition:.5s;transform:translate(-50%, -50%)}}.footer nav.footer__nav>ul>li.is-open p span::after{transform:translate(-50%, -50%) rotate(90deg)}.footer nav.footer__nav>ul>li>ul{display:flex;flex-flow:column;gap:8px}@media screen and (width <= 767px){.footer nav.footer__nav>ul>li>ul{overflow:hidden;transition:.5s}}.footer nav.footer__nav>ul>li>ul>li{min-height:21px}@media screen and (width <= 767px){.footer nav.footer__nav>ul>li>ul>li:first-of-type{margin-top:10px}}.footer nav.footer__nav>ul>li>ul>li a{font-weight:400;font-size:13px;line-height:21px;letter-spacing:0;color:#ddd;cursor:pointer}.footer nav.footer__nav>ul>li>ul>li a.is-newTab{display:flex;align-items:center;gap:8px}.footer nav.footer__nav>ul>li>ul>li a.is-newTab::after{content:"";width:16px;height:16px;background:url("/resources/img/icon/new-tab.svg") no-repeat center/contain}.footer nav.footer__nav>ul>li>ul>li a.is-solution{max-width:280px;height:48px;font-style:regular;font-weight:400;font-size:13px;line-height:21px;letter-spacing:0;color:#fff;display:flex;align-items:center;justify-content:space-between;margin-top:10px;padding:0 12px;transition:.3s;border:1px solid #666;border-radius:5px}.footer nav.footer__nav>ul>li>ul>li a.is-solution::after{content:none}.footer nav.footer__nav>ul>li>ul>li a.is-solution:hover{opacity:1;border:1px solid #d71720;background-color:#d71720}.footer nav.footer__nav>ul>li>ul>li a.is-solution:hover svg{transition:.3s}.footer nav.footer__nav>ul>li>ul>li a.is-solution:hover svg rect{fill:#fff;transition:.3s}.footer nav.footer__nav>ul>li>ul>li a.is-solution:hover svg path{fill:#d71720;transition:.3s}.footer .footer__banners{display:flex;flex-wrap:wrap;margin-top:32px;padding:16px 0;gap:16px;border-top:1px solid #444}@media screen and (width <= 767px){.footer .footer__banners{display:grid;align-items:center;justify-content:flex-start;padding:8px 0;padding-top:16px;gap:8px;grid-template-columns:repeat(auto-fit, minmax(120px, auto))}}.footer .footer__banners .footer__banner{width:150px;height:60px;cursor:pointer;border-radius:4px}@media screen and (width <= 767px){.footer .footer__banners .footer__banner{width:auto;height:auto}}.footer .footer__banners .footer__banner img{width:100%;height:100%}.footer .footer__copyright{font-style:regular;font-weight:400;font-size:10px;line-height:14px;letter-spacing:0;color:#999}@media screen and (width <= 767px){.footer .footer__copyright{padding:8px 0 0}}#floatingBanner{position:fixed;width:90%;max-width:900px;height:auto;z-index:10;bottom:24px;left:50%;display:none;transform:translateX(-50%);border:2px solid #000;border-radius:8px;background:#fff}#floatingBanner a{width:100%;height:100%;display:flex;cursor:pointer;border-radius:8px;-o-object-fit:cover;object-fit:cover}#floatingBanner a img{width:100%;border-radius:8px}#floatingBanner .banner__close{position:absolute;width:clamp(20px,4vw,40px);height:clamp(20px,4vw,40px);z-index:1;top:0;right:0;display:flex;align-items:center;justify-content:center;cursor:pointer;transform:translate(50%, -50%);border:none;border-radius:100px;background:none;background-color:#000}#floatingBanner .banner__close span{position:absolute;width:50%;height:1px;background-color:#fff}#floatingBanner .banner__close span:first-of-type{transform:rotate(45deg)}#floatingBanner .banner__close span:last-of-type{transform:rotate(-45deg)}main{padding-top:130px}@media screen and (width <= 1000px){main{padding-top:141px}}header,footer{font-family:"Noto Sans JP",sans-serif}header *:where(:not(html,iframe,canvas,img,svg,video,audio,select,svg *,symbol *)),footer *:where(:not(html,iframe,canvas,img,svg,video,audio,select,svg *,symbol *)){display:revert;box-sizing:border-box !important;all:unset}html .only-pc-b{display:block !important}@media screen and (width <= 1000px){html .only-pc-b{display:none !important}}html .only-pc-f{display:flex !important}@media screen and (width <= 1000px){html .only-pc-f{display:none !important}}html .only-tab-b{display:none !important}@media screen and (width <= 1000px){html .only-tab-b{display:block !important}}html .only-tab-f{display:none !important}@media screen and (width <= 1000px){html .only-tab-f{display:flex !important}}html .only-sp-b{display:none !important}@media screen and (width <= 767px){html .only-sp-b{display:block !important}}html .only-sp-f{display:none !important}@media screen and (width <= 767px){html .only-sp-f{display:flex !important}}html .only-pc-tab-b{display:block !important}@media screen and (width <= 767px){html .only-pc-tab-b{display:none !important}}html .only-pc-tab-f{display:flex !important}@media screen and (width <= 767px){html .only-pc-tab-f{display:none !important}}header img{max-inline-size:100%;max-block-size:100%}header .form form{padding:0 8px 0 16px}header .form form a{padding:0}footer{width:100%;display:flex}footer .footer__wrapper{width:100%;box-sizing:border-box}footer .footer__wrapper .footer__header h1{margin-bottom:5px}footer nav.footer__nav>ul>li>ul>li{min-height:24px !important;display:flex;align-items:end}