@charset "UTF-8";
.p-mv {
  background: #F4F5F9;
  position: relative;
  margin-top: 8.6rem;
}
@media screen and (max-width: 767px) {
  .p-mv {
    margin-top: 9rem;
  }
}
.p-mv-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1100px) {
  .p-mv-img {
    height: auto;
    position: static;
  }
}
.p-mv-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right center;
     object-position: right center;
}
.p-mv-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-height: 41rem;
  padding: 4rem 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-mv-txt {
    padding-top: 2rem;
  }
}
.p-mv-txt .-ttl {
  font-size: 3.2rem;
  line-height: 1.4;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .p-mv-txt .-ttl {
    width: 41vw;
    max-width: 80rem;
	padding: 1rem 3rem 1rem 1rem;
	margin: 0 0 0 -1rem;
	background: linear-gradient(to right,  rgba(244,245,249,0.8) 0%,rgba(244,245,249,0.7) 94%,rgba(244,245,249,0) 100%);
  }
}
@media screen and (max-width: 1100px) {
  .p-mv-txt .-ttl {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-mv-txt .-ttl {
    font-size: 2.2rem;
  }
}
.p-mv-txt .-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1.5rem 0;
}
@media print, screen and (min-width: 768px) {
  .p-mv-txt .-tag {
    width: 42vw;
    max-width: 80rem;
  }
}
@media screen and (max-width: 1100px) {
  .p-mv-txt .-tag {
    width: 100%;
  }
}
.p-mv-txt .-tag .-item {
  background: #C9BFED;
  font-size: 1.1rem;
  line-height: 1.8;
  font-weight: 700;
  padding: 0.1rem 0.5em 0;
  border-radius: 3px;
}
.p-mv-txt .-tag .-item._02 {
  background: #BFE0C7;
}
.p-mv-txt .-tag .-item._03 {
  background: #FFE0BF;
}
.p-mv-txt .-tag .-item._04 {
  background: #FFFABF;
}
.p-mv-txt .-tag .-item._05 {
  background: #D4F5BF;
}
@media screen and (max-width: 767px) {
  .p-mv-txt .-tag .-item {
    font-size: 1rem;
  }
}
.p-mv-txt .-txt {
  font-size: 1.5rem;
  line-height: 1.6;
  margin: 1.5em 0;
}
@media print, screen and (min-width: 768px) {
  .p-mv-txt .-txt {
    width: 41vw;
    max-width: 80rem;
	padding: 1rem 3rem 1rem 1rem;
	margin: 0 0 0 -1rem;
	background: linear-gradient(to right,  rgba(244,245,249,0.8) 0%,rgba(244,245,249,0.7) 94%,rgba(244,245,249,0) 100%);
	display: inline-block;
  }
}

@media screen and (max-width: 1100px) {
  .p-mv-txt .-txt {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-mv-txt .-txt {
    font-size: 1.4rem;
  }
}
.p-mv-txt .-btns {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 2rem;
  margin-top: 4rem;
}
@media screen and (max-width: 1100px) {
  .p-mv-txt .-btns {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    gap: 1rem;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-mv-txt .-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-mv-txt .-btns li a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 700;
  width: 21rem;
  height: 5rem;
  border-radius: 10rem;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .p-mv-txt .-btns li a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .p-mv-txt .-btns li a {
    width: 19rem;
    height: 4.5rem;
    font-size: 1.2rem;
  }
}
.p-mv-txt .-btns li a.m-download {
  background: #EA0000;
}
.p-mv-txt .-btns li a.m-contact {
  background: #000;
}

.p-breadcrumbs {
  padding: 2rem 0;
}
@media screen and (max-width: 767px) {
  .p-breadcrumbs {
    position: absolute;
    top: 6rem;
    padding: 0.6rem 0;
    border-top: 1px solid #DCDCDC;
    background: #F4F5F9;
    width: 100%;
  }
}
.p-breadcrumbs .-nav {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.p-breadcrumbs .-nav .-item {
  display: inline;
  font-size: 1.3rem;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-breadcrumbs .-nav .-item {
    font-size: 1.1rem;
  }
}
.p-breadcrumbs .-nav .-item a {
  font-weight: normal;
  text-decoration: underline;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .p-breadcrumbs .-nav .-item a:hover {
    opacity: 0.7;
  }
}
.p-breadcrumbs .-nav .-item + .-item {
  margin-left: 0.25rem;
}
.p-breadcrumbs .-nav .-item + .-item::before {
  content: "＞";
  margin-right: 0.25rem;
}

.p-theme {
  margin-top: 6.5rem;
}
@media screen and (max-width: 767px) {
  .p-theme {
    margin-top: 5rem;
  }
}
.p-theme .-ttl {
  font-size: 3rem;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-theme .-ttl {
    font-size: 2rem;
  }
}
.p-theme .-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 10rem;
}
.p-theme .-flex_l {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.p-theme .-flex_l .-img {
  width: 19rem;
  margin-top: 1.5rem;
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-theme .-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
  .p-theme .-flex_l .-img {
    width: 12rem;
    margin: 0 auto;
  }
}
.p-theme .-flex_r {
  width: 100%;
}
.p-theme .-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-theme .-list {
    gap: 0.5rem;
  }
}
.p-theme .-list .-item {
  background: #EFEFEF;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 700;
  padding: 1em;
  padding-left: 5.5rem;
  border-radius: 1rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-theme .-list .-item {
    font-size: 1.5rem;
    padding: 0.5em 1em 0.5em 3.2rem;
  }
}
.p-theme .-list .-item::before {
  content: "";
  background: url("../img/solution/ico_check.svg") no-repeat center/contain;
  width: 2.4rem;
  height: 2.4rem;
  display: inline-block;
  margin-right: 0.5em;
  position: absolute;
  left: 2rem;
  top: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-theme .-list .-item::before {
    width: 1.6rem;
    height: 1.6rem;
    top: 1rem;
    left: 1rem;
  }
}

.p-about {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-about {
    margin-top: 5rem;
  }
}
.p-about .-ttl {
  font-size: 3rem;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .p-about .-ttl {
    font-size: 2rem;
  }
}
.p-about .-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4rem;
}
.p-about .-flex_l {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.p-about .-flex_l .-img {
  width: 48rem;
  max-width: 40vw;
  border-radius: 1rem;
  overflow: hidden;
}
.p-about .-flex_l .-img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-about .-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
  .p-about .-flex_l .-img {
    width: 100%;
    max-width: inherit;
  }
}
.p-about .-sttl {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
  padding-bottom: 0.3em;
  margin-bottom: 3rem;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .p-about .-sttl {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }
}
.p-about .-ssttl {
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 1.2rem;
  margin-bottom: 0.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-about .-ssttl {
    font-size: 1.4rem;
    margin-top: 0.8rem;
    margin-bottom: 0.5rem;
  }
}
.p-about .-txt {
  font-size: 1.5rem;
  line-height: 1.65;
}
.p-about .-flex_r h4 {
  line-height: 1.8;
  margin-top: 0.5em;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-about .-flex_r h4 {
    font-size: 1.5rem;
  }
}

.p-detail {
  margin: 10rem 0 13rem;
}
@media screen and (max-width: 767px) {
  .p-detail {
    margin: 5rem 0;
  }
}
.p-detail .-ttl {
  font-size: 3rem;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-detail .-ttl {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.p-detail .-ssttl {
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 1.2rem;
  margin-bottom: 0.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-detail .-ssttl {
    font-size: 1.4rem;
    margin-top: 0.8rem;
    margin-bottom: 0.5rem;
  }
}
.p-detail .-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
  padding: 2rem;
  border: 1px solid #ccc;
  border-radius: 1.2rem;
}
.p-detail .-flex + .-flex {
  margin-top: 1.5rem;
}
.p-detail .-flex_l {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.p-detail .-flex_l .-img {
  width: 30rem;
  max-width: 30vw;
  border-radius: 1rem;
  overflow: hidden;
}
.p-detail .-flex_l .-img img {
  width: 100%;
}
.p-detail .-flex_l .-img.-rd * {
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .p-detail .-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
  .p-detail .-flex_l .-img {
    width: 100%;
    max-width: inherit;
  }
}
.p-detail .-flex_r {
  width: 100%;
}
.p-detail .-flex_r h3 {
  line-height: 1.8;
  margin-top: 0.5em;
  font-size: 2rem !important;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-detail .-flex_r h3 {
    font-size: 1.8rem;
  }
}
.p-detail .-flex_r h4 {
  line-height: 1.8;
  margin-top: 0.5em;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-detail .-flex_r h4 {
    font-size: 1.5rem;
  }
}
.p-detail .-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}
.p-detail .-tag .-item {
  background: #C9BFED;
  font-size: 1.1rem;
  line-height: 1.8;
  font-weight: 700;
  padding: 0 0.5em;
  border-radius: 3px;
}
.p-detail .-tag .-item._02 {
  background: #BFE0C7;
}
.p-detail .-tag .-item._03 {
  background: #FFE0BF;
}
.p-detail .-tag .-item._04 {
  background: #FFFABF;
}
.p-detail .-tag .-item._05 {
  background: #D4F5BF;
}
@media screen and (max-width: 767px) {
  .p-detail .-tag .-item {
    font-size: 1rem;
  }
}
.p-detail .-txt {
  font-size: 1.5rem;
  line-height: 1.8;
  margin-top: 0.5em;
}
.p-detail .-link {
  margin-top: 1em;
}
.p-detail .-link a {
  color: #0000EE;
  text-decoration: underline;
}
.p-detail .-link a::after {
  content: "";
  background: url("../img/solution/ico_blank.svg") no-repeat center/contain;
  width: 1.1em;
  height: 1.1em;
  display: inline-block;
  margin-left: 0.5em;
  vertical-align: -0.1em;
}
.p-detail .-link a {
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .p-detail .-link a:hover {
    opacity: 0.7;
  }
}

.p-step {
  background: #EFEFEF;
  padding: 9.5rem 0;
}
@media screen and (max-width: 767px) {
  .p-step {
    padding: 5rem 0 4rem;
  }
}
.p-step .-ttl {
  font-size: 3rem;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .p-step .-ttl {
    font-size: 2rem;
  }
}
.p-step .-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}
.p-step .-list .-item {
  background: #fff;
  border-radius: 1rem;
  padding: 3rem 2rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-step .-list .-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-step .-list .-item + .-item {
  position: relative;
}
.p-step .-list .-item + .-item::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  translate: -50% 0;
  margin-top: -2.5rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.5rem 2.5rem 0 2.5rem;
  border-color: #EA0000 transparent transparent transparent;
}
.p-step .-list .-item .-ttl_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 2rem;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .p-step .-list .-item .-ttl_wrap {
    margin-bottom: 1rem;
  }
}
.p-step .-list .-item .-ttl_wrap .-num {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 700;
}
.p-step .-list .-item .-ttl_wrap .-num strong {
  font-size: 4rem;
  line-height: 1;
  margin-left: 0.1em;
}
.p-step .-list .-item .-ttl_wrap .-sttl {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-step .-list .-item .-ttl_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.3em;
  }
  .p-step .-list .-item .-ttl_wrap .-sttl {
    font-size: 1.8rem;
  }
}
.p-step .-list .-item .-txt {
  font-size: 1.5rem;
  line-height: 1.6;
}
.p-step .-list .-item .-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20rem;
  height: 13rem;
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-step .-list .-item .-img {
    height: 11rem;
  }
}
.p-step .-list .-item .-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-case {
  padding: 8rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-case {
    padding: 5rem 0 0;
  }
}
.p-case .-ttl {
  font-size: 3rem;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .p-case .-ttl {
    font-size: 2rem;
  }
}

.p-related {
  padding: 10.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-related {
    padding: 2rem 0 0;
  }
}
.p-related .-ttl {
  font-size: 3rem;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .p-related .-ttl {
    font-size: 2rem;
  }
}

.p-column {
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  .p-column {
    padding: 2rem 0;
  }
}
.p-column .-ttl {
  font-size: 3rem;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .p-column .-ttl {
    font-size: 2rem;
  }
}

.-txt.-ctn {
  font-size: 0.98rem;
}

ul.-txt li {
  list-style-type: disc;
  margin-left: 2.2rem;
}

ul.-txt li.-ctn {
  list-style-type: none;
  font-size: 0.98rem;
  text-indent: -1rem;
}

/* Magnific Popup Fade */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.js-popup {
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .js-popup:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  html {
    margin-right: 0 !important;
  }
}