@charset "UTF-8";
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
     # General elements
     # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

*, ::before, ::after {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

::before, ::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: bold;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type=button], [type=reset], [type=submit], [role=button] {
  cursor: pointer;
  color: inherit;
}

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

button:-moz-focusring, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

/************/
html {
  font-size: 62.5%;
}

body {
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

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

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

li {
  list-style: none;
}

button {
  outline: none;
}

.sp-only {
  display: none;
}

.pc-only {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .sp-only {
    display: inline-block;
  }
  .pc-only {
    display: none;
  }
}
.fl_space-betw {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fl_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fl_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fl_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sitemap.hidden {
  -webkit-transform: translateY(-246px);
          transform: translateY(-246px);
}
.sitemap.hidden.active {
  -webkit-transform: none;
          transform: none;
}

.sitemap_wrap {
  position: fixed;
  top: 0;
  z-index: 1001;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sitemap {
  position: relative;
  right: 0;
  top: 0;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 6px solid #000000;
  background-color: #FDFCFC;
  width: 100%;
  z-index: 1001;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: -webkit-transform 0.3s 0.3s;
  transition: -webkit-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.sitemap.sitemap_cate {
  background-color: transparent;
}
.sitemap.sitemap_cate:hover {
  background-color: #FDFCFC;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.sitemap.sitemap_cate:hover h1 {
  position: relative;
}
.sitemap.sitemap_cate:hover h1::after {
  background: url(https://assets.kms3.com/prod/img-corporate/logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 108px;
  height: 34px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
@media only screen and (max-width: 768px) {
  .sitemap.sitemap_cate:hover h1::after {
    display: none;
  }
}
.sitemap.sitemap_cate:hover h1 .logo_b {
  opacity: 1;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
@media only screen and (max-width: 768px) {
  .sitemap.sitemap_cate {
    background-color: #FDFCFC;
  }
}
.sitemap.sitemap_cate h1 {
  position: relative;
}
.sitemap.sitemap_cate h1::after {
  background: url(https://assets.kms3.com/prod/img-corporate/logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 108px;
  height: 34px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: -1;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
@media only screen and (max-width: 768px) {
  .sitemap.sitemap_cate h1::after {
    display: none;
  }
}
.sitemap.sitemap_cate h1 .logo_b {
  opacity: 0;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
@media only screen and (max-width: 768px) {
  .sitemap.sitemap_cate h1 .logo_b {
    opacity: 1;
  }
}
.sitemap.sitemap_cate.cate_active {
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  background-color: #FDFCFC !important;
}
.sitemap.active {
  border-top: 6px solid #ffffff;
  background-color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .sitemap.active {
    border-top: 5px solid transparent;
    background-color: #ffffff;
  }
}
.sitemap.active .pcnav {
  display: none !important;
}
.sitemap.active .title_wrap {
  display: none !important;
}
.sitemap.active h1 {
  position: relative;
}
.sitemap.active h1::after {
  background: url(https://assets.kms3.com/prod/img-corporate/logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 108px;
  height: 34px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.sitemap.active h1 .logo_b {
  opacity: 1;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
@media only screen and (max-width: 768px) {
  .sitemap {
    height: 46px;
    padding: 0;
    border-top: 5px solid transparent;
  }
}
.sitemap h1 {
  z-index: 1001;
  margin: 14px 0 0 min(2.1vw, 40px);
}
@media only screen and (max-width: 768px) {
  .sitemap h1 {
    margin-top: 5px;
    margin-left: min(6.2vw, 24px);
  }
}
.sitemap h1 img {
  width: 108px;
}
@media only screen and (max-width: 768px) {
  .sitemap h1 img {
    width: 66px;
  }
}
.sitemap .openbtn {
  z-index: 10000;
  position: relative;
  width: 60px;
  cursor: pointer;
  margin: 22px min(2.7vw, 52px) 0 0;
}
@media only screen and (max-width: 768px) {
  .sitemap .openbtn {
    margin-top: 13px;
    margin-right: min(6.2vw, 24px);
  }
}
.sitemap .openbtn span {
  display: inline-block;
  position: absolute;
  height: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #3e3a39;
  width: 60px;
}
@media only screen and (max-width: 768px) {
  .sitemap .openbtn span {
    height: 1px;
  }
}
.sitemap .openbtn span:nth-of-type(1) {
  top: 4px;
}
.sitemap .openbtn span:nth-of-type(2) {
  opacity: 0;
}
.sitemap .openbtn span:nth-of-type(3) {
  top: 17px;
}
@media only screen and (max-width: 768px) {
  .sitemap .openbtn span:nth-of-type(3) {
    top: 14px;
  }
}
.sitemap .openbtn.active span:nth-of-type(1) {
  -webkit-transform: rotate(-12deg);
          transform: rotate(-12deg);
  top: 11px;
  background: #3e3a39;
  height: 2px;
}
@media only screen and (max-width: 768px) {
  .sitemap .openbtn.active span:nth-of-type(1) {
    -webkit-transform: rotate(-9deg);
            transform: rotate(-9deg);
    top: 9px;
    background: #3e3a39;
    height: 1px;
  }
}
.sitemap .openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.sitemap .openbtn.active span:nth-of-type(3) {
  -webkit-transform: rotate(12deg);
          transform: rotate(12deg);
  top: 11px;
  background: #3e3a39;
  height: 2px;
}
@media only screen and (max-width: 768px) {
  .sitemap .openbtn.active span:nth-of-type(3) {
    -webkit-transform: rotate(9deg);
            transform: rotate(9deg);
    top: 9px;
    background: #3e3a39;
    height: 1px;
  }
}

.pcnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  top: 0;
  right: 0;
  padding-right: min(10.4vw, 142px);
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .pcnav {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .pcnav {
    display: none;
  }
}
.pcnav li .gmenu {
  color: #050505;
  font-size: 14px;
  font-weight: 500;
  font-family: "Jost";
  position: relative;
  display: inline-block;
  text-decoration: none;
  height: 54px;
  padding: 25px 26px 0 26px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.pcnav li .gmenu:hover {
  background-color: #00ADA6;
  color: #ffffff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.pcnav li .gmenu .a_blank {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  margin-left: min(6.9vw, 49px);
  top: 0.3em;
}
.pcnav li .gmenu .a_blank::after {
  width: 10px;
  height: auto;
  aspect-ratio: 10/13;
  -webkit-mask-size: cover;
  mask-size: cover;
  margin-left: 8px;
  background-color: #000000;
  background-repeat: no-repeat;
  -webkit-mask: url(https://kms3.com/wp-content/themes/kms/corporate/img/icon_blank.svg);
  mask: url(https://kms3.com/wp-content/themes/kms/corporate/img/icon_blank.svg);
  content: "";
  display: inline-block;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
}
.pcnav li .gmenu.g_corporate.active, .pcnav li .gmenu.g_service.active, .pcnav li .gmenu.g_recruit.active {
  background-color: #00ADA6;
  color: #ffffff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.pcnav li .gmenu.g_news::after, .pcnav li .gmenu.g_contact::after, .pcnav li .gmenu.g_magazine::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #050505;
  bottom: 9px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.pcnav li .gmenu.g_news:hover, .pcnav li .gmenu.g_contact:hover, .pcnav li .gmenu.g_magazine:hover {
  color: #050505;
  background-color: transparent;
}
.pcnav li .gmenu.g_news:hover::after, .pcnav li .gmenu.g_contact:hover::after, .pcnav li .gmenu.g_magazine:hover::after {
  -webkit-transform: scale(0.5, 1);
          transform: scale(0.5, 1);
}
.pcnav li .gmenu.g_contact:hover::after {
  -webkit-transform: scale(0.6, 1);
          transform: scale(0.6, 1);
}
.pcnav li .gmenu.g_magazine {
  padding: 25px 38px 0 38px;
  text-indent: -16px;
}
.pcnav li .gmenu.g_magazine:hover::before {
  content: "";
  display: none;
}
.pcnav li .gmenu.g_magazine:hover::after {
  -webkit-transform: scale(0.7, 1);
          transform: scale(0.7, 1);
}
.pcnav li .gmenu.g_magazine:hover .a_blank::after {
  background-color: #050505;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.pcnav li .gmenu.g_magazine .a_blank {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  margin-left: 45px;
  top: 29px;
}
.pcnav li .gmenu.g_magazine .a_blank::after {
  width: 10px;
  height: auto;
  aspect-ratio: 10/13;
  -webkit-mask-size: cover;
  mask-size: cover;
  margin-left: 8px;
  background-color: #000000;
  background-repeat: no-repeat;
  -webkit-mask: url(https://kms3.com/wp-content/themes/kms/corporate/img/icon_blank.svg);
  mask: url(https://kms3.com/wp-content/themes/kms/corporate/img/icon_blank.svg);
  content: "";
  display: inline-block;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.nav {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #fff;
  right: 0;
  top: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: -1;
  padding: 15vh 0;
  opacity: 0;
  visibility: visible;
}
.nav .a_blank::after {
  background-color: #000000;
}
@media only screen and (max-width: 768px) {
  .nav {
    padding: 15px 0;
  }
}
.nav .head_cont {
  display: none;
}
.nav .head_cont .btn-box {
  margin: 0 auto min(4.6vw, 88px) auto;
}
@media only screen and (max-width: 768px) {
  .nav .head_cont .btn-box {
    margin: 0 auto 36px auto;
  }
}
@media only screen and (max-width: 768px) {
  .nav .head_cont {
    padding: 0 24px;
    width: 100%;
    margin: auto;
    height: 100%;
  }
}
.nav .head_cont .inner {
  max-width: 1340px;
  margin: 0 auto 100px;
}
@media only screen and (max-width: 768px) {
  .nav .head_cont .inner {
    margin: 0 auto 50px;
  }
}
.nav .head_cont .inner .fl {
  float: left;
  width: 220px;
}
@media only screen and (max-width: 768px) {
  .nav .head_cont .inner .fl {
    float: none;
    width: 100%;
  }
}
.nav .head_cont .inner .fl .head_logo {
  max-width: 200px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 768px) {
  .nav .head_cont .inner .fl .head_logo {
    width: 25%;
  }
}
.nav .head_cont .submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav .head_cont .submenu a {
  padding: 0 15px;
  font-size: 12px;
  opacity: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.nav .head_cont .submenu a:last-child {
  border-left: 1px solid #000000;
}
.nav .head_cont .submenu a:hover {
  opacity: 0.8;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.nav.active {
  visibility: inherit;
  opacity: 1;
  z-index: 1000;
}
@media only screen and (max-width: 768px) {
  .nav.active {
    overflow-y: scroll;
  }
}
.nav.active .head_cont {
  display: block;
  position: fixed;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  min-height: 520px;
}
@media only screen and (max-width: 768px) {
  .nav.active .head_cont {
    bottom: inherit;
    position: relative;
    padding-bottom: 100px;
  }
}

.hf_cont {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 0 min(5.8vw, 110px) 0;
  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;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
}
@media only screen and (max-width: 768px) {
  .hf_cont {
    padding: 0 0 70px 0;
  }
}
.hf_cont .header_inner_r {
  width: min(87vw, 756px);
  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;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .hf_cont .header_inner_r {
    width: 100%;
    margin-top: 140px;
  }
}
.hf_cont .header_inner_r .inner_box {
  width: min(42vw, 320px);
}
@media only screen and (max-width: 768px) {
  .hf_cont .header_inner_r .inner_box {
    width: 100%;
    max-width: none;
  }
}
.hf_cont .header_dl_r {
  width: 100%;
  margin-bottom: min(2.9vw, 55px);
}
@media only screen and (max-width: 768px) {
  .hf_cont .header_dl_r {
    margin-bottom: 18px;
  }
}
.hf_cont .header_dl_r:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .hf_cont .header_dl_r:last-child {
    margin-bottom: 18px;
  }
}
.hf_cont .header_dl_r .dt {
  border-bottom: 1px solid #000000;
  padding-left: 10px;
}
@media only screen and (max-width: 768px) {
  .hf_cont .header_dl_r .dt {
    margin-bottom: 0px;
  }
}
.hf_cont .header_dl_r .dt a {
  font-size: clamp(16px, 2.1vw, 30px);
  font-family: "Jost";
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media only screen and (max-width: 768px) {
  .hf_cont .header_dl_r .dt a {
    font-size: 30px;
  }
}
.hf_cont .header_dl_r .dt a span {
  font-family: "M PLUS 1";
  font-weight: 400;
  font-size: 10px;
  letter-spacing: 2px;
  padding-left: 10px;
}
.hf_cont .header_dl_r .dt a::after {
  width: 11px;
  height: auto;
  aspect-ratio: 10/12;
  -webkit-mask-size: cover;
  mask-size: cover;
  margin-left: 8px;
  background-color: #000000;
  background-repeat: no-repeat;
  -webkit-mask: url(https://kms3.com/wp-content/themes/kms/corporate/img/icon_arrow01.svg);
  mask: url(https://kms3.com/wp-content/themes/kms/corporate/img/icon_arrow01.svg);
  content: "";
  display: inline-block;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  margin-left: auto;
}
.hf_cont .header_dl_r .dt a:hover {
  opacity: 0.8;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.hf_cont .header_dl_r .dd {
  margin-bottom: 40px;
  padding-left: 10px;
}
.hf_cont .header_dl_r .dd:last-child {
  margin-bottom: 0;
}
.hf_cont .header_dl_r .dd ul {
  margin-top: min(1.3vw, 24px);
}
@media only screen and (max-width: 768px) {
  .hf_cont .header_dl_r .dd ul {
    margin-top: 18px;
  }
}
.hf_cont .header_dl_r .dd ul li {
  margin-bottom: min(0.8vw, 15px);
}
@media only screen and (max-width: 768px) {
  .hf_cont .header_dl_r .dd ul li {
    margin-bottom: 14px;
  }
}
.hf_cont .header_dl_r .dd ul li:last-child {
  margin-bottom: 0;
}
.hf_cont .header_dl_r .dd ul li a {
  line-height: 1;
  font-size: 12px;
  font-family: "M PLUS 1";
  opacity: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.hf_cont .header_dl_r .dd ul li a:hover {
  opacity: 0.8;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

summary {
  display: block;
  list-style: none;
}

/* 一部ブラウザで消えなかった場合は以下も追記 */
summary::-webkit-details-marker {
  display: none;
}

.details-summary {
  position: relative;
  display: block;
  text-align: center;
}
.details-summary a::after {
  display: none !important;
}
.details-summary a .btn {
  padding-left: 0px !important;
}
.details-summary:hover {
  cursor: pointer;
  opacity: 0.8;
}
.details-summary .btn {
  position: absolute;
  right: 0;
  width: 15px;
  height: 15px;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  border: none;
  pointer-events: none;
}
.details-summary .btn:before, .details-summary .btn:after {
  content: "";
  background-color: #000000;
  border-radius: 10px;
  width: 15px;
  height: 1px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.details-summary .btn:before {
  width: 1px;
  height: 15px;
  top: 0;
  left: 7px;
}
.details-summary.is-active .btn {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  border: none;
}
.details-summary.is-active .btn:before {
  content: none;
}

.menu__mega:hover .menu__second-level {
  visibility: visible;
  opacity: 1;
  pointer-events: inherit;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.menu__mega .menu__second-level {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 0;
  background: #00ADA6;
  -webkit-transition: 0;
  transition: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  pointer-events: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.menu__mega .menu__second-level ul {
  position: absolute;
  top: 50%;
  width: 230px;
}
.menu__mega .menu__second-level ul li {
  margin: 0;
}
.menu__mega .menu__second-level ul li:last-child {
  margin-right: 0px;
}
.menu__mega .menu__second-level ul li .a_blank {
  margin-right: 18px;
}
.menu__mega .menu__second-level ul li .a_blank::after {
  top: 1px;
  right: -16px;
}
.menu__mega .menu__second-level ul li a {
  line-height: 1;
  font-size: 12px;
  font-family: "M PLUS 1";
  font-weight: 400;
  padding-left: 28px;
  color: #ffffff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
  background-color: #00ADA6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 34px;
  width: 100%;
}
.menu__mega .menu__second-level ul li a:hover {
  background-color: #00BFB8;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

footer {
  background-color: #000000;
  position: relative;
  z-index: 3;
  margin-top: -1px;
}
footer .copy {
  font-size: 12px;
  font-family: "Jost";
  font-weight: 400;
  color: #ffffff;
  width: 100%;
  text-align: center;
  padding-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  footer .copy {
    font-size: 8px;
    padding-bottom: 12px;
  }
}
footer .foot_cont {
  width: 100%;
  max-width: 1348px;
  margin: 0 auto;
  padding: 52px min(2.1vw, 40px) 70px min(2.1vw, 40px);
  color: #ffffff;
  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;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
}
@media only screen and (max-width: 768px) {
  footer .foot_cont {
    padding: 20px 0 10px 0;
  }
}
footer .foot_cont .foot_inner_l {
  width: 31%;
}
@media only screen and (max-width: 768px) {
  footer .foot_cont .foot_inner_l {
    width: 100%;
  }
}
footer .foot_cont .foot_inner_l dl.foot_dl_l dt {
  padding-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  footer .foot_cont .foot_inner_l dl.foot_dl_l dt {
    display: none;
  }
}
footer .foot_cont .foot_inner_l dl.foot_dl_l dt a img {
  max-width: 215px;
}
footer .foot_cont .foot_inner_l dl.foot_dl_l dd {
  padding-left: min(8vw, 80px);
}
@media only screen and (max-width: 768px) {
  footer .foot_cont .foot_inner_l dl.foot_dl_l dd {
    padding: 0;
  }
}
footer .foot_cont .foot_inner_l dl.foot_dl_l dd ul {
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  footer .foot_cont .foot_inner_l dl.foot_dl_l dd ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
  }
}
footer .foot_cont .foot_inner_l dl.foot_dl_l dd ul li {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  footer .foot_cont .foot_inner_l dl.foot_dl_l dd ul li {
    margin: 0;
    border-left: 1px solid #ffffff;
    padding: 0 10px;
  }
  footer .foot_cont .foot_inner_l dl.foot_dl_l dd ul li:first-child {
    padding-left: 0;
    border: 0;
  }
  footer .foot_cont .foot_inner_l dl.foot_dl_l dd ul li:last-child {
    padding-right: 0;
  }
}
footer .foot_cont .foot_inner_l dl.foot_dl_l dd ul li:last-child {
  margin-bottom: 0;
}
footer .foot_cont .foot_inner_l dl.foot_dl_l dd ul li a {
  line-height: 1;
  font-size: 12px;
  font-family: "M PLUS 1";
  opacity: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media only screen and (max-width: 768px) {
  footer .foot_cont .foot_inner_l dl.foot_dl_l dd ul li a {
    font-size: 10px;
  }
}
footer .foot_cont .foot_inner_l dl.foot_dl_l dd ul li a::before {
  display: inline-block;
  content: "ー";
  padding-right: 4px;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  footer .foot_cont .foot_inner_l dl.foot_dl_l dd ul li a::before {
    content: "";
  }
}
footer .foot_cont .foot_inner_l dl.foot_dl_l dd ul li a:hover {
  opacity: 0.8;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
footer .foot_cont .foot_inner_r {
  width: 64%;
  max-width: 756px;
  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;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
}
@media only screen and (max-width: 768px) {
  footer .foot_cont .foot_inner_r {
    width: 100%;
    display: none;
  }
}
footer .foot_cont .foot_inner_r .inner_box {
  width: 47%;
  max-width: 320px;
}
@media only screen and (max-width: 768px) {
  footer .foot_cont .foot_inner_r .inner_box {
    width: 100%;
    max-width: none;
  }
}
footer .foot_cont dl.foot_dl_r {
  margin-bottom: 55px;
}
footer .foot_cont dl.foot_dl_r:last-child {
  margin-bottom: 0;
}
footer .foot_cont dl.foot_dl_r dt {
  border-bottom: 1px solid #ffffff;
  margin-bottom: 18px;
  padding-left: 10px;
}
footer .foot_cont dl.foot_dl_r dt a {
  font-size: clamp(16px, 2.1vw, 30px);
  font-family: "Jost";
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
footer .foot_cont dl.foot_dl_r dt a:hover {
  opacity: 0.8;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
footer .foot_cont dl.foot_dl_r dt a span {
  font-family: "M PLUS 1";
  font-weight: 400;
  font-size: 10px;
  letter-spacing: 2px;
  padding-left: 10px;
}
footer .foot_cont dl.foot_dl_r dt a::after {
  width: 11px;
  height: auto;
  aspect-ratio: 10/12;
  -webkit-mask-size: cover;
  mask-size: cover;
  margin-left: 8px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  -webkit-mask: url(https://kms3.com/wp-content/themes/kms/corporate/img/icon_arrow01.svg);
  mask: url(https://kms3.com/wp-content/themes/kms/corporate/img/icon_arrow01.svg);
  content: "";
  display: inline-block;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  margin-left: auto;
  margin-right: 15px;
}
footer .foot_cont dl.foot_dl_r dd {
  margin-bottom: 40px;
  padding-left: 10px;
}
footer .foot_cont dl.foot_dl_r dd:last-child {
  margin-bottom: 0;
}
footer .foot_cont dl.foot_dl_r dd ul li {
  margin-bottom: 15px;
}
footer .foot_cont dl.foot_dl_r dd ul li:last-child {
  margin-bottom: 0;
}
footer .foot_cont dl.foot_dl_r dd ul li a {
  line-height: 1;
  font-size: 12px;
  font-family: "M PLUS 1";
  opacity: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
footer .foot_cont dl.foot_dl_r dd ul li a:hover {
  opacity: 0.8;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.footer_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .footer_sns {
    display: none;
  }
}
.footer_sns a {
  width: 30px;
  height: 30px;
  margin: 0 4px;
}

.footer_banner {
  max-width: 184px;
  margin-left: -20px;
}
@media only screen and (max-width: 768px) {
  .footer_banner {
    display: none;
  }
}
.footer_banner a {
  width: 100%;
}
.footer_banner p {
  font-size: 12px;
  text-align: center;
  padding: 6px 0;
}

.a_blank {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.a_blank::after {
  width: 10px;
  height: auto;
  aspect-ratio: 10/13;
  -webkit-mask-size: cover;
  mask-size: cover;
  margin-left: 8px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  -webkit-mask: url(https://kms3.com/wp-content/themes/kms/corporate/img/icon_blank.svg);
  mask: url(https://kms3.com/wp-content/themes/kms/corporate/img/icon_blank.svg);
  content: "";
  display: inline-block;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  position: absolute;
  right: -18px;
  top: 1px;
}

.icon_btn {
  width: 42px;
  height: 42px;
  border-radius: 50px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 4px;
}
@media only screen and (max-width: 768px) {
  .icon_btn {
    width: 50px;
    height: 50px;
  }
}
.icon_btn img {
  width: 54%;
}
.icon_btn.x {
  width: 30px;
  height: 30px;
  margin: 0 8px 0 0;
}
.icon_btn.x img {
  -webkit-filter: brightness(0);
          filter: brightness(0);
}
.icon_btn.insta {
  width: 30px;
  height: 30px;
  background-color: #ce2090;
  margin: 0;
}

video {
  -webkit-filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
          filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
  border: none;
}

.pc_only {
  display: inherit !important;
}
@media only screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
}

.sp_only {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  .sp_only {
    display: block !important;
  }
}

.pc_event_none {
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .pc_event_none {
    pointer-events: inherit;
  }
}

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

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

body {
  font-family: "M PLUS 1";
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
body.active {
  height: 100%;
  overflow: hidden;
}
body.active section {
  z-index: 1 !important;
}
.img_bd_1 {
  border: 1px solid #cccccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#top {
  position: relative;
}
#top .common_wrap {
  padding-top: clamp(50px, 8.9vw, 170px);
  padding-bottom: clamp(54px, 5.2vw, 100px);
  max-width: none;
}
#top .top_container {
  text-align: center;
  padding-left: min(6.2vw, 24px);
  padding-right: min(6.2vw, 24px);
}
#top .top_container h3 {
  color: #020202;
  font-size: clamp(61px, 8.7vw, 167px);
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 400;
  line-height: 1;
  padding-bottom: clamp(20px, 1.6vw, 30px);
}
@media only screen and (max-width: 428px) {
  #top .top_container h3.top_mission {
    text-align: left;
  }
}
#top .top_container h3.top_mission .f150 {
  font-size: clamp(60px, 7.8vw, 150px);
}
#top .top_container .top_mission_txt {
  font-size: clamp(12px, 1.1vw, 20px);
  font-weight: 500;
  line-height: 2;
  padding-bottom: clamp(40px, 3.7vw, 70px);
}
@media only screen and (max-width: 428px) {
  #top .top_container .top_mission_txt {
    text-align: left;
  }
}
#top .mask-button {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, transparent));
  background-image: linear-gradient(to right, transparent 50%, transparent 50%);
  background-size: 200% 100%;
  background-position-x: 100%;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  padding: 0;
  display: inline-block;
  line-height: 1.05;
}
#top .mask-button.on {
  background-position-x: 0;
}
#top .mask-button.on .mask-button_inner {
  background-position-x: 0;
}
#top .mask-button .mask-button_inner {
  display: inline-block;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #00ada6), color-stop(50%, #020202));
  background-image: linear-gradient(to right, #00ada6 50%, #020202 50%);
  background-clip: text;
  -webkit-background-clip: text;
  background-size: inherit;
  color: transparent;
  background-position-x: 100%;
  -webkit-transition: inherit;
  transition: inherit;
}
@media only screen and (max-width: 768px) {
  #top .mask-button .mask-button_inner {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #00ada6), color-stop(50%, #00ada6));
    background-image: linear-gradient(to right, #00ada6 50%, #00ada6 50%);
  }
}

.top_btn_wrap .btn-box.readmore {
  margin: 0 auto;
}
.top_btn_wrap .btn-box.readmore.top {
  font-size: clamp(10px, 1.4vw, 16px);
  width: 280px;
  height: auto;
  aspect-ratio: 280/40;
}
@media only screen and (max-width: 428px) {
  .top_btn_wrap .btn-box.readmore.top {
    width: 238px;
  }
}
.top_btn_wrap .btn-box.readmore.top a {
  border-radius: 0;
}

#top_sec .top_sec_wrap_sp .btn-box.readmore.sp_readmore {
  display: none;
}
@media only screen and (max-width: 768px) {
  #top_sec .top_sec_wrap_sp {
    padding: 0 min(6.2vw, 24px) 30px min(6.2vw, 24px);
    background-color: #F4F4F4;
  }
  #top_sec .top_sec_wrap_sp .btn-box.readmore.sp_readmore {
    margin: 0 auto 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#top_sec .top_sec_wrap {
  width: 100%;
  height: 110px;
  background-color: #ffffff;
  position: relative;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
@media only screen and (max-width: 768px) {
  #top_sec .top_sec_wrap {
    background-color: transparent;
    pointer-events: none;
  }
}
#top_sec .top_sec_wrap .btn-box.readmore {
  position: absolute;
  right: min(10vw, 180px);
  bottom: 15px;
}
@media only screen and (max-width: 768px) {
  #top_sec .top_sec_wrap .btn-box.readmore {
    display: none;
  }
}
#top_sec .top_sec_wrap.top_sec_wrap_news {
  pointer-events: none;
}
#top_sec .top_sec_wrap .top_sec_topics, #top_sec .top_sec_wrap .top_sec_service, #top_sec .top_sec_wrap .top_sec_recruit, #top_sec .top_sec_wrap .top_sec_news {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  margin-left: 32px;
  bottom: 15px;
  font-family: "Jost";
  font-weight: 500;
  font-size: 34px;
  color: #000000;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
@media only screen and (max-width: 768px) {
  #top_sec .top_sec_wrap .top_sec_topics, #top_sec .top_sec_wrap .top_sec_service, #top_sec .top_sec_wrap .top_sec_recruit, #top_sec .top_sec_wrap .top_sec_news {
    font-size: 30px;
    bottom: 45px;
    margin-left: 0;
    padding: 0 8px 10px 8px;
    line-height: 1;
  }
}
#top_sec .top_sec_wrap .top_sec_topics::after, #top_sec .top_sec_wrap .top_sec_service::after, #top_sec .top_sec_wrap .top_sec_recruit::after, #top_sec .top_sec_wrap .top_sec_news::after {
  content: "トピックス";
  font-family: "M PLUS 1";
  font-weight: 500;
  font-size: 10px;
  display: inline-block;
  padding-left: 16px;
  position: relative;
  top: -3px;
}
@media only screen and (max-width: 768px) {
  #top_sec .top_sec_wrap .top_sec_topics::after, #top_sec .top_sec_wrap .top_sec_service::after, #top_sec .top_sec_wrap .top_sec_recruit::after, #top_sec .top_sec_wrap .top_sec_news::after {
    display: block;
    padding-left: 0;
    position: absolute;
    top: 34px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    border-top: 1px solid #707070;
    padding-top: 9px;
    width: 100%;
    text-align: center;
  }
}
#top_sec .top_sec_wrap .top_sec_service {
  margin-left: 20px;
}
@media only screen and (max-width: 768px) {
  #top_sec .top_sec_wrap .top_sec_service {
    margin-left: 0;
  }
}
#top_sec .top_sec_wrap .top_sec_service::after {
  content: "サービス";
}
#top_sec .top_sec_wrap .top_sec_recruit {
  margin-left: 18px;
}
@media only screen and (max-width: 768px) {
  #top_sec .top_sec_wrap .top_sec_recruit {
    margin-left: 0;
  }
}
#top_sec .top_sec_wrap .top_sec_recruit::after {
  content: "採用";
}
#top_sec .top_sec_wrap .top_sec_news {
  margin-left: 28px;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  #top_sec .top_sec_wrap .top_sec_news {
    margin-left: 0;
  }
}
#top_sec .top_sec_wrap .top_sec_news::after {
  content: "ニュース";
}
#top_sec .top_sec_topics_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #top_sec .top_sec_topics_list {
    margin-bottom: 20px;
  }
}
#top_sec .top_sec_topics_list li {
  width: 33.33%;
}
@media only screen and (max-width: 428px) {
  #top_sec .top_sec_topics_list li {
    width: 100%;
  }
  #top_sec .top_sec_topics_list li:first-child {
    margin-bottom: 18px;
  }
}
#top_sec .top_sec_topics_list li .topics_cont {
  position: relative;
  height: 100%;
  aspect-ratio: 680/454;
  overflow: hidden;
}
@media only screen and (max-width: 428px) {
  #top_sec .top_sec_topics_list li .topics_cont {
    width: 100%;
  }
  #top_sec .top_sec_topics_list li .topics_cont:last-child {
    margin-bottom: 0;
  }
}
#top_sec .top_sec_topics_list li .topics_cont a {
  display: block;
}
@media only screen and (max-width: 428px) {
  #top_sec .top_sec_topics_list li .topics_cont a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#top_sec .top_sec_topics_list li .topics_cont a .topics_cont_img {
  cursor: pointer;
  overflow: hidden;
  width: 100%;
}
#top_sec .top_sec_topics_list li .topics_cont a .topics_cont_img img {
  height: auto;
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}
#top_sec .top_sec_topics_list li .topics_cont a .topics_cont_txt {
  width: 100%;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: min(1.1vw, 20px) min(2.1vw, 40px);
  position: relative;
}
#top_sec .top_sec_topics_list li .topics_cont a .topics_cont_txt p {
  font-size: 12px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 8px;
  border: 1px solid #ffffff;
  margin-bottom: 10px;
}
#top_sec .top_sec_topics_list li .topics_cont a .topics_cont_txt span {
  font-size: clamp(12px, 1.4vw, 16px);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  width: 67%;
}
#top_sec .top_sec_topics_list li .topics_cont a .topics_cont_txt::after {
  width: 11px;
  height: auto;
  aspect-ratio: 13/22;
  -webkit-mask-size: cover;
  mask-size: cover !important;
  background-color: #ffffff;
  background-repeat: no-repeat;
  -webkit-mask: url(https://kms3.com/wp-content/themes/kms/corporate/img/icon_arrow03.svg);
          mask: url(https://kms3.com/wp-content/themes/kms/corporate/img/icon_arrow03.svg);
  content: "";
  display: inline-block;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  margin-left: auto;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  top: 50%;
  right: min(2.9vw, 56px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  z-index: 2;
  pointer-events: none;
}
#top_sec .top_sec_topics_list li .topics_cont a:hover .topics_cont_img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#top_sec .top_sec_topics_list li .topics_cont a:hover .topics_cont_txt {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 428px) {
  #top_sec .top_sec_topics_list li:last-child {
    display: none;
  }
}
#top_sec .top_sec_service_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media only screen and (max-width: 428px) {
  #top_sec .top_sec_service_list {
    margin-bottom: 20px;
    border-top: 1px solid #000000;
  }
}
#top_sec .top_sec_service_list li {
  width: 33.33%;
}
@media only screen and (max-width: 428px) {
  #top_sec .top_sec_service_list li {
    width: 100%;
  }
}
#top_sec .top_sec_service_list li .service_cont {
  position: relative;
  height: 100%;
  aspect-ratio: 680/454;
  overflow: hidden;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#top_sec .top_sec_service_list li .service_cont.bd_lr {
  border-right: 1px solid #000000;
  border-left: 1px solid #000000;
}
@media only screen and (max-width: 428px) {
  #top_sec .top_sec_service_list li .service_cont {
    width: 100%;
    border-top: transparent !important;
    border-right: transparent !important;
    border-left: transparent !important;
    border-bottom: 1px solid #000000;
  }
  #top_sec .top_sec_service_list li .service_cont:last-child {
    margin-bottom: 0;
  }
}
#top_sec .top_sec_service_list li .service_cont a {
  display: block;
}
@media only screen and (max-width: 428px) {
  #top_sec .top_sec_service_list li .service_cont a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#top_sec .top_sec_service_list li .service_cont a .service_cont_img {
  cursor: pointer;
  overflow: hidden;
  width: 100%;
  position: relative;
}
#top_sec .top_sec_service_list li .service_cont a .service_cont_img .service_cont_title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
  margin-top: -10px;
}
#top_sec .top_sec_service_list li .service_cont a .service_cont_img .service_cont_title::after {
  width: 11px;
  height: auto;
  aspect-ratio: 13/22;
  -webkit-mask-size: cover;
  mask-size: cover !important;
  background-color: #000000;
  background-repeat: no-repeat;
  -webkit-mask: url(https://kms3.com/wp-content/themes/kms/corporate/img/icon_arrow03.svg);
          mask: url(https://kms3.com/wp-content/themes/kms/corporate/img/icon_arrow03.svg);
  content: "";
  display: inline-block;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  margin-left: auto;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  z-index: 2;
  pointer-events: none;
  margin-top: min(4vw, 40px);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
@media only screen and (max-width: 768px) {
  #top_sec .top_sec_service_list li .service_cont a .service_cont_img .service_cont_title::after {
    width: min(2vw, 11px);
    margin-top: min(8vw, 32px);
  }
}
#top_sec .top_sec_service_list li .service_cont a .service_cont_img .service_cont_title p {
  font-family: "Jost";
  font-weight: 400;
  font-size: clamp(18px, 1.8vw, 24px);
  line-height: 1;
}
#top_sec .top_sec_service_list li .service_cont a .service_cont_img .service_cont_title span {
  font-family: "M PLUS 1";
  font-weight: 400;
  font-size: 8px;
  line-height: 1;
}
#top_sec .top_sec_service_list li .service_cont a .service_cont_img img {
  height: auto;
  width: 100%;
  opacity: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
}
#top_sec .top_sec_service_list li .service_cont a .service_cont_bg {
  width: 100%;
  height: 100%;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: min(1.1vw, 20px) min(2.1vw, 40px);
  position: absolute;
  top: 0;
  opacity: 0;
  transition: all 0.5s ease;
}
#top_sec .top_sec_service_list li .service_cont a .service_cont_bg p {
  font-size: 12px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 8px;
  border: 1px solid #ffffff;
  margin-bottom: 10px;
  line-height: 1;
}
#top_sec .top_sec_service_list li .service_cont a .service_cont_bg span {
  font-size: clamp(12px, 1.4vw, 16px);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  width: 67%;
  line-height: 1;
}
#top_sec .top_sec_service_list li .service_cont a:hover .service_cont_img .service_cont_title {
  color: #ffffff;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
#top_sec .top_sec_service_list li .service_cont a:hover .service_cont_img .service_cont_title::after {
  background-color: #ffffff;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
#top_sec .top_sec_service_list li .service_cont a:hover .service_cont_img img {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#top_sec .top_sec_service_list li .service_cont a:hover .service_cont_bg {
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#top_sec .top_sec_recruit_cont {
  background: url(https://assets.kms3.com/prod/img-corporate/top_recruit_re.webp);
  background-size: cover;
  height: min(23vw, 430px);
  position: relative;
  display: block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 428px) {
  #top_sec .top_sec_recruit_cont {
    background: url(https://assets.kms3.com/prod/img-corporate/top_recruit_sp.webp);
    background-size: cover;
    height: 44vw;
    background-repeat: no-repeat;
  }
}
#top_sec .top_sec_recruit_cont:hover {
  opacity: 0.7;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#top_sec .top_news {
  padding-bottom: min(8.9vw, 170px);
}
#top_sec .top_news .btn-box.readmore {
  margin: 10px auto 0 auto;
}
@media only screen and (max-width: 768px) {
  #top_sec .top_news {
    display: none;
  }
}
#top_sec .top_news_wrap {
  width: 100%;
  max-width: 1020px;
  padding: 30px 10px 0 10px;
  margin: 0 auto;
}
#top_sec .top_news_wrap li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Jost";
  border-bottom: 1px solid #000000;
  padding: 0 50px 40px 8px;
  margin-bottom: 40px;
}
#top_sec .top_news_wrap li:last-child {
  border: none;
  margin-bottom: 0;
}
#top_sec .top_news_wrap li .news_time {
  width: 9%;
}
#top_sec .top_news_wrap li .news_time .time01 {
  font-weight: 700;
  font-size: 10px;
  line-height: 1;
}
#top_sec .top_news_wrap li .news_time .time02 {
  font-weight: 500;
  font-size: 34px;
  line-height: 1;
}
#top_sec .top_news_wrap li .news_cate {
  width: 16%;
  font-family: "Jost";
  font-weight: 700;
  font-size: clamp(12px, 1.4vw, 16px);
}
#top_sec .top_news_wrap li .news_txt {
  width: 75%;
  font-family: "M PLUS 1";
  font-weight: 500;
  font-size: min(10vw, 14px);
}
#top_sec .top_news_wrap li .news_txt a {
  opacity: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#top_sec .top_news_wrap li .news_txt a:hover {
  opacity: 0.7;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.game_header {
  background-size: cover;
  padding: 10.5vw 0;
  position: relative;
}

.common_body {
  background-color: #ffffff;
  position: relative;
  padding: 0 40px;
}
@media only screen and (max-width: 768px) {
  .common_body {
    padding: 0 min(6.2vw, 24px);
  }
}

#category {
  position: relative;
}
#category.category_others {
  padding-top: min(7.3vw, 130px);
  padding-bottom: min(3.5vw, 68px);
}
@media only screen and (max-width: 768px) {
  #category.category_others {
    margin-top: 80px;
    padding-top: 0;
  }
  #category.category_others li {
    border-top: 1px solid #707070;
    border-bottom: none !important;
  }
}
#category .category_wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#category .category_wrap .category_corporate_img {
  background: url(https://assets.kms3.com/prod/img-corporate/corporate/corporate_bg.webp);
  background-size: cover;
  height: min(104.3vw, 1080px);
  width: 50%;
  -webkit-animation-name: bgleft;
          animation-name: bgleft;
  -webkit-animation-duration: 40s;
          animation-duration: 40s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media only screen and (max-width: 768px) {
  #category .category_wrap .category_corporate_img {
    background: url(https://assets.kms3.com/prod/img-corporate/corporate/corporate_sp_bg.webp);
    background-size: cover;
    height: 71vw;
    width: 100%;
    -webkit-animation: none;
            animation: none;
  }
}
@media only screen and (min-width: 1928px) {
  #category .category_wrap .category_corporate_img {
    background-size: calc(100% + 198px);
  }
}
#category .category_wrap .category_service_img {
  background: url(https://assets.kms3.com/prod/img-corporate/service/service_bg.webp);
  background-size: cover;
  height: min(104.3vw, 1080px);
  width: 50%;
  -webkit-animation-name: bgleft;
          animation-name: bgleft;
  -webkit-animation-duration: 40s;
          animation-duration: 40s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media only screen and (max-width: 768px) {
  #category .category_wrap .category_service_img {
    background: url(https://assets.kms3.com/prod/img-corporate/service/service_sp_bg.webp);
    background-size: cover;
    height: 71vw;
    width: 100%;
    -webkit-animation: none;
            animation: none;
  }
}
@media only screen and (min-width: 1928px) {
  #category .category_wrap .category_service_img {
    background-size: calc(100% + 198px);
  }
}
#category .category_wrap .category_news_img {
  background: url(https://assets.kms3.com/prod/img-corporate/news/news_bg.webp);
  background-size: cover;
  height: min(25.3vw, 380px);
  width: 50%;
}
@media only screen and (max-width: 768px) {
  #category .category_wrap .category_news_img {
    background: url(https://assets.kms3.com/prod/img-corporate/news/news_sp_bg.webp);
    background-size: cover;
    height: 43.1vw;
    width: 100%;
  }
}
#category .category_wrap .category_recruit_img {
  background: url(https://assets.kms3.com/prod/img-corporate/recruit/recruit_bg.webp);
  background-size: cover;
  height: min(104.3vw, 1080px);
  width: 50%;
  -webkit-animation-name: bgleft;
          animation-name: bgleft;
  -webkit-animation-duration: 40s;
          animation-duration: 40s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media only screen and (max-width: 768px) {
  #category .category_wrap .category_recruit_img {
    background: url(https://assets.kms3.com/prod/img-corporate/recruit/recruit_sp_bg.webp);
    background-size: cover;
    height: 71vw;
    width: 100%;
    -webkit-animation: none;
            animation: none;
  }
}
@media only screen and (min-width: 1928px) {
  #category .category_wrap .category_recruit_img {
    background-size: calc(100% + 198px);
  }
}
@-webkit-keyframes bgleft {
  0% {
    background-position: -198px 0;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes bgleft {
  0% {
    background-position: -198px 0;
  }
  100% {
    background-position: 0 0;
  }
}
#category .category_wrap .category_cont {
  width: 50%;
  padding-left: min(5.8vw, 110px);
  padding-right: 24px;
}
@media only screen and (max-width: 768px) {
  #category .category_wrap .category_cont {
    width: 100%;
    padding: 0;
  }
}
#category .category_wrap .category_cont.category_other {
  width: 100%;
  max-width: 1000px;
  padding: 0;
  margin: 0;
}
#category .category_wrap .category_cont.category_other .category_overview_wrap {
  margin-left: -315px;
  padding-top: min(20.2vw, 380px);
}
@media only screen and (max-width: 768px) {
  #category .category_wrap .category_cont.category_other .category_overview_wrap {
    margin-left: 0;
  }
}
#category .category_wrap .category_cont.category_other ul {
  margin: 0 auto;
  width: 100%;
  max-width: 630px;
}
@media only screen and (max-width: 768px) {
  #category .category_wrap .category_cont.category_other ul li {
    width: auto;
  }
}
#category .category_wrap .category_cont h2 {
  position: relative;
}
@media only screen and (max-width: 768px) {
  #category .category_wrap .category_cont h2 {
    margin-bottom: 10px;
  }
}
#category .category_wrap .category_cont h2 p {
  font-weight: 700;
  font-family: "Jost";
  line-height: 1;
  position: absolute;
  height: 158px;
  overflow: hidden;
}
#category .category_wrap .category_cont h2 p .top_up {
  display: inline-block;
  -webkit-transform: translateY(140px);
          transform: translateY(140px);
  -webkit-animation-name: top_up;
          animation-name: top_up;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media only screen and (max-width: 768px) {
  #category .category_wrap .category_cont h2 p .top_up {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation: none;
            animation: none;
  }
}
@-webkit-keyframes top_up {
  0% {
    -webkit-transform: translateY(140px);
            transform: translateY(140px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes top_up {
  0% {
    -webkit-transform: translateY(140px);
            transform: translateY(140px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
#category .category_wrap .category_cont h2 p.servises {
  font-size: clamp(36px, 9.4vw, 180px);
  left: calc(min(26.8vw, 515px) * -1);
  top: min(7.3vw, 130px);
}
@media only screen and (max-width: 768px) {
  #category .category_wrap .category_cont h2 p.servises {
    left: 0;
    padding: 0 min(6.2vw, 24px);
  }
}
#category .category_wrap .category_cont h2 p.servises .title_j {
  margin-left: -10px;
  padding-left: min(2.6vw, 44px);
}
@media only screen and (max-width: 768px) {
  #category .category_wrap .category_cont h2 p.servises .title_j {
    margin-left: 2px;
  }
}
#category .category_wrap .category_cont h2 p.servises .title_e {
  font-size: clamp(36px, 9.4vw, 180px);
  font-weight: 700;
  left: calc(min(42.2vw, 810px) * -1);
  color: #00ADA6;
}
#category .category_wrap .category_cont h2 p.news {
  font-size: clamp(36px, 9.4vw, 180px);
  left: calc(min(11.8vw, 225px) * -1);
  top: min(7.3vw, 130px);
}
@media only screen and (max-width: 768px) {
  #category .category_wrap .category_cont h2 p.news {
    left: 0;
    padding: 0 min(6.2vw, 24px);
  }
}
#category .category_wrap .category_cont h2 p.news .title_j {
  margin-left: -10px;
  padding-left: min(3.7vw, 70px);
}
@media only screen and (max-width: 768px) {
  #category .category_wrap .category_cont h2 p.news .title_j {
    margin-left: 2px;
  }
}
#category .category_wrap .category_cont h2 p.news .title_e {
  font-size: clamp(36px, 9.4vw, 180px);
  font-weight: 700;
  left: calc(min(42.2vw, 810px) * -1);
  color: #00ADA6;
}
#category .category_wrap .category_cont h2 p.corporate {
  font-size: clamp(36px, 9.4vw, 180px);
  left: calc(min(42.2vw, 810px) * -1);
  top: min(7.3vw, 130px);
}
@media only screen and (max-width: 768px) {
  #category .category_wrap .category_cont h2 p.corporate {
    left: 0;
    padding: 0 min(6.2vw, 24px);
  }
}
#category .category_wrap .category_cont h2 p.corporate .title_j {
  margin-left: -10px;
  padding-left: min(3.7vw, 70px);
}
@media only screen and (max-width: 768px) {
  #category .category_wrap .category_cont h2 p.corporate .title_j {
    margin-left: 2px;
  }
}
#category .category_wrap .category_cont h2 p.corporate .title_e {
  font-size: clamp(36px, 9.4vw, 180px);
  font-weight: 700;
  left: calc(min(42.2vw, 810px) * -1);
  color: #00ADA6;
}
#category .category_wrap .category_cont h2 p.recruit {
  font-size: clamp(36px, 9.4vw, 180px);
  left: calc(min(24.1vw, 462px) * -1);
  top: min(7.3vw, 130px);
}
@media only screen and (max-width: 768px) {
  #category .category_wrap .category_cont h2 p.recruit {
    left: 0;
    padding: 0 min(6.2vw, 24px);
  }
}
#category .category_wrap .category_cont h2 p.recruit .title_j {
  margin-left: -10px;
  padding-left: min(3.7vw, 70px);
}
@media only screen and (max-width: 768px) {
  #category .category_wrap .category_cont h2 p.recruit .title_j {
    margin-left: 2px;
  }
}
#category .category_wrap .category_cont h2 p.recruit .title_e {
  font-size: clamp(36px, 9.4vw, 180px);
  font-weight: 700;
  left: calc(min(42.2vw, 810px) * -1);
  color: #00ADA6;
}
#category .category_wrap .category_cont h2 p .title_j {
  font-size: clamp(16px, 2.1vw, 30px);
  font-weight: 500;
  font-family: "M PLUS 1";
}
@media only screen and (max-width: 768px) {
  #category .category_wrap .category_cont h2 p .title_j {
    font-size: 10px;
  }
}
#category .category_wrap .category_cont .category_overview_wrap {
  padding-top: min(17.2vw, 330px);
}
#category .category_wrap .category_cont .category_overview_wrap .category_overview {
  font-size: clamp(12px, 1.4vw, 16px);
  font-weight: 500;
  line-height: 2.1;
  padding-bottom: min(4.1vw, 78px);
}
@media only screen and (max-width: 768px) {
  #category .category_wrap .category_cont .category_overview_wrap .category_overview {
    padding: 0 min(6.2vw, 24px) 44px min(6.2vw, 24px);
  }
}
#category .category_wrap .category_cont .category_overview_wrap .sp_link {
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  #category .category_wrap .category_cont .category_overview_wrap .sp_link {
    pointer-events: inherit;
  }
}
@media only screen and (max-width: 768px) {
  #category .category_wrap .category_cont li.li_b {
    margin-bottom: 0 !important;
  }
  #category .category_wrap .category_cont li.li_b::after {
    background-color: #ffffff;
  }
}
#category .category_wrap .category_cont li {
  border: 1px solid #707070;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 10px;
  max-width: 630px;
}
@media only screen and (max-width: 768px) {
  #category .category_wrap .category_cont li {
    padding: 0;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    border-top: 1px solid #707070;
    margin-bottom: 0;
    max-width: none;
    position: relative;
  }
  #category .category_wrap .category_cont li::after {
    width: 7px;
    height: auto;
    aspect-ratio: 11/13;
    -webkit-mask-size: cover;
    mask-size: cover !important;
    background-color: #000000;
    background-repeat: no-repeat;
    -webkit-mask: url(https://kms3.com/wp-content/themes/kms/corporate/img/icon_arrow02.svg);
            mask: url(https://kms3.com/wp-content/themes/kms/corporate/img/icon_arrow02.svg);
    content: "";
    display: inline-block;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    margin-left: auto;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    top: 50%;
    right: min(6.2vw, 24px);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
    z-index: 2;
    pointer-events: none;
  }
}
#category .category_wrap .category_cont li a {
  width: 100%;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: min(0.9vw, 16px) min(1.6vw, 30px) min(0.9vw, 16px) min(2.1vw, 40px);
}
#category .category_wrap .category_cont li a .btn-box {
  line-height: 2.17;
  margin-top: 1px;
}
@media only screen and (max-width: 768px) {
  #category .category_wrap .category_cont li a {
    width: 100%;
    padding: 14px min(6.2vw, 24px);
  }
}
#category .category_wrap .category_cont li:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  #category .category_wrap .category_cont li.bd {
    border-bottom: 1px solid #707070;
  }
}
#category .category_wrap .category_cont li .category_title p {
  font-size: clamp(20px, 1.3vw, 24px);
  font-weight: 500;
  font-family: "Jost";
  line-height: 1;
}
#category .category_wrap .category_cont li .category_title span {
  font-size: 8px;
  font-weight: 500;
}
#category .category_wrap .category_cont li .category_title .img_media {
  max-height: 74px;
}
#category .category_wrap .category_cont li.li_b {
  background-color: #000000;
  color: #ffffff;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #000000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 10px;
  margin-top: 40px;
  max-width: 630px;
  border-radius: 15px;
}
@media only screen and (max-width: 768px) {
  #category .category_wrap .category_cont li.li_b {
    width: 90%;
    margin: 25px auto 0 auto;
  }
}
#category .category_wrap .category_cont li.li_b a {
  padding: min(0.7vw, 12px) min(1.6vw, 30px) min(1vw, 19px) min(1.5vw, 29px);
}
@media only screen and (max-width: 924px) {
  #category .btn-box.readmore {
    margin-left: min(24.9vw, 230px);
  }
}

#connection {
  background-color: #F4F4F4;
  border-top: 1px solid #000000;
  padding: min(2.6vw, 50px) 0 min(4.2vw, 80px) 0;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  #connection {
    padding: 20px 0 54px 0;
  }
}
#connection .cont_sub_title {
  margin: 0 auto min(2vw, 38px) auto;
}
@media only screen and (max-width: 768px) {
  #connection .cont_sub_title {
    margin: 0 auto 24px auto;
  }
}
#connection .connection_wrap {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#connection .post {
  width: 50%;
  max-width: 350px;
  margin: 0 min(1.4vw, 10px);
}
@media only screen and (max-width: 768px) {
  #connection .post {
    width: 90%;
    max-width: none;
    margin-bottom: 10px;
  }
  #connection .post:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 428px) {
  #connection .post {
    width: 100%;
    max-width: 310px;
    margin-bottom: 10px;
  }
  #connection .post:last-child {
    margin-bottom: 0;
  }
}
#connection .post a {
  display: block;
}
@media only screen and (max-width: 768px) {
  #connection .post a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#connection .post a .post_img {
  cursor: pointer;
  max-width: 500px;
  overflow: hidden;
  width: 100%;
  border-radius: 8px;
}
@media only screen and (max-width: 768px) {
  #connection .post a .post_img {
    width: 100%;
    aspect-ratio: 130/86;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    position: relative;
  }
}
#connection .post a .post_img img {
  height: auto;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
@media only screen and (max-width: 768px) {
  #connection .post a .post_img img {
    -webkit-transform: scale(1);
            transform: scale(1);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}
#connection .post a:hover .post_arrow p {
  height: 0px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
#connection .post a:hover .post_img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media only screen and (max-width: 768px) {
  #connection .post a:hover .post_img img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

#label {
  background-color: #ffffff;
  border-top: 1px solid #000000;
  padding: min(2.6vw, 50px) 40px min(4.2vw, 80px) 40px;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  #label {
    display: none;
    padding: 20px 0 54px 0;
  }
}
#label .cont_sub_title {
  margin: 0 auto min(2.9vw, 54px) auto;
}
#label .service_txt h4 {
  font-size: clamp(12px, 1.1vw, 20px);
  font-weight: 800;
}
#label .service_txt p {
  font-size: clamp(12px, 1.4vw, 16px);
  font-weight: 500;
}
#label .connection_wrap {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#label .post {
  width: 50%;
  max-width: 350px;
  margin: 0 10px;
}
@media only screen and (max-width: 768px) {
  #label .post {
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #cccccc;
  }
}
#label .post a {
  display: block;
}
@media only screen and (max-width: 768px) {
  #label .post a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#label .post a .post_img {
  cursor: pointer;
  max-width: 500px;
  overflow: hidden;
  width: 100%;
  border-radius: 8px;
}
@media only screen and (max-width: 768px) {
  #label .post a .post_img {
    width: 35%;
    aspect-ratio: 130/86;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    position: relative;
  }
}
#label .post a .post_img img {
  height: auto;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
@media only screen and (max-width: 768px) {
  #label .post a .post_img img {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}
#label .post a:hover .post_arrow p {
  height: 0px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
#label .post a:hover .post_img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media only screen and (max-width: 768px) {
  #label .post a:hover .post_img img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media only screen and (max-width: 768px) {
  #label .service_list_wrap {
    padding: 0 40px;
  }
}

.service_list_wrap {
  max-width: 800px;
  margin: 0 auto;
}
.service_list_wrap.news_list_wrap {
  max-width: 1000px;
}
.service_list_wrap.news_list_wrap .news_link .news_txt {
  opacity: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.service_list_wrap.news_list_wrap .news_link:hover .news_txt {
  opacity: 0.7;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.service_list_wrap.news_list_wrap .btn-box.readmore {
  margin: 20px auto min(4.2vw, 80px) auto !important;
}
@media only screen and (max-width: 768px) {
  .service_list_wrap {
    padding: 0 15px;
  }
}
.service_list_wrap .service_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  width: 100%;
  border-bottom: 1px solid #8c8c8c;
  padding-bottom: 26px;
  margin-bottom: 26px;
}
.service_list_wrap .service_list:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.service_list_wrap .service_list .service_img {
  width: 38%;
  max-width: 300px;
  margin-right: min(3.1vw, 60px);
}
@media only screen and (max-width: 768px) {
  .service_list_wrap .service_list .service_img {
    width: 100%;
    max-width: none;
    margin-right: 0;
  }
}
.service_list_wrap .service_list .service_txt {
  width: 55%;
  font-family: "M PLUS 1";
}
@media only screen and (max-width: 768px) {
  .service_list_wrap .service_list .service_txt {
    width: 100%;
  }
}
.service_list_wrap .service_list .service_txt h4 {
  font-size: clamp(12px, 1.1vw, 20px);
  font-weight: 500;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .service_list_wrap .service_list .service_txt h4 {
    font-size: 16px;
  }
}
.service_list_wrap .service_list .service_txt h4.ex {
  font-weight: 800;
}
.service_list_wrap .service_list .service_txt h4 span {
  font-size: clamp(12px, 1.4vw, 16px);
}
@media only screen and (max-width: 768px) {
  .service_list_wrap .service_list .service_txt h4 span {
    font-size: 12px;
  }
}
.service_list_wrap .service_list .service_txt p {
  font-size: min(10vw, 14px);
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 40px;
}
.service_list_wrap .news_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  width: 100%;
  border-bottom: 1px solid #000000 !important;
  padding-bottom: 28px;
  margin-bottom: 28px !important;
}
@media only screen and (max-width: 768px) {
  .service_list_wrap .news_list {
    padding-bottom: 10px;
    margin-bottom: 10px !important;
    padding-right: min(6.2vw, 24px);
    padding-left: min(6.2vw, 24px);
  }
}
.service_list_wrap .news_list:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.service_list_wrap .news_list .news_img {
  width: 25%;
  height: 140px;
  aspect-ratio: 210/140;
  margin-right: 50px;
  position: relative;
  overflow: hidden;
  background-color: #f5f5f5;
}
.service_list_wrap .news_list .news_img img {
  max-width: none;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
  .service_list_wrap .news_list .news_img {
    width: 39%;
    height: 21vw;
    padding-left: min(6.2vw, 24px);
    max-width: none;
    margin-right: 0;
  }
}
.service_list_wrap .news_list .news_txt_wrap {
  width: 66%;
  max-width: 610px;
  font-family: "M PLUS 1";
}
@media only screen and (max-width: 768px) {
  .service_list_wrap .news_list .news_txt_wrap {
    width: 59%;
    padding-right: min(6.2vw, 24px);
    margin-left: 16px;
  }
}
.service_list_wrap .news_list .news_txt_wrap .news_time {
  font-family: "Jost";
  font-weight: 500;
  font-size: clamp(16px, 2.1vw, 30px);
  line-height: 1;
  margin-bottom: 6px;
}
@media only screen and (max-width: 768px) {
  .service_list_wrap .news_list .news_txt_wrap .news_time {
    font-size: 10px !important;
    margin-top: 15px;
  }
}
.service_list_wrap .news_list .news_txt_wrap .news_cate {
  font-family: "Jost";
  font-weight: 500;
  font-size: clamp(12px, 1.1vw, 20px);
  margin-bottom: 26px;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .service_list_wrap .news_list .news_txt_wrap .news_cate {
    display: none;
  }
}
.service_list_wrap .news_list .news_txt_wrap .news_txt {
  font-weight: 500;
  font-size: clamp(12px, 1.4vw, 16px);
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .service_list_wrap .news_list .news_txt_wrap .news_txt {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}
.service_list_wrap .service_list_cont p {
  font-size: clamp(12px, 1.4vw, 16px);
  font-weight: 500;
  line-height: 2;
}

.service_txt_box {
  padding: 40px 0 40px 0;
}
.service_txt_box.credo {
  border-bottom: 1px solid #030303;
  padding: clamp(26px, 3.2vw, 60px) clamp(18px, 5.8vw, 110px);
}
@media only screen and (max-width: 768px) {
  .service_txt_box.credo {
    padding: 26px 20px;
  }
}
.service_txt_box.credo:last-child {
  border-bottom: none;
}
.service_txt_box.credo p.box_title {
  font-size: clamp(16px, 2.1vw, 30px);
  font-weight: 300;
  line-height: 1.2;
}
.service_txt_box.credo p.box_title::before {
  display: inline-block;
  content: "●";
  margin-left: -1.3em;
  padding-right: 4px;
  color: #D2DFE0;
}
.service_txt_box p.box_title {
  font-size: clamp(18px, 1.8vw, 24px);
  font-weight: 500;
  margin-bottom: 18px;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .service_txt_box p.box_title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.service_txt_box p {
  font-size: clamp(12px, 1.4vw, 16px);
  font-weight: 500;
  line-height: 2.1;
}

.common_wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.common_wrap .common_container {
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .common_wrap .common_container {
    padding-bottom: 40px;
    padding-left: min(6.2vw, 24px);
    padding-right: min(6.2vw, 24px);
  }
}
.common_wrap .common_container h3 {
  margin-bottom: 20px;
}
.common_wrap .common_container p {
  font-size: clamp(16px, 2.1vw, 30px);
  font-weight: 800;
  margin-bottom: 20px;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .common_wrap .common_container p {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
.common_wrap .common_container span {
  font-size: clamp(12px, 1.4vw, 16px);
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .common_wrap .common_container span {
    font-size: 12px;
  }
}

.cont_sub_title {
  font-size: clamp(12px, 1.1vw, 20px);
  font-family: "M PLUS 1";
  font-weight: 800;
  position: relative;
  text-align: center;
  padding-bottom: 14px;
  display: table;
  margin: 0 auto min(4vw, 76px) auto;
}
@media only screen and (max-width: 768px) {
  .cont_sub_title {
    font-size: 16px;
    margin: 0 auto 30px auto;
  }
}
.cont_sub_title::after {
  content: "";
  position: absolute;
  width: 100%;
  max-width: 100px;
  height: 8px;
  background-color: #009F96;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.cont_sub_title_e, .cont_sub_title_j {
  font-size: clamp(18px, 1.8vw, 24px);
  font-family: "Jost";
  font-weight: 700;
  text-align: center;
}
.cont_sub_title_e span, .cont_sub_title_j span {
  font-size: clamp(8px, 0.7vw, 12px);
  font-family: "M PLUS 1";
  font-weight: 400;
  display: block;
}

.cont_sub_title_j {
  font-family: "M PLUS 1";
}

.title_wrap {
  background-color: #030303;
  height: 246px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  overflow-x: hidden;
  position: fixed;
  z-index: 9;
  top: 0px;
  -webkit-transition: all 0.6s ease 0.08s;
  transition: all 0.6s ease 0.08s;
}
@media only screen and (max-width: 768px) {
  .title_wrap {
    height: 115px;
    padding: 0 min(6.2vw, 24px);
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    top: 7px;
  }
}
.title_wrap .title_cont {
  width: 100%;
  max-width: 1284px;
  padding: 0 20px 28px 20px;
  margin: 0 auto;
  color: #ffffff;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .title_wrap .title_cont {
    padding: 12px 0;
    z-index: 2;
  }
}
.title_wrap .title_cont .title_ai {
  font-size: min(20vw, 70px);
  font-family: "Jost";
  font-weight: 500;
  position: relative;
  line-height: 1;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .title_wrap .title_cont .title_ai {
    font-size: 26px;
    margin-bottom: -3px;
  }
}
.title_wrap .title_cont .title_ai::after {
  position: absolute;
  left: 0;
  bottom: -15px;
  opacity: 0.2;
  white-space: nowrap;
  z-index: -1;
}
.title_wrap .title_cont .title_ai span {
  font-size: min(20vw, 70px);
  font-family: "Jost";
  font-weight: 500;
  color: #00ADA6;
}
@media only screen and (max-width: 768px) {
  .title_wrap .title_cont .title_ai span {
    font-size: 26px;
  }
}
.title_wrap .title_cont .title_common {
  font-size: min(20vw, 70px);
  font-family: "Jost";
  font-weight: 500;
  position: relative;
  line-height: 1.1;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .title_wrap .title_cont .title_common {
    font-size: 26px;
    margin-bottom: -3px;
  }
}
.title_wrap .title_cont .title_common::after {
  position: absolute;
  left: 0;
  bottom: -15px;
  opacity: 0.2;
  white-space: nowrap;
  z-index: -1;
}
.title_wrap .title_cont .title_common span {
  font-size: min(20vw, 70px);
  font-family: "Jost";
  font-weight: 500;
  color: #00ADA6;
}
@media only screen and (max-width: 768px) {
  .title_wrap .title_cont .title_common span {
    font-size: 26px;
  }
}
.title_wrap .title_cont .title_supports::after {
  content: "Supports";
  font-size: min(100vw, 120px);
}
@media only screen and (max-width: 768px) {
  .title_wrap .title_cont .title_supports::after {
    display: none;
  }
}
.title_wrap .title_cont .title_company::after {
  content: "Company";
  font-size: min(100vw, 120px);
}
@media only screen and (max-width: 768px) {
  .title_wrap .title_cont .title_company::after {
    display: none;
  }
}
.title_wrap .title_cont .title_message::after {
  content: "Message";
  font-size: min(100vw, 120px);
}
@media only screen and (max-width: 768px) {
  .title_wrap .title_cont .title_message::after {
    display: none;
  }
}
.title_wrap .title_cont .title_advertising::after {
  content: "Advertising";
  font-size: min(100vw, 120px);
}
@media only screen and (max-width: 768px) {
  .title_wrap .title_cont .title_advertising::after {
    display: none;
  }
}
.title_wrap .title_cont .title_ai::after {
  content: "Ai";
  font-size: min(100vw, 120px);
}
@media only screen and (max-width: 768px) {
  .title_wrap .title_cont .title_ai::after {
    display: none;
  }
}
.title_wrap .title_cont .title_access::after {
  content: "Access";
  font-size: min(100vw, 120px);
}
@media only screen and (max-width: 768px) {
  .title_wrap .title_cont .title_access::after {
    display: none;
  }
}
.title_wrap .title_cont .title_office::after {
  content: "Office";
  font-size: min(100vw, 120px);
}
@media only screen and (max-width: 768px) {
  .title_wrap .title_cont .title_office::after {
    display: none;
  }
}
.title_wrap .title_cont .title_game::after {
  content: "Game";
  font-size: min(100vw, 120px);
}
@media only screen and (max-width: 768px) {
  .title_wrap .title_cont .title_game::after {
    display: none;
  }
}
.title_wrap .title_cont .title_history::after {
  content: "History";
  font-size: min(100vw, 120px);
}
@media only screen and (max-width: 768px) {
  .title_wrap .title_cont .title_history::after {
    display: none;
  }
}
.title_wrap .title_cont .title_others::after {
  content: "Others";
  font-size: min(100vw, 120px);
}
@media only screen and (max-width: 768px) {
  .title_wrap .title_cont .title_others::after {
    display: none;
  }
}
.title_wrap .title_cont .title_comic::after {
  content: "Digital comic";
  font-size: min(100vw, 120px);
}
@media only screen and (max-width: 768px) {
  .title_wrap .title_cont .title_comic::after {
    display: none;
  }
}
.title_wrap .title_cont .title_mvc::after {
  content: "Mission & Vision & Credo";
  font-size: min(100vw, 120px);
}
@media only screen and (max-width: 768px) {
  .title_wrap .title_cont .title_mvc::after {
    display: none;
  }
}
.title_wrap .title_cont .title_sustainability::after {
  content: "Sustainability";
  font-size: min(100vw, 120px);
}
@media only screen and (max-width: 768px) {
  .title_wrap .title_cont .title_sustainability::after {
    display: none;
  }
}
.title_wrap .title_cont span {
  font-size: clamp(12px, 1.4vw, 14px);
  font-family: "M PLUS 1";
  font-weight: 500;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .title_wrap .title_cont span {
    font-size: 10px;
  }
}

.lazy_bottom {
  -webkit-animation-name: fade_bottom;
          animation-name: fade_bottom;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  opacity: 1;
}

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

@keyframes fade_bottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.btn-box {
  position: relative;
}
.btn-box::after {
  width: 8px;
  height: auto;
  aspect-ratio: 11/12;
  -webkit-mask-size: cover;
  mask-size: cover !important;
  margin-left: 8px;
  background-color: #000000;
  background-repeat: no-repeat;
  -webkit-mask: url(https://kms3.com/wp-content/themes/kms/corporate/img/icon_arrow02.svg);
          mask: url(https://kms3.com/wp-content/themes/kms/corporate/img/icon_arrow02.svg);
  content: "";
  display: inline-block;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  margin-left: auto;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  z-index: 2;
}
.btn-box.readmore {
  font-size: 12px;
  font-family: "Jost";
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: auto;
  aspect-ratio: 120/28;
}
.btn-box.readmore.blank::after {
  width: 10px;
  height: auto;
  aspect-ratio: 10/13;
  -webkit-mask-size: cover;
  mask-size: cover !important;
  background-color: #ffffff;
  -webkit-mask: url(https://kms3.com/wp-content/themes/kms/corporate/img/icon_blank.svg);
          mask: url(https://kms3.com/wp-content/themes/kms/corporate/img/icon_blank.svg);
  content: "";
  pointer-events: none;
}
.btn-box.readmore.blank_b::after {
  width: 10px;
  height: auto;
  aspect-ratio: 11/14;
  -webkit-mask-size: cover;
  mask-size: cover !important;
  background-color: #000000;
  -webkit-mask: url(https://kms3.com/wp-content/themes/kms/corporate/img/icon_blank.svg);
          mask: url(https://kms3.com/wp-content/themes/kms/corporate/img/icon_blank.svg);
  content: "";
  pointer-events: none;
}
.btn-box.readmore.blank_b.btn_bl::after {
  width: 10px;
  height: auto;
  aspect-ratio: 11/14;
  -webkit-mask-size: cover;
  mask-size: cover !important;
  background-color: #ffffff;
  -webkit-mask: url(https://kms3.com/wp-content/themes/kms/corporate/img/icon_blank.svg);
          mask: url(https://kms3.com/wp-content/themes/kms/corporate/img/icon_blank.svg);
  content: "";
  pointer-events: none;
}
.btn-box.readmore::after {
  width: 6px;
  height: auto;
  aspect-ratio: 11/13;
  -webkit-mask-size: cover;
  mask-size: cover !important;
  background-color: #000000;
  background-repeat: no-repeat;
  -webkit-mask: url(https://kms3.com/wp-content/themes/kms/corporate/img/icon_arrow02.svg);
          mask: url(https://kms3.com/wp-content/themes/kms/corporate/img/icon_arrow02.svg);
  content: "";
  display: inline-block;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  margin-left: auto;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  z-index: 2;
  pointer-events: none;
}
.btn-box.readmore:hover::after {
  background-color: #ffffff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.btn-box.readmore:hover.blank_b.btn_bl::after {
  background-color: #020202;
}
.btn-box.news {
  font-size: clamp(8px, 0.7vw, 12px);
  font-family: "Jost";
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: min(20.6vw, 124px);
  height: auto;
  aspect-ratio: 124/32;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-box.news::after {
  display: none;
}
.btn-box.news:hover::after {
  background-color: #ffffff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.btn-box.contact {
  font-size: clamp(16px, 4.1vw, 24px);
  font-family: "Jost";
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: clamp(184px, 47.2vw, 248px);
  height: auto;
  aspect-ratio: 248/49;
}
.btn-box.contact::after {
  width: 0.45em;
  height: auto;
  aspect-ratio: 11/13;
  -webkit-mask-size: cover;
  mask-size: cover !important;
  background-color: #000000;
  background-repeat: no-repeat;
  -webkit-mask: url(https://kms3.com/wp-content/themes/kms/corporate/img/icon_arrow02.svg);
          mask: url(https://kms3.com/wp-content/themes/kms/corporate/img/icon_arrow02.svg);
  content: "";
  display: inline-block;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  margin-left: auto;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  top: 50%;
  right: 0.6em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  z-index: 2;
  pointer-events: none;
}
.btn-box.contact:hover::after {
  background-color: #ffffff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.btn {
  position: relative;
  text-decoration: none;
  background-color: #ffffff;
  color: #020202;
  text-align: center;
  z-index: 2;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #707070;
  box-sizing: border-box;
  padding: 0 0.9em 0 2.3em;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.btn.btn_readmore {
  padding-left: 20px !important;
}
.btn.btn_others {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 !important;
  font-family: "M PLUS 1";
  font-weight: 500;
  font-size: 12px !important;
}
@media only screen and (max-width: 768px) {
  .btn.btn_others {
    font-size: 9px !important;
  }
}
.btn:hover {
  color: #fff;
  border: 1px solid #000000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: transparent;
}

.btn-box.btn_bl::after {
  background-color: #ffffff;
}
.btn-box.btn_bl:hover::after {
  background-color: #000000;
}
.btn-box.btn_bl .btn {
  color: #ffffff;
  background-color: #000000;
  border: 1px solid #ffffff;
}
.btn-box.btn_bl .btn:hover {
  color: #020202;
  border: 1px solid transparent;
}

.btn-box.btn_bl.contact::after {
  background-color: #ffffff;
}
.btn-box.btn_bl.contact:hover::after {
  background-color: #000000;
}
.btn-box.btn_bl.contact .btn {
  color: #ffffff;
  background-color: #020202;
  border: 1px solid #020202;
}
.btn-box.btn_bl.contact .btn:hover {
  color: #020202;
}

.btn::after,
.btn::before {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.btn:hover::after {
  top: 0;
  left: 0;
  background-color: #000000;
}

.btn-box.btn_bl .btn:hover::after {
  top: 0;
  left: 0;
  background-color: #ffffff !important;
}

.btn::after {
  top: 0;
  left: -200px;
  width: 100%;
  height: 100%;
}

.mt_30 {
  margin-top: 30px;
}

.advisor {
  font-weight: 500;
  font-size: clamp(12px, 1.4vw, 16px);
  line-height: 1;
  margin-bottom: 6px;
}
@media only screen and (max-width: 768px) {
  .advisor {
    font-size: 12px;
    margin-left: min(6.2vw, 24px) !important;
    padding-left: 16px;
  }
}
.advisor span {
  font-size: 12px !important;
  margin-left: 6px;
}
@media only screen and (max-width: 768px) {
  .advisor span {
    font-size: 10px !important;
  }
}

.adviser_wrap {
  background-color: #000000;
  padding: 40px;
}
@media only screen and (max-width: 768px) {
  .adviser_wrap {
    padding: 38px min(6.2vw, 24px);
  }
}
.adviser_wrap .adviser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .adviser_wrap .adviser {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.adviser_wrap .adviser:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
@media only screen and (max-width: 768px) {
  .adviser_wrap .adviser {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.adviser_wrap .adviser .inner_r01 {
  background: url(https://assets.kms3.com/prod/img-corporate/corporate/adviser_01.webp);
}
@media only screen and (max-width: 768px) {
  .adviser_wrap .adviser .inner_r01 {
    display: block;
    width: 100% !important;
    height: 56vw !important;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center 20%;
    background-size: cover !important;
    max-width: none !important;
    background: url(https://assets.kms3.com/prod/img-corporate/corporate/adviser_01_sp.webp);
  }
}
.adviser_wrap .adviser .inner_r02 {
  background: url(https://assets.kms3.com/prod/img-corporate/corporate/adviser_02.webp);
}
@media only screen and (max-width: 768px) {
  .adviser_wrap .adviser .inner_r02 {
    display: block;
    width: 100% !important;
    height: 56vw !important;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center 20%;
    background-size: cover !important;
    max-width: none !important;
    background: url(https://assets.kms3.com/prod/img-corporate/corporate/adviser_02_sp.webp);
  }
}
.adviser_wrap .adviser .inner_r01, .adviser_wrap .adviser .inner_r02 {
  width: 27%;
  max-width: 166px;
  height: min(34vw, 340px);
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}
.adviser_wrap .adviser .inner_r01 .adviser_name, .adviser_wrap .adviser .inner_r02 .adviser_name {
  width: 100%;
  background-color: #000000;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  padding-left: 10px;
}
@media only screen and (max-width: 768px) {
  .adviser_wrap .adviser .inner_r01 .adviser_name, .adviser_wrap .adviser .inner_r02 .adviser_name {
    padding-left: 0px;
  }
}
.adviser_wrap .adviser .inner_r01 .adviser_name p, .adviser_wrap .adviser .inner_r02 .adviser_name p {
  font-size: clamp(12px, 1.4vw, 16px);
  font-weight: 500;
  margin-bottom: 8px;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .adviser_wrap .adviser .inner_r01 .adviser_name p, .adviser_wrap .adviser .inner_r02 .adviser_name p {
    font-size: 16px;
    display: inline-block;
    padding-top: 14px;
    padding-right: 10px;
  }
}
.adviser_wrap .adviser .inner_r01 .adviser_name span, .adviser_wrap .adviser .inner_r02 .adviser_name span {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .adviser_wrap .adviser .inner_r01 .adviser_name span, .adviser_wrap .adviser .inner_r02 .adviser_name span {
    font-size: 10px;
  }
}
.adviser_wrap .adviser .inner_l {
  width: 73%;
  color: #ffffff;
  font-size: 12px;
  line-height: 2;
  padding-left: 30px;
}
@media only screen and (max-width: 768px) {
  .adviser_wrap .adviser .inner_l {
    width: 100%;
    height: auto;
    padding: 0;
    font-size: 10px;
  }
}

.common_cate_header {
  position: fixed;
  overflow: hidden;
  width: 100%;
  top: 0;
}
.common_cate_header.img_none {
  height: 238px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), color-stop(50%, #ffffff), to(transparent));
  background: linear-gradient(to bottom, #f3f3f3 0%, #ffffff 50%, transparent 100%);
}
@media only screen and (max-width: 768px) {
  .common_cate_header.img_none {
    height: 54px;
    background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), color-stop(50%, #ffffff), to(transparent));
    background: linear-gradient(to bottom, #f3f3f3 0%, #ffffff 50%, transparent 100%);
  }
}
@media only screen and (max-width: 768px) {
  .common_cate_header {
    height: 260px;
  }
  .common_cate_header video, .common_cate_header img {
    -webkit-transform: scale(1.7);
            transform: scale(1.7);
  }
}
@media only screen and (max-width: 428px) {
  .common_cate_header {
    height: 260px;
  }
  .common_cate_header video, .common_cate_header img {
    -webkit-transform: scale(1.35);
            transform: scale(1.35);
  }
}
.common_cate_header img {
  height: auto;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

@media only screen and (max-width: 768px) {
  .plr_0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .plr_24 {
    padding-left: min(6.2vw, 24px) !important;
    padding-right: min(6.2vw, 24px) !important;
  }
}
@media only screen and (max-width: 768px) {
  .maq_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 41px;
  }
  .maq_wrap .maq_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .maq_wrap .maq_cont.ani_10 {
    -webkit-animation: loop-text 10s linear infinite;
            animation: loop-text 10s linear infinite;
  }
  .maq_wrap .maq_cont .maq_txt {
    display: inline-block;
    white-space: nowrap;
    font-size: 50px;
    color: #000000;
    -webkit-text-stroke: 1px #2E2D2D;
    text-stroke: 1px #2E2D2D;
    paint-order: stroke;
  }
  @-webkit-keyframes loop-text {
    0% {
      -webkit-transform: translateX(0%);
              transform: translateX(0%);
    }
    100% {
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
    }
  }
  @keyframes loop-text {
    0% {
      -webkit-transform: translateX(0%);
              transform: translateX(0%);
    }
    100% {
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
    }
  }
}
.h2_others {
  position: relative;
  width: min(52.1vw, 1100px);
  text-align: center;
  white-space: nowrap;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media only screen and (max-width: 768px) {
  .h2_others {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 min(6.2vw, 24px) 30px min(6.2vw, 24px);
    left: 0%;
    -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0);
  }
}
.h2_others .contact {
  font-weight: 700;
  font-family: "Jost";
  font-size: min(9.4vw, 180px);
  line-height: 1;
  margin-bottom: min(4.8vw, 90px);
}
@media only screen and (max-width: 768px) {
  .h2_others .contact {
    margin-bottom: 0;
  }
}
.h2_others .contact .title_e {
  font-weight: 700;
  color: #00ADA6;
}
.h2_others .contact .title_j {
  font-size: clamp(16px, 2.1vw, 30px);
  font-weight: 500;
  font-family: "M PLUS 1";
  margin-left: -10px;
  padding-left: 40px;
}
@media only screen and (max-width: 768px) {
  .h2_others .contact .title_j {
    font-size: 10px;
    padding-left: 10px;
  }
}

.news_wrap .more_btn {
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .news_wrap {
    padding-top: min(17.2vw, 330px);
  }
}
.news_wrap .news_select {
  padding: min(4.2vw, 80px) 0 min(2.1vw, 40px) 0;
  border-bottom: 1px solid #000000;
  margin-bottom: clamp(30px, 4.2vw, 80px);
}
@media only screen and (max-width: 768px) {
  .news_wrap .news_select {
    padding: 0px 0 20px 0;
  }
}
.news_wrap .news_select .news_cont {
  width: 100%;
  max-width: 580px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .news_wrap .news_select .news_cont {
    padding-left: min(6.2vw, 24px);
    padding-right: min(6.2vw, 24px);
  }
}
.news_wrap .news_select .news_cont .news_list_wrap {
  font-weight: 500;
  font-size: clamp(12px, 1.4vw, 16px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .news_wrap .news_select .news_cont .news_list_wrap {
    margin-bottom: 10px;
  }
}
.news_wrap .news_select .news_cont .news_list_wrap:last-child {
  margin-bottom: 0;
}
.news_wrap .news_select .news_cont .news_list_wrap .news_list_title {
  width: 11%;
}
@media only screen and (max-width: 768px) {
  .news_wrap .news_select .news_cont .news_list_wrap .news_list_title {
    width: 100%;
    margin-bottom: 6px;
  }
}
.news_wrap .news_select .news_cont .news_list_wrap .news_list {
  width: 89%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  .news_wrap .news_select .news_cont .news_list_wrap .news_list {
    width: 100%;
  }
}
.news_wrap .news_select .news_cont .news_list_wrap .news_list .btn-box.news {
  margin-right: 6px;
  font-size: clamp(9px, 0.7vw, 12px);
}
.news_wrap .news_select .news_cont .news_list_wrap .news_list .btn-box.news:last-child {
  margin-right: 0;
}
.news_wrap .news_select .news_cont .news_list_wrap .selectbox::after {
  position: absolute;
  right: 15px;
  width: 10px;
  height: 7px;
  background-color: #000000;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  pointer-events: none;
}
.news_wrap .news_select .news_cont .news_list_wrap .selectbox select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  min-width: 180px;
  height: 32px;
  padding: 0;
  border: 1px solid #707070;
  border-radius: 3px;
  background-color: #fff;
  color: #000000;
  font-size: 12px;
  font-weight: 500;
  font-family: "M PLUS 1";
  cursor: pointer;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .news_wrap .news_select .news_cont .news_list_wrap .selectbox select {
    height: 25px;
  }
}

.top_sec_wrap .btn-box.blank_b.btn_bl::after {
  background-color: #ffffff;
}
.top_sec_wrap .btn_top {
  position: relative;
  text-decoration: none;
  background-color: #ffffff;
  color: #020202;
  text-align: center;
  z-index: 2;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #707070;
  box-sizing: border-box;
  padding: 0 0.9em 0 2.3em;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.top_sec_wrap .btn_top.btn_bl {
  background-color: #000000;
  color: #ffffff;
}
.top_sec_wrap .btn_top::after, .top_sec_wrap .btn_top::before {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.top_sec_wrap .btn_top::after {
  top: 0;
  left: -200px;
  width: 100%;
  height: 100%;
}
.top_sec_wrap:hover .btn-box.readmore.blank_b.btn_bl::after {
  background-color: #000000;
}
.top_sec_wrap:hover .btn-box.readmore::after {
  background-color: #ffffff;
  -webkit-transition: 0.6s !important;
  transition: 0.6s !important;
}
.top_sec_wrap:hover .btn_top {
  color: #fff;
  border: 1px solid #000000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
}
.top_sec_wrap:hover .btn_top::after {
  top: 0;
  left: 0;
  background-color: #000000;
}
.top_sec_wrap:hover .btn_top.btn_bl {
  color: #000000;
}
.top_sec_wrap:hover .btn_top.btn_bl::after {
  background-color: #ffffff;
}

section.under-news {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  section.under-news {
    padding-bottom: 40px;
  }
}
section.under-news .news-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  width: 100%;
  border-bottom: 1px solid #000000 !important;
  padding-bottom: 28px;
  margin-bottom: 28px !important;
}
@media only screen and (max-width: 768px) {
  section.under-news .news-list a {
    padding-bottom: 10px;
    margin-bottom: 10px !important;
    padding-right: min(6.2vw, 24px);
    padding-left: min(6.2vw, 24px);
  }
}
section.under-news .news-list a:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
section.under-news .news-list a figure {
  width: 25%;
  height: 140px;
  aspect-ratio: 210/140;
  margin-right: 50px;
  position: relative;
  overflow: hidden;
  background-color: #f5f5f5;
}
@media only screen and (max-width: 768px) {
  section.under-news .news-list a figure {
    width: 40%;
    max-width: 134px;
    height: 88px;
    margin-right: 16px;
  }
}
section.under-news .news-list a figure img {
  max-width: none;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
section.under-news .news-list a .news_txt_wrap {
  width: 68%;
}
@media only screen and (max-width: 768px) {
  section.under-news .news-list a .news_txt_wrap {
    width: 53%;
    position: relative;
  }
}
section.under-news .news-list a .news_time {
  font-family: "Jost", serif;
  font-weight: 500;
  font-size: clamp(16px, 2.1vw, 30px);
  line-height: 1;
  margin-bottom: 6px;
}
section.under-news .news-list a .news_cate {
  font-family: "Jost", serif;
  font-weight: 500;
  font-size: clamp(12px, 1.1vw, 20px);
  margin-bottom: 26px;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  section.under-news .news-list a .news_cate {
    display: none;
  }
}
section.under-news .news-list a .news_txt {
  font-weight: 500;
  font-size: clamp(12px, 1.4vw, 16px);
  line-height: 1.4;
}

.news-detail {
  max-width: 1045px;
  margin: 160px auto 0;
}

@media screen and (max-width: 767px) {
  .news-detail {
    width: 100%;
    padding-left: min(6.2vw, 24px);
    padding-right: min(6.2vw, 24px);
    margin-top: 40px;
  }
}
.news-detail .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.news-detail .flex .date {
  font-size: 2rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .news-detail .flex .date {
    font-size: 1.4rem;
  }
}
.news-detail .flex .cate {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  margin-left: 10px;
  width: 125px;
  padding: 1px 0;
  display: block;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .news-detail .flex .cate {
    font-size: 1.4rem;
  }
}
.news-detail .flex .cate.corporate {
  background: #dae000;
}

.news-detail .flex .cate.game {
  background: #a40b5d;
}

.news-detail h2 {
  font-size: 3.6rem;
  font-weight: 800;
  color: #3e3a39;
  line-height: 1.6em;
  margin-bottom: 105px;
}

@media screen and (max-width: 767px) {
  .news-detail h2 {
    font-size: 5vw;
    margin-bottom: 30px;
  }
}
.news-detail .detail-box {
  max-width: 900px;
  margin: 0 auto 60px;
}

.news-detail .detail-box strong {
  font-weight: 800;
}

@media screen and (max-width: 767px) {
  .news-detail .detail-box {
    width: 100%;
  }
}
.news-detail .detail-box img {
  margin: 0 auto 10px auto;
}

@media screen and (max-width: 767px) {
  .news-detail .detail-box img {
    margin: 10px auto　20px auto;
  }
}
.news-detail .detail-box p {
  font-size: 1.6rem;
  line-height: 1.8em;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .news-detail .detail-box p {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
}
.news-detail .detail-box h3 {
  font-size: 2rem;
  color: #3e3a39;
  font-weight: 500;
  padding-bottom: 30px;
  border-bottom: 2px solid #3e3a39;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .news-detail .detail-box h3 {
    font-size: 4.2vw;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
.news-detail .detail-box .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 30px;
}

.news-detail .detail-box .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.news-detail .detail-box .tac {
  text-align: center;
}

.news-detail .detail-box h4 {
  font-size: 2rem;
  color: #3e3a39;
  font-weight: 800;
  padding-bottom: 10px;
  border-bottom: 2px solid #3e3a39;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .news-detail .detail-box h4 {
    font-size: 4.2vw;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}
.news-detail .btn-box.readmore {
  margin: 70px auto 138px auto;
}
@media screen and (max-width: 767px) {
  .news-detail .btn-box.readmore {
    margin: 50px auto 60px auto;
  }
}

.more_btn {
  outline: none;
  height: 100px;
  width: 200px;
  display: block;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  p.news_time.sp_only {
    font-size: 10px !important;
    position: absolute;
    margin: 0 !important;
    bottom: 10px;
  }
  section.under-news .news-list a .news_txt {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* 行数を指定 */
  }
}
.mt_contact {
  margin-top: min(12.9vw, 247px) !important;
}
@media only screen and (max-width: 768px) {
  .mt_contact {
    margin-top: inherit !important;
  }
}

#message {
  margin-top: 220px;
  position: relative;
  z-index: 3;
  font-weight: 500;
  font-size: clamp(12px, 1.4vw, 16px);
  line-height: 2.1;
  padding-top: 70px;
  padding-bottom: min(9.2vw, 140px);
}
@media only screen and (max-width: 768px) {
  #message {
    margin-top: 120px;
    padding-top: 30px;
    padding-bottom: 80px;
  }
}
#message .common_wrap {
  max-width: 800px;
}
#message .common_container {
  padding-bottom: min(4.1vw, 78px);
}
@media only screen and (max-width: 768px) {
  #message .common_container {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 768px) {
  #message .message_cont {
    padding: 0 min(6.2vw, 24px);
  }
}
#message .message_cont p {
  margin-bottom: min(2.1vw, 40px);
}
@media only screen and (max-width: 768px) {
  #message .message_cont p {
    margin-bottom: 20px;
  }
}
#message .message_cont .name {
  padding-top: 20px;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  #message .message_cont .name {
    padding: 0;
  }
}

#company, #history {
  margin-top: 33.2vw;
  position: relative;
  padding-top: 140px;
  padding-bottom: min(9.2vw, 140px);
  z-index: 3;
  background-color: #ffffff;
}
@media only screen and (max-width: 768px) {
  #company, #history {
    margin-top: min(69.2vw, 260px);
    padding-top: 30px;
    padding-bottom: 40px;
  }
  #company .service_img, #history .service_img {
    margin-bottom: 10px;
  }
  #company .service_img img, #history .service_img img {
    width: 100%;
  }
  #company .btn-box, #history .btn-box {
    display: none;
  }
}
#company .common_container, #history .common_container {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: min(89vw, 1000px);
  margin: 0 auto;
}
#company .common_container .logo_vertical, #history .common_container .logo_vertical {
  width: 17%;
  max-width: 165px;
}
@media only screen and (max-width: 768px) {
  #company .common_container .logo_vertical, #history .common_container .logo_vertical {
    display: none;
  }
}
#company .common_container .company_list_wrap, #history .common_container .company_list_wrap {
  width: 72%;
  max-width: 720px;
}
#company .common_container .company_list_wrap.wrap_100, #history .common_container .company_list_wrap.wrap_100 {
  width: 100%;
  max-width: 1000px;
}
@media only screen and (max-width: 768px) {
  #company .common_container .company_list_wrap, #history .common_container .company_list_wrap {
    width: 100%;
  }
}
#company .common_container .company_list_wrap .company_list, #history .common_container .company_list_wrap .company_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #000000;
  padding-bottom: 26px;
  margin-bottom: 26px;
}
@media only screen and (max-width: 768px) {
  #company .common_container .company_list_wrap .company_list, #history .common_container .company_list_wrap .company_list {
    padding-bottom: 20px;
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 20px;
  }
}
#company .common_container .company_list_wrap .company_list:last-child, #history .common_container .company_list_wrap .company_list:last-child {
  margin-bottom: 0;
  border: none;
}
#company .common_container .company_list_wrap .company_list.list_l, #history .common_container .company_list_wrap .company_list.list_l {
  margin-bottom: min(6.3vw, 120px);
  padding-bottom: 0;
  border: none !important;
}
@media only screen and (max-width: 768px) {
  #company .common_container .company_list_wrap .company_list.list_l, #history .common_container .company_list_wrap .company_list.list_l {
    margin-bottom: 60px;
  }
}
#company .common_container .company_list_wrap .company_list p, #history .common_container .company_list_wrap .company_list p {
  width: 25%;
  font-size: clamp(12px, 1.4vw, 16px);
  font-weight: 800;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  #company .common_container .company_list_wrap .company_list p, #history .common_container .company_list_wrap .company_list p {
    width: 100%;
    font-size: 14px;
  }
}
#company .common_container .company_list_wrap .company_list ul, #history .common_container .company_list_wrap .company_list ul {
  width: 75%;
  max-width: 540px;
}
@media only screen and (max-width: 768px) {
  #company .common_container .company_list_wrap .company_list ul, #history .common_container .company_list_wrap .company_list ul {
    margin-top: 4px;
    width: 100%;
    max-width: none;
  }
}
#company .common_container .company_list_wrap .company_list ul li, #history .common_container .company_list_wrap .company_list ul li {
  font-size: clamp(12px, 1.4vw, 16px);
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  #company .common_container .company_list_wrap .company_list ul li, #history .common_container .company_list_wrap .company_list ul li {
    font-size: 10px;
  }
}
#company .common_container .company_list_wrap .company_list ul li span, #history .common_container .company_list_wrap .company_list ul li span {
  font-size: 12px;
}
@media only screen and (max-width: 768px) {
  #company .common_container .company_list_wrap .company_list ul li span, #history .common_container .company_list_wrap .company_list ul li span {
    font-size: 10px;
  }
}

@media only screen and (max-width: 768px) {
  #history .common_container {
    width: 100%;
    padding-left: min(6.2vw, 24px);
    padding-right: min(6.2vw, 24px);
  }
}
@media only screen and (max-width: 768px) {
  #history .company_list {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
#history .company_list p {
  width: 11%;
  max-width: 105px;
  font-weight: 500 !important;
  font-family: "Jost" !important;
}
#history .company_list ul {
  width: 87.5% !important;
  max-width: none !important;
}
@media only screen and (max-width: 768px) {
  #history .company_list ul {
    padding-left: 16px;
    padding-right: 16px;
    width: 100% !important;
  }
}
#history .company_list .month_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 10px;
}
#history .company_list .month_wrap:last-child {
  margin-bottom: 0;
}
#history .company_list .month_wrap .month {
  width: 20px;
  margin-right: 14px;
  margin-bottom: 0;
  font-size: clamp(12px, 1.4vw, 16px) !important;
}
#history .company_list .month_wrap .month_txt {
  width: 100%;
  margin-bottom: 0;
  font-size: clamp(12px, 1.4vw, 16px) !important;
}

#company {
  margin-top: 220px;
  padding-top: 150px;
  padding-bottom: min(10.9vw, 210px);
}
@media only screen and (max-width: 768px) {
  #company {
    margin-top: 120px;
    padding-top: 30px;
    padding-bottom: 0;
  }
  #company .common_container {
    padding-bottom: 0;
    width: 100%;
  }
  #company .company_list {
    margin-left: min(6.2vw, 24px) !important;
    margin-right: min(6.2vw, 24px) !important;
    width: auto !important;
  }
}

#access {
  position: relative;
  z-index: 3;
  margin-top: 220px;
  padding-top: 80px;
  padding-bottom: min(6.3vw, 120px);
}
@media only screen and (max-width: 768px) {
  #access {
    margin-top: 120px;
    padding-top: 30px;
    padding-bottom: 54px;
  }
  #access .common_container {
    padding-bottom: 0;
  }
}
#access .access_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
}
#access .access_list .access_title {
  width: 18%;
  font-size: clamp(12px, 1.4vw, 16px);
  font-weight: 800;
}
@media only screen and (max-width: 768px) {
  #access .access_list .access_title {
    width: 100%;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 10px;
  }
}
#access .access_list .access_txt {
  width: 82%;
  font-size: clamp(12px, 1.4vw, 16px);
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  #access .access_list .access_txt {
    width: 100%;
    font-size: 10px;
    margin-bottom: 30px;
  }
}
#access .access_list .access_txt span {
  font-size: 12px;
}
#access .access_list .access_txt span a {
  color: #3654D3;
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  #access .access_list .access_txt span {
    font-size: 10px;
  }
}
#access .ggmap {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 46.25%;
  position: relative;
}
#access .ggmap iframe {
  width: 100%;
}
#access .gg-link {
  font-size: clamp(12px, 1.4vw, 16px);
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #access .gg-link {
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  #access .gg-link span {
    display: none;
  }
}
#access .gg-link a {
  color: #2B6AF7;
}

#mvc {
  background: url(https://assets.kms3.com/prod/img-corporate/corporate/mvc_bg.webp) no-repeat right top min(5.2vw, 100px);
  background-size: min(89vw, 1700px);
  content: "";
  margin-top: 220px;
  padding-top: 90px;
  padding-bottom: min(9.6vw, 184px);
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  #mvc {
    background: url(https://assets.kms3.com/prod/img-corporate/corporate/mvc_bg.webp) no-repeat 59.5% 2.5%;
    background-size: min(102vw, 1357px);
    margin-top: 120px;
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
#mvc .mvc_logo {
  text-align: center;
  padding-top: min(6.3vw, 120px);
}
@media only screen and (max-width: 768px) {
  #mvc .mvc_logo {
    display: none;
  }
}
#mvc .mvc_logo img {
  max-height: 82px;
}
#mvc .mvc_inner {
  padding: 0 24px;
}
@media only screen and (max-width: 768px) {
  #mvc .mvc_inner {
    padding: 0;
  }
}
#mvc .mvc_container {
  text-align: center;
}
#mvc .mvc_container h3 {
  color: #020202;
  font-size: clamp(30px, 2.9vw, 54px);
  font-weight: 500;
  margin-top: min(2vw, 24px);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media only screen and (max-width: 768px) {
  #mvc .mvc_container h3.vision {
    font-size: 25px;
    line-height: 1.5v;
  }
}
#mvc .mvc_container .mvc_txt {
  font-size: clamp(12px, 1.4vw, 16px);
  font-weight: 500;
  line-height: 2;
  padding-top: min(1.6vw, 30px);
}
@media only screen and (max-width: 768px) {
  #mvc .mvc_container .mvc_txt {
    padding: 10px 10px 0 10px;
    font-size: 10px;
  }
}
#mvc .cont_sub_title_e {
  font-size: clamp(16px, 2.1vw, 30px);
  font-weight: 500 !important;
}
@media only screen and (max-width: 768px) {
  #mvc .cont_sub_title_e {
    padding-top: 0;
  }
}
#mvc .cont_sub_title_e span {
  font-size: 8px;
  font-weight: 500 !important;
}
#mvc .cont_sub_title_e.pt_vision {
  padding-top: min(7.8vw, 150px);
}
@media only screen and (max-width: 768px) {
  #mvc .cont_sub_title_e.pt_vision {
    padding-top: 50px;
  }
}
#mvc .cont_sub_title_e.pt_credo {
  padding-top: min(11.5vw, 220px);
}
@media only screen and (max-width: 768px) {
  #mvc .cont_sub_title_e.pt_credo {
    padding-top: 50px;
  }
}
#mvc .mask-button {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, transparent));
  background-image: linear-gradient(to right, transparent 50%, transparent 50%);
  background-size: 200% 100%;
  background-position-x: 100%;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  padding: 0;
  display: inline-block;
  line-height: 1.05;
}
#mvc .mask-button.on {
  background-position-x: 0;
}
#mvc .mask-button.on .mask-button_inner {
  background-position-x: 0;
}
#mvc .mask-button .mask-button_inner {
  display: inline-block;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #00ada6), color-stop(50%, #020202));
  background-image: linear-gradient(to right, #00ada6 50%, #020202 50%);
  background-clip: text;
  -webkit-background-clip: text;
  background-size: inherit;
  color: transparent;
  background-position-x: 100%;
  -webkit-transition: inherit;
  transition: inherit;
}
@media only screen and (max-width: 768px) {
  #mvc .mask-button .mask-button_inner {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #00ada6), color-stop(50%, #00ada6));
    background-image: linear-gradient(to right, #00ada6 50%, #00ada6 50%);
  }
}
#mvc .service_txt_box p {
  font-size: clamp(10px, 1.4vw, 16px);
}
@media only screen and (max-width: 768px) {
  #mvc .service_txt_box p {
    font-size: 10px;
    line-height: 1.6;
  }
}
#mvc .service_txt_box p.box_title {
  font-size: clamp(16px, 2.1vw, 30px);
}
@media only screen and (max-width: 768px) {
  #mvc .service_txt_box p.box_title {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.1;
  }
}

#sustainability {
  margin-top: 33.2vw;
  padding-top: 130px;
  padding-bottom: min(12.5vw, 240px);
  position: relative;
  z-index: 3;
  background-color: #ffffff;
}
#sustainability .common_wrap {
  max-width: 800px;
}
@media only screen and (max-width: 768px) {
  #sustainability {
    margin-top: min(69.2vw, 260px);
    padding-top: 0px;
    padding-bottom: 54px;
  }
  #sustainability .service_img {
    margin-bottom: 10px;
  }
  #sustainability .service_img img {
    width: 100%;
  }
  #sustainability .btn-box {
    display: none;
  }
}
#sustainability .service_txt {
  padding: min(1.9vw, 36px) 0 min(2.5vw, 48px) 0;
  margin-bottom: 0;
  display: block;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  #sustainability .service_txt {
    padding: 24px 0 50px 0;
    line-height: 1.6;
  }
}
#sustainability .service_txt_box {
  padding: min(1.4vw, 26px) 0;
  margin-bottom: 0 !important;
  display: block !important;
  line-height: 2 !important;
}
@media only screen and (max-width: 768px) {
  #sustainability .service_txt_box {
    padding: 25px 0 !important;
  }
}
#sustainability .service_txt_box .box_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#sustainability .service_txt_box .box_title span {
  margin-left: 4px;
  width: min(5.3vw, 34px);
}
#sustainability .service_txt_box .box_title span:first-child {
  margin-left: min(3.4vw, 15px);
}
#sustainability .sustainability_inner {
  padding-bottom: min(3.7vw, 70px);
}
#sustainability .sustainability_inner:last-child {
  padding-bottom: 0;
}
@media only screen and (max-width: 768px) {
  #sustainability .sustainability_inner {
    padding-left: min(6.2vw, 24px);
    padding-right: min(6.2vw, 24px);
  }
}
#sustainability .cont_sub_title_e {
  margin-bottom: 20px;
  font-size: clamp(12px, 1.1vw, 20px);
}
#sustainability .cont_sub_title_e span {
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  #sustainability .cont_sub_title_e span {
    font-size: 10px;
  }
}
#sustainability .cont_sub_title_j {
  font-weight: 800;
}
#sustainability .cont_sub_title_j.attempt {
  border: 1px solid #707070;
  width: 306px;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: 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 min(1.9vw, 36px) auto;
  font-size: clamp(18px, 1.8vw, 24px);
  font-weight: 500;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  #sustainability .cont_sub_title_j.attempt {
    width: calc(100% - min(6.2vw, 24px) * 2);
    height: 34px;
    font-size: 16px;
    margin-bottom: 25px;
    margin-left: min(6.2vw, 24px);
    margin-right: min(6.2vw, 24px);
  }
}
#sustainability .sustainability_img {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 650px;
  margin: 0 auto min(5.8vw, 110px) auto;
}
@media only screen and (max-width: 768px) {
  #sustainability .sustainability_img {
    margin: 0 auto 50px auto;
  }
}
#sustainability .sustainability_img .sus01 {
  width: 39%;
  max-width: 262px;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  #sustainability .sustainability_img .sus01 {
    width: 65%;
    max-width: none;
    margin: 0 auto 50px auto;
  }
}
#sustainability .sustainability_img .sus02 {
  width: 61%;
  max-width: 352px;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  #sustainability .sustainability_img .sus02 {
    width: 100%;
    max-width: none;
  }
}
#sustainability .common_container {
  padding-bottom: 0;
}

#supports {
  position: relative;
  z-index: 3;
  margin-top: 220px;
  padding-top: 110px;
  padding-bottom: min(6.3vw, 120px);
}
@media only screen and (max-width: 768px) {
  #supports {
    margin-top: 120px;
    padding-top: 30px;
    padding-bottom: 54px;
  }
}
#supports .common_body {
  padding-left: 0;
  padding-right: 0;
}
#supports .supports_wrap {
  width: 100%;
  position: relative;
  margin-bottom: min(7.9vw, 150px);
}
#supports .supports_wrap:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  #supports .supports_wrap {
    padding-left: min(6.2vw, 24px);
    padding-right: min(6.2vw, 24px);
    margin-bottom: 50px;
  }
}
#supports .supports_wrap::before {
  position: absolute;
  left: 0;
  width: 35%;
  max-width: 758px;
  height: auto;
  aspect-ratio: 1518/2845;
  padding-top: 23%;
  background: url(https://assets.kms3.com/prod/img-corporate/recruit/supports_bg_l.webp);
  background-size: cover;
  content: "";
  background-position: right;
}
@media only screen and (max-width: 768px) {
  #supports .supports_wrap::before {
    display: none;
  }
}
#supports .supports_wrap .supports_cont {
  position: relative;
  max-width: 1040px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 768px) {
  #supports .supports_wrap .supports_cont {
    padding-left: 0;
    padding-right: 0;
  }
}
#supports .supports_wrap .supports_cont .supports_inner {
  width: min(56vw, 630px);
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  #supports .supports_wrap .supports_cont .supports_inner {
    width: 100% !important;
    margin: 0;
  }
}
#supports .supports_wrap .supports_cont .supports_inner .supports_title {
  color: #00ADA6;
  font-size: clamp(24px, 2.1vw, 40px);
  font-weight: 300;
  margin-bottom: 20px;
}
#supports .supports_wrap .supports_cont .supports_inner .supports_subtitle {
  color: #020202;
  font-size: clamp(16px, 1.1vw, 20px);
  font-weight: 500;
  border: 1px solid #707070;
  line-height: 1;
  padding: 10px 24px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  #supports .supports_wrap .supports_cont .supports_inner .supports_subtitle {
    padding: 8px 20px;
  }
}
#supports .supports_wrap .supports_cont .supports_inner ul {
  margin-left: 58px;
}
@media only screen and (max-width: 768px) {
  #supports .supports_wrap .supports_cont .supports_inner ul {
    margin: 0 auto;
    width: 79.5vw;
  }
}
#supports .supports_wrap .supports_cont .supports_inner ul li {
  font-size: clamp(12px, 1.4vw, 16px);
  font-weight: 400;
  margin-bottom: min(1.6vw, 30px);
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  #supports .supports_wrap .supports_cont .supports_inner ul li {
    margin-bottom: 20px;
  }
}
#supports .supports_wrap .supports_cont .supports_inner ul li:last-child {
  margin-bottom: min(2.6vw, 50px);
}
@media only screen and (max-width: 768px) {
  #supports .supports_wrap .supports_cont .supports_inner ul li:last-child {
    margin-bottom: 30px;
  }
}
#supports .supports_wrap .supports_cont .supports_inner ul li p {
  font-size: clamp(16px, 1.1vw, 20px);
  font-weight: 500;
  position: relative;
  padding-bottom: 5px;
}
#supports .supports_wrap .supports_cont .supports_inner ul li p::before {
  display: inline-block;
  content: "●";
  margin-left: -1.6em;
  padding-right: 10px;
  color: #D2DFE0;
}
@media only screen and (max-width: 768px) {
  #supports .supports_wrap .supports_cont .supports_inner ul li p::before {
    margin-left: 0;
    padding-right: 6px;
  }
}
#supports .supports_wrap .supports_cont .supports_inner ul li span {
  font-size: clamp(10px, 0.7vw, 12px);
}
@media only screen and (max-width: 768px) {
  #supports .supports_wrap .supports_cont .supports_inner ul li span {
    margin-top: 0 !important;
  }
}
#supports .supports_wrap.supports_r {
  width: 100%;
  position: relative;
}
#supports .supports_wrap.supports_r::before {
  display: none;
}
#supports .supports_wrap.supports_r::after {
  position: absolute;
  right: 0;
  top: 0;
  width: 35%;
  max-width: 758px;
  height: auto;
  aspect-ratio: 1518/2168;
  padding-top: 23%;
  background: url(https://assets.kms3.com/prod/img-corporate/recruit/supports_bg_r.webp);
  background-size: cover;
  content: "";
  background-position: right;
}
@media only screen and (max-width: 768px) {
  #supports .supports_wrap.supports_r::after {
    display: none;
  }
}
#supports .supports_wrap.supports_r .supports_cont .supports_inner {
  width: min(56vw, 630px);
  margin-left: 0;
  margin-right: auto;
}
#supports .supports_wrap.supports_r .supports_cont .supports_inner ul {
  margin-left: 58px;
}
@media only screen and (max-width: 768px) {
  #supports .supports_wrap.supports_r .supports_cont .supports_inner ul {
    margin-left: 18px;
    width: 94.5%;
  }
}
#supports .supports_wrap.supports_r .supports_cont .supports_inner ul li {
  margin-bottom: 20px;
}
#supports .supports_wrap.supports_r .supports_cont .supports_inner ul li .system {
  font-size: clamp(12px, 1.4vw, 16px);
  font-weight: 400;
}
#supports .supports_wrap.supports_r .supports_cont .supports_inner ul li .system li {
  text-indent: -1em;
  margin-left: -42px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  #supports .supports_wrap.supports_r .supports_cont .supports_inner ul li .system li {
    margin-left: -6px;
  }
}
#supports .supports_wrap.supports_r .supports_cont .supports_inner ul li .system span {
  display: block;
  margin-top: 10px;
}
#supports .supports_wrap.supports_r .supports_cont .supports_inner ul li .indent {
  font-size: clamp(12px, 1.4vw, 16px);
  font-weight: 400;
  padding-left: 0;
}
@media only screen and (max-width: 768px) {
  #supports .supports_wrap.supports_r .supports_cont .supports_inner ul li .indent {
    padding-left: 0;
  }
}
#supports .supports_wrap.supports_r .supports_cont .supports_inner ul li .indent span {
  display: inline-block;
}
#supports .supports_sp_img {
  display: none;
}
@media only screen and (max-width: 768px) {
  #supports .supports_sp_img {
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #supports .supports_sp_img .sp_img_100 {
    width: 100%;
    margin-bottom: 10px;
  }
  #supports .supports_sp_img .sp_img_50 {
    width: 49%;
  }
}

#office {
  position: relative;
  z-index: 3;
  margin-top: 220px;
  padding-top: 150px;
  padding-bottom: min(11.7vw, 224px);
}
@media only screen and (max-width: 768px) {
  #office {
    margin-top: 120px;
    padding-top: 30px;
    padding-bottom: 84px;
  }
  #office .common_container {
    padding-bottom: 0;
  }
}
#office .office_overview {
  margin-bottom: min(3.7vw, 70px);
}
@media only screen and (max-width: 768px) {
  #office .office_overview {
    margin-bottom: 40px;
  }
}
#office .office_overview p {
  font-weight: 800;
  font-size: clamp(18px, 1.8vw, 24px);
  line-height: 1.7;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  #office .office_overview p {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
#office .office_overview span {
  font-weight: 500;
  font-size: clamp(12px, 1.4vw, 16px);
  line-height: 1.7;
}
#office .office_img_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#office .office_img_wrap .office_img_01 {
  background: url(https://assets.kms3.com/prod/img-corporate/recruit/office_01.webp);
  background-size: cover;
  width: 66.66%;
  height: auto;
  aspect-ratio: 666/498;
}
@media only screen and (max-width: 768px) {
  #office .office_img_wrap .office_img_01 {
    width: 100%;
  }
}
#office .office_img_wrap .office_img_08 {
  background: url(https://assets.kms3.com/prod/img-corporate/recruit/office_08.webp);
  background-size: cover;
  width: 66.66%;
  height: auto;
  aspect-ratio: 666/498;
}
@media only screen and (max-width: 768px) {
  #office .office_img_wrap .office_img_08 {
    width: 100%;
  }
}
#office .office_img_wrap .office_img_12 {
  background: url(https://assets.kms3.com/prod/img-corporate/recruit/office_12.webp);
  background-size: cover;
  width: 66.66%;
  height: auto;
  aspect-ratio: 666/498;
}
@media only screen and (max-width: 768px) {
  #office .office_img_wrap .office_img_12 {
    width: 100%;
  }
}
#office .office_img_wrap .office_img_09 {
  background: url(https://assets.kms3.com/prod/img-corporate/recruit/office_09.webp);
  background-size: cover;
  width: 66.66%;
  height: auto;
  aspect-ratio: 1332/498;
}
@media only screen and (max-width: 768px) {
  #office .office_img_wrap .office_img_09 {
    display: none;
  }
}
#office .office_img_wrap .office_img_18 {
  background: url(https://assets.kms3.com/prod/img-corporate/recruit/office_18.webp);
  background-size: cover;
  width: 66.66%;
  height: auto;
  aspect-ratio: 1332/498;
}
@media only screen and (max-width: 768px) {
  #office .office_img_wrap .office_img_18 {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #office .office_img_wrap .office_img_02-3_wrap, #office .office_img_wrap .office_img_13-14_wrap {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  #office .office_img_wrap .office_img_06-7_wrap {
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #office .office_img_wrap .office_img_06-7_wrap .office_img_06, #office .office_img_wrap .office_img_06-7_wrap .office_img_07 {
    width: 50% !important;
  }
}
#office .office_img_wrap .office_img_02-3_wrap,
#office .office_img_wrap .office_img_06-7_wrap,
#office .office_img_wrap .office_img_13-14_wrap {
  width: 33.33%;
}
#office .office_img_wrap .office_img_02-3_wrap .office_img_02,
#office .office_img_wrap .office_img_06-7_wrap .office_img_02,
#office .office_img_wrap .office_img_13-14_wrap .office_img_02 {
  background: url(https://assets.kms3.com/prod/img-corporate/recruit/office_02.webp);
  background-size: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 666/498;
}
#office .office_img_wrap .office_img_02-3_wrap .office_img_03,
#office .office_img_wrap .office_img_06-7_wrap .office_img_03,
#office .office_img_wrap .office_img_13-14_wrap .office_img_03 {
  background: url(https://assets.kms3.com/prod/img-corporate/recruit/office_03.webp);
  background-size: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 666/498;
}
#office .office_img_wrap .office_img_02-3_wrap .office_img_06,
#office .office_img_wrap .office_img_06-7_wrap .office_img_06,
#office .office_img_wrap .office_img_13-14_wrap .office_img_06 {
  background: url(https://assets.kms3.com/prod/img-corporate/recruit/office_06.webp);
  background-size: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 666/498;
}
#office .office_img_wrap .office_img_02-3_wrap .office_img_07,
#office .office_img_wrap .office_img_06-7_wrap .office_img_07,
#office .office_img_wrap .office_img_13-14_wrap .office_img_07 {
  background: url(https://assets.kms3.com/prod/img-corporate/recruit/office_07.webp);
  background-size: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 666/498;
}
#office .office_img_wrap .office_img_02-3_wrap .office_img_13,
#office .office_img_wrap .office_img_06-7_wrap .office_img_13,
#office .office_img_wrap .office_img_13-14_wrap .office_img_13 {
  background: url(https://assets.kms3.com/prod/img-corporate/recruit/office_13.webp);
  background-size: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 666/498;
}
#office .office_img_wrap .office_img_02-3_wrap .office_img_14,
#office .office_img_wrap .office_img_06-7_wrap .office_img_14,
#office .office_img_wrap .office_img_13-14_wrap .office_img_14 {
  background: url(https://assets.kms3.com/prod/img-corporate/recruit/office_14.webp);
  background-size: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 666/498;
}
#office .office_img_wrap .office_img_04 {
  background: url(https://assets.kms3.com/prod/img-corporate/recruit/office_04.webp);
  background-size: cover;
  width: 33.33%;
  height: auto;
  aspect-ratio: 666/498;
}
@media only screen and (max-width: 768px) {
  #office .office_img_wrap .office_img_04 {
    width: 50%;
  }
}
#office .office_img_wrap .office_img_05 {
  background: url(https://assets.kms3.com/prod/img-corporate/recruit/office_05.webp);
  background-size: cover;
  width: 33.33%;
  height: auto;
  aspect-ratio: 666/498;
}
@media only screen and (max-width: 768px) {
  #office .office_img_wrap .office_img_05 {
    width: 50%;
  }
}
#office .office_img_wrap .office_img_10 {
  background: url(https://assets.kms3.com/prod/img-corporate/recruit/office_10.webp);
  background-size: cover;
  width: 33.33%;
  height: auto;
  aspect-ratio: 666/498;
}
@media only screen and (max-width: 768px) {
  #office .office_img_wrap .office_img_10 {
    width: 50%;
  }
}
#office .office_img_wrap .office_img_11 {
  background: url(https://assets.kms3.com/prod/img-corporate/recruit/office_11.webp);
  background-size: cover;
  width: 33.33%;
  height: auto;
  aspect-ratio: 666/498;
}
@media only screen and (max-width: 768px) {
  #office .office_img_wrap .office_img_11 {
    width: 50%;
  }
}
#office .office_img_wrap .office_img_15 {
  background: url(https://assets.kms3.com/prod/img-corporate/recruit/office_15.webp);
  background-size: cover;
  width: 33.33%;
  height: auto;
  aspect-ratio: 666/498;
}
@media only screen and (max-width: 768px) {
  #office .office_img_wrap .office_img_15 {
    display: none;
  }
}
#office .office_img_wrap .office_img_16 {
  background: url(https://assets.kms3.com/prod/img-corporate/recruit/office_16.webp);
  background-size: cover;
  width: 33.33%;
  height: auto;
  aspect-ratio: 666/498;
}
@media only screen and (max-width: 768px) {
  #office .office_img_wrap .office_img_16 {
    width: 50%;
  }
}
#office .office_img_wrap .office_img_19 {
  background: url(https://assets.kms3.com/prod/img-corporate/recruit/office_19.webp);
  background-size: cover;
  width: 33.33%;
  height: auto;
  aspect-ratio: 666/498;
}
@media only screen and (max-width: 768px) {
  #office .office_img_wrap .office_img_19 {
    display: none;
  }
}
#office .office_img_wrap .office_img_20 {
  background: url(https://assets.kms3.com/prod/img-corporate/recruit/office_20.webp);
  background-size: cover;
  width: 33.33%;
  height: auto;
  aspect-ratio: 666/498;
}
@media only screen and (max-width: 768px) {
  #office .office_img_wrap .office_img_20 {
    display: none;
  }
}
#office .office_img_wrap .office_img_17 {
  background: url(https://assets.kms3.com/prod/img-corporate/recruit/office_17.webp);
  background-size: cover;
  width: 99.99%;
  height: auto;
  aspect-ratio: 1998/498;
}
@media only screen and (max-width: 768px) {
  #office .office_img_wrap .office_img_17 {
    width: 100%;
    aspect-ratio: 1332/498;
  }
}
#office .office_img_wrap .office_img_02_sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  #office .office_img_wrap .office_img_02_sp {
    display: block;
    background: url(https://assets.kms3.com/prod/img-corporate/recruit/office_02.webp);
    background-size: cover;
    width: 50%;
    height: auto;
    aspect-ratio: 666/498;
  }
}
#office .office_img_wrap .office_img_03_sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  #office .office_img_wrap .office_img_03_sp {
    display: block;
    background: url(https://assets.kms3.com/prod/img-corporate/recruit/office_03.webp);
    background-size: cover;
    width: 50%;
    height: auto;
    aspect-ratio: 666/498;
  }
}
#office .office_img_wrap .office_img_09_sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  #office .office_img_wrap .office_img_09_sp {
    display: block;
    background: url(https://assets.kms3.com/prod/img-corporate/recruit/office_09.webp);
    background-size: cover;
    width: 100%;
    height: auto;
    aspect-ratio: 1332/498;
  }
}
#office .office_img_wrap .office_img_13_sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  #office .office_img_wrap .office_img_13_sp {
    display: block;
    background: url(https://assets.kms3.com/prod/img-corporate/recruit/office_13.webp);
    background-size: cover;
    width: 50%;
    height: auto;
    aspect-ratio: 666/498;
  }
}
#office .office_img_wrap .office_img_14_sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  #office .office_img_wrap .office_img_14_sp {
    display: block;
    background: url(https://assets.kms3.com/prod/img-corporate/recruit/office_14.webp);
    background-size: cover;
    width: 50%;
    height: auto;
    aspect-ratio: 666/498;
  }
}
#office .office_img_wrap .office_img_15_sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  #office .office_img_wrap .office_img_15_sp {
    display: block;
    background: url(https://assets.kms3.com/prod/img-corporate/recruit/office_15.webp);
    background-size: cover;
    width: 50%;
    height: auto;
    aspect-ratio: 666/498;
  }
}
#office .office_img_wrap .office_img_19_sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  #office .office_img_wrap .office_img_19_sp {
    display: block;
    background: url(https://assets.kms3.com/prod/img-corporate/recruit/office_19.webp);
    background-size: cover;
    width: 50%;
    height: auto;
    aspect-ratio: 666/498;
  }
}
#office .office_img_wrap .office_img_20_sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  #office .office_img_wrap .office_img_20_sp {
    display: block;
    background: url(https://assets.kms3.com/prod/img-corporate/recruit/office_20.webp);
    background-size: cover;
    width: 50%;
    height: auto;
    aspect-ratio: 666/498;
  }
}
#office .office_img_wrap .office_txt {
  width: 33.33%;
  height: auto;
  aspect-ratio: 666/498;
  padding: 18px 44px 0 14px;
}
@media only screen and (max-width: 768px) {
  #office .office_img_wrap .office_txt {
    width: 100%;
    padding: 10px 0 36px 0;
    aspect-ratio: inherit;
  }
}
#office .office_img_wrap .office_txt p {
  font-size: clamp(12px, 3.5vw, 20px);
  font-weight: 500;
  line-height: 1;
  margin-bottom: 10px;
}
#office .office_img_wrap .office_txt span {
  font-size: clamp(10px, 3.5vw, 12px);
  font-weight: 500;
}

#others {
  margin-top: 33.2vw;
  padding-top: 54px;
  padding-bottom: min(3.9vw, 74px);
  position: relative;
  z-index: 3;
  background-color: #ffffff;
}
@media only screen and (max-width: 768px) {
  #others {
    margin-top: min(69.2vw, 260px);
    padding-top: 30px;
    padding-bottom: 54px;
  }
  #others .service_img {
    margin-bottom: 10px;
  }
  #others .service_img img {
    width: 100%;
  }
  #others .btn-box {
    display: none;
  }
}
#others .cont_sub_title_e {
  padding-top: 40px;
}
#game {
  margin-top: 33.2vw;
  padding-top: 100px;
  padding-bottom: min(11.8vw, 180px);
  position: relative;
  z-index: 3;
  background-color: #ffffff;
}
@media only screen and (max-width: 768px) {
  #game {
    margin-top: min(69.2vw, 260px);
    padding-top: 30px;
    padding-bottom: 60px;
  }
  #game .service_img {
    margin-bottom: 10px;
  }
  #game .service_img img {
    width: 100%;
  }
  #game .btn-box {
    display: none;
  }
}
#game .cont_sub_title_e {
  padding-top: 40px;
}
#game .common_wrap {
  max-width: 800px;
}
#game .common_container {
  padding-bottom: min(3.9vw, 74px);
}
@media only screen and (max-width: 768px) {
  #game .common_container {
    padding-bottom: 40px;
  }
}
#game .service_list_wrap .service_list .service_txt h4 {
  font-weight: 800;
}

#comic {
  padding-bottom: min(12vw, 230px);
}

#ai {
  padding-bottom: min(2.9vw, 56px);
}
@media only screen and (max-width: 768px) {
  #ai {
    overflow: hidden;
  }
}
#ai .daiverse_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: min(46.4vw, 446px);
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #ai .daiverse_wrap {
    height: min(84.4vw, 515px);
    margin-top: 50px;
  }
}
#ai .daiverse_wrap .daiverse {
  width: 36%;
  max-width: 284px;
  padding-left: 30px;
  padding-top: 10px;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  #ai .daiverse_wrap .daiverse {
    position: relative;
    padding: 0;
    top: 0%;
    left: 50%;
    -webkit-transform: translate(-50%, -340%);
            transform: translate(-50%, -340%);
    width: 39%;
    margin-top: -38px;
  }
}
#ai .daiverse_wrap .daiverse p {
  font-weight: 500;
  font-size: min(10vw, 14px);
  line-height: 1.4;
  margin: 20px 0 20px 46px;
}
#ai .daiverse_wrap .daiverse .btn-box {
  margin-left: 70px;
}
@media only screen and (max-width: 768px) {
  #ai .daiverse_wrap .daiverse .btn-box {
    display: none;
  }
}
#ai .daiverse_wrap .daiverse_img {
  position: absolute;
  width: 84%;
  top: 0;
  right: -10%;
}
@media only screen and (max-width: 768px) {
  #ai .daiverse_wrap .daiverse_img {
    width: 100%;
    top: 20px;
    right: 0;
  }
}
#ai .daiverse_wrap .daiverse_img .btn-box {
  display: none;
}
@media only screen and (max-width: 768px) {
  #ai .daiverse_wrap .daiverse_img .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 0;
    top: 0%;
    left: 50%;
    line-height: 1.3;
    font-size: 10px;
    -webkit-transform: translate(-50%, -120%);
    transform: translate(-50%, -110%);
    margin-top: 20px;
  }
}
@media only screen and (max-width: 768px) {
  #ai .daiverse_wrap .daiverse_img p {
    width: 54vw;
    position: relative;
    padding: 0;
    top: 0%;
    left: 50%;
    line-height: 1.3;
    font-size: 10px;
    -webkit-transform: translate(-50%, -120%);
            transform: translate(-50%, -120%);
  }
}
#ai .ai_subbox {
  background-color: #F9F5D4;
  padding: 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #ai .ai_subbox {
    top: 58px !important;
  }
}
#ai .ai_subbox .ai_attempt_title {
  width: 100%;
}
#ai .ai_subbox .ai_attempt_title p {
  width: 184px;
  text-align: center;
  background-color: #000000;
  color: #ffffff;
  font-family: "M PLUS 1";
  font-weight: 300;
  font-size: clamp(12px, 1.1vw, 20px);
}
@media only screen and (max-width: 768px) {
  #ai .ai_subbox .ai_attempt_title p {
    width: 100%;
    font-size: 14px;
  }
}
#ai .ai_subbox .ai_attempt_txt {
  max-width: 484px;
  margin-left: auto;
  margin-right: 40px;
}
@media only screen and (max-width: 768px) {
  #ai .ai_subbox .ai_attempt_txt {
    margin: 0;
    padding: 40px 40px 78px 40px;
    max-width: none;
  }
}
#ai .ai_subbox .ai_attempt {
  position: absolute;
  width: min(26vw, 300px);
  top: min(2.9vw, 56px);
  left: calc(min(3.1vw, 60px) * -1);
}
@media only screen and (max-width: 768px) {
  #ai .ai_subbox .ai_attempt {
    top: initial;
    left: initial;
    right: 40px;
    bottom: -11%;
    width: min(42vw, 300px);
  }
}
#ai .ai_subbox .subbox_ai_cont {
  position: relative;
}
@media only screen and (max-width: 768px) {
  #ai .ai_subbox .subbox_ai_cont {
    margin-bottom: 34px;
  }
  #ai .ai_subbox .subbox_ai_cont:last-child {
    margin-bottom: 0;
  }
}
#ai .ai_subbox .subbox_ai_cont p {
  font-weight: 800;
  font-size: clamp(18px, 1.8vw, 24px);
  line-height: 1;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #000000;
}
@media only screen and (max-width: 768px) {
  #ai .ai_subbox .subbox_ai_cont p {
    font-size: 16px;
  }
}
#ai .ai_subbox .subbox_ai_cont span {
  font-weight: 500;
  font-size: clamp(12px, 1.4vw, 16px);
  display: block;
  padding-bottom: 30px;
  line-height: 1.5;
  position: relative;
}
#ai .ai_subbox .subbox_ai_cont span.last {
  padding-bottom: 0;
}
#ai .ai_subbox .subbox_ai_cont span.last:after {
  display: none;
}
@media only screen and (max-width: 768px) {
  #ai .ai_subbox .subbox_ai_cont span {
    font-size: 12px;
    line-height: 1.6;
    padding-bottom: 0;
  }
}
#ai .list_box1.rel {
  margin-top: min(5.2vw, 100px);
}
@media only screen and (max-width: 768px) {
  #ai .list_box1.rel {
    margin-top: min(43.8vw, 156px);
    margin-bottom: 50px;
  }
}
#ai .revolution {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 474px;
}
@media only screen and (max-width: 768px) {
  #ai .revolution {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    height: auto;
    padding-left: 8.7vw;
  }
}
#ai .revolution::after {
  content: "";
  display: inline-block;
  width: 23%;
  height: auto;
  aspect-ratio: 360/948;
  background-image: url(https://assets.kms3.com/prod/img-corporate/service/revolution_03.webp);
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  #ai .revolution::after {
    width: min(65vw, 280px);
    margin-left: min(36vw, 170px);
  }
}
#ai .revolution .revo_cont {
  width: 39%;
  max-width: 312px;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  #ai .revolution .revo_cont {
    width: 57vw;
    margin-bottom: 56px;
    max-width: 280px;
    margin-right: 10vw;
  }
}
#ai .revolution .revo_cont p {
  font-weight: 800;
  font-size: clamp(18px, 1.8vw, 24px);
  line-height: 1.3;
  margin-bottom: 18px;
}
@media only screen and (max-width: 768px) {
  #ai .revolution .revo_cont p {
    font-size: 17px;
    margin-bottom: 12px;
  }
}
#ai .revolution .revo_cont span {
  font-size: clamp(12px, 1.4vw, 16px);
  font-weight: 500;
  line-height: 1.6;
  padding-top: 24px;
  padding-left: 10px;
  display: block;
}
#ai .revolution .revo_cont span.span_l {
  width: min(28.7vw, 282px);
}
#ai .revolution .revo_cont span.span_r {
  width: min(28.7vw, 292px);
}
@media only screen and (max-width: 768px) {
  #ai .revolution .revo_cont span {
    font-size: 12px;
    padding-top: 16px;
    padding-left: 8px;
    padding-right: 8px;
    width: 100% !important;
  }
}

#advertising {
  padding-bottom: min(4.7vw, 90px);
}
#advertising .common_container {
  padding-bottom: min(5.8vw, 110px) !important;
}
@media only screen and (max-width: 768px) {
  #advertising .common_container {
    padding-bottom: 56px !important;
  }
}
#advertising .list_subbox {
  background-color: #F9F5D4;
  padding: 38px 18px;
  margin: min(3.5vw, 68px) 0 min(2.6vw, 46px) 0 !important;
}
@media only screen and (max-width: 768px) {
  #advertising .list_subbox {
    padding: 25px 42px;
    margin-top: 28px;
    margin-bottom: 0;
  }
}
#advertising .advertising_img img {
  margin-top: min(3.1vw, 60px);
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  #advertising .advertising_img img {
    margin-top: 50px;
  }
}
#advertising .advertising_img p {
  text-align: center;
  margin-bottom: min(3.1vw, 60px);
}
#advertising .achieve {
  margin-bottom: 20px;
}
#advertising .achieve .emphasis {
  margin-bottom: 10px !important;
}
#advertising .achieve .gif {
  text-align: center;
}
#advertising .achieve .gif img {
  max-width: 100px;
  margin: 50px 0;
}
#advertising .achieve .work li {
  width: 32% !important;
  margin: 0 !important;
}
@media only screen and (max-width: 768px) {
  #advertising .achieve .work li {
    width: 100% !important;
    margin-bottom: 10px !important;
  }
}
#advertising .achieve .work li span {
  font-size: 10px;
  font-weight: 500;
}
#advertising .top_btn_wrap {
  margin-top: min(3.1vw, 58px);
}

#comic, #advertising, #ai {
  margin-top: 33.2vw;
  position: relative;
  z-index: 3;
  padding-top: 90px;
  background-color: #ffffff;
}
@media only screen and (max-width: 768px) {
  #comic, #advertising, #ai {
    margin-top: min(69.2vw, 260px);
    padding-top: 30px;
    padding-bottom: 60px;
  }
  #comic .service_img, #advertising .service_img, #ai .service_img {
    margin-bottom: 10px;
  }
  #comic .service_img img, #advertising .service_img img, #ai .service_img img {
    width: 100%;
  }
}
#comic .cont_sub_title_e, #advertising .cont_sub_title_e, #ai .cont_sub_title_e {
  padding-top: 40px;
}
#comic .common_wrap, #advertising .common_wrap, #ai .common_wrap {
  max-width: 800px;
}
#comic .common_container, #advertising .common_container, #ai .common_container {
  padding-bottom: min(4.2vw, 80px);
}
@media only screen and (max-width: 768px) {
  #comic .common_container, #advertising .common_container, #ai .common_container {
    padding-bottom: 56px;
  }
}
#comic .common_container p, #advertising .common_container p, #ai .common_container p {
  line-height: 1.4;
}
#comic .service_list_cont h3, #advertising .service_list_cont h3, #ai .service_list_cont h3 {
  margin-bottom: 30px;
}
#comic .service_list_cont .emphasis, #advertising .service_list_cont .emphasis, #ai .service_list_cont .emphasis {
  font-weight: 800;
  font-size: clamp(14px, 1.4vw, 16px);
  line-height: 1.6;
}
#comic .service_list_cont .list_box1, #advertising .service_list_cont .list_box1, #ai .service_list_cont .list_box1 {
  text-align: center;
  padding: 0 min(6.2vw, 24px);
}
#comic .service_list_cont .list_box1 .list_img, #advertising .service_list_cont .list_box1 .list_img, #ai .service_list_cont .list_box1 .list_img {
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  #comic .service_list_cont .list_box1 .list_img, #advertising .service_list_cont .list_box1 .list_img, #ai .service_list_cont .list_box1 .list_img {
    margin-bottom: 10px;
  }
}
#comic .service_list_cont .list_box1 .btn-box.readmore, #advertising .service_list_cont .list_box1 .btn-box.readmore, #ai .service_list_cont .list_box1 .btn-box.readmore {
  margin: min(1.8vw, 34px) auto min(1.4vw, 26px) auto;
}
@media only screen and (max-width: 768px) {
  #comic .service_list_cont .list_box1 .btn-box.readmore, #advertising .service_list_cont .list_box1 .btn-box.readmore, #ai .service_list_cont .list_box1 .btn-box.readmore {
    margin: 26px auto 50px auto;
  }
}
@media only screen and (max-width: 768px) {
  #comic .service_list_cont .list_box1 .emphasis, #advertising .service_list_cont .list_box1 .emphasis, #ai .service_list_cont .list_box1 .emphasis {
    font-size: 14px;
    line-height: 1.8;
  }
}
#comic .service_list_cont .list_box1 .emphasis.f24, #advertising .service_list_cont .list_box1 .emphasis.f24, #ai .service_list_cont .list_box1 .emphasis.f24 {
  font-size: clamp(14px, 1.8vw, 24px);
  font-weight: 500;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  #comic .service_list_cont .list_box1 .emphasis.f24, #advertising .service_list_cont .list_box1 .emphasis.f24, #ai .service_list_cont .list_box1 .emphasis.f24 {
    font-size: 14px;
  }
}
#comic .service_list_cont .comic_img, #advertising .service_list_cont .comic_img, #ai .service_list_cont .comic_img {
  margin-bottom: min(2.6vw, 46px);
}
@media only screen and (max-width: 768px) {
  #comic .service_list_cont .comic_img, #advertising .service_list_cont .comic_img, #ai .service_list_cont .comic_img {
    margin-bottom: 46px;
  }
}
#comic .service_list_cont .comic_flow, #advertising .service_list_cont .comic_flow, #ai .service_list_cont .comic_flow {
  margin-bottom: min(6.6vw, 126px);
}
@media only screen and (max-width: 768px) {
  #comic .service_list_cont .comic_flow, #advertising .service_list_cont .comic_flow, #ai .service_list_cont .comic_flow {
    margin-bottom: 40px;
  }
}
#comic .service_list_cont .list_box2, #advertising .service_list_cont .list_box2, #ai .service_list_cont .list_box2 {
  text-align: center;
  margin-bottom: min(6.6vw, 126px);
}
@media only screen and (max-width: 428px) {
  #comic .service_list_cont .list_box2, #advertising .service_list_cont .list_box2, #ai .service_list_cont .list_box2 {
    margin-bottom: 50px;
    padding-left: min(6.2vw, 24px);
    padding-right: min(6.2vw, 24px);
  }
}
#comic .service_list_cont .list_box2 .title, #advertising .service_list_cont .list_box2 .title, #ai .service_list_cont .list_box2 .title {
  font-weight: 800;
  font-size: clamp(16px, 2.1vw, 30px);
  line-height: 1.6;
  position: relative;
  border-bottom: 1px solid #000000;
  padding-bottom: 18px;
  margin-bottom: 20px;
}
#comic .service_list_cont .list_box2 .title::before, #comic .service_list_cont .list_box2 .title::after, #advertising .service_list_cont .list_box2 .title::before, #advertising .service_list_cont .list_box2 .title::after, #ai .service_list_cont .list_box2 .title::before, #ai .service_list_cont .list_box2 .title::after {
  content: "";
  display: inline-block;
  width: min(2.8vw, 46px);
  height: auto;
  aspect-ratio: 46/39;
  background-image: url(https://assets.kms3.com/prod/img-corporate/service/icon_crown.svg);
  background-size: contain;
  vertical-align: sub;
  position: relative;
  margin-left: 4px;
  top: -1px;
}
@media only screen and (max-width: 428px) {
  #comic .service_list_cont .list_box2 .title::before, #comic .service_list_cont .list_box2 .title::after, #advertising .service_list_cont .list_box2 .title::before, #advertising .service_list_cont .list_box2 .title::after, #ai .service_list_cont .list_box2 .title::before, #ai .service_list_cont .list_box2 .title::after {
    display: none;
  }
}
#comic .service_list_cont .list_box2 .title::before, #advertising .service_list_cont .list_box2 .title::before, #ai .service_list_cont .list_box2 .title::before {
  margin-left: 0;
  margin-right: 4px;
}
@media only screen and (max-width: 428px) {
  #comic .service_list_cont .list_box2 .title::before, #advertising .service_list_cont .list_box2 .title::before, #ai .service_list_cont .list_box2 .title::before {
    display: block;
    width: 32px;
    height: auto;
    aspect-ratio: 46/39;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -30%);
            transform: translate(-50%, -30%);
  }
}
@media only screen and (max-width: 768px) {
  #comic .service_list_cont .list_box2 .title, #advertising .service_list_cont .list_box2 .title, #ai .service_list_cont .list_box2 .title {
    font-size: 20px;
    line-height: 1.2;
    padding-bottom: 14px;
    margin-bottom: 18px;
  }
}
#comic .service_list_cont .list_box2 .txt, #advertising .service_list_cont .list_box2 .txt, #ai .service_list_cont .list_box2 .txt {
  text-align: left;
}
#comic .service_list_cont .list_subbox, #advertising .service_list_cont .list_subbox, #ai .service_list_cont .list_subbox {
  background-color: #F9F5D4;
  padding: 38px 18px;
  margin: min(2.6vw, 46px) 0 min(1.4vw, 26px) 0;
}
@media only screen and (max-width: 768px) {
  #comic .service_list_cont .list_subbox, #advertising .service_list_cont .list_subbox, #ai .service_list_cont .list_subbox {
    padding: 25px 42px;
    margin-top: 28px;
    margin-bottom: 0;
  }
}
#comic .service_list_cont .list_subbox .point_wrap, #advertising .service_list_cont .list_subbox .point_wrap, #ai .service_list_cont .list_subbox .point_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  width: 100%;
  margin-bottom: 26px;
}
#comic .service_list_cont .list_subbox .point_wrap:last-child, #advertising .service_list_cont .list_subbox .point_wrap:last-child, #ai .service_list_cont .list_subbox .point_wrap:last-child {
  margin-bottom: 0;
}
#comic .service_list_cont .list_subbox .point_wrap .point, #advertising .service_list_cont .list_subbox .point_wrap .point, #ai .service_list_cont .list_subbox .point_wrap .point {
  width: auto;
  padding-right: 24px;
}
@media only screen and (max-width: 768px) {
  #comic .service_list_cont .list_subbox .point_wrap .point, #advertising .service_list_cont .list_subbox .point_wrap .point, #ai .service_list_cont .list_subbox .point_wrap .point {
    width: 100%;
  }
}
#comic .service_list_cont .list_subbox .point_wrap .point p, #advertising .service_list_cont .list_subbox .point_wrap .point p, #ai .service_list_cont .list_subbox .point_wrap .point p {
  font-family: "Jost";
  font-weight: 800;
  font-size: 20px;
  color: #ffffff;
  background-color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 136px;
  height: auto;
  text-align: center;
  aspect-ratio: 136/36;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 30px;
  line-height: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 768px) {
  #comic .service_list_cont .list_subbox .point_wrap .point p, #advertising .service_list_cont .list_subbox .point_wrap .point p, #ai .service_list_cont .list_subbox .point_wrap .point p {
    width: 94px;
    font-size: 12px;
    margin-bottom: 10px;
  }
}
#comic .service_list_cont .list_subbox .point_wrap .point p span, #advertising .service_list_cont .list_subbox .point_wrap .point p span, #ai .service_list_cont .list_subbox .point_wrap .point p span {
  font-size: 23px;
  padding-left: 4px;
}
@media only screen and (max-width: 768px) {
  #comic .service_list_cont .list_subbox .point_wrap .point p span, #advertising .service_list_cont .list_subbox .point_wrap .point p span, #ai .service_list_cont .list_subbox .point_wrap .point p span {
    font-size: 14px;
  }
}
#comic .service_list_cont .list_subbox .point_wrap .subbox_cont, #advertising .service_list_cont .list_subbox .point_wrap .subbox_cont, #ai .service_list_cont .list_subbox .point_wrap .subbox_cont {
  width: 75%;
}
#comic .service_list_cont .list_subbox .point_wrap .subbox_cont.pt, #advertising .service_list_cont .list_subbox .point_wrap .subbox_cont.pt, #ai .service_list_cont .list_subbox .point_wrap .subbox_cont.pt {
  padding-top: 5px;
}
@media only screen and (max-width: 768px) {
  #comic .service_list_cont .list_subbox .point_wrap .subbox_cont.pt, #advertising .service_list_cont .list_subbox .point_wrap .subbox_cont.pt, #ai .service_list_cont .list_subbox .point_wrap .subbox_cont.pt {
    padding-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  #comic .service_list_cont .list_subbox .point_wrap .subbox_cont, #advertising .service_list_cont .list_subbox .point_wrap .subbox_cont, #ai .service_list_cont .list_subbox .point_wrap .subbox_cont {
    width: 100%;
  }
}
#comic .service_list_cont .list_subbox .subbox_cont, #advertising .service_list_cont .list_subbox .subbox_cont, #ai .service_list_cont .list_subbox .subbox_cont {
  position: relative;
}
#comic .service_list_cont .list_subbox .subbox_cont p, #advertising .service_list_cont .list_subbox .subbox_cont p, #ai .service_list_cont .list_subbox .subbox_cont p {
  font-weight: 800;
  font-size: clamp(18px, 1.8vw, 24px);
  line-height: 1;
  padding-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  #comic .service_list_cont .list_subbox .subbox_cont p, #advertising .service_list_cont .list_subbox .subbox_cont p, #ai .service_list_cont .list_subbox .subbox_cont p {
    font-size: 16px;
  }
}
#comic .service_list_cont .list_subbox .subbox_cont span, #advertising .service_list_cont .list_subbox .subbox_cont span, #ai .service_list_cont .list_subbox .subbox_cont span {
  font-weight: 500;
  font-size: clamp(12px, 1.4vw, 16px);
  display: block;
  padding-bottom: 30px;
  line-height: 1;
  position: relative;
}
#comic .service_list_cont .list_subbox .subbox_cont span.last, #advertising .service_list_cont .list_subbox .subbox_cont span.last, #ai .service_list_cont .list_subbox .subbox_cont span.last {
  padding-bottom: 0;
}
#comic .service_list_cont .list_subbox .subbox_cont span.last:after, #advertising .service_list_cont .list_subbox .subbox_cont span.last:after, #ai .service_list_cont .list_subbox .subbox_cont span.last:after {
  display: none;
}
#comic .service_list_cont .list_subbox .subbox_cont span:after, #advertising .service_list_cont .list_subbox .subbox_cont span:after, #ai .service_list_cont .list_subbox .subbox_cont span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 80%;
  height: 1px;
  background-color: #000000;
}
@media only screen and (max-width: 768px) {
  #comic .service_list_cont .list_subbox .subbox_cont span, #advertising .service_list_cont .list_subbox .subbox_cont span, #ai .service_list_cont .list_subbox .subbox_cont span {
    font-size: 12px;
    line-height: 1.3;
    padding-top: 10px;
    padding-bottom: 0;
  }
  #comic .service_list_cont .list_subbox .subbox_cont span:before, #advertising .service_list_cont .list_subbox .subbox_cont span:before, #ai .service_list_cont .list_subbox .subbox_cont span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #000000;
  }
  #comic .service_list_cont .list_subbox .subbox_cont span:after, #advertising .service_list_cont .list_subbox .subbox_cont span:after, #ai .service_list_cont .list_subbox .subbox_cont span:after {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  #comic .service_list_cont .achieve, #advertising .service_list_cont .achieve, #ai .service_list_cont .achieve {
    padding-left: min(6.2vw, 24px);
    padding-right: min(6.2vw, 24px);
  }
}
#comic .service_list_cont .achieve .emphasis, #advertising .service_list_cont .achieve .emphasis, #ai .service_list_cont .achieve .emphasis {
  text-align: center;
  margin-bottom: 20px;
  font-size: clamp(12px, 1.1vw, 20px);
}
@media only screen and (max-width: 768px) {
  #comic .service_list_cont .achieve .emphasis, #advertising .service_list_cont .achieve .emphasis, #ai .service_list_cont .achieve .emphasis {
    font-size: 20px;
  }
}
#comic .service_list_cont .achieve .list_pb30, #advertising .service_list_cont .achieve .list_pb30, #ai .service_list_cont .achieve .list_pb30 {
  margin-bottom: 30px;
}
#comic .service_list_cont .achieve .work, #advertising .service_list_cont .achieve .work, #ai .service_list_cont .achieve .work {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#comic .service_list_cont .achieve .work li, #advertising .service_list_cont .achieve .work li, #ai .service_list_cont .achieve .work li {
  width: min(16.8vw, 150px);
  margin-right: 10px;
}
@media only screen and (max-width: 768px) {
  #comic .service_list_cont .achieve .work li, #advertising .service_list_cont .achieve .work li, #ai .service_list_cont .achieve .work li {
    width: 42vw;
    text-align: center;
    margin-right: 0;
    margin-bottom: 18px;
  }
}
#comic .service_list_cont .achieve .work li:last-child, #advertising .service_list_cont .achieve .work li:last-child, #ai .service_list_cont .achieve .work li:last-child {
  margin-right: 0;
}

.privacy_fv {
  margin-top: 160px;
  padding-bottom: 76px;
  border-bottom: 1px solid #000000;
}
@media screen and (max-width: 768px) {
  .privacy_fv {
    margin-top: 50px;
    padding-bottom: 40px;
  }
}
.privacy_fv .tac {
  text-align: center;
}
.privacy_fv h2 {
  text-align: center;
  font-family: "Jost";
  font-weight: 700;
  font-size: clamp(38px, 3.5vw, 80px);
  line-height: 1.2;
}
.privacy_fv h2 span {
  color: #00ada6;
}
@media screen and (max-width: 768px) {
  .privacy_fv h2 {
    font-size: 10vw;
  }
}
.privacy_fv h3 {
  color: #000000;
  text-align: center;
  font-family: "M PLUS 1";
  font-weight: 500;
  font-size: clamp(12px, 1.4vw, 16px);
}
@media screen and (max-width: 768px) {
  .privacy_fv h3 {
    font-size: 1.4rem;
  }
}

.privacy-wrap {
  margin-top: 100px;
  font-family: "M PLUS 1";
}
@media screen and (max-width: 768px) {
  .privacy-wrap {
    margin-top: 50px;
  }
}
.privacy-wrap.mb {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .privacy-wrap.mb {
    margin-bottom: 50px;
  }
}
.privacy-wrap .inner {
  max-width: 1200px;
  padding: 0 20px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .privacy-wrap .inner {
    width: 100%;
    padding-left: min(6.2vw, 24px);
    padding-right: min(6.2vw, 24px);
  }
}
.privacy-wrap .inner h2 {
  font-size: 2rem;
  color: #00ada6;
  font-weight: 800;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .privacy-wrap .inner h2 {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}
.privacy-wrap .inner .txt {
  font-size: 1.4rem;
  line-height: 1.8em;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .privacy-wrap .inner .txt {
    font-size: 1.4rem;
  }
}
.privacy-wrap .inner .txt.tar {
  text-align: right;
}
.privacy-wrap .inner dl {
  margin-bottom: 30px;
}
.privacy-wrap .inner dl dt {
  font-size: 1.6rem;
  color: #3e3a39;
  margin-bottom: 5px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .privacy-wrap .inner dl dt {
    font-size: 1.4rem;
  }
}
.privacy-wrap .inner dl dd {
  font-size: 1.4rem;
  color: #3e3a39;
}
.privacy-wrap .inner dl dd ul {
  margin-top: 30px;
}
.privacy-wrap .inner dl dd ul li {
  position: relative;
  padding-left: 1.5em;
  margin-left: 1em;
  line-height: 1.8em;
}
.privacy-wrap .inner dl dd ul li span {
  position: absolute;
  left: 0;
}
.privacy-wrap .inner dl dd ul li.mb1em {
  margin-bottom: 1em;
}
.privacy-wrap .inner .termsofservice {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.privacy-wrap .inner .termsofservice li {
  margin-bottom: 40px;
}
.privacy-wrap .inner .termsofservice li a {
  font-weight: 500;
  font-size: clamp(12px, 1.1vw, 20px);
  opacity: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  .privacy-wrap .inner .termsofservice li a {
    font-size: 14px;
  }
}
.privacy-wrap .inner .termsofservice li a:hover {
  opacity: 0.8;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.privacy-wrap .btn-box.readmore.terms_back {
  margin: 260px auto 140px auto;
}
@media only screen and (max-width: 768px) {
  .privacy-wrap .btn-box.readmore.terms_back {
    font-size: 14px;
    margin: 100px auto 70px auto;
  }
}

span.mwform-radio-field.horizontal-item {
  display: block;
  margin: 0 0 15px 0 !important;
}
span.mwform-radio-field.horizontal-item .mwform-radio-field-text {
  font-weight: 500 !important;
  font-size: 16px !important;
  color: #020202;
}

.cont_subtitle {
  font-weight: 800;
  font-size: 20px;
  color: #020202;
  border-bottom: 1px solid #000000;
  text-align: center;
  line-height: 1;
  padding-bottom: 18px;
  margin-bottom: 30px;
}

.contact-wrap .inner table td .cate-box {
  margin-top: 2px;
}
.contact-wrap .inner table td .cate-box .cate-ttl {
  display: none;
}
.contact-wrap .inner table td .cate-box input[type=radio] {
  display: none;
}
.contact-wrap .inner table td .cate-box input[type=radio] + span {
  display: inline-block;
  margin-left: 0;
  margin-bottom: 5px;
  padding-left: 20px;
  position: relative;
  margin-left: 2px;
  line-height: 1;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .contact-wrap .inner table td .cate-box input[type=radio] + span {
    font-size: min(5vw, 1.8rem);
  }
}

.contact-wrap .inner table {
  width: 100%;
}
.contact-wrap .inner table th {
  vertical-align: top;
  width: 23%;
  font-weight: 800 !important;
  font-size: 16px !important;
  color: #020202;
  padding-top: 5px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .contact-wrap .inner table th {
    display: block;
    width: 100%;
    padding-bottom: 5px;
  }
}
.contact-wrap .inner table th .required {
  color: #FF0202;
  font-weight: 800 !important;
  font-size: 16px !important;
}
.contact-wrap .inner table td {
  /*width: calc(100% - 230px);*/
  width: 77%;
  font-weight: 500 !important;
  font-size: 16px !important;
  padding-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .contact-wrap .inner table td {
    width: 100%;
    display: block;
    padding-bottom: 15px;
  }
}

.contact-wrap {
  margin-bottom: 80px;
  margin-top: min(12.9vw, 247px);
}
@media only screen and (max-width: 768px) {
  .contact-wrap {
    width: 100%;
    margin-top: 82px;
  }
}
.contact-wrap .inner {
  max-width: 800px;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .contact-wrap .inner {
    width: 90%;
  }
}
.contact-wrap .btn-box.contact {
  font-size: 12px;
  font-family: "M PLUS 1";
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 176px;
  height: auto;
  aspect-ratio: 176/32;
  margin: 0 auto;
}

.contact-wrap .inner table td input[type=text] {
  border: 1px solid #707070;
  padding: 6px 10px;
  font-weight: 400 !important;
  font-size: 16px !important;
  width: 100%;
}

.contact-wrap .inner table td .cate-box input[type=radio] + span:before {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 14px;
  height: 14px;
  content: "";
  margin-top: -6px;
  border: 1px solid #020202;
  background: #fff;
  border-radius: 30px;
}

.contact-wrap .inner table td .cate-box input[type=radio]:checked + span::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 2.5px;
  margin-top: -3.7px;
  width: 9px;
  height: 9px;
  background: #00ada6;
  border-radius: 30px;
}

.contact-wrap .inner table td textarea {
  border: 1px solid #707070;
  padding: 10px;
  font-size: 1.6rem;
  line-height: 1.5;
  width: 100%;
  min-height: 250px;
}

.contact-wrap .inner table td .privacy-box {
  font-size: 12px;
  color: #000000;
  font-weight: 500 !important;
  line-height: 1.8em;
  border: 1px solid #707070;
  padding: 10px;
  width: 100%;
  height: 150px;
  overflow-y: scroll;
  margin-bottom: 20px;
}

.contact-wrap .inner table td .privacy-txt {
  font-size: 12px;
  color: #000000;
  font-weight: 400 !important;
  margin-bottom: 10px;
}

.contact-wrap .inner table td .mwform-checkbox-field label {
  font-size: 1.6rem;
  color: #707070;
  font-weight: 500;
}

.contact-wrap .inner table td input[type=checkbox] {
  display: none;
}

.contact-wrap .inner table td input[type=checkbox] + span {
  display: inline-block;
  position: relative;
  margin-left: 22px;
  padding: 0;
  border-radius: 2px;
  color: #000;
  font-size: 16px;
  font-weight: 500 !important;
  text-align: center;
  line-height: 1;
  margin-bottom: 15px;
  cursor: pointer;
}

.contact-wrap .inner table td input[type=checkbox] + span:before {
  position: absolute;
  top: 50%;
  left: -20px;
  width: 12px;
  height: 12px;
  content: "";
  margin-top: -5px;
  border: 1px solid #000000;
  background: #fff;
}

.contact-wrap .inner table td input[type=checkbox]:checked + span::after {
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -5px;
  left: -17px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #00ada6;
  border-bottom: 3px solid #00ada6;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.selectbox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.selectbox .error {
  position: absolute !important;
  right: -45% !important;
}

.selectbox::after {
  position: absolute;
  right: 15px;
  width: 10px;
  height: 7px;
  background-color: #535353;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  pointer-events: none;
}

.selectbox select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  min-width: 230px;
  height: 2.8em;
  padding: 0.4em calc(0.8em + 30px) 0.4em 0.8em;
  border: 1px solid #707070;
  border-radius: 3px;
  background-color: #fff;
  color: #000000;
  font-size: 16px;
  font-weight: 400 !important;
  cursor: pointer;
}

.contact-wrap .inner .btn-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 45px;
}
.contact-wrap .inner .btn-flex .resetbtn {
  max-width: 165px;
  width: 48%;
  margin: 0 16px;
  padding: 10px;
  background: #727171;
  font-weight: 500;
  color: #fff;
  text-align: center;
  display: block;
  border: 1px solid #727171;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.contact-wrap .inner .btn-flex .resetbtn:hover {
  background: #fff;
  color: #727171;
}
.contact-wrap .inner .btn-flex .backbtn {
  max-width: 165px;
  width: 48%;
  margin: 0 16px;
  padding: 10px;
  background: #727171;
  font-weight: 500;
  color: #fff;
  text-align: center;
  display: none;
  border: 1px solid #727171;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.contact-wrap .inner .btn-flex .backbtn:hover {
  background: #fff;
  color: #727171;
}
.contact-wrap .inner .btn-flex .sendbtn {
  max-width: 176px;
  width: 48%;
  margin: 0 16px;
  padding: 6.5px;
  background: #000000;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
  text-align: center;
  display: block;
  border: 1px solid #000000;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  border-radius: 30px;
}
.contact-wrap .inner .btn-flex .sendbtn:hover {
  color: #000000;
  background: #fff;
}

.recaptcha {
  padding: 0 0 20px 0;
  color: #333333;
  text-align: center;
}

.h2_others.ml_c {
  margin-left: calc(clamp(14px, 1.65vw, 61px) + 0px);
}
@media only screen and (max-width: 768px) {
  .h2_others.ml_c {
    margin-left: inherit;
    margin-bottom: 30px !important;
  }
}

.category_others.contact {
  padding-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .category_others.contact {
    display: none;
  }
}

.comp_box {
  text-align: center;
}
.comp_box h2 {
  font-size: 30px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .comp_box h2 {
    font-size: 24px;
  }
}
.comp_box p.txt {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: clamp(12px, 1.4vw, 16px);
  line-height: 1.7;
}

.contact-wrap .inner table td .mwform-checkbox-field {
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .contact-wrap .inner table td .mwform-checkbox-field {
    margin-bottom: 0;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}
@keyframes splide-loading {
  0% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}
body[data-page=home] {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

.top_cate_wrap {
  position: relative;
  display: block;
}

.top_cate_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #5d7985;
  overflow: hidden;
  visibility: hidden;
  cursor: none;
}

.top_cate_cont {
  visibility: visible;
  cursor: none;
}

.top_card {
  position: relative;
  height: 100%;
  width: 33.3333333333vw;
  aspect-ratio: 414/698;
}
@media only screen and (max-width: 428px) {
  .top_card {
    aspect-ratio: 414/2286;
  }
}
.top_card .top_card_link {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.top_card .top_card_link .top_card_img {
  overflow: hidden;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  padding: 10.5vw 0;
  position: relative;
}
.top_card .top_card_link .top_card_img.card_game_bg {
  background: url(https://assets.kms3.com/prod/img-corporate/top_game_bg_re.webp);
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .top_card .top_card_link .top_card_img.card_game_bg {
    background: none;
    background-size: cover;
  }
}
.top_card .top_card_link .top_card_img.card_ai_bg {
  background: url(https://assets.kms3.com/prod/img-corporate/top_ai_bg_re.webp);
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .top_card .top_card_link .top_card_img.card_ai_bg {
    background: none;
    background-size: cover;
  }
}
.top_card .top_card_link .top_card_img.card_comic_bg {
  background: url(https://assets.kms3.com/prod/img-corporate/top_comic_bg_re.webp);
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .top_card .top_card_link .top_card_img.card_comic_bg {
    background: none;
    background-size: cover;
  }
}
.top_card .top_card_link .top_card_img .card_main {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  -webkit-transform-origin: bottom 20%;
          transform-origin: bottom 20%;
  -webkit-transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.top_card .top_card_link .top_card_img .card_main::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: 1.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 1.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 3;
}
.top_card .top_card_link .top_card_img .card_main img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
.top_card .top_card_link .top_card_img .card_cate {
  position: absolute;
  left: 0;
  top: 7.2%;
  width: 35.9%;
  z-index: 9;
  -webkit-transform-origin: center 20%;
          transform-origin: center 20%;
  -webkit-transition: 1.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 1.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0.7;
}
.top_card .top_card_link .top_card_img .card_cate.card_cate_ai {
  top: 7.9%;
  width: 36.9%;
  left: -9px;
}
@media only screen and (max-width: 428px) {
  .top_card .top_card_link .top_card_img .card_cate.card_cate_ai {
    bottom: 1%;
    top: initial;
    width: 87.2%;
    opacity: 1;
  }
}
.top_card .top_card_link .top_card_img .card_cate.card_cate_comic {
  top: 7.7%;
  width: 33.1%;
  left: -17px;
}
@media only screen and (max-width: 428px) {
  .top_card .top_card_link .top_card_img .card_cate.card_cate_comic {
    bottom: 0;
    left: -4%;
    top: initial;
    width: 75.4%;
    opacity: 1;
  }
}
@media only screen and (max-width: 428px) {
  .top_card .top_card_link .top_card_img .card_cate {
    bottom: 0;
    left: -3.8%;
    top: initial;
    width: 81.3%;
    opacity: 1;
  }
}
.top_card .top_card_link .top_card_img .card_cate img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
.top_card .top_card_link .card_catch {
  position: absolute;
  z-index: 3;
  right: 30.6%;
  top: 35.6%;
  opacity: 0;
  -webkit-transition: 1.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: 1.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transform: translateY(0.6944444444vw);
          transform: translateY(0.6944444444vw);
  width: 7.9vw;
}
@media only screen and (max-width: 428px) {
  .top_card .top_card_link .card_catch {
    display: none;
  }
}
.top_card .top_card_link .card_catch.card_catch_ai {
  right: inherit;
  left: 6.5%;
  top: 43.1%;
  width: 11.2vw;
}
.top_card .top_card_link .card_catch.card_catch_comic {
  right: 5%;
  top: 17.9%;
  width: 8vw;
}
.top_card .top_card_link .card_txt {
  position: absolute;
  z-index: 3;
  right: calc(6% + 0.6944444444vw);
  bottom: 4.4%;
  opacity: 0;
  -webkit-transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transform: translateX(-0.6944444444vw);
          transform: translateX(-0.6944444444vw);
  color: #ffffff;
  font-size: 0.9vw;
  text-align: right;
  line-height: 1.2;
  font-family: "Jost";
  font-weight: 400;
}
@media only screen and (max-width: 428px) {
  .top_card .top_card_link .card_txt {
    display: none;
  }
}
.top_card .top_card_link .card_arrow {
  position: absolute;
  z-index: 3;
  right: calc(3.6% + 0.6944444444vw);
  bottom: 2.2%;
  opacity: 0;
  -webkit-transition: 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transform: translateX(-0.6944444444vw);
          transform: translateX(-0.6944444444vw);
  width: 4.1vw;
}
@media only screen and (max-width: 428px) {
  .top_card .top_card_link .card_arrow {
    display: none;
  }
}
.top_card .top_card_link .card_copy {
  position: absolute;
  z-index: 3;
  bottom: 1%;
  left: 50%;
  opacity: 0.65;
  color: #ffffff;
  font-size: 0.9vw;
  text-align: right;
  line-height: 1.2;
  font-family: "Jost";
  font-weight: 400;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  font-family: "M PLUS 1";
}
@media only screen and (max-width: 428px) {
  .top_card .top_card_link .card_copy {
    display: none;
  }
}
.top_card:hover .card_catch {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.top_card:hover .card_txt {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.top_card:hover .card_arrow {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.top_card:hover .top_card_img .card_main {
  -webkit-transform: scale(1.25) translateY(2.4vw) translateX(0.8vw);
          transform: scale(1.25) translateY(2.4vw) translateX(0.8vw);
}
@media only screen and (max-width: 428px) {
  .top_card:hover .top_card_img .card_main {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
}
.top_card:hover .top_card_img .card_main.card_main_ai {
  -webkit-transform: scale(1.15) translateY(-1.3vw) translateX(-1.6vw);
          transform: scale(1.15) translateY(-1.3vw) translateX(-1.6vw);
}
@media only screen and (max-width: 428px) {
  .top_card:hover .top_card_img .card_main.card_main_ai {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
}
.top_card:hover .top_card_img .card_main.card_main_comic {
  -webkit-transform: scale(1.85) translateY(-4.5vw) translateX(-1.6vw);
          transform: scale(1.85) translateY(-4.5vw) translateX(-1.6vw);
}
@media only screen and (max-width: 428px) {
  .top_card:hover .top_card_img .card_main.card_main_comic {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
}
.top_card:hover .top_card_img .card_main::before {
  background: rgba(0, 0, 0, 0);
  -webkit-transition: 1.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 1.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.top_card:hover .top_card_img .card_cate {
  opacity: 1;
}

#works {
  position: relative;
  z-index: 3;
  font-weight: 500;
  font-size: clamp(12px, 1.4vw, 16px);
  line-height: 2.1;
  padding-top: 100px;
  padding-bottom: min(9.2vw, 140px);
}
#works .common_wrap {
  max-width: none;
}
#works .service_list_wrap {
  max-width: 1200px;
}
@media only screen and (max-width: 768px) {
  #works {
    margin-top: 0px;
    padding-top: 30px;
    padding-bottom: 80px;
  }
}
#works .case_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  counter-reset: num 0;
  margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  #works .case_wrap {
    padding: 0 10px;
  }
}
#works .case_wrap li {
  background-color: #f8f8f8;
  width: calc(25% - 20px);
  height: auto;
  aspect-ratio: 1/1;
  margin: 0 10px 20px 10px;
}
#works .case_wrap li::before {
  /* numの値を+1する指定 */
  counter-increment: num 1;
  /* counter(num)でカウンタの値を出力 */
  content: counter(num) " ";
  position: absolute;
  line-height: 1;
  background-color: #cccccc;
  color: #ffffff;
  width: 40px;
  padding: 2px 0;
  text-align: center;
  font-family: "M PLUS 1";
  font-family: "Jost";
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  #works .case_wrap li {
    width: calc(50% - 10px);
    margin: 0 5px 10px 5px;
  }
}
#works .case_wrap li a {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
}
#works .common_container {
  padding-bottom: min(4.1vw, 78px);
}
@media only screen and (max-width: 768px) {
  #works .common_container {
    padding-bottom: 40px;
  }
}

.js_modalBtnWrap {
  width: 300px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

.js_modalBtnCont {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.js_modalWrap {
  display: none;
  z-index: 1010;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.js_modalWrap video {
  max-width: 800px;
}
@media only screen and (max-width: 768px) {
  .js_modalWrap video {
    max-width: 360px;
  }
}

.js_modalBG {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}

.js_modalContInner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  max-width: 100%;
  text-align: center;
  max-height: 600px;
}

.js_modalCont > * + * {
  margin-top: 10px;
}

.js_modalContInner > .js_modalClose + * {
  margin-top: 0;
}

.js_modalClose {
  display: block;
  position: absolute;
  top: -29.5px;
  right: -29.5px;
  width: 20px;
  height: 20px;
  overflow: hidden;
  cursor: pointer;
  z-index: 1001;
}
@media only screen and (max-width: 768px) {
  .js_modalClose {
    right: 0.5px;
  }
}

.js_modalClose::before,
.js_modalClose::after {
  content: "";
  background-color: #ffffff;
  position: absolute;
  top: -5px;
  right: 10px;
  width: 1px;
  height: 30px;
}

.js_modalClose::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.js_modalClose::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.ly_inner {
  width: 100%;
}
.ly_inner img {
  -webkit-box-shadow: 10px 16px 14px -7px rgba(0, 0, 128, 0.2);
          box-shadow: 10px 16px 14px -7px rgba(0, 0, 128, 0.2);
}

.md_textblock > * + * {
  margin-top: 10px;
}

.md_textblock > * + .js_modalBtnWrap {
  margin-top: 20px;
}

.md_linkBtnWrap {
  width: 300px;
  max-width: 100%;
  margin: 10px auto 0;
  text-align: center;
}

.md_linkBtnCont {
  display: block;
  color: #222;
  border: 1px solid #222;
  padding: 15px 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.js_modalCont iframe {
  width: 55.2vw;
  aspect-ratio: 16/9;
}
/*# sourceMappingURL=style.css.map */