<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

#ovp section {
  margin-bottom: 100px;
}

#ovp section:last-child {
  margin-bottom: 50px;
}
@media (max-width: 480px) {
  #ovp section:last-child {
    margin-bottom: 0;
  }
}
#ovp #breadcrumb {
  margin-bottom: 0;
}

#ovp h2.ttl_border {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}

#ovp h2.ttl_border:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #323232;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: -1;
}

#ovp h2.ttl_border span {
  display: inline-block;
  font-size: 3rem;
  font-weight: 900;
  background: #fff;
  padding: 0 20px;
  z-index: 1;
}

/* ttl_box */

#ovp #ttl_box {
  background: #f0f0f0 url(../images/simple_mainvisual_bg01.jpg) no-repeat right
    center;
  background-size: contain;
  margin: 0;
  overflow: hidden;
}

#ovp #ttl_box .inner {
  display: flex;
  justify-content: space-between;
}

#ovp #ttl_box #main_left {
  background: #f0f0f0;
  padding: 40px 0;
  position: relative;
  z-index: 2;
}

#ovp #ttl_box #main_left:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50vh 0 50vh 500px;
  border-color: transparent transparent transparent #f0f0f0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -300px;
  z-index: -1;
}

#ovp #ttl_box #main_left h1 {
  font-size: 3rem;
  font-weight: 900;
  margin-bottom: 30px;
}

#ovp #ttl_box #main_left #service_logo {
  width: 70%;
  margin-bottom: 30px;
}

#ovp #ttl_box #main_left #trial_box .flex {
  display: flex;
  justify-content: space-between;
}
#ovp #ttl_box #main_left #trial_box .flex li {
  width: 31%;
  text-align: center;
}
#ovp #ttl_box #main_left #trial_box a {
  position: relative;
  color: #fff;
  display: block;
  padding: 7% 0%;
  font-size: 15px;
  text-indent: -0.5em;
  transition: all 0.5s;
  background-color: #e73357;
  border-radius: 25px;
  border: 2px solid transparent;
}
#ovp #ttl_box #main_left #trial_box a:hover {
  border: 2px solid #e73357;
  opacity: 1;
  background-color: #fff;
  color: #000;
}
#ovp #ttl_box #main_left #trial_box a:hover:after {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
#ovp #ttl_box #main_left #trial_box a:after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.5s;
}

#ovp #ttl_box #main_right {
  align-self: flex-end;
  padding: 30px 0;
}

#ovp #ttl_box #main_right p {
  text-align: right;
}

#ovp #ttl_box #main_right p a {
  display: inline-block;
  background: #323232;
  font-size: 1.6rem;
  color: #fff;
  padding: 16px 40px 20px 20px;
  border: #fff solid 3px;
  position: relative;
}

#ovp #ttl_box #main_right p a:after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}

#ovp #ttl_box #main_right p a:hover {
  background: #22b6c5;
  opacity: 1;
}

@media screen and (max-width: 1080px) {
  #ovp #ttl_box {
    background: #f0f0f0 url(../images/simple_mainvisual_bg02.jpg) no-repeat
      center;
    background-size: cover;
  }

  #ovp #ttl_box .inner {
    display: block;
  }

  #ovp #ttl_box #main_left {
    background: none;
    text-align: center;
  }

  #ovp #ttl_box #main_left:after {
    display: none;
  }

  #ovp #ttl_box #main_left h1 {
    font-size: 2.4rem;
  }

  #ovp #ttl_box #main_left #service_logo {
    width: 100%;
  }

  #ovp #ttl_box #main_left #trial_box a {
    display: flex;
    justify-content: center;
    width: auto;
    margin: auto;
    background: #b11534;
    border-radius: 10px;
    padding: 20px;
    position: relative;
  }

  #ovp #ttl_box #main_left #trial_box a p:first-child {
    margin-right: 10px;
  }

  #ovp #ttl_box #trial_box a:before {
    display: none;
  }

  #ovp #ttl_box #main_left #trial_box a:after {
    width: 6px;
    height: 6px;
  }

  #ovp #ttl_box #main_right {
    align-self: center;
    padding: 30px 0;
  }

  #ovp #ttl_box #main_right p {
    text-align: right;
  }

  #ovp #ttl_box #main_right p a {
    display: block;
    padding: 16px;
    text-align: center;
  }
}

/* problem-solving */

#ovp #problem-solving #problem {
  background: #eaf4e9;
  padding: 10px 0 0 0;
  margin-bottom: 30px;
  position: relative;
}

#ovp #problem-solving #problem:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 30px;
  border-color: #eaf4e9 transparent transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -30px;
}

#ovp #problem-solving #problem .inner {
  background: url(../images/simple_img11.png) no-repeat bottom left;
  background-size: contain;
  padding: 70px 0;
}

#ovp #problem-solving #problem .inner p {
  font-size: 3.4rem;
  font-weight: 900;
  text-align: center;
}

#ovp #problem-solving #solution {
  border-bottom: #ccc solid 1px;
  margin-bottom: 50px;
}

#ovp #problem-solving #solution .inner {
  background: url(../images/flowend_bg.png) no-repeat bottom right;
  background-size: contain;
  padding: 70px 0;
}

#ovp #problem-solving #solution .inner p,
#ovp #problem-solving #solution .inner b {
  font-size: 3rem;
  font-weight: 900;
  text-align: center;
}

#ovp #problem-solving #solution .inner b {
  color: #72b86e;
}

#ovp #problem-solving #case_list .case_box {
  margin-bottom: 50px;
}

#ovp #problem-solving #case_list .case_box h2 {
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

#ovp #problem-solving #case_list .case_box h2 span {
  background: #72b86e;
  font-size: 1.4rem;
  color: #fff;
  padding: 4px 10px;
  margin: 0 10px 0 0;
}

#ovp #problem-solving #case_list .case_box .detail {
  display: flex;
}

#ovp #problem-solving #case_list .case_box .detail .before,
#ovp #problem-solving #case_list .case_box .detail .after {
  width: 50%;
  padding: 20px 40px 40px 40px;
}

#ovp #problem-solving #case_list .case_box .detail .label {
  display: inline-block;
  background: #808080;
  color: #fff;
  font-size: 1.6rem;
  padding: 3px 10px;
  border-radius: 6px;
}

#ovp #problem-solving #case_list .case_box .detail .after .label {
  background: #ff9300;
}

#ovp #problem-solving #case_list .case_box .detail .img {
  text-align: center;
  margin: 10px 0;
}

#ovp #problem-solving #case_list .case_box .detail .img img {
  width: 80%;
}

#ovp #problem-solving #case_list .case_box .detail .txt {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
}

#ovp #problem-solving #case_list .case_box .detail .before {
  background: #eaf4e9;
  position: relative;
}

#ovp #problem-solving #case_list .case_box .detail .before:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 0 60px 60px;
  border-color: transparent transparent transparent #eaf4e9;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -60px;
}

#ovp #problem-solving #case_list .case_box .detail .after {
  background: #72b86e;
}

#ovp #problem-solving #case_list .case_box .detail .after * {
  color: #fff;
}

#ovp #problem-solving #case_list .case_box .detail .after ul {
  margin-top: 20px;
}

#ovp #problem-solving #case_list .case_box .detail .after ul li {
  font-size: 2rem;
  margin-bottom: 10px;
  padding-left: 24px;
  position: relative;
}

#ovp #problem-solving #case_list .case_box .detail .after ul li:last-child {
  margin-bottom: 0;
}

#ovp #problem-solving #case_list .case_box .detail .after ul li:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/icon_check.svg) no-repeat;
  background-size: cover;
  position: absolute;
  top: 7px;
  left: 0;
}

@media screen and (max-width: 769px) {
  #ovp #problem-solving #problem .inner {
    background: none;
    padding: 30px 0;
  }

  #ovp #problem-solving #solution .inner {
    background: none;
    background-size: contain;
    padding: 30px 0;
  }

  #ovp #problem-solving #solution .inner p,
  #ovp #problem-solving #solution .inner b {
    font-size: 2rem;
  }

  #ovp #problem-solving #solution .inner b {
    color: #72b86e;
  }

  #ovp #problem-solving #case_list .case_box {
    margin-bottom: 50px;
  }

  #ovp #problem-solving #case_list .case_box h2 {
    display: block;
    margin-bottom: 10px;
    text-align: left;
  }

  #ovp #problem-solving #case_list .case_box h2 span {
    display: block;
    background: none;
    color: #72b86e;
    font-weight: 700;
    padding: 0;
    margin: 0 0 0 0;
  }

  #ovp #problem-solving #case_list .case_box .detail {
    display: block;
  }

  #ovp #problem-solving #case_list .case_box .detail .before,
  #ovp #problem-solving #case_list .case_box .detail .after {
    width: 100%;
    padding: 20px;
  }

  #ovp #problem-solving #case_list .case_box .detail .img {
    text-align: center;
    margin: 10px 0;
  }

  #ovp #problem-solving #case_list .case_box .detail .img img {
    width: 80%;
  }

  #ovp #problem-solving #case_list .case_box .detail .txt {
    text-align: center;
    font-size: 2.4rem;
    font-weight: 700;
  }

  #ovp #problem-solving #case_list .case_box .detail .before {
    background: #eaf4e9;
    position: relative;
  }

  #ovp #problem-solving #case_list .case_box .detail .before:after {
    border-width: 30px 30px 0 30px;
    border-color: #eaf4e9 transparent transparent transparent;
    top: auto;
    bottom: -30px;
    right: 0;
    left: 0;
    margin: auto;
  }

  #ovp #problem-solving #case_list .case_box .detail .after {
    padding-top: 30px;
  }

  #ovp #problem-solving #case_list .case_box .detail .after ul li:before {
    width: 15px;
    height: 15px;
    top: 3px;
    top: 3px;
    left: 0;
  }
}

/* offer */

#ovp .offer {
  background: url(../../_common/img/dot_bg.png);
  padding: 50px 0;
}

#ovp .offer .bn_list + .ttl {
  margin-top: 70px;
}

#ovp .offer .bn_list p {
  margin-bottom: 30px;
}

#ovp .offer .bn_list ul {
  display: flex;
  justify-content: space-between;
}

#ovp .offer .bn_list ul li p {
  margin-bottom: 0;
}

#ovp .offer .bn_list ul li p + p {
  margin-top: 10px;
}

#ovp .offer .ttl {
  text-align: center;
  margin-bottom: 20px;
}

#ovp .offer .ttl p {
  font-size: 2rem;
}

#ovp .offer .ttl h2 {
  font-size: 3rem;
  font-weight: 700;
}

#ovp .offer .offer_box {
  display: flex;
  margin-bottom: 50px;
}

#ovp .offer .offer_box dl {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 20px;
}

#ovp .offer .offer_box dl * {
  color: #fff;
}

#ovp .offer .offer_box dl dt {
  margin-right: 30px;
}

#ovp .offer .offer_box dl.offer_tell {
  background: #22b6c5;
}

#ovp .offer .offer_box dl.offer_tell dd {
  text-align: center;
}

#ovp .offer .offer_box dl.offer_tell dd p:first-child {
  padding-left: 50px;
  position: relative;
}

#ovp .offer .offer_box dl.offer_tell dd p:first-child * {
  font-size: 5rem;
}

#ovp .offer .offer_box dl.offer_tell dd p:first-child:before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../../_common/img/icon_phone_wh.svg) no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 24%;
}

#ovp .offer .offer_box dl.offer_mail {
  background: #0c3391;
}

#ovp .offer .offer_box dl.offer_mail dd p {
  border: #fff solid 1px;
}

#ovp .offer .offer_box dl.offer_mail dd a {
  display: block;
  font-size: 3rem;
  padding: 20px 30px 20px 80px;
  position: relative;
}

#ovp .offer .offer_box dl.offer_mail dd a:before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../../_common/img/icon_mail_wh.svg) no-repeat;
  background-size: cover;
  position: absolute;
  left: 20px;
  top: 26%;
}

@media screen and (max-width: 1199px) {
  #ovp .offer .pc_only {
    display: none;
  }

  #ovp .offer .offer_box {
    display: block;
  }

  #ovp .offer .offer_box dl {
    width: 100%;
    display: block;
  }

  #ovp .offer .offer_box dl dt {
    margin-right: 0;
    margin-bottom: 6px;
    font-size: 2rem;
    text-align: center;
  }

  #ovp .offer .offer_box dl.offer_tell dd p:first-child {
    display: inline-block;
    padding-left: 30px;
    line-height: 1;
    margin-bottom: 10px;
  }

  #ovp .offer .offer_box dl.offer_tell dd p:first-child:before {
    width: 20px;
    height: 20px;
    left: 0;
    top: 25%;
  }

  #ovp .offer .offer_box dl.offer_mail {
    text-align: center;
  }

  #ovp .offer .offer_box dl.offer_mail dd p {
    display: inline-block;
  }

  #ovp .offer .offer_box dl.offer_mail dd a {
    padding: 20px 30px 20px 60px;
  }

  #ovp .offer .offer_box dl.offer_mail dd a:before {
    width: 30px;
    height: 30px;
  }

  #ovp .offer .bn_list ul {
    display: block;
  }

  #ovp .offer .bn_list ul li:first-child {
    margin-bottom: 20px;
  }
}

/* intro */

#ovp #intro {
  padding: 50px 0;
}

#ovp #intro .inner {
  background: url(../images/simple_img12.png) no-repeat right bottom;
  background-size: contain;
}

#ovp #intro h2 {
  font-size: 3rem;
  font-weight: 900;
}

#ovp #intro h2 + p {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 30px;
}

#ovp #intro dl dt {
  font-size: 2rem;
  font-weight: 700;
  padding: 6px 0 6px 36px;
  margin-bottom: 10px;
  background: url(../images/beginner_icon.png) no-repeat left;
  background-size: contain;
}

#ovp #intro dl dd ul {
  display: inline-block;
  background: #72b86e;
  padding: 30px;
}

#ovp #intro dl dd ul li {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 20px;
  padding-left: 46px;
  position: relative;
}

#ovp #intro dl dd ul li:last-child {
  margin-bottom: 0;
}

#ovp #intro dl dd ul li:before {
  content: "";
  width: 34px;
  height: 34px;
  background: url(../images/icon_check.svg) no-repeat;
  background-size: cover;
  position: absolute;
  top: 3%;
  left: 0;
}

@media screen and (max-width: 1080px) {
  #ovp #intro {
    padding: 0;
  }

  #ovp #intro .inner {
    background: none;
  }

  #ovp #intro dl dd ul {
    display: block;
    padding: 16px;
  }

  #ovp #intro dl dd ul li {
    padding-left: 26px;
  }

  #ovp #intro dl dd ul li:before {
    width: 20px;
    height: 20px;
  }

  #ovp #intro dl dt {
    padding: 0;
    margin-bottom: 10px;
    background: none;
  }
}

/* upload */

#ovp #upload ul {
  margin-bottom: 30px;
}

#ovp #upload ul li {
  margin-bottom: 10px;
  padding-left: 26px;
  position: relative;
}

#ovp #upload ul li:before {
  content: "●";
  color: #72b86e;
  position: absolute;
  left: 0;
  top: 0;
}

#ovp #upload #img_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

@media screen and (max-width: 767px) {
  #ovp #upload #img_box {
    display: block;
  }

  #ovp #upload #img_box p {
    margin-bottom: 30px;
  }
}

/* function */

#ovp #function h2 + p {
  margin-bottom: 30px;
}

#ovp #function dl + dl {
  margin-top: 30px;
}

#ovp #function dl dt {
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-weight: 700;
  padding-left: 40px;
  margin-bottom: 10px;
  position: relative;
}

#ovp #function dl dt:before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../images/icon_lock.svg) no-repeat left;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
}

#ovp #function dl dt span {
  display: inline-block;
  background: #808080;
  margin-left: 10px;
  color: #fff;
  font-size: 1.4rem;
  padding: 4px 10px;
  border-radius: 5px;
}

#ovp #function dl dt span.simple_plan {
  background: #72b86e;
}

#ovp #function dl dt span.select_plan {
  background: #22b6c5;
}

@media screen and (max-width: 767px) {
  #ovp #function dl dt {
    display: block;
    padding-left: 30px;
  }

  #ovp #function dl dt:before {
    width: 20px;
    height: 20px;
  }

  #ovp #function dl dt span {
    margin: 5px 10px 0 0;
  }
}

/* reason */
.reason h2 {
  font-size: 3rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 50px;
}
.reason .flex {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.reason .flex li {
  width: 31%;
  height: auto;
  background-color: #d8e7ee;
  padding: 2% 3% 4%;
  position: relative;
}
.reason .flex li:nth-child(-n + 3) {
  margin-bottom: 3.5%;
}
.reason .flex li .number {
  display: block;
  text-align: center;
  color: #2185ca;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 5%;
}
.reason .flex li h3 {
  font-size: 2.5rem;
  color: #2185ca;
  font-weight: bold;
  min-height: 84px;
  text-align: center;
}
.reason .flex li img {
  display: block;
  margin: 0 auto 8%;
  max-width: 70%;
}
.reason .flex li p {
  text-align: center;
  white-space: nowrap;
}
.reason .flex li p span {
  display: block;
  font-size: 1.2rem;
  margin-top: 3%;
}
@media (max-width: 1140px) {
  .reason .flex li p {
    white-space: wrap;
  }
  .reason .flex li p br {
    display: none;
  }
}
@media (max-width: 880px) {
  .reason .flex li {
    width: 48%;
  }
  .reason .flex li:nth-child(-n + 4) {
    margin-bottom: 5%;
  }
}
@media (max-width: 480px) {
  #ovp #ttl_box #main_left #trial_box .flex li {
    width: 75%;
    margin: auto;
  }
  .reason .flex li:nth-child(-n + 5) {
    margin-bottom: 5%;
  }
  #ovp #ttl_box #main_left #trial_box .flex li + li {
    margin-top: 5%;
  }
  #price h2 + p {
    text-align: left;
  }
  #ovp #ttl_box #main_left #trial_box .flex,
  .reason .flex {
    flex-direction: column;
  }
  .reason .flex li {
    width: 100%;
  }
  .reason .flex li .number {
    font-size: 4rem;
  }
  .reason .flex li h3 {
    font-size: 3rem;
    min-height: auto;
    margin-bottom: 5%;
  }
  .reason .flex li h3 br {
    display: none;
  }
  .reason .flex li img {
    max-width: 50%;
  }
}

/* performance */

#ovp #performance {
  padding: 50px 0 0 0;
  margin-bottom: 50px;
}

#ovp #performance h2 {
  font-size: 3rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 20px;
}

#ovp #performance h2 b {
  font-size: 3rem;
  font-weight: 900;
  color: #c7365e;
}

#ovp #performance h2 + p {
  text-align: center;
  margin-bottom: 30px;
}

#ovp #performance ul {
  display: flex;
  justify-content: space-between;
}

#ovp #performance ul li {
  width: 25%;
  text-align: center;
  padding: 30px;
}

#ovp #performance ul li img {
  width: 140px;
}

#ovp #performance ul + p {
  text-align: center;
  margin-top: 70px;
}

#ovp #performance ul + p a {
  background: #fff;
  padding: 20px 100px;
  color: #c7365e;
  font-weight: 700;
  border: #c7365e 2px solid;
  position: relative;
}

#ovp #performance ul + p a:after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #c7365e;
  border-right: 2px solid #c7365e;
  transform: rotate(45deg);
  position: absolute;
  right: 20px;
  top: 43%;
  margin: auto;
}

@media screen and (max-width: 769px) {
  #ovp #performance h2 + p {
    text-align: left;
  }

  #ovp #performance ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background: #fff;
    padding: 20px 0px;
  }

  #ovp #performance ul li {
    width: 30%;
    text-align: center;
    padding: 16px;
  }
}

/* price */

#price h2 {
  text-align: center;
  font-size: 3rem;
  font-weight: 900;
  background: #fff;
  padding: 0 20px;
  margin-bottom: 40px;
}
#price h2 + p {
  text-align: center;
  margin-bottom: 50px;
}
#price .inner table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 10px;
  border: #ccc solid 1px;
}

#price .inner table tr th,
#price .inner table tr td {
  padding: 10px;
  vertical-align: middle;
  border: #ccc solid 1px;
}

#price .inner table tr th.no-border {
  border: none;
}

#price .inner table tr th {
  background: #f0f0f0;
  font-weight: 900;
  text-align: center;
}

#price .inner table td {
  text-align: left;
}

#price .inner table tr td:nth-last-child(2),
#price .inner table tr td:last-child {
  text-align: center;
}

#price .inner table tr#price_ttl th:nth-child(2) {
  background: rgba(114, 184, 110, 0.15);
}

#price .inner table tr#price_ttl th:last-child {
  background: rgba(34, 182, 197, 0.15);
}

@media screen and (max-width: 767px) {
  #price .table_scroll table {
    width: 450px;
    white-space: nowrap;
  }

  #price .table_scroll {
    overflow: auto;
  }

  #price .table_scroll::-webkit-scrollbar {
    height: 5px;
  }

  #price .table_scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  #price .table_scroll::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }

  #price .table_scroll + p {
    width: 100%;
  }
}

.accshow ul {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
}

.accshow ul li:first-child {
  margin-right: 20px;
}

#ovp .function_standard:before {
  content: "●";
  color: #333;
}

#ovp .function_option:before {
  content: "○";
  color: #333;
}

#ovp table tr td:nth-last-child(2) span:before {
  font-size: 2rem;
}

#ovp table tr td:last-child span:before {
  font-size: 2rem;
}

#ovp .accbox {
  margin: 2em auto;
  padding: 0;
}

#ovp .accbox label {
  display: block;
  margin: 1.5px 0 30px 0;
  padding: 11px 0 12px 40px;
  color: #2185ca;
  font-size: 2rem;
  font-weight: 900;
  background: #d8e7ee;
  cursor: pointer;
  transition: all 0.5s;
  position: relative;
}

#ovp .accbox label:before {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  content: "";
  position: absolute;
  top: 60%;
  left: 1%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 9px solid transparent;
  border-top: 15px solid #2185ca;
}

#ovp .accbox label:hover {
  background: rgba(114, 184, 110, 0.15);
}

#ovp .accbox input {
  display: none;
}

#ovp .accbox .accshow {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
}

#ovp .cssacc:checked + .accshow {
  height: auto;
  padding: 5px;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  #ovp .inner {
    width: 100%;
    padding: 0 15px;
  }

  #ovp .accbox {
    max-width: 100%;
  }

  #ovp .table_scroll table {
    width: 750px;
    white-space: nowrap;
  }

  #ovp .table_scroll {
    overflow: auto;
  }

  #ovp .table_scroll::-webkit-scrollbar {
    height: 5px;
  }

  #ovp .table_scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  #ovp .table_scroll::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }
}
@media screen and (max-width: 480px) {
  #ovp .accbox label:before {
    left: 3vw;
  }
}

/* case_study */
.case_study h2 {
  text-align: center;
  font-size: 3rem;
  font-weight: 900;
  background: #fff;
  padding: 0 20px;
  margin-bottom: 40px;
}
.case_study ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 7%;
}
.case_study ul li {
  background: #d8e7ee;
  padding: 3%;
  width: 48%;
}
.case_study ul li .outline {
  background: #ffebef;
  padding: 2%;
  margin-bottom: 12%;
}
.case_study ul li .lead {
  margin-bottom: 10px;
}
.case_study ul li h3 {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.case_study ul li .detail {
  display: flex;
  justify-content: space-between;
}
.case_study ul li .detail p {
  width: 40%;
}
.case_study ul li .detail dl {
  width: 56%;
}
.case_study ul li .detail dl * {
  font-size: 1.4rem;
}
.case_study ul li .detail dl dt {
  font-weight: 700;
}
.case_study ul li .detail dl dd {
  margin-bottom: 10px;
}
.case_study .outline + p,
.case_study ul + p {
  text-align: center;
  white-space: nowrap;
}
.case_study .outline + p {
  margin-bottom: 5%;
}
.case_study .outline + p a,
.case_study ul + p a {
  background: #2185ca;
  padding: 20px 28%;
  color: #fff;
  font-weight: 700;
  border: 2px solid transparent;
  position: relative;
}
.case_study ul + p a {
  font-size: 2.2rem;
  padding: 20px 14%;
}
.case_study .outline + p a::after,
.case_study ul + p a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 27%;
  top: 43%;
  margin: auto;
  transition: 0.3s;
}
.case_study ul + p a::after {
  right: 23%;
  top: 47%;
}
.case_study .outline + p a:hover,
.case_study ul + p a:hover {
  border: 2px solid #2185ca;
  background: #fff;
  color: #000;
}
.case_study .outline + p a:hover::after,
.case_study ul + p a:hover::after {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
@media (max-width: 880px) {
  .case_study ul li .detail {
    flex-direction: column;
  }
  .case_study ul li .detail p,
  .case_study ul li .detail dl {
    width: 100%;
  }
  .case_study .outline + p a::after,
  .case_study ul + p a::after {
    right: 12%;
  }
}
@media (max-width: 480px) {
  .case_study ul {
    flex-direction: column;
    margin-bottom: 15vw;
  }
  .case_study ul li {
    width: 100%;
    padding: 3% 3% 6%;
  }
  .case_study ul li + li {
    margin-top: 10%;
  }
  .case_study ul li .detail dl * {
    font-size: inherit;
  }
  .case_study ul + p a {
    padding: 20px 28%;
  }
}

/* estimates */

#ovp #estimates {
  margin: 0;
  padding: 50px 0;
  background: #feffe4;
}

#ovp #estimates h2 {
  font-size: 2.7rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 20px;
}

#ovp #estimates #estimates_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#ovp #estimates #estimates_list .estimates_box {
  width: 48%;
  padding: 15px;
  border: #ccc 1px solid;
  background: #fff;
}

#ovp #estimates #estimates_list .estimates_box:nth-child(-n + 2) {
  margin-bottom: 30px;
}

#ovp #estimates #estimates_list .estimates_box h3 {
  font-size: 2.4rem;
  color: #c7365e;
  font-weight: 900;
  text-align: center;
  margin-bottom: 15px;
}

#ovp #estimates #estimates_list .estimates_box .img {
  width: 50%;
  margin: 0 auto 20px auto;
}

#ovp #estimates #estimates_list .estimates_box dl {
  width: 90%;
  margin: 0 auto 10px auto;
  padding-bottom: 10px;
  border-bottom: 1px #ccc dotted;
  display: flex;
  font-size: 1.6rem;
}

#ovp #estimates #estimates_list .estimates_box dl:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

#ovp #estimates #estimates_list .estimates_box dl dt {
  align-self: flex-start;
  display: inline-block;
  width: 25%;
  color: #fff;
  background: #c7365e;
  text-align: center;
  font-weight: 900;
  padding: 5px 10px;
  margin-right: 10px;
}

#ovp #estimates #estimates_list .estimates_box dl dd {
  align-self: flex-start;
  font-size: 2rem;
}

#ovp #estimates #estimates_list .estimates_box dl dd.pl10 {
  padding-left: 10px;
}

@media screen and (max-width: 769px) {
  #ovp #estimates #estimates_list {
    display: block;
    margin-bottom: 20px;
  }

  #ovp #estimates #estimates_list .estimates_box:nth-child(-n + 2) {
    margin-bottom: 15px;
  }

  #ovp #estimates #estimates_list .estimates_box {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
  }

  #ovp #estimates #estimates_list .estimates_box:last-child {
    margin-bottom: 0;
  }

  #ovp #estimates #estimates_list .estimates_box dl dt {
    width: 40%;
  }

  #ovp #estimates #estimates_list .estimates_box dl dd {
    width: 60%;
  }
}

/* flow */

#ovp #flow ul#flow_list {
  margin-bottom: 30px;
}

#ovp #flow ul#flow_list li {
  margin-bottom: 10px;
  padding-left: 26px;
  position: relative;
}

#ovp #flow ul#flow_list li:before {
  content: "●";
  color: #22b6c5;
  position: absolute;
  left: 0;
  top: 0;
}

#ovp #flow ul#flow_note {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}

#ovp #flow ul#flow_note li:first-child {
  margin-right: 30px;
}

#ovp #flow ul#flow_note li:first-child:before {
  content: "■";
  color: #22b6c5;
}

#ovp #flow ul#flow_note li:last-child:before {
  content: "■";
  color: #ccc;
}

@media screen and (max-width: 767px) {
  #ovp #flow ul#flow_list li {
    padding-left: 20px;
  }
}

/* player */

#ovp #player #player_list {
  display: flex;
  justify-content: space-between;
}

#ovp #player #player_list dl {
  width: 30%;
}

#ovp #player #player_list dl dt {
  background: url(../images/icon_movie.svg) no-repeat left;
  background-size: contain;
  padding: 5px 0 5px 50px;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
}

@media screen and (max-width: 769px) {
  #ovp #player #player_list {
    display: block;
  }

  #ovp #player #player_list dl {
    width: 100%;
    margin-bottom: 50px;
  }

  #ovp #player #player_list dl dt {
    padding: 5px 0 5px 40px;
  }
}

/* thought */

#ovp #thought .inner {
  background: url(../images/simple_bg01.png) no-repeat;
  background-size: cover;
  padding: 60px 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#ovp #thought #thought_img {
  width: 36%;
}

#ovp #thought #thought_txt {
  width: 60%;
}

#ovp #thought #thought_ttl {
  margin-bottom: 20px;
}

#ovp #thought #thought_ttl #thought_label {
  display: inline-block;
  padding: 6px 10px;
  background: #72b86e;
  color: #fff;
  margin-bottom: 10px;
}

#ovp #thought #thought_ttl h2 {
  font-size: 3rem;
  font-weight: 900;
  margin-bottom: 5px;
}

#ovp #thought #thought_ttl + p {
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  #ovp #thought .inner {
    padding: 30px 16px;
    flex-wrap: wrap-reverse;
  }

  #ovp #thought #thought_img {
    width: 100%;
  }

  #ovp #thought #thought_txt {
    width: 100%;
    margin-bottom: 20px;
  }
}

/* #reason */

/* #ovp #reason h2 {
  text-align: center;
  font-size: 3rem;
  font-weight: 900;
  margin-bottom: 30px;
}

#ovp #reason #reason_box {
  background: url(../images/simple_bg02.jpg) no-repeat center;
  background-size: cover;
}

#ovp #reason #reason_box .inner {
  background: url(../images/simple_bg03.png) no-repeat center;
  background-size: cover;
  padding: 50px;
  text-align: center;
}

#ovp #reason #reason_box h3 {
  text-align: center;
  margin-bottom: 30px;
}

#ovp #reason #reason_box h3 span {
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  background: #c7365e;
  padding: 10px 20px;
}

#ovp #reason #reason_box h3 + ul {
  margin-bottom: 30px;
  display: inline-block;
}

#ovp #reason #reason_box h3 + ul li {
  font-size: 2.6rem;
  margin-bottom: 10px;
  color: #fff;
  position: relative;
  padding-left: 30px;
  text-align: left;
}

#ovp #reason #reason_box h3 + ul li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

#ovp #reason #reason_box #reason_detail {
  background: rgba(255, 255, 255, 0.8);
  padding: 30px;
  position: relative;
}

#ovp #reason #reason_box #reason_detail #reason_img {
  position: absolute;
  width: 20%;
  bottom: -6px;
}

#ovp #reason #reason_box #reason_detail #reason_txt {
  margin-left: 240px;
  text-align: left;
}

#ovp #reason #reason_box #reason_detail #reason_txt #reason_label {
  display: inline-block;
  background: #c7365e;
  padding: 4px 10px;
  color: #fff;
  margin-bottom: 10px;
}

#ovp #reason #reason_box #reason_detail #reason_txt #reason_label + p {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 10px;
}

#ovp #reason #reason_box #reason_detail #reason_txt #reason_label + p + p {
  line-height: 1.6;
}

@media screen and (max-width: 769px) {
  #ovp #reason #reason_box {
    background: none;
  }

  #ovp #reason #reason_box .inner {
    background: url(../images/simple_bg03.png) no-repeat center;
    background-size: cover;
    padding: 30px 16px;
  }

  #ovp #reason #reason_box h3 {
    background: #c7365e;
    padding: 10px;
    text-align: left;
  }

  #ovp #reason #reason_box h3 span {
    color: #fff;
    background: none;
    padding: 0;
  }

  #ovp #reason #reason_box #reason_detail {
    padding: 16px;
  }

  #ovp #reason #reason_box #reason_detail #reason_img {
    display: none;
  }

  #ovp #reason #reason_box #reason_detail #reason_txt {
    margin-left: 0;
  }
} */
</pre></body></html>