@import url("//fonts.googleapis.com/css2?family=Urbanist:wght@100..900&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
/*
font-family: $font-gothic;
300 400 500 700
*/
/*
font-family: $font-min;
300 400 500 600 700
*/
/*
font-family: $font-en;
300 400 600
*/
/*@include font-gothic();*/
/*@include font-min();*/
/*@include font-en();*/
/*
$c_primary:#1C4B96;
*/
/*@include incImg100();*/
/*@include incSmooth();*/
/*@include dropshadow;*/
/*@include boxshadow;*/
/*@include fs();*/
/*@include btm();*/
.challenge picture {
  display: block;
  text-align: center; }
  .challenge picture img {
    max-width: 926px;
    width: 100%; }
.challenge p {
  margin: 0 auto 20px;
  max-width: 580px; }

.personalityBox {
  background: rgba(255, 255, 255, 0.6);
  box-shadow: inset 25px 35px 35px rgba(255, 255, 255, 0.7), inset -25px -35px 35px rgba(255, 255, 255, 0.7);
  border: 5px solid rgba(255, 255, 255, 0.7);
  border-radius: 14px;
  margin-bottom: 80px;
  padding: 60px;
  position: relative;
  width: 100%; }
  .personalityBox .head02 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 2;
    line-height: 1.8;
    line-height: 1.65; }
    @media only screen and (max-width: 960px) {
      .personalityBox .head02 {
        font-size: 24px;
        font-size: 2.4rem; } }

.personalityList ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  counter-reset: listnum; }
  .personalityList ul:after {
    content: "";
    display: block;
    width: 32%;
    max-width: 326px; }
  .personalityList ul li {
    background: rgba(255, 255, 255, 0.3);
    box-shadow: inset 25px 35px 35px rgba(255, 255, 255, 0.7), inset -25px -35px 35px rgba(255, 255, 255, 0.7);
    border: 5px solid rgba(255, 255, 255, 0.7);
    border-radius: 14px;
    margin-bottom: 20px;
    padding: 50px 28px 40px 30px;
    position: relative;
    width: 32%; }
    .personalityList ul li:before {
      background: url("../img/common/icon_snow_01.svg") center center no-repeat;
      background-size: cover;
      display: flex;
      justify-content: center;
      align-items: center;
      counter-increment: listnum;
      content: counter(listnum,decimal-leading-zero);
      color: #00A0E9;
      font-family: "Urbanist", sans-serif;
      font-size: 20px;
      font-size: 2rem;
      line-height: 2;
      font-weight: 600;
      letter-spacing: 0.02em;
      line-height: 1.4;
      height: 34px;
      width: 34px;
      position: absolute;
      right: 12px;
      top: 12px; }
      @media only screen and (max-width: 960px) {
        .personalityList ul li:before {
          font-size: 17px;
          font-size: 1.7rem; } }
    .personalityList ul li h3 {
      color: #00405E;
      font-size: 20px;
      font-size: 2rem;
      line-height: 2;
      font-weight: 500;
      letter-spacing: 0.02em;
      line-height: 1.4;
      margin-bottom: 20px;
      text-indent: -0.6em;
      padding-left: 0.6em; }
      @media only screen and (max-width: 960px) {
        .personalityList ul li h3 {
          font-size: 17px;
          font-size: 1.7rem; } }
    .personalityList ul li p {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 2;
      line-height: 1.7;
      margin-top: 16px; }
      @media only screen and (max-width: 960px) {
        .personalityList ul li p {
          font-size: 12px;
          font-size: 1.2rem; } }
      .personalityList ul li p:first-child {
        margin-top: 0; }

@media only screen and (max-width: 960px) {
  .personalityBox {
    border-radius: 12px;
    margin-bottom: 60px;
    padding: 28px 5vw 32px; }
    .personalityBox .head02 {
      font-size: 19px;
      letter-spacing: -0.06em;
      line-height: 1.8;
      padding-bottom: 24px; }

  .personalityList ul {
    display: block; }
    .personalityList ul:after {
      display: none; }
    .personalityList ul li {
      border-radius: 12px;
      margin-bottom: 16px;
      padding: 24px 5vw;
      width: 100%; }
      .personalityList ul li h3 {
        font-size: 18px;
        margin-bottom: 12px; }
      .personalityList ul li p {
        font-size: 14px;
        line-height: 1.8;
        letter-spacing: -0.02em; } }
