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

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

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

ins,
mark {
  background-color: #ff9;
}

mark {
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  border: 0;
  border-top: 1px solid #ccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

img,
video {
  font-size: 0;
  line-height: 0;
}

.privacy_policy a {
  text-decoration: underline;
}

.privacy_policy a:hover {
  color: #a50034;
}

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

:where([hidden]:not([hidden="until-found"])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
  tab-size: 2;
}

:where(html:has(dialog:modal[open])) {
  overflow: clip;
}

:where(body) {
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(button) {
  all: unset;
  box-sizing: border-box;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role="button"], [role="option"]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(a) {
  color: inherit;
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg, video) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
}

:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(dialog) {
  border: none;
  background: none;
  inset: unset;
  max-width: unset;
  max-height: unset;
}

:where(dialog:not([open])) {
  display: none !important;
}

:where(:focus-visible) {
  outline: 3px solid CanvasText;
  box-shadow: 0 0 0 5px Canvas;
  outline-offset: 1px;
}

:where(:focus-visible, :target) {
  scroll-margin-block: 8vh;
}

:where(.visually-hidden:not(:focus-within, :active)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

:root {
  --vh: 1vh;
  --vw: 1vw;
  --container: 1394px;
  --container-width-sm: 1160px;
  --container-width-smx: 926px;
  --spacing: 20px;
  --primary: #009cea;
  --primary-translucent: #0073d1;
  --light-primary: #88cbff;
  --alert: #ef7000;
  --light-alert: #ff932e;
  --white: #fff;
  --vary-light-gray: #f2f2f2;
  --light-gray: #dddddd;
  --gray: #888888;
  --dark-gray: #333333;
  --black: #333333;
  --category1: #ebe4cf;
  --category2: #ffdfb9;
  --category3: #ffe0e0;
  --category4: #dcf7ca;
  --category5: #d1d6ff;
  --two-tone-border: linear-gradient(
    to right,
    var(--primary) 30px,
    var(--gray) 30.02px,
    var(--gray)
  );
  --header-height: 131px;
}

html.is-fixed {
  position: fixed;
  width: 100%;
}

body {
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: var(--dark-gray);
  letter-spacing: 0.05em;
  line-break: strict;
}
body.is-fixed {
  width: 100vw;
  position: fixed;
  overflow: hidden;
}

main a img,
aside a img {
  transition: opacity 0.3s ease;
}
main a:hover img,
aside a:hover img {
  opacity: 0.7;
}
*:has(> wbr) {
  word-break: keep-all;
  overflow-wrap: anywhere;
}

#wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: var(--white);
}

.page__wrapper {
  position: relative;
}

#main {
  flex-grow: 1;
}
#main:not(.layout--2col #main) > *:has(+ .to-top) {
  padding-bottom: 80px;
}
.layout--2col:has(+ #categories) {
  margin-bottom: 80px;
}

.page--child {
  position: relative;
  overflow: clip !important;
}
.page--child::before {
  content: "";
  position: absolute;
  right: 450px;
  top: -1970px;
  width: 480px;
  height: 4243px;
  transform: rotate(43deg);
  background: linear-gradient(to bottom, #a50034 0%, #a50034 60%, #ffffff);
}

.president-name {
  display: flex;
  align-items: center;
}
.president-name__main {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 2;
}
.president-name__sub {
  font-weight: 600;
  font-size: 0.75rem;
  margin-top: 5px;
  margin-left: 9px;
}

p:has(+ .president-name) {
  margin-bottom: 0;
}

.about-company {
  width: 100vw;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  margin-bottom: 110px;
}
.about-company__circle {
  position: sticky;
  top: 66px;
  width: calc(100% + 211px);
  display: flex;
  align-items: center;
  height: calc(100svh - 66px);
  transform: translateX(-211px);
}
.about-company__circle-images {
  position: relative;
  width: 100%;
  aspect-ratio: 474/474;
  max-width: 474px;
  background: url(/recruit/assets/images/about_img03_01.svg) no-repeat center
    center/cover;
}
.about-company__circle-images img {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
}
.about-company__label {
  position: absolute;
  right: -30px;
  top: 50%;
  font-size: 1rem;
  font-weight: 600;
  transform: rotate(90deg);
  border-bottom: #333 3px solid;
}
.about-company__blocks {
  position: relative;
  margin-left: 233px;
  z-index: 2;
}
.about-company__block-wrapper {
  position: sticky;
  top: 66px;
  height: calc(100svh - 66px);
  display: flex;
  align-items: center;
}
.about-company__block-wrapper:last-child .about-company__block {
  transform: scale(1) !important;
}
.about-company__block {
  transform-origin: right bottom;
  background-color: #fff;
  padding: 80px;
  margin-right: 6.0761346999%;
  display: grid;
  grid-template-areas: "head button" "details details";
  grid-template-columns: 1fr 230px;
}
.about-company__head {
  grid-area: head;
  margin-bottom: 30px;
}
.about-company__button {
  grid-area: button;
}
.about-company__details {
  grid-area: details;
  display: flex;
  align-items: flex-start;
  column-gap: 40px;
}
.about-company__name {
  font-size: 1.25rem;
  line-height: 2;
  font-weight: bold;
  background: none;
  padding-left: 0;
}
.about-company__address {
  font-size: 0.875rem;
  line-height: 2;
  font-weight: bold;
  position: relative;
  padding-left: 21px;
  margin-bottom: 0;
}
.about-company__address::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  aspect-ratio: 20/20;
  background: url(/recruit/assets/images/ic_about_address.svg) no-repeat center
    center/cover;
}
.about-company__subtitle {
  font-weight: bold;
  line-height: 2;
  margin-bottom: 10px;
}
.about-company__products {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.about-company__products-item {
  display: block !important;
  width: calc(50% - 5px);
  background-color: #ecefed;
  border-left: #a50034 3px solid;
  padding: 10px 15px;
  font-size: 0.875rem;
  line-height: 2;
  font-weight: bold;
}
.about-company__products-item::before {
  display: none;
}

.header {
  height: var(--header-height);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--white);
  transition:
    background-color 0.2s ease-out,
    color 0.2s ease-out;
}
.page__child .header {
  background-color: var(--white);
  color: var(--black);
}
.header__inner {
  height: 100%;
  width: 100%;
  max-width: 1354px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 32px;
  padding-inline: 24px;
  padding-block: 12px;
}

.header__logo {
  flex-shrink: 0;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.16em;
  line-height: 1;
  position: relative;
}
.header__logo a {
  transition: opacity 0.3s ease;
}
.header__logo a:hover {
  opacity: 0.7;
}

.header__buttons {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  column-gap: 7px;
}

.header__search-inner {
  position: relative;
  display: flex;
  justify-content: end;
  width: 44px;
  border-radius: 2em;
  max-width: 100%;
  transition: width 0.5s ease;
  background-image: linear-gradient(180deg, #ff932e 0%, #f43ec6 100%);
}
.header__search-inner::before {
  content: "";
  position: absolute;
  inset: 2px;
  border-radius: 2em;
  background-color: var(--white);
}
.header__search.is-open .header__search-inner {
  width: 350px;
}
.gnavi__buttons .header__search-inner,
.gnavi__buttons .header__search.is-open .header__search-inner {
  width: 100%;
}

.header__search-input {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  position: absolute;
  inset: 2px;
  background-color: transparent;
  border-radius: 2em;
  flex-shrink: 1;
  border: none;
  box-shadow: none !important;
  padding-inline: 20px;
}
.header__search-input:focus {
  background-color: transparent;
}
.header__search-input:focus-visible {
  outline-color: #f43ec6;
}

.header__search-button-open,
.header__search-button {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: clip;
  position: relative;
  line-height: 1;
  display: grid;
  place-content: center;
  transition: opacity 0.3s ease;
  flex-shrink: 0;
}
.header__search-button-open:hover,
.header__search-button:hover {
  opacity: 0.7;
}
.header__search-button-open::before,
.header__search-button::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(0deg, #ff932e 0%, #f43ec6 100%);
  transform: rotate(135deg);
}
.header__search-button-open::after,
.header__search-button::after {
  content: "";
  display: block;
  position: relative;
  width: 21px;
  height: 20px;
  background: url(/assets/images/ic_search.svg) no-repeat center center;
  background-size: contain;
  transform: translate(-1px, -1px);
}

.is-open .header__search-button-open {
  display: none;
}

.header__search-button {
  display: none;
}
.is-open .header__search-button {
  display: grid;
}

.header__contact-button {
  width: auto;
  min-width: unset !important;
  padding-inline: 1.25em 1.5em !important;
  font-weight: bold !important;
  justify-content: center !important;
}
.header__contact-button::before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.25lh;
  vertical-align: bottom;
  -webkit-mask-image: url(/assets/images/ic_contact.svg);
  mask-image: url(/assets/images/ic_contact.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center center;
  mask-position: center center;
  background-color: currentColor;
}
.header__hamburger {
  display: none;
}

.header__hamburger__line {
  --_line-height: 1px;
  --_line-width: 27px;
  height: var(--_line-height);
  width: var(--_line-width);
  border-radius: 1px;
  position: absolute;
  top: calc(50% - var(--_line-height) / 2);
  left: calc(50% - var(--_line-width) / 2);
  background-color: var(--black);
  transition:
    translate 0.2s ease-out,
    rotate 0.2s ease-out;
}
.header__hamburger__line.line01 {
  translate: 0 -3px;
}
.header__hamburger__line.line02 {
  translate: 0 3px;
}
.header__hamburger[aria-expanded="true"] .header__hamburger__line {
  border-color: var(--white);
}
.header__hamburger[aria-expanded="true"] .header__hamburger__line.line01 {
  translate: 0;
  rotate: -45deg;
  --_line-width: 31px;
}
.header__hamburger[aria-expanded="true"] .header__hamburger__line.line02 {
  translate: 0;
  rotate: 45deg;
  --_line-width: 31px;
}

.gnavi {
  width: 100%;
  background-image: linear-gradient(90deg, #cef1ff 0%, #ffe3a1 100%);
}

.gnavi__scroll {
  display: flex;
  align-items: center;
}

.gnavi__inner {
  display: flex;
  justify-content: center;
}

.header__nav {
  display: flex;
  align-items: stretch;
  column-gap: 80px;
}

.header__nav__item {
  font-weight: 500;
  line-height: 1.25;
}
.header__nav__item.__is-current a::after {
  transform: scaleX(1);
  transform-origin: left;
}

.gnavi__buttons {
  display: flex;
  flex-direction: column;
  row-gap: 22px;
  width: 100%;
}

.footer {
  background-image: linear-gradient(90deg, #cef1ff 0%, #ffe3a1 100%);
}

.footer__inner {
  max-width: 1354px;
  box-sizing: content-box;
  margin-inline: auto;
  padding-block: 30px;
  padding-inline: 24px;
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: auto 1fr;
  column-gap: 24px;
  row-gap: 30px;
}

.footer__descrption {
  grid-column: 1/-1;
  letter-spacing: -0.01em;
  font-size: 0.875rem;
  line-height: 1.6;
  padding-bottom: 28px;
  border-bottom: 1px solid #ccc;
}

.footer__logo {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  align-items: flex-start;
}
.footer__logo .logo {
  height: 63px;
}
.footer__logo .company-name {
  height: 16px;
}
.footer__logo a {
  transition: opacity 0.3s ease;
}
.footer__logo a:hover {
  opacity: 0.7;
}

.footer__menu {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  row-gap: 32px;
}

.footer__nav__list {
  display: flex;
  column-gap: 30px;
  flex-wrap: wrap;
  max-width: 600px;
  row-gap: 16px;
}

.footer__nav__item {
  line-height: 1.5;
}
.footer__nav__item > a {
  font-weight: 500;
}

.footer__copyright {
  grid-column: 1/-1;
  text-align: center;
}
.footer__copyright small {
  font-weight: 500;
  line-height: 1;
  font-size: 0.75rem;
  letter-spacing: -0.01em;
}

.breadcrumb {
  position: relative;
  z-index: 2;
}
.page__member .breadcrumb {
  color: var(--white);
  margin-top: auto;
}
.page__member .breadcrumb a {
  color: var(--white);
}
.page__member .breadcrumb .breadcrumb__list-item:not(:last-child)::after {
  border-color: var(--white);
}
.breadcrumb__inner {
  transform: translateY(-48px);
}
.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 6px;
}
.breadcrumb__list-item {
  font-size: 0.875rem;
  line-height: 1.4;
  display: flex;
  align-items: center;
}
.breadcrumb__list-item:not(:last-child) {
  margin-right: 8px;
}
.breadcrumb__list-item:not(:last-child)::after {
  content: "";
  width: 5px;
  height: 5px;
  border-right: var(--gray) 1px solid;
  border-bottom: var(--gray) 1px solid;
  transform: rotate(-45deg);
  margin-left: 5px;
}
.breadcrumb__list-item a {
  text-decoration: none;
}
.breadcrumb__list-item a:hover {
  text-decoration: underline;
}

.mv {
  position: relative;
  margin-bottom: 60px;
  background-color: #f7fafb;
  z-index: 2;
}
.mv .article-labels {
  margin-bottom: 16px;
}
.mv .swiper-controller {
  position: absolute;
  left: 50%;
  top: 0;
  width: 80.6451612903vw;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  transform: translateX(-50%);
}
.mv .swiper-controller button {
  color: #333;
  pointer-events: auto;
  width: 24px;
  height: 24px;
}
.mv .swiper-controller button::after {
  width: 100%;
  height: 100%;
  color: transparent;
  font-size: 0.0625rem;
  background: url(/assets/images/ic_mv_pointer.svg) no-repeat center center;
}
.mv .swiper-button-prev {
  left: -26px;
}
.mv .swiper-button-next {
  right: -26px;
  transform: rotate(180deg);
}

.mv__slider-item {
  overflow: hidden;
}
.mv__slider-image a {
  display: block;
  transition: opacity 0.3s ease;
  aspect-ratio: 660/370;
  background-color: var(--white);
}
.mv__slider-image a:hover {
  opacity: 0.7;
}
.mv__slider-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mv__slider-detail {
  padding: 30px;
}

.mv__slider-title {
  font-size: 1.375rem;
  line-height: 1.6;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.mv__slider-title a {
  text-decoration: none;
}
.mv__slider-title a:hover {
  text-decoration: underline !important;
}

.mv__slider-desc {
  font-size: 0.875rem;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-bottom: 16px;
}

.mv__slider-player {
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  z-index: 2;
}
.mv__slider-player .swiper-pagination {
  position: static;
}

.mv__player-box {
  display: flex;
  align-items: center;
  column-gap: 20px;
}

.mv__pagination-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mv__pagination-wrapper .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto !important;
  top: auto !important;
  left: auto !important;
  bottom: auto !important;
}
.mv__pagination-wrapper .swiper-pagination-bullet {
  width: 25px;
  height: 4px;
  border-radius: 2px;
  background-color: #ddd;
  transition: opacity 0.3s ease;
  opacity: 1;
}
.mv__pagination-wrapper .swiper-pagination-bullet:hover {
  opacity: 0.7;
}
.mv__pagination-wrapper .swiper-pagination-bullet-active {
  background-color: #88cbff;
}

.mv__player-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mv__player-buttons button {
  background: none;
  border: none;
  font-size: 1.2rem;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease;
}
.mv__player-buttons button:hover {
  opacity: 0.7;
}
.mv__player-buttons .swiper-prev::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(/assets/images/ic_mv_cursor.svg) no-repeat center center;
}
.mv__player-buttons .swiper-next::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(/assets/images/ic_mv_cursor.svg) no-repeat center center;
  transform: rotate(180deg);
}
.mv__player-buttons .swiper-start {
  display: none;
}
.mv__player-buttons .swiper-start::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(/assets/images/ic_mv_start.svg) no-repeat center center;
}
.mv__player-buttons .swiper-pause::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(/assets/images/ic_mv_pause.svg) no-repeat center center;
}

.pickup-wrapper {
  position: fixed;
  right: 24px;
  bottom: 100px;
  z-index: 10;
  pointer-events: none;
}
.pickup-wrapper.is-static {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  right: 50%;
  transform: translateX(50%);
  position: absolute;
  padding-right: 24px;
}

.pickup {
  width: 290px;
  pointer-events: auto;
}
.pickup .panel {
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
  border-radius: 16px;
  padding: 0 20px 20px;
  position: relative;
  display: none;
}
.pickup .panel.is-show {
  display: block;
}
.pickup .panel::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 16px;
  background: linear-gradient(
    -22deg,
    #6bceff 0,
    #ffb55b 33%,
    #ffa3a3 66%,
    #6bceff 100%
  );
}
.pickup .panel::after {
  content: "";
  position: absolute;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  left: 4px;
  top: 4px;
  background: var(--white);
  border-radius: 14px;
}
.pickup .panel > * {
  position: relative;
  z-index: 2;
}
.pickup .panel .panel__image {
  margin-bottom: 8px;
}
.pickup .panel .panel__image a {
  border-radius: 8px;
  transition: opacity 0.3s ease;
}
.pickup .panel .panel__image a:hover {
  opacity: 0.7;
}
.pickup .panel .panel__head {
  margin-bottom: 8px;
}
.pickup .panel .panel__head .article-labels {
  margin-bottom: 0;
}
.pickup .panel .panel__title {
  font-size: 0.875rem;
  margin-bottom: 0;
}

.pickup__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pickup__heading {
  transform: translateY(-6px);
  margin-bottom: 6px;
}

.pickup__close {
  width: 24px;
  aspect-ratio: 1;
  position: relative;
  transition: opacity 0.3s ease;
}
.pickup__close:hover {
  opacity: 0.7;
}
.pickup__close::before,
.pickup__close::after {
  content: "";
  width: 18px;
  height: 2px;
  background-color: var(--gray);
  position: absolute;
  left: 3px;
  top: 50%;
}
.pickup__close::before {
  transform: rotate(-45deg);
}
.pickup__close::after {
  transform: rotate(45deg);
}

.container {
  max-width: var(--container);
  padding-inline: 24px;
  margin-inline: auto;
}

.container--width-full {
  max-width: none;
}

.container--width-lg {
  max-width: 1520px;
}

.container--width-sm {
  max-width: var(--container-width-sm);
}

.container--width-smx {
  max-width: var(--container-width-smx);
}

.page__child .section {
  padding: 32px 0;
}

.primary-heading {
  position: relative;
  padding-bottom: 16px;
  line-height: 1.45;
}
.primary-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-image: var(--two-tone-border);
}
.primary-heading .primary-heading__sub {
  font-size: 1rem;
  color: #a50034;
  display: block;
}
.primary-heading .primary-heading__main {
  font-weight: normal;
}

.category-page-title {
  font-weight: bold;
  line-height: 1.6;
  background-color: var(--light-gray);
  display: flex;
  align-items: center;
}
.category-page-title.--recruit {
  background-color: #f3f0e8;
}
.category-page-title.--retention {
  background-color: #fff3f3;
}
.category-page-title.--case-study {
  background-color: #ebedff;
}
.category-page-title.--document {
  background-color: #f6fff0;
}
.category-page-title.--event {
  background-color: rgba(255, 223, 185, 0.3);
}

.secondary-heading {
  font-weight: bold;
  line-height: 1.5;
}
.bg--about .bg-box + h2 {
  margin-top: 80px;
}
.bg--about .colbox + h3 {
  margin-top: 60px;
}

.tertiary-heading {
  font-weight: bold;
  line-height: 1.75;
  display: grid;
  grid-template-columns: 46px 1fr;
  column-gap: 8px;
  color: var(--primary);
}
.tertiary-heading::before {
  content: "";
  width: 46px;
  height: 37px;
  background-image: url(/assets/images/deco_tertiary_heading.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.tertiary-heading--alert {
  color: var(--alert);
}
.tertiary-heading--alert::before {
  background-image: url(/assets/images/deco_alert_tertiary_heading.svg);
}

.fourth-heading {
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}
.fourth-heading.fourth-heading--primary {
  color: #a50034;
}

.fifth-heading {
  font-weight: bold;
  line-height: 1.8;
  padding-left: 18px;
  position: relative;
}
.fifth-heading::before {
  content: "";
  top: 0.5em;
  left: 0;
  margin-top: 4px;
  position: absolute;
  width: 10px;
  height: 10px;
  background: #a50034;
  border-radius: 50%;
}
.fifth-heading.fifth-heading--no-disc {
  padding-left: 0;
}
.fifth-heading.fifth-heading--no-disc::before {
  display: none;
}
.fifth-heading a:hover {
  color: #a50034;
}

.aside-heading {
  position: relative;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.6;
  padding-bottom: 12px;
  margin-bottom: 50px;
}
.aside-heading::after {
  content: "";
  width: 100%;
  height: 3px;
  background: url(/assets/images/deco_tab_line.svg) repeat-x bottom left;
  position: absolute;
  left: 0;
  bottom: 0;
}
#side .aside-heading {
  margin-bottom: 20px;
  margin-top: 50px;
}
.bg--recruit .aside-heading::after {
  filter: brightness(0) saturate(100%) invert(75%) sepia(7%) saturate(625%)
    hue-rotate(6deg) brightness(89%) contrast(87%);
}
.bg--retention .aside-heading::after {
  filter: brightness(0) saturate(100%) invert(82%) sepia(75%) saturate(2474%)
    hue-rotate(293deg) brightness(106%) contrast(91%);
}
.bg--case-study .aside-heading::after {
  filter: brightness(0) saturate(100%) invert(87%) sepia(18%) saturate(6496%)
    hue-rotate(190deg) brightness(100%) contrast(103%);
}
.bg--document .aside-heading::after {
  filter: brightness(0) saturate(100%) invert(76%) sepia(28%) saturate(601%)
    hue-rotate(52deg) brightness(94%) contrast(84%);
}
.bg--event .aside-heading::after {
  filter: brightness(0) saturate(100%) invert(95%) sepia(17%) saturate(1081%)
    hue-rotate(307deg) brightness(99%) contrast(106%);
}

.disc-list > li,
.mt-editor :where(ul) > li,
.content_data :where(ul) > li {
  position: relative;
  padding-left: 20px;
}
.disc-list > li:not(:last-child),
.mt-editor :where(ul) > li:not(:last-child),
.content_data :where(ul) > li:not(:last-child) {
  margin-bottom: 8px;
}
.disc-list > li::before,
.mt-editor :where(ul) > li::before,
.content_data :where(ul) > li::before {
  content: "";
  margin-top: -4px;
  top: 1em;
  left: 4px;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gray);
}
.table .disc-list > li::before,
.table .mt-editor :where(ul) > li::before,
.mt-editor .table :where(ul) > li::before,
.table .content_data :where(ul) > li::before,
.content_data .table :where(ul) > li::before {
  top: 0.8em;
}
.disc-list.disc-list--2col,
.mt-editor .disc-list--2col:where(ul),
.content_data .disc-list--2col:where(ul) {
  column-count: 2;
}
.disc-list.disc-list--desc .disc-list__row,
.mt-editor .disc-list--desc:where(ul) .disc-list__row,
.content_data .disc-list--desc:where(ul) .disc-list__row {
  display: flex;
}
.type-en .disc-list.disc-list--desc .disc-list__row,
.type-en .mt-editor .disc-list--desc:where(ul) .disc-list__row,
.mt-editor .type-en .disc-list--desc:where(ul) .disc-list__row,
.type-en .content_data .disc-list--desc:where(ul) .disc-list__row,
.content_data .type-en .disc-list--desc:where(ul) .disc-list__row {
  flex-direction: column;
}
.disc-list.disc-list--desc .disc-list__term,
.mt-editor .disc-list--desc:where(ul) .disc-list__term,
.content_data .disc-list--desc:where(ul) .disc-list__term {
  font-weight: bold;
  margin-right: 10px;
  display: block;
  flex: 0 0 auto;
}

.order-list,
.mt-editor :where(ol),
.content_data :where(ol) {
  margin-left: 20px;
}
.order-list li,
.mt-editor :where(ol) li,
.content_data :where(ol) li {
  list-style-type: decimal;
}
.order-list li:not(:last-child),
.mt-editor :where(ol) li:not(:last-child),
.content_data :where(ol) li:not(:last-child) {
  margin-bottom: 8px;
}

.annotation-list {
  list-style-type: none;
}
.annotation-list > li {
  display: flex;
}
.annotation-list > li .symbol {
  flex-shrink: 0;
}
.data-list div + div {
  margin-top: 20px;
}
.data-list div:first-child dd {
  font-weight: bold;
}
.data-list dt {
  width: 110px;
  flex: 0 0 auto;
  font-size: 0.875rem;
  margin-top: 2px;
}
.label-desc-list + .label-desc-list {
  padding-top: 40px;
  border-top: var(--light-gray) 1px solid;
  margin-top: 40px;
}
.label-desc-list__label .label {
  width: 100%;
  text-align: center;
}
.label-desc-list__label .label span {
  font-weight: bold !important;
  font-size: 1rem !important;
}

.figure,
.mt-editor :where(figure),
.content_data :where(figure) {
  display: inline-grid;
  row-gap: 16px;
}

.figure__caption,
.mt-editor :where(figcaption),
.content_data :where(figcaption) {
  font-size: 0.875rem;
  line-height: 1.6;
}

.table tr:first-child th,
.table tr:first-child td {
  border-top: var(--light-gray) 1px solid;
}
.table tr th,
.table tr td {
  padding: 8px 10px;
  border-bottom: var(--light-gray) 1px solid;
}
.table tr th + th,
.table tr th + td,
.table tr td + th,
.table tr td + td {
  border-left: var(--white) 4px solid;
}
.table tr th {
  font-weight: bold;
  background-color: var(--vary-light-gray);
}
.content_data {
  --primary: #009cea;
  --primary-translucent: #0073d1;
  --light-primary: #88cbff;
  --alert: #ef7000;
  --light-alert: #ff932e;
  --white: #fff;
  --vary-light-gray: #f2f2f2;
  --light-gray: #dddddd;
  --gray: #888888;
  --dark-gray: #333333;
  --black: #333333;
  --category1: #ebe4cf;
  --category2: #ffdfb9;
  --category3: #ffe0e0;
  --category4: #dcf7ca;
  --category5: #d1d6ff;
}

.mt-editor :where(a):not(.a-button):not(.toc a),
.content_data :where(a):not(.a-button):not(.toc a) {
  color: var(--primary-translucent);
  text-decoration: underline;
}
.mt-editor :where(a):not(.a-button):not(.toc a):hover,
.content_data :where(a):not(.a-button):not(.toc a):hover {
  text-decoration: none;
}
.mt-editor :where(h2),
.content_data :where(h2) {
  font-size: 1.375rem;
  line-height: 1.6;
  font-weight: bold;
  margin-block: 60px 30px;
}
.mt-editor :where(h3),
.content_data :where(h3) {
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: bold;
  margin-block: 30px;
}
.mt-editor :where(h4),
.content_data :where(h4) {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: bold;
  margin-block: 30px;
}
.mt-editor :where(p),
.content_data :where(p) {
  margin-block: 1rem;
  line-height: 1.6;
}
.mt-editor :where(p):first-child,
.content_data :where(p):first-child {
  margin-top: 0;
}
.mt-editor :where(p):last-child,
.content_data :where(p):last-child {
  margin-bottom: 0;
}
.mt-editor :where(ul),
.content_data :where(ul) {
  margin-block: 1rem;
}
.mt-editor :where(ul):first-child,
.content_data :where(ul):first-child {
  margin-top: 0;
}
.mt-editor :where(ul):last-child,
.content_data :where(ul):last-child {
  margin-bottom: 0;
}
.mt-editor :where(ol),
.content_data :where(ol) {
  margin-block: 1rem;
}
.mt-editor :where(ol):first-child,
.content_data :where(ol):first-child {
  margin-top: 0;
}
.mt-editor :where(ol):last-child,
.content_data :where(ol):last-child {
  margin-bottom: 0;
}
.mt-editor :where(ul a),
.mt-editor :where(ol a),
.content_data :where(ul a),
.content_data :where(ol a) {
  text-decoration: none;
}
.mt-editor :where(ul a):hover,
.mt-editor :where(ol a):hover,
.content_data :where(ul a):hover,
.content_data :where(ol a):hover {
  text-decoration: underline !important;
}
.mt-editor :where(figure),
.content_data :where(figure) {
  margin-block: 1rem;
}
.mt-editor :where(figure):first-child,
.content_data :where(figure):first-child {
  margin-top: 0;
}
.mt-editor :where(figure):last-child,
.content_data :where(figure):last-child {
  margin-bottom: 0;
}
.mt-editor :where(hr),
.content_data :where(hr) {
  margin-block: 50px;
}
.mt-editor .mt-be-columns,
.content_data .mt-be-columns {
  margin-block: 50px;
}
.mt-editor .mt-be-columns:has(> :nth-child(3):last-child),
.content_data .mt-be-columns:has(> :nth-child(3):last-child) {
  column-gap: 30px;
}
.mt-editor table,
.content_data table {
  margin-block: 50px;
}
.mt-editor table tr:first-child th,
.mt-editor table tr:first-child td,
.content_data table tr:first-child th,
.content_data table tr:first-child td {
  border-top: var(--light-gray) 1px solid;
}
.mt-editor table tr th,
.mt-editor table tr td,
.content_data table tr th,
.content_data table tr td {
  padding: 8px 10px;
  border-bottom: var(--light-gray) 1px solid;
}
.mt-editor table tr th + th,
.mt-editor table tr th + td,
.mt-editor table tr td + th,
.mt-editor table tr td + td,
.content_data table tr th + th,
.content_data table tr th + td,
.content_data table tr td + th,
.content_data table tr td + td {
  border-left: var(--white) 4px solid;
}
.mt-editor table tr th,
.content_data table tr th {
  font-weight: bold;
  background-color: var(--vary-light-gray);
}
.mt-editor .bg-box,
.content_data .bg-box {
  margin-block: 50px;
}
.mt-editor .bg-box > :first-child,
.content_data .bg-box > :first-child {
  margin-top: 0 !important;
}
.mt-editor .bg-box:has(.ad__colbox),
.content_data .bg-box:has(.ad__colbox) {
  margin-block: 50px;
}
.mt-editor .button-wrapper,
.content_data .button-wrapper {
  margin-block: 30px;
  justify-content: flex-start;
}
.mt-editor .article-clip,
.content_data .article-clip {
  margin-block: 50px;
}
.mt-editor .date-block,
.content_data .date-block {
  display: none;
}

.content_data > * {
  margin-block: 0 !important;
}
.content_data h2,
.content_data h3,
.content_data h4,
.content_data table {
  margin-block: 0 !important;
}
.content_data .toc {
  margin-inline: 0 !important;
}
.content_data .date-block {
  background-color: burlywood;
  display: block !important;
}
.content_data .float-button-wrapper {
  position: static;
}
.content_data .float-button-wrapper::before {
  content: "右下固定ボタン";
  font-size: 0.875rem;
  font-weight: bold;
  display: block;
  margin-bottom: 8px;
}
.content_data .float-button-wrapper .a-button {
  width: 336px !important;
}

.bg-box {
  border-radius: 16px;
  background-color: var(--white);
  padding: 24px;
}
.bg-box:has(> .container) {
  padding-inline: 0;
}

.bg-box--p-lg {
  padding: 50px 40px;
}

.bg-box--p-sm {
  padding: 24px;
}

.bg-box--p-xs {
  padding: 8px 16px;
}

.bg-box--light-primary {
  background-color: var(--light-primary);
}

.bg-box--light-gray {
  background-color: var(--vary-light-gray);
}

.bg-box--light-alert {
  background-color: var(--light-alert);
}

.bg-box--border {
  border: var(--light-gray) 1px solid;
}

.bg-box--border-light-blue,
.bg-box--border-green,
.bg-box--border-blue,
.bg-box--border-pink,
.bg-box--border-beige {
  position: relative;
  border: none;
}
.bg-box--border-light-blue::before,
.bg-box--border-green::before,
.bg-box--border-blue::before,
.bg-box--border-pink::before,
.bg-box--border-beige::before {
  content: "";
  position: absolute;
  background: url(/assets/images/deco_box_border.svg) repeat left top;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 12px;
}
.bg-box--border-light-blue::after,
.bg-box--border-green::after,
.bg-box--border-blue::after,
.bg-box--border-pink::after,
.bg-box--border-beige::after {
  content: "";
  position: absolute;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  left: 6px;
  top: 6px;
  background-color: var(--white);
  border-radius: 12px;
}
.bg-box--border-light-blue > *,
.bg-box--border-green > *,
.bg-box--border-blue > *,
.bg-box--border-pink > *,
.bg-box--border-beige > * {
  position: relative;
  z-index: 2;
}

.bg-box--border-beige::before {
  filter: brightness(0) saturate(100%) invert(74%) sepia(14%) saturate(303%)
    hue-rotate(6deg) brightness(88%) contrast(90%);
}

.bg-box--border-pink::before {
  filter: brightness(0) saturate(100%) invert(73%) sepia(21%) saturate(711%)
    hue-rotate(308deg) brightness(98%) contrast(99%);
}

.bg-box--border-blue::before {
  filter: brightness(0) saturate(100%) invert(71%) sepia(53%) saturate(803%)
    hue-rotate(192deg) brightness(103%) contrast(101%);
}

.bg-box--border-green::before {
  filter: brightness(0) saturate(100%) invert(84%) sepia(23%) saturate(799%)
    hue-rotate(44deg) brightness(88%) contrast(84%);
}

.article-clip {
  display: grid;
  grid-template-columns: 29.9392097264% 1fr;
  column-gap: 4.5592705167%;
}
.article-clip.--reverse {
  grid-template-columns: 1fr 29.9392097264%;
}
.article-clip.--reverse .article-clip__text {
  order: 1;
}
.article-clip.--reverse .article-clip__image {
  order: 2;
}
.article-clip .article-clip__image {
  align-self: flex-start;
}
.article-clip .article-clip__image img {
  border-radius: 8px;
}
.article-clip.article-clip--interview {
  grid-template-columns: 12.1580547112% 1fr;
}
.article-clip.article-clip--interview.--reverse {
  grid-template-columns: 1fr 12.1580547112%;
}
.article-clip.article-clip--interview.--reverse .article-clip__text {
  border-radius: 16px 0 16px 16px;
}
.article-clip.article-clip--interview.--reverse .article-clip__text::before {
  left: auto;
  right: -16px;
  transform: scale(-1, 1);
}
.article-clip.article-clip--interview:has(+ .article-clip--interview) {
  margin-bottom: 20px;
}
.article-clip.article-clip--interview + .article-clip--interview {
  margin-top: 20px;
}
.article-clip.article-clip--interview .article-clip__text {
  background-color: var(--vary-light-gray);
  padding: 20px 24px;
  border-radius: 0 16px 16px 16px;
  position: relative;
  margin-top: 20px;
}
.article-clip.article-clip--interview .article-clip__text::before {
  position: absolute;
  content: "";
  top: 0;
  left: -16px;
  width: 26px;
  height: 25px;
  background-color: var(--vary-light-gray);
  clip-path: polygon(0% 0%, 26px 0%, 26px 25px);
}
.article-clip.article-clip--interview .article-clip__image figure {
  row-gap: 8px;
}
.article-clip.article-clip--interview .article-clip__image img {
  aspect-ratio: 1;
  border-radius: 100vw;
  border: var(--light-gray) 1px solid;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article-clip.article-clip--interview .article-clip__image figcaption {
  text-align: center;
}

.button-wrapper {
  display: flex;
  justify-content: space-around;
  column-gap: 24px;
}

.company-area {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 30px;
  margin-top: 70px;
}

.company-area__label {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 15px;
}

.company-area__label-text {
  font-weight: bold;
}

.company-area__button {
  max-width: 157px;
}
.company-area__button .a-button {
  min-width: auto;
  padding-inline: 13px;
}

.a-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 8px;
  color: #fff;
  background-color: var(--primary);
  font-weight: 500;
  background-image: linear-gradient(115deg, #009cea 0%, #005fed 100%);
  border-radius: 2em;
  line-height: 1.2;
  transition: opacity 0.3s ease;
  padding: 0.25em 1.5em;
  min-height: 45px;
  font-size: 1rem;
  min-width: 228px;
}
.a-button:hover {
  opacity: 0.7;
}
.a-button .a-button__inner {
  width: 100%;
}
.a-button .a-button__icon {
  flex-shrink: 0;
  position: relative;
  display: block;
  background-color: currentColor;
  -webkit-mask: url(/assets/images/ic_arrow.svg) no-repeat center center/contain;
  mask: url(/assets/images/ic_arrow.svg) no-repeat center center/contain;
}

.a-button--white {
  color: #333 !important;
  background: var(--white) !important;
  border-color: var(--primary) !important;
  transition: opacity 0.3s ease;
}
.a-button--white:hover {
  opacity: 0.7;
}

.a-button--outline {
  color: var(--primary-translucent) !important;
  background: var(--white) !important;
  border: var(--primary-translucent) 1px solid !important;
  transition: opacity 0.3s ease;
}
.a-button--outline:hover {
  opacity: 0.7;
}

.a-button--disabled {
  color: var(--gray) !important;
  background: var(--light-gray) !important;
  pointer-events: none;
}

.a-button--underline {
  background-color: transparent;
  color: var(--primary);
  border-color: var(--primary-translucent) !important;
  border-radius: 0;
  border-top: 0;
  border-inline: 0;
  padding-top: 0;
  padding-inline: 0;
  transition: opacity 0.3s ease;
}
.a-button--underline:hover {
  opacity: 0.7;
}

.a-button--noline {
  background-color: transparent;
  color: var(--primary);
  border: none !important;
  border-radius: 0;
  border-top: 0;
  border-inline: 0;
  padding-top: 0;
  padding-inline: 0;
  transition: opacity 0.3s ease;
}
.a-button--noline:hover {
  opacity: 0.7;
}

.a-button.a-button--ad {
  width: auto;
  min-width: unset !important;
  padding-inline: 1.25em 1.5em !important;
  font-weight: bold !important;
  justify-content: center !important;
  width: 100%;
  min-height: 60px;
  font-size: 1.125rem;
}
.a-button.a-button--ad .a-button__inner {
  width: auto;
  display: flex;
  align-items: center;
  column-gap: 8px;
}
.a-button.a-button--ad .a-button__inner::before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.25lh;
  vertical-align: bottom;
  -webkit-mask-image: url(/assets/images/ic_contact.svg);
  mask-image: url(/assets/images/ic_contact.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center center;
  mask-position: center center;
  background-color: currentColor;
}
.a-button.a-button--ad .a-button__icon {
  display: none;
}

.a-button.a-button-dl,
.a-button.a-button-apply {
  width: 100%;
  min-height: 90px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  justify-content: center;
  flex-direction: row-reverse;
  column-gap: 18px;
}
.a-button.a-button-dl::before,
.a-button.a-button-apply::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(
    -5deg,
    #6bceff 0,
    #ffb55b 33%,
    #ffa3a3 66%,
    #6bceff 100%
  );
}
.a-button.a-button-dl::after,
.a-button.a-button-apply::after {
  content: "";
  position: absolute;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  left: 4px;
  top: 4px;
  background: var(--white);
  border-radius: 12px;
}
.a-button.a-button-dl > *,
.a-button.a-button-apply > * {
  position: relative;
  z-index: 2;
}
.a-button.a-button-dl .a-button__inner,
.a-button.a-button-apply .a-button__inner {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  color: var(--black);
  width: auto;
}
.a-button.a-button-dl .a-button__icon,
.a-button.a-button-apply .a-button__icon {
  width: 40px;
  height: auto;
  aspect-ratio: 40/32;
  -webkit-mask: none;
  mask: none;
  background: url(/assets/images/ic_btn_dl.svg) no-repeat center center/cover;
}

.a-button.a-button-apply .a-button__icon {
  width: 35px;
  aspect-ratio: 35/38;
  background: url(/assets/images/ic_btn_apply.svg) no-repeat center center/cover;
}

.float-button-wrapper {
  position: fixed;
  right: 24px;
  bottom: 100px;
  z-index: 10;
}
.float-button-wrapper.is-static {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  right: 50%;
  transform: translateX(50%);
  position: absolute;
  padding-right: 24px;
}
.float-button-wrapper .a-button {
  width: 336px;
  min-width: auto;
  min-height: 70px;
  padding-inline: 18px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
}
.float-button-wrapper .a-button .a-button__inner {
  font-size: 1.25rem;
}
.float-button-wrapper .a-button-dl .a-button__icon,
.float-button-wrapper .a-button.a-button-apply .a-button__icon {
  width: 30px;
}
.float-button-wrapper .a-button-apply .a-button__icon {
  width: 26px;
}

.button-select {
  width: fit-content;
  min-height: 38px;
  position: relative;
  font-size: 0.875rem;
  color: #333;
  font-weight: bold;
  padding: 1px 24px 2px 34px;
  border-radius: 19px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background ease-out 0.2s;
  background: #ecefed;
  font-family: inherit;
}
.button-select::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 14px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #fff;
  transition: background-color ease-out 0.2s;
}
.button-select__text {
  display: none;
}
.button-select:has(.button-select__text:checked) {
  background-color: #a50034;
  color: #333;
}
.button-select:has(.button-select__text:checked)::before {
  background-color: #fff;
}

.button-more {
  display: flex;
  align-items: center;
  text-decoration: none !important;
  transition:
    height ease-out 0.2s,
    background ease-out 0.2s,
    border-radius 0.2s ease-out;
}
.button-more__text {
  margin-right: 10px;
  color: #333;
  font-weight: 600;
  font-size: 1.25rem;
  transition:
    letter-spacing ease-out 0.2s,
    transform ease-out 0.2s;
  line-height: 2;
}
.button-more__icon {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #333;
  position: relative;
}
.button-more__icon::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #a50034;
  border-radius: 100%;
  transition: all ease-out 0.2s;
}
.button-more__icon-inner {
  display: block;
  width: 24px;
  height: 6px;
  position: relative;
  z-index: 2;
}
.button-more__icon-inner::before,
.button-more__icon-inner::after {
  content: "";
  background: #fff;
  position: absolute;
}
.button-more__icon-inner::before {
  width: 100%;
  height: 1px;
  left: 0;
  top: calc(50% - 1px);
  transition:
    left 0.2s ease-out,
    background 0.2s ease-out;
}
.button-more__icon-inner::after {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  left: 0;
  top: -0.5px;
  transition:
    left 0.2s ease-out,
    background 0.2s ease-out;
}
.button-more.type-white .button-more__text {
  color: #fff;
}
.button-more.type-white .button-more__icon {
  background-color: #fff;
}
.button-more.type-white .button-more__icon-inner::before,
.button-more.type-white .button-more__icon-inner::after {
  background-color: #333;
}
.button-more.type-small .button-more__text {
  font-size: 0.875rem;
  color: #333;
}
.button-more.type-small .button-more__icon {
  background-color: transparent;
}
.button-more.type-small .button-more__icon-inner::before,
.button-more.type-small .button-more__icon-inner::after {
  background-color: #333;
}
.button-more.type-small.type-white .button-more__text {
  color: #fff;
}
.button-more.type-small.type-white .button-more__icon-inner::before,
.button-more.type-small.type-white .button-more__icon-inner::after {
  background-color: #fff;
}

.page-title {
  display: grid;
  align-items: center;
  row-gap: 18px;
  min-height: 377px;
  overflow: hidden;
  position: relative;
  border-bottom: var(--primary) 1px solid;
  margin-bottom: 48px;
}
.page__member .page-title {
  background-color: var(--primary);
  min-height: 249px;
  color: var(--white);
}
.page__member .page-title .page-title__inner::before {
  width: 157px;
  height: 165px;
  left: -80px;
  top: -97px;
  background-image: url(/assets/images/deco_lightning_blue_white_tp.svg);
}
.page-title__inner {
  max-width: var(--container);
  padding: 0 400px 0 var(--spacing);
  margin-inline: auto;
  width: 100%;
  position: relative;
  z-index: 2;
}
.page-title__inner::before {
  content: "";
  position: absolute;
  width: 225px;
  height: 237px;
  left: -80px;
  top: -144px;
  background-image: url(/assets/images/deco_lightning.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
.page-title__group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
.page-title__sub {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: var(--primary);
  margin-bottom: 24px;
}
.page-title__sub::before {
  content: "-";
  margin-right: 4px;
}
.page-title__main {
  font-size: 3rem;
  font-weight: 500;
}
.page-title__img {
  position: absolute;
  right: -140px;
  bottom: 0;
}

.page-title--article {
  background-color: var(--light-primary);
}
.page-title--has-button .page-title__buttons {
  display: flex;
  flex-direction: column;
}
.page-title--has-button .page-title__buttons .a-button {
  min-height: 48px !important;
}
.page-title--has-button .page-title__buttons .a-button + .a-button {
  margin-top: 16px;
}

.article-title {
  padding-block: 120px 40px;
  background-color: var(--light-primary);
  display: grid;
  row-gap: 30px;
  overflow: hidden;
  position: relative;
  margin-bottom: 48px;
}
.article-title__inner {
  max-width: var(--container-width-sm);
  padding-inline: var(--spacing);
  margin-inline: auto;
  position: relative;
  z-index: 2;
}
.article-title__inner::before {
  content: "";
  position: absolute;
  width: 225px;
  height: 237px;
  left: -100px;
  top: -120px;
  background-image: url(/assets/images/deco_lightning_blue_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
.article-title__group {
  display: flex;
  column-gap: 24px;
  row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  z-index: 2;
}
.article-title__tag {
  font-size: 1rem !important;
}
.article-title__date {
  font-size: 1.125rem;
  color: var(--dark-gray);
}
.article-title__main {
  width: 100%;
  font-size: 3rem;
  letter-spacing: 0;
  line-height: 1.5;
}
.article-title__breadcrumb {
  position: static !important;
  transform: none !important;
  max-width: var(--container-width-sm) !important;
  margin-inline: auto;
}

.news-list {
  display: grid;
  grid-template-columns: auto auto 1fr;
}

.news-list__item {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 3;
  column-gap: 8px;
  padding-block: 20px;
  border-bottom: 1px solid var(--gray);
}

.news-list__item__tag--member {
  background-color: var(--primary);
  color: var(--white);
}

a.news-list__item__text {
  text-decoration: underline;
}
a.news-list__item__text:hover {
  text-decoration: none;
}

.pagination {
  margin-top: 80px;
}

.pagination-list {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
}
.pagination-list > li + li {
  margin-left: 6px;
}
.pagination-list > li .pagination-list__prev {
  width: 35px;
  height: 35px;
  display: block;
  position: relative;
  transition: opacity 0.3s ease;
}
.pagination-list > li .pagination-list__prev::before {
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 20px;
  height: 21px;
  -webkit-mask: no-repeat top center/contain;
  mask: no-repeat top center/contain;
  background-color: var(--gray);
  z-index: 2;
}
.pagination-list > li .pagination-list__prev:hover {
  opacity: 0.7;
}
.pagination-list > li .pagination-list__prev::before {
  -webkit-mask-image: url(/assets/images/ic_arrow.svg);
  mask-image: url(/assets/images/ic_arrow.svg);
  transform: translate(-50%, -50%) scale(-1, 1);
}
.pagination-list > li .pagination-list__pager {
  position: relative;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100vw;
  font-size: 1.125rem;
  color: var(--gray);
  background-color: transparent;
  transition: opacity 0.3s ease;
}
.pagination-list > li .pagination-list__pager:hover {
  opacity: 0.7;
}
.pagination-list > li .pagination-list__pager.pagination-list__pager--current {
  background-color: var(--primary-translucent);
  color: var(--white);
  opacity: 1 !important;
}
.pagination-list > li .pagination-list__next {
  width: 35px;
  height: 35px;
  display: block;
  position: relative;
  transition: opacity 0.3s ease;
}
.pagination-list > li .pagination-list__next::before {
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 20px;
  height: 21px;
  -webkit-mask: no-repeat top center/contain;
  mask: no-repeat top center/contain;
  background-color: var(--gray);
  z-index: 2;
}
.pagination-list > li .pagination-list__next:hover {
  opacity: 0.7;
}
.pagination-list > li .pagination-list__next::before {
  -webkit-mask-image: url(/assets/images/ic_arrow.svg);
  mask-image: url(/assets/images/ic_arrow.svg);
}

.img--round img {
  border-radius: 10px;
}

.figure {
  max-width: 1000px;
  margin-inline: auto;
}

.modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(18, 18, 18, 0.7);
  z-index: 1001;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}
[data-modal-open="true"] .modal {
  display: block;
  animation-name: fadeInAnime;
}
[data-modal-open="false"] .modal {
  animation-name: fadeOutAnime;
}
.modal__inner {
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal__contents {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.modal__close {
  font-size: 0;
  color: transparent;
  position: absolute;
  top: -30px;
  right: 0;
  width: 30px;
  height: 15px;
}
.modal__close::before,
.modal__close::after {
  content: "";
  display: block;
  width: 32px;
  height: 2px;
  background: #fff;
  display: block;
  position: absolute;
  right: 0;
  top: calc(50% - 1px);
}
.modal__close::before {
  transform: rotate(30deg);
}
.modal__close::after {
  transform: rotate(-30deg);
}

@keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOutAnime {
  0% {
    display: block;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.accordion + .accordion {
  margin-top: 96px;
}

.accordion__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 1rem;
  position: relative;
  margin-bottom: 0 !important;
}

.accordion__button {
  width: 55px;
  aspect-ratio: 1;
  border-radius: 50%;
  color: var(--primary);
  border: 1px solid currentColor;
}
.accordion__button::after {
  content: "";
  position: absolute;
  inset: 0;
}

.accordion__button-icon {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.accordion__button-icon::before,
.accordion__button-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 20px;
  height: 2px;
  border-radius: 1px;
  background-color: currentColor;
}
.accordion__button-icon::after {
  rotate: -90deg;
  transition: rotate 0.2s ease;
}
.accordion__button[aria-expanded="true"] .accordion__button-icon::after {
  rotate: 0deg;
}

.accordion__body {
  overflow: clip;
  transition: height 0.3s ease;
}

.accordion__body-inner {
  padding-top: 40px;
}

.colbox {
  display: flex;
  flex-wrap: wrap;
  column-gap: 50px;
  row-gap: 60px;
}
.colbox.colbox--2 .colbox__col {
  width: calc(50% - 25px);
}
.colbox.colbox--2.colbox--gap-narrow {
  gap: 24px;
}
.colbox.colbox--2.colbox--gap-narrow .colbox__col {
  width: calc(50% - 12px);
}
.colbox.colbox--lg-2 .colbox__col {
  width: calc(50% - 20px);
}
.colbox.colbox--3 {
  gap: 60px 50px;
}
.colbox.colbox--3 .colbox__col {
  width: calc(33.3333% - 34px);
}
.colbox.colbox--3.colbox--gap-narrow {
  gap: 14px;
}
.colbox.colbox--3.colbox--gap-narrow .colbox__col {
  width: calc(33.3333% - 10px);
}
.colbox.colbox--5 {
  gap: 40px;
}
.colbox.colbox--5 .colbox__col {
  width: calc(20% - 40px);
}
.colbox.colbox--5:has(.circle) .colbox__col {
  min-width: 180px;
}
.colbox.colbox--center {
  justify-content: center;
}
.sdgs-icons {
  display: grid;
  grid-template-columns: repeat(auto-fill, 96px);
  gap: 10px;
}
.sdgs-icons .sdgs-icons__item {
  width: 96px;
}

.inline-column {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

hr {
  border: none;
  border-bottom: 1px solid var(--light-gray);
  margin-block: 20px;
}

.lead-line {
  position: relative;
  min-height: 182px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}
.lead-line::before {
  content: "";
  top: 0;
  position: absolute;
  height: 100%;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background: url(/nagase-techno-service/assets/img/lead_line_img.png) no-repeat
    center center/cover;
}
.lead-line::after {
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  width: 100px;
  height: 50px;
  background: #fff;
  clip-path: polygon(50% 50px, 0% 0%, 100px 0%);
}
.lead-line .lead-line__text {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

.lead-message {
  font-size: 1.75rem;
  font-weight: bold;
  color: #a50034;
}

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

.text-link {
  color: #293ea7;
  text-decoration: underline;
}
.text-link:hover {
  text-decoration: none;
}
.text-link {
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  transition: opacity 0.3s ease;
}
.text-link:hover {
  opacity: 0.7;
}
.text-link::after {
  content: "";
  width: 12px;
  height: 13px;
  -webkit-mask: url(/assets/images/ic_arrow.svg) no-repeat center center/contain;
  mask: url(/assets/images/ic_arrow.svg) no-repeat center center/contain;
  background-color: var(--primary-translucent);
  margin-left: 6px;
}

.to-top {
  position: sticky;
  bottom: 0;
  z-index: 10;
  width: fit-content;
  margin-left: auto;
  padding-right: 24px;
  height: 0;
}

.to-top__link {
  display: flex;
  align-items: center;
  column-gap: 20px;
  transition: opacity 0.2s ease;
  transform: translateY(calc(-100% - 24px));
  position: relative;
}
.to-top__link::before {
  content: "";
  flex-shrink: 0;
  width: 56px;
  aspect-ratio: 1;
  border-radius: 100vh;
  background-color: var(--white);
  border: 2px solid var(--primary);
  background-size: 23px 13px;
}
.to-top__link::after {
  content: "";
  position: absolute;
  width: 56px;
  aspect-ratio: 1;
  -webkit-mask-image: url(/assets/images/ic_arrow.svg);
  mask-image: url(/assets/images/ic_arrow.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 24px auto;
  mask-size: 24px auto;
  -webkit-mask-position: center center;
  mask-position: center center;
  background-color: var(--black);
  transform: rotate(-90deg);
}
.to-top__link:hover {
  opacity: 0.7;
}

.data-grid {
  display: grid;
}
.data-grid .data-grid__item {
  border-radius: 20px;
  padding: 24px;
}
.data-grid .data-grid__heading {
  font-weight: bold;
  font-size: 2rem;
  color: #a50034;
  line-height: 1;
}
.data-grid .data-grid__heading .data-grid__heading--small {
  font-size: 1.5rem;
}
.data-grid .data-grid__heading .data-grid__heading--tiny {
  font-size: 1.125rem;
}
.data-grid .data-grid__image.data-grid__image--center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.data-grid .data-grid__dataset {
  display: flex;
  justify-content: center;
  align-items: center;
}
.data-grid .data-grid__dataset > .data-grid__image {
  margin-right: 18px;
}
.data-grid .data-grid__data {
  font-weight: bold;
  font-size: clamp(3rem, 6.15vw, 5.625rem);
  position: relative;
  color: #a50034;
  line-height: 1;
}
.data-grid .data-grid__data .data-grid-data-info {
  font-size: clamp(1rem, 2.05vw, 1.25rem);
}
.data-grid .data-grid__data .data-grid__data-unit {
  font-size: clamp(1.125rem, 2.3vw, 1.875rem);
}
.data-grid .data-grid__datablock {
  display: flex;
  align-items: center;
}
.data-grid .data-grid__datablock + .data-grid__datablock {
  margin-left: 40px;
}
.data-grid .data-grid__datablock .data-grid__data {
  margin-left: 14px;
}
.data-grid .data-grid__unit-annotaion {
  font-size: 1.125rem;
}
.data-grid .data-grid__unit-annotaion .data-grid__unit-annotaion--small {
  font-size: 0.75rem;
}
.data-grid.data-grid--01 .data-grid__item:nth-child(1) {
  grid-area: data0101;
  background-color: #a50034;
}
.data-grid.data-grid--01 .data-grid__item:nth-child(2) {
  background-color: #f6e6eb;
  grid-area: data0102;
}
.data-grid.data-grid--01 .data-grid__item:nth-child(3) {
  background-color: #f6e6eb;
  grid-area: data0103;
}
.data-grid.data-grid--01 .data-grid__item:nth-child(3) .data-grid-data-info {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  margin-top: -16px;
}
.data-grid.data-grid--02 {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
.data-grid.data-grid--02 .data-grid__item {
  border: 4px solid #f6e6eb;
  display: flex;
  flex-direction: column;
}
.data-grid.data-grid--02 .data-grid__inner {
  display: flex;
  flex-direction: column;
}
.data-grid.data-grid--02 .data-grid__data {
  text-align: center;
}
.data-grid.data-grid--03 .data-grid__item:nth-child(1) {
  grid-area: data0201;
  background-color: rgba(153, 89, 126, 0.1);
}
.data-grid.data-grid--03 .data-grid__item:nth-child(2) {
  grid-area: data0202;
  background-color: rgba(153, 89, 126, 0.1);
}
.data-grid.data-grid--03 .data-grid__item:nth-child(3) {
  grid-area: data0203;
  background-color: #722257;
}
.data-grid.data-grid--04 {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
.data-grid.data-grid--04 .data-grid__item {
  border: 4px solid rgba(114, 34, 87, 0.1);
  display: flex;
  flex-direction: column;
}
.data-grid.data-grid--04 .data-grid__inner {
  display: flex;
  flex-direction: column;
}
.data-grid.data-grid--04 .data-grid__data {
  text-align: center;
}

.tabs__list {
  display: flex;
  margin-bottom: 3px;
  column-gap: 3px;
  width: 100%;
  background: url(/assets/images/deco_tab_line.svg) repeat-x bottom left;
  margin-bottom: 60px;
}

.tabs__button {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 6px;
  padding: 10px 20px;
  text-align: center;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: bold;
  color: #333;
  border-radius: 8px;
  background-color: #f2f2f2;
  margin-bottom: 6px;
}
.tabs__button:not([aria-selected="true"]) {
  transition: opacity 0.3s ease;
}
.tabs__button:not([aria-selected="true"]):hover {
  opacity: 0.7;
}
.tabs__button[aria-selected="true"] {
  cursor: default;
  border-radius: 8px 8px 0 0;
  border-bottom: #ff932e 3px solid;
  background-color: #fff0e1;
  margin-bottom: 0;
  padding-bottom: 12px;
}
.tabs__button .icon-new {
  display: none;
  width: 23px;
  height: 23px;
}

.bg {
  background-color: #fff;
  padding-block: 40px;
}
.bg.bg--padding-block-lg {
  padding-block: 60px 80px;
}

.bg--recruit {
  background-color: #f3f0e8;
}

.bg--retention {
  background-color: #fff3f3;
}

.bg--case-study {
  background-color: #ebedff;
}

.bg--document {
  background-color: #f6fff0;
}

.bg--event {
  background-color: rgba(255, 223, 185, 0.3);
}

.bg--about {
  background: linear-gradient(to right bottom, #e6f8ff 0, #fff0cd 100%);
}

.embed {
  border-radius: 8px;
  overflow: clip;
  aspect-ratio: 580/393;
  position: relative;
}
.embed > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.icon-new {
  display: inline-block;
  background: url(/assets/images/ic_new.svg) no-repeat center center/cover;
}

.article-card {
  display: block;
}

.article-card__thumb {
  border-radius: 8px;
  overflow: clip;
}
.article-card__thumb img {
  width: 100%;
}

.article-card__text {
  font-size: 1.125rem;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
}
.article-card__text::after {
  content: "";
  flex-shrink: 0;
  display: block;
  background-color: var(--primary);
  height: 1lh;
  -webkit-mask: url(/assets/images/ic_arrow.svg) no-repeat center center/contain;
  mask: url(/assets/images/ic_arrow.svg) no-repeat center center/contain;
}
.article-card--small .article-card__text {
  font-size: 1rem;
}

.article-card__date {
  font-size: 1rem;
  font-weight: 400;
  color: var(--dark-gray);
  margin-top: 12px;
}

.panel.is-date-checked .icon-new {
  display: block;
}

.panel__image {
  margin-bottom: 20px;
  position: relative;
  aspect-ratio: 656/370;
}
.panel__image a {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 16px;
  overflow: hidden;
  background-color: var(--white);
  border: #ddd 1px solid;
}
.panel__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.panel__image .icon-new {
  display: none;
  width: 40px;
  height: 41px;
  position: absolute;
  left: -8px;
  top: -8px;
  z-index: 2;
  pointer-events: none;
}

.panel__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  column-gap: 24px;
  margin-bottom: 16px;
}
.panel__head .article-date {
  margin-top: 3px;
}

.panel__title {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 16px;
}
.panel__title a {
  text-decoration: none;
}
.panel__title a:hover {
  text-decoration: underline !important;
}

.panel__desc {
  font-size: 0.875rem;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 16px;
}

.panel.panel--aside {
  display: grid;
  grid-template-columns: 41.2371134021% 1fr;
  grid-template-rows: auto 1fr;
  column-gap: 24px;
  padding-bottom: 24px;
  margin-top: 24px;
  border-bottom: #f2f2f2 1px solid;
}
.panel.panel--aside .panel__image {
  grid-column: 1/2;
  grid-row: 1/3;
  margin-bottom: 0;
}
.panel.panel--aside .panel__image a {
  border-radius: 8px;
}
.panel.panel--aside .panel__head {
  margin-bottom: 12px;
}
.panel.panel--aside .panel__title {
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: 0;
}

.is-no-desc .panel .panel__desc {
  display: none;
}

.panel.panel--border {
  border: var(--light-gray) 1px solid;
  border-radius: 8px;
  padding: 30px;
}

.panel.panel--member {
  display: grid;
  grid-template-columns: 29.6072507553% 1fr;
  grid-template-rows: auto 1fr;
  column-gap: 24px;
  height: 100%;
}
.panel.panel--member .panel__image {
  margin-bottom: 0;
}
.panel.panel--member .panel__image figure {
  row-gap: 10px;
}
.panel.panel--member .panel__image figcaption {
  text-align: center;
  font-weight: bold;
}
.panel.panel--member .panel__desc {
  display: block;
  margin-bottom: 0;
  overflow: auto;
  line-height: 1.6;
}

.panel.panel--service {
  padding: 0 !important;
  height: 100%;
}
.panel.panel--service .panel__image {
  margin-bottom: 0;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 260/116;
}
.panel.panel--service .panel__title {
  font-size: 1rem;
  margin-bottom: 10px;
}
.panel.panel--service .panel__body {
  padding: 10px 20px 20px;
}
.panel.panel--service .panel__body .panel__desc {
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: -0.5px;
  display: block;
  overflow: hidden;
  margin-bottom: 0;
}

.media-block {
  display: grid;
  grid-template-columns: 1fr 293px;
  column-gap: 40px;
}

.article__head {
  display: grid;
  grid-template-areas: "labels dates" "status status" "title title" "info info" "tags tags" "share share";
  grid-template-columns: 1fr auto;
  column-gap: 20px;
  margin-top: 43px;
  padding-top: 20px;
  position: relative;
}
.article__head::after {
  content: "";
  width: 100%;
  height: 3px;
  background: url(/assets/images/deco_tab_line.svg) repeat-x bottom left;
  position: absolute;
  left: 0;
  top: 0;
}

.article__labels {
  grid-area: labels;
  margin-bottom: 30px;
}

.article__event-status {
  grid-area: status;
}
.article__event-status .article-labels {
  margin-bottom: 14px;
}
.article__event-status .article-labels .label span {
  font-weight: bold;
}

.article__title {
  grid-area: title;
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 30px;
}

.article__dates {
  grid-area: dates;
  align-self: flex-start;
  display: flex;
  align-items: center;
  column-gap: 1em;
}

.article__tags {
  grid-area: tags;
  margin-bottom: 30px;
}
.article__tags .article-tags {
  column-gap: 20px;
}

.article__share {
  grid-area: share;
  display: flex;
  align-items: center;
  column-gap: 20px;
  font-size: 0.875rem;
  margin-bottom: 40px;
}

.article__sns-list {
  display: flex;
  align-items: center;
  column-gap: 12px;
}

.article__sns {
  display: flex;
  align-items: center;
  column-gap: 12px;
}

.article__copy {
  border-left: var(--light-gray) 1px solid;
  padding-left: 20px;
}

.article__copy-button {
  display: flex;
  align-items: center;
  column-gap: 8px;
  transition: opacity 0.3s ease;
}
.article__copy-button:hover {
  opacity: 0.7;
}
.article__copy-button::before {
  content: "";
  width: 18px;
  aspect-ratio: 1;
  background: url(/assets/images/ic_share_copy.svg) no-repeat center
    center/cover;
}

.status-navi {
  display: none;
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 0.875rem;
  border: var(--primary-translucent) 2px solid;
  background-color: rgba(136, 203, 255, 0.4);
  z-index: 100;
}

.article__event-info {
  grid-area: info;
  margin-bottom: 30px;
}
.article__event-info .data-list p:has(.text-link) {
  margin-top: 10px;
}

.article-labels {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.article-labels .label a,
.article-labels .label span {
  display: block;
  border-radius: 6px;
  padding: 8px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  color: #333;
}
.article-labels .label a {
  transition: opacity 0.3s ease;
}
.article-labels .label a:hover {
  opacity: 0.7;
}
.article-labels .label.--event a,
.article-labels .label.--event span {
  background-color: #ffdfb9;
}
.article-labels .label.--apply a,
.article-labels .label.--apply span {
  background-color: #ffabad;
}
.article-labels .label.--apply-end a,
.article-labels .label.--apply-end span {
  background-color: var(--light-gray);
}
.article-labels .label.--recruit a,
.article-labels .label.--recruit span {
  background-color: #ebe4cf;
}
.article-labels .label.--retention a,
.article-labels .label.--retention span {
  background-color: #ffe0e0;
}
.article-labels .label.--case-study a,
.article-labels .label.--case-study span {
  background-color: #d1d6ff;
}
.article-labels .label.--document a,
.article-labels .label.--document span {
  background-color: #dcf7ca;
}
#side .article-labels:not(.panel .article-labels) {
  gap: 8px;
}

.article-date {
  font-size: 0.75rem;
}

.article-tags {
  display: flex;
  flex-wrap: wrap;
  column-gap: 12px;
  row-gap: 8px;
}
.article-tags .tag {
  color: #009cea;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.2;
}
.article-tags .tag::before {
  content: "#";
  font-size: 0.875rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
.article-tags .tag a {
  color: #333;
  text-decoration: none;
}
.article-tags .tag a:hover {
  text-decoration: underline !important;
}
#side .article-tags {
  column-gap: 20px;
  row-gap: 16px;
}

.side-banners {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 24px;
}
.side-banners .banner {
  border-radius: 16px;
  overflow: hidden;
}

.writer__colbox {
  display: grid;
  grid-template-columns: 80px 1fr;
  column-gap: 20px;
}

.writer__thumb {
  width: 100%;
  aspect-ratio: 1;
  border: var(--light-gray) 1px solid;
  border-radius: 100vw;
  overflow: hidden;
  background-color: var(--white);
}
.writer__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.writer__detail hr {
  margin-block: 20px;
}
.writer__detail p {
  font-size: 0.875rem;
  margin-top: 0;
}
.writer__detail p:has(+ p) {
  margin-block: 0 8px;
}
.writer__detail-profile .text-link + .text-link {
  margin-left: 16px;
}

.writer__heading {
  font-size: 0.75rem;
  color: var(--gray);
  font-weight: bold;
  margin-bottom: 6px;
}

.ad__colbox {
  display: grid;
  grid-template-areas: "heading image" "detail image";
  grid-template-columns: 1fr 36.9230769231%;
  column-gap: 5.1282051282%;
  align-items: flex-end;
  overflow: hidden;
  margin-bottom: -18px;
  margin-top: -6px;
}

.ad__image {
  grid-area: image;
  width: 100%;
  transform: translateY(6px);
}

.ad__detail {
  grid-area: detail;
  align-self: flex-start;
  padding-bottom: 24px;
}

.ad__heading {
  grid-area: heading;
  font-size: 1.375rem;
  font-weight: bold;
  margin-bottom: 34px;
  display: grid;
  grid-template-columns: 26px 1fr;
  column-gap: 14px;
  padding-top: 10px;
}
.ad__heading::before {
  content: "";
  width: 100%;
  aspect-ratio: 26/41;
  background: url(/assets/images/deco_ad_heading.svg) no-repeat center
    center/cover;
  margin-top: -8px;
}

.about-mv {
  overflow: hidden;
}

.about-mv__heading {
  grid-area: heading;
  font-size: 1.625rem;
  line-height: 1.8;
  font-weight: bold;
  margin-bottom: 40px;
}

.about-mv__image {
  grid-area: image;
  margin-right: -5.6303549572%;
}

.about-mv__detail {
  grid-area: detail;
}
.about-mv__detail p {
  line-height: 1.8;
}
.about-mv__detail p + p {
  margin-top: 1em;
}

.rounded-0 {
  border-radius: 0 !important;
}
.rounded-sm {
  border-radius: 8px !important;
}
.rounded-md {
  border-radius: 16px !important;
}
.rounded-lg {
  border-radius: 32px !important;
}
.rounded-full {
  border-radius: 100vmax !important;
}
.d-inline {
  display: inline !important;
}

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

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

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

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

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

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

.d-none {
  display: none !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.justify-content-flex-start {
  justify-content: flex-start !important;
}

.justify-content-flex-end {
  justify-content: flex-end !important;
}

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

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

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

.justify-content-evenly {
  justify-content: space-evenly !important;
}
.align-items-start {
  align-items: flex-start !important;
}

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

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

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

.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}

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

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

.align-content-between {
  align-content: space-between !important;
}

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

.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

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

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

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}
.fz-sm {
  font-size: 0.875rem !important;
}
.fz-base {
  font-size: 1rem !important;
}
.fz-m {
  font-size: 1.125rem !important;
}
.fz-lg {
  font-size: 1.25rem !important;
}
.fz-xl {
  font-size: 1.5rem !important;
}
.fz-xxl {
  font-size: 2rem !important;
}
.fw-regular {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-bold {
  font-weight: bold !important;
}
.lh-1 {
  line-height: 1 !important;
}
.lh-sm {
  line-height: 1.3 !important;
}
.lh-md {
  line-height: 1.5 !important;
}
.lh-base {
  line-height: 1.875 !important;
}
.lh-xl {
  line-height: 2 !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.color-white {
  color: #fff !important;
}

.color-dark-gray {
  color: var(--dark-gray) !important;
}

.color-primary {
  color: var(--primary) !important;
}

.color-alert {
  color: var(--alert) !important;
}

.text-indent {
  text-indent: -1.3em;
  margin-left: 1.2em;
}

.grid {
  display: grid !important;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}
.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}
.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.gap-0 {
  gap: 0 !important;
}
.gap-xs {
  gap: 4px !important;
}
.gap-sm {
  gap: 8px !important;
}
.gap-md {
  gap: 16px !important;
}
.gap-lg {
  gap: 24px !important;
}
.gap-xl {
  gap: 32px !important;
}
.gap-xxl {
  gap: 40px !important;
}
.gap-xxxl {
  gap: 48px !important;
}
.gap-4xl {
  gap: !important;
}
.gap-x-0 {
  column-gap: 0;
}
.gap-x-xs {
  column-gap: 4px;
}
.gap-x-sm {
  column-gap: 8px;
}
.gap-x-md {
  column-gap: 16px;
}
.gap-x-lg {
  column-gap: 24px;
}
.gap-x-xl {
  column-gap: 32px;
}
.gap-x-xxl {
  column-gap: 40px;
}
.gap-x-xxxl {
  column-gap: 48px;
}
.gap-y-0 {
  row-gap: 0;
}
.gap-y-xs {
  row-gap: 4px;
}
.gap-y-sm {
  row-gap: 8px;
}
.gap-y-md {
  row-gap: 16px;
}
.gap-y-lg {
  row-gap: 24px;
}
.gap-y-xl {
  row-gap: 32px;
}
.gap-y-xxl {
  row-gap: 40px;
}
.gap-y-xxxl {
  row-gap: 48px;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mh-100 {
  max-height: 100% !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}

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

.mr-0 {
  margin-right: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}
.mb-xs {
  margin-bottom: 4px !important;
}

.mt-xs {
  margin-top: 4px !important;
}

.mr-xs {
  margin-right: 4px !important;
}

.ml-xs {
  margin-left: 4px !important;
}
.mb-sm {
  margin-bottom: 8px !important;
}

.mt-sm {
  margin-top: 8px !important;
}

.mr-sm {
  margin-right: 8px !important;
}

.ml-sm {
  margin-left: 8px !important;
}
.mb-md {
  margin-bottom: 16px !important;
}

.mt-md {
  margin-top: 16px !important;
}

.mr-md {
  margin-right: 16px !important;
}

.ml-md {
  margin-left: 16px !important;
}
.mb-lg {
  margin-bottom: 24px !important;
}

.mt-lg {
  margin-top: 24px !important;
}

.mr-lg {
  margin-right: 24px !important;
}

.ml-lg {
  margin-left: 24px !important;
}
.mb-xl {
  margin-bottom: 32px !important;
}

.mt-xl {
  margin-top: 32px !important;
}

.mr-xl {
  margin-right: 32px !important;
}

.ml-xl {
  margin-left: 32px !important;
}
.mb-xxl {
  margin-bottom: 40px !important;
}

.mt-xxl {
  margin-top: 40px !important;
}

.mr-xxl {
  margin-right: 40px !important;
}

.ml-xxl {
  margin-left: 40px !important;
}
.mb-xxxl {
  margin-bottom: 48px !important;
}

.mt-xxxl {
  margin-top: 48px !important;
}

.mr-xxxl {
  margin-right: 48px !important;
}

.ml-xxxl {
  margin-left: 48px !important;
}
.mb-4xl {
  margin-bottom: 64px !important;
}

.mt-4xl {
  margin-top: 64px !important;
}

.mr-4xl {
  margin-right: 64px !important;
}

.ml-4xl {
  margin-left: 64px !important;
}
.mb-5xl {
  margin-bottom: 80px !important;
}

.mt-5xl {
  margin-top: 80px !important;
}

.mr-5xl {
  margin-right: 80px !important;
}

.ml-5xl {
  margin-left: 80px !important;
}
.mb-6xl {
  margin-bottom: 96px !important;
}

.mt-6xl {
  margin-top: 96px !important;
}

.mr-6xl {
  margin-right: 96px !important;
}

.ml-6xl {
  margin-left: 96px !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.m-inline-auto {
  margin-inline: auto !important;
}

.m-inline-inherit {
  margin-inline: inherit !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}
.pb-xs {
  padding-bottom: 4px !important;
}

.pt-xs {
  padding-top: 4px !important;
}
.pb-sm {
  padding-bottom: 8px !important;
}

.pt-sm {
  padding-top: 8px !important;
}
.pb-md {
  padding-bottom: 16px !important;
}

.pt-md {
  padding-top: 16px !important;
}
.pb-lg {
  padding-bottom: 24px !important;
}

.pt-lg {
  padding-top: 24px !important;
}
.pb-xl {
  padding-bottom: 32px !important;
}

.pt-xl {
  padding-top: 32px !important;
}
.pb-xxl {
  padding-bottom: 40px !important;
}

.pt-xxl {
  padding-top: 40px !important;
}
.pb-xxxl {
  padding-bottom: 48px !important;
}

.pt-xxxl {
  padding-top: 48px !important;
}
.pb-4xl {
  padding-bottom: 64px !important;
}

.pt-4xl {
  padding-top: 64px !important;
}
.pb-5xl {
  padding-bottom: 80px !important;
}

.pt-5xl {
  padding-top: 80px !important;
}
.pb-6xl {
  padding-bottom: 96px !important;
}

.pt-6xl {
  padding-top: 96px !important;
}
.pr-0 {
  padding-right: 0 !important;
}

.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
.w-15 {
  width: 15% !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.round--trim {
  border-radius: 10px;
  overflow: hidden;
}

.circle {
  border-radius: 50%;
  background-color: #f6e6eb;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
}
.circle .circle__icon {
  margin-bottom: 8px;
}
.circle .circle__text {
  color: #a50034;
  font-weight: bold;
  font-size: 1.125rem;
}

.of-hidden {
  overflow: hidden !important;
}

.ofx-hidden {
  overflow-x: hidden !important;
}

.ofy-hidden {
  overflow-y: hidden !important;
}

@media screen and (min-width: 376px) {
  .u-is-ssp {
    display: none;
  }
}

@media (min-width: 576px) {
  .rounded-sm-0 {
    border-radius: 0 !important;
  }
  .rounded-sm-sm {
    border-radius: 8px !important;
  }
  .rounded-sm-md {
    border-radius: 16px !important;
  }
  .rounded-sm-lg {
    border-radius: 32px !important;
  }
  .rounded-sm-full {
    border-radius: 100vmax !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-grow-sm-1 {
    flex-grow: 1 !important;
  }
  .flex-shrinksm--0 {
    flex-shrink: 0 !important;
  }
  .flex-shrink-sm-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-flex-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-flex-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .fz-sm-sm {
    font-size: 0.875rem !important;
  }
  .fz-sm-base {
    font-size: 1rem !important;
  }
  .fz-sm-m {
    font-size: 1.125rem !important;
  }
  .fz-sm-lg {
    font-size: 1.25rem !important;
  }
  .fz-sm-xl {
    font-size: 1.5rem !important;
  }
  .fz-sm-xxl {
    font-size: 2rem !important;
  }
  .fw-sm-bold {
    font-weight: bold !important;
  }
  .lh-sm-1 {
    line-height: 1 !important;
  }
  .lh-sm-sm {
    line-height: 1.3 !important;
  }
  .lh-sm-md {
    line-height: 1.5 !important;
  }
  .lh-sm-base {
    line-height: 1.875 !important;
  }
  .lh-sm-xl {
    line-height: 2 !important;
  }
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .text-sm-nowrap {
    white-space: nowrap !important;
  }
  .grid .grid-sm {
    display: grid !important;
  }
  .grid-cols-sm-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-sm-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-sm-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-cols-sm-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-cols-sm-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid-cols-sm-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grid-cols-sm-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grid-cols-sm-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grid-cols-sm-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grid-cols-sm-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grid-cols-sm-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .grid-cols-sm-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-xs {
    gap: 4px !important;
  }
  .gap-sm-sm {
    gap: 8px !important;
  }
  .gap-sm-md {
    gap: 16px !important;
  }
  .gap-sm-lg {
    gap: 24px !important;
  }
  .gap-sm-xl {
    gap: 32px !important;
  }
  .gap-sm-xxl {
    gap: 40px !important;
  }
  .gap-sm-xxxl {
    gap: 48px !important;
  }
  .gap-sm-4xl {
    gap: !important;
  }
  .gap-x-sm-0 {
    column-gap: 0 !important;
  }
  .gap-x-sm-xs {
    column-gap: 4px !important;
  }
  .gap-x-sm-sm {
    column-gap: 8px !important;
  }
  .gap-x-sm-md {
    column-gap: 16px !important;
  }
  .gap-x-sm-lg {
    column-gap: 24px !important;
  }
  .gap-x-sm-xl {
    column-gap: 32px !important;
  }
  .gap-x-sm-xxl {
    column-gap: 40px !important;
  }
  .gap-x-sm-xxxl {
    column-gap: 48px !important;
  }
  .gap-x-sm-4xl {
    column-gap: !important;
  }
  .gap-y-sm-0 {
    row-gap: 0 !important;
  }
  .gap-y-sm-xs {
    row-gap: 4px !important;
  }
  .gap-y-sm-sm {
    row-gap: 8px !important;
  }
  .gap-y-sm-md {
    row-gap: 16px !important;
  }
  .gap-y-sm-lg {
    row-gap: 24px !important;
  }
  .gap-y-sm-xl {
    row-gap: 32px !important;
  }
  .gap-y-sm-xxl {
    row-gap: 40px !important;
  }
  .gap-y-sm-xxxl {
    row-gap: 48px !important;
  }
  .gap-y-sm-4xl {
    row-gap: !important;
  }
  .h-sm-25 {
    height: 25% !important;
  }
  .h-sm-50 {
    height: 50% !important;
  }
  .h-sm-75 {
    height: 75% !important;
  }
  .h-sm-100 {
    height: 100% !important;
  }
  .h-sm-auto {
    height: auto !important;
  }
  .mh-sm-100 {
    max-height: 100% !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .mb-sm-xs {
    margin-bottom: 4px !important;
  }
  .mt-sm-xs {
    margin-top: 4px !important;
  }
  .mr-sm-xs {
    margin-right: 4px !important;
  }
  .ml-sm-xs {
    margin-left: 4px !important;
  }
  .mb-sm-sm {
    margin-bottom: 8px !important;
  }
  .mt-sm-sm {
    margin-top: 8px !important;
  }
  .mr-sm-sm {
    margin-right: 8px !important;
  }
  .ml-sm-sm {
    margin-left: 8px !important;
  }
  .mb-sm-md {
    margin-bottom: 16px !important;
  }
  .mt-sm-md {
    margin-top: 16px !important;
  }
  .mr-sm-md {
    margin-right: 16px !important;
  }
  .ml-sm-md {
    margin-left: 16px !important;
  }
  .mb-sm-lg {
    margin-bottom: 24px !important;
  }
  .mt-sm-lg {
    margin-top: 24px !important;
  }
  .mr-sm-lg {
    margin-right: 24px !important;
  }
  .ml-sm-lg {
    margin-left: 24px !important;
  }
  .mb-sm-xl {
    margin-bottom: 32px !important;
  }
  .mt-sm-xl {
    margin-top: 32px !important;
  }
  .mr-sm-xl {
    margin-right: 32px !important;
  }
  .ml-sm-xl {
    margin-left: 32px !important;
  }
  .mb-sm-xxl {
    margin-bottom: 40px !important;
  }
  .mt-sm-xxl {
    margin-top: 40px !important;
  }
  .mr-sm-xxl {
    margin-right: 40px !important;
  }
  .ml-sm-xxl {
    margin-left: 40px !important;
  }
  .mb-sm-xxxl {
    margin-bottom: 48px !important;
  }
  .mt-sm-xxxl {
    margin-top: 48px !important;
  }
  .mr-sm-xxxl {
    margin-right: 48px !important;
  }
  .ml-sm-xxxl {
    margin-left: 48px !important;
  }
  .mb-sm-4xl {
    margin-bottom: 64px !important;
  }
  .mt-sm-4xl {
    margin-top: 64px !important;
  }
  .mr-sm-4xl {
    margin-right: 64px !important;
  }
  .ml-sm-4xl {
    margin-left: 64px !important;
  }
  .mb-sm-5xl {
    margin-bottom: 80px !important;
  }
  .mt-sm-5xl {
    margin-top: 80px !important;
  }
  .mr-sm-5xl {
    margin-right: 80px !important;
  }
  .ml-sm-5xl {
    margin-left: 80px !important;
  }
  .mb-sm-6xl {
    margin-bottom: 96px !important;
  }
  .mt-sm-6xl {
    margin-top: 96px !important;
  }
  .mr-sm-6xl {
    margin-right: 96px !important;
  }
  .ml-sm-6xl {
    margin-left: 96px !important;
  }
  .m-inline-sm-auto {
    margin-inline: auto !important;
  }
  .m-inline-sm-inherit {
    margin-inline: inherit !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pb-sm-xs {
    padding-bottom: 4px !important;
  }
  .pt-sm-xs {
    padding-top: 4px !important;
  }
  .pb-sm-sm {
    padding-bottom: 8px !important;
  }
  .pt-sm-sm {
    padding-top: 8px !important;
  }
  .pb-sm-md {
    padding-bottom: 16px !important;
  }
  .pt-sm-md {
    padding-top: 16px !important;
  }
  .pb-sm-lg {
    padding-bottom: 24px !important;
  }
  .pt-sm-lg {
    padding-top: 24px !important;
  }
  .pb-sm-xl {
    padding-bottom: 32px !important;
  }
  .pt-sm-xl {
    padding-top: 32px !important;
  }
  .pb-sm-xxl {
    padding-bottom: 40px !important;
  }
  .pt-sm-xxl {
    padding-top: 40px !important;
  }
  .pb-sm-xxxl {
    padding-bottom: 48px !important;
  }
  .pt-sm-xxxl {
    padding-top: 48px !important;
  }
  .pb-sm-4xl {
    padding-bottom: 64px !important;
  }
  .pt-sm-4xl {
    padding-top: 64px !important;
  }
  .pb-sm-5xl {
    padding-bottom: 80px !important;
  }
  .pt-sm-5xl {
    padding-top: 80px !important;
  }
  .pb-sm-6xl {
    padding-bottom: 96px !important;
  }
  .pt-sm-6xl {
    padding-top: 96px !important;
  }
  .position-sm-static {
    position: static !important;
  }
  .position-sm-relative {
    position: relative !important;
  }
  .position-sm-absolute {
    position: absolute !important;
  }
  .position-sm-fixed {
    position: fixed !important;
  }
  .position-sm-sticky {
    position: sticky !important;
  }
  .sm-visible {
    visibility: visible !important;
  }
  .sm-invisible {
    visibility: hidden !important;
  }
  .w-sm-15 {
    width: 15% !important;
  }
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-auto {
    width: auto !important;
  }
  .mw-sm-100 {
    max-width: 100% !important;
  }
}

@media (min-width: 769px) {
  body {
    line-height: 1.875;
  }
  .layout--2col {
    max-width: var(--container);
    padding-inline: var(--spacing);
    margin-inline: auto;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 28.6558345643%;
    column-gap: 5.9084194978%;
  }
  .layout--2col .container {
    padding-inline: 0;
  }
  .layout--2col .section:first-child {
    padding-top: 0;
  }
  .layout--2col.--narrow {
    max-width: var(--container-width-sm);
    grid-template-columns: 1fr 34.6428571429%;
    column-gap: 7.1428571429%;
  }
  .about-company__image {
    flex-shrink: 0;
    width: 40.44%;
    max-width: 360px;
  }
  .gnavi__scroll {
    height: 100%;
  }
  .gnavi__inner {
    height: 100%;
  }
  .header__nav {
    height: 100%;
  }
  .header__nav__item {
    height: 100%;
  }
  .breadcrumb {
    max-width: var(--container);
    width: 100%;
    margin-block: 18px;
  }
  .mv .swiper {
    padding-block: 30px 50px;
  }
  .mv__slider-item {
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  }
  .mv__slider-inner {
    display: flex;
    align-items: stretch;
  }
  .mv__slider-image {
    width: 58.5714285714%;
    flex-shrink: 0;
    flex-grow: 0;
  }
  .primary-heading {
    margin-bottom: 40px;
  }
  .primary-heading .primary-heading__sub {
    padding: 16px 0;
    margin-bottom: 8px;
  }
  .primary-heading .primary-heading__main {
    font-size: 2.5rem;
  }
  .category-page-title {
    font-size: 1.5rem;
    margin-bottom: 40px;
    min-height: 84px;
    border-radius: 16px;
    padding-inline: 32px;
  }
  .secondary-heading {
    font-size: 2.375rem;
    margin-bottom: 32px;
  }
  .bg--about h2 {
    font-size: 1.5rem;
    margin-bottom: 40px;
  }
  .tertiary-heading {
    font-size: 1.5rem;
    margin-bottom: 26px;
  }
  .fourth-heading {
    font-size: 1.5rem;
  }
  .fifth-heading {
    font-size: 1.125rem;
  }
  .data-list div {
    display: flex;
    column-gap: 20px;
  }
  .data-list div:first-child dd {
    font-size: 1.125rem;
  }
  .label-desc-list {
    display: grid;
    column-gap: 30px;
    grid-template-columns: 140px 1fr;
  }
  .mt-editor .mt-be-columns,
  .content_data .mt-be-columns {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    column-gap: 40px;
  }
  .a-button .a-button__icon {
    width: 13px;
    height: 14px;
  }
  .page-title--has-button .page-title__inner {
    padding: 0 var(--spacing) 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .page-title--has-button .page-title__buttons .a-button {
    min-width: 320px !important;
  }
  .colbox--about .colbox__col:last-child img {
    transform: translateX(24px);
  }
  .colbox--about .about-mv__detail {
    max-width: 535px;
    margin-left: auto;
  }
  .data-grid.data-grid--01 {
    gap: 27px 32px;
    grid-template-areas: "data0101 data0102" "data0101 data0103";
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
  .data-grid.data-grid--03 {
    gap: 22px 28px;
    grid-template-areas: "data0201 data0203" "data0202 data0203";
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
  .article-card__text::after {
    width: 13px;
  }
  .category__slider .swiper {
    overflow: visible;
  }
  .category__slider .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    column-gap: 50px;
  }
  .category__slider .swiper-controller {
    display: none;
  }
  .category__slider .category__slider-item {
    width: calc(33.3333% - 34px);
  }
  .article__event-status .article-labels .label span {
    font-size: 1.125rem;
    padding: 10px 12px;
  }
  .ad__heading {
    margin-right: -35px;
  }
  .about-mv {
    display: grid;
    grid-template-areas: "heading image" "detail image";
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto 1fr;
    column-gap: 4.75%;
    margin-right: -24px;
    margin-bottom: 32px;
  }
  .about-mv__heading {
    width: 100%;
    max-width: 535px;
    justify-self: flex-end;
  }
  .about-mv__detail {
    width: 100%;
    max-width: 535px;
    justify-self: flex-end;
  }
  .rounded-md-0 {
    border-radius: 0 !important;
  }
  .rounded-md-sm {
    border-radius: 8px !important;
  }
  .rounded-md-md {
    border-radius: 16px !important;
  }
  .rounded-md-lg {
    border-radius: 32px !important;
  }
  .rounded-md-full {
    border-radius: 100vmax !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-grow-md-1 {
    flex-grow: 1 !important;
  }
  .flex-shrinkmd--0 {
    flex-shrink: 0 !important;
  }
  .flex-shrink-md-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-flex-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-flex-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .fz-md-sm {
    font-size: 0.875rem !important;
  }
  .fz-md-base {
    font-size: 1rem !important;
  }
  .fz-md-m {
    font-size: 1.125rem !important;
  }
  .fz-md-lg {
    font-size: 1.25rem !important;
  }
  .fz-md-xl {
    font-size: 1.5rem !important;
  }
  .fz-md-xxl {
    font-size: 2rem !important;
  }
  .fw-md-bold {
    font-weight: bold !important;
  }
  .lh-md-1 {
    line-height: 1 !important;
  }
  .lh-md-sm {
    line-height: 1.3 !important;
  }
  .lh-md-md {
    line-height: 1.5 !important;
  }
  .lh-md-base {
    line-height: 1.875 !important;
  }
  .lh-md-xl {
    line-height: 2 !important;
  }
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .text-md-nowrap {
    white-space: nowrap !important;
  }
  .grid .grid-md {
    display: grid !important;
  }
  .grid-cols-md-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-md-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-md-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-cols-md-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-cols-md-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid-cols-md-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grid-cols-md-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grid-cols-md-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grid-cols-md-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grid-cols-md-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grid-cols-md-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .grid-cols-md-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-xs {
    gap: 4px !important;
  }
  .gap-md-sm {
    gap: 8px !important;
  }
  .gap-md-md {
    gap: 16px !important;
  }
  .gap-md-lg {
    gap: 24px !important;
  }
  .gap-md-xl {
    gap: 32px !important;
  }
  .gap-md-xxl {
    gap: 40px !important;
  }
  .gap-md-xxxl {
    gap: 48px !important;
  }
  .gap-md-4xl {
    gap: !important;
  }
  .gap-x-md-0 {
    column-gap: 0 !important;
  }
  .gap-x-md-xs {
    column-gap: 4px !important;
  }
  .gap-x-md-sm {
    column-gap: 8px !important;
  }
  .gap-x-md-md {
    column-gap: 16px !important;
  }
  .gap-x-md-lg {
    column-gap: 24px !important;
  }
  .gap-x-md-xl {
    column-gap: 32px !important;
  }
  .gap-x-md-xxl {
    column-gap: 40px !important;
  }
  .gap-x-md-xxxl {
    column-gap: 48px !important;
  }
  .gap-x-md-4xl {
    column-gap: !important;
  }
  .gap-y-md-0 {
    row-gap: 0 !important;
  }
  .gap-y-md-xs {
    row-gap: 4px !important;
  }
  .gap-y-md-sm {
    row-gap: 8px !important;
  }
  .gap-y-md-md {
    row-gap: 16px !important;
  }
  .gap-y-md-lg {
    row-gap: 24px !important;
  }
  .gap-y-md-xl {
    row-gap: 32px !important;
  }
  .gap-y-md-xxl {
    row-gap: 40px !important;
  }
  .gap-y-md-xxxl {
    row-gap: 48px !important;
  }
  .gap-y-md-4xl {
    row-gap: !important;
  }
  .h-md-25 {
    height: 25% !important;
  }
  .h-md-50 {
    height: 50% !important;
  }
  .h-md-75 {
    height: 75% !important;
  }
  .h-md-100 {
    height: 100% !important;
  }
  .h-md-auto {
    height: auto !important;
  }
  .mh-md-100 {
    max-height: 100% !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0 {
    margin-right: 0 !important;
  }
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .mb-md-xs {
    margin-bottom: 4px !important;
  }
  .mt-md-xs {
    margin-top: 4px !important;
  }
  .mr-md-xs {
    margin-right: 4px !important;
  }
  .ml-md-xs {
    margin-left: 4px !important;
  }
  .mb-md-sm {
    margin-bottom: 8px !important;
  }
  .mt-md-sm {
    margin-top: 8px !important;
  }
  .mr-md-sm {
    margin-right: 8px !important;
  }
  .ml-md-sm {
    margin-left: 8px !important;
  }
  .mb-md-md {
    margin-bottom: 16px !important;
  }
  .mt-md-md {
    margin-top: 16px !important;
  }
  .mr-md-md {
    margin-right: 16px !important;
  }
  .ml-md-md {
    margin-left: 16px !important;
  }
  .mb-md-lg {
    margin-bottom: 24px !important;
  }
  .mt-md-lg {
    margin-top: 24px !important;
  }
  .mr-md-lg {
    margin-right: 24px !important;
  }
  .ml-md-lg {
    margin-left: 24px !important;
  }
  .mb-md-xl {
    margin-bottom: 32px !important;
  }
  .mt-md-xl {
    margin-top: 32px !important;
  }
  .mr-md-xl {
    margin-right: 32px !important;
  }
  .ml-md-xl {
    margin-left: 32px !important;
  }
  .mb-md-xxl {
    margin-bottom: 40px !important;
  }
  .mt-md-xxl {
    margin-top: 40px !important;
  }
  .mr-md-xxl {
    margin-right: 40px !important;
  }
  .ml-md-xxl {
    margin-left: 40px !important;
  }
  .mb-md-xxxl {
    margin-bottom: 48px !important;
  }
  .mt-md-xxxl {
    margin-top: 48px !important;
  }
  .mr-md-xxxl {
    margin-right: 48px !important;
  }
  .ml-md-xxxl {
    margin-left: 48px !important;
  }
  .mb-md-4xl {
    margin-bottom: 64px !important;
  }
  .mt-md-4xl {
    margin-top: 64px !important;
  }
  .mr-md-4xl {
    margin-right: 64px !important;
  }
  .ml-md-4xl {
    margin-left: 64px !important;
  }
  .mb-md-5xl {
    margin-bottom: 80px !important;
  }
  .mt-md-5xl {
    margin-top: 80px !important;
  }
  .mr-md-5xl {
    margin-right: 80px !important;
  }
  .ml-md-5xl {
    margin-left: 80px !important;
  }
  .mb-md-6xl {
    margin-bottom: 96px !important;
  }
  .mt-md-6xl {
    margin-top: 96px !important;
  }
  .mr-md-6xl {
    margin-right: 96px !important;
  }
  .ml-md-6xl {
    margin-left: 96px !important;
  }
  .mt-md-100 {
    margin-top: 100px !important;
  }
  .mb-md-100 {
    margin-bottom: 100px !important;
  }
  .m-inline-md-auto {
    margin-inline: auto !important;
  }
  .m-inline-md-inherit {
    margin-inline: inherit !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pb-md-xs {
    padding-bottom: 4px !important;
  }
  .pt-md-xs {
    padding-top: 4px !important;
  }
  .pb-md-sm {
    padding-bottom: 8px !important;
  }
  .pt-md-sm {
    padding-top: 8px !important;
  }
  .pb-md-md {
    padding-bottom: 16px !important;
  }
  .pt-md-md {
    padding-top: 16px !important;
  }
  .pb-md-lg {
    padding-bottom: 24px !important;
  }
  .pt-md-lg {
    padding-top: 24px !important;
  }
  .pb-md-xl {
    padding-bottom: 32px !important;
  }
  .pt-md-xl {
    padding-top: 32px !important;
  }
  .pb-md-xxl {
    padding-bottom: 40px !important;
  }
  .pt-md-xxl {
    padding-top: 40px !important;
  }
  .pb-md-xxxl {
    padding-bottom: 48px !important;
  }
  .pt-md-xxxl {
    padding-top: 48px !important;
  }
  .pb-md-4xl {
    padding-bottom: 64px !important;
  }
  .pt-md-4xl {
    padding-top: 64px !important;
  }
  .pb-md-5xl {
    padding-bottom: 80px !important;
  }
  .pt-md-5xl {
    padding-top: 80px !important;
  }
  .pb-md-6xl {
    padding-bottom: 96px !important;
  }
  .pt-md-6xl {
    padding-top: 96px !important;
  }
  .position-md-static {
    position: static !important;
  }
  .position-md-relative {
    position: relative !important;
  }
  .position-md-absolute {
    position: absolute !important;
  }
  .position-md-fixed {
    position: fixed !important;
  }
  .position-md-sticky {
    position: sticky !important;
  }
  .md-visible {
    visibility: visible !important;
  }
  .md-invisible {
    visibility: hidden !important;
  }
  .w-md-15 {
    width: 15% !important;
  }
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-auto {
    width: auto !important;
  }
  .mw-md-100 {
    max-width: 100% !important;
  }
}

@media screen and (min-width: 769px) {
  .u-is-sp {
    display: none !important;
  }
}

@media (min-width: 1080px) {
  .gnavi {
    min-height: 48px;
    display: flex;
    justify-content: center;
  }
  .gnavi__inner {
    align-items: stretch;
    column-gap: 40px;
  }
  .header__nav__item {
    display: flex;
  }
  .header__nav__item a {
    display: flex;
    align-items: center;
    height: 100%;
    padding-block: 16px;
    position: relative;
  }
  .header__nav__item a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: var(--primary);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease-out;
  }
  .header__nav__item a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
  }
  .gnavi__buttons {
    display: none;
  }
  .rounded-lg-0 {
    border-radius: 0 !important;
  }
  .rounded-lg-sm {
    border-radius: 8px !important;
  }
  .rounded-lg-md {
    border-radius: 16px !important;
  }
  .rounded-lg-lg {
    border-radius: 32px !important;
  }
  .rounded-lg-full {
    border-radius: 100vmax !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-grow-lg-1 {
    flex-grow: 1 !important;
  }
  .flex-shrinklg--0 {
    flex-shrink: 0 !important;
  }
  .flex-shrink-lg-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-flex-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-flex-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .fz-lg-sm {
    font-size: 0.875rem !important;
  }
  .fz-lg-base {
    font-size: 1rem !important;
  }
  .fz-lg-m {
    font-size: 1.125rem !important;
  }
  .fz-lg-lg {
    font-size: 1.25rem !important;
  }
  .fz-lg-xl {
    font-size: 1.5rem !important;
  }
  .fz-lg-xxl {
    font-size: 2rem !important;
  }
  .fw-lg-bold {
    font-weight: bold !important;
  }
  .lh-lg-1 {
    line-height: 1 !important;
  }
  .lh-lg-sm {
    line-height: 1.3 !important;
  }
  .lh-lg-md {
    line-height: 1.5 !important;
  }
  .lh-lg-base {
    line-height: 1.875 !important;
  }
  .lh-lg-xl {
    line-height: 2 !important;
  }
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .text-lg-nowrap {
    white-space: nowrap !important;
  }
  .grid .grid-lg {
    display: grid !important;
  }
  .grid-cols-lg-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-lg-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-lg-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-cols-lg-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-cols-lg-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid-cols-lg-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grid-cols-lg-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grid-cols-lg-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grid-cols-lg-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grid-cols-lg-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grid-cols-lg-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .grid-cols-lg-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-xs {
    gap: 4px !important;
  }
  .gap-lg-sm {
    gap: 8px !important;
  }
  .gap-lg-md {
    gap: 16px !important;
  }
  .gap-lg-lg {
    gap: 24px !important;
  }
  .gap-lg-xl {
    gap: 32px !important;
  }
  .gap-lg-xxl {
    gap: 40px !important;
  }
  .gap-lg-xxxl {
    gap: 48px !important;
  }
  .gap-lg-4xl {
    gap: !important;
  }
  .gap-x-lg-0 {
    column-gap: 0 !important;
  }
  .gap-x-lg-xs {
    column-gap: 4px !important;
  }
  .gap-x-lg-sm {
    column-gap: 8px !important;
  }
  .gap-x-lg-md {
    column-gap: 16px !important;
  }
  .gap-x-lg-lg {
    column-gap: 24px !important;
  }
  .gap-x-lg-xl {
    column-gap: 32px !important;
  }
  .gap-x-lg-xxl {
    column-gap: 40px !important;
  }
  .gap-x-lg-xxxl {
    column-gap: 48px !important;
  }
  .gap-x-lg-4xl {
    column-gap: !important;
  }
  .gap-y-lg-0 {
    row-gap: 0 !important;
  }
  .gap-y-lg-xs {
    row-gap: 4px !important;
  }
  .gap-y-lg-sm {
    row-gap: 8px !important;
  }
  .gap-y-lg-md {
    row-gap: 16px !important;
  }
  .gap-y-lg-lg {
    row-gap: 24px !important;
  }
  .gap-y-lg-xl {
    row-gap: 32px !important;
  }
  .gap-y-lg-xxl {
    row-gap: 40px !important;
  }
  .gap-y-lg-xxxl {
    row-gap: 48px !important;
  }
  .gap-y-lg-4xl {
    row-gap: !important;
  }
  .h-lg-25 {
    height: 25% !important;
  }
  .h-lg-50 {
    height: 50% !important;
  }
  .h-lg-75 {
    height: 75% !important;
  }
  .h-lg-100 {
    height: 100% !important;
  }
  .h-lg-auto {
    height: auto !important;
  }
  .mh-lg-100 {
    max-height: 100% !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  .mb-lg-xs {
    margin-bottom: 4px !important;
  }
  .mt-lg-xs {
    margin-top: 4px !important;
  }
  .mr-lg-xs {
    margin-right: 4px !important;
  }
  .ml-lg-xs {
    margin-left: 4px !important;
  }
  .mb-lg-sm {
    margin-bottom: 8px !important;
  }
  .mt-lg-sm {
    margin-top: 8px !important;
  }
  .mr-lg-sm {
    margin-right: 8px !important;
  }
  .ml-lg-sm {
    margin-left: 8px !important;
  }
  .mb-lg-md {
    margin-bottom: 16px !important;
  }
  .mt-lg-md {
    margin-top: 16px !important;
  }
  .mr-lg-md {
    margin-right: 16px !important;
  }
  .ml-lg-md {
    margin-left: 16px !important;
  }
  .mb-lg-lg {
    margin-bottom: 24px !important;
  }
  .mt-lg-lg {
    margin-top: 24px !important;
  }
  .mr-lg-lg {
    margin-right: 24px !important;
  }
  .ml-lg-lg {
    margin-left: 24px !important;
  }
  .mb-lg-xl {
    margin-bottom: 32px !important;
  }
  .mt-lg-xl {
    margin-top: 32px !important;
  }
  .mr-lg-xl {
    margin-right: 32px !important;
  }
  .ml-lg-xl {
    margin-left: 32px !important;
  }
  .mb-lg-xxl {
    margin-bottom: 40px !important;
  }
  .mt-lg-xxl {
    margin-top: 40px !important;
  }
  .mr-lg-xxl {
    margin-right: 40px !important;
  }
  .ml-lg-xxl {
    margin-left: 40px !important;
  }
  .mb-lg-xxxl {
    margin-bottom: 48px !important;
  }
  .mt-lg-xxxl {
    margin-top: 48px !important;
  }
  .mr-lg-xxxl {
    margin-right: 48px !important;
  }
  .ml-lg-xxxl {
    margin-left: 48px !important;
  }
  .mb-lg-4xl {
    margin-bottom: 64px !important;
  }
  .mt-lg-4xl {
    margin-top: 64px !important;
  }
  .mr-lg-4xl {
    margin-right: 64px !important;
  }
  .ml-lg-4xl {
    margin-left: 64px !important;
  }
  .mb-lg-5xl {
    margin-bottom: 80px !important;
  }
  .mt-lg-5xl {
    margin-top: 80px !important;
  }
  .mr-lg-5xl {
    margin-right: 80px !important;
  }
  .ml-lg-5xl {
    margin-left: 80px !important;
  }
  .mb-lg-6xl {
    margin-bottom: 96px !important;
  }
  .mt-lg-6xl {
    margin-top: 96px !important;
  }
  .mr-lg-6xl {
    margin-right: 96px !important;
  }
  .ml-lg-6xl {
    margin-left: 96px !important;
  }
  .m-inline-lg-auto {
    margin-inline: auto !important;
  }
  .m-inline-lg-inherit {
    margin-inline: inherit !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pb-lg-xs {
    padding-bottom: 4px !important;
  }
  .pt-lg-xs {
    padding-top: 4px !important;
  }
  .pb-lg-sm {
    padding-bottom: 8px !important;
  }
  .pt-lg-sm {
    padding-top: 8px !important;
  }
  .pb-lg-md {
    padding-bottom: 16px !important;
  }
  .pt-lg-md {
    padding-top: 16px !important;
  }
  .pb-lg-lg {
    padding-bottom: 24px !important;
  }
  .pt-lg-lg {
    padding-top: 24px !important;
  }
  .pb-lg-xl {
    padding-bottom: 32px !important;
  }
  .pt-lg-xl {
    padding-top: 32px !important;
  }
  .pb-lg-xxl {
    padding-bottom: 40px !important;
  }
  .pt-lg-xxl {
    padding-top: 40px !important;
  }
  .pb-lg-xxxl {
    padding-bottom: 48px !important;
  }
  .pt-lg-xxxl {
    padding-top: 48px !important;
  }
  .pb-lg-4xl {
    padding-bottom: 64px !important;
  }
  .pt-lg-4xl {
    padding-top: 64px !important;
  }
  .pb-lg-5xl {
    padding-bottom: 80px !important;
  }
  .pt-lg-5xl {
    padding-top: 80px !important;
  }
  .pb-lg-6xl {
    padding-bottom: 96px !important;
  }
  .pt-lg-6xl {
    padding-top: 96px !important;
  }
  .position-lg-static {
    position: static !important;
  }
  .position-lg-relative {
    position: relative !important;
  }
  .position-lg-absolute {
    position: absolute !important;
  }
  .position-lg-fixed {
    position: fixed !important;
  }
  .position-lg-sticky {
    position: sticky !important;
  }
  .lg-visible {
    visibility: visible !important;
  }
  .lg-invisible {
    visibility: hidden !important;
  }
  .w-lg-15 {
    width: 15% !important;
  }
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .w-lg-auto {
    width: auto !important;
  }
  .mw-lg-100 {
    max-width: 100% !important;
  }
}

@media (max-width: 1079.98px) {
  :root {
    --header-height: 59px;
  }
  .header {
    position: sticky;
    left: 0;
    top: 0;
    z-index: 19;
  }
  .header::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-image: linear-gradient(90deg, #cef1ff 0%, #ffe3a1 100%);
  }
  .header__inner {
    padding-inline: 16px;
    padding-block: 0 5px;
  }
  .header__logo img {
    height: 32px;
  }
  .header__buttons {
    display: none;
  }
  .header__search-button {
    display: grid !important;
  }
  .header__hamburger {
    flex-shrink: 0;
    display: block;
    width: 48px;
    aspect-ratio: 1;
    position: relative;
    transition: border-color 0.2s ease-out;
    z-index: 100;
  }
  .header__hamburger[aria-expanded="true"] {
    border-color: var(--white);
  }
  .gnavi {
    position: fixed;
    background-image: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: clip;
    transition: height 0.4s ease-out;
    z-index: 20;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
  }
  .gnavi[inert] {
    height: 0;
  }
  .gnavi__inner {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 80px;
    padding-block: calc(var(--header-height) + 30px) 70px;
    padding-inline: 30px;
  }
  .header__nav {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 60px;
    padding-inline: 20px;
  }
  .header__nav__item {
    font-size: 1.125rem;
  }
  .company-area {
    flex-direction: column;
    row-gap: 20px;
  }
  .layout--2col .news-list {
    grid-template-columns: auto 1fr;
  }
  .layout--2col .news-list__item {
    grid-column: span 2;
    row-gap: 8px;
  }
  .layout--2col .news-list__item__tag {
    display: flex;
    align-items: center;
  }
  .layout--2col .news-list__item__text {
    grid-column: span 2;
  }
  .colbox.colbox--lg-2 {
    flex-direction: column;
  }
  .colbox.colbox--lg-2 .colbox__col {
    width: 100%;
  }
}

@media (max-width: 768.98px) {
  body {
    line-height: 1.875;
    font-size: 0.875rem;
  }
  main img {
    display: block;
    margin-inline: auto;
  }
  .layout--2col main {
    margin-bottom: 50px;
  }
  .layout--2col:has(.article) {
    margin-bottom: 160px;
  }
  .layout--2col:has(+ #categories) {
    margin-bottom: 50px;
  }
  .page--child::before {
    top: -480px;
    width: 200px;
    height: 2000px;
  }
  .president-name__main {
    font-size: 1.25rem;
  }
  .about-company__circle {
    display: none;
  }
  .about-company__blocks {
    margin-left: 20px;
  }
  .about-company__block {
    margin-right: 20px;
    grid-template-areas: "details" "head" "button";
    grid-template-columns: 1fr;
    padding: 20px;
    margin-bottom: 28px;
  }
  .about-company__head {
    order: 2;
    margin-bottom: 0;
  }
  .about-company__button {
    width: 100%;
  }
  .about-company__button > a {
    width: 100%;
  }
  .about-company__details {
    flex-direction: column;
  }
  .about-company__detail {
    order: 3;
  }
  .about-company__name {
    font-size: 1.125rem;
  }
  .about-company__name {
    font-size: 1rem;
  }
  .about-company__products {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .about-company__products-item {
    width: 100%;
  }
  .about-company__image {
    order: 1;
    align-self: center;
    margin-bottom: 20px;
  }
  .header__logo {
    font-size: 1rem;
  }
  .gnavi__scroll {
    width: 100%;
    height: 100vh;
    overflow-x: auto;
  }
  .footer {
    background-image: linear-gradient(135deg, #cef1ff 0%, #ffe3a1 75%);
  }
  .footer__inner {
    grid-template-columns: auto;
    row-gap: 40px;
    padding-block: 30px 40px;
    padding-inline: 20px;
  }
  .footer__descrption {
    font-size: 0.75rem;
  }
  .footer__logo {
    align-items: center;
  }
  .footer__menu {
    column-gap: 50px;
    align-items: stretch;
    padding-inline: 10px;
  }
  .footer__nav {
    padding-top: 10px;
  }
  .footer__nav__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
    row-gap: 28px;
  }
  .footer__nav__item {
    font-size: 0.875rem;
  }
  .footer__copyright small {
    font-size: 0.625rem;
  }
  .breadcrumb {
    margin-block: 10px;
  }
  .page__member .breadcrumb {
    margin-bottom: 10px;
  }
  .breadcrumb__list-item {
    font-size: 0.75rem;
  }
  .mv {
    margin-bottom: 40px;
  }
  .mv .article-labels {
    grid-area: labels;
    margin-bottom: 12px;
  }
  .mv .article-date {
    grid-area: date;
    margin-top: 2px;
  }
  .mv__slider-inner {
    padding: 11px 20px;
  }
  .mv__slider-image {
    border-radius: 12px;
    overflow: hidden;
  }
  .mv__slider-detail {
    padding: 20px 0;
    display: grid;
    grid-template-columns: 1fr auto;
    column-gap: 20px;
    grid-template-areas: "labels date" "title title" "desc desc";
  }
  .mv__slider-title {
    grid-area: title;
    font-size: 1rem;
    margin-bottom: 12px;
  }
  .mv__slider-desc {
    grid-area: desc;
    font-size: 0.75rem;
    -webkit-line-clamp: 3;
    margin-bottom: 0;
  }
  .pickup-wrapper {
    width: calc(100vw - 16px);
    right: 8px;
    bottom: 80px;
  }
  .pickup-wrapper.is-static {
    width: calc(100vw - 16px);
    padding-right: 0;
  }
  .pickup {
    width: 100%;
  }
  .pickup .panel {
    grid-template-columns: 41.0714285714% 1fr;
    grid-template-rows: auto auto 1fr;
    column-gap: 11px;
  }
  .pickup .panel.is-show {
    display: grid;
  }
  .pickup .panel .panel__image {
    grid-column: 1/2;
    grid-row: 2/4;
  }
  .pickup .panel .panel__head .article-date {
    font-size: 0.625rem;
  }
  .pickup .panel .panel__title {
    font-size: 0.75rem;
  }
  .pickup__head {
    grid-column: 1/3;
    grid-row: 1/2;
  }
  .pickup__heading {
    width: 126px;
  }
  .container {
    padding-inline: 20px;
  }
  .primary-heading {
    margin-bottom: 16px;
  }
  .primary-heading .primary-heading__main {
    font-size: 1.5rem;
    line-height: 1.3;
  }
  .category-page-title {
    font-size: 1.125rem;
    min-height: 70px;
    line-height: 1.3;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    padding-inline: 20px;
    margin-inline: -20px;
  }
  .secondary-heading {
    font-size: 1.5rem;
    margin-bottom: 16px;
  }
  .bg--about h2 {
    font-size: 1.125rem;
    margin-bottom: 27px;
  }
  .bg--about h3 {
    margin-bottom: 25px;
  }
  .bg--about .bg-box + h2 {
    margin-top: 40px;
  }
  .bg--about .colbox + h3 {
    margin-top: 40px;
  }
  .tertiary-heading {
    grid-template-columns: 40px 1fr;
    line-height: 1.5;
  }
  .tertiary-heading::before {
    width: 40px;
    height: 32px;
  }
  .tertiary-heading {
    font-size: 1.25rem;
    margin-bottom: 16px;
  }
  .fourth-heading {
    font-size: 1.125rem;
  }
  .fifth-heading {
    font-size: 1rem;
  }
  .fifth-heading::before {
    margin-top: 2px;
  }
  .aside-heading {
    font-size: 1.125rem;
    text-align: center;
    margin-bottom: 40px;
  }
  #side .aside-heading {
    margin-bottom: 30px;
    margin-top: 40px;
  }
  .disc-list > li:not(:last-child),
  .mt-editor :where(ul) > li:not(:last-child),
  .content_data :where(ul) > li:not(:last-child) {
    margin-bottom: 4px;
  }
  .order-list li:not(:last-child),
  .mt-editor :where(ol) li:not(:last-child),
  .content_data :where(ol) li:not(:last-child) {
    margin-bottom: 4px;
  }
  .data-list div + div {
    margin-top: 16px;
  }
  .data-list dt {
    width: auto;
    font-weight: bold;
  }
  .label-desc-list + .label-desc-list {
    padding-top: 20px;
    margin-top: 20px;
  }
  .label-desc-list__label {
    margin-bottom: 13px;
  }
  .label-desc-list__label .label span {
    font-size: 0.875rem !important;
  }
  .figure,
  .mt-editor :where(figure),
  .content_data :where(figure) {
    row-gap: 8px;
  }
  .figure__caption,
  .mt-editor :where(figcaption),
  .content_data :where(figcaption) {
    font-size: 0.75rem;
  }
  .table tr th,
  .table tr td {
    padding: 6px;
    font-size: 0.75rem;
  }
  .mt-editor :where(h2),
  .content_data :where(h2) {
    font-size: 1.125rem;
    margin-block: 50px 20px;
  }
  .mt-editor :where(h3),
  .content_data :where(h3) {
    font-size: 1rem;
    margin-block: 20px;
  }
  .mt-editor :where(h4),
  .content_data :where(h4) {
    font-size: 0.875rem;
    margin-block: 20px;
  }
  .mt-editor :where(hr),
  .content_data :where(hr) {
    margin-block: 30px;
  }
  .mt-editor .mt-be-columns,
  .content_data .mt-be-columns {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    margin-block: 30px;
  }
  .mt-editor table,
  .content_data table {
    margin-block: 30px;
  }
  .mt-editor table tr th,
  .mt-editor table tr td,
  .content_data table tr th,
  .content_data table tr td {
    padding: 6px;
    font-size: 0.75rem;
  }
  .mt-editor .bg-box,
  .content_data .bg-box {
    margin-block: 30px;
  }
  .mt-editor .button-wrapper,
  .content_data .button-wrapper {
    flex-direction: row;
    margin-block: 20px;
  }
  .mt-editor .article-clip,
  .content_data .article-clip {
    margin-block: 30px;
  }
  .bg-box {
    border-radius: 12px;
    padding: 16px 20px;
  }
  .bg-box:has(> .container) .container {
    padding-inline: 24px;
  }
  .bg-box--p-lg {
    padding: 24px;
  }
  .bg-box--p-xs {
    padding: 8px 16px;
  }
  .bg-box--border-light-blue::after,
  .bg-box--border-green::after,
  .bg-box--border-blue::after,
  .bg-box--border-pink::after,
  .bg-box--border-beige::after {
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    left: 4px;
    top: 4px;
  }
  .article-clip.--reverse {
    grid-template-columns: 1fr 22.8571428571%;
  }
  .article-clip {
    grid-template-columns: 22.8571428571% 1fr;
    column-gap: 5.7142857143%;
  }
  .article-clip .article-clip__text {
    align-self: center;
  }
  .article-clip.article-clip--interview.--reverse .article-clip__text {
    border-radius: 12px 0 12px 12px;
  }
  .article-clip.article-clip--interview .article-clip__text {
    padding: 16px;
    border-radius: 0 12px 12px 12px;
  }
  .button-wrapper {
    flex-direction: column;
    align-items: center;
    row-gap: 24px;
  }
  .company-area__label {
    flex-direction: column;
    row-gap: 20px;
  }
  .a-button .a-button__icon {
    width: 18px;
    height: 18px;
  }
  .a-button.a-button--ad {
    min-height: 50px;
    font-size: 1rem;
  }
  .a-button.a-button-dl,
  .a-button.a-button-apply {
    min-height: 70px;
  }
  .a-button.a-button-dl .a-button__inner,
  .a-button.a-button-apply .a-button__inner {
    font-size: 1.125rem;
  }
  .a-button.a-button-dl .a-button__icon,
  .a-button.a-button-apply .a-button__icon {
    width: 32px;
  }
  .a-button.a-button-apply .a-button__icon {
    width: 28px;
  }
  .float-button-wrapper {
    right: 20px;
    bottom: 80px;
  }
  .float-button-wrapper.is-static {
    padding-right: 20px;
  }
  .float-button-wrapper .a-button {
    width: 175px;
    min-height: 50px;
    column-gap: 6px;
  }
  .float-button-wrapper .a-button .a-button__inner {
    text-align: left;
    font-size: 0.875rem;
  }
  .float-button-wrapper .a-button-dl .a-button__icon,
  .float-button-wrapper .a-button.a-button-apply .a-button__icon {
    width: 18px;
  }
  .float-button-wrapper .a-button-apply .a-button__icon {
    width: 14px;
  }
  .button-more__text {
    font-size: 1.125rem;
  }
  .page-title {
    row-gap: 20px;
    margin-bottom: 35px;
    min-height: auto;
    align-items: flex-start;
  }
  .page__member .page-title {
    min-height: 208px;
  }
  .page__member .page-title .page-title__inner::before {
    width: 125px;
    height: 132px;
    left: -52px;
    top: 0;
  }
  .page-title__inner {
    padding: 70px var(--spacing) 0;
  }
  .page-title__inner::before {
    width: 125px;
    height: 132px;
    left: -30px;
    top: 0;
  }
  .page-title__sub {
    font-size: 0.875rem;
    margin-bottom: 16px;
  }
  .page-title__main {
    font-size: 1.5rem;
  }
  .page-title__img {
    position: relative;
    right: -105px;
  }
  .page-title--has-button .page-title__buttons {
    margin-top: 64px;
  }
  .article-title {
    padding-block: 70px 25px;
    row-gap: 20px;
    margin-bottom: 35px;
  }
  .article-title__inner::before {
    width: 125px;
    height: 132px;
    left: -30px;
    top: -70px;
  }
  .article-title__group {
    column-gap: 8px;
    row-gap: 12px;
  }
  .article-title__tag {
    font-size: 0.75rem !important;
  }
  .article-title__date {
    font-size: 0.875rem;
  }
  .article-title__main {
    font-size: 1.5rem;
  }
  .news-list {
    grid-template-columns: auto 1fr;
  }
  .news-list__item {
    grid-column: span 2;
    row-gap: 8px;
  }
  .news-list__item__date {
    font-size: 0.875rem;
  }
  .news-list__item__tag {
    display: flex;
    align-items: center;
  }
  .news-list__item__text {
    font-size: 0.875rem;
    grid-column: span 2;
  }
  .pagination {
    margin-top: 50px;
  }
  .modal__close {
    font-size: 0.75rem;
    padding-right: 30px;
    top: 30px;
    position: fixed;
  }
  .accordion + .accordion {
    margin-top: 48px;
  }
  .accordion__button {
    width: 40px;
  }
  .accordion__button-icon::before,
  .accordion__button-icon::after {
    width: 16px;
  }
  .accordion__body-inner {
    padding-top: 32px;
  }
  .colbox {
    flex-direction: column;
    row-gap: 50px;
  }
  .colbox.sp-no-gap {
    row-gap: 0 !important;
  }
  .colbox.colbox--2 .colbox__col {
    width: 100%;
  }
  .colbox.colbox--2.colbox--gap-narrow {
    gap: 10px !important;
  }
  .colbox.colbox--2.colbox--gap-narrow .colbox__col {
    width: 100%;
  }
  .colbox.colbox--3 .colbox__col {
    width: 100%;
  }
  .colbox.colbox--3.colbox--gap-narrow .colbox__col {
    width: 100%;
  }
  .colbox.colbox--5 .colbox__col {
    width: 100%;
  }
  .colbox.colbox--5.colbox--5--sp-2 {
    gap: 20px;
    flex-direction: row;
    justify-content: center;
  }
  .colbox.colbox--5.colbox--5--sp-2 .colbox__col {
    width: calc(50% - 20px);
  }
  .sdgs-icons {
    grid-template-columns: repeat(auto-fill, 64px);
    gap: 8px;
  }
  .sdgs-icons .sdgs-icons__item {
    width: 64px;
  }
  .lead-line {
    min-height: 136px;
    margin-top: 42px;
  }
  .lead-line::after {
    width: 70px;
    height: 35px;
    clip-path: polygon(50% 35px, 0% 0%, 70px 0%);
  }
  .lead-line .lead-line__text {
    font-size: 1.5rem;
    margin-top: 16px;
  }
  .lead-message {
    font-size: 1.25rem;
  }
  .to-top {
    padding-right: 16px;
  }
  .to-top__link::before {
    width: 40px;
  }
  .to-top__link::after {
    width: 40px;
  }
  .to-top__link > span {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    clip-path: inset(50%);
    border: 0;
  }
  .data-grid .data-grid__heading {
    font-size: 1.5rem;
  }
  .data-grid .data-grid__heading .data-grid__heading--small {
    font-size: 1.125rem;
  }
  .data-grid .data-grid__heading .data-grid__heading--tiny {
    font-size: 1rem;
  }
  .data-grid .data-grid__data {
    font-size: clamp(2rem, 9.14vw, 3.75rem);
  }
  .data-grid .data-grid__data .data-grid-data-info {
    font-size: clamp(0.875rem, 4vw, 1rem);
  }
  .data-grid .data-grid__data .data-grid__data-unit {
    font-size: clamp(0.875rem, 4vw, 1.125rem);
  }
  .data-grid .data-grid__unit-annotaion {
    font-size: 1rem;
  }
  .data-grid.data-grid--01 {
    grid-template-areas: "data0101" "data0102" "data0103";
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    gap: 24px;
  }
  .data-grid.data-grid--02 {
    gap: 20px;
    grid-template-columns: 1fr;
  }
  .data-grid.data-grid--03 {
    gap: 20px;
    grid-template-areas: "data0201" "data0202" "data0203";
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
  .data-grid.data-grid--04 {
    gap: 20px;
    grid-template-columns: 1fr;
  }
  .tabs__list {
    margin-inline: -20px;
    width: calc(100% + 40px);
    padding-inline: 20px;
    margin-bottom: 40px;
  }
  .tabs__button {
    width: 50%;
    min-height: 36px;
    padding: 8px 2px;
    font-size: 0.875rem;
  }
  .bg {
    padding-block: 30px;
  }
  .bg.bg--padding-block-lg {
    padding-block: 40px;
  }
  .embed {
    aspect-ratio: 343/232;
  }
  .article-card__text {
    font-size: 1rem;
  }
  .article-card__text::after {
    width: 11px;
  }
  .article-card--small .article-card__text {
    font-size: 0.875rem;
  }
  .article-card__date {
    font-size: 0.875rem;
  }
  .panel__image {
    margin-bottom: 12px;
  }
  .panel__image a {
    border-radius: 12px;
  }
  .panel__image .icon-new {
    width: 32px;
    height: 32px;
  }
  .panel__head {
    margin-bottom: 12px;
  }
  .panel__title {
    font-size: 1rem;
    margin-bottom: 12px;
  }
  .panel__desc {
    margin-bottom: 12px;
  }
  .panel.panel--aside {
    grid-template-columns: 45.7142857143% 1fr;
    padding-bottom: 20px;
    margin-top: 20px;
  }
  .panel.panel--border {
    padding: 15px;
  }
  .panel.panel--member {
    grid-template-columns: 86px 1fr;
  }
  .panel.panel--service {
    margin-inline: 25px;
  }
  .category__slider {
    margin-inline: -20px;
  }
  .category__slider .swiper {
    padding-top: 10px;
    margin-top: -10px;
  }
  .category__slider .swiper-controller {
    position: absolute;
    left: 50%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
    transform: translateX(-50%);
  }
  .category__slider button {
    color: #333;
    pointer-events: auto;
    width: 34px;
    height: 34px;
    background-color: #b2b2b2;
    border-radius: 100vw;
  }
  .category__slider button::after {
    width: 100%;
    height: 100%;
    color: transparent;
    font-size: 0.0625rem;
    background: url(/assets/images/ic_mv_pointer.svg) no-repeat center
      center/12px 13px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%)
      hue-rotate(141deg) brightness(103%) contrast(101%);
  }
  .category__slider .swiper-button-prev {
    left: 3px;
  }
  .category__slider .swiper-button-next {
    right: 3px;
    transform: rotate(180deg);
  }
  .category__slider .panel {
    padding-inline: 20px;
  }
  .media-block {
    grid-template-columns: auto;
    row-gap: 25px;
  }
  .article__head {
    margin-top: 12px;
    grid-template-areas: "labels share" "status status" "dates dates" "title title" "info info" "tags tags";
  }
  .article__labels {
    margin-bottom: 20px;
  }
  .article__event-status .article-labels .label span {
    font-size: 1rem;
  }
  .article__title {
    font-size: 1.125rem;
    margin-bottom: 20px;
  }
  .article__dates {
    margin-bottom: 10px;
  }
  .article__dates .article-date {
    font-size: 0.875rem;
  }
  .article__share {
    margin-bottom: 20px;
  }
  .article__share-text {
    display: none;
  }
  .article__copy-text {
    display: none;
  }
  .status-navi {
    padding: 6px 16px;
  }
  .article__event-info {
    margin-bottom: 20px;
  }
  .article-labels .label a,
  .article-labels .label span {
    padding: 6px;
    font-size: 0.625rem;
  }
  #side .article-labels:not(.panel .article-labels) .label {
    width: 100%;
  }
  #side .article-tags {
    column-gap: 10px;
    row-gap: 24px;
  }
  #side .article-tags .tag {
    width: calc(50% - 5px);
  }
  .side-banners {
    margin-top: 40px;
    row-gap: 15px;
  }
  .side-banners .banner {
    border-radius: 12px;
  }
  .writer__detail p {
    min-height: 1em;
  }
  .writer__detail-profile {
    margin-left: -100px;
    width: calc(100% + 100px);
  }
  .writer__detail-profile hr {
    margin-block: 15px;
  }
  .ad__colbox {
    grid-template-columns: 1fr 28.5714285714%;
    grid-template-areas: "heading heading" "detail image";
  }
  .ad__image {
    transform: translateY(-6px);
  }
  .ad__heading {
    font-size: 1rem;
    margin-bottom: 20px;
    grid-template-columns: 18px 1fr;
  }
  .ad__heading::before {
    margin-top: -4px;
  }
  .about-mv {
    margin-right: -20px;
  }
  .about-mv__heading {
    font-size: 1.125rem;
    line-height: 1.6;
    margin-bottom: 27px;
  }
  .about-mv__image {
    margin-right: -42px;
    margin-bottom: 28px;
  }
  .about-mv__detail {
    padding-right: 20px;
  }
  .about-mv__detail p {
    line-height: 1.6;
  }
}

@media (max-width: 768.98px) and (max-width: 768.98px) {
  #side .article-labels:not(.panel .article-labels) .label a,
  #side .article-labels:not(.panel .article-labels) .label span {
    padding: 16px;
    text-align: center;
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .u-is-pc {
    display: none !important;
  }
}

@media (max-width: 575.98px) {
  .data-grid .data-grid__image {
    flex: 0 0 40%;
  }
}

@media (any-hover: hover) {
  .footer__nav__item > a:hover {
    text-decoration: underline;
  }
  .button-select:hover::before {
    background-color: #a50034;
  }
  .button-more:hover .button-more__text {
    letter-spacing: 1px;
  }
  .button-more:hover .button-more__icon::before {
    width: calc(100% + 2px);
    height: calc(100% + 2px);
  }
  .button-more:hover .button-more__icon .button-more__icon-inner::before {
    background-color: #333;
  }
  .button-more:hover .button-more__icon .button-more__icon-inner::after {
    background-color: #333;
    left: 100%;
  }
}

@media (hover: hover) {
  .link-tel {
    pointer-events: none;
    cursor: text;
  }
}
