@charset "utf-8";@import url(https://fonts.googleapis.com/css2?family=Mochiy+Pop+P+One&family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap);*{box-sizing:border-box}::after,::before{box-sizing:inherit}html{line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}address,blockquote,body,dl,figure,form,iframe,p,pre,table{margin:0}h1,h2,h3,h4,h5,h6{font-size:inherit;line-height:inherit;font-weight:inherit;margin:0}ol,ul{margin:0;padding:0;list-style:none}dt{font-weight:700}dd{margin-left:0}a{background-color:transparent;text-decoration:none;color:inherit}img{border-style:none;vertical-align:bottom;max-width:100%}body{font-family:'Noto Sans JP',sans-serif}.box{padding:20px}.logo{max-width:100px;margin:20px auto 40px}.list_box,.list_item_detail{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.list_item_detail{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.list_item{width:100%;margin-bottom:25px;font-size:calc(16px + .1vw)}.list_item a{display:block;padding:10px;border:2px solid #eee;border-radius:25px;transition:all .6s}.list_item a:hover{border-color:#e4007f}.list_item_detail>dt{width:48%}.list_item_detail>dd{padding:10px 0;width:50%;line-height:1.4}.note{padding-left:1em;margin-bottom:5px;position:relative}.note::before{position:absolute;content:'●';font-size:70%;left:0;top:10px;color:#eee}.list_box{margin:0 auto}.list_box.button_list{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:40px}.list_box.layout_list{margin-top:25px}.button_list .material-icons-outlined{margin-right:5px}.button_list .list_item{margin:0 0 20px 0}.button_list .list_item a{padding:10px 10px;color:#000;height:58px;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%;margin:0 auto;text-decoration:none;border-radius:50px;transition:all .6s}.button_list .list_item a:hover{border-color:#09f}@media screen and (min-width:540px){.button_list .list_item{width:calc(50% - 40px / 2)}.layout_list .list_item{width:calc(50% - 20px / 2)}.button_list .list_item:first-of-type{margin-right:40px}.layout_list .list_item:nth-of-type(odd){margin-right:20px}}@media screen and (min-width:768px){.logo{max-width:200px}.list_item{font-size:18px}.button_list .list_item,.layout_list .list_item{width:32%;margin-right:2%}.button_list .list_item:first-of-type,.layout_list .list_item:nth-of-type(odd){margin-right:2%}.button_list .list_item:nth-of-type(3n),.layout_list .list_item:nth-of-type(3n){margin-right:0}.button_list .list_item{width:300px}}@media screen and (min-width:1024px){.list_box{max-width:1000px;margin:0 auto}.layout_list .list_item{width:calc(25% - 60px / 4);margin-right:20px}.button_list .list_item:first-of-type,.layout_list .list_item:nth-of-type(3n),.layout_list .list_item:nth-of-type(odd){margin-right:20px}.button_list .list_item:nth-of-type(3n),.layout_list .list_item:nth-of-type(4n){margin-right:0}.list_item_detail>dd,.list_item_detail>dt{width:100%}}.title{margin-bottom:1em;font-size:200%;font-weight:700;text-align:center}.summary_title{margin:0 auto;font-size:160%;font-weight:600;text-align:center}.summary_box p{font-size:120%}.summary_box{width:100%;max-width:830px;margin:2rem auto 4rem;position:relative;padding:1em;border:solid 2px #ffcb8a;border-radius:3px 0 3px 0;margin-top:.5em;line-height:2.5}.summary_box:after,.summary_box:before{content:'';position:absolute;width:14px;height:14px;border:solid 2px #ffcb8a;border-radius:50%}.summary_box:after{top:-12px;left:-12px}.summary_box:before{bottom:-12px;right:-12px}.summary_box_inner{margin:0;padding:0}.process_box{width:100%;max-width:1000px;margin:0 auto 3.5rem}.process_title{padding:1rem 1rem .7rem;font-size:160%;font-weight:600;background-color:#c3eff5}.process_text{padding:1rem;background:#fcfcfc;box-sizing:border-box;line-height:2.5}@media screen and (max-width:767px){.title{font-size:calc(20px + 1vw)}.process_title,.summary_title{font-size:calc(18px + 1vw)}.summary_box p{font-size:calc(15px + 1vw)}}.text-animation{text-align:center}.text-animation span{opacity:0;display:inline-block}.text-animation.appeartext span{animation-name:text_anime_on;animation-duration:.5s;animation-timing-function:linear;animation-fill-mode:forwards}.text-animation.appeartext span.zoom-in{animation:text_anime_on .1s linear forwards,zoom-in-animation .5s ease-in-out forwards;margin-right:.25em;margin-left:.25em;font-weight:600;-webkit-text-stroke:1px #000;text-stroke:1px #000}.text-animation.appeartext span.zoom-in:first-of-type{color:#00a0e9}.text-animation.appeartext span.zoom-in:nth-of-type(4){color:#e4007f}.text-animation.appeartext span.zoom-in:nth-of-type(8){color:#fff100}@keyframes text_anime_on{0%{opacity:0}100%{opacity:1}}@keyframes zoom-in-animation{0%{transform:scale(1)}100%{transform:scale(2)}}@media screen and (min-width:701px){.text-animation span{font-size:112.5%}.text-animation.appeartext span.zoom-in{margin-right:.5em;margin-left:.5em}}.caution_message{font-weight:600;padding:.5em;background:#f9b4b4;margin:0 auto 2em;max-width:800px;text-align:center}.list_box.button_list2,.list_box.button_list3{max-width:650px;text-align:center}.list_box.button_list3{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:40px}.button_list3 .list_item{margin-bottom:0}.list_box.button_list2 .list_item a:hover{border-color:#09f}.list_box.button_list2 .list_item a,.list_box.button_list3 .list_item a{min-height:58px;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}.list_box.button_list2 .list_item a span,.list_box.button_list3 .list_item a span{display:block}.list_box.button_list3 .list_item a{font-weight:600}