/**  Mixins */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

:root {
  --base-width: 375;
}

@media (min-width: 768px) {
  :root {
    --base-width: 1270;
  }
}

/*------------------------------------*\
    breakpoint vars
\*------------------------------------*/
/*------------------------------------*\
    breakpoint mixin
\*------------------------------------*/
/** Break desktop first**/
/** Global **/
.form-download__box,
.form-download__content,
.input-placeholder label,
.form-row__input input[type=text],
.form-row__input input[type=email],
.form-row__input input[type=password],
.form-row__input select,
.form-row__input textarea {
  font-size: 16px;
  line-height: 1.45;
}

@media only screen and (min-width: 768px) {

  .form-download__box,
  .form-download__content,
  .input-placeholder label,
  .form-row__input input[type=text],
  .form-row__input input[type=email],
  .form-row__input input[type=password],
  .form-row__input select,
  .form-row__input textarea {
    font-size: 17px;
    line-height: 2;
  }
}


/*------------------------------------*\
    breakpoint vars
\*------------------------------------*/
/*------------------------------------*\
    breakpoint mixin
\*------------------------------------*/
/** Break desktop first**/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  color: transparent;
  width: 32px;
  height: 92px;
  min-width: initial;
  border-radius: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0;
  transition: all 0.3s;
}

.slick-arrow:hover {
  opacity: 0.6;
}

.slick-arrow::before,
.slick-arrow::after {
  content: "";
  width: 7px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(-50%, -50%);
}

.slick-arrow:hover {
  color: transparent;
}

.slick-arrow.slick-prev {
  left: 0;
}

.slick-arrow.slick-prev::before {
  transform: rotate(-45deg);
  top: calc(50% - 2px);
}

.slick-arrow.slick-prev::after {
  transform: rotate(45deg);
  top: calc(50% + 2px);
}

.slick-arrow.slick-next {
  right: 0;
}

.slick-arrow.slick-next::before {
  transform: rotate(45deg);
  top: calc(50% - 2px);
}

.slick-arrow.slick-next::after {
  transform: rotate(-45deg);
  top: calc(50% + 2px);
}

.slick-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 9;
}

.slick-dots li {
  margin: 0 5px;
  padding: 0;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: all 0.3s;
}

.slick-dots li.slick-active {
  background: #000;
}

.slick-dots li button {
  padding: initial;
  max-width: initial;
  min-width: initial;
  color: transparent;
  font-size: 0;
}

/** Global **/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #6096c4;
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

:root {
  --white: #ffffff;
  --black: #000000;
  --smoke: #f4f5ef;
  --gray: #e5e5e5;
  --yellow: #FFD240;
  --red-dark: #CC2D2D;
  --blue-light: #2C9BC5;
  --primary: #5FC5EB;
  --second: #F47519;
  --third: #28A563;
  --text-body: #254B63;
  --radius: 8px;
  --text-base: 16px;
  --text-sm: 14px;
  --text-lg: 17px;
  --heading-base: 24px;
  --title-page: 48px;
}

/* Base Setting
---------------------------------------- */
body {
  margin: 0;
  padding: 0;
  font-size: 17px;
  line-height: 200%;
  letter-spacing: 0;
  font-family: "meiryo", sans-serif;
  overflow-wrap: break-word;
  font-weight: 400;
  color: var(--text-body);
  overflow-x: hidden;
  position: relative;
  width: 100%;
  background: var(--white);
  z-index: 1;
}

body.body-bg::before {
  content: "";
  background: linear-gradient(180.54deg, #CFEAFA 0.43%, #FFFFFF 99.49%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 560px;
  z-index: -1;
  pointer-events: none;
}

@media only screen and (min-width: 768px) {
  body.body-bg::before {
    height: 720px;
  }
}

p:last-of-type {
  margin: 0;
}

a {
  transition: all 0.3s;
  color: var(--text-body);
  outline: none !important;
}

a:hover {
  opacity: 0.7;
  color: var(--primary);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "meiryo", sans-serif;
  font-weight: 700;
}

h1 {
  font-size: 36px;
  line-height: 1.3;
}

@media (min-width: 48em) {
  h1 {
    font-size: 46px;
  }
}

h2 {
  font-size: 40px;
  line-height: 1.15;
}

@media (min-width: 48em) {
  h2 {
    font-size: 56px;
  }
}

h3 {
  font-size: 34px;
  line-height: 1.16;
}

@media (min-width: 48em) {
  h3 {
    font-size: 40px;
  }
}

h4 {
  font-size: 28px;
  line-height: 1.16;
}

@media (min-width: 48em) {
  h4 {
    font-size: 36px;
  }
}

h5 {
  font-size: 20px;
  line-height: 1.2;
}

@media (min-width: 48em) {
  h5 {
    font-size: 24px;
  }
}

h6 {
  font-size: 18px;
  line-height: 1.3;
}

@media (min-width: 48em) {
  h6 {
    font-size: 20px;
  }
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

iframe {
  max-width: 100%;
}

.container-fluid,
.container-2sm,
.container--sm,
.container {
  width: 100%;
  max-width: 1130px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

@media only screen and (min-width: 768px) {

  .container-fluid,
  .container-2sm,
  .container--sm,
  .container {
    padding: 0 15px;
  }
}

@media only screen and (min-width: 768px) {
  .container {
    padding: 0 15px;
    width: 1130px;
  }
}

.uf-case__box--top ul,
.uf-list-more__box ul,
.uf-list__box--body ul,
.banner__list ul,
.site-footer ul,
.site-header ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-section,
.try-box__body h3,
.try-box figure {
  background: linear-gradient(180deg, #5FC5EB 0%, #32A6D4 100%);
}

.cs-section,
.cs-banner__body,
.news-item,
.box-icon,
.contact-section__bottom,
.point-section__body,
.try-box__body {
  font-size: 16px;
  line-height: 1.45;
}

@media only screen and (min-width: 768px) {

  .cs-section,
  .cs-banner__body,
  .news-item,
  .box-icon,
  .contact-section__bottom,
  .point-section__body,
  .try-box__body {
    font-size: 17px;
    line-height: 2;
  }
}

.cs-section h2,
.cs-banner__body h1 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
}

@media only screen and (min-width: 768px) {

  .cs-section h2,
  .cs-banner__body h1 {
    font-size: 30px;
    line-height: 1.45;
  }
}

input[type=text],
input[type=email],
input[type=password],
input[type=phone],
input[type=search],
textarea,
select {
  border: 1px solid var(--gray);
  border-radius: var(--radius);
  padding: 15px 24px;
  outline: none !important;
}

.btn {
  transition: all 0.3s;
  color: var(--white);
  padding: 5px 10px;
  min-width: 155px;
  text-align: center;
  font-weight: 700;
  display: inline-flex;
  outline: none !important;
  border-radius: var(--radius);
  background: linear-gradient(180deg, #5FC5EB 0%, #32A6D4 100%);
  text-transform: uppercase;
  border: 0;
  min-height: 52px;
  box-shadow: 0px 0px 40px 0px #19445E0A;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.btn:hover {
  opacity: 0.8;
  color: var(--white);
}

.btn--rounded {
  border-radius: 999px;
}

.btn--arrow::after {
  content: "";
  width: 18px;
  height: 18px;
  background: url("../images/arrow-circle-white-orange-right.svg") no-repeat 0 0/100%;
  box-shadow: 0px 0px 40px 0px #19445E0A;
}

.btn--lg {
  min-width: 275px;
  min-height: 52px;
}

.btn--green {
  background: linear-gradient(180deg, #28A563 0%, #28965C 100%);
}

.btn--green::after {
  background-image: url("../images/arrow-circle-white-green-right.svg");
}

.btn--orange {
  background: linear-gradient(180deg, #F47519 0%, #EC6C10 100%);
}

.btn--orange::after {
  background-image: url("../images/arrow-circle-white-orange-right.svg");
}

.btn-link,
.btn-link--arrow-shadow,
.btn-link--arrow {
  font-size: 17px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.btn-link--arrow::after {
  content: "";
  width: 33px;
  height: 33px;
  background: url("../images/arrow-circle-blue-right.svg") no-repeat 0 0/100%;
}

.top-page .try-box__body--link.btn-link--arrow::after {
  content: "";
  width: 33px;
  height: 33px;
  background: url("../images/arrow-circle-blue-right.svg") no-repeat 0 0/100%;
}

.btn-link--arrow-shadow::after {
  content: "";
  width: 36px;
  height: 38px;
  background: url("../images/arrow-cirlce-blue-shadow-right.webp") no-repeat 0 0/100%;
}

.container--sm {
  max-width: 930px;
}

.container-2sm {
  max-width: 950px;
}

.container-fluid {
  max-width: 1920px;
}

@media (min-width: 48em) {
  .container-fluid {
    padding: 0 64px;
  }
}

.img-radius {
  border-radius: 24px;
}

.section {
  padding-block: 30px;
}

@media only screen and (min-width: 768px) {
  .section {
    padding-block: 80px;
  }
}

.section--gray {
  background: #F7F7F7;
}

.section--bg-1 {
  background: url("../images/bg-1-sp.webp") no-repeat 50% 0/cover #EAF7FF;
}

@media only screen and (min-width: 768px) {
  .section--bg-1 {
    background-image: url("../images/bg-1.webp");
    background-position: 50% 100%;
  }
}

.section--bg-2 {
  background: url("../images/bg-2-sp.webp") no-repeat 50% 0/cover;
}

@media only screen and (min-width: 768px) {
  .section--bg-2 {
    background-image: url("../images/bg-2.webp");
  }

  .section--bg-2.case-studies {
    padding-inline: 0;
  }
}


.section--padding-md {
  padding-block: 70px;
}

.section-heading {
  text-align: center;
  line-height: 1.45;
  margin-bottom: 25px;
  font-size: 16px;
}

@media only screen and (min-width: 768px) {
  .section-heading {
    margin-bottom: 50px;
    font-size: 17px;
    line-height: 2;
  }

  #reliable_support_quality .section-heading {
    margin-bottom: 30px;
  }

  .section.uf-info .section-heading {
    margin-bottom: 30px;
  }

  #operating_environment .section-heading {
    margin-bottom: 25px;
  }

  .robust_security_system .section-heading {
    margin-bottom: 30px;
  }
}

.section-heading h2 {
  margin: 0;
  font-weight: 700;
  font-size: var(--heading-base);
  line-height: 1.5;
  letter-spacing: -0.02em;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .section-heading h2 {
    font-size: 34px;
    line-height: 1.4;
    letter-spacing: 0;
  }
}

.section-heading__content {
  max-width: 900px;
  margin: 25px auto 0;
  text-align: left;
}

.section-heading__content.text-center {
  text-align: center;
}

.section-heading--white {
  color: var(--white);
}

.section-heading--white h2 {
  color: var(--white);
}

@media only screen and (max-width: 767px) {
  .section-heading.min-margin-sp {
    margin-bottom: 10px;
  }
}

.section-buttons {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

@media only screen and (min-width: 768px) {
  .section-buttons {
    margin-top: 50px;
  }
}

.section-buttons--right {
  justify-content: flex-end;
}

@media only screen and (min-width: 768px) {
  .section.point-section.point-section1 .container {
    width: 1230px;
    max-width: 1230px;
  }
}

.point-heading {
  line-height: 1.45;
  margin-bottom: 25px;
  font-size: 16px;
}

@media only screen and (min-width: 768px) {
  .point-heading {
    margin-bottom: 30px;
    font-size: 17px;
    line-height: 2;
  }
}

.point-heading h2 {
  margin: 0;
  font-weight: 700;
  font-size: var(--heading-base);
  line-height: 1.2;
  letter-spacing: -0.02em;
}

@media only screen and (min-width: 768px) {
  .point-heading h2 {
    font-size: 34px;
    line-height: 1.4;
    letter-spacing: 0;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .point-heading h2 {
    align-self: center;
  }
}

@media only screen and (max-width: 767px) {
  .point-heading__top {
    display: grid;
    grid-template-columns: 50px 1fr;
    gap: 10px;
  }
}

.point-heading__top h4 {
  display: flex;
  margin: 0;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-weight: 700;
  background: var(--primary);
  color: var(--white);
  border-radius: 50%;
  line-height: 1;
  flex-direction: column;
  /*font-family: "Inter", sans-serif;*/
  position: relative;
  width: 50px;
  height: 50px;
  font-size: 22px;
}

@media only screen and (min-width: 768px) {
  .point-heading__top h4 {
    width: 89px;
    height: 89px;
    font-size: 34px;
    margin: 0 auto 40px;
  }
}

.point-heading__top h4 span {
  font-size: 15px;
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .point-heading__top h4 span {
    display: none;
  }
}

.point-heading__top h4::after {
  content: "";
  border-top: 10px solid var(--primary);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (min-width: 768px) {
  .point-heading__top h4::after {
    border-top-width: 15px;
    border-left-width: 15px;
    border-right-width: 15px;
    bottom: -8px;
  }
}

.point-heading__content {
  max-width: 900px;
  margin: 25px auto 0;
  text-align: left;
}

.title-page {
  padding-block: 20px;
  background: linear-gradient(182.49deg, #CFEAFA 1.9%, #FFFFFF 140.77%);
  position: relative;
  z-index: 1;
  color: var(--blue-light);
}

@media only screen and (min-width: 768px) {
  .title-page {
    padding-block: 105px 30px;
    min-height: 230px;
  }

  .casestudy-page .title-page {
    padding-top: 110px;
  }

  .usage-fee-page .title-page {
    padding-top: 107px;
  }

  .page_trial_thanks .title-page {
    padding-top: 106px;
  }

  .page_forms .title-page {
    padding-top: 107.24px;
  }

  .page_thanks .title-page {
    padding-top: 107.24px;
  }
}

.title-page::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  background: url("../images/title-check-1.svg") no-repeat -61px -68px/188px, url("../images/title-check-2.svg") no-repeat calc(100% + 20px) 46px/165px;
}


@media only screen and (min-width: 768px) {

  /* .title-page::before {
    background-position: -80px 0, calc(100% - 4vw) 140%;
    background-size: 330px, 16vw;
  } */
  .title-page::before {
    background-position: -95px -160px, calc(100% - 19.6vw) 91px;
    background-size: 534px, 265px;
  }
}

.title-page__inner {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 10px;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .title-page__inner {
    grid-template-columns: 12% 1fr;
    gap: 5px 10px;
  }

  .support-page .title-page__inner {
    grid-template-columns: 115px 1fr;
  }

  .paperless_page .title-page__inner {
    grid-template-columns: 113px 1fr;
  }

  .column-page .title-page__inner {
    grid-template-columns: 1fr 33%;
  }

  .usage-fee-page .title-page__inner {
    grid-template-columns: 88px 1fr;
  }

  .usage-fee-page .title-page__inner img {
    max-width: 68px
  }

  .page_payroll-services .title-page__inner {
    grid-template-columns: 78px 1fr;
  }

  .column03_gensen-page .title-page__inner {
    grid-template-columns: 113px 1fr;
  }

  .casestudy-page .title-page__inner {
    grid-template-columns: 1fr 32.5%;
  }

  .page_trial_thanks .title-page__inner {
    grid-template-columns: 124px 1fr;
  }

  .page_trial .title-page__inner {
    grid-template-columns: 124px 1fr;
  }

  .page_forms .title-page__inner {
    grid-template-columns: 124px 1fr;
  }

  .page_thanks .title-page__inner {
    grid-template-columns: 130px 1fr;
  }

  .casestudy-page .title-page__inner {
    grid-template-columns: 95px 1fr;
    align-items: flex-start;
  }
}

.title-page__inner img {
  grid-column: 1/2;
}

@media only screen and (min-width: 768px) {
  .title-page__inner img {
    grid-column: 1/3;
    grid-row: 1/5;
    max-width: 92px;
    width: 100%;
    height: auto;
    align-self: start;
  }

  .casestudy-page .title-page__inner img {
    max-width: 73px;
    width: 73px;
    grid-column: 1 / 3;
    grid-row: 1 / 3;
  }

  .column03_gensen-page .title-page__inner img {
    max-width: 93px;
  }
}

.title-page__inner h1 {
  grid-column: 2/3;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--blue-light);
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .title-page__inner h1 {
    grid-column: 2/3;
    grid-row: 2/3;
    font-size: 34px;
    line-height: 1.45;
    letter-spacing: 0;
  }

  .casestudy-page .title-page__inner h1 {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
  }
}

.title-page__body {
  grid-column: 1/3;
  grid-row: 2/3;
  font-size: 16px;
  line-height: 1.45;
}

@media only screen and (min-width: 768px) {
  .title-page__body {
    grid-column: 2/3;
    grid-row: 3/4;
    font-size: 20px;
    line-height: 1.2;
  }

  .casestudy-page .title-page__body {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}

.hamburger {
  position: relative;
  width: 35px;
  height: 27px;
  line-height: 1;
  cursor: pointer;
  display: block;
  right: 0;
  z-index: 99;
  opacity: 1;
}

.hamburger span {
  width: 35px;
  height: 5px;
  background: #4AB6E0;
  backface-visibility: hidden;
  position: absolute;
  display: block;
  margin: auto;
  transition: 0.3s all ease;
  transform: rotate(0deg);
  border-radius: 5px;
  top: calc(50% - 2.5px);
  left: calc(50% - 17.5px);
}

.hamburger span::before,
.hamburger span::after {
  content: "";
  transform-origin: center center;
  width: 100%;
  height: 5px;
  background: #32A6D4;
  backface-visibility: hidden;
  position: absolute;
  left: 0;
  top: 11px;
  transition: 0.3s all ease;
  border-radius: 5px;
  opacity: 1;
}

.hamburger span::after {
  top: -11px;
  background: #5FC5EB;
}

.hamburger.active span {
  transform: rotate(225deg);
}

.hamburger.active span::before {
  transform: rotate(-90deg);
  top: 0;
}

.hamburger.active span::after {
  opacity: 0;
}

.slider-auto .splide__slide {
  width: auto !important;
  height: auto !important;
  display: block !important;
}

.top-page .slider-auto .splide__slide {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  height: 100% !important;
}

.slider-auto .splide__list {
  align-items: center;
}

.slider-auto .splide__slide img {
  display: block;
  height: auto;
}

.splide .splide__arrow {
  width: 50px;
  height: 50px;
  outline: none;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .tabs-slider .splide .splide__arrow {
    width: 86px;
    height: 86px;
  }

  .top-page .slider-auto .splide__slide figure {
    margin: 0;
  }
}

.splide .splide__arrow svg {
  display: none;
}

.splide .splide__arrow--prev {
  background: url("../images/slider-arrow-left.svg") no-repeat 0 0/100%;
  opacity: 0.8;
}

.splide .splide__arrow--next {
  background: url("../images/slider-arrow-right.svg") no-repeat 0 0/100%;
  opacity: 0.8;
}

.splide .splide__pagination {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  bottom: 0;
  gap: 10px;
}


.splide .splide__pagination li {
  margin: 0;
}

.splide .splide__pagination li button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #E3E3E3;
  margin: 0;
  outline: none;
  transform: none;
}

.splide .splide__pagination li button.is-active {
  background: #B3B3B3;
}

.splide.splide-auto-h .splide__list {
  align-items: flex-start;
  transition: all 0.3s;
}

.picture-center {
  display: block;
  text-align: center;
}

.mg-top-10 {
  margin-top: 10px;
}


.mg-top-50 {
  margin-top: 25px;
}

@media only screen and (min-width: 768px) {
  .mg-top-50 {
    margin-top: 50px;
  }
}

.mg-top-80 {
  margin-top: 40px;
}

@media only screen and (min-width: 768px) {
  .mg-top-80 {
    margin-top: 80px;
  }
}

@media screen and (min-width: 768px) {
  .pcbr {
    display: block;
  }

  .spbr {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .pcbr {
    display: none;
  }

  .spbr {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .hide-pc {
    display: none !important;
    /* (CODEX) !importantを追加 */
  }
}

@media only screen and (max-width: 767px) {
  .hide-sp {
    display: none !important;
    /* (CODEX) !importantを追加 */
  }
}

body.show-nav {
  overflow: hidden;
}

body.show-nav .site-header__nav {
  opacity: 1;
  visibility: visible;
}

.site-header {
  font-weight: 300;
  position: sticky;
  z-index: 999;
  background: var(--white);
  padding-block: 9px;
  width: 100%;
  left: 0;
  top: 0;
}

@media only screen and (min-width: 768px) {
  .site-header {
    padding-block: 16.5px;
    background: none;
    position: fixed;
    z-index: 999999999;
  }
}

.site-header.header-sticky {
  background: #F7F7F7;
}

.site-header .container {
  position: static;
}

.site-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 13px;
  border-radius: 8px;
}

@media only screen and (min-width: 768px) {
  .site-header__inner {
    gap: 0;
    justify-content: flex-start;
  }

  .site-header__logo {
    position: relative;
    z-index: 9;
  }
}

.site-header__logo img {
  height: 51px;
}


@media only screen and (max-width: 767px) {
  body.show-nav .site-header__inner {
    flex-direction: column;
  }

  body.show-nav .site-header {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    height: 100vh;
    overflow-y: scroll;
  }

  .site-header__nav {
    display: none;
  }

  body.show-nav .site-header__nav {
    position: unset;
    gap: 50px;
    display: flex;
    flex-direction: column;
    width: 100%;
    /* top: 0;
    left: 0;
    background: #fff; */
  }

  body.show-nav .site-header__btn {
    position: fixed;
    z-index: 8;
    top: 20px;
    right: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .site-header__nav {
    display: block !important;
    margin: 0 7px 0 28px;
  }
}

@media only screen and (max-width: 767px) {
  .site-header__nav nav {
    margin-top: 65px;
  }
}

.site-header__nav ul {
  font-size: 17px;
}

@media only screen and (min-width: 768px) {
  .site-header__nav ul {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .site-header__nav ul li {
    border-bottom: 1px solid #D9D9D9;
  }
}

.site-header__nav ul li a {
  color: var(--text-body);
  display: block;
  position: relative;
  padding: 19px 11px;
}

.site-header__nav ul li a:hover {
  color: var(--primary);
}

@media only screen and (min-width: 768px) {
  .site-header__nav ul li a {
    font-weight: 700;
    padding: 8px;
    font-size: 16px;
  }

  .site-header__nav ul li.active a,
  .site-header__nav ul li:hover a {
    background: #fff;
    border-radius: 8px;
  }
}

@media only screen and (max-width: 767px) {
  .site-header__nav ul li.menu-other>a {
    color: var(--text-body);
    padding: 10px;
  }
}

.site-header__nav--buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 0;
  height: 116px;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .site-header__nav--buttons {
    display: none;
  }
}

.site-header__nav--buttons a {
  width: 100%;
}

.site-header__btn {
  position: relative;
  z-index: 8;
}

@media only screen and (min-width: 768px) {
  .site-header__btn {
    display: none;
  }
}

.site-header__buttons {
  display: none;
}

@media only screen and (min-width: 768px) {
  .site-header__buttons {
    display: flex;
    gap: 12px;
  }

  /*  .site-header__buttons a {
    padding: 5px 5px;
    min-width: 125px;
    font-size: 14px;
  } */
}

.content-bottom {
  padding-block: 30px;
  font-size: 10px;
  line-height: 1.7;
}

@media only screen and (min-width: 768px) {
  .content-bottom {
    padding-block: 70px;
    font-size: 17px;
    line-height: 2;
  }
}

.site-footer {
  padding-block: 50px;
  border-top: 1px solid #D9D9D9;
}

@media only screen and (min-width: 768px) {
  .site-footer {
    padding-block: 70px;
  }
}

.site-footer .container {
  max-width: 1230px;
}

.site-footer__logo {
  display: flex;
  gap: 24px;
  font-size: var(--text-sm);
  line-height: 1.4;
  align-items: center;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 10px;
  margin-bottom: 14px;
}

@media (min-width: 500px) and (max-width: 767px) {
  .site-footer__logo {
    justify-content: center;
  }
}

@media only screen and (min-width: 768px) {
  .site-footer__logo {
    padding-bottom: 15.5px;
    margin-bottom: 20px;
  }
}

.site-footer__logo img {
  height: 51px;
}

.site-footer__logo h2 {
  font-weight: 700;
  font-size: var(--heading-base);
  line-height: 1.5;
  letter-spacing: -0.02em;
  margin: 3px 0 0;
}

@media (min-width: 500px) and (max-width: 767px) {
  .site-footer__main {
    max-width: 375px;
    margin-inline: auto;
  }
}

@media only screen and (min-width: 768px) {
  .site-footer__main {
    display: flex;
  }
}

@media only screen and (min-width: 768px) {
  .site-footer__main--left {
    width: 50%;
    padding-right: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .site-footer__main--left {
    width: 685px;
    padding-right: 30px;
  }
}

.site-footer__main--left nav {
  display: grid;
  max-width: 392px;
  grid-template-columns: 53% 47%;
  gap: 12px 20px;
}

@media only screen and (min-width: 768px) {
  .site-footer__main--left nav {
    grid-template-columns: 1fr 1fr;
    gap: 12px 32px;
  }
}

.site-footer__main--left nav ul {
  font-size: var(--text-lg);
  line-height: 1.294;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.site-footer__main--right {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .site-footer__main--right {
    width: 388px;
    border-left: 1px solid #D9D9D9;
    padding-left: 30px;
    margin-top: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

/* @media only screen and (min-width: 992px) {
  .site-footer__main--right {
    width: 43%;
    padding-left: 30px;
  }
} */
.site-footer__main--right figure {
  margin-top: 24px;
}

@media only screen and (min-width: 768px) {
  .site-footer__main--right figure {
    grid-row: 3/4;
    grid-column: 1/3;
  }
}

.site-footer__main--right figure img {
  width: 100%;
  max-width: 358px;
}

.site-footer__main--buttons {
  margin-top: 30px;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  max-width: 335px;
}

@media only screen and (min-width: 768px) {
  .site-footer__main--buttons {
    justify-content: flex-start;
  }
}

@media only screen and (min-width: 768px) {
  .site-footer__main--buttons a {
    width: 155px;
    height: 52px;
    font-size: 16px;
    padding: 0;
  }
}

.site-footer__intro {
  font-size: 14px;
  line-height: 1.4;
}

@media only screen and (min-width: 768px) {
  .site-footer__intro {
    grid-row: 1/2;
    grid-column: 1/3;
  }
}

.site-footer__intro>img {
  margin-top: 9px;
}

.site-footer__links {
  margin-top: 20px;
  max-width: 358px;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: flex-end;
}

@media only screen and (min-width: 768px) {
  .site-footer__links {
    grid-row: 2/3;
    grid-column: 1/2;
  }
}

.site-footer__links nav ul {
  display: flex;
  flex-direction: column;
  gap: 0;
  line-height: 140%;
}

.site-footer__socials {
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .site-footer__socials {
    grid-row: 2/3;
    grid-column: 2/3;
    margin-bottom: 0;
    justify-content: end;
  }
}

.site-footer__socials ul {
  display: flex;
  align-items: center;
  gap: 9px;
}

.site-footer__bottom {
  margin-top: 16px;
  text-align: center;
  font-size: var(--text-sm);
}

@media only screen and (min-width: 768px) {
  .site-footer__bottom {
    margin-top: 46px;
  }
}

.fixed-popup {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
  display: none;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}

@media only screen and (min-width: 768px) {
  .fixed-popup {
    display: block;
  }
}

.fixed-popup__image img {
  max-width: 276px;
}


.fixed-popup__close {
  position: absolute;
  right: 1px;
  top: -11px;
}

@media only screen and (min-width: 768px) {
  .fixed-popup__close {
    right: 3px;
    top: -16px;
  }
}

.fixed-popup__close img {
  width: 32px;
}

@media only screen and (min-width: 768px) {
  .fixed-popup__close img {
    width: 48px;
  }
}

.fixed-popup.show {
  opacity: 1;
  visibility: visible;
}

.fixed-popup.hide {
  display: none;
}

/* (FSH-02)「トップへ戻る」ボタン */
.btn-top {
  display: none;
  width: 90px;
  height: 60px;
  cursor: pointer;
  position: fixed;
  right: 5px;
  bottom: 15px;
  z-index: 10000;
}

.btn-top::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/ec-add/btn-top-hover.webp) 0 0 no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.26s ease;
}

.btn-top:hover::before {
  opacity: 1;
}

.btn-top picture,
.btn-top img {
  display: block;
}

.btn-top img {
  position: relative;
  z-index: 0;
  opacity: 0.72;
  transition: opacity 0.26s ease;
}

.btn-top:hover img {
  opacity: 1;
}

.btn-top--pc {
  width: 90px;
  height: 60px;
  right: 5px;
  bottom: 15px;
}

/* スマホ用の表示位置調整 */
.btn-top--sp {
  width: 50px;
  height: auto;
  right: 5px;
  bottom: 100px;
}

.btn-top--sp::before {
  display: none;
}

.btn-top--sp img {
  width: 100%;
}

/* (FSH-02) End */

/** pages */
.banner {
  padding-block: calc(20 / var(--base-width) * 100vw) calc(10 / var(--base-width) * 100vw);
}

@media only screen and (min-width: 768px) {
  .banner {
    padding-block: 110px 0px;  /* (EC)145px→110px,10px→0px*/
    margin-bottom: 0px; /* (EC)40px→0px */
  }
}

/* @media only screen and (min-width: 768px) {
  .banner {
    padding-block: calc(112 / var(--base-width) * 100vw) calc(25 / var(--base-width) * 100vw);
  }
}
@media only screen and (min-width: 1270px) {
  .banner {
    padding-block: 112px 10px;
  }
} */
@media only screen and (min-width: 768px) {
  .banner__inner {
    display: flex;
    align-items: flex-start;
    gap: 0;
  }
}

.banner__inner picture {
  display: none;
}

@media only screen and (min-width: 768px) {
  .banner__inner picture {
    width: 66.66%;
    margin-left: -13.26%;
    margin-right: -3.4%;
    display: block;
  }
}

.banner__inner picture img {
  width: 100%;
}

.banner__inner #index_video_mp4 {
  display: none;
}

@media only screen and (min-width: 768px) {
  .banner__inner #index_video_mp4 {
    width: 600px;
    display: block;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom:30px;
  }
}

.banner__inner #index_video_mp4 video {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .banner__info {
    width: 550px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
  }
}

.banner__info h1 {
  line-height: 1.45;
  font-weight: 700;
  margin: 0 0 calc(10 / var(--base-width) * 100vw);
  font-size: calc(22 / var(--base-width) * 100vw);
  letter-spacing: -0.02em;
  font-size: 24px;
}

@media only screen and (min-width: 768px) {
  .banner__info h1 {
    order: -2;
    letter-spacing: 0;
    font-size: calc(34 / var(--base-width) * 100vw);
    line-height: 1.3;
    margin: 0 0 calc(12 / var(--base-width) * 100vw);
  }
}

@media only screen and (min-width: 768px) {
  .banner__info h1 {
    font-size: 34px;
    margin: 0 0 12px;
  }
}

.banner__info h1 strong {
  font-size: calc(32 / var(--base-width) * 100vw);
  font-weight: 700;
  letter-spacing: 0;
}

@media only screen and (min-width: 768px) {
  .banner__info h1 strong {
    font-size: calc(48 / var(--base-width) * 100vw);
    letter-spacing: -0.02em;
  }
}

@media only screen and (min-width: 768px) {
  .banner__info h1 strong {
    font-size: 48px;
  }
}

.banner__list {
  margin-bottom: calc(10 / var(--base-width) * 100vw);
}

@media only screen and (min-width: 768px) {
  .banner__list {
    order: -1;
    margin-bottom: calc(32 / var(--base-width) * 100vw);
  }
}

@media only screen and (min-width: 768px) {
  .banner__list {
    margin-bottom: 47px;
  }
}

@media only screen and (max-width: 767px) {
  .banner__list {
    display: grid;
    grid-template-columns: 98px 1fr;
    gap: 4px;
    margin-bottom: 25px;
  }
}

.banner__list ul {
  display: flex;
  flex-wrap: wrap;
  gap: calc(10 / var(--base-width) * 100vw);
}

@media only screen and (min-width: 768px) {
  .banner__list ul {
    gap: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .banner__list ul {
    flex-direction: column;
    justify-content: center;
  }
}

.banner__list ul li {
  background: var(--white);
  border-radius: 999px;
  font-size: calc(16 / var(--base-width) * 100vw);
  line-height: 1.5;
  padding: calc(5 / var(--base-width) * 100vw) calc(11 / var(--base-width) * 100vw);
  width: 100%;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .banner__list ul li {
    width: auto;
  }
}

@media only screen and (min-width: 768px) {
  .banner__list ul li {
    padding: 5px 11px;
    font-size: var(--text-base);
  }
}

.banner__list figure {
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .banner__list figure {
    display: none;
  }
}

.banner__content {
  margin-bottom: calc(10 / var(--base-width) * 100vw);
  font-size: calc(18 / var(--base-width) * 100vw);
  line-height: 1.61;
}

@media only screen and (min-width: 768px) {
  .banner__content {
    font-size: calc(30 / var(--base-width) * 100vw);
    line-height: 1.2;
    margin-bottom: calc(30 / var(--base-width) * 100vw);
  }
}

@media only screen and (min-width: 768px) {
  .banner__content {
    font-size: 26px;
    margin-bottom: 50px;
  }
}

.banner__content p:last-of-type {
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .banner__content span {
    background: linear-gradient(0deg, #FFF947 calc(10 / var(--base-width) * 100vw), transparent calc(10 / var(--base-width) * 100vw));
    display: inline-block;
    line-height: 1;
  }
}

@media only screen and (min-width: 768px) {
  .banner__content span {
    background: linear-gradient(0deg, #FFF947 10px, transparent 10px);
  }
}

.banner__buttons {
  display: grid;
  grid-template-columns: 1fr calc(145 / var(--base-width) * 100vw);
  gap: calc(10 / var(--base-width) * 100vw);
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .banner__buttons {
    display: flex;
    justify-content: space-between;
    gap: calc(20 / var(--base-width) * 100vw);
    max-width: calc(490 / var(--base-width) * 100vw);
  }
}

@media only screen and (min-width: 768px) {
  .banner__buttons {
    gap: 20px;
    max-width: 490px;
  }
}

@media only screen and (min-width: 768px) {
  .banner__buttons--col {
    flex-basis: 0;
    flex-grow: 1;
  }
}

.banner__buttons p {
  font-size: calc(10 / var(--base-width) * 100vw);
  line-height: 1.4;
  margin: 0 0 calc(4 / var(--base-width) * 100vw);
}

@media only screen and (min-width: 768px) {
  .banner__buttons p {
    font-size: calc(12 / var(--base-width) * 100vw);
    margin: 0 0 calc(4 / var(--base-width) * 100vw);
  }
}

@media only screen and (min-width: 768px) {
  .banner__buttons p {
    font-size: 12px;
    margin: 0 0 4px;
  }
}

.banner__buttons .btn {
  min-height: calc(40 / var(--base-width) * 100vw);
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .banner__buttons .btn {
    min-height: calc(50 / var(--base-width) * 100vw);
    max-width: calc(230 / var(--base-width) * 100vw);
    font-size: calc(16 / var(--base-width) * 100vw);
    padding: calc(5 / var(--base-width) * 100vw) calc(10 / var(--base-width) * 100vw);
  }
}

@media only screen and (min-width: 768px) {
  .banner__buttons .btn {
    min-height: 50px;
    max-width: 230px;
    font-size: 16px;
    padding: 5px 15px;
  }
}

@media only screen and (max-width: 767px) {
  .banner__buttons .btn {
    font-size: calc(14 / var(--base-width) * 100vw);
    padding: 0;
    min-width: auto;
  }
}

@media only screen and (max-width: 767px) {
  .banner__buttons .btn::after {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .banner__buttons .btn::after {
    width: calc(18 / var(--base-width) * 100vw);
    height: calc(18 / var(--base-width) * 100vw);
  }
}

@media only screen and (min-width: 768px) {
  .banner__buttons .btn::after {
    width: 18px;
    height: 18px;
  }
}

.logos h2 {
  line-height: 1.2;
  letter-spacing: -0.02em;
  display: flex;
  justify-content: center;
  margin: 0;
  text-align: center;
  font-size: 16px;
}

@media only screen and (min-width: 768px) {
  .logos h2 {
    font-size: 24px;
  }
}

.logos h2 span {
  background: var(--yellow);
  color: var(--text-body);
  padding: 5.5px 24.5px;
  border-radius: 10px;
  position: relative;
  display: block;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .logos h2 span {
    padding: 12px 15.5px;
  }
}

.logos h2 span::before {
  content: "";
  border-top: 20px solid var(--yellow);
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

@media only screen and (min-width: 768px) {
  .logos h2 span::before {
    border-top-width: 20px;
    border-left-width: 18px;
    border-right-width: 18px;
    bottom: -10px;
  }
}

.logos h2 strong {
  color: var(--red-dark);
  font-weight: 700;
  font-size: 30px;
}

@media only screen and (min-width: 768px) {
  .logos h2 strong {
    font-size: 39px;
  }
}

.logos figure img {
  width: auto;
  display: block;
}

.logos .slider-auto {
  background: var(--white);
}

@media only screen and (min-width: 768px) {
  .logos .slider-auto {
    padding-block: 0;
    height: 155px;
  }

  .logos .slider-auto .splide__track {
    height: 100%;
  }
}

.logos-marquee {
  --logos-strip-width: calc(8182px * 110 / 131);
  position: relative;
  background: var(--white);
  overflow: hidden;
  height: 110px;
}

.logos-marquee::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: calc(var(--logos-strip-width) * 2);
  background-image: url("../images/home/logos-strip.webp");
  background-position: 0 50%;
  background-repeat: repeat-x;
  background-size: var(--logos-strip-width) 110px;
  animation: logos-marquee-scroll 144s linear infinite; /* (EC)ロゴスクロールのスピード調整 */
}

/* (EC)ロゴ一覧の定義 */
@media only screen and (min-width: 768px) {
  .logos-marquee {
    --logos-strip-width: 8182px; /*(EC)幅 */
    height: 131px;                /* (EC)高さ */
  }

  .logos-marquee::before {
    background-size: var(--logos-strip-width) 131px;  /*(EC)高さ */
  }
}

@keyframes logos-marquee-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-1 * var(--logos-strip-width)));
  }
}

/* (EC)コメントアウト
.about-section .section-heading {
  margin-bottom: 30px;
}
*/
.about-section {
  padding-block: 40px 5px;  /* (EC) */
}

@media only screen and (min-width: 768px) {
  .about-section .section-heading {
    margin-bottom: 30px;
  }
}

.about-section .section-heading__content {
  max-width: 1088px;
  margin-top: 30px;
}

@media only screen and (min-width: 768px) {
  .about-section .section-heading__content {
    margin-top: 30px;
    padding: 0 100px;
  }
}

.about-section picture {
  display: block;
}

.about-section picture img {
  width: 100%;
}

.compatible {
  padding-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .compatible .section-heading {
    margin-bottom: 20px;
  }
}

.compatible__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

@media only screen and (min-width: 768px) {
  .compatible__inner {
    grid-template-columns: repeat(6, 1fr);
    max-width: 1120px;
    margin: 0 auto;
  }
}

.compatible__inner figure,
.compatible__logos figure {
  border: 1px solid #E7E7E7;
  padding: 13px 10px;
  border-radius: 10px;
  text-align: center;
  background: var(--white);
  font-size: 17px;
}

@media only screen and (min-width: 768px) {

  .compatible__inner figure,
  .compatible__logos figure {
    padding: 13px 5px;
    border-radius: 16px;
    width: 250px;
    height: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .top-page .compatible__inner figure {
    width: 170px;
    height: 114px;
    padding: 13px 0;
  }
}

.compatible__inner figure img,
.compatible__logos figure img {
  border-radius: 8px;
}

@media only screen and (min-width: 768px) {

  .compatible__inner figure img,
  .compatible__logos figure img {
    min-height: 60px;
  }
}

/* @media only screen and (min-width: 768px) {
  .compatible__inner figure img{
    max-height: 60px;
  }
  .compatible__inner figure img, .compatible__logos figure img {
    max-height: 74px;height: 74px;
  }
} */
.compatible__inner figure figcaption,
.compatible__logos figure figcaption {
  margin-top: 10px;
  font-size: 10px;
  font-weight: 400;
  line-height: 150%;
  color: #254B63;
}

@media only screen and (min-width: 768px) {

  .compatible__inner figure figcaption,
  .compatible__logos figure figcaption {
    font-size: 10px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media only screen and (min-width: 768px) {
  .compatible__inner figure figcaption {
    font-size: 17px;
  }

  .compatible__logos figure figcaption {
    font-size: 13px;
  }
}

.compatible .section-buttons {
  margin-top: 10px;
}

.compatible .section-buttons .btn-link--arrow-shadow {
  gap: 17px;
}

.tabs-slider__heading {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px 7px;
}

@media only screen and (min-width: 768px) {
  .tabs-slider__heading {
    grid-template-columns: repeat(5, 1fr);
    gap: 10px 19px;
    max-width: 1051px;
    margin: 0 auto;
  }
}

.tabs-slider__heading button {
  outline: none;
  border: 1px solid #EAEAEA;
  box-shadow: 0px 0px 40px 0px #19445E0A;
  line-height: 1.2;
  font-weight: 700;
  background: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
  transition: all 0.3s ease;
  color: var(--text-body);
  min-height: 38px;
  font-size: 14px;
}

@media only screen and (min-width: 768px) {
  .tabs-slider__heading button {
    padding: 7px 10px 3px;
    font-size: 20px;
    height: 70px;
    border-radius: 16px 16px 0 0;
  }
}

.tabs-slider__heading button.active {
  background: linear-gradient(180deg, #5FC5EB 0%, #32A6D4 100%);
  color: var(--white);
}

.tabs-slider__list {
  padding: 20px 0 0;
}

@media only screen and (min-width: 768px) {
  .tabs-slider__list {
    padding: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .tabs-slider__list {
    padding: 32px 63.5px 32px;
  }
}

.tabs-slider__content {
  max-width: 900px;
  margin-inline: auto;
  line-height: 1.45;
  font-size: 16px;
}

@media only screen and (min-width: 768px) {
  .tabs-slider__content {
    font-size: 17px;
    line-height: 2;
  }
}

.tabs-slider .splide__arrow {
  top: 35%;
}

@media only screen and (min-width: 768px) {
  .tabs-slider .splide__arrow {
    top: 461px;
  }
}

.tabs-slider .splide__arrow--prev {
  left: -20px;
}

@media only screen and (min-width: 768px) {
  .tabs-slider .splide__arrow--prev {
    left: 52px;
  }
}

.tabs-slider .splide__arrow--next {
  right: -20px;
}

@media only screen and (min-width: 768px) {
  .tabs-slider .splide__arrow--next {
    right: 78px;
  }
}

.tabs-slider__item {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

@media only screen and (min-width: 768px) {
  .tabs-slider__item {
    gap: 10px;
  }
}

.tabs-slider__item picture {
  display: block;
}

@media only screen and (min-width: 768px) {
  .tabs-slider__item picture {
    order: 2;
  }
}

.tabs-slider__item picture img {
  width: 100%;
}

.try-box {
  max-width: 850px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
  box-shadow: 0px 0px 40px 0px #19445E0A;
}

@media only screen and (min-width: 768px) {
  .try-box {
    grid-template-columns: 310px 1fr;
    height: 250px;
  }
}

.try-box figure {
  padding: 16px;
  border-radius: 16px 16px 0 0;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .try-box figure {
    border-radius: 16px 0 0 16px;
    padding: 40px 34px 28px;
  }
}

.try-box figure img {
  width: 100%;
  max-width: 254px;
}

@media only screen and (min-width: 768px) {
  .try-box figure img {
    max-width: 242px;
  }
}

.try-box__body {
  padding: 15px 20px 6px;
  border: 1px solid #D0D0D0;
  border-radius: 0 0 16px 16px;
  color: var(--text-body);
}

@media only screen and (min-width: 768px) {
  .try-box__body {
    border-radius: 0 16px 16px 0;
    padding: 30px 35px 11.5px 35px;
  }
}

.try-box__body h3 {
  font-size: 24px;
  line-height: 1.45;
  margin: 0 0 10px;
  background-clip: text;
  color: transparent;
}

@media only screen and (min-width: 768px) {
  .try-box__body h3 {
    font-size: 34px;
  }
}

.try-box__body--link {
  margin-top: 15px;
  text-align: right;
  width: 100%;
  justify-content: end;
}

@media only screen and (min-width: 768px) {
  .try-box__body--link {
    margin-top: -17px;
    display: flex;
  }
}

.try-box--orange figure {
  background: linear-gradient(246.04deg, #FEA842 -2.08%, #E37B00 100%);
}

.try-box--orange .try-box__body h3 {
  background: linear-gradient(246.04deg, #FEA842 -2.08%, #E37B00 100%);
  background-clip: text;
  color: transparent;
  font-size: 24px;
}

@media only screen and (min-width: 768px) {
  .try-box--orange .try-box__body h3 {
    font-size: 29px;
  }
}

.try-box--orange .try-box__body--link .btn-link--arrow::after {
  background-image: url("../images/arrow-circle-orange-right.svg");
}

.try-box__body--link.btn-link--arrow::after {
  background-image: url("../images/arrow-circle-orange-right.svg");
}

.point-section .container>picture {
  display: block;
}

.point-section .container>picture img {
  width: 100%;
}

.point-section__inner {
  display: grid;
  gap: 30px;
  align-items: center;
  grid-template-columns: 1fr;
}

@media only screen and (min-width: 768px) {
  .point-section__inner {
    grid-template-columns: 1fr 33.57%;
  }
}

.point-section__inner picture {
  display: block;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .point-section__inner picture {
    text-align: right;
  }
}

.point-section__inner picture img {
  max-width: 161px;
  width: auto;
}

@media only screen and (min-width: 768px) {
  .point-section__inner picture img {
    width: 100%;
    max-width: 421px;
  }
}

.point-section__body {
  max-width: 681px;
}

.point-section__body h2 {
  margin: 0 0 25px;
  font-weight: 700;
  font-size: var(--heading-base);
  line-height: 1.5;
  letter-spacing: -2%;
}

@media only screen and (min-width: 768px) {
  .point-section__body h2 {
    font-size: 34px;
    line-height: 1.4;
    letter-spacing: 0;
  }
}

.point-section .try-box {
  margin-top: 25px;
}

@media only screen and (min-width: 768px) {
  .point-section .try-box {
    margin-top: 46px;
    height: 200px;
  }
}

.contact-section {
  padding-block: 50px;
}

@media only screen and (min-width: 768px) {
  .contact-section {
    padding-block: 64px;
  }
}

.contact-section .section-heading {
  margin-bottom: 50px;
}

.contact-section__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  max-width: 1000px;
  margin-inline: auto;
}

@media only screen and (min-width: 768px) {
  .contact-section__inner {
    grid-template-columns: 1fr 1fr;
  }
}

.contact-section__box {
  background: var(--white);
  border-radius: 22px;
  background: #CFEAFA;
  box-shadow: 4px 4px 28px 0px #0A275540;
  border: 1px solid #D9D9D9;
  border-top: 0;
  opacity: 1 !important;
  color: var(--text-body) !important;
  transition: background-color 0.3s ease;
}

.contact-section__box figure {
  text-align: center;
  border-radius: 22px 22px 0 0;
  background: var(--white);
  height: 135px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .contact-section__box figure {
    height: 123px;
  }
}

.contact-section__box figure img {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 254px;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .contact-section__box figure img {
    top: -33px;
    max-width: 281px;
  }
}

.contact-section__box--inner {
  padding: 24px 24px 18px;
  font-size: 16px;
  line-height: 1.6;
}

.contact-section__box--inner h3 {
  font-size: 20px;
  line-height: 1.2;
  margin: 0 0 4px;
}

@media only screen and (min-width: 768px) {
  .contact-section__box--inner h3 {
    font-size: 24px;
  }
}

.contact-section__box--inner p:last-of-type {
  margin: 0;
}

.contact-section__box--link {
  text-align: right;
  margin-top: 16px;
  width: 100%;
  justify-content: end;
}

@media only screen and (min-width: 768px) {
  .contact-section__box--link {
    margin-top: 10px;
  }
}

.contact-section__box:nth-child(1) figure img {
  top: -16px;
  max-width: 335px;
}

@media only screen and (min-width: 768px) {
  .contact-section__box:nth-child(1) figure img {
    top: -44px;
    max-width: 438px;
  }
}

.contact-section__bottom {
  text-align: center;
  color: var(--white);
  margin-top: 50px;
}

@media only screen and (min-width: 768px) {
  .contact-section__bottom {
    margin-top: 48px;
  }
}

.contact-section__bottom a {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--white);
  margin: 0 0 15px;
  gap: 12px;
  display: inline-flex;
  align-items: center;
}

.contact-section__bottom a img {
  width: 34px;
}

.contact-section__bottom p:last-of-type {
  margin: 0;
}

.case-studies .splide__track {
  padding-inline: 20px !important;
}

@media only screen and (min-width: 768px) {
  .case-studies .splide__track {
    padding-inline: 0 !important;
    margin: 0;
  }
}

.case-studies__inner {
  margin-bottom: 52px;
}

@media only screen and (min-width: 768px) {
  .case-studies__inner {
    margin-bottom: 87px;
  }
}

/* PC（768px以上）で3件以下の場合：スライダーを破棄して固定サイズ表示 */
@media only screen and (min-width: 768px) {
  .case-studies--static .splide__track {
    padding-inline: 0 !important;
    overflow: visible !important;
  }
  .case-studies--static .splide__list {
    display: flex !important;
    flex-wrap: nowrap;
    gap: 20px;
    padding: 0 40px;
    justify-content: center;
    transform: none !important;
  }
  .case-studies--static .splide__slide {
    width: 360px !important;
    flex: 0 0 360px !important;
  }
  .case-studies--static .splide__arrows,
  .case-studies--static .splide__pagination {
    display: none !important;
  }
}

.case-studies__inner .splide__pagination {
  bottom: -35px;
}

@media only screen and (min-width: 768px) {
  .case-studies__inner .splide__pagination {
    bottom: -55px;
  }
}

.case-studies__inner .splide__arrow {
  top: calc(50% - 20px);
}

.case-studies__inner .splide__arrow--prev {
  left: 15px;
}

@media only screen and (min-width: 768px) {
  .case-studies__inner .splide__arrow--prev {
    left: calc(10% - 40px);
  }
}

/* @media only screen and (min-width: 1200px) {
  .case-studies__inner .splide__arrow--prev {
    left: calc(16.14% - 40px);
  }
} */
.case-studies__inner .splide__arrow--next {
  right: 15px;
}

@media only screen and (min-width: 768px) {
  .case-studies__inner .splide__arrow--next {
    right: calc(10% - 40px);
  }
}

@media only screen and (min-width: 1200px) {
  .case-studies__inner .splide__arrow--next {
    right: calc(16.14% - 40px);
  }
}

.case-studies__item {
  box-shadow: 0px 0px 40px 0px #19445E0A;
  border: 1px solid #D9D9D9;
  border-radius: 22px;
  display: flex;
  flex-direction: column;
  background: var(--white);
  height: 445px;
}

.case-studies__item figure {
  display: block;
  position: relative;
}

.case-studies__item figure img.new {
  width: 64px;
  height: 64px;
  position: absolute;
  top: -36px;
  right: -21px;
  z-index: 1;
}

.case-studies__item figure img {
  width: 100%;
  aspect-ratio: 1.688;
  object-fit: cover;
  border-radius: 22px 22px 0 0;
}

.case-studies__item--body>a {
  padding: 25px 25px 16px;
  font-size: 16px;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-basis: 0;
  flex-grow: 1;
}

.case-studies__item--body h3 {
  font-size: 20px;
  line-height: 1.2;
  margin: 0 0 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  /* Adds "..." at the end of truncated text */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* Limits to 2 lines */
  -webkit-box-orient: vertical;
  font-weight: 400;
  font-family: auto;
}

.top-page .case-studies__item--body h3 {
  font-weight: 700;
  height: 47px;
  font-family: "meiryo", sans-serif;
}

.case-studies-page .case-studies__item--body h3 {
  font-weight: 700;
  height: 47px;
  font-family: "meiryo", sans-serif;
}

.case-studies__item--body h3 a {
  font-weight: 700;
  font-family: "meiryo", sans-serif;
}

.case-studies__item--body p:last-of-type {
  margin: 0;
}

.case-studies__item--content {
  display: flex;
  gap: 13px;
  align-items: center;
  margin-top: auto;
}

.case-studies__item--content img {
  max-width: 82px;
}

@media (max-width: 767px) {
  .case-studies__item--content img {
    display: none;
  }
}

.case-studies__item--bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 13px;
}

.grid-items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
}

@media only screen and (min-width: 768px) {
  .grid-items {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}

@media only screen and (min-width: 1200px) {
  .grid-items {
    gap: 50px;
  }
}

.box-icon figure {
  margin: 0 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
}

@media only screen and (min-width: 768px) {
  .box-icon figure {
    height: 180px;
    margin: 0 0 30px;
  }
}

.box-icon figure img {
  max-width: 84px;
  max-height: 80px;
}

@media only screen and (min-width: 768px) {
  .box-icon figure img {
    max-height: 150px;
    max-width: 166px;
  }
}

.box-icon h3 {
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-align: center;
  margin: 0 0 20px;
}

@media only screen and (min-width: 768px) {
  .box-icon h3 {
    font-size: 18px;
  }
}

@media only screen and (min-width: 768px) {
  .box-icon h3 {
    font-size: 24px;
  }
}

.box-icon h3 strong {
  font-weight: 700;
  font-size: 48px;
  /*font-family: "Inter", sans-serif;*/
  background: linear-gradient(180deg, #5FC5EB 0%, #32A6D4 100%);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.box-icon p:last-of-type {
  margin: 0;
}

.accordion .accordion__item {
  border: 1px solid #D9D9D9;
  border-radius: 8px;
  padding: 8px 16px;
  box-shadow: 0px 0px 40px 0px #19445E0A;
}

.accordion .accordion__item+.accordion__item {
  margin-top: 16px;
}

.accordion .accordion__item--header h3 {
  padding: 8px 28px 8px 0;
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
  padding-right: 28px;
  position: relative;
  cursor: pointer;
}

.accordion .accordion__item--header h3::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(180deg);
  width: 20px;
  height: 20px;
  background: url("../images/arrow-up.svg") no-repeat 0 0/100%;
  transition: all 0.3s;
}

.accordion .accordion__item--body {
  padding: 0 0 8px;
  font-size: 16px;
  line-height: 2;
  display: none;
  line-height: 1.45;
}

@media only screen and (min-width: 768px) {
  .accordion .accordion__item--body {
    line-height: 2;
    font-size: 17px;
  }
}

.accordion .accordion__item--body a {
  color: #007CF0;
}

.accordion .accordion__item--body button.logos_popup_btn {
  color: #007cf0;
}

.accordion .accordion__item.show .accordion__item--header h3::after {
  transform: translateY(-50%) rotate(0deg);
}

.news-item {
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 8px;
}

.news-item+.news-item {
  margin-top: 10px;
}

.news-item time {
  display: block;
  font-size: 14px;
  line-height: 1.4;
  margin: 0 0 8px;
}

.news-item h3 {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  margin: 0 0 8px;
}

.news-item p:last-of-type {
  margin: 0;
}

.news-item__link {
  text-align: right;
  margin-top: 10px;
}

.news-item__link a {
  color: #007CF0;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  line-height: 1;
  font-size: 16px;
}

.column-section .splide__track {
  padding-inline: 20px !important;
}

@media only screen and (min-width: 768px) {
  .column-section .splide__track {
    padding-inline: 22.4% !important;
  }
}

.column-section__inner .splide__arrow--prev {
  left: 10px;
}

@media only screen and (min-width: 768px) {
  .column-section__inner .splide__arrow--prev {
    left: calc(22.4% - 63px);
  }
}

.column-section__inner .splide__arrow--next {
  right: 10px;
}

@media only screen and (min-width: 768px) {
  .column-section__inner .splide__arrow--next {
    right: calc(22.4% - 63px);
  }
}

.column-section__item img {
  width: 100%;
  box-shadow: 0px 0px 40px 0px #19445E0A;
}

.section-bottom-reverse {
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 767px) {
  .section-bottom-reverse .contact-section {
    order: 2;
  }
}

.cs-banner {
  padding-block: 30px;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .cs-banner {
    padding-block: 65px 0;
  }
}

@media only screen and (min-width: 768px) {
  .cs-banner {
    padding-block: 150px 0;
  }
}

.cs-banner .container::before {
  content: "";
  position: absolute;
  bottom: -190px;
  right: -110px;
  background: url("../images/bouble-1.svg") no-repeat 0 0/100%;
  z-index: -1;
  width: 340px;
  height: 300px;
}

@media only screen and (min-width: 768px) {
  .cs-banner .container::before {
    width: 683px;
    height: 536px;
    right: -238px;
    top: -30px;
    bottom: auto;
  }
}

.cs-banner__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

@media only screen and (min-width: 768px) {
  .cs-banner__inner {
    flex-direction: column;
    grid-template-columns: 1fr calc(50% - 30px);
    align-items: center;
  }
}

.cs-banner__inner picture {
  display: block;
  text-align: right;
}

.cs-banner__inner picture img {
  width: 100%;
  max-width: 500px;
  border-radius: 24px;
}

.cs-banner__body h1 {
  margin: 0 0 28px;
}

.cs-banner__body figure {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  margin: 30px 0 0;
  gap: 13px;
  border-top: 1px solid #BCD0DB;
  padding-block: 8.5px;
}

/* (CODEX) casestudy のスマホ表示時のみメインビジュアルをh1直下へ表示 */
@media only screen and (max-width: 767px) {

  /* (CODEX) スマホ時の表示順を制御 */
  .case-studies-page .cs-banner__inner {
    gap: 0;
    grid-template-areas:
      "cs-banner-title"
      "cs-banner-image"
      "cs-banner-lead"
      "cs-banner-company"
      "cs-banner-profile";
  }

  /* (CODEX) スマホ時に子要素をgrid配置へ参加させる */
  .case-studies-page .cs-banner__body {
    display: contents;
  }

  /* (CODEX) スマホ時にタイトルを先頭へ配置し下余白をなくす */
  .case-studies-page .cs-banner__body .cs-banner__title {
    grid-area: cs-banner-title;
    margin-bottom: 0;
  }

  /* (CODEX) スマホ時に導入文(テキスト)を画像の下へ配置 */
  .case-studies-page .cs-banner__lead {
    margin-top: 10px;
    grid-area: cs-banner-lead;
  }

  /* (CODEX) スマホ時に会社情報を導入文の下へ配置し上余白を調整 */
  .case-studies-page .cs-banner__body .cs-banner__company {
    grid-area: cs-banner-company;
    margin-top: 5px;
  }

  /* (CODEX) スマホ時にプロフィール文を会社情報の下へ配置 */
  .case-studies-page .cs-banner__profile {
    grid-area: cs-banner-profile;
  }

  /* (CODEX) スマホ時にメインビジュアルをh1直下へ配置し上下余白を調整 */
  .case-studies-page .cs-banner__image {
    grid-area: cs-banner-image;
    margin-top: 5px;
    margin-bottom: 10px;
  }
}

.cs-box {
  background: var(--white);
  padding-block: 15px 30px;
  position: relative;
  z-index: 2;
}

@media only screen and (min-width: 768px) {
  .cs-box {
    background: none;
    padding-block: 0 13px;
  }
}

.cs-box__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 35px;
  max-width: 920px;
  margin: 20px auto 0;
}

@media only screen and (min-width: 768px) {
  .cs-box__inner {
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    margin-top: 5px;
  }
}

.cs-box__col--top {
  display: flex;
  flex-direction: row;
  gap: 13px;
  align-items: center;
  position: relative;
  z-index: 1;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .cs-box__col--top {
    flex-direction: column;
  }
}

.cs-box__col figure img {
  max-width: 54px;
}

@media only screen and (min-width: 768px) {
  .cs-box__col figure img {
    max-width: 80px;
  }
}

.cs-box__col h3 {
  margin: 0;
}

.cs-box__col h3 img {
  height: 36px;
  display: block;
}

.cs-box__col--body {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: -0.02em;
  border: 4px solid #3C83E7;
  background: #E4EFFF;
  border-radius: 16px;
  margin-top: -22px;
  padding: 20px 15px 15px;
}

@media only screen and (min-width: 768px) {
  .cs-box__col--body {
    padding: 30px 22px;
    font-size: 22px;
    margin-top: -13px;
  }
}

.cs-box__col+.cs-box__col .cs-box__col--body {
  border-color: #E73F3C;
  background: #FFF7F7;
  position: relative;
}

.cs-box__col+.cs-box__col .cs-box__col--body::before {
  content: "";
  width: 22px;
  height: 30px;
  background: url("../images/arrow-red-right.svg") no-repeat 0 0/100%;
  position: absolute;
  top: -64px;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
}

@media only screen and (min-width: 768px) {
  .cs-box__col+.cs-box__col .cs-box__col--body::before {
    width: 31px;
    height: 42px;
    top: 50%;
    left: -55px;
    transform: translateY(-50%);
  }
}

.cs-section h2 {
  margin: 0 0 30px;
}

.cs-section h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.26;
  color: #2C9BC5;
  margin: 0 0 30px;
}

.cs-section h3::before {
  content: "Q";
  min-width: 30px;
  width: 30px;
  height: 30px;
  background: #2C9BC5;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  border-radius: 50%;
  color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
}

.cs-section p {
  margin-bottom: 30px;
}

.cs-section p:last-of-type {
  margin-bottom: 0;
}

.cs-section__row {
  margin-bottom: 30px;
  display: flex;
  gap: 30px;
  flex-direction: column;
}

.cs-section .cs-section__row:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .cs-section__row {
    flex-direction: row;
  }
}

.cs-section__row+h2 {
  margin-top: 25px;
}

@media only screen and (min-width: 768px) {
  .cs-section__row+h2 {
    margin-top: 50px;
  }
}

@media only screen and (min-width: 768px) {
  .cs-section__row--body {
    flex-basis: 0;
    flex-grow: 1;
  }
}

@media only screen and (min-width: 768px) {
  .cs-section__row figure {
    width: 42.39%;
  }
}

.cs-section__row--group+.cs-section__row--group {
  margin-top: 30px;
}

@media only screen and (min-width: 768px) {
  .cs-section__row--group+.cs-section__row--group {
    margin-top: 64px;
  }
}

.cs-section picture {
  display: block;
  text-align: center;
  margin-top: 25px;
}

@media only screen and (min-width: 768px) {
  .cs-section picture {
    margin-top: 50px;
  }
}

.cs-info__inner {
  background: #F7F7F7;
  border-radius: 22px;
  font-size: 16px;
  line-height: 1.4;
  padding: 20px;
}

@media only screen and (min-width: 768px) {
  .cs-info__inner {
    padding: 21px 38px;
  }
}

.cs-info__inner figure {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  margin: 0 0 15px;
  gap: 13px;
  border-bottom: 1px solid #BCD0DB;
  padding-bottom: 11px;
}

.uf-list-more__box ul,
.uf-list__box--body ul {
  width: 100%;
}

.uf-list-more__box ul li,
.uf-list__box--body ul li {
  display: flex;
  justify-content: space-between;
  gap: 0 20px;
  flex-wrap: wrap;
}

.uf-list-more__box ul li+li,
.uf-list__box--body ul li+li {
  margin-top: 5px;
}

@media only screen and (min-width: 768px) {

  .uf-list-more__box ul li+li,
  .uf-list__box--body ul li+li {
    margin-top: 15px;
  }
}

.uf-list-more__box ul li h5,
.uf-list__box--body ul li h5 {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  gap: 8px;
  align-items: center;
  margin: 0;
  display: flex;
}

.uf-list-more__box ul li h5 span,
.uf-list__box--body ul li h5 span {
  background: var(--primary);
  color: var(--white);
  border-radius: 2px;
  padding: 2px 5px;
  font-weight: 400;
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: 0;
  min-width: 35px;
  text-align: center;
}

.uf-list-more__box ul li h5 small,
.uf-list__box--body ul li h5 small {
  font-size: 14px;
  font-weight: 400;
}

.uf-list-more__box ul li strong,
.uf-list__box--body ul li strong {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: -2%;
}

.uf-list-more__box ul li strong small,
.uf-list__box--body ul li strong small {
  font-size: 18px;
}

.uf-list-more__box ul li h6,
.uf-list__box--body ul li h6 {
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.45;
  margin: 0;
}

@media only screen and (min-width: 768px) {

  .uf-list-more__box ul li h6,
  .uf-list__box--body ul li h6 {
    padding-left: 43px;
  }
}

.uf-list {
  box-shadow: 0px 0px 40px 0px #19445E0A;
  background: var(--white);
  padding: 20px;
  border-radius: 16px;
}

@media only screen and (min-width: 768px) {
  .uf-list {
    padding: 40px;
    border-radius: 22px;
  }
}

.usage-fee-page .uf-list {
  box-shadow: unset;
}

.uf-list__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

@media only screen and (min-width: 768px) {
  .uf-list__inner {
    grid-template-columns: repeat(2, 1fr);
  }
}

.uf-list__col>p {
  margin: 12px 0 0;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
}

.uf-list__box {
  display: flex;
  flex-direction: column;
}

.uf-list__box--top {
  background: #C5EEF7;
  border-radius: 16px 16px 0 0;
  min-height: 65px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
  padding: 16px;
}

@media only screen and (min-width: 768px) {
  .uf-list__box--top {
    padding: 20px;
    flex-direction: column;
    min-height: 135px;
  }
}

.uf-list__box--top img {
  max-height: 33px;
}

@media only screen and (min-width: 768px) {
  .uf-list__box--top img {
    max-height: 48px;
  }
}

.uf-list__box--top h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--blue-light);
  margin: 5px 0 0;
}

.uf-list__box--body {
  border: 1px solid #BCD0DB;
  border-top: 0;
  padding: 24px 25px 17px;
  border-radius: 0 0 16px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 85px;
  flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .uf-list__box--body {
    min-height: 185px;
    border-radius: 0 0 24px 24px;
    padding: 25px;
  }
}

@media only screen and (min-width: 768px) {
  .uf-list__box--body {
    padding: 34px 50px;
  }
}

.uf-list__box--body h4 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: -0.02;
  margin: 0;
}

.uf-list__box--body h4 small {
  margin-left: 4px;
  font-size: 14px;
}

.uf-list__box--body p {
  font-size: 10px;
  width: 100%;
}

.uf-list-more {
  margin-top: 8px;
}

@media only screen and (min-width: 768px) {
  .uf-list-more {
    margin-top: 45px;
  }
}

.uf-list-more__header {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
  align-items: center;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .uf-list-more__header {
    margin-bottom: 21px;
    gap: 21px;
  }
}

.uf-list-more__header img {
  width: 36px;
}

.uf-list-more__header h3 {
  margin: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.uf-list-more__box {
  border: 1px solid #BCD0DB;
  border-radius: 16px;
  padding: 25px 20px 15px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}

@media only screen and (max-width: 767px) {
  .uf-list-more__box {
    padding: 20px 20px 15px;
  }
}

@media only screen and (min-width: 768px) {
  .uf-list-more__box {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    padding: 25px;
  }
}

@media only screen and (min-width: 768px) {
  .uf-list-more__box {
    gap: 135px;
    padding: 25px 60px;
    border-radius: 24px;
  }

  .uf-list-more__box ul li+li {
    margin-top: 15px;
  }

  .uf-list-more__box ul li h6 {
    font-size: 17px;
    line-height: 200%;
  }
}

@media only screen and (max-width: 767px) {
  .uf-list-more__box ul li+li {
    margin-top: 15px;
  }

  .uf-list-more__box ul li h5 {
    width: 100%;
    margin: 0 0 8px;
  }
}

.uf-list-more__footer {
  margin-top: 12px;
  text-align: right;
  display: none;
}

@media only screen and (min-width: 768px) {
  .uf-list-more__footer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 9px;
    margin-top: 9px;
  }
}

.uf-list-more__footer h6 {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  margin: 0 63px 0 0;
}

@media only screen and (max-width: 767px) {
  .uf-info .container>.section-heading {
    margin: 0;
  }
}

@media only screen and (max-width: 767px) {
  .uf-info .container>.section-heading h2 {
    text-align: left;
  }
}

.uf-info__content {
  margin-top: 25px;
  font-size: 10px;
  line-height: 1.7;
}

@media only screen and (min-width: 768px) {
  .uf-info__content {
    margin-top: 50px;
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) {
  .uf-info__content {
    font-size: 14px;
    line-height: 140%
  }
}

.uf-info__content ul {
  padding-left: 10px;
}

.uf-info__content p {
  margin-bottom: 0;
}

.uf-info__content p:last-of-type {
  margin-bottom: 0;
}

.uf-case {
  margin-top: 25px;
}

@media only screen and (min-width: 768px) {
  .uf-case {
    margin-top: 50px;
  }
}

.uf-case .section-heading {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .uf-case .section-heading {
    margin-bottom: 42px;
  }
}

.uf-case__inner {
  box-shadow: 0px 0px 40px 0px #19445E0A;
  border-radius: 16px;
  padding: 20px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
}

@media only screen and (min-width: 768px) {
  .uf-case__inner {
    grid-template-columns: repeat(3, 1fr);
    padding: 25px;
  }
}

@media only screen and (min-width: 768px) {
  .uf-case__inner {
    padding: 0;
    border-radius: 24px;
  }
}

.uf-case__box {
  display: flex;
  flex-direction: column;
}

.uf-case__box--top {
  background: #C5EEF7;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 16px 16px 0 0;
  padding: 20px 12px;
}

@media only screen and (min-width: 768px) {
  .uf-case__box--top {
    padding: 10px;
  }
}

@media only screen and (min-width: 1200px) {
  .uf-case__box--top {
    padding: 23px 30px;
  }
}

.uf-case__box--top img {
  height: 32px;
}

@media only screen and (max-width: 767px) {
  .uf-case__box--top img {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  .uf-case__box--top img {
    height: 48px;
  }
}

.uf-case__box--top h3 {
  font-weight: 700;
  font-size: 34px;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  color: var(--blue-light);
  margin: 0 0 10px;
}

@media only screen and (min-width: 768px) {
  .uf-case__box--top h3 {
    margin: 10px 0 4px;
  }
}

@media only screen and (min-width: 768px) {
  .uf-case__box--top h3 {
    margin: 15px 0 4px;
  }
}

.uf-case__box--top h3 small {
  font-size: 16px;
}

.uf-case__box--top ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

@media only screen and (min-width: 768px) {
  .uf-case__box--top ul {
    gap: 6px;
  }
}

@media only screen and (min-width: 768px) {
  .uf-case__box--top ul {
    gap: 10px;
  }
}

.uf-case__box--top ul li {
  background: var(--blue-light);
  color: var(--white);
  border-radius: 6px;
  padding: 5px 8px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .uf-case__box--top ul li {
    font-size: 10px;
  }
}

@media only screen and (min-width: 1200px) {
  .uf-case__box--top ul li {
    font-size: 14px;
  }
}

.uf-case__box--top ul li.special {
  background: #2CB6C5;
}

.uf-case__box--body {
  font-family: "Inter", sans-serif;
  border: 1px solid #BCD0DB;
  border-top: 0;
  border-radius: 0 0 16px 16px;
  padding: 20px 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: -0.02em;
}

@media only screen and (min-width: 768px) {
  .uf-case__box--body {
    flex-basis: 0;
    flex-grow: 1;
    padding: 25px 5px;
    border-radius: 0 0 22px 22px;
  }
}

.uf-case__box--body h5 {
  margin: 0 0 4px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.uf-case__box--body h5 small {
  font-size: 14px;
  margin-left: 4px;
}

.uf-box {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

@media only screen and (min-width: 768px) {
  .uf-box {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .uf-box {
    gap: 80px;
  }
}

@media only screen and (min-width: 1200px) {
  .uf-box {
    gap: 30px;
  }
}

.uf-box__col {
  box-shadow: 0px 0px 40px 0px #19445E0A;
  background: var(--white);
  border-radius: 16px;
  padding: 20px;
}

@media only screen and (min-width: 768px) {
  .uf-box__col {
    border-radius: 24px;
    padding: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .uf-box__col {
    border-radius: 36px;
    padding: 50px;
  }
}

.uf-box__col--top {
  text-align: center;
  font-size: 17px;
  line-height: 2;
}

.uf-box__col--top h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin: 0 0 15px;
}

.uf-box__col--top figure {
  margin: 25px 0 0;
}

@media only screen and (min-width: 768px) {
  .uf-box__col--top figure {
    margin: 40px 0 0;
  }
}

.uf-box__col--top figure img {
  max-height: 101px;
}

@media only screen and (min-width: 768px) {
  .uf-box__col--top figure img {
    max-height: 110px;
  }
}

@media only screen and (min-width: 768px) {
  .uf-box__col--top figure img {
    max-height: 139px;
  }
}

.uf-box__col--body {
  margin-top: 25px;
  font-size: 16px;
  line-height: 1.45;
}

@media only screen and (min-width: 768px) {
  .uf-box__col--body {
    margin-top: 40px;
    font-size: 17px;
    line-height: 2;
  }
}

.uf-box__col--body h4 {
  /*font-family: "Inter", sans-serif;*/
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.02;
  margin: 0 0 10px;
}

.uf-box__col--body p+h4 {
  margin-top: 25px;
}

@media only screen and (min-width: 768px) {
  .uf-box__col--body p+h4 {
    margin-top: 30px;
  }
}

.uf-box__col--body small {
  font-size: 10px;
  line-height: 1.7;
  display: inline-block;
}

@media only screen and (min-width: 768px) {
  .uf-box__col--body small {
    font-size: 17px;
    line-height: 2;
  }
}

.uf-box__note {
  font-size: 10px;
  line-height: 1.7;
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .uf-box__note {
    margin-top: 25px;
    font-size: 12px;
  }
}

@media only screen and (min-width: 768px) {
  .uf-box__note {
    margin-top: 32px;
    font-size: 14px;
    line-height: 1.4;
  }
}

@media only screen and (max-width: 767px) {
  .uf-box--2 .uf-box__col--top h3 {
    text-align: left;
  }
}

.uf-box--2 .uf-box__col--top img {
  max-height: 122px;
}

@media only screen and (min-width: 768px) {
  .uf-box--2 .uf-box__col--top img {
    max-height: 140px;
  }
}

@media only screen and (min-width: 768px) {
  .uf-box--2 .uf-box__col--top img {
    max-height: 200px;
  }
}

.grid-box {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

/* @media only screen and (min-width: 768px) {
  .grid-box {
    grid-template-columns: repeat(2, 1fr);
  }
} */
@media only screen and (min-width: 768px) {
  .grid-box {
    grid-template-columns: repeat(4, 1fr);
  }
}

.grid-box__item figure {
  text-align: center;
  margin: 0 0 20px;
}

@media only screen and (min-width: 768px) {
  .grid-box__item figure {
    margin: 0 0 30px;
  }

  .grid-box__item.grid-box-use figure {
    margin: 0 0 45px;
  }
}

.grid-box__item h3 {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  margin: 0;
  text-align: center;
}

.grid-box--1 {
  gap: 25px;
}

@media only screen and (min-width: 768px) {
  .grid-box--1 {
    gap: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .grid-box--1 .grid-box__item figure img {
    max-width: 140px;
  }

  .grid-box-icons.grid-box-use figure img {
    max-width: 140px;
  }

  .section--gray.grid-box-icons.grid-box-use figure img {
    max-width: unset;
  }

  .grid-box-icons.grid-box-use figure img.qa-icon {
    width: 129px;
  }

  .grid-box-icons.grid-box-use figure img.evavi-icon {
    width: 151px;
  }

  .grid-box-icons.grid-box-use figure img.protect-icon {
    width: 69px;
  }
}

/*
@media only screen and (min-width: 768px) {
  .grid-box--1 .grid-box__item figure img {
    max-width: 230px;
  }
} */
.case-studies__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
}

@media only screen and (min-width: 768px) {
  .case-studies__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}

.case-studies__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
  padding: 0;
}

.case-studies__list .case-studies__item--body {
  padding: 25px;
}

@media only screen and (min-width: 768px) {
  .case-studies__list .case-studies__item--body {
    gap: 15px;
  }
}

@media only screen and (min-width: 768px) {
  .case-studies__list .case-studies__item--body {
    gap: 25px;
  }
}

@media only screen and (min-width: 768px) {
  .case-studies__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .case-studies__list {
    gap: 30px;
  }
}

.pagination-list {
  font-size: 0;
  list-style: none;
  margin: 70px 0 0;
  padding: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 15px;
}

@media only screen and (min-width: 768px) {
  .pagination-list {
    gap: 23px;
  }
}

.pagination-list li {
  display: inline-block;
  font-size: 16px;
  padding: 0;
  vertical-align: middle;
}

.pagination-list li a {
  border: 2px solid #254B63;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  line-height: 120%;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.02em;
  transition: unset;
}

.pagination-list li:hover a,
.pagination-list li.active a {
  background: linear-gradient(180deg, #5FC5EB 0%, #32A6D4 100%);
  border: none;
  color: #fff;
  line-height: 50px;
}

.pagination-list li.prev span,
.pagination-list li.next span {
  background: url(../images/home/arrow-left.webp) no-repeat;
  display: inline-block;
  height: 17px;
  width: 10px;
}

.pagination-list li.next span {
  background: url(../images/home/arrow-right.webp) no-repeat;
}

.pagination-list li.disabled {
  opacity: 0.3;
}

.home-chart {
  display: flex;
  justify-content: space-between;
  max-width: 1096px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .home-chart {
    flex-direction: column;
    gap: 30px;
  }
}

.grid-box-icons {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  padding: 0;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .grid-box-icons {
    grid-template-columns: 1fr 1fr;
  }

  .grid-box-icons.grid-box-support {
    grid-template-columns: 1fr;
  }

  .grid-box-icons.grid-box-use {
    grid-template-columns: 1fr;
  }
}

.grid-box-icons.grid-box-support {
  gap: 25px;
}

@media only screen and (min-width: 768px) {
  .grid-box-icons {
    grid-template-columns: repeat(3, 1fr);
    gap: 80px;
    margin-top: 60px;
  }

  .support-page .grid-box-icons.grid-box-use {
    gap: 55px;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 1200px) {
  .grid-box-icons.grid-box-support {
    padding: 0;
  }
}

.grid-box-icons .grid-box__item {
  text-align: center;
}

.grid-box-icons.grid-box-support .grid-box__item {
  text-align: left;
  max-width: 100%;
}

.grid-box-icons.grid-box-support .grid-box__item:last-child {
  width: 350px;
}

.grid-box-support .grid-box__title {
  display: flex;
}

.grid-box-support .grid-box__item h3 {
  color: #5FC5EB;
  font-size: 24px;
  margin-left: 15px;
}

.grid-box-support figure {
  background: #EFF9FF;
  display: flex;
  margin: 0;
  padding: 0 15px;
  border-radius: 7px;
  height: 70px;
  width: 70px;
  align-items: center;
}

.grid-box-use .grid-box__item h3 {
  color: #5FC5EB;
  font-size: 24px;
  margin: 0 0 1rem;
  line-height: 1.35;
}

.grid-box-use .grid-box__item h3.blue-text {
  color: #254B63;
  line-height: 1.3;
  text-align: left;
  margin-bottom: 15px;
}

.grid-box-use .grid-box__item ul {
  padding-left: 1em;
}

.grid-box-use p {
  font-size: 17px;
  line-height: 200%;
  letter-spacing: 0;
  text-align: justify;
}

.compatible__logos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.section.pb-0 {
  padding-bottom: 0;
}

.grid-box-flow {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 25px;
}

.grid-box-flow p {
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 0;
}

.flow-step {
  background: #EFF9FF;
  color: #5FC5EB;
  margin: 0 0 15px;
  min-height: 130px;
  padding: 20px 10px 0 18px;
}

.flow-step h3 {
  font-size: 33px;
  font-weight: 600;
  margin: 0 0 10px;
  text-align: left;
  /*font-family: "Inter", sans-serif;*/
  line-height: 120%;
  letter-spacing: 0;
}

.flow-step h4 {
  font-size: 17px;
  font-weight: 600;
  margin: 0;
  /*font-family: "Inter", sans-serif;*/
}

.column__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  list-style: none;
  padding: 0px;
}

.column__item {
  border: 1px solid #D9D9D9;
  box-shadow: 0px 0px 40px 0px #19445E0A;
  padding: 15px;
  position: relative;
}

.column__item--body {
  padding-top: 15px;
}

.column__item h3 {
  color: #254B63;
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-weight: 400;
  font-family: auto;
}

.column-page .column__item--body h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.column-page .column__item--body h3>a,
.column-page .column__item--body h3>button {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.column__item h3 a {
  font-weight: 700;
  font-family: "meiryo", sans-serif;
  line-height: 120%;
  text-align: justify;
}

.column__item img {
  width: 100%;
}

.column__item--tag {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 11;
  top: -30px;
  right: -15px;
  height: 64px;
  width: 64px;
}

.column__item--tag.popular {
  background: linear-gradient(180deg, #F47519 0%, #EC6C10 100%);
  color: #F8F8F8;
}

.column__item--tag.new {
  background: #FFF200;
  color: #000;
}

.paper-frame {
  background: #F0F9FF;
  border-radius: 16px;
  margin: 0 0 30px;
}

@media (max-width: 767px) {
  .paper-frame {
    margin: 0 0 10px;
  }
}

.paper-frame h3 {
  background: #CFEAFA;
  color: #254B63;
  font-size: 24px;
  border-radius: 16px 16px 0 0;
  padding: 16px 30px;
  margin-bottom: 0;
}

.paper-frame ul {
  list-style: none;
  font-weight: bold;
  padding: 10px 30px;
}

.paper-frame ul li {
  padding: 0 0px;
  display: flex;
}

.paper-frame ul li:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 10px solid #2C9BC5;
  border-bottom: 5px solid transparent;
  display: inline-block;
  margin-right: 5px;
  margin-top: 12px;
}

.sec-content {
  line-height: 2;
  padding: 15px 0;
}

.sec-content h2.sec-title {
  border-left: 7px solid #2C9BC5;
  font-size: 26px;
  line-height: 1.2;
  padding: 10px 0 10px 20px;
  margin: 0 0 25px;
}

.sec-content h3 {
  color: #2C9BC5;
  font-size: 24px;
  line-height: 1.2;
  margin: 0 0 1rem;
}

.sec-content h4 {
  color: #2C9BC5;
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 1rem;
}

.sec-content ol {
  list-style: none;
  padding: 0;
}

.sec-content ol,
.sec-content p {
  margin: 0 0 25px;
}

.sec-content ul {
  padding: 0 0 0 1em;
  margin: 0 0 2rem;
}

.sec-content picture {
  display: block;
}

.sec-content picture:not(:last-child) {
  margin: 0 0 2rem;
}

.sec-content strong {
  /*  -webkit-text-decoration: underline solid #FFF200 35%;
  text-underline-offset: 4px;
  text-decoration: underline solid #FFF200 35%; */

  text-decoration-line: underline;
  text-decoration-color: #FFF200;
  text-decoration-style: solid;
  text-decoration-thickness: 5px;
  text-underline-offset: 0;
  text-decoration-skip-ink: none;
}

.popular-article {
  background: #fff;
  border: 1px solid #D9D9D9;
  box-shadow: 0px 0px 40px 0px #19445E0A;
  padding: 15px;
}

/* 人気記事スライダー: カード幅をコンテナに引き伸ばさない（Splide fixedWidth と併用） */
.splide.popular-articles .splide__slide {
  flex-shrink: 0;
  box-sizing: border-box;
}

.popular-article h3 {
  font-size: 20px;
  line-height: 1.2;
  margin: 15px 0 0;
}

.read-more {
  margin-top: 30px;
}

.read-more a {
  background: url(../images/arrow-right-circle.webp) no-repeat right center;
  color: #254B63;
  display: inline-block;
  padding-right: 52px;
  line-height: 2.2;
}

.splide.popular-articles .splide__arrow--prev {
  /* background: url("../images/navigate_prev.svg") no-repeat 0 0/100%; */
  left: -50px;
}

.splide.popular-articles .splide__arrow--next {
  /* background: url("../images/navigate_next.svg") no-repeat 0 0/100%; */
  right: -50px;
}

/* column03_gensen: 1399px 付近で矢印が外に逃げるのを抑制 */
@media only screen and (min-width: 768px) and (max-width: 1399px) {
  .column03_gensen-page .splide.popular-articles .splide__arrow--prev {
    left: -25px;
  }

  .column03_gensen-page .splide.popular-articles .splide__arrow--next {
    right: -25px;
  }

  .paperless_page .splide.popular-articles .splide__arrow--prev {
    left: -25px;
  }

  .paperless_page .splide.popular-articles .splide__arrow--next {
    right: -25px;
  }

  .page_column05_system .splide.popular-articles .splide__arrow--prev {
    left: -25px;
  }

  .page_column05_system .splide.popular-articles .splide__arrow--next {
    right: -25px;
  }
}

.system-intro {
  /*max-width: 800px; (EC)*/
  margin: 0 auto 35px;
  display: flex;
  align-items: center;
  gap: 30px;
}

.system-intro figure {
  flex: 0 0 auto;
}

.system-intro figure img {
  width: 104px;
}

.system-intro-text {
  border: 1px solid #E3E3E3;
  border-radius: 16px;
  font-size: 17px;
  line-height: 2;
  padding: 20px;
  position: relative;
}

.system-intro-text:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-right: 20px solid #E3E3E3;
  border-bottom: 15px solid transparent;
  position: absolute;
  left: -20px;
  top: 50%;
  margin-top: -15px;
}

.system-intro-text:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: -19px;
  top: 50%;
  margin-top: -14px;
  border-top: 14px solid transparent;
  border-right: 19px solid #fff;
  border-bottom: 14px solid transparent;
}

.sec-type:not(:last-child) {
  margin-bottom: 50px;
}

.sec-type h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.sec-type>h3 {
  color: #254B63;
  margin: 0 0 30px;
}

.grid-box-type {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

.grid-type-item {
  border: 1px solid #D9D9D9;
  border-radius: 16px;
}

.grid-type-item h3.checked {
  background: #DDF6CB;
  border-radius: 16px 16px 0 0;
  color: #7ABE45;
  margin: 0;
  padding: 15px 0;
}

.grid-type-item h3.cancel {
  background: #FEC9C9;
  border-radius: 16px 16px 0 0;
  color: #D33B3B;
  margin: 0;
  padding: 15px 0;
}

.grid-type-content {
  padding: 20px;
}

.grid-type-content ul {
  margin: 0;
  padding: 0 0 0 20px;
}

.sec-content.eight-points h4 {
  color: #5FC5EB;
  font-weight: bold;
  position: relative;
  padding-left: 40px;
  margin: 0 0 10px;
}

.sec-content.eight-points h4 span {
  background: #5FC5EB;
  color: #fff;
  display: inline-block;
  height: 30px;
  width: 30px;
  border-radius: 15px;
  text-align: center;
  line-height: 30px;
  position: absolute;
  top: -5px;
  left: 0;
  padding-top: 1px;
}

.author-frame {
  background: #F7F7F7;
  border-radius: 16px;
  padding: 30px;
  position: relative;
}

.author-frame .author-title {
  background: #5FC5EB;
  border-radius: 20px;
  color: #fff;
  position: absolute;
  left: 24px;
  top: -18px;
  padding: 0;
  width: 197px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.author-intro {
  display: flex;
  align-items: center;
  gap: 50px;
}

.author-intro figure {
  flex: 0 0 auto;
}

@media (min-width: 768px) {
  .author-intro figure {
    width: 185px;
    text-align: center;
  }
}

.author-intro-text {
  font-size: 14px;
  line-height: 140%;
  padding: 11px 0;
}

.author-intro-text h4 {
  border-bottom: 1px solid #CCCCCC;
  font-size: 18px;
  line-height: 2;
  margin: 0 0 30px;
  padding-bottom: 12px;
}

br.sp {
  display: none;
}

@media only screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }

  .compatible__logos {
    grid-template-columns: repeat(4, 1fr);
    margin: 0 auto;
  }

  .grid-box-flow {
    grid-template-columns: repeat(3, 1fr);
  }

  .column__list {
    grid-template-columns: repeat(3, 1fr);
  }

  .flow-step {
    background: url(../images/support/union-icon.webp) no-repeat;
    background-size: contain;
    height: 130px;
  }

  .grid-box-type {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .grid-type-item {
    min-height: 320px;
  }
}

@media only screen and (min-width: 1200px) {
  .grid-box-flow {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media only screen and (min-width: 1400px) {
  .splide.popular-articles .splide__arrow {
    width: 50px;
    height: 50px;
  }

  .splide.popular-articles .splide__arrow--prev {
    left: -25px;
  }

  .splide.popular-articles .splide__arrow--next {
    right: -25px;
  }
}

.bg_white {
  background-color: #fff;
}

#sp_fixed_buttons {
  display: none;
}

.robust_security_system .section-heading__content {
  max-width: 900px;
}

.payroll-services_case .container {
  max-width: 1040px;
}

.section.faqs {
  padding-inline: 15px;
}

.section.faqs .container--sm {
  padding: 0;
}

#table_of_contents p,
.payroll_benefits p {
  font-size: 17px;
  line-height: 200%;
  letter-spacing: 0;
  margin-bottom: 10px;
}

#table_of_contents .sec-content ul li {
  font-size: 17px;
  line-height: 200%;
  letter-spacing: 0;
}

@media only screen and (min-width: 768px) {
  ul.pc_no_indentation {
    list-style: none;
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  body p {
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    text-align: justify;
  }

  #sp_fixed_buttons.fixed {
    display: grid;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    padding: 15px;
    background: #fff;
    border-radius: 15px 15px 0 0;
    z-index: 9;
  }

  .sp {
    display: block !important;
  }

  .pc {
    display: none !important;
  }

  .banner {
    padding-bottom: 26px;
  }

  .banner__list ul li {
    font-weight: 600;
    width: 98px;
    height: 27px;
    font-size: 14px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .sp_yellow_line {
    background: linear-gradient(to bottom, transparent 60%, yellow 60%, yellow 100%);
  }

  .about-section .section-heading__content {
    text-align: justify;
  }

  .grid-box-flow .grid-box__item {
    background: #EFF9FF;
    border-radius: 12px;
    padding: 15px;
    position: relative;
  }

  .grid-box-flow .grid-box__item:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 12px solid #EFF9FF;
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -20px;
  }

  .grid-box-flow .grid-box__item:last-child:after {
    display: none;
  }

  .grid-box-flow .flow-step {
    min-height: 0;
    margin: 0 0 5px;
    padding: 0;
    display: flex;
    gap: 10px;
    align-items: center;
  }

  .flow-step h3 {
    margin: 0;
  }

  .system-intro figure {
    display: none;
  }

  .system-intro-text::before,
  .system-intro-text::after {
    display: none;
  }

  .case-studies__list .case-studies__item--body {
    padding: 20px;
  }

  .author-intro {
    flex-direction: column;
    gap: 15px;
  }

  br.sp {
    display: block;
  }

  .box-icon p {
    text-align: justify;
  }

  .grid-box__item.grid-box-support figure img {
    width: 28px;
  }

  .robust_security_system .section-heading__content p {
    text-align: justify;
  }

  .robust_security_system .uf-box__col--body p {
    text-align: justify;
  }

  .sec-content h2.sec-title,
  .sec-content h3 {
    font-size: 20px;
  }

  .sp_radius16 {
    border-radius: 16px;
    overflow: hidden;
  }

  .grid-type-item h3 {
    padding: 10.5px 0;
  }

  .grid-type-item h3 img {
    width: 28px;
  }

  .author-intro figure img {
    width: 61px;
  }

  .payroll-calculations p {
    text-align: justify;
  }

  /* .accordion .accordion__item--header h3 {
    font-size: 16px;
    line-height: 120%;
  } */

  .grid-box-flow p {
    font-size: 16px;
    line-height: 145%;
  }

  .pagination-list li.dot {
    display: flex;
    align-items: end;
  }

  .paperless-popular-articles .splide {
    visibility: unset;
  }

  .paperless-popular-articles .splide__list {
    flex-direction: column;
    gap: 20px;
  }

  section#index04 {
    padding-top: 5px;
  }
}

.section--blue {
  background: #CFEAFA;
}

.thanks-section {
  text-align: center;
  font-size: 16px;
  line-height: 1.45;
}

@media only screen and (min-width: 768px) {
  .thanks-section {
    font-size: 17px;
    line-height: 2;
  }
}

@media only screen and (max-width: 767px) {
  .thanks-section {
    padding-bottom: 0;
  }
}

.thanks-section p {
  text-align: center;
}

.thanks-section picture {
  display: block;
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .thanks-section picture {
    margin-top: 68px;
  }
}

.thanks-section picture img {
  width: 100%;
  max-width: 220px;
}

@media only screen and (min-width: 768px) {
  .thanks-section picture img {
    max-width: 416px;
  }
}

@media only screen and (max-width: 767px) {
  .discuss-online .section-heading h2 {
    text-align: left;
  }
}

@media only screen and (min-width: 768px) {
  .discuss-online .section-heading .section-heading__content {
    text-align: center;
  }
}

.discuss-online picture {
  display: block;
  text-align: center;
}

.discuss-online picture img {
  width: 100%;
  max-width: 875px;
}

.discuss-online__bottom {
  text-align: center;
  margin-top: 25px;
}

@media only screen and (min-width: 768px) {
  .discuss-online__bottom {
    margin-top: 48px;
  }
}

.discuss-online__bottom .btn {
  font-size: 16px;
  padding: 3px 30px;
  min-height: 40px;
}

.discuss-online__bottom--hotline {
  margin-top: 25px;
  font-size: 17px;
  line-height: 2;
}

@media only screen and (min-width: 768px) {
  .discuss-online__bottom--hotline {
    margin-top: 48px;
  }
}

.discuss-online__bottom--hotline a {
  display: inline-flex;
  align-items: center;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--blue-light);
  margin-bottom: 15px;
  gap: 12px;
}

@media only screen and (min-width: 768px) {
  .discuss-online__bottom--hotline a {
    gap: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .discuss-online__bottom--hotline p {
    text-align: center;
  }
}

.checkbox-wrap {
  position: relative;
  cursor: pointer;
  margin: 0;
}

.checkbox-wrap input {
  position: absolute;
  width: 0;
  height: 0;
}

.checkbox-wrap.checked span::before {
  background: var(--text-body);
  border-color: var(--text-body);
}

.checkbox-wrap.checked span::after {
  opacity: 1;
}

.checkbox-wrap span {
  padding-left: 24px;
  position: relative;
  display: block;
}

.checkbox-wrap span::before,
.checkbox-wrap span::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  transition: all 0.3s;
}

@media only screen and (min-width: 768px) {

  .checkbox-wrap span::before,
  .checkbox-wrap span::after {
    top: 8px;
  }
}

.checkbox-wrap span::before {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 1px solid #757575;
}

.checkbox-wrap span::after {
  width: 10px;
  height: 6px;
  border-bottom: 2px solid var(--white);
  border-left: 2px solid var(--white);
  transform: rotate(-45deg);
  top: 5px;
  left: 3px;
  opacity: 0;
}

@media only screen and (min-width: 768px) {
  .checkbox-wrap span::after {
    top: 11px;
  }
}

.radio-wrap {
  position: relative;
  cursor: pointer;
  margin: 0;
}

.radio-wrap input {
  position: absolute;
  width: 0;
  height: 0;
}

.radio-wrap input:checked+span::before {
  border-color: var(--text-body);
}

.radio-wrap input:checked+span::after {
  opacity: 1;
}

.radio-wrap span {
  padding-left: 24px;
  position: relative;
}

.radio-wrap span::before,
.radio-wrap span::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  transition: all 0.3s;
  border-radius: 50%;
}

@media only screen and (min-width: 768px) {

  .radio-wrap span::before,
  .radio-wrap span::after {
    top: 4px;
  }
}

.radio-wrap span::before {
  width: 16px;
  height: 16px;
  border: 1px solid #757575;
}

.radio-wrap span::after {
  width: 10px;
  height: 10px;
  background: var(--text-body);
  top: 7px;
  left: 3px;
  opacity: 0;
}

@media only screen and (min-width: 768px) {
  .radio-wrap span::after {
    top: 7px;
  }
}

.form-row {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .form-row {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-right: 30px;
  }

  .form-row.purpose_use {
    margin-right: 0;
  }
}

.form-row--center {
  align-items: center;
}

.form-row--center .form-row__label {
  padding-top: 0;
}

.form-row__label {
  display: flex;
  margin-bottom: 8px;
}

@media only screen and (min-width: 768px) {
  .form-row__label {
    padding-top: 7px;
    margin-bottom: 0;
  }
}

.form-row__label span {
  color: var(--white);
  background: #E05555;
  font-size: 10px;
  line-height: 1.4;
  padding: 2px;
  min-width: 35px;
  text-align: center;
  border-radius: 2px;
  display: inline-block;
}

.form-row__label--normal span {
  background: #BCD0DB;
}

.form-row__input {
  flex-grow: 1;
}

.form-row__input>label {
  margin: 0;
}

.form-row__input input[type=text],
.form-row__input input[type=email],
.form-row__input input[type=password],
.form-row__input select,
.form-row__input textarea {
  height: 40px;
  border-radius: 8px;
  border: 1px solid #BCD0DB;
  background: var(--white);
  width: 100%;
  padding: 3px 16px;
  display: block;
  font-size: 16px;
}

.form-row__input input[type=text]::placeholder,
.form-row__input input[type=email]::placeholder,
.form-row__input input[type=password]::placeholder,
.form-row__input select::placeholder,
.form-row__input textarea::placeholder {
  color: #BCD0DB;
}

.form-row__input select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("../images/arrow-down-blue.svg") no-repeat calc(100% - 16px) 50%/14px var(--white);
  padding-right: 40px;
  color: var(--text-body);
}

.form-row__input textarea {
  height: 92px;
  line-height: 1.45;
  padding: 10px 16px;
  color: var(--text-body);
}

@media only screen and (min-width: 768px) {
  .form-row__input textarea {
    line-height: 2;
  }
}

.form-row__input small {
  font-size: 14px;
  line-height: 1.4;
}

.form-row__input a {
  color: #007CF0;
  text-decoration: underline;
}

.form-row__group {
  display: flex;
  flex-wrap: wrap;
  gap: 0 8px;
}

.form-row--agree p {
  padding-left: 24px;
}

.form-submit {
  text-align: center;
  margin-top: 20px;
}

.form-submit .btn {
  min-height: 40px;
  font-size: 16px;
  line-height: 1.2;
  padding: 2px 30px;
  width: 100%;
  max-width: 275px;
}

.input-placeholder {
  position: relative;
  overflow: visible;
}

.input-placeholder input,
.input-placeholder textarea {
  transition: all 0.3s;
}

.input-placeholder label {
  color: #BCD0DB;
  position: absolute;
  line-height: 1;
  top: 10px;
  left: 16px;
  pointer-events: none;
  margin: 0;
  transition: all 0.3s;
  white-space: nowrap;
  width: calc(100% - 16px);
  height: 20px;
  display: flex;
  align-items: center;
  font-size: 16px;
}

.input-placeholder.active label {
  display: none;
}

/* .input-placeholder input:focus, .input-placeholder input:not(:placeholder-shown),
.input-placeholder textarea:focus,
.input-placeholder textarea:not(:placeholder-shown) {
  padding-block: 7px 0;
  font-size: 14px;
} */
/* .input-placeholder input:focus + label, .input-placeholder input:not(:placeholder-shown) + label,
.input-placeholder textarea:focus + label,
.input-placeholder textarea:not(:placeholder-shown) + label {
  font-size: 10px;
  top: 4px;
}
.input-placeholder input:focus + label span, .input-placeholder input:not(:placeholder-shown) + label span,
.input-placeholder textarea:focus + label span,
.input-placeholder textarea:not(:placeholder-shown) + label span {
  opacity: 0;
} */
.input-placeholder.focused label {
  font-size: 8px;
  top: -4px;
}

.input-placeholder.focused label span {
  opacity: 0;
}

.input-placeholder textarea:not(:placeholder-shown)+label {
  font-size: 10px;
  top: 4px;
}

.form-download__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2px;
}

@media only screen and (min-width: 768px) {
  .form-download__inner {
    gap: 40px;
  }
}

@media only screen and (min-width: 768px) {
  .form-download__inner {
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (min-width: 1200px) {
  .form-download__inner {
    gap: 40px 10px;
  }
}

.form-download__content h2 {
  font-size: 24px;
  line-height: 1.2;
  margin: 0 0 20px;
  color: var(--text-body);
}

@media only screen and (min-width: 768px) {
  .form-download__content h2 {
    font-size: 33px;
    line-height: 1.45;
  }
}

.form-download__content picture {
  margin-top: 14px;
  display: block;
}

@media only screen and (min-width: 768px) {
  .form-download__content picture {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 768px) {
  .form-download__content picture {
    margin-top: 68px;
  }
}

.form-download__content picture img {
  width: 557px;
  height: 243px;
}

@media only screen and (max-width: 767px) {
  .form-download__content picture img {
    width: 100%;
    max-width: 557px;
    height: auto;
  }
}

.form-download__content picture.trial-img img {
  width: auto;
}

@media only screen and (max-width: 767px) {
  .form-download__content picture.trial-img img {
    width: 100%;
    max-width: 452px;
    height: auto;
  }
}

.form-download__box {
  border-radius: 24px;
  background: #F7F7F7;
  padding: 20px 12px;
}

@media only screen and (min-width: 767px) {
  .form-download__box {
    padding: 20px 0 0 30px;
    border-radius: 32px;
    width: 535px;
  }
}

.form-download__box--top {
  margin-bottom: 20px;
}

.center {
  text-align: center !important;
}

p.case_note {
  font-size: 10px;
  font-weight: 400;
  margin-top: 20px;
  text-align: center;
}

.paperless_page .sec-content h3 {
  margin-bottom: 25px;
}

.paperless_page .sec-content h4 {
  margin-bottom: 25px;
}

.paperless_page .sec-content p {
  margin-bottom: 25px;
}

.paperless_page .sec-content p:last-of-type {
  margin-bottom: 0;
}

.page_payroll-services .case-studies__item--body h3 {
  font-weight: 700;
  font-family: "meiryo", sans-serif;
}


.mgt25 {
  margin-top: 25px;
}

.mgb0 {
  margin-bottom: 0 !important;
}

.mgb50 {
  margin-bottom: 50px;
  display: block;
}

.mgb25 {
  margin-bottom: 25px !important;
}

.column03_gensen-page .sec-content h3 {
  color: var(--text-body);
}

.page_video .column__item h3 {
  font-family: "meiryo", sans-serif;
}

a.link,
button.link {
  text-decoration: underline;
  color: #007CF0;
}

/* .casestudy-page .case-studies__item--body h3 a {font-family: auto;} */
.splide .splide__pagination li:only-child {
  display: none;
}

label.error {
  color: red;
  font-style: italic;
  position: unset;
  margin-top: 5px;
  font-size: 12px !important;
}

.form-row--agree .checkbox-wrap {
  display: flex;
  flex-direction: column;
}

.form-row--agree .checkbox-wrap label.error {
  order: 3;
}

#logos_popup {
  display: none;
}

#logos_popup.active {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  cursor: pointer;
  opacity: 1;
  animation-timing-function: ease-out;
  animation-duration: .3s;
  animation-name: modal-video;
  -webkit-transition: opacity .3s ease-out;
  -moz-transition: opacity .3s ease-out;
  -ms-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
}

#logos_popup .overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}

#logos_popup .container {
  width: 1200px;
  margin: 0 auto;
  border-radius: 24px;
  padding: 30px 40px 60px;
  position: relative;
  background: #fff;
}

#logos_popup .container .logos_popup__close {
  width: 48px;
  position: absolute;
  top: -20px;
  right: -20px;
}

#logos_popup .container .section-heading h2 {
  font-family: "meiryo", sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 145%;
  margin-bottom: 25px;
}

#logos_popup .container .compatible__inner {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

#logos_popup .container .compatible__inner figure {
  width: 170px;
  height: 114px;
  padding: 13px 0;
}

#logos_popup .container .compatible__inner figure figcaption {
  font-size: 12px;
  line-height: 200%;
  height: auto;
}

.slideshow {
  position: relative;
  /* Define size for the container, as absolute children don't take up space */
  width: 100%;
  height: 400px;
  /* Adjust as needed */
  overflow: hidden;
}

.slideshow img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  /* object-fit: cover; */
  /* Ensures images cover the area nicely */
  opacity: 0;
  /* Hide all images by default */
  animation: slideshow-fade 12s infinite;
  /* 4s per image * 3 images = 12s total duration */
}

@keyframes slideshow-fade {
  0% {
    opacity: 0;
  }

  16.66% {
    opacity: 1;
  }

  33.33% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

/* First image is already handled by the default animation (delay: 0s) */

.slideshow img:nth-child(2) {
  animation-delay: 4s;
  /* Start 4 seconds after the first */
}

.slideshow img:nth-child(3) {
  animation-delay: 8s;
  /* Start 8 seconds after the first */
}

/* PC: 画像の論理解像度 1100×580 を等倍（CSS 1px = 画像 1px）で表示 */
@media only screen and (min-width: 768px) {
  .payroll-calculations .picture-center {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .payroll-calculations picture img {
    width: 1100px;
    height: 580px;
    max-width: none;
    vertical-align: bottom;
  }
}

@media only screen and (max-width: 767px) {
  .payroll-calculations picture img {
    width: 100%;
    height: auto;
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  body .site-header__nav ul li a {
    padding: 10px;
  }

  #logos_popup .container {
    max-width: 350px;
    padding: 40px 21px;
    border-radius: 16px;
  }

  #logos_popup .container .compatible__inner {
    display: grid;
    gap: 10px;
  }

  #logos_popup .container .section-heading h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }

  #logos_popup .container .compatible__inner figure {
    width: auto;
    height: 64px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  #logos_popup .container .compatible__inner figure figcaption {
    margin: 0;
    font-size: 7px;
    line-height: 145%;
    display: none;
  }

  #reliable_support_quality .grid-box__item figure {
    margin-bottom: -13px;
  }

  #reliable_support_quality .grid-box-use .grid-box__item h3.blue-text {
    text-align: center;
  }

  .grid-box-support .grid-box__title {
    align-items: baseline;
    margin-bottom: 10px;
  }

  .grid-box-support .grid-box__item figure {
    margin: 0;
  }

  .grid-box-support .grid-box__item figure img {
    width: 28px;
    vertical-align: top
  }

  .grid-box-use p {
    line-height: 145%;
  }

  #table_of_contents p,
  .payroll_benefits p {
    font-size: 16px;
    line-height: 145%;
  }

  .page_payroll-services .grid-box__item figure {
    margin-bottom: -20px;
  }

  .author-intro-text {
    padding: 0;
  }

  .author-intro-text h4 {
    margin: 0 0 12px;
  }

  .top-page .compatible__inner figure figcaption {
    display: none;
  }

  .top-page .case-studies__inner .splide__arrow {
    top: 255px;
  }

  .top-page .banner__list ul li {
    padding-top: 2px;
  }

  .top-page .banner__content p {
    font-size: 17px;
  }

  .top-page .banner__buttons p {
    text-align: center;
  }

  .top-page .trademark p {
    font-size: 10px;
  }

  .top-page .tabs-slider .splide__arrow {
    top: 110px;
  }

  .top-page .section--bg-2 {
    padding-bottom: 70px;
  }

  .top-page .reason_trusted {
    border-radius: 40px 40px 0 0;
    margin-top: -40px;
    background: #fff;
  }

  .point_top_text {
    text-align: justify;
  }

  .casestudy-page .compatible__logos figure {
    padding: 6px 6px 0;
    height: 110px;
  }

  .casestudy-page .compatible__logos figure figcaption {
    height: 30px;
  }

  .casestudy-page .case-studies__item--bottom {
    margin-top: 0;
  }

  .casestudy-page .compatible__logos {
    gap: 15px;
  }

  .case-studies .btn--lg {
    min-height: 60px;
  }

  .case-studies-page .cs-banner {
    overflow: hidden;
  }

  .case-studies-page .cs-banner .container::before {
    right: -77px;
  }

  .case-studies__inner .splide__arrow {
    top: 255px;
  }

  .case-studies__item figure img {
    height: 255px;
  }

  .pagination-list {
    margin: 30px 0 0;
  }

  .column-page .column__list {
    gap: 10px;
  }

  .paper-frame ul {
    padding: 10px 10px;
  }

  .column03_gensen-page .paper-frame ul {
    padding: 10px;
  }

  .page_column05_system .splide.popular-articles {
    visibility: unset;
  }

  .page_column05_system .splide.popular-articles .splide__list {
    flex-direction: column;
    gap: 20px;
  }

  #index01 ol li {
    font-size: 16px;
    line-height: 145%;
  }

  .page_forms .form-row__label--normal {
    display: none;
  }

  .page_trial .form-row__label--normal {
    display: none;
  }

  .purpose_use .form-row__group {
    flex-direction: column;
  }

  .purpose_use .form-row__group .radio-wrap {
    width: 100%;
  }

  .uf-case__box--body p {
    /*font-family: "Inter", sans-serif;*/
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    text-align: center;
  }

  .system-intro-text {
    line-height: 145%;
    font-size: 16px;
    font-weight: 400;
  }

  .accordion .accordion__item--header h3 {
    font-size: 16px;
  }

  .page_thanks .title-page {
    height: 140px;
    display: flex;
    align-items: center;
  }

  .page_trial_thanks .title-page {
    height: 140px;
    display: flex;
    align-items: center;
  }

  .uf-box__col--top p {
    text-align: center;
  }

  .uf-info__content p {
    font-size: 10px;
  }

  .uf-box__note p {
    font-size: 10px;
  }

  .cs-box__col--body p {
    font-weight: 700;
  }

  .sp_bold {
    font-weight: 700;
  }

  .usage-fee-page .robust_security_system .section-heading h2 {
    text-align: left;
  }

  .case-studies__item--body>a {
    padding: 20px;
  }

  .site-footer {
    padding-bottom: 70px;
  }

  .top-page .site-footer {
    padding-bottom: 130px;
  }

  .site-footer__links nav ul li {
    line-height: 1.4;
  }

  .site-footer__links nav ul li a {
    font-size: 14px;
    line-height: 140%;
  }

  .site-footer__bottom p {
    text-align: center;
  }

  .site-footer__logo--info p,
  .site-footer__intro p {
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) {
  .pc_pdt25 {
    padding-top: 25px;
  }

  .point_top_text {
    text-align: center;
  }

  .site-footer__links ul li a {
    font-size: 14px;
  }

  .case-studies__item figure img {
    height: 255px;
  }

  .case-studies .btn--lg {
    min-width: 275px;
    min-height: 62px;
    font-size: 17px;
    font-weight: 400;
  }

  .trademark .container {
    width: 930px;
  }

  p.case_note {
    font-size: 16px;
    text-align: right;
  }

  #reliable_support .section-heading {
    margin-top: 0px;
    margin-bottom: 45px;
  }

  #flow-step .section-heading {
    margin-bottom: 25px;
  }

  .robust_security_system .section-heading__content {
    margin-top: 30px;
  }

  #column_content .container {
    width: 1130px;
  }

  .column__list {
    gap: 10px;
  }

  .column-page .title-page__inner {
    grid-template-columns: 110px 1fr;
  }

  .column-page .title-page__inner img {
    max-width: 80px;
  }

  .column-page .column__list {
    gap: 30px;
  }

  .paperless_page .title-page__inner img {
    max-width: 93px;
  }

  .page_column05_system .title-page__inner {
    grid-template-columns: 113px 1fr;
  }

  .page_column05_system .title-page__inner img {
    max-width: 93px;
  }

  .page_column05_system .paper-frame {
    margin-bottom: 35px;
  }

  .page_column05_system .paper-frame ul {
    padding: 10px 30px;
  }

  .page_column05_system .paper-frame ul li {
    padding: 0;
  }

  .paper-frame ul li a {
    font-size: 16px;
  }

  .page_trial .title-page__inner img {
    max-width: 104px;
  }

  .page_trial_thanks .title-page__inner img {
    max-width: 104px;
  }

  .page_forms .title-page__inner img {
    max-width: 104px;
  }

  .page_thanks .title-page__inner img {
    max-width: 110px;
  }

  .page_video .title-page__inner img {
    max-width: 112px;
  }

  .page_payroll-services .title-page__inner img {
    max-width: 58px;
  }

  .popular-article {
    height: 270px;
    min-width: 240px;
  }

  .page_video .container,
  .client_employees .container {
    width: 1260px;
  }

  .page_video .case-studies .container {
    width: 1130px;
  }

  .page_video .column__list {
    gap: 25px;
  }

  .page_video .video__item {
    font-size: 16px;
    line-height: 145%;
    height: 380px;
    overflow: hidden;
    width: 350px;
  }

  .column__item.video__item img {
    height: 150px;
    width: 320px;
    aspect-ratio: 16 / 9;
  }

  .client_employees .picture {
    margin-left: 90px;
  }

  #index01 {
    margin-bottom: 20px;
  }

  #index03 {
    padding-top: 100px;
  }

  #index01 .sec-content {
    padding: 0;
  }

  #index02 .sec-content {
    padding: 0;
  }

  #index03 .sec-content {
    padding: 0;
  }

  #index04 .sec-content {
    padding: 0;
  }

  #index01,
  #index02,
  #index03,
  #index04 {
    padding-top: 50px;
  }

  .author_section .container-2sm {
    max-width: 950px;
  }

  .author_section .author-frame .author-title {
    left: 24px;
    padding: 0;
    width: 197px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    padding: 0;
  }

  .reason_trusted .container {
    max-width: 1200px;
    padding: 0 10px;
  }

  .top-page .column-section .splide__arrows {
    width: 1108px;
    position: absolute;
    left: 50%;
    top: 40px;
    z-index: 999;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
  }

  .top-page .column-section .splide .splide__arrow {
    width: 50px;
    height: 50px;
    top: 30px;
    transform: unset;
    position: unset;
  }

  .top-page .section--bg-2.case-studies .case-studies__item {
    width: 350px !important;
  }

  .case-studies-page .section--bg-2.case-studies .case-studies__item {
    width: 350px !important;
  }

  .case-studies__item--body h3 {
    height: 47px;
  }

  .case-studies__item--content {
    height: 44px;
    line-height: 140%;
    font-size: 16px;
  }

  .casestudy-page .case-studies__list .case-studies__item--body {
    height: 190px;
  }

  .chart1 .section-heading {
    margin-bottom: 60px;
  }

  .managing_multiple_clients .section-heading {
    margin-bottom: 80px;
  }

  #compatible__logos .section-heading {
    margin-bottom: 70px;
  }

  .cs-section4 .container {
    width: 1260px;
    max-width: 1260px;
  }

  .case-studies-page .case-studies .section-heading {
    margin-bottom: 30px;
  }

  .case-studies-page .cs-banner__body h1,
  .case-studies-page .cs-section h2 {
    font-size: 34px;
  }

  .case-studies-page .cs-section .container-2sm {
    max-width: 950px;
  }

  .support-page .title-page__inner img {
    max-width: 95px;
  }

  .support-page .grid-box-support .grid-box__title {
    height: 70px;
    margin-bottom: 15px;
    align-items: center;
  }

  .support-page .grid-box-use .grid-box__item figure {
    margin: 0;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #flow-step .container {
    width: 1130px;
    max-width: unset;
  }

  .page_video .column__item--body {
    padding-top: 25px;
  }

  .page_payroll-services .client_employees {
    padding-bottom: 90px;
  }

  .column-page .column__item {
    height: 270px;
  }

  .column-page .column__item h3 {
    line-height: 1;
  }

  .page_column03_system #table_of_contents {
    padding-top: 50px;
  }

  .page_column05_system #table_of_contents {
    padding-top: 50px;
  }

  .column03_gensen-page .paperless-popular-articles {
    padding-bottom: 50px;
  }

  .page_column05_system .author_section {
    padding-bottom: 50px;
  }

  .page_column05_system .sec-content {
    font-weight: 400;
    font-size: 17px;
  }

  .support-page .grid-box-flow p {
    font-size: 17px;
  }

  .support-page .grid-box-icons {
    margin-top: 48px;
  }

  .understand_use_continue .section-heading {
    margin-bottom: 25px;
  }

  .support-page .grid-box-use .grid-box__item ul {
    margin: 0;
  }

  .support-page #reliable_support_quality .grid-box-use .grid-box__item figure {
    margin: 0 0 44px;
    height: 280px;
  }

  .case-studies-page .splide .splide__arrows {
    width: 1142px;
    position: absolute;
    left: 50%;
    top: 180px;
    z-index: 999;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
  }

  .case-studies-page .splide .splide__arrow {
    width: 50px;
    height: 50px;
    top: 179px;
    transform: unset;
    position: unset;
  }

  .casestudy-page .case-studies__item--bottom p {
    font-size: 16px;
  }

  .casestudy-page .compatible__logos figure img {
    height: 74px;
  }

  .casestudy-page .compatible__logos figure figcaption {
    margin: 10px 0 0;
  }

  .top-page .banner__info h1 {
    margin-top: 24px;
  }

  .top-page .column-section .splide__slide {
    width: 340px !important;
    height: 150px;
  }

  .top-page .section.faqs {
    padding-top: 25px;
  }

  .top-page .section.column-section .section-heading {
    margin-bottom: 60px;
  }

  .top-page .case-studies .splide .splide__arrows {
    width: 1142px;
    position: absolute;
    left: 50%;
    top: 180px;
    z-index: 999;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
  }

  .top-page .case-studies .splide .splide__arrow {
    width: 50px;
    height: 50px;
    top: 179px;
    transform: unset;
    position: unset;
  }

  .reason_trusted .grid-items .box-icon:nth-child(2) h3 {
    margin-top: -11px;
    margin-bottom: 31px;
  }

  .site-header__buttons a {
    font-size: 16px;
    width: 140px;
    min-width: unset;
    padding: 0;
  }

  .top-page .compatible .container {
    width: 1150px;
  }

  .casestudy-page .case-studies .container .case-studies__list {
    gap: 30px 25px;
  }

  .usage-fee-page .uf-list {
    padding: 0;
  }

  .popular-articles .splide__slide img {
    width: 100%;
  }

  .uf-case__box--body p {
    line-height: 120%;
  }

  .uf-case__inner .uf-case__box:last-child .uf-case__box--body p {
    line-height: 134%;
  }

  #operating_environment .uf-box {
    gap: 30px;
  }

  #operating_environment .uf-box__col {
    border-radius: 24px;
    padding: 50px 50px 75px;
  }

  .robust_security_system .uf-box__col {
    padding: 50px;
  }

  .robust_security_system .uf-box__col--body p+h4 {
    margin-top: 40px;
  }

  .robust_security_system .uf-box__col--body h4.ssl {
    margin-top: 70px;
  }

  .section.payroll-calculations .section-heading {
    margin-bottom: 30px;
  }

  .section.payroll-calculations .try-box {
    margin-top: 25px;
  }

  .section.payroll_benefits .section-heading {
    margin-bottom: 30px;
  }

  .section.client_employees .section-heading {
    margin-bottom: 30px;
  }

  .form-submit {
    margin-right: 30px;
  }

  .pc_right {
    text-align: right !important;
  }

  a.contact-section__box:hover {
    background: #F3F1B0;
  }

  #flow-step .grid-box-flow {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media only screen and (min-width: 1401px) {
  /* .top-page .case-studies .splide .splide__arrow {width:86px;height: 86px;max-width:calc(100vw - 180px);}
.case-studies-page .splide .splide__arrow {width: 86px;height: 86px;} */
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .section--bg-2.case-studies {
    padding-inline: 0;
  }

  .top-page .section--bg-2.case-studies .splide__list {
    margin-left: 0 !important;
  }

  .case-studies-page .splide .splide__list {
    margin-left: 0 !important;
  }
}

/* 1100px 前後: 固定1130pxコンテナ由来の左右差を防ぐ */
@media only screen and (min-width: 768px) and (max-width: 1130px) {
  .top-page .section--bg-2.case-studies .container {
    width: auto;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* a11y: 旧 <a href="#"> を <button> にした箇所の見た目を維持 */
button.hamburger,
button.fixed-popup__close,
button.logos_popup__close {
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  outline: none !important;
}

button.logos_popup_btn,
button.btn-link--arrow-shadow.logos_popup_btn {
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  cursor: pointer;
  outline: none !important;
  transition: all 0.3s;
  color: var(--text-body);
  text-decoration: none;
  font-size: 17px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  vertical-align: baseline;
}

button.logos_popup_btn:hover,
button.btn-link--arrow-shadow.logos_popup_btn:hover {
  opacity: 0.7;
  color: var(--primary);
}

button.link {
  text-decoration: underline;
  color: #007cf0;
  background: transparent;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: none !important;
}

.news-item h3 button {
  font: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  display: inline;
  color: inherit;
  cursor: pointer;
  text-align: left;
  width: auto;
  transition: all 0.3s;
  outline: none !important;
}

.news-item h3 button:hover {
  opacity: 0.7;
  color: var(--primary);
}

.news-item__link button {
  color: #007cf0;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  line-height: 1;
  font-size: 16px;
  background: none;
  border: none;
  padding: 0;
  font-family: inherit;
  cursor: pointer;
  transition: all 0.3s;
  outline: none !important;
}

.news-item__link button:hover {
  opacity: 0.7;
  color: var(--primary);
}

.column-section__item button {
  display: block;
  width: 100%;
  padding: 0;
  border: none;
  background: transparent;
  line-height: 0;
  cursor: pointer;
  outline: none !important;
}

.column__item figure button {
  display: block;
  width: 100%;
  padding: 0;
  border: none;
  background: transparent;
  line-height: 0;
  cursor: pointer;
  outline: none !important;
}

.column__item h3 button {
  font-weight: 700;
  font-family: "meiryo", sans-serif;
  line-height: 120%;
  text-align: justify;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  display: inline;
  color: inherit;
  cursor: pointer;
  width: 100%;
  transition: all 0.3s;
  outline: none !important;
}

.column__item h3 button:hover {
  opacity: 0.7;
  color: var(--primary);
}

.column__item figure>a.column-card-link {
  display: block;
  width: 100%;
  padding: 0;
  border: none;
  background: transparent;
  line-height: 0;
  cursor: pointer;
  outline: none !important;
}

.column__item h3>a.column-card-link {
  font-weight: 700;
  font-family: "meiryo", sans-serif;
  line-height: 120%;
  text-align: justify;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  display: inline;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  width: 100%;
  transition: all 0.3s;
  outline: none !important;
}

.column__item h3>a.column-card-link:hover {
  opacity: 0.7;
  color: var(--primary);
}

.pagination-list li button.pagenav {
  border: 2px solid #254b63;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  line-height: 120%;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.02em;
  transition: unset;
  background: transparent;
  cursor: pointer;
  color: var(--text-body);
  outline: none !important;
}

.pagination-list li:hover button.pagenav,
.pagination-list li.active button.pagenav {
  background: linear-gradient(180deg, #5fc5eb 0%, #32a6d4 100%);
  border: none;
  color: #fff;
  line-height: 50px;
}

/* ----------------------------------------------------------
   目次スタイル準拠リンク（▶ 付き・目次と同色）
   ---------------------------------------------------------- */
.col-toc-link {
  color: #6096c4;
}

.col-toc-link::before {
  content: "▶\00a0";
}
