@charset "utf-8";
/*** component ***/

@media print, (min-width: 768px) {
  .miteras-top .c-heading01 {
    margin: 0 0 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  .miteras-top .c-heading01 {
    margin: 0 0 30px;
  }
}


/*** contents ***/

.keyvisual-block-miteras {
  background-color: #DFF3FA;
  background: linear-gradient(90deg, #dff3fa 0%, #d4f2fc 38.92%, #c2f0ff 100%);
  height: 500px;
}

.section-top-keyvisual .wrapper {
  position: relative;
}
.section-top-keyvisual .keyvisual-title {
  color: #326196;
  font-weight: normal;
}
.section-top-keyvisual .keyvisual-title .text-small {
  letter-spacing: 0.02em;
}
.section-top-keyvisual .keyvisual-title .text-large {
  letter-spacing: 0.03em;
}
.section-top-keyvisual .keyvisual-logo img {
  display: block;
  width: 100%;
}
.section-top-keyvisual .keyvisual-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.section-top-keyvisual .keyvisual-image img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.section-top-keyvisual .company-text {
  display: block;
  font-weight: bold;
  font-size: 32px;
  color: #326295;
}
.section-top-keyvisual .company-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.section-top-keyvisual .company-list > li img {
  display: block;
  width: 100%;
}
.section-top-keyvisual .keyvisual-features-image {
 margin-bottom: 10px;  
}
.section-top-keyvisual .keyvisual-features-text{
  color: #326196;
  font-weight: 500;
}

@media print, (min-width: 768px) {
  .section-top-keyvisual {
    padding-top: 0;
    padding-bottom: 29px;
  }
  .section-top-keyvisual .wrapper {
    display: -ms-flexbox;
    display: flex;
    width: 1130px;
    margin-bottom: 80px;
    padding-right: 0;
    padding-left: 85px;
    height: 500px;
  }
  .section-top-keyvisual .keyvisual-content {
    -ms-flex: 1;
    flex: 1;
    /* margin-right: 85px; */
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section-top-keyvisual .keyvisual-title {
    margin-bottom: 24px;
    font-size: 44px;
    line-height: 1.36;
  }
  .section-top-keyvisual .keyvisual-title .fs-large {
    font-size: 56px;
  }
  .section-top-keyvisual .keyvisual-logo {
    width: 405px;
    margin-bottom: 20px;
  }
  .section-top-keyvisual .keyvisual-button {
    position: absolute;
    top: 402px;
    width: 426px;
    padding: 0 20px 0 2px;
  }
  .section-top-keyvisual .keyvisual-button a {
    width: 195px;
    margin-bottom: 14px;
  }
  .section-top-keyvisual .keyvisual-image {
    width: 530px;
    height: 500px;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .section-top-keyvisual .keyvisual-block-company {
    /*    display: -ms-flexbox;
    display: flex; */
    width: 1330px;
    margin: 0 auto;
    /* padding: 80px 15px 0 85px; */
    padding: 80px 15px 0 15px;
    text-align: center;
  }
  .section-top-keyvisual .company-text {
    -ms-flex: 1;
    flex: 1;
    margin: 26px 0px 26px;
    /*    font-size: 16px; */
  }
  .is-firefox .section-top-keyvisual .company-text, .is-tablet .section-top-keyvisual .company-text, .is-mac.is-safari .section-top-keyvisual .company-text {
    margin-right: 58px;
  }
  .section-top-keyvisual .company-list {
    display: -ms-flexbox;
    display: flex;
    /*    -ms-flex-wrap: wrap;
    flex-wrap: wrap; */
    width: 1200px;
    margin: auto;
    flex-flow: wrap;
    justify-content: space-around;
  }
  .section-top-keyvisual .company-list > li {
    /*    width: 245px; */
  }
  .section-top-keyvisual .company-list > li:not(:nth-child(3n)) {
    /*    margin-right: 44px; */
  }
  .section-top-keyvisual .company-list > li > img {
    margin: 1em;
    height: 56px;
    width: auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-keyvisual {
    padding-top: 0;
    padding-bottom: 25px;
  }
  .keyvisual-block-miteras {
    height: auto;
    padding-top: 25px;
  }
  .section-top-keyvisual .wrapper {
    margin-bottom: 30px;
  }
  .section-top-keyvisual .keyvisual-content {
    padding: 0 15px 0 15px;
  }
  .section-top-keyvisual .keyvisual-title {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 1.45;
  }
  .section-top-keyvisual .keyvisual-title .has-color {
    font-size: 26px;
  }
  .section-top-keyvisual .keyvisual-title .text-small {
    font-size: 18px;
  }
  .is-ios .section-top-keyvisual .keyvisual-title {
    margin-right: -5px;
    margin-left: -5px;
  }
  .section-top-keyvisual .keyvisual-logo {
    width: 271px;
    margin-bottom: 19px;
    -ms-transform: translateX(2px);
    transform: translateX(2px);
  }
  .section-top-keyvisual .keyvisual-button {
    margin: 0 -8px 50px;
    padding: 0 28px;
  }
  .section-top-keyvisual .keyvisual-button a {
    width: calc(44% + 1px);
    min-height: 48px;
    margin: 0 8px;
    margin-bottom: 14px;
    padding: 13px 2px 10px;
    font-size: 14px;
  }
  .section-top-keyvisual .keyvisual-button a.is-light {
    padding: 11px 2px 10px;
  }
  .section-top-keyvisual .keyvisual-image {
    width: 372px;
    margin: 0 -10px 37px -19px;
  }
  .section-top-keyvisual .company-text {
    margin-bottom: 17px;
    font-size: 16px;
    text-align: center;
  }
  .section-top-keyvisual .company-list {
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    flex-flow: wrap;
    justify-content: space-around;
  }
  /*  .section-top-keyvisual .company-list > li {
    width: 180px;
    margin: 0 auto;
	  text-align: center;
  } */
  .section-top-keyvisual .company-list > li > img {
    margin: 0.5em;
    height: 60px;
    width: auto;
  }
  .section-top-keyvisual .keyvisual-block-company {
    width: 100%;
    margin: 0 auto;
    /* padding: 60px 15px 0 65px; */
  }
}


.keyvisual-block-company {
  margin-top: 80px;
}

.section-top-keyvisual .company-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.section-top-keyvisual .company-list > li img {
  display: block;
  width: 100%;
}

@media print, (min-width: 768px) {
  .section-top-keyvisual .company-list {
    display: -ms-flexbox;
    display: flex;
    /*    -ms-flex-wrap: wrap;
    flex-wrap: wrap; */
    width: 1200px;
    margin: auto;
    flex-flow: wrap;
    justify-content: space-around;
  }
  .section-top-keyvisual .company-list > li {
    /*    width: 245px; */
  }
  .section-top-keyvisual .company-list > li:not(:nth-child(3n)) {
    /*    margin-right: 44px; */
  }
  .section-top-keyvisual .company-list > li > img {
    margin: 1em;
    height: 56px;
    width: auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-keyvisual .company-list {
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    flex-flow: wrap;
    justify-content: space-around;
  }
  /*  .section-top-keyvisual .company-list > li {
    width: 180px;
    margin: 0 auto;
	  text-align: center;
  } */
  .section-top-keyvisual .company-list > li > img {
    margin: 0.5em;
    height: 60px;
    width: auto;
  }
}

.section-top-intro {
  background-color: #316094;
}
.section-top-intro .c-heading01__english, .section-top-intro .c-heading01__english::first-letter {
  color: #fff;
}
.section-top-intro .c-heading01__japanese {
  color: #fff;
}
.section-top-intro .intro-message {
  display: block;
  position: relative;
  border-radius: 8px;
  color: #fff;
  font-weight: bold;
}
.section-top-intro .intro-message::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: center/contain no-repeat;
}
.section-top-intro .intro-text {
  display: block;
  position: relative;
}
.section-top-intro .intro-text img {
  display: block;
  width: 100%;
}
.section-top-intro .intro-text .text-decor, .section-top-intro .intro-text .text {
  position: absolute;
  color: #fff;
  font-weight: bold;
}
.section-top-intro .intro-text .text-decor {
  letter-spacing: 1.36em;
}
.section-top-intro .intro-description {
  color: #fff;
  font-weight: bold;
}
.section-top-intro .intro-detail {
  display: block;
  border-radius: 8px;
  background-color: #fff;
  color: #316094;
  font-weight: bold;
  text-align: center;
}
.section-top-intro .intro-detail .has-color {
  color: #ff7276;
}
@media print, (min-width: 768px) {
  .section-top-intro {
    padding-top: 110px;
    padding-bottom: 112px;
  }
  .section-top-intro .wrapper {
    width: 100%;
    padding: 0 61px;
  }
  .section-top-intro .intro-message {
    width: 747px;
    min-height: 111px;
    /* margin: 0 218px 35px auto; */
    margin: 0 auto 35px auto;
    padding: 30px 30px 30px 50px;
    font-size: 24px;
	text-align: center;
  }
  .section-top-intro .intro-message::before {
    background-image: url("/service/product/s-miteras/img/top/miteras-top-decor_intro.png");
  }
  .section-top-intro .intro-text {
    width: 440px;
    /* margin: 0 auto -8px 364px; */
    margin: 0 auto -8px auto;
  }
  .section-top-intro .intro-text .text-decor {
    top: -28px;
    left: 92px;
    font-size: 20px;
  }
  .section-top-intro .intro-text .text {
    right: -57px;
    bottom: 9px;
    font-size: 38px;
  }
  .section-top-intro .intro-description {
    margin: 0 -40px 61px;
    font-size: 48px;
	text-align: center; /* 2024-10-28 sugama */
  }
  .section-top-intro .intro-description .text-small {
    font-size: 38px;
  }
  .section-top-intro .intro-detail {
    min-height: 100px;
    padding: 30px 71px;
    font-size: 26px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-intro {
    padding-top: 56px;
    padding-bottom: 61px;
  }
  .section-top-intro .intro-message {
    min-height: 87px;
    /* margin: 0 -2px 41px; */
    padding: 16px 11px 33px;
    line-height: 1.45;
    text-align: center;
    max-width: 336px;
    margin: 0 auto 41px;
  }
  .section-top-intro .intro-message::before {
    background-image: url("/service/product/s-miteras/img/top/sp/miteras-top-sp-decor_intro.png");
  }
  .section-top-intro .intro-text {
    width: 275px;
    /* margin: 0 auto 8px 16px; */
    margin: 0 auto 8px;
  }
  .section-top-intro .intro-text .text-decor {
    top: -16px;
    left: 59px;
    font-size: 12px;
  }
  .section-top-intro .intro-text .text {
    right: -31px;
    bottom: 6px;
    font-size: 20px;
  }
  .section-top-intro .intro-description {
    margin: 0 -12px 27px;
    font-size: 24px;
    line-height: 1.47;
    text-align: center;
  }
  .section-top-intro .intro-description .text-small {
    font-size: 20px;
  }
  .section-top-intro .intro-detail {
    min-height: 130px;
    padding: 22px 12px 20px 13px;
    font-size: 20px;
    line-height: 1.45;
  }
}

.section-top-problem {
  position: relative;
}
.section-top-problem::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media print, (min-width: 768px) {
  .section-top-problem {
    padding-top: 80px;
    padding-bottom: 34px;
  }
  .section-top-problem::after {
    bottom: -98px;
    border-top: 100px solid #fff;
    border-right: 709px solid transparent;
    border-left: 700px solid transparent;
  }
  .section-top-problem .wrapper {
    padding: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-problem {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .section-top-problem::after {
    bottom: -35px;
    border-top: 57px solid #fff;
    border-right: 302px solid transparent;
    border-left: 301px solid transparent;
  }
}

.section-top-solve {
  background-color: #316094;
}
.section-top-solve .solve-title {
  color: #fff;
}
.section-top-solve .solve-title .is-mark {
  position: relative;
}
.section-top-solve .solve-title .is-mark::before {
  content: "";
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  background-color: #ff7276;
}
@media print, (min-width: 768px) {
  .section-top-solve {
    padding-top: 178px;
    padding-bottom: 80px;
  }
  .section-top-solve .wrapper {
    padding: 0;
  }
  .section-top-solve .solve-title .is-mark::before {
    top: -7px;
    width: 10px;
    height: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-solve {
    padding-top: 60px;
    padding-bottom: 108px;
  }
  .section-top-solve .solve-title {
    margin: 0 0 36px;
  }
  .section-top-solve .solve-title .is-mark::before {
    top: -3px;
    width: 7px;
    height: 7px;
  }
}

.list-card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.list-card .card-common {
  height: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  background-color: #fff;
}
.list-card .card-image {
  width: 100%;
}
.list-card .card-image img {
  display: block;
  width: 100%;
}
.list-card .card-title {
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
}
.list-card .card-text {
  margin-bottom: 0;
  text-align: justify;
}
@media print, (min-width: 768px) {
  .list-card .card-common {
    padding: 23px 23px 31px;
  }
  .list-card .card-image {
    margin-bottom: 24px;
  }
  .list-card .card-title {
    margin-bottom: 22px;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-card .card-common {
    padding: 18px 12px 19px 11px;
  }
  .list-card .card-image {
    margin-bottom: 18px;
  }
  .list-card .card-title {
    margin-bottom: 9px;
  }
}
@media print, (min-width: 768px) {
  .list-card {
    margin: 0 -16px -32px;
  }
  .list-card > li {
    width: 33.33%;
    margin-bottom: 32px;
    padding: 0 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-card {
    margin-bottom: -24px;
  }
  .list-card > li {
    margin-bottom: 24px;
  }
}

.section-top-feature {
  background-color: #fff;
}
.section-top-feature .wrapper {
  border-radius: 8px;
  background-color: #fff;
}
.section-top-feature .feature-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
}
.section-top-feature .feature-list > li {
  /* height: 100%; */
  display: flex;
}
.section-top-feature .feature-item {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
}
.section-top-feature .feature-count {
  color: #ff7276;
  font-weight: bold;
  text-align: center;
}
.section-top-feature .feature-count .text {
  display: block;
  line-height: 2;
}
.section-top-feature .feature-count .number {
  line-height: 1;
}
.section-top-feature .feature-title {
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 0;
  color: #316094;
  font-weight: bold;
}
.section-top-feature .feature-text {
  text-align: justify;
}
.section-top-feature .feature-image img {
  display: block;
  width: 100%;
}
.section-top-feature .feature-button {
  margin: 0 auto;
}
@media print, (min-width: 768px) {
  .section-top-feature {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .section-top-feature .wrapper {
    padding: 60px 24px 0;
  }
  .section-top-feature .feature-list {
    margin: 0 -8px 44px;
  }
  .section-top-feature .feature-list > li {
    width: 50%;
    margin-bottom: 16px;
    padding: 0 8px;
  }
  .section-top-feature .feature-item {
    padding: 15px 24px 34px 21px;
  }
  .section-top-feature .feature-head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: -2px;
  }
  .section-top-feature .feature-count {
    display: inline-block;
    width: 80px;
    margin-right: 14px;
  }
  .section-top-feature .feature-count .text {
    margin-bottom: -8px;
    font-size: 14px;
  }
  .section-top-feature .feature-count .number {
    font-size: 64px;
  }
  .section-top-feature .feature-title {
    font-size: 30px;
    line-height: 1.22;
  }
  .is-firefox .section-top-feature .feature-title {
    line-height: 1.5;
  }
  .is-mac .section-top-feature .feature-title {
    line-height: 1.4;
  }
  .section-top-feature .feature-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .section-top-feature .feature-text {
    -ms-flex: 1;
    flex: 1;
    margin: 42px 15px 0 2px;
  }
  .section-top-feature .feature-image {
    width: 232px;
  }
  .section-top-feature .feature-button {
    width: 250px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-feature {
    padding-top: 60px;
    padding-bottom: 120px;
  }
  .section-top-feature .wrapper {
    margin: 0 0.2rem;
    padding: 18px 13px 20px 12px;
  }
  .section-top-feature .feature-list {
    margin-bottom: 0;
  }
  .section-top-feature .feature-list > li {
    margin-bottom: 24px;
  }
  .section-top-feature .feature-item {
    padding: 15px 12px 19px;
  }
  .section-top-feature .feature-head {
    margin-bottom: 16px;
  }
  .section-top-feature .feature-count {
    display: block;
    width: 0.8rem;
    margin: 0 auto 18px;
  }
  .section-top-feature .feature-count .text {
    margin-bottom: -8px;
    font-size: 14px;
  }
  .section-top-feature .feature-count .number {
    font-size: 64px;
  }
  .section-top-feature .feature-title {
    font-size: 20px;
    line-height: 1.22;
    text-align: center;
  }
  .section-top-feature .feature-content, .section-top-feature .feature-text {
    margin: 0 -1px;
  }
  .section-top-feature .feature-image {
    width: 232px;
    margin: 0 auto 17px;
  }
}


/*Flow下のCVP追記2023-12-20sugama*/
#feature div.cvp::before {
  content: "お客様課題別の豊富な活用事例をご紹介いたします";
  font-weight: bold;
  color: #326295;
  position: absolute;
  text-align: center;
  width: calc(100% - 48px);
  top: 19px;
}
#feature div.cvp {
  background: url("/service/product/s-miteras/img/top/miteras-top-cvpbg_pc2.png") top center/auto no-repeat white;
  padding-top: 100px;
  width: 100%;
  position: relative;
}
#feature div.detail {
  text-align: right;
  position: relative;
  top: -45px;
}
#feature div.detail a {
  font-weight: bold;
  color: #326295;
}
#flow div.cvp::before {
  content: "トライアルはお打ち合わせ翌営業日より、お試しいただけます";
  font-weight: bold;
  color: #326295;
  position: absolute;
  text-align: center;
  width: calc(100% - 20px);
  top: 113px;
}
@media only screen and (max-width: 767.98px) {
  #flow div.cvp::before {
    top: 7px;
  }
  #feature div.cvp {
    background: url("/service/product/s-miteras/img/top/miteras-top-cvpbg_pc2_sp.png") top center/contain no-repeat white;
    margin: 0;
  }
  #feature div.cvp::before {
    white-space: pre-wrap;
    content: "お客様課題別の豊富な活用事例を\Aご紹介いたします";
    width: calc(100% - 25px);
    top: 12px;
  }
  #feature div.detail {
    top: -20px;
  }
}
#flow div.cvp {
  background: url("/service/product/s-miteras/img/top/miteras-top-cvpbg_pc2.png") top 90px center/500px no-repeat white;
  padding-top: 200px;
  width: 100%;
  position: relative;
}
#feature div.cvp > a, #flow div.cvp > a {
  background-color: #316094;
  max-width: 380px;
  margin: auto;
  font-size: 20px;
}
@media only screen and (max-width: 767.98px) {
  #flow div.cvp {
    background: url("/service/product/s-miteras/img/top/miteras-top-cvpbg_pc2_sp.png") top center/contain no-repeat transparent !important;
    margin-top: 7em;
    width: auto;
    padding-top: 90px;
  }
  #flow div.cvp > a {
    padding: 16px;
    min-height: auto;
    font-size: 100%;
  }
}
/*ここまで*/

.section-top-voice {
  background-color: #fff;
}
.section-top-voice .wrapper {
  border-radius: 8px;
  background-color: #fff;
}
.section-top-voice .voice-list {
  margin: 0;
  padding: 0;
  font-weight: bold;
  list-style: none;
}
@media print, (min-width: 768px) {
  .section-top-voice {
    padding-bottom: 70px;
  }
  .section-top-voice .wrapper {
    padding: 60px 10px 43px;

  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-voice {
    padding-bottom: 60px;
  }
  .section-top-voice .wrapper {
    margin: 0 20px;
    padding: 18px 11px 20px 12px;
  }
}
/* Voice siryo 追加 */
#voice div.voice-item {
  margin: 50px;
  padding-bottom: 50px;
  border-bottom: 3px #eeeeee solid;
}
#voice div.voice-item p {
  margin-bottom: 1.5em;
}
#voice div.voice-item.v3 {
  margin: 50px;
  padding-bottom: 0px;
  border-bottom: none;
}
#voice div.voice-item > h3 {
  padding: 50px 0 50px 200px;
  color: #316094;
  margin-bottom: 1.5em;
}
#voice div.voice-item.v1 > h3 {
  background: url(/service/product/s-miteras/img/voice01.png) left/contain no-repeat;
}
#voice div.voice-item.v2 > h3 {
  background: url(/service/product/s-miteras/img/voice02.png) left/contain no-repeat;
}
#voice div.voice-item.v3 > h3 {
  background: url(/service/product/s-miteras/img/voice03.png) left/contain no-repeat;
}
#voice div.voice-item.v1 > h3::before {
  content: "★★★★★";
  display: block;
  color: #FFD814;
}
#voice div.voice-item.v2 > h3::before {
  content: "★★★★";
  display: block;
  color: #FFD814;
}
#voice div.voice-item.v3 > h3::before {
  content: "★★★★★";
  display: block;
  color: #FFD814;
}
#voice div.voice-item > div.voice-inyo {
  font-weight: normal;
  font-size: 80%;
}
#voice div.voice-item > div.voice-inyo > span {
  display: inline-block;
  margin-right: .5em;
  background: #ff7276;
  color: white;
  font-weight: bold;
  padding: .5em 1em;
}
#plan > div.cvp {
  background: url("/service/product/s-miteras/img/cvp02.svg") top center/auto no-repeat;
  padding-top: 100px;
  margin-top: 70px;
}
@media only screen and (max-width: 768px) {
  #voice div.voice-item > h3 {
    padding: 100px 0 0 0;
    background-size: 100px !important;
    background-position: top left !important;
  }
  #voice div.voice-item {
    margin: 50px 0 !important;
  }
  #voice div.voice-list div.voice-item h3 {
    text-align: center;
    background-position: top center !important;
    background-size: 60% !important;
    font-size: 20px;
    padding-top: 200px;
  }
  #voice div.voice-item.v1 > h3::before {
    font-size: 150%;
  }
  #plan > div.cvp {
    padding: 60px 20px 0;
    background-size: 90%;
  }
}
#siryo ol.siryo-list {
  list-style: none;
  padding: 0;
}
#siryo ol.siryo-list li {
  margin-bottom: 2em;
}
#siryo ol.siryo-list > li > img {
  width: 100%;
  border: 1px #eeeeee solid;
  margin-bottom: 1em;
}
@media only screen and (min-width: 769px) {
  #siryo ol.siryo-list {
    display: flex;
  }
  #siryo ol.siryo-list li {
    width: 33%;
    padding: 2em;
  }
  #plan > div.cvp > a, #voice div.voice-note > a, #siryo div.siryo-note > a {
    width: 330px;
    margin: auto;
  }
}

.section-top-plan {
  background: #316094;
}
.section-top-flow {
  background: #f3f3f2;
}
.section-top-plan .wrapper {
  border-radius: 8px;
  background-color: #fff;
}
.section-top-flow .wrapper {
  border-radius: 8px;
  background-color: #fff;
}
.section-top-flow .flow-list {
  padding: 0;
  font-weight: bold;
  list-style: none;
}
.section-top-flow .flow-list > li::after {
  content: "";
  position: absolute;
  z-index: 1;
}
.section-top-flow .flow-item {
  position: relative;
  background-color: #f3f3f2;
  text-align: center;
}
.section-top-flow .flow-item.is-start {
  background: #316094;
  color: #fff;
}
.section-top-flow .flow-step span {
  display: block;
}
.section-top-flow .step-text {
  color: #316094;
  font-size: 14px;
  letter-spacing: 0.67em;
}
.section-top-flow .step-number {
  color: #316094;
  font-size: 64px;
}
.section-top-flow .flow-description {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
}
.section-top-flow .flow-start {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
}
.section-top-flow .flow-note {
  display: block;
  position: relative;
  color: #ff7276;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.section-top-flow .flow-note .text-large {
  font-size: 32px;
}
/*Flow下のCVP追記2023-12-20sugama*/
#feature div.cvp::before {
  content: "お客様課題別の豊富な活用事例をご紹介いたします";
  font-weight: bold;
  color: #326295;
  position: absolute;
  text-align: center;
  width: calc(100% - 48px);
  top: 19px;
}
#feature div.cvp {
  background: url("/service/product/s-miteras/img/cvpbg_pc2.png") top center/auto no-repeat white;
  padding-top: 100px;
  width: 100%;
  position: relative;
}
#feature div.detail {
  text-align: right;
  font-weight: bold;
  color: #326295;
  position: relative;
  top: -45px;
}
#flow div.cvp::before {
  content: "トライアルはお打ち合わせ翌営業日より、お試しいただけます";
  font-weight: bold;
  color: #326295;
  position: absolute;
  text-align: center;
  width: calc(100% - 20px);
  top: 113px;
}
@media only screen and (max-width: 767.98px) {
  #flow div.cvp::before {
    top: 7px;
  }
  #feature div.cvp {
    background: url("/service/product/s-miteras/img/cvpbg_pc2_sp.png") top center/contain no-repeat white;
    margin: 0;
  }
  #feature div.cvp::before {
    white-space: pre-wrap;
    content: "お客様課題別の豊富な活用事例を\Aご紹介いたします";
    width: calc(100% - 25px);
    top: 12px;
  }
  #feature div.detail {
    top: -20px;
  }
}
#flow div.cvp {
  background: url("/service/product/s-miteras/img/cvpbg_pc2.png") top 90px center/500px no-repeat white;
  padding-top: 200px;
  width: 100%;
  position: relative;
}
#feature div.cvp > a, #flow div.cvp > a {
  background-color: #316094;
  max-width: 380px;
  margin: auto;
  font-size: 20px;
}
@media only screen and (max-width: 767.98px) {
  #flow div.cvp {
    background: url("/service/product/s-miteras/img/cvpbg_pc2_sp.png") top center/contain no-repeat transparent !important;
    margin-top: 7em;
    width: auto;
    padding-top: 90px;
  }
  #flow div.cvp > a {
    padding: 16px;
    min-height: auto;
    font-size: 100%;
  }
}
/*ここまで*/
@media print, (min-width: 768px) {
  .section-top-plan {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .section-top-flow {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .section-top-plan .wrapper {
    padding: 60px 10px;
    text-align: center;
  }
  .section-top-flow .wrapper {
    padding: 60px 10px;
  }
  .section-top-flow .flow-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 1005px;
    margin: 0 auto 48px;
  }
  .section-top-flow .flow-list > li {
    min-width: 186px;
    min-height: 165px;
    margin-bottom: 20px;
  }
  .section-top-flow .flow-list > li::after {
    top: 0;
    width: 50px;
    /* height: 165px; */
    height: 100%;
  }
  .section-top-flow .flow-list > li:not(:last-child) {
    margin-right: -2px;
    padding-right: 29px;
  }
  .section-top-flow .flow-list > li:not(:last-child)::after {
    right: -10px;
    background: url("/service/product/s-miteras/img/top/decor_flow_01.png") center/cover no-repeat;
	/*background: url("../img/top/decor_flow_01.png") center/cover no-repeat;*/
  }
  .section-top-flow .flow-list > li:nth-last-child(2) {
    margin-right: -38px;
  }
  .section-top-flow .flow-list > li:first-child {
    min-width: 241px;
  }
  .section-top-flow .flow-list > li:first-child::after {
    right: 0;
  }
  .section-top-flow .flow-list > li:last-child {
    min-width: 190px;
    padding: 59px 0 0 70px;
  }
  .section-top-flow .flow-list > li:last-child::after {
    right: -47px;
    background: url("/service/product/s-miteras/img/top/decor_flow_02.png") center /cover no-repeat;
	  /*background: url("../img/top/decor_flow_02.png") center /cover no-repeat;*/
  }
  .section-top-flow .flow-head {
    padding-top: 8px;
  }
  .section-top-flow .flow-step {
    margin-bottom: -4px;
  }
  .section-top-flow .step-text {
    margin: 0 0 -21px 7px;
  }
  .section-top-flow .flow-description {
    min-height: 58px;
    line-height: 1.45;
  }
  .section-top-flow .flow-note {
    width: 808px;
    margin-left: 71px;
  }
  .section-top-flow .flow-note::before {
    content: "";
    position: absolute;
    top: -47px;
    left: -1px;
    width: 808px;
    height: 32px;
    background: url("/service/product/s-miteras/img/top/decor_flow_03.png") center/contain no-repeat;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-plan {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-top-flow {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-top-plan .wrapper {
    margin: 0 20px;
    padding: 18px 20px 19px;
  }
  .section-top-flow .wrapper {
    margin: 0 0.2rem;
    padding: 18px 10px 19px;
  }
  .section-top-flow .flow-list {
    width: 223px;
    margin: 0 auto 62px;
  }
  .section-top-flow .flow-list > li {
    min-height: 175px;
  }
  .section-top-flow .flow-list > li::after {
    bottom: 5px;
    left: -4px;
    width: 231px;
    height: 50px;
    background: url("/service/product/s-miteras/img/top/decor_flow_01_sp.png") center/contain no-repeat;
  }
  .section-top-flow .flow-list > li:nth-last-child(2) {
    margin-bottom: -44px;
  }
  .section-top-flow .flow-list > li:last-child {
    padding-top: 89px;
  }
  .section-top-flow .flow-list > li:last-child::after {
    bottom: -39px;
    background: url("/service/product/s-miteras/img/top/decor_flow_02_sp.png") center/contain no-repeat;
  }
  .section-top-flow .flow-list > li:first-child {
    min-height: 21px;
  }
  .section-top-flow .flow-list > li:first-child .flow-step {
    padding-top: 25px;
  }
  .section-top-flow .flow-head {
    padding-top: 8px;
  }
  .section-top-flow .flow-step {
    margin-bottom: -24px;
  }
  .section-top-flow .step-text {
    margin: 0 0 -21px 9px;
  }
  .section-top-flow .flow-description {
    min-height: 58px;
    line-height: 1.45;
  }
}
/*Plan追加2023-06-21*/
#plan > div > p.plan-head {
  margin-bottom: 45px;
}
#plan > div > div.plan-item {
  margin: auto;
  font-size: 24px;
  font-weight: bold;
  border: 1px solid #d9d9d9;
  margin-bottom: 24px;
  padding: 35px;
  border-radius: 8px;
  text-align: center;
}
#plan > div > div.plan-item > p {
  margin-bottom: 0;
}
#plan > div > div.plan-item > p:nth-child(2) {
  color: #FF7276;
  font-size: 32px;
}
#plan > div > div.plan-item > p:nth-child(2) > span {
  font-size: 200%;
}
#plan > div > p.plan-note {
  margin: auto;
  text-align: left;
  margin-bottom: 76px;
}
@media only screen and (min-width: 769px) {
  #plan > div > div.plan-item {
    width: 390px;
    display: flex;
    align-items: baseline;
  }
  #plan > div > div.plan-item > p:nth-child(2) {
    margin-left: 20px;
  }
  #plan > div > p.plan-note {
    width: 477px;
  }
}
#plan > div > div.plan_cv > a {
  text-decoration: none;
  color: #316094;
  font-size: 16px;
  border: 2px solid #316094;
  border-radius: 8px;
  padding: 16px 24px;
  font-weight: bold;
}
#plan > div > div.plan_cv > a:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 768px) {
  #plan > div > div.plan-item {
    padding: 25px 25px 10px;
  }
  #plan > div > div.plan_cv > a {
    display: block;
    text-align: center;
  }
}

/* .miteras-top-information */
.miteras-top-information {
  padding-top: 100px;
}
@media print, (min-width: 768px) {
  .miteras-top-information {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 767.98px) {
  .miteras-top-information {
    padding-top: 50px;
  }
}

.section-top-faq {
  background-color: #f3f3f2;
}
.section-top-faq .wrapper {
  border-radius: 8px;
  background-color: #fff;
}
.list-accordion-faq {
  padding-left: 0;
  list-style: none;
}
.list-accordion-faq .faq-item {
  border-bottom: 1px solid #e0e0e0;
}
.list-accordion-faq .faq-title {
  position: relative;
  padding: 5px 40px 5px 0;
  color: #316094;
  font-size: 20px;
  cursor: pointer;
}
.list-accordion-faq .faq-title::before {
  content: "";
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: transform 0.3s;
  background: url("/service/product/s-miteras/img/common/icn_arrow_blue.png") center/contain no-repeat;
}
.list-accordion-faq .faq-item.is-active .faq-title::before {
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.list-accordion-faq .faq-content {
  display: none;
}
.list-accordion-faq .content-text {
  color: #316094;
}
@media print, (min-width: 768px) {
  .section-top-faq {
    padding-top: 70px;
    padding-bottom: 60px;
  }
  .section-top-faq .wrapper {
    padding: 60px 10px 50px;
  }
  .list-accordion-faq .faq-item {
    margin: 0 12px 34px;
    padding: 0 23px;
  }
  .list-accordion-faq .faq-title {
    margin-bottom: 17px;
  }
  .list-accordion-faq .faq-title::before {
    position: absolute;
    top: 6px;
    right: 3px;
    width: 25px;
    height: 25px;
  }
  .list-accordion-faq .content-text {
    padding-right: 40px;
  }
  .list-accordion-faq .content-text p {
    margin-bottom: 23px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-faq {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .section-top-faq .wrapper {
    margin: 0 20px;
    padding: 18px 0 4px;
  }
  .list-accordion-faq {
    margin-bottom: 0;
  }
  .list-accordion-faq > li:last-child {
    margin-right: 0;
    margin-left: 0;
    padding: 0 12px;
  }
  .list-accordion-faq > li:last-child .faq-title::before {
    right: 11px;
  }
  .list-accordion-faq .faq-item {
    margin: 0 15px 16px 12px;
  }
  .list-accordion-faq .faq-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0.1rem;
    padding: 5px 0 5px 2px;
    font-size: 20px;
    line-height: 1.4;
  }
  .list-accordion-faq .faq-title::before {
    position: relative;
    right: 8px;
    min-width: 25px;
    height: 25px;
    margin-left: 40px;
  }
  .is-mac.is-ios .list-accordion-faq .faq-title::before {
    margin-left: 30px;
  }
  .list-accordion-faq .faq-content {
    width: 305px;
  }
  .list-accordion-faq .content-text {
    width: 305px;
    font-size: 16px;
  }
  .list-accordion-faq .content-text p {
    margin-bottom: 19px;
  }
}

/**/

@media only screen and (max-width: 767.98px) {
  #feature div.cvp {
    max-width: 330px;
    margin: 0 auto;
  }
}



/** 2026.04 addCss
----------------------------------------------------------------------------**/
/** FV
--------------------------------**/
.p-home-hero.addcss01 {
	margin-bottom: 20px;
}
.keyvisual-block-miteras.bg_change {
	background: linear-gradient(110deg, #f7f7f7 0%, #f7f7f7 19%, #f3f3f3 19%, #f3f3f3 32%, #f7f7f7 32%, #f7f7f7 53.5%, #316094 53.5%, #316094 100%);
	height: auto;
	position: relative;
}
.wrapper_fv {
	/*display: flex;*/
	width: 100%;
	max-width: 1300px;
	min-width: 1000px;
	margin: 0 auto 30px;
	padding: 7rem 0 3rem;
	/*margin-bottom: 80px;
	padding-right: 0;
	padding-left: 85px;
	height: 500px;*/	
}
.fv_bg {
	position: absolute;
	bottom: 0;
	right: 0;
}
.fv.flexBox {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	text-align: center;
}
.fv.flexBox > li {
	width: 60%;
}
.fv.flexBox > li:last-child {
	width: 37%;
}
.fv_txt {
	color: #316094;
	/*font-size: 40px;*/
	font-size:clamp(28px, 4.2vw, 40px);
	font-weight: bold;
	line-height: 1;
}
.fv_txt > span {
	/*font-size: 55px;*/
	font-size:clamp(34px, 5vw, 55px);
}
.fv_txt > span.fv_span {
	position: relative;
	-webkit-text-stroke: 4px #fff;
	text-stroke: 4px #fff;
	paint-order: stroke;
	z-index: 2;
}
.fv_txt > span.fv_span > img {
	position: absolute;
	bottom: -7px;
	left: 0%;
	transform: translate(0%,0);
	z-index: -1;
	width: 245px;
}
.fv_txt02 {
	font-size: 25px;
	color: #505357;
	margin: 40px auto 25px;
}
.fv_txt02 > span {
	color: #316094;
	font-size: 22px;
	font-weight: bold;
}

.fv_list {
}
.fv_list.flexBox {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.fv_list > li {
	margin-right: 1.5%;
	background: #fff;
	border-radius: 3px;
	padding: 10px 18px;
	font-size: 18px;
	font-weight: bold;
	color: #316094;
	/*box-shadow: 2px 2px 5px #316094;*/
	box-shadow: 0px 4px 4px 0px rgba(49, 96, 148, 0.43);
}
.fv_list > li:last-child {
	margin-right: 0;
}
.fv_badge {
	width: 70%;
	margin: 30px auto 0;
}


.pcImg {
	position: relative;
	width: 90%;
	max-width: 700px;
	margin: 30px auto 50px;
}
.pcImg > img {
	width: 100%;
}
.custom_posi {
	position: absolute;
	top: 29%;
	left: 50%;
	transform: translate(-50%,-29%);
}
.css-slider.custom_posi {
	width: 76%;
}
/**フェードアウト用css**/
.slide_container {
    width: 100%;
    /*height: 100vh;*/
    background-color: #fff;
}
.slide_container.custom_posi {
	width: 75.5%;
}

.slider-area {
    position: relative;
    width: 100%;
    /*height: 100vh;*/
	/*height: 80vh;*/
}


.slider-item {
    position: absolute;
    inset: 0;
    opacity: 0;
    z-index: 0;
    animation: slideShow 10s linear infinite 0s;
}

.slider-item:nth-child(2) {
    animation-delay: 5s;
}

/*	
.slider-item:nth-child(3) {
    animation-delay: 20s;
}
*/

.slider-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	display: block;
}

@keyframes slideShow {
    0% {
        opacity: 0;
        /*animation-timing-function: ease-in;*/
    }

    5% {
        opacity: 1;
        /*animation-timing-function: ease-out;*/
    }

    45% {
        opacity: 1;
    }

    60%,
    100% {
        opacity: 0;
    }
}

/**モニタ画面エリアの高さを取るための画像設置用（hide）**/
.hide_img {
	display: block;
	width: 100%;
	opacity: 0;
}

.fv_logo {
	width: 75%;
	margin: 0 auto 30px;
}


/** marquee
--------------------------------**/
.section-top-keyvisual {
	padding: 0;
}
.keyvisual-marquee-company {
	width: 100%;
	margin: 0 auto;
	padding: 0px 5px 0 5px;
	text-align: center;
}
.scroll-wrap {
	width: 100%;
	overflow: hidden;
	padding-top: 0px;
}		
.container {
  /*overflow: hidden;*/
  width: 215%; /**画像のサイズを変更**/
  height: 100px;
}

.scroll-parent {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: inherit;
}

.scroll-child {
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: absolute;
  left: 0%;
  top: 0%;
  width: inherit;
  height: inherit;
  animation-duration: 80s;  /**スピード調整_数値が大きいほど速度はゆっくり**/
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.scroll-child:nth-child(1) {
  animation-name: first;
}

.scroll-child:nth-child(2) {
  animation-name: second;
}

.scroll-child > div {
  /*font-size: 70px;*/
	margin: 0 10px; /*隣の要素との余白*/
}
.scroll-child img {
	/*max-width: 150px;*/
	/*width: 120px;*/
	width: 200px;/**画像のサイズを変更**/
}

@media screen and (max-width: 480px) {
  .scroll-child > div {
    /*font-size: 35px;*/
  }
}

@keyframes first {
  from {
    left: 0%;
  }
  to {
    left: -100%;
  }
}

@keyframes second {
  from {
    left: 100%;
  }
  to {
    left: 0%;
  }
}

@media screen and (max-width: 768px) {
	.container {
		/*overflow: hidden;*/
		width: 730%; /**画像のサイズを変更**/
		height: 85px;
	}
	.scroll-child > div {
		/*font-size: 70px;*/
		margin: 0 6px;
	}
	.scroll-child img {
		/*max-width: 150px;*/
		/*width: 120px;*/
		width: 600px;/**画像のサイズを変更**/
	}
	.scroll-child {
		animation-duration: 80s;  /**スピード調整_数値が大きいほど速度はゆっくり**/
	}
}

/** contents
--------------------------------**/
.list-card.change_width {
	
}
.list-card.change_width > li {
	width: 25%;
	padding: 0 16px 0 0;
}
.list-card.change_width > li:last-child {
	padding: 0;
}

/** 動画
--------------------------------**/
#movie_sec {
	background: #316094;
	padding: 7rem 0;
	color: #fff;
	text-align: center;
}
.movie_txt {
	font-size: 42px;
	font-weight: bold;
	position: relative;
	margin-bottom: 30px;
}
.movie_txt > img {
	display: inline-block;
	vertical-align: sub;
	margin-right: 10px;
	width: 32%;
}
.movie_txt > ruby {
	position: absolute;
	top: -25px;
	left: 42.5%;
	transform: translate(-42.5%, 0%);
	font-size: 19px;
	font-weight: normal;
	letter-spacing: 1.8rem;
}
.movie_txt02 {
	font-size: 20px;
}
.movie_txt03 {
	color: #316094;
	font-size: 28px;
	font-weight: bold;
	background: #fff;
	padding: 30px 0;
	border-radius: 10px;
}
.movie_txt03 > span {
	color: #ff7b7e;
}
.movie_box {
	margin: 10px auto 40px;
	width: 75%;
	height: 468px;
}

/** 悩み
--------------------------------**/
#worries_sec {
	/*background: linear-gradient(360deg, rgba(200, 200, 200, 0) 0%, rgba(72, 93, 116, 0.735577) 61.54%, #021C38 100%);*/
	background: linear-gradient(360deg, #fff 0%, rgba(200, 200, 200, 0) 24%, rgba(72, 93, 116, 0.735577) 70%, #021C38 100%);
	padding: 7rem 0;
	text-align: center;
}
.worries_txt {
	color: #fff;
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 35px;
}
.worries_img {
	width: 74%;
	margin: 0 auto;
	margin-right: 10.5%;
}
.worries_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.worries_list > li {
	width: 24%;
	font-size: 20px;
	font-weight: bold;
	background: #fff;
	border-radius: 10px;
	line-height: 1.4;
	color: #292929;
	padding: 30px 0;
}
.worries_list > li > span {
	color: #316094;
}
.arrow00 {
	width: 10%;
	margin: 7rem auto 0;
}

/** 安心
--------------------------------**/
#ease_sec {
	padding: 0 0 7rem 0;
}
.ease_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ease_list > li {
	width: 24%;
	background: #eef6ff;
	border-radius: 10px;
	padding: 20px 0px;
}
.ease_list > li > img {
	padding: 0 25px;
}
.ease_txt {
	font-size: 44px;
	font-weight: bold;
	color: #316094;
	text-align: center;
	margin-bottom: 50px;
}
.ease_txt > img {
	display: inline-block;
	width: 35%;
	vertical-align: sub;
	margin-right: 10px;
}
.ease_txt02 {
	text-align: center;
	color: #292929;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.55;
	margin-bottom: 15px;
}
.ease_txt02 > span {
	color: #ff7276;
	background: #fff;
	padding: 2px 5px;
	margin-right: 3px;
}
.ease_txt03 {
	font-size: 16px;
	text-align: justify;
	margin-top: 10px;
	padding: 0 25px;
}


/** 3つのポイント
--------------------------------**/
#three-point_sec {
	padding: 7rem 0;
}
.point_block {
}
.point_area {
}
.point_area > li.flexBox {
	display: flex;
	flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 150px;
  position: relative;
}
.point_area > li.flexBox > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 12%;
  /*opacity: .5;*/
  z-index: -1;
}
.point_area > li.flexBox:nth-child(even) > img {
  left: inherit;
  right: 0;
}
.point_area > li.flexBox:nth-child(even) {
  flex-direction: row-reverse;
}
.point_area > li.flexBox:last-child {
  margin-bottom: 0;
}
.point_area .txt {
  width: 49%;
  /*background: url(https://23969604.fs1.hubspotusercontent-na1.net/hubfs/23969604/point01.png);*/
}
.point_area .img_point {
  width: 40%;
}
.point_ttl {
    font-size: 28px;
    font-weight: bold;
    line-height: 40px;
	margin-bottom:25px;
}

/** 無料トライアル・資料ダウンロード
--------------------------------**/
#inquiry_sec {
	background: #306196;
	/*padding: 5rem 0;*/
	text-align: center;
	color: #fff;
	position: relative;
}
#inquiry_sec > img {
	width: 30%;
}
.inq_box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 550px;
}
.inquiry_txt, .dl_txt {
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 10px;
}
.inquiry_btn, .dl_btn {
	display: block;
	background: #ff7276;
	font-size: 32px;
	font-weight: bold;
	color: #fff;
	border-radius: 10px;
	padding: 30px 0;
}
.inquiry_btn > span {
	background: #fff;
	color: #ff7276;
	padding: 3px 20px 7px;
	border-radius: 45px;
	margin-right: 5px;
}
#inquiry_sec .inquiry_parts {
	position: absolute;
	bottom: 0;
	right: 9.5%;
	transform: translate(-7%, 0);
	width: 18%;
}

#dl_sec {
	padding: 5rem 0 1.5rem;
	background: #306196;
}
#dl_sec > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
#dl_sec > ul > li:first-child {
	width: 25%;
	margin-right: 45px;
	margin-left: 4.1%;
}
#dl_sec > ul > li:nth-child(2) {
	width: 36.5%;
	margin-right: 15px;
}
#dl_sec > ul > li:last-child {
	width: 15%;
	margin-right: 0;
	margin-left: 2%;
}
.dl_txt {
	color: #fff;
	text-align: center;
}
.dl_btn {
	width: 100%;
	max-width: 550px;
	margin: 0 auto;
	background: #ff7276;
	text-align: center;
}
.dl_btn > span {
	background:linear-gradient(90deg, #9aaab4,#627282);
	-webkit-background-clip:text;
	-webkit-text-fill-color: transparent;
}



/** お客様の声
--------------------------------**/
.voice_flex {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 3.5rem;
}
.voice_flex > img {
	width: 9.2%;
	margin-right: 35px;
}
#voice div.voice-item.v1 > .voice_flex > h3,
#voice div.voice-item.v2 > .voice_flex > h3,
#voice div.voice-item.v3 > .voice_flex > h3 {
	color: #316094;
}

#voice div.voice-item.v1 > .voice_flex > h3::before {
    content: "★★★★";
    display: block;
    color: #FFD814;
}
#voice div.voice-item.v2 > .voice_flex > h3::before {
    content: "★★★★";
    display: block;
    color: #FFD814;
}
#voice div.voice-item.v3 > .voice_flex > h3::before {
    content: "★★★★★";
    display: block;
    color: #FFD814;
}

.section-top-plan.bg_change {
	background: #eef6ff;
}

/** FAQ
--------------------------------**/
.list-accordion-faq .faq-title {
	padding-left: 38px;
	position: relative;
}
.list-accordion-faq .faq-title:after {
	content: "Q.";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	font-size: 28px;
}
.list-accordion-faq .content-text {
	padding-left: 40px;
	position: relative;
}
.list-accordion-faq .content-text:after {
	content: "A.";
	position: absolute;
	top: 50%;
	left: 3px;
	transform: translate(0,-50%);
	font-size: 28px;
	font-weight: bold;
	color: #ff7276;
}



/** SP
-----------------------------------------------------------------------------------**/
@media (max-width: 768px) {
	.p-home-hero.addcss01 {
		margin-bottom: 5px;
	}
	/** FV
	--------------------------------**/
	.keyvisual-block-miteras.bg_change {
		/*background: linear-gradient(110deg, #f7f7f7 0%, #f7f7f7 19%, #f3f3f3 19%, #f3f3f3 32%, #f7f7f7 32%, #f7f7f7 53.5%, #316094 53.5%, #316094 100%);*/
		background: linear-gradient(170deg, #f7f7f7 0%, #f7f7f7 19%, #f3f3f3 19%, #f3f3f3 32%, #f7f7f7 32%, #f7f7f7 65%, #316094 65%, #316094 100%);
		height: auto;
		position: relative;
	}
	.wrapper_fv {
		/*display: flex;*/
		max-width: 92%;
		min-width: 92%;
		width: 92%;
		margin: 0 auto 0px;
		padding: 3rem 0 2.5rem;	
	}
	.fv_bg {
		/*position: absolute;
		bottom: 0;
		right: 0;*/
		display: none;
	}
	.fv.flexBox {
		/*display: flex;
		align-items: flex-start;
		justify-content: space-between;
		text-align: center;*/
		display: block;
	}
	.fv.flexBox > li {
		width: 100%;
	}
	.fv.flexBox > li:last-child {
		width: 100%;
	}
	.fv_txt {
		color: #316094;
		font-size: 9.5vw;
		font-weight: bold;
		line-height: 1.12;
		letter-spacing: 2px;
	}
	.fv_txt > span {
		font-size: 13.5vw;
	}
	.fv_txt > span.fv_span {
		position: relative;
		-webkit-text-stroke: 4px #fff;
		text-stroke: 4px #fff;
		paint-order: stroke;
		z-index: 2;
	}
	.fv_txt > span.fv_span > img {
		position: absolute;
		bottom: 54px;
		left: 0%;
		transform: translate(0%,0);
		z-index: -1;
		max-width: inherit;
		width: 160%;
	}
	.fv_txt02 {
		font-size: 5vw;
		margin: 25px auto 20px;
		line-height: 1.6;
	}
	.fv_txt02 > span {
		font-size: 6.5vw;
	}

	.fv_list {
	}
	.fv_list.flexBox {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.wrapper_fv .fv_list > li {
		width: 49%;
		background: #fff;
		border-radius: 3px;
		padding: 15px 0px;
		font-size: 4vw;
		font-weight: bold;
		color: #316094;
		/*box-shadow: 2px 2px 5px #316094;*/
		box-shadow: 0px 4px 4px 0px rgba(49, 96, 148, 0.43);
		margin: 0 0 10px 0;
	}
	.wrapper_fv .fv_list > li:last-child {
		margin: 0 0 10px 0;
	}
	.fv_badge {
		width: 100%;
		margin: 20px auto 0;
	}
	.fv .fv_logo {
		width: 65%;
		margin: 0 auto 15px;
	}
	
	.pcImg {
		position: relative;
		width: 100%;
		margin: 20px auto 35px;
	}
	.pcImg > img {
		width: 100%;
	}
	.custom_posi {
		position: absolute;
		top: 30%;
		left: 50%;
		transform: translate(-50%,-30%);
	}
	.css-slider.custom_posi {
		width: 76%;
	}
	
	
	/** marquee
	--------------------------------**/
	.keyvisual-marquee-company {
		width: 100%;
		padding: 5px 5px 0 5px;
	}
	
	
  .flexBox > li {
    width: 80%;
    margin: 0 auto 32px;
  }
  .flexBox > li:last-child {
    margin-bottom: 0;
  }
/** 3つのポイント
--------------------------------**/
  .point_block {
    
  }
  .point_area {
  }
  .point_area > li.flexBox {
    margin-bottom: 26px;
  }
  .point_area > li.flexBox > img {
    position: absolute;
    top: 0px;
    left: 0%;
    width: 15%;
  }  
  .point_area > li.flexBox:nth-child(even) > img {
    left: 0%;
    right: inherit;
  }  
  .point_area > li.flexBox:last-child {
    margin-bottom: 0;
  }
  .point_area .txt {
    width: 100%;
    padding: 15px 0 0px;
  }
  .point_area .txt > h2 {
    width: 80%;
    margin-left: auto;
  }
  .point_area .img_point {
    width: 100%;
  }
  .txt > h2 {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .point_ttl {
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
    margin-left: 72px;
  }
  .point_txt {
    font-size: 16px;
    line-height: 28px;
    margin-top: 24px;
  }
	
	
	
	
	
	/** 動画
	--------------------------------**/
	#movie_sec {
		padding: 4rem 0;
	}
	.movie_txt {
		font-size: 5.8vw;
		margin-bottom: 20px;
	}
	.movie_txt > img {
		display: inline-block;
		vertical-align: sub;
		margin-right: 10px;
		width: 60%;
	}
	.movie_txt > ruby {
		position: absolute;
		top: -22px;
		left: 35%;
		transform: translate(-35%, 0%);
		font-size: 3.3vw;
		font-weight: normal;
		letter-spacing: 1.6rem;
	}
	.movie_txt02 {
		font-size: 4.5vw;
	}
	.movie_txt03 {
		font-size: 4.1vw;
		padding: 20px 10px;
	}
	.movie_box {
		width: 100%;
		height: 240px;
	}
	
	/** 悩み
	--------------------------------**/
	#worries_sec {
		/*background: linear-gradient(360deg, rgba(200, 200, 200, 0) 0%, rgba(72, 93, 116, 0.735577) 61.54%, #021C38 100%);*/
		background: linear-gradient(360deg, #fff 0%, rgba(200, 200, 200, 0) 24%, rgba(72, 93, 116, 0.735577) 70%, #021C38 100%);
		padding: 4rem 0;
	}
	.worries_txt {
		font-size: 6vw;
	}
	#worries_sec .worries_img {
		width: 100%;
		margin: 15px auto 0;
		/*margin-right: 10.5%;*/
	}
	.worries_list {
		/*display: flex;
		flex-wrap: wrap;
		justify-content: space-between;*/
	}
	.worries_list > li {
		width: 100%;
		font-size: 5vw;
		border-radius: 10px;
		line-height: 1.4;
		padding: 25px 0;
		margin-bottom: 15px;
	}
	.worries_list > li:last-child {
		margin-bottom: 0px;
	}
	#worries_sec .arrow00 {
		width: 15%;
		margin: 3.5rem auto 0;
	}
	
	/** 安心
	--------------------------------**/
	#ease_sec {
		padding: 0 0 4rem 0;
	}
	.ease_list {
		/*display: flex;
		flex-wrap: wrap;
		justify-content: space-between;*/
	}
	.ease_list > li {
		width: 100%;
		background: #eef6ff;
		border-radius: 10px;
		padding: 15px 0px;
		margin-bottom: 15px;
	}
	.ease_list > li:last-child {
		margin-bottom: 0px;
	}
	.ease_list > li > img {
		padding: 0 35px;
	}
	.ease_txt {
		font-size: 6vw;
		margin-bottom: 20px;
	}
	.ease_txt > img {
		display: inline-block;
		width: 58%;
		vertical-align: sub;
		margin-right: 10px;
	}
	.ease_txt02 {
		font-size: 5.6vw;
		line-height: 1.55;
		margin-bottom: 10px;
	}
	.ease_txt02 > span {
		color: #ff7276;
		background: #fff;
		padding: 2px 10px;
		margin-right: 3px;
	}
	.ease_txt03 {
		font-size: 3.8vw;
		text-align: justify;
		margin-top: 10px;
		padding: 0 35px;
	}
	
	/** 無料トライアル
	--------------------------------**/
	#inquiry_sec {
		padding: 2.5rem 0;
		overflow: hidden;
	}
	#inquiry_sec > img {
		width: 70%;
		position: absolute;
		bottom: 0%;
		left: 0%;
		transform: translate(0%, 0%);
	}
	.inq_box {
		/*position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 550px;*/
		position: inherit;
		width: 90%;
		margin: 0 auto;
		top: inherit;
		left: inherit;
		transform: none;
	}
	.inquiry_txt {
		font-size: 4.8vw;
		font-weight: bold;
		margin-bottom: 3px;
		letter-spacing: 1px;
		position: relative;
		-webkit-text-stroke: 3px #316094;
		text-stroke: 3px #316094;
		paint-order: stroke;
	}
	.inquiry_btn, .dl_btn {
		display: block;
		font-size: 5vw;
		border-radius: 10px;
		padding: 24px 0;
	}
	.inquiry_btn > span {
		background: #fff;
		color: #ff7276;
		padding: 3px 20px 7px;
		border-radius: 45px;
		margin-right: 5px;
	}
	#inquiry_sec .inquiry_parts {
		display: none;
	}
	#dl_sec {
		padding: 3rem 0;
		background: #306196;
	}
	#dl_sec > ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
	}
	#dl_sec > ul > li:first-child {
		width: 80%;
		margin: 0 auto 20px;
	}
	#dl_sec > ul > li:nth-child(2) {
		width: 90%;
		margin: 0 auto;
	}
	#dl_sec > ul > li:last-child {
		display: none;
	}
	.dl_txt {
		font-size: 4.8vw;
		font-weight: bold;
		margin-bottom: 3px;
		letter-spacing: 1px;
	}
	.dl_btn {
		width: 100%;
		max-width: 550px;
		margin: 0 auto;
	}
	.dl_btn > span {
		background:linear-gradient(90deg, #9aaab4,#627282);
		-webkit-background-clip:text;
		-webkit-text-fill-color: transparent;
	}
	
	/** お客様の声
	--------------------------------**/
	.voice_flex {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		margin-bottom: 3.5rem;
	}
	.voice_flex > img {
		width: 20%;
		margin-right: 15px;
	}
	#voice div.voice-item.v1 > .voice_flex > h3,
	#voice div.voice-item.v2 > .voice_flex > h3,
	#voice div.voice-item.v3 > .voice_flex > h3 {
		color: #316094;
		padding-top: 0;
	}

	#voice div.voice-item.v1 > .voice_flex > h3::before {
		content: "★★★★";
		display: block;
		color: #FFD814;
	}
	#voice div.voice-item.v2 > .voice_flex > h3::before {
		content: "★★★★";
		display: block;
		color: #FFD814;
	}
	#voice div.voice-item.v3 > .voice_flex > h3::before {
		content: "★★★★★";
		display: block;
		color: #FFD814;
	}
	.voice-inyo > a {
		display: block;
		margin-top: 5px;
	}
	/** FAQ
	--------------------------------**/
	.list-accordion-faq .faq-title {
		font-size: 4vw;
		padding-left: 38px;
	}
	.list-accordion-faq .faq-title:after {
		font-size: 6vw;
	}
	.list-accordion-faq .faq-title::before {
		margin-left: 27px;
	}
	.list-accordion-faq .content-text {
		padding-left: 40px;
		position: relative;
	}
	.list-accordion-faq .content-text:after {
		content: "A.";
		position: absolute;
		top: 50%;
		left: 3px;
		transform: translate(0,-50%);
		font-size: 6vw;
		font-weight: bold;
		color: #ff7276;
	}
}




.fv_formArea form .hs-button, form input[type=submit] {
    background: #FF7276 !important;
    border: 1px solid #FF7276 !important;
}



.p-home-case:before {
	background: url(../img/top/bg_case01.svg) no-repeat 50% 0 / 100% auto rgba(217, 216, 214, 0.2);
}




.sp_only {
	display: none;
}
@media screen and (max-width: 768px) {
	.sp_only {
		display: block;
	}
}


