.bpo_nayami {

     display: grid;
    grid-template-columns:  1fr;
    gap:  20px;
    width: 100%;

}
@media screen and (max-width: 576px) {
  .bpo_nayami {

     display: grid;
    grid-template-columns:  1fr;
    gap:  20px;
    padding: 1em;

    }
    .bpo01, .bpo02 {
      padding: 0 1em!important;
    }
    .bpo01 ul h3, .bpo02 ul h3 {
      font-size: 16px!important;
    }
    .bpo01 ul li, .bpo02 ul li {
      font-size: 14px!important;
      letter-spacing: 1px!important;
    }
    .bpo01 ul, .bpo02 ul {
      margin: 0 0 0!important;
    }
}

.bpo01, .bpo02 {
  position: relative;
  background-color: #F6F6F6;
  padding: 1em 2em 4em;
  border-radius: 12px;
  margin-bottom: 2em;
    text-align: center;

}


.bpo01 ul, .bpo02 ul {
  margin: 0 1em 1em;
      display: inline-flex;
    flex-direction: row;
    width: 80%;

}

.bpo01 ul h3, .bpo02 ul h3 {
  display: inline-block;
  background-color: #74D9F8;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 2px;
  padding: .4em 1em;
  border-radius: 4px;
  margin-top: 0;
}
.bpo01 ul li, .bpo02 ul li {
  text-align: left;
  width: 33%;
  margin: 2%;
  font-size: 110%;
  font-weight: 400;
  background-color: #fff;
  padding: 1.4em;
  border-radius: 12px;
}
.bpo01 img {
 position: absolute;
    bottom: 0;
    right: 0;
    width: 14%;
}
.bpo02 img {
 position: absolute;
    bottom: 0;
    left: 0;
    width: 14%;
}


.bpo_content {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.bpo_content {
    width: 100%;
    display: flex;
}

.bpo_work {
  display: flex;
}
@media screen and (max-width: 576px) {
  .bpo_work {
  display: flex;
  flex-direction: column;
  }
  .bpo_work div {
    width: 90%!important;
    margin: 1em 5%;
    padding: 1em!important;
    margin-top: 1em!important;
  }
  .bpo_work div ul h4 {
    font-size: 16px!important;
  }
  .bpo_work div ul li {
    font-size: 14px!important;
    padding: .2em 0!important;
  }
  .bpo_merit h3 {
    font-size: 18px!important;
  }
  .bpo_merit {
    padding: 1em!important;
  }
}
.bpo_work div {
  width: 30%;
background-color: #fff;
padding: 2em;
border-radius: 8px;
margin-right: 5%;
margin-top: 2em;

}

.bpo_work div ul h4 {
  display: block;
  background-color: #74D9F8;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 2px;
  padding: .4em 1em;
  border-radius: 4px;
  margin-top: 0;
  text-align: center;
  }
.bpo_work div ul li {
  list-style: disc;
  margin-left: 1.4em;
  padding: .4em 0;

}

.bpo_work div:last-child {
  margin-right: 0;
}



.bpo_merit {
  margin-top: 5rem;
  background-color: #fff;
  border-radius: 12px;
  padding: 2em;
}
.bpo_merit h3 {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  position: relative;
}
.bpo_merit h3:after {
    content: "";
    display: inline-block;
    width: 144px;
    height: 144px;
    background: url(../images/bpo/merit_bpo_01.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: -80px;
}

.bpo_merit ul {
   display: grid;
    grid-template-columns:  1fr 1fr 1fr;
    gap:  20px;
    margin: 3rem 0;
}
.bpo_merit ul li {
  background-color: #EFFBFF;
  border-radius: 8px;
  padding: 2em;
  text-align: center;
  position: relative;
      min-height: 260px;
      font-size: 120%;
}
.bpo_merit ul li span.small {
  font-size: 10px;
}
.bpo_merit ul li span.whbg {
  background-color: #fff;
  font-weight: 600;
  padding: .1em .2em;
}
.bpo_merit_img {
position: absolute;
bottom: 4%;
width: 80%;
}
.bpo_merit_img img {
  width: 100px;

}
@media screen and (max-width: 576px) {
.bpo_merit h3:after {
    width: 104px;
    height: 104px;
    top: 0px;
    }
    .bpo_merit ul {
    grid-template-columns: 1fr;
    gap: 20px;
    margin: 2rem 0;
    }
    .bpo_merit ul li {
      font-size: 100%;
      min-height: 220px;
    }
    .bpo_merit_img img {
    width: 80px;
  }
}

ul.order_three {
   display: grid;
    grid-template-columns:  1fr 1fr 1fr;
    gap:  3em;
    margin: 3rem 0;
}

ul.order_three li {
  position: relative;
}


ul.order_three li .img_order_box img.left {
  width: 20%;
  margin-right: 70%;
   margin-left: 10%;
}
ul.order_three li .img_order_box img.center {
  width: 16.4%;
  margin-right: 42%;
  margin-left: 42%;
}
ul.order_three li .img_order_box img.right {
  width: 20%;
  margin-right: 10%;
  margin-left: 70%;
}
ul.order_three li .kadai {
  background-color: #F3F3F3;
  padding: 1em 2em .4em;
  text-align: center;
  margin-top: -10px;
    border-radius: 8px;
  position: relative;
    z-index: 1;
}
ul.order_three li .kadai::after{
    content: '';
    position: absolute;
    top: 100%;
    left: 8px;
    width: 96%;
    height: 0;
    border-top: 40px solid #f3f3f3;
    border-left: 176px solid transparent;
    border-right: 176px solid transparent;
   filter: drop-shadow(-6px 26px 12px rgba(0,0,0,0.3));
}
ul.order_three li .kadai p.kadai_title {
  background-color: #74D9F8;
  border-radius: 2em;
  padding: .4em 2em;
  display: inline-block;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 18px;

}
ul.order_three li .kadai p.kadai_detail {
  margin: 1em auto;
  width: 90%;
  text-align: center;
  font-weight: 600;
  font-size: 110%;
}

.kaiketsu {
  background-color: #B5E5FF;
  border-radius: 8px;
  position: relative;
  margin-top: 10px;
  padding: 4em 2em 2em;

}
ul.order_three li img.bottom_right {
  width: 25%;
  margin-left: 70%;
  position: absolute;
  bottom: 4px;
}
.kaiketsu ul {
  list-style: disc;
  margin-left: 1em;
}
.kaiketsu ul li {
  font-size: 18px;
  padding: .4em 0;
  font-weight: 600;
  color: #172A55;
}
.kaiketsu ul li span.small {
  font-size: 10px;
}

.eng_midasi h2 {
    z-index: 1;
    position: relative;
}



@media screen and (min-width: 577px) and (max-width: 768px) {
	  ul.order_three li .kadai::after {
      border-left: 106px solid transparent;
    border-right: 106px solid transparent;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
		  ul.order_three li .kadai::after {
      border-left: 126px solid transparent;
    border-right: 126px solid transparent;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1190px) {
			  ul.order_three li .kadai::after {
      border-left: 148px solid transparent;
    border-right: 148px solid transparent;
  }
}
@media screen and (max-width: 576px) {
  ul.order_three {
    grid-template-columns: 1fr;
    gap: 3em;
    padding: 1em;
    margin: 1rem 0;
  }
  ul.order_three li .img_order_box img.left {
    width: 14%;
  }
  ul.order_three li .kadai p.kadai_title {
    font-size: 14px;
  }
  ul.order_three li .kadai p.kadai_detail {
    font-size: 14px;
  }
  ul.order_three li .kadai::after {
      border-left: 164px solid transparent;
    border-right: 164px solid transparent;
  }
  .kaiketsu ul li {
    font-size: 15px;
    padding: .2em;
  }
  ul.order_three li img.bottom_right {
    width: 18%;
    margin-left: 80%;
    bottom: 0;
  }
  ul.order_three li .img_order_box img.center {
    width: 14.4%;
    margin-right: 43%;
    margin-left: 43%;
  }
  ul.order_three li .img_order_box img.right {
    width: 15%;
  }
}

.supportsys {
  display: flex;
  margin: 3rem 0;
  position: relative;
}
.supportsys  .client {
  width: 24%;
    justify-content: center;
    align-content: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    text-align: center;
}
.supportsys  .client img {
  width: 90%;
}
.supportsys  .client .client_title {
  font-weight: 600;
  font-size: 20px;
  margin-top: 1em;
}


.supportsys .clabel_sys {
  background-color: #CDEDFF;
  border-radius: 12px;
  padding: 2em;
  width: 96%;
  margin-left: 4%;
  position: relative;
}

.supportsys .clabel_sys h3 {
  display: flex;
  flex-wrap: nowrap;
  font-size: 20px;
  font-weight: 600;
  background-color: #fff;
  border-radius: 4px;
  padding: .4em 1em;
  justify-content: center;
  line-height: 2em;
  margin-top: 0;
}
.supportsys .clabel_sys h3 img {
  height: 40px;
  margin-left: 1em;
}



.clabel_sys_detail {
  display: flex;
  flex-wrap: nowrap;
  position: relative;
}

.clabel_sys_detail .director {
  background-color: #f0f0f0;
  border-radius: 4px;
  padding: 1em;
  justify-content: center;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    width: 30%;
}
.clabel_sys_detail .director img {
  width: 50px;
}
.clabel_sys_detail .director p {
  color: #000;
  font-weight: 600;
  font-size: 20px;
  margin-top: 2em;
}

.clabel_sys_detail .clabel_team {
  background-color: #f0f0f0;
  border-radius: 4px;
  padding: 1em;
  width: 96%;
  margin-left: 8%;
}

.clabel_sys_detail .clabel_team ul {
  display: inline-flex;
  flex-wrap: wrap;
}
.clabel_sys_detail .clabel_team ul li {
  border-radius: 1.4em;
  border: 2px solid #74D9F8;
  padding: .4em 1em;
  margin: 0 1em 1em 0;
  font-weight: 600;
  display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}
.clabel_sys_detail .clabel_team ul li img {
  width: 28px;
  margin-right: 1em;
}
.dli-arrow-left {
  display: inline-block;
    vertical-align: middle;
    color: #f0f0f0;
    line-height: 1;
    position: relative;
    width: 3em;
    height: 1em;
    background: currentColor;
    margin-left: -2em;
    margin-top: 5em;
}
.clabel_sys_detail .clabel_team ul li:last-child {
  margin-bottom: 0;
}
.dli-arrow-left::before {
  content: '';
    width: 2em;
    height: 2em;
    border: 0.5em solid #f0f0f0;
    border-right: 0;
    border-bottom: 0;
    transform: rotate(-45deg);
    transform-origin: top left;
    position: absolute;
    left: -0.7em;
    box-sizing: border-box;
    top: .5em;
}
.dli-arrow-right {
  display: inline-block;
  vertical-align: middle;
  color: #f0f0f0;
  line-height: 1;
  position: relative;
  width: 3em;
  height: 1em;
  background: currentColor;
  margin-right: -2em;
    margin-top: 5em;
}

.dli-arrow-right::before {
  content: '';
  width: 2em;
  height: 2em;
  border: 0.5em solid #f0f0f0;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 0.5em;
  right: -0.7em;
  box-sizing: border-box;
}


@media screen and (max-width: 576px) {
  .supportsys {
    margin: 1rem 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .supportsys .client .client_title {
    font-size: 18px;
    margin-bottom: 1em;
  }
  .supportsys .clabel_sys {
    width: 90%;
    margin: 0 5%;
    position: relative;
    padding: 2em 1em;

  }
  .supportsys .clabel_sys h3 {
    font-size: 16px;
    flex-wrap: wrap;
    z-index: 2;
    position: relative;
  }
  .supportsys .clabel_sys h3 img {
    margin-left: 0;
    height: 30px;
  }
  .clabel_sys_detail {
    flex-direction: column;
  }
  .clabel_sys_detail .director {
    width: 100%;
  }
  .clabel_sys_detail .director p {
    margin-top: .2em;
    font-size: 18px;
  }
  .dli-arrow-left {

  display: inline-block;
    vertical-align: middle;
    color: #cfcfcf;
    line-height: 1;
    position: relative;
    width: 1em;
    height: 9em;
    margin-left: 47%;
    margin-top: -9em;
    z-index: 0;
}

.dli-arrow-left::before {
  content: '';
    width: 2em;
    height: 2em;
    border: 1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(-45deg);
    transform-origin: top right;
    position: absolute;
    top: -1em;
    left: -1.5em;
    box-sizing: border-box;

  }
  .supportsys .client {
    margin-bottom: 2em;
  }

  .dli-arrow-right {
    display: inline-block;
  vertical-align: middle;
  color: #cfcfcf;
  line-height: 1;
  position: relative;
  width: 1em;
  height: 3em;
  margin-left: 47%;
    margin-top: -1em;
}

.dli-arrow-right::before {
  content: '';
  width: 2em;
  height: 2em;
  border: 1em solid currentColor;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
  transform-origin: bottom left;
  position: absolute;
  left: 50%;
  top: 1.5em;
  box-sizing: border-box;
}
.clabel_sys_detail .clabel_team {
  width: 100%;
  margin-right: 0;
}
.clabel_sys_detail .clabel_team ul li {
  font-size: 12px;
   margin: 0 .4em .4em 0;
   border-radius: 2em;
}



}






.cta1 {
  position: relative;
  background: #fff;
  height: 6vh;
    Z-INDEX: 2;
}

.wave1 {
  position: absolute;
  height: 59px;
  width: 100%;
  background: #fff;
  bottom: 0;
	
}

.wave1::before, .wave1::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100% 50%;
}

.wave1::before {
  width: 55%;
  height: 109%;
  background-color: #ffff00;
  right: 0;
  top: 60%;
}
.wave1::after {
  width: 55%;
  height: 100%;
  background-color: #fff;
  left:0;
  top: 40%;
}
.cta2 {
  position: relative;
  background: #ffff00;
  height: 28vh;
	min-height:320px;
}

.wave2 {
  position: absolute;
  height: 59px;
  width: 100%;
  background: #ffff00;
  bottom: 0;
}

.wave2::before, .wave2::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100% 50%;
}

.wave2::before {
  width: 55%;
  height: 109%;
  background-color: #fff;
  right: 0;
  top: 60%;
}
.wave2::after {
  width: 55%;
  height: 100%;
  background-color: #ffff00;
  left: 0;
  top: 40%;
}

.cta_inner {
      padding: 2em 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.cta_inner h2 {
  font-weight: 800;
  letter-spacing: 4px;
  display: block;
  width: auto;
  margin-top: .2em;
  font-size: 42px;
}
.cta_inner p {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  background-color: #fff;
  border-radius: 10px;
  letter-spacing: 1px;
  padding: .2em 1em;
  line-height: 1;
  margin-top: 2em;

}

.cta_btn_box {
  display: flex;
  align-items: center;
  justify-content: space-around;
    width: 60%;
    z-index: 3;
}

.cta_btn_box a div {
  width: 100%;
  min-width: 270px;
  margin-top: 2em;
  min-height: 60px;
  filter: drop-shadow(0px 6px 6px rgba(0,0,0,0.3));
  position: relative;
  display: flex;
    justify-content: center;
    align-items: center;

}
.cta_btn_box a div.btnl > p,
.cta_btn_box a div.btnr > p {
   font-size: 22px;
  font-weight: 600;
  letter-spacing: 2px;
  background-color: transparent;
  margin-top: 0;

}
.cta_btn_box a div img {
    width: 45px;
    position: absolute;
    bottom: -2px;
    right: 10px;
    transition: all 0.2s 0s ease;/*transitionの記述を追加*/
}
.cta_btn_box a:hover div img {
  bottom: 4px;
  transform: scale(1.2);
}
.cta_btn_box a div.btnl {
  background-color: #fff;
  border-radius: 35px;

}
.cta_btn_box a div.btnr {
  background-color: #74D9F8;
  border-radius: 35px;
  transition: all 0.2s 0s ease;/*transitionの記述を追加*/

}
.cta_btn_box a:hover div.btnr {
  background-color: #000;
  color: #fff;

}
.cta_btn_box a:hover div.btnl {
background-color: #000;
  color: #fff;
}

@media screen and (max-width: 576px) {
  .cta2, .cta4 {
    height: 48vh;
  }
  .cta_inner p {
    font-size: 14px;
    margin-top: 1em;
  }
  .cta_inner h2 {
    font-size: 28px;
    line-height: 1.4;
  }
  .cta_btn_box {
    flex-direction: column;
    width: 100%;
  }
  .cta_btn_box a div {
    margin-top: 1em;

  }
  .cta_btn_box a div.btnl > p, .cta_btn_box a div.btnr > p {
    font-size: 20px;
  }


}

.greybg {
  background-color: #F6F6F6;
  position: relative;
}

.staff_pic {
  position: relative;
    min-width: 110px;
    height: 110px;
    margin: 0 auto;
    display: block;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;

}
.staff_pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  display: block;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}
.staff_pic:hover img:nth-of-type(2) {
  opacity: 0;
}
.picwaku {
  display: flex;
  flex-direction: column;
  padding: .4em 1em;
}
p.position {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
  margin-top: .4em;
}
p.position span {
  font-size: 10px;
  margin-bottom: .4em;
}

.staff_intro ul {
    display: grid;
    grid-template-columns:  1fr 1fr;
    gap:  2rem;
    margin: 3rem 0;
}
.staff_intro ul li {
  display: flex;
  background-color: #fff;
  padding: 1em;
  border-radius: 4px;
  filter: drop-shadow(0px 6px 6px rgba(0,0,0,0.1));
}

.staff_intro ul li .career_des {
  width: 70%;
  margin-left: 4%;
  padding: 1em;
}
.staff_intro ul li .career_des p {
  font-size: 13px;
  line-height: 1.8;
}

@media screen and (max-width: 576px) { 
  .staff_intro ul {
    padding: 0 1em;
    grid-template-columns: 1fr;
    margin: 1rem 0;
  }
  .staff_intro ul li {
    flex-direction: column;
  }
  .staff_intro ul li .career_des {
    width: 100%;
    margin-left: 0;
  }
  .staff_pic {
    min-width: 80px;
    height: 80px;
  }
}

/*difference*/
.table_diff {
    overflow-x: auto;
    max-width: 100%;
    margin-bottom: 3em;
}
.table_diff > table {
  width: 100%;
  min-width: 1000px;
}
.table_diff > table th.none,
.table_diff > table th.th_none {
  background-color: #F6F6F6;
  border-left: 2px solid #f6f6f6;
  border-top: 2px solid #f6f6f6;
}
.table_diff > table th.title {
    background-color: #4E4E4E;
    color: #fff;
    font-weight: 600;
}
.table_diff > table th.clabel {
  font-weight: 600;
  font-size: 16px;
  background-color: #FEF90B;
  border-top: 8px solid #74D9F8;
  border-left: 8px solid #74D9F8;
  border-right: 8px solid #74D9F8;
}
.table_diff > table td.clabel_in {
font-weight: 600;
  font-size: 16px;
  background-color: #F0F0F0;
  border-left: 8px solid #74D9F8;
  border-right: 8px solid #74D9F8;
}
.table_diff > table td.lastborder {
  border-bottom: 8px solid #74D9F8;
}
p.table_small,
span.table_small {
  font-size: 12px;
  font-weight: 500;
}
.table_diff > table , 
.table_diff > table td, 
.table_diff > table th {
  border: 2px solid #fff;
  border-collapse: collapse;
}
.table_diff table td, 
.table_diff table th {
  padding: 1em;
  width: 20%;
  text-align: center;
  line-height: 1.4;
}
.table_diff table th {
  background: #FFFEA7;
  display: table-cell;
    vertical-align: middle;
}
.table_diff table td {
  background:#C6C6C6;
}
/*price*/
.price_three {
    overflow-x: auto;
    max-width: 100%;
    margin-bottom: 3em;
    margin-top: 3em;
    background-color: #fff;
    border-radius: 12px;
    padding: 2em;
}
.price_three > table {
  width: 100%;
  min-width: 1000px;
}
p.ltr {
  text-align: right;
}

.price_three > table th.none {
  background-color: #ffffff;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
}
 
.price_three > table th.price_title{
background-color: #FEF90B;
  display: table-cell;
    vertical-align: middle;
    padding: 2em;
    font-size: 18px;
    font-weight: 600;
}

.price_three > table , 
.price_three > table td, 
.price_three > table th {
  border: 3px solid #fff;
  border-collapse: collapse;
}
.price_three table th {
  width: 16%;
    padding: 1em;
      text-align: center;
  line-height: 1.4;
}
.price_three table th.price_list {
  background-color: #4E4E4E;
  color: #fff;
  font-weight: 600;
    display: table-cell;
    vertical-align: middle;
}
.price_three table td
 {
  padding: 1em;
 width: 28%;
  text-align: center;
  line-height: 1.4;
  background-color: #F0F0F0;
}


p.price {
  font-size: 32px;
  font-weight: 600;

}
p.price_time {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: .5em;
}
.price_three table td .time_detail {
  background-color: #fff;
  padding: 1em;
  border-radius: 4px;
      min-height: 210px;
}
.price_three table td .time_detail p.time_detail_title {
  background-color: #74D9F8;
  color: #fff;
  border-radius: 20px;
  padding: 8px 12px;
  font-weight: 600;
  display: inline-block;
}
.price_three table td .time_detail ul {
  text-align: left;
  font-size: 14px;
  margin-top: 1em;
  margin-left: 1em;
}
.price_three table td .time_detail ul li.up {
  list-style: square;
  font-weight: 600;
  margin-top: .6em;
}

.price_three table td .time_detail ul li.down {
  list-style: disc;
  margin-left: 2em;

}
ul.bikou {
  list-style: disc;
  text-align: left;
  margin-left: 1em;
  font-size: 12px;
}


/*price_case*/
.price_case {
    overflow-x: auto;
    max-width: 100%;
    margin-bottom: 3em;

    background-color: #fff;
    border-radius: 12px;
    padding: 2em;
}
.price_case > table {
  width: 100%;
  min-width: 1000px;
}




.price_case > table th.none,
.price_case > table th.th_none {
  background-color: #fff;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
}


.price_case > table , 
.price_case > table td, 
.price_case > table th {
  border: 2px solid #fff;
  border-collapse: collapse;
}
.price_case table td, 
.price_case table th {
  padding: 1em;
  width: 20%;

  line-height: 1.4;
}
.price_case table th {
  background: #9B9B9B;
  display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 2em;
    color: #fff;
    font-weight: 600;
}
.price_case table td {
  background:#F0F0F0;
    display: table-cell;
  vertical-align: middle;
}

.price_case table th.money_title
 {
  color: #000;
  font-size: 20px;
  background-color: #FEF905;
}
.price_case table td.sum {
  background-color: #fff;
  text-align: right;
  display: table-cell;
  vertical-align: middle;
}

p.sum {
  font-size: 24px;
  font-weight: 600;
}
.price_case table td.money_detail {
  background-color: #FFFEB5;
  text-align: right;
  padding-right: 1em;
    display: table-cell;
  vertical-align: middle;
}
.price_case table td.money_detail p {
  font-size: 26px;
  font-weight: 600;
}
.price_case table td.money_detail_sum{
  color: #000;
  font-size: 32px;
  background-color: #FEF905;
  text-align: right;
  padding-right: .4em;
  font-weight: 600;

}
p.sumcha span {
  font-size: 18px;
}
.price_case table td ul {
  list-style: disc;
  margin-left: 1em;
  font-size: 14px;
}

/*final cta*/
.cta3 {
  position: relative;
  background: #fff;
  height: 6vh;
    Z-INDEX: 2;
}

.wave3 {
  position: absolute;
  height: 59px;
  width: 100%;
  background: #fff;
  bottom: 0;

}

.wave3::before, .wave3::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100% 50%;
}

.wave3::before {
  width: 55%;
  height: 109%;
  background-color: #ffff00;
  right: 0;
  top: 60%;
}
.wave3::after {
  width: 55%;
  height: 100%;
  background-color: #fff;
  left: 0;
  top: 40%;
}
.cta4 {
  position: relative;
  background: #ffff00;
  height: 28vh;
	min-height:320px;
}

.wave4 {
  position: absolute;
  height: 59px;
  width: 100%;
  background: #ffff00;
  bottom: 0;
}

.wave4::before, .wave4::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100% 50%;
}

.wave4::before {
  width: 55%;
  height: 109%;
  background-color: #3c3c3c;
  right: 0;
  top: 60%;
}
.wave4::after {
  width: 55%;
  height: 100%;
  background-color: #ffff00;
  left: 0;
  top: 40%;
}

@media screen and (max-width: 576px) { 

  .table_diff > table th.title,
  .table_diff > table th.clabel,
  .table_diff > table td.clabel_in,
  .table_diff table th,
  .price_three table th.price_list,
  .price_three table td .time_detail p.time_detail_title,
  .price_case table th {
    font-size: 14px;
  }
  .price_three > table th.price_title,
  p.price_time,
  .price_case table th.money_title {
    font-size: 16px;
  }
  .price_three table td {

  }
  p.price,
  .price_case table td.money_detail p,
  p.sum {
    font-size: 20px;
  }
  .table_diff table td, .table_diff table th,
  .price_three table td .time_detail ul,
  .price_case table td ul {
    font-size: 13px;
  }
  .price_case table td.money_detail_sum {
    font-size: 24px;
  }

  .cta4 {
    height: 46vh;
  }
}




/*MARKUS_added*/
.services span.morebg,
.bpo_merit h3 span.morebg {
  font-size: 150%;
  font-weight: 800;
}

.bpo_work {
  position: relative;
}

.bpo_work_u_1:after{
    content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: 40%;
  left: 30%;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
   border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid #fff;
  z-index: 1;
}
.bpo_work_u_2:after{
    content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: 40%;
  left: 65%;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
   border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid #fff;
  z-index: 1;
}

@media screen and (max-width: 576px) { 
.bpo_work_u_1:after{
    content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 420px;
    left: 40%;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
   border-top: 30px solid #fff;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  z-index: 1;
}
.bpo_work_u_2:after{
    content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 840px;
    left: 40%;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
   border-top: 30px solid #fff;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  z-index: 1;
}


}


.lineup_midasi h2.center {
    text-align: center;
    font-size: 2rem;
    border-bottom: 4px solid #75d9f9;
    /* display: inline-block; */
    width: fit-content;
}
.center {
  justify-content: center;
  align-items: center;
}
.bpo01 ul li, .bpo02 ul li {
  position: relative;
}

.bpo02 ul li::after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 20%;
    display: block;
    width: 40px;
    height: 32px;
    background: url(../images/balloon_tail.png) no-repeat top right / contain;
}
.bpo01 ul li::after {
    content: "";
    position: absolute;
    bottom: -40px;
    right: 20%;
    display: block;
    width: 40px;
    height: 32px;
    background: url(../images/balloon_tail_2.png) no-repeat top right / contain;
}



.h3_balloon {
    position: relative;
    display: inline-block;
    padding: 11px 30px;
    border-radius: 35px;
    background: #3C2C25;
    color: #fff;
    font-size: 1.5rem;
    margin-top: 0;
    font-weight: 600;
    letter-spacing: .4rem;
}
.h3_balloon::after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 6px;
    border-color: #3C2C25 #3C2C25 transparent transparent;
}
@media screen and (max-width: 576px) {
 .h3_balloon {
    font-size: 1rem;
    letter-spacing: 0.2rem;
  }
  .lineup_midasi h2.center {
    font-size: 1.4rem;
    padding-bottom: .4rem;
  }
  .bpo01 ul, .bpo02 ul {
    width: 100%;
    flex-direction: column;
  }
  .bpo01 ul li, .bpo02 ul li {
    width: 100%;
    margin-bottom: 50px;
    margin-right: 0;
    margin-left: 0;
  }
	.logobox ul {
		gap:10px;
		padding: 0 0 0 10px;
	}
}

/* Logo Slider */
.logo-slider {
  overflow: hidden;
}

.slider {
  width: 270%;
  position: relative;
}

.slides {
  display: flex;
  width: 135%;
  animation: slide var(--duration, 10s) linear infinite;
}

.slides.alternate {
  animation: slide_alternate var(--duration, 10s) linear infinite;
}

.slides.alternate.allow-pause:hover {
  animation-play-state: paused;
}

.slide {
  flex-basis: 50%;
  display:flex;
  align-items: center;
}

.slide img {
    display: block;
    flex-basis: 20%;
    font-size:clamp( 60px, 6.8vw, 120px);
    padding:clamp( 30px, 2vw, 60px ) 0;
    transition: transform .3s;
    /* cursor: pointer; */
}

/* .slide img:hover {
    transform: scale(1.14);
} */

@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes slide_alternate {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}

@media screen and (max-width: 576px) {
  .slider {
    width: 400%;
  }
  .slides {
    width: 160%;
  }
  .slide img {
    padding: clamp(15px, 2vw, 60px) 0;
  }
}

/*0425 add*/

.wrapper {
  z-index: 1;
}
.top_work {
  display: flex;
  position: relative;
    margin-top: 70px;
   align-items: center;
}

.top_work span {
  background-color: #000;
  padding: 0.4em 0.6em 0.2em;;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  width: 18%;
  height: 42px;
  letter-spacing: 3px;
  position: relative;

}
.top_work .maruttotxtimg {

    width: 46%;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: transparent !important;
}
.top_work .maruttotxtimg img {
  width: 100%;
    position: absolute;

    left: 0;
    top: -140px;
}

.top_work span.plus:after {
  content: '';
    display: inline-block;
    width: 36px;
    height: 36px;
    background-image: url(../images/newindeximg/yellowplus.png);
    background-size: contain;
    vertical-align: top;
    position: absolute;
    top: 3px;
    right: -19px;
    z-index: 9;
}

p.markus_marktype {
  display: flex;
  justify-content: center;
  padding: .5em 0 0;

}
p.markus_marktype img {
  width: 70%;
}
p.obi {
background-color: #000;
    border-radius: 100px;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    position: relative;
    padding: 0.4em 150px;
    letter-spacing: 4px;
    /* display: inline-block; */
    /* margin-top: -1em; */
    /* position: relative; */
    width: 90%;
    margin: 1em auto;
}
p.obi:before {
  content: '';
    display: inline-block;
    width: 52px;
    height: 78px;
    background-image: url(../images/newindeximg/top_man.png);
    background-size: contain;
    vertical-align: top;
    position: absolute;
        bottom: -4px;
    left: 60px;
    z-index: 9;
}
p.obi:after {
  content: '';
    display: inline-block;
    width: 124px;
    height: 77px;
    background-image: url(../images/newindeximg/top_couple.png);
    background-size: contain;
    vertical-align: top;
    position: absolute;
    bottom: -1px;
    right: 0px;
    z-index: 9;
}
.bgconcep {

    background-image: url(../images/newindeximg/marketing_concept.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 48%;
    }


.markus_h1_under {
    padding: 0;
    display: flex;
}

.markus_h1_under h2 {
  font-size: 1.3rem;
  text-align: left;
  line-height: 1.9;
  font-weight: 600;
    color: #000;
}



@media screen and (max-width:  425px) {
  .top_work {
    margin-bottom: 100px;
  }
  .top_work span {
    width: 33%;
    padding: .4em 0 .6em;
    line-height: 1.5;
  }
  .top_work span.plus:after {
    width: 26px;
    height: 26px;
    top: 7px;
    right: -13px;
  }
  .top_work .maruttotxtimg {
    width: 100%;
  }
  .top_work .maruttotxtimg img {
    position: relative;
    width: 70%;
    top: 20px;

  }
  p.markus_marktype img{
    margin-top: 30px;
  }
  p.obi {
    padding: .4em 1em;
    margin: 0;
    width: 100%;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.4;
    margin-top: 10px;
  }
p.obi:before {
  width: 43px;
  height: 59px;
  bottom: 0px;
  left: 26px;
}
p.obi:after {
  width: 93px;
  height: 57px;

}
.markus_h1_under h2 {
  font-size: 1rem;
  padding: 1em .6em;
  text-shadow: #FC0 1px 0 10px;
  color: #000;
}
.bgconcep {
  padding: 0 0.6em;
  background-image: url(../images/newindeximg/marketing_concept_50.png);
  background-size: 80%;
  padding-top: 40px;
}
}


.newindex {
  display: block;
  background-image: url(../images/newindeximg/big_bg01.png);
      background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    padding-bottom: 4em;
}



.mt3em {
  margin-top: 3em;
}
.half {
  width: 50%;
  padding-bottom: 1em;

}
.l20m {
  margin-left: 20%;
}
p.midasi_small {
  font-size: 16px;
  font-weight: 600;

}
p.midasi_small span {
  color: #BC261A;
  font-weight: 800;
  font-size: 28px;
}
p.red_zabuton {
  background-color: #BC261A;
  border-radius: 20px;
  color: #fff;
  font-weight: 600;
  padding: .4em 3em;
  letter-spacing: 6px;
  width: fit-content;
}
p.midasititle {
  line-height: 1.2;
  font-size: 24px;
  font-weight: 600;
}
p.aligncenter {
  text-align: center;
}
.up_midasi p span.big{
  font-size: 42px;
  } 
.up_midasi p span.thick {
  font-weight: 800;

}
.up_midasi {
  display: flex;
}
.up_midasi_img {
  flex-wrap: wrap;
    width: 13%;
    margin-right: 27%;
    display: flex;
    align-content: end;
}
.up_midasi_img img {
  width: 100%;
}

.middle_box.blue {
  background-color: #C6F2FF;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  padding: 1em 2em;
  display: flex;
  justify-content: center;
}
p.koiblue {
  color: #002A5C;
  font-size: 24px;
  font-weight: 600;
}
.under_box {
  background-color: #fff;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  padding: 1em 2em;
  display: flex;
}

p.normal {
  font-size: 20px;
  line-height: 2;
  font-weight: 600;

}
.lightblue {
  color: #0045C7;
}
.justifycen {
  display: flex;
  justify-content: center;
  align-items: center;
}

.up_midasi_img2 {
  flex-wrap: wrap;
    width: 23%;
    margin-right: 17%;
    display: flex;
    align-content: end;
}
.up_midasi_img img {
  width: 100%;
}
.pt2em {
  padding-top: 2em;
}
.whitebox {
  background-color: #fff;
  border-radius: 12px;
  padding: 2em 1em;
}
.glbox {
  background-color: #F4F4F4;
  border-radius: 12px;
  padding: 1em 2em;
  display: flex;
  justify-content: center;
}
.flowimgbox {
  padding: 1em 0;
  margin-top: 1em;
}


img.midasilogo {
  width: 70%;
}
.greybg01 {
    background-color: #F6F6F6;
    position: relative;
    z-index: 0;
}
.naname01 {
  background-color:  #F6F6F6;
}
.naname01:before {
  content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    border-style: solid;
    border-width: 0px 0 200px 100vw;
    border-color: transparent transparent white transparent;
}
.title_center {
  width: 40%;
  margin: 0 auto;
  padding-bottom: 2em;

}

.modal_nayami {
  display: grid;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 5em 2em;
    list-style: none;
    margin-top: 5em;
    margin-bottom: 5em;
    position: relative;
    z-index: 1;
}

.modal_nayami li {
  list-style: none;
}
/*modal*/
.whitebox2 {
  background-color: #fff;
  border-radius: 12px;
  padding: 1em 2em 0;
  position: relative;
}
.whitebox2 h2 {
  font-size: 1.4rem;
  font-weight: 600;
  color:#000;
  line-height: 2;
  text-align: center;

}
.whitebox2 .kaiketu_img {
  position: relative;
}
.whitebox2 .kaiketu_img img {
  width: 40%;
  margin: 0 30% -10px;

}
.modal-window {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.25);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.modal-window-show {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.modal-window > div {
  width: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 2em 2em 4em;
}
.modal-window header {
  font-weight: bold;
}
.modal-window h1 {
  font-size: 150%;
  margin: 0 0 15px;
}

.modal-close {
  background: #000;
    color: #fff;
    line-height: 2;
    font-size: 1rem;
    font-weight: 600;
    position: absolute;
    right: auto;
    text-align: center;
    bottom: 10px;
    width: fit-content;
    text-decoration: none;
    padding: 0.2em 1em;
    border-radius: 8px;
}
.modal-close:hover {
  color: #ffffaa;
}



.nayamicard {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}
.interior01 {
  background-color: #F2AAA8;
    border-radius: 12px;
    border: 4px solid #000;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 2em 1em;
    position: relative;
    flex-direction: column;
    align-items: center;
}
.interior02 {
  background-color: #C1DB68;
    border-radius: 12px;
    border: 4px solid #000;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 2em 1em;
    position: relative;
    flex-direction: column;
    align-items: center;
}
.interior03 {
  background-color: #9AC7FA;
    border-radius: 12px;
    border: 4px solid #000;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 2em 1em;
    position: relative;
    flex-direction: column;
    align-items: center;
}
.interior04 {
  background-color: #F5F481;
    border-radius: 12px;
    border: 4px solid #000;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 2em 1em;
    position: relative;
    flex-direction: column;
    align-items: center;
}
.interior05 {
  background-color: #EBCFF7;
    border-radius: 12px;
    border: 4px solid #000;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 2em 1em;
    position: relative;
    flex-direction: column;
    align-items: center;
}
.interior06 {
  background-color: #C6F2FF;
    border-radius: 12px;
    border: 4px solid #000;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 2em 1em;
    position: relative;
    flex-direction: column;
    align-items: center;
}

.inte_content {
  position: relative;
}
.inte_img {
  position: absolute;
  top: -100px;
  width: 100%;
}
.inte_img img {
  width: 40%;
  margin: 0 30%;
}
.inte_txt {
  margin-top: 80px;
  padding: 1em 2em;
}
.inte_txt p {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 2;
}
.modal-window > div {
  border-radius: 1rem;
}

.modal-window div:not(:last-of-type) {
  margin-bottom: 15px;
}



.modalbtn {
  background-color: #000;
  padding: 1em 1.5em;
  border-radius: 0.5rem;
  text-decoration: none;
}
.modalbtn p {
  color: #fff;
  font-weight: 600;
}

/*modal end*/
.greybg02 {
    background-color: #fff;
    position: relative;
    z-index: 0;
}
.naname02 {
  background-color:  #fff;
}
.naname02:before {
  content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    border-style: solid;
    border-width: 400px 0 0 100vw;
    border-color: transparent transparent transparent #F6F6F6;
}
.midasi_subtitle {
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
}


.newinde_featurebox {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 6em;


}
.featurebox_bg {
    content: "";
    background: url(../images/newindeximg/marketing_concept.png) no-repeat;
    background-size: 40%;
    background-position-y: 45%;
    background-position-x: -3%;


}
.featuredetailbox {
  display: flex;
  position: relative;
  border-radius: 8px;
  padding: 1em 0;
  border: 4px solid #CDCDCD;
  width: 65%;
  background-color: #fff;
  margin-bottom: 9em;
}
.feature02 {
  margin-left: 35%;
}
.feature_num {
  position: absolute;
    top: -100px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15%;
    margin: 0 auto;
}

.feature_num img {
  height: 180px;
  width: auto;
}
.feature_txt {
  width: 85%;
  margin-left: 15%;
}

.feature_txt h2 {
  font-size: 32px;
  font-weight: 600;

}
.feature_txt h2 span {
  background-color: #000;
  color: #fff;
  font-size: 14px;
  padding: .2em 1em;
  border-radius: 20px;
  display: inline-block;
}

.member_img {
  position: absolute;
  bottom: -10px;
  right: -270px;
}
ul.feature_list {
  padding: 1em 2em 1em 0;
}
ul.feature_list li {
  font-size: 1.2rem;
  line-height: 1.4;
  position: relative;
  margin-left: 30px;
  margin-bottom: 1em;

}
ul.feature_list li:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/newindeximg/list_grey_circle.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 4px;
    left: -30px;

}
.member_img img {
  width: 300px;
}

.newinde_cta {
  content: "";
    background-position: center center;
    background: url(../images/newindeximg/cta_back.png) no-repeat;
    background-size: cover;

}
.ptpb2em {
  padding-top: 2em;
  padding-bottom: 2em;
}
.zinde1 {
  position: relative;
  z-index: 1;
  margin-top: -3em;
}
.zinde0 {
  z-index: 0;
  margin-top: -3em;
}

.pt5em {
  padding-top: 5em;
}

.supportsys .client img {
    height: 120px;
    width: 120px;
    border-radius: 150px;
    border: 6px solid #75d9f9;
  }

.supportsys .clabel_sys {
  background-color: #fff;
  border: 6px solid #75d9fa;
}
.contract_flow {
  margin-bottom: 6em;
  margin-top: 3em;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.contract_flow ul {
  list-style: none;
  position: relative;
}
.contract_flow ul:before {
content: '';
    display: inline-block;
    width: 80px;
    height: 113px;
    background-image: url(../images/newindeximg/top_man.png);
    background-size: contain;
    vertical-align: top;
    position: absolute;
    top: -112px;
    left: 16px;
    z-index: 9;
}
.contract_flow ul:after {
  content: '';
    display: inline-block;
    width: 171px;
    height: 106px;
    background-image: url(../images/newindeximg/top_couple.png);
    background-size: contain;
    vertical-align: top;
    position: absolute;
    top: -103px;
    right: -14px;
    z-index: 9;

}
.contract_flow ul li {
  border-radius: 12px;
  border: 4px solid #74D9F8;
  margin-bottom: 3em;
  text-align: center;
}

.contract_flow ul li .contract_head {
  padding: 1em;
  background-color: #C6F2FF;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  font-size: 120%;
    font-weight: 600;
}



.contract_flow ul li .contract_body {
  padding: 1em;
  background-color:#fdfdfd;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.dli-arrow-down {
  display: inline-block;
  vertical-align: middle;
  color: #74D9F8;
  line-height: 1;
  position: relative;
  width: 0.1em;
  height: 1em;
  background: currentColor;
  margin-left: 50%;
    margin-bottom: 6%;
}

.dli-arrow-down::before {
  content: '';
  width: 0.65em;
  height: 0.65em;
  border: 0.1em solid currentColor;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
  transform-origin: bottom left;
  position: absolute;
  left: 50%;
  bottom: -0.05em;
  box-sizing: border-box;
}


.doublehito:before {
content: '';
    display: inline-block;
    width: 80px;
    height: 113px;
    background-image: url(../images/newindeximg/top_man.png);
    background-size: contain;
    vertical-align: top;
    position: absolute;
    top: 115px;
    left: 200px;
    z-index: 9;
}

.doublehito:after {
  content: '';
    display: inline-block;
    width: 171px;
    height: 106px;
    background-image: url(../images/newindeximg/top_couple.png);
    background-size: contain;
    vertical-align: top;
    position: absolute;
    top: 123px;
    right: 164px;
    z-index: 9;

}
.price_three > table th.price_title span {
  display: inline-block;
  background-color: #000;
  border-radius: 20px;
  padding: .2em .8em;
  font-size: .8em;
  font-weight: 600;
  color: #fff;
  margin-bottom: 1em;
}




@media screen and (max-width:  425px) {
  .newinde_box01,
  .newinde_box02 {
    padding: 0 1em;
  }
  .l20m {
    margin-left: 0;

  }
  .mt3em {
    margin-top: 1em;
  }
  .up_midasi {
    flex-direction: column;
    padding: 0 1em;
  }
  .half {
    width: 100%;
    margin-bottom: 0;
  }
  .up_midasi_img{

    width: 23%;
    margin-left: 70%;
    margin-top: -30px;
  }
  .up_midasi_img2 {
    width: 43%;
    margin-left: 62%;
    margin-top: -40px;
  }
  p.midasi_small {
    font-size: 12px;
  }
  p.midasi_small span {
    font-size: 20px;
  }

  p.red_zabuton {
    font-size: 14px;
    padding: 0.2em 2em; 
  }
  .up_midasi p span.big {
    font-size: 22px;
  }
  p.koiblue {
    font-size: 16px;
  }
  .under_box {
    padding: 0 1em 1em;
    flex-direction: column-reverse;
  }
  p.normal {
    font-size: 14px;
  }
  .pt2em {
    padding-top: 0;
  }
  .title_center {
    width: 90%;
  }
  .modal_nayami {
    grid-template-columns: 1fr;
    padding: 0 1em;
    gap: 6em 2em;
  }
  .interior01,
  .interior02,
  .interior03,
  .interior04,
  .interior05,
  .interior06 {
    padding: 1em .4em;
  }
  .inte_img img {
    width: 24%;
    margin: 0 38%;
  }
  .inte_txt {
    margin-top: 10px;
    padding: 1em;
  }
  .inte_txt p {
    font-size: .9rem;
    line-height: 1.6;
  }
  .modalbtn {
    padding: 0.6em 1.5em;
    font-size: 14px;
  }
  .whitebox2 h2 {
    font-size: 1.1rem;
  }
  .midasi_subtitle {
    padding: 0 1em;
    font-size: .8rem;
  }
  .newinde_featurebox {
    padding: 0 1em;
  }
  .featuredetailbox {
    width: 100%;
  }
  .feature02 {
    margin-left: 0;
  }
.featurebox_bg {
  background-size: 70%;
    background-position-y: 28%;
}
.feature_num {
  width: 100%;
  justify-content: flex-start;
  margin-top: 60px;
}
.feature_num img {
  height: 80px;
  margin-top: 20px;
}
.newinde_featurebox {
  margin-top: 2em;
}
.feature_txt h2 {
  font-size: 20px;
}
.feature_txt h2 span {
  font-size: 10px;
}
ul.feature_list li {
    font-size: .8rem;
    line-height: 1.6;
  }
  .member_img img {
    width: 220px;
  }
  .member_img{
        top: -80px;
        right: 0;
  }
  ul.feature_list{
    padding: 1em 1em 0 0;
  }
  .supportsys .client img {
    width: 90px;
    height: 90px;
  }
  .clabel_sys_detail .clabel_team{
    margin-left: 0;
  }

  .newindex {
    padding-bottom: 1em;
  }
  .contract_flow {
    padding: 0 1em;
    margin-top: 4em;
    margin-bottom: 3em;
  }
  .contract_flow ul li {
    margin-bottom: 1em;
  }
  .contract_flow ul:after {
    top: -68px;
    right: 27px;
    width: 112px;
    height: 69px;
  }

.contract_flow ul:before {
top: -70px;
    left: 26px;
    width: 50px;
    height: 71px;
  }

.contract_flow ul li .contract_head {
  font-size: 100%;
}
.contract_flow ul li .contract_body {
  font-size: 80%;
}
.zinde1 {
  margin-top: -3em!important;
}

.sptable {
  background-color: #fff;
        padding: 1em .4em;
        border-radius: 8px;
        margin: 2em .4em;
}

.modal-window > div {
  width: 92%;
    margin: 0 4%;
    position: absolute;
    top: 30%;
    transform: initial;
    left: 0;
}
.spmt3em {
  margin-top: 3em;
}
.doublehito:before {
  width: 48px;
    height: 107px;
    top: 133px;
    left: 20px;
}
.doublehito:after { 
width: 107px;
    height: 66px;
    top: 135px;
    right: 14px;
  }
  .mbt3rem {
    margin-bottom: 1em;
  }
  .sppt4em {
    padding-top: 4em;
  }
  .naname02:before {
    border-width: 100px 0 0 100vw;
  }
  .inte_img {
    top: -105px;
  }


}
