@charset "UTF-8";

/* @import url("https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap"); */
body {
  position: relative;
  margin: 0px;
  background-color: #ECF2FD;
  /*
  font-family: "Hiragino Sans", Meiryo, "メイリオ", sans-serif;
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna"; 
  */
}

/* header */
header {
  background-color: #4285F4;
  background-image: url(../images/bg-blue.png);
  color: #fff;
  height: 180px;
  line-height: 180px;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  padding-top: 60px;
  font-weight: 200;
}

@media screen and (max-width: 480px) {
  header.double {
    line-height: 45px;
    font-size: 30px;
    font-weight: 500;
    padding-block-end: 15px;
    /*
      padding: 15px 0px;
      margin-top: 60px;
      */
    height: auto;
  }
}

@media screen and (max-width: 480px) {
  header {
    height: 90px;
    line-height: 90px;
    font-size: 30px;
    font-weight: 500;
  }
}

.add-sizeCnt-pc {
  display: none !important;
}

@media only screen and (min-width: 1281px) {
  .add-sizeCnt-pc {
    display: inline-block !important;
  }
}

.sub-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ddd;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 60px;
  background-color: #fff;
}

.sub-nav a.link.icon {
  padding: 0px 15px 0px 55px;
}

.sub-nav a.link.icon.no1:after,
.sub-nav a.link.icon.no1.active:after {
  background-position: 0px 0px;
}

.sub-nav a.link.icon.no2:after,
.sub-nav a.link.icon.no2.active:after {
  background-position: -34px 0px;
}

.sub-nav a.link.icon.no3:after,
.sub-nav a.link.icon.no3.active:after {
  background-position: -68px 0px;
}

.sub-nav a.link.icon.no4:after,
.sub-nav a.link.icon.no4.active:after {
  background-position: -102px 0px;
}

.sub-nav a.link.icon.whitepaper:after {
  background-position: 0px 0px;
}

.sub-nav a.link.icon.whitepaper.active:after {
  background-position: -34px 0px;
}

.sub-nav a.link.icon.template:after {
  background-position: -68px 0px;
}

.sub-nav a.link.icon.template.active:after {
  background-position: -102px 0px;
}

.sub-nav a.link.icon.knowledge:after {
  background-position: -136px 0px;
}

.sub-nav a.link.icon.knowledge.active:after {
  background-position: -170px 0px;
}

.sub-nav a.link.icon.whitepaper:after,
.sub-nav a.link.icon.template:after,
.sub-nav a.link.icon.knowledge:after {
  background-image: url(../images/icon-knowledge.svg);
}

.sub-nav a.link.icon.no1:after,
.sub-nav a.link.icon.no2:after,
.sub-nav a.link.icon.no3:after,
.sub-nav a.link.icon.no4:after {
  background-image: url(../images/icon-numeric.svg);
}

.sub-nav a.link.icon.active.no1:after,
.sub-nav a.link.icon.active.no2:after,
.sub-nav a.link.icon.active.no3:after,
.sub-nav a.link.icon.active.no4:after {
  background-image: url(../images/icon-numeric-colored.svg);
}

.sub-nav a.link.icon:after {
  position: absolute;
  width: 34px;
  height: 34px;
  top: 12.5px;
  left: 10px;
  background-size: auto 100%;
  content: '';
}

.sub-nav a.link.icon.active:after {
  background-size: auto 100%;
}

.sub-nav a {
  text-decoration: none;
  margin: 0px 5px;
}

.sub-nav a.link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #09215D;
  line-height: 60px;
  height: 60px;
  padding: 0px 15px 0px;
  font-size: 16px;
  font-weight: 300;
  border-bottom: 3px solid #fff;
  cursor: pointer;
  position: relative;
}

.sub-nav a.link.active {
  color: #4573FE;
  border-bottom: 3px solid #4573FE;
  font-weight: 600;
  cursor: normal;
}

.sub-nav a.link.active:hover {
  border-bottom: 3px solid #4573FE;
}

.sub-nav a.link:hover {
  background: #eee;
  border-bottom: 3px solid #eee;
}

/* content */

@media screen and (max-width: 840px) {
  .contentleft {
    margin: 0px;
  }
}

.sub-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ddd;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 60px;
  background-color: #fff;
}

.sub-nav.sp {
  margin-bottom: 30px;
}

@media screen and (max-width: 480px) {
  .sub-nav.sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.sub-nav a.link.icon {
  padding: 0px 15px 0px 55px;
}

.sub-nav a.link.icon.no1:after,
.sub-nav a.link.icon.no1.active:after {
  background-position: 0px 0px;
}

.sub-nav a.link.icon.no2:after,
.sub-nav a.link.icon.no2.active:after {
  background-position: -34px 0px;
}

.sub-nav a.link.icon.no3:after,
.sub-nav a.link.icon.no3.active:after {
  background-position: -68px 0px;
}

.sub-nav a.link.icon.no4:after,
.sub-nav a.link.icon.no4.active:after {
  background-position: -102px 0px;
}

.sub-nav a.link.icon.whitepaper:after {
  background-position: 0px 0px;
}

.sub-nav a.link.icon.whitepaper.active:after {
  background-position: -34px 0px;
}

.sub-nav a.link.icon.template:after {
  background-position: -68px 0px;
}

.sub-nav a.link.icon.template.active:after {
  background-position: -102px 0px;
}

.sub-nav a.link.icon.knowledge:after {
  background-position: -136px 0px;
}

.sub-nav a.link.icon.knowledge.active:after {
  background-position: -170px 0px;
}

.sub-nav a.link.icon.whitepaper:after,
.sub-nav a.link.icon.template:after,
.sub-nav a.link.icon.knowledge:after {
  background-image: url(../images/icon-knowledge.svg);
}

.sub-nav a.link.icon.no1:after,
.sub-nav a.link.icon.no2:after,
.sub-nav a.link.icon.no3:after,
.sub-nav a.link.icon.no4:after {
  background-image: url(../images/icon-numeric.svg);
}

.sub-nav a.link.icon.active.no1:after,
.sub-nav a.link.icon.active.no2:after,
.sub-nav a.link.icon.active.no3:after,
.sub-nav a.link.icon.active.no4:after {
  background-image: url(../images/icon-numeric-colored.svg);
}

.sub-nav a.link.icon.function:after,
.sub-nav a.link.icon.function.active:after {
  background-image: url(../images/icon-function.svg);
}

.sub-nav a.link.icon.function.normal:after {
  background-position: 0px 0px;
}

.sub-nav a.link.icon.function.normal.active:after {
  background-position: -34px 0px;
}

.sub-nav a.link.icon.function.hop:after {
  background-position: -68px 0px;
}

.sub-nav a.link.icon.function.hop.active:after {
  background-position: -102px 0px;
}

.sub-nav a.link.icon.function.qlogic:after {
  background-position: -136px 0px;
}

.sub-nav a.link.icon.function.qlogic.active:after {
  background-position: -170px 0px;
}

.sub-nav a.link.icon.function.member:after {
  background-position: -204px 0px;
}

.sub-nav a.link.icon.function.member.active:after {
  background-position: -238px 0px;
}

.sub-nav a.link.icon:after {
  position: absolute;
  width: 34px;
  height: 34px;
  top: 12.5px;
  left: 10px;
  background-size: auto 100%;
  content: '';
}

.sub-nav a.link.icon.active:after {
  background-size: auto 100%;
}

.sub-nav a {
  text-decoration: none;
  margin: 0px 5px;
}

.sub-nav a.link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #09215D;
  line-height: 60px;
  height: 60px;
  padding: 0px 15px 0px;
  font-size: 16px;
  font-weight: 300;
  cursor: pointer;
  position: relative;
  border-bottom: 3px solid #fff;
}

@media screen and (max-width: 480px) {
  .sub-nav a.link {
    line-height: 50px;
    height: 50px;
    font-size: 14px;
    padding: 0px 5px;
  }
}

.sub-nav a.link.active {
  color: #4573FE;
  border-bottom: 3px solid #4573FE;
  font-weight: 600;
  cursor: normal;
}

.sub-nav a.link.active:hover {
  border-bottom: 3px solid #4573FE;
}

.sub-nav a.link:hover {
  background: #eee;
  border-bottom: 3px solid #eee;
}

/* footer */
footer {
  display: block;
  height: 100px;
  font-size: 12px;
  color: #aaa;
  text-align: center;
  background-color: #ECF2FD;
  /*padding-right: 286px;*/
  padding-top: 40px;
}

footer .sp {
  display: none;
}

footer .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

footer .link a {
  color: #aaa;
  text-decoration: none;
}

footer .link a:hover {
  text-decoration: underline;
}

footer .link a+a {
  margin-left: 15px;
}

footer .copyright {
  font-family: Helvetica;
  margin-top: 10px;
  line-height: 30px;
  margin-bottom: 20px;
}

@media screen and (max-width: 840px) {
  footer {
    padding-right: 0px;
  }
}

@media screen and (max-width: 800px) {
  footer .pc {
    display: none;
  }

  footer .sp {
    display: block;
  }

  footer {
    width: 100%;
    padding: 0;
  }

  footer .link {
    display: block;
  }

  footer .link a {
    display: block;
    margin: 0 !important;
    height: 38px;
    line-height: 38px;
    color: #FFFFFF;
    background-color: #4174D3;
    border: solid 1px #2859B5;
  }

  footer .copyright {
    height: 135px;
    background-color: #4174D3;
    margin: 0;
  }

  footer .copyright_img {
    margin: 15px auto 0;
  }
}

body.static {
  background: #fff;
}

/* top */
/*
main.top {
  width: 100%; }

.content-text {
  padding: 10px; }
  .content-text p {
    font-size: 16px; }

section#brands {
  display: block;
  background-color: #fff;
  position: relative;
  padding: 100px 0px 0px;
  margin: 0px; }
  @media screen and (max-width: 1480px) {
    section#brands {
      background-size: 100% auto; } }
  section#brands .text {
    margin-top: -90px;
    text-align: center;
    margin-bottom: 10px; }
    section#brands .text p {
      margin: 0px;
      line-height: 40px; }
    section#brands .text h2 {
      line-height: 30px; }
  section#brands img.sp {
    display: none; }
    @media screen and (max-width: 480px) {
      section#brands img.sp {
        display: block;
        width: 100%; } }
  section#brands img.pc {
    width: 100%;
    max-width: 1600px;
    margin-bottom: 60px; }
    @media screen and (max-width: 480px) {
      section#brands img.pc {
        display: none; } }
  section#brands p {
    text-align: center; }

section#features {
  display: block; }
  section#features h1 {
    margin-bottom: 40px;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt"; }
    @media screen and (max-width: 1400px) {
      section#features h1 {
        font-size: 40px;
        margin-bottom: 20px; } }
    @media screen and (max-width: 1000px) {
      section#features h1 {
        font-size: 40px; } }
  @media screen and (max-width: 1000px) and (max-width: 480px) {
    section#features h1 {
      color: #000;
      font-size: 22px;
      font-weight: 600;
      text-align: center;
      margin: 0px 0px 20px;
      padding-left: 10px; } }
  section#features h2 {
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt"; }
  section#features .feature {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0px;
    padding: 40px 0px 0px; }
    @media screen and (max-width: 1400px) {
      section#features .feature {
        padding: 10px 0px 0px; } }
    section#features .feature img {
      display: block;
      margin: 0 auto; }
      @media screen and (max-width: 480px) {
        section#features .feature img.pc {
          display: none; } }
      section#features .feature img.sp {
        display: none; }
        @media screen and (max-width: 480px) {
          section#features .feature img.sp {
            display: block; } }
    section#features .feature:last-child {
      border-bottom: 0px; }
    section#features .feature .townBg {
      margin-top: 20px;
      width: 100%;
      height: 120px;
      background-image: url(../images/illust-feature-company.png);
      background-size: auto 100%;
      background-position: center top; }
      @media screen and (max-width: 480px) {
        section#features .feature .townBg {
          margin-top: 20px;
          height: 100px; } }
    section#features .feature .content {
      width: 900px;
      margin: 0 auto; }
      @media screen and (max-width: 480px) {
        section#features .feature .content {
          width: 100%; } }
    @media screen and (max-width: 480px) {
      section#features .feature {
        padding: 10px 0px 0px; } }
    section#features .feature.researcher {
      background-color: #F1FFEC;
      background-image: url(../images/bg-green.png); }
      section#features .feature.researcher h1 {
        color: #113F00;
        text-shadow: 0px 1px 3px rgba(255, 255, 255, 0.4); }
      section#features .feature.researcher h2 {
        color: #000; }
    section#features .feature.monitor {
      background-color: #FFF7F2; }
      section#features .feature.monitor h1 {
        color: #842500;
        text-shadow: 0px 1px 3px rgba(255, 255, 255, 0.4); }
      section#features .feature.monitor h2 {
        color: #000; }
    section#features .feature.costspeed {
      background-color: #FFFDDE; }
      section#features .feature.costspeed h1 {
        color: #564200;
        text-shadow: 0px 1px 3px rgba(255, 255, 255, 0.4); }
      section#features .feature.costspeed h2 {
        color: #000; }
    section#features .feature.target {
      background-color: #F9F4FF; }
      section#features .feature.target h1 {
        color: #560032;
        text-shadow: 0px 1px 3px rgba(255, 255, 255, 0.4); }
      section#features .feature.target h2 {
        color: #000; }
    section#features .feature.comp {
      background-color: #E8F4FF; }
      section#features .feature.comp h1 {
        color: #006;
        text-shadow: 0px 1px 3px white; }
    @media screen and (max-width: 1000px) {
      section#features .feature h2 {
        font-size: 20px; } }
    @media screen and (max-width: 480px) {
      section#features .feature {
        margin: 0px auto 0px; }
        section#features .feature h1 {
          font-size: 24px;
          padding-top: 20px; }
        section#features .feature h2 {
          font-size: 16px;
          text-align: justify;
          padding: 0px 10px;
          margin-top: 20px; }
        section#features .feature img {
          width: 100%;
          margin: 0px; } }

section#brands {
  text-align: center;
  border-bottom: 1px solid #ddd; }

section#trial {
  padding: 20px auto; }
  @media screen and (max-width: 480px) {
    section#trial h3 {
      font-size: 20px; } }
  @media screen and (max-width: 480px) {
    section#trial a.button.large.round {
      width: 250px;
      height: 60px;
      padding: 0px;
      line-height: 60px;
      font-size: 20px; } }

#keyvisual h1, #keyvisual h2, #keyvisual h3, #keyvisual p {
  color: #fff;
  text-align: center; }

#keyvisual h1 {
  font-size: 100px;
  font-weight: 100;
  margin: 0px;
  margin-bottom: 60px; }

#keyvisual p {
  font-size: 24px;
  margin-bottom: 40px; }

img.illust-feature-researcher {
  width: 700px; }

img.illust-feature-monitor {
  width: 900px; }

img.illust-feature-cost {
  width: calc( 90vw - 480px);
  max-width: 1000px; }

img.illust-feature-target {
  width: 1000px; }

@media screen and (max-width: 1400px) {
  img.illust-feature-researcher {
    width: 60%;
    margin-top: -30px; }
  img.illust-feature-monitor {
    width: 60%; }
  img.illust-feature-cost {
    width: 80%; }
  img.illust-feature-target {
    width: 80%; } }

*/

main.privacy {
  padding-top: 30px;
  margin-bottom: 80px;
}

@media screen and (max-width: 1000px) {
  main.privacy {
    width: 90%;
  }
}

main.security {
  padding-top: 30px;
  margin-bottom: 80px;
}

@media screen and (max-width: 1000px) {
  main.security {
    width: 90%;
  }
}

main.security h2 {
  font-size: 28px;
  color: #4285F4;
  text-align: left;
  margin: 60px 0px 30px;
  border-left: 6px solid #4285F4;
  padding-left: 20px;
  line-height: 42px;
}

main.security h3 {
  font-size: 22px;
  color: #4285F4;
  text-align: left;
  border-bottom: 1px solid #ddd;
  line-height: 2;
}

.illust-feature-target-container {
  position: relative;
}

.illust-feature-target-container a.button.large.round.target-button {
  position: absolute;
}

.illust-feature-target-container a.button.large.round.target-button.pc {
  top: 220px;
  right: -10px;
  width: 300px;
}

@media screen and (max-width: 1400px) {
  .illust-feature-target-container a.button.large.round.target-button.pc {
    top: 150px;
    right: 50px;
  }
}

@media screen and (max-width: 480px) {
  .illust-feature-target-container a.button.large.round.target-button.pc {
    display: none;
  }
}

.illust-feature-target-container a.button.large.round.target-button.sp {
  display: none;
  width: 280px;
  bottom: 30px;
  left: calc(50% - 140px);
}

@media screen and (max-width: 375px) {
  .illust-feature-target-container a.button.large.round.target-button.sp {
    bottom: 20px;
  }
}

@media screen and (max-width: 480px) {
  .illust-feature-target-container a.button.large.round.target-button.sp {
    display: block;
  }
}

/* about */
main.about.index {
  margin-top: 0px;
}

main.about.index h1 {
  font-size: 50px;
}

@media screen and (max-width: 480px) {
  main.about.index h1 {
    font-size: 24px;
    font-weight: bold;
    margin: 0px auto 30px;
  }
}

main.about.index p {
  font-size: 18px;
}

@media screen and (max-width: 480px) {
  main.about.index p {
    font-size: 14px;
    text-align: left;
    padding: 0px 10px;
  }
}

main.about.index section {
  display: block;
  margin: 0 auto;
}

main.about.index section.introduction {
  margin: 45px auto 80px;
}

@media screen and (max-width: 480px) {
  main.about.index section.introduction {
    margin: 0px auto 30px;
  }

  main.about.index section.introduction h3 {
    text-align: center;
    font-weight: 300;
    font-size: 24px;
    line-height: 2;
  }
}

@media screen and (max-width: 480px) and (max-width: 480px) {
  main.about.index section.introduction h3 {
    font-size: 16px;
  }
}

main.about.index section.research,
main.about.index section.monitor {
  max-width: 900px;
}

main.about.index section.problem .text:after {
  background-image: url(../images/about-index-problem.svg);
}

main.about.index section.solution .text:after {
  background-image: url(../images/about-index-solution.svg);
}

main.about.index section.problem,
main.about.index section.solution {
  color: #fff;
  background-color: #4185F4;
  background-image: url(../images/bg-problem.png);
  background-position: center;
  background-repeat: no-repeat;
  height: 290px;
  padding-top: 30px;
}

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

  main.about.index section.problem,
  main.about.index section.solution {
    height: auto;
    padding-top: 20px;
  }
}

main.about.index section.problem.solution,
main.about.index section.solution.solution {
  background-color: #F44179;
  background-image: url(../images/bg-solution.png);
}

main.about.index section.problem.thin,
main.about.index section.solution.thin {
  height: 250px;
}

main.about.index section.problem.thin .text:after,
main.about.index section.solution.thin .text:after {
  top: -70px;
}

main.about.index section.problem h3,
main.about.index section.solution h3 {
  display: block;
  max-width: 800px;
  margin: 0px auto 0px;
  font-size: 34px;
  line-height: 70px;
  color: #fff;
  font-weight: 600;
  padding-left: 340px;
  text-align: left;
}

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

  main.about.index section.problem h3,
  main.about.index section.solution h3 {
    font-size: 24px;
    line-height: 1.4;
    padding: 10px 0px;
    text-align: center;
  }
}

main.about.index section.problem .text,
main.about.index section.solution .text {
  display: block;
  max-width: 800px;
  margin: 0px auto 0px;
  padding: 10px 0px 10px;
  padding-left: 300px;
  position: relative;
}

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

  main.about.index section.problem .text,
  main.about.index section.solution .text {
    padding-left: 0px;
  }
}

main.about.index section.problem .text:after,
main.about.index section.solution .text:after {
  position: absolute;
  top: -30px;
  left: 140px;
  content: '';
  width: 140px;
  height: 160px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 100%;
}

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

  main.about.index section.problem .text:after,
  main.about.index section.solution .text:after {
    display: none;
  }
}

main.about.index section.problem .text p,
main.about.index section.solution .text p {
  margin: 0px 0px 25px;
  position: relative;
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  padding-left: 20px;
  font-weight: 200;
}

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

  main.about.index section.problem .text p,
  main.about.index section.solution .text p {
    font-size: 18px;
    line-height: 1.6;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    margin-bottom: 20px;
  }
}

section.problem-after {
  display: block;
}

section.problem-after h3 {
  font-size: 24px;
  color: #09215D;
  margin-bottom: 60px;
}

section.problem-after .text {
  width: 900px;
  margin: 60px auto;
}

section.problem-after .text p {
  font-size: 22px;
}

section.solution-after {
  display: block;
  background-color: #fff;
  margin-bottom: 40px;
  padding: 60px 0px;
}

@media screen and (max-width: 480px) {
  section.solution-after {
    padding: 20px 0px;
  }
}

section.solution-after h3 {
  color: #FE277D;
  font-size: 30px;
  font-weight: 300;
  margin: 0;
  padding: 20px 0px 20px;
}

@media screen and (max-width: 480px) {
  section.solution-after h3 {
    font-size: 20px;
    font-weight: bold;
  }
}

a.button.about {
  position: relative;
  display: block;
  width: 700px;
  margin: 60px auto 60px;
  padding: 20px 0px;
  border-radius: 999px;
  font-size: 26px;
}

@media screen and (max-width: 480px) {
  a.button.about {
    font-size: 16px;
    font-weight: bold;
    width: calc(100% - 60px);
    margin: 40px auto 40px;
    text-align: center;
    padding: 15px 20px 15px 20px;
    line-height: 1.6;
  }
}

a.button.about:after {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  top: 35px;
  right: 10px;
  background-image: url(../images/icon-next.svg);
  background-size: 100%;
}

@media screen and (max-width: 480px) {
  a.button.about:after {
    width: 25px;
    height: 25px;
    top: calc(50% - 12.5px);
  }
}

body.about.index h1,
body.about.index h2,
body.about.index h3,
body.about.index li {
  color: #09215D;
}

body.about.index h3.pink {
  color: #EF4A7B;
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  body.about.index h3.pink {
    margin: 0px auto;
    padding: 10px 0px;
    text-align: center;
  }
}

body.about.index section#trial.thin {
  background-color: #ecf2fd;
}

body.about.index section#trial.thin h3 {
  color: #09215D;
}

body.researcher {
  background-color: #ECF2FD;
}

body.researcher h1,
body.researcher h2,
body.researcher h3,
body.researcher li {
  color: #09215D;
}

body.researcher p {
  color: #000;
}

body.researcher section#trial.thin {
  background-color: #deffd3;
}

body.researcher section#trial.thin h3 {
  color: #09215D;
}

body.monitor {
  background-color: #ECF2FD;
}

body.monitor h1,
body.monitor h3,
body.monitor li {
  color: #09215D;
}

body.monitor h2 {
  color: #000;
}

body.monitor section#trial.thin {
  background-color: #ffe7d9;
}

body.monitor section#trial.thin h3 {
  color: #09215D;
}

body.costspeed,
body.charge {
  background-color: #FFFDDE;
  background-image: url(../images/bg-yellow.png);
}

body.costspeed h1,
body.costspeed h3,
body.charge h1,
body.charge h3 {
  color: #564200;
  text-shadow: 0px 1px 3px rgba(255, 255, 255, 0.4);
}

body.costspeed h2,
body.charge h2 {
  color: #000;
}

body.costspeed section#trial.thin,
body.charge section#trial.thin {
  background-color: #fffbc5;
}

body.costspeed section#trial.thin h3,
body.charge section#trial.thin h3 {
  color: #564200;
}

body.target {
  background-color: #F9F4FF;
}

body.target h1 {
  color: #560032;
  text-shadow: 0px 1px 3px rgba(255, 255, 255, 0.4);
}

body.target h2 {
  color: #000;
}

body.comp {
  background-color: #E8F4FF;
}

body.comp h1 {
  color: #006;
  text-shadow: 0px 1px 3px white;
}

.separator {
  display: block;
  content: "";
  margin: 60px auto 60px;
  width: 50%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 480px) {
  .separator {
    display: none;
  }
}

/* checkmark */
ul {
  list-style-type: none;
  margin: 60px auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ul.about-researcher,
ul.about-researcher-type {
  width: 700px;
}

ul.about-monitor {
  width: 500px;
}

@media screen and (max-width: 480px) {
  ul {
    width: 100%;
    margin: 20px auto;
  }
}

ul li {
  position: relative;
  font-size: 24px;
  line-height: 40px;
  padding-left: 40px;
  margin-bottom: 20px;
}

@media screen and (max-width: 480px) {
  ul li {
    font-size: 16px;
    padding-left: 0px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}

ul li:after {
  position: absolute;
  display: block;
  width: 60px;
  height: 60px;
  top: -10px;
  left: -30px;
  background-image: url(../images/icon-checkmark.svg);
  content: '';
  background-size: 100%;
}

@media screen and (max-width: 480px) {
  ul li:after {
    width: 32px;
    height: 32px;
    top: -5px;
    left: -35px;
  }
}

ul.about-researcher,
ul.about-monitor,
ul.about-researcher-type {
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  padding: 30px 30px 10px 60px;
}

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

  ul.about-researcher,
  ul.about-monitor,
  ul.about-researcher-type {
    width: 100%;
    margin: 40px auto;
    border-radius: 0px;
  }
}

ul.about-researcher li:after {
  background-image: url(../images/icon-checkmark-green.svg);
}

@media screen and (max-width: 480px) {
  ul.about-researcher-type {
    padding: 20px 20px 1px 0px;
  }
}

ul.about-researcher-type li {
  font-size: 22px;
  color: #C92525 !important;
}

@media screen and (max-width: 480px) {
  ul.about-researcher-type li {
    font-size: 16px;
    padding-left: 50px;
  }
}

ul.about-researcher-type li:after {
  background-image: url(../images/icon-notice.svg);
}

@media screen and (max-width: 480px) {
  ul.about-researcher-type li:after {
    left: 10px;
  }
}

.graph {
  background-color: #fff;
}

.illust {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  margin: 0px auto;
}

@media screen and (max-width: 480px) {
  .illust {
    width: 100%;
  }
}

.illust.about-graph {
  background-image: url(../images/graph-problem.png);
  width: 100%;
  height: 600px;
  background-size: 900px;
}

@media screen and (max-width: 480px) {
  .illust.about-graph {
    background-image: url(../images/illust-about-graph-sp.png);
    height: 450px;
    background-size: 360px auto;
  }
}

.illust.about-monitor {
  content: '';
  background-image: url(../images/illust-about-monitor_20250618.png);
  width: 900px;
  height: 640px;
  margin: 0px auto;
  display: block;
}

@media screen and (max-width: 480px) {
  .illust.about-monitor {
    background-image: url(../images/illust-about-monitor-sp_20250618.png);
    width: 100%;
    height: 360px;
    margin-top: -10px;
    background-size: auto 360px;
  }
}

.illust.about-researcher {
  content: '';
  background-image: url(../images/illust-about-researcher.png);
  width: 900px;
  height: 450px;
  margin: 0px auto;
  display: block;
}

@media screen and (max-width: 480px) {
  .illust.about-researcher {
    width: 100%;
    height: 360px;
    background-size: auto 360px;
    background-image: url(../images/illust-about-researcher-sp.png);
  }
}

.illust-about-charge {
  content: '';
  background-image: url(../images/illust-about-charge.png);
  width: 900px;
  height: 760px;
  margin: 30px auto 40px;
  display: block;
}

@media screen and (max-width: 480px) {
  .illust-about-charge {
    width: 100%;
    height: 300px;
    margin: 0px;
    background-image: url(../images/illust-about-charge-sp.png);
    background-position: center;
    background-size: auto 300px;
  }
}

.image-about-keyvisual {
  display: block;
  margin: 0 auto;
}

.image-about-keyvisual.sp {
  width: 100%;
}

.illust-monitor-cleaning {
  display: block;
  width: 900px;
  margin: 0 auto;
}

.illust-about-character {
  content: '';
  background-image: url(../images/illust-about-character.png);
  width: 320px;
  height: 320px;
  margin: 0px auto;
  display: block;
}

@media screen and (max-width: 480px) {
  .illust-about-character {
    width: 180px;
    height: 180px;
    background-size: 100%;
    background-repeat: no-repeat;
  }
}

@media screen and (max-width: 480px) {
  body.function h1 {
    font-size: 24px;
    font-weight: bold;
    margin: 0px;
  }
}

@media screen and (max-width: 480px) {
  body.function main p {
    padding: 0px 20px;
  }
}

@media screen and (max-width: 480px) {
  body.function main img {
    width: 100%;
  }
}

body.function .listbutton .content .shot.function-step1 {
  background-image: url(../images/illust-function-step1.png);
  background-size: 100%;
}

body.function .listbutton .content .shot.function-step2 {
  background-image: url(../images/illust-function-step2.png);
  background-size: 100%;
}

body.function .listbutton .content .shot.function-step3 {
  background-image: url(../images/illust-function-step3.png);
  background-size: 100%;
}

.hop-illust {
  display: block;
  width: 700px;
  margin: 10px auto 0;
}

.hop-table {
  display: block;
  width: 750px;
  margin: 10px auto 0;
}

.hop-description {
  margin-bottom: 50px;
}

.hop-description p {
  margin: 0;
  text-align: center;
}

.illust-member {
  display: block;
  width: 750px;
  margin: 10px auto 20px;
}

body.case {
  background: #fff;
}

@media screen and (max-width: 480px) {
  body.case header {
    height: 60px;
    line-height: 60px;
    font-size: 24px;
  }
}

body.case main h1 {
  font-size: 30px;
}

@media screen and (max-width: 480px) {
  body.case main h1 {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: bold;
  }
}

body.case main h2 {
  margin-top: 20px;
  font-size: 26px;
  color: #09215D;
  font-weight: 300;
}

@media screen and (max-width: 480px) {
  body.case main h2 {
    margin-top: 0px;
    font-size: 16px;
    text-align: justify;
    padding: 20px 20px 0px;
    line-height: 2;
  }
}

@media screen and (max-width: 480px) {
  body.case main h3 {
    font-size: 18px;
    font-weight: bold;
    text-align: justify;
    padding: 0 20px;
  }
}

body.case main p.interviewee {
  text-align: center;
}

@media screen and (max-width: 480px) {
  body.case main p {
    font-size: 14px;
    text-align: justify;
    padding: 0 20px;
  }
}

body.case .sepalate {
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #ddd;
  content: '';
  margin: 80px auto;
}

@media screen and (max-width: 480px) {
  body.case .sepalate {
    margin: 30px auto;
    border-bottom: 0px;
  }
}

body.case img.keyvisual {
  margin: -61px auto 0;
}

@media screen and (max-width: 480px) {
  body.case img.keyvisual {
    margin-top: -31px;
    width: 100%;
  }
}

img.logo {
  display: block;
  margin: 20px auto 0px;
}

@media screen and (max-width: 480px) {
  img.logo {
    width: 140px;
  }
}

.listLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 60px auto 60px;
  border-top: 1px solid #ddd;
  -webkit-transition: .3 ease all;
  -o-transition: .3 ease all;
  transition: .3 ease all;
  width: 100%;
}

@media screen and (max-width: 480px) {
  .listLink {
    margin: 20px auto 0;
  }
}

.listLink a {
  text-decoration: none;
  border-left: 3px solid #fff;
  padding-left: 20px;
  border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 480px) {
  .listLink a:last-child {
    border-bottom: 0px;
  }
}

.listLink a:hover {
  background-color: #4594fe;
}

.listLink a:hover .text h3,
.listLink a:hover .text p {
  color: #fff;
}

.listLink a.active {
  background-color: #ecf4ff;
}

.listlink .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0px;
}

@media screen and (max-width: 480px) {
  .listlink .content {
    padding: 15px 0px;
  }
}

.listlink .content .shot {
  display: block;
  width: 140px;
  height: 140px;
  content: '';
  background-color: #ddd;
  border-radius: 5px;
  background-size: 100%;
  background-position: center;
  margin-left: 20px;
}

@media screen and (max-width: 480px) {
  .listlink .content .shot {
    width: 80px;
    height: 80px;
    margin-left: 0px;
  }
}

.listlink .content .shot.case-mercari {
  background-image: url(../lp/case/images/case-thumbnail-mercari.png);
}

.listlink .content .shot.case-somewrite {
  background-image: url(../lp/case/images/case-thumbnail-somewrite.png);
}

.listlink .content .shot.case-dip {
  background-image: url(../lp/case/images/case-thumbnail-dip.png);
}

.listlink .content .shot.case-gaiax {
  background-image: url(../lp/case/images/case-thumbnail-gaiax.png);
}

.listlink .content .shot.case-moneyforward {
  background-image: url(../lp/case/images/case-thumbnail-moneyforward.png);
}

.listlink .content .text {
  padding-left: 40px;
}

@media screen and (max-width: 480px) {
  .listlink .content .text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 0px;
  }
}

.listlink .content .text h3 {
  text-align: left;
  margin: 0;
}

@media screen and (max-width: 480px) {
  .listlink .content .text h3 {
    line-height: 2;
  }
}

.listlink .content .text a {
  color: #4594FE;
  font-size: 24px;
  text-decoration: none;
}

.listlink .content .text p {
  font-size: 18px;
}

@media screen and (max-width: 480px) {
  .listlink .content .text p {
    margin-top: 0px;
    font-size: 10px;
  }
}

/* charge */
main.charge h1 {
  margin-top: 60px;
}

h1 {
  text-align: center;
  color: #09215D;
  line-height: 1.4;
  margin: 20px 0px 10px;
  font-size: 50px;
  font-weight: 300;
}

@media screen and (max-width: 1600px) {
  h1 {
    font-size: 40px;
  }
}

h2 {
  text-align: center;
  color: #424242;
  font-weight: normal;
  margin: 0px 0px 0px;
  font-size: 24px;
  line-height: 1.8;
}

@media screen and (max-width: 1600px) {
  h2 {
    font-size: 20px;
  }
}

h3 {
  color: #4285F4;
  text-align: center;
  font-weight: normal;
  font-size: 30px;
  line-height: 1.6;
  margin-top: 60px;
}

@media screen and (max-width: 1600px) {
  h3 {
    font-size: 26px;
  }
}

@media screen and (max-width: 480px) {
  h3 {
    font-weight: 500;
    font-size: 20px;
    margin-top: 30px;
  }
}

h4 {
  color: #4285F4;
  text-align: center;
  font-weight: normal;
  font-size: 24px;
  line-height: 1.6;
  margin-top: 60px;
}

p {
  color: #424242;
  font-size: 18px;
  line-height: 1.8;
  text-align: justify;
}

a.button {
  display: block;
  background-color: #f39e2f; /* var(--color-fastask-orange) */
  /* background: #FE277D; */
  color: #fff;
  font-size: 20px;
  border-radius: clamp(5px, 1vw, 10px);
  /* border-radius: 5px; */
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  transition: border-color 0.1s ease 0s, background-color 0.1s ease 0s, color 0.1s ease 0s;
}

@media screen and (max-width: 480px) {
  a.button {
    font-size: 16px;
  }
}

a.button.blue {
  color: #fff;
  background-color: #4285F4 !important;
  border: 1px solid #fff;
  background-image: none;
}

a.button.small {
  font-size: 14px;
  width: 200px;
  height: 40px;
  line-height: 40px;
}

a.button.medium {
  font-size: 16px;
  width: 200px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
}

a.button.large {
  font-size: 24px;
  width: 400px;
  height: 90px;
  line-height: 90px;
  margin: 0 auto;
  border-radius: 45px;
}

@media screen and (max-width: 480px) {
  a.button.large {
    width: 90%;
    font-size: 20px;
    height: 60px;
    line-height: 60px;
  }
}

a.button:hover {
  opacity: 0.8;
}

.listButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 80px;
}

@media screen and (max-width: 480px) {
  .listButton {
    margin-top: 0px;
  }
}

.listButton.mini {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.listButton.mini .content {
  width: calc(50% - 20px);
  margin-right: 20px;
}

.listButton.mini .content .shot {
  width: 120px;
  height: 200px;
}

.listButton.mini .content .text {
  padding-left: 10px;
}

.listbutton .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  position: relative;
  margin: 30px 0 0px;
  padding: 30px 0 0px;
  border-top: 1px dotted rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 480px) {
  .listbutton .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.listbutton .content.wide {
  width: 100%;
}

.listbutton .content:last-child {
  padding-bottom: 30px;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
}

.listbutton .content:last-child .button {
  bottom: 40px;
}

.listbutton .content .shot {
  display: block;
  width: 380px;
  height: 240px;
  background-color: rgba(0, 0, 0, 0.1);
  margin-right: 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  background-size: 100% !important;
}

@media screen and (max-width: 480px) {
  .listbutton .content .shot {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 342px;
    height: 216px;
    margin: 0 auto;
  }
}

.listbutton .content .text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 0px;
  padding-left: 20px;
}

@media screen and (max-width: 480px) {
  .listbutton .content .text {
    padding: 0px 20px;
  }
}

.listbutton .content .text h4 {
  text-align: left;
  line-height: 1.3;
  margin: 5px 0px 0px;
  font-size: 30px;
  font-weight: normal;
  /* font-weight: 300; */
}

.listbutton .content .text p {
  font-size: 16px;
}

.listbutton .content .button {
  position: absolute;
  margin-top: 30px;
  width: 200px;
  bottom: 15px;
}

@media screen and (max-width: 480px) {
  .listbutton .content .button {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  main.form p.introduction {
    font-size: 14px;
  }
}

main.form img {
  max-width: 90%;
}

main.form .form-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

main.form #satori__creative_container {
  width: 90%;
  margin: 30px auto;
}

.contactBox {
  background-color: #fff;
  padding: 10px 0px 30px;
  -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
  width: 900px;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px auto 40px;
}

@media screen and (max-width: 480px) {
  .contactBox {
    width: 100%;
    border-radius: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.contactBox .left,
.contactBox .right {
  width: 40%;
}

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

  .contactBox .left,
  .contactBox .right {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .contactBox .left {
    padding-bottom: 25px;
    border-bottom: 1px solid #ddd;
  }
}

@media screen and (max-width: 480px) {
  .contactBox .right {
    padding-top: 5px;
  }
}

.contactBox a.button {
  width: 320px;
  height: 60px;
  line-height: 60px;
}

.contactBox p {
  font-size: 20px;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .contactBox p {
    font-size: 16px;
    line-height: 1.6;
  }
}

section#trial {
  width: 100%;
  color: #fff;
  background-color: #4285F4;
  padding: 60px 0px;
}

section#trial.thin {
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1) inset;
  padding: 10px 0px 30px;
  color: #555;
}

@media screen and (max-width: 480px) {
  section#trial.thin {
    padding: 5px 0px 20px;
  }
}

section#trial.thin h3 {
  color: #555;
  font-size: 24px;
  margin: 10px 0px 20px;
}

@media screen and (max-width: 480px) {
  section#trial.thin h3 {
    font-size: 20px;
    margin: 10px 0px 10px;
  }
}

section#trial.thin a.button.large.round {
  line-height: 60px;
  height: 60px;
  font-size: 22px;
}

@media screen and (max-width: 480px) {
  section#trial.thin a.button.large.round {
    line-height: 40px;
    height: 40px;
    font-size: 18px;
    font-weight: bold;
  }
}

section#trial h3 {
  color: #fff;
  line-height: 40px;
  margin: 0 0px 30px;
}

.sp {
  display: none;
}

@media screen and (max-width: 480px) {
  .sp {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .pc {
    display: none;
  }
}

main {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  main {
    width: 100%;
  }
}

main.wide {
  width: 100%;
}

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

  100% {
    opacity: 1;
  }
}

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

  100% {
    opacity: 1;
  }
}

.center {
  text-align: center;
}

.newLine {
  /*改行 */
  display: inline-block;
}

.form .introduction {
  text-align: center;
}

.forn .introduction p {
  margin-left: 5px;
  margin-right: 5px;
}

.form .guide-thumb {
  text-align: center;
}

.form .guide-thumb img {
  margin: 10px 10px;
  width: 400px;
  border: solid 1px rgba(0, 0, 0, 0.1);
}

/*.form .guide-thumb .total-wp {
    min-width: 100%; }*/

.form .temp h2 {
  color: #0b1e7b;
  font-weight: 600;
}

.form .temp .guide-thumb img {
  width: 45%;
  border: solid 1px #808080;
  vertical-align: middle;
  padding: 5px;
}

@media only screen and (max-width: 768px) {
  .form .guide-thumb .total-wp {
    width: 300px;
  }
}

@media only screen and (max-width: 768px) {
  .form .temp .guide-thumb img {
    width: 400px;
  }
}

/*========================= hop.html ========================= */
#hop-table .table {
  position: relative;
  margin: auto;
  overflow-x: auto;
  z-index: 1;
  height: 350px;
  width: 660px;
}

#hop-table .table table {
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 500;
  border-collapse: collapse;
  border: 1px solid #ddd;
  position: relative;
  top: 10px;
  left: 0;
  right: 0;
  margin: 20px auto;
  height: 250px;
  width: 660px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#hop-table .table table tr {
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 500;
  border-collapse: collapse;
  border: 1px solid #ddd;
}

#hop-table .table table tr th,
#hop-table .table table tr td {
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 500;
  border-collapse: collapse;
  border: 1px solid #ddd;
}

#hop-table .table table caption {
  text-align: left;
  color: #09215D;
}

#hop-table .table table tr {
  width: 220px;
  background-color: #fff;
}

#hop-table .table table tr th {
  padding: 5px 0;
  width: 220px;
  color: #fff;
  background-color: #09215D;
}

#hop-table .table table tr:nth-child(2) th,
#hop-table .table table tr:nth-child(3) th {
  background-color: #fff;
  color: #09215D;
  font-weight: bold;
}

#hop-table .table table tr td {
  padding: 5px 0;
  text-align: center;
  color: #09215D;
}

#hop-table .table table tr td.num {
  font-size: 20px;
}

@media only screen and (max-width: 1000px) {
  #hop-table .table {
    width: 90%;
  }
}

.form-box {
  background: #fff;
  border: 1px solid #CCC;
  width: 960px;
  margin: 20px auto 30px;
  border-radius: 6px;
}

@media screen and (max-width: 768px) {
  .form-box {
    background: #FFF;
    border: 1px solid #fff;
    width: 90%;
    margin: 0 auto 30px;
    border-radius: 6px;
  }
}

/*========================= form ========================= */
.formright {
  position: fixed;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 70px;
  margin-left: 36vw;
  width: 300px;
  height: 80vh;
  max-height: 680px;
  background-color: #FFFFFF;
  box-shadow: 0 0 6px rgb(22, 39, 88, 0.5);
  border-radius: 42px;
  padding: 4px;
}

.formright h2 {
  font-size: 18px;
  color: #09205D !important;
  font-weight: 400;
  width: 186px;
  margin: 24px auto 0;
  padding-left: 38px;
  background-image: url(../images/formright_icon.png);
  background-size: 32px;
  background-repeat: no-repeat;
  background-position: 7px 3px;
}

.formright .top_satori_form {
  width: 284px;
  height: 70vh;
  max-height: 580px;
  margin: 12px auto 0;
  overflow-y: scroll;
}

.formright .top_satori_form::-webkit-scrollbar {
  display: none;
}

.formright .top_satori_form:hover::-webkit-scrollbar {
  display: block;
}

.formright .top_satori_form:hover::-webkit-scrollbar {
  background: #FFF;
  width: 4px;
  height: 4px;
}

.formright .top_satori_form:hover::-webkit-scrollbar-thumb {
  background-color: rgb(0, 0, 0, 0.2);
  border-radius: 2px;
}

@media screen and (max-height: 750px) {
  .formright .top_satori_form {
    height: 68vh;
  }
}

@media screen and (max-height: 650px) {
  .formright .top_satori_form {
    height: 66vh;
  }
}

@media screen and (max-height: 600px) {
  .formright .top_satori_form {
    height: 62vh;
  }
}

@media screen and (max-width: 1180px) {
  .formright {
    transform: translateX(0);
    left: initial;
    right: 10px;
    margin-left: initial;
  }
}

@media screen and (max-width: 840px) {
  section#formright {
    display: none;
  }
}

/*========================= sp_conversion ========================= */
@media screen and (max-width: 480px) {
  section#contact.sp {
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
    height: 54px;
    position: fixed;
    bottom: 0;
    z-index: 100000;
  }

  section#contact.sp .inquiry {
    font-size: 14px;
    color: #FFFFFF;
    font-weight: bold;
    background-color: #F2287D;
    width: 50vw !important;
    text-align: center;
    padding-top: 17px;
  }

  section#contact.sp .download {
    font-size: 14px;
    color: #09205D;
    font-weight: bold;
    background-color: #FFFFFF;
    width: 50vw !important;
    text-align: center;
    padding-top: 17px;
  }
}

/*========================= 2026/01/05 追加 ========================= */
.header.sp {
  display: none;
}

@media screen and (max-width:900px) {
  .header.sp {
    display: revert;
  }
}