.pcHd::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  z-index: -1; }

.pcHd .logo a {
  display: block;
  width: 122px;
  height: 55px;
  background: url("/lib/cmn_img/logo_wh.svg") no-repeat center center/contain;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.pcHd .navWrap .navList > li a {
  color: #fff;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.pcHd .navWrap .navList > li.guideLine a, .pcHd .navWrap .navList > li.entry a {
  background: #333;
  width: 160px;
  text-align: center;
  padding: 8px 0;
  border-radius: 90px;
  color: #fff !important; }
  .pcHd .navWrap .navList > li.guideLine a::before, .pcHd .navWrap .navList > li.entry a::before {
    content: none; }
  .pcHd .navWrap .navList > li.guideLine a:hover, .pcHd .navWrap .navList > li.entry a:hover {
    -webkit-transform: scale(0.97);
    -ms-transform: scale(0.97);
    transform: scale(0.97); }

.pcHd .navWrap .navList > li.entry a {
  background: -webkit-gradient(linear, left top, right top, from(#009fe8), to(#26b0ef));
  background: -webkit-linear-gradient(left, #009fe8, #26b0ef);
  background: -o-linear-gradient(left, #009fe8, #26b0ef);
  background: linear-gradient(90deg, #009fe8, #26b0ef); }

.pcHd .navWrap .navList > li.guideLine {
  margin-right: 10px; }

.pcHd.fixed {
  background: rgba(0, 0, 0, 0); }
  .pcHd.fixed::before {
    opacity: 1;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
  .pcHd.fixed .logo a {
    background-image: url("/lib/cmn_img/logo.svg");
    width: 100px;
    height: 45px; }
  .pcHd.fixed .navWrap .navList > li a {
    color: #333; }

.rec_mvStyle_01 {
  background: url("/recruitment/lib/cmn_img/mv_bg.jpg") no-repeat center center/cover;
  padding: 140px 100px;
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .rec_mvStyle_01 {
      padding: 35px 0 60px; } }
  .rec_mvStyle_01 .pageTtl {
    line-height: 1.5; }
    .rec_mvStyle_01 .pageTtl .jpTx {
      font-size: 7.0rem;
      font-weight: 800;
      display: inline-block;
      position: relative; }
      @media screen and (max-width: 768px) {
        .rec_mvStyle_01 .pageTtl .jpTx {
          font-size: 2.8rem; } }
      .rec_mvStyle_01 .pageTtl .jpTx::before {
        content: "";
        position: absolute;
        right: -90px;
        bottom: -25px;
        background: url("/recruitment/lib/cmn_img/item01.png") no-repeat center center/cover;
        width: 122px;
        height: 83px; }
        @media screen and (max-width: 768px) {
          .rec_mvStyle_01 .pageTtl .jpTx::before {
            width: 85px;
            height: 58px;
            right: -70px; } }
    .rec_mvStyle_01 .pageTtl .enTx {
      display: block;
      font-size: 1.8rem;
      font-weight: 700;
      font-family: "Montserrat", serif;
      font-weight: 700; }
      @media screen and (max-width: 768px) {
        .rec_mvStyle_01 .pageTtl .enTx {
          font-size: 1.4rem; } }
    .rec_mvStyle_01 .pageTtl .cate {
      display: inline-block;
      margin-top: 15px;
      background: #fff;
      color: #f58d08;
      font-size: 1.8rem;
      font-weight: 800;
      border-radius: 90px;
      padding: 6px 20px; }
      @media screen and (max-width: 768px) {
        .rec_mvStyle_01 .pageTtl .cate {
          font-size: 1.2rem;
          margin-top: 10px; } }
  .rec_mvStyle_01 .breadcrumb {
    position: absolute;
    bottom: 25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: right; }
    @media screen and (max-width: 768px) {
      .rec_mvStyle_01 .breadcrumb {
        bottom: 15px;
        text-align: center; } }

@media screen and (max-width: 768px) {
  .cmn_cvList > li.contact a {
    padding-left: 30px; } }

.cmn_cvList > li.contact a span {
  padding-left: 58px;
  background: url("/lib/cmn_img/icon_job.png") no-repeat center left/45px 39px; }
  @media screen and (max-width: 768px) {
    .cmn_cvList > li.contact a span {
      padding-left: 41px;
      background-size: 31px 27px;
      -webkit-transform: translateX(-7px);
      -ms-transform: translateX(-7px);
      transform: translateX(-7px); } }

.btnStyle_01 a {
  font-family: "Montserrat", serif;
  font-weight: 700;
  font-weight: 600; }

.btnStyle_01.big a {
  max-width: 380px;
  width: 100%;
  font-size: 1.6rem;
  padding: 17px 25px; }
  @media screen and (max-width: 768px) {
    .btnStyle_01.big a {
      font-size: 1.3rem;
      max-width: 280px;
      padding: 15px 22px; } }

.btnStyle_02.wh a::before {
  background: #fff; }

.btnStyle_02.wh a::after {
  background-image: url("/lib/cmn_img/arw.png"); }

.btnStyle_02.wh a:hover::after {
  background-image: url("/lib/cmn_img/arw_wh.png"); }

.link_box:hover .btnStyle_02 a::after {
  background-image: url("/lib/cmn_img/arw_wh.png"); }

.rec_cmn_listStyle_01 {
  display: inline-block; }
  .rec_cmn_listStyle_01 > li {
    text-align: left; }
    .rec_cmn_listStyle_01 > li span {
      display: inline-block;
      padding-left: 20px;
      font-size: 1.8rem;
      position: relative; }
      @media screen and (max-width: 768px) {
        .rec_cmn_listStyle_01 > li span {
          font-size: 1.3rem;
          padding-left: 16px; } }
      .rec_cmn_listStyle_01 > li span::before {
        content: "";
        position: absolute;
        left: 0;
        top: 13px;
        width: 10px;
        height: 10px;
        background: -webkit-gradient(linear, left top, right top, from(#f57f00), to(#f5aa00));
        background: -webkit-linear-gradient(left, #f57f00, #f5aa00);
        background: -o-linear-gradient(left, #f57f00, #f5aa00);
        background: linear-gradient(90deg, #f57f00, #f5aa00);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        border-radius: 2px; }
        @media screen and (max-width: 768px) {
          .rec_cmn_listStyle_01 > li span::before {
            width: 8px;
            height: 8px;
            top: 9px;
            border-radius: 1px; } }

.rec_cmn_listStyle_02 > li {
  text-align: left; }
  .rec_cmn_listStyle_02 > li span {
    font-size: 1.8rem;
    display: inline-block;
    padding-left: 35px;
    background: url("/recruitment/lib/cmn_img/icon_check.png") no-repeat left top 8px/22px 22px; }
    @media screen and (max-width: 768px) {
      .rec_cmn_listStyle_02 > li span {
        font-size: 1.3rem;
        background-size: 15px 15px;
        background-position: left top 5px;
        padding-left: 23px; } }

.ttlStyle_03 span {
  background: -webkit-gradient(linear, left top, right top, from(#f57f00), to(#f5aa00));
  background: -webkit-linear-gradient(left, #f57f00, #f5aa00);
  background: -o-linear-gradient(left, #f57f00, #f5aa00);
  background: linear-gradient(90deg, #f57f00, #f5aa00);
  font-size: 2.0rem;
  font-weight: 800; }
  @media screen and (max-width: 768px) {
    .ttlStyle_03 span {
      font-size: 1.5rem; } }
  .ttlStyle_03 span::before {
    border-color: #f5a600 transparent transparent transparent; }

.ttlStyle_02 {
  background: #f5f5f5; }
  .ttlStyle_02 span::before {
    border-color: #f58d08; }

.tblStyle_03 tr th::before {
  background: #f58d08 !important; }

.tblStyle_03 tr td::before {
  background: #f58d08 !important; }

.tblStyle_03 tr.last th::after {
  background: #f58d08 !important; }

.rec_ttlStyle_01 {
  position: relative;
  width: 100%;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #ddd;
  margin-bottom: 45px;
  line-height: 1.3; }
  @media screen and (max-width: 768px) {
    .rec_ttlStyle_01 {
      margin-bottom: 30px; } }
  .rec_ttlStyle_01 .enTx {
    font-size: 4.6rem;
    display: inline-block;
    font-family: "Montserrat", serif;
    font-weight: 700;
    margin-right: 20px;
    position: relative;
    padding-left: 35px; }
    @media screen and (max-width: 768px) {
      .rec_ttlStyle_01 .enTx {
        font-size: 3.0rem;
        margin-right: 0;
        padding-left: 32px; } }
    .rec_ttlStyle_01 .enTx::before {
      content: "";
      position: absolute;
      top: 22px;
      left: 0;
      width: 20px;
      height: 20px;
      background: -webkit-gradient(linear, left top, right top, from(#f57f00), to(#f5aa00));
      background: -webkit-linear-gradient(left, #f57f00, #f5aa00);
      background: -o-linear-gradient(left, #f57f00, #f5aa00);
      background: linear-gradient(90deg, #f57f00, #f5aa00);
      border-radius: 90px; }
      @media screen and (max-width: 768px) {
        .rec_ttlStyle_01 .enTx::before {
          top: 9px; } }
    .rec_ttlStyle_01 .enTx::after {
      content: "";
      position: absolute;
      top: 28px;
      left: 6px;
      width: 8px;
      height: 8px;
      background: #fff;
      border-radius: 90px;
      background: #fff; }
      @media screen and (max-width: 768px) {
        .rec_ttlStyle_01 .enTx::after {
          top: 15px; } }
  .rec_ttlStyle_01 .jpTx {
    font-size: 1.6rem;
    font-weight: 700;
    display: inline-block;
    line-height: 1.5; }
    @media screen and (max-width: 768px) {
      .rec_ttlStyle_01 .jpTx {
        font-size: 1.3rem;
        display: block;
        padding-left: 32px; } }
  .rec_ttlStyle_01.wh {
    color: #fff; }
  .rec_ttlStyle_01 .secInfoTx {
    position: absolute;
    bottom: 20px;
    right: 0;
    font-size: 1.6rem; }
    @media screen and (max-width: 768px) {
      .rec_ttlStyle_01 .secInfoTx {
        position: static;
        font-size: 1.4rem;
        margin-top: 15px;
        line-height: 1.7;
        display: block; } }

.rec_ttlStyle_02 span {
  font-size: 2.4rem;
  font-weight: 800;
  display: inline-block;
  padding-left: 34px;
  position: relative; }
  @media screen and (max-width: 768px) {
    .rec_ttlStyle_02 span {
      font-size: 1.6rem;
      padding-left: 25px; } }
  .rec_ttlStyle_02 span::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 17px;
    width: 15px;
    height: 15px;
    background: -webkit-gradient(linear, left top, right top, from(#f57f00), to(#f5aa00));
    background: -webkit-linear-gradient(left, #f57f00, #f5aa00);
    background: -o-linear-gradient(left, #f57f00, #f5aa00);
    background: linear-gradient(90deg, #f57f00, #f5aa00);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 2px; }
    @media screen and (max-width: 768px) {
      .rec_ttlStyle_02 span::before {
        width: 10px;
        height: 10px;
        top: 11px;
        border-radius: 1px; } }

.wrapper {
  margin-top: 0; }

.topPage .mv {
  background: url("../cmn_img/top/mv_bg.jpg") no-repeat center center/cover;
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .topPage .mv {
      height: auto;
      padding: 20px 0; } }
  .topPage .mv .txWrap {
    display: inline-block;
    position: absolute;
    color: #fff;
    top: 50%;
    left: calc(50% + 35px);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: left; }
    @media screen and (max-width: 768px) {
      .topPage .mv .txWrap {
        width: 315px;
        margin: 0 auto;
        position: static;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        display: block;
        padding: 35px 0 35px 15px; } }
    .topPage .mv .txWrap .copy {
      font-weight: 800;
      font-size: 8.0rem;
      line-height: 1.35;
      position: relative;
      display: inline-block; }
      @media screen and (max-width: 1259px) {
        .topPage .mv .txWrap .copy {
          font-size: 6.6rem; } }
      @media screen and (max-width: 768px) {
        .topPage .mv .txWrap .copy {
          font-size: 4.2rem; } }
      .topPage .mv .txWrap .copy::before {
        content: "";
        position: absolute;
        bottom: -30px;
        right: 60px;
        background: url("../cmn_img/top/mv_item01.png") no-repeat center center/cover;
        width: 223px;
        height: 123px; }
        @media screen and (max-width: 768px) {
          .topPage .mv .txWrap .copy::before {
            width: 156px;
            height: 86px;
            right: 0; } }
    .topPage .mv .txWrap .enTx {
      font-size: 1.4rem;
      font-family: "Montserrat", serif;
      font-weight: 700;
      font-weight: 600;
      line-height: 1.7;
      margin-top: 20px;
      display: block; }
      @media screen and (max-width: 768px) {
        .topPage .mv .txWrap .enTx {
          font-size: 1.2rem; } }
  .topPage .mv .sliderL, .topPage .mv .sliderR {
    position: absolute;
    top: 0;
    left: 4%;
    width: calc(46% - 360px); }
    @media screen and (max-width: 1259px) {
      .topPage .mv .sliderL, .topPage .mv .sliderR {
        width: calc(46% - 260px); } }
    @media screen and (max-width: 768px) {
      .topPage .mv .sliderL, .topPage .mv .sliderR {
        position: static;
        width: 100%;
        top: 0;
        left: 0; } }
    .topPage .mv .sliderL .sliderList, .topPage .mv .sliderR .sliderList {
      width: 100%;
      height: 100vh !important; }
      @media screen and (max-width: 768px) {
        .topPage .mv .sliderL .sliderList, .topPage .mv .sliderR .sliderList {
          height: auto !important;
          margin-bottom: 0; } }
      .topPage .mv .sliderL .sliderList .slick-list, .topPage .mv .sliderR .sliderList .slick-list {
        height: 100% !important; }
      .topPage .mv .sliderL .sliderList .slick-slide, .topPage .mv .sliderR .sliderList .slick-slide {
        padding: 15px 0; }
      .topPage .mv .sliderL .sliderList img, .topPage .mv .sliderR .sliderList img {
        border-radius: 30px;
        overflow: hidden;
        width: 100%; }
        @media screen and (max-width: 768px) {
          .topPage .mv .sliderL .sliderList img, .topPage .mv .sliderR .sliderList img {
            border-radius: 20px; } }
  .topPage .mv .sliderR {
    left: auto;
    right: 4%; }
    @media screen and (max-width: 768px) {
      .topPage .mv .sliderR {
        right: auto;
        bottom: 0;
        top: auto; } }
    .topPage .mv .sliderR .slick-list {
      -webkit-transform: rotate(180deg) !important;
      -ms-transform: rotate(180deg) !important;
      transform: rotate(180deg) !important; }
      .topPage .mv .sliderR .slick-list img {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }

.topPage .sec01 {
  background: url("../cmn_img/top/sec01_bg.jpg") no-repeat center center/cover;
  position: relative;
  overflow: hidden; }
  .topPage .sec01::before {
    content: "IPPO";
    position: absolute;
    top: 50%;
    right: 2%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20.0rem;
    font-family: "Montserrat", serif;
    font-weight: 700;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    line-height: 1;
    z-index: 1;
    color: #fff; }
    @media screen and (max-width: 768px) {
      .topPage .sec01::before {
        font-size: 11.4rem;
        right: -25px;
        top: -15px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); } }
  .topPage .sec01 .inr {
    color: #fff; }
    .topPage .sec01 .inr .wrap {
      max-width: 990px;
      width: 100%; }
      @media screen and (max-width: 1259px) {
        .topPage .sec01 .inr .wrap {
          max-width: 800px; } }
      .topPage .sec01 .inr .wrap .copy {
        font-size: 5.8rem;
        font-weight: 800;
        line-height: 1.6; }
        @media screen and (max-width: 1259px) {
          .topPage .sec01 .inr .wrap .copy {
            font-size: 4.4rem; } }
        @media screen and (max-width: 768px) {
          .topPage .sec01 .inr .wrap .copy {
            font-size: 2.8rem; } }
      .topPage .sec01 .inr .wrap .tx {
        font-size: 1.8rem;
        font-weight: 700;
        font-size: 1.8rem;
        margin-top: 15px;
        line-height: 2.2; }
        @media screen and (max-width: 768px) {
          .topPage .sec01 .inr .wrap .tx {
            font-size: 1.3rem;
            line-height: 2; } }

.topPage .sec02 .pointList {
  position: relative; }
  .topPage .sec02 .pointList::before, .topPage .sec02 .pointList::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    width: 108px;
    height: 1px;
    background: #333;
    z-index: 1; }
    @media screen and (max-width: 768px) {
      .topPage .sec02 .pointList::before, .topPage .sec02 .pointList::after {
        width: 50px; } }
  .topPage .sec02 .pointList::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg); }
  .topPage .sec02 .pointList > li {
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
    background: #fff;
    text-align: center;
    padding: 35px 20px;
    margin-bottom: 0; }
    @media screen and (max-width: 768px) {
      .topPage .sec02 .pointList > li {
        border-radius: 20px; } }
    @media screen and (max-width: 768px) {
      .topPage .sec02 .pointList > li {
        padding: 25px 20px;
        margin-bottom: 20px; } }
    .topPage .sec02 .pointList > li .ttl {
      margin-bottom: 10px; }
      .topPage .sec02 .pointList > li .ttl span {
        display: inline-block;
        width: 235px;
        color: #fff;
        background: #333;
        font-size: 2.0rem;
        font-weight: 800;
        padding: 0 10px;
        border-radius: 5px;
        overflow: hidden;
        text-align: center; }
        @media screen and (max-width: 768px) {
          .topPage .sec02 .pointList > li .ttl span {
            border-radius: 4px; } }
        @media screen and (max-width: 768px) {
          .topPage .sec02 .pointList > li .ttl span {
            font-size: 1.4rem;
            width: 160px; } }
    @media screen and (max-width: 768px) {
      .topPage .sec02 .pointList > li.last {
        margin-bottom: 0; } }

.topPage .sec02 .area02 {
  margin-top: 60px; }
  .topPage .sec02 .area02 .copy {
    font-size: 3.2rem;
    font-weight: 800;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .topPage .sec02 .area02 .copy {
        font-size: 2.0rem; } }
  .topPage .sec02 .area02 .tx {
    font-size: 1.6rem;
    margin-top: 5px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .topPage .sec02 .area02 .tx {
        text-align: left;
        font-size: 1.3rem;
        margin-top: 0; } }
  .topPage .sec02 .area02 .actionList {
    margin-top: 30px; }
    .topPage .sec02 .area02 .actionList > li .ttl {
      position: relative;
      margin-bottom: 15px; }
      .topPage .sec02 .area02 .actionList > li .ttl::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 1px;
        background: #f58d08; }

.topPage .sec03 .interviewList > li {
  position: relative; }
  @media screen and (max-width: 768px) {
    .topPage .sec03 .interviewList > li {
      width: 100%;
      margin: 0 0 20px; } }
  .topPage .sec03 .interviewList > li::before {
    content: "";
    position: absolute;
    bottom: 30px;
    right: 30px;
    background: #333;
    width: 40px;
    height: 40px;
    border-radius: 90px;
    z-index: 9;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    @media screen and (max-width: 768px) {
      .topPage .sec03 .interviewList > li::before {
        bottom: 20px;
        right: 20px; } }
  .topPage .sec03 .interviewList > li a {
    display: block;
    border-radius: 30px;
    overflow: hidden;
    width: 100%;
    position: relative;
    padding-top: 177%;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .topPage .sec03 .interviewList > li a {
        border-radius: 20px; } }
    .topPage .sec03 .interviewList > li a::before {
      content: "";
      position: absolute;
      right: 45px;
      bottom: 46px;
      display: inline-block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 4px 0px 4px 8px;
      border-color: transparent transparent transparent #fff;
      z-index: 10;
      -webkit-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
      @media screen and (max-width: 768px) {
        .topPage .sec03 .interviewList > li a::before {
          right: 35px;
          bottom: 36px; } }
    .topPage .sec03 .interviewList > li a video {
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 100%;
      min-height: 100%;
      border-radius: 20px;
      overflow: hidden; }
    .topPage .sec03 .interviewList > li a .bg::before {
      padding-top: 144.7368%; }
      @media screen and (max-width: 768px) {
        .topPage .sec03 .interviewList > li a .bg::before {
          padding-top: 100%; } }
    .topPage .sec03 .interviewList > li a .bg img {
      -o-object-position: top center;
      object-position: top center; }
    .topPage .sec03 .interviewList > li a .moveiBTN {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .topPage .sec03 .interviewList > li a .moveiBTN .in {
        position: relative;
        width: 100%;
        height: 100%; }
    .topPage .sec03 .interviewList > li a .txWrap {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      bottom: 40px;
      width: calc(100% - 70px);
      z-index: 1;
      color: #fff;
      text-align: left; }
      @media screen and (max-width: 768px) {
        .topPage .sec03 .interviewList > li a .txWrap {
          width: calc(100% - 40px);
          bottom: 25px; } }
      .topPage .sec03 .interviewList > li a .txWrap .copy {
        font-weight: 800;
        font-size: 2.6rem;
        display: block;
        line-height: 1.6; }
        @media screen and (max-width: 768px) {
          .topPage .sec03 .interviewList > li a .txWrap .copy {
            font-size: 2.0rem; } }
      .topPage .sec03 .interviewList > li a .txWrap .cate {
        font-size: 1.3rem;
        padding: 1px 12px;
        border-radius: 90px;
        display: inline-block;
        margin-top: 10px;
        border: 1px solid #fff; }
        @media screen and (max-width: 768px) {
          .topPage .sec03 .interviewList > li a .txWrap .cate {
            font-size: 1.1rem; } }
      .topPage .sec03 .interviewList > li a .txWrap .info {
        font-size: 1.3rem;
        display: block;
        margin-top: 10px; }
        @media screen and (max-width: 768px) {
          .topPage .sec03 .interviewList > li a .txWrap .info {
            font-size: 1.2rem; } }
  .topPage .sec03 .interviewList > li:hover::before {
    background: #333; }
  .topPage .sec03 .interviewList > li:hover a::before {
    border-color: transparent transparent transparent #fff; }

.topPage .sec04 {
  position: relative; }
  .topPage .sec04 .secTtl {
    margin-bottom: 25px; }
    @media screen and (max-width: 768px) {
      .topPage .sec04 .secTtl {
        text-align: center; } }
    .topPage .sec04 .secTtl .enTx {
      display: block;
      font-size: 7.0rem;
      line-height: 1;
      font-family: "Montserrat", serif;
      font-weight: 700; }
      @media screen and (max-width: 768px) {
        .topPage .sec04 .secTtl .enTx {
          font-size: 3.4rem; } }
    .topPage .sec04 .secTtl .jpTx {
      font-size: 2.0rem;
      font-weight: 700; }
      @media screen and (max-width: 768px) {
        .topPage .sec04 .secTtl .jpTx {
          font-size: 1.3rem; } }
  .topPage .sec04 .readTx {
    font-size: 1.6rem; }
    @media screen and (max-width: 768px) {
      .topPage .sec04 .readTx {
        font-size: 1.4rem;
        margin-top: -10px; } }
  .topPage .sec04 .bg::before {
    height: 480px;
    padding-top: 0; }
    @media screen and (max-width: 768px) {
      .topPage .sec04 .bg::before {
        height: 380px; } }
  .topPage .sec04 .inr {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 0; }
    .topPage .sec04 .inr .boxL {
      width: 70%;
      display: inline-block;
      vertical-align: middle; }
      @media screen and (max-width: 768px) {
        .topPage .sec04 .inr .boxL {
          width: 100%; } }
    .topPage .sec04 .inr .boxR {
      width: 30%;
      display: inline-block;
      vertical-align: middle; }
      @media screen and (max-width: 768px) {
        .topPage .sec04 .inr .boxR {
          width: 100%; } }
      .topPage .sec04 .inr .boxR .btn a {
        width: 100%;
        padding: 20px 25px; }
        @media screen and (max-width: 768px) {
          .topPage .sec04 .inr .boxR .btn a {
            margin: 20px auto 0;
            width: 220px;
            padding: 14px 25px; } }

.topPage .sec05 .inr {
  position: relative; }

.topPage .sec05 .bg {
  border-radius: 30px;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .topPage .sec05 .bg {
      border-radius: 20px; } }
  .topPage .sec05 .bg::before {
    padding-top: 37%; }
    @media screen and (max-width: 768px) {
      .topPage .sec05 .bg::before {
        padding-top: 100%; } }

.topPage .sec05 .txWrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center; }
  .topPage .sec05 .txWrap .rec_ttlStyle_01 {
    color: #fff;
    border: none;
    margin-bottom: 0; }
    .topPage .sec05 .txWrap .rec_ttlStyle_01 .jpTx {
      display: block; }
  .topPage .sec05 .txWrap .tx {
    text-align: center;
    color: #fff;
    font-size: 1.7rem;
    margin-bottom: 25px; }
    @media screen and (max-width: 768px) {
      .topPage .sec05 .txWrap .tx {
        font-size: 1.3rem;
        margin-bottom: 20px; } }

.topPage .sec05 .guideList > li {
  padding: 40px;
  border-radius: 30px;
  overflow: hidden;
  background: #f5f5f5;
  font-size: 0; }
  @media screen and (max-width: 768px) {
    .topPage .sec05 .guideList > li {
      border-radius: 20px; } }
  @media screen and (max-width: 768px) {
    .topPage .sec05 .guideList > li {
      padding: 20px;
      margin-bottom: 10px; } }
  .topPage .sec05 .guideList > li .imgBox {
    width: 30%;
    margin-right: 5%;
    display: inline-block;
    vertical-align: top;
    border-radius: 30px;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .topPage .sec05 .guideList > li .imgBox {
        border-radius: 20px; } }
    @media screen and (max-width: 768px) {
      .topPage .sec05 .guideList > li .imgBox {
        width: 40%;
        vertical-align: middle; } }
  .topPage .sec05 .guideList > li .txBox {
    width: 65%;
    display: inline-block;
    vertical-align: top; }
    @media screen and (max-width: 768px) {
      .topPage .sec05 .guideList > li .txBox {
        width: 55%;
        vertical-align: middle; } }
    .topPage .sec05 .guideList > li .txBox .btnStyle_01 a {
      margin: 5px auto 0 0; }
      @media screen and (max-width: 768px) {
        .topPage .sec05 .guideList > li .txBox .btnStyle_01 a {
          width: 100%;
          font-size: 1.0rem;
          padding: 10px 25px; } }
  .topPage .sec05 .guideList > li .tx {
    display: block;
    font-size: 1.5rem;
    padding-bottom: 10px; }
    @media screen and (max-width: 768px) {
      .topPage .sec05 .guideList > li .tx {
        font-size: 1.1rem;
        padding-bottom: 5px; } }

.topPage .sec06 .inr {
  border-radius: 30px;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, right top, from(#ffead3), to(#fef8d9));
  background: -webkit-linear-gradient(left, #ffead3, #fef8d9);
  background: -o-linear-gradient(left, #ffead3, #fef8d9);
  background: linear-gradient(90deg, #ffead3, #fef8d9);
  padding: 60px;
  font-size: 0; }
  @media screen and (max-width: 768px) {
    .topPage .sec06 .inr {
      border-radius: 20px; } }
  @media screen and (max-width: 768px) {
    .topPage .sec06 .inr {
      padding: 20px 20px 20px; } }
  .topPage .sec06 .inr .boxL {
    width: 48%;
    float: left;
    display: table; }
    @media screen and (max-width: 768px) {
      .topPage .sec06 .inr .boxL {
        width: 100%;
        margin: 0 0 20px;
        float: none;
        margin-top: 25px; } }
    .topPage .sec06 .inr .boxL .wrap {
      display: table-cell;
      vertical-align: middle;
      width: 100%; }
    .topPage .sec06 .inr .boxL .rec_ttlStyle_01 {
      margin-bottom: 20px; }
      .topPage .sec06 .inr .boxL .rec_ttlStyle_01 .jpTx {
        display: block; }
    .topPage .sec06 .inr .boxL .readTx {
      font-size: 1.5rem; }
      @media screen and (max-width: 768px) {
        .topPage .sec06 .inr .boxL .readTx {
          font-size: 1.3rem; } }
    .topPage .sec06 .inr .boxL .btn a {
      margin: 25px auto 0 0; }
      @media screen and (max-width: 768px) {
        .topPage .sec06 .inr .boxL .btn a {
          margin-left: auto;
          margin-top: 20px; } }
  .topPage .sec06 .inr .boxR {
    width: 48%;
    float: right; }
    @media screen and (max-width: 768px) {
      .topPage .sec06 .inr .boxR {
        float: none;
        width: 100%; } }
    .topPage .sec06 .inr .boxR img {
      display: block;
      -webkit-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
  .topPage .sec06 .inr:hover .boxR img {
    -webkit-transform: scale(0.99);
    -ms-transform: scale(0.99);
    transform: scale(0.99); }

.entryPage .sec01 .btnList {
  max-width: 660px;
  width: 100%;
  margin: 0 auto; }
  .entryPage .sec01 .btnList > li a {
    width: 100%; }
    @media screen and (max-width: 768px) {
      .entryPage .sec01 .btnList > li a {
        padding-left: 15px; } }

.entryPage .sec01 table tr th {
  width: 22%; }

.descriptionPage .sec01 .navList {
  margin-bottom: 10px; }
  .descriptionPage .sec01 .navList > li {
    background: #009fe8;
    border-radius: 90px;
    text-align: center;
    font-size: 1.5rem;
    color: #fff;
    padding: 10px;
    opacity: .35; }
    @media screen and (max-width: 768px) {
      .descriptionPage .sec01 .navList > li {
        font-size: 1.2rem; } }
    .descriptionPage .sec01 .navList > li.current {
      position: relative;
      opacity: 1; }
      .descriptionPage .sec01 .navList > li.current::before {
        content: "";
        position: absolute;
        bottom: -7px;
        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: 8px 7.5px 0px 7.5px;
        border-color: #009fe8 transparent transparent transparent; }

.descriptionPage .sec01 .ancList {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .descriptionPage .sec01 .ancList > li {
    width: 32.333%;
    margin-right: 1.5%;
    margin-bottom: 1.5%; }
    @media screen and (max-width: 768px) {
      .descriptionPage .sec01 .ancList > li {
        width: 49%;
        margin: 0 2% 2% 0; } }
    .descriptionPage .sec01 .ancList > li a {
      height: 100%; }
    .descriptionPage .sec01 .ancList > li:nth-child(3n) {
      margin-right: 0; }
      @media screen and (max-width: 768px) {
        .descriptionPage .sec01 .ancList > li:nth-child(3n) {
          margin-right: 2%; } }
    @media screen and (max-width: 768px) {
      .descriptionPage .sec01 .ancList > li:nth-child(2n) {
        margin-right: 0; } }

.descriptionPage .sec01 .guideList > li {
  padding-top: 80px; }
  @media screen and (max-width: 768px) {
    .descriptionPage .sec01 .guideList > li {
      padding-top: 60px; } }
  .descriptionPage .sec01 .guideList > li table {
    margin-top: 30px; }
    .descriptionPage .sec01 .guideList > li table tr th {
      width: 22%; }
  .descriptionPage .sec01 .guideList > li .btn {
    margin-top: 40px; }
    @media screen and (max-width: 768px) {
      .descriptionPage .sec01 .guideList > li .btn {
        margin-top: 30px; } }

.numberPage .sec01, .numberPage .sec02, .numberPage .sec03 {
  position: relative;
  overflow: hidden; }

@-webkit-keyframes fuwa {
  0% {
    -webkit-transform: translate(0, 20px) rotate(-10deg);
    transform: translate(0, 20px) rotate(-10deg); }
  50% {
    -webkit-transform: translate(20px, -25px) rotate(0deg);
    transform: translate(20px, -25px) rotate(0deg); }
  100% {
    -webkit-transform: translate(-15px, 0) rotate(10deg);
    transform: translate(-15px, 0) rotate(10deg); } }

@keyframes fuwa {
  0% {
    -webkit-transform: translate(0, 20px) rotate(-10deg);
    transform: translate(0, 20px) rotate(-10deg); }
  50% {
    -webkit-transform: translate(20px, -25px) rotate(0deg);
    transform: translate(20px, -25px) rotate(0deg); }
  100% {
    -webkit-transform: translate(-15px, 0) rotate(10deg);
    transform: translate(-15px, 0) rotate(10deg); } }

@-webkit-keyframes fuwa02 {
  0% {
    -webkit-transform: translate(20px, 0) rotate(10deg);
    transform: translate(20px, 0) rotate(10deg); }
  50% {
    -webkit-transform: translate(0, -15px) rotate(-10deg);
    transform: translate(0, -15px) rotate(-10deg); }
  100% {
    -webkit-transform: translate(0, 25px) rotate(0deg);
    transform: translate(0, 25px) rotate(0deg); } }

@keyframes fuwa02 {
  0% {
    -webkit-transform: translate(20px, 0) rotate(10deg);
    transform: translate(20px, 0) rotate(10deg); }
  50% {
    -webkit-transform: translate(0, -15px) rotate(-10deg);
    transform: translate(0, -15px) rotate(-10deg); }
  100% {
    -webkit-transform: translate(0, 25px) rotate(0deg);
    transform: translate(0, 25px) rotate(0deg); } }

@-webkit-keyframes fuwa_sp {
  0% {
    -webkit-transform: translate(0, 8px) rotate(-10deg);
    transform: translate(0, 8px) rotate(-10deg); }
  50% {
    -webkit-transform: translate(8px, -10px) rotate(0deg);
    transform: translate(8px, -10px) rotate(0deg); }
  100% {
    -webkit-transform: translate(-8px, 0) rotate(10deg);
    transform: translate(-8px, 0) rotate(10deg); } }

@keyframes fuwa_sp {
  0% {
    -webkit-transform: translate(0, 8px) rotate(-10deg);
    transform: translate(0, 8px) rotate(-10deg); }
  50% {
    -webkit-transform: translate(8px, -10px) rotate(0deg);
    transform: translate(8px, -10px) rotate(0deg); }
  100% {
    -webkit-transform: translate(-8px, 0) rotate(10deg);
    transform: translate(-8px, 0) rotate(10deg); } }

@-webkit-keyframes fuwa02_sp {
  0% {
    -webkit-transform: translate(8px, 0) rotate(10deg);
    transform: translate(8px, 0) rotate(10deg); }
  50% {
    -webkit-transform: translate(0, -8px) rotate(-10deg);
    transform: translate(0, -8px) rotate(-10deg); }
  100% {
    -webkit-transform: translate(0, 8px) rotate(0deg);
    transform: translate(0, 8px) rotate(0deg); } }

@keyframes fuwa02_sp {
  0% {
    -webkit-transform: translate(8px, 0) rotate(10deg);
    transform: translate(8px, 0) rotate(10deg); }
  50% {
    -webkit-transform: translate(0, -8px) rotate(-10deg);
    transform: translate(0, -8px) rotate(-10deg); }
  100% {
    -webkit-transform: translate(0, 8px) rotate(0deg);
    transform: translate(0, 8px) rotate(0deg); } }
  .numberPage .sec01 .fuwa, .numberPage .sec02 .fuwa, .numberPage .sec03 .fuwa {
    -webkit-animation: fuwa 8s infinite linear alternate;
    animation: fuwa 8s infinite linear alternate; }
    @media screen and (max-width: 768px) {
      .numberPage .sec01 .fuwa, .numberPage .sec02 .fuwa, .numberPage .sec03 .fuwa {
        -webkit-animation: fuwa_sp 8s infinite linear alternate;
        animation: fuwa_sp 8s infinite linear alternate; } }
  .numberPage .sec01 .fuwa02, .numberPage .sec02 .fuwa02, .numberPage .sec03 .fuwa02 {
    -webkit-animation: fuwa02 8s infinite linear alternate;
    animation: fuwa02 8s infinite linear alternate; }
    @media screen and (max-width: 768px) {
      .numberPage .sec01 .fuwa02, .numberPage .sec02 .fuwa02, .numberPage .sec03 .fuwa02 {
        -webkit-animation: fuwa02_sp 8s infinite linear alternate;
        animation: fuwa02_sp 8s infinite linear alternate; } }
  .numberPage .sec01 .inr, .numberPage .sec02 .inr, .numberPage .sec03 .inr {
    position: relative;
    z-index: 9; }
  @media screen and (max-width: 768px) {
    .numberPage .sec01 .bgItem01, .numberPage .sec01 .bgItem02, .numberPage .sec01 .bgItem03, .numberPage .sec01 .bgItem04, .numberPage .sec02 .bgItem01, .numberPage .sec02 .bgItem02, .numberPage .sec02 .bgItem03, .numberPage .sec02 .bgItem04, .numberPage .sec03 .bgItem01, .numberPage .sec03 .bgItem02, .numberPage .sec03 .bgItem03, .numberPage .sec03 .bgItem04 {
      width: 200px; } }
  .numberPage .sec01 .bgItem01, .numberPage .sec02 .bgItem01, .numberPage .sec03 .bgItem01 {
    right: 15%;
    top: -100px;
    position: absolute; }
    @media screen and (max-width: 768px) {
      .numberPage .sec01 .bgItem01, .numberPage .sec02 .bgItem01, .numberPage .sec03 .bgItem01 {
        top: -100px;
        right: 5%; } }
  .numberPage .sec01 .bgItem02, .numberPage .sec02 .bgItem02, .numberPage .sec03 .bgItem02 {
    left: -150px;
    top: 16%;
    position: absolute; }
    @media screen and (max-width: 768px) {
      .numberPage .sec01 .bgItem02, .numberPage .sec02 .bgItem02, .numberPage .sec03 .bgItem02 {
        left: -80px; } }
  .numberPage .sec01 .bgItem03, .numberPage .sec02 .bgItem03, .numberPage .sec03 .bgItem03 {
    right: -120px;
    top: 45%;
    position: absolute; }
    @media screen and (max-width: 768px) {
      .numberPage .sec01 .bgItem03, .numberPage .sec02 .bgItem03, .numberPage .sec03 .bgItem03 {
        right: -60px; } }
  .numberPage .sec01 .bgItem04, .numberPage .sec02 .bgItem04, .numberPage .sec03 .bgItem04 {
    left: 15%;
    bottom: -200px;
    position: absolute; }
    @media screen and (max-width: 768px) {
      .numberPage .sec01 .bgItem04, .numberPage .sec02 .bgItem04, .numberPage .sec03 .bgItem04 {
        bottom: -80px;
        left: -20px; } }

.numberPage .sec01 .readTx, .numberPage .sec02 .readTx {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 800; }
  @media screen and (max-width: 768px) {
    .numberPage .sec01 .readTx, .numberPage .sec02 .readTx {
      font-size: 1.6rem; } }

@media screen and (max-width: 768px) {
  .numberPage .sec01 .boxList.top50, .numberPage .sec02 .boxList.top50 {
    margin-top: 25px !important; } }

.numberPage .sec01 .boxList > li, .numberPage .sec02 .boxList > li {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 30px;
  overflow: hidden;
  overflow: inherit;
  position: relative;
  padding: 40px 20px;
  text-align: center;
  min-height: 270px; }
  @media screen and (max-width: 768px) {
    .numberPage .sec01 .boxList > li, .numberPage .sec02 .boxList > li {
      border-radius: 20px; } }
  @media screen and (max-width: 768px) {
    .numberPage .sec01 .boxList > li, .numberPage .sec02 .boxList > li {
      padding: 30px 20px;
      min-height: auto;
      margin-bottom: 25px; } }
  .numberPage .sec01 .boxList > li > .in, .numberPage .sec02 .boxList > li > .in {
    display: table;
    width: 100%;
    height: 100%; }
    .numberPage .sec01 .boxList > li > .in > .inin, .numberPage .sec02 .boxList > li > .in > .inin {
      display: table-cell;
      vertical-align: middle; }
  .numberPage .sec01 .boxList > li .boxTtl, .numberPage .sec02 .boxList > li .boxTtl {
    position: absolute;
    top: -20px;
    right: 30px; }
    @media screen and (max-width: 768px) {
      .numberPage .sec01 .boxList > li .boxTtl, .numberPage .sec02 .boxList > li .boxTtl {
        top: -15px; } }
  .numberPage .sec01 .boxList > li .item-list, .numberPage .sec02 .boxList > li .item-list {
    font-size: 3.6rem;
    font-weight: 800;
    color: #f58d08;
    line-height: 1; }
    @media screen and (max-width: 768px) {
      .numberPage .sec01 .boxList > li .item-list, .numberPage .sec02 .boxList > li .item-list {
        font-size: 1.8rem; } }
    .numberPage .sec01 .boxList > li .item-list .number, .numberPage .sec02 .boxList > li .item-list .number {
      font-size: 12.0rem;
      font-family: "Montserrat", serif;
      font-weight: 700;
      line-height: 1; }
      @media screen and (max-width: 768px) {
        .numberPage .sec01 .boxList > li .item-list .number, .numberPage .sec02 .boxList > li .item-list .number {
          font-size: 5.6rem; } }
    .numberPage .sec01 .boxList > li .item-list .smlNun, .numberPage .sec02 .boxList > li .item-list .smlNun {
      font-size: 7.0rem;
      font-weight: 800;
      display: inline-block;
      vertical-align: bottom;
      margin-bottom: 6px; }
      @media screen and (max-width: 768px) {
        .numberPage .sec01 .boxList > li .item-list .smlNun, .numberPage .sec02 .boxList > li .item-list .smlNun {
          font-size: 3.0rem;
          margin-bottom: 3px; } }
    .numberPage .sec01 .boxList > li .item-list .tx, .numberPage .sec02 .boxList > li .item-list .tx {
      display: inline-block;
      vertical-align: middle;
      margin: 0 2px 10px 0;
      font-weight: 800; }
      @media screen and (max-width: 768px) {
        .numberPage .sec01 .boxList > li .item-list .tx, .numberPage .sec02 .boxList > li .item-list .tx {
          margin-bottom: 7px; } }
  .numberPage .sec01 .boxList > li .graph01Wrap, .numberPage .sec02 .boxList > li .graph01Wrap {
    font-size: 0;
    text-align: center; }
    .numberPage .sec01 .boxList > li .graph01Wrap .graph, .numberPage .sec02 .boxList > li .graph01Wrap .graph {
      width: 230px;
      display: inline-block;
      vertical-align: middle;
      position: relative; }
      @media screen and (max-width: 1259px) {
        .numberPage .sec01 .boxList > li .graph01Wrap .graph, .numberPage .sec02 .boxList > li .graph01Wrap .graph {
          width: 180px; } }
      @media screen and (max-width: 768px) {
        .numberPage .sec01 .boxList > li .graph01Wrap .graph, .numberPage .sec02 .boxList > li .graph01Wrap .graph {
          width: 145px; } }
      .numberPage .sec01 .boxList > li .graph01Wrap .graph .icon, .numberPage .sec02 .boxList > li .graph01Wrap .graph .icon {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 9; }
    .numberPage .sec01 .boxList > li .graph01Wrap .detail, .numberPage .sec02 .boxList > li .graph01Wrap .detail {
      display: inline-block;
      vertical-align: middle;
      margin-left: 25px; }
      @media screen and (max-width: 768px) {
        .numberPage .sec01 .boxList > li .graph01Wrap .detail, .numberPage .sec02 .boxList > li .graph01Wrap .detail {
          margin-left: auto;
          margin-top: 15px;
          display: block;
          margin-right: auto; } }
    .numberPage .sec01 .boxList > li .graph01Wrap .shape, .numberPage .sec02 .boxList > li .graph01Wrap .shape {
      position: relative;
      width: 100%;
      padding-top: 100%;
      border-radius: 50%;
      overflow: hidden;
      display: block; }
      .numberPage .sec01 .boxList > li .graph01Wrap .shape .cover1, .numberPage .sec01 .boxList > li .graph01Wrap .shape .cover2, .numberPage .sec02 .boxList > li .graph01Wrap .shape .cover1, .numberPage .sec02 .boxList > li .graph01Wrap .shape .cover2 {
        position: absolute;
        overflow: hidden;
        width: 50%;
        height: 100%;
        top: 0;
        display: block; }
        .numberPage .sec01 .boxList > li .graph01Wrap .shape .cover1::before, .numberPage .sec01 .boxList > li .graph01Wrap .shape .cover2::before, .numberPage .sec02 .boxList > li .graph01Wrap .shape .cover1::before, .numberPage .sec02 .boxList > li .graph01Wrap .shape .cover2::before {
          position: absolute;
          content: "";
          z-index: 1; }
      .numberPage .sec01 .boxList > li .graph01Wrap .shape .cover1, .numberPage .sec02 .boxList > li .graph01Wrap .shape .cover1 {
        left: 50%; }
        .numberPage .sec01 .boxList > li .graph01Wrap .shape .cover1::before, .numberPage .sec02 .boxList > li .graph01Wrap .shape .cover1::before {
          width: 100%;
          height: 200%;
          background: #fff;
          -webkit-transform-origin: 0 25%;
          -ms-transform-origin: 0 25%;
          transform-origin: 0 25%; }
      .numberPage .sec01 .boxList > li .graph01Wrap .shape .cover2::before, .numberPage .sec02 .boxList > li .graph01Wrap .shape .cover2::before {
        left: -9%;
        width: 110%;
        height: 120%;
        background: #fff;
        -webkit-transform-origin: 100% 40%;
        -ms-transform-origin: 100% 40%;
        transform-origin: 100% 40%; }
      .numberPage .sec01 .boxList > li .graph01Wrap .shape img, .numberPage .sec02 .boxList > li .graph01Wrap .shape img {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      .numberPage .sec01 .boxList > li .graph01Wrap .shape.active .cover1::before, .numberPage .sec02 .boxList > li .graph01Wrap .shape.active .cover1::before {
        -webkit-animation: draw 0.5s linear 0.5s forwards;
        animation: draw 0.5s linear 0.5s forwards;
        left: -1px; }
      .numberPage .sec01 .boxList > li .graph01Wrap .shape.active .cover2::before, .numberPage .sec02 .boxList > li .graph01Wrap .shape.active .cover2::before {
        -webkit-animation: draw 0.5s ease-out 1s forwards;
        animation: draw 0.5s ease-out 1s forwards; }
  .numberPage .sec01 .boxList > li .graph02Wrap, .numberPage .sec02 .boxList > li .graph02Wrap {
    font-size: 0; }
    .numberPage .sec01 .boxList > li .graph02Wrap .graph, .numberPage .sec02 .boxList > li .graph02Wrap .graph {
      position: relative;
      width: 290px;
      display: inline-block;
      vertical-align: middle;
      opacity: 1 !important; }
      @media screen and (max-width: 768px) {
        .numberPage .sec01 .boxList > li .graph02Wrap .graph, .numberPage .sec02 .boxList > li .graph02Wrap .graph {
          width: 180px;
          height: 142px; } }
      .numberPage .sec01 .boxList > li .graph02Wrap .graph .cover, .numberPage .sec02 .boxList > li .graph02Wrap .graph .cover {
        position: absolute;
        top: -1px;
        right: -1px;
        width: calc(100% + 2px);
        height: calc(100% + 2px);
        background: #fff;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        -webkit-transition-delay: .3s;
        -o-transition-delay: .3s;
        transition-delay: .3s;
        -webkit-transition-duration: 1s;
        -o-transition-duration: 1s;
        transition-duration: 1s;
        z-index: 9; }
      .numberPage .sec01 .boxList > li .graph02Wrap .graph img, .numberPage .sec02 .boxList > li .graph02Wrap .graph img {
        opacity: 0;
        -webkit-transition-delay: .3s;
        -o-transition-delay: .3s;
        transition-delay: .3s;
        -webkit-transition-duration: 1s;
        -o-transition-duration: 1s;
        transition-duration: 1s; }
        @media screen and (max-width: 768px) {
          .numberPage .sec01 .boxList > li .graph02Wrap .graph img, .numberPage .sec02 .boxList > li .graph02Wrap .graph img {
            height: 142px; } }
      .numberPage .sec01 .boxList > li .graph02Wrap .graph.animated img, .numberPage .sec02 .boxList > li .graph02Wrap .graph.animated img {
        opacity: 1; }
      .numberPage .sec01 .boxList > li .graph02Wrap .graph.animated .cover, .numberPage .sec02 .boxList > li .graph02Wrap .graph.animated .cover {
        width: 0; }
    .numberPage .sec01 .boxList > li .graph02Wrap .detail, .numberPage .sec02 .boxList > li .graph02Wrap .detail {
      display: inline-block;
      vertical-align: middle;
      margin-right: 20px; }
      @media screen and (max-width: 768px) {
        .numberPage .sec01 .boxList > li .graph02Wrap .detail, .numberPage .sec02 .boxList > li .graph02Wrap .detail {
          margin-right: 10px; } }

@-webkit-keyframes draw {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); } }

@keyframes draw {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); } }

.numberPage .sec01 .boxList > li.box01, .numberPage .sec01 .boxList > li.box02 {
  padding-right: 40px;
  padding-left: 40px; }
  @media screen and (max-width: 768px) {
    .numberPage .sec01 .boxList > li.box01, .numberPage .sec01 .boxList > li.box02 {
      padding: 20px; } }

.numberPage .sec01 .boxList > li.box03 {
  background-image: url("../cmn_img/number/sec01_box03_img01.png");
  background-position: center left 20%;
  background-repeat: no-repeat;
  background-size: 137px 97px; }
  @media screen and (max-width: 768px) {
    .numberPage .sec01 .boxList > li.box03 {
      background-size: 122px 86px;
      background-position: bottom left 20%; } }
  .numberPage .sec01 .boxList > li.box03 .counter {
    width: 280px;
    position: relative;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .numberPage .sec01 .boxList > li.box03 .counter {
        width: 150px; } }
    .numberPage .sec01 .boxList > li.box03 .counter::before, .numberPage .sec01 .boxList > li.box03 .counter::after {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      background: url("../cmn_img/number/sec01_box03_img02.png") no-repeat center center/cover;
      width: 38px;
      height: 84px; }
      @media screen and (max-width: 768px) {
        .numberPage .sec01 .boxList > li.box03 .counter::before, .numberPage .sec01 .boxList > li.box03 .counter::after {
          width: 22px;
          height: 50px; } }
    .numberPage .sec01 .boxList > li.box03 .counter::after {
      left: auto;
      right: 0;
      background-image: url("../cmn_img/number/sec01_box03_img03.png"); }

.numberPage .sec01 .boxList > li.box04 {
  background-image: url("../cmn_img/number/sec01_box04_img01.png"), url("../cmn_img/number/sec01_box04_img01.png");
  background-position: center right 15% , center left 15%;
  background-repeat: no-repeat;
  background-size: 115px 149px; }
  @media screen and (max-width: 768px) {
    .numberPage .sec01 .boxList > li.box04 {
      background-size: 82px 107px;
      background-position: bottom -5px right 12% , bottom -5px left 12%; } }

.numberPage .sec01 .boxList > li.box06 {
  background-image: url("../cmn_img/number/sec01_box06_img01.png");
  background-position: center center;
  background-size: auto 145%;
  background-repeat: no-repeat; }
  @media screen and (max-width: 768px) {
    .numberPage .sec01 .boxList > li.box06 {
      background-size: auto 165%; } }

.numberPage .sec01 .boxList > li.box05 .icon {
  width: 74px; }
  @media screen and (max-width: 768px) {
    .numberPage .sec01 .boxList > li.box05 .icon {
      width: 50px; } }

.numberPage .sec01 .boxList > li.box05 .detail {
  width: 180px; }
  @media screen and (max-width: 768px) {
    .numberPage .sec01 .boxList > li.box05 .detail {
      width: 144px; } }

.numberPage .sec02 .boxList > li .item-list {
  color: #333; }

.numberPage .sec02 .boxList > li.box01 .detail {
  width: 44px; }
  @media screen and (max-width: 768px) {
    .numberPage .sec02 .boxList > li.box01 .detail {
      width: 30px; } }

.numberPage .sec02 .boxList > li.box02 .list > li {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 5px;
  width: 100px;
  text-align: center; }
  @media screen and (max-width: 1259px) {
    .numberPage .sec02 .boxList > li.box02 .list > li {
      width: 90px; } }
  @media screen and (max-width: 768px) {
    .numberPage .sec02 .boxList > li.box02 .list > li {
      width: 65px;
      margin: 0 2px; } }
  .numberPage .sec02 .boxList > li.box02 .list > li .item-list {
    margin-top: 10px; }
    .numberPage .sec02 .boxList > li.box02 .list > li .item-list .number {
      font-size: 5.2rem; }
      @media screen and (max-width: 1259px) {
        .numberPage .sec02 .boxList > li.box02 .list > li .item-list .number {
          font-size: 4.6rem; } }
      @media screen and (max-width: 768px) {
        .numberPage .sec02 .boxList > li.box02 .list > li .item-list .number {
          font-size: 3.0rem; } }
    .numberPage .sec02 .boxList > li.box02 .list > li .item-list .tx {
      font-size: 2.4rem; }
      @media screen and (max-width: 768px) {
        .numberPage .sec02 .boxList > li.box02 .list > li .item-list .tx {
          font-size: 1.8rem; } }

.numberPage .sec02 .boxList > li.box03 .img01 {
  max-width: 458px;
  width: 100%;
  display: inline-block; }

.numberPage .sec02 .boxList > li.box03 .list {
  margin-top: 15px; }
  .numberPage .sec02 .boxList > li.box03 .list > li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px; }
    @media screen and (max-width: 768px) {
      .numberPage .sec02 .boxList > li.box03 .list > li {
        margin: 0 5px; } }
    .numberPage .sec02 .boxList > li.box03 .list > li .icon {
      width: 46px;
      text-align: center;
      line-height: 1;
      padding: 15px 0;
      font-size: 1.4rem;
      border-radius: 90px;
      border: 1px solid #0552c5;
      color: #0552c5;
      display: inline-block;
      vertical-align: middle;
      margin-right: 8px; }
      @media screen and (max-width: 768px) {
        .numberPage .sec02 .boxList > li.box03 .list > li .icon {
          font-size: 1.1rem;
          width: 34px;
          padding: 10px 0;
          margin-right: 6px; } }
    .numberPage .sec02 .boxList > li.box03 .list > li .item-list {
      display: inline-block;
      vertical-align: middle; }
      .numberPage .sec02 .boxList > li.box03 .list > li .item-list .number {
        font-size: 6.2rem; }
        @media screen and (max-width: 1259px) {
          .numberPage .sec02 .boxList > li.box03 .list > li .item-list .number {
            font-size: 4.2rem; } }
        @media screen and (max-width: 768px) {
          .numberPage .sec02 .boxList > li.box03 .list > li .item-list .number {
            font-size: 3.0rem; } }
      .numberPage .sec02 .boxList > li.box03 .list > li .item-list .tx {
        font-size: 2.4rem; }
        @media screen and (max-width: 768px) {
          .numberPage .sec02 .boxList > li.box03 .list > li .item-list .tx {
            font-size: 1.8rem; } }
        .numberPage .sec02 .boxList > li.box03 .list > li .item-list .tx span {
          font-size: 3.6rem;
          font-weight: 800; }
    .numberPage .sec02 .boxList > li.box03 .list > li:nth-child(2) .icon {
      color: #d41111;
      border-color: #d41111; }

.numberPage .sec02 .boxList > li.box04 .icon {
  width: 72px;
  padding-bottom: 5px; }
  @media screen and (max-width: 768px) {
    .numberPage .sec02 .boxList > li.box04 .icon {
      width: 50px; } }

.numberPage .sec02 .boxList > li.box04 .detail {
  width: 134px; }
  @media screen and (max-width: 768px) {
    .numberPage .sec02 .boxList > li.box04 .detail {
      width: 107px; } }

.numberPage .sec02 .boxList > li.box05 .icon {
  width: 72px; }
  @media screen and (max-width: 768px) {
    .numberPage .sec02 .boxList > li.box05 .icon {
      width: 50px; } }

.numberPage .sec02 .boxList > li.box05 .detail {
  width: 129px; }
  @media screen and (max-width: 768px) {
    .numberPage .sec02 .boxList > li.box05 .detail {
      width: 105px; } }

.numberPage .sec02 .boxList > li.box06 .icon {
  width: 93px; }
  @media screen and (max-width: 768px) {
    .numberPage .sec02 .boxList > li.box06 .icon {
      width: 58px; } }

.numberPage .sec02 .boxList > li.box06 .detail {
  width: 192px; }
  @media screen and (max-width: 768px) {
    .numberPage .sec02 .boxList > li.box06 .detail {
      width: 148px; } }

.numberPage .sec02 .boxList > li.box07 .img01 {
  width: 75%;
  margin: 0 auto;
  display: block; }
  @media screen and (max-width: 768px) {
    .numberPage .sec02 .boxList > li.box07 .img01 {
      width: 100%; } }

.numberPage .sec02 .boxList > li.box08 .icon {
  padding-left: 10px;
  width: 65px; }
  @media screen and (max-width: 768px) {
    .numberPage .sec02 .boxList > li.box08 .icon {
      width: 60px; } }

.numberPage .sec02 .boxList > li.box08 .detail {
  width: 236px; }
  @media screen and (max-width: 768px) {
    .numberPage .sec02 .boxList > li.box08 .detail {
      width: 188px; } }

.numberPage .sec02 .boxList > li.box09 .icon {
  width: 63px; }
  @media screen and (max-width: 768px) {
    .numberPage .sec02 .boxList > li.box09 .icon {
      width: 50px; } }

.numberPage .sec02 .boxList > li.box09 .detail {
  width: 147px; }
  @media screen and (max-width: 768px) {
    .numberPage .sec02 .boxList > li.box09 .detail {
      width: 117px; } }

.numberPage .sec03 {
  background: -webkit-gradient(linear, left top, right top, from(#f57f00), to(#f5aa00));
  background: -webkit-linear-gradient(left, #f57f00, #f5aa00);
  background: -o-linear-gradient(left, #f57f00, #f5aa00);
  background: linear-gradient(90deg, #f57f00, #f5aa00); }
  .numberPage .sec03 .boxList > li {
    border-radius: 30px;
    overflow: hidden;
    background: #fff;
    padding: 50px 40px 0 40px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .numberPage .sec03 .boxList > li {
        border-radius: 20px; } }
    @media screen and (max-width: 768px) {
      .numberPage .sec03 .boxList > li {
        padding: 15px 15px 0 15px; } }
    .numberPage .sec03 .boxList > li .boxTtl {
      padding: 30px 0;
      position: relative; }
      @media screen and (max-width: 768px) {
        .numberPage .sec03 .boxList > li .boxTtl {
          padding: 20px 0; } }
      .numberPage .sec03 .boxList > li .boxTtl::before {
        content: "01";
        color: #f0f0f0;
        font-size: 20.0rem;
        font-family: "Montserrat", serif;
        font-weight: 700;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
        text-align: center;
        line-height: 1;
        z-index: -1; }
        @media screen and (max-width: 768px) {
          .numberPage .sec03 .boxList > li .boxTtl::before {
            font-size: 12.0rem; } }
      .numberPage .sec03 .boxList > li .boxTtl .enTx {
        font-size: 1.8rem;
        color: #009fe8;
        font-family: "Montserrat", serif;
        font-weight: 700;
        display: block; }
        @media screen and (max-width: 768px) {
          .numberPage .sec03 .boxList > li .boxTtl .enTx {
            font-size: 1.3rem; } }
      .numberPage .sec03 .boxList > li .boxTtl .jpTx {
        font-size: 3.4rem;
        line-height: 1.65;
        font-weight: 800;
        margin-top: 5px; }
        @media screen and (max-width: 768px) {
          .numberPage .sec03 .boxList > li .boxTtl .jpTx {
            font-size: 2.0rem; } }
    .numberPage .sec03 .boxList > li .img {
      margin-top: -10px;
      max-width: 510px;
      width: 100%;
      margin: 0 auto; }
    .numberPage .sec03 .boxList > li:nth-child(2) .boxTtl::before {
      content: "02"; }
    .numberPage .sec03 .boxList > li:nth-child(3) .boxTtl::before {
      content: "03"; }
    .numberPage .sec03 .boxList > li:nth-child(4) .boxTtl::before {
      content: "04"; }
    .numberPage .sec03 .boxList > li:nth-child(5) .boxTtl::before {
      content: "05"; }
    .numberPage .sec03 .boxList > li:nth-child(6) .boxTtl::before {
      content: "06"; }
    .numberPage .sec03 .boxList > li:nth-child(7) .boxTtl::before {
      content: "07"; }
    .numberPage .sec03 .boxList > li:nth-child(8) .boxTtl::before {
      content: "08"; }

.numberPage .bgOn {
  background: -webkit-gradient(linear, left top, right top, from(#f57f00), to(#f5aa00));
  background: -webkit-linear-gradient(left, #f57f00, #f5aa00);
  background: -o-linear-gradient(left, #f57f00, #f5aa00);
  background: linear-gradient(90deg, #f57f00, #f5aa00); }
