﻿@import "https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";@import "https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap";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;background:transparent;border:0;font-size:100%;vertical-align:baseline;outline:0}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul,ol{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}a{margin:0;padding:0;background:transparent;font-size:100%;vertical-align:baseline}ins{color:#000;background-color:#ff9;text-decoration:none}mark{color:#000;background-color:#ff9;font-style:italic;font-weight:bold}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-spacing:0;border-collapse:collapse}hr{display:block;margin:1em 0;padding:0;height:1px;border:0;border-top:1px solid #ccc}input,select,textarea,button{background:transparent;border:none;vertical-align:middle;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}*,*::before,*::after{box-sizing:border-box}@-webkit-keyframes delayed_image{0%{opacity:0;transform:translate(0, 48px);transition:all 1000ms}100%{opacity:1;transform:translate(0, 0)}}@keyframes delayed_image{0%{opacity:0;transform:translate(0, 48px);transition:all 1000ms}100%{opacity:1;transform:translate(0, 0)}}html,body{width:100%;height:100%}body{overflow-y:scroll;color:#202020;background-color:#fff;font-family:"Roboto","Noto Sans JP","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",Arial,"游ゴシック",YuGothic,"Yu Gothic","メイリオ",Meiryo,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}a{text-decoration:none;cursor:pointer}img{vertical-align:top}@media screen and (min-width: 768px){.is_sp{display:none}}.is_pc{display:none}@media screen and (min-width: 768px){.is_pc{display:block}}.btn--large{font-size:18px;font-size:1.125rem;height:48px;border-radius:24px}@media screen and (min-width: 768px){.btn--large{font-size:24px;font-size:1.5rem;height:56px;border-radius:28px}}.btn--middle{font-size:18px;font-size:1.125rem;height:48px;border-radius:24px}.btn--small{font-size:12px;font-size:.75rem;height:32px;border-radius:16px}.btn--primary{-webkit-transition:all 0.25s ease-out;-moz-transition:all 0.25s ease-out;transition:all 0.25s ease-out;display:flex;max-width:320px;align-items:center;justify-content:center;position:relative;font-weight:bold;text-decoration:none;line-height:48px;transition:all .25s ease;cursor:pointer;user-select:none;color:#202020;background-color:#f7ca00}.btn--primary:hover{opacity:.7 !important}.btn--secondary{-webkit-transition:all 0.25s ease-out;-moz-transition:all 0.25s ease-out;transition:all 0.25s ease-out;display:flex;max-width:320px;align-items:center;justify-content:center;position:relative;font-weight:bold;text-decoration:none;line-height:48px;transition:all .25s ease;cursor:pointer;user-select:none;color:#fff;background-color:#0090ca}.btn--secondary:hover{opacity:.7 !important}.btn--outline{-webkit-transition:all 0.25s ease-out;-moz-transition:all 0.25s ease-out;transition:all 0.25s ease-out;display:flex;max-width:320px;align-items:center;justify-content:center;position:relative;font-weight:bold;text-decoration:none;line-height:48px;transition:all .25s ease;cursor:pointer;user-select:none;color:#202020;background-color:#fff;border:1px solid #ccc}.btn--outline:hover{opacity:.7 !important}.form__hidden{display:none}.form__text,.form__textarea,.formPulldown{font-size:16px;font-size:1rem;width:100%;min-height:48px;color:inherit;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;font-family:inherit;cursor:pointer;-moz-appearance:none;appearance:none;-webkit-apparance:none}.form__text::placeholder,.form__textarea::placeholder,.formPulldown::placeholder{color:#ccc}.form__text:-ms-input-placeholder,.form__textarea:-ms-input-placeholder,.formPulldown:-ms-input-placeholder{color:#ccc}.form__text::-ms-input-placeholder,.form__textarea::-ms-input-placeholder,.formPulldown::-ms-input-placeholder{color:#ccc}.form__text:focus,.form__textarea:focus,.formPulldown:focus{box-shadow:none;outline:none}.form__text{padding:0 16px;min-height:48px}.form__textarea{padding:16px;min-height:200px;resize:none}.formPulldown{position:relative;color:#202020}.formPulldown::after{font-size:16px;font-size:1rem;display:block;position:absolute;top:50%;right:16px;font-family:"Font Awesome 6 Free";font-weight:900;content:"\f0d7";transform:translateY(-50%);pointer-events:none}.formPulldown__select{font-size:16px;font-size:1rem;padding:16px;width:100%;color:#202020;cursor:pointer}.form__holder{display:flex;gap:16px}.formRadio{display:inline-block;margin-right:16px}.formRadio label input{display:none}.formRadio label input:checked+.formRadio__text::before{border-color:#006aaf}.formRadio label input:checked+.formRadio__text::after{display:block;width:10px;height:10px;top:5px;left:5px;background-color:#006aaf;border-radius:50%}.formRadio__text{font-size:16px;font-size:1rem;display:inline-block;padding-left:24px;height:20px;align-items:center;position:relative;z-index:1;line-height:20px;cursor:pointer;user-select:none}.formRadio__text::before,.formRadio__text::after{position:absolute;z-index:-1;content:""}.formRadio__text::before{display:block;width:20px;height:20px;top:0;left:0;background-color:#fff;border:1px solid #ccc;border-radius:50%}.formRadio__text::after{display:none}.formCheckbox{display:inline-block;margin-bottom:8px}.formCheckbox:not(:last-of-type){margin-right:24px}.formCheckbox label input{display:none}.formCheckbox label input:checked+.formCheckbox__text::before{background-color:#006aaf;border-color:#006aaf}.formCheckbox label input:checked+.formCheckbox__text::after{display:block;width:4px;height:8px;top:4px;left:6px;border-right:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(45deg)}.formCheckbox__text{font-size:16px;font-size:1rem;display:inline-block;padding-left:20px;height:16px;align-items:center;position:relative;z-index:1;line-height:16px;cursor:pointer;user-select:none}.formCheckbox__text::before,.formCheckbox__text::after{position:absolute;z-index:-1;content:""}.formCheckbox__text::before{display:block;width:16px;height:16px;top:0;left:0;background-color:#fff;border:1px solid #ccc;border-radius:4px}.formCheckbox__text::after{display:none}.mwform-radio-field{display:inline-block}.mwform-radio-field+.mwform-radio-field{margin:0 0 0 24px !important}.mwform-radio-field label input{display:none}.mwform-radio-field label input:checked+.mwform-radio-field-text::before{border-color:#006aaf}.mwform-radio-field label input:checked+.mwform-radio-field-text::after{display:block;width:10px;height:10px;top:5px;left:5px;background-color:#006aaf;border-radius:50%}.mwform-radio-field label .mwform-radio-field-text{font-size:16px;font-size:1rem;display:inline-block;padding-left:28px;height:20px;align-items:center;position:relative;z-index:1;line-height:20px;cursor:pointer;user-select:none}.mwform-radio-field label .mwform-radio-field-text::before,.mwform-radio-field label .mwform-radio-field-text::after{position:absolute;z-index:-1;content:""}.mwform-radio-field label .mwform-radio-field-text::before{display:block;width:20px;height:20px;top:0;left:0;background-color:#fff;border:1px solid #ccc;border-radius:50%}.mwform-radio-field label .mwform-radio-field-text::after{display:none}.mwform-checkbox-field{display:inline-block;margin-bottom:8px}.mwform-checkbox-field:not(:last-of-type){margin-right:24px}.mwform-checkbox-field label input{display:none}.mwform-checkbox-field label input:checked+.mwform-checkbox-field-text::before{background-color:#006aaf;border-color:#006aaf}.mwform-checkbox-field label input:checked+.mwform-checkbox-field-text::after{display:block;width:4px;height:8px;top:4px;left:6px;border-right:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(45deg)}.mwform-checkbox-field label .mwform-checkbox-field-text{font-size:16px;font-size:1rem;display:inline-block;padding-left:24px;height:16px;align-items:center;position:relative;z-index:1;line-height:20px;cursor:pointer;user-select:none}.mwform-checkbox-field label .mwform-checkbox-field-text::before,.mwform-checkbox-field label .mwform-checkbox-field-text::after{position:absolute;z-index:-1;content:""}.mwform-checkbox-field label .mwform-checkbox-field-text::before{display:block;width:16px;height:16px;top:0;left:0;background-color:#fff;border:1px solid #ccc;border-radius:4px}.mwform-checkbox-field label .mwform-checkbox-field-text::after{display:none}.mw_wp_form .error{margin-top:8px;color:#c9171e}.label--language{font-size:14px;font-size:.875rem;display:inline-block;padding:0 8px;height:32px;min-width:80px;background-color:#f0f8ff;border-radius:8px;font-weight:bold;text-align:center;line-height:32px}.label--optional,.label--required{font-size:12px;font-size:.75rem;display:inline-block;padding:0 8px;width:40px;height:20px;border-radius:4px;font-weight:bold;text-align:center;line-height:20px}.label--optional{background-color:#f0f8ff}.label--required{color:#fff;background-color:#c9171e}.stepbar{margin:0 auto;max-width:320px}.stepbar__list{display:flex;margin:0;padding:0;flex-wrap:wrap;justify-content:space-between;position:relative}.stepbar__item{font-size:14px;font-size:.875rem;width:calc(100% / 3);position:relative;color:#666;font-weight:bold;text-align:center;text-transform:uppercase;list-style-type:none;counter-increment:steps}.stepbar__item::before,.stepbar__item::after{content:""}.stepbar__item::before{font-size:20px;font-size:1.25rem;display:block;margin:0 auto 8px auto;width:32px;height:32px;color:#fff;background-color:#ccc;border-radius:50%;font-weight:bold;text-align:center;line-height:32px;content:counter(steps)}.stepbar__item::after{width:100%;height:1px;position:absolute;top:16px;left:-50%;z-index:-1;background-color:#ccc}.stepbar__item:first-child:after{content:none}.stepbar__item.is_active,.stepbar__item.is_complete{color:#006aaf}.stepbar__item.is_active::before,.stepbar__item.is_complete::before{color:#fff;background-color:#006aaf}.stepbar__item.is_active::after,.stepbar__item.is_complete::after{background-color:#006aaf}.main{display:block}.main--app{margin-top:64px;padding:24px 16px 48px;min-height:calc(100vh - 64px)}@media screen and (min-width: 768px){.main--app{margin:80px 0 0 280px;padding:48px 40px 80px;min-height:calc(100vh - 80px)}}.main--login{display:flex;padding:80px 16px 16px;min-height:100vh;min-height:calc(var(--vh, 1vh) * 100);justify-content:center}.frontMv{overflow:hidden;position:relative}@media screen and (max-width: 640px){.frontMv{padding-bottom:144px}}@media screen and (min-width: 768px){.frontMv__inner{-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);transform:translateX(-50%);margin:0 auto;width:100%;height:640px;max-width:1440px;position:absolute;top:0;left:50%;z-index:20}}.frontMv__heading{position:absolute;top:24px;left:16px;z-index:20}@media screen and (min-width: 1024px){.frontMv__heading{top:40px;left:80px}}.frontMv__logo{width:auto;height:24px}@media screen and (min-width: 768px){.frontMv__logo{height:32px}}.frontMv__holder{-webkit-animation:mv_text 1.5s 0s 1;-moz-animation:mv_text 1.5s 0s 1;animation:mv_text 1.5s 0s 1;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);transform:translateY(-50%);overflow:hidden;position:absolute;top:calc(50% - 72px);left:16px;z-index:20;font-weight:bold;line-height:1.4}@media screen and (min-width: 640px){.frontMv__holder{top:calc(50%)}}@media screen and (min-width: 1024px){.frontMv__holder{top:calc(50% - 72px);left:80px}}.frontMv__title{font-size:24px;font-size:1.5rem;margin-bottom:8px}@media screen and (min-width: 640px){.frontMv__title{font-size:32px;font-size:2rem}}@media screen and (min-width: 768px){.frontMv__title{font-size:48px;font-size:3rem}}.frontMv__text{font-size:16px;font-size:1rem}@media screen and (min-width: 640px){.frontMv__text{font-size:20px;font-size:1.25rem}}@media screen and (min-width: 768px){.frontMv__text{font-size:24px;font-size:1.5rem}}.frontMv__imageBox{width:100%}.frontMv .slick-slide{height:400px}@media screen and (min-width: 640px){.frontMv .slick-slide{height:480px}}@media screen and (min-width: 768px){.frontMv .slick-slide{height:640px}}.frontMv__image{width:100%;height:100%;object-fit:cover}.frontMv__btnBox{-webkit-animation:mv_text 2.4s 0s 1;-moz-animation:mv_text 2.4s 0s 1;animation:mv_text 2.4s 0s 1;width:240px;position:absolute;z-index:20;text-align:center}@media screen and (max-width: 640px){.frontMv__btnBox{-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);transform:translateX(-50%);bottom:40px;left:50%}}@media screen and (min-width: 640px){.frontMv__btnBox{bottom:48px;left:16px}}@media screen and (min-width: 768px){.frontMv__btnBox{bottom:80px}}@media screen and (min-width: 1024px){.frontMv__btnBox{bottom:160px;left:80px}}.frontMv__login{font-size:14px;font-size:.875rem;margin-top:16px}.frontMv__link{color:#006aaf;text-decoration:underline}.frontSection{padding:40px 0}@media screen and (min-width: 768px){.frontSection{padding:80px 0}}.frontSection__inner{margin:0 auto;padding:0 16px;max-width:1440px}@media screen and (min-width: 1024px){.frontSection__inner{padding:0 80px}}.frontSection__heading{margin-bottom:24px}@media screen and (min-width: 768px){.frontSection__heading{margin-bottom:48px}}.frontSection__title{font-size:24px;font-size:1.5rem;font-weight:bold}@media screen and (min-width: 768px){.frontSection__title{font-size:40px;font-size:2.5rem}}.frontSection__text{font-size:14px;font-size:.875rem;margin-bottom:16px}@media screen and (min-width: 768px){.frontSection__text{font-size:16px;font-size:1rem}}.frontCase{background-color:#f4f4f4}.frontCase__card{margin-left:16px;padding:16px;width:304px;background-color:#fff;border-radius:8px}@media screen and (min-width: 768px){.frontCase__card{margin-left:40px;padding:24px 24px 40px;width:400px}}.frontCase .label--language{margin-bottom:16px}.frontCase__title{font-size:20px;font-size:1.25rem;margin-bottom:24px;height:4rem;font-weight:bold;line-height:1.4}.frontCaseDetail{font-size:14px;font-size:.875rem;display:flex;flex-wrap:wrap;align-items:center}@media screen and (min-width: 768px){.frontCaseDetail{font-size:16px;font-size:1rem}}.frontCaseDetail__title{display:flex;width:5rem;align-items:center}.frontCaseDetail__title::after{margin-left:auto;content:":"}.frontCaseDetail__title:not(:first-of-type){margin-top:8px}.frontCaseDetail__text{margin-left:1rem;width:calc(100% - 6rem)}.frontCaseDetail__text:not(:first-of-type){margin-top:8px}.frontCaseDetail__price{font-size:24px;font-size:1.5rem;margin-right:8px;color:#c9171e;font-weight:bold;line-height:14px}@media screen and (min-width: 768px){.frontCaseDetail__price{font-size:32px;font-size:2rem;line-height:16px}}.frontCase .slick-prev,.frontCase .slick-next{-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:all 0.25s ease-out;-moz-transition:all 0.25s ease-out;transition:all 0.25s ease-out;font-size:12px;font-size:.75rem;display:flex;width:24px;height:24px;align-items:center;justify-content:center;position:absolute;top:50%;z-index:20;color:#fff;background-color:#006aaf;border-radius:50%;cursor:pointer}.frontCase .slick-prev:hover,.frontCase .slick-next:hover{opacity:.8 !important}@media screen and (min-width: 768px){.frontCase .slick-prev,.frontCase .slick-next{font-size:24px;font-size:1.5rem;width:48px;height:48px}}.frontCase .slick-prev i,.frontCase .slick-next i{font-size:12px;font-size:.75rem}@media screen and (min-width: 768px){.frontCase .slick-prev i,.frontCase .slick-next i{font-size:24px;font-size:1.5rem}}.frontCase .slick-prev{left:4px}@media screen and (min-width: 768px){.frontCase .slick-prev{left:16px}}.frontCase .slick-next{right:4px}@media screen and (min-width: 768px){.frontCase .slick-next{right:16px}}.frontCase .slick-track{display:flex}.frontCase .slick-slide{height:auto !important}.frontReason{opacity:0;transform:translate(0, 48px);transition:all 1000ms}.frontReason.is_inview{opacity:1;transform:translate(0, 0)}@media screen and (min-width: 768px){.frontReason__list{display:flex;justify-content:center}}.frontReason__item{opacity:0}.frontReason__item+.frontReason__item{margin-top:40px}@media screen and (min-width: 768px){.frontReason__item+.frontReason__item{margin:0 0 0 32px}}.frontReason__item.is_inview:nth-child(1){-webkit-animation:delayed_image .8s ease .3s 1 forwards;animation:delayed_image .8s ease .3s 1 forwards}.frontReason__item.is_inview:nth-child(2){-webkit-animation:delayed_image .8s ease .6s 1 forwards;animation:delayed_image .8s ease .6s 1 forwards}.frontReason__item.is_inview:nth-child(3){-webkit-animation:delayed_image .8s ease .9s 1 forwards;animation:delayed_image .8s ease .9s 1 forwards}.frontReason__imageBox{margin-bottom:24px;padding-right:8px;position:relative}.frontReason__imageBox::after{display:block;width:calc(100% - 8px);height:100%;position:absolute;top:8px;left:8px;z-index:-1;background-color:#006aaf;content:""}.frontReason__image{width:100%;height:auto}.frontReason__title{font-size:20px;font-size:1.25rem;display:flex;margin-bottom:8px;align-items:center;font-weight:bold}@media screen and (min-width: 768px){.frontReason__title{margin-bottom:16px;height:4rem;line-height:1.2}}.frontReason__text{font-size:16px;font-size:1rem}.frontAction{opacity:0;transform:translate(0, 48px);transition:all 1000ms;padding:40px 16px;background:linear-gradient(to bottom right, #3c8fc5, #296aaa)}.frontAction.is_inview{opacity:1;transform:translate(0, 0)}@media screen and (min-width: 768px){.frontAction{padding:80px 16px}}.frontAction__inner{color:#fff;text-align:center}.frontAction__title{font-size:16px;font-size:1rem;margin-bottom:24px;font-weight:bold}@media screen and (min-width: 375px){.frontAction__title{font-size:18px;font-size:1.125rem}}@media screen and (min-width: 768px){.frontAction__title{font-size:24px;font-size:1.5rem;margin-bottom:40px}}.frontAction__text{font-size:18px;font-size:1.125rem;margin-bottom:8px;font-weight:bold}@media screen and (min-width: 768px){.frontAction__text{font-size:20px;font-size:1.25rem}}.frontAction__text .fa-caret-down{font-size:24px;font-size:1.5rem;margin:0 8px;color:#f7ca00}@media screen and (min-width: 768px){.frontAction__text .fa-caret-down{font-size:28px;font-size:1.75rem}}.frontAction .btn--primary{margin:0 auto}.frontFlow{opacity:0;transform:translate(0, 48px);transition:all 1000ms}.frontFlow.is_inview{opacity:1;transform:translate(0, 0)}.frontFlow__list{margin-bottom:40px;counter-reset:number 0}@media screen and (min-width: 1280px){.frontFlow__list{display:flex;margin-bottom:64px;justify-content:center}}.frontFlow__item{padding:24px 16px;position:relative;opacity:0;border:1px solid #ccc}@media screen and (min-width: 640px){.frontFlow__item{display:flex;align-items:center}}@media screen and (min-width: 1280px){.frontFlow__item{display:block;padding:40px 16px;flex:1}}.frontFlow__item+.frontFlow__item{margin-top:40px}@media screen and (min-width: 1280px){.frontFlow__item+.frontFlow__item{margin:0 0 0 40px}}.frontFlow__item+.frontFlow__item::before{font-size:48px;font-size:3rem;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);transform:translateX(-50%);position:absolute;top:-64px;left:50%;color:#e0ecf6;font-family:"Font Awesome 6 Free";font-weight:900;content:"\f0d7"}@media screen and (min-width: 1280px){.frontFlow__item+.frontFlow__item::before{-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);transform:translateY(-50%);top:50%;left:-34px;content:"\f0da"}}.frontFlow__item.is_inview:nth-child(1){-webkit-animation:delayed_image .8s ease .3s 1 forwards;animation:delayed_image .8s ease .3s 1 forwards}.frontFlow__item.is_inview:nth-child(2){-webkit-animation:delayed_image .8s ease .6s 1 forwards;animation:delayed_image .8s ease .6s 1 forwards}.frontFlow__item.is_inview:nth-child(3){-webkit-animation:delayed_image .8s ease .9s 1 forwards;animation:delayed_image .8s ease .9s 1 forwards}.frontFlow__item.is_inview:nth-child(4){-webkit-animation:delayed_image .8s ease 1.2s 1 forwards;animation:delayed_image .8s ease 1.2s 1 forwards}@media screen and (min-width: 640px){.frontFlow__holder{margin-left:24px}}@media screen and (min-width: 1280px){.frontFlow__holder{margin-left:0}}.frontFlow__figure{margin-bottom:16px;text-align:center}.frontFlow__image{width:auto;height:80px}@media screen and (min-width: 768px){.frontFlow__image{width:96px;height:auto}}@media screen and (min-width: 1280px){.frontFlow__image{width:auto;height:96px}}.frontFlow__title{font-size:22px;font-size:1.375rem;margin-bottom:16px;font-weight:bold;text-align:center}@media screen and (min-width: 640px){.frontFlow__title{text-align:left}}@media screen and (min-width: 1280px){.frontFlow__title{text-align:center}}.frontFlow__title::before{display:inline-block;margin-right:4px;width:32px;height:32px;color:#fff;background-color:#006aaf;border-radius:50%;text-align:center;content:counter(number);counter-increment:number 1}.frontFlow__text{font-size:16px;font-size:1rem}.frontFlowSummary{padding-top:64px;position:relative;border-top:1px solid #ccc;text-align:center}@media screen and (min-width: 768px){.frontFlowSummary{padding-top:120px}}.frontFlowSummary::before,.frontFlowSummary::after{-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);transform:translateX(-50%);position:absolute;left:50%;border-top:48px solid transparent;border-right:64px solid transparent;border-bottom:48px solid transparent;border-left:64px solid transparent;content:""}@media screen and (min-width: 768px){.frontFlowSummary::before,.frontFlowSummary::after{border-top-width:80px;border-right-width:120px;border-bottom-width:80px;border-left-width:120px}}.frontFlowSummary::before{top:0;border-top-color:#ccc}.frontFlowSummary::after{top:-1px;border-top-color:#fff}.frontFlowSummary__title{font-size:28px;font-size:1.75rem;font-weight:bold}@media screen and (min-width: 768px){.frontFlowSummary__title{font-size:40px;font-size:2.5rem}}.frontFlowSummary__text{font-size:16px;font-size:1rem}.frontVoice{opacity:0;transform:translate(0, 48px);transition:all 1000ms;background-color:#f4f4f4}.frontVoice.is_inview{opacity:1;transform:translate(0, 0)}@media screen and (min-width: 768px){.frontVoice__list{display:flex;flex-wrap:wrap}}.frontVoice__item{padding:16px;opacity:0;background-color:#fff;border-radius:8px}@media screen and (min-width: 768px){.frontVoice__item{padding:24px;width:calc((100% - 40px) / 2)}}.frontVoice__item+.frontVoice__item{margin-top:16px}@media screen and (min-width: 768px){.frontVoice__item+.frontVoice__item{margin-top:initial}}@media screen and (min-width: 768px){.frontVoice__item:nth-child(even){margin-left:40px}}@media screen and (min-width: 768px){.frontVoice__item:nth-child(n+3){margin-top:40px}}.frontVoice__item.is_inview:nth-child(1){-webkit-animation:delayed_image .8s ease .3s 1 forwards;animation:delayed_image .8s ease .3s 1 forwards}.frontVoice__item.is_inview:nth-child(2){-webkit-animation:delayed_image .8s ease .6s 1 forwards;animation:delayed_image .8s ease .6s 1 forwards}.frontVoice__item.is_inview:nth-child(3){-webkit-animation:delayed_image .8s ease .9s 1 forwards;animation:delayed_image .8s ease .9s 1 forwards}.frontVoice__item.is_inview:nth-child(4){-webkit-animation:delayed_image .8s ease 1.2s 1 forwards;animation:delayed_image .8s ease 1.2s 1 forwards}.frontVoice__heading{display:flex;margin-bottom:16px;align-items:center}.frontVoice__heading .fa-circle-user{font-size:24px;font-size:1.5rem;color:#006aaf}@media screen and (min-width: 768px){.frontVoice__heading .fa-circle-user{font-size:48px;font-size:3rem}}.frontVoice__title{font-size:18px;font-size:1.125rem;margin-left:8px;font-weight:bold}@media screen and (min-width: 768px){.frontVoice__title{font-size:24px;font-size:1.5rem;margin-left:16px}}.frontVoice__text{font-size:14px;font-size:.875rem}@media screen and (min-width: 768px){.frontVoice__text{font-size:16px;font-size:1rem}}.frontContact{padding-top:0}.frontContactHeading{margin-bottom:48px;padding:16px 0 40px;position:relative;background-color:#f4f4f4;text-align:center}@media screen and (min-width: 768px){.frontContactHeading{margin-bottom:80px;padding-bottom:80px}}.frontContactHeading::after{-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);transform:translateX(-50%);position:absolute;bottom:-72px;left:50%;border-top:48px solid #f7ca00;border-right:64px solid transparent;border-bottom:48px solid transparent;border-left:64px solid transparent;content:""}@media screen and (min-width: 768px){.frontContactHeading::after{bottom:-108px;border-top-width:80px;border-right-width:120px;border-bottom-width:80px;border-left-width:120px}}.frontContactHeading__title{font-size:28px;font-size:1.75rem;margin-bottom:16px;font-weight:bold;line-height:1.4}@media screen and (min-width: 768px){.frontContactHeading__title{font-size:40px;font-size:2.5rem}}.frontContactHeading__text{font-size:16px;font-size:1rem}.frontContact__inner{padding:0 16px}.frontContact .stepbar{margin-bottom:48px}.frontContact__list{margin:0 auto 48px;max-width:600px}.frontContact__title{display:flex;margin-bottom:8px;align-items:center}.frontContact__title:not(:first-of-type){margin-top:24px}.frontContact__label{font-size:16px;font-size:1rem;margin-left:8px;font-weight:bold}.frontContact__btn{margin:0 auto;max-width:600px;position:relative}.frontContact__btn .btn--large{margin:0 auto;width:100%;max-width:320px}.frontFooter{padding:40px 24px;background-color:#202020}@media screen and (min-width: 768px){.frontFooter{padding:48px 24px}}.frontFooter__inner{margin:0 auto;max-width:768px}.frontFooter__holder{margin-bottom:24px}@media screen and (min-width: 768px){.frontFooter__holder{display:flex;justify-content:space-between}}.frontFooter__logo{margin-bottom:24px;width:auto;height:24px}.frontFooterInfo{font-size:14px;font-size:.875rem;color:#fff}.frontFooterInfo__title{font-weight:bold}.frontFooterInfo__title::after{content:"："}.frontFooterInfo__link{color:#0090ca;text-decoration:underline}.frontFooter__copyright{font-size:12px;font-size:.75rem;color:#fff;text-align:center}@media screen and (min-width: 768px){.frontFooter__copyright{text-align:right}}.frontRegistration{min-height:calc(100vh - 250px)}.frontRegistration--confirm .label--required{display:none}.frontRegistration--confirm .frontContact__label{margin-left:0}.frontRegistration--confirm .frontContact__item{padding:8px 0;border-bottom:1px solid #ccc}.frontRegistration--confirm .frontContact__back{display:flex;margin-top:24px;align-items:center}@media screen and (min-width: 768px){.frontRegistration--confirm .frontContact__back{-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);transform:translateY(-50%);margin:0;position:absolute;top:50%;left:0}}.frontRegistration--confirm .frontContact__back::before{margin-right:8px;color:#006aaf;font-family:"Font Awesome 6 Free";font-weight:900;content:"\f104"}.frontRegistration--confirm .frontContact__link{padding:0;color:#006aaf;cursor:pointer}.frontRegistration--error .frontRegistrationHeading__text{color:#c9171e}.frontRegistrationHeader{margin:0 auto 32px;padding:24px 16px 0;max-width:1440px}@media screen and (min-width: 768px){.frontRegistrationHeader{margin:0 auto 48px;padding:40px 16px 0}}@media screen and (min-width: 1024px){.frontRegistrationHeader{padding:40px 80px 0}}.frontRegistrationHeader__logo{width:auto;height:24px}@media screen and (min-width: 768px){.frontRegistrationHeader__logo{height:32px}}.frontRegistrationHeading{margin-bottom:48px;text-align:center}@media screen and (min-width: 768px){.frontRegistrationHeading{margin-bottom:64px}}.frontRegistrationHeading__title{font-size:20px;font-size:1.25rem;margin-bottom:24px;font-weight:bold}@media screen and (min-width: 768px){.frontRegistrationHeading__title{font-size:24px;font-size:1.5rem}}.frontRegistrationHeading__text{font-size:14px;font-size:.875rem}@media screen and (min-width: 768px){.frontRegistrationHeading__text{font-size:16px;font-size:1rem}}.frontRegistration__inner{margin:0 auto;padding:0 16px 40px;max-width:1440px}@media screen and (min-width: 1024px){.frontRegistration__inner{padding:0 80px 80px}}.frontRegistration .stepbar{margin-bottom:48px}.frontRegistrationComplete{margin-bottom:48px}@media screen and (min-width: 768px){.frontRegistrationComplete{margin-bottom:64px;text-align:center}}.frontRegistrationComplete__text{font-size:16px;font-size:1rem}.frontRegistrationComplete__text+.frontRegistrationComplete__text{margin-top:16px}.mw_wp_form .error{margin-top:8px;color:#c9171e}@-webkit-keyframes mv{0%{opacity:0;transform:scale(1.2)}16%{opacity:1}75%{z-index:-1;opacity:0;transform:scale(1)}100%{opacity:0}}@keyframes mv{0%{opacity:0;transform:scale(1.2)}16%{opacity:1}75%{z-index:-1;opacity:0;transform:scale(1)}100%{opacity:0}}@-webkit-keyframes mv_text{0%{margin-top:32px;opacity:0}100%{margin-top:0;opacity:1}}@keyframes mv_text{0%{margin-top:32px;opacity:0}100%{margin-top:0;opacity:1}}.login{background-color:#f7f7f7}.login__container{width:100%;max-width:480px}.login__title{margin-bottom:40px;text-align:center}.login__logo{width:auto;height:32px}.login__box{padding:48px 16px;width:100%;background-color:#fff;border:1px solid #eee;border-radius:8px}@media screen and (min-width: 768px){.login__box{padding:48px 24px;min-width:480px}}.login__footer{margin-top:24px}.login__item{font-size:14px;font-size:.875rem;text-align:right}.login__item+.login__item{margin-top:4px}.login__link{color:#0090ca;text-decoration:underline}.login .um{color:#202020 !important}.login .um-box-title{font-size:18px;font-size:1.125rem;font-weight:bold;text-align:center}.login .um-field-explain-text{font-size:14px;font-size:.875rem}.login .um-form-field{font-size:16px;font-size:1rem;padding:0 16px;width:100%;min-height:48px;min-height:48px;color:inherit;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;font-family:inherit;cursor:pointer;-moz-appearance:none;appearance:none;-webkit-apparance:none}.login .um-form-field::placeholder{color:#ccc}.login .um-form-field:-ms-input-placeholder{color:#ccc}.login .um-form-field::-ms-input-placeholder{color:#ccc}.login .um-form-field:focus{box-shadow:none;outline:none}.login .btn--middle{margin:0 auto;width:100%;max-width:240px}.login .um-req{color:#c9171e !important}.login .um-field-error{margin-top:8px !important;width:100% !important;color:#c9171e !important;font-size:12px !important}@media (min-width: 768px){.login .um-field-error{font-size:14px !important}}.login .um-field-error .um-field-arrow{display:none !important}.login .userCategory__title{display:none !important}.login .um-field-checkbox-state{display:none}.login .um-field-checkbox{margin-bottom:40px !important}.login .um-field-checkbox.active .um-field-checkbox-option::before{background-color:#006aaf;border-color:#006aaf}.login .um-field-checkbox.active .um-field-checkbox-option::after{display:block;width:4px;height:8px;top:4px;left:6px;border-right:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(45deg)}.login .um-field-checkbox input{display:none !important;font-size:0 !important}.login .um-field-checkbox-option{font-size:14px;font-size:.875rem;display:inline-block;margin-left:0 !important;padding-left:24px;height:16px;align-items:center;position:relative;z-index:1;color:#202020 !important;font-size:14px !important;line-height:20px;cursor:pointer;user-select:none}.login .um-field-checkbox-option::before,.login .um-field-checkbox-option::after{position:absolute;z-index:-1;content:""}.login .um-field-checkbox-option::before{display:block;width:16px;height:16px;top:0;left:0;background-color:#fff;border:1px solid #ccc;border-radius:4px}.login .um-field-checkbox-option::after{display:none}.login .um-col-alt{margin:0 !important}.login .um-button{-webkit-transition:all 0.25s ease-out;-moz-transition:all 0.25s ease-out;transition:all 0.25s ease-out;font-size:16px;font-size:1rem;display:flex !important;padding:0 !important;height:48px !important;max-width:320px !important;align-items:center !important;justify-content:center !important;position:relative !important;color:#fff !important;background-color:#0090ca !important;border-radius:24px !important;box-shadow:none !important;font-weight:bold !important;text-decoration:none !important;line-height:48px !important;transition:all .25s ease !important;cursor:pointer !important;user-select:none !important}.login .um-button:hover{opacity:.8 !important}
