@media screen and (max-width: 768px) {
  .topPage .ft .mainArea .btmWrap {
    padding-bottom: 110px; } }

@media screen and (max-width: 768px) {
  .topPage #topcontrol {
    bottom: 100px !important; } }

.topPage .secReadTx {
  text-align: center;
  font-size: 2.0rem;
  line-height: 1.75; }
  @media screen and (max-width: 768px) {
    .topPage .secReadTx {
      font-size: 1.5rem; } }

.topPage .mailmagaBox a {
  display: block;
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 9999;
  width: 350px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  overflow: hidden;
  padding: 5px;
  font-size: 0; }
  @media screen and (max-width: 768px) {
    .topPage .mailmagaBox a {
      bottom: -1px;
      right: -1px;
      width: 260px;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; } }
  .topPage .mailmagaBox a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#964f91), to(#c7709b));
    background: -webkit-linear-gradient(left, #964f91, #c7709b);
    background: -o-linear-gradient(left, #964f91, #c7709b);
    background: linear-gradient(to right, #964f91, #c7709b);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    opacity: 0; }
  .topPage .mailmagaBox a::after {
    content: "";
    position: absolute;
    bottom: 12px;
    right: 12px;
    background: url("../cmn_img/arw01.png") no-repeat center center/cover;
    width: 13px;
    height: 11px;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out; }
  .topPage .mailmagaBox a .thum {
    position: relative;
    z-index: 9;
    width: 33%;
    margin-right: 5%;
    display: inline-block;
    vertical-align: middle;
    border-radius: 3px;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .topPage .mailmagaBox a .thum {
        width: 30%; } }
    .topPage .mailmagaBox a .thum .cmn_ofi::before {
      padding-top: 100%; }
  .topPage .mailmagaBox a .txBox {
    position: relative;
    z-index: 9;
    width: 57%;
    display: inline-block;
    vertical-align: middle; }
    @media screen and (max-width: 768px) {
      .topPage .mailmagaBox a .txBox {
        line-height: 1.7;
        width: 65%; } }
    .topPage .mailmagaBox a .txBox .tx01 {
      font-size: 1.6rem;
      font-weight: 500; }
      @media screen and (max-width: 768px) {
        .topPage .mailmagaBox a .txBox .tx01 {
          font-size: 1.3rem; } }
    .topPage .mailmagaBox a .txBox .tx02 {
      font-size: 1.3rem; }
      @media screen and (max-width: 768px) {
        .topPage .mailmagaBox a .txBox .tx02 {
          font-size: 1.1rem;
          margin-top: 2px; } }
  @media (hover: hover) and (pointer: fine) {
    .topPage .mailmagaBox a:hover {
      color: #fff; }
      .topPage .mailmagaBox a:hover::before {
        width: 100%;
        opacity: 1; }
      .topPage .mailmagaBox a:hover::after {
        right: 9px;
        background-image: url("../cmn_img/arw01_wh.png"); } }
  @media (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .topPage .mailmagaBox a:hover {
      color: #fff; }
      .topPage .mailmagaBox a:hover::before {
        width: 100%;
        opacity: 1; }
      .topPage .mailmagaBox a:hover::after {
        right: 9px;
        background-image: url("../cmn_img/arw01_wh.png"); } }

.topPage .mv {
  width: 100%;
  height: calc(100vh + 100px);
  background: -webkit-gradient(linear, left top, right top, from(#f6f2f6), to(#faf2f0));
  background: -webkit-linear-gradient(left, #f6f2f6, #faf2f0);
  background: -o-linear-gradient(left, #f6f2f6, #faf2f0);
  background: linear-gradient(to right, #f6f2f6, #faf2f0);
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .topPage .mv {
      height: auto; } }
  .topPage .mv::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background: url("../cmn_img/top/mv_item01.png") no-repeat center center/100% 100%;
    z-index: 11; }
    @media screen and (max-width: 768px) {
      .topPage .mv::before {
        height: 60px; } }
  .topPage .mv .txWrap {
    position: relative;
    width: 50%;
    top: 50%;
    left: 8%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10; }
    @media screen and (max-width: 768px) {
      .topPage .mv .txWrap {
        position: static;
        width: 100%;
        left: 0;
        text-align: center;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        padding: 90px 0 20px; } }
    .topPage .mv .txWrap .copy {
      font-size: 6.4rem;
      line-height: 1.5;
      font-weight: 500;
      display: inline-block; }
      @media screen and (max-width: 768px) {
        .topPage .mv .txWrap .copy {
          font-size: 2.8rem; } }
    .topPage .mv .txWrap .tx {
      font-size: 2.0rem;
      margin-top: 20px;
      line-height: 2.2;
      display: block; }
      @media screen and (max-width: 768px) {
        .topPage .mv .txWrap .tx {
          font-size: 1.5rem;
          margin-top: 10px; } }
  .topPage .mv .imgArea {
    position: absolute;
    bottom: -20px;
    right: 0;
    text-align: center;
    width: 55%;
    height: 95%;
    margin: 0 7% 0 auto;
    z-index: 9; }
    @media screen and (max-width: 768px) {
      .topPage .mv .imgArea {
        position: static;
        width: 100%;
        margin: 0 auto;
        height: 400px; } }
    .topPage .mv .imgArea .wrap {
      position: relative;
      width: 100%;
      height: 100%; }
    .topPage .mv .imgArea p {
      margin: 0 auto;
      display: block;
      opacity: 0;
      -webkit-transition: all .4s ease-in-out;
      -o-transition: all .4s ease-in-out;
      transition: all .4s ease-in-out;
      -webkit-transition-duration: 1s;
      -o-transition-duration: 1s;
      transition-duration: 1s; }
      .topPage .mv .imgArea p picture {
        display: block;
        margin: 0 auto; }
    .topPage .mv .imgArea .item07 {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(15px);
      -ms-transform: translateX(-50%) translateY(15px);
      transform: translateX(-50%) translateY(15px);
      width: 100%;
      height: 60%;
      z-index: 20;
      bottom: 0;
      z-index: 2; }
      .topPage .mv .imgArea .item07 picture {
        width: 25%;
        height: auto; }
    .topPage .mv .imgArea .item01, .topPage .mv .imgArea .item03, .topPage .mv .imgArea .item04, .topPage .mv .imgArea .item06, .topPage .mv .imgArea .item08, .topPage .mv .imgArea .item09, .topPage .mv .imgArea .item05, .topPage .mv .imgArea .item02 {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 100%;
      height: 43%;
      top: 0; }
      .topPage .mv .imgArea .item01 picture, .topPage .mv .imgArea .item03 picture, .topPage .mv .imgArea .item04 picture, .topPage .mv .imgArea .item06 picture, .topPage .mv .imgArea .item08 picture, .topPage .mv .imgArea .item09 picture, .topPage .mv .imgArea .item05 picture, .topPage .mv .imgArea .item02 picture {
        width: auto;
        height: 100%; }
        .topPage .mv .imgArea .item01 picture img, .topPage .mv .imgArea .item03 picture img, .topPage .mv .imgArea .item04 picture img, .topPage .mv .imgArea .item06 picture img, .topPage .mv .imgArea .item08 picture img, .topPage .mv .imgArea .item09 picture img, .topPage .mv .imgArea .item05 picture img, .topPage .mv .imgArea .item02 picture img {
          width: auto;
          height: 100%;
          display: block;
          margin: 0 auto; }
    .topPage .mv .imgArea .item03, .topPage .mv .imgArea .item04, .topPage .mv .imgArea .item06, .topPage .mv .imgArea .item08, .topPage .mv .imgArea .item09, .topPage .mv .imgArea .item05, .topPage .mv .imgArea .item02 {
      height: auto; }
      .topPage .mv .imgArea .item03 picture, .topPage .mv .imgArea .item04 picture, .topPage .mv .imgArea .item06 picture, .topPage .mv .imgArea .item08 picture, .topPage .mv .imgArea .item09 picture, .topPage .mv .imgArea .item05 picture, .topPage .mv .imgArea .item02 picture {
        height: auto; }
        .topPage .mv .imgArea .item03 picture img, .topPage .mv .imgArea .item04 picture img, .topPage .mv .imgArea .item06 picture img, .topPage .mv .imgArea .item08 picture img, .topPage .mv .imgArea .item09 picture img, .topPage .mv .imgArea .item05 picture img, .topPage .mv .imgArea .item02 picture img {
          height: auto;
          -o-object-fit: contain;
          object-fit: contain; }
    .topPage .mv .imgArea .item02, .topPage .mv .imgArea .item03, .topPage .mv .imgArea .item04, .topPage .mv .imgArea .item05, .topPage .mv .imgArea .item06, .topPage .mv .imgArea .item08, .topPage .mv .imgArea .item09 {
      -webkit-transform: translateX(0) translateY(15px) scale(0.95);
      -ms-transform: translateX(0) translateY(15px) scale(0.95);
      transform: translateX(0) translateY(15px) scale(0.95);
      height: auto; }
    .topPage .mv .imgArea .item01 {
      z-index: 1;
      -webkit-transform: translateX(-50%) translateY(15px) scale(0.95);
      -ms-transform: translateX(-50%) translateY(15px) scale(0.95);
      transform: translateX(-50%) translateY(15px) scale(0.95); }
    .topPage .mv .imgArea .item03 {
      width: 22%;
      right: 15%;
      left: auto;
      top: 20%;
      z-index: 17; }
    .topPage .mv .imgArea .item04 {
      width: 22%;
      left: 15%;
      right: auto;
      top: 50%;
      z-index: 20; }
      @media screen and (max-width: 768px) {
        .topPage .mv .imgArea .item04 {
          bottom: 10%;
          top: auto; } }
    .topPage .mv .imgArea .item06 {
      width: 16%;
      right: -5%;
      left: auto;
      top: 31%; }
      @media screen and (max-width: 768px) {
        .topPage .mv .imgArea .item06 {
          top: 32%;
          right: 0; } }
    .topPage .mv .imgArea .item08 {
      width: 5%;
      left: 25%;
      right: auto;
      top: auto;
      bottom: 12%; }
      @media screen and (max-width: 768px) {
        .topPage .mv .imgArea .item08 {
          bottom: 4%; } }
    .topPage .mv .imgArea .item09 {
      width: 10%;
      left: 2%;
      right: auto;
      top: 5%; }
    .topPage .mv .imgArea .item05 {
      width: 22%;
      right: 15%;
      left: auto;
      top: auto;
      bottom: 10%;
      z-index: 20; }
      @media screen and (max-width: 768px) {
        .topPage .mv .imgArea .item05 {
          bottom: -5%; } }
    .topPage .mv .imgArea .item02 {
      width: 22%;
      right: auto;
      left: 8%;
      top: 22%; }
    .topPage .mv .imgArea .img01, .topPage .mv .imgArea .img02, .topPage .mv .imgArea .img03 {
      -webkit-transform: scale(0.98);
      -ms-transform: scale(0.98);
      transform: scale(0.98);
      opacity: 0; }
    .topPage .mv .imgArea .img01 {
      position: absolute;
      right: 10%;
      top: 12%;
      width: 30%;
      z-index: 15; }
      @media screen and (max-width: 768px) {
        .topPage .mv .imgArea .img01 {
          width: 40%;
          right: 3%;
          top: 12%; } }
    .topPage .mv .imgArea .img02 {
      position: absolute;
      left: 12%;
      top: 33%;
      width: 37%;
      z-index: 18; }
      @media screen and (max-width: 768px) {
        .topPage .mv .imgArea .img02 {
          width: 48%;
          left: -2%; } }
    .topPage .mv .imgArea .img03 {
      position: absolute;
      right: 10%;
      bottom: 33%;
      width: 37%;
      z-index: 18; }
      @media screen and (max-width: 768px) {
        .topPage .mv .imgArea .img03 {
          width: 48%;
          right: 5%;
          bottom: 12%; } }
    .topPage .mv .imgArea.animated .wrap p {
      opacity: 1; }
    .topPage .mv .imgArea.animated .wrap .item07 {
      -webkit-transition-delay: .5s;
      -o-transition-delay: .5s;
      transition-delay: .5s;
      -webkit-transform: translateX(-50%) translateY(0);
      -ms-transform: translateX(-50%) translateY(0);
      transform: translateX(-50%) translateY(0); }
    .topPage .mv .imgArea.animated .wrap .item01 {
      -webkit-transition-delay: 1s;
      -o-transition-delay: 1s;
      transition-delay: 1s;
      -webkit-transform: translateX(-50%) translateY(0) scale(1);
      -ms-transform: translateX(-50%) translateY(0) scale(1);
      transform: translateX(-50%) translateY(0) scale(1); }
    .topPage .mv .imgArea.animated .wrap .img01, .topPage .mv .imgArea.animated .wrap .img02, .topPage .mv .imgArea.animated .wrap .img03 {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      -webkit-transition-delay: 1.8s;
      -o-transition-delay: 1.8s;
      transition-delay: 1.8s; }
    .topPage .mv .imgArea.animated .wrap .item02, .topPage .mv .imgArea.animated .wrap .item03, .topPage .mv .imgArea.animated .wrap .item04, .topPage .mv .imgArea.animated .wrap .item05, .topPage .mv .imgArea.animated .wrap .item06, .topPage .mv .imgArea.animated .wrap .item08, .topPage .mv .imgArea.animated .wrap .item09 {
      -webkit-transition-delay: 1.8s;
      -o-transition-delay: 1.8s;
      transition-delay: 1.8s;
      -webkit-transition-duration: 2s;
      -o-transition-duration: 2s;
      transition-duration: 2s;
      -webkit-transform: translateX(0) translateY(0) scale(1);
      -ms-transform: translateX(0) translateY(0) scale(1);
      transform: translateX(0) translateY(0) scale(1); }

.topPage .sec01 .pointList {
  font-size: 0; }
  .topPage .sec01 .pointList > li {
    width: 33.33%;
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid #fff;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .topPage .sec01 .pointList > li {
        width: 100%;
        margin: 0 0 30px; } }
    .topPage .sec01 .pointList > li picture {
      display: block;
      border-radius: 3px;
      overflow: hidden; }
    .topPage .sec01 .pointList > li .ttl {
      margin-top: 20px;
      color: #781c71;
      font-size: 2.6rem;
      font-weight: 500; }
      @media screen and (max-width: 768px) {
        .topPage .sec01 .pointList > li .ttl {
          font-size: 2.0rem;
          margin-top: 10px; } }
    .topPage .sec01 .pointList > li .tx {
      font-size: 1.6rem; }
      @media screen and (max-width: 768px) {
        .topPage .sec01 .pointList > li .tx {
          font-size: 1.3rem; } }
    .topPage .sec01 .pointList > li:nth-child(1) picture {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .topPage .sec01 .pointList > li:nth-child(2) picture {
      border-radius: 0; }
    .topPage .sec01 .pointList > li:nth-child(3) picture {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
    @media screen and (max-width: 768px) {
      .topPage .sec01 .pointList > li.last {
        margin-bottom: 0; } }

.topPage .sec02 {
  font-size: 0;
  position: relative;
  overflow: hidden; }
  .topPage .sec02::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 100%;
    z-index: 0;
    background: -webkit-gradient(linear, left top, right top, from(#f6f2f6), to(#faf2f0));
    background: -webkit-linear-gradient(left, #f6f2f6, #faf2f0);
    background: -o-linear-gradient(left, #f6f2f6, #faf2f0);
    background: linear-gradient(to right, #f6f2f6, #faf2f0);
    border-radius: 900px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
    @media screen and (max-width: 768px) {
      .topPage .sec02::before {
        border-radius: 0;
        width: 100%; } }
  .topPage .sec02 .secReadTx {
    margin-top: -15px; }
  .topPage .sec02 .boxL, .topPage .sec02 .boxR {
    position: relative;
    z-index: 9; }
  .topPage .sec02 .boxL {
    width: 500px;
    display: inline-block;
    vertical-align: middle; }
    @media screen and (max-width: 768px) {
      .topPage .sec02 .boxL {
        width: 100%; } }
  .topPage .sec02 .boxR {
    width: calc(100% - 500px);
    display: inline-block;
    vertical-align: middle; }
    @media screen and (max-width: 768px) {
      .topPage .sec02 .boxR {
        width: 100%;
        margin-top: 30px; } }

.topPage .sec02 .cmn_hintsList, .topPage .sec02 .cmn_mediaList, .topPage .sec04 .cmn_hintsList, .topPage .sec04 .cmn_mediaList {
  width: 120%; }
  @media screen and (max-width: 768px) {
    .topPage .sec02 .cmn_hintsList, .topPage .sec02 .cmn_mediaList, .topPage .sec04 .cmn_hintsList, .topPage .sec04 .cmn_mediaList {
      width: 100%; } }
  .topPage .sec02 .cmn_hintsList li > a, .topPage .sec02 .cmn_mediaList li > a, .topPage .sec04 .cmn_hintsList li > a, .topPage .sec04 .cmn_mediaList li > a {
    padding: 0 15px; }
    @media screen and (max-width: 768px) {
      .topPage .sec02 .cmn_hintsList li > a, .topPage .sec02 .cmn_mediaList li > a, .topPage .sec04 .cmn_hintsList li > a, .topPage .sec04 .cmn_mediaList li > a {
        padding: 0; } }
    .topPage .sec02 .cmn_hintsList li > a .thum, .topPage .sec02 .cmn_mediaList li > a .thum, .topPage .sec04 .cmn_hintsList li > a .thum, .topPage .sec04 .cmn_mediaList li > a .thum {
      -webkit-transition: all .4s ease-in-out;
      -o-transition: all .4s ease-in-out;
      transition: all .4s ease-in-out; }
    @media (hover: hover) and (pointer: fine) {
      .topPage .sec02 .cmn_hintsList li > a:hover .thum, .topPage .sec02 .cmn_mediaList li > a:hover .thum, .topPage .sec04 .cmn_hintsList li > a:hover .thum, .topPage .sec04 .cmn_mediaList li > a:hover .thum {
        -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
        transform: translateY(5px); } }
    @media (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .topPage .sec02 .cmn_hintsList li > a:hover .thum, .topPage .sec02 .cmn_mediaList li > a:hover .thum, .topPage .sec04 .cmn_hintsList li > a:hover .thum, .topPage .sec04 .cmn_mediaList li > a:hover .thum {
        -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
        transform: translateY(5px); } }

.topPage .sec02 .slick-prev, .topPage .sec02 .slick-next, .topPage .sec04 .slick-prev, .topPage .sec04 .slick-next {
  top: -50px; }
  @media screen and (max-width: 768px) {
    .topPage .sec02 .slick-prev, .topPage .sec02 .slick-next, .topPage .sec04 .slick-prev, .topPage .sec04 .slick-next {
      top: 12vh !important;
      width: 35px !important;
      height: 35px !important; } }
  @media (hover: hover) and (pointer: fine) {
    .topPage .sec02 .slick-prev:hover, .topPage .sec02 .slick-next:hover, .topPage .sec04 .slick-prev:hover, .topPage .sec04 .slick-next:hover {
      background-color: #f7f7f7; } }
  @media (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .topPage .sec02 .slick-prev:hover, .topPage .sec02 .slick-next:hover, .topPage .sec04 .slick-prev:hover, .topPage .sec04 .slick-next:hover {
      background-color: #f7f7f7; } }

.topPage .sec02 .slick-prev, .topPage .sec04 .slick-prev {
  left: auto;
  right: 35%; }
  @media screen and (max-width: 768px) {
    .topPage .sec02 .slick-prev, .topPage .sec04 .slick-prev {
      left: 8.5% !important;
      right: auto !important; } }

.topPage .sec02 .slick-next, .topPage .sec04 .slick-next {
  left: auto;
  right: calc(35% - 60px); }
  @media screen and (max-width: 768px) {
    .topPage .sec02 .slick-next, .topPage .sec04 .slick-next {
      left: auto !important;
      right: 8.5% !important; } }

@media screen and (max-width: 768px) {
  .topPage .sec02 .slick-dots, .topPage .sec04 .slick-dots {
    bottom: -35px; } }

.topPage .sec03 {
  background: url("../cmn_img/top/sec03_bg.jpg") no-repeat center center/cover;
  color: #fff; }
  @media screen and (max-width: 768px) {
    .topPage .sec03 {
      padding: 50px 0; } }
  .topPage .sec03 .secReadTx {
    margin-top: -15px; }

.topPage .sec04 {
  background: -webkit-gradient(linear, left top, right top, from(#f6f2f6), to(#faf2f0));
  background: -webkit-linear-gradient(left, #f6f2f6, #faf2f0);
  background: -o-linear-gradient(left, #f6f2f6, #faf2f0);
  background: linear-gradient(to right, #f6f2f6, #faf2f0);
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #eee; }
  .topPage .sec04::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 110%;
    height: 120%;
    background: #fff;
    border-radius: 90%; }
    @media screen and (max-width: 768px) {
      .topPage .sec04::before {
        width: 180%;
        height: 105%; } }
  .topPage .sec04 .inr {
    position: relative;
    z-index: 9; }
  .topPage .sec04 .cmn_mediaList {
    width: 100%; }
    .topPage .sec04 .cmn_mediaList li > a {
      padding: 0 5px; }
      @media screen and (max-width: 768px) {
        .topPage .sec04 .cmn_mediaList li > a {
          padding: 0; } }
      .topPage .sec04 .cmn_mediaList li > a .tag {
        margin-left: 15px; }
    .topPage .sec04 .cmn_mediaList .slick-prev, .topPage .sec04 .cmn_mediaList .slick-next {
      top: -65px; }
      @media screen and (max-width: 768px) {
        .topPage .sec04 .cmn_mediaList .slick-prev, .topPage .sec04 .cmn_mediaList .slick-next {
          top: 8vh !important; } }
    .topPage .sec04 .cmn_mediaList .slick-prev {
      right: auto;
      left: calc(50% + 340px); }
      @media screen and (max-width: 768px) {
        .topPage .sec04 .cmn_mediaList .slick-prev {
          left: -10px !important; } }
    .topPage .sec04 .cmn_mediaList .slick-next {
      right: auto;
      left: calc(50% + 400px); }
      @media screen and (max-width: 768px) {
        .topPage .sec04 .cmn_mediaList .slick-next {
          right: -10px !important;
          left: auto; } }
  .topPage .sec04 .btn {
    position: absolute;
    top: 45px;
    right: 5px; }
    @media screen and (max-width: 1359px) {
      .topPage .sec04 .btn {
        position: static;
        margin-top: 55px; } }

.topPage .sec05 {
  font-size: 0; }
  .topPage .sec05 .boxL {
    width: 190px;
    margin-right: 100px;
    display: inline-block;
    vertical-align: middle; }
    @media screen and (max-width: 768px) {
      .topPage .sec05 .boxL {
        width: 100%;
        margin: 0 auto; } }
  .topPage .sec05 .boxR {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 290px); }
    @media screen and (max-width: 768px) {
      .topPage .sec05 .boxR {
        width: 100%; } }
    .topPage .sec05 .boxR .newsList > li {
      display: block;
      padding: 15px 0; }
      @media screen and (max-width: 768px) {
        .topPage .sec05 .boxR .newsList > li {
          padding: 15px 0;
          border-top: 1px solid #ddd; } }
      .topPage .sec05 .boxR .newsList > li .day {
        font-size: 1.3rem;
        width: 90px;
        display: inline-block;
        vertical-align: middle; }
        @media screen and (max-width: 768px) {
          .topPage .sec05 .boxR .newsList > li .day {
            font-size: 1.1rem;
            width: 100%; } }
      .topPage .sec05 .boxR .newsList > li .tx {
        width: calc(100% - 90px);
        font-size: 1.6rem;
        display: inline-block;
        vertical-align: middle; }
        @media screen and (max-width: 768px) {
          .topPage .sec05 .boxR .newsList > li .tx {
            width: 100%;
            font-size: 1.3rem; } }
      @media screen and (max-width: 768px) {
        .topPage .sec05 .boxR .newsList > li.last {
          border-bottom: 1px solid #ddd; } }

.featurePage .sec02 {
  overflow: hidden;
  padding-top: 20px;
  margin-top: -20px; }
  .featurePage .sec02 .pointList > li {
    margin-bottom: 100px;
    position: relative; }
    @media screen and (max-width: 768px) {
      .featurePage .sec02 .pointList > li {
        margin-bottom: 60px; } }
    .featurePage .sec02 .pointList > li::before {
      content: "";
      position: absolute;
      background: no-repeat center center / cover;
      top: -20px;
      z-index: 1; }
      @media screen and (max-width: 768px) {
        .featurePage .sec02 .pointList > li::before {
          top: -15px;
          -webkit-transform: scale(0.6);
          -ms-transform: scale(0.6);
          transform: scale(0.6);
          top: -60px; } }
    .featurePage .sec02 .pointList > li .mainWrap {
      padding: 80px;
      position: relative; }
      @media screen and (max-width: 768px) {
        .featurePage .sec02 .pointList > li .mainWrap {
          padding: 35px 0 50px 0; } }
      .featurePage .sec02 .pointList > li .mainWrap::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 75%;
        height: 100%;
        background: -webkit-gradient(linear, left top, right top, from(#f6f2f6), to(#faf2f0));
        background: -webkit-linear-gradient(left, #f6f2f6, #faf2f0);
        background: -o-linear-gradient(left, #f6f2f6, #faf2f0);
        background: linear-gradient(to right, #f6f2f6, #faf2f0);
        border-top-right-radius: 900px;
        border-bottom-right-radius: 900px; }
        @media screen and (max-width: 768px) {
          .featurePage .sec02 .pointList > li .mainWrap::before {
            border-top-right-radius: 3px;
            border-bottom-right-radius: 3px;
            width: 80%; } }
      .featurePage .sec02 .pointList > li .mainWrap .inr {
        position: relative;
        z-index: 9; }
        .featurePage .sec02 .pointList > li .mainWrap .inr .ttlWrap {
          text-align: center;
          margin-bottom: 35px; }
          @media screen and (max-width: 768px) {
            .featurePage .sec02 .pointList > li .mainWrap .inr .ttlWrap {
              margin-bottom: 25px; } }
          .featurePage .sec02 .pointList > li .mainWrap .inr .ttlWrap .num {
            display: inline-block;
            vertical-align: middle;
            margin-right: 20px;
            width: 80px;
            height: 80px;
            border-radius: 90px;
            border: 1px solid #781c71;
            text-align: center;
            color: #781c71;
            padding: 20px 0; }
            @media screen and (max-width: 768px) {
              .featurePage .sec02 .pointList > li .mainWrap .inr .ttlWrap .num {
                display: block;
                margin: 0 auto;
                width: 65px;
                height: 65px;
                padding: 15px 0; } }
            .featurePage .sec02 .pointList > li .mainWrap .inr .ttlWrap .num span {
              font-size: 1.0rem;
              display: inline-block;
              border-bottom: 1px solid #781c71;
              line-height: 1.3; }
              @media screen and (max-width: 768px) {
                .featurePage .sec02 .pointList > li .mainWrap .inr .ttlWrap .num span {
                  -webkit-transform: scale(0.8);
                  -ms-transform: scale(0.8);
                  transform: scale(0.8); } }
            .featurePage .sec02 .pointList > li .mainWrap .inr .ttlWrap .num p {
              font-size: 2.0rem;
              line-height: 1.5; }
              @media screen and (max-width: 768px) {
                .featurePage .sec02 .pointList > li .mainWrap .inr .ttlWrap .num p {
                  font-size: 1.6rem;
                  line-height: 1.4; } }
          .featurePage .sec02 .pointList > li .mainWrap .inr .ttlWrap .ttl {
            font-weight: 500;
            font-size: 3.4rem;
            display: inline-block;
            vertical-align: middle;
            color: #781c71;
            line-height: 1.7; }
            @media screen and (max-width: 768px) {
              .featurePage .sec02 .pointList > li .mainWrap .inr .ttlWrap .ttl {
                font-size: 2.2rem;
                margin-top: 13px; } }
        .featurePage .sec02 .pointList > li .mainWrap .inr .ctWrap {
          overflow: hidden;
          zoom: 1; }
          .featurePage .sec02 .pointList > li .mainWrap .inr .ctWrap .flL {
            float: left; }
            @media screen and (max-width: 768px) {
              .featurePage .sec02 .pointList > li .mainWrap .inr .ctWrap .flL {
                float: none; } }
          .featurePage .sec02 .pointList > li .mainWrap .inr .ctWrap .flR {
            float: right; }
            @media screen and (max-width: 768px) {
              .featurePage .sec02 .pointList > li .mainWrap .inr .ctWrap .flR {
                float: none; } }
          .featurePage .sec02 .pointList > li .mainWrap .inr .ctWrap .txBox, .featurePage .sec02 .pointList > li .mainWrap .inr .ctWrap .imgBox {
            width: 47.5%; }
            @media screen and (max-width: 768px) {
              .featurePage .sec02 .pointList > li .mainWrap .inr .ctWrap .txBox, .featurePage .sec02 .pointList > li .mainWrap .inr .ctWrap .imgBox {
                width: 100%; } }
          .featurePage .sec02 .pointList > li .mainWrap .inr .ctWrap .imgBox {
            border-radius: 3px;
            overflow: hidden; }
          .featurePage .sec02 .pointList > li .mainWrap .inr .ctWrap .txBox {
            margin-top: -8px; }
            @media screen and (max-width: 768px) {
              .featurePage .sec02 .pointList > li .mainWrap .inr .ctWrap .txBox {
                margin-top: 25px; } }
            .featurePage .sec02 .pointList > li .mainWrap .inr .ctWrap .txBox .tx01 {
              font-size: 1.6rem; }
              @media screen and (max-width: 768px) {
                .featurePage .sec02 .pointList > li .mainWrap .inr .ctWrap .txBox .tx01 {
                  font-size: 1.3rem; } }
            .featurePage .sec02 .pointList > li .mainWrap .inr .ctWrap .txBox .ttl01 {
              font-size: 1.8rem;
              color: #781c71;
              font-weight: 500;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center;
              margin-bottom: 5px; }
              @media screen and (max-width: 768px) {
                .featurePage .sec02 .pointList > li .mainWrap .inr .ctWrap .txBox .ttl01 {
                  font-size: 1.4rem; } }
              .featurePage .sec02 .pointList > li .mainWrap .inr .ctWrap .txBox .ttl01::after {
                content: "";
                height: 1px;
                -webkit-box-flex: 1;
                -ms-flex-positive: 1;
                flex-grow: 1;
                background-color: #781c71;
                margin-left: 1rem; }
            .featurePage .sec02 .pointList > li .mainWrap .inr .ctWrap .txBox .whBox {
              margin-top: 30px;
              padding: 30px;
              background: #fff;
              border-radius: 3px;
              overflow: hidden; }
              @media screen and (max-width: 768px) {
                .featurePage .sec02 .pointList > li .mainWrap .inr .ctWrap .txBox .whBox {
                  padding: 20px;
                  border: 1px solid #eee;
                  margin-top: 20px; } }
              .featurePage .sec02 .pointList > li .mainWrap .inr .ctWrap .txBox .whBox .menuList {
                list-style: disc;
                margin-left: 20px; }
                .featurePage .sec02 .pointList > li .mainWrap .inr .ctWrap .txBox .whBox .menuList > li {
                  font-size: 1.6rem; }
                  @media screen and (max-width: 768px) {
                    .featurePage .sec02 .pointList > li .mainWrap .inr .ctWrap .txBox .whBox .menuList > li {
                      font-size: 1.4rem; } }
                  .featurePage .sec02 .pointList > li .mainWrap .inr .ctWrap .txBox .whBox .menuList > li span {
                    display: block;
                    font-size: 1.3rem; }
                    @media screen and (max-width: 768px) {
                      .featurePage .sec02 .pointList > li .mainWrap .inr .ctWrap .txBox .whBox .menuList > li span {
                        font-size: 1.1rem; } }
    .featurePage .sec02 .pointList > li .numList {
      margin-top: 60px; }
      @media screen and (max-width: 768px) {
        .featurePage .sec02 .pointList > li .numList {
          text-align: center;
          margin-top: 35px; } }
      .featurePage .sec02 .pointList > li .numList > li {
        border-radius: 3px;
        overflow: hidden;
        border: 1px solid #ddd;
        padding: 25px 20px;
        text-align: center; }
        @media screen and (max-width: 768px) {
          .featurePage .sec02 .pointList > li .numList > li {
            padding: 15px 10px; } }
        .featurePage .sec02 .pointList > li .numList > li .in {
          display: table;
          height: 100%;
          width: 100%; }
          .featurePage .sec02 .pointList > li .numList > li .in .inin {
            display: table-cell;
            vertical-align: middle; }
        .featurePage .sec02 .pointList > li .numList > li .ttl {
          font-size: 2.2rem;
          display: block; }
          @media screen and (max-width: 768px) {
            .featurePage .sec02 .pointList > li .numList > li .ttl {
              font-size: 1.4rem;
              line-height: 1.6; } }
          .featurePage .sec02 .pointList > li .numList > li .ttl span {
            font-weight: 500;
            line-height: 1.5;
            border-bottom: 1px solid #222;
            display: inline; }
        .featurePage .sec02 .pointList > li .numList > li .numTx {
          display: inline-block;
          font-size: 2.4rem;
          line-height: 1.2;
          font-weight: 500;
          background: -webkit-gradient(linear, left top, right top, from(#964f91), to(#c7709b));
          background: -webkit-linear-gradient(left, #964f91, #c7709b);
          background: -o-linear-gradient(left, #964f91, #c7709b);
          background: linear-gradient(to right, #964f91, #c7709b);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; }
          @media screen and (max-width: 768px) {
            .featurePage .sec02 .pointList > li .numList > li .numTx {
              font-size: 1.6rem; } }
          .featurePage .sec02 .pointList > li .numList > li .numTx .tx01 {
            font-size: 6.6rem; }
            @media screen and (max-width: 768px) {
              .featurePage .sec02 .pointList > li .numList > li .numTx .tx01 {
                font-size: 3.6rem; } }
        .featurePage .sec02 .pointList > li .numList > li .tx02 {
          background: -webkit-gradient(linear, left top, right top, from(#964f91), to(#c7709b));
          background: -webkit-linear-gradient(left, #964f91, #c7709b);
          background: -o-linear-gradient(left, #964f91, #c7709b);
          background: linear-gradient(to right, #964f91, #c7709b);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 1.6rem;
          font-weight: 500;
          margin-top: -5px; }
          @media screen and (max-width: 768px) {
            .featurePage .sec02 .pointList > li .numList > li .tx02 {
              font-size: 1.3rem; } }
        .featurePage .sec02 .pointList > li .numList > li .cauTx {
          font-size: 1.3rem; }
          @media screen and (max-width: 768px) {
            .featurePage .sec02 .pointList > li .numList > li .cauTx {
              font-size: 1.1rem; } }
    .featurePage .sec02 .pointList > li:nth-child(1)::before {
      background: url("../cmn_img/feature/sec02_box01_item01.png");
      width: 110px;
      height: 221px;
      left: 0; }
      @media screen and (max-width: 768px) {
        .featurePage .sec02 .pointList > li:nth-child(1)::before {
          left: -30px; } }
    .featurePage .sec02 .pointList > li:nth-child(2)::before {
      background: url("../cmn_img/feature/sec02_box02_item01.png");
      width: 108px;
      height: 160px;
      right: 0; }
      @media screen and (max-width: 768px) {
        .featurePage .sec02 .pointList > li:nth-child(2)::before {
          right: -25px;
          top: -45px; } }
    .featurePage .sec02 .pointList > li:nth-child(3)::before {
      background: url("../cmn_img/feature/sec02_box03_item01.png");
      width: 87px;
      height: 154px;
      left: 0;
      top: -40px; }
      @media screen and (max-width: 768px) {
        .featurePage .sec02 .pointList > li:nth-child(3)::before {
          top: -50px;
          left: -20px; } }
    .featurePage .sec02 .pointList > li:nth-child(4)::before {
      background: url("../cmn_img/feature/sec02_box04_item01.png");
      width: 95px;
      height: 186px;
      right: 0; }
      @media screen and (max-width: 768px) {
        .featurePage .sec02 .pointList > li:nth-child(4)::before {
          right: -25px; } }
    .featurePage .sec02 .pointList > li:nth-child(4) .img01 {
      max-width: 419px;
      width: 100%;
      display: block;
      margin: 25px auto 0; }
    .featurePage .sec02 .pointList > li:nth-child(5)::before {
      background: url("../cmn_img/feature/sec02_box05_item01.png");
      width: 91px;
      height: 164px;
      left: 0; }
      @media screen and (max-width: 768px) {
        .featurePage .sec02 .pointList > li:nth-child(5)::before {
          left: -25px; } }
    .featurePage .sec02 .pointList > li:nth-child(5) .btn a {
      margin: 25px auto 0 0; }
      @media screen and (max-width: 768px) {
        .featurePage .sec02 .pointList > li:nth-child(5) .btn a {
          margin-left: auto; } }
    .featurePage .sec02 .pointList > li:nth-child(2n) .mainWrap::before {
      left: auto;
      right: 0;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-top-left-radius: 900px;
      border-bottom-left-radius: 900px; }
      @media screen and (max-width: 768px) {
        .featurePage .sec02 .pointList > li:nth-child(2n) .mainWrap::before {
          border-top-left-radius: 3px;
          border-bottom-left-radius: 3px; } }
    .featurePage .sec02 .pointList > li.last {
      margin-bottom: 0; }

.featurePage .sec03 .tbl01 {
  margin-top: 40px; }
  @media screen and (max-width: 768px) {
    .featurePage .sec03 .tbl01 {
      table-layout: fixed;
      margin-top: 30px; } }
  @media screen and (max-width: 768px) {
    .featurePage .sec03 .tbl01 tr th, .featurePage .sec03 .tbl01 tr td {
      display: table-cell;
      vertical-align: middle;
      padding: 10px;
      font-size: 1.2rem; } }
  @media screen and (max-width: 768px) {
    .featurePage .sec03 .tbl01 tr th:nth-child(1) {
      width: 100px !important; } }
  .featurePage .sec03 .tbl01 tr th:last-child {
    background: -webkit-gradient(linear, left top, right top, from(#964f91), to(#c7709b));
    background: -webkit-linear-gradient(left, #964f91, #c7709b);
    background: -o-linear-gradient(left, #964f91, #c7709b);
    background: linear-gradient(to right, #964f91, #c7709b); }
  .featurePage .sec03 .tbl01 tr td {
    text-align: center;
    font-size: 3.0rem;
    padding: 10px; }
    @media screen and (max-width: 768px) {
      .featurePage .sec03 .tbl01 tr td {
        font-size: 2.0rem; } }
    .featurePage .sec03 .tbl01 tr td:last-child {
      background: #fff2ff;
      color: #781c71; }

.featurePage .sec04 .voiceList > li {
  overflow: hidden;
  zoom: 1;
  font-size: 0;
  margin-bottom: 30px; }
  @media screen and (max-width: 768px) {
    .featurePage .sec04 .voiceList > li {
      margin-bottom: 20px; } }
  .featurePage .sec04 .voiceList > li .txBox {
    float: left;
    width: calc(100% - 200px);
    background: #fdf7fa;
    padding: 35px 40px;
    border-radius: 3px;
    overflow: hidden;
    overflow: visible;
    position: relative; }
    @media screen and (max-width: 768px) {
      .featurePage .sec04 .voiceList > li .txBox {
        width: calc(100% - 95px);
        padding: 20px 15px; } }
    .featurePage .sec04 .voiceList > li .txBox::before {
      content: "";
      position: absolute;
      top: 80px;
      right: -10px;
      display: inline-block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 0px 10px 10px;
      border-color: transparent transparent transparent #fdf7fa; }
      @media screen and (max-width: 768px) {
        .featurePage .sec04 .voiceList > li .txBox::before {
          top: 30px;
          right: -7px; } }
    .featurePage .sec04 .voiceList > li .txBox .ttl {
      font-size: 2.2rem;
      font-weight: 500;
      color: #781c71;
      line-height: 1.7; }
      @media screen and (max-width: 768px) {
        .featurePage .sec04 .voiceList > li .txBox .ttl {
          font-size: 1.4rem; } }
    .featurePage .sec04 .voiceList > li .txBox .tx {
      font-size: 1.5rem;
      margin-top: 3px; }
      @media screen and (max-width: 768px) {
        .featurePage .sec04 .voiceList > li .txBox .tx {
          font-size: 1.3rem; } }
    .featurePage .sec04 .voiceList > li .txBox .name {
      font-size: 1.4rem;
      margin-top: 5px; }
      @media screen and (max-width: 768px) {
        .featurePage .sec04 .voiceList > li .txBox .name {
          font-size: 1.0rem; } }
      .featurePage .sec04 .voiceList > li .txBox .name span {
        font-size: 1.6rem;
        font-weight: 500;
        display: inline-block;
        margin-left: 10px; }
        @media screen and (max-width: 768px) {
          .featurePage .sec04 .voiceList > li .txBox .name span {
            font-size: 1.2rem; } }
  .featurePage .sec04 .voiceList > li .thumBox {
    width: 170px;
    float: right; }
    @media screen and (max-width: 768px) {
      .featurePage .sec04 .voiceList > li .thumBox {
        width: 80px; } }
  .featurePage .sec04 .voiceList > li.last {
    margin-bottom: 0; }
  .featurePage .sec04 .voiceList > li:nth-child(2n) .txBox {
    float: right; }
    .featurePage .sec04 .voiceList > li:nth-child(2n) .txBox::before {
      right: auto;
      left: -10px;
      border-width: 10px 10px 10px 0px;
      border-color: transparent #fdf7fa transparent transparent; }
      @media screen and (max-width: 768px) {
        .featurePage .sec04 .voiceList > li:nth-child(2n) .txBox::before {
          left: -7px; } }
  .featurePage .sec04 .voiceList > li:nth-child(2n) .thumBox {
    float: left; }

.mediaPage .sec01 .cateList > li a {
  display: block;
  font-size: 1.5rem;
  text-align: center;
  padding: 15px;
  background: #f7f7f7;
  border-radius: 3px;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .mediaPage .sec01 .cateList > li a {
      font-size: 1.3rem;
      padding: 10px; } }
  @media (hover: hover) and (pointer: fine) {
    .mediaPage .sec01 .cateList > li a:hover {
      background-color: #eee; } }
  @media (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .mediaPage .sec01 .cateList > li a:hover {
      background-color: #eee; } }

.mediaPage .sec01 .cateList > li.current a {
  background: #781c71;
  color: #fff; }

.mediaPage .sec01 .mediaList {
  margin-top: 50px; }
  .mediaPage .sec01 .mediaList > li {
    margin-bottom: 4%; }
    @media screen and (max-width: 768px) {
      .mediaPage .sec01 .mediaList > li {
        margin-bottom: 40px; } }

.mediaPage_detail .wrapper {
  background: #fffced; }
  .mediaPage_detail .wrapper .container {
    padding-top: 60px; }
    @media screen and (max-width: 768px) {
      .mediaPage_detail .wrapper .container {
        padding-top: 20px; } }
    .mediaPage_detail .wrapper .container .secLink {
      padding: 0 !important;
      background-color: transparent; }

.remodal {
  max-width: 1000px !important;
  padding: 50px !important;
  text-align: left; }
  @media screen and (max-width: 768px) {
    .remodal {
      padding: 30px 20px !important; } }
  .remodal .modalStyle_01 .ttl {
    text-align: center;
    font-size: 2.8rem;
    color: #781c71;
    font-weight: 500;
    line-height: 1.7;
    margin-bottom: 30px; }
    @media screen and (max-width: 768px) {
      .remodal .modalStyle_01 .ttl {
        font-size: 1.8rem;
        margin-bottom: 5px; } }
  .remodal .modalStyle_01 .wrap {
    font-size: 0; }
    .remodal .modalStyle_01 .wrap .txBox, .remodal .modalStyle_01 .wrap .imgBox {
      width: 47.5%;
      display: inline-block;
      vertical-align: top; }
      @media screen and (max-width: 768px) {
        .remodal .modalStyle_01 .wrap .txBox, .remodal .modalStyle_01 .wrap .imgBox {
          width: 100%; } }
    .remodal .modalStyle_01 .wrap .txBox {
      margin-right: 5%;
      font-size: 1.5rem; }
      @media screen and (max-width: 768px) {
        .remodal .modalStyle_01 .wrap .txBox {
          font-size: 1.3rem;
          margin: 0 0 20px; } }
    .remodal .modalStyle_01 .wrap .imgBox {
      border-radius: 3px;
      overflow: hidden; }

.supportPage .modalList {
  margin-top: 35px; }
  @media screen and (max-width: 768px) {
    .supportPage .modalList > li {
      width: 100%;
      margin: 0  0 5px; } }
  .supportPage .modalList > li a {
    display: block;
    background: #222;
    border-radius: 3px;
    overflow: hidden;
    color: #fff;
    padding: 20px 25px;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1.7;
    position: relative; }
    @media screen and (max-width: 768px) {
      .supportPage .modalList > li a {
        font-size: 1.4rem;
        padding: 10px 20px; } }
    .supportPage .modalList > li a::before {
      content: "+";
      position: absolute;
      top: 50%;
      right: 20px;
      color: #fff;
      font-weight: 500;
      font-size: 2.6rem;
      line-height: 1;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media screen and (max-width: 768px) {
        .supportPage .modalList > li a::before {
          font-size: 1.8rem;
          right: 15px; } }
    .supportPage .modalList > li a span {
      font-size: 1.3rem;
      font-weight: 300;
      display: inline-block;
      margin-left: 6px; }
      @media screen and (max-width: 768px) {
        .supportPage .modalList > li a span {
          font-size: 1.1rem; } }
    @media (hover: hover) and (pointer: fine) {
      .supportPage .modalList > li a:hover {
        background-color: #781c71;
        -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
        transform: translateY(5px); } }
    @media (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .supportPage .modalList > li a:hover {
        background-color: #781c71;
        -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
        transform: translateY(5px); } }

.supportPage .secTtlWrap {
  text-align: center;
  margin-bottom: 35px; }
  @media screen and (max-width: 768px) {
    .supportPage .secTtlWrap .icon {
      -webkit-transform: scale(0.75);
      -ms-transform: scale(0.75);
      transform: scale(0.75); } }
  .supportPage .secTtlWrap .secTtl {
    margin-top: 15px;
    font-size: 1.6rem;
    line-height: 1.65; }
    @media screen and (max-width: 768px) {
      .supportPage .secTtlWrap .secTtl {
        font-size: 1.2rem;
        margin-top: -3px; } }
    .supportPage .secTtlWrap .secTtl span {
      display: block;
      color: #781c71;
      font-weight: 500;
      font-size: 3.8rem; }
      @media screen and (max-width: 768px) {
        .supportPage .secTtlWrap .secTtl span {
          font-size: 2.2rem; } }

.supportPage .sec02 .inr {
  background: -webkit-gradient(linear, left top, right top, from(#f6f2f6), to(#faf2f0));
  background: -webkit-linear-gradient(left, #f6f2f6, #faf2f0);
  background: -o-linear-gradient(left, #f6f2f6, #faf2f0);
  background: linear-gradient(to right, #f6f2f6, #faf2f0);
  border-radius: 3px;
  overflow: hidden;
  padding: 80px 100px; }
  @media screen and (max-width: 768px) {
    .supportPage .sec02 .inr {
      padding: 30px 20px; } }
  .supportPage .sec02 .inr .ttl {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 30px; }
    @media screen and (max-width: 768px) {
      .supportPage .sec02 .inr .ttl {
        font-size: 1.4rem;
        margin-bottom: 20px; } }
    .supportPage .sec02 .inr .ttl span {
      display: block;
      font-weight: 500;
      color: #781c71;
      font-size: 3.4rem; }
      @media screen and (max-width: 768px) {
        .supportPage .sec02 .inr .ttl span {
          font-size: 1.8rem; } }
  .supportPage .sec02 .inr .tx {
    margin-top: 35px; }
    @media screen and (max-width: 768px) {
      .supportPage .sec02 .inr .tx {
        margin-top: 20px; } }

.supportPage .sec03 .serviceList {
  margin-top: 50px; }
  .supportPage .sec03 .serviceList > li a {
    background: #fdf7fa;
    border-color: #fdf7fa;
    padding: 20px 5px 50px; }
    @media screen and (max-width: 768px) {
      .supportPage .sec03 .serviceList > li a {
        padding: 5px 5px 35px; } }
    .supportPage .sec03 .serviceList > li a::before {
      background-image: url(../cmn_img/arw_btm_wh.png);
      background-size: 11px 6px; }
    @media screen and (max-width: 768px) {
      .supportPage .sec03 .serviceList > li a .icon {
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75); } }
    .supportPage .sec03 .serviceList > li a .ttl {
      font-size: 2.0rem; }
      @media screen and (max-width: 768px) {
        .supportPage .sec03 .serviceList > li a .ttl {
          font-size: 1.3rem; } }
    .supportPage .sec03 .serviceList > li a .tx {
      font-size: 1.4rem; }
      @media screen and (max-width: 768px) {
        .supportPage .sec03 .serviceList > li a .tx {
          font-size: 1.0rem; } }
    @media (hover: hover) and (pointer: fine) {
      .supportPage .sec03 .serviceList > li a:hover {
        border-color: #ddd !important; } }
    @media (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .supportPage .sec03 .serviceList > li a:hover {
        border-color: #ddd !important; } }
  .supportPage .sec03 .serviceList > li:nth-child(1) a {
    background: #f7f7f7;
    padding: 25px 5px; }
    @media screen and (max-width: 768px) {
      .supportPage .sec03 .serviceList > li:nth-child(1) a {
        padding: 5px 5px 15px 5px; } }
    .supportPage .sec03 .serviceList > li:nth-child(1) a .ttl {
      font-size: 2.6rem; }
      @media screen and (max-width: 768px) {
        .supportPage .sec03 .serviceList > li:nth-child(1) a .ttl {
          font-size: 1.6rem; } }
    .supportPage .sec03 .serviceList > li:nth-child(1) a .tx {
      font-size: 1.5rem; }
      @media screen and (max-width: 768px) {
        .supportPage .sec03 .serviceList > li:nth-child(1) a .tx {
          font-size: 1.3rem; } }

.supportPage .sec04 .item01 {
  text-align: center;
  margin: 25px auto; }
  @media screen and (max-width: 768px) {
    .supportPage .sec04 .item01 {
      margin: 20px auto; } }
  @media screen and (max-width: 768px) {
    .supportPage .sec04 .item01 img {
      width: 100px;
      height: auto; } }

.supportPage .sec04 .pointList {
  margin-top: 40px;
  text-align: center; }
  .supportPage .sec04 .pointList > li {
    text-align: left;
    border-radius: 3px;
    overflow: hidden;
    background: #fdf7fa;
    padding: 30px 40px 40px;
    position: relative; }
    @media screen and (max-width: 768px) {
      .supportPage .sec04 .pointList > li {
        padding: 10px 15px 25px 15px; } }
    .supportPage .sec04 .pointList > li::before {
      content: "01";
      position: absolute;
      bottom: -12px;
      right: 25px;
      font-size: 10.0rem;
      color: #fff;
      line-height: 1; }
      @media screen and (max-width: 768px) {
        .supportPage .sec04 .pointList > li::before {
          font-size: 6.0rem;
          bottom: -8px;
          right: 10px; } }
    .supportPage .sec04 .pointList > li .mainWrap {
      border-bottom: 1px solid #e9d6e6;
      padding-bottom: 20px;
      margin-bottom: 20px;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .supportPage .sec04 .pointList > li .mainWrap {
          padding-bottom: 12px;
          margin-bottom: 12px; } }
    @media screen and (max-width: 768px) {
      .supportPage .sec04 .pointList > li .icon {
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
        height: 60px; } }
    .supportPage .sec04 .pointList > li .ttl {
      font-size: 2.4rem;
      font-weight: 500;
      margin-top: 10px;
      line-height: 1.7;
      color: #781c71; }
      @media screen and (max-width: 768px) {
        .supportPage .sec04 .pointList > li .ttl {
          font-size: 1.5rem;
          line-height: 1.65; } }
    .supportPage .sec04 .pointList > li .tx {
      font-size: 1.8rem;
      font-weight: 500;
      margin-top: 5px;
      line-height: 1.7; }
      @media screen and (max-width: 768px) {
        .supportPage .sec04 .pointList > li .tx {
          font-size: 1.3rem; } }
    .supportPage .sec04 .pointList > li .txList {
      list-style: disc;
      margin-left: 20px;
      text-align: left;
      position: relative;
      z-index: 9; }
      @media screen and (max-width: 768px) {
        .supportPage .sec04 .pointList > li .txList {
          margin-left: 15px; } }
      .supportPage .sec04 .pointList > li .txList > li {
        font-size: 1.5rem; }
        @media screen and (max-width: 768px) {
          .supportPage .sec04 .pointList > li .txList > li {
            font-size: 1.2rem; } }
    .supportPage .sec04 .pointList > li:nth-child(2)::before {
      content: "02"; }
    .supportPage .sec04 .pointList > li:nth-child(3)::before {
      content: "03"; }
    .supportPage .sec04 .pointList > li:nth-child(4)::before {
      content: "04"; }
    .supportPage .sec04 .pointList > li:nth-child(5)::before {
      content: "05"; }

.supportPage .sec06 .creative_imgList {
  margin-top: 40px;
  font-size: 1.3rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 30px; }
  @media screen and (max-width: 768px) {
    .supportPage .sec06 .creative_imgList {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
      gap: 15px; } }
  .supportPage .sec06 .creative_imgList > li {
    text-align: center; }
    @media screen and (max-width: 768px) {
      .supportPage .sec06 .creative_imgList > li {
        margin-bottom: 15px; } }
    .supportPage .sec06 .creative_imgList > li a {
      display: block; }
      .supportPage .sec06 .creative_imgList > li a picture {
        border-radius: 3px;
        overflow: hidden;
        display: block;
        -webkit-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out; }
    .supportPage .sec06 .creative_imgList > li .name {
      margin-top: 15px;
      line-height: 1.7;
      text-align: left; }
      @media screen and (max-width: 768px) {
        .supportPage .sec06 .creative_imgList > li .name {
          font-size: 1.1rem;
          margin-top: 10px; } }
      .supportPage .sec06 .creative_imgList > li .name span {
        display: block;
        font-size: 1.6rem;
        font-weight: 500;
        text-align: center;
        margin-bottom: 5px; }
        @media screen and (max-width: 768px) {
          .supportPage .sec06 .creative_imgList > li .name span {
            font-size: 1.3rem;
            margin-bottom: 2px; } }
    .supportPage .sec06 .creative_imgList > li .cateList {
      margin-top: 10px; }
      @media screen and (max-width: 768px) {
        .supportPage .sec06 .creative_imgList > li .cateList {
          margin-top: 5px; } }
      .supportPage .sec06 .creative_imgList > li .cateList > p {
        display: inline-block;
        vertical-align: top;
        margin: 2px;
        font-size: 1.2rem;
        padding: 0 12px;
        border-radius: 90px;
        border: 1px solid #781c71;
        color: #781c71; }
        @media screen and (max-width: 768px) {
          .supportPage .sec06 .creative_imgList > li .cateList > p {
            font-size: 1.0rem;
            padding: 0 10px; } }
    @media (hover: hover) and (pointer: fine) {
      .supportPage .sec06 .creative_imgList > li:hover picture {
        -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
        transform: translateY(5px);
        opacity: .8; } }
    @media (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .supportPage .sec06 .creative_imgList > li:hover picture {
        -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
        transform: translateY(5px);
        opacity: .8; } }
    .supportPage .sec06 .creative_imgList > li:nth-child(4n) {
      margin-right: 0; }

.supportPage .sec06 .btn {
  background: #222;
  border-radius: 3px;
  overflow: hidden;
  padding: 15px;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  margin: 35px auto 0;
  max-width: 300px;
  cursor: pointer; }
  @media screen and (max-width: 768px) {
    .supportPage .sec06 .btn {
      font-size: 1.3rem;
      max-width: 200px;
      margin-top: 10px; } }

.supportPage .sec08 .stepList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .supportPage .sec08 .stepList {
      gap: 10px; } }
  .supportPage .sec08 .stepList > li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(20% - 30px);
    flex: 1 1 calc(20% - 30px);
    text-align: center;
    display: table;
    padding: 35px 15px;
    background: #fff;
    border-radius: 3px;
    overflow: hidden;
    overflow: inherit;
    position: relative; }
    @media screen and (max-width: 768px) {
      .supportPage .sec08 .stepList > li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(33% - 10px);
        flex: 1 1 calc(33% - 10px);
        padding: 20px 2px;
        display: inline-block;
        width: 100%;
        text-align: center;
        margin: 0 auto; } }
    .supportPage .sec08 .stepList > li::before {
      content: "";
      position: absolute;
      top: 50%;
      right: -15px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      display: inline-block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 15px 0px 15px 15px;
      border-color: transparent transparent transparent #d3d3d3; }
      @media screen and (max-width: 768px) {
        .supportPage .sec08 .stepList > li::before {
          border-width: 6px 0px 6px 6px;
          right: -6px; } }
    .supportPage .sec08 .stepList > li > div {
      display: table-cell;
      vertical-align: middle; }
      @media screen and (max-width: 768px) {
        .supportPage .sec08 .stepList > li > div {
          display: block; } }
      .supportPage .sec08 .stepList > li > div .ttl {
        font-size: 1.8rem;
        line-height: 1.7;
        display: block; }
        @media screen and (max-width: 768px) {
          .supportPage .sec08 .stepList > li > div .ttl {
            font-size: 1.3rem; } }
      .supportPage .sec08 .stepList > li > div .cate a {
        display: block;
        font-size: 1.5rem;
        color: #fff;
        background: #222;
        padding: 1px 15px;
        border-radius: 90px;
        margin-top: 5px;
        display: inline-block; }
        @media screen and (max-width: 768px) {
          .supportPage .sec08 .stepList > li > div .cate a {
            font-size: 1.0rem;
            padding: 0 9px;
            margin-top: 3px; } }
        .supportPage .sec08 .stepList > li > div .cate a:hover {
          background-color: #781c71; }
    .supportPage .sec08 .stepList > li.last::before {
      content: none; }

.supportPage .sec08 .priceList {
  border: 1px solid #781c71;
  background: #fdf7fa;
  font-size: 0;
  border-radius: 3px;
  overflow: hidden; }
  .supportPage .sec08 .priceList > li {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding: 40px 50px;
    position: relative;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .supportPage .sec08 .priceList > li {
        width: 100%;
        padding: 30px 20px; } }
    .supportPage .sec08 .priceList > li::before {
      content: "";
      position: absolute;
      top: 50%;
      right: 0%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 1px;
      height: 85%;
      background: #781c71; }
      @media screen and (max-width: 768px) {
        .supportPage .sec08 .priceList > li::before {
          right: auto;
          bottom: 0;
          top: auto;
          left: 50%;
          -webkit-transform: translateY(0) translateX(-50%);
          -ms-transform: translateY(0) translateX(-50%);
          transform: translateY(0) translateX(-50%);
          width: calc(100% - 40px);
          height: 1px; } }
    .supportPage .sec08 .priceList > li .icon {
      position: absolute;
      top: 20px;
      right: 20px;
      width: 60px;
      height: 60px;
      background: #fff;
      border-radius: 90px;
      text-align: center;
      font-size: 1.6rem;
      line-height: 1.3;
      padding: 14px 0; }
      @media screen and (max-width: 768px) {
        .supportPage .sec08 .priceList > li .icon {
          width: 55px;
          height: 55px;
          top: 15px;
          right: 15px;
          font-size: 1.4rem;
          padding: 13px 0; } }
      .supportPage .sec08 .priceList > li .icon span {
        font-size: 1.2rem;
        display: block; }
        @media screen and (max-width: 768px) {
          .supportPage .sec08 .priceList > li .icon span {
            font-size: 1.0rem; } }
    .supportPage .sec08 .priceList > li .ttl {
      font-size: 2.4rem;
      font-weight: 500;
      line-height: 1.7;
      margin-bottom: 15px; }
      @media screen and (max-width: 768px) {
        .supportPage .sec08 .priceList > li .ttl {
          font-size: 1.8rem; } }
      .supportPage .sec08 .priceList > li .ttl span {
        display: block;
        font-size: 1.6rem; }
        @media screen and (max-width: 768px) {
          .supportPage .sec08 .priceList > li .ttl span {
            font-size: 1.4rem;
            margin-top: 2px; } }
    .supportPage .sec08 .priceList > li .price {
      display: inline-block; }
      .supportPage .sec08 .priceList > li .price .sub {
        display: inline-block;
        background: #781c71;
        color: #fff;
        font-size: 1.6rem;
        border-radius: 3px;
        overflow: hidden;
        padding: 0 10px;
        width: 100%; }
        @media screen and (max-width: 768px) {
          .supportPage .sec08 .priceList > li .price .sub {
            font-size: 1.3rem; } }
      .supportPage .sec08 .priceList > li .price .num {
        color: #781c71;
        font-size: 4.0rem;
        line-height: 1.4; }
        @media screen and (max-width: 768px) {
          .supportPage .sec08 .priceList > li .price .num {
            font-size: 3.4rem; } }
        .supportPage .sec08 .priceList > li .price .num .tx01 {
          font-weight: 500;
          font-size: 2.6rem; }
          @media screen and (max-width: 768px) {
            .supportPage .sec08 .priceList > li .price .num .tx01 {
              font-size: 1.8rem; } }
        .supportPage .sec08 .priceList > li .price .num .tx02 {
          font-weight: 500;
          font-size: 1.6rem; }
          @media screen and (max-width: 768px) {
            .supportPage .sec08 .priceList > li .price .num .tx02 {
              font-size: 1.4rem; } }
    .supportPage .sec08 .priceList > li .indList {
      text-align: left;
      margin-top: 10px; }
      .supportPage .sec08 .priceList > li .indList > li {
        font-size: 1.2rem; }
        @media screen and (max-width: 768px) {
          .supportPage .sec08 .priceList > li .indList > li {
            font-size: 1.1rem; } }
    .supportPage .sec08 .priceList > li.last::before {
      content: none; }

.supportPage .sec09 .secLink {
  margin-top: 40px;
  margin-bottom: 0;
  padding: 0;
  background: #fff; }
  @media screen and (max-width: 768px) {
    .supportPage .sec09 .secLink {
      margin-top: 30px; } }
  .supportPage .sec09 .secLink .inrL {
    width: 100%;
    max-width: 100%; }

.supportPage .sec10 .accordion dt, .supportPage .sec10 .accordion dd {
  padding: 19px 30px 19px 20px; }
  @media screen and (max-width: 768px) {
    .supportPage .sec10 .accordion dt, .supportPage .sec10 .accordion dd {
      padding: 13px 25px 13px 15px; } }
  .supportPage .sec10 .accordion dt > div, .supportPage .sec10 .accordion dd > div {
    padding-left: 60px;
    display: block;
    position: relative;
    font-size: 1.8rem; }
    @media screen and (max-width: 768px) {
      .supportPage .sec10 .accordion dt > div, .supportPage .sec10 .accordion dd > div {
        font-size: 1.4rem;
        padding-left: 38px; } }
    .supportPage .sec10 .accordion dt > div::before, .supportPage .sec10 .accordion dd > div::before {
      content: "Q";
      position: absolute;
      top: -2px;
      left: 0;
      width: 40px;
      height: 40px;
      background: #f1e8f1;
      border-radius: 90px;
      color: #781c71;
      font-size: 2.0rem;
      text-align: center;
      line-height: 1.8; }
      @media screen and (max-width: 768px) {
        .supportPage .sec10 .accordion dt > div::before, .supportPage .sec10 .accordion dd > div::before {
          width: 25px;
          height: 25px;
          font-size: 1.4rem;
          top: 0;
          line-height: 1.7; } }
    .supportPage .sec10 .accordion dt > div::after, .supportPage .sec10 .accordion dd > div::after {
      content: "+";
      position: absolute;
      top: 50%;
      right: -10px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      font-size: 2.6rem;
      font-weight: 500; }
      @media screen and (max-width: 768px) {
        .supportPage .sec10 .accordion dt > div::after, .supportPage .sec10 .accordion dd > div::after {
          font-size: 1.8rem; } }

.supportPage .sec10 .accordion dt {
  background: #fff;
  border-radius: 3px;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 1.7; }
  @media screen and (max-width: 768px) {
    .supportPage .sec10 .accordion dt {
      margin-bottom: 10px; } }
  .supportPage .sec10 .accordion dt.open > div::after {
    content: "-"; }

.supportPage .sec10 .accordion dd {
  display: none;
  padding-bottom: 35px; }
  @media screen and (max-width: 768px) {
    .supportPage .sec10 .accordion dd {
      padding-bottom: 25px;
      padding-top: 0; } }
  .supportPage .sec10 .accordion dd > div {
    font-weight: 300;
    font-size: 1.5rem; }
    @media screen and (max-width: 768px) {
      .supportPage .sec10 .accordion dd > div {
        font-size: 1.3rem; } }
    .supportPage .sec10 .accordion dd > div::before {
      content: "A";
      background-color: #781c71;
      color: #fff; }
    .supportPage .sec10 .accordion dd > div::after {
      content: none; }
    .supportPage .sec10 .accordion dd > div p {
      font-size: 1.8rem;
      font-weight: 500;
      margin-bottom: 3px;
      display: block;
      color: #781c71; }
      @media screen and (max-width: 768px) {
        .supportPage .sec10 .accordion dd > div p {
          font-size: 1.3rem; } }

.successPage .sec01 .hintsList > li {
  font-size: 1.6rem;
  margin-bottom: 40px;
  background: -webkit-gradient(linear, left top, right top, from(#f6f2f6), to(#faf2f0));
  background: -webkit-linear-gradient(left, #f6f2f6, #faf2f0);
  background: -o-linear-gradient(left, #f6f2f6, #faf2f0);
  background: linear-gradient(to right, #f6f2f6, #faf2f0);
  padding: 50px;
  border-radius: 3px;
  overflow: hidden;
  font-size: 0; }
  @media screen and (max-width: 768px) {
    .successPage .sec01 .hintsList > li {
      padding: 10px 10px 25px;
      font-size: 1.3rem;
      margin-bottom: 20px; } }
  .successPage .sec01 .hintsList > li .thum {
    width: 40%;
    margin-right: 5%;
    display: inline-block;
    vertical-align: middle; }
    @media screen and (max-width: 768px) {
      .successPage .sec01 .hintsList > li .thum {
        width: 100%;
        margin: 0; } }
  .successPage .sec01 .hintsList > li .txBox {
    width: 55%;
    display: inline-block;
    vertical-align: middle; }
    @media screen and (max-width: 768px) {
      .successPage .sec01 .hintsList > li .txBox {
        width: 100%;
        padding: 0 10px; } }
    .successPage .sec01 .hintsList > li .txBox .ttl {
      font-size: 2.4rem; }
      @media screen and (max-width: 768px) {
        .successPage .sec01 .hintsList > li .txBox .ttl {
          font-size: 1.8rem; } }
    .successPage .sec01 .hintsList > li .txBox .tx {
      margin-top: 10px; }
    .successPage .sec01 .hintsList > li .txBox .btn a {
      margin: 20px auto 0 0; }
      @media screen and (max-width: 768px) {
        .successPage .sec01 .hintsList > li .txBox .btn a {
          margin: 15px auto 0; } }

.companyPage .sec01 {
  overflow: hidden;
  position: relative;
  padding-bottom: 240px;
  background: -webkit-gradient(linear, left top, right top, from(#f6f2f6), to(#faf2f0));
  background: -webkit-linear-gradient(left, #f6f2f6, #faf2f0);
  background: -o-linear-gradient(left, #f6f2f6, #faf2f0);
  background: linear-gradient(to right, #f6f2f6, #faf2f0);
  text-align: center; }
  @media screen and (max-width: 768px) {
    .companyPage .sec01 {
      padding-bottom: 100px; } }
  .companyPage .sec01::before {
    content: "";
    position: absolute;
    bottom: -100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url("../cmn_img/company/sec01_bg.png") no-repeat center center/cover;
    width: 743px;
    height: 858px;
    opacity: .4; }
    @media screen and (max-width: 768px) {
      .companyPage .sec01::before {
        width: 445px;
        height: 513px;
        bottom: -10px; } }
  .companyPage .sec01::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 200px;
    background: url(../cmn_img/top/mv_item01.png) no-repeat center center/100% 100%;
    z-index: 11; }
    @media screen and (max-width: 768px) {
      .companyPage .sec01::after {
        height: 70px; } }
  .companyPage .sec01 .copy {
    font-weight: 500;
    color: #781c71;
    line-height: 1.7;
    font-size: 3.4rem; }
    @media screen and (max-width: 768px) {
      .companyPage .sec01 .copy {
        font-size: 2.2rem; } }
  .companyPage .sec01 .tx {
    margin-top: 25px;
    font-size: 1.7rem;
    line-height: 2.4;
    position: relative;
    z-index: 9; }
    @media screen and (max-width: 768px) {
      .companyPage .sec01 .tx {
        font-size: 1.4rem;
        margin-top: 20px; } }

.companyPage .sec02 .txBox {
  width: 65%; }
  @media screen and (max-width: 768px) {
    .companyPage .sec02 .txBox {
      width: 100%; } }

.companyPage .sec02 .imgBox {
  width: 30%;
  border-radius: 3px;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .companyPage .sec02 .imgBox {
      width: 100%;
      margin-top: 30px; } }

.companyPage .sec02 table tr th, .companyPage .sec02 table tr td {
  font-size: 1.6rem; }
  @media screen and (max-width: 768px) {
    .companyPage .sec02 table tr th, .companyPage .sec02 table tr td {
      font-size: 1.3rem;
      display: table-cell; } }

.companyPage .sec02 table tr th {
  text-align: left;
  width: 25%; }
  @media screen and (max-width: 768px) {
    .companyPage .sec02 table tr th {
      width: 95px !important; } }

.companyPage .sec03 .wrap {
  font-size: 0; }
  .companyPage .sec03 .wrap .boxL {
    width: 58%;
    display: inline-block;
    vertical-align: top;
    margin-right: 5%;
    font-size: 1.6rem;
    text-align: left; }
    @media screen and (max-width: 768px) {
      .companyPage .sec03 .wrap .boxL {
        width: 100%;
        font-size: 1.3rem;
        margin-bottom: 30px; } }
    .companyPage .sec03 .wrap .boxL .copy {
      font-weight: 500;
      color: #781c71;
      font-size: 2.4rem;
      margin-bottom: 10px;
      line-height: 1.7; }
      @media screen and (max-width: 768px) {
        .companyPage .sec03 .wrap .boxL .copy {
          font-size: 1.8rem;
          text-align: center; } }
    .companyPage .sec03 .wrap .boxL .proArea {
      margin-top: 30px;
      padding: 22px 30px;
      background: #fff;
      border-radius: 3px;
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        .companyPage .sec03 .wrap .boxL .proArea {
          padding: 20px;
          margin-top: 20px; } }
      .companyPage .sec03 .wrap .boxL .proArea .tx01 {
        font-weight: 500;
        font-size: 1.6rem;
        line-height: 1.7; }
        @media screen and (max-width: 768px) {
          .companyPage .sec03 .wrap .boxL .proArea .tx01 {
            font-size: 1.3rem; } }
        .companyPage .sec03 .wrap .boxL .proArea .tx01 span {
          display: inline-block;
          display: block;
          font-size: 1.3rem; }
          @media screen and (max-width: 768px) {
            .companyPage .sec03 .wrap .boxL .proArea .tx01 span {
              font-size: 1.1rem; } }
      .companyPage .sec03 .wrap .boxL .proArea .tx02 {
        font-size: 1.4rem;
        margin-top: 10px; }
        @media screen and (max-width: 768px) {
          .companyPage .sec03 .wrap .boxL .proArea .tx02 {
            font-size: 1.2rem;
            margin-top: 5px; } }
  .companyPage .sec03 .wrap .boxR {
    width: 37%;
    display: inline-block;
    vertical-align: top;
    border-radius: 3px;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .companyPage .sec03 .wrap .boxR {
        width: 100%; } }

.companyPage .sec04 .atteList > li {
  border-radius: 3px;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, right top, from(#f6f2f6), to(#faf2f0));
  background: -webkit-linear-gradient(left, #f6f2f6, #faf2f0);
  background: -o-linear-gradient(left, #f6f2f6, #faf2f0);
  background: linear-gradient(to right, #f6f2f6, #faf2f0);
  padding: 50px;
  font-size: 0;
  margin-bottom: 50px; }
  @media screen and (max-width: 768px) {
    .companyPage .sec04 .atteList > li {
      padding: 20px 20px 30px; } }
  .companyPage .sec04 .atteList > li .boxL {
    width: 70%;
    float: left;
    display: table;
    font-size: 1.6rem; }
    @media screen and (max-width: 768px) {
      .companyPage .sec04 .atteList > li .boxL {
        width: 100%;
        float: none;
        font-size: 1.3rem; } }
    .companyPage .sec04 .atteList > li .boxL .wrap {
      display: table-cell;
      vertical-align: middle; }
    .companyPage .sec04 .atteList > li .boxL .ttl {
      font-weight: 500;
      font-size: 2.6rem; }
      @media screen and (max-width: 768px) {
        .companyPage .sec04 .atteList > li .boxL .ttl {
          font-size: 1.8rem;
          text-align: center; } }
    .companyPage .sec04 .atteList > li .boxL .btn a {
      margin: 20px auto 0 0; }
      @media screen and (max-width: 768px) {
        .companyPage .sec04 .atteList > li .boxL .btn a {
          margin: 0 auto; } }
  .companyPage .sec04 .atteList > li .boxR {
    width: 25%;
    float: right;
    display: table; }
    @media screen and (max-width: 768px) {
      .companyPage .sec04 .atteList > li .boxR {
        width: 100%;
        margin-bottom: 20px; } }
    .companyPage .sec04 .atteList > li .boxR p {
      display: table-cell;
      vertical-align: middle;
      width: 100%;
      background: #fff;
      border-radius: 3px;
      overflow: hidden;
      display: block;
      position: relative; }
      @media screen and (max-width: 768px) {
        .companyPage .sec04 .atteList > li .boxR p::before {
          padding-top: 50%; } }
      .companyPage .sec04 .atteList > li .boxR p img {
        width: 85% !important;
        height: 85% !important;
        -o-object-fit: contain;
        object-fit: contain; }
  .companyPage .sec04 .atteList > li.last {
    margin-bottom: 0; }

.downloadPage .sec01 .downloadList {
  margin-top: 50px; }
  .downloadPage .sec01 .downloadList > li {
    background: -webkit-gradient(linear, left top, right top, from(#f6f2f6), to(#faf2f0));
    background: -webkit-linear-gradient(left, #f6f2f6, #faf2f0);
    background: -o-linear-gradient(left, #f6f2f6, #faf2f0);
    background: linear-gradient(to right, #f6f2f6, #faf2f0);
    padding: 20px;
    font-size: 1.5rem;
    border-radius: 3px;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .downloadPage .sec01 .downloadList > li {
        font-size: 1.2rem;
        line-height: 1.7;
        padding: 5px; } }
    .downloadPage .sec01 .downloadList > li .wrap {
      padding: 30px 10px 10px;
      background: -webkit-gradient(linear, left top, right top, from(#f6f2f6), to(#faf2f0));
      background: -webkit-linear-gradient(left, #f6f2f6, #faf2f0);
      background: -o-linear-gradient(left, #f6f2f6, #faf2f0);
      background: linear-gradient(to right, #f6f2f6, #faf2f0); }
      @media screen and (max-width: 768px) {
        .downloadPage .sec01 .downloadList > li .wrap {
          padding: 12px 10px; } }
    .downloadPage .sec01 .downloadList > li .thum {
      border-radius: 3px;
      overflow: hidden; }
    .downloadPage .sec01 .downloadList > li .ttl {
      text-align: center;
      font-size: 2.0rem;
      font-weight: 500;
      padding-bottom: 10px;
      margin-bottom: 15px;
      border-bottom: 1px solid #ddd;
      line-height: 1.7;
      color: #781c71; }
      @media screen and (max-width: 768px) {
        .downloadPage .sec01 .downloadList > li .ttl {
          font-size: 1.3rem;
          padding-bottom: 7px;
          margin-bottom: 10px; } }
    .downloadPage .sec01 .downloadList > li b {
      font-weight: 500; }
    .downloadPage .sec01 .downloadList > li .ttl02 {
      margin-bottom: 5px; }
    .downloadPage .sec01 .downloadList > li .btnList {
      margin-top: 15px; }
      @media screen and (max-width: 768px) {
        .downloadPage .sec01 .downloadList > li .btnList {
          margin-top: 10px; } }
      @media screen and (max-width: 768px) {
        .downloadPage .sec01 .downloadList > li .btnList > li {
          margin: 3px 0; } }
      .downloadPage .sec01 .downloadList > li .btnList > li a {
        display: block;
        padding: 12px;
        color: #fff;
        text-align: center;
        font-size: 1.4rem;
        border-radius: 3px;
        overflow: hidden; }
        @media screen and (max-width: 768px) {
          .downloadPage .sec01 .downloadList > li .btnList > li a {
            font-size: 1.2rem;
            padding: 7px; } }
        @media (hover: hover) and (pointer: fine) {
          .downloadPage .sec01 .downloadList > li .btnList > li a:hover {
            opacity: .9;
            -webkit-transform: translateY(3px);
            -ms-transform: translateY(3px);
            transform: translateY(3px); } }
        @media (-ms-high-contrast: none), (-ms-high-contrast: active) {
          .downloadPage .sec01 .downloadList > li .btnList > li a:hover {
            opacity: .9;
            -webkit-transform: translateY(3px);
            -ms-transform: translateY(3px);
            transform: translateY(3px); } }
      .downloadPage .sec01 .downloadList > li .btnList > li.try a {
        background: #222 url("../cmn_img/icon_link_wh.png") no-repeat center right 15px/9px 9px; }
        @media screen and (max-width: 768px) {
          .downloadPage .sec01 .downloadList > li .btnList > li.try a {
            background-size: 8px 8px;
            background-position: center right 12px; } }
      .downloadPage .sec01 .downloadList > li .btnList > li.download a {
        background-color: #781c71; }

.formPage .sec01 iframe, .downloadPage_form .sec01 iframe, .registerPage .sec01 iframe {
  height: 1300px !important; }
  @media screen and (max-width: 768px) {
    .formPage .sec01 iframe, .downloadPage_form .sec01 iframe, .registerPage .sec01 iframe {
      height: 1380px !important; } }

.formPage .sec01 .shiryoArea, .downloadPage_form .sec01 .shiryoArea, .registerPage .sec01 .shiryoArea {
  font-size: 0;
  max-width: 680px;
  width: 100%;
  margin: 40px auto 0; }
  .formPage .sec01 .shiryoArea .thum, .downloadPage_form .sec01 .shiryoArea .thum, .registerPage .sec01 .shiryoArea .thum {
    width: 30%;
    margin-right: 6%;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #eee; }
    @media screen and (max-width: 768px) {
      .formPage .sec01 .shiryoArea .thum, .downloadPage_form .sec01 .shiryoArea .thum, .registerPage .sec01 .shiryoArea .thum {
        max-width: 180px;
        width: 100%;
        display: block;
        margin: 0 auto 20px; } }
  .formPage .sec01 .shiryoArea .txBox, .downloadPage_form .sec01 .shiryoArea .txBox, .registerPage .sec01 .shiryoArea .txBox {
    width: 64%;
    display: inline-block;
    vertical-align: middle; }
    @media screen and (max-width: 768px) {
      .formPage .sec01 .shiryoArea .txBox, .downloadPage_form .sec01 .shiryoArea .txBox, .registerPage .sec01 .shiryoArea .txBox {
        width: 100%; } }
    .formPage .sec01 .shiryoArea .txBox .ttl, .downloadPage_form .sec01 .shiryoArea .txBox .ttl, .registerPage .sec01 .shiryoArea .txBox .ttl {
      color: #781c71;
      font-weight: 500;
      font-size: 2.4rem;
      line-height: 1.7; }
      @media screen and (max-width: 768px) {
        .formPage .sec01 .shiryoArea .txBox .ttl, .downloadPage_form .sec01 .shiryoArea .txBox .ttl, .registerPage .sec01 .shiryoArea .txBox .ttl {
          font-size: 1.8rem;
          text-align: center; } }
    .formPage .sec01 .shiryoArea .txBox .tx, .downloadPage_form .sec01 .shiryoArea .txBox .tx, .registerPage .sec01 .shiryoArea .txBox .tx {
      margin-top: 5px;
      font-size: 1.6rem; }
      @media screen and (max-width: 768px) {
        .formPage .sec01 .shiryoArea .txBox .tx, .downloadPage_form .sec01 .shiryoArea .txBox .tx, .registerPage .sec01 .shiryoArea .txBox .tx {
          font-size: 1.3rem;
          margin-top: 0; } }

.formPage .sec01 iframe {
  height: 2040px !important; }
  @media screen and (max-width: 768px) {
    .formPage .sec01 iframe {
      height: 2210px !important; } }

.registerPage .sec01 .meritArea {
  max-width: 800px;
  width: 100%;
  margin: 0 auto; }
  .registerPage .sec01 .meritArea .meritList {
    text-align: center; }
    .registerPage .sec01 .meritArea .meritList > li {
      position: relative; }
      .registerPage .sec01 .meritArea .meritList > li .wrap {
        width: 100%;
        padding-top: 100%;
        border-radius: 900px;
        border: 2px double #781c71; }
        .registerPage .sec01 .meritArea .meritList > li .wrap .in {
          position: absolute;
          top: 48%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          text-align: center;
          font-size: 1.6rem;
          width: 100%; }
          @media screen and (max-width: 768px) {
            .registerPage .sec01 .meritArea .meritList > li .wrap .in {
              font-size: 1.2rem; } }
          .registerPage .sec01 .meritArea .meritList > li .wrap .in .num {
            line-height: 1.5;
            font-size: 1.2rem;
            color: #781c71;
            margin-bottom: 5px; }
            @media screen and (max-width: 768px) {
              .registerPage .sec01 .meritArea .meritList > li .wrap .in .num {
                font-size: 1.0rem; } }
            .registerPage .sec01 .meritArea .meritList > li .wrap .in .num span {
              display: block;
              font-size: 2.6rem;
              line-height: 1.1; }
              @media screen and (max-width: 768px) {
                .registerPage .sec01 .meritArea .meritList > li .wrap .in .num span {
                  font-size: 1.5rem; } }
          .registerPage .sec01 .meritArea .meritList > li .wrap .in .tx {
            font-weight: 500; }
            @media screen and (max-width: 768px) {
              .registerPage .sec01 .meritArea .meritList > li .wrap .in .tx {
                font-weight: 500;
                line-height: 1.7; } }
            .registerPage .sec01 .meritArea .meritList > li .wrap .in .tx span {
              font-weight: 500;
              line-height: 1.5;
              font-size: 2.4rem; }
              @media screen and (max-width: 768px) {
                .registerPage .sec01 .meritArea .meritList > li .wrap .in .tx span {
                  font-size: 1.7rem; } }
      @media screen and (max-width: 768px) {
        .registerPage .sec01 .meritArea .meritList > li.last {
          margin-top: -6%; } }

.registerPage .sec01 .ttl {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 500;
  margin-top: 10px; }
  @media screen and (max-width: 768px) {
    .registerPage .sec01 .ttl {
      font-size: 1.8rem; } }

@media screen and (max-width: 768px) {
  .sitemapPage .sec01 .linkList > li {
    margin-bottom: 10px; } }

.sitemapPage .sec01 .linkList > li > a {
  display: block;
  padding: 16px 20px;
  border: 1px solid #f7f7f7;
  background: #f7f7f7 url("../cmn_img/arw01.png") no-repeat center right 20px/13px 11px;
  font-size: 1.6rem;
  font-weight: 500; }
  @media screen and (max-width: 768px) {
    .sitemapPage .sec01 .linkList > li > a {
      padding: 8px 15px;
      font-size: 1.4rem;
      background-position: center right 10px; } }
  @media (hover: hover) and (pointer: fine) {
    .sitemapPage .sec01 .linkList > li > a:hover {
      -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
      transform: translateY(5px);
      background-color: #fff;
      background-position: center right 15px;
      border-color: #ddd; } }
  @media (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .sitemapPage .sec01 .linkList > li > a:hover {
      -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
      transform: translateY(5px);
      background-color: #fff;
      background-position: center right 15px;
      border-color: #ddd; } }

.sitemapPage .sec01 .linkList > li .linkList02 {
  margin-top: 15px; }
  @media screen and (max-width: 768px) {
    .sitemapPage .sec01 .linkList > li .linkList02 {
      margin: 10px auto  20px; } }
  .sitemapPage .sec01 .linkList > li .linkList02 > li {
    margin-bottom: 5px; }
    @media screen and (max-width: 768px) {
      .sitemapPage .sec01 .linkList > li .linkList02 > li {
        width: 48%;
        display: inline-block;
        vertical-align: top; } }
    .sitemapPage .sec01 .linkList > li .linkList02 > li a {
      font-size: 1.5rem;
      text-decoration: underline; }
      @media screen and (max-width: 768px) {
        .sitemapPage .sec01 .linkList > li .linkList02 > li a {
          font-size: 1.3rem; } }
      @media (hover: hover) and (pointer: fine) {
        .sitemapPage .sec01 .linkList > li .linkList02 > li a:hover {
          text-decoration: none; } }
      @media (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .sitemapPage .sec01 .linkList > li .linkList02 > li a:hover {
          text-decoration: none; } }

.sitemapPage .sec01 .linkList > li.link a {
  background-image: url("../cmn_img/icon_link.png");
  background-size: 11px 11px; }

.voicePage .voiceList > li {
  border-radius: 3px;
  overflow: hidden;
  position: relative; }
  @media screen and (max-width: 768px) {
    .voicePage .voiceList > li {
      width: 100%;
      margin: 0 0 20px; } }
  .voicePage .voiceList > li .bg::before {
    padding-top: 135%; }
  .voicePage .voiceList > li .txBox {
    width: 100%;
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: calc(100% - 40px);
    background: rgba(255, 255, 255, 0.8);
    border-radius: 3px;
    overflow: hidden;
    z-index: 9;
    padding: 20px 25px 30px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .voicePage .voiceList > li .txBox {
        padding: 16px 20px 25px; } }
    .voicePage .voiceList > li .txBox .num {
      font-size: 1.1rem; }
      @media screen and (max-width: 768px) {
        .voicePage .voiceList > li .txBox .num {
          font-size: 1.0rem; } }
      .voicePage .voiceList > li .txBox .num span {
        display: block;
        font-size: 2.2rem;
        line-height: 1; }
        @media screen and (max-width: 768px) {
          .voicePage .voiceList > li .txBox .num span {
            font-size: 1.8rem; } }
    .voicePage .voiceList > li .txBox .ttl {
      font-weight: 500;
      color: #781c71;
      font-size: 2.2rem;
      line-height: 1.8; }
      @media screen and (max-width: 768px) {
        .voicePage .voiceList > li .txBox .ttl {
          font-size: 1.8rem; } }
    .voicePage .voiceList > li .txBox .tx {
      font-size: 1.5rem;
      line-height: 1.8;
      margin-top: 3px; }
      @media screen and (max-width: 768px) {
        .voicePage .voiceList > li .txBox .tx {
          font-size: 1.3rem;
          margin-top: 2px; } }
    .voicePage .voiceList > li .txBox .btn a {
      margin: 0 auto;
      text-align: left; }
  .voicePage .voiceList > li:hover::before {
    opacity: .3; }

.voicePage_detail .mv {
  padding-top: 137px; }
  @media screen and (max-width: 768px) {
    .voicePage_detail .mv {
      padding-top: 55px; } }
  .voicePage_detail .mv .wrap {
    background: -webkit-gradient(linear, left top, right top, from(#f6f2f6), to(#faf2f0));
    background: -webkit-linear-gradient(left, #f6f2f6, #faf2f0);
    background: -o-linear-gradient(left, #f6f2f6, #faf2f0);
    background: linear-gradient(to right, #f6f2f6, #faf2f0);
    padding: 20px;
    position: relative; }
    @media screen and (max-width: 768px) {
      .voicePage_detail .mv .wrap {
        padding: 10px; } }
    .voicePage_detail .mv .wrap .in {
      background: #fff;
      border-radius: 3px;
      overflow: hidden;
      font-size: 0; }
    .voicePage_detail .mv .wrap .breadcrumb {
      position: absolute;
      bottom: 35px;
      right: 45px;
      width: 50%;
      text-align: right;
      width: calc(100% - 60px); }
      @media screen and (max-width: 768px) {
        .voicePage_detail .mv .wrap .breadcrumb {
          bottom: 25px;
          right: 30px; } }
    .voicePage_detail .mv .wrap .boxL {
      width: 50%;
      display: inline-block;
      vertical-align: middle; }
      @media screen and (max-width: 768px) {
        .voicePage_detail .mv .wrap .boxL {
          width: 100%; } }
    .voicePage_detail .mv .wrap .boxR {
      width: 50%;
      display: inline-block;
      vertical-align: middle;
      padding: 60px;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .voicePage_detail .mv .wrap .boxR {
          width: 100%;
          padding: 30px 20px 60px; } }
      .voicePage_detail .mv .wrap .boxR .logo {
        display: inline-block; }
        @media screen and (max-width: 768px) {
          .voicePage_detail .mv .wrap .boxR .logo {
            -webkit-transform: scale(0.8);
            -ms-transform: scale(0.8);
            transform: scale(0.8); } }
      .voicePage_detail .mv .wrap .boxR .copy {
        font-size: 2.8rem;
        font-weight: 500;
        line-height: 1.65;
        margin-top: 25px; }
        @media screen and (max-width: 768px) {
          .voicePage_detail .mv .wrap .boxR .copy {
            font-size: 1.8rem;
            margin-top: 10px; } }
      .voicePage_detail .mv .wrap .boxR .tx {
        font-size: 1.6rem;
        margin-top: 5px;
        text-align: left; }
        @media screen and (max-width: 768px) {
          .voicePage_detail .mv .wrap .boxR .tx {
            font-size: 1.3rem;
            margin-top: 10px; } }

.voicePage_detail .sec01 .ctMrg, .voicePage_detail .sec02 .ctMrg {
  margin-top: 80px; }
  @media screen and (max-width: 768px) {
    .voicePage_detail .sec01 .ctMrg, .voicePage_detail .sec02 .ctMrg {
      margin-top: 50px; } }

.voicePage_detail .sec01 .kadaiList > li, .voicePage_detail .sec02 .kadaiList > li {
  background: #f7f7f7;
  border-radius: 3px;
  overflow: hidden;
  overflow: inherit;
  font-size: 1.6rem;
  position: relative;
  padding: 40px; }
  @media screen and (max-width: 768px) {
    .voicePage_detail .sec01 .kadaiList > li, .voicePage_detail .sec02 .kadaiList > li {
      font-size: 1.3rem;
      padding: 25px 20px 20px 20px;
      margin-bottom: 35px; } }
  .voicePage_detail .sec01 .kadaiList > li .ttl, .voicePage_detail .sec02 .kadaiList > li .ttl {
    position: absolute;
    top: -16px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #222;
    color: #fff;
    font-weight: 500;
    padding: 1px 20px;
    border-radius: 90px;
    padding: 0 16px;
    top: -12px; }
  .voicePage_detail .sec01 .kadaiList > li .ctList, .voicePage_detail .sec02 .kadaiList > li .ctList {
    list-style: disc;
    margin-left: 20px; }
    @media screen and (max-width: 768px) {
      .voicePage_detail .sec01 .kadaiList > li .ctList, .voicePage_detail .sec02 .kadaiList > li .ctList {
        margin-left: 15px; } }
    .voicePage_detail .sec01 .kadaiList > li .ctList > li, .voicePage_detail .sec02 .kadaiList > li .ctList > li {
      font-size: 1.7rem; }
      @media screen and (max-width: 768px) {
        .voicePage_detail .sec01 .kadaiList > li .ctList > li, .voicePage_detail .sec02 .kadaiList > li .ctList > li {
          font-size: 1.3rem; } }
  .voicePage_detail .sec01 .kadaiList > li:nth-child(1)::before, .voicePage_detail .sec02 .kadaiList > li:nth-child(1)::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -24px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 0px 25px 25px;
    border-color: transparent transparent transparent #ddd; }
    @media screen and (max-width: 768px) {
      .voicePage_detail .sec01 .kadaiList > li:nth-child(1)::before, .voicePage_detail .sec02 .kadaiList > li:nth-child(1)::before {
        border-width: 12px 15px 0px 15px;
        border-color: #ddd transparent transparent transparent;
        bottom: -11px;
        right: auto;
        top: auto;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(0);
        -ms-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0); } }
  .voicePage_detail .sec01 .kadaiList > li:nth-child(2n), .voicePage_detail .sec02 .kadaiList > li:nth-child(2n) {
    background: #fdf7fa; }
    @media screen and (max-width: 768px) {
      .voicePage_detail .sec01 .kadaiList > li:nth-child(2n), .voicePage_detail .sec02 .kadaiList > li:nth-child(2n) {
        margin-bottom: 0; } }
    .voicePage_detail .sec01 .kadaiList > li:nth-child(2n) .ttl, .voicePage_detail .sec02 .kadaiList > li:nth-child(2n) .ttl {
      background-color: #781c71; }

.voicePage_detail .sec01 .numList > li, .voicePage_detail .sec02 .numList > li {
  font-size: 1.8rem;
  position: relative;
  padding: 4px 0 4px 39px; }
  @media screen and (max-width: 768px) {
    .voicePage_detail .sec01 .numList > li, .voicePage_detail .sec02 .numList > li {
      font-size: 1.4rem;
      padding-left: 28px;
      padding-top: 2px;
      padding-bottom: 2px; } }
  .voicePage_detail .sec01 .numList > li span, .voicePage_detail .sec02 .numList > li span {
    display: block;
    font-size: 1.5rem; }
    @media screen and (max-width: 768px) {
      .voicePage_detail .sec01 .numList > li span, .voicePage_detail .sec02 .numList > li span {
        font-size: 1.2rem; } }
  .voicePage_detail .sec01 .numList > li::before, .voicePage_detail .sec02 .numList > li::before {
    content: "01";
    position: absolute;
    top: 8px;
    left: 0;
    width: 27px;
    height: 27px;
    background: #781c71;
    border-radius: 90px;
    font-size: 1.1rem;
    color: #fff;
    padding: 3px 0;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .voicePage_detail .sec01 .numList > li::before, .voicePage_detail .sec02 .numList > li::before {
        width: 22px;
        height: 22px;
        font-size: 1.0rem;
        padding: 1px 0;
        top: 5px;
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
        left: -2px; } }
  .voicePage_detail .sec01 .numList > li:nth-child(2)::before, .voicePage_detail .sec02 .numList > li:nth-child(2)::before {
    content: "02"; }
  .voicePage_detail .sec01 .numList > li:nth-child(3)::before, .voicePage_detail .sec02 .numList > li:nth-child(3)::before {
    content: "03"; }
  .voicePage_detail .sec01 .numList > li:nth-child(4)::before, .voicePage_detail .sec02 .numList > li:nth-child(4)::before {
    content: "04"; }
  .voicePage_detail .sec01 .numList > li:nth-child(5)::before, .voicePage_detail .sec02 .numList > li:nth-child(5)::before {
    content: "05"; }
  .voicePage_detail .sec01 .numList > li:nth-child(6)::before, .voicePage_detail .sec02 .numList > li:nth-child(6)::before {
    content: "06"; }
  .voicePage_detail .sec01 .numList > li:nth-child(7)::before, .voicePage_detail .sec02 .numList > li:nth-child(7)::before {
    content: "07"; }
  .voicePage_detail .sec01 .numList > li:nth-child(8)::before, .voicePage_detail .sec02 .numList > li:nth-child(8)::before {
    content: "08"; }

.voicePage_detail .sec01 .profileWrap, .voicePage_detail .sec02 .profileWrap {
  font-size: 0; }
  .voicePage_detail .sec01 .profileWrap .boxL, .voicePage_detail .sec02 .profileWrap .boxL {
    width: 35%;
    margin-right: 5%;
    display: inline-block;
    vertical-align: middle;
    border-radius: 3px;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .voicePage_detail .sec01 .profileWrap .boxL, .voicePage_detail .sec02 .profileWrap .boxL {
        width: 100%;
        margin: 0 0 20px; } }
  .voicePage_detail .sec01 .profileWrap .boxR, .voicePage_detail .sec02 .profileWrap .boxR {
    width: 60%;
    display: inline-block;
    vertical-align: middle;
    font-size: 1.4rem;
    margin-top: 5x; }
    @media screen and (max-width: 768px) {
      .voicePage_detail .sec01 .profileWrap .boxR, .voicePage_detail .sec02 .profileWrap .boxR {
        width: 100%;
        font-size: 1.2rem;
        text-align: center; } }
    .voicePage_detail .sec01 .profileWrap .boxR .ttl, .voicePage_detail .sec02 .profileWrap .boxR .ttl {
      font-size: 2.0rem;
      font-weight: 500; }
      @media screen and (max-width: 768px) {
        .voicePage_detail .sec01 .profileWrap .boxR .ttl, .voicePage_detail .sec02 .profileWrap .boxR .ttl {
          font-size: 1.8rem; } }
    @media screen and (max-width: 768px) {
      .voicePage_detail .sec01 .profileWrap .boxR .tx, .voicePage_detail .sec02 .profileWrap .boxR .tx {
        text-align: left; } }
    .voicePage_detail .sec01 .profileWrap .boxR .btn a, .voicePage_detail .sec02 .profileWrap .boxR .btn a {
      max-width: -webkit-max-content;
      max-width: -moz-max-content;
      max-width: max-content; }
      @media screen and (max-width: 768px) {
        .voicePage_detail .sec01 .profileWrap .boxR .btn a, .voicePage_detail .sec02 .profileWrap .boxR .btn a {
          margin: 0 auto; } }

.voicePage_detail .sec01 .fukiBox, .voicePage_detail .sec02 .fukiBox {
  background: #fff;
  padding: 30px;
  text-align: center;
  border-radius: 3px;
  overflow: hidden;
  overflow: inherit;
  position: relative;
  width: 90%;
  margin: 0 auto 40px;
  display: block; }
  @media screen and (max-width: 768px) {
    .voicePage_detail .sec01 .fukiBox, .voicePage_detail .sec02 .fukiBox {
      padding: 14px 15px 16px;
      width: 100%;
      margin-bottom: 25px; } }
  .voicePage_detail .sec01 .fukiBox::before, .voicePage_detail .sec02 .fukiBox::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 50px;
    background: url("../cmn_img/voice/item01.png") no-repeat center center/cover;
    width: 36px;
    height: 27px;
    line-height: 1; }
    @media screen and (max-width: 768px) {
      .voicePage_detail .sec01 .fukiBox::before, .voicePage_detail .sec02 .fukiBox::before {
        width: 22px;
        height: 16px;
        top: -7px;
        left: 20px; } }
  .voicePage_detail .sec01 .fukiBox::after, .voicePage_detail .sec02 .fukiBox::after {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0px 15px;
    border-color: #fff transparent transparent transparent; }
    @media screen and (max-width: 768px) {
      .voicePage_detail .sec01 .fukiBox::after, .voicePage_detail .sec02 .fukiBox::after {
        bottom: -10px; } }
  .voicePage_detail .sec01 .fukiBox p, .voicePage_detail .sec02 .fukiBox p {
    font-weight: 500;
    font-size: 2.0rem;
    line-height: 1.7; }
    @media screen and (max-width: 768px) {
      .voicePage_detail .sec01 .fukiBox p, .voicePage_detail .sec02 .fukiBox p {
        font-size: 1.5rem; } }

.voicePage_detail .sec01 .name, .voicePage_detail .sec02 .name {
  text-align: center;
  margin-top: 20px;
  font-weight: 1.4rem; }
  @media screen and (max-width: 768px) {
    .voicePage_detail .sec01 .name, .voicePage_detail .sec02 .name {
      font-size: 1.2rem; } }
  .voicePage_detail .sec01 .name span, .voicePage_detail .sec02 .name span {
    font-size: 1.6rem;
    font-weight: 500; }
    @media screen and (max-width: 768px) {
      .voicePage_detail .sec01 .name span, .voicePage_detail .sec02 .name span {
        font-size: 1.3rem; } }

.voicePage_detail .sec01 .caption, .voicePage_detail .sec02 .caption {
  font-size: 1.3rem;
  margin-top: 20px;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .voicePage_detail .sec01 .caption, .voicePage_detail .sec02 .caption {
      text-align: left;
      font-size: 1.2rem; } }

.voicePage_detail .sec02 {
  background: -webkit-gradient(linear, left top, right top, from(#f6f2f6), to(#faf2f0));
  background: -webkit-linear-gradient(left, #f6f2f6, #faf2f0);
  background: -o-linear-gradient(left, #f6f2f6, #faf2f0);
  background: linear-gradient(to right, #f6f2f6, #faf2f0);
  font-size: 1.7rem; }
  @media screen and (max-width: 768px) {
    .voicePage_detail .sec02 {
      font-size: 1.3rem; } }
  @media screen and (max-width: 768px) {
    .voicePage_detail .sec02 .sec01_img02 {
      max-width: 200px;
      width: 100%;
      margin: 0 auto; } }
