@charset "UTF-8";
.yugo {
  font-family: 'Yu Gothic', YuGothic, メイリオ, meiryo, "メイリオ", "meiryo", "ヒラギノ角ゴ pro w3", "hiragino kaku gothic pro", sans-serif;
  font-weight: 500; }

.oswald {
  font-family: 'Oswald', 'Yu Gothic', YuGothic, メイリオ, meiryo, "メイリオ", "meiryo", "ヒラギノ角ゴ pro w3", "hiragino kaku gothic pro", sans-serif; }

.roboto {
  font-family: 'Roboto', sans-serif; }

/* ----------------------------------------------------------
font-weight
---------------------------------------------------------- */

.t-bold {
  font-weight: 700;
  /* bold */ }

.t-lead-1, .evaluation-head__num {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  /* regular */
  letter-spacing: 0.04em;
  display: block; }

.t-body-1 {
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  line-height: 2.333; }

.t-a-r {
  text-align: right; }

#wrapper {
  padding-top: 0; }

/* ----------------------------------------------------------



---------------------------------------------------------- */
.evaluation-sec-1 {
  background: -webkit-gradient(linear, left top, left bottom, from(#e0e5f7), color-stop(57.13%, #e0e5f7), to(#c8cfe6));
  background: linear-gradient(#e0e5f7 0%, #e0e5f7 57.13%, #c8cfe6 100%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.evaluation-sec-1__inner {
  position: relative; }

.evaluation-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px; }

.evaluation-head__num {
  text-align: center;
  font-weight: 700;
  /* bold */
  color: #b9881e; }

.evaluation-head__label {
  color: #b9881e;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  margin-bottom: 6px; }

.evaluation-head__ttl + .evaluation-head__cat {
  margin-top: 20px; }

.evaluation-head__cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px; }

.evaluation-head__cat-item {
  margin: 0 10px;
  color: #b9881e;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 1px #b9881e;
  height: 27px;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.08em;
  font-size: 1.5rem; }

.evaluation-card__item {
  position: relative; }

.evaluation-card__item__inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: solid 10px #505876;
  background: #fff;
  -webkit-box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.12);
          box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.12);
  margin-bottom: 40px;
  position: relative;
  z-index: 2; }

.evaluation-card__label {
  font-family: 'Noto Serif JP', serif;
  color: #b9881e;
  font-size: 1.4rem;
  font-weight: 700;
  /* bold */
  letter-spacing: 0.15em;
  margin-bottom: 10px; }

.evaluation-card__name {
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.04em;
  font-weight: 400;
  /* regular */
  margin-bottom: 20px; }

.evaluation-card__lead {
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.04em;
  font-weight: 400;
  /* regular */
  margin-bottom: 30px; }

.evaluation-sec-2 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.evaluation-sec-2__inner {
  position: relative; }

.evaluation-sec-3 {
  background: #efefef;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.evaluation-sec-3__inner {
  position: relative; }

@media screen and (min-width: 769px) {
  .setOrder {
    color: #000; }
    .t-lead-1, .evaluation-head__num {
      font-size: 4rem; }
  .m-subpage__kv-2 {
    margin-bottom: 0px; }
    .evaluation-sec-1 {
      width: calc(50% + 483px);
      padding: 70px 83px 0px;
      margin-bottom: 380px; }
    .evaluation-sec-1__inner {
      width: 800px;
      margin-left: auto;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding-bottom: 90px; }
  .evaluation-head__ttl {
    margin-bottom: 0; }
    .evaluation-card__item:last-of-type {
      position: absolute;
      left: 0;
      bottom: -308px; }
    .evaluation-card__item__inner {
      padding: 70px 40px 60px; }
    .evaluation-card__name {
      font-size: 2.4rem; }
    .evaluation-card__lead {
      font-size: 3rem; }
    .evaluation-sec-2 {
      margin-bottom: 120px; }
    .evaluation-sec-2__inner {
      width: 800px;
      margin: 0 auto;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .evaluation-sec-3 {
      width: calc(50% + 483px);
      padding: 70px 83px 0px;
      margin-bottom: 120px; }
    .evaluation-sec-3__inner {
      width: 800px;
      margin-left: auto;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding-bottom: 90px; } }

@media screen and (min-width: 961px) {
  .setOrder {
    color: #000; } }

@media screen and (max-width: 768px) {
  .setOrder {
    color: #000; }
    .t-lead-1, .evaluation-head__num {
      font-size: 2.2rem; }
  .m-head-1__en {
    font-size: 1.2rem; }
  .m-head-1__ja {
    font-size: 2rem; }
  .m-lead-1 .emphasize {
    font-size: 2.8rem;
    margin-top: 10px;
    display: inline-block; }
  .m-subpage__kv-2__head-1 {
    margin-bottom: 0.2em; }
  .m-subpage__kv-2__head-1__ttl {
    font-size: 2.8rem; }
    .evaluation-sec-1 {
      width: 100%;
      padding: 30px 35px 0px 35px;
      margin-bottom: 80px; }
  .evaluation-head__ttl {
    margin-bottom: 0; }
    .evaluation-card__item:last-of-type:after {
      content: "";
      position: absolute;
      width: 100vw;
      height: calc(100% - 80px);
      background: #fff;
      left: -35px;
      bottom: 0; }
    .evaluation-card__item__inner {
      padding: 40px 35px; }
    .evaluation-card__name {
      font-size: 1.8rem; }
    .evaluation-card__lead {
      font-size: 2.2rem; }
    .evaluation-sec-2 {
      width: 100%;
      width: 100%;
      padding: 0px 35px;
      margin-bottom: 70px; }
    .evaluation-sec-3 {
      width: 100%;
      padding: 30px 35px 30px 35px;
      margin-bottom: 70px; } }

@media screen and (max-width: 350px) {
    .t-lead-1, .evaluation-head__num {
      font-size: 2rem; }
  .m-lead-1 .emphasize {
    font-size: 2.6rem; } }
