/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/* ---- reset ----*/
*,*::before,*::after {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
  position: relative;
	border: none;
}

html {
	font-size: 62.5%;
  width: 100%;
  height: 100%;
}

main {
  overflow: hidden;
}

ol,ul,li {
	list-style: none;
	list-style-type: none;
}

table,tr,th,td {
	/*border-collapse: collapse;*/
  border-collapse: separate;
  border-spacing: 0;
	text-indent: 0;
}

iframe {
  border-style: none;
}

header,footer,main,section,nav,menu,article,aside,details,figcaption,figure {
	display: block;
}

h1,h2,h3,h4,h5,h6 {
	font-size: inherit;
	font-weight: inherit;
  margin: 0;
}

p,ul,ol,table {
  margin: 0;
}
ul{
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
  unicode-bidi: 0;
}

img {
  width: 100%;
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

/* ---- common ----*/
body {
  height: 100%;
  color: #494a52;
  font-size: 1.6rem;
  line-height: 1.6;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-style: normal;
  /*word-break: normal;*/
}
@media screen and (max-width: 1366px) {
  body {
    font-size: 1.17vw;
  }
}
@media screen and (max-width: 828px) {
  body {
    font-size: 3.86vw;
  }
}


@media screen and (min-width: 829px) {
  a {
    transition: 0.3s;
    }
  }
  a:hover {
    opacity: 0.5;
  }
}

@media screen and (min-width: 829px) {
  .show-pc {
    display: inline;
  }
}
@media screen and (max-width: 828px) {
  .show-pc {
    display: none !important;
  }
}
@media screen and (min-width: 829px) {
  .show-sp {
    display: none !important;
  }
}
@media screen and (max-width: 828px) {
  .show-pc {
    display: inline;
  }
}

.inner-1366,
.inner-1280,
.inner-1200 {
  margin-right: auto;
  margin-left: auto;
}

.inner-1366 {
  width: 1366px;
}
@media screen and (max-width: 1366px) {
  .inner-1366 {
    width: 100%;
  }
}
@media screen and (max-width: 828px) {
  .inner-1366 {
    width: 100%;
  }
}

.inner-1280 {
  width: 1280px;
}
@media screen and (max-width: 1366px) {
  .inner-1280 {
    width: 93.7%;
  }
}
@media screen and (width: 828px) {
  .inner-1280 {
    width: 91.7%;
  }
}

.inner-1200 {
  width: 1200px;
}
@media screen and (max-width: 1366px) {
  .inner-1200 {
    width: 87.8%;
  }
}
@media screen and (max-width: 828px) {
  .inner-1200 {
    width: 91.7%;
  }
}

.title {
  font-weight: 700;
}

/* ---- header ----*/
.header {
  width: 100%;
  height: 72px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1366px) {
  .header {
    height: 5.27vw;
  }
}
@media screen and (max-width: 828px) {
  .header {
    height: 12.0vw;
  }
}

.header .logo {
  width: 187px;
}
@media screen and (max-width: 1366px) {
  .header .logo {
    width: 13.6vw;
  }
}
@media screen and (max-width: 828px) {
  .header .logo {
    width: 35.7vw;
  }
}

/* ---- mv ----*/
.mv {
  background: #c92b26;
  padding: 56px 0 48px;
}
@media screen and (max-width: 1366px) {
  .mv {
    padding: 4.09vw 0 3.51vw;
  }
}
@media screen and (max-width: 828px) {
  .mv {
    
    padding: 4.83vw 0 18vw;
  }
}

.mv::before {
  content: "";
  width: 100%;
  height: 250px;
  background: #c92b26;
  position: absolute;
  bottom: -250px;
  left: 0;
}
@media screen and (max-width: 1366px) {
  .mv::before {
    height: 18.3vw;
    bottom: -18.3vw;
  }
}
@media screen and (max-width: 828px) {
  .mv::before {
  }
}

@media screen and (min-width: 829px) {
  .mv .wrapper {
    display: flex;
    justify-content: space-between;
  }
}

.mv .mainContainer {
  left: 40px;
}
@media screen and (max-width: 1366px) {
  .mv .mainContainer {
    left: 2.92vw;
  }
}
@media screen and (max-width: 828px) {
  .mv .mainContainer {
    left: 0;
  }
}

.mv .imageContainer {
  margin-top: -16px;
}
@media screen and (max-width: 1366px) {
  .mv .imageContainer {
    margin-top: -1.17vw;
  }
}
@media screen and (max-width: 828px) {
  .mv .imageContainer {
    margin-top: 0;
  }
}

.mv .comment {
  width: 317px;
  margin: auto;
}
@media screen and (max-width: 1366px) {
  .mv .comment {
    width: 23.2vw;
  }
}
@media screen and (max-width: 828px) {
  .mv .comment {
    width: 57.0vw;
  }
}

.mv .title {
  width: 496px;
  margin-top: 20px;
}
@media screen and (max-width: 1366px) {
  .mv .title {
    width: 36.3vw;
    margin-top: 1.46vw;
  }
}
@media screen and (max-width: 828px) {
  .mv .title {
    width: 85.7vw;
    margin: 3.62vw auto 0;
  }
}

.mv .text {
  margin-top: 32px;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1366px) {
  .mv .text {
    margin-top: 2.34vw;
    font-size: 1.61vw;
  }
}
@media screen and (max-width: 828px) {
  .mv .text {
    margin-top: 5.55vw;
    font-size: 3.86vw;
  }
}

.mv .cta {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
}
@media screen and (max-width: 1366px) {
  .mv .cta {
    margin-top: 2.34vw;
  }
}
@media screen and (max-width: 828px) {
  .mv .cta {
    
    margin-top: 70vw;
  }
}

.mv .cta .button a {
  
  width: 380px;
  height: 72px;
  border-radius: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  
  background: #ffdd40;
  color: #c92b26;
  text-align: center;
}
@media screen and (max-width: 1366px) {
  .mv .cta .button a {
    
    width: 27.8vw;
    height: 5.27vw;
    border-radius: 5.27vw;
  }
}
@media screen and (max-width: 828px) {
  .mv .cta .button a {
    
    width: 86vw;
    height: 15.4vw;
    border-radius: 15.4vw;
  }
}

.mv .cta .button.button-contact {
  margin-right: 16px;
}
@media screen and (max-width: 1366px) {
  .mv .cta .button.button-contact {
    margin-right: 1.17vw;
  }
}
@media screen and (max-width: 828px) {
  .mv .cta .button.button-contact {
    margin-right: 2.65vw;
  }
}

.mv .cta .button.button-contact a {
  background: #ffdd40;
}

.mv .cta .button a span {
  display: block;
  line-height: 1.4;
}

.mv .cta .button a .main {
  font-size: 2.0rem;
  font-weight: 700;
}
@media screen and (max-width: 1366px) {
  .mv .cta .button a .main {
    font-size: 1.46rem;
  }
}
@media screen and (max-width: 828px) {
  .mv .cta .button a .main {
    font-size: 4.83vw;
  }
}

.mv .cta .button a .sub {
  font-weight: 500;
}
@media screen and (max-width: 828px) {
  .mv .cta .button a .sub {
    font-size: 3.01vw;
  }
}

.mv .capture {
  
  width: 694px;
}
@media screen and (max-width: 1366px) {
  .mv .capture {
    
    width: 50.8vw;
  }
}
@media screen and (max-width: 828px) {
  .mv .capture {
    position: absolute;
    left: 0;
    right: -5vw;
    margin: auto;
    
    width: 91vw;
    top: -80.5vw;
  }
}

.mv .flow {
  width: 571px;
  margin: 21px auto 0;
}
@media screen and (max-width: 1366px) {
  .mv .flow {
    width: 41.8vw;
    margin-top: 1.53vw;
  }
}
@media screen and (max-width: 828px) {
  .mv .flow {
    width: 100%;
    margin-top: 5.79vw;
  }
}

/* ---- issue ----*/
.issue .container {
  z-index: 2;
  width: 1280px;
  /*height: 497px;*/
  height: 592px;
  margin: auto;
  background: url(https://8598105.fs1.hubspotusercontent-na2.net/hubfs/8598105/RPA/macroman/images/jidoca-sales/issue_bg.webp) no-repeat center center;
  /*background-size: 100%;*/
  background-size: 100% 100%;
  padding-top: 96px;
  text-align: center;
}
@media screen and (max-width: 1366px) {
  .issue .container {
    width: 93.7vw;
    height: 43.3vw;
    padding-top: 7.02vw;
  }
}
@media screen and (max-width: 828px) {
  .issue .container {
    background: #e6e6e6;
    width: 100%;
    height: 100%;
    padding: 6vw 0 8vw;
  }
  .issue .container::before,
  .issue .container::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 6.76vw;
    right: 0;
    left: 0;
  }
  .issue .container::before {
    background: url(https://8598105.fs1.hubspotusercontent-na2.net/hubfs/8598105/RPA/macroman/images/jidoca-sales/issue_bg_top_sp.webp) no-repeat center center;
    background-size: 100% 100%;
    top: -6.7vw;
  }
  .issue .container::after {
    background: url(https://8598105.fs1.hubspotusercontent-na2.net/hubfs/8598105/RPA/macroman/images/jidoca-sales/issue_bg_bottom_sp.webp) no-repeat center center;
    background-size: 100% 100%;
    bottom: -6.76vw;
  }
}

.issue .container > .text {
  margin-top: 20px;
}
@media screen and (max-width: 1366px) {
  .issue .container > .text {
    margin-top: 1.46vw;
  }
}
@media screen and (max-width: 828px) {
  .issue .container > .text {
    margin-top: 4.4vw;
    font-size: 3.38vw;
  }
}

.issue .container > .title {
  width: 544px;
  margin: auto;
}
@media screen and (max-width: 1366px) {
  .issue .container > .title {
    width: 39.8vw;
  }
}
@media screen and (max-width: 828px) {
  .issue .container > .title {
    width: 89.3vw;
  }
}

/*
@media screen and (min-width: 829px) {
  .issue .list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 52px;
  }
}
@media screen and (max-width: 1366px) {
  .issue .list {
    gap: 3.80vw;
  }
}
@media screen and (max-width: 828px) {
  .issue .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 12.5vw;
  }
}
*/
@media screen and (min-width: 829px) {
  .issue .container .list {
    display: flex;
    justify-content: center;
    margin-top: 28px;
  }
}
@media screen and (max-width: 1366px) {
  .issue .container .list {
    margin-top: 2.04vw;
  }
}
@media screen and (max-width: 828px) {
  .issue .container .list {
    margin-top: 6.5vw;
  }
}

.issue .container .list .item:not(:first-child) {
  margin-left: 52px;
}
@media screen and (max-width: 1366px) {
  .issue .container .list .item:not(:first-child) {
    margin-left: 3.80vw;
  }
}
@media screen and (max-width: 828px) {
  .issue .container .list .item:not(:first-child) {
    margin: 12.5vw 0 0;
  }
}

.issue .container .list .item:not(:first-child) .image::before {
  content: "";
  background: url(https://8598105.fs1.hubspotusercontent-na2.net/hubfs/8598105/RPA/macroman/images/jidoca-sales/line_dotted_vertical.webp) no-repeat center center;
  background-size: 100%;
  width: 2px;
  height: 128px;
  position: absolute;
  left: -74px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 1366px) {
  .issue .container .list .item:not(:first-child) .image::before {
    width: 0.14vw;
    height: 9.37vw;
    left: -5.41vw;
  }
}
@media screen and (max-width: 828px) {
  .issue .container .list .item:not(:first-child) .image::before {
    background-image: url(https://8598105.fs1.hubspotusercontent-na2.net/hubfs/8598105/RPA/macroman/images/jidoca-sales/line_dotted_horizontal.webp);
    width: 70.2vw;
    height: 0.60vw;
    left: -17.5vw;
    right: 0;
    top: -7vw;
    bottom: auto;
  }
}

.issue .container .list .item {
  width: 270px;
}
@media screen and (max-width: 1366px) {
  .issue .container .list .item {
    width: 19.7vw;
  }
}
@media screen and (max-width: 828px) {
  .issue .container .list .item {
    width: 100%;
  }
}

.issue .list .image {
  width: 168px;
  margin: auto;
}
@media screen and (max-width: 1366px) {
  .issue .list .image {
    width: 12.2vw;
  }
}
@media screen and (max-width: 828px) {
  .issue .list .image {
    width: 34.4vw;
  }
}

.issue .list .title {
  margin-top: 16px;
  font-size: 2.2rem;
}
@media screen and (max-width: 1366px) {
  .issue .list .title {
    margin-top: 1.17vw;
    font-size: 1.61vw;
  }
}
@media screen and (max-width: 828px) {
  .issue .list .title {
    margin-top: 3vw;
    /*font-size: 5.31vw;*/
    font-size: 4.8vw;
  }
}

.issue .list .text {
  margin-top: 12px;
}
@media screen and (max-width: 1366px) {
  .issue .list .text {
    margin-top: 0.87vw;
  }
}
@media screen and (max-width: 828px) {
  .issue .list .text {
    margin-top: 2.6vw;
    font-size: 3.38vw;
  }
}

.issue .benefit {
  display: block;
  width: 783px;
  height: 251px;
  margin: 0 auto;
  padding-top: 120px;
  text-align: center;
}
@media screen and (max-width: 1366px) {
  .issue .benefit {
    width: 57.3vw;
    height: 18.3vw;
    padding-top: 8.78vw;
  }
}
@media screen and (max-width: 828px) {
  .issue .benefit {
    margin-top: 9vw;
    width: 94.2vw;
    height: 44.5vw;
    padding-top: 19.3vw;
  }
}

.issue .benefit .message {
  font-size: 2.8rem;
  font-weight: 700;
}
@media screen and (max-width: 1366px) {
  .issue .benefit .message {
    font-size: 2.04vw;
  }
}
@media screen and (max-width: 828px) {
  .issue .benefit .message {
    font-size: 4.46vw;
  }
}
.issue .benefit .message::before {
  content: "";
  background: url(https://8598105.fs1.hubspotusercontent-na2.net/hubfs/8598105/RPA/macroman/images/jidoca-sales/arrow_triangle.webp) no-repeat center center;
  background-size: contain;
  width: 123px;
  height: 90px;
  position: absolute;
  left: 0;
  right: 0;
  top: -112px;
  margin: auto;
}
@media screen and (max-width: 1366px) {
  .issue .benefit .message::before {
    width: 9vw;
    height: 6.58vw;
    top: -8.19vw;
  }
}
@media screen and (max-width: 828px) {
  .issue .benefit .message::before {
    width: 21.2vw;
    height: 14.8vw;
    top: -19.3vw;
  }
}

.issue .benefit::before,
.issue .benefit::after {
  content: "";
  position: absolute;
  bottom: 0;
}

.issue .benefit::before {
  background: url(https://8598105.fs1.hubspotusercontent-na2.net/hubfs/8598105/RPA/macroman/images/jidoca-sales/benefit_deco_01.webp) no-repeat center center;
  background-size: contain;
  width: 177px;
  height: 209px;
  left: 0;
}
@media screen and (max-width: 1366px) {
  .issue .benefit::before {
    width: 12.9vw;
    height: 15.3vw;
  }
}
@media screen and (max-width: 828px) {
  .issue .benefit::before {
    width: 28.5vw;
    height: 33.5vw;
  }
}

.issue .benefit::after {
  background: url(https://8598105.fs1.hubspotusercontent-na2.net/hubfs/8598105/RPA/macroman/images/jidoca-sales/benefit_deco_02.webp) no-repeat center center;
  background-size: contain;
  width: 137px;
  height: 216px;
  right: 0;
}
@media screen and (max-width: 1366px) {
  .issue .benefit::after {
    width: 10.0vw;
    height: 15.8vw;
  }
}
@media screen and (max-width: 828px) {
  .issue .benefit::after {
    width: 22.1vw;
    height: 34.6vw;
  }
}

.red {
  color: #c92b26
}


/* ---- function ----*/
.function {
  text-align: center;
  padding-top: 64px;
}
@media screen and (max-width: 1366px) {
  .function {
    padding-top: 4.68vw;
  }
}
@media screen and (max-width: 828px) {
  .function {
    padding-top: 14vw;
  }
}

.function > .title {
  
  width: 448px;
  margin: auto;

}
@media screen and (max-width: 1366px) {
  .function >.title {
    
    width: 32.7vw;
  }
}
@media screen and (max-width: 828px) {
  .function >.title {
    
    width: 82.4vw;
  }
}

.function > .text {
  margin-top: 32px;
}
@media screen and (max-width: 1366px) {
  .function>.text {
    margin-top: 2.34vw;
  }
}
@media screen and (max-width: 828px) {
  .function > .text {
    margin-top: 5.79vw;
    font-size: 3.38vw;
  }
}

.function .list {
  width: 940px;
  margin: 36px auto 0;
  display: grid;
  justify-items: center;
  align-items: center;
  
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 1366px) {
  .function .list {
    width: 67.3vw;
    margin-top: 2.63vw;
    gap: 2.92vw;
  }
}
@media screen and (max-width: 828px) {
  .function .list {
    
    margin-top: 7.72vw;
    gap: 2vw;
    width: 100%;
  }
}

.function .list .item {
  background: #f7f7f7;
  width: 100%;
  
  padding: 40px 16px;
  border-radius: 8px;
}
@media screen and (max-width: 1366px) {
  .function .list .item {
    
    padding: 2.92vw 1.17vw;
    border-radius: 0.58vw;
  }
}
@media screen and (max-width: 828px) {
  .function .list .item {
    padding: 4vw 1.17vw 3.5vw;
    border-radius: 0.96vw;
  }
}


.function .list .image {
  width: 100px;
  margin: auto;
}
@media screen and (max-width: 1366px) {
  .function .list .image {
    width: 7.32vw;
  }
}
@media screen and (max-width: 828px) {
  .function .list .image {
    width: 16.6vw;
  }
}

.function .list .title {
  margin-top: 18px;
  font-size: 2.4rem;
  
}
@media screen and (max-width: 1366px) {
  .function .list .title {
    margin-top: 1.31vw;
    font-size: 1.75vw;
  }
}
@media screen and (max-width: 828px) {
  .function .list .title {
    margin-top: 2.89vw;
    font-size: 3.86vw;
  }
}

.function .list .text {
  margin-top: 12px;
  font-size: 1.5rem;
}
@media screen and (max-width: 1366px) {
  .function .list .text {
    margin-top: 0.87vw;
    font-size: 1.09vw;
  }
}
@media screen and (max-width: 828px) {
  .function .list .text {
    margin-top: 2vw;
    font-size: 2.6vw;
  }
}

.function .list .comment {
  width: 79px;
  position: absolute;
  top: 0;
  right: 22px;
}
@media screen and (max-width: 1366px) {
  .function .list .comment {
    width: 5.78vw;
    right: 1.61vw;
  }
}
@media screen and (max-width: 828px) {
  .function .list .comment {
    width: 14.3vw;
    right: 0;
  }
}


/* ---- step ----*/
.step {
  text-align: center;
  padding: 104px 0 120px;
}
@media screen and (max-width: 1366px) {
  .step {
    padding: 7.61vw 0 8.78vw;
  }
}
@media screen and (max-width: 828px) {
  .step {
    padding: 20vw 0 18vw;
  }
}

.step >.title .sub,
.step >.title .main {
  display: block;
}

.step > .title .sub {
  font-size: 2.6rem;
}
@media screen and (max-width: 1366px) {
  .step > .title .sub {
    font-size: 1.90vw;
  }
}
@media screen and (max-width: 828px) {
  .step > .title .sub {
    font-size: 4.34vw;
  }
}

.step > .title .main {
  font-size: 4.0rem;
  color: #c92b26;
}
@media screen and (max-width: 1366px) {
  .step>.title .main {
    font-size: 2.92vw;
  }
}
@media screen and (max-width: 828px) {
  .step>.title .main {
    font-size: 6.50vw;
  }
}

.step > .logo {
  width: 240px;
  margin: 24px auto 0;
}
@media screen and (max-width: 1366px) {
  .step > .logo {
    width: 17.5vw;
    margin-top: 1.75vw;
  }
}
@media screen and (max-width: 828px) {
  .step > .logo {
    width: 40vw;
    margin-top: 4.0vw;
  }
}

.step > .text {
  margin-top: 40px;
}
@media screen and (max-width: 1366px) {
  .step > .text {
    margin-top: 2.92vw;
  }
}
@media screen and (max-width: 828px) {
  .step > .text {
    margin-top: 5.4vw;
    font-size: 3.38vw;
    font-size: 3.3vw;
    text-align: left;
  }
}



.step .stepList {
  margin-top: 64px;
}
@media screen and (max-width: 1366px) {
  .step .stepList {
    margin-top: 4.68vw;
  }
}
@media screen and (max-width: 828px) {
  .step .stepList {
    margin: 12.5vw auto 0;
  }
}

.step .stepList .item {
  background: #f7f7f7;
  padding: 40px 40px 40px 64px;
}
@media screen and (min-width: 829px) {
  .step .stepList .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1366px) {
  .step .stepList .item {
    padding: 2.92vw 2.92vw 2.92vw 4.68vw;
  }
}
@media screen and (max-width: 828px) {
  .step .stepList .item {
    padding: 6.5vw 4vw 4vw;
  }
}

.step .stepList .item:not(:first-child) {
  margin-top: 96px;
}
@media screen and (max-width: 1366px) {
  .step .stepList .item:not(:first-child) {
    margin-top: 7.02vw;
  }
}
@media screen and (max-width: 828px) {
  .step .stepList .item:not(:first-child) {
    margin-top: 13vw;
  }
}

.step .stepList .item:not(:last-child)::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid #ccc;
  border-right: 32px solid transparent;
  border-left: 32px solid transparent;
  position: absolute;
  bottom: -48px;
  right: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 1366px) {
  .step .stepList .item:not(:last-child)::before {
    border-top-width: 1.46vw;
    border-right-width: 2.34vw;
    border-left-width: 2.34vw;
    bottom: -3.51vw;
  }
}
@media screen and (max-width: 828px) {
  .step .stepList .item:not(:last-child)::before {
    border-top-width: 2.5vw;
    border-right-width: 3vw;
    border-left-width: 3vw;
    bottom: -6vw;
  }
}

.step .stepList .item::after {
  content: "";
  height: 36px;
  position: absolute;
  top: -20px;
  right: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 1366px) {
  .step .stepList .item::after {
    height: 2.63vw;
    top: -1.46vw;
  }
}
@media screen and (max-width: 828px) {
  .step .stepList .item::after {
    height: 5.5vw;
    top: -3vw;
  }
}
.step .stepList .item:nth-child(1)::after {
  background: url(https://8598105.fs1.hubspotusercontent-na2.net/hubfs/8598105/RPA/macroman/images/jidoca-sales/step1_num.webp) no-repeat center center;
  background-size: contain;
}
.step .stepList .item:nth-child(2)::after {
  background: url(https://8598105.fs1.hubspotusercontent-na2.net/hubfs/8598105/RPA/macroman/images/jidoca-sales/step2_num.webp) no-repeat center center;
  background-size: contain;
}
.step .stepList .item:nth-child(3)::after {
  background: url(https://8598105.fs1.hubspotusercontent-na2.net/hubfs/8598105/RPA/macroman/images/jidoca-sales/step3_num.webp) no-repeat center center;
  background-size: contain;
}
.step .stepList .item:nth-child(4)::after {
  background: url(https://8598105.fs1.hubspotusercontent-na2.net/hubfs/8598105/RPA/macroman/images/jidoca-sales/step4_num.webp) no-repeat center center;
  background-size: contain;
}

@media screen and (max-width: 828px) {
  .step .stepList .item:nth-child(4) .image {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
}

.step .stepList .title {
  font-size: 2.4rem;
}
@media screen and (max-width: 1366px) {
  .step .stepList .title {
    font-size: 1.75vw;
  }
}
@media screen and (max-width: 828px) {
  .step .stepList .title {
    font-size: 4vw;
  }
}

.step .stepList .thumb {
  width: 536px;
}
@media screen and (max-width: 1366px) {
  .step .stepList .thumb {
    width: 39.2vw;
  }
}
@media screen and (max-width: 828px) {
  .step .stepList .thumb {
    width: 100%;
    margin-top: 5vw;
  }
}

.step .stepList .image {
  width: 450px;
  margin-top: 48px;
}
@media screen and (max-width: 1366px) {
  .step .stepList .image {
    width: 32.9vw;
    margin-top: 3.51vw;
  }
}
@media screen and (max-width: 828px) {
  .step .stepList .image {
    width: 100%;
    margin-top: 4vw;
  }
}



/* ---- reason ----*/
.reason {
  text-align: center;
  padding: 64px 0 72px;
  background: #c92b26;
}
@media screen and (max-width: 1366px) {
  .reason {
    padding: 4.68vw 0 5.27vw;
  }
}
@media screen and (max-width: 828px) {
  .reason {
    padding: 9.66vw 0 13.5vw;
  }
}

.reason > .title {
  width: 369px;
  margin: auto;
}
@media screen and (max-width: 1366px) {
  .reason>.title {
    width: 27.0vw;
  }
}
@media screen and (max-width: 828px) {
  .reason>.title {
    width: 66.1vw;
  }
}

@media screen and (min-width: 829px) {
  .reason .list {
    margin-top: 68px;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1366px) {
  .reason .list {
    margin-top: 4.97vw;
  }
}
@media screen and (max-width: 828px) {
  .reason .list {
    margin: 12vw auto 0;
    width: 83.5vw;
  }
}

.reason .list .item {
  width: 396px;
  display: block;
}
@media screen and (max-width: 1366px) {
  .reason .list .item {
    width: 28.9vw;
  }
}
@media screen and (max-width: 828px) {
  .reason .list .item {
    width: 100%;
  }
  .reason .list .item:not(:first-child) {
    margin-top: 14vw;
  }
}

.reason .list .container{
  background: url(https://8598105.fs1.hubspotusercontent-na2.net/hubfs/8598105/RPA/macroman/images/jidoca-sales/reason_list_bg.webp) no-repeat center center;
  background-size: 100% 100%;
  height: 285px;
}
@media screen and (max-width: 1366px) {
  .reason .list .container{
    height: 20.8vw;
  }
}
@media screen and (max-width: 828px) {
  .reason .list .container{
    background-image: url(https://8598105.fs1.hubspotusercontent-na2.net/hubfs/8598105/RPA/macroman/images/jidoca-sales/reason_list_bg_sp.webp);
    height: 58.8vw;
  }
}

.reason .list .num {
  width: 66px;
  margin: 0 auto -33px;
  top: -33px;
}
@media screen and (max-width: 1366px) {
  .reason .list .num {
    width: 4.83vw;
    margin: 0 auto -2.42vw;
    top: -2.42vw;
  }
}
@media screen and (max-width: 828px) {
  .reason .list .num {
    width: 13.8vw;
    margin: 0 auto -6vw;
    top: -6.94vw;
  }
}

.reason .list .image {
  width: 92px;
  margin: 16px auto 0;
}
@media screen and (max-width: 1366px) {
  .reason .list .image {
    width: 6.73vw;
    margin-top: 1.17;
  }
}
@media screen and (max-width: 828px) {
  .reason .list .image {
    width: 19.8vw;
    margin-top: 2.41vw;
  }
}

.reason .list .title {
  margin-top: 10px;
  font-size: 2.4rem;
  color: #ffec88;
}
@media screen and (max-width: 1366px) {
  .reason .list .title {
    margin-top: 0.73vw;
    font-size: 1.75vw;
  }
}
@media screen and (max-width: 828px) {
  .reason .list .title {
    margin-top: 1.93vw;
    font-size: 4.8vw;
  }
}

.reason .list .text {
  margin-top: 16px;
  color: #fff;
}
@media screen and (max-width: 1366px) {
  .reason .list .text {
    margin-top: 1.17vw;
  }
}
@media screen and (max-width: 828px) {
  .reason .list .text {
    margin-top: 2.6vw;
    font-size: 3.38vw;
  }
}

.reason .list .comment {
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 8px;
  margin-top: 32px;
  font-size: 1.5rem;
}
@media screen and (max-width: 1366px) {
  .reason .list .comment {
    height: 8.05vw;
    border-radius: 0.58vw;
    margin-top: 2.34vw;
    font-size: 1.09vw;
  }
}
@media screen and (max-width: 828px) {
  .reason .list .comment {
    height: 100%;
    padding: 3.86vw;
    border-radius: 0.96vw;
    margin-top: 5vw;
    font-size: 2.89vw;
  }
}

.reason .list .comment::before {
  content: "";
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-bottom: 24px solid #fff;
  border-left: 10px solid transparent;
  position: absolute;
  top: -16px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 1366px) {
  .reason .list .comment::before {
    border-right-width: 0.73vw;
    border-bottom-width: 1.75vw;
    border-left-width: 0.73vw;
    top: -1.17vw;
  }
}
@media screen and (max-width: 828px) {
  .reason .list .comment::before {
    border-right-width: 4vw;
    border-bottom-width: 8vw;
    border-left-width: 4vw;
    top: -4vw;
  }
}

.reason .list .comment .underline {
  background: linear-gradient(transparent 70%, #ffec88 0%);
  display: inline;
  padding: 0 1px 0px;
  color: #c92b26;
}


/* ---- chart ----*/
.chart {
  text-align: center;
  padding: 16px 0 120px;
}
@media screen and (max-width: 1366px) {
  .chart {
    padding: 1.17vw 0 8.93vw;
  }
}
@media screen and (max-width: 828px) {
  .chart {
    padding: 0vw 0 18.8vw;
  }
}

.chart > .title {
  font-size: 4.0rem;
  color: #c92b26;
}
@media screen and (max-width: 1366px) {
  .chart > .title {
    font-size: 2.92vw;
  }
}
@media screen and (max-width: 828px) {
  .chart > .title {
    font-size: 7.0vw;
  }
}

.chart > .text {
  margin-top: 32px;
}
@media screen and (max-width: 1366px) {
  .chart>.text {
    margin-top: 2.34vw;
  }
}
@media screen and (max-width: 828px) {
  .chart>.text {
    margin-top: 5.79vw;
    font-size: 3.38vw;
    text-align: left;
  }
}

.chart .table {
  width: 100%;
  margin-top: 48px;
}
@media screen and (max-width: 1366px) {
  .chart .table {
    margin-top: 3.51vw;
  }
}
@media screen and (max-width: 828px) {
  .chart .table {
    margin-top: 5.79vw;
  }
}

.chart .table tr th {
  background: #c92b26;
  color: #fff;
  font-weight: bold;
}

.chart .table tr th,
.chart .table tr td {
  padding: 16px;
  width: 28%;
}
@media screen and (max-width: 1366px) {
  .chart .table tr th,
  .chart .table tr td {
    padding: 1.17vw;
  }
}
@media screen and (max-width: 828px) {
  .chart .table tr th,
  .chart .table tr td {
    padding: 1.93vw;
    font-size: 2.2vw;
  }
}

.chart .table tr th:first-child,
.chart .table tr td:first-child {
  width: 16%;
}

.chart .table tr:first-child th:last-child {
  color: #ffec88;
}
.chart .table tr:first-child th:last-child span {
  z-index: 2;
}

.chart .table tr:first-child th:last-child .logo {
  width: 150px;
  margin: auto;
}
@media screen and (max-width: 1366px) {
  .chart .table tr:first-child th:last-child .logo {
    width: 10.9vw;
  }
}
@media screen and (max-width: 828px) {
  .chart .table tr:first-child th:last-child .logo {
    width: 19.0vw;
  }
}

.chart .table tr th,
.chart .table tr td {
 border-bottom: 1px solid #ddd;
}

.chart .table tr th:not(:first-child),
.chart .table tr td:not(:first-child) {
 border-left: 1px solid #ddd;
}

.chart .table tr th:last-child,
.chart .table tr td:last-child {
 border-right: 1px solid #ddd;
}

.chart .table tr:first-child th:first-child {
  background: none;
}

.chart .table .mark {
  font-size: 2.0rem;
  font-weight: 700;
  color: #c92b26;
  width: 32px;
  height: 32px;
  margin: auto;
}
@media screen and (max-width: 1366px) {
  .chart .table .mark {
    font-size: 1.46vw;
    width: 2.34vw;
    height: 2.34vw;
  }
}
@media screen and (max-width: 828px) {
  .chart .table .mark {
    font-size: 2.41vw;
    width: 3.86vw;
    height: 3.86vw;
  }
}

.chart .table .text {
  margin-top: 4px;
  z-index:2;
}
@media screen and (max-width: 1366px) {
  .chart .table .text {
    margin-top: 0.29vw;
  }
}
@media screen and (max-width: 828px) {
  .chart .table .text {
    margin-top: 1.2vw;
    font-size: 2.0vw;
    line-height: 1.4;
  }
}

.chart .table .mark-nijumaru::before,
.chart .table .mark-maru::before,
.chart .table .mark-sankaku::before,
.chart .table .mark-batsu::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0;
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 1366px) {
  .chart .table .mark-nijumaru::before,
  .chart .table .mark-maru::before,
  .chart .table .mark-sankaku::before,
  .chart .table .mark-batsu::before {
    width: 2.34vw;
    height: 2.34vw;
  }
}
@media screen and (max-width: 828px) {
  .chart .table .mark-nijumaru::before,
  .chart .table .mark-maru::before,
  .chart .table .mark-sankaku::before,
  .chart .table .mark-batsu::before {
    width: 3.86vw;
    height: 3.86vw;
  }
}

.chart .table .mark-nijumaru::before {
  background: url(https://8598105.fs1.hubspotusercontent-na2.net/hubfs/8598105/RPA/macroman/images/jidoca-sales/icon_nijumaru.svg) no-repeat center center;
  background-size: contain;
}
.chart .table .mark-maru::before {
  background: url(https://8598105.fs1.hubspotusercontent-na2.net/hubfs/8598105/RPA/macroman/images/jidoca-sales/icon_maru.svg) no-repeat center center;
  background-size: contain;
}
.chart .table .mark-sankaku::before {
  background: url(https://8598105.fs1.hubspotusercontent-na2.net/hubfs/8598105/RPA/macroman/images/jidoca-sales/icon_sankaku.svg) no-repeat center center;
  background-size: contain;
}
.chart .table .mark-batsu::before {
  background: url(https://8598105.fs1.hubspotusercontent-na2.net/hubfs/8598105/RPA/macroman/images/jidoca-sales/icon_batsu.svg) no-repeat center center;
  background-size: contain;
}

.chart .table::after {
  content:"";
  position: absolute;
  top: -6px;
  right: -6px;
  width: calc(28% + 12px);
  height: calc(100% + 12px);
  border: 8px solid #ffdd40;
}
@media screen and (max-width: 1366px) {
  .chart .table::after {
    top: -0.43vw;
    right: -0.43vw;
    width: calc(28% + 0.87vw);
    height: calc(100% + 0.87vw);
    border-width: 0.58vw;
  }
}
@media screen and (max-width: 828px) {
  .chart .table::after {
    top: -0.72vw;
    right: -0.72vw;
    width: calc(28% + 1.44vw);
    height: calc(100% + 1.44vw);
    border-width: 0.96vw;
  }
}

/*
.chart .table tr:not(:first-child) th,
.chart .table tr:not(:first-child) td {
 border-bottom: 1px solid #ddd;
}

.chart .table tr:first-child th {
  border-bottom: 1px solid #ddd;
}
*/


/* ---- case ----*/
.case {
  padding: 96px 0 120px;
}
@media screen and (max-width: 1366px) {
  .case {
    padding: 7.02vw 0 8.93vw;
  }
}
@media screen and (max-width: 828px) {
  .case {
    padding: 14vw 0 18.8vw;
  }
}

.case > .title {
  font-size: 4.0rem;
  color: #c92b26;
  text-align: center;
}
@media screen and (max-width: 1366px) {
  .case > .title {
    font-size: 2.92vw;
  }
}
@media screen and (max-width: 828px) {
  .case > .title {
    font-size: 7.0vw;
  }
}

.case > .text {
  margin-top: 32px;
  text-align: center;
}
@media screen and (max-width: 1366px) {
  .case>.text {
    margin-top: 2.34vw;
  }
}
@media screen and (max-width: 828px) {
  .case>.text {
    margin-top: 5.79vw;
    font-size: 3.38vw;
    text-align: left;
  }
}

.case .list {
  margin-top: 72px;
}
@media screen and (max-width: 1366px) {
  .case .list {
    margin-top: 5.27vw;
  }
}
@media screen and (max-width: 828px) {
  .case .list {
    margin-top: 5vw;
  }
}

.case .list .item:not(:first-child) {
  margin-top: 96px;
}
@media screen and (max-width: 1366px) {
  .case .list .item:not(:first-child) {
    margin-top: 7.02vw;
  }
}
@media screen and (max-width: 828px) {
  .case .list .item:not(:first-child) {
    margin-top: 10vw;
  }
}

.case .list .item > .title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #c92b26;
  padding: 0 0 16px 148px;
  margin-bottom: 32px;
  border-bottom: 3px solid #c92b26;
}
@media screen and (max-width: 1366px) {
  .case .list .item > .title {
    font-size: 1.90vw;
    padding: 0 0 1.17vw 10.83vw;
    margin-bottom: 2.34vw;
    border-width: 0.21vw;
  }
}
@media screen and (max-width: 828px) {
  .case .list .item > .title {
    font-size: 4.83vw;
    text-align: center;
    padding: 7vw 0 3vw;
    margin-bottom: 5vw;
  }
}

.case .list .item > .title::after {
  content: "";
  width: 110px;
  height: 54px;
  position: absolute;
  top: 0;
  bottom: 14px;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 1366px) {
  .case .list .item > .title::after {
    width: 8.05vw;
    height: 3.95vw;
    bottom: 1.02vw;
  }
}
@media screen and (max-width: 828px) {
  .case .list .item > .title::after {
    width: 10.74vw;
    height: 5.43vw;
    bottom: auto;
    right: 0;
  }
}

.case .list .item:nth-child(1) > .title::after {
  background: url(https://8598105.fs1.hubspotusercontent-na2.net/hubfs/8598105/RPA/macroman/images/jidoca-sales/case1_num.webp) no-repeat center center;
  background-size: contain;
}
.case .list .item:nth-child(2) > .title::after {
  background: url(https://8598105.fs1.hubspotusercontent-na2.net/hubfs/8598105/RPA/macroman/images/jidoca-sales/case2_num.webp) no-repeat center center;
  background-size: contain;
}
.case .list .item:nth-child(3) > .title::after {
  background: url(https://8598105.fs1.hubspotusercontent-na2.net/hubfs/8598105/RPA/macroman/images/jidoca-sales/case3_num.webp) no-repeat center center;
  background-size: contain;
}
.case .list .item:nth-child(4) > .title::after {
  background: url(https://8598105.fs1.hubspotusercontent-na2.net/hubfs/8598105/RPA/macroman/images/jidoca-sales/case4_num.webp) no-repeat center center;
  background-size: contain;
}

.case .list .caseIssue,
.case .list .solution {
  display: flex;
  align-items: center;
  padding: 32px;
  border-radius: 8px;
}
@media screen and (max-width: 1366px) {
  .case .list .caseIssue,
  .case .list .solution {
    padding: 2.34vw;
    border-radius: 0.58vw;
  }
}
@media screen and (max-width: 828px) {
  .case .list .caseIssue,
  .case .list .solution {
    padding: 5vw 5vw;
    border-radius: 2vw;
    display: block;
  }
}

.case .list .caseIssue {
  background: #f7f7f7;
}

.case .list .solution {
  background: #c92b26;
  margin-top: 24px;
}
@media screen and (max-width: 1366px) {
  .case .list .solution {
    margin-top: 1.75vw;
  }
}
@media screen and (max-width: 828px) {
  .case .list .solution {
    margin-top: 4vw;
  }
}

.case .list .head {
  width: 148px;
  min-width: 148px;
  height: 100%;
  font-size: 2.4rem;
  font-weight: 700;
  padding-right: 32px;
  text-align: center;
}
@media screen and (max-width: 1366px) {
  .case .list .head {
    width: 10.83vw;
    min-width: 10.83vw;
    font-size: 1.75vw;
    padding-right: 2.34vw;
  }
}
@media screen and (max-width: 828px) {
  .case .list .head {
    width: auto;
    display: table;
    min-width: auto;
    font-size: 2.5vw;
    padding: 0 10vw;
    margin: auto;
  }
  
  .case .list .head::before,
  .case .list .head::after {
    content: "";
    width: 6.5vw;
    height: 1px;
    background: #7b7b7b;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .case .list .head::before {
    left: 0;
  }
  .case .list .head::after {
    right: 0;
  }
  
  .case .list .solution .head::before,
  .case .list .solution .head::after {
    background: #fff;
  }
}

.case .list .caseIssue .head {
  color: #7b7b7b;
}

.case .list .solution .head .sub,
.case .list .solution .head .main {
  display: block;
  color: #fff;
}
.case .list .solution .head .sub {
  font-size: 1.2rem;
}
@media screen and (max-width: 1366px) {
  .case .list .solution .head .sub {
    font-size: 0.87vw;
  }
}
@media screen and (max-width: 828px) {
  .case .list .solution .head .sub,
  .case .list .solution .head .main {
    display: inline;
  }
  
  .case .list .solution .head .sub {
    font-size: 2.5vw;
  }
}

.case .list .item .caseIssue::before,
.case .list .item .solution::before{
  content: "";
  width: 1px;
  height: 70%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 180px;
  margin: auto;
}
@media screen and (max-width: 1366px) {
  .case .list .item .caseIssue::before,
  .case .list .item .solution::before {
    left: 13.17vw;
  }
}
@media screen and (max-width: 828px) {
  .case .list .item .caseIssue::before,
  .case .list .item .solution::before {
    content: none;
  }
}

.case .list .item .caseIssue::before {
  background: #7b7b7b;
}
.case .list .item .solution::before{
  background: #ffffff;
}


.case .list .wrapper {
  width: 100%;
  margin-left: 40px;
}
@media screen and (max-width: 1366px) {
  .case .list .wrapper {
    margin-left: 2.92vw;
  }
}
@media screen and (max-width: 828px) {
  .case .list .wrapper {
    margin: 3vw 0 0 0;
  }
}

.case .list .wrapper .title {
  font-size: 2.0rem;
  font-weight: 700;
}
@media screen and (max-width: 1366px) {
  .case .list .wrapper .title {
    font-size: 1.46rem;
  }
}
@media screen and (max-width: 828px) {
  .case .list .wrapper .title {
    font-size: 4.34vw;
    text-align: center;
  }
}

.case .list .solution .wrapper .title {
  color: #ffec88;
}

.case .list .wrapper .text {
  margin-top: 16px;
  line-height: 2.0;
}
@media screen and (max-width: 1366px) {
  .case .list .wrapper .text {
    margin-top: 1.17vw;
  }
}
@media screen and (max-width: 828px) {
  .case .list .wrapper .text {
    margin-top: 3vw;
    font-size: 3vw;
  }
}

.case .list .solution .wrapper .text {
  color: #fff;
}


/* ---- benefit ----*/
.benefit {
  padding: 16px 0 120px;
}
@media screen and (max-width: 1366px) {
  .benefit {
    padding: 1.17vw 0 8.93vw;
  }
}
@media screen and (max-width: 828px) {
  .benefit {
    padding: 0vw 0 18.8vw;
  }
}

.benefit > .title {
  font-size: 4.0rem;
  color: #c92b26;
  text-align: center;
}
@media screen and (max-width: 1366px) {
  .benefit > .title {
    font-size: 2.92vw;
  }
}
@media screen and (max-width: 828px) {
  .benefit > .title {
    font-size: 7.0vw;
  }
}

.benefit > .text {
  margin-top: 32px;
  text-align: center;
}
@media screen and (max-width: 1366px) {
  .benefit>.text {
    margin-top: 2.34vw;
  }
}
@media screen and (max-width: 828px) {
  .benefit>.text {
    margin-top: 5.79vw;
    font-size: 3.38vw;
    text-align: left;
  }
}

.benefit .list {
  display: flex;
  justify-content: space-between;
  margin-top: 48px;
}
@media screen and (max-width: 1366px) {
  .benefit .list {
    margin-top: 3.51vw;
  }
}
@media screen and (max-width: 828px) {
  .benefit .list {
    display: block;
    margin-top: 8.69vw;
  }
}

.benefit .list .item {
  background: #f7f7f7;
  padding: 48px 80px;
  border-radius: 8px;
}
@media screen and (max-width: 1366px) {
  .benefit .list .item {
    padding: 3.51vw 5.85vw;
    border-radius: 0.58vw;
  }
}
@media screen and (max-width: 828px) {
  .benefit .list .item {
    padding: 7vw 4vw;
    border-radius: 0.96vw;
  }

  .benefit .list .item:last-child {
    margin-top: 7vw;
  }
}

.benefit .list .item > .title {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  
}
@media screen and (max-width: 1366px) {
  .benefit .list .item > .title {
    font-size: 2.04vw;
  }
}
@media screen and (max-width: 828px) {
  .benefit .list .item > .title {
    font-size: 5.19vw;
  }
}

.benefit .list .summary {
  margin-top: 48px;
}
@media screen and (max-width: 1366px) {
  .benefit .list .summary {
    margin-top: 3.51vw;
  }
}
@media screen and (max-width: 828px) {
  .benefit .list .summary {
    margin-top: 7.72vw;
  }
}

.benefit .list .summary .title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-weight: 700;
}

.benefit .list .summary .before,
.benefit .list .summary .after {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.benefit .list .summary .title {
  width: 140px;
  min-width: 140px;
  height: 72px;
}
@media screen and (max-width: 1366px) {
  .benefit .list .summary .title {
    width: 10.24vw;
    min-width: 10.24vw;
    height: 5.27vw;
  }
}
@media screen and (max-width: 828px) {
  .benefit .list .summary .title {
    width: 25.84vw;
    min-width: 25.84vw;
    height: 13.40vw;
  }
}

.benefit .list .summary .before .title {
  background: #7b7b7b;
  font-size: 2.4rem;
}
@media screen and (max-width: 1366px) {
  .benefit .list .summary .before .title {
    font-size: 1.75vw;
  }
}
@media screen and (max-width: 828px) {
  .benefit .list .summary .before .title {
    font-size: 3.86vw;
  }
}
.benefit .list .summary .after .title {
  background: #c92b26;
  font-size: 1.8rem;
}
@media screen and (max-width: 1366px) {
  .benefit .list .summary .after .title {
    font-size: 1.31vw;
  }
}
@media screen and (max-width: 828px) {
  .benefit .list .summary .after .title {
    font-size: 3.38vw;
    line-height: 1.2;
  }
}

.benefit .list .summary .text {
  margin-left: 24px;
  width: 100%;
}
@media screen and (max-width: 1366px) {
  .benefit .list .summary .text {
    margin-left: 1.75vw;
  }
}
@media screen and (max-width: 828px) {
  .benefit .list .summary .text {
    margin-left: 4.83vw;
  }
}

.benefit .list .summary .text .sub,
.benefit .list .summary .text .main {
  display: block;
}

.benefit .list .summary .text .main {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 1366px) {
  .benefit .list .summary .text .main {
    font-size: 1.75vw;
  }
}
@media screen and (max-width: 828px) {
  .benefit .list .summary .text .sub {
    font-size: 2.89vw;
  }
  .benefit .list .summary .text .main {
    font-size: 4.46vw;
  }
}

.benefit .list .summary .after {
  margin-top: 20px;
}
@media screen and (max-width: 1366px) {
  .benefit .list .summary .after {
    margin-top: 1.46vw;
  }
}
@media screen and (max-width: 828px) {
  .benefit .list .summary .after {
    margin-top: 2.41vw;
  }
}

.benefit .list .image {
  width: 450px;
  margin: 40px auto 0;
}
@media screen and (max-width: 1366px) {
  .benefit .list .image {
    width: 32.9vw;
    margin-top: 2.92vw;
  }
}
@media screen and (max-width: 828px) {
  .benefit .list .image {
    width: 100%;
    margin-top: 6vw;
  }
}


/* ---- price ----*/
.price {
  text-align: center;
  padding: 16px 0 120px;
}
@media screen and (max-width: 1366px) {
  .price {
    padding: 1.17vw 0 8.93vw;
  }
}
@media screen and (max-width: 828px) {
  .price {
    padding: 0vw 0 18.8vw;
  }
}

.price > .title {
  font-size: 4.0rem;
  color: #c92b26;
}
@media screen and (max-width: 1366px) {
  .price > .title {
    font-size: 2.92vw;
  }
}
@media screen and (max-width: 828px) {
  .price > .title {
    font-size: 7.0vw;
  }
}

.price > .text {
  margin-top: 32px;
}
@media screen and (max-width: 1366px) {
  .price>.text {
    margin-top: 2.34vw;
  }
}
@media screen and (max-width: 828px) {
  .price>.text {
    margin-top: 5.79vw;
    font-size: 3.38vw;
  }
}

.price > .wrapper {
  display: table;
  margin: 36px auto 0;
}
@media screen and (max-width: 1366px) {
  .price > .wrapper {
    margin-top: 2.63vw;
  }
}
@media screen and (max-width: 828px) {
  .price>.wrapper {
    margin-top: 6.76vw;
  }
}

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

.price .list .item {
  background: #f7f7f7;
  width: 320px;
  padding: 24px 80px;
  border-radius: 8px;
}
@media screen and (max-width: 1366px) {
  .price .list .item {
    width: 23.4vw;
    padding: 1.75vw 5.85vw;
    border-radius: 0.58vw;
  }
}
@media screen and (max-width: 828px) {
  .price .list .item {
    width: 49%;
    padding: 4.5vw 0 3vw;
    border-radius: 0.96vw;
  }
}

.price .list .item:last-child {
  margin-left: 32px;
}
@media screen and (max-width: 1366px) {
  .price .list .item:last-child {
    margin-left: 2.34vw;
  }
}
@media screen and (max-width: 828px) {
  .price .list .item:last-child {
    margin-left: 2.89vw;
  }
}

.price .list .title {
  font-size: 2.4rem;
  color: #c92b26;
}
@media screen and (max-width: 1366px) {
  .price .list .title {
    font-size: 1.75vw;
  }
}
@media screen and (max-width: 828px) {
  .price .list .title {
    font-size: 4.34vw;
  }
}

.price .list .text2 {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 24px auto -24px;
}
@media screen and (max-width: 1366px) {
  .price .list .text2 {
    font-size: 1.31vw;
    margin: 1.75vw auto -1.75vw;
  }
}
@media screen and (max-width: 828px) {
  .price .list .text2 {
    font-size: 2.80vw;
    margin: 2.5vw auto -3.0vw;
  }
}

.price .list .text2::before {
  content: "";
  width: 90px;
  height: 1px;
  background: red;
  position: absolute;
  top: 0;
  bottom: 0;
  left:0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 1366px) {
  .price .list .text2::before {
    width: 6.58vw;
  }
}
@media screen and (max-width: 828px) {
  .price .list .text2::before {
    width: 14.00vw;
  }
}

.price .list .text {
  margin-top: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.price .list .text .num {
  font-size: 6.4rem;
}
@media screen and (max-width: 1366px) {
  .price .list .text .num {
    font-size: 4.68vw;
  }
}
@media screen and (max-width: 828px) {
  .price .list .text .num {
    font-size: 9.66vw;
  }
}

.price .list .text .unit {
  font-size: 3.2rem;
  margin-left: 2px;
  top: 8px;
}
@media screen and (max-width: 1366px) {
  .price .list .text .unit {
    font-size: 2.34vw;
    margin-left: 0.014vw;
    top: 0.58vw;
  }
}
@media screen and (max-width: 828px) {
  .price .list .text .unit {
    font-size: 4.83vw;
    margin-left: 0.24vw;
    top: 0.96vw;
  }
}

.price .list .text .range {
  font-size: 2.4rem;
  top: 8px;
}
@media screen and (max-width: 1366px) {
  .price .list .text .range {
    font-size: 1.75vw;
    top: 0.58vw;
  }
}
@media screen and (max-width: 828px) {
  .price .list .text .range {
    font-size: 3.50vwvw;
    top: 0.96vw;
  }
}

.price .comment {
  text-align: left;
  display: table;
  margin: auto;
  margin-top: 16px;
  font-size: 1.4rem;
}
@media screen and (max-width: 1366px) {
  .price .comment {
    margin-top: 1.17vw;
    font-size: 1.02vw;
  }
}
@media screen and (max-width: 828px) {
  .price .comment {
    margin-top: 2.0vw;
    font-size: 2.5vw;
    text-align: left;
  }
}

.price .cta {
  margin-top: 56px;
}
@media screen and (max-width: 1366px) {
  .price .cta {
    margin-top: 4.09vw;
  }
}
@media screen and (max-width: 828px) {
  .price .cta {
    margin-top: 9.6vw;
  }
}

.price .cta .message {
  display: table;
  margin: auto;
  padding: 0 24px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: #c92b26;
}
@media screen and (max-width: 1366px) {
  .price .cta .message {
    padding: 0 1.75vw;
    font-size: 1.31vw;
  }
}
@media screen and (max-width: 828px) {
  .price .cta .message {
    padding: 0 4vw;
    font-size: 3.38vw;
  }
}

.price .cta .message::before,
.price .cta .message::after {
  content: "";
  background-size: contain;
  width: 16px;
  height: 26px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 1366px) {
  .price .cta .message::before,
  .price .cta .message::after {
    width: 1.17vw;
    height: 0.19vw;
  }
}
@media screen and (max-width: 828px) {
  .price .cta .message::before,
  .price .cta .message::after {
    width: 3.01vw;
    height: 4.71vw;
  }
}

.price .cta .message::before {
  background: url(https://8598105.fs1.hubspotusercontent-na2.net/hubfs/8598105/RPA/macroman/images/jidoca-sales/comment_slash_left.webp) no-repeat center center;
  background-size: contain;
  left: 0;
}

.price .cta .message::after {
  background: url(https://8598105.fs1.hubspotusercontent-na2.net/hubfs/8598105/RPA/macroman/images/jidoca-sales/comment_slash_right.webp) no-repeat center center;
  background-size: contain;
  right: 0;
}

.commonButton {
  display: table;
  margin: 8px auto 0;
}
@media screen and (max-width: 1366px) {
  .commonButton {
    margin-top: 0.58vw;
  }
}
@media screen and (max-width: 828px) {
  .commonButton {
    margin-top: 0.96vw;
  }
}

.commonButton a {
  width: 440px;
  height: 80px;
  border-radius: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c92b26;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1366px) {
  .commonButton a {
    width: 32.2vw;
    height: 5.85vw;
    border-radius: 5.85vw;
    font-size: 1.75vw;
  }
}
@media screen and (max-width: 828px) {
  .commonButton a {
    width: 83.5vw;
    height: 15.4vw;
    border-radius: 15.4vw;
    font-size: 4.83vw;
  }
}

.commonButton a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 12px;
  height: 12px;
  border: 3px solid #fff;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
  position: absolute;
  top: 0;
  right: 24px;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 1366px) {
  .commonButton a::before {
    width: 0.87vw;
    height: 0.87vw;
    border-width: 0.21vw;
    right: 1.75vw;
  }
}
@media screen and (max-width: 828px) {
  .commonButton a::before {
    width: 1.44vw;
    height: 1.44vw;
    border-width: 0.36vw;
    right: 2.89vw;
  }
}

/* ---- contact ----*/
.contact {
}

.contact>.title,
.contact>.text {
  text-align: center;
}

.contact>.title {
  font-size: 4.0rem;
  color: #c92b26;
}
@media screen and (max-width: 1366px) {
  .contact>.title {
    font-size: 2.92vw;
  }
}
@media screen and (max-width: 828px) {
  .contact>.title {
    font-size: 7.0vw;
  }
}

.contact>.text {
  margin-top: 32px;
}
@media screen and (max-width: 1366px) {
  .contact>.text {
    margin-top: 2.34vw;
  }
}
@media screen and (max-width: 828px) {
  .contact>.text {
    margin-top: 5.79vw;
    font-size: 3.38vw;
  }
}


/* overwrite */
.hs-form .hs-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 440px;
  height: 80px;
  border-radius: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c92b26;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 0;
  color: #fff;
  border: none;
  font-size: 2.4rem;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s;
  background: #c92b26;
}
@media screen and (max-width: 1366px) {
  .hs-form .hs-button {
    width: 32.2vw;
    height: 5.85vw;
    border-radius: 5.85vw;
    font-size: 1.75vw;
  }
}
@media screen and (max-width: 828px) {
  .hs-form .hs-button {
    width: 83.5vw;
    height: 15.4vw;
    border-radius: 15.4vw;
    font-size: 4.83vw;
  }
}

.hs-form .hs-button:hover,
.hs-form .hs-button:focus,
.hs-form .hs-button:active{
  opacity: 0.5;
  background-color: #c92b26;
  border: none;
  color: #fff;
}