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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1.5em;
  font-weight: bold;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

ol,
ul {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}

table {
  width: 100%;
  margin-bottom: 1.5em;
  border-spacing: 0;
  border-collapse: collapse;
}

table th,
table td {
  padding: 0.5em;
  border: 1px solid #000;
}

table th {
  font-weight: bold;
}

caption,
table th,
table td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

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

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

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

body * {
  max-height: 99999em;
  word-break: break-word;
}

p {
  margin-bottom: 1.5em;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a img {
  border: none;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  word-break: normal;
  vertical-align: middle;
  white-space: normal;
  -webkit-appearance: none;
}

button {
  color: inherit;
}

textarea {
  overflow: auto;
  line-height: 1.5;
  white-space: pre-line;
  resize: none;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
  html,
  body {
    width: 1600px;
    margin: 0;
  }
  @page {
    margin: 0;
    size: 11in 14.028in;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
html {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  line-height: 1;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
@media print, (min-width: 768px) {
  html {
    font-size: 625%;
  }
}
@media only screen and (max-width: 767.98px) {
  html {
    min-height: 100vh;
    font-size: 25.641025641vw;
  }
}

body {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #1c1c1c;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "メイリオ", meiryo, sans-serif;
  line-height: 1.5;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
@media print, (min-width: 768px) {
  body {
    font-size: 0.16rem;
    font-weight: 400;
  }
}
@media only screen and (max-width: 767.98px) {
  body {
    font-size: 0.14rem;
    font-weight: 400;
  }
  body::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }
}

.hidden {
  display: none;
}

.trans {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  text-decoration: none;
}
.trans:hover {
  opacity: 0.8;
}

.load {
  opacity: 0.00001;
}
html.is-visible.wf-active .load {
  opacity: 1;
}

.image-common {
  display: block;
  width: 100%;
}

.object-common {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.is-green {
  color: #1fe90d;
}

.container {
  overflow: hidden;
}
@media print, (min-width: 768px) {
  .container {
    min-width: 1100px;
  }
}
@media only screen and (max-width: 767.98px) {
  .container {
    min-width: 320px;
  }
}

@media print, (min-width: 768px) {
  .wrapper {
    width: calc(100% - 60px);
    max-width: 980px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .wrapper {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
  }
}

@media print, (min-width: 768px) {
  .wrapper-common-article {
    width: calc(100% - 240px);
    max-width: 740px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .wrapper-common-article {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
  }
}

@media print, (min-width: 768px) {
  .sm {
    display: none;
  }
}

@media only screen and (max-width: 767.98px) {
  .md {
    display: none;
  }
}

.navigation-list .navigation-item {
  font-weight: 700;
}
.navigation-list > li {
  position: relative;
}
@media print, (min-width: 768px) {
  .navigation-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .navigation-list > li {
    margin-right: 33px;
  }
  .navigation-list > li:last-child {
    margin-right: 0;
  }
  .navigation-list > li:hover .navigation-group-list {
    visibility: visible;
    opacity: 1;
  }
  .navigation-list .navigation-item {
    font-size: 0.14rem;
  }
  .navigation-list .menu-wrapper {
    position: absolute;
    top: 10px;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
}
@media only screen and (max-width: 767.98px) {
  .navigation-list > li {
    min-height: 0.6rem;
    padding: 0.17rem 0;
    border-bottom: 0.01rem solid #eee;
  }
  .navigation-list > li:first-child {
    border-top: 0.01rem solid #eee;
  }
  .navigation-list > li.has-menu {
    padding-bottom: 0;
  }
  .navigation-list > li.has-menu > .button-sub-menu {
    top: 0.16rem;
  }
  .navigation-list > li.has-menu > .button-sub-menu::after {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .navigation-list .navigation-item {
    padding: 0 0.2rem;
    font-size: 0.16rem;
  }
  .navigation-list .menu-wrapper {
    display: none;
  }
}

@media print, (min-width: 768px) {
  .navigation-sub-list .sub-item {
    position: relative;
    padding-left: 13px;
    font-size: 0.13rem;
    line-height: 1.3;
  }
  .navigation-sub-list .sub-item::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
    color: #1fe90d;
  }
}
@media only screen and (max-width: 767.98px) {
  .navigation-sub-list {
    margin-top: 0.17rem;
    padding-left: 0;
  }
  .navigation-sub-list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 0.6rem;
    padding: 0.05rem 0.5rem 0.05rem 0.46rem;
    border-bottom: 0.01rem solid #dadada;
    background-color: #efefe8;
  }
  .navigation-sub-list > li:first-child {
    border-top: 0.01rem solid #dadada;
  }
  .navigation-sub-list > li:last-child {
    border: none;
  }
}

.header-common {
  position: fixed;
  z-index: 1010;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 0.01rem solid #eaeaea;
  background-color: #fff;
}
.header-common ul {
  margin-bottom: 0;
  list-style-type: none;
}
.header-common .navigation-list,
.header-common .navigation-sub-list {
  padding-left: 0;
}
.header-common a {
  display: inline-block;
}
.header-common .header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, (min-width: 768px) {
  .header-common {
    min-width: 1100px;
  }
  .header-common .header-logo {
    width: 204px;
    margin-right: 38px;
  }
  .header-common .header-wrapper {
    width: 100%;
    max-width: 1050px;
    min-height: 69px;
    margin-right: auto;
    margin-left: auto;
    padding: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .header-common .header-logo {
    width: 1.58rem;
  }
  .header-common .header-wrapper {
    min-height: 0.6rem;
    padding: 0.1rem 0.13rem;
  }
}
@media print {
  .header-common {
    position: relative;
  }
}

.button-menu {
  position: absolute;
  z-index: 1010;
  top: -0.02rem;
  right: 0;
  width: 0.6rem;
  height: 0.6rem;
  cursor: pointer;
}
.button-menu span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.3rem;
  height: 0.04rem;
  margin-left: -0.18rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 0.06rem;
  background-color: #1c1c1c;
}
.button-menu span:nth-child(1) {
  margin-top: -0.1rem;
}
.button-menu span:nth-child(2) {
  margin-top: 0.01rem;
}
.button-menu span:nth-child(3) {
  margin-top: 0.12rem;
}
.button-menu.is-active {
  position: fixed;
}
.button-menu.is-active span {
  width: 0.38rem;
  margin-top: 0;
  -webkit-transform: none;
          transform: none;
}
.button-menu.is-active span:nth-child(1) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.button-menu.is-active span:nth-child(2) {
  opacity: 0;
}
.button-menu.is-active span:nth-child(3) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media print, (min-width: 768px) {
  .header-navigation {
    display: block !important;
    position: relative;
    top: -2px;
  }
}
@media only screen and (max-width: 767.98px) {
  .header-navigation {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0.6rem;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100vh;
    background-color: #fbfbf6;
  }
  .header-navigation .navigation-inner {
    height: 100%;
    padding-bottom: 1.5rem;
    overflow-y: scroll;
  }
}

@media print, (min-width: 768px) {
  .navigation-group-list {
    visibility: hidden;
    position: absolute;
    z-index: 3;
    top: 100%;
    left: 0;
    min-width: 363px;
    padding: 8px 17px 16px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    opacity: 0;
    background-color: #fff;
    -webkit-filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.15));
            filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.15));
  }
  .navigation-group-list .group-item {
    margin-bottom: 1px;
    font-size: 0.14rem;
    font-weight: 700;
    line-height: 1.9;
  }
}
@media only screen and (max-width: 767.98px) {
  .navigation-group-list {
    position: relative;
    margin-top: 0.16rem;
    padding-left: 0;
  }
  .navigation-group-list a {
    font-size: 0.16rem;
    font-weight: 700;
  }
  .navigation-group-list > li {
    padding: 0.17rem 0 0;
    border-bottom: 0.01rem solid #dadada;
    background-color: #efefe8;
  }
  .navigation-group-list > li:first-child {
    border-top: 0.01rem solid #dadada;
  }
  .navigation-group-list .group-item {
    padding: 0 0.46rem;
  }
  .navigation-group-list .button-sub-menu {
    right: 0.33rem;
  }
}

@media print, (min-width: 768px) {
  .button-sub-menu {
    display: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-sub-menu {
    position: absolute;
    top: 0.2rem;
    right: 0.28rem;
  }
  .button-sub-menu::after {
    content: "";
    display: inline-block;
    width: 0.12rem;
    height: 0.12rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-top: 0.02rem solid #1c1c1c;
    border-right: 0.02rem solid #1c1c1c;
  }
}

.footer-sub-list a {
  font-weight: 300;
}
@media print, (min-width: 768px) {
  .footer-sub-list a {
    font-size: 0.12rem;
  }
  .footer-sub-list > li {
    margin-bottom: -2px;
  }
  .footer-sub-list .footer-navbar {
    margin-top: -4px;
  }
  .footer-sub-list .navbar-item {
    position: relative;
    padding-left: 12px;
  }
  .footer-sub-list .navbar-item::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
  }
  .footer-sub-list .navbar-list > li {
    margin-bottom: -2px;
  }
  .footer-sub-list .navbar-list > li:last-child {
    margin-bottom: 0;
  }
  .footer-sub-list .navbar-list.has-space {
    padding-left: 7px;
  }
}

.footer-common ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}
.footer-common a {
  display: inline-block;
  line-height: 1.3;
}
.footer-common .footer-heading {
  font-weight: 500;
}
.footer-common .footer-logo-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-right: 39px;
}
.footer-common .footer-logo-container .footer-logo {
  display: inline-block;
}
.footer-common .footer-logo-container .iso-logo {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.footer-common .footer-logo-container .iso-logo .iso-image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.footer-common .footer-logo-container .iso-logo .iso-image-container img {
  max-width: 100%;
  height: auto;
}
@media print, (min-width: 768px) {
  .footer-common .footer-logo {
    width: 191px;
    margin: 7px 0 0 0;
  }
  .footer-common .iso-logo .iso-image-container img {
    margin-right: 20px;
  }
  .footer-common .footer-heading {
    margin-bottom: -1px;
    font-size: 0.14rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-common .footer-main {
    padding-top: 25px;
    padding-bottom: 15px;
  }
  .footer-common .footer-logo {
    display: block;
    width: 2.26rem;
    margin: 0 auto;
  }
  .footer-common .footer-logo-container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 0;
    margin-bottom: 15px;
    padding: 0;
    width: 100%;
  }
  .footer-common .footer-logo-container .iso-logo {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
    width: 100%;
  }
  .footer-common .footer-logo-container .iso-logo .iso-image-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10px;
    width: 2rem;
  }
  .footer-common .footer-logo-container .iso-logo .iso-image-container img {
    margin-right: 0;
    max-width: 100%;
  }
}
@media print {
  .footer-common {
    margin-top: 80px;
  }
}

.footer-main {
  background-color: #fafaf5;
  color: #000;
}
@media print, (min-width: 768px) {
  .footer-main {
    padding: 17px 0 25px;
  }
  .footer-main .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 978px;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-main {
    padding: 0.2rem 0 0.12rem;
  }
}

@media print, (min-width: 768px) {
  .footer-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media print, (min-width: 768px) {
  .footer-list {
    margin-right: 40px;
  }
  .footer-list:last-child {
    margin-right: 0;
  }
  .footer-list > li {
    margin-bottom: 3px;
  }
  .footer-list.has-sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer-list.has-sub > li {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 272px;
    padding-right: 20px;
  }
  .footer-list.has-sub > li:first-child {
    width: 195px;
  }
  .footer-list.has-sub > li:last-child {
    margin-right: 0;
  }
}

.footer-bottom {
  background-color: #1c1c1c;
  color: #fff;
  text-align: center;
}
.footer-bottom .footer-address {
  font-weight: 400;
}
.footer-bottom .address-company {
  display: inline;
}
.footer-bottom address {
  display: inline;
}
.footer-bottom small {
  font-weight: 300;
  line-height: 1.3;
}
@media print, (min-width: 768px) {
  .footer-bottom {
    padding: 6px 0 4px;
    font-size: 0.11rem;
    font-weight: 400;
  }
  .footer-bottom .footer-contact > li {
    display: inline-block;
    position: relative;
    padding-right: 5px;
  }
  .footer-bottom .footer-contact > li::after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    right: 0;
    width: 1px;
    height: 12px;
    background-color: #fff;
  }
  .footer-bottom .footer-contact > li:first-child {
    padding-left: 2px;
  }
  .footer-bottom .footer-contact > li:first-child::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 1px;
    height: 12px;
    background-color: #fff;
  }
  .footer-bottom .footer-contact > li:last-child {
    padding-right: 4px;
  }
  .footer-bottom .contact-item {
    font-weight: 400;
  }
  .footer-bottom .footer-address {
    margin-bottom: 1px;
    text-underline-offset: 3px;
  }
  .footer-bottom .footer-address address {
    margin-left: -3px;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-bottom {
    padding-bottom: 0.08rem;
  }
  .footer-bottom .footer-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .footer-bottom .footer-contact {
    padding-bottom: 0.16rem;
  }
  .footer-bottom .footer-contact > li {
    padding: 0.17rem 0.5rem;
    border-bottom: 0.01rem solid #686868;
  }
  .footer-bottom .contact-item {
    display: inline;
    font-size: 0.18rem;
    font-weight: 300;
    line-height: 1.4;
  }
  .footer-bottom small {
    font-size: 0.12rem;
  }
  .footer-bottom .footer-address {
    padding: 0 0.2rem;
    font-size: 0.14rem;
    text-underline-offset: 0.02rem;
  }
  .footer-bottom .footer-address address {
    display: block;
  }
  .footer-bottom .footer-inner {
    margin-bottom: 5px;
  }
}

.title-common-primary {
  position: relative;
  font-weight: 700;
}
.title-common-primary::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  background-color: #1fe90d;
}
.title-common-primary.is-black {
  line-height: 1.25;
}
.title-common-primary.is-black .title-japanese {
  color: #666;
  font-size: 0.12rem;
  font-weight: 400;
}
.title-common-primary.is-black .title-english {
  margin-right: 0.07rem;
  color: #000;
  font-size: 0.16rem;
  letter-spacing: 0.085em;
}
.title-common-primary.is-black::before {
  width: 0.03rem;
  height: 0.2rem;
  background-color: #1c1c1c;
}
@media print, (min-width: 768px) {
  .title-common-primary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 19px;
  }
  .title-common-primary::before {
    top: 6px;
    width: 7px;
    height: 37px;
  }
  .is-mac .title-common-primary::before {
    top: 3px;
  }
  .title-common-primary .title-japanese {
    position: relative;
    top: 2px;
    font-size: 0.2rem;
    line-height: 1.3;
  }
  .title-common-primary .title-english {
    margin-right: 15px;
    font-size: 0.4rem;
    line-height: 1.1;
  }
  .title-common-primary.is-black {
    padding-left: 8px;
  }
  .title-common-primary.is-black .title-english {
    margin-right: 7px;
  }
  .title-common-primary.is-black .title-japanese {
    top: -1px;
  }
  .title-common-primary.is-black::before {
    top: -1px;
    height: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-primary::before {
    top: 0.03rem;
    width: 0.04rem;
    height: 0.24rem;
  }
  .title-common-primary .title-english {
    display: block;
    margin-bottom: -0.08rem;
    margin-left: 0.12rem;
    font-size: 0.26rem;
    line-height: 1.1;
  }
  .title-common-primary .title-japanese {
    font-size: 0.16rem;
    line-height: 1.9;
  }
  .title-common-primary.is-black {
    padding-left: 0.08rem;
  }
  .title-common-primary.is-black .title-english {
    display: inline;
    margin-left: 0;
  }
  .title-common-primary.is-black::before {
    top: 0.1rem;
  }
  .is-ios .title-common-primary.is-black::before {
    top: 0.08rem;
  }
}

.title-common-secondary {
  text-align: center;
}
.title-common-secondary .title-small {
  display: block;
  color: #666;
  font-weight: 500;
}
.title-common-secondary .title-large {
  font-weight: 700;
}
.title-common-secondary .title-large .is-green {
  position: relative;
}
@media print, (min-width: 768px) {
  .title-common-secondary .title-small {
    margin-bottom: 23px;
    font-size: 0.2rem;
    line-height: 1.3;
  }
  .title-common-secondary .title-large {
    font-size: 0.44rem;
    line-height: 1.1;
  }
  .title-common-secondary .title-large .is-green {
    top: 4px;
    font-size: 0.8rem;
    line-height: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-secondary .title-small {
    margin-bottom: 0.28rem;
    font-size: 0.18rem;
    line-height: 1.3;
  }
  .title-common-secondary .title-large {
    font-size: 0.3rem;
    line-height: 0.7;
  }
  .is-ios .title-common-secondary .title-large {
    line-height: 1.1;
  }
  .title-common-secondary .title-large .is-big {
    font-size: 0.36rem;
  }
  .title-common-secondary .title-large .is-green {
    top: 0.04rem;
    font-size: 0.6rem;
  }
}

.button-common-primary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #04cb00;
  -webkit-box-shadow: 0.02rem 0.04rem 0.04rem rgba(0, 0, 0, 0.4);
          box-shadow: 0.02rem 0.04rem 0.04rem rgba(0, 0, 0, 0.4);
  color: #fff;
  font-weight: 700;
}
.button-common-primary .button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.button-common-primary.is-icon .button-wrapper::before {
  content: "";
  display: inline-block;
  position: relative;
}
.button-common-primary.is-information .button-wrapper::before {
  width: 0.29rem;
  height: 0.29rem;
  background: url("../img/common/icon_info.svg") no-repeat center center/cover;
}
.button-common-primary.is-demo .button-wrapper::before {
  width: 0.49rem;
  height: 0.22rem;
  background: url("../img/common/icon_demo.svg") no-repeat center center/cover;
}
.button-common-primary.is-phone .button-wrapper::before {
  width: 0.19rem;
  height: 0.3rem;
  background: url("../img/common/icon_phone.svg") no-repeat center center/cover;
}
.button-common-primary.is-desktop .button-wrapper::before {
  width: 0.33rem;
  height: 0.22rem;
  background: url("../img/common/icon_desktop.svg") no-repeat center center/cover;
}
@media print, (min-width: 768px) {
  .button-common-primary {
    width: 324px;
    min-height: 63px;
    padding: 5px 10px;
    border-radius: 36px;
    font-size: 0.22rem;
    line-height: 1.3;
  }
  .button-common-primary .button-wrapper::before {
    top: 0;
    left: -3px;
  }
  .button-common-primary.is-phone .button-wrapper {
    top: -1px;
    left: 2px;
  }
  .button-common-primary.is-phone .button-wrapper::before {
    left: -8px;
  }
  .button-common-primary.is-information .button-wrapper::before {
    top: -1px;
  }
  .is-mac .button-common-primary.is-information .button-wrapper {
    top: -1px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-common-primary {
    width: 3.12rem;
    min-height: 0.5rem;
    border-radius: 0.36rem;
    font-size: 0.2rem;
    line-height: 1.3;
  }
  .button-common-primary .button-wrapper::before {
    top: 0;
    left: -0.03rem;
  }
}

.button-inner {
  text-align: center;
}
@media print, (min-width: 768px) {
  .button-inner {
    padding: 0 100px;
  }
}

.button-common-secondary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  background-color: #1c1c1c;
  -webkit-box-shadow: 0.02rem 0.04rem 0.04rem rgba(0, 0, 0, 0.4);
          box-shadow: 0.02rem 0.04rem 0.04rem rgba(0, 0, 0, 0.4);
  color: #fff;
  font-weight: 300;
  line-height: 1.3;
}
.button-common-secondary.is-small {
  font-size: 0.16rem;
}
@media print, (min-width: 768px) {
  .button-common-secondary {
    min-height: 51px;
    padding: 10px 90px;
    border-radius: 24px;
    font-size: 0.2rem;
  }
  .button-common-secondary.is-small {
    min-height: 42px;
    padding: 8px 46px;
    font-weight: 700;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-common-secondary {
    min-height: 0.46rem;
    padding: 0.1rem 0.47rem;
    border-radius: 0.32rem;
    font-size: 0.16rem;
  }
  .button-common-secondary.is-small {
    min-height: 0.46rem;
    padding: 0.08rem 0.48rem;
    font-weight: 300;
  }
  .button-common-secondary.is-large {
    width: 100%;
    min-height: 0.59rem;
    padding: 0.1rem 0.2rem;
    font-size: 0.18rem;
  }
}

.list-common-solution {
  padding-left: 0;
  list-style-type: none;
}
.list-common-solution .solution-item {
  display: block;
  overflow: hidden;
  -webkit-box-shadow: 0.04rem 0.04rem 0.04rem rgba(0, 0, 0, 0.15);
          box-shadow: 0.04rem 0.04rem 0.04rem rgba(0, 0, 0, 0.15);
}
.list-common-solution .item-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #72d549;
}
.list-common-solution .heading-text {
  margin-bottom: 0;
  color: #fff;
  font-weight: 700;
}
.list-common-solution .heading-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.list-common-solution .item-content {
  background-color: #fff;
}
.list-common-solution .content-text {
  display: -webkit-box;
  overflow: hidden;
  color: #000;
  line-height: 1.9;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.list-common-solution .content-text p:last-child {
  margin-bottom: 0;
}
@media print, (min-width: 768px) {
  .list-common-solution {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 883px;
    margin: 0 auto 19px;
  }
  .list-common-solution .heading-image {
    width: 136px;
    margin-right: 9px;
  }
  .list-common-solution > li {
    margin-right: 43px;
    margin-bottom: 21px;
  }
  .list-common-solution > li:nth-child(2n) {
    margin-right: 0;
  }
  .list-common-solution > li.is-margin .heading-image {
    margin-right: 1px;
  }
  .list-common-solution .solution-item {
    width: 420px;
    min-height: 118px;
    overflow: hidden;
    border-radius: 12px;
  }
  .list-common-solution .item-heading {
    padding: 6px 7px 4px;
  }
  .list-common-solution .heading-text {
    font-size: 0.2rem;
    line-height: 1.6;
  }
  .list-common-solution .item-content {
    padding: 22px 18px;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-common-solution {
    margin-bottom: 0.39rem;
  }
  .list-common-solution > li {
    margin-bottom: 0.13rem;
  }
  .list-common-solution > li:last-child {
    margin-bottom: 0;
  }
  .list-common-solution .solution-item {
    min-height: 0.9rem;
    border-radius: 0.12rem;
  }
  .list-common-solution .item-heading {
    padding: 0.09rem 0.1rem 0.08rem;
  }
  .list-common-solution .heading-text {
    font-size: 0.17rem;
    line-height: 1.6;
  }
  .list-common-solution .heading-image {
    width: 0.88rem;
    margin-right: 0.07rem;
  }
  .list-common-solution .item-content {
    padding: 0.06rem 0.23rem 0.16rem;
  }
}

.list-common-solution.is-content .content-text {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
@media print, (min-width: 768px) {
  .list-common-solution.is-content {
    width: 950px;
    margin-bottom: 9px;
  }
  .list-common-solution.is-content > li {
    margin-right: 30px;
    margin-bottom: 20px;
  }
  .list-common-solution.is-content > li:nth-child(2n) {
    margin-right: 0;
  }
  .list-common-solution.is-content .solution-item {
    width: 460px;
    border: 1px solid #d1d1d1;
  }
  .list-common-solution.is-content .item-heading {
    padding-right: 30px;
    padding-bottom: 9px;
    padding-left: 30px;
  }
  .list-common-solution.is-content .item-content {
    padding: 9px 20px 15px;
  }
  .list-common-solution.is-content .heading-text {
    margin-top: 6px;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-common-solution.is-content > li {
    margin-bottom: 0.32rem;
  }
  .list-common-solution.is-content .solution-item {
    border: 1px solid #e6e6e6;
  }
  .list-common-solution.is-content .item-heading {
    padding-bottom: 0.04rem;
  }
  .list-common-solution.is-content .heading-text {
    padding-bottom: 0.06rem;
  }
}

.list-common-casestudy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  list-style-type: none;
}
@media print, (min-width: 768px) {
  .list-common-casestudy > li {
    margin-right: 33px;
    margin-bottom: 40px;
  }
  .list-common-casestudy > li:nth-child(4n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-common-casestudy {
    margin: 0 -0.05rem 0.9rem;
  }
  .list-common-casestudy > li {
    width: 50%;
    margin-bottom: 0.3rem;
    padding: 0 0.05rem;
  }
}

.casestudy-item {
  display: block;
}
.casestudy-item .item-image {
  position: relative;
  padding-top: 53.1818181818%;
}
.casestudy-item .item-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.casestudy-item .item-title {
  display: -webkit-box;
  overflow: hidden;
  font-weight: 700;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.casestudy-item .item-detail {
  color: #666;
}
@media print, (min-width: 768px) {
  .casestudy-item {
    width: 300px;
  }
  .casestudy-item .item-image {
    margin-bottom: 9px;
  }
  .casestudy-item .item-title {
    margin-bottom: 5px;
    font-size: 0.2rem;
    line-height: 1.4;
  }
  .casestudy-item .item-detail {
    margin-bottom: 10px;
    font-size: 0.14rem;
  }
  .casestudy-item .detail-position {
    margin-right: 14px;
  }
}
@media only screen and (max-width: 767.98px) {
  .casestudy-item .item-image {
    margin-bottom: 0.09rem;
  }
  .casestudy-item .item-title {
    margin-bottom: 0.02rem;
    line-height: 1.4;
    font-size: 0.18rem;
  }
  .casestudy-item .item-detail {
    margin-bottom: 0.07rem;
  }
  .casestudy-item .detail-position {
    margin-right: 0.14rem;
  }
}

.contact-common {
  display: block;
  position: relative;
  border: 0.05rem solid transparent;
  border-radius: 0.12rem;
  background-clip: padding-box;
  background-color: #fff;
  -webkit-box-shadow: 0 0.04rem 0.04rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.04rem 0.04rem rgba(0, 0, 0, 0.25);
  color: #000;
}
.contact-common::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: -0.05rem;
  border-radius: inherit;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(45%, rgb(87, 87, 147)), color-stop(69%, rgb(0, 183, 163)), to(rgb(96, 190, 56)));
  background-image: linear-gradient(270deg, rgb(87, 87, 147) 45%, rgb(0, 183, 163) 69%, rgb(96, 190, 56) 100%);
}
.contact-common .title-english {
  display: inline-block;
}
.contact-common .title-japanese {
  color: #1c1c1c;
  font-weight: 900;
}
.contact-common .contact-text {
  color: #1c1c1c;
  font-weight: 900;
}
.contact-common .contact-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, (min-width: 768px) {
  .contact-common {
    width: 740px;
    min-height: 226px;
    margin: 0 auto;
    padding: 20px 10px 26px;
  }
  .contact-common .contact-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 2px;
    margin-left: 23px;
  }
  .contact-common .title-english {
    width: 139px;
    margin-top: -2px;
    margin-right: 2px;
  }
  .contact-common .title-japanese {
    position: relative;
    top: -2px;
    font-size: 0.21rem;
  }
  .contact-common .contact-text {
    margin-bottom: 12px;
    padding-left: 23px;
    font-size: 0.28rem;
    line-height: 1.4;
  }
  .contact-common .contact-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contact-common .button-common-primary {
    width: 230px;
    min-height: 58px;
    margin-right: 5px;
    font-size: 0.18rem;
  }
  .contact-common .button-common-primary:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .contact-common {
    padding: 0.16rem 0.15rem 0.22rem 0.24rem;
  }
  .contact-common .contact-title {
    margin-bottom: 0.04rem;
  }
  .contact-common .title-english {
    width: 1.31rem;
    margin-right: 0.03rem;
  }
  .contact-common .title-japanese {
    font-size: 0.19rem;
  }
  .contact-common .contact-text {
    margin-bottom: 0.16rem;
    font-size: 0.27rem;
    line-height: 1.4;
  }
  .contact-common .contact-button {
    margin: 0 -0.04rem;
  }
  .contact-common .contact-button:last-child {
    margin-bottom: 0;
  }
  .contact-common .button-common-primary {
    width: 2.99rem;
    min-height: 0.58rem;
    margin-bottom: 0.18rem;
    font-size: 0.18rem;
  }
}

.contact-common.is-icon .title-english {
  width: 2.04rem;
}
.contact-common.is-icon .title-japanese {
  font-size: 0.3rem;
}
.contact-common.is-icon .contact-text {
  padding-left: 0;
  font-weight: 700;
}
@media print, (min-width: 768px) {
  .contact-common.is-icon {
    width: 980px;
    margin: 0 auto 80px;
    padding: 19px 20px;
  }
  .contact-common.is-icon .contact-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contact-common.is-icon .contact-title {
    margin-bottom: 2px;
    margin-left: 0;
  }
  .contact-common.is-icon .title-english {
    margin-right: 5px;
  }
  .contact-common.is-icon .contact-text {
    margin-bottom: 10px;
    font-size: 0.2rem;
    line-height: 1.6;
  }
  .contact-common.is-icon .contact-image {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 221px;
    margin-right: 34px;
  }
  .contact-common.is-icon .contact-button {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: -8px;
  }
  .contact-common.is-icon .contact-button .button-common-primary.is-information {
    margin-right: 17px;
  }
  .contact-common.is-icon .contact-button .button-common-primary {
    width: 324px;
  }
}
@media only screen and (max-width: 767.98px) {
  .contact-common.is-icon {
    margin: 0 0.2rem;
    padding: 0.17rem 0.16rem 0.2rem;
  }
  .contact-common.is-icon .contact-title {
    display: block;
    margin: 0 0.2rem 0.14rem;
    margin-bottom: 4px;
    text-align: center;
  }
  .contact-common.is-icon .title-english {
    margin-right: 5px;
  }
  .contact-common.is-icon .title-japanese {
    position: relative;
    top: -0.02rem;
    line-height: 1.3;
  }
  .contact-common.is-icon .contact-text {
    margin-bottom: 0.15rem;
    font-size: 0.16rem;
    line-height: 1.8;
  }
  .contact-common.is-icon .contact-image {
    width: 1.43rem;
    margin: 0 auto 0.08rem;
  }
  .contact-common.is-icon .contact-button .button-common-primary.is-information {
    margin-bottom: 0.2rem;
  }
  .contact-common.is-icon .button-common-primary {
    width: 3.12rem;
    min-height: 0.5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .contact-wrapper .contact-common {
    margin: 0 0 0.66rem;
  }
}

.category-common-primary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #666;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.category-common-primary.is-accept {
  background-color: #1fe90d;
}
@media print, (min-width: 768px) {
  .category-common-primary {
    min-width: 64px;
    min-height: 26px;
    padding: 0 8px 2px;
  }
  .is-mac .category-common-primary {
    padding-top: 2px;
  }
}
@media only screen and (max-width: 767.98px) {
  .category-common-primary {
    min-width: 0.64rem;
    min-height: 0.26rem;
    font-size: 0.16rem;
  }
}

.category-common-secondary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 0.1rem;
  border-radius: 0.08rem;
  background: #18c4b9;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.category-common-secondary.is-reform {
  background-color: #1fe90d;
}
@media print, (min-width: 768px) {
  .category-common-secondary {
    min-width: 84px;
    min-height: 30px;
    padding: 5px 13px 4px;
    font-size: 0.14rem;
  }
  .category-common-secondary.is-reform {
    padding: 4px 14px;
  }
  .is-mac .category-common-secondary.is-reform {
    padding-top: 5px;
  }
}
@media only screen and (max-width: 767.98px) {
  .category-common-secondary {
    min-width: 0.76rem;
    min-height: 0.26rem;
    padding: 0.04rem 0.14rem;
    font-size: 0.12rem;
    line-height: 1.5;
  }
  .category-common-secondary.is-reform {
    min-width: 0.66rem;
    min-height: 0.23rem;
    padding-top: 0.01rem;
    padding-bottom: 0.01rem;
    margin-bottom: 0.02rem;
  }
}

.section-common-result .result-introduction {
  background-color: #fafaf5;
}
.section-common-result .result-question {
  position: relative;
  z-index: 1;
  background: linear-gradient(187.88deg, #fff 12.22%, #d4f5c6 41.85%, #b9f9f2 55.88%, #d8d8f9 74.59%);
}
.section-common-result .question-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  list-style-type: none;
}
.section-common-result .question-item {
  display: inline-block;
  position: relative;
  -ms-flex-item-align: start;
      align-self: flex-start;
  min-width: 2.86rem;
  min-height: 0.8rem;
  border-radius: 0.12rem;
  background-color: #53ee2c;
  -webkit-filter: drop-shadow(0.02rem 0.02rem 0.04rem rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0.02rem 0.02rem 0.04rem rgba(0, 0, 0, 0.2));
}
.section-common-result .question-item::before {
  content: "";
  position: absolute;
  width: 0.32rem;
  height: 0.29rem;
  background: url("../img/common/icon_decor_02.png") no-repeat center center/cover;
}
.section-common-result .question-item:last-child {
  margin-bottom: 0;
}
.section-common-result .question-item.is-reverse {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.section-common-result .question-item.is-reverse::before {
  left: unset;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.section-common-result .question-text {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1.5;
}
.section-common-result .question-company {
  margin-bottom: 0;
  font-weight: 400;
}
@media print, (min-width: 768px) {
  .section-common-result .title-common-secondary {
    margin-bottom: 0;
    padding: 0 30px;
  }
  .section-common-result .result-introduction {
    padding: 77px 0 40px;
  }
  .section-common-result .result-question {
    padding: 40px 0 80px;
  }
  .section-common-result .question-list {
    width: 692px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .section-common-result .question-item {
    margin-bottom: 12px;
    margin-left: 12px;
    padding: 13px 22px 9px 24px;
  }
  .section-common-result .question-item::before {
    top: -7px;
    left: -15px;
  }
  .section-common-result .question-item.is-reverse {
    margin-right: 17px;
    margin-left: 0;
  }
  .section-common-result .question-item.is-reverse::before {
    top: -7px;
    right: -15px;
  }
  .section-common-result .question-text {
    margin-bottom: 3px;
    font-size: 0.18rem;
  }
  .section-common-result .question-title {
    width: 432px;
    height: 92px;
    margin: 0 auto 37px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-result .result-introduction {
    padding: 0.31rem 0 0.25rem;
  }
  .section-common-result .title-common-secondary {
    margin-bottom: 0;
  }
  .section-common-result .result-question {
    padding: 0.24rem 0 0.51rem;
  }
  .section-common-result .question-list {
    margin-bottom: 0.43rem;
  }
  .section-common-result .question-item {
    margin: 0 0 0.16rem 0.03rem;
    padding: 0.15rem 0.16rem 0.07rem;
  }
  .is-ios .section-common-result .question-item {
    padding-right: 0.1rem;
  }
  .section-common-result .question-item::before {
    top: -0.06rem;
    left: -0.15rem;
  }
  .section-common-result .question-item.is-reverse {
    margin-right: 0.04rem;
  }
  .section-common-result .question-item.is-reverse::before {
    top: -0.06rem;
    right: -0.15rem;
  }
  .section-common-result .question-text {
    margin-bottom: 0;
    font-size: 0.17rem;
  }
  .section-common-result .question-company {
    font-size: 0.16rem;
    line-height: 1.9;
  }
  .section-common-result .question-title {
    width: 2.92rem;
    height: 0.7rem;
    margin: 0 auto 0.17rem;
  }
  .section-common-result .question-title::before {
    margin: -0.05rem;
  }
  .section-common-result .question-title::after {
    top: -0.14rem;
    right: -0.11rem;
    width: 0.39rem;
    height: 0.34rem;
    background: url("../img/common/sp/icon_decor_01.png") no-repeat center center/cover;
  }
  .section-common-result .client-image {
    height: 2.2rem;
  }
  .section-common-result .client-image img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
}

.slider-common-preview {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.slider-common-preview::before, .slider-common-preview::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  width: 0.1rem;
}
.slider-common-preview::before {
  right: 0;
}
.slider-common-preview::after {
  left: 0;
}
.slider-common-preview * {
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.slider-common-preview .slider-container {
  position: relative;
  z-index: 0;
}
.slider-common-preview .slider-viewport {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.slider-common-preview .slider-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
}
.slider-common-preview .slider-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.slider-common-preview .slide-item {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.slider-common-preview .item-image {
  position: relative;
}
.slider-common-preview .item-image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
@media print, (min-width: 768px) {
  .slider-common-preview {
    padding-top: 27px;
  }
  .slider-common-preview .slider-slide {
    width: 1414px;
  }
  .slider-common-preview .slide-item {
    width: 202px;
    padding: 15px;
  }
  .slider-common-preview .item-image {
    padding-top: 45.3488372093%;
  }
}
@media only screen and (max-width: 767.98px) {
  .slider-common-preview {
    padding-top: 0.13rem;
  }
  .slider-common-preview .slider-slide {
    width: 9.1rem;
  }
  .slider-common-preview .slide-item {
    width: 1.3rem;
    padding: 0.05rem;
  }
  .slider-common-preview .item-image {
    padding-top: 45.8333333333%;
  }
}

.section-top-keyvisual {
  background: linear-gradient(37deg, #e2e9ef 0%, #f0e5ed 44%, #f0e6ee 66%, #e9e6ef 76%);
}
.section-top-keyvisual .keyvisual-title {
  font-weight: 700;
}
.section-top-keyvisual .keyvisual-title .title-wrapper {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
}
.section-top-keyvisual .keyvisual-text {
  display: inline-block;
}
.section-top-keyvisual .keyvisual-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}
.section-top-keyvisual .keyvisual-link {
  display: block;
}
.section-top-keyvisual .keyvisual-image {
  margin: 0 auto;
}
@media print, (min-width: 768px) {
  .section-top-keyvisual {
    margin-top: 70px;
  }
  .section-top-keyvisual .keyvisual-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 38px;
  }
  .section-top-keyvisual .keyvisual-title {
    margin: 0 0 15px -7px;
    font-size: 0.56rem;
  }
  .section-top-keyvisual .keyvisual-title .title-wrapper {
    margin-bottom: 12px;
    padding: 0 3px 6px 7px;
    line-height: 1;
  }
  .section-top-keyvisual .keyvisual-text {
    margin-bottom: 19px;
  }
  .section-top-keyvisual .keyvisual-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .section-top-keyvisual .keyvisual-list > li {
    width: 81px;
    margin-left: 14px;
  }
  .section-top-keyvisual .keyvisual-image {
    width: 1500px;
    height: 520px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-keyvisual {
    margin-top: 0.6rem;
  }
  .section-top-keyvisual .keyvisual-title {
    margin-bottom: 0.2rem;
    margin-left: -0.05rem;
    font-size: 0.4rem;
  }
  .section-top-keyvisual .keyvisual-title .title-wrapper {
    margin-bottom: 0.06rem;
    padding: 0 0.1rem 0.02rem 0.08rem;
    line-height: 1.1;
  }
  .section-top-keyvisual .keyvisual-text {
    margin-bottom: 1.89rem;
  }
  .section-top-keyvisual .button-common-primary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 3.25rem;
    height: 0.63rem;
  }
  .section-top-keyvisual .keyvisual-image {
    width: 100%;
  }
}

.section-top-news .list-common-news {
  padding-left: 0;
  list-style-type: none;
}
.section-top-news .news-item {
  font-weight: 500;
}
.section-top-news .news-time {
  color: #666;
}
.section-top-news .news-text {
  display: -webkit-box;
  margin-bottom: 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.section-top-news .news-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0.01rem solid #000;
  background-color: #fff;
  font-weight: 700;
  letter-spacing: 0.085em;
}
@media print, (min-width: 768px) {
  .section-top-news {
    padding: 15px 0 16px;
  }
  .section-top-news .title-common-primary {
    margin-bottom: 7px;
  }
  .section-top-news .list-common-news {
    margin-bottom: 9px;
  }
  .section-top-news .list-common-news > li {
    margin-bottom: -1px;
  }
  .section-top-news .news-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 0.14rem;
  }
  .section-top-news .news-time {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 88px;
    margin-right: 12px;
  }
  .is-mac .section-top-news .news-time {
    width: 95px;
  }
  .section-top-news .news-text {
    -webkit-line-clamp: 1;
  }
  .section-top-news .news-button {
    width: 150px;
    min-height: 25px;
    padding: 3px 10px 4px;
    border-radius: 12px;
    font-size: 0.12rem;
    line-height: 1.1;
  }
  .is-mac .section-top-news .news-button {
    padding-top: 2px;
  }
  .section-top-news .news-button .is-mac.is-chrome {
    padding-top: 2px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-news {
    padding: 0.04rem 0 0.22rem;
  }
  .section-top-news .news-item {
    font-size: 0.12rem;
  }
  .section-top-news .news-time {
    display: block;
    margin-bottom: -0.02rem;
  }
  .section-top-news .news-text {
    line-height: 1.6;
    -webkit-line-clamp: 2;
  }
  .section-top-news .list-common-news {
    margin-bottom: 0.16rem;
  }
  .section-top-news .list-common-news > li {
    margin-bottom: 0.09rem;
  }
  .section-top-news .list-common-news > li:last-child {
    margin-bottom: 0;
  }
  .section-top-news .title-common-primary {
    margin-bottom: 0.06rem;
  }
  .section-top-news .news-button {
    width: 1.6rem;
    min-height: 0.3rem;
    padding: 0.05rem 0.1rem;
    border-radius: 0.18rem;
    font-size: 0.12rem;
    line-height: 1.1;
  }
  .is-ios .section-top-news .news-button {
    padding-bottom: 0.06rem;
  }
}

.section-top-solution {
  position: relative;
  z-index: 1;
  background-color: #fafaf5;
}
@media print, (min-width: 768px) {
  .section-top-solution {
    padding: 40px 0 80px;
  }
  .section-top-solution .solution-title {
    width: 432px;
    margin: 0 0 25px -42px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-solution {
    padding: 0.61rem 0 0.8rem;
  }
  .section-top-solution .solution-title {
    width: 2.96rem;
    margin: 0 auto 0.23rem;
  }
}

.section-top-system .system-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-top-system .content-text p:last-child {
  margin-bottom: 0;
}
.section-top-system .content-title {
  position: relative;
  font-weight: 700;
}
.section-top-system .content-title::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  background-color: #1fe90d;
}
.section-top-system .item-image figure {
  position: relative;
}
.section-top-system .item-image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media print, (min-width: 768px) {
  .section-top-system {
    padding: 40px 0 80px;
  }
  .section-top-system .system-title {
    width: 384px;
    margin: 0 0 40px -42px;
  }
  .section-top-system .system-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
  }
  .section-top-system .system-item:last-child {
    margin-bottom: 0;
  }
  .section-top-system .item-image {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 250px;
    margin-right: 16px;
  }
  .section-top-system .item-image figure {
    padding-top: 72%;
  }
  .section-top-system .item-content {
    margin-top: -3px;
  }
  .section-top-system .content-title {
    margin-bottom: 13px;
    margin-left: 2px;
    padding-left: 24px;
    font-size: 0.26rem;
    line-height: 1.1;
  }
  .section-top-system .content-title::before {
    top: 6px;
    width: 21px;
    height: 20px;
  }
  .section-top-system .content-text {
    margin-bottom: 27px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-system {
    padding: 0.51rem 0 0.53rem;
  }
  .section-top-system .system-title {
    width: 2.65rem;
    margin: 0 auto 0.3rem;
  }
  .section-top-system .system-item {
    margin-bottom: 0.59rem;
  }
  .section-top-system .system-item:last-child {
    margin-bottom: 0;
  }
  .section-top-system .item-image {
    margin-bottom: 0.17rem;
  }
  .section-top-system .item-image figure {
    padding-top: 51.4285714286%;
  }
  .section-top-system .content-title {
    margin-bottom: 0.12rem;
    margin-left: 0.02rem;
    padding-left: 0.2rem;
    font-size: 0.22rem;
    line-height: 1.1;
  }
  .section-top-system .content-title::before {
    top: 0.05rem;
    width: 0.18rem;
    height: 0.18rem;
  }
  .section-top-system .content-text {
    margin-bottom: 0.18rem;
    line-height: 1.9;
  }
}

.seminar-slider a {
  display: block;
}
.seminar-slider .seminar-image {
  position: relative;
  padding-top: 52%;
}
.seminar-slider .seminar-image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.seminar-slider .seminar-heading {
  display: -webkit-box;
  overflow: hidden;
  font-weight: 700;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.seminar-slider .seminar-time,
.seminar-slider .seminar-location {
  color: #666;
}
@media print, (min-width: 768px) {
  .seminar-slider {
    margin-right: -340px;
    margin-bottom: 40px;
  }
  .seminar-slider .seminar-image {
    margin-bottom: 5px;
  }
  .seminar-slider .seminar-heading {
    height: 56px;
    margin-bottom: 3px;
    font-size: 0.2rem;
    line-height: 1.4;
  }
  .seminar-slider .seminar-time {
    margin-bottom: 0;
  }
  .seminar-slider .seminar-time time {
    margin-left: -3px;
  }
  .seminar-slider .seminar-location {
    margin-bottom: 4px;
  }
}
@media only screen and (max-width: 767.98px) {
  .seminar-slider {
    margin-right: -1.78rem;
    margin-bottom: 0.29rem;
  }
  .seminar-slider .seminar-heading {
    height: 0.5rem;
    margin-bottom: 0.03rem;
    font-size: 0.18rem;
    line-height: 1.4;
  }
  .seminar-slider .seminar-image {
    margin-bottom: 0.06rem;
  }
  .seminar-slider .seminar-time {
    margin-bottom: 0;
  }
  .seminar-slider .seminar-time time {
    margin-left: -0.03rem;
  }
}
.seminar-slider .seminar-location {
  margin-bottom: 0.05rem;
}

.section-top-seminar {
  background-color: #fafaf5;
}
@media print, (min-width: 768px) {
  .section-top-seminar {
    padding: 80px 0;
  }
  .section-top-seminar .title-english {
    width: 230px;
  }
  .section-top-seminar .title-common-primary {
    margin-bottom: 28px;
  }
  .section-top-seminar .title-common-primary .title-english {
    margin-right: 22px;
  }
  .section-top-seminar .title-common-primary::before {
    top: -2px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-seminar {
    padding: 0.61rem 0 0.6rem;
  }
  .section-top-seminar .title-english {
    width: 2rem;
    margin-left: 0.18rem;
    font-size: 0.18rem;
    line-height: 1.3;
  }
  .section-top-seminar .title-common-primary {
    margin-bottom: 0.25rem;
  }
  .section-top-seminar .title-common-primary .title-english {
    margin-bottom: 0.01rem;
  }
  .section-top-seminar .title-common-primary .title-japanese {
    font-size: 0.18rem;
  }
  .section-top-seminar .title-common-primary::before {
    top: -0.01rem;
    width: 0.06rem;
    height: 0.32rem;
  }
}

@media print, (min-width: 768px) {
  .section-top-casestudy {
    padding: 80px 0;
  }
  .section-top-casestudy .title-common-primary {
    margin-bottom: 40px;
  }
  .section-top-casestudy .title-common-primary::before {
    top: -2px;
  }
  .section-top-casestudy .title-english {
    width: 285px;
  }
  .section-top-casestudy .casestudy-slider {
    margin-right: -340px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-casestudy {
    padding: 0.6rem 0;
  }
  .section-top-casestudy .title-common-primary {
    margin-bottom: 0.26rem;
  }
  .section-top-casestudy .title-common-primary .title-english {
    width: 2.47rem;
    margin-bottom: 0.01rem;
    margin-left: 0.18rem;
    font-size: 0.18rem;
    line-height: 1.3;
  }
  .section-top-casestudy .title-common-primary .title-japanese {
    font-size: 0.18rem;
  }
  .section-top-casestudy .title-common-primary::before {
    top: -0.01rem;
    width: 0.06rem;
    height: 0.32rem;
  }
  .section-top-casestudy .casestudy-slider {
    margin-right: -1.8rem;
    margin-bottom: 0.3rem;
  }
}

.section-top-question .question-introduction {
  font-weight: 900;
  text-align: center;
}
.section-top-question .question-text {
  font-weight: 700;
}
@media print, (min-width: 768px) {
  .section-top-question {
    padding: 80px 0;
  }
  .section-top-question .question-title {
    width: 473px;
    margin: 0 auto 22px;
  }
  .section-top-question .question-introduction {
    width: 800px;
    margin: 0 auto 19px;
    font-size: 0.34rem;
    line-height: 1.4;
  }
  .section-top-question .question-text {
    margin-bottom: 40px;
    padding: 0 93px;
    line-height: 1.6;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-question {
    padding: 0.61rem 0 0.8rem;
  }
  .section-top-question .question-title {
    width: 3.41rem;
    margin: 0 auto 0.27rem;
  }
  .section-top-question .question-introduction {
    margin-bottom: 0.31rem;
    font-size: 0.24rem;
    line-height: 1.4;
  }
  .section-top-question .question-text {
    margin-bottom: 0.34rem;
    line-height: 1.6;
  }
}

@media print, (min-width: 768px) {
  .contact-common.is-icon {
    margin: 40px auto 80px;
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767.98px) {
  .contact-common.is-icon {
    margin-bottom: 0.66rem;
  }
}