/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }
@charset "UTF-8";

html,
body, .all .faq-accordion-title, .all .contact-form-box-button-input {
  font-family: '\6E38\30B4\30B7\30C3\30AF\4F53', YuGothic, '\6E38\30B4\30B7\30C3\30AF   Medium', 'Yu Gothic Medium', '\6E38\30B4\30B7\30C3\30AF', 'Yu Gothic','Noto Sans JP','Hiragino Kaku Gothic ProN', 'Hiragino Sans','meiryo','Helvetica Neue','arial',sans-serif; }

.all .point-box-number {
  font-family: 'Work Sans', 'Helvetica Neue', 'Roboto', 'Meiryo', sans-serif;
  font-weight: 300;
  font-style: italic; }

.all .faq-accordion-icon-text {
  font-family: 'Work Sans', 'Helvetica Neue', 'Roboto', 'Meiryo', sans-serif;
  font-weight: 400;
  font-style: italic; }

.footer, .all .point-title-box-title-number, .all .point-box-textarea-block-button {
  font-family: 'Work Sans', 'Helvetica Neue', 'Roboto', 'Meiryo', sans-serif;
  font-weight: 400; }

* {
  box-sizing: border-box; }
  *::before, *::after {
    box-sizing: inherit; }

html,
body {
  -webkit-font-smoothing: antialiased;
  color: #251e1c; }

a {
  color: inherit;
  text-decoration: none; }

button {
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
          appearance: none; }

img {
  width: 100%;
  pointer-events: none; }

body.is-fixed {
  overflow: hidden; }

.introduction {
  opacity: 0;
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  background-color: #fff;
  transition: opacity 2000ms cubic-bezier(0.16, 1, 0.3, 1); }
  .introduction-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%; }
  .introduction-title {
    font-weight: 600;
    font-size: 50px;
    line-height: 1.4;
    text-align: center; }
    .introduction-title-text:first-of-type {
      margin-left: -40px; }
    .introduction-title-text-marker {
      display: inline;
      position: relative;
      margin: 0;
      background-image: linear-gradient(90deg, #faf168, #faf168);
      background-position: bottom left;
      background-size: 0 20%;
      background-repeat: no-repeat;
      font-size: 60px;
      letter-spacing: .06em;
      transition: background-size 1600ms cubic-bezier(0.16, 1, 0.3, 1); }
      .introduction-title-text-marker::before {
        margin: 0 0 0 -22px;
        content: '\300C'; }
      .introduction-title-text-marker::after {
        margin: 0 -30px 0 0;
        content: '\300D'; }
  .introduction-lead {
    margin-top: 40px;
    font-size: 18px;
    line-height: 1.77;
    text-align: center; }
  .introduction-check {
    margin-top: 50px; }
    .introduction-check-list {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      margin-top: 32px; }
      .introduction-check-list-item {
        margin-right: 28px;
        padding-left: 31px;
        background-image: url("/campaign/actiongatesystem/assets/img/common/icon_check.png");
        background-size: 26px 22px;
        background-repeat: no-repeat;
        font-weight: 600;
        font-size: 22px; }
  .introduction-logo {
    width: 100%;
    max-width: 365px;
    margin: 70px auto 0; }
  .introduction-more {
    width: 100%;
    max-width: 356px;
    margin: 60px auto 0; }
    .introduction-more-text {
      transition: background-color 0.3s cubic-bezier(0.37, 0, 0.63, 1), color 0.3s cubic-bezier(0.37, 0, 0.63, 1);
      border-radius: 25px;
      padding: 15px 30px;
      background-color: #8fc3e9;
      font-size: 26px;
      font-weight: 500;
      text-align: center;
      line-height: 1;
      color: #fff;
      cursor: pointer; }
  .introduction.is-opened {
    opacity: 1; }
  .introduction.is-active .introduction-title-text-marker {
    background-size: 100% 20%; }
  .introduction.is-active .introduction-more {
    transition-delay: 400ms; }

[data-js-scroll='parent'] [data-js-scroll='target'] {
  opacity: 0;
  -webkit-transform: translate3d(0, 60px, 0);
          transform: translate3d(0, 60px, 0);
  transition: opacity 2000ms cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 2000ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 2000ms cubic-bezier(0.16, 1, 0.3, 1), transform 2000ms cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 2000ms cubic-bezier(0.16, 1, 0.3, 1), transform 2000ms cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 2000ms cubic-bezier(0.16, 1, 0.3, 1); }

[data-js-scroll='parent'] [data-js-delay='target'] {
  transition-delay: 300ms; }

[data-js-scroll='parent'].is-active [data-js-scroll='target'] {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.footer {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  background: linear-gradient(to right, #004292, #003570); }
  .footer-small-text {
    color: #fff;
    font-size: 12px; }

.common-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
  z-index: 101; }
  .common-modal-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    box-sizing: border-box; }
  .common-modal-bg {
    position: absolute;
    width: 100vw;
    height: 100%;
    background: rgba(37, 30, 28, 0.4);
    cursor: pointer; }
  .common-modal-content {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    max-width: 900px;
    padding: 50px 100px;
    margin: 0 30px;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    border: 5px solid transparent; }
  .common-modal.common-movie .common-modal-content {
    padding: 0;
    border: none; }
    .common-modal.common-movie .common-modal-content-iframe {
      padding-top: 56.25%; }
      .common-modal.common-movie .common-modal-content-iframe-item {
        position: absolute;
        top: -0.5%;
        left: -0.5%;
        width: 101%;
        height: 101%;
        opacity: 0;
        transition: opacity 0.5s ease-out; }
        .common-modal.common-movie .common-modal-content-iframe-item.is-active {
          opacity: 1; }
  .common-modal-close {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
    background: #7c7c7c;
    border-radius: 50%;
    cursor: pointer; }
    .common-modal-close-item {
      position: absolute;
      left: 15%;
      top: calc(50% - 1px);
      width: 70%;
      height: 2px;
      background: #f4f9fd; }
      .common-modal-close-item:first-of-type {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
      .common-modal-close-item:last-of-type {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }

[data-js='modal'] [data-js-modal='target'], [data-js='modal'] [data-js-movie='target'], [data-js='movie'] [data-js-modal='target'], [data-js='movie'] [data-js-movie='target'] {
  opacity: 0;
  transition: opacity 500ms cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none; }
  [data-js='modal'] [data-js-modal='target'].is-opened, [data-js='modal'] [data-js-movie='target'].is-opened, [data-js='movie'] [data-js-modal='target'].is-opened, [data-js='movie'] [data-js-movie='target'].is-opened {
    opacity: 1;
    transition: opacity 500ms cubic-bezier(0.16, 1, 0.3, 1);
    pointer-events: auto; }

.all {
  padding-top: 55px;
  overflow: hidden; }
  .all .text {
    margin-bottom: 20px;
    font-size: 40px; }
  .all .wrap {
    max-width: 1090px;
    margin: 0 auto;
    padding: 0 20px; }
  .all .logo {
    width: 50%;
    max-width: 457px; }
  .all .pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    opacity: 0;
    transition: opacity 0.3s cubic-bezier(0.37, 0, 0.63, 1);
    pointer-events: none;
    z-index: 2; }
    .all .pagetop.is-active {
      opacity: 1;
      pointer-events: auto; }
  .all .kv {
    position: relative;
    margin: 22px -37px 0 14px; }
  .all .kind-list {
    position: absolute;
    top: 0;
    left: 0;
    padding-bottom: 61%;
    width: 100%; }
    .all .kind-list.is-active {
      transition-delay: .4s; }
    .all .kind-list-title {
      position: absolute; }
    .all .kind-list-text {
      font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "meiryo", "Helvetica Neue", arial, sans-serif;
      position: absolute;
      font-size: 17px;
      line-height: 23px;
      letter-spacing: -0.1px; }
    .all .kind-list-item {
      position: absolute;
      width: 9%;
      cursor: pointer; }
      .all .kind-list-item:first-of-type {
        bottom: 16.4%;
        left: 20.6%; }
        .all .kind-list-item:first-of-type .kind-list-title {
          width: 203%;
          top: 70%;
          left: -170%; }
      .all .kind-list-item:nth-of-type(2) {
        bottom: 15%;
        left: 38.3%; }
        .all .kind-list-item:nth-of-type(2) .kind-list-title {
          width: 241.3%;
          top: 71%;
          right: -222%; }
      .all .kind-list-item:nth-of-type(3) {
        top: 4.3%;
        right: 17.9%; }
        .all .kind-list-item:nth-of-type(3) .kind-list-title {
          width: 319%;
          left: -109%;
          top: -90%; }
      .all .kind-list-item:nth-of-type(4) {
        top: 41.6%;
        right: 17.3%; }
        .all .kind-list-item:nth-of-type(4) .kind-list-title {
          top: -125%;
          right: -179%;
          width: 183.4%; }
      .all .kind-list-item:nth-of-type(5) {
        bottom: 25.7%;
        right: 30.4%; }
        .all .kind-list-item:nth-of-type(5) .kind-list-title {
          top: 66%;
          right: -202%;
          width: 208.2%; }
      .all .kind-list-item:nth-of-type(6) {
        bottom: 30.5%;
        left: 10%; }
        .all .kind-list-item:nth-of-type(6) .kind-list-title {
          width: 207.2%;
          top: -148%;
          left: -114%; }
      .all .kind-list-item:nth-of-type(7) {
        top: 10.5%;
        left: 27.8%; }
        .all .kind-list-item:nth-of-type(7) .kind-list-title {
          width: 217.5%;
          left: -198%;
          top: -55%; }
    .all .kind-list-link {
      display: block; }
  .all .contents-block {
    margin-top: 55px;
    padding: 60px 100px;
    box-shadow: 0 5px 6px 4px rgba(24, 38, 58, 0.2); }
    .all .contents-block.reception {
      background-color: #fdf9eb; }
      .all .contents-block.reception .content-title {
        background-image: url("/campaign/actiongatesystem/assets/img/reception/bg_title.png"); }
      .all .contents-block.reception .contents-product-item {
        background-color: #f5df9d; }
    .all .contents-block.photograph {
      background-color: #f4f9fd; }
      .all .contents-block.photograph .content-title {
        background-image: url("/campaign/actiongatesystem/assets/img/photograph/bg_title.png"); }
      .all .contents-block.photograph .contents-product-item {
        background-color: #bfdef5; }
    .all .contents-block.patient {
      background-color: #fbf5f6; }
      .all .contents-block.patient .content-title {
        background-image: url("/campaign/actiongatesystem/assets/img/patient/bg_title.png"); }
      .all .contents-block.patient .contents-product-item {
        background-color: #eccbd4; }
    .all .contents-block.laboratory {
      background-color: #f7f4f9; }
      .all .contents-block.laboratory .content-title {
        background-image: url("/campaign/actiongatesystem/assets/img/laboratory/bg_title.png"); }
      .all .contents-block.laboratory .contents-product-item {
        background-color: #d5c6df; }
      .all .contents-block.laboratory .common-modal-content {
        border-color: #9c569f; }
    .all .contents-block.input {
      background-color: #f6f9f0; }
      .all .contents-block.input .content-title {
        background-image: url("/campaign/actiongatesystem/assets/img/input/bg_title.png"); }
      .all .contents-block.input .contents-product-item {
        background-color: #d1e2b5; }
      .all .contents-block.input .common-modal-content {
        border-color: #7ebf41; }
    .all .contents-block.application {
      background-color: #f3f9fc; }
      .all .contents-block.application .content-title {
        background-image: url("/campaign/actiongatesystem/assets/img/application/bg_title.png"); }
      .all .contents-block.application .contents-product-item {
        background-color: #c4e1ee; }
      .all .contents-block.application .common-modal-content {
        border-color: #36bce6; }
    .all .contents-block.analysis {
      background-color: #eff8f7; }
      .all .contents-block.analysis .content-title {
        background-image: url("/campaign/actiongatesystem/assets/img/analysis/bg_title.png"); }
      .all .contents-block.analysis .contents-product-item {
        background-color: #afdbd6; }
  .all .contents-detail {
    position: relative;
    margin: 50px 0 180px;
    text-align: center; }
    .all .contents-detail-title {
      color: #3d78bd;
      font-size: 30px;
      font-weight: bold; }
    .all .contents-detail-list {
      display: flex;
      justify-content: center;
      max-width: 1080px;
      margin: 0 auto; }
      .all .contents-detail-list.is-active .contents-detail-item {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0); }
        .all .contents-detail-list.is-active .contents-detail-item:nth-of-type(1) {
          transition-delay: 0.5s; }
        .all .contents-detail-list.is-active .contents-detail-item:nth-of-type(2) {
          transition-delay: 0.7s; }
        .all .contents-detail-list.is-active .contents-detail-item:nth-of-type(3) {
          transition-delay: 0.9s; }
        .all .contents-detail-list.is-active .contents-detail-item:nth-of-type(4) {
          transition-delay: 1.1s; }
        .all .contents-detail-list.is-active .contents-detail-item:nth-of-type(5) {
          transition-delay: 1.3s; }
        .all .contents-detail-list.is-active .contents-detail-item:nth-of-type(6) {
          transition-delay: 1.5s; }
        .all .contents-detail-list.is-active .contents-detail-item:nth-of-type(7) {
          transition-delay: 1.7s; }
    .all .contents-detail-item {
      opacity: 0;
      -webkit-transform: translate3d(0, 60px, 0);
              transform: translate3d(0, 60px, 0);
      transition: opacity 2000ms cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 2000ms cubic-bezier(0.16, 1, 0.3, 1);
      transition: opacity 2000ms cubic-bezier(0.16, 1, 0.3, 1), transform 2000ms cubic-bezier(0.16, 1, 0.3, 1);
      transition: opacity 2000ms cubic-bezier(0.16, 1, 0.3, 1), transform 2000ms cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 2000ms cubic-bezier(0.16, 1, 0.3, 1); }
      .all .contents-detail-item:first-of-type {
        margin: 28% 0 0 -1%; }
      .all .contents-detail-item:nth-of-type(2) {
        margin: 10% 0 0 -10%; }
      .all .contents-detail-item:nth-of-type(3) {
        margin: 4% 0 0 6%; }
      .all .contents-detail-item:nth-of-type(4) {
        margin: 4% 6% 0 10%; }
      .all .contents-detail-item:nth-of-type(5) {
        margin: 10% -10% 0 0; }
      .all .contents-detail-item:nth-of-type(6) {
        margin: 28% 0 0 1%; }
    .all .contents-detail-image {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      top: 60%; }
  .all .contents .content-title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 431px;
    height: 56px;
    margin: 0 auto;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    background-size: 100%; }
  .all .contents .content-area {
    display: flex;
    align-items: center;
    margin-top: 78px; }
  .all .contents .content-illustarea {
    width: 46%;
    text-align: center; }
  .all .contents .content-illust {
    display: inline-block; }
  .all .contents .content-textarea {
    width: 50%;
    margin-left: 4%; }
    .all .contents .content-textarea-title {
      margin-bottom: 28px;
      font-size: 26px;
      font-weight: bold;
      line-height: 42px; }
  .all .contents .content-text {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: -0.8px; }
  .all .contents .content-check-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 32px; }
  .all .contents .content-check-item {
    margin: 0 22px 14px 0;
    font-size: 17px;
    font-weight: bold; }
  .all .contents .content-check-icon {
    display: inline-block; }
  .all .contents-product-list {
    margin-top: 70px; }
  .all .contents-product-item {
    text-align: center; }
    .all .contents-product-item + .contents-product-item {
      margin-top: 10px; }
  .all .contents-product-link {
    display: block;
    background: url("/campaign/actiongatesystem/assets/img/common/icon_arrow.png") no-repeat right 16px center; }
  .all .contents-product-name {
    padding: 14px 0;
    font-size: 24px; }
  .all .contents-banner {
    display: flex;
    position: relative;
    margin: 70px 0 40px;
    padding: 4%;
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 3px 6px 2px rgba(37, 30, 28, 0.15); }
    .all .contents-banner::after {
      position: absolute;
      right: 3%;
      top: 50%;
      -webkit-transform: translateY(-50%) rotate(90deg);
              transform: translateY(-50%) rotate(90deg);
      border-right: 12px solid transparent;
      border-left: 12px solid transparent;
      border-bottom: 16px solid #d0121b;
      content: ''; }
    .all .contents-banner-inner {
      display: flex;
      align-items: center; }
    .all .contents-banner-logo {
      width: 47%;
      max-width: 349px;
      height: 87px;
      margin-right: 30px;
      background: url("/campaign/actiongatesystem/assets/img/laboratory/logo.png") no-repeat;
      background-size: contain; }
    .all .contents-banner-textarea {
      width: 53%;
      padding-right: 8%; }
    .all .contents-banner-title {
      transition: color 0.3s cubic-bezier(0.37, 0, 0.63, 1);
      color: #d0121b;
      font-size: 30px;
      font-weight: bold;
      letter-spacing: -1.2px; }
    .all .contents-banner-text {
      transition: color 0.3s cubic-bezier(0.37, 0, 0.63, 1);
      margin-top: 20px;
      font-size: 14px;
      line-height: 32px; }
  .all .point {
    margin-top: 100px; }
    .all .point-title-box {
      position: relative;
      background: #d3e5f2;
      overflow: hidden;
      width: 100%;
      height: 560px; }
      .all .point-title-box-bg {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
        padding-top: 560px;
        width: 100%;
        height: 0;
        background-image: url("/campaign/actiongatesystem/assets/img/point/illust_main.png");
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat; }
      .all .point-title-box-textarea {
        position: absolute;
        z-index: 4;
        top: 50%;
        left: 50%;
        width: 100%;
        -webkit-transform: translateY(-50%) translateX(-50%);
                transform: translateY(-50%) translateX(-50%); }
      .all .point-title-box-text {
        color: #003570;
        font-size: 25px;
        text-align: center; }
      .all .point-title-box-title {
        margin-top: 20px;
        color: #003570;
        font-weight: bold;
        font-size: 60px;
        text-align: center; }
        .all .point-title-box-title-number {
          font-size: 95px; }
    .all .point-box {
      position: relative;
      margin-top: 116px;
      padding-left: 60px; }
      .all .point-box::before {
        position: absolute;
        right: 0;
        width: 100vw;
        height: 100%;
        background: rgba(218, 236, 243, 0.4);
        z-index: -1;
        content: ''; }
      .all .point-box .wrap {
        position: relative; }
      .all .point-box-inner {
        display: flex; }
      .all .point-box-number {
        display: inline-block;
        margin-top: -36px;
        color: #003570;
        font-size: 60px; }
        .all .point-box-number-text {
          display: inline-block;
          margin-left: 17px; }
      .all .point-box-title {
        margin-top: 50px;
        font-weight: bold;
        font-size: 33px; }
        .all .point-box-title-text {
          padding-bottom: 4px;
          background: linear-gradient(transparent 63%, #faf168 63%, #faf168); }
        .all .point-box-title-sub {
          margin-top: 14px;
          padding-left: 1em;
          text-indent: -1em;
          font-weight: bold;
          font-size: 25px;
          line-height: 37px; }
      .all .point-box-text {
        margin-top: 24px;
        font-size: 16px;
        line-height: 23px; }
        .all .point-box-text-title {
          font-size: 16px; }
        .all .point-box-text-list-title {
          font-size: 16px; }
        .all .point-box-text-list-text {
          font-size: 14px; }
      .all .point-box-illust {
        position: absolute; }
      .all .point-box-movie {
        position: relative;
        display: flex; }
      .all .point-box-image {
        cursor: pointer; }
        .all .point-box-image-content {
          position: relative; }
      .all .point-box:first-of-type {
        width: 72%;
        padding: 0 0 8% 60px; }
        .all .point-box:first-of-type .point-box-movie {
          position: relative;
          width: 23%; }
          .all .point-box:first-of-type .point-box-movie::before {
            top: 48%; }
        .all .point-box:first-of-type .point-box-image {
          position: absolute;
          bottom: -9%;
          right: -189%;
          width: 239%; }
      .all .point-box:nth-of-type(2) {
        width: 73%;
        padding: 0 0 0 60px;
        margin: 140px 0 0 auto; }
        .all .point-box:nth-of-type(2)::before {
          left: 0;
          height: 90%; }
        .all .point-box:nth-of-type(2) .point-box-inner {
          flex-direction: column; }
        .all .point-box:nth-of-type(2) .point-box-movie {
          margin: 50px 0px 0px -37%; }
          .all .point-box:nth-of-type(2) .point-box-movie::before {
            top: 0;
            right: 10%;
            -webkit-transform: rotate(180deg);
                    transform: rotate(180deg); }
        .all .point-box:nth-of-type(2) .point-box-image:first-of-type {
          margin-right: 10px; }
      .all .point-box:nth-of-type(3) {
        width: 72%;
        margin-top: 116px;
        padding: 0 0 5% 60px; }
        .all .point-box:nth-of-type(3) .point-box-illust {
          right: -14%;
          top: 50px; }
        .all .point-box:nth-of-type(3) .point-box-movie {
          width: 23%; }
          .all .point-box:nth-of-type(3) .point-box-movie::before {
            bottom: 11%;
            left: 40px; }
        .all .point-box:nth-of-type(3) .point-box-image {
          position: absolute;
          bottom: -24%;
          right: -219%;
          width: 239%; }
  .all .faq {
    margin-top: 140px;
    padding: 60px 0 90px;
    background: #003570; }
    .all .faq-title {
      color: #fff;
      font-size: 33px;
      font-weight: bold;
      text-align: center; }
    .all .faq-accordion {
      margin-top: 40px;
      background: #e3edf5; }
      .all .faq-accordion-button {
        display: flex;
        align-items: center;
        position: relative;
        width: 100%;
        padding: 1% 15%; }
        .all .faq-accordion-button-area {
          display: flex;
          align-items: center;
          text-align: left; }
      .all .faq-accordion-title {
        color: #003570;
        font-weight: bold;
        font-size: 18px; }
      .all .faq-accordion-icon {
        position: absolute;
        top: 50%;
        right: 30px;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
        .all .faq-accordion-icon::before, .all .faq-accordion-icon::after {
          position: absolute;
          top: 0;
          right: 0;
          width: 22px;
          height: 2px;
          background: #003570;
          transition: opacity 0.3s cubic-bezier(0.37, 0, 0.63, 1), -webkit-transform 0.3s cubic-bezier(0.37, 0, 0.63, 1);
          transition: transform 0.3s cubic-bezier(0.37, 0, 0.63, 1), opacity 0.3s cubic-bezier(0.37, 0, 0.63, 1);
          transition: transform 0.3s cubic-bezier(0.37, 0, 0.63, 1), opacity 0.3s cubic-bezier(0.37, 0, 0.63, 1), -webkit-transform 0.3s cubic-bezier(0.37, 0, 0.63, 1);
          content: ''; }
        .all .faq-accordion-icon::after {
          -webkit-transform: rotate(90deg);
                  transform: rotate(90deg); }
        .all .faq-accordion-icon-text {
          display: inline-block;
          margin: -7px 16px 0 0;
          color: #003570;
          font-size: 32px; }
      .all .faq-accordion-frame {
        height: 0;
        background: #fff;
        overflow: hidden;
        transition: height 0.25s cubic-bezier(0.37, 0, 0.63, 1); }
      .all .faq-accordion.is-active .faq-accordion-icon::before {
        -webkit-transform: rotate(135deg);
                transform: rotate(135deg); }
      .all .faq-accordion.is-active .faq-accordion-icon::after {
        -webkit-transform: rotate(225deg);
                transform: rotate(225deg); }
      .all .faq-accordion-content-answer {
        display: flex;
        padding: 20px 15%; }
        .all .faq-accordion-content-answer-text {
          width: 95%;
          font-size: 16px;
          line-height: 23px; }
      .all .faq-accordion + .faq-accordion {
        margin-top: 20px; }
  .all .contact {
    padding: 86px 0 69px;
    background: #e5e5e6; }
    .all .contact-form-title {
      margin-bottom: 56px;
      font-size: 33px;
      font-weight: bold;
      text-align: center; }
    .all .contact-form-push {
      padding: 20px 0;
      text-align: center;
      background: #e3edf5; }
      .all .contact-form-push-text {
        line-height: 26px; }
    .all .contact-form-box {
      padding: 32px 0 70px; }
      .all .contact-form-box-label {
        font-size: 16px; }
      .all .contact-form-box input[type="checkbox"] {
        opacity: 0;
        -webkit-appearance: none;
        appearance: none; }
        .all .contact-form-box input[type="checkbox"] + span::before {
          display: inline-block;
          position: relative;
          top: 4px;
          width: 20px;
          height: 20px;
          margin-right: 4px;
          border: 2px solid #Bcd8d9;
          border-radius: 5px;
          content: ""; }
        .all .contact-form-box input[type="checkbox"]:checked + span::before {
          background: url("/campaign/actiongatesystem/assets/img/common/icon_check_solid.svg") no-repeat; }
      .all .contact-form-box-item {
        display: flex;
        margin-bottom: 20px; }
        .all .contact-form-box-item-title {
          width: 300px;
          padding: 20px;
          background: #e3edf5; }
        .all .contact-form-box-item-text {
          position: relative; }
          .all .contact-form-box-item-text::after {
            display: inline-block;
            position: absolute;
            top: -4px;
            right: 0;
            padding: 8px 12px;
            background: #fff;
            border-radius: 30px;
            font-size: 14px;
            content: "\5FC5\9808"; }
        .all .contact-form-box-item-parts {
          display: flex;
          flex-wrap: wrap;
          width: calc(100% - 300px);
          padding: 20px;
          background: #fff; }
          .all .contact-form-box-item-parts-text {
            margin-top: 10px;
            font-size: 14px; }
          .all .contact-form-box-item-parts-item {
            display: flex;
            align-items: center;
            height: 34px;
            margin: 0 12px 0 0; }
          .all .contact-form-box-item-parts-textarea {
            width: 100%;
            margin-bottom: 10px;
            padding: 12px;
            font-size: 16px;
            border: solid 1px #ccc; }
          .all .contact-form-box-item-parts-input {
            width: 100%;
            margin-top: 4px;
            padding: 12px;
            border: solid 1px #ccc;
            font-size: 16px;
            -webkit-appearance: none;
            appearance: none;
            border-radius: 0; }
            .all .contact-form-box-item-parts-input-area {
              display: flex;
              width: 100%;
              margin: 0 0 20px 0; }
            .all .contact-form-box-item-parts-input-item {
              width: 50%;
              padding: 0 20px 0 0;
              box-sizing: border-box; }
            .all .contact-form-box-item-parts-input-select {
              position: relative;
              width: 100%;
              margin-top: 4px;
              padding: 12px;
              font-size: 16px;
              border: solid 1px #ccc;
              background: #fff url("/campaign/actiongatesystem/assets/img/common/icon_arrow_black.png") right 10px center no-repeat;
              color: #251e1c;
              -webkit-appearance: none;
              appearance: none;
              border-radius: 0; }
        .all .contact-form-box-item:nth-of-type(3) .contact-form-box-item-parts, .all .contact-form-box-item:nth-of-type(4) .contact-form-box-item-parts {
          display: block; }
      .all .contact-form-box-button {
        text-align: center; }
        .all .contact-form-box-button-input {
          display: inline-block;
          width: 140px;
          padding: 10px 0;
          border-radius: 8px;
          font-size: 17px;
          background: #e3edf5;
          border: 0;
          -webkit-appearance: none;
          -webkit-border-radius: 1.06667vw;
          -webkit-text-fill-color: #251e1c; }
    .all .contact-banner {
      display: block;
      max-width: 800px;
      margin: 0 auto;
      content: ''; }
  .all [data-js-fade='content'],
  .all [data-js-scroll='content'] {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
            transform: translate3d(0, 60px, 0);
    transition: opacity 2000ms cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 2000ms cubic-bezier(0.16, 1, 0.3, 1);
    transition: opacity 2000ms cubic-bezier(0.16, 1, 0.3, 1), transform 2000ms cubic-bezier(0.16, 1, 0.3, 1);
    transition: opacity 2000ms cubic-bezier(0.16, 1, 0.3, 1), transform 2000ms cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 2000ms cubic-bezier(0.16, 1, 0.3, 1); }
    .all [data-js-fade='content'].is-active,
    .all [data-js-scroll='content'].is-active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); }
    @media (min-width: 750px) {
  .all .contact-form-box-label, .all .contact-form-box-button-input, .all .contact-banner {
    opacity: 1;
    transition: opacity 0.3s cubic-bezier(0.37, 0, 0.63, 1);
    cursor: pointer; }
    .all .contact-form-box-label:hover, .all .contact-form-box-button-input:hover, .all .contact-banner:hover {
      opacity: 0.7; }
  .only-sp {
    display: none; }
    .introduction-more-text:hover {
      background-color: #1c4593; }
      .all .pagetop:hover {
        opacity: .8; }
      .all .kind-list-item-icon {
        transition: -webkit-transform 0.3s cubic-bezier(0.37, 0, 0.63, 1);
        transition: transform 0.3s cubic-bezier(0.37, 0, 0.63, 1);
        transition: transform 0.3s cubic-bezier(0.37, 0, 0.63, 1), -webkit-transform 0.3s cubic-bezier(0.37, 0, 0.63, 1); }
      .all .kind-list-item:hover .kind-list-item-icon {
        -webkit-transform: scale(1.4);
                transform: scale(1.4); }
    .all .contents-block.reception .content-check-item {
      margin: 0 0 14px 0;
      min-width: 155px; }
    .all .contents-block.reception .contents-product-item:hover .contents-product-link {
      background-color: #ecc300; }
    .all .contents-block.photograph .contents-product-item:hover .contents-product-link {
      background-color: #3d78bd; }
    .all .contents-block.patient {
      background-color: #fbf5f6; }
      .all .contents-block.patient .contents-product-item:hover .contents-product-link {
        background-color: #ca4c71; }
    .all .contents-block.laboratory .contents-product-item-modal:hover .contents-product-name {
      background-color: #8b579b; }
    .all .contents-block.laboratory .contents-product-item:hover .contents-product-link {
      background-color: #8b579b; }
    .all .contents-block.input .contents-product-item-modal:hover .contents-product-name {
      background-color: #93be4d; }
    .all .contents-block.input .contents-product-item:hover .contents-product-link {
      background-color: #93be4d; }
    .all .contents-block.application .contents-product-item-modal:hover {
      background-color: #72bbe4; }
    .all .contents-block.application .contents-product-item:hover .contents-product-link {
      background-color: #72bbe4; }
    .all .contents-block.analysis .contents-product-item:hover .contents-product-link {
      background-color: #33a396; }
    .all .contents-product-item {
      transition: background-color 0.3s cubic-bezier(0.37, 0, 0.63, 1); }
      .all .contents-product-item-modal .contents-product-name {
        background: url("/campaign/actiongatesystem/assets/img/common/icon_arrow.png") no-repeat right 16px center;
        cursor: pointer; }
      .all .contents-product-item-modal:hover .contents-product-name {
        background: url("/campaign/actiongatesystem/assets/img/common/icon_arrow_white.png") no-repeat right 16px center;
        color: #fff; }
    .all .contents-product-link {
      transition: background-color 0.3s cubic-bezier(0.37, 0, 0.63, 1); }
      .all .contents-product-link:hover {
        background: url("/campaign/actiongatesystem/assets/img/common/icon_arrow_white.png") no-repeat right 16px center; }
        .all .contents-product-link:hover .contents-product-name {
          color: #fff; }
    .all .contents-product-name {
      transition: color 0.3s cubic-bezier(0.37, 0, 0.63, 1); }
    .all .contents-banner {
      transition: background-color 0.3s cubic-bezier(0.37, 0, 0.63, 1); }
      .all .contents-banner::after {
        transition: border 0.3s cubic-bezier(0.37, 0, 0.63, 1);
        content: ''; }
      .all .contents-banner-logo {
        transition: background-image 0.3s cubic-bezier(0.37, 0, 0.63, 1); }
      .all .contents-banner-title {
        transition: color 0.3s cubic-bezier(0.37, 0, 0.63, 1); }
      .all .contents-banner-text {
        transition: color 0.3s cubic-bezier(0.37, 0, 0.63, 1); }
      .all .contents-banner:hover {
        background: #d0121b; }
        .all .contents-banner:hover::after {
          border-bottom: 16px solid #fff; }
        .all .contents-banner:hover .contents-banner-logo {
          background: url("/campaign/actiongatesystem/assets/img/laboratory/logo_white.png") no-repeat;
          background-size: contain; }
        .all .contents-banner:hover .contents-banner-title, .all .contents-banner:hover .contents-banner-text {
          color: #fff; }
      .all .point-box-movie::before {
        position: absolute;
        width: 70px;
        height: 32px;
        background: url("/campaign/actiongatesystem/assets/img/common/icon_arrow_three.png") no-repeat;
        content: ''; }
      .all .point-box:first-of-type .point-box-textarea {
        width: 77%; }
      .all .point-box:first-of-type .point-box-illust {
        left: 0;
        bottom: -198px;
        z-index: 1; }
      .all .point-box:nth-of-type(3) .point-box-textarea {
        width: 69%; } }
    @media (max-width: 749px) {
  .only-pc {
    display: none; }
    .introduction {
      padding-top: 0; }
      .introduction-wrap-inner {
        width: 100%;
        max-width: 72vw;
        margin: 0 auto; }
      .introduction-title {
        font-size: 6.93333vw;
        line-height: 1.36; }
        .introduction-title-text:first-of-type {
          margin-left: 0; }
        .introduction-title-text-marker {
          display: inline-block;
          margin: 0 -2.66667vw;
          font-size: 8.66667vw; }
          .introduction-title-text-marker::before {
            display: inline-block;
            margin: 0 0 0 -2.66667vw;
            content: '\300C'; }
          .introduction-title-text-marker::after {
            display: inline-block;
            margin: 0 -2.66667vw 0 0;
            content: '\300D'; }
      .introduction-lead {
        margin-top: 4.66667vw;
        font-size: 4vw;
        line-height: 1.6; }
      .introduction-check {
        margin-top: 3.33333vw;
        margin-left: 10.66667vw; }
        .introduction-check-list {
          display: block;
          margin-top: 4.26667vw; }
          .introduction-check-list-item {
            margin-top: 2vw;
            margin-right: 0;
            padding-left: 5.06667vw;
            background-size: 4.13333vw 3.6vw;
            font-size: 4.26667vw; }
      .introduction-logo {
        max-width: 48.66667vw;
        margin: 6vw auto 0; }
      .introduction-more {
        max-width: 47.46667vw;
        margin: 6.66667vw auto 0; }
        .introduction-more-text {
          border-radius: 3.33333vw;
          background-color: #1c4593;
          padding: 2.13333vw;
          font-size: 4vw; }
    .footer {
      height: 13.33333vw; }
      .footer-small-text {
        font-size: 3.2vw; }
    .common-modal-content {
      width: 79.46667vw;
      padding: 10% 4%;
      margin: 0 auto;
      border-radius: 6px;
      border-width: 0.66667vw; }
    .common-modal.common-movie .common-modal-content-iframe {
      position: relative; }
    .common-modal-close {
      width: 6.4vw;
      height: 6.4vw;
      top: 1.33333vw;
      right: 1.33333vw; }
    .all {
      padding-top: 8vw; }
      .all .wrap {
        max-width: none;
        padding: 0 6.66667vw; }
      .all .logo {
        width: 100%;
        max-width: 62.13333vw;
        margin: 0 auto; }
      .all .pagetop {
        width: 8vw; }
      .all .kv {
        margin: 15.33333vw -3.86667vw 0 0; }
      .all .kind-list-item:first-of-type {
        bottom: 15.4%;
        left: 19.6%; }
        .all .kind-list-item:first-of-type .kind-list-title {
          width: 19.6vw;
          top: 51%;
          left: -220%; }
      .all .kind-list-item:nth-of-type(2) {
        bottom: 13.8%;
        left: 37.3%; }
        .all .kind-list-item:nth-of-type(2) .kind-list-title {
          width: 36vw;
          top: 91%;
          right: -120%; }
      .all .kind-list-item:nth-of-type(3) {
        top: 2.3%;
        right: 16.9%; }
        .all .kind-list-item:nth-of-type(3) .kind-list-title {
          width: 26vw;
          left: auto;
          top: -122%;
          right: -180%; }
      .all .kind-list-item:nth-of-type(4) {
        top: 39.2%;
        right: 20.3%; }
        .all .kind-list-item:nth-of-type(4) .kind-list-title {
          width: 18.93333vw;
          top: 93%;
          right: -175%; }
      .all .kind-list-item:nth-of-type(5) {
        bottom: 25%;
        right: 30.8%; }
        .all .kind-list-item:nth-of-type(5) .kind-list-title {
          width: 27.2vw;
          top: 84%;
          right: auto;
          left: -145%; }
      .all .kind-list-item:nth-of-type(6) {
        bottom: 29.5%;
        left: 9%; }
        .all .kind-list-item:nth-of-type(6) .kind-list-title {
          width: 17.46667vw;
          top: -170%;
          left: -107%; }
      .all .kind-list-item:nth-of-type(7) {
        top: 8.1%;
        left: 26.8%; }
        .all .kind-list-item:nth-of-type(7) .kind-list-title {
          width: 29.73333vw;
          left: -234%;
          top: -110%; }
      .all .kind-list-item-icon {
        width: 10.66667vw; }
        .all .kind-list-item-icon-sp {
          width: 22.13333vw; }
      .all .kind-list-item-sp-link {
        display: flex;
        align-items: center; }
      .all .kind-list-item-sp-textarea {
        margin-left: 2.66667vw; }
      .all .kind-list-item-sp-title {
        font-size: 5.33333vw;
        font-weight: bold;
        line-height: 6.66667vw; }
      .all .kind-list-item-sp-text {
        margin-top: 1.33333vw;
        font-size: 4.26667vw;
        line-height: 5.06667vw;
        letter-spacing: -0.33333vw; }
      .all .kind-list-item-sp + .kind-list-item-sp {
        margin-top: 5.73333vw; }
      .all .kind-list-item-sp.reception .kind-list-item-sp-title {
        color: #d9ad09; }
      .all .kind-list-item-sp.photograph .kind-list-item-sp-title {
        color: #3c79bd; }
      .all .kind-list-item-sp.patient .kind-list-item-sp-title {
        color: #ca4e7e; }
      .all .kind-list-item-sp.laboratory .kind-list-item-sp-title {
        color: #8b579b; }
      .all .kind-list-item-sp.input .kind-list-item-sp-title {
        color: #93be4e; }
      .all .kind-list-item-sp.application .kind-list-item-sp-title {
        color: #71bbe4; }
      .all .kind-list-item-sp.analysis .kind-list-item-sp-title {
        color: #37a49a; }
      .all .kind-list-sp {
        margin-top: 23.46667vw;
        padding: 0 8vw; }
        .all .kind-list-sp-link {
          display: block; }
    .all .contents-block {
      margin-top: 7.33333vw;
      padding: 6.66667vw 5.33333vw;
      box-shadow: 0 0.66667vw 0.8vw 0.33333vw rgba(24, 38, 58, 0.2); }
      .all .contents-block.reception .content-title {
        background-image: url("/campaign/actiongatesystem/assets/img/reception/sp_bg_title.png"); }
      .all .contents-block.reception .content-check-item {
        min-width: 26.66667vw; }
      .all .contents-block.photograph .content-title {
        background-image: url("/campaign/actiongatesystem/assets/img/photograph/sp_bg_title.png"); }
      .all .contents-block.photograph .content-check-list {
        justify-content: center; }
      .all .contents-block.patient .content-title {
        background-image: url("/campaign/actiongatesystem/assets/img/patient/sp_bg_title.png"); }
      .all .contents-block.laboratory .content-title {
        background-image: url("/campaign/actiongatesystem/assets/img/laboratory/sp_bg_title.png"); }
      .all .contents-block.laboratory .content-check-list {
        justify-content: left;
        width: 54.66667vw;
        margin: 6.66667vw auto 0; }
      .all .contents-block.input .content-title {
        background-image: url("/campaign/actiongatesystem/assets/img/input/sp_bg_title.png"); }
      .all .contents-block.input .content-check-list {
        justify-content: center; }
      .all .contents-block.application .content-title {
        background-image: url("/campaign/actiongatesystem/assets/img/application/sp_bg_title.png"); }
      .all .contents-block.analysis .content-title {
        background-image: url("/campaign/actiongatesystem/assets/img/analysis/sp_bg_title.png"); }
      .all .contents-block.analysis .content-check-list {
        justify-content: center; }
      .all .contents-block.analysis .content-check-list {
        justify-content: left;
        width: 54.66667vw;
        margin: 6.66667vw auto 0; }
    .all .contents-detail {
      margin: 2.66667vw 0 17.33333vw; }
      .all .contents-detail-title {
        display: inline-block;
        padding-bottom: 0.53333vw;
        font-size: 4.8vw;
        border-bottom: 2px solid #3d78bd; }
      .all .contents-detail-list {
        max-width: none; }
    .all .contents .content-title {
      width: 73.6vw;
      height: 9.06667vw;
      font-size: 5.6vw;
      letter-spacing: -0.4vw; }
    .all .contents .content-area {
      display: block;
      margin-top: 5.06667vw; }
    .all .contents .content-illustarea {
      width: 100%; }
    .all .contents .content-textarea {
      width: 100%;
      margin-top: 3.46667vw;
      margin-left: 0; }
      .all .contents .content-textarea-title {
        margin-bottom: 4vw;
        font-size: 4.8vw;
        line-height: 6.93333vw;
        text-align: center; }
    .all .contents .content-text {
      font-size: 4.26667vw;
      line-height: 6.26667vw;
      letter-spacing: -0.16vw; }
    .all .contents .content-check-list {
      margin-top: 6.66667vw; }
    .all .contents .content-check-item {
      margin: 0 2.66667vw 5.33333vw 0;
      font-size: 4vw;
      letter-spacing: -0.18667vw; }
      .all .contents .content-check-item:nth-of-type(2n) {
        margin-right: 0; }
    .all .contents .content-check-icon {
      width: 4.13333vw; }
    .all .contents-product-link {
      background-size: 3.33333vw; }
    .all .contents-product-list {
      margin-top: 2.66667vw; }
    .all .contents-product-item-modal .contents-product-name {
      background: url("/campaign/actiongatesystem/assets/img/common/icon_arrow.png") no-repeat right 16px center;
      background-size: 3.33333vw; }
    .all .contents-product-item + .contents-product-item {
      margin-top: 1.33333vw; }
    .all .contents-product-name {
      padding: 1.86667vw 0;
      font-size: 4.26667vw; }
    .all .contents-banner {
      margin: 2.66667vw 0 0;
      padding: 4.26667vw;
      border-radius: 4vw; }
      .all .contents-banner.only-pc {
        display: none; }
      .all .contents-banner::after {
        right: 4vw;
        border-right: 1.6vw solid transparent;
        border-left: 1.6vw solid transparent;
        border-bottom: 2.13333vw solid #d0121b;
        content: ''; }
      .all .contents-banner-logo {
        width: 46.53333vw;
        height: 11.6vw;
        margin: 0 auto; }
      .all .contents-banner-textarea {
        width: 100%;
        margin-top: 9.33333vw;
        padding-right: 0; }
      .all .contents-banner-title {
        font-size: 4.8vw;
        text-align: center; }
      .all .contents-banner-text {
        margin-top: 2.93333vw;
        font-size: 3.73333vw;
        line-height: 6.4vw;
        letter-spacing: -0.09333vw; }
      .all .point {
        margin-top: 21.06667vw; }
        .all .point-title-box {
          height: 97.33333vw; }
          .all .point-title-box-bg {
            padding-top: 97.33333vw;
            background-image: url("/campaign/actiongatesystem/assets/img/point/sp_illust_main.png"); }
          .all .point-title-box-text {
            font-size: 5.33333vw;
            font-weight: bold;
            line-height: 8vw; }
            .all .point-title-box-text-en {
              font-size: 6.13333vw; }
          .all .point-title-box-title {
            margin-top: 0.26667vw;
            font-size: 8vw; }
            .all .point-title-box-title-number {
              font-size: 12.66667vw; }
        .all .point-box::before {
          height: 80%; }
        .all .point-box-inner {
          display: block; }
        .all .point-box-title {
          margin-top: 50px;
          font-size: 5.33333vw; }
          .all .point-box-title-sub {
            margin-top: 2.4vw;
            font-size: 4.53333vw;
            line-height: 6.4vw;
            letter-spacing: -0.50667vw; }
        .all .point-box-text {
          margin-top: 5.33333vw;
          font-size: 4.26667vw;
          letter-spacing: -0.32vw;
          line-height: 6.4vw; }
          .all .point-box-text-title {
            font-size: 16px; }
          .all .point-box-text-list-title {
            font-size: 4.26667vw;
            letter-spacing: -0.32vw;
            line-height: 6.4vw; }
          .all .point-box-text-list-text {
            font-size: 3.73333vw; }
        .all .point-box-number {
          margin-top: -4.93333vw;
          font-size: 8vw; }
          .all .point-box-number-text {
            margin-left: 2.26667vw; }
        .all .point-box-image-iframe {
          padding-top: 56.25%;
          position: relative; }
          .all .point-box-image-iframe-item {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%; }
        .all .point-box-textarea-block-button {
          position: relative;
          display: flex;
          align-items: center;
          width: 20.8vw;
          height: 6.26667vw;
          margin-top: 4vw;
          padding-left: 1.86667vw;
          color: #003570;
          font-size: 3.73333vw;
          letter-spacing: 0.13333vw;
          border: 1px solid #003570;
          z-index: 2; }
          .all .point-box-textarea-block-button::after {
            position: absolute;
            top: 29%;
            right: 9%;
            width: 3.06667vw;
            height: 2.4vw;
            background: url("/campaign/actiongatesystem/assets/img/common/icon_arrow_blue.png") no-repeat;
            background-size: contain;
            content: ''; }
          .all .point-box-textarea-block-button-close {
            display: none; }
        .all .point-box-textarea-block-frame {
          height: 0;
          overflow: hidden;
          transition: height 0.25s; }
        .all .point-box-textarea-block-content {
          padding-bottom: 6.26667vw; }
        .all .point-box-textarea-block.is-active .point-box-textarea-block-button::after {
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg); }
        .all .point-box-textarea-block.is-active .point-box-textarea-block-button-more {
          display: none; }
        .all .point-box-textarea-block.is-active .point-box-textarea-block-button-close {
          display: block; }
        .all .point-box:first-of-type {
          width: 89%;
          margin-top: 21.33333vw;
          padding: 0 6.66667vw 0 0; }
          .all .point-box:first-of-type .point-box-illust {
            top: -16vw;
            right: -12%; }
          .all .point-box:first-of-type .point-box-movie {
            width: 75.73333vw;
            margin-top: 5.33333vw; }
          .all .point-box:first-of-type .point-box-image {
            position: relative;
            bottom: 0;
            right: -10%; }
        .all .point-box:nth-of-type(2) {
          width: 86%;
          padding: 0 0 0 6.66667vw;
          margin: 13.33333vw 0 0 auto; }
          .all .point-box:nth-of-type(2) .point-box-movie {
            flex-direction: column-reverse;
            margin: 6.66667vw 0 0 -19%;
            width: 75.73333vw; }
          .all .point-box:nth-of-type(2) .point-box-image:first-of-type {
            margin: 2.66667vw 0 0 0; }
        .all .point-box:nth-of-type(3) {
          width: 89%;
          margin-top: 24.93333vw;
          padding: 0 6.66667vw 5% 0; }
          .all .point-box:nth-of-type(3) .point-box-illust {
            top: -20vw; }
          .all .point-box:nth-of-type(3) .point-box-movie {
            width: 75.73333vw;
            margin-top: 5.33333vw; }
          .all .point-box:nth-of-type(3) .point-box-image {
            position: relative;
            bottom: 0;
            right: -10%; }
      .all .faq {
        margin-top: 9.33333vw;
        padding: 11.46667vw 0; }
        .all .faq-title {
          font-size: 4.8vw; }
        .all .faq-accordion {
          margin-top: 5.33333vw; }
          .all .faq-accordion:nth-of-type(2) .faq-accordion-button {
            height: 27.73333vw; }
          .all .faq-accordion-button {
            width: 100%;
            height: 18.13333vw;
            padding: 0 16vw 0 4vw; }
            .all .faq-accordion-button-area {
              display: flex;
              align-items: flex-start;
              margin-top: -1.33333vw; }
          .all .faq-accordion-title {
            font-size: 4.26667vw;
            line-height: 5.86667vw;
            text-align: left; }
          .all .faq-accordion-icon {
            right: 4vw; }
            .all .faq-accordion-icon::before, .all .faq-accordion-icon::after {
              width: 6.66667vw; }
            .all .faq-accordion-icon-text {
              margin: 0 2.4vw 0 0;
              font-size: 5.86667vw; }
          .all .faq-accordion-content-answer {
            padding: 5.33333vw 8.66667vw 5.33333vw 4vw; }
            .all .faq-accordion-content-answer-text {
              width: 100%;
              font-size: 4.26667vw;
              line-height: 5.86667vw; }
          .all .faq-accordion + .faq-accordion {
            margin-top: 4vw; }
      .all .contact {
        padding: 11.46667vw 0 20vw; }
        .all .contact-form-title {
          margin-bottom: 5.86667vw;
          font-size: 4.8vw; }
        .all .contact-form-push {
          width: 100vw;
          margin: 0 calc(50% - 50vw) 2.4vw;
          padding: 5.33333vw 6.66667vw;
          text-align: left; }
          .all .contact-form-push-text {
            font-size: 3.73333vw;
            line-height: 5.06667vw; }
        .all .contact-form-box {
          padding: 4.26667vw 0 16vw; }
          .all .contact-form-box-label {
            font-size: 16px; }
          .all .contact-form-box input[type="checkbox"] + span::before {
            width: 4.53333vw;
            height: 4.53333vw;
            margin-right: 1.06667vw;
            border-radius: 1.06667vw; }
          .all .contact-form-box-item {
            display: block;
            margin-bottom: 3.73333vw; }
            .all .contact-form-box-item-title {
              width: 100%;
              padding: 3.46667vw; }
            .all .contact-form-box-item-text {
              font-size: 3.73333vw; }
              .all .contact-form-box-item-text::after {
                padding: 1.06667vw 1.6vw;
                border-radius: 3.73333vw;
                font-size: 3.73333vw; }
            .all .contact-form-box-item-parts {
              display: block;
              width: 100%;
              padding: 1.33333vw 2.66667vw 5.33333vw 2.66667vw; }
              .all .contact-form-box-item-parts-text {
                margin-top: 10px;
                font-size: 3.73333vw;
                line-height: 5.86667vw; }
              .all .contact-form-box-item-parts-item {
                margin: 3.2vw 0 0 0;
                height: auto; }
              .all .contact-form-box-item-parts-textarea {
                margin: 2.66667vw 0 2.13333vw 0;
                padding: 1.6vw;
                font-size: 3.73333vw; }
              .all .contact-form-box-item-parts-input {
                width: 100%;
                margin-top: 1.33333vw;
                padding: 2.66667vw;
                font-size: 3.73333vw; }
                .all .contact-form-box-item-parts-input-area {
                  display: block;
                  width: 100%;
                  margin: 0; }
                .all .contact-form-box-item-parts-input-text {
                  font-size: 3.73333vw; }
                .all .contact-form-box-item-parts-input-item {
                  width: 100%;
                  margin-top: 2.66667vw;
                  padding: 0 2.66667vw 0 0; }
                .all .contact-form-box-item-parts-input-select {
                  width: 100%;
                  margin-top: 1.33333vw;
                  padding: 2.66667vw;
                  font-size: 3.73333vw;
                  background-position: right 1.33333vw center;
                  background-size: 2.66667vw; }
          .all .contact-form-box-button-input {
            width: 37.33333vw;
            padding: 1.33333vw 0;
            border-radius: 1.06667vw;
            font-size: 4.26667vw; }
        .all .contact-banner {
          width: 73.33333vw; } }
