@charset "UTF-8";
/* reset
==========================================================================================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-size: 100%;
  vertical-align: baseline; }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

html {
  overflow-y: scroll; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

input, textarea {
  margin: 0;
  padding: 0; }

ol, ul, li {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th {
  text-align: left; }

a:focus {
  outline: none; }

* html .clearfix {
  height: 1px;
  /*＼*/
  /*/
	height: auto;
	overflow: hidden;
	/**/ }

.both {
  clear: both; }

/* chromeの画像ボケ回避 */
img {
  -webkit-backface-visibility: hidden; }

/*==========================================================================================

	■ form

==========================================================================================*/
input[type="button"], input[type="submit"],
input[type="text"],
input[type="reset"],
input[type="password"],
textarea, select, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 0;
  background-color: transparent; }

textare,
input[type="text"],
input[type="password"],
textarea,
select {
  padding: 12px 12px 10px;
  font-size: 16px;
  line-height: 1.3;
  border: #d5d5d5 1px solid;
  background: #fff;
  min-height: 42px; }

select::-ms-expand {
  display: none; }

textarea,
input[type="text"],
input[type="password"],
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%; }

textarea {
  height: 8em; }

input::-webkit-input-placeholder {
  color: #aaa;
  opacity: 1; }

input:-ms-input-placeholder {
  color: #aaa;
  opacity: 1; }

input::-ms-input-placeholder {
  color: #aaa;
  opacity: 1; }

input::placeholder {
  color: #aaa;
  opacity: 1; }

input::-webkit-input-placeholder {
  color: #aaa;
  opacity: 1; }

/* footer
==========================================================================================*/
.nuro-lp__banner-container:before, .nuro-lp__flow-item + .nuro-lp__flow-item:after, .nuro-lp__flow-step:before, .nuro-lp__flow-title:before, .nuro-lp__link-item + .nuro-lp__link-item:before, .nuro-lp__list-item:before, .nuro-lp__pattern-bg:before, .nuro-lp__point-company-col:before, .nuro-lp__problem-item:first-child:before, .nuro-lp__service-heading:before, .nuro-lp__service-text:before, .nuro-lp__title-mark:before {
  position: absolute;
  content: ""; }

.nuro-lp__footer {
  background: #242424;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 3rem 30px; }

@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .nuro-lp__footer {
    margin-top: 10.9rem; } }

@media screen and (max-width: 601px) {
  .nuro-lp__footer {
    padding: 10vw 4vw 12vw;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column; } }

.nuro-lp__footer-text {
  font-weight: 500; }

.nuro-lp__footer-text > * {
  letter-spacing: 1.4px; }

.nuro-lp__footer-logo {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center; }

@media screen and (max-width: 601px) {
  .nuro-lp__footer-logo {
    margin-top: 8vw; } }

.nuro-lp__link {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex; }

@media screen and (max-width: 601px) {
  .nuro-lp__link {
    display: block; } }

.nuro-lp__link + .nuro-lp__link {
  margin-top: 1rem; }

@media screen and (max-width: 601px) {
  .nuro-lp__link + .nuro-lp__link {
    margin-top: 0; } }

.nuro-lp__link-item {
  position: relative;
  display: inherit; }

@media screen and (max-width: 601px) {
  .nuro-lp__link-item {
    margin-bottom: 1.5vw; } }

.nuro-lp__link-item + .nuro-lp__link-item {
  margin-left: 3rem; }

@media screen and (max-width: 601px) {
  .nuro-lp__link-item + .nuro-lp__link-item {
    margin-left: 0; } }

.nuro-lp__link-item + .nuro-lp__link-item:before {
  width: 1px;
  height: 100%;
  background: #fff;
  top: 0;
  left: -1.5rem; }

@media screen and (max-width: 601px) {
  .nuro-lp__link-item + .nuro-lp__link-item:before {
    content: none; } }

.nuro-lp__link a {
  line-height: 1.5;
  color: #fff; }

@media screen and (max-width: 601px) {
  .nuro-lp__link a {
    border-bottom: 1px solid #d6e0e9; } }

.nuro-lp__link a:hover {
  color: #bdbdbd; }

.nuro-lp__copyright {
  margin-top: 3.5rem;
  line-height: 2em; }

@media screen and (max-width: 601px) {
  .nuro-lp__copyright {
    line-height: 2rem; }
  .nuro-lp__copyright p + p {
    margin-top: 3vw; } }

.nuro-lp__copyright > * {
  color: #fff; }

.nuro-lp__footer-logo {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center; }

@media screen and (max-width: 601px) {
  .nuro-lp__footer-logo {
    margin-top: 8vw; } }

.nuro-lp__logo-item {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  z-index: 1; }

.nuro-lp__logo-item + .nuro-lp__logo-item {
  margin-left: 1rem; }

@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .nuro-lp__logo-item + .nuro-lp__logo-item {
    margin-left: 2rem; } }

.nuro-lp__logo-item > a {
  display: inherit;
  zoom: 1.2; }

.nuro-lp__logo-item > a:hover {
  opacity: 0.8; }

.nuro_foot {
  padding: 30px;
  background: #000;
  color: #fff; }
  .nuro_foot img {
    width: 100px;
    height: auto;
    margin-bottom: 40px; }

/*==========================================================================================

	// 基本

==========================================================================================*/
/*-------- break point --------
〜479px  ：SP縦
480px〜  ：SPランドスケープ @media screen and (min-width: 480px){}
840px〜  ：PC @media screen and (min-width: 960px){}
1280px〜：ワイドスクリーン @media screen and (min-width: 1280px){}


    font-family: 'Oswald', sans-serif;
    font-family: 'Open Sans Condensed', sans-serif;

----------------------------*/
/* mixin
=====================================================*/
/* 
=====================================================*/
html,
body {
  height: 100%; }

body {
  font-family: 'Noto Sans JP', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #2C2C2C;
  word-wrap: break-word; }

.fontS {
  font-size: 88%; }

a {
  text-decoration: none; }

img {
  max-width: 100%;
  height: auto;
  margin: 0; }

.dp_ilb {
  display: inline-block; }

.cv_btn li {
  display: inline-block;
  margin-left: 10px;
  text-align: center; }
  .cv_btn li:first-child {
    margin-left: 0; }
  .cv_btn li a {
    padding: 0.84em;
    font-weight: 500; }
  @media screen and (min-width: 840px) {
    .cv_btn li a {
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
      .cv_btn li a:hover {
        opacity: 0.75; } }
  @media screen and (max-width: 580px) {
    .cv_btn li a {
      padding: 0.6em 0.6em 0.6em 0em; }
    .cv_btn li a:after {
      right: 5px; } }

.cv_btn .link_btn {
  display: block;
  color: #fff;
  border-radius: 3px;
  position: relative; }
  .cv_btn .link_btn:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 1em;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: ""; }

.cv_btn .link_gr {
  background: #3FB0A2; }

.cv_btn .link_bl {
  background: #4ba7bd; }

.cv_btn .link_or {
  background: #fd803d; }

/* hover
=====================================================*/
/*==========================================================================================

■ header/footer

==========================================================================================*/
header {
  background: #000;
  position: relative; }
  header .logo-sony {
    padding: 25px; }
    header .logo-sony img {
      width: 100px;
      height: auto; }
    @media screen and (max-width: 580px) {
      header .logo-sony {
        padding: 15px 10px 13px; }
        header .logo-sony img {
          width: 70px; } }
  header.fixed {
    padding-bottom: 80px; }
    @media screen and (max-width: 580px) {
      header.fixed {
        padding-bottom: 44.6px; } }
  header.fixed .nuro_head {
    position: fixed;
    top: 0;
    left: 0; }
  header .nuro_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 50;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 16px 16px 25px;
    background: #262626;
    font-size: 18px; }
    header .nuro_head a img {
      height: 28px;
      width: auto; }
    header .nuro_head li {
      width: 206px; }
    @media screen and (max-width: 880px) {
      header .nuro_head {
        font-size: 16px; }
        header .nuro_head li {
          width: 180px; } }
    @media screen and (max-width: 580px) {
      header .nuro_head {
        padding: 8px 10px;
        font-size: 13px; }
        header .nuro_head a img {
          width: 85px; }
        header .nuro_head li {
          width: 8.5em;
          margin-left: 4px; }
          header .nuro_head li .link_btn:after {
            right: 8px;
            width: 6px;
            height: 6px;
            margin-top: -3px; } }
    @media screen and (max-width: 346px) {
      header .nuro_head {
        font-size: 11px; } }

/*==========================================================================================

■ Content

==========================================================================================*/
/* MV
=====================================================*/
.nuro-lp_mv {
  position: relative;
  padding: 100px 70px;
  background: url(../../img/mv_bg.png) 100% 50% no-repeat;
  background-size: auto 105%; }
  .nuro-lp_mv .inner {
    max-width: 1080px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 5; }
    .nuro-lp_mv .inner h1 {
      color: #239c8e;
      font-size: 24px;
      font-weight: 700;
      line-height: 1.4; }
      .nuro-lp_mv .inner h1 b {
        display: block;
        padding-top: 0.3em;
        font-size: 46px;
        font-weight: 600; }
        .nuro-lp_mv .inner h1 b small {
          font-size: 84%; }
    .nuro-lp_mv .inner .sp-img {
      display: none; }
    .nuro-lp_mv .inner h2 {
      display: inline-block;
      margin-top: 0.5em;
      padding: 0.5em;
      color: #fd803d;
      font-size: 21px;
      line-height: 1.2;
      border: #fd803d 2px solid;
      background-color: rgba(255, 255, 255, 0.5); }
      .nuro-lp_mv .inner h2 .dp_tab {
        display: none; }
    .nuro-lp_mv .inner p {
      width: 55%;
      margin: 20px 0 40px;
      font-size: 17px;
      line-height: 1.6; }
  .nuro-lp_mv .mv_img {
    position: absolute;
    top: 6%;
    right: 3%;
    height: 85%;
    max-width: 512px;
    text-align: right; }
    .nuro-lp_mv .mv_img img {
      height: 100%;
      width: auto; }
  .nuro-lp_mv .cv_area {
    text-align: center; }
    .nuro-lp_mv .cv_area li {
      width: 210px;
      font-size: 18px; }
    @media screen and (max-width: 580px) {
      .nuro-lp_mv .cv_area .cv_btn {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
      .nuro-lp_mv .cv_area li {
        width: 48%;
        margin: 0 0 10px;
        font-size: 16px; } }
  @media screen and (max-width: 580px) and (max-width: 346px) {
    .nuro-lp_mv .cv_area li {
      font-size: 15px; } }
    @media screen and (max-width: 580px) {
      .nuro-lp_mv .cv_area .cv_btn li a {
        padding: 1em 0.5em; } }
  @media screen and (max-width: 1200px) {
    .nuro-lp_mv {
      padding: 70px 60px; }
      .nuro-lp_mv .inner p {
        width: 48%; } }
  @media screen and (max-width: 1080px) {
    .nuro-lp_mv {
      padding: 60px 50px; } }
  @media screen and (max-width: 1024px) {
    .nuro-lp_mv {
      padding: 60px 50px; }
      .nuro-lp_mv .inner h1 {
        font-size: 20px; }
        .nuro-lp_mv .inner h1 b {
          font-size: 185%; }
      .nuro-lp_mv .inner h2 {
        margin-top: 0.8em;
        font-size: 17px;
        line-height: 0.8; }
        .nuro-lp_mv .inner h2 .dp_tab {
          display: block; }
      .nuro-lp_mv .inner p {
        font-size: 15px; }
      .nuro-lp_mv .mv_img {
        top: 8%;
        height: 80%; } }
  @media screen and (max-width: 880px) {
    .nuro-lp_mv {
      background-position: 120% 50%;
      padding: 50px 50px; }
      .nuro-lp_mv .inner h1 {
        font-size: 18px; }
      .nuro-lp_mv .inner p {
        font-size: 14px; }
      .nuro-lp_mv .mv_img {
        top: 13%;
        height: 65%; } }
  @media screen and (max-width: 680px) {
    .nuro-lp_mv {
      background-position: 150px 50%;
      background-size: 670px auto;
      padding: 50px 50px; }
      .nuro-lp_mv .inner h1 {
        font-size: 15px; }
      .nuro-lp_mv .inner h2 {
        margin-top: 0.8em;
        font-size: 14px;
        line-height: 1.2; }
        .nuro-lp_mv .inner h2 .dp_tab {
          display: none; }
      .nuro-lp_mv .mv_img {
        top: 13%;
        height: 55%; } }
  @media screen and (max-width: 580px) {
    .nuro-lp_mv {
      background-position: -30px 0;
      background-size: 840px auto;
      padding: 30px 20px; }
      .nuro-lp_mv .inner h1 {
        font-size: 16px; }
        .nuro-lp_mv .inner h1 b {
          font-size: 160%; }
      .nuro-lp_mv .inner .sp-img {
        display: block;
        margin-top: 10px;
        padding: 10px 20px; }
      .nuro-lp_mv .inner p {
        width: 100%;
        margin: 0 0 30px; }
      .nuro-lp_mv .mv_img {
        display: none; } }

/* section共通
=====================================================*/
.nuro-lp section {
  padding: 100px 0;
  font-size: 15px; }
  .nuro-lp section.bg_gray {
    background: #f3f3f3; }
  .nuro-lp section.bg_green {
    background: #C7F1E7; }
  .nuro-lp section.bg_abst {
    background: #56C2AE url(../../img/banner-bg.png) repeat; }
    @media screen and (max-width: 880px) {
      .nuro-lp section.bg_abst {
        background-size: 150% auto; } }
  .nuro-lp section.bg_dkgray {
    background: #373737 url(../../img/banner-bg.png) no-repeat;
    background-size: 700px auto;
    background-position: -280px 0; }
    @media screen and (max-width: 880px) {
      .nuro-lp section.bg_dkgray {
        background-size: 150% auto; } }
  .nuro-lp section .sec_title {
    padding: 0 20px;
    text-align: center; }
    .nuro-lp section .sec_title h2 {
      display: inline-block;
      font-size: 20px;
      font-weight: 700;
      line-height: 1.6; }
      .nuro-lp section .sec_title h2 span {
        display: inline-block;
        font-size: 28px; }
      .nuro-lp section .sec_title h2 span:after {
        content: "";
        display: block;
        width: 100%;
        height: 6px;
        margin-top: 0.1em;
        background: #DEFF00; }
  .nuro-lp section .sec_body {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0px 20px 0; }
  @media screen and (max-width: 880px) {
    .nuro-lp section {
      padding: 40px 0; }
      .nuro-lp section .sec_title h2 {
        font-size: 20px; }
        .nuro-lp section .sec_title h2 span:after {
          height: 4px; }
      .nuro-lp section .sec_body {
        padding: 20px 20px 0; } }
  @media screen and (max-width: 580px) {
    .nuro-lp section {
      padding: 40px 0;
      font-size: 14px; }
      .nuro-lp section .sec_title h2 {
        font-size: 15.5px; }
      .nuro-lp section .sec_body {
        padding: 20px 15px 0; } }

/* section 個別 */
.nuro-lp #sec01 .sec_body h3 {
  max-width: 820px;
  margin: 0 auto 50px;
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  line-height: 1.6; }

.nuro-lp #sec01 .sec_body .list_circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .nuro-lp #sec01 .sec_body .list_circle li {
    padding: 0 24px;
    text-align: center; }
    .nuro-lp #sec01 .sec_body .list_circle li img {
      max-width: 184px;
      width: 100%;
      margin-bottom: 15px; }

.nuro-lp #sec01 .sec_body h4 {
  max-width: 820px;
  margin: 60px auto 50px;
  text-align: center;
  font-size: 21px;
  line-height: 1.6; }
  .nuro-lp #sec01 .sec_body h4 span {
    display: inline-block;
    font-size: 28px; }

.nuro-lp #sec01 .sec_body .col_service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 820px;
  margin: 0 auto; }
  .nuro-lp #sec01 .sec_body .col_service .col_service-box {
    width: 48.1%;
    max-width: 400px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 20px;
    border-radius: 12px;
    background: #fff; }
    .nuro-lp #sec01 .sec_body .col_service .col_service-box img {
      width: 72px;
      display: inline-block;
      vertical-align: middle; }
    .nuro-lp #sec01 .sec_body .col_service .col_service-box h5 {
      display: inline-block;
      margin: 0 0 0.2em 0.5em;
      vertical-align: middle;
      font-size: 20px;
      line-height: 1.3; }
      .nuro-lp #sec01 .sec_body .col_service .col_service-box h5 span:after {
        content: "";
        display: block;
        width: 100%;
        height: 4px;
        margin-top: -0.1em;
        background: #DEFF00; }
    .nuro-lp #sec01 .sec_body .col_service .col_service-box p {
      margin: 1em 4px 0;
      line-height: 1.4; }

@media screen and (max-width: 880px) {
  .nuro-lp #sec01 .sec_body h3 {
    max-width: none;
    padding: 0 2em;
    font-size: 17px; }
  .nuro-lp #sec01 .sec_body .list_circle {
    padding: 0 20px; }
    .nuro-lp #sec01 .sec_body .list_circle li {
      width: 30%;
      padding: 0 15px;
      line-height: 1.4; }
  .nuro-lp #sec01 .sec_body h4 {
    margin: 40px auto;
    font-size: 18px; }
    .nuro-lp #sec01 .sec_body h4 span {
      font-size: 130%; }
  .nuro-lp #sec01 .sec_body .col_service {
    width: 100%; }
    .nuro-lp #sec01 .sec_body .col_service .col_service-box {
      width: 48.5%;
      max-width: inherit;
      padding: 20px 15px;
      border-radius: 10px; }
      .nuro-lp #sec01 .sec_body .col_service .col_service-box img {
        width: 45px; }
      .nuro-lp #sec01 .sec_body .col_service .col_service-box h5 {
        font-size: 15px; }
      .nuro-lp #sec01 .sec_body .col_service .col_service-box p {
        margin: 1em 5px 0;
        line-height: 1.4; } }
    @media screen and (max-width: 880px) and (max-width: 640px) {
      .nuro-lp #sec01 .sec_body .col_service .col_service-box img {
        width: 40px; }
      .nuro-lp #sec01 .sec_body .col_service .col_service-box h5 {
        font-size: 14px; } }

@media screen and (max-width: 580px) {
  .nuro-lp #sec01 .sec_body h3 {
    margin-bottom: 30px;
    padding: 0 1em;
    font-size: 15px;
    text-align: left; }
    .nuro-lp #sec01 .sec_body h3 .dp_ilb {
      display: inline; }
  .nuro-lp #sec01 .sec_body .list_circle {
    padding: 0 5px; }
    .nuro-lp #sec01 .sec_body .list_circle li {
      padding: 0 8px;
      font-size: 12px; }
      .nuro-lp #sec01 .sec_body .list_circle li img {
        margin-bottom: 5px; }
  .nuro-lp #sec01 .sec_body h4 {
    margin: 30px auto;
    font-size: 16px; }
    .nuro-lp #sec01 .sec_body h4 span {
      padding-top: 0.2em;
      font-size: 124%; }
  .nuro-lp #sec01 .sec_body .col_service {
    display: block; }
    .nuro-lp #sec01 .sec_body .col_service .col_service-box {
      width: 100%;
      padding: 20px 15px;
      margin-bottom: 10px;
      border-radius: 10px; }
      .nuro-lp #sec01 .sec_body .col_service .col_service-box img {
        width: 45px; }
      .nuro-lp #sec01 .sec_body .col_service .col_service-box h5 {
        font-size: 16px; }
      .nuro-lp #sec01 .sec_body .col_service .col_service-box p {
        margin: 1em 5px 0;
        line-height: 1.4; } }

.nuro-lp #sec02 .sec_body p {
  margin: 0 auto 50px;
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.4; }
  .nuro-lp #sec02 .sec_body p b {
    display: inline-block;
    padding-top: 0.2em;
    font-size: 34px; }

@media screen and (max-width: 880px) {
  .nuro-lp #sec02 .sec_body p {
    margin: 0 auto 30px;
    font-size: 15px; }
    .nuro-lp #sec02 .sec_body p b {
      font-size: 130%; } }

.nuro-lp #sec02 .nuro-lp__mv {
  position: relative;
  width: 622px;
  height: 355px;
  overflow: hidden;
  margin: 0 auto 20px;
  border-radius: 8px; }
  .nuro-lp #sec02 .nuro-lp__mv video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  @media screen and (max-width: 680px) {
    .nuro-lp #sec02 .nuro-lp__mv {
      width: 100%;
      max-width: 622px;
      height: auto;
      padding-top: 57%;
      margin-bottom: 10px; } }

.nuro-lp #sec03 .col_point {
  text-align: center; }
  .nuro-lp #sec03 .col_point h3 {
    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;
    height: 72px;
    font-size: 27px;
    color: #fff;
    background: #287C97; }
    .nuro-lp #sec03 .col_point h3 span {
      padding: 0 1em; }
    .nuro-lp #sec03 .col_point h3 img {
      display: inline-block;
      width: 54px;
      height: 58px; }
  .nuro-lp #sec03 .col_point ul.point_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .nuro-lp #sec03 .col_point ul.point_box > li {
      width: 30%;
      margin-top: 7px;
      padding: 34px 24px;
      background: #c7eef1; }
      .nuro-lp #sec03 .col_point ul.point_box > li img {
        width: 120px; }
      .nuro-lp #sec03 .col_point ul.point_box > li p {
        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;
        margin-top: 1em;
        min-height: 4em;
        font-size: 17px;
        line-height: 1.3;
        color: #287c97;
        font-weight: 500; }
      .nuro-lp #sec03 .col_point ul.point_box > li:nth-child(2) {
        border-right: 7px solid #fff;
        border-left: 7px solid #fff; }

.nuro-lp #sec03 .col_point.point_gr h3 {
  margin-top: 60px;
  background: #239c8e; }
  .nuro-lp #sec03 .col_point.point_gr h3 img {
    width: 28px;
    height: 48px; }

.nuro-lp #sec03 .col_point.point_gr .point_box > li {
  background: #c7f1e9; }
  .nuro-lp #sec03 .col_point.point_gr .point_box > li p {
    color: #239c8e; }

.nuro-lp #sec03 .col_point.point_gr .sub_text {
  text-align: left;
  font-size: 13px;
  line-height: 1.4;
  text-indent: -1em;
  padding-left: 1em; }

@media screen and (max-width: 880px) {
  .nuro-lp #sec03 .col_point h3 {
    height: 55px;
    font-size: 20px; }
    .nuro-lp #sec03 .col_point h3 img {
      width: 35px;
      height: auto; }
  .nuro-lp #sec03 .col_point ul.point_box > li {
    padding: 25px 10px; }
    .nuro-lp #sec03 .col_point ul.point_box > li img {
      width: 100px; }
    .nuro-lp #sec03 .col_point ul.point_box > li p {
      font-size: 14px; }
  .nuro-lp #sec03 .col_point.point_gr h3 img {
    width: 20px;
    height: auto; } }

@media screen and (max-width: 580px) {
  .nuro-lp #sec03 .col_point h3 {
    height: 45px;
    font-size: 16px; }
    .nuro-lp #sec03 .col_point h3 img {
      width: 32px; }
  .nuro-lp #sec03 .col_point ul.point_box {
    display: block; }
    .nuro-lp #sec03 .col_point ul.point_box > li {
      width: 100%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 15px 10px;
      border: none !important; }
      .nuro-lp #sec03 .col_point ul.point_box > li p {
        font-size: 15px;
        min-height: inherit;
        padding-bottom: 0.5em; }
      .nuro-lp #sec03 .col_point ul.point_box > li .sub_text {
        text-align: center; }
  .nuro-lp #sec03 .col_point.point_gr h3 img {
    width: 20px;
    height: auto; } }

.nuro-lp #sec04 .sec_body {
  margin-top: 50px; }
  .nuro-lp #sec04 .sec_body .sec_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 900px;
    margin: 0 auto; }
    .nuro-lp #sec04 .sec_body .sec_inner .col {
      width: 45%;
      text-align: center; }
      .nuro-lp #sec04 .sec_body .sec_inner .col .img {
        height: 236px; }
        .nuro-lp #sec04 .sec_body .sec_inner .col .img img {
          height: 100%;
          width: auto; }
      .nuro-lp #sec04 .sec_body .sec_inner .col dl {
        text-align: left; }
        .nuro-lp #sec04 .sec_body .sec_inner .col dl dt {
          margin-top: 38px;
          padding: 0.1em 0.8em 0.2em;
          border-left: 4px #287C97 solid;
          font-size: 20px;
          font-weight: 500;
          color: #287c97; }
        .nuro-lp #sec04 .sec_body .sec_inner .col dl dd {
          padding: 1em 0 0 1em;
          line-height: 1.6; }
  @media screen and (max-width: 880px) {
    .nuro-lp #sec04 .sec_body {
      margin-top: 10px; }
      .nuro-lp #sec04 .sec_body .sec_inner {
        padding: 0 20px; }
        .nuro-lp #sec04 .sec_body .sec_inner .col .img {
          height: 180px; } }
  @media screen and (max-width: 580px) {
    .nuro-lp #sec04 .sec_body .sec_inner {
      display: block;
      margin-top: 0;
      padding: 0 10px; }
      .nuro-lp #sec04 .sec_body .sec_inner .col {
        width: 100%;
        max-width: 400px;
        margin: 30px auto 0; }
        .nuro-lp #sec04 .sec_body .sec_inner .col .img {
          height: 140px; }
        .nuro-lp #sec04 .sec_body .sec_inner .col dl dt {
          margin-top: 20px;
          font-size: 17px; }
        .nuro-lp #sec04 .sec_body .sec_inner .col dl dd {
          padding: 1em 0 0 1em;
          line-height: 1.6; } }

.nuro-lp #sec05 .sec_body table {
  max-width: 980px;
  width: 100%;
  margin: 40px auto 0;
  border: #239C8E 1px solid;
  font-size: 16px;
  font-weight: 500;
  text-align: center; }
  .nuro-lp #sec05 .sec_body table th, .nuro-lp #sec05 .sec_body table td {
    vertical-align: middle; }
  .nuro-lp #sec05 .sec_body table th {
    width: 18.4%;
    border-right: #35beae 5px solid; }
  .nuro-lp #sec05 .sec_body table td {
    width: 39%; }
  .nuro-lp #sec05 .sec_body table td:last-child {
    border-left: #35beae 5px solid; }
  @media screen and (max-width: 880px) {
    .nuro-lp #sec05 .sec_body table {
      margin-top: 0px;
      font-size: 15px; } }
  @media screen and (max-width: 580px) {
    .nuro-lp #sec05 .sec_body table {
      font-size: 13px; }
      .nuro-lp #sec05 .sec_body table .dp_pc {
        display: none; }
      .nuro-lp #sec05 .sec_body table th {
        font-size: 86%;
        width: 4em; }
      .nuro-lp #sec05 .sec_body table td {
        width: 32%; } }

.nuro-lp #sec05 .sec_body thead th, .nuro-lp #sec05 .sec_body thead td {
  padding: 0.3em;
  background: #7ed9ce;
  font-weight: 600;
  font-size: 88%;
  line-height: 1.2; }
  .nuro-lp #sec05 .sec_body thead th b, .nuro-lp #sec05 .sec_body thead td b {
    font-size: 110%; }

.nuro-lp #sec05 .sec_body thead .bdg-top {
  width: 42%;
  border-top: #35beae 5px solid; }

.nuro-lp #sec05 .sec_body tbody th, .nuro-lp #sec05 .sec_body tbody td {
  border: 1px solid #9A9A9A;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.nuro-lp #sec05 .sec_body tbody th {
  background: #ddd;
  text-align: center;
  font-weight: 500;
  border-right: #35beae 5px solid; }

.nuro-lp #sec05 .sec_body tbody .bdg-btm {
  border-bottom: #35beae 5px solid; }

.nuro-lp #sec05 .sec_body tbody td {
  padding: 0 1em;
  height: 3em;
  line-height: 1.3em; }
  .nuro-lp #sec05 .sec_body tbody td.col2 {
    position: relative; }
    .nuro-lp #sec05 .sec_body tbody td.col2:before {
      content: "";
      position: absolute;
      left: 50%;
      top: 0px;
      display: block;
      width: 1px;
      height: 100%;
      background: #9a9a9a; }
    .nuro-lp #sec05 .sec_body tbody td.col2 div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      width: 100%; }
    .nuro-lp #sec05 .sec_body tbody td.col2 span {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 50%;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .nuro-lp #sec05 .sec_body tbody td.col2 span span {
        display: inline;
        width: auto;
        font-size: 70%;
        vertical-align: top;
        padding-left: 0.2em; }

.nuro-lp #sec05 .sec_body tbody tr:nth-child(even) td {
  background: #f6f6f6;
  z-index: -1; }

.nuro-lp #sec05 .sec_body ul {
  max-width: 980px;
  margin: 20px auto -30px; }
  .nuro-lp #sec05 .sec_body ul li {
    padding-bottom: 0.5em;
    margin-left: 1em;
    text-indent: -1em; }
  @media screen and (max-width: 880px) {
    .nuro-lp #sec05 .sec_body ul {
      margin-bottom: 0px; } }

@media screen and (max-width: 580px) {
  .nuro-lp #sec05 .sec_body thead {
    line-height: 1.2; }
    .nuro-lp #sec05 .sec_body thead .bdg-top {
      width: 50%; }
    .nuro-lp #sec05 .sec_body thead small {
      font-size: 80%; }
  .nuro-lp #sec05 .sec_body tbody th {
    padding: 0 3px; }
  .nuro-lp #sec05 .sec_body tbody td {
    padding: 3px 0; }
  .nuro-lp #sec05 .sec_body tbody td.col2 div span {
    padding: 0 2px; } }

.nuro-lp #sec06 .sec_title h2 {
  color: #fff; }

.nuro-lp #sec06 .sec_body {
  padding-top: 20px; }
  .nuro-lp #sec06 .sec_body .sp {
    display: none; }
  .nuro-lp #sec06 .sec_body ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 980px;
    margin: 40px auto 0; }
  .nuro-lp #sec06 .sec_body .flow_arrow li {
    position: relative;
    width: 23%;
    height: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .nuro-lp #sec06 .sec_body .flow_arrow li:nth-child(1) {
    z-index: 4;
    margin-left: 0; }
  .nuro-lp #sec06 .sec_body .flow_arrow li:nth-child(2) {
    z-index: 3; }
  .nuro-lp #sec06 .sec_body .flow_arrow li:nth-child(3) {
    z-index: 2; }
  .nuro-lp #sec06 .sec_body .flow_arrow li:nth-child(4) {
    z-index: 1;
    margin-right: 0;
    width: 31%; }
  .nuro-lp #sec06 .sec_body .flow_arrow li .item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding-left: 1.2em;
    background: #ffffff;
    font-weight: 500;
    text-align: center; }
    .nuro-lp #sec06 .sec_body .flow_arrow li .item-inner.current {
      background: #35beae; }
  .nuro-lp #sec06 .sec_body .flow_arrow li:not(.current) .item-inner::before {
    position: absolute;
    content: "";
    top: -9.5px;
    left: 100%;
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-right: 0;
    border-bottom: 40px solid transparent;
    border-left: 25px solid #373737; }
  .nuro-lp #sec06 .sec_body .flow_arrow li:not(.current) .item-inner::after {
    position: absolute;
    content: "";
    top: 0;
    left: calc(100% - 0px);
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-right: 0;
    border-bottom: 30px solid transparent;
    border-left: 19px solid #ffffff; }
  .nuro-lp #sec06 .sec_body .flow_arrow li:not(.current) .current::after {
    display: none; }
  .nuro-lp #sec06 .sec_body .flow_icon li {
    width: 23.5%;
    text-align: center;
    color: #fff; }
    .nuro-lp #sec06 .sec_body .flow_icon li:nth-child(2) {
      width: 24.5%; }
    .nuro-lp #sec06 .sec_body .flow_icon li.current {
      width: 28.5%; }
    .nuro-lp #sec06 .sec_body .flow_icon li img {
      width: 154px; }
    .nuro-lp #sec06 .sec_body .flow_icon li p {
      margin-top: 1.2em;
      padding: 0 0.8em 0 0em;
      font-size: 13px;
      line-height: 1.6; }
  @media screen and (max-width: 880px) {
    .nuro-lp #sec06 .sec_body .flow_arrow {
      font-size: 13px; }
      .nuro-lp #sec06 .sec_body .flow_arrow li {
        width: 24%; }
        .nuro-lp #sec06 .sec_body .flow_arrow li .item-inner {
          padding: 0 5px 0 30px; }
        .nuro-lp #sec06 .sec_body .flow_arrow li:nth-child(1) {
          width: 21%; }
          .nuro-lp #sec06 .sec_body .flow_arrow li:nth-child(1) .item-inner {
            padding-left: 10px; }
    .nuro-lp #sec06 .sec_body .flow_icon {
      margin-top: 25px; }
      .nuro-lp #sec06 .sec_body .flow_icon li {
        width: 21.5%; }
        .nuro-lp #sec06 .sec_body .flow_icon li.current {
          width: 30%;
          padding-left: 0.5%; }
        .nuro-lp #sec06 .sec_body .flow_icon li img {
          width: 120px; }
        .nuro-lp #sec06 .sec_body .flow_icon li p {
          padding: 0 0.8em;
          font-size: 12px; } }
  @media screen and (max-width: 580px) {
    .nuro-lp #sec06 .sec_body .pc {
      display: none; }
    .nuro-lp #sec06 .sec_body .sp {
      display: block;
      padding: 0 5px; }
    .nuro-lp #sec06 .sec_body .flow_arrow li {
      width: 51%; }
      .nuro-lp #sec06 .sec_body .flow_arrow li:nth-child(1) {
        width: 45%; }
      .nuro-lp #sec06 .sec_body .flow_arrow li.sp_current {
        width: 55%; }
    .nuro-lp #sec06 .sec_body .flow_icon li {
      width: 48%; }
      .nuro-lp #sec06 .sec_body .flow_icon li:nth-child(2) {
        width: 50%; }
      .nuro-lp #sec06 .sec_body .flow_icon li.current {
        width: 50%;
        padding-left: 0.5%; }
      .nuro-lp #sec06 .sec_body .flow_icon li img {
        width: 120px; }
      .nuro-lp #sec06 .sec_body .flow_icon li p {
        padding: 0 0.8em;
        font-size: 12px; } }

.nuro-lp #sec07 .sec_title {
  margin-bottom: 60px; }

.nuro-lp #sec07 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 980px;
  margin: 0 auto 1.5em;
  padding: 0 20px; }
  .nuro-lp #sec07 .container .pic_area {
    width: 33%; }
    .nuro-lp #sec07 .container .pic_area .logo_img {
      display: block;
      width: 145px;
      height: auto;
      margin: 1.5em 0 0.8em; }
    .nuro-lp #sec07 .container .pic_area p {
      margin-top: 0.8em;
      line-height: 1.3; }
  .nuro-lp #sec07 .container .text_area {
    width: 61%; }
    .nuro-lp #sec07 .container .text_area dl {
      line-height: 1.4; }
      .nuro-lp #sec07 .container .text_area dl + dl {
        margin-top: 2em; }
    .nuro-lp #sec07 .container .text_area dt, .nuro-lp #sec07 .container .text_area dd {
      position: relative;
      padding-left: 90px; }
      .nuro-lp #sec07 .container .text_area dt:before, .nuro-lp #sec07 .container .text_area dd:before {
        position: absolute;
        top: 0;
        left: 0;
        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: 2em;
        height: 2em;
        color: #fff;
        font-size: 30px;
        font-weight: 500;
        background: #10cfab; }
    .nuro-lp #sec07 .container .text_area dt {
      min-height: 2.5em;
      margin-bottom: 0;
      padding-top: 1em;
      padding-bottom: 1.2em;
      font-weight: 500;
      font-size: 113%; }
      .nuro-lp #sec07 .container .text_area dt:before {
        content: 'Q'; }
    .nuro-lp #sec07 .container .text_area dd {
      padding-top: .6em;
      line-height: 1.6; }
      .nuro-lp #sec07 .container .text_area dd:before {
        content: 'A';
        background: #4d4d4d; }
  @media screen and (max-width: 880px) {
    .nuro-lp #sec07 .container {
      display: block; }
      .nuro-lp #sec07 .container .pic_area {
        width: 80%;
        max-width: 600px;
        margin: 0 auto;
        text-align: center; }
        .nuro-lp #sec07 .container .pic_area .logo_img {
          width: 120px;
          margin: 1.5em auto 0.8em; }
      .nuro-lp #sec07 .container .text_area {
        width: auto;
        margin-top: 3em; }
        .nuro-lp #sec07 .container .text_area dt, .nuro-lp #sec07 .container .text_area dd {
          padding-left: 70px; }
          .nuro-lp #sec07 .container .text_area dt:before, .nuro-lp #sec07 .container .text_area dd:before {
            padding-bottom: 0.1em;
            font-size: 26px; }
        .nuro-lp #sec07 .container .text_area dt {
          margin-bottom: 1em; } }
  @media screen and (max-width: 580px) {
    .nuro-lp #sec07 .container {
      padding: 0; }
      .nuro-lp #sec07 .container .text_area dl + dl {
        margin-top: 3em; }
      .nuro-lp #sec07 .container .text_area dt, .nuro-lp #sec07 .container .text_area dd {
        padding-top: 0.3em;
        padding-left: 60px;
        font-size: 100%;
        line-height: 1.6; }
        .nuro-lp #sec07 .container .text_area dt:before, .nuro-lp #sec07 .container .text_area dd:before {
          padding-bottom: 0.1em;
          font-size: 22px; }
      .nuro-lp #sec07 .container .text_area dt {
        padding-top: 0.6em;
        margin-bottom: 0.4em;
        min-height: 2em; } }

.nuro-lp #sec08 .sec_body .text_caution {
  display: inline-block;
  padding-right: 0.2em;
  font-size: 0.7em;
  vertical-align: top; }

.nuro-lp #sec08 .sec_body h2, .nuro-lp #sec08 .sec_body h3 {
  color: #239c8e;
  text-align: center;
  line-height: 1.4; }

.nuro-lp #sec08 .sec_body h2 {
  font-size: 28px; }

.nuro-lp #sec08 .sec_body h3 {
  padding-top: 0.3em;
  font-size: 20px; }

.nuro-lp #sec08 .sec_body .col_service,
.nuro-lp #sec08 .sec_body .text_service {
  max-width: 990px;
  margin: 0 auto 0; }

.nuro-lp #sec08 .sec_body .col_service {
  margin-top: 40px;
  padding: 40px 0;
  background: #fff; }
  .nuro-lp #sec08 .sec_body .col_service .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .nuro-lp #sec08 .sec_body .col_service h4 {
    margin-bottom: 1em;
    font-size: 30px;
    color: #4d4d4d;
    text-align: center; }
    .nuro-lp #sec08 .sec_body .col_service h4 img {
      display: inline-block;
      width: 140px; }
  .nuro-lp #sec08 .sec_body .col_service .box {
    margin: 0 35px;
    width: 355px;
    text-align: center; }
    .nuro-lp #sec08 .sec_body .col_service .box h5 {
      position: relative;
      display: inline-block;
      min-width: 185px;
      margin: 0.5em 0 1.5em;
      padding: 7px 10px;
      color: #287C97;
      font-size: 18px;
      text-align: center;
      background: #FFF;
      border: solid 2px #287C97;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .nuro-lp #sec08 .sec_body .col_service .box h5:before {
        content: "";
        position: absolute;
        bottom: -24px;
        left: 50%;
        margin-left: -15px;
        border: 12px solid transparent;
        border-top: 12px solid #FFF;
        z-index: 2; }
      .nuro-lp #sec08 .sec_body .col_service .box h5:after {
        content: "";
        position: absolute;
        bottom: -29px;
        left: 50%;
        margin-left: -17px;
        border: 14px solid transparent;
        border-top: 14px solid #287C97;
        z-index: 1; }
      .nuro-lp #sec08 .sec_body .col_service .box h5 span {
        display: block;
        margin: 0;
        padding: 0; }
    .nuro-lp #sec08 .sec_body .col_service .box dt {
      padding: 0.4em 0.2em 0.5em;
      font-size: 20px;
      font-weight: 600;
      color: #fff;
      background: #287c97; }
    .nuro-lp #sec08 .sec_body .col_service .box dd {
      height: 3.6em;
      padding-top: 0.5em;
      text-align: left;
      line-height: 1.4; }
    .nuro-lp #sec08 .sec_body .col_service .box.box_mobile h5 {
      color: #239C8E; }
      .nuro-lp #sec08 .sec_body .col_service .box.box_mobile h5:after {
        border-top: 14px solid #239C8E; }
    .nuro-lp #sec08 .sec_body .col_service .box.box_mobile dt {
      background: #239C8E; }

.nuro-lp #sec08 .sec_body .text_service h4 {
  margin-top: 50px;
  padding: 0.5em 1em;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  background: #287c97; }
  .nuro-lp #sec08 .sec_body .text_service h4.mobile {
    background: #239C8E; }

.nuro-lp #sec08 .sec_body .text_service dl {
  padding: 1.5em 0 0 1.2em; }

.nuro-lp #sec08 .sec_body .text_service dt {
  padding: 0.2em 0.7em 0.3em;
  border-left: #000 4px solid;
  font-size: 20px;
  font-weight: 500; }

.nuro-lp #sec08 .sec_body .text_service dd {
  margin: 1.2em 0 2em;
  padding-left: 1.2em;
  line-height: 1.4; }

@media screen and (max-width: 880px) {
  .nuro-lp #sec08 .sec_body h2 {
    font-size: 24px; }
  .nuro-lp #sec08 .sec_body h3 {
    font-size: 18px; }
  .nuro-lp #sec08 .sec_body .col_service h4 {
    font-size: 26px; }
    .nuro-lp #sec08 .sec_body .col_service h4 img {
      width: 110px; }
  .nuro-lp #sec08 .sec_body .col_service .box {
    margin: 0 20px;
    width: 48%; }
    .nuro-lp #sec08 .sec_body .col_service .box h5 {
      font-size: 15px; }
    .nuro-lp #sec08 .sec_body .col_service .box dt {
      padding: 0.6em 0.2em 0.7em;
      font-size: 17px; }
    .nuro-lp #sec08 .sec_body .col_service .box dd {
      min-height: 3.6em;
      height: auto;
      font-size: 14px; } }

@media screen and (max-width: 580px) {
  .nuro-lp #sec08 .sec_body h2 {
    font-size: 18px; }
  .nuro-lp #sec08 .sec_body h3 {
    font-size: 15px; }
  .nuro-lp #sec08 .sec_body .col_service {
    margin-top: 30px;
    padding: 20px 0px; }
    .nuro-lp #sec08 .sec_body .col_service .inner {
      display: block; }
    .nuro-lp #sec08 .sec_body .col_service h4 {
      font-size: 18px; }
      .nuro-lp #sec08 .sec_body .col_service h4 img {
        width: 75px; }
    .nuro-lp #sec08 .sec_body .col_service .box {
      margin: 0 20px;
      width: auto; }
      .nuro-lp #sec08 .sec_body .col_service .box dt {
        font-size: 16px; }
      .nuro-lp #sec08 .sec_body .col_service .box dd {
        padding-bottom: 1em;
        min-height: inherit;
        height: auto;
        font-size: 14px; }
  .nuro-lp #sec08 .sec_body .text_service h4 {
    font-size: 16px; }
  .nuro-lp #sec08 .sec_body .text_service dl {
    padding: 1.5em 1em 0 1.2em; }
  .nuro-lp #sec08 .sec_body .text_service dt {
    font-size: 16px; }
  .nuro-lp #sec08 .sec_body .text_service dd {
    margin: 0.8em 0 2em;
    padding-left: 1.2em;
    line-height: 1.4; } }

/* 追従
=====================================================*/
article {
  overflow: hidden; }

.cv_float {
  position: fixed;
  bottom: -4.5em;
  width: 100%;
  min-height: 3em;
  background: #c3ebe2;
  z-index: 10;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  .cv_float .cv_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 430px;
    margin: 0 auto;
    padding: 0.6em; }
    .cv_float .cv_btn li {
      width: 48.5%;
      margin: 0;
      font-size: 113%; }
  @media screen and (max-width: 580px) {
    .cv_float {
      min-height: 3.5em; }
      .cv_float .cv_btn {
        max-width: 300px;
        font-size: 13px; } }
  .cv_float.float_on {
    bottom: 0; }
  .cv_float.op_off {
    opacity: 0; }
    .cv_float.op_off .cv_btn {
      display: none; }

/* CV old
=====================================================*/
.button {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  min-width: 380px;
  min-height: 7.3rem;
  padding: 0;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: none;
  color: #fff;
  font: inherit;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2.4rem;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }

@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .button {
    line-height: 7.3rem; } }

@media screen and (max-width: 601px) {
  .button {
    min-width: auto;
    min-height: 14vw;
    font-size: 3.5vw; } }

.button:after, .button:before {
  position: absolute;
  content: ""; }

@media screen and (max-width: 843px) {
  .button:after {
    right: 2vw; } }

@media screen and (max-width: 601px) {
  .button:after {
    width: 2vw;
    height: 4vw;
    right: 3vw; } }

.button__text {
  position: relative;
  left: 20px;
  letter-spacing: 3px; }

@media screen and (max-width: 843px) {
  .button__text {
    left: 7vw; } }

.button__desc {
  position: absolute;
  top: 0;
  left: 0;
  width: 7.4rem;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  font-size: 18px;
  line-height: 1.33;
  letter-spacing: 2.88px;
  background: #0f9581; }

.button__desc:before {
  position: absolute;
  content: "";
  top: 0;
  right: -2.69rem;
  width: 0;
  height: 0;
  border-width: 3.6rem 0 3.6rem 2.7rem;
  border-color: transparent transparent transparent #0f9581;
  border-style: solid; }

@media screen and (max-width: 601px) {
  .button__desc:before {
    right: -4.9vw;
    border-width: 7.1vw 0 7.1vw 5vw; } }

@media screen and (max-width: 843px) {
  .button__desc {
    width: 14vw;
    font-size: 3vw; } }

.button__desc-small {
  font-size: 14px; }

@media screen and (max-width: 843px) {
  .button__desc-small {
    font-size: 2.5vw; } }

.button:after, .button:before {
  position: absolute;
  content: ""; }

.button:after {
  background: url(../../img/icon-arrow.svg) no-repeat;
  width: 0.9rem;
  height: 2.0rem;
  background-size: 100% auto;
  right: 2.0rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-position: 50%; }

.button--size-medium {
  min-height: 5rem;
  font-size: 1.6rem;
  line-height: 2.85rem; }

@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .button--size-medium {
    line-height: 8.7rem; } }

.button--size-medium:hover:before {
  background-size: 12.2rem auto; }

@media screen and (max-width: 843px) {
  .button--size-medium {
    margin: 0 auto;
    min-width: auto; } }

@media screen and (max-width: 601px) {
  .button--size-medium {
    width: 100%;
    min-width: 100%;
    min-height: 18vw;
    font-size: 5vw; }
  .button--size-medium:after {
    width: 3vw;
    height: 5vw;
    right: 5vw; } }

.button--size-medium .button__text {
  left: 22px; }

@media screen and (max-width: 843px) {
  .button--size-medium .button__text {
    left: 6vw; } }

.button--size-medium .button__desc {
  width: 8.7rem;
  font-size: 2.1rem;
  letter-spacing: 3.44px; }

.button--size-medium .button__desc:before {
  right: -3.37rem;
  border-width: 4.4rem 0 4.4rem 3.4rem; }

@media screen and (max-width: 601px) {
  .button--size-medium .button__desc:before {
    right: -6vw;
    border-width: 9vw 0 9vw 6vw; } }

@media screen and (max-width: 843px) {
  .button--size-medium .button__desc {
    width: 12vw;
    font-size: 2.5vw; } }

@media screen and (max-width: 601px) {
  .button--size-medium .button__desc {
    width: 18vw;
    font-size: 4vw; } }

.button--size-medium .button__desc-small {
  font-size: 1.65rem;
  letter-spacing: 2.64px; }

@media screen and (max-width: 843px) {
  .button--size-medium .button__desc-small {
    font-size: 2vw; } }

@media screen and (max-width: 601px) {
  .button--size-medium .button__desc-small {
    font-size: 3vw; } }

.nuro-lp__banner {
  background: #d6e0e9; }

@media screen and (max-width: 767px) {
  .nuro-lp__banner {
    /*border-top: 4px solid #424040;*/ } }

@media screen and (max-width: 601px) {
  .nuro-lp__banner {
    /*   margin-top: 46vw;*/ } }

@media screen and (max-width: 767px) {
  .nuro-lp__banner--pc {
    display: none; } }

.nuro-lp__banner-container {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 0 12rem 0 10rem;
  height: 18.4rem;
  z-index: 1;
  max-width: 1920px; }

.nuro-lp__banner .nuro-lp__container {
  max-width: 1920px; }

.nuro-lp__container {
  position: relative;
  max-width: 1120px;
  margin: 0 auto; }

@media screen and (max-width: 1024px) {
  .nuro-lp__banner-container {
    padding: 0 7rem; } }

@media screen and (max-width: 601px) {
  .nuro-lp__container {
    padding: 0 4vw; }
  .sp {
    display: inline-block; } }

.button--bg-black {
  background: #373737; }

.button--bg-black .button__desc {
  background: #242424; }

.button--bg-black .button__desc:before {
  border-color: transparent transparent transparent #242424; }

.button--bg-orange {
  background: #e06b2b; }

.cv_area .button--size-medium .button__desc {
  width: 0.5rem; }

.button--size-medium.button--bg-orange .button__desc {
  background: #c65213; }

.button--size-medium.button--bg-orange .button__desc:before {
  border-color: transparent transparent transparent #c65213; }

.cv_area .button--size-medium .button__text {
  left: 0px; }

.button--bg-orange.button:hover .button__desc {
  background: #919300; }

/*
.button--size-medium.button--bg-orange:hover .button__desc:before{
  border-color: transparent transparent transparent #919300;
}
*/
.button--size-medium.button--bg-orange .button__desc {
  background: #c65213; }

.button--size-medium.button--bg-orange .button__desc:before {
  border-color: transparent transparent transparent #c65213; }

.cv_area .button--size-medium .button__text {
  left: 0px; }

.button--bg-orange.button:hover .button__desc {
  background: #919300; }

.button--size-medium.button--bg-orange:hover .button__desc:before {
  border-color: transparent transparent transparent #919300; }

@media screen and (max-width: 1024px) {
  .nuro-lp__banner-container {
    min-height: 100%;
    height: 16rem;
    /*padding: 4rem 1rem;*/ } }

@media screen and (max-width: 767px) {
  .nuro-lp__banner-container {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    height: auto;
    min-height: auto;
    padding: 9vw 0 8vw; } }

@media screen and (max-width: 1024px) {
  .nuro-lp__banner-container:before {
    right: 1.6rem;
    background-size: 100% auto;
    width: 10rem;
    height: 100%; } }

@media screen and (max-width: 843px) {
  .nuro-lp__banner-container:before {
    right: 1.9rem; } }

/*@media screen and (max-width: 767px) {
  .nuro-lp__banner-container:before {
    right: auto;
    background: url(../img/mascot-here_sp.png) no-repeat;
    transform: translateX(-50%);
    left: 50%;
    background-size: 100% auto;
    background-position: bottom;
    width: 80%;
    height: 100%;
    bottom: 92%;
  }
}*/
@media screen and (max-width: 601px) {
  .nuro-lp__banner-container:before {
    top: auto;
    bottom: 94.5%; } }

.nuro-lp__banner-btn {
  margin-left: 5rem;
  width: 475px; }
  .nuro-lp__banner-btn a {
    color: #fff;
    text-align: center; }

@media screen and (max-width: 1024px) {
  .nuro-lp__banner-btn {
    margin-left: 3rem; } }

@media screen and (max-width: 767px) {
  .nuro-lp__banner-btn {
    margin-left: 0;
    padding-top: 12vw; } }

@media screen and (max-width: 646px) {
  .nuro-lp__banner-btn {
    width: 90%; } }

.nuro-lp__banner-bg {
  position: absolute;
  width: 100vw;
  height: 100%;
  background: #13a48e url(../../img/banner-bg.png) repeat;
  background-size: cover;
  top: 0;
  background-position: left -16rem; }

@media screen and (max-width: 767px) {
  .nuro-lp__banner-bg {
    right: 0;
    background-position: 50%; } }

.nuro-lp__banner-content {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start; }

@media screen and (max-width: 767px) {
  .nuro-lp__banner-content {
    margin-top: 0; } }

.nuro-lp__banner-content p {
  font-size: 0.85rem;
  line-height: 1;
  color: #fff; }

.nuro-lp__banner-content img {
  width: 100%;
  padding: 1.4rem 0; }

@media screen and (max-width: 601px) {
  .nuro-lp__banner-content img {
    width: 12rem; } }

/* 設定上書き */
.cv_area {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.cv_area .button {
  min-width: 300px;
  margin-right: 15px; }

.cv_area .button--size-medium {
  width: 34rem;
  font-size: 2.6rem; }

.cv_area .button--size-medium .button__desc {
  width: 0.5rem; }

.button--size-medium.button--bg-orange .button__desc {
  background: #c65213; }

.button--size-medium.button--bg-orange .button__desc:before {
  border-color: transparent transparent transparent #c65213; }

.cv_area .button--size-medium .button__text {
  left: 0px; }

.button--bg-orange.button:hover .button__desc {
  background: #919300; }

.button--size-medium.button--bg-orange:hover .button__desc:before {
  border-color: transparent transparent transparent #919300; }

@media (max-width: 1024px) {
  .nuro-lp__banner .nuro-lp__container {
    padding: 30px 0; } }

@media screen and (max-width: 843px) {
  .display-pc.cv_area {
    display: none !important; }
  .header__menuArea .cvbtn_area {
    width: 85%; }
  .header__menuArea .cvbtn_area .button {
    min-width: auto;
    width: 50%;
    padding: 10px; }
  .header__menuArea .cvbtn_area .button:after {
    width: 1.3vw; }
  .header__menuArea .cvbtn_area .button .button__text {
    font-size: 2.7vw;
    left: -5px;
    letter-spacing: 2px; }
  .display-sp .button--size-medium .button__desc {
    width: 10px; }
  .display-sp .button--size-medium .button__text {
    left: 1vw; }
  .display-sp .button--size-medium:first-child {
    margin-bottom: 12px; } }

@media screen and (max-width: 600px) {
  .nuro-lp__banner .nuro-lp__container {
    padding: 30px 30px; } }

.nuro-lp__banner-container .button--size-medium .button__text {
  left: 12px; }

.nuro-lp__banner-container .button--size-medium .button__desc {
  width: 0.02rem;
  top: -35%; }
  @media screen and (max-width: 580px) {
    .nuro-lp__banner-container .button--size-medium .button__desc {
      top: 0%; } }

.nuro-lp__banner-container .button--size-medium:first-child {
  margin-bottom: 20px; }

@media screen and (min-width: 1280px) {
  .nuro-lp__banner-content {
    width: 255px; }
  .nuro-lp__banner-container .nuro-lp__banner-btn {
    width: calc(100% - 350px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .nuro-lp__banner-container .button--size-medium {
    width: 48%; }
  .nuro-lp__banner-container .button--size-medium:first-child {
    margin-bottom: 0;
    margin-right: 15px; } }
