@charset "UTF-8";
/* 共通スタイル
============================================================== */
body {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "ヒラギノ角ゴシック", Meiryo, "メイリオ", sans-serif;
  color: #111111;
}
img {
  max-width: 100%;
}
.result-box img {
  height: auto;
}
a:hover {
  opacity: 0.7;
}
p {
  color: #000;
  font-size: 1rem;
  line-height: 1.5;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "ヒラギノ角ゴシック", Meiryo, "メイリオ", sans-serif;
}
.f-left {
  float: left !important;
}
.f-right {
  float: right !important;
}
.txt-center {
  text-align: center;
}
#wrapper {
  height: 100%;
  position: relative;
  overflow-x: hidden;
}
.container {
  position: relative;
  box-sizing: border-box;
}
.container-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 60px 50px;
  /*overflow: hidden;*/
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .container-inner {
    padding: 40px 15px;
  }
  .sp-none,
  .sp-br-none br {
    display: none;
    text-align: left;
  }
  .sp-br-none {
    text-align: left !important;
  }
}
/* ボタン */
.btn-entry {
  display: block;
  margin: 0 auto;
  line-height: 52px;
  width: 100%;
  max-width: 350px;
  font-size: 1.125rem;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 0.2rem;
  text-align: center;
  border-radius: 38px;
  color: #ffffff;
  text-shadow: 0px 0px 2px rgba(3, 56, 8, 0.5);
  background: #32bec0;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15);
  border: 4px solid #32bec0;
}
.btn-entry::before,
.btn-entry::after,
.btn-contact::before,
.btn-contact::after,
.btn-index::before,
.btn-index::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.btn-entry,
.btn-entry::before,
.btn-entry::after,
.btn-contact,
.btn-contact::before,
.btn-contact::after,
.btn-index,
.btn-index::before,
.btn-index::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-entry:hover {
  background-color: #fff;
  border-color: #32bec0;
  color: #32bec0;
  text-shadow: none;
  opacity: 1;
}
.btn-contact {
  display: block;
  margin: 0 auto;
  line-height: 52px;
  width: 100%;
  max-width: 350px;
  font-size: 1.125rem;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 0.2rem;
  text-align: center;
  border-radius: 30px;
  color: #000000;
  background: #eaeaea;
  border: 4px solid #eaeaea;
}
.btn-contact:hover {
  background-color: rgba(0, 0, 0, 0.1);
  border-color: #fff;
  color: #fff;
  text-shadow: none;
  opacity: 1;
}
.btn-index {
  display: block;
  margin: 0 auto;
  line-height: 52px;
  width: 100%;
  max-width: 350px;
  font-size: 1.125rem;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 0.2rem;
  text-align: center;
  border-radius: 30px;
  color: #111111;
  background: #ffffff;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
  border: 4px solid #fff;
}
.btn-index:hover {
  background-color: #fff;
  color: #000;
  border: 4px solid #000;
  box-shadow: none;
  opacity: 1;
}
.btn-form {
  display: block;
  margin: 0 auto;
  line-height: 60px;
  width: 100%;
  max-width: 350px;
  font-size: 1.125rem;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 0.2rem;
  text-align: center;
  border-radius: 30px;
  color: #ffffff;
  background: #32bec0;
  text-shadow: 0px 0px 2px rgba(3, 56, 8, 0.5);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .btn-entry,
  .btn-contact,
  .btn-index,
  .btn-form {
    font-size: 0.875rem;
    line-height: 40px;
  }
}
.arrow {
  position: relative;
  display: inline-block;
  padding-right: 12px;
}
.arrow::before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #5bc0de;
  border-right: solid 2px #5bc0de;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -4px;
}
/* 見出し */
h2 {
  margin-bottom: 50px;
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: normal;
  color: #32bec0;
}
/* 英字タイトル */
.ttl-eng {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 33px;
  display: inline-block;
  margin: 0 auto 20px 0;
  border-top: solid 1px #000000;
  border-bottom: solid 1px #000000;
}
h3 {
  margin-bottom: 25px;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: normal;
  color: #111111;
}
@media screen and (max-width: 767px) {
  h2 {
    margin-bottom: 40px;
    font-size: 1.5rem;
  }
  h2 br {
    display: none;
  }
  .ttl-eng {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    font-weight: bold;
    line-height: 30px;
  }
}

/* メガドロップダウン（ALL）
============================================================== */
.nav-mobi {
  background: rgba(236, 236, 236, 0.95);
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 980;
  overflow-y: scroll;
  display: none;
  height: calc(100% - 80px);
  padding-top: 80px;
}
.nav-mobi > ul {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}
.nav-mobi ul li {
  list-style: none;
  text-align: left;
}
.nav-mobi > ul > li {
  width: 20%;
  float: left;
}
.nav-mobi > ul > li > a,
.nav-mobi > ul > li > span {
  color: #111111;
  font-weight: bold;
  line-height: 1;
  padding: 25px 3%;
  text-decoration: none;
  width: 100%;
  display: inline-block;
  font-size: 18px;
  position: relative;
  padding-left: 17px;
  box-sizing: border-box;
}
.nav-mobi > ul > li > a::before,
.nav-mobi > ul > li > span::before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #5bc0de;
  border-right: solid 2px #5bc0de;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
}
/*
.nav-mobi ul li a.no-parent,  .nav-mobi ul li a.link-parent {
  position: relative;
}
.nav-mobi ul li a.no-parent:after {
  background: rgba(0, 0, 0, 0) url("../img/ico_arrow.png") no-repeat scroll 0 0;
  content: "";
  height: 14px;
  margin-right: 10px;
  margin-top: -7px;
  position: absolute;
  right: 3%;
  top: 50%;
  width: 8px;
}
.nav-mobi ul li a.link-parent:after {
  background: rgba(0, 0, 0, 0) url("../img/ico_arrow04.png") no-repeat scroll 0 0;
  content: "";
  height: 16px;
  margin-right: 10px;
  margin-top: -8px;
  position: absolute;
  right: 3%;
  top: 50%;
  width: 16px;
  background-size: 100%;
}
.nav-mobi ul li a.link-parent.active:after {
  background: rgba(0, 0, 0, 0) url("../img/ico_arrow03.png") no-repeat scroll 0 0;
  height: 2px;
  margin-right: 10px;
  margin-top: -1px;
  width: 16px;
}
*/
.nav-child {
  margin-left: 5px;
}
.nav-child li {
  position: relative;
}
.nav-child li:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-left: solid 3px #5bc0de;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  top: 11px;
  left: 0;
  margin-top: -1px;
}
.nav-child a {
  margin-bottom: 10px;
  padding-left: 15px;
  font-size: 14px;
  position: relative;
  font-weight: normal;
  color: #111111;
  text-decoration: none;
  display: block;
}
/*
.nav-mobi ul.nav-sub li a:after {
  background: rgba(0, 0, 0, 0) url("../img/ico_arrow.png") no-repeat scroll 0 0;
  content: "";
  height: 14px;
  margin-right: 10px;
  margin-top: -7px;
  position: absolute;
  right: 3%;
  top: 50%;
  width: 8px;
}
*/
/* コンバージョンボタン */
.nav-contact {
  padding: 30px;
  text-align: center;
}
.header-btn-entry {
  display: inline-block;
  margin: 0 15px;
  line-height: 50px;
  width: 100%;
  max-width: 350px;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 0.2rem;
  text-align: center;
  border-radius: 30px;
  color: #ffffff;
  text-shadow: 0px 0px 2px rgba(3, 56, 8, 0.5);
  background: #32bec0;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.05);
}
.header-btn-contact {
  display: inline-block;
  margin: 0 15px;
  line-height: 50px;
  width: 100%;
  max-width: 350px;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 0.2rem;
  text-align: center;
  border-radius: 30px;
  color: #000000;
  background: #ffffff;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
}
.nav-contact .header-btn-contact:first-of-type {
  margin-bottom: 30px;
}
/* 開閉ボタン */
.header-btn-nav {
  width: 100%;
  max-width: 1180px;
  height: 5px;
  margin: 0 auto;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 990;
}
.btn-nav {
  background: url(../img/header_btn_open.png), url(../img/header_btn_close.png);
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 20px;
  cursor: pointer;
  display: block;
  background-size: 100%;
  z-index: 999;
}
.btn-nav.active {
  background: url(../img/header_btn_close.png);
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .nav-mobi {
    top: 0px;
  }
  .btn-nav {
    right: 15px !important;
    height: 32px;
    width: 32px;
    top: 10px;
  }
  .nav-mobi > ul > li {
    width: 100%;
    float: none;
  }
}
/* コンバージョンエリア
============================================================== */
.cv-box {
  margin: 0 auto;
  padding: 60px 35px;
  text-align: center;
  background-image: url(../../images/home/plu-platform-test-background-3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.cv-box h2 {
  font-size: 2rem;
  color: #ffffff;
  margin-bottom: 20px;
}
.cv-box p {
  color: #ffffff;
  margin-bottom: 50px;
}
.cv-box .btn-contact,
.cv-box .btn-entry {
  margin: 0 15px;
  display: inline-block;
  width: calc(50% - 80px);
}
@media screen and (max-width: 767px) {
  .cv-box {
    padding: 40px 15px 10px;
  }
  .cv-box h2 {
    font-size: 1.5rem;
  }
  .cv-box p {
    font-size: 0.875rem;
    text-align: left;
  }
  .cv-box .btn-contact,
  .cv-box .btn-entry {
    margin: 0 0 30px 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
}
/* 一覧に戻る
============================================================== */
.back-area {
  background: #eeeeee;
  padding: 50px 50px 0;
}
@media screen and (max-width: 767px) {
  .back-area {
    background: #eeeeee;
    padding: 40px 40px 0;
  }
}
/* NEWS
============================================================== */
.news .container {
  background: #f8f8f5;
  text-align: center;
}
/* お知らせ */
.news-box-header {
  margin-bottom: 10px;
  text-align: left;
}
.news-box-header h3 {
  display: inline-block;
  margin-right: 30px;
  font-size: 1.5rem;
  vertical-align: middle;
}
.news-box-header a {
  display: inline-block;
  padding-right: 20px;
  font-size: 0.875rem;
  background: url(../img/news_icon_arrow.png) no-repeat right center;
  background-size: 11px 12px;
  color: #000000;
  vertical-align: middle;
}
.news-box-header a:hover {
  text-decoration: none;
}
.news-list {
  margin-bottom: 30px;
}
.news-list li {
  list-style: none;
  border-top: solid 1px #cccccc;
  text-align: left;
  line-height: 1;
}
.news-list li a {
  display: block;
  color: #000000;
  text-decoration: none;
}
.news-list li a:hover {
  background: #f0f0f0;
  opacity: 1;
}
.news-list li a:after {
  content: "";
  clear: both;
  display: block;
}
.news-list li p:nth-of-type(1) {
  width: 100px;
  padding: 20px 0;
  font-size: 0.875rem;
  font-weight: bold;
  float: left;
}
.news-list li p:nth-of-type(2) {
  width: 100px;
  padding: 20px 0;
  font-size: 0.625rem;
  font-weight: bold;
  float: left;
}
.news-list li p:nth-of-type(2) span {
  display: inline-block;
  padding: 4px 2px 3px 2px;
  color: #ffffff;
  font-weight: bold;
  background: #32bec0;
  text-align: center;
  min-width: 75px;
  text-shadow: 0px 0px 2px rgba(3, 56, 8, 0.5);
}
.news-list li p:nth-of-type(3) {
  width: calc(100% - 200px);
  display: block;
  padding: 20px 0;
  float: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-list li a p:nth-of-type(3):hover {
  color: #333333;
  text-decoration: underline;
}
.news .container {
  background: #ffffff;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .news-list li p:nth-of-type(1),
  .news-list li p:nth-of-type(2) {
    padding-bottom: 10px;
  }
  .news-list li p:nth-of-type(3) {
    width: 100%;
    padding-top: 0;
    float: none;
  }
}
/* お役立ち情報
============================================================== */
.info .container {
  background: #f8f8f5;
  text-align: center;
}
#info .info .container,
#cases .info .container {
  background: #ffffff;
  text-align: center;
}
.info .container-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 60px 35px;
  box-sizing: border-box;
}
.info-box-header {
  margin: 0 0 10px 15px;
  text-align: left;
}
.info-box-header h3 {
  display: inline;
  margin: 0 30px 0 0;
  font-size: 1.5rem;
  vertical-align: middle;
}
.info-box-header a {
  display: inline-block;
  padding-right: 20px;
  font-size: 0.875rem;
  background: url(../img/news_icon_arrow.png) no-repeat right center;
  background-size: 11px 12px;
  color: #111111;
  vertical-align: middle;
}
.info-box-header a:hover {
  text-decoration: none;
}
.info-list {
  list-style: none;
  text-align: left;
  margin-bottom: 60px;
}
.info-list li {
  width: calc((100% / 3) - 30px);
  float: left;
  margin: 0 15px;
}
.info-list li a {
  display: block;
  color: #111111;
  text-decoration: none;
}
.info-list p:nth-of-type(1) {
  display: inline-block;
  float: left;
  font-size: 0.875rem;
  line-height: 1;
  margin-bottom: 10px;
}
.info-list p:nth-of-type(2) {
  display: inline-block;
  float: right;
  padding: 2px 5px 3px 5px;
  color: #ffffff;
  /*font-weight: bold;*/
  background: #32bec0;
  text-shadow: 0px 0px 2px rgba(3, 56, 8, 0.5);
  font-size: 0.625rem;
  line-height: 1;
  position: relative;
  margin-bottom: 10px;
}
.info-list h4 {
  font-size: 1.125rem;
  line-height: 1.2;
  margin-bottom: 10px;
}
.info-list h4:before {
  content: "";
  clear: both;
  display: block;
}
.info-list p:nth-of-type(3) {
  font-size: 0.8755rem;
  line-height: 1.5;
}
.info-list div {
  margin-bottom: 5px;
}
.info-list div img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .container-inner-info {
    padding: 0 5px 30px;
  }
  .info-list li {
    width: calc((100% / 2) - 30px);
    margin: 0 15px 30px 15px;
  }
}
@media screen and (max-width: 767px) {
  .info .info-body .container-inner {
    padding: 0 0 40px;
  }
  .info .container-inner {
    padding: 40px 15px;
  }
  .container-inner-info {
    padding-bottom: 0;
  }
  .info-list {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  .info-list li {
    width: 100%;
    float: none;
    margin: 0 0 30px;
  }
  /*
  .info-list li p:nth-of-type(1),
  .info-list li p:nth-of-type(2) {
      padding-bottom: 10px;
  }*/
  .info-list li p:nth-of-type(3) {
    width: 100%;
    padding-top: 0;
    float: none;
  }
}
/*--0704-add--*/
.result-box li {
  list-style-position: inside;
}
/* フェードイン
============================================================== */
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
/*# sourceMappingURL=casecommon.css.map */
