.topPage .loading {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: all 0.5s linear;
  z-index: 99999; }
  .topPage .loading .logo {
    width: 220px; }
    @media screen and (max-width: 768px) {
      .topPage .loading .logo {
        width: 160px; } }
  .topPage .loading.loaded {
    opacity: 0;
    visibility: hidden; }
.topPage .secTtl {
  text-align: left;
  margin-bottom: 30px; }
  @media screen and (max-width: 768px) {
    .topPage .secTtl {
      text-align: center;
      margin-bottom: 25px; } }
  .topPage .secTtl .enTx {
    line-height: 1.1;
    font-size: 6.6rem;
    display: inline-block;
    font-family: "Poppins", "Noto Sans JP", serif !important;
    font-weight: 600;
    font-weight: 700; }
    @media screen and (max-width: 768px) {
      .topPage .secTtl .enTx {
        font-size: 3.8rem;
        line-height: 1; } }
  .topPage .secTtl .jpTx {
    display: block;
    font-size: 1.5rem;
    font-weight: 700; }
    @media screen and (max-width: 768px) {
      .topPage .secTtl .jpTx {
        font-size: 1.3rem; } }
  .topPage .secTtl.wh {
    color: #fff; }
.topPage .mv {
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .topPage .mv {
      margin-top: 0; } }
  .topPage .mv .sliderList .slick-slide {
    width: 680px;
    border-radius: 30px;
    overflow: hidden;
    margin-right: 20px; }
    @media screen and (max-width: 768px) {
      .topPage .mv .sliderList .slick-slide {
        border-radius: 20px; } }
    @media screen and (max-width: 768px) {
      .topPage .mv .sliderList .slick-slide {
        width: 320px; } }
    .topPage .mv .sliderList .slick-slide span::before {
      padding-top: 100%; }
      @media screen and (max-width: 768px) {
        .topPage .mv .sliderList .slick-slide span::before {
          padding-top: 130%; } }
  .topPage .mv .tx {
    position: absolute;
    bottom: 230px;
    left: 6%;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2.2; }
    @media screen and (max-width: 768px) {
      .topPage .mv .tx {
        position: static;
        padding: 0 20px;
        font-size: 1.3rem;
        display: block;
        margin-top: 10px;
        margin-bottom: 20px; } }
  .topPage .mv .mainTx {
    position: absolute;
    bottom: 29px;
    left: 0; }
    @media screen and (max-width: 768px) {
      .topPage .mv .mainTx {
        position: static;
        margin-top: -110px; } }
    .topPage .mv .mainTx span {
      display: inline-block;
      position: relative;
      background: #fff;
      line-height: 1.2;
      padding: 0 30px; }
      @media screen and (max-width: 768px) {
        .topPage .mv .mainTx span {
          padding: 2px 15px 0; } }
      .topPage .mv .mainTx span.enTx {
        font-family: "Poppins", "Noto Sans JP", serif !important;
        font-weight: 600;
        font-size: 8.2rem;
        border-radius: 10px;
        overflow: hidden;
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
        position: relative;
        overflow: inherit;
        font-weight: 700; }
        @media screen and (max-width: 768px) {
          .topPage .mv .mainTx span.enTx {
            border-radius: 8px; } }
        @media screen and (max-width: 768px) {
          .topPage .mv .mainTx span.enTx {
            font-size: 4.2rem; } }
        .topPage .mv .mainTx span.enTx::before {
          content: "";
          position: absolute;
          bottom: -19px;
          right: 54px;
          background: url("/lib/cmn_img/br_t-l.png") no-repeat center center/cover;
          width: 19px;
          height: 19px;
          z-index: 1; }
          @media screen and (max-width: 768px) {
            .topPage .mv .mainTx span.enTx::before {
              width: 10px;
              height: 10px;
              bottom: -10px;
              right: 61px; } }
      .topPage .mv .mainTx span.jpTx {
        font-size: 3.6rem;
        font-weight: 800;
        padding: 10px 15px 20px 30px;
        margin-top: -15px; }
        @media screen and (max-width: 768px) {
          .topPage .mv .mainTx span.jpTx {
            font-size: 1.5rem;
            padding-left: 15px; } }
.topPage .sec01, .topPage .sec02 {
  position: relative;
  font-size: 0;
  color: #fff; }
  @media screen and (max-width: 768px) {
    .topPage .sec01, .topPage .sec02 {
      border-radius: 30px;
      overflow: hidden;
      background: linear-gradient(90deg, #009fe8, #26b0ef);
      width: calc(100%  - 30px);
      margin: 0 auto; } }
  @media screen and (max-width: 768px) and (max-width: 768px) {
    .topPage .sec01, .topPage .sec02 {
      border-radius: 20px; } }

  .topPage .sec01 .spaceBtm, .topPage .sec02 .spaceBtm {
    position: sticky;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background: #fff;
    z-index: 99; }
    @media screen and (max-width: 768px) {
      .topPage .sec01 .spaceBtm, .topPage .sec02 .spaceBtm {
        display: none; } }
  .topPage .sec01 .spaceTop, .topPage .sec02 .spaceTop {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background: #fff;
    z-index: 99; }
    @media screen and (max-width: 768px) {
      .topPage .sec01 .spaceTop, .topPage .sec02 .spaceTop {
        display: none; } }
  .topPage .sec01 .bg, .topPage .sec02 .bg {
    position: sticky;
    top: 68px;
    left: 20px;
    width: calc(100% - 40px);
    height: calc(100vh - 88px);
    border-radius: 30px;
    overflow: hidden;
    background: linear-gradient(90deg, #009fe8, #26b0ef);
    z-index: -1;
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      .topPage .sec01 .bg, .topPage .sec02 .bg {
        border-radius: 20px; } }
    @media screen and (max-width: 768px) {
      .topPage .sec01 .bg, .topPage .sec02 .bg {
        display: none; } }
  .topPage .sec01 .inr, .topPage .sec02 .inr {
    margin-top: -100vh;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 768px) {
      .topPage .sec01 .inr, .topPage .sec02 .inr {
        overflow: hidden;
        padding: 0 23px;
        margin-top: auto; } }
  .topPage .sec01 .boxL, .topPage .sec01 .boxR, .topPage .sec02 .boxL, .topPage .sec02 .boxR {
    width: 50%;
    display: inline-block;
    vertical-align: top; }
    @media screen and (max-width: 768px) {
      .topPage .sec01 .boxL, .topPage .sec01 .boxR, .topPage .sec02 .boxL, .topPage .sec02 .boxR {
        width: 100%; } }
    .topPage .sec01 .boxL .ctIn, .topPage .sec01 .boxR .ctIn, .topPage .sec02 .boxL .ctIn, .topPage .sec02 .boxR .ctIn {
      max-width: 650px;
      width: calc(100% - 70px); }
      @media screen and (max-width: 768px) {
        .topPage .sec01 .boxL .ctIn, .topPage .sec01 .boxR .ctIn, .topPage .sec02 .boxL .ctIn, .topPage .sec02 .boxR .ctIn {
          width: 100%; } }
  .topPage .sec01 .boxL, .topPage .sec02 .boxL {
    position: sticky;
    top: -50px;
    left: 0;
    height: 100vh; }
    @media screen and (max-width: 768px) {
      .topPage .sec01 .boxL, .topPage .sec02 .boxL {
        text-align: center;
        position: static;
        height: auto; } }
    .topPage .sec01 .boxL .ctIn, .topPage .sec02 .boxL .ctIn {
      margin: 0 0 0 auto; }
    .topPage .sec01 .boxL .secTtl, .topPage .sec02 .boxL .secTtl {
      margin-top: 200px; }
      @media screen and (max-width: 768px) {
        .topPage .sec01 .boxL .secTtl, .topPage .sec02 .boxL .secTtl {
          margin-top: 60px; } }
      .topPage .sec01 .boxL .secTtl .enTx, .topPage .sec02 .boxL .secTtl .enTx {
        font-size: 7.6rem;
        position: relative; }
        @media screen and (max-width: 768px) {
          .topPage .sec01 .boxL .secTtl .enTx, .topPage .sec02 .boxL .secTtl .enTx {
            font-size: 4.2rem; } }
        .topPage .sec01 .boxL .secTtl .enTx::before, .topPage .sec02 .boxL .secTtl .enTx::before {
          content: "";
          position: absolute;
          right: -95px;
          bottom: -30px;
          background: url("../cmn_img/top/sec01_item01.png") no-repeat center center/cover;
          width: 120px;
          height: 88px; }
          @media screen and (max-width: 768px) {
            .topPage .sec01 .boxL .secTtl .enTx::before, .topPage .sec02 .boxL .secTtl .enTx::before {
              width: 92px;
              height: 67px;
              right: -60px;
              bottom: -34px; } }
      .topPage .sec01 .boxL .secTtl .jpTx, .topPage .sec02 .boxL .secTtl .jpTx {
        font-size: 1.5rem; }
    .topPage .sec01 .boxL .copy, .topPage .sec02 .boxL .copy {
      font-size: 3.2rem;
      font-weight: 800;
      line-height: 1.65; }
      @media screen and (max-width: 1199px) {
        .topPage .sec01 .boxL .copy, .topPage .sec02 .boxL .copy {
          font-size: 2.6rem; } }
      @media screen and (max-width: 768px) {
        .topPage .sec01 .boxL .copy, .topPage .sec02 .boxL .copy {
          font-size: 1.8rem; } }
    .topPage .sec01 .boxL .smlTx, .topPage .sec02 .boxL .smlTx {
      font-size: 1.1rem;
      font-family: "Poppins", "Noto Sans JP", serif !important;
      font-weight: 600;
      margin-top: 12px;
      line-height: 1.6;
      font-weight: 500; }
      @media screen and (max-width: 768px) {
        .topPage .sec01 .boxL .smlTx, .topPage .sec02 .boxL .smlTx {
          font-size: 1.0rem; } }
    .topPage .sec01 .boxL .readTx, .topPage .sec02 .boxL .readTx {
      font-size: 1.4rem;
      margin-top: 20px;
      text-align: left; }
      @media screen and (max-width: 768px) {
        .topPage .sec01 .boxL .readTx, .topPage .sec02 .boxL .readTx {
          font-size: 1.3rem; } }
    .topPage .sec01 .boxL .btn, .topPage .sec02 .boxL .btn {
      margin-top: 30px; }
      @media screen and (max-width: 768px) {
        .topPage .sec01 .boxL .btn, .topPage .sec02 .boxL .btn {
          margin-top: 25px; } }
  .topPage .sec01 .boxR, .topPage .sec02 .boxR {
    margin-top: 200px;
    padding-bottom: 130px;
    padding-left: 4%; }
    @media screen and (max-width: 768px) {
      .topPage .sec01 .boxR, .topPage .sec02 .boxR {
        margin-top: 40px;
        padding: 0 0 40px; } }
    .topPage .sec01 .boxR .pointList > li, .topPage .sec02 .boxR .pointList > li {
      margin-bottom: 50px;
      position: relative; }
      @media screen and (max-width: 768px) {
        .topPage .sec01 .boxR .pointList > li, .topPage .sec02 .boxR .pointList > li {
          margin-bottom: 30px; } }
      .topPage .sec01 .boxR .pointList > li .thum, .topPage .sec02 .boxR .pointList > li .thum {
        position: relative; }
        .topPage .sec01 .boxR .pointList > li .thum::before, .topPage .sec02 .boxR .pointList > li .thum::before {
          content: "01";
          position: absolute;
          bottom: -40px;
          right: 50px;
          font-family: "Poppins", "Noto Sans JP", serif !important;
          font-weight: 600;
          font-weight: 700;
          font-size: 10.0rem;
          line-height: 1;
          -webkit-text-stroke: 2px #ffff;
          text-stroke: 2px #ffff;
          color: transparent; }
          @media screen and (max-width: 768px) {
            .topPage .sec01 .boxR .pointList > li .thum::before, .topPage .sec02 .boxR .pointList > li .thum::before {
              font-size: 6.4rem;
              bottom: -28px;
              right: 20px;
              -webkit-text-stroke: 1px #ffff;
              text-stroke: 1px #ffff; } }
        .topPage .sec01 .boxR .pointList > li .thum img, .topPage .sec02 .boxR .pointList > li .thum img {
          border-radius: 30px;
          overflow: hidden; }
          @media screen and (max-width: 768px) {
            .topPage .sec01 .boxR .pointList > li .thum img, .topPage .sec02 .boxR .pointList > li .thum img {
              border-radius: 20px; } }
      .topPage .sec01 .boxR .pointList > li .ttl, .topPage .sec02 .boxR .pointList > li .ttl {
        margin-top: -32px;
        margin-left: -15px;
        position: relative;
        z-index: 1; }
        @media screen and (max-width: 768px) {
          .topPage .sec01 .boxR .pointList > li .ttl, .topPage .sec02 .boxR .pointList > li .ttl {
            margin-top: -25px;
            margin-left: -10px; } }
        .topPage .sec01 .boxR .pointList > li .ttl span, .topPage .sec02 .boxR .pointList > li .ttl span {
          font-weight: 700; }
        .topPage .sec01 .boxR .pointList > li .ttl .wrap, .topPage .sec02 .boxR .pointList > li .ttl .wrap {
          font-size: 2.4rem;
          background: #fff;
          color: #333;
          box-decoration-break: clone;
          -webkit-box-decoration-break: clone;
          display: inline;
          padding: 5px 10px 6px;
          line-height: 2.5 !important;
          border-radius: 5px;
          overflow: hidden; }
          @media screen and (max-width: 768px) {
            .topPage .sec01 .boxR .pointList > li .ttl .wrap, .topPage .sec02 .boxR .pointList > li .ttl .wrap {
              border-radius: 4px; } }
          @media screen and (max-width: 768px) {
            .topPage .sec01 .boxR .pointList > li .ttl .wrap, .topPage .sec02 .boxR .pointList > li .ttl .wrap {
              font-size: 1.8rem; } }
      .topPage .sec01 .boxR .pointList > li .tx, .topPage .sec02 .boxR .pointList > li .tx {
        font-size: 1.5rem;
        margin-top: 10px; }
        @media screen and (max-width: 768px) {
          .topPage .sec01 .boxR .pointList > li .tx, .topPage .sec02 .boxR .pointList > li .tx {
            font-size: 1.2rem;
            margin-top: 8px; } }
      .topPage .sec01 .boxR .pointList > li.last, .topPage .sec02 .boxR .pointList > li.last {
        margin-bottom: 0; }
      .topPage .sec01 .boxR .pointList > li:nth-child(2) .thum::before, .topPage .sec02 .boxR .pointList > li:nth-child(2) .thum::before {
        content: "02"; }
      .topPage .sec01 .boxR .pointList > li:nth-child(3) .thum::before, .topPage .sec02 .boxR .pointList > li:nth-child(3) .thum::before {
        content: "03"; }
.topPage .sec01 {
  margin-top: -10px; }
  @media screen and (max-width: 768px) {
    .topPage .sec01 {
      margin-top: 10px; } }
.topPage .sec02 {
  margin-top: 20px;
  position: relative;
  z-index: 99; }
  @media screen and (max-width: 768px) {
    .topPage .sec02 {
      background: linear-gradient(90deg, #f5aa00, #f2b730); } }
  .topPage .sec02 .bg {
    background: linear-gradient(90deg, #f5aa00, #f2b730); }
  .topPage .sec02 .boxL .secTtl .enTx::before {
    background-image: url("../cmn_img/top/sec02_item01.png"); }
  .topPage .sec02 .boxR .cateList > li {
    margin-bottom: 40px;
    border-radius: 30px;
    overflow: hidden;
    background: #fff;
    color: #333; }
    @media screen and (max-width: 768px) {
      .topPage .sec02 .boxR .cateList > li {
        border-radius: 20px; } }
    @media screen and (max-width: 768px) {
      .topPage .sec02 .boxR .cateList > li {
        margin-bottom: 20px; } }
    .topPage .sec02 .boxR .cateList > li .thum::before {
      padding-top: 56.25%; }
    .topPage .sec02 .boxR .cateList > li .txBox {
      padding: 40px;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .topPage .sec02 .boxR .cateList > li .txBox {
          padding: 25px 20px; } }
      .topPage .sec02 .boxR .cateList > li .txBox .name {
        display: block;
        font-weight: 700;
        font-size: 2.0rem;
        margin-top: 3px; }
        @media screen and (max-width: 768px) {
          .topPage .sec02 .boxR .cateList > li .txBox .name {
            font-size: 1.6rem; } }
      .topPage .sec02 .boxR .cateList > li .txBox .cmn_cateList {
        margin-top: 10px;
        text-align: center; }
      .topPage .sec02 .boxR .cateList > li .txBox .tx {
        margin-top: 10px;
        text-align: left;
        margin-bottom: 15px; }
        @media screen and (max-width: 768px) {
          .topPage .sec02 .boxR .cateList > li .txBox .tx {
            font-size: 1.2rem; } }
    .topPage .sec02 .boxR .cateList > li.last {
      margin-bottom: 0; }
.topPage .sec03 {
  margin-top: 20px; }
  @media screen and (max-width: 768px) {
    .topPage .sec03 {
      margin-top: 0; } }
  .topPage .sec03 .inr {
    font-size: 0; }
    .topPage .sec03 .inr .boxL {
      width: 25%;
      display: inline-block;
      vertical-align: top; }
      @media screen and (max-width: 768px) {
        .topPage .sec03 .inr .boxL {
          width: 100%; } }
      @media screen and (max-width: 768px) {
        .topPage .sec03 .inr .boxL .navList {
          text-align: center;
          margin-bottom: 30px; } }
      .topPage .sec03 .inr .boxL .navList > li {
        font-size: 1.5rem;
        padding-left: 25px;
        font-family: "Poppins", "Noto Sans JP", serif !important;
        font-weight: 600;
        margin-bottom: 5px;
        position: relative; }
        @media screen and (max-width: 768px) {
          .topPage .sec03 .inr .boxL .navList > li {
            font-size: 1.3rem;
            display: inline-block;
            vertical-align: middle;
            padding-left: 16px;
            margin: 0 8px; } }
        .topPage .sec03 .inr .boxL .navList > li::before {
          content: "";
          position: absolute;
          top: 49%;
          left: 0%;
          transform: translateY(-50%);
          width: 12px;
          height: 12px;
          background: #fff;
          border: 1px solid #ccc;
          border-radius: 90px; }
          @media screen and (max-width: 768px) {
            .topPage .sec03 .inr .boxL .navList > li::before {
              width: 10px;
              height: 10px;
              top: 47%; } }
        .topPage .sec03 .inr .boxL .navList > li.current::before {
          background: #009fe8;
          border-color: #009fe8; }
    .topPage .sec03 .inr .boxR {
      width: 75%;
      display: inline-block;
      vertical-align: top; }
      @media screen and (max-width: 768px) {
        .topPage .sec03 .inr .boxR {
          width: 100%; } }
  .topPage .sec03 .btn a {
    margin: 35px auto 0 0; }
    @media screen and (max-width: 768px) {
      .topPage .sec03 .btn a {
        margin: 30px auto 0; } }
.topPage .sec04 {
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .topPage .sec04 .secTtl {
      text-align: left; } }
  .topPage .sec04 .allBtn {
    position: absolute;
    top: 160px;
    right: calc(15% + 180px); }
    @media screen and (max-width: 768px) {
      .topPage .sec04 .allBtn {
        position: static;
        margin-top: 60px; } }
  .topPage .sec04 .cmn_worksList .slick-slide {
    margin: 0 15px;
    padding-bottom: 15px; }
    @media screen and (max-width: 768px) {
      .topPage .sec04 .cmn_worksList .slick-slide {
        margin: 0 20px 0 0; } }
.topPage .sec05, .topPage .sec06 {
  width: calc(100% - 40px);
  margin: 0 auto 20px;
  position: relative;
  z-index: 9; }
  @media screen and (max-width: 768px) {
    .topPage .sec05, .topPage .sec06 {
      width: calc(100% - 30px); } }
  .topPage .sec05 .bg, .topPage .sec06 .bg {
    border-radius: 30px;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .topPage .sec05 .bg, .topPage .sec06 .bg {
        border-radius: 20px; } }
    .topPage .sec05 .bg::before, .topPage .sec06 .bg::before {
      padding-top: 0;
      height: 440px; }
      @media screen and (max-width: 768px) {
        .topPage .sec05 .bg::before, .topPage .sec06 .bg::before {
          height: 340px; } }
  .topPage .sec05 .inr, .topPage .sec06 .inr {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    color: #fff;
    font-size: 0;
    width: 100%;
    padding: 0 80px; }
    @media screen and (max-width: 768px) {
      .topPage .sec05 .inr, .topPage .sec06 .inr {
        padding: 0 20px; } }
    .topPage .sec05 .inr .boxL, .topPage .sec06 .inr .boxL {
      width: 60%;
      display: inline-block;
      vertical-align: middle; }
      @media screen and (max-width: 768px) {
        .topPage .sec05 .inr .boxL, .topPage .sec06 .inr .boxL {
          width: 100%; } }
      .topPage .sec05 .inr .boxL .secTtl, .topPage .sec06 .inr .boxL .secTtl {
        margin-bottom: 20px; }
        @media screen and (max-width: 768px) {
          .topPage .sec05 .inr .boxL .secTtl, .topPage .sec06 .inr .boxL .secTtl {
            margin-bottom: 15px; } }
      .topPage .sec05 .inr .boxL .readTx, .topPage .sec06 .inr .boxL .readTx {
        font-size: 1.5rem; }
        @media screen and (max-width: 768px) {
          .topPage .sec05 .inr .boxL .readTx, .topPage .sec06 .inr .boxL .readTx {
            font-size: 1.3rem; } }
    .topPage .sec05 .inr .boxR, .topPage .sec06 .inr .boxR {
      width: 40%;
      display: inline-block;
      vertical-align: middle; }
      @media screen and (max-width: 768px) {
        .topPage .sec05 .inr .boxR, .topPage .sec06 .inr .boxR {
          width: 100%; } }
      .topPage .sec05 .inr .boxR .btn a, .topPage .sec06 .inr .boxR .btn a {
        margin: 0 0 0 auto; }
        @media screen and (max-width: 768px) {
          .topPage .sec05 .inr .boxR .btn a, .topPage .sec06 .inr .boxR .btn a {
            margin: 20px auto 0; } }
.topPage .sec07 {
  padding: 220px 0 460px;
  border-radius: 30px;
  overflow: hidden;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background: linear-gradient(90deg, #009fe8, #26b0ef);
  margin-top: -120px;
  overflow: hidden;
  zoom: 1; }
  @media screen and (max-width: 768px) {
    .topPage .sec07 {
      border-radius: 20px; } }
  @media screen and (max-width: 768px) {
    .topPage .sec07 {
      padding: 180px 0 320px; } }
  .topPage .sec07 .boxL {
    width: 46.5%;
    float: left;
    border-radius: 30px;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .topPage .sec07 .boxL {
        border-radius: 20px; } }
    @media screen and (max-width: 768px) {
      .topPage .sec07 .boxL {
        width: 100%;
        float: none;
        margin: 0 auto; } }
  .topPage .sec07 .boxR {
    float: right;
    width: 46.5%;
    display: table;
    color: #fff; }
    @media screen and (max-width: 768px) {
      .topPage .sec07 .boxR {
        width: 100%;
        float: none;
        margin-top: 35px; } }
    .topPage .sec07 .boxR .secTtl .enTx {
      position: relative; }
      .topPage .sec07 .boxR .secTtl .enTx::before {
        content: "";
        position: absolute;
        right: -170px;
        bottom: -25px;
        background: url("../cmn_img/top/sec07_item01.png") no-repeat center center/cover;
        width: 286px;
        height: 87px; }
        @media screen and (max-width: 768px) {
          .topPage .sec07 .boxR .secTtl .enTx::before {
            width: 171px;
            height: 52px;
            right: -110px; } }
    .topPage .sec07 .boxR .in {
      display: table-cell;
      vertical-align: middle; }
      .topPage .sec07 .boxR .in .copy {
        font-weight: 800;
        font-size: 4.2rem;
        line-height: 1.7; }
        @media screen and (max-width: 1199px) {
          .topPage .sec07 .boxR .in .copy {
            font-size: 3.8rem; } }
        @media screen and (max-width: 768px) {
          .topPage .sec07 .boxR .in .copy {
            font-size: 2.4rem;
            text-align: center; } }
      .topPage .sec07 .boxR .in .tx {
        font-size: 1.5rem;
        margin-top: 10px; }
        @media screen and (max-width: 768px) {
          .topPage .sec07 .boxR .in .tx {
            font-size: 1.3rem;
            margin-top: 5px; } }
      .topPage .sec07 .boxR .in .btn a {
        margin: 30px auto 0 0; }
        @media screen and (max-width: 768px) {
          .topPage .sec07 .boxR .in .btn a {
            margin: 30px auto 0; } }
.topPage .cmn_cvBox {
  margin-top: -340px; }
  @media screen and (max-width: 768px) {
    .topPage .cmn_cvBox {
      margin-top: -250px; } }

.servicePage .sec01 {
  padding-bottom: 240px; }
  @media screen and (max-width: 768px) {
    .servicePage .sec01 {
      padding-bottom: 130px; } }
  .servicePage .sec01 .copy {
    text-align: center;
    font-weight: 800;
    color: #fff;
    font-size: 3.2rem;
    line-height: 1.7; }
    @media screen and (max-width: 768px) {
      .servicePage .sec01 .copy {
        font-size: 1.8rem;
        line-height: 2; } }
  .servicePage .sec01 .img01 {
    text-align: center;
    margin-top: 30px;
    max-width: 882px;
    width: 100%;
    margin: 0 auto; }
@media screen and (max-width: 768px) {
  .servicePage .sec02 {
    padding-top: 20px;
    padding-bottom: 50px; } }
@media screen and (max-width: 768px) {
  .servicePage .sec02 .serviceList > li {
    text-align: center; } }
.servicePage .sec02 .serviceList > li .boxR .logo {
  display: block; }
  @media screen and (max-width: 768px) {
    .servicePage .sec02 .serviceList > li .boxR .logo {
      margin: 0 auto; } }
.servicePage .sec02 .serviceList > li .boxR .ttl {
  display: block;
  margin-top: 5px;
  font-size: 2.0rem;
  font-weight: 700; }
  @media screen and (max-width: 768px) {
    .servicePage .sec02 .serviceList > li .boxR .ttl {
      font-size: 1.6rem; } }
  .servicePage .sec02 .serviceList > li .boxR .ttl span {
    font-size: 1.4rem; }
    @media screen and (max-width: 768px) {
      .servicePage .sec02 .serviceList > li .boxR .ttl span {
        font-size: 1.2rem; } }
.servicePage .sec02 .serviceList > li .boxR .cateList {
  margin-top: 10px; }
  .servicePage .sec02 .serviceList > li .boxR .cateList > li {
    display: inline-block;
    vertical-align: middle;
    margin: 5px 5px 0 0; }
    .servicePage .sec02 .serviceList > li .boxR .cateList > li a {
      display: block;
      padding: 5px 12px 5px 10px;
      background: #fff;
      font-size: 1.2rem;
      border-radius: 90px; }
      @media screen and (max-width: 768px) {
        .servicePage .sec02 .serviceList > li .boxR .cateList > li a {
          font-size: 1.0rem;
          padding: 6px 12px 6px 9px; } }
      .servicePage .sec02 .serviceList > li .boxR .cateList > li a span {
        display: inline-block;
        padding-left: 29px;
        position: relative; }
        @media screen and (max-width: 768px) {
          .servicePage .sec02 .serviceList > li .boxR .cateList > li a span {
            padding-left: 20px; } }
        .servicePage .sec02 .serviceList > li .boxR .cateList > li a span::before {
          content: "";
          position: absolute;
          top: 50%;
          left: 0%;
          transform: translateY(-50%);
          width: 20px;
          height: 20px;
          background: #333;
          border-radius: 90px;
          transition: all .3s ease-in-out; }
          @media screen and (max-width: 768px) {
            .servicePage .sec02 .serviceList > li .boxR .cateList > li a span::before {
              width: 15px;
              height: 15px; } }
        .servicePage .sec02 .serviceList > li .boxR .cateList > li a span::after {
          content: "";
          position: absolute;
          top: 50%;
          left: 5px;
          transform: translateY(-50%);
          background: url("../cmn_img/arw_wh.png") no-repeat center center/cover;
          width: 10px;
          height: 8px;
          transition: all .3s ease-in-out; }
          @media screen and (max-width: 768px) {
            .servicePage .sec02 .serviceList > li .boxR .cateList > li a span::after {
              width: 7px;
              height: 6px;
              left: 4px; } }
      .servicePage .sec02 .serviceList > li .boxR .cateList > li a:hover {
        background-color: #333;
        color: #fff; }
        .servicePage .sec02 .serviceList > li .boxR .cateList > li a:hover span::before {
          background: #fff; }
        .servicePage .sec02 .serviceList > li .boxR .cateList > li a:hover span::after {
          background-image: url("../cmn_img/arw.png"); }
.servicePage .sec02 .serviceList > li .boxR .tx {
  margin-top: 15px;
  font-size: 1.4rem;
  text-align: left; }
  @media screen and (max-width: 768px) {
    .servicePage .sec02 .serviceList > li .boxR .tx {
      font-size: 1.2rem; } }
.servicePage .sec02 .serviceList > li .boxR .btn {
  margin-top: 25px; }

.contactPage .sec01 table tr th, .taikenPage .sec01 table tr th {
  width: 25%; }

.newsPage .sec01, .newsPage_detail .sec01 {
  font-size: 0; }
  .newsPage .sec01 .boxL, .newsPage_detail .sec01 .boxL {
    width: calc(100% - 260px);
    margin-right: 60px;
    display: inline-block;
    vertical-align: top; }
    @media screen and (max-width: 768px) {
      .newsPage .sec01 .boxL, .newsPage_detail .sec01 .boxL {
        width: 100%;
        display: block;
        margin: 0 0 60px; } }
  .newsPage .sec01 .boxR, .newsPage_detail .sec01 .boxR {
    width: 200px;
    display: inline-block;
    vertical-align: top; }
    @media screen and (max-width: 768px) {
      .newsPage .sec01 .boxR, .newsPage_detail .sec01 .boxR {
        width: 100%;
        display: block; } }
    .newsPage .sec01 .boxR .wrap, .newsPage_detail .sec01 .boxR .wrap {
      background: #fff;
      padding: 20px 25px;
      border-radius: 10px;
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        .newsPage .sec01 .boxR .wrap, .newsPage_detail .sec01 .boxR .wrap {
          border-radius: 8px; } }
      @media screen and (max-width: 768px) {
        .newsPage .sec01 .boxR .wrap, .newsPage_detail .sec01 .boxR .wrap {
          padding: 20px; } }
      .newsPage .sec01 .boxR .wrap .ttl, .newsPage_detail .sec01 .boxR .wrap .ttl {
        color: #009fe8;
        font-family: "Poppins", "Noto Sans JP", serif !important;
        font-weight: 600;
        font-size: 1.6rem;
        text-align: center;
        padding-bottom: 3px;
        margin-bottom: 15px;
        border-bottom: 1px solid #009fe8;
        line-height: 1.6; }
        @media screen and (max-width: 768px) {
          .newsPage .sec01 .boxR .wrap .ttl, .newsPage_detail .sec01 .boxR .wrap .ttl {
            font-size: 1.5rem; } }
      .newsPage .sec01 .boxR .wrap .linkList, .newsPage_detail .sec01 .boxR .wrap .linkList {
        font-size: 0; }
        @media screen and (max-width: 768px) {
          .newsPage .sec01 .boxR .wrap .linkList > li, .newsPage_detail .sec01 .boxR .wrap .linkList > li {
            width: 49%;
            display: inline-block;
            vertical-align: top;
            margin-right: 2%; } }
        .newsPage .sec01 .boxR .wrap .linkList > li a, .newsPage_detail .sec01 .boxR .wrap .linkList > li a {
          display: block;
          font-family: "Poppins", "Noto Sans JP", serif !important;
          font-weight: 600;
          font-size: 1.3rem;
          font-weight: 500;
          position: relative;
          padding-left: 13px; }
          @media screen and (max-width: 768px) {
            .newsPage .sec01 .boxR .wrap .linkList > li a, .newsPage_detail .sec01 .boxR .wrap .linkList > li a {
              font-size: 1.2rem; } }
          .newsPage .sec01 .boxR .wrap .linkList > li a::before, .newsPage_detail .sec01 .boxR .wrap .linkList > li a::before {
            content: "";
            position: absolute;
            top: 10px;
            left: 0px;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 3.5px 0 3.5px 5px;
            border-color: transparent transparent transparent #ccc; }
            @media screen and (max-width: 768px) {
              .newsPage .sec01 .boxR .wrap .linkList > li a::before, .newsPage_detail .sec01 .boxR .wrap .linkList > li a::before {
                top: 8px; } }
          .newsPage .sec01 .boxR .wrap .linkList > li a:hover, .newsPage_detail .sec01 .boxR .wrap .linkList > li a:hover {
            text-decoration: underline; }
        @media screen and (max-width: 768px) {
          .newsPage .sec01 .boxR .wrap .linkList > li:nth-child(2n), .newsPage_detail .sec01 .boxR .wrap .linkList > li:nth-child(2n) {
            margin-right: 0; } }

.newsPage_detail .ttlArea {
  padding-bottom: 30px;
  margin-bottom: 50px;
  border-bottom: 1px solid #ddd;
  position: relative; }
  @media screen and (max-width: 768px) {
    .newsPage_detail .ttlArea {
      padding-bottom: 25px;
      margin-bottom: 40px; } }
  .newsPage_detail .ttlArea::before {
    content: "";
    position: absolute;
    left: 0;
    width: 50px;
    height: 1px;
    bottom: -1px;
    background: #009fe8; }
  .newsPage_detail .ttlArea .day {
    font-size: 1.4rem;
    font-family: "Poppins", "Noto Sans JP", serif !important;
    font-weight: 600;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px; }
    @media screen and (max-width: 768px) {
      .newsPage_detail .ttlArea .day {
        font-size: 1.2rem; } }
  .newsPage_detail .ttlArea .cate {
    margin: 3px 5px 3px auto; }
  .newsPage_detail .ttlArea .cate, .newsPage_detail .ttlArea .cate02 > li {
    padding: 2px 25px;
    background: #009fe8;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    font-size: 1.3rem;
    font-family: "Poppins", "Noto Sans JP", serif !important;
    font-weight: 600;
    font-weight: 500;
    border-radius: 90px; }
    @media screen and (max-width: 768px) {
      .newsPage_detail .ttlArea .cate, .newsPage_detail .ttlArea .cate02 > li {
        font-size: 1.1rem;
        padding: 2px 15px; } }
  .newsPage_detail .ttlArea .cate02 {
    display: inline-block;
    vertical-align: middle; }
    .newsPage_detail .ttlArea .cate02 > li {
      background: #fff;
      color: #333;
      margin: 3px 5px 3px auto;
      padding: 2px 12px; }
  .newsPage_detail .ttlArea .kijiTtl {
    font-size: 2.6rem;
    font-weight: 800;
    margin-top: 15px;
    line-height: 1.7; }
    @media screen and (max-width: 768px) {
      .newsPage_detail .ttlArea .kijiTtl {
        font-size: 1.8rem;
        margin-top: 10px; } }

.servicePage_detail.navy .ttlStyle_01 span {
  color: #0163de; }
.servicePage_detail.navy .ttlStyle_03 span {
  background: linear-gradient(90deg, #1a7aef, #0164de); }
  .servicePage_detail.navy .ttlStyle_03 span::before {
    border-color: #0163de transparent transparent transparent; }
.servicePage_detail.navy .mvStyle_03 {
  background: linear-gradient(90deg, #1a7aef, #0164de);
  position: relative; }
  .servicePage_detail.navy .mvStyle_03 .boxL .logo01 {
    width: 316px; }
    @media screen and (max-width: 768px) {
      .servicePage_detail.navy .mvStyle_03 .boxL .logo01 {
        width: 221px; } }
  .servicePage_detail.navy .mvStyle_03 .boxL .pageTtl span {
    color: #0163de; }
.servicePage_detail.navy .mvStyle_04 {
  background: linear-gradient(90deg, #1a7aef, #0164de); }
.servicePage_detail.navy table tr th::before, .servicePage_detail.navy table tr th::after {
  background: #0163de; }
.servicePage_detail.navy .cmn_listStyle_01 > li .ttl span {
  border-color: #0163de;
  color: #0163de; }
.servicePage_detail.navy .secFeature .featureList .slick-slide .boxR .ippo .ttl span {
  background: linear-gradient(90deg, #1a7aef, #0164de); }
.servicePage_detail.navy .secFeature02 ul > li .boxR .copy {
  color: #0163de; }
.servicePage_detail.navy .secProgram .programList > li .thum .ttl span {
  background: linear-gradient(90deg, #1a7aef, #0164de); }
.servicePage_detail.navy .secProgram .programList > li .txBox .pointBox {
  background: #e9f2fd; }
  .servicePage_detail.navy .secProgram .programList > li .txBox .pointBox .boxTtl small {
    color: #0163de;
    background-image: url("../cmn_img/icon_lifgt_blue.png"); }
  .servicePage_detail.navy .secProgram .programList > li .txBox .pointBox .boxTx span {
    color: #0163de; }
.servicePage_detail.navy .secOffice .officeList > li {
  background: #e9f2fd; }
  .servicePage_detail.navy .secOffice .officeList > li .boxR .ttl {
    border-bottom: 1px solid #0163de; }
    .servicePage_detail.navy .secOffice .officeList > li .boxR .ttl .subTx {
      color: #0163de;
      border: 1px solid #0163de; }
.servicePage_detail.navy .secMessage .txBox .wrap .name span {
  border: 1px solid #0163de;
  color: #0163de; }
.servicePage_detail.navy .sec1day::before {
  top: -85px;
  right: 0;
  background: url("../cmn_img/service/motion-learning/1day_bg.png") no-repeat center center/cover;
  width: 948px;
  height: 540px;
  z-index: 1; }
  @media screen and (max-width: 768px) {
    .servicePage_detail.navy .sec1day::before {
      width: 284px;
      height: 162px;
      top: -50px;
      right: 0; } }
.servicePage_detail.navy .sec1day .dayList > li .txBox .mainTtl span {
  color: #0163de; }
.servicePage_detail.navy .sec1day .dayList > li .txBox .ttl01 span {
  background: #dcecff; }
.servicePage_detail.gr .ttlStyle_01 span {
  color: #00a580; }
.servicePage_detail.gr .ttlStyle_03 span {
  background: linear-gradient(90deg, #01bd93, #00a580); }
  .servicePage_detail.gr .ttlStyle_03 span::before {
    border-color: #00a580 transparent transparent transparent; }
.servicePage_detail.gr .mvStyle_03 {
  background: linear-gradient(90deg, #01bd93, #00a580);
  position: relative; }
  .servicePage_detail.gr .mvStyle_03 .boxL .logo01 {
    width: 316px; }
    @media screen and (max-width: 768px) {
      .servicePage_detail.gr .mvStyle_03 .boxL .logo01 {
        width: 221px; } }
  .servicePage_detail.gr .mvStyle_03 .boxL .pageTtl span {
    color: #00a580; }
.servicePage_detail.gr .mvStyle_04 {
  background: linear-gradient(90deg, #01bd93, #00a580);
  position: relative; }
  .servicePage_detail.gr .mvStyle_04::before {
    content: "";
    position: absolute;
    bottom: 120px;
    right: 50px;
    background: url("../cmn_img/service/work-b/mv_bg.png") no-repeat center center/cover;
    width: 341px;
    height: 170px; }
    @media screen and (max-width: 768px) {
      .servicePage_detail.gr .mvStyle_04::before {
        right: 10px;
        bottom: 30px;
        width: 238px;
        height: 119px; } }
.servicePage_detail.gr table tr th::before, .servicePage_detail.gr table tr th::after {
  background: #00a580; }
.servicePage_detail.gr .cmn_listStyle_01 > li .ttl span {
  border-color: #00a580;
  color: #00a580; }
.servicePage_detail.gr .secPoint {
  background: url("../cmn_img/service/work-b/sec07_bg.jpg") no-repeat center center/cover; }
  .servicePage_detail.gr .secPoint .pointList {
    text-align: center; }
    .servicePage_detail.gr .secPoint .pointList > li {
      text-align: center;
      position: relative; }
      .servicePage_detail.gr .secPoint .pointList > li::before {
        content: "";
        position: absolute;
        top: 3%;
        right: 15%;
        background: no-repeat center center / cover;
        width: 56px;
        height: 56px; }
        @media screen and (max-width: 768px) {
          .servicePage_detail.gr .secPoint .pointList > li::before {
            width: 40px;
            height: 40px;
            top: 0;
            right: 0; } }
      .servicePage_detail.gr .secPoint .pointList > li:nth-child(1)::before {
        background-image: url("../cmn_img/service/work-b/sec07_icon01.png"); }
      .servicePage_detail.gr .secPoint .pointList > li:nth-child(2)::before {
        background-image: url("../cmn_img/service/work-b/sec07_icon02.png"); }
      .servicePage_detail.gr .secPoint .pointList > li:nth-child(3)::before {
        background-image: url("../cmn_img/service/work-b/sec07_icon03.png"); }
      .servicePage_detail.gr .secPoint .pointList > li:nth-child(4)::before {
        background-image: url("../cmn_img/service/work-b/sec07_icon04.png"); }
      .servicePage_detail.gr .secPoint .pointList > li:nth-child(5)::before {
        background-image: url("../cmn_img/service/work-b/sec07_icon05.png"); }
      .servicePage_detail.gr .secPoint .pointList > li .img {
        width: 80%;
        margin: 0 auto; }
        @media screen and (max-width: 768px) {
          .servicePage_detail.gr .secPoint .pointList > li .img {
            width: 100%; } }
      .servicePage_detail.gr .secPoint .pointList > li .ttl {
        position: relative;
        z-index: 9;
        margin-top: -35px; }
        @media screen and (max-width: 768px) {
          .servicePage_detail.gr .secPoint .pointList > li .ttl {
            margin-top: -25px; } }
        .servicePage_detail.gr .secPoint .pointList > li .ttl span {
          font-size: 1.8rem;
          padding: 6px 12px;
          border-radius: 5px;
          font-weight: 700;
          color: #fff;
          box-decoration-break: clone;
          -webkit-box-decoration-break: clone;
          display: inline;
          line-height: 2.5;
          border: 1px solid #00a580;
          color: #00a580;
          background: #fff; }
          @media screen and (max-width: 768px) {
            .servicePage_detail.gr .secPoint .pointList > li .ttl span {
              font-size: 1.4rem;
              padding: 4px 10px; } }
      .servicePage_detail.gr .secPoint .pointList > li .tx {
        font-size: 1.4rem;
        margin-top: 10px;
        text-align: left; }
        @media screen and (max-width: 768px) {
          .servicePage_detail.gr .secPoint .pointList > li .tx {
            font-size: 1.2rem;
            margin-top: 5px; } }
.servicePage_detail.gr .secGuide .inr {
  padding: 80px;
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
  overflow: inherit; }
  @media screen and (max-width: 768px) {
    .servicePage_detail.gr .secGuide .inr {
      border-radius: 20px; } }
  @media screen and (max-width: 768px) {
    .servicePage_detail.gr .secGuide .inr {
      padding: 50px 20px; } }
  .servicePage_detail.gr .secGuide .inr .ttlStyle {
    width: calc(100% - 25px);
    margin: 0 0 25px auto;
    background: #e6f3f0;
    padding: 10px 10px 10px 65px;
    font-size: 2.0rem;
    font-weight: 600;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    overflow: inherit; }
    @media screen and (max-width: 768px) {
      .servicePage_detail.gr .secGuide .inr .ttlStyle {
        border-radius: 4px; } }
    @media screen and (max-width: 768px) {
      .servicePage_detail.gr .secGuide .inr .ttlStyle {
        width: calc(100% - 20px);
        font-size: 1.6rem;
        padding: 6px 6px 6px 48px;
        margin-bottom: 20px; } }
    .servicePage_detail.gr .secGuide .inr .ttlStyle .item {
      position: absolute;
      top: 50%;
      left: -20px;
      transform: translateY(-50%);
      width: 70px;
      background: #00a580;
      border-radius: 90px;
      color: #fff;
      font-size: 1.2rem;
      line-height: 1.4;
      padding: 20px 0 10px;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .servicePage_detail.gr .secGuide .inr .ttlStyle .item {
          font-size: 1.0rem;
          width: 55px;
          padding: 18px 0 8px; } }
      .servicePage_detail.gr .secGuide .inr .ttlStyle .item span {
        font-size: 3.0rem;
        vertical-align: middle;
        display: inline-block;
        line-height: 1;
        margin-bottom: 10px;
        margin-right: 2px; }
        @media screen and (max-width: 768px) {
          .servicePage_detail.gr .secGuide .inr .ttlStyle .item span {
            font-size: 2.2rem;
            margin-bottom: 6px; } }
    .servicePage_detail.gr .secGuide .inr .ttlStyle.style02 .item {
      padding-top: 15px;
      padding-bottom: 20px;
      line-height: .05; }
      @media screen and (max-width: 768px) {
        .servicePage_detail.gr .secGuide .inr .ttlStyle.style02 .item {
          padding-top: 14px;
          padding-bottom: 17px;
          line-height: .1; } }
      .servicePage_detail.gr .secGuide .inr .ttlStyle.style02 .item span {
        display: block;
        line-height: 1;
        font-size: 2.4rem; }
        @media screen and (max-width: 768px) {
          .servicePage_detail.gr .secGuide .inr .ttlStyle.style02 .item span {
            font-size: 1.8rem; } }
  .servicePage_detail.gr .secGuide .inr .tx01 {
    text-align: center;
    font-size: 1.5rem; }
    @media screen and (max-width: 768px) {
      .servicePage_detail.gr .secGuide .inr .tx01 {
        text-align: left;
        font-size: 1.2rem; } }
  .servicePage_detail.gr .secGuide .inr .tbl tr th:nth-child(1) {
    width: 20% !important; }
    @media screen and (max-width: 768px) {
      .servicePage_detail.gr .secGuide .inr .tbl tr th:nth-child(1) {
        width: 42% !important; } }
  .servicePage_detail.gr .secGuide .inr .tbl tr th:nth-child(3) {
    width: 20% !important; }
    @media screen and (max-width: 768px) {
      .servicePage_detail.gr .secGuide .inr .tbl tr th:nth-child(3) {
        width: 42% !important; } }
  @media screen and (max-width: 768px) {
    .servicePage_detail.gr .secGuide .inr .tbl tr th, .servicePage_detail.gr .secGuide .inr .tbl tr td {
      display: table-cell;
      padding-right: 7px;
      padding-left: 7px; } }
.servicePage_detail.gr .secFeature .featureList .slick-slide .boxR .ippo .ttl span {
  background: linear-gradient(90deg, #01bd93, #00a580); }
.servicePage_detail.gr .secFeature02 ul > li .boxR .copy {
  color: #00a580; }
.servicePage_detail.gr .secFeature02 ul > li:nth-child(1) {
  background: url("../cmn_img/service/work-b/sec01_icon01.png") no-repeat center right/181px 207px; }
  @media screen and (max-width: 768px) {
    .servicePage_detail.gr .secFeature02 ul > li:nth-child(1) {
      background-size: 126px 144px;
      background-position: right bottom; } }
.servicePage_detail.gr .secFeature02 ul > li:nth-child(2) {
  background: url("../cmn_img/service/work-b/sec01_icon02.png") no-repeat center right/171px 172px; }
  @media screen and (max-width: 768px) {
    .servicePage_detail.gr .secFeature02 ul > li:nth-child(2) {
      background-size: 119px 119px;
      background-position: right bottom 10px; } }
.servicePage_detail.gr .secFeature02 ul > li:nth-child(3) {
  background: url("../cmn_img/service/work-b/sec01_icon03.png") no-repeat center right/158px 164px; }
  @media screen and (max-width: 768px) {
    .servicePage_detail.gr .secFeature02 ul > li:nth-child(3) {
      background-size: 110px 114px;
      background-position: right bottom; } }
.servicePage_detail.gr .secProgram .programList > li .thum .ttl span {
  background: linear-gradient(90deg, #01bd93, #00a580); }
.servicePage_detail.gr .secProgram .programList > li .txBox .pointBox {
  background: #e6f3f0; }
  .servicePage_detail.gr .secProgram .programList > li .txBox .pointBox .boxTtl small {
    color: #00a580;
    background-image: url("../cmn_img/icon_lifgt_blue.png"); }
  .servicePage_detail.gr .secProgram .programList > li .txBox .pointBox .boxTx span {
    color: #00a580; }
.servicePage_detail.gr .secOffice .officeList > li {
  background: #e6f3f0; }
  .servicePage_detail.gr .secOffice .officeList > li .boxR .ttl {
    border-bottom: 1px solid #00a580; }
    .servicePage_detail.gr .secOffice .officeList > li .boxR .ttl .subTx {
      color: #00a580;
      border: 1px solid #00a580; }
.servicePage_detail.gr .bgWrap {
  position: relative; }
  .servicePage_detail.gr .bgWrap::before {
    content: "";
    position: absolute;
    top: -90px;
    left: 0;
    width: 95%;
    height: 100%;
    background: url("../cmn_img/service/work-b/sec03_bg.png") no-repeat left top/contain; }
  .servicePage_detail.gr .bgWrap .txBox .wrap .name span {
    border: 1px solid #00a580;
    color: #00a580; }
.servicePage_detail.gr .sec1day {
  background-image: url("../cmn_img/service/work-b/sec05_bg.png"), url("../cmn_img/service/work-b/sec05_bg02.png");
  background-position: top -120px right , bottom 100px left;
  background-repeat: no-repeat,no-repeat; }
  @media screen and (max-width: 768px) {
    .servicePage_detail.gr .sec1day {
      background-size: 220px 178px , 75px 154px;
      background-position: top -60px right , bottom 20px left; } }
  .servicePage_detail.gr .sec1day::before {
    content: none; }
  .servicePage_detail.gr .sec1day .ttlStyle_01 {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 50px; }
  .servicePage_detail.gr .sec1day .secReadTx {
    display: inline-block;
    vertical-align: bottom;
    font-size: 1.8rem;
    margin-bottom: 40px; }
    @media screen and (max-width: 768px) {
      .servicePage_detail.gr .sec1day .secReadTx {
        display: block;
        font-size: 1.3rem; } }
  .servicePage_detail.gr .sec1day .dayList > li .txBox .mainTtl span {
    color: #00a580; }
  .servicePage_detail.gr .sec1day .dayList > li .txBox .ttl01 span {
    background: #e6f3f0; }
.servicePage_detail.ore .ttlStyle_01 span {
  color: #f58d08; }
.servicePage_detail.ore .ttlStyle_03 span {
  background: linear-gradient(90deg, #fa991b, #f58d07); }
  .servicePage_detail.ore .ttlStyle_03 span::before {
    border-color: #f58d08 transparent transparent transparent; }
.servicePage_detail.ore .mvStyle_03 {
  background: linear-gradient(90deg, #fa991b, #f58d07);
  position: relative; }
  .servicePage_detail.ore .mvStyle_03 .boxL .logo01 {
    width: 316px; }
    @media screen and (max-width: 768px) {
      .servicePage_detail.ore .mvStyle_03 .boxL .logo01 {
        width: 221px; } }
  .servicePage_detail.ore .mvStyle_03 .boxL .pageTtl span {
    color: #f58d08; }
.servicePage_detail.ore .mvStyle_04 {
  background: linear-gradient(90deg, #fa991b, #f58d07); }
.servicePage_detail.ore table tr th::before, .servicePage_detail.ore table tr th::after {
  background: #f58d08; }
.servicePage_detail.ore .cmn_listStyle_01 > li .ttl span {
  border-color: #f58d08;
  color: #f58d08; }
.servicePage_detail.ore .secFeature .featureList .slick-slide .boxR .ippo .ttl span {
  background: linear-gradient(90deg, #fa991b, #f58d07); }
.servicePage_detail.ore .secFeature02 ul > li .boxR .copy {
  color: #f58d08; }
.servicePage_detail.ore .secProgram .programList > li .thum .ttl span {
  background: linear-gradient(90deg, #fa991b, #f58d07); }
.servicePage_detail.ore .secProgram .programList > li .txBox .pointBox {
  background: #fff2e2; }
  .servicePage_detail.ore .secProgram .programList > li .txBox .pointBox .boxTtl small {
    color: #f58d08;
    background-image: url("../cmn_img/icon_lifgt_ore.png"); }
  .servicePage_detail.ore .secProgram .programList > li .txBox .pointBox .boxTx span {
    color: #f58d08; }
.servicePage_detail.ore .secOffice .officeList > li {
  background: #fff2e2; }
  .servicePage_detail.ore .secOffice .officeList > li .boxR .ttl {
    border-bottom: 1px solid #f58d08; }
    .servicePage_detail.ore .secOffice .officeList > li .boxR .ttl .subTx {
      color: #f58d08;
      border: 1px solid #f58d08; }
.servicePage_detail.ore .secMessage .txBox .wrap .name span {
  border: 1px solid #f58d08;
  color: #f58d08; }
.servicePage_detail.ore .sec1day::before {
  top: -70px;
  right: 0;
  background: url("../cmn_img/service/it-learning/1day_bg.png") no-repeat center center/cover;
  width: 431px;
  height: 381px;
  z-index: 1; }
  @media screen and (max-width: 768px) {
    .servicePage_detail.ore .sec1day::before {
      width: 215px;
      height: 190px;
      top: -50px;
      right: 5px; } }
.servicePage_detail.ore .sec1day .dayList > li .txBox .mainTtl span {
  color: #f58d08; }
.servicePage_detail.ore .sec1day .dayList > li .txBox .ttl01 span {
  background: #fae3c6; }
.servicePage_detail.pink .ttlStyle_01 span {
  color: #fe6673; }
.servicePage_detail.pink .ttlStyle_03 span {
  background: linear-gradient(90deg, #fd7883, #fe6673); }
  .servicePage_detail.pink .ttlStyle_03 span::before {
    border-color: #fe6673 transparent transparent transparent; }
.servicePage_detail.pink .mvStyle_03 {
  background: linear-gradient(90deg, #fd7883, #fe6673);
  position: relative; }
  .servicePage_detail.pink .mvStyle_03 .boxL .logo01 {
    width: 316px; }
    @media screen and (max-width: 768px) {
      .servicePage_detail.pink .mvStyle_03 .boxL .logo01 {
        width: 221px; } }
  .servicePage_detail.pink .mvStyle_03 .boxL .pageTtl span {
    color: #fe6673; }
.servicePage_detail.pink .mvStyle_04 {
  background: linear-gradient(90deg, #fd7883, #fe6673); }
.servicePage_detail.pink table tr th::before, .servicePage_detail.pink table tr th::after {
  background: #fe6673; }
.servicePage_detail.pink .cmn_listStyle_01 > li .ttl span {
  border-color: #fe6673;
  color: #fe6673; }
.servicePage_detail.pink .secFeature .featureList .slick-slide .boxR .ippo .ttl span {
  background: linear-gradient(90deg, #fd7883, #fe6673); }
.servicePage_detail.pink .secFeature02 ul > li .boxR .copy {
  color: #fe6673; }
.servicePage_detail.pink .secProgram .programList > li .thum .ttl span {
  background: linear-gradient(90deg, #fd7883, #fe6673); }
.servicePage_detail.pink .secProgram .programList > li .txBox .pointBox {
  background: #f9d7da; }
  .servicePage_detail.pink .secProgram .programList > li .txBox .pointBox .boxTtl small {
    color: #fe6673;
    background-image: url("../cmn_img/icon_lifgt_pink.png"); }
  .servicePage_detail.pink .secProgram .programList > li .txBox .pointBox .boxTx span {
    color: #fe6673; }
.servicePage_detail.pink .secOffice .officeList > li {
  background: #f9d7da; }
  .servicePage_detail.pink .secOffice .officeList > li .boxR .ttl {
    border-bottom: 1px solid #fe6673; }
    .servicePage_detail.pink .secOffice .officeList > li .boxR .ttl .subTx {
      color: #fe6673;
      border: 1px solid #fe6673; }
.servicePage_detail.pink .secMessage .txBox .wrap .name span {
  border: 1px solid #fe6673;
  color: #fe6673; }
.servicePage_detail.pink .sec1day::before {
  top: -70px;
  right: 10px;
  background: url("../cmn_img/service/child-development/1day_bg.png") no-repeat center center/cover;
  width: 429px;
  height: 309px;
  z-index: 1; }
  @media screen and (max-width: 768px) {
    .servicePage_detail.pink .sec1day::before {
      width: 215px;
      height: 155px;
      top: -50px;
      right: 5px; } }
.servicePage_detail.pink .sec1day .dayList > li .txBox .mainTtl span {
  color: #fe6673; }
.servicePage_detail.pink .sec1day .dayList > li .txBox .ttl01 span {
  background: #ffecee; }
.servicePage_detail .ttlWrap .ttlStyle_01 {
  margin-right: 120px;
  display: inline-block;
  vertical-align: bottom; }
  @media screen and (max-width: 768px) {
    .servicePage_detail .ttlWrap .ttlStyle_01 {
      display: block;
      margin-right: 0; } }
.servicePage_detail .ttlWrap .secReadTx {
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 45px;
  font-size: 1.8rem; }
  @media screen and (max-width: 768px) {
    .servicePage_detail .ttlWrap .secReadTx {
      display: block;
      font-size: 1.4rem;
      margin-bottom: 30px; } }
.servicePage_detail .secInfo .wrap {
  font-size: 0;
  position: relative; }
  .servicePage_detail .secInfo .wrap .boxL {
    width: 47%;
    margin-right: 6%;
    display: inline-block;
    vertical-align: top; }
    @media screen and (max-width: 768px) {
      .servicePage_detail .secInfo .wrap .boxL {
        width: 100%;
        display: block; } }
    @media screen and (max-width: 768px) {
      .servicePage_detail .secInfo .wrap .boxL table tr th, .servicePage_detail .secInfo .wrap .boxL table tr td {
        display: table-cell;
        vertical-align: middle;
        padding: 15px 5px !important;
        font-size: 1.2rem; } }
    @media screen and (max-width: 768px) {
      .servicePage_detail .secInfo .wrap .boxL table tr th {
        width: 40% !important; } }
    @media screen and (max-width: 768px) {
      .servicePage_detail .secInfo .wrap .boxL table tr td::before {
        content: none; } }
  .servicePage_detail .secInfo .wrap .boxR {
    background: no-repeat center center / cover;
    margin: 0 0 0 auto;
    width: 47%;
    border-radius: 30px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    padding-top: 30%; }
    @media screen and (max-width: 768px) {
      .servicePage_detail .secInfo .wrap .boxR {
        border-radius: 20px; } }
    @media screen and (max-width: 768px) {
      .servicePage_detail .secInfo .wrap .boxR {
        width: 100%;
        margin-top: 25px;
        padding-top: 66%; } }
.servicePage_detail .sec1day {
  position: relative; }
  .servicePage_detail .sec1day::before {
    content: "";
    position: absolute; }
  .servicePage_detail .sec1day .inr {
    position: relative;
    z-index: 9; }
  .servicePage_detail .sec1day .boxTtl {
    background: #aaaaaa;
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
    padding: 3px;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px; }
    @media screen and (max-width: 768px) {
      .servicePage_detail .sec1day .boxTtl {
        border-radius: 4px; } }
    @media screen and (max-width: 768px) {
      .servicePage_detail .sec1day .boxTtl {
        font-size: 1.4rem;
        margin-bottom: 15px; } }
    .servicePage_detail .sec1day .boxTtl small {
      font-size: 1.1rem; }
      @media screen and (max-width: 768px) {
        .servicePage_detail .sec1day .boxTtl small {
          font-size: 1.0rem; } }
  .servicePage_detail .sec1day .dayList.sml > li {
    padding-bottom: 15px; }
    .servicePage_detail .sec1day .dayList.sml > li::before {
      left: 50px; }
    .servicePage_detail .sec1day .dayList.sml > li .icon {
      width: 110px;
      margin-right: 30px; }
    .servicePage_detail .sec1day .dayList.sml > li .txBox {
      padding: 22px 28px;
      width: calc(100% - 150px); }
      .servicePage_detail .sec1day .dayList.sml > li .txBox .mainTtl span {
        font-size: 2.0rem; }
      .servicePage_detail .sec1day .dayList.sml > li .txBox .tx {
        margin-top: 0; }
  .servicePage_detail .sec1day .dayList > li {
    position: relative;
    font-size: 0;
    padding-bottom: 30px; }
    @media screen and (max-width: 768px) {
      .servicePage_detail .sec1day .dayList > li {
        padding-bottom: 15px !important; } }
    .servicePage_detail .sec1day .dayList > li::before {
      content: "";
      position: absolute;
      top: 0;
      left: 75px;
      width: 1px;
      height: 100%;
      background: #ccc;
      z-index: -1; }
      @media screen and (max-width: 768px) {
        .servicePage_detail .sec1day .dayList > li::before {
          left: 45px !important; } }
    .servicePage_detail .sec1day .dayList > li .icon {
      width: 150px;
      margin-right: 40px;
      display: inline-block;
      vertical-align: top; }
      @media screen and (max-width: 768px) {
        .servicePage_detail .sec1day .dayList > li .icon {
          width: 90px !important;
          margin-right: 15px !important; } }
    .servicePage_detail .sec1day .dayList > li .txBox {
      width: calc(100% - 190px);
      display: inline-block;
      vertical-align: top;
      border: 1px solid #ddd;
      padding: 35px 40px;
      border-radius: 30px;
      overflow: hidden;
      background: #fff; }
      @media screen and (max-width: 768px) {
        .servicePage_detail .sec1day .dayList > li .txBox {
          border-radius: 20px; } }
      @media screen and (max-width: 768px) {
        .servicePage_detail .sec1day .dayList > li .txBox {
          width: calc(100% - 105px) !important;
          padding: 18px !important; } }
      .servicePage_detail .sec1day .dayList > li .txBox .mainTtl {
        font-weight: 600;
        display: block;
        line-height: 1.65;
        font-size: 1.8rem; }
        @media screen and (max-width: 768px) {
          .servicePage_detail .sec1day .dayList > li .txBox .mainTtl {
            font-size: 1.3rem !important; } }
        .servicePage_detail .sec1day .dayList > li .txBox .mainTtl span {
          display: inline-block;
          font-size: 2.6rem;
          font-weight: 600;
          margin-right: 15px; }
          @media screen and (max-width: 768px) {
            .servicePage_detail .sec1day .dayList > li .txBox .mainTtl span {
              font-size: 1.5rem !important;
              display: block;
              margin: 0; } }
      .servicePage_detail .sec1day .dayList > li .txBox .ttl01 {
        display: block; }
        .servicePage_detail .sec1day .dayList > li .txBox .ttl01 span {
          padding: 2px 12px 3px;
          font-size: 1.6rem;
          border-radius: 5px;
          overflow: hidden;
          font-weight: 600; }
          @media screen and (max-width: 768px) {
            .servicePage_detail .sec1day .dayList > li .txBox .ttl01 span {
              border-radius: 4px; } }
          @media screen and (max-width: 768px) {
            .servicePage_detail .sec1day .dayList > li .txBox .ttl01 span {
              font-size: 1.3rem !important; } }
      .servicePage_detail .sec1day .dayList > li .txBox .tx {
        font-size: 1.4rem;
        margin-top: 3px; }
        @media screen and (max-width: 768px) {
          .servicePage_detail .sec1day .dayList > li .txBox .tx {
            font-size: 1.2rem !important; } }
    .servicePage_detail .sec1day .dayList > li.last {
      padding-bottom: 0; }
      .servicePage_detail .sec1day .dayList > li.last::before {
        content: none; }
.servicePage_detail .secVoice {
  overflow: hidden; }
  .servicePage_detail .secVoice .voiceList .slick-slide {
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
    padding: 40px;
    font-size: 0;
    margin: 0 20px; }
    @media screen and (max-width: 768px) {
      .servicePage_detail .secVoice .voiceList .slick-slide {
        border-radius: 20px; } }
    @media screen and (max-width: 768px) {
      .servicePage_detail .secVoice .voiceList .slick-slide {
        padding: 25px 20px;
        margin: 0 15px 0 0; } }
    .servicePage_detail .secVoice .voiceList .slick-slide .infoArea {
      margin-bottom: 15px;
      padding-bottom: 25px;
      border-bottom: 1px solid #ddd; }
      @media screen and (max-width: 768px) {
        .servicePage_detail .secVoice .voiceList .slick-slide .infoArea {
          padding-bottom: 15px; } }
      .servicePage_detail .secVoice .voiceList .slick-slide .infoArea .thum {
        display: inline-block;
        vertical-align: middle;
        width: 120px;
        margin-right: 25px; }
        @media screen and (max-width: 768px) {
          .servicePage_detail .secVoice .voiceList .slick-slide .infoArea .thum {
            width: 90px;
            margin-right: 20px; } }
      .servicePage_detail .secVoice .voiceList .slick-slide .infoArea .txWrap {
        display: inline-block;
        vertical-align: middle;
        width: calc(100% - 145px); }
        @media screen and (max-width: 768px) {
          .servicePage_detail .secVoice .voiceList .slick-slide .infoArea .txWrap {
            width: calc(100% - 110px); } }
        .servicePage_detail .secVoice .voiceList .slick-slide .infoArea .txWrap .copy {
          font-weight: 600;
          font-size: 2.2rem;
          line-height: 1.7; }
          @media screen and (max-width: 768px) {
            .servicePage_detail .secVoice .voiceList .slick-slide .infoArea .txWrap .copy {
              font-size: 1.4rem; } }
        .servicePage_detail .secVoice .voiceList .slick-slide .infoArea .txWrap .name {
          display: block;
          font-size: 1.3rem;
          margin-top: 5px; }
          @media screen and (max-width: 768px) {
            .servicePage_detail .secVoice .voiceList .slick-slide .infoArea .txWrap .name {
              font-size: 1.1rem; } }
    .servicePage_detail .secVoice .voiceList .slick-slide .tx {
      font-size: 1.4rem; }
      @media screen and (max-width: 768px) {
        .servicePage_detail .secVoice .voiceList .slick-slide .tx {
          font-size: 1.2rem; } }
.servicePage_detail .secMessage {
  position: relative; }
  .servicePage_detail .secMessage .imgBox {
    width: 50%;
    border-radius: 30px;
    overflow: hidden;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    display: block;
    margin: 0 0 0 auto; }
    @media screen and (max-width: 768px) {
      .servicePage_detail .secMessage .imgBox {
        border-radius: 20px; } }
    @media screen and (max-width: 768px) {
      .servicePage_detail .secMessage .imgBox {
        width: 100%;
        border-radius: 0 !important; } }
  .servicePage_detail .secMessage .txBox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    @media screen and (max-width: 768px) {
      .servicePage_detail .secMessage .txBox {
        position: static;
        transform: translate(0, 0);
        margin-top: 35px; } }
    .servicePage_detail .secMessage .txBox.imgNone {
      position: static;
      transform: translate(0, 0); }
    .servicePage_detail .secMessage .txBox .wrap {
      width: 45%;
      display: block; }
      @media screen and (max-width: 768px) {
        .servicePage_detail .secMessage .txBox .wrap {
          width: 100%; } }
      .servicePage_detail .secMessage .txBox .wrap .name {
        margin-top: 25px;
        font-size: 1.8rem;
        font-weight: 600; }
        @media screen and (max-width: 768px) {
          .servicePage_detail .secMessage .txBox .wrap .name {
            margin-top: 10px;
            font-size: 1.6rem; } }
        .servicePage_detail .secMessage .txBox .wrap .name span {
          display: inline-block;
          vertical-align: middle;
          font-size: 1.4rem;
          font-weight: 600;
          padding: 1px 10px;
          background: #fff;
          font-family: "Poppins", "Noto Sans JP", serif !important;
          font-weight: 600;
          border-radius: 5px;
          overflow: hidden;
          margin-right: 15px; }
          @media screen and (max-width: 768px) {
            .servicePage_detail .secMessage .txBox .wrap .name span {
              border-radius: 4px; } }
          @media screen and (max-width: 768px) {
            .servicePage_detail .secMessage .txBox .wrap .name span {
              font-size: 1.2rem; } }
.servicePage_detail .secOffice .officeList > li {
  padding: 50px;
  border-radius: 30px;
  overflow: hidden;
  font-size: 0;
  margin-bottom: 50px; }
  @media screen and (max-width: 768px) {
    .servicePage_detail .secOffice .officeList > li {
      border-radius: 20px; } }
  @media screen and (max-width: 768px) {
    .servicePage_detail .secOffice .officeList > li {
      padding: 20px;
      margin-bottom: 20px; } }
  @media screen and (max-width: 768px) {
    .servicePage_detail .secOffice .officeList > li .boxL {
      margin-bottom: 15px; } }
  @media screen and (max-width: 768px) {
    .servicePage_detail .secOffice .officeList > li .boxR {
      text-align: center; } }
  .servicePage_detail .secOffice .officeList > li .boxR .ttl {
    padding-bottom: 15px;
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      .servicePage_detail .secOffice .officeList > li .boxR .ttl {
        margin-bottom: 15px; } }
    .servicePage_detail .secOffice .officeList > li .boxR .ttl .mainTx {
      font-weight: 600;
      font-size: 2.8rem;
      display: inline-block;
      vertical-align: middle;
      line-height: 1.7; }
      @media screen and (max-width: 768px) {
        .servicePage_detail .secOffice .officeList > li .boxR .ttl .mainTx {
          font-size: 1.8rem;
          display: block;
          margin-bottom: 4px; } }
    .servicePage_detail .secOffice .officeList > li .boxR .ttl .subTx {
      display: inline-block;
      vertical-align: middle;
      margin-left: 15px;
      font-size: 1.3rem;
      line-height: 1.7;
      padding: 2px 10px;
      background: #fff;
      border-radius: 5px;
      overflow: hidden;
      margin-top: 3px; }
      @media screen and (max-width: 768px) {
        .servicePage_detail .secOffice .officeList > li .boxR .ttl .subTx {
          border-radius: 4px; } }
      @media screen and (max-width: 768px) {
        .servicePage_detail .secOffice .officeList > li .boxR .ttl .subTx {
          font-size: 1.1rem;
          margin: 0; } }
  .servicePage_detail .secOffice .officeList > li .boxR .addTx {
    font-size: 1.6rem;
    line-height: 1.7; }
    @media screen and (max-width: 768px) {
      .servicePage_detail .secOffice .officeList > li .boxR .addTx {
        font-size: 1.3rem; } }
  .servicePage_detail .secOffice .officeList > li .boxR .telTx {
    margin-top: 15px; }
    @media screen and (max-width: 768px) {
      .servicePage_detail .secOffice .officeList > li .boxR .telTx {
        margin-top: 10px; } }
    .servicePage_detail .secOffice .officeList > li .boxR .telTx a {
      display: inline-block;
      padding-left: 19px;
      background: url("../cmn_img/icon_tel.png") no-repeat center left/13px 17px;
      font-family: "Poppins", "Noto Sans JP", serif !important;
      font-weight: 600;
      font-size: 2.0rem;
      font-weight: 500;
      line-height: 1.2; }
      @media screen and (max-width: 768px) {
        .servicePage_detail .secOffice .officeList > li .boxR .telTx a {
          font-size: 1.6rem;
          background-size: 10px 14px;
          padding-left: 14px; } }
    .servicePage_detail .secOffice .officeList > li .boxR .telTx span {
      display: block;
      font-size: 1.3rem; }
      @media screen and (max-width: 768px) {
        .servicePage_detail .secOffice .officeList > li .boxR .telTx span {
          font-size: 1.0rem; } }
  .servicePage_detail .secOffice .officeList > li .boxR .btnList {
    margin-top: 25px;
    max-width: 450px;
    width: 100%; }
    @media screen and (max-width: 768px) {
      .servicePage_detail .secOffice .officeList > li .boxR .btnList {
        margin-top: 20px; } }
    @media screen and (max-width: 768px) {
      .servicePage_detail .secOffice .officeList > li .boxR .btnList > li a {
        width: 100%;
        font-size: 1.1rem;
        padding-left: 20px; } }
  .servicePage_detail .secOffice .officeList > li.last {
    margin-bottom: 0; }
  .servicePage_detail .secOffice .officeList > li.ore {
    background: #fdf1da; }
    .servicePage_detail .secOffice .officeList > li.ore .boxR .ttl {
      border-color: #f58d08; }
      .servicePage_detail .secOffice .officeList > li.ore .boxR .ttl .subTx {
        color: #f58d08;
        border-color: #f58d08; }
.servicePage_detail .secProgram02 {
  position: relative; }
  .servicePage_detail .secProgram02 .bgImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    background: no-repeat center center / cover; }
    @media screen and (max-width: 768px) {
      .servicePage_detail .secProgram02 .bgImg {
        height: 340px; } }
  .servicePage_detail .secProgram02 .inr {
    position: relative;
    z-index: 9; }
  .servicePage_detail .secProgram02 .readCopy {
    color: #fff;
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 1.7; }
    @media screen and (max-width: 768px) {
      .servicePage_detail .secProgram02 .readCopy {
        font-size: 1.8rem; } }
  .servicePage_detail .secProgram02 .readTx {
    margin-top: 5px;
    font-size: 1.6rem;
    color: #fff; }
    @media screen and (max-width: 768px) {
      .servicePage_detail .secProgram02 .readTx {
        font-size: 1.3rem; } }
.servicePage_detail .secProgram .programList > li {
  border-radius: 30px;
  overflow: hidden;
  background: #fff; }
  @media screen and (max-width: 768px) {
    .servicePage_detail .secProgram .programList > li {
      border-radius: 20px; } }
  .servicePage_detail .secProgram .programList > li .thum {
    position: relative; }
    .servicePage_detail .secProgram .programList > li .thum .cmn_ofi::before {
      padding-top: 55%; }
    .servicePage_detail .secProgram .programList > li .thum .ttl {
      position: absolute;
      z-index: 1;
      left: 0;
      bottom: -25px; }
      @media screen and (max-width: 768px) {
        .servicePage_detail .secProgram .programList > li .thum .ttl {
          bottom: -16px; } }
      .servicePage_detail .secProgram .programList > li .thum .ttl span {
        font-size: 2.8rem;
        line-height: 1.7;
        padding: 4px 16px;
        border-radius: 5px;
        overflow: hidden;
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
        font-weight: 700;
        color: #fff;
        box-decoration-break: clone;
        -webkit-box-decoration-break: clone;
        display: inline;
        line-height: 2; }
        @media screen and (max-width: 768px) {
          .servicePage_detail .secProgram .programList > li .thum .ttl span {
            border-radius: 4px; } }
        @media screen and (max-width: 768px) {
          .servicePage_detail .secProgram .programList > li .thum .ttl span {
            font-size: 1.8rem; } }
  .servicePage_detail .secProgram .programList > li .txBox {
    padding: 40px; }
    @media screen and (max-width: 768px) {
      .servicePage_detail .secProgram .programList > li .txBox {
        padding: 25px 20px; } }
    .servicePage_detail .secProgram .programList > li .txBox .tx {
      font-size: 1.4rem; }
      @media screen and (max-width: 768px) {
        .servicePage_detail .secProgram .programList > li .txBox .tx {
          font-size: 1.2rem; } }
    .servicePage_detail .secProgram .programList > li .txBox .pointBox {
      padding: 6px;
      font-size: 0;
      border-radius: 5px;
      overflow: hidden;
      margin-top: 25px; }
      @media screen and (max-width: 768px) {
        .servicePage_detail .secProgram .programList > li .txBox .pointBox {
          border-radius: 4px; } }
      @media screen and (max-width: 768px) {
        .servicePage_detail .secProgram .programList > li .txBox .pointBox {
          padding: 5px;
          margin-top: 20px; } }
      .servicePage_detail .secProgram .programList > li .txBox .pointBox .boxTtl {
        display: inline-block;
        vertical-align: middle;
        height: 100%;
        padding: 10px 2px 7px;
        text-align: center;
        width: 55px;
        background: #fff;
        border-radius: 5px;
        overflow: hidden; }
        @media screen and (max-width: 768px) {
          .servicePage_detail .secProgram .programList > li .txBox .pointBox .boxTtl {
            border-radius: 4px; } }
        @media screen and (max-width: 768px) {
          .servicePage_detail .secProgram .programList > li .txBox .pointBox .boxTtl {
            width: 45px;
            padding: 8px 0 5px; } }
        .servicePage_detail .secProgram .programList > li .txBox .pointBox .boxTtl p {
          display: table;
          height: 100%;
          width: 100%; }
        .servicePage_detail .secProgram .programList > li .txBox .pointBox .boxTtl span {
          display: table-cell;
          vertical-align: middle; }
          .servicePage_detail .secProgram .programList > li .txBox .pointBox .boxTtl span small {
            display: inline-block;
            font-size: 1.1rem;
            font-family: "Poppins", "Noto Sans JP", serif !important;
            font-weight: 600;
            background: no-repeat center top;
            background-size: 18px 27px;
            padding-top: 28px; }
            @media screen and (max-width: 768px) {
              .servicePage_detail .secProgram .programList > li .txBox .pointBox .boxTtl span small {
                font-size: 1.0rem; } }
      .servicePage_detail .secProgram .programList > li .txBox .pointBox .boxTx {
        width: calc(100% - 55px);
        display: inline-block;
        vertical-align: middle;
        padding: 20px;
        line-height: 1.7;
        font-size: 1.6rem; }
        @media screen and (max-width: 768px) {
          .servicePage_detail .secProgram .programList > li .txBox .pointBox .boxTx {
            width: calc(100% - 45px);
            padding: 5px 15px;
            font-size: 1.3rem; } }
      .servicePage_detail .secProgram .programList > li .txBox .pointBox.none {
        opacity: 0; }
        @media screen and (max-width: 768px) {
          .servicePage_detail .secProgram .programList > li .txBox .pointBox.none {
            display: none; } }
.servicePage_detail .secFeature02 {
  position: relative;
  overflow: hidden;
  border-bottom-left-radius: 0 !important; }
  @media screen and (max-width: 768px) {
    .servicePage_detail .secFeature02 {
      padding-top: 55px; } }
  .servicePage_detail .secFeature02 .nameTx {
    line-height: 1;
    font-family: "Poppins", "Noto Sans JP", serif !important;
    font-weight: 600;
    color: #eee;
    font-size: 18.0rem;
    position: absolute;
    right: -10px;
    top: -30px;
    z-index: -1;
    letter-spacing: -2px; }
    @media screen and (max-width: 768px) {
      .servicePage_detail .secFeature02 .nameTx {
        font-size: 7.8rem;
        top: -10px; } }
  .servicePage_detail .secFeature02 ul > li .boxR .copy {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.7; }
    @media screen and (max-width: 768px) {
      .servicePage_detail .secFeature02 ul > li .boxR .copy {
        font-size: 1.6rem;
        text-align: center; } }
  .servicePage_detail .secFeature02 ul > li .boxR .tx {
    margin-top: 5px;
    font-size: 1.4rem; }
    @media screen and (max-width: 768px) {
      .servicePage_detail .secFeature02 ul > li .boxR .tx {
        font-size: 1.2rem; } }
.servicePage_detail .secFeature {
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .servicePage_detail .secFeature .slick-prev, .servicePage_detail .secFeature .slick-next {
      top: -45px; } }
  .servicePage_detail .secFeature .featureList {
    margin-top: -10px; }
    .servicePage_detail .secFeature .featureList .slick-slide {
      font-size: 0;
      margin-right: 80px;
      padding-top: 10px; }
      @media screen and (max-width: 768px) {
        .servicePage_detail .secFeature .featureList .slick-slide {
          margin-right: 20px; } }
      .servicePage_detail .secFeature .featureList .slick-slide .boxL, .servicePage_detail .secFeature .featureList .slick-slide .boxR {
        width: 47.5%;
        display: inline-block;
        vertical-align: middle; }
        @media screen and (max-width: 768px) {
          .servicePage_detail .secFeature .featureList .slick-slide .boxL, .servicePage_detail .secFeature .featureList .slick-slide .boxR {
            width: 100%;
            display: block; } }
      .servicePage_detail .secFeature .featureList .slick-slide .boxL {
        border-radius: 30px;
        overflow: hidden;
        margin-right: 5%; }
        @media screen and (max-width: 768px) {
          .servicePage_detail .secFeature .featureList .slick-slide .boxL {
            border-radius: 20px; } }
        @media screen and (max-width: 768px) {
          .servicePage_detail .secFeature .featureList .slick-slide .boxL {
            margin: 0 0 25px; } }
      .servicePage_detail .secFeature .featureList .slick-slide .boxR {
        font-size: 1.4rem;
        position: relative; }
        @media screen and (max-width: 768px) {
          .servicePage_detail .secFeature .featureList .slick-slide .boxR {
            font-size: 1.2rem; } }
        .servicePage_detail .secFeature .featureList .slick-slide .boxR .num {
          position: absolute;
          top: -20px;
          right: 0;
          line-height: 1;
          color: #eeeeee;
          font-size: 10.0rem;
          font-family: "Poppins", "Noto Sans JP", serif !important;
          font-weight: 600;
          z-index: -1; }
          @media screen and (max-width: 768px) {
            .servicePage_detail .secFeature .featureList .slick-slide .boxR .num {
              font-size: 6.2rem;
              top: -5px; } }
        .servicePage_detail .secFeature .featureList .slick-slide .boxR .ttl {
          position: relative;
          width: 100%; }
          .servicePage_detail .secFeature .featureList .slick-slide .boxR .ttl::before {
            content: "";
            position: absolute;
            top: 50%;
            left: 0;
            width: 100%;
            height: 1px;
            background: #ccc; }
          .servicePage_detail .secFeature .featureList .slick-slide .boxR .ttl span {
            width: 120px; }
            @media screen and (max-width: 768px) {
              .servicePage_detail .secFeature .featureList .slick-slide .boxR .ttl span {
                width: 90px; } }
        .servicePage_detail .secFeature .featureList .slick-slide .boxR .readTx {
          font-size: 2.4rem;
          font-weight: 800;
          margin-top: 10px;
          line-height: 1.7; }
          @media screen and (max-width: 768px) {
            .servicePage_detail .secFeature .featureList .slick-slide .boxR .readTx {
              font-size: 1.4rem; } }
        .servicePage_detail .secFeature .featureList .slick-slide .boxR .tx {
          font-size: 1.5rem;
          margin-top: 3px; }
          @media screen and (max-width: 768px) {
            .servicePage_detail .secFeature .featureList .slick-slide .boxR .tx {
              font-size: 1.2rem;
              margin-top: 2px; } }
        .servicePage_detail .secFeature .featureList .slick-slide .boxR .nayami .ttl::before {
          width: calc(100% - 130px); }
          @media screen and (max-width: 768px) {
            .servicePage_detail .secFeature .featureList .slick-slide .boxR .nayami .ttl::before {
              width: calc(100% - 85px); } }
        .servicePage_detail .secFeature .featureList .slick-slide .boxR .nayami .ttl span {
          background: #aaaaaa; }
          .servicePage_detail .secFeature .featureList .slick-slide .boxR .nayami .ttl span::before {
            border-color: #aaa transparent transparent transparent; }

.about-usPage .sec01 .inr, .about-usPage .sec02 .inr, .about-usPage .sec03 .inr, .about-usPage .sec04 .inr {
  position: relative; }
.about-usPage .mainEnTx {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-size: 25.0rem;
  color: #fff;
  font-family: "Poppins", "Noto Sans JP", serif !important;
  font-weight: 600;
  font-weight: 800;
  transition: all .3s ease-in-out;
  transition-delay: .6s;
  transition-duration: .6s; }
  @media screen and (max-width: 1399px) {
    .about-usPage .mainEnTx {
      font-size: 20rem; } }
  @media screen and (max-width: 768px) {
    .about-usPage .mainEnTx {
      font-size: 8.0rem; } }
  .about-usPage .mainEnTx.move {
    opacity: .5; }
.about-usPage .ttlStyle {
  font-size: 1.4rem;
  margin-bottom: 35px; }
  @media screen and (max-width: 768px) {
    .about-usPage .ttlStyle {
      font-size: 1.2rem;
      margin-bottom: 25px; } }
  .about-usPage .ttlStyle span {
    font-family: "Poppins", "Noto Sans JP", serif !important;
    font-weight: 600;
    font-size: 3.8rem;
    display: block;
    line-height: 1.2;
    font-weight: 800; }
    @media screen and (max-width: 768px) {
      .about-usPage .ttlStyle span {
        font-size: 2.4rem; } }
  .about-usPage .ttlStyle.wh {
    color: #fff; }
.about-usPage .pcHd {
  background: #fff; }
.about-usPage .mvStyle_01 {
  margin-top: -100vh;
  height: 100vh; }
  @media screen and (max-width: 768px) {
    .about-usPage .mvStyle_01 .inr {
      top: 45%; } }
  .about-usPage .mvStyle_01 .pageTtl {
    color: #333; }
    @media screen and (max-width: 768px) {
      .about-usPage .mvStyle_01 .pageTtl {
        text-align: center; } }
    @media screen and (max-width: 768px) {
      .about-usPage .mvStyle_01 .pageTtl .enTx {
        font-size: 4.2rem; } }
    @media screen and (max-width: 768px) {
      .about-usPage .mvStyle_01 .pageTtl .jpTx {
        font-size: 1.5rem; } }
  @media screen and (max-width: 768px) {
    .about-usPage .mvStyle_01 .breadcrumb {
      text-align: center;
      padding-right: 20px; } }
  .about-usPage .mvStyle_01 .breadcrumb {
    color: #333; }
    .about-usPage .mvStyle_01 .breadcrumb ol li .home {
      background-image: url("../cmn_img/icon_home_bl.png"); }
    .about-usPage .mvStyle_01 .breadcrumb a {
      color: #333; }
.about-usPage .container {
  margin-top: -85px; }
  @media screen and (max-width: 768px) {
    .about-usPage .container {
      margin-top: -60px; } }
  .about-usPage .container .mainbgArea {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url("../cmn_img/about-us/mv.jpg") no-repeat center center/cover;
    transition: all .3s ease-in-out;
    transition-duration: .4s; }
    @media screen and (max-width: 768px) {
      .about-usPage .container .mainbgArea {
        background-image: url("../cmn_img/about-us/mv_sp.jpg"); } }
    .about-usPage .container .mainbgArea::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      background: #fff;
      opacity: 0;
      transition: all .3s ease-in-out;
      transition-duration: .8s; }
    .about-usPage .container .mainbgArea.move {
      width: calc(100% - 60px);
      height: calc(100vh - 60px);
      top: 30px;
      left: 30px; }
      @media screen and (max-width: 768px) {
        .about-usPage .container .mainbgArea.move {
          width: calc(100% - 20px);
          height: calc(100vh - 20px);
          top: 10px;
          left: 10px; } }
      .about-usPage .container .mainbgArea.move::before {
        opacity: .55; }
.about-usPage .sec01 {
  padding: 60px 0 240px;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .about-usPage .sec01 {
      padding: 50px 0 100px;
      overflow: hidden; } }
  @media screen and (max-width: 768px) {
    .about-usPage .sec01 .mainEnTx {
      top: -15px; } }
  .about-usPage .sec01 .wrap {
    display: inline-block;
    margin: 0 auto;
    text-align: left;
    position: relative;
    z-index: 9; }
  .about-usPage .sec01 .copy {
    font-size: 3.2rem;
    font-weight: 800; }
    @media screen and (max-width: 768px) {
      .about-usPage .sec01 .copy {
        font-size: 2.0rem; } }
.about-usPage .sec02 {
  margin-top: 30px; }
  @media screen and (max-width: 768px) {
    .about-usPage .sec02 {
      margin-top: 10px; } }
  .about-usPage .sec02 .fixWrap {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: table; }
    .about-usPage .sec02 .fixWrap .wrapIn {
      position: relative;
      width: 100%;
      height: 100%; }
      .about-usPage .sec02 .fixWrap .wrapIn .mainEnTx {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 999;
        opacity: .5; }
        @media screen and (max-width: 768px) {
          .about-usPage .sec02 .fixWrap .wrapIn .mainEnTx {
            top: calc(50% - 40px); } }
        .about-usPage .sec02 .fixWrap .wrapIn .mainEnTx.move {
          opacity: .2; }
      .about-usPage .sec02 .fixWrap .wrapIn .tx01 {
        position: absolute;
        z-index: 999;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: inline-block;
        text-align: left;
        font-size: 4.0rem;
        font-weight: 800;
        color: #fff;
        line-height: 1; }
        @media screen and (max-width: 768px) {
          .about-usPage .sec02 .fixWrap .wrapIn .tx01 {
            font-size: 2.4rem; } }
        .about-usPage .sec02 .fixWrap .wrapIn .tx01 span {
          display: inline-block;
          margin-left: 25px;
          width: 335px;
          height: 80px;
          background: #fff;
          border-radius: 10px;
          overflow: hidden;
          vertical-align: middle;
          margin-bottom: 6px; }
          @media screen and (max-width: 768px) {
            .about-usPage .sec02 .fixWrap .wrapIn .tx01 span {
              border-radius: 8px; } }
          @media screen and (max-width: 768px) {
            .about-usPage .sec02 .fixWrap .wrapIn .tx01 span {
              display: block;
              margin: 10px auto 0;
              width: 260px;
              height: 65px; } }
      .about-usPage .sec02 .fixWrap .wrapIn .ttlStyle {
        position: absolute;
        top: 160px;
        left: 80px;
        z-index: 999; }
        @media screen and (max-width: 768px) {
          .about-usPage .sec02 .fixWrap .wrapIn .ttlStyle {
            top: 30px;
            left: 20px; } }
      .about-usPage .sec02 .fixWrap .wrapIn .txWrap .tx {
        width: 100%;
        height: 100vh;
        position: relative; }
        .about-usPage .sec02 .fixWrap .wrapIn .txWrap .tx > li p {
          width: 558px;
          text-align: left;
          position: absolute;
          padding-left: 222px;
          top: calc(50% - 4px);
          left: 50%;
          transform: translate(-50%, -50%);
          z-index: 9999;
          text-align: center;
          opacity: 0;
          transition: all .3s ease-in-out;
          -webkit-transition-duration: 1s;
          transition-duration: 1s; }
          @media screen and (max-width: 768px) {
            .about-usPage .sec02 .fixWrap .wrapIn .txWrap .tx > li p {
              width: 260px;
              padding-left: 0;
              top: calc(50% + 16px); } }
          .about-usPage .sec02 .fixWrap .wrapIn .txWrap .tx > li p span {
            padding: 5px 0;
            background: #fff;
            font-size: 4.2rem;
            color: #009fe8;
            font-weight: 800;
            position: relative; }
            @media screen and (max-width: 768px) {
              .about-usPage .sec02 .fixWrap .wrapIn .txWrap .tx > li p span {
                font-size: 2.8rem; } }
            .about-usPage .sec02 .fixWrap .wrapIn .txWrap .tx > li p span::before {
              content: "";
              position: absolute;
              bottom: 5px;
              left: 0;
              width: 0;
              height: 4px;
              background: #009fe8;
              transition: all .3s ease-in-out;
              transition-duration: .6s;
              transition-delay: .5s; }
        .about-usPage .sec02 .fixWrap .wrapIn .txWrap .tx > li .dot {
          position: absolute;
          top: 55%;
          left: 80px;
          transform: translateY(-50%);
          z-index: 999;
          opacity: 0;
          transition: all .3s ease-in-out; }
          @media screen and (max-width: 768px) {
            .about-usPage .sec02 .fixWrap .wrapIn .txWrap .tx > li .dot {
              left: 20px;
              top: auto;
              transform: translateY(0);
              bottom: 80px; } }
          .about-usPage .sec02 .fixWrap .wrapIn .txWrap .tx > li .dot > li {
            margin: 15px 0;
            width: 12px;
            height: 12px;
            background: #fff;
            border-radius: 90px;
            transition: all .3s ease-in-out;
            text-align: center; }
            @media screen and (max-width: 768px) {
              .about-usPage .sec02 .fixWrap .wrapIn .txWrap .tx > li .dot > li {
                margin: 13px 0;
                width: 9px;
                height: 9px; } }
        .about-usPage .sec02 .fixWrap .wrapIn .txWrap .tx > li:nth-child(1) .dot {
          opacity: 1; }
          .about-usPage .sec02 .fixWrap .wrapIn .txWrap .tx > li:nth-child(1) .dot > li:nth-child(1) {
            background: #009fe8; }
        .about-usPage .sec02 .fixWrap .wrapIn .txWrap .tx > li:nth-child(1) p {
          opacity: 1; }
        .about-usPage .sec02 .fixWrap .wrapIn .txWrap .tx > li:nth-child(1) bold {
          font-weight: 800;
          opacity: 0;
          transition: all .3s ease-in-out;
          display: inline-block;
          transform: rotate(8deg) translateY(-6px); }
          .about-usPage .sec02 .fixWrap .wrapIn .txWrap .tx > li:nth-child(1) bold:nth-child(1) {
            transition-delay: .2s; }
          .about-usPage .sec02 .fixWrap .wrapIn .txWrap .tx > li:nth-child(1) bold:nth-child(2) {
            transition-delay: .35s; }
          .about-usPage .sec02 .fixWrap .wrapIn .txWrap .tx > li:nth-child(1) bold:nth-child(3) {
            transition-delay: .5s; }
          .about-usPage .sec02 .fixWrap .wrapIn .txWrap .tx > li:nth-child(1) bold:nth-child(4) {
            transition-delay: .65s; }
          .about-usPage .sec02 .fixWrap .wrapIn .txWrap .tx > li:nth-child(1) bold:nth-child(5) {
            transition-delay: 8s; }
          .about-usPage .sec02 .fixWrap .wrapIn .txWrap .tx > li:nth-child(1) bold:nth-child(6) {
            transition-delay: 9.5s; }
        .about-usPage .sec02 .fixWrap .wrapIn .txWrap .tx > li:nth-child(2) {
          z-index: 10000; }
          .about-usPage .sec02 .fixWrap .wrapIn .txWrap .tx > li:nth-child(2) .dot > li:nth-child(2) {
            background: #009fe8; }
        .about-usPage .sec02 .fixWrap .wrapIn .txWrap .tx > li:nth-child(3) {
          z-index: 10001; }
          .about-usPage .sec02 .fixWrap .wrapIn .txWrap .tx > li:nth-child(3) .dot > li:nth-child(3) {
            background: #009fe8; }
        .about-usPage .sec02 .fixWrap .wrapIn .txWrap .tx > li:nth-child(4) {
          z-index: 10002; }
          .about-usPage .sec02 .fixWrap .wrapIn .txWrap .tx > li:nth-child(4) .dot > li:nth-child(4) {
            background: #009fe8; }
        .about-usPage .sec02 .fixWrap .wrapIn .txWrap .tx > li:nth-child(5) {
          z-index: 10003; }
          .about-usPage .sec02 .fixWrap .wrapIn .txWrap .tx > li:nth-child(5) .dot > li:nth-child(5) {
            background: #009fe8; }
        .about-usPage .sec02 .fixWrap .wrapIn .txWrap .tx > li.view .dot {
          opacity: 1; }
        .about-usPage .sec02 .fixWrap .wrapIn .txWrap .tx > li.view p {
          opacity: 1;
          -webkit-filter: blur(0px);
          filter: blur(0px); }
          .about-usPage .sec02 .fixWrap .wrapIn .txWrap .tx > li.view p span::before {
            width: 100%; }
      .about-usPage .sec02 .fixWrap .wrapIn .txWrap.move .tx > li:nth-child(1) {
        opacity: 1; }
        .about-usPage .sec02 .fixWrap .wrapIn .txWrap.move .tx > li:nth-child(1) span::before {
          width: 100%; }
        .about-usPage .sec02 .fixWrap .wrapIn .txWrap.move .tx > li:nth-child(1) span bold {
          opacity: 1;
          transform: rotate(0deg) translateY(0px); }
      .about-usPage .sec02 .fixWrap .wrapIn .bgWrap {
        width: 100%;
        height: 100vh;
        position: absolute;
        top: 0;
        left: 0; }
        .about-usPage .sec02 .fixWrap .wrapIn .bgWrap .bg {
          position: relative;
          width: 100%;
          height: 100%; }
          .about-usPage .sec02 .fixWrap .wrapIn .bgWrap .bg li {
            position: absolute;
            width: 100%;
            height: 100%;
            display: block;
            opacity: 0;
            transition: all .3s ease-in-out;
            z-index: 9;
            -webkit-transition-duration: 1s;
            transition-duration: 1s; }
            .about-usPage .sec02 .fixWrap .wrapIn .bgWrap .bg li img {
              height: 100%;
              width: 100%;
              -o-object-fit: cover;
              object-fit: cover; }
            .about-usPage .sec02 .fixWrap .wrapIn .bgWrap .bg li.view {
              opacity: 1;
              -webkit-filter: blur(0px);
              filter: blur(0px); }
            .about-usPage .sec02 .fixWrap .wrapIn .bgWrap .bg li:nth-child(1) {
              opacity: 1;
              z-index: 9; }
            .about-usPage .sec02 .fixWrap .wrapIn .bgWrap .bg li:nth-child(2) {
              z-index: 10; }
            .about-usPage .sec02 .fixWrap .wrapIn .bgWrap .bg li:nth-child(3) {
              z-index: 11; }
            .about-usPage .sec02 .fixWrap .wrapIn .bgWrap .bg li:nth-child(4) {
              z-index: 12; }
            .about-usPage .sec02 .fixWrap .wrapIn .bgWrap .bg li:nth-child(5) {
              z-index: 13; }
  .about-usPage .sec02 .ctWrap > div {
    height: 70vh; }
.about-usPage .sec03 .mainEnTx {
  opacity: .4;
  font-size: 22.0rem;
  top: 58%; }
  @media screen and (max-width: 1399px) {
    .about-usPage .sec03 .mainEnTx {
      font-size: 16rem; } }
  @media screen and (max-width: 768px) {
    .about-usPage .sec03 .mainEnTx {
      font-size: 5.6rem;
      top: 0; } }
  .about-usPage .sec03 .mainEnTx.move {
    opacity: .1; }
.about-usPage .sec03 .secTtl {
  text-align: center;
  color: #fff; }
  .about-usPage .sec03 .secTtl span {
    display: inline-block;
    font-weight: 800; }
  .about-usPage .sec03 .secTtl .tx01 {
    display: block;
    font-size: 2.4rem;
    line-height: 1.65; }
    @media screen and (max-width: 768px) {
      .about-usPage .sec03 .secTtl .tx01 {
        font-size: 1.6rem; } }
  .about-usPage .sec03 .secTtl .tx02 {
    display: inline-block;
    font-size: 5.4rem;
    line-height: 1.2;
    position: relative; }
    @media screen and (max-width: 768px) {
      .about-usPage .sec03 .secTtl .tx02 {
        font-size: 4.0rem;
        margin-top: 5px; } }
    .about-usPage .sec03 .secTtl .tx02::before {
      content: "";
      position: absolute;
      right: -160px;
      bottom: -18px;
      background: url("../cmn_img/about-us/sec03_item01.png") no-repeat center center/cover;
      width: 218px;
      height: 71px; }
      @media screen and (max-width: 768px) {
        .about-usPage .sec03 .secTtl .tx02::before {
          right: -70px;
          width: 152px;
          height: 49px;
          bottom: -15px; } }
    .about-usPage .sec03 .secTtl .tx02 .en {
      font-size: 8.6rem;
      font-family: "Poppins", "Noto Sans JP", serif !important;
      font-weight: 600; }
      @media screen and (max-width: 768px) {
        .about-usPage .sec03 .secTtl .tx02 .en {
          font-size: 5.0rem; } }
.about-usPage .sec03 .slider {
  color: #fff;
  width: 435px;
  margin: 15px auto 0 auto;
  overflow: inherit; }
  @media screen and (max-width: 768px) {
    .about-usPage .sec03 .slider {
      width: 280px;
      position: relative;
      z-index: 1;
      transform: translateX(-6px); } }
  .about-usPage .sec03 .slider .slick-next, .about-usPage .sec03 .slider .slick-prev {
    background: url("../cmn_img/about-us/slide_arw-r.png") no-repeat center center/cover;
    top: 50%;
    right: -80px;
    border: none;
    width: 69px;
    height: 81px;
    padding: 0; }
    @media screen and (max-width: 768px) {
      .about-usPage .sec03 .slider .slick-next, .about-usPage .sec03 .slider .slick-prev {
        width: 35px;
        height: 40px;
        right: -41px; } }
  .about-usPage .sec03 .slider .slick-prev {
    background-image: url("../cmn_img/about-us/slide_arw-l.png");
    right: auto;
    left: -80px; }
    @media screen and (max-width: 768px) {
      .about-usPage .sec03 .slider .slick-prev {
        left: -32px; } }
  .about-usPage .sec03 .slider .slick-slide {
    position: relative;
    padding: 40px;
    margin: 0; }
    @media screen and (max-width: 768px) {
      .about-usPage .sec03 .slider .slick-slide {
        padding: 15px; } }
    .about-usPage .sec03 .slider .slick-slide::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: no-repeat center center / contain;
      width: 447px;
      height: 586px; }
      @media screen and (max-width: 768px) {
        .about-usPage .sec03 .slider .slick-slide::before {
          width: 292px;
          height: 383px; } }
    .about-usPage .sec03 .slider .slick-slide .wrap {
      padding-top: 138%;
      background: #111;
      position: relative;
      text-align: center;
      border-radius: 30px;
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        .about-usPage .sec03 .slider .slick-slide .wrap {
          border-radius: 20px; } }
      .about-usPage .sec03 .slider .slick-slide .wrap .in {
        width: calc(100% - 80px);
        position: absolute;
        top: 45%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center; }
        @media screen and (max-width: 768px) {
          .about-usPage .sec03 .slider .slick-slide .wrap .in {
            width: calc(100% - 50px); } }
        .about-usPage .sec03 .slider .slick-slide .wrap .in .icon img {
          display: block;
          margin: 0 auto; }
        .about-usPage .sec03 .slider .slick-slide .wrap .in .ttl {
          font-size: 3.0rem;
          font-weight: 800;
          line-height: 1.4;
          margin-top: 10px; }
          @media screen and (max-width: 768px) {
            .about-usPage .sec03 .slider .slick-slide .wrap .in .ttl {
              font-size: 1.8rem;
              margin-top: 5px; } }
          .about-usPage .sec03 .slider .slick-slide .wrap .in .ttl span {
            display: block;
            font-size: 1.2rem;
            font-family: "Poppins", "Noto Sans JP", serif !important;
            font-weight: 600;
            margin-top: 7px;
            font-weight: 500; }
            @media screen and (max-width: 768px) {
              .about-usPage .sec03 .slider .slick-slide .wrap .in .ttl span {
                font-size: 1.0rem;
                margin-top: 3px; } }
          .about-usPage .sec03 .slider .slick-slide .wrap .in .ttl small {
            display: block;
            font-size: 1.5rem; }
            @media screen and (max-width: 768px) {
              .about-usPage .sec03 .slider .slick-slide .wrap .in .ttl small {
                font-size: 1.3rem; } }
        .about-usPage .sec03 .slider .slick-slide .wrap .in .tx {
          font-size: 1.5rem;
          margin-top: 20px;
          text-align: left; }
          @media screen and (max-width: 768px) {
            .about-usPage .sec03 .slider .slick-slide .wrap .in .tx {
              font-size: 1.3rem;
              margin-top: 15px; } }
      .about-usPage .sec03 .slider .slick-slide .wrap .num {
        position: absolute;
        bottom: 15px;
        right: 25px;
        z-index: 1;
        font-size: 2.2rem;
        font-family: "Poppins", "Noto Sans JP", serif !important;
        font-weight: 600;
        font-weight: 700;
        line-height: 1; }
        @media screen and (max-width: 768px) {
          .about-usPage .sec03 .slider .slick-slide .wrap .num {
            font-size: 1.5rem;
            bottom: 10px;
            right: 20px; } }
        .about-usPage .sec03 .slider .slick-slide .wrap .num span {
          font-size: 7.0rem;
          font-weight: 700;
          position: relative;
          display: inline-block;
          margin-right: 25px; }
          @media screen and (max-width: 768px) {
            .about-usPage .sec03 .slider .slick-slide .wrap .num span {
              font-size: 3.8rem;
              margin-right: 20px; } }
          .about-usPage .sec03 .slider .slick-slide .wrap .num span::before {
            content: "";
            position: absolute;
            bottom: 10px;
            right: -14px;
            width: 2px;
            height: 15px;
            background: #fff;
            transform: rotate(25deg); }
            @media screen and (max-width: 768px) {
              .about-usPage .sec03 .slider .slick-slide .wrap .num span::before {
                bottom: 6px;
                height: 12px;
                right: -11px; } }
    .about-usPage .sec03 .slider .slick-slide.card01::before {
      background-image: url("../cmn_img/about-us/sec03_bg01.png"); }
    .about-usPage .sec03 .slider .slick-slide.card01 .wrap {
      background: linear-gradient(90deg, #fd9555, #fc8238); }
    .about-usPage .sec03 .slider .slick-slide.card02::before {
      background-image: url("../cmn_img/about-us/sec03_bg02.png"); }
    .about-usPage .sec03 .slider .slick-slide.card02 .wrap {
      background: linear-gradient(90deg, #8ad6c5, #6bc5b1); }
    .about-usPage .sec03 .slider .slick-slide.card03::before {
      background-image: url("../cmn_img/about-us/sec03_bg03.png"); }
    .about-usPage .sec03 .slider .slick-slide.card03 .wrap {
      background: linear-gradient(90deg, #5170c7, #4060bc); }
    .about-usPage .sec03 .slider .slick-slide.card04::before {
      background-image: url("../cmn_img/about-us/sec03_bg04.png"); }
    .about-usPage .sec03 .slider .slick-slide.card04 .wrap {
      background: linear-gradient(90deg, #bbdb26, #aacc0a); }
    .about-usPage .sec03 .slider .slick-slide.card05::before {
      background-image: url("../cmn_img/about-us/sec03_bg05.png"); }
    .about-usPage .sec03 .slider .slick-slide.card05 .wrap {
      background: linear-gradient(90deg, #e7745c, #d75c43); }
    .about-usPage .sec03 .slider .slick-slide.card06::before {
      background-image: url("../cmn_img/about-us/sec03_bg06.png"); }
    .about-usPage .sec03 .slider .slick-slide.card06 .wrap {
      background: linear-gradient(90deg, #cba0c7, #cd78c5); }
    .about-usPage .sec03 .slider .slick-slide.card07::before {
      background-image: url("../cmn_img/about-us/sec03_bg07.png"); }
    .about-usPage .sec03 .slider .slick-slide.card07 .wrap {
      background: linear-gradient(90deg, #f3d250, #f5be00); }
    .about-usPage .sec03 .slider .slick-slide.card08::before {
      background-image: url("../cmn_img/about-us/sec03_bg08.png"); }
    .about-usPage .sec03 .slider .slick-slide.card08 .wrap {
      background: linear-gradient(90deg, #61cbea, #46bde0); }
    .about-usPage .sec03 .slider .slick-slide.card09::before {
      background-image: url("../cmn_img/about-us/sec03_bg09.png"); }
    .about-usPage .sec03 .slider .slick-slide.card09 .wrap {
      background: linear-gradient(90deg, #45799c, #386d92); }
    .about-usPage .sec03 .slider .slick-slide.card10::before {
      background-image: url("../cmn_img/about-us/sec03_bg10.png"); }
    .about-usPage .sec03 .slider .slick-slide.card10 .wrap {
      background: linear-gradient(90deg, #ca9ec6, #c284bc); }
    .about-usPage .sec03 .slider .slick-slide.card11::before {
      background-image: url("../cmn_img/about-us/sec03_bg11.png"); }
    .about-usPage .sec03 .slider .slick-slide.card11 .wrap {
      background: linear-gradient(90deg, #f2b541, #e6a529); }
    .about-usPage .sec03 .slider .slick-slide.card12::before {
      background-image: url("../cmn_img/about-us/sec03_bg12.png"); }
    .about-usPage .sec03 .slider .slick-slide.card12 .wrap {
      background: linear-gradient(90deg, #33ab44, #149326); }
    .about-usPage .sec03 .slider .slick-slide.card13::before {
      background-image: url("../cmn_img/about-us/sec03_bg13.png"); }
    .about-usPage .sec03 .slider .slick-slide.card13 .wrap {
      background: linear-gradient(90deg, #e18383, #d47575); }
    .about-usPage .sec03 .slider .slick-slide.card14::before {
      background-image: url("../cmn_img/about-us/sec03_bg14.png"); }
    .about-usPage .sec03 .slider .slick-slide.card14 .wrap {
      background: linear-gradient(90deg, #b3cd3b, #a6c12a); }
    .about-usPage .sec03 .slider .slick-slide.card15::before {
      background-image: url("../cmn_img/about-us/sec03_bg15.png"); }
    .about-usPage .sec03 .slider .slick-slide.card15 .wrap {
      background: linear-gradient(90deg, #df725c, #d75c43); }
    .about-usPage .sec03 .slider .slick-slide.card16::before {
      background-image: url("../cmn_img/about-us/sec03_bg16.png"); }
    .about-usPage .sec03 .slider .slick-slide.card16 .wrap {
      background: linear-gradient(90deg, #90a658, #839a47); }
.about-usPage .sec04 {
  background: url("../cmn_img/about-us/sec04_bg.jpg") no-repeat center center/cover;
  padding: 160px 0;
  text-align: center;
  color: #fff; }
  @media screen and (max-width: 768px) {
    .about-usPage .sec04 {
      padding: 80px 0; } }
  .about-usPage .sec04 .mainEnTx {
    color: #61cbfc; }
    .about-usPage .sec04 .mainEnTx.move {
      color: #41bff8; }
  .about-usPage .sec04 .copy {
    font-size: 4.0rem;
    font-weight: 800; }
    @media screen and (max-width: 768px) {
      .about-usPage .sec04 .copy {
        font-size: 2.5rem; } }
  .about-usPage .sec04 .tx {
    font-size: 2.1rem;
    font-weight: 700; }
    @media screen and (max-width: 768px) {
      .about-usPage .sec04 .tx {
        font-size: 1.5rem; } }

/*
.about-usPage{
	.pcHd{
		background: #fff;
	}
	.wrapper{
		position: relative;
		&::before{
			content: "";
			position: fixed;
			top: 0;
			left: 0;
			width: 100%;
			height: 100vh;
			background: url("../cmn_img/about-us/bg.jpg") no-repeat center center / cover;
			z-index: -1;
		}
	}
	.container{
		color: #fff;
	}
	.secTtl{
		margin-bottom: 40px;
		@media screen and (max-width: $break-m) {
			margin-bottom: 25px;
		}
		.enTx{
			@include en;
			font-weight: 600;
			font-size: 6.2rem;
			display: inline-block;
			position: relative;
			line-height: 1;
			@media screen and (max-width: $break-m) {
				font-size: 3.4rem;
			}
			&::before{
				content: "";
				position: absolute;
				bottom: 11px;
				right: -120px;
				width: 95px;
				height: 1px;
				background: #fff;
				@media screen and (max-width: $break-m) {
					width: 75px;
					right: -90px;
					bottom: 7px;
				}
			}
		}
		.jpTx{
			display: block;
			font-size: 1.6rem;
			font-weight: 600;
			margin-top:5px;
			@media screen and (max-width: $break-m) {
				font-size: 1.3rem;
			}
		}
	}
	.inr{
		font-size: 0;
		.boxL{
			width: 47%;
			margin-right: 6%;
			display: inline-block;
			vertical-align: middle;
			@media screen and (max-width: $break-m) {
				width: 100%;
				margin: 0 0 25px;
			}
		}
		.boxR{
			width: 47%;
			display: inline-block;
			vertical-align: middle;
			@media screen and (max-width: $break-m) {
				width: 100%;
			}
		}
	}
	.sec01{
		margin-top: -120px;
		@media screen and (max-width: $break-m) {
			margin-top: 40px;
		}
		.readTx{
			font-weight: 800;
			font-size: 2.4rem;
			@media screen and (max-width: $break-m) {
				font-size: 1.6rem;
				position: relative;
				z-index: 1;
			}
		}
		.boxR{
			@media screen and (max-width: $break-m) {
				margin-top: -75px;
			}
		}
	}
	.sec02{
		.ttl{
			margin-bottom: 10px;
			span{
				font-size: 2.0rem;
				font-weight: 800;
				background: $c_ore;
				padding: 4px 15px;
				@include brS;
				@media screen and (max-width: $break-m) {
					font-size: 1.5rem;
					padding: 2px 12px 4px;
				}
			}
		}
		.list{
			>li{
				display: block;
				span{
					display: inline-block;
					font-size: 2.0rem;
					font-weight: 800;
					position: relative;
					padding-left: 30px;
					@media screen and (max-width: $break-m) {
						font-size: 1.4rem;
						padding-left: 22px;
					}
					&::before{
						content: "";
						position: absolute;
						top: 11px;
						left: 0;
						width: 18px;
						height: 18px;
						background: #fff;
						opacity: .3;
						border-radius: 90px;
						@media screen and (max-width: $break-m) {
							top: 7px;
							width: 14px;
							height: 14px;
						}
					}
					&::after{
						content: "";
						position: absolute;
						top: 16px;
						left: 5px;
						width: 8px;
						height: 8px;
						background: #fff;
						border-radius: 90px;
						@media screen and (max-width: $break-m) {
							width: 6px;
							height: 6px;
							top: 11px;
							left: 4px;
						}
					}
				}
			}
		}
	}
	.sec03{
		.inr{
			@media screen and (max-width: $break-m) {
				width: 100%;
			}
		}
		.boxL{
			@media screen and (max-width: $break-m) {
				position: relative;
				z-index: 1;
			}
		}
		.readTx{
			font-size: 3.6rem;
			font-weight: 800;
			line-height: 1.7;
			@media screen and (max-width: $break-m) {
				font-size: 2.2rem;
				text-align: center;
			}
		}
		.dotArea{
			margin-top: 25px;
			display: block;
			width: 360px;
			@media screen and (max-width: $break-m) {
				width: 300px;
				display: block;
				margin: 15px auto 0;
			}
			.dotWrap{
				@media screen and (max-width: $break-m) {
					text-align: center;
				}
				>li{
					display: inline-block;
					width: 34px;
					@include en;
					background: #33b2ed;
					padding: 5px 0;
					text-align: center;
					color: #fff;
					font-size: 1.2rem;
					border-radius: 90px;
					margin: 5px 10px 5px auto;
					@media screen and (max-width: $break-m) {
						font-size: 1.1rem;
						width: 32px;
						margin: 3px 6px 3px auto;
					}
					&.slick-active{
						background: $c_main;
					}
					&:nth-child(8n){
						@media screen and (max-width: $break-m) {
							margin-right: 0;
						}
					}
				}
			}
		}
		.boxR{
			background: url("../cmn_img/about-us/sec03_bg.png") no-repeat center center / contain;
			padding: 85px 0;
			@media screen and (max-width: $break-m) {
				padding-top: 30px;
				background: none;
				overflow: hidden;
				position: relative;
			}
			&::before{
				@media screen and (max-width: $break-m) {
					content: "";
					position: absolute;
					top: 50%;
					left: 50%;
					transform: translate(-50%, -50%);
					width: 102%;
					height: 100%;
					background: url("../cmn_img/about-us/sec03_bg.png") no-repeat center center / cover;
				}
			}
		}
		.slider{
			width: 330px;
			margin: 0 auto;
			@media screen and (max-width: $break-m) {
				width: 230px;
				position: relative;
				z-index: 1;
			}
			.slick-slide{
				.wrap{
					padding-top: 143.3846%;
					background: #111;
					position: relative;	
					text-align: center;
					@include brL;
					.in{
						width: calc(100% - 60px);
						position: absolute;
						top: 45%;
						left: 50%;
						transform: translate(-50%, -50%);
						text-align: center;
						@media screen and (max-width: $break-m) {
							width: calc(100% - 40px);
						}
						.icon{
							img{
								display: block;
								margin: 0 auto;
							}
						}
						.ttl{
							font-size: 3.0rem;
							font-weight: 800;
							line-height: 1.4;
							margin-top: 10px;
							@media screen and (max-width: $break-m) {
								font-size: 1.8rem;
								margin-top: 5px;
							}
							span{
								display: block;
								font-size: 1.2rem;
								@include en;
								margin-top: 7px;
								font-weight: 500;
								@media screen and (max-width: $break-m) {
									font-size: 1.0rem;
									margin-top: 3px;
								}
							}
							small{
								display: block;
								font-size: 1.5rem;
								@media screen and (max-width: $break-m) {
									font-size: 1.3rem;
								}
							}
						}
						.tx{
							font-size: 1.5rem;
							margin-top: 20px;
							text-align: left;
							@media screen and (max-width: $break-m) {
								font-size: 1.3rem;
								margin-top: 15px;
							}
						}
					}
					.num{
						position: absolute;
						bottom: 15px;
						right: 25px;
						z-index: 1;
						font-size: 2.2rem;
						@include en;
						font-weight: 700;
						line-height: 1;
						@media screen and (max-width: $break-m) {
							font-size: 1.5rem;
							bottom: 10px;
							right: 20px;
						}
						span{
							font-size: 7.0rem;
							font-weight: 700;
							position: relative;
							display: inline-block;
							margin-right: 25px;
							@media screen and (max-width: $break-m) {
								font-size: 3.8rem;
								margin-right: 20px;
							}
							&::before{
								content: "";
								position: absolute;
								bottom: 10px;
								right: -14px;
								width: 2px;
								height: 15px;
								background: #fff;
								transform: rotate(25deg);
								@media screen and (max-width: $break-m) {
									bottom: 6px;
									height: 12px;
									right: -11px;
								}
							}
						}
					}
				}
				
				&.card01{
					.wrap{
						background: linear-gradient(90deg, #fd9555, #fc8238);
					}
				}
				&.card02{
					.wrap{
						background: linear-gradient(90deg, #8ad6c5, #6bc5b1);
					}
				}
				&.card03{
					.wrap{
						background: linear-gradient(90deg, #5170c7, #4060bc);
					}
				}
				&.card04{
					.wrap{
						background: linear-gradient(90deg, #bbdb26, #aacc0a);
					}
				}
				&.card05{
					.wrap{
						background: linear-gradient(90deg, #e7745c, #d75c43);
					}
				}
				&.card06{
					.wrap{
						background: linear-gradient(90deg, #cba0c7, #cd78c5);
					}
				}
				&.card07{
					.wrap{
						background: linear-gradient(90deg, #f3d250, #f5be00);
					}
				}
				&.card08{
					.wrap{
						background: linear-gradient(90deg, #61cbea, #46bde0);
					}
				}
				&.card09{
					.wrap{
						background: linear-gradient(90deg, #45799c, #386d92);
					}
				}
				&.card10{
					.wrap{
						background: linear-gradient(90deg, #ca9ec6, #c284bc);
					}
				}
				&.card11{
					.wrap{
						background: linear-gradient(90deg, #f2b541, #e6a529);
					}
				}
				&.card12{
					.wrap{
						background: linear-gradient(90deg, #e298bf, #d477a7);
					}
				}
				&.card13{
					.wrap{
						background: linear-gradient(90deg, #9881ac, #83659d);
					}
				}
				&.card14{
					.wrap{
						background: linear-gradient(90deg, #b3cd3b, #a6c12a);
					}
				}
				&.card15{
					.wrap{
						background: linear-gradient(90deg, #df725c, #d75c43);
					}
				}
				&.card16{
					.wrap{
						background: linear-gradient(90deg, #90a658, #839a47);
					}
				}
			}
		}
	}
	.sec04{
		.boxL{
			.readTx{
				font-size: 3.6rem;
				font-weight: 800;
				line-height: 1.7;
				@media screen and (max-width: $break-m) {
					font-size: 2.2rem;
				}
			}
			.tx{
				font-size: 1.8rem;
				font-weight: 700;
				margin-top: 10px;
				@media screen and (max-width: $break-m) {
					font-size: 1.3rem;
				}
			}
		}
		.boxR{
			.img{
				@include brL;
			}
		}
	}
}*/
.worksPage .cmn_worksList {
  margin-top: 40px; }
  .worksPage .cmn_worksList > li {
    margin-bottom: 60px; }
    @media screen and (max-width: 768px) {
      .worksPage .cmn_worksList > li {
        margin-bottom: 50px; } }
    @media screen and (max-width: 768px) {
      .worksPage .cmn_worksList > li .txWrap {
        margin-top: 15px; } }
    @media screen and (max-width: 768px) {
      .worksPage .cmn_worksList > li .tx {
        font-size: 1.2rem; } }
    @media screen and (max-width: 768px) {
      .worksPage .cmn_worksList > li .btn {
        margin-top: 10px; } }

.worksPage_detail .mv {
  padding: 60px 0; }
  @media screen and (max-width: 768px) {
    .worksPage_detail .mv {
      padding: 35px 0; } }
  .worksPage_detail .mv .breadcrumb {
    padding: 10px 0; }
  .worksPage_detail .mv .ttlArea {
    font-size: 0; }
    .worksPage_detail .mv .ttlArea .boxR {
      width: 47.5%;
      display: inline-block;
      vertical-align: middle; }
      @media screen and (max-width: 768px) {
        .worksPage_detail .mv .ttlArea .boxR {
          width: 100%; } }
      .worksPage_detail .mv .ttlArea .boxR .cmn_ofi {
        border-radius: 30px;
        overflow: hidden; }
        @media screen and (max-width: 768px) {
          .worksPage_detail .mv .ttlArea .boxR .cmn_ofi {
            border-radius: 20px; } }
    .worksPage_detail .mv .ttlArea .boxL {
      margin-right: 5%;
      width: 47.5%;
      display: inline-block;
      vertical-align: middle; }
      @media screen and (max-width: 768px) {
        .worksPage_detail .mv .ttlArea .boxL {
          width: 100%;
          margin-bottom: 20px; } }
      .worksPage_detail .mv .ttlArea .boxL .day {
        font-size: 1.2rem;
        font-family: "Poppins", "Noto Sans JP", serif !important;
        font-weight: 600;
        display: inline-block;
        vertical-align: middle;
        margin-right: 15px;
        font-weight: 500; }
        @media screen and (max-width: 768px) {
          .worksPage_detail .mv .ttlArea .boxL .day {
            font-size: 1.1rem; } }
      .worksPage_detail .mv .ttlArea .boxL .cmn_cateList {
        display: inline-block;
        vertical-align: middle; }
        .worksPage_detail .mv .ttlArea .boxL .cmn_cateList > li {
          background: #fff; }
      .worksPage_detail .mv .ttlArea .boxL .kijiTtl {
        font-size: 3.0rem;
        font-weight: 800;
        line-height: 1.7;
        margin: 15px auto 25px; }
        @media screen and (max-width: 768px) {
          .worksPage_detail .mv .ttlArea .boxL .kijiTtl {
            font-size: 1.8rem;
            margin: 10px auto; } }

.disclosurePage .sec01 .secList > li {
  margin-bottom: 60px; }
  .disclosurePage .sec01 .secList > li.last {
    margin-bottom: 0; }
  .disclosurePage .sec01 .secList > li .tx {
    font-size: 1.5rem; }
    @media screen and (max-width: 768px) {
      .disclosurePage .sec01 .secList > li .tx {
        font-size: 1.3rem; } }
  .disclosurePage .sec01 .secList > li .accordion {
    margin-bottom: 15px; }
    @media screen and (max-width: 768px) {
      .disclosurePage .sec01 .secList > li .accordion {
        margin-bottom: 10px; } }
    .disclosurePage .sec01 .secList > li .accordion dt {
      font-size: 1.6rem;
      color: #fff;
      background: #fff;
      border: 1px solid #009fe8;
      color: #009fe8;
      border-radius: 5px;
      overflow: hidden;
      padding: 12px 20px 10px 20px;
      position: relative;
      cursor: pointer;
      transition: all .3s ease-in-out; }
      @media screen and (max-width: 768px) {
        .disclosurePage .sec01 .secList > li .accordion dt {
          border-radius: 4px; } }
      @media screen and (max-width: 768px) {
        .disclosurePage .sec01 .secList > li .accordion dt {
          font-size: 1.4rem;
          padding: 8px 15px; } }
      .disclosurePage .sec01 .secList > li .accordion dt::before {
        content: "";
        position: absolute;
        top: 50%;
        right: 15px;
        width: 12px;
        height: 2px;
        background: #009fe8; }
      .disclosurePage .sec01 .secList > li .accordion dt::after {
        content: "";
        position: absolute;
        top: calc(50% - 5px);
        right: 20px;
        width: 2px;
        height: 12px;
        background: #009fe8; }
      .disclosurePage .sec01 .secList > li .accordion dt.active::after {
        content: none; }
    .disclosurePage .sec01 .secList > li .accordion dd {
      display: none; }
      .disclosurePage .sec01 .secList > li .accordion dd .linkList {
        padding: 15px; }
        .disclosurePage .sec01 .secList > li .accordion dd .linkList > li a {
          padding: 2px 0;
          display: block;
          font-size: 1.4rem;
          padding-left: 18px;
          position: relative; }
          @media screen and (max-width: 768px) {
            .disclosurePage .sec01 .secList > li .accordion dd .linkList > li a {
              font-size: 1.3rem; } }
          .disclosurePage .sec01 .secList > li .accordion dd .linkList > li a::before {
            content: "";
            position: absolute;
            top: 50%;
            left: 0%;
            transform: translateY(-50%);
            display: inline-block;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 4px 0px 4px 8px;
            border-color: transparent transparent transparent #009fe8; }
          .disclosurePage .sec01 .secList > li .accordion dd .linkList > li a span {
            color: #999;
            font-size: 1.2rem; }
            @media screen and (max-width: 768px) {
              .disclosurePage .sec01 .secList > li .accordion dd .linkList > li a span {
                font-size: 1.1rem; } }
          .disclosurePage .sec01 .secList > li .accordion dd .linkList > li a:hover {
            text-decoration: underline; }

.historyPage .pageTtl_01 {
  text-align: center; }
  .historyPage .pageTtl_01 span {
    display: inline-block;
    position: relative;
    color: #fff;
    font-family: "Poppins", "Noto Sans JP", serif !important;
    font-weight: 600;
    font-size: 5.0rem;
    line-height: 1.7;
    margin-bottom: 15px; }
    @media screen and (max-width: 768px) {
      .historyPage .pageTtl_01 span {
        font-size: 2.6rem;
        margin-bottom: 10px; } }
    .historyPage .pageTtl_01 span::before, .historyPage .pageTtl_01 span::after {
      content: "";
      position: absolute;
      top: 50%;
      left: -35px;
      transform: translateY(-50%);
      background: url("../cmn_img/history/item01.png") no-repeat center center/cover;
      width: 19px;
      height: 37px; }
      @media screen and (max-width: 768px) {
        .historyPage .pageTtl_01 span::before, .historyPage .pageTtl_01 span::after {
          width: 11px;
          height: 22px;
          left: -25px; } }
    .historyPage .pageTtl_01 span::after {
      background-image: url("../cmn_img/history/item02.png");
      left: auto;
      right: -35px; }
      @media screen and (max-width: 768px) {
        .historyPage .pageTtl_01 span::after {
          right: -25px; } }
.historyPage .sec01 {
  background: #1f2e55;
  color: #fff;
  position: relative; }
  @media screen and (max-width: 768px) {
    .historyPage .sec01 {
      padding: 85px 0; } }
  .historyPage .sec01::before {
    content: "IPPO";
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 30.0rem;
    color: #303d5f;
    font-family: "Poppins", "Noto Sans JP", serif !important;
    font-weight: 600;
    font-weight: 800;
    line-height: 1; }
    @media screen and (max-width: 768px) {
      .historyPage .sec01::before {
        font-size: 13.0rem; } }
  .historyPage .sec01 .inr {
    position: relative; }
    .historyPage .sec01 .inr .img01, .historyPage .sec01 .inr .img02 {
      position: absolute;
      left: -20px;
      top: -70px;
      width: 25%; }
      @media screen and (max-width: 768px) {
        .historyPage .sec01 .inr .img01, .historyPage .sec01 .inr .img02 {
          width: 32%;
          top: -85px; } }
    .historyPage .sec01 .inr .img02 {
      left: auto;
      right: 0px;
      top: 0; }
      @media screen and (max-width: 768px) {
        .historyPage .sec01 .inr .img02 {
          top: auto;
          bottom: -30px;
          right: -25px; } }
  .historyPage .sec01 .txWrap {
    position: relative;
    z-index: 9; }
    .historyPage .sec01 .txWrap .copy {
      text-align: center;
      font-weight: 800;
      font-size: 2.8rem;
      margin-bottom: 10px;
      line-height: 1.7; }
      @media screen and (max-width: 768px) {
        .historyPage .sec01 .txWrap .copy {
          font-size: 2.0rem; } }
    .historyPage .sec01 .txWrap .tx01 {
      font-size: 1.6rem;
      text-align: center;
      line-height: 2.2; }
      @media screen and (max-width: 768px) {
        .historyPage .sec01 .txWrap .tx01 {
          font-size: 1.3rem;
          text-align: left; } }
      .historyPage .sec01 .txWrap .tx01 .bg {
        font-weight: 800;
        display: inline;
        padding: 5px;
        background: linear-gradient(transparent 0%, #fff 0%);
        color: #1f2e55;
        line-height: 2.6; }
        @media screen and (max-width: 768px) {
          .historyPage .sec01 .txWrap .tx01 .bg {
            padding: 3px; } }
      .historyPage .sec01 .txWrap .tx01 .line {
        display: inline;
        line-height: 3;
        color: #009fe8;
        border-bottom: 2px solid #009fe8;
        font-weight: 800;
        font-size: 1.7rem; }
        @media screen and (max-width: 768px) {
          .historyPage .sec01 .txWrap .tx01 .line {
            font-size: 1.4rem; } }
    .historyPage .sec01 .txWrap .tx02 {
      font-size: 2.0rem;
      margin-top: 55px;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .historyPage .sec01 .txWrap .tx02 {
          font-size: 1.4rem;
          margin-top: 30px; } }
    .historyPage .sec01 .txWrap .hideArea {
      display: none; }
    .historyPage .sec01 .txWrap .moreBtn {
      font-size: 1.4rem;
      width: 140px;
      display: block;
      margin: 0 auto;
      text-align: left;
      padding: 8px 0;
      transition: all .3s ease-in-out;
      border-bottom: 1px solid #fff;
      margin-top: 20px;
      position: relative; }
      @media screen and (max-width: 768px) {
        .historyPage .sec01 .txWrap .moreBtn {
          font-size: 1.2rem; } }
      .historyPage .sec01 .txWrap .moreBtn::after {
        content: "Read more";
        transition: all .3s ease-in-out;
        font-family: "Poppins", "Noto Sans JP", serif !important;
        font-weight: 600;
        color: #fff; }
      .historyPage .sec01 .txWrap .moreBtn::before {
        content: "";
        position: absolute;
        top: 50%;
        right: 0%;
        transform: translateY(-50%);
        background: url("../cmn_img/arw_btm_wh.png") no-repeat center center/cover;
        width: 10px;
        height: 6px;
        transition: all .3s ease-in-out; }
      .historyPage .sec01 .txWrap .moreBtn.on-click::after {
        content: "Close"; }
      .historyPage .sec01 .txWrap .moreBtn.on-click::before {
        transform: translateY(-50%) rotate(180deg); }
.historyPage .sec02 {
  padding-bottom: 0; }
  .historyPage .sec02 .inr {
    font-size: 0; }
  .historyPage .sec02 .yearBox {
    position: sticky;
    top: 160px;
    left: 0;
    width: 140px;
    display: inline-block;
    vertical-align: top;
    z-index: 99; }
    @media screen and (max-width: 768px) {
      .historyPage .sec02 .yearBox {
        display: none; } }
    .historyPage .sec02 .yearBox .yearList > li a {
      font-size: 1.1rem;
      display: block;
      padding-left: 15px;
      position: relative; }
      .historyPage .sec02 .yearBox .yearList > li a::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0%;
        transform: translateY(-50%);
        width: 6px;
        height: 6px;
        background: #333;
        border-radius: 90px; }
      .historyPage .sec02 .yearBox .yearList > li a span {
        font-size: 1.7rem;
        display: inline-block;
        margin-right: 2px; }
      .historyPage .sec02 .yearBox .yearList > li a:hover {
        color: #009fe8; }
        .historyPage .sec02 .yearBox .yearList > li a:hover::before {
          background: #009fe8; }
  .historyPage .sec02 .detailArea {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 140px);
    margin-top: -70px;
    position: relative;
    z-index: 9; }
    @media screen and (max-width: 768px) {
      .historyPage .sec02 .detailArea {
        width: 100%;
        margin-top: -30px; } }
    .historyPage .sec02 .detailArea .line {
      position: sticky;
      left: 0;
      top: 0;
      width: 1px;
      height: 50vh;
      opacity: 0;
      background: #333;
      margin-left: 19px;
      margin-top: 90px; }
      @media screen and (max-width: 768px) {
        .historyPage .sec02 .detailArea .line {
          margin-left: 0px; } }
      .historyPage .sec02 .detailArea .line::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 2px;
        height: 100%;
        background: #fff;
        transition: all .3s ease-in-out;
        transition-duration: 1s; }
      .historyPage .sec02 .detailArea .line.animated::before {
        height: 0; }
    .historyPage .sec02 .detailArea .detailList {
      position: relative;
      margin-top: calc(-50vh - 90px); }
      .historyPage .sec02 .detailArea .detailList > li {
        padding-top: 40px;
        font-size: 0;
        position: relative;
        padding-left: 70px;
        z-index: 9; }
        @media screen and (max-width: 768px) {
          .historyPage .sec02 .detailArea .detailList > li {
            padding-top: 35px;
            padding-left: 25px; } }
        .historyPage .sec02 .detailArea .detailList > li::before {
          content: "";
          position: absolute;
          top: calc(50% + 20px);
          left: 0%;
          transform: scale(0.1) translateY(-50%);
          background: url("../cmn_img/history/sec02_item01.png") no-repeat center center/cover;
          width: 37px;
          height: 37px;
          z-index: 9;
          opacity: 0;
          transition: all .3s ease-in-out;
          transition-delay: 1s;
          transition-duration: .6s; }
          @media screen and (max-width: 768px) {
            .historyPage .sec02 .detailArea .detailList > li::before {
              width: 25px;
              height: 25px;
              left: -12px;
              top: calc(50% + 17px); } }
        .historyPage .sec02 .detailArea .detailList > li .bgTx {
          position: absolute;
          z-index: -9;
          line-height: 1;
          top: 0px;
          left: -180px;
          font-size: 16.0rem;
          font-weight: 800;
          opacity: 0 !important; }
          @media screen and (max-width: 768px) {
            .historyPage .sec02 .detailArea .detailList > li .bgTx {
              font-size: 6.0rem;
              left: -30px;
              top: 20px; } }
          .historyPage .sec02 .detailArea .detailList > li .bgTx.animated {
            opacity: 0.05 !important; }
        .historyPage .sec02 .detailArea .detailList > li .txWrap .year {
          font-size: 1.5rem;
          font-weight: 800; }
          @media screen and (max-width: 768px) {
            .historyPage .sec02 .detailArea .detailList > li .txWrap .year {
              font-size: 1.1rem; } }
        .historyPage .sec02 .detailArea .detailList > li .txWrap .ttl {
          font-size: 2.2rem;
          font-weight: 800;
          line-height: 1.65; }
          @media screen and (max-width: 768px) {
            .historyPage .sec02 .detailArea .detailList > li .txWrap .ttl {
              font-size: 1.4rem; } }
        .historyPage .sec02 .detailArea .detailList > li .txWrap .tx {
          font-size: 1.4rem;
          margin-top: 7px; }
          @media screen and (max-width: 768px) {
            .historyPage .sec02 .detailArea .detailList > li .txWrap .tx {
              font-size: 1.2rem;
              margin-top: 4px;
              line-height: 1.7; } }
        .historyPage .sec02 .detailArea .detailList > li.last {
          margin-bottom: 0; }
        .historyPage .sec02 .detailArea .detailList > li.ptn02 .img {
          width: 180px;
          display: inline-block;
          vertical-align: middle;
          margin-right: 40px; }
          @media screen and (max-width: 768px) {
            .historyPage .sec02 .detailArea .detailList > li.ptn02 .img {
              width: 100px;
              margin-right: 20px; } }
        .historyPage .sec02 .detailArea .detailList > li.ptn02 .txWrap {
          width: calc(100% - 220px);
          display: inline-block;
          vertical-align: middle; }
          @media screen and (max-width: 768px) {
            .historyPage .sec02 .detailArea .detailList > li.ptn02 .txWrap {
              width: calc(100% - 120px); } }
        .historyPage .sec02 .detailArea .detailList > li.ptn03::before {
          background-image: url("../cmn_img/history/sec02_item02.png"); }
        .historyPage .sec02 .detailArea .detailList > li.ptn03 .bgTx {
          font-size: 30.0rem;
          top: 0px; }
          @media screen and (max-width: 768px) {
            .historyPage .sec02 .detailArea .detailList > li.ptn03 .bgTx {
              font-size: 10.0rem; } }
        .historyPage .sec02 .detailArea .detailList > li.ptn03 .img {
          width: 48%;
          display: inline-block;
          vertical-align: middle; }
          @media screen and (max-width: 768px) {
            .historyPage .sec02 .detailArea .detailList > li.ptn03 .img {
              width: 100%; } }
        .historyPage .sec02 .detailArea .detailList > li.ptn03 .txWrap {
          width: 48%;
          margin-right: 4%;
          display: inline-block;
          vertical-align: middle; }
          @media screen and (max-width: 768px) {
            .historyPage .sec02 .detailArea .detailList > li.ptn03 .txWrap {
              width: 100%;
              margin: 0 auto 20px; } }
          .historyPage .sec02 .detailArea .detailList > li.ptn03 .txWrap .year {
            font-size: 1.8rem; }
            @media screen and (max-width: 768px) {
              .historyPage .sec02 .detailArea .detailList > li.ptn03 .txWrap .year {
                font-size: 1.3rem; } }
          .historyPage .sec02 .detailArea .detailList > li.ptn03 .txWrap .ttl {
            font-size: 3.0rem; }
            @media screen and (max-width: 768px) {
              .historyPage .sec02 .detailArea .detailList > li.ptn03 .txWrap .ttl {
                font-size: 1.7rem; } }
          .historyPage .sec02 .detailArea .detailList > li.ptn03 .txWrap .ttlStyle_03 {
            margin-bottom: 10px; }
            .historyPage .sec02 .detailArea .detailList > li.ptn03 .txWrap .ttlStyle_03 span {
              background: #009fe8; }
              .historyPage .sec02 .detailArea .detailList > li.ptn03 .txWrap .ttlStyle_03 span::before {
                border-color: #009fe8 transparent transparent transparent; }
        .historyPage .sec02 .detailArea .detailList > li.ptn03.ore::before {
          background-image: url("../cmn_img/history/sec02_item03.png"); }
        .historyPage .sec02 .detailArea .detailList > li.ptn03.ore .txWrap .ttlStyle_03 span {
          background: #f58d08; }
          .historyPage .sec02 .detailArea .detailList > li.ptn03.ore .txWrap .ttlStyle_03 span::before {
            border-color: #f58d08 transparent transparent transparent; }
        .historyPage .sec02 .detailArea .detailList > li:nth-child(1)::before {
          opacity: 1 !important;
          transform: translateY(-50%) scale(1) !important;
          transition: 0; }
        .historyPage .sec02 .detailArea .detailList > li.last {
          padding-bottom: 130px; }
          @media screen and (max-width: 768px) {
            .historyPage .sec02 .detailArea .detailList > li.last {
              padding-bottom: 70px; } }
          .historyPage .sec02 .detailArea .detailList > li.last::after {
            height: 50%; }
        .historyPage .sec02 .detailArea .detailList > li.animated::before {
          transform: translateY(-50%) scale(1);
          opacity: 1; }
.historyPage .sec03 {
  background: url("../cmn_img/history/sec03_bg.jpg") no-repeat center center/cover;
  color: #fff; }
  .historyPage .sec03 .tx01 {
    font-size: 2.0rem;
    text-align: center;
    line-height: 2.2;
    font-weight: 800; }
    @media screen and (max-width: 768px) {
      .historyPage .sec03 .tx01 {
        text-align: left;
        line-height: 2;
        font-size: 1.4rem; } }

.user-guidePage .sec01 .flowList > li {
  background: #fff;
  border: 1px solid #ccc;
  padding: 30px 30px 35px;
  text-align: center;
  border-radius: 30px;
  overflow: hidden;
  overflow: inherit;
  margin-bottom: 30px;
  position: relative; }
  @media screen and (max-width: 768px) {
    .user-guidePage .sec01 .flowList > li {
      border-radius: 20px; } }
  @media screen and (max-width: 768px) {
    .user-guidePage .sec01 .flowList > li {
      padding: 25px 20px;
      margin-bottom: 25px; } }
  .user-guidePage .sec01 .flowList > li::before {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 50px 0px 50px;
    border-color: #ddd transparent transparent transparent; }
    @media screen and (max-width: 768px) {
      .user-guidePage .sec01 .flowList > li::before {
        bottom: -20px;
        border-width: 20px 50px 0px 50px; } }
  .user-guidePage .sec01 .flowList > li .icon {
    position: absolute;
    top: -15px;
    right: 30px;
    width: 70px;
    text-align: center;
    color: #fff;
    border-radius: 90px;
    background: #333;
    font-size: 2.0rem;
    line-height: 1.2;
    padding: 17px 0 15px 0; }
    @media screen and (max-width: 768px) {
      .user-guidePage .sec01 .flowList > li .icon {
        width: 50px;
        font-size: 1.6rem;
        right: -10px;
        padding: 10px 0 9px 0; } }
    .user-guidePage .sec01 .flowList > li .icon span {
      display: block;
      font-size: 1.1rem; }
      @media screen and (max-width: 768px) {
        .user-guidePage .sec01 .flowList > li .icon span {
          font-size: 1.0rem; } }
  .user-guidePage .sec01 .flowList > li .boxTtl {
    font-weight: 600;
    font-size: 2.4rem; }
    @media screen and (max-width: 768px) {
      .user-guidePage .sec01 .flowList > li .boxTtl {
        font-size: 1.5rem; } }
  .user-guidePage .sec01 .flowList > li .tx {
    font-size: 1.5rem; }
    @media screen and (max-width: 768px) {
      .user-guidePage .sec01 .flowList > li .tx {
        font-size: 1.2rem;
        text-align: left; } }
  .user-guidePage .sec01 .flowList > li .btnList {
    max-width: 700px;
    width: 100%;
    margin: 20px auto 0; }
    @media screen and (max-width: 768px) {
      .user-guidePage .sec01 .flowList > li .btnList {
        margin-top: 10px; } }
    .user-guidePage .sec01 .flowList > li .btnList > li a {
      color: #fff;
      font-weight: 600;
      font-size: 1.6rem;
      padding: 18px 30px; }
      @media screen and (max-width: 768px) {
        .user-guidePage .sec01 .flowList > li .btnList > li a {
          font-size: 1.2rem;
          padding: 12px 15px; } }
      .user-guidePage .sec01 .flowList > li .btnList > li a::before {
        width: 50px !important;
        height: 50px !important;
        right: 11px; }
        @media screen and (max-width: 768px) {
          .user-guidePage .sec01 .flowList > li .btnList > li a::before {
            width: 20px !important;
            height: 20px !important;
            right: 9px !important; } }
      .user-guidePage .sec01 .flowList > li .btnList > li a::after {
        right: 28px; }
        @media screen and (max-width: 768px) {
          .user-guidePage .sec01 .flowList > li .btnList > li a::after {
            right: 14px;
            width: 10px;
            height: 8px; } }
  .user-guidePage .sec01 .flowList > li.last {
    margin-bottom: 0; }
    .user-guidePage .sec01 .flowList > li.last::before {
      content: none; }
.user-guidePage .sec02 .boxR table tr th, .user-guidePage .sec02 .boxR table tr td {
  vertical-align: middle; }
  @media screen and (max-width: 768px) {
    .user-guidePage .sec02 .boxR table tr th, .user-guidePage .sec02 .boxR table tr td {
      display: table-cell; } }

.availabilityPage .sec01 .readTx {
  text-align: center;
  font-size: 1.5rem; }
  @media screen and (max-width: 768px) {
    .availabilityPage .sec01 .readTx {
      font-size: 1.3rem;
      text-align: left; } }
.availabilityPage .sec01 .infoBox {
  margin-top: 50px;
  border: 1px solid #009fe8;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  padding: 30px 20px;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .availabilityPage .sec01 .infoBox {
      border-radius: 8px; } }
  @media screen and (max-width: 768px) {
    .availabilityPage .sec01 .infoBox {
      padding: 10px 20px;
      margin-top: 30px; } }
  .availabilityPage .sec01 .infoBox .infoList > li {
    font-size: 1.6rem;
    margin: 0 20px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1; }
    @media screen and (max-width: 768px) {
      .availabilityPage .sec01 .infoBox .infoList > li {
        font-size: 1.4rem;
        margin: 12px 0;
        display: block; } }
    .availabilityPage .sec01 .infoBox .infoList > li span {
      display: inline-block;
      vertical-align: middle;
      margin-right: 5px; }
    .availabilityPage .sec01 .infoBox .infoList > li.icon01 span {
      font-size: 1.6rem;
      color: #009fe8;
      font-weight: 600; }
      @media screen and (max-width: 768px) {
        .availabilityPage .sec01 .infoBox .infoList > li.icon01 span {
          font-size: 1.5rem; } }
    .availabilityPage .sec01 .infoBox .infoList > li.icon02 span {
      border: 3px solid #f5aa00;
      border-radius: 2px;
      width: 17px;
      height: 17px; }
      @media screen and (max-width: 768px) {
        .availabilityPage .sec01 .infoBox .infoList > li.icon02 span {
          width: 15px;
          height: 15px;
          border-width: 2px; } }
    .availabilityPage .sec01 .infoBox .infoList > li.icon03 span {
      width: 17px;
      height: 3px;
      background: #999;
      border-radius: 90px; }
      @media screen and (max-width: 768px) {
        .availabilityPage .sec01 .infoBox .infoList > li.icon03 span {
          width: 15px;
          height: 2px; } }
.availabilityPage .sec01 .scheArea {
  margin-top: 40px;
  margin-top: 30px; }
  .availabilityPage .sec01 .scheArea .ttl {
    background: #009fe8;
    color: #fff;
    text-align: center;
    padding: 9px 10px 10px;
    font-size: 2.6rem;
    line-height: 1.4; }
    @media screen and (max-width: 768px) {
      .availabilityPage .sec01 .scheArea .ttl {
        font-size: 1.8rem; } }
    .availabilityPage .sec01 .scheArea .ttl span {
      display: block;
      font-size: 1.2rem; }
      @media screen and (max-width: 768px) {
        .availabilityPage .sec01 .scheArea .ttl span {
          font-size: 1.0rem; } }
  .availabilityPage .sec01 .scheArea .tbl {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd; }
    .availabilityPage .sec01 .scheArea .tbl tr.head th {
      background: #f5aa00;
      color: #fff;
      font-size: 1.5rem;
      font-weight: 600;
      padding: 3px; }
      @media screen and (max-width: 768px) {
        .availabilityPage .sec01 .scheArea .tbl tr.head th {
          font-size: 1.2rem; } }
    .availabilityPage .sec01 .scheArea .tbl tr th, .availabilityPage .sec01 .scheArea .tbl tr td {
      padding: 12px;
      font-size: 1.5rem;
      text-align: center;
      vertical-align: middle;
      border-bottom: 1px solid #ddd;
      border-left: 1px solid #ddd; }
      @media screen and (max-width: 768px) {
        .availabilityPage .sec01 .scheArea .tbl tr th, .availabilityPage .sec01 .scheArea .tbl tr td {
          font-size: 1.1rem;
          padding: 12px 8px;
          line-height: 1.7; } }
    .availabilityPage .sec01 .scheArea .tbl tr th {
      background: #e5f5fd; }
      .availabilityPage .sec01 .scheArea .tbl tr th:nth-child(1) {
        width: 25%; }
        @media screen and (max-width: 768px) {
          .availabilityPage .sec01 .scheArea .tbl tr th:nth-child(1) {
            width: 30%; } }
      .availabilityPage .sec01 .scheArea .tbl tr th:nth-child(2) {
        width: 12%; }
        @media screen and (max-width: 768px) {
          .availabilityPage .sec01 .scheArea .tbl tr th:nth-child(2) {
            width: 10%; } }
      .availabilityPage .sec01 .scheArea .tbl tr th:nth-child(3) {
        width: 12%; }
        @media screen and (max-width: 768px) {
          .availabilityPage .sec01 .scheArea .tbl tr th:nth-child(3) {
            width: 10%; } }
      .availabilityPage .sec01 .scheArea .tbl tr th:nth-child(4) {
        width: 12%; }
        @media screen and (max-width: 768px) {
          .availabilityPage .sec01 .scheArea .tbl tr th:nth-child(4) {
            width: 10%; } }
      .availabilityPage .sec01 .scheArea .tbl tr th:nth-child(5) {
        width: 12%; }
        @media screen and (max-width: 768px) {
          .availabilityPage .sec01 .scheArea .tbl tr th:nth-child(5) {
            width: 10%; } }
      .availabilityPage .sec01 .scheArea .tbl tr th:nth-child(6) {
        width: 12%; }
        @media screen and (max-width: 768px) {
          .availabilityPage .sec01 .scheArea .tbl tr th:nth-child(6) {
            width: 10%; } }
      .availabilityPage .sec01 .scheArea .tbl tr th:nth-child(7) {
        width: 15%; }
        @media screen and (max-width: 768px) {
          .availabilityPage .sec01 .scheArea .tbl tr th:nth-child(7) {
            width: 20%; } }
    .availabilityPage .sec01 .scheArea .tbl tr td {
      background: #fff;
      line-height: 1; }
      .availabilityPage .sec01 .scheArea .tbl tr td.request a {
        display: inline-block;
        width: 18px;
        height: 18px;
        border: 3px solid #f5aa00;
        border-radius: 3px;
        margin: 0 auto;
        position: relative; }
        @media screen and (max-width: 768px) {
          .availabilityPage .sec01 .scheArea .tbl tr td.request a {
            width: 14px;
            height: 14px;
            border-width: 2px; } }
        .availabilityPage .sec01 .scheArea .tbl tr td.request a::before {
          content: "";
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          width: calc(100% + 7px);
          height: 1px;
          bottom: -6px;
          background: #f5aa00; }
        .availabilityPage .sec01 .scheArea .tbl tr td.request a:hover::before {
          content: none; }
      .availabilityPage .sec01 .scheArea .tbl tr td.number a, .availabilityPage .sec01 .scheArea .tbl tr td.text a {
        display: inline-block;
        color: #009fe8;
        text-decoration: underline;
        font-size: 1.8rem; }
        @media screen and (max-width: 768px) {
          .availabilityPage .sec01 .scheArea .tbl tr td.number a, .availabilityPage .sec01 .scheArea .tbl tr td.text a {
            font-size: 1.2rem; } }
        .availabilityPage .sec01 .scheArea .tbl tr td.number a:hover, .availabilityPage .sec01 .scheArea .tbl tr td.text a:hover {
          text-decoration: none; }
      .availabilityPage .sec01 .scheArea .tbl tr td.text a {
        color: #333; }
      .availabilityPage .sec01 .scheArea .tbl tr td.holiday {
        background: #eee; }
        .availabilityPage .sec01 .scheArea .tbl tr td.holiday a {
          width: 15px;
          height: 3px;
          display: inline-block;
          background: #999;
          border-radius: 90px; }
.availabilityPage .sec02 .tbl tr th {
  font-size: 1.5rem;
  font-weight: 800;
  width: 25%; }
  @media screen and (max-width: 768px) {
    .availabilityPage .sec02 .tbl tr th {
      font-size: 1.3rem; } }
.availabilityPage .sec02 .tbl tr td:nth-child(2) {
  font-size: 1.8rem;
  width: 18%; }
  @media screen and (max-width: 768px) {
    .availabilityPage .sec02 .tbl tr td:nth-child(2) {
      font-size: 1.7rem;
      padding-bottom: 0 !important;
      line-height: 1.4; } }
  .availabilityPage .sec02 .tbl tr td:nth-child(2) a {
    display: block;
    color: #009fe8; }
  @media screen and (max-width: 768px) {
    .availabilityPage .sec02 .tbl tr td:nth-child(2)::before {
      content: none; } }
.availabilityPage .sec02 .tbl tr td:nth-child(3) {
  font-size: 1.2rem; }
  @media screen and (max-width: 768px) {
    .availabilityPage .sec02 .tbl tr td:nth-child(3) {
      font-size: 1.0rem; } }

.modalStyle_01 .ttl {
  font-weight: 800;
  font-size: 2.2rem;
  text-align: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 12px;
  margin-bottom: 15px;
  line-height: 1.7; }
.modalStyle_01 .tx {
  font-size: 1.4rem;
  text-align: left; }
