@charset "UTF-8";
.pagevisual {
  background-image: url("../img/performance/mv.png");
  background-position: center top 25%;
}

.pagevisual:after {
  background: rgb(142, 142, 142);
  background: -moz-linear-gradient(242deg, rgba(142, 142, 142, 0) 0%, rgb(68, 68, 68) 100%);
  background: -webkit-linear-gradient(242deg, rgba(142, 142, 142, 0) 0%, rgb(68, 68, 68) 100%);
  background: linear-gradient(242deg, rgba(142, 142, 142, 0) 0%, rgb(68, 68, 68) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8e8e8e", endColorstr="#444444", GradientType=1);
}

@media screen and (max-width: 770px) {
  .pagevisual {
    background-position: center top 0%;
  }
}
/*--------------------------------------------------------------------*/
section.summary {
  padding: 4em 0;
}

section.summary .heading .pageIndex {
  margin-bottom: 6em;
}

section.summary .heading .en {
  font-weight: 300;
  margin-right: 0.7em;
  padding-right: 0.7em;
  white-space: nowrap;
}

section.summary .heading .ja {
  color: #1F8EC7;
  white-space: nowrap;
}

section.summary .intro {
  margin-bottom: 4em;
}

section.summary .intro .index {
  margin-bottom: 0.5em;
}

section.summary .intro .number {
  font-size: 80%;
  width: 2em;
  height: 2em;
  background-color: #1F8EC7;
  color: #fff;
  font-weight: bold;
  border-radius: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.4em;
}

section.summary .intro .label {
  font-size: 120%;
  color: #1F8EC7;
}

section.summary .image {
  margin-bottom: 5em;
}

section.summary .image .caption {
  margin-bottom: 1em;
  font-size: 90%;
}

@media screen and (max-width: 750px) {
  section.summary {
    padding: 2em 5vw;
  }
  section.summary .heading .pageIndex {
    margin-bottom: 3em;
  }
  section.summary .heading .pageIndex .en:after {
    display: none;
  }
  section.summary .heading .en {
    font-size: 6.4vw !important;
    margin-right: 0;
    padding-right: 0;
  }
}
/*--------------------------------------------------------------------*/
section.summary .table {
  margin-bottom: 2em;
}

section.summary .table table {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  font-weight: 500;
}

section.summary .table table th,
section.summary .table table td {
  padding: 1.5em 1.5em;
  border-left: 2px solid #fff;
}

section.summary .table table th {
  background-color: #374951;
  color: #fff;
  padding: 0.75em 1.5em;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
}

section.summary .table table td {
  background-color: #F6F9FC;
  border-bottom: 1px solid #000;
}

section.summary .table table sup {
  font-size: 12px;
  font-size: 1.2rem;
  font-size: clamp(0.6rem, 2.5vw, 1.2rem);
}

@media screen and (max-width: 750px) {
  section.summary .table {
    overflow: auto;
  }
}
/*--------------------------------------------------------------------*/
section.summary .table table th.highlight {
  background-color: #1F8EC7;
}

section.summary .table table td.highlight {
  color: #1F8EC7;
  background-color: #fff;
  white-space: nowrap;
  padding-right: 2.5em;
}

/*--------------------------------------------------------------------*/
section.summary .table table th.submenu {
  background-color: #D8DBDC;
  color: #3B4950;
}

/*--------------------------------------------------------------------*/
section.summary .table table td.menu {
  line-height: 2.3;
}

@media screen and (max-width: 750px) {
  section.summary .table table td.menu {
    white-space: nowrap;
  }
}
/*--------------------------------------------------------------------*/
section.summary section.subsidy {
  margin-bottom: 200px;
}

section.summary section.support {
  margin-bottom: 100px;
}

@media screen and (max-width: 750px) {
  section.summary section.subsidy {
    margin-bottom: 100px;
  }
  section.summary section.support {
    margin-bottom: 50px;
  }
  section.summary .support .table table td {
    min-width: 42em;
  }
  section.summary .support .table table td.highlight {
    min-width: 0;
  }
  section.summary .subsidy .price .table table td {
    white-space: nowrap;
  }
}
/*--------------------------------------------------------------------*/
section.performance {
  margin-top: 100px;
}

section.performance .heading {
  margin-bottom: 2em;
}

section.performance .heading .en {
  font-size: 3.8rem;
  font-weight: 300;
  color: #1F8EC7;
}

section.performance .intro {
  padding: 60px 0 80px 0;
}

@media screen and (max-width: 770px) {
  section.performance {
    margin-top: 50px;
  }
  section.performance .intro {
    margin: 0px 5vw 60px 5vw;
    padding: 1em 2em;
    border: 1px solid #f1f1f1;
    background-color: #fbfbfb;
    border-radius: 3px;
  }
}
/*--------------------------------------------------------------------*/
section.performance .archive article {
  width: 30%;
  margin: 1.666%;
}

section.performance .archive article a {
  display: block;
  height: 100%;
}

section.performance .archive article .card {
  flex-direction: column;
  height: 100%;
}

section.performance .image {
  width: 100%;
  height: 180px;
  overflow: hidden;
  position: relative;
}

section.performance .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

section.performance .type {
  padding: 2.5em 0.8em 1em 0.8em;
}

section.performance .type .label {
  padding-left: 1.2em;
}

section.performance .type .label:before {
  width: 1px;
  height: calc(100% + 2em);
  background-color: #8C8D8E;
  top: 0;
  left: 0;
}

section.performance .type .label2 {
  padding-left: 1.2em;
}

section.performance .type .label2:before {
  width: 1px;
  height: calc(100% + 2em);
  background-color: #8C8D8E;
  top: 0;
  left: 0;
}

section.performance .type .en {
  margin-bottom: 1em;
  color: #A4A4A4;
}

section.performance .type .ja {
  line-height: 1.5;
}

section.performance .panel {
  padding: 2em 1.5em;
  background-color: #F9F9F9;
  flex: 1;
  width: 100%;
  box-sizing: border-box;
}

section.performance .panel .the_title {
  margin-bottom: 0.8em;
}

section.performance .readmore {
  width: 100%;
}

@media screen and (max-width: 770px) {
  section.performance .archive {
    padding: 0 5vw;
  }
  section.performance .archive article {
    width: 100%;
    margin: 0%;
    margin-bottom: 10vw;
  }
  section.performance .image {
    width: 100%;
    height: 40vw;
    overflow: hidden;
    position: relative;
  }
  section.performance .readmore img {
    height: 2em;
    width: auto;
  }
}
/*--------------------------------------------------------------------*/
section.performance .pagination {
  padding: 100px 0 100px 0;
}

@media screen and (max-width: 770px) {
  section.performance .pagination {
    padding: 20px 0 60px 0;
  }
}
.text_btn_wrapper_end {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

a.text_btn {
  display: inline-block;
  /* 追加 */
  background: #00B0BC;
  color: #ffffff;
  padding: 15px 100px;
  margin: 40px auto 20px;
  font-size: 16px;
  border-radius: 25px;
  text-decoration: none;
  /* アンダーラインを取り除く */
  text-align: center;
  /* テキストを中央寄せ */
}

@media screen and (max-width: 599px) {
  a.text_btn {
    background: #00B0BC;
    color: #ffffff;
    padding: 15px 20px;
    margin: 40px auto 20px;
    font-size: 16px;
    border-radius: 25px;
  }
}
.performance_text {
  font-size: 1.6rem;
}

/* 実績記事内の画像回り込み用 */
.performance_float_wrapper::after {
  content: "";
  display: block;
  clear: both;
}

.performance_float_img {
  float: right;
  margin-left: 30px;
  margin-bottom: 20px;
  max-width: 40%;
}

@media screen and (max-width: 770px) {
  .performance_float_img {
    float: none;
    margin-left: 0;
    margin-bottom: 20px;
    max-width: 100%;
    width: 100%;
  }
}
/* figure全体での回り込み用とfigcaptionのスタイル */
.performance_float_figure {
  float: right;
  margin: 0 0 20px 30px;
  max-width: 40%;
  position: relative;
}

.performance_float_figure img {
  width: 100%;
  height: auto;
  display: block;
}

.performance_figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* グレーの透過帯 */
  color: #dddddd;
  /* 文字色を白に */
  text-align: right;
  font-size: 0.7em;
  padding: 2px 12px;
  box-sizing: border-box;
  margin-top: 0;
  display: block;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 770px) {
  .performance_float_figure {
    float: none;
    margin: 0 0 20px 0;
    max-width: 100%;
    width: 100%;
  }
}
