@charset="UTF-8";

/* HEAD*/
img.head {
  width: 100%;
  height: auto;
}

  @media screen and (max-width: 699px) {
    #intro {
      margin-top: 40px;
      padding: 0;
    }
  }

/* BANNER */
.banner {
  text-align: center;
  padding: 15px 0;
}
.btn-campaign,
.btn-link {
  margin: 0 auto;
}
.btn-campaign img {
  outline: 1px solid #999;
}

/*#PROBLEMS*/
.problems-area {
  margin-top: 50px;
}
.problems-area h2,
.problems-area h3 {
  text-align: center;
  z-index: 5;
}
.problems-area h2 img,
.problems-area h3 img {
  margin: 0 auto;
}

  @media screen and (max-width: 699px) {
    .problems-area {
      margin-top: 0;
      padding-top: 15px;
    }
  }


.three-problems {
  margin-top: 80px;
  display: flex;
}
.problrem-box {
  width: calc(100% / 3);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.problrem-box > img {
  width: 80%;
  height: auto;
  margin: 10px auto 0;
}

  @media screen and (max-width: 699px) {
    .three-problems {
      margin-top: 0px;
      flex-wrap: wrap;
      justify-content: center;
    }
    .problrem-box {
      width: calc(100% / 2);
      margin-top: 15px;
    }
    .problrem-box:first-child {
      width: 55%;
    }
    .problrem-box > img {
      width: 90%;
    }
  }


/*#solutions*/
.solutions-area {
  margin-top: 5em;
}
.solutions-area h3 {
  text-align: center;
  font-size: 30px;
  line-height: 1.7;
  font-feature-settings: "palt" 1;
}
.solutions-area h3 > span {
  color: #1f77cd;
  font-size: 56px;
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.25);
}
.solutions-all-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.solutions-all-wrap picture {
 width: 35%;
 height: auto;
}
.solutions-wrap {
  width: 65%;
}
.solutions-box {
  width: 100%;
  margin-top: 50px;
  display: flex;
}
.solutions-box > div {
  width: 50%;
}
.solutions-word-wrap {
  padding-right: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.solutions-word-wrap h2 {
  width: 100%;
  text-align:center;
  margin: 0 auto;
}

.solutions-list-wrap {
  padding: 1em .5em 1em 1em;
  position: relative;
  background: #feef48;
  box-shadow: 0 2.5rem 2rem -2rem hsl(200 50% 20% / 40%);
}
.solutions-list-wrap:after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(126, 215, 247, 0);
  border-right-color: #feef48;
  border-width: 16px;
  margin-top: -16px;
}

.solutions-list-wrap ul {
  list-style-type:none;
}
.solutions-box ul > li {
  font-size: 18px;
  letter-spacing: normal;
  line-height: 1.5;
  text-align: justify;
  position:relative;
  padding: 0em 0.3em 0.3em 1.3em;
}
.solutions-box ul > li::before {
  position:absolute;
  content:'';
  top: 0.5em;
  left: 0.2em;
  height:0;
  width:0;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #006e77;
}

  @media screen and (max-width: 699px) {
    .solutions-all-wrap {
    flex-direction: column;
    }
    .solutions-all-wrap picture,
    .solutions-wrap,
    .solutions-box > div {
      width: 100%;
      text-align: center;
      padding: 0;
    }
    .solutions-all-wrap picture,
    .solutions-wrap {
      margin-top: 30px;
    }

    .solutions-box {
      flex-direction: column;
    }
    .solutions-word-wrap h2 {
      width: 70%;
    }
    .solutions-list-wrap {
      margin-top: 20px;
      background-color: rgba(254, 239, 72,.5);
    }
    .solutions-list-wrap:after {
      display: none;
    }
    .solutions-list-wrap > ul {
      margin: 10px;
    }
    .solutions-box {
      margin-top: 20px;
    }
    .solutions-box ul > li {
      font-size: 16px;
    }
    .solutions-all-wrap > img {
      width: 80%;
    }
}


/* #DOWNLOAD1 */
.dl-1-area {
  width: 100%;
  margin: 5em 0;
  padding: 0;
  background-color: #006e77;
}
.btn-dl-1 {
  width: 100%;
  text-align: center;
}
.btn-dl-1 > h3 {
  color: #FFF;
  font-size: 36px;
  padding: .5em 0;
  text-align: center;
  vertical-align: middle;
}
.btn-dl-1 > h3 > img {
  height: 100px;
  display: inline-block;
  vertical-align: middle;
  filter: drop-shadow(0px 0px 5px #333);
  margin-right: .5em;
}
#download1-form {
  width: 100%;
  text-align: center;
}
.dl-form-wrap {
  padding-bottom: 50px;
}
.dl-form {
  border: 1px solid #FFF;
  border-radius : 10px;
  padding: 1em;
  margin-top: 1em;
}
.dl-form-wrap p,
.dl-form p {
  font-size: 24px;
  color: #FFF;
  text-align: center;
}
.dl-form dl {
  margin-top: 1em;
}
.dl-form dt {
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.dl-form dd {
  text-align: center;
}
input[type="text"] {
  z-index: 1;
  position: relative;
  background: none;
  width: 20em;
  height: 1.5em;
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  padding: .5em;
  background-color: #CCC;
  border: 1px solid #CCC;
  border-radius: 5px;
}
input[type="text"]:placeholder-shown {
  background-color: pink;
}
input[type="text"]:focus {
  background-color: #FFF;
  border-radius: 5px;
  color: #000;
  outline: 0px;
}
input[type="checkbox"] {
    display: none;
}
.checkbox {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
}
.checkbox::before {
    background: #FFF;
    border: 1px solid #ccc;
    border-radius: 3px;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.checkbox::after {
    border-right: 6px solid #F00;
    border-bottom: 3px solid #F00;
    content: '';
    display: block;
    height: 20px;
    left: 7px;
    margin-top: -16px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg) translate3d(0,2px,0) scale3d(.7,.7,1);
    transition: transform .2s ease-in-out, opacity .2s ease-in-out;
    width: 9px;
}
input[type="checkbox"]:checked + .checkbox::before {
    border-color: #666;
}
input[type="checkbox"]:checked + .checkbox::after {
    opacity: 1;
    transform: rotate(45deg) scale3d(1,1,1);
}
div.open-mb p {
  font-size: 14px;
  color: #fff;
}

p.cautions {
  font-size: 16px;
  margin-top: 10px;
}
ul.software {
  margin-top: 10px;
}
ul.software li {
  font-size: 16px;
  color: #FFF;
  line-height: 1.2;
}
button.btn {
  color: #FFF;
  font-size: 28px;
  line-height: 1;
  font-weight:bold;
  background-color: transparent;
  border-width:2px;
  border-style: solid;
  border-color: #FFF;
  position:relative;
  margin:1em;
  display:inline-block;
  padding:0.5em 1em;
  transition:all 0.3s ease-in-out;
  text-align:center;
}
button.btn:before, button.btn:after {
  content: '';
  display: block;
  position: absolute;
  border-color:#FFF;
  border-style:solid;
  width:1em;
  height:1em;
  transition:all 0.3s ease-in-out
}
button.btn:before {
  top:-6px;
  left:-6px;
  border-width:2px 0 0 2px;
  z-index:5;
}
button.btn:after {
  bottom: -6px;
  right: -6px;
  border-width: 0 2px 2px 0;
}
button.btn:hover:before,
button.btn:hover:after {
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  border-color: #feef48;
}
button.btn:hover {
  color: #333;
  background-color: #feef48;
  border-color: #feef48
}

  @media screen and (max-width: 699px) {
    .btn-dl-1 > h3 {
      font-size: 22px;
    }
    .btn-dl-1 > h3 > img {
      height: 40px;
    }
    .dl-form-wrap {
      padding-bottom: 20px;
    }
  }

/* ADVANTAGES */
.advantages-all-wrap > h2 {
  text-align: center;
  line-height: 1;
  margin-bottom: 50px;
}
.advantages-all-wrap > h2 span {
  vertical-align: middle;
  vertical-align: -webkit-baseline-middle;
  font-weight: 900;
  color: #006e77;
  font-size: 56px;
}
.advantages-all-wrap > h2 img {
  display: inline;
  margin-right: 10px;
  vertical-align: middle;
}
.advantages-all-wrap > h3 {
  text-align: center;
  font-size: 52px;
  font-weight: 600;
}
.advantages-wrap {
  margin-top: 50px;
}
.advantages-wrap h2 {
  color: #feef48;
  font-size: 46px;
  text-align: center;
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.25);
  padding: .5em 0;
  -webkit-clip-path: polygon(0 0, 100% 35%, 99% 70%, 16px 100%);
  clip-path: polygon(0 0, 100% 35%, 99% 70%, 16px 100%);
  background: rgba(0, 110,119,.5);
  box-shadow: 0 2.5rem 2rem -2rem hsl(200 50% 20% / 40%);
}
.advantages-wrap h2:first-letter {
  font-size: 150%;
  color: #FFF;
  transform: translateY(-0.5em) rotate(8deg);
}
.advantages-wrap > p {
  margin-top: 50px;
}
.advantages-content-wrap {
  padding: 50px 2em;
}
.advantages-content-wrap > img {
  margin-top: 50px;
}
#fist-advantage .advantages-content-wrap {
  display: flex;
  justify-content: center;
}
#fist-advantage .advantages-content-wrap > div {
  width: 50%;
}
.advantages-txt-wrap {
  padding-left: 2em;
}
.advantages-box-wrap {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
}
.advantages-box-wrap > div {
  width: 25%;
  margin: 0 10px;
}
.advantage-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.advantage-box > div {
  text-align: center;
}
.advantage-box img {
  width: auto;
  height: 70px;
  margin: 0 auto;
}
.advantage-box h3 {
  padding: 0 .5em;
  margin-top: 10px;
  font-weight: 600;
}
.advantage-box > p {
  margin-top: 2em;
}
.advantage-box > p > span {
  color: #006e77;
  font-weight: 600;
}

  @media screen and (max-width: 699px) {
    .advantages-all-wrap > h2 {
      padding: 0 10px;
      margin-bottom: 10px;
    }
    .advantages-all-wrap > h3 {
      font-size: 26px;
    }
    .advantages-wrap h2 {
      font-size: 24px;
    }
    #fist-advantage .advantages-content-wrap {
      flex-direction: column-reverse;
    }
    #fist-advantage .advantages-content-wrap > div {
      width: 100%;
    }
    .advantages-content-wrap {
      padding: 0 2em;
    }
    .advantages-video-wrap,
    .advantages-txt-wrap,
    .advantages-content-wrap > p,
    .advantages-content-wrap > img {
      margin-top: 15px;
    }
    ul.complement {
      padding: 1.5em 1em 1em;
    }
    .advantages-box-wrap {
      display: block;
    }
    .advantages-box-wrap > div {
      width: 100%;
      margin: 0;
    }
    .advantages-box-wrap {
      margin-top: 10px;
    }
    .advantage-box {
      padding-top: 20px;
    }
    .advantage-box > div {
      display: flex;
      flex-direction: row;
    }
    .advantage-box > p {
      margin-top: 1em;
    }
  }

/* INTERVIEW */
div.interview-up,
div.interview-down {
  background-color: #fff68e;
  width: 100%;
  height: 100px;
}
div.interview-up {
  margin-top: 150px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
div.interview-down {
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
#interview {
  padding: 0;
  background-color: #fff68e;
}
#interview > h2 {
  font-size: 46px;
  font-weight: 600;
  text-align: center;
}
.interview-wrap {
  padding: 50px 0;
  display: flex;
}
.interview-profile {
  width: 20%;
}
.interview-profile img {
  margin: 0 auto;
}
.interview-profile > p {
  font-size: 14px;
  line-height: 1.25;
  text-align: left;
  letter-spacing: normal;
  margin-top: 1em;
}
.interview-txt {
  width: 80%;
  padding-left: 3em;
}
.interview-txt > h2 {
  font-size: 24px;
  font-family: 'M PLUS 1p', sans-serif;
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.25);
  font-weight: 600;
  margin: 1.5em 0;
}

  @media screen and (max-width: 699px) {
    div.interview-up {
      margin-top: 50px;
    }
    div.interview-up, div.interview-down {
      height: 50px;
    }
    #interview > h2 {
      font-size: 26px;
      font-weight: 600;
    }
    .interview-wrap {
      width: 100%;
      padding: 25px;
      flex-direction: column-reverse;
    }
    .interview-txt {
      width: 100%;
      padding-left: 0;
    }
    .interview-txt > h2 {
      font-size: 20px;
    }
    .interview-profile {
      width: 100%;
      margin-top: 10px;
      padding: 10px;
      background-color: rgba(255,255,255,.4);
    }
    .interview-profile > img {
      width: 30%;
      margin-right: 0;
    }
    .interview-profile > p {
      margin-top: 0;
    }
  }



/* PROMOTION */
#promotion > h2 {
  font-size: 46px;
  font-weight: 600;
  text-align: center;
}
#promotion > p {
  text-align: center;
  margin: 2em 0;
}
.youtube {
  width:100%;
  padding-top:56.25%;
  margin: 50px auto;
  outline: 1px solid #999;
  position:relative;
}
.youtube iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}


  @media screen and (max-width: 699px) {
    #promotion > h2 {
      font-size: 26px;
      font-weight: 600;
    }
  }


/* SYSTEMREQUIREMENTS */
#systemrequirements {
  background-color: #feef48;
  color: #333;
  padding: 50px 0 100px;
}
.systemrequirements-wrap p {
  text-align: center;
}
.systemrequirements-wrap h2 {
  font-size: 46px;
  font-weight: 600;
  text-align: center;
}
.systemrequirements-wrap dl,
.systemrequirements-wrap h3 {
  width: 80%;
  margin: 2em auto 0;
}
.systemrequirements-wrap dt,
.systemrequirements-wrap h3 {
  font-size: 20px;
  font-weight: bold;
}
.systemrequirements-wrap dl dd {
  margin: 0 2em 1em;
  font-size: 16px;
  line-height: 1.25;
}
.systemrequirements-wrap dl dd > ul {
  list-style: disc;
}
.systemrequirements-wrap ul.ex {
  width: 75%;
  margin: 0 auto 2em;
  list-style: disc;
}
.systemrequirements-wrap ul.ex li {
  padding-left: 1em;
  text-indent: -2em;
  list-style-position: inside;
  text-align: left;
}
  @media screen and (max-width: 699px) {
    #systemrequirements {
      padding: 25px 0;
    }
    .systemrequirements-wrap h2 {
      font-size: 26px;
      font-weight: 600;
      margin-bottom: 15px;
    }
    .systemrequirements-wrap dl,
    .systemrequirements-wrap h3{
      width: 90%;
    }
    .systemrequirements-wrap ul.ex {
      width: 80%;
    }
    .systemrequirements-wrap dt,
    .systemrequirements-wrap h3 {
      font-size: 18px;
      font-weight: 400;
    }
  }




/* SHOP-DL */
#download2 h2,
#download2 > p {
  text-align: center;
}
#download2 > h2 {
  font-size: 46px;
  margin-bottom: 10px;
}
.shop-dl-all-wrap {
  display: flex;
  align-items: center;
}
.shop-dl-all-wrap > img {
  width: 45%;
}
.shop-dl-wrap {
  width: 55%;
  padding: 20px;
}
.shop-dl-wrap > ul.price {
  margin-top: 1em;
}
.shop-dl-wrap > ul.price li {
  text-align: right;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: .75em;
}
.shop-dl-wrap > ul.price li.cp-price {
  color: #F00;
  line-height: 1.5;
}
.shop-dl-wrap > ul.price li.cp-price >span.cp-amout {
  display: inline-block;
  font-size: 200%;
  line-height: 1em;
  vertical-align: bottom;
}

.shop-dl-wrap > ul.price li.cp-price >span.small {
  font-size: 20px;
}
.shop-area {
  margin-top: 30px;
  text-align: right;
}
.dl-2-area {
  text-align: center;
  color: #333;
  margin-top: 30px;
}

.dl-2-area .dl-form-wrap p,
.dl-2-area .dl-form p,
.dl-2-area .dl-form,
.dl-2-area .dl-form dt,
.dl-2-area p.cautions {
  color: #333;
}
.dl-2-area p {
  font-size: 16px;
}
.dl-2-area p.cautions {
  font-size: 14px;
}

.dl-2-area .dl-form span.txt-required {
  color: #F00;
}
#download2-form button.btn,
button.buy-btn {
  color: #FFF;
  border-color: #006e77;
  background-color: #006e77;
}
#download2-form button.btn::before,
#download2-form button.btn::after,
button.buy-btn::before, button.buy-btn::after{
  border-color: #006e77;
}
#download2-form button.btn:hover:before,
#download2-form button.btn:hover:after,
button.buy-btn:hover:before,
button.buy-btn:hover:after {
  border-color: #333;
}
#download2-form button.btn:hover,
button.buy-btn:hover {
  color: #FFF;
  background-color: #333;
  border-color: #333;
  cursor: pointer;
}

#download2-form .dl-form {
  border: 1px solid #006e77;
}
#download2-foemrm p.cautions {
  font-size: 14px;
}

details {
  font-size: 16px;
  font-weight: 600;
}
details > ul {
  font-weight: 400;
  width: 70%;
  margin: 0 auto;
}
details > ul li {
  text-align: center;
}

ul.note {
  padding: 1em 3em 1.5em;
}
ul.note li {
  font-size: 14px;
  text-indent: -1em;
}
ul.note li:before {
  content: "※";
}


  @media screen and (max-width: 699px) {
    .shop-dl-all-wrap {
      flex-direction: column;
    }
    .shop-dl-wrap {
      width: 100%;
      padding: 0;
    }
    .shop-dl-all-wrap > img {
      width: 100%;
    }
    .shop-dl-wrap > ul.price {
      margin-top: 20px;
    }
    .shop-dl-wrap > ul.price li,
    .shop-dl-wrap > ul.price li.cp-price >span.small {
      font-size: 14px;
      line-height : 2;
    }
    .shop-area {
      margin-top: 15px;
      text-align: center;
    }
  }