@charset "UTF-8";
/* break */
body {
  background-image: url(../images/top/bg.jpg); }
  body.body2 {
    background-image: url(../images/top/bg2.jpg); }

main {
  overflow: hidden; }

.fade-in {
  opacity: 0;
  transition-duration: 1200ms;
  transition-property: opacity, transform;
  transition-timing-function: ease-out; }
  .fade-in.fade-in-up {
    transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    transition-property: opacity, transform;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1); }
  .fade-in.scroll-in {
    opacity: 1; }

a.top_btn_main {
  font-size: 1.8rem;
  line-height: 5.8rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #ED1849 !important;
  background: #fff;
  width: 184px;
  height: 60px;
  border: #ED1849 2px solid;
  border-radius: 6px;
  display: block;
  max-width: 100%;
  box-shadow: 0px 3px 6px #00000059; }
  @media screen and (max-width: 1065px) {
    a.top_btn_main {
      font-size: calc(18 / 1280 * 100vw);
      line-height: calc(60 / 1280 * 100vw);
      width: calc(184 / 1280 * 100vw);
      height: calc(60 / 1280 * 100vw); } }
  @media screen and (max-width: 767px) {
    a.top_btn_main {
      font-size: calc(20 / 375 * 100vw);
      line-height: calc(48 / 375 * 100vw);
      width: calc(200 / 375 * 100vw);
      height: calc(50 / 375 * 100vw);
      display: none; } }
  a.top_btn_main:hover {
    background: linear-gradient(99deg, #ED1849 0%, #E96432 100%);
    border: #ffffff 2px solid;
    color: #ffffff !important;
    text-decoration: none !important; }
a.top_btn_main_sm {
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #ED1849 !important;
  background: #fff;
  border: #ED1849 2px solid;
  border-radius: 6px;
  display: block;
  max-width: 100%;
  box-shadow: 0px 3px 6px #00000059;
  font-size: calc(14 / 375 * 100vw);
  line-height: calc(30 / 375 * 100vw);
  width: calc(120 / 375 * 100vw);
  height: calc(35 / 375 * 100vw);
  display: none; }
  @media screen and (max-width: 767px) {
    a.top_btn_main_sm {
      display: block;
      position: absolute;
      bottom: calc(45 / 375 * 100vw);
      left: 50%;
      transform: translateX(-50%); } }
  a.top_btn_main_sm:hover {
    background: linear-gradient(99deg, #ED1849 0%, #E96432 100%);
    border: #ffffff 2px solid;
    color: #ffffff !important;
    text-decoration: none !important; }
a.top_btn_min {
  font-size: 1.2rem;
  line-height: 3.3rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #ED1849 !important;
  background: #fff;
  width: 120px;
  height: 35px;
  border: #ED1849 2px solid;
  border-radius: 6px;
  display: block;
  max-width: 100%;
  box-shadow: 0px 3px 6px #00000059; }
  a.top_btn_min:hover {
    background: linear-gradient(99deg, #ED1849 0%, #E96432 100%);
    border: #ffffff 2px solid;
    color: #ffffff !important;
    text-decoration: none !important; }
a.top_btn_large {
  font-size: 2.6rem;
  line-height: 7.2rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #ED1849 !important;
  background: #fff;
  width: 415px;
  height: 76px;
  border: #ED1849 2px solid;
  border-radius: 6px;
  display: block;
  max-width: 100%;
  box-shadow: 0px 3px 6px #00000059; }
  @media screen and (max-width: 1065px) {
    a.top_btn_large {
      font-size: calc(26 / 1280 * 100vw);
      line-height: calc(72 / 1280 * 100vw);
      width: calc(415 / 1280 * 100vw);
      height: calc(76 / 1280 * 100vw); } }
  @media screen and (max-width: 767px) {
    a.top_btn_large {
      font-size: calc(20 / 375 * 100vw);
      line-height: calc(56 / 375 * 100vw);
      width: calc(300 / 375 * 100vw);
      height: calc(60 / 375 * 100vw); } }
  a.top_btn_large:hover {
    background: linear-gradient(99deg, #ED1849 0%, #E96432 100%);
    border: #ffffff 2px solid;
    color: #ffffff !important;
    text-decoration: none !important; }
a.top_btn_large2 {
  font-size: 2.6rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #ED1849 !important;
  background: #fff;
  min-width: 415px;
  padding: 16.5px 10px;
  border: #ED1849 2px solid;
  border-radius: 6px;
  display: inline-block;
  max-width: 100%;
  box-shadow: 0px 3px 6px #00000059; }
  @media screen and (max-width: 1065px) {
    a.top_btn_large2 {
      font-size: calc(26 / 1280 * 100vw);
      min-width: calc(415 / 1280 * 100vw); } }
  @media screen and (max-width: 767px) {
    a.top_btn_large2 {
      font-size: calc(20 / 375 * 100vw);
      min-width: calc(300 / 375 * 100vw); } }
  a.top_btn_large2:hover {
    background: linear-gradient(99deg, #ED1849 0%, #E96432 100%);
    border: #ffffff 2px solid;
    color: #ffffff !important;
    text-decoration: none !important; }

.icon-scroll-wrapper {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  bottom: 20px;
  z-index: 10;
  opacity: 1;
  visibility: visible;
  transition: 0.3s; }
  .icon-scroll-wrapper.hide {
    opacity: 0;
    transform: translate(-50%, 150%);
    visibility: hidden; }
  @media screen and (max-width: 767px) {
    .icon-scroll-wrapper {
      display: none; } }
  .icon-scroll-wrapper .icon-scroll {
    width: 32px;
    height: 53px;
    box-shadow: inset 0 0 0 1px #fff;
    border-radius: 25px;
    border: solid 1px #FFFFFF;
    background-color: #DBDBDB;
    margin: 0 auto 4px; }
    .icon-scroll-wrapper .icon-scroll::before {
      position: absolute;
      left: 50%;
      content: "";
      width: 7px;
      height: 7px;
      background: #fff;
      margin-left: -4px;
      top: 8px;
      border-radius: 4px;
      animation-duration: 1.5s;
      animation-iteration-count: infinite;
      animation-name: scroll;
      background-color: #ED1849; }
  .icon-scroll-wrapper p {
    font-size: 1rem;
    letter-spacing: 4px; }
    @media screen and (max-width: 767px) {
      .icon-scroll-wrapper p {
        letter-spacing: 1px; } }

@keyframes scroll {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: translateY(36px); } }
.topBreadcrumb {
  background: #fff;
  padding: 10px 0; }
  .topBreadcrumb .container {
    max-width: 1280px;
    padding: 0 40px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .topBreadcrumb .container {
        padding: 0 12px; } }
  .topBreadcrumb ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap; }
    .topBreadcrumb ul li {
      font-size: 10px;
      line-height: 1.5;
      color: #000; }
      .topBreadcrumb ul li:not(:last-of-type) {
        color: #000; }
        .topBreadcrumb ul li:not(:last-of-type)::after {
          display: inline-block;
          content: ">";
          margin: 0 7px;
          float: right;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; }
      .topBreadcrumb ul li a {
        color: #000;
        text-decoration: none; }
        .topBreadcrumb ul li a:hover {
          text-decoration: underline; }

.top_main_image {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  height: calc(600 / 1280 * 100vw);
  max-height: 600px; }
  @media screen and (max-width: 767px) {
    .top_main_image {
      height: auto;
      padding-bottom: 30px;
      max-height: none; } }
  .top_main_image .text_area {
    padding: 53px 0 0 60px;
    position: relative;
    z-index: 2; }
    @media screen and (max-width: 1065px) {
      .top_main_image .text_area {
        padding: calc(53 / 1280 * 100vw) 0 0 calc(60 / 1280 * 100vw); } }
    @media screen and (max-width: 767px) {
      .top_main_image .text_area {
        padding: calc(15 / 375 * 100vw) 0 0 0; } }
    .top_main_image .text_area h1 {
      margin-bottom: 28px;
      font-size: 5.4rem;
      font-weight: bold;
      line-height: 1.22222em; }
      @media screen and (max-width: 1065px) {
        .top_main_image .text_area h1 {
          margin-bottom: calc(28 / 1280 * 100vw);
          font-size: calc(54 / 1280 * 100vw); } }
      @media screen and (max-width: 767px) {
        .top_main_image .text_area h1 {
          margin-bottom: 0;
          font-size: calc(40 / 375 * 100vw);
          padding: 0 calc(13 / 375 *100vw); } }
    .top_main_image .text_area a.top_btn_main {
      margin-left: 49px; }
      @media screen and (max-width: 1065px) {
        .top_main_image .text_area a.top_btn_main {
          margin-left: calc(49 / 1280 * 100vw); } }
      @media screen and (max-width: 767px) {
        .top_main_image .text_area a.top_btn_main {
          margin: 0 auto; } }
  .top_main_image .top_01 {
    width: calc(844 / 1280 * 100vw);
    max-width: 844px;
    position: absolute;
    top: 0px;
    right: 0px; }
    @media screen and (max-width: 767px) {
      .top_main_image .top_01 {
        position: relative;
        top: auto;
        right: auto;
        width: 100%; } }
    .top_main_image .top_01 img {
      width: 100%; }
    .top_main_image .top_01 .top_01_btn {
      position: absolute;
      left: 50%;
      top: calc(410 / 1280 * 100vw);
      transform: translateX(-50%);
      font-size: 2rem;
      line-height: 7rem;
      font-weight: bold;
      text-align: center;
      text-decoration: none !important;
      color: #fff;
      width: calc(336 / 1280 * 100vw);
      max-width: 336px;
      line-height: calc(76 / 1280 * 100vw);
      height: calc(76 / 1280 * 100vw);
      max-height: 76px;
      font-size: calc(20 / 1280 * 100vw);
      margin: 0px auto;
      border: transparent 2px solid;
      border-radius: 6px;
      display: block;
      background: transparent linear-gradient(180deg, #FC7090 0%, #D80032 100%) 0% 0% no-repeat padding-box;
      z-index: 10; }
      .top_main_image .top_01 .top_01_btn:hover {
        color: #ED1849;
        background: #fff;
        border: 2px solid #ED1849;
        box-shadow: 0px 3px 6px #00000059; }
        .top_main_image .top_01 .top_01_btn:hover::after {
          background-image: url("../images/top_01_btn_arrow_hover.svg"); }
      .top_main_image .top_01 .top_01_btn::after {
        content: "";
        background-image: url("../images/top_01_btn_arrow.svg");
        background-repeat: no-repeat;
        width: calc(33 / 1280 * 100vw);
        height: calc(33 / 1280 * 100vw);
        max-width: 33px;
        max-height: 33px;
        display: inline-block;
        margin-left: 14px;
        vertical-align: middle;
        background-size: cover;
        transform: translateY(calc(-3 / 1280 * 100vw)); }
        @media (min-width: 1280px) {
          .top_main_image .top_01 .top_01_btn::after {
            transform: translateY(-3px); } }
      @media (min-width: 1280px) {
        .top_main_image .top_01 .top_01_btn {
          font-size: 2rem;
          line-height: 7rem;
          top: 410px; } }
      @media screen and (max-width: 767px) {
        .top_main_image .top_01 .top_01_btn {
          width: 280px;
          line-height: 5rem;
          height: 50px;
          font-size: 1.6rem;
          position: static;
          top: initial;
          left: initial;
          margin: 0 auto 30px;
          transform: none;
          display: block; }
          .top_main_image .top_01 .top_01_btn::after {
            width: 20px;
            height: 20px; } }
  .top_main_image .salesforce_partner {
    position: absolute;
    width: 70px;
    height: auto;
    left: 60px; }
    @media screen and (max-width: 1065px) {
      .top_main_image .salesforce_partner {
        left: calc(60/1280 * 100vw); } }
    @media screen and (max-width: 767px) {
      .top_main_image .salesforce_partner {
        width: calc(37 / 375 * 100vw);
        top: calc(21/375 * 100vw);
        left: auto;
        right: calc(10 / 375 * 100vw); } }
  .top_main_image .top_main_bnr {
    position: absolute;
    left: 60px;
    bottom: 90px;
    width: calc(300 / 1280 * 100vw);
    max-width: 300px; }
    .top_main_image .top_main_bnr:hover {
      opacity: 0.7; }
    @media screen and (max-width: 1065px) {
      .top_main_image .top_main_bnr {
        left: calc(60/1280 * 100vw); } }
    @media screen and (max-width: 767px) {
      .top_main_image .top_main_bnr {
        width: calc(350 / 375 * 100vw);
        position: static;
        display: block;
        margin: 0 auto;
        text-align: center;
        max-width: initial;
        margin-top: -15px; } }

.top_main_image02 {
  max-width: 1099px;
  margin: 87px auto 55px;
  padding: 0 40px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .top_main_image02 {
      margin: calc(15/375 * 100vw) 0;
      padding: 0 calc(12/375 * 100vw);
      flex-direction: column; } }
  .top_main_image02 .text_area {
    width: calc(100% - 374px);
    margin-right: 14px; }
    @media screen and (max-width: 767px) {
      .top_main_image02 .text_area {
        width: 100%;
        margin-right: 0; } }
    .top_main_image02 .text_area .title {
      font-size: 4.8rem;
      line-height: 1.291666;
      margin-bottom: 28px;
      font-weight: bold; }
      @media (max-width: 1065px) {
        .top_main_image02 .text_area .title {
          font-size: calc(40/1065 * 100vw);
          margin-bottom: calc(20/1065 * 100vw); } }
      @media screen and (max-width: 767px) {
        .top_main_image02 .text_area .title {
          font-size: calc(28 / 375 * 100vw);
          margin-bottom: calc(20 / 375 * 100vw); } }
      .top_main_image02 .text_area .title .sub {
        font-size: 3.4rem;
        line-height: 1.823529;
        display: block; }
        @media (max-width: 1065px) {
          .top_main_image02 .text_area .title .sub {
            font-size: calc(26/1065 * 100vw); } }
        @media screen and (max-width: 767px) {
          .top_main_image02 .text_area .title .sub {
            font-size: calc(22 / 375 * 100vw); } }
  .top_main_image02 .point_area {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex; }
    .top_main_image02 .point_area .point_item {
      width: 139px;
      height: 139px;
      border-radius: 50%;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #ED184A; }
      @media (max-width: 1065px) {
        .top_main_image02 .point_area .point_item {
          width: calc(120/1065 * 100vw);
          height: calc(120/1065 * 100vw); } }
      @media screen and (max-width: 767px) {
        .top_main_image02 .point_area .point_item {
          width: calc(100/375 * 100vw);
          height: calc(100/375 * 100vw);
          margin-bottom: calc(40/375 * 100vw); } }
      .top_main_image02 .point_area .point_item:not(:first-of-type) {
        margin-left: 27px; }
        @media (max-width: 1065px) {
          .top_main_image02 .point_area .point_item:not(:first-of-type) {
            margin-left: calc(18/1065 * 100vw); } }
        @media screen and (max-width: 767px) {
          .top_main_image02 .point_area .point_item:not(:first-of-type) {
            margin-left: calc(20/375 * 100vw); } }
    .top_main_image02 .point_area .point_item_txt {
      color: #FFFFFF;
      font-weight: bold;
      font-size: 1.9rem;
      line-height: 1.526415;
      text-align: center; }
      @media (max-width: 1065px) {
        .top_main_image02 .point_area .point_item_txt {
          font-size: calc(17/1065 * 100vw); } }
      @media screen and (max-width: 767px) {
        .top_main_image02 .point_area .point_item_txt {
          font-size: calc(15/375 * 100vw); } }
    .top_main_image02 .point_area .font_small {
      font-size: 1.8rem;
      line-height: 1.444444; }
      @media (max-width: 1065px) {
        .top_main_image02 .point_area .font_small {
          font-size: calc(16/1065 * 100vw); } }
      @media screen and (max-width: 767px) {
        .top_main_image02 .point_area .font_small {
          font-size: calc(13/375 * 100vw); } }
    .top_main_image02 .point_area .font_large {
      font-size: 2.7rem;
      line-height: 1.074074; }
      @media (max-width: 1065px) {
        .top_main_image02 .point_area .font_large {
          font-size: calc(24/1065 * 100vw); } }
      @media screen and (max-width: 767px) {
        .top_main_image02 .point_area .font_large {
          font-size: calc(20/375 * 100vw); } }
  .top_main_image02 .btn_area {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex; }
    @media screen and (max-width: 767px) {
      .top_main_image02 .btn_area {
        flex-direction: column;
        align-items: center; } }
    .top_main_image02 .btn_area .top_btn {
      display: block;
      background: #ED184A;
      border: 2px solid #ED184A;
      padding: 9.5px 28px;
      color: #fff;
      font-weight: bold;
      font-size: 19px;
      line-height: 1.421;
      width: 250px;
      border-radius: 5px;
      text-decoration: none;
      position: relative; }
      @media (max-width: 1065px) {
        .top_main_image02 .btn_area .top_btn {
          font-size: calc(17/1065 * 100vw);
          width: calc(250/1065 * 100vw);
          padding: calc(9.5/1065 * 100vw) calc(20/1065 * 100vw);
          border-width: calc(2/1065 * 100vw);
          border-radius: calc(5/1065 * 100vw); } }
      @media screen and (max-width: 767px) {
        .top_main_image02 .btn_area .top_btn {
          font-size: calc(19/375 * 100vw);
          width: calc(250/375 * 100vw);
          padding: calc(9.5/375 * 100vw) calc(28/375 * 100vw);
          border-width: calc(2/375 * 100vw);
          border-radius: calc(5/375 * 100vw); } }
      .top_main_image02 .btn_area .top_btn::after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        right: 21px;
        transform: translateY(-50%);
        width: 8px;
        height: 13px;
        background-image: url("../images/icon_arrow_right_white.svg");
        background-size: contain;
        background-repeat: no-repeat; }
        @media (max-width: 1065px) {
          .top_main_image02 .btn_area .top_btn::after {
            width: calc(8/1065 * 100vw);
            height: calc(13/1065 * 100vw);
            right: calc(15/1065 * 100vw); } }
        @media screen and (max-width: 767px) {
          .top_main_image02 .btn_area .top_btn::after {
            width: calc(8/375 * 100vw);
            height: calc(13/375 * 100vw);
            right: calc(21/375 * 100vw); } }
      .top_main_image02 .btn_area .top_btn:hover {
        background: #fff;
        color: #ED184A; }
        .top_main_image02 .btn_area .top_btn:hover::after {
          background-image: url("../images/icon_arrow_right_red.svg"); }
      .top_main_image02 .btn_area .top_btn:not(:first-of-type) {
        margin-left: 15px; }
        @media (max-width: 1065px) {
          .top_main_image02 .btn_area .top_btn:not(:first-of-type) {
            margin-left: calc(15/1065 * 100vw); } }
        @media screen and (max-width: 767px) {
          .top_main_image02 .btn_area .top_btn:not(:first-of-type) {
            margin-left: 0;
            margin-top: calc(15/375 * 100vw); } }
      @media screen and (max-width: 767px) {
        .top_main_image02 .btn_area .top_btn:last-of-type {
          margin-bottom: calc(30/375 * 100vw); } }
  .top_main_image02 .form_area {
    width: 360px;
    position: relative;
    padding: 20px 29px 12px;
    background: #F0F5EB;
    border: 1px solid #5DB763;
    border-radius: 13px; }
    @media (max-width: 1065px) {
      .top_main_image02 .form_area {
        margin-right: calc(30/1065 * 100vw); } }
    @media screen and (max-width: 767px) {
      .top_main_image02 .form_area {
        width: auto;
        margin-right: 0;
        padding-left: calc(30/375 * 100vw);
        padding-right: calc(30/375 * 100vw);
        margin-bottom: calc(30/375 * 100vw);
        margin-right: calc(30/375 * 100vw);
        margin-left: calc(30/375 * 100vw); } }
    @media screen and (max-width: 767px) {
      .top_main_image02 .form_area {
        padding: 20px 15px 12px; } }
    .top_main_image02 .form_area .free_icon {
      position: absolute;
      top: -28px;
      right: -20px;
      width: 90px;
      height: 90px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #5DB763;
      border-radius: 50%; }
      @media screen and (max-width: 767px) {
        .top_main_image02 .form_area .free_icon {
          width: 75px;
          height: 75px; } }
      .top_main_image02 .form_area .free_icon span {
        color: #fff;
        font-weight: bold;
        font-size: 2.8rem;
        line-height: 1.142857;
        text-align: center; }
        @media screen and (max-width: 767px) {
          .top_main_image02 .form_area .free_icon span {
            font-size: 2.2rem; } }
    .top_main_image02 .form_area .form_title {
      font-size: 2.2rem;
      line-height: 3.2rem;
      font-weight: bold;
      text-align: center;
      margin-bottom: 13.5px; }
      .top_main_image02 .form_area .form_title span {
        font-size: 2rem;
        display: block; }
    .top_main_image02 .form_area .img_main_01 {
      position: absolute;
      bottom: -23px;
      left: -120px; }
      @media (max-width: 1065px) {
        .top_main_image02 .form_area .img_main_01 {
          width: calc(108/1065 * 100vw);
          bottom: calc(-7/1065 * 100vw);
          left: calc(-88/1065 * 100vw); } }
      @media screen and (max-width: 767px) {
        .top_main_image02 .form_area .img_main_01 {
          width: calc(70/375 * 100vw);
          bottom: calc(-7/375 * 100vw);
          left: calc(-58/375 * 100vw); } }
    .top_main_image02 .form_area .img_main_02 {
      position: absolute;
      bottom: -35px;
      right: -133px; }
      @media (max-width: 1065px) {
        .top_main_image02 .form_area .img_main_02 {
          width: calc(110/1065 * 100vw);
          bottom: calc(-12/1065 * 100vw);
          right: calc(-90/1065 * 100vw); } }
      @media screen and (max-width: 767px) {
        .top_main_image02 .form_area .img_main_02 {
          width: calc(73/375 * 100vw);
          bottom: calc(-12/375 * 100vw);
          right: calc(-60/375 * 100vw); } }

.top_main_image03 {
  max-width: 1200px;
  margin: 42px auto 55px;
  padding: 0 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .top_main_image03 {
      margin: calc(15/375 * 100vw) 0;
      padding: 0 calc(12/375 * 100vw);
      flex-direction: column; } }
  .top_main_image03 .text_area {
    width: calc(100% - 404px);
    margin-right: 14px;
    margin-left: 30px; }
    @media screen and (max-width: 767px) {
      .top_main_image03 .text_area {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: calc(30 / 375 * 100vw); } }
    .top_main_image03 .text_area .message {
      border: 5px solid #FF0000;
      padding: 17px 15px;
      text-align: center;
      max-width: 472px;
      background: #FFFFFF;
      font-size: 1.8rem;
      line-height: calc(30/18);
      font-weight: bold; }
      @media (max-width: 1065px) {
        .top_main_image03 .text_area .message {
          font-size: calc(16/1065 * 100vw);
          /*margin: calc(45/1065 * 100vw) 0 calc(15/1065 * 100vw);*/ } }
      @media screen and (max-width: 767px) {
        .top_main_image03 .text_area .message {
          width: 100%;
          max-width: 100%;
          font-size: calc(16 / 375 * 100vw);
          margin: calc(20 / 375 * 100vw) 0 calc(10 / 375 * 100vw);
          width: 100%;
          padding: calc(20 / 375 * 100vw) calc(15 / 375 * 100vw); } }
      .top_main_image03 .text_area .message a {
        color: #FF0000;
        text-decoration: underline; }
        .top_main_image03 .text_area .message a:hover {
          text-decoration: none; }
    .top_main_image03 .text_area .title {
      margin: 0 0 24px;
      font-size: 5.4rem;
      line-height: calc(75/54);
      margin-bottom: 28px;
      font-weight: bold; }
      @media (max-width: 1065px) {
        .top_main_image03 .text_area .title {
          font-size: calc(40/1065 * 100vw);
          margin: calc(20/1065 * 100vw) 0 calc(15/1065 * 100vw); } }
      @media screen and (max-width: 767px) {
        .top_main_image03 .text_area .title {
          font-size: calc(28 / 375 * 100vw);
          margin-bottom: calc(20 / 375 * 100vw); } }
      .top_main_image03 .text_area .title .sub {
        font-size: 3.4rem;
        line-height: 1.823529;
        display: block; }
        @media (max-width: 1065px) {
          .top_main_image03 .text_area .title .sub {
            font-size: calc(26/1065 * 100vw); } }
        @media screen and (max-width: 767px) {
          .top_main_image03 .text_area .title .sub {
            font-size: calc(22 / 375 * 100vw); } }
  .top_main_image03 .point_area {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex; }
    .top_main_image03 .point_area .point_item {
      width: 139px;
      height: 139px;
      border-radius: 50%;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #ED184A; }
      @media (max-width: 1065px) {
        .top_main_image03 .point_area .point_item {
          width: calc(120/1065 * 100vw);
          height: calc(120/1065 * 100vw); } }
      @media screen and (max-width: 767px) {
        .top_main_image03 .point_area .point_item {
          width: calc(100/375 * 100vw);
          height: calc(100/375 * 100vw);
          margin-bottom: calc(40/375 * 100vw); } }
      .top_main_image03 .point_area .point_item:not(:first-of-type) {
        margin-left: 27px; }
        @media (max-width: 1065px) {
          .top_main_image03 .point_area .point_item:not(:first-of-type) {
            margin-left: calc(18/1065 * 100vw); } }
        @media screen and (max-width: 767px) {
          .top_main_image03 .point_area .point_item:not(:first-of-type) {
            margin-left: calc(20/375 * 100vw); } }
    .top_main_image03 .point_area .point_item_txt {
      color: #FFFFFF;
      font-weight: bold;
      font-size: 1.9rem;
      line-height: 1.526415;
      text-align: center; }
      @media (max-width: 1065px) {
        .top_main_image03 .point_area .point_item_txt {
          font-size: calc(17/1065 * 100vw); } }
      @media screen and (max-width: 767px) {
        .top_main_image03 .point_area .point_item_txt {
          font-size: calc(15/375 * 100vw); } }
    .top_main_image03 .point_area .font_small {
      font-size: 1.8rem;
      line-height: 1.444444; }
      @media (max-width: 1065px) {
        .top_main_image03 .point_area .font_small {
          font-size: calc(16/1065 * 100vw); } }
      @media screen and (max-width: 767px) {
        .top_main_image03 .point_area .font_small {
          font-size: calc(13/375 * 100vw); } }
    .top_main_image03 .point_area .font_large {
      font-size: 2.7rem;
      line-height: 1.074074; }
      @media (max-width: 1065px) {
        .top_main_image03 .point_area .font_large {
          font-size: calc(24/1065 * 100vw); } }
      @media screen and (max-width: 767px) {
        .top_main_image03 .point_area .font_large {
          font-size: calc(20/375 * 100vw); } }
  .top_main_image03 .btn_area {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex; }
    @media screen and (max-width: 767px) {
      .top_main_image03 .btn_area {
        flex-direction: column;
        align-items: center; } }
    .top_main_image03 .btn_area .top_btn {
      display: block;
      background: #ED184A;
      border: 2px solid #ED184A;
      padding: 9.5px 28px;
      color: #fff;
      font-weight: bold;
      font-size: 19px;
      line-height: 1.421;
      width: 250px;
      border-radius: 5px;
      text-decoration: none;
      position: relative; }
      @media (max-width: 1065px) {
        .top_main_image03 .btn_area .top_btn {
          font-size: calc(17/1065 * 100vw);
          width: calc(250/1065 * 100vw);
          padding: calc(9.5/1065 * 100vw) calc(20/1065 * 100vw);
          border-width: calc(2/1065 * 100vw);
          border-radius: calc(5/1065 * 100vw); } }
      @media screen and (max-width: 767px) {
        .top_main_image03 .btn_area .top_btn {
          font-size: calc(19/375 * 100vw);
          width: calc(250/375 * 100vw);
          padding: calc(9.5/375 * 100vw) calc(28/375 * 100vw);
          border-width: calc(2/375 * 100vw);
          border-radius: calc(5/375 * 100vw); } }
      .top_main_image03 .btn_area .top_btn::after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        right: 21px;
        transform: translateY(-50%);
        width: 8px;
        height: 13px;
        background-image: url("../images/icon_arrow_right_white.svg");
        background-size: contain;
        background-repeat: no-repeat; }
        @media (max-width: 1065px) {
          .top_main_image03 .btn_area .top_btn::after {
            width: calc(8/1065 * 100vw);
            height: calc(13/1065 * 100vw);
            right: calc(15/1065 * 100vw); } }
        @media screen and (max-width: 767px) {
          .top_main_image03 .btn_area .top_btn::after {
            width: calc(8/375 * 100vw);
            height: calc(13/375 * 100vw);
            right: calc(21/375 * 100vw); } }
      .top_main_image03 .btn_area .top_btn:hover {
        background: #fff;
        color: #ED184A; }
        .top_main_image03 .btn_area .top_btn:hover::after {
          background-image: url("../images/icon_arrow_right_red.svg"); }
      .top_main_image03 .btn_area .top_btn:not(:first-of-type) {
        margin-left: 15px; }
        @media (max-width: 1065px) {
          .top_main_image03 .btn_area .top_btn:not(:first-of-type) {
            margin-left: calc(15/1065 * 100vw); } }
        @media screen and (max-width: 767px) {
          .top_main_image03 .btn_area .top_btn:not(:first-of-type) {
            margin-left: 0;
            margin-top: calc(15/375 * 100vw); } }
      @media screen and (max-width: 767px) {
        .top_main_image03 .btn_area .top_btn:last-of-type {
          margin-bottom: calc(30/375 * 100vw); } }
  .top_main_image03 .form_area {
    width: 360px;
    margin-right: 70px;
    position: relative;
    padding: 20px 29px 12px;
    background: #F0F5EB;
    border: 1px solid #5DB763;
    border-radius: 13px; }
    @media (max-width: 1065px) {
      .top_main_image03 .form_area {
        margin-right: calc(30/1065 * 100vw); } }
    @media screen and (max-width: 767px) {
      .top_main_image03 .form_area {
        width: auto;
        margin-right: 0;
        padding-left: calc(30/375 * 100vw);
        padding-right: calc(30/375 * 100vw);
        margin-bottom: calc(30/375 * 100vw);
        margin-right: calc(30/375 * 100vw);
        margin-left: calc(30/375 * 100vw); } }
    @media screen and (max-width: 767px) {
      .top_main_image03 .form_area {
        padding: 20px 15px 12px; } }
    .top_main_image03 .form_area .free_icon {
      position: absolute;
      top: -28px;
      right: -20px;
      width: 90px;
      height: 90px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #5DB763;
      border-radius: 50%; }
      @media screen and (max-width: 767px) {
        .top_main_image03 .form_area .free_icon {
          width: 75px;
          height: 75px; } }
      .top_main_image03 .form_area .free_icon span {
        color: #fff;
        font-weight: bold;
        font-size: 2.8rem;
        line-height: 1.142857;
        text-align: center; }
        @media screen and (max-width: 767px) {
          .top_main_image03 .form_area .free_icon span {
            font-size: 2.2rem; } }
    .top_main_image03 .form_area .form_title {
      font-size: 2.2rem;
      line-height: 3.2rem;
      font-weight: bold;
      text-align: center;
      margin-bottom: 13.5px; }
      .top_main_image03 .form_area .form_title span {
        font-size: 2rem;
        display: block; }
    .top_main_image03 .form_area .img_main_01 {
      position: absolute;
      bottom: -23px;
      left: -120px; }
      @media (max-width: 1065px) {
        .top_main_image03 .form_area .img_main_01 {
          width: calc(108/1065 * 100vw);
          bottom: calc(-7/1065 * 100vw);
          left: calc(-88/1065 * 100vw); } }
      @media screen and (max-width: 767px) {
        .top_main_image03 .form_area .img_main_01 {
          width: calc(70/375 * 100vw);
          bottom: calc(-7/375 * 100vw);
          left: calc(-58/375 * 100vw); } }
    .top_main_image03 .form_area .img_main_02 {
      position: absolute;
      bottom: -35px;
      right: -133px; }
      @media (max-width: 1065px) {
        .top_main_image03 .form_area .img_main_02 {
          width: calc(110/1065 * 100vw);
          bottom: calc(-12/1065 * 100vw);
          right: calc(-90/1065 * 100vw); } }
      @media screen and (max-width: 767px) {
        .top_main_image03 .form_area .img_main_02 {
          width: calc(73/375 * 100vw);
          bottom: calc(-12/375 * 100vw);
          right: calc(-60/375 * 100vw); } }

section.top01 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto; }
  section.top01 .top_column_01 {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      section.top01 .top_column_01 {
        display: block; } }
    section.top01 .top_column_01 a.top_btn_main {
      margin-left: 42px; }
      @media screen and (max-width: 1065px) {
        section.top01 .top_column_01 a.top_btn_main {
          margin-left: calc(42 / 1280 * 100vw); } }
      @media screen and (max-width: 767px) {
        section.top01 .top_column_01 a.top_btn_main {
          margin: calc(15 / 375 * 100vw) auto 0; } }

section.top02 {
  width: 100%;
  max-width: none;
  padding: 0;
  margin-bottom: 300px; }
  @media screen and (max-width: 767px) {
    section.top02 {
      margin-bottom: 110px; } }
  section.top02 p {
    font-size: 1.4rem;
    line-height: 2em; }
  section.top02 .inner {
    width: 50%;
    background: #F2F5F9; }
    @media screen and (max-width: 767px) {
      section.top02 .inner {
        width: 100%; } }
  section.top02 .top_point_01 {
    margin-top: 118px;
    position: relative; }
    @media screen and (max-width: 767px) {
      section.top02 .top_point_01 {
        margin-top: calc(100 / 375 * 100vw); } }
    section.top02 .top_point_01 .inner {
      margin-left: 50%;
      padding: 21px calc(89 / 1280 * 100vw) 31px calc(121 / 1280 * 100vw); }
      @media screen and (max-width: 767px) {
        section.top02 .top_point_01 .inner {
          margin-left: 0;
          padding: calc(50 / 375 * 100vw) calc(20 / 375 * 100vw); } }
      section.top02 .top_point_01 .inner div {
        max-width: 430px; }
        @media screen and (max-width: 767px) {
          section.top02 .top_point_01 .inner div {
            max-width: 100%; } }
  section.top02 .point01_01, section.top02 .point02_01, section.top02 .point03_01 {
    position: absolute;
    top: -22px;
    left: 50%;
    z-index: 5;
    transform: translate(-50%, 0); }
    @media screen and (max-width: 1065px) {
      section.top02 .point01_01, section.top02 .point02_01, section.top02 .point03_01 {
        width: calc(175 / 1280 * 100vw); } }
    @media screen and (max-width: 767px) {
      section.top02 .point01_01, section.top02 .point02_01, section.top02 .point03_01 {
        width: calc(100 / 375 * 100vw);
        top: calc(-60 / 375 * 100vw); } }
  section.top02 .point01_01.scale-in {
    transform: translate(-50%, 0) scale(1.5); }
  section.top02 .point01_01.scale-in.scroll-in {
    transform: translate(-50%, 0) scale(1); }
  section.top02 .point01_01.fade-in-up {
    transform: translate(-50%, 10px) scale(0.99); }
  section.top02 .point01_01.fade-in-up.scroll-in {
    transform: translate(-50%, 0) scale(1); }
  section.top02 .point01_02 {
    margin-right: 206px;
    position: absolute;
    right: 50%;
    bottom: -88px;
    transform: translate(50%, 0); }
    section.top02 .point01_02.fade-in-left {
      transform: translate(0, 0); }
    section.top02 .point01_02.fade-in-left.scroll-in {
      transform: translate(50%, 0); }
    section.top02 .point01_02.fade-in-up {
      transform: translate(50%, 10px) scale(0.99); }
    section.top02 .point01_02.fade-in-up.scroll-in {
      transform: translate(50%, 0) scale(1); }
    @media screen and (max-width: 1065px) {
      section.top02 .point01_02 {
        width: calc(527 / 1280 * 100vw);
        margin-right: calc(206 / 1280 * 100vw);
        bottom: calc(50 / 1280 * 100vw); } }
    @media screen and (max-width: 767px) {
      section.top02 .point01_02 {
        margin-right: 0;
        left: 50%;
        right: auto;
        bottom: calc(-10 / 375 * 100vw);
        transform: translate(0, 0); }
        section.top02 .point01_02.fade-in-left {
          transform: translate(-50%, 0); }
        section.top02 .point01_02.fade-in-left.scroll-in {
          transform: translate(0, 0); }
        section.top02 .point01_02.fade-in-up {
          transform: translate(0, 10px) scale(0.99); }
        section.top02 .point01_02.fade-in-up.scroll-in {
          transform: translate(0, 0) scale(1); } }
  section.top02 .point01_03 {
    margin-left: 318px;
    position: absolute;
    left: 50%;
    bottom: -318px; }
    section.top02 .point01_03.fade-in-right {
      transform: translate(100%, 0); }
    section.top02 .point01_03.fade-in-right.scroll-in {
      transform: translate(0, 0); }
    section.top02 .point01_03.fade-in-up {
      transform: translate(0, 10px) scale(0.99); }
    section.top02 .point01_03.fade-in-up.scroll-in {
      transform: translate(0, 0) scale(1); }
    @media screen and (max-width: 1065px) {
      section.top02 .point01_03 {
        margin-left: calc(318 / 1280 * 100vw);
        width: calc(259 / 1280 * 100vw);
        bottom: calc(-318 / 1280 * 100vw); } }
    @media screen and (max-width: 767px) {
      section.top02 .point01_03 {
        bottom: calc(-80 / 375 * 100vw); } }
  section.top02 .top_point_02 {
    margin-top: 190px;
    position: relative; }
    @media screen and (max-width: 767px) {
      section.top02 .top_point_02 {
        margin-top: calc(100 / 375 * 100vw); } }
    section.top02 .top_point_02 .inner {
      padding: 25px calc(80 / 1280 * 100vw) 26px calc(130 / 1280 * 100vw); }
      @media screen and (max-width: 767px) {
        section.top02 .top_point_02 .inner {
          padding: calc(50 / 375 * 100vw) calc(20 / 375 * 100vw); } }
      section.top02 .top_point_02 .inner div {
        max-width: 430px;
        margin-left: auto;
        margin-right: 0; }
        @media screen and (max-width: 767px) {
          section.top02 .top_point_02 .inner div {
            max-width: 100%; } }
  section.top02 .point02_01 {
    top: -62px; }
    section.top02 .point02_01.scale-in {
      transform: translate(-50%, 0) scale(1.5); }
    section.top02 .point02_01.scale-in.scroll-in {
      transform: translate(-50%, 0) scale(1); }
    section.top02 .point02_01.fade-in-up {
      transform: translate(-50%, 10px) scale(0.99); }
    section.top02 .point02_01.fade-in-up.scroll-in {
      transform: translate(-50%, 0) scale(1); }
    @media screen and (max-width: 767px) {
      section.top02 .point02_01 {
        top: calc(-60 / 375 * 100vw); } }
  section.top02 .point02_02 {
    margin-left: -87px;
    position: absolute;
    left: 50%;
    bottom: -103px; }
    section.top02 .point02_02.fade-in-right {
      transform: translate(100%, 0); }
    section.top02 .point02_02.fade-in-right.scroll-in {
      transform: translate(0, 0); }
    section.top02 .point02_02.scale-in {
      transition-delay: 1300ms;
      transform: translate(0, 0) scale(1.5); }
    section.top02 .point02_02.scale-in.scroll-in {
      transform: translate(0, 0) scale(1); }
    section.top02 .point02_02.fade-in-up {
      transform: translate(0, 10px) scale(0.99); }
    section.top02 .point02_02.fade-in-up.scroll-in {
      transform: translate(0, 0) scale(1); }
    @media screen and (max-width: 1065px) {
      section.top02 .point02_02 {
        width: calc(550 / 1280 * 100vw);
        margin-left: calc(-87 / 1280 * 100vw);
        bottom: calc(20 / 1280 * 100vw); } }
    @media screen and (max-width: 767px) {
      section.top02 .point02_02 {
        margin-left: 0;
        left: 50%;
        bottom: calc(-20 / 375 * 100vw); } }
  section.top02 .point02_03 {
    margin-right: 56px;
    position: absolute;
    right: 50%;
    bottom: -313px; }
    section.top02 .point02_03.fade-in-left {
      transform: translate(-100%, 0); }
    section.top02 .point02_03.fade-in-left.scroll-in {
      transform: translate(0, 0); }
    section.top02 .point02_03.fade-in-up {
      transform: translate(0, 10px) scale(0.99); }
    section.top02 .point02_03.fade-in-up.scroll-in {
      transform: translate(0, 0) scale(1); }
    @media screen and (max-width: 1065px) {
      section.top02 .point02_03 {
        width: calc(357 / 1280 * 100vw);
        margin-right: 0;
        bottom: calc(-313 / 1280 * 100vw); } }
    @media screen and (max-width: 767px) {
      section.top02 .point02_03 {
        margin-left: calc(80 / 375 * 100vw);
        left: 50%;
        right: auto;
        bottom: calc(-70 / 375 * 100vw); } }
  section.top02 .top_point_03 {
    margin-top: 230px;
    position: relative; }
    @media screen and (max-width: 767px) {
      section.top02 .top_point_03 {
        margin-top: calc(100 / 375 * 100vw); } }
    section.top02 .top_point_03 .inner {
      margin-left: 50%;
      padding: 26px calc(89 / 1280 * 100vw) 58px calc(121 / 1280 * 100vw); }
      @media screen and (max-width: 767px) {
        section.top02 .top_point_03 .inner {
          margin-left: 0;
          padding: calc(50 / 375 * 100vw) calc(20 / 375 * 100vw); } }
      section.top02 .top_point_03 .inner div {
        max-width: 430px; }
        @media screen and (max-width: 767px) {
          section.top02 .top_point_03 .inner div {
            max-width: 100%; } }
  section.top02 .point03_01 {
    top: -44px; }
    section.top02 .point03_01.scale-in {
      transform: translate(-50%, 0) scale(1.5); }
    section.top02 .point03_01.scale-in.scroll-in {
      transform: translate(-50%, 0) scale(1); }
    section.top02 .point03_01.fade-in-up {
      transform: translate(-50%, 10px) scale(0.99); }
    section.top02 .point03_01.fade-in-up.scroll-in {
      transform: translate(-50%, 0) scale(1); }
    @media screen and (max-width: 767px) {
      section.top02 .point03_01 {
        top: calc(-60 / 375 * 100vw); } }
  section.top02 .point03_02 {
    margin-right: -40px;
    position: absolute;
    right: 50%;
    bottom: -92px; }
    section.top02 .point03_02.fade-in-left {
      transform: translate(-100%, 0); }
    section.top02 .point03_02.fade-in-left.scroll-in {
      transform: translate(0, 0); }
    section.top02 .point03_02.fade-in-up {
      transform: translate(0, 10px) scale(0.99); }
    section.top02 .point03_02.fade-in-up.scroll-in {
      transform: translate(0, 0) scale(1); }
    section.top02 .point03_02.rotate-in {
      transform-origin: 139px 225px;
      transition-delay: 1300ms;
      transform: scale(0.5) rotate(-120deg); }
    section.top02 .point03_02.rotate-in.scroll-in {
      transform-origin: 139px 225px;
      transform: scale(1) rotate(0); }
    @media screen and (max-width: 1065px) {
      section.top02 .point03_02 {
        width: calc(432 / 1280 * 100vw);
        margin-right: calc(-40 / 1280 * 100vw);
        bottom: calc(20 / 1280 * 100vw); }
        section.top02 .point03_02.rotate-in {
          transform-origin: calc(139 / 1280 * 100vw) calc(225 / 1280 * 100vw); }
        section.top02 .point03_02.rotate-in.scroll-in {
          transform-origin: calc(139 / 1280 * 100vw) calc(225 / 1280 * 100vw); } }
    @media screen and (max-width: 767px) {
      section.top02 .point03_02 {
        margin-right: 0;
        left: 50%;
        right: auto;
        bottom: calc(-20 / 375 * 100vw); } }
  section.top02 .point03_03 {
    margin-left: 306px;
    position: absolute;
    left: 50%;
    bottom: -316px; }
    section.top02 .point03_03.fade-in-right {
      transform: translate(100%, 0); }
    section.top02 .point03_03.fade-in-right.scroll-in {
      transform: translate(0, 0); }
    section.top02 .point03_03.fade-in-up {
      transform: translate(0, 10px) scale(0.99); }
    section.top02 .point03_03.fade-in-up.scroll-in {
      transform: translate(0, 0) scale(1); }
    @media screen and (max-width: 1065px) {
      section.top02 .point03_03 {
        width: calc(204 / 1280 * 100vw);
        margin-left: calc(306 / 1280 * 100vw);
        bottom: calc(-316 / 1280 * 100vw); } }
    @media screen and (max-width: 767px) {
      section.top02 .point03_03 {
        margin-left: calc(110 / 375 * 100vw);
        bottom: calc(-70 / 375 * 100vw); } }

section.top03 {
  width: 100%;
  max-width: 1240px;
  margin: 80px auto 180px; }
  @media screen and (max-width: 767px) {
    section.top03 {
      margin: calc(40 / 375 * 100vw) auto 165px; } }
  section.top03 .top_lead {
    width: 100%;
    max-width: 940px;
    margin: 0 auto 66px; }
    @media screen and (max-width: 767px) {
      section.top03 .top_lead {
        margin: 0 auto 40px; } }
  section.top03 .top_industry_area {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media screen and (max-width: 767px) {
      section.top03 .top_industry_area {
        display: block; } }
    section.top03 .top_industry_area .half_item {
      width: 520px;
      margin: 0 30px 55.5px;
      padding: 16px 23px 15px 32px;
      background: #fff; }
      section.top03 .top_industry_area .half_item.scale-out {
        transition-delay: 0s;
        transform: translate(0, 20px) scale(0.9); }
        section.top03 .top_industry_area .half_item.scale-out:nth-of-type(2n) {
          transition-delay: .5s; }
      section.top03 .top_industry_area .half_item.scale-out.scroll-in {
        transform: translate(0, 0) scale(1); }
      section.top03 .top_industry_area .half_item.fade-in-left {
        transition-delay: 0s;
        transform: translate(-20px, 0); }
      section.top03 .top_industry_area .half_item.fade-in-right {
        transition-delay: .5s;
        transform: translate(20px, 0); }
      section.top03 .top_industry_area .half_item.fade-in-left.scroll-in, section.top03 .top_industry_area .half_item.fade-in-right.scroll-in {
        transform: translate(0, 0); }
      @media screen and (max-width: 1280px) {
        section.top03 .top_industry_area .half_item {
          width: calc(520 / 1280 * 100vw);
          margin: 0 calc(30 / 1280 * 100vw) calc(55.5 / 1280 * 100vw); } }
      @media screen and (max-width: 1065px) {
        section.top03 .top_industry_area .half_item {
          width: calc(550 / 1280 * 100vw);
          margin: 0 0 calc(55.5 / 1280 * 100vw) 0; } }
      @media screen and (max-width: 767px) {
        section.top03 .top_industry_area .half_item {
          width: 100%;
          padding: calc(15 / 375 * 100vw) calc(20 / 375 * 100vw); } }
      section.top03 .top_industry_area .half_item .title_area {
        margin: 0 0 28px;
        display: flex;
        align-items: center;
        justify-content: center; }
        section.top03 .top_industry_area .half_item .title_area h3 {
          min-width: 84px;
          margin: 0 0 0 16px;
          padding: 0 0 4px;
          font-size: 2.3rem;
          letter-spacing: 0.2em;
          line-height: 1.56521em;
          position: relative;
          text-align: center; }
          section.top03 .top_industry_area .half_item .title_area h3:before {
            width: 25px;
            height: 1px;
            position: absolute;
            top: auto;
            left: 50%;
            bottom: 0;
            transform: translate(-50%, 0); }
      section.top03 .top_industry_area .half_item .content_area {
        display: flex;
        justify-content: space-between; }
        @media screen and (max-width: 767px) {
          section.top03 .top_industry_area .half_item .content_area {
            display: block; } }
        section.top03 .top_industry_area .half_item .content_area figure {
          width: 190px;
          margin: 0 38px 0 0;
          flex-shrink: 0; }
          @media screen and (max-width: 1280px) {
            section.top03 .top_industry_area .half_item .content_area figure {
              width: calc(190 / 1280 * 100vw); } }
          @media screen and (max-width: 767px) {
            section.top03 .top_industry_area .half_item .content_area figure {
              width: 100%;
              margin: 0 0 20px 0;
              text-align: center; } }
          section.top03 .top_industry_area .half_item .content_area figure figcaption {
            margin-top: 15px;
            font-size: 1.4rem;
            text-align: center; }
            @media screen and (max-width: 767px) {
              section.top03 .top_industry_area .half_item .content_area figure figcaption {
                margin-top: 5px; } }
        section.top03 .top_industry_area .half_item .content_area .text p {
          margin-bottom: calc(1em * 1.71428);
          font-size: 1.4rem;
          line-height: 1.71428em; }
    section.top03 .top_industry_area .full_item {
      width: 100%;
      max-width: 1100px;
      margin: 0 30px;
      padding: 40px 133px;
      background: #fff;
      position: relative; }
      section.top03 .top_industry_area .full_item.scale-out {
        transition-delay: 0s;
        transform: translate(0, 20px) scale(0.9); }
      section.top03 .top_industry_area .full_item.scale-out.scroll-in {
        transform: translate(0, 0) scale(1); }
      section.top03 .top_industry_area .full_item.fade-in-up {
        transform: translate(0, 20px); }
      section.top03 .top_industry_area .full_item.fade-in-up.scroll-in {
        transform: translate(0, 0); }
      @media screen and (max-width: 1280px) {
        section.top03 .top_industry_area .full_item {
          margin: 0 calc(30 / 1280 * 100vw); } }
      @media screen and (max-width: 1065px) {
        section.top03 .top_industry_area .full_item {
          margin: 0 auto;
          padding: 40px calc(133 / 1280 * 100vw); } }
      @media screen and (max-width: 767px) {
        section.top03 .top_industry_area .full_item {
          padding: calc(20 / 375 * 100vw); } }
      section.top03 .top_industry_area .full_item h3 {
        margin: 0 0 56px;
        padding: 0 0 6px;
        color: #081724;
        font-size: 3rem;
        line-height: 1.5em;
        text-align: center;
        position: relative; }
        @media screen and (max-width: 767px) {
          section.top03 .top_industry_area .full_item h3 {
            margin: 0 0 calc(30 / 375 * 100vw); } }
        section.top03 .top_industry_area .full_item h3:before {
          width: 25px;
          height: 1px;
          position: absolute;
          top: auto;
          left: 50%;
          bottom: 0;
          transform: translate(-50%, 0); }
      section.top03 .top_industry_area .full_item p {
        margin: 0 0 55px;
        font-size: 1.8rem;
        font-weight: bold;
        line-height: 1.77777em;
        position: relative;
        z-index: 1; }
        @media screen and (max-width: 767px) {
          section.top03 .top_industry_area .full_item p {
            margin: 0 0 calc(30 / 375 * 100vw); } }
      section.top03 .top_industry_area .full_item .top_btn_large {
        margin-left: 75px;
        position: relative;
        z-index: 1; }
        @media screen and (max-width: 1065px) {
          section.top03 .top_industry_area .full_item .top_btn_large {
            margin-left: calc(75 / 1280 * 100vw); } }
        @media screen and (max-width: 767px) {
          section.top03 .top_industry_area .full_item .top_btn_large {
            margin: 0 auto; } }
      section.top03 .top_industry_area .full_item img {
        position: absolute;
        right: 86px;
        bottom: -113px;
        z-index: 0; }
        @media screen and (max-width: 767px) {
          section.top03 .top_industry_area .full_item img {
            width: calc(200 / 375 * 100vw);
            right: calc(0 / 375 * 100vw);
            bottom: calc(-130 / 375 * 100vw); } }

section.top04 {
  width: 100%;
  max-width: 1280px;
  margin: 66px auto 250px;
  position: relative; }
  @media screen and (max-width: 767px) {
    section.top04 {
      margin-bottom: 60px; } }
  section.top04 h2 {
    margin-bottom: 99px; }
    @media screen and (max-width: 767px) {
      section.top04 h2 {
        margin-bottom: calc(90/375 * 100vw); } }
  section.top04 > .desc {
    text-align: right; }
    @media screen and (max-width: 767px) {
      section.top04 > .desc {
        text-align: left;
        transform: translateY(calc(-60/375 * 100vw)); } }
  section.top04 .top_price_area {
    display: flex;
    align-items: flex-end;
    justify-content: center; }
    @media screen and (max-width: 767px) {
      section.top04 .top_price_area {
        flex-direction: column; } }
    section.top04 .top_price_area .title_block {
      width: 20%;
      border: 1px solid #DDDDDD; }
      @media screen and (max-width: 1065px) {
        section.top04 .top_price_area .title_block {
          display: none; } }
      @media screen and (max-width: 767px) {
        section.top04 .top_price_area .title_block {
          display: none; } }
      section.top04 .top_price_area .title_block .price_item01 {
        background-color: transparent;
        border: none;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center; }
        section.top04 .top_price_area .title_block .price_item01 .desc {
          text-align: left; }
      section.top04 .top_price_area .title_block .price_item02 p {
        font-size: 1.4rem;
        line-height: 2.3em; }
        @media screen and (max-width: 1280px) {
          section.top04 .top_price_area .title_block .price_item02 p {
            font-size: calc(14 / 1280 * 100vw); } }
      section.top04 .top_price_area .title_block .price_item02, section.top04 .top_price_area .title_block .price_item03, section.top04 .top_price_area .title_block .price_item04, section.top04 .top_price_area .title_block .price_item05, section.top04 .top_price_area .title_block .price_item06, section.top04 .top_price_area .title_block .price_item07, section.top04 .top_price_area .title_block .price_item08, section.top04 .top_price_area .title_block .price_item09, section.top04 .top_price_area .title_block .price_item10 {
        text-align: left;
        justify-content: flex-start;
        background-color: #ffffff; }
    section.top04 .top_price_area .price_block {
      width: 20%;
      /*border: 1px solid #DDDDDD;*/
      border: none; }
      section.top04 .top_price_area .price_block.fade-in-up {
        transform: translate(0, 100%); }
        section.top04 .top_price_area .price_block.fade-in-up:nth-of-type(2) {
          transition-delay: .2s; }
        section.top04 .top_price_area .price_block.fade-in-up:nth-of-type(3) {
          transition-delay: .3s; }
        section.top04 .top_price_area .price_block.fade-in-up:nth-of-type(4) {
          transition-delay: .4s; }
        section.top04 .top_price_area .price_block.fade-in-up:nth-of-type(5) {
          transition-delay: .5s; }
      section.top04 .top_price_area .price_block.fade-in-up.scroll-in {
        transform: translate(0, 0); }
      @media screen and (max-width: 1065px) {
        section.top04 .top_price_area .price_block {
          width: 25%; } }
      @media screen and (max-width: 767px) {
        section.top04 .top_price_area .price_block {
          width: 100%;
          margin-bottom: calc(15 / 320 * 100vw); }
          section.top04 .top_price_area .price_block.recommended {
            margin-bottom: calc(30 / 320 * 100vw);
            order: -1; }
          section.top04 .top_price_area .price_block.fade-in-up:nth-of-type(2) {
            transition-delay: 0s; }
          section.top04 .top_price_area .price_block.fade-in-up:nth-of-type(3) {
            transition-delay: 0s; }
          section.top04 .top_price_area .price_block.fade-in-up:nth-of-type(4) {
            transition-delay: 0s; }
          section.top04 .top_price_area .price_block.fade-in-up:nth-of-type(5) {
            transition-delay: 0s; } }
      section.top04 .top_price_area .price_block .price_item02, section.top04 .top_price_area .price_block .price_item03, section.top04 .top_price_area .price_block .price_item04, section.top04 .top_price_area .price_block .price_item05, section.top04 .top_price_area .price_block .price_item06, section.top04 .top_price_area .price_block .price_item07, section.top04 .top_price_area .price_block .price_item08, section.top04 .top_price_area .price_block .price_item09, section.top04 .top_price_area .price_block .price_item10 {
        border-left: 1px solid #DDDDDD;
        border-right: 1px solid #DDDDDD; }
    section.top04 .top_price_area .price_item01 {
      padding: 32px 5px 25px;
      background-color: #ffffff;
      text-align: center; }
      @media screen and (max-width: 767px) {
        section.top04 .top_price_area .price_item01 {
          padding: calc(32 / 320 * 100vw) calc(5 / 320 * 100vw) calc(25 / 320 * 100vw); } }
      section.top04 .top_price_area .price_item01:empty {
        display: none; }
      section.top04 .top_price_area .price_item01 .ttl {
        margin-bottom: 16px;
        font-size: 2.5rem;
        font-weight: 500;
        line-height: 1.48em; }
        @media screen and (max-width: 1280px) {
          section.top04 .top_price_area .price_item01 .ttl {
            margin-bottom: calc(16 / 1280 * 100vw);
            font-size: calc(25 / 1280 * 100vw); } }
        @media screen and (max-width: 767px) {
          section.top04 .top_price_area .price_item01 .ttl {
            margin-bottom: calc(15 / 320 * 100vw);
            font-size: calc(25 / 320 * 100vw); } }
      section.top04 .top_price_area .price_item01 .monthly {
        font-size: 1.1rem;
        margin-bottom: 0; }
        @media screen and (max-width: 1280px) {
          section.top04 .top_price_area .price_item01 .monthly {
            font-size: calc(11 / 1280 * 100vw); } }
        @media screen and (max-width: 767px) {
          section.top04 .top_price_area .price_item01 .monthly {
            font-size: calc(11 / 320 * 100vw); } }
      section.top04 .top_price_area .price_item01 .pri {
        margin-bottom: 17px;
        font-size: 2.2rem;
        font-weight: bold;
        line-height: 4.1rem; }
        @media screen and (max-width: 1280px) {
          section.top04 .top_price_area .price_item01 .pri {
            margin-bottom: calc(17 / 1280 * 100vw);
            font-size: calc(22 / 1280 * 100vw);
            line-height: calc(41 / 1280 * 100vw); } }
        @media screen and (max-width: 767px) {
          section.top04 .top_price_area .price_item01 .pri {
            margin-bottom: calc(15 / 320 * 100vw);
            font-size: calc(22 / 320 * 100vw);
            line-height: calc(41 / 320 * 100vw); } }
        section.top04 .top_price_area .price_item01 .pri .num {
          margin-left: 10px;
          font-size: 3.6rem; }
          @media screen and (max-width: 1280px) {
            section.top04 .top_price_area .price_item01 .pri .num {
              margin-right: calc(10 / 1280 * 100vw);
              font-size: calc(36 / 1280 * 100vw); } }
          @media screen and (max-width: 767px) {
            section.top04 .top_price_area .price_item01 .pri .num {
              margin-left: calc(10 / 320 * 100vw);
              font-size: calc(36 / 320 * 100vw); } }
      section.top04 .top_price_area .price_item01 .dis {
        font-size: 1.1rem; }
        @media screen and (max-width: 1280px) {
          section.top04 .top_price_area .price_item01 .dis {
            font-size: calc(11 / 1280 * 100vw); } }
        @media screen and (max-width: 767px) {
          section.top04 .top_price_area .price_item01 .dis {
            font-size: calc(11 / 320 * 100vw); } }
    section.top04 .top_price_area .price_item02, section.top04 .top_price_area .price_item03, section.top04 .top_price_area .price_item04, section.top04 .top_price_area .price_item05, section.top04 .top_price_area .price_item06, section.top04 .top_price_area .price_item07, section.top04 .top_price_area .price_item08, section.top04 .top_price_area .price_item09, section.top04 .top_price_area .price_item10 {
      padding: 15px 21px;
      min-height: 55px;
      position: relative;
      text-align: center;
      background-color: #ffffff; }
      @media screen and (max-width: 1280px) {
        section.top04 .top_price_area .price_item02, section.top04 .top_price_area .price_item03, section.top04 .top_price_area .price_item04, section.top04 .top_price_area .price_item05, section.top04 .top_price_area .price_item06, section.top04 .top_price_area .price_item07, section.top04 .top_price_area .price_item08, section.top04 .top_price_area .price_item09, section.top04 .top_price_area .price_item10 {
          padding: calc(15 / 1280 * 100vw) calc(21 / 1280 * 100vw);
          min-height: calc(55 / 1280 * 100vw); } }
      @media screen and (max-width: 1065px) {
        section.top04 .top_price_area .price_item02, section.top04 .top_price_area .price_item03, section.top04 .top_price_area .price_item04, section.top04 .top_price_area .price_item05, section.top04 .top_price_area .price_item06, section.top04 .top_price_area .price_item07, section.top04 .top_price_area .price_item08, section.top04 .top_price_area .price_item09, section.top04 .top_price_area .price_item10 {
          min-height: 58px; } }
      @media screen and (max-width: 767px) {
        section.top04 .top_price_area .price_item02, section.top04 .top_price_area .price_item03, section.top04 .top_price_area .price_item04, section.top04 .top_price_area .price_item05, section.top04 .top_price_area .price_item06, section.top04 .top_price_area .price_item07, section.top04 .top_price_area .price_item08, section.top04 .top_price_area .price_item09, section.top04 .top_price_area .price_item10 {
          padding: calc(15 / 320 * 100vw) calc(21 / 320 * 100vw);
          min-height: calc(55 / 320 * 100vw); } }
      section.top04 .top_price_area .price_item02 p, section.top04 .top_price_area .price_item03 p, section.top04 .top_price_area .price_item04 p, section.top04 .top_price_area .price_item05 p, section.top04 .top_price_area .price_item06 p, section.top04 .top_price_area .price_item07 p, section.top04 .top_price_area .price_item08 p, section.top04 .top_price_area .price_item09 p, section.top04 .top_price_area .price_item10 p {
        margin: 0;
        font-size: 1.6rem; }
        @media screen and (max-width: 1280px) {
          section.top04 .top_price_area .price_item02 p, section.top04 .top_price_area .price_item03 p, section.top04 .top_price_area .price_item04 p, section.top04 .top_price_area .price_item05 p, section.top04 .top_price_area .price_item06 p, section.top04 .top_price_area .price_item07 p, section.top04 .top_price_area .price_item08 p, section.top04 .top_price_area .price_item09 p, section.top04 .top_price_area .price_item10 p {
            font-size: calc(16 / 1280 * 100vw); } }
        @media screen and (max-width: 1065px) {
          section.top04 .top_price_area .price_item02 p, section.top04 .top_price_area .price_item03 p, section.top04 .top_price_area .price_item04 p, section.top04 .top_price_area .price_item05 p, section.top04 .top_price_area .price_item06 p, section.top04 .top_price_area .price_item07 p, section.top04 .top_price_area .price_item08 p, section.top04 .top_price_area .price_item09 p, section.top04 .top_price_area .price_item10 p {
            width: 100%;
            font-size: 1.4rem;
            text-align: right; }
            section.top04 .top_price_area .price_item02 p:before, section.top04 .top_price_area .price_item03 p:before, section.top04 .top_price_area .price_item04 p:before, section.top04 .top_price_area .price_item05 p:before, section.top04 .top_price_area .price_item06 p:before, section.top04 .top_price_area .price_item07 p:before, section.top04 .top_price_area .price_item08 p:before, section.top04 .top_price_area .price_item09 p:before, section.top04 .top_price_area .price_item10 p:before {
              margin-top: 2px;
              content: attr(data-title) "";
              display: block;
              font-size: 1.2rem;
              text-align: left; } }
        @media screen and (max-width: 767px) {
          section.top04 .top_price_area .price_item02 p, section.top04 .top_price_area .price_item03 p, section.top04 .top_price_area .price_item04 p, section.top04 .top_price_area .price_item05 p, section.top04 .top_price_area .price_item06 p, section.top04 .top_price_area .price_item07 p, section.top04 .top_price_area .price_item08 p, section.top04 .top_price_area .price_item09 p, section.top04 .top_price_area .price_item10 p {
            width: 100%;
            font-size: calc(16 / 320 * 100vw);
            text-align: right; }
            section.top04 .top_price_area .price_item02 p:before, section.top04 .top_price_area .price_item03 p:before, section.top04 .top_price_area .price_item04 p:before, section.top04 .top_price_area .price_item05 p:before, section.top04 .top_price_area .price_item06 p:before, section.top04 .top_price_area .price_item07 p:before, section.top04 .top_price_area .price_item08 p:before, section.top04 .top_price_area .price_item09 p:before, section.top04 .top_price_area .price_item10 p:before {
              margin-top: calc(2 / 320 * 100vw);
              content: attr(data-title) "";
              display: block;
              font-size: calc(12 / 320 * 100vw);
              float: left; } }
      section.top04 .top_price_area .price_item02:before, section.top04 .top_price_area .price_item03:before, section.top04 .top_price_area .price_item04:before, section.top04 .top_price_area .price_item05:before, section.top04 .top_price_area .price_item06:before, section.top04 .top_price_area .price_item07:before, section.top04 .top_price_area .price_item08:before, section.top04 .top_price_area .price_item09:before, section.top04 .top_price_area .price_item10:before {
        height: 1px;
        background-image: linear-gradient(to right, #707070, #707070 3px, transparent 3px, transparent 6px);
        background-size: 6px 1px;
        background-repeat: repeat-x;
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0; }
    section.top04 .top_price_area .price_item03, section.top04 .top_price_area .price_item04, section.top04 .top_price_area .price_item05, section.top04 .top_price_area .price_item06, section.top04 .top_price_area .price_item07, section.top04 .top_price_area .price_item08, section.top04 .top_price_area .price_item09, section.top04 .top_price_area .price_item10 {
      display: flex;
      align-items: center;
      justify-content: center; }
      @media screen and (max-width: 1280px) {
        section.top04 .top_price_area .price_item03, section.top04 .top_price_area .price_item04, section.top04 .top_price_area .price_item05, section.top04 .top_price_area .price_item06, section.top04 .top_price_area .price_item07, section.top04 .top_price_area .price_item08, section.top04 .top_price_area .price_item09, section.top04 .top_price_area .price_item10 {
          font-size: calc(14 / 1280 * 100vw); } }
      section.top04 .top_price_area .price_item03 p, section.top04 .top_price_area .price_item04 p, section.top04 .top_price_area .price_item05 p, section.top04 .top_price_area .price_item06 p, section.top04 .top_price_area .price_item07 p, section.top04 .top_price_area .price_item08 p, section.top04 .top_price_area .price_item09 p, section.top04 .top_price_area .price_item10 p {
        line-height: 1; }
    section.top04 .top_price_area .price_item10:after {
      height: 1px;
      background-image: linear-gradient(to right, #707070, #707070 3px, transparent 3px, transparent 6px);
      background-size: 6px 1px;
      background-repeat: repeat-x;
      content: "";
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0; }
    section.top04 .top_price_area .recommended {
      background: #E8E8E8;
      position: relative; }
      section.top04 .top_price_area .recommended:before {
        width: calc(100% + 2px);
        height: 43px;
        padding: 10px 10px 9px;
        background: #ED1849;
        border-radius: 4px 4px 0 0;
        content: "お勧め";
        color: #fff;
        font-size: 1.6rem;
        font-weight: bold;
        line-height: 1.5em;
        text-align: center;
        display: block;
        position: absolute;
        top: -43px;
        left: -1px;
        right: -1px;
        box-sizing: border-box; }
        @media screen and (max-width: 767px) {
          section.top04 .top_price_area .recommended:before {
            height: calc(43 / 320 * 100vw);
            padding: calc(10 / 320 * 100vw) calc(10 / 320 * 100vw) calc(9 / 320 * 100vw);
            font-size: calc(16 / 320 * 100vw);
            top: calc(-43 / 320 * 100vw); } }
      section.top04 .top_price_area .recommended:after {
        width: calc(100% + 2px);
        height: 20px;
        background: #ED1849;
        border-radius: 0 0 4px 4px;
        content: "";
        display: block;
        position: absolute;
        left: -1px;
        right: -1px;
        bottom: -20px; }
        @media screen and (max-width: 767px) {
          section.top04 .top_price_area .recommended:after {
            height: calc(20 / 320 * 100vw);
            bottom: calc(-20 / 320 * 100vw); } }
  section.top04 .top_btn_large {
    width: 500px;
    margin: 91px auto 0; }
    @media screen and (max-width: 1065px) {
      section.top04 .top_btn_large {
        width: calc(500 / 1280 * 100vw);
        margin: calc(91 / 1280 * 100vw) auto 0; } }
    @media screen and (max-width: 767px) {
      section.top04 .top_btn_large {
        width: 100%;
        margin: calc(20 / 320 * 100vw) auto 0;
        font-size: calc(16 / 320 * 100vw); } }
  section.top04 .top_price_img01 {
    position: absolute;
    left: 131px;
    bottom: -117px; }
    @media screen and (max-width: 1065px) {
      section.top04 .top_price_img01 {
        width: calc(222 / 1280 * 100vw);
        left: 0;
        bottom: calc(-117 / 1280 * 100vw); } }
    @media screen and (max-width: 767px) {
      section.top04 .top_price_img01 {
        display: none; } }
  section.top04 .top_price_img02 {
    position: absolute;
    right: 113px;
    bottom: -81px; }
    @media screen and (max-width: 1065px) {
      section.top04 .top_price_img02 {
        width: calc(204 / 1280 * 100vw);
        right: 0;
        bottom: calc(-81 / 1280 * 100vw); } }
    @media screen and (max-width: 767px) {
      section.top04 .top_price_img02 {
        display: none; } }

section.top05 {
  width: 100%;
  max-width: 100%;
  margin: 60px auto 0; }
  @media screen and (max-width: 1065px) {
    section.top05 {
      margin: calc(80 / 1280 * 100vw) auto 0; } }
  section.top05 h2 {
    margin-bottom: 55px; }
    @media screen and (max-width: 1065px) {
      section.top05 h2 {
        margin-bottom: calc(55 / 1280 * 100vw); } }
    @media screen and (max-width: 767px) {
      section.top05 h2 {
        margin-bottom: 40px; } }
  section.top05 .top_case_list {
    width: 100%;
    max-width: 1090px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 20px; }
    @media screen and (max-width: 767px) {
      section.top05 .top_case_list {
        display: block; } }
    section.top05 .top_case_list a {
      color: #000000;
      text-decoration: none; }
      section.top05 .top_case_list a:hover {
        color: #ED1849; }
    section.top05 .top_case_list .item {
      width: calc((100% - 40px)/3);
      background: #fff;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
      section.top05 .top_case_list .item.scale-in {
        transform: scale(1.2); }
        section.top05 .top_case_list .item.scale-in:nth-of-type(1) {
          transition-delay: .2s; }
        section.top05 .top_case_list .item.scale-in:nth-of-type(2) {
          transition-delay: .4s; }
        section.top05 .top_case_list .item.scale-in:nth-of-type(3) {
          transition-delay: .6s; }
      section.top05 .top_case_list .item.scale-in.scroll-in {
        transform: scale(1); }
      @media screen and (max-width: 767px) {
        section.top05 .top_case_list .item {
          width: 100%;
          margin-bottom: calc(15 / 320 * 100vw); }
          section.top05 .top_case_list .item.scale-in:nth-of-type(1) {
            transition-delay: 0s; }
          section.top05 .top_case_list .item.scale-in:nth-of-type(2) {
            transition-delay: 0s; }
          section.top05 .top_case_list .item.scale-in:nth-of-type(3) {
            transition-delay: 0s; } }
      section.top05 .top_case_list .item .img {
        position: relative; }
        section.top05 .top_case_list .item .img img {
          vertical-align: bottom;
          width: 100%; }
        section.top05 .top_case_list .item .img .industry {
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          justify-content: flex-start;
          position: absolute;
          top: 7px;
          left: 8px;
          flex-wrap: wrap; }
          section.top05 .top_case_list .item .img .industry > div {
            padding: 0 6px;
            font-size: 11px;
            text-align: center;
            margin-right: 5px;
            margin-bottom: 5px;
            background-color: #ffffff;
            line-height: 24px; }
      section.top05 .top_case_list .item .text {
        padding: 10px 11px 15px; }
        section.top05 .top_case_list .item .text h3 {
          padding-left: 0;
          font-size: 17px;
          font-weight: bold;
          line-height: 25.2px;
          position: relative;
          margin-bottom: 17px;
          text-align: center; }
          section.top05 .top_case_list .item .text h3::after {
            content: "";
            width: 60px;
            height: 1px;
            display: block;
            background-color: #F64A4A;
            margin: 7px auto; }
          section.top05 .top_case_list .item .text h3::before {
            display: none; }
        section.top05 .top_case_list .item .text > p {
          font-size: 1.4rem;
          line-height: 2rem;
          font-weight: bold;
          margin-bottom: 10px;
          background-color: #F8F8F8;
          border-radius: 5px;
          padding: 9px 6px; }
        section.top05 .top_case_list .item .text .connect {
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          justify-content: flex-start; }
          section.top05 .top_case_list .item .text .connect p {
            font-size: 11px;
            line-height: 22px;
            margin-bottom: 0; }
          section.top05 .top_case_list .item .text .connect .connect-type {
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            justify-content: flex-start; }
            section.top05 .top_case_list .item .text .connect .connect-type > div {
              font-size: 11px;
              line-height: 22px;
              margin-bottom: 5px;
              margin-right: 5px;
              padding: 0 7px; }
              section.top05 .top_case_list .item .text .connect .connect-type > div.Salesforce {
                background-color: #07B3FF;
                color: #ffffff; }
              section.top05 .top_case_list .item .text .connect .connect-type > div.kintone {
                background-color: #FFE607;
                color: #333333; }
              section.top05 .top_case_list .item .text .connect .connect-type > div.own {
                background-color: #D1D1D1;
                color: #333333; }
        section.top05 .top_case_list .item .text .company {
          line-height: 1.68rem;
          font-weight: 500;
          font-size: 1.6rem;
          margin-bottom: 12px; }
  section.top05 .top_case_list2 {
    width: 100%;
    max-width: 1090px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 40px; }
    @media screen and (max-width: 767px) {
      section.top05 .top_case_list2 {
        display: block; } }
    section.top05 .top_case_list2 .inner {
      padding: 5px 0 25px; }
      section.top05 .top_case_list2 .inner .img {
        min-height: 124px;
        margin-bottom: 11px;
        padding: 0;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: 0.3s; }
        section.top05 .top_case_list2 .inner .img:hover {
          opacity: 0.7; }
        section.top05 .top_case_list2 .inner .img img {
          height: auto; }
      section.top05 .top_case_list2 .inner h3 {
        min-height: 54px;
        padding: 0 20px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 2.3rem;
        line-height: calc(27/23);
        text-align: center;
        color: #3E3E3E;
        margin-bottom: 0; }
        section.top05 .top_case_list2 .inner h3::before {
          display: none; }
      section.top05 .top_case_list2 .inner hr {
        height: 2px;
        background-color: #0091C9;
        margin: 7px 0 17px; }
      section.top05 .top_case_list2 .inner p {
        padding: 0 20px;
        font-size: 1.8rem;
        line-height: calc(31/18);
        font-weight: bold;
        color: #3E3E3E;
        text-align: center; }
    section.top05 .top_case_list2 a {
      color: #000000;
      text-decoration: none; }
      section.top05 .top_case_list2 a:hover {
        color: #ED1849; }
    section.top05 .top_case_list2 .item {
      width: calc((100% - 40px)/3);
      background: linear-gradient(134deg, #0091C9 0%, #0A529F 100%);
      padding: 13px 9px;
      border-radius: 6px; }
      section.top05 .top_case_list2 .item.scale-in {
        transform: scale(1.2); }
        section.top05 .top_case_list2 .item.scale-in:nth-of-type(1) {
          transition-delay: .2s; }
        section.top05 .top_case_list2 .item.scale-in:nth-of-type(2) {
          transition-delay: .4s; }
        section.top05 .top_case_list2 .item.scale-in:nth-of-type(3) {
          transition-delay: .6s; }
      section.top05 .top_case_list2 .item.scale-in.scroll-in {
        transform: scale(1); }
      @media screen and (max-width: 767px) {
        section.top05 .top_case_list2 .item {
          width: 100%;
          margin-bottom: calc(15 / 320 * 100vw); }
          section.top05 .top_case_list2 .item.scale-in:nth-of-type(1) {
            transition-delay: 0s; }
          section.top05 .top_case_list2 .item.scale-in:nth-of-type(2) {
            transition-delay: 0s; }
          section.top05 .top_case_list2 .item.scale-in:nth-of-type(3) {
            transition-delay: 0s; } }
      section.top05 .top_case_list2 .item .img {
        position: relative; }
        section.top05 .top_case_list2 .item .img img {
          vertical-align: bottom; }
      section.top05 .top_case_list2 .item .text {
        padding: 10px 11px 15px; }
        section.top05 .top_case_list2 .item .text h3 {
          padding-left: 0;
          font-size: 17px;
          font-weight: bold;
          line-height: 25.2px;
          position: relative;
          margin-bottom: 17px;
          text-align: center; }
          section.top05 .top_case_list2 .item .text h3::after {
            content: "";
            width: 60px;
            height: 1px;
            display: block;
            background-color: #F64A4A;
            margin: 7px auto; }
          section.top05 .top_case_list2 .item .text h3::before {
            display: none; }
        section.top05 .top_case_list2 .item .text > p {
          font-size: 1.4rem;
          line-height: 2rem;
          font-weight: bold;
          margin-bottom: 10px;
          background-color: #F8F8F8;
          border-radius: 5px;
          padding: 9px 6px; }
        section.top05 .top_case_list2 .item .text .connect {
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          justify-content: flex-start; }
          section.top05 .top_case_list2 .item .text .connect p {
            font-size: 11px;
            line-height: 22px;
            margin-bottom: 0; }
          section.top05 .top_case_list2 .item .text .connect .connect-type {
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            justify-content: flex-start; }
            section.top05 .top_case_list2 .item .text .connect .connect-type > div {
              font-size: 11px;
              line-height: 22px;
              margin-bottom: 5px;
              margin-right: 5px;
              padding: 0 7px; }
              section.top05 .top_case_list2 .item .text .connect .connect-type > div.Salesforce {
                background-color: #07B3FF;
                color: #ffffff; }
              section.top05 .top_case_list2 .item .text .connect .connect-type > div.kintone {
                background-color: #FFE607;
                color: #333333; }
              section.top05 .top_case_list2 .item .text .connect .connect-type > div.own {
                background-color: #D1D1D1;
                color: #333333; }
        section.top05 .top_case_list2 .item .text .company {
          line-height: 1.68rem;
          font-weight: 500;
          font-size: 1.6rem;
          margin-bottom: 12px; }
  section.top05 .top_case_list3 {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 12px; }
    @media screen and (max-width: 767px) {
      section.top05 .top_case_list3 {
        display: block; } }
    section.top05 .top_case_list3 .inner {
      padding: 20px 0; }
      section.top05 .top_case_list3 .inner .img {
        min-height: 83px;
        margin-bottom: 11px;
        padding: 0;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: 0.3s; }
        section.top05 .top_case_list3 .inner .img:hover {
          opacity: 0.7; }
        section.top05 .top_case_list3 .inner .img img {
          height: auto; }
      section.top05 .top_case_list3 .inner h3 {
        padding: 0 5px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.6rem;
        line-height: calc(17/12);
        text-align: center;
        color: #3E3E3E;
        margin-bottom: 14px;
        min-height: 45px; }
        @media screen and (max-width: 767px) {
          section.top05 .top_case_list3 .inner h3 {
            min-height: inherit; } }
        section.top05 .top_case_list3 .inner h3::before {
          display: none; }
      section.top05 .top_case_list3 .inner hr {
        height: 2px;
        background-color: #CECECE;
        border: none;
        margin: 7px 0 17px; }
      section.top05 .top_case_list3 .inner p {
        padding: 0 5px;
        font-size: 1.6rem;
        line-height: calc(24/16);
        font-weight: bold;
        color: #3E3E3E;
        text-align: center;
        min-height: 48px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        align-items: center; }
    section.top05 .top_case_list3 a {
      color: #000000;
      text-decoration: none; }
      section.top05 .top_case_list3 a:hover {
        color: #ED1849; }
    section.top05 .top_case_list3 .item {
      width: calc((100% - 40px)/3);
      background: #fff;
      padding: 13px 9px;
      border-radius: 6px; }
      section.top05 .top_case_list3 .item.scale-in {
        transform: scale(1.2); }
        section.top05 .top_case_list3 .item.scale-in:nth-of-type(1) {
          transition-delay: .2s; }
        section.top05 .top_case_list3 .item.scale-in:nth-of-type(2) {
          transition-delay: .4s; }
        section.top05 .top_case_list3 .item.scale-in:nth-of-type(3) {
          transition-delay: .6s; }
      section.top05 .top_case_list3 .item.scale-in.scroll-in {
        transform: scale(1); }
      @media screen and (max-width: 767px) {
        section.top05 .top_case_list3 .item {
          width: 100%;
          margin-bottom: calc(15 / 320 * 100vw); }
          section.top05 .top_case_list3 .item.scale-in:nth-of-type(1) {
            transition-delay: 0s; }
          section.top05 .top_case_list3 .item.scale-in:nth-of-type(2) {
            transition-delay: 0s; }
          section.top05 .top_case_list3 .item.scale-in:nth-of-type(3) {
            transition-delay: 0s; } }
      section.top05 .top_case_list3 .item .img {
        position: relative; }
        section.top05 .top_case_list3 .item .img img {
          vertical-align: bottom; }
      section.top05 .top_case_list3 .item .text {
        padding: 10px 11px 15px; }
        section.top05 .top_case_list3 .item .text h3 {
          padding-left: 0;
          font-size: 17px;
          font-weight: bold;
          line-height: 25.2px;
          position: relative;
          margin-bottom: 17px;
          text-align: center; }
          section.top05 .top_case_list3 .item .text h3::after {
            content: "";
            width: 60px;
            height: 1px;
            display: block;
            background-color: #F64A4A;
            margin: 7px auto; }
          section.top05 .top_case_list3 .item .text h3::before {
            display: none; }
        section.top05 .top_case_list3 .item .text > p {
          font-size: 1.4rem;
          line-height: 2rem;
          font-weight: bold;
          margin-bottom: 10px;
          background-color: #F8F8F8;
          border-radius: 5px;
          padding: 9px 6px; }
        section.top05 .top_case_list3 .item .text .connect {
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          justify-content: flex-start; }
          section.top05 .top_case_list3 .item .text .connect p {
            font-size: 11px;
            line-height: 22px;
            margin-bottom: 0; }
          section.top05 .top_case_list3 .item .text .connect .connect-type {
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            justify-content: flex-start; }
            section.top05 .top_case_list3 .item .text .connect .connect-type > div {
              font-size: 11px;
              line-height: 22px;
              margin-bottom: 5px;
              margin-right: 5px;
              padding: 0 7px; }
              section.top05 .top_case_list3 .item .text .connect .connect-type > div.Salesforce {
                background-color: #07B3FF;
                color: #ffffff; }
              section.top05 .top_case_list3 .item .text .connect .connect-type > div.kintone {
                background-color: #FFE607;
                color: #333333; }
              section.top05 .top_case_list3 .item .text .connect .connect-type > div.own {
                background-color: #D1D1D1;
                color: #333333; }
        section.top05 .top_case_list3 .item .text .company {
          line-height: 1.68rem;
          font-weight: 500;
          font-size: 1.6rem;
          margin-bottom: 12px; }
  section.top05 .top_logo_list {
    margin: 56px -40px;
    padding: 33px 0;
    background: #fff; }
    @media screen and (max-width: 767px) {
      section.top05 .top_logo_list {
        margin: calc(50 / 320 * 100vw) -12px;
        padding: calc(10 / 320 * 100vw) 0; } }
    section.top05 .top_logo_list ul {
      margin: 0;
      padding: 0;
      list-style: none;
      display: flex;
      align-items: center;
      justify-content: space-around; }
      @media screen and (max-width: 767px) {
        section.top05 .top_logo_list ul {
          flex-wrap: wrap; } }
      section.top05 .top_logo_list ul li {
        width: auto !important;
        margin: 0;
        padding: 0 15px;
        list-style: none; }
        section.top05 .top_logo_list ul li.scale-in {
          transform: scale(1.2); }
        section.top05 .top_logo_list ul li.scale-in.scroll-in {
          transform: scale(1); }
        @media screen and (max-width: 767px) {
          section.top05 .top_logo_list ul li {
            width: 33.33333%;
            padding: calc(10 / 320 * 100vw);
            font-size: 1px;
            line-height: 1;
            text-align: center; } }
        section.top05 .top_logo_list ul li img {
          vertical-align: bottom; }
          @media screen and (max-width: 767px) {
            section.top05 .top_logo_list ul li img {
              vertical-align: middle; } }
    section.top05 .top_logo_list .slick-track {
      padding: 0;
      display: flex;
      align-items: center;
      flex-shrink: 0;
      transition: transform 0s linear 0s; }
      section.top05 .top_logo_list .slick-track div {
        padding: 0 15px;
        text-align: center; }
        section.top05 .top_logo_list .slick-track div:focus {
          outline: none; }
  section.top05 .top_btn_large {
    width: 260px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      section.top05 .top_btn_large {
        width: 100%; } }

section.top06 {
  width: 100%;
  max-width: 1170px;
  margin: 134px auto 0; }
  section.top06 h2 {
    margin-bottom: 41px; }
    @media screen and (max-width: 767px) {
      section.top06 h2 {
        margin-bottom: 40px; } }
  section.top06 .top_event_list {
    margin-bottom: 44px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px; }
    @media screen and (max-width: 767px) {
      section.top06 .top_event_list {
        display: block; } }
    section.top06 .top_event_list .notice {
      width: 100%;
      margin-top: 0;
      margin-bottom: 10.7rem;
      text-align: center;
      font-size: 2rem; }
    section.top06 .top_event_list .item {
      width: calc((100% - 40px)/3);
      margin-bottom: 4.5rem;
      background: #fff;
      border: .1rem solid #D2D2D2;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
      position: relative; }
      section.top06 .top_event_list .item.fade-in-down {
        transform: translate(0, -20px); }
        section.top06 .top_event_list .item.fade-in-down:nth-of-type(1) {
          transition-delay: .2s; }
        section.top06 .top_event_list .item.fade-in-down:nth-of-type(2) {
          transition-delay: .4s; }
        section.top06 .top_event_list .item.fade-in-down:nth-of-type(3) {
          transition-delay: .6s; }
      section.top06 .top_event_list .item.fade-in-down.scroll-in {
        transform: translate(0, 0); }
      @media screen and (max-width: 767px) {
        section.top06 .top_event_list .item {
          width: 100%;
          margin-bottom: calc(15 / 320 * 100vw); }
          section.top06 .top_event_list .item.fade-in-down:nth-of-type(1) {
            transition-delay: 0s; }
          section.top06 .top_event_list .item.fade-in-down:nth-of-type(2) {
            transition-delay: 0s; }
          section.top06 .top_event_list .item.fade-in-down:nth-of-type(3) {
            transition-delay: 0s; } }
      section.top06 .top_event_list .item.web:before, section.top06 .top_event_list .item.webHosting:before, section.top06 .top_event_list .item.tokyo:before, section.top06 .top_event_list .item.hokkaidoAndTohoku:before, section.top06 .top_event_list .item.kantoExcludingTokyo:before, section.top06 .top_event_list .item.chubuKinki:before, section.top06 .top_event_list .item.chugokuShikoku:before, section.top06 .top_event_list .item.kyushuOkinawa:before {
        height: 2.2rem;
        padding: .3rem .7rem .3rem 2rem;
        background: url(../images/top/ico-web.svg) 0.3rem 0.3rem no-repeat rgba(255, 255, 255, 0.92);
        border-radius: .2rem;
        color: #0F0F0F;
        font-size: 1rem;
        font-weight: bold;
        line-height: 1.4em;
        position: absolute;
        top: 1rem;
        left: 1rem;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box; }
        @media screen and (max-width: 767px) {
          section.top06 .top_event_list .item.web:before, section.top06 .top_event_list .item.webHosting:before, section.top06 .top_event_list .item.tokyo:before, section.top06 .top_event_list .item.hokkaidoAndTohoku:before, section.top06 .top_event_list .item.kantoExcludingTokyo:before, section.top06 .top_event_list .item.chubuKinki:before, section.top06 .top_event_list .item.chugokuShikoku:before, section.top06 .top_event_list .item.kyushuOkinawa:before {
            height: calc(20 / 320 * 100vw);
            padding: calc(3 / 320 * 100vw) calc(7 / 320 * 100vw) calc(3 / 320 * 100vw) calc(20 / 320 * 100vw);
            font-size: calc(10 / 320 * 100vw);
            top: calc(10 / 320 * 100vw);
            left: calc(10 / 320 * 100vw); } }
      section.top06 .top_event_list .item.web:before, section.top06 .top_event_list .item.webHosting:before {
        content: "ウェブ開催"; }
      section.top06 .top_event_list .item.tokyo:before {
        content: "東京"; }
      section.top06 .top_event_list .item.hokkaidoAndTohoku:before {
        content: "北海道・東北"; }
      section.top06 .top_event_list .item.kantoExcludingTokyo:before {
        content: "関東（東京除く）"; }
      section.top06 .top_event_list .item.chubuKinki:before {
        content: "中部・近畿"; }
      section.top06 .top_event_list .item.chugokuShikoku:before {
        content: "中国・四国"; }
      section.top06 .top_event_list .item.kyushuOkinawa:before {
        content: "九州・沖縄"; }
      section.top06 .top_event_list .item .img a {
        display: block;
        overflow: hidden; }
        section.top06 .top_event_list .item .img a img {
          vertical-align: bottom; }
        section.top06 .top_event_list .item .img a:hover {
          opacity: 1; }
          section.top06 .top_event_list .item .img a:hover img {
            opacity: 1;
            transform: scale(0.88);
            transition: all cubic-bezier(0.4, 1.27, 0.74, 1.26) 0.25s; }
      section.top06 .top_event_list .item .text {
        padding: 13px 10px 55px;
        border-top: .1rem solid #D2D2D2; }
        @media screen and (max-width: 767px) {
          section.top06 .top_event_list .item .text {
            padding: calc(15 / 320 * 100vw) calc(10 / 320 * 100vw) calc(70 / 320 * 100vw); } }
        section.top06 .top_event_list .item .text .title {
          font-size: 1.4rem;
          font-weight: bold;
          line-height: 1.66666em; }
          @media screen and (max-width: 767px) {
            section.top06 .top_event_list .item .text .title {
              font-size: calc(14 / 320 * 100vw);
              line-height: 1.875em; } }
          section.top06 .top_event_list .item .text .title a {
            color: #000000; }
            section.top06 .top_event_list .item .text .title a:hover {
              color: #2F83C3; }
        section.top06 .top_event_list .item .text .subTitle {
          margin-top: 5px;
          color: #505050;
          font-size: 1rem; }
          @media screen and (max-width: 767px) {
            section.top06 .top_event_list .item .text .subTitle {
              margin-top: calc(7 / 320 * 100vw);
              font-size: calc(10 / 320 * 100vw); } }
        section.top06 .top_event_list .item .text .category {
          margin-top: 26px;
          display: flex;
          flex-wrap: wrap; }
          @media screen and (max-width: 767px) {
            section.top06 .top_event_list .item .text .category {
              margin-top: calc(14 / 320 * 100vw); } }
          section.top06 .top_event_list .item .text .category div {
            margin-right: .9rem;
            margin-bottom: .5rem;
            padding: .4rem .8rem;
            background: #e6e6e6;
            border-radius: .2rem;
            color: #000000;
            font-size: 1rem; }
            @media screen and (max-width: 767px) {
              section.top06 .top_event_list .item .text .category div {
                margin-right: calc(12 / 320 * 100vw);
                padding: calc(3 / 320 * 100vw) calc(7 / 320 * 100vw);
                border-radius: calc(2 / 320 * 100vw);
                font-size: calc(7 / 320 * 100vw); } }
        section.top06 .top_event_list .item .text .schedule .time {
          margin-top: 19px;
          font-size: 1.4rem;
          font-weight: bold; }
          @media screen and (max-width: 767px) {
            section.top06 .top_event_list .item .text .schedule .time {
              margin-top: calc(17 / 320 * 100vw);
              font-size: calc(12 / 320 * 100vw); } }
          section.top06 .top_event_list .item .text .schedule .time.accepting:before {
            width: 100%;
            max-width: 57px;
            margin-right: 15px;
            padding: .4rem;
            background: #A7B845;
            color: #fff;
            content: "受付中";
            display: inline-block;
            font-size: 1rem;
            font-weight: 500;
            text-align: center; }
            @media screen and (max-width: 767px) {
              section.top06 .top_event_list .item .text .schedule .time.accepting:before {
                max-width: calc(40 / 320 * 100vw);
                margin-right: calc(8 / 320 * 100vw);
                padding: calc(3 / 320 * 100vw);
                font-size: calc(10 / 320 * 100vw); } }
          section.top06 .top_event_list .item .text .schedule .time.fewRemaining:before {
            width: 100%;
            max-width: 57px;
            margin-right: 15px;
            padding: .4rem;
            background: #ff9933;
            color: #fff;
            content: "残僅か";
            display: inline-block;
            font-size: 1rem;
            font-weight: 500;
            text-align: center; }
            @media screen and (max-width: 767px) {
              section.top06 .top_event_list .item .text .schedule .time.fewRemaining:before {
                max-width: calc(40 / 320 * 100vw);
                margin-right: calc(8 / 320 * 100vw);
                padding: calc(3 / 320 * 100vw);
                font-size: calc(10 / 320 * 100vw); } }
          section.top06 .top_event_list .item .text .schedule .time.full:before {
            width: 100%;
            max-width: 57px;
            margin-right: 15px;
            padding: .4rem;
            background: #D23D1B;
            color: #fff;
            content: "満員";
            display: inline-block;
            font-size: 1rem;
            font-weight: 500;
            text-align: center; }
            @media screen and (max-width: 767px) {
              section.top06 .top_event_list .item .text .schedule .time.full:before {
                max-width: calc(40 / 320 * 100vw);
                margin-right: calc(8 / 320 * 100vw);
                padding: calc(3 / 320 * 100vw);
                font-size: calc(10 / 320 * 100vw); } }
          section.top06 .top_event_list .item .text .schedule .time.receptClosing:before {
            width: 100%;
            max-width: 57px;
            margin-right: 15px;
            padding: .4rem;
            background: #D23D1B;
            color: #fff;
            content: "受付終了";
            display: inline-block;
            font-size: 1rem;
            font-weight: 500;
            text-align: center; }
            @media screen and (max-width: 767px) {
              section.top06 .top_event_list .item .text .schedule .time.receptClosing:before {
                max-width: calc(40 / 320 * 100vw);
                margin-right: calc(8 / 320 * 100vw);
                padding: calc(3 / 320 * 100vw);
                font-size: calc(10 / 320 * 100vw); } }
        section.top06 .top_event_list .item .text .more {
          text-align: center;
          position: absolute;
          bottom: 13px;
          left: 0;
          right: 0; }
          @media screen and (max-width: 767px) {
            section.top06 .top_event_list .item .text .more {
              bottom: calc(20 / 320 * 100vw); } }
          section.top06 .top_event_list .item .text .more a {
            margin: 0 8px;
            padding: 5px 20px;
            background: #2F83C3;
            border-radius: .2rem;
            color: #fff;
            font-size: 1.4rem;
            font-weight: bold;
            line-height: 1.42857em;
            display: inline-block; }
            @media screen and (max-width: 767px) {
              section.top06 .top_event_list .item .text .more a {
                padding: calc(5 / 320 * 100vw) calc(20 / 320 * 100vw);
                border-radius: calc(2 / 320 * 100vw);
                font-size: calc(12 / 320 * 100vw); } }
            section.top06 .top_event_list .item .text .more a.seriese_btn {
              margin-left: 1rem; }
            section.top06 .top_event_list .item .text .more a:hover {
              opacity: .6; }
  section.top06 .top_btn_large {
    width: 260px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      section.top06 .top_btn_large {
        width: 100%; } }

section.top07 {
  width: 100%;
  max-width: 1240px;
  margin: 104px auto 83px; }
  @media screen and (max-width: 767px) {
    section.top07 {
      margin: 104px auto 50px; } }
  section.top07 h2 {
    margin-bottom: 43px; }
  section.top07 .support_area {
    display: flex; }
    @media screen and (max-width: 767px) {
      section.top07 .support_area {
        display: block; } }
    section.top07 .support_area .text {
      width: 50%;
      padding: 13px 0 0 18px; }
      section.top07 .support_area .text.fade-in-left {
        transform: translate(-50%, 0); }
      section.top07 .support_area .text.fade-in-left.scroll-in {
        transform: translate(0, 0); }
      @media screen and (max-width: 767px) {
        section.top07 .support_area .text {
          width: 100%;
          margin-bottom: 40px;
          padding: 0; } }
      section.top07 .support_area .text p {
        font-size: 1.6rem;
        line-height: 2; }
    section.top07 .support_area .img {
      width: 50%;
      text-align: center; }
      section.top07 .support_area .img.fade-in-right {
        transform: translate(50%, 0); }
      section.top07 .support_area .img.fade-in-right.scroll-in {
        transform: translate(0, 0); }
      @media screen and (max-width: 767px) {
        section.top07 .support_area .img {
          width: 100%; } }
  section.top07 .top_btn_large {
    width: 260px;
    margin: 70px auto 0; }
    @media screen and (max-width: 767px) {
      section.top07 .top_btn_large {
        width: 100%;
        margin: 40px auto 0; } }

section.top08 {
  width: 100%;
  max-width: 1280px;
  margin: 100px auto 120px; }
  @media screen and (max-width: 767px) {
    section.top08 {
      margin: 80px auto 50px; } }
  section.top08 .faq-list {
    width: 940px;
    max-width: 100%;
    margin: 0 auto;
    padding-left: 0; }
    section.top08 .faq-list li {
      list-style: none;
      margin-left: 0; }
      section.top08 .faq-list li:not(:last-of-type) {
        margin-bottom: 20px; }
    section.top08 .faq-list .question {
      background-color: #ffffff;
      font-size: 2.2rem;
      line-height: 3.3rem;
      padding: 20px 50px;
      font-weight: bold;
      position: relative;
      cursor: pointer;
      width: 100%; }
      section.top08 .faq-list .question:not(:first-of-type) {
        margin-top: 20px; }
      @media screen and (max-width: 767px) {
        section.top08 .faq-list .question {
          padding: 12px 42px;
          padding: 12px 42px; } }
      section.top08 .faq-list .question::before {
        content: "Q.";
        position: absolute;
        top: 20px;
        left: 20px; }
        @media screen and (max-width: 767px) {
          section.top08 .faq-list .question::before {
            top: 12px;
            left: 12px; } }
      section.top08 .faq-list .question .btn {
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        width: 24px;
        height: 24px; }
        section.top08 .faq-list .question .btn::before {
          content: "";
          width: 100%;
          height: 1px;
          display: block;
          background: #000;
          top: 50%;
          transform: translateY(-50%);
          position: absolute; }
        section.top08 .faq-list .question .btn::after {
          content: "";
          width: 1px;
          height: 100%;
          display: block;
          background: #000;
          left: 50%;
          transform: translateX(-50%);
          position: absolute; }
        section.top08 .faq-list .question .btn.show::after {
          display: none; }
        @media screen and (max-width: 767px) {
          section.top08 .faq-list .question .btn {
            right: 12px; } }
    section.top08 .faq-list .answer {
      width: 100%;
      padding: 20px;
      background-color: #ffffff;
      padding-left: 50px;
      font-size: 1.6rem;
      line-height: 3.3rem;
      position: relative;
      display: none;
      margin-left: 0; }
      @media screen and (max-width: 767px) {
        section.top08 .faq-list .answer {
          padding: 12px;
          padding-left: 42px; } }
      section.top08 .faq-list .answer a {
        color: #ED1849;
        text-decoration: none; }
        section.top08 .faq-list .answer a:hover {
          text-decoration: underline; }
      section.top08 .faq-list .answer.show {
        display: block; }
      section.top08 .faq-list .answer::before {
        content: "A.";
        font-size: 2.2rem;
        position: absolute;
        top: 20px;
        left: 20px;
        font-weight: bold; }
        @media screen and (max-width: 767px) {
          section.top08 .faq-list .answer::before {
            top: 12px;
            left: 12px; } }
      section.top08 .faq-list .answer::after {
        position: absolute;
        content: "";
        margin: 0 auto;
        display: block;
        top: 0px;
        height: 1px;
        left: 20px;
        right: 20px;
        background-color: #DEDEDE; }
        @media screen and (max-width: 767px) {
          section.top08 .faq-list .answer::after {
            left: 12px;
            right: 12px; } }
  section.top08 .top_btn_large {
    width: 290px;
    margin: 60px auto 0; }
    @media screen and (max-width: 767px) {
      section.top08 .top_btn_large {
        margin: 30px auto 0; } }

.top_case_area {
  padding: 5px 40px 40px;
  background: #fff; }
  @media screen and (max-width: 767px) {
    .top_case_area {
      padding: 5px 12px 40px; } }
  .top_case_area h2 {
    font-size: 3rem;
    line-height: 5rem;
    font-weight: bold;
    text-align: center;
    color: #081724; }
  .top_case_area .top_logo_list {
    margin: 17px -40px 12px;
    padding: 33px 0;
    background: #fff; }
    @media screen and (max-width: 767px) {
      .top_case_area .top_logo_list {
        margin: calc(15 / 320 * 100vw) -12px;
        padding: calc(10 / 320 * 100vw) 0; } }
    .top_case_area .top_logo_list ul {
      margin: 0;
      padding: 0;
      list-style: none;
      display: flex;
      align-items: center;
      justify-content: space-around; }
      @media screen and (max-width: 767px) {
        .top_case_area .top_logo_list ul {
          flex-wrap: wrap; } }
      .top_case_area .top_logo_list ul li {
        width: auto !important;
        margin: 0;
        padding: 0 15px;
        list-style: none; }
        .top_case_area .top_logo_list ul li.scale-in {
          transform: scale(1.2); }
        .top_case_area .top_logo_list ul li.scale-in.scroll-in {
          transform: scale(1); }
        @media screen and (max-width: 767px) {
          .top_case_area .top_logo_list ul li {
            width: 33.33333%;
            padding: calc(10 / 320 * 100vw);
            font-size: 1px;
            line-height: 1;
            text-align: center; } }
        .top_case_area .top_logo_list ul li img {
          vertical-align: bottom; }
          @media screen and (max-width: 767px) {
            .top_case_area .top_logo_list ul li img {
              vertical-align: middle; } }
    .top_case_area .top_logo_list .slick-track {
      padding: 0;
      display: flex;
      align-items: center;
      flex-shrink: 0;
      transition: transform 0s linear 0s; }
      .top_case_area .top_logo_list .slick-track div {
        padding: 0 15px;
        text-align: center; }
        .top_case_area .top_logo_list .slick-track div:focus {
          outline: none; }
  .top_case_area .top_case_btn {
    width: 360px;
    display: block;
    margin: 0 auto;
    background: #ED1849;
    border: 2px solid #ED1849;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    padding: 17.5px 10px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 2.6rem;
    line-height: 1.423077;
    font-weight: bold;
    border-radius: 6px;
    max-width: 100%; }
    .top_case_area .top_case_btn:hover {
      color: #ED1849;
      background: #fff; }

.top_ranking_area {
  margin: -25px 0 23px;
  display: flex;
  align-items: flex-end; }
  @media screen and (max-width: 1065px) {
    .top_ranking_area {
      margin: calc(-25 / 1280 * 100vw) 0 calc(23 / 1280 * 100vw); } }
  @media screen and (max-width: 767px) {
    .top_ranking_area {
      margin: 0 0 calc(23 / 320 * 100vw);
      align-items: center; } }
  @media screen and (max-width: 1065px) {
    .top_ranking_area .img {
      width: calc(130 / 1280 * 100vw);
      height: calc(127 / 1280 * 100vw); } }
  @media screen and (max-width: 767px) {
    .top_ranking_area .img {
      width: calc(85 / 320 * 100vw);
      height: calc(83.13 / 320 * 100vw);
      flex-shrink: 0; }
      .top_ranking_area .img img {
        width: calc(85 / 320 * 100vw);
        height: calc(83.13 / 320 * 100vw); } }
  .top_ranking_area .text {
    padding-left: 8px;
    padding-bottom: 12px;
    color: #000;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: calc(25em / 16); }
    @media screen and (max-width: 1065px) {
      .top_ranking_area .text {
        padding-left: calc(8 / 1280 * 100vw);
        padding-bottom: calc(12 / 1280 * 100vw);
        font-size: calc(16 / 1280 * 100vw); } }
    @media screen and (max-width: 767px) {
      .top_ranking_area .text {
        padding-left: calc(8 / 320 * 100vw);
        padding-bottom: 0;
        font-size: calc(12 / 320 * 100vw); } }

.top_main_image02.-type2 .text_area .title {
  margin-bottom: 9px; }
  @media screen and (max-width: 1065px) {
    .top_main_image02.-type2 .text_area .title {
      margin-bottom: calc(9 / 1280 * 100vw); } }
  @media screen and (max-width: 767px) {
    .top_main_image02.-type2 .text_area .title {
      margin-bottom: calc(20 / 320 * 100vw); } }
.top_main_image02.-type2 .btn_area .top_btn {
  width: 205px;
  padding: 12px 42px 12px 15px;
  background: #fff;
  color: #ED184A;
  font-size: 1.6rem;
  line-height: calc(24em / 16); }
  @media screen and (max-width: 1065px) {
    .top_main_image02.-type2 .btn_area .top_btn {
      width: calc(205 / 1280 * 100vw);
      padding: calc(12 / 1280 * 100vw) calc(42 / 1280 * 100vw) calc(12 / 1280 * 100vw) calc(15 / 1280 * 100vw);
      font-size: calc(16 / 1280 * 100vw); } }
  @media screen and (max-width: 767px) {
    .top_main_image02.-type2 .btn_area .top_btn {
      width: calc(205 / 320 * 100vw);
      padding: calc(12 / 320 * 100vw) calc(42 / 320 * 100vw) calc(12 / 320 * 100vw) calc(15 / 320 * 100vw);
      font-size: calc(16 / 320 * 100vw); } }
  .top_main_image02.-type2 .btn_area .top_btn::after {
    background-image: url(../images/icon_arrow_right_red.svg);
    right: 15px; }
    @media screen and (max-width: 1065px) {
      .top_main_image02.-type2 .btn_area .top_btn::after {
        right: calc(15 / 1280 * 100vw); } }
    @media screen and (max-width: 767px) {
      .top_main_image02.-type2 .btn_area .top_btn::after {
        right: calc(15 / 320 * 100vw); } }
  .top_main_image02.-type2 .btn_area .top_btn:hover {
    background: #ED184A;
    color: #fff; }
    .top_main_image02.-type2 .btn_area .top_btn:hover::after {
      background-image: url(../images/icon_arrow_right_white.svg); }
