.btns {
  margin: 3rem 0 0;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
      padding: 0 10%;
}

.worries_img {
background-color :#F6F6F6;
border-radius: 12px;
padding: 2rem;
overflow: hidden;
}
.worries_img img {
width: 80%;
margin: 4% 10%;
}

p.worries {
margin: 1rem;
padding: 0 .4rem;
font-size: 1.1rem;
}

h2.services {
font-weight: 600;
}
h2.services span {
font-size: .8rem;
padding-left: 0;
}

.services_list h2 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 2rem;
}

.services_list h2 span {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin: 5px 10px 0 0;
  padding-top: 2px;
padding-left: 3px;
  text-align: center;
  border-radius: 50%;
  background-color: #f8f88d;
  box-sizing: border-box;
}

.services_list ul {
display: grid;
grid-template-rows: auto;
grid-template-columns:  1fr 1fr;
gap:  2rem;
}


.services_list ul li .services_list_content {
background-color:#F6F6F6;
display: grid;
grid-template-rows: auto;
grid-template-columns:  1fr;
gap:  2rem;
margin: 8rem 0 2rem;
padding: 2rem;
border-radius: 12px;
align-items: center;
position: relative;
}

.services_list_list ul {
display: grid;
grid-template-rows: auto;
grid-template-columns:  1fr;
gap:  .2rem;
}
.services_list_content .services_list_img {
    padding: 1rem;
  position: absolute;
  top: -100px;
  left: 10px;

}
.services_list_content .services_list_img img {
max-height:120px ;
}
.services_list_content .services_list_list {
position: relative;
margin-top: 2rem;
}

.services_list_list ul {
list-style: disc;
margin-left: 1rem;

}
.services_list_list ul li {
padding-bottom: .6rem;

}
.services_list_list ul li span {
font-size:103%;
}

.featurebox ul {
display: grid;
grid-template-rows: auto;
grid-template-columns:  1fr 1fr 1fr;
gap:  2rem;
margin: 2rem 0;
}
.featurebox2 ul {
display: grid;
grid-template-rows: auto;
grid-template-columns:  1fr 1fr;
gap:  2rem;
margin: 2rem 0;
}
.featurebox ul li,
.featurebox2 ul li {
margin-top: 12%;
}
.featurebox ul li:nth-child(2),
.featurebox2 ul li:nth-child(2) {
margin-top: 24%;
}

.featurebox ul li:nth-child(3) {
margin-top: 46%;
}

.featurebox ul li img,
.featurebox2 ul li img {
width: 60%;
margin: 0 20%;
}
.featurebox ul li .feature_content,
.featurebox2 ul li .feature_content {
background-color:#F6F6F6;
padding: 2rem;
margin: 1rem;
border-radius: 8px;
}

.feature_content p.title {
font-size: 1.1rem;
font-weight: 600;
margin-bottom: 1rem;
}
.feature_content p.txt {
font-size: 1rem;
}
.pricebg_big {
background-color:#F6F6F6;
padding-top: 2rem;
overflow:hidden;
}

.pricebg {

padding: 1rem 4rem 4rem 4rem;
position: relative;
}



.ylcir05 {
position: absolute;
display: inline-block;
top: 5%;
left: 34%;
width: 100px;
height: 100px;
text-align:center;
line-height: 80px;
border-radius: 50%;
border: solid 12px #ffff00;
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);

}

.ylcir06 {
position: absolute;
display: inline-block;
top: 10%;
left: 5%;
width: 140px;
height: 140px;
text-align:center;
line-height: 80px;
border-radius: 50%;
border: solid 16px #ffff00;
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);

}

.ylcir07 {
  position: absolute;
display: inline-block;
top: 80%;
left: 2%;
width: 100px;
height: 100px;
text-align:center;
line-height: 80px;
border-radius: 50%;
border: solid 12px #ffff00;
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);

}

.ylcir08 {
  position: absolute;
display: inline-block;
top: 12%;
right: -3%;
width: 100px;
height: 100px;
text-align:center;
line-height: 80px;
border-radius: 50%;
border: solid 16px #ffff00;
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);

}
.ylcir09 {
  position: absolute;
display: inline-block;
top: 32%;
right: 3%;
width: 140px;
height: 140px;
text-align:center;
line-height: 80px;
border-radius: 50%;
border: solid 16px #ffff00;
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);

}
.ylcir05,.ylcir06, .ylcir07, .ylcir08, .ylcir09
{
  transform-origin: center bottom;
  animation: yurayura 2s linear infinite;
}

@keyframes yurayura {
0% , 100% {
    transform: rotate(1deg);
}
50%{
    transform: rotate(-1deg);
}
}



.price_pannel {
margin-top: 1rem;
}

.price_pannel ul li.waku {
background-color: #FFF;
border-radius: 12px;
padding: 2rem;
margin-bottom: 2rem;
display: flex;
align-items: center;
}
.goal {
font-size: 1.1rem;
font-weight: 600;
border-bottom: 1px solid #000;
padding-bottom: .6rem;
margin-bottom: 1rem;
}
.plan_name span {
background-color: #fff;
padding: .2rem .6rem;
border-radius: 4px;
color: #000;
font-weight: 600;
font-size: .7rem;
margin-right: 1rem;
display: inline-block;
margin-bottom: .4rem;
}
.plan_name {
display: flex;
flex-wrap: wrap;
background-color: #FDF95D;
 padding: 1rem 1rem .5rem;
 border-radius: 4px;
 color: #000;
 font-weight: 600;
 margin-bottom: .6rem;
}
ul.plan_detail {
background-color: #F6F6F6;
padding: 1rem 2rem;
  margin: 1rem 0;
  border-radius: 12px;
}
ul.plan_detail .goal2 {
font-weight: 600;
margin-bottom: 1rem;
  border-bottom: 1px solid #000;
  padding-bottom: 1rem;
}

.price_pannel ul.plan_detail > li {
  padding: .4rem 0 .2rem;
  display: block;
    list-style: disc;
}


ul.plan_detail > li::before {
 content: "・";
 padding-right: 5px;

}

ul.plan_detail > li {


text-align: left;
}
.price_pannel_txt {
width:68%;
padding-right: 3rem;

}
.price_pannel_price {
width: 32%;
  border-left: 1px solid #000;
  padding: 3rem;
  display: flex;
  justify-content: center;

}
.price_pannel ul li.waku:hover,
.featurebox ul li .feature_content:hover,
.featurebox2 ul li .feature_content:hover,
.services_list ul li .services_list_content:hover,
.lineup_content div .worries_img:hover,
ul.process li:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.075);
position: relative;
}
.price_pannel_price .price {
font-size: 5.6rem;
}

.price_pannel_price .price2 {
display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 1rem;
}
.price_pannel_price .price2{
font-size: 2rem;
font-weight: 600;
}
.price_pannel_price .price2 span {
background-color:#7B7B7B; 
   padding: .2rem .6rem;
 border-radius: 4px;
 color: #fff;
 font-weight: 600;
 font-size: 1rem;
}

div.process {
margin: 2rem 0 3rem;
}
ul.process {
display: grid;
grid-template-rows: auto;
grid-template-columns:  1fr 1fr 1fr 1fr;
gap:  3rem;



}
ul.process li {
border:  2px solid #000;
  border-radius: 12px;
  padding: 2rem;
  position: relative;
}


ul.process li p.title {
font-weight: 600;
margin-bottom: 2rem;
margin-top: 2rem;
text-align: center;
min-height:56px;
font-size: 1.1rem;
}

ul.process li .arrow{
display: inline-block;
vertical-align: middle;
margin-left: 10px;
width: 20px;
height: 2px;
background-color: #000;
position: absolute;
  top: 50%;
  right: -20px;
}
ul.process li p {
margin-bottom: 2rem;
}


.arrow:before,
.arrow:after{
content: "";
display: block;
width: 14px;
height: 2px;
background-color: #000;
position: absolute;
right: -4px;
}
.arrow:before{
top: -5px;
transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.arrow:after{
bottom: -5px;
transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
.services_list ul {

grid-template-columns:  1fr;
gap:  .2rem;
}

.services_list,
.featurebox,
.featurebox2 {
padding: 0 1rem;
}

.services_list ul li .services_list_content,
.featurebox ul,
.featurebox2 ul {
grid-template-columns: 1fr;
}

.featurebox ul li:nth-child(2),
.featurebox ul li:nth-child(3),
.featurebox2 ul li:nth-child(2), {
margin-top: 0;
}

.pricebg {
padding: 2rem 1rem;
}
.price_pannel ul li.waku {
padding: 0 1.4rem 1rem;
flex-direction: column-reverse;
}
.price_pannel_price {
border-left: none;
width: 100%;
padding: 1rem 1rem 0;
border-bottom: 1px solid #000;
}
.price_pannel_txt {
width: 100%;
padding-right: 0;
margin-top:1rem;
}
.plan_name {
font-size: .8rem;
font-weight: normal;
letter-spacing: .05rem;
}
p.worries,
.goal {
font-size: 1rem;
}
.price_pannel_price .price2 {
  font-size: 1.4rem;
}
.price_pannel_price .price {
  font-size: 4.6rem;
}

}

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

h2.services {
line-height: 2;
letter-spacing: .1rem;
}
.services_list h2 {
font-size: 1.1rem;
}
.services_list_list ul,
p.desc,
ul.plan_detail,
ul.process li p.title {
font-size: .9rem;
min-height:1px;
}
.price_pannel ul.plan_detail > li,
ul.process li p {
font-size: .8rem;
}
div.process {
padding: 1rem;
margin: 1rem 0;
}
ul.process {
    grid-template-columns: 1fr;
}

ul.plan_detail {
padding: 1rem;
}
ul.process li .arrow {
  position: absolute;
  width: 2px;
  height: 20px;
    top: 226px;

  bottom: -20px;
  left: 45%;
}
.arrow:before {
  top: 15px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  right: -2px;
}
.arrow:after {
  bottom: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  right: -10px;
}
.goal {
    text-align: center;
  }
.featurebox ul li, .featurebox2 ul li,
.featurebox ul li:nth-child(2),
.featurebox2 ul li:nth-child(2),
.featurebox ul li:nth-child(3){
margin-top: 4%;
}


}

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

.btns {
padding: 0;
}

}

@media screen and (max-width:  1024px) {
.price_pannel_price{
    padding: 1rem 1rem;
}
}


.nodisc {
list-style: none;
}

ul.writing {
list-style: disc;
display: flex;
flex-wrap: nowrap;
flex-direction: column;
margin: 0.5rem 0 0 2rem;
gap: 0;
}
ul.writing li {
margin-top: .5rem;
}
ul.writing li:nth-child(2){
margin-top: .5rem;
}


.writing_div {
margin-bottom: 3rem;
}
.writing_div_in {
display: flex;
flex-wrap: nowrap;
justify-content: center;
  align-items: center;

}


.writing_div_in h2 {
font-size: 1.4rem;
  letter-spacing: .25rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
.support_img {
padding: 4rem 0;
}

@media screen and (max-width: 576px) {
.writing_div {
  padding: 0 1rem;
}
.writing_div_in {
  flex-direction: column-reverse;
}
.writing_div_in.reverse{
  flex-direction: column;
  margin-top: 3rem;
}
.writing_div_in h2 {
  font-size: 1.1rem;
}
}


.no_num {
background-color: #F9F8F8;
padding-top: 3rem;
}


.writers ul {

  display: grid;
grid-template-rows: auto;
grid-template-columns:  1fr 1fr;
gap:  3rem;
margin-top: 2rem;
}


.writers ul li {
background-color: #F6F6F6;
display: flex;
padding: 2rem 2rem;
border-radius: 8px;
}

.writers ul li .writer_img {
width: 20%;
}
.writers ul li .writer_img p {
text-align: center;
font-weight: 600;
font-size: .8rem;
}


.writers ul li .writer_txt {
width: 76%;
margin-left: 4%;
padding-top: .6rem;
font-size:1rem;
}
.writers {
margin-bottom: 4rem;
}

@media screen and (max-width: 576px) {
.writers {
  padding: 0 2rem;
}
.writers ul {
  grid-template-columns:  1fr;
}
.writers ul li {
  flex-wrap: wrap;
  flex-direction: column;
}
.writers ul li .writer_img {
width: 50%;
margin: 0 25%;
}


.writers ul li .writer_txt {
width: 100%;
margin-left: 0;
padding-top: .6rem;
}

}



/*Movie ADD*/

.moviebox {
background-color: #ffff00;
padding: 2em;
max-width: 50%;
margin: 1em auto;
border-radius: 8px;
}
.movie {

position: relative;
}
.movie .btn {
position: absolute;
z-index: 1;
top: calc(50% - 50px);
left: calc(50% - 50px);
cursor: pointer;
}
.movie .btn img {
width: 100px;
height: auto;
}

@media screen and (max-width: 576px) {
.moviebox {
  max-width: 100%;
  padding: 1em;
}
.movie .btn {

  top: calc(50% - 50px);
  left: calc(50% - 50px);
}

}
ul.process li:last-child {
display:flex;
align-items: center;
justify-content: center;

}


/*0131 add*/
.inside {
    position: relative;
    display: flex;
    padding: 2em 1em;
}
.inside div {
width: 30%;
background-color: #fff;
border: 6px solid #e5e5e5;
padding: 1em;
border-radius: 8px;
margin-right: 5%;
margin-top: 2em;

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

}

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

.inside_u_1:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: 40%;
  left: 30%;
  border-style: solid;
  border-color: #e5e5e5 transparent transparent transparent;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid #e5e5e5;
  z-index: 1;
}
.inside_u_2:after{
  content: "";
position: absolute;
width: 0;
height: 0;
bottom: 40%;
left: 64%;
border-style: solid;
border-color: #e5e5e5 transparent transparent transparent;
 border-top: 30px solid transparent;
border-bottom: 30px solid transparent;
border-left: 30px solid #e5e5e5;
z-index: 1;
}

@media screen and (max-width: 576px) { 
.inside_u_1:after{
  content: "";
position: absolute;
width: 0;
height: 0;
top: 430px;
  left: 40%;
border-style: solid;
border-color: #e5e5e5 transparent transparent transparent;
 border-top: 30px solid #e5e5e5;
border-right: 30px solid transparent;
border-left: 30px solid transparent;
z-index: 1;
}
.inside_u_2:after{
  content: "";
position: absolute;
width: 0;
height: 0;
top: 730px;
  left: 40%;
border-style: solid;
border-color: #e5e5e5 transparent transparent transparent;
 border-top: 30px solid #e5e5e5;
border-right: 30px solid transparent;
border-left: 30px solid transparent;
z-index: 1;
}
.inside {
flex-direction: column;
}
.inside div { 
width: 100%;
}


}

.stimg {
position: absolute;
width: 140px;
right: -40px;
bottom: -60px;
}
.ndimg {
  position: absolute;
width: 110px;
right: 0;
bottom: -140px;
}
.rdimg {
  position: absolute;
width: 110px;
right: 0;
bottom: -180px;
}
@media screen and (max-width: 576px) { 
.ndimg {
width: 80px;
right: -30px;
bottom: -40px;
}
.rdimg {
width: 80px;
bottom: 0px;
}
}

.grgr {
background: linear-gradient(180deg, white, #e5e5e5);
}
.sankaku {
 background-color: #e5e5e5;
width: 100%;
height: 100px;
clip-path: polygon(0 0, 100% 0%, 50% 100%);
}

.inside_midasi h2 {
font-weight: 600;
  font-size: 1.4rem;
  letter-spacing: .25rem;
  text-align: center;
  line-height: 1.8;
  margin-top: 2em;
  margin-bottom: 3em;

}
.inside_midasi h2 > span {
  font-size: 120%;
  background:linear-gradient(transparent 60%, #ffff00 60%);

}
@media screen and (max-width: 576px) { 
.inside_midasi h2 {
  padding: 0 1em 1em;
  font-size: 1.2rem;
}
}
.greybg {
background-color: #e5e5e5;

}
.pad3plus {
padding: 5em 0;
}
/*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 {
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;
display: table-cell;
  vertical-align: middle;
}
.clabel_in .lastborder span {
font-size: 120%;
font-weight: 600;
}

.btns {
text-align: center;
}


/* 0208 salesforce add*/


.salesforce_list {
  margin-top: 3rem;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.dekiru_title {
  text-align: center;
  padding: 2rem;
  border: 1px solid #ccc;
}

.dekiru_title h2 {
  font-size: 1.4rem;
  font-weight: 600;
}

.dekiru_content {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  border: 1px solid #ccc;
  border-collapse: collapse;
}

.content_inner {
  padding: 2rem 1rem 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-left: .5px solid #ccc;
  border-right: .5px solid #ccc;
  border-collapse: collapse;
}

.content_inner h3 {
  font-size: 1rem;
  text-align: center;
  min-height: 77px;

}

.content_inner img {
  width: 40px;
}

.cta_top_part {
  display: block;
  width: 60%;
  margin: 4rem auto;
  text-align: center;
  font-weight: 800;
  color: #000;
}

.cta_top_part span {
  background: linear-gradient(transparent 50%, #ffff00 50%);
}

.cta_top_part img {
  width: 40%;
}


.cta_middle {
  background-color: #f0f0f0;
  padding: 3rem 0;
}

.cta_middle_msg {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cta_middle_msg h2 {
  font-weight: 800;
  font-size: 2rem;
}

.cta_middle_img img {
  width: 240px;
}

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

  .salesforce_list {
    padding: 1rem;
    margin-top: 1rem;
    grid-template-columns: 1fr;

  }

  .dekiru_title h2 {
    font-size: 1.1rem;
  }

  .dekiru_title {
    padding: 1rem;
  }

  .content_inner {
    padding: 2rem .6rem;
  }

  .content_inner img {
    width: 24px;
  }

  .content_inner h3 {
    font-size: .76rem;
    margin: 1rem 0 .6rem;
    line-height: 1.4;
    min-height: 57px;
  }

  .content_inner {
    padding: 1rem .4rem 0;
  }

  .cta_top_part {
    margin: 0;
    padding: 2rem;
    width: 100%;
  }

  .cta_top_part img {
    width: 200px;
  }

  h1.cta_top_part {
    font-size: 1.8rem;
  }

  .cta_middle_msg {
    flex-direction: column-reverse;
  }

  .cta_middle_img img {
    width: 180px;
  }

  .cta_middle_msg h2 {
    padding: 2rem 2rem 0;
    text-align: center;
    font-size: 1.4rem;
  }

  .featurebox ul li:nth-child(2),
  .featurebox2 ul li:nth-child(2),
  .featurebox ul li:nth-child(3) {
    margin-top: 2%;
  }
  
}