html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;vertical-align:baseline;font:inherit;font-size:100%}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}html{margin:0;padding:0;font-size:62.5%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}ul{list-style:none;list-style-type:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-spacing:0;border-collapse:collapse}mark,ins{background:#fff9c0;text-decoration:none}sup,sub{font-size:75%;height:0;line-height:0;position:relative;vertical-align:baseline}figure{margin:0}th{font-weight:bold}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle;-webkit-appearance:none;border-radius:0}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}button,input{line-height:normal;*overflow:visible}textarea{overflow:auto;padding:10px;vertical-align:top;width:98%}sup{bottom:1ex}sub{top:.5ex}small{font-size:75%}big{font-size:125%}table{width:100%}*,*::before,*::after{-webkit-box-sizing:border-box;box-sizing:border-box;word-break:break-all}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{-ms-touch-action:manipulation;touch-action:manipulation}html{font-size:10px;overflow:auto}html.--no-scroll{overflow:hidden}body{position:relative;overflow-x:hidden;width:100%;height:100%;background-color:#fff;font-family:"LINE Seed JP",sans-serif;font-size:1.6rem;font-weight:400;line-height:1.8;letter-spacing:normal;color:#222;-webkit-transition:all .25s;transition:all .25s}img{max-width:100%;height:auto}a{color:#222;text-decoration:none;cursor:pointer;-webkit-transition:all .25s;transition:all .25s}button{cursor:pointer}input[type=text],input[type=email],input[type=tel],input[type=url],textarea,select{padding:10px;white-space:pre-wrap}textarea{resize:vertical}.header__inner{position:absolute;right:0;left:0;z-index:100;width:100%;margin:0 auto;padding-left:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.header__logo{max-width:100%;width:150px;height:113.85px;margin-top:20px}.header__logo-link{display:inline-block;width:100%;height:100%;-webkit-transition:all .25s;transition:all .25s;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.header__logo-link:hover{opacity:.7}.header__logo-image{background:url(../img/series-azx/logo_wh.svg) center center/contain no-repeat;width:100%;height:100%;text-indent:-9999px}.header__nav{display:-webkit-box;display:-ms-flexbox;display:flex;z-index:100;background:linear-gradient(45deg, transparent 15px, #ffffff 0) bottom left}.header__nav-list{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;gap:0 30px;padding:0 60px}.header__nav-list__item a{display:inline-block;padding:28px 0;color:#222;font-size:1.6rem;font-weight:700;line-height:1.56;-webkit-transition:all .25s;transition:all .25s;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.header__nav-list__item a:hover{opacity:.7}.header__nav-humburger{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;width:90px;height:72px;background:linear-gradient(45deg, transparent 10px, #ffffff 0) bottom left;cursor:pointer}.header__nav-humburger__text{position:relative;width:100%;margin-top:16px;font-size:1.3rem;font-weight:700;line-height:1.6}.header__nav-humburger__text::before{position:absolute;content:"menu";top:50%;right:50%;-webkit-transform:translate(50%, -50%);transform:translate(50%, -50%)}.header__nav-humburger__text.--active::before{content:"close"}.header__nav-humburger__button{position:relative;display:block;width:32px;height:16px;margin:0;background-color:rgba(0,0,0,0);border:none}.header__nav-humburger__button span{display:block;position:absolute;top:50%;left:50%;width:100%;height:2px;background-color:#000;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.header__nav-humburger__button span:first-child{-webkit-transform:translate(-50%, calc(-50% - 8px));transform:translate(-50%, calc(-50% - 8px));-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease}.header__nav-humburger__button span:nth-child(2){-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.header__nav-humburger__button span:last-child{-webkit-transform:translate(-50%, calc(-50% + 8px));transform:translate(-50%, calc(-50% + 8px));-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease}.header__nav-humburger__button.--active span:first-child{-webkit-transform:translate(-50%, -50%) rotate(-45deg);transform:translate(-50%, -50%) rotate(-45deg)}.header__nav-humburger__button.--active span:nth-child(2){opacity:0}.header__nav-humburger__button.--active span:last-child{-webkit-transform:translate(-50%, -50%) rotate(45deg);transform:translate(-50%, -50%) rotate(45deg)}.header__nav-entry__container{position:relative;display:inline-block;width:230px;height:82px}.header__nav-entry__container::before{position:absolute;content:"";top:50%;right:50%;-webkit-transform:translate(50%, -50%);transform:translate(50%, -50%);width:100%;height:82px;border:solid 2px rgba(0,0,0,0);background:-webkit-gradient(linear, left top, right top, from(#FFA311), to(#FF5E38)) border-box border-box;background:linear-gradient(90deg, #FFA311, #FF5E38) border-box border-box;-webkit-mask:-webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box,-webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) border-box;-webkit-mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0) border-box;mask:-webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box,-webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) border-box;mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0) border-box;-webkit-mask-composite:xor;mask-composite:exclude}.header__nav-entry__container::after{position:absolute;content:"";bottom:0;left:0;width:30px;height:2px;background-color:#ffa311;-webkit-transform:translate(-3px, -10px) rotate(45deg);transform:translate(-3px, -10px) rotate(45deg);-webkit-transition:all .25s;transition:all .25s}@media screen and (max-width: 1159px){.header__nav-entry__container::before{content:none}.header__nav-entry__container::after{content:none}}.header__nav-entry__button{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;-webkit-transition:all .25s;transition:all .25s}.header__nav-entry__button::before{position:absolute;z-index:1;content:"";bottom:0;left:0;width:100%;height:82px;background:linear-gradient(45deg, #ffffff 15px, transparent 0) bottom left;-webkit-transition:all .25s;transition:all .25s}.header__nav-entry__button::after{position:absolute;content:"";top:50%;right:50%;-webkit-transform:translate(50%, -50%);transform:translate(50%, -50%);width:100%;height:82px;background:-webkit-gradient(linear, left top, right top, from(#FFA311), to(#FF5E38));background:linear-gradient(90deg, #FFA311, #FF5E38);-webkit-transition:all .25s;transition:all .25s}.header__nav-entry__button span{position:relative;z-index:1;padding-right:28px;color:#fff;font-size:1.6rem;font-weight:700;line-height:1.56;-webkit-transition:all .25s;transition:all .25s}.header__nav-entry__button span::after{position:absolute;content:"";top:45%;right:0;-webkit-transition:all .25s;transition:all .25s;-webkit-transform:translate(0, -50%);transform:translate(0, -50%);background:url("data:image/svg+xml;charset=utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%3E%3Cpath%20d%3D%22M57%2C48a9%2C9%2C0%2C1%2C0%2C9%2C9A9%2C9%2C0%2C0%2C0%2C57%2C48ZM55.269%2C62.133l-.979-.979L58.444%2C57%2C54.29%2C52.846l.979-.979L60.4%2C57Z%22%20transform%3D%22translate%28-48%20-48%29%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") center center/cover no-repeat;width:18px;height:18px}@media screen and (min-width: 1160px){.header__nav-entry__button:hover::after{opacity:0}.header__nav-entry__button:hover span{color:#222}.header__nav-entry__button:hover span::after{background:url("data:image/svg+xml;charset=utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%3E%3Cpath%20d%3D%22M57%2C48a9%2C9%2C0%2C1%2C0%2C9%2C9A9%2C9%2C0%2C0%2C0%2C57%2C48ZM55.269%2C62.133l-.979-.979L58.444%2C57%2C54.29%2C52.846l.979-.979L60.4%2C57Z%22%20transform%3D%22translate%28-48%20-48%29%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E") center center/cover no-repeat}}@media screen and (max-width: 1159px){.header__nav-entry__button::before{content:none}.header__nav-entry__button::after{content:none}.header__nav-entry__button.--small{background:-webkit-gradient(linear, left top, right top, from(#FFA311), to(#FF5E38));background:linear-gradient(90deg, #FFA311, #FF5E38)}.header__nav-entry__button.--small span{color:#fff;font-size:1.5rem;line-height:1.6;padding:0}.header__nav-entry__button.--small span::after{content:none}}.header__drawer-nav{position:absolute;z-index:90;width:100%;height:100vh;height:auto;-webkit-transition:all .25s;transition:all .25s}.header__drawer-nav__inner{position:absolute;z-index:1;top:82px;right:20px;width:180px;background:linear-gradient(45deg, transparent 15px, #ffffff 0) bottom left;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:-180px;padding:42px 0 35px;-webkit-transition:all .25s;transition:all .25s;opacity:0;visibility:hidden}.header__drawer-nav__inner.--active{margin-right:0;opacity:1;visibility:visible}.header__drawer-nav__menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:25px}.header__drawer-nav__link{color:#222;font-size:1.6rem;font-weight:700;line-height:1.6}.header__drawer-nav__outer{position:absolute;content:"";right:20px;width:100vw;height:100vh;background:rgba(0,0,0,.45);cursor:pointer;-webkit-transition:all .25s;transition:all .25s;opacity:0;visibility:hidden}.header__drawer-nav__outer.--active{opacity:1;visibility:visible}@media screen and (max-width: 1159px){.header__inner{padding-left:20px}.header__nav-list{display:none}.header__nav-entry{background:none}.header__nav-entry__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:90px;height:72px}.header__nav-entry__large{display:none}}@media screen and (max-width: 767px){.header__logo{width:110px;height:54px}}.main{position:relative}.main__inner{width:100%;margin:0 auto}.main .entry-button{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:353px;width:100%;height:82px;margin:0 auto;padding:25px 30px;background:#fff;border:solid 2px rgba(0,0,0,0);border-radius:5px;text-align:left;line-height:82px;-webkit-transition:all .25s;transition:all .25s}.main .entry-button::before{content:"";position:absolute;top:50%;right:50%;-webkit-transform:translate(50%, -50%);transform:translate(50%, -50%);width:102%;height:84px;border:solid 2px rgba(0,0,0,0);border-radius:5px;background:-webkit-gradient(linear, left top, right top, from(#FFA311), to(#FF5E38)) border-box border-box;background:linear-gradient(90deg, #FFA311, #FF5E38) border-box border-box;-webkit-mask:-webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box,-webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) border-box;-webkit-mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0) border-box;mask:-webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box,-webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) border-box;mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0) border-box;-webkit-mask-composite:xor;mask-composite:exclude}.main .entry-button::after{position:absolute;content:"";top:50%;right:50%;-webkit-transform:translate(50%, -50%);transform:translate(50%, -50%);width:102%;height:84px;background:-webkit-gradient(linear, left top, right top, from(#FFA311), to(#FF5E38));background:linear-gradient(90deg, #FFA311, #FF5E38);border-radius:5px;-webkit-transition:all .25s;transition:all .25s}.main .entry-button span{position:relative;z-index:2;display:inline-block;width:100%;color:#fff;font-size:2rem;font-weight:700;line-height:1.56;-webkit-transition:all .25s;transition:all .25s}.main .entry-button span::after{position:absolute;content:"";top:45%;right:-5px;-webkit-transform:translate(0, -45%);transform:translate(0, -45%);background:url("data:image/svg+xml;charset=utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%3E%3Cpath%20d%3D%22M57%2C48a9%2C9%2C0%2C1%2C0%2C9%2C9A9%2C9%2C0%2C0%2C0%2C57%2C48ZM55.269%2C62.133l-.979-.979L58.444%2C57%2C54.29%2C52.846l.979-.979L60.4%2C57Z%22%20transform%3D%22translate%28-48%20-48%29%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") center center/cover no-repeat;width:18px;height:18px;-webkit-transition:all .25s;transition:all .25s}.main .entry-button:hover::after{opacity:0}.main .entry-button:hover span{color:#222}.main .entry-button:hover span::after{background:url("data:image/svg+xml;charset=utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%3E%3Cpath%20d%3D%22M57%2C48a9%2C9%2C0%2C1%2C0%2C9%2C9A9%2C9%2C0%2C0%2C0%2C57%2C48ZM55.269%2C62.133l-.979-.979L58.444%2C57%2C54.29%2C52.846l.979-.979L60.4%2C57Z%22%20transform%3D%22translate%28-48%20-48%29%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E") center center/cover no-repeat}.main .readmore-button{display:block;max-width:353px;width:100%;height:65px;margin:0 auto;padding:0 30px;background:#fff;border:solid 1px #222;border-radius:5px;text-align:center;font-size:1.6rem;font-weight:700;line-height:65px;color:#222;-webkit-transition:all .25s;transition:all .25s;cursor:pointer}.main .readmore-button:hover{color:#fff;background:#222}.main .page-top{position:fixed;z-index:10;content:"";bottom:60px;right:180px}.main .page-top a{position:relative;display:inline-block;width:70px;height:70px;background:#666;border:solid 1px #666;border-radius:50%;-webkit-transform:rotate(-90deg) translate3d(0, 0, 0);transform:rotate(-90deg) translate3d(0, 0, 0);-webkit-transition:all .25s;transition:all .25s}.main .page-top a::before{position:absolute;content:"";top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);background:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225.062%22%20height%3D%2214.731%22%20viewBox%3D%220%200%2025.062%2014.731%22%3E%3Cg%20transform%3D%22translate%28-23.47%20-27.449%29%22%3E%3Cpath%20d%3D%22M0%2C1.487V.431Q0-.185.616.079l15.708%2C5.94a.764.764%2C0%2C0%2C1%2C.528.748V7.955a.718.718%2C0%2C0%2C1-.528.748L.616%2C14.687Q0%2C14.863%2C0%2C14.335v-1.1a.579.579%2C0%2C0%2C1%2C.44-.616L14.916%2C7.383.44%2C2.1A.542.542%2C0%2C0%2C1%2C0%2C1.487Z%22%20transform%3D%22translate%2831.68%2027.449%29%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M0%2C0H2V14H0Z%22%20transform%3D%22translate%2823.47%2028%29%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") center center/cover no-repeat;width:25px;height:14px}.main .page-top a:hover{background:#fff}.main .page-top a:hover::before{background:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225.062%22%20height%3D%2214.731%22%20viewBox%3D%220%200%2025.062%2014.731%22%3E%3Cg%20transform%3D%22translate%28-23.47%20-27.449%29%22%3E%3Cpath%20d%3D%22M0%2C1.487V.431Q0-.185.616.079l15.708%2C5.94a.764.764%2C0%2C0%2C1%2C.528.748V7.955a.718.718%2C0%2C0%2C1-.528.748L.616%2C14.687Q0%2C14.863%2C0%2C14.335v-1.1a.579.579%2C0%2C0%2C1%2C.44-.616L14.916%2C7.383.44%2C2.1A.542.542%2C0%2C0%2C1%2C0%2C1.487Z%22%20transform%3D%22translate%2831.68%2027.449%29%22%20fill%3D%22%23666666%22%2F%3E%3Cpath%20d%3D%22M0%2C0H2V14H0Z%22%20transform%3D%22translate%2823.47%2028%29%22%20fill%3D%22%23666666%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") center center/cover no-repeat}@media screen and (max-width: 1159px){.main .page-top{bottom:20px;right:20px}}@media screen and (max-width: 767px){.main .page-top a{width:50px;height:50px}.main .page-top a::before{width:18px;height:11px}}.mv__inner{position:relative;background:url(../img/series-azx/mv_series-azx.jpg) center center/cover no-repeat;background-position-x:51%;height:800px}.mv__gradation{position:absolute;top:0;width:100%;height:130px;background-image:-webkit-gradient(linear, left top, left bottom, from(#222222), to(transparent));background-image:linear-gradient(180deg, #222222, transparent);opacity:.6}.mv__message{position:absolute;bottom:75px;right:50%;-webkit-transform:translate(50%);transform:translate(50%);width:100%;text-align:center;font-size:4rem;line-height:1.65;font-weight:700;color:#fff;text-shadow:0px 3px 6px #141554}.mv__message::before{position:absolute;z-index:-1;content:"";bottom:70px;left:50%;-webkit-transform:translate(-50%, 0);transform:translate(-50%, 0);width:858px;height:15px;background:#02347a;border-radius:50%;-webkit-filter:blur(7px);filter:blur(7px);opacity:.8}.mv__message::after{position:absolute;z-index:-1;content:"";bottom:5px;left:50%;-webkit-transform:translate(-50%, 0);transform:translate(-50%, 0);width:432px;height:15px;background:#02347a;border-radius:50%;-webkit-filter:blur(7px);filter:blur(7px);opacity:.8}.mv__credit{position:absolute;display:inline-block;bottom:15px;right:23px;font-size:1.2rem;color:#fff}.mv__notion{width:100%;height:44px;-webkit-transition:all .25s;transition:all .25s;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.mv__notion a{position:relative;display:inline-block;width:100%;height:44px;margin:0 auto;background:#fff;text-align:center;font-size:1.6rem;line-height:1.56;font-weight:700;color:#fff;line-height:44px;-webkit-transition:all .25s;transition:all .25s;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.mv__notion a::before{content:"";position:absolute;top:50%;right:50%;-webkit-transform:translate(50%, -50%);transform:translate(50%, -50%);width:100%;height:44px;border:solid 2px rgba(0,0,0,0);background:-webkit-gradient(linear, left top, right top, from(#FFA311), to(#FF5E38)) border-box border-box;background:linear-gradient(90deg, #FFA311, #FF5E38) border-box border-box;-webkit-mask:-webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box,-webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) border-box;-webkit-mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0) border-box;mask:-webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box,-webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) border-box;mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0) border-box;-webkit-mask-composite:xor;mask-composite:exclude}.mv__notion a::after{position:absolute;z-index:-1;content:"";top:50%;right:50%;-webkit-transform:translate(50%, -50%);transform:translate(50%, -50%);width:100%;height:44px;background:-webkit-gradient(linear, left top, right top, from(#FFA311), to(#FF5E38));background:linear-gradient(90deg, #FFA311, #FF5E38);-webkit-transition:all .25s;transition:all .25s}.mv__notion a:hover{color:#222}.mv__notion a:hover::after{opacity:0}@media screen and (max-width: 1159px){.mv__inner{height:650px}.mv__message{font-size:3.4rem}.mv__message::before{content:none}.mv__message::after{content:none}}@media screen and (max-width: 767px){.mv__message{display:inline-block;right:-7px;bottom:50px;font-size:2.4rem;letter-spacing:-0.5px;-webkit-transform:none;transform:none}.mv__credit{right:20px}.mv__credit{font-size:1.1rem;text-shadow:0px 0px 3px #012b53}.mv__notion a{font-size:1.3rem}}.about{position:relative;z-index:10}.about__inner{position:relative;max-width:1160px;width:100%;margin:0 auto;padding:100px 0 50px}.about__inner h2{font-size:6.8rem;font-weight:700;color:#0081ff;margin-bottom:40px}.about__inner::before{position:absolute;z-index:-1;content:"";top:65px;right:0;width:450px;height:448px;background:url(../img/series-azx/icon_rocket.png) center center/cover no-repeat}.about__inner::after{position:absolute;z-index:-1;content:"";bottom:0;right:-180px;width:930px;height:351px;background:url(../img/series-azx/text_azx.svg) center center/cover no-repeat}.about__container{max-width:1000px;width:100%;margin:0 auto;font-size:2rem;line-height:1.9}.about__container em{display:inline-block;font-size:3.8rem;line-height:1.68;font-weight:700;margin-bottom:58px}.about__requirement{margin-top:30px;padding:30px;border:dotted 1px #222;font-size:2rem;line-height:1.9}.about__logo{position:absolute;bottom:0;right:0}.about__image{background:url(../img/series-azx/bg_about.jpg) center center/cover no-repeat;background-position-y:35%;height:450px}@media screen and (max-width: 1159px){.about__inner{padding:105px 20px 100px}.about__inner::before{top:50px;right:20px;width:340px;height:340px}.about__inner::after{right:0;width:595px;height:225px}.about__container em{font-size:3.2rem}.about__image{height:280px;background-position-y:50%}}@media screen and (max-width: 767px){.about__inner{padding:191px 20px 80px}.about__inner::before{width:240px;height:240px}.about__inner::after{right:50%;width:335px;height:127px;-webkit-transform:translateX(50%);transform:translateX(50%)}.about__inner h2{margin-bottom:15px;font-size:2.8rem}.about__container{font-size:1.4rem;line-height:2}.about__container em{font-size:2.2rem;margin-bottom:40px}.about__requirement{margin-top:30px;font-size:1.4rem}.about__image{height:180px;background-position-y:30%}}.flow{background:-webkit-gradient(linear, left top, right top, from(#066AF0), to(#1E8AFA));background:linear-gradient(90deg, #066AF0, #1E8AFA);color:#fff}.flow__inner{max-width:1160px;width:100%;margin:0 auto;padding:126px 0 107px}.flow__process{max-width:1160px;width:100%;margin:0 auto 97px}.flow__process h3{text-align:center;font-size:4.2rem;line-height:1.6;font-weight:700;margin-bottom:73px}.flow__process small{display:inline-block;margin-top:25px;font-size:1.4rem}.flow__container{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;gap:50px}.flow__step{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:calc((100% - 150px)/4);height:330px;padding:15px;background:#fff;color:#222}.flow__step:nth-child(-n+3)::after{position:absolute;content:"";bottom:40%;right:-14%;-webkit-transform:translate(0, -50%);transform:translate(0, -50%);width:20px;height:36px;background:url(../img/series-azx/icon_arrow-triangle.svg) center center/cover no-repeat}.flow__step-number{position:absolute;content:"";top:0;left:0;display:inline-block;width:80px;height:80px;padding:0 0 0 15px;background-image:linear-gradient(135deg, #FFE200 50%, transparent 0);color:#0661da;font-size:2.8rem;font-weight:700}.flow__step-image{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:120px;height:120px}.flow__step-heading{margin-top:15px;text-align:center;font-size:2.4rem;line-height:1.3;font-weight:800}.flow__step-outline{margin-top:auto;padding:0 15px 15px;font-size:1.6rem}.flow__step-benefit{width:100%;margin-top:20px;padding:10px 20px;border:dotted 1px #000;color:#000;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.flow__step-benefit span{position:relative;padding-left:42px;font-size:1.6rem;font-weight:700}.flow__step-benefit span::before{position:absolute;content:"";top:50%;left:0;-webkit-transform:translate(0, -50%);transform:translate(0, -50%);width:24px;height:30px;background:url(../img/series-azx/icon_file.svg) center center/cover no-repeat}.flow__dd-about{position:relative;z-index:10;margin-bottom:80px}.flow__dd-about h3{text-align:center;font-size:4.2rem;line-height:1.6;font-weight:700;margin-bottom:49px}.flow__dd-about em{display:inline-block;color:#ffe200;font-size:3.6rem;line-height:1.6;font-weight:700;margin-bottom:60px}.flow__dd-about p{font-size:1.6rem}.flow__dd-about img{position:absolute;z-index:-1;top:0;right:0;width:350px;height:350px}.flow__dd-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.flow__dd-info__survey{max-width:656px;width:100%;padding:34px 50px;border:dotted 1px #fff}.flow__dd-info__survey p{font-size:2.8rem;line-height:1.6;font-weight:700;margin-bottom:27px}.flow__dd-info__survey ol{padding-left:20px;font-size:1.6rem;list-style:auto;list-style-type:auto}.flow__dd-info__document{max-width:353px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-left:60px}.flow__dd-info__document-button{position:relative;height:65px;margin-bottom:60px;padding:0 25px;background:#fff;color:#222;font-size:1.6rem;font-weight:700;line-height:65px;border:solid 1px rgba(0,0,0,0);border-radius:5px;-webkit-transition:all .25s;transition:all .25s;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);-webkit-box-shadow:0 2px 15px rgba(0,0,0,.12);box-shadow:0 2px 15px rgba(0,0,0,.12)}.flow__dd-info__document-button span::after{position:absolute;content:"";top:50%;right:25px;-webkit-transform:translate(0, -50%);transform:translate(0, -50%);width:38px;height:22px;background:url(../img/series-azx/icon_pdf.svg) center center/cover no-repeat}.flow__dd-info__document-button::after{position:absolute;content:"";bottom:-30px;right:50%;-webkit-transform:translate(50%, -50%);transform:translate(50%, -50%);width:100%;height:1px;border-top:dotted 1px #fff}.flow__dd-info__document-button:hover{color:#fff;background:#066af0;border:solid 1px #fff}@media screen and (max-width: 1159px){.flow__inner{padding:126px 20px 107px}.flow__container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flow__process small{margin-top:20px}.flow__step{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;height:auto;margin:0 auto}.flow__step:nth-child(-n+3)::after{bottom:-60px;right:50%;-webkit-transform:translate(50%, -50%) rotate(90deg);transform:translate(50%, -50%) rotate(90deg)}.flow__step-heading{margin-top:0}.flow__step-outline{width:100%;margin-top:10px;padding:0;text-align:center}.flow__step-benefit{margin-top:0;padding:20px 15px}.flow__dd-about{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.flow__dd-about em{margin-bottom:10px}.flow__dd-about img{position:relative;margin-bottom:23px}}@media screen and (max-width: 767px){.flow__inner{padding:80px 20px 50px}.flow__process{margin-bottom:80px}.flow__process h3{font-size:2.8rem;line-height:1.39;margin-bottom:45px}.flow__container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:40px}.flow__step-heading{margin-left:15px;text-align:left;font-size:2.2rem;line-height:1.36}.flow__step-image{margin-left:29px;width:110px;height:110px}.flow__step:first-child-image{width:100px;height:100px}.flow__dd-about{margin-bottom:40px}.flow__dd-about h3{font-size:2.8rem;line-height:1.39;margin-bottom:30px}.flow__dd-about em{font-size:2.2rem;line-height:1.72}.flow__dd-about img{width:222px;height:222px}.flow__dd-about p{font-size:1.4rem}.flow__dd-info{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.flow__dd-info__survey{margin-bottom:40px;padding:30px 20px}.flow__dd-info__survey p{text-align:center;margin-bottom:20px;font-size:2.4rem;line-height:1.62}.flow__dd-info__document{margin-left:0}}.feature__inner{max-width:1160px;width:100%;margin:0 auto;padding:140px 0 100px;text-align:center}.feature h2{margin-bottom:90px;font-size:6rem;line-height:1.6;font-weight:700}.feature__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:80px;text-align:left;width:100%;margin-bottom:50px}.feature__list-item{border-top:solid 1px #000}.feature__list-item:first-child .feature__list-item__heading::before{content:"01"}.feature__list-item:first-child .feature__list-item__body{padding-bottom:90px}.feature__list-item:first-child .feature__list-item__body::before{top:-22px;left:18px;width:363px;height:175px;background:url(../img/series-azx/icon_graph.png) center center/cover no-repeat}.feature__list-item:nth-child(2) .feature__list-item__heading::before{content:"02"}.feature__list-item:nth-child(2) .feature__list-item__body{padding-bottom:115px}.feature__list-item:nth-child(2) .feature__list-item__body::before{top:-40px;left:75px;width:272px;height:272px;background:url(../img/series-azx/icon_idea.png) center center/cover no-repeat}.feature__list-item:nth-child(3) .feature__list-item__heading::before{content:"03"}.feature__list-item:nth-child(3) .feature__list-item__body{padding-bottom:140px}.feature__list-item:nth-child(3) .feature__list-item__body::before{top:-40px;left:60px;width:293px;height:293px;background:url(../img/series-azx/icon_report.png) center center/cover no-repeat}.feature__list-item:last-child .feature__list-item__heading::before{content:"04"}.feature__list-item:last-child .feature__list-item__body{padding-bottom:125px}.feature__list-item:last-child .feature__list-item__body::before{top:-25px;left:70px;width:291px;height:291px;background:url(../img/series-azx/icon_checklist.png) center center/cover no-repeat}.feature__list-item__heading{position:relative;padding-top:35px;padding-left:150px;font-size:2.6rem;line-height:1.3;font-weight:700}.feature__list-item__heading::before{position:absolute;content:"";top:0;left:0;width:110px;height:100px;display:inline-block;padding:32px 0;text-align:center;background:#ffe200;color:#0661da;font-size:3.6rem;line-height:1;font-weight:700}.feature__list-item__body{position:relative;width:100%;margin-top:85px;padding-left:405px;text-align:justify;font-size:1.6rem;line-height:1.8;letter-spacing:.1rem}.feature__list-item__body::before{position:absolute;content:""}@media screen and (max-width: 1159px){.feature__inner{padding:140px 20px 100px}.feature__list-item__body{padding-left:325px}.feature__list-item:first-child .feature__list-item__body{padding-bottom:0}.feature__list-item:first-child .feature__list-item__body::before{top:-22px;left:18px;width:280px;height:175px;background:url(../img/series-azx/icon_graph.png) center center/cover no-repeat}.feature__list-item:nth-child(2) .feature__list-item__body{padding-bottom:0}.feature__list-item:nth-child(2) .feature__list-item__body::before{top:-40px;left:35px;width:230px;height:230px;background:url(../img/series-azx/icon_idea.png) center center/cover no-repeat}.feature__list-item:nth-child(3) .feature__list-item__body{padding-bottom:0}.feature__list-item:nth-child(3) .feature__list-item__body::before{top:-40px;left:35px;width:230px;height:230px;background:url(../img/series-azx/icon_report.png) center center/cover no-repeat}.feature__list-item:last-child .feature__list-item__body{padding-bottom:0px}.feature__list-item:last-child .feature__list-item__body::before{top:-25px;left:35px;width:230px;height:230px;background:url(../img/series-azx/icon_checklist.png) center center/cover no-repeat}}@media screen and (max-width: 767px){.feature__inner{padding:80px 20px 60px}.feature__inner h2{font-size:2.8rem;line-height:1.39;margin-bottom:40px}.feature__list{gap:62px;margin-bottom:60px}.feature__list-item__heading{padding:20px 0 0 100px;font-size:2rem;line-height:1.4}.feature__list-item__heading::before{width:80px;height:73px;padding:23px 0;font-size:2.8rem;line-height:1}.feature__list-item__body{margin-top:270px;padding-left:0;font-size:1.4rem;line-height:1.78}.feature__list-item:first-child .feature__list-item__body{padding-bottom:0;margin-top:230px}.feature__list-item:first-child .feature__list-item__body::before{top:-190px;left:50%;-webkit-transform:translate(-50%, 0);transform:translate(-50%, 0);width:280px;height:175px;background:url(../img/series-azx/icon_graph.png) center center/cover no-repeat}.feature__list-item:nth-child(2) .feature__list-item__body{padding-bottom:0}.feature__list-item:nth-child(2) .feature__list-item__body::before{top:-248px;left:50%;-webkit-transform:translate(-50%, 0);transform:translate(-50%, 0);width:230px;height:230px;background:url(../img/series-azx/icon_idea.png) center center/cover no-repeat}.feature__list-item:nth-child(3) .feature__list-item__body{padding-bottom:0}.feature__list-item:nth-child(3) .feature__list-item__body::before{top:-251px;left:50%;-webkit-transform:translate(-50%, 0);transform:translate(-50%, 0);width:230px;height:230px;background:url(../img/series-azx/icon_report.png) center center/cover no-repeat}.feature__list-item:last-child .feature__list-item__body{padding-bottom:0px}.feature__list-item:last-child .feature__list-item__body::before{top:-253px;left:50%;-webkit-transform:translate(-50%, 0);transform:translate(-50%, 0);width:230px;height:230px;background:url(../img/series-azx/icon_checklist.png) center center/cover no-repeat}}.vc{background:-webkit-gradient(linear, left top, right top, from(#066AF0), to(#1E8AFA));background:linear-gradient(90deg, #066AF0, #1E8AFA);color:#fff}.vc__inner{max-width:100%;width:100%;margin:0 auto;padding:125px 0 60px}.vc__fv{text-align:center;margin-bottom:54px}.vc__fv h2{font-size:6rem;line-height:1.6;font-weight:700;margin-bottom:25px}.vc__fv p{font-size:2.4rem;line-height:1.6;font-weight:700;margin-bottom:10px}.vc__fv small{font-size:1.4rem;line-height:1.6}.vc__company{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;gap:30px}.vc__company .--speed-top{-webkit-animation:loop-left var(--speed-top) infinite linear both;animation:loop-left var(--speed-top) infinite linear both}.vc__company .--speed-bottom{-webkit-animation:loop-left var(--speed-bottom) infinite linear both;animation:loop-left var(--speed-bottom) infinite linear both}@-webkit-keyframes loop-left{0%{-webkit-transform:translateX(0%);transform:translateX(0%)}to{-webkit-transform:translateX(-101%);transform:translateX(-101%)}}@keyframes loop-left{0%{-webkit-transform:translateX(0%);transform:translateX(0%)}to{-webkit-transform:translateX(-101%);transform:translateX(-101%)}}@media screen and (max-width: 767px){@-webkit-keyframes loop-left{0%{-webkit-transform:translateX(0%);transform:translateX(0%)}to{-webkit-transform:translateX(-100.5%);transform:translateX(-100.5%)}}@keyframes loop-left{0%{-webkit-transform:translateX(0%);transform:translateX(0%)}to{-webkit-transform:translateX(-100.5%);transform:translateX(-100.5%)}}}.vc__company-slide{display:-webkit-box;display:-ms-flexbox;display:flex;gap:30px}.vc__company-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:280px;height:110px;background-color:#fff}.vc__company-logo{width:100%;height:100%}.vc__company-logo img{display:block;max-width:none;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.vc__company:nth-child(3){margin-top:30px;margin-bottom:50px;margin-left:-155px}.vc__lower{max-width:1160px;width:100%;margin:0 auto}.vc__lower small{margin-top:50px;font-size:1.4rem;line-height:1.6}@media screen and (max-width: 767px){.vc__inner{padding:85px 0 60px}.vc__fv{margin-bottom:50px}.vc__fv h2{font-size:2.8rem;line-height:1.39;margin-bottom:12px}.vc__fv p{font-size:2rem}.vc__fv small{font-size:1.3rem}.vc__company{gap:10px}.vc__company-slide{gap:10px}.vc__company-item{width:160px;height:63px}.vc__company:nth-child(3){margin-top:10px;margin-bottom:0;margin-left:-85px}.vc__company:nth-child(4){margin-top:15px;margin-bottom:20px}.vc__lower{padding:0 20px;margin-top:20px}.vc__lower small{font-size:1.3rem}}.experience{background:-webkit-gradient(linear, left top, right top, from(#066AF0), to(#1E8AFA));background:linear-gradient(90deg, #066AF0, #1E8AFA);color:#fff}.experience__inner{position:relative;z-index:10;max-width:1160px;width:100%;margin:0 auto;padding:110px 0}.experience__inner h2{text-align:center;font-size:6rem;line-height:1.6;font-weight:700;margin-bottom:80px}.experience__inner::before{position:absolute;z-index:-1;content:"";top:-81px;right:-112px;width:450px;height:462px;background:url(../img/series-azx/icon_rocket_up.png) center center/cover no-repeat}.experience__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:50px;width:100%;margin-bottom:80px}.experience__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:calc((100% - 100px)/3)}.experience__content small{position:relative;margin-top:20px;padding-left:24px;font-size:1.4rem;line-height:1.57}.experience__content small::before{position:absolute;content:"※";top:0;left:0}.experience__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:40px 0;background-color:#fff;height:280px}.experience__item-heading{color:#222;font-size:2rem;line-height:1.6;font-weight:800}.experience__item-value{margin-top:10px;color:#222;font-size:2.1rem;line-height:1.6;font-weight:700}.experience__item-value em{color:#0661da;font-size:7.2rem;letter-spacing:-0.2rem}.experience__item-outline{margin-top:20px;color:#222;font-size:1.8rem;line-height:1.4}.experience__cta{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.experience__cta em{display:inline-block;text-align:center;color:#ffe200;font-size:3rem;line-height:1.6;font-weight:700;margin-bottom:60px}.experience__cta::after{position:absolute;z-index:-1;content:"";bottom:-207px;left:-157px;width:428px;height:315px;background:url(../img/series-azx/icon_idea-up.png) center center/cover no-repeat}.experience__startup h3{margin-bottom:54px;text-align:center;font-size:3.8rem;line-height:1.6;font-weight:700}.experience__startup-container{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:60px 50px}.experience__startup-content{display:-webkit-box;display:-ms-flexbox;display:flex;width:calc((100% - 50px)/2);height:183px}.experience__startup-logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:100%;width:252px;height:157px;background:#fff}.experience__startup-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-preferred-size:273px;flex-basis:273px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding-left:30px;font-size:1.5rem;line-height:1.86}.experience__startup-text em{font-size:1.6rem;line-height:1.56;font-weight:700}@media screen and (max-width: 1159px){.experience__inner{padding:110px 20px}.experience__container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px}.experience__content{width:100%}.experience__content small{margin-top:15px}.experience__item-value em{font-size:6rem}.experience__startup h3{text-shadow:0px 2px 4px #1078f4}.experience__startup-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:50px}.experience__startup-content{width:100%}}@media screen and (max-width: 767px){.experience__inner{padding:83px 20px 50px}.experience__inner::before{top:-49px;right:-27px;width:280px;height:288px}.experience__inner h2{font-size:2.8rem;line-height:1.39;text-shadow:0px 2px 4px #1078f4;margin-bottom:85px}.experience__container{margin-bottom:60px}.experience__content small{font-size:1.3rem}.experience__item{height:auto;padding:40px 0 29px}.experience__item-value{margin-top:0}.experience__item-outline{margin-top:10px}.experience__cta{margin-bottom:150px}.experience__cta em{font-size:2.2rem;line-height:1.72;letter-spacing:-1px}.experience__cta::after{bottom:-268px;left:-20px;width:281px;height:207px}.experience__startup h3{font-size:2.4rem;line-height:1.41;margin-bottom:45px}.experience__startup-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:auto;padding-left:0}.experience__startup-logo{margin-bottom:20px}.experience__startup-logo img{width:145px}.experience__startup-text{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-preferred-size:0;flex-basis:0;padding-left:0;font-size:1.4rem;line-height:1.78}.experience__startup-text p{margin-bottom:20px}}.knowledge__inner{max-width:1160px;width:100%;margin:0 auto;padding:140px 0 150px}.knowledge h3{margin:120px auto 35px;text-align:center;font-size:2.6rem;line-height:1.6;font-weight:700}@media screen and (max-width: 767px){.knowledge h3{margin-top:60px;margin-bottom:20px;font-size:2.2rem}}.knowledge__fv{text-align:center;margin-bottom:60px}.knowledge__fv h2{font-size:6rem;line-height:1.6;font-weight:700;margin-bottom:15px}.knowledge__fv p{font-size:2.4rem;line-height:1.6;font-weight:700;margin-bottom:10px}.knowledge__blog{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.knowledge__blog-list{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:50px 0;margin-bottom:60px}.knowledge__blog-list::after{content:"";display:block;width:29%}.knowledge__blog-item{width:calc((100% - 100px)/3)}.knowledge__blog-item:nth-of-type(n+4){display:none}.knowledge__blog-item__link{display:block;width:100%;-webkit-transition:all .25s;transition:all .25s;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.knowledge__blog-item__link:hover{opacity:.7}.knowledge__blog-item__thumb{width:100%;height:200px;background:url("../img/series-azx/no_thumb.png") #f7f7f7 center center/cover no-repeat;overflow:hidden;-webkit-box-shadow:0 2px 4px rgba(0,0,0,.1);box-shadow:0 2px 4px rgba(0,0,0,.1)}.knowledge__blog-item__title{width:100%;margin-top:20px;text-align:justify;color:#222;font-size:1.7rem;line-height:1.6;font-weight:700}.knowledge__youtube{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.knowledge__youtube-list{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:50px 0;margin-bottom:60px}.knowledge__youtube-list::after{content:"";display:block;width:29%}.knowledge__youtube-item{width:calc((100% - 100px)/3)}.knowledge__youtube-item:nth-of-type(n+4){display:none}.knowledge__youtube-item__link{display:block;width:100%;-webkit-transition:all .25s;transition:all .25s;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.knowledge__youtube-item__link:hover{opacity:.7}.knowledge__youtube-item__thumb{width:100%;height:200px;background:url("../img/series-azx/no_thumb.png") center center/contain no-repeat;overflow:hidden}.knowledge__youtube-item__title{width:100%;margin-top:20px;text-align:justify;color:#222;font-size:1.7rem;line-height:1.6;font-weight:700}.knowledge__youtube .readmore-button{margin-bottom:50px}@media screen and (max-width: 1159px){.knowledge__inner{padding:140px 20px 150px}.knowledge__blog-list{gap:40px 0}.knowledge__blog-item{width:calc((100% - 80px)/3)}.knowledge__blog-item__thumb{height:130px}.knowledge__youtube-list{gap:40px 0}.knowledge__youtube-item{width:calc((100% - 80px)/3)}.knowledge__youtube-item__thumb{height:130px}}@media screen and (max-width: 767px){.knowledge__inner{padding:80px 20px 60px}.knowledge__fv{margin-bottom:50px}.knowledge__fv h2{font-size:2.8rem;line-height:1.39;margin-bottom:15px}.knowledge__fv h3{margin-top:60px;margin-bottom:20px;font-size:2.2rem}.knowledge__fv p{font-size:2rem}.knowledge__blog{margin-bottom:0}.knowledge__blog-list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:15px}.knowledge__blog-item{width:100%}.knowledge__blog-item__thumb{height:190px}.knowledge__blog-item__title{font-size:1.5rem}.knowledge__youtube-list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:0}.knowledge__youtube-item{width:100%}.knowledge__youtube-item__thumb{height:180px}.knowledge__youtube-item__title{font-size:1.5rem;margin-top:15px}.knowledge .readmore-button{margin-bottom:60px}}.qa__inner{max-width:1160px;width:100%;margin:0 auto;padding:90px 0 120px}.qa__fv{text-align:center;margin-bottom:80px}.qa__fv h2{font-size:6rem;line-height:1.6;font-weight:700;margin-bottom:15px}.qa__fv p{font-size:2.4rem;line-height:1.6;font-weight:700;margin-bottom:10px}.qa__fv small{font-size:1.4rem;line-height:1.6}.qa__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:1000px;width:100%;margin:0 auto 60px}.qa__item{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;border-bottom:solid 1px #222}.qa__item:first-child{border-top:solid 1px #222}.qa__item:nth-of-type(n+4){display:none}.qa__item-q{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding:30px 75px 30px 85px;font-size:1.8rem;line-height:1.6;font-weight:700;-webkit-transition:all .25s;transition:all .25s;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.qa__item-q::before{position:absolute;content:"";top:43px;left:30px;-webkit-transform:translate(0, -50%);transform:translate(0, -50%);width:30px;height:30px;background:url(../img/series-azx/text_q.svg) center center/cover no-repeat}.qa__item-q::after{position:absolute;content:"";top:32px;right:30px;width:24px;height:24px;background:url(../img/series-azx/icon_plus.svg) center center/cover no-repeat}.qa__item-q:not(.--open):hover{cursor:pointer;opacity:.7}.qa__item-q.--open{padding-bottom:30px}.qa__item-q.--open::after{background:url(../img/series-azx/icon_minus.svg) center center/cover no-repeat}.qa__item-a{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:justify;width:100%;padding:0px 30px 25px 85px;line-height:1.6}.qa__item-a::before{position:absolute;content:"";top:-3px;left:30px;width:30px;height:30px;background:url(../img/series-azx/text_a.svg) center center/cover no-repeat}.qa__item-a p{margin-bottom:1em}.qa__item-a li{margin-bottom:1em;position:relative}.qa__item-a ul li{padding-left:14px}.qa__item-a ul li::before{content:"";width:5px;height:5px;border-radius:50%;background-color:#222;position:absolute;top:9px;left:1px}.qa__item-a a{color:#222;text-decoration:underline;-webkit-transition:all .25s;transition:all .25s;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.qa__item-a a:hover{opacity:.7}.qa__item-a strong{font-weight:bold}.qa__item-a h4{font-size:2rem;font-weight:bold;margin-top:40px;margin-bottom:10px}@media screen and (max-width: 1159px){.qa__inner{padding:90px 20px 120px}}@media screen and (max-width: 767px){.qa__inner{padding:80px 20px 120px}.qa__fv{margin-bottom:40px}.qa__fv h2{font-size:3.2rem;line-height:1.21;margin-bottom:15px}.qa__fv p{font-size:2rem}.qa__item-q{padding:30px 45px 30px 60px;font-size:1.6rem}.qa__item-q::before{top:40px;left:12px}.qa__item-q::after{position:absolute;content:"";right:10px;width:20px;height:20px}.qa__item-q.--opne{padding-top:50px}.qa__item-q.--opne::before{top:60px;left:12px}.qa__item-q.--opne::after{top:52px;right:10px}.qa__item-a{padding:0 0 20px 60px;font-size:1.4rem;line-height:1.78}.qa__item-a::before{top:-4px;left:12px}}.entry{background:linear-gradient(80deg, #00C4FF, #31DFFF)}.entry__inner{max-width:1160px;width:100%;margin:0 auto;padding:94px 0 183px}.entry__inner.--children{padding:194px 0 183px}.entry__fv{position:relative;text-align:center;font-size:2.4rem;line-height:1.6;font-weight:700;margin-bottom:52px}.entry__fv h2{font-size:6rem;line-height:1.6;font-weight:700;margin-bottom:15px}.entry__fv p.note{display:inline-block;text-align:left;max-width:1000px;font-size:2rem}.entry__fv-requirement{max-width:1000px;width:100%;margin:70px auto 30px;padding:25px 40px;border:dotted 1px #26101e;text-align:left;font-size:2rem;line-height:1.75;font-weight:400}.entry__fv-deadline{position:absolute;content:"";top:-50px;right:65px;width:210px;height:210px;background:-webkit-gradient(linear, left top, right top, from(#FF5E38), to(#FFA311));background:linear-gradient(90deg, #FF5E38, #FFA311);border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff;font-size:2.2rem;line-height:1.5;font-weight:700;letter-spacing:-0.05px}.entry__form{max-width:1000px;width:100%;margin:0 auto;border-top:solid 1px #222}.entry__form .screen-reader-response{display:none}.entry__form form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.entry__form .wpcf7-not-valid-tip{display:block;font-size:1.6rem;color:red;font-weight:700;max-width:100% !important;width:100% !important;margin-left:0 !important}.entry__form .wpcf7-response-output{display:inline-block;margin:10px auto 0;padding:0;font-size:1.6rem;color:red;font-weight:700;border:none}.entry__item{margin-top:30px}.entry__item p{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:1.8rem}.entry__item p>label{padding-left:60px;line-height:50px;font-size:1.8rem;font-weight:700}.entry__item p em{margin-left:auto;margin-top:10px;line-height:1.6;font-size:1.4rem;max-width:677px;width:100%}.entry__item .wpcf7-form-control-wrap{margin-left:auto;max-width:677px}.entry__item .wpcf7-form-control-wrap input[type=text],.entry__item .wpcf7-form-control-wrap input[type=email],.entry__item .wpcf7-form-control-wrap input[type=tel],.entry__item .wpcf7-form-control-wrap input[type=url],.entry__item .wpcf7-form-control-wrap textarea{width:677px;border-radius:5px;margin:0;border:none;color:#222;font-family:"LINE Seed JP";font-size:1.6rem;line-height:1.8}.entry__item .wpcf7-form-control-wrap input[type=radio]{display:none}.entry__item .wpcf7-form-control-wrap input[type=text],.entry__item .wpcf7-form-control-wrap input[type=email],.entry__item .wpcf7-form-control-wrap input[type=tel],.entry__item .wpcf7-form-control-wrap input[type=url]{height:50px}.entry__item .wpcf7-form-control-wrap .wpcf7-radio{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:0 20px}.entry__item .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item{display:block;font-size:1.4rem;line-height:49px;cursor:pointer}.entry__item .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item-label{position:relative;padding-left:25px}.entry__item .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item-label::before{position:absolute;content:"";top:50%;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:20px;height:20px;border-radius:50%;background-color:#fff}.entry__item .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item input[type=radio]:checked+.wpcf7-list-item-label::after{position:absolute;content:"";top:50%;left:5px;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:10px;height:10px;border-radius:50%;background-color:#000}.entry__item .wpcf7-form-control-wrap textarea{height:240px}.entry__item.--half{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.entry__item.--required p>label{position:relative;padding-left:60px}.entry__item.--required p>label::before{position:absolute;content:"必須";top:15px;left:0;display:inline-block;width:40px;height:21px;font-size:.8em;background:#ffce00;color:#222;font-size:1.2rem;font-weight:400;line-height:21px;text-align:center}.entry__item.--introducer{display:block}.entry__item.--introducer.is-unchecked{display:none}.entry__item__heading{width:32.3%}.entry__item__input-outer{width:67.7%;display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px}.entry__item__input-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;max-width:100%;width:50%;gap:12px}.entry__item__input-inner p{display:contents}.entry__item__input-inner p em{width:35px;margin-top:0;-moz-text-align-last:right;text-align-last:right;line-height:50px}.entry__item__input-inner p .wpcf7-form-control-wrap input[type=text],.entry__item__input-inner p .wpcf7-form-control-wrap input[type=email],.entry__item__input-inner p .wpcf7-form-control-wrap input[type=tel],.entry__item__input-inner p .wpcf7-form-control-wrap input[type=url]{width:100%}.entry__button{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:82px;margin:60px auto 0;-webkit-transition:all .25s;transition:all .25s}.entry__button p{position:relative;display:block;max-width:352px;width:100%;height:82px;background:#fff;border-radius:5px;text-align:left;line-height:82px;-webkit-transition:all .25s;transition:all .25s}.entry__button p::before{position:absolute;content:"";top:50%;right:50%;-webkit-transform:translate(50%, -50%);transform:translate(50%, -50%);width:100%;height:82px;background:-webkit-gradient(linear, left top, right top, from(#FFA311), to(#FF5E38));background:linear-gradient(90deg, #FFA311, #FF5E38);border-radius:5px;-webkit-transition:all .25s;transition:all .25s}.entry__button p::after{position:absolute;content:"";top:50%;right:25px;-webkit-transform:translate(0, -50%);transform:translate(0, -50%);background:url("data:image/svg+xml;charset=utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%3E%3Cpath%20d%3D%22M57%2C48a9%2C9%2C0%2C1%2C0%2C9%2C9A9%2C9%2C0%2C0%2C0%2C57%2C48ZM55.269%2C62.133l-.979-.979L58.444%2C57%2C54.29%2C52.846l.979-.979L60.4%2C57Z%22%20transform%3D%22translate%28-48%20-48%29%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") center center/cover no-repeat;width:18px;height:18px;-webkit-transition:all .25s;transition:all .25s}.entry__button input{position:relative;z-index:1;display:inline-block;overflow:hidden;max-width:353px;width:100%;height:82px;margin:0;padding:25px 30px;background:rgba(0,0,0,0);border:none;border-radius:5px;text-align:left;line-height:82px;-webkit-transition:all .25s;transition:all .25s;display:inline-block;width:100%;color:#fff;font-size:2rem;font-weight:700;line-height:1.56;-webkit-box-shadow:none;box-shadow:none;cursor:pointer}.entry__button-confirm{position:relative;max-width:352px;width:100%;height:82px;margin:0 auto}.entry__button-confirm::before{content:"";position:absolute;z-index:1;top:50%;right:50%;-webkit-transform:translate(50%, -50%);transform:translate(50%, -50%);width:100%;height:82px;border:solid 2px rgba(0,0,0,0);border-radius:5px;background:-webkit-gradient(linear, left top, right top, from(#FFA311), to(#FF5E38)) border-box border-box;background:linear-gradient(90deg, #FFA311, #FF5E38) border-box border-box;-webkit-mask:-webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box,-webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) border-box;-webkit-mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0) border-box;mask:-webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box,-webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) border-box;mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0) border-box;-webkit-mask-composite:xor;mask-composite:exclude}.entry__button-confirm:hover input{color:#222}.entry__button-confirm:hover p::before{opacity:0}.entry__button-confirm:hover p::after{background:url("data:image/svg+xml;charset=utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%3E%3Cpath%20d%3D%22M57%2C48a9%2C9%2C0%2C1%2C0%2C9%2C9A9%2C9%2C0%2C0%2C0%2C57%2C48ZM55.269%2C62.133l-.979-.979L58.444%2C57%2C54.29%2C52.846l.979-.979L60.4%2C57Z%22%20transform%3D%22translate%28-48%20-48%29%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E") center center/cover no-repeat}.entry__confirm-area{display:none}.entry__confirm-area__fv{width:100%;margin:52px auto 0;text-align:center}.entry__confirm-area__fv h3{font-size:2.4rem;line-height:1.6;font-weight:700;margin-bottom:15px}.entry__confirm-area .entry__item:not(.--required) p>label{padding-left:0}.entry__confirm-area .entry__item:not(.--required) p>label::before{display:none}.entry__confirm-area .entry__item p>label{width:100%}.entry__confirm-area .entry__item p span{width:100%;margin-left:0;color:#222;font-size:1.6rem}.entry__confirm-area .entry__item.--half span{margin-left:0;width:auto}.entry__confirm-area .entry__item.--half span:first-of-type{margin-right:9px}.entry__confirm-area .entry__button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:30px;max-width:100%;height:auto}.entry__confirm-area .entry__button-back{position:relative;max-width:353px;width:100%;height:82px}.entry__confirm-area .entry__button-back p{border:solid 2px #222}.entry__confirm-area .entry__button-back p::before{background:#222}.entry__confirm-area .entry__button-back p::after{content:none}.entry__confirm-area .entry__button-back:hover input{color:#222}.entry__confirm-area .entry__button-back:hover p::before{opacity:0}.entry__confirm-area .entry__button-back:hover p::after{background:url("data:image/svg+xml;charset=utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%3E%3Cpath%20d%3D%22M57%2C48a9%2C9%2C0%2C1%2C0%2C9%2C9A9%2C9%2C0%2C0%2C0%2C57%2C48ZM55.269%2C62.133l-.979-.979L58.444%2C57%2C54.29%2C52.846l.979-.979L60.4%2C57Z%22%20transform%3D%22translate%28-48%20-48%29%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E") center center/cover no-repeat}.entry__confirm-area .entry__button-submit{position:relative;max-width:353px;width:100%}.entry__confirm-area .entry__button-submit::before{content:"";position:absolute;z-index:1;top:50%;right:50%;-webkit-transform:translate(50%, -50%);transform:translate(50%, -50%);width:100%;height:82px;border:solid 2px rgba(0,0,0,0);border-radius:5px;background:-webkit-gradient(linear, left top, right top, from(#FFA311), to(#FF5E38)) border-box border-box;background:linear-gradient(90deg, #FFA311, #FF5E38) border-box border-box;-webkit-mask:-webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box,-webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) border-box;-webkit-mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0) border-box;mask:-webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box,-webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) border-box;mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0) border-box;-webkit-mask-composite:xor;mask-composite:exclude}.entry__confirm-area .entry__button-submit:hover input{color:#222}.entry__confirm-area .entry__button-submit:hover p::before{opacity:0}.entry__confirm-area .entry__button-submit:hover p::after{background:url("data:image/svg+xml;charset=utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%3E%3Cpath%20d%3D%22M57%2C48a9%2C9%2C0%2C1%2C0%2C9%2C9A9%2C9%2C0%2C0%2C0%2C57%2C48ZM55.269%2C62.133l-.979-.979L58.444%2C57%2C54.29%2C52.846l.979-.979L60.4%2C57Z%22%20transform%3D%22translate%28-48%20-48%29%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E") center center/cover no-repeat}.entry__thanks-area{font-size:1.6rem}.entry__thanks-area__fv{width:100%;margin:52px auto 0;text-align:left}.entry__thanks-area__fv h3{font-size:2.4rem;line-height:1.6;font-weight:700;margin-bottom:15px}.entry__thanks-area__fv p{margin-bottom:30px}.entry__thanks-area__fv a{text-decoration:underline}.entry__thanks-area__fv a:hover{opacity:.7}@media screen and (max-width: 1159px){.entry__inner{padding:94px 20px 183px}.entry__inner.--children{padding:194px 20px 183px}.entry__fv-deadline{width:140px;height:140px;font-size:1.6rem}.entry__item p>label{width:100%;padding-left:0}.entry__item p .wpcf7-form-control-wrap{margin-left:0;max-width:100%;width:100%}.entry__item p .wpcf7-form-control-wrap input[type=text],.entry__item p .wpcf7-form-control-wrap input[type=email],.entry__item p .wpcf7-form-control-wrap input[type=tel],.entry__item p .wpcf7-form-control-wrap input[type=url],.entry__item p .wpcf7-form-control-wrap textarea{width:100%;max-width:100%}.entry__item p em{margin-left:0}.entry__item.--half{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.entry__item.--required p>label{padding-left:55px}.entry__item.--required p>label::before{top:14px}.entry__item__heading{width:100%}.entry__item__input-outer{width:100%;gap:10px}.entry__item__input-inner{width:100%}.entry__confirm-area .entry__item.--half p span:first-of-type{margin-left:0}.entry__confirm-area .entry__item.--half.--kana p span:first-of-type{margin-left:0}}@media screen and (max-width: 767px){.entry__inner{padding:115px 20px 100px}.entry__inner.--children{padding:155px 20px 100px}.entry__fv{margin-bottom:40px}.entry__fv h2{font-size:3.2rem;line-height:1.39;margin-bottom:15px}.entry__fv>p{font-size:2rem}.entry__fv-requirement{margin-top:40px;padding:30px;font-size:1.4rem;line-height:1.78}.entry__fv-deadline{top:-150px;right:0}.entry__form .wpcf7-response-output{font-size:1.3rem}.entry__form .wpcf7-not-valid-tip{font-size:1.3rem}.entry__item{margin-top:20px}.entry__item p>label{font-size:1.6rem}.entry__item p .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item{font-size:1.3rem;line-height:2}.entry__item p .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item-label{padding-left:20px}.entry__item p .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item-label::before{width:15px;height:15px}.entry__item p .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item input[type=radio]:checked+.wpcf7-list-item-label::after{left:0;width:8px;height:8px;-webkit-transform:translate(50%, -50%);transform:translate(50%, -50%)}.entry__item p em{font-size:1.3rem}.entry__item p input,.entry__item p textarea{font-size:1.4rem;line-height:1.8}.entry__item__input-inner{gap:6px}.entry__confirm-area__fv{margin-top:30px;font-size:1.4rem}.entry__confirm-area__fv h3{font-size:2rem}.entry__confirm-area .entry__item p{font-size:1.4rem}.entry__confirm-area .entry__button{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.entry__thanks-area__fv{margin-top:30px;font-size:1.4rem}.entry__thanks-area__fv h3{font-size:2rem}.entry__thanks-area .entry__item p{font-size:1.4rem}}.footer{background:#333;color:#fff}.footer__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:1160px;width:100%;margin:0 auto;padding:85px 0 0}.footer__logo{max-width:100%;width:200px;height:96px}.footer__logo-link{display:inline-block;background:url(../img/series-azx/logo_wh.svg) center center/contain no-repeat;width:100%;height:100%;-webkit-transition:all .25s;transition:all .25s;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.footer__logo-link:hover{opacity:.7}.footer__info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:204px}.footer__info-group{font-size:1.6rem;line-height:2;margin-bottom:60px}.footer__info-group em{font-size:2rem;line-height:1.2;font-weight:700}.footer__info-group p{margin-top:20px}.footer__info-address{font-size:1.6rem;line-height:1.6;margin-bottom:45px}.footer__info-address em{font-weight:700}.footer__info-address p:first-child{margin-bottom:25px}.footer__info-address__link{color:#fff;text-decoration:underline}.footer__info-address__link::before{content:"";display:inline-block;width:12px;height:18px;background:url(../img/series-azx/icon_map_wh.svg) center center/contain no-repeat;vertical-align:-3px;margin-right:6px}.footer__info-address__link:hover{opacity:.7}.footer__copy{width:100%;padding:23px 0 30px;font-family:"Inter",sans-serif;font-size:1.3rem;line-height:1.9;color:#888;border-top:solid 1px #555}@media screen and (max-width: 1159px){.footer__inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:50px 20px 0}.footer__info{margin-left:0;margin-top:75px}}@media screen and (max-width: 767px){.footer__logo{width:120px;height:58px}.footer__info-group{font-size:1.4rem;line-height:2.28;margin-bottom:50px}.footer__info-group p{margin-top:15px}.footer__info-group em{font-size:1.8rem;line-height:1.33}.footer__info-address{font-size:1.4rem;line-height:1.85;margin-bottom:55px}.footer__info-address p:first-child{margin-bottom:30px}.footer__copy{padding:23px 0 33px;font-size:1.2rem;line-height:2.08;letter-spacing:.5px}}.grecaptcha-badge{display:none}@media screen and (min-width: 1160px){.hidden-pc{display:none}}@media screen and (min-width: 767px){.hidden-over-tb{display:none}}@media screen and (max-width: 1159px){.hidden-under-tb{display:none}}@media screen and (max-width: 767px){.hidden-sp{display:none}}@-webkit-keyframes modal-video{from{opacity:0}to{opacity:1}}@keyframes modal-video{from{opacity:0}to{opacity:1}}@-webkit-keyframes modal-video-inner{from{-webkit-transform:translate(0, 100px);transform:translate(0, 100px)}to{-webkit-transform:translate(0, 0);transform:translate(0, 0)}}@keyframes modal-video-inner{from{-webkit-transform:translate(0, 100px);transform:translate(0, 100px)}to{-webkit-transform:translate(0, 0);transform:translate(0, 0)}}.modal-video{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:1000000;cursor:pointer;opacity:1;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-name:modal-video;animation-name:modal-video;-webkit-transition:opacity .3s ease-out;transition:opacity .3s ease-out}.modal-video-close{opacity:0}.modal-video-close .modal-video-movie-wrap{-webkit-transform:translate(0, 100px);transform:translate(0, 100px)}.modal-video-body{max-width:960px;width:100%;height:100%;margin:0 auto;padding:0 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-sizing:border-box;box-sizing:border-box}.modal-video-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%}@media(orientation: landscape){.modal-video-inner{padding:10px 60px;-webkit-box-sizing:border-box;box-sizing:border-box}}.modal-video-movie-wrap{width:100%;height:0;position:relative;padding-bottom:56.25%;background-color:#333;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-name:modal-video-inner;animation-name:modal-video-inner;-webkit-transform:translate(0, 0);transform:translate(0, 0);-webkit-transition:-webkit-transform .3s ease-out;transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out, -webkit-transform .3s ease-out}.modal-video-movie-wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%}.modal-video-close-btn{position:absolute;z-index:2;top:-45px;right:0;display:inline-block;width:35px;height:35px;overflow:hidden;border:none;background:rgba(0,0,0,0)}@media(orientation: landscape){.modal-video-close-btn{top:0;right:-45px}}.modal-video-close-btn:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.modal-video-close-btn:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.modal-video-close-btn:before,.modal-video-close-btn:after{content:"";position:absolute;height:2px;width:100%;top:50%;left:0;margin-top:-1px;background:#fff;border-radius:5px;margin-top:-6px}.modal-video button{margin:0;-webkit-box-shadow:none;box-shadow:none}.modal-video button:hover{background-color:rgba(0,0,0,0)}/*# sourceMappingURL=series-azx.css.map */