@charset "utf-8";
/* --------------------------------------------------
/* CSS Document by Rakus
/* for only products page.
/* --------------------------------------------------*/

/* =================================================
* common 追加
* ================================================*/
.common_inner-600 {
  margin: 0 auto;
  max-width: 600px;
  width: 100%;
}
.common_section-lead {
  font-size: 120%;
  display: block;
  text-align: center;
  line-height: 1.8;
  font-weight: 600;
  margin-bottom: 70px;
}
.common_bg-lightgray {
  background: #f1f1f1;
}
.common_pb-0 {
  padding-bottom: 0;
}
.common_detail-btn-content {
  margin: 0 auto;
  text-align: center;
  font-size: 140%;
  letter-spacing: 1px;
}
.common_detail-btn-content__link {
  position: relative;
  background-size: 24px;
  padding: 5px 30px 5px 0px;
  font-weight: bold;
}
.common_detail-btn-content__link::after {
  content: "";
  width: 23px;
  height: 23px;
  background: url(/img/common/arrow.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
/* ----------
cta
----------*/
.common_cta-2wrap-right-image {
  justify-content: center;
  align-items: flex-end;
}
.common_cta__title-point--black {
  color: #434343;
}
.common_cta__title-sub {
  font-size: 70%;
}
.common_cta__side-line {
  position: relative;
  text-align: center;
}
.common_cta__side-line::before,
.common_cta__side-line::after {
  content: "";
  width: 2px;
  height: 40px;
  background: #f39800;
  position: absolute;
  top: -5px;
}
.common_cta__side-line::before {
  left: 0;
  transform: rotate(-25deg);
}
.common_cta__side-line::after {
  right: 0;
  transform: rotate(25deg);
}
.common_cta-2wrap-item--5 {
  width: calc((100% / 12) * 5);
}
.common_cta-2wrap-item--7 {
  width: calc((100% / 12) * 7);
  padding: 0 30px 50px;
}

/* =================================================
* products index
* ================================================*/
/* ----------
main-area 
----------*/
.products-main-area__list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.products-main-area__item:first-child {
  width: 43%;
}
.products-main-area__item:last-child {
  width: 57%;
}
.products-main-area__lead {
  font-size: 140%;
  line-height: 1.5;
  font-weight: bold;
}
.products-main-area__button {
  max-width: 400px;
  margin: 0 auto;
}

.products-main-area__sub-lead {
  position: relative;
  background: #d35923;
  color: #fff;
  max-width: 450px;
  margin: 0 0 40px;
  padding: 20px;
  border-radius: 30px;
  font-size: 150%;
  text-align: center;
}
.products-main-area__sub-lead-bold {
  font-weight: bold;
  padding-right: 15px;
  font-size: 110%;
}
.products-main-area__sub-lead::before {
  content: "";
  width: 10px;
  height: 10px;
  transform: rotate(-45deg);
  position: absolute;
  bottom: -6px;
  left: calc(50% - 5px);
  background: #d35923;
  border-bottom: 2px solid #d35923;
  border-left: 2px solid #d35923;
}
.products-main-area__itr-txt {
  font-size: 80%;
}
.products-main-area__cta {
  max-width: 320px;
}
.products-main-area-laurel__list {
  position: relative;
}
.products-main-area-laurel__item {
  content: "";
  width: 30%;
  height: 150px;
  position: absolute;
  bottom: -20px;
  background: url(/asset/image/products/image_laurel.svg) no-repeat center center;
  background-size: contain;
}
.products-main-area-laurel__item:first-of-type {
  left: 2%;
}
.products-main-area-laurel__item:nth-of-type(2) {
  left: 35%;
}
.products-main-area-laurel__item:last-of-type {
  left: 68%;
}
.products-main-area-laurel__title {
  text-align: center;
  font-weight: bold;
  font-size: 100%;
  padding-top: 20%;
}
.products-main-area-laurel__text {
  padding-top: 10px;
  color: #d35923;
  font-weight: bold;
  text-align: center;
  font-size: 180%;
}
.products-main-area-laurel__text-large {
  font-size: 140%;
}
.products-main-area-laurel__item:nth-of-type(2) .products-main-area-laurel__text-large {
  letter-spacing: -2px;
}

/* ----------
md-about
----------*/
.md-about {
  overflow: hidden;
}
.md-about-before-after-box {
  border-radius: 20px;
  padding: 50px 5%;
}
.md-about-box {
  margin: 0 auto 7rem;
  padding: 40px;
  width: 95%;
  max-width: 1000px;
  position: relative;
  display: flex;
  align-items: flex-start;
}
.md-about-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.md-about-title__number {
  position: relative;
  padding: 0;
  display: block;
  padding-right: 20px;
  font-size: 500%;
  font-weight: bold;
  line-height: 0.9;
}
.md-about-title__number::after {
  content: "";
  position: absolute;
  bottom: -20px;
  display: inline-block;
  width: 45px;
  height: 4px;
  left: 40%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #d35923;
}
.md-about-title__number-image {
  width: 70px;
}
.md-about-title__heading-m {
  display: block;
  font-size: 195%;
  font-weight: bold;
  color: #d35923;
  line-height: 1.5;
}
.o-gradation {
  background: linear-gradient(to bottom, rgba(219, 128, 0, 1) 25%, rgba(202, 79, 45, 1) 75%);
  -webkit-background-clip: text;
  color: transparent;
}
.md-about__style-right::after {
  content: "";
  min-width: 1800px;
  height: 100%;
  background: #fff0e1;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.md-about__style-left::after {
  content: "";
  min-width: 1800px;
  height: 100%;
  background: #fff0e1;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.md-about-box__inner {
  width: 100%;
  max-width: 1000px;
}
.md-about-box__text--bold {
  font-weight: bold;
}
.md-about-box__text--red {
  font-weight: bold;
  color: #d35923;
}
.md-about-box__text {
  font-size: 125%;
  line-height: 1.8;
}
.md-about-box__figure-01 {
  margin: 0 auto;
}
.md-about-box__image-02 {
  width: 250px;
}
.md-about-box__content {
  display: flex;
  justify-content: space-between;
  padding: 10px 0 20px;
}
.md-about-box__text-02 {
  max-width: 65%;
}
.md-about-box__circle {
  top: -40px;
  width: 70%;
  margin: 0px auto;
  text-align: center;
  padding: 50px 0 0 40px;
  position: relative;
}
.md-about-box__circle-list {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: 280px;
  margin-left: 20px;
}
.md-about-box__circle-item {
  position: absolute;
  width: 170px;
  height: 40px;
}
.md-about-box__circle-text {
  display: block;
  margin-left: 20px;
  color: #f39801;
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
}
.md-about-box__circle-item:first-of-type .md-about-box__circle-text {
  margin-left: 0;
  margin-right: 20px;
  position: absolute;
  top: -75px;
}
.md-about-box__circle-item:nth-child(2) .md-about-box__circle-text {
  position: absolute;
  top: -75px;
}
.md-about-box__circle-item:nth-child(3) .md-about-box__circle-text {
  margin-left: 0;
  position: absolute;
  bottom: 10px;
  right: 20px;
}
.md-about-box__circle-item:last-of-type .md-about-box__circle-text {
  position: absolute;
  bottom: 10px;
}
.md-about-box__circle-item::after {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 40px;
  border: 6px solid #f39801;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 40px;
  background-color: #fff;
}
.md-about-box__circle-item:first-of-type {
  text-align: right;
  top: 30px;
  left: 0px;
}
.md-about-box__circle-item:first-of-type::after {
  background-image: url(/asset/image/products/icon_pc-data.svg);
  background-size: 70px;
  background-position: 75% 50%;
  position: absolute;
  top: -30px;
  left: 80px;
}
.md-about-box__circle-item:nth-child(2) {
  text-align: left;
  top: 30px;
  right: 0px;
}
.md-about-box__circle-item:nth-child(2)::after {
  background-image: url(/asset/image/products/icon_time-24h.svg);
  background-size: 70px;
  background-position: 75% 50%;
  position: absolute;
  top: -30px;
  right: 80px;
}
.md-about-box__circle-item:nth-child(3) {
  text-align: right;
  bottom: 20px;
  left: 0;
}
.md-about-box__circle-item:nth-child(3)::after {
  background-image: url(/asset/image/products/icon_lock-shield.svg);
  background-size: 70px;
  position: absolute;
  top: -100px;
  left: 80px;
}
.md-about-box__circle-item:last-of-type {
  text-align: left;
  bottom: 20px;
  right: 0px;
}
.md-about-box__circle-item:last-of-type::after {
  background-image: url(/asset/image/products/icon_data-center.svg);
  background-size: 70px;
  position: absolute;
  top: -100px;
  right: 80px;
}
.md-about-box__circle-center {
  display: block;
  margin: 0px auto;
  width: 150px;
  height: 150px;
  border-radius: 110px;
  border: 10px solid #f39801;
  background-image: url(/asset/image/products/icon_pc-maildealer.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 120px;
}

/* ----------
solution
----------*/
.solution {
  overflow: hidden;
}
.solution__movie-box {
  width: 60%;
  height: auto;
  margin: 0 auto;
}
.solution__video {
  width: 100%;
  height: 100%;
}
.solution-box {
  position: relative;
  z-index: 0;
}
.solution-box__style-02 {
  flex-direction: row-reverse;
}
.solution-box::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  min-width: 2000px;
  z-index: -1;
}
.solution-box__style-02::after {
  right: 0;
  left: auto;
}
.solution-box__inner {
  padding: 50px;
  width: 50%;
}
.solution-box__figure {
  width: 50%;
  margin-top: -50px;
}
.solution-title {
  position: relative;
  padding-left: 70px;
}
.solution-title__heading-m {
  font-size: 130%;
  font-weight: bold;
  line-height: 1.5;
}
.solution-box__text {
  font-size: 110%;
  line-height: 1.8;
}
.fadeinright {
  opacity: 0;
  transform: translateX(-40px);
  transition: 1s;
}
.fadeinleft {
  opacity: 0;
  transform: translateX(40px);
  transition: 1s;
}
.solution__movie-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.solution__movie-lead {
  text-align-last: left;
}
.solution__movie-box {
  width: 45%;
}
.solution-title {
  padding-left: 0;
  margin-bottom: 20px;
}
.solution-title__heading-m {
  font-size: 180%;
  color: #f39800;
  font-weight: bold;
  line-height: 1.5;
}
.solution-title__list {
  display: flex;
  justify-content: flex-start;
}
.solution-title__item {
  margin: 0 5px 10px 0;
  padding: 2px 8px;
  font-size: 100%;
  font-weight: bold;
  border: 2px solid #f39800;
  border-radius: 5px;
}
.solution-point {
  padding-bottom: 20px;
}
.solution-point__title {
  padding-bottom: 10px;
  font-size: 150%;
  color: #f39800;
  font-weight: bold;
}
.solution-point__item {
  position: relative;
  margin-bottom: 5px;
  padding-left: 30px;
  font-size: 110%;
}
.solution-point__item-bold {
  font-weight: bold;
}
.solution-point__item::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 17px;
  height: 17px;
  background: url(/asset/image/products/icon_check.svg) no-repeat center top;
  background-size: contain;
}
.solution-box__inner {
  padding: 40px 50px;
  width: 55%;
}
.product-cta__link-inner {
  height: 110px;
}
.product-cta__link-title {
  font-size: 200%;
}
.solution-box__figure {
  width: 45%;
  margin-top: 30px;
}
.product-cta-button-round {
  position: relative;
}
.product-cta-point {
  position: absolute;
  top: 0;
  left: 50%;
  font-size: 90%;
  font-weight: bold;
  padding: 5px 0;
  width: 300px;
  text-align: center;
  border-radius: 10px;
  transform: translate(-50%, -60%);
  box-sizing: border-box;
  z-index: 10;
}
.product-cta-point--bg-white {
  background: #fff;
  color: #333;
  border: 2px solid #059287;
}
.product-cta-point::before {
  content: "";
  width: 10px;
  height: 10px;
  transform: rotate(-45deg);
  position: absolute;
  bottom: -7px;
  left: calc(50% - 5px);
  border-bottom: 2px solid #059287;
  border-left: 2px solid #059287;
}
.product-cta-point--bg-white::before {
  background: #fff;
}
.product-cta-point__strong-text {
  font-size: 120%;
  font-weight: bold;
  margin-right: 2px;
}
.product-cta__link {
  position: relative;
}
.product-cta__link::before {
  content: "";
  width: 10px;
  height: 10px;
  transform: rotate(-45deg);
  position: absolute;
  top: calc(50% - 5px);
  right: 30px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
.product__figure {
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  width: 140px;
}
.trouble-wrap__lead {
  text-align: center;
  font-size: 120%;
}
.trouble-wrap__lead-strong {
  font-size: 120%;
  font-weight: bold;
}
.trouble-wrap__figure {
  width: 70%;
  margin: 0 auto;
}
.trouble__list {
  margin-bottom: 40px;
}
.trouble__item {
  width: 32%;
  border-radius: 10px;
  padding: 40px 30px 30px;
  border: 3px solid #e5e5e5;
  position: relative;
}
.trouble__item:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 14px solid #f1f1f1;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.trouble__heading {
  background: #f1f1f1;
  font-size: 150%;
  font-weight: bold;
  padding: 15px;
  border-radius: 25px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  text-align: center;
  transform: translateY(15px);
}
.trouble-area__figure {
  width: 70px;
  margin: 0 auto 40px;
}
.trouble__heading-m {
  font-size: 180%;
  font-weight: bold;
  text-align: center;
  margin-bottom: 80px;
  line-height: 1.2;
}
.trouble__heading-m-strong {
  font-size: 150%;
  font-weight: bold;
  text-align: center;
  color: #f39800;
  border-bottom: 1px solid #f39800;
  padding-left: 5px;
}
.solution__area {
  padding: 70px 70px 60px;
  border-radius: 20px;
  position: relative;
}
.solution__area:not(:last-of-type) {
  margin-bottom: 80px;
}
.solution__area-wrap_inner {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}
.solution__heading-m {
  font-size: 180%;
  font-weight: bold;
  margin: 0 auto 50px;
  text-align: center;
  line-height: 1.4;
}
.solution__heading-m-strong {
  font-size: 150%;
}
/* .merit__heading-m::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 14px solid #d35923;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
} */
.solution-subtitle {
  background-color: #fff0e1;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -40px;
  color: #d35923;
  padding: 20px 0 0;
  line-height: 1;
}
.solution-subtitle__solution {
  display: block;
  font-weight: bold;
}
.solution-subtitle__number {
  display: block;
  font-size: 280%;
  font-weight: bold;
}
.solution-common__link-text {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 0 10px 10px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  padding: 3px;
  letter-spacing: 0.1em;
  font-size: 90%;
}
.solution-common__link-text::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border: 2px solid;
  border-color: #f5f5f5 #f5f5f5 transparent transparent;
  transform: rotate(45deg);
  top: 10px;
  right: 20px;
  bottom: calc(50% - 2px);
}
.solution-item {
  margin-bottom: 50px;
  padding: 50px;
  background: #fff;
  border-radius: 20px;
  border-right: 5px solid #ffd182;
  border-bottom: 5px solid #ffd182;
}
.solution-item:last-child {
  margin-bottom: 0;
}
.solution-item__heading-s {
  font-size: 180%;
  font-weight: bold;
  color: #d35923;
  margin: 0 auto 40px;
  text-align: center;
  line-height: 1.4;
}
.solution__heading-s-strong {
  font-size: 150%;
}
.solution-item__figure {
  margin: 0 auto 30px;
  width: 90%;
}
.solution-item__text {
  font-size: 115%;
  line-height: 1.6;
}


/* ----------
worry solution
--------------*/
.worry-solution {
  padding: 20px 0 0;
}
.worry-solution__box {
  width: 32%;
}
.worry-solution-top,
.worry-solution-bottom {
  border-radius: 10px;
}
.worry-solution-top {
  position: relative;
  min-height: 280px;
  padding: 0 25px 20px;
  margin-bottom: 60px;
  position: relative;
  border: 3px solid #e5e5e5;
}
.worry-solution-bottom {
  position: relative;
  min-height: 300px;
  border: 3px solid #f29600;
}
.worry-solution-bottom-inner {
  padding: 0 25px 30px;
}
.worry-solution-top:before {
  content: "";
  width: 26px;
  height: 26px;
  border-right: 6px solid #f29600;
  border-bottom: 6px solid #f29600;
  transform: rotate(45deg);
  position: absolute;
  bottom: -30px;
  left: calc(50% - 16px);
  border-radius: 0 0 6px 0;
}
.worry-solution-top:after {
  content: "";
  width: 6px;
  height: 45px;
  background: #f29600;
  position: absolute;
  bottom: -30px;
  left: calc(50% - 3px);
  border-radius: 3px;
}
.worry-solution-top-item__heading-l {
  position: relative;
  margin: 0 auto;
  padding: 7px 10px 8px;
  width: 120px;
  font-size: 140%;
  background: #f1f1f1;
  border: solid 3px #707070;
  border-radius: 20px;
  box-sizing: border-box;
  font-weight: bold;
  text-align: center;
  transform: translateY(calc(-20px));
}
.worry-solution-top-item__heading-l:before {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 50%;
  border: 12px solid transparent;
  border-top: 12px solid #f1f1f1;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.worry-solution-top-item__heading-l:after {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 50%;
  border: 14px solid transparent;
  border-top: 14px solid #707070;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.worry-solution-top__heading-m {
  text-align: center;
  margin: 10px 0 15px;
  font-size: 120%;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.worry-solution-top__heading-m-strong {
  font-weight: bold;
  font-size: 120%;
}
.worry-solution-top__figure {
  width: 65%;
  margin: 0 auto;
}
.worry-solution-top__image {
  width: 100%;
  height: auto;
}
.worry-solution-bottom-item__heading-l {
  position: relative;
  margin: 0 auto;
  padding: 7px 10px 10px;
  width: 120px;
  font-size: 140%;
  background: #f29600;
  color: #fff;
  border-radius: 20px;
  box-sizing: border-box;
  font-weight: bold;
  text-align: center;
  transform: translateY(calc(-20px));
  letter-spacing: 0.15em;
}
.worry-solution-bottom-item__heading-l:after {
  content: "";
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 14px solid #f29600;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.worry-solution-bottom__heading-m {
  font-size: 120%;
  font-weight: bold;
  margin: 10px 0 15px;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.worry-solution-bottom__heading-m-strong {
  font-size: 120%;
  color: #d35923;
}
.worry-solution-bottom__figure {
  width: 65%;
  margin: 0 auto;
}
.worry-solution-bottom__image {
  width: 100%;
  height: auto;
}
.worry-solution-bottom-button {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #d35923;
  color: #fff;
  font-weight: bold;
  font-size: 140%;
  text-align: center;
  border-radius: 0 0 8px 8px;
}
.worry-solution-bottom-button__link {
  display: block;
  padding: 14px 20px 18px;
}
.worry-solution-bottom-button__link:after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  position: absolute;
  right: 50px;
  transform: rotate(135deg) translateY(-50%);
}
.worry-solution-bottom-button__link:hover {
  background: #f08300;
}


/* ----------
merit
----------*/
.merit__list {
  padding-top: 25px;
  position: relative;
}
.merit__item {
  width: 50%;
  padding: 20px 30px 30px;
}
.merit-box__first-item {
  border-radius: 20px 0 0 20px;
}
.merit-box__last-item {
  border-radius: 0 20px 20px 0;
}
.merit-box__figure {
  border-radius: 20px;
  padding: 30px;
}
.merit-box__figcaption {
  font-size: 80%;
  line-height: 1.5;
}
.merit-box__image {
  width: 80%;
  display: block;
  margin: 0 auto 20px;
}
.merit__sp-only {
  display: none;
}
.merit-function-area__first-item {
  position: relative;
}
.merit-function-area__first-item::before {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -30px;
  border-left: 2px dotted #434343;
}
.merit-function__last-item {
  padding-top: 60px;
}
.merit__heading-xs {
  font-size: 120%;
  font-weight: bold;
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}
.merit__heading-xs::before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #f39800;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.merit-function__item {
  margin-bottom: 10px;
  margin-right: 10px;
  border-radius: 10px;
  padding: 10px;
  width: calc(33.333% - 10px);
  flex-direction: column;
}
.merit-function__item:nth-child(3n) {
  margin-right: 0;
}
.merit-function__title {
  font-size: 90%;
  text-align: center;
  font-weight: bold;
  color: #d35923;
  width: 100%;
  line-height: 1.3;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.merit-function__figure {
  width: 80%;
  max-width: 90px;
  margin: 0 auto;
}
.merit-function-2wrap {
  display: flex;
  justify-content: space-between;
}
.merit-function-2wrap__inner {
  width: 48%;
}
.merit-function-2wrap__item {
  width: 100%;
  margin: 0 auto;
}
.merit-function__link {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}

.merit__area {
  padding: 10px 30px 30px;
  border-radius: 20px;
}
.merit-animation {
  padding: 20px;
  background: #fff;
  border-radius: 20px;
}
.merit-animation__list {
  display: flex;
  justify-content: space-between;
  padding: 70px 0;
}
.merit-animation__item {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 300px;
  padding: 20px;
}
.merit-animation__item:first-of-type::before {
  content: "";
  position: absolute;
}
.anm {
  opacity: 0;
}
.merit-cut {
  position: relative;
  margin: 70px auto 0;
  padding: 35px 40px 20px;
  background: #fff;
  border-radius: 20px;
}
.merit__heading-s {
  position: absolute;
  top: -15px;
  left: 50px;
  padding: 10px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background: #f39800;
  border-radius: 50px;
  width: 100%;
  max-width: 280px;
  font-size: 120%;
}
.merit-check-history .merit__heading-s {
  top: 0;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
}
.merit__heading-s::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 10px;
  width: 50px;
  height: 50px;
  background: url(/asset/image/products/icon_face-fine.svg) no-repeat center center;
  background-size: contain;
}
.merit-cut__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.merit-cut__percent {
  width: 35%;
  font-size: 140%;
  font-weight: bold;
  text-align: center;
}
.merit-check-history .merit-cut__percent {
  width: 50%;
}
.merit-cut__percent--big {
  position: relative;
  font-size: 200%;
}
.merit-cut__percent--big::before {
  content: "";
  position: absolute;
  top: 8px;
  left: -30px;
  width: 25px;
  height: 40px;
  background: url(/asset/image/products/icon_under-arrow-orange.svg) no-repeat center center;
  background-size: contain;
}
.merit-cut__list {
  display: flex;
  justify-content: space-between;
  width: 65%;
}
.merit-check-history .merit-cut__list {
  width: 45%;
}
.merit-cut__image {
  width: 130px;
  height: 82px;
}
.merit-cut__figcaption {
  text-align: center;
  color: #f39800;
  font-weight: bold;
  padding-bottom: 10px;
}
.merit-approve {
  margin-bottom: 50px;
}
.merit-voice {
  padding: 10px 50px 30px;
}
.merit-voice__talk {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0 0 20px;
  overflow: hidden;
}
.merit-voice__talk--right {
  justify-content: flex-end;
}
.merit-voice__image {
  width: 130px;
  height: 130px;
  border: 3px solid #f39800;
  border-radius: 100px;
  background: #fff;
}
.merit-voice__chatting {
  width: calc(100% - 150px);
  max-width: 630px;
  text-align: left;
}
.merit-voice__say {
  display: inline-block;
  position: relative;
  margin-left: 30px;
  padding: 15px 20px;
  width: 100%;
  max-width: 600px;
  border-radius: 12px;
  background: #fff;
}
.merit-voice__talk--right .merit-voice__say {
  margin-left: 0;
  margin-right: 30px;
}
.merit-voice__say::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 3px;
  left: -39px;
  border: 15px solid transparent;
  border-right: 38px solid #fff;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}
.merit-voice__talk--right .merit-voice__say::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 3px;
  right: -39px;
  left: inherit;
  border: 15px solid transparent;
  border-left: 38px solid #fff;
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
}
.merit-voice__text {
  font-size: 130%;
  line-height: 1.6;
}
.merit-voice__text--bold {
  font-weight: bold;
}
.merit-voice__text--orange {
  font-weight: bold;
  color: #f39800;
}
.merit-voice__link {
  display: block;
  text-align: right;
}
.merit-voice__company {
  color: #f39800;
  border-bottom: 1px solid #f39800;
  transition: 0.2s;
}
.merit-voice__company:hover {
  color: #fac260;
  border-bottom: 1px solid #fac260;
}

.anm.is-animated {
  -webkit-animation: fadeIn 1.5s forwards;
  animation: fadeIn 1.5s forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.merit-animation-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
}
.merit-animation-arrow__figure {
  width: 50px;
}
.move-to-left-right--01 {
  opacity: 0.1;
  transform: translateX(-50px);
  transition: all 1s;
}
.move-to-left-right--02 {
  opacity: 0.1;
  transform: translateX(-100px);
  transition: all 1.5s;
}
.move-to-left-right--03 {
  opacity: 0.1;
  transform: translateX(-200px);
  transition: all 2s;
}
.move-to-left-right--04 {
  opacity: 0.1;
  transform: translateX(-300px);
  transition: all 2.5s;
}
.move-to-left-right--05 {
  opacity: 0.1;
  transform: translateX(-400px);
  transition: all 3s;
}
.move-to-left-right.js-scrollin {
  opacity: 1;
  transform: translate(0);
}

.merit-animation__figure {
  position: relative;
}
.merit-animation__image {
  max-width: 170px;
  position: absolute;
  top: 30px;
  left: -50%;
  right: -50%;
  transform: translate(-50%, -50%);
  width: 170px;
  height: auto;
  z-index: 1;
}
.merit-animation__graph {
  position: absolute;
  top: 70px;
  left: 51%;
  transform: translateX(-50%);
  width: 160px;
  height: 160px;
  top: -55px;
  z-index: 0;
}
#chart1,
#chart2 {
  width: 160px;
  height: 160px;
}
.merit-box__figcaption {
  font-size: 90%;
  line-height: 1.2;
}
.merit-animation__attention {
  font-size: 90%;
  line-height: 1.2;
}
.js_solution-box-slide {
  width: 100%;
  max-width: 570px;
  margin: 0 auto 20px;
}
.js_solution-box-slide__list {
  padding: 0;
}
.js_solution-box-slide__item {
  margin-left: 0;
  width: 100%;
}
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  display: block;
  padding: 0;
  border: none;
  font-size: 0;
  line-height: 0;
  outline: none;
  background: transparent;
}
.slick-prev {
  left: -20px;
  width: 25px;
  height: 25px;
  border-top: 3px solid #f39800;
  border-left: 3px solid #f39800;
  transform: rotate(-45deg);
}
.slick-next {
  right: -20px;
  width: 25px;
  height: 25px;
  border-top: 3px solid #f39800;
  border-right: 3px solid #f39800;
  transform: rotate(45deg);
}
.slick-track {
  display: flex;
  align-items: center;
}


/* side menu */
.side-menu {
  position: fixed;
  display: table;
  right: 5px;
  top: 50%;
  height: 40px;
  margin-top: -200px;
  z-index: 999;
}
.side-menu__list {
  width: 110px;
}
.side-menu__item {
  list-style: none;
}
.side-menu__link {
  display: block;
  margin-bottom: 10px;
  padding: 10px 0;
  border-radius: 0.5rem;
  box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.3);
  color: #fff;
  background: #333;
  font-size: 10px;
  text-decoration: none;
  text-align: center;
  line-height: 1.1;
  border: 1px solid #fff;
  opacity: 0.8;
  position: relative;
}
.side-menu__link:hover {
  background: #f39800;
  text-decoration: none;
  font-weight: bold;
}
.side-menu__item-cta .side-menu__link {
  color: #fff;
  width: 110px;
  font-size: 10px;
  display: block;
  background: -moz-linear-gradient(right, #19af93, #148880);
  background: -webkit-linear-gradient(right, #19af93, #148880);
  background: linear-gradient(to right, #19af93, #148880);
  padding: 10px 0;
  text-align: center;
  line-height: 20px;
  right: 0;
  position: absolute;
  margin-top: 5px;
  opacity: 1;
  font-weight: bold;
  transition: 0.5s;
  z-index: 9;
  overflow: hidden;
}
.side-menu__item-cta .side-menu__link:hover {
  background: #fff;
  color: #f39800;
  border: 2px solid #f39800;
  width: 150px;
  font-size: 13px;
}
.side_menu ul li.btm a:after,
.side_menu ul li.btm a:before {
  content: "";
  border: none;
}
/* ----------
movie
----------*/
.movie-box {
  width: 100%;
  max-width: 670px;
  padding: 10px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
}
.movie-box__inner {
  text-align: center;
}
.movie-box__movie{
  width: 100%;
  height: 380px;
}
/*--------------------------------
	21959 .fixedbanner 右サイドバナー
------------------------------------*/
.fixedbanner {
  position: relative;
  display: none;
  width: 301px;
  height: 215px;
  position: fixed;
  bottom: 100px;
  right: 0px;
  z-index: 100;
}
.fixedbanner__link {
  display: block;
  border-radius: 10px;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.35);
}
.fixedbanner__close {
  position: absolute;
  top: -24px;
  right: 0;
  display: grid;
  place-content: center;
  width: 30px;
  height: 30px;
  font-size: 160%;
  color: #fff;
  background: #059287;
  cursor: pointer;
  transition: all 0.2s ease;
}
@media screen and (max-width: 1330px) {
  .js_solution-box-slide {
    max-width: 570px;
  }
}
@media screen and (max-width: 1090px) {
  .js_solution-box-slide {
    max-width: 400px;
  }
}
@media screen and (max-width: 1024px) {
  .md-about-box__circle {
    width: 90%;
    max-width: 650px;
    top: -20px;
  }
}
@media (max-width: 900px) {
  /* ----------
  md-about
  ----------*/
  .md-about__heading-m {
    transform: translateY(-50%);
  }
  .md-about__heading-m::before {
    width: 50px;
    height: 50px;
    bottom: 15px;
    left: -5px;
  }
  .md-about-box {
    margin: 0 auto 2rem;
  }
  .md-about-box__circle {
    width: 90%;
  }
  .md-about-box__circle-item {
    width: 170px;
    line-height: 1.2;
  }
  .md-about-box__circle-item:first-of-type::after {
    left: 30px;
  }
  .md-about-box__circle-item:nth-child(2)::after {
    right: 30px;
  }
  .md-about-box__circle-item:nth-child(3)::after {
    left: 30px;
  }
  .md-about-box__circle-item:last-of-type::after {
    right: 30px;
  }
  .md-about-box__circle-item:nth-child(2) .md-about-box__circle-text {
    right: 0;
  }
  .md-about-box__circle-item:nth-child(3) .md-about-box__circle-text {
    left: 0;
    right: inherit;
  }
  .md-about-box__circle-item:last-of-type .md-about-box__circle-text {
    right: 0;
  }
}
@media (max-width: 768px) {
  /* =================================================
  * common 追加
  * ================================================*/
  .common_section-lead {
    font-size: 100%;
    margin-bottom: 40px;
  }
  .common_detail-btn-content {
    font-size: 120%;
    justify-content: center;
  }
  .common_heading-l {
    font-size: 150%;
    margin-bottom: 50px;
  }
  /* .products-main-area {
    padding-top: 80px;
  } */
  /* ----------
  cta
  ----------*/
  .common_cta-2wrap-item--5 {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    order: 2;
  }
  .common_cta-2wrap-item--7 {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    padding: 0 0 20px;
    order: 1;
  }
  .common_cta-2wrap-right-image__title {
    font-size: 130%;
  }
  /* ----------
  main-area 
  ----------*/
  .products-main-area__lead {
    font-size: 120%;
  }
  .products-main-area__figure {
    max-width: 400px;
    margin: 0 auto;
    width: 100%;
  }
  .products-main-area-laurel__list {
    padding-top: 60px;
  }
  .products-main-area-laurel__text {
    font-size: 140%;
  }
  .products-main-area__sub-lead {
    margin: 0 0 20px;
    font-size: 130%;
  }
  .products-main-area__item:last-of-type {
    padding-left: 0;
    padding-top: 20px;
  }
  .products-main-area__list {
    flex-wrap: wrap-reverse;
    gap: 20px 0;
  }
  .products-main-area__item:first-child {
    width: 100%;
  }
  .products-main-area__item:last-child {
    width: 100%;
  }
  .products-main-area__cta {
    max-width: inherit;
  }

  /* ----------
  solution
  ----------*/
  .solution__movie-box {
    margin-bottom: 10px;
    width: 100%;
    max-width: 400px;
  }
  .solution-box {
    flex-direction: column;
  }
  .solution-box__style-02 {
    flex-direction: column;
  }
  .solution-box::after {
    min-width: inherit;
  }
  .solution-box__inner {
    padding: 40px 10px;
    width: 100%;
  }
  .solution-box__figure {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .solution-title {
    padding-left: 0;
    margin-bottom: 20px;
  }
  .solution-title__number {
    width: 60px;
    height: 60px;
    border: 3px solid #fff;
    top: -50px;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
  .solution-title__heading-m {
    text-align: center;
    font-size: 150%;
  }
  .solution-title__heading-m-point {
    font-size: 130%;
  }
  .solution-title__list {
    display: flex;
    justify-content: center;
  }
  .solution__movie-area {
    flex-direction: column-reverse;
  }
  .trouble__list {
    max-width: 400px;
    margin: 0 auto 40px;
    gap: 20px 0;
  }
  .trouble__item {
    width: 100%;
    gap: 0, 20px;
  }
  .trouble__item:after {
    display: none;
  }
  .trouble-wrap__figure {
    width: 50%;
  }
  .trouble__heading:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 14px solid #f1f1f1;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
  }
  .solution__area-wrap_inner {
    width: 100%;
  }
  .solution__area {
    padding: 50px 20px 25px;
    border-radius: 0;
    position: relative;
  }
  .solution__heading-m {
    margin: 0 auto 30px;
    font-size: 160%;
  }
  .solution__heading-m-strong {
    font-size: 120%;
  }
  .solution-item {
    margin-bottom: 20px;
    padding: 30px;
    border-radius: 10px;
  }
  .solution-item__heading-s {
    margin: 0 auto 25px;
    font-size: 130%;
  }
  .solution-item__figure {
    margin: 0 auto 20px;
    width: 100%;
  }
  .solution-item__text {
    font-size: 100%;
  }
  .worry-solution {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px 0;
    max-width: 425px;
    margin-inline: auto;
  }
  .worry-solution__box{
    width: 100%;
  }

  /* ----------
  merit
  ----------*/
  .merit-box__image {
    max-width: 350px;
  }
  .merit__list {
    padding-top: 0;
    flex-direction: column;
  }
  .merit__item {
    width: 100%;
    padding: 0 10px 30px;
  }
  .merit-box__first-item {
    border-radius: 20px;
    margin-bottom: 50px;
  }
  .merit-box__last-item {
    border-radius: 20px;
  }
  .merit__heading-m {
    font-size: 130%;
    padding: 10px;
    width: 80%;
    transform: translateY(-50%);
  }
  .merit-box__figure {
    padding: 30px 10px 10px;
  }
  .merit__heading-s {
    font-size: 110%;
    width: 100%;
    transform: translateX(0);
    height: auto;
    border-bottom: 2px solid #d35923;
    margin-bottom: 20px;
  }
  .merit__heading-s::before,
  .merit__heading-s::after {
    display: none;
  }
  .merit__sp-only {
    display: flex;
  }
  .merit-function {
    margin-bottom: 20px;
  }
  .merit-function-area__first-item::before {
    display: none;
  }
  .merit-function__last-item {
    padding-top: 0;
  }
  .merit__heading-xs {
    font-size: 110%;
    padding-left: 15px;
  }
  .merit__heading-xs::before {
    width: 10px;
    height: 10px;
  }
  .merit-function__list {
    justify-content: flex-start;
  }
  .merit-function__item {
    margin-bottom: 10px;
    margin-right: 5px;
    border-radius: 10px;
    padding: 10px;
    width: calc(50% - 5px);
    flex-direction: column;
  }
  .merit-function__item:nth-child(2n) {
    margin-right: 0;
  }
  .merit-function__item:nth-child(3n) {
    margin-right: 10px;
  }
  .merit-function-2wrap {
    flex-direction: column;
  }
  .merit-function-2wrap__inner {
    width: 100%;
    margin-bottom: 10px;
  }
  .merit-function-2wrap__item {
    width: calc(50% - 5px);
    margin: 0 auto 0 0;
  }
  .merit-function__link {
    position: relative;
    bottom: auto;
    left: auto;
    transform: translateX(0);
  }
  .merit-voice {
    padding: 10px 20px 30px;
  }
  .merit-voice__chatting {
    width: 100%;
  }
  .merit-voice__say {
    margin-top: 30px;
    margin-left: 0;
  }
  .merit-voice__say::after {
    top: -23px;
    left: 41%;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .merit-voice__talk--right .merit-voice__say::after {
    top: -23px;
    left: 41%;
    right: inherit;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  .merit-voice__image {
    width: 90px;
    height: 90px;
  }
  .merit-voice__text {
    font-size: 100%;
  }
  .merit-voice__talk {
    flex-direction: column;
  }
  .merit-voice__talk--right {
    flex-direction: column-reverse;
  }
  .merit__heading-s {
    top: -5px;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
  }
  .merit-cut__content {
    flex-direction: column;
  }
  .merit-cut {
    width: 100%;
    padding: 35px 10px 20px;
  }
  .merit-cut__percent {
    width: 90%;
    margin-bottom: 10px;
  }
  .merit-cut__list {
    width: 100%;
    flex-direction: column;
  }
  .merit-cut__image {
    margin: 0 auto;
  }
  .product-cta {
    width: 90%;
    margin: 0 auto;
  }
  .product-cta__link-inner {
    height: 90px;
  }
  .product-cta__link-title {
    font-size: 130%;
  }
  .product__figure {
    display: none;
  }
  .side-menu {
    display: none;
  }
  .js_solution-box-slide {
    max-width: 300px;
    margin: 0 auto 20px;
  }
  .slick-prev {
    left: -10px;
    width: 15px;
    height: 15px;
  }
  .slick-next {
    right: -10px;
    width: 15px;
    height: 15px;
  }
  .movie-box__movie{
    width: 100%;
    height: 320px;
  }
}

@media screen and (max-width: 425px) {
  .md-about-box {
    padding: 40px 20px;
  }
  .md-about-title__heading-m {
    font-size: 165%;
  }
  .md-about-title {
    flex-direction: column;
  }
  .md-about-title__number {
    margin-bottom: 30px;
    padding: 0;
    font-size: 300%;
  }
  .md-about-title__number::after {
    left: 50%;
    bottom: -10px;
    width: 30px;
  }
  .md-about-title__number-image {
    width: 50px;
  }
  .md-about-box__content {
    flex-direction: column;
  }
  .md-about-box__text-02 {
    max-width: 100%;
    padding-bottom: 10px;
  }
  .md-about-box__image-02 {
    margin: 0 auto;
  }
  .md-about-box__circle {
    width: 100%;
    margin-top: 30px;
    padding: 85px 0;
  }
  .md-about-box__circle-center {
    border: 10px solid #f39801;
    background-size: 90px;
  }
  .md-about-box__circle-list {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: 280px;
    margin-left: 0;
  }
  .md-about-box__circle-item {
    position: absolute;
    width: 150px;
    height: 40px;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
  }
  .md-about-box__circle-item::after {
    border: 5px solid #f39801;
    background-size: 50px;
  }
  .md-about-box__circle-text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
  }
  .md-about-box__circle-item:first-of-type .md-about-box__circle-text {
    top: -25px;
    right: 0;
  }

  .md-about-box__circle-item:nth-child(2) .md-about-box__circle-text {
    top: -25px;
  }
  .md-about-box__circle-item:first-child {
    text-align: center;
    top: 0px;
    left: 0px;
  }
  .md-about-box__circle-item:first-child::after {
    top: 30px;
    right: 0px;
    left: 60px;
  }
  .md-about-box__circle-item:nth-child(2) {
    text-align: center;
    top: 0px;
    right: 0px;
  }
  .md-about-box__circle-item:nth-child(2)::after {
    top: 30px;
    left: 10px;
    background-size: 80px;
  }
  .md-about-box__circle-item:nth-child(3) {
    text-align: center;
    bottom: 0px;
    left: 0px;
  }
  .md-about-box__circle-item:nth-child(3)::after {
    top: -80px;
    left: 60px;
    background-size: 80px;
  }
  .md-about-box__circle-item:nth-child(3) .md-about-box__circle-text {
    bottom: -5px;
  }
  .md-about-box__circle-item:last-child {
    text-align: center;
    bottom: 0px;
    right: 0px;
  }
  .md-about-box__circle-item:last-child::after {
    top: -80px;
    left: 10px;
  }
  .md-about-box__circle-item:last-of-type .md-about-box__circle-text {
    bottom: -5px;
  }
  .merit-animation__list {
    flex-direction: column;
  }
  .chartjs-hidden-iframe {
    width: 0 !important;
  }
  .merit-animation__item:nth-last-of-type(2) {
    padding-top: 150px;
  }
  .merit-animation-arrow {
    transform: rotate(90deg);
  }
  .merit-animation__item:last-of-type {
    padding-top: 100px;
  }
  .merit-animation-arrow__figure {
    width: 15px;
  }
  .merit-animation__attention {
    padding-top: 80px;
  }
  .movie-box__movie{
    width: 100%;
    height: 250px;
  }
  .worry-solution__box {
    margin-bottom: 50px;
    width: 100%;
  }
  .worry-solution__box:last-child {
    margin-bottom: 0;
  }
  .worry-solution-top__figure,.worry-solution-bottom__figure {
    width: 55%;
  }
}

