@charset "UTF-8";
/* CSS Document */

input,
textarea {
  font-family: 'UD Shin Go Regular', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

strong,
b,
.fwb {
  font-family: 'UD Shin Go DemiBold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: bold;
}

body {
  font-family: 'UD Shin Go Regular', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-weight: normal;
  font-size: 100%;
  color: #252525;
  height: 100%;
}

main {
  font-family: "Noto Sans JP", sans-serif;
}

body,
html,
p,
ul,
ol,
li,
form,
h1,
h2,
h3,
h4,
dd,
dl,
dt,
iframe,
span,
figure,
figcaption,
article,
section {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

a img {
  border: none;
  outline: none;
}


ul,
ol {
  list-style: none;
}

.clear {
  clear: both;
}

.clearFix {
  overflow: hidden;
}

.clearFix:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
}

* html .clearFix {
  height: 1em;
  overflow: visible;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

a {
  color: #0d64f2;
  text-decoration: none;
  transition: 0.3s linear;
  word-break: break-all;
}

a:hover {
  text-decoration: none;
  transition: 0.3s;
  opacity: 0.7;
}

a:focus {
  outline: none;
}

.fixd {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  transition: .5s;
}

header {
  height: 120px;
  background: #FFF;
  box-sizing: border-box;
  position: relative;
  z-index: 9999;
}

header h1 {
  width: 160px;
  position: absolute;
  top: 40px;
  left: 55px;
  z-index: 9999;
}

header .s_link {
  position: absolute;
  top: 0;
  right: 0;
}

header .s_link ul {
  display: flex;
}

header .s_link ul li a {
  height: 60px;
  font-size: 14px;
  line-height: 60px;
  color: #545454;
  padding: 0 23px;
  overflow: hidden;
  display: block;
}

header .s_link ul li {
  position: relative;
}

header .s_link ul li+li::before {
  content: "";
  width: 1px;
  height: 10px;
  background: #bcbcbc;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%)
}

header .s_link ul li:last-of-type a {
  font-family: 'UD Shin Go DemiBold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #FFF;
  padding: 0 35px 0 70px;
  background: #0d64f2;
  position: relative;
}

header .s_link ul li:last-of-type a::before {
  font-family: 'FontAwesome';
  content: "\f0e0";
  font-weight: 400;
  position: absolute;
  top: 50%;
  left: 45px;
  transform: translateY(-50%);
}

header .sch a::after {
  font-family: 'FontAwesome';
  content: "\f002";
  color: #0d64f2;
  font-size: 120%;
}

header .s_link ul li.sch::before {
  display: none;
}

header .s_link ul li.sch a {
  padding: 0 20px 0 5px;
}

header nav {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

header nav>ul {
  font-family: 'UD Shin Go DemiBold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: bold;
  display: flex;
  justify-content: center;
}

header nav>ul>li:last-of-type {
  display: none;
}

header nav i {
  font-family: 'UD Shin Go Regular', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 13px;
  font-style: normal;
}

header nav>ul>li>a {
  font-size: 16px;
  line-height: 1;
  color: #2f3e56;
  letter-spacing: 0.05em;
  white-space: nowrap;
  display: block;
  padding: 15px 40px;
}

header nav div {
  max-width: 1400px;
  width: 100%;
  background: #F1F1F1;
  text-align: center;
  box-sizing: border-box;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  color: #252525;
}

header nav div>ul {
  padding: 40px;
  white-space: nowrap;
}

header nav div>ul>li {
  display: inline-block;
}

header nav div>ul>li+li {
  margin-left: 105px;
}

@media screen and (max-width: 1215px) {

  header nav div>ul>li+li {
    margin-left: 20px;
  }

}

header nav div>ul>li>a {
  font-size: 16px;
  line-height: 16px;
  color: #252525;
  display: block;
}

header nav li.n_park>a {
  color: #0d64f2;
  background: #f1f1f1;
}

header nav li.n_park.nobk>a {
  color: #252525;
  background: none;
}

header nav li.n_park>div {
  display: none;
  height: 0;
  box-sizing: border-box;
}

header nav li .n_park_box {
  display: none !important;
}

header nav ul.n_products {
  display: flex;
  align-content: center;
  padding: 0;
}

header nav ul.n_products>li {
  width: 350px;
  background: #f1f1f1;
}

header nav ul.n_products>li:nth-of-type(even) {
  background: #FFF;
}

header nav ul.n_products>li+li {
  margin-left: 0;
}

header nav ul.n_products>li>a {
  width: 100%;
  height: 125px;
  font-size: 16px;
  line-height: 125px;
  background: #f1f1f1;
  color: #252525;
}


header nav ul.n_products>li>a::before {
  display: none;
}

header nav ul.n_products>li>ul {
  text-align: left;
  padding: 20px 30px !important;
  box-sizing: border-box;
}

@media screen and (max-width: 1215px) {

  header nav ul.n_products>li {
    width: 25%;
  }

  header nav ul.n_products>li>ul {
    padding: 20px 15px !important;
  }

  header nav ul.n_products>li>ul li a {
    font-size: 14px;
    line-height: 1.4;
    white-space: normal;
  }
}

header nav ul.n_products>li>ul li {
  font-size: 14px;
  padding-left: 1em;
}

header nav ul.n_products>li>ul li::before {
  content: "＞";
  width: 1.5em;
  color: #959595;
  display: inline-block;
  transform: scale(0.6, 1);
  margin-left: -1em;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  left: 0;
  vertical-align: middle;
  height: 27px;
  margin-bottom: auto;
}

header nav ul.n_products>li>ul li a {
  width: 100%;
  font-size: 14px;
  line-height: 1.4;
  color: #252525;
  display: inline-block;
  vertical-align: top;
}

header nav ul.n_products>li>ul li a i {
  font-family: 'UD Shin Go DemiBold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
  color: #252525;
  display: block;
}

header nav a span {
  display: inline-block;
  padding-right: 18px;
  position: relative;
}

header nav a span::before,
header nav a span::after {
  content: "";
  width: 10px;
  height: 2px;
  background: #0d64f2;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transform-origin: center;
  transition: .3s;
}

header nav a span::after {
  transform: translateY(-50%) rotate(90deg);
}

header nav .n_park span::before,
header nav .n_park span::after {
  display: none;
}

@media screen and (min-width: 980px) {

  header nav>ul>li:hover>a {
    color: #FFF;
    background: #0d64f2;
    opacity: 1;
  }

  header nav>ul>li:hover>a {
    color: #FFF;
    background: #0d64f2;
    opacity: 1;
  }

  header nav>ul>li:hover a span::after {
    background: #FFF;
    transform: translateY(-50%) rotate(0);
    transition: .3s;
  }

  header nav li.n_park>a:hover {
    color: #0d64f2;
    background: #f1f1f1;
  }

  header nav li.n_park.nobk>a:hover {
    color: #FFF;
    background: #0d64f2;
  }

  .n_ehr-about > li.active > a {
    color: #FFF;
    background: #0d64f2;
  }

  .n_products a+ul {
    display:none;
  }

  .active > a+ul {
    display:flex;
    left: 0;
    position: absolute;
    background: #ffffff;
    width: 100%;
    flex-wrap: wrap;
  }

  header nav ul.n_products>li {
    display: table-cell;
  }

  .n_ehr-about > li > a+div {
    display:none !important;
  }

  .n_ehr-about > li.active > a+div {
    display: block !important;
    width: 100%;
    position: absolute;
    left: 0;
    background: #ffffff;
    border: solid 2px #0d64f2;
  }

}

.follow header {
  width: 100%;
  height: 60px;
  background: #FFF;
  position: fixed;
  top: -70px;
  left: 0;
  z-index: 9999;
  transition: .3s;
}

.follow header .s_link {
  display: none;
}

.follow header h1 {
  width: 120px;
  top: 10px;
  left: 55px;
}

.follow header nav>ul>li:last-of-type {
  display: block;
  position: absolute;
  top: -11px;
  right: 0;
}

/* .follow header nav>ul>li:last-of-type a {
  color: #FFF;
  padding: 22px 20px 22px 50px;
  background: #0d64f2;
  border-radius: 0;
  display: block;
}

.follow header nav>ul>li:last-of-type a::before {
  font-family: 'FontAwesome';
  content: "\f0e0";
  font-weight: 400;
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
} */

.follow header nav>ul>li>a {
  padding-bottom: 18px;
}

@media screen and (max-width: 1215px) {

  .follow header nav i {
    display: none;
  }

  .follow header nav>ul>li>a {
    padding: 15px 20px;
  }

}

.park_menu dl {
  height: 100px;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.park_menu dl div {
  font-size: 18px;
  line-height: 100px;
  white-space: nowrap;
  text-align: center;
  background: #f1f1f1;
  display: flex;
  justify-content: center;
}

.park_menu dl dt {
  width: 175px;
  color: #FFF;
  background: #9ba0ab;
  box-sizing: border-box;
}

.park_menu dl dd {
  display: flex;
}

.park_menu dl a {
  min-width: 165px;
  box-sizing: border-box;
  display: block;
  color: #252525;
  padding: 0 30px;
  position: relative;
}

.park_menu dl a:hover,
.park_menu dl a.active {
  color: #0d64f2;
  opacity: 1;
}

.park_menu dl a::before {
  content: "";
  width: 0;
  height: 5px;
  background: #0d64f2;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: .3s all;
}

.park_menu dl a:hover::before,
.park_menu dl a.active::before {
  width: 40px;
}

.follow_park_menu .park_menu {
  width: 100%;
  height: 60px;
  position: fixed;
  top: -70px;
  left: 0;
  z-index: -1;
  transition: .3s;
}

.park_menu.fixd {
  top: 60px !important;
}

.follow_park_menu .park_menu dl {
  width: 100%;
  height: 60px;
}

.follow_park_menu .park_menu dl div {
  font-size: 16px;
  line-height: 60px;
}

.follow_park_menu .park_menu dl dt {
  padding: 0 30px;
}

.follow_park_menu .park_menu dl a {
  min-width: inherit;
  padding: 0 30px;
}

@media screen and (max-width: 1215px) {

  .park_menu dl dt {
    width: auto;
    padding: 0 20px;
  }

  .park_menu dl a {
    min-width: inherit;
    padding: 0 20px;
  }
}

.pan {
  font-family: 'UD Shin Go Regular', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 12px;
  line-height: 1;
  display: flex;
  flex-flow: wrap;
  padding: 15px 55px 20px;
}

.pan li+li {
  padding-left: 15px;
  margin-left: 5px;
  position: relative;
}

.pan li+li::before {
  content: "＞";
  color: #3d3d3d;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) scale(0.6, 1);
}

.head {
  margin-bottom: 120px;
}

.frame {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
}

.frame.single {
  max-width: 1040px;
  display: block;
}

.frame>article {
  width: 74%;
  max-width: 1040px;
  box-sizing: border-box;
}

.frame.single>article {
  width: 100%;
}

.frame>article section+section {
  margin-top: 120px;
}

.frame>aside {
  width: 20%;
  max-width: 290px;
  box-sizing: border-box;
}

.se_title {
  font-family: 'UD Shin Go DemiBold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 40px;
  line-height: 1.3;
  letter-spacing: .1em;
  margin-bottom: 65px;
}

.se_title span {
  font-size: 24px;
  color: #0d64f2;
  letter-spacing: normal;
  margin-left: 40px;
}

.se_title span::before {
  content: "ー";
  padding-right: 35px;
}

.r_btn {
  margin-top: 50px;
  text-align: center;
}

.r_btn a {
  min-width: 250px;
  font-size: 16px;
  line-height: 1;
  color: #252525;
  text-align: center;
  background: #FFF;
  padding: 20px 15px;
  border: 1px solid #595656;
  box-sizing: border-box;
  display: inline-block;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.r_btn a:hover {
  color: #FFF;
  opacity: 1;
  border: 1px solid #FFF;
}

.r_btn a::after {
  content: '';
  width: 102%;
  height: 102%;
  background: #0d64f2;
  position: absolute;
  top: -1%;
  left: -1%;
  z-index: -1;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

.r_btn.bcb a::after {
  background: #498eff;
}

.r_btn a:hover::after {
  transform: scale(1, 1);
}

.data_link {
  cursor: pointer;
  position: relative;
  z-index: 1;
}

footer {
  margin-top: 150px;
  background: #f1f1f1;
}

footer .totop {
  width: 55px;
  height: 55px;
  position: fixed;
  bottom: 80px;
  right: 35px;
  -webkit-box-shadow: 6px 6px 16px 0px rgba(47, 69, 102, 0.4);
  -moz-box-shadow: 6px 6px 16px 0px rgba(47, 69, 102, 0.4);
  box-shadow: 6px 6px 16px 0px rgba(47, 69, 102, 0.4);
  z-index: 10;
  display: none;
}

footer .f_link {
  display: flex;
  font-weight: 600;
  justify-content: center;
  background: rgb(255, 255, 255);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 60%, rgba(241, 241, 241, 1) 60%, rgba(241, 241, 241, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 60%, rgba(241, 241, 241, 1) 60%, rgba(241, 241, 241, 1) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 60%, rgba(241, 241, 241, 1) 60%, rgba(241, 241, 241, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f1f1f1', GradientType=0);
}

footer .f_link a {
  font-family: 'UD Shin Go DemiBold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  width: 100%;
  max-width: 400px;
  height: 235px;
  font-size: 20px;
  line-height: 1;
  color: #FFF;
  ;
  text-align: center;
  background: #0d64f2;
  box-sizing: border-box;
  display: block;
  position: relative;
}

footer .f_link a:hover {
  opacity: 1;
  transform: translateY(5px)
}

footer .f_link a+a {
  margin-left: 2px;
}

footer .f_link a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

footer .f_link a span::before {
  font-family: "FontAwesome";
  font-size: 200%;
  font-weight: 400;
  display: block;
  margin-bottom: 20px;
}

footer .f_link a.mail span::before {
  content: "\f0e0";
}

footer .f_link a.tel span::before {
  content: "\f095";
}

footer .f_link a.partner span::before {
  content: "\f2b5";
}

footer .f_link_list {
  padding: 90px 15px 20px;
  display: flex;
  justify-content: center;
}

footer .f_link_list>div {
  width: 100%;
  max-width: 360px;
}

footer .f_link_list>div:last-of-type {
  max-width: 300px;
}

footer .f_link_list h2 {
  font-family: 'UD Shin Go DemiBold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 16px;
  line-height: 1;
  color: #0d64f2;
  margin-bottom: 20px;
}

footer .f_link_list h2 a {
  color: #0d64f2;
}

footer .f_link_list h2+h2 {
  margin-top: 35px;
}

footer .f_link_list li {
  font-size: 14px;
  line-height: 1;
  color: #0d64f2;
}

footer .f_link_list li+li {
  margin-top: 20px;
}

footer .f_link_list li ul {
  margin-top: 20px;
}

footer .f_link_list li ul li::before {
  content: "├";
  padding-right: 0.3em;
}

footer .f_link_list li ul li:last-of-type::before {
  content: "└";
}

footer>p {
  font-size: 12px;
  line-height: 1.5;
  display: inline-block;
  vertical-align: bottom;
  padding: 0 0 28px 15px;
}

footer>a {
  padding: 20px 0 30px 45px;
  box-sizing: border-box;
  display: inline-block;
}

footer>a img {
  width: 95px;
}

footer .copy {
  padding: 12px 45px;
  background: #FFF;
  position: relative;
}

footer .copy a {
  font-size: 14px;
  line-height: 1;
  color: #252525;
  display: inline-block;
}

footer .copy a+a {
  margin-left: 45px;
}

footer .copy small {
  font-size: 14px;
  line-height: 1;
  color: #7b7b7b;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 45px;
  transform: translateY(-50%);
}

.sp {
  display: none !important;
}

.pc {
  display: block !important;
}

@media screen and (max-width: 1040px) {

  .frame {
    display: block;
    overflow: hidden;
    padding: 0;
  }

  .frame>article {
    width: 100%;
    max-width: 100%;
    padding: 0 4vw;
  }

  .frame>aside {
    width: 100%;
    max-width: 100%;
    clear: both;
  }

}

@media screen and (max-width: 980px) {

  .sp {
    display: block !important;
  }

  .pc {
    display: none !important;
  }

  a:hover {
    opacity: 1;
  }

  img {
    width: 100%;
  }

  .btn_m {
    width: 15vw;
    height: 15vw;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999;
    opacity: 1;
    cursor: pointer;
  }

  .menu {
    width: 15vw;
    height: 15vw;
    display: block;
    z-index: 99999;
    cursor: pointer;
  }

  .menu span {
    width: 7vw;
    height: 3px;
    display: block;
    background: #2f3e56;
    border-radius: 3vw;
    position: absolute;
    right: 5vw;
    top: 7vw;
    cursor: pointer;
    transition: all 0.3s;
    transform: rotate(0deg);
  }

  .menu span:not(:target) {
    display: block;
  }

  .menu .top {
    transform: translateY(-2vw);
  }

  .menu .bottom {
    transform: translateY(2vw);
  }

  .menu.is-open .middle {
    display: none;
  }

  .menu.is-open .top {
    transform: rotate(-25deg) translateY(0px);
    background: #2f3e56;
  }

  .menu.is-open .bottom {
    transform: rotate(25deg) translateY(0px);
    background: #2f3e56;
  }

  header {
    width: 100%;
    height: 15vw;
    border-bottom: none;
    position: relative;
    z-index: 9999;
    background: #FFF;
  }

  header h1 {
    width: 30%;
    position: absolute;
    top: 3vw;
    left: 5vw;
    z-index: 9999;
  }

  header>.sch {
    font-size: 5vw;
    position: absolute;
    top: 50%;
    right: 16vw;
    transform: translateY(-50%);
    z-index: 9999;
  }

  header .nav_box {
    width: 100%;
    height: auto;
    overflow: auto;
    padding: 30vw 0 25vw;
    box-sizing: border-box;
    display: none;
  }

  header .nav_box::after {
    content: "";
    width: 100%;
    height: 15vw;
    background: #FFF;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }

  header .nav_box::before {
    content: "";
    width: 100%;
    height: 150vh;
    background: #eaeef1;
    position: absolute;
    top: 15vw;
    left: 0;
    z-index: -1;
  }

  header .s_link {
    padding: 10vw 12vw 5vw;
    position: static;
    top: auto;
    right: auto;
  }

  header .s_link ul {
    display: block;
    border-top: 1px solid #b1b9c5;
    padding-top: 5vw;
  }

  header .s_link ul li a {
    height: auto;
    font-size: 4vw;
    color: #4d5d75;
    line-height: 4vw;
    padding: 2vw 0;
  }

  header .s_link ul li {
    position: relative;
  }

  header .s_link ul li+li::before {
    display: none;
  }

  header .s_link ul li:last-of-type {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
  }

  header .s_link ul li:last-of-type a {
    width: 100%;
    font-size: 4.5vw;
    color: #FFF;
    text-align: center;
    padding: 6vw 0;
    background: #0d64f2;
    border-bottom-left-radius: 0;
    display: block;
    position: relative;
  }

  header .s_link ul li:last-of-type a::before {
    font-family: 'FontAwesome';
    content: "\f0e0";
    font-weight: 400;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-19.5vw, -50%);
  }

  header .s_link .sch {
    display: none;
  }

  header nav {
    width: 100%;
    height: auto;
    position: static;
    top: auto;
    left: auto;
    transform: translateX(0)
  }

  header nav>ul {
    display: block;
    padding: 0 12vw;
  }

  header nav>ul>li+li {
    margin-left: 0;
    margin-top: 5vw;
  }

  header nav>ul>li:last-of-type {
    display: none;
  }

  header nav i {
    font-size: 60%;
  }

  header nav>ul>li>a {
    font-size: 4.3vw;
    line-height: 1;
    color: #2f3e56;
    letter-spacing: 0.05em;
    white-space: nowrap;
    display: block;
    padding: 0 0 5vw;
  }

  header nav div {
    width: 100%;
    height: auto;
    background: none;
    text-align: left;
    position: static;
    top: auto;
    left: auto;
    padding-left: 3vw;
    display: none;
    transform: translateX(0);
  }

  header nav div>ul {
    padding: 0;
  }

  header nav div>ul>li {
    display: block;
  }

  header nav div>ul>li+li {
    margin-left: 0;
  }

  header nav div>ul>li>a {
    font-size: 4vw;
    line-height: 1.3;
    color: #0d64f2;
    display: block;
    padding: 3vw 0 3vw 1.3em;
  }

  header nav div>ul>li>a::before {
    width: 1.3em;
    content: "＞";
    display: inline-block;
    color: #959595;
    padding-right: 0;
    margin-left: -1.3em;
    transform: scale(0.6, 1);
  }

  header nav li.n_park>a {
    background: #eaeef1;
  }

  header nav li.n_park>div {
    height: auto;
  }

  header nav li .n_park_box {
    display: block !important;
  }

  header nav ul.n_products {
    width: 103%;
    display: block;
    padding: 0;
    margin-left: -3vw;
  }

  header nav ul.n_products>li {
    width: 100%;
    background: #FFF;
  }

  header nav ul.n_products>li:nth-of-type(even) {
    background: #FFF;
  }

  header nav ul.n_products>li+li {
    margin-left: 0;
    margin-top: 0;
  }

  header nav ul.n_products>li>a {
    width: auto;
    height: auto;
    font-size: 4vw;
    line-height: 1;
    color: #FFF;
    text-align: center;
    padding: 2vw 0;
    display: block;
  }

  header nav ul.n_products>li>a::before {
    display: none;
  }

  header nav ul.n_products>li>ul {
    padding: 5vw 0 5vw 3vw !important;
  }

  header nav ul.n_products>li>ul li {
    font-size: 3.5vw;
    padding-left: 1.1em;
    position: relative;
  }

  header nav ul.n_products>li>ul li a {
    font-size: 3.3vw;
    line-height: 1.4;
    display: block;
  }

  header nav ul.n_products>li>ul li a i {
    font-size: 3.8vw;
    line-height: 1.4;
  }

  header nav ul.n_products>li>ul li+li {
    margin-top: 5vw;
  }

  header nav .n_park a {
    color: #252525 !important;
  }

  header nav ul.n_park_box {
    width: 103%;
    display: block;
    padding: 0;
    margin-left: -3vw;
  }

  header nav ul.n_park_box>li {
    width: 100%;
    background: #FFF;
  }

  header nav ul.n_park_box>li+li {
    margin-top: 0;
  }

  header nav ul.n_park_box>li>span {
    font-size: 4vw;
    line-height: 1;
    color: #FFF;
    text-align: center;
    padding: 2vw 0;
    display: block;
    background: #0d64f2;
  }

  header nav ul.n_park_box>li>ul {
    padding: 5vw 0 5vw 3vw !important;
  }

  header nav ul.n_park_box>li>ul li {
    font-size: 3.5vw;
    line-height: 1.4;
    padding-left: 1.1em;
    position: relative;
  }

  header nav ul.n_park_box>li>ul li::before {
    width: 1.1em;
    content: "＞";
    color: #959595;
    display: inline-block;
    padding-right: 0;
    margin-left: 0;
    transform: scale(0.6, 1);
    position: absolute;
    top: 0;
    left: 0;
  }

  header nav ul.n_park_box>li>ul li a {
    font-size: 3.5vw;
    line-height: 1.4;
    display: block;
  }

  header nav ul.n_park_box>li>ul li a i {
    font-size: 3.5vw;
    line-height: 1.4;
  }

  header nav ul.n_park_box>li>ul li+li {
    margin-top: 5vw;
  }


  header nav a span {
    display: inline-block;
    padding-right: 6vw;
    position: relative;
  }

  header nav a span::before,
  header nav a span::after {
    content: "";
    width: 3vw;
    height: 2px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: .3s;
  }

  header nav a span::after {
    transform: translateY(-50%) rotate(90deg);
  }

  header nav>ul>li.open a span::after {
    transform: translateY(-50%) rotate(0);
    transition: .3s;
  }

  header nav .n_park span::before,
  header nav .n_park span::after {
    display: block;
  }

  .follow header {
    height: 15vw;
    background: #FFF;
    position: fixed;
    top: -15vw;
    left: 0;
    transition: .3s;
    border-bottom: none;
    z-index: 9999;
    display: none;
  }

  .follow header h1 {
    width: 30%;
    top: 3vw;
    left: 5vw;
  }

  .follow header .s_link {
    display: block;
  }

  .follow header nav>ul>li:last-of-type {
    display: none;
  }

  .follow header nav>ul>li+li {
    margin-left: 0;
    margin-top: 5vw;
  }

  .follow header nav>ul>li>a {
    font-size: 4.3vw;
    line-height: 1;
    color: #2f3e56;
    letter-spacing: 0.05em;
    white-space: nowrap;
    display: block;
    padding: 0 0 5vw;
  }

  .follow header nav li {
    text-align: left;
  }

  .follow header nav i {
    display: inline-block;
  }

  .park_menu {
    margin-bottom: 3vw;
  }

  .park_menu dl {
    height: 15vw;
    display: flex;
    justify-content: flex-start;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .park_menu dl::-webkit-scrollbar {
    display: none;
  }

  .park_menu dl div {
    font-size: 3.3vw;
    line-height: 15vw;
  }

  .park_menu dl dt {
    padding: 0 4vw;
    color: #adadad;
    background: #e2e2e2;
  }

  .park_menu dl dd {
    display: flex;
  }

  .park_menu dl a {
    display: block;
    color: #252525;
    padding: 0 4vw;
    position: relative;
  }

  .park_menu dl a:hover,
  .park_menu dl a.active {
    color: #252525;
    opacity: 1;
  }

  .park_menu dl a:hover::before,
  .park_menu dl a.active::before {
    width: 85%;
  }

  .follow_park_menu .park_menu {
    height: 15vw;
    top: -15vw;
    z-index: -1;
  }

  .park_menu.fixd {
    top: 15vw !important;
  }

  .follow_park_menu .park_menu dl {
    height: 15vw;
  }

  .follow_park_menu .park_menu dl div {
    font-size: 3.3vw;
    line-height: 15vw;
  }

  .follow_park_menu .park_menu dl dt {
    padding: 0 4vw;
  }

  .follow_park_menu .park_menu dl a {
    padding: 0 4vw;
  }


  .pan {
    width: 100%;
    height: 7vw;
    font-size: 2.5vw;
    line-height: 7vw;
    white-space: nowrap;
    padding: 0;
    background: #ddd;
    flex-flow: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    position: relative;
  }

  .pan::-webkit-scrollbar {
    display: none;
  }


  .pan li+li {
    padding-left: 0;
    margin-left: 0;
    position: relative;
    z-index: 1;
  }

  .pan li+li::before {
    display: none;
  }

  .pan li:last-of-type {
    padding: 0 4vw 0 6vw;
    background: #ddd;
    margin-left: 0;
    z-index: 1;
  }

  .pan li:last-of-type::before {
    display: block;
    content: "";
    border-top: 4vw solid transparent;
    border-bottom: 4vw solid transparent;
    border-left: 4vw solid #FFF;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: -1;
  }

  .pan a {
    height: 7vw;
    padding: 0 1vw;
    display: block;
    background: #FFF;
    position: relative;
    z-index: 2;
  }

  .pan li+li a {
    padding-left: 8vw;
  }

  .pan li:first-of-type a {
    padding: 0 1vw 0 4vw;
  }

  .pan li+li a::after,
  .pan li:first-of-type a::after {
    content: "";
    width: 7vw;
    height: 7vw;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    position: absolute;
    top: 50%;
    left: -3vw;
    transform: translateY(-50%) rotate(45deg);
    transform-origin: center center;
  }

  .pan li:first-of-type a::after {
    left: auto;
    right: -4vw;
  }

  .pan li:nth-of-type(2) a::after {
    display: none;
  }

  .head {
    margin-bottom: 15vw;
  }

  .frame>article {
    padding: 0 6vw;
  }

  .frame>article section+section {
    margin-top: 25vw;
  }

  .se_title {
    font-size: 6.5vw;
    line-height: 1.3;
    margin-bottom: 8vw;
  }

  .se_title span {
    font-size: 3vw;
    color: #0d64f2;
    margin-left: 1vw;
  }

  .se_title span::before {
    content: "ー";
    color: #252525;
    padding-right: 1vw;
  }

  .r_btn {
    margin-top: 15vw;
    text-align: center;
  }

  .r_btn a {
    min-width: 65%;
    font-size: 3.8vw;
    line-height: 1;
    color: #252525;
    background: #FFF;
    padding: 4.2vw 4vw;
    border-radius: 10vw;
  }

  footer {
    line-height: 1.5;
    margin-top: 20vw;
    background: #f1f1f1;
    position: relative;
  }

  footer .totop {
    width: 11vw;
    height: 11vw;
    bottom: 5vw;
    right: 4vw;
    -webkit-box-shadow: 1vw 1vw 2vw 0px rgba(47, 69, 102, 0.4);
    -moz-box-shadow: 1vw 1vw 2vw 0px rgba(47, 69, 102, 0.4);
    box-shadow: 1vw 1vw 2vw 0px rgba(47, 69, 102, 0.4);
  }

  footer .f_link {
    display: block;
    padding: 0 6vw;
    background: rgb(255, 255, 255);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 80%, rgba(241, 241, 241, 1) 80%, rgba(241, 241, 241, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 80%, rgba(241, 241, 241, 1) 80%, rgba(241, 241, 241, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 80%, rgba(241, 241, 241, 1) 80%, rgba(241, 241, 241, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f1f1f1', GradientType=0);
  }

  footer .f_link a {
    width: 100%;
    max-width: inherit;
    height: 33vw;
    font-size: 4vw;
  }

  footer .f_link a:hover {
    opacity: 1;
    transform: translateY(0)
  }

  footer .f_link a+a {
    margin-left: 0;
    margin-top: 1px;
  }

  footer .f_link a span {
    width: 100%;
    padding-left: 5vw;
    display: block;
    box-sizing: border-box;
  }

  footer .f_link a span::before {
    font-size: 150%;
    font-weight: 400;
    display: block;
    margin-bottom: 0;
    position: absolute;
    top: 50%;
    left: 13vw;
    transform: translate(0, -50%);
  }

  footer .f_link_list {
    padding: 13vw 6vw 5vw;
    display: block;
  }

  footer .f_link_list>div {
    width: 100%;
    max-width: 100%;
  }

  footer .f_link_list>div+div {
    border-top: 1px solid #b1b9c5;
    padding-top: 5vw;
    margin-top: 5vw;
  }

  footer .f_link_list>div:last-of-type {
    max-width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-flow: wrap;
  }

  footer .f_link_list>div:last-of-type h2 {
    display: inline-block;
    margin-right: 7vw;
    margin-bottom: 5vw;
  }

  footer .f_link_list h2 {
    font-size: 3.8vw;
    line-height: 1;
    margin-bottom: 2vw;
  }

  footer .f_link_list h2.b_line {
    border-bottom: 1px solid #c2c2c2;
    padding: 2vw 0 6vw;
    margin-bottom: 6vw;
  }

  footer .f_link_list h2+h2 {
    margin-top: 0;
  }

  footer .f_link_list li {
    font-size: 3.8vw;
    line-height: 1;
    display: inline-block;
    color: #4d5d75;
    white-space: nowrap;
  }

  footer .f_link_list li a {
    padding: 2vw 4vw;
    display: inline-block;
  }

  footer .f_link_list li+li {
    margin-top: 0;
  }

  footer .f_link_list li ul {
    margin-top: 0;
    padding-left: 0.5em;
    display: inline-block;
    position: relative;
  }

  footer .f_link_list li ul::before {
    content: "ー";
    color: #0d64f2;
    position: absolute;
    top: 1.4vw;
    left: -3vw;
  }

  footer .f_link_list li ul a {
    padding: 1vw;
  }

  footer .f_link_list li ul+li {
    margin: 0;
  }

  footer .f_link_list li ul li::before {
    content: "|";
    color: #87aff1;
    padding: 0;
  }

  footer .f_link_list li ul li:last-of-type::before {
    content: "|";
    padding: 0;
  }

  footer .f_link_list li ul li:last-of-type::after {
    content: "|";
    color: #87aff1;
  }

  footer>p {
    font-size: 2vw;
    line-height: 1.4;
    margin: 0 2vw;
    padding: 0 0 4vw;
    text-align: left;
    display: block;
  }

  footer>a {
    width: 18%;
    display: block;
    position: absolute;
    bottom: 12vw;
    left: 6vw;
    z-index: 1;
    padding: 0;
    margin: 0;
  }

  footer>a img {
    width: 100%;
    height: auto;
  }

  footer .copy {
    text-align: right;
    padding: 5vw 6vw 15vw;
    position: relative;
  }

  footer .copy a {
    font-size: 3.5vw;
    line-height: 1;
    display: inline-block;
  }

  footer .copy a+a {
    margin-left: 5vw;
  }

  footer .copy small {
    width: 100%;
    height: 11vw;
    font-size: 3vw;
    line-height: 11vw;
    text-align: center;
    display: block;
    padding: 0;
    position: absolute;
    top: auto;
    bottom: 0;
    right: auto;
    left: 0;
    transform: translateY(0);
  }

  .mb10 {
    margin-bottom: 10vw !important;
  }

}

.mf_finder_logo {
  display: none !important;
}











body>header.hidden {
  height: 0;
  transition: all 0.3s;
  display: block;
}

@media screen and (max-width: 980px) {
  html body>header.hidden {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    height: 15vw;
  }
}



header nav ul.n_ehr-about {
  display: flex;
  align-content: center;
  padding: 0;
}

header nav ul.n_ehr-about>li {
  width: 50%;
  background: #f1f1f1;
}

header nav ul.n_ehr-about>li:nth-of-type(even) {
  background: #FFF;
}

header nav ul.n_ehr-about>li+li {
  margin-left: 0;
}

header nav ul.n_ehr-about>li>a {
  width: 100%;
  height: 112px;
  font-size: 16px;
  line-height: 112px;
  background: #f1f1f1;
  color: #252525;
}


header nav ul.n_ehr-about a::before {
  display: none;
}

header nav ul.n_ehr-about p.n_ehr-about__list-ttl {
  margin-top: 25px;
}

header nav ul.n_ehr-about ul.n_ehr-about__list {
  display: flex;
  flex-flow: column;
  white-space: normal;
}

header nav ul.n_ehr-about ul.n_ehr-about__list,
header nav ul.n_ehr-about p.n_ehr-about__list-ttl {
  text-align: left;
  padding: 0 30px;
  box-sizing: border-box;
}

header nav ul.n_ehr-about ul.n_ehr-about__list:nth-child(2),
header nav ul.n_ehr-about .n_ehr-about_pull-down+div p.n_ehr-about__list-ttl {
  margin-top: 40px;
}

header nav ul.n_ehr-about ul.n_ehr-about__list:last-child {
  margin-bottom: 40px;
}


@media screen and (max-width: 1215px) {

  header nav ul.n_ehr-about ul.n_ehr-about__list,
  header nav ul.n_ehr-about p.n_ehr-about__list-ttl {
    padding: 0 15px;
  }

  header nav ul.n_ehr-about ul.n_ehr-about__list {
    font-size: 18px;
    line-height: 1.4;
    white-space: normal;
  }
}

header nav ul.n_ehr-about ul.n_ehr-about__list li,
header nav ul.n_ehr-about p.n_ehr-about__list-ttl {
  font-size: 14px;
  padding-left: 1.5em;
}

header nav ul.n_ehr-about ul.n_ehr-about__list li::before {
  content: "＞";
  width: 1.5em;
  color: #959595;
  display: inline-block;
  transform: scale(0.6, 1);
  margin-left: -1.5em;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.4;
}

header nav ul.n_ehr-about ul.n_ehr-about__sec-list li a {
  font-size: 14px;
  color: #252525;
}

header nav ul.n_ehr-about ul.n_ehr-about__sec-list li::before {
  content: "∟";
  width: 1em;
  color: #959595;
  display: inline-block;
  transform: scale(0.6, 1);
  margin-left: -1em;
  margin-top: -0.3em;
}

header nav ul.n_ehr-about ul.n_ehr-about__list li a.n_ehr-about__online-demo {
  color: #0D64F2;
}

header nav ul.n_ehr-about ul.n_ehr-about__list>li>a,
header nav ul.n_ehr-about p.n_ehr-about__list-ttl {
  font-family: 'UD Shin Go DemiBold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: bold;
  line-height: 1.4;
  font-size: 16px;
  color: #252525;
  display: inline-block;
  width: 97%;
}

header nav ul.n_ehr-about p.n_ehr-about__list-ttl {
  width: 100%;
  padding-left: 15px;
}

header nav ul.n_ehr-about ul.n_ehr-about__list li+li {
  margin-top: 25px;
  margin-left: 0;
}

header nav ul.n_ehr-about p.n_ehr-about__list-ttl+ul.n_ehr-about__list {
  margin-top: 15px;
  margin-left: 0;
  display: flex;
  margin-bottom:10px;
}

header nav ul.n_ehr-about>li ul+ul {
  margin-top: 40px;
}


header nav ul.n_ehr-about ul.n_ehr-about__sec-list li::before {
  content: "∟";
  width: 1em;
  color: #959595;
  display: inline-block;
  transform: scale(0.6, 1);
  margin-left: -1em;
  margin-top: -0.3em;
}

header nav ul.n_ehr-about ul.n_ehr-about__sec-list li a {
  font-size: 14px;
  color: #252525;
}

header nav ul.n_ehr-about>li a::before {
  content: "";
}






header nav ul.n_ehr-about {
  display: flex;
  align-content: center;
  padding: 0;
}

header nav ul.n_ehr-about>li {
  width: 50%;
  background: #f1f1f1;
}

header nav ul.n_ehr-about>li:nth-of-type(even) {
  background: #FFF;
}

header nav ul.n_ehr-about>li+li {
  margin-left: 0;
}

header nav ul.n_ehr-about>li>a {
  width: 100%;
  height: 112px;
  font-size: 16px;
  line-height: 112px;
  background: #f1f1f1;
  color: #252525;
}


header nav ul.n_ehr-about a::before {
  display: none;
}

header nav ul.n_ehr-about p.n_ehr-about__list-ttl {
  margin-top: 25px;
}

header nav ul.n_ehr-about ul.n_ehr-about__list {
  display: flex;
  flex-flow: column;
  white-space: normal;
}

header nav ul.n_ehr-about ul.n_ehr-about__list,
header nav ul.n_ehr-about p.n_ehr-about__list-ttl {
  text-align: left;
  padding: 0 30px;
  box-sizing: border-box;
}

header nav ul.n_ehr-about ul.n_ehr-about__list:nth-child(2),
header nav ul.n_ehr-about .n_ehr-about_pull-down+div p.n_ehr-about__list-ttl {
  margin-top: 40px;
}

header nav ul.n_ehr-about ul.n_ehr-about__list:last-child {
  margin-bottom: 40px;
}


header nav ul.n_ehr-about li div {
  max-width: initial;
  width: 100%;
  background: none;
  text-align: initial;
  overflow: initial;
  box-sizing: border-box;
  position: initial;
  top: initial;
  left: initial;
  transform: none;
  display: block;
}









@media screen and (max-width: 980px) {




  header>.sch {
    font-size: 5vw;
    position: absolute;
    top: 50%;
    right: 16vw;
    transform: translateY(-50%);
    z-index: 9999;
  }

  header .nav_box {
    width: 100%;
    height: 100lvh;
    overflow: scroll;
    padding: 30vw 0 25vw;
    box-sizing: border-box;
    display: none;
    background: #eaeef1;
  }

  header .s_link {
    padding: 10vw 12vw 10vw;
    position: static;
    top: auto;
    right: auto;
  }

  header .s_link ul {
    display: block;
    border-top: 1px solid #b1b9c5;
    padding-top: 5vw;
  }

  header .s_link ul li a {
    height: auto;
    font-size: 4vw;
    color: #4d5d75;
    line-height: 4vw;
    padding: 2vw 0;
  }

  header .s_link ul li {
    position: relative;
  }

  header .s_link ul li+li::before {
    display: none;
  }

  header .s_link ul li:last-of-type {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
  }

  header .s_link ul li:last-of-type a {
    width: 100%;
    font-size: 4.5vw;
    color: #FFF;
    text-align: center;
    padding: 6vw 0;
    background: #0d64f2;
    border-bottom-left-radius: 0;
    display: block;
    position: relative;
  }

  header .s_link ul li:last-of-type a::before {
    font-family: 'FontAwesome';
    content: "\f0e0";
    font-weight: 400;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-19.5vw, -50%);
  }

  header .s_link .sch {
    display: none;
  }

  header nav {
    width: 100%;
    height: auto;
    position: static;
    top: auto;
    left: auto;
    transform: translateX(0)
  }

  header nav>ul {
    display: block;
    padding: 0 12vw;
  }

  header nav>ul>li+li {
    margin-left: 0;
    margin-top: 5vw;
  }

  header nav i {
    font-size: 60%;
  }

  header nav>ul>li>a {
    font-size: 4.58vw;
    line-height: 1;
    color: #2f3e56;
    letter-spacing: 0.05em;
    white-space: nowrap;
    display: block;
    padding: 3.05vw 0;
  }

  header nav>ul li div {
    width: 100%;
    height: auto;
    background: none;
    text-align: left;
    position: static;
    top: auto;
    left: auto;
    padding-left: 0;
    display: none;
    transform: translateX(0);
  }

  header nav div>ul {
    padding: 0;
    background-color: #FFFFFF;
    border-top: #BFBFBF solid 0.13vw;
    border-bottom: #BFBFBF solid 0.13vw;
  }

  header nav div>ul>li {
    display: block;
    position: relative;
  }

  header nav div>ul>li:not(:first-child)::after {
    content: "";
    position: absolute;
    width: 100%;
    height: max(0.13vw, 1px);
    top: 0;
    background-image: linear-gradient(to right, #BFBFBF 8px, transparent 8px);
    background-size: 16px 8px;
  }

  header nav div>ul>li+li {
    margin-left: 0;
  }

  header nav div>ul li+li {
    margin-left: 0;
  }

  header nav div>ul>li>a {
    font-size: 3.56vw;
    line-height: 1.3;
    color: #2F3E56;
    display: block;
    padding: 3vw 0 3vw 1.3em;
  }

  header nav div>ul>li>a::before {
    width: 1.1em;
    color: #959595;
    display: inline-block;
    padding-right: 0;
    margin-left: 0;
    transform: scale(0.6, 1);
    vertical-align: top;
    position: absolute;
    top: 3vw;
    right: 2.54vw;
  }

  header nav li.n_park>a {
    background: #eaeef1;
  }

  header nav li.n_park>div {
    height: auto;
  }

  header nav li .n_park_box {
    display: block !important;
  }

  header nav ul.n_products {
    width: 100%;
    display: block;
    padding: 0;
    margin-left: 0;
    border: none;
    background: #eaeef1;
  }

  header nav ul.n_products>li {
    width: 100%;
    background: #FFF;
  }

  header nav ul.n_products>li::after {
    display: none;
  }

  header nav ul.n_products>li+li {
    margin-left: 0;
    margin-top: 2.54vw;
  }

  header nav ul.n_products>li>a.n_products__list-ttl {
    width: auto;
    height: auto;
    background: #F4F7FA;
    font-size: 3.56vw;
    line-height: 1;
    color: #2F3E56;
    text-align: left;
    padding: 2.54vw;
    display: block;
  }

  header nav ul.n_products>li>a.n_products__list-ttl::before,
  header nav ul.n_products>li>a.n_products__list-ttl::after {
    content: "";
    width: 3vw;
    height: 2px;
    background: #707070;
    position: absolute;
    top: 4.33vw;
    right: 2.54vw;
    transform: translateY(-50%);
    transition: .3s;
  }

  header nav ul.n_products>li>a.n_products__list-ttl::before {
    display: block;
  }

  header nav ul.n_products>li>a.n_products__list-ttl::after {
    transform: translateY(-50%) rotate(90deg);
  }

  header nav ul.n_products>li>a.n_products__open::after {
    transform: translateY(-50%) rotate(0);
    transition: .3s;
  }

  header nav ul.n_products>li>div.n_products__list-link {
    width: auto;
    height: auto;
    background: #eaeef1;
    font-size: 3.56vw;
    line-height: 1;
    color: #2F3E56;
    text-align: right;
    padding-top: 2.54vw;
    margin-bottom: 7.63vw;
    display: none;
  }

  header nav ul.n_products>li>div.n_products__list-link--last-child {
    margin-bottom: 0;
  }

  header nav ul.n_products>li>div.n_products__list-link a {
    font-family: 'UD Shin Go Medium', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    width: fit-content;
    margin-left: auto;
    position: relative;
    padding-right: 6.11vw;
    color: #252525;
  }

  header nav ul.n_products>li>div.n_products__list-link a::after {
    content: "＞";
    width: 1.1em;
    color: #252525;
    display: inline-block;
    padding-right: 0;
    margin-left: 0;
    transform: scale(0.6, 1);
    vertical-align: top;
    position: absolute;
    top: 0;
    right: 0;
  }

  header nav ul.n_products>li>ul {
    display: none;
    padding: 0 !important;
    border-top: #BFBFBF solid 0.13vw;
    border-bottom: #BFBFBF solid 0.13vw;
  }

  header nav ul.n_products>li>ul li {
    font-size: 3.5vw;
    padding-left: 0;
    position: relative;
  }

  header nav ul.n_products>li>ul li::before {
    width: 1.1em;
    color: #959595;
    display: inline-block;
    padding-right: 0;
    margin-left: 0;
    transform: scale(0.6, 1);
    vertical-align: top;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) scale(0.6, 1);
    -webkit-transform: translateY(-50%) scale(0.6, 1);
    -ms-transform: translateY(-50%) scale(0.6, 1);
    right: 2.54vw;
    left: auto;
  }

  header nav ul.n_products>li>ul li::after {
    content: "";
    position: absolute;
    width: 100%;
    height: max(0.13vw, 1px);
    top: auto;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to right, #BFBFBF 8px, transparent 8px);
    background-size: 16px 8px;
  }

  header nav ul.n_products>li>ul li:last-child:after {
    display: none;
  }

  header nav ul.n_products>li>ul li a {
    font-size: 3.05vw;
    line-height: 1.4;
    display: block;
    display: flex;
    flex-direction: column-reverse;
    padding: 3vw 1.3em;
    box-sizing: border-box;
  }

  header nav ul.n_products>li>ul li a i {
    font-size: 3.56vw;
    line-height: 1.4;
  }

  header nav ul.n_products>li>ul li+li {
    margin-top: 0;
  }

  header nav ul.n_ehr-about {
    width: 100%;
    display: block;
    background: #eaeef1;
    padding: 0;
    margin-left: 0;
    border: none;
  }

  header nav ul.n_ehr-about>li {
    width: 100%;
    background: #FFF;
  }

  header nav ul.n_ehr-about>li:nth-of-type(even) {
    background: #FFF;
  }

  header nav div>ul.n_ehr-about>li::before,
  header nav div>ul.n_ehr-about>li::after {
    content: "";
    width: 3vw;
    height: 2px;
    background: #707070;
    position: absolute;
    top: 4.33vw;
    right: 2.54vw;
    transform: translateY(-50%);
    transition: .3s;
  }

  header nav div>ul.n_ehr-about>li::after {
    transform: translateY(-50%) rotate(90deg);
  }

  header nav div>ul.n_ehr-about>li.n_products__open::after {
    transform: translateY(-50%) rotate(0);
    transition: .3s;
  }

  header nav ul.n_ehr-about>li+li {
    margin-left: 0;
    margin-top: 2.54vw;
  }

  header nav ul.n_ehr-about>li>a {
    width: auto;
    height: auto;
    background: #F4F7FA;
    font-size: 3.56vw;
    line-height: 1;
    color: #2F3E56;
    text-align: left;
    padding: 2.54vw;
    display: block;
    pointer-events: auto;
  }

  header nav ul.n_ehr-about>li>a::before {
    display: none;
  }

  header nav div>ul.n_ehr-about>li>div {
    padding-left: 0;
    box-sizing: border-box;
    border-top: #BFBFBF solid 0.13vw;
    border-bottom: #BFBFBF solid 0.13vw;
  }

  header nav div>ul.n_ehr-about>li:not(:last-child)>div {
    margin-bottom: 7.63vw;
  }

  header nav ul.n_ehr-about p.n_ehr-about__list-ttl {
    display: none;
  }

  header nav ul.n_ehr-about ul.n_ehr-about__list {
    position: relative;
    border: none;
    text-align: left;
    padding: 0;
    box-sizing: border-box;
  }

  header nav li.n_ehr-about__column-box ul.n_ehr-about__list {
    border-top: #BFBFBF solid 0.13vw;
    border-bottom: #BFBFBF solid 0.13vw;
  }

  header nav ul.n_ehr-about a.n_ehr-about_pull-down+ul.n_ehr-about__list {
    display: none;
  }

  header nav ul.n_ehr-about ul.n_ehr-about__list:nth-child(2),
  header nav ul.n_ehr-about .n_ehr-about_pull-down+div p.n_ehr-about__list-ttl {
    margin-top: 3.56vw;
  }

  header nav div>ul.n_ehr-about__list:not(:last-child)::after {
    content: "";
    position: absolute;
    width: 100%;
    height: max(0.13vw, 1px);
    top: auto;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to right, #BFBFBF 8px, transparent 8px);
    background-size: 16px 8px;
  }

  header nav ul.n_ehr-about ul.n_ehr-about__list:last-child {
    margin: 0;
  }

  header nav ul.n_ehr-about ul.n_ehr-about__list li {
    font-size: 3.5vw;
    padding-left: 0;
    position: relative;
  }

  header nav ul.n_ehr-about ul.n_ehr-about__list li::before {
    width: 1.1em;
    color: #959595;
    display: inline-block;
    padding-right: 0;
    margin-left: 0;
    vertical-align: top;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) scale(0.6, 1);
    -webkit-transform: translateY(-50%) scale(0.6, 1);
    -ms-transform: translateY(-50%) scale(0.6, 1);
    right: 2.54vw;
    font-size: 3.5vw;
  }

  header nav ul.n_ehr-about ul.n_ehr-about__list li.n_ehr-about__item--wrap_sec-list::before {
    top: 5vw;
    transform: scale(0.6, 1);
    -webkit-transform: scale(0.6, 1);
    -ms-transform: scale(0.6, 1);
  }

  header nav ul.n_ehr-about ul.n_ehr-about__sec-list li::after {
    content: "";
    position: absolute;
    width: 100%;
    height: max(0.13vw, 1px);
    top: 0;
    left: 0;
    background-image: linear-gradient(to right, #BFBFBF 8px, transparent 8px);
    background-size: 16px 8px;
  }

  header nav ul.n_ehr-about ul.n_ehr-about__sec-list li::before {
    right: auto;
    left: 0.75em;
    top: 50%;
    transform: translateY(-50%) scale(0.8, 1);
    -webkit-transform: translateY(-50%) scale(0.8, 1);
    -ms-transform: translateY(-50%) scale(0.8, 1);
    font-family: 'UD Shin Go Regular', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  }

  header nav ul.n_ehr-about ul.n_ehr-about__sec-list li a::after {
    content: "＞";
    width: 1.1em;
    color: #959595;
    display: inline-block;
    padding-right: 0;
    margin-left: 0;
    vertical-align: top;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) scale(0.6, 1);
    -webkit-transform: translateY(-50%) scale(0.6, 1);
    -ms-transform: translateY(-50%) scale(0.6, 1);
    right: 2.54vw;
    font-size: 3.5vw;
  }

  header nav li.n_ehr-about__column-box ul.n_ehr-about__list li::after {
    content: "";
    position: absolute;
    width: 100%;
    height: max(0.13vw, 1px);
    top: auto;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to right, #BFBFBF 8px, transparent 8px);
    background-size: 16px 8px;
  }

  header nav li.n_ehr-about__column-box ul.n_ehr-about__list li:last-child::after {
    display: none;
  }

  header nav ul.n_ehr-about ul.n_ehr-about__list li a {
    width: 100%;
    font-size: 3.3vw;
    line-height: 1.4;
    display: block;
    box-sizing: border-box;
    padding: 3vw 7.38vw 3vw 1.3em;
  }

  header nav ul.n_ehr-about ul.n_ehr-about__list li a.n_ehr-about__online-demo {
    position: relative;
    padding: 3vw 1.3em 3vw calc(1.3em + 7.38vw + 2.54vw);
  }

  header nav ul.n_ehr-about ul.n_ehr-about__list li a.n_ehr-about__online-demo:before {
    content: "";
    background: url(/jp/-/media/medicom/renew/common/icon_online-demo.svg) no-repeat;
    background-size: contain;
    width: 7.38vw;
    height: 5.09vw;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 1.3em;
    margin: auto 0;
    display: block;
    transform: scale(1);
  }

  header nav ul.n_ehr-about ul.n_ehr-about__sec-list li a {
    padding: 3vw 2em;
  }

  header nav ul.n_ehr-about ul.n_ehr-about__list li a span {
    font-size: 3.05vw;
  }

  header nav ul.n_ehr-about ul.n_ehr-about__list li a span::before,
  header nav ul.n_ehr-about ul.n_ehr-about__list li a span::after {
    display: none;
  }

  header nav ul.n_ehr-about ul.n_ehr-about__list li+li,
  header nav ul.n_ehr-about p.n_ehr-about__list-ttl+ul.n_ehr-about__list {
    margin-top: 0;
  }

  header nav .n_park a {
    color: #252525 !important;
  }

  header nav ul.n_park_box {
    width: 103%;
    display: block;
    padding: 0;
    margin-left: -3vw;
  }

  header nav ul.n_park_box>li {
    width: 100%;
    background: #FFF;
  }

  header nav ul.n_park_box>li+li {
    margin-top: 0;
  }

  header nav ul.n_park_box>li>span {
    font-size: 4vw;
    line-height: 1;
    color: #FFF;
    text-align: center;
    padding: 2vw 0;
    display: block;
    background: #0d64f2;
  }

  header nav ul.n_park_box>li>ul {
    padding: 5vw 0 5vw 3vw !important;
  }

  header nav ul.n_park_box>li>ul li {
    font-size: 3.5vw;
    line-height: 1.4;
    padding-left: 1.1em;
    position: relative;
  }

  header nav ul.n_park_box>li>ul li::before {
    width: 1.1em;
    content: "＞";
    color: #959595;
    display: inline-block;
    padding-right: 0;
    margin-left: 0;
    transform: scale(0.6, 1);
    position: absolute;
    top: 0;
    left: 0;
  }

  header nav ul.n_park_box>li>ul li a {
    font-size: 3.5vw;
    line-height: 1.4;
    display: block;
  }

  header nav ul.n_park_box>li>ul li a i {
    font-size: 3.5vw;
    line-height: 1.4;
  }

  header nav ul.n_park_box>li>ul li+li {
    margin-top: 5vw;
  }


  header nav a span {
    display: inline-block;
    padding-right: 0;
    position: relative;
    width: 100%;
  }

  header nav a span::before,
  header nav a span::after {
    content: "";
    width: 3vw;
    height: 2px;
    position: absolute;
    top: 50%;
    right: 2.54vw;
    transform: translateY(-50%);
    transition: .3s;
  }

  header nav a span::after {
    transform: translateY(-50%) rotate(90deg);
  }

  header nav>ul>li.n_products__open a span::after {
    transform: translateY(-50%) rotate(0);
    transition: .3s;
  }

  header nav .n_park span::before,
  header nav .n_park span::after {
    display: block;
  }


  .header .nav_box {
    width: 100%;
    height: 100lvh;
    overflow: scroll;
    padding: 30vw 0 0;
    box-sizing: border-box;
    display: none;
    background: #eaeef1;
  }

  .header .nav_box .header_nav>ul {
    display: block;
    padding: 0 12vw;
  }

  header ul.header_s_link_left_list li a {
    height: auto;
    font-size: 4vw;
    color: #4d5d75;
    line-height: 4vw;
    padding: 2vw 0;
    display: inline-block;
  }

  .header .header_s_link_left {
    padding: 0 12vw;

  }

  .header .header_s_link_left_list {
    border-top: solid 1px #aaa;
    padding: 2vw 0;
  }



}



footer .f_link_list {
  padding: 90px 15px 20px;
  display: flex;
  justify-content: center;
}

footer .f_link_list>div {
  width: 100%;
  max-width: 360px;
}

footer .f_link_list>div:last-of-type {
  max-width: 300px;
}

footer .f_link_list .f_link_list-title {
  font-family: 'UD Shin Go DemiBold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #0d64f2;
  margin-bottom: 20px;
}

footer .f_link_list .f_link_list-title a {
  color: #0d64f2;
}

footer .f_link_list .f_link_list-title+.f_link_list-title {
  margin-top: 35px;
}

footer .f_link_list li {
  font-size: 14px;
  line-height: 1;
  color: #0d64f2;
}

footer .f_link_list li+li {
  margin-top: 20px;
}

footer .f_link_list li ul {
  margin-top: 20px;
}

footer .f_link_list li ul li::before {
  content: "├";
  padding-right: 0.3em;
}

footer .f_link_list li ul li:last-of-type::before {
  content: "└";
}

@media screen and (max-width: 980px) {
  footer .f_link_list {
    padding: 13vw 6vw 5vw;
    display: block;
  }

  footer .f_link_list>div {
    width: 100%;
    max-width: 100%;
  }

  footer .f_link_list>div+div {
    border-top: 1px solid #b1b9c5;
    padding-top: 5vw;
    margin-top: 5vw;
  }

  footer .f_link_list>div:last-of-type {
    max-width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-flow: wrap;
  }

  footer .f_link_list>div:last-of-type .f_link_list-title {
    display: inline-block;
    margin-right: 7vw;
    margin-bottom: 5vw;
  }

  footer .f_link_list .f_link_list-title {
    font-size: 3.8vw;
    line-height: 1;
    margin-bottom: 2vw;
  }

  footer .f_link_list .b_line {
    border-bottom: 1px solid #c2c2c2;
    padding: 2vw 0 6vw;
    margin-bottom: 6vw;
  }

  footer .f_link_list .f_link_list-title+.f_link_list-title {
    margin-top: 0;
  }

  footer .f_link_list li {
    font-size: 3.8vw;
    line-height: 1;
    display: inline-block;
    color: #4d5d75;
    white-space: nowrap;
  }

  footer .f_link_list li a {
    padding: 2vw 4vw;
    display: inline-block;
  }

  footer .f_link_list li+li {
    margin-top: 0;
  }

  footer .f_link_list li ul {
    margin-top: 0;
    padding-left: 0.5em;
    display: inline-block;
    position: relative;
  }

  footer .f_link_list li ul::before {
    content: "ー";
    color: #0d64f2;
    position: absolute;
    top: 1.4vw;
    left: -3vw;
  }

  footer .f_link_list li ul a {
    padding: 1vw;
  }

  footer .f_link_list li ul+li {
    margin: 0;
  }

  footer .f_link_list li ul li::before {
    content: "|";
    color: #87aff1;
    padding: 0;
  }

  footer .f_link_list li ul li:last-of-type::before {
    content: "|";
    padding: 0;
  }

  footer .f_link_list li ul li:last-of-type::after {
    content: "|";
    color: #87aff1;
  }
}



header.park_header.hidden {
  height: 0;
  transition: all 0.5s;
}

@media screen and (max-width: 980px) {
  header.park_header.hidden {
    width: 100%;
    height: 15vw;
    border-bottom: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #FFF;
  }
}

@media screen and (max-width: 980px) {
  header>div>.sch {
    font-size: 5vw;
    position: absolute;
    top: 50%;
    right: 16vw;
    transform: translateY(-50%);
    z-index: 9999;
  }

  header.park_header h1 {
    padding: 0;
    background-color: #fff;
    position: absolute;
    left: 5vw;
  }

  header.park_header .nav_box {
    width: 100%;
    height: 100lvh;
    overflow: auto;
    padding: 15vw 0 0;
    box-sizing: border-box;
    display: none;
    background: #ffffff;
  }

  header.park_header .header_s_link_left {
    padding: 0;
    position: static;
    top: auto;
    right: auto;
  }

  header.park_header .header_s_link_left ul {
    display: block;
    border-top: none;
    padding-top: 0;
  }

  header.park_header .header_s_link_right li:last-of-type a {
    width: 100%;
    font-size: 4.5vw;
    color: #FFF;
    text-align: center;
    height: 16vw;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    background: #0d64f2;
    border-bottom-left-radius: 0;
    position: relative;
  }

  header.park_header .header_s_link_right li:last-of-type {
    width: auto;
    position: static;
    bottom: initial;
    left: initial;
  }



  .header .noslide {
    display: none;
  }


}


@media screen and (min-width: 981px) {


  footer .f_link a.demo span::before {
    content: "";
    width: 100%;
    height: 1em;
    background: center / contain no-repeat url(/jp/-/media/medicom/renew/common/icon_online-demo_white.svg);
  }

  header nav ul.n_products>li>ul::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
  }

  header nav ul.n_products>li>ul::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    box-shadow: 0 0 1px rgba(255, 255, 255, .5);
  }

  header nav div.n_ehr-about_scroll-area::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
  }

  header nav div.n_ehr-about_scroll-area::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    box-shadow: 0 0 1px rgba(255, 255, 255, .5);
  }

  .park_menu dl {
    height: 15vw;
    display: flex;
    justify-content: flex-start;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .park_menu dl::-webkit-scrollbar {
    display: none;
  }

  header nav ul.n_products>li>a {
    width: 100%;
    height: 76px;
    font-size: 16px;
    line-height: 76px;
    background: #f1f1f1;
    color: #252525;
  }

  header nav ul.n_products>li.active>a {
    background:#0D64F2;
    color:#ffffff;
  }

  header nav ul.n_ehr-about>li>a {
    width: 100%;
    height: 76px;
    font-size: 16px;
    line-height: 76px;
    background: #f1f1f1;
    color: #252525;
    cursor: default;
  }

  .navactivebg {
    position:fixed;
    width:100vw;
    height:100vh;
    background: rgba(0,0,0,0.5);
    top: 0;
    z-index: 11;
  }

  header nav ul.n_ehr-about>li>a:hover {
    color: #ffffff;
    background: #0D64F2;
    opacity: 1;
  }

  header nav ul.n_ehr-about>li + li {
    border-left: 1px solid #cccccc;
  }

  .n_products > li + li:not(:first-child) {
    border-left:1px solid #ccc;
  }

  .n_products > li > a:hover {
    background:#0D64F2;
    color:#ffffff;
    opacity:1;
  }

  .n_products > li > a:hover:before {
    content: "＞";
    color: #FFF;
    padding-right: 1em;
    display: inline-block;
    transform: scale(.6, 1);
    margin-left: -2em;
  }

  header nav .n_case_study div>ul>li>a:hover:before {
    content: "＞";
    color: #FFF;
    padding-right: 1em;
    display: inline-block;
    transform: scale(.6, 1);
    margin-left: -2em;
  }

  header nav ul.n_ehr-about ul.n_ehr-about__list:last-child {
    margin-bottom: 20px;
  }

  header nav div.n_ehr-about_scroll-area>ul.n_ehr-about__list:nth-child(1) {
    margin-top: 20px;
  }

  header nav ul.n_ehr-about .n_ehr-about_pull-down+div p.n_ehr-about__list-ttl {
    margin-top: 20px;
  }

  header nav div>ul {
    padding: 30px 40px;
    white-space: nowrap;
    line-height: normal;
  }

  header nav ul.n_products>li>ul {
    padding: 30px 60px !important;
    border: solid 2px #0D64F2;
  }

  header nav ul.n_products>li>ul li {
    width: calc((100% - 117px) / 4);
    position: relative;
  }

  header nav ul.n_products>li>ul li + li:not(:nth-child(4n+1)) {
    margin-left: 20px;
  }

  header nav ul.n_products>li>ul li:nth-child(n+5) {
    margin-top: 20px;
  }

  .n_ehr-about__column-box .n_ehr-about__list {
    flex-flow:wrap!important;
    padding:10px 60px!important;
    width: 100%;
  }

  .n_ehr-about__list {
    flex-flow:wrap !important;
    padding-left:60px!important;
    padding-right:60px!important;
    box-sizing: border-box;;
  }

  .header nav ul.n_ehr-about ul.n_ehr-about__list li {
    width: 20.7%;
  }

  .header nav ul.n_ehr-about .n_ehr-about_flex_col .n_ehr-about__list li {
    width:46%;
  }

  header nav ul.n_ehr-about p.n_ehr-about__list-ttl {
    padding-left:60px;
    padding-right:60px;
    box-sizing: border-box;;
  }

  header nav ul.n_ehr-about ul.n_ehr-about__list li, header nav ul.n_ehr-about .n_ehr-about__column-box .n_ehr-about__list > li {
    width:47%;
  }

  header nav ul.n_ehr-about ul.n_ehr-about__list li+li {
    margin-top:0;
  }

  .n_ehr-about__sec-list.typesquare_option {
    white-space: nowrap;
  }

  .n_ehr-about__column-box .n_ehr-about__list > li:nth-child(n+3) {
    margin-top:25px;
  }

  .n_ehr-about__list-ttl:after {
    content: "";
    display: block;;
    width: 100%;
    height: 2px;
    position: relative;
    background: #0D64F2;
    margin:10px 0 10px
  }

  .n_ehr-about__list-hr {
    border-top:#cccccc solid 1px;
    margin: 10px 30px 20px;
    background: none;
    width: auto;
  }

  header nav .n_case_study div {
    background:#f1f1f1;
  }

  header nav .n_case_study div>ul {
    display:flex;
    padding:0;
    justify-content: center;
  }

  header nav .n_case_study div>ul>li>a {
    color:#252525;
    display: flex;
    height: 100%;
    align-items: center;
    width:100%;
    justify-content: center;
  }

  header nav .n_case_study div>ul>li>a:hover {
    background:#0D64F2;
    color:#ffffff;
    opacity: 1;
  }

  header nav .n_case_study div>ul>li {
    max-width:350px;
    width:100%;
    height:76px;
    display:flex;
    align-items: center;
    justify-content: center;
  }

  header nav .n_case_study div>ul>li + li {
    border-left:solid 1px #ccc;
    margin:0;
  }

  header nav .n_case_study div a:before {
    content:none;
  }

  header nav div > .n_ehr-about_flex {
    padding:0;
    display:flex;
  }

  header nav div>ul>.n_ehr-about_flex_col {
    width:100%;
    display:block;
  }

  header nav div>ul>.n_ehr-about_flex_col+li {
    margin:0;
  }

}

@media screen and (max-width: 980px) {
  header nav div>ul.n_ehr-about>li>div {
    display: none;
  }
  .n_ehr-about__list-hr {
    display: none;
  }
}







  /* 追記 会員機能追加202407 */

  .member-only-gradation {
    position: relative;
  }

  .ehr_margin120.member-only-gradation {
    margin-top: 120px;
  }

  .member-only-cap {
    position: relative;
  }


  .member-only-gradation-element {
    width: 100%;
    height: 200px;
    position: absolute;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    z-index: 1000;
  }

  .member-only-cap .member-only-gradation-cap {
    width: 100%;
    height: 34px;
    position: absolute;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 80%);
  }


  .member-only-gradation-underelement {
    margin-top: 0 !important;
  }

  .member-only-cta {
    width: 100%;
    margin-top: 75px;
  }

  .ehr_margin.member-only-cta {
    width: 100%;
    margin-top: 0;
  }

  .member-only-cta .member-only-cta-box {
    width: 640px;
    margin: 0 auto;
    border: 3px solid #858a95;
    box-sizing: border-box;
  }

  .member-only-cta .member-only-cta-box-top {
    text-align: center;
    background: #f1f1f1;
    padding: 20px 10px;
  }

  .member-only-cta .member-only-cta-box-top h2 {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    column-gap: 8px;
    font-size: 23px;
    font-weight: bold;
    color: #252525;
  }

  .member-only-cta .member-only-cta-box-top h2::before {
    content: "";
    background: url(/jp/-/media/medicom/member/key_close.png) no-repeat;
    background-position: center;
    background-size: contain;
    width: 20px;
    height: 28px;
  }



  .member-only-cta .member-only-cta-box-top p,
  .member-only-cta .member-only-cta-box-bottom p {
    font-size: 15px;
    color: #252525;
  }

  .member-only-cta .member-only-cta-box-bottom {
    text-align: center;
    margin-top: 0;
    padding: 30px 10px;
  }

  .member-only-cta .member-only-cta-box-bottom-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    margin-left: 45px;
    margin-right: 45px;
  }

  .member-only-cta .member-only-cta-box-bottom-btn a {
    font-size: 16px;
    width: 250px;
    height: 58px;
    line-height: 58px;
    display: block;
    border-radius: 29px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    letter-spacing: 0.2rem;
  }

  .member-only-cta .member-only-cta-box-bottom-btn .new-member {
    color: #fff;
    background: #da7c10;
    border: solid 1px #da7c10;
  }

  .member-only-cta .member-only-cta-box-bottom-btn .login {
    color: #da7c10;
    border: solid 1px #da7c10;
  }

  .member-only-cta .member-only-cta-box-bottom-btn .new-member:hover {
    color: #da7c10 !important;
    opacity: 1;
    border: 1px solid #da7c10 !important;
  }

  .member-only-cta .member-only-cta-box-bottom-btn .login:hover {
    color: #FFF !important;
    opacity: 1;
    border: 1px solid #FFF !important;
  }

  .member-only-cta .member-only-cta-box-bottom-btn .new-member:hover::after,
  .member-only-cta .member-only-cta-box-bottom-btn .login:hover::after {
    transform: scale(1, 1);
  }

  .member-only-cta .member-only-cta-box-bottom-btn .new-member::after {
    content: '';
    width: 102%;
    height: 102%;
    background: #fff;
    position: absolute;
    top: -1%;
    left: -1%;
    z-index: -1;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  }

  .member-only-cta .member-only-cta-box-bottom-btn .login::after {
    content: '';
    width: 102%;
    height: 102%;
    background: #da7c10;
    position: absolute;
    top: -1%;
    left: -1%;
    z-index: -1;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  }

  .documents_head h1 {
    margin-bottom: 15px;
  }

  .member-only-undertitle p {
    display: flex;
    align-items: flex-start;
    column-gap: 8px;
    font-size: 16px;
  }

  .member-only-undertitle p::before {
    content: "";
    background: url(/jp/-/media/medicom/member/key_close.png) no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-top: 2px;
  }

  .ehr_login.member-only-undertitle p::before {
    content: "";
    background: url(/jp/-/media/medicom/member/key_open.png) no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-top: 2px;
  }

  .documents_head .member-only-undertitle {
    margin-bottom: 70px;
  }

  .member-only-undertitle {
    margin-bottom: 25px;
  }

  .column_head p.cap {
    margin-top: 70px;
  }

  .column_head h1 {
    margin-bottom: 10px !important;
  }

  .documents_head.login_margin {
    margin-bottom: 0;
  }

  .documents_head .member-only-undertitle {
    max-width: 1040px;
    padding: 0;
    margin: 0 auto 25px;
  }


  /* カルーセル */
  .member-only-carousel-close li.member-only p::after {
    content: '';
    background-image: url(/jp/-/media/medicom/member/key_close.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    width: 21px;
    height: 24px;
    margin-left: 5px;
    vertical-align: middle;
  }

  .member-only-carousel-open li.member-only p::after {
    content: '';
    background-image: url(/jp/-/media/medicom/member/key_open.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    width: 21px;
    height: 24px;
    margin-left: 5px;
    vertical-align: middle;
  }



  /* 2カラム */
  .member-only-2column-close .member-only h2 span::after {
    content: '';
    background-image: url(/jp/-/media/medicom/member/key_close.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    width: 14px;
    height: 16px;
    margin-left: 5px;
    vertical-align: middle;
  }

  .member-only-2column-open .member-only h2 span::after {
    content: '';
    background-image: url(/jp/-/media/medicom/member/key_open.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    width: 14px;
    height: 16px;
    margin-left: 5px;
    vertical-align: middle;
  }


  /* 1カラム */

  .member-only-1column-close .member-only h3 span::after {
    content: '';
    background-image: url(/jp/-/media/medicom/member/key_close.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    width: 14px;
    height: 18px;
    margin-left: 5px;
    vertical-align: middle;
  }

  .member-only-1column-open .member-only h3 span::after {
    content: '';
    background-image: url(/jp/-/media/medicom/member/key_open.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    width: 14px;
    height: 18px;
    margin-left: 5px;
    vertical-align: middle;
  }

  /* 4カラム */

  .member-only-4column-close .member-only h3 span::after {
    content: '';
    background-image: url(/jp/-/media/medicom/member/key_close.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    width: 14px;
    height: 16px;
    margin-left: 5px;
    vertical-align: middle;
  }

  .member-only-4column-open .member-only h3 span::after {
    content: '';
    background-image: url(/jp/-/media/medicom/member/key_open.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    width: 14px;
    height: 16px;
    margin-left: 5px;
    vertical-align: middle;
  }

  /* サイドカラム */

  .member-only-side-close ul li.member-only a::after {
    content: '';
    background-image: url(/jp/-/media/medicom/member/key_close.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    width: 13px;
    height: 15px;
    margin-left: 5px;
    vertical-align: middle;
  }

  .member-only-side-open ul li.member-only a::after {
    content: '';
    background-image: url(/jp/-/media/medicom/member/key_open.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    width: 13px;
    height: 15px;
    margin-left: 5px;
    vertical-align: middle;
  }


  /* ランキングリストエリア */

  .member-only-ranking-close li.member-only a::after {
    content: '';
    background-image: url(/jp/-/media/medicom/member/key_close.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    width: 14px;
    height: 16px;
    margin-left: 5px;
    vertical-align: middle;
  }

  .member-only-ranking-open li.member-only a::after {
    content: '';
    background-image: url(/jp/-/media/medicom/member/key_open.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    width: 14px;
    height: 16px;
    margin-left: 5px;
    vertical-align: middle;
  }



  /* ニュースリストエリア */

  .member-only-news-close a.member-only::after {
    content: '';
    background-image: url(/jp/-/media/medicom/member/key_close.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    width: 14px;
    height: 16px;
    margin-left: 5px;
    vertical-align: middle;
  }

  .member-only-news-open a.member-only::after {
    content: '';
    background-image: url(/jp/-/media/medicom/member/key_open.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    width: 14px;
    height: 16px;
    margin-left: 5px;
    vertical-align: middle;
  }

  /* 3カラム */

  .member-only-3column-close .member-only h3::after {
    content: '';
    background-image: url(/jp/-/media/medicom/member/key_close.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    width: 14px;
    height: 16px;
    margin-left: 5px;
    vertical-align: middle;
  }

  .member-only-3column-open .member-only h3::after {
    content: '';
    background-image: url(/jp/-/media/medicom/member/key_open.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    width: 14px;
    height: 16px;
    margin-left: 5px;
    vertical-align: middle;
  }






  @media screen and (max-width: 980px) {

    .member-only-cta .member-only-cta-box {
      width: 100%;
    }

    .member-only-cta .member-only-cta-box-top h2 {
      font-size: 4.8vw;
    }

    .member-only-cta .member-only-cta-box-top p,
    .member-only-cta .member-only-cta-box-bottom p {
      font-size: 3.7vw;
    }

    .member-only-cta .member-only-cta-box-bottom {
      padding: 20px 5%;
    }

    .member-only-cta .member-only-cta-box-bottom-btn {
      display: block;
      margin-top: 20px;
    }

    .member-only-cta .member-only-cta-box-bottom-btn a {
      width: 57.066vw;
      height: 12.8vw;
      line-height: 12.8vw;
      font-size: 3.75vw;
      margin: 0 auto;
      border-radius: 6.4vw;
    }

    .member-only-cta .member-only-cta-box-bottom-btn .new-member {
      margin-bottom: 4.2666vw;
    }

    .area {
      margin-bottom: 0 !important;
    }

    .member-only-undertitle p {
      font-size: 3.7vw;
    }

    .member-only-undertitle {
      margin-bottom: 0;
    }

    .member-only-cta .member-only-cta-box-top h2::before {
      width: 4.8vw;
      height: 4.8vw;
      padding-top: 1.2vw;
    }



    .member-only-undertitle p::before {
      width: 3.7vw;
      height: 3.7vw;
      margin-top: 2px;
    }

    .ehr_login.member-only-undertitle p::before {
      width: 3.7vw;
      height: 3.7vw;
      margin-top: 2px;
    }

    .ehr_margin120.member-only-gradation {
      margin-top: 0;
    }

    /* カルーセル */
    .member-only-carousel-close li.member-only p::after {
      content: '';
      background-image: url(/jp/-/media/medicom/member/key_close.png);
      background-size: contain;
      background-repeat: no-repeat;
      display: inline-block;
      width: 3.4vw;
      height: 4.0vw;
      margin-left: 2%;
      vertical-align: middle;
    }

    .member-only-carousel-open li.member-only p::after {
      content: '';
      background-image: url(/jp/-/media/medicom/member/key_open.png);
      background-size: contain;
      background-repeat: no-repeat;
      display: inline-block;
      width: 3.4vw;
      height: 4.0vw;
      margin-left: 2%;
      vertical-align: middle;
    }

    /* 2カラム */
    .member-only-2column-close .member-only h2 span::after {
      content: '';
      background-image: url(/jp/-/media/medicom/member/key_close.png);
      background-size: contain;
      background-repeat: no-repeat;
      display: inline-block;
      width: 3.4vw;
      height: 3.8vw;
      margin-left: 2%;
      vertical-align: middle;
    }

    .member-only-2column-open .member-only h2 span::after {
      content: '';
      background-image: url(/jp/-/media/medicom/member/key_open.png);
      background-size: contain;
      background-repeat: no-repeat;
      display: inline-block;
      width: 3.4vw;
      height: 3.8vw;
      margin-left: 2%;
      vertical-align: middle;
    }


    /* 1カラム */


    .member-only-1column-close .member-only h3 span::after {
      content: '';
      background-image: url(/jp/-/media/medicom/member/key_close.png);
      background-size: contain;
      background-repeat: no-repeat;
      display: inline-block;
      width: 3.4vw;
      height: 3.8vw;
      margin-left: 2%;
      vertical-align: middle;
    }

    .member-only-1column-open .member-only h3 span::after {
      content: '';
      background-image: url(/jp/-/media/medicom/member/key_open.png);
      background-size: contain;
      background-repeat: no-repeat;
      display: inline-block;
      width: 3.4vw;
      height: 3.8vw;
      margin-left: 2%;
      vertical-align: middle;
    }


    /* 4カラム */

    .member-only-4column-close .member-only h3 span::after {
      width: 3.4vw;
      height: 3.8vw;
      margin-left: 2%;
    }

    .member-only-4column-open .member-only h3 span::after {
      width: 3.4vw;
      height: 3.8vw;
      margin-left: 2%;
    }


    /* サイドカラム */

    .member-only-side-close ul li.member-only a::after {
      width: 3.4vw;
      height: 3.8vw;
      margin-left: 2%;
      vertical-align: middle;
    }

    .member-only-side-open ul li.member-only a::after {
      width: 3.4vw;
      height: 3.8vw;
      margin-left: 2%;
      vertical-align: middle;
    }


    /* ランキングリストエリア */

    .member-only-ranking-close ul li.member-only a::after {
      width: 3.4vw;
      height: 3.8vw;
      margin-left: 2%;
    }

    .member-only-ranking-open ul li.member-only a::after {
      width: 3.4vw;
      height: 3.8vw;
      margin-left: 2%;
    }

    /* ニュースリストエリア */

    .member-only-news-close a.member-only::after {
      width: 3.4vw;
      height: 3.8vw;
      margin-left: 2%;
    }

    .member-only-news-open a.member-only::after {
      width: 3.4vw;
      height: 3.8vw;
      margin-left: 2%;
    }

    /* 3カラム */

    .member-only-3column-close .member-only h3::after {
      width: 3.4vw;
      height: 3.5vw;
      margin-left: 2%;
    }

    .member-only-3column-open .member-only h3::after {
      width: 3.4vw;
      height: 3.5vw;
      margin-left: 2%;
    }

    .member-only-cap .member-only-gradation-cap {
      width: 100%;
      height: 7vw;
    }

    .documents_head .member-only-undertitle {
      margin-bottom: 6.0vw;
    }

    .member-only-undertitle {
      margin-bottom: 6.0vw;
    }

    .column_head p.cap {
      margin-top: 6.0vw;
    }

    .member-only-gradation-element {
      height: 53.3333vw;
      width: 100vw;
      left: -6vw;
    }

  }


  .clearfix:after {
    content: "";
    display: block;
    clear: both;
  }

.inner-block input[type="text"],
.inner-block select {
  width: 724px;
  height: 45px;
  margin: 0 auto;
  display: block;
  font-weight: normal;
  color: #414141;
  border-radius: 4px;
  border: 1px solid #ccc;
  background: #f1f1f1;
  font-size:15px !important;
  padding:0 5px !important;
  line-height:1 !important;
}
.inner-block select {
  height: 49px !important;
  padding: 0 !important;
  box-sizing: content-box !important;
}
.inner-block textarea {
  font-size:15px;
}


@media screen and (max-width: 980px) {
  .inner-block input[type="text"],
  .inner-block select {
    font-size: 4.69vw !important;
  }
  .inner-block textarea {
    font-size:4.69vw;
  }

}