@charset "UTF-8";
/**
 * Mieruka main CSS
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
/*!
 * Bootstrap v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007ACB;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #EF9B29;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #676767;
  --gray-dark: #343a40;
  --primary: #007ACB;
  --secondary: #676767;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #FAFAFA;
  --dark: #343a40;
  --blue: #007ACB;
  --pale-blue: #C0CFD9;
  --orange: #EF9B29;
  --gray: #676767;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: Noto Sans JP;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(20, 20, 20, 0); }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #344246;
  text-align: left;
  background-color: #F8F8F8; }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007ACB;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #004c7f;
    text-decoration: underline; }

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #676767;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit;
  text-align: -webkit-match-parent; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.2; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(20, 20, 20, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #344246;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #344246; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1140px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

 .col-6, .col-8, .col-12, .col, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-12, .col-md, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-10, .col-lg-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.offset-2 {
  margin-left: 16.66667%; }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; } }

@media (min-width: 992px) {
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .offset-lg-4 {
    margin-left: 33.33333%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #344246; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #D3D3D3; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #D3D3D3; }
  .table tbody + tbody {
    border-top: 2px solid #D3D3D3; }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #344246;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #344246;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 122, 203, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-blue {
  color: #fff;
  background-color: #007ACB;
  border-color: #007ACB; }
  .btn-blue:hover {
    color: #fff;
    background-color: #0063a5;
    border-color: #005b98; }
  .btn-blue:focus, .btn-blue.focus {
    color: #fff;
    background-color: #0063a5;
    border-color: #005b98;
    box-shadow: 0 0 0 0.2rem rgba(38, 142, 211, 0.5); }
  .btn-blue.disabled, .btn-blue:disabled {
    color: #fff;
    background-color: #007ACB;
    border-color: #007ACB; }
  .btn-blue:not(:disabled):not(.disabled):active, .btn-blue:not(:disabled):not(.disabled).active,
  .show > .btn-blue.dropdown-toggle {
    color: #fff;
    background-color: #005b98;
    border-color: #00548b; }
    .btn-blue:not(:disabled):not(.disabled):active:focus, .btn-blue:not(:disabled):not(.disabled).active:focus,
    .show > .btn-blue.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 142, 211, 0.5); }

.btn-orange {
  color: #fff;
  background-color: #EF9B29;
  border-color: #EF9B29; }
  .btn-orange:hover {
    color: #fff;
    background-color: #e18911;
    border-color: #d58110; }
  .btn-orange:focus, .btn-orange.focus {
    color: #fff;
    background-color: #e18911;
    border-color: #d58110;
    box-shadow: 0 0 0 0.2rem rgba(241, 170, 73, 0.5); }
  .btn-orange.disabled, .btn-orange:disabled {
    color: #fff;
    background-color: #EF9B29;
    border-color: #EF9B29; }
  .btn-orange:not(:disabled):not(.disabled):active, .btn-orange:not(:disabled):not(.disabled).active,
  .show > .btn-orange.dropdown-toggle {
    color: #fff;
    background-color: #d58110;
    border-color: #c97a0f; }
    .btn-orange:not(:disabled):not(.disabled):active:focus, .btn-orange:not(:disabled):not(.disabled).active:focus,
    .show > .btn-orange.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(241, 170, 73, 0.5); }

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #344246;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(20, 20, 20, 0.15);
  border-radius: 0.25rem; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #344246;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #293437;
    text-decoration: none;
    background-color: #FAFAFA; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007ACB; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #676767;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.3125rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #676767;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 0 solid #D3D3D3; }
  .nav-tabs .nav-item {
    margin-bottom: 0; }
  .nav-tabs .nav-link {
    border: 0 solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #F8F8F8 #F8F8F8 #D3D3D3; }
    .nav-tabs .nav-link.disabled {
      color: #676767;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #fff;
    background-color: #007ACB;
    border-color: #007ACB; }
  .nav-tabs .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

.navbar-light .navbar-brand {
  color: rgba(20, 20, 20, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(20, 20, 20, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: #344246; }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(20, 20, 20, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(20, 20, 20, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(20, 20, 20, 0.9); }

.navbar-light .navbar-toggler {
  color: #344246;
  border-color: rgba(20, 20, 20, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='%23344246' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(20, 20, 20, 0.125);
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group {
    border-top: inherit;
    border-bottom: inherit; }
    .card > .list-group:first-child {
      border-top-width: 0;
      border-top-left-radius: calc(0.25rem - 1px);
      border-top-right-radius: calc(0.25rem - 1px); }
    .card > .list-group:last-child {
      border-bottom-width: 0;
      border-bottom-right-radius: calc(0.25rem - 1px);
      border-bottom-left-radius: calc(0.25rem - 1px); }

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-text:last-child {
  margin-bottom: 0; }


.card-img-top {
  flex-shrink: 0;
  width: 100%; }


.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.accordion {
  overflow-anchor: none; }
  .accordion > .card {
    overflow: hidden; }
    .accordion > .card:not(:last-of-type) {
      border-bottom: 0;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; }
    .accordion > .card:not(:first-of-type) {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 1.5rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007ACB;
  background-color: #fff;
  border: 1px solid #D3D3D3; }
  .page-link:hover {
    z-index: 2;
    color: #004c7f;
    text-decoration: none;
    background-color: #F8F8F8;
    border-color: #D3D3D3; }
  .page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none; }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007ACB;
  border-color: #007ACB; }

.page-item.disabled .page-link {
  color: #676767;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #D3D3D3; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .badge {
      transition: none; } }
  a.badge:hover, a.badge:focus {
    text-decoration: none; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #F8F8F8;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #F8F8F8;
  border-radius: 0.25rem; }

.media {
  display: flex;
  align-items: flex-start; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(20, 20, 20, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit; }
  .list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #676767;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007ACB;
    border-color: #007ACB; }
  .list-group-item + .list-group-item {
    border-top-width: 0; }
    .list-group-item + .list-group-item.active {
      margin-top: -1px;
      border-top-width: 1px; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #141414;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover {
    color: #141414;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0; }

a.close.disabled {
  pointer-events: none; }

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(20, 20, 20, 0.1);
  opacity: 0;
  border-radius: 0.25rem; }
  .toast:not(:last-child) {
    margin-bottom: 0.75rem; }
  .toast.showing {
    opacity: 1; }
  .toast.show {
    display: block;
    opacity: 1; }
  .toast.hide {
    display: none; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: none; }
  .modal.modal-static .modal-dialog {
    transform: scale(1.02); }

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header {
    flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(20, 20, 20, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #141414; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #D3D3D3;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem);
      height: -webkit-min-content;
      height: -moz-min-content;
      height: min-content; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #141414;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(20, 20, 20, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #344246; }

.carousel {
  position: relative; }

.carousel.pointer-event {
  touch-action: pan-y; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg); } }

@keyframes spinner-border {
  to {
    transform: rotate(360deg); } }

@keyframes spinner-grow {
  0% {
    transform: scale(0); }
  50% {
    opacity: 1;
    transform: none; } }

.bg-blue {
  background-color: #007ACB !important; }

a.bg-blue:hover, a.bg-blue:focus,
button.bg-blue:hover,
button.bg-blue:focus {
  background-color: #005b98 !important; }

.bg-gray {
  background-color: #676767 !important; }

a.bg-gray:hover, a.bg-gray:focus,
button.bg-gray:hover,
button.bg-gray:focus {
  background-color: #4e4e4e !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #D3D3D3 !important; }

.border-0 {
  border: 0 !important; }

.border-pale-blue {
  border-color: #C0CFD9 !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.d-none {
  display: none !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-flex {
  display: flex !important; }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-block {
    display: block !important; }
  .d-md-flex {
    display: flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-flex {
    display: flex !important; } }

@media (min-width: 1200px) {
  .d-xl-block {
    display: block !important; } }

.flex-column {
  flex-direction: column !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .align-items-md-center {
    align-items: center !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; } }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.shadow-sm {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.03) !important; }

.shadow {
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.04) !important; }

.shadow-lg {
  box-shadow: 0 30px 30px rgba(2, 1, 1, 0.04) !important; }

.h-100 {
  height: 100% !important; }

.m-0 {
  margin: 0 !important; }

.mt-0 {
  margin-top: 0 !important; }

.mb-0 {
  margin-bottom: 0 !important; }


.my-1 {
  margin-top: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.mr-2 {
  margin-right: 0.5rem !important; }

.mb-2 {
  margin-bottom: 0.5rem !important; }

.mb-3 {
  margin-bottom: 1rem !important; }

.mt-4 {
  margin-top: 1.5rem !important; }

.mb-4 {
  margin-bottom: 1.5rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.mb-6 {
  margin-bottom: 6rem !important; }

.p-0 {
  padding: 0 !important; }


.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }


.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }


.py-1 {
  padding-top: 0.25rem !important; }


.py-1 {
  padding-bottom: 0.25rem !important; }


.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }


.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }


.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }


.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }


.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }


.px-5 {
  padding-left: 3rem !important; }

.pb-6 {
  padding-bottom: 6rem !important; }


.mx-auto {
  margin-right: auto !important; }


.mx-auto {
  margin-left: auto !important; }

@media (min-width: 768px) {
  .mr-md-0 {
    margin-right: 0 !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .mb-md-2 {
    margin-bottom: 0.5rem !important; }
  
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3 {
    margin-bottom: 1rem !important; }
  
  .mx-md-3 {
    margin-left: 1rem !important; }
  .mb-md-4 {
    margin-bottom: 1.5rem !important; }
  .mb-md-5 {
    margin-bottom: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  
  .py-md-0 {
    padding-top: 0 !important; }
  
  .py-md-0 {
    padding-bottom: 0 !important; }
  
  .py-md-1 {
    padding-top: 0.25rem !important; }
  
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  
  .py-md-2 {
    padding-top: 0.5rem !important; }
  
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  
  .py-md-3 {
    padding-top: 1rem !important; }
  
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  
  .px-md-5 {
    padding-left: 3rem !important; }
  .pt-md-6,
  .py-md-6 {
    padding-top: 6rem !important; }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 6rem !important; }
  .mt-md-n5 {
    margin-top: -3rem !important; } }

@media (min-width: 992px) {
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .mb-lg-3 {
    margin-bottom: 1rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4 {
    margin-right: 1.5rem !important; }
  
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .mt-lg-6 {
    margin-top: 6rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  
  .py-lg-3 {
    padding-top: 1rem !important; }
  
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  
  .px-lg-3 {
    padding-left: 1rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .pt-lg-5 {
    padding-top: 3rem !important; }
  
  .px-lg-6 {
    padding-right: 6rem !important; }
  
  .px-lg-6 {
    padding-left: 6rem !important; } }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-center {
    text-align: center !important; } }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.text-white {
  color: #fff !important; }

.text-blue {
  color: #007ACB !important; }

a.text-blue:hover, a.text-blue:focus {
  color: #004c7f !important; }

.text-body {
  color: #344246 !important; }

.text-decoration-none {
  text-decoration: none !important; }

.visible {
  visibility: visible !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #141414; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; } }

/**
 * Mieruka: Bootstrap custmization
 */
h1 {
  font-size: 1.5rem; }

h2 {
  font-size: 1.5rem;
  letter-spacing: .2em;
  line-height: 1.3em; }

.navbar-nav .nav-item .dropdown-toggle {
  transition: transform .1s; }
  .navbar-nav .nav-item .dropdown-toggle::after {
    background: url("../img/common/caret_blue_down.svg") center center/contain no-repeat;
    border: none;
    height: 0.5rem;
    vertical-align: middle;
    width: 0.8125rem; }

.navbar-nav .nav-item.show .dropdown-toggle::after {
  margin-bottom: -10px;
  transform: rotate(180deg);
  transform-origin: center top; }

.dropdown-item {
  font-size: 0.875rem;
  padding-left: 0;
  padding-right: 0;
  width: auto; }
  .dropdown-item:hover {
    background: inherit; }

.navbar-toggler-icon {
  background-image: url("../img/common/toggle_open.svg") !important;
  background-size: 1.3rem auto; }

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background-image: url("../img/common/toggle_close.svg") !important; }

.btn-blue.btn-lg::after,
.btn-orange.btn-lg::after,
.btn-wht.btn-lg::after {
  border-radius: 0.3rem; }

.btn-blue:hover {
  border-color: #007ACB; }

.btn-orange:hover {
  border-color: #EF9B29; }

.btn-wht {
  border-color: #fff;
  border: solid 1px #EF9B29;
  color: #EF9B29;
  background: #fff; }
  .btn-wht:hover {
    border-color: #EF9B29;
    color: #fff;
    background: #EF9B29; }

.btn-lg {
  font-size: 1rem; }

.nav-tabs .nav-item {
  flex: 0 0 33%; }

.nav-tabs .nav-link {
  background: #D3D3D3;
  color: inherit;
  padding-bottom: .5rem;
  padding-top: .5rem;
  text-align: center; }
  .nav-tabs .nav-link.active {
    padding-bottom: .8rem;
    padding-top: .8rem; }

.card-title {
  font-size: 1rem; }
  .card-title a {
    color: inherit; }

.page-link {
  transition: padding .1s; }

.page-item.active .page-link {
  font-weight: bold;
  padding-top: 0.19rem;
  padding-bottom: 0.81rem;
  position: relative; }
  .page-item.active .page-link::after {
    background-color: #344246;
    bottom: .1rem;
    content: '';
    display: block;
    height: 2px;
    left: calc(50% - .5rem);
    position: absolute;
    width: 1rem; }

.page-item.active .page-link:hover,
.page-item.active .page-link:focus,
.page-item.active .page-link:active, .page-item:not(.disabled) .page-link:hover,
.page-item:not(.disabled) .page-link:focus,
.page-item:not(.disabled) .page-link:active {
  padding-top: 0.19rem;
  padding-bottom: 0.81rem;
  position: relative; }
  .page-item.active .page-link:hover::after,
  .page-item.active .page-link:focus::after,
  .page-item.active .page-link:active::after, .page-item:not(.disabled) .page-link:hover::after,
  .page-item:not(.disabled) .page-link:focus::after,
  .page-item:not(.disabled) .page-link:active::after {
    background-color: #344246;
    bottom: .1rem;
    content: '';
    display: block;
    height: 2px;
    left: calc(50% - .5rem);
    position: absolute;
    width: 1rem; }

.page-item.disabled svg {
  stroke: #D3D3D3; }

.page-link {
  font-size: 1.25rem; }
  .page-link svg {
    height: 1rem;
    stroke: #344246;
    width: .6rem; }

@media (min-width: 768px) {
  h1 {
    font-size: 2.125rem; }
  h2 {
    font-size: 2.125rem; }
  .nav-tabs .nav-item {
    flex: 0 1 20%; } }

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }
  .slick-slider__top .slick-track {
    display: flex;
    align-items: stretch; }
  .slick-slider__top .slick-slide {
    flex: 0 0 auto;
    height: auto;
    display: block; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

html {
  overflow-x: hidden;
  scroll-behavior: smooth; }

.mieruka {
  overflow-x: hidden; }

/**
 * Mieruka: common styles
 */
.mieruka .header-nav-buttons .btn {
  max-width: 11.25rem; }

.mieruka .navbar-brand img {
  width: 140px; }

.mieruka .page-intro {
  font-size: 0.875rem; }

.mieruka .tag-label {
  font-size: 0.875rem; }

.mieruka .arrow-link {
  color: #141414;
  font-size: 0.875rem;
  font-weight: bold;
  display: inline-block;
  letter-spacing: .2em; }
  .mieruka .arrow-link::after {
    background: url("../img/common/arrow1.svg") right 10px top 4px/22px auto no-repeat;
    box-sizing: content-box;
    content: '';
    display: inline-block;
    height: 30px;
    padding-left: .6em;
    transition: background .1s;
    vertical-align: middle;
    width: 35px; }
  .mieruka .arrow-link:hover {
    text-decoration: none; }
    .mieruka .arrow-link:hover::after {
      background-position-x: right; }

.mieruka .btn-orange-white {
  position: relative;
  border: 1px solid #fff;
  background-color: #EF9B29;
  color: #fff;
  margin: 0 auto;
  padding: 0.875rem;
  font-size: 1rem;
  font-weight: bold;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.04); }
  .mieruka .btn-orange-white::after {
    position: absolute;
    background: url("../img/common/caret_wht_right.svg") right 0 top 10px/8px auto no-repeat;
    box-sizing: content-box;
    content: '';
    display: inline-block;
    height: 1.875rem;
    transition: background .1s;
    vertical-align: middle;
    width: 0.625rem;
    top: 50%;
    right: 0.625rem;
    transform: translateY(-50%); }
  .mieruka .btn-orange-white:focus {
    box-shadow: none; }

.mieruka .gradient-blue {
  background: linear-gradient(45deg, #007ACB, #0263A2) !important; }

.mieruka .gradient-orange {
  background: linear-gradient(45deg, #EF9B29, #EA8713) !important; }

.mieruka .gradient-white {
  background-color: #fff !important; }

.mieruka .footer-nav {
  font-size: 0.875rem; }

.mieruka .footer-cta {
  background: rgba(103, 103, 103, 0.8); }

.mieruka .list-item-check {
  line-height: 1.3125rem; }
  .mieruka .list-item-check dt {
    background: url("../img/common/check-box.png") left top 5px no-repeat;
    padding-left: 1rem;
    font-weight: normal;
    line-height: 1.3125rem; }
  .mieruka .list-item-check dd {
    margin-bottom: 0.1875rem;
    margin-left: -0.3125rem; }

@media (max-width: 991.98px) {
  .mieruka .site-header {
    overflow-y: auto; }
    .mieruka .site-header .container-custom {
      min-width: auto; }
    .mieruka .site-header .header-nav a {
      padding: 1rem 0 !important; }
    .mieruka .site-header .dropdown-menu {
      padding: 0;
      margin-left: 2%;
      padding-left: 3%;
      background: #eeeeee; }
      .mieruka .site-header .dropdown-menu .dropdown-item {
        font-size: 1rem;
        padding: 0; }
    .mieruka .site-header .nav-item,
    .mieruka .site-header .btn-lgS {
      font-size: 14px; } }

@media (min-width: 768px) {
  .mieruka .page-intro {
    font-size: 1.125rem; }
  .mieruka .arrow-link {
    font-size: 1.125rem; }
  .mieruka .btn-orange-white {
    font-size: 1.125rem; }
    .mieruka .btn-orange-white::after {
      background: url("../img/common/caret_wht_right.svg") right 7px top 9px/9px auto no-repeat;
      padding-left: .6em;
      width: 2.1875rem;
      right: 0.9375rem; } }

@media (min-width: 992px) {
  .mieruka .nav-item,
  .mieruka .btn-lgS {
    font-size: 14px; }
  .mieruka .container-custom {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto; }
  .mieruka .site-header .navbar {
    border-radius: 0.3rem; }
  .mieruka .site-header .dropdown-menu {
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.04); }
  .mieruka .header-nav-buttons .btn {
    max-width: 100%; } }

@media (max-width: 1190px) {
  .mieruka .container-custom {
    min-width: 1060px; }
  .mieruka .header-nav-buttons {
    margin-left: -20px; } }

@media (max-width: 1120px) {
  .mieruka .nav-item,
  .mieruka .btn-lgS {
    font-size: 1.2vw; } }

@media (max-width: 1040px) {
  .mieruka .container-custom {
    min-width: 1045px; }
  .mieruka .header-nav-buttons {
    margin-left: -30px; } }

@media (max-width: 992px) {
  .mieruka .header-nav-buttons {
    margin-left: auto; }
  .mieruka .dropdown-item a {
    font-size: 14px; } }

img {
  image-rendering: -webkit-optimize-contrast; }

/* 画面外にいる状態 */
.scroll-fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 500ms; }

/* 画面内に入った状態 */
.scroll-fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0); }

section .scroll-fadein:not(.hover-up) {
  /* 2列目の要素に200msのdelayをかける */
  /* 3列目の要素に400msのdelayをかける */ }
  section .scroll-fadein:not(.hover-up):nth-of-type(3n+2) {
    transition-delay: 200ms; }
  section .scroll-fadein:not(.hover-up):nth-of-type(3n+3) {
    transition-delay: 400ms; }

/* コピーライト */
.site-footer .container .footer-copy {
  font-size: 0.75rem; }

/**
 * Mieruka: Bubble background
 */
.mieruka.bubble-bg1 {
  background: url("../img/common/bg_bubble4@2x.png") top 50vw right -157vw/280vw auto no-repeat, url("../img/common/bg_bubble1@2x.png") top 465vw left -212vw/386vw auto no-repeat;
  background-color: #F8F8F8; }

.mieruka.bubble-bg2 {
  background: url("../img/common/bg_bubble1@2x.png") top 46vw left -236vw/386vw auto no-repeat, url("../img/common/bg_bubble1@2x.png") top 517vw left -128vw/386vw auto no-repeat, url("../img/common/bg_bubble6@2x.png") bottom 95vw left -52vw/160vw auto no-repeat;
  background-color: #F8F8F8; }

.mieruka.bubble-bg3 {
  background: url("../img/common/bg_bubble5@2x.png") top -16vw left 3.2vw/146vw auto no-repeat, url("../img/common/bg_bubble7@2x.png") top 254vw left -84vw/207vw auto no-repeat;
  background-color: #F8F8F8; }

.mieruka.bubble-bg1-function {
  background: url("../img/common/bg_bubble2@2x.png") top -58vw left 19.2vw/129vw auto no-repeat;
  background-color: #F8F8F8; }

.mieruka .bubble-bg2-function {
  background: none; }

.mieruka .bubble-bg3-function {
  background: url("../img/common/bubble-bg3-function-mb.png") top 4vw left -16.7vw/134.3vw auto no-repeat;
  background-color: #F8F8F8; }

.mieruka .bubble-bg4-function {
  background: url("../img/common/bubble-bg4-function-mb.png") top 1vw left -6.7vw/116.5vw auto no-repeat;
  background-color: #F8F8F8;
  padding-top: 1.375rem; }

.mieruka .bubble-bg1-card {
  background: url("../img/common/bubble-bg1-card.png") top 327vw left -170.3vw/391vw auto no-repeat, url("../img/common/bubble-bg1-card.png") top 1022vw left -137.3vw/347vw auto no-repeat;
  background-color: #F8F8F8; }

.mieruka.bubble-bg-option {
  background: url("../img/common/bg_bubble2@2x.png") top -74vw left 19.2vw/129vw auto no-repeat;
  background-color: #F8F8F8; }

.mieruka.bubble-bg1-shunsoku {
  background: url("../img/common/bg_bubble2@2x.png") top -58vw left 19.2vw/129vw auto no-repeat;
  background-color: #F8F8F8; }

.mieruka .bubble-bg2-shunsoku {
  background: url("../img/common/bubble-bg2-shunsoku.png") top -45vw left -66.8vw/227vw auto no-repeat;
  background-color: #F8F8F8; }

.mieruka .bubble-bg1-sns {
  background: url("../img/common/bubble-bg2-shunsoku.png") top -45vw left -66.8vw/227vw auto no-repeat;
  background-color: #F8F8F8; }

.mieruka .bubble-bg2-sns {
  background: url("../img/common/bubble-bg-sns-sp.svg");
  background-position: 65% 100%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-color: #F8F8F8; }

.mieruka .bubble-bg3-shunsoku {
  background: url("../img/common/bubble-bg2-shunsoku.png") top 115vw left -132.7vw/317vw auto no-repeat;
  background-color: #F8F8F8; }

.mieruka .bubble-bg3-voicerecognition {
  background: url("../img/common/bubble-bg2-shunsoku.png") top 190vw left 10vw/130vw auto no-repeat;
  background-color: #F8F8F8; }

.mieruka .bubble-bg3-sns {
  background: url("../img/common/bubble-bg2-shunsoku.png") top calc(50% - 380px) left 10vw/130vw auto no-repeat;
  background-color: #F8F8F8; }

.mieruka .bubble-bg4-shunsoku {
  background: url("../img/common/bubble-bg4-sp-shunsoku.png") top -67.5vw left -138.7vw/357vw auto no-repeat;
  background-color: #F8F8F8; }

.mieruka.bubble-bg1-academic {
  background: url("../img/common/bg_bubble2@2x.png") top -60vw left 18vw/135vw auto no-repeat;
  background-color: #F8F8F8; }

@media screen and (min-width: 480px) {
  .mieruka .bubble-bg2-sns {
    background: url("../img/common/bubble-bg-sns-pc.svg");
    background-position: bottom -40px center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #F8F8F8; } }

@media screen and (min-width: 760px) {
  .mieruka .bubble-bg3-sns {
    background: url("../img/common/bubble-bg2-shunsoku.png") top calc(50% - 300px) left 10vw/130vw auto no-repeat;
    background-color: #F8F8F8; } }

@media screen and (min-width: 980px) {
  .mieruka .bubble-bg1-sns {
    background: url("../img/common/bubble-bg1-sns-pc.svg");
    background-position: 65% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-color: #F8F8F8; } }

@media (min-width: 992px) {
  .mieruka.bubble-bg1 {
    background: url("../img/common/bg_bubble1@2x.png") top 310px right -390px/1450px auto no-repeat, url("../img/common/bg_bubble1@2x.png") top 1540px left -530px/1450px auto no-repeat;
    background-color: #F8F8F8; }
  .mieruka.bubble-bg2 {
    background: url("../img/common/bg_bubble1@2x.png") top 460px left -355px/1308px auto no-repeat, url("../img/common/bg_bubble6@2x.png") top 3600px left -195px/1358px auto no-repeat;
    background-color: #F8F8F8; }
  .mieruka.bubble-bg3 {
    background: url("../img/common/bg_bubble2@2x.png") top -317px left 674px/930px auto no-repeat, url("../img/common/bg_bubble3@2x.png") top 762px left -300px/1400px auto no-repeat;
    background-color: #F8F8F8; }
  .mieruka.bubble-bg1-function {
    background: url("../img/common/bg_bubble2@2x.png") top -283px left 547px/936px auto no-repeat;
    background-color: #F8F8F8; }
  .mieruka .bubble-bg2-function {
    background: url("../img/common/bubble-bg2-function.png") top 5vw left 40.3vw/78vw auto no-repeat;
    background-color: #F8F8F8;
    padding-bottom: 7.8125rem; }
  .mieruka .bubble-bg3-function {
    background-image: url("../img/common/bubble-bg3-function.png");
    background-position: 35% 100%;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-color: #F8F8F8; }
  .mieruka .bubble-bg4-function {
    background: url("../img/common/bubble-bg4-function.png");
    background-position: 60% 100%;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-color: #F8F8F8;
    padding-top: 8.6875rem; }
  .mieruka .bubble-bg1-card {
    background: url("../img/common/bubble-bg1-card.png") top 119.5vw left -31.3vw/100vw auto no-repeat, url("../img/common/bubble-bg2-function.png") top 315.5vw left 37.5vw/78vw auto no-repeat, url("../img/common/bubble-bg1-card.png") top 478.3vw left -33.3vw/100vw auto no-repeat; }
  .mieruka.bubble-bg-option {
    background: url("../img/common/bg_bubble2@2x.png") top -355px left 548px/930px auto no-repeat;
    background-color: #F8F8F8; }
  .mieruka.bubble-bg1-shunsoku {
    background: url("../img/common/bg_bubble2@2x.png") top -457px left 576px/936px auto no-repeat;
    background-color: #F8F8F8; }
  .mieruka .bubble-bg2-shunsoku {
    background: url("../img/common/bubble-bg2-pc-shunsoku.png");
    background-position: 65% 100%;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-color: #F8F8F8; }
  .mieruka .bubble-bg3-shunsoku {
    background: url("../img/common/bubble-bg2-function.png") top 40vw left 25.3vw/86vw auto no-repeat;
    background-color: #F8F8F8; }
  .mieruka .bubble-bg3-voicerecognition {
    background: url("../img/common/bubble-bg2-function.png") top 40vw left 25.3vw/86vw auto no-repeat;
    background-color: #F8F8F8; }
  .mieruka .bubble-bg3-sns {
    background: url("../img/common/bubble-bg2-function.png") top calc(50% - 200px) left 25.3vw/86vw auto no-repeat;
    background-color: #F8F8F8; }
  .mieruka .bubble-bg4-shunsoku {
    background: url("../img/common/bubble-bg4-shunsoku.png");
    background-position: 65% 100%;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-color: #F8F8F8; }
  .mieruka.bubble-bg1-academic {
    background: url("../img/common/bg_bubble2@2x.png") top -24vw left 43vw/76vw auto no-repeat;
    background-color: #F8F8F8; } }

@media only screen and (min-width: 1441px) {
  .mieruka .bubble-bg3-shunsoku {
    background: url("../img/common/bubble-bg2-shunsoku.png") top 26vw left 34vw/60vw auto no-repeat;
    background-color: #F8F8F8; }
  .mieruka .bubble-bg3-voicerecognition {
    background: url("../img/common/bubble-bg2-shunsoku.png") top 30vw left 40vw/60vw auto no-repeat;
    background-color: #F8F8F8;
    background-size: 45%; }
  .mieruka .bubble-bg3-sns {
    background: url("../img/common/bubble-bg2-shunsoku.png") top 28vw left 40vw/60vw auto no-repeat;
    background-color: #F8F8F8;
    background-size: 45%; }
  .mieruka.bubble-bg1-function {
    background: url("../img/common/bg_bubble2@2x.png");
    background-position: 41vw -30vw;
    background-size: 69vw;
    background-repeat: no-repeat;
    background-color: #F8F8F8; }
  .mieruka .bubble-bg4-function {
    background: url("../img/common/bubble-bg4-function.png");
    background-position: 60% 100%;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-color: #F8F8F8; }
  .mieruka .bubble-bg1-card {
    background: url("../img/common/bubble-bg1-card.png") top 81vw left -4vw/65vw auto no-repeat, url("../img/common/bubble-bg2-function.png") top 207vw left 42vw/60vw auto no-repeat, url("../img/common/bubble-bg1-card.png") top 323vw left -5.3vw/65vw auto no-repeat;
    background-color: transparent; }
  .mieruka.bubble-bg1-shunsoku {
    background: url("../img/common/bg_bubble2@2x.png") top -15vw left 50vw/45vw auto no-repeat;
    background-color: #F8F8F8; }
  .mieruka.bubble-bg-option {
    background: url("../img/common/bg_bubble2@2x.png") top -19vw left 45vw/46vw auto no-repeat;
    background-color: #F8F8F8; }
  .mieruka .bubble-bg2-function {
    background: url("../img/common/bubble-bg2-function.png") top 2vw left 45vw/55vw auto no-repeat;
    background-color: #F8F8F8; }
  .mieruka.bubble-bg1-academic {
    background: url("../img/common/bg_bubble2@2x.png") top -24vw left 45vw/55vw auto no-repeat;
    background-color: #F8F8F8; } }

.bubble-bg3-sharing {
  background: url("../img/common/bubble-bg2-shunsoku.png") top 260vw left 10vw/130vw auto no-repeat;
  background-color: #F8F8F8; }
  @media screen and (min-width: 414px) {
    .bubble-bg3-sharing {
      background: url("../img/common/bubble-bg2-shunsoku.png") top 230vw left 10vw/130vw auto no-repeat; } }
  @media screen and (min-width: 480px) {
    .bubble-bg3-sharing {
      background: url("../img/common/bubble-bg2-shunsoku.png") top 960px left 10vw/130vw auto no-repeat; } }
  @media screen and (min-width: 768px) {
    .bubble-bg3-sharing {
      background: url("../img/common/bubble-bg2-shunsoku.png") top 1000px left 10vw/130vw auto no-repeat; } }
  @media (min-width: 992px) {
    .bubble-bg3-sharing {
      background: url("../img/common/bubble-bg2-function.png") top 790px left 35vw/86vw auto no-repeat;
      background-size: 750px; } }
  @media only screen and (min-width: 1441px) {
    .bubble-bg3-sharing {
      background: url("../img/common/bubble-bg2-shunsoku.png") top 700px left 40vw/60vw auto no-repeat;
      background-size: 850px; } }

.bubble-bg1-sharing {
  background: url("../img/common/bg_bubble2@2x.png");
  background-position: top center;
  background-size: auto 60%;
  background-repeat: no-repeat;
  background-color: #F8F8F8; }
  @media (min-width: 769px) {
    .bubble-bg1-sharing {
      margin-top: -120px; } }
  @media (min-width: 990px) {
    .bubble-bg1-sharing {
      height: 450px;
      background-position: top right;
      background-size: auto 100%; } }

/**
 * Mieruka: animations
 */
@media screen {
  .mieruka .hover-up {
    transition: transform .2s; } }
  @media screen and (min-width: 1200px) {
    .mieruka .hover-up:hover {
      transform: translateY(-15px); } }

@media screen {
  .mieruka .hover-up-underline {
    color: inherit;
    display: inline-block;
    padding-top: 5px !important;
    position: relative;
    text-decoration: none;
    transition: padding .1s; }
    .mieruka .hover-up-underline::after {
      background: #007ACB;
      bottom: -2px;
      content: '';
      display: inline-block;
      height: 2px;
      left: 0;
      position: absolute;
      transition: width .2s;
      width: 0; }
    .mieruka .hover-up-underline.selected, .mieruka .hover-up-underline:hover:not(:focus) {
      padding-bottom: 5px !important;
      padding-top: 0 !important;
      text-decoration: none; }
      .mieruka .hover-up-underline.selected::after, .mieruka .hover-up-underline:hover:not(:focus)::after {
        width: 100%; }
  .mieruka .hover-slide-flash {
    position: relative; }
    .mieruka .hover-slide-flash::after {
      background: rgba(255, 255, 255, 0.1);
      content: '';
      display: block;
      height: calc(100% + 2px);
      left: -1px;
      position: absolute;
      top: -1px;
      transition: width .1s;
      width: 0;
      z-index: 1; }
    .mieruka .hover-slide-flash:hover::after {
      width: calc(100% + 2px); }
  .mieruka .fadein-slideup {
    transition: opacity .3s, transform .3s; }
    .mieruka .fadein-slideup.inview-hidden {
      opacity: 0;
      transform: translateY(10px); } }

.demo {
  background: #f8f8f8;
  padding: 0 15px;
  margin-top: 2rem; }
  .demo .title {
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Noto Sans JP", sans-serif;
    font-size: 2rem;
    letter-spacing: 0.3125rem;
    line-height: 1.25rem;
    color: #0075C2;
    text-align: center;
    margin-bottom: 2.5rem; }
    @media only screen and (min-width: 992px) {
      .demo .title {
        font-size: 2.5rem;
        line-height: 1.5625rem;
        margin-bottom: 3.125rem;
        letter-spacing: 0.4375rem; } }
  .demo .h2_2st {
    font-size: 18px;
    color: #EF9B29;
    font-weight: bold;
    letter-spacing: 0.0625rem;
    display: block;
    margin: 0; }
    @media only screen and (min-width: 992px) {
      .demo .h2_2st {
        font-size: 24px; } }

.demo .container {
  padding: 2rem 0 0; }

.demo-wrapper {
  background-image: url("/as/img/pc-demo/pc-black.png");
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 100px 0; }

.demo-img {
  width: 70%;
  top: 12px;
  left: 14.5%; }

.clickText {
  font-size: 12px; }

.remote-btn {
  max-width: 360px;
  background-color: #fff;
  height: 64px;
  margin-bottom: 24px;
  line-height: 48px;
  display: flex;
  justify-content: space-between;
  padding: 8px 20px 10px 60px;
  width: 100%;
  color: #1175C1;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.04);
  border-radius: 5px;
  font-weight: 700;
  cursor: pointer; }

.remote-btn.selected {
  border: solid 2px #1175C1; }

.remote-btn:hover {
  opacity: 0.8; }

.remote-btn::before,
.remote-btn::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle; }

.remote-btn::before {
  width: 26px;
  height: 26px;
  left: 15px;
  border-radius: 50%;
  background: #1175C1; }

.remote-btn::after {
  top: 3px;
  left: 24px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg); }

.remote-btn.line2 {
  line-height: 24px; }

.remote-btn span {
  font-size: 4vw; }

.remote-btn img {
  height: 42px;
  margin-top: auto; }

.demo-img {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 1.2s; }

.demo-img.selected {
  opacity: 1; }

@media (min-width: 599px) {
  .demo {
    margin-bottom: 2.375rem !important;
    background: initial; }
  .demo .container {
    padding: 3rem 0 2rem;
    background: #f8f8f8; }
  .demo-wrapper {
    background-image: url("/as/img/pc-demo/pc-black.png");
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 24vw 0; }
  .demo-img {
    top: 23px;
    left: 14.5%; }
  .remote-btn {
    margin: 0 auto 10px;
    padding: 8px 20px 10px 3rem; }
  .remote-btn span {
    font-size: 16px; } }

@media (min-width: 768px) {
  .demo {
    margin-top: 4rem; } }

@media (min-width: 992px) {
  .demo-wrapper {
    background-image: url("/as/img/pc-demo/pc-black.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 75%;
    padding: 190px 0; }
  .demo-img {
    width: 495px;
    top: 22px;
    left: 22.8%; }
  .clickText {
    font-size: 16px; } }

@media (min-width: 1200px) {
  .demo {
    margin-bottom: 2.9375rem !important; }
  .demo-wrapper {
    padding: 200px 0;
    background-position: 50% 50%;
    background-size: 70%; }
  .demo-img {
    width: 565px;
    top: 16px;
    left: 24.7%; } }

.btn-ctaF {
  width: 40%;
  height: 60px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  background: #EF9B29;
  box-shadow: 0 4px 0 0 #DD5500;
  border-radius: 5px;
  color: #ffffff;
  text-decoration: none;
  line-height: 1.2em;
  transition: .100s;
  position: relative;
  font-size: 18px;
  border: solid 1px #EF9B29;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px; }

.btn-ctaF:hover {
  color: #fff;
  text-decoration: none;
  box-shadow: none;
  transform: translateY(4px); }

.btn-ctaF:after {
  content: '';
  width: 12px;
  height: 12px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 46%;
  right: 16px;
  margin-top: -3px;
  transform: rotate(45deg); }

@media (max-width: 769px) {
  .btn-ctaF {
    width: 70%;
    margin: 20px auto; } }

@media (max-width: 569px) {
  .btn-ctaF {
    height: 55px; } }

/**
 * Mieruka: pagetop
 */
.mieruka #pagetop {
  width: 67px;
  height: 67px;
  position: fixed;
  right: 10%;
  bottom: 15%;
  background: rgba(31, 188, 234, 0.6);
  border-radius: 50%;
  z-index: 999; }

@media (max-width: 767px) {
  .mieruka #pagetop {
    right: 5%; } }

.mieruka #pagetop a {
  position: relative;
  display: block;
  width: 67px;
  height: 67px;
  text-decoration: none; }

.mieruka #pagetop a::before {
  content: '';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 10px;
  height: 10px;
  top: 6px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center; }

.mieruka .arrow::before {
  left: 3px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg); }

/**
 * Mieruka: Case
 */
.mieruka .case-card {
  max-width: 100%; }

.mieruka .case-thumbnail {
  padding-top: 62%;
  overflow: hidden;
  position: relative;
  width: 100%; }
  .mieruka .case-thumbnail img {
    height: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto; }

.mieruka .case-img {
  padding-top: 40%;
  margin-bottom: -10%;
  margin-left: auto;
  overflow: hidden;
  position: relative;
  width: 64.63%; }
  .mieruka .case-img img {
    height: auto;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%; }

.mieruka .text-highlight {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 65%, #F8EBAC 0%) repeat scroll 0 0; }

.mieruka .pickup-label {
  bottom: 100%;
  font-size: 0.75rem;
  left: 0;
  position: absolute; }

.mieruka .case-panel {
  position: relative;
  width: 85%;
  z-index: 1;
  margin-top: 20px; }

.mieruka .case-panel-role {
  font-size: 0.875rem; }

.mieruka .case-panel-name {
  font-size: 0.875rem; }

.mieruka .case-panel-title {
  font-size: 0.875rem;
  font-weight: normal;
  letter-spacing: inherit;
  line-height: 1.5; }

.mieruka .case-block-title {
  font-size: 1rem; }
  .mieruka .case-block-title img {
    height: auto;
    width: 2.1875rem; }

.mieruka .case-block-body {
  letter-spacing: .2em; }

.mieruka.single-case #detail {
  line-height: 1.7; }
  .mieruka.single-case #detail h3 {
    margin-bottom: 1rem; }
  .mieruka.single-case #detail i {
    background: #FBFB96;
    font-style: normal;
    line-height: 1.7; }
  .mieruka.single-case #detail dt {
    margin-bottom: .5rem; }
  .mieruka.single-case #detail dd {
    margin-bottom: 1rem; }

.mieruka.single-case .achievement {
  background: none; }

.mieruka.single-case .ud {
  border-bottom: solid 3px #EF9B29; }

@media (min-width: 768px) {
  .mieruka .case-card {
    width: 20.3125rem; }
  .mieruka .case-img {
    padding-top: 33.42%;
    margin-bottom: calc(-33.42% + 90px);
    width: 51.05%; }
  .mieruka .pickup-label {
    font-size: 1rem; }
  .mieruka .case-panel {
    width: 50%;
    margin-top: 0; }
  .mieruka .case-panel-name {
    font-size: 1rem; }
  .mieruka .case-panel-title {
    font-size: 1.25rem;
    font-weight: bold; }
  .mieruka .case-block-title {
    font-size: 1.125rem;
    width: 9.0625rem; }
    .mieruka .case-block-title img {
      width: 5rem; }
  .mieruka .case-block-body {
    letter-spacing: 0;
    min-height: 10rem;
    max-width: 58.125rem; } }

/**
 * Mieruka: Scene
 */
.mieruka .scene-card {
  background: #fff url("../img/common/caret_blue_right.svg") center right 0.5rem/0.5rem auto no-repeat;
  max-width: 100%; }
  .mieruka .scene-card .card-title {
    font-size: 0.875rem; }
  .mieruka .scene-card .card-text {
    font-size: 0.875rem; }

.mieruka .row {
  justify-content: center; }

@media (min-width: 768px) {
  .mieruka .scene-card .card-title {
    font-size: 1rem; } }

.cta-top {
  background: url("../img/cta-top/pc/illust_01.svg"), url("../img/cta-top/sp/bg_cta.svg"), #3681CC;
  background-repeat: no-repeat;
  background-size: 127px, contain;
  background-position: right 4% top 15px, left;
  padding: 35px 0; }
  @media (min-width: 768px) {
    .cta-top {
      background: url("../img/cta-top/pc/illust_01.svg"), url("../img/cta-top/pc/bg_cta.svg"), #3681CC;
      background-repeat: no-repeat;
      background-size: 275px, contain;
      background-position: right 2vw center, left;
      padding: 60px 0; } }
  @media (min-width: 1335px) {
    .cta-top {
      background-position: right 19% center, left; } }
  .cta-top .title {
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Noto Sans JP", sans-serif;
    font-size: 2rem;
    letter-spacing: 0.3125rem;
    line-height: 1.25rem;
    color: #fff;
    text-align: center;
    margin-bottom: 0.625rem; }
    @media only screen and (min-width: 992px) {
      .cta-top .title {
        font-size: 3rem;
        line-height: 1.9375rem;
        margin-bottom: 15px;
        letter-spacing: 0.4375rem; } }
  .cta-top p {
    text-align: center;
    color: #fff;
    font-size: 1.125rem;
    margin-bottom: 20px; }
    @media only screen and (min-width: 992px) {
      .cta-top p {
        font-size: 2rem;
        margin-bottom: 30px; } }
  .cta-top .list_cta {
    max-width: 750px;
    margin: auto;
    display: grid;
    grid-template-columns: 50% 50%;
    list-style-type: none;
    padding: 0; }
    .cta-top .list_cta li {
      display: flex;
      justify-content: space-around; }
      .cta-top .list_cta li .btn-cta {
        width: 96%;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 5px;
        background: #EF9B29;
        box-shadow: 0 4px 0 0 #DD5500;
        border-radius: 5px;
        color: #ffffff;
        text-decoration: none;
        line-height: 1.2em;
        transition: .100s;
        position: relative;
        font-size: 1rem;
        border: solid 1px #EF9B29; }
        @media (min-width: 769px) {
          .cta-top .list_cta li .btn-cta {
            font-size: 1.5rem;
            height: 70px; } }
        .cta-top .list_cta li .btn-cta:hover {
          color: #fff;
          text-decoration: none;
          box-shadow: none;
          transform: translateY(4px); }
        .cta-top .list_cta li .btn-cta:after {
          content: '';
          width: 12px;
          height: 12px;
          border: 0;
          border-top: solid 2px #fff;
          border-right: solid 2px #fff;
          position: absolute;
          top: 46%;
          right: 16px;
          margin-top: -3px;
          transform: rotate(45deg); }
      .cta-top .list_cta li .btn-ctaW {
        width: 96%;
        height: 50px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
        background: #fff;
        box-shadow: 0 4px 0 0 #DD5500;
        border-radius: 5px;
        color: #E67C00;
        text-decoration: none;
        line-height: 1.2em;
        transition: .100s;
        position: relative;
        font-size: 1rem;
        border: solid 1px #E67C00; }
        @media (min-width: 769px) {
          .cta-top .list_cta li .btn-ctaW {
            font-size: 1.5rem;
            height: 70px; } }
        .cta-top .list_cta li .btn-ctaW:hover {
          color: #E67C00;
          text-decoration: none;
          box-shadow: none;
          transform: translateY(4px); }
        .cta-top .list_cta li .btn-ctaW:after {
          content: '';
          width: 12px;
          height: 12px;
          border: 0;
          border-top: solid 2px #E67C00;
          border-right: solid 2px #E67C00;
          position: absolute;
          top: 46%;
          right: 16px;
          margin-top: -3px;
          transform: rotate(45deg); }

/**
 * Mieruka: Scene Card
 */
.mieruka .bg-img-data {
  background: url("/as/img/sharing/sp/background/bg_scene@2x.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding-bottom: 10vw; }

.mieruka .scene-card {
  background: #fff;
  max-width: 100%; }
  .mieruka .scene-card .list_flex {
    display: flex; }
  .mieruka .scene-card .box-img {
    text-align: center;
    margin-left: 10px;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .mieruka .scene-card .box-img {
        margin-left: initial;
        margin-bottom: initial; } }
  .mieruka .scene-card .card-title {
    font-size: 1rem;
    background: #0075c1;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    border-radius: 5px 5px 0 0; }
  .mieruka .scene-card .data-img {
    width: 100%; }
  .mieruka .scene-card .card-text {
    font-size: 0.875rem;
    color: #344246; }
  .mieruka .scene-card .card-body {
    padding: 0 15px; }
    @media (min-width: 768px) {
      .mieruka .scene-card .card-body {
        padding: 15px 15px 0 15px; } }
  .mieruka .scene-card .card-detail {
    font-size: 0.875rem;
    color: #0075c1;
    font-weight: bold;
    text-align: right;
    position: relative;
    padding-right: 20px; }
  .mieruka .scene-card .card-detail:before {
    content: "";
    width: 18px;
    height: 18px;
    background: #0075c1;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: -3px;
    margin-top: -9px; }
  .mieruka .scene-card .card-detail:after {
    content: "";
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 50%;
    right: 4px;
    margin-top: -4px;
    transform: rotate(45deg); }

@media (min-width: 768px) {
  .mieruka .bg-img-data {
    background: url("/as/img/sharing/pc/background/bg_scene_b@2x.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: initial; }
  .mieruka .scene-card .list_flex {
    display: block; }
  .mieruka .scene-card .card-title {
    font-size: 1rem;
    margin: 0; } }

@media screen and (min-width: 990px) {
  .mieruka .scene-card .card-title {
    font-size: 1.125rem; } }

.scene-top .title {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Noto Sans JP", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.3125rem;
  color: #0075C2;
  text-align: center;
  margin-bottom: 2.25rem; }
  @media only screen and (min-width: 992px) {
    .scene-top .title {
      font-size: 2.5rem;
      line-height: 1.9375rem;
      margin-bottom: 0rem;
      letter-spacing: 0.4375rem; } }

.scene-top .h2_2st {
  font-size: 1.125rem;
  color: #ef9b29;
  font-weight: bold;
  display: block;
  margin: 25px 0 0;
  letter-spacing: 0.0625rem; }
  @media only screen and (min-width: 992px) {
    .scene-top .h2_2st {
      font-size: 1.5rem;
      margin: 30px 0 15px; } }

.scene-top .row {
  justify-content: center; }

.scene-top .slick-slide {
  padding: 0 1.625rem; }
  .scene-top .slick-slide:focus {
    outline: none; }

.scene-top .slick-prev {
  left: 0;
  z-index: 3; }
  .scene-top .slick-prev::before {
    content: "";
    background: transparent url("../img/common/caret_blue_left.svg") center right 0.4375rem/0.4375rem auto no-repeat;
    height: 1.25rem;
    width: 1.25rem;
    padding-left: 1.375rem;
    cursor: pointer; }

.scene-top .slick-next {
  right: 0;
  z-index: 3; }
  .scene-top .slick-next::before {
    content: "";
    background: transparent url("../img/common/caret_blue_right.svg") center right 0.4375rem/0.4375rem auto no-repeat;
    content: "";
    height: 1.25rem;
    width: 1.25rem;
    padding-left: 1.375rem;
    cursor: pointer; }

.scene-top .vPc {
  display: none; }
  @media screen and (min-width: 769px) {
    .scene-top .vPc {
      display: block; } }

.scene-top .vSp {
  display: block; }
  @media screen and (min-width: 769px) {
    .scene-top .vSp {
      display: none; } }

.function-page .list-inline-buttons {
  padding-left: 0;
  list-style: none;
  text-align: center;
  max-width: 18.875rem;
  margin: 0 auto; }

.function-page .list-inline-button {
  float: left;
  vertical-align: middle;
  height: 3.25rem;
  margin: 0 0.5rem 0.5rem;
  transition: transform 0.2s ease-in-out; }
  .function-page .list-inline-button:nth-child(1) {
    display: inline-block;
    float: none;
    margin: 0 auto 0.5rem; }
  .function-page .list-inline-button:nth-child(2) {
    display: inline-block;
    float: none;
    margin: 0 0 0.5rem 0.8125rem; }
  .function-page .list-inline-button:hover {
    transform: translateY(-0.625rem); }

.function-page .btn-arrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #EAF1F6 url("../img/common/caret_blue_right.svg") center right 0.5rem/0.4rem auto no-repeat;
  color: #0075C2;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.125rem;
  width: 8.4375rem;
  height: 100%;
  border-radius: 0;
  text-decoration: none;
  box-shadow: none; }
  .function-page .btn-arrow span {
    display: block;
    font-size: 0.75rem; }

@media (min-width: 992px) {
  .function-page.function-spacing-bottom .tab-content {
    margin-bottom: 4.5rem; }
  .function-page .list-inline-buttons {
    padding-left: 0;
    text-align: left;
    max-width: 100%;
    margin: 0; }
  .function-page .list-inline-button {
    display: inline-block;
    float: none;
    margin: 0 0.5rem 1rem 0; }
    .function-page .list-inline-button:nth-child(1), .function-page .list-inline-button:nth-child(2) {
      margin: 0 0.5rem 1rem 0; } }

.mieruka .table-function-large {
  padding: 1.875rem 1.25rem 0.625rem;
  margin-bottom: 1.5625rem;
  background: #fff;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.04); }
  .mieruka .table-function-large__title {
    font-size: 1.125rem;
    color: #0075C1;
    font-weight: 700;
    letter-spacing: 0.2em; }
    .mieruka .table-function-large__title p {
      margin-bottom: 2.125rem;
      text-align: center; }
  .mieruka .table-function-large__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .mieruka .table-function-large__content .col-small {
      width: 48.5%;
      padding: 0;
      margin-bottom: 1.25rem; }
    .mieruka .table-function-large__content .img-item {
      position: relative;
      background: #EAF1F6;
      padding: 0.5625rem 0.5625rem 1.875rem;
      margin-bottom: 0.9375rem;
      border-radius: 0.3125rem; }
      .mieruka .table-function-large__content .img-item::after {
        position: absolute;
        content: "";
        background: url("/as/img/function/icon_zoom.png") no-repeat;
        width: 30px;
        height: 30px;
        background-size: contain;
        bottom: 0;
        right: 0; }
      .mieruka .table-function-large__content .img-item img {
        width: 100%; }
    .mieruka .table-function-large__content .title-item {
      font-size: 0.875rem;
      text-align: center;
      color: #0075C1;
      font-weight: 700;
      letter-spacing: 0.05em; }
      .mieruka .table-function-large__content .title-item p {
        margin: 0; }

.mieruka .table-function-small {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .mieruka .table-function-small__title {
    font-size: 1.125rem;
    color: #0075C1;
    font-weight: 700;
    letter-spacing: 0.2em; }
    .mieruka .table-function-small__title p {
      margin-bottom: 1.6875rem;
      text-align: center; }
  .mieruka .table-function-small__content {
    width: 100%;
    padding: 2.1875rem 1.25rem;
    margin-bottom: 0.9375rem;
    background: #fff;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.04); }
    .mieruka .table-function-small__content .col-small {
      width: 100%;
      padding: 0; }
    .mieruka .table-function-small__content .title-item {
      width: 100%;
      position: relative;
      background: #EAF1F6;
      font-size: 0.875rem;
      text-align: center;
      color: #0075C1;
      font-weight: 700;
      letter-spacing: 0.05em;
      border-radius: 0;
      padding: 0.3125rem 0.9375rem;
      margin-bottom: 0.625rem;
      height: 52px; }
      .mieruka .table-function-small__content .title-item:last-child {
        margin-bottom: 0; }
      .mieruka .table-function-small__content .title-item::after {
        position: absolute;
        content: "";
        background: url("/as/img/function/icon_zoom.png") no-repeat;
        width: 30px;
        height: 30px;
        background-size: contain;
        top: calc(50% - 30px/2);
        right: 7px; }
      .mieruka .table-function-small__content .title-item p {
        position: absolute;
        width: 100%;
        top: 50%;
        right: 50%;
        transform: translate(50%, -50%);
        margin: 0;
        line-height: calc(18/14); }
        .mieruka .table-function-small__content .title-item p span {
          font-size: 0.75rem; }
    .mieruka .table-function-small__content:last-of-type .title-item:last-of-type::after, .mieruka .table-function-small__content:last-of-type .title-item:nth-last-of-type(2)::after {
      background: none; }
    .mieruka .table-function-small__content:last-of-type .btn:last-of-type, .mieruka .table-function-small__content:last-of-type .btn:nth-last-of-type(2) {
      cursor: inherit; }

.mieruka .modal-function .modal-dialog {
  max-width: 860px; }
  .mieruka .modal-function .modal-dialog .modal-content {
    padding: 1.875rem 3.125rem; }
    .mieruka .modal-function .modal-dialog .modal-content .modal-header {
      padding: 0;
      border-bottom: none;
      margin-bottom: 0.9375rem; }
      .mieruka .modal-function .modal-dialog .modal-content .modal-header .modal-title {
        font-size: 1.125rem;
        color: #0075C1;
        font-weight: 700;
        letter-spacing: 0.05em; }
      .mieruka .modal-function .modal-dialog .modal-content .modal-header button {
        position: absolute;
        content: "";
        background: url("/as/img/function/icon_close.png") no-repeat;
        width: 32px;
        height: 32px;
        background-size: contain;
        top: 23px;
        right: 20px; }
    .mieruka .modal-function .modal-dialog .modal-content .modal-body {
      background: #EAF1F6;
      padding: 2.1875rem;
      border-radius: 0.3125rem; }
      .mieruka .modal-function .modal-dialog .modal-content .modal-body img {
        width: 100%; }

.mieruka .btn_option {
  margin-top: 10px; }
  .mieruka .btn_option a {
    background: #EAF1F6;
    border-radius: 5px;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.04);
    transition: .100s;
    width: 100%;
    padding: 0;
    color: #0075C1;
    font-size: 14px;
    padding: 20px 0;
    font-weight: bold;
    display: block;
    text-align: center; }
    .mieruka .btn_option a .txt_xs {
      font-size: 12px; }
  .mieruka .btn_option a:hover {
    color: #0075C1;
    text-decoration: none;
    box-shadow: none;
    transform: translateY(4px); }

@media (max-width: 768px) {
  .mieruka .table-function-large {
    margin-bottom: 0.9375rem; }
    .mieruka .table-function-large__title {
      font-size: 1rem;
      letter-spacing: 0.05em; }
      .mieruka .table-function-large__title p {
        margin-bottom: 1.375rem; }
    .mieruka .table-function-large__content .col-small {
      width: 100%;
      max-width: 320px;
      margin: 0 auto 1.25rem; }
    .mieruka .table-function-large__content .img-item {
      padding: 0.625rem 0.625rem 2.5rem;
      margin-bottom: 0.625rem; }
      .mieruka .table-function-large__content .img-item::after {
        bottom: 5px;
        right: 10px; }
  .mieruka .table-function-small__title {
    font-size: 1rem;
    letter-spacing: 0.05em; }
    .mieruka .table-function-small__title p {
      margin-bottom: 1.375rem; }
  .mieruka .table-function-small__content {
    padding: 1.875rem 1.25rem; }
  .mieruka .modal-function .modal-dialog {
    max-width: 860px; }
    .mieruka .modal-function .modal-dialog .modal-content {
      padding: 1.875rem 0.625rem 2.5rem; }
      .mieruka .modal-function .modal-dialog .modal-content .modal-header {
        margin-bottom: 1.25rem; }
        .mieruka .modal-function .modal-dialog .modal-content .modal-header .modal-title {
          padding-left: 0.625rem;
          font-size: 1rem; }
        .mieruka .modal-function .modal-dialog .modal-content .modal-header button {
          right: 10px; }
      .mieruka .modal-function .modal-dialog .modal-content .modal-body {
        padding: 0.625rem; } }

@media (min-width: 992px) {
  .mieruka .table-function-large {
    padding: 2.1875rem 2.1875rem 0.9375rem; }
    .mieruka .table-function-large__content .col-small {
      width: 23.8%; }
  .mieruka .table-function-small__content {
    width: 32%; }
  .mieruka .btn_option {
    margin-top: 20px; }
    .mieruka .btn_option a {
      font-size: 20px; }
      .mieruka .btn_option a .txt_xs {
        font-size: 16px; } }

.link-function {
  padding: 1.875rem 0 0; }
  .link-function .header-function {
    text-align: center; }
    .link-function .header-function h3,
    .link-function .header-function p {
      color: #0075C1;
      font-weight: 700;
      margin: 2.375rem auto;
      letter-spacing: 0.05em; }
    .link-function .header-function p {
      margin: 0;
      font-size: 0.875rem;
      line-height: 2;
      padding: 0; }
    .link-function .header-function .desc {
      letter-spacing: 0.16875rem; }
  .link-function .body-function .link-inline-buttons {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 0;
    list-style: none;
    text-align: center;
    max-width: 61.25rem;
    margin: 0 auto 8.5rem; }
    .link-function .body-function .link-inline-buttons:last-of-type {
      margin: 0 auto; }
  .link-function .body-function .link-inline-2column {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 0;
    list-style: none;
    text-align: center;
    max-width: 61.25rem;
    margin: 0 auto 8.5rem; }
    .link-function .body-function .link-inline-2column:last-of-type {
      margin: 0 auto; }
  .link-function .link-inline-button {
    vertical-align: middle;
    height: 4.8125rem;
    margin: 0 0 2.5rem;
    transition: transform 0.2s ease-in-out; }
    .link-function .link-inline-button:hover {
      transform: translateY(-0.625rem); }
    .link-function .link-inline-button .btn-arrow {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      background: #fff url("../img/common/caret_blue_down.svg") center right 1.2rem/0.7rem auto no-repeat;
      color: #344246;
      font-size: 1rem;
      font-weight: bold;
      line-height: 1.5rem;
      width: 100%;
      height: 100%;
      border-radius: 0;
      text-decoration: none;
      box-shadow: 0 10px 10px rgba(0, 0, 0, 0.03); }
      .link-function .link-inline-button .btn-arrow span {
        display: block;
        font-size: 0.75rem; }

@media (max-width: 992px) {
  .link-function {
    padding: 1.875rem 0 0.625rem; }
    .link-function .header-function h3 {
      margin: 1.625rem auto; }
    .link-function .header-function p {
      margin-bottom: 1.875rem; }
    .link-function .header-function .desc {
      letter-spacing: 0.05em;
      font-weight: normal; }
    .link-function .body-function {
      margin-bottom: 3.3125rem; }
      .link-function .body-function:last-of-type {
        margin-bottom: 0; }
      .link-function .body-function .link-inline-button {
        height: 2.75rem;
        padding: 0;
        margin-bottom: 0.3125rem; }
        .link-function .body-function .link-inline-button .btn-arrow {
          font-size: 0.875rem;
          text-align: left;
          align-items: flex-start;
          padding: 0.375rem 1.25rem;
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.03); }
        .link-function .body-function .link-inline-button a br {
          display: none; } }

@media (min-width: 992px) {
  .link-function {
    padding: 6.75rem 0 1.875rem; }
    .link-function .header-function {
      margin-bottom: 3.75rem; }
      .link-function .header-function h3,
      .link-function .header-function p {
        margin: 2.375rem auto; }
      .link-function .header-function h3 {
        font-size: 2.125rem; }
      .link-function .header-function p {
        font-size: 1.125rem;
        margin: 0;
        line-height: 1.5; }
      .link-function .header-function .desc {
        letter-spacing: 0.075rem; }
    .link-function .body-function {
      margin-bottom: 6rem; }
      .link-function .body-function:last-of-type {
        margin-bottom: 0; }
      .link-function .body-function .img-right {
        padding: 3.75rem 0 4.3125rem;
        flex-direction: row-reverse; }
      .link-function .body-function .img-left {
        padding: 6.5rem 0 3.5rem; }
        .link-function .body-function .img-left .wrapper-content {
          padding-left: 4rem;
          padding-right: 0; }
      .link-function .body-function .title-item {
        font-size: 1.75rem;
        margin-bottom: 0.3125rem;
        font-weight: bold;
        margin-top: 0; }
      .link-function .body-function .text-item {
        margin: 1.75rem 0 2.6875rem;
        letter-spacing: 0.01875rem; }
      .link-function .body-function .wrapper-img {
        padding: 0; } }

.scene-function #trend,
.scene-function #mieruka,
.scene-function #cs,
.scene-function #risk,
.scene-function #idea,
.scene-function #res,
.scene-function #sns,
.scene-function #question,
.scene-function #calllog {
  padding-top: 180px;
  margin-top: -180px; }

.scene-function .purpose_bubble1 {
  background: url(../img/scene/bg_scene_purpose_mt.png) top 0 left 0/100vw auto no-repeat;
  padding-top: 9rem; }

.scene-function .purpose_bubble2 {
  background: url(../img/scene/bg_scene_purpose_mb.png) bottom 0 left 0/100vw auto no-repeat;
  padding-bottom: 1rem; }

.scene-function .purpose_inner {
  background: #fff; }

.scene-function .header-function {
  text-align: center; }
  .scene-function .header-function h3 {
    margin: 5.875rem auto;
    font-size: 2.125rem;
    color: #0075C1;
    font-weight: 700;
    letter-spacing: 0.05em; }

.scene-function .title-function {
  margin-bottom: 3.125rem; }
  .scene-function .title-function h4,
  .scene-function .title-function p {
    text-align: center; }
  .scene-function .title-function h4 {
    font-weight: 700;
    font-size: 1.75rem;
    margin: 1.875rem auto; }
  .scene-function .title-function p {
    margin: 0;
    font-size: 0.875rem;
    line-height: 2;
    padding: 0; }
  .scene-function .title-function .desc {
    letter-spacing: 0.16875rem; }

.scene-function .body-function {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 6.25rem; }
  .scene-function .body-function__content:first-of-type, .scene-function .body-function__content:nth-of-type(2) {
    margin-bottom: 3.4375rem; }
  .scene-function .body-function__content .col-small {
    padding: 0;
    margin-bottom: 1.25rem; }
  .scene-function .body-function__content .img-item {
    position: relative;
    background: #EAF1F6;
    padding: 0.9375rem 0.9375rem 3.125rem;
    margin-bottom: 1.875rem;
    border-radius: 0.3125rem;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.03); }
    .scene-function .body-function__content .img-item::after {
      position: absolute;
      content: "";
      background: url("/as/img/function/icon_zoom.png") no-repeat;
      width: 38px;
      height: 38px;
      background-size: contain;
      bottom: 4px;
      right: 12px; }
    .scene-function .body-function__content .img-item img {
      width: 100%; }
  .scene-function .body-function__content .title-item {
    font-size: 1.125rem;
    margin-top: 0;
    text-align: left;
    color: #0075C1;
    font-weight: 700;
    letter-spacing: 0.05em; }
    .scene-function .body-function__content .title-item p {
      margin: 0; }
  .scene-function .body-function__content .text-item {
    text-align: left;
    margin: 0.9375rem 0 0;
    letter-spacing: 0.01875rem; }

.scene-function .scene_bubble1 {
  background: url(../img/scene/bg_scene_bubble1.png) top -6px left -242px/858px auto no-repeat;
  padding-top: 4rem;
  margin-top: -4rem; }

.scene-function .scene_bubble2 {
  background: url(../img/scene/bg_scene_bubble2.png) top -36px right -130px/880px auto no-repeat;
  padding-top: 6em;
  margin-top: -6rem; }

.scene-function .scene_bubble3 {
  background: url(../img/scene/bg_scene_bubble1.png) top -26px left -130px/858px auto no-repeat;
  padding-top: 5rem;
  margin-top: -5rem; }

.scene-function .datasource_bubble {
  background: url(../img/scene/bg_scene_datasource.png) top -140px left -400px/1570px auto no-repeat;
  padding-top: 5rem;
  margin-top: -5rem; }

@media (max-width: 992px) {
  .scene-function #trend,
  .scene-function #mieruka,
  .scene-function #risk,
  .scene-function #idea,
  .scene-function #res,
  .scene-function #sns,
  .scene-function #question,
  .scene-function #calllog {
    padding-top: 50px;
    margin-top: -50px; }
  .scene-function .purpose_bubble1 {
    background: url(../img/scene/bg_scene_purpose_mt.png) top 0 left 0/100vw auto no-repeat;
    padding-top: 5rem; }
  .scene-function .purpose_bubble2 {
    background: url(../img/scene/bg_scene_purpose_mb.png) bottom 0 left 0/100vw auto no-repeat;
    padding-bottom: 3rem; }
  .scene-function .container:first-of-type {
    margin-bottom: 0rem; }
  .scene-function .header-function h3 {
    margin: 1.875rem auto 0.625rem;
    font-size: 1.5rem;
    letter-spacing: 0.1em; }
  .scene-function .title-function {
    margin-bottom: 30px; }
    .scene-function .title-function h4 {
      font-size: 1.125rem;
      margin-top: 2.5rem; }
    .scene-function .title-function p {
      font-size: 0.8125rem;
      margin-bottom: 1.875rem;
      line-height: 1.6; }
    .scene-function .title-function .desc {
      letter-spacing: 0.02em; }
  .scene-function .body-function {
    margin-bottom: 1.875rem; }
    .scene-function .body-function__content:first-of-type, .scene-function .body-function__content:nth-of-type(2) {
      margin-bottom: 0.625rem; }
    .scene-function .body-function__content .title-item {
      font-size: 0.875rem; }
    .scene-function .body-function__content .img-item {
      padding: 0.5625rem 0.5625rem 1.75rem;
      margin-bottom: 0.9375rem;
      box-shadow: 0 5px 5px rgba(0, 0, 0, 0.03); }
      .scene-function .body-function__content .img-item::after {
        width: 28px;
        height: 28px;
        bottom: 0;
        right: 4px; }
    .scene-function .body-function__content .text-item {
      font-size: 0.75rem;
      margin: 0.625rem 0 0; }
    .scene-function .body-function .col-6 {
      flex: 0 0 48%;
      padding: 0; }
  .scene-function .scene_bubble1 {
    background: url(../img/scene/bg_scene_bubble1.png) top -2vw left -52vw/120vw auto no-repeat;
    padding-top: 1rem;
    margin-top: -2rem; }
  .scene-function .scene_bubble2 {
    background: url(../img/scene/bg_scene_bubble2.png) top 2vw right -50vw/120vw auto no-repeat;
    padding-top: 1em;
    margin-top: -2rem; }
  .scene-function .scene_bubble3 {
    background: url(../img/scene/bg_scene_bubble1.png) top 0 left -60vw/120vw auto no-repeat;
    padding-top: 1rem;
    margin-top: -2rem; }
  .scene-function .datasource_bubble {
    background: url(../img/scene/bg_scene_datasource.png) top -10vw left -84vw/170vw auto no-repeat;
    padding-top: 1rem;
    margin-top: -2rem; }
  .scene-function .datasource .header-function h3 {
    margin: 1.875rem auto 1.25rem; } }

@media (max-width: 400px) {
  .scene-function .purpose_bubble1 {
    background: url(../img/scene/bg_scene_purpose_mt.png) top 0 left 0/100vw auto no-repeat;
    padding-top: 4rem; }
  .scene-function .purpose_bubble2 {
    background: url(../img/scene/bg_scene_purpose_mb.png) bottom 0 left 0/100vw auto no-repeat;
    padding-bottom: 1rem; }
  .scene-function .datasource .header-function h3 {
    margin: 1.875rem auto 0.625rem; } }

@media (min-width: 992px) {
  .scene-function .title-function {
    margin-bottom: 6.25rem; }
    .scene-function .title-function p {
      font-size: 1rem;
      margin: 0;
      line-height: 1.5; }
    .scene-function .title-function .desc {
      letter-spacing: 0.075rem; }
  .scene-function .body-function__content .title-item {
    font-size: 1.125rem;
    font-weight: bold;
    margin-top: 0; }
  .datasource .header-function h3 {
    margin-top: 5.625rem; } }

@media (max-width: 1440px) and (min-width: 992px) {
  .scene-function .purpose_bubble1 {
    background: url(../img/scene/bg_scene_purpose_mt.png) top -40px left 0/100vw auto no-repeat;
    padding-top: 3rem; } }

.list-function {
  padding: 1.875rem 0 3.125rem; }
  .list-function .header-function {
    text-align: center; }
    .list-function .header-function h3,
    .list-function .header-function p {
      color: #0075C1;
      font-weight: 700;
      margin: 1.40625rem auto; }
    .list-function .header-function p {
      margin: 0;
      font-size: 0.875rem;
      line-height: 2;
      padding: 0; }
    .list-function .header-function .desc {
      letter-spacing: 0.16875rem; }
  .list-function .body-function .img-right {
    padding: 1.8125rem 0 0.375rem;
    flex-direction: row-reverse; }
  .list-function .body-function .img-left {
    padding: 1.8125rem 0 0.375rem; }
    .list-function .body-function .img-left .wrapper-content {
      padding-left: 1rem; }
  .list-function .body-function .title-item {
    font-size: 1rem;
    margin-bottom: 0;
    font-weight: bold;
    margin-top: 1rem;
    letter-spacing: 0; }
  .list-function .body-function .text-item {
    margin: 1.0625rem 0; }
  .list-function .body-function .img-item {
    width: 100%;
    max-width: 100%; }

@media (min-width: 992px) {
  .list-function {
    padding: 6.75rem 0 4.625rem; }
    .list-function .header-function h3,
    .list-function .header-function p {
      margin: 2rem auto; }
    .list-function .header-function p {
      font-size: 1.125rem;
      margin: 0;
      line-height: 1.5; }
    .list-function .header-function .desc {
      letter-spacing: 0.075rem; }
    .list-function .body-function .img-right {
      padding: 6.5rem 0 4.3125rem;
      flex-direction: row-reverse; }
    .list-function .body-function .img-left {
      padding: 6.5rem 0 3.5rem; }
      .list-function .body-function .img-left .wrapper-content {
        padding-left: 4rem;
        padding-right: 0; }
    .list-function .body-function .title-item {
      font-size: 1.75rem;
      margin-bottom: 0.3125rem;
      font-weight: bold;
      margin-top: 0; }
    .list-function .body-function .text-item {
      margin: 1.75rem 0 2.6875rem;
      letter-spacing: 0.01875rem; }
    .list-function .body-function .wrapper-img {
      padding: 0; } }

.about-us {
  background-image: url(../img/about-us/bg-blue-about-us-mb.png);
  background-size: 100% 28%;
  background-position-y: -8.4375rem;
  background-repeat: no-repeat;
  margin-top: -5rem;
  padding-top: 5.2rem;
  background-color: #F8F8F8; }
  .about-us .contents {
    margin: 1.25rem 0 0; }
  .about-us .about-us-heading {
    text-align: center;
    color: #344246;
    margin-bottom: 1.25rem; }
    .about-us .about-us-heading .title {
      font-size: 1.625rem;
      letter-spacing: 0.125rem;
      margin-bottom: 1.25rem;
      line-height: 2.625rem;
      text-align: left; }
    .about-us .about-us-heading .img {
      width: 256px; }
  .about-us .about-us-bottom {
    margin-bottom: 0.875rem; }
    .about-us .about-us-bottom .button-group .btn {
      height: 3.125rem;
      font-size: 1rem;
      padding: 0.8125rem 0.625rem;
      letter-spacing: 0.075rem; }
      .about-us .about-us-bottom .button-group .btn:last-child {
        border: 1px solid #E67C00;
        color: #E67C00; }
  .about-us .image-single img {
    min-width: 100%;
    width: 51vw;
    max-width: 760px;
    background: yellow; }
  .about-us .vid_caption {
    text-align: center;
    font-weight: bold;
    color: #000;
    margin-bottom: -50px;
    font-size: 1.5rem; }
  .about-us .fv_bg {
    position: relative;
    background-image: url("../img/about-us/fv-pc.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 760px;
    height: 500px;
    z-index: 10;
    margin-left: -100px;
    margin-bottom: -50px; }
    .about-us .fv_bg .fv-mp4 {
      width: 551px;
      position: absolute;
      top: 95px;
      left: 94px;
      z-index: 1; }
  @media (max-width: 1200px) {
    .about-us .fv_bg {
      width: 600px;
      margin-left: -70px;
      margin-bottom: -90px; }
      .about-us .fv_bg .fv-mp4 {
        width: 435px;
        top: 128px;
        left: 75px; } }
  @media (max-width: 991.5px) {
    .about-us .vid_caption {
      margin-bottom: 0;
      font-size: 1.5rem;
      color: #0075C1; }
    .about-us .fv_bg {
      background-image: url("../img/about-us/fv-sp.png");
      width: 100%;
      max-width: 690px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: -50px; }
      .about-us .fv_bg .fv-mp4 {
        width: auto;
        max-width: 441px;
        top: 40px;
        left: 105px; } }
  @media (max-width: 767.5px) {
    .about-us .vid_caption {
      margin-bottom: -50px;
      font-size: 1rem; }
    .about-us .fv_bg {
      margin-bottom: -40px; }
      .about-us .fv_bg .fv-mp4 {
        max-width: 352px;
        top: 83px;
        left: 61px; } }
  @media (max-width: 577px) {
    .about-us .vid_caption {
      margin-bottom: -80px; }
    .about-us .fv_bg {
      width: 420px;
      max-width: auto; }
      .about-us .fv_bg .fv-mp4 {
        width: 307px;
        max-width: auto;
        top: 104px;
        left: 53px; } }
  @media (max-width: 429px) {
    .about-us .vid_caption {
      margin-bottom: -100px; }
    .about-us .fv_bg {
      width: 360px;
      margin-bottom: -90px; }
      .about-us .fv_bg .fv-mp4 {
        width: 265px;
        top: 125px;
        left: 45px; } }
  @media (max-width: 391px) {
    .about-us .vid_caption {
      margin-bottom: -115px; }
    .about-us .fv_bg {
      width: 330px;
      margin-bottom: -110px; }
      .about-us .fv_bg .fv-mp4 {
        width: 243px;
        top: 135px;
        left: 41px; } }
  @media (max-width: 376px) {
    .about-us .fv_bg {
      width: 310px; }
      .about-us .fv_bg .fv-mp4 {
        width: 229px;
        top: 142px;
        left: 38px; } }
  @media (max-width: 321px) {
    .about-us .vid_caption {
      margin-bottom: -130px; }
    .about-us .fv_bg {
      width: 270px;
      margin-bottom: -140px; }
      .about-us .fv_bg .fv-mp4 {
        width: 197px;
        top: 156px;
        left: 35px; } }
  @media (min-width: 992px) {
    .about-us {
      background-image: url("../img/about-us/bg-blue-about-us.png");
      background-repeat: no-repeat;
      background-size: auto;
      background-position: right top;
      margin-top: -9rem;
      padding-bottom: 3rem !important;
      padding-top: 8rem; }
      .about-us.page-pagetop .site-content {
        padding-top: 0.5rem; }
      .about-us .about-us-heading {
        padding-left: 1.875rem;
        text-align: left;
        margin-bottom: 1.875rem; }
        .about-us .about-us-heading .title {
          font-size: 1.875rem;
          line-height: 2.8125rem;
          margin-bottom: 1.25rem; }
        .about-us .about-us-heading .img {
          width: 310px; }
      .about-us .image-single {
        position: relative; }
        .about-us .image-single img {
          margin-left: -7vw; }
      .about-us .about-us-bottom .button-group .btn {
        height: 3.625rem;
        font-size: 1.25rem;
        padding: 0.8125rem 0.625rem; }
        .about-us .about-us-bottom .button-group .btn:first-child {
          border: none;
          padding-top: 0;
          line-height: 1.3; }
          .about-us .about-us-bottom .button-group .btn:first-child .arrow_body {
            display: block;
            z-index: 9999;
            position: absolute;
            top: 21px;
            right: 18px;
            width: 15px;
            height: 15px;
            border-style: solid;
            border-width: 2px;
            border-color: transparent transparent #fff #fff;
            transform: rotate(-135deg); }
        .about-us .about-us-bottom .button-group .btn:last-child {
          border: 1px solid #E67C00;
          color: #E67C00;
          margin-top: 0.9375rem; }
          .about-us .about-us-bottom .button-group .btn:last-child .arrow_body {
            display: block;
            z-index: 9999;
            position: absolute;
            top: 21px;
            right: 18px;
            width: 15px;
            height: 15px;
            border-style: solid;
            border-width: 2px;
            border-color: transparent transparent #E67C00 #E67C00;
            transform: rotate(-135deg); }
        .about-us .about-us-bottom .button-group .btn.hover-subduction {
          box-shadow: 0px 4px #DD5500;
          transition: .3s; }
          .about-us .about-us-bottom .button-group .btn.hover-subduction:hover {
            box-shadow: none;
            transform: translate3d(0, 5px, 0); }
        .about-us .about-us-bottom .button-group .btn .btn-subtxt {
          font-size: 11px; }
      .about-us .about-us-bottom .button-group .arrow {
        position: relative; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .about-us {
      background-position-y: -20.9375rem;
      background-size: 100% 45%; } }
  @media (max-width: 992px) {
    .about-us {
      padding-top: 4.2rem;
      padding-bottom: 1.25rem;
      position: relative; }
      .about-us .image-single {
        position: relative;
        text-align: center; } }
  .about-us .caption_fv {
    font-size: 14px;
    margin-top: 20px; }
  @media (max-width: 391px) {
    .about-us .caption_fv {
      font-size: 3vw;
      margin-top: 10px; } }

@media (min-width: 768px) {
  .about-us .container {
    max-width: 90%;
    margin-bottom: -60px; } }

@media (min-width: 990px) {
  .about-us .container {
    margin-bottom: auto; }
  .about-us .about-us-heading .title {
    line-height: 2.8125rem;
    font-size: 1.875rem; } }

@media (max-width: 991px) and (min-width: 376px) {
  .about-us .about-us-heading .title {
    line-height: 3.25rem;
    font-size: 2.25rem;
    text-align: center; } }

.fv_share_no_1 {
  font-size: calc(20px + 3vw);
  color: #1580C5;
  font-weight: bold;
  margin: 30px 0 35px;
  letter-spacing: .05em;
  position: relative; }
  @media (min-width: 431px) {
    .fv_share_no_1 {
      letter-spacing: .1em; } }
  @media (min-width: 769px) {
    .fv_share_no_1 {
      font-size: calc(20px + 1vw); } }
  @media (min-width: 985px) {
    .fv_share_no_1 {
      font-size: 2.25rem; } }
  @media (min-width: 1100px) {
    .fv_share_no_1 {
      font-size: 2.5rem; } }
  @media (min-width: 1320px) {
    .fv_share_no_1 {
      font-size: 3rem; } }
  .fv_share_no_1 span {
    font-size: calc(28px + 4vw); }
    @media (min-width: 769px) {
      .fv_share_no_1 span {
        font-size: calc(28px + 1vw); } }
    @media (min-width: 985px) {
      .fv_share_no_1 span {
        font-size: 3.125rem; } }
    @media (min-width: 1100px) {
      .fv_share_no_1 span {
        font-size: 3.75rem; } }
    @media (min-width: 1320px) {
      .fv_share_no_1 span {
        font-size: 4.75rem; } }
  .fv_share_no_1 sup {
    font-size: 1.5rem;
    color: #ef9b29;
    position: relative;
    top: -28px; }
    @media (min-width: 431px) {
      .fv_share_no_1 sup {
        top: -35px; } }
  .fv_share_no_1::after {
    content: "";
    width: 40px;
    height: 30px;
    display: inline-block;
    background: url(../img/about-us/crown_gold_top.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 2px;
    right: -3%; }
    @media (min-width: 393px) {
      .fv_share_no_1::after {
        right: -2%; } }
    @media (min-width: 415px) {
      .fv_share_no_1::after {
        right: 2%; } }
    @media (min-width: 431px) {
      .fv_share_no_1::after {
        right: 5%; } }
    @media (min-width: 560px) {
      .fv_share_no_1::after {
        right: 8%; } }
    @media (min-width: 570px) {
      .fv_share_no_1::after {
        right: 5%; } }
    @media (min-width: 670px) {
      .fv_share_no_1::after {
        right: 2%; } }
    @media (min-width: 735px) {
      .fv_share_no_1::after {
        right: 7%; } }
    @media (min-width: 769px) {
      .fv_share_no_1::after {
        right: -5%; } }
    @media (min-width: 880px) {
      .fv_share_no_1::after {
        right: 2%; } }
    @media (min-width: 985px) {
      .fv_share_no_1::after {
        width: 50px;
        height: 40px;
        right: -24px; } }
    @media (min-width: 1320px) {
      .fv_share_no_1::after {
        width: 55px;
        height: 45px;
        top: 7px; } }

.about-us > h1 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

.sp927V {
  display: none; }

.pcV {
  display: block; }

.spV {
  display: none; }

ul.list_fv,
ul.list_fv li,
ul.list_item,
ul.list_item li,
ul.list_itemS,
ul.list_itemS li,
ul.list_btn,
ul.list_btn li,
ul.list_1600,
ul.list_circle,
ul.list_circle li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 1em; }

ul.list_fv,
ul.list_item,
ul.list_btn,
ul.list_1600,
ul.list_circle {
  display: flex; }

ul.list_itemS {
  display: none; }

.logo_mierukaS {
  display: none; }

.fv_companyS {
  display: none; }

video {
  max-width: 100%;
  margin-bottom: 30px; }

ul.list_fv > li {
  width: 48%;
  color: #344246; }

ul.list_fv > li:first-child {
  margin-right: 2%;
  text-align: center; }

ul.list_fv > li:last-child {
  margin-left: 2%; }

ul.list_fv > li:last-child > img {
  max-width: 100%;
  margin-top: 60px;
  margin-bottom: 25px; }

.fv_caption {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0; }

.fv_caption span {
  display: inline-block;
  font-weight: bold;
  position: relative;
  z-index: 1; }

.fv_caption span::before {
  background: #fff;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: .5em;
  left: 0;
  bottom: .2em;
  z-index: -1; }

.img_share1 {
  width: 100%;
  margin-bottom: 20px; }

ul.list_1600 {
  margin-bottom: 10px; }

ul.list_1600 li {
  margin: 0;
  padding: 0 0 5px;
  list-style-type: none;
  line-height: 1em;
  display: flex;
  flex-direction: column;
  align-items: center; }

ul.list_1600 li:first-child {
  width: 62%; }

ul.list_1600 li:last-child {
  width: 38%; }

.fv_1600 {
  font-size: 26px;
  font-weight: bold; }

.bg_darkgray {
  background: #344246;
  color: #fff;
  padding: 5px; }

.font14 {
  font-size: 14px; }

.font20 {
  font-size: 20px;
  font-weight: bold; }

.font27 {
  font-size: 27px;
  line-height: 1.2em; }

.fv_investigate {
  font-size: 12px;
  color: #999999; }

.logo_mieruka {
  width: 60%;
  margin-bottom: 15px; }

.fv_company {
  font-size: 14px;
  margin-bottom: 25px; }

ul.list_item {
  justify-content: space-between;
  border-radius: 10px;
  background: #fff;
  padding: 20px 0;
  margin-bottom: 30px; }

ul.list_item li {
  width: 33.333%;
  background-image: url(/as/img/about-us/icon_check_bg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

ul.list_item li:nth-child(2) {
  border-left: solid 1px #EAF1F6;
  border-right: solid 1px #EAF1F6; }

ul.list_item li img {
  margin-top: -60px; }

.font12 {
  font-size: 12px;
  padding: 0%;
  margin: -20px 0 10px; }

.font16 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3em;
  padding: 0;
  margin: 0; }

ul.list_btn li {
  width: 50%; }

ul.list_btn li:first-child {
  display: flex;
  justify-content: flex-start; }

ul.list_btn li:last-child {
  display: flex;
  justify-content: flex-end; }

.btn-cta {
  width: 98%;
  height: 60px;
  text-align: center;
  display: inline-block;
  padding: 5px;
  background: #EF9B29;
  box-shadow: 0 4px 0 0 #DD5500;
  border-radius: 5px;
  color: #ffffff;
  text-decoration: none;
  line-height: 1.2em;
  transition: .100s;
  position: relative;
  font-size: 18px;
  border: solid 1px #EF9B29; }

.btn-cta:hover {
  color: #fff;
  text-decoration: none;
  box-shadow: none;
  transform: translateY(4px); }

.btn-cta:after {
  content: '';
  width: 12px;
  height: 12px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 46%;
  right: 16px;
  margin-top: -3px;
  transform: rotate(45deg); }

.btn-ctaW {
  width: 98%;
  height: 60px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: #fff;
  box-shadow: 0 4px 0 0 #DD5500;
  border-radius: 5px;
  color: #E67C00;
  text-decoration: none;
  line-height: 1.2em;
  transition: .100s;
  position: relative;
  font-size: 18px;
  border: solid 1px #E67C00; }

.btn-ctaW:hover {
  color: #E67C00;
  text-decoration: none;
  box-shadow: none;
  transform: translateY(4px); }

.btn-ctaW:after {
  content: '';
  width: 12px;
  height: 12px;
  border: 0;
  border-top: solid 2px #E67C00;
  border-right: solid 2px #E67C00;
  position: absolute;
  top: 46%;
  right: 16px;
  margin-top: -3px;
  transform: rotate(45deg); }

.btn_sm {
  font-size: 11px; }

.img_circle4 img {
  max-width: 100%; }

ul.list_circle {
  justify-content: space-around; }

ul.list_circle li {
  width: 120px;
  height: 120px;
  text-align: center;
  background: linear-gradient(140deg, #0075C2, #f7fcff);
  border-radius: 50%;
  padding: 4px; }

ul.list_circle li div {
  border-radius: 50%;
  width: 112px;
  height: 112px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #0075C2;
  font-size: 16px;
  line-height: 1.4em; }

@media (max-width: 1200px) {
  .fv_1600 {
    font-size: 22px; }
  .font14 {
    font-size: .8vw; }
  .font20 {
    font-size: 1.5vw; }
  .font27 {
    font-size: 2vw; }
  .btn-cta {
    font-size: 16px; }
  .btn-cta:after {
    right: 13px; }
  .btn-ctaW {
    font-size: 16px; }
  .btn-ctaW:after {
    right: 13px; }
  ul.list_circle li {
    width: 100px;
    height: 100px; }
  ul.list_circle li div {
    width: 92px;
    height: 92px;
    font-size: 14px; } }

@media (max-width: 994px) {
  .about-us {
    background-position-y: -13.75rem; }
  ul.list_fv {
    margin-top: 60px; }
  .fv_caption {
    font-size: 1.1vw; }
  ul.list_1600 li {
    padding: 0; }
  ul.list_1600 li:first-child {
    width: 58%; }
  ul.list_1600 li:last-child {
    width: 42%; }
  .fv_1600 {
    font-size: 15px;
    text-align: left; }
  .font14 {
    font-size: .5vw; }
  .font20 {
    font-size: 1.4vw; }
  .bg_darkgray {
    padding: 6px 5px; }
  .logo_mieruka {
    width: 70%; }
  .fv_company {
    font-size: 12px; }
  .font12 {
    font-size: 1vw; }
  .font16 {
    font-size: 1.3vw; }
  .sp927 {
    display: none; }
  .sp927V {
    display: block; }
  ul.list_item {
    padding: 20px 0 10px;
    margin-bottom: 20px; }
  ul.list_item li {
    background-size: 60%; }
  .btn-cta {
    font-size: 1.6vw;
    height: 70px; }
  .btn-ctaW {
    font-size: 1.6vw;
    height: 70px; }
  .btn-cta:after {
    right: 8px; }
  .btn-ctaW:after {
    right: 8px; }
  .btn_sm {
    font-size: .6vw; }
  ul.list_circle li {
    width: 80px;
    height: 80px;
    padding: 2px; }
  ul.list_circle li div {
    width: 75px;
    height: 75px;
    font-size: 12px; } }

@media (max-width: 845px) {
  .fv_1600 {
    font-size: 1.8vw; } }

@media (max-width: 835px) {
  .about-us {
    background-position-y: -11.875rem; }
  .fv_1600 {
    font-size: 1.9vw; }
  .btn-cta {
    height: 65px; }
  .btn-ctaW {
    height: 65px; } }

@media (max-width: 769px) {
  .pcV {
    display: none; }
  .spV {
    display: block; }
  .about-us {
    background-position-y: -38.75rem; }
  ul.list_fv {
    flex-direction: column;
    margin-top: 50px; }
  ul.list_fv > li {
    width: 100%; }
  ul.list_fv > li:first-child {
    margin-right: 0; }
  ul.list_fv > li:last-child {
    margin-left: 0; }
  ul.list_fv > li:last-child > img {
    margin-top: 0;
    margin-bottom: 10px; }
  .fv_caption {
    font-size: 3vw;
    line-height: 1.4em; }
  .img_share1 {
    margin-bottom: 30px; }
  ul.list_1600 {
    flex-direction: column; }
  ul.list_1600 li:first-child {
    width: 100%;
    padding-bottom: 25px; }
  ul.list_1600 li:last-child {
    width: 100%;
    padding-bottom: 10px; }
  .fv_1600 {
    font-size: 6vw;
    text-align: center; }
  .bg_darkgray {
    padding: 8px; }
  .font14 {
    font-size: 3.4vw; }
  .font20 {
    font-size: 5vw; }
  .fv_investigate {
    font-size: 2.5vw;
    margin-bottom: 30px; }
  ul.list_btn {
    display: none; }
  .logo_mieruka {
    display: none; }
  .fv_company {
    display: none; }
  ul.list_item {
    display: none; }
  .logo_mierukaS {
    display: block;
    text-align: center;
    margin-bottom: 30px; }
  .logo_mierukaS img {
    max-width: 76%; }
  .fv_companyS {
    display: block;
    line-height: 1.4em;
    text-align: center;
    margin-bottom: 30px; }
  .img_circle4 {
    text-align: center;
    margin-bottom: 30px; }
  ul.list_itemS {
    display: block;
    border-radius: 10px;
    padding: 35px;
    background-image: url(/as/img/about-us/icon_check_bg.svg);
    background-size: 28%;
    background-repeat: no-repeat;
    background-position: 90% 25%;
    background-color: #fff; }
  ul.list_itemS li {
    width: 100%;
    background-image: url(/as/img/about-us/icon_check.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: left top;
    padding: 0 10px 30px 40px; }
  ul.list_itemS li:last-child {
    padding-bottom: 0; }
  ul.list_itemS li p {
    padding: 0;
    margin: 0; }
  .p_listS {
    font-size: 2.5vw;
    margin-bottom: 20px !important; }
  .p_listL {
    font-size: 3vw;
    font-weight: bold; }
  ul.list_circle li {
    width: 20vw;
    height: 20vw;
    padding: 7px; }
  ul.list_circle li div {
    width: 18vw;
    height: 18vw;
    font-size: 2.6vw; } }

@media (max-width: 737px) {
  .about-us {
    background-position-y: -17.5rem; }
  .fv_caption {
    font-size: 2.5vw; }
  .fv_1600 {
    font-size: 5vw; }
  video {
    margin-bottom: 20px; }
  .logo_mierukaS {
    margin-bottom: 20px; }
  .fv_companyS {
    font-size: 2.4vw;
    margin-bottom: 20px; }
  ul.list_itemS {
    background-size: 25%; }
  .p_listS {
    font-size: 2.3vw;
    margin-bottom: 10px !important; }
  .p_listL {
    font-size: 2.8vw;
    line-height: 1.2em; }
  ul.list_circle li {
    width: 16vw;
    height: 16vw;
    padding: .7%; }
  ul.list_circle li div {
    width: 15vw;
    height: 15vw;
    font-size: 2.4vw; } }

@media (max-width: 668px) {
  .about-us {
    background-position-y: -16.875rem; }
  ul.list_circle li {
    padding: .6%; } }

@media (max-width: 569px) {
  .about-us {
    background-position-y: -17.5rem; }
  ul.list_fv {
    margin-top: 30px; }
  .p_listS {
    font-size: 2.6vw; }
  .p_listL {
    font-size: 3vw; }
  ul.list_circle li {
    width: 20vw;
    height: 20vw;
    padding: .5%; }
  ul.list_circle li div {
    width: 19vw;
    height: 19vw;
    font-size: 2.6vw; } }

@media (max-width: 429px) {
  .about-us {
    background-position-y: -13.125rem; }
  .fv_caption {
    font-size: 3.2vw; }
  .img_share1 {
    margin-bottom: 20px; }
  ul.list_1600 li:last-child {
    padding-bottom: 0; }
  .fv_1600 {
    font-size: 6.5vw;
    margin-bottom: 30px; }
  .font14 {
    font-size: 3.5vw; }
  .font20 {
    font-size: 4.3vw; }
  .fv_investigate {
    font-size: 3vw;
    margin-bottom: 20px; }
  video {
    margin-bottom: 10px; }
  .logo_mierukaS {
    margin-bottom: 15px; }
  .fv_companyS {
    font-size: 3vw;
    margin-bottom: 15px; }
  .img_circle4 {
    margin-bottom: 20px; }
  ul.list_itemS {
    padding: 20px;
    background-size: 30%;
    background-position: 95% 15%; }
  ul.list_itemS li {
    background-size: 20px;
    padding: 0 10px 20px 30px; }
  .p_listS {
    font-size: 3vw;
    margin-bottom: 7px !important; }
  .p_listL {
    font-size: 3.6vw; }
  ul.list_circle li div {
    font-size: 2.8vw; } }

@media (max-width: 391px) {
  .about-us {
    background-position-y: -11.875rem; } }

@media (max-width: 376px) {
  .about-us {
    background-position-y: -11.25rem; }
  .img_share1 {
    margin-bottom: 15px; }
  p.fv_1600 {
    margin-bottom: 25px; }
  .fv_investigate {
    margin-bottom: 15px; } }

@media (max-width: 361px) {
  .about-us {
    background-position-y: -10.625rem; } }

@media (max-width: 321px) {
  .about-us {
    background-position-y: -10.625rem; } }

.sec_top_fv {
  background-image: -webkit-image-set(url("/as/img/sec_top_fv/sp/bg/bg_fv@2x.webp") type("image/webp"), url("/as/img/sec_top_fv/sp/bg/bg_fv@2x.png") type("image/png"));
  background-image: image-set(url("/as/img/sec_top_fv/sp/bg/bg_fv@2x.webp") type("image/webp"), url("/as/img/sec_top_fv/sp/bg/bg_fv@2x.png") type("image/png"));
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  margin-top: -9em;
  margin-bottom: 3em;
  padding-bottom: 4rem; }
  @media (min-width: 768px) {
    .sec_top_fv {
      background-image: -webkit-image-set(url("/as/img/sec_top_fv/pc/bg/bg_fv@2x.webp") type("image/webp"), url("/as/img/sec_top_fv/pc/bg/bg_fv@2x.png") type("image/png"));
      background-image: image-set(url("/as/img/sec_top_fv/pc/bg/bg_fv@2x.webp") type("image/webp"), url("/as/img/sec_top_fv/pc/bg/bg_fv@2x.png") type("image/png"));
      padding-bottom: 100px; } }
  .sec_top_fv .pcV {
    display: none; }
    @media (min-width: 768px) {
      .sec_top_fv .pcV {
        display: block; } }
  .sec_top_fv .spV {
    display: block; }
    @media (min-width: 768px) {
      .sec_top_fv .spV {
        display: none; } }
  .sec_top_fv .pcV_inline {
    display: none; }
    @media (min-width: 768px) {
      .sec_top_fv .pcV_inline {
        display: grid; } }
  .sec_top_fv .spV_inline {
    display: grid; }
    @media (min-width: 768px) {
      .sec_top_fv .spV_inline {
        display: none; } }
  .sec_top_fv img {
    width: 100%;
    max-width: 100%;
    height: auto; }
  @media (min-width: 768px) {
    .sec_top_fv .sec_top_fv_container {
      max-width: 94%;
      margin: auto; } }
  @media (min-width: 1230px) {
    .sec_top_fv .sec_top_fv_container {
      max-width: 1150px; } }
  .sec_top_fv_list_fv {
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      .sec_top_fv_list_fv {
        display: grid;
        flex-direction: initial;
        grid-template-columns: 49% 51%; } }
    @media (min-width: 994px) {
      .sec_top_fv_list_fv {
        grid-template-columns: 43% 55%;
        gap: 2%; } }
    .sec_top_fv_list_fv > li:first-child {
      width: 92%;
      margin: 8.5rem auto 0rem; }
      @media (min-width: 500px) {
        .sec_top_fv_list_fv > li:first-child {
          width: 80%; } }
      @media (min-width: 768px) {
        .sec_top_fv_list_fv > li:first-child {
          width: initial;
          padding-top: 160px;
          margin: initial; } }
    .sec_top_fv_list_fv > li:last-child {
      position: relative; }
      .sec_top_fv_list_fv > li:last-child img {
        position: relative;
        top: -2rem; }
        @media (min-width: 768px) {
          .sec_top_fv_list_fv > li:last-child img {
            position: absolute;
            min-width: 400px;
            top: initial;
            right: 0;
            bottom: -100px; } }
        @media (min-width: 1050px) {
          .sec_top_fv_list_fv > li:last-child img {
            min-width: initial; } }
  .sec_top_fv h1 {
    font-size: clamp(2.25rem, calc(0.25rem + 4vw), 3.375rem);
    font-weight: bold;
    color: #ffffff;
    text-align: initial;
    line-height: 1.5em;
    margin-bottom: 0.5em; }
    @media (min-width: 1195px) {
      .sec_top_fv h1 {
        margin-bottom: 0.3em; } }
    .sec_top_fv h1 .under_wavy {
      position: relative; }
      .sec_top_fv h1 .under_wavy::after {
        content: "";
        display: block;
        width: 100%;
        height: 2rem;
        background: url(/as/img/sec_top_fv/pc/parts/h1_wavy.svg) no-repeat center bottom/100% 100%;
        position: absolute;
        left: 0;
        bottom: -0.3em; }
        @media (min-width: 768px) {
          .sec_top_fv h1 .under_wavy::after {
            height: 0.4em;
            bottom: -0.1em; } }
    .sec_top_fv h1 .under_straight {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      font-weight: bold;
      position: relative;
      z-index: 1; }
      .sec_top_fv h1 .under_straight::before {
        border-radius: 74px;
        background: linear-gradient(90deg, #E47F2C 0%, #FFB925 100%);
        box-shadow: 0 76px 21px 0 rgba(16, 67, 106, 0), 0 49px 19px 0 rgba(16, 67, 106, 0.02), 0 27px 16px 0 rgba(16, 67, 106, 0.08), 0 12px 12px 0 rgba(16, 67, 106, 0.13), 0 3px 7px 0 rgba(16, 67, 106, 0.15);
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 7px;
        left: 0;
        bottom: 0.1em;
        z-index: -1; }
        @media (min-width: 768px) {
          .sec_top_fv h1 .under_straight::before {
            height: 10px; } }
  .sec_top_fv_list_item {
    display: flex;
    flex-direction: column;
    row-gap: 0.3em;
    margin-bottom: 2.5em; }
    @media (min-width: 768px) {
      .sec_top_fv_list_item {
        row-gap: 0.55em; } }
    @media (min-width: 1195px) {
      .sec_top_fv_list_item {
        row-gap: 0.3em; } }
    .sec_top_fv_list_item li {
      font-size: clamp(0.8125rem, calc(0.58978rem + 0.464vw), 0.9375rem);
      color: #ffffff;
      padding-left: 25px;
      position: relative; }
      .sec_top_fv_list_item li::before {
        width: 17px;
        height: 17px;
        content: "";
        display: inline-block;
        background: url(../img/sec_top_fv/pc/icon/icon_check.svg) no-repeat center center/contain;
        position: absolute;
        left: 0;
        top: 0.1em; }
        @media (min-width: 768px) {
          .sec_top_fv_list_item li::before {
            width: 20px;
            height: 20px; } }
  .sec_top_fv_list_btn {
    display: grid;
    grid-template-columns: 50% 1fr;
    margin-top: -7.5rem; }
    @media (min-width: 768px) {
      .sec_top_fv_list_btn {
        margin-top: initial; } }
    .sec_top_fv_list_btn .deco_slant {
      display: none; }
      @media (min-width: 768px) {
        .sec_top_fv_list_btn .deco_slant {
          max-width: 230px;
          margin-bottom: 0.6em;
          display: flex;
          justify-content: center;
          align-items: flex-end;
          line-height: 1;
          color: #ffffff; } }
      .sec_top_fv_list_btn .deco_slant::before, .sec_top_fv_list_btn .deco_slant::after {
        width: 1px;
        height: 15px;
        content: "";
        background-color: #ffffff; }
      .sec_top_fv_list_btn .deco_slant::before {
        margin-right: 0.7em;
        transform: rotate(-30deg); }
      .sec_top_fv_list_btn .deco_slant::after {
        margin-left: 0.7em;
        transform: rotate(30deg); }
    .sec_top_fv_list_btn .btn_dl {
      max-width: 160px;
      height: 48px;
      margin: auto;
      font-size: 0.875rem;
      font-weight: bold;
      text-align: center;
      color: #ffffff;
      text-decoration: none;
      letter-spacing: -0.56px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 5px;
      background: linear-gradient(90deg, #E47F2C 0%, #FFB925 100%);
      box-shadow: 0 76px 21px 0 rgba(16, 67, 106, 0), 0 49px 19px 0 rgba(16, 67, 106, 0.02), 0 27px 16px 0 rgba(16, 67, 106, 0.08), 0 12px 12px 0 rgba(16, 67, 106, 0.13), 0 3px 7px 0 rgba(16, 67, 106, 0.15);
      position: relative;
      transition: .100s; }
      @media (min-width: 500px) {
        .sec_top_fv_list_btn .btn_dl {
          max-width: 90%; } }
      @media (min-width: 768px) {
        .sec_top_fv_list_btn .btn_dl {
          max-width: 94%;
          height: 60px;
          margin: initial;
          font-size: 0.9375rem;
          letter-spacing: initial; } }
      @media (min-width: 1200px) {
        .sec_top_fv_list_btn .btn_dl {
          max-width: 230px;
          font-size: 1rem; } }
      .sec_top_fv_list_btn .btn_dl:hover {
        box-shadow: none;
        transform: translateY(4px); }
      .sec_top_fv_list_btn .btn_dl::before {
        content: "";
        display: inline-block;
        background: url(../img/sec_top_fv/pc/icon/icon_dl_wht.svg) no-repeat center center/contain;
        width: 11px;
        height: 15px;
        position: absolute;
        left: 7%; }
        @media (min-width: 500px) {
          .sec_top_fv_list_btn .btn_dl::before {
            left: 13%; } }
        @media (min-width: 768px) {
          .sec_top_fv_list_btn .btn_dl::before {
            left: 6%; } }
        @media (min-width: 860px) {
          .sec_top_fv_list_btn .btn_dl::before {
            width: 17px;
            height: 21px;
            left: 6%; } }
        @media (min-width: 1100px) {
          .sec_top_fv_list_btn .btn_dl::before {
            left: 10%; } }
    .sec_top_fv_list_btn .btn_demo {
      max-width: 160px;
      height: 48px;
      margin: auto;
      font-size: 0.875rem;
      font-weight: bold;
      text-align: center;
      color: #12568A;
      text-decoration: none;
      letter-spacing: -0.56px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 5px;
      background: linear-gradient(90deg, #FFF 0%, #EDF5F8 100%);
      box-shadow: 0 76px 21px 0 rgba(16, 67, 106, 0), 0 49px 19px 0 rgba(16, 67, 106, 0.02), 0 27px 16px 0 rgba(16, 67, 106, 0.08), 0 12px 12px 0 rgba(16, 67, 106, 0.13), 0 3px 7px 0 rgba(16, 67, 106, 0.15);
      position: relative;
      transition: .100s; }
      @media (min-width: 500px) {
        .sec_top_fv_list_btn .btn_demo {
          max-width: 90%; } }
      @media (min-width: 768px) {
        .sec_top_fv_list_btn .btn_demo {
          max-width: 94%;
          height: 60px;
          margin: initial;
          font-size: 0.9375rem;
          letter-spacing: initial; } }
      @media (min-width: 1200px) {
        .sec_top_fv_list_btn .btn_demo {
          max-width: 230px;
          font-size: 1rem; } }
      .sec_top_fv_list_btn .btn_demo:hover {
        box-shadow: none;
        transform: translateY(4px); }

.content-list-function {
  padding-bottom: 3.75rem; }

.tab-function {
  margin: 1.9375rem 0; }
  .tab-function .nav-feature {
    justify-content: center; }
    .tab-function .nav-feature .nav-item {
      position: relative;
      background-color: #fff;
      color: #344246;
      text-align: center;
      box-shadow: 0 20px 20px rgba(0, 0, 0, 0.04);
      width: 50%; }
      .tab-function .nav-feature .nav-item:not(:last-child)::after {
        content: '';
        display: inline-block;
        height: calc(100% - 1.25rem);
        width: 1px;
        background-color: #344246;
        position: absolute;
        top: 50%;
        right: 0;
        z-index: 2;
        transform: translateY(-50%); }
      .tab-function .nav-feature .nav-item .nav-link {
        position: relative;
        display: inline-block;
        padding: 0.9375rem 1.3125rem; }
        .tab-function .nav-feature .nav-item .nav-link::before {
          content: '';
          display: inline-block;
          width: 0;
          height: 2px;
          background-color: #0075C1;
          position: absolute;
          bottom: 0.6875rem;
          left: 0;
          z-index: 3;
          transition: width .2s ease-in-out; }
        .tab-function .nav-feature .nav-item .nav-link.active {
          font-weight: bold; }
          .tab-function .nav-feature .nav-item .nav-link.active:before {
            width: 100%; }
      .tab-function .nav-feature .nav-item a {
        color: #344246;
        font-size: 0.875rem;
        line-height: 1.375rem; }
  .function-list-page .tab-function {
    margin: 0 0 5.625rem; }
  @media (min-width: 992px) {
    .tab-function {
      margin: 3.125rem 0 5rem; }
      .function-list-page .tab-function {
        margin: 0; }
      .tab-function .nav-feature {
        justify-content: center; }
        .tab-function .nav-feature .nav-item {
          padding: 0;
          width: auto; }
          .tab-function .nav-feature .nav-item:not(:last-child)::after {
            height: calc(100% - 1.875rem); }
          .tab-function .nav-feature .nav-item .nav-link {
            display: inline-block;
            padding: 0.9375rem 1.625rem 1.4375rem 1.625rem;
            margin: 0 2.6875rem; }
            .tab-function .nav-feature .nav-item .nav-link::before {
              bottom: 0.875rem; }
            .tab-function .nav-feature .nav-item .nav-link.active::before, .tab-function .nav-feature .nav-item .nav-link:hover::before {
              width: 100%; }
          .tab-function .nav-feature .nav-item a {
            color: #344246;
            padding: 0 0 0.5rem;
            font-size: 1rem; } }

.problem .content-wrap .title {
  font-size: 2.125rem;
  color: #0075C1;
  letter-spacing: 0.4375rem;
  margin-bottom: 4.0625rem;
  margin-bottom: 5.3125rem; }

.problem .content-wrap .content {
  letter-spacing: 0.3px; }

.problem .image-box {
  text-align: center;
  background: transparent;
  padding: 0; }
  .problem .image-box img {
    margin-bottom: 0.75rem; }
  .problem .image-box p {
    font-weight: bold; }

@media (min-width: 992px) {
  .problem .image-box {
    margin-top: 1.5625rem; }
    .problem .image-box.image-box-one {
      margin-left: 5.75rem;
      margin-top: 1.3125rem; }
      .problem .image-box.image-box-one img {
        margin-bottom: 1rem; }
    .problem .image-box.image-box-three {
      margin-right: 6.75rem; } }

@media (max-width: 992px) {
  .problem .content-wrap .title {
    font-size: 1.25rem;
    margin-bottom: 0.75rem; }
  .problem .image-box img {
    width: 72%; }
  .problem .image-box.image-box-one img {
    margin-bottom: 2.5rem; }
  .problem .image-box.image-box-two img {
    margin-bottom: 0;
    width: 66%; }
  .problem .image-box.image-box-three img {
    width: 61%;
    margin-bottom: 0.4375rem; }
  .problem .content {
    margin-top: 0.9375rem; } }

.heading-function {
  margin: 1rem 0 4rem;
  text-align: center; }
  .heading-function-intro {
    margin: 0;
    font-size: 0.875rem;
    letter-spacing: 0.025rem; }
  .heading-function .text-left {
    text-align: left; }
  @media (max-width: 768px) {
    .heading-function {
      margin: 2.5rem 0 3.25rem;
      text-align: left; } }
  @media (min-width: 992px) {
    .heading-function-intro {
      margin: 0;
      font-size: 1rem; } }

.mieruka .function-card .card-item {
  margin-bottom: 2.5rem;
  padding: 1.0625rem 0.875rem; }
  .mieruka .function-card .card-item a:focus {
    outline: 0;
    outline-offset: 0; }

.mieruka .function-card .card-img-top {
  max-height: 11.5rem; }

.mieruka .function-card .card-content {
  height: 7rem;
  padding: 0;
  margin-bottom: 0.3125rem;
  overflow: hidden; }

.mieruka .function-card .card-title {
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.125rem;
  margin-top: 0.1875rem; }

.mieruka .function-card .card-text {
  font-size: 0.8125rem;
  line-height: 1.3125rem; }

.mieruka .function-card .tag-label {
  padding: 0.125rem 0.5rem !important;
  font-size: 0.75rem; }

.mieruka .function-card .list-inline {
  margin: 0 -0.375rem;
  padding-left: 0.1875rem; }

.mieruka .function-card .list-inline-item {
  margin-right: 0.1875rem; }

@media (min-width: 992px) {
  .mieruka .function-card {
    padding: 0 2.125rem; }
    .mieruka .function-card .card-item {
      padding: 9.75rem 2.375rem 0;
      margin-bottom: 0; }
    .mieruka .function-card .card-content {
      min-height: 7.5rem;
      margin-bottom: 0.8125rem; }
    .mieruka .function-card .card-title {
      font-size: 1rem;
      text-align: left;
      margin-bottom: 0.9375rem;
      margin-top: 0; }
    .mieruka .function-card .card-text {
      font-size: 0.875rem;
      margin-top: 0.5rem; }
    .mieruka .function-card .tag-label {
      padding: 0.125rem 1.875rem;
      font-size: 0.875rem; }
    .mieruka .function-card .list-inline {
      margin: 0 -0.75rem;
      padding-left: 0.75rem; }
    .mieruka .function-card .list-inline-item {
      margin-right: 0.375rem; } }

body {
  background: #ffffff; }

.heading-feature {
  margin: -20px 0 0;
  text-align: center;
  background: url(/as/img/feature/sp/background/bg_fv.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 30px 0;
  position: relative; }
  @media (min-width: 430px) {
    .heading-feature {
      padding: 30px 0 40px; } }
  @media (min-width: 769px) {
    .heading-feature {
      margin: -145px 0 20px;
      padding: 140px 0 50px;
      background: url(/as/img/feature/pc/background/bg_fv.svg);
      background-size: cover;
      background-repeat: no-repeat; } }
  .heading-feature .strip {
    width: 100%;
    height: 1px;
    background: #ef9b29;
    background: linear-gradient(90deg, #ef9b29 50%, #0075c2 50%);
    position: absolute;
    bottom: 0; }
  .heading-feature h1 {
    margin: 0 0 20px 0;
    color: #0075C2;
    font-size: 1.875rem;
    letter-spacing: 0.025rem; }
    @media (min-width: 430px) {
      .heading-feature h1 {
        font-size: 2.125rem; } }
    @media (min-width: 500px) {
      .heading-feature h1 {
        font-size: 2.375rem;
        margin: 0 0 25px 0; } }
    @media (min-width: 769px) {
      .heading-feature h1 {
        font-size: 3.75rem;
        margin: 0 0 30px 0; } }
  .heading-feature-lead {
    margin: 0 0 5px 0;
    font-weight: bold;
    font-size: 0.875rem;
    letter-spacing: 0.025rem;
    color: #344246; }
    @media (min-width: 430px) {
      .heading-feature-lead {
        font-size: 1rem; } }
    @media (min-width: 500px) {
      .heading-feature-lead {
        font-size: 1.125rem; } }
    @media (min-width: 769px) {
      .heading-feature-lead {
        font-size: 1.875rem;
        margin: 0 0 10px 0; } }
  .heading-feature .btn-cta_org {
    width: 80%;
    height: 60px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    background: #EF9B29;
    box-shadow: 0 4px 0 0 #DD5500;
    border-radius: 5px;
    color: #ffffff;
    text-decoration: none;
    line-height: 1.2em;
    transition: .100s;
    position: relative;
    font-size: 18px;
    border: solid 1px #EF9B29; }
    @media (min-width: 769px) {
      .heading-feature .btn-cta_org {
        width: 300px; } }
    .heading-feature .btn-cta_org:hover {
      color: #fff;
      text-decoration: none;
      box-shadow: none;
      transform: translateY(4px); }
    .heading-feature .btn-cta_org:after {
      content: '';
      width: 12px;
      height: 12px;
      border: 0;
      border-top: solid 2px #fff;
      border-right: solid 2px #fff;
      position: absolute;
      top: 46%;
      right: 16px;
      margin-top: -3px;
      transform: rotate(45deg); }
    .heading-feature .btn-cta_org_sm {
      font-size: 14px; }
    .heading-feature .btn-cta_org_ssm {
      font-size: 12px; }
    .heading-feature .btn-cta_org_xsm {
      font-size: 11px; }

.section-feature-01 {
  padding: 30px 5% 20px;
  background: #fff; }
  @media (min-width: 769px) {
    .section-feature-01 {
      padding: 50px 5% 20px; } }
  .section-feature-01 .vPC {
    display: none; }
    @media (min-width: 769px) {
      .section-feature-01 .vPC {
        display: block; } }
  .section-feature-01 .vSP {
    display: block; }
    @media (min-width: 769px) {
      .section-feature-01 .vSP {
        display: none; } }
  .section-feature-01 img {
    width: 100%; }
  .section-feature-01-list {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    @media (min-width: 769px) {
      .section-feature-01-list {
        max-width: 1140px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: 50% 1fr;
        -moz-column-gap: 10px;
             column-gap: 10px; } }
    .section-feature-01-list h2 {
      margin: 0 0 25px 0;
      color: #344246;
      font-size: 1.25rem;
      letter-spacing: 0.025rem; }
      @media (min-width: 769px) {
        .section-feature-01-list h2 {
          margin: 0 0 15px 0; } }
      @media (min-width: 1090px) {
        .section-feature-01-list h2 {
          font-size: 1.75rem; } }
      @media (min-width: 1200px) {
        .section-feature-01-list h2 {
          font-size: 2rem; } }
  .section-feature-01 img {
    margin: 0 auto 20px; }
  .section-feature-01 .lead {
    font-size: 0.875rem;
    letter-spacing: 0.025rem;
    color: #344246; }
    @media (min-width: 769px) {
      .section-feature-01 .lead {
        font-size: 0.8125rem;
        margin: 0 0 10px; } }
    @media (min-width: 1200px) {
      .section-feature-01 .lead {
        font-size: 1rem;
        margin: 0 0 20px; } }
  .section-feature-01 .caption {
    font-size: 0.75rem;
    letter-spacing: 0.025rem;
    color: #344246; }

.section-feature-02 {
  padding: 40px 5% 50px;
  background: url(/as/img/feature/pc/background/bg_voice.svg), #3681CC;
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: top 30px center;
  text-align: center; }
  @media (min-width: 769px) {
    .section-feature-02 {
      text-align: left;
      padding: 130px 5% 70px;
      margin-top: -70px;
      background-size: 25%;
      background-position: top 20px right 5%; } }
  @media (min-width: 1090px) {
    .section-feature-02 {
      padding: 160px 5% 90px;
      margin-top: -130px; } }
  @media (min-width: 1340px) {
    .section-feature-02 {
      padding: 190px 5% 90px;
      margin-top: -150px; } }
  .section-feature-02 .vPC {
    display: none; }
    @media (min-width: 769px) {
      .section-feature-02 .vPC {
        display: block; } }
  .section-feature-02 .vSP {
    display: block; }
    @media (min-width: 769px) {
      .section-feature-02 .vSP {
        display: none; } }
  .section-feature-02 img {
    width: 100%; }
  .section-feature-02-list {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    @media (min-width: 769px) {
      .section-feature-02-list {
        max-width: 1140px;
        margin: 0 auto;
        display: flex;
        flex-direction: row-reverse;
        -moz-column-gap: 4%;
             column-gap: 4%; } }
    @media (min-width: 769px) {
      .section-feature-02-list li {
        width: 48%; } }
    @media (min-width: 1090px) {
      .section-feature-02-list li img {
        margin-top: -70px; } }
    @media (min-width: 1340px) {
      .section-feature-02-list li img {
        margin-top: -90px; } }
    .section-feature-02-list h2 {
      margin: 0 0 15px 0;
      color: #ffffff;
      font-size: 1.25rem;
      letter-spacing: 0.025rem; }
      @media (min-width: 769px) {
        .section-feature-02-list h2 {
          font-size: 1.5rem; } }
      @media (min-width: 1090px) {
        .section-feature-02-list h2 {
          font-size: 2rem;
          margin: 0 0 30px 0; } }
    .section-feature-02-list img {
      margin: 0 auto 30px; }
    .section-feature-02-list .lead {
      font-size: 0.875rem;
      letter-spacing: 0.025rem;
      color: #ffffff;
      margin: 0 0 20px 0; }
      @media (min-width: 769px) {
        .section-feature-02-list .lead {
          font-size: 1rem;
          margin: 0 0 30px 0; } }
    .section-feature-02-list .btn-cta_clear {
      width: 98%;
      height: 60px;
      margin: auto;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 5px;
      box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.2);
      border-radius: 5px;
      color: #ffffff;
      text-decoration: none;
      line-height: 1.2em;
      transition: .100s;
      position: relative;
      font-size: 14px;
      border: solid 1px #ffffff; }
      .section-feature-02-list .btn-cta_clear:hover {
        color: #fff;
        text-decoration: none;
        box-shadow: none;
        transform: translateY(4px); }
      .section-feature-02-list .btn-cta_clear:after {
        content: '';
        width: 8px;
        height: 8px;
        border: 0;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        position: absolute;
        top: 48%;
        right: 16px;
        margin-top: -3px;
        transform: rotate(45deg); }

.section-feature-03 {
  padding: 40px 5% 30px;
  background: url(/as/img/feature/sp/background/bg_object_r.png), #ffffff;
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: top 30px right; }
  @media (min-width: 769px) {
    .section-feature-03 {
      padding: 70px 5% 0;
      background: url(/as/img/feature/pc/background/bg_object_r.png), #ffffff;
      background-size: 50%;
      background-repeat: no-repeat;
      background-position: top 80px right; } }
  @media (min-width: 1260px) {
    .section-feature-03 {
      background-size: 40%; } }
  .section-feature-03 .vPC {
    display: none; }
    @media (min-width: 769px) {
      .section-feature-03 .vPC {
        display: block; } }
  .section-feature-03 .vSP {
    display: block; }
    @media (min-width: 769px) {
      .section-feature-03 .vSP {
        display: none; } }
  .section-feature-03 .caption {
    color: #EF9B29;
    font-size: 0.9375rem;
    letter-spacing: 0.025rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px; }
    @media (min-width: 769px) {
      .section-feature-03 .caption {
        font-size: 1.25rem; } }
  .section-feature-03 h2 {
    margin: 0 0 30px 0;
    color: #344246;
    font-size: 1.875rem;
    letter-spacing: 0.025rem;
    text-align: center; }
    @media (min-width: 769px) {
      .section-feature-03 h2 {
        font-size: 2.5rem;
        margin-bottom: 40px; } }
  .section-feature-03 img {
    width: 100%; }
  .section-feature-03-list-01, .section-feature-03-list-02 {
    list-style-type: none;
    margin: 0;
    padding: 5%;
    background: #F8F8F8; }
    @media (min-width: 769px) {
      .section-feature-03-list-01, .section-feature-03-list-02 {
        max-width: 1140px;
        margin: 0 auto;
        padding: 35px; } }
    .section-feature-03-list-01 h3, .section-feature-03-list-02 h3 {
      margin: 0 0 15px 0;
      color: #3681CC;
      font-size: 1.25rem;
      letter-spacing: 0.025rem; }
      @media (min-width: 800px) {
        .section-feature-03-list-01 h3, .section-feature-03-list-02 h3 {
          font-size: 1.5rem; } }
    .section-feature-03-list-01 img, .section-feature-03-list-02 img {
      margin: 0 auto 30px; }
      @media (min-width: 769px) {
        .section-feature-03-list-01 img, .section-feature-03-list-02 img {
          margin: 0; } }
    .section-feature-03-list-01 .lead, .section-feature-03-list-02 .lead {
      font-size: 0.875rem;
      letter-spacing: 0.025rem;
      color: #344246;
      margin: 0 0 20px 0; }
      @media (min-width: 769px) {
        .section-feature-03-list-01 .lead, .section-feature-03-list-02 .lead {
          font-size: 1rem; } }
    .section-feature-03-list-01 .btn-cta_blu, .section-feature-03-list-02 .btn-cta_blu {
      width: 98%;
      height: 60px;
      margin: auto;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 5px;
      background: #3681CC;
      box-shadow: 0 4px 0 0 #0556a7;
      border-radius: 5px;
      color: #ffffff;
      text-decoration: none;
      line-height: 1.2em;
      transition: .100s;
      position: relative;
      font-size: 0.875rem; }
      @media (min-width: 769px) {
        .section-feature-03-list-01 .btn-cta_blu, .section-feature-03-list-02 .btn-cta_blu {
          width: 320px;
          height: 40px;
          margin: initial;
          font-size: 1rem; } }
      .section-feature-03-list-01 .btn-cta_blu:hover, .section-feature-03-list-02 .btn-cta_blu:hover {
        color: #fff;
        text-decoration: none;
        box-shadow: none;
        transform: translateY(4px); }
      .section-feature-03-list-01 .btn-cta_blu:after, .section-feature-03-list-02 .btn-cta_blu:after {
        content: '';
        width: 8px;
        height: 8px;
        border: 0;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        position: absolute;
        top: 48%;
        right: 16px;
        margin-top: -3px;
        transform: rotate(45deg); }
  .section-feature-03-list-01 {
    margin-bottom: 30px; }
    @media (min-width: 769px) {
      .section-feature-03-list-01 {
        display: grid;
        grid-template-columns: 40% 1fr;
        -moz-column-gap: 5%;
             column-gap: 5%;
        margin-bottom: 70px;
        border-radius: 0 20px 20px 0; } }
  @media (min-width: 769px) {
    .section-feature-03-list-02 {
      display: flex;
      flex-direction: row-reverse;
      -moz-column-gap: 5%;
           column-gap: 5%;
      margin-bottom: 70px;
      border-radius: 20px 0 0 20px; } }
  @media (min-width: 769px) {
    .section-feature-03-list-02 li:first-child {
      width: 40%; } }
  @media (min-width: 769px) {
    .section-feature-03-list-02 li:last-child {
      width: 60%; } }

.section-feature-04 {
  padding: 0 5% 50px;
  background: url(/as/img/feature/sp/background/bg_object_l.png), #ffffff;
  background-size: 28%;
  background-repeat: no-repeat;
  background-position: bottom 200px left; }
  @media (min-width: 769px) {
    .section-feature-04 {
      background: url(/as/img/feature/pc/background/bg_object_l.png), #ffffff;
      background-size: 45%;
      background-repeat: no-repeat;
      background-position: bottom 250px left; } }
  @media (min-width: 1260px) {
    .section-feature-04 {
      background-size: 35%;
      background-position: bottom 200px left; } }
  .section-feature-04 .vPC {
    display: none; }
    @media (min-width: 769px) {
      .section-feature-04 .vPC {
        display: block; } }
  .section-feature-04 .vSP {
    display: block; }
    @media (min-width: 769px) {
      .section-feature-04 .vSP {
        display: none; } }
  .section-feature-04 img {
    width: 100%; }
  .section-feature-04-list-01, .section-feature-04-list-02, .section-feature-04-list-03 {
    list-style-type: none;
    margin: 0;
    padding: 5%;
    background: #F8F8F8; }
    @media (min-width: 769px) {
      .section-feature-04-list-01, .section-feature-04-list-02, .section-feature-04-list-03 {
        max-width: 1140px;
        margin: 0 auto;
        padding: 35px; } }
    .section-feature-04-list-01 h3, .section-feature-04-list-02 h3, .section-feature-04-list-03 h3 {
      margin: 0 0 15px 0;
      color: #3681CC;
      font-size: 1.25rem;
      letter-spacing: 0.025rem; }
      @media (min-width: 800px) {
        .section-feature-04-list-01 h3, .section-feature-04-list-02 h3, .section-feature-04-list-03 h3 {
          font-size: 1.5rem; } }
    .section-feature-04-list-01 img, .section-feature-04-list-02 img, .section-feature-04-list-03 img {
      margin: 0 auto 30px; }
      @media (min-width: 769px) {
        .section-feature-04-list-01 img, .section-feature-04-list-02 img, .section-feature-04-list-03 img {
          margin: 0; } }
    .section-feature-04-list-01 .lead, .section-feature-04-list-02 .lead, .section-feature-04-list-03 .lead {
      font-size: 0.875rem;
      letter-spacing: 0.025rem;
      color: #344246;
      margin: 0 0 20px 0; }
      @media (min-width: 769px) {
        .section-feature-04-list-01 .lead, .section-feature-04-list-02 .lead, .section-feature-04-list-03 .lead {
          font-size: 1rem; } }
    .section-feature-04-list-01 .btn-cta_blu, .section-feature-04-list-02 .btn-cta_blu, .section-feature-04-list-03 .btn-cta_blu {
      width: 98%;
      height: 60px;
      margin: auto;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 5px;
      background: #3681CC;
      box-shadow: 0 4px 0 0 #0556a7;
      border-radius: 5px;
      color: #ffffff;
      text-decoration: none;
      line-height: 1.2em;
      transition: .100s;
      position: relative;
      font-size: 0.875rem; }
      @media (min-width: 769px) {
        .section-feature-04-list-01 .btn-cta_blu, .section-feature-04-list-02 .btn-cta_blu, .section-feature-04-list-03 .btn-cta_blu {
          width: 320px;
          height: 40px;
          margin: initial;
          font-size: 1rem; } }
      .section-feature-04-list-01 .btn-cta_blu:hover, .section-feature-04-list-02 .btn-cta_blu:hover, .section-feature-04-list-03 .btn-cta_blu:hover {
        color: #fff;
        text-decoration: none;
        box-shadow: none;
        transform: translateY(4px); }
      .section-feature-04-list-01 .btn-cta_blu:after, .section-feature-04-list-02 .btn-cta_blu:after, .section-feature-04-list-03 .btn-cta_blu:after {
        content: '';
        width: 8px;
        height: 8px;
        border: 0;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        position: absolute;
        top: 48%;
        right: 16px;
        margin-top: -3px;
        transform: rotate(45deg); }
  .section-feature-04-list-01 {
    margin-bottom: 30px; }
    @media (min-width: 769px) {
      .section-feature-04-list-01 {
        display: grid;
        grid-template-columns: 40% 1fr;
        -moz-column-gap: 5%;
             column-gap: 5%;
        margin-bottom: 70px;
        border-radius: 0 20px 20px 0; } }
  .section-feature-04-list-02 {
    margin-bottom: 30px; }
    @media (min-width: 769px) {
      .section-feature-04-list-02 {
        display: flex;
        flex-direction: row-reverse;
        -moz-column-gap: 5%;
             column-gap: 5%;
        margin-bottom: 70px;
        border-radius: 20px 0 0 20px; } }
    @media (min-width: 769px) {
      .section-feature-04-list-02 li:first-child {
        width: 40%; } }
    @media (min-width: 769px) {
      .section-feature-04-list-02 li:last-child {
        width: 60%; } }
  @media (min-width: 769px) {
    .section-feature-04-list-03 {
      display: grid;
      grid-template-columns: 45% 1fr;
      -moz-column-gap: 5%;
           column-gap: 5%;
      margin-bottom: 70px;
      border-radius: 0 20px 20px 0; } }

.section-feature-point {
  padding: 40px 0 50px 5%;
  background: #eaf1f6;
  background: linear-gradient(180deg, #eaf1f6 44%, white 44%); }
  @media (min-width: 769px) {
    .section-feature-point {
      padding: 80px 0 70px; } }
  .section-feature-point .vPC {
    display: none; }
    @media (min-width: 769px) {
      .section-feature-point .vPC {
        display: block; } }
  .section-feature-point .vSP {
    display: block; }
    @media (min-width: 769px) {
      .section-feature-point .vSP {
        display: none; } }
  .section-feature-point .vMD {
    display: block; }
    @media (min-width: 1016px) {
      .section-feature-point .vMD {
        display: none; } }
  .section-feature-point .caption {
    color: #EF9B29;
    font-size: 0.9375rem;
    letter-spacing: 0.025rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px; }
    @media (min-width: 769px) {
      .section-feature-point .caption {
        font-size: 1.25rem; } }
  .section-feature-point h2 {
    margin: 0 0 30px 0;
    color: #344246;
    font-size: 1.875rem;
    letter-spacing: 0.025rem;
    text-align: center; }
    @media (min-width: 769px) {
      .section-feature-point h2 {
        font-size: 2.5rem;
        margin-bottom: 20px; } }
  .section-feature-point .lead {
    font-size: 0.875rem;
    letter-spacing: 0.025rem;
    color: #344246;
    margin: 0 0 20px 0;
    text-align: center; }
    @media (min-width: 769px) {
      .section-feature-point .lead {
        font-size: 1rem;
        margin: 0 0 50px 0; } }
  .section-feature-point .script {
    font-size: 0.625rem;
    letter-spacing: 0.025rem;
    color: #344246;
    margin: 0 0 5px 0; }
  .section-feature-point .script_b {
    font-size: 0.75rem;
    letter-spacing: 0.025rem;
    color: #344246;
    margin: 0 0 20px 0; }
    @media (min-width: 769px) {
      .section-feature-point .script_b {
        text-align: right;
        margin: 0; } }
  .section-feature-point .table-scroll {
    overflow-x: scroll;
    margin-bottom: 10px;
    background: #fff;
    padding: 10px 10px 0 10px; }
    @media (min-width: 769px) {
      .section-feature-point .table-scroll {
        max-width: 1140px;
        margin: 0 auto;
        overflow-x: initial;
        padding: 25px; } }
  .section-feature-point-table {
    width: 100%;
    white-space: nowrap;
    border-collapse: separate;
    border-spacing: 5px;
    margin-bottom: 10px; }
    .section-feature-point-table td {
      line-height: 1.2em;
      text-align: center;
      padding: 10px 7px; }
      @media (min-width: 769px) {
        .section-feature-point-table td {
          padding: 20px; } }
      .section-feature-point-table td .img_l {
        width: 46px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1; }
      .section-feature-point-table td .img_m {
        width: 42px; }
      .section-feature-point-table td .img_s {
        width: 32px; }
    .section-feature-point-table .bg_gray {
      background: #676767;
      color: #fff; }
    .section-feature-point-table .bg_lightgray {
      background: #AAAAAA;
      color: #fff; }
    .section-feature-point-table .bg_palegray {
      background: #EEEEEE;
      color: #344246; }
    .section-feature-point-table .bg_blu {
      background: #3681CC;
      color: #fff; }
    .section-feature-point-table .bg_lightblu {
      background: url(/as/img/feature/pc/icon/icon_polygon_blu.svg), #F4FBFD;
      background-size: 6%;
      background-repeat: no-repeat;
      background-position: bottom 5px right 5px;
      color: #3681CC;
      position: relative;
      z-index: 0; }
      .section-feature-point-table .bg_lightblu span {
        position: relative;
        z-index: 2; }
      @media (min-width: 769px) {
        .section-feature-point-table .bg_lightblu {
          background-size: 3%; } }
    .section-feature-point-table .bg_lightorg {
      background: #FFFBF5;
      color: #FFE4C0; }
    .section-feature-point-table .txt_12 {
      font-size: 0.75rem;
      letter-spacing: 0.025rem; }
      @media (min-width: 769px) {
        .section-feature-point-table .txt_12 {
          font-size: 0.9375rem; } }
    .section-feature-point-table .txt_12a {
      font-size: 0.75rem;
      letter-spacing: 0.025rem; }
      @media (min-width: 769px) {
        .section-feature-point-table .txt_12a {
          font-size: 1.125rem; } }
    .section-feature-point-table .txt_14 {
      font-size: 0.875rem;
      letter-spacing: 0.025rem; }
      @media (min-width: 769px) {
        .section-feature-point-table .txt_14 {
          font-size: 1.25rem; } }
  .section-feature-point img {
    width: 100%; }
  .section-feature-point .btn-cta_org {
    width: 80%;
    height: 60px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    background: #EF9B29;
    box-shadow: 0 4px 0 0 #DD5500;
    border-radius: 5px;
    color: #ffffff;
    text-decoration: none;
    line-height: 1.2em;
    transition: .100s;
    position: relative;
    font-size: 1.125rem;
    border: solid 1px #EF9B29; }
    @media (min-width: 769px) {
      .section-feature-point .btn-cta_org {
        width: 300px; } }
    .section-feature-point .btn-cta_org:hover {
      color: #fff;
      text-decoration: none;
      box-shadow: none;
      transform: translateY(4px); }
    .section-feature-point .btn-cta_org:after {
      content: '';
      width: 12px;
      height: 12px;
      border: 0;
      border-top: solid 2px #fff;
      border-right: solid 2px #fff;
      position: absolute;
      top: 46%;
      right: 16px;
      margin-top: -3px;
      transform: rotate(45deg); }
    .section-feature-point .btn-cta_org_sm {
      font-size: 14px; }
    .section-feature-point .btn-cta_org_ssm {
      font-size: 12px; }
    .section-feature-point .btn-cta_org_xsm {
      font-size: 11px; }

.section-feature-support {
  padding: 40px 5% 30px;
  background: #F8F8F8; }
  @media (min-width: 769px) {
    .section-feature-support {
      padding: 70px 5%; } }
  .section-feature-support .vPC {
    display: none; }
    @media (min-width: 769px) {
      .section-feature-support .vPC {
        display: block; } }
  .section-feature-support .vSP {
    display: block; }
    @media (min-width: 769px) {
      .section-feature-support .vSP {
        display: none; } }
  .section-feature-support .caption {
    color: #EF9B29;
    font-size: 0.9375rem;
    letter-spacing: 0.025rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px; }
    @media (min-width: 769px) {
      .section-feature-support .caption {
        font-size: 1.25rem; } }
  .section-feature-support h2 {
    margin: 0 0 30px 0;
    color: #344246;
    font-size: 1.875rem;
    letter-spacing: 0.025rem;
    text-align: center; }
    @media (min-width: 769px) {
      .section-feature-support h2 {
        font-size: 2.5rem;
        margin-bottom: 50px; } }
  .section-feature-support-list-01 {
    list-style-type: none;
    margin: 0 0 30px 0;
    padding: 0; }
    @media (min-width: 769px) {
      .section-feature-support-list-01 {
        max-width: 1140px;
        margin: 0 auto 30px;
        display: grid;
        grid-template-columns: 48% 48%;
        -moz-column-gap: 4%;
             column-gap: 4%;
        row-gap: 40px; } }
    .section-feature-support-list-01 li {
      background: #ffffff;
      margin-bottom: 20px;
      padding-bottom: 5px; }
      @media (min-width: 769px) {
        .section-feature-support-list-01 li {
          margin-bottom: 0; } }
      .section-feature-support-list-01 li img {
        max-width: 100%;
        position: relative;
        z-index: 0; }
      .section-feature-support-list-01 li .catch {
        font-size: 1.25rem;
        letter-spacing: 0.025rem;
        color: #fff;
        border-radius: 50px;
        background: #3681CC;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        padding: 5px 40px;
        font-weight: bold;
        margin: -22px auto 20px;
        position: relative;
        z-index: 1; }
        @media (min-width: 769px) {
          .section-feature-support-list-01 li .catch {
            font-size: 1.75rem;
            margin: -27px auto 20px; } }
      .section-feature-support-list-01 li h3 {
        margin: 0 0 15px 0;
        color: #3681CC;
        font-size: 1.25rem;
        letter-spacing: 0.025rem;
        padding: 0 5%; }
        @media (min-width: 769px) {
          .section-feature-support-list-01 li h3 {
            font-size: 1.5rem;
            text-align: center; } }
      .section-feature-support-list-01 li .lead {
        font-size: 0.875rem;
        letter-spacing: 0.025rem;
        color: #344246;
        margin: 0 0 20px 0;
        padding: 0 5%; }
        @media (min-width: 769px) {
          .section-feature-support-list-01 li .lead {
            font-size: 1rem; } }

.section-feature-slide {
  padding: 30px 0;
  background: #3681cc;
  background: linear-gradient(180deg, #3681cc 67%, white 67%);
  /* slick-theme */
  /* Icons */
  /* Arrows */
  /* Dots */
  /* new */
  /* Slide_each */ }
  @media (min-width: 414px) {
    .section-feature-slide {
      background: linear-gradient(180deg, #3681cc 66%, white 66%); } }
  @media (min-width: 670px) {
    .section-feature-slide {
      background: linear-gradient(180deg, #3681cc 65%, white 65%); } }
  @media (min-width: 769px) {
    .section-feature-slide {
      padding: 70px 0 40px;
      background: linear-gradient(180deg, #3681cc 50%, white 50%); } }
  .section-feature-slide .vPC {
    display: none; }
    @media (min-width: 769px) {
      .section-feature-slide .vPC {
        display: block; } }
  .section-feature-slide .vSP {
    display: block; }
    @media (min-width: 769px) {
      .section-feature-slide .vSP {
        display: none; } }
  .section-feature-slide .caption {
    color: #EF9B29;
    font-size: 0.9375rem;
    letter-spacing: 0.025rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px; }
  .section-feature-slide h2 {
    margin: 0 0 20px 0;
    color: #ffffff;
    font-size: 1.875rem;
    letter-spacing: 0.025rem;
    text-align: center; }
    @media (min-width: 769px) {
      .section-feature-slide h2 {
        font-size: 2.5rem;
        margin-bottom: 40px; } }
  .section-feature-slide img {
    width: 100%;
    margin-bottom: 10px; }
  .section-feature-slide .p_title {
    font-size: 1rem;
    letter-spacing: 0.025rem;
    font-weight: bold;
    color: #344246; }
    @media (min-width: 769px) {
      .section-feature-slide .p_title {
        font-size: 1.5rem;
        margin-top: 20px; } }
  .section-feature-slide .slide-item {
    position: relative;
    width: 100%;
    padding-top: 56.25%; }
  .section-feature-slide .slide-item iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%; }
  .section-feature-slide .row_slide {
    margin: 0 0 20px; }
  .section-feature-slide .content-center-slide {
    width: 100%;
    text-align: center; }
  .section-feature-slide .margin-RL {
    padding: 5px;
    margin: 0 2%;
    transition: 0.5s; }
  .section-feature-slide .slick-loading .slick-list {
    background: #fff url("./ajax-loader.gif") center center no-repeat; }

@font-face {
  .section-feature-slide {
    font-family: "slick";
    src: url("./fonts/slick.eot");
    src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal; } }
  .section-feature-slide .slick-prev,
  .section-feature-slide .slick-next {
    position: absolute;
    display: block;
    height: 40px;
    width: 40px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 40%;
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none; }
    @media (min-width: 550px) {
      .section-feature-slide .slick-prev,
      .section-feature-slide .slick-next {
        height: 50px;
        width: 50px; } }
  .section-feature-slide .slick-prev:hover,
  .section-feature-slide .slick-prev:focus,
  .section-feature-slide .slick-next:hover,
  .section-feature-slide .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
  .section-feature-slide .slick-prev:hover:before,
  .section-feature-slide .slick-prev:focus:before,
  .section-feature-slide .slick-next:hover:before,
  .section-feature-slide .slick-next:focus:before {
    opacity: 1; }
  .section-feature-slide .slick-prev.slick-disabled:before,
  .section-feature-slide .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .section-feature-slide .slick-prev:before,
  .section-feature-slide .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .section-feature-slide .slick-next {
    right: 6.6% !important; }
    @media (min-width: 500px) {
      .section-feature-slide .slick-next {
        right: 7.4% !important; } }
    @media (min-width: 670px) {
      .section-feature-slide .slick-next {
        right: 7.8% !important; } }
    @media (min-width: 740px) {
      .section-feature-slide .slick-next {
        right: 8.2% !important; } }
  .section-feature-slide .slick-prev {
    left: 6.6% !important;
    z-index: 1000; }
    @media (min-width: 500px) {
      .section-feature-slide .slick-prev {
        left: 7.4% !important; } }
    @media (min-width: 670px) {
      .section-feature-slide .slick-prev {
        left: 7.8% !important; } }
    @media (min-width: 740px) {
      .section-feature-slide .slick-prev {
        left: 8.2% !important; } }
  .section-feature-slide [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .section-feature-slide .slick-prev:before {
    content: "←"; }
  .section-feature-slide [dir="rtl"] .slick-prev:before {
    content: "→"; }
  .section-feature-slide [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .section-feature-slide .slick-next:before {
    content: "→"; }
  .section-feature-slide [dir="rtl"] .slick-next:before {
    content: "←"; }
  .section-feature-slide .slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%; }
  .section-feature-slide .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    padding: 0;
    cursor: pointer; }
  .section-feature-slide .slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer; }
  .section-feature-slide .slick-dots li button:hover,
  .section-feature-slide .slick-dots li button:focus {
    outline: none; }
  .section-feature-slide .slick-dots li button:hover:before,
  .section-feature-slide .slick-dots li button:focus:before {
    opacity: 1; }
  @media screen and (max-width: 428px) {
    .section-feature-slide .slick-dots li button:before {
      line-height: 20px; } }
  .section-feature-slide .slick-arrow:before {
    content: "" !important;
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0; }
  .section-feature-slide .slick-next:before {
    background: url(/as/img/feature/pc/btn/slide_arrow_r.svg) !important;
    background-size: contain !important; }
  .section-feature-slide .slick-prev:before {
    background: url(/as/img/feature/pc/btn/slide_arrow_l.svg) !important;
    background-size: contain !important; }
  .section-feature-slide .slick-arrow {
    z-index: 2 !important; }
  .section-feature-slide .slick-next:hover:before {
    background: url(/as/img/feature/pc/btn/slide_arrow_r.svg) !important;
    background-size: contain !important; }
  .section-feature-slide .slick-prev:hover:before {
    background: url(/as/img/feature/pc/btn/slide_arrow_l.svg) !important;
    background-size: contain !important; }
  .section-feature-slide .slick-next:before,
  .section-feature-slide .slick-prev:before {
    opacity: 1; }
  .section-feature-slide .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent; }
  .section-feature-slide .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0; }
  .section-feature-slide .slick-list:focus {
    outline: none; }
  .section-feature-slide .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }
  .section-feature-slide .slick-slider .slick-track,
  .section-feature-slide .slick-slider .slick-list {
    transform: translate3d(0, 0, 0); }
  .section-feature-slide .slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .section-feature-slide .slick-track:before,
  .section-feature-slide .slick-track:after {
    content: "";
    display: table; }
  .section-feature-slide .slick-track:after {
    clear: both; }
  .section-feature-slide .slick-loading .slick-track {
    visibility: hidden; }
  .section-feature-slide .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none; }
  .section-feature-slide [dir="rtl"] .slick-slide {
    float: right; }
  .section-feature-slide .slick-slide img {
    display: block; }
  .section-feature-slide .slick-slide.slick-loading img {
    display: none; }
  .section-feature-slide .slick-slide.dragging img {
    pointer-events: none; }
  .section-feature-slide .slick-initialized .slick-slide {
    display: block; }
  .section-feature-slide .slick-loading .slick-slide {
    visibility: hidden; }
  .section-feature-slide .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }
  .section-feature-slide .slick-arrow.slick-hidden {
    display: none; }

/************************
  slick 2023
************************/
.thumbnail {
  max-width: 1140px;
  width: 100%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5px; }

.thumbnail .slick-track {
  transform: unset !important; }

.thumbnail1-img1,
.thumbnail1-img2,
.thumbnail1-img3 {
  height: 60px !important;
  cursor: pointer;
  margin-right: 1% !important;
  background-size: contain !important; }

.thumbnail1-img4 {
  height: 60px !important;
  cursor: pointer;
  background-size: contain !important; }

.thumbnail1-img1 {
  background: url("/as/img/feature/pc/btn/btn_01.svg") no-repeat;
  background-position: center; }

.thumbnail1-img1.slick-current {
  background: url("/as/img/feature/pc/btn/btn_01_active.svg") no-repeat;
  background-position: center; }

.thumbnail1-img2 {
  background: url("/as/img/feature/pc/btn/btn_02.svg") no-repeat;
  background-position: center; }

.thumbnail1-img2.slick-current {
  background: url("/as/img/feature/pc/btn/btn_02_active.svg") no-repeat;
  background-position: center; }

.thumbnail1-img3 {
  background: url("/as/img/feature/pc/btn/btn_03.svg") no-repeat;
  background-position: center; }

.thumbnail1-img3.slick-current {
  background: url("/as/img/feature/pc/btn/btn_03_active.svg") no-repeat;
  background-position: center; }

.thumbnail1-img4 {
  background: url("/as/img/feature/pc/btn/btn_04.svg") no-repeat;
  background-position: center; }

.thumbnail1-img4.slick-current {
  background: url("/as/img/feature/pc/btn/btn_04_active.svg") no-repeat;
  background-position: center; }

@media (max-width: 769px) {
  .thumbnail {
    margin-bottom: 20px;
    padding-left: 4.5%; }
  .thumbnail1-img1,
  .thumbnail1-img3 {
    width: calc(94% / 2) !important;
    height: 13vw !important;
    margin-right: 1% !important;
    background-size: contain !important; }
  .thumbnail1-img2,
  .thumbnail1-img4 {
    width: calc(94% / 2) !important;
    height: 13vw !important;
    background-size: contain !important; }
  .thumbnail1-img1 {
    background: url("/as/img/feature/sp/btn/btn_01.svg") no-repeat;
    background-position: center; }
  .thumbnail1-img1.slick-current {
    background: url("/as/img/feature/sp/btn/btn_01_active.svg") no-repeat;
    background-position: center; }
  .thumbnail1-img2 {
    background: url("/as/img/feature/sp/btn/btn_02.svg") no-repeat;
    background-position: center; }
  .thumbnail1-img2.slick-current {
    background: url("/as/img/feature/sp/btn/btn_02_active.svg") no-repeat;
    background-position: center; }
  .thumbnail1-img3 {
    background: url("/as/img/feature/sp/btn/btn_03.svg") no-repeat;
    background-position: center; }
  .thumbnail1-img3.slick-current {
    background: url("/as/img/feature/sp/btn/btn_03_active.svg") no-repeat;
    background-position: center; }
  .thumbnail1-img4 {
    background: url("/as/img/feature/sp/btn/btn_04.svg") no-repeat;
    background-position: center; }
  .thumbnail1-img4.slick-current {
    background: url("/as/img/feature/sp/btn/btn_04_active.svg") no-repeat;
    background-position: center; } }

@media screen and (max-width: 749px) {
  .thumbnail1-img1,
  .thumbnail1-img1.slick-current,
  .thumbnail1-img2,
  .thumbnail1-img2.slick-current,
  .thumbnail1-img3,
  .thumbnail1-img3.slick-current {
    background-size: 96%; } }

.section-feature-inquiry {
  padding: 40px 5% 30px;
  background: #EAF1F6; }
  @media (min-width: 769px) {
    .section-feature-inquiry {
      padding: 0 5% 100px;
      background: #ffffff; } }
  @media (min-width: 769px) {
    .section-feature-inquiry .content {
      max-width: 1140px;
      margin: auto;
      padding: 60px;
      border-radius: 20px;
      background: #EAF1F6; } }
  .section-feature-inquiry h2 {
    margin: 0 0 30px 0;
    color: #344246;
    font-size: 1.875rem;
    letter-spacing: 0.025rem;
    text-align: center; }
    @media (min-width: 769px) {
      .section-feature-inquiry h2 {
        font-size: 2.5rem;
        margin: 0 0 40px 0; } }
  .section-feature-inquiry img {
    width: 100%; }
  .section-feature-inquiry ul {
    width: 100%;
    padding: 0; }
  .section-feature-inquiry li {
    list-style: none;
    margin-bottom: 15px;
    background: #fff;
    border-radius: 10px;
    padding: 20px 10px; }
    @media (min-width: 769px) {
      .section-feature-inquiry li {
        padding: 20px 10px 10px; } }
  .section-feature-inquiry ul ul {
    height: 0;
    padding: 0;
    overflow: hidden;
    transition: .5s;
    margin: 0; }
  .section-feature-inquiry ul li li {
    color: #344246;
    padding: 10px 20px 0 50px;
    font-size: 0.875rem;
    position: relative; }
    @media (min-width: 769px) {
      .section-feature-inquiry ul li li {
        font-size: 1rem; } }
    .section-feature-inquiry ul li li span img {
      width: 30px;
      position: absolute;
      top: 8px;
      left: 10px; }
  .section-feature-inquiry button {
    position: relative;
    border: none;
    width: 100%;
    background: inherit;
    color: #3681CC;
    cursor: pointer;
    text-align: left;
    font-weight: bold;
    padding: 0 30px 5px 50px;
    font-size: 1rem;
    outline: none;
    position: relative;
    border-radius: 10px;
    margin-bottom: 5px; }
    @media (min-width: 769px) {
      .section-feature-inquiry button {
        font-size: 1.25rem;
        padding: 0 30px 0 50px; } }
    .section-feature-inquiry button span img {
      width: 30px;
      position: absolute;
      top: -2px;
      left: 10px; }
  .section-feature-inquiry button::before,
  .section-feature-inquiry button::after {
    content: "";
    position: absolute;
    top: 8px;
    width: 1.5px;
    height: 12px;
    background: #EF9B29;
    transition: .5s; }
  .section-feature-inquiry button::before {
    transform: rotate(-90deg);
    right: 20px; }
  .section-feature-inquiry button::after {
    transform: rotate(180deg);
    right: 20px; }
  .section-feature-inquiry li.active button::before {
    transform: rotate(-90deg);
    transition: .5s; }
  .section-feature-inquiry li.active button::after {
    transform: rotate(90deg);
    transition: .5s; }
  .section-feature-inquiry ul.active {
    overflow-y: auto; }

.section-feature-cta {
  padding: 50px 5%;
  margin-bottom: -25px;
  background: #0164a4; }
  @media (min-width: 769px) {
    .section-feature-cta {
      padding: 90px 5% 80px;
      margin-bottom: -50px; } }
  .section-feature-cta .vPC {
    display: none; }
    @media (min-width: 769px) {
      .section-feature-cta .vPC {
        display: block; } }
  .section-feature-cta .vSP {
    display: block; }
    @media (min-width: 769px) {
      .section-feature-cta .vSP {
        display: none; } }
  .section-feature-cta h2 {
    margin: 0 0 20px 0;
    color: #344246;
    font-size: 1.875rem;
    letter-spacing: 0.025rem;
    text-align: center; }
    @media (min-width: 769px) {
      .section-feature-cta h2 {
        font-size: 1.875rem;
        text-align: left; } }
    .section-feature-cta h2 .txt_org {
      color: #ef9b2a; }
    .section-feature-cta h2 .txt_blu {
      color: #0075c2; }
  .section-feature-cta img {
    width: 100%;
    margin-bottom: 20px; }
    @media (min-width: 769px) {
      .section-feature-cta img {
        width: 80%;
        margin-bottom: 0; } }
  .section-feature-cta-list {
    list-style-type: none;
    margin: 0;
    padding: 30px 20px;
    background: #ffffff; }
    @media (min-width: 769px) {
      .section-feature-cta-list {
        max-width: 990px;
        margin: auto;
        display: flex;
        flex-direction: row-reverse; } }
    @media (min-width: 769px) {
      .section-feature-cta-list li {
        width: 50%; } }
    .section-feature-cta-list li .catch {
      font-size: 1.125rem;
      letter-spacing: 0.025rem;
      color: #344246;
      margin-bottom: 20px; }
    @media (min-width: 769px) {
      .section-feature-cta-list li:first-child {
        padding: 0 20px 20px; } }
    @media (min-width: 769px) {
      .section-feature-cta-list li:last-child {
        text-align: center;
        padding-top: 10px; } }
  .section-feature-cta-list-btn {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background: #ffffff;
    display: grid;
    grid-template-columns: 50% 1fr;
    border-top: solid 1px #3681CC; }
    @media (min-width: 769px) {
      .section-feature-cta-list-btn {
        max-width: 990px;
        margin: auto; } }
    .section-feature-cta-list-btn li a {
      font-size: 0.875rem;
      letter-spacing: 0.025rem;
      font-weight: bold;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 60px;
      text-decoration: none; }
      @media (min-width: 769px) {
        .section-feature-cta-list-btn li a {
          font-size: 1rem; } }
    .section-feature-cta-list-btn li:first-child {
      border-right: solid 1px #3681CC; }
      .section-feature-cta-list-btn li:first-child a {
        background: url(/as/img/footer_cta/demo.svg), #ffffff;
        background-size: 18px, contain;
        background-repeat: no-repeat;
        background-position: top 23px left 15px, center; }
        @media (min-width: 414px) {
          .section-feature-cta-list-btn li:first-child a {
            background-position: top 23px left 25px, center; } }
        @media (min-width: 430px) {
          .section-feature-cta-list-btn li:first-child a {
            background-position: top 24px left 30px, center; } }
        @media (min-width: 500px) {
          .section-feature-cta-list-btn li:first-child a {
            background-position: top 24px left 40px, center; } }
        @media (min-width: 769px) {
          .section-feature-cta-list-btn li:first-child a {
            background-position: top 24px left 170px, center; } }
        .section-feature-cta-list-btn li:first-child a:hover {
          color: #fff;
          background: url(/as/img/footer_cta/demo_hover.svg), #3681CC;
          background-size: 18px, contain;
          background-repeat: no-repeat;
          background-position: top 23px left 15px, center; }
          @media (min-width: 414px) {
            .section-feature-cta-list-btn li:first-child a:hover {
              background-position: top 23px left 25px, center; } }
          @media (min-width: 430px) {
            .section-feature-cta-list-btn li:first-child a:hover {
              background-position: top 24px left 30px, center; } }
          @media (min-width: 500px) {
            .section-feature-cta-list-btn li:first-child a:hover {
              background-position: top 24px left 40px, center; } }
          @media (min-width: 769px) {
            .section-feature-cta-list-btn li:first-child a:hover {
              background-position: top 24px left 170px, center; } }
    .section-feature-cta-list-btn li:last-child {
      border-right: solid 1px #3681CC; }
      .section-feature-cta-list-btn li:last-child a {
        background: url(/as/img/footer_cta/download.svg), #ffffff;
        background-size: 18px, contain;
        background-repeat: no-repeat;
        background-position: top 23px left 15px, center; }
        @media (min-width: 414px) {
          .section-feature-cta-list-btn li:last-child a {
            background-position: top 23px left 20px, center; } }
        @media (min-width: 430px) {
          .section-feature-cta-list-btn li:last-child a {
            background-position: top 23px left 25px, center; } }
        @media (min-width: 500px) {
          .section-feature-cta-list-btn li:last-child a {
            background-position: top 23px left 35px, center; } }
        @media (min-width: 769px) {
          .section-feature-cta-list-btn li:last-child a {
            background-position: top 21px left 120px, center; } }
        .section-feature-cta-list-btn li:last-child a:hover {
          color: #fff;
          background: url(/as/img/footer_cta/download_hover.svg), #3681CC;
          background-size: 18px, contain;
          background-repeat: no-repeat;
          background-position: top 23px left 15px, center; }
          @media (min-width: 414px) {
            .section-feature-cta-list-btn li:last-child a:hover {
              background-position: top 23px left 20px, center; } }
          @media (min-width: 430px) {
            .section-feature-cta-list-btn li:last-child a:hover {
              background-position: top 23px left 25px, center; } }
          @media (min-width: 500px) {
            .section-feature-cta-list-btn li:last-child a:hover {
              background-position: top 23px left 35px, center; } }
          @media (min-width: 769px) {
            .section-feature-cta-list-btn li:last-child a:hover {
              background-position: top 21px left 120px, center; } }
  .section-feature-cta .btn-cta_blu {
    width: 98%;
    height: 60px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    background: #3681CC;
    box-shadow: 0 4px 0 0 #0556a7;
    border-radius: 5px;
    color: #ffffff;
    text-decoration: none;
    line-height: 1.2em;
    transition: .100s;
    position: relative;
    font-size: 0.875rem; }
    @media (min-width: 769px) {
      .section-feature-cta .btn-cta_blu {
        font-size: 1.125rem; } }
    .section-feature-cta .btn-cta_blu:hover {
      color: #fff;
      text-decoration: none;
      box-shadow: none;
      transform: translateY(4px); }
    .section-feature-cta .btn-cta_blu:after {
      content: '';
      width: 8px;
      height: 8px;
      border: 0;
      border-top: solid 2px #fff;
      border-right: solid 2px #fff;
      position: absolute;
      top: 48%;
      right: 16px;
      margin-top: -3px;
      transform: rotate(45deg); }

.mieruka .information .title {
  font-size: 1.5rem;
  color: #0075C1;
  letter-spacing: 0.4375rem;
  margin-bottom: 1.9375rem;
  text-align: center; }

.mieruka .information-content {
  background-color: #fff;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.04);
  padding: 1.375rem 1rem;
  margin: 0 auto; }

.mieruka .information-list {
  width: 100%;
  display: flex;
  gap: 4px;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  overflow: scroll; }

.mieruka .information-card {
  flex: none;
  scroll-snap-align: start;
  display: block;
  width: 100%;
  text-decoration: none;
  transition: opacity 0.3s; }

.mieruka .information-card:hover {
  opacity: 0.7; }

.mieruka .information-card__image-container {
  width: 100%;
  height: 140px;
  display: flex;
  align-items: center;
  overflow: hidden; }

.mieruka .information-card__image {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain; }

.mieruka .information-card__title {
  font-weight: bold;
  padding: 10px calc(10px + 1vw) 5px;
  color: #344246;
  line-height: 1.5;
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5; }

.mieruka .information-card__date {
  padding: 0 10px;
  font-size: 12px;
  color: #505659;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block; }

.mieruka .information-viewmore {
  padding: 5px;
  font-size: 18px;
  display: block;
  margin: 30px 0 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }

@media (min-width: 768px) {
  .mieruka .information .title {
    font-size: 2.125rem; }
  .mieruka .information-card {
    width: 25%;
    flex: 1 1 0%; }
  .mieruka .information-card__image-container {
    height: 133px; } }

@media (min-width: 992px) {
  .mieruka .information-content {
    background-color: #fff;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.04);
    padding: 1.875rem 2.5rem;
    margin: 0 auto; }
  .mieruka .information-card__title {
    -webkit-line-clamp: 3; }
  .mieruka .information-card__image {
    height: auto; } }

.mieruka .learn-more .slick-prev {
  left: -1rem;
  z-index: 3; }
  .mieruka .learn-more .slick-prev::before {
    content: "";
    background: transparent url("../img/common/caret_blue_left.svg") center right 0.4375rem/0.4375rem auto no-repeat;
    content: "";
    height: 1.25rem;
    width: 1.25rem;
    padding-left: 1.375rem;
    cursor: pointer; }

.mieruka .learn-more .slick-next {
  right: -0.9375rem;
  z-index: 3; }
  .mieruka .learn-more .slick-next::before {
    content: "";
    background: transparent url("../img/common/caret_blue_right.svg") center right 0.4375rem/0.4375rem auto no-repeat;
    content: "";
    height: 1.25rem;
    width: 1.25rem;
    padding-left: 1.375rem;
    cursor: pointer; }

.mieruka .learn-more .slick-slide {
  text-decoration: none;
  color: inherit; }

.mieruka .learn-more .title {
  font-size: 1.5rem;
  color: #0075C1;
  letter-spacing: 0.3125rem;
  line-height: 2.25rem;
  margin: 0 auto 2rem;
  text-align: center;
  width: 80%; }

.mieruka .learn-more__content {
  margin: 0 auto;
  padding: 0 0.625rem; }

.mieruka .learn-more__button {
  width: 70%;
  margin: 2.0625rem auto; }

.mieruka .learn-more .btn-arrow-link {
  color: #141414;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  position: relative; }
  .mieruka .learn-more .btn-arrow-link::after {
    background: url("../img/common/arrow1.svg") center right 0.4375rem/1.5625rem auto no-repeat;
    content: "";
    position: absolute;
    top: 50%;
    right: -30%;
    transform: translate(50%, -50%);
    transition: background 0.1s;
    height: 1.875rem;
    width: 2.1875rem; }
  .mieruka .learn-more .btn-arrow-link:hover {
    text-decoration: none; }
    .mieruka .learn-more .btn-arrow-link:hover::after {
      background-position-x: right; }

@media (min-width: 768px) {
  .mieruka .learn-more .slick-slide {
    padding: 1.875rem 1.4375rem; }
    .mieruka .learn-more .slick-slide:focus {
      outline: none; }
  .mieruka .learn-more .title {
    font-size: 2.125rem;
    letter-spacing: 0.4375rem;
    margin: 0 auto 4.125rem;
    width: 100%; }
  .mieruka .learn-more__content {
    padding: 0; }
  .mieruka .learn-more__button {
    margin: 3.625rem auto 0;
    width: 100%; }
  .mieruka .learn-more .btn-arrow-link {
    display: inline-block; }
    .mieruka .learn-more .btn-arrow-link::after {
      background: url(../img/common/arrow1.svg) right 11px top 5px/25px auto no-repeat;
      right: -2.1875rem; } }

.solve-problem {
  background: url(../img/solve-problem/bg-solve-problem-mb.png) center/130% 97% no-repeat;
  padding-top: 5.625rem;
  padding-bottom: 4.6875rem; }
  .solve-problem .content-wrap {
    margin-bottom: 4.6875rem; }
    .solve-problem .content-wrap .title {
      font-size: 2.125rem;
      color: #fff;
      letter-spacing: 0.4375rem;
      margin-bottom: 3.5625rem; }
      .solve-problem .content-wrap .title span {
        position: relative; }
        .solve-problem .content-wrap .title span::before {
          position: absolute;
          left: -3.75rem;
          top: 0.1875rem;
          content: "";
          width: 2.25rem;
          height: 2.25rem;
          background-image: url(../img/solve-problem/icon-left.png); }
        .solve-problem .content-wrap .title span::after {
          position: absolute;
          right: -2.8125rem;
          top: 0.1875rem;
          content: "";
          background-image: url(../img/solve-problem/icon-right.png);
          width: 2.25rem;
          height: 2.25rem;
          background-repeat: no-repeat; }
    .solve-problem .content-wrap .content {
      letter-spacing: 0.3px;
      color: #fff; }
  @media (min-width: 992px) {
    .solve-problem {
      background: url("../img/solve-problem/bg-solve-problem-pc.png");
      background-position: 65% 100%;
      background-size: auto 100%;
      background-repeat: no-repeat;
      padding-top: 8rem;
      padding-bottom: 8rem; }
      .solve-problem .image-box.image-box-one {
        margin-left: 4.8125rem; }
      .solve-problem .image-box.image-box-two {
        margin-left: 3.1875rem; }
      .solve-problem .image-box.image-box-three {
        margin-left: 1.5rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .solve-problem {
      background: url("../img/solve-problem/bg-solve-problem-pc.png");
      background-position: 65% 100%;
      background-size: auto 100%;
      background-repeat: no-repeat; } }
  @media (max-width: 992px) {
    .solve-problem .content-wrap {
      margin-bottom: 4.375rem; }
      .solve-problem .content-wrap .title {
        font-size: 1.5rem;
        margin-bottom: 2.8125rem;
        letter-spacing: 0.3125rem; }
        .solve-problem .content-wrap .title span::before {
          left: -6.0625rem;
          top: 1.875rem; }
        .solve-problem .content-wrap .title span::after {
          right: -4.375rem;
          top: 1.875rem; }
      .solve-problem .content-wrap .content {
        text-align: left;
        letter-spacing: 0.6px; } }

.feedback-flow {
  padding: 3.125rem 0; }
  .feedback-flow .title {
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Noto Sans JP", sans-serif;
    font-size: 1.5rem;
    letter-spacing: 0.3125rem;
    line-height: 1.75rem;
    color: #0075C2;
    text-align: center;
    margin-bottom: 3.5rem; }
    @media only screen and (min-width: 992px) {
      .feedback-flow .title {
        font-size: 2.125rem;
        line-height: 3.1875rem;
        margin-bottom: 5.875rem;
        letter-spacing: 0.4375rem; } }
  .feedback-flow .flow-wrapper {
    position: relative; }
    @media only screen and (min-width: 992px) {
      .feedback-flow .flow-wrapper {
        padding: 0 1.875rem; } }
  .feedback-flow .text-flow {
    position: relative;
    display: inline;
    font-size: 1.25rem;
    line-height: 2.375rem;
    padding-bottom: 0.4375rem;
    background-image: linear-gradient(transparent calc(100% - 0.3125rem), #FFB52C 0.3125rem);
    background-size: 100% 100%; }
    .feedback-flow .text-flow.active::after {
      width: calc(100% - 2.1875rem); }
    @media only screen and (min-width: 992px) {
      .feedback-flow .text-flow {
        display: inline-block;
        font-size: 1.75rem;
        line-height: 1;
        background-image: none; }
        .feedback-flow .text-flow span {
          font-size: 1.75rem; }
        .feedback-flow .text-flow:after {
          content: "";
          position: absolute;
          bottom: -0.625rem;
          left: 1.09375rem;
          width: 0;
          height: 0.3125rem;
          background-color: #FFB52C;
          transition: width 0.8s ease-in-out; } }

.achievement {
  margin-top: 3rem;
  margin-bottom: -40px !important; }
  @media screen and (min-width: 393px) {
    .achievement {
      margin-bottom: 0 !important; } }
  .achievement .title {
    font-size: 1.5rem;
    color: #0075C1;
    letter-spacing: 0.4375rem;
    margin-bottom: 1.9375rem; }
  .achievement .slick-slide {
    padding: 0 1.625rem; }
    .achievement .slick-slide:focus {
      outline: none; }
  .achievement .slick-prev {
    left: 0;
    z-index: 3; }
    .achievement .slick-prev::before {
      content: '';
      background: transparent url("../img/common/caret_blue_left.svg") center right 0.4375rem/0.4375rem auto no-repeat;
      height: 1.25rem;
      width: 1.25rem;
      padding-left: 1.375rem;
      cursor: pointer; }
  .achievement .slick-next {
    right: 0;
    z-index: 3; }
    .achievement .slick-next::before {
      content: '';
      background: transparent url("../img/common/caret_blue_right.svg") center right 0.4375rem/0.4375rem auto no-repeat;
      content: '';
      height: 1.25rem;
      width: 1.25rem;
      padding-left: 1.375rem;
      cursor: pointer; }
  .achievement a {
    outline-offset: 0;
    outline: 0; }
  .achievement__wrapper-slider {
    margin: 2rem -0.75rem; }
  .achievement__card {
    display: block;
    background-color: #fff;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.04);
    border-radius: 0.25rem;
    padding: 1.5rem; }
    .achievement__card-wrapper-img {
      overflow: hidden;
      position: relative;
      width: 100%; }
    .achievement__card-title {
      margin: 1.625rem 0 1rem;
      font-size: 1rem; }
    .achievement__card-text {
      font-size: 1rem;
      margin-bottom: 1.875rem; }
  .achievement-twocol {
    padding: 0 0.875rem; }
    .achievement-twocol .achievement__card {
      max-width: 20.375rem;
      margin-bottom: 2.5rem; }
      @media (min-width: 768px) {
        .achievement-twocol .achievement__card {
          margin: 0 1.625rem; } }
  @media (min-width: 768px) {
    .achievement-service {
      margin-bottom: 5rem; } }
  .achievement-service .title {
    font-size: 1rem;
    margin-bottom: 2rem; }
    @media (min-width: 768px) {
      .achievement-service .title {
        font-size: 1.75rem;
        letter-spacing: 0;
        margin-bottom: 3.125rem; } }
  @media (min-width: 768px) {
    .achievement-service__wrapper {
      display: flex;
      justify-content: center; } }

@media (min-width: 768px) {
  .achievement {
    background: url("../img/achievement/bg_achievement.png");
    background-position: 65% 100%;
    background-size: auto 100%;
    background-repeat: no-repeat;
    padding-top: 7.1875rem;
    margin-top: initial; }
    .achievement-textmining {
      background: none;
      padding-bottom: 0; }
    .achievement .title {
      font-size: 2.125rem;
      color: #0075C1;
      letter-spacing: 0.4375rem;
      margin-bottom: 1.875rem; }
    .achievement .slick-track {
      display: flex;
      padding: 1.875rem 0; }
    .achievement .slick-slide {
      height: inherit; }
    .achievement__wrapper-slider {
      margin: 2.1875rem -0.75rem; }
    .achievement__card-title {
      margin: 0.3125rem 0 0.875rem;
      font-size: 1rem; } }

.video-youtube {
  margin-top: 40px; }
  .video-youtube .title {
    font-size: 1.5rem;
    color: #0075C1;
    letter-spacing: 0.4375rem;
    margin-bottom: 1.3125rem; }
  .video-youtube__wrapper {
    margin: 2rem -0.75rem 100px;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden; }
    .video-youtube__wrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .video-youtube .vid_container {
    width: 70%;
    margin-left: auto;
    margin-right: auto; }
  @media (max-width: 927px) {
    .video-youtube .vid_container {
      width: 90%; } }

@media (min-width: 768px) {
  .video-youtube {
    margin-top: 80px; }
    .video-youtube .title {
      font-size: 2.125rem;
      color: #0075C1;
      letter-spacing: 0.4375rem;
      margin-bottom: 3.75rem; }
    .video-youtube__wrapper {
      margin: 2.1875rem -0.75rem 100px; } }

.brands {
  text-align: center;
  background-color: #fff;
  margin: 0 auto;
  padding: 0; }
  .brands__title {
    font-size: 1rem;
    color: #0075C1;
    text-align: center;
    font-weight: bold;
    width: 85%;
    margin: 0 auto 1rem; }
    .brands__title p {
      margin-bottom: 0; }
  .brands__achie {
    margin: 0 1.5rem 2rem;
    max-width: 6rem; }
  .brands__logo {
    animation: bg-slider 140s linear infinite reverse;
    background: url(/as/img/brands/logo.png) repeat-x 50%;
    background-size: auto 165px;
    width: 100%;
    height: 165px; }

@media (min-width: 768px) {
  .sec-brand {
    margin-top: -30px; }
  .brands__title {
    font-size: 1.625rem;
    letter-spacing: 0.03125rem;
    margin: 0 auto 2.0625rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .brands__title p {
      margin-bottom: 0.375rem;
      text-align: left; }
  .brands__achie {
    margin: 0 1.5rem;
    max-width: 7.5rem; } }

@-webkit-keyframes bg-slider {
  to {
    background-position: 4525px 0; } }

@keyframes bg-slider {
  0% {
    background-position: 0 0; }
  to {
    background-position: 4525px 0; } }

.ai-solution {
  margin: 4rem 0; }
  @media (min-width: 768px) {
    .ai-solution {
      margin: 5rem auto 3rem;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center; } }
  @media (max-width: 768px) {
    .ai-solution__img-wrapper {
      margin-bottom: 20px; } }
  .ai-solution__title {
    font-size: 1.75rem;
    color: #344246;
    text-align: center;
    font-weight: 700;
    margin: 0 auto 1rem;
    letter-spacing: 0.4px;
    line-height: 51.8px; }
    @media (min-width: 768px) {
      .ai-solution__title {
        font-size: 2rem; } }
    .ai-solution__title .font-sL {
      font-size: 2rem; }
      @media (min-width: 768px) {
        .ai-solution__title .font-sL {
          font-size: 2.5rem; } }
    .ai-solution__title .font-sM {
      font-size: 1.875rem; }
      @media (min-width: 768px) {
        .ai-solution__title .font-sM {
          font-size: 2.125rem; } }
    .ai-solution__title .font-cB {
      color: #0075C1; }
  .ai-solution__subtitle {
    font-size: 1.4375rem;
    color: #344246;
    text-align: center;
    font-weight: 500;
    margin: 0 auto 3.125rem;
    line-height: 32px;
    letter-spacing: 0.4px; }
    .ai-solution__subtitle .font-cB {
      color: #0075C1;
      font-weight: 700; }
  .ai-solution__btn_wrap {
    display: flex;
    flex-direction: column;
    width: 85%;
    margin: auto;
    gap: 20px; }
  .ai-solution__btn-heading {
    font-size: 1.5rem;
    color: #344246;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.4px; }
  .ai-solution__btn {
    border-radius: 6px;
    background: #3681CC;
    box-shadow: 0 5px 0 0 #0556A7;
    padding: 14px 0;
    transition: .100s;
    position: relative; }
    .ai-solution__btn:hover {
      text-decoration: none;
      background: #3681CC;
      transform: translateY(4px);
      box-shadow: 0 0 0 0 #0556A7; }
    .ai-solution__btn:after {
      content: '';
      width: 12px;
      height: 12px;
      border: 0;
      border-top: solid 2px #fff;
      border-right: solid 2px #fff;
      position: absolute;
      top: 50%;
      right: 18px;
      margin-top: -6px;
      transform: rotate(45deg); }
    .ai-solution__btn:focus {
      background-color: #3681CC;
      box-shadow: 0 5px 0 0 #0556A7; }

.generative-ai-consulting-bnr {
  margin-bottom: 1rem; }
  @media only screen and (min-width: 768px) {
    .generative-ai-consulting-bnr {
      margin-bottom: 4rem; } }
  .generative-ai-consulting-bnr a {
    transition: all 0.3s 0s ease; }
    .generative-ai-consulting-bnr a:hover {
      opacity: 0.8; }
  .generative-ai-consulting-bnr .box_img {
    max-width: 800px;
    width: 96%;
    margin: auto; }

.possibility {
  padding: 0;
  margin-bottom: 4rem; }
  .possibility .title {
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Noto Sans JP", sans-serif;
    font-size: 2rem;
    letter-spacing: 0.3125rem;
    line-height: 1.25rem;
    color: #0075C2;
    text-align: center;
    margin-bottom: 3.5rem; }
    @media only screen and (min-width: 992px) {
      .possibility .title {
        font-size: 2.5rem;
        line-height: 1.9375rem;
        margin-bottom: 1.25rem;
        letter-spacing: 0.4375rem; } }
  .possibility .h2_1st {
    font-size: 24px;
    color: #fff;
    letter-spacing: 0.0625rem;
    padding: 5px 15px 0;
    border-radius: 5px;
    background: #007acb;
    background: linear-gradient(180deg, #007acb 0%, #0263a2 100%); }
    @media only screen and (min-width: 992px) {
      .possibility .h2_1st {
        font-size: 30px;
        padding: 5px 15px; } }
  .possibility .h2_2st {
    font-size: 18px;
    color: #EF9B29;
    font-weight: bold;
    letter-spacing: 0.0625rem;
    display: block;
    margin: 25px 0 20px; }
    @media only screen and (min-width: 992px) {
      .possibility .h2_2st {
        font-size: 24px;
        margin: 30px 0 15px; } }
  .possibility .flow-wrapper {
    position: relative; }
    @media only screen and (min-width: 992px) {
      .possibility .flow-wrapper {
        padding: 0 1.875rem; } }
  .possibility .text-flow {
    position: relative;
    display: inline;
    font-size: 1.25rem;
    line-height: 2.375rem;
    padding-bottom: 0.4375rem;
    background-image: linear-gradient(transparent calc(100% - 0.3125rem), #FFB52C 0.3125rem);
    background-size: 100% 100%; }
    .possibility .text-flow.active::after {
      width: calc(100% - 2.1875rem); }
    @media only screen and (min-width: 992px) {
      .possibility .text-flow {
        display: inline-block;
        font-size: 1.75rem;
        line-height: 1;
        background-image: none; }
        .possibility .text-flow span {
          font-size: 1.75rem; }
        .possibility .text-flow:after {
          content: "";
          position: absolute;
          bottom: -0.625rem;
          left: 1.09375rem;
          width: 0;
          height: 0.3125rem;
          background-color: #FFB52C;
          transition: width 0.8s ease-in-out; } }
  .possibility__img {
    width: 100%; }
  .possibility__lists {
    display: inline-block;
    margin-bottom: 24px; }
  .possibility__list {
    font-size: 1.625rem;
    list-style: none;
    margin-bottom: 12px; }
    .possibility__list h3 {
      font-size: 1.625rem; }
  .possibility .text--bl {
    color: #1175C1; }
  .possibility .text--sm {
    font-size: 1.25rem; }

@media (max-width: 768px) {
  .possibility {
    margin-bottom: 3.75rem;
    padding: 3.125rem 0 0; }
    .possibility .title {
      margin-bottom: 1.25rem; }
    .possibility__lists {
      padding: 0;
      margin-bottom: 1.25rem; }
    .possibility__list h3 {
      font-size: 1.125rem;
      text-align: center;
      line-height: 1.5; }
    .possibility .text--sm {
      font-size: 0.8775rem; } }

.platform {
  padding: 3.125rem 0; }
  .platform .title {
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Noto Sans JP", sans-serif;
    font-size: 1.5rem;
    letter-spacing: 0.3125rem;
    line-height: 1.75rem;
    color: #0075C2;
    text-align: center;
    margin-bottom: 3.5rem; }
    @media only screen and (min-width: 992px) {
      .platform .title {
        font-size: 2.125rem;
        line-height: 3.1875rem;
        margin-bottom: 0rem;
        letter-spacing: 0.4375rem; } }
  .platform .flow-wrapper {
    position: relative; }
    @media only screen and (min-width: 992px) {
      .platform .flow-wrapper {
        padding: 0 1.875rem; } }
  .platform__img {
    width: 100%;
    margin-bottom: 0rem; }
  .platform__subtitle--sm {
    font-size: 1.625rem;
    margin-bottom: 0rem; }
  .platform__subtitle--lg {
    display: inline-block;
    font-size: 1.75rem; }
    .platform__subtitle--lg span {
      background: linear-gradient(to top, #F8EBAC, #F8EBAC 35%, #F8F8F8 35%, #F8F8F8 100%); }

@media (max-width: 992px) {
  .platform__subtitle--sm {
    font-size: 1.5rem; }
  .platform__subtitle--lg {
    font-size: 1.5rem; } }

@media (max-width: 768px) {
  .platform .title {
    margin-bottom: 2rem; }
  .platform__subtitle--sm {
    font-size: 1rem; }
  .platform__subtitle--lg {
    font-size: 1.25rem; } }

.all_level {
  padding: 3.125rem 0; }
  .all_level .title {
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Noto Sans JP", sans-serif;
    font-size: 1.5rem;
    letter-spacing: 0.3125rem;
    line-height: 1.75rem;
    color: #0075C2;
    text-align: center;
    margin-bottom: 3.5rem; }
    @media only screen and (min-width: 992px) {
      .all_level .title {
        font-size: 2.125rem;
        line-height: 3.1875rem;
        margin-bottom: 0rem;
        letter-spacing: 0.4375rem; } }
  .all_level .flow-wrapper {
    position: relative; }
    @media only screen and (min-width: 992px) {
      .all_level .flow-wrapper {
        padding: 0 1.875rem; } }
  .all_level__img {
    width: 100%;
    margin-bottom: 0rem; }

@media screen and (max-width: 767px) {
  .all_level {
    padding: 0 0 3.125rem;
    margin-bottom: auto; }
    .all_level .container {
      padding: 0; }
  .cta_all_level {
    margin-top: -40px; } }

.homepage .about-us {
  margin-bottom: 1.875rem; }

.homepage .sec-brand {
  margin-bottom: 4rem; }

.homepage .feedback-flow {
  margin-bottom: 2.5rem; }

.homepage .problem {
  margin-bottom: 2.375rem; }

.homepage .solve-problem {
  margin-bottom: 5.625rem; }

.homepage .achievement {
  margin-bottom: 6.75rem; }

@media (min-width: 768px) {
  .homepage .about-us {
    padding-bottom: 6.25rem; }
  .homepage .sec-brand {
    margin-bottom: 8.375rem; }
  .homepage .feedback-flow {
    margin-bottom: 12.5rem; }
  .homepage .problem {
    margin-bottom: 12rem; }
  .homepage .solve-problem {
    margin-bottom: 11rem; }
  .homepage .achievement {
    margin-bottom: 6.9375rem; } }

.utilize-voice-sns {
  background: url(../img/common/bg_bubble5@2x.png) left 3.2vw top -16vw/146vw no-repeat;
  padding-top: 7.5rem;
  margin-top: -4.5rem; }
  .utilize-voice-sns .title {
    font-size: 2.125rem;
    color: #344246;
    margin-bottom: 2.25rem; }
  .utilize-voice-sns .image-box {
    background-image: url("../img/utilize-voice-sns/utilize-voice-sns-caret.png");
    background-position: bottom center;
    background-size: 0.75rem;
    background-position-y: 93%;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.04); }
  @media (min-width: 576px) {
    .utilize-voice-sns .inner_box {
      margin-bottom: 30px; } }
  @media (min-width: 768px) {
    .utilize-voice-sns .title {
      font-size: 1.875rem; } }
  @media (min-width: 992px) {
    .utilize-voice-sns {
      background: url(../img/common/bg_bubble2@2x.png) left 674px top -317px/930px no-repeat;
      padding-top: 9rem;
      margin-top: -9rem; }
      .utilize-voice-sns .sns-top {
        margin-top: 3.375rem;
        margin-left: 3.6875rem;
        margin-bottom: 6.6875rem;
        display: grid; }
        .utilize-voice-sns .sns-top .inner_box {
          grid-column-start: 1;
          grid-column-end: auto;
          margin-bottom: 0; }
        .utilize-voice-sns .sns-top .list_cta {
          grid-column-start: 2;
          grid-column-end: auto;
          align-self: end;
          padding-bottom: 15px; }
      .utilize-voice-sns .column_gap_1 {
        -moz-column-gap: 1%;
             column-gap: 1%; }
      .utilize-voice-sns .column_gap_2 {
        -moz-column-gap: 2%;
             column-gap: 2%; } }
  @media only screen and (min-width: 1441px) {
    .utilize-voice-sns {
      background: url("../img/utilize-voice-sns/bg_sns.png") top -15vw left 45vw/46vw auto no-repeat; } }
  @media (max-width: 992px) {
    .utilize-voice-sns .sns-top {
      margin-bottom: 5.125rem; }
      .utilize-voice-sns .sns-top .title {
        font-size: 1.5rem; }
      .utilize-voice-sns .sns-top p.content {
        font-size: 0.875rem; }
    .utilize-voice-sns .image-box {
      width: 100%;
      margin-bottom: 1.5625rem;
      margin-right: 0.9375rem;
      padding-top: 0.625rem;
      padding-bottom: 0.9375rem;
      background-position: center right;
      background-position-x: 97%; }
    .utilize-voice-sns .image-box-link {
      display: flex;
      align-items: center; }
      .utilize-voice-sns .image-box-link .image-box-title {
        order: 1;
        margin-bottom: 0;
        margin-left: 1.1875rem;
        width: calc(100% - 10.9375rem);
        justify-content: center;
        text-align: center; }
      .utilize-voice-sns .image-box-link .img {
        order: 0;
        width: 7.875rem; } }

.onlypc {
  display: none; }

.onlysp {
  display: block; }

@media screen and (min-width: 431px) {
  .onlypc {
    display: block; }
  .onlysp {
    display: none; } }

.utilize-voice-audio {
  background: url(../img/common/bg_bubble5@2x.png) left 3.2vw top -16vw/146vw no-repeat;
  padding-top: 7.5rem;
  margin-top: -4.5rem; }
  .utilize-voice-audio ul,
  .utilize-voice-audio li {
    list-style-type: none !important; }
  .utilize-voice-audio .title {
    font-size: 2.125rem;
    color: #344246;
    margin-bottom: 2.25rem; }
  .utilize-voice-audio .image-box {
    background-image: url("../img/utilize-voice-sns/utilize-voice-sns-caret.png");
    background-position: bottom center;
    background-size: 0.75rem;
    background-position-y: 93%;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.04); }
  .utilize-voice-audio img {
    max-width: 100%; }
  @media (min-width: 576px) {
    .utilize-voice-audio .inner_box {
      margin-bottom: 30px; } }
  @media (min-width: 768px) {
    .utilize-voice-audio .audio-top {
      margin-top: 3.375rem;
      margin-bottom: 6.6875rem;
      padding-left: 0;
      display: grid;
      grid-template-columns: 67% 31%;
      -moz-column-gap: 2%;
           column-gap: 2%; }
      .utilize-voice-audio .audio-top p.content {
        margin-bottom: 30px; }
      .utilize-voice-audio .audio-top .list_cta {
        grid-column-start: 2;
        grid-column-end: auto;
        align-self: end;
        padding-bottom: 15px; }
        .utilize-voice-audio .audio-top .list_cta li.btn_w {
          width: 250px; }
    .utilize-voice-audio .title {
      font-size: 1.875rem; } }
  @media (min-width: 992px) {
    .utilize-voice-audio {
      background: url(../img/common/bg_bubble2@2x.png) left 674px top -317px/930px no-repeat;
      padding-top: 9rem;
      margin-top: -9rem; }
      .utilize-voice-audio .audio-top {
        grid-template-columns: 54% 42%;
        -moz-column-gap: 4%;
             column-gap: 4%; } }
  @media only screen and (min-width: 1441px) {
    .utilize-voice-audio {
      background: url("../img/utilize-voice-sns/bg_sns.png") top -15vw left 45vw/46vw auto no-repeat; } }
  @media (max-width: 992px) {
    .utilize-voice-audio .audio-top {
      margin-bottom: 5.125rem;
      padding-left: 0; }
      .utilize-voice-audio .audio-top li:last-child {
        text-align: center; }
      .utilize-voice-audio .audio-top .title {
        font-size: 1.5rem; }
      .utilize-voice-audio .audio-top p.content {
        font-size: 0.875rem; }
    .utilize-voice-audio .image-box {
      width: 100%;
      margin-bottom: 1.5625rem;
      margin-right: 0.9375rem;
      padding-top: 0.625rem;
      padding-bottom: 0.9375rem;
      background-position: center right;
      background-position-x: 97%; }
    .utilize-voice-audio .image-box-link {
      display: flex;
      align-items: center; }
      .utilize-voice-audio .image-box-link .image-box-title {
        order: 1;
        margin-bottom: 0;
        margin-left: 1.1875rem;
        width: calc(100% - 10.9375rem);
        justify-content: center;
        text-align: center; }
      .utilize-voice-audio .image-box-link .img {
        order: 0;
        width: 7.875rem; } }
  .utilize-voice-audio .sec_02 {
    margin-bottom: 60px;
    padding-bottom: 60px; }
    .utilize-voice-audio .sec_02 h2 {
      font-size: 1.5rem;
      text-align: center;
      margin-bottom: 30px; }
      @media (min-width: 992px) {
        .utilize-voice-audio .sec_02 h2 {
          font-size: 2.125rem;
          margin-bottom: 60px; } }
    .utilize-voice-audio .sec_02 .list_sec_02 {
      margin: 0;
      padding: 0; }
      @media (min-width: 992px) {
        .utilize-voice-audio .sec_02 .list_sec_02 {
          display: grid;
          grid-template-columns: 30% 30% 30%;
          -moz-column-gap: 4%;
               column-gap: 4%;
          justify-content: center; } }
      .utilize-voice-audio .sec_02 .list_sec_02 li {
        text-align: center;
        margin-bottom: 40px; }
        @media (min-width: 992px) {
          .utilize-voice-audio .sec_02 .list_sec_02 li {
            margin-bottom: 0; } }
        .utilize-voice-audio .sec_02 .list_sec_02 li h3 {
          font-size: 1rem;
          color: #fff;
          margin-bottom: 30px;
          background: #0075c2;
          background: linear-gradient(90deg, #0075c2 0%, #71b7f2 100%);
          height: 52px;
          display: flex;
          align-items: center;
          justify-content: center;
          position: relative; }
          .utilize-voice-audio .sec_02 .list_sec_02 li h3::before {
            font-size: 1.75rem;
            position: absolute;
            left: 4%; }
            @media (min-width: 992px) {
              .utilize-voice-audio .sec_02 .list_sec_02 li h3::before {
                left: 8%; } }
        @media (min-width: 992px) {
          .utilize-voice-audio .sec_02 .list_sec_02 li .h3_1 {
            margin-bottom: 50px; } }
        .utilize-voice-audio .sec_02 .list_sec_02 li .h3_1::before {
          content: "1"; }
        @media (min-width: 992px) {
          .utilize-voice-audio .sec_02 .list_sec_02 li .h3_2 {
            margin-bottom: 50px; } }
        .utilize-voice-audio .sec_02 .list_sec_02 li .h3_2::before {
          content: "2"; }
        .utilize-voice-audio .sec_02 .list_sec_02 li .h3_3::before {
          content: "3"; }
        @media (min-width: 992px) {
          .utilize-voice-audio .sec_02 .list_sec_02 li .h3_gra::after {
            position: absolute;
            content: '';
            right: -19px;
            width: 37px;
            height: 37px;
            background: #56bcff;
            background: linear-gradient(45deg, rgba(86, 188, 255, 0) 0%, #71b7f2 41%);
            transform: rotate(45deg); } }

.image-box {
  height: 100%;
  background: #fff url(../img/common/caret_blue_right.svg) center right 0.5rem/0.5rem auto no-repeat;
  background-position: bottom 1rem right 1rem;
  max-width: 100%;
  text-align: center;
  padding: 1.5625rem 1.5625rem 2.3125rem 1.5625rem;
  width: 15rem;
  margin: 0 auto; }
  .image-box .img {
    max-width: 100%; }
  .image-box a:hover {
    text-decoration: none; }
  .image-box .image-box-title {
    font-size: 1rem;
    letter-spacing: 0.6px;
    color: #344246;
    font-weight: bold;
    margin-bottom: 2rem; }
  @media (min-width: 992px) {
    .image-box .image-box-link {
      display: block;
      text-decoration: none; } }
  @media (max-width: 992px) {
    .image-box {
      margin-bottom: 1.875rem;
      height: auto; } }

.sns-marketing .icon-box {
  margin-top: -0.375rem; }
  .sns-marketing .icon-box__title {
    margin-bottom: 1rem; }
  .sns-marketing .icon-box.icon-box--one {
    margin-bottom: 1.625rem; }
  .sns-marketing .icon-box.icon-box--two {
    margin-bottom: 1.375rem; }
  .sns-marketing .icon-box__right {
    margin-top: 0.9375rem; }

.sns-marketing .content-top {
  margin-bottom: 5.25rem; }
  .sns-marketing .content-top .title {
    font-size: 2.125rem;
    color: #0075C1;
    letter-spacing: 0.4375rem;
    margin-bottom: 3.125rem; }
  .sns-marketing .content-top .content {
    color: #0075C1;
    font-size: 1.25rem;
    letter-spacing: 0.1rem;
    font-weight: bold; }

.sns-marketing .sns-img-single {
  margin-left: 1rem; }
  .sns-marketing .sns-img-single img {
    max-width: 100%; }

@media (min-width: 992px) {
  .sns-marketing .icon-box {
    margin-left: 4.0625rem; }
    .sns-marketing .icon-box__title {
      margin-bottom: 1.1875rem; }
    .sns-marketing .icon-box__right {
      margin-top: 0.625rem; } }

@media (max-width: 992px) {
  .sns-marketing .sns-img-single {
    margin-bottom: 3rem; }
    .sns-marketing .sns-img-single img {
      width: 90%; }
  .sns-marketing .content-top {
    margin-bottom: 1.8125rem; }
    .sns-marketing .content-top .title {
      font-size: 1.4375rem;
      margin-bottom: 1rem; }
    .sns-marketing .content-top .content {
      font-size: 0.9375rem;
      line-height: 1.6875rem; } }

.icon-box {
  display: flex;
  margin-bottom: 0.625rem; }
  .icon-box__right {
    margin-top: 0.625rem;
    margin-left: 1.5rem; }
  .icon-box__title {
    color: #344246;
    font-size: 1.75rem;
    margin-bottom: 1.25rem;
    line-height: 2.5rem; }
  .icon-box__sub-title {
    letter-spacing: 0.3px; }
  .icon-box__left {
    width: 8%; }
  .icon-box__right {
    width: 92%; }
  @media (max-width: 768px) {
    .icon-box.icon-box--one {
      margin-bottom: 1.25rem; }
    .icon-box.icon-box--two {
      margin-bottom: 0.5rem; }
    .icon-box__right {
      margin-left: 0.5rem; }
    .icon-box__title {
      font-size: 1rem;
      line-height: 1.5rem; }
    .icon-box__left {
      width: 15%; }
    .icon-box__right {
      width: 85%; } }

.page-option .option-intro {
  margin-bottom: 3.125rem; }

@media (min-width: 992px) {
  .option-intro {
    padding-left: 5.125rem; } }

.option-intro .title {
  margin-top: 2.6875rem;
  margin-bottom: 2.3125rem; }
  @media (min-width: 992px) {
    .option-intro .title {
      margin-top: 3.125rem; } }

@media (min-width: 992px) {
  .option-intro .page-intro {
    font-size: 1rem;
    letter-spacing: 0.4px; } }

.dis_pc_1200 {
  display: block; }
  @media (min-width: 769px) {
    .dis_pc_1200 {
      display: none; } }
  @media (min-width: 1200px) {
    .dis_pc_1200 {
      display: block; } }

.dis_pc {
  display: none; }
  @media (min-width: 769px) {
    .dis_pc {
      display: block; } }

.list_3elements_row {
  width: 88%;
  margin: auto;
  margin-bottom: 6.25rem; }
  @media (min-width: 992px) {
    .list_3elements_row {
      max-width: 1050px; } }
  .list_3elements_row .list_3elements {
    list-style: none;
    padding: 0;
    margin: 0; }
    @media (min-width: 769px) {
      .list_3elements_row .list_3elements {
        display: grid;
        grid-template-columns: 32% 32% 32%;
        -moz-column-gap: 2%;
             column-gap: 2%;
        margin-bottom: 3.125rem; } }
    .list_3elements_row .list_3elements li {
      text-align: center;
      display: flex;
      flex-direction: column; }
      .list_3elements_row .list_3elements li img {
        max-width: 60%;
        margin: 0 auto 30px; }
        @media (min-width: 769px) {
          .list_3elements_row .list_3elements li img {
            max-width: 80%;
            margin: 0 auto; } }
      .list_3elements_row .list_3elements li:first-child {
        padding-bottom: 50px; }
        @media (min-width: 769px) {
          .list_3elements_row .list_3elements li:first-child {
            padding-bottom: 0; } }
        .list_3elements_row .list_3elements li:first-child .p_twitter {
          color: #344246;
          font-size: 0.625rem;
          position: relative;
          padding-left: 6.875rem;
          text-align: left; }
          .list_3elements_row .list_3elements li:first-child .p_twitter:before {
            content: "";
            background: url(../img/option/sns/logo_nazuki.svg);
            width: 5.25rem;
            height: 1.875rem;
            position: absolute;
            left: 0;
            top: 0; }
          .list_3elements_row .list_3elements li:first-child .p_twitter:after {
            content: "";
            height: 1.875rem;
            border-right: solid 1px #d7d7d7;
            position: absolute;
            left: 0;
            right: 70%;
            top: 0; }
            @media (min-width: 414px) {
              .list_3elements_row .list_3elements li:first-child .p_twitter:after {
                right: calc(100% - 100px); } }
      .list_3elements_row .list_3elements li:nth-child(2) {
        padding-bottom: 40px; }
        @media (min-width: 769px) {
          .list_3elements_row .list_3elements li:nth-child(2) {
            padding-bottom: 0; } }
      .list_3elements_row .list_3elements li:last-child {
        padding-bottom: 0; }
      .list_3elements_row .list_3elements li h2 {
        color: #2279c3;
        font-size: 24px;
        margin-top: 1.25rem;
        margin-bottom: 1.875rem;
        order: 0; }
        @media (min-width: 769px) {
          .list_3elements_row .list_3elements li h2 {
            font-size: 1.6vw;
            order: 1;
            margin-bottom: 1.25rem; } }
        @media (min-width: 1200px) {
          .list_3elements_row .list_3elements li h2 {
            font-size: 24px; } }
      .list_3elements_row .list_3elements li p {
        font-size: 3.1vw;
        color: #000;
        order: 2; }
        @media (min-width: 431px) {
          .list_3elements_row .list_3elements li p {
            font-size: 2.4vw; } }
        @media (min-width: 769px) {
          .list_3elements_row .list_3elements li p {
            font-size: 12px; } }
      .list_3elements_row .list_3elements li .item_01 {
        order: 1; }
        @media (min-width: 769px) {
          .list_3elements_row .list_3elements li .item_01 {
            order: 0; } }
      .list_3elements_row .list_3elements li .item_02 {
        order: 4; }
      .list_3elements_row .list_3elements li .item_03 {
        order: 4;
        margin-bottom: 20px;
        margin-top: auto; }
  .list_3elements_row .list_btn {
    width: 60%;
    margin: auto; }

.article-cpn.article-1 {
  margin-bottom: 3.4375rem; }
  @media (min-width: 992px) {
    .article-cpn.article-1 {
      margin-bottom: 8.4375rem; } }

.article-cpn.article-3 {
  margin-bottom: 2.5rem; }
  @media (min-width: 992px) {
    .article-cpn.article-3 {
      margin-bottom: 0; } }
  @media (min-width: 992px) {
    .article-cpn.article-3 .content {
      padding: 0 0 0 2.8125rem; } }

.article-cpn.bubble-bg2-article {
  background: url("../img/common/bg_bubble2_article@2x.png") center center no-repeat;
  padding-top: 5rem;
  padding-bottom: 2.8125rem; }
  @media (min-width: 992px) {
    .article-cpn.bubble-bg2-article {
      background: url("../img/common/bg_bubble2_article.png") top -182px right -216px no-repeat;
      background-position: 125% 100%;
      background-size: auto;
      background-repeat: no-repeat;
      padding-top: 3.25rem;
      padding-bottom: 6.25rem; } }
  @media only screen and (min-width: 1441px) {
    .article-cpn.bubble-bg2-article {
      background-position: 83% 100%; } }

@media (min-width: 992px) {
  .article-cpn .inner {
    display: flex; } }

.article-cpn .title {
  font-size: 1.5rem;
  color: #0075C1;
  margin-bottom: 1.625rem; }
  @media (min-width: 992px) {
    .article-cpn .title {
      font-size: 2.125rem;
      margin-bottom: 4.1875rem; } }

.article-cpn .image-thumb {
  text-align: center;
  width: 100%; }
  @media (min-width: 992px) {
    .article-cpn .image-thumb {
      max-width: 30rem; } }

.article-cpn .content {
  width: 100%;
  margin-top: 2rem;
  letter-spacing: 0.4px; }
  @media (min-width: 992px) {
    .article-cpn .content {
      margin-top: 0;
      max-width: calc(100% - 30rem);
      padding: 1.5rem 1.875rem 0 0.3125rem; } }
  .article-cpn .content .arrow-link {
    font-size: 1rem;
    margin-top: 0.5rem; }
    @media (min-width: 992px) {
      .article-cpn .content .arrow-link {
        font-size: 1.125rem;
        margin-top: 3.6875rem; } }

.utilize-voice-sns {
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .utilize-voice-sns {
      margin-bottom: 2rem; } }

.sns-marketing {
  margin-bottom: 6.25rem;
  padding-top: 5rem; }
  @media (min-width: 768px) {
    .sns-marketing {
      padding-top: 8.25rem; } }

.product-planning {
  background: url(../img/product-planning/bg_product_planning_mb.png) top -356px left -787px/2123px auto no-repeat;
  padding-top: 5rem;
  padding-bottom: 2.5rem; }
  .product-planning.no-background {
    background: transparent; }
  .product-planning .content-top {
    margin-bottom: 4.625rem; }
    .product-planning .content-top .title {
      font-size: 2.125rem;
      color: #0075C1;
      letter-spacing: 0.4375rem;
      margin-bottom: 3.125rem; }
    .product-planning .content-top .content {
      color: #0075C1;
      font-size: 1.25rem;
      letter-spacing: 0.1rem;
      font-weight: bold; }
  .product-planning__img-single img {
    max-width: 100%; }
  @media (min-width: 992px) {
    .product-planning {
      background-image: url("../img/product-planning/bg_product_planning.png");
      background-position: 60% 100%;
      background-size: auto 100%;
      background-repeat: no-repeat;
      padding-bottom: 9.375rem;
      padding-top: 13.4375rem; }
      .product-planning .icon-box {
        margin-left: 0.875rem; }
        .product-planning .icon-box__title {
          margin-bottom: 0.9375rem; }
        .product-planning .icon-box__sub-title {
          padding-right: 3.375rem; }
        .product-planning .icon-box.icon-box--one {
          margin-bottom: 1.875rem;
          margin-left: 0.875rem; }
      .product-planning__img-single {
        margin-left: -1.9375rem;
        margin-top: 1rem; } }
  @media (max-width: 992px) {
    .product-planning .content-top {
      margin-bottom: 2.1875rem; }
      .product-planning .content-top .title {
        font-size: 1.5rem;
        margin-bottom: 1.1875rem; }
      .product-planning .content-top .content {
        font-size: 0.875rem;
        line-height: 1.625rem; }
    .product-planning__img-single {
      margin-bottom: 0.625rem; }
      .product-planning__img-single img {
        width: 100%; } }
  .product-planning.understand-trends {
    padding-top: 9.375rem; }
    .product-planning.understand-trends .icon-box__title {
      margin-bottom: 1rem; }
    .product-planning.understand-trends .icon-box .icon-box--one {
      margin-bottom: 2.5rem; }
    @media (min-width: 992px) {
      .product-planning.understand-trends .content-top {
        margin-bottom: 4.375rem; }
      .product-planning.understand-trends .icon-box__title {
        line-height: 2.625rem; } }
    @media (max-width: 992px) {
      .product-planning.understand-trends .content-top {
        margin-bottom: 1.3125rem; } }
  .product-planning.risk-management {
    background: url(../img/product-planning/bg_risk_management_mb.png) top -356px left -787px/2123px auto no-repeat; }
    .product-planning.risk-management .content-top {
      margin-bottom: 4.625rem; }
    .product-planning.risk-management .icon-box.icon-box--one {
      margin-bottom: 2.8125rem; }
    @media (min-width: 992px) {
      .product-planning.risk-management {
        background-image: url("../img/product-planning/bg_risk_management.png");
        background-position: 70% 100%;
        background-size: auto 100%;
        background-repeat: no-repeat;
        padding-bottom: 9.375rem;
        padding-top: 13.125rem; } }
    @media only screen and (min-width: 1441px) {
      .product-planning.risk-management {
        background-position: 70% 100%;
        background-size: auto 100%; } }
    @media (max-width: 992px) {
      .product-planning.risk-management {
        padding-top: 6.25rem;
        padding-bottom: 7.8125rem; }
        .product-planning.risk-management .content-top {
          margin-bottom: 1.8125rem; }
        .product-planning.risk-management .product-planning__img-single {
          margin-bottom: 1.5625rem; }
        .product-planning.risk-management .icon-box.icon-box--one {
          margin-bottom: 0.9375rem; } }

.box-recommend {
  background-color: #fff;
  width: 100%;
  padding: 1.125rem 0.75rem 2.0625rem;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.04); }
  .box-recommend__title {
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 1.25rem; }
  .box-recommend__text {
    padding-left: 1.0625rem; }
    .box-recommend__text p {
      position: relative;
      margin-bottom: 0;
      letter-spacing: 0.025rem;
      font-size: 0.875rem;
      line-height: 1.5rem; }
      .box-recommend__text p::before {
        content: '';
        background: url(../img/common/check-box.png);
        right: -2.1875rem;
        width: 0.9375rem;
        height: 0.75rem;
        position: absolute;
        top: 0;
        left: -1.125rem;
        transform: translateY(6px); }
  @media (min-width: 768px) {
    .box-recommend {
      width: 32.1875rem;
      margin: 0 auto;
      padding: 1rem 2.8125rem 2.3125rem 2.8125rem; }
      .box-recommend__title {
        font-size: 1.125rem;
        margin-bottom: 1.125rem; }
      .box-recommend__text {
        padding-left: 0.9375rem; }
        .box-recommend__text p {
          position: relative;
          margin-bottom: 0;
          letter-spacing: 0.025rem;
          font-size: 1rem; }
          .box-recommend__text p::before {
            top: 50%;
            left: -1.3125rem;
            transform: translateY(-50%); } }

.page-shunsoku-box-recommend {
  margin: 1rem 0;
  padding: 3.1875rem 0 1.25rem; }

.page-shunsoku-option-card {
  margin: 1rem 0;
  padding: 2.6875rem 0; }

.page-shunsoku-topic-sns {
  padding: 4.4375rem 0 4.4375rem; }

.page-shunsoku-download-sns {
  padding: 1.25rem 0; }

.page-shunsoku .achievement {
  background: none;
  padding: 0 0 0.375rem; }
  .page-shunsoku .achievement .achievement__wrapper-slider {
    margin: 5.125rem -0.75rem 5rem; }
  .page-shunsoku .achievement .achievement__card-body {
    min-height: 11.75rem; }
  .page-shunsoku .achievement .arrow-link {
    font-size: 1.125rem; }

.page-shunsoku .list-function {
  padding: 0; }
  .page-shunsoku .list-function .title-item {
    font-size: 1.5rem;
    letter-spacing: 0.1875rem;
    color: #0075C1;
    text-align: center;
    margin: 0.125rem auto 2.5rem;
    line-height: 1.75rem; }
  .page-shunsoku .list-function .img-right, .page-shunsoku .list-function .img-left {
    padding: 5rem 0 3.9375rem; }
  .page-shunsoku .list-function .img-right:last-child {
    padding-bottom: 0; }
  .page-shunsoku .list-function .text-item {
    margin: 2rem 0; }

@media (min-width: 992px) {
  .page-shunsoku-box-recommend {
    margin: 2.0625rem 0;
    padding: 0; }
  .page-shunsoku-option-card {
    margin: 2.1875rem 0 2rem;
    padding: 6.25rem 0; }
  .page-shunsoku-topic-sns {
    padding: 9.8125rem 0; }
  .page-shunsoku-download-sns {
    padding: 4.1875rem; }
  .page-shunsoku .achievement {
    background: none;
    padding: 0 0 3.8125rem; }
    .page-shunsoku .achievement .achievement__wrapper-slider {
      margin: 0.3125rem -0.75rem 8.0625rem; }
    .page-shunsoku .achievement .achievement__card-body {
      min-height: 11.75rem; }
    .page-shunsoku .achievement .list-inline {
      margin: 0 -0.3125rem; }
  .page-shunsoku .list-function {
    padding: 2.75rem 0 0; }
    .page-shunsoku .list-function .title-item {
      font-size: 2.125rem;
      margin: 0rem auto 3.0625rem;
      letter-spacing: 0.41875rem;
      color: #0075C1;
      text-align: left;
      line-height: 3.1875rem; }
    .page-shunsoku .list-function .img-right, .page-shunsoku .list-function .img-left {
      padding: 9rem 0 10rem; }
    .page-shunsoku .list-function .img-right:last-child {
      padding-bottom: 10rem; }
    .page-shunsoku .list-function .text-item {
      margin: 1.75rem 0 2.6875rem; } }

.shunsoku-heading {
  margin: 0.875rem 0; }
  .shunsoku-heading__wrapper {
    padding: 0; }
  .shunsoku-heading__title {
    margin: 1.6875rem 0; }
  .shunsoku-heading__desc {
    margin: 1.1875rem 0;
    font-size: 0.875rem;
    line-height: 1.25rem; }
  .shunsoku-heading__note {
    font-size: 0.875rem;
    font-weight: bold; }
  @media (min-width: 992px) {
    .shunsoku-heading {
      margin: 1.25rem 0; }
      .shunsoku-heading__wrapper {
        padding: 0 2.5rem; }
      .shunsoku-heading__title {
        margin: 2.25rem 0; }
      .shunsoku-heading__desc {
        margin: 0.75rem 0;
        letter-spacing: 0.025rem;
        font-size: 1rem;
        line-height: 1.5rem; } }

.topic-sns__title {
  text-align: left;
  line-height: 1.5rem;
  margin-bottom: 2.0625rem;
  letter-spacing: 0; }

.topic-sns__img {
  width: 30%;
  padding-top: 0.8125rem; }
  .topic-sns__img img {
    width: 2.75rem; }

.topic-sns__content {
  margin-bottom: 2rem; }

.topic-sns__name {
  color: #0075C1;
  margin: 0.625rem 0 1rem;
  font-weight: bold; }

.topic-sns__wrap-message {
  display: flex;
  padding: 0 0.4375rem; }

.topic-sns__message {
  position: relative;
  background-color: #fff;
  padding: 0.8125rem 0.8125rem;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.04);
  border-radius: 0.375rem; }
  .topic-sns__message::before {
    content: "";
    position: absolute;
    top: 1.25rem;
    left: -0.5rem;
    border-top: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #fff;
    transform: translateX(-50%) rotate(180deg); }
  .topic-sns__message p {
    margin-bottom: 0;
    font-size: 0.875rem; }

.topic-sns .img-right .topic-sns__message::before {
  left: auto;
  right: -1.5rem;
  border-right: 8px solid #fff;
  border-left: 8px solid transparent; }

.topic-sns .img-right .topic-sns__wrap-message {
  flex-direction: row-reverse; }

.topic-sns .img-right .topic-sns__img {
  padding-left: 1.875rem; }

@media (min-width: 768px) {
  .topic-sns {
    max-width: 57.25rem;
    margin: 0 auto; }
    .topic-sns__title {
      text-align: center;
      line-height: 1.875rem;
      margin-bottom: 5.0625rem;
      letter-spacing: 0.01875rem; }
    .topic-sns__content {
      display: flex;
      margin-bottom: 0; }
    .topic-sns__img {
      max-width: 12.5rem;
      padding: 0 1.1875rem; }
      .topic-sns__img img {
        width: 100%; }
    .topic-sns__name {
      color: #0075C1;
      margin: 0.625rem 0 1.5rem; }
    .topic-sns__wrap-message {
      display: block;
      padding: 0 0 0 1.6875rem; }
    .topic-sns__message {
      position: relative;
      background-color: #fff;
      padding: 1rem 1.5625rem;
      box-shadow: 0 20px 20px rgba(0, 0, 0, 0.04);
      border-radius: 0.375rem;
      width: 32.375rem; }
      .topic-sns__message::before {
        content: "";
        position: absolute;
        top: 1.25rem;
        left: -0.5rem;
        border-top: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 8px solid #fff;
        transform: translateX(-50%) rotate(180deg); }
      .topic-sns__message p {
        margin-bottom: 0;
        font-size: 1rem;
        line-height: 1.5rem; }
    .topic-sns .img-right {
      flex-direction: row-reverse; }
      .topic-sns .img-right .topic-sns__name {
        text-align: right; }
      .topic-sns .img-right .topic-sns__message::before {
        left: auto;
        right: -1.5rem;
        border-right: 8px solid #fff;
        border-left: 8px solid transparent; }
      .topic-sns .img-right .topic-sns__message p {
        margin-bottom: 0; }
      .topic-sns .img-right .topic-sns__wrap-message {
        padding: 0 1.6875rem 0 0; } }

@media (min-width: 768px) and (max-width: 991px) {
  .topic-sns__content {
    margin-bottom: 2rem; } }

.download-sns h6 {
  margin-bottom: 1.25rem;
  line-height: 1.5rem;
  letter-spacing: 0.0125rem;
  font-weight: normal; }

.download-sns .btn-orange-white {
  width: 100%; }

@media (min-width: 992px) {
  .download-sns {
    text-align: center; }
    .download-sns h6 {
      margin-bottom: 2.8125rem; }
    .download-sns .btn-orange-white {
      width: 26.375rem;
      transition: transform 0.2s ease-in-out; }
      .download-sns .btn-orange-white:hover {
        transform: translateY(-0.3125rem); } }

.page-sharing-option-card {
  margin: 1rem 0;
  padding: 2.6875rem 0; }

.page-sharing .achievement {
  background: none;
  padding: 0 0 0.375rem; }
  .page-sharing .achievement .achievement__wrapper-slider {
    margin: 5.125rem -0.75rem 5rem; }
  .page-sharing .achievement .achievement__card-body {
    min-height: 11.75rem; }
  .page-sharing .achievement .arrow-link {
    font-size: 1.125rem; }

.page-sharing .list-function {
  padding: 0; }
  .page-sharing .list-function .title-item {
    font-size: 1.5rem;
    letter-spacing: 0.1875rem;
    color: #0075C1;
    text-align: center;
    margin: 0.125rem auto 2.5rem;
    line-height: 1.75rem; }
  .page-sharing .list-function .img-right,
  .page-sharing .list-function .img-left {
    padding: 5rem 0 3.9375rem; }
  .page-sharing .list-function .img-right:last-child {
    padding-bottom: 0; }
  .page-sharing .list-function .text-item {
    margin: 2rem 0; }

@media (min-width: 992px) {
  .page-sharing-option-card {
    margin: 2.1875rem 0 2rem;
    padding: 6.25rem 0; }
  .page-sharing .achievement {
    background: none;
    padding: 0 0 3.8125rem; }
    .page-sharing .achievement .achievement__wrapper-slider {
      margin: 0.3125rem -0.75rem 8.0625rem; }
    .page-sharing .achievement .achievement__card-body {
      min-height: 11.75rem; }
    .page-sharing .achievement .list-inline {
      margin: 0 -0.3125rem; }
  .page-sharing .list-function {
    padding: 0 0 18.75rem;
    margin-top: -50px; }
    .page-sharing .list-function .title-item {
      font-size: 2.125rem;
      margin: 0rem auto 3.0625rem;
      letter-spacing: 0.41875rem;
      color: #0075C1;
      text-align: left;
      line-height: 3.1875rem; }
    .page-sharing .list-function .img-right,
    .page-sharing .list-function .img-left {
      padding: 9rem 0 10rem; }
    .page-sharing .list-function .img-right:last-child {
      padding-bottom: 10rem; }
    .page-sharing .list-function .text-item {
      margin: 1.75rem 0 2.6875rem; } }

.container {
  position: relative; }

.body-function {
  padding-top: 100px; }

h2 {
  font-size: 2.125rem;
  color: #0075c1; }

.img-modal {
  width: 300px; }

.reverse-position {
  width: 100%; }
  @media screen and (min-width: 769px) {
    .reverse-position {
      width: initial;
      position: absolute;
      right: 25%; } }
  @media screen and (min-width: 1200px) {
    .reverse-position {
      right: 30%; } }

.row-mtop {
  margin-top: 50px; }
  @media screen and (min-width: 769px) {
    .row-mtop {
      margin-top: 400px; } }

.row-mbtm {
  margin-bottom: 50px; }
  @media screen and (min-width: 769px) {
    .row-mbtm {
      margin-bottom: 200px; } }

.list_work,
.list_work_sub {
  display: grid;
  list-style: none;
  padding: 0;
  margin: 0; }
  .list_work h3,
  .list_work_sub h3 {
    font-size: 1.125rem;
    color: #0075c1;
    margin-bottom: 10px; }
  .list_work p,
  .list_work_sub p {
    font-size: 1rem;
    color: #344246; }

.list_work {
  grid-template-columns: 1fr;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 50px; }
  @media screen and (min-width: 769px) {
    .list_work {
      grid-template-columns: 1fr;
      -moz-column-gap: 0;
           column-gap: 0;
      grid-template-columns: 50% 1fr;
      -moz-column-gap: 15px;
           column-gap: 15px; } }

.list_work_sub {
  grid-template-columns: 36% 1fr;
  -moz-column-gap: 2%;
       column-gap: 2%; }
  @media screen and (min-width: 769px) {
    .list_work_sub {
      grid-template-columns: 40% 1fr;
      -moz-column-gap: 10px;
           column-gap: 10px; } }
  .list_work_sub li:last-child {
    display: flex;
    flex-direction: column;
    justify-content: center; }

.col-small {
  width: 100%; }
  @media screen and (min-width: 992px) {
    .col-small {
      width: initial; } }

.modal-header h3 {
  font-size: 0.75rem;
  color: #0075c1; }
  @media screen and (min-width: 600px) {
    .modal-header h3 {
      font-size: 1.125rem; } }

@media screen and (min-width: 769px) {
  .mt-align {
    margin-top: 300px; } }

@media screen and (min-width: 990px) {
  .mt-align {
    margin-top: initial; } }

.sharing-heading {
  margin: 0.875rem 0; }
  .sharing-heading__wrapper {
    padding: 0; }
  .sharing-heading__title {
    margin: 1.6875rem 0; }
  .sharing-heading__desc {
    margin: 1.1875rem 0;
    font-size: 0.875rem;
    line-height: 1.25rem; }
  .sharing-heading__note {
    font-size: 0.875rem;
    font-weight: bold; }
  @media (min-width: 992px) {
    .sharing-heading {
      margin: 1.25rem 0; }
      .sharing-heading__wrapper .row_sharing {
        padding: 0 8%; }
      .sharing-heading__title {
        margin: 2.25rem 0; }
      .sharing-heading__desc {
        margin: 0.75rem 0;
        letter-spacing: 0.025rem;
        font-size: 1rem;
        line-height: 1.5rem; } }

.topic-sns__title {
  text-align: center;
  line-height: 1.5rem;
  margin-bottom: 2.0625rem;
  letter-spacing: 0; }

.topic-sns__img {
  width: 30%;
  padding-top: 0.8125rem; }
  .topic-sns__img img {
    width: 2.75rem; }

.topic-sns__content {
  margin-bottom: 2rem; }

.topic-sns__name {
  color: #0075C1;
  margin: 0.625rem 0 1rem;
  font-weight: bold; }

.topic-sns__wrap-message {
  display: flex;
  padding: 0 0.4375rem; }

.topic-sns__message {
  position: relative;
  background-color: #fff;
  padding: 0.8125rem 0.8125rem;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.04);
  border-radius: 0.375rem; }
  .topic-sns__message::before {
    content: "";
    position: absolute;
    top: 1.25rem;
    left: -0.5rem;
    border-top: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #fff;
    transform: translateX(-50%) rotate(180deg); }
  .topic-sns__message p {
    margin-bottom: 0;
    font-size: 0.875rem; }

.topic-sns .img-right .topic-sns__message::before {
  left: auto;
  right: -1.5rem;
  border-right: 8px solid #fff;
  border-left: 8px solid transparent; }

.topic-sns .img-right .topic-sns__wrap-message {
  flex-direction: row-reverse; }

.topic-sns .img-right .topic-sns__img {
  padding-left: 1.875rem; }

@media (min-width: 768px) {
  .topic-sns {
    max-width: 57.25rem;
    margin: 0 auto; }
    .topic-sns__title {
      line-height: 1.875rem;
      margin-bottom: 5.0625rem;
      letter-spacing: 0.01875rem; }
    .topic-sns__content {
      display: flex;
      margin-bottom: 0; }
    .topic-sns__img {
      max-width: 12.5rem;
      padding: 0 1.1875rem; }
      .topic-sns__img img {
        width: 100%; }
    .topic-sns__name {
      color: #0075C1;
      margin: 0.625rem 0 1.5rem; }
    .topic-sns__wrap-message {
      display: block;
      padding: 0 0 0 1.6875rem; }
    .topic-sns__message {
      position: relative;
      background-color: #fff;
      padding: 1rem 1.5625rem;
      box-shadow: 0 20px 20px rgba(0, 0, 0, 0.04);
      border-radius: 0.375rem;
      width: 32.375rem; }
      .topic-sns__message::before {
        content: "";
        position: absolute;
        top: 1.25rem;
        left: -0.5rem;
        border-top: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 8px solid #fff;
        transform: translateX(-50%) rotate(180deg); }
      .topic-sns__message p {
        margin-bottom: 0;
        font-size: 1rem;
        line-height: 1.5rem; }
    .topic-sns .img-right {
      flex-direction: row-reverse; }
      .topic-sns .img-right .topic-sns__name {
        text-align: right; }
      .topic-sns .img-right .topic-sns__message::before {
        left: auto;
        right: -1.5rem;
        border-right: 8px solid #fff;
        border-left: 8px solid transparent; }
      .topic-sns .img-right .topic-sns__message p {
        margin-bottom: 0; }
      .topic-sns .img-right .topic-sns__wrap-message {
        padding: 0 1.6875rem 0 0; } }

@media (min-width: 768px) and (max-width: 991px) {
  .topic-sns__content {
    margin-bottom: 2rem; } }

.download-sns h6 {
  margin-bottom: 1.25rem;
  line-height: 1.5rem;
  letter-spacing: 0.0125rem;
  font-weight: normal; }

.download-sns .btn-orange-white {
  width: 100%; }

@media (min-width: 992px) {
  .download-sns {
    text-align: center; }
    .download-sns h6 {
      margin-bottom: 2.8125rem; }
    .download-sns .btn-orange-white {
      width: 26.375rem;
      transition: transform 0.2s ease-in-out; }
      .download-sns .btn-orange-white:hover {
        transform: translateY(-0.3125rem); } }

.page-voicerecognition-option-card {
  margin: 1rem 0;
  padding: 2.6875rem 0; }

.page-voicerecognition-topic-sns {
  padding: 4.4375rem 0 4.4375rem; }

.page-voicerecognition .achievement {
  background: none;
  padding: 0 0 0.375rem; }
  .page-voicerecognition .achievement .achievement__wrapper-slider {
    margin: 5.125rem -0.75rem 5rem; }
  .page-voicerecognition .achievement .achievement__card-body {
    min-height: 11.75rem; }
  .page-voicerecognition .achievement .arrow-link {
    font-size: 1.125rem; }

.page-voicerecognition .list-function {
  padding: 0; }
  .page-voicerecognition .list-function .title-item {
    font-size: 1.5rem;
    letter-spacing: 0.1875rem;
    color: #0075C1;
    text-align: center;
    margin: 0.125rem auto 2.5rem;
    line-height: 1.75rem; }
  .page-voicerecognition .list-function .img-right,
  .page-voicerecognition .list-function .img-left {
    padding: 5rem 0 3.9375rem; }
  .page-voicerecognition .list-function .img-right:last-child {
    padding-bottom: 0; }
  .page-voicerecognition .list-function .text-item {
    margin: 2rem 0; }

@media (min-width: 992px) {
  .page-voicerecognition-option-card {
    margin: 2.1875rem 0 2rem;
    padding: 6.25rem 0; }
  .page-voicerecognition-topic-sns {
    padding: 9.8125rem 0; }
  .page-voicerecognition .achievement {
    background: none;
    padding: 0 0 3.8125rem; }
    .page-voicerecognition .achievement .achievement__wrapper-slider {
      margin: 0.3125rem -0.75rem 8.0625rem; }
    .page-voicerecognition .achievement .achievement__card-body {
      min-height: 11.75rem; }
    .page-voicerecognition .achievement .list-inline {
      margin: 0 -0.3125rem; }
  .page-voicerecognition .list-function {
    padding: 2.75rem 0 0; }
    .page-voicerecognition .list-function .title-item {
      font-size: 2.125rem;
      margin: 0rem auto 3.0625rem;
      letter-spacing: 0.41875rem;
      color: #0075C1;
      text-align: left;
      line-height: 3.1875rem; }
    .page-voicerecognition .list-function .img-right,
    .page-voicerecognition .list-function .img-left {
      padding: 9rem 0 10rem; }
    .page-voicerecognition .list-function .img-right:last-child {
      padding-bottom: 10rem; }
    .page-voicerecognition .list-function .text-item {
      margin: 1.75rem 0 2.6875rem; } }

.container {
  position: relative; }

h2 {
  font-size: 2.125rem;
  color: #0075C1; }

.img-modal {
  width: 300px; }

.reverse-position {
  width: 100%; }
  @media screen and (min-width: 769px) {
    .reverse-position {
      width: initial;
      position: absolute;
      right: 25%; } }
  @media screen and (min-width: 1200px) {
    .reverse-position {
      right: 30%; } }

.row-mtop {
  margin-top: 50px; }
  @media screen and (min-width: 769px) {
    .row-mtop {
      margin-top: 400px; } }

.row-mbtm {
  margin-bottom: 50px; }
  @media screen and (min-width: 769px) {
    .row-mbtm {
      margin-bottom: 200px; } }

.list_work,
.list_work_sub {
  display: grid;
  list-style: none;
  padding: 0;
  margin: 0; }
  .list_work h3,
  .list_work_sub h3 {
    font-size: 1.125rem;
    color: #0075C1;
    margin-bottom: 10px; }
  .list_work p,
  .list_work_sub p {
    font-size: 1rem;
    color: #344246; }

.list_work {
  grid-template-columns: 1fr;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 50px; }
  @media screen and (min-width: 769px) {
    .list_work {
      grid-template-columns: 1fr;
      -moz-column-gap: 0;
           column-gap: 0;
      grid-template-columns: 50% 1fr;
      -moz-column-gap: 15px;
           column-gap: 15px; } }

.list_work_sub {
  grid-template-columns: 36% 1fr;
  -moz-column-gap: 2%;
       column-gap: 2%; }
  @media screen and (min-width: 769px) {
    .list_work_sub {
      grid-template-columns: 40% 1fr;
      -moz-column-gap: 10px;
           column-gap: 10px; } }
  .list_work_sub li:last-child {
    display: flex;
    flex-direction: column;
    justify-content: center; }

.col-small {
  width: 100%; }
  @media screen and (min-width: 992px) {
    .col-small {
      width: initial; } }

.modal-header h3 {
  font-size: 0.75rem;
  color: #0075C1; }
  @media screen and (min-width: 600px) {
    .modal-header h3 {
      font-size: 1.125rem; } }

.voicerecognition-heading {
  margin: 0.875rem 0; }
  .voicerecognition-heading__wrapper {
    padding: 0; }
  .voicerecognition-heading__title {
    margin: 1.6875rem 0; }
  .voicerecognition-heading__desc {
    margin: 1.1875rem 0;
    font-size: 0.875rem;
    line-height: 1.25rem; }
  .voicerecognition-heading__note {
    font-size: 0.875rem;
    font-weight: bold; }
  @media (min-width: 992px) {
    .voicerecognition-heading {
      margin: 1.25rem 0; }
      .voicerecognition-heading__wrapper {
        padding: 0 2.5rem; }
      .voicerecognition-heading__title {
        margin: 2.25rem 0; }
      .voicerecognition-heading__desc {
        margin: 0.75rem 0;
        letter-spacing: 0.025rem;
        font-size: 1rem;
        line-height: 1.5rem; } }

.topic-sns__title {
  text-align: center;
  line-height: 1.5rem;
  margin-bottom: 2.0625rem;
  letter-spacing: 0; }

.topic-sns__img {
  width: 30%;
  padding-top: 0.8125rem; }
  .topic-sns__img img {
    width: 2.75rem; }

.topic-sns__content {
  margin-bottom: 2rem; }

.topic-sns__name {
  color: #0075C1;
  margin: 0.625rem 0 1rem;
  font-weight: bold; }

.topic-sns__wrap-message {
  display: flex;
  padding: 0 0.4375rem; }

.topic-sns__message {
  position: relative;
  background-color: #fff;
  padding: 0.8125rem 0.8125rem;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.04);
  border-radius: 0.375rem; }
  .topic-sns__message::before {
    content: "";
    position: absolute;
    top: 1.25rem;
    left: -0.5rem;
    border-top: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #fff;
    transform: translateX(-50%) rotate(180deg); }
  .topic-sns__message p {
    margin-bottom: 0;
    font-size: 0.875rem; }

.topic-sns .img-right .topic-sns__message::before {
  left: auto;
  right: -1.5rem;
  border-right: 8px solid #fff;
  border-left: 8px solid transparent; }

.topic-sns .img-right .topic-sns__wrap-message {
  flex-direction: row-reverse; }

.topic-sns .img-right .topic-sns__img {
  padding-left: 1.875rem; }

@media (min-width: 768px) {
  .topic-sns {
    max-width: 57.25rem;
    margin: 0 auto; }
    .topic-sns__title {
      line-height: 1.875rem;
      margin-bottom: 5.0625rem;
      letter-spacing: 0.01875rem; }
    .topic-sns__content {
      display: flex;
      margin-bottom: 0; }
    .topic-sns__img {
      max-width: 12.5rem;
      padding: 0 1.1875rem; }
      .topic-sns__img img {
        width: 100%; }
    .topic-sns__name {
      color: #0075C1;
      margin: 0.625rem 0 1.5rem; }
    .topic-sns__wrap-message {
      display: block;
      padding: 0 0 0 1.6875rem; }
    .topic-sns__message {
      position: relative;
      background-color: #fff;
      padding: 1rem 1.5625rem;
      box-shadow: 0 20px 20px rgba(0, 0, 0, 0.04);
      border-radius: 0.375rem;
      width: 32.375rem; }
      .topic-sns__message::before {
        content: "";
        position: absolute;
        top: 1.25rem;
        left: -0.5rem;
        border-top: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 8px solid #fff;
        transform: translateX(-50%) rotate(180deg); }
      .topic-sns__message p {
        margin-bottom: 0;
        font-size: 1rem;
        line-height: 1.5rem; }
    .topic-sns .img-right {
      flex-direction: row-reverse; }
      .topic-sns .img-right .topic-sns__name {
        text-align: right; }
      .topic-sns .img-right .topic-sns__message::before {
        left: auto;
        right: -1.5rem;
        border-right: 8px solid #fff;
        border-left: 8px solid transparent; }
      .topic-sns .img-right .topic-sns__message p {
        margin-bottom: 0; }
      .topic-sns .img-right .topic-sns__wrap-message {
        padding: 0 1.6875rem 0 0; } }

@media (min-width: 768px) and (max-width: 991px) {
  .topic-sns__content {
    margin-bottom: 2rem; } }

.download-sns h6 {
  margin-bottom: 1.25rem;
  line-height: 1.5rem;
  letter-spacing: 0.0125rem;
  font-weight: normal; }

.download-sns .btn-orange-white {
  width: 100%; }

@media (min-width: 992px) {
  .download-sns {
    text-align: center; }
    .download-sns h6 {
      margin-bottom: 2.8125rem; }
    .download-sns .btn-orange-white {
      width: 26.375rem;
      transition: transform 0.2s ease-in-out; }
      .download-sns .btn-orange-white:hover {
        transform: translateY(-0.3125rem); } }

.page-sns-box-recommend {
  margin: 1rem 0 3.125rem;
  padding: 3.1875rem 0 1.25rem; }

.page-sns-option-card {
  margin: 1rem 0 2.5rem;
  padding: 2.6875rem 0; }

.page-sns-download-sns {
  padding: 1.25rem 0;
  margin-top: 1.25rem; }

.page-sns .achievement {
  margin-top: -60px;
  padding: 0 0 0.375rem;
  background: none; }
  .page-sns .achievement .achievement__wrapper-slider {
    margin: 5.125rem -0.75rem 5rem; }
  .page-sns .achievement .achievement__card-body {
    min-height: 11.75rem; }
  .page-sns .achievement .arrow-link {
    font-size: 1.125rem; }

.page-sns .list-function {
  padding: 0; }
  .page-sns .list-function .title-item {
    font-size: 1.5rem;
    letter-spacing: 0.1875rem;
    color: #0075C1;
    text-align: center;
    margin: 0.125rem auto 2.5rem;
    line-height: 1.75rem; }
  .page-sns .list-function .img-right,
  .page-sns .list-function .img-left {
    padding: 5rem 0 3.9375rem; }
  .page-sns .list-function .img-right:last-child {
    padding-bottom: 0; }
  .page-sns .list-function .text-item {
    margin: 2rem 0; }

@media (min-width: 992px) {
  .page-sns-box-recommend {
    margin: 2.0625rem 0;
    padding: 0; }
  .page-sns-option-card {
    margin: 2.1875rem 0 2rem;
    padding: 6.25rem 0; }
  .page-sns-download-sns {
    padding: 4.1875rem; }
  .page-sns .achievement {
    padding: 0 0 3.8125rem;
    margin-top: initial; }
    .page-sns .achievement .achievement__wrapper-slider {
      margin: 0.3125rem -0.75rem 8.0625rem; }
    .page-sns .achievement .achievement__card-body {
      min-height: 11.75rem; }
    .page-sns .achievement .list-inline {
      margin: 0 -0.3125rem; }
  .page-sns .list-function {
    padding: 2.75rem 0 0; }
    .page-sns .list-function .title-item {
      font-size: 2.125rem;
      margin: 0rem auto 3.0625rem;
      letter-spacing: 0.41875rem;
      color: #0075C1;
      text-align: left;
      line-height: 3.1875rem; }
    .page-sns .list-function .img-right,
    .page-sns .list-function .img-left {
      padding: 9rem 0 10rem; }
    .page-sns .list-function .img-right:last-child {
      padding-bottom: 10rem; }
    .page-sns .list-function .text-item {
      margin: 1.75rem 0 2.6875rem; } }

.list-fv {
  padding: 0; }
  .list-fv .container_fv {
    background: #fff;
    box-shadow: 0px 0px 13px 5px #ededed;
    padding: 3% 3% 5% 3%;
    margin: 0 auto 40px; }
    .list-fv .container_fv .list_fv li:first-child {
      margin-bottom: 20px; }
      .list-fv .container_fv .list_fv li:first-child img {
        max-width: 100%; }
    .list-fv .container_fv .list_fv li:last-child h2 {
      font-size: 1rem;
      color: #000;
      margin-bottom: 20px;
      text-align: center; }
    .list-fv .container_fv .list_fv li:last-child .caption {
      font-size: 0.875rem;
      color: #000;
      line-height: 1.4em;
      margin-bottom: 20px; }
    .list-fv .container_fv .list_fv li:last-child .span_sm {
      font-size: 0.5625rem;
      color: #344246;
      display: block; }

@media screen and (min-width: 540px) {
  .list-fv .container_fv .list_fv li:last-child .span_sm {
    display: inline-block; } }

@media screen and (min-width: 769px) {
  .list-fv {
    padding: 2.75rem 0 0; }
    .list-fv .container_fv {
      max-width: 950px;
      margin: 0 auto 80px;
      padding: 3%; }
      .list-fv .container_fv .list_fv {
        display: flex; }
        .list-fv .container_fv .list_fv li:first-child {
          width: 30%;
          margin-bottom: initial; }
        .list-fv .container_fv .list_fv li:last-child {
          width: 75%; }
          .list-fv .container_fv .list_fv li:last-child h2 {
            text-align: initial; } }

.container {
  position: relative; }

h2 {
  font-size: 2.125rem;
  color: #0075C1; }

.img-modal {
  width: 300px; }

.reverse-position {
  width: 100%; }
  @media screen and (min-width: 769px) {
    .reverse-position {
      width: initial;
      position: absolute;
      right: 25%; } }
  @media screen and (min-width: 1200px) {
    .reverse-position {
      right: 30%; } }

.row-mtop {
  margin-top: 50px; }
  @media screen and (min-width: 769px) {
    .row-mtop {
      margin-top: 400px; } }

.row-mbtm {
  margin-bottom: 100px; }
  @media screen and (min-width: 769px) {
    .row-mbtm {
      margin-bottom: 200px; } }

.pb-30 {
  padding-bottom: 20px; }
  @media screen and (min-width: 769px) {
    .pb-30 {
      padding-bottom: initial; } }

.row-mbtm-02 {
  margin-bottom: 40px; }
  @media screen and (min-width: 769px) {
    .row-mbtm-02 {
      margin-bottom: 200px; } }

.list_work,
.list_work_sub {
  display: grid;
  list-style: none;
  padding: 0;
  margin: 0; }
  .list_work h3,
  .list_work_sub h3 {
    font-size: 1.125rem;
    color: #0075C1;
    margin-bottom: 10px; }
  .list_work p,
  .list_work_sub p {
    font-size: 1rem;
    color: #344246; }

.list_work {
  grid-template-columns: 1fr;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 50px; }
  @media screen and (min-width: 769px) {
    .list_work {
      grid-template-columns: 1fr;
      -moz-column-gap: 0;
           column-gap: 0;
      grid-template-columns: 50% 1fr;
      -moz-column-gap: 15px;
           column-gap: 15px; } }

.list_work_sub {
  grid-template-columns: 36% 1fr;
  -moz-column-gap: 2%;
       column-gap: 2%; }
  @media screen and (min-width: 769px) {
    .list_work_sub {
      grid-template-columns: 40% 1fr;
      -moz-column-gap: 10px;
           column-gap: 10px; } }
  .list_work_sub li:last-child {
    display: flex;
    flex-direction: column;
    justify-content: center; }

.col-small {
  width: 100%; }
  @media screen and (min-width: 992px) {
    .col-small {
      width: initial; } }

.modal-header h3 {
  font-size: 0.75rem;
  color: #0075C1; }
  @media screen and (min-width: 600px) {
    .modal-header h3 {
      font-size: 1.125rem; } }

.sns-heading {
  margin: 0.875rem 0; }
  .sns-heading__wrapper {
    padding: 0; }
  .sns-heading__title {
    margin: 1.6875rem 0; }
  .sns-heading__desc {
    margin: 1.1875rem 0;
    font-size: 0.875rem;
    line-height: 1.25rem; }
  .sns-heading__note {
    font-size: 0.875rem;
    font-weight: bold; }
  @media (min-width: 992px) {
    .sns-heading {
      margin: 1.25rem 0 0; }
      .sns-heading__title {
        margin: 2.25rem 0; }
      .sns-heading__desc {
        margin: 0.75rem 0;
        letter-spacing: 0.025rem;
        font-size: 1rem;
        line-height: 1.5rem; } }

.topic-sns__title {
  text-align: center;
  line-height: 1.5rem;
  margin-bottom: 2.0625rem;
  letter-spacing: 0; }

.topic-sns__img {
  width: 30%;
  padding-top: 0.8125rem; }
  .topic-sns__img img {
    width: 2.75rem; }

.topic-sns__content {
  margin-bottom: 2rem; }

.topic-sns__name {
  color: #0075C1;
  margin: 0.625rem 0 1rem;
  font-weight: bold; }

.topic-sns__wrap-message {
  display: flex;
  padding: 0 0.4375rem; }

.topic-sns__message {
  position: relative;
  background-color: #fff;
  padding: 0.8125rem 0.8125rem;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.04);
  border-radius: 0.375rem; }
  .topic-sns__message::before {
    content: "";
    position: absolute;
    top: 1.25rem;
    left: -0.5rem;
    border-top: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #fff;
    transform: translateX(-50%) rotate(180deg); }
  .topic-sns__message p {
    margin-bottom: 0;
    font-size: 0.875rem; }

.topic-sns .img-right .topic-sns__message::before {
  left: auto;
  right: -1.5rem;
  border-right: 8px solid #fff;
  border-left: 8px solid transparent; }

.topic-sns .img-right .topic-sns__wrap-message {
  flex-direction: row-reverse; }

.topic-sns .img-right .topic-sns__img {
  padding-left: 1.875rem; }

@media (min-width: 768px) {
  .topic-sns {
    max-width: 57.25rem;
    margin: 0 auto; }
    .topic-sns__title {
      line-height: 1.875rem;
      margin-bottom: 5.0625rem;
      letter-spacing: 0.01875rem; }
    .topic-sns__content {
      display: flex;
      margin-bottom: 0; }
    .topic-sns__img {
      max-width: 12.5rem;
      padding: 0 1.1875rem; }
      .topic-sns__img img {
        width: 100%; }
    .topic-sns__name {
      color: #0075C1;
      margin: 0.625rem 0 1.5rem; }
    .topic-sns__wrap-message {
      display: block;
      padding: 0 0 0 1.6875rem; }
    .topic-sns__message {
      position: relative;
      background-color: #fff;
      padding: 1rem 1.5625rem;
      box-shadow: 0 20px 20px rgba(0, 0, 0, 0.04);
      border-radius: 0.375rem;
      width: 32.375rem; }
      .topic-sns__message::before {
        content: "";
        position: absolute;
        top: 1.25rem;
        left: -0.5rem;
        border-top: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 8px solid #fff;
        transform: translateX(-50%) rotate(180deg); }
      .topic-sns__message p {
        margin-bottom: 0;
        font-size: 1rem;
        line-height: 1.5rem; }
    .topic-sns .img-right {
      flex-direction: row-reverse; }
      .topic-sns .img-right .topic-sns__name {
        text-align: right; }
      .topic-sns .img-right .topic-sns__message::before {
        left: auto;
        right: -1.5rem;
        border-right: 8px solid #fff;
        border-left: 8px solid transparent; }
      .topic-sns .img-right .topic-sns__message p {
        margin-bottom: 0; }
      .topic-sns .img-right .topic-sns__wrap-message {
        padding: 0 1.6875rem 0 0; } }

@media (min-width: 768px) and (max-width: 991px) {
  .topic-sns__content {
    margin-bottom: 2rem; } }

.download-sns h6 {
  margin-bottom: 1.25rem;
  line-height: 1.5rem;
  letter-spacing: 0.0125rem;
  font-weight: normal; }

.download-sns .btn-orange-white {
  width: 100%; }

@media (min-width: 992px) {
  .download-sns {
    text-align: center; }
    .download-sns h6 {
      margin-bottom: 2.8125rem; }
    .download-sns .btn-orange-white {
      width: 26.375rem;
      transition: transform 0.2s ease-in-out; }
      .download-sns .btn-orange-white:hover {
        transform: translateY(-0.3125rem); } }

.box-recommend {
  background-color: #fff;
  width: 100%;
  padding: 1.125rem 0.75rem;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.04); }
  .box-recommend__text {
    padding-left: 1.0625rem; }
    .box-recommend__text p {
      position: relative;
      margin-bottom: 0;
      letter-spacing: 0.025rem;
      font-size: 0.875rem;
      line-height: 1.5rem;
      color: #0075C1;
      font-weight: bold; }
      .box-recommend__text p::before {
        content: '';
        background: url(../img/common/check-box.png);
        right: -2.1875rem;
        width: 0.9375rem;
        height: 0.75rem;
        position: absolute;
        top: 0;
        left: -1.125rem;
        transform: translateY(6px); }
    .box-recommend__text span {
      margin-bottom: 20px;
      font-size: 0.875rem;
      color: #344246;
      display: block; }
  @media (min-width: 768px) {
    .box-recommend {
      width: 32.1875rem;
      margin: 0 auto;
      padding: 1.875rem 2.8125rem 0.9375rem 2.8125rem; }
      .box-recommend__text {
        padding-left: 0.9375rem; }
        .box-recommend__text p {
          position: relative;
          margin-bottom: 0;
          letter-spacing: 0.025rem;
          font-size: 1rem; }
          .box-recommend__text p::before {
            top: 50%;
            left: -1.3125rem;
            transform: translateY(-50%); } }

.option-card .image-box {
  width: 100%;
  padding: 1.5625rem 1.3125rem 0.6875rem;
  background-image: url(../img/utilize-voice-sns/utilize-voice-sns-caret.png);
  background-position: bottom center;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.04); }

@media (min-width: 768px) {
  .option-card {
    padding: 0 3.75rem; }
    .option-card .image-box {
      width: 16.25rem;
      padding: 0.8125rem 1.3125rem 2.0625rem;
      background-size: 0.875rem;
      background-position-y: 95%; }
      .option-card .image-box .image-box-title {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 4.3125rem;
        line-height: 1.375rem;
        margin-bottom: 0.1875rem;
        left: 0.03125rem; } }

@media (max-width: 768px) {
  .option-card .image-box {
    width: 100%;
    margin-bottom: 1.4375rem;
    margin-right: 0.9375rem;
    padding: 0.5rem 1.3125rem;
    background-position: center right;
    background-position-x: 95%;
    background-size: 0.9375rem; }
  .option-card .image-box-link {
    display: flex;
    align-items: center; }
    .option-card .image-box-link .image-box-title {
      order: 1;
      margin-bottom: 0;
      font-weight: bold;
      line-height: 1.5rem;
      text-align: center;
      width: 50%;
      letter-spacing: 0; }
    .option-card .image-box-link .img {
      order: 0;
      width: 45%; } }

.achievement.sns-slider {
  background: transparent; }
  .achievement.sns-slider .achievement__card-body {
    min-height: 11.5625rem; }
    .achievement.sns-slider .achievement__card-body .achievement__card-text {
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 6;
      -webkit-box-orient: vertical;
      margin-bottom: 0; }
  .achievement.sns-slider .slick-slide {
    padding: 0 1.25rem; }
  @media (min-width: 768px) {
    .achievement.sns-slider {
      padding-bottom: 4rem;
      padding-top: 8.1875rem; } }
  @media (max-width: 768px) {
    .achievement.sns-slider {
      margin-bottom: 4.625rem; } }

.other-usage {
  background: url(../img/other-usage/bg_other_usage_mb.png) top -164px left -793px/2000px auto no-repeat;
  padding-top: 5.625rem;
  padding-bottom: 1.5625rem; }
  .other-usage .content-wrap {
    margin-bottom: 3.3125rem; }
    .other-usage .content-wrap .title {
      font-size: 2.125rem;
      color: #0075C1;
      letter-spacing: 0.4375rem; }
  .other-usage .image-box {
    width: 18rem; }
    .other-usage .image-box .image-box-subtitle {
      color: #344246;
      font-size: 0.875rem;
      margin-bottom: 0.5625rem; }
    .other-usage .image-box .image-box-title {
      margin-bottom: 1.1875rem; }
    .other-usage .image-box a:focus {
      outline-offset: 0;
      outline: 0; }
  .other-usage .slick-slide {
    padding-top: 0.9375rem; }
    .other-usage .slick-slide:focus {
      outline-offset: 0;
      outline: 0; }
  .other-usage .slick-next {
    right: 0;
    z-index: 3; }
    .other-usage .slick-next::before {
      content: '';
      background: transparent url(../img/common/caret_blue_right.svg) center right 0.4375rem/0.4375rem auto no-repeat;
      content: '';
      height: 1.25rem;
      width: 1.25rem;
      padding-left: 1.375rem;
      cursor: pointer; }
  .other-usage .slick-prev {
    left: 0;
    z-index: 3; }
    .other-usage .slick-prev::before {
      content: '';
      background: transparent url(../img/common/caret_blue_left.svg) center right 0.4375rem/0.4375rem auto no-repeat;
      height: 1.25rem;
      width: 1.25rem;
      padding-left: 1.375rem;
      cursor: pointer; }
  @media (min-width: 768px) {
    .other-usage {
      background-image: url(../img/other-usage/bg_other_usage.png);
      background-position: 60% 100%;
      background-size: auto 100%;
      background-repeat: no-repeat;
      padding-top: 11.5625rem;
      padding-bottom: 11.875rem; }
      .other-usage .other-usage-link {
        margin-top: 6.1875rem; } }
  @media only screen and (min-width: 1441px) {
    .other-usage {
      background-position: 70% 100%;
      background-size: auto 100%; } }
  @media (max-width: 768px) {
    .other-usage .content-wrap {
      margin-bottom: 2.6875rem; }
      .other-usage .content-wrap .title {
        font-size: 1.5rem;
        letter-spacing: 0.3125rem; }
    .other-usage .other-usage-link {
      margin-top: 7rem; } }

.utilize-voice-sns {
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .utilize-voice-sns {
      margin-bottom: 2rem; } }

.sns-marketing {
  margin-bottom: 6.25rem;
  padding-top: 5rem; }
  @media (min-width: 768px) {
    .sns-marketing {
      padding-top: 8.25rem; } }

.media-page .imgbox {
  margin: 0 auto; }
  .media-page .imgbox img {
    width: 100%; }

.intro-academic .top-wrapper {
  padding: 3.125rem 4.875rem;
  margin-bottom: 3.125rem; }
  .intro-academic .top-wrapper .title {
    margin-bottom: 2.375rem; }

.intro-academic .desc .title-wrapper {
  color: #0075c1; }

.intro-academic .desc .text-wrapper {
  margin-top: 2.1875rem; }
  .intro-academic .desc .text-wrapper p {
    position: relative;
    margin-bottom: 0; }
    .intro-academic .desc .text-wrapper p::before {
      content: "";
      position: absolute;
      width: 1.25rem;
      height: 1.25rem;
      background: transparent url("../img/common/checked.png") no-repeat center;
      top: 50%;
      left: 0;
      transform: translate(0, -50%); }

.intro-academic .desc .img-wrapper img {
  max-width: 100%;
  height: auto; }

@media (min-width: 992px) {
  .intro-academic {
    background: url("../img/common/bg_bubble2_article.png");
    background-position: -35% 100%;
    background-size: auto;
    background-repeat: no-repeat; }
    .intro-academic .desc {
      padding-top: 3.125rem; }
      .intro-academic .desc .item {
        padding: 3.125rem; }
        .intro-academic .desc .item + .item {
          margin-top: 4.0625rem; }
        .intro-academic .desc .item .row {
          position: relative; }
        .intro-academic .desc .item .img-wrapper {
          position: absolute;
          top: 0; }
        .intro-academic .desc .item .text-wrapper p {
          padding-left: 1.875rem; }
      .intro-academic .desc .img-left .row {
        justify-content: flex-end; }
      .intro-academic .desc .img-left .title-wrapper {
        margin-left: 50%; }
      .intro-academic .desc .img-left .title-wrapper {
        padding-left: 8.5%; }
      .intro-academic .desc .img-left .img-wrapper {
        padding: 0 0 0 5.3125rem;
        left: 0; }
        .intro-academic .desc .img-left .img-wrapper img {
          margin: -0.75rem 0; }
      .intro-academic .desc .img-left .text-wrapper {
        padding-left: 14%; }
      .intro-academic .desc .img-right {
        padding-top: 7.5rem; }
        .intro-academic .desc .img-right .row {
          justify-content: flex-start; }
        .intro-academic .desc .img-right .title-wrapper,
        .intro-academic .desc .img-right .text-wrapper {
          padding-left: 7%; }
        .intro-academic .desc .img-right .text-wrapper {
          min-height: 14.375rem;
          margin-right: 50%;
          margin-top: 2.375rem; }
        .intro-academic .desc .img-right .img-wrapper {
          right: 0;
          margin: 0;
          padding: 0 5.3125rem 0 0; } }

@media only screen and (min-width: 1441px) {
  .intro-academic {
    background-position: -8% 100%;
    background-size: auto 45%; } }

@media (max-width: 992px) {
  .intro-academic .top-wrapper {
    padding: 0;
    margin-top: 3.125rem; }
  .intro-academic .desc .item + .item {
    margin-top: 5.3125rem;
    padding-top: 5rem;
    padding-bottom: 1.875rem; }
  .intro-academic .desc .title-wrapper {
    text-align: center; }
    .intro-academic .desc .title-wrapper h2 {
      margin-bottom: 2.75rem; }
  .intro-academic .desc .img-wrapper img {
    display: block;
    max-width: 90%;
    height: auto;
    margin: 0 auto; }
  .intro-academic .desc .text-wrapper {
    padding: 0 1.875rem;
    margin-top: 2.375rem; }
    .intro-academic .desc .text-wrapper p {
      padding-left: 1.5625rem; } }

@keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden; }
  50% {
    opacity: .7;
    visibility: visible; }
  100% {
    opacity: 1;
    visibility: visible; } }

.procedure-academic {
  margin-top: 6.875rem; }
  .procedure-academic .step-wrapper {
    display: flex;
    margin: 0 -0.9375rem; }
    .procedure-academic .step-wrapper.active .show {
      opacity: 1;
      visibility: visible;
      -webkit-animation: .5s fadeIn;
              animation: .5s fadeIn; }
    .procedure-academic .step-wrapper .step {
      visibility: hidden;
      opacity: 0;
      padding: 0;
      margin: 0; }
      .procedure-academic .step-wrapper .step .arrow::after {
        content: "";
        position: absolute; }
      .procedure-academic .step-wrapper .step:first-child {
        z-index: 5; }
        .procedure-academic .step-wrapper .step:first-child .arrow {
          background: #EAF1F6; }
      .procedure-academic .step-wrapper .step:nth-child(2) {
        z-index: 4; }
        .procedure-academic .step-wrapper .step:nth-child(2) .arrow {
          background: #CEE6F7; }
      .procedure-academic .step-wrapper .step:last-child {
        z-index: 3; }
        .procedure-academic .step-wrapper .step:last-child .arrow {
          background: #A4D2F2; }
  .procedure-academic .title {
    text-align: center;
    margin-bottom: 4.6875rem;
    color: #0075C1; }
  @media (min-width: 992px) {
    .procedure-academic .container {
      width: 58.75rem;
      max-width: 100%; }
      .procedure-academic .container .step {
        position: relative; }
        .procedure-academic .container .step .content {
          display: flex;
          align-items: flex-start;
          height: 12.25rem;
          padding: 4.0625rem 5rem 4.0625rem 0; }
          .procedure-academic .container .step .content .text {
            max-height: 100%; }
          .procedure-academic .container .step .content h3 {
            font-size: 1rem;
            font-weight: bold; }
          .procedure-academic .container .step .content h3, .procedure-academic .container .step .content p {
            margin-bottom: 0; }
        .procedure-academic .container .step:first-child {
          width: 36.7%;
          margin-right: -6.25rem; }
          .procedure-academic .container .step:first-child .arrow::after {
            border-right-color: #EAF1F6;
            border-bottom-color: #EAF1F6; }
          .procedure-academic .container .step:first-child .content {
            padding-left: 3.9375rem; }
        .procedure-academic .container .step:nth-child(2) {
          width: calc(34% + 98px);
          margin-right: -6.25rem; }
          .procedure-academic .container .step:nth-child(2) .arrow {
            box-shadow: 0 20px 20px rgba(0, 0, 0, 0.04); }
            .procedure-academic .container .step:nth-child(2) .arrow::after {
              border-right-color: #CEE6F7;
              border-bottom-color: #CEE6F7; }
          .procedure-academic .container .step:nth-child(2) .content {
            padding-left: 8.75rem; }
        .procedure-academic .container .step:last-child {
          width: calc(29.83% + 98px); }
          .procedure-academic .container .step:last-child .arrow::after {
            border-right-color: #A4D2F2;
            border-bottom-color: #A4D2F2; }
          .procedure-academic .container .step:last-child .content {
            padding-left: 8.75rem; }
        .procedure-academic .container .step .arrow {
          display: inline-block;
          position: absolute;
          width: calc(100% - 98px);
          height: 12.25rem;
          z-index: -1; }
          .procedure-academic .container .step .arrow::after {
            top: 1.8125rem;
            bottom: 0;
            right: -4.3125rem;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 4.3125rem;
            border-left-color: transparent;
            border-top-color: transparent;
            transform: rotate(-45deg);
            box-shadow: 10px 10px 10px -10px rgba(0, 0, 0, 0.1); } }
  @media (max-width: 992px) {
    .procedure-academic .container {
      width: 100%; }
      .procedure-academic .container .step-wrapper {
        flex-wrap: wrap;
        padding: 0 1.875rem; }
        .procedure-academic .container .step-wrapper .step {
          width: 100%;
          display: flex;
          flex-direction: row; }
          .procedure-academic .container .step-wrapper .step:not(:last-child) {
            margin-bottom: -1.5625rem; }
          .procedure-academic .container .step-wrapper .step:first-child .content {
            padding-top: 0.3125rem; }
          .procedure-academic .container .step-wrapper .step:first-child .arrow::after {
            border-top-color: #EAF1F6; }
          .procedure-academic .container .step-wrapper .step:nth-child(2) .content {
            padding-bottom: 1.25rem; }
          .procedure-academic .container .step-wrapper .step:nth-child(2) .arrow::after {
            border-top-color: #CEE6F7; }
          .procedure-academic .container .step-wrapper .step:last-child .content {
            padding-bottom: 0.625rem;
            padding-top: 1.5625rem; }
          .procedure-academic .container .step-wrapper .step:last-child .arrow::after {
            border-top-color: #A4D2F2; }
          .procedure-academic .container .step-wrapper .step .arrow {
            position: relative;
            height: calc(100% - 25px);
            width: 2.8125rem; }
            .procedure-academic .container .step-wrapper .step .arrow::after {
              left: 0;
              right: 0;
              bottom: -1.5625rem;
              border-left: 1.40625rem solid;
              border-right: 1.40625rem solid;
              border-top: 1.5625rem solid;
              border-left-color: transparent;
              border-right-color: transparent; }
          .procedure-academic .container .step-wrapper .step .content {
            width: calc(100% - 45px);
            padding-left: 2.1875rem;
            padding-top: 0.9375rem;
            padding-bottom: 1.875rem; }
            .procedure-academic .container .step-wrapper .step .content .text {
              padding-right: 0.625rem; }
            .procedure-academic .container .step-wrapper .step .content h3 {
              font-size: 1rem;
              font-weight: bold;
              margin-bottom: 0.125rem; }
            .procedure-academic .container .step-wrapper .step .content br {
              display: none; }
      .procedure-academic .container .title {
        color: #0075C1;
        margin-bottom: 4.375rem; } }

.circle-chart {
  padding: 10rem 0; }
  .circle-chart .title,
  .circle-chart .sub-title {
    text-align: center;
    margin-bottom: 2.8125rem; }
  .circle-chart .title {
    color: #0075c1; }
  .circle-chart h3 {
    font-size: 1.75rem;
    color: #141414;
    text-align: center;
    margin-top: 0.5rem;
    margin-bottom: 0.9375rem; }
  .circle-chart .circle-chart-2 .chart {
    padding: 0 2.75rem; }
  .circle-chart .chart {
    display: block;
    max-width: 100%; }
    .circle-chart .chart img {
      image-rendering: inherit; }
  .circle-chart .tag-cloud {
    color: #344246; }
    .circle-chart .tag-cloud h3 {
      text-align: right;
      margin-top: 0.75rem;
      margin-bottom: 2.1875rem;
      padding-right: 4.25rem; }
    .circle-chart .tag-cloud .tag-row {
      display: flex;
      flex-direction: row;
      justify-content: flex-end;
      padding: 0.3125rem; }
      .circle-chart .tag-cloud .tag-row .tag-item {
        display: flex;
        background: #fff;
        padding: 0.625rem 0.9375rem;
        min-width: 5.5625rem;
        text-align: center;
        justify-content: center;
        border-radius: 0.3125rem;
        height: 2.5rem;
        align-items: center;
        box-shadow: 0px 10px 21px -4px rgba(0, 0, 0, 0.25); }
      .circle-chart .tag-cloud .tag-row.first .tag-item:first-child {
        margin-top: 0.625rem;
        margin-bottom: 0.625rem;
        margin-right: 1.25rem; }
      .circle-chart .tag-cloud .tag-row.first .tag-item:nth-child(2) {
        margin-right: 4.375rem;
        margin-left: 1.25rem; }
      .circle-chart .tag-cloud .tag-row.second .tag-item:first-child {
        margin-top: 0.625rem;
        margin-right: 1.5625rem; }
      .circle-chart .tag-cloud .tag-row.second .tag-item:nth-child(2) {
        margin-right: 2.1875rem;
        margin-left: 1.5625rem; }
      .circle-chart .tag-cloud .tag-row.third .tag-item:first-child {
        margin-top: 1.25rem;
        margin-right: 1.875rem; }
      .circle-chart .tag-cloud .tag-row.third .tag-item:nth-child(2) {
        margin-right: 3.125rem;
        margin-left: 1.875rem; }
      .circle-chart .tag-cloud .tag-row.last .tag-item:first-child {
        margin-top: 0.9375rem;
        margin-right: 1.25rem; }
      .circle-chart .tag-cloud .tag-row.last .tag-item:nth-child(2) {
        margin-bottom: 1.25rem;
        margin-right: 0.9375rem;
        margin-left: 1.25rem; }
  @media (min-width: 992px) {
    .circle-chart .circle-chart-1 {
      padding-left: 0; }
    .circle-chart .circle-chart-2 .chart {
      margin: 1.6875rem auto 0;
      padding: 0 2.375rem 0 3.4375rem; }
    .circle-chart .tags-cloud-cols {
      padding-right: 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .circle-chart .tag-cloud .tag-row {
      justify-content: center; } }

@media (max-width: 992px) {
  .circle-chart {
    padding-bottom: 9.6875rem;
    padding-top: 6.6875rem; }
    .circle-chart h3 {
      font-size: 1.125rem;
      text-align: center;
      padding-right: 0;
      margin-bottom: 2.1875rem;
      margin-top: 0.75rem; }
    .circle-chart .chart {
      margin-bottom: 1.5625rem;
      margin-left: auto;
      margin-right: auto; }
    .circle-chart .title,
    .circle-chart .sub-title {
      margin-bottom: 1.5625rem; }
    .circle-chart .sub-title {
      text-align: left; }
    .circle-chart .tag-cloud h3 {
      text-align: center;
      margin-bottom: 1.6875rem;
      margin-top: 0.625rem;
      padding: 0; }
    .circle-chart .tag-cloud .tag-row .tag-item {
      padding: 0.625rem 0.9375rem; } }

.analysis-results {
  background: #fff;
  padding: 10rem 0;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.04); }
  .analysis-results .title,
  .analysis-results .table-result thead {
    font-weight: bold;
    text-align: center; }
  .analysis-results .title {
    margin-bottom: 3.125rem; }
  .analysis-results .sub-title {
    text-align: center;
    margin-bottom: 4.375rem; }
  .analysis-results .table-result {
    width: 100%; }
    .analysis-results .table-result thead td {
      padding-bottom: 2.1875rem; }
    .analysis-results .table-result tbody {
      font-size: 0.875rem; }
      .analysis-results .table-result tbody th, .analysis-results .table-result tbody td {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem; }
      .analysis-results .table-result tbody td {
        border-bottom: 1px solid #c6d3dc; }

@media (min-width: 768px) {
  .analysis-results {
    padding: 10rem 3.0625rem; }
    .analysis-results .title,
    .analysis-results .table-result thead {
      font-size: 1.75rem; }
    .analysis-results .title {
      margin-bottom: 3.125rem; }
    .analysis-results .sub-title {
      margin-bottom: 4.375rem; }
    .analysis-results .table-result thead td {
      padding-bottom: 2.1875rem; }
    .analysis-results .table-result tbody th, .analysis-results .table-result tbody td {
      vertical-align: top; }
    .analysis-results .table-result tbody th {
      width: 33.5%;
      border-bottom: 1px solid #c6d3dc;
      padding-left: 0.75rem;
      padding-right: 1.875rem; }
    .analysis-results .table-result tbody td {
      width: 66.5%;
      padding-left: 3.4375rem;
      padding-right: 0.75rem; } }

@media (max-width: 768px) {
  .analysis-results {
    padding: 1.75rem 0.1875rem 8.5625rem; }
    .analysis-results .title,
    .analysis-results .table-result thead {
      font-size: 1.125rem; }
    .analysis-results .title {
      letter-spacing: 0;
      margin-bottom: 2.1875rem; }
    .analysis-results .sub-title {
      text-align: left;
      margin-bottom: 3.875rem;
      padding: 0 0.625rem; }
    .analysis-results .table-result tr {
      display: flex;
      flex-wrap: wrap; }
    .analysis-results .table-result thead tr {
      margin-bottom: 1.25rem; }
    .analysis-results .table-result thead td {
      width: 50%;
      padding-bottom: 0; }
      .analysis-results .table-result thead td:first-child {
        position: relative;
        text-align: right;
        padding-right: 1.375rem; }
        .analysis-results .table-result thead td:first-child::after {
          content: '•';
          width: 1.375rem;
          height: auto;
          text-align: center;
          position: absolute;
          top: 50%;
          transform: translate(0, -50%); }
      .analysis-results .table-result thead td:last-child {
        text-align: left; }
    .analysis-results .table-result tbody tr:last-child td {
      border-bottom: none; }
    .analysis-results .table-result tbody th, .analysis-results .table-result tbody td {
      width: 100%;
      padding: 0.75rem; }
    .analysis-results .table-result tbody th {
      padding-bottom: 0; }
    .analysis-results .table-result tbody td {
      padding-top: 1.0625rem;
      padding-bottom: 0.9375rem; } }

.download-visualization-engine {
  background: url(../img/download-visualization-engine/bg_download_visualization_engine_mb.png) top -84 left 48px/600px auto no-repeat;
  padding-top: 7rem;
  margin-top: -4.5rem; }
  .download-visualization-engine .title {
    font-size: 1.375rem;
    letter-spacing: 0.125rem;
    margin-bottom: 0.875rem;
    line-height: 2.125rem; }
  .download-visualization-engine .d-overview-material {
    margin-top: 1.25rem; }
    .download-visualization-engine .d-overview-material .title {
      color: #0075C1;
      letter-spacing: 0.4375rem; }
  .download-visualization-engine .d-overview-material-content .button-group .btn {
    padding: 0.75rem 0.375rem; }
  @media (min-width: 992px) {
    .download-visualization-engine {
      background: url(../img/download-visualization-engine/bg_download_visualization_engine.png) top -339px left 600px/930px auto no-repeat;
      padding-top: 9rem;
      margin-top: -9rem; }
      .download-visualization-engine .title {
        font-size: 2.125rem;
        color: #344246;
        margin-bottom: 2.25rem; }
      .download-visualization-engine .d-overview-material {
        margin-top: 4.3125rem; }
      .download-visualization-engine .d-visualization-engine-top {
        margin-top: 3.375rem;
        margin-left: 2.1875rem;
        margin-bottom: 6.6875rem; }
      .download-visualization-engine .d-overview-material-img {
        margin-top: 0.875rem; }
      .download-visualization-engine .d-overview-material-content {
        margin-top: 2.1875rem;
        margin-left: 3rem;
        padding-right: 1.25rem; }
        .download-visualization-engine .d-overview-material-content .content {
          margin-bottom: 5.25rem; }
        .download-visualization-engine .d-overview-material-content .button-group {
          margin-left: 0.9375rem;
          margin-right: 2.1875rem; }
        .download-visualization-engine .d-overview-material-content .btn {
          font-size: 1.125rem; } }
  @media only screen and (min-width: 1441px) {
    .download-visualization-engine {
      background: url(../img/download-visualization-engine/bg_download_visualization_engine.png) top -20vw left 50vw/50vw auto no-repeat;
      background-color: transparent; } }
  @media (max-width: 992px) {
    .download-visualization-engine .d-overview-material-img {
      margin-bottom: 1rem; }
      .download-visualization-engine .d-overview-material-img img {
        width: 100%; }
    .download-visualization-engine .d-overview-material-content .content {
      margin-bottom: 2.1875rem; } }

@media (min-width: 768px) {
  .page-service .button-group {
    max-width: 33.8125rem;
    margin-left: auto;
    margin-right: auto; } }

.page-service .button-group .btn-orange-white {
  transition: transform 0.2s ease-in-out; }
  .page-service .button-group .btn-orange-white:hover {
    transform: translateY(-0.3125rem); }

.service-option-card {
  margin-bottom: 4.625rem; }
  @media (min-width: 992px) {
    .service-option-card {
      margin-bottom: 10.3125rem; } }
  .service-option-card .image-box .image-box-title {
    font-weight: bold; }

.service-plan {
  margin-bottom: 3.125rem; }
  @media (min-width: 992px) {
    .service-plan {
      margin-bottom: 3.125rem; } }
  .service-plan .intro-plan .title {
    font-size: 1.5rem;
    color: #0075C1;
    margin-bottom: 2rem; }
    @media (min-width: 992px) {
      .service-plan .intro-plan .title {
        font-size: 2.125rem;
        margin-bottom: 4.125rem; } }
  .service-plan .intro-plan .description {
    margin-bottom: 2.8125rem; }
    @media (min-width: 768px) {
      .service-plan .intro-plan .description {
        text-align: center; } }
    @media (min-width: 992px) {
      .service-plan .intro-plan .description {
        margin-bottom: 4.125rem; } }
  .service-plan .contract-plan {
    margin-bottom: 2.5rem; }
    @media (min-width: 992px) {
      .service-plan .contract-plan {
        margin-bottom: 4.0625rem; } }
    .service-plan .contract-plan .title {
      font-size: 1rem;
      margin-bottom: 2.125rem; }
      @media (min-width: 992px) {
        .service-plan .contract-plan .title {
          font-size: 1.75rem;
          margin-bottom: 3.25rem; } }
    @media (min-width: 992px) {
      .service-plan .contract-plan__wrapper {
        max-width: 54.6875rem;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap; } }
    .service-plan .contract-plan__item {
      background-color: #fff;
      box-shadow: 0 20px 20px rgba(0, 0, 0, 0.04); }
      @media (min-width: 768px) {
        .service-plan .contract-plan__item {
          max-width: 23.9375rem;
          margin: 0 auto; } }
      @media (min-width: 992px) {
        .service-plan .contract-plan__item {
          display: flex;
          flex-direction: column; } }
      .service-plan .contract-plan__item .heading {
        font-size: 1rem;
        background: #3699d4;
        background: linear-gradient(90deg, #3699d4 0%, #1782c7 100%);
        color: #fff;
        margin: 0;
        padding: 0.75rem 0.625rem 0.6875rem; }
        @media (min-width: 992px) {
          .service-plan .contract-plan__item .heading {
            font-size: 1.5rem;
            padding: 1rem 0.625rem 1.0625rem; } }
      .service-plan .contract-plan__item .content {
        padding: 1.1875rem 1.0625rem 2.875rem;
        line-height: 1.3125rem;
        flex: 1 0 auto; }
        @media (min-width: 992px) {
          .service-plan .contract-plan__item .content {
            padding: 1.0625rem 1.5rem 1.875rem;
            line-height: 1.5; } }
    .service-plan .contract-plan .icon-plus {
      width: 2.8125rem;
      height: 2.8125rem;
      margin: 1rem auto 2rem;
      position: relative;
      align-self: center; }
      @media (min-width: 992px) {
        .service-plan .contract-plan .icon-plus {
          align-self: center;
          margin: 0 2rem; } }
      .service-plan .contract-plan .icon-plus:before, .service-plan .contract-plan .icon-plus:after {
        content: "";
        width: 2.8125rem;
        height: 0.3125rem;
        background-color: #81B5D9;
        position: absolute;
        border-radius: 0.625rem; }
      .service-plan .contract-plan .icon-plus:before {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); }
      .service-plan .contract-plan .icon-plus:after {
        left: 0;
        top: 50%;
        transform: rotate(90deg) translateX(-3px); }
  .service-plan .button-group {
    margin-bottom: 5.1875rem; }
    @media (min-width: 992px) {
      .service-plan .button-group {
        margin-bottom: 4.1875rem; } }
  .service-plan .support-plan .title {
    font-size: 1rem;
    margin-bottom: 2rem; }
    @media (min-width: 768px) {
      .service-plan .support-plan .title {
        font-size: 1.75rem;
        margin-bottom: 4.25rem; } }
  .service-plan .support-plan__wrapper {
    padding: 0 0.625rem; }
    @media (min-width: 768px) {
      .service-plan .support-plan__wrapper {
        display: flex;
        justify-content: center;
        padding: 0; } }
  .service-plan .support-plan__item {
    background-color: #fff;
    margin-bottom: 2.5rem;
    padding: 1.625rem 0.625rem 1.625rem 1.0625rem;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.04); }
    @media (min-width: 768px) {
      .service-plan .support-plan__item {
        width: 100%;
        max-width: 20.4375rem;
        margin-left: 2.5rem;
        margin-right: 2.5rem;
        padding: 1.625rem 0.625rem 1.625rem 1.25rem; } }
    .service-plan .support-plan__item .image-thumb {
      margin-bottom: 1.5625rem; }
    .service-plan .support-plan__item .heading {
      font-size: 1rem;
      margin-bottom: 0; }
    .service-plan .support-plan__item .content {
      font-size: 0.875rem; }
      .service-plan .support-plan__item .content p {
        margin-top: 1.0625rem;
        margin-bottom: 1.125rem; }

.visualization-consulting {
  position: relative;
  padding-top: 5rem;
  margin-top: 6.25rem;
  padding-bottom: 5.625rem;
  margin-bottom: 4.625rem;
  background-image: url("../img/common/bg_bubble_service_mb.png");
  background-position: center;
  background-size: 140% 100%;
  background-repeat: no-repeat; }
  @media only screen and (min-width: 768px) {
    .visualization-consulting {
      background-image: url("../img/common/bg_bubble_service.png");
      background-position: 35% 100%;
      background-size: auto 100%;
      padding-bottom: 9.0625rem;
      padding-top: 8.3125rem;
      margin-bottom: 11.1875rem;
      margin-top: 2.1875rem; } }
  .visualization-consulting .article-cpn {
    margin-bottom: 3.3125rem; }
    @media (min-width: 992px) {
      .visualization-consulting .article-cpn {
        margin-bottom: 5.8125rem; } }
    @media (min-width: 992px) {
      .visualization-consulting .article-cpn .title {
        margin-bottom: 2.5rem; } }
    @media (min-width: 992px) {
      .visualization-consulting .article-cpn .content {
        padding: 6rem 1.875rem 0 2.5rem;
        line-height: 1.9; } }

.support-menu {
  margin-bottom: 2.6875rem; }
  @media (min-width: 992px) {
    .support-menu {
      margin-bottom: 5.0625rem; } }
  .support-menu .title {
    font-size: 1rem;
    margin-bottom: 2rem; }
    @media (min-width: 992px) {
      .support-menu .title {
        font-size: 1.75rem;
        margin-bottom: 3.0625rem; } }
  .support-menu .description {
    margin-bottom: 2.6875rem; }
    @media (min-width: 992px) {
      .support-menu .description {
        text-align: center;
        margin-bottom: 3.125rem; } }
  .support-menu__list {
    margin: 0 auto;
    max-width: 43.25rem;
    background-color: #fff;
    padding: 1rem 1rem 1rem 1.3125rem;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.04); }
    @media (min-width: 992px) {
      .support-menu__list {
        padding: 1.5rem 2.5rem 1.5rem 2.8125rem; } }
    .support-menu__list ul {
      list-style: url("../img/common/check-box.png") outside;
      margin: 0;
      padding-left: 1rem;
      font-size: 0.875rem; }
      @media (min-width: 992px) {
        .support-menu__list ul {
          font-size: 1rem; } }

.project-period {
  margin-bottom: 0.5rem; }
  @media (min-width: 992px) {
    .project-period {
      margin-bottom: 2.8125rem; } }
  .project-period .title {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 2rem; }
    @media (min-width: 992px) {
      .project-period .title {
        font-size: 1.75rem;
        margin-bottom: 3rem; } }
  .project-period .note {
    margin-top: -1rem;
    margin-bottom: 2rem; }
  .project-period .wrapper-table {
    overflow-y: auto;
    padding-bottom: 2.5rem; }
    @media only screen and (max-width: 767px) {
      .project-period .wrapper-table {
        margin-right: -15px;
        margin-bottom: 1.5rem;
        padding-bottom: 1.5rem; } }
    .project-period .wrapper-table .inner {
      width: 53.25rem;
      margin: 0 auto;
      padding: 1.625rem 3.5625rem 1.625rem 0;
      background-color: #fff;
      box-shadow: 0 20px 20px rgba(0, 0, 0, 0.04); }
    .project-period .wrapper-table table {
      width: 48.5625rem;
      font-size: 0.875rem; }
    .project-period .wrapper-table th {
      font-size: 1.125rem;
      text-align: right;
      padding-bottom: 0.625rem;
      position: relative;
      right: -1.875rem; }
    .project-period .wrapper-table td {
      width: 20%;
      padding: 0 0.3125rem;
      border-right: 1px solid #81B5D9;
      vertical-align: top; }
      .project-period .wrapper-table td.ctn-center {
        vertical-align: middle;
        text-align: center; }
      .project-period .wrapper-table td strong {
        font-size: 1rem; }
      .project-period .wrapper-table td p {
        margin-bottom: 0; }
    .project-period .wrapper-table ul {
      margin: 0;
      padding-left: 1.25rem; }
    .project-period .wrapper-table .text-bg-blue {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 3.1875rem;
      font-weight: bold;
      padding: 0.1875rem 0.4375rem 0.375rem;
      margin-bottom: 0.5rem;
      text-align: center;
      border-radius: 0.3125rem;
      box-shadow: 0 20px 20px rgba(0, 0, 0, 0.04); }
      .project-period .wrapper-table .text-bg-blue.last-row {
        margin-bottom: 0; }
    .project-period .wrapper-table .text-bg-blue1 {
      background-color: #EAF1F6; }
    .project-period .wrapper-table .text-bg-blue2 {
      background-color: #CEE6F7; }
    .project-period .wrapper-table .text-bg-blue3 {
      background-color: #A4D2F2; }
    .project-period .wrapper-table .row-space .text-bg-blue {
      margin-top: 1.75rem; }
    .project-period .wrapper-table .row-space2 .text-bg-blue {
      margin-bottom: 0.9375rem; }
    .project-period .wrapper-table .space-55 td {
      height: 3.4375rem; }

.feature-list .title {
  color: #0075C1;
  margin-bottom: 2.25rem; }
  @media (min-width: 768px) {
    .feature-list .title {
      margin-bottom: 3.125rem; } }

.feature-list .description {
  margin-bottom: 2rem; }
  @media (min-width: 768px) {
    .feature-list .description {
      text-align: center;
      margin-bottom: 3.4375rem; } }

@media (min-width: 768px) {
  .feature-list__wrapper {
    max-width: 58.75rem;
    margin: 0 auto; } }

.feature-list .row {
  margin-left: -4.5px;
  margin-right: -4.5px; }

.feature-list .feature-list__item {
  padding-left: 4.5px;
  padding-right: 4.5px;
  margin-bottom: 0.75rem;
  display: flex; }
  @media (min-width: 768px) {
    .feature-list .feature-list__item {
      margin-bottom: 5.375rem; } }
  .feature-list .feature-list__item-wrapper {
    background-color: #fff;
    padding: 1.4375rem 0.5rem 2rem;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      .feature-list .feature-list__item-wrapper {
        width: 100%;
        max-width: 16.25rem;
        padding: 0.6875rem 1rem 2.1875rem; } }
  .feature-list .feature-list__item.box-right .feature-list__item-wrapper {
    margin-left: auto; }
  .feature-list .feature-list__item.box-center .feature-list__item-wrapper {
    margin: 0 auto; }
  .feature-list .feature-list__item .feature-name span {
    display: block;
    color: #fff;
    background-color: #0075C1;
    font-size: 0.875rem;
    font-weight: bold;
    padding: 0.1875rem 0.5rem;
    margin: 0 0.5rem 0.5rem 0.375rem;
    text-align: center; }
    @media (min-width: 768px) {
      .feature-list .feature-list__item .feature-name span {
        display: inline-block;
        margin: 0 0 1.0625rem;
        padding: 0.1875rem 1.6875rem 0.1875rem 1.4375rem; } }
  .feature-list .feature-list__item .heading {
    font-size: 0.875rem;
    line-height: 1.375rem;
    margin-bottom: 0.9375rem; }
    @media (max-width: 768px) {
      .feature-list .feature-list__item .heading {
        min-height: 2.75rem; } }
  .feature-list .feature-list__item .image-thumb {
    margin-bottom: 1rem; }
    @media (min-width: 768px) {
      .feature-list .feature-list__item .image-thumb {
        margin-bottom: 1.25rem; } }
    .feature-list .feature-list__item .image-thumb img {
      max-width: 4.0625rem; }
      @media (min-width: 768px) {
        .feature-list .feature-list__item .image-thumb img {
          max-width: 5rem; } }
  .feature-list .feature-list__item .content {
    font-size: 0.75rem;
    line-height: 1rem;
    flex: 1 0 auto; }
    @media (min-width: 768px) {
      .feature-list .feature-list__item .content {
        line-height: 1.5; } }

.article-download .content-wrap {
  margin-top: 5.875rem; }
  .article-download .content-wrap .title {
    font-size: 1.5rem;
    color: #0075C1;
    letter-spacing: 0.4375rem;
    margin-bottom: 4.5625rem; }
  .article-download .content-wrap .content {
    letter-spacing: 0.3px; }

.article-download__type ul {
  text-align: center;
  padding-left: 0; }
  .article-download__type ul li {
    list-style: none;
    display: inline-block; }
    .article-download__type ul li a {
      outline-offset: 0;
      outline: 0;
      padding: 1.125rem 4.5rem;
      background-color: #fff;
      color: #344246;
      font-size: 1rem;
      line-height: 2rem;
      text-decoration: none;
      box-shadow: 0 20px 20px rgba(0, 0, 0, 0.04);
      position: relative;
      border-radius: 0.4375rem; }
      .article-download__type ul li a::after {
        background: url(../img/common/caret_blue_down.svg) center center/contain no-repeat;
        height: 0.625rem;
        width: 0.625rem;
        content: "";
        right: 1.375rem;
        top: 1.5rem;
        position: absolute; }

.article-download__item {
  background-color: #fff;
  box-shadow: 0 1.25rem 1.25rem rgba(0, 0, 0, 0.04);
  border-radius: 0.5rem;
  padding: 1.5625rem;
  margin: 0 0.625rem;
  height: 100%;
  display: flex;
  flex-direction: column; }

.article-download__item-img {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: 1.6875rem; }

.article-download__item-body {
  margin-bottom: 1.4375rem;
  flex: 1 0 auto; }

.article-download__item-title {
  color: #344246;
  font-size: 1rem;
  margin-bottom: 1rem; }

.article-download__item-text {
  color: #344246; }

.article-download__item-bottom .btn {
  max-width: 13.3125rem;
  padding: 0.75rem 0.625rem; }

.article-download__wrap {
  margin-bottom: 2.5rem; }

@media (min-width: 768px) {
  .article-download {
    background: url(../img/article-download/bg_article_download.png) top -222px left -410px/1278px auto no-repeat;
    margin-top: 3.125rem;
    padding-top: 6.25rem; }
    .article-download__title {
      margin-bottom: 4.6875rem;
      margin-top: 2.5rem; }
      .article-download__title h4 {
        font-size: 1.75rem;
        color: #344246; }
    .article-download .content-wrap {
      margin-top: 0;
      margin-bottom: 2.875rem; }
      .article-download .content-wrap .title {
        font-size: 2.125rem; }
    .article-download__type ul li {
      margin: 1.625rem 1.25rem; }
    .article-download__category {
      margin-bottom: 5.25rem; }
      .article-download__category--1 {
        margin-bottom: 4.75rem; }
        .article-download__category--1 .article-download__title {
          margin-bottom: 3.0625rem; }
      .article-download__category--2 {
        margin-bottom: 3.125rem; }
        .article-download__category--2 .article-download__title {
          margin-bottom: 3.1875rem; } }

@media only screen and (min-width: 1441px) {
  .article-download {
    background: url(../img/article-download/bg_article_download.png) top -14vw left -18vw/80vw auto no-repeat; } }

@media (max-width: 768px) {
  .article-download .content-wrap .title {
    margin-bottom: 2.125rem; }
  .article-download__type ul {
    margin: 0 -1.875rem; }
    .article-download__type ul li {
      margin-bottom: 0.9375rem;
      line-height: 3.75rem;
      margin-left: 0.1875rem;
      margin-right: 0.1875rem; }
      .article-download__type ul li a {
        padding: 1.125rem 2.4375rem; }
  .article-download__category {
    margin-top: 3.25rem; }
    .article-download__category--2 {
      margin-top: 3rem; }
  .article-download__title {
    margin-bottom: 2.125rem; }
    .article-download__title h4 {
      font-size: 1rem; } }

.btn-textmining {
  width: 26rem;
  box-shadow: 0 4px #d50;
  transition: .3s;
  border: 1px solid #e67c00;
  color: #e67c00;
  position: relative;
  height: 3.625rem;
  font-size: 1.25rem;
  padding: .8125rem;
  cursor: pointer;
  display: inline-block; }
  .btn-textmining:hover {
    box-shadow: none;
    color: #e67c00;
    transform: translate3d(0, 5px, 0); }

.btn-textmining--top {
  padding-top: 0;
  height: 4.625rem; }

.btn-textmining .arrow_body {
  display: block;
  z-index: 9999;
  position: absolute;
  top: 21px;
  right: 3.625rem;
  width: 15px;
  height: 15px;
  border-style: solid;
  border-width: 2px;
  border-color: transparent transparent #e67c00 #e67c00;
  transform: rotate(-135deg); }

.btn-textmining--top .arrow_body {
  top: 30px; }

.btn-textmining .btn-subtxt {
  font-size: 11px; }

@media screen and (max-width: 599px) {
  .btn-textmining {
    width: 317px; }
    .btn-textmining .arrow_body {
      right: 1.625rem; } }

.sns-fv {
  background-color: #F8F8F8; }
  .sns-fv .contents {
    margin: 0 0 3.125rem;
    align-items: center; }
  .sns-fv .sns-fv-heading {
    text-align: center;
    color: #344246;
    margin-bottom: 1.875rem; }
    .sns-fv .sns-fv-heading .title {
      margin-bottom: 1.25rem;
      line-height: 2.25rem;
      text-align: left; }
    .sns-fv .sns-fv-heading .img {
      width: 256px; }
  .sns-fv .sns-fv-bottom {
    margin-bottom: 0.875rem; }
    .sns-fv .sns-fv-bottom .button-group {
      margin: 0 auto;
      display: none; }
      .sns-fv .sns-fv-bottom .button-group .btn {
        height: 3.125rem;
        font-size: 1rem;
        padding: 0.8125rem 0.625rem;
        letter-spacing: 0.075rem; }
        .sns-fv .sns-fv-bottom .button-group .btn:last-child {
          border: 1px solid #E67C00;
          color: #E67C00; }
  .sns-fv .image-single {
    position: relative;
    text-align: center; }
    .sns-fv .image-single img {
      width: 100%;
      max-width: 300px;
      padding: 0 0.875rem; }
  @media (min-width: 992px) {
    .sns-fv .sp-br {
      display: none; }
    .sns-fv.page-pagetop .site-content {
      padding-top: 0.5rem; }
    .sns-fv .sns-fv-heading {
      text-align: left;
      margin: 1.875rem 0; }
      .sns-fv .sns-fv-heading .title {
        font-size: 1.875rem;
        line-height: 2.8125rem;
        margin-bottom: 1.25rem;
        letter-spacing: 0.125rem; }
    .sns-fv .sns-fv-bottom {
      margin-bottom: 1.25rem; }
      .sns-fv .sns-fv-bottom .button-group {
        margin: 0 -0.5rem;
        display: inline-flex;
        width: 100%;
        max-width: 618px; }
        .sns-fv .sns-fv-bottom .button-group .btn {
          height: 3.625rem;
          font-size: 1.25rem;
          padding: 0.8125rem 0.625rem; }
          .sns-fv .sns-fv-bottom .button-group .btn:first-child {
            border: none;
            padding-top: 0;
            line-height: 1.3;
            width: 50%; }
            .sns-fv .sns-fv-bottom .button-group .btn:first-child .arrow_body {
              display: block;
              z-index: 9999;
              position: absolute;
              top: 21px;
              right: 18px;
              width: 15px;
              height: 15px;
              border-style: solid;
              border-width: 2px;
              border-color: transparent transparent #fff #fff;
              transform: rotate(-135deg); }
          .sns-fv .sns-fv-bottom .button-group .btn:last-child {
            border: 1px solid #E67C00;
            width: 50%; }
            .sns-fv .sns-fv-bottom .button-group .btn:last-child .arrow_body {
              display: block;
              z-index: 9999;
              position: absolute;
              top: 21px;
              right: 18px;
              width: 15px;
              height: 15px;
              border-style: solid;
              border-width: 2px;
              border-color: transparent transparent #E67C00 #E67C00;
              transform: rotate(-135deg); }
          .sns-fv .sns-fv-bottom .button-group .btn.hover-subduction {
            box-shadow: 0px 4px #DD5500;
            transition: .3s; }
            .sns-fv .sns-fv-bottom .button-group .btn.hover-subduction:hover {
              box-shadow: none;
              transform: translate3d(0, 5px, 0); }
          .sns-fv .sns-fv-bottom .button-group .btn .btn-subtxt {
            font-size: 11px; }
        .sns-fv .sns-fv-bottom .button-group .arrow {
          position: relative; }
    .sns-fv .image-single img {
      max-width: 352px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .sns-fv {
      background-position-y: -20.9375rem;
      background-size: 100% 45%; }
      .sns-fv .sns-fv .contents {
        margin: 0 0 3.125rem; }
      .sns-fv .sns-fv-heading .title {
        line-height: 3rem; }
      .sns-fv .sp-br {
        display: none; }
      .sns-fv .image-single {
        position: relative;
        text-align: center; } }
  @media (max-width: 992px) {
    .sns-fv {
      padding-bottom: 1.25rem;
      position: relative; } }

ul.list_cta {
  display: none; }

@media (min-width: 768px) {
  ul.list_cta,
  ul.list_cta li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    line-height: 1em; }
  ul.list_cta {
    display: flex; }
    ul.list_cta li:first-child {
      display: flex;
      justify-content: flex-start; }
    ul.list_cta li:last-child {
      display: flex;
      justify-content: flex-end; }
  .btn_w_250 {
    width: 250px; }
  .btn_w_280 {
    width: 280px; }
  .btn_w_350 {
    width: 350px; }
  .btn_w_1090 {
    width: 1090px; }
  .justify_center {
    justify-content: center; }
  .pad_right {
    padding-right: 2px !important; }
  .btn-cta_org {
    width: 98%;
    height: 60px;
    text-align: center;
    display: inline-block;
    padding: 5px;
    background: #EF9B29;
    box-shadow: 0 4px 0 0 #DD5500;
    border-radius: 5px;
    color: #ffffff;
    text-decoration: none;
    line-height: 1.2em;
    transition: .100s;
    position: relative;
    font-size: 18px;
    border: solid 1px #EF9B29; }
    .btn-cta_org:hover {
      color: #fff;
      text-decoration: none;
      box-shadow: none;
      transform: translateY(4px); }
    .btn-cta_org:after {
      content: '';
      width: 12px;
      height: 12px;
      border: 0;
      border-top: solid 2px #fff;
      border-right: solid 2px #fff;
      position: absolute;
      top: 46%;
      right: 16px;
      margin-top: -3px;
      transform: rotate(45deg); }
    .btn-cta_org_sm {
      font-size: 14px; }
    .btn-cta_org_ssm {
      font-size: 12px; }
    .btn-cta_org_xsm {
      font-size: 11px; }
  .btn-cta_wht {
    width: 98%;
    height: 60px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background: #fff;
    box-shadow: 0 4px 0 0 #DD5500;
    border-radius: 5px;
    color: #E67C00;
    text-decoration: none;
    line-height: 1.2em;
    transition: .100s;
    position: relative;
    font-size: 18px;
    border: solid 1px #E67C00; }
    .btn-cta_wht:hover {
      color: #E67C00;
      text-decoration: none;
      box-shadow: none;
      transform: translateY(4px); }
    .btn-cta_wht:after {
      content: '';
      width: 12px;
      height: 12px;
      border: 0;
      border-top: solid 2px #E67C00;
      border-right: solid 2px #E67C00;
      position: absolute;
      top: 46%;
      right: 16px;
      margin-top: -3px;
      transform: rotate(45deg); } }

@media (max-width: 1200px) {
  .pad_right {
    padding-right: 0 !important; }
  .btn_w_1090 {
    width: 935px; } }

@media (max-width: 990px) {
  .btn_w_1090 {
    width: auto; } }

.nonV {
  display: none; }
  @media (min-width: 1200px) {
    .nonV {
      display: block; } }

.mieruka #row_follow_cta {
  width: 100%;
  transition: all 0.3s;
  padding: 20px 0 30px;
  background: #676767;
  background: linear-gradient(90deg, rgba(103, 103, 103, 0) 15%, #676767 50%, rgba(103, 103, 103, 0) 85%);
  position: fixed;
  z-index: 100;
  opacity: 0;
  transform: translateY(100px);
  display: none; }
  .mieruka #row_follow_cta p {
    text-align: center;
    color: #fff;
    font-size: 15px; }
  .mieruka #row_follow_cta .btn-cta_org {
    display: flex;
    align-items: center;
    justify-content: center; }
  .mieruka #row_follow_cta .btn-cta_wht {
    background: #007ACB;
    color: #fff;
    box-shadow: 0 4px 0 0 #0263A2;
    border: solid 1px #0263A2; }
    .mieruka #row_follow_cta .btn-cta_wht:hover {
      box-shadow: none; }
    .mieruka #row_follow_cta .btn-cta_wht:after {
      border-top: solid 2px #fff;
      border-right: solid 2px #fff; }

.mieruka #row_follow_cta.UpMove {
  -webkit-animation: UpAnime 0.5s forwards;
          animation: UpAnime 0.5s forwards; }

@-webkit-keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(150px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(150px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

.mieruka #row_follow_cta.DownMove {
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards; }

@-webkit-keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0); }
  to {
    opacity: 1;
    transform: translateY(150px); } }

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0); }
  to {
    opacity: 1;
    transform: translateY(150px); } }

.mieruka #footer {
  position: relative;
  z-index: 200; }

@media (min-width: 768px) {
  .mieruka #row_follow_cta {
    display: block; } }

html {
  scroll-padding-top: 80px; }

body {
  background: #ffffff; }

ul, li {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.heading_ai {
  margin: -20px 0 0;
  background: url(/as/img/generative-ai-consulting/sp/bg/bg_fv@2x.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top -17em;
  padding: 30px 0 20px;
  position: relative; }
  @media (min-width: 769px) {
    .heading_ai {
      margin: -100px 0 0;
      padding: 140px 0 50px;
      background: url(/as/img/generative-ai-consulting/pc/bg/bg_fv@2x.png);
      background-size: cover;
      background-repeat: no-repeat; } }
  @media (min-width: 1600px) {
    .heading_ai {
      background-position: center bottom; } }
  @media (min-width: 990px) {
    .heading_ai {
      margin: -145px 0 0; } }
  .heading_ai .list_ai {
    max-width: 1200px;
    width: 94%;
    margin: auto;
    display: grid;
    row-gap: 2em; }
    @media (min-width: 769px) {
      .heading_ai .list_ai {
        row-gap: initial;
        grid-template-columns: 50% 50%;
        padding-left: 10px; } }
    .heading_ai .list_ai li:last-child img {
      position: relative;
      margin-bottom: 0.8em; }
      @media (min-width: 769px) {
        .heading_ai .list_ai li:last-child img {
          right: 30px;
          max-width: 690px; } }
  .heading_ai_lead {
    margin: 0 0 0.5em 0;
    font-weight: bold;
    font-size: 1.5625rem;
    letter-spacing: -0.03125rem;
    color: #ffffff;
    text-shadow: 0px 0px 6px rgba(0, 117, 194, 0.9), 0px 0px 18px rgba(0, 117, 194, 0.85);
    text-align: center;
    padding-left: 8px; }
    @media (min-width: 769px) {
      .heading_ai_lead {
        font-size: 2.6vw;
        letter-spacing: 0.025rem;
        text-align: initial;
        margin: 0 0 15px 10px;
        padding-left: initial; } }
    @media (min-width: 1280px) {
      .heading_ai_lead {
        font-size: 2.25rem; } }
  .heading_ai_box_caption {
    max-width: 343px;
    margin: auto; }
    @media (min-width: 769px) {
      .heading_ai_box_caption {
        max-width: initial; } }
  .heading_ai_caption {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 0 5px 0;
    padding: 0 5px;
    font-weight: bold;
    font-size: 1.5625rem;
    letter-spacing: 0.025rem;
    color: #0075C2;
    background: #ffffff; }
    @media (min-width: 769px) {
      .heading_ai_caption {
        font-size: 2.6vw;
        margin: 0 0 10px 0;
        padding: 0 0 0 10px; } }
    @media (min-width: 1280px) {
      .heading_ai_caption {
        font-size: 2.25rem; } }
  .heading_ai_bigdata {
    color: #ffffff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 5px;
    font-weight: bold;
    letter-spacing: 0.025rem; }
    @media (min-width: 769px) {
      .heading_ai_bigdata {
        font-size: 1.125rem; } }
    .heading_ai_bigdata .txt_blu {
      color: #0075C2;
      font-weight: bold;
      border-radius: 4px;
      padding: 3px 5px;
      margin: 0 5px;
      background: #C6F1FF; }
      @media (min-width: 769px) {
        .heading_ai_bigdata .txt_blu {
          font-size: 1.125rem; } }
    .heading_ai_bigdata .cross_wht {
      width: 16px;
      height: 16px;
      padding: 0 8px;
      position: relative; }
      @media (min-width: 769px) {
        .heading_ai_bigdata .cross_wht {
          width: 20px;
          height: 20px;
          padding: 0 10px; } }
    .heading_ai_bigdata .cross_wht::before,
    .heading_ai_bigdata .cross_wht::after {
      content: "";
      width: 100%;
      height: 2px;
      display: inline-block;
      background: #ffffff;
      border-radius: 2px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0; }
    .heading_ai_bigdata .cross_wht::before {
      transform: rotate(45deg); }
    .heading_ai_bigdata .cross_wht::after {
      transform: rotate(-45deg); }
  .heading_ai_consul {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 0.8em;
    font-size: 1.0625rem;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center; }
    @media (min-width: 769px) {
      .heading_ai_consul {
        font-size: 1.1875rem; } }
  .heading_ai_consul::before, .heading_ai_consul::after {
    width: 2px;
    height: 20px;
    content: "";
    background: #FFD000;
    position: relative;
    top: 5px; }
  .heading_ai_consul::before {
    margin-right: 0.5em;
    transform: rotate(-30deg); }
  .heading_ai_consul::after {
    margin-left: 0.5em;
    transform: rotate(30deg); }
  .heading_ai_box_cta {
    max-width: 300px;
    width: 80%;
    margin: 1.5em auto 0; }
    @media (min-width: 769px) {
      .heading_ai_box_cta {
        max-width: 380px;
        margin: 2.3em 0 0 1.2em; } }
  .heading_ai .btn-cta_org {
    height: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5px;
    background: #EF9B29;
    box-shadow: 0 4px 0 0 #DD5500;
    border-radius: 5px;
    color: #ffffff;
    text-decoration: none;
    line-height: 1.2em;
    transition: .100s;
    position: relative;
    border: solid 1px #EF9B29;
    font-weight: bold; }
    @media (min-width: 769px) {
      .heading_ai .btn-cta_org {
        height: 68px;
        font-size: 1.125rem; } }
    .heading_ai .btn-cta_org:hover {
      color: #fff;
      text-decoration: none;
      box-shadow: none;
      transform: translateY(4px); }
    .heading_ai .btn-cta_org::after {
      content: '';
      width: 12px;
      height: 12px;
      border: 0;
      border-top: solid 2px #fff;
      border-right: solid 2px #fff;
      position: absolute;
      top: 46%;
      right: 16px;
      margin-top: -3px;
      transform: rotate(45deg); }
    .heading_ai .btn-cta_org span {
      font-size: 0.75rem; }
      @media (min-width: 769px) {
        .heading_ai .btn-cta_org span {
          font-size: 1rem; } }

.logo-marquee {
  overflow: hidden;
  width: 100%;
  background: #fff;
  padding: 0; }
  .logo-marquee .logo-marquee__track {
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-animation: marquee 30s linear infinite;
            animation: marquee 30s linear infinite; }
    .logo-marquee .logo-marquee__track img {
      max-width: 100%;
      height: 165px;
      display: block; }

@keyframes marquee {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-50%); } }

ul, li {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.anchor_btn_ai {
  padding: 30px 0;
  position: relative; }
  .anchor_btn_ai .list_anchor_btn {
    max-width: 520px;
    width: 94%;
    margin: auto;
    display: grid;
    row-gap: 10px; }
    @media (min-width: 769px) {
      .anchor_btn_ai .list_anchor_btn {
        grid-template-columns: 48% 48%;
        -moz-column-gap: 4%;
             column-gap: 4%;
        row-gap: initial; } }
  .anchor_btn_ai .btn-cta_wht {
    max-width: 300px;
    width: 80%;
    height: 60px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5px;
    background: #ffffff;
    box-shadow: 0px 2.6px 0px 0px rgba(0, 0, 0, 0.14);
    border-radius: 5px;
    color: #0075C2;
    text-decoration: none;
    line-height: 1.2em;
    transition: .100s;
    position: relative;
    border: solid 1px #0075C2;
    text-align: center; }
    @media (min-width: 769px) {
      .anchor_btn_ai .btn-cta_wht {
        max-width: initial;
        width: 250px;
        margin: initial; } }
    .anchor_btn_ai .btn-cta_wht:hover {
      text-decoration: none;
      box-shadow: none;
      transform: translateY(4px); }
    .anchor_btn_ai .btn-cta_wht::after {
      content: '';
      width: 10px;
      height: 10px;
      border: 0;
      border-top: solid 2px #0075C2;
      border-right: solid 2px #0075C2;
      position: absolute;
      top: 43%;
      right: 16px;
      transform: rotate(135deg); }

ul, li {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.project_ai {
  max-width: 1200px;
  width: 94%;
  margin: auto;
  padding: 0 0 30px;
  position: relative; }
  @media (min-width: 769px) {
    .project_ai {
      padding: 30px 0; } }
  .project_ai_h2_01 {
    font-size: 1.5rem;
    color: #001928;
    text-align: center;
    letter-spacing: 0.05em;
    margin-bottom: 1em; }
    @media (min-width: 769px) {
      .project_ai_h2_01 {
        font-size: 3.3vw; } }
    @media (min-width: 990px) {
      .project_ai_h2_01 {
        font-size: 2rem; } }
    .project_ai_h2_01 span {
      color: #0075C2; }
  .project_ai_box {
    margin-bottom: 3em;
    border-radius: 20px;
    border: solid 1px #E0EEF8;
    padding: 30px 4%; }
    @media (min-width: 769px) {
      .project_ai_box {
        font-size: 1.25rem;
        padding: 45px 25px;
        margin-bottom: 4em; } }
  .project_ai_lead {
    font-size: 0.9375rem;
    color: #001928;
    text-align: center;
    font-weight: bold;
    margin-bottom: 0.2em; }
    @media (min-width: 769px) {
      .project_ai_lead {
        font-size: 1.25rem;
        margin-bottom: 0.4em; } }
  .project_ai_h3_01 {
    font-size: 1.125rem;
    color: #ED9025;
    text-align: center;
    margin-bottom: 1em; }
    @media (min-width: 769px) {
      .project_ai_h3_01 {
        font-size: 1.5rem; } }
  .project_ai_prompt {
    position: relative; }
  .project_ai_h4_01 {
    font-size: 0.9375rem;
    color: #15427B;
    position: absolute;
    top: 85vw;
    left: 10vw; }
    @media (min-width: 440px) {
      .project_ai_h4_01 {
        top: 86.5vw; } }
    @media (min-width: 550px) {
      .project_ai_h4_01 {
        top: 87vw;
        font-size: 3vw; } }
    @media (min-width: 769px) {
      .project_ai_h4_01 {
        font-size: 1.7vw;
        top: 1.8em;
        left: 1em; } }
    @media (min-width: 991px) {
      .project_ai_h4_01 {
        font-size: 1.7vw;
        top: 1.8em;
        left: 1em; } }
    @media (min-width: 1201px) {
      .project_ai_h4_01 {
        font-size: 1.25rem; } }
  .project_ai_prompt_01 {
    font-size: 0.75rem;
    color: #001928;
    position: absolute;
    top: 92vw;
    left: 10vw; }
    @media (min-width: 440px) {
      .project_ai_prompt_01 {
        top: 93vw; } }
    @media (min-width: 550px) {
      .project_ai_prompt_01 {
        font-size: 2.5vw; } }
    @media (min-width: 769px) {
      .project_ai_prompt_01 {
        font-size: 1.3vw;
        top: 4.6em;
        left: 1.3em; } }
    @media (min-width: 1201px) {
      .project_ai_prompt_01 {
        font-size: 1rem; } }
  .project_ai_h4_02 {
    font-size: 0.9375rem;
    color: #15427B;
    position: absolute;
    top: 115.5vw;
    left: 10vw; }
    @media (min-width: 440px) {
      .project_ai_h4_02 {
        top: 117vw; } }
    @media (min-width: 550px) {
      .project_ai_h4_02 {
        top: 117.5vw;
        font-size: 3vw; } }
    @media (min-width: 769px) {
      .project_ai_h4_02 {
        font-size: 1.7vw;
        top: 1.8em;
        left: 34.1em; } }
    @media (min-width: 1201px) {
      .project_ai_h4_02 {
        font-size: 1.25rem;
        left: 37em; } }
    @media (min-width: 1270px) {
      .project_ai_h4_02 {
        left: 38em; } }
  .project_ai_prompt_02 {
    font-size: 0.75rem;
    color: #001928;
    position: absolute;
    top: 123vw;
    left: 10vw; }
    @media (min-width: 440px) {
      .project_ai_prompt_02 {
        top: 123.5vw; } }
    @media (min-width: 550px) {
      .project_ai_prompt_02 {
        top: 124vw;
        font-size: 2.5vw; } }
    @media (min-width: 769px) {
      .project_ai_prompt_02 {
        font-size: 1.3vw;
        top: 4.5em;
        left: 45em; } }
    @media (min-width: 1201px) {
      .project_ai_prompt_02 {
        font-size: 1rem;
        left: 46.4em; } }
    @media (min-width: 1270px) {
      .project_ai_prompt_02 {
        left: 47.5em; } }
  .project_ai_h4_03 {
    font-size: 0.9375rem;
    color: #15427B;
    position: absolute;
    top: 151vw;
    left: 10vw; }
    @media (min-width: 440px) {
      .project_ai_h4_03 {
        top: 152vw; } }
    @media (min-width: 550px) {
      .project_ai_h4_03 {
        top: 152.5vw;
        font-size: 3vw; } }
    @media (min-width: 769px) {
      .project_ai_h4_03 {
        font-size: 1.7vw;
        top: 9.8em;
        left: 1em; } }
    @media (min-width: 991px) {
      .project_ai_h4_03 {
        font-size: 1.7vw;
        top: 9.8em;
        left: 1em; } }
    @media (min-width: 1201px) {
      .project_ai_h4_03 {
        font-size: 1.25rem;
        top: 10.3em; } }
  .project_ai_prompt_03 {
    font-size: 0.75rem;
    color: #001928;
    position: absolute;
    top: 158.5vw;
    left: 10vw; }
    @media (min-width: 440px) {
      .project_ai_prompt_03 {
        top: 158.5vw; } }
    @media (min-width: 550px) {
      .project_ai_prompt_03 {
        top: 159vw;
        font-size: 2.5vw; } }
    @media (min-width: 769px) {
      .project_ai_prompt_03 {
        font-size: 1.3vw;
        top: 15.5em;
        left: 1.3em; } }
    @media (min-width: 991px) {
      .project_ai_prompt_03 {
        font-size: 1.3vw;
        top: 15.5em;
        left: 1.3em; } }
    @media (min-width: 1201px) {
      .project_ai_prompt_03 {
        font-size: 1rem; } }
  .project_ai_h4_04 {
    font-size: 0.9375rem;
    color: #15427B;
    position: absolute;
    top: 186vw;
    left: 10vw; }
    @media (min-width: 440px) {
      .project_ai_h4_04 {
        top: 187.5vw; } }
    @media (min-width: 550px) {
      .project_ai_h4_04 {
        top: 188vw;
        font-size: 3vw; } }
    @media (min-width: 769px) {
      .project_ai_h4_04 {
        font-size: 1.7vw;
        top: 9.8em;
        left: 34.1em; } }
    @media (min-width: 1201px) {
      .project_ai_h4_04 {
        font-size: 1.25rem;
        top: 10.3em;
        left: 37em; } }
    @media (min-width: 1270px) {
      .project_ai_h4_04 {
        left: 38em; } }
  .project_ai_prompt_04 {
    font-size: 0.75rem;
    color: #001928;
    position: absolute;
    top: 193.5vw;
    left: 10vw; }
    @media (min-width: 440px) {
      .project_ai_prompt_04 {
        top: 194vw; } }
    @media (min-width: 550px) {
      .project_ai_prompt_04 {
        top: 194.5vw;
        font-size: 2.5vw; } }
    @media (min-width: 769px) {
      .project_ai_prompt_04 {
        font-size: 1.3vw;
        top: 15.5em;
        left: 45em; } }
    @media (min-width: 1201px) {
      .project_ai_prompt_04 {
        font-size: 1rem;
        left: 46.4em; } }
    @media (min-width: 1270px) {
      .project_ai_prompt_04 {
        left: 47.5em; } }
  .project_ai_h5 {
    font-size: 1.25rem;
    color: #001928;
    text-align: center;
    margin-top: 1em; }
    @media (min-width: 1201px) {
      .project_ai_h5 {
        font-size: 1.75rem;
        margin-top: initial; } }
    .project_ai_h5 span {
      color: #ED9025; }
  .project_ai_h2_02 {
    font-size: 1.3125rem;
    color: #001928;
    text-align: center;
    letter-spacing: 0.05em;
    margin-bottom: 0.8em; }
    @media (min-width: 769px) {
      .project_ai_h2_02 {
        font-size: 1.75rem;
        margin-bottom: 0.5em; } }
    .project_ai_h2_02 span {
      color: #0075C2; }
  .project_ai_dots {
    background: top left/1.05em 0.5em repeat-x radial-gradient(circle, #ED9025 0.1em, rgba(0, 0, 0, 0) 0.06em);
    padding-top: .4em; }
  .project_ai_consul {
    display: flex;
    flex-direction: column;
    row-gap: 10px; }
    @media (min-width: 769px) {
      .project_ai_consul {
        flex-direction: row;
        justify-content: center;
        -moz-column-gap: 10px;
             column-gap: 10px;
        row-gap: initial; } }
    .project_ai_consul li:first-child, .project_ai_consul li:last-child {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      margin: auto;
      font-size: 1.5rem;
      color: #ffffff;
      font-weight: bold;
      padding: 0 8px;
      background: #0075C2; }
      @media (min-width: 769px) {
        .project_ai_consul li:first-child, .project_ai_consul li:last-child {
          width: initial;
          font-size: 2rem;
          margin: initial; } }
    .project_ai_consul li:nth-child(2) {
      display: flex;
      align-items: center;
      justify-content: center; }
      .project_ai_consul li:nth-child(2) img {
        width: 18px;
        height: 18px; }
        @media (min-width: 769px) {
          .project_ai_consul li:nth-child(2) img {
            width: 24px;
            height: 24px; } }
  .project_ai_consul_lead {
    font-size: 1.125rem;
    color: #001928;
    margin-top: 1.5em;
    margin-bottom: 2em; }
    @media (min-width: 769px) {
      .project_ai_consul_lead {
        font-size: 1.8vw;
        text-align: center; } }
    @media (min-width: 990px) {
      .project_ai_consul_lead {
        font-size: 1.25rem; } }
    .project_ai_consul_lead span {
      color: #ED9025;
      font-weight: bold; }
  .project_ai_consul_box {
    margin-bottom: 0.5em;
    border-radius: 20px;
    background: #E9F6FF;
    overflow: hidden; }
    @media (min-width: 769px) {
      .project_ai_consul_box {
        padding-bottom: 30px; } }
    .project_ai_consul_box h3 {
      font-size: 1.125rem;
      color: #ffffff;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      background: url(/as/img/generative-ai-consulting/sp/bg/bg_ai@2x.png) no-repeat center/cover;
      padding: 15px 0;
      margin-bottom: 0;
      line-height: 1.4em;
      text-align: center; }
      @media (min-width: 769px) {
        .project_ai_consul_box h3 {
          font-size: 1.5rem;
          background: url(/as/img/generative-ai-consulting/pc/bg/bg_ai@2x.png) no-repeat center/cover;
          line-height: initial;
          padding: 25px 0;
          margin-bottom: 1em; } }
      .project_ai_consul_box h3 span {
        font-size: 1.3125rem;
        margin-bottom: 0.2em; }
        @media (min-width: 769px) {
          .project_ai_consul_box h3 span {
            font-size: 1.875rem; } }
    .project_ai_consul_box img {
      width: 100%;
      margin: auto; }
      @media (min-width: 769px) {
        .project_ai_consul_box img {
          max-width: 96%; } }
  .project_ai_h2_03 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 104px;
    margin: 0 auto 0.5em;
    font-size: 1.375rem;
    color: #0175C2;
    text-align: center;
    padding: 0 80px;
    display: flex;
    align-items: center;
    position: relative; }
    @media (min-width: 769px) {
      .project_ai_h2_03 {
        font-size: 1.875rem;
        height: 140px; } }
  .project_ai_h2_03::before {
    content: "";
    width: 42px;
    height: 104px;
    background: url(/as/img/generative-ai-consulting/pc/parts/parts_arrow_left.svg) no-repeat center/contain;
    position: absolute;
    top: 0;
    left: 0; }
    @media (min-width: 769px) {
      .project_ai_h2_03::before {
        width: 56px;
        height: 140px; } }
  .project_ai_h2_03::after {
    content: "";
    width: 42px;
    height: 104px;
    background: url(/as/img/generative-ai-consulting/pc/parts/parts_arrow_right.svg) no-repeat center/contain;
    position: absolute;
    top: 0;
    right: 0; }
    @media (min-width: 769px) {
      .project_ai_h2_03::after {
        width: 56px;
        height: 140px; } }
  .project_ai_h4_05 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.125rem;
    color: #001928;
    margin: 0.6em auto 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center; }
    @media (min-width: 769px) {
      .project_ai_h4_05 {
        font-size: 1.5rem;
        margin: 0 auto 1em; } }
  .project_ai_h4_05::before, .project_ai_h4_05::after {
    width: 2px;
    height: 20px;
    content: "";
    background: #001928;
    position: relative;
    top: 5px; }
  .project_ai_h4_05::before {
    margin-right: 0.5em;
    transform: rotate(-30deg); }
  .project_ai_h4_05::after {
    margin-left: 0.5em;
    transform: rotate(30deg); }
  .project_ai_tuning_box {
    max-width: 1130px;
    width: 94%;
    margin: 0 auto 1em; }
    @media (min-width: 769px) {
      .project_ai_tuning_box {
        margin: auto; } }
  .project_ai_tuning {
    display: grid;
    gap: 10px 0; }
    @media (min-width: 769px) {
      .project_ai_tuning {
        grid-template-columns: 49% 49%;
        gap: 15px 2%;
        flex-wrap: wrap; } }
    .project_ai_tuning li {
      font-size: 0.9375rem;
      color: #ED9025;
      font-weight: bold;
      border-radius: 50px;
      background: #ffffff;
      padding: 5px 0 5px 38px;
      position: relative; }
      @media (min-width: 769px) {
        .project_ai_tuning li {
          font-size: 1.5vw;
          padding: 5px 0 5px 45px; } }
      @media (min-width: 1240px) {
        .project_ai_tuning li {
          font-size: 1.25rem; } }
      .project_ai_tuning li::before {
        content: "";
        width: 21px;
        height: 21px;
        border-radius: 50px;
        background: #ED9025;
        position: absolute;
        top: 50%;
        left: 5px;
        transform: translateY(-50%); }
        @media (min-width: 769px) {
          .project_ai_tuning li::before {
            width: 29px;
            height: 29px; } }
      .project_ai_tuning li::after {
        content: "";
        width: 8px;
        height: 5px;
        border-left: 2px solid #ffffff;
        border-bottom: 2px solid #ffffff;
        position: absolute;
        top: 43%;
        left: 12px;
        transform: rotate(-45deg); }
        @media (min-width: 769px) {
          .project_ai_tuning li::after {
            width: 10px;
            height: 7px;
            top: 39%;
            left: 15px; } }
  .project_ai .list_anchor_btn {
    max-width: 520px;
    width: 94%;
    margin: auto;
    display: grid;
    grid-template-columns: 48% 48%;
    -moz-column-gap: 4%;
         column-gap: 4%; }

ul, li {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.strength_ai {
  max-width: 1200px;
  width: 94%;
  margin: auto;
  position: relative; }
  @media (min-width: 769px) {
    .strength_ai {
      padding: 30px 0; } }
  .strength_ai_h2 {
    font-size: 1.5rem;
    color: #001928;
    text-align: center;
    letter-spacing: 0.05em;
    margin-bottom: 1em; }
    @media (min-width: 769px) {
      .strength_ai_h2 {
        font-size: 2rem;
        margin-bottom: 0.8em; } }
  .strength_ai_box {
    max-width: 1080px;
    margin: auto;
    border: solid 1px #E0EEF8;
    border-radius: 5px;
    padding: 5% 6%; }
    @media (min-width: 769px) {
      .strength_ai_box {
        padding: 15px; } }
  .strength_ai_btn {
    display: flex;
    flex-direction: column;
    row-gap: 10px; }
    @media (min-width: 769px) {
      .strength_ai_btn {
        flex-direction: row;
        justify-content: center;
        -moz-column-gap: 30px;
             column-gap: 30px; } }
    .strength_ai_btn li a {
      font-size: 1rem;
      color: #0075C2;
      font-weight: bold;
      padding-right: 17px;
      position: relative;
      display: block; }
      @media (min-width: 1025px) {
        .strength_ai_btn li a {
          font-size: 1rem; } }
      .strength_ai_btn li a::after {
        content: '';
        width: 9px;
        height: 9px;
        border: 0;
        border-bottom: solid 2px #0075C2;
        border-right: solid 2px #0075C2;
        transform: rotate(45deg);
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto; }
    .strength_ai_btn li:first-child {
      background: url(/as/img/generative-ai-consulting/pc/icon/icon_circle_1.svg) no-repeat 0 0;
      background-size: auto 22px;
      padding-left: 30px; }
    .strength_ai_btn li:last-child {
      background: url(/as/img/generative-ai-consulting/pc/icon/icon_circle_2.svg) no-repeat 0 0;
      background-size: auto 22px;
      padding-left: 30px; }

ul, li {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.point1_ai {
  max-width: 1200px;
  width: 94%;
  margin: auto;
  padding: 40px 0 0;
  position: relative; }
  @media (min-width: 769px) {
    .point1_ai {
      padding: 30px 0; } }
  .point1_ai_tag {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 0.75rem;
    color: #ffffff;
    text-align: center;
    letter-spacing: 0.05em;
    margin: 0 auto 1em;
    border-radius: 50px;
    background: #ED9025;
    padding: 2px 12px 3px; }
    @media (min-width: 769px) {
      .point1_ai_tag {
        font-size: 1rem; } }
  .point1_ai_h2_01 {
    font-size: 1.3125rem;
    color: #001928;
    text-align: center;
    letter-spacing: 0.05em;
    margin-bottom: 1em; }
    @media (min-width: 769px) {
      .point1_ai_h2_01 {
        font-size: 1.75rem; } }
  .point1_ai_box {
    margin-bottom: 1.5em;
    border-radius: 20px;
    border: solid 1px #E0EEF8;
    padding: 15px 0;
    text-align: center; }
    @media (min-width: 769px) {
      .point1_ai_box {
        padding: 25px;
        margin-bottom: initial; } }
    .point1_ai_box img {
      width: 100%; }
  .point1_ai_lead {
    max-width: 1080px;
    width: 94%;
    margin: 0 auto 1.5em;
    font-size: 1.125rem;
    color: #001928; }
    @media (min-width: 769px) {
      .point1_ai_lead {
        padding: 45px 25px;
        margin-bottom: initial; } }
  .point1_ai_box_mid {
    max-width: 1080px;
    margin: 0 auto 2em;
    border-radius: 20px;
    border: solid 1px #E0EEF8;
    padding: 30px 30px 10px 0; }
    @media (min-width: 769px) {
      .point1_ai_box_mid {
        padding: 25px 25px 10px 0; } }
  .point1_ai_h3 {
    font-size: 1.5rem;
    color: #001928;
    margin-bottom: 0.8em;
    border-left: solid 3px #0075C2;
    padding-left: 30px; }
    @media (min-width: 769px) {
      .point1_ai_h3 {
        padding-left: 25px; } }
  .point1_ai_caption {
    font-size: 1rem;
    color: #001928;
    padding-left: 30px; }
    @media (min-width: 769px) {
      .point1_ai_caption {
        padding-left: 25px; } }

ul, li {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.point2_ai {
  max-width: 1200px;
  width: 94%;
  margin: 0 auto 2em;
  padding: 40px 0 0;
  position: relative; }
  @media (min-width: 769px) {
    .point2_ai {
      padding: 30px 0; } }
  .point2_ai_tag {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 0.75rem;
    color: #ffffff;
    text-align: center;
    letter-spacing: 0.05em;
    margin: 0 auto 1em;
    border-radius: 50px;
    background: #ED9025;
    padding: 2px 12px 3px; }
    @media (min-width: 769px) {
      .point2_ai_tag {
        font-size: 1rem; } }
  .point2_ai_h2_01 {
    font-size: 1.3125rem;
    color: #001928;
    text-align: center;
    letter-spacing: 0.05em;
    margin-bottom: 1em; }
    @media (min-width: 769px) {
      .point2_ai_h2_01 {
        font-size: 1.75rem; } }
  .point2_ai_box {
    margin-bottom: 1.5em;
    border-radius: 20px;
    border: solid 1px #E0EEF8;
    padding: 15px 0;
    text-align: center; }
    @media (min-width: 769px) {
      .point2_ai_box {
        padding: 25px;
        margin-bottom: initial; } }
    .point2_ai_box img {
      width: 94%; }
      @media (min-width: 769px) {
        .point2_ai_box img {
          width: 100%; } }
  .point2_ai_lead {
    max-width: 1080px;
    width: 94%;
    margin: 0 auto 1.5em;
    font-size: 1.125rem;
    color: #001928; }
    @media (min-width: 769px) {
      .point2_ai_lead {
        padding: 45px 25px;
        margin-bottom: initial; } }
  .point2_ai_box_mid {
    max-width: 1080px;
    margin: 0 auto 1em;
    border-radius: 20px;
    border: solid 1px #E0EEF8;
    padding: 30px 30px 10px 0; }
    @media (min-width: 769px) {
      .point2_ai_box_mid {
        padding: 25px 25px 10px 0;
        margin: 0 auto 0.5em; } }
  .point2_ai_h3 {
    font-size: 1.5rem;
    color: #001928;
    margin-bottom: 0.8em;
    border-left: solid 3px #0075C2;
    padding-left: 30px; }
    @media (min-width: 769px) {
      .point2_ai_h3 {
        padding-left: 25px; } }
  .point2_ai_caption {
    font-size: 1rem;
    color: #001928;
    padding-left: 30px; }
    @media (min-width: 769px) {
      .point2_ai_caption {
        padding-left: 25px; } }
  .point2_ai_note {
    max-width: 1080px;
    margin: 0 auto;
    font-size: 0.75rem;
    color: #0075C2; }

ul, li {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.case_ai {
  position: relative;
  background: url(/as/img/generative-ai-consulting/pc/bg/bg_sky_dots@2x.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top 12.8em;
  margin-bottom: 3em;
  /* orange ver. */
  /* voice */
  /* end voice */ }
  .case_ai_inner {
    max-width: 1200px;
    margin: auto;
    padding: 30px 0 50px; }
  .case_ai_h2_01 {
    font-size: 1.5rem;
    color: #001928;
    text-align: center;
    letter-spacing: 0.05em;
    margin-bottom: 1em; }
    @media (min-width: 769px) {
      .case_ai_h2_01 {
        font-size: 1.75rem; } }
  .case_ai_lead {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 2em;
    font-size: 0.75rem;
    color: #0075C2;
    font-weight: bold;
    border-radius: 50px;
    background: #E9F6FF;
    padding: 5px 20px; }
    @media (min-width: 769px) {
      .case_ai_lead {
        font-size: 1rem; } }
  .case_ai_box {
    max-width: 1080px;
    width: 94%;
    margin: 0 auto 2em;
    border-radius: 5px;
    border: solid 1px #E0EEF8;
    padding: 20px;
    background: #ffffff; }
    @media (min-width: 769px) {
      .case_ai_box {
        padding: 20px 2%; } }
    .case_ai_box_submenu {
      display: flex;
      flex-direction: column;
      row-gap: 1em; }
      @media (min-width: 769px) {
        .case_ai_box_submenu {
          flex-direction: row;
          justify-content: center;
          row-gap: initial;
          -moz-column-gap: 2%;
               column-gap: 2%; } }
      @media (min-width: 1065px) {
        .case_ai_box_submenu {
          -moz-column-gap: 2em;
               column-gap: 2em; } }
      .case_ai_box_submenu li a {
        display: block;
        font-size: 0.9375rem;
        color: #0075C2;
        font-weight: bold;
        padding: 0 20px 0 60px;
        position: relative; }
        @media (min-width: 769px) {
          .case_ai_box_submenu li a {
            font-size: 0.8125rem;
            padding: 0 15px 0 45px; } }
        @media (min-width: 1040px) {
          .case_ai_box_submenu li a {
            font-size: 1rem;
            padding: 0 20px 0 60px; } }
        .case_ai_box_submenu li a::before {
          content: "";
          display: inline-block;
          width: 40px;
          height: 20px;
          background: url(/as/img/generative-ai-consulting/pc/icon/icon_case.svg) no-repeat center/contain;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          left: 0; }
          @media (min-width: 1040px) {
            .case_ai_box_submenu li a::before {
              width: 50px;
              height: 20px; } }
        .case_ai_box_submenu li a::after {
          content: '';
          width: 10px;
          height: 10px;
          border: 0;
          border-top: solid 2px #0075C2;
          border-right: solid 2px #0075C2;
          position: absolute;
          top: 43%;
          right: 0;
          transform: rotate(135deg); }
  .case_ai_box_mid {
    max-width: 1080px;
    width: 94%;
    margin: 0 auto;
    border-radius: 20px;
    border: solid 1px #E0EEF8;
    padding: 15px 0 0;
    overflow: hidden;
    background: #ffffff; }
    @media (min-width: 769px) {
      .case_ai_box_mid {
        padding: 25px 0 0; } }
  .case_ai .mb_2em {
    margin-bottom: 2.5em; }
  .case_ai_list_01 {
    max-width: 1020px;
    width: 94%;
    margin: 0 auto 2em;
    display: flex;
    flex-direction: column;
    row-gap: 0.5em;
    border-bottom: solid 1px #D9D9D9;
    padding-bottom: 20px; }
    @media (min-width: 769px) {
      .case_ai_list_01 {
        flex-direction: row;
        justify-content: center;
        row-gap: initial;
        -moz-column-gap: 1em;
             column-gap: 1em; } }
    .case_ai_list_01 li {
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (min-width: 769px) {
        .case_ai_list_01 li {
          justify-content: initial; } }
      .case_ai_list_01 li:first-child {
        font-size: 0.9375rem;
        color: #001928;
        font-weight: bold;
        position: relative; }
        @media (min-width: 769px) {
          .case_ai_list_01 li:first-child {
            font-size: 1.25rem;
            padding-right: 20px; } }
        @media (min-width: 769px) {
          .case_ai_list_01 li:first-child::before {
            content: "";
            width: 1px;
            height: 22px;
            background: #D9D9D9;
            position: absolute;
            top: 5px;
            right: 0; } }
      .case_ai_list_01 li:last-child {
        font-size: 0.75rem;
        color: #001928; }
        @media (min-width: 769px) {
          .case_ai_list_01 li:last-child {
            font-size: 1rem; } }
  .case_ai_list_02 {
    max-width: 740px;
    width: 94%;
    margin: -3.8em auto 2em;
    display: flex;
    flex-wrap: wrap; }
    @media (min-width: 769px) {
      .case_ai_list_02 {
        flex-wrap: nowrap;
        justify-content: center;
        -moz-column-gap: 4%;
             column-gap: 4%;
        margin: 0 auto 2em; } }
    .case_ai_list_02 .item_01 {
      width: 100%; }
      @media (min-width: 769px) {
        .case_ai_list_02 .item_01 {
          width: initial; } }
    .case_ai_list_02 .item_02 {
      width: 80%;
      padding-right: 2%; }
      @media (min-width: 769px) {
        .case_ai_list_02 .item_02 {
          width: initial; } }
    .case_ai_list_02 .item_03 {
      width: 20%; }
      @media (min-width: 769px) {
        .case_ai_list_02 .item_03 {
          width: initial; } }
  .case_ai_content_01 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.25rem;
    color: #ffffff;
    font-weight: bold;
    border-radius: 8px;
    background: #0075C2;
    padding: 1px 10px 2px;
    margin: 0.9em auto 0;
    white-space: nowrap; }
  .case_ai_content_02 {
    font-size: 0.75rem;
    color: #001928;
    padding-top: 10px; }
    @media (min-width: 769px) {
      .case_ai_content_02 {
        font-size: 1.8vw; } }
    @media (min-width: 900px) {
      .case_ai_content_02 {
        font-size: 1rem; } }
    .case_ai_content_02 span {
      font-weight: bold; }
  .case_ai_list_03 {
    max-width: 1020px;
    width: 94%;
    margin: 0 auto 2em;
    border-radius: 10px;
    background: #E9F6FF;
    position: relative; }
    @media (min-width: 769px) {
      .case_ai_list_03 {
        display: grid;
        grid-template-columns: 65% 35%; } }
    @media (min-width: 1055px) {
      .case_ai_list_03 {
        grid-template-columns: 60% 40%; } }
    .case_ai_list_03 li {
      display: flex;
      flex-direction: column;
      justify-content: center; }
      @media (min-width: 769px) {
        .case_ai_list_03 li:first-child {
          padding: 20px 4%; } }
      @media (min-width: 1055px) {
        .case_ai_list_03 li:first-child {
          padding: 20px 4% 20px 40px; } }
    .case_ai_list_03::before {
      content: "";
      position: absolute;
      top: -12px;
      left: 50%;
      transform: translateX(-50%);
      border: 20px solid transparent;
      border-top: 20px solid #0075C2; }
    .case_ai_list_03 h4 {
      font-size: 0.9375rem;
      color: #0075C2;
      font-weight: bold;
      margin-bottom: 0.7em;
      padding-left: 20px;
      padding-top: 20px; }
      @media (min-width: 769px) {
        .case_ai_list_03 h4 {
          font-size: 1.25rem;
          padding-left: initial;
          padding-top: initial; } }
    .case_ai_list_03 p {
      font-size: 0.75rem;
      color: #001928;
      padding: 0 20px; }
      @media (min-width: 769px) {
        .case_ai_list_03 p {
          font-size: 1.6vw;
          padding: initial; } }
      @media (min-width: 1055px) {
        .case_ai_list_03 p {
          font-size: 1rem; } }
      .case_ai_list_03 p span {
        color: #0075C2;
        font-weight: bold; }
    .case_ai_list_03 li {
      position: relative; }
      .case_ai_list_03 li img {
        border-radius: 0 0 10px 10px;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
        @media (min-width: 769px) {
          .case_ai_list_03 li img {
            border-radius: 0 0 10px 0; } }
      .case_ai_list_03 li .img_badge {
        width: 80px;
        height: 80px;
        position: absolute;
        top: -1em;
        right: -0.2em; }
        @media (min-width: 769px) {
          .case_ai_list_03 li .img_badge {
            width: 100px;
            height: 100px;
            top: -1.8em;
            right: -0.8em; } }
  .case_ai_list_04 {
    background: #FFFBF5;
    padding-bottom: 10px; }
    @media (min-width: 769px) {
      .case_ai_list_04 {
        height: 100px;
        display: grid;
        grid-template-columns: 165px 50% 20%;
        -moz-column-gap: 1em;
             column-gap: 1em;
        padding-bottom: initial; } }
    @media (min-width: 1055px) {
      .case_ai_list_04 {
        height: 130px;
        grid-template-columns: 215px 50% 20%; } }
    .case_ai_list_04 > li {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      .case_ai_list_04 > li:first-child {
        margin-bottom: 1em;
        position: relative; }
        @media (min-width: 769px) {
          .case_ai_list_04 > li:first-child {
            margin-bottom: initial;
            background: url(/as/img/generative-ai-consulting/pc/parts/parts_union_orange.svg) no-repeat center/contain; } }
      .case_ai_list_04 > li:nth-child(2) {
        padding: 0 10px; }
        @media (min-width: 769px) {
          .case_ai_list_04 > li:nth-child(2) {
            padding: initial; } }
      .case_ai_list_04 > li:last-child {
        flex-direction: row;
        justify-content: initial;
        padding: 0 10px; }
        @media (min-width: 769px) {
          .case_ai_list_04 > li:last-child {
            flex-direction: column;
            justify-content: center;
            align-items: initial;
            padding: initial; } }
    .case_ai_list_04 img {
      width: 100%; }
      @media (min-width: 769px) {
        .case_ai_list_04 img {
          display: none; } }
    .case_ai_list_04 h5 {
      font-size: 1.125rem;
      color: #ffffff;
      font-weight: bold;
      position: absolute;
      top: 5vw; }
      @media (min-width: 769px) {
        .case_ai_list_04 h5 {
          font-size: 1.25rem;
          position: initial;
          top: initial; } }
      @media (min-width: 1055px) {
        .case_ai_list_04 h5 {
          font-size: 1.5rem; } }
    .case_ai_list_04 .list_04_01 {
      font-size: 0.875rem;
      color: #001928;
      border-bottom: solid 1px #F8B12B;
      padding-bottom: 10px;
      margin-bottom: 0; }
      @media (min-width: 769px) {
        .case_ai_list_04 .list_04_01 {
          font-size: 1.6vw;
          border-right: solid 1px #F8B12B;
          border-bottom: initial;
          padding-right: 25px;
          padding-bottom: initial;
          margin-bottom: initial; } }
      @media (min-width: 1055px) {
        .case_ai_list_04 .list_04_01 {
          font-size: 1.125rem; } }
      .case_ai_list_04 .list_04_01 span {
        color: #ED9025;
        font-weight: bold; }
    .case_ai_list_04 .list_04_02 {
      font-size: 0.75rem;
      color: #001928;
      padding-top: 15px; }
      @media (min-width: 769px) {
        .case_ai_list_04 .list_04_02 {
          font-size: 1.6vw;
          padding-top: initial;
          margin: -0.5em 0 0.5em; } }
      @media (min-width: 1055px) {
        .case_ai_list_04 .list_04_02 {
          font-size: 1rem; } }
  .case_ai_list_04_child {
    display: flex;
    -moz-column-gap: 5px;
         column-gap: 5px; }
    .case_ai_list_04_child li {
      font-size: 0.6875rem;
      color: #ffffff;
      text-align: center;
      border-radius: 3px;
      background: #ED9025;
      padding: 2px 5px 3px; }
      @media (min-width: 769px) {
        .case_ai_list_04_child li {
          font-size: 1.6vw; } }
      @media (min-width: 1055px) {
        .case_ai_list_04_child li {
          font-size: 1rem; } }
  .case_ai_box_mid_org {
    max-width: 1080px;
    width: 94%;
    margin: 0 auto;
    border-radius: 20px;
    border: solid 1px #F8B12B;
    padding: 15px 0 0;
    overflow: hidden;
    background: #FDEFDA;
    position: relative; }
    @media (min-width: 769px) {
      .case_ai_box_mid_org {
        padding: 40px 0; } }
  .case_ai .sign_new {
    width: 60px;
    height: 65px;
    position: absolute;
    top: 0;
    right: 0;
    background: #F7961B;
    background: linear-gradient(228deg, #f7961b 50%, rgba(255, 255, 255, 0) 50%); }
    @media (min-width: 769px) {
      .case_ai .sign_new {
        width: 130px;
        height: 145px; } }
    .case_ai .sign_new span {
      font-size: 0.8125rem;
      color: #ffffff;
      font-weight: bold;
      position: absolute;
      top: 25%;
      right: 5%;
      transform: translate(-5%, -25%); }
      @media (min-width: 769px) {
        .case_ai .sign_new span {
          font-size: 1.625rem; } }
  .case_ai_list_01_org {
    max-width: 890px;
    width: 94%;
    margin: 0 auto 2em;
    display: flex;
    flex-direction: column-reverse;
    row-gap: 0.5em;
    padding-bottom: 20px; }
    @media (min-width: 769px) {
      .case_ai_list_01_org {
        flex-direction: row;
        justify-content: center;
        row-gap: initial;
        -moz-column-gap: 3em;
             column-gap: 3em; } }
    @media (min-width: 769px) {
      .case_ai_list_01_org li {
        justify-content: initial; } }
    .case_ai_list_01_org li:first-child {
      font-size: 0.9375rem;
      color: #001928;
      font-weight: bold;
      position: relative; }
      @media (min-width: 769px) {
        .case_ai_list_01_org li:first-child {
          width: 45%;
          font-size: 1.25rem;
          padding-right: 20px; } }
    .case_ai_list_01_org li:last-child {
      font-size: 0.75rem;
      color: #001928; }
      @media (min-width: 769px) {
        .case_ai_list_01_org li:last-child {
          width: 55%;
          font-size: 1rem;
          display: flex;
          flex-direction: column;
          justify-content: center; } }
    .case_ai_list_01_org h3 {
      font-size: 0.9375rem;
      color: #001928;
      margin-bottom: 0.5em;
      text-align: center; }
      @media (min-width: 769px) {
        .case_ai_list_01_org h3 {
          font-size: 1.5rem;
          text-align: initial;
          border-bottom: solid 1px #F8B12B;
          padding-bottom: 10px; } }
    .case_ai_list_01_org p {
      font-size: 0.75rem;
      color: #001928;
      text-align: center; }
      @media (min-width: 769px) {
        .case_ai_list_01_org p {
          font-size: 1.25rem;
          text-align: initial;
          font-weight: bold; } }
  .case_ai_list_02_org {
    max-width: 740px;
    width: 94%;
    margin: -3.8em auto 2em;
    display: flex;
    flex-wrap: wrap; }
    @media (min-width: 769px) {
      .case_ai_list_02_org {
        justify-content: center;
        -moz-column-gap: 4%;
             column-gap: 4%;
        margin: 0 auto 2em; } }
    .case_ai_list_02_org .item_01 {
      width: 100%; }
      @media (min-width: 769px) {
        .case_ai_list_02_org .item_01 {
          width: initial; } }
    .case_ai_list_02_org .item_02 {
      width: 80%;
      padding-right: 2%; }
      @media (min-width: 769px) {
        .case_ai_list_02_org .item_02 {
          width: initial; } }
    .case_ai_list_02_org .item_03 {
      width: 20%; }
      @media (min-width: 769px) {
        .case_ai_list_02_org .item_03 {
          width: initial; } }
  .case_ai_content_01_org {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.25rem;
    color: #ffffff;
    font-weight: bold;
    border-radius: 8px;
    background: #F8B12B;
    padding: 1px 10px 2px;
    margin: 0.9em auto 0;
    white-space: nowrap; }
  .case_ai_content_02_org {
    font-size: 0.75rem;
    color: #001928;
    padding-top: 10px; }
    @media (min-width: 769px) {
      .case_ai_content_02_org {
        font-size: 1.8vw; } }
    @media (min-width: 900px) {
      .case_ai_content_02_org {
        font-size: 1rem; } }
    .case_ai_content_02_org span {
      font-weight: bold; }
  .case_ai_list_03_org {
    max-width: 1020px;
    width: 94%;
    margin: 0 auto 2em;
    border-radius: 10px;
    background: #ffffff;
    position: relative; }
    @media (min-width: 769px) {
      .case_ai_list_03_org {
        display: grid;
        grid-template-columns: 65% 35%; } }
    @media (min-width: 1055px) {
      .case_ai_list_03_org {
        grid-template-columns: 60% 40%; } }
    .case_ai_list_03_org li {
      display: flex;
      flex-direction: column;
      justify-content: center; }
      @media (min-width: 769px) {
        .case_ai_list_03_org li:first-child {
          padding: 20px 4%; } }
      @media (min-width: 1055px) {
        .case_ai_list_03_org li:first-child {
          padding: 20px 4% 20px 40px; } }
    .case_ai_list_03_org::before {
      content: "";
      position: absolute;
      top: -12px;
      left: 50%;
      transform: translateX(-50%);
      border: 20px solid transparent;
      border-top: 20px solid #F8B12B; }
    .case_ai_list_03_org h4 {
      font-size: 0.9375rem;
      color: #ED9025;
      font-weight: bold;
      margin-bottom: 0.7em;
      padding-left: 20px;
      padding-top: 20px; }
      @media (min-width: 769px) {
        .case_ai_list_03_org h4 {
          font-size: 1.25rem;
          padding-left: initial;
          padding-top: initial; } }
    .case_ai_list_03_org p {
      font-size: 0.75rem;
      color: #001928;
      padding: 0 20px; }
      @media (min-width: 769px) {
        .case_ai_list_03_org p {
          font-size: 1.6vw;
          padding: initial; } }
      @media (min-width: 1055px) {
        .case_ai_list_03_org p {
          font-size: 1rem; } }
      .case_ai_list_03_org p span {
        color: #ED9025;
        font-weight: bold; }
    .case_ai_list_03_org li {
      position: relative; }
      .case_ai_list_03_org li img {
        border-radius: 0 0 10px 10px;
        height: 100%; }
        @media (min-width: 769px) {
          .case_ai_list_03_org li img {
            border-radius: 0 10px 10px 0; } }
  .case_ai_list_04_org {
    max-width: 1020px;
    width: 94%;
    margin: 0 auto 3em;
    background: #ffffff;
    padding-bottom: 10px;
    border-radius: 10px;
    overflow: hidden; }
    @media (min-width: 769px) {
      .case_ai_list_04_org {
        height: 100px;
        display: grid;
        grid-template-columns: 165px 1fr;
        -moz-column-gap: 1em;
             column-gap: 1em;
        padding-bottom: initial;
        margin-bottom: 3.5rem; } }
    @media (min-width: 1055px) {
      .case_ai_list_04_org {
        height: 130px;
        grid-template-columns: 215px 1fr; } }
    .case_ai_list_04_org > li {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      .case_ai_list_04_org > li:first-child {
        margin-bottom: 1em;
        position: relative; }
        @media (min-width: 769px) {
          .case_ai_list_04_org > li:first-child {
            margin-bottom: initial;
            background: url(/as/img/generative-ai-consulting/pc/parts/parts_union_orange.svg) no-repeat center/contain; } }
      .case_ai_list_04_org > li:nth-child(2) {
        padding: 0 10px; }
        @media (min-width: 769px) {
          .case_ai_list_04_org > li:nth-child(2) {
            padding: initial; } }
    .case_ai_list_04_org img {
      width: 100%; }
      @media (min-width: 769px) {
        .case_ai_list_04_org img {
          display: none; } }
    .case_ai_list_04_org h5 {
      font-size: 1.125rem;
      color: #ffffff;
      font-weight: bold;
      position: absolute;
      top: 5vw; }
      @media (min-width: 769px) {
        .case_ai_list_04_org h5 {
          font-size: 1.25rem;
          position: initial;
          top: initial; } }
      @media (min-width: 1055px) {
        .case_ai_list_04_org h5 {
          font-size: 1.5rem; } }
    .case_ai_list_04_org .list_04_01 {
      font-size: 0.875rem;
      color: #001928;
      padding-bottom: 10px;
      margin-bottom: 0; }
      @media (min-width: 769px) {
        .case_ai_list_04_org .list_04_01 {
          font-size: 1.6vw;
          border-bottom: initial;
          padding-right: 20px;
          padding-bottom: initial;
          margin-bottom: initial; } }
      @media (min-width: 1055px) {
        .case_ai_list_04_org .list_04_01 {
          font-size: 1.125rem; } }
      .case_ai_list_04_org .list_04_01 span {
        color: #ED9025;
        font-weight: bold; }
  .case_ai_note {
    max-width: 1080px;
    width: 94%;
    margin: 10px auto 0;
    font-size: 0.75rem;
    color: #0075C2;
    text-align: right; }
  .case_ai .v825 {
    display: none; }
    @media (min-width: 825px) {
      .case_ai .v825 {
        display: block; } }
  .case_ai .sec_voice {
    max-width: 1020px;
    width: 94%;
    margin: 0 auto;
    border-top: solid 1px #ED9025;
    padding: 0.3em 0 0.8em; }
    @media (min-width: 769px) {
      .case_ai .sec_voice {
        border-radius: 10px;
        border: solid 1px #ED9025;
        padding: 0.3em 2em 2em; } }
    .case_ai .sec_voice h3 {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      font-size: 0.9375rem;
      color: #ffffff;
      margin: 0 auto;
      padding: 0.5rem 1rem;
      border-radius: 100px;
      background: #ED9025;
      position: relative;
      top: -1.4em; }
      @media (min-width: 769px) {
        .case_ai .sec_voice h3 {
          font-size: 1.25rem;
          top: -1.2em; } }
    .case_ai .sec_voice_list {
      display: flex;
      flex-direction: column;
      row-gap: 2rem; }
      @media (min-width: 769px) {
        .case_ai .sec_voice_list {
          row-gap: 1.5rem; } }
      .case_ai .sec_voice_list > li {
        border-radius: 10px;
        background: #ffffff;
        padding: 1.5em 1.2em 1.5em 1.4em; }
        @media (min-width: 769px) {
          .case_ai .sec_voice_list > li {
            padding: 2em 2em 1.2em 1.5em; } }
    .case_ai .sec_voice_list_child {
      display: grid;
      -moz-column-gap: 3%;
           column-gap: 3%; }
      @media (min-width: 769px) {
        .case_ai .sec_voice_list_child {
          grid-template-columns: 26% 71%; } }
      .case_ai .sec_voice_list_child li:first-child {
        width: 100%;
        font-size: 0.9375rem;
        color: #001928;
        display: flex;
        justify-content: center;
        align-items: center;
        -moz-column-gap: 2%;
             column-gap: 2%;
        padding-bottom: 1em;
        border-bottom: solid 1px #F5DEB1; }
        @media (min-width: 769px) {
          .case_ai .sec_voice_list_child li:first-child {
            flex-direction: column;
            text-align: center;
            padding-bottom: initial;
            border-bottom: none; } }
        .case_ai .sec_voice_list_child li:first-child img {
          width: 80px;
          height: 80px; }
          @media (min-width: 769px) {
            .case_ai .sec_voice_list_child li:first-child img {
              width: 120px;
              height: 120px;
              margin-bottom: 0.5em; } }
      .case_ai .sec_voice_list_child li:last-child {
        padding-top: 1.3em; }
        @media (min-width: 769px) {
          .case_ai .sec_voice_list_child li:last-child {
            padding-top: initial; } }
    .case_ai .sec_voice h4 {
      font-size: 1.125rem;
      color: #ED9025;
      margin-bottom: 0.8em; }
      @media (min-width: 769px) {
        .case_ai .sec_voice h4 {
          font-size: 1.25rem; } }
    .case_ai .sec_voice_ttl {
      font-size: 0.8125rem;
      color: #001928;
      line-height: 1.6em;
      position: relative;
      padding-top: 1em; }
      @media (min-width: 769px) {
        .case_ai .sec_voice_ttl {
          font-size: 1.2vw; } }
      @media (min-width: 1116px) {
        .case_ai .sec_voice_ttl {
          font-size: 0.9375rem; } }
    .case_ai .sec_voice_desc {
      color: #001928;
      line-height: 1.8em; }
      .case_ai .sec_voice_desc span {
        font-weight: bold;
        background: #FFF1C7; }

ul, li {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.ai_cta {
  position: relative;
  margin-bottom: 3em; }
  .ai_cta_inner {
    max-width: 1200px;
    width: 94%;
    margin: auto;
    background: url(/as/img/generative-ai-consulting/sp/bg/bg_cta@2x.png) no-repeat center/cover;
    border-radius: 20px;
    padding: 30px 4%; }
    @media (min-width: 769px) {
      .ai_cta_inner {
        background: url(/as/img/generative-ai-consulting/pc/bg/bg_cta@2x.png) no-repeat center/cover;
        padding: 0 30px; } }
  .ai_cta_list_01 {
    display: flex;
    flex-direction: column-reverse; }
    @media (min-width: 769px) {
      .ai_cta_list_01 {
        display: grid;
        grid-template-columns: 25% 50% 25%;
        justify-content: center; } }
    .ai_cta_list_01 > li {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      .ai_cta_list_01 > li:first-child {
        display: none; }
        @media (min-width: 769px) {
          .ai_cta_list_01 > li:first-child {
            display: inherit; } }
      .ai_cta_list_01 > li:nth-child(2) {
        padding: 0 2%; }
        @media (min-width: 1160px) {
          .ai_cta_list_01 > li:nth-child(2) {
            padding: initial; } }
      @media (min-width: 769px) {
        .ai_cta_list_01 > li:last-child {
          padding-top: 30px; } }
  .ai_cta_lead {
    font-size: 1.125rem;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    margin: 0 0 0.3em; }
    @media (min-width: 769px) {
      .ai_cta_lead {
        font-size: 2vw; } }
    @media (min-width: 1160px) {
      .ai_cta_lead {
        font-size: 1.5rem; } }
  .ai_cta h2 {
    font-size: 1.875rem;
    color: #ffffff;
    margin-bottom: 0.5em;
    letter-spacing: -0.01em; }
    @media (min-width: 769px) {
      .ai_cta h2 {
        font-size: 4vw;
        letter-spacing: initial; } }
    @media (min-width: 920px) {
      .ai_cta h2 {
        font-size: 2.5rem; } }
  .ai_cta_org_box {
    width: 100%; }
  .ai_cta_org {
    font-size: 1.125rem;
    max-width: 300px;
    height: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5px;
    background: #ED9025;
    box-shadow: 0 4px 0 0 #DD5500;
    border-radius: 8px;
    color: #ffffff;
    text-decoration: none;
    line-height: 1.2em;
    transition: .100s;
    position: relative;
    border: solid 1px #EF9B29;
    margin: 0 auto 1em; }
    @media (min-width: 769px) {
      .ai_cta_org {
        font-size: 1.5rem;
        width: 100%;
        max-width: 500px;
        height: 80px;
        margin: 0 auto 0.6em; } }
    .ai_cta_org:hover {
      color: #fff;
      text-decoration: none;
      box-shadow: none;
      transform: translateY(4px); }
    .ai_cta_org::before {
      content: '';
      width: 28px;
      height: 28px;
      position: absolute;
      top: 0.9em;
      right: 16px;
      transform: rotate(45deg);
      background: #ffffff;
      border-radius: 50px; }
      @media (min-width: 769px) {
        .ai_cta_org::before {
          width: 38px;
          height: 38px; } }
    .ai_cta_org::after {
      content: '';
      width: 7px;
      height: 7px;
      border: 0;
      border-top: solid 2px #ED9025;
      border-right: solid 2px #ED9025;
      position: absolute;
      top: 1.63em;
      right: 1.5em;
      margin-top: -3px;
      transform: rotate(45deg); }
      @media (min-width: 769px) {
        .ai_cta_org::after {
          width: 9px;
          height: 9px;
          right: 1.33em; } }
  .ai_cta_list_02 {
    width: 100%;
    display: grid;
    grid-template-columns: 50% 1fr;
    justify-content: center; }
    @media (min-width: 1190px) {
      .ai_cta_list_02 {
        width: 80%; } }
    .ai_cta_list_02 li {
      font-size: 0.875rem; }
      @media (min-width: 769px) {
        .ai_cta_list_02 li {
          font-size: 1.5vw; } }
      @media (min-width: 1190px) {
        .ai_cta_list_02 li {
          font-size: 1rem; } }
      .ai_cta_list_02 li a:hover {
        text-decoration: none; }
      .ai_cta_list_02 li:first-child {
        text-align: right; }
        @media (min-width: 769px) {
          .ai_cta_list_02 li:first-child {
            text-align: center; } }
      .ai_cta_list_02 li:last-child {
        text-align: left;
        padding-left: 4%; }
        @media (min-width: 769px) {
          .ai_cta_list_02 li:last-child {
            text-align: center;
            padding-left: initial; } }
  .ai_cta .mb_2em {
    margin-bottom: 2em; }
  .ai_cta_note {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 0.5em;
    font-size: 0.75rem;
    color: #ffffff;
    text-align: center; }
    @media (min-width: 610px) {
      .ai_cta_note {
        font-size: 1rem; } }
    @media (min-width: 769px) {
      .ai_cta_note {
        font-size: 1.4vw; } }
    @media (min-width: 1090px) {
      .ai_cta_note {
        font-size: 1rem; } }
  .ai_cta_box_img_01 {
    width: 50%;
    margin-bottom: 5px; }
    .ai_cta_box_img_01 img {
      width: 100%; }
    @media (min-width: 769px) {
      .ai_cta_box_img_01 {
        width: initial;
        margin-bottom: initial; } }
  .ai_cta_box_img_02 {
    margin-bottom: 0.5em; }
    .ai_cta_box_img_02 img {
      max-width: 90%;
      margin: auto; }
    @media (min-width: 769px) {
      .ai_cta_box_img_02 {
        margin-bottom: initial; } }

/* btn */
.btn_link {
  text-align: center;
  color: #ffffff;
  position: relative;
  padding-right: 20px; }
  .btn_link::after {
    content: "";
    vertical-align: middle;
    width: 8px;
    height: 8px;
    margin: auto;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
    position: absolute;
    top: 38%;
    right: 8px;
    transition: all 0.3s 0s ease; }
  .btn_link:hover {
    text-decoration: none; }
    .btn_link:hover::after {
      transform: translateX(4px) rotate(45deg); }
  .btn_link_pcV {
    display: none; }
    @media (min-width: 769px) {
      .btn_link_pcV {
        display: inline-block; } }

ul, li {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.case_detail {
  position: relative;
  background: #E9F6FF;
  padding: 60px 0 80px;
  margin-bottom: -3em;
  /* 余白調整 */ }
  @media (min-width: 769px) {
    .case_detail {
      padding: 60px 0; } }
  .case_detail_inner {
    max-width: 1020px;
    width: 94%;
    margin: 0 auto; }
  .case_detail_lead {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 0.75rem;
    color: #ffffff;
    text-align: center;
    letter-spacing: 0.05em;
    margin: 0 auto 1em;
    border-radius: 50px;
    background: #ED9025;
    padding: 2px 12px 3px; }
    @media (min-width: 769px) {
      .case_detail_lead {
        font-size: 1rem; } }
  .case_detail_h2_01 {
    font-size: 1.125rem;
    color: #001928;
    text-align: center;
    letter-spacing: 0.05em;
    margin-bottom: 1.5em; }
    @media (min-width: 769px) {
      .case_detail_h2_01 {
        font-size: 1.5rem; } }
  .case_detail_list {
    max-width: 1020px;
    margin: 0 auto;
    display: grid;
    gap: 10px 0; }
    @media (min-width: 769px) {
      .case_detail_list {
        grid-template-columns: 32% 32% 32%;
        justify-content: center;
        gap: 20px 2%; } }
  .case_detail_link a {
    font-size: 1.25rem;
    color: #001928;
    font-weight: bold;
    height: 72px;
    border-radius: 16px;
    display: block;
    background: #FFFFFF;
    text-align: center;
    position: relative; }
    @media (min-width: 769px) {
      .case_detail_link a {
        height: 240px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-radius: 20px;
        text-align: initial; } }
    .case_detail_link a .link_btn {
      position: relative;
      top: 50%;
      transform: translateY(-50%); }
      @media (min-width: 769px) {
        .case_detail_link a .link_btn {
          padding-right: 40px;
          top: initial;
          transform: initial; } }
      .case_detail_link a .link_btn::before {
        content: "";
        width: 22px;
        height: 22px;
        background: #1366A1;
        border-radius: 50%;
        position: absolute;
        top: 20%;
        right: 0.8em;
        transition: all 0.3s 0s ease; }
        @media (min-width: 769px) {
          .case_detail_link a .link_btn::before {
            right: 0; } }
      .case_detail_link a .link_btn::after {
        content: '';
        width: 6px;
        height: 6px;
        margin-top: -5px;
        border-top: solid 2px #ffffff;
        border-right: solid 2px #ffffff;
        transform: rotate(45deg);
        position: absolute;
        top: 62.5%;
        right: 1.25em;
        transition: all 0.3s 0s ease; }
        @media (min-width: 769px) {
          .case_detail_link a .link_btn::after {
            top: 62%;
            right: 9px; } }
    .case_detail_link a .list_service {
      display: flex;
      justify-content: center;
      -moz-column-gap: 1em;
           column-gap: 1em;
      border-top: solid 1px #E0EEF8;
      padding-top: 8px;
      margin-top: 2em; }
      @media (min-width: 769px) {
        .case_detail_link a .list_service {
          border-top: none;
          padding-top: initial;
          margin-top: initial; } }
      .case_detail_link a .list_service li {
        font-size: 0.9375rem;
        line-height: 1.5;
        padding-right: 15px;
        position: relative; }
        .case_detail_link a .list_service li::after {
          content: '';
          width: 7px;
          height: 7px;
          margin-top: -5px;
          border-top: solid 2px #1366A1;
          border-right: solid 2px #1366A1;
          transform: rotate(45deg);
          position: absolute;
          top: 60%;
          right: 0;
          transition: all 0.3s 0s ease; }
    .case_detail_link a:hover .link_btn::before {
      background: #ffffff;
      border: solid 1px #1366A1; }
    .case_detail_link a:hover .link_btn::after {
      border-color: #1366A1; }
    .case_detail_link a:hover .list_service li::after {
      transform: translateX(5px) rotate(45deg); }
  .case_detail .box_circle {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #E9F6FF;
    margin-bottom: 0.5em;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 7px; }
    @media (min-width: 769px) {
      .case_detail .box_circle {
        width: 118px;
        height: 118px;
        position: initial;
        top: initial;
        transform: initial;
        left: initial; } }
    .case_detail .box_circle img {
      width: 23px;
      height: auto; }
      @media (min-width: 769px) {
        .case_detail .box_circle img {
          width: 52px; } }
  .case_detail .box_circle_service {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #E9F6FF;
    margin-bottom: 0.5em;
    position: absolute;
    top: 10%;
    transform: translateY(-10%);
    left: 7px; }
    @media (min-width: 769px) {
      .case_detail .box_circle_service {
        width: 118px;
        height: 118px;
        position: initial;
        top: initial;
        transform: initial;
        left: initial; } }
    .case_detail .box_circle_service img {
      width: 23px;
      height: auto; }
      @media (min-width: 769px) {
        .case_detail .box_circle_service img {
          width: 52px; } }

/* no link ver. */
.no_link {
  font-size: 1.25rem;
  color: #001928;
  font-weight: bold;
  height: 114px;
  border-radius: 16px;
  display: block;
  background: #FFFFFF;
  text-align: center;
  position: relative; }
  @media (min-width: 769px) {
    .no_link {
      height: 240px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      border-radius: 20px;
      text-align: initial; } }
  .no_link .list_service {
    display: flex;
    justify-content: center;
    -moz-column-gap: 1em;
         column-gap: 1em;
    border-top: solid 1px #E0EEF8;
    padding-top: 8px;
    margin-top: 2em; }
    @media (min-width: 769px) {
      .no_link .list_service {
        border-top: none;
        padding-top: initial;
        margin-top: initial; } }
    .no_link .list_service li a {
      font-size: 0.9375rem;
      line-height: 1.5;
      padding-right: 15px;
      position: relative; }
      .no_link .list_service li a::after {
        content: '';
        width: 7px;
        height: 7px;
        margin-top: -5px;
        border-top: solid 2px #1366A1;
        border-right: solid 2px #1366A1;
        transform: rotate(45deg);
        position: absolute;
        top: 60%;
        right: 0;
        transition: all 0.3s 0s ease; }
  .no_link .link_btn_service {
    position: relative;
    top: 20%; }
    @media (min-width: 769px) {
      .no_link .link_btn_service {
        top: initial; } }

.topic {
  padding: 30px 0;
  margin: -2em auto 0;
  background: #F8F8F8; }
  @media (min-width: 768px) {
    .topic {
      margin: -6em auto 4em;
      width: 100%; } }
  .topic h2 {
    margin-bottom: 0.3em; }
    @media (min-width: 768px) {
      .topic h2 {
        margin-bottom: 0.7em; } }
  .topic__list {
    display: flex;
    flex-direction: column;
    row-gap: 10px; }
    @media (min-width: 768px) {
      .topic__list {
        display: grid;
        grid-template-columns: 48% 48%;
        -moz-column-gap: 4%;
             column-gap: 4%;
        row-gap: initial; } }
    .topic__list a {
      transition: all 0.3s 0s ease; }
      .topic__list a:hover {
        opacity: 0.8; }
  .topic__img {
    width: 100%; }

/*# sourceMappingURL=main.css.map */
