@charset "UTF-8";

/* CSS Document */
/*=====================
all_css
=======================*/
html {
  font-size: 62.5%;
}

body {
  overflow-x: hidden;
  margin: 0px;
  box-sizing: border-box;
  color: #000;
  background: #fff;
  font-family: "Kosugi Maru", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  box-sizing: border-box;

}

*:focus {
  outline: 0;
}

a {
  text-decoration: none;
  color: #000;
  cursor: pointer;
}

ul {
  list-style: none;
}

li {
  list-style: none;
}

address {
  font-style: normal;
}

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

/*=====================
utility
=======================*/
.m_960 {
  display: none;
}

.m_640 {
  display: none;
}

.m_768 {
  display: none;
}

.m_760 {
  display: none;
}

.m_415 {
  display: none;
}

/*=====================
PC header
=======================*/
.header {
  position: fixed;
  z-index: 10001;
  left: 0;
  top: 0;
  height: 80px;
  width: 100%;
  background-color: transparent;
}

.header-blueline {
  background-color: #004472;
  height: 10px;
  width: 100%;
}

.header-mizuiroline {
  background-color: rgba(222, 242, 255, 0.9);
  height: 70px;
}

.header-width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 70px;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}

.header-logo-soto {
  width: 123.8px;
}

.header-nav-main__item.header-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: #004472;
}

.header-nav-main__item.header-nav-list a {
  color: #004472;
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.header-nav-list__item>a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background: #004472;
  transform: scale(0, 1);
  transition: 0.4s;
}

.header-nav-list__item>a:hover:before {
  transform: scale(1);
}

.header-nav-btn,
.header-nav-close {
  display: none;
}

.header-nav-list__item {
  padding-right: 60px;
}

/*=====================
fixed_cvボタン
=======================*/
.fixed_cv_btn {
  position: fixed;
  right: 0;
  /* top: 50%; */
  top: 23%;
  z-index: 50;
}

.fixed_cv_btn p {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 2.2rem;
  color: #fff;
  /* background-color: #37C937; */
  padding: 20px 32px;
  line-height: 0;
  letter-spacing: 0.15em;
  height: 192px;
  /* display: inline-block;  */
}

.fixed_cv_btn .request p {
  background-color: #f96a00;
}

.fixed_cv_btn .freetrial p {
  background-color: #37C937;
}

/*=====================
パンくず
=======================*/
.pankuzu-list ul,
.pankuzu-list ul li a {
  display: flex;
  flex-flow: wrap;
  padding-top: 22px;
  padding-bottom: 40px;
  color: #707070;
}

.pankuzu-list ul li a {
  display: inline;
}

.pankuzu-list ul li::before {
  content: "/";
  padding: 0 3px;
}

.pankuzu-list ul li:first-of-type::before {
  content: none;
}

.pankuzu-list ul li {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.pankuzu-list ul li a::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #707070;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .2s;
}

.pankuzu-list ul li a:hover::after {
  transform: scale(1, 1);
}

.kiji-kv .pankuzu-list ul {
  padding-bottom: 22px;
}

/*=====================
ブログh２ラベル部分（導入事例、ブログ詳細）
=======================*/
.blog-list-label-soto {
  max-width: 1080px;
  margin: 0 auto;
  margin-bottom: 60px;
}

.blog-list-label {
  font-size: 2.9rem;
  padding: 8px 0 8px 20px;
  color: #FFFFFF;
  background: transparent linear-gradient(90deg, #0373C1 0%, #62AFE8 100%) 0% 0% no-repeat padding-box;
  margin: 0 28px;
}

.kiji h2 {
  font-size: 2.9rem;
  color: #FFFFFF;
  background: transparent linear-gradient(90deg, #0373C1 0%, #62AFE8 100%) 0% 0% no-repeat padding-box;
  padding: 18px 0 18px 20px;
  margin: 0;
  margin-bottom: 65px;
}

/*=====================
ブログ記事一覧（導入事例、ブログ詳細）
=======================*/
.blog-list {
  max-width: 1010px;
  margin: 50px auto;
  display: flex;
  flex-flow: wrap;
}

.blog-box-soto {
  width: 33.333%;
  padding: 0 15px;
  margin-bottom: 40px;
}

.blog-box {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  /*高さを揃えるのにhight100*/
  height: 100%;
}

.blog-box {
  display: block;
  transition-duration: 0.3s;
  /*変化に掛かる時間*/
}

.blog-box:hover {
  transform: scale(1.02);
  /*画像の拡大率*/
  transition-duration: 0.3s;
  /*変化に掛かる時間*/
}

.blog-box .blog-img-box {
  width: 100%;
  padding-top: 52%;
  position: relative;
}

.blog-box .blog-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  border-radius: 10px 10px 0 0;
}

.blog-text {
  padding: 25px 15px;
}

.blog-text-naka_block_name {
  display: table;
  padding-bottom: 20px;
}

.blog-conpany_name-soto {
  display: table-cell;
  vertical-align: middle;
}

.blog-conpany_logo-soto {
  display: table-cell;
  vertical-align: middle;
}

.blog-text-naka_block_title {
  margin-bottom: 20px;
}

/*    文字スタイル*/
.blog-conpany_name {
  color: #004472;
  font-size: 14px;
  font-weight: bold;
}

.blog-title {
  color: #0373C1;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
}

.blog-conpany_logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: auto;
  background-color: #fff;
  margin: 0 20px 0 0;
}

.blog-conpany_prof {
  color: #004472;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
}

.blog-conpany_prof dl {
  display: table;
  padding-bottom: 7px;
}

.blog-conpany_prof dl dt {
  display: table-cell;
  width: 74px;
  font-weight: 600;
}

.blog-conpany_prof dl dd {
  display: inline-block;
  display: table-cell;
}

.blog-conpany_prof dl dd ul li {
  display: inline-block;
}

.blog-conpany_prof dl dd ul li::before {
  content: "/";
  margin: 1px;
}

.blog-conpany_prof dl dd ul li:first-of-type::before {
  content: "";
}

/*=====================
無料トライアル申し込みフォーム
=======================*/
/*---kv----*/
.try-kv {
  background-color: #F2FAFF;
  padding-top: 80px;
}

.try-kv-img {
  background-image: url(../images/trialform/kv@2x.jpg);
  background-size: cover;
  width: 100vw;
  height: 320px;
  background-position: center center;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.try-kv-img::before {
  content: '';
  background: inherit;
  -webkit-filter: blur(7px);
  -moz-filter: blur(7px);
  -o-filter: blur(7px);
  -ms-filter: blur(7px);
  filter: blur(7px);
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
}

.try-kv-title {
  font-size: 4.0rem;
  font-weight: 700;
  line-height: 1.8em;
  text-align: center;
  color: #004472;
  padding-top: 101px;
}

/*---form----*/
.try-form {
  background-color: #F2FAFF;
  position: relative;
  width: 100%;
  height: 1000px;
}

.try-form form {
  position: absolute;
  top: -58px;
  left: 0;
  right: 0;
  padding: 0 119px;
}

.try-form-input {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  background-color: #FFFFFF;
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding: 60px;
  margin-bottom: 60px;
}

.try-form label {
  display: block;
  font-size: 20px;
  color: #004472;
  margin-bottom: 16px;
}

.try-form label span {
  font-size: 11px;
  color: #BA0000;
  padding-left: 6px;
}

.try-form input.try-form-input-mail {
  margin-bottom: 6px;
}

.try-form label.try-form-label-kakunin {
  margin-bottom: 10px;
}

.try-form input,
.try-form select {
  box-sizing: border-box;
  width: 100%;
  padding: 8px 0;
  transition: 0.3s;
  background-color: #FFFFFF;
  border: 1px solid #B5B5B5;
  outline: none;
  padding-left: 20px;
  border-radius: 0px;
}

.try-form-username,
.try-form-campanyname,
.try-form-position,
.try-form-mail,
.try-form-tel,
.try-form-position {
  margin-bottom: 25px;
}

.try-form input:focus,
.try-form select:focus {
  border-color: #004472;
}

.try-form select {
  font-size: 1.6rem;
  color: #004472;
}

/*セレクトの矢印*/
.try-form-position {
  position: relative;
}

.try-form select+div::after {
  content: '';
  width: 9px;
  height: 9px;
  border: 0px;
  border-bottom: solid 2px #004472;
  border-right: solid 2px #004472;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 73%;
  right: 29px;
  margin-top: -4px;
}

.try-form input::placeholder {
  font-size: 1.6rem;
  color: #CDD6DD;
}

.try-form-button-flex {
  display: flex;
  margin: 0 auto;
  max-width: 530px;
  justify-content: space-between;
}

.try-form-submit button,
.try-form-modoru input {
  font-size: 20px;
  width: 100%;
  border-radius: 8px;
  padding: 13px;
  color: #FFFFFF;
  border: none;
  margin: 0;
}

.try-form-submit button {
  background: #37C937;
  border: 2px solid #37C937;
}

.try-form-submit button,
.try-form-modoru input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.try-form-submit button:hover {
  background-color: #FFFFFF;
  border: 2px solid #37C937;
  color: #37C937;
}

.try-form-modoru input {
  background: #999999;
  border: 2px solid #999999;
}

.try-form-modoru input:hover {
  background-color: #FFFFFF;
  border: 2px solid #999999;
  color: #999999;
}

.try-form-submit,
.try-form-modoru {
  position: relative;
  width: 220px;
  margin: 0;
}

.try-error {
  font-size: 1.1rem;
  color: #FF0000;
}

.error-red {
  background-color: rgba(255, 0, 0, 0.08) !important;
}

.error-position+div::after {
  top: 62% !important;
}

.try-form-kakunin-title {
  text-align: center;
  margin-bottom: 40px;
  color: #004472;
  font-size: 2.0rem;
}

.try-form-kakunin-text {
  margin-top: -10px;
  margin-bottom: 10px;
}

.try-form-kakunin-title.touroku-kakunin {
  font-size: 1.8rem;
  margin-bottom: 0;
}

.try-form.try-form-kakunin-soto {
  height: 300px;
}

.try-form .try-form-kakunin {
  position: absolute;
  top: -58px;
  left: 0;
  right: 0;
  padding: 0 30px;
}

.try-form-kakunin-title.touroku-kakunin-top-link {
  padding-top: 20px;
  font-size: 1.6rem;
}

.try-form-kakunin-title.touroku-kakunin-top-link a {
  color: #004472;
  display: inline-block;
  position: relative;
  text-decoration: none;
}

.try-form-kakunin-title.touroku-kakunin-top-link a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background-color: #004472;
  transform: scale(1, 1);
  transition: 0.3s;
}

.try-form-kakunin-title.touroku-kakunin-top-link a:hover {
  opacity: 0.7;
}

.try-form.try-form--request {
  height: 1600px;
}

.try-form.try-form--request textarea {
  width: 100%;
  height: 150px;
  padding: 10px;
  border: 1px solid #B5B5B5;
}

.try-form.try-form--request [type="checkbox"] {
  display: inline-block;
  width: auto;
}

.try-form.try-form--request .try-form-kakunin-label {
  display: inline-block;
  width: auto;
}

.try-form.try-form--request .textarea-min {
  height: 4.5em;
}

.try-form-kakunin-label a {
  color: #004472;
}

.try-form-kakunin-label a:hover {
  text-decoration: underline;
}

/*=====================
LP-企業ログイン
=======================*/
/*---kv----*/
.m-login-kv {
  background-color: #F2FAFF;
  padding-top: 80px;
}

.m-login-kv-img {
  background-image: url(../images/m-login/kv@2x.jpg);
  background-size: cover;
  width: 100vw;
  height: 320px;
  background-position: center center;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.m-login-kv-img::before {
  content: '';
  background: inherit;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
}

.m-login-kv-title {
  font-size: 4.0rem;
  font-weight: 700;
  line-height: 1.8em;
  text-align: center;
  color: #004472;
  padding-top: 101px;
}

/*---form----*/
.m-login-form {
  padding: 50px 20px 90px 20px;
  background-color: #F2FAFF;
}

.m-login-form form {
  max-width: 378px;
  margin: 0 auto;
}

.m-login-form-pass {
  margin-bottom: 40px;
}

.m-login-form-id {
  margin-bottom: 20px;
}

.m-login-form-id input,
.m-login-form-pass input {
  box-sizing: border-box;
  width: 100%;
  padding: 8px 0;
  transition: 0.3s;
  background-color: #FFFFFF;
  border: 1px solid #B5B5B5;
  outline: none;
  padding-left: 20px;
}

.m-login-form-id input:focus,
.m-login-form-pass input:focus {
  border-color: #62AFE8;
}

.m-login-form-submit {
  margin: 0 auto;
}

.m-login-form-submit button {
  width: 100%;
  background: #62AFE8;
  border: 2px solid #62AFE8;
  border-radius: 8px;
  padding: 16px 39px 16px 0px;
  color: #FFFFFF;
}

.m-login-form-submit button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.m-login-form-submit button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.m-login-form-submit button:hover {
  background-color: #FFFFFF;
  border: 2px solid #62AFE8;
  color: #62AFE8;
}

.m-login-form-submit button i:hover {
  color: #62AFE8;
}

.m-login-form-id input::placeholder,
.m-login-form-pass input::placeholder {
  color: #CDD6DD;
}

.m-login-form-submit button {
  display: block;
  position: relative;
  max-width: 307px;
  margin: 0 auto 20px;
}

.m-login-form-submit button i {
  position: absolute;
  top: 20px;
  right: 105px;
  font-size: 2rem;
}

/*エラーメッセージ*/
.m-login-error {
  display: none;
  text-align: center;
  font-size: 11px;
  color: #FF0000;
  opacity: 1;
  /*表示、非表示設定*/
}

/*=====================
コンバージョン
=======================*/
.cv-img {
  position: relative;
  background-image: url("../images/cv@2x.jpg");
  background-size: cover;
  width: 100vw;
  height: 326px;
}

.cv-img::after {
  content: '';
  background-color: rgba(3, 115, 193, 0.8);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
}

.cv-img::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: inline-block;
  background-image: url("../images/cv-mask@2x.png");
  background-size: cover;
  width: 100vw;
  height: 326px;
  z-index: 20;
}

.cv-contents {
  position: absolute;
  z-index: 30;
  text-align: center;
  width: 100vw;
  padding-top: 58px;
}

.cv-contents p {
  color: #DBF0FF;
  font-weight: 700;
}

.cv-text-ima {
  font-size: 3.0rem;
}

.cv-text-try {
  font-size: 3.6rem;
  margin-bottom: 40px;
}

.cv-text-try span {
  font-size: 4.7rem;
  color: #FFFFFF;
}

.cv-btn a {
  position: relative;
  margin-top: 2.2px;
  font-size: 2.6rem;
  letter-spacing: 0;
  font-weight: 700;
  color: #FFFFFF;
  background-color: #37C937;
  border: 2px solid #37C937;
  padding: 17px 105px 17px 61px;
  border-radius: 8px;
}

.cv-btn a::before {
  position: absolute;
  content: '\f101';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 4.0rem;
  top: 17px;
  right: 59px;
}

.cv-btn a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.cv-btn a:hover {
  background-color: #FFFFFF;
  border: 2px solid #37C937;
  color: #37C937;
}

.cv-btn a::before:hover {
  color: #37C937;
}

/*=====================
footer
=======================*/
.footer {
  text-align: center;
  font-size: 1.4rem;
  line-height: 2;
  padding: 80px 0 170px ;
  background-color: #004472;
  color: #FFFFFF;
}

.footer a {
  color: #FFFFFF;
  line-height: 1;
}

.footer a:hover {
  opacity: 0.7;
}

.footer-add {
  margin-bottom: 40px;
}

.footer-add a {
  color: #FFFFFF;
}

.footer-saitmap {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}

.footer-saitmap li {
  padding: 0 20px;
  border-right: 1px solid;
  line-height: 1;
}

.footer-saitmap li:last-of-type {
  border-right: 0;
}

/*順番に表示＆ランダムに表示の要素は、スタート時に透過0にするためのopacity:0;を指定する　*/
.orderbox {
  opacity: 0;
}

/*==================================================
ふわっ
===================================*/
/* fadeIn */
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* fadeUp */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* fadeLeft */
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* fadeRight */
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeInTrigger,
.fadeUpTrigger,
.fadeLeftTrigger,
.fadeRightTrigger {
  opacity: 0;
}

/*==================================================
ぱたっ
===================================*/
/* flipLeft */
.flipLeft {
  animation-name: flipLeftAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  perspective-origin: left center;
}

@keyframes flipLeftAnime {
  from {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
    opacity: 0;
  }

  to {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
    opacity: 1;
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.flipLeftTrigger {
  opacity: 0;
}

/*==================================================
ぶわっ、ぽんっ、どどんっ
===================================*/
/* zoomIn */
.zoomIn {
  animation-name: zoomInAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

@keyframes zoomInAnime {
  from {
    transform: scale(0.6);
    opacity: 0;
  }

  to {
    transform: translate(0) scale(1);
    opacity: 1;
  }
}

/* zoomOut */
.zoomOut {
  animation-name: zoomOutAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

@keyframes zoomOutAnime {
  from {
    transform: scale(1.2);
    opacity: 0;
  }

  to {
    transform: translate(0) scale(1);
    opacity: 1;
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.zoomInTrigger,
.zoomOutTrigger {
  opacity: 0;
}

/*==================================================
アニメーション設定
===================================*/
/* アニメーションスタートの遅延時間を決めるCSS*/
.delay-time05 {
  -webkit-animation-delay: 0.5s;
  /*昔のブラウザ対応用の記述*/
  animation-delay: 0.5s;
  /*この数字を指定したい遅延時間に変更*/
}

.delay-time1 {
  -webkit-animation-delay: 1s;
  /*昔のブラウザ対応用の記述*/
  animation-delay: 1s;
  /*この数字を指定したい遅延時間に変更*/
}

.delay-time15 {
  -webkit-animation-delay: 1.5s;
  /*昔のブラウザ対応用の記述*/
  animation-delay: 1.5s;
  /*この数字を指定したい遅延時間に変更*/
}

.delay-time2 {
  -webkit-animation-delay: 2s;
  /*昔のブラウザ対応用の記述*/
  animation-delay: 2s;
  /*この数字を指定したい遅延時間に変更*/
}

.delay-time25 {
  -webkit-animation-delay: 2.5s;
  /*昔のブラウザ対応用の記述*/
  animation-delay: 2.5s;
  /*この数字を指定したい遅延時間に変更*/
}

/*=====================
TOPページ動画部分
=======================*/
.video-soto {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 80px;
  padding: 0 30px;
}

.video {
  position: relative;
  height: 0;
  padding: 30px 0 60.8%;
  overflow: hidden;
}

.modal_movie_frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*=====================
TOP-共通
=======================*/
.top-h2 {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "YuMincho", "HGS明朝E", "メイリオ", "Meiryo", serif;
}

.top-main-h2 {
  font-size: 4.0rem;
  color: #004472;
  text-align: center;
}

.top-h3 {
  font-size: 3.0rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
  color: #004472;
}

/*=====================
TOP-KV
=======================*/
/*==KV-images==*/
.top-kv {
  overflow-x: hidden;
  padding-top: 80px;
}

.top-kv-img-soto {
  width: 100vw;
  height: auto;
  background-color: #f1f9ff;
}

.top-kv-img {
  background-image: url("../images/top/kv@2x.jpg");
  background-size: cover;
  width: 1280px;
  height: 655px;
  background-position: center bottom;
  background-color: #f1f9ff;
  margin: 0 auto;
}

/*コイン*/
.coins_1,
.coins_2,
.coins_3,
.coins_4 {
  position: relative;
}

.coins_1 li,
.coins_2 li,
.coins_3 li,
.coins_4 li {
  position: absolute;
  width: 54px;
  opacity: 0;
}

.coins_1 li:nth-of-type(1) {
  width: 40px;
  top: 36px;
  left: 464px;
}

.coins_1 li:nth-of-type(2) {
  width: 59px;
  top: 1px;
  left: 859px;
}

.coins_1 li:nth-of-type(3) {
  width: 58px;
  top: 400px;
  right: 377px;
}

.coins_1 li:nth-of-type(4) {
  width: 53px;
  top: 478px;
  left: 388px;
}

.coins_2 li:nth-of-type(1) {
  width: 53px;
  top: 87px;
  left: 172px;
}

.coins_2 li:nth-of-type(2) {
  width: 81px;
  top: -6px;
  left: 571px;
}

.coins_2 li:nth-of-type(3) {
  width: 59px;
  top: 372px;
  right: 144px;
}

.coins_2 li:nth-of-type(4) {
  width: 59px;
  top: 352px;
  left: 301px;
}

.coins_3 li:nth-of-type(1) {
  width: 53px;
  top: 308px;
  left: 100px;
}

.coins_3 li:nth-of-type(2) {
  width: 70px;
  top: 6px;
  right: 17px;
}

.coins_3 li:nth-of-type(3) {
  width: 59px;
  top: 177px;
  right: 199px;
}

.coins_3 li:nth-of-type(4) {
  width: 81px;
  top: 472px;
  right: 78px;
}

.coins_4 li:nth-of-type(1) {
  width: 59px;
  top: 422px;
  left: 72px;
}

.coins_4 li:nth-of-type(2) {
  width: 81px;
  top: 46px;
  right: 76px;
}

.coins_4 li:nth-of-type(3) {
  width: 58px;
  top: 192px;
  right: 67px;
}

/*---順番に表示----*/
.coins_1 li {
  -webkit-animation: display-in-order 0.5s ease-in-out 0.5s 1 forwards;
  animation: display-in-order 0.5s ease-in-out 0.5s 1 forwards;
}

.coins_2 li {
  -webkit-animation: display-in-order 1s ease-in-out 1s 1 forwards;
  animation: display-in-order 1s ease-in-out 1s 1 forwards;
}

.coins_3 li {
  -webkit-animation: display-in-order 1s ease-in-out 1.5s 1 forwards;
  animation: display-in-order 1s ease-in-out 1.5s 1 forwards;
}

.coins_4 li {
  -webkit-animation: display-in-order 1s ease-in-out 2s 1 forwards;
  animation: display-in-order 1s ease-in-out 2s 1 forwards;
}

@-webkit-keyframes display-in-order {
  100% {
    opacity: 1;
  }
}

@keyframes display-in-order {
  100% {
    opacity: 1;
  }
}

/*==KV-text==*/
.top-kv-text {
  position: relative;
  top: -503px;
  text-align: center;
}

.top-kv-title {
  max-width: 860px;
  margin: 0 auto 37px;
  background-color: rgba(255, 255, 255, 0.74);
}

.top-kv-h2 {
  font-size: 3.2rem;
  letter-spacing: 0;
  color: #555555;
  text-shadow: 0px 5px 9px #FFFFFF;
  padding-top: 49px;
}

.top-h1 {
  font-size: 70px;
  font-weight: 700;
  letter-spacing: 0;
  color: #CE9526;
  text-shadow: 0px 5px 9px #FFFFFF;
}

.top-h1 span {
  display: block;
  font-size: 2.8rem;
  padding: 15px 0 46px;
}

.top-kv-login_btn {
  position: relative;
  display: block;
  width: 313px;
  margin: 0 auto;
  color: #FFFFFF;
  letter-spacing: 0;
  background-color: #649BC6;
  border: 2px solid #649BC6;
  border-radius: 8px;
  padding: 16px 93px 16px 70px;
}

.top-kv-login_btn::after {
  position: absolute;
  top: 50%;
  margin-top: -.45em;
  content: '\f101';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 20px;
  padding-left: 12px;
}

.top-kv-login_btn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.top-kv-login_btn:hover {
  background-color: #FFFFFF;
  border: 2px solid #649BC6;
  color: #649BC6;
}

.top-kv-login_btn::after:hover {
  color: #649BC6;
}

/*=====================
TOP-media
=======================*/
.top-media {
  margin-top: -399px;
  margin-bottom: 40px;
}

.top-media .top-h2 {
  margin-top: 90px;
  margin-bottom: 75px;
}

.top-media-logo {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  max-width: 953px;
  margin: 0 auto;
}

.top-media-logo li {
  max-width: 127px;
  max-height: 56px;
  margin: 0 30px 40px;
}

/*=====================
TOP-point
=======================*/
.top-point {
  position: relative;
  background-image: url("../images/top/point-bg@2x.jpg");
  background-size: cover;
  width: 100vw;
  z-index: -20;
  padding: 100px 0 70px;
}

.top-point::after {
  content: '';
  background-color: rgba(242, 250, 255, 0.9);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -10;
}

.top-point-naka {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 30px;
}

.top-point .top-h2 {
  margin-bottom: 60px;
}

.top-point-item {
  display: flex;
  margin: 0 auto;
}

.top-point-item li {
  margin: 0 75px 50px 0;
}

.top-point-item li:last-of-type {
  margin-right: 0;
}

.top-point-text {
  font-size: 2.4rem;
  font-weight: 700;
  color: #004472;
  text-align: center;
}

.top-point-img {
  max-width: 226px;
  height: auto;
}

.top-point-disc {
  color: #555555;
}

/*=====================
TOP-nayami
=======================*/
.top-nayami {
  padding: 91px 20px 105px;
}

.top-nayami .top-h2 {
  margin-bottom: 65px;
}

.top-nayami-naka {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 810px;
}

.top-nayami-img {
  width: 235px;
  height: auto;
  margin-right: 50px;
}

.top-nayami-list {
  font-size: 3.0rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #0373C1;
}

.top-nayami-list li {
  margin-bottom: 10px;
  position: relative;
}

.top-nayami-list li::before {
  position: absolute;
  top: 12px;
  left: -38px;
  content: "";
  width: 24px;
  height: 24px;
  border: solid 1.5px #004472;
  background-color: #FFFFFF;
}

.top-nayami-list li::after {
  content: "";
  position: absolute;
  top: 7px;
  left: -29px;
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
  width: 15px;
  height: 25px;
  border-right: 3px solid #0373C1;
  border-bottom: 3px solid #0373C1;
}

/*=====================
TOP-riyu3
=======================*/
.top-riyu3 {
  margin-bottom: 60px;
}

.top-riyu3 .top-h2 {
  margin-bottom: 60px;
}

.top-riyu3 .top-h3 {
  margin-bottom: 60px;
}

.top-riyu3-item {
  display: flex;
  justify-content: space-around;
  max-width: 905px;
  padding: 0 60px;
  margin: 0 auto 40px;
}

.top-riyu3-img {
  margin: 0 auto 10px;
  max-width: 180px;
}

.top-riyu3-text {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #004472;
  text-align: center;
}

.top-riyu3-desc {
  letter-spacing: 0;
  color: #555555;
  max-width: 1002px;
  padding: 0 60px;
  margin: 0 auto;
}

/*=====================
TOP-coukaUP
=======================*/
.top-coukaup {
  margin-bottom: 100px;
}

.top-coukaup .top-h3 {
  margin-bottom: 80px;
}

.top-graph {
  display: flex;
  justify-content: center;
  position: relative;
  text-align: center;
}

.top-graph-chart {
  display: inline-block;
  width: 282px;
  margin: 0 17.5px;
}

.easyPieChart {
  position: relative;
  text-align: center;
}

.easyPieChart canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.percentage {
  margin: 0 auto 20px;
  text-align: center;
  color: #0373C1;
}

/*font設定*/
.percentage span {
  font-size: 4.7rem;
  font-weight: 700;
}

.percentage p {
  font-size: 3.2rem;
  font-weight: 700;
  top: -0.2em;
  margin-left: 1px;
}

.top-graph-label {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  color: #004472;
}

/*=====================
TOP-giftitem
=======================*/
.top-giftitem {
  margin-bottom: 100px;
}

.top-giftitem .top-h2 {
  margin-bottom: 65px;
}

.top-giftitem .top-h3 {
  margin-bottom: 60px;
}

.top-giftitem-contents {
  max-width: 87%;
  margin: 0 auto;
}

.top-giftitem ul {
  margin-bottom: 0px;
  display: flex;
  justify-content: center;
}

.top-giftitem ul li {
  margin: 0 70px 25px 0;
}

.top-giftitem ul li:last-of-type {
  margin-right: 0;
}

.top-giftitem-img {
  max-width: 160px;
  margin-bottom: 10px;
}

.top-giftitem-text {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  color: #004472;
  text-align: center;
}

.top-giftitem-desc {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 30px;
  color: #555555;
}

/*=====================
TOP-nakama
=======================*/
.top-nakama {
  margin-bottom: 100px;
}

.top-nakama .top-h3 {
  margin-bottom: 60px;
}

.top-nakama-item {
  display: flex;
  align-items: center;
  max-width: 955.5px;
  margin: 0 auto;
  padding: 0 60px;
}

.top-nakama-img {
  width: 223px;
  padding-right: 20px;
  margin: 0 auto;
}

.top-nakama-desc {
  max-width: 66%;
  font-size: 2.0rem;
  color: #555555;
}

/*=====================
TOP-tameru
=======================*/
.top-used .top-h2 {
  margin-top: 90px;
  margin-bottom: 60px;
}

.top-tameru {
  margin-bottom: 60px;
}

.top-tameru .top-h3 {
  margin-bottom: 20px;
}

.top-tameru-desc {
  padding: 0 60px;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 50px;
  color: #555555;
}

.top-tameru-list-l {
  max-width: 1000px;
  margin: 0 auto;
}

.top-tameru-list-m {
  display: flex;
  justify-content: center;
}

.top-tameru-list-m>li {
  width: 50%;
}

.top-tameru-list-s {
  display: flex;
  align-items: center;
  margin: 0 10px 20px;
  background-color: rgba(242, 250, 255, 0.59);
}

.top-tameru-list-s li {
  width: 50%;
}

.top-tameru-item-img {
  padding: 36px 29px 36px 25px;
}

.top-tameru-item-text {
  padding-right: 34px;
}

.top-tameru-item-title {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #0373C1;
  margin-bottom: 10px;
}

.top-tameru-item-desc {
  color: #555555;
}

/*=====================
TOP-coukan
=======================*/
.top-coukan {
  margin-bottom: 100px;
}

.top-coukan .top-h3 {
  margin-bottom: 30px;
}

.top-coukan-desc {
  color: #555555;
  text-align: center;
  margin-bottom: 70px;
}

.top-coukan-list {
  max-width: 805px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.top-coukan-list li {
  width: 33.333%;
  margin-right: 80px;
}

.top-coukan-list li:last-of-type {
  margin-right: 0px;
}

.top-coukan-list-img {
  margin-bottom: 30px;
}

.top-coukan-list-title {
  margin-bottom: 15px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #004472;
}

.top-coukan-list-come {
  color: #555555;
}

/*=====================
TOP-okuru
=======================*/
.top-okuru .top-h3 {
  margin-bottom: 45px;
}

.top-okuru-item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  padding: 0 60px;
}

.top-okuru-img {
  width: 309px;
  margin-right: 40px;
}

.top-okuru-text {
  color: #555555;
  letter-spacing: 0;
  max-width: 533px;
}

.top-okuru-text p {
  margin-bottom: 25px;
}

.top-okuru-text p:last-of-type {
  margin-bottom: 0px;
}

/*=====================
TOP-導入メリット
=======================*/
.top-merit {
  background-color: #F2FAFF;
  padding-bottom: 70px;
}

.top-merit .top-h2 {
  padding: 87px 0 66px;
}

.top-kigyou-merit {
  margin-bottom: 74px;
}

.top-kigyou-merit .top-h3,
.top-shain-merit .top-h3 {
  margin-bottom: 40px;
}

.kigyou-merit-list,
.shain-merit-list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 0 30px 15px;
}

.merit-user {
  width: 120px;
  min-width: 120px;
}

.merit-user li {
  font-size: 1.2rem;
  color: #002D4B;
  text-align: center;
  letter-spacing: 0;
}

.merit-img {
  margin-bottom: -9px;
}

.merit-user-name {
  margin-bottom: 10px;
}

/*==吹き出し=*/
.merit-text {
  max-width: 710px;
  padding: 11px 16px 16px;
  position: relative;
  background: #FFFFFF;
  margin-left: 20px;
  margin-top: 8px;
}

.merit-text::before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 20px;
  height: 20px;
  /* 吹き出しサイズ */
}

.merit-text::after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.merit-text>* {
  position: relative;
  z-index: 3;
}

.merit-text,
.merit-text::after {
  border-radius: 8px;
  /* 角の丸め方 */
}

.merit-text,
.merit-text::before {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
  /* ぼかし距離(第3引数)，拡散距離(第4引数)，色(第5引数) */
}

.merit-text,
.merit-text::before,
.merit-text::after {
  background: #FFFFFF;
  /* 背景色 */
}

/* 吹き出し三角部分・左辺上側 */
.merit-sankaku::before {
  left: -10px;
  top: 33px;
  /* 位置 */
  transform: rotate(68deg) skew(25deg, -25deg);
  /* 傾斜角(skew) */
}

/*==/吹き出し=*/
.merit-title h4,
.merit-voice {
  text-align: left;
}

.merit-title h4 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #0373C1;
  margin-bottom: 10px;
  letter-spacing: 0;
}

.merit-voice {
  color: #555555;
  letter-spacing: 0;
  line-height: 1.5;
}

.top-merit .img-coment {
  text-align: right;
  max-width: 893px;
  margin: 0 auto;
  padding: 0 30px;
  color: #555555;
  font-size: 1.4rem;
  margin-top: -15px;
}

/*=====================
TOP-導入の流れ
=======================*/
.top-nagare .top-h2 {
  padding: 105px 0 85px;
}

.nagare-box-soto {
  display: flex;
  justify-content: center;
  padding: 0 5px;
  margin-bottom: 80px;
}

.nagare-box {
  max-width: 351px;
}

.nagare-box:last-of-type {
  max-width: 305px;
}

.nagare-box-img-soto {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 322px;
  height: 181px;
  background-color: #0373C1;
  margin-right: 46px;
  margin-bottom: 15px;
  position: relative;
}

.nagare-box-img-soto:before {
  content: "";
  position: absolute;
  top: 6%;
  right: -120px;
  margin-top: -11px;
  border: 90px solid transparent;
  border-left: 30px solid #0373C1;
  z-index: 2;
}

.nagare-box:last-of-type .nagare-box-img-soto {
  margin-right: 0;
  max-width: 305px;
}

.nagare-box:last-of-type .nagare-box-img-soto:before {
  content: none;
}

.nagare-box .nagare-box-img {
  max-width: 144.5px;
}

.nagare-box:first-of-type .nagare-box-img {
  max-width: 100px;
}

.nagare-box:last-of-type .nagare-box-img {
  max-width: 154px;
}

.nagare-box-text-soto {
  padding-right: 46px;
}

.nagare-box:last-of-type .nagare-box-text-soto {
  padding-right: 0px;
}

/*fonto設定 */
.nagare-box-title {
  font-size: 2.0rem;
  color: #004472;
  margin-bottom: 10px;
}

.nagare-box-text {
  font-size: 1.2rem;
  color: #555555;
}

/*=====================
TOP-インタビュー
=======================*/
.top-iv {
  padding: 85px 0 77px;
  background-color: #F2FAFF;
}

.top-iv .top-h2 {
  margin-bottom: 85px;
}

.top-iv-contents {
  max-width: 1053px;
  padding: 0 60px;
  margin: 0 auto;
}

.top-iv-name,
.top-iv-h3 {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #004472;
  text-align: left;
  margin-bottom: 20px;
}

.top-iv-desc {
  letter-spacing: 0;
  color: #555555;
  margin-bottom: 20px;
}

.top-iv-img a {
  padding: 16px 144.3px 16px 93px;
  background-color: #0373C1;
  border: 1px solid #0373C1;
  color: #FFFFFF;
  border-radius: 10px;
  position: relative;
}

.top-iv-img a::after {
  font-family: "Font Awesome 5 Free";
  content: '\f101';
  font-weight: 900;
  position: absolute;
  top: 17px;
  right: 99px;
  font-size: 2.4rem;
}

.top-iv-img a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.top-iv-img a:hover {
  background-color: #FFFFFF;
  border: 1px solid #0373C1;
  color: #0373C1;
}

.top-iv-img a::after:hover {
  color: #0373C1;
}

.top-iv-img {
  position: relative;
}

.top-iv-img div {
  position: absolute;
  bottom: 39px;
  left: 27%;
}

/*=====================
TOP-FAQ
=======================*/
.top-faq {
  margin-bottom: 100px;
  padding-top: 75px;
}

.top-faq .top-h2 {
  margin-bottom: 50px;
}

.faq-actab {
  position: relative;
  overflow: hidden;
  max-width: 703px;
  margin: 0 auto;
  color: #FFFFFF;
}

.faq-actab input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.faq-actab-Q {
  display: flex;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  padding: 11px 40px 11px 20px;
  cursor: pointer;
  margin: 0 0 1px 0;
  background: #0373C1;
}

.faq-actab-Q {
  padding-left: 24px;
}

.faq-actab .faq-actab-A {
  display: flex;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.35s;
  transition: max-height 0.35s;
  color: #555555;
  background: #F2FAFF;
}

.faq-actab-Q span {
  padding-right: 24px;
}

.faq-actab .faq-actab-A p {
  margin: 12px 24px 12px 24px;
}

.faq-actab-A span {
  font-size: 1.8rem;
  font-weight: 700;
  color: #0373C1;
  margin: 12px 0 0 24px;
}

/* :checked */
.faq-actab input:checked~.faq-actab-A {
  max-height: 20em;
}

/* Icon */
.faq-actab label::after {
  line-height: 3;
  position: absolute;
  top: -11px;
  right: -10px;
  display: block;
  width: 3em;
  height: 3em;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  text-align: center;
  /*contentの文字サイズはここでも変更可能*/
}

.faq-actab input[type=checkbox]+label::after {
  content: '+';
  font-size: 2.4rem;
  /*contentの文字サイズはここでも変更可能*/
}

.faq-actab input[type=checkbox]:checked+label::after {
  transform: rotate(315deg);
}

.faq-actab input[type=checkbox]:checked+label {
  background-color: #62AFE8;
  /*チェック後のラベルの色を変更*/
}

/*=====================
導入事例
=======================*/
/*---kv----*/
.case-kv {
  padding-top: 80px;
  background-color: #F2FAFF;
  margin-bottom: 60px;
}

.case-kv-img {
  background-image: url(../images/case/kv@2x.png);
  background-size: 500px;
  background-position: right 100px center;
  max-width: 1080px;
  padding: 0 24px;
  margin: 0 auto;
}

.case-title {
  font-size: 4.0rem;
  padding-bottom: 80px;
  color: #004472;
}

.case-title span {
  display: block;
  font-size: 1.6rem;
}

/*---検索フィルタ----*/
.case-seach {
  max-width: 1080px;
  margin: 0 auto;
  margin-bottom: 60px;
}

.seach-filter {
  margin: 0 40px;
  background-color: rgba(100, 155, 198, 0.2);
  padding: 35px 60px;
}

.seach-title {
  margin-bottom: 30px;
  color: #004472;
}

.seach-title p {
  font-size: 2.0rem;
  font-weight: 700;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #649BC6;
}

.seach-filter dt,
.seach-filter dd {
  display: block;
}

.seach-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.seach-select,
.seach-seika {
  max-width: 768px;
}

.seach-gyoushu dt,
.seach-kibo dt,
.seach-seika dt {
  font-weight: 700;
  color: #004472;
  width: 69px;
  margin-right: 18px;
  margin-bottom: 5px;
}

.seach-gyoushu dd,
.seach-kibo dd {
  position: relative;
  display: inline;
}

.seach-gyoushu select,
.seach-kibo select {
  background-color: #FFFFFF;
  padding: 8px 0px 8px 20px;
  border: 1px solid #649BC6;
  border-radius: 2px;
  width: 256px;
  height: 43px;
}

.seach-gyoushu dd::after,
.seach-kibo dd::after {
  content: '';
  position: absolute;
  color: #004472;
  padding-bottom: 8px;
  padding-right: 8px;
  border-right: solid;
  border-bottom: solid;
  border-width: 2px;
  -webkit-transform: rotate(45deg) translate(0, -141%);
  -ms-transform: rotate(45deg) translate(0, -141%);
  transform: rotate(45deg) translate(0, -141%);
  top: 61%;
  right: 32px;
}

.seach-gyoushu dd select,
.seach-kibo dd select {
  font-size: 1.3rem;
  color: #30688E;
}

.seach-seika {
  margin-bottom: 15px;
}

.seach-seika dt {
  min-width: 69px;
}

.seach-seika dd label {
  position: relative;
  display: block;
  font-size: 1.3rem;
  line-height: 2;
  color: #004472;
  margin-left: 40px;
  margin-right: 45px;
  margin-bottom: 15px;
}

.seach-seika dd input {
  display: none;
}

.seach-seika dd label::before {
  content: "";
  display: block;
  position: absolute;
  left: -39px;
  top: 0;
  height: 26px;
  width: 26px;
  background-color: #FFFFFF;
  border: 1px solid #649BC6;
  border-radius: 2px;
}

.seach-seika dd input:checked+label::after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  left: -27px;
  width: 10px;
  height: 20px;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
  border-bottom: 3px solid #004472;
  border-right: 3px solid #004472;
}

.seach-seika dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.seach-seika ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

/*検索ボタン*/
.seach-submit {
  text-align: center;
}

.seach-submit input {
  font-size: 1.3rem;
  color: #FFFFFF;
  background-color: #004472;
  border: 1px solid #004472;
  padding: 12px 38px;
  border-radius: 2px;
}

.seach-submit input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.seach-submit input:hover {
  background-color: #FFFFFF;
  border: 1px solid #004472;
  color: #004472;
}

/*blogピックアップ一覧margin微調整*/
.case-pickup .blog-list {
  margin: 0 auto 6px;
}

/*bloglabel部分margin微調整*/
.case-list .blog-list-label-soto {
  margin-bottom: 50px;
}

/*blog一覧margin微調整*/
.case-pickup .blog-list {
  margin: 0 auto 20px;
}

/*peger*/
.case-peger {
  text-align: center;
  margin-bottom: 130px;
}

.case-peger span,
.case-peger a {
  font-size: 2.7rem;
  font-weight: 500;
  color: #8E8E8E;
  background-color: #F5F5F5;
  padding: 8px 19px 6px;
  border: 3px solid #EBEBEB;
  border-radius: 8px;
  margin-right: 40px;
}

.case-peger a:last-child {
  margin-right: 0;
}

.case-peger span {
  background-color: #1592E6;
  color: #FFFFFF;
}

.case-peger a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.case-peger a:hover {
  background-color: #8E8E8E;
  border: 3px solid #EBEBEB;
  color: #F5F5F5;
}

/*=====================
記事詳細-kv
=======================*/
/*---kv----*/
.kiji-kv {
  padding-top: 80px;
  padding-bottom: 34px;
  background-color: #F2FAFF;
}

.kiji-kv-naka {
  max-width: 1144px;
  margin: 0 auto;
  padding: 0 60px;
}

.kiji-kv-contents {
  display: flex;
}

.kiji-kv-text {
  color: #004472;
  font-weight: 700;
}

.kiji-kv-text .kiji-kv-name {
  display: block;
  font-size: 2.4rem;
  margin-bottom: 10px;
}

.kiji-kv-text .kiji-kv-title {
  display: block;
  font-size: 3.6rem;
  margin-bottom: 45px;
}

.kiji-kv-img {
  margin-bottom: 45px;
  margin-right: 30px;
  width: 63%;
}

.kiji-contents .blocks-gallery-grid {
  margin-bottom: 80px;
}

.kiji-contents .blocks-gallery-grid .blocks-gallery-item figure {
  display: block;
  height: auto;
}

.kiji-contents .blocks-gallery-grid .blocks-gallery-item .blocks-gallery-item__caption {
  position: static;
  background-image: none;
  color: #555;
  padding: 10px;
  font-size: 1.1rem;
}

.kiji-contents .blocks-gallery-grid .blocks-gallery-item {
  display: block;
}

.kiji-kv-tag ul {
  display: flex;
  flex-flow: wrap;
}

.kiji-kv-tag ul li {
  display: inline;
  font-size: 1.2rem;
  color: #FFFFFF;
  padding: 6px 12px;
  background-color: #649BC6;
  box-shadow: 0px 3px 6px rgba(255, 255, 255, 0.16);
  border-radius: 15px;
  margin-right: 6px;
  margin-bottom: 10px;
}

.kiji-kv-tag ul li a {
  color: #FFFFFF;
}

/*=====================
記事詳細-kiji
=======================*/
.kiji {
  max-width: 1144px;
  padding: 0 60px;
  margin: 0 auto;
}

.kiji-contents .kiji-about {
  margin-bottom: 0;
}

.kiji-about {
  padding: 60px 0;
  font-size: 2.0rem;
  color: #555555;
  line-height: 1.7;
}

#ez-toc-container {
  width: 100%;
  border: 1px solid rgba(0, 68, 114, 0.2);
  margin-bottom: 55px;
  border-radius: 0;
}

#ez-toc-container p {
  font-size: 2.4rem;
  color: #004472;
  font-weight: 700;
  padding: 30px 0 20px 60px;
  margin-bottom: 0;
}

#ez-toc-container ul li a {
  display: block;
  margin-bottom: 10px;
  color: #004472;
  text-decoration: underline;
  padding-left: 90px;
}

#ez-toc-container ul {
  margin-bottom: 30px;
}

.kiji-contents,
.kiji-float {
  color: #555555;
  line-height: 2;
  margin-bottom: 80px;
}

.kiji-contents p,
.kiji-float p {
  margin-bottom: 40px;
}

.kiji-contents h4,
.kiji-float h4 {
  color: #0373C1;
  margin-bottom: 10px;
}

.kiji-contents figcaption,
.kigi-float-img figcaption {
  font-size: 1.1rem;
  text-align: center;
  line-height: 1.2;
  margin-top: 0px;
}

.kiji-contents .kigi-contents-img-m ul {
  display: flex;
  justify-content: space-between;
}

.kiji-contents .kigi-contents-img-m ul li {
  width: 49.5%;
}

.kiji h3 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 40px;
  color: #004472;
}

.kiji-float-right .kigi-float-img {
  width: 342px;
  margin-left: 40px;
  margin-bottom: 40px;
  float: right;
}

.kiji-float-left .kigi-float-img {
  width: 342px;
  margin-right: 40px;
  margin-bottom: 40px;
  float: left;
}

.kigi-contents-img-m,
.kigi-contents-img-l {
  margin-bottom: 40px;
}

.kiji-pickup h2 {
  font-size: 3.0rem;
  text-align: center;
  color: #004472;
}

.kiji-pickup {
  background-color: rgba(100, 155, 198, 0.2);
  padding: 70px 0 0;
}

.kiji-pickup .blog-list {
  margin-top: 40px;
  margin-bottom: 0;
  padding-bottom: 50px;
}

/*---記事の黄色のマーカー-------*/
.kiji-contents mark {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #ffff6f 0%) repeat scroll 0 0;
}

/*=====================
LP-共通
=======================*/
.line-sp {
  display: none;
}

.line-pc {
  display: block;
}

/*=====================
LP-KV
=======================*/
.lp-kv-img_sp {
  display: none;
}

.lp-kv {
  /* padding-top: 80px; */
}

.lp-kv-naka {
  position: relative;
  z-index: 0;
  background-image: url("../images/lp/top-kv@2x.jpg");
  background-size: cover;
  width: 100vw;
  height: auto;
}

.lp-kv-naka::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
}

.lp-kv-flex_pc {
  padding: 43px 0px 63px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 758px;
  margin: 0 auto;
}

.lp-kv-flex-order .line-qr {
  margin-bottom: 15px;
}

.lp-h1 {
  font-size: 3.1rem;
  color: #ffffff;
  color: #FFFFFF;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "YuMincho", "HGS明朝E", "メイリオ", "Meiryo", serif;
  margin-bottom: 10px;
  text-align: center;
}

.lp-h1 p {
  margin-bottom: 15px;
}

.lp-h1 img {
  max-width: 337.4px;
  margin: 0 auto;
}

.lp-kv-point {
  display: flex;
  justify-content: center;
}

.lp-kv-point+p {
  text-align: center;
  font-size: 1.8rem;
  color: #ffffff;
  margin-bottom: 20px;
}

.lp-kv-point li {
  margin-bottom: 20px;
  margin-right: 20px;
  max-width: 90px;
}

.lp-kv-point li:last-of-type {
  margin-right: 0;
}

.lp-kv-point li .lp-kv-inner {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.lp-kv-point li .lp-kv-inner .inner-mataha {
  padding-right: 10px;
  color: #555555;
}

.lp-kv-point li .lp-kv-inner img {
  max-width: 33px;
}

.lp-kv-point li .lp-kv-inner .inner-text {
  color: #FFFFFF;
}

.order-02 {
  max-width: 436px;
  margin-bottom: 30px;
}

.inner-text {
  color: #FFFFFF;
  text-align: center;
}

.lp-kv-inner .inner-text a {
  color: #FFFFFF;
  display: inline-block;
  position: relative;
  text-decoration: none;
}

.inner-text a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: #FFFFFF;
  transform: scale(1, 1);
  transition: 0.3s;
}

.inner-text a:hover {
  opacity: 0.7;
}

.line-sp.lp-kv-line-sp p {
  font-size: 1.8rem;
  margin-bottom: 6px;
}

.lp-kv-text {
  max-width: 500px;
}

/*=====携帯アニメーション=====*/
.device-soto {
  position: relative;
}

.device {
  position: absolute;
  top: 8px;
  left: 27px;
  right: 0;
  padding: 50px 52px 50px 52px;
  margin: auto;
  text-align: center;
  background-size: contain;
  /*画像のサイズを指定できるサイズ以下↓*/
  width: 343px;
  height: 557px;
  background: url("../images/lp/191208_device_shadow.png") no-repeat;
  z-index: 2;
}

.dfArea {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.dfScreen {
  width: 100%;
  height: 100%;
}

.deviceTop {
  position: absolute;
  top: -3.5%;
  left: -2.5%;
  z-index: 3;
}

.deviceBottom {
  position: absolute;
  bottom: -3%;
  left: -2.5%;
  z-index: 3;
}

.device .inner {
  position: absolute;
  top: 10.5%;
  left: 3%;
  z-index: 2;
  height: 361px;
  overflow: hidden;
  width: 212px;
}

.device .inner img {
  width: 100%;
  position: relative;
  top: -2090px;
  -webkit-animation: imgScroll 14s 2s infinite;
  animation: imgScroll 14s 2s infinite;
}

@-webkit-keyframes imgScroll {
  0% {
    top: -2090px;
  }

  5% {
    top: -2090px;
  }

  10% {
    top: -1645px;
  }

  20% {
    top: -1645px;
  }

  30% {
    top: -1252px;
  }

  40% {
    top: -1252px;
  }

  50% {
    top: -839px;
  }

  60% {
    top: -839px;
  }

  70% {
    top: -396px;
  }

  80% {
    top: -396px;
  }

  90% {
    top: 0px;
  }

  98% {
    top: 0px;
  }

  100% {
    top: -2090px;
  }
}

@keyframes imgScroll {
  0% {
    top: -2090px;
  }

  5% {
    top: -2090px;
  }

  10% {
    top: -1645px;
  }

  20% {
    top: -1645px;
  }

  30% {
    top: -1252px;
  }

  40% {
    top: -1252px;
  }

  50% {
    top: -839px;
  }

  60% {
    top: -839px;
  }

  70% {
    top: -396px;
  }

  80% {
    top: -396px;
  }

  90% {
    top: 0px;
  }

  98% {
    top: 0px;
  }

  100% {
    top: -2090px;
  }
}

/*=====/携帯アニメーション=====*/
/*=====================
LP-使い方
=======================*/
.lp-used .lp-h2 {
  background-color: #62AFE8;
  font-size: 3.6rem;
  color: #FFFFFF;
  text-align: center;
  padding-top: 100px;
}

.lp-used-contens div:nth-last-of-type(2n) {
  background-color: #62AFE8;
  color: #FFFFFF;
}

.lp-used-contens div:nth-last-of-type(2n+1) {
  background-color: #F2FAFF;
  color: #0373C1;
}

.lp-used-contens-naka {
  padding-bottom: 60px;
}

.lp-used-list-s {
  display: flex;
  align-items: center;
  max-width: 1140px;
  margin: 0 auto;
  padding: 80px 60px 0;
}

.lp-used-list-img {
  width: 50%;
  max-width: 400px;
  min-width: 400px;
}

.lp-used-list-text {
  padding: 0px 0px 0px 60px;
  text-align: left;
}

.lp-used-contens div:nth-last-of-type(2n+1) .lp-used-list-text {
  padding: 0px 60px 0px 0px;
}

.lp-used-list-text .lp-h3 {
  font-size: 3.6rem;
  margin-bottom: 20px;
}

.lp-used-list-text-desc {
  line-height: 2.0;
}

.lp-used-contens div:nth-last-of-type(2n+1) .lp-used-list-s {
  flex-flow: row-reverse;
}

/*=====================
LP-gift
=======================*/
.lp-gift {
  margin-bottom: 100px;
}

.lp-gift .lp-h2 {
  font-size: 3.6rem;
  padding-top: 100px;
  padding-bottom: 80px;
  text-align: center;
  color: #0373C1;
}

.lp-gift-list-soto {
  padding: 0 50px;
}

.lp-gift-list {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}

.lp-gift-list li {
  max-width: 180px;
  margin: 0 15px 35px;
  border: 1px solid #707070;
  padding: 30px;
}

/*=====================
LP-start
=======================*/
.line-sp {
  display: none;
}

.line-pc {
  display: block;
}

.lp-start-soto {
  background-color: #F2FAFF;
  /* width: 100vw; */
}

.lp-start {
  background-color: #F2FAFF;
  max-width: 1280px;
  padding: 100px;
  margin: 0 auto;
}

.lp-start .lp-h2 {
  font-size: 4.0rem;
  color: #0373C1;
  text-align: center;
  margin-bottom: 60px;
}

.lp-start .line-qr {
  margin-bottom: 40px;
}

.lp-start p {
  font-size: 2.3rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}

.lp-start-mail-login {
  background-color: #FFFFFF;
  border-radius: 29px;
  padding-top: 40px;
  padding-bottom: 50px;
  text-align: center;
}

.lp-start-mail-login .inner {
  display: table;
  margin: 0 auto;
  margin-bottom: 30px;
}

.lp-start-mail-login .inner p {
  display: inline;
  font-size: 2.0rem;
  font-weight: 400;
  margin-bottom: 30px;
  padding-left: 25px;
  vertical-align: middle;
}

.lp-start-mail-login .mail-icon {
  max-width: 50px;
  vertical-align: middle;
}

.lp-start-mail-login a {
  position: relative;
  display: block;
  background-color: #62AFE8;
  border: 2px solid #62AFE8;
  width: 307px;
  border-radius: 10px;
  margin: 0 auto;
  color: #FFFFFF;
  height: 56px;
  padding: 15px 0;
  padding-right: 21px;
}

.lp-start-mail-login a::after {
  font-family: "Font Awesome 5 Free";
  content: '\f101';
  font-weight: 900;
  font-size: 2rem;
  position: absolute;
  top: 17px;
  right: 83px;
}

.lp-start-mail-login a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.lp-start-mail-login a:hover {
  background-color: #FFFFFF;
  border: 2px solid #62AFE8;
  color: #62AFE8;
}

.lp-start-mail-login a::after:hover {
  color: #62AFE8;
}

.line-sp {
  max-width: 646px;
  margin: 0 auto;
}

.line-sp p {
  font-size: 3.5rem;
  font-weight: 400;
  color: #00C800;
  text-align: left;
  max-width: 466px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.line-sp span {
  font-weight: 900;
}

/*=====================
利用規約
=======================*/
/*---kv----*/
.terms {
  background-color: #F2FAFF;
}

.terms .contents {
  max-width: 768px;
  padding: 80px 30px;
  margin: 0 auto;
  font-size: 1.5rem;
  color: #555555;
  line-height: 2;
}

.terms h2 {
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.5;
  padding: 0 30px;
  margin-bottom: 50px;
}

.terms h3 {
  font-size: 2.0rem;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 30px;
  color: #004472;
}

.terms li {
  margin: 0 0 10px;
  padding: 0 0 0 20px;
  position: relative;
  list-style-type: none;
  line-height: 1.5;
  counter-increment: cnt;
}

.terms li::before {
  content: counter(cnt);
  color: #004472;
  position: absolute;
  left: 0;
  top: 0;
}

/*=====================
プライバシーポリシー
=======================*/
.privacy_policy {
  background-color: #F2FAFF;
}

.privacy_policy .contents {
  max-width: 768px;
  padding: 80px 30px;
  margin: 0 auto;
  font-size: 1.5rem;
  color: #555555;
  line-height: 2;
}

.privacy_policy h2 {
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.5;
  padding: 0 30px;
  margin-bottom: 50px;
}

.privacy_policy h3 {
  font-size: 2.0rem;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 30px;
  color: #004472;
}

.privacy_policy div,
.terms div,
.terms p,
.privacy_policy p {
  line-height: 1.5;
}

.privacy_policy li {
  margin: 0 0 10px;
  padding: 0 0 0 20px;
  position: relative;
  list-style-type: none;
  line-height: 1.5;
  counter-increment: cnt;
}

.privacy_policy li::before {
  content: counter(cnt)". ";
  color: #004472;
  position: absolute;
  left: -15px;
  top: 0; 
  width: 30px;
  text-align: right;
}

.privacy_policy .right_info {
  text-align: right;
  margin-bottom: 50px; }

.terms-header {
  margin-top: 50px;
}

.privacy_policy p {
  margin-bottom: 20px;
}

.dotli>span {
  display: block;
  margin: 5px 0;
  text-indent: -1em;
  padding-left: 1em;
}

.dotli>span::before {
  content: '・';
}

.addressbox {
  margin: 10px 0 20px;
}

.text-last {
  margin-top: 50px;
}

.kakkoli>span {
  display: block;
  margin: 5px 0;
  text-indent: -1.5em;
  padding-left: 1.5em;
  counter-increment: kakko;
}

.kakkoli>span::before {
  content: "("counter(kakko) ") ";
}

.request_btn p {
  background-color: #f96a00 !important;
}

/*=====================
request　CTAボタン追記
=======================*/
/*topボタン*/
.top-kv-title {
  margin-bottom: 20px;
}

.top-kv-btn-text {
  font-weight: bold;
  margin-bottom: 10px;
  color: #333333;
}

.top-kv-btn-wrap {
  padding: 11px 15px 14px;
  background-color: rgba(255, 255, 255, 0.74);
  max-width: 600px;
  margin: 0 auto;
}

.top-kv-btn-list {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
}

.top-kv-btn-list li {
  padding-right: 30px;
}

.top-kv-btn-list li:last-of-type {
  padding-right: 0;
}

.top-kv-request_btn,
.top-kv-freetrial_btn {
  width: 233px;
  padding: 10px 41px 10px 20px;
  font-weight: bold;

}

.top-kv-request_btn {
  background-color: #f96a00;
  border: 2px solid #f96a00;
}

.top-kv-request_btn:hover {
  background-color: #FFFFFF;
  border: 2px solid #f96a00;
  color: #f96a00;
}

.top-kv-freetrial_btn {
  background-color: #37C937;
  border: 2px solid #37C937;
}

.top-kv-freetrial_btn:hover {
  background-color: #FFFFFF;
  border: 2px solid #37C937;
  color: #37C937;
}

.top-kv-request_btn::after,
.top-kv-freetrial_btn::after {
  right: 20px;
}

.top-media {
  margin-top: -442px;
}

/*CVボタン*/
.cv-btn {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
}

.cv-text-try {
  margin-bottom: 20px;
}

.cv-btn a {
  padding: 15px 69px 15px 30px;
  margin-right: 20px;
  width: 280px;
}

.cv-btn a:last-of-type {
  margin-right: 0;
}

.cv-btn a::before {
  right: 20px;
}

.cv-btn a.cv-btn-request {
  background-color: #f96a00;
  border: 2px solid #f96a00;
}

.cv-btn a.cv-btn-request:hover {
  background-color: #FFFFFF;
  border: 2px solid #f96a00;
  color: #f96a00;
}





/*===============================================*/
@media screen and (max-width: 960px) {

  /*メディア960px以下*/
  /*===============================================*/
  /*=====================
  全-共通
  =======================*/
  .m_960 {
    display: block;
  }

  /*=====================
  ブログh２ラベル部分（導入事例、ブログ詳細）
  =======================*/
  .blog-list-label-soto {
    margin-bottom: 30px;
  }

  .blog-list-label {
    font-size: 2.1rem;
    padding: 10px 0 10px 14px;
    margin: 0 20px;
  }

  /*=====================
  ブログ記事一覧
  =======================*/
  .blog-list {
    max-width: 672px;
  }

  .blog-box-soto {
    width: 50%;
    margin-bottom: 16px;
  }

  /*=====================
  TOP-共通
  =======================*/
  .top-main-h2 {
    font-size: 3.6rem;
  }

  /*=====================
  TOP-KV
  =======================*/
  .top-kv-img {
    width: 960px;
    height: 617px;
  }

  .top-kv-text {
    top: -480px;
  }

  .top-kv-title {
    max-width: 639px;
    margin-bottom: 38px;
  }

  .top-kv-h2 {
    padding-top: 32px;
  }

  .top-h1 {
    font-size: 4.8rem;
  }

  .top-h1 span {
    font-size: 1.6rem;
    padding: 10px 0 32px;
  }

  .top-kv-login_btn {
    width: 242px;
    padding: 6px 83px 6.5px 57px;
  }

  /*top-media*/
  .top-media {
    margin-top: -340px;
  }

  /*=====================
  TOP-media
  =======================*/
  .top-media .top-h2 {
    margin-bottom: 60px;
  }

  /*=====================
  TOP-point
  =======================*/
  .top-point-item li {
    margin: 0 55px 40px 0;
  }

  /*=====================
  TOP-nayami
  =======================*/
  .top-nayami-naka {
    display: block;
    max-width: 510px;
  }

  .top-nayami-img {
    width: 146px;
    margin: 0 auto;
    margin-bottom: 40px;
  }

  .top-nayami-list {
    padding-left: 45px;
  }

  /*=====================
  TOP-riyu3
  =======================*/
  .top-riyu3 {
    margin-bottom: 80px;
  }

  .top-riyu3-text {
    font-size: 2.0rem;
  }

  /*=====================
  TOP-koukaUP
  =======================*/
  .top-graph-chart {
    width: 236px;
    margin: 0;
  }

  .percentage span {
    font-size: 3.9rem;
  }

  .percentage p {
    font-size: 2.6rem;
  }

  /*=====================
  TOP-giftitem
  =======================*/
  .top-giftitem .top-h3 {
    margin-bottom: 40px;
  }

  ul.top-giftitem-list-l {
    display: block;
  }

  .top-ruyu-list-l-naka {
    margin-right: 0 !important;
  }

  .top-giftitem-list-l-naka:first-of-type {
    margin-right: 0;
  }

  ul.top-giftitem-list-l li.top-giftitem-list-l-naka {
    margin-bottom: 0;
  }

  .top-giftitem-list-s:first-of-type {
    margin-bottom: 0;
  }

  .top-giftitem-list-l li:last-of-type .top-giftitem-list-s li:last-of-type {
    margin-bottom: 0;
  }

  .top-giftitem ul {
    margin-bottom: 30px;
  }

  .top-giftitem ul li {
    margin: 0 100px 25px 0;
  }

  /*=====================
  TOP-tameru
  =======================*/
  .top-tameru-desc {
    text-align: left;
    margin-bottom: 30px;
  }

  .top-tameru-list-l {
    max-width: 93%;
    margin: 0 auto;
  }

  .top-tameru-item-text {
    padding-right: 30px;
  }

  /*=====================
  TOP-coukan
  =======================*/
  .top-coukan-desc {
    margin-bottom: 40px;
  }

  .top-coukan-list {
    max-width: 768px;
    padding: 0 30px;
  }

  .top-coukan-list li {
    margin-right: 70px;
  }

  .top-coukan-list li:last-of-type {
    margin-right: 0px;
  }

  .top-coukan-list-title {
    font-size: 2.1rem;
  }

  .top-coukan-list-img {
    margin-bottom: 20px;
  }

  /*=====================
  TOP-okuru
  =======================*/
  .top-okuru .top-h3 {
    margin-bottom: 60px;
  }

  .top-okuru-item {
    margin-bottom: 80px;
  }

  /*=====================
  TOP-導入メリット
  =======================*/
  .top-merit .top-h2 {
    padding: 70px 0 87px;
  }

  .top-kigyou-merit .top-h3,
  .top-shain-merit .top-h3 {
    margin-bottom: 50px;
  }

  .shain-merit-list,
  .kigyou-merit-list {
    margin: 0 30px 30px;
  }

  .merit-user {
    width: 97px;
    min-width: 97px;
    margin-bottom: 5px;
  }

  .merit-user-name {
    margin-bottom: 5px;
  }

  .merit-text {
    margin-top: 0;
    padding: 16px 30px;
  }

  /*=====================
  TOP_導入の流れ
  =======================*/
  .top-nagare .top-h2 {
    padding: 80px 0 85px;
  }

  .nagare-box {
    max-width: 648px;
    margin: 0 auto 40px;
    display: flex;
    justify-content: center;
  }

  .nagare-box-soto {
    display: block;
    padding: 0 30px;
    margin-bottom: 80px;
  }

  .nagare-box-img-soto {
    width: 50%;
  }

  .nagare-box-text-soto {
    width: 50%;
    padding-right: 0;
    padding-left: 25px;
  }

  .nagare-box:last-of-type .nagare-box-img-soto {
    max-width: 322px;
  }

  .nagare-box:last-of-type {
    max-width: 648px;
  }

  .nagare-box-img-soto {
    margin-right: 0;
  }

  /*三角調整*/
  .nagare-box-img-soto:before {
    top: 100%;
    right: 0px;
    border: 161px solid transparent;
    border-top: 30px solid #0373C1;
    margin-top: 0;
  }

  /*フォント*/
  .nagare-box-text {
    font-size: 1.6rem;
  }

  /*=====================
  TOP-インタビュー
  =======================*/
  .top-iv {
    pdding-bottom: 100px;
  }

  .top-iv-img {
    position: static;
  }

  .top-iv-img div {
    left: 26%;
    position: static;
    margin-top: 30px;
    text-align: center;
  }

  .top-iv-img a {
    padding: 16px 139.3px 16px 88px;
  }

  /*=====================
  TOP-FAQ
  =======================*/
  .top-faq {
    padding-top: 90px;
    margin-bottom: 80px;
  }

  .top-faq .top-h2 {
    font-size: 4.0rem;
  }

  .faq-actab {
    max-width: 646px;
    padding: 0 30px;
  }

  /*=====================
  導入事例
  =======================*/
  /*---kv----*/
  .case-kv-img {
    background-size: 380px;
    max-width: 708px;
    padding: 0 30px;
    background-position: right center;
  }

  .case-title {
    padding-bottom: 50px;
  }

  /*---検索フィルタ----*/
  .seach-select {
    justify-content: normal;
  }

  .seach-gyoushu dl {
    padding-right: 78px;
  }

  .seach-gyoushu select,
  .seach-kibo select {
    width: 189px;
  }

  /*blogピックアップ一覧margin微調整*/
  .case-pickup .blog-list {
    margin: 63px auto 28px;
  }

  /*=====================
  記事詳細
  =======================*/
  /*---kv----*/
  .kiji-kv-naka {
    max-width: 768px;
  }

  .kiji-kv-contents {
    display: block;
  }

  .kiji-kv-img {
    margin-right: 0;
    max-width: 410px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .kiji-kv-text .kiji-kv-title {
    font-size: 3.0rem;
  }

  /*=====================
  記事詳細-kiji
  =======================*/
  .kiji {
    padding: 0 20px;
  }

  .kiji h3 {
    margin-bottom: 20px;
  }

  .kiji-contents .wp-block-image .alignright,
  .kiji-contents .wp-block-image .alignleft {
    float: none;
    margin: 0 auto;
  }

  .kiji-pickup {
    padding-top: 50px;
  }

  .kiji-pickup .blog-list {
    margin-top: 60px;
    padding-bottom: 34px;
  }

  /*=====================
  LP-KV
  =======================*/
  /*=====================
  LP-使い方
  =======================*/
  .lp-used .lp-h2 {
    padding-top: 70px;
  }

  .lp-used-list-s {
    padding: 85px 30px 0;
    display: block;
  }

  .lp-used-contens div:nth-last-of-type(2n+1) .lp-used-list-text,
  .lp-used-list-text {
    padding: 60px 0 0 0;
  }

  .lp-used-contens div .lp-used-list-img {
    float: none;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    min-width: unset;
  }

  .lp-used-list-text {
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
  }

  .lp-used-list-text .lp-h3 {
    text-align: center;
    font-size: 3.0rem;
  }

  /*=====================
  LP-start
  =======================*/
  .lp-start {
    padding: 100px 60px;
  }

  /*=====================
  footer
  =======================*/
  .footer-saitmap {
    display: block;
  }

  .footer-saitmap li {
    border-right: none;
    padding-bottom: 30px;
  }

  .footer-saitmap {
    margin-bottom: 40px;
  }

  /*=====================
request　CTAボタン追記
=======================*/
  /*topボタン*/
  .top-kv-request_btn,
  .top-kv-freetrial_btn {
    width: 233px;
    padding: 10px 41px 10px 20px;
  }

  .top-media {
    margin-top: -442px;
  }



  /*===============================================*/
}

/*メディア960px以下*/
/*===============================================*/
/*===============================================*/
@media screen and (max-width: 768px) {

  /*メディア768px以下*/
  /*===============================================*/
  /*=====================
  全共通
  =======================*/
  .m_768 {
    display: block;
  }

  /*=====================
  TOP-KV
  =======================*/
  .top-kv-img {
    width: 769px;
    height: 461px;
  }

  .top-kv-text {
    top: -400px;
  }

  .coins_1 li,
  .coins_2 li,
  .coins_3 li,
  .coins_4 li {
    width: 40px !important;
  }

  /*コイン場所*/
  .coins_1 li:nth-of-type(4) {
    top: 330px;
    left: 200px;
  }

  .coins_1 li:nth-of-type(3) {
    top: 300px;
    right: 218px;
  }

  .coins_2 li:nth-of-type(3) {
    top: 350px;
    right: 56px;
  }

  .coins_3 li:nth-of-type(4) {
    top: 286px;
    right: 78px;
  }

  .coins_2 li:nth-of-type(4) {
    top: 217px;
    left: 166px;
  }

  .coins_4 li:nth-of-type(1) {
    top: 332px;
    left: 33px;
  }

  /*=====================
  TOP-media
  =======================*/
  .top-media {
    margin-top: -340px;
  }

  /*=====================
  fixed-CV-btn
  =======================*/
  .fixed_cv_btn {
    top: auto;
    bottom: 100px;
  }

  /*=====================
  LP-共通
  =======================*/
  .line-sp {
    display: block;
  }

  .line-pc {
    display: none;
  }

  /*=====================
  LP-KV
  =======================*/
  .lp-h1 {
    margin-bottom: 23px;
  }

  .lp-kv-point li {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }

  p.lp-kv-line-sp-kigyou-text {
    font-size: 1.6rem !important;
    color: #FFFFFF;
  }

  .lp-kv-text {
    max-width: none;
  }

  .lp-kv-flex-order {
    display: flex;
    flex-direction: column;
  }

  .lp-kv-flex-order li,
  .lp-kv-flex-order li:last-of-type {
    width: 100%;
    max-width: none;
  }

  .lp-kv-flex-order .order-01 {
    order: 1;
  }

  .lp-kv-flex-order .order-02 {
    order: 2;
  }

  .lp-kv-flex-order .order-03 {
    order: 3;
  }

  .lp-kv-flex-order .order-02 {
    margin-bottom: 500px;
  }

  /*=====携帯アニメーション=====*/
  .lp-kv-flex_pc {
    max-width: 536px;
    justify-content: center;
  }

  .lp-kv-flex-order li:last-of-type {
    max-width: 500px;
  }

  .device {
    background: url(../images/lp/191208_device_shadow_sp.png) no-repeat;
    padding: 0;
    height: 464px;
    left: -477px;
    top: 550px;
  }

  .deviceTop,
  .deviceBottom {
    width: 56%;
  }

  .deviceTop {
    top: 5%;
    left: 10.5%;
  }

  .deviceBottom {
    bottom: 10%;
    left: 10.5%;
  }

  .device .inner {
    width: 49.5%;
    height: 292px;
    top: 16.5%;
    left: 13.5%;
  }

  .device .inner img {
    width: 100%;
    position: relative;
    top: -1670px;
    animation: imgScroll 14s 2s infinite;
  }

  @keyframes imgScroll {
    0% {
      top: -1670px;
    }

    5% {
      top: -1670px;
    }

    10% {
      top: -1319px;
    }

    20% {
      top: -1319px;
    }

    30% {
      top: -1002px;
    }

    40% {
      top: -1002px;
    }

    50% {
      top: -670px;
    }

    60% {
      top: -670px;
    }

    70% {
      top: -317px;
    }

    80% {
      top: -317px;
    }

    90% {
      top: 0;
    }

    98% {
      top: 0;
    }

    100% {
      top: -1670px;
    }
  }

  /*=====================
  LP-gift
  =======================*/
  .lp-gift-list-soto {
    max-width: 640px;
    padding: 0 25px;
    margin: 0 auto;
  }

  .lp-gift-list li {
    margin: 0 7px 20px;
    max-height: none;
  }

  /*=====================
request　CTAボタン追記
=======================*/
  /*topボタン*/
  .top-kv-text {
    top: -435px;
  }





  /*===============================================*/
  /*メディア768px以下*/
}

/*===============================================*/
/*===============================================*/
@media screen and (max-width: 760px) {

  /*メディア760px以下*/
  /*===============================================*/
  /*=====================
  utility
  =======================*/
  .m_760 {
    display: block;
  }

  /*=====================
  無料トライアル申し込みフォーム
  =======================*/
  .try-form-input {
    margin-bottom: 48px;
  }

  .try-form-button-flex {
    flex-direction: column-reverse;
  }

  .try-form-modoru {
    margin: 20px auto 0;
  }

  .try-form-submit {
    margin: 0 auto 0px;
  }

  /*=====================
  footer
  =======================*/
  .footer {
    font-size: 1.2rem;
  }

  /*=====================
  TOP-point
  =======================*/
  .top-point {
    padding: 60px 0 60px;
  }

  .top-point .top-h2 {
    margin-bottom: 40px;
  }

  .top-point-item {
    display: block;
  }

  .top-point-item li {
    margin: 0 auto 40px;
  }

  .top-point-img {
    margin: 0 auto;
    max-width: 150px;
  }

  .top-point-text {
    font-size: 2.0rem;
  }

  /*=====================
  TOP-riyu3
  =======================*/
  .top-riyu3 .top-h2.top-main-h2 {
    margin-bottom: 65px;
  }

  .top-riyu3 {
    margin-bottom: 90px;
  }

  .top-riyu3 .top-h3 {
    margin-bottom: 30px;
  }

  .top-riyu3-item {
    display: block;
    margin-bottom: 20px;
  }

  .top-riyu3-item li {
    margin-bottom: 30px;
  }

  .top-riyu3-img {
    margin-bottom: 0;
    max-width: 150px;
  }

  .top-riyu3-text {
    font-size: 1.6rem;
  }

  .top-riyu3-desc {
    padding: 0 20px;
  }

  /*=====================
  TOP-coukaUP
  =======================*/
  .top-graph-label {
    font-size: 1.6rem;
  }

  .top-graph {
    display: block;
  }

  .top-coukaup .top-h3 {
    margin-bottom: 40px;
  }

  /*=====================
  TOP-tameru
  =======================*/
  .top-tameru-item-title .m_960 {
    display: none;
  }

  .top-tameru-desc {
    padding: 0 20px;
  }

  .top-tameru {
    margin-bottom: 70px;
  }

  .top-tameru-list-l {
    max-width: 335px;
  }

  .top-tameru-list-m {
    display: block;
  }

  .top-tameru-list-m>li {
    width: 100%;
  }

  .top-tameru-list-s {
    margin: 0 auto 20px;
  }

  .top-tameru-item-title {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }

  /*=====================
  TOP-coukan
  =======================*/
  .top-coukan {
    margin-bottom: 80px;
  }

  .top-coukan-list-title {
    font-size: 1.6rem;
    margin-bottom: 12px;
    text-align: center;
  }

  .top-coukan-desc {
    padding: 0 20px;
    text-align: left;
  }

  .top-coukan-list {
    display: block;
    padding: 0 20px;
    max-width: 335px;
  }

  .top-coukan-list li {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .top-coukan-list-img {
    max-width: 207px;
    margin: 0 auto;
  }

  /*=====================
  TOP-okuru
  =======================*/
  .top-okuru .top-h3 {
    margin-bottom: 20px;
  }

  .top-okuru-item {
    display: block;
    padding: 0 20px;
  }

  .top-okuru-img {
    max-width: 205px;
    width: 100%;
    margin: 0 auto 20px;
  }

  .top-okuru-text {
    max-width: none;
  }

  .top-okuru-text br {
    display: none;
  }

  /*=====================
  LP-start
  =======================*/
  .lp-kv-flex-order {
    max-width: 375px;
    margin: 0 auto;
    padding: 0 20px;
  }

  .lp-start {
    padding: 60px 35px 90px;
  }

  .lp-start .lp-h2 {
    font-size: 2.1rem;
    margin-bottom: 40px;
  }

  .lp-start .line-qr {
    margin-bottom: 20px;
  }

  .lp-start p {
    margin-bottom: 20px;
  }

  .lp-start-mail-login .mail-icon {
    max-width: 35px;
  }

  .lp-start-mail-login .inner p {
    font-size: 1.4rem;
    padding-left: 10px;
  }

  .lp-start-mail-login a {
    width: 242px;
    height: 42px;
    padding: 7px 0;
    padding-right: 15px;
  }

  .lp-start-mail-login a::after {
    top: 9.5px;
    right: 52px;
  }

  .lp-start p {
    font-size: 1.6rem;
  }

  .line-sp img {
    margin-bottom: 10px;
  }

  .line-sp p {
    text-align: center;
  }

  .lp-h1 img {
    max-width: 200px;
  }

  .line-sp.lp-kv-line-sp p br {
    display: none;
  }

  .device {
    left: -330px;
    top: 413px;
  }

  /*=====================
request　CTAボタン追記
=======================*/
  /*topボタン*/
  .top-media {
    margin-top: -505px;
  }







  /*===============================================*/
}

/*メディア760px以下*/
/*===============================================*/
/*===============================================*/
@media screen and (max-width: 700px) {

  /*メディア700px以下*/
  /*===============================================*/
  /*=====================
  TOP_導入の流れ
  =======================*/
  /*三角調整*/
  .nagare-box-img-soto:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 22vw 0 23vw;
    border-color: #0373C1 transparent transparent transparent;
    position: absolute;
  }

  /*=====================
  LP-KV
  =======================*/
  .device {
    left: 0;
    background-size: contain !important;
    margin: 0 auto;
    top: -630px;
    max-width: 240px;
    height: 412px;
    width: 100%;
  }

  .lp-kv-flex-order .order-02 {
    margin-bottom: 0;
  }

  .deviceTop {
    width: 72.5%;
    top: 6%;
    left: 13.5%;
  }

  .deviceBottom {
    width: 72.5%;
    bottom: 9%;
    left: 13.5%;
  }

  .device .inner {
    width: 64%;
    height: 261px;
    top: 17%;
    left: 17.5%;
  }

  .lp-kv-img_pc {
    display: none;
  }

  .lp-kv-img_sp {
    display: block;
  }

  .lp-kv-flex_pc {
    display: block;
    max-width: none;
    padding: 0;
  }

  .lp-h1 {
    font-size: 2.4rem;
    text-align: center;
    max-width: 375px;
    padding: 60px 35px 30px;
    margin: 0 auto;
  }

  .lp-kv-point {
    display: flex;
    max-width: 375px;
    padding: 412px 35px 0px;
    margin: 0 auto;
  }

  .lp-kv-point+p {
    margin-bottom: 60px;
  }

  .lp-kv-point li {
    width: 100%;
  }

  .line-sp.lp-kv-line-sp p {
    margin-top: -14px;
  }

  .lp-kv-point li .lp-kv-inner {
    margin-bottom: 30px;
    margin-top: 0;
  }

  .device .inner img {
    width: 100%;
    position: relative;
    top: -1498px;
    animation: imgScroll 14s 2s infinite;
  }

  @keyframes imgScroll {
    0% {
      top: -1498px;
    }

    5% {
      top: -1498px;
    }

    10% {
      top: -1191px;
    }

    20% {
      top: -1191px;
    }

    30% {
      top: -906px;
    }

    40% {
      top: -906px;
    }

    50% {
      top: -605px;
    }

    60% {
      top: -605px;
    }

    70% {
      top: -286px;
    }

    80% {
      top: -286px;
    }

    90% {
      top: 0;
    }

    98% {
      top: 0;
    }

    100% {
      top: -1498px;
    }
  }

  /*=====================
request　CTAボタン追記
=======================*/
  /*topボタン*/
  .top-kv-btn-wrap {
    max-width: 350px;
  }

  .top-kv-btn-list li {
    padding-right: 0;
    margin-bottom: 15px;
  }

  .top-kv-img {
    height: 579px;
  }

  .top-kv-text {
    top: -541px;
  }







  /*===============================================*/
}

/*メディア700px以下*/
/*===============================================*/
/*===============================================*/
@media screen and (max-width: 640px) {

  /*メディア640px以下*/
  /*===============================================*/
  /*=====================
	utility
	=======================*/
  .m_640 {
    display: block;
  }

  /*=====================
	ハンバーガーメニュー
	=======================*/
  .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
  }

  /*PC用の水色の帯を透明に*/
  .header-mizuiroline {
    background-color: rgba(222, 242, 255, 0);
  }

  .header-blueline {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
    background-color: #004472;
  }

  .header-logo-soto {
    position: absolute;
    right: 0px;
    top: 10px;
    background-color: rgba(222, 242, 255, 0.95);
    z-index: 1;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    padding: 0 20px;
  }

  .header-logo {
    display: block;
    width: 123.8px;
    padding-top: 3px;
  }

  .header-menu {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: 1;
  }

  .header-menu-naka {
    position: relative;
    width: 50px;
    height: 50px;
  }

  .header-menu-naka span {
    position: absolute;
    background-color: #004472;
    width: 30px;
    height: 2px;
    left: 35%;
    margin-left: -7px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }

  .header-menu span:nth-of-type(1) {
    top: 50%;
    margin-top: -9px;
  }

  .header-menu span:nth-of-type(2) {
    top: 50%;
  }

  .header-menu span:nth-of-type(3) {
    bottom: 50%;
    margin-bottom: -12px;
  }

  .header-menu.is-active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(45deg);
    -ms-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
  }

  .header-menu.is-active span:nth-of-type(2) {
    opacity: 0;
    height: 0;
  }

  .header-menu.is-active span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(-45deg);
    -ms-transform: translateY(-9px) rotate(-45deg);
    transform: translateY(-9px) rotate(-45deg);
  }

  /*ハンバーガー中ナビゲーション*/
  .header-nav {
    position: fixed;
    top: 60px;
    /*    top: 0;*/
    right: 0;
    width: 100vw;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: auto;
    background-color: rgba(222, 242, 255, 0.95);
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    opacity: 0;
    pointer-events: none;
  }

  .header-nav.is-active {
    opacity: 1;
    pointer-events: auto;
  }

  .header-nav-main__item.header-nav-list {
    display: block;
  }

  .header-nav-inner {
    position: absolute;
    top: 15%;
  }

  /*＝＝文字の出方ふわっと＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
  .header-nav-list {
    -webkit-transition: 1.4s cubic-bezier(0.2, 0.9, 0.35, 1.11);
    -o-transition: 1.4s cubic-bezier(0.2, 0.9, 0.35, 1.11);
    transition: 1.4s cubic-bezier(0.2, 0.9, 0.35, 1.11);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }

  .header-nav.is-active .header-nav-list {
    display: block;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  /*＝文字スタイル＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
  .header-nav-list__item {
    text-align: center;
    padding: 0;
  }

  .header-nav-list__item+.header-nav-list__item {
    margin-top: 30px;
  }

  .header-nav-list__item>a {
    font-weight: 700;
    letter-spacing: 0.1em;
    font-size: 2.0rem;
    color: #004472;
    display: inline-block;
    position: relative;
    text-decoration: none;
  }

  .header-nav-list__item>a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 1px;
    background: #004472;
    transform: scale(0, 1);
    transition: 0.4s;
  }

  .header-nav-list__item>a:hover:before {
    transform: scale(1);
  }

  .header-nav-list-child {
    margin-top: 10px;
    font-size: 1.5rem;
    line-height: 2;
  }

  /*＝＝ボタンとCLOSEボタン＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
  .header-nav-btn {
    font-weight: 400;
    letter-spacing: 0.1em;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    margin-top: 87px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    height: 50px;
    font-size: 2rem;
    border: 1px #37C937 solid;
    color: #FFFFFF;
    background-color: #37C937;
    border-radius: 8px;
  }

  .header-nav-btn::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-right: 2px #FFFFFF solid;
    border-bottom: 2px #FFFFFF solid;
    top: 53%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    right: 20px;
  }

  .header-nav-btn {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
  }

  .header-nav-btn:hover {
    background-color: #FFFFFF;
    border: 2px solid #37C937;
    color: #37C937;
  }

  .header-nav-btn::before:hover {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 53%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    right: 20px;
    border-right: 2px #37C937 solid;
    border-bottom: 2px #37C937 solid;
  }

  .header-nav-close {
    display: block;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-top: 36px;
    font-size: 1.8rem;
    text-align: center;
  }

  .header-nav-close a {
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    display: inline-block;
    color: #004472;
  }

  .header-nav-close a:hover {
    opacity: 0.7;
    text-decoration: none;
  }

  .header-nav-close .icon {
    position: relative;
    top: -2px;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    display: inline-block;
  }

  .header-nav-close .icon:before,
  .header-nav-close .icon:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 16px;
    background-color: #004472;
    top: 50%;
    left: 50%;
  }

  .header-nav-close .icon:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .header-nav-close .icon:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  /*=====================
	fixed_cvボタン
	=======================*/
  .fixed_cv_btn p {
    font-size: 1.3rem;
    padding: 12px 25px 12px 10px;
    line-height: 1.2;
    letter-spacing: 0.2em;
    height: 118px;
  }

  /*=====================
	ブログ記事一覧
	=======================*/
  .blog-list {
    max-width: 346px;
  }

  .blog-box-soto {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 40px;
  }

  /*=====================
	TOP-共通
	=======================*/
  .top-main-h2 {
    font-size: 2.4rem;
  }

  .top-h3 {
    font-size: 2.0rem;
  }

  /*=====================
	TOP-KV
	=======================*/
  .top-kv {
    padding-top: 60px;
  }

  .top-kv-img {
    width: auto;
    height: 557px;
  }

  .top-kv-img {
    background-image: url("../images/top/sp-kv@2x.jpg");
    background-position: right -14px bottom;
  }

  .coins_1,
  .coins_2,
  .coins_3,
  .coins_4 {
    position: relative;
    display: none;
  }

  .top-kv-text {
    top: -432px;
  }

  .top-kv-title {
    max-width: 303px;
    margin-bottom: 44px;
  }

  .top-kv-h2 {
    font-size: 2.1rem;
    padding-top: 27px;
  }

  .top-h1 {
    font-size: 3.7rem;
  }

  .top-h1 span {
    padding-bottom: 26px;
  }

  /*=====================
	TOP-media
	=======================*/
  .top-media {
    margin-top: -322px;
  }

  .top-media .top-h2 {
    margin-top: 45px;
    margin-bottom: 35px;
  }

  .top-media-logo {
    max-width: 327px;
  }

  .top-media-logo li {
    max-width: 81px;
    max-height: 35.5px;
    margin: 0 12px 20px;
  }

  /*=====================
	TOP-nayami
	=======================*/
  .top-bayani {
    padding: 60px 0 90px;
  }

  .top-nayami .top-h2 {
    margin-bottom: 40px;
  }

  .top-nayami-naka {
    max-width: 350px;
  }

  .top-nayami-img {
    width: 105px;
    margin-bottom: 40px;
  }

  .top-nayami-list {
    font-size: 1.8rem;
    padding-left: 61px;
    padding-right: 20px;
  }

  .top-nayami-list li {
    margin-bottom: 30px;
  }

  .top-nayami-list li::before {
    top: 5px;
    left: -38px;
    width: 22px;
    height: 22px;
  }

  .top-nayami-list li::after {
    top: 2px;
    left: -29px;
    width: 12px;
    height: 22px;
  }

  .top-nayami-list {
    padding-left: 41px;
  }

  /*=====================
	TOP-coukaUP
	=======================*/
  .top-coukaup {
    margin-bottom: 90px;
  }

  .top-coukaup .top-h3 {
    margin-bottom: 30px;
  }

  .top-graph-chart {
    margin-bottom: 25px;
  }

  .percentage {
    margin-bottom: 10px;
  }

  .top-coukaup .m_960 {
    display: none;
  }

  /*=====================
	TOP-giftitem
	=======================*/
  .top-giftitem ul li {
    margin: 0 50px 25px 0;
  }

  .top-giftitem-text {
    font-size: 1.6rem;
  }

  /*=====================
	TOP-nakama
	=======================*/
  .top-nakama {
    margin-bottom: 60px;
  }

  .top-nakama .top-h3 {
    margin-bottom: 30px;
  }

  .top-nakama-item {
    display: block;
    padding: 0 20px;
  }

  .top-nakama-img {
    padding: 0;
    width: 172px;
    margin-bottom: 20px;
  }

  .top-nakama-desc {
    font-size: 1.8rem;
    margin: 0 auto;
  }

  /*=====================
	TOP-導入メリット
	=======================*/
  .top-merit .top-h2 {
    padding: 60px 0 44px;
  }

  .shain-merit-list,
  .kigyou-merit-list {
    margin: 0 15px 30px;
  }

  .top-kigyou-merit {
    margin-bottom: 50px;
  }

  .top-kigyou-merit .top-h3,
  .top-shain-merit .top-h3 {
    font-size: 2.0rem;
    margin-bottom: 20px;
  }

  .merit-text {
    padding: 11px 15px;
  }

  .merit-title h4 {
    font-size: 1.8rem;
    margin-bottom: 5px;
  }

  .merit-user {
    width: 60px;
    min-width: 60px;
  }

  .merit-img {
    margin-bottom: 0px;
  }

  .merit-user-name {
    margin-bottom: 0px;
  }

  .merit-yakushoku {
    line-height: 1.2;
  }

  /*=====================
	TOP_導入の流れ
	=======================*/
  .top-nagare .top-h2 {
    padding: 60px 0 40px;
  }

  .nagare-box-soto {
    padding: 0 20px;
    margin-bottom: 60px;
  }

  .nagare-box {
    margin-bottom: 20px;
  }

  .nagare-box,
  .nagare-box:last-of-type {
    max-width: 355px;
  }

  .nagare-box:nth-of-type(2) {
    align-items: center;
  }

  .nagare-box-img-soto,
  .nagare-box:last-of-type .nagare-box-img-soto {
    height: 90px;
    max-width: 152px;
    margin-right: 15px;
  }

  .nagare-box-img-soto:before {
    border-width: 15px 76px 0 77px;
  }

  .nagare-box .nagare-box-img {
    max-width: 68px;
  }

  .nagare-box:first-of-type .nagare-box-img {
    max-width: 47.5px;
  }

  .nagare-box:last-of-type .nagare-box-img {
    max-width: 73px;
  }

  .nagare-box-title {
    font-size: 1.4rem;
  }

  .nagare-box-text {
    font-size: 1.2rem;
  }

  .nagare-box-text-soto {
    padding-left: 0px;
    margin-top: -5px;
  }

  /*=====================
	TOP-インタビュー
	=======================*/
  .top-iv {
    padding: 60px 0;
  }

  .top-iv .top-h2 {
    margin-bottom: 20px;
  }

  .top-iv-name,
  .top-iv-h3 {
    margin-bottom: 10px;
    font-size: 2.0rem;
  }

  .top-iv-contents {
    padding: 0 20px;
  }

  .top-iv-img a {
    padding: 9px 92px 9px 42px;
  }

  .top-iv-img a::after {
    font-size: 2.0rem;
    top: 11px;
    right: 54px;
  }

  .top-iv-img div {
    margin-top: 20px;
  }

  /*=====================
	TOP-FAQ
	=======================*/
  .top-faq {
    margin-bottom: 50px;
  }

  .top-faq .top-h2 {
    font-size: 3rem;
    margin-bottom: 45px;
  }

  .faq-actab {
    max-width: 338px;
    padding: 0 20px;
  }

  .faq-actab-Q {
    font-size: 1.6rem;
  }

  .faq-actab-Q span {
    font-size: 1.8rem;
    margin-top: -3px;
  }

  .faq-actab label::after {
    top: -12px;
  }

  /* テキスト隠れる場合ここで調整*/
  .faq-actab input:checked~.faq-actab-A {
    max-height: 64em;
  }

  /*=====================
	導入事例
	=======================*/
  .case-kv {
    padding-top: 60px;
    margin-bottom: 50px;
  }

  .pankuzu-list {
    font-size: 1.1rem;
    padding-top: 10px;
    padding-bottom: 22px;
  }

  .case-title {
    font-size: 2.4rem;
    padding-bottom: 30px;
  }

  .case-title span {
    font-size: 1.1rem;
  }

  .case-kv-img {
    background-size: 172px;
    max-width: 340px;
    padding: 0 0 0 6px;
    background-position: right center;
  }

  /*検索フィルタ*/
  .seach-filter {
    margin: 0 20px;
  }

  .seach-select {
    display: block;
  }

  .seach-gyoushu {
    margin-bottom: 10px;
  }

  .seach-gyoushu dt,
  .seach-kibo dt,
  .seach-seika dt {
    display: block;
    margin-bottom: 10px;
  }

  .seach-gyoushu select,
  .seach-kibo select {
    width: 256px;
  }

  .seach-seika dl {
    display: block;
  }

  /*blogピックアップ一覧margin微調整*/
  .case-pickup .blog-list {
    margin-top: 0;
    margin-bottom: 15px;
  }

  /*blog一覧margin微調整*/
  .case-pickup .blog-list {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  /*peger*/
  .case-peger span,
  .case-peger a {
    font-size: 2.0rem;
    padding: 5px 13.5px 5px;
    margin-right: 20px;
  }

  /*=====================
	無料トライアル申し込みフォーム
	=======================*/
  .try-kv {
    padding-top: 60px;
  }

  .try-from {
    height: 800px;
  }

  .try-kv-img {
    height: 230px;
  }

  .try-kv-title {
    font-size: 2.4rem;
    padding-top: 72px;
  }

  .try-form form {
    padding: 0 20px;
    top: -43px;
  }

  .try-form-input {
    padding: 20px;
  }

  .try-form .try-form-kakunin {
    padding: 0 20px;
    top: -43px;
  }

  /*=====================
	LP-メール用ログイン
	=======================*/
  .m-login-kv {
    padding-top: 60px;
  }

  /*=====================
	コンバージョン
	=======================*/
  .cv-contents {
    padding-top: 29px;
  }

  .cv-text-ima,
  .cv-text-try {
    font-size: 2.1rem;
  }

  .cv-text-try span {
    font-size: 2.4rem;
  }

  .cv-btn a {
    font-size: 2.1rem;
    padding: 15px 43px 15px 28px;
  }

  .cv-text-try {
    margin-bottom: 35px;
  }

  .cv-img::before,
  .cv-img {
    height: 239px;
  }

  .cv-btn a::before {
    font-size: 2.4rem;
    top: 19px;
    right: 23px;
  }

  /*=====================
	footer
	=======================*/
  .footer {
    padding: 40px 0;
  }

  /*=====================
	記事詳細-kv
	=======================*/
  /*---kv----*/
  .kiji-kv {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .kiji-kv .pankuzu-list {
    padding: 10px 0;
  }

  .kiji-kv .pankuzu-list ul {
    padding: 0;
  }

  .kiji-kv-naka {
    padding: 0 20px;
  }

  .kiji-kv-img {
    margin-bottom: 20px;
  }

  .kiji-kv-text .kiji-kv-name {
    font-size: 1.6rem;
    margin-bottom: 0;
  }

  .kiji-kv-text .kiji-kv-title {
    font-size: 2.0rem;
    margin-bottom: 20px;
  }

  /*=====================
	記事詳細-kiji
	=======================*/
  .kiji h2 {
    margin-bottom: 40px;
  }

  .kiji-about {
    font-size: 1.6rem;
    padding: 40px 0 60px;
  }

  #ez-toc-container p {
    font-size: 2.0rem;
    padding: 20px 0 10px 15px;
  }

  #ez-toc-container ul li a {
    font-size: 1.4rem;
    padding-left: 35px;
    margin-bottom: 15px;
  }

  #ez-toc-container ul {
    margin-bottom: 25px;
  }

  .kiji-contents {
    margin-bottom: 56px;
  }

  .kiji-contents .blocks-gallery-grid {
    margin-bottom: 40px;
  }

  .blocks-gallery-grid {
    flex-direction: column;
  }

  .kiji-contents .blocks-gallery-item {
    width: 100%;
    margin-right: 0;
  }

  .kiji h3 {
    font-size: 1.8rem;
  }

  .kiji-contents .wp-block-image .alignright,
  .kiji-contents .wp-block-image .alignleft {
    width: 100%;
  }

  .kiji-contents .wp-block-image .alignright img,
  .kiji-contents .wp-block-image .alignleft img {
    width: 100%;
  }

  .kiji-contents .kigi-float-img {
    width: 100%;
  }

  .kiji-contents .kiji-float-right .kigi-float-img,
  .kiji-contents .kiji-float-left .kigi-float-img {
    width: 100%;
  }

  .kiji-pickup {
    padding-top: 64px;
  }

  .kiji-pickup h2 {
    font-size: 2.1rem;
  }

  .kiji-pickup .blog-list {
    margin-top: 40px;
    padding-bottom: 60px;
  }

  .kiji-pickup .blog-box-soto {
    margin-bottom: 20px;
  }

  /*=====================
	LP-KV
	=======================*/
  .lp-kv {
    /* padding-top: 60px; */
  }

  /*=====================
	LP-使い方
	=======================*/
  .lp-used-list-s {
    padding-top: 60px;
  }

  .lp-used-list-text {
    padding: 30px 0 0 0;
  }

  .lp-used .lp-h2 {
    font-size: 2.1rem;
    padding: 60px 20px 0 20px;
  }

  .lp-used-list-text .lp-h3 {
    font-size: 1.8rem;
  }

  /*=====================
	LP-gift
	=======================*/
  .lp-gift {
    margin-bottom: 60px;
  }

  .lp-gift .lp-h2 {
    font-size: 2.1rem;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  /*=====================
	LP-start
	=======================*/
  .line-sp {
    display: block;
  }

  .line-pc {
    display: none;
  }

  .lp-start {
    padding: 60px 20px 90px;
  }

  /*=====================
	request　CTAボタン追記
	=======================*/
  /*topボタン*/
  .top-kv-text {
    top: -512px;
  }

  .top-kv-btn-wrap {
    max-width: 303px;
  }

  /*=====================
request　CTAボタン追記
=======================*/
  /*topボタン*/
  .top-media {
    margin-top: -478px;
  }

  /*
	.cv-btn a{
		width: 220px;
	}
	.cv-btn a::before{
		right: 13px;
	}
*/
  .cv-text-try {
    margin-bottom: 15px;
  }

  .cv-btn {
    display: block;
  }

  .cv-btn a {
    display: block;
    margin: 0 auto;
    max-width: 300px;
  }

  .cv-btn a.cv-btn-request,
  .cv-btn a.cv-btn-freetrial {
    margin: 0 auto;
  }

  .cv-btn a.cv-btn-request {
    margin-bottom: 15px;
  }

  .cv-img::before,
  .cv-img {
    height: 320px;
  }





  /*===============================================*/
}

/*メディア640px以下*/
/*===============================================*/
/*===============================================*/
@media screen and (max-width: 415px) {

  /*メディア415px以下*/
  /*===============================================*/
  /*=====================
		共通
		=======================*/
  .m_415 {
    display: block;
  }

  /*=====================
		LP-メール用ログイン
		=======================*/
  .m-login-form-submit {
    max-width: 240px;
  }

  .m-login-form-submit button {
    padding: 16px 25px 16px 0px;
  }

  .m-login-form-submit button i {
    top: 20px;
    right: 67px;
  }

  /*=====================
		TOP-インタビュー
		=======================*/
  .top-iv-img a::after {
    font-size: 1.7rem;
    top: 14px;
    right: 26px;
  }

  .top-iv-img a {
    padding: 9px 52px 9px 22px;
  }

  /*=====================
		導入事例
		=======================*/
  /*---検索フィルタ----*/
  .seach-gyoushu select,
  .seach-kibo select {
    width: 200px;
  }

  .seach-filter {
    padding: 35px 20px;
  }

  .seach-seika dd label {
    margin-right: 0;
  }

  /*=====================
		ブログ一覧
		=======================*/
  /*peger*/
  .case-peger span,
  .case-peger a {
    padding: 3px 11.5px;
    margin-right: 12px;
  }

  /*=====================
		LP-KV
		=======================*/
  .lp-h1 .m_960 {
    display: block;
  }

  /*=====================
		LP-start
		=======================*/
  .line-sp p {
    margin: 0 auto;
    margin-bottom: 30px;
  }

  /*===============================================*/
}

/*メディア415px以下*/
/*===============================================*/
/*===============================================*/
@media screen and (max-width: 358px) {

  /*メディア358px以下*/
  /*===============================================*/
  /*=====================
	TOP_導入の流れ
	=======================*/
  .nagare-box-img-soto:before {
    border-width: 15px 21vw 0 21vw;
  }

  /*===============================================*/
}

/*メディア358px以下*/
/*===============================================*/






/*===============================================*/
/*新トップ*/
/*===============================================*/
.n-main-content {
  position: relative;
  
}

/* サイドバー */

.n-side-bar {
  background-color: #4094B2;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 170px;
  height: 100vh;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 40px;
  overflow: auto;
}

.n-side-bar a {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.n-side-bar__title {
  margin-bottom: 0;
  padding-left: 10px;
}

.n-side-bar__title img {
  width: 130px;
}

.n-side-bar__list {
  padding-bottom: 20px;
}

.n-side-bar__list__item {
  margin-top: 10px;
}

.n-side-bar__list__item a {
  display: block;
  transition: all 0.3s;
  padding: 10px 10px 10px 12px;
  border-radius: 5px;
}

.n-side-bar__list__item a:hover {
  background-color: #30748D;
}

.n-main-content {
  flex: 1;
  height: 100%;
  min-height: 100vh;
}



/*.n-main-content {
  padding-left: 170px;
}*/

.slide-item {
  padding-bottom: 160px;
  padding-top: 20px;
}

.slide-content {
  margin: 0 25px 50px;
  text-align: center;
}

.slide-content img {
  width: auto;
  max-width: none;
}

@media (min-aspect-ratio: 16/10) {
  .slide-content img{
    /* max-width: 900px; */
    
    /* /* max-width: 100%; */
    height: calc(100vh - 165px);
  }
}

@media (max-aspect-ratio: 16/10) {
  .slide-content img{
    /* max-width: 900px; */
    max-width: 100%;
  }
}

img.zoom {
  transform: scale(1.5);
}

/**
 Content Footer
*/
.slide-footer {
  max-width: 100%;
}

.slide-footer img {
  max-width: 100%;
}

.header-nav__switch {
  display: none;
}

.n-side-bar__list__item--close {
  display: none;
}

.only-mobile {
  display: none;
}

.only-pc {
  display: block;
}

.sp-mv {
  display: none;
}

@media screen and (max-width: 768px) {
  .n-wrapper {
    padding-top: 48px;
  }

  .n-side-bar {
    position: fixed;
    height: auto;
    width: 100%;
    top: 0;
    left: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px 12px 0;
    overflow: visible;
  }
  
  .header-nav__switch {
    display: block;
    width: 28px;
    cursor: pointer;
    height: 23px;
    position: relative;
  }

  .header-nav__switch::after,
  .header-nav__switch::before,
  .header-nav__switch span {
    display: block;
    width: 100%;
    transition: all 0.3s;
    height: 4px;
    position: absolute;
    left: 0;
    background-color: #fff;
    border-radius: 5px;
  }

  .header-nav__switch::after,
  .header-nav__switch::before {
    content: '';

  }

  .header-nav__switch span {
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
  }

  .header-nav__switch::after {
    top: 0%;
  }

  .header-nav__switch::before {
    top: 100%;
    transform: translateY(-100%);
  }

  .header-nav__switch.is-active span {
    width: 0;
  }

  .header-nav__switch.is-active::after {
    transform: translate(-50%, -50%) rotate(45deg);
    top: 50%;
    left: 50%;
  }

  .header-nav__switch.is-active::before {
    transform: translate(-50%, -50%) rotate(-45deg);
    top: 50%;
    left: 50%;
  }

  .n-side-bar__list {
    position: fixed;
    transition: all 0.5s;
    top: 48px;
    padding-top: 1vh;
    left: 0;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    height: calc(100vh - 48px);
    background-color: #E1F3FF;

  }

  .n-side-bar__list__item--close {
    margin-top: 8vh;
    text-align: center;
    display: block;
  }

  .only-mobile {
    display: block;
  }

  .only-pc {
    display: none;
  }

  .switch-close {
    width: 83px;
  }

  .n-side-bar__list li {
    transform: scale(1.3);
    transition: all 0.5s;
  }

  .is-active+.n-side-bar__list {
    pointer-events: auto;
    opacity: 1;

  }

  .is-active+.n-side-bar__list li {
    transform: scale(1);
  }

  .n-side-bar a {
    color: #004472;
    font-size: 20px;
    text-align: center;
  }

  /* .is-active~.switch-close {
    display: block;
    position: fixed;
    left: 50%;
    bottom: 28vh;
    width: 83px;
    transform: translateX(-50%);
  } */

  .n-main-content {
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 130px;
  }

  .slide-content {
    margin: 0 20px 20px;
  }

  .slide-content--first {
    display: none;
  }

  .sp-mv {
    display: block;
    position: relative;
    height: calc(100vh - 160px);
    background-color: #E1F2FE;
    padding-top: 30px;
    margin-bottom: 30px;
  }

  .sp-mv__inner {
    height: calc(100% - 120px);
    margin: 0 20px;
    background-size: contain;
    background-position: center 40%;
    background-image: url(../images/new_top/slide/slide01_sp.svg);
  }
  .scroll-arrow{
    width: 50px;
    position: absolute;
    left:50%;
    bottom:40px;
    transform:translateX(-50%);
  }
}

/* .slide-content__inner {

  max-width: 100%;
  background-color: rgba(255, 255, 0, 0.7);
  min-height: 5px;
  padding-top: 56%;;
} */
/*
.slide-content__title {
  display: none;
  text-align: center;
  font-weight: 700;
  min-height: 104px;
  padding: 30px 0;
  font-size: 28px;
  color: #555555;
  font-family: "平成明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "YuMincho", "HGS明朝E", "メイリオ", "Meiryo", serif;
} */

/* .slick-dots {
  display: flex;
  justify-content: center;
}

.slick-dots button {
  background-color: #fff;
  border: 1px solid #4094B2;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  display: block;
  border-radius: 50%;
  position: relative;
  margin: 0 10px;
}

.slick-dots .slick-active button::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  border-radius: 50%;
  display: block;
  background-color: #4094B2;
  height: 10px;
}

.slick-arrow {
  position: fixed;
} */

.n-main-footer {
  background-color: rgba(85, 85, 85, 0.8);
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 40px 0 20px;
  width: 100%;
}

.n-main-footer__link {
  display: flex;
  justify-content: center;
}

.n-main-footer__btn {
  font-size: 20px;
  text-align: center;
  margin: 0 25px;
  padding: 10px 0;
  font-weight: bold;
  display: block;
  width: 260px;
  background-color: #F96B00;
  color: #fff;
  border-radius: 8px;
  position: relative;
}

.n-main-footer__btn--orange {
  background-color: #F96B00;
}

.n-main-footer__btn--green {
  background-color: #37C937;
}

.n-main-footer__btn::after {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  display: block;
  top: -12px;
  right: -12px;
  background-size: cover;
  background-image: url(../images/icon-attention.svg);
}

.n-main-footer__btn::before {
  content: '';
  width: 20px;
  height: 18px;
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  background-size: cover;
  background-image: url(../images/double-arrow.svg);
}

.n-main-bubble-txt {
  font-size: 16px;
  font-weight: bold;
  color: #555;
  width: 280px;
  position: absolute;
  top: -26px;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 14px;
  text-align: center;
  height: 68px;
  background-size: contain;
  background-image: url(../images/bubble-back.svg);

}

@media screen and (max-width: 768px) {
  .n-main-footer {
    width: 100%;
    z-index: 100;
    padding-top: 34px;
    padding-bottom: 25px;
  }

  .n-main-footer__btn {
    width: 160px;
    font-size: 16px;
    padding: 8px 0;
    margin: 0 5px;
  }

  .n-main-bubble-txt {
    width: 218px;
    font-size: 16px;
    padding-top: 8px;
    top: -20px;
    height: 55px;
  }

  .n-main-footer__btn::after {
    width: 24px;
    height: 24px;
    top: -8px;
    right: -8px;
  }

  .n-main-footer__btn::before {
    display: none;
  }
}

/*
.n-main-content__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: calc(100% - 200px);
  height: 100%;
  overflow: hidden;
}

.n-main-content__background::after {
  background-color: rgba(222, 242, 255, 0.5);
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.n-main-content__background__top img {
  min-width: 100%;
  min-height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
  max-width: inherit;
  width: auto;
} */

.slick-arrow {
  width: 50px;
  height: 26px;
  text-indent: -9999px;
  background-color: #4094B2;
  border-radius: 20px;
  position: absolute;
  bottom: -5px;
  cursor: pointer;
}

.slick-arrow:hover {
  background-color: #F96B00;
}

.slick-arrow.slick-disabled {
  display: none !important;
}

.slick-next {
  right: 50%;
  transform: translateX(215px);
}

.slick-prev {
  left: 50%;
  transform: translateX(-215px);
}

.slick-arrow::before {
  content: '';
  width: 16px;
  height: 22px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background-image: url(../images/arrow.svg);
  background-size: 16px 22px;
}

.slick-next::before {
  transform: translate(-50%, -50%);
}

.slick-prev::before {
  transform: translate(-50%, -50%) rotate(180deg);
}

.slick-slider.top-back-slide,
.slick-slider.top-back-slide .slick-list {
  height: 100%;
}


.top-back-slide {
  opacity: 0;
  position: absolute;
  transition: all 1s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top-back-slide.is-active {
  opacity: 1;
}
/* Top Page */
.embeded-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.full-frame {
  flex-grow: 1;
}

@media screen and (max-width: calc(768px + 170px)) {
  .n-main-content {
      padding-bottom: 0 !important;
      padding-left: 0px;
  }

  .n-main-footer {
      width: 100%;
      z-index: 100;
      padding-top: 34px;
      padding-bottom: 25px;
  }

  .n-main-content {
      padding-left: 0;
      padding-top: 0;
      padding-bottom: 130px;
  }
}
