html,body,header,footer,section,nav,article,aside,figure,figcaption,div,address,h1,h2,h3,h4,h5,h6,p,blockquote,span,pre,code,var,time,samp,kbd,a,em,strong,small,s,q,cite,mark,ins,del,ol,ul,li,hr,sub,sup,i,b,u,br,wbr,dl,dt,dd,dfn,abbr,ruby,rt,rp,bdi,bdo,img,iframe,embed,object,param,video,audio,source,track,canvas,map,area,table,caption,colgroup,col,tbody,thead,tfoot,tr,td,th,form,fieldset,legend,label,input,button,select,datalist,optgroup,option,textarea,keygen,output,progress,meter,details,summary,command,menu{margin:0;padding:0;font-size:100%}*,::before,::after{box-sizing:border-box}html,body{width:100%}img{max-width:100%;vertical-align:bottom}table{font-size:100%}ul,ol{list-style:none}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}a{text-decoration:none;color:inherit;transition:all .4s}a img{transition:all .4s}a:hover{text-decoration:none}a:hover img{opacity:.7}html{font-size:62.5%;line-height:1}body{font-family:"Noto Sans JP",system-ui;font-optical-sizing:auto;font-style:normal;font-size:1.6rem;font-weight:400;line-height:1.5;color:#505046;-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;-o-text-size-adjust:100%;text-size-adjust:100%}.inner{max-width:1200px;margin:0 auto}@media screen and (max-width: 1024px){.inner{padding:0 30px}}@media screen and (max-width: 768px){.inner{padding:0 15px}}.u-pc,.u-sp,.u-xl,.u-lg,.u-md,.u-sm,.u-xs{display:none}@media screen and (min-width: 769px){.u-pc{display:inherit !important}}@media screen and (max-width: 768px){.u-sp{display:inherit !important}}@media screen and (min-width: 1921px){.u-xl{display:inherit !important}}@media screen and (max-width: 1920px)and (min-width: 1025px){.u-lg{display:inherit !important}}@media screen and (max-width: 1024px)and (min-width: 769px){.u-md{display:inherit !important}}@media screen and (max-width: 768px)and (min-width: 376px){.u-sm{display:inherit !important}}@media screen and (max-width: 375px){.u-xs{display:inherit !important}}.u-bold{font-weight:bold}.u-ti1{padding-left:1em;text-indent:-1em}.u-tar{text-align:right}.u-fadeInUp{opacity:0;transform:translateY(30px);transition-duration:.8s;transition-property:opacity,transform;transition-timing-function:ease-in-out}.u-fadeInUp.in{opacity:1;transform:translateY(0)}.u-ttl{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:60px}.u-ttl .jp{font-size:18px;font-weight:bold;color:#044783;line-height:1}.l-header{position:fixed;top:0;left:0;width:100%;background-color:#fff;padding:12px 20px;z-index:9999}@media screen and (max-width: 1024px){.l-header{padding:12px 0}}@media screen and (max-width: 768px){.l-header{position:relative}}.l-header .inner{max-width:1500px}.l-header-body{display:flex;justify-content:space-between;align-items:center}@media screen and (max-width: 768px){.l-header-logo{max-width:50%}}.l-header-list{display:flex;align-items:center;gap:20px}@media screen and (max-width: 768px){.l-header-list{position:fixed;bottom:0;left:0;width:100%;background-color:#fff;gap:0;align-items:stretch}}@media screen and (max-width: 768px){.l-header-list li{width:100%;flex:1 1 auto}}.l-header-list li a{display:inline-block;padding:15px 40px;font-size:18px;font-weight:bold;border-radius:6px}@media screen and (max-width: 768px){.l-header-list li a{display:flex;justify-content:center;align-items:center;font-size:16px;text-align:center;padding:20px 0;border-radius:0}}.l-header-list li:nth-child(1) a{background-color:#f4e827;color:#1bb8ce}.l-header-list li:nth-child(1) a:hover{background-color:#f4dc27;color:#044783}.l-header-list li:nth-child(2) a{background-color:#044783;color:#fff}.l-header-list li:nth-child(2) a:hover{background-color:#130b4d}#wrap{margin-top:81px}@media screen and (max-width: 768px){#wrap{margin-top:0;margin-bottom:54px}}.l-footer{background-color:#044783;padding:28px 0}.l-footer-copyright{font-size:16px;color:#fff;text-align:center}@media screen and (max-width: 768px){.l-footer-copyright{font-size:12px}}.sec__mv{background-color:#f1f9fb;padding:min(5%, 75px) 20px;overflow:hidden}@media screen and (max-width: 1024px){.sec__mv{padding:40px 0}}@media screen and (max-width: 768px){.sec__mv{padding:30px 0}}.sec__mv .inner{max-width:1500px}.sec__mv-ttl{opacity:0;transform:translateY(30px);transition-duration:.8s;transition-property:opacity,transform;transition-timing-function:ease-in-out}.in .sec__mv-ttl{opacity:1;transform:translateY(0)}.sec__mv-txt{margin-top:min(5%, 75px);position:relative}.sec__mv-txt:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(../images/mv_txt_bg.svg);background-size:100%;background-position:center;background-repeat:no-repeat;opacity:0;transition-duration:.8s;transition-property:opacity;transition-timing-function:ease-in-out;transition-delay:.2s}@media screen and (max-width: 768px){.sec__mv-txt:before{background-image:url(../images/mv_txt_bg_sp.svg)}}.sec__mv-txt:after{content:"";position:absolute;top:0;right:0;width:100%;height:100vh;background-color:#f1f9fb;transition:width .8s;transition-delay:.2s}.in .sec__mv-txt:before{opacity:1}.in .sec__mv-txt:after{width:0}.in .sec__mv-txt img{opacity:1;transform:translateY(0)}.sec__mv-txt img{opacity:0;transform:translateY(10px);transition-duration:.8s;transition-property:opacity,transform;transition-timing-function:ease-in-out;transition-delay:.8s}.sec__mv-img{position:absolute;top:0;left:50%;transform:translate(-50%, 30px);width:27.3333%;max-width:410px;opacity:0;transition-duration:.8s;transition-property:opacity,transform;transition-timing-function:ease-in-out;transition-delay:.8s}.in .sec__mv-img{opacity:1;transform:translate(-50%, 0)}@media screen and (max-width: 768px){.sec__mv-img{width:100%;max-width:100%;top:auto;bottom:0}}.sec__cta{padding:30px 20px;background-color:#1bb8ce}@media screen and (max-width: 1024px){.sec__cta{padding:30px 0}}.sec__cta.-lg{padding-bottom:80px}.sec__cta-body{background-color:#fff;border-radius:20px;padding:30px 20px}.sec__cta-body.initialFade{opacity:0;transform:translateY(30px);transition-duration:.8s;transition-property:opacity,transform;transition-timing-function:ease-in-out;transition-delay:1s}.sec__cta-body.in{opacity:1;transform:translateY(0)}.sec__cta-head{display:flex;align-items:center;gap:30px;max-width:1000px;margin:0 auto}@media screen and (max-width: 768px){.sec__cta-head{flex-direction:column;gap:20px}}.sec__cta-label{flex:0 0 auto;width:200px;height:200px;background-color:#1bb8ce;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:28px;font-weight:bold;color:#fff;text-align:center}@media screen and (max-width: 768px){.sec__cta-label{width:120px;height:120px;font-size:20px}}.sec__cta-info{flex:1 1 auto;text-align:center}@media screen and (max-width: 768px){.sec__cta-info{text-align:left}}.-lg .sec__cta-info{text-align:left}.sec__cta-info-ttl{font-size:32px;font-weight:900;color:#1bb8ce;margin-bottom:.25em}@media screen and (max-width: 1024px){.sec__cta-info-ttl{font-size:28px}}@media screen and (max-width: 768px){.sec__cta-info-ttl{font-size:24px;text-align:center}}.sec__cta-info-txt{font-size:18px;font-weight:500;line-height:1.75;color:#1bb8ce}@media screen and (max-width: 1024px){.sec__cta-info-txt{font-size:16px}}.sec__cta-info-txt .color{font-weight:bold;background-color:#f4e827;margin:2px 0;padding:0 4px}.sec__cta-list{display:flex;max-width:850px;margin:20px auto 0;gap:41px}@media screen and (max-width: 1024px){.sec__cta-list{gap:20px}}@media screen and (max-width: 768px){.sec__cta-list{flex-direction:column}}.sec__cta-list li{background-color:#fff;box-shadow:0 3px 6px rgba(0,0,0,.15)}.sec__cta-btn{position:relative;margin-top:24px;text-align:center}.-lg .sec__cta-btn{margin-top:40px;margin-bottom:-60px}.sec__cta-btn a{display:inline-block;background-color:#f4e827;font-size:20px;font-weight:bold;color:#1bb8ce;text-align:left;padding:20px 100px;border-radius:10px;box-shadow:3px 3px #0768ab;position:relative}@media screen and (max-width: 768px){.sec__cta-btn a{display:block;font-size:16px;padding:15px 20px 15px 0;text-align:center}}.sec__cta-btn a:before,.sec__cta-btn a:after{content:"";position:absolute;top:50%;right:40px;transform:translate(50%, -50%)}@media screen and (max-width: 768px){.sec__cta-btn a:before,.sec__cta-btn a:after{right:30px}}.sec__cta-btn a:before{width:26px;height:26px;background-color:#fff;border-radius:99px}@media screen and (max-width: 768px){.sec__cta-btn a:before{width:20px;height:20px}}.sec__cta-btn a:after{display:inline-block;border-width:4px 0 4px 6px;border-style:solid;border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #1bb8ce;margin-right:-1px;transition:border-color .4s}.sec__cta-btn a:hover{background-color:#f4dc27;color:#044783}.sec__cta-btn a:hover:after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #044783}.sec__case{padding:100px 0;background-color:#e7eef3}@media screen and (max-width: 768px){.sec__case{padding:60px 0}}.sec__case-list{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:52% 1fr;grid-template-rows:auto 1fr;gap:40px 60px}@media screen and (max-width: 1024px){.sec__case-list{grid-template-columns:60% 1fr;gap:40px}}@media screen and (max-width: 768px){.sec__case-list{display:flex;flex-direction:column}}.sec__case-list li:nth-child(1){grid-column:1/2;grid-row:1/3}.sec__case-list li:nth-child(1) .sec__case-list-ttl{font-size:20px;margin-top:1em}.sec__case-list li:nth-child(1) .sec__case-list-copy{font-size:18px;margin-top:1em}.sec__case-list li:nth-child(1) .sec__case-list-txt{margin-top:.5em;font-size:16px}.sec__case-list li:nth-child(2){grid-column:2/3;grid-row:1/2}.sec__case-list li:nth-child(3){grid-column:2/3;grid-row:2/3}.sec__case-list li:nth-child(2),.sec__case-list li:nth-child(3){display:grid;grid-template-columns:156px 1fr;grid-template-rows:auto auto 1fr;gap:10px 20px}.sec__case-list li:nth-child(2) .sec__case-list-img,.sec__case-list li:nth-child(3) .sec__case-list-img{grid-column:1/2;grid-row:1/3}@media screen and (max-width: 1024px){.sec__case-list li:nth-child(2) .sec__case-list-img,.sec__case-list li:nth-child(3) .sec__case-list-img{grid-row:1/2}}.sec__case-list li:nth-child(2) .sec__case-list-ttl,.sec__case-list li:nth-child(3) .sec__case-list-ttl{grid-column:2/3;grid-row:1/2;font-size:18px}@media screen and (max-width: 1024px){.sec__case-list li:nth-child(2) .sec__case-list-ttl,.sec__case-list li:nth-child(3) .sec__case-list-ttl{display:flex;align-items:center;border-bottom:none}}.sec__case-list li:nth-child(2) .sec__case-list-copy,.sec__case-list li:nth-child(3) .sec__case-list-copy{grid-column:2/3;grid-row:2/3;font-size:17px}@media screen and (max-width: 1024px){.sec__case-list li:nth-child(2) .sec__case-list-copy,.sec__case-list li:nth-child(3) .sec__case-list-copy{grid-column:1/3;margin-top:.5em}}.sec__case-list li:nth-child(2) .sec__case-list-txt,.sec__case-list li:nth-child(3) .sec__case-list-txt{grid-column:1/3;grid-row:3/4;font-size:14px;margin-top:.5em}@media screen and (max-width: 1024px){.sec__case-list li:nth-child(2) .sec__case-list-txt,.sec__case-list li:nth-child(3) .sec__case-list-txt{margin-top:0}}.sec__case-list li a{display:block}.sec__case-list-ttl{font-weight:bold;color:#1bb8ce;padding-bottom:8px;border-bottom:1px solid #044783}.sec__case-list-copy{font-weight:bold;color:#044783}.sec__about{padding:100px 0}@media screen and (max-width: 768px){.sec__about{padding:60px 0}}@media screen and (max-width: 1024px){.sec__about .inner{padding:0}}.sec__about-ttl{text-align:center;font-size:28px;font-weight:bold;color:#fff;display:flex;flex-direction:column;align-items:center;gap:12px 0;margin-bottom:10px}@media screen and (max-width: 1024px){.sec__about-ttl{font-size:24px;padding:0 30px}}@media screen and (max-width: 768px){.sec__about-ttl{font-size:20px}}.sec__about-ttl p{padding:2px 8px;background-color:#626158}@media screen and (max-width: 768px){.sec__about-ttl p{display:flex;flex-direction:column;align-items:center;gap:12px 0;padding:0;background:none}}@media screen and (max-width: 768px){.sec__about-ttl span{padding:2px 8px;background-color:#626158}}.sec__about-list{max-width:1100px;margin:0 auto;padding:50px 0;display:flex;justify-content:center;gap:32px}@media screen and (max-width: 1024px){.sec__about-list{gap:20px;padding:40px 30px}}@media screen and (max-width: 768px){.sec__about-list{flex-direction:column;padding:30px 15px}}.sec__about-list.-before .sec__about-list-ttl{color:#359dd1}.sec__about-list.-after{background-color:#a0daea;position:relative}.sec__about-list.-after:before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);border-width:28px 24px 0 24px;border-style:solid;border-color:#fff rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0)}@media screen and (max-width: 768px){.sec__about-list.-after:before{border-width:20px 16px 0 16px}}.sec__about-list.-after .sec__about-list-ttl{color:#044783}.sec__about-list li{width:100%;max-width:312px;background-color:#fff;border:2px solid #a0daea;border-radius:20px;padding:24px}@media screen and (max-width: 768px){.sec__about-list li{max-width:100%}}.sec__about-list-ttl{font-size:20px;font-weight:bold;text-align:center;margin-bottom:.75em}.sec__process-head{padding:100px 0}@media screen and (max-width: 768px){.sec__process-head{padding:60px 0 100px}}.sec__process-head-list{max-width:1000px;margin:0 auto;display:flex;flex-direction:column;gap:10px;position:relative;z-index:0}.sec__process-head-list:after{content:"";position:absolute;top:50px;left:50%;transform:translateX(-50%);width:100%;height:100%;background-image:url(../images/process_arrow.svg);background-size:contain;background-repeat:no-repeat;background-position:center bottom;z-index:-1}@media screen and (max-width: 768px){.sec__process-head-list:after{top:80px}}.sec__process-head-list li:nth-child(1) a{background-color:#e8f4f7}.sec__process-head-list li:nth-child(1) .sec__process-head-list-ttl{background-color:#aed8ed}.sec__process-head-list li:nth-child(1) .sec__process-head-list-ttl:after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #aed8ed}.sec__process-head-list li:nth-child(2) a{background-color:#dfeff7}.sec__process-head-list li:nth-child(2) .sec__process-head-list-ttl{background-color:#90c9e6}.sec__process-head-list li:nth-child(2) .sec__process-head-list-ttl:after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #90c9e6}.sec__process-head-list li:nth-child(3) a{background-color:#d5eaf7}.sec__process-head-list li:nth-child(3) .sec__process-head-list-ttl{background-color:#72bbdf}.sec__process-head-list li:nth-child(3) .sec__process-head-list-ttl:after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #72bbdf}.sec__process-head-list li:nth-child(4) a{background-color:#cbe5f7}.sec__process-head-list li:nth-child(4) .sec__process-head-list-ttl{background-color:#53acd8}.sec__process-head-list li:nth-child(4) .sec__process-head-list-ttl:after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #53acd8}.sec__process-head-list li:nth-child(5) a{background-color:#c2e0f7}.sec__process-head-list li:nth-child(5) .sec__process-head-list-ttl{background-color:#359dd1}.sec__process-head-list li:nth-child(5) .sec__process-head-list-ttl:after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #359dd1}.sec__process-head-list li a{display:flex}@media screen and (max-width: 768px){.sec__process-head-list li a{flex-direction:column}}.sec__process-head-list li a:hover{background-color:#a0daea}.sec__process-head-list li a:hover .sec__process-head-list-ttl{background-color:#0768ab}.sec__process-head-list li a:hover .sec__process-head-list-ttl:after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #0768ab}.sec__process-head-list li a:hover img{opacity:1}.sec__process-head-list-ttl{width:300px;flex:0 0 auto;padding:15px 16px;display:flex;align-items:center;position:relative;margin-right:24px;transition:background-color .4s}@media screen and (max-width: 1024px){.sec__process-head-list-ttl{width:200px;margin-right:20px}}@media screen and (max-width: 768px){.sec__process-head-list-ttl{width:100%}}.sec__process-head-list-ttl:after{content:"";position:absolute;top:0;left:100%;border-width:43px 0 43px 24px;border-style:solid;transition:border-color .4s}@media screen and (max-width: 1024px){.sec__process-head-list-ttl:after{border-width:39px 0 39px 20px}}@media screen and (max-width: 768px){.sec__process-head-list-ttl:after{content:none}}.sec__process-head-list-ttl .-num{flex:0 0 auto;width:56px}@media screen and (max-width: 1024px){.sec__process-head-list-ttl .-num{width:48px}}.sec__process-head-list-ttl .-txt{margin-left:1em;font-size:24px;font-weight:bold;color:#fff}@media screen and (max-width: 1024px){.sec__process-head-list-ttl .-txt{font-size:20px;line-height:1.25}}.sec__process-head-list-txt{display:flex;align-items:center;padding:0 24px;font-weight:500}@media screen and (max-width: 1024px){.sec__process-head-list-txt{font-size:14px;padding:0 16px}}@media screen and (max-width: 768px){.sec__process-head-list-txt{padding:20px 16px}}.sec__process-item{padding:0 0 80px;overflow:hidden}.sec__process-item:nth-child(odd) .sec__process-item-ttl:after{right:calc(50% + 60px)}@media screen and (max-width: 768px){.sec__process-item:nth-child(odd) .sec__process-item-ttl:after{right:calc(50% + 30px)}}.sec__process-item:nth-child(even) .sec__process-item-ttl:after{left:calc(50% + 60px)}@media screen and (max-width: 768px){.sec__process-item:nth-child(even) .sec__process-item-ttl:after{left:calc(50% + 30px)}}.sec__process-item:nth-child(n+2){position:relative}.sec__process-item:nth-child(n+2):before{content:"";position:absolute;top:0;left:0;width:100%;height:20px;background-color:#fff;z-index:1}.sec__process-item:nth-child(n+2):after{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);border-width:28px 28px 0;border-style:solid;z-index:2}.sec__process-item:nth-child(1){background-color:#e8f4f7}.sec__process-item:nth-child(1) .sec__process-item-ttl:after{border-color:#aed8ed;background-image:url(../images/process_num_l01.svg)}.sec__process-item:nth-child(1) .sec__process-item-list li:nth-child(-n+3) .sec__process-item-list-label{background-color:#1bb8ce}.sec__process-item:nth-child(1) .sec__process-item-list li:nth-child(-n+3) .sec__process-item-list-ttl{color:#1bb8ce}.sec__process-item:nth-child(2){background-color:#dfeff7}.sec__process-item:nth-child(2):after{border-color:#90c9e6 rgba(0,0,0,0) rgba(0,0,0,0)}.sec__process-item:nth-child(2) .sec__process-item-ttl:after{border-color:#90c9e6;background-image:url(../images/process_num_l02.svg)}.sec__process-item:nth-child(3){background-color:#d5eaf7}.sec__process-item:nth-child(3):after{border-color:#72bbdf rgba(0,0,0,0) rgba(0,0,0,0)}.sec__process-item:nth-child(3) .sec__process-item-ttl:after{border-color:#72bbdf;background-image:url(../images/process_num_l03.svg)}.sec__process-item:nth-child(4){background-color:#cbe5f7}.sec__process-item:nth-child(4):after{border-color:#53acd8 rgba(0,0,0,0) rgba(0,0,0,0)}.sec__process-item:nth-child(4) .sec__process-item-ttl:after{border-color:#53acd8;background-image:url(../images/process_num_l04.svg)}.sec__process-item:nth-child(5){background-color:#c2e0f7}.sec__process-item:nth-child(5):after{border-color:#359dd1 rgba(0,0,0,0) rgba(0,0,0,0)}.sec__process-item:nth-child(5) .sec__process-item-ttl:after{border-color:#359dd1;background-image:url(../images/process_num_l05.svg)}.sec__process-item-ttl{font-size:32px;font-weight:bold;color:#0768ab;text-align:center;margin-bottom:.75em;padding-top:150px;position:relative;z-index:0}@media screen and (max-width: 768px){.sec__process-item-ttl{font-size:24px;padding-top:100px}}.sec__process-item-ttl:after{content:"";position:absolute;top:-32px;width:344px;height:344px;border-radius:50%;background-size:147px 116px;background-repeat:no-repeat;background-position:center center;border-width:1px;border-style:solid;z-index:-1}@media screen and (max-width: 768px){.sec__process-item-ttl:after{top:-16px;width:172px;height:172px;background-size:73px 58px}}.sec__process-item-txt{font-size:16px;font-weight:500;text-align:center;margin-bottom:40px;position:relative;z-index:0}@media screen and (max-width: 768px){.sec__process-item-txt{text-align:left}}.sec__process-item-list{max-width:1000px;margin:0 auto;display:flex;flex-wrap:wrap;gap:32px;position:relative}@media screen and (max-width: 1024px){.sec__process-item-list{gap:20px}}@media screen and (max-width: 768px){.sec__process-item-list{flex-direction:column;gap:32px}}.sec__process-item-list.-col2 li{width:calc((100% - 32px)/2);padding:40px 60px 30px}@media screen and (max-width: 768px){.sec__process-item-list.-col2 li{width:100%}}.sec__process-item-list li{width:calc((100% - 64px)/3);background-color:#fff;padding:40px 20px 30px;text-align:center;position:relative}@media screen and (max-width: 768px){.sec__process-item-list li{width:100%;padding:30px 15px 20px}}.sec__process-item-list-label{position:absolute;top:-13px;left:50%;transform:translateX(-50%);font-size:14px;font-weight:bold;color:#fff;display:inline-block;padding:3px 16px;background-color:#359dd1;border-radius:99px}@media screen and (max-width: 1024px){.sec__process-item-list-label{display:block;left:10%;transform:translateX(0);width:80%}}@media screen and (max-width: 768px){.sec__process-item-list-label{display:inline-block;left:50%;transform:translateX(-50%);width:auto}}.sec__process-item-list-ttl{font-size:20px;font-weight:bold;color:#0768ab;margin-bottom:24px}@media screen and (max-width: 1024px){.sec__process-item-list-ttl{font-size:18px}}.sec__process-item-list-txt{font-size:16px;text-align:left}.sec__process-item-box{max-width:1000px;margin:0 auto}.sec__process-item-box dl:nth-child(n+2){margin-top:40px}.sec__process-item-box dt{display:flex;align-items:center}@media screen and (max-width: 768px){.sec__process-item-box dt{flex-direction:column;align-items:flex-start}}.sec__process-item-box dt .-ttl{width:300px;flex:0 0 auto;font-size:20px;font-weight:bold;color:#fff;background-color:#53acd8;margin-right:24px;padding:7px 20px;position:relative}@media screen and (max-width: 1024px){.sec__process-item-box dt .-ttl{width:130px;font-size:18px}}@media screen and (max-width: 768px){.sec__process-item-box dt .-ttl{width:100%}}.sec__process-item-box dt .-ttl:after{content:"";position:absolute;top:0;left:100%;border-width:22px 12px;border-style:solid;border-color:rgba(0,0,0,0) rgba(0,0,0,0) #53acd8 #53acd8}@media screen and (max-width: 768px){.sec__process-item-box dt .-ttl:after{content:none}}.sec__process-item-box dt .-txt{padding-left:20px;font-size:18px;font-weight:bold}@media screen and (max-width: 1024px){.sec__process-item-box dt .-txt{font-size:16px;padding-left:10px}}@media screen and (max-width: 768px){.sec__process-item-box dt .-txt{padding-left:0;margin-top:10px;margin-bottom:20px}}.sec__process-item-box dd .sec__process-item-list{background-color:#fff;flex-wrap:nowrap;gap:0;padding:30px 0}@media screen and (max-width: 768px){.sec__process-item-box dd .sec__process-item-list{padding:0}}.sec__process-item-box dd .sec__process-item-list li{width:100%;padding:20px 20px 10px}@media screen and (max-width: 768px){.sec__process-item-box dd .sec__process-item-list li{padding:20px 15px}}.sec__process-item-box dd .sec__process-item-list li:nth-child(n+2){border-left:1px solid #a9c8e3}@media screen and (max-width: 768px){.sec__process-item-box dd .sec__process-item-list li:nth-child(n+2){border-left:none;border-top:1px solid #a9c8e3}}.sec__why{padding:100px 0}.sec__why-list{max-width:1000px;margin:0 auto;display:flex;flex-direction:column;gap:32px}.sec__why-list li{display:flex}@media screen and (max-width: 768px){.sec__why-list li{flex-direction:column}}.sec__why-list-ttl{width:312px;flex:0 0 auto;background-color:#0768ab;display:flex;justify-content:center;align-items:center;font-size:22px;font-weight:bold;color:#fff;text-align:center}@media screen and (max-width: 1024px){.sec__why-list-ttl{width:200px;font-size:20px}}@media screen and (max-width: 768px){.sec__why-list-ttl{width:100%;padding:12px;font-size:18px}}.sec__why-list-txt{flex:1 1 auto;padding:30px 40px;background-color:#fff;border:1px solid #0768ab}@media screen and (max-width: 1024px){.sec__why-list-txt{padding:20px}}@media screen and (max-width: 768px){.sec__why-list-txt{padding:20px 15px}}.sec__price{padding:100px 0;background-color:#e7eef3}.sec__price-list{max-width:1000px;margin:0 auto;display:flex;gap:32px}@media screen and (max-width: 1024px){.sec__price-list{gap:20px}}@media screen and (max-width: 768px){.sec__price-list{flex-direction:column;gap:32px}}.sec__price-list li{width:100%;border-radius:6px;overflow:hidden;background-color:#fff}.sec__price-list-ttl{background-color:#1bb8ce;display:flex;justify-content:center;align-items:center;font-size:20px;font-weight:bold;color:#fff;text-align:center;padding:12px}@media screen and (max-width: 768px){.sec__price-list-ttl{font-size:18px}}.sec__price-list-txt{padding:20px}@media screen and (max-width: 1024px){.sec__price-list-txt{padding:15px}}.sec__price-list-txt .-bg{margin-top:20px;padding:8px;background-color:#fbf6a9;text-align:center;font-size:17px;font-weight:500}@media screen and (max-width: 1024px){.sec__price-list-txt .-bg{font-size:16px}}