.header{display:block;position:fixed;top:0;left:0;width:100%;height:100px;background-color:#fff;z-index:100}.header .hd_line{content:"";display:block;width:100%;height:100px;top:0;position:absolute;pointer-events:none;z-index:6;-webkit-transition-property:background-color , -webkit-box-shadow;transition-property:background-color , -webkit-box-shadow;transition-property:background-color , box-shadow;transition-property:background-color , box-shadow , -webkit-box-shadow;-webkit-transition-duration:.4s;transition-duration:.4s;-webkit-box-shadow:0 2px 6px rgba(15,31,41,.16) , 0 0 3px rgba(15,31,41,.08);box-shadow:0 2px 6px rgba(15,31,41,.16) , 0 0 3px rgba(15,31,41,.08)}.header .header_wrap{position:relative;height:100px;z-index:5}.header .header_wrap .site_logo_wrap{display:inline-block;position:relative;z-index:150;margin-left:34px;padding-top:20px}.header .header_wrap .site_logo_wrap .site_logo{width:240px}.header .header_wrap .header_nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:fixed;top:0;height:100px;right:40px}.header .header_wrap .header_nav .menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:0;height:100%}.header .header_wrap .header_nav .menu .menu_li{position:relative;margin-right:28px;height:100%}.header .header_wrap .header_nav .menu .menu_li .menu_link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;-webkit-transition:.3s;transition:.3s;cursor:pointer}.header .header_wrap .header_nav .menu .menu_li .menu_link .under_bt{width:10px;margin-right:10px}.header .header_wrap .header_nav .menu .menu_li .menu_link .under_bt_on{-webkit-transform:rotate(-180deg);transform:rotate(-180deg);-webkit-animation:under_img .5s;animation:under_img .5s}.header .header_wrap .header_nav .menu .menu_li .menu_link .under_bt_off{-webkit-transform:rotate(0);transform:rotate(0);-webkit-animation:under_img_off .5s;animation:under_img_off .5s}.header .header_wrap .header_nav .menu .menu_li .menu_link .menu_txt{line-height:1;-webkit-transition:.3s;transition:.3s}.header .header_wrap .header_nav .menu .menu_li .menu_link .menu_txt:hover{color:#00629d}.header .header_wrap .header_nav .menu .menu_li .menu_under{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:1.6rem}.header .header_wrap .header_nav .menu .menu_li .menu_under .menu_under_li{line-height:1;padding:0 15px;border-right:1px solid #333}.header .header_wrap .header_nav .menu .menu_li .menu_under .menu_under_li:first-child{border-left:1px solid #333}.header .header_wrap .header_nav .menu .menu_li .menu_under .menu_under_li .menu_under_a{-webkit-transition:.3s;transition:.3s}.header .header_wrap .header_nav .menu .menu_li .menu_under .menu_under_li .menu_under_a:hover{color:#00629d}.header .header_wrap .header_nav .menu .menu_li .menu_under_wrap{-webkit-box-shadow:0 2px 6px rgba(15,31,41,.16) , 0 0 3px rgba(15,31,41,.08);box-shadow:0 2px 6px rgba(15,31,41,.16) , 0 0 3px rgba(15,31,41,.08);display:block;width:100vw;position:fixed;top:100px;left:0;background-color:#cbe5ee;padding:20px 0;opacity:0}.header .header_wrap .header_nav .menu .menu_li .menu_under_wrap_on{opacity:1;-webkit-animation:menu_up .3s;animation:menu_up .3s}.header .header_wrap .header_nav .menu_btn{display:-webkit-box;display:-ms-flexbox;display:flex}.header .header_wrap .header_nav .menu_btn .menu_btn_link{position:relative;height:40px;border-radius:3px}.header .header_wrap .header_nav .menu_btn .menu_btn_link .menu_btn_wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.header .header_wrap .header_nav .menu_btn .menu_btn_link .menu_btn_wrap .menu_btn_img{width:22px;margin-right:10px}.header .header_wrap .header_nav .menu_btn .menu_btn_link .menu_btn_wrap .menu_btn_txt{color:#fff;white-space:nowrap;line-height:1}.header .header_wrap .header_nav .menu_btn .menu_btn_link_1{width:160px;background-color:#00629d;margin-right:10px;-webkit-transition:.3s;transition:.3s}.header .header_wrap .header_nav .menu_btn .menu_btn_link_1:hover{background-color:#0180cc}.header .header_wrap .header_nav .menu_btn .menu_btn_link_2{width:160px;background-color:#ce524f;-webkit-transition:.3s;transition:.3s}.header .header_wrap .header_nav .menu_btn .menu_btn_link_2:hover{background-color:#ea5c58}@-webkit-keyframes under_img {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
}@keyframes under_img {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
}@-webkit-keyframes under_img_off {
  0% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}@keyframes under_img_off {
  0% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}@-webkit-keyframes menu_up {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}@keyframes menu_up {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}@media screen and (max-width:1440px){.header{display:block;position:fixed;width:100%;height:100px;background-color:#fff;z-index:100}.header .header_wrap{position:relative;height:100px}.header .header_wrap .site_logo_wrap{display:inline-block;position:relative;z-index:150;margin-left:34px;padding-top:20px}.header .header_wrap .site_logo_wrap .site_logo{width:16.6vw}.header .header_wrap .header_nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:fixed;top:0;height:100px;right:40px}.header .header_wrap .header_nav .menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:0;height:auto}.header .header_wrap .header_nav .menu .menu_li{position:relative;margin-right:1.25vw;height:auto}.header .header_wrap .header_nav .menu .menu_li .menu_link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:auto}.header .header_wrap .header_nav .menu .menu_li .menu_link .under_bt{width:10px;margin-right:10px}.header .header_wrap .header_nav .menu .menu_li .menu_link .under_bt_on{-webkit-transform:rotate(-180deg);transform:rotate(-180deg);-webkit-animation:under_img .5s;animation:under_img .5s}.header .header_wrap .header_nav .menu .menu_li .menu_link .menu_txt{font-size:16px;font-size:1.1111111111vw;line-height:1}.header .header_wrap .header_nav .menu .menu_li .menu_under{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:16px;font-size:1.1111111111vw}.header .header_wrap .header_nav .menu .menu_li .menu_under .menu_under_li{line-height:1;padding:0 1vw;border-right:1px solid #333}.header .header_wrap .header_nav .menu .menu_li .menu_under .menu_under_li:first-child{border-left:1px solid #333}.header .header_wrap .header_nav .menu .menu_li .menu_under_wrap{display:block;width:100vw;position:fixed;top:100px;left:0;background-color:#cbe5ee;padding:20px 0}.header .header_wrap .header_nav .menu_btn{display:-webkit-box;display:-ms-flexbox;display:flex}.header .header_wrap .header_nav .menu_btn .menu_btn_link{position:relative;height:40px;border-radius:3px}.header .header_wrap .header_nav .menu_btn .menu_btn_link .menu_btn_wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.header .header_wrap .header_nav .menu_btn .menu_btn_link .menu_btn_wrap .menu_btn_img{width:1.5vw;margin-right:.7vw}.header .header_wrap .header_nav .menu_btn .menu_btn_link .menu_btn_wrap .menu_btn_txt{font-size:16px;font-size:1.1111111111vw;color:#fff;white-space:nowrap;line-height:1}.header .header_wrap .header_nav .menu_btn .menu_btn_link_1{width:12vw;background-color:#00629d;margin-right:10px}.header .header_wrap .header_nav .menu_btn .menu_btn_link_2{width:12vw;background-color:#ce524f}}@media screen and (max-width:1024px){.header{display:block;position:fixed;width:100%;height:80px;background-color:#fff;z-index:100}.header .hd_line{height:80px;display:block!important}.header .header_wrap{position:relative;height:80px}.header .header_wrap::before{display:block;content:"";width:100%;height:100%;position:absolute;top:0;background-color:#fff;z-index:1}.header .header_wrap .site_logo_wrap{display:inline-block;position:relative;z-index:150;padding-top:17px;margin-left:5vw}.header .header_wrap .site_logo_wrap .site_logo{width:180px}.header .header_wrap .hamb{position:absolute;right:22px;top:28px;left:auto;-webkit-transform:translate(0,0);transform:translate(0,0);width:35px;height:25px;cursor:pointer;z-index:110}.header .header_wrap .hamb .hamb_in{position:relative;display:block;width:100%;height:100%}.header .header_wrap .hamb .hamb_in .line{position:absolute;width:100%;height:3px;background-color:#00629d;display:block;border-radius:3px}.header .header_wrap .hamb .hamb_in .line_1{top:0}.header .header_wrap .hamb .hamb_in .line_2{top:11px}.header .header_wrap .hamb .hamb_in .line_3{bottom:0}.header .header_wrap .header_nav{display:block;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:fixed;top:0;right:0;width:100vw;height:100vh;background-color:#fff;padding-top:100px;overflow:scroll;-webkit-transform:translateY(-100vh);transform:translateY(-100vh);padding-bottom:100px}.header .header_wrap .header_nav .menu{display:block;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:0}.header .header_wrap .header_nav .menu .menu_li{position:relative;margin-right:0;border-bottom:1px solid #ccc}.header .header_wrap .header_nav .menu .menu_li .menu_link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header .header_wrap .header_nav .menu .menu_li .menu_link .menu_txt{padding:4.8vw 0 4.8vw 5vw;font-size:28px;font-size:3.6458333333vw}.header .header_wrap .header_nav .menu .menu_li .menu_link .under_bt{width:4vw;margin-right:10px;position:absolute;right:5vw}.header .header_wrap .header_nav .menu .menu_li .menu_link .under_bt_on{-webkit-transform:rotate(-180deg);transform:rotate(-180deg);-webkit-animation:under_img .5s;animation:under_img .5s}.header .header_wrap .header_nav .menu .menu_li .menu_link .under_bt_off{-webkit-transform:rotate(0);transform:rotate(0);-webkit-animation:under_img_off .5s;animation:under_img_off .5s}.header .header_wrap .header_nav .menu .menu_li .menu_link .menu_txt{line-height:1}.header .header_wrap .header_nav .menu .menu_li .menu_under{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:28px;font-size:3.6458333333vw}.header .header_wrap .header_nav .menu .menu_li .menu_under .menu_under_li{line-height:1;padding:5vw;border-top:1px solid #ccc;border-right:0 solid #ccc;width:50%}.header .header_wrap .header_nav .menu .menu_li .menu_under .menu_under_li:first-child{border-left:0 solid #ccc}.header .header_wrap .header_nav .menu .menu_li .menu_under .menu_under_li:nth-child(n) {border-left:1px solid #ccc}.header .header_wrap .header_nav .menu .menu_li .menu_under_wrap{-webkit-box-shadow:none;box-shadow:none;display:block;width:100vw;position:relative;top:auto;left:0;background-color:#cbe5ee;padding:0}.header .header_wrap .header_nav .menu_btn{position:relative;display:block;margin:0 auto}.header .header_wrap .header_nav .menu_btn .menu_btn_link{display:block;position:relative;height:12vw;border-radius:3px;margin:5vw auto 0}.header .header_wrap .header_nav .menu_btn .menu_btn_link .menu_btn_wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.header .header_wrap .header_nav .menu_btn .menu_btn_link .menu_btn_wrap .menu_btn_img{position:absolute;left:5vw;width:6vw;margin-right:10px}.header .header_wrap .header_nav .menu_btn .menu_btn_link .menu_btn_wrap .menu_btn_txt{color:#fff;white-space:nowrap;line-height:1;font-size:28px;font-size:3.6458333333vw}.header .header_wrap .header_nav .menu_btn .menu_btn_link_1{width:85vw;background-color:#00629d;margin:5vw auto 0}.header .header_wrap .header_nav .menu_btn .menu_btn_link_2{width:85vw;background-color:#ce524f}.header .header_wrap .header_nav.active{-webkit-transform:translateY(0);transform:translateY(0)}@-webkit-keyframes under_img {
    0% {
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    100% {
      -webkit-transform: rotate(-180deg);
      transform: rotate(-180deg);
    }
  }@keyframes under_img {
    0% {
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    100% {
      -webkit-transform: rotate(-180deg);
      transform: rotate(-180deg);
    }
  }@-webkit-keyframes under_img_off {
    0% {
      -webkit-transform: rotate(-180deg);
      transform: rotate(-180deg);
    }
    100% {
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
  }@keyframes under_img_off {
    0% {
      -webkit-transform: rotate(-180deg);
      transform: rotate(-180deg);
    }
    100% {
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
  }}#hamb_bottun span:nth-of-type(1) {-webkit-animation:btn07-bar01 .75s forwards;animation:btn07-bar01 .75s forwards}#hamb_bottun span:nth-of-type(2) {-webkit-transition:all .25s .25s;transition:all .25s .25s;opacity:1}#hamb_bottun span:nth-of-type(3) {-webkit-animation:btn07-bar03 .75s forwards;animation:btn07-bar03 .75s forwards}#hamb_bottun.active span:nth-of-type(1) {-webkit-animation:active-btn07-bar01 .75s forwards;animation:active-btn07-bar01 .75s forwards}#hamb_bottun.active span:nth-of-type(2) {opacity:0}#hamb_bottun.active span:nth-of-type(3) {-webkit-animation:active-btn07-bar03 .75s forwards;animation:active-btn07-bar03 .75s forwards}@-webkit-keyframes btn07-bar01 {
  0% {
    -webkit-transform: translateY(11px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(11px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}@keyframes btn07-bar01 {
  0% {
    -webkit-transform: translateY(11px) rotate(45deg);
    transform: translateY(11px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(11px) rotate(0);
    transform: translateY(11px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}@-webkit-keyframes btn07-bar03 {
  0% {
    -webkit-transform: translateY(-11px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-11px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}@keyframes btn07-bar03 {
  0% {
    -webkit-transform: translateY(-11px) rotate(-45deg);
    transform: translateY(-11px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-11px) rotate(0);
    transform: translateY(-11px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}@-webkit-keyframes active-btn07-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(11px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(11px) rotate(45deg);
  }
}@keyframes active-btn07-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(11px) rotate(0);
    transform: translateY(11px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(11px) rotate(45deg);
    transform: translateY(11px) rotate(45deg);
  }
}@-webkit-keyframes active-btn07-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-11px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-11px) rotate(-45deg);
  }
}@keyframes active-btn07-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-11px) rotate(0);
    transform: translateY(-11px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-11px) rotate(-45deg);
    transform: translateY(-11px) rotate(-45deg);
  }
}.footer{border-top:1px solid #c8c8c8}.footer .footer_wrap .footer_link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:75px 0;margin:0 auto;max-width:1440px;width:83%}.footer .footer_wrap .footer_link .footer_logo_wrap .footer_logo_txt{font-size:1.9rem;line-height:1;margin-bottom:10px}.footer .footer_wrap .footer_link .footer_logo_wrap .footer_logo{width:320px}.footer .footer_wrap .footer_link .sns_wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:30px}.footer .footer_wrap .footer_link .sns_wrap .sns_li{margin:0 5px}.footer .footer_wrap .footer_link .sns_wrap .sns_li .sns_a{display:block;position:relative;width:45px;height:45px;background-color:#e7e7e7;border-radius:50%}.footer .footer_wrap .footer_link .sns_wrap .sns_li .sns_a .sns_bak_on{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);display:block;width:0;height:0;background-color:#00629d;border-radius:50%;-webkit-transition:.3s;transition:.3s}.footer .footer_wrap .footer_link .sns_wrap .sns_li .sns_a .sns_bak_on_red{background-color:#c4302b}.footer .footer_wrap .footer_link .sns_wrap .sns_li .sns_a .sns_img_1{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:11px}.footer .footer_wrap .footer_link .sns_wrap .sns_li .sns_a .sns_img_2{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:21px}.footer .footer_wrap .footer_link .sns_wrap .sns_li .sns_a .sns_img_on{opacity:0;-webkit-transition:.3s;transition:.3s}.footer .footer_wrap .footer_link .sns_wrap .sns_li .sns_a:hover .sns_bak_on{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);display:block;width:100%;height:100%;background-color:#00629d;border-radius:50%}.footer .footer_wrap .footer_link .sns_wrap .sns_li .sns_a:hover .sns_bak_on_red{background-color:#c4302b}.footer .footer_wrap .footer_link .sns_wrap .sns_li .sns_a:hover .sns_img_on{opacity:1}.footer .footer_wrap .footer_link .sns_wrap_sp{display:none}.footer .footer_wrap .footer_link .ft_ul{margin-left:80px;font-size:1.6rem}.footer .footer_wrap .footer_link .ft_ul .ft_li_a{display:block;width:130px;font-weight:700;line-height:1;white-space:nowrap;margin-right:10px;margin-top:10px;-webkit-transition:.3s;transition:.3s}.footer .footer_wrap .footer_link .ft_ul .ft_li_a:hover{color:#00629d}.footer .footer_wrap .footer_link .ft_ul .ft_li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.footer .footer_wrap .footer_link .ft_ul .ft_li .ft_under_ul{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-flex:1;-ms-flex:1;flex:1}.footer .footer_wrap .footer_link .ft_ul .ft_li .ft_under_ul .ft_under_li{margin-top:10px;padding:0 10px;line-height:1;white-space:nowrap;border-left:1px solid #333}.footer .footer_wrap .footer_link .ft_ul .ft_li .ft_under_ul .ft_under_li:last-child{border-right:1px solid #333}.footer .footer_wrap .footer_link .ft_ul .ft_li .ft_under_ul .ft_under_li .ft_under_a{-webkit-transition:.3s;transition:.3s}.footer .footer_wrap .footer_link .ft_ul .ft_li .ft_under_ul .ft_under_li .ft_under_a:hover{color:#00629d}.footer .footer_wrap .footer_inf{position:relative;width:100%;background-color:#333;padding:30px 0}.footer .footer_wrap .footer_inf .operation{margin-left:40px;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:1.4rem;color:#fff}.footer .footer_wrap .footer_inf .operation .operation_dt{line-height:1.7}.footer .footer_wrap .footer_inf .operation .operation_dd{position:relative;padding-left:1em;line-height:1.7}.footer .footer_wrap .footer_inf .operation .operation_dd::before{display:block;position:absolute;left:0;top:0;content:"："}.footer .footer_wrap .footer_inf .cp{position:absolute;bottom:30px;right:40px;color:#fff;font-size:1.4rem}.footer .footer_wrap .footer_inf .ft_link{-webkit-transition:.3s;transition:.3s}.footer .footer_wrap .footer_inf .ft_link:hover{color:#999}@media screen and (max-width:1024px){.footer{border-top:1px solid #c8c8c8}.footer .footer_wrap .footer_link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:75px 0;margin:0 auto;max-width:100%;width:90vw}.footer .footer_wrap .footer_link .footer_logo_wrap .footer_logo_txt{font-size:1.9rem;line-height:1;margin-bottom:10px}.footer .footer_wrap .footer_link .footer_logo_wrap .footer_logo{width:320px}.footer .footer_wrap .footer_link .ft_ul{margin-left:40px;font-size:1.6rem}.footer .footer_wrap .footer_link .ft_ul .ft_li_a{display:block;width:130px;font-weight:700;line-height:1;white-space:nowrap;margin-right:10px;margin-top:10px}.footer .footer_wrap .footer_link .ft_ul .ft_li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.footer .footer_wrap .footer_link .ft_ul .ft_li .ft_under_ul{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}.footer .footer_wrap .footer_link .ft_ul .ft_li .ft_under_ul .ft_under_li{margin-top:10px;padding:0 10px;line-height:1;white-space:nowrap;border-left:1px solid #333}.footer .footer_wrap .footer_link .ft_ul .ft_li .ft_under_ul .ft_under_li:last-child{border-right:1px solid #333}.footer .footer_wrap .footer_inf{position:relative;width:100%;background-color:#333;padding:30px 0 60px}.footer .footer_wrap .footer_inf .operation{margin-left:40px;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:1.4rem;color:#fff}.footer .footer_wrap .footer_inf .operation .operation_dt{line-height:1.7}.footer .footer_wrap .footer_inf .operation .operation_dd{position:relative;padding-left:1em;line-height:1.7}.footer .footer_wrap .footer_inf .operation .operation_dd::before{display:block;position:absolute;left:0;top:0;content:"："}.footer .footer_wrap .footer_inf .cp{position:absolute;bottom:30px;right:40px;color:#fff;font-size:1.4rem}}@media screen and (max-width:768px){.footer{border-top:1px solid #c8c8c8}.footer .footer_wrap .footer_link{display:block;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:7.5vw 0;margin:0 auto;max-width:100%;width:90vw}.footer .footer_wrap .footer_link .footer_logo_wrap .footer_logo_txt{font-size:20px;font-size:2.6041666667vw;line-height:1;margin-bottom:1vw}.footer .footer_wrap .footer_link .footer_logo_wrap .footer_logo{width:40vw}.footer .footer_wrap .footer_link .sns_wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:10vw}.footer .footer_wrap .footer_link .sns_wrap .sns_li{margin:0 2.5vw}.footer .footer_wrap .footer_link .sns_wrap .sns_li .sns_a{display:block;position:relative;width:15vw;height:15vw;background-color:#e7e7e7;border-radius:50%}.footer .footer_wrap .footer_link .sns_wrap .sns_li .sns_a .sns_bak_on{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);display:block;width:0;height:0;background-color:#00629d;border-radius:50%;-webkit-transition:.3s;transition:.3s}.footer .footer_wrap .footer_link .sns_wrap .sns_li .sns_a .sns_bak_on_red{background-color:#c4302b}.footer .footer_wrap .footer_link .sns_wrap .sns_li .sns_a .sns_img_1{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:3vw}.footer .footer_wrap .footer_link .sns_wrap .sns_li .sns_a .sns_img_2{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:6vw}.footer .footer_wrap .footer_link .sns_wrap .sns_li .sns_a .sns_img_on{opacity:0;-webkit-transition:.3s;transition:.3s}.footer .footer_wrap .footer_link .sns_wrap .sns_li .sns_a:hover .sns_bak_on{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);display:block;width:100%;height:100%;background-color:#00629d;border-radius:50%}.footer .footer_wrap .footer_link .sns_wrap .sns_li .sns_a:hover .sns_bak_on_red{background-color:#c4302b}.footer .footer_wrap .footer_link .sns_wrap .sns_li .sns_a:hover .sns_img_on{opacity:1}.footer .footer_wrap .footer_link .sns_wrap_pc{display:none}.footer .footer_wrap .footer_link .ft_ul{margin-top:10vw;margin-left:0;font-size:28px;font-size:3.6458333333vw}.footer .footer_wrap .footer_link .ft_ul .ft_li_a{display:block;width:auto;font-weight:700;line-height:1;white-space:nowrap;margin-right:10px;margin-top:5vw;font-size:28px;font-size:3.6458333333vw}.footer .footer_wrap .footer_link .ft_ul .ft_li{display:block;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.footer .footer_wrap .footer_link .ft_ul .ft_li .ft_under_ul{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}.footer .footer_wrap .footer_link .ft_ul .ft_li .ft_under_ul .ft_under_li{margin-top:2.5vw;padding:0 2.5vw;line-height:1;white-space:nowrap;border-left:none;border-right:1px solid #333}.footer .footer_wrap .footer_link .ft_ul .ft_li .ft_under_ul .ft_under_li:last-child{border-right:1px solid #333}.footer .footer_wrap .footer_inf{position:relative;width:100%;background-color:#333;padding:5vw 0 15vw}.footer .footer_wrap .footer_inf .operation{margin-left:5vw;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:24px;font-size:3.125vw;color:#fff}.footer .footer_wrap .footer_inf .operation .operation_dt{line-height:1.7}.footer .footer_wrap .footer_inf .operation .operation_dd{position:relative;padding-left:1em;line-height:1.7}.footer .footer_wrap .footer_inf .operation .operation_dd::before{display:block;position:absolute;left:0;top:0;content:"："}.footer .footer_wrap .footer_inf .cp{position:absolute;bottom:30px;right:40px;color:#fff;font-size:24px;font-size:3.125vw}}.panc{position:absolute;font-size:1.4rem;top:120px;left:44px;z-index:5;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.panc a{white-space:nowrap;-webkit-transition:.3s;transition:.3s}.panc a:hover{color:#00629d}.panc .sig_panc_r{display:block;padding:0 .5em}.panc .sig_panc_page{display:block;width:40em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media screen and (max-width:767px){.panc .sig_panc_page{width:15em}}.kv_top{width:100%;padding-top:100px}.kv_top .top_video{width:100%}.kv_top .top_video video{width:100%}.kv_top .kv_top_wrap{position:relative;width:100%;height:100%}.kv_top .kv_top_wrap .kv_top_txt_wrap{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);text-align:center}.kv_top .kv_top_wrap .kv_top_txt_wrap .kv_top_tit{font-size:36px;font-size:2.5vw;font-weight:700;font-style:normal;white-space:nowrap;line-height:1.6;color:#fff;text-shadow:0 0 .5vw rgba(0,0,0,.8)}.kv_top .kv_top_wrap .kv_top_txt_wrap .ind_top_tit{font-size:24px;font-size:1.6666666667vw;font-weight:700;font-style:normal;white-space:nowrap;line-height:1.6;color:#fff;text-shadow:0 0 .5vw rgba(0,0,0,.8)}.kv_top .kv_top_wrap .kv_top_txt_wrap .kv_top_txt{font-size:20px;font-size:1.3888888889vw;white-space:nowrap;margin-top:4.6vw}.kv_top .sp_kv_top_txt_wrap{display:none}.intd{display:block;width:100%;background-image:url(https://onedouga.jp/wp-content/themes/onedouga/assets/images/common/about_bak.png);background-repeat:no-repeat;background-size:cover}.intd .intd_wrap{max-width:1040px;width:65%;text-align:center;padding:50px 0;margin:0 auto}.intd .intd_wrap .intd_tit{font-size:2.4rem;font-weight:700}.intd .intd_wrap .intd_txt{margin-top:30px;font-size:1.8rem}.intd .intd_wrap .intd_txt_cp{margin-top:20px;font-size:1.8rem;font-weight:700;line-height:1.5}.intd .intd_wrap .f_36{font-size:3.6rem}.intd .intd_wrap .f_24{font-size:2.4rem}.modal{position:fixed;top:0;left:0;display:block;width:100vw;height:100vh;background-color:rgba(0,0,0,.5);z-index:150;pointer-events:none;opacity:0}.modal .modal_wrap{position:relative;display:block;width:100%;height:100%}.modal .modal_wrap .modal_cont{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:50vw;opacity:1}.modal .modal_wrap .modal_cont .modal_cont_wrap{position:relative;width:100%;height:100%}.modal .modal_wrap .modal_cont .modal_cont_wrap .modal_btn{position:absolute;top:-3vw;right:0;display:block;width:2.5vw;height:2.5vw}.modal .modal_wrap .modal_cont .modal_cont_wrap .modal_btn .modal_btn_wrap{position:relative;display:block;width:100%;height:100%}.modal .modal_wrap .modal_cont .modal_cont_wrap .modal_btn .modal_btn_wrap .modal_btn_line{display:block;position:absolute;top:50%;left:50%;height:100%;width:.2vw;background-color:#fff}.modal .modal_wrap .modal_cont .modal_cont_wrap .modal_btn .modal_btn_wrap .modal_btn_line_r{-webkit-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.modal .modal_wrap .modal_cont .modal_cont_wrap .modal_btn .modal_btn_wrap .modal_btn_line_l{-webkit-transform:translate(-50%,-50%) rotate(-45deg);transform:translate(-50%,-50%) rotate(-45deg)}.modal .modal_wrap .modal_cont .modal_cont_wrap .modal_cont_img{position:relative;width:100%;overflow:hidden;border-radius:.75vw}.modal .modal_wrap .modal_cont .modal_cont_wrap .op_off{opacity:0}.modal_on{pointer-events:auto;opacity:1;-webkit-animation:modal_bak 1s;animation:modal_bak 1s}.modal_on .modal_wrap .modal_cont{opacity:1;-webkit-animation:modal_img 1s;animation:modal_img 1s}@-webkit-keyframes modal_bak {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}@keyframes modal_bak {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}@-webkit-keyframes modal_img {
  0% {
    -webkit-transform: translate(-50%, -40%);
    transform: translate(-50%, -40%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-50%, -40%);
    transform: translate(-50%, -40%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}@keyframes modal_img {
  0% {
    -webkit-transform: translate(-50%, -40%);
    transform: translate(-50%, -40%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-50%, -40%);
    transform: translate(-50%, -40%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}.modal_off{pointer-events:none;opacity:0;-webkit-animation:modal_bak_off 1s;animation:modal_bak_off 1s}.modal_off .modal_wrap .modal_cont{opacity:0;-webkit-animation:modal_img_off 1s;animation:modal_img_off 1s}@-webkit-keyframes modal_bak_off {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}@keyframes modal_bak_off {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}@-webkit-keyframes modal_img_off {
  0% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(-50%, -40%);
    transform: translate(-50%, -40%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -40%);
    transform: translate(-50%, -40%);
    opacity: 0;
  }
}@keyframes modal_img_off {
  0% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(-50%, -40%);
    transform: translate(-50%, -40%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -40%);
    transform: translate(-50%, -40%);
    opacity: 0;
  }
}.page_sec{display:block;width:100%}.page_sec .page_sec_wrap{max-width:1040px;width:72%;padding:100px 0;margin:0 auto}.page_sec .page_sec_wrap .page_sec_tit_wrap{margin-bottom:60px}.page_sec .page_sec_wrap .page_sec_tit_wrap .page_sec_tit{font-size:3rem;text-align:center}.page_sec .page_sec_wrap .page_sec_tit_wrap .page_sec_line{margin:0 auto;margin-top:30px;width:63px}.page_sec .page_sec_wrap .page_sec_tab{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:100px}.page_sec .page_sec_wrap .page_sec_tab .tab_sec{position:relative;display:block;width:25%;padding-bottom:42px}.page_sec .page_sec_wrap .page_sec_tab .tab_sec .tab_ic_wrap{width:100%;height:80px}.page_sec .page_sec_wrap .page_sec_tab .tab_sec .tab_ic_wrap .tab_ic{display:block;width:52px;margin:0 auto}.page_sec .page_sec_wrap .page_sec_tab .tab_sec .tab_sec_txt{font-weight:700;text-align:center}.page_sec .page_sec_wrap .page_sec_tab .tab_sec .tab_sec_ar{position:absolute;width:20px;bottom:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.page_sec .page_sec_wrap .page_sec_tab .tab_sec .tab_sec_ar .tab_sec_ar_wrap{position:relative}.page_sec .page_sec_wrap .page_sec_tab .tab_sec .tab_sec_ar .tab_sec_ar_wrap .ar_ac{position:absolute;top:0;left:0;opacity:0;-webkit-transition:.3s;transition:.3s}.page_sec .page_sec_wrap .page_sec_tab .tab_sec:hover .ar_ac{opacity:1!important}.page_sec .page_sec_wrap .centtxt{margin-top:40px;text-align:center}.page_sec .page_sec_wrap .ct_p{text-align:center;line-height:1.5}.page_sec .page_sec_wrap .cycle_img{position:relative;max-width:620px;width:43vw;margin:75px auto 0}.page_sec .page_sec_wrap .video_flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:70px}.page_sec .page_sec_wrap .video_flex .video_flex_txt_wrap{width:48%}.page_sec .page_sec_wrap .video_flex .video_flex_txt_wrap .ex{display:inline-block;font-size:1.6rem;line-height:1;margin-bottom:15px;padding:9px 13px;background-color:#e0f0f7;border-radius:20vw}.page_sec .page_sec_wrap .video_flex .video_flex_txt_wrap .video_flex_tit_s{font-size:2.4rem;line-height:1.5;font-weight:700;margin-bottom:10px}.page_sec .page_sec_wrap .video_flex .video_flex_txt_wrap .video_flex_tit_ind{font-size:2rem;line-height:1.2;font-weight:700;color:#00629d;margin-bottom:16px}.page_sec .page_sec_wrap .video_flex .video_flex_txt_wrap .video_flex_tit{font-size:2.4rem;line-height:1.5;font-weight:700;margin-bottom:16px}.page_sec .page_sec_wrap .video_flex .video_flex_txt_wrap .video_flex_tit_under{font-size:1.6rem;line-height:1.5;font-weight:700;margin-top:5px}.page_sec .page_sec_wrap .video_flex .video_flex_txt_wrap .video_flex_txt_box{margin-top:23px}.page_sec .page_sec_wrap .video_flex .video_flex_txt_wrap .video_flex_txt{margin-top:0;line-height:1.5}.page_sec .page_sec_wrap .video_flex .video_flex_txt_wrap .video_flex_txt:first-child{margin-top:23px}.page_sec .page_sec_wrap .video_flex .video_flex_txt_wrap .video_flex_ind{display:-webkit-box;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.page_sec .page_sec_wrap .video_flex .video_flex_txt_wrap .video_flex_txt_s{margin-top:28px;font-size:1.2rem;line-height:1.3}.page_sec .page_sec_wrap .video_flex .video_flex_txt_wrap .bl_tit{display:block;margin-top:28px;background-color:#afdaef;font-size:1.6rem;font-weight:700;line-height:1;padding:8px 17px;border-radius:16px}.page_sec .page_sec_wrap .video_flex .video_flex_txt_wrap .cm_list{margin-top:23px}.page_sec .page_sec_wrap .video_flex .video_flex_txt_wrap .cm_list .cm_list_li{position:relative;padding-left:1.5em;font-size:1.6rem;margin-top:10px}.page_sec .page_sec_wrap .video_flex .video_flex_txt_wrap .cm_list .cm_list_li::before{position:absolute;top:.2em;left:.5em;display:block;content:"";background-color:#00629d;width:8px;height:8px;border-radius:50%}.page_sec .page_sec_wrap .video_flex .video_flex_txt_wrap .more{margin-top:30px}.page_sec .page_sec_wrap .video_flex .video_flex_txt_wrap .video_flex_tit_genre{font-size:1.8rem;font-weight:700;line-height:1;margin-bottom:16px}.page_sec .page_sec_wrap .video_flex .video_flex_fg{display:block;width:48%;max-height:280px;height:19vw;background-color:#fff;border-radius:6px;overflow:hidden}.page_sec .page_sec_wrap .video_flex .video_flex_fg iframe{width:100%;height:1800px;border:none}.page_sec .page_sec_wrap .video_flex .fg_modal{position:relative;cursor:pointer}.page_sec .page_sec_wrap .video_flex .fg_modal .modal_ic{position:absolute;max-width:30px;width:2vw;bottom:.7vw;right:.7vw;z-index:1}.page_sec .page_sec_wrap .video_flex .fg_modal .modal_c_img{-webkit-transition:.5s;transition:.5s}.page_sec .page_sec_wrap .video_flex .fg_modal:hover .modal_c_img{opacity:.5}.page_sec .page_sec_wrap .video_flex:first-child{margin-top:0}.page_sec .page_sec_wrap .video_flex:nth-child(even) .video_flex_txt_wrap {-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.page_sec .page_sec_wrap .video_flex:nth-child(even) .video_flex_fg {-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.page_sec .page_sec_wrap .video_flex_odd:nth-child(odd) .video_flex_txt_wrap {-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.page_sec .page_sec_wrap .video_flex_odd:nth-child(odd) .video_flex_fg {-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.page_sec .page_sec_wrap .video_flex_odd:nth-child(even) .video_flex_txt_wrap {-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.page_sec .page_sec_wrap .video_flex_odd:nth-child(even) .video_flex_fg {-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.page_sec .page_sec_wrap .video_flex_ind{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.page_sec .page_sec_wrap .m_70{margin-top:70px}.page_sec .page_sec_wrap .video_flex_lf .video_flex_txt_wrap{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.page_sec .page_sec_wrap .video_flex_lf .video_flex_fg{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.page_sec .page_sec_wrap .price{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.page_sec .page_sec_wrap .price .price_sec_img{position:absolute;max-width:38px;width:2.63vw;top:25px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.page_sec .page_sec_wrap .price .price_sec{width:47%}.page_sec .page_sec_wrap .price .price_sec .price_tit{width:100%;font-size:2.4rem;color:#fff;text-align:center;padding:30px;border-radius:6px}.page_sec .page_sec_wrap .price .price_sec .b_bl{background-color:#00629d}.page_sec .page_sec_wrap .price .price_sec .b_gr{background-color:#009d89}.page_sec .page_sec_wrap .price .price_sec .price_cont{margin-top:40px;padding:0 20px 50px 20px;border-radius:6px;border:1px solid #ccc}.page_sec .page_sec_wrap .price .price_sec .price_cont_tit{position:relative;margin-top:30px;text-align:center;font-size:1.8rem;font-weight:700}.page_sec .page_sec_wrap .price .price_sec .price_cont_tit_s{position:absolute;font-size:1rem;top:0;right:auto}.page_sec .page_sec_wrap .price .price_sec .price_ul{margin-top:20px}.page_sec .page_sec_wrap .price .price_sec .price_ul .price_li{position:relative;padding-left:1.5em;font-size:1.6rem;margin-top:10px}.page_sec .page_sec_wrap .price .price_sec .price_ul .price_li::before{position:absolute;top:.2em;left:.5em;display:block;content:"";background-color:#ce974f;width:8px;height:8px;border-radius:50%}.page_sec .page_sec_wrap .price .price_sec .bl_flex{margin-top:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.page_sec .page_sec_wrap .price .price_sec .bl_flex .bl_sec{background-color:#f1f1f1;width:46%;border-radius:6px}.page_sec .page_sec_wrap .price .price_sec .bl_flex .bl_sec .bl_txt{padding:65px 0;text-align:center;font-weight:700}.page_sec .page_sec_wrap .price .price_sec .bl_flex_2{position:relative;margin-top:20px}.page_sec .page_sec_wrap .price .price_sec .bl_flex_2 .bl_sec{margin-top:10px;background-color:#f1f1f1;width:100%;border-radius:6px}.page_sec .page_sec_wrap .price .price_sec .bl_flex_2 .bl_sec .bl_txt{padding:30px 0;text-align:center;font-weight:700}.page_sec .page_sec_wrap .price .price_sec .bl_flex_2 .box_leftcont{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:10px;display:inline-block;text-align:center}.page_sec .page_sec_wrap .price .price_sec .bl_flex_2 .box_leftcont .box_leftcont_txt{font-size:1.4rem;line-height:1;font-weight:700}.page_sec .page_sec_wrap .price .price_sec .bl_flex_2 .box_leftcont .box_leftcont_img{width:30px;margin:10px auto}.page_sec .page_sec_wrap .price .price_sec .price_cont_txt{text-align:center}.page_sec .page_sec_wrap .price .price_sec .price_ul_fl{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.page_sec .page_sec_wrap .price .price_sec .price_ul_fl .price_li{width:45%}.page_sec .page_sec_wrap .price .price_sec .price_ul_fl .price_li:nth-child(even) {width:55%}.page_sec .page_sec_wrap .reprice{margin-top:40px;padding:20px;border-radius:6px;border:1px solid #ccc}.page_sec .page_sec_wrap .reprice .reprice_tit{font-size:1.8rem;font-weight:700;background-color:#f1f1f1;text-align:center;padding:16px 0;border-radius:6px}.page_sec .page_sec_wrap .reprice .reprice_txt_box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.page_sec .page_sec_wrap .reprice .reprice_txt_box .reprice_txt{position:relative}.page_sec .page_sec_wrap .reprice .reprice_txt_box .reprice_txt .reprice_txt_num{position:relative;font-size:6rem;font-family:oswald,sans-serif;font-weight:700;font-style:normal}.page_sec .page_sec_wrap .reprice .reprice_txt_box .reprice_txt .reprice_txt_num .reprice_txt_num_s{position:absolute;font-size:1rem;top:7px;right:auto}.page_sec .page_sec_wrap .reprice .reprice_txt_box .reprice_txt:last-child{margin-left:30px}.page_sec .page_sec_wrap .reprice .reprice_txt_box .reprice_txt .reprice_txt_num_note{position:absolute;white-space:nowrap;font-size:1.4rem;bottom:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.page_sec .page_sec_wrap .faq .faq_wrap{position:relative;padding:30px;background-color:#fff;margin-top:20px;cursor:pointer}.page_sec .page_sec_wrap .faq .faq_wrap .a_op{width:20px;display:block;position:absolute;top:55px;right:30px;-webkit-transition:.5s;transition:.5s}.page_sec .page_sec_wrap .faq .faq_wrap .faq_q{display:-webkit-box;display:-ms-flexbox;display:flex}.page_sec .page_sec_wrap .faq .faq_wrap .faq_q .qnum{font-family:oswald,sans-serif;font-weight:700;font-style:normal;font-size:30px;margin-right:30px;white-space:nowrap;color:#00629d}.page_sec .page_sec_wrap .faq .faq_wrap .faq_q .qnum .qnum_w{color:#97cbde}.page_sec .page_sec_wrap .faq .faq_wrap .faq_q .qtxt{font-weight:700;padding-top:1em;padding-right:30px}.page_sec .page_sec_wrap .faq .faq_wrap .faq_q .qtxt .qtxt_s{font-weight:400;font-size:1.4rem}.page_sec .page_sec_wrap .faq .faq_wrap .faq_q .qtxt .note_w{position:relative;padding-right:.5em}.page_sec .page_sec_wrap .faq .faq_wrap .faq_q .qtxt .note_w .note_w_s{position:absolute;font-size:1rem;top:0;right:0;line-height:1}.page_sec .page_sec_wrap .faq .faq_wrap .faq_a{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:0;opacity:0;-webkit-animation:faq_cl_1 1s;animation:faq_cl_1 1s}.page_sec .page_sec_wrap .faq .faq_wrap .faq_a .anum{font-family:oswald,sans-serif;font-weight:700;font-style:normal;font-size:30px;margin-right:30px;white-space:nowrap;color:#ce524f;line-height:0;-webkit-animation:faq_cl_2 1s;animation:faq_cl_2 1s}.page_sec .page_sec_wrap .faq .faq_wrap .faq_a .anum .anum_w{color:#da9c9b}.page_sec .page_sec_wrap .faq .faq_wrap .faq_a .atxt{line-height:0;padding-top:0;-webkit-animation:faq_cl_3 1s;animation:faq_cl_3 1s}.page_sec .page_sec_wrap .faq .faq_wrap.active .a_op{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.page_sec .page_sec_wrap .faq .faq_wrap.active .faq_a{-webkit-animation:faq_op_1 1s;animation:faq_op_1 1s;margin-top:40px;opacity:1}.page_sec .page_sec_wrap .faq .faq_wrap.active .faq_a .anum{-webkit-animation:faq_op_2 1s;animation:faq_op_2 1s;line-height:2}.page_sec .page_sec_wrap .faq .faq_wrap.active .faq_a .atxt{-webkit-animation:faq_op_3 1s;animation:faq_op_3 1s;line-height:2;padding-top:1em}.page_sec .page_sec_wrap .ic_box{padding:60px 80px;background-color:#fff;border-radius:6px;margin-top:40px}.page_sec .page_sec_wrap .ic_box .ic_tit{font-size:30px;line-height:1;margin-bottom:40px;text-align:center}.page_sec .page_sec_wrap .ic_box .ic_txt_s{font-size:1.4rem}.page_sec .page_sec_wrap .ic_box .ic_cont{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:40px}.page_sec .page_sec_wrap .ic_box .ic_cont .ic_sec{width:25%}.page_sec .page_sec_wrap .ic_box .ic_cont .ic_sec .ic_img_wrap{width:100%;height:110px}.page_sec .page_sec_wrap .ic_box .ic_cont .ic_sec .ic_img_wrap .ic_img{margin:0 auto}.page_sec .page_sec_wrap .ic_box .ic_cont .ic_sec .ic_img_wrap .ic_img_1,.page_sec .page_sec_wrap .ic_box .ic_cont .ic_sec .ic_img_wrap .ic_img_2{width:93px}.page_sec .page_sec_wrap .ic_box .ic_cont .ic_sec .ic_sec_txt{margin-top:30px;text-align:center;line-height:1.5;white-space:nowrap}.page_sec .page_sec_wrap .ic_box .ic_cont .ic_sec_3{margin:0 5%}.page_sec .page_sec_wrap .ic_box:first-child{margin-top:0}.page_sec .page_sec_wrap .point_ul .point_li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff;padding:30px 40px;margin-top:40px;border-radius:6px;border:1px solid #cee3ef}.page_sec .page_sec_wrap .point_ul .point_li .point{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-family:oswald,sans-serif;font-weight:700;font-style:normal;padding-right:66px}.page_sec .page_sec_wrap .point_ul .point_li .point .point_txt{line-height:1;font-size:2.4rem;color:#00629d}.page_sec .page_sec_wrap .point_ul .point_li .point .point_num{line-height:1;font-size:4.8rem;color:#97cbde;margin-left:12px}.page_sec .page_sec_wrap .point_ul .point_li .point_cont .point_cont_tit{font-size:1.6rem;line-height:1.5;font-weight:700}.page_sec .page_sec_wrap .point_ul .point_li .point_cont .point_cont_txt{font-size:1.6rem;line-height:1.5}.page_sec .page_sec_wrap .point_ul .point_li .point_cont .point_cont_txt .point_cont_txt_s{display:block;margin-top:1em;font-size:1.4rem}.page_sec .page_sec_wrap .point_ul:first-child{margin-top:0}.page_sec .page_sec_wrap iframe{width:100%;border:none;height:1800px}.page_sec .dl_page_sec_wrap .at-below-post{display:none!important}.page_sec .page_top_padd{padding-top:200px}@-webkit-keyframes faq_cl_1 {
  0% {
    margin-top: 40px;
    opacity: 1;
  }
  50% {
    margin-top: 40px;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 0;
  }
}@keyframes faq_cl_1 {
  0% {
    margin-top: 40px;
    opacity: 1;
  }
  50% {
    margin-top: 40px;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 0;
  }
}@-webkit-keyframes faq_cl_2 {
  0% {
    line-height: 2;
  }
  50% {
    line-height: 2;
  }
  100% {
    line-height: 0;
  }
}@keyframes faq_cl_2 {
  0% {
    line-height: 2;
  }
  50% {
    line-height: 2;
  }
  100% {
    line-height: 0;
  }
}@-webkit-keyframes faq_cl_3 {
  0% {
    line-height: 2;
    padding-top: 1em;
  }
  50% {
    line-height: 2;
    padding-top: 1em;
  }
  100% {
    line-height: 0;
    padding-top: 0;
  }
}@keyframes faq_cl_3 {
  0% {
    line-height: 2;
    padding-top: 1em;
  }
  50% {
    line-height: 2;
    padding-top: 1em;
  }
  100% {
    line-height: 0;
    padding-top: 0;
  }
}@-webkit-keyframes faq_op_1 {
  0% {
    margin-top: 0;
    opacity: 0;
  }
  50% {
    margin-top: 40px;
    opacity: 0;
  }
  100% {
    margin-top: 40px;
    opacity: 1;
  }
}@keyframes faq_op_1 {
  0% {
    margin-top: 0;
    opacity: 0;
  }
  50% {
    margin-top: 40px;
    opacity: 0;
  }
  100% {
    margin-top: 40px;
    opacity: 1;
  }
}@-webkit-keyframes faq_op_2 {
  0% {
    line-height: 0;
  }
  50% {
    line-height: 2;
  }
  100% {
    line-height: 2;
  }
}@keyframes faq_op_2 {
  0% {
    line-height: 0;
  }
  50% {
    line-height: 2;
  }
  100% {
    line-height: 2;
  }
}@-webkit-keyframes faq_op_3 {
  0% {
    line-height: 0;
    padding-top: 0;
  }
  50% {
    line-height: 2;
    padding-top: 1em;
  }
  100% {
    line-height: 2;
    padding-top: 1em;
  }
}@keyframes faq_op_3 {
  0% {
    line-height: 0;
    padding-top: 0;
  }
  50% {
    line-height: 2;
    padding-top: 1em;
  }
  100% {
    line-height: 2;
    padding-top: 1em;
  }
}.bak_bl{background-color:#e0f0f7}@media screen and (max-width:1024px){.panc{position:relative;top:auto;left:auto;padding-top:90px;padding-left:5vw;padding-bottom:10px;background-color:#fff}.kv_top{width:100%;padding-top:0}.intd{display:block;width:100%;background-image:url(https://onedouga.jp/wp-content/themes/onedouga/assets/images/common/about_bak.png);background-repeat:no-repeat;background-size:cover}.intd .intd_wrap{max-width:100%;width:90vw;text-align:center;padding:50px 0;margin:0 auto}.intd .intd_wrap .intd_tit{font-size:2.4rem;font-weight:700}.intd .intd_wrap .intd_txt{margin-top:30px;font-size:1.8rem}.intd .intd_wrap .intd_txt_cp{margin-top:20px;font-size:1.8rem;font-weight:700}.intd .intd_wrap .f_36{font-size:3.6rem}.intd .intd_wrap .f_24{font-size:2.4rem}.modal{display:none!important}.page_sec{display:block;width:100%}.page_sec .page_sec_wrap{max-width:100%;width:90vw;padding:100px 0;margin:0 auto}.page_sec .page_sec_wrap iframe{width:100%;height:1800px}.page_sec .page_sec_wrap .page_sec_tit_wrap{margin-bottom:60px}.page_sec .page_sec_wrap .page_sec_tit_wrap .page_sec_tit{font-size:3rem;text-align:center}.page_sec .page_sec_wrap .page_sec_tit_wrap .page_sec_line{margin:0 auto;margin-top:30px;width:63px}.page_sec .page_sec_wrap .ct_p{text-align:center;line-height:1.5}.page_sec .page_sec_wrap .cycle_img{max-width:100%;width:60vw;margin:75px auto 0}.page_sec .page_sec_wrap .video_flex{display:block;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;width:60vw;margin:0 auto;margin-top:70px}.page_sec .page_sec_wrap .video_flex .video_flex_txt_wrap{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;width:100%;margin-top:28px}.page_sec .page_sec_wrap .video_flex .video_flex_txt_wrap .video_flex_tit_s{font-size:2.4rem;line-height:1.5;font-weight:700;margin-bottom:10px;text-align:center}.page_sec .page_sec_wrap .video_flex .video_flex_txt_wrap .video_flex_tit_genre{font-size:1.8rem;font-weight:700;margin-bottom:10px}.page_sec .page_sec_wrap .video_flex .video_flex_txt_wrap .video_flex_tit{font-size:2.4rem;line-height:1.5;font-weight:700;margin:0}.page_sec .page_sec_wrap .video_flex .video_flex_txt_wrap .video_flex_tit_ind{font-size:2rem;line-height:1.2;font-weight:700;color:#00629d;margin:0}.page_sec .page_sec_wrap .video_flex .video_flex_txt_wrap .sp_txtct{text-align:center}.page_sec .page_sec_wrap .video_flex .video_flex_txt_wrap .video_flex_txt{margin-top:10px;line-height:1.5}.page_sec .page_sec_wrap .video_flex .video_flex_txt_wrap .video_flex_txt_s{margin-top:28px;font-size:1.2rem;line-height:1.3}.page_sec .page_sec_wrap .video_flex .video_flex_txt_wrap .bl_tit{display:block;margin-top:28px;background-color:#afdaef;font-size:1.6rem;font-weight:700;line-height:1;padding:8px 17px;border-radius:16px}.page_sec .page_sec_wrap .video_flex .video_flex_txt_wrap .cm_list{margin-top:23px}.page_sec .page_sec_wrap .video_flex .video_flex_txt_wrap .cm_list .cm_list_li{position:relative;padding-left:1.5em;font-size:1.6rem;margin-top:10px}.page_sec .page_sec_wrap .video_flex .video_flex_txt_wrap .cm_list .cm_list_li::before{position:absolute;top:.2em;left:.5em;display:block;content:"";background-color:#00629d;width:8px;height:8px;border-radius:50%}.page_sec .page_sec_wrap .video_flex .video_flex_txt_wrap .more{margin-top:30px}.page_sec .page_sec_wrap .video_flex .fg_modal{position:relative;cursor:auto;pointer-events:none}.page_sec .page_sec_wrap .video_flex .fg_modal .modal_ic{display:none!important}.page_sec .page_sec_wrap .video_flex .fg_modal:hover .modal_c_img{opacity:.5}.page_sec .page_sec_wrap .video_flex .video_flex_fg{display:block;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:100%;max-height:100%;height:33.7vw;background-color:#fff;border-radius:6px}.page_sec .page_sec_wrap .video_flex:first-child{margin-top:0}.page_sec .page_sec_wrap .video_flex:nth-child(even) .video_flex_txt_wrap {-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.page_sec .page_sec_wrap .video_flex:nth-child(even) .video_flex_fg {-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.page_sec .page_sec_wrap .m_70{margin-top:70px}.page_sec .page_sec_wrap .page_sec_tab .tab_sec .tab_sec_txt_1{margin-top:18px}}@media screen and (max-width:767px){.panc{font-size:24px;font-size:3.125vw;z-index:5;position:relative;top:auto;left:auto;padding-top:90px;padding-left:5vw;padding-bottom:10px;background-color:#fff}.kv_top{width:100%;padding-top:0}.kv_top .dm{width:100vw;height:100vw;background-color:#999}.kv_top .kv_top_wrap{position:relative;width:100%;height:100%}.kv_top .kv_top_wrap .kv_top_txt_wrap{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);text-align:center}.kv_top .kv_top_wrap .kv_top_txt_wrap .kv_top_tit{font-size:34px;font-size:4.4270833333vw;line-height:1.5;text-shadow:0 0 1vw rgba(0,0,0,.8)}.kv_top .kv_top_wrap .kv_top_txt_wrap .ind_top_tit{font-size:34px;font-size:4.4270833333vw;font-weight:700;font-style:normal;white-space:nowrap;line-height:1.5;text-shadow:0 0 1vw rgba(0,0,0,.8)}.kv_top .kv_top_wrap .kv_top_txt_wrap .kv_top_txt{display:none}.kv_top .sp_kv_top_txt_wrap{display:block;position:relative;width:100%;padding:5vw;background-color:#e0f0f7}.kv_top .sp_kv_top_txt_wrap .sp_kv_top_txt{text-align:center;font-size:28px;font-size:3.6458333333vw;line-height:1.5}.intd{display:block;width:100%;background-image:url(https://onedouga.jp/wp-content/themes/onedouga/assets/images/common/about_bak.png);background-repeat:no-repeat;background-size:cover;background-position:center}.intd .intd_wrap{max-width:100%;width:90vw;text-align:center;padding:13vw 0;margin:0 auto}.intd .intd_wrap .intd_tit{font-size:36px;font-size:4.6875vw;font-weight:700}.intd .intd_wrap .intd_txt{margin-top:5vw;font-size:32px;font-size:4.1666666667vw}.intd .intd_wrap .intd_txt_cp{margin-top:5vw;font-size:32px;font-size:4.1666666667vw;font-weight:700}.intd .intd_wrap .f_36{font-size:40px;font-size:5.2083333333vw}.intd .intd_wrap .f_24{font-size:36px;font-size:4.6875vw}.page_sec{display:block;width:100%}.page_sec .page_sec_wrap{max-width:100%;width:90vw;padding:13vw 0;margin:0 auto}.page_sec .page_sec_wrap .price{display:block}.page_sec .page_sec_wrap .price .price_sec_img{position:relative;max-width:100%;width:7vw;top:auto;left:auto;-webkit-transform:translateX(0);transform:translateX(0);margin:10vw auto 0}.page_sec .page_sec_wrap .price .price_sec{width:100%}.page_sec .page_sec_wrap .price .price_sec:last-child{margin-top:10vw}.page_sec .page_sec_wrap .price .price_sec .price_tit{width:100%;font-size:32px;font-size:4.1666666667vw;color:#fff;text-align:center;padding:5vw;border-radius:6px}.page_sec .page_sec_wrap .price .price_sec .b_bl{background-color:#00629d}.page_sec .page_sec_wrap .price .price_sec .b_gr{background-color:#009d89}.page_sec .page_sec_wrap .price .price_sec .price_cont{margin-top:5vw;padding:5vw;border-radius:6px;border:1px solid #ccc}.page_sec .page_sec_wrap .price .price_sec .price_cont_tit{margin-top:5vw;text-align:center;font-size:32px;font-size:4.1666666667vw;font-weight:700}.page_sec .page_sec_wrap .price .price_sec .price_ul{margin-top:5vw}.page_sec .page_sec_wrap .price .price_sec .price_ul .price_li{position:relative;padding-left:1.5em;font-size:28px;font-size:3.6458333333vw;margin-top:3vw}.page_sec .page_sec_wrap .price .price_sec .price_ul .price_li::before{position:absolute;top:.3em;left:.5em;display:block;content:"";background-color:#ce974f;width:1.5vw;height:1.5vw;border-radius:50%}.page_sec .page_sec_wrap .price .price_sec .bl_flex{margin-top:5vw;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.page_sec .page_sec_wrap .price .price_sec .bl_flex .bl_sec{background-color:#f1f1f1;width:46%;border-radius:6px}.page_sec .page_sec_wrap .price .price_sec .bl_flex .bl_sec .bl_txt{padding:10vw 0;text-align:center;font-weight:700}.page_sec .page_sec_wrap .price .price_sec .bl_flex_2{position:relative;margin-top:20px}.page_sec .page_sec_wrap .price .price_sec .bl_flex_2 .bl_sec{margin-top:10px;background-color:#f1f1f1;width:100%;border-radius:6px}.page_sec .page_sec_wrap .price .price_sec .bl_flex_2 .bl_sec .bl_txt{padding:30px 0;text-align:center;font-weight:700;font-size:28px;font-size:3.6458333333vw}.page_sec .page_sec_wrap .price .price_sec .bl_flex_2 .box_leftcont{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:10px;display:inline-block;text-align:center}.page_sec .page_sec_wrap .price .price_sec .bl_flex_2 .box_leftcont .box_leftcont_txt{font-size:24px;font-size:3.125vw;line-height:1;font-weight:700}.page_sec .page_sec_wrap .price .price_sec .bl_flex_2 .box_leftcont .box_leftcont_img{width:5vw;margin:3vw auto}.page_sec .page_sec_wrap .price .price_sec .price_cont_txt{text-align:center}.page_sec .page_sec_wrap .price .price_sec .price_ul_fl{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.page_sec .page_sec_wrap .price .price_sec .price_ul_fl .price_li{width:45%}.page_sec .page_sec_wrap .price .price_sec .price_ul_fl .price_li:nth-child(even) {width:55%}.page_sec .page_sec_wrap .reprice{margin-top:10vw;padding:5vw;border-radius:6px;border:1px solid #ccc}.page_sec .page_sec_wrap .reprice .reprice_tit{font-weight:700;background-color:#f1f1f1;text-align:center;padding:16px 0;border-radius:6px;font-size:30px;font-size:3.90625vw}.page_sec .page_sec_wrap .reprice .reprice_txt_box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.page_sec .page_sec_wrap .reprice .reprice_txt_box .reprice_txt{font-size:28px;font-size:3.6458333333vw}.page_sec .page_sec_wrap .reprice .reprice_txt_box .reprice_txt .reprice_txt_num{font-size:86px;font-size:11.1979166667vw;font-family:oswald,sans-serif;font-weight:700;font-style:normal}.page_sec .page_sec_wrap .reprice .reprice_txt_box .reprice_txt:last-child{margin-left:5vw}.page_sec .page_sec_wrap .reprice .reprice_txt_box .reprice_txt .reprice_txt_num_note{font-size:20px;font-size:2.6041666667vw}.page_sec .page_sec_wrap .page_sec_tab{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:10vw}.page_sec .page_sec_wrap .page_sec_tab .tab_sec{width:25%;padding-bottom:10vw}.page_sec .page_sec_wrap .page_sec_tab .tab_sec .tab_ic_wrap{width:100%;height:12vw}.page_sec .page_sec_wrap .page_sec_tab .tab_sec .tab_ic_wrap .tab_ic{display:block;width:10vw;margin:0 auto}.page_sec .page_sec_wrap .page_sec_tab .tab_sec .tab_sec_txt{font-weight:700;text-align:center;font-size:20px;font-size:2.6041666667vw}.page_sec .page_sec_wrap .page_sec_tab .tab_sec .tab_sec_ar{width:4vw;margin:3vw auto 0}.page_sec .page_sec_wrap .page_sec_tit_wrap{margin-bottom:6vw}.page_sec .page_sec_wrap .page_sec_tit_wrap .page_sec_tit{font-size:52px;font-size:6.7708333333vw;text-align:center}.page_sec .page_sec_wrap .page_sec_tit_wrap .page_sec_line{margin:0 auto;margin-top:3vw;width:15vw}.page_sec .page_sec_wrap .centtxt{margin-top:5vw;text-align:center;font-size:28px;font-size:3.6458333333vw}.page_sec .page_sec_wrap .ct_p{text-align:center;line-height:1.5;font-size:36px;font-size:4.6875vw}.page_sec .page_sec_wrap .cycle_img{max-width:100%;width:80vw;margin:10vw auto 0}.page_sec .page_sec_wrap .video_flex{display:block;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;margin:0 auto;margin-top:10vw}.page_sec .page_sec_wrap .video_flex .video_flex_txt_wrap{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;width:100%;margin-top:6vw}.page_sec .page_sec_wrap .video_flex .video_flex_txt_wrap .video_flex_tit_under{font-size:28px;font-size:3.6458333333vw;line-height:1.5;font-weight:700;margin-top:1.5vw}.page_sec .page_sec_wrap .video_flex .video_flex_txt_wrap .ex{display:inline-block;font-size:24px;font-size:3.125vw;line-height:1.5;margin-bottom:3vw;padding:1.5vw 3vw;background-color:#e0f0f7;border-radius:20vw}.page_sec .page_sec_wrap .video_flex .video_flex_txt_wrap .video_flex_tit_s{text-align:center;font-size:36px;font-size:4.6875vw;margin-bottom:3vw}.page_sec .page_sec_wrap .video_flex .video_flex_txt_wrap .video_flex_tit_genre{font-size:32px;font-size:4.1666666667vw;margin-bottom:3vw}.page_sec .page_sec_wrap .video_flex .video_flex_txt_wrap .video_flex_tit_ind{font-size:36px;font-size:4.6875vw;line-height:1.2;font-weight:700;color:#00629d}.page_sec .page_sec_wrap .video_flex .video_flex_txt_wrap .video_flex_tit{font-size:36px;font-size:4.6875vw;line-height:1.5;font-weight:700}.page_sec .page_sec_wrap .video_flex .video_flex_txt_wrap .sp_txtct{text-align:center}.page_sec .page_sec_wrap .video_flex .video_flex_txt_wrap .video_flex_txt_box{margin-top:3vw}.page_sec .page_sec_wrap .video_flex .video_flex_txt_wrap .video_flex_txt{font-size:28px;font-size:3.6458333333vw;margin-top:3vw;line-height:1.5}.page_sec .page_sec_wrap .video_flex .video_flex_txt_wrap .video_flex_txt_s{margin-top:3vw;font-size:24px;font-size:3.125vw;line-height:1.3}.page_sec .page_sec_wrap .video_flex .video_flex_txt_wrap .bl_tit{display:block;margin-top:5vw;background-color:#afdaef;font-size:28px;font-size:3.6458333333vw;font-weight:700;line-height:1;padding:3vw 3vw;border-radius:5vw}.page_sec .page_sec_wrap .video_flex .video_flex_txt_wrap .cm_list{margin-top:6vw}.page_sec .page_sec_wrap .video_flex .video_flex_txt_wrap .cm_list .cm_list_li{position:relative;padding-left:1.5em;font-size:28px;font-size:3.6458333333vw;margin-top:3vw;line-height:1.25}.page_sec .page_sec_wrap .video_flex .video_flex_txt_wrap .cm_list .cm_list_li::before{position:absolute;top:.3em;left:.5em;display:block;content:"";background-color:#00629d;width:1.5vw;height:1.5vw;border-radius:50%}.page_sec .page_sec_wrap .video_flex .video_flex_txt_wrap .more{margin-top:7vw}.page_sec .page_sec_wrap .video_flex:first-child{margin-top:0}.page_sec .page_sec_wrap .video_flex .video_flex_fg{display:block;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:100%;max-height:100%;height:50.6vw;background-color:#fff;border-radius:6px}.page_sec .page_sec_wrap .m_70{margin-top:10vw}.page_sec .page_sec_wrap .faq .faq_wrap{position:relative;padding:5vw;background-color:#fff}.page_sec .page_sec_wrap .faq .faq_wrap .a_op{width:3.2vw;display:block;position:absolute;top:10vw;right:5vw}.page_sec .page_sec_wrap .faq .faq_wrap .faq_q{display:-webkit-box;display:-ms-flexbox;display:flex}.page_sec .page_sec_wrap .faq .faq_wrap .faq_q .qnum{font-family:oswald,sans-serif;font-weight:700;font-style:normal;font-size:46px;font-size:5.9895833333vw;margin-right:5vw;white-space:nowrap;color:#00629d}.page_sec .page_sec_wrap .faq .faq_wrap .faq_q .qnum .qnum_w{color:#97cbde}.page_sec .page_sec_wrap .faq .faq_wrap .faq_q .qtxt{font-weight:700;padding-top:.75em;padding-right:7.5vw;font-size:28px;font-size:3.6458333333vw}.page_sec .page_sec_wrap .faq .faq_wrap .faq_q .qtxt .qtxt_s{font-weight:400;font-size:20px;font-size:2.6041666667vw}.page_sec .page_sec_wrap .faq .faq_wrap .faq_q .qtxt .note_w{position:relative;padding-right:.5em}.page_sec .page_sec_wrap .faq .faq_wrap .faq_q .qtxt .note_w .note_w_s{position:absolute;font-size:10px;font-size:1.3020833333vw;top:0;right:0}.page_sec .page_sec_wrap .faq .faq_wrap .faq_a{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:0;-webkit-animation:faq_cl_1 1s;animation:faq_cl_1 1s}.page_sec .page_sec_wrap .faq .faq_wrap .faq_a .anum{font-family:oswald,sans-serif;font-weight:700;font-style:normal;font-size:46px;font-size:5.9895833333vw;margin-right:5vw;white-space:nowrap;color:#ce524f;-webkit-animation:faq_cl_2 1s;animation:faq_cl_2 1s;line-height:0}.page_sec .page_sec_wrap .faq .faq_wrap .faq_a .anum .anum_w{color:#da9c9b}.page_sec .page_sec_wrap .faq .faq_wrap .faq_a .atxt{padding-top:.75em;font-size:28px;font-size:3.6458333333vw;-webkit-animation:faq_cl_3 1s;animation:faq_cl_3 1s;line-height:0}.page_sec .page_sec_wrap .faq .faq_wrap.active .faq_a{-webkit-animation:faq_op_1 1s;animation:faq_op_1 1s;margin-top:5vw;opacity:1}.page_sec .page_sec_wrap .faq .faq_wrap.active .faq_a .anum{-webkit-animation:faq_op_2 1s;animation:faq_op_2 1s;line-height:2}.page_sec .page_sec_wrap .faq .faq_wrap.active .faq_a .atxt{-webkit-animation:faq_op_3 1s;animation:faq_op_3 1s;line-height:2;padding-top:.75em}.page_sec .page_sec_wrap .ic_box{padding:7.5vw 5vw;background-color:#fff;border-radius:6px;margin-top:5vw}.page_sec .page_sec_wrap .ic_box .ic_tit{font-size:42px;font-size:5.46875vw;line-height:1;margin-bottom:7.5vw;text-align:center}.page_sec .page_sec_wrap .ic_box .ic_txt{font-size:28px;font-size:3.6458333333vw}.page_sec .page_sec_wrap .ic_box .ic_txt_s{font-size:24px;font-size:3.125vw}.page_sec .page_sec_wrap .ic_box .ic_cont{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:5vw}.page_sec .page_sec_wrap .ic_box .ic_cont .ic_sec{margin-top:5vw;width:50%}.page_sec .page_sec_wrap .ic_box .ic_cont .ic_sec .ic_img_wrap{width:100%;height:17vw}.page_sec .page_sec_wrap .ic_box .ic_cont .ic_sec .ic_img_wrap .ic_img{margin:0 auto}.page_sec .page_sec_wrap .ic_box .ic_cont .ic_sec .ic_img_wrap .ic_img_1{width:15vw}.page_sec .page_sec_wrap .ic_box .ic_cont .ic_sec .ic_img_wrap .ic_img_2{width:18vw}.page_sec .page_sec_wrap .ic_box .ic_cont .ic_sec .ic_sec_txt{margin-top:5vw;font-size:28px;font-size:3.6458333333vw;text-align:center;line-height:1.5;white-space:nowrap}.page_sec .page_sec_wrap .ic_box .ic_cont .ic_sec_3{margin:0;margin-top:2.5vw}.page_sec .page_sec_wrap .ic_box .ic_cont_sp .ic_sec{width:100%;margin-top:10vw}.page_sec .page_sec_wrap .ic_box .ic_cont_sp .ic_sec:first-child{margin-top:2.5vw}.page_sec .page_sec_wrap .ic_box:first-child{margin-top:0}.page_sec .page_sec_wrap .point_ul .point_li{display:block;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff;padding:5vw;margin-top:7vw;border-radius:6px;border:1px solid #cee3ef}.page_sec .page_sec_wrap .point_ul .point_li .point{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;font-family:oswald,sans-serif;font-weight:700;font-style:normal;padding-right:0}.page_sec .page_sec_wrap .point_ul .point_li .point .point_txt{line-height:1;font-size:34px;font-size:4.4270833333vw;color:#00629d}.page_sec .page_sec_wrap .point_ul .point_li .point .point_num{line-height:1;font-size:54px;font-size:7.03125vw;color:#97cbde;margin-left:12px}.page_sec .page_sec_wrap .point_ul .point_li .point_cont{margin-top:5vw}.page_sec .page_sec_wrap .point_ul .point_li .point_cont .point_cont_tit{font-size:28px;font-size:3.6458333333vw;line-height:1.5;font-weight:700}.page_sec .page_sec_wrap .point_ul .point_li .point_cont .point_cont_txt{font-size:28px;font-size:3.6458333333vw;line-height:1.5;margin-top:5vw}.page_sec .page_sec_wrap .point_ul .point_li .point_cont .point_cont_txt .point_cont_txt_s{font-size:24px;font-size:3.125vw}.page_sec .page_sec_wrap .point_ul:first-child{margin-top:0}@-webkit-keyframes faq_cl_1 {
    0% {
      margin-top: 5vw;
      opacity: 1;
    }
    50% {
      margin-top: 5vw;
      opacity: 0;
    }
    100% {
      margin-top: 0;
      opacity: 0;
    }
  }@keyframes faq_cl_1 {
    0% {
      margin-top: 5vw;
      opacity: 1;
    }
    50% {
      margin-top: 5vw;
      opacity: 0;
    }
    100% {
      margin-top: 0;
      opacity: 0;
    }
  }@-webkit-keyframes faq_cl_2 {
    0% {
      line-height: 2;
    }
    50% {
      line-height: 2;
    }
    100% {
      line-height: 0;
    }
  }@keyframes faq_cl_2 {
    0% {
      line-height: 2;
    }
    50% {
      line-height: 2;
    }
    100% {
      line-height: 0;
    }
  }@-webkit-keyframes faq_cl_3 {
    0% {
      line-height: 2;
      padding-top: 0.75em;
    }
    50% {
      line-height: 2;
      padding-top: 0.75em;
    }
    100% {
      line-height: 0;
      padding-top: 0;
    }
  }@keyframes faq_cl_3 {
    0% {
      line-height: 2;
      padding-top: 0.75em;
    }
    50% {
      line-height: 2;
      padding-top: 0.75em;
    }
    100% {
      line-height: 0;
      padding-top: 0;
    }
  }@-webkit-keyframes faq_op_1 {
    0% {
      margin-top: 0;
      opacity: 0;
    }
    50% {
      margin-top: 5vw;
      opacity: 0;
    }
    100% {
      margin-top: 5vw;
      opacity: 1;
    }
  }@keyframes faq_op_1 {
    0% {
      margin-top: 0;
      opacity: 0;
    }
    50% {
      margin-top: 5vw;
      opacity: 0;
    }
    100% {
      margin-top: 5vw;
      opacity: 1;
    }
  }@-webkit-keyframes faq_op_2 {
    0% {
      line-height: 0;
    }
    50% {
      line-height: 2;
    }
    100% {
      line-height: 2;
    }
  }@keyframes faq_op_2 {
    0% {
      line-height: 0;
    }
    50% {
      line-height: 2;
    }
    100% {
      line-height: 2;
    }
  }@-webkit-keyframes faq_op_3 {
    0% {
      line-height: 0;
      padding-top: 0;
    }
    50% {
      line-height: 2;
      padding-top: 0.75em;
    }
    100% {
      line-height: 2;
      padding-top: 0.75em;
    }
  }@keyframes faq_op_3 {
    0% {
      line-height: 0;
      padding-top: 0;
    }
    50% {
      line-height: 2;
      padding-top: 0.75em;
    }
    100% {
      line-height: 2;
      padding-top: 0.75em;
    }
  }.pad_plus{padding-bottom:60px}}.fadeop{opacity:0;-webkit-transition:.5s;transition:.5s}.fadeop.active{opacity:1}.fadear{opacity:0;-webkit-transition:.5s;transition:.5s;-webkit-transform-origin:50% 50% 0;transform-origin:50% 50% 0;-webkit-transform:rotate(-20deg);transform:rotate(-20deg)}.fadear.active{opacity:1;-webkit-transform:rotate(0);transform:rotate(0)}.cls-1{font-size:16px;fill:#333;text-anchor:middle;font-family:Meiryo;font-weight:700}@media screen and (max-width:767px){.page_sec .page_sec_wrap iframe{border:none;width:100%;height:2100px;padding:0;margin:0}}.main_wrap{position:relative}.green{color:#0a8524}.purple{color:#8816ca}.home_top{width:100%}.home_top .home_top_wrap{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;width:90vw;margin:0 auto;padding-top:180px;padding-bottom:5vw}.home_top .home_top_wrap .home_top_cont{position:relative;display:inline-block;width:53vw}.home_top .home_top_wrap .home_top_cont .home_top_tit{font-size:39px;font-size:2.7083333333vw;line-height:1.6}.home_top .home_top_wrap .home_top_cont .home_top_tit .tit_s{font-size:30px;font-size:2.0833333333vw}.home_top .home_top_wrap .home_top_cont .home_top_tit .oneft{font-family:"M PLUS 1p",sans-serif;font-weight:900}.home_top .home_top_wrap .home_top_cont .home_top_txt{margin-top:1.3vw;font-size:18px;font-size:1.25vw;line-height:1.6}.home_top .home_top_wrap .home_top_cont .pfah-wrapper{-webkit-box-shadow:none;box-shadow:none;padding:0}.home_top .home_top_wrap .home_top_cont .pfah-wrapper aside{font-size:16px;font-size:1.1111111111vw;line-height:1.6}.home_top .home_top_wrap .home_top_cont .pfah-wrapper .pfah_noto{font-size:14px;font-size:.9722222222vw;margin-top:1em}.home_top .home_top_wrap .home_top_cont .pfah_a{-webkit-transition:.3s;transition:.3s}.home_top .home_top_wrap .home_top_cont .pfah_a:hover{opacity:.6}.home_top .home_top_wrap .home_top_cont .home_top_form{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:4.7vw;height:2.7vw}.home_top .home_top_wrap .home_top_cont .home_top_form .pfah-row{position:relative;height:100%}.home_top .home_top_wrap .home_top_cont .home_top_form .pfah-row .error-lastname,.home_top .home_top_wrap .home_top_cont .home_top_form .pfah-row .error-email{position:absolute;top:-1.5em;left:0;font-size:16px;font-size:1.1111111111vw;white-space:nowrap}.home_top .home_top_wrap .home_top_cont .home_top_form .top_form_name{border:1px solid #ccc;width:10vw;height:100%;font-size:16px;font-size:1.1111111111vw;padding-left:.5em;margin-right:.7vw}.home_top .home_top_wrap .home_top_cont .home_top_form .top_form_mail{border:1px solid #ccc;width:17.7vw;height:100%;font-size:16px;font-size:1.1111111111vw;padding-left:.5em;margin-right:.7vw}.home_top .home_top_wrap .home_top_cont .home_top_form .top_form_btn{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:8vw;height:100%;background-color:#00629d;border-radius:3px;-webkit-transition:.3s;transition:.3s;-webkit-box-shadow:none;box-shadow:none}.home_top .home_top_wrap .home_top_cont .home_top_form .top_form_btn:hover{background-color:#0180cc}.home_top .home_top_wrap .home_top_cont .home_top_form .top_form_btn .btn_img{width:1.5vw;margin-right:.625vw}.home_top .home_top_wrap .home_top_cont .home_top_form .top_form_btn .btn_txt{color:#fff;font-size:16px;font-size:1.1111111111vw;line-height:1}.home_top .home_top_wrap .home_top_cont .pfah-done-text{font-size:16px;font-size:1.1111111111vw;line-height:2}.home_top .home_top_wrap .home_top_cont .arrow_video{width:10vw;position:absolute;top:21vw;right:2.5vw}.home_top .home_top_wrap .home_top_video_wrap{position:relative;width:37vw;height:37vw;background-color:#fff}.home_top .home_top_wrap .home_top_video_wrap .thumbnail{position:absolute;top:0;left:0;width:100%}.home_top .home_top_wrap .home_top_video_wrap .home_top_video{position:relative;width:100%;height:37vw;z-index:1}.home_top .home_top_wrap .home_top_video_wrap .pink{position:absolute;font-size:14px;font-size:.9722222222vw;padding:1.3vw;bottom:7.3vw;left:-7.3vw;border-radius:12px;background-color:rgba(255,232,232,.8)}.home_top .home_top_wrap .home_top_video_wrap .pink_off{opacity:0;-webkit-animation:pikoff .5s;animation:pikoff .5s}.home_top .home_top_wrap .sl_box{display:block;position:absolute;bottom:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:31px;height:48px;border:2px solid #b6b6b6;border-radius:15px}.home_top .home_top_wrap .sl_box .sl{display:block;width:3px;height:10px;border-radius:2px;background-color:#b6b6b6;margin:0 auto;margin-top:6px;-webkit-animation:1.3s sl_anime ease-in infinite;animation:1.3s sl_anime ease-in infinite}@-webkit-keyframes pikoff {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}@keyframes pikoff {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}@-webkit-keyframes sl_anime {
  0% {
    opacity: 0;
    margin-top: 6px;
    height: 10px;
  }
  20% {
    opacity: 1;
  }
  30% {
    margin-top: 6px;
  }
  50% {
    opacity: 1;
  }
  70% {
    opacity: 0;
    margin-top: 26px;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    margin-top: 26px;
    height: 10px;
  }
}@keyframes sl_anime {
  0% {
    opacity: 0;
    margin-top: 6px;
    height: 10px;
  }
  20% {
    opacity: 1;
  }
  30% {
    margin-top: 6px;
  }
  50% {
    opacity: 1;
  }
  70% {
    opacity: 0;
    margin-top: 26px;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    margin-top: 26px;
    height: 10px;
  }
}.recommended .recommended_wrap{display:block;margin:60px auto;border-radius:6px;border:1px solid #d3b3b3;width:1120px;padding:75px 0;-webkit-transition:.5s;transition:.5s}.recommended .recommended_wrap:hover{opacity:.6}.recommended .recommended_wrap .recommended_tit{text-align:center;font-size:2.4rem}.recommended .recommended_wrap .rem_cont{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:50px}.recommended .recommended_wrap .rem_cont .rem_sec{border-right:1px solid #ccc;width:345px;text-align:center;padding:10px 20px 30px}.recommended .recommended_wrap .rem_cont .rem_sec .target{line-height:1}.recommended .recommended_wrap .rem_cont .rem_sec .valnum{margin-top:25px;font-size:7.2rem;font-family:oswald,sans-serif;font-weight:700;font-style:normal;color:#ce524f;line-height:1}.recommended .recommended_wrap .rem_cont .rem_sec .valnum .unit{font-size:4.8rem}.recommended .recommended_wrap .rem_cont .rem_sec .valnum .unit_jp{font-size:"M PLUS 1p" , sans-serif;font-weight:700}.recommended .recommended_wrap .rem_cont .rem_sec .valtxt{margin-top:20px;font-weight:700;font-size:1.8rem;line-height:1}.recommended .recommended_wrap .rem_cont .rem_sec:last-child{border-right:0}.homesec .homesec_wrap{padding:120px 0}.homesec .homesec_wrap .homesec_tit_wrap{text-align:center}.homesec .homesec_wrap .homesec_tit_wrap .homesec_tit{font-size:4.8rem;font-family:lato,sans-serif;font-weight:400;font-style:normal;color:#00629d;line-height:1}.homesec .homesec_wrap .homesec_tit_wrap .homesec_tit_jp{font-size:2.4rem;line-height:1;margin-top:30px}.homesec .homesec_wrap .industry_ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:960px;width:66%;margin:20px auto 0}.homesec .homesec_wrap .industry_ul .industry_li{position:relative;width:210px;height:210px;background-color:#fff;border-radius:6px;margin-top:40px}.homesec .homesec_wrap .industry_ul .industry_li .industry_txt{position:absolute;line-height:1;left:50%;bottom:20px;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.homesec .homesec_wrap .industry_ul .industry_li .industry_img{margin:0 auto}.homesec .homesec_wrap .industry_ul .industry_li .industry_1{margin-top:36px;width:119px}.homesec .homesec_wrap .industry_ul .industry_li .industry_2{margin-top:43px;width:87px}.homesec .homesec_wrap .industry_ul .industry_li .industry_3{margin-top:45px;width:90px}.homesec .homesec_wrap .industry_ul .industry_li .industry_4{margin-top:47px;width:93px}.homesec .homesec_wrap .industry_ul .industry_li .industry_5{margin-top:44px;width:97px}.homesec .homesec_wrap .industry_ul .industry_li .industry_6{margin-top:37px;width:116px}.homesec .homesec_wrap .industry_ul .industry_li .industry_7{margin-top:42px;width:79px}.homesec .homesec_wrap .industry_ul .industry_li .industry_8{margin-top:40px;width:102px}.homesec .homesec_wrap .industry_ul .industry_li_no{background:none!important}.homesec .homesec_wrap .channel_cont{padding-top:20px}.homesec .homesec_wrap .channel_cont .channel_sec{display:block;max-width:960px;width:66%;margin:40px auto 0;background-color:#fff;border-radius:6px;padding:60px 0}.homesec .homesec_wrap .channel_cont .channel_sec .seccont_tit_wrap{text-align:center}.homesec .homesec_wrap .channel_cont .channel_sec .seccont_tit_wrap .seccont_tit{font-size:3rem}.homesec .homesec_wrap .channel_cont .channel_sec .seccont_tit_wrap .seccont_img{width:63px;display:inline-block;margin-top:30px}.homesec .homesec_wrap .channel_cont .channel_sec .icflex_wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.homesec .homesec_wrap .channel_cont .channel_sec .icflex_wrap .icflex{position:relative;width:220px;height:150px;margin-top:50px}.homesec .homesec_wrap .channel_cont .channel_sec .icflex_wrap .icflex .icflex_txt{position:absolute;bottom:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.homesec .homesec_wrap .channel_cont .channel_sec .icflex_wrap .icflex .icflex_img{margin:0 auto}.homesec .homesec_wrap .channel_cont .channel_sec .icflex_wrap .icflex .icflex_img_1{width:93px;margin-top:4px}.homesec .homesec_wrap .channel_cont .channel_sec .icflex_wrap .icflex .icflex_img_2{width:96px;margin-top:12px}.homesec .homesec_wrap .channel_cont .channel_sec .icflex_wrap .icflex .icflex_img_3{width:88px;margin-top:6px}.homesec .homesec_wrap .channel_cont .channel_sec .icflex_wrap .icflex .icflex_img_4{width:91px;margin-top:5px}.homesec .homesec_wrap .channel_cont .channel_sec .icflex_wrap .icflex .icflex_img_5{width:89px;margin-top:17px}.homesec .homesec_wrap .channel_cont .channel_sec .icflex_wrap .icflex .icflex_img_6{width:125px}.homesec .homesec_wrap .channel_cont .channel_sec .icflex_wrap .icflex .icflex_img_7{width:78px;margin-top:7px}.homesec .homesec_wrap .channel_cont .channel_sec .icflex_wrap .icflex .icflex_img_8{width:80px;margin-top:9px}.homesec .homesec_wrap .channel_cont .channel_sec .icflex_wrap .icflex .icflex_img_9{width:82px;margin-top:4px}.homesec .homesec_wrap .channel_cont .channel_sec .icflex_wrap .icflex .icflex_img_10{width:80px;margin-top:14px}.homesec .homesec_wrap .casestudy_cont{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:1120px;width:77%;margin:60px auto 0}.homesec .homesec_wrap .casestudy_cont::after{content:"";display:block;width:360px;height:0}.homesec .homesec_wrap .casestudy_cont .casestudy_sec{position:relative;width:360px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.homesec .homesec_wrap .casestudy_cont .casestudy_sec .casestudy_img_wrap{display:block;width:100%;height:240px;border-radius:6px;overflow:hidden;-webkit-transition:.3s;transition:.3s;border:1px solid #efefef}.homesec .homesec_wrap .casestudy_cont .casestudy_sec .casestudy_img_wrap .casestudy_img{background-repeat:no-repeat;background-size:contain;background-position:center;width:100%;height:100%}.homesec .homesec_wrap .casestudy_cont .casestudy_sec .casestudy_img_wrap:hover{opacity:.5}.homesec .homesec_wrap .casestudy_cont .casestudy_sec .tag_ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:30px}.homesec .homesec_wrap .casestudy_cont .casestudy_sec .tag_ul .tag_li{display:block;font-size:1.4rem;padding:10px;background-color:#e0f0f7;margin-right:10px;margin-top:10px;border-radius:3px;line-height:1}.homesec .homesec_wrap .casestudy_cont .casestudy_sec .tag_ul .tag_li a{display:block;width:100%;height:100%}.homesec .homesec_wrap .casestudy_cont .casestudy_sec .as_tit_wrap{padding:0 .5em;font-size:1.4rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:30px}.homesec .homesec_wrap .casestudy_cont .casestudy_sec .as_tit_wrap .date_tit{line-height:1;font-weight:700}.homesec .homesec_wrap .casestudy_cont .casestudy_sec .as_tit_wrap .category{font-size:1.6rem;padding:10px;background-color:#e0f0f7;border-radius:3px;margin-left:16px;line-height:1}.homesec .homesec_wrap .casestudy_cont .casestudy_sec .casestudy_tit{font-size:1.8rem;font-weight:700;text-align:left;margin-top:30px}.homesec .homesec_wrap .casestudy_cont .casestudy_sec .casestudy_txt{margin-top:20px;padding:0 .5em;display:-webkit-box;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical;line-height:1.5;height:4.5em}.homesec .homesec_wrap .service_cont{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:60px auto 0;max-width:1040px;width:70%}.homesec .homesec_wrap .service_cont .service_sec{position:relative;width:48%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.homesec .homesec_wrap .service_cont .service_sec .service_tit{font-size:2.4rem;text-align:center;font-weight:700}.homesec .homesec_wrap .service_cont .service_sec .service_img_wrap{width:100%;height:280px;margin-top:20px;border-radius:6px;overflow:hidden}.homesec .homesec_wrap .service_cont .service_sec .service_img_wrap iframe{width:100%;height:500px}.homesec .homesec_wrap .service_cont .service_sec .service_txt{margin-top:30px;-webkit-box-flex:1;-ms-flex:1;flex:1;height:100%;min-height:0%}.homesec .homesec_wrap .feature_cont{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:960px;width:66%;margin:60px auto 0}.homesec .homesec_wrap .feature_cont .feature_sec{width:48%;padding:40px;margin-top:16px;background-color:#fff;border-radius:6px}.homesec .homesec_wrap .feature_cont .feature_sec .feature_img_wrap{position:relative;width:100%;height:160px}.homesec .homesec_wrap .feature_cont .feature_sec .feature_img_wrap .feature_img{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.homesec .homesec_wrap .feature_cont .feature_sec .feature_img_wrap .feature_img_1{width:108px}.homesec .homesec_wrap .feature_cont .feature_sec .feature_img_wrap .feature_img_2{width:107px}.homesec .homesec_wrap .feature_cont .feature_sec .feature_img_wrap .feature_img_3{width:102px}.homesec .homesec_wrap .feature_cont .feature_sec .feature_img_wrap .feature_img_4{width:86px}.homesec .homesec_wrap .feature_cont .feature_sec .feature_tit{text-align:center;font-weight:700;font-size:1.6rem}.homesec .homesec_wrap .feature_cont .feature_sec .feature_ul{font-size:1.6rem;margin-top:20px;padding:0 86px}.homesec .homesec_wrap .feature_cont .feature_sec .feature_ul .feature_li{position:relative;margin-top:10px;padding-left:1em}.homesec .homesec_wrap .feature_cont .feature_sec .feature_ul .feature_li::before{display:block;content:"・";position:absolute;left:0;top:0}.homesec .homesec_wrap .feature_cont .feature_sec .feature_ul_1{padding:0 50px}.homesec .homesec_wrap .feature_cont .feature_sec .feature_ul_2{padding:0 52px}.homesec .homesec_wrap .feature_cont .feature_sec .feature_ul_3{padding:0 77px}.homesec .homesec_wrap .feature_cont .feature_sec .feature_ul_4{padding:0 70px}.homesec .homesec_wrap .partner_cont{width:640px;margin:80px auto 0}.homesec .homesec_wrap .partner_cont .partner_sec{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff;padding:26px 40px;border-radius:6px}.homesec .homesec_wrap .partner_cont .partner_sec .partner_img{width:225px}.homesec .homesec_wrap .partner_cont .partner_sec .partner_tit{font-size:2.4rem;font-weight:700;white-space:nowrap;margin-right:25px}.industry{background-image:url(https://onedouga.jp/wp-content/themes/onedouga/assets/images/home/industry_bak.png);background-size:cover;background-repeat:no-repeat}.channel{background-image:url(https://onedouga.jp/wp-content/themes/onedouga/assets/images/home/channel_bak.png);background-size:cover;background-repeat:no-repeat}.service{background-image:url(https://onedouga.jp/wp-content/themes/onedouga/assets/images/home/industry_bak.png);background-size:cover;background-repeat:no-repeat}.feature{background-image:url(https://onedouga.jp/wp-content/themes/onedouga/assets/images/home/channel_bak.png);background-size:cover;background-repeat:no-repeat}.partner{background-image:url(https://onedouga.jp/wp-content/themes/onedouga/assets/images/home/partner_bak.png);background-size:cover;background-repeat:no-repeat}.more_flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.more_flex .more{margin:60px 10px 0}.more{position:relative;display:block;width:320px;background-color:#00629d;margin:60px auto 0;padding:20px 0;border-radius:35px;-webkit-transition:.3s;transition:.3s;cursor:pointer}.more .more_txt{text-align:center;color:#fff;line-height:1}.more .more_img{position:absolute;top:50%;right:20px;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:12px}.more:hover{background-color:#0180cc}.more_l{width:380px}.continue{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;cursor:pointer;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:16px}.continue .continue_txt{line-height:1;color:#00629d;margin-right:10px}.continue .continue_img{width:10px}.continue:hover .continue_txt{color:#0180cc}.continue_p{padding:0 .5em}@media screen and (max-width:1440px){.recommended .recommended_wrap{margin:60px auto;border-radius:6px;border:1px solid #d3b3b3;width:77%;padding:75px 0}.recommended .recommended_wrap .recommended_tit{text-align:center;font-size:2.4rem}.recommended .recommended_wrap .rem_cont{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:50px}.recommended .recommended_wrap .rem_cont .rem_sec{width:345px;text-align:center;padding:10px 20px 30px}.recommended .recommended_wrap .rem_cont .rem_sec .target{line-height:1}.recommended .recommended_wrap .rem_cont .rem_sec .valnum{margin-top:25px;font-size:7.2rem;font-family:oswald,sans-serif;font-weight:700;font-style:normal;color:#ce524f;line-height:1}.recommended .recommended_wrap .rem_cont .rem_sec .valnum .unit{font-size:4.8rem}.recommended .recommended_wrap .rem_cont .rem_sec .valnum .unit_jp{font-size:"M PLUS 1p" , sans-serif;font-weight:700}.recommended .recommended_wrap .rem_cont .rem_sec .valtxt{margin-top:20px;font-weight:700;font-size:1.8rem;line-height:1}.homesec .homesec_wrap{padding:120px 0}.homesec .homesec_wrap .homesec_tit_wrap{text-align:center}.homesec .homesec_wrap .homesec_tit_wrap .homesec_tit{font-size:4.8rem;font-family:lato,sans-serif;font-weight:400;font-style:normal;color:#00629d;line-height:1}.homesec .homesec_wrap .homesec_tit_wrap .homesec_tit_jp{font-size:2.4rem;line-height:1;margin-top:30px}.homesec .homesec_wrap .industry_ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:20px auto 0}.homesec .homesec_wrap .industry_ul .industry_li{position:relative;width:14.5vw;height:14.5vw;background-color:#fff;border-radius:6px;margin-top:40px}.homesec .homesec_wrap .industry_ul .industry_li .industry_txt{position:absolute;line-height:1;left:50%;bottom:20px;-webkit-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap;font-size:16px;font-size:1.1111111111vw}.homesec .homesec_wrap .industry_ul .industry_li .industry_img{margin:0 auto}.homesec .homesec_wrap .industry_ul .industry_li .industry_1{margin-top:2.5vw;width:8.26vw}.homesec .homesec_wrap .industry_ul .industry_li .industry_2{margin-top:3vw;width:6vw}.homesec .homesec_wrap .industry_ul .industry_li .industry_3{margin-top:3.125vw;width:6.25vw}.homesec .homesec_wrap .industry_ul .industry_li .industry_4{margin-top:3.2vw;width:6.4vw}.homesec .homesec_wrap .industry_ul .industry_li .industry_5{margin-top:3vw;width:6.4vw}.homesec .homesec_wrap .industry_ul .industry_li .industry_6{margin-top:2.5vw;width:8vw}.homesec .homesec_wrap .industry_ul .industry_li .industry_7{margin-top:3vw;width:5.5vw}.homesec .homesec_wrap .industry_ul .industry_li .industry_8{margin-top:2.7vw;width:7vw}.homesec .homesec_wrap .channel_cont{padding-top:20px}.homesec .homesec_wrap .channel_cont .channel_sec{display:block;margin:40px auto 0;background-color:#fff;border-radius:6px;padding:60px 0}.homesec .homesec_wrap .channel_cont .channel_sec .seccont_tit_wrap{text-align:center}.homesec .homesec_wrap .channel_cont .channel_sec .seccont_tit_wrap .seccont_tit{font-size:30px;font-size:2.0833333333vw}.homesec .homesec_wrap .channel_cont .channel_sec .seccont_tit_wrap .seccont_img{margin-top:2vw;width:4.375vw;display:inline-block}.homesec .homesec_wrap .channel_cont .channel_sec .icflex_wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.homesec .homesec_wrap .channel_cont .channel_sec .icflex_wrap .icflex{position:relative;width:15.2vw;height:10.4vw;margin-top:3.4vw}.homesec .homesec_wrap .channel_cont .channel_sec .icflex_wrap .icflex .icflex_txt{position:absolute;bottom:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap;font-size:16px;font-size:1.1111111111vw}.homesec .homesec_wrap .channel_cont .channel_sec .icflex_wrap .icflex .icflex_img{margin:0 auto}.homesec .homesec_wrap .channel_cont .channel_sec .icflex_wrap .icflex .icflex_img_1{width:6.5vw;margin-top:4px}.homesec .homesec_wrap .channel_cont .channel_sec .icflex_wrap .icflex .icflex_img_2{width:6.5vw;margin-top:12px}.homesec .homesec_wrap .channel_cont .channel_sec .icflex_wrap .icflex .icflex_img_3{width:6.1vw;margin-top:6px}.homesec .homesec_wrap .channel_cont .channel_sec .icflex_wrap .icflex .icflex_img_4{width:6.5vw;margin-top:5px}.homesec .homesec_wrap .channel_cont .channel_sec .icflex_wrap .icflex .icflex_img_5{width:6.5vw;margin-top:17px}.homesec .homesec_wrap .channel_cont .channel_sec .icflex_wrap .icflex .icflex_img_6{width:8.6vw}.homesec .homesec_wrap .channel_cont .channel_sec .icflex_wrap .icflex .icflex_img_7{width:5.4vw;margin-top:7px}.homesec .homesec_wrap .channel_cont .channel_sec .icflex_wrap .icflex .icflex_img_8{width:5.5vw;margin-top:9px}.homesec .homesec_wrap .channel_cont .channel_sec .icflex_wrap .icflex .icflex_img_9{width:5.5vw;margin-top:4px}.homesec .homesec_wrap .channel_cont .channel_sec .icflex_wrap .icflex .icflex_img_10{width:5.5vw;margin-top:14px}.homesec .homesec_wrap .casestudy_cont{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:60px auto 0}.homesec .homesec_wrap .casestudy_cont::after{content:"";display:block;width:25vw;height:0}.homesec .homesec_wrap .casestudy_cont .casestudy_sec{position:relative;width:25vw}.homesec .homesec_wrap .casestudy_cont .casestudy_sec .casestudy_img_wrap{display:block;width:100%;height:16vw;border-radius:6px;overflow:hidden}.homesec .homesec_wrap .casestudy_cont .casestudy_sec .casestudy_img_wrap .casestudy_img{width:100%;height:100%}.homesec .homesec_wrap .casestudy_cont .casestudy_sec .casestudy_tit{font-size:1.8rem;font-weight:700;text-align:left;margin-top:30px}.homesec .homesec_wrap .casestudy_cont .casestudy_sec .casestudy_txt{margin-top:20px}.homesec .homesec_wrap .service_cont{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:60px auto 0;max-width:1040px;width:70%}.homesec .homesec_wrap .service_cont .service_sec{position:relative;width:48%}.homesec .homesec_wrap .service_cont .service_sec .service_tit{font-size:2.4rem;text-align:center;font-weight:700}.homesec .homesec_wrap .service_cont .service_sec .service_img_wrap{width:100%;height:18.9vw;margin-top:20px;border-radius:6px}.homesec .homesec_wrap .service_cont .service_sec .service_txt{margin-top:30px}.homesec .homesec_wrap .feature_cont{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:960px;width:66%;margin:60px auto 0}.homesec .homesec_wrap .feature_cont .feature_sec{width:48%;padding:40px;margin-top:16px;background-color:#fff;border-radius:6px}.homesec .homesec_wrap .feature_cont .feature_sec .feature_img_wrap{position:relative;width:100%;height:160px}.homesec .homesec_wrap .feature_cont .feature_sec .feature_img_wrap .feature_img{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.homesec .homesec_wrap .feature_cont .feature_sec .feature_img_wrap .feature_img_1{width:108px}.homesec .homesec_wrap .feature_cont .feature_sec .feature_img_wrap .feature_img_2{width:107px}.homesec .homesec_wrap .feature_cont .feature_sec .feature_img_wrap .feature_img_3{width:102px}.homesec .homesec_wrap .feature_cont .feature_sec .feature_img_wrap .feature_img_4{width:86px}.homesec .homesec_wrap .feature_cont .feature_sec .feature_tit{text-align:center;font-weight:700;font-size:1.6rem}.homesec .homesec_wrap .feature_cont .feature_sec .feature_ul{font-size:1.6rem;margin-top:20px;padding:0 20px}.homesec .homesec_wrap .feature_cont .feature_sec .feature_ul .feature_li{position:relative;margin-top:10px;padding-left:1em}.homesec .homesec_wrap .feature_cont .feature_sec .feature_ul .feature_li::before{display:block;content:"・";position:absolute;left:0;top:0}.homesec .homesec_wrap .feature_cont .feature_sec .feature_ul_1{padding:0}}@media screen and (max-width:1024px){.home_top{width:100vw;height:auto}.home_top .home_top_wrap{display:block;position:relative;width:85vw;margin:0 auto;padding-top:120px;padding-bottom:0}.home_top .home_top_wrap .home_top_cont{position:relative;display:inline-block;width:100%}.home_top .home_top_wrap .home_top_cont .home_top_tit{font-size:36px;font-size:4.6875vw;line-height:1.6;text-align:center}.home_top .home_top_wrap .home_top_cont .home_top_tit .tit_s{font-size:24px;font-size:3.125vw}.home_top .home_top_wrap .home_top_cont .home_top_txt{font-size:28px;font-size:3.6458333333vw;line-height:1.6;text-align:center;margin-top:5vw}.home_top .home_top_wrap .home_top_cont .pink{position:relative;font-size:28px;font-size:3.6458333333vw;text-align:center;margin-top:5vw;padding:5vw;border-radius:12px;background-color:rgba(255,232,232,.8)}.home_top .home_top_wrap .home_top_cont .pfah-wrapper{-webkit-box-shadow:none;box-shadow:none;padding:0}.home_top .home_top_wrap .home_top_cont .pfah-wrapper aside{font-size:16px;font-size:2.0833333333vw;line-height:1.6}.home_top .home_top_wrap .home_top_cont .pfah-wrapper .pfah_noto{font-size:14px;font-size:1.8229166667vw;margin-top:1em}.home_top .home_top_wrap .home_top_cont .home_top_form{display:block;margin-top:4vw;height:auto}.home_top .home_top_wrap .home_top_cont .home_top_form .pfah-row{position:relative}.home_top .home_top_wrap .home_top_cont .home_top_form .pfah-row .error-lastname,.home_top .home_top_wrap .home_top_cont .home_top_form .pfah-row .error-email{display:block;position:relative;top:auto;left:0;font-size:16px;font-size:2.0833333333vw;margin-top:2.5vw;white-space:nowrap}.home_top .home_top_wrap .home_top_cont .home_top_form .top_form_name{border:1px solid #ccc;width:100%;height:7.5vw;font-size:16px;font-size:2.0833333333vw;padding-left:.5em;margin-right:.7vw}.home_top .home_top_wrap .home_top_cont .home_top_form .top_form_mail{border:1px solid #ccc;width:100%;height:7.5vw;font-size:16px;font-size:2.0833333333vw;padding-left:.5em;margin-right:.7vw;margin-top:2.5vw}.home_top .home_top_wrap .home_top_cont .home_top_form .top_form_btn{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:1px solid #00629d;width:100%;height:7.5vw;background-color:#00629d;border-radius:3px;margin-top:2.5vw}.home_top .home_top_wrap .home_top_cont .home_top_form .top_form_btn .btn_img{width:5vw;margin-right:1.625vw}.home_top .home_top_wrap .home_top_cont .home_top_form .top_form_btn .btn_txt{color:#fff;font-size:16px;font-size:2.0833333333vw;line-height:1}.home_top .home_top_wrap .home_top_cont .pfah-done-text{font-size:16px;font-size:2.0833333333vw}.home_top .home_top_wrap .home_top_cont .arrow_video{display:none}.home_top .home_top_wrap .home_top_video_wrap{margin-top:5vw;width:85vw;height:85vw}.home_top .home_top_wrap .home_top_video_wrap .home_top_video{width:100%;height:85vw}.home_top .home_top_wrap .home_top_video_wrap .pink{display:none}.home_top .home_top_wrap .sl_box{display:none;position:absolute;bottom:5vh;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:31px;height:48px;border:2px solid #b6b6b6;border-radius:15px}.home_top .home_top_wrap .sl_box .sl{display:block;width:3px;height:10px;border-radius:2px;background-color:#b6b6b6;margin:0 auto;margin-top:6px;-webkit-animation:1.3s sl_anime ease-in infinite;animation:1.3s sl_anime ease-in infinite}@-webkit-keyframes sl_anime {
    0% {
      opacity: 0;
      margin-top: 6px;
      height: 10px;
    }
    20% {
      opacity: 1;
    }
    30% {
      margin-top: 6px;
    }
    50% {
      opacity: 1;
    }
    70% {
      opacity: 0;
      margin-top: 26px;
    }
    80% {
      opacity: 0;
    }
    100% {
      opacity: 0;
      margin-top: 26px;
      height: 10px;
    }
  }@keyframes sl_anime {
    0% {
      opacity: 0;
      margin-top: 6px;
      height: 10px;
    }
    20% {
      opacity: 1;
    }
    30% {
      margin-top: 6px;
    }
    50% {
      opacity: 1;
    }
    70% {
      opacity: 0;
      margin-top: 26px;
    }
    80% {
      opacity: 0;
    }
    100% {
      opacity: 0;
      margin-top: 26px;
      height: 10px;
    }
  }.recommended .recommended_wrap{margin:60px auto;border-radius:6px;border:1px solid #d3b3b3;width:90vw;padding:75px 0}.recommended .recommended_wrap .recommended_tit{text-align:center;font-size:2.4rem}.recommended .recommended_wrap .rem_cont{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:50px}.recommended .recommended_wrap .rem_cont .rem_sec{width:345px;text-align:center;padding:10px 20px 30px}.recommended .recommended_wrap .rem_cont .rem_sec .target{line-height:1}.recommended .recommended_wrap .rem_cont .rem_sec .valnum{margin-top:25px;font-size:7.2rem;font-family:oswald,sans-serif;font-weight:700;font-style:normal;color:#ce524f;line-height:1}.recommended .recommended_wrap .rem_cont .rem_sec .valnum .unit{font-size:4.8rem}.recommended .recommended_wrap .rem_cont .rem_sec .valnum .unit_jp{font-size:"M PLUS 1p" , sans-serif;font-weight:700}.recommended .recommended_wrap .rem_cont .rem_sec .valtxt{margin-top:20px;font-weight:700;font-size:1.8rem;line-height:1.5}.homesec .homesec_wrap{padding:120px 0}.homesec .homesec_wrap .homesec_tit_wrap{text-align:center}.homesec .homesec_wrap .homesec_tit_wrap .homesec_tit{font-size:4.8rem;font-family:lato,sans-serif;font-weight:400;font-style:normal;color:#00629d;line-height:1}.homesec .homesec_wrap .homesec_tit_wrap .homesec_tit_jp{font-size:2.4rem;line-height:1;margin-top:30px}.homesec .homesec_wrap .industry_ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;width:700px;margin:20px auto 0}.homesec .homesec_wrap .industry_ul .industry_li{position:relative;width:210px;height:210px;background-color:#fff;border-radius:6px;margin-top:40px}.homesec .homesec_wrap .industry_ul .industry_li .industry_txt{position:absolute;line-height:1;left:50%;bottom:20px;-webkit-transform:translateX(-50%);transform:translateX(-50%);font-size:1.6rem}.homesec .homesec_wrap .industry_ul .industry_li .industry_img{margin:0 auto}.homesec .homesec_wrap .industry_ul .industry_li .industry_1{margin-top:36px;width:119px}.homesec .homesec_wrap .industry_ul .industry_li .industry_2{margin-top:43px;width:87px}.homesec .homesec_wrap .industry_ul .industry_li .industry_3{margin-top:45px;width:90px}.homesec .homesec_wrap .industry_ul .industry_li .industry_4{margin-top:47px;width:93px}.homesec .homesec_wrap .industry_ul .industry_li .industry_5{margin-top:44px;width:97px}.homesec .homesec_wrap .industry_ul .industry_li .industry_6{margin-top:37px;width:116px}.homesec .homesec_wrap .industry_ul .industry_li .industry_7{margin-top:42px;width:79px}.homesec .homesec_wrap .industry_ul .industry_li .industry_8{margin-top:40px;width:102px}.homesec .homesec_wrap .channel_cont{padding-top:20px}.homesec .homesec_wrap .channel_cont .channel_sec{display:block;width:700px;margin:40px auto 0;background-color:#fff;border-radius:6px;padding:60px 0}.homesec .homesec_wrap .channel_cont .channel_sec .seccont_tit_wrap{text-align:center}.homesec .homesec_wrap .channel_cont .channel_sec .seccont_tit_wrap .seccont_tit{font-size:3rem}.homesec .homesec_wrap .channel_cont .channel_sec .seccont_tit_wrap .seccont_img{width:63px;display:inline-block}.homesec .homesec_wrap .channel_cont .channel_sec .icflex_wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.homesec .homesec_wrap .channel_cont .channel_sec .icflex_wrap .icflex{position:relative;width:220px;height:150px;margin-top:50px}.homesec .homesec_wrap .channel_cont .channel_sec .icflex_wrap .icflex .icflex_txt{position:absolute;bottom:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap;font-size:1.6rem}.homesec .homesec_wrap .channel_cont .channel_sec .icflex_wrap .icflex .icflex_img{margin:0 auto}.homesec .homesec_wrap .channel_cont .channel_sec .icflex_wrap .icflex .icflex_img_1{width:93px;margin-top:4px}.homesec .homesec_wrap .channel_cont .channel_sec .icflex_wrap .icflex .icflex_img_2{width:96px;margin-top:12px}.homesec .homesec_wrap .channel_cont .channel_sec .icflex_wrap .icflex .icflex_img_3{width:88px;margin-top:6px}.homesec .homesec_wrap .channel_cont .channel_sec .icflex_wrap .icflex .icflex_img_4{width:91px;margin-top:5px}.homesec .homesec_wrap .channel_cont .channel_sec .icflex_wrap .icflex .icflex_img_5{width:89px;margin-top:17px}.homesec .homesec_wrap .channel_cont .channel_sec .icflex_wrap .icflex .icflex_img_6{width:125px}.homesec .homesec_wrap .channel_cont .channel_sec .icflex_wrap .icflex .icflex_img_7{width:78px;margin-top:7px}.homesec .homesec_wrap .channel_cont .channel_sec .icflex_wrap .icflex .icflex_img_8{width:80px;margin-top:9px}.homesec .homesec_wrap .channel_cont .channel_sec .icflex_wrap .icflex .icflex_img_9{width:82px;margin-top:4px}.homesec .homesec_wrap .channel_cont .channel_sec .icflex_wrap .icflex .icflex_img_10{width:80px;margin-top:14px}.homesec .homesec_wrap .casestudy_cont{display:block;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:60vw;margin:60px auto 0}.homesec .homesec_wrap .casestudy_cont::after{display:none}.homesec .homesec_wrap .casestudy_cont .casestudy_sec{position:relative;width:100%;margin:60px auto 0}.homesec .homesec_wrap .casestudy_cont .casestudy_sec .casestudy_img_wrap{display:block;width:100%;height:38vw;border-radius:6px;overflow:hidden}.homesec .homesec_wrap .casestudy_cont .casestudy_sec .casestudy_img_wrap .casestudy_img{width:100%;height:100%}.homesec .homesec_wrap .casestudy_cont .casestudy_sec .as_tit_wrap{padding:0}.homesec .homesec_wrap .casestudy_cont .casestudy_sec .casestudy_tit{font-size:1.8rem;font-weight:700;text-align:left;margin-top:30px}.homesec .homesec_wrap .casestudy_cont .casestudy_sec .casestudy_txt{margin-top:20px;padding:0}.homesec .homesec_wrap .service_cont{display:block;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:60px auto 0;max-width:100%;width:60vw}.homesec .homesec_wrap .service_cont .service_sec{position:relative;width:100%;margin:60px auto 0}.homesec .homesec_wrap .service_cont .service_sec .service_tit{font-size:2.4rem;text-align:center;font-weight:700}.homesec .homesec_wrap .service_cont .service_sec .service_img_wrap{width:100%;height:33.333vw;margin-top:20px;border-radius:6px}.homesec .homesec_wrap .service_cont .service_sec .service_txt{margin-top:30px}.homesec .homesec_wrap .feature_cont{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:100%;width:700px;margin:60px auto 0}.homesec .homesec_wrap .feature_cont .feature_sec{width:48%;padding:35px;margin-top:16px;background-color:#fff;border-radius:6px}.homesec .homesec_wrap .feature_cont .feature_sec .feature_img_wrap{position:relative;width:100%;height:160px}.homesec .homesec_wrap .feature_cont .feature_sec .feature_img_wrap .feature_img{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.homesec .homesec_wrap .feature_cont .feature_sec .feature_img_wrap .feature_img_1{width:108px}.homesec .homesec_wrap .feature_cont .feature_sec .feature_img_wrap .feature_img_2{width:107px}.homesec .homesec_wrap .feature_cont .feature_sec .feature_img_wrap .feature_img_3{width:102px}.homesec .homesec_wrap .feature_cont .feature_sec .feature_img_wrap .feature_img_4{width:86px}.homesec .homesec_wrap .feature_cont .feature_sec .feature_tit{text-align:center;font-weight:700;font-size:1.6rem}.homesec .homesec_wrap .feature_cont .feature_sec .feature_ul{font-size:1.6rem;margin-top:20px;padding:0}.homesec .homesec_wrap .feature_cont .feature_sec .feature_ul .feature_li{position:relative;margin-top:10px;padding-left:1em}.homesec .homesec_wrap .feature_cont .feature_sec .feature_ul .feature_li::before{display:block;content:"・";position:absolute;left:0;top:0}.homesec .homesec_wrap .feature_cont .feature_sec .feature_ul_1{padding:0}.continue_p{padding:0}}@media screen and (max-width:767px){.main_wrap{position:relative;padding-bottom:60px}.no_pad{padding:0}.home_top{width:100vw;height:auto}.home_top .home_top_wrap{display:block;position:relative;width:85vw;margin:0 auto;padding-top:120px}.home_top .home_top_wrap .home_top_cont{position:relative;display:inline-block;width:100%}.home_top .home_top_wrap .home_top_cont .home_top_tit{font-size:58px;font-size:7.5520833333vw;line-height:1.6;text-align:center}.home_top .home_top_wrap .home_top_cont .home_top_tit .tit_s{font-size:34px;font-size:4.4270833333vw}.home_top .home_top_wrap .home_top_cont .home_top_txt{margin-top:1.3vw;font-size:28px;font-size:3.6458333333vw;line-height:1.6;text-align:center;margin-top:4vw}.home_top .home_top_wrap .home_top_cont .pfah-wrapper{-webkit-box-shadow:none;box-shadow:none;padding:0}.home_top .home_top_wrap .home_top_cont .pfah-wrapper aside{font-size:28px;font-size:3.6458333333vw}.home_top .home_top_wrap .home_top_cont .pfah-wrapper .pfah_noto{font-size:24px;font-size:3.125vw;margin-top:1em}.home_top .home_top_wrap .home_top_cont .home_top_form{display:block;margin-top:4vw;height:auto}.home_top .home_top_wrap .home_top_cont .home_top_form .pfah-row{position:relative}.home_top .home_top_wrap .home_top_cont .home_top_form .pfah-row .error-lastname,.home_top .home_top_wrap .home_top_cont .home_top_form .pfah-row .error-email{display:block;position:relative;top:auto;left:0;font-size:28px;font-size:3.6458333333vw;margin-top:2.5vw}.home_top .home_top_wrap .home_top_cont .home_top_form .top_form_name{border:1px solid #ccc;width:85vw;height:10vw;font-size:28px;font-size:3.6458333333vw;padding-left:.5em;margin-right:.7vw}.home_top .home_top_wrap .home_top_cont .home_top_form .top_form_mail{border:1px solid #ccc;width:85vw;height:10vw;font-size:28px;font-size:3.6458333333vw;padding-left:.5em;margin-right:.7vw;margin-top:2.5vw}.home_top .home_top_wrap .home_top_cont .home_top_form .top_form_btn{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:1px solid #00629d;width:85vw;height:10vw;background-color:#00629d;border-radius:3px;margin-top:2.5vw}.home_top .home_top_wrap .home_top_cont .home_top_form .top_form_btn .btn_img{width:7vw;margin-right:1.625vw}.home_top .home_top_wrap .home_top_cont .home_top_form .top_form_btn .btn_txt{color:#fff;font-size:28px;font-size:3.6458333333vw;line-height:1}.home_top .home_top_wrap .home_top_cont .pfah-done-text{font-size:28px;font-size:3.6458333333vw}.home_top .home_top_wrap .home_top_cont .arrow_video{display:none}.home_top .home_top_wrap .home_top_video_wrap{margin-top:5vw;width:85vw;height:85vw}.home_top .home_top_wrap .sl_box{display:none;position:absolute;bottom:5vh;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:31px;height:48px;border:2px solid #b6b6b6;border-radius:15px}.home_top .home_top_wrap .sl_box .sl{display:block;width:3px;height:10px;border-radius:2px;background-color:#b6b6b6;margin:0 auto;margin-top:6px;-webkit-animation:1.3s sl_anime ease-in infinite;animation:1.3s sl_anime ease-in infinite}@-webkit-keyframes sl_anime {
    0% {
      opacity: 0;
      margin-top: 6px;
      height: 10px;
    }
    20% {
      opacity: 1;
    }
    30% {
      margin-top: 6px;
    }
    50% {
      opacity: 1;
    }
    70% {
      opacity: 0;
      margin-top: 26px;
    }
    80% {
      opacity: 0;
    }
    100% {
      opacity: 0;
      margin-top: 26px;
      height: 10px;
    }
  }@keyframes sl_anime {
    0% {
      opacity: 0;
      margin-top: 6px;
      height: 10px;
    }
    20% {
      opacity: 1;
    }
    30% {
      margin-top: 6px;
    }
    50% {
      opacity: 1;
    }
    70% {
      opacity: 0;
      margin-top: 26px;
    }
    80% {
      opacity: 0;
    }
    100% {
      opacity: 0;
      margin-top: 26px;
      height: 10px;
    }
  }.recommended .recommended_wrap{margin:60px auto;border-radius:6px;border:1px solid #d3b3b3;width:85vw;padding:5vw 0}.recommended .recommended_wrap .recommended_tit{text-align:center;font-size:36px;font-size:4.6875vw}.recommended .recommended_wrap .rem_cont{display:block;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:2.5vw;text-align:center}.recommended .recommended_wrap .rem_cont .rem_sec{width:50vw;text-align:center;padding:5vw 0;border-bottom:1px solid #ccc;border-right:0;display:inline-block;margin:0 auto}.recommended .recommended_wrap .rem_cont .rem_sec .target{font-size:28px;font-size:3.6458333333vw}.recommended .recommended_wrap .rem_cont .rem_sec .valnum{margin-top:25px;font-size:130px;font-size:16.9270833333vw;font-family:oswald,sans-serif;font-weight:700;font-style:normal;color:#ce524f;line-height:1}.recommended .recommended_wrap .rem_cont .rem_sec .valnum .unit{font-size:86px;font-size:11.1979166667vw}.recommended .recommended_wrap .rem_cont .rem_sec .valnum .unit_jp{font-size:"M PLUS 1p" , sans-serif;font-weight:700}.recommended .recommended_wrap .rem_cont .rem_sec .valtxt{margin-top:20px;font-weight:700;font-size:1.8rem;line-height:1;font-size:32px;font-size:4.1666666667vw;line-height:1.5}.recommended .recommended_wrap .rem_cont .rem_sec:last-child{border:none}.homesec .homesec_wrap{padding:15vw 0}.homesec .homesec_wrap .homesec_tit_wrap{text-align:center}.homesec .homesec_wrap .homesec_tit_wrap .homesec_tit{font-size:57px;font-size:7.421875vw;font-family:lato,sans-serif;font-weight:400;font-style:normal;color:#00629d;line-height:1}.homesec .homesec_wrap .homesec_tit_wrap .homesec_tit_jp{font-size:28px;font-size:3.6458333333vw;line-height:1;margin-top:5vw}.homesec .homesec_wrap .industry_ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;width:90vw;margin:2.5vw auto 0}.homesec .homesec_wrap .industry_ul .industry_li{position:relative;width:27vw;height:27vw;background-color:#fff;border-radius:6px;margin-top:5vw}.homesec .homesec_wrap .industry_ul .industry_li .industry_txt{position:absolute;line-height:1;left:50%;bottom:2.5vw;-webkit-transform:translateX(-50%);transform:translateX(-50%);font-size:28px;font-size:3.6458333333vw}.homesec .homesec_wrap .industry_ul .industry_li .industry_img{margin:0 auto}.homesec .homesec_wrap .industry_ul .industry_li .industry_1{margin-top:4.8vw;width:16vw}.homesec .homesec_wrap .industry_ul .industry_li .industry_2{margin-top:5.7vw;width:11.6vw}.homesec .homesec_wrap .industry_ul .industry_li .industry_3{margin-top:5.7vw;width:12vw}.homesec .homesec_wrap .industry_ul .industry_li .industry_4{margin-top:6.2vw;width:12.4vw}.homesec .homesec_wrap .industry_ul .industry_li .industry_5{margin-top:4.5vw;width:13vw}.homesec .homesec_wrap .industry_ul .industry_li .industry_6{margin-top:4.5vw;width:15.5vw}.homesec .homesec_wrap .industry_ul .industry_li .industry_7{margin-top:5.7vw;width:10.5vw}.homesec .homesec_wrap .industry_ul .industry_li .industry_8{margin-top:5.7vw;width:13vw}.homesec .homesec_wrap .industry_ul .industry_li_no{background:none}.homesec .homesec_wrap .channel_cont{padding-top:2.5vw}.homesec .homesec_wrap .channel_cont .channel_sec{display:block;width:90vw;margin:5vw auto 0;background-color:#fff;border-radius:6px;padding:7.5vw 0}.homesec .homesec_wrap .channel_cont .channel_sec .seccont_tit_wrap{text-align:center}.homesec .homesec_wrap .channel_cont .channel_sec .seccont_tit_wrap .seccont_tit{font-size:32px;font-size:4.1666666667vw}.homesec .homesec_wrap .channel_cont .channel_sec .seccont_tit_wrap .seccont_img{width:15vw;display:inline-block}.homesec .homesec_wrap .channel_cont .channel_sec .icflex_wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;width:90%;margin:0 auto}.homesec .homesec_wrap .channel_cont .channel_sec .icflex_wrap .icflex{position:relative;width:27vw;height:22vw;margin-top:50px}.homesec .homesec_wrap .channel_cont .channel_sec .icflex_wrap .icflex .icflex_txt{position:absolute;bottom:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap;font-size:28px;font-size:3.6458333333vw}.homesec .homesec_wrap .channel_cont .channel_sec .icflex_wrap .icflex .icflex_img{margin:0 auto}.homesec .homesec_wrap .channel_cont .channel_sec .icflex_wrap .icflex .icflex_img_1{width:12.5vw;margin-top:4px}.homesec .homesec_wrap .channel_cont .channel_sec .icflex_wrap .icflex .icflex_img_2{width:12.5vw;margin-top:12px}.homesec .homesec_wrap .channel_cont .channel_sec .icflex_wrap .icflex .icflex_img_3{width:12.5vw;margin-top:6px}.homesec .homesec_wrap .channel_cont .channel_sec .icflex_wrap .icflex .icflex_img_4{width:12.5vw;margin-top:5px}.homesec .homesec_wrap .channel_cont .channel_sec .icflex_wrap .icflex .icflex_img_5{width:12.5vw;margin-top:17px}.homesec .homesec_wrap .channel_cont .channel_sec .icflex_wrap .icflex .icflex_img_6{width:12.5vw}.homesec .homesec_wrap .channel_cont .channel_sec .icflex_wrap .icflex .icflex_img_7{width:12.5vw;margin-top:7px}.homesec .homesec_wrap .channel_cont .channel_sec .icflex_wrap .icflex .icflex_img_8{width:12.5vw;margin-top:9px}.homesec .homesec_wrap .channel_cont .channel_sec .icflex_wrap .icflex .icflex_img_9{width:12.5vw;margin-top:4px}.homesec .homesec_wrap .channel_cont .channel_sec .icflex_wrap .icflex .icflex_img_10{width:12.5vw;margin-top:14px}.homesec .homesec_wrap .casestudy_cont{display:block;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:90vw;margin:7.5vw auto 0}.homesec .homesec_wrap .casestudy_cont .casestudy_sec{position:relative;width:100%;margin-top:10vw}.homesec .homesec_wrap .casestudy_cont .casestudy_sec .tag_ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:3vw}.homesec .homesec_wrap .casestudy_cont .casestudy_sec .tag_ul .tag_li{font-size:24px;font-size:3.125vw;padding:2vw;background-color:#e0f0f7;margin-right:10px;margin-top:10px;border-radius:3px}.homesec .homesec_wrap .casestudy_cont .casestudy_sec .casestudy_img_wrap{display:block;width:100%;height:60vw;border-radius:6px;overflow:hidden}.homesec .homesec_wrap .casestudy_cont .casestudy_sec .casestudy_img_wrap .casestudy_img{width:100%;height:100%}.homesec .homesec_wrap .casestudy_cont .casestudy_sec .as_tit_wrap{font-size:24px;font-size:3.125vw;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:5vw;padding:0}.homesec .homesec_wrap .casestudy_cont .casestudy_sec .as_tit_wrap .date_tit{font-size:24px;font-size:3.125vw;line-height:1;font-weight:700}.homesec .homesec_wrap .casestudy_cont .casestudy_sec .as_tit_wrap .category{margin-left:1.5vw;font-size:24px;font-size:3.125vw;padding:2vw;background-color:#e0f0f7;border-radius:3px}.homesec .homesec_wrap .casestudy_cont .casestudy_sec .casestudy_tit{font-size:32px;font-size:4.1666666667vw;font-weight:700;text-align:left;margin-top:5vw}.homesec .homesec_wrap .casestudy_cont .casestudy_sec .casestudy_txt{margin-top:2vw;font-size:28px;font-size:3.6458333333vw;padding:0}.homesec .homesec_wrap .service_cont{display:block;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:7.5vw auto 0;max-width:100%;width:90vw}.homesec .homesec_wrap .service_cont .service_sec{position:relative;width:100%;margin-top:10vw}.homesec .homesec_wrap .service_cont .service_sec .service_tit{font-size:36px;font-size:4.6875vw;text-align:center;font-weight:700}.homesec .homesec_wrap .service_cont .service_sec .service_img_wrap{width:100%;height:50vw;margin-top:5vw;border-radius:6px}.homesec .homesec_wrap .service_cont .service_sec .service_txt{margin-top:3vw;font-size:28px;font-size:3.6458333333vw}.homesec .homesec_wrap .feature_cont{display:block;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:100%;width:90vw;margin:7.5vw auto 0}.homesec .homesec_wrap .feature_cont .feature_sec{width:100%;padding:5vw;margin-top:16px;background-color:#fff;border-radius:6px}.homesec .homesec_wrap .feature_cont .feature_sec .feature_img_wrap{position:relative;width:100%;height:20vw}.homesec .homesec_wrap .feature_cont .feature_sec .feature_img_wrap .feature_img{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.homesec .homesec_wrap .feature_cont .feature_sec .feature_img_wrap .feature_img_1,.homesec .homesec_wrap .feature_cont .feature_sec .feature_img_wrap .feature_img_2,.homesec .homesec_wrap .feature_cont .feature_sec .feature_img_wrap .feature_img_3{width:14.5vw}.homesec .homesec_wrap .feature_cont .feature_sec .feature_img_wrap .feature_img_4{width:11.4vw}.homesec .homesec_wrap .feature_cont .feature_sec .feature_tit{text-align:center;font-weight:700;font-size:28px;font-size:3.6458333333vw}.homesec .homesec_wrap .feature_cont .feature_sec .feature_ul{font-size:28px;font-size:3.6458333333vw;margin-top:20px}.homesec .homesec_wrap .feature_cont .feature_sec .feature_ul .feature_li{position:relative;margin-top:10px;padding-left:1em}.homesec .homesec_wrap .feature_cont .feature_sec .feature_ul .feature_li::before{display:block;content:"・";position:absolute;left:0;top:0}.homesec .homesec_wrap .partner_cont{width:90vw;margin:7.5vw auto 0}.homesec .homesec_wrap .partner_cont .partner_sec{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff;padding:5vw;border-radius:6px}.homesec .homesec_wrap .partner_cont .partner_sec .partner_img{width:30vw}.homesec .homesec_wrap .partner_cont .partner_sec .partner_tit{font-size:3.6vw;font-weight:700;white-space:nowrap;margin-right:5vw}.more_flex{display:block;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.more_flex .more{margin:7vw auto 0}.more{position:relative;width:70vw;background-color:#00629d;margin:7vw auto 0;padding:4.5vw 0;border-radius:40px}.more .more_txt{text-align:center;color:#fff;line-height:1;font-size:28px;font-size:3.6458333333vw}.more .more_img{position:absolute;top:50%;right:5vw;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:2.5vw}.more_l{width:100%}.continue{margin-top:2.5vw;display:-webkit-box;display:-ms-flexbox;display:flex}.continue .continue_txt{line-height:1;color:#00629d;margin-right:2.5vw;font-size:28px;font-size:3.6458333333vw}.continue .continue_img{width:2vw}}.up{position:fixed;right:30px;bottom:30px;display:block;width:60px;height:60px;border-radius:50%;background-color:#616161;opacity:1;-webkit-transition:.3s;transition:.3s;z-index:80}.up .up_wrap{width:100%;height:100%;display:block;position:relative}.up .up_wrap .up_img{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:24px}.up:hover{opacity:.7}.up_no{-webkit-transition:.3s;transition:.3s;opacity:0}.up_no_end{position:absolute;right:30px;bottom:30px}.op,.op_2,.op_3,.op_4,.op_5{opacity:0;-webkit-transition:.5s;transition:.5s;-webkit-transform:scale(1.1);transform:scale(1.1)}.op.active,.op_2.active,.op_3.active,.op_4.active,.op_5.active{opacity:1;-webkit-transform:scale(1);transform:scale(1)}.anidl_2{-webkit-transition-delay:.2s;transition-delay:.2s}.anidl_3{-webkit-transition-delay:.3s;transition-delay:.3s}.anidl_4{-webkit-transition-delay:.4s;transition-delay:.4s}.anidl_5{-webkit-transition-delay:.5s;transition-delay:.5s}.anidl_6{-webkit-transition-delay:.6s;transition-delay:.6s}.anidl_7{-webkit-transition-delay:.7s;transition-delay:.7s}.anidl_8{-webkit-transition-delay:.8s;transition-delay:.8s}.anidl_9{-webkit-transition-delay:.9s;transition-delay:.9s}.anidl_10{-webkit-transition-delay:.8s;transition-delay:.8s}.anidl_11{-webkit-transition-delay:.9s;transition-delay:.9s}.anidl_12{-webkit-transition-delay:.8s;transition-delay:.8s}.anidl_13{-webkit-transition-delay:.9s;transition-delay:.9s}@media screen and (max-width:767px){.page_sec .page_sec_wrap iframe{border:none;width:100%;height:2100px;padding:0;margin:0}}.case_tag{display:block;width:100%}.case_tag .case_tag_wrap{width:880px;margin:0 auto 40px;padding:40px 0;border-bottom:1px solid #ccc}.case_tag .case_tag_wrap .tag_ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.case_tag .case_tag_wrap .tag_ul .tag_li{font-size:1.4rem;padding:10px;background-color:#fff;color:#00629d;margin-right:10px;margin-top:10px;border-radius:3px;line-height:1;border:1px solid #ccc;-webkit-transition:.3s;transition:.3s}.case_tag .case_tag_wrap .tag_ul .tag_li:hover{opacity:.5}.case_tag .case_tag_wrap .tag_ul .tag_li_act{background-color:#00629d;color:#fff}.page_num{display:block;width:100%}.page_num .page_num_wrap{width:880px;margin:0 auto}.page_num .page_num_wrap .page_num_ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.page_num .page_num_wrap .page_num_ul .page_num_li{position:relative;width:35px;height:35px;border-radius:50%;border:1px solid #dfdfdf;background-color:#fff;margin:0 3px;-webkit-transition:.3s;transition:.3s}.page_num .page_num_wrap .page_num_ul .page_num_li .page_num_a{width:100%;height:100%}.page_num .page_num_wrap .page_num_ul .page_num_li .page_num_a .arr{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:6px}.page_num .page_num_wrap .page_num_ul .page_num_li .page_num_a .page_num_txt{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);font-size:1.4rem;line-height:1;color:#00629d}.page_num .page_num_wrap .page_num_ul .page_num_li:hover{opacity:.5}.page_num .page_num_wrap .page_num_ul .page_num_li_act{background-color:#00629d}.page_num .page_num_wrap .page_num_ul .page_num_li_act .page_num_a .page_num_txt{color:#fff}.page_num .page_num_wrap .page_num_ul .other{border:1px solid #fff}.page_num .page_num_wrap .page_num_ul .other .page_num_a .page_num_txt{color:#333}.page_num .page_num_wrap .wp-pagenavi{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.page_num .page_num_wrap .wp-pagenavi .pages{display:none}.page_num .page_num_wrap .wp-pagenavi .current{position:relative;width:35px;height:35px;border-radius:50%;border:1px solid #dfdfdf;background-color:#00629d;margin:0 3px;font-size:1.4rem;line-height:1;color:#fff;padding:10px 0;text-align:center}.page_num .page_num_wrap .wp-pagenavi .page{position:relative;width:35px;height:35px;border-radius:50%;border:1px solid #dfdfdf;background-color:#fff;margin:0 3px;font-size:1.4rem;line-height:1;color:#00629d;padding:10px 0;text-align:center;-webkit-transition:.3s;transition:.3s}.page_num .page_num_wrap .wp-pagenavi .page:hover{opacity:.5}.page_num .page_num_wrap .wp-pagenavi .extend,.page_num .page_num_wrap .wp-pagenavi .first,.page_num .page_num_wrap .wp-pagenavi .last{display:none!important}.page_num .page_num_wrap .wp-pagenavi .previouspostslink{content:"";font-size:0;position:relative;width:35px;height:35px;border-radius:50%;border:1px solid #dfdfdf;background-color:#fff;margin:0 3px;line-height:1;color:#00629d;padding:11px 14px;-webkit-transition:.3s;transition:.3s}.page_num .page_num_wrap .wp-pagenavi .previouspostslink:hover{opacity:.5}.page_num .page_num_wrap .wp-pagenavi .previouspostslink::before{display:block;content:"";width:7px;height:11px;background-image:url(https://onedouga.jp/wp-content/themes/onedouga/assets/images/common/p_arr_l.png);background-size:cover}.page_num .page_num_wrap .wp-pagenavi .nextpostslink{content:"";font-size:0;position:relative;width:35px;height:35px;border-radius:50%;border:1px solid #dfdfdf;background-color:#fff;margin:0 3px;line-height:1;color:#00629d;padding:11px 14px;-webkit-transition:.3s;transition:.3s}.page_num .page_num_wrap .wp-pagenavi .nextpostslink:hover{opacity:.5}.page_num .page_num_wrap .wp-pagenavi .nextpostslink::before{display:block;content:"";width:6px;height:11px;background-image:url(https://onedouga.jp/wp-content/themes/onedouga/assets/images/common/p_arr_r.png);background-size:cover}.page_num_btm{padding-bottom:100px}.case_sec{display:block;width:100%}.case_sec .page_sec_wrap{width:880px;padding:70px 0;margin:0 auto}.case_sec .page_sec_wrap .page_sec_tit_wrap{margin-bottom:60px}.case_sec .page_sec_wrap .page_sec_tit_wrap .page_sec_tit{font-size:3rem;text-align:center}.case_sec .page_sec_wrap .page_sec_tit_wrap .page_sec_line{margin:0 auto;margin-top:30px;width:63px}.case_sec .page_sec_wrap .centtxt{margin-top:40px;text-align:center}.case_sec .page_sec_wrap .video_flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:70px}.case_sec .page_sec_wrap .video_flex .video_flex_txt_wrap{position:relative;width:48%}.case_sec .page_sec_wrap .video_flex .video_flex_txt_wrap .tag_ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:20px}.case_sec .page_sec_wrap .video_flex .video_flex_txt_wrap .tag_ul .tag_li{font-size:1.4rem;padding:10px;background-color:#e0f0f7;margin-right:10px;margin-top:10px;border-radius:3px;line-height:1}.case_sec .page_sec_wrap .video_flex .video_flex_txt_wrap .continue{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer;margin-top:20px;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.case_sec .page_sec_wrap .video_flex .video_flex_txt_wrap .continue .continue_txt{line-height:1;color:#00629d;margin-right:10px}.case_sec .page_sec_wrap .video_flex .video_flex_txt_wrap .continue .continue_img{width:10px}.case_sec .page_sec_wrap .video_flex .video_flex_txt_wrap .continue:hover .continue_txt{color:#0180cc}.case_sec .page_sec_wrap .video_flex .video_flex_txt_wrap .continue_p{padding:0 .5em}.case_sec .page_sec_wrap .video_flex .video_flex_txt_wrap .video_flex_tit_genre{font-size:2rem;font-weight:700;line-height:1;margin-bottom:10px}.case_sec .page_sec_wrap .video_flex .video_flex_txt_wrap .video_flex_tit{font-size:2.4rem;line-height:1.5;font-weight:700}.case_sec .page_sec_wrap .video_flex .video_flex_txt_wrap .video_flex_txt{margin-top:10px;line-height:1.5;display:-webkit-box;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.case_sec .page_sec_wrap .video_flex .video_flex_txt_wrap .video_flex_txt_s{margin-top:28px;font-size:1.2rem;line-height:1.3}.case_sec .page_sec_wrap .video_flex .video_flex_txt_wrap .bl_tit{display:block;margin-top:28px;background-color:#afdaef;font-size:1.6rem;font-weight:700;line-height:1;padding:8px 17px;border-radius:16px}.case_sec .page_sec_wrap .video_flex .video_flex_txt_wrap .cm_list{margin-top:23px}.case_sec .page_sec_wrap .video_flex .video_flex_txt_wrap .cm_list .cm_list_li{position:relative;padding-left:1.5em;font-size:1.6rem;margin-top:10px}.case_sec .page_sec_wrap .video_flex .video_flex_txt_wrap .cm_list .cm_list_li::before{position:absolute;top:.2em;left:.5em;display:block;content:"";background-color:#ce974f;width:8px;height:8px;border-radius:50%}.case_sec .page_sec_wrap .video_flex .video_flex_txt_wrap .more{margin-top:30px}.case_sec .page_sec_wrap .video_flex .video_flex_fg{display:block;width:48%;max-height:280px;height:19vw;background-color:#fff;border-radius:6px;overflow:hidden}.case_sec .page_sec_wrap .video_flex .video_flex_fg iframe{width:100%;height:500px;border:none}.case_sec .page_sec_wrap .video_flex .video_flex_fg_img{background-repeat:no-repeat;background-position:center;background-size:contain;border:1px solid #efefef}.case_sec .page_sec_wrap .video_flex .video_flex_hv{opacity:1;-webkit-transition:.3s;transition:.3s}.case_sec .page_sec_wrap .video_flex .video_flex_hv:hover{opacity:.5}.case_sec .page_sec_wrap .video_flex:first-child{margin-top:0}.case_sec .page_sec_wrap .video_flex:nth-child(odd) .video_flex_txt_wrap {-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.case_sec .page_sec_wrap .video_flex:nth-child(odd) .video_flex_fg {-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.case_sec .page_sec_wrap .m_70{margin-top:70px}.case_sec .page_sec_wrap .video_flex_lf .video_flex_txt_wrap{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.case_sec .page_sec_wrap .video_flex_lf .video_flex_fg{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.case_sec .page_top_padd{padding-top:200px}.homesec_topic .homesec_wrap{padding:0;padding-bottom:100px}.homesec_topic .homesec_wrap .casestudy_cont{margin:0 auto}.homesec_topic .homesec_wrap .casestudy_cont::after{content:"";display:block;width:360px;height:0}.homesec_topic .homesec_wrap .casestudy_cont .casestudy_sec{margin-top:70px}@media screen and (max-width:1440px){.homesec_topic .homesec_wrap .casestudy_cont{margin:0 auto}.homesec_topic .homesec_wrap .casestudy_cont::after{content:"";display:block;width:25vw;height:0}.homesec_topic .homesec_wrap .casestudy_cont .casestudy_sec{margin-top:70px}}@media screen and (max-width:1024px){.case_tag{display:block;width:100%}.case_tag .case_tag_wrap{width:90vw;margin:0 auto 40px;padding:40px 0;border-bottom:1px solid #ccc}.case_tag .case_tag_wrap .tag_ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.case_tag .case_tag_wrap .tag_ul .tag_li{font-size:1.4rem;padding:10px;background-color:#fff;color:#00629d;margin-right:10px;margin-top:10px;border-radius:3px;line-height:1;border:1px solid #ccc;-webkit-transition:.3s;transition:.3s}.case_tag .case_tag_wrap .tag_ul .tag_li:hover{opacity:.5}.case_tag .case_tag_wrap .tag_ul .tag_li_act{background-color:#00629d;color:#fff}.page_num{display:block;width:100%}.page_num .page_num_wrap{width:90vw;margin:0 auto}.page_num .page_num_wrap .page_num_ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.page_num .page_num_wrap .page_num_ul .page_num_li{position:relative;width:35px;height:35px;border-radius:50%;border:1px solid #dfdfdf;background-color:#fff;margin:0 3px;-webkit-transition:.3s;transition:.3s}.page_num .page_num_wrap .page_num_ul .page_num_li .page_num_a{width:100%;height:100%}.page_num .page_num_wrap .page_num_ul .page_num_li .page_num_a .arr{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:6px}.page_num .page_num_wrap .page_num_ul .page_num_li .page_num_a .page_num_txt{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);font-size:1.4rem;line-height:1;color:#00629d}.page_num .page_num_wrap .page_num_ul .page_num_li:hover{opacity:.5}.page_num .page_num_wrap .page_num_ul .page_num_li_act{background-color:#00629d}.page_num .page_num_wrap .page_num_ul .page_num_li_act .page_num_a .page_num_txt{color:#fff}.page_num .page_num_wrap .page_num_ul .other{border:1px solid #fff}.page_num .page_num_wrap .page_num_ul .other .page_num_a .page_num_txt{color:#333}.case_sec{display:block;width:100%}.case_sec .page_sec_wrap{max-width:100%;width:90vw;padding:100px 0;margin:0 auto}.case_sec .page_sec_wrap .page_sec_tit_wrap{margin-bottom:60px}.case_sec .page_sec_wrap .page_sec_tit_wrap .page_sec_tit{font-size:3rem;text-align:center}.case_sec .page_sec_wrap .page_sec_tit_wrap .page_sec_line{margin:0 auto;margin-top:30px;width:63px}.case_sec .page_sec_wrap .video_flex{display:block;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;width:60vw;margin:0 auto;margin-top:70px}.case_sec .page_sec_wrap .video_flex .video_flex_txt_wrap{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;width:100%;margin-top:28px}.case_sec .page_sec_wrap .video_flex .video_flex_txt_wrap .video_flex_tit_s{font-size:2.4rem;line-height:1.5;font-weight:700;margin-bottom:10px;text-align:center}.case_sec .page_sec_wrap .video_flex .video_flex_txt_wrap .video_flex_tit_genre{font-size:2rem;font-weight:700;margin-bottom:10px}.case_sec .page_sec_wrap .video_flex .video_flex_txt_wrap .video_flex_tit{font-size:2.4rem;line-height:1.5;font-weight:700}.case_sec .page_sec_wrap .video_flex .video_flex_txt_wrap .sp_txtct{text-align:center}.case_sec .page_sec_wrap .video_flex .video_flex_txt_wrap .video_flex_txt{margin-top:10px;line-height:1.5}.case_sec .page_sec_wrap .video_flex .video_flex_txt_wrap .video_flex_txt_s{margin-top:28px;font-size:1.2rem;line-height:1.3}.case_sec .page_sec_wrap .video_flex .video_flex_txt_wrap .bl_tit{display:block;margin-top:28px;background-color:#afdaef;font-size:1.6rem;font-weight:700;line-height:1;padding:8px 17px;border-radius:16px}.case_sec .page_sec_wrap .video_flex .video_flex_txt_wrap .cm_list{margin-top:23px}.case_sec .page_sec_wrap .video_flex .video_flex_txt_wrap .cm_list .cm_list_li{position:relative;padding-left:1.5em;font-size:1.6rem;margin-top:10px}.case_sec .page_sec_wrap .video_flex .video_flex_txt_wrap .cm_list .cm_list_li::before{position:absolute;top:.2em;left:.5em;display:block;content:"";background-color:#ce974f;width:8px;height:8px;border-radius:50%}.case_sec .page_sec_wrap .video_flex .video_flex_txt_wrap .more{margin-top:30px}.case_sec .page_sec_wrap .video_flex .video_flex_fg{display:block;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:100%;max-height:100%;height:40vw;background-color:#fff;border-radius:6px}.case_sec .page_sec_wrap .video_flex:first-child{margin-top:0}.case_sec .page_sec_wrap .video_flex:nth-child(odd) .video_flex_txt_wrap {-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.case_sec .page_sec_wrap .video_flex:nth-child(odd) .video_flex_fg {-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.case_sec .page_sec_wrap .m_70{margin-top:70px}.case_sec .page_sec_wrap .page_sec_tab .tab_sec .tab_sec_txt_1{margin-top:18px}}@media screen and (max-width:767px){.case_tag{display:block;width:100%}.case_tag .case_tag_wrap{width:90vw;margin:0 auto 10vw;padding:10vw 0;border-bottom:1px solid #ccc}.case_tag .case_tag_wrap .tag_ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.case_tag .case_tag_wrap .tag_ul .tag_li{font-size:24px;font-size:3.125vw;padding:2vw;background-color:#fff;color:#00629d;margin-right:2vw;margin-top:2vw;border-radius:3px;line-height:1;border:1px solid #ccc;-webkit-transition:.3s;transition:.3s}.case_tag .case_tag_wrap .tag_ul .tag_li:hover{opacity:.5}.case_tag .case_tag_wrap .tag_ul .tag_li_act{background-color:#00629d;color:#fff}.page_num_btm{padding-bottom:13vw}.page_num .page_num_wrap .page_num_ul .page_num_li{position:relative;width:10vw;height:10vw;border-radius:50%;border:1px solid #dfdfdf;background-color:#fff;margin:0 1vw}.page_num .page_num_wrap .page_num_ul .page_num_li .page_num_a{width:100%;height:100%}.page_num .page_num_wrap .page_num_ul .page_num_li .page_num_a .arr{width:1.5vw}.page_num .page_num_wrap .page_num_ul .page_num_li .page_num_a .page_num_txt{font-size:24px;font-size:3.125vw}.page_num .page_num_wrap .page_num_ul .page_num_li_act{background-color:#00629d}.page_num .page_num_wrap .page_num_ul .page_num_li_act .page_num_a .page_num_txt{color:#fff}.page_num .page_num_wrap .page_num_ul .other{border:1px solid #fff}.page_num .page_num_wrap .page_num_ul .other .page_num_a .page_num_txt{color:#333}.page_num .page_num_wrap .wp-pagenavi{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.page_num .page_num_wrap .wp-pagenavi .pages{display:none}.page_num .page_num_wrap .wp-pagenavi .current{position:relative;width:10vw;height:10vw;border-radius:50%;border:1px solid #dfdfdf;background-color:#00629d;margin:0 1vw;font-size:24px;font-size:3.125vw;line-height:1;color:#fff;padding:3vw 0;text-align:center}.page_num .page_num_wrap .wp-pagenavi .page{position:relative;width:10vw;height:10vw;border-radius:50%;border:1px solid #dfdfdf;background-color:#fff;margin:0 1vw;font-size:24px;font-size:3.125vw;line-height:1;color:#00629d;padding:3vw 0;text-align:center;-webkit-transition:.3s;transition:.3s}.page_num .page_num_wrap .wp-pagenavi .page:hover{opacity:.5}.page_num .page_num_wrap .wp-pagenavi .previouspostslink{content:"";font-size:0;position:relative;width:10vw;height:10vw;border-radius:50%;border:1px solid #dfdfdf;background-color:#fff;margin:0 1vw;line-height:1;color:#00629d;padding:3.5vw 4vw;-webkit-transition:.3s;transition:.3s}.page_num .page_num_wrap .wp-pagenavi .previouspostslink:hover{opacity:.5}.page_num .page_num_wrap .wp-pagenavi .previouspostslink::before{display:block;content:"";width:1.4vw;height:2.2vw;background-image:url(https://onedouga.jp/wp-content/themes/onedouga/assets/images/common/p_arr_l.png);background-size:cover}.page_num .page_num_wrap .wp-pagenavi .nextpostslink{content:"";font-size:0;position:relative;width:10vw;height:10vw;border-radius:50%;border:1px solid #dfdfdf;background-color:#fff;margin:0 1vw;line-height:1;color:#00629d;padding:3.5vw 4vw;-webkit-transition:.3s;transition:.3s}.page_num .page_num_wrap .wp-pagenavi .nextpostslink:hover{opacity:.5}.page_num .page_num_wrap .wp-pagenavi .nextpostslink::before{display:block;content:"";width:1.3vw;height:2.2vw;background-image:url(https://onedouga.jp/wp-content/themes/onedouga/assets/images/common/p_arr_r.png);background-size:cover}.case_sec{display:block;width:100%}.case_sec .page_sec_wrap{max-width:100%;width:90vw;padding:13vw 0;margin:0 auto}.case_sec .page_sec_wrap .page_sec_tab{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:10vw}.case_sec .page_sec_wrap .page_sec_tab .tab_sec{width:25%;padding-bottom:10vw}.case_sec .page_sec_wrap .page_sec_tab .tab_sec .tab_ic_wrap{width:100%;height:12vw}.case_sec .page_sec_wrap .page_sec_tab .tab_sec .tab_ic_wrap .tab_ic{display:block;width:10vw;margin:0 auto}.case_sec .page_sec_wrap .page_sec_tab .tab_sec .tab_sec_txt{font-weight:700;text-align:center;font-size:20px;font-size:2.6041666667vw}.case_sec .page_sec_wrap .page_sec_tab .tab_sec .tab_sec_ar{width:4vw;margin:3vw auto 0}.case_sec .page_sec_wrap .page_sec_tit_wrap{margin-bottom:6vw}.case_sec .page_sec_wrap .page_sec_tit_wrap .page_sec_tit{font-size:52px;font-size:6.7708333333vw;text-align:center}.case_sec .page_sec_wrap .page_sec_tit_wrap .page_sec_line{margin:0 auto;margin-top:3vw;width:15vw}.case_sec .page_sec_wrap .centtxt{margin-top:5vw;text-align:center;font-size:28px;font-size:3.6458333333vw}.case_sec .page_sec_wrap .video_flex{display:block;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;margin:0 auto;margin-top:10vw}.case_sec .page_sec_wrap .video_flex .video_flex_txt_wrap{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;width:100%;margin-top:6vw}.case_sec .page_sec_wrap .video_flex .video_flex_txt_wrap .tag_ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:3vw}.case_sec .page_sec_wrap .video_flex .video_flex_txt_wrap .tag_ul .tag_li{font-size:24px;font-size:3.125vw;padding:2vw;background-color:#e0f0f7;margin-right:2vw;margin-top:2vw;border-radius:3px}.case_sec .page_sec_wrap .video_flex .video_flex_txt_wrap .tag_ul .tag_li_act{background-color:#00629d;color:#fff}.case_sec .page_sec_wrap .video_flex .video_flex_txt_wrap .continue{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer;margin-top:3vw;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.case_sec .page_sec_wrap .video_flex .video_flex_txt_wrap .continue .continue_txt{line-height:1;color:#00629d;margin-right:2.5vw}.case_sec .page_sec_wrap .video_flex .video_flex_txt_wrap .continue .continue_img{width:2vw}.case_sec .page_sec_wrap .video_flex .video_flex_txt_wrap .continue:hover .continue_txt{color:#0180cc}.case_sec .page_sec_wrap .video_flex .video_flex_txt_wrap .video_flex_tit_s{text-align:center;font-size:36px;font-size:4.6875vw;margin-bottom:3vw}.case_sec .page_sec_wrap .video_flex .video_flex_txt_wrap .video_flex_tit_genre{font-size:32px;font-size:4.1666666667vw;margin-bottom:3vw}.case_sec .page_sec_wrap .video_flex .video_flex_txt_wrap .video_flex_tit{font-size:36px;font-size:4.6875vw;line-height:1.5;font-weight:700}.case_sec .page_sec_wrap .video_flex .video_flex_txt_wrap .sp_txtct{text-align:center}.case_sec .page_sec_wrap .video_flex .video_flex_txt_wrap .video_flex_txt{font-size:28px;font-size:3.6458333333vw;margin-top:3vw;line-height:1.5}.case_sec .page_sec_wrap .video_flex .video_flex_txt_wrap .video_flex_txt_s{margin-top:3vw;font-size:24px;font-size:3.125vw;line-height:1.3}.case_sec .page_sec_wrap .video_flex .video_flex_txt_wrap .bl_tit{display:block;margin-top:5vw;background-color:#afdaef;font-size:28px;font-size:3.6458333333vw;font-weight:700;line-height:1;padding:3vw 3vw;border-radius:5vw}.case_sec .page_sec_wrap .video_flex .video_flex_txt_wrap .cm_list{margin-top:6vw}.case_sec .page_sec_wrap .video_flex .video_flex_txt_wrap .cm_list .cm_list_li{position:relative;padding-left:1.5em;font-size:28px;font-size:3.6458333333vw;margin-top:3vw}.case_sec .page_sec_wrap .video_flex .video_flex_txt_wrap .cm_list .cm_list_li::before{position:absolute;top:.3em;left:.5em;display:block;content:"";background-color:#ce974f;width:1.5vw;height:1.5vw;border-radius:50%}.case_sec .page_sec_wrap .video_flex .video_flex_txt_wrap .more{margin-top:7vw}.case_sec .page_sec_wrap .video_flex .video_flex_fg{display:block;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:100%;max-height:100%;height:60vw;background-color:#fff;border-radius:6px}.case_sec .page_sec_wrap .video_flex:first-child{margin-top:0}.case_sec .page_sec_wrap .m_70{margin-top:10vw}.homesec_topic .homesec_wrap{padding:0;padding-bottom:13vw}.homesec_topic .homesec_wrap .casestudy_cont{margin:0 auto}.homesec_topic .homesec_wrap .casestudy_cont::after{display:none}.homesec_topic .homesec_wrap .casestudy_cont .casestudy_sec{margin-top:10vw}}*,::before,::after{-webkit-box-sizing:border-box;box-sizing:border-box;border-style:solid;border-width:0}html{line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:62.5%;overflow-x:hidden;font-family:"M PLUS 1p",sans-serif;font-weight:normal;font-weight:400;color:#333}body{margin:0}main{display:block}p,table,blockquote,address,pre,iframe,form,figure,dl{margin:0}h1,h2,h3,h4,h5,h6{font-size:inherit;line-height:inherit;font-weight:inherit;margin:0;-webkit-transform:rotate(.05deg);transform:rotate(.05deg)}ul,ol{margin:0;padding:0;list-style:none}dt{font-weight:s}dd{margin-left:0}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible;border-top-width:1px;margin:0;clear:both;color:inherit}pre{font-family:monospace,monospace;font-size:inherit}address{font-style:inherit}a{background-color:transparent;text-decoration:none;color:inherit}abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:inherit}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img,embed,object,iframe{vertical-align:bottom;width:100%}button,input,optgroup,select,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;vertical-align:middle;color:inherit;font:inherit;background:transparent;padding:0;margin:0;outline:0;border-radius:0;text-align:inherit}[type="checkbox"]{-webkit-appearance:checkbox;-moz-appearance:checkbox;appearance:checkbox}[type="radio"]{-webkit-appearance:radio;-moz-appearance:radio;appearance:radio}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}button[disabled],[type="button"][disabled],[type="reset"][disabled],[type="submit"][disabled]{cursor:default}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}select::-ms-expand{display:none}option{padding:0}fieldset{margin:0;padding:0;min-width:0}legend{color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}label[for]{cursor:pointer}details{display:block}summary{display:list-item}[contenteditable]{outline:none}table{border-collapse:collapse;border-spacing:0}caption{text-align:left}td{vertical-align:top;padding:0}th{vertical-align:top;padding:0;text-align:left;font-weight:bold}template,[hidden]{display:none}img[src$=".svg"]{width:100%;height:auto}figure{line-height:0;margin:0 0 0 0}p{margin:0 0 0 0;padding:0 0 0 0;line-height:2;font-size:1.6rem;-webkit-transform:rotate(.05deg);transform:rotate(.05deg)}.sp{display:none}.sp_no{display:block}.tb{display:none}.tb_no{display:block}@media screen and (max-width:1024px){.tb{display:block}.tb_no{display:none}}@media screen and (max-width:767px){.sp{display:block}.sp_no{display:none}}.dis_no{display:none!important}.red{color:#ce524f!important}.red_2{color:#efa19f!important}.blue{color:#00629d}.green{color:#009d89}.red_bak{background-color:#ce524f!important}.red_bak:hover{background-color:#ea5c58!important}.fadein{opacity:0;-webkit-transition:all 1s;transition:all 1s}.fadein.active{opacity:1}.article-content h2{font-weight:700;color:#fff;background:#00629d;padding:24px;border-radius:16px}.article-content h3{font-size:2rem!important;font-weight:700;color:#00629d;border:4px solid #00629d;padding:1.6rem;border-radius:16px}.article-content h4{font-size:2rem!important;font-weight:700;color:#00629d}.article-content h5{font-size:2rem!important;font-weight:700;color:#686768}.article-content blockquote{max-width:500px;padding:1em 1.5em;border-left:4px solid #00629d}.article-content blockquote:has(cite) {padding-bottom:.5em}.article-content blockquote p{margin-top:0}.article-content blockquote cite{display:block;color:#737373;font-size:.8em;text-align:right}.article-content .wp-block-columns{padding:1.6rem;border:2px solid #ccc;border-radius:8px}.article-content .wp-block-image{margin:0}.article-content .wp-block-columns p:last-child{margin-bottom:0}.pg_installOperate .page_sec .page_sec_wrap{max-width:800px;width:72%;padding:100px 0;margin:0 auto}.pg_installOperate .page_sec .page_sec_wrap .page_sec_tab{margin-bottom:0}.pg_installOperate .page_sec .page_sec_wrap .page_sec_tit_wrap{margin-bottom:32px}.pg_installOperate .page_sec .page_sec_wrap .page_sec_tit_wrap .page_sec_tit.page_sec_tit__blue{font-weight:bold;color:#00629d}@media (max-width:768px){.pg_installOperate .page_sec .page_sec_wrap{max-width:100%;width:90vw;padding:13vw 0}.pg_installOperate .page_sec .page_sec_wrap .page_sec_tit_wrap{margin-bottom:10vw}}.bl_point>*+*{margin-top:1.6rem}@media (max-width:768px){.bl_point>*+*{margin-top:4vw}}.bl_point_li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1.6rem}.bl_point_li figure img{width:5.4rem;height:auto}@media (max-width:768px){.bl_point_li{gap:3vw}.bl_point_li figure img{width:14vw;height:auto}.bl_point_li{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}.bl_point_li figure{width:14vw;height:auto}}.bl_point_txt{font-size:1.8rem;font-weight:bold;margin-top:1.6rem}@media (max-width:768px){.bl_point_txt{font-size:4.1666666667vw;margin-top:0}}.bl_installOperate_figure{margin-top:4rem;position:relative}@media (max-width:768px){.bl_installOperate_figure{margin-top:8vw}}.bl_point_btn{position:absolute;bottom:6rem;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);display:inline-block;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:720px;height:70px;background:#ce524f;border-radius:9in}@media (max-width:1120px){.bl_point_btn{width:64vw;height:6.4vw;bottom:5vw}}@media (max-width:768px){.bl_point_btn{width:80vw;height:11vw;bottom:4vw}}.bl_point_btn_img__01{width:96.93px;height:auto;position:absolute;top:-26px;left:152px}@media (max-width:1120px){.bl_point_btn_img__01{top:-26px;left:11vw}}@media (max-width:768px){.bl_point_btn_img__01{width:15vw;height:auto;top:-4vw;left:10vw}}.bl_point_btn_img__02{width:123.9px;height:auto;position:absolute;top:-62px;right:24px}@media (max-width:768px){.bl_point_btn_img__02{width:17vw;height:auto;top:-8vw;right:3vw}}.bl_point_btn>p{font-size:2.4rem;color:#fff;font-weight:bold}@media (max-width:768px){.bl_point_btn>p{font-size:3.4vw}}.bl_installOperate_txt{font-size:1.4rem;line-height:1.8;text-align:right;margin-top:.8rem}@media (max-width:768px){.bl_installOperate_txt{font-size:2.4vw;margin-top:2vw}}.hp_cLink:hover{color:#00629d}.ft_li_a__none{pointer-events:none}@media screen and (max-width:768px){.p-top .industry .homesec_wrap .industry_ul{gap:16px;margin-top:5vw}}.p-top .industry .homesec_wrap .industry_ul .industry_li{height:auto;padding:16px}@media screen and (max-width:768px){.p-top .industry .homesec_wrap .industry_ul .industry_li{width: calc((100% - 16px) / 2);margin-top:0}}.p-top .industry .homesec_wrap .industry_ul .industry_li .industry_img{margin-top:16px;height:64px}.p-top .industry .homesec_wrap .industry_ul .industry_li .industry_1{width:72px}@media screen and (max-width:768px){.p-top .industry .homesec_wrap .industry_ul .industry_li .industry_1{width:57.6px}}.p-top .industry .homesec_wrap .industry_ul .industry_li .industry_2{width:64px}@media screen and (max-width:768px){.p-top .industry .homesec_wrap .industry_ul .industry_li .industry_2{width:51.2px}}.p-top .industry .homesec_wrap .industry_ul .industry_li .industry_3{width:64px}@media screen and (max-width:768px){.p-top .industry .homesec_wrap .industry_ul .industry_li .industry_3{width:51.2px}}.p-top .industry .homesec_wrap .industry_ul .industry_li .industry_4{width:64px}@media screen and (max-width:768px){.p-top .industry .homesec_wrap .industry_ul .industry_li .industry_4{width:51.2px}}.p-top .industry .homesec_wrap .industry_ul .industry_li .industry_5{width:64px}@media screen and (max-width:768px){.p-top .industry .homesec_wrap .industry_ul .industry_li .industry_5{width:51.2px}}.p-top .industry .homesec_wrap .industry_ul .industry_li .industry_6{width:64px}@media screen and (max-width:768px){.p-top .industry .homesec_wrap .industry_ul .industry_li .industry_6{width:51.2px}}.p-top .industry .homesec_wrap .industry_ul .industry_li .industry_7{width:56px}@media screen and (max-width:768px){.p-top .industry .homesec_wrap .industry_ul .industry_li .industry_7{width:44.8px}}.p-top .industry .homesec_wrap .industry_ul .industry_li .industry_8{width:64px}@media screen and (max-width:768px){.p-top .industry .homesec_wrap .industry_ul .industry_li .industry_8{width:51.2px}}.p-top .industry .homesec_wrap .industry_ul .industry_li .industry_txt{position:relative;bottom:unset;-webkit-transform:unset;transform:unset;left:unset;font-size:1.6rem;margin:20px 0 16px;font-weight:600;text-align:center}@media screen and (max-width:768px){.p-top .industry .homesec_wrap .industry_ul .industry_li .industry_txt{font-size:3.6458333333vw;margin:4px 0 12px}}.p-top .industry .homesec_wrap .industry_ul .industry_li .industry_deta{font-size:14px;line-height:1.5}@media screen and (max-width:768px){.p-top .industry .homesec_wrap .industry_ul .industry_li .industry_deta{font-size:3.6458333333vw}}.p-top .channel .homesec_wrap .channel_cont .channel_sec{padding:60px 24px}@media screen and (max-width:1024px){.p-top .channel .homesec_wrap .channel_cont .channel_sec{padding:60px 24px}}.p-top .channel .homesec_wrap .channel_cont .channel_sec .icflex_wrap{gap:40px 24px}@media screen and (max-width:768px){.p-top .channel .homesec_wrap .channel_cont .channel_sec .icflex_wrap{margin:0;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;gap:16px}}.p-top .channel .homesec_wrap .channel_cont .channel_sec .icflex_wrap .icflex{width:200px;height:unset}@media screen and (max-width:768px){.p-top .channel .homesec_wrap .channel_cont .channel_sec .icflex_wrap .icflex{width: calc((100% - 16px) / 2);margin-top:24px}}.p-top .channel .homesec_wrap .channel_cont .channel_sec .icflex_wrap .icflex .icflex_img{height:64px;margin-top:0}.p-top .channel .homesec_wrap .channel_cont .channel_sec .icflex_wrap .icflex .icflex_img_1{width:64px}@media screen and (max-width:768px){.p-top .channel .homesec_wrap .channel_cont .channel_sec .icflex_wrap .icflex .icflex_img_1{width:51.2px}}.p-top .channel .homesec_wrap .channel_cont .channel_sec .icflex_wrap .icflex .icflex_img_2{width:64px}@media screen and (max-width:768px){.p-top .channel .homesec_wrap .channel_cont .channel_sec .icflex_wrap .icflex .icflex_img_2{width:51.2px}}.p-top .channel .homesec_wrap .channel_cont .channel_sec .icflex_wrap .icflex .icflex_img_3{width:64px}@media screen and (max-width:768px){.p-top .channel .homesec_wrap .channel_cont .channel_sec .icflex_wrap .icflex .icflex_img_3{width:51.2px}}.p-top .channel .homesec_wrap .channel_cont .channel_sec .icflex_wrap .icflex .icflex_img_4{width:64px}@media screen and (max-width:768px){.p-top .channel .homesec_wrap .channel_cont .channel_sec .icflex_wrap .icflex .icflex_img_4{width:51.2px}}.p-top .channel .homesec_wrap .channel_cont .channel_sec .icflex_wrap .icflex .icflex_img_5{width:64px}@media screen and (max-width:768px){.p-top .channel .homesec_wrap .channel_cont .channel_sec .icflex_wrap .icflex .icflex_img_5{width:51.2px}}.p-top .channel .homesec_wrap .channel_cont .channel_sec .icflex_wrap .icflex .icflex_img_6{width:72px}@media screen and (max-width:768px){.p-top .channel .homesec_wrap .channel_cont .channel_sec .icflex_wrap .icflex .icflex_img_6{width:57.6px}}.p-top .channel .homesec_wrap .channel_cont .channel_sec .icflex_wrap .icflex .icflex_img_7{width:56px}@media screen and (max-width:768px){.p-top .channel .homesec_wrap .channel_cont .channel_sec .icflex_wrap .icflex .icflex_img_7{width:44.8px}}.p-top .channel .homesec_wrap .channel_cont .channel_sec .icflex_wrap .icflex .icflex_img_8{width:64px}@media screen and (max-width:768px){.p-top .channel .homesec_wrap .channel_cont .channel_sec .icflex_wrap .icflex .icflex_img_8{width:51.2px}}.p-top .channel .homesec_wrap .channel_cont .channel_sec .icflex_wrap .icflex .icflex_img_9{width:64px}@media screen and (max-width:768px){.p-top .channel .homesec_wrap .channel_cont .channel_sec .icflex_wrap .icflex .icflex_img_9{width:51.2px}}.p-top .channel .homesec_wrap .channel_cont .channel_sec .icflex_wrap .icflex .icflex_img_10{width:64px}@media screen and (max-width:768px){.p-top .channel .homesec_wrap .channel_cont .channel_sec .icflex_wrap .icflex .icflex_img_10{width:51.2px}}.p-top .channel .homesec_wrap .channel_cont .channel_sec .icflex_wrap .icflex .icflex_txt{position:relative;bottom:unset;-webkit-transform:unset;transform:unset;left:unset;margin:20px 0 16px;font-weight:600;text-align:center;font-size:1.6rem}@media screen and (max-width:768px){.p-top .channel .homesec_wrap .channel_cont .channel_sec .icflex_wrap .icflex .icflex_txt{font-size:3.6458333333vw;margin:4px 0 12px}}.p-top .channel .homesec_wrap .channel_cont .channel_sec .icflex_wrap .icflex .icflex_deta{font-size:14px;line-height:1.5}@media screen and (max-width:768px){.p-top .channel .homesec_wrap .channel_cont .channel_sec .icflex_wrap .icflex .icflex_deta{font-size:3.6458333333vw}}html{font-size:62.5%}p{font-size:1.6rem}@media screen and (max-width:768px){p{font-size:3.6458333333vw}}.p-404__wrap{padding:16rem 0}@media screen and (max-width:768px){.p-404__wrap{padding:8rem 0}}.p-404__outer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:8rem;width:70%;margin:0 auto}@media screen and (max-width:768px){.p-404__outer{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:90%;gap:12vw}}.p-404__outer *{text-align:center}.p-404__en{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.p-404__en__num{font-size:8rem;line-height:1;margin-bottom:1rem}@media screen and (max-width:768px){.p-404__en__num{font-size:14vw}}.p-404__en__non{text-transform:uppercase;font-size:1.6rem;text-align:center}@media screen and (max-width:768px){.p-404__en__non{font-size:3vw}}.p-404__ja__ttl{font-size:2.4rem;font-weight:600;margin-bottom:2rem}@media screen and (max-width:768px){.p-404__ja__ttl{font-size:4vw}}.p-404__ja a{display:inline-block;padding:0 1rem;color:#00629d}