@charset "UTF-8";

/*============================================================================
  Style for [Page - Nenga2021]
============================================================================*/

/*------------------------------------
  common
------------------------------------*/
.sv-container {
  width: 100%;
  /*height: 840px;*/
  height: 320px;
  margin-top: -60px;
  background: url(images/bg_mv.png) center top/cover no-repeat #00bca3;
  text-align: center;
  position: relative;
}
  .sv-container .textBox {
    width: 546px;
    margin: 0 auto;
    /*padding-top: 100px;*/
    padding-top: 80px;
  }
    .sv-container .textBox .copy {
      /*width: 280px;*/
      width: 180px;
      margin: 0 auto;
    }
      .sv-container .textBox .copy img { width: 100%; }
    .sv-container .textBox .newyear {
      width: 546px;
      height: 38px;
      margin: 66px auto 0;
    }
      .sv-container .textBox .newyear img { width: 100%; }

  .sv-container h1 {
    margin: 52px auto 0;
    padding: 0;
    text-align: center;
  }
    .sv-container h1 img {
      width: 84%;
    }

  .sv-container .textBox .logo {
    width: 68px;
    margin: 32px auto 0;
  }

  .sv-container::after {
    content: '';
    display: block;
    width: 30px;
    height: 14px;
    background: url(images/ic_ar_down.svg) center 50%/contain no-repeat;
    position: absolute;
    bottom: 18px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
.p-nenga main .inner {
  width: 840px;
  min-width: 840px;
  max-width: 840px;
}
.stripe {
  padding: 5.0rem 0;
}
a img {
  -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
       -o-transition: all 0.3s;
          transition: all 0.3s;
}
a:hover img {
  opacity: 0.85;
}

/* Media
--------------------------------*/
@media screen and (min-width:800px) {
	.mb { display:none; }
}
@media screen and (max-width:799px) {
	.pc { display:none; }
}


/*------------------------------------
  Quiz
------------------------------------*/
.quiz {
  background: #ffe9da;
}
  .quiz .inner {
    padding: 24px 0;
    background: #fff9f6;
    border-radius: 8px;
  }
  .quiz .title {
    width: 100%;
  }
  .quiz .question {
    width: 700px;
    margin: 30px auto 0;
  }
  .quiz .entry {
    width: 700px;
    margin: 20px auto;
  }
    .quiz .title img,
    .quiz .question img,
    .quiz .entry img { width: 100%; }

  .quiz .cap {
    width: 700px;
    margin: 1.0em auto 0;
    text-align: center;
    font-size: 0.7em;
    font-weight: 300;
    color: #777;
  }

  .quiz .answer {
    width: 700px;
    margin: 20px auto;
  }

/*------------------------------------
  Special-Quiz
------------------------------------*/
  .spquiz {
    background: #49648c;
  }
  .spquiz .inner {
    width: 840px;
  }
  .spquiz .title img,
  .spquiz .masu img { width:100%; }

  .spquiz h2 {
    width: 840px;
    margin: 80px auto 0;
    color: #fff;
    font-size: 30px;
    line-height: 2.4;
    position: relative;
  }
    .spquiz h2 img {
      display: inline;
      height: 1.8em;
      margin-right: 0.4rem;
      vertical-align: text-bottom;
    }
  .spquiz h2::before {
    content: '';
    display: block;
    width: 50px;
    height: 44px;
    background: url(images/ic_ar_y_down.svg) center 50%/contain no-repeat;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }

  .p-nenga main .spquiz .banner.inner {
    width: 1080px;
    min-width: 1080px;
    max-width: 1080px;
  }
  .spquiz .banner {
    margin: 50px auto 0;
    text-align: center;
  }
    .spquiz .banner p {
      display: inline-block;
      width: 480px;
      margin: 0 20px;
    }
      .spquiz .banner p img { width:100%; }

/*------------------------------------
  Service
------------------------------------*/
.top-service {
  background: #f7f9fc;
}
  .top-service .srv-list {
    display: flex;
    margin-top: 6.0rem;
    justify-content: center;
  }
  .top-service .srv-item {
    width: 380px;
    margin: 0 1.2vw;
    border-radius: 16px;
    -webkit-transition: all 0.4s;
       -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
         -o-transition: all 0.4s;
            transition: all 0.4s;
  }
    .top-service .srv-item:hover {
      box-shadow: 0 0 24px rgba(0,64,152,0.3);/*(33,56,91,0.08)*/
      transform: scale(1.08,1.08);
    }
    .top-service .srv-item a {
      color: #111;
    }
      .top-service .srv-item a:hover {
        color: #111;
        text-decoration: none;
      }

    .top-service .srv-item .srv-solve {
      padding: 40px 30px 36px;
      color: #fff;
      font-weight: 600;
      font-size: 1.6rem;
      line-height: 1.8;
      background: #004098;
      border-radius: 16px 16px 0 0;
    }

    .top-service .srv-item .srv-image img {
      width: 100%;
    }
    .top-service .srv-item .srv-textBox {
      padding: 64px 30px 48px;
      position: relative;
    }
      .top-service .srv-item .srv-textBox::before {
        display: block;
        content: '';
        width: 52px;
        height: 52px;
        border-radius: 26px;
        background: #004098;
        box-shadow: 0 0 6px rgba(33,56,91,0.2);
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
      }
          .top-service .srv-item.srv-op .srv-textBox::before { background: url(../common/images/ic_srv_op_wh.svg) center 50%/60% no-repeat #00bea5; }
          .top-service .srv-item.srv-to .srv-textBox::before { background: url(../common/images/ic_srv_to_wh.svg) center 50%/60% no-repeat #f35b83; }
          .top-service .srv-item.srv-vo .srv-textBox::before { background: url(../common/images/ic_srv_vo_wh.svg) center 50%/60% no-repeat #61aa31; }

      .top-service .srv-item .srv-head {
        font-weight: 600;
        font-size: 1.6rem;
        line-height: 1.0;
        letter-spacing: 0.05em;
      }
      .top-service .srv-item .srv-name {
        margin-top: 0.8rem;
        font-family: din-2014, sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 3.6rem;
        letter-spacing: 0.04rem;
      }
        .top-service .srv-item.srv-op .srv-name { color:#00bea5; }
        .top-service .srv-item.srv-to .srv-name { color:#f35b83; }
        .top-service .srv-item.srv-vo .srv-name { color:#61aa31; }

        .top-service .srv-item .srv-name span {
          margin-left: 1.0em;
          color: #666;
          font-weight: 600;
          font-size: 1.4rem;
          letter-spacing: 0.2rem;
        }
      .top-service .srv-item .c-tagBox {
        margin: 4.0rem 0 0 0;
        font-size: 1.2rem;
      }
        .top-service .srv-item .c-tagBox .c-tag-item {
          color: #666;
        }
      .top-service .srv-item .btnBox {
        display: none;
        font-size: 1.4rem;
        bottom: -1.5em;
      }

/*------------------------------------
  Answer
------------------------------------*/
/*吹き出し*/
.balloon_l,
.balloon_r{
  margin: 30px 0;
  display:flex;
  justify-content: flex-start;
  align-items: flex-start; /*縦位置を上揃え*/
/*   align-items: center; */ /*縦位置を真ん中揃え*/
}
.balloon_r{
  justify-content:flex-end;
}
.faceicon img{
  width: 80px; /*任意のサイズ*/
  height: auto;
}
.balloon_r .faceicon{
  margin-left:25px;
  margin-top: -8px;
}
.balloon_l .faceicon{
  margin-right:25px;
  margin-top: -8px;
}
.balloon_r .faceicon{
  order:2 !important;
}
.says {
  max-width:500px; /*最大幅は任意*/
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 17px 13px 15px 18px;
  border-radius: 12px;
  background: #99dddd;/*色は任意*/
  box-sizing:border-box;
  margin:0 !important;
  line-height:1.5;
/*   align-items: center; */
}
  .says_inner {
    display: inline-block;
  }
.says p{
  margin:8px 0 0 !important;
}
.says p:first-child{
  margin-top:0 !important;
}
.says p .p200 { width: 30%;}
.says:after {
  content: "";
  position: absolute;
  border: 10px solid transparent;
/*   margin-top:-3px;  */
}
.balloon_l .says:after {
  left: -26px;
  border-right: 22px solid #99dddd;
}
.balloon_r .says:after {
  right: -26px;
  border-left: 22px solid #99dddd;
}




/* =======================================================

  MediaQueries

======================================================= */
/*------------------------------------
  for max:1279px
------------------------------------*/
@media screen and (max-width: 1279px) {

    .top-service .srv-list {
      padding: 0 1.6rem;
    }
    .top-service .srv-item .srv-solve {
      padding: 30px 20px 26px;
      font-size: 1.2rem;
      font-weight: 400;
    }
    .top-service .srv-item .srv-textBox {
      padding: 54px 20px 38px;
    }
    .top-service .srv-item .srv-head {
      font-size: 1.2rem;
    }
    .top-service .srv-item .srv-name {
      font-size: 2.8rem;
    }
      .top-service .srv-item .srv-name span {
        margin-left: 1.0em;
        font-size: 1.2rem;
      }
    .top-service .srv-item .c-tagBox {
      margin: 3.0rem 0 0 0;
      font-size: 1.0rem;
    }

}


/*------------------------------------
  for Mobile [max:639px]
------------------------------------*/
@media screen and (max-width: 639px) {

  .sv-container {
    width: 100%;
    /*height: 94vh;*/
    height: 30vh;
    margin-top: -60px;
  }
    .sv-container .textBox {
      width: 100%;
      margin: 0 auto;
      padding-top: 70px;
    }
      .sv-container .textBox .copy {
        /*width: 48%;*/
        width: 30%;
        height: auto;
        margin: 0 auto;
      }
      .sv-container .textBox .newyear {
        width: 86%;
        height: auto;
        margin: 30px auto 0;
      }

    .sv-container h1 {
      width: 82%;
      height: auto;
      margin: 20px auto 0;
      padding: 0;
    }
      .sv-container h1 img {
        width: 100%;
      }

    .sv-container .textBox .logo {
      width: 60px;
      margin: 20px auto 0;
    }

    .sv-container::after {
      content: '';
      display: block;
      width: 30px;
      height: 14px;
      background: url(images/ic_ar_down.svg) center 50%/contain no-repeat;
      position: absolute;
      bottom: 8px;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
    }

  .quiz {
    padding: 30px 0 0;
    background: #fff9f6;
  }
    .quiz .title {
      width: 100%;
      margin: 0;
    }
    .p-nenga main .quiz .inner {
      width: 100%;
      max-width: 100%;
      min-width: 100%;
      margin: 0;
      padding: 20px;
    }
    .quiz .question {
      width: 100%;
    }
    .quiz .entry {
      width: 100%;
    }
      .quiz .title img,
      .quiz .question img,
      .quiz .entry img { width: 100%; }

    .quiz .cap {
      width: 100%;
      margin: 1.0em auto 0;
    }

  .spquiz {
    padding: 0;
  }
  .p-nenga main .spquiz .inner {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 20px;
  }
  .spquiz .title img,
  .spquiz .masu img { width:100%; }

  .spquiz h2 {
    width: 100%;
    margin: 50px auto 0;
    padding: 0 20px;
    color: #fff;
    font-size: 18px;
    line-height: 2.0;
    position: relative;
  }
    .spquiz h2 img {
      margin-right: 0.2rem;
    }
  .spquiz h2::before {
    width: 44px;
    height: 40px;
  }

  .p-nenga main .spquiz .banner.inner {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .spquiz .banner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
    .spquiz .banner p {
      display: block;
      width: 100%;
      margin: 20px 0 0;
    }


    .top-service .srv-list {
      display: block;
      margin-top: 0;
      padding: 0 2.0rem;
    }
    .top-service .srv-item {
        width: 100%;
        margin: 0 0 2.0rem 0;
    }
    .top-service .srv-item:hover {
      box-shadow: 0 0 16px rgba(0,64,152,0.2);/*(33,56,91,0.08)*/
      transform: none;
    }
    .top-service .srv-item .srv-solve {
      padding: 2.4rem 20px 2.2rem;
      font-size: 1.4rem;
    }
    .top-service .srv-item .srv-textBox {
      padding: 44px 20px 20px;
    }
    .top-service .srv-item .srv-name {
      font-size: 2.8rem;
    }
      .top-service .srv-item .srv-name span {
        margin-left: 1.0em;
        font-size: 1.1rem;
      }
    .top-service .srv-item .c-tagBox {
      margin: 1.6rem 0 0 0;
    }

/* Answer ----------------------------- */

.quiz .answer {
  width: 100%;
}
    .balloon_l,
    .balloon_r{
      max-width: 100%;
      width: 100%;
    }
.faceicon img {
  width: 4.0em;
}


}
