@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
/* * * * * * * * * * * * * * * *
  COMMON
* * * * * * * * * * * * * * * */
/* base */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
/* * * * * * * * * * * * * * * *
  COMMON
* * * * * * * * * * * * * * * */
/* base */
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
}

body {
  line-height: 1.6;
  font-size: 16px;
  color: #333;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 3.4666666667vw;
  }
  body.open {
    overflow: hidden;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: #333;
  text-decoration: none;
  transition: opacity linear 0.2s;
}

p,
dt,
dd,
li {
  overflow-wrap: break-word;
  word-wrap: break-word;
  font-feature-settings: "palt";
}

.simple {
  background: #fff;
}

#new-service h1, #new-service h2, #new-service h3, #new-service h4, #new-service h5, #new-service h6, #new-service p, #new-service blockquote, #new-service pre,
#new-service a, #new-service abbr, #new-service acronym, #new-service address, #new-service big, #new-service cite, #new-service code,
#new-service del, #new-service dfn, #new-service em, #new-service img, #new-service ins, #new-service kbd, #new-service q, #new-service s, #new-service samp,
#new-service small, #new-service strike, #new-service strong, #new-service sub, #new-service sup, #new-service tt, #new-service var,
#new-service b, #new-service u, #new-service i, #new-service center,
#new-service dl, #new-service dt, #new-service dd, #new-service ol, #new-service ul, #new-service li,
#new-service fieldset, #new-service form, #new-service label, #new-service legend,
#new-service table, #new-service caption, #new-service tbody, #new-service tfoot, #new-service thead, #new-service tr, #new-service th, #new-service td,
#new-service article, #new-service aside, #new-service canvas, #new-service details, #new-service embed,
#new-service figure, #new-service figcaption, #new-service footer, #new-service hgroup,
#new-service menu, #new-service nav, #new-service output, #new-service ruby, #new-service section, #new-service summary,
#new-service time, #new-service mark, #new-service audio, #new-service video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  color: inherit;
  vertical-align: baseline;
}
#new-service .inner {
  max-width: 1200px;
  margin: 0 auto;
  font-weight: 500;
}
#new-service .pc {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #new-service .pc {
    display: none;
  }
}
#new-service .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #new-service .sp {
    display: inline-block;
  }
}
#new-service .breadcrumbs {
  padding: 15px 0;
  margin-bottom: 20px;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  #new-service .breadcrumbs {
    margin-bottom: 5.3333333333vw;
    padding: 4vw 0;
    font-size: 3.4666666667vw;
  }
}
#new-service .breadcrumbs li {
  padding-right: 27px;
  padding-left: 20px;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  #new-service .breadcrumbs li {
    padding: 0 20px 0 10px;
    margin-bottom: 10px;
    font-size: 10px;
    background-size: 5px auto;
  }
}
#new-service a:hover {
  opacity: 0.7;
}

#form {
  background: #fff;
}
#form:after {
  border-top-color: #e6fff7;
}
#form .formTxt {
  font-size: 18px;
  text-align: center;
  margin-top: 1.3em;
}
@media screen and (max-width: 768px) {
  #form .formTxt {
    font-size: 3.2vw;
  }
}
#form .formContent {
  max-width: 680px;
  margin: 60px auto 40px;
}
@media screen and (max-width: 768px) {
  #form .formContent {
    margin: 5.3333333333vw auto 0;
    width: 86%;
    padding-bottom: 6.6666666667vw;
  }
}

#thanks {
  padding: 100px 0 160px;
  background: #fff;
  box-shadow: inset 0 1px 4px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  #thanks {
    padding: 8vw 0 16vw;
    box-shadow: inset 0 1px 2px 0px rgba(0, 0, 0, 0.1);
  }
}
#thanks .txt {
  margin: 3em auto 5em;
  text-align: center;
}
#thanks .thanks-txt {
  font-size: 18px;
  text-align: center;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  #thanks .thanks-txt {
    width: 90%;
    font-size: 3.2vw;
    margin: 5.3333333333vw auto 0;
  }
}

#marketing-blog h3.blog-tit {
  margin-bottom: 1em;
  font-size: 28px;
  color: #535899;
}
@media screen and (max-width: 768px) {
  #marketing-blog h3.blog-tit {
    font-size: 5.6vw;
  }
}
#marketing-blog .blog-content {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #marketing-blog .blog-content {
    flex-direction: column;
    gap: 2.5em;
  }
}
#marketing-blog .blog-content li {
  width: calc(33.3333333333% - 25px);
  list-style: none;
}
@media screen and (max-width: 768px) {
  #marketing-blog .blog-content li {
    width: 100%;
  }
}
#marketing-blog .blog-content li .image-blog {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #marketing-blog .blog-content li .image-blog {
    display: flex;
    gap: 1.2em;
  }
}
@media screen and (max-width: 768px) {
  #marketing-blog .blog-content li .image-blog .blog-thum {
    width: 43vw;
    height: 26vw;
  }
}
#marketing-blog .blog-content li .image-blog .blog-thum img {
  width: 300px;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transition: 1s all;
}
@media screen and (max-width: 768px) {
  #marketing-blog .blog-content li .image-blog .blog-thum img {
    width: 100%;
    height: 100%;
  }
}
#marketing-blog .blog-content li .image-blog .blog-txt {
  margin-top: 20px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #marketing-blog .blog-content li .image-blog .blog-txt {
    margin-top: 0.5em;
    font-size: 3.7333333333vw;
  }
}
#marketing-blog .blog-content li .image-blog .blog-txt .title {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #marketing-blog .blog-content li .image-blog .blog-txt .title {
    font-size: 4.2666666667vw;
    margin-bottom: 0.5em;
  }
}
#marketing-blog .btn.btn-more {
  margin: 40px auto;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #marketing-blog .btn.btn-more {
    margin: 2.5em auto;
    font-size: 3.7333333333vw;
  }
}
#marketing-blog .btn.btn-more a {
  padding: 12px 6px 10px;
  color: #568dc1;
}
@media screen and (max-width: 768px) {
  #marketing-blog .btn.btn-more a {
    padding: 0.8em 0;
  }
}
#marketing-blog .btn.btn-more a:hover {
  color: #fff;
  opacity: inherit;
}
#marketing-blog .btn.btn-more a .arrow01 {
  top: calc(50% - 7px);
}
@media screen and (max-width: 768px) {
  #marketing-blog .btn.btn-more a .arrow01 {
    top: calc(50% - 4px);
  }
}

#kit-curu {
  min-width: 1200px;
  line-height: 1.6;
  font-size: 16px;
  color: #333;
}
@media screen and (max-width: 768px) {
  #kit-curu {
    font-size: 3.4666666667vw;
    min-width: 100%;
  }
}
#kit-curu .bgB, #kit-curu .bgC, #kit-curu .bgD, #kit-curu .bgE {
  position: relative;
}
#kit-curu .bgB:after, #kit-curu .bgC:after, #kit-curu .bgD:after, #kit-curu .bgE:after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-top-width: 36px;
  border-bottom-width: 36px;
  border-left-width: 20px;
  border-right-width: 20px;
  margin-left: -18px;
  left: 50%;
  top: 55px;
}
@media screen and (max-width: 768px) {
  #kit-curu .bgB:after, #kit-curu .bgC:after, #kit-curu .bgD:after, #kit-curu .bgE:after {
    border-top-width: 4.8vw;
    border-bottom-width: 4.8vw;
    border-left-width: 2.6666666667vw;
    border-right-width: 2.6666666667vw;
    margin-left: -2.4vw;
    top: calc(5vw - 1px);
  }
}
#kit-curu .bgA {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 120px), 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 120px), 0% 100%);
  padding-bottom: 140px;
}
@media screen and (max-width: 768px) {
  #kit-curu .bgA {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 10vw), 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 10vw), 0% 100%);
    padding-bottom: 20vw;
  }
}
#kit-curu .bgB {
  -webkit-clip-path: polygon(0 120px, 100% 0%, 100% 100%, 0% calc(100% - 120px));
  clip-path: polygon(0 120px, 100% 0%, 100% 100%, 0% calc(100% - 120px));
  padding: 160px 0 120px;
  margin-top: -120px;
}
@media screen and (max-width: 768px) {
  #kit-curu .bgB {
    -webkit-clip-path: polygon(0 10vw, 100% 0%, 100% 100%, 0% calc(100% - 10vw));
    clip-path: polygon(0 10vw, 100% 0%, 100% 100%, 0% calc(100% - 10vw));
    padding: 15vw 0 10vw;
    margin-top: -10vw;
  }
}
#kit-curu .bgC {
  -webkit-clip-path: polygon(0 0, 100% 120px, 100% calc(100% - 120px), 0% 100%);
  clip-path: polygon(0 0, 100% 120px, 100% calc(100% - 120px), 0% 100%);
  padding: 160px 0 120px;
  margin-top: -120px;
}
@media screen and (max-width: 768px) {
  #kit-curu .bgC {
    -webkit-clip-path: polygon(0 0, 100% 10vw, 100% calc(100% - 10vw), 0% 100%);
    clip-path: polygon(0 0, 100% 10vw, 100% calc(100% - 10vw), 0% 100%);
    padding: 15vw 0 10vw;
    margin-top: -10vw;
  }
}
#kit-curu .bgD {
  -webkit-clip-path: polygon(0 120px, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0 120px, 100% 0%, 100% 100%, 0% 100%);
  padding: 160px 0 40px;
  margin-top: -120px;
}
@media screen and (max-width: 768px) {
  #kit-curu .bgD {
    -webkit-clip-path: polygon(0 10vw, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 10vw, 100% 0%, 100% 100%, 0% 100%);
    padding: 15vw 0 3vw;
    margin-top: -10vw;
  }
}
#kit-curu .bgE {
  -webkit-clip-path: polygon(0 0, 100% 120px, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 120px, 100% 100%, 0% 100%);
  padding: 160px 0 40px;
  margin-top: -120px;
}
@media screen and (max-width: 768px) {
  #kit-curu .bgE {
    -webkit-clip-path: polygon(0 0, 100% 10vw, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 10vw, 100% 100%, 0% 100%);
    padding: 15vw 0 3vw;
    margin-top: -10vw;
  }
}
#kit-curu .cta {
  z-index: 1;
  margin-top: 27px;
  width: 100%;
  border-radius: 5px;
  transition-duration: 0.4s;
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  #kit-curu .cta {
    width: 96%;
    margin: 1.5em auto -2em;
    flex-direction: column;
  }
}
#kit-curu .cta a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 13px 0;
  background: #e86340;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #kit-curu .cta a {
    font-size: 4.8vw;
    padding: 5.3333333333vw 2.6666666667vw 5.3333333333vw 0;
  }
}
#kit-curu .cta a:after {
  content: "";
  position: absolute;
  right: 20px;
  width: 12px;
  height: 7px;
  background: url(/wp-content/themes/iridge_2018/images/kitcuru/arrow.png) no-repeat;
  background-size: contain;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #kit-curu .cta a:after {
    right: 1em;
    width: 3.2vw;
    height: 1.8666666667vw;
  }
}
#kit-curu .cta a.btn-w {
  flex-direction: column;
  background: #fff;
  border: 1px solid #e86340;
  color: #e86340;
}
@media screen and (max-width: 768px) {
  #kit-curu .cta a.btn-w {
    padding: 2.6666666667vw 0;
  }
}
#kit-curu .cta a.btn-w:after {
  background: url(/wp-content/themes/iridge_2018/images/kitcuru/arrow_or.png) no-repeat;
  background-size: contain;
  transform: rotate(-90deg);
  right: 16px;
}
@media screen and (max-width: 768px) {
  #kit-curu .cta a.btn-w:after {
    right: 4.2666666667vw;
  }
}
#kit-curu .cta a.btn-w .subtxt {
  display: inline-block;
  padding-right: 11px;
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  #kit-curu .cta a.btn-w .subtxt {
    padding-right: 2.9333333333vw;
    font-size: 3.2vw;
  }
}
#kit-curu .cta a.btn-w .dl {
  display: inline-block;
  padding-right: 23px;
}
@media screen and (max-width: 768px) {
  #kit-curu .cta a.btn-w .dl {
    padding-right: 6.1333333333vw;
  }
}
#kit-curu .cta a.btn-w .free {
  font-size: 11px;
  display: inline-block;
  margin-right: 3px;
}
@media screen and (max-width: 768px) {
  #kit-curu .cta a.btn-w .free {
    font-size: 3.2vw;
    margin-right: 0.8vw;
  }
}
#kit-curu .tit-block {
  display: flex;
  flex-direction: column-reverse;
}
#kit-curu .subTit {
  text-align: center;
  color: #11C287;
  font-family: "Montserrat", "Noto Sans JP", "メイリオ", sans-serif;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  #kit-curu .subTit {
    font-size: 3.2vw;
    font-weight: bold;
  }
}
#kit-curu .mainTit {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  #kit-curu .mainTit {
    font-size: 6.4vw;
    margin-top: 0.3em;
  }
}
#kit-curu #mv {
  position: relative;
  padding-top: 75px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #kit-curu #mv {
    padding-top: 2em;
    margin-top: 4vw;
  }
}
#kit-curu #mv .inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #kit-curu #mv .inner {
    position: relative;
    flex-direction: column;
    text-align: center;
    width: 92%;
  }
}
#kit-curu #mv .mvTxt {
  max-width: 500px;
}
@media screen and (max-width: 768px) {
  #kit-curu #mv .mvTxt {
    margin-top: 0;
    max-width: inherit;
  }
}
#kit-curu #mv .mvTxt .txtLogo {
  display: block;
  width: 208px;
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  #kit-curu #mv .mvTxt .txtLogo {
    margin: 0 auto 1em;
    width: 37.3333333333vw;
  }
}
#kit-curu #mv .mvTxt .copyTxt {
  position: relative;
  margin-top: 0.7em;
  font-size: 24px;
  color: #11C287;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #kit-curu #mv .mvTxt .copyTxt {
    margin: 0.2em;
    text-align: center;
    font-size: 5.3333333333vw;
  }
}
#kit-curu #mv .mvTxt .copyTxt:before, #kit-curu #mv .mvTxt .copyTxt:after {
  content: "";
  position: absolute;
  width: 3em;
  height: 1px;
  background: #11C287;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #kit-curu #mv .mvTxt .copyTxt:before, #kit-curu #mv .mvTxt .copyTxt:after {
    width: 0.6em;
  }
}
#kit-curu #mv .mvTxt .copyTxt:before {
  left: 0;
}
@media screen and (max-width: 768px) {
  #kit-curu #mv .mvTxt .copyTxt:before {
    left: 1.5em;
  }
}
#kit-curu #mv .mvTxt .copyTxt:after {
  right: 0;
}
@media screen and (max-width: 768px) {
  #kit-curu #mv .mvTxt .copyTxt:after {
    right: 1.5em;
  }
}
#kit-curu #mv .mvTxt .copy {
  font-size: 46px;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 5px;
  text-align: left;
  letter-spacing: -0.05em;
  text-shadow: none;
}
@media screen and (max-width: 768px) {
  #kit-curu #mv .mvTxt .copy {
    text-align: center;
    line-height: 1.3;
    margin-top: 1.3333333333vw;
    font-size: 6.6666666667vw;
  }
}
#kit-curu #mv .mvTxt .copy .copy-sp1 {
  letter-spacing: -0.05em;
  font-weight: 500;
  margin-right: -0.05em;
  font-size: 1.18em;
}
#kit-curu #mv .mvTxt .copy .copy-sp2 {
  letter-spacing: -0.08em;
  white-space: nowrap;
}
#kit-curu #mv .mvTxt .txtNotice {
  display: flex;
  align-items: flex-start;
  margin-top: 27px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #kit-curu #mv .mvTxt .txtNotice {
    justify-content: center;
    margin-top: 86.6666666667vw;
    margin-bottom: 0;
  }
}
#kit-curu #mv .mvTxt .line {
  width: 144px;
  margin-right: 24px;
}
@media screen and (max-width: 768px) {
  #kit-curu #mv .mvTxt .line {
    width: 26.6666666667vw;
    margin-right: 2vw;
  }
}
#kit-curu #mv .mvTxt .line img {
  width: 100%;
}
#kit-curu #mv .mvTxt .line .lineTxt {
  display: block;
  margin-top: 12px;
  text-align: center;
  font-size: 15px;
  line-height: 1.2;
  color: #11C287;
}
@media screen and (max-width: 768px) {
  #kit-curu #mv .mvTxt .line .lineTxt {
    font-size: 3.0666666667vw;
    margin-top: 1.6vw;
  }
}
#kit-curu #mv .mvTxt .news {
  min-width: 324px;
  min-height: 125px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  padding: 1em 1.7em;
  border: 1px solid #11C287;
  border-radius: 5px;
  color: #11C287;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #kit-curu #mv .mvTxt .news {
    min-width: auto;
    width: 56.5333333333vw;
    min-height: 24.5333333333vw;
    justify-content: center;
    padding: 0.8em 1em;
    font-size: 2.8vw;
    text-align: center;
    line-height: 1.5;
  }
}
#kit-curu #mv .mvTxt .news .newsTit {
  position: absolute;
  top: -0.8em;
  left: 0;
  right: 0;
  width: 10em;
  margin: auto;
  font-size: 16px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #kit-curu #mv .mvTxt .news .newsTit {
    top: -0.5em;
    width: 9em;
    font-size: 1.4em;
  }
}
#kit-curu #mv .mvTxt .news .newsTxt .newsNote {
  margin-top: 0.8em;
  margin-bottom: -0.8em;
  font-size: 11px;
}
@media screen and (max-width: 768px) {
  #kit-curu #mv .mvTxt .news .newsTxt .newsNote {
    font-size: 2.1333333333vw;
    line-height: 1.2;
  }
}
#kit-curu #mv .mvImg {
  z-index: 1;
  width: 657px;
  height: auto;
}
@media screen and (max-width: 768px) {
  #kit-curu #mv .mvImg {
    width: 98%;
    position: absolute;
    top: 46.6666666667vw;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
#kit-curu #mv .mvImg img {
  width: 100%;
}
#kit-curu #issue {
  background: #e6fff7;
}
#kit-curu #issue .issueContent {
  width: 776px;
  margin: 60px auto 25px;
}
@media screen and (max-width: 768px) {
  #kit-curu #issue .issueContent {
    width: 100%;
    margin: 8vw auto 0;
  }
}
#kit-curu #issue .issueContent ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #kit-curu #issue .issueContent ul {
    padding: 6vw 6vw 2.6666666667vw;
  }
}
#kit-curu #issue .issueContent ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 217px;
  height: 217px;
  margin-bottom: 45px;
  text-align: center;
  border-radius: 50%;
  background: #11C287;
  font-size: 18px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #kit-curu #issue .issueContent ul li {
    width: 37.8666666667vw;
    height: 37.8666666667vw;
    margin-bottom: 6.6666666667vw;
    font-size: 3.2vw;
    font-weight: bold;
  }
}
#kit-curu #issue .issueContent ul li:before {
  content: "";
  background: url(/wp-content/themes/iridge_2018/images/kitcuru/check_w.png) no-repeat;
  width: 17px;
  height: 14px;
  background-size: contain;
  position: absolute;
  top: 30px;
}
@media screen and (max-width: 768px) {
  #kit-curu #issue .issueContent ul li:before {
    height: 3.4666666667vw;
    width: 2.9333333333vw;
    top: 6vw;
    padding-top: 9.3333333333vw;
  }
}
#kit-curu #issue .issueContent ul li .icon {
  position: absolute;
  right: -48px;
  bottom: -18px;
  width: 128px;
  height: auto;
}
@media screen and (max-width: 768px) {
  #kit-curu #issue .issueContent ul li .icon {
    right: -8vw;
    bottom: -2.6666666667vw;
    width: 22vw;
  }
}
@media screen and (max-width: 768px) {
  #kit-curu #issue .issueContent ul li:nth-child(even) {
    margin-right: 1.5em;
  }
}
#kit-curu #info {
  background: #e6fff7;
}
@media screen and (max-width: 768px) {
  #kit-curu #info {
    padding-top: 15%;
  }
}
#kit-curu #info:after {
  border-top-color: #f6f7f8;
}
#kit-curu #info .mainTit {
  display: flex;
  align-items: center;
  justify-content: center;
}
#kit-curu #info .mainTit img {
  width: 162px;
}
#kit-curu #info .infoContent {
  margin: 70px auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #kit-curu #info .infoContent {
    margin: 9.3333333333vw auto;
  }
}
#kit-curu #info .infoContent .movie {
  margin: 10px auto;
}
@media screen and (max-width: 768px) {
  #kit-curu #info .infoContent .movie {
    margin: 0 auto;
  }
  #kit-curu #info .infoContent .movie iframe {
    width: 90%;
    height: 53.3333333333vw;
  }
}
#kit-curu #info .infoContent .movie-caption {
  margin: 80px auto 20px;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #kit-curu #info .infoContent .movie-caption {
    margin: 10.6666666667vw auto 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
#kit-curu #info .infoContent .cta {
  margin: 60px auto 0;
  max-width: 350px;
}
@media screen and (max-width: 768px) {
  #kit-curu #info .infoContent .cta {
    margin: 4vw auto 0;
  }
}
#kit-curu #solution {
  background: #f6f7f8;
}
#kit-curu #solution:after {
  border-top-color: #e6fff7;
}
#kit-curu #solution .inner {
  margin: 20px auto;
}
@media screen and (max-width: 768px) {
  #kit-curu #solution .inner {
    margin: 5% auto;
  }
}
#kit-curu #solution .tit-block {
  align-items: flex-start;
}
#kit-curu #solution .mainTit {
  margin-left: 240px;
  background: #fff;
  display: inline-block;
  padding: 0 0.2em;
}
@media screen and (max-width: 768px) {
  #kit-curu #solution .mainTit {
    margin-left: 2.6666666667vw;
  }
}
#kit-curu #solution .soluTit {
  position: relative;
  display: inline-block;
  padding: 0.2em 1em;
  margin-left: 100px;
  margin-bottom: 15px;
  line-height: 1.8;
  color: #11C287;
  background: #e6fff7;
  font-size: 24px;
  font-weight: bold;
  border: 3px solid #11C287;
  border-radius: 10px;
  transform: rotate(-5deg);
}
@media screen and (max-width: 768px) {
  #kit-curu #solution .soluTit {
    margin-left: 8vw;
    margin-bottom: 2vw;
    font-size: 3.2vw;
    border-width: 0.6666666667vw;
    transform: rotate(-3deg);
  }
}
#kit-curu #solution .soluTit:before {
  content: "";
  width: 47px;
  height: 43px;
  background: url(/wp-content/themes/iridge_2018/images/kitcuru/ribon.png);
  background-size: contain;
  display: block;
  position: absolute;
  top: -40px;
  left: -36px;
  transform: rotate(5deg);
}
@media screen and (max-width: 768px) {
  #kit-curu #solution .soluTit:before {
    width: 6.1333333333vw;
    height: 5.6vw;
    top: -5.3333333333vw;
    left: -4.8vw;
  }
}
#kit-curu #solution .solutionContent {
  margin: 60px auto 0;
  display: flex;
}
@media screen and (max-width: 768px) {
  #kit-curu #solution .solutionContent {
    position: relative;
    margin: 0 auto 0;
    flex-direction: column;
  }
}
#kit-curu #solution .solutionContent .solutionImg {
  width: 440px;
  margin-left: 45px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #kit-curu #solution .solutionContent .solutionImg {
    text-align: center;
    width: 100%;
    height: 78.6666666667vw;
    margin-left: 0;
    margin-top: 60vw;
    overflow: hidden;
  }
  #kit-curu #solution .solutionContent .solutionImg img {
    width: 53.3333333333vw;
  }
}
#kit-curu #solution .solutionContent .solutionTxt .txt {
  margin-left: 2.1em;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #kit-curu #solution .solutionContent .solutionTxt .txt {
    font-size: 3.7333333333vw;
    width: 82%;
    margin: 1em auto;
    position: absolute;
    top: 0;
    left: 14.4vw;
    right: 0;
  }
}
#kit-curu #solution .solutionContent .solutionTxt .txt li {
  padding: 6px 0;
  text-indent: -2.1em;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #kit-curu #solution .solutionContent .solutionTxt .txt li {
    padding: 0.8vw 0;
  }
}
#kit-curu #solution .solutionContent .solutionTxt .txt li::before {
  content: "";
  width: 17px;
  height: 15px;
  display: inline-block;
  margin-right: 35px;
  background: url(/wp-content/themes/iridge_2018/images/kitcuru/check.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  #kit-curu #solution .solutionContent .solutionTxt .txt li::before {
    width: 2.9333333333vw;
    height: 2.6666666667vw;
    margin-right: 4.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  #kit-curu #solution .solutionContent .solutionTxt .solutionIcon {
    width: 90%;
    margin: 0 auto;
  }
}
#kit-curu #solution .solutionContent .solutionTxt .solutionIcon .solutionTit {
  margin-top: 60px;
  padding-left: 1em;
  font-size: 24px;
  font-weight: bold;
  color: #11C287;
  border-bottom: 3px solid #11C287;
}
@media screen and (max-width: 768px) {
  #kit-curu #solution .solutionContent .solutionTxt .solutionIcon .solutionTit {
    margin-top: 8vw;
    font-size: 3.7333333333vw;
    border-width: 1px;
  }
}
#kit-curu #solution .solutionContent .solutionTxt .solutionIcon .icon {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 13px;
  width: 100%;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #kit-curu #solution .solutionContent .solutionTxt .solutionIcon .icon {
    margin: 4vw auto 0;
    justify-content: space-between;
    gap: 0;
  }
}
#kit-curu #solution .solutionContent .solutionTxt .solutionIcon .icon li {
  display: inline-block;
  width: 149px;
  height: 149px;
  padding: 25px 0;
  border: 2px solid #11C287;
  border-radius: 5px;
  background: #e6fff7;
  text-align: center;
  line-height: 1.3;
  font-weight: 500;
  color: #11C287;
}
@media screen and (max-width: 768px) {
  #kit-curu #solution .solutionContent .solutionTxt .solutionIcon .icon li {
    width: 20.5333333333vw;
    height: 19.7333333333vw;
    padding: 2vw 0;
    font-size: 2.8vw;
    font-weight: bold;
    border-width: 1px;
  }
}
#kit-curu #solution .solutionContent .solutionTxt .solutionIcon .icon li img {
  display: block;
  margin: 0.8em auto 0;
}
#kit-curu #solution .solutionContent .solutionTxt .solutionIcon .icon li:nth-child(2) img, #kit-curu #solution .solutionContent .solutionTxt .solutionIcon .icon li:nth-child(3) img {
  margin-top: 1.3em;
}
#kit-curu #solution .solutionContent .solutionTxt .solutionIcon .icon li:nth-child(4) img {
  margin-top: 0.45em;
}
@media screen and (max-width: 768px) {
  #kit-curu #solution .solutionContent .solutionTxt .solutionIcon .icon li:nth-child(1) img {
    width: 8.2666666667vw;
  }
  #kit-curu #solution .solutionContent .solutionTxt .solutionIcon .icon li:nth-child(2) img {
    width: 12.2666666667vw;
  }
  #kit-curu #solution .solutionContent .solutionTxt .solutionIcon .icon li:nth-child(3) img {
    width: 9.8666666667vw;
  }
  #kit-curu #solution .solutionContent .solutionTxt .solutionIcon .icon li:nth-child(4) img {
    width: 10.2666666667vw;
  }
}
#kit-curu #case {
  background: #fff;
}
#kit-curu #case:after {
  border-top-color: #f6f7f8;
}
@media screen and (max-width: 768px) {
  #kit-curu #case.spbgB {
    -webkit-clip-path: polygon(0 10vw, 190% 0%, 190% 100%, 0% calc(100% - 10vw));
    clip-path: polygon(0 10vw, 190% 0%, 190% 100%, 0% calc(100% - 10vw));
    padding: 15vw 0 10vw;
    margin-top: -10vw;
  }
}
#kit-curu #case .caseContent {
  margin: 100px auto;
  padding-bottom: 30px;
  border: 3px solid #f2f2f2;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #kit-curu #case .caseContent {
    margin: 12vw auto;
    padding-bottom: 8vw;
    border-width: 2px;
    width: 95%;
  }
}
#kit-curu #case .caseContent .tit {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 15px;
  line-height: 1;
  margin: -0.5em auto 0;
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #kit-curu #case .caseContent .tit {
    padding: 0 2.6666666667vw;
    margin: -0.7em auto 0;
    font-size: 6.6666666667vw;
    line-height: 1.2;
  }
}
#kit-curu #case .caseContent .caseListCont {
  position: relative;
}
#kit-curu #case .caseContent .scroll {
  display: none;
}
@media screen and (max-width: 768px) {
  #kit-curu #case .caseContent .scroll {
    color: #aaa;
    padding: 0.5em 1em;
    position: relative;
    display: block;
  }
  #kit-curu #case .caseContent .scroll:before {
    content: "";
    width: 13.3333333333vw;
    height: 1.3333333333vw;
    border-bottom: solid 1px #aaa;
    border-right: solid 1px #aaa;
    transform: skew(45deg);
    position: absolute;
    top: 3.3333333333vw;
    left: 4em;
  }
}
#kit-curu #case .caseContent .obi {
  position: absolute;
  top: -30px;
  left: -20px;
  display: inline-block;
  background: #11C287;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  padding: 0.7em 0.8em;
}
@media screen and (max-width: 768px) {
  #kit-curu #case .caseContent .obi {
    position: relative;
    display: block;
    width: 94%;
    margin: 2.6666666667vw auto 0;
    font-size: 3.7333333333vw;
    border-radius: 4px;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
  }
}
#kit-curu #case .caseContent .obi:before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 13px transparent;
  border-right: solid 20px rgb(10, 138, 98);
}
@media screen and (max-width: 768px) {
  #kit-curu #case .caseContent .obi:before {
    right: 0;
    margin: auto;
    width: 2.6666666667vw;
    border-right: solid 1.3333333333vw transparent;
    border-top: solid 1.6vw #11C287;
    border-left: solid 1.3333333333vw transparent;
  }
}
#kit-curu #case .caseContent .case-list {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  margin-top: 65px;
  background: #f6f7f8;
}
@media screen and (max-width: 768px) {
  #kit-curu #case .caseContent .case-list {
    margin-top: 0;
    margin-left: 0;
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    gap: 2vw;
    background: #fff;
  }
}
#kit-curu #case .caseContent .case-list li {
  position: relative;
  padding: 30px 5px 10px;
  width: 25%;
}
@media screen and (max-width: 768px) {
  #kit-curu #case .caseContent .case-list li {
    padding: 2.6666666667vw 0 2.6666666667vw;
    flex-shrink: 0;
    width: 64.4vw;
    background: #f6f7f8;
    margin-bottom: 11.2vw;
  }
}
#kit-curu #case .caseContent .case-list li .txt {
  display: flex;
  align-items: center;
  font-size: 17px;
  gap: 15px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  #kit-curu #case .caseContent .case-list li .txt {
    width: 94%;
    margin: 0 auto;
    font-size: 3.6vw;
    gap: 1.2em;
  }
}
#kit-curu #case .caseContent .case-list li .txt .num {
  font-size: 60px;
  color: #11C287;
}
@media screen and (max-width: 768px) {
  #kit-curu #case .caseContent .case-list li .txt .num {
    font-size: 12.2666666667vw;
  }
}
#kit-curu #case .caseContent .case-list li .subTxt {
  margin-top: 10px;
  text-align: center;
  line-height: 1;
  font-size: 17px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #kit-curu #case .caseContent .case-list li .subTxt {
    margin-top: 2vw;
    font-size: 3.6vw;
  }
}
#kit-curu #case .caseContent .case-list li .img {
  width: 267px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #kit-curu #case .caseContent .case-list li .img {
    width: 59.8666666667vw;
  }
}
#kit-curu #case .caseContent .case-list li .img img {
  width: auto;
}
#kit-curu #case .caseContent .case-list li.pickup {
  background: #e86340;
  color: #fff;
}
#kit-curu #case .caseContent .case-list li.pickup .txt .num {
  color: #fff;
}
#kit-curu #case .caseContent .case-list li.pickup .pickupTxt {
  padding-top: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  #kit-curu #case .caseContent .case-list li.pickup .pickupTxt {
    padding-top: 2.6666666667vw;
    font-size: 3.6vw;
  }
}
#kit-curu #case .caseContent .case-list li.pickup .pickupSubtxt {
  position: absolute;
  color: #e86340;
  bottom: -2.3em;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #kit-curu #case .caseContent .case-list li.pickup .pickupSubtxt {
    bottom: -2.2em;
    margin-left: 0.5em;
    font-size: 3.3333333333vw;
  }
}
#kit-curu #case .caseContent .solutionPoint {
  margin-top: 35px;
  margin-left: 20px;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  #kit-curu #case .caseContent .solutionPoint {
    margin: 2.6666666667vw 0 0 2.6666666667vw;
    font-size: 3.6vw;
  }
}
#kit-curu #case .caseContent .solutionPoint .solutionPointTit {
  padding-left: 20px;
  margin-bottom: 10px;
  border-left: 6px solid #11C287;
  line-height: 0.8;
  color: #11C287;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #kit-curu #case .caseContent .solutionPoint .solutionPointTit {
    padding-left: 0.5em;
    margin-bottom: 0.5em;
    border-width: 3px;
  }
}
@media screen and (max-width: 768px) {
  #kit-curu #case .caseContent .solutionPoint .desctiption {
    line-height: 1.2;
  }
}
#kit-curu #casestudy {
  background: #fff;
}
@media screen and (max-width: 768px) {
  #kit-curu #casestudy {
    padding-top: 15%;
  }
}
#kit-curu #casestudy:after {
  border-top-color: #e6fff7;
}
#kit-curu #casestudy .caseContent .caseContentInner {
  max-width: 594px;
  width: 100%;
  margin: 80px auto 45px;
  border: 1px solid #11C287;
  border-radius: 6px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #kit-curu #casestudy .caseContent .caseContentInner {
    width: 94%;
    margin: 8vw auto;
  }
}
#kit-curu #casestudy .caseContent .caseContentInner dt {
  padding: 1em 0;
  letter-spacing: 1px;
  background: #11C287;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
}
@media screen and (max-width: 768px) {
  #kit-curu #casestudy .caseContent .caseContentInner dt {
    font-size: 4.8vw;
  }
}
#kit-curu #casestudy .caseContent .caseContentInner dd {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 45px;
  padding: 45px;
}
@media screen and (max-width: 768px) {
  #kit-curu #casestudy .caseContent .caseContentInner dd {
    position: relative;
    flex-direction: column;
    padding: 1.5em;
    gap: 0;
  }
}
#kit-curu #casestudy .caseContent .caseContentInner dd .caseInnerImg {
  width: 100px;
}
@media screen and (max-width: 768px) {
  #kit-curu #casestudy .caseContent .caseContentInner dd .caseInnerImg {
    position: absolute;
    left: 0;
    right: 0;
    top: 21.3333333333vw;
    width: 24vw;
    margin: auto;
  }
}
#kit-curu #casestudy .caseContent .caseContentInner dd .caseInnerImg img {
  width: 100%;
  height: auto;
}
#kit-curu #casestudy .caseContent .caseContentInner dd .caseInnerTxt {
  width: 359px;
}
@media screen and (max-width: 768px) {
  #kit-curu #casestudy .caseContent .caseContentInner dd .caseInnerTxt {
    width: auto;
  }
}
#kit-curu #casestudy .caseContent .caseContentInner dd .caseInnerTxt .tit {
  padding-bottom: 1em;
  font-size: 18px;
  border-bottom: 1px solid #11C287;
}
@media screen and (max-width: 768px) {
  #kit-curu #casestudy .caseContent .caseContentInner dd .caseInnerTxt .tit {
    padding-bottom: 0.5em;
    font-size: 3.7333333333vw;
  }
}
#kit-curu #casestudy .caseContent .caseContentInner dd .caseInnerTxt .tit span {
  display: block;
  padding-top: 0.7em;
  font-size: 0.85em;
}
@media screen and (max-width: 768px) {
  #kit-curu #casestudy .caseContent .caseContentInner dd .caseInnerTxt .tit span {
    padding-top: 0.3em;
  }
}
#kit-curu #casestudy .caseContent .caseContentInner dd .caseInnerTxt .txt {
  padding: 1em 0 0;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #kit-curu #casestudy .caseContent .caseContentInner dd .caseInnerTxt .txt {
    padding-top: 56vw;
    font-size: 3.2vw;
  }
}
#kit-curu #casestudy .caseContent .caseContentInner dd .caseInnerTxt .txt .subtxt {
  display: inline-block;
  font-size: 0.7em;
}
#kit-curu #miniapp {
  background: #f6f7f8;
}
@media screen and (max-width: 768px) {
  #kit-curu #miniapp {
    padding-top: 15%;
  }
}
#kit-curu #miniapp:after {
  border-top-color: #fff;
}
#kit-curu #miniapp .miniappContent {
  max-width: 1100px;
  width: 100%;
  margin: 60px auto 10px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #kit-curu #miniapp .miniappContent {
    margin: 8vw auto 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
#kit-curu #miniapp .miniappContent li {
  width: 33.3333333333%;
  padding-bottom: 60px;
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #kit-curu #miniapp .miniappContent li {
    width: 98%;
    padding-bottom: 14.6666666667vw;
    font-size: 5.8666666667vw;
  }
  #kit-curu #miniapp .miniappContent li:last-child {
    padding-bottom: 5.3333333333vw;
  }
}
#kit-curu #miniapp .miniappContent li .point {
  display: block;
  width: 237px;
  margin: 0 auto;
  text-align: left;
  color: #11C287;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  #kit-curu #miniapp .miniappContent li .point {
    font-family: "Montserrat", "Noto Sans JP", "メイリオ", sans-serif;
    width: 73.8666666667vw;
    font-size: 6.6666666667vw;
  }
}
#kit-curu #miniapp .miniappContent li .point:before {
  content: "point";
  font-size: 18px;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  #kit-curu #miniapp .miniappContent li .point:before {
    margin-right: 1.3333333333vw;
    font-size: 5.0666666667vw;
  }
}
#kit-curu #miniapp .miniappContent li .point-txt {
  width: 237px;
  margin: 0 auto;
  padding: 0.8em 0;
  border: 2px solid #11C287;
  border-radius: 4px;
  background: #e6fff7;
  position: relative;
}
@media screen and (max-width: 768px) {
  #kit-curu #miniapp .miniappContent li .point-txt {
    width: 73.8666666667vw;
    padding: 0.7em 0;
    font-size: 5.8666666667vw;
    font-weight: bold;
  }
}
#kit-curu #miniapp .miniappContent li .point-txt:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top: 13px solid #e6fff7;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #kit-curu #miniapp .miniappContent li .point-txt:before {
    bottom: -5.3333333333vw;
    margin-left: -2.1333333333vw;
    border-width: 2.1333333333vw;
    border-top: 3.4666666667vw solid #e6fff7;
  }
}
#kit-curu #miniapp .miniappContent li .point-txt:after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 15px solid #11C287;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #kit-curu #miniapp .miniappContent li .point-txt:after {
    bottom: -6.6666666667vw;
    margin-left: -2.6666666667vw;
    border-width: 2.6666666667vw;
    border-top: 4vw solid #11C287;
  }
}
#kit-curu #miniapp .miniappContent li figure {
  height: 200px;
  margin-top: 45px;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  #kit-curu #miniapp .miniappContent li figure {
    height: auto;
    margin-top: 12vw;
    padding-top: 0;
  }
  #kit-curu #miniapp .miniappContent li figure img {
    width: 28vw;
  }
}
#kit-curu #miniapp .miniappContent li p {
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  #kit-curu #miniapp .miniappContent li p {
    margin-top: 6.6666666667vw;
    font-size: 5.6vw;
    line-height: 1.3;
    letter-spacing: -0.05em;
  }
}
#kit-curu #miniapp .miniappContent li:first-child figure {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  #kit-curu #miniapp .miniappContent li:first-child figure {
    padding-top: 0;
  }
  #kit-curu #miniapp .miniappContent li:first-child figure img {
    width: 56vw;
  }
}
#kit-curu #price {
  background: #fff;
}
#kit-curu #price:after {
  border-top-color: #e6fff7;
}
#kit-curu #price .priceContent {
  width: 490px;
  margin: 80px auto;
  font-size: 37px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #kit-curu #price .priceContent {
    width: 90%;
    margin: 10.6666666667vw auto;
    font-size: 6.4vw;
  }
}
#kit-curu #price .priceContent .priceTxt {
  position: relative;
  margin: 10px auto;
  padding: 35px 0 20px 20px;
  border-top: 2px solid #11C287;
  border-bottom: 2px solid #11C287;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #kit-curu #price .priceContent .priceTxt {
    margin: 2.6666666667vw auto;
    padding: 6vw 0 4vw;
    border-width: 1px;
  }
}
#kit-curu #price .priceContent .priceTxt span {
  font-size: 85px;
  color: #11C287;
  padding: 0 5px;
  line-height: 1;
  margin-top: -20px;
}
@media screen and (max-width: 768px) {
  #kit-curu #price .priceContent .priceTxt span {
    padding: 0 0.5333333333vw;
    margin-top: -2.6666666667vw;
    font-size: 14.8vw;
  }
}
#kit-curu #price .priceContent .priceTxt:after {
  content: "";
  width: 100px;
  height: 100px;
  background: #e6fff7;
  display: block;
  border-radius: 50%;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: -16px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #kit-curu #price .priceContent .priceTxt:after {
    width: 17.3333333333vw;
    height: 17.3333333333vw;
    left: -6vw;
  }
}
#kit-curu #price .priceContent .priceNotice {
  font-size: 16px;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #kit-curu #price .priceContent .priceNotice {
    font-size: 3.2vw;
  }
}
#kit-curu #price .priceContent .cta {
  margin: 45px auto 0;
  max-width: 354px;
}
@media screen and (max-width: 768px) {
  #kit-curu #price .priceContent .cta {
    margin: 8vw auto 0;
  }
}
#kit-curu #faq {
  background: #f6f7f8;
}
@media screen and (max-width: 768px) {
  #kit-curu #faq {
    padding-top: 15%;
  }
}
#kit-curu #faq:after {
  border-top-color: #fff;
}
#kit-curu #faq .faqContent {
  width: 965px;
  margin: 80px auto;
}
@media screen and (max-width: 768px) {
  #kit-curu #faq .faqContent {
    width: 90%;
    margin: 5.3333333333vw auto;
  }
}
#kit-curu #faq .faqContent dt {
  position: relative;
  color: #11C287;
  font-size: 24px;
  font-weight: bold;
  padding: 1em 0;
  margin-top: 1.5em;
  margin-left: 2em;
}
@media screen and (max-width: 768px) {
  #kit-curu #faq .faqContent dt {
    padding: 0.5em 0;
    margin-left: 1.8em;
    font-size: 4.2666666667vw;
  }
}
#kit-curu #faq .faqContent dt span {
  position: absolute;
  left: -2.2em;
}
#kit-curu #faq .faqContent dd {
  background: #fff;
  padding: 1.5em 2em;
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  #kit-curu #faq .faqContent dd {
    padding: 1em 1.5em;
    font-size: 3.7333333333vw;
  }
}
#kit-curu #faq .faqContent dd a {
  color: #11C287;
  text-decoration: underline;
}
#kit-curu #faq .faqContent dd .cta {
  margin: 15px 0 5px;
}
#kit-curu #faq .faqContent dd .cta a {
  width: auto;
  margin: 0 auto;
  padding: 15px 60px 16px 45px;
  font-size: 1em;
  color: #fff;
  text-decoration: none;
}
#kit-curu #works {
  background: #e6fff7;
  z-index: 1;
}
#kit-curu #works:after {
  border-top-color: #f6f7f8;
}
#kit-curu #works .worksContent {
  max-width: 980px;
  margin: 80px auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #kit-curu #works .worksContent {
    width: 90%;
    margin: 8vw auto;
    flex-direction: column;
  }
}
#kit-curu #works .worksContent .works-txt {
  font-weight: 600;
  line-height: 1.1;
  margin-top: -1.5em;
}
@media screen and (max-width: 768px) {
  #kit-curu #works .worksContent .works-txt {
    margin-top: 0;
    text-align: center;
  }
}
#kit-curu #works .worksContent .works-txt p {
  font-size: 25px;
}
@media screen and (max-width: 768px) {
  #kit-curu #works .worksContent .works-txt p {
    font-size: 4.8vw;
    text-align: center;
    letter-spacing: -0.01em;
  }
}
#kit-curu #works .worksContent .works-txt p span {
  font-size: 144px;
  color: #11C287;
  letter-spacing: -0.06em;
}
@media screen and (max-width: 768px) {
  #kit-curu #works .worksContent .works-txt p span {
    font-size: 26.6666666667vw;
    letter-spacing: -0.06em;
    margin-right: 0.02em;
  }
}
#kit-curu #works .worksContent .works-txt p.mau {
  margin-top: 1em;
}
#kit-curu #works .worksContent .works-txt p.notice {
  margin-top: 1em;
  font-size: 14px;
}
#kit-curu #works .worksContent .logo-list {
  width: 480px;
  height: 330px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  #kit-curu #works .worksContent .logo-list {
    width: 100%;
    height: auto;
    gap: 3.3333333333vw;
    margin: 8vw auto 2.6666666667vw;
  }
}
#kit-curu #works .worksContent .logo-list li {
  width: 66px;
  height: 66px;
}
@media screen and (max-width: 768px) {
  #kit-curu #works .worksContent .logo-list li {
    width: calc(20% - 2.6666666667vw);
    height: auto;
  }
}
#kit-curu #service {
  background: #e6fff7;
}
#kit-curu #service:after {
  border-top-color: #fff;
}
#kit-curu #service .inner {
  max-width: 1200px;
}
@media screen and (max-width: 768px) {
  #kit-curu #service .inner {
    margin: 0 auto;
  }
}
#kit-curu #service .serviceContent {
  position: relative;
  margin: 60px auto 0;
  width: 100%;
  background-image: linear-gradient(#12c48b, #12c48b 2px, transparent 2px, transparent 8px);
  background-size: 2px 8px;
  background-position: center bottom;
  background-repeat: repeat-y;
}
@media screen and (max-width: 768px) {
  #kit-curu #service .serviceContent {
    width: 92%;
    margin: 5.3333333333vw auto;
    background-position: left top;
  }
}
#kit-curu #service .serviceContent:before, #kit-curu #service .serviceContent:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 2px;
  background: #11C287;
}
@media screen and (max-width: 768px) {
  #kit-curu #service .serviceContent:before, #kit-curu #service .serviceContent:after {
    width: 2.4vw;
    height: 2.4vw;
    right: auto;
    left: -1.0666666667vw;
  }
}
#kit-curu #service .serviceContent:before {
  content: "";
  top: 0;
}
#kit-curu #service .serviceContent:after {
  content: "";
  bottom: 0;
}
#kit-curu #service .serviceContent .feature {
  display: flex;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  #kit-curu #service .serviceContent .feature {
    padding: 4vw 0;
    flex-direction: column;
  }
}
#kit-curu #service .serviceContent .feature figure {
  width: 49%;
  padding-left: 35px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #kit-curu #service .serviceContent .feature figure {
    padding-left: 0;
    width: 60%;
    margin: 0 auto;
  }
}
#kit-curu #service .serviceContent .feature .txt {
  width: 51%;
  padding-left: 50px;
  text-align: left;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #kit-curu #service .serviceContent .feature .txt {
    width: 82%;
    margin: 5.3333333333vw auto;
    padding-left: 0;
    font-size: 3.2vw;
    font-weight: bold;
  }
}
#kit-curu #service .serviceContent .feature .txt .subTit {
  padding-left: 5px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #kit-curu #service .serviceContent .feature .txt .subTit {
    padding-left: 1.3333333333vw;
  }
}
#kit-curu #service .serviceContent .feature .txt .mainTit {
  position: relative;
  margin-top: 5px;
  padding-bottom: 20px;
  text-align: left;
  letter-spacing: -0.07em;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #kit-curu #service .serviceContent .feature .txt .mainTit {
    margin-top: 1.3333333333vw;
    padding-bottom: 5.3333333333vw;
    line-height: 1.2;
    font-size: 7.2vw;
  }
}
#kit-curu #service .serviceContent .feature .txt .mainTit:after {
  content: "";
  width: 1em;
  height: 5px;
  background: #11C287;
  position: absolute;
  bottom: 0;
  left: 2px;
}
@media screen and (max-width: 768px) {
  #kit-curu #service .serviceContent .feature .txt .mainTit:after {
    height: 0.8vw;
  }
}
#kit-curu #service .serviceContent .feature .txt .serviceTxt {
  padding-top: 22px;
  letter-spacing: -0.01em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #kit-curu #service .serviceContent .feature .txt .serviceTxt {
    padding-top: 4.8vw;
  }
}
#kit-curu #service .serviceContent .feature .txt .serviceDl {
  display: inline-block;
  margin-top: 14px;
  color: #11C287;
  font-size: 24px;
  font-weight: bold;
  border-bottom: dotted #11C287 3px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  #kit-curu #service .serviceContent .feature .txt .serviceDl {
    margin-top: 2.4vw;
    line-height: 1.3;
    font-size: 4.6666666667vw;
    border-width: 2px;
  }
}
#kit-curu #service .serviceContent .feature .txt .serviceDl img {
  vertical-align: bottom;
  padding-bottom: 3px;
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  #kit-curu #service .serviceContent .feature .txt .serviceDl img {
    margin-left: 0.5em;
    width: 4.5333333333vw;
    height: auto;
  }
}
#kit-curu #service .serviceContent .feature.center {
  position: relative;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  #kit-curu #service .serviceContent .feature.center {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  #kit-curu #service .serviceContent .feature.center figure {
    width: 76%;
  }
}
#kit-curu #service .serviceContent .feature.center:before, #kit-curu #service .serviceContent .feature.center:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  width: 14px;
  height: 14px;
  margin: auto;
  border-radius: 2px;
  border: 2px solid #11C287;
}
@media screen and (max-width: 768px) {
  #kit-curu #service .serviceContent .feature.center:before, #kit-curu #service .serviceContent .feature.center:after {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    left: -1.0666666667vw;
    right: auto;
  }
}
#kit-curu #service .serviceContent .feature.center:before {
  top: 0;
}
#kit-curu #service .serviceContent .feature.center:after {
  bottom: 0;
}
#kit-curu #service .serviceContent .feature.end figure img:last-child {
  margin-top: -99px;
}
@media screen and (max-width: 768px) {
  #kit-curu #service .serviceContent .feature.end figure img:last-child {
    width: 35.2vw;
    margin-top: -29.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  #kit-curu #service .serviceContent .feature.end figure {
    width: 69.7333333333vw;
  }
}
#kit-curu #form {
  background: #fff;
}
#kit-curu #form:after {
  border-top-color: #e6fff7;
}
#kit-curu.kit-curu_contact {
  background: #fff;
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  #kit-curu.kit-curu_contact {
    padding: 10.6666666667vw 0;
  }
}
#kit-curu.kit-curu_contact .copy {
  width: 385px;
  margin: 50px auto 30px;
  padding: 12px 0;
  font-weight: bold;
  text-align: center;
  border-radius: 3px;
  font-size: 24px;
  color: #fff;
  background: #11C287;
  position: relative;
}
@media screen and (max-width: 768px) {
  #kit-curu.kit-curu_contact .copy {
    width: 73.3333333333vw;
    margin: 4vw auto 4.6666666667vw;
    padding: 0.5em 0;
    font-size: 4.5333333333vw;
  }
}
#kit-curu.kit-curu_contact .copy:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #11C287;
  border-width: 8px;
  margin-left: -8px;
}
#kit-curu.kit-curu_contact .contactContent {
  margin: 20px auto;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #kit-curu.kit-curu_contact .contactContent {
    width: 92%;
    margin: 4vw auto;
  }
}
#kit-curu.kit-curu_contact .contactContent .contactTxt {
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #kit-curu.kit-curu_contact .contactContent .contactTxt {
    font-size: 3.7333333333vw;
  }
}
#kit-curu.kit-curu_contact .contactContent .contactTxtDl {
  margin: 80px auto 40px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #kit-curu.kit-curu_contact .contactContent .contactTxtDl {
    margin: 8vw auto 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
#kit-curu.kit-curu_contact .contactContent .sliderContent {
  position: relative;
  max-width: 873px;
  height: 540px;
  margin: 60px auto 30px;
}
@media screen and (max-width: 768px) {
  #kit-curu.kit-curu_contact .contactContent .sliderContent {
    height: 58.6666666667vw;
    margin: 9.3333333333vw auto 4vw;
  }
}
#kit-curu.kit-curu_contact .contactContent .sliderContent .swiper-slide {
  margin: 0 auto;
  max-width: 873px;
  height: 550px;
  text-align: center;
  transition: 0.4s;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #kit-curu.kit-curu_contact .contactContent .sliderContent .swiper-slide {
    height: 80vw;
  }
}
#kit-curu.kit-curu_contact .contactContent .sliderContent .swiper-slide-active {
  opacity: 1;
}
#kit-curu.kit-curu_contact .contactContent .sliderContent .swiper-slide-next {
  opacity: 0;
}
#kit-curu.kit-curu_contact .contactContent .sliderContent .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}
#kit-curu.kit-curu_contact .contactContent .sliderContent .swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 20px;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  #kit-curu.kit-curu_contact .contactContent .sliderContent .swiper-pagination {
    gap: 5.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  #kit-curu.kit-curu_contact .contactContent .sliderContent .swiper-pagination-bullet {
    width: 1.6vw;
    height: 1.6vw;
  }
}
#kit-curu.kit-curu_contact .contactContent .sliderContent .swiper-pagination-bullet-active {
  background: #11C287;
  border: 1px solid #11C287;
  position: relative;
}
#kit-curu.kit-curu_contact .contactContent .sliderContent .swiper-pagination-bullet-active:before {
  content: "";
  border: 1px solid #11C287;
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  border-radius: 4px;
  top: 0;
  bottom: 0;
  left: -6px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #kit-curu.kit-curu_contact .contactContent .sliderContent .swiper-pagination-bullet-active:before {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}
#kit-curu.kit-curu_contact .contactContent .sliderContent .swiper-button-next, #kit-curu.kit-curu_contact .contactContent .sliderContent .swiper-container-rtl .swiper-button-prev {
  background: none;
  right: -60px;
  top: calc(50% - 13px);
}
@media screen and (max-width: 768px) {
  #kit-curu.kit-curu_contact .contactContent .sliderContent .swiper-button-next, #kit-curu.kit-curu_contact .contactContent .sliderContent .swiper-container-rtl .swiper-button-prev {
    right: 0;
  }
}
#kit-curu.kit-curu_contact .contactContent .sliderContent .swiper-button-next:before, #kit-curu.kit-curu_contact .contactContent .sliderContent .swiper-container-rtl .swiper-button-prev:before {
  content: "▶";
  color: #11C287;
  font-size: 26px;
  text-shadow: #fff 0px 0 4px;
}
@media screen and (max-width: 768px) {
  #kit-curu.kit-curu_contact .contactContent .sliderContent .swiper-button-next:before, #kit-curu.kit-curu_contact .contactContent .sliderContent .swiper-container-rtl .swiper-button-prev:before {
    font-size: 5.3333333333vw;
  }
}
#kit-curu.kit-curu_contact .contactContent .sliderContent .swiper-button-next:hover, #kit-curu.kit-curu_contact .contactContent .sliderContent .swiper-container-rtl .swiper-button-prev:hover {
  opacity: 0.8;
}
#kit-curu.kit-curu_contact .contactContent .sliderContent .swiper-button-prev, #kit-curu.kit-curu_contact .contactContent .sliderContent .swiper-container-rtl .swiper-button-next {
  background: none;
  left: -60px;
  top: calc(50% - 13px);
}
@media screen and (max-width: 768px) {
  #kit-curu.kit-curu_contact .contactContent .sliderContent .swiper-button-prev, #kit-curu.kit-curu_contact .contactContent .sliderContent .swiper-container-rtl .swiper-button-next {
    left: 0;
  }
}
#kit-curu.kit-curu_contact .contactContent .sliderContent .swiper-button-prev:before, #kit-curu.kit-curu_contact .contactContent .sliderContent .swiper-container-rtl .swiper-button-next:before {
  content: "◀";
  color: #11C287;
  font-size: 26px;
  text-shadow: #fff 0px 0 4px;
}
@media screen and (max-width: 768px) {
  #kit-curu.kit-curu_contact .contactContent .sliderContent .swiper-button-prev:before, #kit-curu.kit-curu_contact .contactContent .sliderContent .swiper-container-rtl .swiper-button-next:before {
    font-size: 5.3333333333vw;
  }
}
#kit-curu.kit-curu_contact .contactContent .sliderContent .swiper-button-prev:hover, #kit-curu.kit-curu_contact .contactContent .sliderContent .swiper-container-rtl .swiper-button-next:hover {
  opacity: 0.8;
}
#kit-curu.kit-curu_contact .completeContent {
  max-width: 500px;
  margin: 120px auto 30px;
}
@media screen and (max-width: 768px) {
  #kit-curu.kit-curu_contact .completeContent {
    width: 90%;
    margin: 8vw auto 8vw;
  }
}
#kit-curu #floating.cta.is-hide {
  opacity: 0;
  visibility: hidden;
}
#kit-curu #floating.cta {
  position: fixed;
  bottom: 10px;
  top: auto;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 1;
  visibility: visible;
}
#kit-curu #floating.cta a {
  width: auto;
  margin: 0 auto;
  padding: 1em 4em;
  color: #e86340;
  background: #fff;
  border: 1px solid #e86340;
}
@media screen and (max-width: 768px) {
  #kit-curu #floating.cta a {
    padding: 1.5em 0;
    width: 90%;
    font-size: 1em;
    opacity: 1;
  }
}
#kit-curu #floating.cta a span {
  font-size: 1.3em;
}
#kit-curu #floating.cta a:after {
  background-image: url(/wp-content/themes/iridge_2018/images/kitcuru/arrow_or.png);
}

#app_dev {
  min-width: 1200px;
}
@media screen and (max-width: 768px) {
  #app_dev {
    min-width: inherit;
  }
}
@media screen and (max-width: 768px) {
  #app_dev .inner {
    width: 90%;
  }
}
#app_dev .tit {
  font-size: 35px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  #app_dev .tit {
    font-size: 5.3333333333vw;
  }
}
#app_dev .tit span {
  font-size: 24px;
  color: #535899;
}
@media screen and (max-width: 768px) {
  #app_dev .tit span {
    font-size: 4.2666666667vw;
  }
}
#app_dev .section {
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  #app_dev .section {
    padding: 8vw 0;
  }
}
#app_dev .section .cont {
  padding: 60px 100px 0;
}
@media screen and (max-width: 768px) {
  #app_dev .section .cont {
    padding: 8vw 0 0;
  }
}
#app_dev #mv {
  position: relative;
  background: url(/wp-content/themes/iridge_2018/images/app_dev/mvbg-02.jpg) no-repeat;
  background-size: cover;
  height: 615px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #app_dev #mv {
    display: flex;
    flex-direction: column-reverse;
    height: auto;
    background-position: center;
  }
}
#app_dev #mv .mv-txt {
  width: 676px;
  padding-top: 70px;
  padding-left: 100px;
}
@media screen and (max-width: 768px) {
  #app_dev #mv .mv-txt {
    width: auto;
    padding-top: 0;
    padding-left: 0;
    margin-bottom: 10.6666666667vw;
  }
}
#app_dev #mv .mv-txt .mv-txt-inner {
  width: 676px;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  #app_dev #mv .mv-txt .mv-txt-inner {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  #app_dev #mv .mv-txt .icon {
    position: absolute;
    top: 8vw;
    left: 4.6666666667vw;
    z-index: 1;
  }
}
#app_dev #mv .mv-txt .icon img {
  height: 70px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  #app_dev #mv .mv-txt .icon img {
    display: block;
    height: 10.4vw;
    margin-left: 0;
    margin-bottom: 1.6vw;
  }
}
#app_dev #mv .mv-txt .copy {
  margin-top: 55px;
  font-size: 48px;
}
@media screen and (max-width: 768px) {
  #app_dev #mv .mv-txt .copy {
    margin-top: 2vw;
    font-size: 8vw;
  }
}
#app_dev #mv .mv-txt .copy h1 {
  text-align: left;
  text-shadow: none;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #app_dev #mv .mv-txt .copy h1 {
    line-height: 1.3;
  }
}
#app_dev #mv .mv-txt .cta {
  margin-top: 55px;
}
@media screen and (max-width: 768px) {
  #app_dev #mv .mv-txt .cta {
    margin-top: 4vw;
  }
}
#app_dev #mv .mv-txt .cta a {
  width: 620px;
  display: inline-block;
  background: #535899;
  color: #fff;
  text-align: center;
  padding: 28px 0;
  font-size: 25px;
  border-radius: 5px;
  font-weight: 600;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  #app_dev #mv .mv-txt .cta a {
    width: 100%;
    padding: 4vw 0;
    box-shadow: none;
    font-size: 4.2666666667vw;
  }
}
#app_dev #mv .mv-txt .cta a img {
  display: inline-block;
  margin-left: 0.3em;
  padding-bottom: 3px;
}
@media screen and (max-width: 768px) {
  #app_dev #mv .mv-txt .cta a img {
    width: 2.9333333333vw;
  }
}
#app_dev #mv .mv-img {
  width: 50%;
  max-width: 676px;
  height: 100%;
  position: absolute;
  left: calc(50% + 132px);
  top: 0;
  background: url(/wp-content/themes/iridge_2018/images/app_dev/mvbg-01.png) no-repeat;
  background-size: contain;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  #app_dev #mv .mv-img {
    position: inherit;
    width: 100%;
    height: 77.3333333333vw;
    left: 0;
    margin-top: 8vw;
  }
}
#app_dev #works {
  background: #fff;
}
#app_dev #works .works-cont {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #app_dev #works .works-cont {
    flex-direction: column;
  }
}
#app_dev #works .works-cont .works-txt {
  font-weight: 600;
  line-height: 1.1;
  margin-top: -1.5em;
}
@media screen and (max-width: 768px) {
  #app_dev #works .works-cont .works-txt {
    margin-top: 0;
    text-align: center;
  }
}
#app_dev #works .works-cont .works-txt p {
  font-size: 25px;
}
@media screen and (max-width: 768px) {
  #app_dev #works .works-cont .works-txt p {
    font-size: 4.8vw;
    text-align: center;
  }
}
#app_dev #works .works-cont .works-txt p span {
  font-size: 144px;
  color: #535899;
}
@media screen and (max-width: 768px) {
  #app_dev #works .works-cont .works-txt p span {
    font-size: 26.6666666667vw;
    letter-spacing: -0.05em;
  }
}
#app_dev #works .works-cont .works-txt p.mau {
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  #app_dev #works .works-cont .works-txt p.mau {
    font-size: 4.5333333333vw;
    letter-spacing: -0.03em;
  }
}
#app_dev #works .works-cont .works-txt p.notice {
  margin-top: 1em;
  font-size: 14px;
}
#app_dev #works .works-cont .works-img {
  width: 480px;
  height: 330px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  #app_dev #works .works-cont .works-img {
    width: 100%;
    height: auto;
    gap: 3.3333333333vw;
    margin: 8vw auto 2.6666666667vw;
  }
}
#app_dev #works .works-cont .works-img img {
  width: 66px;
  height: 66px;
}
@media screen and (max-width: 768px) {
  #app_dev #works .works-cont .works-img img {
    width: calc(20% - 2.6666666667vw);
    height: auto;
  }
}
#app_dev #works .works-company {
  padding: 20px 100px 0;
}
@media screen and (max-width: 768px) {
  #app_dev #works .works-company {
    width: 100%;
    margin: 5.3333333333vw 0 8vw;
    padding: 5.3333333333vw 0.2666666667vw 2.6666666667vw;
    overflow-x: scroll;
  }
  #app_dev #works .works-company::-webkit-scrollbar {
    height: 1.3333333333vw;
  }
  #app_dev #works .works-company::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  #app_dev #works .works-company::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }
}
#app_dev #works .works-company .works-company-inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #app_dev #works .works-company .works-company-inner {
    position: relative;
    gap: 2vw;
    width: 220%;
  }
  #app_dev #works .works-company .works-company-inner:before {
    content: "Scroll";
    position: absolute;
    display: block;
    top: -6vw;
    left: 0;
    font-size: 0.9em;
    color: #aaa;
  }
  #app_dev #works .works-company .works-company-inner:after {
    content: "";
    width: 13.3333333333vw;
    height: 1.3333333333vw;
    border-bottom: solid 1px #aaa;
    border-right: solid 1px #aaa;
    transform: skew(45deg);
    position: absolute;
    top: -4vw;
    left: 3em;
  }
}
#app_dev #works .works-company .company-retail, #app_dev #works .works-company .company-mobility {
  width: 315px;
  border: 1px solid #535899;
  position: relative;
  border-radius: 5px;
  background: #f6f8fb;
}
@media screen and (max-width: 768px) {
  #app_dev #works .works-company .company-retail, #app_dev #works .works-company .company-mobility {
    width: 100%;
  }
}
#app_dev #works .works-company .company-retail:before, #app_dev #works .works-company .company-mobility:before {
  content: "RETAIL";
  display: block;
  width: 100%;
  padding: 0.9em 0;
  text-align: center;
  background: #535899;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  #app_dev #works .works-company .company-retail:before, #app_dev #works .works-company .company-mobility:before {
    padding: 0.5em 0;
    font-size: 4vw;
  }
}
#app_dev #works .works-company .company-mobility:before {
  content: "MOBILITY";
}
#app_dev #works .works-company dt {
  position: relative;
  display: flex;
  padding: 15px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #app_dev #works .works-company dt {
    padding: 2vw 0 0;
    width: 90%;
    margin: 0 auto;
  }
}
#app_dev #works .works-company dt img {
  width: 75px;
  height: auto;
}
@media screen and (max-width: 768px) {
  #app_dev #works .works-company dt img {
    width: 12vw;
  }
}
#app_dev #works .works-company dt p {
  margin-left: 0.6em;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  #app_dev #works .works-company dt p {
    font-size: 3.6vw;
  }
}
#app_dev #works .works-company dt:after {
  content: "";
  height: 2px;
  width: 195px;
  background: #ddd;
  position: absolute;
  right: 15px;
  bottom: 15px;
}
@media screen and (max-width: 768px) {
  #app_dev #works .works-company dt:after {
    width: 44vw;
    height: 1px;
    right: auto;
    left: 13.3333333333vw;
    bottom: 0;
  }
}
#app_dev #works .works-company .company-img {
  width: 130px;
  height: 237px;
  margin: 0 auto;
  padding: 2px 0 15px;
}
@media screen and (max-width: 768px) {
  #app_dev #works .works-company .company-img {
    width: 24vw;
    height: auto;
    margin-top: 2vw;
    padding: 2.6666666667vw 0;
  }
}
#app_dev #works .works-company .company-txt {
  line-height: 1.7;
  padding: 0 12px 20px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #app_dev #works .works-company .company-txt {
    padding: 2vw 2.6666666667vw;
    font-size: 3.4666666667vw;
  }
}
#app_dev #feature {
  background: #f6f8fb;
}
#app_dev #feature .feature-cont {
  text-align: center;
}
#app_dev #feature .feature-cont .feature-figure {
  position: relative;
}
#app_dev #feature .feature-cont .feature-cap li {
  position: absolute;
  font-size: 25px;
  color: #535899;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #app_dev #feature .feature-cont .feature-cap li {
    font-size: 4.4vw;
    line-height: 1.2;
  }
}
#app_dev #feature .feature-cont .feature-cap li:first-child {
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#app_dev #feature .feature-cont .feature-cap li:nth-child(2) {
  top: 110px;
  left: calc(50% + 210px);
}
@media screen and (max-width: 768px) {
  #app_dev #feature .feature-cont .feature-cap li:nth-child(2) {
    top: 15.3333333333vw;
    left: calc(50% + 26vw);
  }
}
#app_dev #feature .feature-cont .feature-cap li:nth-child(3) {
  top: 300px;
  left: calc(50% + 250px);
}
@media screen and (max-width: 768px) {
  #app_dev #feature .feature-cont .feature-cap li:nth-child(3) {
    top: 45.3333333333vw;
    left: calc(50% + 25.3333333333vw);
  }
}
#app_dev #feature .feature-cont .feature-cap li:nth-child(4) {
  bottom: -25px;
  left: calc(50% + 170px);
}
@media screen and (max-width: 768px) {
  #app_dev #feature .feature-cont .feature-cap li:nth-child(4) {
    bottom: -8vw;
    left: calc(50% + 9.3333333333vw);
  }
}
#app_dev #feature .feature-cont .feature-cap li:nth-child(5) {
  bottom: -25px;
  right: calc(50% + 170px);
}
@media screen and (max-width: 768px) {
  #app_dev #feature .feature-cont .feature-cap li:nth-child(5) {
    bottom: -8vw;
    right: calc(50% + 9.3333333333vw);
  }
}
#app_dev #feature .feature-cont .feature-cap li:nth-child(6) {
  top: 280px;
  right: calc(50% + 250px);
}
@media screen and (max-width: 768px) {
  #app_dev #feature .feature-cont .feature-cap li:nth-child(6) {
    top: 45.3333333333vw;
    left: 0;
    right: auto;
  }
}
#app_dev #feature .feature-cont .feature-cap li:nth-child(7) {
  top: 100px;
  right: calc(50% + 210px);
}
@media screen and (max-width: 768px) {
  #app_dev #feature .feature-cont .feature-cap li:nth-child(7) {
    top: 10.6666666667vw;
    left: 0;
    right: auto;
  }
}
#app_dev #feature .feature-cont .feature-img {
  margin-top: 45px;
  width: 438px;
  height: auto;
}
@media screen and (max-width: 768px) {
  #app_dev #feature .feature-cont .feature-img {
    margin-top: 8vw;
    width: 55.4666666667vw;
  }
}
#app_dev #feature .feature-cont .feature-txt {
  margin-top: 85px;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #app_dev #feature .feature-cont .feature-txt {
    margin-top: 16vw;
    padding-bottom: 1em;
    font-size: 4.6666666667vw;
    font-weight: normal;
  }
}
#app_dev #solution {
  background: #fff;
}
@media screen and (max-width: 768px) {
  #app_dev #solution {
    padding-bottom: 14.6666666667vw;
  }
}
#app_dev #solution .solution-cont {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1000px;
  margin: 30px auto 35px;
}
@media screen and (max-width: 768px) {
  #app_dev #solution .solution-cont {
    display: block;
    margin: 8vw auto 9.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  #app_dev #solution .solution-cont .solution-inner {
    width: 100%;
  }
}
#app_dev #solution .solution-cont .solution-inner .solution-img {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #app_dev #solution .solution-cont .solution-inner .solution-img {
    margin: 5.3333333333vw auto;
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #app_dev #solution .solution-cont .solution-inner .solution-img.set {
    margin: 12.6666666667vw auto;
    width: 68%;
  }
}
#app_dev #solution .solution-btn {
  width: 100%;
  max-width: 423px;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  #app_dev #solution .solution-btn {
    margin-top: 4vw;
  }
}
#app_dev #solution .solution-btn a {
  display: inline-block;
  width: 100%;
  border-radius: 5px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background: #535899;
  font-weight: 600;
  padding: 1.7em;
}
@media screen and (max-width: 768px) {
  #app_dev #solution .solution-btn a {
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 1em 0;
    font-size: 4.2666666667vw;
  }
}
#app_dev #solution .solution-btn a img {
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 2px;
}
@media screen and (max-width: 768px) {
  #app_dev #solution .solution-btn a img {
    width: 3.2vw;
    height: auto;
    margin-left: 1.3333333333vw;
    margin-bottom: 0.5333333333vw;
  }
}
#app_dev #solution .solution-txt {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  #app_dev #solution .solution-txt {
    font-size: 4.4vw;
    letter-spacing: 0;
    font-weight: normal;
  }
}
#app_dev #solution .appbox-btn {
  margin: 30px auto 60px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #app_dev #solution .appbox-btn {
    margin: 9.3333333333vw auto 16vw;
    font-size: 4.4vw;
  }
}
#app_dev #solution .appbox-btn a {
  display: inline-block;
  padding-bottom: 3px;
  color: #4ec4ce;
  border-bottom: 2px dotted #4ec4ce;
}
@media screen and (max-width: 768px) {
  #app_dev #solution .appbox-btn a {
    padding-bottom: 0.8vw;
  }
}
#app_dev #solution .appbox-btn img {
  margin: 0 0 3px 10px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  #app_dev #solution .appbox-btn img {
    margin: 0 0 0.8vw 2.6666666667vw;
  }
}
#app_dev #payment {
  background: #f6f8fb;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #app_dev #payment {
    font-size: 4.4vw;
  }
}
#app_dev #payment .tit {
  color: #535899;
}
@media screen and (max-width: 768px) {
  #app_dev #payment .tit {
    padding-top: 2vw;
    font-size: 6vw;
  }
}
#app_dev #payment .payment-top-cont {
  padding-bottom: 25px;
}
@media screen and (max-width: 768px) {
  #app_dev #payment .payment-top-cont {
    padding-bottom: 5.3333333333vw;
  }
}
#app_dev #payment .payment-top-cont .txt {
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #app_dev #payment .payment-top-cont .txt {
    font-weight: normal;
  }
}
#app_dev #payment .payment-top-cont .img {
  margin: 40px auto 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #app_dev #payment .payment-top-cont .img {
    margin: 10vw auto 0;
    width: 61.3333333333vw;
  }
}
#app_dev #payment .payment-cont {
  max-width: 1000px;
  margin: 35px auto;
  padding: 50px 0;
  text-align: center;
  background: #fff;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #app_dev #payment .payment-cont {
    margin: 8vw auto;
    padding: 12vw 0;
  }
}
#app_dev #payment .payment-cont .subtit {
  display: inline-block;
  padding-bottom: 5px;
  color: #535899;
  border-bottom: 2px solid #535899;
}
@media screen and (max-width: 768px) {
  #app_dev #payment .payment-cont .subtit {
    font-size: 6vw;
  }
}
#app_dev #payment .payment-cont .payment-cont-use {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 45px;
  padding: 0 80px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #app_dev #payment .payment-cont .payment-cont-use {
    flex-direction: column;
    margin-top: 10.6666666667vw;
    padding: 0 10.6666666667vw;
  }
}
#app_dev #payment .payment-cont .payment-cont-use li {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #app_dev #payment .payment-cont .payment-cont-use li {
    margin: 0 auto;
  }
}
#app_dev #payment .payment-cont .payment-cont-use li .img {
  height: 187px;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  #app_dev #payment .payment-cont .payment-cont-use li .img {
    height: auto;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  #app_dev #payment .payment-cont .payment-cont-use li .txt {
    padding-top: 10.6666666667vw;
  }
}
#app_dev #payment .payment-cont .payment-cont-use li:nth-child(1) .img img {
  margin-top: 40px;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  #app_dev #payment .payment-cont .payment-cont-use li:nth-child(1) .img img {
    margin: 0 0 0 4vw;
    width: 34.9333333333vw;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  #app_dev #payment .payment-cont .payment-cont-use li:nth-child(3) .img img {
    width: 66.4vw;
  }
}
@media screen and (max-width: 768px) {
  #app_dev #payment .payment-cont .payment-cont-use li:nth-child(3) .txt {
    padding-top: 5.3333333333vw;
    font-size: 4.8vw;
  }
}
#app_dev #payment .payment-cont .payment-cont-use li:last-child .img img {
  margin-top: 40px;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  #app_dev #payment .payment-cont .payment-cont-use li:last-child .img img {
    margin-top: 5.3333333333vw;
    margin-left: 8vw;
  }
}
#app_dev #payment .payment-cont .payment-cont-use li.arrow {
  position: absolute;
  background: url(/wp-content/themes/iridge_2018/images/app_dev/pay-icon01.png);
  background-repeat: space;
  background-size: contain;
  width: 45px;
  height: 14px;
  top: 103px;
  left: 280px;
}
@media screen and (max-width: 768px) {
  #app_dev #payment .payment-cont .payment-cont-use li.arrow {
    width: 12vw;
    height: 3.7333333333vw;
    transform: rotate(90deg);
    left: 0;
    right: 0;
    top: 0;
    margin: 13.3333333333vw auto 9.3333333333vw;
    position: relative;
  }
}
#app_dev #payment .payment-cont .payment-cont-use li.arrow:nth-child(4) {
  left: auto;
  right: 280px;
}
@media screen and (max-width: 768px) {
  #app_dev #payment .payment-cont .payment-cont-use li.arrow:nth-child(4) {
    left: 0;
    right: 0;
  }
}
#app_dev #payment .payment-cont .payment-logo {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 45px 116px;
}
@media screen and (max-width: 768px) {
  #app_dev #payment .payment-cont .payment-logo {
    flex-direction: column;
    padding: 16vw 0 8vw;
    margin: 0 auto;
    align-items: center;
    gap: 18.6666666667vw;
  }
  #app_dev #payment .payment-cont .payment-logo img {
    width: 46.6666666667vw;
  }
  #app_dev #payment .payment-cont .payment-logo img:nth-child(2) {
    margin-top: -9.3333333333vw;
  }
}
#app_dev #payment .payment-cont .payment-logo-example {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 90px 116px 55px;
  flex-wrap: wrap;
  gap: 65px;
}
@media screen and (max-width: 768px) {
  #app_dev #payment .payment-cont .payment-logo-example {
    padding: 16vw 0 8vw;
    flex-direction: column;
    gap: 16vw;
  }
  #app_dev #payment .payment-cont .payment-logo-example img {
    height: auto;
  }
  #app_dev #payment .payment-cont .payment-logo-example img:nth-child(1) {
    width: 29.0666666667vw;
  }
  #app_dev #payment .payment-cont .payment-logo-example img:nth-child(2) {
    width: 43.4666666667vw;
  }
  #app_dev #payment .payment-cont .payment-logo-example img:nth-child(3) {
    width: 54vw;
  }
  #app_dev #payment .payment-cont .payment-logo-example img:nth-child(4) {
    width: 56vw;
  }
  #app_dev #payment .payment-cont .payment-logo-example img:nth-child(5) {
    width: 44.5333333333vw;
  }
  #app_dev #payment .payment-cont .payment-logo-example img:nth-child(6) {
    width: 54.4vw;
  }
}
#app_dev #flow {
  background: #fff;
}
#app_dev #flow .flow-cont ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #app_dev #flow .flow-cont ul {
    flex-direction: column;
  }
}
#app_dev #flow .flow-cont ul .mc {
  background: url(/wp-content/themes/iridge_2018/images/app_dev/flow-bg01.png) no-repeat;
  background-size: contain;
  width: 139px;
  height: 358px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #app_dev #flow .flow-cont ul .mc {
    background: url(/wp-content/themes/iridge_2018/images/app_dev/flow-bg01_sp.png) no-repeat;
    background-size: contain;
    width: 76.4vw;
    height: 23.2vw;
    margin: 0 auto 1.2em;
    padding: 0 1em 0 2em;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}
#app_dev #flow .flow-cont ul .mc .num {
  display: block;
  margin-top: 15px;
  text-align: center;
  color: #535899;
  font-size: 43px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #app_dev #flow .flow-cont ul .mc .num {
    font-size: 8vw;
    margin-top: 0;
  }
}
#app_dev #flow .flow-cont ul .mc-gr {
  background: url(/wp-content/themes/iridge_2018/images/app_dev/flow-bg02.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  #app_dev #flow .flow-cont ul .mc-gr {
    background: url(/wp-content/themes/iridge_2018/images/app_dev/flow-bg02_sp.png) no-repeat;
    background-size: contain;
  }
}
#app_dev #flow .flow-cont ul .mc-gr .num {
  color: #727272;
}
#app_dev #flow .flow-cont ul .flow-img {
  padding-top: 15px;
}
@media screen and (max-width: 768px) {
  #app_dev #flow .flow-cont ul .flow-img {
    padding: 0;
    width: 21.3333333333vw;
  }
}
#app_dev #flow .flow-cont ul .flow-img img {
  height: 57px;
  width: auto;
}
@media screen and (max-width: 768px) {
  #app_dev #flow .flow-cont ul .flow-img img {
    height: 10.1333333333vw;
    width: auto;
  }
}
#app_dev #flow .flow-cont ul .flow-img .img01 {
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  #app_dev #flow .flow-cont ul .flow-img .img01 {
    margin: 0;
  }
}
#app_dev #flow .flow-cont ul .flow-img .img02 {
  margin-left: 14px;
}
@media screen and (max-width: 768px) {
  #app_dev #flow .flow-cont ul .flow-img .img02 {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  #app_dev #flow .flow-cont ul .flow-img .img03 {
    height: 12.8vw;
  }
}
@media screen and (max-width: 768px) {
  #app_dev #flow .flow-cont ul .flow-img .img05 {
    height: 11.7333333333vw;
  }
}
@media screen and (max-width: 768px) {
  #app_dev #flow .flow-cont ul .flow-img .img06 {
    height: 10.8vw;
  }
}
#app_dev #flow .flow-cont ul .flow-txt {
  font-size: 25px;
  font-weight: 600;
  writing-mode: vertical-rl;
  text-align: left;
  line-height: 1.2;
  margin: 17px auto 0;
}
@media screen and (max-width: 768px) {
  #app_dev #flow .flow-cont ul .flow-txt {
    margin: 0;
    writing-mode: inherit;
    font-size: 4.8vw;
  }
}
#app_dev #interview {
  background: #f6f8fb;
}
#app_dev #interview .interview-cont .interview-wrap {
  display: flex;
  gap: 2.5%;
}
@media screen and (max-width: 768px) {
  #app_dev #interview .interview-cont .interview-wrap {
    flex-direction: column;
  }
}
#app_dev #interview .interview-cont .interview-wrap li {
  position: relative;
  width: 33.3333333333%;
  padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
  #app_dev #interview .interview-cont .interview-wrap li {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 6.6666666667vw;
  }
}
#app_dev #interview .interview-cont .interview-wrap li .interview-txt {
  margin: 1.5em 0;
}
@media screen and (max-width: 768px) {
  #app_dev #interview .interview-cont .interview-wrap li .interview-txt {
    margin: 0.5em 0;
  }
}
#app_dev #interview .interview-cont .interview-wrap li .interview-txt h4 {
  text-align: left;
  display: block;
  padding: 1em 0;
}
@media screen and (max-width: 768px) {
  #app_dev #interview .interview-cont .interview-wrap li .interview-txt h4 {
    padding: 0.5em 0;
  }
}
#app_dev #interview .interview-cont .interview-wrap li .interview-txt p {
  padding: 0.6em 0;
}
@media screen and (max-width: 768px) {
  #app_dev #interview .interview-cont .interview-wrap li .interview-txt p {
    padding: 0;
  }
}
#app_dev #interview .interview-cont .interview-wrap li .btn {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1em 0;
  color: #535899;
  font-size: 17px;
  border: 1px solid #535899;
  border-radius: 5px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #app_dev #interview .interview-cont .interview-wrap li .btn {
    position: inherit;
    font-size: 3.7333333333vw;
    padding: 0.5em 0;
  }
}
#app_dev #interview .interview-cont .interview-wrap li .btn:after {
  content: "";
  display: inline-block;
  background: url(/wp-content/themes/iridge_2018/images/app_dev/interview-icon.png) no-repeat;
  background-size: contain;
  width: 16px;
  height: 9px;
  margin-left: 13px;
}
#app_dev #blog {
  background: #fff;
}
#app_dev #form {
  background: #f6f8fb;
}
#app_dev #form .form-cont {
  padding-top: 10px;
  margin-top: 20px;
  position: relative;
}
#app_dev #form .form-cont:before {
  content: "";
  height: 1px;
  width: 1000px;
  background: #aaa;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #app_dev #form .form-cont:before {
    width: auto;
  }
}
#app_dev #form .form-cont .contact {
  padding: 35px;
}
@media screen and (max-width: 768px) {
  #app_dev #form .form-cont .contact {
    padding: 1em;
  }
}
#app_dev #thanks .tit span {
  padding-bottom: 1em;
}
#app_dev #thanks .notice {
  margin-top: 2.5em;
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #app_dev #thanks .notice {
    margin-top: 1.5em;
    font-size: 3.4666666667vw;
  }
}

#appbox {
  color: #2e2624;
}
@media screen and (max-width: 768px) {
  #appbox {
    min-width: inherit;
  }
}
#appbox .inner {
  max-width: 1000px;
}
@media screen and (max-width: 768px) {
  #appbox .inner {
    width: 90%;
  }
}
#appbox .tit {
  font-size: 35px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #appbox .tit {
    font-size: 5.3333333333vw;
  }
}
#appbox .subtit {
  display: block;
  text-align: center;
  line-height: 1.6;
  font-weight: bold;
  font-size: 24px;
  color: #4ec4ce;
}
@media screen and (max-width: 768px) {
  #appbox .subtit {
    font-size: 4.2666666667vw;
  }
}
#appbox .appbox-txt {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 1.8em 0;
}
@media screen and (max-width: 768px) {
  #appbox .appbox-txt {
    font-size: 4.4vw;
  }
}
#appbox .section {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  #appbox .section {
    padding: 8vw 0;
  }
}
#appbox .section .cont {
  padding: 60px 100px 0;
}
@media screen and (max-width: 768px) {
  #appbox .section .cont {
    padding: 8vw 0 0;
  }
}
#appbox .js-accordionMoreContent {
  display: none;
}
#appbox .accordion__button {
  display: block;
  margin: 40px auto;
}
@media screen and (max-width: 768px) {
  #appbox .accordion__button {
    margin: 6.6666666667vw auto 0;
  }
}
#appbox .accordion__buttonText {
  display: none;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #appbox .accordion__buttonText {
    font-size: 3.4666666667vw;
  }
}
#appbox .accordion__buttonText.is-active {
  display: flex;
  justify-content: center;
  align-items: center;
}
#appbox .accordion__buttonText.open {
  gap: 15px;
  width: 9em;
  margin: 0 auto;
  color: #eb6b00;
  text-align: center;
  line-height: 66px;
}
#appbox .accordion__buttonText.open .open-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  background: #eb6b00;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  #appbox .accordion__buttonText.open .open-btn {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
#appbox .accordion__buttonText.open .open-btn img {
  width: 30px;
  height: auto;
}
@media screen and (max-width: 768px) {
  #appbox .accordion__buttonText.open .open-btn img {
    width: 5.3333333333vw;
  }
}
#appbox .accordion__buttonText.open:hover {
  color: #2c2625;
}
#appbox .accordion__buttonText.open:hover .open-btn {
  background: #2c2625;
}
#appbox .accordion__buttonText.close {
  position: relative;
  width: 500px;
  margin: 0 auto 70px;
  padding: 16px 0;
  color: #fff;
  text-align: center;
  background: #ccc7c6;
}
@media screen and (max-width: 768px) {
  #appbox .accordion__buttonText.close {
    width: 100%;
    margin: 0 auto 9.3333333333vw;
    padding: 2.6666666667vw 0;
  }
}
#appbox .accordion__buttonText.close img {
  position: absolute;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 36px;
  height: auto;
}
@media screen and (max-width: 768px) {
  #appbox .accordion__buttonText.close img {
    right: 1.5em;
    width: 6.6666666667vw;
  }
}
#appbox .cta {
  display: flex;
  gap: 26px;
  margin-top: 55px;
}
@media screen and (max-width: 768px) {
  #appbox .cta {
    flex-direction: column;
    margin-top: 4vw;
    gap: 4vw;
  }
}
#appbox .cta a {
  position: relative;
  display: block;
  width: 291px;
  padding: 22px 0;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #0f69b6;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
  background-image: linear-gradient(to left, #e4f0fa 50%, #0f69b6 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  #appbox .cta a {
    width: 100%;
    padding: 4vw 0;
    font-size: 4.2666666667vw;
    background: #e4f0fa;
    background-image: none;
    background-size: cover;
    background-position: center;
  }
}
#appbox .cta a:after {
  content: "";
  position: absolute;
  right: 1.2em;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 7px;
  background-image: url(/wp-content/themes/iridge_2018/images/appbox/arrow-down_bl.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  #appbox .cta a:after {
    width: 2.9333333333vw;
  }
}
#appbox .cta a:hover {
  opacity: 1;
}
@media screen and (min-width: 769px) {
  #appbox .cta a:hover {
    color: #fff;
    background-position: left bottom;
  }
  #appbox .cta a:hover:after {
    background-image: url(/wp-content/themes/iridge_2018/images/appbox/arrow-down.png);
  }
}
@media screen and (max-width: 768px) {
  #appbox .cta a:active {
    opacity: 0.7;
  }
}
#appbox .cta a.download {
  background-image: linear-gradient(to left, #f9eadd 50%, #ec6c00 50%);
  color: #ec6c00;
}
@media screen and (max-width: 768px) {
  #appbox .cta a.download {
    background-color: #f9eadd;
    background-image: none;
  }
}
#appbox .cta a.download:after {
  transform: rotate(-90deg);
  right: 1em;
  width: 14px;
  background-image: url(/wp-content/themes/iridge_2018/images/kitcuru/arrow_or.png);
}
@media screen and (max-width: 768px) {
  #appbox .cta a.download:after {
    width: 2.9333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #appbox .cta a.download:hover {
    color: #fff;
  }
  #appbox .cta a.download:hover:after {
    background-image: url(/wp-content/themes/iridge_2018/images/appbox/arrow-down.png);
  }
}
#appbox .cta a.download.middle {
  background-image: linear-gradient(to left, #fbf5ef 50%, #ec6c00 50%);
}
@media screen and (max-width: 768px) {
  #appbox .cta a.download.middle {
    background-color: #fbf5ef;
    background-image: none;
  }
}
#appbox #mv {
  position: relative;
  height: 615px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #appbox #mv {
    height: auto;
    background: url(/wp-content/themes/iridge_2018/images/appbox/mv-bg_sp.jpg) no-repeat;
    background-size: 118%;
    background-position: top center;
  }
}
#appbox #mv .inner {
  position: relative;
}
@media screen and (max-width: 768px) {
  #appbox #mv .inner {
    display: flex;
    flex-direction: column-reverse;
    height: auto;
  }
}
#appbox #mv .bg {
  background: url(/wp-content/themes/iridge_2018/images/appbox/new/mv-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center top;
  width: 100%;
  height: 481px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #appbox #mv .bg {
    display: none;
  }
}
#appbox #mv .mv-txt {
  width: 705px;
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  #appbox #mv .mv-txt {
    width: auto;
    padding-top: 0;
    padding-left: 0;
    margin-bottom: 10.6666666667vw;
  }
}
#appbox #mv .mv-txt .mv-txt-inner {
  width: 705px;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  #appbox #mv .mv-txt .mv-txt-inner {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  #appbox #mv .mv-txt .logo {
    position: absolute;
    top: 8vw;
    left: 4.6666666667vw;
    z-index: 1;
  }
}
#appbox #mv .mv-txt .logo img {
  width: 202px;
  height: auto;
}
@media screen and (max-width: 768px) {
  #appbox #mv .mv-txt .logo img {
    display: block;
    width: 32.1333333333vw;
    margin-bottom: 1.6vw;
  }
}
#appbox #mv .mv-txt .results {
  position: relative;
  display: flex;
  justify-content: flex-start;
  width: 680px;
  margin-top: 60px;
  background: #f5fbfc;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  #appbox #mv .mv-txt .results {
    flex-direction: column;
    width: 100%;
    margin-top: 8vw;
  }
}
#appbox #mv .mv-txt .results-tit {
  position: absolute;
  top: -45px;
  left: 25px;
  padding: 0.6em 1.5em;
  color: #fff;
  background: #4ec4ce;
  border-radius: 30px;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #appbox #mv .mv-txt .results-tit {
    width: 15.3333333333vw;
    height: 15.3333333333vw;
    padding: 0.8em 0;
    top: 2.6666666667vw;
    left: 2.6666666667vw;
    border-radius: 8vw;
    line-height: 1.1;
    text-align: center;
    font-size: 4.4vw;
  }
}
#appbox #mv .mv-txt .results-tit .arrow {
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  width: 30px;
  height: auto;
}
@media screen and (max-width: 768px) {
  #appbox #mv .mv-txt .results-tit .arrow {
    bottom: 2.6666666667vw;
    left: auto;
    right: -2.1333333333vw;
    width: 5.3333333333vw;
    transform: rotate(-65deg);
  }
}
#appbox #mv .mv-txt .results-app {
  display: flex;
  align-items: center;
  padding: 5px 5px 5px 35px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #appbox #mv .mv-txt .results-app {
    padding: 1.3333333333vw 1.3333333333vw 1.3333333333vw 21.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
#appbox #mv .mv-txt .results-app .icon01 {
  width: 47px;
}
@media screen and (max-width: 768px) {
  #appbox #mv .mv-txt .results-app .icon01 {
    width: 12vw;
  }
}
#appbox #mv .mv-txt .results-app .icon02 {
  width: 39px;
}
@media screen and (max-width: 768px) {
  #appbox #mv .mv-txt .results-app .icon02 {
    width: 10.6666666667vw;
  }
}
#appbox #mv .mv-txt .results-app .num {
  margin: 0 10px;
  font-size: 80px;
  color: #4ec4ce;
  letter-spacing: -0.05em;
  font-weight: normal;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #appbox #mv .mv-txt .results-app .num {
    margin: 0 2vw 0 0.6666666667vw;
    font-size: 20.2666666667vw;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  #appbox #mv .mv-txt .results-app .txt {
    margin-top: 0.5em;
    line-height: 1;
  }
}
#appbox #mv .mv-txt .results-app .txt.txt-1 {
  margin-top: 15px;
}
#appbox #mv .mv-txt .results-app .txt2 {
  font-size: 33px;
}
@media screen and (max-width: 768px) {
  #appbox #mv .mv-txt .results-app .txt2 {
    font-size: 8.4vw;
  }
}
#appbox #mv .mv-txt .results-app .txt2.txt2-1 {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  #appbox #mv .mv-txt .results-app.bottom {
    padding-left: 4vw;
  }
  #appbox #mv .mv-txt .results-app.bottom .num {
    margin-left: 10px;
  }
}
#appbox #mv .mv-txt .results-txt {
  font-size: 16px;
  font-weight: bold;
  margin-top: 0.5em;
  text-align: right;
  padding-right: 2.8em;
}
@media screen and (max-width: 768px) {
  #appbox #mv .mv-txt .results-txt {
    padding-right: 0;
    margin-top: 1em;
    margin-bottom: 2em;
    font-size: 3.2vw;
    font-weight: normal;
  }
}
#appbox #mv .mv-txt .copy {
  margin-top: 25px;
  font-size: 44px;
}
@media screen and (max-width: 768px) {
  #appbox #mv .mv-txt .copy {
    margin-top: 2vw;
    font-size: 8vw;
  }
}
#appbox #mv .mv-txt .copy h1 {
  text-align: left;
  text-shadow: none;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #appbox #mv .mv-txt .copy h1 {
    line-height: 1.3;
  }
}
#appbox #mv .mv-img {
  display: block;
  width: 70%;
  max-width: 575px;
  height: 100%;
  position: absolute;
  left: 720px;
  top: 0;
  background: url(/wp-content/themes/iridge_2018/images/appbox/mv-img.png) no-repeat;
  background-size: contain;
  background-position: left 115px;
}
@media screen and (max-width: 768px) {
  #appbox #mv .mv-img {
    position: inherit;
    width: auto;
    height: 57.7333333333vw;
    left: 0;
    background-position: top center;
    margin-top: 19.4666666667vw;
  }
}
#appbox #whats .whats-cont {
  display: flex;
  justify-content: center;
  gap: 70px;
}
@media screen and (max-width: 768px) {
  #appbox #whats .whats-cont {
    flex-direction: column;
    gap: 8vw;
  }
}
#appbox #whats .whats-cont_app {
  position: relative;
  width: 382px;
  padding: 120px 0 0px;
  text-align: center;
  transition: 0.2s;
  font-weight: bold;
  filter: drop-shadow(10px 6px 18px rgba(0, 0, 0, 0.15));
}
@media screen and (max-width: 768px) {
  #appbox #whats .whats-cont_app {
    filter: none;
    width: 100%;
    padding: 17.3333333333vw 5.3333333333vw 0 5.3333333333vw;
  }
}
#appbox #whats .whats-cont_app:hover {
  filter: none;
  opacity: 0.95;
}
#appbox #whats .whats-cont_app_tit {
  display: inline-block;
  padding-bottom: 5px;
  font-size: 25px;
  border-bottom: 0.1em solid;
}
@media screen and (max-width: 768px) {
  #appbox #whats .whats-cont_app_tit {
    width: 100%;
    text-align: right;
    padding-right: 0.6em;
    font-size: 4.4vw;
    padding-bottom: 0.4em;
  }
}
#appbox #whats .whats-cont_app_txt {
  margin-top: 13px;
  line-height: 1.6;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #appbox #whats .whats-cont_app_txt {
    margin-top: 0.8em;
    line-height: 1.4;
    font-size: 3.4666666667vw;
    text-align: left;
  }
}
#appbox #whats .whats-cont_app_bgimg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#appbox #whats .whats-cont .existing .whats-cont_app_tit {
  color: #535a99;
  border-color: #535a99;
}
@media screen and (max-width: 768px) {
  #appbox #whats .whats-cont .new {
    margin-top: 1em;
  }
}
#appbox #whats .whats-cont .new .whats-cont_app_tit {
  color: #216bb7;
  border-color: #216bb7;
}
@media screen and (max-width: 768px) {
  #appbox #whats .whats-cont .new .whats-cont_app_tit {
    padding-right: 1.2em;
  }
}
#appbox #works {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  #appbox #works {
    padding-top: 21.3333333333vw;
  }
}
#appbox #works .share-content {
  margin: 50px auto;
  position: relative;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #appbox #works .share-content {
    margin: 5.3333333333vw auto;
  }
}
#appbox #works .share-content .share-inner {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #appbox #works .share-content .share-inner {
    margin-top: 0;
    flex-direction: column;
    gap: 8vw;
  }
}
@media screen and (max-width: 768px) {
  #appbox #works .share-content .share-inner img {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  #appbox #works .share-content .share-list {
    margin-bottom: 5.3333333333vw;
  }
}
#appbox #works .share-content .share-tit {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 40px;
  padding: 23px 0;
  border-radius: 50px;
  background: #cf9f0e;
  color: #fff;
  font-size: 25px;
}
@media screen and (max-width: 768px) {
  #appbox #works .share-content .share-tit {
    width: 44vw;
    margin: 0 auto 2.6666666667vw;
    padding: 4.4vw 0;
    border-radius: 8vw;
    font-size: 4.4vw;
  }
}
#appbox #works .share-content .share-tit .arrow {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -18px;
  display: block;
  width: 44px;
  height: auto;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #appbox #works .share-content .share-tit .arrow {
    width: 8.5333333333vw;
    bottom: -3.4666666667vw;
  }
}
#appbox #works .share-content .share-tit.tit02 {
  background: #2ea23c;
}
#appbox #works .share-content .share-tit.tit03 {
  background: #dd5656;
}
#appbox #works .share-content .share-txt {
  padding: 0 0 50px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #appbox #works .share-content .share-txt {
    padding: 3.3333333333vw 0 2.6666666667vw;
    font-size: 3.4666666667vw;
  }
}
#appbox #works .share-content .notice {
  margin-top: 40px;
  text-align: right;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #appbox #works .share-content .notice {
    margin: 0;
    font-size: 3.2vw;
    font-weight: normal;
  }
}
#appbox #works .works-cont {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  #appbox #works .works-cont {
    margin-top: 24vw;
  }
}
#appbox #works .works-cont .logo-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  width: 575px;
  margin: 40px auto;
}
@media screen and (max-width: 768px) {
  #appbox #works .works-cont .logo-list {
    width: 100%;
    margin: 12vw auto;
  }
}
#appbox #works .works-cont .logo-list li {
  width: 58px;
  height: 58px;
}
@media screen and (max-width: 768px) {
  #appbox #works .works-cont .logo-list li {
    width: 14.6666666667vw;
    height: 14.6666666667vw;
  }
}
#appbox #issue {
  padding-top: 140px;
  padding-bottom: 0;
  background: #ebecfa;
}
@media screen and (max-width: 768px) {
  #appbox #issue {
    padding-top: 16.6666666667vw;
  }
}
#appbox #issue .tit {
  position: relative;
  width: 13em;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #appbox #issue .tit {
    width: auto;
    text-align: left;
    margin-left: 3.9rem;
  }
}
#appbox #issue .tit:before {
  content: "";
  width: 138px;
  height: 162px;
  position: absolute;
  left: -155px;
  bottom: -10px;
  background: url(/wp-content/themes/iridge_2018/images/appbox/new/issue-img01.png) no-repeat;
  background-size: contain;
  display: block;
}
@media screen and (max-width: 768px) {
  #appbox #issue .tit:before {
    width: 19.3333333333vw;
    height: 22.5333333333vw;
    left: auto;
    right: 2.7em;
    bottom: 2vw;
    background: url(/wp-content/themes/iridge_2018/images/appbox/new/issue-img01_sp.png) no-repeat;
    background-size: contain;
    display: block;
  }
}
#appbox #issue .subtit {
  color: #535a99;
}
@media screen and (max-width: 768px) {
  #appbox #issue .subtit {
    margin-left: 3.9rem;
    text-align: left;
  }
}
#appbox #issue .issue-trouble {
  background: url(/wp-content/themes/iridge_2018/images/appbox/new/issue-bg01.png) no-repeat;
  background-size: contain;
  margin: 40px auto 0;
  width: 1000px;
  height: 515px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #appbox #issue .issue-trouble {
    background: url(/wp-content/themes/iridge_2018/images/appbox/new/issue-bg01_sp.png) no-repeat;
    background-size: contain;
    width: 100%;
    height: 73.8666666667vw;
    padding-top: 6.4vw;
    margin: 8vw auto 0;
  }
}
#appbox #issue .issue-trouble:before {
  content: "";
  background: url(/wp-content/themes/iridge_2018/images/appbox/new/issue-icon02.png) no-repeat;
  background-size: contain;
  position: absolute;
  width: 140px;
  height: 195px;
  top: 140px;
  left: 525px;
}
@media screen and (max-width: 768px) {
  #appbox #issue .issue-trouble:before {
    display: none;
  }
}
#appbox #issue .issue-trouble .issue-txt {
  position: absolute;
  display: flex;
  align-items: center;
  height: 115px;
  padding: 0 24px 0 60px;
  background: #f2f2f2;
  font-size: 25px;
  border-radius: 44px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #appbox #issue .issue-trouble .issue-txt {
    height: auto;
    text-align: left;
    display: block;
    padding: 0;
    margin: auto;
    font-size: 4.4vw;
    background: none;
  }
}
#appbox #issue .issue-trouble .issue-txt:before {
  content: "";
  background: url(/wp-content/themes/iridge_2018/images/appbox/new/issue-icon01.png) no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 24px;
}
@media screen and (max-width: 768px) {
  #appbox #issue .issue-trouble .issue-txt:before {
    display: none;
  }
}
#appbox #issue .issue-trouble .issue-txt.txt1 {
  top: 90px;
  left: 190px;
}
@media screen and (max-width: 768px) {
  #appbox #issue .issue-trouble .issue-txt.txt1 {
    top: 17.3333333333vw;
    left: 18.6666666667vw;
  }
}
#appbox #issue .issue-trouble .issue-txt.txt2 {
  top: 255px;
  left: 70px;
}
@media screen and (max-width: 768px) {
  #appbox #issue .issue-trouble .issue-txt.txt2 {
    top: 38.6666666667vw;
    left: 18.6666666667vw;
  }
}
#appbox #issue .issue-arrow {
  text-align: center;
}
#appbox #issue .issue-arrow img {
  width: 60px;
  height: auto;
}
@media screen and (max-width: 768px) {
  #appbox #issue .issue-arrow img {
    width: 6vw;
    margin-top: 6vw;
  }
}
#appbox #issue .issue-solution {
  background-image: url(/wp-content/themes/iridge_2018/images/appbox/new/issue-bg03.png);
  background-repeat: repeat-x;
  background-size: 1920px;
  background-position: bottom center;
}
@media screen and (max-width: 768px) {
  #appbox #issue .issue-solution {
    background-image: none;
    background-size: auto;
    padding-top: 6.6666666667vw;
    background-image: none;
  }
}
#appbox #issue .issue-solution .issue-solution-inner {
  width: 1000px;
  height: 681px;
  margin: 30px auto 0;
  padding: 55px 0 0 140px;
  background: url(/wp-content/themes/iridge_2018/images/appbox/new/issue-bg02.png) no-repeat;
  background-size: contain;
  filter: drop-shadow(20px 20px 25px rgba(0, 0, 0, 0.15));
}
@media screen and (max-width: 768px) {
  #appbox #issue .issue-solution .issue-solution-inner {
    flex-direction: column;
    height: 99.8666666667vw;
    width: 100%;
    margin: 0 auto;
    padding: 8vw 0;
    background: url(/wp-content/themes/iridge_2018/images/appbox/new/issue-bg02_sp.png) no-repeat;
    background-size: contain;
    filter: none;
  }
}
#appbox #issue .issue-solution .issue-solution-inner .solution-tit {
  font-size: 35px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #appbox #issue .issue-solution .issue-solution-inner .solution-tit {
    font-size: 5.3333333333vw;
    line-height: 1.4;
  }
}
#appbox #issue .issue-solution .issue-solution-inner .solution-tit .maintxt {
  position: relative;
  display: block;
  margin-bottom: 10px;
  font-size: 35px;
}
@media screen and (max-width: 768px) {
  #appbox #issue .issue-solution .issue-solution-inner .solution-tit .maintxt {
    margin-bottom: 1.6vw;
    font-size: 5.3333333333vw;
  }
}
#appbox #issue .issue-solution .issue-solution-inner .solution-tit .maintxt:before, #appbox #issue .issue-solution .issue-solution-inner .solution-tit .maintxt:after {
  content: "";
  display: block;
  width: 4px;
  height: 70px;
  background: #535a99;
  position: absolute;
}
@media screen and (max-width: 768px) {
  #appbox #issue .issue-solution .issue-solution-inner .solution-tit .maintxt:before, #appbox #issue .issue-solution .issue-solution-inner .solution-tit .maintxt:after {
    width: 0.5333333333vw;
    height: 6.6666666667vw;
  }
}
#appbox #issue .issue-solution .issue-solution-inner .solution-tit .maintxt:before {
  left: 20%;
  bottom: 10px;
  transform: rotate(-23deg);
}
@media screen and (max-width: 768px) {
  #appbox #issue .issue-solution .issue-solution-inner .solution-tit .maintxt:before {
    left: 18vw;
    bottom: 1.6vw;
  }
}
#appbox #issue .issue-solution .issue-solution-inner .solution-tit .maintxt:after {
  right: 23.5%;
  bottom: 10px;
  transform: rotate(23deg);
}
@media screen and (max-width: 768px) {
  #appbox #issue .issue-solution .issue-solution-inner .solution-tit .maintxt:after {
    right: 19.3333333333vw;
    bottom: 1.6vw;
  }
}
#appbox #issue .issue-solution .issue-solution-inner .solution-tit .maintxt .logo-img {
  display: inline-block;
  width: 270px;
  margin-right: 20px;
  vertical-align: baseline;
}
@media screen and (max-width: 768px) {
  #appbox #issue .issue-solution .issue-solution-inner .solution-tit .maintxt .logo-img {
    width: 40vw;
    margin-right: 0.2em;
  }
}
#appbox #issue .issue-solution .issue-solution-inner .solution-img {
  width: 597px;
  margin: 50px 80px 0 auto;
}
@media screen and (max-width: 768px) {
  #appbox #issue .issue-solution .issue-solution-inner .solution-img {
    width: 59.2vw;
    margin: 5.3333333333vw 10.6666666667vw 5.3333333333vw auto;
  }
}
#appbox #issue .issue-description {
  text-align: center;
  padding: 50px 0 1px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #appbox #issue .issue-description {
    padding: 5.3333333333vw 0 10.6666666667vw;
  }
}
#appbox #issue .issue-description-txt {
  padding-top: 40px;
  font-size: 25px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #appbox #issue .issue-description-txt {
    padding-top: 6vw;
    font-size: 3.4666666667vw;
  }
}
#appbox #issue .issue-description-img01 {
  display: block;
  width: 807px;
  margin: 45px auto;
}
@media screen and (max-width: 768px) {
  #appbox #issue .issue-description-img01 {
    width: 92%;
    margin: 2.6666666667vw auto;
  }
}
#appbox #issue .issue-description-img02 {
  display: block;
  width: 534px;
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  #appbox #issue .issue-description-img02 {
    width: 84%;
    margin: 6vw auto 0;
  }
}
#appbox #issue .issue-description .appbox-txt {
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  #appbox #issue .issue-description .appbox-txt {
    font-size: 3.4666666667vw;
  }
}
#appbox #issue2 {
  padding-top: 140px;
  margin-top: -10px;
  background: #ebf2fa;
}
@media screen and (max-width: 768px) {
  #appbox #issue2 {
    padding-top: 16.6666666667vw;
  }
}
#appbox #issue2 .tit {
  position: relative;
  width: 13em;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #appbox #issue2 .tit {
    width: auto;
    text-align: left;
    margin-left: 3.9rem;
  }
}
#appbox #issue2 .tit:before {
  content: "";
  width: 138px;
  height: 162px;
  position: absolute;
  left: -155px;
  bottom: -10px;
  background: url(/wp-content/themes/iridge_2018/images/appbox/new/issue2-img01.png) no-repeat;
  background-size: contain;
  display: block;
}
@media screen and (max-width: 768px) {
  #appbox #issue2 .tit:before {
    width: 19.3333333333vw;
    height: 22.5333333333vw;
    left: auto;
    right: 2.7em;
    bottom: 2vw;
    background: url(/wp-content/themes/iridge_2018/images/appbox/new/issue2-img01_sp.png) no-repeat;
    background-size: contain;
    display: block;
  }
}
#appbox #issue2 .subtit {
  color: #0f69b6;
}
@media screen and (max-width: 768px) {
  #appbox #issue2 .subtit {
    text-align: left;
    margin-left: 3.9rem;
  }
}
#appbox #issue2 .issue-trouble {
  background: url(/wp-content/themes/iridge_2018/images/appbox/new/issue2-bg01.png) no-repeat;
  background-size: contain;
  margin: 40px auto 0;
  width: 1000px;
  height: 608px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #appbox #issue2 .issue-trouble {
    width: 100%;
    height: 106.1333333333vw;
    padding-top: 6.4vw;
    margin: 8vw auto 0;
    background: url(/wp-content/themes/iridge_2018/images/appbox/new/issue2-bg01_sp.png?v2) no-repeat;
    background-size: contain;
  }
}
#appbox #issue2 .issue-trouble:before {
  content: "";
  background: url(/wp-content/themes/iridge_2018/images/appbox/new/issue2-icon02.png) no-repeat;
  background-size: contain;
  position: absolute;
  width: 257px;
  height: 271px;
  top: 220px;
  left: 370px;
}
@media screen and (max-width: 768px) {
  #appbox #issue2 .issue-trouble:before {
    display: none;
  }
}
#appbox #issue2 .issue-trouble .issue-txt {
  position: absolute;
  display: flex;
  align-items: center;
  height: 115px;
  padding: 0 24px 0 60px;
  background: #f2f2f2;
  font-size: 25px;
  border-radius: 44px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #appbox #issue2 .issue-trouble .issue-txt {
    display: block;
    height: auto;
    padding: 0;
    font-size: 4.4vw;
    background: none;
  }
}
#appbox #issue2 .issue-trouble .issue-txt:before {
  content: "";
  background: url(/wp-content/themes/iridge_2018/images/appbox/new/issue2-icon01.png) no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 24px;
}
@media screen and (max-width: 768px) {
  #appbox #issue2 .issue-trouble .issue-txt:before {
    display: none;
  }
}
#appbox #issue2 .issue-trouble .issue-txt.txt1 {
  top: 90px;
  left: 160px;
}
@media screen and (max-width: 768px) {
  #appbox #issue2 .issue-trouble .issue-txt.txt1 {
    top: 13.0666666667vw;
    left: 19.3333333333vw;
  }
}
#appbox #issue2 .issue-trouble .issue-txt.txt2 {
  top: 185px;
  right: 80px;
}
@media screen and (max-width: 768px) {
  #appbox #issue2 .issue-trouble .issue-txt.txt2 {
    top: 38vw;
    right: auto;
    left: 19.3333333333vw;
  }
}
#appbox #issue2 .issue-trouble .issue-txt.txt3 {
  top: 340px;
  right: 50px;
}
@media screen and (max-width: 768px) {
  #appbox #issue2 .issue-trouble .issue-txt.txt3 {
    top: 62vw;
    right: auto;
    left: 19.3333333333vw;
  }
}
#appbox #issue2 .issue-arrow {
  margin: 40px auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #appbox #issue2 .issue-arrow {
    margin: 6.6666666667vw auto;
  }
}
#appbox #issue2 .issue-arrow img {
  width: 60px;
  height: auto;
}
@media screen and (max-width: 768px) {
  #appbox #issue2 .issue-arrow img {
    width: 5.3333333333vw;
  }
}
#appbox #issue2 .issue-solution .issue-solution-inner {
  width: 1000px;
  margin: 30px auto 0;
  padding: 55px 0;
  background: #fff;
  border-radius: 50px 50px 50px 0px;
  filter: drop-shadow(20px 20px 25px rgba(0, 0, 0, 0.15));
}
@media screen and (max-width: 768px) {
  #appbox #issue2 .issue-solution .issue-solution-inner {
    width: 90%;
    margin: 8vw auto 0;
    padding: 8vw 0;
    border-radius: 6.6666666667vw 6.6666666667vw 6.6666666667vw 0px;
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.15));
  }
}
#appbox #issue2 .issue-solution .issue-solution-inner .solution-tit {
  font-size: 35px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #appbox #issue2 .issue-solution .issue-solution-inner .solution-tit {
    font-size: 5.3333333333vw;
  }
}
#appbox #issue2 .issue-solution .issue-solution-inner .solution-tit .maintxt {
  position: relative;
  display: block;
  margin-bottom: 10px;
  font-size: 35px;
}
@media screen and (max-width: 768px) {
  #appbox #issue2 .issue-solution .issue-solution-inner .solution-tit .maintxt {
    font-size: 5.3333333333vw;
    margin-bottom: 0.3em;
  }
}
#appbox #issue2 .issue-solution .issue-solution-inner .solution-tit .maintxt:before, #appbox #issue2 .issue-solution .issue-solution-inner .solution-tit .maintxt:after {
  content: "";
  display: block;
  width: 4px;
  height: 70px;
  background: #535a99;
  position: absolute;
}
@media screen and (max-width: 768px) {
  #appbox #issue2 .issue-solution .issue-solution-inner .solution-tit .maintxt:before, #appbox #issue2 .issue-solution .issue-solution-inner .solution-tit .maintxt:after {
    width: 0.5333333333vw;
    height: 6.6666666667vw;
  }
}
#appbox #issue2 .issue-solution .issue-solution-inner .solution-tit .maintxt:before {
  left: 20%;
  bottom: 10px;
  transform: rotate(-23deg);
}
@media screen and (max-width: 768px) {
  #appbox #issue2 .issue-solution .issue-solution-inner .solution-tit .maintxt:before {
    left: 12.6666666667vw;
    bottom: 1.3333333333vw;
  }
}
#appbox #issue2 .issue-solution .issue-solution-inner .solution-tit .maintxt:after {
  right: 23.5%;
  bottom: 10px;
  transform: rotate(23deg);
}
@media screen and (max-width: 768px) {
  #appbox #issue2 .issue-solution .issue-solution-inner .solution-tit .maintxt:after {
    right: 14vw;
    bottom: 1.3333333333vw;
  }
}
#appbox #issue2 .issue-solution .issue-solution-inner .solution-tit .maintxt .logo-img {
  display: inline-block;
  width: 270px;
  margin-right: 20px;
  vertical-align: baseline;
}
@media screen and (max-width: 768px) {
  #appbox #issue2 .issue-solution .issue-solution-inner .solution-tit .maintxt .logo-img {
    width: 40vw;
    margin-right: 1.3333333333vw;
  }
}
#appbox #issue2 .issue-solution .issue-solution-inner .list {
  display: block;
  width: 10em;
  margin: 0 auto;
  font-size: 35px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #appbox #issue2 .issue-solution .issue-solution-inner .list {
    font-size: 5.3333333333vw;
  }
}
#appbox #issue2 .issue-solution .issue-solution-inner .strong {
  position: relative;
  display: inline-block;
  font-size: 35px;
  color: #ec6c00;
}
@media screen and (max-width: 768px) {
  #appbox #issue2 .issue-solution .issue-solution-inner .strong {
    font-size: 5.3333333333vw;
  }
}
#appbox #issue2 .issue-solution .issue-solution-inner .strong:before {
  content: "";
  width: 100%;
  height: 0.7em;
  top: 0.8em;
  display: block;
  background: #fef3ed;
  position: absolute;
  z-index: -1;
}
#appbox #issue2 .issue-solution .issue2-index {
  width: 1000px;
  margin: 95px auto;
  display: flex;
}
@media screen and (max-width: 768px) {
  #appbox #issue2 .issue-solution .issue2-index {
    width: 100%;
    flex-direction: column;
    margin: 24vw auto 12vw;
  }
}
#appbox #issue2 .issue-solution .issue2-index li {
  flex: 1;
}
#appbox #issue2 .issue-solution .issue2-index li a {
  position: relative;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #appbox #issue2 .issue-solution .issue2-index li a {
    display: block;
    padding: 1em;
    text-align: left;
    border-bottom: 0.5333333333vw solid #aebcce;
  }
}
#appbox #issue2 .issue-solution .issue2-index li a .issue2-index_tit {
  height: 1.8em;
  font-size: 22px;
  color: #aebcce;
  display: block;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #appbox #issue2 .issue-solution .issue2-index li a .issue2-index_tit {
    height: auto;
    line-height: 1;
    font-size: 4.2666666667vw;
    text-align: left;
  }
}
#appbox #issue2 .issue-solution .issue2-index li a .issue2-index_txt {
  padding: 2.2em 0;
  font-size: 18px;
  color: #2e2624;
  border-top: 3px solid #aebcce;
  border-bottom: 3px solid #aebcce;
}
@media screen and (max-width: 768px) {
  #appbox #issue2 .issue-solution .issue2-index li a .issue2-index_txt {
    padding: 0.5em 0 0;
    font-size: 3.4666666667vw;
    border: 0;
  }
}
#appbox #issue2 .issue-solution .issue2-index li a .arrow {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -24px;
  display: block;
  width: 49px;
  height: 49px;
  background: url(/wp-content/themes/iridge_2018/images/appbox/new/feature-arrow2.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  #appbox #issue2 .issue-solution .issue2-index li a .arrow {
    left: auto;
    right: 8vw;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 7.4666666667vw;
    height: 7.4666666667vw;
  }
}
#appbox #issue2 .issue-solution .issue2-index li a.active, #appbox #issue2 .issue-solution .issue2-index li a:hover {
  opacity: 1;
}
#appbox #issue2 .issue-solution .issue2-index li a.active .issue2-index_tit, #appbox #issue2 .issue-solution .issue2-index li a:hover .issue2-index_tit {
  color: #4ec4ce;
}
@media screen and (max-width: 768px) {
  #appbox #issue2 .issue-solution .issue2-index li a.active .issue2-index_tit, #appbox #issue2 .issue-solution .issue2-index li a:hover .issue2-index_tit {
    color: #aebcce;
  }
}
#appbox #issue2 .issue-solution .issue2-index li a.active .issue2-index_txt, #appbox #issue2 .issue-solution .issue2-index li a:hover .issue2-index_txt {
  background: #4ec4ce;
  color: #fff;
  border-color: #4ec4ce;
}
@media screen and (max-width: 768px) {
  #appbox #issue2 .issue-solution .issue2-index li a.active .issue2-index_txt, #appbox #issue2 .issue-solution .issue2-index li a:hover .issue2-index_txt {
    color: inherit;
    background: none;
  }
}
#appbox #issue2 .issue-solution .issue2-index li a.active .arrow, #appbox #issue2 .issue-solution .issue2-index li a:hover .arrow {
  background: url(/wp-content/themes/iridge_2018/images/appbox/new/feature-arrow.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  #appbox #issue2 .issue-solution .issue2-index li a.active .arrow, #appbox #issue2 .issue-solution .issue2-index li a:hover .arrow {
    background: url(/wp-content/themes/iridge_2018/images/appbox/new/feature-arrow2.png) no-repeat;
    background-size: contain;
  }
}
@media screen and (max-width: 768px) {
  #appbox #issue2 .issue-solution .issue2-index li:first-child a {
    border-top: 0.5333333333vw solid #aebcce;
  }
}
#appbox #feature1 {
  /*タブ切り替え全体のスタイル*/
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  /*タブのスタイル*/
  /*ラジオボタンを全て消す*/
  /*タブ切り替えの中身のスタイル*/
  /*選択されているタブのコンテンツのみを表示*/
  /*選択されているタブのスタイルを変える*/
}
@media screen and (max-width: 768px) {
  #appbox #feature1 {
    padding: 12vw 0 21.3333333333vw;
    font-size: 3.4666666667vw;
  }
}
#appbox #feature1 .txt {
  font-weight: bold;
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  #appbox #feature1 .txt {
    margin: 8vw auto 0;
    letter-spacing: -0.05em;
  }
}
#appbox #feature1 .tabs {
  width: 1005px;
  margin-top: 50px;
  padding: 60px 0;
  margin: 0 auto;
  display: flex;
  gap: 0 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #appbox #feature1 .tabs {
    width: 100%;
    margin-top: 1.3333333333vw;
    padding: 4vw 0;
    gap: 0;
  }
}
#appbox #feature1 .tab_item {
  position: relative;
  display: block;
  width: calc(25% - 20px);
  padding: 20px 0 8px;
  font-weight: bold;
  text-align: center;
  transition: all 0.2s ease;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 768px) {
  #appbox #feature1 .tab_item {
    width: 25%;
    padding: 2.6666666667vw 0 0.6666666667vw;
    border-radius: 1.6vw 1.6vw 0 0;
  }
}
#appbox #feature1 .tab_item img {
  width: 92px;
  height: 92px;
  filter: grayscale(100%);
  mix-blend-mode: multiply;
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  #appbox #feature1 .tab_item img {
    width: 11.4666666667vw;
    height: 11.4666666667vw;
  }
}
#appbox #feature1 .tab_item span {
  display: block;
  padding: 10px 0;
  font-size: 18px;
  font-weight: bold;
  color: #c6c6c6;
}
@media screen and (max-width: 768px) {
  #appbox #feature1 .tab_item span {
    padding: 1.3333333333vw 0 0.6666666667vw;
    font-size: 3.4666666667vw;
    line-height: 1.2;
    letter-spacing: -0.1em;
  }
}
#appbox #feature1 .tab_item:hover {
  opacity: 0.75;
}
@media screen and (max-width: 768px) {
  #appbox #feature1 .tab_item:hover {
    opacity: 1;
  }
}
#appbox #feature1 input[name=tab_item] {
  display: none;
}
#appbox #feature1 .tab_content {
  display: none;
  padding: 80px 60px 50px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: #fff;
  width: 100%;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #appbox #feature1 .tab_content {
    padding: 16vw 0 10.6666666667vw;
  }
}
#appbox #feature1 .tab_content img {
  display: block;
  margin: 10px auto 30px;
}
@media screen and (max-width: 768px) {
  #appbox #feature1 .tab_content img {
    margin: 2.6666666667vw auto 1.3333333333vw;
  }
}
#appbox #feature1 .tab_content .tab-inner-txt {
  padding: 30px 0 15px;
}
@media screen and (max-width: 768px) {
  #appbox #feature1 .tab_content .tab-inner-txt {
    padding: 4vw 0 6.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  #appbox #feature1 .tab_content#layout_content {
    padding: 4vw 0;
  }
}
#appbox #feature1 .tab_content#layout_content .img {
  display: flex;
  justify-content: center;
  margin: 10px auto 30px;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  #appbox #feature1 .tab_content#layout_content .img {
    margin: 2.6666666667vw auto 1.3333333333vw;
    gap: 0;
  }
}
#appbox #feature1 .tab_content#layout_content img {
  margin: 0;
}
#appbox #feature1 .tab_content#layout_content img.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #appbox #feature1 .tab_content#layout_content img {
    width: 60%;
  }
  #appbox #feature1 .tab_content#layout_content img.pc {
    display: none;
  }
  #appbox #feature1 .tab_content#layout_content img.sp {
    display: block;
  }
}
#appbox #feature1 .tab_content#layout_content .tab-inner-txt {
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #appbox #feature1 .tab_content#layout_content .tab-inner-txt {
    padding-bottom: 1.3333333333vw;
  }
}
#appbox #feature1 .tab_content#push_content img {
  width: 661px;
}
@media screen and (max-width: 768px) {
  #appbox #feature1 .tab_content#push_content img {
    width: 89%;
  }
}
#appbox #feature1 .tab_content#message_content img {
  width: 656px;
}
@media screen and (max-width: 768px) {
  #appbox #feature1 .tab_content#message_content img {
    width: 89%;
  }
}
#appbox #feature1 .tab_content#coupon_content img {
  width: 662px;
}
@media screen and (max-width: 768px) {
  #appbox #feature1 .tab_content#coupon_content img {
    width: 89%;
  }
}
#appbox #feature1 .tab_content#point_content {
  padding: 40px 60px 50px;
}
@media screen and (max-width: 768px) {
  #appbox #feature1 .tab_content#point_content {
    padding: 4vw 0 0;
  }
}
#appbox #feature1 .tab_content#point_content img {
  width: 225px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #appbox #feature1 .tab_content#point_content img {
    width: 48%;
    margin-bottom: 2.6666666667vw;
  }
}
#appbox #feature1 #layout:checked ~ #layout_content,
#appbox #feature1 #push:checked ~ #push_content,
#appbox #feature1 #message:checked ~ #message_content,
#appbox #feature1 #coupon:checked ~ #coupon_content,
#appbox #feature1 #point:checked ~ #point_content {
  display: block;
}
#appbox #feature1 .tabs input:checked + .tab_item {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: #fff;
}
#appbox #feature1 .tabs input:checked + .tab_item img {
  filter: none;
  opacity: 1;
}
#appbox #feature1 .tabs input:checked + .tab_item span {
  color: #4ec4ce;
}
#appbox #feature1 .tabs input:checked + .tab_item:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 20px;
  background: #fff;
  display: block;
}
@media screen and (max-width: 768px) {
  #appbox #feature1 .tabs input:checked + .tab_item:after {
    height: 3.3333333333vw;
    bottom: -2vw;
  }
}
#appbox #feature2 {
  padding: 100px 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #appbox #feature2 {
    padding: 12vw 0 21.3333333333vw;
  }
}
#appbox #feature2 .inner {
  max-width: 960px;
  margin: 0 auto;
}
#appbox #feature2 .feature2-txt {
  margin: 35px auto 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #appbox #feature2 .feature2-txt {
    margin: 5.3333333333vw auto 0vw;
    font-size: 4.4vw;
    line-height: 1.4;
  }
}
#appbox #feature2 .feature2-subtxt {
  margin: 0 auto 45px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #appbox #feature2 .feature2-subtxt {
    margin: 1.3333333333vw auto 8.6666666667vw;
    font-size: 3.2vw;
    line-height: 1.4;
    font-weight: normal;
  }
}
@media screen and (max-width: 768px) {
  #appbox #feature2 video {
    width: 100%;
    height: 50.6666666667vw;
  }
}
#appbox #feature3 {
  padding: 120px 0 100px;
}
@media screen and (max-width: 768px) {
  #appbox #feature3 {
    padding: 12vw 0 21.3333333333vw;
  }
}
#appbox #feature3 .feature3-txt {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #appbox #feature3 .feature3-txt {
    margin-top: 5.3333333333vw;
  }
}
#appbox #feature3 .feature3-txt img {
  width: 527px;
}
@media screen and (max-width: 768px) {
  #appbox #feature3 .feature3-txt img {
    width: 94%;
  }
}
#appbox #feature3 .feature3-subtxt {
  margin-top: 5px;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #appbox #feature3 .feature3-subtxt {
    margin-top: 0.3em;
    font-size: 4.4vw;
  }
}
#appbox #feature3 .feature3-subtxt .strong {
  color: #4ec4ce;
}
#appbox #feature3 .feature3-subtxt .num {
  font-size: 45px;
}
@media screen and (max-width: 768px) {
  #appbox #feature3 .feature3-subtxt .num {
    font-size: 7.3333333333vw;
  }
}
#appbox #feature3 .appbox-txt {
  margin: 0.5em 0 2em;
}
@media screen and (max-width: 768px) {
  #appbox #feature3 .appbox-txt {
    margin-top: 0.3em;
    font-size: 3.4666666667vw;
  }
}
#appbox #feature3 .feature3-cont {
  display: flex;
  justify-content: space-between;
  margin: 1em auto 2em;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #appbox #feature3 .feature3-cont {
    width: 88%;
    justify-content: inherit;
    flex-direction: column;
    gap: 4vw;
    font-size: 4.4vw;
  }
  #appbox #feature3 .feature3-cont li {
    display: flex;
    justify-content: flex-start;
    gap: 7.3333333333vw;
    width: 100%;
  }
}
#appbox #feature3 .feature3-cont p {
  margin-left: 6px;
  padding: 0.4em 0;
  border: 3px solid;
  border-radius: 3px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #appbox #feature3 .feature3-cont p {
    font-size: 3.4666666667vw;
    writing-mode: vertical-rl;
    padding: 0 0.8em;
    border-radius: 5px;
  }
}
#appbox #feature3 .feature3-cont_list {
  display: flex;
  gap: 15px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  #appbox #feature3 .feature3-cont_list {
    flex-direction: column;
    gap: 2.6666666667vw;
    margin: 0;
  }
}
#appbox #feature3 .feature3-cont_list li {
  width: 154px;
  height: 178px;
}
@media screen and (max-width: 768px) {
  #appbox #feature3 .feature3-cont_list li {
    width: 54.4vw;
    height: 21.6vw;
  }
}
#appbox #feature3 .feature3-cont_list figure {
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  #appbox #feature3 .feature3-cont_list figure {
    display: flex;
    align-items: center;
    padding-top: 0.5em;
  }
}
#appbox #feature3 .feature3-cont_list figure img {
  width: 152px;
  height: auto;
}
@media screen and (max-width: 768px) {
  #appbox #feature3 .feature3-cont_list figure img {
    width: 22vw;
    margin-left: 0.3em;
    margin-top: 0.3em;
  }
}
#appbox #feature3 .feature3-cont_list figure figcaption {
  margin-top: 16px;
  padding-left: 7px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  #appbox #feature3 .feature3-cont_list figure figcaption {
    width: 6em;
    margin-top: 0;
    margin-left: -0.5em;
    padding-left: 0;
  }
}
#appbox #feature3 .feature3-cont .cont-inner1 p {
  border-color: #4ec4ce;
  color: #4ec4ce;
}
#appbox #feature3 .feature3-cont .cont-inner1 .feature3-cont_list li {
  background: url(/wp-content/themes/iridge_2018/images/appbox/new/feature3-bg01.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  #appbox #feature3 .feature3-cont .cont-inner1 .feature3-cont_list li {
    background: url(/wp-content/themes/iridge_2018/images/appbox/new/feature3-bg01_sp.png) no-repeat;
    background-size: contain;
  }
}
#appbox #feature3 .feature3-cont .cont-inner2 p {
  border-color: #41a3ab;
  color: #41a3ab;
}
#appbox #feature3 .feature3-cont .cont-inner2 .feature3-cont_list li {
  background: url(/wp-content/themes/iridge_2018/images/appbox/new/feature3-bg02.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  #appbox #feature3 .feature3-cont .cont-inner2 .feature3-cont_list li {
    background: url(/wp-content/themes/iridge_2018/images/appbox/new/feature3-bg02_sp.png) no-repeat;
    background-size: contain;
  }
}
#appbox #feature3 .feature3-cont .cont-inner2 .feature3-cont_list li:nth-child(2) figcaption {
  margin-top: 4px;
}
#appbox #feature3 .feature3-cont .cont-inner3 p {
  border-color: #2a696e;
  color: #2a696e;
}
#appbox #feature3 .feature3-cont .cont-inner3 .feature3-cont_list li {
  background: url(/wp-content/themes/iridge_2018/images/appbox/new/feature3-bg03.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  #appbox #feature3 .feature3-cont .cont-inner3 .feature3-cont_list li {
    background: url(/wp-content/themes/iridge_2018/images/appbox/new/feature3-bg03_sp.png) no-repeat;
    background-size: contain;
  }
}
#appbox .explanation-obi {
  position: relative;
  width: 100%;
  padding: 1.9em 0 1.4em;
  font-size: 35px;
  text-align: center;
  border-top: 4px solid #ec6c00;
  border-bottom: 4px solid #ec6c00;
  background: #fff1e5;
}
@media screen and (max-width: 768px) {
  #appbox .explanation-obi {
    padding: 1.5em 0 1.4em;
    font-size: 5.3333333333vw;
    border-width: 0.8vw;
  }
}
#appbox .explanation-obi .explanation-tit {
  display: inline-block;
  padding-bottom: 0.05em;
  border-bottom: 5px dotted #ec6c00;
}
@media screen and (max-width: 768px) {
  #appbox .explanation-obi .explanation-tit {
    padding-bottom: 0.1em;
    border-width: 1.0666666667vw;
  }
}
#appbox .explanation-obi:before {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin-left: -20px;
  border: 18px solid transparent;
  border-top: 22px solid #fff1e5;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #appbox .explanation-obi:before {
    bottom: -5.0666666667vw;
    left: 50%;
    margin-left: -2.6666666667vw;
    border: 2.4vw solid transparent;
    border-top: 2.9333333333vw solid #fff1e5;
  }
}
#appbox .explanation-obi:after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 50%;
  margin-left: -24px;
  border: 22px solid transparent;
  border-top: 27px solid #ec6c00;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #appbox .explanation-obi:after {
    bottom: -6.6666666667vw;
    left: 50%;
    margin-left: -3.2vw;
    border: 2.9333333333vw solid transparent;
    border-top: 3.4666666667vw solid #ec6c00;
  }
}
#appbox #explanation {
  background: #fff;
  padding: 100px 0 30px;
}
@media screen and (max-width: 768px) {
  #appbox #explanation {
    padding: 10.6666666667vw 0 8vw;
  }
}
#appbox #explanation .explanation-inner {
  text-align: center;
}
#appbox #explanation .explanation-inner .main-tit {
  position: relative;
  padding: 0 10px 0.2em;
  margin-left: 60px;
  font-size: 35px;
  border-bottom: 5px dotted #ffd3af;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #appbox #explanation .explanation-inner .main-tit {
    font-size: 5.3333333333vw;
    margin: 0 auto;
    padding: 21.3333333333vw 0 0.2em;
  }
}
#appbox #explanation .explanation-inner .main-tit span {
  display: inline-block;
  font-size: 43px;
  color: #eb6b00;
}
@media screen and (max-width: 768px) {
  #appbox #explanation .explanation-inner .main-tit span {
    font-size: 6.5333333333vw;
  }
}
#appbox #explanation .explanation-inner .main-tit:before {
  content: "";
  position: absolute;
  left: -70px;
  top: -25px;
  width: 86px;
  height: 99px;
  background: url(/wp-content/themes/iridge_2018/images/appbox/new/feature4-img01.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  #appbox #explanation .explanation-inner .main-tit:before {
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    width: 16.2666666667vw;
    height: 18.9333333333vw;
  }
}
#appbox #explanation .explanation-inner .appbox-txt {
  margin: 3em auto 1em;
}
@media screen and (max-width: 768px) {
  #appbox #explanation .explanation-inner .explanation-notice {
    display: inline-block;
    padding-top: 0.5em;
    font-size: 3.2vw;
  }
}
#appbox #feature-case {
  background: #fff;
  padding: 30px 0 30px;
}
@media screen and (max-width: 768px) {
  #appbox #feature-case {
    padding: 4vw 0;
  }
}
#appbox #feature-case .feature-case {
  text-align: center;
}
#appbox #feature-case .feature-case .tit {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #appbox #feature-case .feature-case .tit {
    margin-top: 10.6666666667vw;
    letter-spacing: -0.03em;
  }
}
#appbox #feature-case .feature-case-txt {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 2em 0 1em;
}
@media screen and (max-width: 768px) {
  #appbox #feature-case .feature-case-txt {
    margin: 1.5em 0 0;
    font-size: 4.4vw;
    letter-spacing: -0.1em;
  }
}
#appbox #feature-case .feature-case .feature-case-inner {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #appbox #feature-case .feature-case .feature-case-inner {
    font-size: 3.4666666667vw;
  }
}
#appbox #feature-case .feature-case .feature-case-inner .feature-tit {
  position: relative;
  display: inline-block;
  margin: 30px auto 50px;
  padding: 1em 3em;
  border-radius: 60px;
  font-size: 24px;
  background: #7f7f7f;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #appbox #feature-case .feature-case .feature-case-inner .feature-tit {
    margin: 10.6666666667vw auto 8vw;
    font-size: 4.4vw;
  }
}
#appbox #feature-case .feature-case .feature-case-inner .feature-tit .arrow {
  position: absolute;
  bottom: -18px;
  width: 44px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 768px) {
  #appbox #feature-case .feature-case .feature-case-inner .feature-tit .arrow {
    bottom: -3.3333333333vw;
    width: 6.6666666667vw;
  }
}
#appbox #feature-case .feature-case .feature-case-inner.feature-case-before .feature-before-img {
  max-width: 750px;
  margin: 35px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #appbox #feature-case .feature-case .feature-case-inner.feature-case-before .feature-before-img {
    margin: 5.3333333333vw auto;
    flex-direction: column;
  }
}
#appbox #feature-case .feature-case .feature-case-inner.feature-case-before .feature-before-img img {
  width: 100%;
  height: auto;
}
#appbox #feature-case .feature-case .feature-case-inner.feature-case-before .feature-before-img .feature-before01 {
  display: inline-block;
  width: 141px;
  height: auto;
  margin-top: 85px;
}
@media screen and (max-width: 768px) {
  #appbox #feature-case .feature-case .feature-case-inner.feature-case-before .feature-before-img .feature-before01 {
    width: 18.1333333333vw;
    margin-top: 0;
  }
}
#appbox #feature-case .feature-case .feature-case-inner.feature-case-before .feature-before-img .feature-before02 {
  position: relative;
  width: 526px;
  background: url(/wp-content/themes/iridge_2018/images/appbox/new/single-bg01.png) no-repeat;
  background-size: contain;
  padding: 90px 22px 60px;
  font-size: 0;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  #appbox #feature-case .feature-case .feature-case-inner.feature-case-before .feature-before-img .feature-before02 {
    background: url(/wp-content/themes/iridge_2018/images/appbox/new/single-bg01_sp.png) no-repeat;
    background-size: cover;
    width: 100%;
    margin: 13.3333333333vw 0 5.3333333333vw;
    padding: 72vw 5.3333333333vw 8vw;
    display: flex;
    justify-content: space-between;
  }
}
#appbox #feature-case .feature-case .feature-case-inner.feature-case-before .feature-before-img .feature-before02:before {
  content: "";
  display: block;
  width: 380px;
  height: 316px;
  background: url(/wp-content/themes/iridge_2018/images/appbox/single-arrow01.png) no-repeat;
  background-position: left;
  background-size: contain;
  position: absolute;
  left: -55px;
  top: 27px;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #appbox #feature-case .feature-case .feature-case-inner.feature-case-before .feature-before-img .feature-before02:before {
    width: 82vw;
    height: 51.4666666667vw;
    transform: rotate(90deg);
    top: -40vw;
    left: 0;
    right: 0;
    margin: auto;
    background-size: 80vw 51.4666666667vw;
  }
}
#appbox #feature-case .feature-case .feature-case-inner.feature-case-before .feature-before-img .feature-before02 li {
  position: relative;
  padding: 18px 0;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #appbox #feature-case .feature-case .feature-case-inner.feature-case-before .feature-before-img .feature-before02 li {
    align-items: center;
    padding: 0;
    width: 33.3333333333%;
  }
}
#appbox #feature-case .feature-case .feature-case-inner.feature-case-before .feature-before-img .feature-before02-img {
  position: absolute;
  display: inline-block;
  width: 182px;
  height: auto;
  top: 18px;
  left: 40px;
}
@media screen and (max-width: 768px) {
  #appbox #feature-case .feature-case .feature-case-inner.feature-case-before .feature-before-img .feature-before02-img {
    width: 29.8666666667vw;
    left: 0;
  }
}
#appbox #feature-case .feature-case .feature-case-inner.feature-case-before .feature-before-img .feature-before02-txt {
  display: inline-block;
  height: 117px;
  width: 117px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: 50px;
}
@media screen and (max-width: 768px) {
  #appbox #feature-case .feature-case .feature-case-inner.feature-case-before .feature-before-img .feature-before02-txt {
    width: 20.2666666667vw;
    height: 20.2666666667vw;
    margin: auto;
    font-size: 3.4666666667vw;
  }
}
#appbox #feature-case .feature-case .feature-case-inner.feature-case-before .feature-before-img .feature-before02 .feature-before02-1 .feature-before02-img {
  top: 23px;
}
@media screen and (max-width: 768px) {
  #appbox #feature-case .feature-case .feature-case-inner.feature-case-before .feature-before-img .feature-before02 .feature-before02-1 .feature-before02-img {
    top: -53.3333333333vw;
    left: 4vw;
  }
}
#appbox #feature-case .feature-case .feature-case-inner.feature-case-before .feature-before-img .feature-before02 .feature-before02-2 .feature-before02-img {
  left: 90px;
}
@media screen and (max-width: 768px) {
  #appbox #feature-case .feature-case .feature-case-inner.feature-case-before .feature-before-img .feature-before02 .feature-before02-2 .feature-before02-img {
    top: -30.6666666667vw;
    left: -1.3333333333vw;
  }
}
#appbox #feature-case .feature-case .feature-case-inner.feature-case-before .feature-before-img .feature-before02 .feature-before02-3 .feature-before02-img {
  top: 13px;
}
@media screen and (max-width: 768px) {
  #appbox #feature-case .feature-case .feature-case-inner.feature-case-before .feature-before-img .feature-before02 .feature-before02-3 .feature-before02-img {
    top: -53.3333333333vw;
    left: -6.6666666667vw;
  }
}
#appbox #feature-case .feature-case .feature-case-inner.feature-case-after {
  padding-bottom: 40px;
}
#appbox #feature-case .feature-case .feature-case-inner.feature-case-after .feature-tit {
  background: #4ec4ce;
}
#appbox #feature-case .feature-case .feature-case-inner.feature-case-after .feature-after-img {
  position: relative;
  max-width: 840px;
  height: auto;
  margin: 35px auto 0;
  padding: 95px 30px 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #appbox #feature-case .feature-case .feature-case-inner.feature-case-after .feature-after-img {
    margin: 0 auto;
    padding: 4vw 0 0 0;
    flex-direction: column;
  }
}
#appbox #feature-case .feature-case .feature-case-inner.feature-case-after .feature-after-img:before {
  content: "";
  position: absolute;
  top: 0;
  right: 50px;
  display: block;
  width: 539px;
  height: 610px;
  background: url(/wp-content/themes/iridge_2018/images/appbox/new/single-bg02.png) no-repeat;
  background-size: contain;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  #appbox #feature-case .feature-case .feature-case-inner.feature-case-after .feature-after-img:before {
    right: 0;
    left: 0;
    top: 40.5333333333vw;
    margin: auto;
    width: 100%;
    height: 128.4vw;
    background: url(/wp-content/themes/iridge_2018/images/appbox/new/single-bg02_sp.png) no-repeat;
    background-size: cover;
  }
}
#appbox #feature-case .feature-case .feature-case-inner.feature-case-after .feature-after-img .feature-after01 {
  z-index: 1;
  width: 141px;
  height: auto;
}
@media screen and (max-width: 768px) {
  #appbox #feature-case .feature-case .feature-case-inner.feature-case-after .feature-after-img .feature-after01 {
    width: 18.1333333333vw;
  }
}
#appbox #feature-case .feature-case .feature-case-inner.feature-case-after .feature-after-img .feature-after02 {
  z-index: 1;
  width: 255px;
  background: url(/wp-content/themes/iridge_2018/images/appbox/single-arrow02.png) no-repeat;
  background-position: 5px center;
  background-size: 250px;
}
@media screen and (max-width: 768px) {
  #appbox #feature-case .feature-case .feature-case-inner.feature-case-after .feature-after-img .feature-after02 {
    height: 52vw;
    background: url(/wp-content/themes/iridge_2018/images/appbox/new/single-arrow02_sp.png) no-repeat;
    background-position: top center;
    background-size: contain;
    margin-top: 0.8em;
  }
}
#appbox #feature-case .feature-case .feature-case-inner.feature-case-after .feature-after-img .feature-after02 img {
  width: 182px;
  height: auto;
}
@media screen and (max-width: 768px) {
  #appbox #feature-case .feature-case .feature-case-inner.feature-case-after .feature-after-img .feature-after02 img {
    width: 29.8666666667vw;
    margin-top: 6.2em;
  }
}
#appbox #feature-case .feature-case .feature-case-inner.feature-case-after .feature-after-img .feature-after03 {
  position: relative;
  z-index: 1;
  width: 118px;
}
@media screen and (max-width: 768px) {
  #appbox #feature-case .feature-case .feature-case-inner.feature-case-after .feature-after-img .feature-after03 {
    width: 100%;
  }
}
#appbox #feature-case .feature-case .feature-case-inner.feature-case-after .feature-after-img .feature-after03 img {
  width: 118px;
}
@media screen and (max-width: 768px) {
  #appbox #feature-case .feature-case .feature-case-inner.feature-case-after .feature-after-img .feature-after03 img {
    width: 22.6666666667vw;
    margin-top: 0.5em;
  }
}
#appbox #feature-case .feature-case .feature-case-inner.feature-case-after .feature-after-img .feature-after03 .after-server {
  color: #fff;
  background: #4ec4ce;
  font-size: 24px;
  padding: 12px 0;
  width: 148px;
  position: absolute;
  white-space: nowrap;
  left: -15px;
  top: -85px;
  margin: auto;
  border-radius: 60px;
}
@media screen and (max-width: 768px) {
  #appbox #feature-case .feature-case .feature-case-inner.feature-case-after .feature-after-img .feature-after03 .after-server {
    font-size: 4.4vw;
    padding: 0.5em 0;
    width: 27.3333333333vw;
    left: auto;
    right: 8vw;
    top: -2.6666666667vw;
  }
}
#appbox #feature-case .feature-case .feature-case-inner.feature-case-after .feature-after-img .feature-after03 .after-server .arrow {
  position: absolute;
  bottom: -10px;
  width: 22px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 768px) {
  #appbox #feature-case .feature-case .feature-case-inner.feature-case-after .feature-after-img .feature-after03 .after-server .arrow {
    bottom: -2vw;
    width: 6.6666666667vw;
    right: auto;
    left: 4vw;
  }
}
#appbox #feature-case .feature-case .feature-case-inner.feature-case-after .feature-after-img .feature-after04 {
  position: relative;
  z-index: 1;
  width: 63px;
}
@media screen and (max-width: 768px) {
  #appbox #feature-case .feature-case .feature-case-inner.feature-case-after .feature-after-img .feature-after04 {
    width: 100%;
    height: 13.3333333333vw;
  }
}
#appbox #feature-case .feature-case .feature-case-inner.feature-case-after .feature-after-img .feature-after04 img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #appbox #feature-case .feature-case .feature-case-inner.feature-case-after .feature-after-img .feature-after04 img {
    position: absolute;
    top: -19.7333333333vw;
    left: 0;
    right: 0;
    margin: auto;
    height: 59.2vw;
    width: 10.6666666667vw;
    transform: rotate(90deg);
  }
}
#appbox #feature-case .feature-case .feature-case-inner.feature-case-after .feature-after-img .feature-after05 {
  z-index: 1;
  width: 117px;
  margin-right: 100px;
  line-height: 0;
  font-size: 0;
}
@media screen and (max-width: 768px) {
  #appbox #feature-case .feature-case .feature-case-inner.feature-case-after .feature-after-img .feature-after05 {
    display: flex;
    justify-content: space-between;
    margin: 4vw auto;
    width: 88%;
  }
}
#appbox #feature-case .feature-case .feature-case-inner.feature-case-after .feature-after-img .feature-after05 li {
  padding: 18px 0;
}
@media screen and (max-width: 768px) {
  #appbox #feature-case .feature-case .feature-case-inner.feature-case-after .feature-after-img .feature-after05 li {
    padding: 0;
    width: 33.3333333333%;
    text-align: center;
  }
}
#appbox #feature-case .feature-case .feature-case-inner.feature-case-after .feature-after-img .feature-after05 span {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  height: 117px;
  width: 117px;
  border-radius: 50%;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #appbox #feature-case .feature-case .feature-case-inner.feature-case-after .feature-after-img .feature-after05 span {
    width: 20.2666666667vw;
    height: 20.2666666667vw;
    font-size: 3.4666666667vw;
    margin: 0 auto;
  }
}
#appbox #feature-case .arrow {
  width: 60px;
  height: auto;
  margin: 35px auto;
}
@media screen and (max-width: 768px) {
  #appbox #feature-case .arrow {
    width: 9.3333333333vw;
    margin: 0 auto;
  }
}
#appbox #lineup {
  padding-bottom: 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #appbox #lineup {
    padding-bottom: 15.2vw;
  }
}
#appbox #lineup .tit img {
  width: 270px;
  display: inline-block;
  margin-top: 10px;
  margin-right: 13px;
}
@media screen and (max-width: 768px) {
  #appbox #lineup .tit img {
    width: 40.4vw;
    margin-top: 1.7333333333vw;
    margin-right: 1.3333333333vw;
  }
}
#appbox #lineup .main-txt {
  position: relative;
  z-index: 1;
  margin-top: 1.8em;
  line-height: 2.5;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #appbox #lineup .main-txt {
    margin-top: 1.3em;
    line-height: 1.6;
    font-size: 4.4vw;
  }
}
#appbox #lineup .main-txt::after {
  content: "";
  width: 740px;
  height: 159px;
  background: url(/wp-content/themes/iridge_2018/images/appbox/lineup-bg.png) no-repeat;
  position: absolute;
  top: 15px;
  left: 95px;
  z-index: -1;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  #appbox #lineup .main-txt::after {
    background: url(/wp-content/themes/iridge_2018/images/appbox/lineup-bg_sp.png) no-repeat;
    width: 100%;
    left: 0;
    top: 1.3333333333vw;
    background-size: contain;
  }
}
#appbox #lineup .lineup-tit {
  text-align: center;
  display: block;
  width: 465px;
  margin: 100px auto 60px;
  padding: 23px 0;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  background: #535899;
  border-radius: 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #appbox #lineup .lineup-tit {
    width: 100%;
    margin: 12vw auto;
    padding: 4vw 0;
    font-size: 4.4vw;
  }
}
#appbox #lineup .lineup-tit .arrow {
  position: absolute;
  bottom: -18px;
  width: 44px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 768px) {
  #appbox #lineup .lineup-tit .arrow {
    bottom: -3.3333333333vw;
    width: 6.6666666667vw;
  }
}
#appbox #lineup .lineup-top-cont {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 120px auto 43px;
}
@media screen and (max-width: 768px) {
  #appbox #lineup .lineup-top-cont {
    flex-direction: column-reverse;
    margin: 13.3333333333vw auto 8vw;
  }
}
#appbox #lineup .lineup-top-cont .lineup-top-cont-left {
  width: 770px;
  border: 2px solid #535899;
  text-align: center;
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  #appbox #lineup .lineup-top-cont .lineup-top-cont-left {
    width: 100%;
  }
}
#appbox #lineup .lineup-top-cont .lineup-top-cont-left .logo-tit {
  width: 262px;
  margin-top: -20px;
  background: #fff;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  #appbox #lineup .lineup-top-cont .lineup-top-cont-left .logo-tit {
    width: 48.6666666667vw;
    padding: 0 4vw;
    margin-top: -4.6666666667vw;
  }
}
#appbox #lineup .lineup-top-cont .lineup-top-cont-left .icon-content {
  margin: 36px auto 15px;
  width: 700px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 43px;
}
@media screen and (max-width: 768px) {
  #appbox #lineup .lineup-top-cont .lineup-top-cont-left .icon-content {
    width: 80%;
    margin: 10.6666666667vw auto 0;
    justify-content: space-around;
    gap: 6.6666666667vw 5.3333333333vw;
  }
}
#appbox #lineup .lineup-top-cont .lineup-top-cont-left .icon-content li {
  width: 105px;
  color: #4ec4ce;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #appbox #lineup .lineup-top-cont .lineup-top-cont-left .icon-content li {
    width: 22.6666666667vw;
    font-size: 3.4666666667vw;
  }
  #appbox #lineup .lineup-top-cont .lineup-top-cont-left .icon-content li img {
    vertical-align: bottom;
  }
}
#appbox #lineup .lineup-top-cont .lineup-top-cont-left .icon-content li span {
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #appbox #lineup .lineup-top-cont .lineup-top-cont-left .icon-content li span {
    display: inline-block;
    padding-top: 0.8vw;
  }
}
#appbox #lineup .lineup-top-cont .lineup-top-cont-left .icon-content li span.long {
  margin-left: -0.6em;
}
#appbox #lineup .lineup-top-cont .lineup-top-cont-left .lineup-top-txt {
  padding: 0 2.4em 0.5em;
  color: #4ec4ce;
  text-align: right;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  #appbox #lineup .lineup-top-cont .lineup-top-cont-left .lineup-top-txt {
    padding: 1em 0 1.8em;
    font-size: 3.4666666667vw;
    text-align: center;
  }
}
#appbox #lineup .lineup-top-cont .lineup-top-cont-right {
  display: flex;
  align-items: center;
  width: 202px;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #appbox #lineup .lineup-top-cont .lineup-top-cont-right {
    flex-direction: column-reverse;
    width: 100%;
    justify-content: center;
  }
  #appbox #lineup .lineup-top-cont .lineup-top-cont-right .plus {
    width: 12vw;
    margin-bottom: 10.6666666667vw;
  }
  #appbox #lineup .lineup-top-cont .lineup-top-cont-right .hand {
    width: 23.0666666667vw;
    margin-bottom: 6.6666666667vw;
  }
}
#appbox #lineup .lineup-txt {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #appbox #lineup .lineup-txt {
    font-size: 3.4666666667vw;
  }
}
#appbox #lineup .lineup-txt .btn {
  position: relative;
  display: inline-block;
  width: 385px;
  margin-top: 2.2em;
  padding: 25px 0;
  color: #535899;
  border: 2px solid #535899;
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  #appbox #lineup .lineup-txt .btn {
    width: 90%;
    padding: 4vw 0;
    font-size: 4.4vw;
  }
}
#appbox #lineup .lineup-txt .btn img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 1em;
  width: 19px;
}
@media screen and (max-width: 768px) {
  #appbox #lineup .lineup-txt .btn img {
    width: 3.7333333333vw;
  }
}
#appbox #lineup .lineup-bottom {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #appbox #lineup .lineup-bottom {
    flex-direction: column;
  }
}
#appbox #lineup .lineup-bottom .cont-left .lineup-tit {
  background: #1081b4;
}
#appbox #lineup .lineup-bottom .cont-right .lineup-tit {
  background: #2ea23c;
}
#appbox #lineup .lineup-bottom-cont {
  width: 465px;
}
@media screen and (max-width: 768px) {
  #appbox #lineup .lineup-bottom-cont {
    width: 100%;
  }
}
#appbox #lineup .lineup-bottom-line {
  position: relative;
  width: 66px;
  text-align: center;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  #appbox #lineup .lineup-bottom-line {
    display: none;
  }
}
#appbox #lineup .lineup-bottom-line .item {
  position: absolute;
  background: url(/wp-content/themes/iridge_2018/images/appbox/lineup-bg02.png) no-repeat;
  background-size: contain;
  width: 101px;
  height: 101px;
  display: block;
  padding-top: 32px;
  margin: auto;
  left: -18px;
  text-align: center;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #appbox #lineup .lineup-bottom-line .item {
    width: 18.6666666667vw;
    height: 18.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
#appbox #lineup .lineup-bottom-line .item.item01 {
  top: 630px;
}
#appbox #lineup .lineup-bottom-line .item.item02 {
  top: 985px;
}
#appbox #lineup .lineup-bottom-line .item.item03 {
  top: 1160px;
}
#appbox #lineup .lineup-bottom .txt {
  width: 448px;
  margin: 0 auto;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #appbox #lineup .lineup-bottom .txt {
    width: 100%;
    font-size: 3.4666666667vw;
  }
}
#appbox #lineup .lineup-bottom .lineup-item-top {
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  #appbox #lineup .lineup-bottom .lineup-item-top {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  #appbox #lineup .lineup-bottom .lineup-item-top-txt {
    font-size: 4.4vw;
    color: #1081b4;
    font-weight: bold;
  }
}
#appbox #lineup .lineup-bottom .lineup-item-top-img {
  height: 250px;
}
@media screen and (max-width: 768px) {
  #appbox #lineup .lineup-bottom .lineup-item-top-img {
    height: auto;
    width: 96%;
    margin: 0 auto 5.3333333333vw;
  }
  #appbox #lineup .lineup-bottom .lineup-item-top-img img {
    margin: 2vw 0;
  }
  #appbox #lineup .lineup-bottom .lineup-item-top-img .lineup-item-top-etc {
    margin: 5.3333333333vw 0 1.3333333333vw;
    font-size: 3.4666666667vw;
    color: #4293f0;
  }
}
#appbox #lineup .lineup-bottom .lineup-item-features {
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  #appbox #lineup .lineup-bottom .lineup-item-features {
    padding-top: 12vw;
    height: auto;
  }
  #appbox #lineup .lineup-bottom .lineup-item-features:before {
    content: "特徴";
    border-bottom: #0f69b6 0.5333333333vw solid;
    padding: 0.5em 1.5em;
    font-size: 4.2666666667vw;
    font-weight: bold;
  }
}
#appbox #lineup .lineup-bottom .lineup-item-features-img {
  height: 240px;
}
@media screen and (max-width: 768px) {
  #appbox #lineup .lineup-bottom .lineup-item-features-img {
    height: auto;
    padding: 9.3333333333vw 0 5.3333333333vw;
  }
  #appbox #lineup .lineup-bottom .lineup-item-features-img img {
    width: 100%;
  }
}
#appbox #lineup .lineup-bottom .lineup-item-features-img.img02 {
  display: flex;
  justify-content: space-around;
  height: 210px;
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  #appbox #lineup .lineup-bottom .lineup-item-features-img.img02 {
    justify-content: space-between;
    height: auto;
    padding: 9.3333333333vw 0 6.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  #appbox #lineup .lineup-bottom .lineup-item-features-img.img02 li {
    width: 33.3333333333%;
  }
}
#appbox #lineup .lineup-bottom .lineup-item-features-img.img02 li img {
  width: 90px;
  height: auto;
}
@media screen and (max-width: 768px) {
  #appbox #lineup .lineup-bottom .lineup-item-features-img.img02 li img {
    width: 21.3333333333vw;
  }
}
#appbox #lineup .lineup-bottom .lineup-item-features-img.img02 li span {
  display: block;
  padding: 8px 0 0;
  color: #4ec4ce;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #appbox #lineup .lineup-bottom .lineup-item-features-img.img02 li span {
    font-size: 3.4666666667vw;
  }
}
#appbox #lineup .lineup-bottom .lineup-item-price, #appbox #lineup .lineup-bottom .lineup-item-date {
  margin-top: 40px;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  #appbox #lineup .lineup-bottom .lineup-item-price, #appbox #lineup .lineup-bottom .lineup-item-date {
    margin-top: 10.6666666667vw;
    padding-top: 0;
  }
  #appbox #lineup .lineup-bottom .lineup-item-price:before, #appbox #lineup .lineup-bottom .lineup-item-date:before {
    content: "費用";
    border-bottom: #1081b4 0.5333333333vw solid;
    padding: 0.5em 1.5em;
    font-size: 4.2666666667vw;
    font-weight: bold;
  }
}
#appbox #lineup .lineup-bottom .lineup-item-price p, #appbox #lineup .lineup-bottom .lineup-item-date p {
  padding-right: 1em;
  font-size: 25px;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", -apple-system, sans-serif;
}
@media screen and (max-width: 768px) {
  #appbox #lineup .lineup-bottom .lineup-item-price p, #appbox #lineup .lineup-bottom .lineup-item-date p {
    padding: 1.6em 0 0;
    font-size: 5.0666666667vw;
  }
}
#appbox #lineup .lineup-bottom .lineup-item-price p.right-price, #appbox #lineup .lineup-bottom .lineup-item-date p.right-price {
  padding-right: 0;
  padding-left: 1em;
}
#appbox #lineup .lineup-bottom .lineup-item-price p .num, #appbox #lineup .lineup-bottom .lineup-item-date p .num {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", -apple-system, sans-serif;
  font-size: 35px;
  padding: 0 5px;
}
@media screen and (max-width: 768px) {
  #appbox #lineup .lineup-bottom .lineup-item-price p .num, #appbox #lineup .lineup-bottom .lineup-item-date p .num {
    font-size: 7.0666666667vw;
  }
}
#appbox #lineup .lineup-bottom .lineup-item-price .notice, #appbox #lineup .lineup-bottom .lineup-item-date .notice {
  display: block;
  padding-right: 0.5em;
  text-align: right;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", -apple-system, sans-serif;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #appbox #lineup .lineup-bottom .lineup-item-price .notice, #appbox #lineup .lineup-bottom .lineup-item-date .notice {
    font-size: 3.2vw;
  }
}
#appbox #lineup .lineup-bottom .lineup-item-price .notice.left, #appbox #lineup .lineup-bottom .lineup-item-date .notice.left {
  padding-right: 3em;
}
@media screen and (max-width: 768px) {
  #appbox #lineup .lineup-bottom .lineup-item-price .notice.left, #appbox #lineup .lineup-bottom .lineup-item-date .notice.left {
    padding-right: 1em;
  }
}
#appbox #lineup .lineup-bottom .lineup-item-price .btn, #appbox #lineup .lineup-bottom .lineup-item-date .btn {
  position: relative;
  display: inline-block;
  width: 385px;
  margin-top: 2.2em;
  padding: 25px 0;
  font-size: 18px;
  font-weight: bold;
  color: #1081b4;
  border: 2px solid #1081b4;
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  #appbox #lineup .lineup-bottom .lineup-item-price .btn, #appbox #lineup .lineup-bottom .lineup-item-date .btn {
    width: 90%;
    margin-top: 1.2em;
    padding: 4vw 0;
    font-size: 4.4vw;
  }
}
#appbox #lineup .lineup-bottom .lineup-item-price .btn .arrow, #appbox #lineup .lineup-bottom .lineup-item-date .btn .arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 1em;
  width: 19px;
}
@media screen and (max-width: 768px) {
  #appbox #lineup .lineup-bottom .lineup-item-price .btn .arrow, #appbox #lineup .lineup-bottom .lineup-item-date .btn .arrow {
    width: 3.7333333333vw;
  }
}
#appbox #lineup .lineup-bottom .lineup-item-price .btn.campaign, #appbox #lineup .lineup-bottom .lineup-item-date .btn.campaign {
  margin-top: 4em;
  border-width: 3px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  #appbox #lineup .lineup-bottom .lineup-item-price .btn.campaign, #appbox #lineup .lineup-bottom .lineup-item-date .btn.campaign {
    margin-top: 2em;
    border-width: 2px;
  }
}
#appbox #lineup .lineup-bottom .lineup-item-price .btn.campaign .campaign-btn, #appbox #lineup .lineup-bottom .lineup-item-date .btn.campaign .campaign-btn {
  display: inline-block;
  position: absolute;
  top: -47px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #appbox #lineup .lineup-bottom .lineup-item-price .btn.campaign .campaign-btn, #appbox #lineup .lineup-bottom .lineup-item-date .btn.campaign .campaign-btn {
    top: -12.5333333333vw;
    width: 89.3333333333vw;
  }
}
#appbox #lineup .lineup-bottom .lineup-item-date {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  #appbox #lineup .lineup-bottom .lineup-item-date {
    margin-top: 10.6666666667vw;
  }
  #appbox #lineup .lineup-bottom .lineup-item-date:before {
    content: "納期";
  }
}
#appbox #lineup .lineup-bottom .lineup-item-date p {
  padding-right: 0;
}
#appbox #lineup .lineup-bottom .lineup-item-date .notice {
  text-align: center;
  padding: 0;
}
#appbox #lineup .lineup-bottom .cont-right .lineup-item-features:before, #appbox #lineup .lineup-bottom .cont-right .lineup-item-price:before, #appbox #lineup .lineup-bottom .cont-right .lineup-item-date:before {
  border-color: #2ea23c;
}
#appbox #cta {
  background: url(/wp-content/themes/iridge_2018/images/appbox/new/cta-bg.jpg) repeat-x;
  background-size: 1920px;
  background-position: top center;
  padding: 175px 0 145px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #appbox #cta {
    background: url(/wp-content/themes/iridge_2018/images/appbox/cta-bg_sp.jpg) no-repeat;
    background-size: cover;
    padding: 14.6666666667vw 0;
  }
}
#appbox #cta .cta-inner {
  max-width: 1000px;
  display: flex;
  justify-content: center;
  gap: 72px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #appbox #cta .cta-inner {
    position: relative;
    flex-direction: column;
    gap: 5.3333333333vw;
  }
}
#appbox #cta .cta-inner .img {
  width: 316px;
}
@media screen and (max-width: 768px) {
  #appbox #cta .cta-inner .img {
    width: 34.6666666667vw;
    margin-left: 5.3333333333vw;
  }
}
#appbox #cta .cta-inner .img img {
  width: 100%;
}
#appbox #cta .cta-inner .cta {
  display: block;
  margin-top: 38px;
}
@media screen and (max-width: 768px) {
  #appbox #cta .cta-inner .cta {
    margin: 0 auto;
    text-align: center;
    width: 90%;
  }
}
#appbox #cta .cta-inner .cta a {
  display: inline-block;
  width: 455px;
}
@media screen and (max-width: 768px) {
  #appbox #cta .cta-inner .cta a {
    width: 100%;
    margin: 0 auto;
  }
}
#appbox #cta .cta-inner .cta .cta-txt {
  font-size: 18px;
  font-weight: bold;
  margin-top: 1.2em;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #appbox #cta .cta-inner .cta .cta-txt {
    position: absolute;
    font-size: 3.4666666667vw;
    top: 0;
    left: 44vw;
    text-align: left;
  }
}
#appbox #cta.cta-transparent {
  background: url(/wp-content/themes/iridge_2018/images/appbox/new/cta-bg.png) repeat-x;
  background-size: 1920px;
  background-position: top center;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #appbox #cta.cta-transparent {
    background: url(/wp-content/themes/iridge_2018/images/appbox/cta-bg_sp.jpg) no-repeat;
    background-size: cover;
    padding: 14.6666666667vw 0;
    background-color: none;
  }
}
#appbox #app-connect {
  padding: 55px 0 30px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #appbox #app-connect {
    padding: 10.6666666667vw 0;
  }
}
#appbox #app-connect .inner {
  max-width: 1000px;
  margin: 0 auto;
}
#appbox #app-connect .app-connect-txt {
  margin: 35px auto 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #appbox #app-connect .app-connect-txt {
    margin: 5.3333333333vw auto 2.6666666667vw;
    font-size: 4.2666666667vw;
    line-height: 1.4;
    letter-spacing: -0.02em;
  }
}
#appbox #app-connect .connect-cont {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #appbox #app-connect .connect-cont {
    flex-direction: column;
  }
}
#appbox #app-connect .connect-cont .app-connect-txt {
  padding: 40px 0 10px;
}
@media screen and (max-width: 768px) {
  #appbox #app-connect .connect-cont .app-connect-txt {
    padding: 0 0 2.6666666667vw;
    font-size: 3.4666666667vw;
  }
}
#appbox #app-connect .connect-cont .app-connect-tit {
  position: relative;
  display: block;
  width: 465px;
  margin: 80px auto 40px;
  padding: 23px 0;
  border-radius: 60px;
  font-size: 24px;
  background: #4ec4ce;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #appbox #app-connect .connect-cont .app-connect-tit {
    width: 100%;
    margin: 5.3333333333vw auto 10.6666666667vw;
    padding: 4vw 0;
    font-size: 4.4vw;
  }
}
#appbox #app-connect .connect-cont .app-connect-tit .arrow {
  position: absolute;
  bottom: -18px;
  width: 44px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 768px) {
  #appbox #app-connect .connect-cont .app-connect-tit .arrow {
    bottom: -3.3333333333vw;
    width: 6.6666666667vw;
  }
}
#appbox #app-connect .img {
  height: 380px;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  #appbox #app-connect .img {
    width: 100%;
    height: auto;
    padding-top: 0;
  }
}
#appbox #app-connect .connect-before .img {
  margin-top: 1.15em;
}
@media screen and (max-width: 768px) {
  #appbox #app-connect .connect-before .img {
    margin: 5.3333333333vw auto;
    text-align: center;
    padding-left: 20vw;
  }
  #appbox #app-connect .connect-before .img img {
    width: 48.5333333333vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #appbox #app-connect .connect-after .img {
    margin: 5.3333333333vw auto;
    text-align: center;
  }
  #appbox #app-connect .connect-after .img img {
    width: 90.1333333333vw;
    margin: 0 auto;
  }
}
#appbox #app-connect .connect-after .app-connect-tit {
  background: #0f69b6;
}
#appbox #alignment {
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #appbox #alignment {
    padding: 10.6666666667vw 0;
  }
}
#appbox #alignment .alignment-tit {
  position: relative;
  display: block;
  width: 465px;
  margin: 80px auto 40px;
  padding: 23px 0;
  border-radius: 60px;
  font-size: 24px;
  background: #4ec4ce;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #appbox #alignment .alignment-tit {
    width: 100%;
    margin: 10.6666666667vw auto 12vw;
    padding: 4vw 0;
    font-size: 4.4vw;
  }
}
#appbox #alignment .alignment-tit .arrow {
  position: absolute;
  bottom: -18px;
  width: 44px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 768px) {
  #appbox #alignment .alignment-tit .arrow {
    bottom: -3.3333333333vw;
    width: 6.6666666667vw;
  }
}
#appbox #alignment .alignment-txt {
  margin: 35px auto 45px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #appbox #alignment .alignment-txt {
    margin: 5.3333333333vw auto 8vw;
    font-size: 4.4vw;
    line-height: 1.4;
  }
}
#appbox #alignment .alignment01 {
  padding: 60px 0 80px;
  margin-top: -70px;
  margin-bottom: 80px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #appbox #alignment .alignment01 {
    padding: 8vw 0;
    margin-top: -17.3333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
#appbox #alignment .alignment01 ul {
  display: flex;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
  gap: 40px 0;
  width: 90%;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  #appbox #alignment .alignment01 ul {
    width: 90%;
    margin: 13.3333333333vw auto 5.3333333333vw;
    gap: 10.6666666667vw 0;
  }
}
#appbox #alignment .alignment01 ul li {
  display: inline-block;
  width: 33.3333333333%;
}
@media screen and (max-width: 768px) {
  #appbox #alignment .alignment01 ul li {
    width: 100%;
  }
}
#appbox #alignment .alignment01 ul li.last {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #appbox #alignment .alignment01 ul li.last {
    margin-top: auto;
  }
}
#appbox #alignment .alignment01 .etc {
  margin-top: 40px;
  padding-left: 90px;
  text-align: left;
  color: #4ec4ce;
  font-size: 25px;
}
@media screen and (max-width: 768px) {
  #appbox #alignment .alignment01 .etc {
    margin: 5.3333333333vw auto 0;
    padding: 0;
    font-size: 4.2666666667vw;
    text-align: center;
  }
}
#appbox #payment {
  padding-bottom: 30px;
  background: #f7f7f7;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #appbox #payment {
    padding: 10.6666666667vw 0;
    font-size: 4.4vw;
  }
}
@media screen and (max-width: 768px) {
  #appbox #payment .tit {
    padding-top: 2vw;
  }
}
#appbox #payment .payment-top-cont {
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  #appbox #payment .payment-top-cont {
    padding-bottom: 5.3333333333vw;
  }
}
#appbox #payment .payment-top-cont .txt {
  text-align: center;
  font-weight: bold;
}
#appbox #payment .payment-top-cont-img {
  margin: 65px auto 100px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #appbox #payment .payment-top-cont-img {
    margin: 10vw auto 0;
    width: 61.3333333333vw;
  }
}
#appbox #payment .payment-cont {
  max-width: 1000px;
  margin: 35px auto;
  padding: 50px 0;
  text-align: center;
  background: #fff;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #appbox #payment .payment-cont {
    margin: 8vw auto;
    padding: 12vw 0;
  }
}
#appbox #payment .payment-cont .subtit {
  display: inline-block;
  padding-bottom: 5px;
  color: #4ec4ce;
  border-bottom: 2px solid #4ec4ce;
}
@media screen and (max-width: 768px) {
  #appbox #payment .payment-cont .subtit {
    font-size: 6vw;
  }
}
#appbox #payment .payment-cont .payment-cont-use {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 60px;
  padding: 0 80px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #appbox #payment .payment-cont .payment-cont-use {
    flex-direction: column;
    margin-top: 10.6666666667vw;
    padding: 0 10.6666666667vw;
  }
}
#appbox #payment .payment-cont .payment-cont-use li {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #appbox #payment .payment-cont .payment-cont-use li {
    margin: 0 auto;
  }
}
#appbox #payment .payment-cont .payment-cont-use li .img {
  height: 187px;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  #appbox #payment .payment-cont .payment-cont-use li .img {
    height: auto;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  #appbox #payment .payment-cont .payment-cont-use li .txt {
    padding-top: 10.6666666667vw;
  }
}
#appbox #payment .payment-cont .payment-cont-use li:nth-child(1) .img img {
  margin-top: 40px;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  #appbox #payment .payment-cont .payment-cont-use li:nth-child(1) .img img {
    margin: 0 0 0 4vw;
    width: 34.9333333333vw;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  #appbox #payment .payment-cont .payment-cont-use li:nth-child(3) .img img {
    width: 66.4vw;
  }
}
@media screen and (max-width: 768px) {
  #appbox #payment .payment-cont .payment-cont-use li:nth-child(3) .txt {
    padding-top: 5.3333333333vw;
    font-size: 4.8vw;
  }
}
#appbox #payment .payment-cont .payment-cont-use li:last-child .img img {
  margin-top: 40px;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  #appbox #payment .payment-cont .payment-cont-use li:last-child .img img {
    margin-top: 5.3333333333vw;
    margin-left: 8vw;
  }
}
#appbox #payment .payment-cont .payment-cont-use li.arrow {
  position: absolute;
  background: url(/wp-content/themes/iridge_2018/images/appbox/new/pay-icon.png);
  background-repeat: space;
  background-size: contain;
  width: 45px;
  height: 14px;
  top: 103px;
  left: 280px;
}
@media screen and (max-width: 768px) {
  #appbox #payment .payment-cont .payment-cont-use li.arrow {
    width: 12vw;
    height: 3.7333333333vw;
    transform: rotate(90deg);
    left: 0;
    right: 0;
    top: 0;
    margin: 13.3333333333vw auto 9.3333333333vw;
    position: relative;
  }
}
#appbox #payment .payment-cont .payment-cont-use li.arrow:nth-child(4) {
  left: auto;
  right: 280px;
}
@media screen and (max-width: 768px) {
  #appbox #payment .payment-cont .payment-cont-use li.arrow:nth-child(4) {
    left: 0;
    right: 0;
  }
}
#appbox #payment .payment-cont .payment-logo {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 45px 116px;
}
@media screen and (max-width: 768px) {
  #appbox #payment .payment-cont .payment-logo {
    flex-direction: column;
    padding: 16vw 0 8vw;
    margin: 0 auto;
    align-items: center;
    gap: 18.6666666667vw;
  }
  #appbox #payment .payment-cont .payment-logo img {
    width: 46.6666666667vw;
  }
  #appbox #payment .payment-cont .payment-logo img:nth-child(2) {
    margin-top: -9.3333333333vw;
  }
}
#appbox #payment .payment-cont .payment-logo-example {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 90px 116px 55px;
  flex-wrap: wrap;
  gap: 65px;
}
@media screen and (max-width: 768px) {
  #appbox #payment .payment-cont .payment-logo-example {
    padding: 16vw 0 8vw;
    flex-direction: column;
    gap: 16vw;
  }
  #appbox #payment .payment-cont .payment-logo-example img {
    height: auto;
  }
  #appbox #payment .payment-cont .payment-logo-example img:nth-child(1) {
    width: 29.0666666667vw;
  }
  #appbox #payment .payment-cont .payment-logo-example img:nth-child(2) {
    width: 43.4666666667vw;
  }
  #appbox #payment .payment-cont .payment-logo-example img:nth-child(3) {
    width: 54vw;
  }
  #appbox #payment .payment-cont .payment-logo-example img:nth-child(4) {
    width: 56vw;
  }
  #appbox #payment .payment-cont .payment-logo-example img:nth-child(5) {
    width: 44.5333333333vw;
  }
  #appbox #payment .payment-cont .payment-logo-example img:nth-child(6) {
    width: 54.4vw;
  }
}
#appbox #payment .payment-cont.app {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #appbox #payment .payment-cont.app {
    margin-bottom: 12vw;
  }
}
#appbox #management {
  padding-bottom: 30px;
  background: #fff;
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #appbox #management {
    padding: 10.6666666667vw 0;
    font-size: 4.4vw;
  }
}
#appbox #management .txt {
  font-weight: bold;
  margin: 30px auto;
}
@media screen and (max-width: 768px) {
  #appbox #management .txt {
    margin: 7.3333333333vw auto 10.6666666667vw;
  }
}
#appbox #management .img {
  width: 807px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #appbox #management .img {
    width: 100%;
  }
}
#appbox #management .img img {
  width: 100%;
}
#appbox #management .management-content {
  max-width: 890px;
  margin: 0 auto;
}
#appbox #management .management-bubble {
  display: inline-block;
  position: relative;
  padding: 1em 2.5em;
  border-radius: 50px;
  color: #fff;
  background: #7f7f7f;
  font-size: 25px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #appbox #management .management-bubble {
    padding: 1em 3em;
    font-size: 4.4vw;
  }
}
#appbox #management .management-bubble:after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 50%;
  border-color: rgba(0, 0, 255, 0);
  border-top-width: 15px;
  border-bottom-width: 15px;
  border-left-width: 12px;
  border-right-width: 12px;
  margin-left: -12px;
  border-top-color: #7f7f7f;
}
@media screen and (max-width: 768px) {
  #appbox #management .management-bubble:after {
    border-top-width: 3.2vw;
    border-bottom-width: 3.2vw;
    border-left-width: 2.6666666667vw;
    border-right-width: 2.6666666667vw;
    margin-left: -2.6666666667vw;
  }
}
#appbox #management .management-arrow {
  width: 60px;
  height: auto;
  margin: 30px auto 50px;
}
@media screen and (max-width: 768px) {
  #appbox #management .management-arrow {
    width: 9.3333333333vw;
    margin: 5.3333333333vw auto 12vw;
  }
}
#appbox #management .before-content {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #appbox #management .before-content {
    margin-top: 13.3333333333vw;
    font-size: 3.4666666667vw;
  }
}
#appbox #management .before-content .before-img {
  margin: 75px auto 0;
  display: flex;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #appbox #management .before-content .before-img {
    flex-direction: column;
    margin: 12vw auto 6.6666666667vw;
  }
}
#appbox #management .before-content .before-img .before01 {
  width: 232px;
  height: 390px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ececec;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  #appbox #management .before-content .before-img .before01 {
    width: 100%;
    height: auto;
    padding: 1.2em 0;
  }
}
#appbox #management .before-content .before-img .before02 {
  height: 390px;
}
@media screen and (max-width: 768px) {
  #appbox #management .before-content .before-img .before02 {
    height: auto;
  }
}
#appbox #management .before-content .before-img .before02 ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #appbox #management .before-content .before-img .before02 ul {
    flex-direction: row;
  }
}
#appbox #management .before-content .before-img .before02 li {
  display: block;
  width: 377px;
  height: 65px;
  background: url(/wp-content/themes/iridge_2018/images/appboxpack/feature4-arrow01.png) no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #appbox #management .before-content .before-img .before02 li {
    width: 28vw;
    height: 54.9333333333vw;
    text-align: center;
    background: url(/wp-content/themes/iridge_2018/images/appboxpack/feature4-arrow01_sp.png) no-repeat;
    background-position: center;
    background-size: contain;
  }
}
#appbox #management .before-content .before-img .before02 li span {
  background: #ececec;
  display: inline-block;
  padding: 0.9em 1.3em;
  margin-left: 45px;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  #appbox #management .before-content .before-img .before02 li span {
    padding: 1.2em 0.4em;
    margin-left: 0;
    margin-top: 2em;
  }
}
#appbox #management .before-content .before-img .before03 {
  margin-left: 40px;
  width: 258px;
}
@media screen and (max-width: 768px) {
  #appbox #management .before-content .before-img .before03 {
    margin: 1em auto;
    width: 84.2666666667vw;
    text-align: center;
  }
}
#appbox #management .before-content .before-img .before03 img {
  width: 100%;
}
#appbox #management .after-content .management-bubble {
  background: #4ec4ce;
}
#appbox #management .after-content .management-bubble:after {
  border-top-color: #4ec4ce;
}
#appbox #management .after-content .after-img {
  display: flex;
  align-items: center;
  width: 900px;
  margin: 80px auto;
}
@media screen and (max-width: 768px) {
  #appbox #management .after-content .after-img {
    width: 100%;
    flex-direction: column;
    margin: 10.6666666667vw auto;
  }
}
#appbox #management .after-content .after-img img {
  width: 100%;
}
#appbox #management .after-content .after-img .after01 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 232px;
  height: 390px;
  background: #ecf8fa;
  font-size: 25px;
  font-weight: bold;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  #appbox #management .after-content .after-img .after01 {
    width: 100%;
    height: auto;
    padding: 1.4em 0;
    font-size: 3.4666666667vw;
    z-index: 2;
  }
}
#appbox #management .after-content .after-img .after01 span {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #appbox #management .after-content .after-img .after01 span {
    font-size: 3.4666666667vw;
  }
}
#appbox #management .after-content .after-img .after02 {
  width: 95px;
}
@media screen and (max-width: 768px) {
  #appbox #management .after-content .after-img .after02 {
    width: 17.3333333333vw;
    transform: rotate(90deg);
    z-index: 1;
  }
}
#appbox #management .after-content .after-img .after03 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 190px;
  height: 390px;
  margin-left: 10px;
  border: 3px solid #4ec4ce;
  border-radius: 3px;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #appbox #management .after-content .after-img .after03 {
    width: 100%;
    height: auto;
    margin: 2.5em auto 0;
    padding: 1.5em 0;
    font-size: 3.4666666667vw;
  }
}
#appbox #management .after-content .after-img .after03 img {
  width: 131px;
}
@media screen and (max-width: 768px) {
  #appbox #management .after-content .after-img .after03 img {
    width: 32vw;
    vertical-align: middle;
    margin-top: -1.3333333333vw;
    margin-right: 1.3333333333vw;
  }
}
#appbox #management .after-content .after-img .after04 {
  width: 132px;
}
@media screen and (max-width: 768px) {
  #appbox #management .after-content .after-img .after04 {
    width: auto;
    height: auto;
    margin-top: -19.2vw;
  }
  #appbox #management .after-content .after-img .after04 img {
    width: 24.9333333333vw;
    height: 62.6666666667vw;
    transform: rotate(90deg);
  }
}
#appbox #management .after-content .after-img .after05 {
  width: 258px;
  margin-left: 8px;
}
@media screen and (max-width: 768px) {
  #appbox #management .after-content .after-img .after05 {
    margin: -17.3333333333vw auto 0;
    width: 83.3333333333vw;
  }
}
#appbox #interview {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  #appbox #interview {
    padding: 12vw 0 21.3333333333vw;
    font-size: 4.4vw;
  }
}
#appbox #interview .interview-cont {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #appbox #interview .interview-cont {
    margin-top: 8vw;
  }
}
#appbox #interview .interview-cont .interview-wrap {
  display: flex;
  gap: 2.5%;
}
@media screen and (max-width: 768px) {
  #appbox #interview .interview-cont .interview-wrap {
    flex-direction: column;
  }
}
#appbox #interview .interview-cont .interview-wrap li {
  position: relative;
  width: 33.3333333333%;
  padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
  #appbox #interview .interview-cont .interview-wrap li {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 6.6666666667vw;
  }
}
#appbox #interview .interview-cont .interview-wrap li .interview-txt {
  margin: 1.5em 0;
}
@media screen and (max-width: 768px) {
  #appbox #interview .interview-cont .interview-wrap li .interview-txt {
    margin: 0.5em 0;
  }
}
#appbox #interview .interview-cont .interview-wrap li .interview-txt h4 {
  text-align: left;
  display: block;
  padding: 1em 0;
}
@media screen and (max-width: 768px) {
  #appbox #interview .interview-cont .interview-wrap li .interview-txt h4 {
    padding: 0.5em 0;
  }
}
#appbox #interview .interview-cont .interview-wrap li .interview-txt p {
  padding: 0.6em 0;
}
@media screen and (max-width: 768px) {
  #appbox #interview .interview-cont .interview-wrap li .interview-txt p {
    padding: 0;
  }
}
#appbox #interview .interview-cont .interview-wrap li .btn {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1em 0;
  color: #4ec4ce;
  font-size: 17px;
  border: 2px solid #4ec4ce;
  border-radius: 5px;
  background: #fff;
  filter: drop-shadow(5px 15px 15px rgba(0, 0, 0, 0.1));
}
@media screen and (max-width: 768px) {
  #appbox #interview .interview-cont .interview-wrap li .btn {
    position: inherit;
    font-size: 4.4vw;
    padding: 0.5em 0;
    filter: drop-shadow(5px 5px 15px rgba(0, 0, 0, 0.1));
  }
}
#appbox #interview .interview-cont .interview-wrap li .btn:after {
  content: "";
  display: inline-block;
  background: url(/wp-content/themes/iridge_2018/images/appbox/new/interview-icon.png) no-repeat;
  background-size: contain;
  width: 16px;
  height: 9px;
  margin-left: 1em;
}
#appbox #partner {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  #appbox #partner {
    padding: 16vw 0 21.3333333333vw;
  }
}
#appbox #partner .partner {
  text-align: center;
}
#appbox #partner .partner-txt {
  margin: 2em auto 2em;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #appbox #partner .partner-txt {
    margin: 1em auto 2em;
    font-size: 4.4vw;
  }
}
@media screen and (max-width: 768px) {
  #appbox #partner .partner .tit {
    letter-spacing: -0.01em;
  }
  #appbox #partner .partner .tit span {
    letter-spacing: 0;
  }
}
#appbox #partner .partner .tit img {
  margin-right: 10px;
  padding-bottom: 8px;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  #appbox #partner .partner .tit img {
    width: 34.6666666667vw;
    padding-bottom: 1.6vw;
    margin-right: 1.3333333333vw;
  }
}
#appbox #partner .partner .partner-link {
  display: inline-block;
  margin-top: 30px;
  line-height: 1.3;
  color: #4ec4ce;
  font-weight: bold;
  font-size: 35px;
  border-bottom: 3px dotted #4ec4ce;
}
@media screen and (max-width: 768px) {
  #appbox #partner .partner .partner-link {
    margin-top: 0;
    font-size: 5.3333333333vw;
  }
}
#appbox #partner .partner .partner-link img {
  display: inline-block;
  margin-left: 30px;
  margin-bottom: -4px;
}
@media screen and (max-width: 768px) {
  #appbox #partner .partner .partner-link img {
    width: 5.3333333333vw;
    margin-left: 1em;
  }
}
#appbox #partner .partner .partner-img {
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #appbox #partner .partner .partner-img {
    margin-bottom: 8vw;
  }
}
#appbox #partner .partner .partner-img img {
  width: 356px;
}
@media screen and (max-width: 768px) {
  #appbox #partner .partner .partner-img img {
    width: 72.5333333333vw;
  }
}
#appbox #form {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  #appbox #form {
    padding: 12vw 0 21.3333333333vw;
  }
}
#appbox #support {
  padding-top: 80px;
  padding-bottom: 100px;
  background: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #appbox #support {
    padding: 12vw 0 21.3333333333vw;
  }
}
#appbox #support p {
  margin: 35px auto 45px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #appbox #support p {
    margin: 5.3333333333vw auto 8vw;
    font-size: 4.2666666667vw;
    letter-spacing: -0.08em;
  }
}
#appbox #support .scope {
  width: 1000px;
  padding: 40px 30px 10px;
  margin: 0 auto;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  #appbox #support .scope {
    width: 100%;
    margin-top: 12vw;
    padding: 0 6.6666666667vw 6vw;
  }
}
#appbox #support .scope img {
  width: 344px;
  height: auto;
}
@media screen and (max-width: 768px) {
  #appbox #support .scope img {
    width: 53.3333333333vw;
    margin-top: -5.3333333333vw;
    padding: 0 5.3333333333vw;
    background: #fff;
  }
}
#appbox #support .scope .scope-list {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin: 50px auto 15px;
}
@media screen and (max-width: 768px) {
  #appbox #support .scope .scope-list {
    gap: 2.6666666667vw;
    margin: 8vw auto 0;
    flex-wrap: wrap;
  }
}
#appbox #support .scope .scope-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: #4ec4ce solid 3px;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  color: #4ec4ce;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #appbox #support .scope .scope-list li {
    width: 34.6666666667vw;
    height: 34.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
#appbox .movie {
  max-width: 616px;
  margin: 0 auto 80px;
  text-align: center;
  aspect-ratio: 16/9;
}
#appbox .movie iframe {
  width: 100%;
  height: 100%;
}
#appbox #thanks {
  font-size: 18px;
  text-align: center;
}
#appbox #thanks .notice {
  margin: 60px auto;
}
#appbox.appbox_contact {
  background: #fff;
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  #appbox.appbox_contact {
    padding: 10.6666666667vw 0;
  }
}
#appbox.appbox_contact .contactContent {
  margin: 20px auto;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #appbox.appbox_contact .contactContent {
    width: 92%;
    margin: 4vw auto;
  }
}
#appbox.appbox_contact .contactContent .contactTxtDl {
  margin: 80px auto 40px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #appbox.appbox_contact .contactContent .contactTxtDl {
    margin: 8vw auto 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
#appbox.appbox_contact .contactContent .sliderContent {
  position: relative;
  max-width: 873px;
  height: 540px;
  margin: 80px auto 30px;
}
@media screen and (max-width: 768px) {
  #appbox.appbox_contact .contactContent .sliderContent {
    height: 58.6666666667vw;
    margin: 10.6666666667vw auto 4vw;
  }
}
#appbox.appbox_contact .contactContent .sliderContent .swiper-slide {
  margin: 0 auto;
  max-width: 873px;
  height: 550px;
  text-align: center;
  transition: 0.4s;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #appbox.appbox_contact .contactContent .sliderContent .swiper-slide {
    height: 80vw;
  }
}
#appbox.appbox_contact .contactContent .sliderContent .swiper-slide-active {
  opacity: 1;
}
#appbox.appbox_contact .contactContent .sliderContent .swiper-slide-next {
  opacity: 0;
}
#appbox.appbox_contact .contactContent .sliderContent .swiper-slide img {
  display: block;
  height: auto;
  padding: 10px 0;
  border: 1px solid #0f69b6;
  border-radius: 10px;
}
#appbox.appbox_contact .contactContent .sliderContent .swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 20px;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  #appbox.appbox_contact .contactContent .sliderContent .swiper-pagination {
    gap: 5.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  #appbox.appbox_contact .contactContent .sliderContent .swiper-pagination-bullet {
    width: 1.6vw;
    height: 1.6vw;
  }
}
#appbox.appbox_contact .contactContent .sliderContent .swiper-pagination-bullet-active {
  background: #0f69b6;
  border: 1px solid #0f69b6;
  position: relative;
}
#appbox.appbox_contact .contactContent .sliderContent .swiper-pagination-bullet-active:before {
  content: "";
  border: 1px solid #0f69b6;
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  border-radius: 4px;
  top: 0;
  bottom: 0;
  left: -6px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #appbox.appbox_contact .contactContent .sliderContent .swiper-pagination-bullet-active:before {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}
#appbox.appbox_contact .contactContent .sliderContent .swiper-button-next, #appbox.appbox_contact .contactContent .sliderContent .swiper-container-rtl .swiper-button-prev {
  background: none;
  right: -60px;
  top: calc(50% - 13px);
}
@media screen and (max-width: 768px) {
  #appbox.appbox_contact .contactContent .sliderContent .swiper-button-next, #appbox.appbox_contact .contactContent .sliderContent .swiper-container-rtl .swiper-button-prev {
    right: 0;
    width: auto;
  }
}
#appbox.appbox_contact .contactContent .sliderContent .swiper-button-next:before, #appbox.appbox_contact .contactContent .sliderContent .swiper-container-rtl .swiper-button-prev:before {
  content: "▶";
  color: #0f69b6;
  font-size: 26px;
  text-shadow: #fff 0px 0 4px;
}
@media screen and (max-width: 768px) {
  #appbox.appbox_contact .contactContent .sliderContent .swiper-button-next:before, #appbox.appbox_contact .contactContent .sliderContent .swiper-container-rtl .swiper-button-prev:before {
    font-size: 5.3333333333vw;
  }
}
#appbox.appbox_contact .contactContent .sliderContent .swiper-button-next:hover, #appbox.appbox_contact .contactContent .sliderContent .swiper-container-rtl .swiper-button-prev:hover {
  opacity: 0.8;
}
#appbox.appbox_contact .contactContent .sliderContent .swiper-button-prev, #appbox.appbox_contact .contactContent .sliderContent .swiper-container-rtl .swiper-button-next {
  background: none;
  left: -60px;
  top: calc(50% - 13px);
}
@media screen and (max-width: 768px) {
  #appbox.appbox_contact .contactContent .sliderContent .swiper-button-prev, #appbox.appbox_contact .contactContent .sliderContent .swiper-container-rtl .swiper-button-next {
    left: 0;
  }
}
#appbox.appbox_contact .contactContent .sliderContent .swiper-button-prev:before, #appbox.appbox_contact .contactContent .sliderContent .swiper-container-rtl .swiper-button-next:before {
  content: "◀";
  color: #0f69b6;
  font-size: 26px;
  text-shadow: #fff 0px 0 4px;
}
@media screen and (max-width: 768px) {
  #appbox.appbox_contact .contactContent .sliderContent .swiper-button-prev:before, #appbox.appbox_contact .contactContent .sliderContent .swiper-container-rtl .swiper-button-next:before {
    font-size: 5.3333333333vw;
  }
}
#appbox.appbox_contact .contactContent .sliderContent .swiper-button-prev:hover, #appbox.appbox_contact .contactContent .sliderContent .swiper-container-rtl .swiper-button-next:hover {
  opacity: 0.8;
}
#appbox.appbox_contact .completeContent {
  max-width: 500px;
  margin: 120px auto 30px;
}
@media screen and (max-width: 768px) {
  #appbox.appbox_contact .completeContent {
    width: 90%;
    margin: 8vw auto 8vw;
  }
}
#appbox.appbox_contact .cta {
  display: block;
}
#appbox.appbox_contact .cta a {
  width: 460px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #appbox.appbox_contact .cta a {
    width: 100%;
  }
}
#appbox.appbox_contact.appboxpack .contactContent .sliderContent .swiper-slide img {
  border-radius: 5px;
  border: 1px solid #0f69b6;
}
#appbox.appboxpack {
  /*キャンペーン用*/
}
#appbox.appboxpack .section {
  padding-bottom: 60px;
}
#appbox.appboxpack .tit span {
  color: #0f69b6;
}
#appbox.appboxpack #mv {
  background: url(/wp-content/themes/iridge_2018/images/appboxpack/mv-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  height: 618px;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #mv {
    display: flex;
    flex-direction: column-reverse;
    height: auto;
    background: url(/wp-content/themes/iridge_2018/images/appboxpack/mv-bg_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
  }
}
#appbox.appboxpack #mv .mv-txt {
  width: 611px;
  /* キャンペーン用_231110 */
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #mv .mv-txt {
    width: auto;
    padding-top: 0;
    padding-left: 0;
    margin-bottom: 10.6666666667vw;
  }
}
#appbox.appboxpack #mv .mv-txt .mv-txt-inner {
  width: 611px;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #mv .mv-txt .mv-txt-inner {
    width: auto;
  }
}
#appbox.appboxpack #mv .mv-txt .copy {
  margin-top: 10px;
  font-size: 44px;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #mv .mv-txt .copy {
    margin-top: 4vw;
    font-size: 8vw;
  }
}
#appbox.appboxpack #mv .mv-txt .copy h1 {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #mv .mv-txt .copy h1 {
    letter-spacing: 0;
    white-space: nowrap;
  }
}
#appbox.appboxpack #mv .mv-txt .mv-point {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  font-size: 33px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #mv .mv-txt .mv-point {
    margin-top: 4vw;
    font-size: 4.2666666667vw;
  }
}
#appbox.appboxpack #mv .mv-txt .mv-point p {
  border: 3px solid;
  width: 48%;
  border-radius: 10px;
  padding: 20px 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #mv .mv-txt .mv-point p {
    border-width: 2px;
    padding: 4vw 0;
    background: #fff;
  }
}
#appbox.appboxpack #mv .mv-txt .mv-point p .num {
  font-size: 66px;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #mv .mv-txt .mv-point p .num {
    font-size: 8.8vw;
  }
}
#appbox.appboxpack #mv .mv-txt .mv-point p .strong {
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #mv .mv-txt .mv-point p .strong {
    font-size: 5.3333333333vw;
  }
}
#appbox.appboxpack #mv .mv-txt .mv-point .mv-point01 {
  border-color: #0f69b6;
}
#appbox.appboxpack #mv .mv-txt .mv-point .mv-point01 .strong {
  color: #0f69b6;
}
#appbox.appboxpack #mv .mv-txt .mv-point .mv-point02 {
  border-color: #4ec4ce;
}
#appbox.appboxpack #mv .mv-txt .mv-point .mv-point02 .strong {
  color: #4ec4ce;
}
#appbox.appboxpack #mv .mv-txt .cta {
  margin-top: 65px;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #mv .mv-txt .cta {
    margin-top: 1.5em;
  }
}
#appbox.appboxpack #mv .mv-txt.campaign {
  padding-top: 35px;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #mv .mv-txt.campaign {
    padding-top: 0;
    margin-bottom: 26.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #mv .mv-txt.campaign .copy h1 {
    line-height: 1.2;
  }
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #mv .mv-txt.campaign .mv-point {
    margin-top: 2vw;
  }
  #appbox.appboxpack #mv .mv-txt.campaign .mv-point p {
    padding: 2.6666666667vw 0;
  }
}
#appbox.appboxpack #mv .mv-txt.campaign .cta {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #mv .mv-txt.campaign .cta {
    margin-top: 2.6666666667vw;
    gap: 2.6666666667vw;
  }
}
#appbox.appboxpack #mv .mv-img {
  max-width: 542px;
  left: calc(58% + 77px);
  background: url(/wp-content/themes/iridge_2018/images/appboxpack/mv-img_2.png) no-repeat;
  background-size: cover;
  background-position: left 40px;
  /* キャンペーン用_231110 */
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #mv .mv-img {
    background: url(/wp-content/themes/iridge_2018/images/appboxpack/mv-img_sp_2.png) no-repeat;
    background-size: contain;
    position: inherit;
    width: auto;
    height: 71.7333333333vw;
    margin-top: 4vw;
    left: 0;
    background-position: top center;
  }
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #mv .mv-img.campaign {
    height: 66.6666666667vw;
  }
}
#appbox.appboxpack #works .works-cont .works-txt .works-txt-cont .num {
  color: #0f69b6;
}
#appbox.appboxpack #issue {
  background: #f6f7f8;
  padding: 120px 0 0;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #issue {
    padding: 16vw 0 0;
  }
}
#appbox.appboxpack #issue .issue-worries {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 980px;
  margin: 80px auto;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #issue .issue-worries {
    flex-direction: column;
    width: 100%;
    margin: 10.6666666667vw auto;
    gap: 12vw;
  }
}
#appbox.appboxpack #issue .issue-worries li {
  width: 33.3333333333%;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #issue .issue-worries li {
    width: 100%;
    font-size: 3.4666666667vw;
  }
}
#appbox.appboxpack #issue .issue-worries li .txt {
  display: block;
  margin-top: 1.2em;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #issue .issue-worries li .txt {
    margin-top: 1.5em;
  }
}
#appbox.appboxpack #issue .issue-worries li .img {
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #issue .issue-worries li .img {
    height: auto;
    margin: 0 auto;
  }
  #appbox.appboxpack #issue .issue-worries li .img img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #issue .issue-worries li:nth-child(2) .img {
    width: 31.4666666667vw;
  }
}
#appbox.appboxpack #issue .issue-worries li:nth-child(2) .img img {
  margin-left: 1.5em;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #issue .issue-worries li:nth-child(2) .img img {
    margin-left: 2em;
  }
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #issue .issue-worries li:nth-child(1) .img {
    width: 32.6666666667vw;
  }
  #appbox.appboxpack #issue .issue-worries li:nth-child(3) .img {
    width: 31.0666666667vw;
  }
}
#appbox.appboxpack #issue .issue-arrow {
  background: none;
  padding: 20px 0 60px;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #issue .issue-arrow {
    padding: 4vw 0 16vw;
  }
}
#appbox.appboxpack #issue .issue-pack-solution {
  position: relative;
  height: 389px;
  background: url(/wp-content/themes/iridge_2018/images/appboxpack/issue-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #issue .issue-pack-solution {
    flex-direction: column;
    gap: 4vw;
    height: 111.8666666667vw;
    padding: 0;
    background: url(/wp-content/themes/iridge_2018/images/appboxpack/issue-bg_sp.jpg) no-repeat;
    background-size: 100%;
  }
}
#appbox.appboxpack #issue .issue-pack-solution .img {
  position: absolute;
  left: calc(50% - 584px);
  width: 346px;
  top: 16px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #issue .issue-pack-solution .img {
    position: static;
    left: 0;
    width: auto;
    margin: 0;
  }
  #appbox.appboxpack #issue .issue-pack-solution .img img {
    width: 54.2666666667vw;
  }
}
#appbox.appboxpack #issue .issue-pack-solution .logo-img {
  width: 378px;
  line-height: 1;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #issue .issue-pack-solution .logo-img {
    width: 61.6vw;
    margin-bottom: 1em;
  }
}
#appbox.appboxpack #issue .issue-pack-solution .issue-pack-txt {
  font-size: 35px;
  margin-top: 40px;
  line-height: 1;
  padding-left: 60px;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #issue .issue-pack-solution .issue-pack-txt {
    margin: 0;
    padding: 0;
    line-height: 1.5;
    font-size: 5.3333333333vw;
  }
}
#appbox.appboxpack #issue .issue-pack-solution .issue-pack-txt span {
  display: inline;
  font-size: 1em;
  background: #fff;
}
#appbox.appboxpack #feature1 {
  background: #fff;
}
#appbox.appboxpack #feature1 .feature1-txt {
  margin: 50px auto;
  font-size: 27px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #feature1 .feature1-txt {
    margin: 6vw auto 9.3333333333vw;
    font-size: 4.4vw;
  }
}
#appbox.appboxpack #feature1 .feature1-txt .mc {
  color: #0f69b6;
  font-size: 120%;
}
#appbox.appboxpack #feature1 .feature1-txt .num {
  font-size: 150%;
}
#appbox.appboxpack #feature1 .feature1-shape {
  width: 1003px;
  margin: 0 auto;
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #feature1 .feature1-shape {
    width: 100%;
    gap: 1.3333333333vw;
  }
}
#appbox.appboxpack #feature1 .feature1-shape .shape {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #feature1 .feature1-shape .shape {
    font-size: 3.4666666667vw;
  }
}
#appbox.appboxpack #feature1 .feature1-shape .shape .shape-tit {
  color: #fff;
  padding: 9px 0;
  background: #64aae7;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #feature1 .feature1-shape .shape .shape-tit {
    padding: 1.7333333333vw 0;
  }
}
#appbox.appboxpack #feature1 .feature1-shape .shape-inner {
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #feature1 .feature1-shape .shape-inner {
    gap: 1.3333333333vw;
  }
}
#appbox.appboxpack #feature1 .feature1-shape .shape-main .status {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #64aae7;
  height: 92px;
  margin: 12px 0;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #feature1 .feature1-shape .shape-main .status {
    margin: 1.6vw 0;
    padding: 0;
    height: 14.6666666667vw;
  }
}
#appbox.appboxpack #feature1 .feature1-shape .shape-main .status:before, #appbox.appboxpack #feature1 .feature1-shape .shape-main .status:after {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 100%;
  content: "";
  border: 46px solid transparent;
  border-left: 22px solid #64aae7;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #feature1 .feature1-shape .shape-main .status:before, #appbox.appboxpack #feature1 .feature1-shape .shape-main .status:after {
    border-width: 7.3333333333vw;
    border-left-width: 2.2666666667vw;
  }
}
#appbox.appboxpack #feature1 .feature1-shape .shape-main .status:before {
  margin-left: 12px;
  border-left-color: #fff;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #feature1 .feature1-shape .shape-main .status:before {
    margin-left: 1.3333333333vw;
  }
}
#appbox.appboxpack #feature1 .feature1-shape .shape-main .status span {
  padding-left: 1.6em;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #feature1 .feature1-shape .shape-main .status span {
    padding-left: 0.8em;
    white-space: nowrap;
    letter-spacing: -0.1em;
    line-height: 1.2;
    z-index: 3;
  }
}
#appbox.appboxpack #feature1 .feature1-shape .shape-main .company {
  position: relative;
  height: 104px;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #feature1 .feature1-shape .shape-main .company {
    margin-top: 2vw;
    height: 19.4666666667vw;
  }
}
#appbox.appboxpack #feature1 .feature1-shape .shape-main .company:after {
  content: "";
  height: 100%;
  width: 1px;
  background: #22619f;
  position: absolute;
  right: -7px;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #feature1 .feature1-shape .shape-main .company:after {
    right: -0.9333333333vw;
  }
}
#appbox.appboxpack #feature1 .feature1-shape .shape-main .company .our, #appbox.appboxpack #feature1 .feature1-shape .shape-main .company .your {
  position: absolute;
  display: block;
  width: calc(100% - 20px);
  padding: 9px 0;
  margin: 0 auto;
  left: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #feature1 .feature1-shape .shape-main .company .our, #appbox.appboxpack #feature1 .feature1-shape .shape-main .company .your {
    width: calc(100% - 0.5em);
    padding: 1.6vw 0;
  }
}
#appbox.appboxpack #feature1 .feature1-shape .shape-main .company .our {
  top: 0;
  color: #0f69b6;
  border: 1px solid #0f69b6;
}
#appbox.appboxpack #feature1 .feature1-shape .shape-main .company .your {
  bottom: 0;
  color: #fff;
  background: #4ec4ce;
}
#appbox.appboxpack #feature1 .feature1-shape .shape01 {
  width: 325px;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #feature1 .feature1-shape .shape01 {
    width: 29.2vw;
  }
}
#appbox.appboxpack #feature1 .feature1-shape .shape01 .shape-main {
  width: calc(50% - 6px);
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #feature1 .feature1-shape .shape01 .shape-main {
    width: 14.2666666667vw;
  }
}
#appbox.appboxpack #feature1 .feature1-shape .shape01 .shape-main.start .status span {
  padding-left: 0.8em;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #feature1 .feature1-shape .shape01 .shape-main.start .status span {
    padding-left: 0.2em;
    letter-spacing: -0.2em;
  }
}
#appbox.appboxpack #feature1 .feature1-shape .shape01 .shape-main.start .company .our, #appbox.appboxpack #feature1 .feature1-shape .shape01 .shape-main.start .company .your {
  width: calc(100% - 10px);
  margin: 0;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #feature1 .feature1-shape .shape01 .shape-main.start .company .our, #appbox.appboxpack #feature1 .feature1-shape .shape01 .shape-main.start .company .your {
    width: calc(100% - 0.2em);
  }
}
#appbox.appboxpack #feature1 .feature1-shape .shape02 {
  width: 477px;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #feature1 .feature1-shape .shape02 {
    width: 42.8vw;
  }
}
#appbox.appboxpack #feature1 .feature1-shape .shape02 .shape-tit {
  background: #2783d1;
}
#appbox.appboxpack #feature1 .feature1-shape .shape02 .shape-main {
  width: calc(33.3333333333% - 6px);
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #feature1 .feature1-shape .shape02 .shape-main {
    width: 13.8666666667vw;
  }
}
#appbox.appboxpack #feature1 .feature1-shape .shape02 .shape-main .status {
  background: #2783d1;
}
#appbox.appboxpack #feature1 .feature1-shape .shape02 .shape-main .status:after {
  border-left-color: #2783d1;
}
#appbox.appboxpack #feature1 .feature1-shape .shape03 {
  width: 175px;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #feature1 .feature1-shape .shape03 {
    width: 15.6vw;
  }
}
#appbox.appboxpack #feature1 .feature1-shape .shape03 .shape-tit {
  background: #0f69b6;
}
#appbox.appboxpack #feature1 .feature1-shape .shape03 .shape-main {
  width: 100%;
}
#appbox.appboxpack #feature1 .feature1-shape .shape03 .shape-main .status {
  background: #0f69b6;
}
#appbox.appboxpack #feature1 .feature1-shape .shape03 .shape-main .status:after, #appbox.appboxpack #feature1 .feature1-shape .shape03 .shape-main .status:before {
  content: none;
}
#appbox.appboxpack #feature1 .feature1-shape .shape03 .shape-main .company:after {
  content: none;
}
#appbox.appboxpack #feature2 {
  /*タブ切り替え全体のスタイル*/
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  /*タブのスタイル*/
  /*ラジオボタンを全て消す*/
  /*タブ切り替えの中身のスタイル*/
  /*選択されているタブのコンテンツのみを表示*/
  /*選択されているタブのスタイルを変える*/
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #feature2 {
    font-size: 3.4666666667vw;
  }
}
#appbox.appboxpack #feature2 .txt {
  font-weight: bold;
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #feature2 .txt {
    margin: 8vw auto 0;
    letter-spacing: -0.05em;
  }
}
#appbox.appboxpack #feature2 .tabs {
  width: 1005px;
  margin-top: 50px;
  padding: 60px 0;
  margin: 0 auto;
  display: flex;
  gap: 0 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #feature2 .tabs {
    width: 100%;
    margin-top: 1.3333333333vw;
    padding: 4vw 0;
    gap: 0;
  }
}
#appbox.appboxpack #feature2 .tab_item {
  position: relative;
  display: block;
  width: calc(25% - 20px);
  padding: 20px 0 8px;
  font-weight: bold;
  text-align: center;
  transition: all 0.2s ease;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #feature2 .tab_item {
    width: 25%;
    padding: 2.6666666667vw 0 0.6666666667vw;
    border-radius: 1.6vw 1.6vw 0 0;
  }
}
#appbox.appboxpack #feature2 .tab_item img {
  width: 92px;
  height: 92px;
  filter: grayscale(100%);
  mix-blend-mode: multiply;
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #feature2 .tab_item img {
    width: 11.4666666667vw;
    height: 11.4666666667vw;
  }
}
#appbox.appboxpack #feature2 .tab_item span {
  display: block;
  padding: 10px 0;
  font-size: 18px;
  font-weight: bold;
  color: #c6c6c6;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #feature2 .tab_item span {
    padding: 1.3333333333vw 0 0.6666666667vw;
    font-size: 3.4666666667vw;
    line-height: 1.2;
    letter-spacing: -0.1em;
  }
}
#appbox.appboxpack #feature2 .tab_item:hover {
  opacity: 0.75;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #feature2 .tab_item:hover {
    opacity: 1;
  }
}
#appbox.appboxpack #feature2 input[name=tab_item] {
  display: none;
}
#appbox.appboxpack #feature2 .tab_content {
  display: none;
  padding: 80px 60px 50px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: #fff;
  width: 100%;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #feature2 .tab_content {
    padding: 16vw 0 10.6666666667vw;
  }
}
#appbox.appboxpack #feature2 .tab_content img {
  display: block;
  margin: 10px auto 30px;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #feature2 .tab_content img {
    margin: 2.6666666667vw auto 1.3333333333vw;
  }
}
#appbox.appboxpack #feature2 .tab_content .tab-inner-txt {
  padding: 30px 0 15px;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #feature2 .tab_content .tab-inner-txt {
    padding: 4vw 0 6.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #feature2 .tab_content#layout_content {
    padding: 4vw 0;
  }
}
#appbox.appboxpack #feature2 .tab_content#layout_content .img {
  display: flex;
  justify-content: center;
  margin: 10px auto 30px;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #feature2 .tab_content#layout_content .img {
    margin: 2.6666666667vw auto 1.3333333333vw;
    gap: 0;
  }
}
#appbox.appboxpack #feature2 .tab_content#layout_content img {
  margin: 0;
}
#appbox.appboxpack #feature2 .tab_content#layout_content img.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #feature2 .tab_content#layout_content img {
    width: 60%;
  }
  #appbox.appboxpack #feature2 .tab_content#layout_content img.pc {
    display: none;
  }
  #appbox.appboxpack #feature2 .tab_content#layout_content img.sp {
    display: block;
  }
}
#appbox.appboxpack #feature2 .tab_content#layout_content .tab-inner-txt {
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #feature2 .tab_content#layout_content .tab-inner-txt {
    padding-bottom: 1.3333333333vw;
  }
}
#appbox.appboxpack #feature2 .tab_content#push_content img {
  width: 661px;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #feature2 .tab_content#push_content img {
    width: 89%;
  }
}
#appbox.appboxpack #feature2 .tab_content#message_content img {
  width: 656px;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #feature2 .tab_content#message_content img {
    width: 89%;
  }
}
#appbox.appboxpack #feature2 .tab_content#coupon_content img {
  width: 662px;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #feature2 .tab_content#coupon_content img {
    width: 89%;
  }
}
#appbox.appboxpack #feature2 .tab_content#point_content {
  padding: 40px 60px 50px;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #feature2 .tab_content#point_content {
    padding: 4vw 0 0;
  }
}
#appbox.appboxpack #feature2 .tab_content#point_content img {
  width: 225px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #feature2 .tab_content#point_content img {
    width: 48%;
    margin-bottom: 2.6666666667vw;
  }
}
#appbox.appboxpack #feature2 #layout:checked ~ #layout_content,
#appbox.appboxpack #feature2 #push:checked ~ #push_content,
#appbox.appboxpack #feature2 #message:checked ~ #message_content,
#appbox.appboxpack #feature2 #coupon:checked ~ #coupon_content,
#appbox.appboxpack #feature2 #point:checked ~ #point_content {
  display: block;
}
#appbox.appboxpack #feature2 .tabs input:checked + .tab_item {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: #fff;
}
#appbox.appboxpack #feature2 .tabs input:checked + .tab_item img {
  filter: none;
  opacity: 1;
}
#appbox.appboxpack #feature2 .tabs input:checked + .tab_item span {
  color: #4ec4ce;
}
#appbox.appboxpack #feature2 .tabs input:checked + .tab_item:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 20px;
  background: #fff;
  display: block;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #feature2 .tabs input:checked + .tab_item:after {
    height: 3.3333333333vw;
    bottom: -2vw;
  }
}
#appbox.appboxpack #feature3, #appbox.appboxpack #feature4 {
  padding-bottom: 140px;
  background: #fff;
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #feature3, #appbox.appboxpack #feature4 {
    padding-bottom: 16vw;
    font-size: 3.4666666667vw;
  }
}
#appbox.appboxpack #feature3 .txt, #appbox.appboxpack #feature4 .txt {
  font-weight: bold;
  margin: 60px auto 70px;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #feature3 .txt, #appbox.appboxpack #feature4 .txt {
    margin: 7.3333333333vw auto 8.6666666667vw;
  }
}
#appbox.appboxpack #feature3 .img, #appbox.appboxpack #feature4 .img {
  width: 807px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #feature3 .img, #appbox.appboxpack #feature4 .img {
    width: 100%;
  }
}
#appbox.appboxpack #feature3 .img img, #appbox.appboxpack #feature4 .img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #feature4 .txt {
    margin-bottom: 10.6666666667vw;
  }
}
#appbox.appboxpack #feature4 .feature4-content {
  max-width: 890px;
  margin: 0 auto;
}
#appbox.appboxpack #feature4 .feature4-bubble {
  display: inline-block;
  position: relative;
  padding: 1em 2.5em;
  border-radius: 50px;
  color: #fff;
  background: #7f7f7f;
  font-size: 25px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #feature4 .feature4-bubble {
    padding: 1em 3em;
    font-size: 4.4vw;
  }
}
#appbox.appboxpack #feature4 .feature4-bubble:after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 50%;
  border-color: rgba(0, 0, 255, 0);
  border-top-width: 15px;
  border-bottom-width: 15px;
  border-left-width: 12px;
  border-right-width: 12px;
  margin-left: -12px;
  border-top-color: #7f7f7f;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #feature4 .feature4-bubble:after {
    border-top-width: 3.2vw;
    border-bottom-width: 3.2vw;
    border-left-width: 2.6666666667vw;
    border-right-width: 2.6666666667vw;
    margin-left: -2.6666666667vw;
  }
}
#appbox.appboxpack #feature4 .feature4-arrow {
  width: 60px;
  height: auto;
  margin: 80px auto 90px;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #feature4 .feature4-arrow {
    width: 9.3333333333vw;
    margin: 5.3333333333vw auto 12vw;
  }
}
#appbox.appboxpack #feature4 .before-content .before-img {
  margin: 100px auto;
  display: flex;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #feature4 .before-content .before-img {
    flex-direction: column;
    margin: 12vw auto 6.6666666667vw;
  }
}
#appbox.appboxpack #feature4 .before-content .before-img .before01 {
  width: 232px;
  height: 390px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ececec;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #feature4 .before-content .before-img .before01 {
    width: 100%;
    height: auto;
    padding: 1.2em 0;
  }
}
#appbox.appboxpack #feature4 .before-content .before-img .before02 {
  height: 390px;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #feature4 .before-content .before-img .before02 {
    height: auto;
  }
}
#appbox.appboxpack #feature4 .before-content .before-img .before02 ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #feature4 .before-content .before-img .before02 ul {
    flex-direction: row;
  }
}
#appbox.appboxpack #feature4 .before-content .before-img .before02 li {
  display: block;
  width: 377px;
  height: 65px;
  background: url(/wp-content/themes/iridge_2018/images/appboxpack/feature4-arrow01.png) no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #feature4 .before-content .before-img .before02 li {
    width: 28vw;
    height: 54.9333333333vw;
    text-align: center;
    background: url(/wp-content/themes/iridge_2018/images/appboxpack/feature4-arrow01_sp.png) no-repeat;
    background-position: center;
    background-size: contain;
  }
}
#appbox.appboxpack #feature4 .before-content .before-img .before02 li span {
  background: #ececec;
  display: inline-block;
  padding: 0.9em 1.3em;
  margin-left: 45px;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #feature4 .before-content .before-img .before02 li span {
    padding: 1.2em 0.4em;
    margin-left: 0;
    margin-top: 2em;
  }
}
#appbox.appboxpack #feature4 .before-content .before-img .before03 {
  margin-left: 40px;
  width: 258px;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #feature4 .before-content .before-img .before03 {
    margin: 1em auto;
    width: 84.2666666667vw;
    text-align: center;
  }
}
#appbox.appboxpack #feature4 .before-content .before-img .before03 img {
  width: 100%;
}
#appbox.appboxpack #feature4 .after-content .feature4-bubble {
  background: #0f69b6;
}
#appbox.appboxpack #feature4 .after-content .feature4-bubble:after {
  border-top-color: #0f69b6;
}
#appbox.appboxpack #feature4 .after-content .after-img {
  display: flex;
  align-items: center;
  margin: 80px auto;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #feature4 .after-content .after-img {
    flex-direction: column;
    margin: 10.6666666667vw auto;
  }
}
#appbox.appboxpack #feature4 .after-content .after-img img {
  width: 100%;
}
#appbox.appboxpack #feature4 .after-content .after-img .after01 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 232px;
  height: 390px;
  background: #ebf3fa;
  font-size: 25px;
  font-weight: bold;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #feature4 .after-content .after-img .after01 {
    width: 100%;
    height: auto;
    padding: 1.4em 0;
    font-size: 3.4666666667vw;
    z-index: 2;
  }
}
#appbox.appboxpack #feature4 .after-content .after-img .after01 span {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #feature4 .after-content .after-img .after01 span {
    font-size: 3.4666666667vw;
  }
}
#appbox.appboxpack #feature4 .after-content .after-img .after02 {
  width: 95px;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #feature4 .after-content .after-img .after02 {
    width: 17.3333333333vw;
    transform: rotate(90deg);
    z-index: 1;
  }
}
#appbox.appboxpack #feature4 .after-content .after-img .after03 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 179px;
  height: 390px;
  margin-left: 10px;
  border: 3px solid #0f69b6;
  border-radius: 3px;
  font-size: 25px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #feature4 .after-content .after-img .after03 {
    width: 100%;
    height: auto;
    margin: 2.5em auto 0;
    padding: 1.2em 0;
    font-size: 3.4666666667vw;
  }
}
#appbox.appboxpack #feature4 .after-content .after-img .after03 img {
  width: 131px;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #feature4 .after-content .after-img .after03 img {
    width: 22.1333333333vw;
    vertical-align: middle;
    margin-top: -1.3333333333vw;
    margin-right: 1.3333333333vw;
  }
}
#appbox.appboxpack #feature4 .after-content .after-img .after04 {
  width: 132px;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #feature4 .after-content .after-img .after04 {
    width: auto;
    height: auto;
    margin-top: -19.2vw;
  }
  #appbox.appboxpack #feature4 .after-content .after-img .after04 img {
    width: 24.9333333333vw;
    height: 62.6666666667vw;
    transform: rotate(90deg);
  }
}
#appbox.appboxpack #feature4 .after-content .after-img .after05 {
  margin-left: 20px;
  width: 258px;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #feature4 .after-content .after-img .after05 {
    margin: -17.3333333333vw auto 0;
    width: 83.3333333333vw;
  }
}
#appbox.appboxpack #casestudy {
  background: #fff;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #casestudy {
    padding-bottom: 4vw;
  }
}
#appbox.appboxpack #casestudy .casestudy-inner {
  text-align: center;
  width: 725px;
  margin: 60px auto;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #casestudy .casestudy-inner {
    width: 100%;
    margin: 4vw auto;
    font-size: 3.4666666667vw;
  }
}
#appbox.appboxpack #casestudy .casestudy-inner .case-tit {
  padding: 12px 0;
  border-top: 2px solid #0f69b6;
  border-bottom: 2px solid #0f69b6;
  font-size: 25px;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #casestudy .casestudy-inner .case-tit {
    padding: 2vw 0;
    font-size: 4.4vw;
  }
}
#appbox.appboxpack #casestudy .casestudy-inner .case-txt {
  margin: 30px auto;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #casestudy .casestudy-inner .case-txt {
    margin: 4vw auto;
  }
}
#appbox.appboxpack #casestudy .casestudy-inner .casestudy-img {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #casestudy .casestudy-inner .casestudy-img {
    flex-direction: column;
    gap: 6.6666666667vw;
    margin-top: 6.6666666667vw;
  }
}
#appbox.appboxpack #casestudy .casestudy-inner .casestudy-img img {
  width: 189px;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #casestudy .casestudy-inner .casestudy-img img {
    width: 33.8666666667vw;
  }
}
#appbox.appboxpack #casestudy .casestudy-inner .function {
  position: relative;
  margin: 60px auto;
  padding: 30px 65px;
  background: #f6f7f8;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #casestudy .casestudy-inner .function {
    margin: 8vw auto;
    padding: 4vw 5.3333333333vw 8vw;
  }
}
#appbox.appboxpack #casestudy .casestudy-inner .function .function-tit {
  color: #0f69b6;
  font-size: 25px;
  font-weight: bold;
  display: inline-block;
  padding: 0 10px;
  border-bottom: dotted 2px #bdbdbd;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #casestudy .casestudy-inner .function .function-tit {
    font-size: 4.4vw;
    padding: 1.3333333333vw 1.3333333333vw 0;
  }
}
#appbox.appboxpack #casestudy .casestudy-inner .function .function-list {
  margin: 1.8em 0;
  text-align: left;
}
#appbox.appboxpack #casestudy .casestudy-inner .function .function-list li {
  position: relative;
  padding-left: 1.5em;
}
#appbox.appboxpack #casestudy .casestudy-inner .function .function-list li:before {
  content: "";
  height: 0.8em;
  width: 0.8em;
  display: block;
  background: url(/wp-content/themes/iridge_2018/images/appboxpack/casestudy-icon.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 8px;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #casestudy .casestudy-inner .function .function-list li:before {
    top: 0.5em;
  }
}
#appbox.appboxpack #casestudy .casestudy-inner .function .notice {
  position: absolute;
  display: block;
  font-size: 13px;
  right: 15px;
  bottom: 10px;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #casestudy .casestudy-inner .function .notice {
    font-size: 3.4666666667vw;
    bottom: 1.5em;
    right: 1em;
  }
}
#appbox.appboxpack #form {
  background: #f6f7f8;
}
#appbox.appboxpack #form .contact {
  padding: 3em;
  border-radius: 10px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #form .contact {
    padding: 1em 1.5em;
  }
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #floating_btn.cta.campaign {
    width: 90%;
  }
}
#appbox.appboxpack #floating_btn.cta.campaign a {
  width: 387px;
  padding: 28px 0 17px;
  color: #fff;
  border: 0;
  background: #0083b9;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #floating_btn.cta.campaign a {
    width: 100%;
    padding: 4vw 0 3.3333333333vw;
    font-size: 4.5333333333vw;
  }
}
#appbox.appboxpack #floating_btn.cta.campaign a:after {
  background-image: url(/wp-content/themes/iridge_2018/images/appbox/arrow-down.png);
  transform: none;
  width: 12px;
  top: auto;
  bottom: 28px;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #floating_btn.cta.campaign a:after {
    bottom: 1.3em;
    right: 1em;
  }
}
#appbox.appboxpack #floating_btn.cta.campaign a img {
  position: absolute;
  left: 0;
  right: 0;
  top: -100px;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #floating_btn.cta.campaign a img {
    width: 85.3333333333vw;
    top: -18.6666666667vw;
  }
}
#appbox.appboxpack #campaign {
  position: relative;
  background: url(/wp-content/themes/iridge_2018/images/appboxpack/campaign_bg.jpg) repeat-x;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #campaign {
    background: url(/wp-content/themes/iridge_2018/images/appboxpack/campaign_bg_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
}
#appbox.appboxpack #campaign:before, #appbox.appboxpack #campaign:after {
  content: "";
  width: 100%;
  height: 3px;
  background: #fff;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #campaign:before, #appbox.appboxpack #campaign:after {
    top: 4vw;
  }
}
#appbox.appboxpack #campaign:after {
  top: auto;
  bottom: 30px;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #campaign:after {
    bottom: 4vw;
  }
}
#appbox.appboxpack #campaign .yugo {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
}
#appbox.appboxpack #campaign .campaign-tit {
  margin-bottom: 30px;
  background: url(/wp-content/themes/iridge_2018/images/appboxpack/campaign-img01.png) no-repeat;
  background-size: contain;
  background-position: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #campaign .campaign-tit {
    background: none;
    width: 90%;
    margin: 9.3333333333vw auto 6.6666666667vw;
  }
  #appbox.appboxpack #campaign .campaign-tit img {
    width: 100%;
  }
}
#appbox.appboxpack #campaign .campaign-date {
  background: #fff;
  width: 100%;
  padding: 11px 0 15px;
  text-align: center;
  line-height: 1;
  color: #0f69b6;
  font-size: 25px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #campaign .campaign-date {
    padding: 2.2666666667vw 0 3.3333333333vw;
    font-size: 4.6666666667vw;
  }
}
#appbox.appboxpack #campaign .campaign-date .num1 {
  font-size: 35px;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #campaign .campaign-date .num1 {
    font-size: 6vw;
  }
}
#appbox.appboxpack #campaign .campaign-date .num2 {
  font-size: 55px;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #campaign .campaign-date .num2 {
    font-size: 10vw;
  }
}
#appbox.appboxpack #campaign .campaign-txt {
  margin: 30px auto;
  color: #0f69b6;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #campaign .campaign-txt {
    margin: 4vw auto;
    font-size: 3.8666666667vw;
  }
}
#appbox.appboxpack #campaign .campaign-txt .strong {
  background: #ec6c00;
  padding: 0.2em 0;
  color: #fff;
}
#appbox.appboxpack #campaign .campaign-table {
  width: 700px;
  margin: 0 auto 30px;
  padding: 10px 0;
  border-radius: 10px;
  background: #fff;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #campaign .campaign-table {
    width: 90%;
    margin: 0 auto;
    padding: 1.3333333333vw 0;
  }
}
#appbox.appboxpack #campaign .campaign-table-tit {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 15px;
  padding: 7px 0;
  text-align: center;
  background: #0f69b6;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #campaign .campaign-table-tit {
    font-size: 3.4666666667vw;
    margin-top: 2.6666666667vw;
    padding: 1.3333333333vw 0;
  }
}
#appbox.appboxpack #campaign .campaign-table-list {
  position: relative;
  z-index: 1;
  width: 500px;
  margin: 30px auto 0;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #campaign .campaign-table-list {
    width: 92%;
    margin: 2.6666666667vw auto 0;
    font-size: 3.7333333333vw;
  }
}
#appbox.appboxpack #campaign .campaign-table-list li {
  padding: 15px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
  border-bottom: 2px dotted #cce7ff;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #campaign .campaign-table-list li {
    padding: 2.6666666667vw 0;
    gap: 1.8666666667vw;
    font-size: 3.4666666667vw;
  }
}
#appbox.appboxpack #campaign .campaign-table-list li .num {
  width: 59px;
  line-height: 0.7;
  font-size: 45px;
  color: #cce7ff;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #campaign .campaign-table-list li .num {
    width: 8vw;
    font-size: 6.1333333333vw;
  }
}
#appbox.appboxpack #campaign .campaign-table-list li .notice {
  display: block;
  font-weight: normal;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #campaign .campaign-table-list li .notice {
    font-size: 3.2vw;
  }
}
#appbox.appboxpack #campaign .campaign-table-list li:last-child {
  padding-left: 89px;
  border-bottom: 0;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #campaign .campaign-table-list li:last-child {
    padding-left: 0;
    justify-content: center;
  }
}
#appbox.appboxpack #campaign .campaign-table-list li:last-child .notice {
  padding-left: 1em;
  text-indent: -1em;
  border: 0;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #campaign .campaign-table-list li:last-child .notice {
    margin-left: 1em;
  }
}
#appbox.appboxpack #campaign .campaign-table:before {
  content: "";
  border-radius: 10px;
  background: #fff;
  width: 700px;
  height: 100%;
  border: 3px solid #0f69b6;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #campaign .campaign-table:before {
    border-width: 2px;
    width: 100%;
  }
}
#appbox.appboxpack #campaign .campaign-table:after {
  content: "";
  border-radius: 20px;
  background: #0f69b6;
  width: 710px;
  height: calc(100% + 10px);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #appbox.appboxpack #campaign .campaign-table:after {
    width: calc(100% + 2vw);
    height: calc(100% + 2vw);
    border-radius: 15px;
  }
}
#appbox.appbox_contact #form {
  background: none;
}
#appbox #floating_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3em;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  #appbox #floating_btn {
    box-shadow: none;
  }
}
#appbox #floating_btn.cta {
  padding: 1.2em 0;
  bottom: 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #appbox #floating_btn.cta {
    background: none;
  }
}
#appbox #floating_btn.cta.fixed.none {
  opacity: 0;
  visibility: hidden;
}
#appbox #floating_btn.cta .floating_txt {
  color: #e86340;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #appbox #floating_btn.cta .floating_txt {
    display: none;
  }
}
#appbox #floating_btn.cta .floating_txt_strong {
  display: inline-block;
  margin-top: 0.3em;
  line-height: 1;
  font-size: 1.4em;
}
#appbox #floating_btn.cta .floating_txt_border {
  display: inline-block;
  padding: 0 1.2em;
  position: relative;
}
#appbox #floating_btn.cta .floating_txt_border:before, #appbox #floating_btn.cta .floating_txt_border:after {
  content: "";
  display: block;
  width: 1.3em;
  height: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #e86340;
}
#appbox #floating_btn.cta .floating_txt_border:before {
  transform: rotate(47deg);
  left: 0;
}
#appbox #floating_btn.cta .floating_txt_border:after {
  transform: rotate(-47deg);
  right: 3px;
}
#appbox #floating_btn.cta .download {
  width: auto;
  margin: 0;
  padding: 0.8em 3em;
  font-size: 22px;
  background: #e86340;
  color: #fff;
  box-shadow: none;
  border-radius: 5px;
  transition: 0.3s all;
}
@media screen and (max-width: 768px) {
  #appbox #floating_btn.cta .download {
    padding: 1em 0;
    width: 90%;
    font-size: 1.25em;
    opacity: 1;
  }
}
#appbox #floating_btn.cta .download span {
  font-size: inherit;
  display: inline-block;
  padding: 0 0.1em;
}
#appbox #floating_btn.cta .download:before {
  display: none;
}
#appbox #floating_btn.cta .download:after {
  right: 25px;
  width: 14px;
  height: 8px;
  background-image: url(/wp-content/themes/iridge_2018/images/appbox/arrow-down.png);
}
@media screen and (max-width: 768px) {
  #appbox #floating_btn.cta .download:after {
    right: 1em;
    width: 3.2vw;
    height: 1.8666666667vw;
  }
}
#appbox #floating_btn.cta .download:hover {
  opacity: 1;
  color: #e86340;
  background: #fff;
}
#appbox #floating_btn.cta .download:hover:after {
  background-image: url(/wp-content/themes/iridge_2018/images/kitcuru/arrow_or.png);
}

#appgrowth {
  min-width: 1000px;
  color: #2e2624;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #appgrowth {
    min-width: inherit;
  }
}
@media screen and (max-width: 768px) {
  #appgrowth p {
    font-size: 3.4666666667vw;
  }
}
#appgrowth .inner {
  max-width: 1175px;
}
@media screen and (max-width: 768px) {
  #appgrowth .inner {
    width: 90%;
  }
}
#appgrowth .tit {
  font-size: 35px;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  #appgrowth .tit {
    font-size: 5.3333333333vw;
  }
}
#appgrowth .tit span {
  font-size: 24px;
  color: #5e2f9c;
}
@media screen and (max-width: 768px) {
  #appgrowth .tit span {
    font-size: 4.2666666667vw;
  }
}
#appgrowth .app-growth-tit-cont {
  background: #f8f7fa;
  margin-top: 35px;
}
#appgrowth .app-growth-tit-cont .app-growth-tit {
  width: 990px;
  margin: 0 auto;
  position: relative;
  padding: 38px 0 38px 310px;
  font-size: 44px;
  color: #dd5656;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #appgrowth .app-growth-tit-cont .app-growth-tit {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    padding: 4vw 0 2.6666666667vw 4vw;
    font-size: 5.3333333333vw;
  }
}
#appgrowth .app-growth-tit-cont .app-growth-tit .subtxt {
  margin-top: 0;
  display: inline;
  font-size: 44px;
}
@media screen and (max-width: 768px) {
  #appgrowth .app-growth-tit-cont .app-growth-tit .subtxt {
    line-height: 1.6;
    font-size: 4.2666666667vw;
  }
}
#appgrowth .app-growth-tit-cont .app-growth-tit .num {
  position: absolute;
  left: 0;
  top: -35px;
  font-size: 185px;
  color: #b6a3cf;
  line-height: 0.8;
}
@media screen and (max-width: 768px) {
  #appgrowth .app-growth-tit-cont .app-growth-tit .num {
    position: initial;
    margin-top: -6.6666666667vw;
    padding-right: 4.6666666667vw;
    font-size: 19.3333333333vw;
  }
}
#appgrowth .app-growth-txt {
  margin-top: 40px;
  margin-bottom: 94px;
  font-size: 25px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #appgrowth .app-growth-txt {
    margin-top: 6vw;
    margin-bottom: 12vw;
    font-size: 3.4666666667vw;
    font-weight: bold;
  }
}
#appgrowth .app-growth-txt p {
  display: inline-block;
}
#appgrowth .summary {
  width: 872px;
  margin: 80px auto 0;
}
@media screen and (max-width: 768px) {
  #appgrowth .summary {
    width: 96%;
    margin: 0 auto;
  }
}
#appgrowth .summary .dl {
  position: relative;
  width: 100%;
  margin: 58px auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
}
@media screen and (max-width: 768px) {
  #appgrowth .summary .dl {
    margin: 0 auto 16vw;
  }
  #appgrowth .summary .dl:last-child {
    margin-bottom: 0;
  }
}
#appgrowth .summary .dl .summary-tit {
  line-height: 1.2;
  margin-bottom: 30px;
  font-size: 35px;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #appgrowth .summary .dl .summary-tit {
    margin-bottom: 4vw;
    font-size: 5.3333333333vw;
  }
}
#appgrowth .summary .dl .dd {
  width: 100%;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  #appgrowth .summary .dl .dd {
    width: 94%;
    margin: 0 auto;
    padding: 4vw 2vw 4.6666666667vw;
    background: #fff;
    border-radius: 6.6666666667vw;
    box-shadow: 0 0 2.1333333333vw 0 rgba(0, 0, 0, 0.1);
  }
}
#appgrowth .summary .dl .dd .summary-service {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #5e2f9c;
}
@media screen and (max-width: 768px) {
  #appgrowth .summary .dl .dd .summary-service {
    display: flex;
    align-items: center;
    font-size: 4.2666666667vw;
    margin-bottom: 0;
  }
  #appgrowth .summary .dl .dd .summary-service span {
    text-align: center;
  }
  #appgrowth .summary .dl .dd .summary-service img {
    width: 33.3333333333vw;
    height: auto;
    margin-left: 4vw;
  }
}
#appgrowth .summary .dl .dd .summary-txt {
  padding-bottom: 40px;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #appgrowth .summary .dl .dd .summary-txt {
    text-align: center;
    padding-bottom: 0;
    padding-top: 2.6666666667vw;
    font-size: 3.4666666667vw !important;
  }
}
#appgrowth .summary .dl.summary-l .summary-tit {
  text-align: right;
  margin-right: 63px;
}
@media screen and (max-width: 768px) {
  #appgrowth .summary .dl.summary-l .summary-tit {
    text-align: center;
    margin-right: 0;
  }
}
#appgrowth .summary .dl.summary-l .summary-service {
  text-align: right;
  margin-right: 60px;
}
@media screen and (max-width: 768px) {
  #appgrowth .summary .dl.summary-l .summary-service {
    margin-right: 0;
  }
}
#appgrowth .summary .dl.summary-l .summary-txt {
  margin-left: 250px;
}
@media screen and (max-width: 768px) {
  #appgrowth .summary .dl.summary-l .summary-txt {
    margin-left: 0;
    font-size: 3.4666666667vw;
  }
}
#appgrowth .summary .dl.summary-r .summary-tit {
  margin-left: 60px;
}
@media screen and (max-width: 768px) {
  #appgrowth .summary .dl.summary-r .summary-tit {
    text-align: center;
    margin-left: 0;
  }
}
#appgrowth .summary .dl.summary-r .summary-service {
  text-align: left;
  margin-left: 60px;
}
@media screen and (max-width: 768px) {
  #appgrowth .summary .dl.summary-r .summary-service {
    text-align: center;
    margin-left: 0;
  }
}
#appgrowth .summary .dl.summary-r .summary-txt {
  margin-left: 60px;
}
@media screen and (max-width: 768px) {
  #appgrowth .summary .dl.summary-r .summary-txt {
    margin-left: 0;
    font-size: 3.4666666667vw;
  }
}
#appgrowth #floating_btn.cta {
  display: flex;
  font-weight: 600;
}
#appgrowth #floating_btn.cta a {
  position: relative;
  text-align: center;
  color: #cf9f0e;
  border-color: #cf9f0e;
  border-radius: 5px;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
}
#appgrowth #floating_btn.cta a:after {
  background-image: url(/wp-content/themes/iridge_2018/images/appgrowth/arrow.png);
}
#appgrowth #mv {
  position: relative;
  background: #fff;
  height: 619px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #appgrowth #mv {
    height: auto;
  }
}
#appgrowth #mv .inner {
  max-width: 1390px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #appgrowth #mv .inner {
    flex-direction: column-reverse;
  }
}
#appgrowth #mv .mv-txt {
  padding: 100px 0 100px 194px;
  width: 804px;
}
@media screen and (max-width: 768px) {
  #appgrowth #mv .mv-txt {
    padding: 0;
    margin-bottom: 10.6666666667vw;
    width: 100%;
  }
}
#appgrowth #mv .mv-txt .copy {
  font-size: 44px;
}
@media screen and (max-width: 768px) {
  #appgrowth #mv .mv-txt .copy {
    margin-top: 5.3333333333vw;
    font-size: 8vw;
  }
}
#appgrowth #mv .mv-txt .copy h1 {
  text-align: left;
  text-shadow: none;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #appgrowth #mv .mv-txt .copy h1 {
    line-height: 1.3;
  }
}
#appgrowth #mv .mv-txt .mv-point {
  max-width: 510px;
  margin: 50px 0;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  #appgrowth #mv .mv-txt .mv-point {
    margin: 6vw 0 8vw;
    font-size: 4.2666666667vw;
  }
}
#appgrowth #mv .mv-txt .mv-point p {
  border-radius: 2em;
}
#appgrowth #mv .mv-txt .cta {
  margin-top: 80px;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  #appgrowth #mv .mv-txt .cta {
    flex-direction: column;
    margin-top: 4vw;
    gap: 4vw;
  }
}
#appgrowth #mv .mv-txt .cta a {
  position: relative;
  display: block;
  width: calc(50% - 15px);
  padding: 22px 0;
  background: #dd5656;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  border-radius: 5px;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  #appgrowth #mv .mv-txt .cta a {
    width: 100%;
    padding: 4vw 0;
    box-shadow: none;
    font-size: 4.2666666667vw;
  }
}
#appgrowth #mv .mv-txt .cta a img {
  position: absolute;
  right: 1.2em;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #appgrowth #mv .mv-txt .cta a img {
    width: 2.9333333333vw;
  }
}
#appgrowth #mv .mv-txt .cta a.download {
  background: #cf9f0e;
}
#appgrowth #mv .mv-txt .cta a.download img {
  transform: rotate(-90deg);
}
@media screen and (max-width: 768px) {
  #appgrowth #mv .mv-img {
    width: 75%;
    margin: 0 auto;
  }
}
#appgrowth #mv .mv-img img {
  margin-top: -12px;
}
@media screen and (max-width: 768px) {
  #appgrowth #mv .mv-img img {
    margin-top: 0;
    margin-left: 2.6666666667vw;
  }
}
#appgrowth #worries {
  margin: 110px auto 0;
}
@media screen and (max-width: 768px) {
  #appgrowth #worries {
    margin: 8vw auto 0;
  }
}
#appgrowth #worries .worries-tit {
  font-size: 35px;
}
@media screen and (max-width: 768px) {
  #appgrowth #worries .worries-tit {
    font-size: 5.3333333333vw;
  }
}
#appgrowth #worries .worries-cont {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #appgrowth #worries .worries-cont {
    margin-top: 8vw;
    flex-direction: column;
  }
}
#appgrowth #worries .worries-cont:before {
  content: "";
  height: 100%;
  width: 2px;
  background: #ddd;
  display: block;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 768px) {
  #appgrowth #worries .worries-cont:before {
    display: none;
  }
}
#appgrowth #worries .worries-cont a {
  position: relative;
  width: 33.3333333333%;
  padding-bottom: 90px;
  transition: 0.5s all;
  background-repeat: no-repeat;
  background-size: 346.5px;
  background-position: center 50px;
  z-index: 0;
}
#appgrowth #worries .worries-cont a:after {
  content: "";
  z-index: -1;
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: all 0.5s ease;
  background-size: 346px;
  background-repeat: no-repeat;
  background-position: center 50px;
}
@media screen and (max-width: 768px) {
  #appgrowth #worries .worries-cont a:after {
    content: "";
    display: block;
    opacity: 1;
    inset: inherit;
    bottom: 8vw;
    right: 4.8vw;
    width: 3.4666666667vw;
    height: 3.8666666667vw;
    background-size: contain;
    background-position: right bottom;
  }
}
#appgrowth #worries .worries-cont a:nth-child(1) {
  background-image: url(/wp-content/themes/iridge_2018/images/appgrowth/worries/worries-img01.png);
}
#appgrowth #worries .worries-cont a:nth-child(1):after {
  background-image: url(/wp-content/themes/iridge_2018/images/appgrowth/worries/worries-img01_mo.png);
}
#appgrowth #worries .worries-cont a:nth-child(2) {
  background-image: url(/wp-content/themes/iridge_2018/images/appgrowth/worries/worries-img02.png);
}
#appgrowth #worries .worries-cont a:nth-child(2):after {
  background-image: url(/wp-content/themes/iridge_2018/images/appgrowth/worries/worries-img02_mo.png);
}
#appgrowth #worries .worries-cont a:nth-child(3) {
  background-image: url(/wp-content/themes/iridge_2018/images/appgrowth/worries/worries-img03.png);
}
#appgrowth #worries .worries-cont a:nth-child(3):after {
  background-image: url(/wp-content/themes/iridge_2018/images/appgrowth/worries/worries-img03_mo.png);
}
@media screen and (max-width: 768px) {
  #appgrowth #worries .worries-cont a {
    width: 100%;
    padding-bottom: 4.6666666667vw;
  }
  #appgrowth #worries .worries-cont a:nth-child(1), #appgrowth #worries .worries-cont a:nth-child(2), #appgrowth #worries .worries-cont a:nth-child(3) {
    background: none;
  }
  #appgrowth #worries .worries-cont a:nth-child(1):after, #appgrowth #worries .worries-cont a:nth-child(2):after, #appgrowth #worries .worries-cont a:nth-child(3):after {
    background-image: url(/wp-content/themes/iridge_2018/images/appgrowth/worries-img04_sp.png);
  }
}
#appgrowth #worries .worries-cont a:before {
  content: "";
  height: 100%;
  width: 2px;
  background: #ddd;
  display: block;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 768px) {
  #appgrowth #worries .worries-cont a:before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #appgrowth #worries .worries-cont dt {
    position: relative;
    z-index: 2;
    height: 16.9333333333vw;
    background-image: url(/wp-content/themes/iridge_2018/images/appgrowth/worries-bg_sp.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 62.9333333333vw auto;
  }
}
#appgrowth #worries .worries-cont dt span {
  display: block;
  font-size: 88px;
  color: rgba(94, 47, 156, 0.17);
  line-height: 1;
  margin-top: -12px;
  margin-bottom: 10px;
  padding-left: 30px;
  transition: 0.4s all;
}
@media screen and (max-width: 768px) {
  #appgrowth #worries .worries-cont dt span {
    position: absolute;
    bottom: -25.0666666667vw;
    right: 8vw;
    font-size: 29.7333333333vw;
  }
}
#appgrowth #worries .worries-cont dt p {
  padding-bottom: 40px;
  font-size: 25px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #appgrowth #worries .worries-cont dt p {
    font-size: 4.2666666667vw;
    padding-bottom: 0;
    padding-top: 6vw;
  }
}
#appgrowth #worries .worries-cont dd {
  position: relative;
  height: 250px;
  padding-top: 30px;
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #appgrowth #worries .worries-cont dd {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 27.2vw;
    padding: 6.6666666667vw 7.2vw 2vw 4.6666666667vw;
    margin-top: -9.3333333333vw;
    border: 2px solid #f1edf5;
    border-radius: 1.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  #appgrowth #worries .worries-cont dd .img01, #appgrowth #worries .worries-cont dd .img02, #appgrowth #worries .worries-cont dd .img03 {
    display: block;
    width: 27.7333333333vw;
    height: 16.5333333333vw;
    margin-top: 1.3333333333vw;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 768px) {
  #appgrowth #worries .worries-cont dd .img01 {
    background-image: url(/wp-content/themes/iridge_2018/images/appgrowth/worries-img01.png);
  }
}
@media screen and (max-width: 768px) {
  #appgrowth #worries .worries-cont dd .img02 {
    background-image: url(/wp-content/themes/iridge_2018/images/appgrowth/worries-img02.png);
  }
}
@media screen and (max-width: 768px) {
  #appgrowth #worries .worries-cont dd .img03 {
    background-image: url(/wp-content/themes/iridge_2018/images/appgrowth/worries-img03.png);
  }
}
#appgrowth #worries .worries-cont dd p {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 25px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #appgrowth #worries .worries-cont dd p {
    position: inherit;
    padding-top: 3.7333333333vw;
    line-height: 1.1;
    font-size: 5.3333333333vw;
  }
  #appgrowth #worries .worries-cont dd p span {
    font-size: 4.2666666667vw;
  }
}
#appgrowth #worries .worries-cont a:hover {
  opacity: inherit;
}
#appgrowth #worries .worries-cont a:hover:after {
  opacity: 1;
}
#appgrowth #worries .worries-cont a:hover dt span {
  color: rgba(221, 86, 86, 0.2);
}
@media screen and (max-width: 768px) {
  #appgrowth #worries .worries-cont a:hover dt span {
    color: rgba(94, 47, 156, 0.17);
  }
}
#appgrowth #growth {
  padding: 90px 0 0;
}
@media screen and (max-width: 768px) {
  #appgrowth #growth {
    padding: 8vw 0 9.3333333333vw;
  }
  #appgrowth #growth .app-growth-tit-cont .app-growth-tit .num {
    padding-right: 9.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  #appgrowth #growth .summary .dl .dd .summary-txt {
    font-size: 3.4666666667vw;
  }
}
@media screen and (max-width: 768px) {
  #appgrowth #growth .summary .dl .summary-service span {
    margin-left: 1em;
  }
}
#appgrowth #growth .summary .dl.summary01 {
  background-image: url(/wp-content/themes/iridge_2018/images/appgrowth/growth-img01.png);
}
@media screen and (max-width: 768px) {
  #appgrowth #growth .summary .dl.summary01 {
    background-image: none;
  }
}
#appgrowth #growth .summary .dl.summary02 {
  background-image: url(/wp-content/themes/iridge_2018/images/appgrowth/growth-img02.png);
}
@media screen and (max-width: 768px) {
  #appgrowth #growth .summary .dl.summary02 {
    background-image: none;
  }
}
#appgrowth #growth .summary .dl.summary03 {
  background-image: url(/wp-content/themes/iridge_2018/images/appgrowth/growth-img03.png);
}
@media screen and (max-width: 768px) {
  #appgrowth #growth .summary .dl.summary03 {
    background-image: none;
  }
}
#appgrowth #growth .summary .dl.summary03 .summary-txt {
  margin-left: 300px;
}
@media screen and (max-width: 768px) {
  #appgrowth #growth .summary .dl.summary03 .summary-txt {
    margin-left: 0;
    font-size: 3.4666666667vw;
  }
}
#appgrowth #growth .summary .dl.summary04 {
  background-image: url(/wp-content/themes/iridge_2018/images/appgrowth/growth-img04.png);
}
@media screen and (max-width: 768px) {
  #appgrowth #growth .summary .dl.summary04 {
    background-image: none;
  }
}
#appgrowth #growth .summary .dl.summary05 {
  background-image: url(/wp-content/themes/iridge_2018/images/appgrowth/growth-img05.png);
}
@media screen and (max-width: 768px) {
  #appgrowth #growth .summary .dl.summary05 {
    background-image: none;
  }
}
#appgrowth #growth .summary .dl.summary05 .summary-txt {
  margin-left: 340px;
}
@media screen and (max-width: 768px) {
  #appgrowth #growth .summary .dl.summary05 .summary-txt {
    margin-left: 0;
    font-size: 3.4666666667vw;
  }
}
#appgrowth #aso {
  padding: 60px 0 0;
}
@media screen and (max-width: 768px) {
  #appgrowth #aso {
    padding: 8vw 0 9.3333333333vw;
  }
}
#appgrowth #aso .summary {
  width: 783px;
}
@media screen and (max-width: 768px) {
  #appgrowth #aso .summary {
    width: 96%;
  }
}
#appgrowth #aso .summary .dl .dd .summary-txt {
  padding-bottom: 44px;
}
@media screen and (max-width: 768px) {
  #appgrowth #aso .summary .dl .dd .summary-txt {
    padding-bottom: 0;
    font-size: 3.4666666667vw;
  }
}
#appgrowth #aso .summary .dl.summary06 {
  background-image: url(/wp-content/themes/iridge_2018/images/appgrowth/aso-img01.png);
}
@media screen and (max-width: 768px) {
  #appgrowth #aso .summary .dl.summary06 {
    background-image: none;
  }
  #appgrowth #aso .summary .dl.summary06 .dd {
    width: 96%;
  }
}
#appgrowth #aso .summary .dl.summary06 .summary-service {
  margin-right: 80px;
}
@media screen and (max-width: 768px) {
  #appgrowth #aso .summary .dl.summary06 .summary-service {
    margin-right: 0;
  }
}
#appgrowth #aso .summary .dl.summary06 .summary-txt {
  margin-left: 284px;
}
@media screen and (max-width: 768px) {
  #appgrowth #aso .summary .dl.summary06 .summary-txt {
    margin-left: 0;
  }
}
#appgrowth #aso .summary .dl.summary07 {
  background-image: url(/wp-content/themes/iridge_2018/images/appgrowth/aso-img02.png);
}
@media screen and (max-width: 768px) {
  #appgrowth #aso .summary .dl.summary07 {
    background-image: none;
  }
}
#appgrowth #aso .summary .dl.summary08 {
  background-image: url(/wp-content/themes/iridge_2018/images/appgrowth/aso-img03.png);
}
@media screen and (max-width: 768px) {
  #appgrowth #aso .summary .dl.summary08 {
    background-image: none;
  }
}
@media screen and (max-width: 768px) {
  #appgrowth #aso .summary .dl.summary08 .summary-tit {
    letter-spacing: -0.1em;
  }
}
#appgrowth #aso .summary .dl.summary08 .summary-service {
  margin-right: 70px;
}
@media screen and (max-width: 768px) {
  #appgrowth #aso .summary .dl.summary08 .summary-service {
    margin-right: 0;
  }
}
#appgrowth #aso .summary .dl.summary08 .summary-txt {
  margin-left: 260px;
}
@media screen and (max-width: 768px) {
  #appgrowth #aso .summary .dl.summary08 .summary-txt {
    margin-left: 0;
    font-size: 3.4666666667vw;
  }
}
#appgrowth #ux {
  padding: 60px 0 0;
}
@media screen and (max-width: 768px) {
  #appgrowth #ux {
    padding: 8vw 0 24vw;
  }
}
@media screen and (max-width: 768px) {
  #appgrowth #ux .summary .dl .dd .summary-txt {
    font-size: 3.4666666667vw;
  }
}
#appgrowth #ux .summary .dl.summary09 {
  background-image: url(/wp-content/themes/iridge_2018/images/appgrowth/ux-img01.png);
}
@media screen and (max-width: 768px) {
  #appgrowth #ux .summary .dl.summary09 {
    background-image: none;
  }
}
#appgrowth #ux .summary .dl.summary09 .summary-service {
  margin-right: 80px;
}
@media screen and (max-width: 768px) {
  #appgrowth #ux .summary .dl.summary09 .summary-service {
    margin-right: 0;
  }
}
#appgrowth #ux .summary .dl.summary10 {
  background-image: url(/wp-content/themes/iridge_2018/images/appgrowth/ux-img02.png);
}
@media screen and (max-width: 768px) {
  #appgrowth #ux .summary .dl.summary10 {
    background-image: none;
  }
}
#appgrowth #case-study {
  padding: 130px 0 100px;
  font-size: 18px;
  background: #f6f4fb;
}
@media screen and (max-width: 768px) {
  #appgrowth #case-study {
    padding: 13.3333333333vw 0;
    font-size: 3.4666666667vw;
  }
}
#appgrowth #case-study .case-cont {
  width: 755px;
  padding: 20px 35px;
  margin: 60px auto;
  border: 1px solid #c8c4ce;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #appgrowth #case-study .case-cont {
    width: 100%;
    padding: 5.3333333333vw 4.6666666667vw;
    margin: 12vw auto;
  }
}
#appgrowth #case-study .case-cont .campany {
  display: flex;
  padding-bottom: 15px;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  #appgrowth #case-study .case-cont .campany {
    flex-direction: column;
    gap: 0;
    padding: 4vw 0 10.6666666667vw;
  }
}
#appgrowth #case-study .case-cont .campany img {
  width: 124px;
  height: auto;
}
@media screen and (max-width: 768px) {
  #appgrowth #case-study .case-cont .campany img {
    width: 33.0666666667vw;
  }
}
#appgrowth #case-study .case-cont .campany span {
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
  text-align: left;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #appgrowth #case-study .case-cont .campany span {
    text-align: center;
    font-size: 3.4666666667vw;
    font-weight: bold;
  }
}
#appgrowth #case-study .case-cont .campany .service {
  display: block;
  padding-top: 16px;
  font-weight: bold;
  font-size: 25px;
}
@media screen and (max-width: 768px) {
  #appgrowth #case-study .case-cont .campany .service {
    padding-top: 2vw;
    font-size: 5.3333333333vw;
  }
}
#appgrowth #case-study .case-cont .case-graph {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  margin: 20px auto;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #appgrowth #case-study .case-cont .case-graph {
    flex-direction: column-reverse;
    gap: 4vw;
    margin: 5.3333333333vw auto;
  }
}
@media screen and (max-width: 768px) {
  #appgrowth #case-study .case-cont .case-graph-txt {
    margin: 0 auto;
    text-align: center;
  }
}
#appgrowth #case-study .case-cont .case-graph-txt .service-tag {
  display: inline-block;
  margin-top: 35px;
  padding: 10px 20px;
  border-radius: 30px;
  color: #fff;
  background: #dd5656;
}
@media screen and (max-width: 768px) {
  #appgrowth #case-study .case-cont .case-graph-txt .service-tag {
    margin-top: 6.6666666667vw;
    padding: 2.4vw 4vw;
  }
}
#appgrowth #case-study .case-cont .case-graph-txt .service-tag.first {
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  #appgrowth #case-study .case-cont .case-graph-txt .service-tag.first {
    margin-right: 1.3333333333vw;
  }
}
#appgrowth #case-study .case-cont .case-graph-img {
  display: flex;
  gap: 35px;
}
@media screen and (max-width: 768px) {
  #appgrowth #case-study .case-cont .case-graph-img {
    gap: 2.6666666667vw;
  }
}
#appgrowth #case-study .case-cont .case-graph-img figure figcaption {
  text-align: center;
  color: #5e2f9c;
  padding-bottom: 0.5em;
}
#appgrowth #case-study .case-cont .case-graph-img figure img {
  width: 145px;
  height: auto;
}
@media screen and (max-width: 768px) {
  #appgrowth #case-study .case-cont .case-graph-img figure img {
    width: 34.6666666667vw;
  }
}
#appgrowth #form {
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  #appgrowth #form {
    padding: 14.6666666667vw 0;
  }
}
#appgrowth #form .form-cont {
  max-width: 1000px;
  margin: 0 auto;
}
#appgrowth #thanks .tit span {
  padding-bottom: 1em;
}
#appgrowth #thanks .notice {
  margin-top: 2.5em;
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #appgrowth #thanks .notice {
    margin-top: 1.5em;
    font-size: 3.4666666667vw;
  }
}
#appgrowth.appgrowth_contact {
  background: #fff;
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  #appgrowth.appgrowth_contact {
    padding: 10.6666666667vw 0;
  }
}
#appgrowth.appgrowth_contact .copy {
  width: 385px;
  margin: 50px auto 30px;
  padding: 12px 0;
  font-weight: bold;
  text-align: center;
  border-radius: 3px;
  font-size: 24px;
  color: #fff;
  background: #5e2f9c;
  position: relative;
}
@media screen and (max-width: 768px) {
  #appgrowth.appgrowth_contact .copy {
    width: 73.3333333333vw;
    margin: 4vw auto 4.6666666667vw;
    padding: 0.5em 0;
    font-size: 4.5333333333vw;
  }
}
#appgrowth.appgrowth_contact .copy:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #5e2f9c;
  border-width: 8px;
  margin-left: -8px;
}
#appgrowth.appgrowth_contact .contactContent {
  margin: 20px auto;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #appgrowth.appgrowth_contact .contactContent {
    width: 92%;
    margin: 4vw auto;
  }
}
#appgrowth.appgrowth_contact .contactContent .contactTxt {
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #appgrowth.appgrowth_contact .contactContent .contactTxt {
    font-size: 3.7333333333vw;
  }
}
#appgrowth.appgrowth_contact .contactContent .contactTxtDl {
  margin: 80px auto 40px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #appgrowth.appgrowth_contact .contactContent .contactTxtDl {
    margin: 8vw auto 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
#appgrowth.appgrowth_contact .contactContent .sliderContent {
  position: relative;
  max-width: 876px;
  height: 525px;
  margin: 60px auto 100px;
}
@media screen and (max-width: 768px) {
  #appgrowth.appgrowth_contact .contactContent .sliderContent {
    height: 58.6666666667vw;
    margin: 9.3333333333vw auto;
  }
}
#appgrowth.appgrowth_contact .contactContent .sliderContent .swiper-slide {
  margin: 0 auto;
  max-width: 876px;
  height: auto;
  text-align: center;
  transition: 0.4s;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #appgrowth.appgrowth_contact .contactContent .sliderContent .swiper-slide {
    height: 80vw;
  }
}
#appgrowth.appgrowth_contact .contactContent .sliderContent .swiper-slide-active {
  opacity: 1;
}
#appgrowth.appgrowth_contact .contactContent .sliderContent .swiper-slide-next {
  opacity: 0;
}
#appgrowth.appgrowth_contact .contactContent .sliderContent .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #5e2f9c;
  border-radius: 8px;
}
#appgrowth.appgrowth_contact .contactContent .sliderContent .swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 20px;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  #appgrowth.appgrowth_contact .contactContent .sliderContent .swiper-pagination {
    gap: 5.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  #appgrowth.appgrowth_contact .contactContent .sliderContent .swiper-pagination-bullet {
    width: 1.6vw;
    height: 1.6vw;
  }
}
#appgrowth.appgrowth_contact .contactContent .sliderContent .swiper-pagination-bullet-active {
  background: #5e2f9c;
  border: 1px solid #5e2f9c;
  position: relative;
}
#appgrowth.appgrowth_contact .contactContent .sliderContent .swiper-pagination-bullet-active:before {
  content: "";
  border: 1px solid #5e2f9c;
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  border-radius: 4px;
  top: 0;
  bottom: 0;
  left: -6px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #appgrowth.appgrowth_contact .contactContent .sliderContent .swiper-pagination-bullet-active:before {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}
#appgrowth.appgrowth_contact .contactContent .sliderContent .swiper-button-next, #appgrowth.appgrowth_contact .contactContent .sliderContent .swiper-container-rtl .swiper-button-prev {
  background: none;
  right: -60px;
  top: calc(50% - 13px);
}
@media screen and (max-width: 768px) {
  #appgrowth.appgrowth_contact .contactContent .sliderContent .swiper-button-next, #appgrowth.appgrowth_contact .contactContent .sliderContent .swiper-container-rtl .swiper-button-prev {
    right: 0;
  }
}
#appgrowth.appgrowth_contact .contactContent .sliderContent .swiper-button-next:before, #appgrowth.appgrowth_contact .contactContent .sliderContent .swiper-container-rtl .swiper-button-prev:before {
  content: "▶";
  color: #5e2f9c;
  font-size: 26px;
  text-shadow: #fff 0px 0 4px;
}
@media screen and (max-width: 768px) {
  #appgrowth.appgrowth_contact .contactContent .sliderContent .swiper-button-next:before, #appgrowth.appgrowth_contact .contactContent .sliderContent .swiper-container-rtl .swiper-button-prev:before {
    font-size: 5.3333333333vw;
  }
}
#appgrowth.appgrowth_contact .contactContent .sliderContent .swiper-button-next:hover, #appgrowth.appgrowth_contact .contactContent .sliderContent .swiper-container-rtl .swiper-button-prev:hover {
  opacity: 0.8;
}
#appgrowth.appgrowth_contact .contactContent .sliderContent .swiper-button-prev, #appgrowth.appgrowth_contact .contactContent .sliderContent .swiper-container-rtl .swiper-button-next {
  background: none;
  left: -60px;
  top: calc(50% - 13px);
}
@media screen and (max-width: 768px) {
  #appgrowth.appgrowth_contact .contactContent .sliderContent .swiper-button-prev, #appgrowth.appgrowth_contact .contactContent .sliderContent .swiper-container-rtl .swiper-button-next {
    left: 0;
  }
}
#appgrowth.appgrowth_contact .contactContent .sliderContent .swiper-button-prev:before, #appgrowth.appgrowth_contact .contactContent .sliderContent .swiper-container-rtl .swiper-button-next:before {
  content: "◀";
  color: #5e2f9c;
  font-size: 26px;
  text-shadow: #fff 0px 0 4px;
}
@media screen and (max-width: 768px) {
  #appgrowth.appgrowth_contact .contactContent .sliderContent .swiper-button-prev:before, #appgrowth.appgrowth_contact .contactContent .sliderContent .swiper-container-rtl .swiper-button-next:before {
    font-size: 5.3333333333vw;
  }
}
#appgrowth.appgrowth_contact .contactContent .sliderContent .swiper-button-prev:hover, #appgrowth.appgrowth_contact .contactContent .sliderContent .swiper-container-rtl .swiper-button-next:hover {
  opacity: 0.8;
}
#appgrowth.appgrowth_contact .completeContent {
  max-width: 500px;
  margin: 120px auto 30px;
}
@media screen and (max-width: 768px) {
  #appgrowth.appgrowth_contact .completeContent {
    width: 90%;
    margin: 8vw auto 8vw;
  }
}
#appgrowth.appgrowth_contact .completeContent .cta {
  margin-top: 55px;
}
@media screen and (max-width: 768px) {
  #appgrowth.appgrowth_contact .completeContent .cta {
    margin-top: 4vw;
  }
}
#appgrowth.appgrowth_contact .completeContent .cta a {
  position: relative;
  width: 460px;
  display: block;
  background: #ec6c00;
  color: #fff;
  text-align: center;
  padding: 22px 0;
  font-size: 18px;
  border-radius: 5px;
  font-weight: 600;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  #appgrowth.appgrowth_contact .completeContent .cta a {
    width: 100%;
    padding: 4vw 0;
    box-shadow: none;
    font-size: 4.2666666667vw;
  }
}
#appgrowth.appgrowth_contact .completeContent .cta a img {
  position: absolute;
  right: 1.2em;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #appgrowth.appgrowth_contact .completeContent .cta a img {
    width: 2.9333333333vw;
  }
}
#appgrowth.appgrowth_contact .completeContent .cta a.download img {
  transform: rotate(-90deg);
  width: 13px;
}
#appgrowth.appgrowth_contact .tit {
  font-weight: bold;
  text-align: center;
}
#appgrowth.appgrowth_contact #form {
  padding: 0;
}
#appgrowth.appgrowth_contact #form .formContent {
  margin: 40px auto;
}
@media screen and (max-width: 768px) {
  #appgrowth.appgrowth_contact #form .formContent {
    margin: 5.3333333333vw auto 0;
    width: 100%;
  }
}

#floating_btn.cta.fixed {
  visibility: visible;
  opacity: 1;
}
#floating_btn.cta.fixed.none {
  opacity: 0;
  visibility: hidden;
}
#floating_btn.cta {
  position: fixed;
  bottom: 10px;
  top: auto;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.4s all;
  visibility: hidden;
  opacity: 0;
  z-index: 10;
}
#floating_btn.cta a {
  width: auto;
  margin: 0 auto;
  padding: 1em 4em;
  color: #e86340;
  background: #fff;
  border: 1px solid #e86340;
  font-size: 1.3em;
}
@media screen and (max-width: 768px) {
  #floating_btn.cta a {
    padding: 1.5em 0;
    width: 90%;
    font-size: 1em;
    opacity: 1;
  }
}
#floating_btn.cta a span {
  font-size: 1.3em;
}
#floating_btn.cta a:after {
  content: "";
  position: absolute;
  right: 25px;
  width: 14px;
  height: 8px;
  background-image: url(/wp-content/themes/iridge_2018/images/kitcuru/arrow_or.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(-90deg);
}
@media screen and (max-width: 768px) {
  #floating_btn.cta a:after {
    right: 1em;
    width: 3.2vw;
    height: 1.8666666667vw;
  }
}

/* WHITE PAPER お役立ち資料 */
#whitepaper .breadcrumbs {
  display: flex;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #whitepaper .breadcrumbs {
    width: 100%;
    align-items: center;
  }
  #whitepaper .breadcrumbs li {
    margin-bottom: 5px;
    padding: 0 10px;
  }
  #whitepaper .breadcrumbs li em {
    min-width: 3em;
  }
}
#whitepaper .main {
  background: #fff;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  #whitepaper .main {
    padding-bottom: 13.3333333333vw;
  }
}
#whitepaper #mv {
  width: 100%;
  background: #e8f6fc;
}
#whitepaper #mv .inner {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 1000px;
  height: 535px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #whitepaper #mv .inner {
    flex-direction: column-reverse;
    height: auto;
    padding: 5.8666666667vw 0 8vw;
  }
}
#whitepaper #mv .inner .copy {
  font-size: 44px;
  font-weight: bold;
  text-align: left;
  text-shadow: none;
  color: #094a8d;
}
@media screen and (max-width: 768px) {
  #whitepaper #mv .inner .copy {
    font-size: 8vw;
  }
}
#whitepaper #mv .inner .mv-point {
  margin-top: 40px;
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #whitepaper #mv .inner .mv-point {
    margin-top: 4vw;
    font-size: 4.2666666667vw;
  }
}
#whitepaper #mv .inner .mv-txt {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #whitepaper #mv .inner .mv-txt {
    width: 90%;
    margin-top: 4vw;
    line-height: 1.3;
  }
}
#whitepaper #mv .inner .mv-img {
  position: absolute;
  right: -77px;
  z-index: 0;
  width: 441px;
  height: auto;
}
@media screen and (max-width: 768px) {
  #whitepaper #mv .inner .mv-img {
    position: inherit;
    right: auto;
    width: 72.6666666667vw;
  }
}
#whitepaper #mv .inner .mv-img img {
  width: 100%;
}
#whitepaper .wp-tit {
  margin: 60px auto;
  font-size: 35px;
  color: #094a8d;
}
@media screen and (max-width: 768px) {
  #whitepaper .wp-tit {
    margin: 10.6666666667vw auto;
    font-size: 5.3333333333vw;
  }
}
#whitepaper .wp-cont {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  gap: 17px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #whitepaper .wp-cont {
    width: 85%;
    gap: 5.8666666667vw;
  }
}
#whitepaper .wp-card {
  width: 237px;
  background: #fff;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #whitepaper .wp-card {
    width: 100%;
    font-size: 4.2666666667vw;
  }
}
#whitepaper .wp-card .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 237px;
  height: 133px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #whitepaper .wp-card .img {
    width: 100%;
    height: auto;
    box-shadow: 0px 8px 15px rgba(4, 0, 0, 0.15);
  }
}
#whitepaper .wp-card .img img {
  width: 100%;
  height: auto;
}
#whitepaper .wp-card .wp-card-txt {
  width: 238px;
  margin: 0 auto 45px;
  padding: 25px 0 10px;
}
@media screen and (max-width: 768px) {
  #whitepaper .wp-card .wp-card-txt {
    width: 100%;
    margin-bottom: 0;
    padding: 6.4vw 0 5.3333333333vw;
  }
}
#whitepaper .wp-card .wp-card-txt.over-txt {
  width: 244px;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 768px) {
  #whitepaper .wp-card .wp-card-txt.over-txt {
    width: 100%;
    letter-spacing: 0;
  }
}
#whitepaper .wp-card .wp-card-txt.over-txt .tag {
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #whitepaper .wp-card .wp-card-txt.over-txt-sp {
    width: 105%;
    letter-spacing: -0.04em;
  }
}
#whitepaper .wp-card .tag {
  display: inline-block;
  padding: 0.3em 0.5em;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #whitepaper .wp-card .tag {
    padding: 0.4em 0.8em;
    font-size: 3.4666666667vw;
  }
}
#whitepaper .wp-card .tag.blue {
  background: #339999;
}
#whitepaper .wp-card .tag.purple {
  background: #9966cc;
}
#whitepaper .wp-card .tag.green {
  background: #669933;
}
#whitepaper .wp-card .wp-cont-tit {
  font-weight: bold;
  padding: 1em 0;
}
#whitepaper .wp-card.new {
  position: relative;
}
#whitepaper .wp-card.new:after {
  content: "NEW";
  display: block;
  width: 4.4em;
  height: 34px;
  padding: 6px 0;
  background: #ed6205;
  color: #fff;
  font-size: 14px;
  text-align: center;
  position: absolute;
  top: 8px;
  left: -11px;
}
@media screen and (max-width: 768px) {
  #whitepaper .wp-card.new:after {
    width: 4em;
    height: 9.0666666667vw;
    padding: 1.6vw 0;
    font-size: 3.7333333333vw;
    top: 2.1333333333vw;
    left: -2.9333333333vw;
  }
}
#whitepaper .wp-card.new:before {
  content: "";
  position: absolute;
  top: 42px;
  left: -11px;
  border: none;
  border-bottom: solid 7px transparent;
  border-right: solid 11px #824815;
}
@media screen and (max-width: 768px) {
  #whitepaper .wp-card.new:before {
    top: 11.2vw;
    left: -2.9333333333vw;
    border-bottom: solid 1.8666666667vw transparent;
    border-right: solid 2.9333333333vw #824815;
  }
}
#whitepaper .wp-card a .img {
  transition: 0.2s all;
}
#whitepaper .wp-card a:hover {
  opacity: 1;
}
#whitepaper .wp-card a:hover .img {
  box-shadow: 0px 15px 20px rgba(4, 0, 0, 0.15);
}
#whitepaper .wp-card a:hover .wp-cont-tit {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  #whitepaper .wp-card a:hover .wp-cont-tit {
    text-decoration: none;
  }
}
#whitepaper #useful {
  padding: 60px 0 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #whitepaper #useful {
    padding-top: 5.3333333333vw;
  }
}
#whitepaper #service {
  padding: 60px 0 0;
}
@media screen and (max-width: 768px) {
  #whitepaper #service {
    padding-top: 5.3333333333vw;
  }
}
#whitepaper #service .wp-card .wp-card-txt {
  padding: 10px 0 25px;
}
@media screen and (max-width: 768px) {
  #whitepaper #service .wp-card .wp-card-txt {
    padding: 2vw 0 6.6666666667vw;
  }
}
#whitepaper #contact {
  padding: 60px 0 0;
}
@media screen and (max-width: 768px) {
  #whitepaper #contact {
    padding: 8vw 0 0;
  }
}
#whitepaper #contact .tit {
  text-align: center;
  line-height: 1.4;
  font-size: 35px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #whitepaper #contact .tit {
    line-height: 1.5;
    font-size: 4.2666666667vw;
  }
}
#whitepaper #contact .tit span {
  display: block;
  color: #094a8d;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0.6em;
}
@media screen and (max-width: 768px) {
  #whitepaper #contact .tit span {
    font-size: 3.4666666667vw;
  }
}
#whitepaper #contact .contact-cont {
  max-width: 1000px;
  margin: 60px auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  #whitepaper #contact .contact-cont {
    flex-direction: column;
    margin: 4.6666666667vw auto;
    width: 90%;
  }
}
#whitepaper #contact .contact-cont .img-txt {
  width: 49%;
  max-width: 480px;
}
@media screen and (max-width: 768px) {
  #whitepaper #contact .contact-cont .img-txt {
    width: 100%;
  }
}
#whitepaper #contact .contact-cont .img-txt .img {
  width: 100%;
  padding-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 25px 20px;
}
@media screen and (max-width: 768px) {
  #whitepaper #contact .contact-cont .img-txt .img {
    padding-bottom: 10.6666666667vw;
    gap: 6vw 4%;
  }
}
#whitepaper #contact .contact-cont .img-txt .img img {
  width: 230px;
  height: auto;
  border: 1px solid #e5e4e4;
}
@media screen and (max-width: 768px) {
  #whitepaper #contact .contact-cont .img-txt .img img {
    width: 48%;
  }
}
#whitepaper #contact .contact-cont .img-txt .img img:first-child {
  width: 480px;
}
@media screen and (max-width: 768px) {
  #whitepaper #contact .contact-cont .img-txt .img img:first-child {
    width: 100%;
  }
}
#whitepaper #contact .contact-cont .img-txt .txt {
  padding: 18px 25px;
  border: 1px solid #e5e4e4;
}
@media screen and (max-width: 768px) {
  #whitepaper #contact .contact-cont .img-txt .txt {
    padding: 6.6666666667vw 3.3333333333vw;
  }
}
#whitepaper #contact .contact-cont .img-txt .txt ul li {
  padding-left: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #whitepaper #contact .contact-cont .img-txt .txt ul li {
    padding-left: 4vw;
  }
}
#whitepaper #contact .contact-cont .img-txt .txt ul li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 3px;
}
#whitepaper #contact .contact-cont .img-txt .txt .txt-tit {
  padding-bottom: 13px;
  font-weight: bold;
  font-size: 18px;
  border-bottom: 1px solid #e5e4e4;
}
@media screen and (max-width: 768px) {
  #whitepaper #contact .contact-cont .img-txt .txt .txt-tit {
    font-size: 4.2666666667vw;
  }
}
#whitepaper #contact .contact-cont .img-txt .txt .list-main {
  padding: 1.5em 0;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #whitepaper #contact .contact-cont .img-txt .txt .list-main {
    font-size: 4.2666666667vw;
  }
}
#whitepaper #contact .contact-cont .img-txt .txt .txt-subtit {
  margin-top: 13px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #whitepaper #contact .contact-cont .img-txt .txt .txt-subtit {
    font-size: 3.4666666667vw;
  }
}
#whitepaper #contact .contact-cont .img-txt .txt .list-sub {
  padding: 0.1em 0;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #whitepaper #contact .contact-cont .img-txt .txt .list-sub {
    font-size: 3.4666666667vw;
  }
}
#whitepaper #contact .contact-cont .img-txt .txt .list-sub.num {
  margin-left: 1.8em;
  list-style-type: decimal-leading-zero;
}
@media screen and (max-width: 768px) {
  #whitepaper #contact .contact-cont .img-txt .txt .list-sub.num {
    margin-left: 2.2em;
  }
}
#whitepaper #contact .contact-cont .img-txt .txt .list-sub.num li {
  padding-left: 2px;
}
@media screen and (max-width: 768px) {
  #whitepaper #contact .contact-cont .img-txt .txt .list-sub.num li {
    padding-left: 0.5333333333vw;
  }
}
#whitepaper #contact .contact-cont .img-txt .txt .list-sub.num li:before {
  display: none;
}
#whitepaper #contact .contact-cont .form {
  width: 49%;
  padding: 25px 20px 25px 25px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 768px) {
  #whitepaper #contact .contact-cont .form {
    width: 100%;
    margin-top: 6.6666666667vw;
    box-shadow: none;
    padding: 0;
  }
}
#whitepaper #contact.complete {
  padding-bottom: 0;
  width: 90%;
  margin: 0 auto;
}
#whitepaper #contact.complete .complete-cont {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  #whitepaper #contact.complete .complete-cont {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 8vw;
  }
}
#whitepaper #contact.complete .complete-cont .dl-inner .dl-txt {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 768px) {
  #whitepaper #contact.complete .complete-cont .dl-inner .dl-txt {
    font-size: 3.4666666667vw;
  }
}
#whitepaper #contact.complete .complete-cont .comp-btn {
  position: relative;
  display: block;
  width: 408px;
  margin: 0 auto;
  font-size: 22px;
  background: #ec6c00;
  color: #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 2px;
}
@media screen and (max-width: 768px) {
  #whitepaper #contact.complete .complete-cont .comp-btn {
    width: 100%;
    font-size: 4.2666666667vw;
  }
}
#whitepaper #contact.complete .complete-cont .comp-btn a {
  display: inline-block;
  padding: 18px 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #whitepaper #contact.complete .complete-cont .comp-btn a {
    padding: 4vw 0;
  }
}
#whitepaper #contact.complete .complete-cont .comp-btn img {
  position: absolute;
  width: 22px;
  height: 22px;
  display: inline-block;
  right: 30px;
  top: 22px;
}
@media screen and (max-width: 768px) {
  #whitepaper #contact.complete .complete-cont .comp-btn img {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    right: 6.6666666667vw;
    top: 4.6666666667vw;
  }
}
#whitepaper #contact.complete .complete-cont .comp-txt {
  margin: 80px auto 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #whitepaper #contact.complete .complete-cont .comp-txt {
    font-size: 3.4666666667vw;
    margin: 0 auto 10.6666666667vw;
  }
}
#whitepaper #contact.complete .complete-cont .comp-txt a {
  color: #568dc1;
}
@media screen and (max-width: 768px) {
  #whitepaper #contact.complete .tit.over-txt {
    letter-spacing: -0.02em;
  }
  #whitepaper #contact.complete .tit.over-txt span {
    letter-spacing: 0;
  }
}

#appbox_partner {
  min-width: 1200px;
  color: #2e2624;
}
@media screen and (max-width: 768px) {
  #appbox_partner {
    min-width: auto;
  }
}
#appbox_partner .inner {
  max-width: 1000px;
}
#appbox_partner .tit {
  font-size: 35px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #appbox_partner .tit {
    font-size: 5.3333333333vw;
  }
}
#appbox_partner .tit span {
  font-size: 24px;
  color: #4ec4ce;
}
@media screen and (max-width: 768px) {
  #appbox_partner .tit span {
    font-size: 4.2666666667vw;
  }
}
#appbox_partner .section {
  padding: 90px 0;
}
@media screen and (max-width: 768px) {
  #appbox_partner .section {
    padding: 8vw 0;
  }
}
#appbox_partner .cta {
  text-align: center;
}
#appbox_partner .cta .btn {
  position: relative;
  display: inline-block;
  padding: 1.2em 83px;
  background: #0f69b6;
  border-radius: 6px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #appbox_partner .cta .btn {
    width: 90%;
    padding: 1em 0;
    font-size: 4.2666666667vw;
  }
}
#appbox_partner .cta .btn img {
  position: absolute;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #appbox_partner .cta .btn img {
    right: 1.5em;
  }
}
#appbox_partner #mv {
  width: 100%;
  height: 478px;
  background: url(/wp-content/themes/iridge_2018/images/appboxpartner/mv-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  #appbox_partner #mv {
    height: auto;
    background-image: url(/wp-content/themes/iridge_2018/images/appboxpartner/mv-bg_sp.jpg);
  }
}
#appbox_partner #mv .inner {
  padding: 95px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #appbox_partner #mv .inner {
    padding: 32vw 0;
  }
}
#appbox_partner #mv .inner .logo {
  text-shadow: none;
  font-size: 44px;
}
@media screen and (max-width: 768px) {
  #appbox_partner #mv .inner .logo {
    font-size: 8vw;
    line-height: 2;
  }
}
#appbox_partner #mv .inner .logo img {
  width: 279px;
  display: inline-block;
  padding-right: 15px;
}
@media screen and (max-width: 768px) {
  #appbox_partner #mv .inner .logo img {
    width: 48vw;
  }
}
#appbox_partner #mv .inner .copy {
  margin-top: 53px;
  font-size: 25px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #appbox_partner #mv .inner .copy {
    margin-top: 2.6666666667vw;
    font-size: 4.4vw;
  }
}
#appbox_partner #mv .inner .cta {
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  #appbox_partner #mv .inner .cta {
    margin-top: 6.6666666667vw;
  }
}
#appbox_partner #partner {
  background: #eefffe;
}
@media screen and (max-width: 768px) {
  #appbox_partner #partner {
    padding-bottom: 10.6666666667vw;
  }
}
#appbox_partner #partner .partner-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 60px auto 20px;
  gap: 21px;
}
@media screen and (max-width: 768px) {
  #appbox_partner #partner .partner-list {
    width: 78%;
    flex-direction: column;
    margin: 6.6666666667vw auto 0;
    gap: 6vw;
    padding: 10.6666666667vw 0 12vw;
    background: #fff;
    box-shadow: 0 0 15px rgba(121, 120, 120, 0.1);
  }
}
#appbox_partner #partner .partner-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(33.3333333333% - 14px);
  height: 140px;
  padding: 0 0.8em;
  background: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  box-shadow: 0 0 15px rgba(121, 120, 120, 0.1);
}
@media screen and (max-width: 768px) {
  #appbox_partner #partner .partner-list li {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    background: inherit;
    box-shadow: none;
    font-size: 4.2666666667vw;
  }
  #appbox_partner #partner .partner-list li.logo01 img, #appbox_partner #partner .partner-list li.logo03 img, #appbox_partner #partner .partner-list li.logo08 img, #appbox_partner #partner .partner-list li.logo09 img, #appbox_partner #partner .partner-list li.logo14 img {
    width: 26.6666666667vw;
  }
  #appbox_partner #partner .partner-list li.logo02 img, #appbox_partner #partner .partner-list li.logo05 img, #appbox_partner #partner .partner-list li.logo10 img {
    width: 24vw;
  }
  #appbox_partner #partner .partner-list li.logo04 img {
    width: 18.6666666667vw;
  }
  #appbox_partner #partner .partner-list li.logo07 img, #appbox_partner #partner .partner-list li.logo19 img, #appbox_partner #partner .partner-list li.logo20 img, #appbox_partner #partner .partner-list li.logo21 img {
    width: 49.6vw;
  }
  #appbox_partner #partner .partner-list li.logo11 img {
    width: 20.4vw;
  }
  #appbox_partner #partner .partner-list li.logo12 img {
    width: 16.6666666667vw;
  }
  #appbox_partner #partner .partner-list li.logo13 img {
    width: 21.7333333333vw;
  }
  #appbox_partner #partner .partner-list li.logo09 img, #appbox_partner #partner .partner-list li.logo15 img {
    width: 27.2vw;
  }
  #appbox_partner #partner .partner-list li.logo06 img {
    width: 25.3333333333vw;
  }
  #appbox_partner #partner .partner-list li.logo17 img {
    width: 31.8666666667vw;
  }
  #appbox_partner #partner .partner-list li.logo18 img {
    width: 42.9333333333vw;
  }
}
#appbox_partner #partner .partner-list li img {
  display: inline-block;
}
#appbox_partner #partner .partner-notice {
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #appbox_partner #partner .partner-notice {
    margin-top: 0.5em;
    font-size: 3.2vw;
  }
}
#appbox_partner #ad {
  background: url(/wp-content/themes/iridge_2018/images/appboxpartner/advantages-bg.jpg) repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
}
#appbox_partner #ad .tit {
  color: #fff;
}
#appbox_partner #ad .tit span {
  color: #fff;
}
#appbox_partner #ad .ad-section {
  display: flex;
  align-items: center;
  margin-top: 33px;
}
@media screen and (max-width: 768px) {
  #appbox_partner #ad .ad-section {
    flex-direction: column;
    width: 90%;
    margin: 10.6666666667vw auto 0;
    gap: 3%;
  }
}
#appbox_partner #ad .ad-section .num {
  width: 250px;
  font-size: 168px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #appbox_partner #ad .ad-section .num {
    width: 100%;
    text-align: center;
    font-size: 19.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  #appbox_partner #ad .ad-section dl {
    width: 100%;
    text-align: center;
  }
}
#appbox_partner #ad .ad-section .ad-tit {
  padding-bottom: 1em;
  font-size: 25px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #appbox_partner #ad .ad-section .ad-tit {
    margin-top: 0.5em;
    font-size: 5.3333333333vw;
  }
}
#appbox_partner #ad .ad-section .ad-txt {
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #appbox_partner #ad .ad-section .ad-txt {
    padding-bottom: 1.3333333333vw;
    font-size: 3.4666666667vw;
  }
}
#appbox_partner #lineup, #appbox_partner #participation {
  background: #fff;
}
#appbox_partner #lineup .subtit, #appbox_partner #participation .subtit {
  margin-top: 55px;
  text-align: center;
  font-weight: bold;
  font-size: 25px;
}
@media screen and (max-width: 768px) {
  #appbox_partner #lineup .subtit, #appbox_partner #participation .subtit {
    width: 92%;
    margin: 1.3333333333vw auto 0;
    font-size: 3.4666666667vw;
  }
}
#appbox_partner #lineup .content, #appbox_partner #participation .content {
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #appbox_partner #lineup .content, #appbox_partner #participation .content {
    width: 80%;
  }
}
#appbox_partner #lineup .card, #appbox_partner #participation .card {
  display: inline-block;
  margin-top: 90px;
  padding: 32px 0;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(121, 120, 120, 0.1);
}
@media screen and (max-width: 768px) {
  #appbox_partner #lineup .card, #appbox_partner #participation .card {
    margin-top: 6.6666666667vw;
    margin-bottom: 5.3333333333vw;
    padding: 8vw 5.3333333333vw;
  }
}
#appbox_partner #lineup .card .card-tit, #appbox_partner #participation .card .card-tit {
  font-size: 25px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #appbox_partner #lineup .card .card-tit, #appbox_partner #participation .card .card-tit {
    font-size: 4.2666666667vw;
  }
}
#appbox_partner #lineup .card .card-txt, #appbox_partner #participation .card .card-txt {
  margin-top: 1.5em;
  font-size: 18px;
  font-weight: bold;
  color: #2e2624;
}
@media screen and (max-width: 768px) {
  #appbox_partner #lineup .card .card-txt, #appbox_partner #participation .card .card-txt {
    font-size: 3.4666666667vw;
  }
}
#appbox_partner #lineup .card.card01, #appbox_partner #participation .card.card01 {
  width: 650px;
  background: #edffef;
  color: #4ecf5d;
}
@media screen and (max-width: 768px) {
  #appbox_partner #lineup .card.card01, #appbox_partner #participation .card.card01 {
    width: 100%;
  }
}
#appbox_partner #lineup .bottom-card, #appbox_partner #participation .bottom-card {
  display: flex;
  justify-content: center;
  gap: 90px;
}
@media screen and (max-width: 768px) {
  #appbox_partner #lineup .bottom-card, #appbox_partner #participation .bottom-card {
    gap: 0;
    flex-direction: column;
  }
}
#appbox_partner #lineup .bottom-card .card, #appbox_partner #participation .bottom-card .card {
  width: 410px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #appbox_partner #lineup .bottom-card .card, #appbox_partner #participation .bottom-card .card {
    width: 100%;
  }
}
#appbox_partner #lineup .bottom-card .card:after, #appbox_partner #participation .bottom-card .card:after {
  content: "";
  width: 32px;
  height: 91px;
  display: block;
  background: url(/wp-content/themes/iridge_2018/images/appboxpartner/arrow.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -93px;
}
@media screen and (max-width: 768px) {
  #appbox_partner #lineup .bottom-card .card:after, #appbox_partner #participation .bottom-card .card:after {
    width: 4.2666666667vw;
    height: 12.1333333333vw;
    top: -12.4vw;
    margin: 0 auto;
  }
}
#appbox_partner #lineup .bottom-card .card.card02, #appbox_partner #participation .bottom-card .card.card02 {
  background: #ffeded;
  color: #cf4e4f;
}
#appbox_partner #lineup .bottom-card .card.card02:after, #appbox_partner #participation .bottom-card .card.card02:after {
  right: 100px;
}
@media screen and (max-width: 768px) {
  #appbox_partner #lineup .bottom-card .card.card02:after, #appbox_partner #participation .bottom-card .card.card02:after {
    right: 0;
    left: 0;
  }
}
#appbox_partner #lineup .bottom-card .card.card03, #appbox_partner #participation .bottom-card .card.card03 {
  background: #fffbed;
  color: #cfaf4e;
}
@media screen and (max-width: 768px) {
  #appbox_partner #lineup .bottom-card .card.card03, #appbox_partner #participation .bottom-card .card.card03 {
    margin-top: 5.3333333333vw;
  }
}
#appbox_partner #lineup .bottom-card .card.card03:after, #appbox_partner #participation .bottom-card .card.card03:after {
  left: 100px;
}
@media screen and (max-width: 768px) {
  #appbox_partner #lineup .bottom-card .card.card03:after, #appbox_partner #participation .bottom-card .card.card03:after {
    left: 0;
    right: 0;
    top: -8vw;
    content: "OR";
    background: none;
    color: #2e2624;
    font-size: 4vw;
    font-weight: bold;
  }
}
#appbox_partner #participation .content {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #appbox_partner #participation .content {
    width: 90%;
  }
}
#appbox_partner #participation .card-notice {
  font-size: 14px;
  font-weight: bold;
  color: #cf4e4f;
}
@media screen and (max-width: 768px) {
  #appbox_partner #participation .card-notice {
    font-size: 2.9333333333vw;
  }
}
#appbox_partner #participation .card {
  padding: 70px 0 110px;
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  #appbox_partner #participation .card {
    padding: 8vw 0;
  }
}
#appbox_partner #participation .card.card01 {
  position: relative;
  width: 100%;
  padding-bottom: 60px;
  border-radius: 50px 0 50px 0;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #appbox_partner #participation .card.card01 {
    padding-bottom: 8vw;
    border-radius: 10.6666666667vw 0 10.6666666667vw 0;
    line-height: 1.4;
  }
}
#appbox_partner #participation .card.card01 .card-txt {
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #appbox_partner #participation .card.card01 .card-txt {
    padding-bottom: 1.3333333333vw;
  }
}
#appbox_partner #participation .bottom-card {
  gap: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #appbox_partner #participation .bottom-card {
    height: 39.3333333333vw;
    justify-content: flex-start;
    padding: 8vw 0;
    margin-top: 2.6666666667vw;
    border-radius: 10.6666666667vw 0 10.6666666667vw 0;
    box-shadow: 0 0 15px rgba(121, 120, 120, 0.1);
  }
  #appbox_partner #participation .bottom-card:before {
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    background: #ffeded;
    border-radius: 10.6666666667vw 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  #appbox_partner #participation .bottom-card:after {
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    background: #fffbed;
    border-radius: 0 0 10.6666666667vw 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
  }
}
#appbox_partner #participation .bottom-card .card {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #appbox_partner #participation .bottom-card .card {
    width: 100%;
    box-shadow: none;
    z-index: 1;
  }
}
#appbox_partner #participation .bottom-card .card::after {
  display: none;
}
#appbox_partner #participation .bottom-card .card.card02 {
  border-radius: 50px 0 0 0;
}
@media screen and (max-width: 768px) {
  #appbox_partner #participation .bottom-card .card.card02 {
    height: auto;
    padding: 0 0 0.8vw;
    margin: 0;
    background: none;
  }
}
#appbox_partner #participation .bottom-card .card.card03 {
  border-radius: 0 0 50px 0;
}
@media screen and (max-width: 768px) {
  #appbox_partner #participation .bottom-card .card.card03 {
    height: auto;
    padding: 0.8vw 0 0;
    margin: 0;
    background: none;
  }
}
#appbox_partner #participation .bottom-card .card-txt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 60px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #appbox_partner #participation .bottom-card .card-txt {
    bottom: 8vw;
    z-index: 1;
    font-size: 3.4666666667vw;
  }
}
#appbox_partner #participation .cta {
  margin-top: 75px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #appbox_partner #participation .cta {
    margin-top: 10.6666666667vw;
    margin-bottom: 8vw;
  }
}
#appbox_partner #feature .subtit {
  margin: 20px 0;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #appbox_partner #feature .subtit {
    margin: 1.3333333333vw 0;
    font-size: 3.2vw;
    font-weight: normal;
  }
}
#appbox_partner #feature .feature-ex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #appbox_partner #feature .feature-ex {
    padding: 1em 0;
    flex-direction: column;
  }
}
#appbox_partner #feature .feature-ex li {
  position: relative;
  width: calc(33.3333333333% - 30px);
  height: 195px;
  margin-top: 70px;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #appbox_partner #feature .feature-ex li {
    width: 90%;
    height: auto;
    margin: 4vw auto;
    font-size: 3.4666666667vw;
  }
  #appbox_partner #feature .feature-ex li .icon01 {
    width: 29.0666666667vw;
  }
  #appbox_partner #feature .feature-ex li .icon02 {
    width: 50.6666666667vw;
  }
  #appbox_partner #feature .feature-ex li .icon03 {
    width: 32.8vw;
  }
  #appbox_partner #feature .feature-ex li .icon04 {
    width: 28.4vw;
  }
  #appbox_partner #feature .feature-ex li .icon05 {
    width: 16.9333333333vw;
  }
  #appbox_partner #feature .feature-ex li .icon06 {
    width: 35.2vw;
  }
}
#appbox_partner #feature .feature-ex li .icon-m {
  margin-top: 11px;
}
@media screen and (max-width: 768px) {
  #appbox_partner #feature .feature-ex li .icon-m {
    margin-top: 0;
  }
}
#appbox_partner #feature .feature-ex li .icon-s {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #appbox_partner #feature .feature-ex li .icon-s {
    margin-top: 0;
  }
}
#appbox_partner #feature .feature-ex li .feature-txt {
  line-height: 1.2;
  position: absolute;
  margin: auto;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  #appbox_partner #feature .feature-ex li .feature-txt {
    margin-top: 3.3333333333vw;
    position: inherit;
  }
}
#appbox_partner #feature .feature-ex li .feature-txt.txt1 {
  bottom: 0.6em;
}
@media screen and (max-width: 768px) {
  #appbox_partner #feature .feature-ex li .feature-txt.txt1 {
    bottom: 0;
  }
}

#appbox_partner_entry {
  border-top: 20px solid #0f69b6;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #appbox_partner_entry {
    border-width: 2.6666666667vw;
    padding-bottom: 1.3333333333vw;
  }
}
#appbox_partner_entry .inner {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  #appbox_partner_entry .inner {
    margin-top: 10.6666666667vw;
  }
}
#appbox_partner_entry .tit {
  margin-top: 60px;
  font-size: 35px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #appbox_partner_entry .tit {
    margin-top: 8vw;
    font-size: 5.3333333333vw;
  }
}
#appbox_partner_entry .tit span {
  font-size: 24px;
  color: #4ec4ce;
}
@media screen and (max-width: 768px) {
  #appbox_partner_entry .tit span {
    font-size: 4.2666666667vw;
  }
}
#appbox_partner_entry .tit .img {
  width: 290px;
  margin-bottom: -8px;
  margin-right: 12px;
}
@media screen and (max-width: 768px) {
  #appbox_partner_entry .tit .img {
    width: 32vw;
    margin-bottom: 0;
    margin-right: 1.6vw;
  }
}
#appbox_partner_entry .form {
  max-width: 880px;
  margin: 60px auto;
}
@media screen and (max-width: 768px) {
  #appbox_partner_entry .form {
    margin: 8vw auto;
  }
}
#appbox_partner_entry .txt {
  height: 30vh;
  max-width: 880px;
  margin: 80px auto;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #appbox_partner_entry .txt {
    height: 45vh;
    margin: 16vw auto;
    font-size: 4vw;
  }
}
#appbox_partner_entry .copy-right {
  padding: 10px 5px;
  border-top: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  #appbox_partner_entry .copy-right {
    padding: 2.6666666667vw 1.3333333333vw;
  }
}

#produce {
  font-size: 16px;
}
#produce .tit {
  font-size: 35px;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #produce .tit {
    font-size: 5.3333333333vw;
  }
}
#produce .tit span {
  color: #ee0011;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  #produce .tit span {
    margin-bottom: 0.5em;
    font-size: 4.2666666667vw;
  }
}
#produce .sec-copy {
  font-weight: bold;
  font-size: 25px;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #produce .sec-copy {
    font-size: 3.4666666667vw;
  }
}
#produce .sec-txt {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #produce .sec-txt {
    font-size: 3.2vw;
  }
}
#produce .inner {
  max-width: 1000px;
}
@media screen and (max-width: 768px) {
  #produce .inner {
    width: 95%;
  }
}
#produce #mv {
  background: url(/wp-content/themes/iridge_2018/images/produce/mv-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  #produce #mv {
    background: url(/wp-content/themes/iridge_2018/images/produce/mv-bg_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    height: 136.5333333333vw;
  }
}
#produce #mv .inner {
  max-width: 1280px;
  display: flex;
  align-items: center;
  padding: 45px 0 35px;
}
@media screen and (max-width: 768px) {
  #produce #mv .inner {
    width: 100%;
    padding: 0;
    flex-direction: column-reverse;
  }
}
#produce #mv .mv-txt {
  padding-bottom: 30px;
  margin-left: 140px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  #produce #mv .mv-txt {
    margin: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  #produce #mv .mv-txt {
    margin: 0 auto;
    padding-bottom: 0;
  }
}
#produce #mv .mv-txt .title {
  margin-left: -8px;
  font-size: 44px;
  text-align: left;
  text-shadow: none;
}
@media screen and (max-width: 768px) {
  #produce #mv .mv-txt .title {
    font-size: 7.7333333333vw;
    margin: 0;
  }
}
#produce #mv .mv-txt .copy {
  margin-top: 1em;
  padding-left: 0;
  font-size: 25px;
  font-weight: bold;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #produce #mv .mv-txt .copy {
    margin-top: 0.3em;
    padding-left: 0.2em;
    font-size: 3.4666666667vw;
    font-weight: normal;
    line-height: 1.6;
  }
}
#produce #mv .mv-img {
  margin-left: auto;
  width: 450px;
  height: auto;
}
@media screen and (max-width: 768px) {
  #produce #mv .mv-img {
    width: 66.6666666667vw;
    margin: 4vw auto 1.3333333333vw;
  }
}
#produce #mv .mv-link {
  display: flex;
  gap: 25px;
  margin-top: 2.5em;
  margin-left: 3px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #produce #mv .mv-link {
    flex-direction: column;
    gap: 1em;
    margin-top: -0.8em;
    font-size: 4.2666666667vw;
  }
}
#produce #mv .mv-link .mv-btn {
  position: relative;
  padding: 1.2em 0;
  background: #cf9f02;
  border-radius: 6px;
  color: #fff;
  width: 290px;
}
@media screen and (max-width: 768px) {
  #produce #mv .mv-link .mv-btn {
    width: 100%;
    padding: 1em 0;
  }
}
#produce #mv .mv-link .mv-btn:after {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  background: url("/wp-content/themes/iridge_2018/images/produce/arrow-down.png") no-repeat;
  background-size: contain;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#produce #mv .mv-link .anker {
  background: #dd5656;
}
#produce #mv .mv-link .anker:after {
  rotate: 90deg;
  right: 20px;
  top: 8px;
}
#produce #solution {
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  #produce #solution {
    padding: 9.3333333333vw 0 12vw;
  }
}
#produce #solution .sec-copy {
  margin: 60px 0 20px;
}
@media screen and (max-width: 768px) {
  #produce #solution .sec-copy {
    margin: 0.5em 0 0.8em;
  }
}
#produce #solution .inner {
  max-width: 1280px;
}
#produce #solution .solution-cont {
  position: relative;
  width: 1015px;
  height: 626px;
  margin: 60px auto;
  display: flex;
  flex-wrap: wrap;
  background: url(/wp-content/themes/iridge_2018/images/produce/solution-bg.png) no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 980px) {
  #produce #solution .solution-cont {
    width: 770px;
    height: 480px;
  }
}
@media screen and (max-width: 768px) {
  #produce #solution .solution-cont {
    width: 90.1333333333vw;
    height: 172.8vw;
    margin: 10.6666666667vw auto;
    display: block;
    background: url(/wp-content/themes/iridge_2018/images/produce/solution-bg_sp.png) no-repeat;
    background-size: contain;
    background-position: center;
  }
}
#produce #solution .solution-cont .solution-cont-img {
  display: block;
  margin: 10px auto;
}
@media screen and (max-width: 768px) {
  #produce #solution .solution-cont .solution-cont-img {
    margin: 2vw auto;
  }
}
#produce #solution .solution-cont-tit {
  color: #ee0011;
  font-size: 25px;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 980px) {
  #produce #solution .solution-cont-tit {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #produce #solution .solution-cont-tit {
    font-size: 3.4666666667vw;
  }
}
#produce #solution .solution-cont-txt {
  margin-top: 1.25em;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
}
@media screen and (max-width: 980px) {
  #produce #solution .solution-cont-txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #produce #solution .solution-cont-txt {
    margin-top: 1em;
    font-size: 3.2vw;
    font-weight: normal;
  }
}
#produce #solution .solution-cont li {
  position: absolute;
}
#produce #solution .solution-cont .img01 {
  width: 230px;
  height: auto;
  margin-top: 28px;
}
@media screen and (max-width: 980px) {
  #produce #solution .solution-cont .img01 {
    width: 190px;
  }
}
@media screen and (max-width: 768px) {
  #produce #solution .solution-cont .img01 {
    width: 33.7333333333vw;
    margin-top: 1em;
  }
}
#produce #solution .solution-cont .img02 {
  width: 139px;
  height: auto;
  margin-top: 25px;
}
@media screen and (max-width: 980px) {
  #produce #solution .solution-cont .img02 {
    width: 109px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  #produce #solution .solution-cont .img02 {
    width: 22.2666666667vw;
    margin-top: 0.5em;
  }
}
#produce #solution .solution-cont .img03 {
  width: 121px;
  height: auto;
}
@media screen and (max-width: 980px) {
  #produce #solution .solution-cont .img03 {
    width: 99px;
  }
}
@media screen and (max-width: 768px) {
  #produce #solution .solution-cont .img03 {
    width: 19.3333333333vw;
  }
}
#produce #solution .solution-cont .img04 {
  width: 93px;
  height: auto;
}
@media screen and (max-width: 980px) {
  #produce #solution .solution-cont .img04 {
    width: 70px;
  }
}
@media screen and (max-width: 768px) {
  #produce #solution .solution-cont .img04 {
    width: 14.9333333333vw;
  }
}
#produce #solution .solution-cont .img05 {
  width: 100px;
  height: auto;
}
@media screen and (max-width: 980px) {
  #produce #solution .solution-cont .img05 {
    width: 77px;
  }
}
@media screen and (max-width: 768px) {
  #produce #solution .solution-cont .img05 {
    width: 17.8666666667vw;
  }
}
#produce #solution .solution-cont .img06 {
  width: 97px;
  height: auto;
}
@media screen and (max-width: 980px) {
  #produce #solution .solution-cont .img06 {
    width: 73px;
  }
}
@media screen and (max-width: 768px) {
  #produce #solution .solution-cont .img06 {
    width: 16.4vw;
  }
}
#produce #solution .solution-cont .img07 {
  width: 105px;
  height: auto;
}
@media screen and (max-width: 980px) {
  #produce #solution .solution-cont .img07 {
    width: 80px;
  }
}
@media screen and (max-width: 768px) {
  #produce #solution .solution-cont .img07 {
    width: 18.8vw;
  }
}
#produce #solution .solution-cont .img08 {
  width: 203px;
  height: auto;
}
@media screen and (max-width: 980px) {
  #produce #solution .solution-cont .img08 {
    width: 140px;
  }
}
@media screen and (max-width: 768px) {
  #produce #solution .solution-cont .img08 {
    width: 34.4vw;
  }
}
#produce #solution .solution-cont .img09 {
  width: 197px;
  height: auto;
}
@media screen and (max-width: 980px) {
  #produce #solution .solution-cont .img09 {
    width: 138px;
  }
}
@media screen and (max-width: 768px) {
  #produce #solution .solution-cont .img09 {
    width: 35.2vw;
  }
}
#produce #solution .solution-cont-01 {
  width: 330px;
  top: 125px;
  left: 5px;
}
@media screen and (max-width: 980px) {
  #produce #solution .solution-cont-01 {
    width: 240px;
    top: 100px;
  }
}
@media screen and (max-width: 768px) {
  #produce #solution .solution-cont-01 {
    width: 30.9333333333vw;
    top: 9.3333333333vw;
    left: 13.3333333333vw;
  }
}
#produce #solution .solution-cont-02 {
  width: 340px;
  top: 150px;
  left: 335px;
}
@media screen and (max-width: 980px) {
  #produce #solution .solution-cont-02 {
    width: 300px;
    left: 240px;
    top: 120px;
  }
}
@media screen and (max-width: 768px) {
  #produce #solution .solution-cont-02 {
    width: 49.3333333333vw;
    top: 73.3333333333vw;
    right: 7.3333333333vw;
    left: auto;
  }
}
#produce #solution .solution-cont-03 {
  width: 260px;
  top: 40px;
  right: 70px;
}
@media screen and (max-width: 980px) {
  #produce #solution .solution-cont-03 {
    width: 220px;
    top: 30px;
    right: 40px;
  }
}
@media screen and (max-width: 768px) {
  #produce #solution .solution-cont-03 {
    width: 30.6666666667vw;
    top: auto;
    right: auto;
    bottom: 29.3333333333vw;
    left: 10vw;
  }
}
#produce #solution .solution-cont-04 {
  bottom: 180px;
  left: 10px;
}
@media screen and (max-width: 980px) {
  #produce #solution .solution-cont-04 {
    bottom: 140px;
    left: 15px;
  }
}
@media screen and (max-width: 768px) {
  #produce #solution .solution-cont-04 {
    bottom: auto;
    left: auto;
    top: 6.6666666667vw;
    right: 16vw;
  }
}
#produce #solution .solution-cont-05 {
  width: 320px;
  bottom: 50px;
  left: 103px;
}
@media screen and (max-width: 980px) {
  #produce #solution .solution-cont-05 {
    width: 240px;
    left: 80px;
    bottom: 35px;
  }
}
@media screen and (max-width: 768px) {
  #produce #solution .solution-cont-05 {
    width: 35.3333333333vw;
    bottom: auto;
    left: auto;
    top: 27.3333333333vw;
    right: 8vw;
  }
}
#produce #solution .solution-cont-06 {
  bottom: 50px;
  right: 390px;
}
@media screen and (max-width: 980px) {
  #produce #solution .solution-cont-06 {
    bottom: 50px;
    right: 300px;
  }
}
@media screen and (max-width: 768px) {
  #produce #solution .solution-cont-06 {
    bottom: auto;
    right: auto;
    top: 60.6666666667vw;
    left: 0vw;
  }
}
#produce #solution .solution-cont-07 {
  bottom: 162px;
  right: 280px;
}
@media screen and (max-width: 980px) {
  #produce #solution .solution-cont-07 {
    bottom: 125px;
    right: 210px;
  }
}
@media screen and (max-width: 768px) {
  #produce #solution .solution-cont-07 {
    bottom: 46.9333333333vw;
    right: 4vw;
  }
}
#produce #solution .solution-cont-08 {
  width: 335px;
  bottom: 100px;
  right: 3px;
}
@media screen and (max-width: 980px) {
  #produce #solution .solution-cont-08 {
    width: 140px;
    bottom: 65px;
    right: 55px;
  }
}
@media screen and (max-width: 768px) {
  #produce #solution .solution-cont-08 {
    width: auto;
    bottom: 3.3333333333vw;
    right: 17.3333333333vw;
  }
}
#produce #solution .solution-cont-09 {
  bottom: 5px;
  right: 85px;
}
@media screen and (max-width: 768px) {
  #produce #solution .solution-cont-09 {
    width: auto;
    right: auto;
    bottom: 8vw;
    left: 0vw;
  }
}
#produce #scope {
  padding: 120 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #produce #scope {
    padding: 8vw 0 10.6666666667vw;
  }
}
#produce #scope .sec-copy {
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  #produce #scope .sec-copy {
    padding: 0.8em 0 3em;
    font-size: 3.2vw;
  }
}
#produce #scope .scope-image {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #produce #scope .scope-image {
    width: 96%;
    margin: 0 auto;
    flex-direction: column;
  }
}
#produce #scope .scope-image-img {
  position: relative;
  width: 451px;
  height: 366px;
  margin-top: 30px;
  background: url(/wp-content/themes/iridge_2018/images/produce/scope-img01_bg.png) no-repeat;
  background-size: contain;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #produce #scope .scope-image-img {
    width: 49.3333333333vw;
    height: 75.3333333333vw;
    padding: 5.3333333333vw 0;
    margin: 4vw auto;
    background: url(/wp-content/themes/iridge_2018/images/produce/scope-img01_bg-sp.png) no-repeat;
    background-size: contain;
    background-position: center;
  }
}
#produce #scope .scope-image-img-txt {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  background: #ee0011;
  border-radius: 43px;
  font-size: 25px;
  color: #fff;
  font-weight: bold;
  border: 4px solid #fff;
}
@media screen and (max-width: 768px) {
  #produce #scope .scope-image-img-txt {
    width: 12.5333333333vw;
    height: 12.5333333333vw;
    border-radius: 6.6666666667vw;
    font-size: 3.2vw;
    border-width: 0.5333333333vw;
  }
}
#produce #scope .scope-image-img-txt.txt01 {
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #produce #scope .scope-image-img-txt.txt01 {
    top: 10.6666666667vw;
  }
}
#produce #scope .scope-image-img-txt.txt02 {
  top: 60px;
  right: 55px;
}
@media screen and (max-width: 768px) {
  #produce #scope .scope-image-img-txt.txt02 {
    top: 20.6666666667vw;
    right: 0;
  }
}
#produce #scope .scope-image-img-txt.txt03 {
  bottom: 60px;
  right: 55px;
}
@media screen and (max-width: 768px) {
  #produce #scope .scope-image-img-txt.txt03 {
    bottom: 20.6666666667vw;
    right: 0;
  }
}
#produce #scope .scope-image-img-txt.txt04 {
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #produce #scope .scope-image-img-txt.txt04 {
    bottom: 10.6666666667vw;
  }
}
#produce #scope .scope-image-img-txt.txt05 {
  bottom: 60px;
  left: 55px;
}
@media screen and (max-width: 768px) {
  #produce #scope .scope-image-img-txt.txt05 {
    bottom: 20.6666666667vw;
    left: 0;
  }
}
#produce #scope .scope-image-img-txt.txt06 {
  top: 60px;
  left: 55px;
}
@media screen and (max-width: 768px) {
  #produce #scope .scope-image-img-txt.txt06 {
    top: 20.6666666667vw;
    left: 0;
  }
}
#produce #scope .scope-image-img img {
  width: 250px;
  padding-top: 55px;
}
@media screen and (max-width: 768px) {
  #produce #scope .scope-image-img img {
    width: 37.3333333333vw;
    padding-top: 13.3333333333vw;
  }
}
#produce #scope .scope-image-list {
  position: relative;
}
@media screen and (max-width: 768px) {
  #produce #scope .scope-image-list ul {
    display: flex;
    gap: 2%;
    flex-wrap: wrap;
  }
}
#produce #scope .scope-image-list li {
  padding: 0.5em 0.6em;
  border-radius: 4px;
  background: #f2f2f2;
  font-size: 25px;
  font-weight: bold;
  margin: 4px 0;
}
@media screen and (max-width: 768px) {
  #produce #scope .scope-image-list li {
    font-size: 3.4666666667vw;
    width: 49%;
    text-align: center;
  }
}
#produce #scope .scope-image-list li.scope-image-list-tit {
  text-align: center;
  background: #2e2624;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #produce #scope .scope-image-list li.scope-image-list-tit {
    width: 100%;
  }
}
#produce #scope .scope-image-list li span {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #produce #scope .scope-image-list li span {
    font-size: 2.4vw;
  }
}
#produce #scope .scope-image-list .list-center {
  text-align: center;
}
#produce #scope .scope-image-list .etc {
  display: block;
  margin-top: 0.5em;
  font-size: 25px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  #produce #scope .scope-image-list .etc {
    position: absolute;
    right: 17.3333333333vw;
    bottom: 1em;
    font-size: 3.4666666667vw;
  }
}
#produce #scope .support {
  margin-top: 10px;
}
#produce #scope .support .sec-copy {
  letter-spacing: -0.03em;
}
@media screen and (max-width: 768px) {
  #produce #scope .support .sec-copy {
    width: 100%;
    margin: 2.8em 0 0.5em;
  }
}
#produce #scope .support-list {
  margin-top: 70px;
  display: flex;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #produce #scope .support-list {
    flex-direction: column;
    margin: 0;
    width: 90%;
    margin-left: auto;
    margin-right: 2%;
  }
}
#produce #scope .support-list-inner {
  padding: 25px 10px;
  background: #d5d5d5;
}
@media screen and (max-width: 768px) {
  #produce #scope .support-list-inner {
    position: relative;
    padding: 2.4vw 4vw;
  }
}
#produce #scope .support-list-inner:nth-child(even) {
  background: #eaeaea;
}
#produce #scope .support-list-inner.list01 {
  width: 225px;
}
@media screen and (max-width: 768px) {
  #produce #scope .support-list-inner.list01 {
    width: 100%;
    margin: 0 auto;
  }
}
#produce #scope .support-list-inner.list02 {
  width: 248px;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  #produce #scope .support-list-inner.list02 {
    width: 100%;
    margin: 0 auto;
    z-index: 1;
  }
  #produce #scope .support-list-inner.list02:before {
    content: "";
    height: 16vw;
    width: 100%;
    display: block;
    background: #d5d5d5;
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: -1;
  }
}
#produce #scope .support-list-inner.list03 {
  width: 248px;
}
@media screen and (max-width: 768px) {
  #produce #scope .support-list-inner.list03 {
    width: 100%;
    margin: 0 auto;
  }
  #produce #scope .support-list-inner.list03 .support-list-tit {
    top: -3em;
  }
}
#produce #scope .support-list-inner.list04 {
  width: 281px;
}
@media screen and (max-width: 768px) {
  #produce #scope .support-list-inner.list04 {
    width: 100%;
    margin: 0 auto;
  }
}
#produce #scope .support-list-tit {
  margin-top: -2.8em;
  padding-bottom: 1.3em;
  text-align: center;
  font-size: 25px;
}
@media screen and (max-width: 768px) {
  #produce #scope .support-list-tit {
    position: absolute;
    left: -2em;
    top: 1em;
    margin: 0 auto;
    font-size: 3.4666666667vw;
    writing-mode: vertical-rl;
    white-space: nowrap;
  }
}
#produce #scope .support-list01-list, #produce #scope .support-list-list {
  color: #ee0011;
  border-radius: 4px;
  background: #fff;
}
#produce #scope .support-list01-list {
  height: 100%;
  padding: 230px 0 0 0;
  font-size: 18px;
  background: #fcdfd7;
}
@media screen and (max-width: 980px) {
  #produce #scope .support-list01-list {
    height: 95%;
  }
}
@media screen and (max-width: 768px) {
  #produce #scope .support-list01-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 1em 2.5em;
    font-size: 3.2vw;
  }
}
#produce #scope .support-list01-list > li.list01-list-tit {
  text-align: center;
  margin-bottom: 1.5em;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  #produce #scope .support-list01-list > li.list01-list-tit {
    width: 100%;
    margin-bottom: 0.3em;
  }
}
#produce #scope .support-list01-list > li {
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  #produce #scope .support-list01-list > li {
    width: 50%;
  }
}
#produce #scope .support-list-list {
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0.3em 0.7em 1em;
  text-align: center;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 768px) {
  #produce #scope .support-list-list {
    gap: 1.0666666667vw;
    padding: 0.3em 1.3em 0.7em;
    margin-bottom: 0.7em;
    font-size: 3.2vw;
  }
  #produce #scope .support-list-list:last-child {
    margin: 0;
  }
}
#produce #scope .support-list-list > li {
  width: 100%;
  padding: 0.5em 0;
  margin-bottom: 0.2em;
  line-height: 1.3;
  background: #fcdfd7;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  #produce #scope .support-list-list > li {
    margin: 0;
  }
}
#produce #scope .support-list-list > li.list-tit {
  width: 100%;
  background: none;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #produce #scope .support-list-list > li.list-tit {
    padding-bottom: 0;
  }
}
#produce #scope .support-list-list > li.simple-txt {
  background: none;
  text-align: left;
  width: 144px;
  padding: 0;
  margin: 0.5em auto 0;
}
@media screen and (max-width: 768px) {
  #produce #scope .support-list-list > li.simple-txt {
    width: auto;
    margin: 0.5em 1.5em 0;
  }
  #produce #scope .support-list-list > li.simple-txt ul {
    display: flex;
    flex-wrap: wrap;
  }
}
#produce #scope .support-list-list > li.simple-txt li {
  background: none;
  color: #000;
}
@media screen and (max-width: 768px) {
  #produce #scope .support-list-list > li.simple-txt li {
    width: 50%;
  }
}
#produce #scope .support-list-list > li.two {
  width: 49.2%;
}
#produce #scope .support-list-list > li.three {
  width: 32.5%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #produce #scope .support-list-list > li.three {
    width: 32%;
  }
}
#produce #scope .support-list-list.center-list {
  width: 290px;
  z-index: 2;
  margin-left: 60px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #produce #scope .support-list-list.center-list {
    margin: 0;
  }
}
#produce #introduction {
  padding: 80px 0 60px;
  background: #feefeb;
}
@media screen and (max-width: 768px) {
  #produce #introduction {
    padding: 10.6666666667vw 0 8vw;
  }
}
#produce #introduction .sec-txt {
  margin: 20px 0 70px;
}
@media screen and (max-width: 768px) {
  #produce #introduction .sec-txt {
    margin: 3.3333333333vw 0;
  }
}
#produce #introduction .introduction-slider {
  position: relative;
  margin: 30px auto 0;
  max-width: 1000px;
  padding: 0 50px 80px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #produce #introduction .introduction-slider {
    width: 100%;
    height: auto;
    padding: 0 6.6666666667vw 10.6666666667vw 6.6666666667vw;
  }
}
#produce #introduction .introduction-slider .swiper-wrapper {
  height: auto;
}
@media screen and (max-width: 768px) {
  #produce #introduction .introduction-slider ul {
    height: auto;
  }
}
#produce #introduction .introduction-slider ul li {
  display: flex;
  gap: 10px;
  min-height: 200px;
  padding: 0.8em 1em 0.5em 1em;
  background: #fff;
  border-radius: 4px;
  box-shadow: 3px 10px 15px 0px rgb(230, 197, 197);
}
@media screen and (max-width: 768px) {
  #produce #introduction .introduction-slider ul li {
    flex-direction: column-reverse;
    justify-content: space-around;
    gap: 0;
    height: auto;
    padding: 1em;
  }
}
#produce #introduction .introduction-slider ul li .txt {
  width: 71%;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #produce #introduction .introduction-slider ul li .txt {
    width: 100%;
  }
}
#produce #introduction .introduction-slider ul li .txt .txt-tit {
  margin-top: 0.9em;
  text-align: left;
  font-weight: bold;
  color: #ee0011;
}
@media screen and (max-width: 768px) {
  #produce #introduction .introduction-slider ul li .txt .txt-tit {
    font-size: 3.4666666667vw;
  }
}
#produce #introduction .introduction-slider ul li .txt .txt-txt {
  margin-top: 0.9em;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #produce #introduction .introduction-slider ul li .txt .txt-txt {
    width: 100%;
    font-size: 3.2vw;
  }
}
#produce #introduction .introduction-slider ul li .img {
  margin-top: 0.8em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #produce #introduction .introduction-slider ul li .img {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  #produce #introduction .introduction-slider ul li.intro-01 img {
    width: 33.6vw;
  }
}
#produce #introduction .introduction-slider ul li.intro-02 .txt {
  width: 64%;
}
@media screen and (max-width: 768px) {
  #produce #introduction .introduction-slider ul li.intro-02 .txt {
    width: 100%;
  }
}
#produce #introduction .introduction-slider ul li.intro-02 .img {
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  #produce #introduction .introduction-slider ul li.intro-02 .img {
    margin-top: 0;
  }
  #produce #introduction .introduction-slider ul li.intro-02 .img img {
    width: 26.8vw;
  }
}
#produce #introduction .introduction-slider ul li.intro-03 {
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #produce #introduction .introduction-slider ul li.intro-03 {
    padding-top: 2em;
    gap: 0;
  }
}
#produce #introduction .introduction-slider ul li.intro-03 .img {
  margin-top: 1.5em;
}
@media screen and (max-width: 768px) {
  #produce #introduction .introduction-slider ul li.intro-03 .img {
    margin-top: 0;
  }
  #produce #introduction .introduction-slider ul li.intro-03 .img img {
    width: 39.0666666667vw;
  }
}
#produce #introduction .introduction-slider ul li.intro-04 {
  gap: 30px;
}
@media screen and (max-width: 768px) {
  #produce #introduction .introduction-slider ul li.intro-04 {
    padding-top: 2em;
    gap: 0.2em;
  }
}
#produce #introduction .introduction-slider ul li.intro-04 .txt {
  width: 62%;
}
@media screen and (max-width: 768px) {
  #produce #introduction .introduction-slider ul li.intro-04 .txt {
    width: 100%;
  }
}
#produce #introduction .introduction-slider ul li.intro-04 .img {
  margin-top: 1.2em;
}
@media screen and (max-width: 768px) {
  #produce #introduction .introduction-slider ul li.intro-04 .img {
    margin-top: 0;
  }
  #produce #introduction .introduction-slider ul li.intro-04 .img img {
    width: 38.8vw;
  }
}
#produce #introduction .introduction-slider ul li.intro-05 {
  gap: 15px;
}
@media screen and (max-width: 768px) {
  #produce #introduction .introduction-slider ul li.intro-05 {
    gap: 0;
    padding: 0.8em;
  }
}
@media screen and (max-width: 768px) {
  #produce #introduction .introduction-slider ul li.intro-05 .txt {
    letter-spacing: -0.04em;
  }
  #produce #introduction .introduction-slider ul li.intro-05 .txt .txt-tit {
    margin-top: 0.3em;
  }
}
#produce #introduction .introduction-slider ul li.intro-05 .img {
  margin-top: 1.1em;
}
@media screen and (max-width: 768px) {
  #produce #introduction .introduction-slider ul li.intro-05 .img {
    margin-top: 0;
  }
  #produce #introduction .introduction-slider ul li.intro-05 .img img {
    width: 24.5333333333vw;
  }
}
#produce #introduction .introduction-slider ul li.intro-06 {
  gap: 10px;
}
@media screen and (max-width: 768px) {
  #produce #introduction .introduction-slider ul li.intro-06 {
    gap: 0;
  }
}
#produce #introduction .introduction-slider ul li.intro-06 .txt {
  width: 62%;
}
@media screen and (max-width: 768px) {
  #produce #introduction .introduction-slider ul li.intro-06 .txt {
    width: 100%;
  }
}
#produce #introduction .introduction-slider ul li.intro-06 .img {
  margin-top: 1.8em;
}
@media screen and (max-width: 768px) {
  #produce #introduction .introduction-slider ul li.intro-06 .img {
    margin-top: 0;
  }
  #produce #introduction .introduction-slider ul li.intro-06 .img img {
    width: 30vw;
  }
}
#produce #introduction .introduction-slider ul li.intro-07 {
  gap: 15px;
}
@media screen and (max-width: 768px) {
  #produce #introduction .introduction-slider ul li.intro-07 {
    gap: 0;
    padding: 1em;
  }
}
#produce #introduction .introduction-slider ul li.intro-07 .txt {
  width: 72%;
}
@media screen and (max-width: 768px) {
  #produce #introduction .introduction-slider ul li.intro-07 .txt {
    width: 100%;
  }
}
#produce #introduction .introduction-slider ul li.intro-07 .img {
  margin-top: 1.3em;
}
@media screen and (max-width: 768px) {
  #produce #introduction .introduction-slider ul li.intro-07 .img {
    margin-top: 0;
  }
  #produce #introduction .introduction-slider ul li.intro-07 .img img {
    width: 23.3333333333vw;
  }
}
#produce #introduction .introduction-slider ul li.intro-08 {
  gap: 10px;
}
@media screen and (max-width: 768px) {
  #produce #introduction .introduction-slider ul li.intro-08 {
    gap: 0;
  }
}
#produce #introduction .introduction-slider ul li.intro-08 .txt {
  width: 63%;
}
@media screen and (max-width: 768px) {
  #produce #introduction .introduction-slider ul li.intro-08 .txt {
    width: 100%;
  }
}
#produce #introduction .introduction-slider ul li.intro-08 .img {
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  #produce #introduction .introduction-slider ul li.intro-08 .img {
    margin-top: 0;
  }
  #produce #introduction .introduction-slider ul li.intro-08 .img img {
    width: 32vw;
  }
}
#produce #introduction .introduction-slider .swiper-pagination {
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #produce #introduction .introduction-slider .swiper-pagination {
    bottom: 2.6666666667vw;
  }
}
#produce #introduction .introduction-slider .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 7px;
  height: 7px;
  margin: 0 10px;
  background: #2e2624;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #produce #introduction .introduction-slider .swiper-pagination .swiper-pagination-bullet {
    width: 1.6vw;
    height: 1.6vw;
  }
}
#produce #introduction .introduction-slider .swiper-pagination .swiper-pagination-bullet-active, #produce #introduction .introduction-slider .swiper-pagination .swiper-pagination-bullet:hover {
  background: #ee0011;
}
#produce #introduction .introduction-slider .swiper-pagination .swiper-pagination-bullet-active:before, #produce #introduction .introduction-slider .swiper-pagination .swiper-pagination-bullet:hover:before {
  content: "";
  display: block;
  width: 27px;
  height: 27px;
  position: absolute;
  left: -10px;
  top: -10px;
  right: 0;
  margin: auto;
  border-radius: 4px;
  border: 1px solid #ee0011;
}
@media screen and (max-width: 768px) {
  #produce #introduction .introduction-slider .swiper-pagination .swiper-pagination-bullet-active:before, #produce #introduction .introduction-slider .swiper-pagination .swiper-pagination-bullet:hover:before {
    width: 3.6vw;
    height: 3.6vw;
    left: -0.9333333333vw;
    top: -0.9333333333vw;
  }
}
#produce #introduction .introduction-slider .swiper-slide {
  opacity: 0;
  transition: all 0.3s;
}
#produce #introduction .introduction-slider .swiper-slide-active, #produce #introduction .introduction-slider .swiper-slide-next {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #produce #introduction .introduction-slider .swiper-slide-next {
    opacity: 0;
  }
}
#produce #introduction .introduction-slider .swiper-button-prev, #produce #introduction .introduction-slider .swiper-button-next {
  background-image: url(/wp-content/themes/iridge_2018/images/produce/arrow-slider.png);
  width: 18px;
  height: 29px;
  background-size: contain;
  top: 110px;
  left: 0px;
}
@media screen and (max-width: 768px) {
  #produce #introduction .introduction-slider .swiper-button-prev, #produce #introduction .introduction-slider .swiper-button-next {
    width: 2.6666666667vw;
    height: 4.2666666667vw;
    top: 36vw;
    left: 1.0666666667vw;
  }
}
#produce #introduction .introduction-slider .swiper-button-next {
  transform: rotate(180deg);
  left: auto;
  right: 0px;
}
@media screen and (max-width: 768px) {
  #produce #introduction .introduction-slider .swiper-button-next {
    right: 1.0666666667vw;
  }
}
#produce #pattern {
  padding: 140px 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #produce #pattern {
    padding: 16vw 0;
  }
}
@media screen and (max-width: 768px) {
  #produce #pattern .inner {
    width: 92%;
    margin: 0 auto;
  }
}
#produce #pattern .pattern-tit {
  padding: 0.5em 0;
  border-top: 1px solid #ee0011;
  border-bottom: 1px solid #ee0011;
  font-weight: bold;
  font-size: 25px;
}
@media screen and (max-width: 768px) {
  #produce #pattern .pattern-tit {
    font-size: 5.3333333333vw;
    padding: 0.9em 0;
  }
}
#produce #pattern .sec-txt {
  margin: 30px 0 65px;
}
@media screen and (max-width: 768px) {
  #produce #pattern .sec-txt {
    margin: 4vw 0 12vw;
  }
}
#produce #pattern .scroll {
  display: none;
}
@media screen and (max-width: 768px) {
  #produce #pattern .scroll {
    position: relative;
    display: block;
    color: #ccc;
    font-size: 3.2vw;
  }
  #produce #pattern .scroll:before {
    position: absolute;
    width: 12vw;
    height: 1px;
    content: "";
    background: #ddd;
    left: 10.6666666667vw;
    bottom: 0.5em;
  }
  #produce #pattern .scroll:after {
    position: absolute;
    left: 21.2vw;
    bottom: 0.7em;
    width: 1.6vw;
    height: 1px;
    background: #ddd;
    transform: rotate(50deg);
    content: "";
  }
}
@media screen and (max-width: 768px) {
  #produce #pattern .puttern-table {
    overflow-x: scroll;
    width: 104%;
  }
}
@media screen and (max-width: 768px) {
  #produce #pattern .puttern-table table {
    width: 140%;
  }
}
#produce #pattern .puttern-table tr {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
}
#produce #pattern .puttern-table tr:nth-child(odd) {
  background: #fcdfd7;
}
#produce #pattern .puttern-table th, #produce #pattern .puttern-table td {
  font-size: 14px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  #produce #pattern .puttern-table th, #produce #pattern .puttern-table td {
    height: 2.8em;
    font-size: 2.6666666667vw;
    vertical-align: middle;
    font-weight: bold;
  }
}
#produce #pattern .puttern-table th {
  text-align: center;
  padding: 5px;
  background: #d32632;
  color: #fff;
  font-weight: bold;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  #produce #pattern .puttern-table th {
    padding: 0.2em 0;
  }
}
#produce #pattern .puttern-table td {
  padding: 3px 6px;
}
@media screen and (max-width: 768px) {
  #produce #pattern .puttern-table td {
    padding: 0.2em;
  }
  #produce #pattern .puttern-table td:nth-child(2) {
    width: 23%;
  }
  #produce #pattern .puttern-table td:nth-child(3) {
    width: 38%;
  }
  #produce #pattern .puttern-table td:nth-child(4) {
    width: 8%;
  }
  #produce #pattern .puttern-table td:nth-child(5) {
    width: 14%;
  }
  #produce #pattern .puttern-table td:nth-child(6) {
    width: 12%;
  }
}
#produce #pattern .puttern-table td:nth-child(1), #produce #pattern .puttern-table td:nth-child(4), #produce #pattern .puttern-table td:nth-child(5), #produce #pattern .puttern-table td:nth-child(6) {
  text-align: center;
  padding: 3px 14px;
}
@media screen and (max-width: 768px) {
  #produce #pattern .puttern-table td:nth-child(1), #produce #pattern .puttern-table td:nth-child(4), #produce #pattern .puttern-table td:nth-child(5), #produce #pattern .puttern-table td:nth-child(6) {
    padding: 0.2em;
  }
}
#produce #showcase {
  background: #feefeb;
  padding: 65px 0 55px;
}
@media screen and (max-width: 768px) {
  #produce #showcase {
    padding: 10.6666666667vw 0;
  }
}
#produce #showcase .showcase-content {
  max-width: 1000px;
  height: 420px;
  margin: 0 auto;
  padding: 0 25px 100px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #produce #showcase .showcase-content {
    height: 89.8666666667vw;
    padding: 0 9.8666666667vw 20vw;
  }
}
#produce #showcase .showcase-content .slider2 {
  max-width: 900px;
  margin: 0 auto;
}
#produce #showcase .showcase-content .showcase {
  margin: 60px auto;
}
@media screen and (max-width: 768px) {
  #produce #showcase .showcase-content .showcase {
    width: 100%;
    margin: 6.6666666667vw auto;
  }
}
#produce #showcase .showcase-content .swiper-slide {
  height: 260px;
  opacity: 0;
  transition: all 0.3s;
  background: #fff;
  box-shadow: 3px 10px 15px 0px rgb(230, 197, 197);
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  #produce #showcase .showcase-content .swiper-slide {
    opacity: 1;
    height: auto;
  }
}
#produce #showcase .showcase-content .swiper-slide:nth-child(1), #produce #showcase .showcase-content .swiper-slide:nth-child(2), #produce #showcase .showcase-content .swiper-slide:nth-child(3) {
  opacity: 1;
}
#produce #showcase .showcase-content .swiper-slide-active {
  opacity: 1;
}
#produce #showcase .showcase-content .swiper-slide-next {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #produce #showcase .showcase-content .swiper-slide-next {
    opacity: 0;
  }
  #produce #showcase .showcase-content .swiper-slide-next:nth-child(1), #produce #showcase .showcase-content .swiper-slide-next:nth-child(2), #produce #showcase .showcase-content .swiper-slide-next:nth-child(3) {
    opacity: 0;
  }
}
#produce #showcase .showcase-content .swiper-slide-next + .swiper-slide {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #produce #showcase .showcase-content .swiper-slide-next + .swiper-slide {
    opacity: 0;
  }
}
#produce #showcase .showcase-content .swiper-slide-prev {
  opacity: 0;
}
#produce #showcase .showcase-content .swiper-slide-prev:nth-child(1), #produce #showcase .showcase-content .swiper-slide-prev:nth-child(2), #produce #showcase .showcase-content .swiper-slide-prev:nth-child(3) {
  opacity: 0;
}
#produce #showcase .showcase-content .swiper-slide .txt {
  font-size: 14px;
  padding: 1.1em 0.9em;
}
@media screen and (max-width: 768px) {
  #produce #showcase .showcase-content .swiper-slide .txt {
    font-size: 3.4666666667vw;
    padding: 1em 1.4em 1.2em;
    font-weight: bold;
  }
}
#produce #showcase .showcase-content .swiper-slide img {
  border-radius: 4px 4px 0 0;
  height: 150px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  #produce #showcase .showcase-content .swiper-slide img {
    height: 42.4vw;
  }
}
#produce #showcase .showcase-content .swiper-pagination {
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #produce #showcase .showcase-content .swiper-pagination {
    bottom: 4vw;
  }
}
#produce #showcase .showcase-content .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 7px;
  height: 7px;
  margin: 0 10px;
  background: #2e2624;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #produce #showcase .showcase-content .swiper-pagination .swiper-pagination-bullet {
    width: 1.6vw;
    height: 1.6vw;
  }
}
#produce #showcase .showcase-content .swiper-pagination .swiper-pagination-bullet-active, #produce #showcase .showcase-content .swiper-pagination .swiper-pagination-bullet:hover {
  background: #ee0011;
}
#produce #showcase .showcase-content .swiper-pagination .swiper-pagination-bullet-active:before, #produce #showcase .showcase-content .swiper-pagination .swiper-pagination-bullet:hover:before {
  content: "";
  display: block;
  width: 27px;
  height: 27px;
  position: absolute;
  left: -10px;
  top: -10px;
  right: 0;
  margin: auto;
  border-radius: 4px;
  border: 1px solid #ee0011;
}
@media screen and (max-width: 768px) {
  #produce #showcase .showcase-content .swiper-pagination .swiper-pagination-bullet-active:before, #produce #showcase .showcase-content .swiper-pagination .swiper-pagination-bullet:hover:before {
    width: 3.6vw;
    height: 3.6vw;
    left: -0.9333333333vw;
    top: -0.9333333333vw;
  }
}
#produce #showcase .showcase-content .swiper-button-prev, #produce #showcase .showcase-content .swiper-button-next {
  background-image: url(/wp-content/themes/iridge_2018/images/produce/arrow-slider.png);
  width: 18px;
  height: 29px;
  background-size: contain;
  top: 45%;
  left: 0px;
}
@media screen and (max-width: 768px) {
  #produce #showcase .showcase-content .swiper-button-prev, #produce #showcase .showcase-content .swiper-button-next {
    width: 2.6666666667vw;
    height: 4.2666666667vw;
    top: 44vw;
    left: 3.7333333333vw;
  }
}
#produce #showcase .showcase-content .swiper-button-next {
  transform: rotate(180deg);
  left: auto;
  right: 0px;
}
@media screen and (max-width: 768px) {
  #produce #showcase .showcase-content .swiper-button-next {
    right: 3.7333333333vw;
  }
}
#produce #form .inner {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  #produce #form .inner {
    padding: 12vw 0 21.3333333333vw;
  }
}
#produce #form .form-cont {
  padding: 60px 100px 0;
}
@media screen and (max-width: 768px) {
  #produce #form .form-cont {
    padding: 8vw 0 0;
  }
}/*# sourceMappingURL=service.css.map */