@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: none;
  outline: 0;
  -webkit-text-size-adjust: 100%;
  vertical-align: baseline;
  background: transparent;
  font-family: -apple-system, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

li {
  list-style: none inside;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body, div, p, th, td, dl, dt, dd, ul, ol, li {
  color: #444;
  font-size: 1.6rem;
  line-height: 1.5;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

a:link {
  color: #08F;
  text-decoration: none;
}

a:visited {
  color: #08F;
  text-decoration: none;
}

a:hover {
  color: #00839D;
  text-decoration: none;
}

a:active {
  color: #00839D;
  text-decoration: none;
}

.mb-5 {
  margin-bottom: 3rem;
}

.mb-6 {
  margin-bottom: 4.5rem;
}

.mb-7 {
  margin-bottom: 6rem;
}

.mb-8 {
  margin-bottom: 7.5rem;
}

.mb-9 {
  margin-bottom: 9rem;
}

.mb-10 {
  margin-bottom: 10.5rem;
}

.font-10 {
  font-size: 1rem;
}

.font-12 {
  font-size: 1.2rem;
}

.font-14 {
  font-size: 1.4rem;
}

.text-red {
  color: #FF4D6B;
}

.btn-animation {
  transition: 0.3s;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.4);
}
.btn-animation:hover {
  box-shadow: 2px 8px 8px 0 rgba(0, 0, 0, 0.3);
  opacity: 0.9;
}

.linkto-faq {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 24px;
  position: relative;
  font-size: 1.6rem;
}
.linkto-faq::before {
  background-color: #fff;
  content: "FAQ";
  color: #00B4CB;
  font-size: 2.6rem;
  font-weight: bold;
  left: 18px;
  padding: 3px 10px;
  position: absolute;
  top: -26px;
}

.text-sm .breadcrumbs li {
  font-size: 1.2rem;
  color: #888888;
}

@media screen and (min-width: 768px) {
  .br-sp {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .br-sp {
    display: none;
  }
}

@media screen and (min-width: 960px) {
  .br-sptab {
    display: none;
  }
}

.br-tab {
  display: none;
}
@media screen and (min-width: 768px) {
  .br-tab {
    display: block;
  }
}
@media screen and (min-width: 960px) {
  .br-tab {
    display: none;
  }
}

.br-pc {
  display: none;
}
@media screen and (min-width: 960px) {
  .br-pc {
    display: block;
  }
}

.external-link::after {
  margin: 0 0 0 3px;
  font-family: "Font Awesome 5 Free";
  content: "\f35d";
  font-weight: 900;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 70px;
}
@media screen and (min-width: 960px) {
  html {
    scroll-padding-top: 100px;
  }
}

.pagenation-sp {
  width: 80%;
  margin: 0 auto 80px;
}
@media screen and (min-width: 768px) {
  .pagenation-sp {
    display: none;
  }
}

.pagenation-sp a {
  display: block;
  background-color: #00B4CB;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  padding: 12px 0;
  text-decoration: none;
}

.pagenation-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .pagenation-pc {
    display: block;
    margin-bottom: 80px;
    text-align: center;
    font-size: 0;
  }
  .pagenation-pc a, .pagenation-pc span {
    padding: 10px 14px;
    border: 1px solid #00B4CB;
    border-radius: 5px;
    margin: 0 2px;
    font-size: 15px;
  }
  .pagenation-pc a {
    background-color: #fff;
    color: #00B4CB;
    text-decoration: none;
  }
  .pagenation-pc a:hover {
    background-color: #00B4CB;
    color: #fff;
  }
  .pagenation-pc span {
    background-color: #00B4CB;
    color: #fff;
  }
}

.sns-box ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sns-box ul li {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  margin-right: 10px;
}
.sns-box ul li:last-of-type {
  margin-right: 0;
}
.sns-box ul .sns-facebook {
  background-color: #1877f2;
  border: 1px solid #fff;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sns-box ul .sns-facebook i {
  color: #fff;
}
.sns-box ul .sns-twitter {
  background-color: #1DA1F2;
  border: 1px solid #fff;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sns-box ul .sns-twitter i {
  color: #fff;
}
.sns-box ul .sns-hatena {
  background-color: #5279E7;
  border: 1px solid #5279E7;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 4px;
}

html {
  scroll-behavior: smooth;
}

section#topStatic {
  width: 100%;
  margin: 48px auto 60px;
  margin-top: 48px;
}
@media screen and (min-width: 768px) {
  section#topStatic {
    margin-top: 48px;
  }
}
@media screen and (min-width: 960px) {
  section#topStatic {
    margin-top: 72px;
  }
}

.header-title {
  width: 100%;
  height: 100px;
  background-color: #00B4CB;
  padding: 16px;
  margin-bottom: 40px;
}
@media screen and (min-width: 960px) {
  .header-title {
    height: 180px;
    margin-bottom: 100px;
  }
}
.header-title .header-title-inner {
  border: 1px solid #fff;
  height: 100%;
  font-size: 2.4rem;
  text-align: center;
  font-weight: bold;
  line-height: 68px;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .header-title .header-title-inner {
    font-size: 4rem;
    line-height: 148px;
  }
}

.performance {
  width: 90%;
  margin: 0 auto 60px;
}
@media screen and (min-width: 960px) {
  .performance {
    width: 960px;
  }
}
.performance h1 {
  width: 80%;
  margin: 0 auto 40px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .performance h1 {
    margin-bottom: 70px;
  }
}
.performance h1 span {
  display: inline-block;
  border-bottom: 2px solid #00B4CB;
  padding-bottom: 8px;
  font-size: 2.2rem;
  color: #00B4CB;
}
@media screen and (min-width: 960px) {
  .performance h1 span {
    font-size: 4rem;
  }
}
.performance .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  pointer-events: none;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .performance .arrow {
    display: none;
  }
}
.performance .arrow .arrow-left, .performance .arrow .arrow-right {
  background: rgba(255, 255, 255, 0.7);
  padding: 5px 10px;
  font-size: 20px;
  color: #00B4CB;
  font-weight: bold;
  cursor: pointer;
  pointer-events: auto;
  display: none;
  position: fixed;
}
.performance .arrow .arrow-right {
  right: 10px;
}
.performance .arrow .arrow-left {
  left: 10px;
}
.performance .info-date {
  text-align: right;
  font-size: 1.2rem;
  color: #888;
}
.performance .project-wrap {
  margin-bottom: 60px;
}
@media screen and (min-width: 960px) {
  .performance .project-wrap {
    margin-bottom: 120px;
  }
}
.performance .project-wrap .project-table {
  position: relative;
}
.performance .project-wrap .project-table .table-wrap {
  overflow-x: auto;
}
@media screen and (min-width: 960px) {
  .performance .project-wrap .project-table .table-wrap {
    height: auto;
  }
}
.performance .project-wrap .project-table .table-wrap table {
  width: 800px;
  border-spacing: 0;
  border-collapse: collapse;
}
@media screen and (min-width: 960px) {
  .performance .project-wrap .project-table .table-wrap table {
    width: 960px;
  }
}
.performance .project-wrap .project-table .table-wrap table tr:nth-child(even) {
  background-color: #f9f9f9;
}
.performance .project-wrap .project-table .table-wrap table tr:nth-child(even) .td-01::before {
  background-color: #f9f9f9;
}
@media screen and (min-width: 960px) {
  .performance .project-wrap .project-table .table-wrap table tr:nth-child(even) .td-01::before {
    background: none;
  }
}
.performance .project-wrap .project-table .table-wrap table td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 5px;
  vertical-align: middle;
}
@media screen and (min-width: 960px) {
  .performance .project-wrap .project-table .table-wrap table td {
    padding: 16px 10px;
  }
}
.performance .project-wrap .project-table .table-wrap table th {
  position: sticky;
  top: 0;
  left: 0;
  border-right: 1px solid #ccc;
  padding: 5px;
  font-size: 1.4rem;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
}
@media screen and (min-width: 960px) {
  .performance .project-wrap .project-table .table-wrap table th {
    font-size: 1.6rem;
  }
}
.performance .project-wrap .project-table .table-wrap table th::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F5FEFF;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  z-index: -1;
}
.performance .project-wrap .project-table .table-wrap table .th-01 {
  width: 140px;
  position: sticky;
  top: 0;
  left: 0;
  background: none;
  border: none;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .performance .project-wrap .project-table .table-wrap table .th-01 {
    width: 300px;
  }
}
.performance .project-wrap .project-table .table-wrap table .th-01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  z-index: -1;
}
.performance .project-wrap .project-table .table-wrap table .th-02 {
  width: 100px;
}
@media screen and (min-width: 960px) {
  .performance .project-wrap .project-table .table-wrap table .th-02 {
    width: 100px;
  }
}
.performance .project-wrap .project-table .table-wrap table .th-03 {
  width: 200px;
}
.performance .project-wrap .project-table .table-wrap table .th-04, .performance .project-wrap .project-table .table-wrap table .th-05 {
  width: 90px;
}
@media screen and (min-width: 960px) {
  .performance .project-wrap .project-table .table-wrap table .th-04, .performance .project-wrap .project-table .table-wrap table .th-05 {
    width: 100px;
  }
}
.performance .project-wrap .project-table .table-wrap table .td-01 {
  position: sticky;
  top: 0;
  left: 0;
  background: none;
  border-left: none;
  border-right: none;
  font-size: 1.4rem;
  text-align: left;
}
@media screen and (min-width: 960px) {
  .performance .project-wrap .project-table .table-wrap table .td-01 {
    position: static;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    font-size: 1.6rem;
  }
}
.performance .project-wrap .project-table .table-wrap table .td-01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background: #fff;
  z-index: -1;
}
.performance .project-wrap .project-table .table-wrap table .td-02 {
  text-align: center;
}
.performance .project-wrap .project-table .table-wrap table .td-02 p.imgIco {
  display: inline-block;
  border-radius: 4px;
  padding: 4px 6px;
  color: #fff;
  font-size: 1.2rem;
}
.performance .project-wrap .project-table .table-wrap table .td-02 p.inOperation {
  background-color: #00B4CB;
}
.performance .project-wrap .project-table .table-wrap table .td-02 p.operationEnded {
  background-color: #888;
}
.performance .project-wrap .project-table .table-wrap table .td-03, .performance .project-wrap .project-table .table-wrap table .td-04, .performance .project-wrap .project-table .table-wrap table .td-05 {
  text-align: right;
  font-size: 1.4rem;
  vertical-align: middle;
}
@media screen and (min-width: 960px) {
  .performance .project-wrap .project-table .table-wrap table .td-03, .performance .project-wrap .project-table .table-wrap table .td-04, .performance .project-wrap .project-table .table-wrap table .td-05 {
    font-size: 1.6rem;
  }
}
.performance .project-wrap .project-table .imgIco-raise-before {
  background-color: #00B4CB;
}
.performance .project-wrap .project-table .imgIco-raising {
  background-color: #FF4D6B;
}
.performance .project-wrap .project-table .imgIco-raise-end {
  background-color: #00839D;
}
.performance .project-wrap .project-table .imgIco-invest-end {
  background-color: #c00;
}
.performance .project-wrap .project-table .imgIco-return-expired {
  background-color: #00839D;
}
.performance .project-wrap .project-table .imgIco-retaurnrd-before {
  background-color: #00839D;
}
.performance .project-wrap .project-table .imgIco-invest-reject {
  background-color: #444;
}
.performance .project-wrap .pagenation {
  display: block;
  margin-top: 30px;
  margin-bottom: 80px;
  text-align: center;
  font-size: 0;
}
@media screen and (min-width: 960px) {
  .performance .project-wrap .pagenation {
    margin-top: 60px;
  }
}
.performance .project-wrap .pagenation a, .performance .project-wrap .pagenation span {
  padding: 8px 10px;
  border: 1px solid #00B4CB;
  border-radius: 5px;
  margin: 0 2px;
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .performance .project-wrap .pagenation a, .performance .project-wrap .pagenation span {
    padding: 10px 14px;
  }
}
.performance .project-wrap .pagenation a {
  background-color: #fff;
  color: #00B4CB;
  text-decoration: none;
}
.performance .project-wrap .pagenation a:hover {
  background-color: #00B4CB;
  color: #fff;
}
.performance .project-wrap .pagenation span {
  background-color: #00B4CB;
  color: #fff;
}
.performance .performance-wrap {
  margin-bottom: 60px;
}
@media screen and (min-width: 960px) {
  .performance .performance-wrap {
    margin-bottom: 120px;
  }
}
.performance .performance-wrap .performance-table {
  position: relative;
  padding-bottom: 10px;
}
.performance .performance-wrap .performance-table .table-wrap {
  overflow: auto;
  margin-bottom: 4px;
}
.performance .performance-wrap .performance-table .table-wrap table {
  width: 420px;
  border-collapse: collapse;
  border-spacing: 0;
}
@media screen and (min-width: 960px) {
  .performance .performance-wrap .performance-table .table-wrap table {
    width: 960px;
  }
}
.performance .performance-wrap .performance-table .table-wrap table th, .performance .performance-wrap .performance-table .table-wrap table td {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px 4px;
  font-size: 1.4rem;
  font-weight: normal;
  vertical-align: middle;
}
@media screen and (min-width: 960px) {
  .performance .performance-wrap .performance-table .table-wrap table th, .performance .performance-wrap .performance-table .table-wrap table td {
    padding: 16px;
    font-size: 1.6rem;
  }
}
.performance .performance-wrap .performance-table .table-wrap table th {
  position: sticky;
  top: 0;
  left: 0;
}
.performance .performance-wrap .performance-table .table-wrap table th::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.performance .performance-wrap .performance-table .table-wrap table td {
  text-align: right;
}
.performance .performance-wrap .performance-table .table-wrap table td:first-child {
  border-left: none;
}
.performance .performance-wrap .performance-table .table-wrap table .th-item {
  position: sticky;
  top: 0;
  left: 0;
  background: none;
  border-left: none;
  border-right: none;
}
.performance .performance-wrap .performance-table .table-wrap table .th-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background: #f5feff;
  z-index: -1;
}
.performance .performance-wrap .performance-table .table-wrap table .th-empty {
  position: sticky;
  top: 0;
  left: 0;
  background: none;
  border: none;
  z-index: 1;
}
.performance .performance-wrap .performance-table .table-wrap table .th-empty::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background-color: #fff;
  z-index: -1;
}
.performance .performance-wrap .performance-table .table-wrap table .th-loan {
  width: 160px;
  background-color: #00B4CB;
  color: #fff;
  font-weight: normal;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .performance .performance-wrap .performance-table .table-wrap table .th-loan {
    width: 240px;
  }
}
.performance .performance-wrap .performance-table .table-wrap table .th-equity {
  width: 160px;
  background-color: #00839D;
  color: #fff;
  font-weight: normal;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .performance .performance-wrap .performance-table .table-wrap table .th-equity {
    width: 240px;
  }
}
.performance .flow-wrap {
  margin-bottom: 60px;
}
@media screen and (min-width: 960px) {
  .performance .flow-wrap {
    margin-bottom: 100px;
  }
}
.performance .flow-wrap h1 {
  margin-bottom: 40px;
}
.performance .flow-wrap .flow-lead {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 2.8rem;
  color: #00B4CB;
}
.performance .flow-wrap .tiangle {
  width: 100%;
  height: auto;
  padding-top: 19.96%;
}
@media screen and (min-width: 960px) {
  .performance .flow-wrap .tiangle {
    padding-top: 12.144%;
  }
}
.performance .flow-wrap .t_to_b {
  position: relative;
  overflow: hidden;
  opacity: 0;
}
.performance .flow-wrap .t_to_b p {
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translate(-50%, 0);
  background-color: #fff;
  border-radius: 4px;
  padding: 4px;
  font-size: 1.8rem;
  line-height: 1;
  color: #00B4CB;
}
@media screen and (min-width: 960px) {
  .performance .flow-wrap .t_to_b p {
    left: 294px;
    top: 38px;
    bottom: unset;
    font-size: 3.2rem;
  }
}
.performance .flow-wrap .t_to_b p span {
  font-size: 1.2rem;
}
@media screen and (min-width: 960px) {
  .performance .flow-wrap .t_to_b p span {
    font-size: 1.4rem;
    margin-left: 2px;
  }
}
.performance .flow-wrap .tiangle_04 p {
  top: 12px;
  color: #FF4D6B;
}
.performance .flow-wrap .tiangle_08 p {
  top: 8px;
  bottom: unset;
  color: #FF4D6B;
}
.performance .flow-wrap .tiangle_01 {
  background: url(/img/top-img/performance/img_flow_01.png) no-repeat 0 0/cover;
}
.performance .flow-wrap .tiangle_02 {
  background: url(/img/top-img/performance/img_flow_02.png) no-repeat 0 0/cover;
}
.performance .flow-wrap .tiangle_03 {
  background: url(/img/top-img/performance/img_flow_03.png) no-repeat 0 0/cover;
}
.performance .flow-wrap .tiangle_04 {
  background: url(/img/top-img/performance/img_flow_04.png) no-repeat 0 0/cover;
}
.performance .flow-wrap .tiangle_05 {
  background: url(/img/top-img/performance/img_flow_05.png) no-repeat 0 0/cover;
}
.performance .flow-wrap .tiangle_06 {
  background: url(/img/top-img/performance/img_flow_06.png) no-repeat 0 0/cover;
}
.performance .flow-wrap .tiangle_07 {
  background: url(/img/top-img/performance/img_flow_07.png) no-repeat 0 0/cover;
}
.performance .flow-wrap .tiangle_08 {
  background: url(/img/top-img/performance/img_flow_08.png) no-repeat 0 0/cover;
}
.performance .flow-wrap .move_t_to_b::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  animation: move_animation_t 0.8s linear 0s 1 forwards normal;
}
@keyframes move_animation_t {
  100% {
    transform: translateY(100%);
  }
}
.performance .flow-wrap .tiangle_01.move_t_to_b::before,
.performance .flow-wrap p.move_t_to_b::before {
  animation-delay: 0s;
}
.performance .flow-wrap .tiangle_02.move_t_to_b::before,
.performance .flow-wrap p.move_t_to_b::before {
  animation-delay: 0.3s;
}
.performance .flow-wrap .tiangle_03.move_t_to_b::before,
.performance .flow-wrap p.move_t_to_b::before {
  animation-delay: 0.6s;
}
.performance .flow-wrap .tiangle_04.move_t_to_b::before,
.performance .flow-wrap p.move_t_to_b::before {
  animation-delay: 0.9s;
}
.performance .flow-wrap .tiangle_05.move_t_to_b::before,
.performance .flow-wrap p.move_t_to_b::before {
  animation-delay: 0s;
}
.performance .flow-wrap .tiangle_06.move_t_to_b::before,
.performance .flow-wrap p.move_t_to_b::before {
  animation-delay: 0.3s;
}
.performance .flow-wrap .tiangle_07.move_t_to_b::before,
.performance .flow-wrap p.move_t_to_b::before {
  animation-delay: 0.6s;
}
.performance .flow-wrap .tiangle_08.move_t_to_b::before,
.performance .flow-wrap p.move_t_to_b::before {
  animation-delay: 0.9s;
}
.performance .flow-wrap .tiangle-sp {
  display: block;
  margin-bottom: 16px;
}
@media screen and (min-width: 960px) {
  .performance .flow-wrap .tiangle-sp {
    display: none;
  }
}
.performance .flow-wrap .tiangle-pc {
  display: none;
}
@media screen and (min-width: 960px) {
  .performance .flow-wrap .tiangle-pc {
    display: block;
    margin-bottom: 16px;
  }
}
.performance .point-wrap {
  margin-bottom: 60px;
}
@media screen and (min-width: 960px) {
  .performance .point-wrap {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 960px) {
  .performance .point-wrap ul {
    width: 840px;
    margin: 0 auto;
  }
}
.performance .point-wrap ul li {
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
  transform: translateY(500px);
  margin-bottom: 24px;
}
.performance .point-wrap ul li.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.performance .point-wrap ul li p {
  font-size: 1.6rem;
}
@media screen and (min-width: 960px) {
  .performance .point-wrap ul li p {
    font-size: 1.8rem;
  }
}
.performance .point-wrap ul li dl {
  display: flex;
  align-items: center;
  height: 40px;
  margin-bottom: 10px;
}
.performance .point-wrap ul li dl dt {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  background-color: #00B4CB;
  border-radius: 20px;
  height: 40px;
  padding: 0 2px 0 10px;
  margin-right: 10px;
  color: #fff;
}
.performance .point-wrap ul li dl dt span {
  width: 36px;
  height: 36px;
  border-radius: 18px;
  background-color: #fff;
  color: #00B4CB;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 4px;
}
.performance .point-wrap ul li dl dd {
  flex-shrink: 1;
  color: #00B4CB;
}
@media screen and (min-width: 960px) {
  .performance .point-wrap ul li dl dd {
    font-size: 2.4rem;
  }
}
.performance .seminar-wrap {
  margin-bottom: 60px;
}
@media screen and (min-width: 960px) {
  .performance .seminar-wrap {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 960px) {
  .performance .seminar-wrap .seminar-bnr {
    width: 816px;
    margin: 0 auto;
  }
}
.performance .seminar-wrap .seminar-bnr a {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 38.48%;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.4));
  transition: 0.3s;
  background: url(/img/lp-img/top/bnr_seminar_816_314.png) no-repeat 0 0/cover;
}
@media screen and (min-width: 960px) {
  .performance .seminar-wrap .seminar-bnr a {
    background: url(/img/lp-img/top/bnr_seminar_1632_520.png) no-repeat 0 0/cover;
    padding-top: 31.862%;
  }
}
.performance .seminar-wrap .seminar-bnr a:hover {
  filter: drop-shadow(0 6px 6px rgba(0, 0, 0, 0.3));
}

.btn-regist {
  width: 84%;
  margin: 0 auto 60px;
}
@media screen and (min-width: 960px) {
  .btn-regist {
    width: 540px;
    margin-bottom: 80px;
  }
}
.btn-regist a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FF4D6B;
  height: 48px;
  border-radius: 4px;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .btn-regist a {
    height: 54px;
    font-size: 1.8rem;
  }
}/*# sourceMappingURL=topOwbPerformance.css.map */