@charset "UTF-8";
/* Scss Document */
html {
  box-sizing: border-box;
  font-size: 2.564102567vw;
  font-weight: 400; }

@media only screen and (min-width: 48.75em) {
  html {
    font-size: 1.85185185vw; } }
@media only screen and (min-width: 67.5em) {
  html {
    font-size: 125%; } }
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100; }
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200; }
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300; }
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400; }
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold; }
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100; }
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200; }
body {
  overflow-x: hidden;
  line-height: 1.8;
  word-break: break-all;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 400;
  font-style: normal;
  color: #575868; }

img {
  height: auto;
  max-width: 100%;
  transition: .3s; }

a::hover img {
  opacity: .8; }

svg {
  height: 100%;
  width: 100%; }

img[srcset] {
  width: 100%;
  transition: .3s; }

.st-Layout * {
  color: inherit;
  font-size: 1em;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
  transition-duration: .5s;
  transition-property: none;
  transition-timing-function: ease-in-out; }
  .st-Layout *::before, .st-Layout *::after {
    transition-duration: inherit;
    transition-property: inherit;
    transition-timing-function: inherit; }
.st-Layout li {
  list-style-type: inherit; }

a {
  transition: .3s; }

a:hover img {
  opacity: .8; }

/*
.zen-kaku-gothic-new-medium {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  font-style: normal;
}

.zen-kaku-gothic-new-bold {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  font-style: normal;
}
*/
.font-noto {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-style: normal; }

.font-montserrat {
  font-family: "montserrat", sans-serif;
  font-style: normal; }

.st-Width {
  padding-left: calc(50rem / 20);
  padding-right: calc(50rem / 20);
  width: 100%; }

@media only screen and (min-width: 48.75em) {
  .st-Width {
    padding-left: calc(40rem / 20);
    padding-right: calc(40rem / 20);
    margin-left: auto;
    margin-right: auto; } }
@media only screen and (min-width: 48.75em) {
  .st-Width {
    width: calc(1080rem / 20); } }
.st-Header {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  background: #fff; }
  .st-Header .inner {
    padding-top: calc(25rem / 20);
    padding-bottom: calc(25rem / 20);
    padding-left: calc(50rem / 20);
    display: -webkit-box;
    display: -webkit-flex;
    display: flex; }
  .st-Header .logo {
    width: calc(338rem / 20); }
  .st-Header .tel-list-pc {
    display: none; }
  .st-Header .telarea-pc {
    display: none; }
  .st-Header .mail {
    margin-left: auto;
    margin-right: calc(150rem / 20); }
    .st-Header .mail a {
      background: #938c7c;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      width: calc(78rem / 20);
      height: calc(78rem / 20);
      border-radius: 50%; }
    .st-Header .mail img {
      width: calc(43rem / 20); }
    .st-Header .mail .mailtxt {
      display: none; }
  .st-Header .st-Nav-pc {
    display: none; }

@media only screen and (min-width: 48.75em) {
  .st-Header {
    position: relative; }
    .st-Header .inner {
      padding-top: calc(30rem / 20);
      padding-bottom: 0;
      padding-left: 0;
      -webkit-box-lines: multiple;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      align-items: flex-start; }
    .st-Header .logo {
      width: calc(300rem / 20);
      margin-bottom: calc(20rem / 20);
      margin-left: calc(53rem / 20); }
    .st-Header .telarea-pc {
      display: block;
      margin-left: auto;
      text-align: right;
      margin-right: calc(26rem / 20); }
    .st-Header .tel-ttl-pc {
      font-size: calc(30rem / 20);
      margin-left: calc(50rem / 20);
      position: relative;
      padding-left: calc(35rem / 20);
      line-height: 1.1;
      color: #4b4537; }
      .st-Header .tel-ttl-pc::before {
        content: "";
        background: url("../images/njdr.jp__ico_tel_black.png") no-repeat;
        background-size: calc(30rem / 20);
        width: calc(30rem / 20);
        height: calc(23rem / 20);
        top: 50%;
        transform: translateY(-50%);
        left: calc(29rem / 20);
        position: absolute; }
    .st-Header .tel-list-pc {
      display: block;
      text-align: right;
      font-size: calc(16rem / 20);
      color: #4b4537;
      line-height: 1.1; }
    .st-Header .mail {
      margin-left: 0;
      margin-right: calc(53rem / 20);
      position: relative; }
      .st-Header .mail a {
        width: calc(230rem / 20);
        height: calc(60rem / 20);
        border-radius: .25rem;
        transition: .3s; }
        .st-Header .mail a:hover {
          opacity: .7; }
      .st-Header .mail img {
        width: calc(30rem / 20);
        position: absolute;
        top: 50%;
        left: calc(40rem / 20);
        transform: translateY(-50%); }
      .st-Header .mail .mailtxt {
        display: block;
        color: #fff;
        padding-left: calc(40rem / 20); }
    .st-Header .st-Nav-pc {
      display: block; } }
.st-Nav {
  position: fixed;
  z-index: 99;
  transition: .3s;
  top: 0;
  right: -100vw;
  background: #f0ede6;
  width: calc(735rem / 20);
  height: 100%;
  padding-top: calc(35rem / 20);
  overflow-y: scroll; }
  .st-Nav.menu-expanded {
    right: 0; }
  .st-Nav .logo {
    width: calc(363rem / 20);
    margin-bottom: calc(65rem / 20);
    margin-left: calc(50rem / 20); }
  .st-Nav .list {
    width: 90%;
    position: relative;
    margin-bottom: calc(50rem / 20);
    margin-left: calc(50rem / 20); }
    .st-Nav .list > li {
      font-size: calc(48rem / 20);
      position: relative; }
      .st-Nav .list > li > a {
        display: block;
        padding-left: calc(70rem / 20);
        padding-right: calc(40rem / 20);
        padding-top: calc(20rem / 20);
        padding-bottom: calc(20rem / 20); }
      .st-Nav .list > li.i1::before {
        content: "";
        background: url("../images/njdr.jp__ico_n1.png") no-repeat;
        background-size: calc(45rem / 20);
        width: calc(45rem / 20);
        height: calc(44rem / 20);
        top: calc(41rem / 20);
        left: 0;
        position: absolute; }
      .st-Nav .list > li.i2::before {
        content: "";
        background: url("../images/njdr.jp__ico_n1_pc.png") no-repeat;
        background-size: calc(45rem / 20);
        width: calc(45rem / 20);
        height: calc(55rem / 20);
        top: calc(41rem / 20);
        left: calc(-2rem / 20);
        position: absolute; }
      .st-Nav .list > li.i2-1::before {
        content: "";
        background: url("../images/njdr.jp__ico_n2_pc.png") no-repeat;
        background-size: calc(48rem / 20);
        width: calc(48rem / 20);
        height: calc(48rem / 20);
        top: calc(41rem / 20);
        left: calc(-2rem / 20);
        position: absolute; }
      .st-Nav .list > li.i2-2::before {
        content: "";
        background: url("../images/njdr.jp__ico_n3_pc.png") no-repeat;
        background-size: calc(43rem / 20);
        width: calc(43rem / 20);
        height: calc(45rem / 20);
        top: calc(41rem / 20);
        left: calc(-2rem / 20);
        position: absolute; }
      .st-Nav .list > li.i3::before {
        content: "";
        background: url("../images/njdr.jp__ico_n3.png") no-repeat;
        background-size: calc(44rem / 20);
        width: calc(44rem / 20);
        height: calc(45rem / 20);
        top: calc(41rem / 20);
        left: 0;
        position: absolute; }
      .st-Nav .list > li.i4::before {
        content: "";
        background: url("../images/njdr.jp__ico_n4.png") no-repeat;
        background-size: calc(44rem / 20);
        width: calc(44rem / 20);
        height: calc(44rem / 20);
        top: calc(41rem / 20);
        left: 0;
        position: absolute; }
      .st-Nav .list > li.i5::before {
        content: "";
        background: url("../images/njdr.jp__ico_n5.png") no-repeat;
        background-size: calc(40rem / 20);
        width: calc(40rem / 20);
        height: calc(43rem / 20);
        top: calc(41rem / 20);
        left: 0;
        position: absolute; }
      .st-Nav .list > li.i6::before {
        content: "";
        background: url("../images/njdr.jp__ico_n6.png") no-repeat;
        background-size: calc(46rem / 20);
        width: calc(46rem / 20);
        height: calc(46rem / 20);
        top: calc(41rem / 20);
        left: 0;
        position: absolute; }
      .st-Nav .list > li.i7::before {
        content: "";
        background: url("../images/njdr.jp__ico_n7.png") no-repeat;
        background-size: calc(45rem / 20);
        width: calc(45rem / 20);
        height: calc(43rem / 20);
        top: calc(41rem / 20);
        left: 0;
        position: absolute; }
      .st-Nav .list > li.i8::before {
        content: "";
        background: url("../images/njdr.jp__ico_n8.png") no-repeat;
        background-size: calc(46rem / 20);
        width: calc(46rem / 20);
        height: calc(42rem / 20);
        top: calc(41rem / 20);
        left: 0;
        position: absolute; }
  .st-Nav .menu-second {
    position: relative; }
    .st-Nav .menu-second::before {
      transition: .1s;
      content: "";
      background: url("../images/njdr.jp__ico_cur.png") no-repeat;
      background-size: calc(15rem / 20);
      width: calc(15rem / 20);
      height: calc(30rem / 20);
      top: calc(41rem / 20);
      right: calc(21rem / 20);
      position: absolute; }
    .st-Nav .menu-second.active::before {
      transform: rotate(90deg); }
  .st-Nav .second-list {
    display: none; }
    .st-Nav .second-list li {
      font-size: calc(36rem / 20); }
      .st-Nav .second-list li a {
        display: block;
        padding-left: calc(70rem / 20);
        padding-top: calc(10rem / 20);
        padding-bottom: calc(10rem / 20); }
  .st-Nav .nav-mail {
    text-align: center;
    font-size: calc(36rem / 20);
    position: relative;
    color: #fff;
    width: calc(630rem / 20);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: calc(70rem / 20); }
    .st-Nav .nav-mail a {
      display: block;
      background: #938c7c;
      padding-top: calc(36rem / 20);
      padding-bottom: calc(36rem / 20);
      border-radius: .5rem; }
      .st-Nav .nav-mail a::before {
        content: "";
        background: url("../images/njdr.jp__ico_mail.png") no-repeat;
        background-size: calc(53rem / 20);
        width: calc(53rem / 20);
        height: calc(46rem / 20);
        top: 50%;
        transform: translateY(-50%);
        left: calc(130rem / 20);
        position: absolute; }
  .st-Nav .tel-ttl {
    font-size: calc(72rem / 20);
    margin-left: calc(50rem / 20);
    position: relative;
    padding-left: calc(90rem / 20);
    color: #938c7c; }
    .st-Nav .tel-ttl::before {
      content: "";
      background: url("../images/njdr.jp__ico_tel.png") no-repeat;
      background-size: calc(79rem / 20);
      width: calc(79rem / 20);
      height: calc(59rem / 20);
      top: 50%;
      transform: translateY(-50%);
      left: 0;
      position: absolute; }
  .st-Nav .tel-list {
    text-align: right;
    margin-right: calc(75rem / 20);
    font-size: calc(30rem / 20);
    color: #938c7c; }
    .st-Nav .tel-list li {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: end;
      -webkit-flex-pack: end;
      -webkit-justify-content: flex-end;
      justify-content: flex-end; }
    .st-Nav .tel-list .txt {
      font-size: calc(32rem / 20); }
    .st-Nav .tel-list .tel {
      margin-left: calc(15rem / 20); }
  .st-Nav .logo-sm {
    width: calc(115rem / 20);
    margin-left: auto;
    margin-right: auto;
    margin-top: calc(75rem / 20);
    margin-bottom: calc(75rem / 20); }

@media only screen and (min-width: 48.75em) {
  .st-Nav.sp {
    display: none; }

  .st-Nav-pc {
    width: 100%;
    background: #f0ede6; }
    .st-Nav-pc > ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -webkit-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-lines: multiple;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
      .st-Nav-pc > ul > li {
        position: relative;
        transition: .3s; }
        .st-Nav-pc > ul > li:hover > a {
          opacity: .6; }
        .st-Nav-pc > ul > li:hover .second-list-pc {
          display: block;
          opacity: 1; }
        .st-Nav-pc > ul > li > a {
          transition: .3s;
          display: block;
          padding-top: calc(15rem / 20);
          padding-bottom: calc(15rem / 20);
          padding-left: calc(35rem / 20);
          padding-right: calc(27rem / 20); }
        .st-Nav-pc > ul > li.s1::before {
          content: "";
          background: url("../images/njdr.jp__ico_n1_pc.png") no-repeat;
          background-size: calc(24rem / 20);
          width: calc(24rem / 20);
          height: calc(24rem / 20);
          top: 50%;
          transform: translateY(-50%);
          left: 0;
          position: absolute; }
        .st-Nav-pc > ul > li.s2::before {
          content: "";
          background: url("../images/njdr.jp__ico_n2_pc.png") no-repeat;
          background-size: calc(29rem / 20);
          width: calc(29rem / 20);
          height: calc(24rem / 20);
          top: calc(24rem / 20);
          left: 0;
          position: absolute; }
        .st-Nav-pc > ul > li.s3::before {
          content: "";
          background: url("../images/njdr.jp__ico_n3_pc.png") no-repeat;
          background-size: calc(24rem / 20);
          width: calc(24rem / 20);
          height: calc(24rem / 20);
          top: 50%;
          transform: translateY(-50%);
          left: 0;
          position: absolute; }
        .st-Nav-pc > ul > li.s4::before {
          content: "";
          background: url("../images/njdr.jp__ico_n4_pc.png") no-repeat;
          background-size: calc(25rem / 20);
          width: calc(25rem / 20);
          height: calc(26rem / 20);
          top: 50%;
          transform: translateY(-50%);
          left: 0;
          position: absolute; }
        .st-Nav-pc > ul > li.s5::before {
          content: "";
          background: url("../images/njdr.jp__ico_n5_pc.png") no-repeat;
          background-size: calc(23rem / 20);
          width: calc(23rem / 20);
          height: calc(24rem / 20);
          top: 50%;
          transform: translateY(-50%);
          left: 0;
          position: absolute; }
        .st-Nav-pc > ul > li.s6::before {
          content: "";
          background: url("../images/njdr.jp__ico_n6_pc.png") no-repeat;
          background-size: calc(25rem / 20);
          width: calc(25rem / 20);
          height: calc(24rem / 20);
          top: 50%;
          transform: translateY(-50%);
          left: 0;
          position: absolute; }
        .st-Nav-pc > ul > li.s7::before {
          content: "";
          background: url("../images/njdr.jp__ico_n7_pc.png") no-repeat;
          background-size: calc(24rem / 20);
          width: calc(24rem / 20);
          height: calc(24rem / 20);
          top: 50%;
          transform: translateY(-50%);
          left: 0;
          position: absolute; }
        .st-Nav-pc > ul > li.s8::before {
          content: "";
          background: url("../images/njdr.jp__ico_n8_pc.png") no-repeat;
          background-size: calc(27rem / 20);
          width: calc(27rem / 20);
          height: calc(24rem / 20);
          top: 50%;
          transform: translateY(-50%);
          left: 0;
          position: absolute; }

  .second-list-pc {
    display: none;
    position: absolute;
    top: calc(66rem / 20);
    left: 0;
    z-index: 9;
    width: calc(185rem / 20); }
    .second-list-pc.l2 {
      width: calc(230rem / 20); }
    .second-list-pc.l3 {
      width: calc(185rem / 20); }
    .second-list-pc.l4 {
      width: calc(225rem / 20); }
    .second-list-pc li {
      font-size: calc(14rem / 20);
      background: rgba(226, 223, 216, 0.9);
      position: relative; }
      .second-list-pc li:last-of-type a::before {
        content: '└'; }
      .second-list-pc li a {
        display: block;
        padding-left: calc(35rem / 20);
        padding-top: calc(8rem / 20);
        padding-bottom: calc(8rem / 20);
        transition: .3s; }
        .second-list-pc li a:hover {
          opacity: .7; }
        .second-list-pc li a::before {
          content: '├';
          position: absolute;
          left: calc(15rem / 20);
          top: calc(8rem / 20); } }
.menu-trigger {
  display: block;
  width: calc(100rem / 20);
  height: calc(80rem / 20);
  position: fixed;
  top: calc(32rem / 20);
  right: calc(32rem / 20);
  z-index: 999; }
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    height: calc(3rem / 20);
    width: calc(73rem / 20);
    left: calc(14rem / 20);
    background: #938c7c;
    z-index: 99; }
    .menu-trigger span:nth-of-type(1) {
      top: calc(15rem / 20); }
    .menu-trigger span:nth-of-type(2) {
      top: calc(35rem / 20); }
    .menu-trigger span:nth-of-type(3) {
      top: calc(54rem / 20); }
  .menu-trigger.active {
    background: #575868;
    width: calc(75rem / 20);
    height: calc(75rem / 20);
    top: calc(32rem / 20);
    right: calc(32rem / 20); }
    .menu-trigger.active span {
      background: #fff;
      width: calc(48rem / 20); }
      .menu-trigger.active span:nth-of-type(1) {
        -webkit-transform: translateY(0.95rem) rotate(-45deg);
        transform: translateY(0.95rem) rotate(-45deg); }
      .menu-trigger.active span:nth-of-type(2) {
        opacity: 0; }
      .menu-trigger.active span:nth-of-type(3) {
        -webkit-transform: translateY(-0.95rem) rotate(45deg);
        transform: translateY(-0.95rem) rotate(45deg); }

@media only screen and (min-width: 48.75em) {
  .menu-trigger {
    display: none; } }
.st-Main {
  margin-top: calc(130rem / 20); }

@media only screen and (min-width: 48.75em) {
  .st-Main {
    margin-top: 0; } }
.home-Fv {
  position: relative; }
  .home-Fv::before {
    content: '';
    background: #c6e0e0;
    width: 100%;
    height: calc(517rem / 20);
    position: absolute; }

@media only screen and (min-width: 48.75em) {
  .home-Fv::before {
    width: 87.8477306002928vw;
    height: calc(677rem / 20); }
  .home-Fv .inner {
    width: calc(1366rem / 20);
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: calc(50rem / 20); } }
.fix-list {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: calc(130rem / 20); }
  .fix-list .btn {
    background: #001366;
    width: calc(140rem / 20);
    height: calc(140rem / 20);
    border-radius: 50%;
    color: #fff;
    font-size: calc(35rem / 20);
    font-weight: 400;
    line-height: 1.2;
    box-shadow: 0px 0px 18px -4px rgba(0, 0, 0, 0.6);
    position: absolute;
    right: calc(27rem / 20);
    top: calc(-80rem / 20); }
    .fix-list .btn a {
      display: block;
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -webkit-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      align-items: center; }
  .fix-list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex; }
    .fix-list ul li {
      position: relative;
      width: 50%;
      text-align: center;
      font-size: calc(40rem / 20); }
      .fix-list ul li a {
        padding-top: calc(25rem / 20);
        padding-bottom: calc(25rem / 20);
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem; }
      .fix-list ul li.cr a {
        background: #f6860e;
        display: block;
        box-shadow: 0px 0px 18px -4px rgba(0, 0, 0, 0.6);
        color: #fff15a;
        padding-left: calc(40rem / 20); }
        .fix-list ul li.cr a::before {
          content: "";
          background: url("../images/njdr.jp__ico_fix1.png") no-repeat;
          background-size: calc(54rem / 20);
          width: calc(54rem / 20);
          height: calc(53rem / 20);
          top: 50%;
          transform: translateY(-50%);
          left: calc(8rem / 20);
          position: absolute; }
      .fix-list ul li.line a {
        background: #06c655;
        display: block;
        box-shadow: 0px 0px 18px -4px rgba(0, 0, 0, 0.6);
        color: #fff;
        padding-left: calc(55rem / 20); }
        .fix-list ul li.line a::before {
          content: "";
          background: url("../images/njdr.jp__ico_fix2.png") no-repeat;
          background-size: calc(89rem / 20);
          width: calc(89rem / 20);
          height: calc(89rem / 20);
          top: 50%;
          transform: translateY(-50%);
          left: calc(48rem / 20);
          position: absolute; }

.st-Header .fix-list {
  display: none; }

@media only screen and (min-width: 48.75em) {
  .fix-list {
    width: calc(50rem / 20);
    margin-left: auto;
    padding-top: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99;
    height: 100vh; }
    .fix-list .btn {
      width: calc(90rem / 20);
      height: calc(90rem / 20);
      font-size: calc(22rem / 20);
      position: absolute;
      right: calc(50rem / 20);
      top: auto;
      bottom: calc(30rem / 20);
      transition: .3s; }
      .fix-list .btn:hover {
        opacity: .7; }
    .fix-list ul {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      flex-direction: column;
      position: absolute;
      top: calc(75rem / 20);
      right: 0; }
      .fix-list ul li {
        width: calc(50rem / 20);
        font-size: calc(22rem / 20);
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        margin-bottom: calc(15rem / 20);
        line-height: 1; }
        .fix-list ul li span {
          text-combine-upright: all; }
        .fix-list ul li a {
          padding-top: calc(50rem / 20);
          padding-bottom: calc(10rem / 20);
          border-top-left-radius: .25rem;
          border-bottom-left-radius: .25rem;
          border-top-right-radius: 0;
          width: 100%;
          transition: .3s; }
        .fix-list ul li.cr a {
          padding-left: 0;
          padding-left: calc(15rem / 20);
          padding-right: calc(15rem / 20); }
          .fix-list ul li.cr a::before {
            background-size: calc(30rem / 20);
            width: calc(30rem / 20);
            height: calc(30rem / 20);
            top: calc(15rem / 20);
            transform: translateY(0);
            left: 50%;
            transform: translateX(-50%); }
          .fix-list ul li.cr a:hover {
            opacity: .7; }
        .fix-list ul li.line a {
          padding-left: 0;
          padding-left: calc(15rem / 20);
          padding-right: calc(15rem / 20); }
          .fix-list ul li.line a::before {
            background-size: calc(40rem / 20);
            width: calc(40rem / 20);
            height: calc(40rem / 20);
            top: calc(7rem / 20);
            transform: translateY(0);
            left: 50%;
            transform: translateX(-50%); }
          .fix-list ul li.line a:hover {
            opacity: .7; }

  .st-Header .fix-list {
    display: block; }

  .home-Fv .fix-list {
    display: none; } }
.home-about {
  position: relative; }
  .home-about::before {
    content: '';
    background: #f1ebe4;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1; }
  .home-about .inner {
    padding-top: calc(130rem / 20);
    padding-bottom: calc(120rem / 20); }
  .home-about .en-ttl {
    text-align: center;
    font-size: calc(48rem / 20);
    font-weight: 500;
    color: #00ab84;
    line-height: 1; }
  .home-about .ttl {
    text-align: center;
    font-size: calc(60rem / 20);
    line-height: 1.2;
    padding-top: calc(20rem / 20);
    padding-bottom: calc(20rem / 20);
    position: relative;
    margin-bottom: calc(60rem / 20); }
    .home-about .ttl::before {
      content: '';
      border-bottom: 2px solid #575868;
      position: absolute;
      bottom: 0;
      width: 100%;
      left: calc(-50rem / 20); }
  .home-about .box {
    position: relative;
    height: calc(630rem / 20);
    margin-bottom: calc(90rem / 20); }
  .home-about .unit {
    width: calc(230rem / 20);
    position: absolute; }
    .home-about .unit.s1 {
      top: calc(110rem / 20);
      left: calc(50rem / 20); }
    .home-about .unit.s2 {
      top: 0;
      left: 50%;
      transform: translateX(-50%); }
    .home-about .unit.s3 {
      top: calc(110rem / 20);
      right: calc(50rem / 20); }
    .home-about .unit.s4 {
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
    .home-about .unit.s5 {
      bottom: calc(110rem / 20);
      left: calc(50rem / 20); }
    .home-about .unit.s6 {
      bottom: calc(110rem / 20);
      right: calc(50rem / 20); }
    .home-about .unit.s7 {
      bottom: 0;
      left: 50%;
      transform: translateX(-50%); }
  .home-about .txt {
    font-size: calc(28rem / 20); }
  .home-about .btn {
    font-size: calc(36rem / 20);
    text-align: center;
    color: #fff;
    margin-top: calc(80rem / 20); }
    .home-about .btn a {
      display: block;
      background: #575868;
      padding-top: calc(40rem / 20);
      padding-bottom: calc(40rem / 20);
      border-radius: .5rem; }

@media only screen and (min-width: 48.75em) {
  .home-about {
    background: url("../images/njdr.jp__s1_bg_pc.jpg") no-repeat 0 3.3rem;
    background-size: cover; }
    .home-about::before {
      content: '';
      background: none; }
    .home-about .inner {
      padding-top: calc(50rem / 20);
      padding-bottom: calc(220rem / 20); }
    .home-about .en-ttl {
      font-size: calc(30rem / 20); }
    .home-about .ttl {
      font-size: calc(36rem / 20);
      margin-bottom: calc(20rem / 20); }
      .home-about .ttl::before {
        left: 0; }
    .home-about .box {
      position: relative;
      width: calc(481rem / 20);
      height: calc(206rem / 20);
      margin-bottom: calc(90rem / 20); }
    .home-about .unit {
      width: calc(114rem / 20);
      position: absolute; }
      .home-about .unit.s1 {
        top: calc(54rem / 20);
        left: 0; }
      .home-about .unit.s2 {
        top: auto;
        bottom: 0;
        left: calc(92rem / 20);
        transform: translateX(0); }
      .home-about .unit.s3 {
        top: 0;
        left: calc(92rem / 20); }
      .home-about .unit.s5 {
        bottom: auto;
        top: 0;
        left: calc(276rem / 20); }
      .home-about .unit.s6 {
        top: auto;
        bottom: 0;
        right: auto;
        left: calc(276rem / 20); }
      .home-about .unit.s7 {
        top: calc(54rem / 20);
        bottom: auto;
        left: auto;
        right: 0;
        transform: translateX(0); }
    .home-about .wap {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between; }
    .home-about .txtarea {
      width: calc(500rem / 20);
      padding-left: calc(30rem / 20);
      padding-right: calc(30rem / 20); }
    .home-about .txt {
      font-size: calc(16rem / 20); }
    .home-about .btnwap {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between; }
    .home-about .btn {
      font-size: calc(18rem / 20);
      margin-top: calc(25rem / 20);
      width: calc(210rem / 20); }
      .home-about .btn a {
        padding-top: calc(15rem / 20);
        padding-bottom: calc(15rem / 20);
        border-radius: .25rem;
        transition: .3s; }
        .home-about .btn a:hover {
          opacity: .7; } }
.home-internal {
  background: #eaf6f6; }
  .home-internal .inner {
    padding-bottom: calc(120rem / 20); }
  .home-internal .en-ttl {
    font-size: calc(48rem / 20);
    font-weight: 500;
    color: #00ab84;
    line-height: 1;
    position: relative; }
    .home-internal .en-ttl::before {
      content: "";
      background: url("../images/njdr.jp__s2_bg.png") no-repeat;
      background-size: calc(193rem / 20);
      width: calc(193rem / 20);
      height: calc(224rem / 20);
      top: calc(-30rem / 20);
      left: calc(-50rem / 20);
      position: absolute; }
  .home-internal .ttl {
    text-align: center;
    font-size: calc(60rem / 20);
    line-height: 1.2;
    padding-top: calc(80rem / 20);
    padding-bottom: calc(80rem / 20);
    position: relative;
    margin-bottom: calc(60rem / 20); }
    .home-internal .ttl::before {
      content: '';
      border-bottom: 2px solid #575868;
      position: absolute;
      bottom: 0;
      width: 100%;
      left: calc(-50rem / 20); }
  .home-internal .txt {
    font-size: calc(28rem / 20);
    padding-left: calc(10rem / 20);
    padding-right: calc(10rem / 20);
    margin-bottom: calc(50rem / 20); }
  .home-internal .unit {
    margin-bottom: calc(150rem / 20); }
  .home-internal .unit-img {
    border-radius: 1rem;
    box-shadow: 0px 0px 18px -4px rgba(0, 0, 0, 0.6);
    margin-bottom: calc(50rem / 20); }
  .home-internal .unit-ttl {
    font-size: calc(48rem / 20);
    position: relative;
    padding-left: calc(30rem / 20);
    margin-bottom: calc(10rem / 20); }
    .home-internal .unit-ttl::before {
      content: '';
      border-left: .5rem solid #00ab84;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0;
      width: .5rem;
      height: calc(50rem / 20); }
  .home-internal .unit-txt {
    font-size: calc(28rem / 20); }
  .home-internal .btn {
    margin-top: calc(50rem / 20);
    text-align: center;
    width: calc(600rem / 20);
    margin-left: auto;
    margin-right: auto; }
    .home-internal .btn a {
      border-radius: .5rem;
      display: block;
      padding-top: calc(50rem / 20);
      padding-bottom: calc(50rem / 20);
      font-size: calc(36rem / 20);
      line-height: 1;
      background: #00ab84;
      color: #fff; }

@media only screen and (min-width: 48.75em) {
  .home-internal {
    background: none;
    margin-top: calc(-100rem / 20);
    position: relative; }
    .home-internal .inner {
      padding-bottom: calc(70rem / 20);
      position: relative; }
      .home-internal .inner::after {
        content: "";
        background: #eaf6f6;
        background-size: calc(1245rem / 20);
        width: calc(1000rem / 20);
        height: 100%;
        position: absolute;
        right: calc(-164rem / 20);
        top: calc(20rem / 20);
        z-index: -1; }
      .home-internal .inner::before {
        content: "";
        background: #eaf6f6;
        background-size: calc(1245rem / 20);
        width: calc(1245rem / 20);
        height: calc(430rem / 20);
        position: absolute;
        right: calc(-164rem / 20);
        top: calc(20rem / 20); }
    .home-internal .en-ttl {
      font-size: calc(36rem / 20); }
      .home-internal .en-ttl::before {
        content: "";
        background: url("../images/njdr.jp__s2_bg_pc.png") no-repeat;
        background-size: calc(354rem / 20);
        width: calc(354rem / 20);
        height: calc(305rem / 20);
        top: calc(-60rem / 20);
        left: calc(-220rem / 20);
        position: absolute; }
    .home-internal .ttl-box {
      position: relative;
      border-bottom: 2px solid #575868;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      align-items: center;
      margin-bottom: calc(50rem / 20); }
    .home-internal .ttl {
      text-align: center;
      width: calc(500rem / 20);
      font-size: calc(36rem / 20);
      padding-top: calc(70rem / 20);
      padding-bottom: calc(60rem / 20);
      margin-bottom: 0; }
      .home-internal .ttl::before {
        border-bottom: none; }
    .home-internal .txt {
      width: calc(500rem / 20);
      font-size: calc(16rem / 20);
      padding-left: 0;
      padding-right: 0;
      margin-bottom: 0; }
    .home-internal .unit {
      margin-bottom: calc(35rem / 20);
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
      align-items: flex-end; }
    .home-internal .unit-img {
      width: calc(340rem / 20);
      margin-bottom: 0; }
    .home-internal .txtarea {
      width: calc(630rem / 20); }
    .home-internal .unit-ttl {
      font-size: calc(28rem / 20);
      padding-left: calc(15rem / 20);
      margin-bottom: calc(20rem / 20); }
      .home-internal .unit-ttl::before {
        border-left: .25rem solid #00ab84;
        width: .25rem;
        height: calc(30rem / 20); }
    .home-internal .unit-txt {
      font-size: calc(16rem / 20); }
    .home-internal .btn-area {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      align-items: flex-start; }
    .home-internal .btn {
      margin-top: calc(20rem / 20);
      text-align: center;
      width: calc(179rem / 20);
      margin-right: calc(15rem / 20);
      margin-left: 0; }
      .home-internal .btn:last-of-type {
        margin-right: 0; }
      .home-internal .btn a {
        border-radius: .25rem;
        display: block;
        padding-top: calc(15rem / 20);
        padding-bottom: calc(15rem / 20);
        font-size: calc(16rem / 20);
        line-height: 1;
        background: #00ab84;
        color: #fff;
        transition: .3s; }
        .home-internal .btn a:hover {
          opacity: .7; }
      .home-internal .btn.b2 {
        width: calc(217rem / 20); } }
.home-btn {
  background: #fff;
  position: relative;
  padding-top: calc(150rem / 20);
  z-index: 0; }
  .home-btn::before {
    content: "";
    background: #fff;
    width: 100%;
    height: calc(72rem / 20);
    position: absolute;
    top: calc(150rem / 20); }
  .home-btn .inner {
    background: rgba(191, 191, 191, 0.45);
    padding-bottom: calc(150rem / 20); }
    .home-btn .inner::before {
      content: "";
      background: url("../images/njdr.jp__s3_bg1.png") no-repeat;
      background-size: calc(252rem / 20);
      width: calc(252rem / 20);
      height: calc(261rem / 20);
      top: calc(70rem / 20);
      right: 0;
      position: absolute; }
    .home-btn .inner::after {
      content: "";
      background: url("../images/njdr.jp__s3_bg2.png") no-repeat;
      background-size: calc(170rem / 20);
      width: calc(170rem / 20);
      height: calc(165rem / 20);
      bottom: calc(90rem / 20);
      left: 0;
      position: absolute; }
  .home-btn .unit {
    position: relative;
    width: 100%;
    height: calc(420rem / 20);
    box-shadow: 0px 0px 18px -4px rgba(0, 0, 0, 0.6);
    border-radius: 1rem;
    margin-bottom: calc(90rem / 20);
    z-index: 1; }
    .home-btn .unit .img {
      position: absolute;
      top: 0;
      left: 0; }
    .home-btn .unit .en-ttl {
      position: absolute;
      width: 100%;
      text-align: center;
      top: calc(93rem / 20);
      left: 50%;
      transform: translateX(-50%);
      font-size: calc(36rem / 20);
      background: linear-gradient(150deg, #28e3ff 23%, #2975ff 100%);
      color: transparent;
      -webkit-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent;
      text-fill-color: transparent;
      z-index: 1; }
    .home-btn .unit .ttl {
      width: 100%;
      background: rgba(255, 255, 255, 0.8);
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
      font-size: calc(48rem / 20);
      padding-top: calc(40rem / 20);
      padding-bottom: calc(40rem / 20);
      letter-spacing: .2rem; }

@media only screen and (min-width: 48.75em) {
  .home-btn {
    padding-top: calc(88rem / 20);
    position: relative; }
    .home-btn .inner {
      background: none;
      padding-bottom: calc(150rem / 20);
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between; }
      .home-btn .inner::after {
        content: "";
        background: url("../images/njdr.jp__s3_bg1_pc.png") no-repeat;
        background-size: calc(1273rem / 20);
        width: calc(1273rem / 20);
        height: calc(334rem / 20);
        top: calc(80rem / 20);
        right: calc(-110rem / 20);
        left: auto;
        position: absolute;
        z-index: 0; }
      .home-btn .inner::before {
        background: #e0e0e0;
        background-size: 100%;
        width: 100%;
        height: calc(316rem / 20);
        bottom: auto;
        top: calc(140rem / 20);
        z-index: 0; }
    .home-btn .unit {
      position: relative;
      width: calc(295rem / 20);
      height: calc(295rem / 20);
      box-shadow: 0px 0px 18px -4px rgba(0, 0, 0, 0.6);
      border-radius: 1rem;
      margin-bottom: 0; }
      .home-btn .unit .en-ttl {
        top: calc(80rem / 20);
        font-size: calc(24rem / 20); }
      .home-btn .unit .ttl {
        font-size: calc(30rem / 20);
        padding-top: calc(25rem / 20);
        padding-bottom: calc(25rem / 20);
        letter-spacing: 0; } }
.home-cosmetic .inner {
  padding-bottom: calc(120rem / 20);
  padding-top: calc(120rem / 20); }
.home-cosmetic .en-ttl {
  font-size: calc(48rem / 20);
  font-weight: 500;
  line-height: 1.2;
  position: relative;
  background: linear-gradient(150deg, #fc64a4 23%, #ffa729 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent; }
.home-cosmetic .ttl {
  text-align: center;
  font-size: calc(60rem / 20);
  line-height: 1.2;
  padding-top: calc(80rem / 20);
  padding-bottom: calc(80rem / 20);
  position: relative;
  margin-bottom: calc(60rem / 20); }
  .home-cosmetic .ttl::before {
    content: '';
    border-bottom: 2px solid #575868;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: calc(-50rem / 20); }
.home-cosmetic .unit {
  position: relative;
  padding-bottom: calc(137rem / 20); }
  .home-cosmetic .unit::before {
    content: '';
    background: url("../images/njdr.jp__s4_bg1.png") no-repeat;
    background-size: calc(780rem / 20);
    width: calc(780rem / 20);
    height: calc(1530rem / 20);
    position: absolute;
    left: calc(-50rem / 20);
    top: calc(25rem / 20); }
  .home-cosmetic .unit.s2 {
    margin-top: calc(130rem / 20); }
    .home-cosmetic .unit.s2::before {
      content: '';
      background: url("../images/njdr.jp__s4_bg2.png") no-repeat;
      background-size: calc(780rem / 20);
      width: calc(780rem / 20);
      height: calc(1795rem / 20);
      position: absolute;
      left: calc(-50rem / 20);
      top: calc(25rem / 20); }
    .home-cosmetic .unit.s2 .en-ttl {
      background: linear-gradient(150deg, #ffde28 23%, #ffa729 100%);
      color: transparent;
      -webkit-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent;
      text-fill-color: transparent; }
    .home-cosmetic .unit.s2 .tel {
      width: calc(530rem / 20);
      color: #ffa729; }
      .home-cosmetic .unit.s2 .tel::before {
        content: "";
        background: url("../images/njdr.jp__ico_tel_or.png") no-repeat;
        background-size: calc(86rem / 20);
        width: calc(86rem / 20);
        height: calc(68rem / 20);
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        position: absolute; }
    .home-cosmetic .unit.s2 .btn a {
      background: #ffa729; }
.home-cosmetic .unit-txt {
  position: relative;
  font-size: calc(32rem / 20);
  padding-left: calc(10rem / 20);
  padding-right: calc(10rem / 20);
  margin-bottom: calc(50rem / 20); }
.home-cosmetic .unit-img {
  position: relative;
  border-radius: 1rem;
  box-shadow: 0px 0px 18px -4px rgba(0, 0, 0, 0.6);
  margin-bottom: calc(50rem / 20); }
.home-cosmetic .tel {
  position: relative;
  color: #fd7296;
  font-size: calc(42rem / 20);
  line-height: 1.2;
  width: calc(400rem / 20);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: calc(95rem / 20);
  margin-bottom: calc(150rem / 20); }
  .home-cosmetic .tel::before {
    content: "";
    background: url("../images/njdr.jp__ico_tel_pink.png") no-repeat;
    background-size: calc(86rem / 20);
    width: calc(86rem / 20);
    height: calc(68rem / 20);
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    position: absolute; }
  .home-cosmetic .tel span {
    display: block;
    font-size: calc(32rem / 20); }
.home-cosmetic .btn {
  position: relative;
  margin-top: calc(50rem / 20);
  text-align: center;
  width: calc(600rem / 20);
  margin-left: auto;
  margin-right: auto; }
  .home-cosmetic .btn a {
    border-radius: .5rem;
    display: block;
    padding-top: calc(50rem / 20);
    padding-bottom: calc(50rem / 20);
    font-size: calc(36rem / 20);
    line-height: 1;
    background: #fd7296;
    color: #fff; }

@media only screen and (min-width: 48.75em) {
  .home-cosmetic .inner {
    padding-bottom: calc(60rem / 20);
    padding-top: 0;
    position: relative; }
  .home-cosmetic .en-ttl {
    font-size: calc(36rem / 20);
    z-index: 1;
    width: 100%; }
  .home-cosmetic .ttl {
    text-align: left;
    font-size: calc(36rem / 20);
    line-height: 1.2;
    padding-top: calc(35rem / 20);
    padding-bottom: calc(35rem / 20);
    margin-bottom: calc(30rem / 20);
    width: 100%;
    z-index: 1; }
    .home-cosmetic .ttl::before {
      content: '';
      border-bottom: 1px solid #575868;
      position: absolute;
      bottom: 0;
      width: 100%;
      left: 0; }
  .home-cosmetic .unit {
    position: relative;
    padding-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start; }
    .home-cosmetic .unit::after {
      content: "";
      background: #faf0f4;
      background-size: calc(1200rem / 20);
      width: calc(1200rem / 20);
      height: calc(311rem / 20);
      top: calc(20rem / 20);
      transform: translateY(0);
      left: calc(-160rem / 20);
      position: absolute; }
    .home-cosmetic .unit::before {
      content: "";
      background: #ededed;
      background-size: calc(1006rem / 20);
      width: calc(1006rem / 20);
      height: calc(351rem / 20);
      top: calc(82rem / 20);
      transform: translateY(0);
      left: auto;
      right: calc(-165rem / 20);
      position: absolute; }
    .home-cosmetic .unit.s2 {
      margin-top: calc(70rem / 20); }
      .home-cosmetic .unit.s2::after {
        content: "";
        background: #f0ede6;
        background-size: calc(1200rem / 20);
        width: calc(1200rem / 20);
        height: calc(311rem / 20);
        top: calc(20rem / 20);
        transform: translateY(0);
        left: auto;
        right: calc(-160rem / 20);
        position: absolute; }
      .home-cosmetic .unit.s2::before {
        content: "";
        background: #f2f2f2;
        background-size: calc(1006rem / 20);
        width: calc(1006rem / 20);
        height: calc(406rem / 20);
        top: calc(82rem / 20);
        transform: translateY(0);
        left: calc(-165rem / 20);
        position: absolute; }
      .home-cosmetic .unit.s2 .tel {
        width: auto; }
        .home-cosmetic .unit.s2 .tel::before {
          background-size: calc(25rem / 20);
          width: calc(25rem / 20);
          height: calc(20rem / 20); }
      .home-cosmetic .unit.s2 .unit-txt {
        margin-bottom: calc(10rem / 20); }
      .home-cosmetic .unit.s2 .btn {
        margin-bottom: calc(10rem / 20); }
      .home-cosmetic .unit.s2 .btn {
        margin-top: calc(10rem / 20); }
        .home-cosmetic .unit.s2 .btn a {
          background: #ffa729; }
  .home-cosmetic .txtarea {
    width: calc(630rem / 20); }
  .home-cosmetic .unit-txt {
    position: relative;
    font-size: calc(16rem / 20);
    padding-left: 0;
    margin-bottom: calc(25rem / 20);
    z-index: 1; }
  .home-cosmetic .unit-img {
    position: relative;
    width: calc(342rem / 20);
    border-radius: 1rem;
    margin-bottom: calc(50rem / 20);
    z-index: 1; }
  .home-cosmetic .tel {
    font-size: calc(18rem / 20);
    width: auto;
    margin-left: 0;
    padding-left: calc(30rem / 20);
    margin-bottom: calc(30rem / 20);
    z-index: 1; }
    .home-cosmetic .tel::before {
      background-size: calc(25rem / 20);
      width: calc(25rem / 20);
      height: calc(20rem / 20); }
    .home-cosmetic .tel span {
      display: inline-block;
      font-size: calc(18rem / 20); }
      .home-cosmetic .tel span::after {
        content: ':';
        margin-left: calc(4rem / 20);
        margin-right: calc(4rem / 20); }
  .home-cosmetic .btn {
    margin-top: calc(60rem / 20);
    width: calc(230rem / 20);
    margin-left: 0;
    margin-right: auto; }
    .home-cosmetic .btn a {
      padding-top: calc(15rem / 20);
      padding-bottom: calc(15rem / 20);
      font-size: calc(16rem / 20);
      transition: .3s; }
      .home-cosmetic .btn a:hover {
        opacity: .7; } }
.home-news {
  position: relative; }
  .home-news::before {
    content: '';
    background: #e5f2f1;
    width: 100%;
    height: calc(100% - 4.5rem);
    position: absolute;
    left: 0;
    top: calc(90rem / 20); }
  .home-news .inner {
    padding-top: calc(60rem / 20);
    padding-bottom: calc(170rem / 20);
    position: relative; }
    .home-news .inner::before {
      content: '';
      background: #fff;
      width: calc(733rem / 20);
      height: 89%;
      position: absolute;
      right: 0;
      top: 0;
      box-shadow: 0px 3px 30px -5px rgba(0, 0, 0, 0.6); }
  .home-news .ttlbox {
    position: relative;
    padding-bottom: calc(45rem / 20); }
    .home-news .ttlbox::before {
      content: "";
      background: url("../images/njdr.jp__s5_img1.jpg") no-repeat;
      background-size: calc(731rem / 20);
      width: calc(731rem / 20);
      height: calc(200rem / 20);
      top: calc(20rem / 20);
      left: calc(-50rem / 20);
      position: absolute; }
    .home-news .ttlbox .en-ttl {
      position: relative;
      color: #00ab84;
      font-size: calc(48rem / 20);
      line-height: 1.2;
      margin-bottom: calc(30rem / 20); }
    .home-news .ttlbox .ttl {
      position: relative;
      text-align: center;
      color: #fff;
      font-size: calc(48rem / 20);
      line-height: 1.2;
      margin-bottom: calc(10rem / 20); }
    .home-news .ttlbox .sttl {
      position: relative;
      color: #fff263;
      text-align: center;
      font-size: calc(28rem / 20);
      line-height: 1.2; }
  .home-news .unitbox {
    position: relative;
    padding-left: calc(35rem / 20);
    height: calc(600rem / 20);
    overflow-y: scroll; }
  .home-news .unit {
    border-bottom: 1px solid #bebebe; }
    .home-news .unit:last-of-type {
      border-bottom: none; }
    .home-news .unit a {
      padding-top: calc(25rem / 20);
      padding-bottom: calc(40rem / 20);
      display: block; }
    .home-news .unit .day {
      font-size: calc(28rem / 20);
      width: calc(295rem / 20);
      font-size: 400; }
    .home-news .unit .cat-box {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-lines: multiple;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
    .home-news .unit .cat {
      margin-top: calc(5rem / 20);
      width: calc(350rem / 20);
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-lines: multiple;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      align-items: flex-start; }
      .home-news .unit .cat li {
        background: #938c7c;
        color: #fff;
        padding-left: calc(15rem / 20);
        padding-right: calc(15rem / 20);
        padding-top: calc(2rem / 20);
        padding-bottom: calc(2rem / 20);
        border-radius: 2rem; }
        .home-news .unit .cat li.internal-medicine {
          background: #99c5cf; }
        .home-news .unit .cat li.medical-fitness-blog {
          background: #f1a14c; }
    .home-news .unit h2 {
      font-weight: 500;
      width: 100%;
      font-size: calc(28rem / 20); }
    .home-news .unit .detail {
      font-size: calc(28rem / 20);
      text-align: center;
      text-decoration: underline;
      margin-left: auto;
      margin-right: auto;
      margin-top: calc(10rem / 20); }
  .home-news.blog {
    margin-top: calc(100rem / 20); }
    .home-news.blog .ttlbox::before {
      content: "";
      background: url("../images/njdr.jp__s6_img1.jpg") no-repeat;
      background-size: calc(731rem / 20);
      width: calc(731rem / 20);
      height: calc(201rem / 20); }
    .home-news.blog .ttlbox .en-ttl {
      color: #2975ff; }

@media only screen and (min-width: 48.75em) {
  .home-news::before {
    width: 100%;
    height: calc(322rem / 20);
    top: calc(185rem / 20); }
  .home-news .inner {
    padding-bottom: calc(46rem / 20); }
    .home-news .inner::before {
      content: '';
      background: none;
      width: 0;
      height: 0;
      box-shadow: none; }
  .home-news .wap {
    background: #fff;
    box-shadow: 0px 3px 30px -5px rgba(0, 0, 0, 0.6);
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start; }
  .home-news .ttlbox {
    padding-bottom: 0;
    width: calc(350rem / 20);
    height: calc(400rem / 20);
    background: url("../images/njdr.jp__s5_img1_pc.jpg") no-repeat;
    background-size: calc(350rem / 20); }
    .home-news .ttlbox::before {
      content: "";
      background: none; }
    .home-news .ttlbox .en-ttl {
      font-size: calc(36rem / 20);
      line-height: 1.2;
      margin-bottom: calc(30rem / 20);
      margin-top: calc(-20rem / 20); }
    .home-news .ttlbox .ttl {
      font-size: calc(36rem / 20);
      line-height: 1.2;
      margin-bottom: calc(10rem / 20); }
    .home-news .ttlbox .sttl {
      position: relative;
      color: #fff263;
      text-align: center;
      font-size: calc(28rem / 20);
      line-height: 1.2; }
  .home-news .unitbox {
    width: calc(650rem / 20);
    padding-left: calc(25rem / 20);
    padding-top: calc(13rem / 20);
    height: calc(400rem / 20); }
  .home-news .unit {
    border-bottom: none; }
    .home-news .unit a {
      padding-top: calc(15rem / 20);
      padding-bottom: calc(15rem / 20);
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      align-items: center;
      transition: .3s; }
      .home-news .unit a:hover {
        background: #EFEFEF; }
    .home-news .unit .day {
      font-size: calc(16rem / 20);
      width: 100%;
      font-size: 400; }
    .home-news .unit .cat-box {
      width: calc(148rem / 20); }
    .home-news .unit .txt-box {
      width: calc(460rem / 20);
      padding-right: calc(13rem / 20); }
    .home-news .unit .cat {
      font-size: calc(16rem / 20);
      margin-top: calc(5rem / 20);
      width: auto; }
      .home-news .unit .cat li {
        background: #938c7c;
        color: #fff;
        padding-left: calc(12rem / 20);
        padding-right: calc(12rem / 20);
        padding-top: calc(2rem / 20);
        padding-bottom: calc(2rem / 20);
        border-radius: 2rem;
        text-align: center;
        line-height: 1.3; }
        .home-news .unit .cat li.internal-medicine {
          background: #99c5cf; }
        .home-news .unit .cat li.medical-fitness-blog {
          background: #f1a14c; }
    .home-news .unit h2 {
      font-weight: 500;
      width: 100%;
      font-size: calc(16rem / 20);
      letter-spacing: 0; }
    .home-news .unit .detail {
      font-size: calc(16rem / 20);
      text-align: left;
      margin-left: 0;
      margin-top: calc(10rem / 20); }
  .home-news.blog {
    margin-top: 0; }
    .home-news.blog .ttlbox {
      background: url("../images/njdr.jp__s6_img1_pc.jpg") no-repeat;
      background-size: calc(350rem / 20); }
      .home-news.blog .ttlbox::before {
        background: none; } }
.home-access {
  background: #f1f1f1; }
  .home-access .inner {
    padding-top: calc(100rem / 20);
    padding-bottom: calc(140rem / 20); }
  .home-access .ttl {
    text-align: center;
    position: relative;
    margin-bottom: calc(70rem / 20);
    z-index: 0; }
    .home-access .ttl::before {
      content: '';
      border-top: 2px solid #575868;
      height: 2px;
      width: 27%;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0; }
    .home-access .ttl::after {
      content: '';
      border-top: 2px solid #575868;
      height: 2px;
      width: 27%;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%); }
    .home-access .ttl img {
      width: calc(250rem / 20);
      position: relative;
      z-index: 1; }
  .home-access .map {
    margin-bottom: calc(30rem / 20); }
    .home-access .map iframe {
      width: 100%;
      height: calc(395rem / 20); }
  .home-access .table {
    font-size: calc(32rem / 20); }
    .home-access .table th, .home-access .table td {
      display: block;
      width: 100%;
      text-align: left;
      font-weight: 500;
      color: #575868; }
      .home-access .table th span, .home-access .table td span {
        background: #938c7c;
        color: #fff;
        padding: .25rem .75rem; }
    .home-access .table td {
      padding-bottom: calc(20rem / 20);
      padding-top: calc(10rem / 20); }
  .home-access .table2 {
    width: 100%;
    color: #575868;
    margin-bottom: calc(70rem / 20);
    font-size: calc(25rem / 20); }
    .home-access .table2 thead {
      background: #938c7c;
      text-align: center;
      color: #fff;
      border-bottom: .5rem solid #f1f1f1; }
    .home-access .table2 tbody th {
      vertical-align: text-top;
      font-weight: 400; }
    .home-access .table2 tbody td {
      padding-bottom: calc(20rem / 20);
      border-bottom: .5rem solid #f1f1f1; }
    .home-access .table2 .btn {
      position: relative;
      margin-top: calc(50rem / 20);
      text-align: center;
      width: calc(600rem / 20);
      margin-left: auto;
      margin-right: auto;
      margin-bottom: calc(30rem / 20); }
      .home-access .table2 .btn a {
        border-radius: .5rem;
        display: block;
        padding-top: calc(50rem / 20);
        padding-bottom: calc(50rem / 20);
        font-size: calc(32rem / 20);
        line-height: 1;
        background: #575868;
        color: #fff; }
    .home-access .table2 .btn2 {
      position: relative;
      margin-top: calc(50rem / 20);
      text-align: center;
      width: calc(656rem / 20);
      margin-left: auto;
      margin-right: auto;
      margin-bottom: calc(30rem / 20); }
      .home-access .table2 .btn2 a {
        border-radius: .5rem;
        display: block;
        padding-top: calc(50rem / 20);
        padding-bottom: calc(50rem / 20);
        font-size: calc(32rem / 20);
        line-height: 1;
        background: #575868;
        color: #fff; }
    .home-access .table2 .t-txt {
      text-align: center;
      font-size: calc(32rem / 20); }
  .home-access .table-list {
    width: 100%;
    margin-top: calc(20rem / 20);
    font-weight: 600; }
    .home-access .table-list thead {
      color: #575868; }
      .home-access .table-list thead th {
        background: #e3e1dd;
        font-weight: 400;
        padding-top: calc(20rem / 20);
        padding-bottom: calc(20rem / 20);
        border-bottom: .5rem solid #f1f1f1;
        width: calc(75rem / 20); }
        .home-access .table-list thead th:first-child {
          width: calc(175rem / 20); }
    .home-access .table-list tbody td {
      text-align: center;
      font-size: calc(31rem / 20);
      padding-top: calc(20rem / 20);
      line-height: 1.5;
      vertical-align: text-top;
      border-bottom: #e3e1dd 1px solid; }
      .home-access .table-list tbody td span {
        display: block;
        line-height: 1;
        font-size: calc(26rem / 20); }
    .home-access .table-list th {
      font-size: calc(31rem / 20); }
  .home-access .box-ttl {
    color: #575868;
    font-weight: 500;
    font-size: calc(32rem / 20);
    padding-top: calc(12rem / 20);
    padding-bottom: calc(12rem / 20);
    border: #938c7c 1px solid;
    text-align: center;
    margin-bottom: calc(40rem / 20); }
  .home-access .box-txt {
    color: #575868;
    font-size: calc(28rem / 20); }

@media only screen and (min-width: 48.75em) {
  .home-access .inner {
    padding-top: calc(40rem / 20);
    padding-bottom: calc(90rem / 20); }
  .home-access .ttl {
    margin-bottom: calc(30rem / 20); }
    .home-access .ttl::before {
      border-top: 1px solid #575868;
      height: 1px;
      width: 40%; }
    .home-access .ttl::after {
      height: 2px;
      width: 40%; }
    .home-access .ttl img {
      width: calc(155rem / 20); }
  .home-access .wap {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start; }
  .home-access .table {
    width: calc(480rem / 20);
    font-size: calc(16rem / 20);
    line-height: 1.6;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }
    .home-access .table th, .home-access .table td {
      display: table-cell;
      width: auto; }
      .home-access .table th span, .home-access .table td span {
        padding: .25rem .75rem; }
    .home-access .table th {
      width: calc(115rem / 20);
      padding-bottom: calc(5rem / 20);
      padding-top: calc(5rem / 20);
      vertical-align: text-top; }
    .home-access .table td {
      padding-bottom: calc(5rem / 20);
      padding-top: calc(7rem / 20);
      vertical-align: text-top; }
  .home-access .map {
    width: calc(500rem / 20); }
    .home-access .map iframe {
      width: calc(500rem / 20);
      height: calc(480rem / 20); }
  .home-access .table2 {
    width: calc(480rem / 20);
    margin-bottom: calc(20rem / 20);
    font-size: calc(16rem / 20); }
    .home-access .table2 thead {
      font-size: calc(24rem / 20);
      border-bottom: .25rem solid #f1f1f1; }
      .home-access .table2 thead td {
        padding-top: calc(5rem / 20);
        padding-bottom: 0; }
    .home-access .table2 tbody th {
      border-bottom: .5rem solid #f1f1f1; }
    .home-access .table2 tbody td {
      border-bottom: .25rem solid #f1f1f1;
      padding-bottom: 0; }
    .home-access .table2 .btn {
      margin-top: calc(15rem / 20);
      width: calc(313rem / 20);
      margin-bottom: calc(15rem / 20); }
      .home-access .table2 .btn a {
        border-radius: .25rem;
        padding-top: calc(15rem / 20);
        padding-bottom: calc(15rem / 20);
        font-size: calc(16rem / 20);
        transition: .3s; }
        .home-access .table2 .btn a:hover {
          opacity: .7; }
    .home-access .table2 .btn2 {
      margin-top: calc(15rem / 20);
      width: calc(320rem / 20);
      margin-bottom: calc(15rem / 20); }
      .home-access .table2 .btn2 a {
        border-radius: .25rem;
        padding-top: calc(15rem / 20);
        padding-bottom: calc(15rem / 20);
        font-size: calc(16rem / 20);
        transition: .3s; }
        .home-access .table2 .btn2 a:hover {
          opacity: .7; }
    .home-access .table2 .t-txt {
      text-align: center;
      font-size: calc(16rem / 20); }
      .home-access .table2 .t-txt br {
        display: none; }
  .home-access .table-list {
    margin-top: calc(10rem / 20); }
    .home-access .table-list thead th {
      padding-top: calc(15rem / 20);
      padding-bottom: calc(15rem / 20);
      border-bottom: 1px solid #f1f1f1;
      width: calc(75rem / 20); }
      .home-access .table-list thead th:first-child {
        width: calc(175rem / 20); }
    .home-access .table-list tbody td {
      text-align: center;
      font-size: calc(16rem / 20);
      padding-top: calc(15rem / 20);
      padding-bottom: calc(15rem / 20);
      line-height: 1.5;
      vertical-align: text-top;
      border-bottom: #e3e1dd 1px solid; }
      .home-access .table-list tbody td span {
        font-size: calc(11rem / 20); }
    .home-access .table-list th {
      font-size: calc(16rem / 20); }
  .home-access .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    width: 100%; }
  .home-access .box-ttl {
    font-size: calc(24rem / 20);
    width: calc(485rem / 20);
    padding-top: calc(12rem / 20);
    padding-bottom: calc(12rem / 20);
    border: #938c7c 1px solid;
    text-align: center;
    margin-bottom: calc(40rem / 20);
    height: calc(110rem / 20);
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
  .home-access .box-txt {
    width: calc(500rem / 20);
    font-size: calc(16rem / 20); } }
.st-footer {
  background: #f0ede6; }
  .st-footer .inner {
    padding-top: calc(100rem / 20);
    padding-bottom: calc(90rem / 20); }
  .st-footer .logo {
    width: calc(380rem / 20);
    margin: 0 auto; }
  .st-footer .telarea {
    margin-bottom: calc(100rem / 20); }
    .st-footer .telarea .tel-ttl {
      font-size: calc(72rem / 20);
      margin-left: calc(50rem / 20);
      position: relative;
      padding-left: calc(90rem / 20);
      color: #4b4537;
      font-weight: 600; }
      .st-footer .telarea .tel-ttl::before {
        content: "";
        background: url(../images/njdr.jp__ico_tel_black.png) no-repeat;
        background-size: calc(79rem / 20);
        width: calc(79rem / 20);
        height: calc(59rem / 20);
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        position: absolute; }
    .st-footer .telarea .tel-list {
      text-align: right;
      margin-right: calc(40rem / 20);
      font-size: calc(30rem / 20);
      color: #4b4537;
      font-weight: 600;
      line-height: 1.5; }
      .st-footer .telarea .tel-list li {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: end;
        -webkit-flex-pack: end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end; }
      .st-footer .telarea .tel-list .txt {
        font-size: calc(32rem / 20); }
      .st-footer .telarea .tel-list .tel {
        margin-left: calc(15rem / 20); }
  .st-footer .list {
    width: 100%;
    position: relative;
    margin-bottom: calc(50rem / 20);
    margin-left: calc(20rem / 20);
    color: #4b4537; }
    .st-footer .list > li {
      font-size: calc(48rem / 20);
      position: relative;
      font-weight: 600; }
      .st-footer .list > li > a {
        display: block;
        padding-right: calc(40rem / 20);
        padding-top: calc(20rem / 20);
        padding-bottom: calc(20rem / 20); }
  .st-footer .menu-second {
    position: relative; }
    .st-footer .menu-second::before {
      transition: .1s;
      content: "";
      background: url("../images/njdr.jp__ico_cur.png") no-repeat;
      background-size: calc(15rem / 20);
      width: calc(15rem / 20);
      height: calc(30rem / 20);
      top: calc(41rem / 20);
      right: calc(21rem / 20);
      position: absolute; }
    .st-footer .menu-second.active::before {
      transform: rotate(90deg); }
  .st-footer .second-list {
    display: none; }
    .st-footer .second-list li {
      font-size: calc(36rem / 20); }
      .st-footer .second-list li a {
        display: block;
        padding-left: calc(40rem / 20);
        padding-top: calc(10rem / 20);
        padding-bottom: calc(10rem / 20); }
  .st-footer .f-list {
    font-size: calc(36rem / 20); }
    .st-footer .f-list a {
      display: block;
      padding-top: calc(20rem / 20);
      padding-bottom: calc(20rem / 20);
      padding-left: calc(20rem / 20); }
  .st-footer .list-pc {
    display: none; }
  .st-footer .copy {
    font-size: calc(28rem / 20);
    text-align: center;
    background: #575868;
    color: #fff;
    padding-top: calc(40rem / 20);
    padding-bottom: calc(50rem / 20); }

@media only screen and (min-width: 48.75em) {
  .st-footer .inner {
    padding-top: calc(50rem / 20);
    padding-bottom: calc(30rem / 20);
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0; }
  .st-footer .logo-area {
    width: calc(240rem / 20); }
  .st-footer .logo {
    width: calc(198rem / 20);
    margin: 0;
    margin-bottom: calc(20rem / 20); }
  .st-footer .telarea {
    margin-bottom: calc(100rem / 20); }
    .st-footer .telarea .tel-ttl {
      font-size: calc(24rem / 20);
      margin-left: 0;
      padding-left: calc(35rem / 20); }
      .st-footer .telarea .tel-ttl::before {
        background-size: calc(27rem / 20);
        width: calc(27rem / 20);
        height: calc(21rem / 20); }
    .st-footer .telarea .tel-list {
      margin-right: auto;
      margin-left: 0;
      font-size: calc(16rem / 20); }
      .st-footer .telarea .tel-list li {
        -webkit-box-lines: multiple;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -webkit-flex-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start; }
      .st-footer .telarea .tel-list .txt {
        width: 100%;
        text-align: left;
        font-size: calc(16rem / 20); }
      .st-footer .telarea .tel-list .tel {
        margin-left: calc(33rem / 20); }
  .st-footer .list {
    display: none; }
  .st-footer .f-list {
    display: none; }
  .st-footer .list-pc {
    display: block;
    width: calc(280rem / 20);
    font-size: calc(15rem / 20); }
    .st-footer .list-pc > li {
      font-weight: 600;
      margin-bottom: calc(25rem / 20); }
      .st-footer .list-pc > li.sm {
        font-weight: 400; }
      .st-footer .list-pc > li > a {
        transition: .3s; }
        .st-footer .list-pc > li > a:hover {
          opacity: .7; }
  .st-footer .listpc-second > li {
    font-weight: 400; }
    .st-footer .listpc-second > li::before {
      content: '├'; }
    .st-footer .listpc-second > li:last-of-type::before {
      content: '└'; }
    .st-footer .listpc-second > li > a {
      transition: .3s; }
      .st-footer .listpc-second > li > a:hover {
        opacity: .7; }
  .st-footer .listpc-therd > li {
    margin-left: calc(16rem / 20); }
    .st-footer .listpc-therd > li::before {
      content: '・'; }
    .st-footer .listpc-therd > li > a {
      transition: .3s; }
      .st-footer .listpc-therd > li > a:hover {
        opacity: .7; }
  .st-footer .copy {
    font-size: calc(14rem / 20);
    padding-top: calc(20rem / 20);
    padding-bottom: calc(20rem / 20); }
    .st-footer .copy br {
      display: none; } }
/**--second
-----------------------------------------------------------**/
.seciond-img {
  text-align: center;
  position: relative;
  height: calc(576rem / 20);
  overflow: hidden; }
  .seciond-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(3); }

@media only screen and (min-width: 48.75em) {
  .seciond-img {
    text-align: center;
    position: relative;
    height: calc(340rem / 20);
    overflow: hidden; }
    .seciond-img img {
      position: relative;
      left: 0;
      top: 0;
      transform: translate(0%) scale(1); } }
@media only screen and (min-width: 85.37em) {
  .seciond-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); } }
.second-Section {
  /**naika***/
  /**kensa***/
  /**naishikyo***/
  /**kenshin***/
  /**gan***/
  /**hifuka***/
  /**shimi***/
  /**medical***/
  /**fitness***/
  /**blog********/
  /**docter***/
  /**recruit***/
  /**access***/
  /**privacy***/ }
  .second-Section .inner {
    padding-top: calc(65rem / 20);
    padding-bottom: calc(150rem / 20);
    position: relative; }
  .second-Section .st-ttl {
    text-align: center;
    font-size: calc(60rem / 20);
    position: relative;
    padding-bottom: calc(30rem / 20);
    margin-bottom: calc(60rem / 20); }
    .second-Section .st-ttl::before {
      content: '';
      border-bottom: 2px solid #575868;
      position: absolute;
      bottom: 0;
      width: 100%;
      left: calc(-50rem / 20); }
  .second-Section .txtArea {
    font-size: calc(28rem / 20); }
  .second-Section .single-txtarea {
    font-size: calc(28rem / 20); }
    .second-Section .single-txtarea h2 {
      font-size: calc(32rem / 20); }
    .second-Section .single-txtarea img[srcset] {
      width: auto; }
  .second-Section .wp-block-heading {
    margin-top: calc(50rem / 20); }
  .second-Section .wp-block-list {
    font-size: calc(30rem / 20); }
    .second-Section .wp-block-list li {
      padding-left: calc(20rem / 20);
      position: relative; }
      .second-Section .wp-block-list li::before {
        content: '■';
        position: absolute;
        left: 0;
        top: 0; }
  .second-Section p {
    font-size: calc(28rem / 20);
    margin-bottom: calc(50rem / 20); }
  .second-Section pre {
    margin-bottom: calc(50rem / 20); }
  .second-Section h1 {
    font-size: calc(48rem / 20);
    line-height: 1.5;
    margin-bottom: calc(30rem / 20); }
  .second-Section .box {
    margin-top: calc(80rem / 20);
    margin-bottom: calc(80rem / 20); }
    .second-Section .box .btn {
      margin-top: calc(50rem / 20);
      text-align: center;
      width: calc(600rem / 20);
      margin-left: auto;
      margin-right: auto;
      font-size: calc(36rem / 20);
      line-height: 1; }
      .second-Section .box .btn br.pc {
        display: none; }
      .second-Section .box .btn.sm {
        font-size: calc(32rem / 20); }
      .second-Section .box .btn a {
        display: block;
        background: #fd7296;
        color: #fff;
        padding-top: calc(50rem / 20);
        padding-bottom: calc(50rem / 20);
        border-radius: .5rem; }
      .second-Section .box .btn span {
        margin-top: calc(15rem / 20);
        display: block;
        font-size: calc(27rem / 20); }
    .second-Section .box.green .btn a {
      background: #00ab84; }
    .second-Section .box.blue .btn a {
      background: #4ab4f1; }
  .second-Section.naika .inner::before {
    content: "";
    background: url("../images/njdr.jp__bg1.png") no-repeat;
    background-size: calc(232rem / 20);
    width: calc(232rem / 20);
    height: calc(229rem / 20);
    top: calc(-60rem / 20);
    left: 0;
    position: absolute; }
  .second-Section.naika .inner::after {
    content: "";
    background: url("../images/njdr.jp__bg2.png") no-repeat;
    background-size: calc(189rem / 20);
    width: calc(189rem / 20);
    height: calc(230rem / 20);
    bottom: calc(-60rem / 20);
    right: 0;
    position: absolute;
    z-index: -1; }
  .second-Section.naika .sttl {
    font-size: calc(30rem / 20);
    margin-bottom: calc(10rem / 20); }
  .second-Section.naika .txt {
    font-size: calc(28rem / 20);
    margin-bottom: calc(60rem / 20); }
  .second-Section.naika .list {
    font-size: calc(30rem / 20); }
    .second-Section.naika .list li {
      position: relative;
      padding-left: calc(35rem / 20); }
      .second-Section.naika .list li::before {
        content: '■';
        position: absolute;
        left: 0;
        top: 0; }
  .second-Section.kensa .inner::before {
    content: "";
    background: url("../images/njdr.jp__bg1_018db59f.png") no-repeat;
    background-size: calc(232rem / 20);
    width: calc(232rem / 20);
    height: calc(229rem / 20);
    top: calc(-60rem / 20);
    left: 0;
    position: absolute; }
  .second-Section.kensa .inner::after {
    content: "";
    background: url("../images/njdr.jp__bg2_468c25ed.png") no-repeat;
    background-size: calc(189rem / 20);
    width: calc(189rem / 20);
    height: calc(230rem / 20);
    bottom: calc(-60rem / 20);
    right: 0;
    position: absolute;
    z-index: -1; }
  .second-Section.kensa .ttl {
    font-size: calc(30rem / 20);
    margin-bottom: calc(170rem / 20);
    text-align: center; }
  .second-Section.kensa .unit {
    width: calc(607rem / 20);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: calc(185rem / 20);
    background: #f6f6f6;
    border: 1px solid #575868;
    border-radius: 1rem;
    padding-top: calc(135rem / 20);
    padding-bottom: calc(55rem / 20);
    text-align: center;
    position: relative; }
    .second-Section.kensa .unit .img {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: calc(-100rem / 20);
      width: calc(200rem / 20); }
  .second-Section.kensa .unit-ttl {
    font-size: calc(40rem / 20);
    margin-bottom: calc(30rem / 20); }
  .second-Section.kensa .unit-txt {
    font-size: calc(28rem / 20);
    margin-bottom: calc(30rem / 20); }
    .second-Section.kensa .unit-txt.sm {
      font-size: calc(24rem / 20); }
  .second-Section.kensa .btn {
    text-align: center;
    width: calc(460rem / 20);
    margin-left: auto;
    margin-right: auto; }
    .second-Section.kensa .btn a {
      border-radius: .5rem;
      display: block;
      padding-top: calc(30rem / 20);
      padding-bottom: calc(30rem / 20);
      font-size: calc(32rem / 20);
      line-height: 1;
      background: #4ab4f1;
      color: #fff; }
  .second-Section.kenshin .inner::before {
    content: "";
    background: url("../images/njdr.jp__bg1_018db59f.png") no-repeat;
    background-size: calc(232rem / 20);
    width: calc(232rem / 20);
    height: calc(229rem / 20);
    top: calc(-60rem / 20);
    left: 0;
    position: absolute; }
  .second-Section.kenshin .inner::after {
    content: "";
    background: url("../images/njdr.jp__bg2_468c25ed.png") no-repeat;
    background-size: calc(189rem / 20);
    width: calc(189rem / 20);
    height: calc(230rem / 20);
    bottom: calc(-60rem / 20);
    right: 0;
    position: absolute;
    z-index: -1; }
  .second-Section.kenshin .sttl {
    font-size: calc(28rem / 20); }
  .second-Section.shimi .inner::before {
    content: "";
    background: url("../images/njdr.jp__bg1_45ab83aa.png") no-repeat;
    background-size: calc(232rem / 20);
    width: calc(232rem / 20);
    height: calc(229rem / 20);
    top: calc(-60rem / 20);
    left: 0;
    position: absolute; }
  .second-Section.shimi .inner::after {
    content: "";
    background: url("../images/njdr.jp__bg2_86f92d83.png") no-repeat;
    background-size: calc(189rem / 20);
    width: calc(189rem / 20);
    height: calc(230rem / 20);
    bottom: calc(-60rem / 20);
    right: 0;
    position: absolute;
    z-index: -1; }
  .second-Section.medical .inner::before {
    content: "";
    background: url("../images/njdr.jp__bg1_21cce1d7.png") no-repeat;
    background-size: calc(232rem / 20);
    width: calc(232rem / 20);
    height: calc(229rem / 20);
    top: calc(-60rem / 20);
    left: 0;
    position: absolute; }
  .second-Section.medical .inner::after {
    content: "";
    background: url("../images/njdr.jp__bg2_d37a0642.png") no-repeat;
    background-size: calc(189rem / 20);
    width: calc(189rem / 20);
    height: calc(230rem / 20);
    bottom: calc(-60rem / 20);
    right: 0;
    position: absolute;
    z-index: -1; }
  .second-Section.fitness .inner::before {
    content: "";
    background: url("../images/njdr.jp__bg1_21cce1d7.png") no-repeat;
    background-size: calc(232rem / 20);
    width: calc(232rem / 20);
    height: calc(229rem / 20);
    top: calc(-60rem / 20);
    left: 0;
    position: absolute; }
  .second-Section.fitness .inner::after {
    content: "";
    background: url("../images/njdr.jp__bg2_d37a0642.png") no-repeat;
    background-size: calc(189rem / 20);
    width: calc(189rem / 20);
    height: calc(230rem / 20);
    bottom: calc(-60rem / 20);
    right: 0;
    position: absolute;
    z-index: -1; }
  .second-Section.blog .unitbox {
    position: relative;
    margin-bottom: calc(95rem / 20); }
  .second-Section.blog .unit {
    border-bottom: 1px solid #bebebe; }
    .second-Section.blog .unit:last-of-type {
      border-bottom: none; }
    .second-Section.blog .unit a {
      padding-top: calc(25rem / 20);
      padding-bottom: calc(40rem / 20);
      display: block; }
    .second-Section.blog .unit .day {
      font-size: calc(28rem / 20);
      width: calc(295rem / 20);
      font-size: 400;
      margin-bottom: 0; }
    .second-Section.blog .unit .cat-box {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-lines: multiple;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
    .second-Section.blog .unit .cat {
      margin-top: calc(5rem / 20);
      width: calc(350rem / 20);
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-lines: multiple;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      align-items: flex-start; }
      .second-Section.blog .unit .cat li {
        background: #938c7c;
        color: #fff;
        padding-left: calc(15rem / 20);
        padding-right: calc(15rem / 20);
        padding-top: calc(2rem / 20);
        padding-bottom: calc(2rem / 20);
        border-radius: 2rem; }
        .second-Section.blog .unit .cat li.internal-medicine {
          background: #99c5cf; }
        .second-Section.blog .unit .cat li.medical-fitness-blog {
          background: #f1a14c; }
    .second-Section.blog .unit h2 {
      font-weight: 500;
      width: 100%;
      font-size: calc(28rem / 20); }
    .second-Section.blog .unit .detail {
      font-size: calc(28rem / 20);
      text-align: center;
      text-decoration: underline;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 0;
      margin-top: calc(10rem / 20); }
  .second-Section.blog .pagebox {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: calc(70rem / 20); }
    .second-Section.blog .pagebox .btn {
      width: calc(330rem / 20);
      text-align: center;
      font-size: calc(25rem / 20);
      margin-left: calc(10rem / 20);
      margin-right: calc(10rem / 20); }
      .second-Section.blog .pagebox .btn:first-child {
        margin-left: 0; }
      .second-Section.blog .pagebox .btn:last-child {
        margin-right: 0; }
      .second-Section.blog .pagebox .btn a {
        display: block;
        background: #575868;
        color: #fff;
        padding-top: calc(20rem / 20);
        padding-bottom: calc(20rem / 20);
        border-radius: .5rem; }
  .second-Section.news .page-link a {
    background: #938c7c; }
  .second-Section.medical-fitness-blog .page-link a {
    background: #f1a14c; }
  .second-Section.internal-medicine .page-link a {
    background: #99c5cf; }
  .second-Section.docter .seciond-img {
    background: #c6e0e0;
    text-align: right;
    height: calc(630rem / 20); }
    .second-Section.docter .seciond-img > div {
      padding-left: 0;
      padding-right: 0; }
    .second-Section.docter .seciond-img img {
      width: calc(755rem / 20);
      position: relative;
      left: 0%;
      top: 0%;
      transform: translate(0%) scale(1); }
  .second-Section.docter .unit {
    margin-bottom: calc(150rem / 20); }
  .second-Section.docter .unit-img {
    text-align: center;
    margin-bottom: calc(50rem / 20);
    width: calc(609rem / 20);
    margin-left: auto;
    margin-right: auto; }
  .second-Section.docter .unit-ttl {
    font-size: calc(48rem / 20);
    padding-left: calc(30rem / 20);
    margin-bottom: calc(20rem / 20);
    position: relative;
    line-height: 1.5; }
    .second-Section.docter .unit-ttl::before {
      content: '';
      border-left: .5rem solid #00ab84;
      position: absolute;
      top: calc(10rem / 20);
      left: 0;
      width: .5rem;
      height: calc(50rem / 20); }
  .second-Section.docter .unit-txt {
    font-size: calc(28rem / 20); }
  .second-Section.recruit .seciond-img {
    background: #c6e0e0;
    text-align: right;
    height: calc(630rem / 20); }
    .second-Section.recruit .seciond-img > div {
      padding-left: 0;
      padding-right: 0; }
    .second-Section.recruit .seciond-img img {
      width: calc(755rem / 20);
      position: relative;
      left: 0%;
      top: 0%;
      transform: translate(0%) scale(1); }
  .second-Section.recruit .unit {
    margin-bottom: calc(90rem / 20); }
    .second-Section.recruit .unit h2 {
      font-size: calc(48rem / 20);
      padding-left: calc(30rem / 20);
      margin-bottom: calc(30rem / 20);
      position: relative;
      line-height: 1.5; }
      .second-Section.recruit .unit h2::before {
        content: '';
        border-left: .5rem solid #00ab84;
        position: absolute;
        top: calc(10rem / 20);
        left: 0;
        width: .5rem;
        height: calc(50rem / 20); }
  .second-Section.recruit .table {
    width: 100%; }
    .second-Section.recruit .table tr {
      border: #fff 2.5px solid; }
    .second-Section.recruit .table th {
      color: #fff;
      background: #00ab84;
      width: calc(230rem / 20);
      font-weight: 500;
      padding-left: calc(20rem / 20);
      padding-right: calc(20rem / 20);
      padding-top: calc(20rem / 20);
      padding-bottom: calc(20rem / 20);
      font-size: calc(28rem / 20); }
    .second-Section.recruit .table td {
      border-left: #fff 2.5px solid;
      background: #eeeeee;
      padding-left: calc(15rem / 20);
      padding-right: calc(10rem / 20);
      padding-top: calc(20rem / 20);
      padding-bottom: calc(20rem / 20);
      font-size: calc(24rem / 20); }
  .second-Section.access {
    background: #f1f1f1; }
    .second-Section.access .seciond-img {
      background: #c6e0e0;
      text-align: right;
      height: calc(630rem / 20); }
      .second-Section.access .seciond-img > div {
        padding-left: 0;
        padding-right: 0; }
      .second-Section.access .seciond-img img {
        width: calc(755rem / 20);
        position: relative;
        left: 0%;
        top: 0%;
        transform: translate(0%) scale(1); }
    .second-Section.access .ttl {
      text-align: center;
      position: relative;
      margin-bottom: calc(70rem / 20);
      z-index: 0; }
      .second-Section.access .ttl::before {
        content: '';
        border-top: 2px solid #575868;
        height: 2px;
        width: 100%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0; }
      .second-Section.access .ttl::after {
        content: '';
        background: #f1f1f1;
        height: 2px;
        width: 45%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); }
      .second-Section.access .ttl img {
        width: calc(250rem / 20);
        position: relative;
        z-index: 1; }
    .second-Section.access .map {
      margin-bottom: calc(30rem / 20); }
      .second-Section.access .map iframe {
        width: 100%;
        height: calc(395rem / 20); }
    .second-Section.access .table {
      font-size: calc(32rem / 20); }
      .second-Section.access .table th, .second-Section.access .table td {
        display: block;
        width: 100%;
        text-align: left;
        font-weight: 500;
        color: #575868; }
        .second-Section.access .table th span, .second-Section.access .table td span {
          background: #938c7c;
          color: #fff;
          padding: .25rem .75rem; }
      .second-Section.access .table td {
        padding-bottom: calc(20rem / 20);
        padding-top: calc(10rem / 20); }
    .second-Section.access .table2 {
      width: 100%;
      color: #575868;
      margin-bottom: calc(70rem / 20);
      font-size: calc(25rem / 20); }
      .second-Section.access .table2 thead {
        background: #938c7c;
        text-align: center;
        color: #fff;
        font-size: calc(32rem / 20);
        border-bottom: .5rem solid #f1f1f1; }
      .second-Section.access .table2 tbody th {
        vertical-align: text-top;
        font-weight: 400; }
      .second-Section.access .table2 tbody td {
        padding-bottom: calc(20rem / 20);
        border-bottom: .5rem solid #f1f1f1; }
      .second-Section.access .table2 .btn {
        position: relative;
        margin-top: calc(50rem / 20);
        text-align: center;
        width: calc(600rem / 20);
        margin-left: auto;
        margin-right: auto;
        margin-bottom: calc(30rem / 20); }
        .second-Section.access .table2 .btn a {
          border-radius: .5rem;
          display: block;
          padding-top: calc(50rem / 20);
          padding-bottom: calc(50rem / 20);
          font-size: calc(32rem / 20);
          line-height: 1;
          background: #575868;
          color: #fff; }
      .second-Section.access .table2 .btn2 {
        position: relative;
        margin-top: calc(50rem / 20);
        text-align: center;
        width: calc(656rem / 20);
        margin-left: auto;
        margin-right: auto;
        margin-bottom: calc(30rem / 20); }
        .second-Section.access .table2 .btn2 a {
          border-radius: .5rem;
          display: block;
          padding-top: calc(50rem / 20);
          padding-bottom: calc(50rem / 20);
          font-size: calc(32rem / 20);
          line-height: 1;
          background: #575868;
          color: #fff; }
      .second-Section.access .table2 .t-txt {
        text-align: center;
        font-size: calc(32rem / 20); }
    .second-Section.access .table-list {
      width: 100%;
      margin-top: calc(20rem / 20);
      font-weight: 600; }
      .second-Section.access .table-list thead {
        color: #575868; }
        .second-Section.access .table-list thead th {
          background: #e3e1dd;
          font-weight: 400;
          padding-top: calc(20rem / 20);
          padding-bottom: calc(20rem / 20);
          border-bottom: .5rem solid #f1f1f1;
          width: calc(75rem / 20); }
          .second-Section.access .table-list thead th:first-child {
            width: calc(175rem / 20); }
      .second-Section.access .table-list tbody td {
        text-align: center;
        font-size: calc(31rem / 20);
        padding-top: calc(20rem / 20);
        line-height: 1.5;
        vertical-align: text-top;
        border-bottom: #e3e1dd 1px solid; }
        .second-Section.access .table-list tbody td span {
          display: block;
          line-height: 1;
          font-size: calc(25rem / 20); }
      .second-Section.access .table-list th {
        font-size: calc(31rem / 20); }
    .second-Section.access .box-ttl {
      color: #575868;
      font-weight: 500;
      font-size: calc(32rem / 20);
      padding-top: calc(12rem / 20);
      padding-bottom: calc(12rem / 20);
      border: #938c7c 1px solid;
      text-align: center;
      margin-bottom: calc(40rem / 20); }
    .second-Section.access .box-txt {
      color: #575868;
      font-size: calc(28rem / 20); }
  .second-Section.privacy .seciond-img {
    background: #c6e0e0;
    text-align: right;
    height: calc(630rem / 20); }
    .second-Section.privacy .seciond-img > div {
      padding-left: 0;
      padding-right: 0; }
    .second-Section.privacy .seciond-img img {
      width: calc(755rem / 20);
      position: relative;
      left: 0%;
      top: 0%;
      transform: translate(0%) scale(1); }
  .second-Section.privacy p {
    margin-bottom: 0; }
  .second-Section.privacy h2 {
    font-size: calc(30rem / 20);
    margin-top: calc(50rem / 20); }

@media only screen and (min-width: 48.75em) {
  .second-Section {
    /**naika***/
    /**kensa***/
    /**naishikyo***/
    /**kenshin***/
    /**gan***/
    /**hifuka***/
    /**shimi***/
    /**medical***/
    /**fitness***/
    /**blog****/
    /**docter***/
    /**recruit***/
    /**access***/
    /**privacy***/ }
    .second-Section .inner {
      padding-top: calc(50rem / 20);
      padding-bottom: calc(80rem / 20); }
    .second-Section .st-ttl {
      font-size: calc(36rem / 20);
      padding-bottom: calc(15rem / 20);
      margin-bottom: calc(30rem / 20); }
      .second-Section .st-ttl::before {
        border-bottom: 1px solid #575868;
        width: calc(1000rem / 20);
        left: 0; }
    .second-Section .txtArea {
      font-size: calc(14rem / 20); }
    .second-Section .single-txtarea {
      font-size: calc(16rem / 20); }
      .second-Section .single-txtarea h2 {
        font-size: calc(16rem / 20); }
    .second-Section .wp-block-heading {
      margin-top: calc(30rem / 20); }
    .second-Section .wp-block-list {
      font-size: calc(14rem / 20); }
      .second-Section .wp-block-list li {
        padding-left: calc(20rem / 20);
        position: relative; }
        .second-Section .wp-block-list li::before {
          content: '■';
          position: absolute;
          left: 0;
          top: 0; }
    .second-Section p {
      font-size: calc(16rem / 20);
      margin-bottom: calc(30rem / 20); }
    .second-Section pre {
      margin-bottom: calc(30rem / 20); }
    .second-Section h1 {
      font-size: calc(24rem / 20); }
    .second-Section .box {
      margin-top: calc(30rem / 20);
      margin-bottom: calc(30rem / 20);
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-lines: multiple;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      width: calc(685rem / 20);
      margin-left: auto;
      margin-right: auto; }
      .second-Section .box .btn {
        width: calc(210rem / 20);
        margin-left: calc(8rem / 20);
        margin-right: calc(8rem / 20);
        font-size: calc(16rem / 20);
        margin-top: calc(17rem / 20); }
        .second-Section .box .btn a {
          display: -webkit-box;
          display: -webkit-flex;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
          align-items: center;
          -webkit-box-pack: center;
          -webkit-flex-pack: center;
          -webkit-justify-content: center;
          justify-content: center;
          -webkit-box-direction: normal;
          -webkit-box-orient: vertical;
          -webkit-flex-direction: column;
          flex-direction: column;
          padding-top: 0;
          padding-bottom: 0;
          border-radius: .25rem;
          height: calc(50rem / 20);
          transition: .3s; }
          .second-Section .box .btn a:hover {
            opacity: .7; }
        .second-Section .box .btn br.pc {
          display: block; }
        .second-Section .box .btn.sm {
          font-size: calc(16rem / 20); }
        .second-Section .box .btn span {
          margin-top: calc(8rem / 20);
          font-size: calc(12rem / 20);
          line-height: 1.2; }
    .second-Section.naika .inner {
      padding-left: calc(60rem / 20);
      padding-right: calc(60rem / 20); }
      .second-Section.naika .inner::before {
        background: url("../images/njdr.jp__bg1_pc.png") no-repeat;
        background-size: calc(354rem / 20);
        width: calc(354rem / 20);
        height: calc(306rem / 20);
        top: calc(-40rem / 20);
        left: calc(-220rem / 20); }
      .second-Section.naika .inner::after {
        background: url("../images/njdr.jp__bg2_pc.png") no-repeat;
        background-size: calc(353rem / 20);
        width: calc(353rem / 20);
        height: calc(305rem / 20);
        bottom: calc(-40rem / 20);
        right: calc(-240rem / 20); }
    .second-Section.naika .sttl {
      font-size: calc(16rem / 20);
      margin-bottom: calc(1rem / 20); }
    .second-Section.naika .txt {
      font-size: calc(14rem / 20);
      margin-bottom: calc(30rem / 20); }
    .second-Section.naika .list {
      font-size: calc(16rem / 20); }
      .second-Section.naika .list li {
        padding-left: calc(20rem / 20); }
    .second-Section.kensa .inner {
      padding-left: calc(60rem / 20);
      padding-right: calc(60rem / 20); }
      .second-Section.kensa .inner::before {
        background: url("../images/njdr.jp__bg1_pc_c850e6aa.png") no-repeat;
        background-size: calc(354rem / 20);
        width: calc(354rem / 20);
        height: calc(306rem / 20);
        top: calc(-40rem / 20);
        left: calc(-220rem / 20); }
      .second-Section.kensa .inner::after {
        background: url("../images/njdr.jp__bg2_pc_60186b35.png") no-repeat;
        background-size: calc(353rem / 20);
        width: calc(353rem / 20);
        height: calc(305rem / 20);
        bottom: calc(-40rem / 20);
        right: calc(-240rem / 20); }
    .second-Section.kensa .ttl {
      font-size: calc(18rem / 20);
      margin-bottom: calc(70rem / 20); }
    .second-Section.kensa .wap {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-lines: multiple;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
    .second-Section.kensa .unit {
      width: calc(280rem / 20);
      height: calc(240rem / 20);
      margin-bottom: calc(85rem / 20);
      border-radius: 1rem;
      padding-top: calc(60rem / 20);
      padding-bottom: calc(25rem / 20);
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -webkit-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center; }
      .second-Section.kensa .unit .img {
        top: calc(-45rem / 20);
        width: calc(90rem / 20); }
    .second-Section.kensa .unit-ttl {
      font-size: calc(20rem / 20);
      margin-bottom: calc(10rem / 20); }
    .second-Section.kensa .unit-txt {
      font-size: calc(14rem / 20);
      margin-bottom: calc(10rem / 20); }
      .second-Section.kensa .unit-txt.sm {
        font-size: calc(12rem / 20);
        line-height: 1.3; }
    .second-Section.kensa .btn {
      width: calc(210rem / 20);
      margin-top: auto; }
      .second-Section.kensa .btn a {
        border-radius: .25rem;
        display: block;
        padding-top: calc(15rem / 20);
        padding-bottom: calc(15rem / 20);
        font-size: calc(16rem / 20); }
    .second-Section.kenshin .inner {
      padding-left: calc(60rem / 20);
      padding-right: calc(60rem / 20); }
      .second-Section.kenshin .inner::before {
        background: url("../images/njdr.jp__bg1_pc_c850e6aa.png") no-repeat;
        background-size: calc(354rem / 20);
        width: calc(354rem / 20);
        height: calc(306rem / 20);
        top: calc(-40rem / 20);
        left: calc(-220rem / 20); }
      .second-Section.kenshin .inner::after {
        background: url("../images/njdr.jp__bg2_pc_60186b35.png") no-repeat;
        background-size: calc(353rem / 20);
        width: calc(353rem / 20);
        height: calc(305rem / 20);
        bottom: calc(-40rem / 20);
        right: calc(-240rem / 20); }
    .second-Section.kenshin .sttl {
      font-size: calc(14rem / 20); }
    .second-Section.shimi .inner {
      padding-left: calc(60rem / 20);
      padding-right: calc(60rem / 20); }
      .second-Section.shimi .inner::before {
        background: url("../images/njdr.jp__bg1_pc_c7edb101.png") no-repeat;
        background-size: calc(354rem / 20);
        width: calc(354rem / 20);
        height: calc(306rem / 20);
        top: calc(-40rem / 20);
        left: calc(-220rem / 20); }
      .second-Section.shimi .inner::after {
        background: url("../images/njdr.jp__bg2_pc_d7efdbd1.png") no-repeat;
        background-size: calc(353rem / 20);
        width: calc(353rem / 20);
        height: calc(305rem / 20);
        bottom: calc(-40rem / 20);
        right: calc(-240rem / 20); }
    .second-Section.medical .inner {
      padding-left: calc(60rem / 20);
      padding-right: calc(60rem / 20); }
      .second-Section.medical .inner::before {
        background: url("../images/njdr.jp__bg1_pc_6367d0d8.png") no-repeat;
        background-size: calc(354rem / 20);
        width: calc(354rem / 20);
        height: calc(306rem / 20);
        top: calc(-40rem / 20);
        left: calc(-220rem / 20); }
      .second-Section.medical .inner::after {
        background: url("../images/njdr.jp__bg2_pc_3eff7fe1.png") no-repeat;
        background-size: calc(353rem / 20);
        width: calc(353rem / 20);
        height: calc(305rem / 20);
        bottom: calc(-40rem / 20);
        right: calc(-240rem / 20); }
    .second-Section.fitness .inner {
      padding-left: calc(60rem / 20);
      padding-right: calc(60rem / 20); }
      .second-Section.fitness .inner::before {
        background: url("../images/njdr.jp__bg1_pc_6367d0d8.png") no-repeat;
        background-size: calc(354rem / 20);
        width: calc(354rem / 20);
        height: calc(306rem / 20);
        top: calc(-40rem / 20);
        left: calc(-220rem / 20); }
      .second-Section.fitness .inner::after {
        background: url("../images/njdr.jp__bg2_pc_3eff7fe1.png") no-repeat;
        background-size: calc(353rem / 20);
        width: calc(353rem / 20);
        height: calc(305rem / 20);
        bottom: calc(-40rem / 20);
        right: calc(-240rem / 20); }
    .second-Section.blog .st-ttl::before {
      width: calc(1000rem / 20);
      left: 0; }
    .second-Section.blog .unit {
      border-bottom: none;
      border-bottom: 1px solid #575868; }
      .second-Section.blog .unit:last-of-type {
        border-bottom: 1px solid #575868; }
      .second-Section.blog .unit a {
        padding-top: calc(15rem / 20);
        padding-bottom: calc(15rem / 20);
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center; }
      .second-Section.blog .unit .day {
        font-size: calc(16rem / 20);
        width: calc(150rem / 20);
        font-size: 400; }
      .second-Section.blog .unit .cat-box {
        width: calc(306rem / 20);
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start; }
      .second-Section.blog .unit .txt-box {
        width: calc(689rem / 20);
        padding-right: calc(13rem / 20); }
      .second-Section.blog .unit .cat {
        font-size: calc(16rem / 20);
        margin-top: calc(5rem / 20);
        width: auto;
        width: calc(150rem / 20); }
        .second-Section.blog .unit .cat li {
          background: #938c7c;
          color: #fff;
          padding-left: calc(12rem / 20);
          padding-right: calc(12rem / 20);
          padding-top: calc(2rem / 20);
          padding-bottom: calc(2rem / 20);
          margin-bottom: calc(3rem / 20);
          border-radius: 2rem;
          text-align: center;
          line-height: 1.3; }
          .second-Section.blog .unit .cat li.internal-medicine {
            background: #99c5cf; }
          .second-Section.blog .unit .cat li.medical-fitness-blog {
            background: #f1a14c; }
      .second-Section.blog .unit h2 {
        font-weight: 500;
        width: 100%;
        font-size: calc(16rem / 20);
        letter-spacing: 0; }
      .second-Section.blog .unit .detail {
        font-size: calc(16rem / 20);
        text-align: left;
        margin-left: 0;
        margin-top: calc(10rem / 20); }
    .second-Section.blog .pagebox .btn {
      width: calc(210rem / 20);
      font-size: calc(16rem / 20); }
      .second-Section.blog .pagebox .btn a {
        padding-top: calc(10rem / 20);
        padding-bottom: calc(10rem / 20);
        border-radius: .25rem; }
    .second-Section.docter .seciond-img {
      background: #c6e0e0;
      text-align: right;
      height: calc(380rem / 20); }
      .second-Section.docter .seciond-img > div {
        position: relative; }
      .second-Section.docter .seciond-img img {
        right: calc(-142rem / 20);
        left: auto;
        top: 0;
        transform: translate(0%);
        width: calc(1185rem / 20); }
    .second-Section.docter .unit {
      margin-bottom: calc(35rem / 20);
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      align-items: flex-start; }
    .second-Section.docter .unit-img {
      width: calc(305rem / 20);
      margin-bottom: 0; }
    .second-Section.docter .txtarea {
      width: calc(630rem / 20); }
    .second-Section.docter .unit-ttl {
      font-size: calc(20rem / 20);
      padding-left: calc(15rem / 20);
      margin-bottom: calc(20rem / 20); }
      .second-Section.docter .unit-ttl::before {
        border-left: .25rem solid #00ab84;
        top: calc(6rem / 20);
        width: .1rem;
        height: calc(20rem / 20); }
    .second-Section.docter p {
      font-size: calc(14rem / 20);
      margin-bottom: calc(20rem / 20);
      line-height: 1.5; }
    .second-Section.recruit .seciond-img {
      background: #c6e0e0;
      text-align: right;
      height: calc(380rem / 20); }
      .second-Section.recruit .seciond-img > div {
        position: relative; }
      .second-Section.recruit .seciond-img img {
        right: calc(-142rem / 20);
        left: auto;
        top: 0;
        transform: translate(0%);
        width: calc(1185rem / 20); }
    .second-Section.recruit .wap {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-lines: multiple;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -webkit-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between; }
    .second-Section.recruit .unit {
      width: calc(442rem / 20);
      margin-bottom: calc(50rem / 20); }
      .second-Section.recruit .unit h2 {
        font-size: calc(20rem / 20);
        padding-left: calc(15rem / 20);
        margin-bottom: calc(20rem / 20); }
        .second-Section.recruit .unit h2::before {
          border-left: .25rem solid #00ab84;
          top: calc(6rem / 20);
          width: .1rem;
          height: calc(20rem / 20); }
    .second-Section.recruit .table {
      width: 100%; }
      .second-Section.recruit .table tr {
        border: #fff 2.5px solid; }
      .second-Section.recruit .table th {
        width: calc(153rem / 20);
        padding-left: calc(20rem / 20);
        padding-right: calc(20rem / 20);
        padding-top: calc(12rem / 20);
        padding-bottom: calc(12rem / 20);
        font-size: calc(14rem / 20); }
      .second-Section.recruit .table td {
        border-left: #fff 2.5px solid;
        background: #eeeeee;
        padding-left: calc(15rem / 20);
        padding-right: calc(10rem / 20);
        padding-top: calc(12rem / 20);
        padding-bottom: calc(12rem / 20);
        font-size: calc(14rem / 20); }
    .second-Section.access .seciond-img {
      background: #c6e0e0;
      text-align: right;
      height: calc(380rem / 20); }
      .second-Section.access .seciond-img > div {
        position: relative; }
      .second-Section.access .seciond-img img {
        right: calc(-142rem / 20);
        left: auto;
        top: 0;
        transform: translate(0%);
        width: calc(1185rem / 20); }
    .second-Section.access .ttl {
      margin-bottom: calc(30rem / 20); }
      .second-Section.access .ttl::before {
        border-top: 1px solid #575868;
        height: 1px; }
      .second-Section.access .ttl::after {
        height: 2px;
        width: 23%; }
      .second-Section.access .ttl img {
        width: calc(155rem / 20); }
    .second-Section.access .wap {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-lines: multiple;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      align-items: flex-start; }
    .second-Section.access .table {
      width: calc(480rem / 20);
      font-size: calc(16rem / 20);
      line-height: 1.6;
      -webkit-box-ordinal-group: 0;
      -webkit-order: -1;
      -ms-flex-order: -1;
      order: -1; }
      .second-Section.access .table th, .second-Section.access .table td {
        display: table-cell;
        width: auto; }
        .second-Section.access .table th span, .second-Section.access .table td span {
          padding: .25rem .75rem; }
      .second-Section.access .table th {
        width: calc(115rem / 20);
        padding-bottom: calc(5rem / 20);
        padding-top: calc(5rem / 20);
        vertical-align: text-top; }
      .second-Section.access .table td {
        padding-bottom: calc(5rem / 20);
        padding-top: calc(7rem / 20);
        vertical-align: text-top; }
    .second-Section.access .map {
      width: calc(500rem / 20); }
      .second-Section.access .map iframe {
        width: calc(500rem / 20);
        height: calc(480rem / 20); }
    .second-Section.access .table2 {
      width: calc(480rem / 20);
      margin-bottom: calc(20rem / 20);
      font-size: calc(16rem / 20); }
      .second-Section.access .table2 thead {
        font-size: calc(24rem / 20);
        border-bottom: .25rem solid #f1f1f1; }
        .second-Section.access .table2 thead td {
          padding-top: calc(5rem / 20);
          padding-bottom: 0; }
      .second-Section.access .table2 tbody th {
        border-bottom: .5rem solid #f1f1f1; }
      .second-Section.access .table2 tbody td {
        border-bottom: .25rem solid #f1f1f1;
        padding-bottom: 0; }
      .second-Section.access .table2 .btn {
        margin-top: calc(15rem / 20);
        width: calc(313rem / 20);
        margin-bottom: calc(15rem / 20); }
        .second-Section.access .table2 .btn a {
          border-radius: .25rem;
          padding-top: calc(15rem / 20);
          padding-bottom: calc(15rem / 20);
          font-size: calc(16rem / 20);
          transition: .3s; }
          .second-Section.access .table2 .btn a:hover {
            opacity: .7; }
      .second-Section.access .table2 .btn2 {
        margin-top: calc(15rem / 20);
        width: calc(320rem / 20);
        margin-bottom: calc(15rem / 20); }
        .second-Section.access .table2 .btn2 a {
          border-radius: .25rem;
          padding-top: calc(15rem / 20);
          padding-bottom: calc(15rem / 20);
          font-size: calc(16rem / 20);
          transition: .3s; }
          .second-Section.access .table2 .btn2 a:hover {
            opacity: .7; }
      .second-Section.access .table2 .t-txt {
        text-align: center;
        font-size: calc(16rem / 20); }
        .second-Section.access .table2 .t-txt br {
          display: none; }
    .second-Section.access .table-list {
      margin-top: calc(10rem / 20); }
      .second-Section.access .table-list thead th {
        padding-top: calc(15rem / 20);
        padding-bottom: calc(15rem / 20);
        border-bottom: 1px solid #f1f1f1;
        width: calc(75rem / 20); }
        .second-Section.access .table-list thead th:first-child {
          width: calc(175rem / 20); }
      .second-Section.access .table-list tbody td {
        text-align: center;
        font-size: calc(16rem / 20);
        padding-top: calc(15rem / 20);
        padding-bottom: calc(15rem / 20);
        line-height: 1.5;
        vertical-align: text-top;
        border-bottom: #e3e1dd 1px solid; }
        .second-Section.access .table-list tbody td span {
          font-size: calc(11rem / 20); }
      .second-Section.access .table-list th {
        font-size: calc(16rem / 20); }
    .second-Section.access .box {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      align-items: flex-start;
      width: 100%; }
    .second-Section.access .box-ttl {
      font-size: calc(24rem / 20);
      width: calc(485rem / 20);
      padding-top: calc(12rem / 20);
      padding-bottom: calc(12rem / 20);
      border: #938c7c 1px solid;
      text-align: center;
      margin-bottom: calc(40rem / 20);
      height: calc(110rem / 20);
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center; }
    .second-Section.access .box-txt {
      width: calc(500rem / 20);
      font-size: calc(16rem / 20); }
    .second-Section.privacy .seciond-img {
      background: #c6e0e0;
      text-align: right;
      height: calc(380rem / 20); }
      .second-Section.privacy .seciond-img > div {
        position: relative; }
      .second-Section.privacy .seciond-img img {
        right: calc(-142rem / 20);
        left: auto;
        top: 0;
        transform: translate(0%);
        width: calc(1185rem / 20); }
    .second-Section.privacy h2 {
      font-size: calc(16rem / 20);
      margin-top: 0; } }
/**************************************************/
.default-main {
  height: calc(569rem / 20);
  background: url("../images/njdr.jp__ttl_img.jpg") no-repeat;
  background-size: cover; }
  .default-main img {
    width: 100%; }
  .default-main.fitness {
    background: url("../images/njdr.jp__ttl_img_4de44c74.jpg") no-repeat;
    background-size: cover; }
  .default-main.kensa {
    background: url("../images/njdr.jp__ttl_img_9c0c69d0.jpg") no-repeat;
    background-size: cover; }

@media only screen and (min-width: 48.75em) {
  .default-main {
    height: 24.8901903vw;
    background: url("../images/njdr.jp__ttl_img_pc_4b00624e.jpg") no-repeat;
    background-size: 100%; }
    .default-main.kensa {
      background: url("../images/njdr.jp__ttl_img_pc_4b0cf464.jpg") no-repeat;
      background-size: 100%; } }
@media only screen and (min-width: 85.375em) {
  .default-main {
    height: calc(340rem / 20); } }
.wp-pagenavi {
  text-align: center; }

.page-link {
  margin-top: calc(80rem / 20);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-flex-pack: center;
  -webkit-justify-content: center;
  -webkit-box-pack: justify;
  -webkit-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  .page-link a {
    color: #fff;
    background: #575868;
    display: block;
    width: 100%;
    text-align: center;
    padding: 1rem;
    border-radius: .5rem;
    font-size: calc(24rem / 20); }
  .page-link .prv {
    width: calc(330rem / 20); }
  .page-link .next {
    width: calc(330rem / 20); }

@media only screen and (min-width: 48.75em) {
  .page-link {
    -webkit-box-pack: center;
    -webkit-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
    .page-link a {
      padding: .5rem;
      border-radius: .25rem;
      font-size: calc(16rem / 20);
      transition: .3s; }
      .page-link a:hover {
        opacity: .7; }
    .page-link .prv {
      width: calc(210rem / 20);
      margin-left: calc(15rem / 20);
      margin-right: calc(15rem / 20); }
    .page-link .next {
      width: calc(210rem / 20);
      margin-left: calc(15rem / 20);
      margin-right: calc(15rem / 20); } }
/***********/
.clearfix:after {
  clear: both;
  content: '';
  display: block; }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
    *::before, *::after, *::first-letter, *::first-line {
      background: transparent !important;
      color: #000 !important;
      box-shadow: none !important;
      text-shadow: none !important; }

  a {
    text-decoration: underline; }
    a:visited {
      text-decoration: underline; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr {
    page-break-inside: avoid; }

  img {
    page-break-inside: avoid;
    max-width: 100% !important; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }
