@charset "UTF-8";:root{--blue:#20304D;--yellow:#E7BC40;--gray:#cccccc;--lightblue:#EDF4FF;--base:#333333;--bg:#f7f7f9;--bgKV:#EDF4FF;--bgYellow:#FFF7E1}*{-webkit-box-sizing:border-box;box-sizing:border-box}html{font-size:62.5%;-webkit-font-smoothing:antialiased}body{position:relative;font-family:"Noto Sans JP","ヒラギノ角ゴ Pro W3","游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic",sans-serif,メイリオ,Osaka,"MS PGothic",sans-serif;font-weight:500;line-height:1.5;color:var(--base);letter-spacing:1px;-webkit-font-feature-settings:"palt";font-feature-settings:"palt";background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print,screen and (min-width:769px){body{font-size:16px;font-size:1.6rem}}@media screen and (max-width:768px){body{font-size:14px;font-size:1.4rem}}a{color:inherit;text-decoration:none}.header{background:var(--white);top:0;left:0;width:100%;z-index:999}@media print,screen and (min-width:769px){.header{position:fixed}}.header__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media print,screen and (min-width:769px){.header__inner{margin:0 40px;height:90px}}@media screen and (max-width:768px){.header__inner{margin:0 20px;height:60px}}.header__logo{display:block;background-image:url("/assets/img/common/logo.svg");background-position:center center;background-repeat:no-repeat;background-size:100%;text-indent:-9999px}@media print,screen and (min-width:769px){.header__logo{width:323px;height:33px}}@media screen and (max-width:939px){.header__logo{width:202px;height:20px;margin-top:4px}}.header__linkArea{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:768px){.header__linkArea{display:none}}.header__linkArea a{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:200px;height:50px;border-radius:4px;text-align:center;font-size:16px;font-size:1.6rem;font-weight:700;line-height:1.25;margin:0 0 0 20px;border:1px solid var(--gray);-webkit-transition:0.3s all;transition:0.3s all}.header__linkArea a:before{display:none}.header__linkArea a.contact{background-color:var(--yellow);color:var(--blue);border-color:var(--yellow);font-size:16px;font-size:1.6rem}.header__linkArea a.contact:hover{background-color:var(--blue);color:var(--yellow);border-color:var(--blue)}.header__linkArea a.application{background-color:var(--blue);color:var(--white);border-color:var(--blue);font-size:16px;font-size:1.6rem}.header__linkArea a.application:hover{background-color:var(--white);color:var(--blue);border-color:var(--blue)}.footer{text-align:center;line-height:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media print,screen and (min-width:769px){.footer{font-size:12px;font-size:1.2rem;padding:60px 0 50px}}@media screen and (max-width:768px){.footer{font-size:10px;font-size:1rem;padding:20px 0 40px}}.modTitle{color:var(--blue)}@media print,screen and (min-width:769px){.modTitle{font-size:38px;font-size:3.8rem}}@media print,screen and (min-width:769px){.modBtnArea{max-width:793px;margin:54px auto 0}}@media screen and (max-width:768px){.modBtnArea{margin:20px 20px 0}}@media screen and (min-width:481px) and (max-width:768px){.modBtnArea{max-width:460px;margin:28px auto 0}}.modBtnArea__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.modBtnArea__inner>a{-webkit-box-shadow:0 4px 10px rgba(51,51,51,0.18);box-shadow:0 4px 10px rgba(51,51,51,0.18);text-align:center;font-weight:700;-webkit-transition:0.3s all;transition:0.3s all}@media print,screen and (min-width:769px){.modBtnArea__inner>a{padding:12px 0;font-size:18px;font-size:1.8rem;width:calc(50% - 18px)}.modBtnArea__inner>a:hover{-webkit-box-shadow:none;box-shadow:none;-webkit-transform:translate3d(0,2px,0);transform:translate3d(0,2px,0)}.modBtnArea__inner>a:hover>span:after{right:-6px}}@media screen and (max-width:768px){.modBtnArea__inner>a{line-height:20px;padding:8px 0;font-size:13px;font-size:1.3rem;width:calc((100% - 15px) / 2)}}.modBtnArea__inner>a:first-child{border:2px solid var(--white);background-color:var(--white)}.modBtnArea__inner>a:first-child>span:after{border-top:2px solid #333;border-right:2px solid #333}.modBtnArea__inner>a+a{background-color:var(--pink);color:var(--white);border:2px solid var(--pink)}.modBtnArea__inner>a+a>span:after{border-top:2px solid var(--white);border-right:2px solid var(--white)}.modBtnArea__inner>a+a.white{background-color:var(--white);border:1px solid rgba(0,0,0,0.18);color:#333}.modBtnArea__inner>a+a.white span:after{border-top:2px solid #333;border-right:2px solid #333}.modBtnArea__inner>a>span{position:relative}@media print,screen and (min-width:769px){.modBtnArea__inner>a>span{padding:0 30px 0 0}}@media screen and (max-width:768px){.modBtnArea__inner>a>span{padding:0 10px 0 0}}.modBtnArea__inner>a>span:after{content:"";position:absolute;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:0.3s all;transition:0.3s all}@media print,screen and (min-width:769px){.modBtnArea__inner>a>span:after{top:calc(50% - 5px);right:2px;width:10px;height:10px}}@media screen and (max-width:768px){.modBtnArea__inner>a>span:after{top:calc(50% - 3.5px);right:0;width:6px;height:6px}}.modBtnArea__link{text-align:center;font-weight:700}@media print,screen and (min-width:769px){.modBtnArea__link{font-size:18px;font-size:1.8rem;margin:22px 0 0}}@media screen and (max-width:768px){.modBtnArea__link{font-size:13px;font-size:1.3rem;margin:8px 0 0}}.modBtnArea__link>a{color:var(--key);text-decoration:underline;letter-spacing:0;text-underline-offset:3px}@media print,screen and (min-width:769px){.modBtnArea__link>a{-webkit-transition:all 0.3s;transition:all 0.3s}.modBtnArea__link>a:hover{opacity:0.6}}.modBtnArea__link>p{color:var(--white);font-size:13px;font-size:1.3rem;margin:14px 0 0}.modBtnArea__link>p>a{color:var(--pink);text-decoration:underline}@media print,screen and (min-width:769px){.modBtnArea__link>p>a{-webkit-transition:all 0.3s ease-out;transition:all 0.3s ease-out}.modBtnArea__link>p>a:hover{opacity:0.6}}.modBtnArea__contact{display:-webkit-box;display:-ms-flexbox;display:flex}.modBtnArea__contact__item{font-weight:700;text-align:center;padding:0 18px;line-height:1.4}@media print,screen and (min-width:769px){.modBtnArea__contact__item>p{font-size:14px;font-size:1.4rem}}@media screen and (max-width:768px){.modBtnArea__contact__item>p{font-size:12px;font-size:1.2rem}}.modBtnArea__contact__item>a{text-decoration:underline;text-underline-offset:1px}@media print,screen and (min-width:769px){.modBtnArea__contact__item>a{-webkit-transition:all 0.3s ease-out;transition:all 0.3s ease-out}.modBtnArea__contact__item>a:hover{opacity:0.6}}@media screen and (max-width:768px){.modBtnArea__contact__item>a{font-size:13px;font-size:1.3rem}}.modBtnArea__contact__item:first-child{border-right:1px solid #b3b3b3}.modBtnArea__contact__item:first-child>p{color:var(--pink)}.modBtnArea__contact__item:last-child>p{color:var(--key)}.modBtnArea--header{-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media print,screen and (min-width:769px){.modBtnArea--header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;margin:0}}.modBtnArea--header .modBtnArea__inner>a{-webkit-box-shadow:none;box-shadow:none;border-radius:4px;width:calc(50% - 10px)}@media print,screen and (min-width:769px){.modBtnArea--header .modBtnArea__inner>a{padding:16px 0 14px}.modBtnArea--header .modBtnArea__inner>a:hover{-webkit-transform:none;transform:none}}@media screen and (max-width:768px){.modBtnArea--header .modBtnArea__inner>a{padding:12px 0}}.modBtnArea--header .modBtnArea__inner>a+a{background-color:var(--pink);color:var(--white);border:2px solid var(--pink)}@media print,screen and (min-width:769px){.modBtnArea--header .modBtnArea__inner>a+a:hover{background-color:var(--white);color:var(--pink)}}@media print,screen and (min-width:769px){.modBtnArea--header .modBtnArea__contact{margin:0 10px 0 0}}.modBtnArea--header .modBtnArea__link>a{font-weight:500;color:var(--base);text-decoration:none}.modCta{background:var(--key);width:100%}@media print,screen and (min-width:769px){.modCta__wrapper{overflow:hidden}}@media screen and (max-width:768px){.modCta__wrapper.jsCtaSp{-webkit-transition:all 0.3s ease-out;transition:all 0.3s ease-out;position:sticky;z-index:999;bottom:0;left:0;-webkit-transform:translateY(200%);transform:translateY(200%);background:var(--lightblue)}}@media screen and (max-width:768px){.modCta__wrapper.jsCtaSp.is-fixed{-webkit-transform:translateY(0px);transform:translateY(0px)}}@media screen and (max-width:768px){.modCta__wrapper.jsCtaSp.is-none{-webkit-transform:translateY(200%);transform:translateY(200%)}}.modCta__inner{margin:0 auto;position:relative}@media print,screen and (min-width:769px){.modCta__inner{max-width:1300px;padding:100px 30px 0}}@media screen and (max-width:768px){.modCta__inner{padding:20px 20px}}.modCta__title{text-align:center;font-weight:700;color:var(--blue)}@media print,screen and (min-width:769px){.modCta__title{font-size:38px;font-size:3.8rem;line-height:1.18;padding:0 0 50px}}@media screen and (max-width:768px){.modCta__title{font-size:14px;font-size:1.4rem;padding:0 0 9px}}.modCta__btnArea{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media print,screen and (min-width:769px){.modCta__btnArea{gap:40px 50px;margin:0 auto}}@media screen and (max-width:768px){.modCta__btnArea{gap:10px 10px}}@media print,screen and (min-width:769px){.modCta__btnArea>li{width:calc((100% - 50px) / 2)}}@media screen and (max-width:768px){.modCta__btnArea>li{width:calc((100% - 10px) / 2)}}.modCta__btnArea>li:last-child{width:100%}@media print,screen and (min-width:769px){.modCta__btnArea>li:not(:last-child)>a{height:220px;padding:40px;padding-left:180px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}@media screen and (max-width:939px){.modCta__btnArea>li:not(:last-child)>a{height:140px;padding-left:40px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;text-align:left}}@media screen and (max-width:768px){.modCta__btnArea>li:not(:last-child)>a{height:53px;padding:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.modCta__btnArea a{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;gap:10px 0;width:100%;border-radius:5px;text-align:center;font-weight:700;line-height:1.2;background:var(--white);border:1px solid var(--gray);-webkit-transition:0.3s all;transition:0.3s all;position:relative;z-index:0}@media print,screen and (min-width:769px){.modCta__btnArea a{height:57px;padding:20px;font-size:14px;font-size:1.4rem}}@media screen and (max-width:768px){.modCta__btnArea a{height:46px}}.modCta__btnArea a:before{content:"";display:inline-block;background-position:0 0;background-repeat:no-repeat;background-size:contain;position:absolute;z-index:1;top:0;left:0}@media print,screen and (min-width:769px){.modCta__btnArea a .title{font-size:26px;font-size:2.6rem}}@media screen and (max-width:768px){.modCta__btnArea a .title{font-size:18px;font-size:1.8rem}}@media screen and (max-width:768px){.modCta__btnArea a .text{display:none}}.modCta__btnArea a.contact{background-color:var(--yellow);color:var(--blue);border-color:var(--yellow)}@media print,screen and (min-width:769px){.modCta__btnArea a.contact:before{width:79px;height:225px;background-image:url("/service/partner/aiship/lp01/assets/img/img_cta01.png");top:-20px;left:55px}}@media screen and (max-width:939px){.modCta__btnArea a.contact:before{display:none}}@media print,screen and (min-width:769px){.modCta__btnArea a.contact:hover{background-color:var(--blue);color:var(--yellow)}}.modCta__btnArea a.application{background-color:var(--blue);color:var(--white);border-color:var(--blue)}@media print,screen and (min-width:769px){.modCta__btnArea a.application:before{width:72px;height:226px;background-image:url("/service/partner/aiship/lp01/assets/img/img_cta02.png");top:-20px;left:53px}}@media screen and (max-width:939px){.modCta__btnArea a.application:before{display:none}}@media print,screen and (min-width:769px){.modCta__btnArea a.application:hover{background-color:var(--white);color:var(--blue)}}@media print,screen and (min-width:769px){.modCta__btnArea a.addition{max-width:500px;margin:0 auto}}@media print,screen and (min-width:769px){.modListCaption{font-size:14px;font-size:1.4rem;margin:40px 0 0}}@media screen and (max-width:768px){.modListCaption{font-size:12px;font-size:1.2rem;margin:16px 0 0}}.modListCaption>li{text-indent:-1em;margin-left:1em}@media print,screen and (min-width:769px){.modListCaption>li{margin-top:4px}}@media screen and (max-width:768px){.modListCaption>li{margin-top:6px}}.modListAbout{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}@media print,screen and (min-width:769px){.modListAbout{margin:80px auto 0;gap:30px 30px}}@media screen and (max-width:939px){.modListAbout{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:25px 0 0;gap:25px 0}}.modListAbout>li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;background:var(--white);-webkit-box-shadow:0px 5px 16px 0px rgba(51,51,51,0.12);box-shadow:0px 5px 16px 0px rgba(51,51,51,0.12);border-radius:5px}@media print,screen and (min-width:769px){.modListAbout>li{width:calc((100% - 30px) / 2);gap:0 35px;padding:36px 65px 36px 40px}}@media screen and (max-width:939px){.modListAbout>li{gap:0 25px;width:100%;padding:35px 20px}}.modListAbout>li .img{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}@media print,screen and (min-width:769px){.modListAbout>li .img{width:100px;height:100px}}@media screen and (max-width:939px){.modListAbout>li .img{width:75px;height:75px}}.modListAbout>li .img img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.modListAbout>li .main{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media print,screen and (min-width:769px){.modListAbout>li .main{gap:20px 0}}@media screen and (max-width:939px){.modListAbout>li .main{gap:10px 0}}.modListAbout>li .main .title{font-weight:700;line-height:1.5}@media print,screen and (min-width:769px){.modListAbout>li .main .title{font-size:20px;font-size:2rem}}@media screen and (max-width:939px){.modListAbout>li .main .title{font-size:18px;font-size:1.8rem}}.modListAbout>li .main .text{line-height:1.75}@media print,screen and (min-width:769px){.modListAbout>li .main .text{font-size:14px;font-size:1.4rem}}@media screen and (max-width:939px){.modListAbout>li .main .text{font-size:12px;font-size:1.2rem}}.modListAchievement{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}@media print,screen and (min-width:769px){.modListAchievement{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:0 40px;margin:80px 0 0}}@media screen and (max-width:939px){.modListAchievement{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:inherit;-ms-flex-align:inherit;align-items:inherit;gap:25px;margin:60px 0 0}}.modListAchievement>li{background:var(--blue);border-radius:5px;color:var(--white);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;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;text-align:center}@media print,screen and (min-width:769px){.modListAchievement>li{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:40px 24px;height:240px}}@media screen and (max-width:939px){.modListAchievement>li{width:calc((100% - 25px) / 2);height:auto;padding:25px 10px}}.modListAchievement>li .title{font-weight:700;line-height:1.5}@media print,screen and (min-width:769px){.modListAchievement>li .title{font-size:20px;font-size:2rem}}@media screen and (max-width:939px){.modListAchievement>li .title{font-size:12px;font-size:1.2rem}}.modListAchievement>li .text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;text-align:left}.modListAchievement>li .text .count{font-family:"Oswald",sans-serif;font-weight:500;line-height:1}@media print,screen and (min-width:769px){.modListAchievement>li .text .count{font-size:70px;font-size:7rem}}@media screen and (max-width:939px){.modListAchievement>li .text .count{font-size:35px;font-size:3.5rem;margin:15px 0 0}}.modListAchievement>li .text .unit{font-weight:500;line-height:1.2}@media print,screen and (min-width:769px){.modListAchievement>li .text .unit{font-size:22px;font-size:2.2rem}}@media screen and (max-width:939px){.modListAchievement>li .text .unit{font-size:14px;font-size:1.4rem;margin:0 0 0 5px}}.modListFeature{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}@media print,screen and (min-width:769px){.modListFeature{margin:60px auto 0;padding:0 82px;gap:40px 103px}}@media screen and (max-width:939px){.modListFeature{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:30px 0;margin:28px auto 0;padding:0 20px}}@media print,screen and (min-width:769px){.modListFeature>li{width:calc((100% - 103px) / 2)}}@media screen and (max-width:939px){.modListFeature>li{width:100%;max-width:375px;margin:0 auto}}.modListFeature>li .img{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}@media print,screen and (min-width:769px){.modListFeature>li .img{margin:0 auto;height:420px}}@media screen and (max-width:939px){.modListFeature>li .img{width:250px;height:230px;margin:0 auto}}@media screen and (max-width:768px){.modListFeature>li .img{width:250px;height:230px}}.modListFeature>li .img img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.modListFeature>li .title{font-weight:700;text-align:center}@media print,screen and (min-width:769px){.modListFeature>li .title{font-size:24px;font-size:2.4rem}}@media screen and (max-width:939px){.modListFeature>li .title{font-size:18px;font-size:1.8rem;margin:20px 0 0}}@media screen and (max-width:768px){.modListFeature>li .title{margin:10px 0 0}}.modListFeature>li .text{font-weight:400}@media print,screen and (min-width:769px){.modListFeature>li .text{font-size:16px;font-size:1.6rem;line-height:1.75;margin:16px 0 0}}@media screen and (max-width:939px){.modListFeature>li .text{margin:10px 0 0;font-size:12px;font-size:1.2rem;line-height:1.7}}@media print,screen and (min-width:769px){.modListFeature>li .table{margin:26px 0 0 30px}}@media screen and (max-width:939px){.modListFeature>li .table{margin:20px 0 0}}.modListFeature>li .table tbody{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px 0}.modListFeature>li .table tr{background:var(--white);border-radius:5px;display:-webkit-box;display:-ms-flexbox;display:flex}@media print,screen and (min-width:769px){.modListFeature>li .table tr{font-size:14px;font-size:1.4rem;gap:0 15px;padding:10px 20px}}@media screen and (max-width:768px){.modListFeature>li .table tr{font-size:12px;font-size:1.2rem;gap:0 10px;padding:10px 10px}}.modListFeature>li .table th{font-weight:700;border-right:1px solid #B2B2B2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media print,screen and (min-width:769px){.modListFeature>li .table th{width:105px}}@media screen and (max-width:768px){.modListFeature>li .table th{width:85px}}.modListFeature>li .table td{-webkit-box-flex:1;-ms-flex:1;flex:1}@media print,screen and (min-width:769px){.modListFeature>li:first-child .img{height:460px;margin:0 0 20px 35px}}@media screen and (max-width:1299px){.modListFeature>li:first-child .img{margin-left:0;margin-bottom:31px;height:310px}}@media screen and (max-width:939px){.modListFeature>li:first-child .img{height:230px;margin:0 auto}}@media screen and (max-width:939px){.modListFeature>li:first-child .title{margin-top:10px}}@media print,screen and (min-width:769px){.modListFeature>li:first-child .text{margin-top:23px;margin-left:25px;padding:0 5px}}@media screen and (max-width:1299px){.modListFeature>li:first-child .text{margin-left:0}}@media screen and (max-width:939px){.modListFeature>li:first-child .text{margin-top:18px}}@media print,screen and (min-width:769px){.modListFeature>li:nth-child(2) .img{margin:0 0 40px -38px}}@media screen and (max-width:1299px){.modListFeature>li:nth-child(2) .img{margin-left:0;margin-bottom:10px;height:310px}}@media screen and (max-width:939px){.modListFeature>li:nth-child(2) .img{height:230px;margin:0 auto}}@media screen and (max-width:939px){.modListFeature>li:nth-child(2) .title{margin-top:20px}}@media print,screen and (min-width:769px){.modListFeature>li:nth-child(2) .text{margin-top:6px}}@media screen and (max-width:939px){.modListFeature>li:nth-child(2) .text{margin-top:18px}}@media print,screen and (min-width:769px){.modListFeature>li:nth-child(3) .img{height:436px;margin:0 0 42px 33px}}@media screen and (max-width:1299px){.modListFeature>li:nth-child(3) .img{margin-left:0;margin-bottom:31px;height:310px}}@media screen and (max-width:939px){.modListFeature>li:nth-child(3) .img{height:230px;margin:0 auto}}@media screen and (max-width:939px){.modListFeature>li:nth-child(3) .title{margin-top:30px}}@media print,screen and (min-width:769px){.modListFeature>li:nth-child(3) .text{margin-top:26px;margin-left:25px;padding:0 5px}}@media screen and (max-width:939px){.modListFeature>li:nth-child(3) .text{margin-left:0;margin-top:18px}}@media print,screen and (min-width:769px){.modListFeature>li:nth-child(4) .img{margin:0 0 56px -38px}}@media screen and (max-width:1299px){.modListFeature>li:nth-child(4) .img{margin-left:0;margin-bottom:31px;height:310px}}@media screen and (max-width:939px){.modListFeature>li:nth-child(4) .img{height:230px;margin:0 auto}}@media screen and (max-width:939px){.modListFeature>li:nth-child(4) .title{margin-top:30px}}@media print,screen and (min-width:769px){.modListFeature>li:nth-child(4) .text{margin-top:27px}}@media screen and (max-width:939px){.modListFeature>li:nth-child(4) .text{margin-top:18px}}.modListFeatureSB{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}@media print,screen and (min-width:769px){.modListFeatureSB{margin:45px auto 0;padding:0 112px}}@media screen and (max-width:939px){.modListFeatureSB{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:30px 0;margin:28px auto 0;padding:0 20px}}.modListFeatureSB>li{counter-increment:cnt;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:0 55px}@media screen and (max-width:939px){.modListFeatureSB>li{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:344px;margin:0 auto}}.modListFeatureSB>li .img{position:relative;z-index:0}@media print,screen and (min-width:769px){.modListFeatureSB>li .img{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:474px}}@media screen and (max-width:939px){.modListFeatureSB>li .img{width:344px}}.modListFeatureSB>li .img:before{content:"0" counter(cnt);display:inline-block;font-family:"Oswald",sans-serif;font-weight:700;line-height:1;color:var(--yellow);position:absolute}@media print,screen and (min-width:769px){.modListFeatureSB>li .img:before{font-size:90px;font-size:9rem;top:32px;left:41px}}@media screen and (max-width:939px){.modListFeatureSB>li .img:before{font-size:50px;font-size:5rem;top:32px;left:41px}}.modListFeatureSB>li .img img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}@media print,screen and (min-width:769px){.modListFeatureSB>li .main{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;-webkit-box-flex:1;-ms-flex:1;flex:1}}@media screen and (max-width:939px){.modListFeatureSB>li .main{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.modListFeatureSB>li .main .title{font-weight:700}@media print,screen and (min-width:769px){.modListFeatureSB>li .main .title{font-size:24px;font-size:2.4rem}}@media screen and (max-width:939px){.modListFeatureSB>li .main .title{font-size:15px;font-size:1.5rem}}@media print,screen and (min-width:769px){.modListFeatureSB>li .main .text{margin:20px 0 0}}@media screen and (max-width:939px){.modListFeatureSB>li .main .text{margin:10px 0 0;font-size:12px;font-size:1.2rem;line-height:1.7}}@media print,screen and (min-width:769px){.modListFeatureSB>li:nth-child(2n) .img{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}@media screen and (max-width:939px){.modListFeatureSB>li:nth-child(2n) .img{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media print,screen and (min-width:769px){.modListFeatureSB>li:nth-child(2n) .img:before{top:32px;left:auto;right:38px}}@media screen and (max-width:939px){.modListFeatureSB>li:nth-child(2n) .img:before{top:32px;right:auto;left:41px}}@media print,screen and (min-width:769px){.modListFeatureSB>li:nth-child(2n) .main{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media print,screen and (min-width:769px){.modListStep__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}}.modListStep__item__budge{background-color:var(--yellow)}@media screen and (max-width:939px){.modListStep__item__budge{width:72px;height:72px}}.modListStep__item__budge>span{font-family:"Oswald",sans-serif;font-weight:700}@media print,screen and (min-width:769px){.modListStep__item__logo{margin:59px auto 0}}@media screen and (max-width:939px){.modListStep__item__logo{margin:0 auto!important}}@media print,screen and (min-width:769px){.modListStep__item__logo--01{margin-top:68px}}@media screen and (max-width:939px){.modListStep__item__logo--01{width:46px}}@media print,screen and (min-width:769px){.modListStep__item__logo--02{margin:79px auto 0}}@media screen and (max-width:939px){.modListStep__item__logo--02{width:48px}}@media print,screen and (min-width:769px){.modListStep__item__logo--03{margin:69px auto 0}}@media screen and (max-width:939px){.modListStep__item__logo--03{width:52px}}@media print,screen and (min-width:769px){.modListStep__item__logo--04{margin:71px auto 0}}@media screen and (max-width:939px){.modListStep__item__logo--04{width:43px}}.modListStep__item__title{font-weight:700}@media print,screen and (min-width:769px){.modListStep__item__title{font-size:18px;font-size:1.8rem;margin-top:40px;height:77px}}@media screen and (max-width:939px){.modListStep__item__title{font-size:15px;font-size:1.5rem;margin-top:12px;height:auto}}.modListStep__item__text{display:inline-block;font-size:11px;font-size:1.1rem;line-height:1.5;text-align:left}@media print,screen and (min-width:769px){.modListStep__item__text{margin:auto auto 30px;padding:0 28px 0}}@media screen and (max-width:939px){.modListStep__item__text{text-align:center;margin-top:6px;margin-bottom:0}}@media screen and (max-width:939px){.modListStep__item__text .modBpPc{display:none!important}}@media print,screen and (min-width:769px){.modListStep__item:first-child .modListStep__item__title{margin-top:20px}}@media print,screen and (min-width:769px){.modListStep__item:nth-child(2) .modListStep__item__text{margin-top:27px}}@media screen and (max-width:939px){.modListStep__item:nth-child(2) .modListStep__item__text{margin-top:6px}}@media print,screen and (min-width:769px){.modListStep__item:nth-child(6) .modListStep__item__title{margin-top:25px}}@media screen and (max-width:939px){.modListStep__item:nth-child(6) .modListStep__item__title{margin-top:12px}}@media screen and (max-width:939px){.modListStep__item__logo{margin-top:30px!important}}.modListStep__item--noBudge{background-color:#E5E5E5}@media print,screen and (min-width:769px){.modListStep__item--noBudge{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}@media screen and (max-width:939px){.modListStep__item--noBudge{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media print,screen and (min-width:769px){.modListStep__item--noBudge .modListStep__item__title{height:auto}}@media print,screen and (min-width:769px){.modListStep__item--noBudge .modListStep__item__text{-webkit-writing-mode:vertical-rl;-ms-writing-mode:tb-rl;writing-mode:vertical-rl;margin:0;padding:0;font-size:16px;font-size:1.6rem}}@media screen and (max-width:939px){.modListStep__item--noBudge .modListStep__item__text{-webkit-writing-mode:horizontal-tb;-ms-writing-mode:lr-tb;writing-mode:horizontal-tb}}@media screen and (max-width:939px){.modListStep__item--noBudge:has(.modListStep__item__text){height:80px}}@media screen and (max-width:939px){.modListStep__item--noBudge{margin-bottom:57px}}@media screen and (max-width:939px){.modListStep__item--noBudge+.modListStep__item--noBudge{margin-top:-37px!important}}.modTableOption{border:1px solid #b2b2b2;border-radius:12px;border-collapse:separate;border-spacing:0}@media print,screen and (min-width:769px){.modTableOption{width:100%;margin:46px 0 0}}@media screen and (max-width:768px){.modTableOption{width:600px;margin:24px 0 0;font-size:12px;font-size:1.2rem}}@media print,screen and (min-width:769px){.modTableOption tr:first-child th{height:72px;text-align:center}}@media screen and (max-width:768px){.modTableOption tr:first-child th{width:20%}}.modTableOption tr:first-child th:first-child{border-radius:12px 0 0 0}@media print,screen and (min-width:769px){.modTableOption tr:first-child th:first-child{width:380px}}@media screen and (max-width:768px){.modTableOption tr:first-child th:first-child{padding:4px 23px 4px;font-size:14px;font-size:1.4rem;width:15%}}.modTableOption tr:first-child th:last-child{border-radius:0 12px 0 0}@media print,screen and (min-width:769px){.modTableOption tr:first-child th:last-child{width:222px}}@media screen and (max-width:768px){.modTableOption tr:first-child th:last-child{width:12%}}.modTableOption tr:last-child td,.modTableOption tr:last-child th{border-bottom:none}.modTableOption tr:last-child td:first-child{border-radius:0 0 0 12px}.modTableOption tr:last-child td:last-child{border-radius:0 0 12px 0}.modTableOption tr td,.modTableOption tr th{background:var(--white);border-right:1px solid #b2b2b2;border-bottom:1px solid #b2b2b2}.modTableOption tr td:last-child,.modTableOption tr th:last-child{border-right:none}.modTableOption tr th{font-weight:700}@media screen and (max-width:768px){.modTableOption tr th{height:56px;text-align:center}}@media print,screen and (min-width:769px){.modTableOption tr td{padding:24px 20px 24px;line-height:2}}@media screen and (max-width:768px){.modTableOption tr td{padding:16px 15px 16px 20px}}.modTableOption tr td .inner{display:-webkit-box;display:-ms-flexbox;display:flex}@media print,screen and (min-width:769px){.modTableOption tr td .inner{-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media screen and (max-width:768px){.modTableOption tr td .inner{-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}}@media screen and (max-width:768px){.modTableOption tr td .img{width:64px}}.modTableOption tr td .text{color:#676767}@media print,screen and (min-width:769px){.modTableOption tr td .text{margin:0 -20px 0 15px}}@media screen and (max-width:768px){.modTableOption tr td .text{-webkit-box-flex:1;-ms-flex:1;flex:1;margin:7px 0 0}}.modTableOption tr td .text__title{font-weight:700}@media print,screen and (min-width:769px){.modTableOption tr td .text__title{font-size:16px;font-size:1.6rem}}@media print,screen and (min-width:769px){.modTableOption tr td .text__note{font-size:12px;font-size:1.2rem;margin:-6px 0 0}}.modTableOption tr td>strong{font-weight:700;line-height:1.4;text-align:center}@media print,screen and (min-width:769px){.modTableOption tr td>strong{font-size:24px;font-size:2.4rem}}@media screen and (max-width:768px){.modTableOption tr td>strong{font-size:16px;font-size:1.6rem}}@media print,screen and (min-width:769px){.modTableOption tr td>small{font-size:12px;font-size:1.2rem}}@media screen and (max-width:768px){.modTableOption tr td>small{font-size:10px;font-size:1rem}}.modTableOption tr td>small table td,.modTableOption tr td>small table th,.modTableOption tr td>small table tr{padding:0;line-height:normal;border:none;vertical-align:top;font-weight:500;letter-spacing:0}.modTableOption tr td>small table th{width:5em}.modTableOption tr td .textFree{display:block}@media print,screen and (min-width:769px){.modTableOption tr td .textFree{font-size:24px;font-size:2.4rem;margin:0 0 7px}}@media screen and (max-width:768px){.modTableOption tr td .textFree{margin:0 0 4px}}.modTableOption tr td .textFree--color{color:var(--key)}@media print,screen and (min-width:769px){.modTableOption tr td .textFree--color{font-size:32px;font-size:3.2rem;margin:0}}.modTableOption tr td .textFree--small{font-size:16px;font-size:1.6rem}.modTableOption tr td .textFree--small small{font-weight:500;font-size:12px;font-size:1.2rem;display:inline}@media print,screen and (min-width:769px){.modTableOption tr td .modListCaption{font-size:12px;font-size:1.2rem;line-height:normal;margin:15px 0 0}}.modTableOption tr td .center{text-align:center}.modTablePrice thead th .inner{background:var(--keyLight)}.modLink{margin:0 30px 0 30px;display:block}.modLink:hover{text-decoration:underline}@media screen and (max-width:768px){.modLink{margin:0}}.modFollowingBtn{position:fixed;z-index:999}@media print,screen and (min-width:769px){.modFollowingBtn{bottom:40px;right:40px}}@media screen and (max-width:768px){.modFollowingBtn{bottom:190px;right:20px}}.modFollowingBtn__link{display:block;background:var(--white);text-align:center;position:relative;-webkit-box-shadow:0px 3px 10px 0px rgba(51,51,51,0.12);box-shadow:0px 3px 10px 0px rgba(51,51,51,0.12);overflow:hidden;border-radius:5px}@media print,screen and (min-width:769px){.modFollowingBtn__link{width:300px;height:80px}}@media screen and (max-width:768px){.modFollowingBtn__link{width:200px;height:50px;margin-left:auto}}.modFollowingBtn__link:before{content:"";position:absolute;top:50%;z-index:0;background:var(--base);border-radius:100%;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:ease 0.5s;transition:ease 0.5s}@media print,screen and (min-width:769px){.modFollowingBtn__link:before{width:188px;height:188px;left:-94px}}@media screen and (max-width:768px){.modFollowingBtn__link:before{width:100px;height:100px;left:-50px}}.modFollowingBtn__link:after{content:"";display:inline-block;position:absolute;z-index:1;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}@media print,screen and (min-width:769px){.modFollowingBtn__link:after{width:46px;height:51px;left:22px}}@media screen and (max-width:768px){.modFollowingBtn__link:after{width:30px;height:20px;left:17px}}.modFollowingBtn__link .title{font-weight:700;line-height:1.25;-webkit-transition:0.3s;transition:0.3s;position:absolute;z-index:1;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:100%;height:100%;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}@media print,screen and (min-width:769px){.modFollowingBtn__link .title{font-size:16px;font-size:1.6rem;padding:0 0 0 95px}}@media screen and (max-width:768px){.modFollowingBtn__link .title{font-size:12px;font-size:1.2rem;padding:0 0 0 44px}}.modFollowingBtn__link .arrow{position:absolute;z-index:1;display:inline-block;top:calc(50% - 2px);-webkit-transform:translateY(-50%);transform:translateY(-50%)}@media print,screen and (min-width:769px){.modFollowingBtn__link .arrow{left:43px}}@media screen and (max-width:768px){.modFollowingBtn__link .arrow{left:24px}}.modFollowingBtn__link .arrow:after,.modFollowingBtn__link .arrow:before{content:"";display:inline-block}.modFollowingBtn__link .arrow:before{position:absolute;vertical-align:middle;color:var(--white);line-height:1;position:relative;background:currentColor}@media print,screen and (min-width:769px){.modFollowingBtn__link .arrow:before{width:5px;height:24px}}@media screen and (max-width:768px){.modFollowingBtn__link .arrow:before{width:2px;height:17px}}.modFollowingBtn__link .arrow:after{border:5px solid var(--white);border-top:0;border-right:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:bottom left;transform-origin:bottom left;position:absolute;left:50%}@media print,screen and (min-width:769px){.modFollowingBtn__link .arrow:after{width:15px;height:15px;border-width:5px;bottom:-5px}}@media screen and (max-width:768px){.modFollowingBtn__link .arrow:after{width:10px;height:10px;border-width:2px;bottom:-2px}}@media print,screen and (min-width:769px){.modFollowingBtn__link:hover:before{width:1024px!important;height:1024px!important;border-radius:0!important}.modFollowingBtn__link:hover .title{color:var(--white)}}@media print,screen and (min-width:769px){.modScrollbox{margin:0 60px}}@media screen and (max-width:939px){.modScrollbox{margin:0}}.main{position:relative;z-index:998}.main__kv{position:relative;z-index:999;overflow:hidden;background:var(--bgKV)}@media print,screen and (min-width:769px){.main__kv{margin:90px 0 0;height:630px}}@media screen and (max-width:939px){.main__kv{height:auto}}.main__kv:before{content:"";display:inline-block;width:100%;background:var(--yellow);position:absolute;bottom:0;left:0}@media print,screen and (min-width:769px){.main__kv:before{z-index:1;height:170px}}@media screen and (max-width:939px){.main__kv:before{height:28%}}@media screen and (max-width:768px){.main__kv:before{z-index:0;bottom:176px;height:47px}}.main__kv:after{content:"";display:inline-block;background-repeat:no-repeat;background-position:0 0;background-size:contain;position:absolute;z-index:0}@media print,screen and (min-width:769px){.main__kv:after{background-image:url("/service/partner/aiship/lp01/assets/img/bg_kv.png");width:721px;height:528px;bottom:30px;left:0}}@media screen and (max-width:768px){.main__kv:after{background-image:url("/service/partner/aiship/lp01/assets/img/sp/bg_kv.png");width:316px;height:71px;top:62px;left:calc(50% + 12px);-webkit-transform:translateX(-50%);transform:translateX(-50%)}}@media print,screen and (min-width:769px){.main__kv__inner{max-width:1300px;height:100%;margin:0 auto;padding:20px 76px 0 60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:0 78px;position:relative;z-index:1}}@media screen and (max-width:1299px){.main__kv__inner{gap:0 48px;padding:20px 20px 0 60px}}@media screen and (max-width:939px){.main__kv__inner{gap:0 48px;padding:20px 20px 0 60px}}@media screen and (max-width:768px){.main__kv__inner{width:100%;height:auto;margin:0;padding:20px 0 0;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;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;z-index:1}}.main__kv__inner:after,.main__kv__inner:before{content:"";display:inline-block;background-repeat:no-repeat;background-position:0 0;background-size:contain;position:absolute;z-index:0}@media print,screen and (min-width:769px){.main__kv__inner:before{background-image:url("/service/partner/aiship/lp01/assets/img/img_kv01.png");width:526px;height:202px;bottom:53px;left:44px}}@media screen and (max-width:939px){.main__kv__inner:before{display:none}}@media screen and (max-width:768px){.main__kv__inner:before{background-image:url("/service/partner/aiship/lp01/assets/img/img_kv01.png");width:526px;height:202px;bottom:53px;left:44px}}@media print,screen and (min-width:769px){.main__kv__inner:after{background-image:url("/service/partner/aiship/lp01/assets/img/img_kv02.png");width:155px;height:202px;bottom:53px;right:52px}}@media screen and (max-width:939px){.main__kv__inner:after{display:none}}@media screen and (max-width:768px){.main__kv__inner:after{background-image:url("/service/partner/aiship/lp01/assets/img/img_kv02.png");width:155px;height:202px;bottom:53px;right:52px}}@media print,screen and (min-width:769px){.main__kv .main{-webkit-box-flex:1;-ms-flex:1;flex:1}}@media screen and (max-width:768px){.main__kv .main{display:contents;padding:0 20px}}.main__kv .main .title{font-weight:700}@media print,screen and (min-width:769px){.main__kv .main .title{margin:30px 0 7px -17px;max-width:382px;width:78%}}@media screen and (max-width:768px){.main__kv .main .title{margin:0 0 4px -10px;width:173px;position:relative;z-index:1;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.main__kv .main .title img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.main__kv .main .lead{font-weight:700;color:var(--blue)}@media print,screen and (min-width:769px){.main__kv .main .lead{font-size:26px;font-size:2.6rem;letter-spacing:3px}}@media screen and (max-width:768px){.main__kv .main .lead{font-size:14px;font-size:1.4rem;position:relative;z-index:1;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}@media print,screen and (min-width:769px){.main__kv .main .priceBtn{margin:30px 0 0}}@media screen and (max-width:768px){.main__kv .main .priceBtn{margin:-17px 0 0;padding:26px 20px;background:var(--white);max-width:100%;width:100%;-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}}.main__kv .img{display:block}@media print,screen and (min-width:769px){.main__kv .img{max-width:588px;min-width:300px;padding:0 0 100px 0}}@media screen and (max-width:1299px){.main__kv .img{width:50%}}@media screen and (max-width:939px){.main__kv .img{-webkit-box-flex:1;-ms-flex:1;flex:1}}@media screen and (max-width:768px){.main__kv .img{margin:-20px auto 0;padding:0;width:100%;max-width:345px;position:relative;z-index:0;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}}.main__kv .img img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}@media print,screen and (min-width:769px){.main__section__inner{max-width:1300px;padding:100px 30px}}@media screen and (max-width:768px){.main__section__inner{margin:0;padding:60px 20px}}.main__section--bgYellow{background:var(--bgYellow);background-image:url("/service/partner/aiship/lp01/assets/img/bg_yellow02.png");background-repeat:no-repeat;background-position:50%;background-size:cover}.main__section--top{position:relative}.main__section--top .modLead{text-align:left}@media print,screen and (min-width:769px){.main__section--top .modLead{margin:60px 130px 0}}@media screen and (max-width:939px){.main__section--top .modLead{margin:28px 0 0}}.main__section--top.main__section--bgYellow{background-image:url("/service/partner/aiship/lp01/assets/img/bg_yellow.png");background-repeat:no-repeat;background-position:50%;background-size:cover}.main__section__price{background-color:var(--white)}.main__section__priceTable{border:1px solid #b2b2b2;border-collapse:separate;border-spacing:0;overflow:auto}@media print,screen and (min-width:769px){.main__section__priceTable{width:100%;border-radius:12px;margin:47px 0 0}}@media screen and (max-width:939px){.main__section__priceTable{width:940px;border-radius:8px;margin:24px 0 0}}@media print,screen and (min-width:769px){.main__section__priceTable .pointBox{padding:0 11px}}@media screen and (max-width:939px){.main__section__priceTable .pointBox{padding:13px 6px 12px 12px}}.main__section__priceTable .pointBox__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:0 10px}@media print,screen and (min-width:769px){.main__section__priceTable .pointBox__item+.pointBox__item{margin-top:4px}}@media screen and (max-width:939px){.main__section__priceTable .pointBox__item+.pointBox__item{margin-top:12px}}.main__section__priceTable .pointBox__item__creditList{display:-webkit-box;display:-ms-flexbox;display:flex}@media print,screen and (min-width:769px){.main__section__priceTable .pointBox__item__creditList{width:75px}}@media screen and (max-width:939px){.main__section__priceTable .pointBox__item__creditList{width:85px}}.main__section__priceTable .pointBox__item__creditList li+li{margin-left:4px}.main__section__priceTable .pointBox__item__creditList li img{vertical-align:middle}@media print,screen and (min-width:769px){.main__section__priceTable .pointBox__item__creditList--twocard{width:68px}}.main__section__priceTable .pointBox__item__creditList--twocard li+li{margin-left:0}@media print,screen and (min-width:769px){.main__section__priceTable .pointBox__item span{font-size:24px;font-size:2.4rem}}@media screen and (max-width:939px){.main__section__priceTable .pointBox__item span{font-size:12px;font-size:1.2rem}}@media print,screen and (min-width:769px){.main__section__priceTable .pointBox__item span .unit{font-size:16px;font-size:1.6rem}}@media screen and (max-width:939px){.main__section__priceTable .rateBox{padding:10px 0}}@media print,screen and (min-width:769px){.main__section__priceTable .rateBox__title{font-size:12px;font-size:1.2rem;margin:16px 0 14px}}@media screen and (max-width:939px){.main__section__priceTable .rateBox__title{font-size:10px;font-size:1rem;margin-bottom:15px}}@media print,screen and (min-width:769px){.main__section__priceTable .rateBox__img{margin:0 20px 20px}}@media screen and (max-width:939px){.main__section__priceTable .rateBox__img{width:calc(100% - 60px);margin:0 auto}}@media print,screen and (min-width:769px){.main__section__priceTable .mobileCarrier{margin:26px 12px 25px 25px}}@media screen and (max-width:939px){.main__section__priceTable .mobileCarrier{width:calc(100% - 100px);margin:13px auto 12px}}.main__section__priceTable .mobileCarrier__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;line-height:1}.main__section__priceTable .mobileCarrier__item .sup{top:0.5em}.main__section__priceTable .mobileCarrier__item+.mobileCarrier__item{margin-top:12px}@media print,screen and (min-width:769px){.main__section__priceTable .mobileCarrier__item__text span{font-size:24px;font-size:2.4rem}}@media screen and (max-width:939px){.main__section__priceTable .mobileCarrier__item__text span{font-size:20px;font-size:2rem}}@media print,screen and (min-width:769px){.main__section__priceTable .mobileCarrier__item__softbank img{width:72px}}@media screen and (max-width:939px){.main__section__priceTable .mobileCarrier__item__softbank img{width:52px}}@media print,screen and (min-width:769px){.main__section__priceTable .mobileCarrier__item__docomo img{width:61px}}@media screen and (max-width:939px){.main__section__priceTable .mobileCarrier__item__docomo img{width:50px}}@media print,screen and (min-width:769px){.main__section__priceTable .mobileCarrier__item__au img{width:35px}}@media screen and (max-width:939px){.main__section__priceTable .mobileCarrier__item__au img{width:20px}}.main__section__priceTable td,.main__section__priceTable th{background-color:var(--white);border-right:1px solid #b2b2b2;border-bottom:1px solid #b2b2b2}.main__section__priceTable td:last-child,.main__section__priceTable th:last-child{border-right:none}.main__section__priceTable td .sup,.main__section__priceTable th .sup{font-size:70%;vertical-align:top;position:relative;top:-0.2em}.main__section__priceTable th{font-weight:700;letter-spacing:-0.5px;text-align:center}@media print,screen and (min-width:769px){.main__section__priceTable th{width:176px;height:80px}}@media screen and (max-width:939px){.main__section__priceTable th{height:56px}}.main__section__priceTable td{text-align:center;vertical-align:middle;font-weight:700}@media print,screen and (min-width:769px){.main__section__priceTable td>span{font-size:24px;font-size:2.4rem}}@media screen and (max-width:939px){.main__section__priceTable td>span{font-size:20px;font-size:2rem}}.main__section__priceTable td .greentext{color:var(--yellow);text-align:center}@media print,screen and (min-width:769px){.main__section__priceTable td .greentext{margin-top:7px}}.main__section__priceTable td .attentiontext{text-align:center;font-size:11px;font-size:1.1rem}@media print,screen and (min-width:769px){.main__section__priceTable td .attentiontext{margin-top:7px}}.main__section__priceTable td.campaignSel{padding:26px 0 33px;line-height:1.25}@media print,screen and (min-width:769px){.main__section__priceTable td.campaignSel span{font-size:24px;font-size:2.4rem}}@media screen and (max-width:939px){.main__section__priceTable td.campaignSel span{font-size:20px;font-size:2rem}}@media print,screen and (min-width:769px){.main__section__priceTable td.campaignSel .greentext{margin-top:10px}}.main__section__priceTable td.campaignSel--auPAY:before{content:"キャンペーン中！";display:block;color:#e95504}@media print,screen and (min-width:769px){.main__section__priceTable td.campaignSel--auPAY:before{font-size:14px;font-size:1.4rem}}@media screen and (max-width:939px){.main__section__priceTable td.campaignSel--auPAY:before{font-size:12px;font-size:1.2rem}}.main__section__priceTable td.campaignSel--auPAY .campaignSel__price{color:#e95504}@media print,screen and (min-width:769px){.main__section__priceTable td.campaignSel .campaignSel__price{font-size:32px;font-size:3.2rem}}@media screen and (max-width:939px){.main__section__priceTable td.campaignSel .campaignSel__price{font-size:24px;font-size:2.4rem}}@media print,screen and (min-width:769px){.main__section__priceTable td.campaignSel .campaignSel__price span{font-size:16px;font-size:1.6rem}}@media screen and (max-width:939px){.main__section__priceTable td.campaignSel .campaignSel__price span{font-size:14px;font-size:1.4rem}}.main__section__priceTable td.campaignSel .campaignSel__discount{display:inline-block;color:#333333!important;position:relative}.main__section__priceTable td.campaignSel .campaignSel__discount:before{content:"";display:inline-block;width:calc(100% + 14px);height:2px;background-color:#333333;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media print,screen and (min-width:769px){.main__section__priceTable td.campaignSel .campaignSel__discount span{font-size:16px;font-size:1.6rem}}@media screen and (max-width:939px){.main__section__priceTable td.campaignSel .campaignSel__discount span{font-size:14px;font-size:1.4rem}}.main__section__priceTable td .strikethrough{background-image:-webkit-gradient(linear,left top,left bottom,from(#333),to(#333));background-image:linear-gradient(#333,#333);background-position:0 50%;background-size:100% 2px;background-repeat:repeat-x;display:inline-block}.main__section__priceTable thead{position:sticky;top:0;left:0}.main__section__priceTable thead tr td,.main__section__priceTable thead tr th{border-bottom:1px solid #b2b2b2;white-space:nowrap}.main__section__priceTable thead tr th{background:var(--blue);color:var(--white)}.main__section__priceTable thead tr:first-child th:first-child{border-radius:5px 0 0 0;text-align:left}@media print,screen and (min-width:769px){.main__section__priceTable thead tr:first-child th:first-child{width:310px;padding:26px 0 26px 38px}}@media screen and (max-width:939px){.main__section__priceTable thead tr:first-child th:first-child{width:212px;padding:4px 23px 4px;font-size:14px;font-size:1.4rem}}.main__section__priceTable thead tr:first-child th:last-child{border-radius:0 5px 0 0}.main__section__priceTable tbody tr:last-child td,.main__section__priceTable tbody tr:last-child th{border-bottom:none}@media print,screen and (min-width:769px){.main__section__priceTable tbody tr:last-child th:first-child{border-radius:0 0 0 12px}}@media screen and (max-width:768px){.main__section__priceTable tbody tr:last-child th:first-child{border-radius:5px 5px 0 0!important}}.main__section__priceTable tbody tr:last-child td:last-child{border-radius:0 0 12px 0}.main__section__priceTable tbody tr th:first-child{text-align:left;font-weight:400}@media print,screen and (min-width:769px){.main__section__priceTable tbody tr th:first-child{padding:26px 24px 26px 38px;font-size:18px;font-size:1.8rem}}@media screen and (max-width:939px){.main__section__priceTable tbody tr th:first-child{width:212px;padding:16px 0 16px 20px;font-size:11px;font-size:1.1rem}}.main__section__priceTable tbody tr.is--campaign{position:relative}.main__section__priceTable tbody tr.is--campaign:after{content:"";display:inline-block;width:100%;height:100%;border:5px solid var(--green_default);position:absolute;z-index:1;top:-5px;left:-5px;border-radius:3px}.main__section__priceTable tbody tr.is--campaign .tag{position:absolute;top:-2px;left:-2px;background:var(--green_default);color:var(--white);width:124px;height:30px;line-height:28px;text-align:center;border-radius:3px 0 3px 0}@media print,screen and (min-width:769px){.main__section__priceTable tbody tr.is--campaign .tag{font-size:14px;font-size:1.4rem}}.main__section__priceTable tbody tr.is--campaign th{padding-top:44px}.main__section__priceTable tbody tr.is--campaign td.campaignPrice .campaignPrice__inner .number{color:var(--green_default)}@media print,screen and (min-width:769px){.main__section__priceTable tbody tr.is--campaign td.campaignPrice .campaignPrice__inner .number{font-size:32px;font-size:3.2rem}}.main__section__priceTable tbody tr.is--campaign td.campaignPrice .campaignPrice__inner .unit{color:var(--green_default)}@media print,screen and (min-width:769px){.main__section__priceTable tbody tr.is--campaign td.campaignPrice .campaignPrice__inner .unit{font-size:20px;font-size:2rem}}.main__section__priceTable tbody tr.is--campaign td.campaignPrice .campaignPrice__inner .originally{display:block;margin:-8px 0 0;color:#676767;font-weight:100}@media print,screen and (min-width:769px){.main__section__priceTable tbody tr.is--campaign td.campaignPrice .campaignPrice__inner .originally{font-size:14px;font-size:1.4rem}}.main__section__priceTable tbody tr.is--campaign+.is--campaign:after{border-top:none;border-radius:0 0 12px 12px}@media screen and (max-width:939px){.main__section__priceTable tbody tr.is--campaign+.is--campaign:after{border-radius:0 0 8px 8px}}@media print,screen and (min-width:769px){.main__section__priceTable .credit{margin:11px 0 0;width:200px}}@media screen and (max-width:939px){.main__section__priceTable .credit{margin:3px 0 0;width:51%}}@media print,screen and (min-width:769px){.main__section__priceTable .paypay{margin:11px 0 5px;width:79px}}@media screen and (max-width:939px){.main__section__priceTable .paypay{margin:7px 0 0;width:38%}}@media print,screen and (min-width:769px){.main__section__priceTable .carrier{margin-top:4px;width:266px}}@media screen and (max-width:939px){.main__section__priceTable .carrier{margin-top:4px;width:72%}}@media print,screen and (min-width:769px){.main__section__priceTable .convenience{margin:11px 0 6px;width:260px}}@media screen and (max-width:939px){.main__section__priceTable .convenience{margin:11px 0 6px;width:73%}}@media print,screen and (min-width:769px){.main__section__priceTable .alipay{margin:11px 0 6px;width:94px}}@media screen and (max-width:939px){.main__section__priceTable .alipay{margin:11px 0 6px;width:43%}}@media print,screen and (min-width:769px){.main__section__priceTable .rpay{margin:11px 0 6px;width:71px}}@media screen and (max-width:939px){.main__section__priceTable .rpay{margin:6px 0 6px 5px;width:28%}}.main__section__priceTable--single{border-radius:5px;border:none}@media screen and (max-width:939px){.main__section__priceTable--single{width:100%}}@media print,screen and (min-width:769px){.main__section__priceTable--single thead tr:first-child th{width:33.3333333333%;font-size:18px;font-size:1.8rem}}.main__section__priceTable--single thead tr:first-child th:first-child{text-align:center;padding:0}@media print,screen and (min-width:769px){.main__section__priceTable--single thead tr:first-child th:first-child{width:33.3333333333%}}.main__section__priceTable--single tbody tr:last-child td:first-child{border-radius:0 0 0 5px}@media print,screen and (min-width:769px){.main__section__priceTable--single tbody tr:last-child td:last-child{border-radius:0 0 5px 0}}@media screen and (max-width:939px){.main__section__priceTable--single tbody tr:last-child td:last-child{border-radius:0 0 5px 5px}}@media screen and (max-width:939px){.main__section__priceTable--single thead{display:none}}@media screen and (max-width:939px){.main__section__priceTable--single tbody td,.main__section__priceTable--single tbody th,.main__section__priceTable--single thead td,.main__section__priceTable--single thead th{display:block;width:100%!important;border-right:none}}@media screen and (max-width:939px){.main__section__priceTable--single tbody th,.main__section__priceTable--single thead th{background:var(--blue);color:var(--white);text-align:center;border-radius:0px!important;height:auto;font-size:14px;font-size:1.4rem;padding:0!important}}@media screen and (max-width:939px){.main__section__priceTable--single tbody th .inner,.main__section__priceTable--single thead th .inner{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%;font-size:14px;font-size:1.4rem;font-weight:700;padding:14px 0}}@media screen and (max-width:939px){.main__section__priceTable--single tbody th.modBpSp,.main__section__priceTable--single thead th.modBpSp{display:block!important}}.main__section__priceTable--single td{font-weight:700}@media print,screen and (min-width:769px){.main__section__priceTable--single td{font-size:24px;font-size:2.4rem;padding:48px 0}}@media screen and (max-width:939px){.main__section__priceTable--single td{padding:24px 0}}.main__section__priceTable--single td .num{font-weight:700}@media print,screen and (min-width:769px){.main__section__priceTable--single td .num{font-size:40px;font-size:4rem}}@media screen and (max-width:939px){.main__section__priceTable--single td .num{font-size:30px;font-size:3rem}}@media print,screen and (min-width:769px){.main__section__priceTable--single td .num .count{font-size:24px;font-size:2.4rem}}@media screen and (max-width:939px){.main__section__priceTable--single td .num .count{font-size:18px;font-size:1.8rem}}.main__section__priceTable--single td .text{font-weight:400}@media print,screen and (min-width:769px){.main__section__priceTable--single td .text{font-size:16px;font-size:1.6rem}}@media screen and (max-width:939px){.main__section__priceTable--single td .text{font-size:14px;font-size:1.4rem}}.main__section__priceTable--single td .text--strong{font-weight:700}@media print,screen and (min-width:769px){.main__section__priceTable--single td .text--strong{margin-top:14px}}@media screen and (max-width:939px){.main__section__priceTable--single td .text--strong{margin-top:7px}}@media print,screen and (min-width:769px){.main__section__priceTable--single td .text+.num{margin-top:10px}}@media screen and (max-width:939px){.main__section__priceTable--single td .text+.num{margin-top:5px}}@media print,screen and (min-width:769px){.main__section__priceTable--single td .text+.num+.text{margin-top:25px}}@media screen and (max-width:939px){.main__section__priceTable--single td .text+.num+.text{margin-top:10px}}.main__section__singleText{display:block;text-align:center;margin:60px 0 0}.main__section__singleText>a{display:inline-block;margin:0 auto;font-weight:700}.main__section__singleText>a:after{content:"";display:inline-block;width:12px;height:12px;border-width:2px 2px 0px 0px;border-style:solid;border-color:var(--base);-webkit-transform:rotate(45deg);transform:rotate(45deg);margin:0 -5px 0 5px}@media print,screen and (min-width:769px){.main__section__priceText{margin:25px 60px 0}}@media screen and (max-width:939px){.main__section__priceText{margin:25px 0 0}}.main__section__priceText>li{margin:0;padding:0 0 0 1.5em;text-indent:0;position:relative;color:var(--base);font-weight:400;line-height:1.5}@media print,screen and (min-width:769px){.main__section__priceText>li{font-size:14px;font-size:1.4rem}}@media screen and (max-width:939px){.main__section__priceText>li{font-size:12px;font-size:1.2rem}}.main__section__priceText>li:before{content:"※";display:inline-block;width:1em;height:1em;position:absolute;top:0;left:0}.main__section__priceText>li+li{margin-top:10px}.main .priceList{background:var(--white);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media print,screen and (min-width:769px){.main .priceList{margin:50px 0 0;border-radius:10px}}@media screen and (max-width:768px){.main .priceList{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:25px 0 0;border-radius:5px}}.main .priceList__item{-webkit-box-flex:1;-ms-flex:1;flex:1;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;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media print,screen and (min-width:769px){.main .priceList__item{margin:30px 0;padding:0}}@media screen and (max-width:768px){.main .priceList__item{margin:0 20px;padding:28px 0}}@media print,screen and (min-width:769px){.main .priceList__item .title{font-size:14px;font-size:1.4rem;margin-bottom:auto}}@media screen and (max-width:768px){.main .priceList__item .title{font-size:16px;font-size:1.6rem;margin-bottom:21px}}.main .priceList__item .img{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media print,screen and (min-width:769px){.main .priceList__item .img{margin:30px 0 0}}@media screen and (max-width:768px){.main .priceList__item .img{max-width:480px;margin:0 auto}}.main .priceList__item .img img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}@media print,screen and (min-width:769px){.main .priceList__item:not(:last-child){border-right:2px solid var(--gray)}}@media screen and (max-width:768px){.main .priceList__item:not(:last-child){border-right:none;border-bottom:1px solid var(--gray)}}.main .priceBtn{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media print,screen and (min-width:769px){.main .priceBtn{gap:20px 20px;max-width:500px;margin:30px auto 0}}@media screen and (max-width:768px){.main .priceBtn{gap:10px 10px;max-width:500px;margin:30px auto 0}}@media print,screen and (min-width:769px){.main .priceBtn>li{width:calc((100% - 20px) / 2)}}@media screen and (max-width:768px){.main .priceBtn>li{width:calc((100% - 10px) / 2)}}.main .priceBtn>li:last-child{width:100%}.main .priceBtn a{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:57px;padding:0 20px;border-radius:5px;text-align:center;font-size:14px;font-size:1.4rem;font-weight:700;background:var(--white);border:1px solid var(--gray);-webkit-transition:0.3s all;transition:0.3s all}.main .priceBtn a.contact{background-color:var(--yellow);color:var(--blue);border-color:var(--yellow);font-size:16px;font-size:1.6rem}.main .priceBtn a.contact:hover{background-color:var(--blue);color:var(--yellow);border-color:var(--blue)}.main .priceBtn a.application{background-color:var(--blue);color:var(--white);border-color:var(--blue);font-size:16px;font-size:1.6rem}.main .priceBtn a.application:hover{background-color:var(--white);color:var(--blue);border-color:var(--blue)}@media print,screen and (min-width:769px){.main .option__wrapper{margin:56px 0 140px}}@media screen and (max-width:939px){.main .option__wrapper{margin:36px 0 63px}}@media print,screen and (min-width:769px){.main .service__wrapper{margin:110px 0 0}}@media screen and (max-width:939px){.main .service__wrapper{margin:54px 0 20px}}.main .blockCase{background:var(--white);border-radius:5px}@media print,screen and (min-width:769px){.main .blockCase{margin:-100px 0 -100px;padding:100px 80px 100px}}@media screen and (max-width:939px){.main .blockCase{margin:-100px 0 -100px;padding:35px 20px}}@media screen and (max-width:768px){.main .blockCase{margin:-60px 0 -60px}}@media print,screen and (min-width:769px){.main .blockCase .img{margin:60px 0 0}}@media screen and (max-width:939px){.main .blockCase .img{margin:30px 0 0}}
/*# sourceMappingURL=style.css.map */