@charset "UTF-8";

/*----------------------------------
  base
----------------------------------*/
body, div, dl, dt, dd, ul, ul li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	line-height: 160%;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

img, abbr, acronym, fieldset {
	border: 0;
}

img {
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}

ul li {
  list-style-type: none;
}

body {
  background-color: #FFFFFF!important;
  margin: 0;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', Arial, Helvetica, sans-serif;
	font-size: 100%;
  color: #333;
}

/*----------------------------------
  header
----------------------------------*/

#top {
  min-width: 965px;
  background-color: #3e3a39;
  line-height: 2;
  font-size: 83%;
  text-align: center;
  margin: 0;
}

.hs-lp-header__area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 24px;
  padding-bottom: 24px;
}

.hs-lp-header__link--hisol {
  width: 214px;
  background-image: url("/ms-solutions/lp/asset/image/authentication/HISOL.svg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 20px;
  text-indent: -9999px;
  display: block;
}
@media screen and (max-width: 767px) {
  .hs-lp-header__area {
    display: block;
    padding-top: 16px;
    padding-bottom: 16px;
    text-align: center;
  }
  .hs-lp-header__link--hisol {
    width: 214px;
    margin-left: auto;
    margin-right: auto;
  }
}

a.hs-lp-header__link--solution {
  position: relative;
  display: inline-block;
  padding: .8em 2em .8em 1.5em;
  background: #f59400;
  border-radius: 6px;
  color: #fff !important;
  font-size: 14px;
  text-decoration: none;
  transition: .3s;
}
a.hs-lp-header__link--solution:hover {
  background: #333;
}
a.hs-lp-header__link--solution::after {
  position: absolute;
  top: 50%;
  right: 8%;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  a.hs-lp-header__link--solution {
    margin-top: 15px;
  }
  a.hs-lp-header__link--solution:hover {
    background: #f59400;;
  }
}

/*----------------------------------
  head section
----------------------------------*/

.hs-lp-head-section {
  background: url("/ms-solutions/lp/asset/image/authentication/bg_head_pc.jpg") no-repeat 50% 50%;
  background-size: cover;
}
.hs-lp-head-section__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 1100px;
  margin: 0 auto;
}

.hs-lp-head-catch {
  position: relative;
  box-sizing: border-box;
  width: 570px;
  height: 380px;
  padding: 30px 0 30px 90px;
}
.hs-lp-head-catch::before {
  position: absolute;
  top: 15px;
  left: -10px;
  width: 140px;
  height: 140px;
  background: url("/ms-solutions/lp/asset/image/authentication/img_head_01.png") no-repeat 0 0;
  background-size: 100%;
  content: "";
}
.hs-lp-head-catch::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 450px;
  height: 264px;
  background: url("/ms-solutions/lp/asset/image/authentication/img_head_person.png") no-repeat 50% 100%;
  background-size: 100% auto;
  content: "";
  transform: translateX(-50%);
}
.hs-lp-head-catch__text {
  color: #fff;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-shadow: 2px  2px 1px #000, -2px  2px 1px #000, 2px -2px 1px #000, -2px -2px 1px #000,
	             2px  0px 1px #000, 0px 2px 1px #000, -2px 0px 1px #000, 0px -2px 1px #000;
  white-space: nowrap;
}
.hs-lp-head-catch__text--sub {
  display: inline-block;
  font-size: 18px;
}

.hs-lp-head-download {
  box-sizing: border-box;
  width: 506px;
  height: 374px;
  padding: 45px 35px;
  background: url("/ms-solutions/lp/asset/image/authentication/img_head_book.png") no-repeat 50% 50%;
}

.hs-lp-head-download__title {
  margin: 0 0 8px;
  padding: 0;
  background: none;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}
.hs-lp-head-download__title--em {
  display: inline-block;
  padding: 0 0 4px;
  background: none;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  background: url("/ms-solutions/lp/asset/image/authentication/bg_wave.png") repeat-x 0 100%;
}
.hs-lp-head-download__item {
  display: flex;
}
.hs-lp-head-download__item:not(:last-child) {
  margin-bottom: 10px;
}
.hs-lp-head-download__item-img {
  width: 197px;
  margin: 0 10px 0 0;
}
.hs-lp-head-download__item-img img {
  max-width: 100%;
  height: auto;
}
.hs-lp-head-download__item-col {
  flex: 1;
}
.hs-lp-head-download__item-col p {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}
a.hs-lp-head-download__item-link {
  position: relative;
  padding: .3em 5em .3em 1em;
  background: #22ac38;
  border-radius: 4px;
  color: #fff !important;
  font-size: 16px;
  text-decoration: none;
  transition: .3s;
}
a.hs-lp-head-download__item-link:hover {
  background: #333;
}
.hs-lp-head-download__item-link::after {
  position: absolute;
  top: 50%;
  right: 8%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 767px) {
  .hs-lp-head-section__inner {
    width: 100%;
  }
  .hs-lp-head-catch {
    width: 100%;
    height: auto;
    padding: 27vw 0 58vw;
    background: url("/ms-solutions/lp/asset/image/authentication/bg_head_sp.jpg") no-repeat 24% 50%;
    background-size: cover;
  }
  .hs-lp-head-catch::before {
    top: 0;
    left: 50%;
    width: 30vw;
    height: 30vw;
    transform: translateX(-50%);
  }
  .hs-lp-head-catch::after {
    width: 90vw;
    height: 55vw;
    background-size: 100% auto;
  }
  .hs-lp-head-catch__text {
    font-size: 5.33vw;
    line-height: 1.6;
  }
  .hs-lp-head-catch__text--sub {
    font-size: 3.73vw;
  }

  .hs-lp-head-download {
    width: 100%;
    height: auto;
    padding: 30px 30px 40px;
    background: #f2f2f2;
  }
  h2.hs-lp-head-download__title {
    margin-bottom: 30px;
    font-size: 14px;
    text-align: center;
  }
  .hs-lp-head-download__title--em {
    padding-bottom: 6px;
    background-size: 15px auto;
    font-size: 18px;
  }
  .hs-lp-head-download__item {
    display: block;
    text-align: center;
  }
  .hs-lp-head-download__item-img {
    width: 240px;
    margin: 0 auto 15px;
    padding-right: 40px;
  }
  .hs-lp-head-download__item-col p {
    margin-bottom: 20px;
  }
  .hs-lp-head-download__item:not(:last-child) {
    margin-bottom: 40px;
  }
  a.hs-lp-head-download__item-link {
    padding: .6em 5em .6em 1em;
  }
  a.hs-lp-head-download__item-link:hover {
    background: #22ac38;
  }
}

/*----------------------------------
  contents
----------------------------------*/

.hs-lp-section {
  padding: 50px 0;
}
.hs-lp-section--btm {
  padding: 50px 0 100px;
}

.hs-lp-content {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}

br.sp-only {
  display: none;
}

@media screen and (max-width: 767px) {
  .hs-lp-content {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
  }
  .pc-only {
    display: none;
  }
  br.sp-only {
    display: inline;
  }
  .hs-lp-main h2 {
    margin: 0 -15px 5px;
  }
}

.hs-lp-lead {
  padding: 25px 0;
}
.hs-lp-lead__text {
  font-size: 15px;
  letter-spacing: -.03em;
}
@media screen and (max-width: 767px) {
  .hs-lp-lead__text {
    font-size: 14px;
  }
}

/* cta */
.hs-lp-cta {
  text-align: center;
}
.hs-lp-cta__catch {
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.4;
}
a.hs-lp-cta__link {
  position: relative;
  display: inline-block;
  padding: .8em 3.5em .8em 3em;
  background: #0049b1;
  border-radius: 6px;
  color: #fff !important;
  font-size: 18px;
  text-decoration: none;
  transition: .3s;
}
a.hs-lp-cta__link:hover {
  background: #333;
}
.hs-lp-cta__link::after {
  position: absolute;
  top: 50%;
  right: 8%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .hs-lp-cta__catch {
    font-size: 18px;
  }
  a.hs-lp-cta__link {
    font-size: 16px;
  }
  a.hs-lp-cta__link:hover {
    background: #0049b1;
  }
}

.hs-lp-catch-em {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: #c40d23;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.hs-lp-catch-em::before,
.hs-lp-catch-em::after {
  width: 160px;
  height: 24px;
  background: url("/ms-solutions/lp/asset/image/authentication/ico_border_circle.png") no-repeat 0 0;
  content: "";
}
.hs-lp-catch-em::before {
  margin-right: 20px;
}
.hs-lp-catch-em::after {
  margin-left: 20px;
  transform: scaleX(-1);
}

.hs-lp-catch-arr {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 60px;
  margin: 30px auto 50px;
  background: #0049b1;
  border-radius: 3px;
  color: #fff;
  font-size: 31px;
  font-weight: 700;
}
.hs-lp-catch-arr span {
  position: relative;
}
.hs-lp-catch-arr::before {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border-color: #0049b1 transparent transparent;
  border-style: solid;
  border-width: 50px 125px 0 125px;
  content: "";
  transform: translate(-50%, -20px);
}

.hs-lp-content__title-02 {
  position: relative;
  max-width: 900px;
  margin: 0 auto 30px;
  background: none;
  border-bottom: #888 solid 1px;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}
.hs-lp-content__title-02::before {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 25%;
  height: 6px;
  background: #0049b1;
  content: "";
  transform: translateX(-50%);
}
.hs-lp-content__title-02--small {
  display: inline;
  padding: 0;
  color: inherit;
  background: none;
  font-size: 13px;
}

.hs-lp-content__text--em {
  color: #c40d23;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .hs-lp-catch-em {
    font-size: 26px;
  }
  .hs-lp-catch-em::before,
  .hs-lp-catch-em::after {
    width: 80px;
    height: 12px;
    background-size: 100%;
  }
  .hs-lp-catch-em::before {
    margin-right: 10px;
  }
  .hs-lp-catch-em::after {
    margin-left: 10px;
  }

  .hs-lp-catch-arr {
    width: 110px;
    height: 50px;
    font-size: 25px;
  }
  .hs-lp-catch-arr::before {
    border-width: 45px 100px 0 100px;
  }

  .hs-lp-content__title-02 {
    font-size: 18px;
  }
  h2.hs-lp-content__title-02 {
    margin: 0 0 20px;
  }
  .hs-lp-content__title-02--small {
    font-size: 11px;
  }
  .hs-lp-content__text--em {
    font-size: 16px;
  }
}

.hs-lp-content__title-03 {
  font-size: 21px;
  font-weight: 700;
  color: #000;
}
.hs-lp-example {
  padding: 30px 0;
  background: #f2f2f2;
}
.hs-lp-example__inner {
  max-width: 780px;
  margin: 0 auto;
}
.hs-lp-example__text {
  font-size: 15px;
  line-height: 1.8;
}
.hs-lp-example__text strong {
  color: #c40d23;
  font-size: 1.2em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .hs-lp-content__title-03 {
    font-size: 18px;
  }
  .hs-lp-example__inner {
    padding-right: 16px;
    padding-left: 16px;
  }
  .hs-lp-example__text {
    font-size: 14px;
  }
}

.hs-lp-service__catch {
  position: relative;
  padding: 15px;
  background: #0049b1;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
}
.hs-lp-service__catch::before {
  position: absolute;
  top: 100%;
  left: 50%;
  border-color: #0049b1 transparent transparent;
  border-style: solid;
  border-width: 25px 70px 0;
  content: "";
  transform: translate(-50%, -1px);
}
.hs-lp-service__inner {
  padding: 60px 0 40px;
  background: url("/ms-solutions/lp/asset/image/authentication/bg_service.jpg") no-repeat 50% 50%;
  background-size: cover;
}
.hs-lp-service-content {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}
.hs-lp-service-content__catch {
  color: #c40d23;
  font-size: 21px;
  font-weight: 700;
}
.hs-lp-service-content__title {
  color: #0049b1;
  font-size: 25px;
  font-weight: 700;
}
.hs-lp-service-content__title--lg {
  font-size: 34px;
}
.hs-lp-service-content__text {
  font-size: 15px;
}
.hs-lp-service-content__text strong {
  color: #c40d23;
  font-size: 19px;
  font-weight: 700;
}
.hs-lp-service-content__img {
  margin: 20px 0;
}
.hs-lp-service-content__img img {
  max-width: 100%;
  height: auto;
}

.hs-lp-service__arr {
  position: relative;
  width: 90%;
  max-width: 780px;
  height: 5px;
  margin: 30px auto 50px;
  background: #a2c2d3;
}
.hs-lp-service__arr::before {
  position: absolute;
  top: 100%;
  left: 50%;
  border-color: #a2c2d3 transparent transparent;
  border-style: solid;
  border-width: 40px 110px 0;
  content: "";
  transform: translate(-50%, -1px);
}
.hs-lp-content__img {
  max-width: 780px;
  margin: 20px auto 30px;
}
.hs-lp-content__img img {
  max-width: 100%;
  height: auto;
}
.hs-lp-content__img .hs-lp-content__att {
  margin-top: -10px;
  font-size: 13px;
}
.hs-lp-content__desc {
  max-width: 780px;
  margin: 0 auto;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .hs-lp-service__inner {
    padding-right: 16px;
    padding-left: 16px;
  }
  .hs-lp-service__catch {
    font-size: 18px;
  }
  h2.hs-lp-service__catch {
    margin: 0;
    padding-right: 16px;
    padding-left: 16px;
  }
  .hs-lp-service-content__catch {
    font-size: 15px;
  }
  .hs-lp-service-content__title {
    font-size: 18px;
  }
  .hs-lp-service-content__title--lg {
    font-size: 20px;
  }
  .hs-lp-service-content__text {
    font-size: 14px;
  }
  .hs-lp-service-content__text strong {
    font-size: 1.1em;
  }
  .hs-lp-service__arr::before {
    border-width: 30px 60px 0;
  }
  .hs-lp-content__desc {
    font-size: 14px;
  }
}

.hs-lp-advantage__item {
  box-sizing: border-box;
  max-width: 800px;
  margin: 0 auto 60px;
  padding-left: 120px;
}
.hs-lp-advantage__item--01 {
  background: url("/ms-solutions/lp/asset/image/authentication/img_advantage_01.png") no-repeat 0 10px;
  background-size: 102px auto;
}
.hs-lp-advantage__item--02 {
  background: url("/ms-solutions/lp/asset/image/authentication/img_advantage_02.png") no-repeat 6px 0;
  background-size: 91px auto;
}
.hs-lp-advantage__item:last-child {
  margin-bottom: 0;
}
.hs-lp-advantage__title {
  color: #000;
  font-size: 21px;
  font-weight: 700;
}
.hs-lp-advantage__desc {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .hs-lp-advantage__item {
    margin-bottom: 40px;
  }
  .hs-lp-advantage__item--01 {
    padding: 100px 0 0;
    background-position: 50% 10px;
  }
  .hs-lp-advantage__item--02 {
    padding: 110px 0 0;
    background-position: 50% 0;
  }
  .hs-lp-advantage__title {
    font-size: 18px;
    text-align: center;
  }
  .hs-lp-advantage__desc {
    font-size: 14px;
  }
}

.hs-lp-download {
  padding: 30px 0 15px;
  background: #f2f2f2;
}
h2.hs-lp-download__title {
  margin: 0 0 20px;
  font-size: 24px;
  font-weight: 700;
  color: #000;
  text-align: center;
}
.hs-lp-download__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.hs-lp-download__item {
  display: flex;
  width: 480px;
  max-width: 100%;
  margin-bottom: 30px;
}
.hs-lp-download__item-img {
  width: 240px;
  margin: 0 15px 0 0;
}
.hs-lp-download__item-img img {
  max-width: 100%;
  height: auto;
}
.hs-lp-download__item-col {
  flex: 1;
}
.hs-lp-download__item-text {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
}
a.hs-lp-download__item-link {
  position: relative;
  display: inline-block;
  padding: .8em 4em .8em 1em;
  background: #22ac38;
  border-radius: 6px;
  color: #fff !important;
  font-size: 18px;
  text-decoration: none;
  transition: .3s;
}
a.hs-lp-download__item-link:hover {
  background: #333;
}
.hs-lp-download__item-link::after {
  position: absolute;
  top: 50%;
  right: 8%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .hs-lp-download__item {
    display: block;
    text-align: center;
    margin-bottom: 40px;
  }
  .hs-lp-download__title {
    font-size: 19px;
  }
  .hs-lp-download__item-img {
    width: 240px;
    margin: 0 auto 10px;
    padding-right: 40px;
  }
  a.hs-lp-download__item-link {
    font-size: 16px;
  }
  a.hs-lp-download__item-link:hover {
    background: #22ac38;
  }
}

/*----------------------------------
  footer
----------------------------------*/
#Footer {
  clear: both;
  min-width: 965px;
  padding: 30px 0;
  background-color: #e5e5e5;
  overflow: hidden;
}
#Footer ul {
  width: 965px;
  margin: 0 auto;
  font-size: 67%;
}
#Footer li {
  float: left;
  padding: 0 10px;
  border-left: solid 1px #bbb;
  line-height: 1.5em;
  vertical-align: top;
}
#Footer li.FirstItem {
  padding: 0 10px 0 0;
  border-left: none;
}
#Footer li a:link, #Footer li a:visited {
  color: #333;
  text-decoration: none;
}
#Footer li a:hover, #Footer li a:active {
    color: #b1000e;
    text-decoration: underline;
}
#Footer p {
  width: 965px;
  margin: 0 auto;
  font-size: 65%;
  text-align: right;
  line-height: 1.5em;
  color: #333;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  #Footer {
    min-width: 0;
  }
  #Footer h2 {
    background-image: none;
  }
  #Footer ul {
    position: relative;
    width: auto;
    margin: 0 0 10px;
    padding: 0 0 0 5px;
    text-align: center;
  }
  #Footer li {
    float: none;
    display: inline-block;
    padding: 0 7px 0 10px;
    margin: 0 0 5px;
    border-left: none;
  }
  #Footer p {
    width: auto;
    padding: 0 0 0 15px;
    text-align: center;
  }
}
