@charset "UTF-8";
.in_460 {
  display: none;
}
@media screen and (max-width: 460px) {
  .in_460 {
    display: block;
  }
}

.in_767 {
  display: none;
}
@media screen and (max-width: 767px) {
  .in_767 {
    display: block;
  }
}

.in_1023 {
  display: none;
}
@media screen and (max-width: 1023px) {
  .in_1023 {
    display: block;
  }
}

.out_460 {
  display: block;
}
@media screen and (max-width: 460px) {
  .out_460 {
    display: none;
  }
}

.out_767 {
  display: block;
}
@media screen and (max-width: 767px) {
  .out_767 {
    display: none;
  }
}

.out_1023 {
  display: block;
}
@media screen and (max-width: 1023px) {
  .out_1023 {
    display: none;
  }
}

/* 
HTML5 Doctor Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1.5;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: currentColor;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: currentColor;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

html {
  font-size: 16px;
  color: #202020;
}

.headline {
  font-style: normal;
  font-weight: normal;
  font-size: 4rem;
  line-height: 1.2;
  color: #202020;
}
@media screen and (max-width: 1023px) {
  .headline {
    font-size: 2.5rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  .headline {
    font-size: 1.6875rem;
  }
}

.message {
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.25;
}

:root {
  /* メインカラー */
  --primary-color: #4a90e2;
  --secondary-color: #F47A00;
  --text-color: #363636;
  --text-secondary: #444746;
  --btn-orange: #FF9F00;
  --btn-yellow: #FFD100;
  --bg-main: #F8F8F8;
  --bg-footer:#363636;
  --bg-secondary:#F8F8F8;
  --bg-third:#FFFBE6;
  /* グラデーション用の色 */
  --gradient-start: #4B9BDE;
  --gradient-end: #50D8C7;
  /* 状態色 */
  --error-color: #dc3545;
  --error-bg: #f8d7da;
  --error-border: #f5c6cb;
  --success-color: #155724;
  --success-bg: #d4edda;
  --success-border: #c3e6cb;
}

@media only screen and (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media only screen and (min-width: 768px) {
  html {
    font-size: 0.8333333333vw;
  }
}
@media only screen and (min-width: 1920px) {
  html {
    font-size: 16px;
  }
}

body {
  color: #363636;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0;
  font-weight: 400;
}

* {
  line-height: inherit;
}

picture {
  display: block;
}

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

a {
  text-decoration: none;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  color: var(--text-color);
}

p {
  color: var(--text-color);
}

ul, ol {
  list-style: none;
}

span {
  color: inherit;
}

ul {
  list-style: none;
}

input,
button,
select,
textarea {
  appearance: none;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  font: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=checkbox],
input[type=radio] {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

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

input::-webkit-input-placeholder {
  color: #777;
}

input::-moz-placeholder {
  color: #777;
}

input:-ms-input-placeholder {
  color: #777;
}

input::-ms-input-placeholder {
  color: #777;
}

input::placeholder {
  color: #777;
}

input:-ms-input-placeholder {
  color: #777;
}

input::-ms-input-placeholder {
  color: #777;
}

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

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

.nowrap {
  white-space: nowrap;
}

.en {
  font-family: "DM Sans", sans-serif;
}

@media only screen and (min-width: 768px) {
  .space-three {
    padding-top: 3rem;
  }
}

.bold {
  font-weight: bold;
}

.client-detail .client-body, .news-detail .news-body {
  margin-top: 2rem;
}
@media only screen and (max-width: 767.499px) {
  .client-detail .client-body, .news-detail .news-body {
    margin-top: 1.2rem;
  }
}
.client-detail .client-body h2, .news-detail .news-body h2 {
  color: #363636;
  font-size: 1.75rem;
  font-weight: 500;
  margin: 1rem 0 1.5rem;
  padding-left: 1.25rem;
  line-height: 2.5;
  border-radius: 0;
  border-left: 0.375rem solid #FF9F00;
  background-color: var(--bg-third);
}
@media only screen and (max-width: 767.499px) {
  .client-detail .client-body h2, .news-detail .news-body h2 {
    padding: 0.65rem 0;
    font-size: 1.375rem;
    line-height: 1.4545;
    padding-left: 1rem;
  }
}
.client-detail .client-body h3, .news-detail .news-body h3 {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.4545;
  margin: 0 0 2.3rem;
  padding-top: 0.75rem;
  position: relative;
  /* markタグがある場合はh3の::beforeを非表示 */
  /*&:has(span)::before {
    display: none;
  }*/
  /* span {
    position: relative;

    &::before {
      content: "";
      position: absolute;
      left: -2rem;
      top: 50%;
      transform: translateY(-50%);
      width: 1.2rem;
      height: 0.2rem;
      background-color: currentColor;

      /* markタグのテキストカラーを継承 */
  /* @include media(om) {
        top: .9rem;
        width: 1rem;
        height: 0.15rem;
        left: -1.5rem;
      }
    }
  }*/
}
@media only screen and (max-width: 767.499px) {
  .client-detail .client-body h3, .news-detail .news-body h3 {
    padding-top: 0.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
.client-detail .client-body h3::before, .news-detail .news-body h3::before {
  content: "";
  position: absolute;
  bottom: -0.75rem;
  left: 0;
  right: 0;
  height: 0.135em;
  background-color: #FF9F00;
}
@media only screen and (max-width: 767.499px) {
  .client-detail .client-body h3::before, .news-detail .news-body h3::before {
    bottom: -1rem;
  }
}
.client-detail .client-body h4, .news-detail .news-body h4 {
  font-size: 1.125rem;
  font-weight: 500;
  margin: 0 0 1.4rem;
  padding: 0.6rem 0 0 1.75rem;
  color: currentColor;
  display: inline-block;
  position: relative;
  /* markタグがある場合はh4のborder-bottomを無効化 */
  /* &:has(mark) {
    border-bottom: none;
  }

  mark {
    border-bottom: 1px solid currentColor; // markタグのテキストカラーを継承
    padding-bottom: 0.5rem;

    @include media(om) {
      padding-bottom: 0.4rem;
    }
  }*/
}
@media only screen and (max-width: 767.499px) {
  .client-detail .client-body h4, .news-detail .news-body h4 {
    padding-top: 0.5rem;
    font-size: 1.125rem;
    line-height: 1.5555;
    margin-bottom: 1.1rem;
  }
}
.client-detail .client-body h4::before, .news-detail .news-body h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 60%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  background-color: var(--btn-orange);
}
@media only screen and (max-width: 767.499px) {
  .client-detail .client-body h4::before, .news-detail .news-body h4::before {
    top: 54%;
  }
}
.client-detail .client-body h5, .news-detail .news-body h5 {
  display: block;
  -webkit-margin-before: 1.33em;
  margin-block-start: 1.33em;
  -webkit-margin-after: 1.33em;
  margin-block-end: 1.33em;
  -webkit-margin-start: 0px;
  margin-inline-start: 0px;
  -webkit-margin-end: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
}
.client-detail .client-body p, .news-detail .news-body p {
  font-size: 1rem;
  line-height: 1.875;
  color: #363636;
  margin-top: 0;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767.499px) {
  .client-detail .client-body p, .news-detail .news-body p {
    line-height: 1.5;
  }
}
.client-detail .client-body a, .news-detail .news-body a {
  color: #0089FF;
  text-decoration: underline;
  word-break: break-all;
}
@media (hover: hover) {
  .client-detail .client-body a:hover, .news-detail .news-body a:hover {
    text-decoration: none;
  }
}
@media (hover: none) {
  .client-detail .client-body a:active, .news-detail .news-body a:active {
    text-decoration: none;
  }
}
.client-detail .client-body ul, .news-detail .news-body ul {
  margin: 0 0 1.4rem;
  padding: 0.6rem 0 0 1.5rem;
  font-weight: bold;
}
@media only screen and (max-width: 767.499px) {
  .client-detail .client-body ul, .news-detail .news-body ul {
    padding-top: 0.3rem;
  }
}
.client-detail .client-body ul ul, .news-detail .news-body ul ul {
  margin: 0;
  padding-left: 1.825rem;
  padding-top: 0;
}
.client-detail .client-body ul ul ul, .news-detail .news-body ul ul ul {
  padding-left: 0.825rem;
}
.client-detail .client-body ul > li, .news-detail .news-body ul > li {
  line-height: 1.875;
  margin-bottom: 0.4rem;
  position: relative;
  list-style: none;
}
@media only screen and (min-width: 768px) {
  .client-detail .client-body ul > li, .news-detail .news-body ul > li {
    font-size: 1rem;
    line-height: 1.875;
  }
}
@media only screen and (max-width: 767.499px) {
  .client-detail .client-body ul > li, .news-detail .news-body ul > li {
    font-size: 1rem;
    line-height: 1.875;
  }
}
.client-detail .client-body ul > li::before, .news-detail .news-body ul > li::before {
  content: "";
  position: absolute;
  left: -1.5rem;
  top: 1rem;
  width: 0.875rem;
  height: 0.875rem;
  background-color: #363636;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.client-detail .client-body ul > li ul > li, .news-detail .news-body ul > li ul > li {
  line-height: 1.875;
  margin-bottom: 0.2rem;
  position: relative;
  list-style: none;
}
@media only screen and (min-width: 768px) {
  .client-detail .client-body ul > li ul > li, .news-detail .news-body ul > li ul > li {
    font-size: 1rem;
    line-height: 1.875;
    font-weight: 400;
  }
}
@media only screen and (max-width: 767.499px) {
  .client-detail .client-body ul > li ul > li, .news-detail .news-body ul > li ul > li {
    font-size: 1rem;
    line-height: 1.875;
    font-weight: 400;
  }
}
.client-detail .client-body ul > li ul > li::before, .news-detail .news-body ul > li ul > li::before {
  content: "";
  position: absolute;
  left: -1.7rem;
  top: 1rem;
  width: 0.875rem;
  height: 0.875rem;
  background-color: transparent;
  border: 1px solid #363636;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.client-detail .client-body ul > li ul > li ul > li, .news-detail .news-body ul > li ul > li ul > li,
.client-detail .client-body ol > li ul,
.news-detail .news-body ol > li ul {
  line-height: 1.875;
  margin-bottom: 0.1rem;
  position: relative;
  list-style: none;
}
@media only screen and (min-width: 768px) {
  .client-detail .client-body ul > li ul > li ul > li, .news-detail .news-body ul > li ul > li ul > li,
  .client-detail .client-body ol > li ul,
  .news-detail .news-body ol > li ul {
    font-size: 0.875rem;
    line-height: 1.875;
    margin-bottom: 0.1rem;
    font-weight: 400;
  }
}
@media only screen and (max-width: 767.499px) {
  .client-detail .client-body ul > li ul > li ul > li, .news-detail .news-body ul > li ul > li ul > li,
  .client-detail .client-body ol > li ul,
  .news-detail .news-body ol > li ul {
    font-size: 0.875rem;
    line-height: 1.875;
    margin-bottom: 0.1rem;
    font-weight: 400;
  }
}
.client-detail .client-body ul > li ul > li ul > li::before, .news-detail .news-body ul > li ul > li ul > li::before,
.client-detail .client-body ol > li ul::before,
.news-detail .news-body ol > li ul::before {
  content: "";
  position: absolute;
  left: -0.5rem;
  top: 0.75rem;
  width: 0.15rem;
  height: 0.15rem;
  background-color: #363636;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.client-detail .client-body ol > li ul::before, .news-detail .news-body ol > li ul::before {
  left: -0.75rem;
}
.client-detail .client-body ol, .news-detail .news-body ol {
  margin: 0 0 2rem;
  counter-reset: level1;
  font-weight: bold;
  padding: 0.6rem 0 0 1.5rem;
}
@media only screen and (max-width: 767.499px) {
  .client-detail .client-body ol, .news-detail .news-body ol {
    padding-top: 0.15rem;
  }
}
.client-detail .client-body ol ol, .news-detail .news-body ol ol {
  margin: 0.5rem 0;
  padding-left: 2rem;
}
.client-detail .client-body ol ol ol, .news-detail .news-body ol ol ol {
  padding-left: 2.5rem;
}
.client-detail .client-body ol li, .news-detail .news-body ol li {
  line-height: 1.875;
  margin-bottom: 0.75rem;
  position: relative;
  list-style: none;
}
@media only screen and (min-width: 768px) {
  .client-detail .client-body ol li, .news-detail .news-body ol li {
    font-size: 1rem;
    line-height: 1.875;
  }
}
@media only screen and (max-width: 767.499px) {
  .client-detail .client-body ol li, .news-detail .news-body ol li {
    font-size: 0.875rem;
    line-height: 1.85714;
    margin-bottom: 0.625rem;
  }
}
.client-detail .client-body ol li::before, .news-detail .news-body ol li::before {
  display: none !important;
}
.client-detail .client-body ol > li, .news-detail .news-body ol > li {
  line-height: 1.875;
  margin-bottom: 0.4rem;
  position: relative;
  counter-increment: level1;
}
@media only screen and (min-width: 768px) {
  .client-detail .client-body ol > li, .news-detail .news-body ol > li {
    font-size: 1rem;
    line-height: 1.875;
  }
}
@media only screen and (max-width: 767.499px) {
  .client-detail .client-body ol > li, .news-detail .news-body ol > li {
    font-size: 1rem;
    line-height: 1.875;
  }
}
.client-detail .client-body ol > li::before, .news-detail .news-body ol > li::before {
  content: counter(level1) "." !important;
  position: absolute !important;
  left: -1.25rem !important;
  top: 0 !important;
  color: #363636 !important;
  font-weight: normal !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  background-color: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  -webkit-transform: none !important;
  transform: none !important;
}
.client-detail .client-body ol > li ol, .news-detail .news-body ol > li ol {
  counter-reset: level2;
  margin: 0;
  padding-left: 3.5rem;
  padding-top: 0;
}
.client-detail .client-body ol > li ol > li, .news-detail .news-body ol > li ol > li {
  counter-increment: level2;
  font-size: 1rem;
  line-height: 1.875;
  font-weight: 400;
  margin-bottom: 0.3rem;
}
.client-detail .client-body ol > li ol > li li, .news-detail .news-body ol > li ol > li li {
  counter-increment: level3;
  font-size: 0.875rem;
  line-height: 1.875;
  font-weight: 400;
}
.client-detail .client-body ol > li ol > li::before, .news-detail .news-body ol > li ol > li::before {
  content: counter(level1) "_" counter(level2) "." !important;
  position: absolute !important;
  left: -3rem !important;
  top: 0 !important;
  color: #363636 !important;
  font-weight: normal !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  background-color: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  -webkit-transform: none !important;
  transform: none !important;
  letter-spacing: 0.2em;
  padding-right: -4.5rem;
}
.client-detail .client-body ol > li ol > li ol, .news-detail .news-body ol > li ol > li ol {
  counter-reset: level3;
}
.client-detail .client-body ol > li ol > li ol > li, .news-detail .news-body ol > li ol > li ol > li {
  counter-increment: level3;
  font-size: 0.875rem;
  line-height: 1.875;
  margin-bottom: 0.1rem;
  font-weight: 400;
}
.client-detail .client-body ol > li ol > li ol > li::before, .news-detail .news-body ol > li ol > li ol > li::before {
  content: counter(level1) "_" counter(level2) "_" counter(level3) "." !important;
  position: absolute !important;
  left: -3.8rem !important;
  top: 0 !important;
  color: #363636 !important;
  font-weight: normal !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  background-color: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  -webkit-transform: none !important;
  transform: none !important;
  letter-spacing: 0.2em;
}
.client-detail .client-body ul > li ol, .news-detail .news-body ul > li ol {
  padding-left: 1.5rem;
  margin: 1rem 0;
  counter-reset: level1;
  list-style: none;
}
.client-detail .client-body ul > li ol ol, .news-detail .news-body ul > li ol ol {
  margin: 0.5rem 0;
  padding-left: 2rem;
}
.client-detail .client-body ul > li ol ol ol, .news-detail .news-body ul > li ol ol ol {
  padding-left: 2.5rem;
}
.client-detail .client-body ul > li ol li, .news-detail .news-body ul > li ol li {
  line-height: 1.875;
  margin-bottom: 0.75rem;
  position: relative;
  list-style: none;
}
@media only screen and (min-width: 768px) {
  .client-detail .client-body ul > li ol li, .news-detail .news-body ul > li ol li {
    font-size: 1rem;
    line-height: 1.875;
  }
}
@media only screen and (max-width: 767.499px) {
  .client-detail .client-body ul > li ol li, .news-detail .news-body ul > li ol li {
    font-size: 0.875rem;
    line-height: 1.85714;
    margin-bottom: 0.625rem;
  }
}
.client-detail .client-body ul > li ol li::before, .news-detail .news-body ul > li ol li::before {
  display: none !important;
}
.client-detail .client-body ul > li ol > li, .news-detail .news-body ul > li ol > li {
  counter-increment: level1;
}
.client-detail .client-body ul > li ol > li::before, .news-detail .news-body ul > li ol > li::before {
  content: counter(level1) "." !important;
  position: absolute !important;
  left: -1.25rem !important;
  top: 0 !important;
  color: #363636 !important;
  font-weight: normal !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  background-color: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  -webkit-transform: none !important;
  transform: none !important;
}
.client-detail .client-body ul > li ol > li ol, .news-detail .news-body ul > li ol > li ol {
  counter-reset: level2;
}
.client-detail .client-body ul > li ol > li ol > li, .news-detail .news-body ul > li ol > li ol > li {
  counter-increment: level2;
  padding-left: 0.3rem;
}
@media only screen and (max-width: 767.499px) {
  .client-detail .client-body ul > li ol > li ol > li, .news-detail .news-body ul > li ol > li ol > li {
    margin-left: -1rem;
  }
}
.client-detail .client-body ul > li ol > li ol > li::before, .news-detail .news-body ul > li ol > li ol > li::before {
  content: counter(level1) "." counter(level2) "." !important;
  position: absolute !important;
  left: -1.75rem !important;
  top: 0 !important;
  color: #363636 !important;
  font-weight: normal !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  background-color: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  -webkit-transform: none !important;
  transform: none !important;
}
.client-detail .client-body ul > li ol > li ol > li ol, .news-detail .news-body ul > li ol > li ol > li ol {
  counter-reset: level3;
}
.client-detail .client-body ul > li ol > li ol > li ol > li, .news-detail .news-body ul > li ol > li ol > li ol > li {
  counter-increment: level3;
  padding-left: 0.5rem;
}
@media only screen and (max-width: 767.499px) {
  .client-detail .client-body ul > li ol > li ol > li ol > li, .news-detail .news-body ul > li ol > li ol > li ol > li {
    margin-left: -1.5rem;
  }
}
.client-detail .client-body ul > li ol > li ol > li ol > li::before, .news-detail .news-body ul > li ol > li ol > li ol > li::before {
  content: counter(level1) "." counter(level2) "." counter(level3) "." !important;
  position: absolute !important;
  left: -2.25rem !important;
  top: 0 !important;
  color: #363636 !important;
  font-weight: normal !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  background-color: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  -webkit-transform: none !important;
  transform: none !important;
}
.client-detail .client-body blockquote, .news-detail .news-body blockquote {
  margin: 2.2rem 0 2rem;
  padding: 1.875rem 2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #F8F8F8;
  position: relative;
  border: #E0E0E0 solid 0.135rem;
  border-left: none;
  border-radius: 0.625rem;
}
@media only screen and (max-width: 767.499px) {
  .client-detail .client-body blockquote, .news-detail .news-body blockquote {
    margin: 2rem 0;
    padding: 0.875rem 1rem;
  }
}
.client-detail .client-body blockquote p, .news-detail .news-body blockquote p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.875;
  color: #848484;
}
@media only screen and (max-width: 767.499px) {
  .client-detail .client-body blockquote p, .news-detail .news-body blockquote p {
    line-height: 1.5;
  }
}
.client-detail .client-body blockquote p:not(:last-child), .news-detail .news-body blockquote p:not(:last-child) {
  margin-bottom: 1.5rem;
}
.client-detail .client-body blockquote a, .news-detail .news-body blockquote a {
  color: #FF9F00;
  text-decoration: underline;
}
@media (hover: hover) {
  .client-detail .client-body blockquote a:hover, .news-detail .news-body blockquote a:hover {
    text-decoration: none;
  }
}
@media (hover: none) {
  .client-detail .client-body blockquote a:active, .news-detail .news-body blockquote a:active {
    text-decoration: none;
  }
}
.client-detail .client-body img, .news-detail .news-body img {
  max-width: 100%;
  height: auto;
}
.client-detail .client-body .wp-embedded-content, .news-detail .news-body .wp-embedded-content {
  width: auto;
  max-width: 100% !important;
  display: inline-block !important;
}
.client-detail .client-body iframe.wp-embedded-content, .news-detail .news-body iframe.wp-embedded-content {
  width: auto;
  max-width: 100% !important;
  height: auto !important;
}
.client-detail .client-body .wp-caption.alignnone, .news-detail .news-body .wp-caption.alignnone {
  display: block;
  width: 100% !important;
}
.client-detail .client-body span.speech-slash, .news-detail .news-body span.speech-slash {
  display: inline-block;
  width: 0.75rem;
  margin-top: -0.5rem;
  text-align: center;
  vertical-align: middle;
  font-size: 1.5rem;
  -webkit-transform: scaleX(1.7);
  transform: scaleX(1.7);
}
.client-detail .client-body span.speech-slash.left, .news-detail .news-body span.speech-slash.left {
  padding-right: 0.3rem;
}
.client-detail .client-body span.speech-slash.right, .news-detail .news-body span.speech-slash.right {
  padding-left: 0.3rem;
}
.client-detail .client-body p:has(.speech-slash), .news-detail .news-body p:has(.speech-slash),
.client-detail .client-body p.speech-bubble-text,
.news-detail .news-body p.speech-bubble-text {
  margin-bottom: 0 !important;
}

body.contact::before,
body.download::before,
body.news::before {
  background-color: transparent;
}

.page-top-panel {
  background-color: rgba(242, 242, 242, 0.05);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20rem;
}

@media (max-width: 767.49px) {
  .page-top-panel {
    height: 10rem;
  }
}
/*パーツのscss*/
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  -webkit-transition: background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.site-header.is-scrolled {
  background-color: #ffffff !important;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
}
.site-header.is-scrolled .header-container {
  height: 6.25rem;
  padding-top: 0;
  -webkit-transition: height 0.3s ease, padding-top 0.3s ease;
  transition: height 0.3s ease, padding-top 0.3s ease;
}
@media only screen and (max-width: 767.499px) {
  .site-header.is-scrolled .header-container {
    height: 3rem;
    padding-top: 0rem;
  }
}
.site-header .header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 110rem;
  margin: 0 auto;
  padding-top: 3rem;
  height: 5.75rem;
  -webkit-transition: height 0.3s ease, padding-top 0.3s ease;
  transition: height 0.3s ease, padding-top 0.3s ease;
}
@media only screen and (max-width: 767.499px) {
  .site-header .header-container {
    height: 3.75rem;
    padding: 0.25rem 1.25rem 0;
  }
}

.header-logo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.header-logo a {
  display: block;
  line-height: 1;
}
.header-logo .logo-image {
  height: 4.5rem;
  width: auto;
}
@media only screen and (max-width: 767.499px) {
  .header-logo .logo-image {
    height: 2.5rem;
  }
}

.header-nav-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4.85rem;
}
@media only screen and (max-width: 767.499px) {
  .header-nav-wrapper {
    display: none;
  }
}

.header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-nav .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 3.7rem;
}
.header-nav .nav-item {
  position: relative;
}
.header-nav .nav-item.nav-item--dropdown .nav-link--dropdown {
  position: relative;
}
.header-nav .nav-item.nav-item--dropdown .nav-link--dropdown::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.5rem;
  border-left: 0.375rem solid transparent;
  border-right: 0.375rem solid transparent;
  border-top: 0.375rem solid currentColor;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.header-nav .nav-item.nav-item--dropdown .nav-link--dropdown[aria-expanded=true]::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.header-nav .nav-link {
  display: block;
  padding: 0.74rem 0;
  font-size: 1.125rem;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (hover: hover) {
  .header-nav .nav-link:hover {
    color: #FF9F00;
  }
}
@media (hover: none) {
  .header-nav .nav-link:active {
    color: #FF9F00;
  }
}
.header-nav .nav-link.active {
  color: #FF9F00;
}
.header-nav .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.18rem;
  background-color: #FF9F00;
}

.nav-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #ffffff;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  list-style: none;
  margin: 0;
  padding: 0.5rem 0;
  min-width: 20rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-0.5rem);
  transform: translateY(-0.5rem);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1001;
}
.nav-item--dropdown:hover .nav-dropdown, .nav-item--dropdown.is-active .nav-dropdown {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.nav-dropdown .nav-dropdown-item:not(:last-child) {
  border-bottom: 0.0625rem solid #f0f0f0;
}
.nav-dropdown .nav-dropdown-link {
  display: block;
  padding: 0.75rem 1.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  white-space: nowrap;
}
@media (hover: hover) {
  .nav-dropdown .nav-dropdown-link:hover {
    background-color: #f8f9fa;
    color: #FF9F00;
  }
}
@media (hover: none) {
  .nav-dropdown .nav-dropdown-link:active {
    background-color: #f8f9fa;
    color: #FF9F00;
  }
}
.nav-dropdown .nav-dropdown-link.vega-disabled {
  color: #c4c5c7;
  cursor: not-allowed;
  pointer-events: none;
}
@media (hover: hover) {
  .nav-dropdown .nav-dropdown-link.vega-disabled:hover {
    background-color: transparent;
    color: #c4c5c7;
  }
}
@media (hover: none) {
  .nav-dropdown .nav-dropdown-link.vega-disabled:active {
    background-color: transparent;
    color: #c4c5c7;
  }
}

.header-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
.header-buttons .form-button {
  white-space: nowrap;
  width: 15rem;
  height: 3.75rem;
}

.hamburger-button {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1.875rem;
  height: 1.875rem;
  background: var(--btn-orange);
  border: none;
  cursor: pointer;
  padding: 0;
  border-radius: 0.25rem;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media only screen and (max-width: 767.499px) {
  .hamburger-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0.2rem;
  }
}
.hamburger-button .hamburger-line {
  display: block;
  width: 1rem;
  height: 0.125rem;
  background-color: white;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hamburger-button .hamburger-line:not(:last-child) {
  margin-bottom: 0.25rem;
}
.hamburger-button .hamburger-line:nth-child(3) {
  display: none;
}
.hamburger-button.is-active {
  background: var(--text-color);
}
.hamburger-button.is-active .hamburger-line:nth-child(1) {
  -webkit-transform: translateY(0.1875rem) rotate(45deg);
  transform: translateY(0.1875rem) rotate(45deg);
}
.hamburger-button.is-active .hamburger-line:nth-child(2) {
  -webkit-transform: translateY(-0.1875rem) rotate(-45deg);
  transform: translateY(-0.1875rem) rotate(-45deg);
}
.hamburger-button.is-active .hamburger-line:nth-child(3) {
  display: none;
}

.mobile-nav {
  position: fixed;
  top: 3.75rem;
  left: 0;
  width: 100%;
  height: calc(100vh - 3.75rem);
  background-color: #ffffff;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  overflow-y: auto;
  z-index: 999;
}
.mobile-nav.is-open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.mobile-nav .mobile-nav-content {
  padding: 2rem 1.25rem;
}
.mobile-nav .mobile-nav-list {
  list-style: none;
  margin: 0;
  padding-top: 0.5rem;
  margin-bottom: 2rem;
}
.mobile-nav .mobile-nav-item {
  border-bottom: 0.0625rem solid #e5e5e5;
}
.mobile-nav .mobile-nav-item:last-child {
  border-bottom: none;
}
.mobile-nav .mobile-nav-item.mobile-nav-item--dropdown .mobile-nav-link--dropdown {
  position: relative;
}
.mobile-nav .mobile-nav-item.mobile-nav-item--dropdown .mobile-nav-link--dropdown::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 0.375rem solid transparent;
  border-right: 0.375rem solid transparent;
  border-top: 0.375rem solid currentColor;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.mobile-nav .mobile-nav-item.mobile-nav-item--dropdown .mobile-nav-link--dropdown[aria-expanded=true]::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.mobile-nav .mobile-nav-link {
  display: block;
  padding: 1rem 0;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4286;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (hover: hover) {
  .mobile-nav .mobile-nav-link:hover {
    color: #FF9F00;
  }
}
@media (hover: none) {
  .mobile-nav .mobile-nav-link:active {
    color: #FF9F00;
  }
}
.mobile-nav .mobile-nav-dropdown {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #f8f9fa;
  border-radius: 0.25rem;
  margin-top: 0.5rem;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease, opacity 0.3s ease;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  opacity: 0;
}
.mobile-nav-item--dropdown.is-active .mobile-nav .mobile-nav-dropdown {
  max-height: 300px;
  opacity: 1;
}
.mobile-nav .mobile-nav-dropdown .mobile-nav-dropdown-item {
  border-bottom: 0.0625rem solid #e5e5e5;
}
.mobile-nav .mobile-nav-dropdown .mobile-nav-dropdown-item:last-child {
  border-bottom: none;
}
.mobile-nav .mobile-nav-dropdown .mobile-nav-dropdown-link {
  display: block;
  padding: 0.75rem 1rem;
  font-size: 0.8125rem;
  font-weight: 400;
  color: #666;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .mobile-nav .mobile-nav-dropdown .mobile-nav-dropdown-link:hover {
    color: #FF9F00;
    background-color: #ffffff;
    padding-left: 1.5rem;
  }
}
@media (hover: none) {
  .mobile-nav .mobile-nav-dropdown .mobile-nav-dropdown-link:active {
    color: #FF9F00;
    background-color: #ffffff;
    padding-left: 1.5rem;
  }
}
.mobile-nav .mobile-nav-dropdown .mobile-nav-dropdown-link.vega-disabled {
  color: #c4c5c7;
  cursor: not-allowed;
  pointer-events: none;
}
@media (hover: hover) {
  .mobile-nav .mobile-nav-dropdown .mobile-nav-dropdown-link.vega-disabled:hover {
    color: #c4c5c7;
    background-color: transparent;
    padding-left: 1rem;
  }
}
@media (hover: none) {
  .mobile-nav .mobile-nav-dropdown .mobile-nav-dropdown-link.vega-disabled:active {
    color: #c4c5c7;
    background-color: transparent;
    padding-left: 1rem;
  }
}
.mobile-nav .mobile-nav-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem;
}
.mobile-nav .mobile-nav-buttons .form-button {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  font-size: 1rem;
  font-weight: bold;
}
.mobile-nav .mobile-nav-buttons .form-button::before {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 0.25rem;
  right: 1.5rem;
}
.mobile-nav .mobile-nav-buttons .form-button::after {
  right: 1.75rem;
}

body {
  padding-top: 7.35rem;
}
body.mobile-nav-open {
  overflow: hidden;
}
@media only screen and (max-width: 767.499px) {
  body {
    padding-top: 3rem;
  }
}

.site-header.header-hidden {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.site-header.header-visible {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.footer-top-section {
  position: relative;
  height: 35.3125rem;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
@media only screen and (max-width: 767.499px) {
  .footer-top-section {
    padding: 3.25rem 0;
    height: auto;
  }
}
.footer-top-section .footer-top-container {
  max-width: 98rem;
  margin: 0 auto;
  padding: 7.5rem 1.25rem 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}
@media only screen and (max-width: 767.499px) {
  .footer-top-section .footer-top-container {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 0 1.25rem;
  }
}

.footer-top-card {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 1rem;
  -webkit-box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
  padding: 0 3rem 0 3.5rem;
}
.footer-top-card--orange {
  padding: 0 3.5rem 0 3rem;
  border-radius: 0.625rem;
}
@media only screen and (max-width: 767.499px) {
  .footer-top-card {
    padding: 0;
  }
}
.footer-top-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1.25rem;
  background-color: #FFD100;
}
.footer-top-card--orange::before {
  background-color: #FF9F00;
}
.footer-top-card--yellow::before {
  background-color: #FFD100;
}
.footer-top-card__inner {
  /* padding: 3rem; */
  height: 20.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem;
}
@media only screen and (max-width: 767.499px) {
  .footer-top-card__inner {
    padding: 0 1rem 0;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 0;
    max-height: 18.75rem;
  }
}
.footer-top-card__text-area {
  height: 14rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 767.499px) {
  .footer-top-card__text-area {
    width: 100%;
    height: auto;
    margin-bottom: 1.25rem;
  }
}
.footer-top-card__header {
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767.499px) {
  .footer-top-card__header {
    margin-bottom: 1rem;
  }
}
.footer-top-card__title {
  font-size: 2.625rem;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  margin: 0 0 1rem 0;
}
@media only screen and (max-width: 767.499px) {
  .footer-top-card__title {
    font-size: 1.75rem;
    padding-top: 2.5rem;
    margin: 0;
    text-align: center;
  }
}
.footer-top-card__subtitle {
  font-size: 1.75rem;
  font-weight: bold;
  margin: 0;
}
@media only screen and (max-width: 767.499px) {
  .footer-top-card__subtitle {
    font-size: 1.25rem;
    padding-top: 0.3rem;
    text-align: center;
  }
}
.footer-top-card__description {
  font-size: 1.375rem;
  line-height: 1.727;
  margin: 0;
}
@media only screen and (max-width: 767.499px) {
  .footer-top-card__description {
    font-size: 1.125rem;
    line-height: 1.666;
    text-align: center;
  }
}
.footer-top-card__button {
  margin-top: auto;
  padding-bottom: 3.2rem;
  -ms-flex-align: center;
  width: 8.75rem;
  height: 4.375rem;
}
@media only screen and (max-width: 767.499px) {
  .footer-top-card__button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-top: 0;
    padding-bottom: 1.25rem;
    height: auto;
  }
}

.footer-cta-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 8.75rem;
  height: 4.375rem;
  border-radius: 3rem;
  background-color: #FFD100;
  color: #333333;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .footer-cta-button {
    margin: auto;
    height: 3rem;
  }
}
.footer-cta-button::after {
  content: "";
  position: absolute;
  width: 2.0625rem;
  height: 2.0625rem;
  background-image: url("../../img/common/footer-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media only screen and (max-width: 767.499px) {
  .footer-cta-button::after {
    width: 1.125rem;
    height: 1.125rem;
  }
}
@media (hover: hover) {
  .footer-cta-button:hover::after {
    -webkit-transform: translate(0.1875rem, -0.1875rem);
    transform: translate(0.1875rem, -0.1875rem);
  }
}
@media (hover: none) {
  .footer-cta-button:active::after {
    -webkit-transform: translate(0.1875rem, -0.1875rem);
    transform: translate(0.1875rem, -0.1875rem);
  }
}
.footer-cta-button--yellow {
  background-color: #FFD100;
  color: #333333;
  border: #FFD100 0.135rem solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767.499px) {
  .footer-cta-button--yellow {
    width: 5rem;
    height: 2.5rem;
  }
}
@media (hover: hover) {
  .footer-cta-button--yellow:hover {
    background-color: #FFF;
  }
}
@media (hover: none) {
  .footer-cta-button--yellow:active {
    background-color: #FFF;
  }
}
.footer-cta-button--orange {
  background-color: #FF9F00;
  color: #333333;
  border: #FF9F00 0.135rem solid;
}
@media only screen and (max-width: 767.499px) {
  .footer-cta-button--orange {
    width: 5rem;
    height: 2.5rem;
  }
}
@media (hover: hover) {
  .footer-cta-button--orange:hover {
    background-color: #fff;
  }
}
@media (hover: none) {
  .footer-cta-button--orange:active {
    background-color: #fff;
  }
}

.site-footer {
  background-color: var(--bg-footer);
  color: #ffffff;
  height: 28.125rem;
}
@media only screen and (max-width: 767.499px) {
  .site-footer {
    padding: 3.25rem 1.25rem;
    height: auto;
    text-align: left;
  }
}
.site-footer .footer-container {
  max-width: 98rem;
  margin: 0 auto;
  padding: 7.5rem 1.25rem 0;
}
@media only screen and (max-width: 767.499px) {
  .site-footer .footer-container {
    padding: 0;
  }
}
.site-footer .footer-content {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .site-footer .footer-content {
    row-gap: 0;
  }
}
@media only screen and (max-width: 767.499px) {
  .site-footer .footer-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
    text-align: left;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.footer-logo-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
}
@media only screen and (max-width: 767.499px) {
  .footer-logo-area {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 1.5rem;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media only screen and (min-width: 768px) {
  .footer-logo {
    margin-top: -5rem;
  }
}
.footer-logo .footer-logo-image {
  width: 13.4375rem;
  height: auto;
}
@media only screen and (max-width: 767.499px) {
  .footer-logo .footer-logo-image {
    width: 5.875rem;
  }
}

.footer-legal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
}
@media only screen and (min-width: 768px) {
  .footer-legal {
    margin-top: -3.5rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .footer-legal {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 0.8rem;
    gap: 1.2rem;
  }
}
.footer-legal .footer-privacy {
  margin: 0;
}
.footer-legal .footer-privacy a {
  color: #ffffff;
  text-decoration: none;
  font-size: 0.875rem;
}
@media (hover: hover) {
  .footer-legal .footer-privacy a:hover {
    text-decoration: underline;
  }
}
@media (hover: none) {
  .footer-legal .footer-privacy a:active {
    text-decoration: underline;
  }
}
@media only screen and (max-width: 767.499px) {
  .footer-legal .footer-privacy a {
    font-size: 0.875rem;
  }
}
.footer-legal .footer-copyright {
  margin: 0;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width: 767.499px) {
  .footer-legal .footer-copyright {
    font-size: 0.75rem;
  }
}

@media only screen and (max-width: 767.499px) {
  .footer-nav-area {
    position: relative;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
  }
}
@media only screen and (max-width: 767.499px) {
  .footer-nav-area::after {
    content: "";
    position: absolute;
    bottom: -1rem;
    left: 0;
    right: 0;
    /* width: 100% の代わり */
    height: 1px;
    background-color: #d0d0d0;
  }
}

.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.5rem;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 5rem;
  margin-top: -0.5rem;
  border-right: solid 0.0625rem #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767.499px) {
  .footer-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-right: 0;
    border-right: none;
  }
}

.footer-nav-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}
@media only screen and (max-width: 767.499px) {
  .footer-nav-column {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
    gap: 0.6rem;
  }
}

.footer-nav-title {
  font-size: 1.125rem;
  font-weight: bold;
  color: #ffffff;
  margin: 0 0 0.5rem 0;
}
@media only screen and (max-width: 767.499px) {
  .footer-nav-title {
    font-size: 1rem;
    margin-bottom: 0;
    margin-top: 0.5rem;
  }
}

.footer-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.75rem;
}
@media only screen and (max-width: 767.499px) {
  .footer-nav-list {
    gap: 0.5rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.footer-nav-list--company {
  gap: 1rem;
}
.footer-nav-list--company .footer-nav-link {
  font-size: 1.125rem;
  font-weight: bold;
}
@media only screen and (max-width: 767.499px) {
  .footer-nav-list--company .footer-nav-link {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 767.499px) {
  .footer-nav-item {
    width: 100%;
    position: relative;
  }
}

.footer-nav-link {
  color: #fff;
  text-decoration: none;
  line-height: 1.5;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  display: block;
}
@media (hover: hover) {
  .footer-nav-link:hover {
    color: #FFD100;
  }
}
@media (hover: none) {
  .footer-nav-link:active {
    color: #FFD100;
  }
}
@media only screen and (max-width: 767.499px) {
  .footer-nav-link {
    font-size: 0.875rem;
    line-height: 1.75;
  }
}
.footer-nav-link.vega-disabled {
  color: #999;
  cursor: not-allowed;
  pointer-events: none;
}
@media (hover: hover) {
  .footer-nav-link.vega-disabled:hover {
    color: #999;
  }
}
@media (hover: none) {
  .footer-nav-link.vega-disabled:active {
    color: #999;
  }
}
@media only screen and (max-width: 767.499px) {
  .footer-nav-link--company-profile {
    padding-bottom: 0.75rem;
  }
}

.footer-buttons-area {
  width: 32rem;
}
@media only screen and (max-width: 767.499px) {
  .footer-buttons-area {
    display: none;
  }
}

.footer-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer-buttons .form-button {
  white-space: nowrap;
  width: 15rem;
  height: 3.75rem;
  color: var(--text-color);
}
.footer-buttons .form-button--yellow {
  border: #FFD100 0.0625rem solid;
}
@media (hover: hover) {
  .footer-buttons .form-button--yellow:hover {
    background-color: var(--text-color);
    color: #fff;
    border: #fff 0.0625rem solid;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (hover: none) {
  .footer-buttons .form-button--yellow:active {
    background-color: var(--text-color);
    color: #fff;
    border: #fff 0.0625rem solid;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.footer-buttons .form-button--orange {
  border: #FF9F00 0.0625rem solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (hover: hover) {
  .footer-buttons .form-button--orange:hover {
    background-color: var(--text-color);
    color: #fff;
    border: #fff 0.0625rem solid;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (hover: none) {
  .footer-buttons .form-button--orange:active {
    background-color: var(--text-color);
    color: #fff;
    border: #fff 0.0625rem solid;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.sns-share {
  margin: 2rem 0;
  padding: 1.5rem;
}
@media only screen and (max-width: 767.499px) {
  .sns-share {
    margin: 1.5rem 0;
    padding: 1.25rem;
  }
}

.sns-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-end;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}
@media only screen and (max-width: 767.499px) {
  .sns-buttons {
    gap: 1.125rem;
  }
}

.sns-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 8.75rem;
  height: 1.875rem;
  gap: 0.5rem;
  border-radius: 0.25rem;
  background-color: #F4f4f4;
  text-decoration: none;
  color: var(--text-color);
  font-size: 0.875rem;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767.499px) {
  .sns-button {
    width: 7.5rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0.5rem;
  }
}
@media (hover: hover) {
  .sns-button:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
}
@media (hover: none) {
  .sns-button:active {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
}
@media (hover: hover) {
  .sns-button.facebook:hover {
    background-color: #1877F2;
    color: #FFFFFF;
  }
}
@media (hover: none) {
  .sns-button.facebook:active {
    background-color: #1877F2;
    color: #FFFFFF;
  }
}
@media (hover: hover) {
  .sns-button.twitter:hover {
    background-color: #000000;
    color: #FFFFFF;
  }
}
@media (hover: none) {
  .sns-button.twitter:active {
    background-color: #000000;
    color: #FFFFFF;
  }
}

.sns-icon {
  width: 1.25rem;
  height: 1.25rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.sns-text {
  font-size: 0.875rem;
  font-weight: 500;
  white-space: nowrap;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2rem;
  font-size: 0.9rem;
  color: #777;
  white-space: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.breadcrumb::-webkit-scrollbar {
  display: none;
}
.breadcrumb a {
  color: #FF9F00;
  text-decoration: none;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (hover: hover) {
  .breadcrumb a:hover {
    text-decoration: underline;
  }
}
@media (hover: none) {
  .breadcrumb a:active {
    text-decoration: underline;
  }
}
.breadcrumb .separator {
  margin: 0 0.5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 0 !important;
}
.breadcrumb .separator::before {
  content: "・";
  font-size: 0.9rem !important;
}
.breadcrumb .current {
  color: #363636;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

body.single .breadcrumb {
  margin: 1rem 0 1rem 0.3rem;
  padding: 0;
  position: absolute;
  top: 4.5rem;
}
@media only screen and (max-width: 767.499px) {
  body.single .breadcrumb {
    position: static;
    margin: 2rem 0 0 1.25rem;
    padding: 0;
  }
}

.title-component {
  position: relative;
  width: 100%;
  height: 21rem;
  margin-top: -8rem;
  padding-top: 8rem;
}
@media only screen and (max-width: 767.499px) {
  .title-component {
    padding: 4.5rem 0 3rem;
    height: auto;
    margin-top: -4rem;
  }
}

.title-component-inner {
  max-width: 98rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}
@media only screen and (max-width: 767.499px) {
  .title-component-inner {
    padding: 0 1rem;
  }
}

.breadcrumb {
  font-size: 0.875rem;
  padding-top: 4rem;
}
@media only screen and (max-width: 767.499px) {
  .breadcrumb {
    font-size: 0.875rem;
    padding-top: 3.5rem;
    padding-left: 0.3rem;
    margin-bottom: 0;
  }
}
.breadcrumb a {
  color: #333333;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .breadcrumb a:hover {
    color: #FF9F00;
    text-decoration: underline;
  }
}
@media (hover: none) {
  .breadcrumb a:active {
    color: #FF9F00;
    text-decoration: underline;
  }
}
.breadcrumb .separator {
  margin: 0 0.75rem;
  color: #999999;
}
.breadcrumb .current {
  color: #333333;
  font-weight: 500;
}

.page-header .page-title {
  font-size: 3.75rem;
  padding-top: 4rem;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  line-height: 1.38;
  margin: 0;
}
.page-header .page-title.jp-title {
  font-size: 2.75rem;
  padding: 6rem 0 2rem;
  font-family: "DM Sans", sans-serif;
  line-height: 1.4545;
  margin: 0;
  font-weight: 500;
}
@media only screen and (max-width: 767.499px) {
  .page-header .page-title.jp-title {
    padding: 4.25rem 0 1.25rem;
    font-size: 1.75rem;
    line-height: 1.428;
  }
}
@media only screen and (max-width: 767.499px) {
  .page-header .page-title {
    padding-top: 2.25rem;
    font-size: 2.625rem;
  }
}
.page-header .page-title-sub {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 0.75rem;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767.499px) {
  .page-header .page-title-sub {
    font-size: 1.125rem;
    margin-top: 0.5rem;
  }
}
.page-header .page-title-sub::first-letter {
  margin-right: 0.2em;
}

/*.title-component::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.3) 0%,
    rgba(255, 255, 255, 0.1) 50%,
    rgba(255, 255, 255, 0.3) 100%
  );
  z-index: -1;
  pointer-events: none;
}*/
.title-component-inner {
  position: relative;
  z-index: 1;
}

.pagination {
  margin: 3.35rem auto 0;
}
.pagination .pagination-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.75rem;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 767.499px) {
  .pagination .pagination-nav {
    gap: 0.75rem;
  }
}
.pagination .pagination-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.875rem;
  height: 2.875rem;
  border-radius: 50%;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.pagination .pagination-btn.prev::after {
  content: "";
  width: 0.625rem;
  height: 0.9rem;
  background-image: url("../../img/single/prev-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
}
.pagination .pagination-btn.next::after {
  content: "";
  width: 0.625rem;
  height: 0.9rem;
  background-image: url("../../img/single/next-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
}
.pagination .pagination-btn:not(.disabled) {
  background-color: #FF9F00;
}
.pagination .pagination-btn:not(.disabled).prev::after, .pagination .pagination-btn:not(.disabled).next::after {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}
.pagination .pagination-btn:not(.disabled):hover {
  background-color: rgb(204, 127.2, 0);
}
.pagination .pagination-btn.disabled {
  background-color: #F4F4F4;
  cursor: not-allowed;
}
.pagination .pagination-btn.disabled.prev::after, .pagination .pagination-btn.disabled.next::after {
  -webkit-filter: brightness(0) saturate(100%) invert(45%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(44%) contrast(99%);
  filter: brightness(0) saturate(100%) invert(45%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(44%) contrast(99%);
}
@media only screen and (max-width: 767.499px) {
  .pagination .pagination-btn {
    width: 2.875rem;
    height: 2.875rem;
  }
  .pagination .pagination-btn.prev::after, .pagination .pagination-btn.next::after {
    width: 0.5rem;
    height: 0.7rem;
  }
}
.pagination .pagination-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.75rem;
}
.pagination .pagination-desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.25rem;
}
.pagination .pagination-mobile {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.75rem;
}
.pagination .pagination-number {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 2.875rem;
  height: 2.875rem;
  padding: 0;
  font-weight: 500;
  font-size: 1.25rem;
  text-decoration: none;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #707070;
  background-color: #F4F4F4;
}
.pagination .pagination-number:hover {
  background-color: #f5f5f5;
  color: #333;
}
.pagination .pagination-number.current {
  background-color: #FF9F00;
  color: #fff;
  font-weight: 600;
}
.pagination .pagination-number.current:hover {
  background-color: #FF9F00;
  color: #fff;
}
@media only screen and (max-width: 767.499px) {
  .pagination .pagination-number {
    min-width: 2.875rem;
    height: 2.875rem;
    font-size: 1.25rem;
  }
}
.pagination .pagination-dots {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.875rem;
  height: 2.875rem;
  color: #707070;
  font-weight: 500;
  font-size: 1.25rem;
}
@media only screen and (max-width: 767.499px) {
  .pagination .pagination-dots {
    width: 2.875rem;
    height: 2.875rem;
    font-size: 1.25rem;
  }
}

@media only screen and (max-width: 767.499px) {
  .pagination {
    margin: 2rem auto 0;
  }
  .pagination .pagination-nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .pagination .pagination-desktop {
    display: none;
  }
  .pagination .pagination-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pagination .pagination-numbers {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.button {
  font-size: 1.125rem;
  font-weight: 700;
  min-width: 24.375rem;
  width: auto;
  height: auto;
  /* heightを削除またはautoに */
  padding: 1.125rem 1rem;
  /* 上下パディングで調整 */
  line-height: 1.4;
  /* 通常の行間 */
  height: auto;
  display: inline-block;
  text-align: center;
  text-decoration: none !important;
  list-style: none !important;
  border-radius: 0.625rem;
  background-color: var(--btn-yellow);
  border: 1px solid #FFD100;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: var(--text-color) !important;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-sizing: border-box;
  margin: 0.3rem 0 0;
}
@media only screen and (max-width: 767.499px) {
  .button {
    width: 100%;
    min-width: auto;
  }
}
@media (hover: hover) {
  .button:hover {
    background-color: #fff;
    color: var(--btn-yellow);
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  }
}
@media (hover: none) {
  .button:active {
    background-color: #fff;
    color: var(--btn-yellow);
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  }
}
.button.primary {
  background-color: #FF9F00;
  color: #fff;
}
@media (hover: hover) {
  .button.primary:hover {
    background-color: #3366A3;
    border-color: #3366A3;
  }
}
@media (hover: none) {
  .button.primary:active {
    background-color: #3366A3;
    border-color: #3366A3;
  }
}
.button.secondary {
  border-color: #6b7280;
  color: #6b7280;
}
@media (hover: hover) {
  .button.secondary:hover {
    background-color: #6b7280;
    color: #fff;
  }
}
@media (hover: none) {
  .button.secondary:active {
    background-color: #6b7280;
    color: #fff;
  }
}
.button.small {
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
}
@media only screen and (max-width: 767.499px) {
  .button.small {
    padding: 0.375rem 1rem;
    font-size: 0.75rem;
  }
}
.button.medium {
  padding: 0.75rem 2rem;
  font-size: 1rem;
}
@media only screen and (max-width: 767.499px) {
  .button.medium {
    padding: 0.625rem 1.5rem;
    font-size: 0.875rem;
  }
}
.button.large {
  padding: 1rem 2.5rem;
  font-size: 1.125rem;
}
@media only screen and (max-width: 767.499px) {
  .button.large {
    padding: 0.875rem 2rem;
    font-size: 1rem;
  }
}
.button.full-width {
  width: 100%;
  display: block;
}
.button:disabled, .button.disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}

.download-page .download-sidebar .contact-form-wrapper .wpcf7 .contact-form .form-submit input[type=submit], .wpcf7 .contact-form .form-submit input[type=submit] {
  background: var(--secondary-color);
  color: white;
  padding: 1.2rem 3rem;
  border: none;
  border-radius: 2.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-width: 26rem;
}
@media (hover: hover) {
  .download-page .download-sidebar .contact-form-wrapper .wpcf7 .contact-form .form-submit input[type=submit]:hover, .wpcf7 .contact-form .form-submit input[type=submit]:hover {
    background: var(--text-color);
  }
}
@media (hover: none) {
  .download-page .download-sidebar .contact-form-wrapper .wpcf7 .contact-form .form-submit input[type=submit]:active, .wpcf7 .contact-form .form-submit input[type=submit]:active {
    background: var(--text-color);
  }
}
.download-page .download-sidebar .contact-form-wrapper .wpcf7 .contact-form .form-submit input[type=submit]:active, .wpcf7 .contact-form .form-submit input[type=submit]:active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.download-page .download-sidebar .contact-form-wrapper .wpcf7 .contact-form .form-submit input[type=submit]:disabled, .wpcf7 .contact-form .form-submit input[type=submit]:disabled, .download-page .download-sidebar .contact-form-wrapper .wpcf7 .contact-form .form-submit input.submitting[type=submit], .wpcf7 .contact-form .form-submit input.submitting[type=submit] {
  background: rgba(255, 159, 0, 0.6);
  color: rgba(255, 255, 255, 0.8);
  cursor: not-allowed;
  -webkit-transform: none;
  transform: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (hover: hover) {
  .download-page .download-sidebar .contact-form-wrapper .wpcf7 .contact-form .form-submit input[type=submit]:disabled:hover, .wpcf7 .contact-form .form-submit input[type=submit]:disabled:hover, .download-page .download-sidebar .contact-form-wrapper .wpcf7 .contact-form .form-submit input.submitting[type=submit]:hover, .wpcf7 .contact-form .form-submit input.submitting[type=submit]:hover {
    background: rgba(255, 159, 0, 0.6);
    -webkit-transform: none;
    transform: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media (hover: none) {
  .download-page .download-sidebar .contact-form-wrapper .wpcf7 .contact-form .form-submit input[type=submit]:disabled:active, .wpcf7 .contact-form .form-submit input[type=submit]:disabled:active, .download-page .download-sidebar .contact-form-wrapper .wpcf7 .contact-form .form-submit input.submitting[type=submit]:active, .wpcf7 .contact-form .form-submit input.submitting[type=submit]:active {
    background: rgba(255, 159, 0, 0.6);
    -webkit-transform: none;
    transform: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.download-page .download-sidebar .contact-form-wrapper .wpcf7 .contact-form .form-submit input[type=submit]:disabled:active, .wpcf7 .contact-form .form-submit input[type=submit]:disabled:active, .download-page .download-sidebar .contact-form-wrapper .wpcf7 .contact-form .form-submit input.submitting[type=submit]:active, .wpcf7 .contact-form .form-submit input.submitting[type=submit]:active {
  -webkit-transform: none;
  transform: none;
}
@media only screen and (max-width: 767.499px) {
  .download-page .download-sidebar .contact-form-wrapper .wpcf7 .contact-form .form-submit input[type=submit], .wpcf7 .contact-form .form-submit input[type=submit] {
    padding: 0.875rem 2rem;
    font-size: 1rem;
    min-width: 14rem;
  }
}

.btn-more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 11.25rem;
  padding: 0.35rem 0;
  background-color: var(--text-color);
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  padding-left: 1rem;
  text-decoration: none;
  border: 1px solid var(--text-color);
  border-radius: 3rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-more__arrow {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 0.6rem;
  background-image: url("../../img/common/white-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
@media only screen and (max-width: 767.499px) {
  .btn-more__arrow {
    width: 0.875rem;
    height: 0.875rem;
    margin-right: 0.55rem;
  }
}
@media (hover: hover) {
  .btn-more:hover {
    background-color: transparent;
    color: var(--text-color);
  }
  .btn-more:hover .btn-more__arrow {
    -webkit-filter: invert(1);
    filter: invert(1);
  }
}
@media (hover: none) {
  .btn-more:active {
    background-color: transparent;
    color: var(--text-color);
  }
  .btn-more:active .btn-more__arrow {
    -webkit-filter: invert(1);
    filter: invert(1);
  }
}
@media only screen and (max-width: 767.499px) {
  .btn-more {
    padding: 0.4rem 0 0.2rem 0.8rem;
    font-size: 0.75rem;
    width: 7.5rem;
  }
}

.form-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.5rem;
  font-size: 1rem;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5;
  letter-spacing: 0.02em;
  position: relative;
  min-width: 12.5rem;
  padding-right: 3rem;
  /*  &:active {
    transform: translateY(-0.0625rem);
    box-shadow: 0 0.1875rem 0.625rem rgba(0, 0, 0, 0.1);
  }*/
}
@media only screen and (max-width: 767.499px) {
  .form-button {
    padding: 0.75rem 1.25rem;
    padding-right: 2.5rem;
    font-size: 0.875rem;
    min-width: 10rem;
  }
}
.form-button::before {
  content: "";
  position: absolute;
  right: 1.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.75rem;
  height: 1.75rem;
  background-color: #ffffff;
  border-radius: 0.5rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  z-index: 1;
}
@media only screen and (max-width: 767.499px) {
  .form-button::before {
    right: 0.5rem;
    width: 1.5rem;
    height: 1.5rem;
  }
}
.form-button::after {
  content: "";
  position: absolute;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("../../img/common/button-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  z-index: 2;
}
@media only screen and (max-width: 767.499px) {
  .form-button::after {
    right: 0.75rem;
    width: 1rem;
    height: 1rem;
  }
}
@media (hover: hover) {
  .form-button:hover {
    text-decoration: none;
  }
  .form-button:hover::before {
    -webkit-transform: translateY(-50%) translateX(0.25rem);
    transform: translateY(-50%) translateX(0.25rem);
  }
  .form-button:hover::after {
    -webkit-transform: translateY(-50%) translateX(0.25rem);
    transform: translateY(-50%) translateX(0.25rem);
  }
}
@media (hover: none) {
  .form-button:active {
    text-decoration: none;
  }
  .form-button:active::before {
    -webkit-transform: translateY(-50%) translateX(0.25rem);
    transform: translateY(-50%) translateX(0.25rem);
  }
  .form-button:active::after {
    -webkit-transform: translateY(-50%) translateX(0.25rem);
    transform: translateY(-50%) translateX(0.25rem);
  }
}
.form-button:disabled, .form-button.disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}
.form-button:disabled:hover, .form-button.disabled:hover {
  -webkit-transform: none;
  transform: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-button--yellow {
  background-color: #FFD100;
}
@media (hover: hover) {
  .form-button--yellow:hover {
    background-color: var(--text-color);
    color: #fff;
  }
}
@media (hover: none) {
  .form-button--yellow:active {
    background-color: var(--text-color);
    color: #fff;
  }
}
.form-button--orange {
  background-color: #FF9F00;
}
@media (hover: hover) {
  .form-button--orange:hover {
    background-color: var(--text-color);
    color: #fff;
  }
}
@media (hover: none) {
  .form-button--orange:active {
    background-color: var(--text-color);
    color: #fff;
  }
}
.form-button--small {
  padding: 0.75rem 1.25rem;
  padding-right: 2.5rem;
  font-size: 0.875rem;
  min-width: 10rem;
}
@media only screen and (max-width: 767.499px) {
  .form-button--small {
    padding: 0.625rem 1rem;
    padding-right: 2.25rem;
    font-size: 0.8125rem;
    min-width: 8.75rem;
  }
}
.form-button--small::before {
  right: 0.5rem;
  width: 1.5rem;
  height: 1.5rem;
}
@media only screen and (max-width: 767.499px) {
  .form-button--small::before {
    right: 0.375rem;
    width: 1.25rem;
    height: 1.25rem;
  }
}
.form-button--small::after {
  right: 0.75rem;
  width: 1rem;
  height: 1rem;
}
@media only screen and (max-width: 767.499px) {
  .form-button--small::after {
    right: 0.625rem;
    width: 0.875rem;
    height: 0.875rem;
  }
}
.form-button--large {
  padding: 1.25rem 2rem;
  padding-right: 3.5rem;
  font-size: 1.125rem;
  min-width: 15rem;
}
@media only screen and (max-width: 767.499px) {
  .form-button--large {
    padding: 1rem 1.5rem;
    padding-right: 3rem;
    font-size: 1rem;
    min-width: 12.5rem;
  }
}
.form-button--large::before {
  right: 1rem;
  width: 2rem;
  height: 2rem;
}
@media only screen and (max-width: 767.499px) {
  .form-button--large::before {
    right: 0.75rem;
    width: 1.75rem;
    height: 1.75rem;
  }
}
.form-button--large::after {
  right: 1.25rem;
  width: 1.5rem;
  height: 1.5rem;
}
@media only screen and (max-width: 767.499px) {
  .form-button--large::after {
    right: 1rem;
    width: 1.25rem;
    height: 1.25rem;
  }
}
.form-button--full-width {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/*
使用例：

<!-- 黄色ボタン -->
<a href="#" class="form-button form-button--yellow">資料ダウンロード</a>
<button type="submit" class="form-button form-button--yellow">資料ダウンロード</button>

<!-- オレンジボタン -->
<a href="#" class="form-button form-button--orange">お問い合わせ</a>
<button type="submit" class="form-button form-button--orange">お問い合わせ</button>

<!-- サイズバリエーション -->
<a href="#" class="form-button form-button--yellow form-button--small">小さなボタン</a>
<a href="#" class="form-button form-button--orange form-button--large">大きなボタン</a>
<a href="#" class="form-button form-button--yellow form-button--full-width">全幅ボタン</a>
*/
.speech-bubble {
  position: relative;
  padding: 1.5rem 2rem;
  display: inline-block;
  margin: 2rem 0;
  background-color: #fff;
  border: 2px solid #e5e7eb;
  border-radius: 1rem;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  font-size: 1rem;
  line-height: 1.6;
  color: #363636;
}
@media only screen and (max-width: 767.499px) {
  .speech-bubble {
    padding: 1.25rem 1.5rem;
    margin: 1.5rem 0;
    font-size: 0.875rem;
  }
}
.speech-bubble::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 2rem;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #e5e7eb;
}
@media only screen and (max-width: 767.499px) {
  .speech-bubble::before {
    bottom: -10px;
    left: 1.5rem;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #e5e7eb;
  }
}
.speech-bubble::after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 2rem;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #fff;
}
@media only screen and (max-width: 767.499px) {
  .speech-bubble::after {
    bottom: -7px;
    left: 1.5rem;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
  }
}
.speech-bubble.right::before {
  right: 2rem;
  left: auto;
}
@media only screen and (max-width: 767.499px) {
  .speech-bubble.right::before {
    right: 1.5rem;
    left: auto;
  }
}
.speech-bubble.right::after {
  right: 2rem;
  left: auto;
}
@media only screen and (max-width: 767.499px) {
  .speech-bubble.right::after {
    right: 1.5rem;
    left: auto;
  }
}
.speech-bubble.white {
  background-color: #fff;
  border-color: #e5e7eb;
}
.speech-bubble.white::after {
  border-top-color: #fff;
}
.speech-bubble.blue {
  background-color: #dbeafe;
  border-color: #e5e7eb;
}
.speech-bubble.blue::after {
  border-top-color: #dbeafe;
}
.speech-bubble.green {
  background-color: #dcfce7;
  border-color: #e5e7eb;
}
.speech-bubble.green::after {
  border-top-color: #dcfce7;
}
.speech-bubble.pink {
  background-color: #fce7f3;
  border-color: #e5e7eb;
}
.speech-bubble.pink::after {
  border-top-color: #fce7f3;
}
.speech-bubble p {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.speech-bubble p:not(:last-child) {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767.499px) {
  .speech-bubble p:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}
.speech-bubble a {
  color: #FF9F00;
  text-decoration: underline;
}
@media (hover: hover) {
  .speech-bubble a:hover {
    text-decoration: none;
  }
}
@media (hover: none) {
  .speech-bubble a:active {
    text-decoration: none;
  }
}
.speech-bubble ul, .speech-bubble ol {
  margin: 0.5rem 0;
  padding-left: 1.5rem;
}
@media only screen and (max-width: 767.499px) {
  .speech-bubble ul, .speech-bubble ol {
    padding-left: 1.25rem;
  }
}
.speech-bubble li {
  margin-bottom: 0.25rem;
}
.speech-bubble h1, .speech-bubble h2, .speech-bubble h3, .speech-bubble h4, .speech-bubble h5, .speech-bubble h6 {
  margin: 0 0 0.5rem 0;
  font-size: inherit;
  font-weight: 600;
  line-height: 1.4;
}

.wpcf7-list-item {
  margin: 0;
}
.wpcf7 .contact-form .wpcf7-form-control-wrap {
  position: relative;
  width: 100%;
  height: 3.8rem;
}
@media only screen and (max-width: 767.499px) {
  .wpcf7 .contact-form .wpcf7-form-control-wrap {
    height: 2.5rem;
  }
}
.wpcf7 .contact-form .wpcf7-form-control-wrap:has(textarea) {
  height: auto;
}
.wpcf7 .contact-form .privacy-checkbox .wpcf7-form-control-wrap {
  width: auto;
}
.wpcf7 .contact-form .form-group {
  margin-bottom: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.75rem;
}
@media only screen and (max-width: 767.499px) {
  .wpcf7 .contact-form .form-group {
    margin-bottom: 1.35rem;
  }
}
.wpcf7 .contact-form .form-group label {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  color: #363636;
  margin-bottom: 0;
  position: relative;
}
.wpcf7 .contact-form .form-group label.required::after {
  content: "必須";
  background: #ff4757;
  color: white;
  font-size: 0.75rem;
  font-weight: 500;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  margin-left: 0.75rem;
  position: relative;
  top: -0.125rem;
}
.wpcf7 .contact-form .form-group input[type=text],
.wpcf7 .contact-form .form-group input[type=email],
.wpcf7 .contact-form .form-group input[type=tel] {
  width: 100%;
  height: 3.125rem;
  border: 0.0625rem solid #BFBFBF;
  border-radius: 0.5rem;
  font-size: 1rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1rem;
}
@media only screen and (max-width: 767.499px) {
  .wpcf7 .contact-form .form-group input[type=text],
  .wpcf7 .contact-form .form-group input[type=email],
  .wpcf7 .contact-form .form-group input[type=tel] {
    border-radius: 0.25rem;
  }
}
.wpcf7 .contact-form .form-group input[type=text]:focus,
.wpcf7 .contact-form .form-group input[type=email]:focus,
.wpcf7 .contact-form .form-group input[type=tel]:focus {
  outline: none;
  border-color: #FF9F00;
  -webkit-box-shadow: 0 0 0 3px rgba(255, 159, 0, 0.1);
  box-shadow: 0 0 0 3px rgba(255, 159, 0, 0.1);
}
.wpcf7 .contact-form .form-group input[type=text]::-webkit-input-placeholder, .wpcf7 .contact-form .form-group input[type=email]::-webkit-input-placeholder, .wpcf7 .contact-form .form-group input[type=tel]::-webkit-input-placeholder {
  color: #777;
  opacity: 0.7;
}
.wpcf7 .contact-form .form-group input[type=text]::-moz-placeholder, .wpcf7 .contact-form .form-group input[type=email]::-moz-placeholder, .wpcf7 .contact-form .form-group input[type=tel]::-moz-placeholder {
  color: #777;
  opacity: 0.7;
}
.wpcf7 .contact-form .form-group input[type=text]:-ms-input-placeholder, .wpcf7 .contact-form .form-group input[type=email]:-ms-input-placeholder, .wpcf7 .contact-form .form-group input[type=tel]:-ms-input-placeholder {
  color: #777;
  opacity: 0.7;
}
.wpcf7 .contact-form .form-group input[type=text]::-ms-input-placeholder, .wpcf7 .contact-form .form-group input[type=email]::-ms-input-placeholder, .wpcf7 .contact-form .form-group input[type=tel]::-ms-input-placeholder {
  color: #777;
  opacity: 0.7;
}
.wpcf7 .contact-form .form-group input[type=text]::placeholder,
.wpcf7 .contact-form .form-group input[type=email]::placeholder,
.wpcf7 .contact-form .form-group input[type=tel]::placeholder {
  color: #777;
  opacity: 0.7;
}
.wpcf7 .contact-form .form-group textarea {
  width: 100%;
  min-height: 19rem;
  padding: 1rem;
  border: 0.0625rem solid #BFBFBF;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-family: inherit;
  resize: vertical;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #fff;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767.499px) {
  .wpcf7 .contact-form .form-group textarea {
    border-radius: 0.25rem;
  }
}
.wpcf7 .contact-form .form-group textarea:focus {
  outline: none;
  border-color: #FF9F00;
  -webkit-box-shadow: 0 0 0 3px rgba(255, 159, 0, 0.1);
  box-shadow: 0 0 0 3px rgba(255, 159, 0, 0.1);
}
.wpcf7 .contact-form .form-group textarea::-webkit-input-placeholder {
  color: #777;
  opacity: 0.7;
}
.wpcf7 .contact-form .form-group textarea::-moz-placeholder {
  color: #777;
  opacity: 0.7;
}
.wpcf7 .contact-form .form-group textarea:-ms-input-placeholder {
  color: #777;
  opacity: 0.7;
}
.wpcf7 .contact-form .form-group textarea::-ms-input-placeholder {
  color: #777;
  opacity: 0.7;
}
.wpcf7 .contact-form .form-group textarea::placeholder {
  color: #777;
  opacity: 0.7;
}
@media only screen and (max-width: 767.499px) {
  .wpcf7 .contact-form .form-group textarea::-webkit-input-placeholder {
    padding-top: 0.5rem;
  }
  .wpcf7 .contact-form .form-group textarea::-moz-placeholder {
    padding-top: 0.5rem;
  }
  .wpcf7 .contact-form .form-group textarea:-ms-input-placeholder {
    padding-top: 0.5rem;
  }
  .wpcf7 .contact-form .form-group textarea::-ms-input-placeholder {
    padding-top: 0.5rem;
  }
  .wpcf7 .contact-form .form-group textarea::placeholder {
    padding-top: 0.5rem;
  }
}
.wpcf7 .contact-form .form-section {
  margin-bottom: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (max-width: 767.499px) {
  .wpcf7 .contact-form .form-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0.75rem;
  }
}
.wpcf7 .contact-form .form-section .wpcf7-form-control.wpcf7-radio {
  width: 70%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
  row-gap: 0;
}
@media only screen and (max-width: 767.499px) {
  .wpcf7 .contact-form .form-section .wpcf7-form-control.wpcf7-radio {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 767.499px) {
  .wpcf7 .contact-form .form-section .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
    margin-left: 0;
  }
}
.wpcf7 .contact-form .form-section .wpcf7-form-control.wpcf7-radio .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5rem 0;
}
@media only screen and (max-width: 767.499px) {
  .wpcf7 .contact-form .form-section .wpcf7-form-control.wpcf7-radio .wpcf7-list-item label {
    padding: 0.3rem 0rem;
  }
}
@media (hover: hover) {
  .wpcf7 .contact-form .form-section .wpcf7-form-control.wpcf7-radio .wpcf7-list-item label:hover {
    border-color: #ccc;
  }
}
@media (hover: none) {
  .wpcf7 .contact-form .form-section .wpcf7-form-control.wpcf7-radio .wpcf7-list-item label:active {
    border-color: #ccc;
  }
}
.wpcf7 .contact-form .form-section .wpcf7-form-control.wpcf7-radio .wpcf7-list-item label input[type=radio] {
  clip: unset;
  clip-path: unset;
  height: auto;
  width: auto;
  position: relative;
  white-space: unset;
  overflow: visible;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #ccc;
  border-radius: 50%;
  margin-right: 0.75rem;
  background: #fff;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 767.499px) {
  .wpcf7 .contact-form .form-section .wpcf7-form-control.wpcf7-radio .wpcf7-list-item label input[type=radio] {
    width: 1.25rem;
    height: 1.25rem;
    margin-left: 0;
  }
}
.wpcf7 .contact-form .form-section .wpcf7-form-control.wpcf7-radio .wpcf7-list-item label input[type=radio]:checked {
  border-color: #333;
  background: #fff;
}
.wpcf7 .contact-form .form-section .wpcf7-form-control.wpcf7-radio .wpcf7-list-item label input[type=radio]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0.5rem;
  height: 0.5rem;
  background: #333;
  border-radius: 50%;
}
.wpcf7 .contact-form .form-section .wpcf7-form-control.wpcf7-radio .wpcf7-list-item label input[type=radio]:focus {
  outline: 2px solid rgba(0, 0, 0, 0.2);
  outline-offset: 2px;
}
.wpcf7 .contact-form .form-section .wpcf7-form-control.wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
  font-size: 1.125rem;
  color: #363636;
}
@media only screen and (max-width: 767.499px) {
  .wpcf7 .contact-form .form-section .wpcf7-form-control.wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
    font-size: 1rem;
    letter-spacing: 0.04em;
    line-height: 1;
  }
}
.wpcf7 .contact-form .form-row {
  margin-bottom: 1.5rem;
}
.wpcf7 .contact-form .form-row:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767.499px) {
  .wpcf7 .contact-form .form-row:not(:last-child) {
    margin-bottom: 1.35rem;
  }
}
.wpcf7 .contact-form .form-row.form-row-half {
  gap: 1.5rem;
}
@media only screen and (max-width: 767.499px) {
  .wpcf7 .contact-form .form-row.form-row-half {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.wpcf7 .contact-form .form-row .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.75rem;
}
@media only screen and (max-width: 767.499px) {
  .wpcf7 .contact-form .form-row .form-group {
    gap: 0.1rem;
  }
}
.wpcf7 .contact-form .form-row .form-group label {
  display: block;
  font-size: 1.125rem;
  font-weight: 600;
  color: #363636;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .wpcf7 .contact-form .form-row .form-group label {
    font-size: 1rem;
    margin-bottom: 0.3rem;
    letter-spacing: 0.03em;
  }
}
.wpcf7 .contact-form .form-row .form-group label.required::after {
  content: "必須";
  background: #D94141;
  color: white;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 0.1875rem 0.5625rem;
  /* border-radius: 0.25rem; */
  margin-left: 0.9rem;
  position: relative;
  top: -0.125rem;
}
@media only screen and (max-width: 767.499px) {
  .wpcf7 .contact-form .form-row .form-group label.required::after {
    font-size: 0.75rem;
    padding: 0.1875rem 0.5625rem;
    margin-left: 1rem;
  }
}
.wpcf7 .contact-form .privacy-section {
  margin: 1.5rem 0;
  text-align: center;
  position: relative;
  height: 3.5rem;
}
@media only screen and (max-width: 767.499px) {
  .wpcf7 .contact-form .privacy-section {
    height: auto;
    margin-bottom: 0;
  }
}
.wpcf7 .contact-form .privacy-section .privacy-text {
  font-size: 0.875rem;
  color: #777;
  margin-bottom: 1rem;
}
.wpcf7 .contact-form .privacy-section .privacy-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .wpcf7 .contact-form .privacy-section .privacy-checkbox span {
    height: 2.3rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .wpcf7 .contact-form .privacy-section .privacy-checkbox {
    gap: 1rem;
    padding-top: 1rem;
    gap: 0.6rem;
  }
  .wpcf7 .contact-form .privacy-section .privacy-checkbox::before {
    content: "";
    position: absolute;
    top: -0.135rem;
    left: 0;
    right: 0;
    height: 0.0325rem;
    background-color: #d0d0d0;
  }
}
.wpcf7 .contact-form .privacy-section .privacy-checkbox > label {
  display: block;
  font-size: 1.125rem;
  font-weight: bold;
  color: #363636;
  margin-bottom: 0;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 767.499px) {
  .wpcf7 .contact-form .privacy-section .privacy-checkbox > label {
    font-size: 0.875rem;
    line-height: 1.714;
    letter-spacing: 0.03em;
  }
}
.wpcf7 .contact-form .privacy-section .privacy-checkbox > label.required::after {
  content: "必須";
  background: #ff4757;
  color: white;
  font-size: 0.75rem;
  font-weight: 500;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  margin-left: 0.75rem;
  position: relative;
  top: -0.125rem;
}
.wpcf7 .contact-form .privacy-section .privacy-checkbox input[type=checkbox] {
  clip: unset !important;
  clip-path: unset !important;
  height: 1.25rem;
  width: 1.25rem;
  border: solid 1px #d0d0d0;
  border-radius: 0.25rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative !important;
  white-space: unset !important;
  overflow: visible !important;
  display: inline-block !important;
  margin-right: 0.5rem;
  cursor: pointer;
  vertical-align: middle;
  appearance: auto !important;
  -webkit-appearance: checkbox !important;
  -moz-appearance: checkbox !important;
}
.wpcf7 .contact-form .privacy-section .privacy-checkbox .wpcf7-checkbox .wpcf7-list-item {
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
  display: inline-block;
}
@media only screen and (max-width: 767.499px) {
  .wpcf7 .contact-form .privacy-section .privacy-checkbox .wpcf7-checkbox .wpcf7-list-item span {
    font-size: 0.875rem;
  }
}
.wpcf7 .contact-form .privacy-section .privacy-checkbox .wpcf7-checkbox .wpcf7-list-item label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  font-size: 1rem;
  color: #363636;
  margin: 0;
}
.wpcf7 .contact-form .form-submit {
  text-align: center;
  margin-top: 2rem;
}
@media only screen and (max-width: 767.499px) {
  .wpcf7 .contact-form .form-submit {
    width: 86%;
    margin: auto;
  }
  .wpcf7 .contact-form .form-submit input {
    width: 100%;
  }
}
.wpcf7 .form-label {
  display: block;
  font-size: 1.125rem;
  font-weight: 600;
  color: #363636;
  margin-bottom: 1rem;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .wpcf7 .form-label {
    font-size: 1rem;
    margin-bottom: 0.3rem;
  }
}
.wpcf7 .form-label.required::after {
  content: "必須";
  background: #D94141;
  color: white;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 0.1875rem 0.5625rem;
  /* border-radius: 0.25rem; */
  margin-left: 0.9rem;
  position: relative;
  top: -0.125rem;
}
@media only screen and (max-width: 767.499px) {
  .wpcf7 .form-label.required::after {
    font-size: 0.75rem;
    padding: 0.1875rem 0.5625rem;
    margin-left: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .wpcf7 .form-label {
    width: 20%;
  }
}
.wpcf7 .wpcf7-not-valid-tip {
  color: #ff4757;
  font-size: 0.875rem;
  margin-top: 0.5rem;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media only screen and (max-width: 767.499px) {
  .wpcf7 .wpcf7-not-valid-tip {
    margin-top: 0.1rem;
  }
}
.wpcf7 .wpcf7-not-valid-tip.visible {
  display: block;
  opacity: 1;
}
.wpcf7 .wpcf7-response-output {
  display: none !important;
}
.wpcf7 .wpcf7-validation-errors {
  color: #ff4757;
  background: rgba(255, 71, 87, 0.1);
  border: 1px solid #ff4757;
  border-radius: 0.5rem;
  padding: 1rem;
  margin: 1rem 0;
}
.wpcf7 .wpcf7-mail-sent-ok {
  color: #2ed573;
  background: rgba(46, 213, 115, 0.1);
  border: 1px solid #2ed573;
  border-radius: 0.5rem;
  padding: 1rem;
  margin: 1rem 0;
}
.wpcf7 .wpcf7-spinner {
  display: none;
}

.custom-form-message {
  padding: 1rem 1.5rem;
  border-radius: 0.5rem;
  margin-bottom: 2rem;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
}
.custom-form-message--success {
  color: #2ed573;
  background: rgba(46, 213, 115, 0.1);
  border: 1px solid #2ed573;
}
.custom-form-message--error {
  color: #ff4757;
  background: rgba(255, 71, 87, 0.1);
  border: 1px solid #ff4757;
}

.form-group.focused input[type=text],
.form-group.focused input[type=email],
.form-group.focused input[type=tel],
.form-group.focused textarea {
  border-color: #FF9F00;
  -webkit-box-shadow: 0 0 0 3px rgba(255, 159, 0, 0.15);
  box-shadow: 0 0 0 3px rgba(255, 159, 0, 0.15);
}
.form-group.filled label::after {
  opacity: 0.7;
}

@media only screen and (max-width: 767.499px) {
  .wpcf7 .contact-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item label {
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
  }
  .wpcf7 .contact-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item label input[type=radio] {
    clip: unset;
    clip-path: unset;
    height: auto;
    width: auto;
    position: relative;
    white-space: unset;
    overflow: visible;
    display: inline-block;
    width: 1rem;
    height: 1rem;
    margin-right: 0.5rem;
  }
  .wpcf7 .contact-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item label input[type=radio]:checked::after {
    width: 0.375rem;
    height: 0.375rem;
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media only screen and (max-width: 767.499px) {
  .wpcf7 .contact-form .form-section .radio-group .radio-item label {
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
  }
  .wpcf7 .contact-form .form-section .radio-group .radio-item label input[type=radio] {
    width: 1rem;
    height: 1rem;
    margin-right: 0.5rem;
  }
  .wpcf7 .contact-form .form-section .radio-group .radio-item label input[type=radio]:checked::after {
    width: 0.375rem;
    height: 0.375rem;
  }
  .wpcf7 .contact-form .form-row .form-group input[type=text],
  .wpcf7 .contact-form .form-row .form-group input[type=email],
  .wpcf7 .contact-form .form-row .form-group input[type=tel],
  .wpcf7 .contact-form .form-row .form-group textarea {
    padding: 0;
    padding-left: 0.5rem;
    font-size: 0.875rem;
    max-width: 95%;
    width: 100%;
    padding: 0;
    padding-left: 0.75rem;
    font-size: 1rem;
    max-width: 95%;
    width: 100%;
    height: 2.5rem;
  }
  .wpcf7 .contact-form .form-row .form-group textarea {
    min-height: 10rem;
  }
}
@media only screen and (max-width: 767.499px) and (max-width: 767.499px) {
  .wpcf7 .contact-form .form-row .form-group textarea {
    min-height: auto;
  }
}
.form-validation-error {
  border: 2px solid #ff0000;
}

input.form-validation-error,
textarea.form-validation-error {
  border: 2px solid #ff0000 !important;
}

span.form-validation-error {
  border: 2px solid #ff0000;
}

.fixed-buttons {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  z-index: 1000;
  -webkit-box-shadow: 0 -0.125rem 0.5rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 -0.125rem 0.5rem rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 768px) {
  .fixed-buttons {
    display: none;
  }
}
.no-fixed-button-padding .fixed-buttons {
  display: none;
}
.mobile-nav-open .fixed-buttons {
  display: none;
}

.fixed-button {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 3.125rem;
  font-size: 0.875rem;
  font-weight: bold;
  text-decoration: none;
  padding-left: 1.25rem;
  color: #000;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.fixed-button::before {
  content: "";
  position: absolute;
  right: 0.75rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  background-color: #ffffff;
  border-radius: 0.5rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  z-index: 1;
}
.fixed-button::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  background-image: url("../../img/common/button-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  z-index: 2;
}
@media (hover: hover) {
  .fixed-button:hover {
    text-decoration: none;
  }
  .fixed-button:hover::before {
    -webkit-transform: translateY(-50%) translateX(0.25rem);
    transform: translateY(-50%) translateX(0.25rem);
  }
  .fixed-button:hover::after {
    -webkit-transform: translateY(-50%) translateX(0.25rem);
    transform: translateY(-50%) translateX(0.25rem);
  }
}
@media (hover: none) {
  .fixed-button:active {
    text-decoration: none;
  }
  .fixed-button:active::before {
    -webkit-transform: translateY(-50%) translateX(0.25rem);
    transform: translateY(-50%) translateX(0.25rem);
  }
  .fixed-button:active::after {
    -webkit-transform: translateY(-50%) translateX(0.25rem);
    transform: translateY(-50%) translateX(0.25rem);
  }
}
.fixed-button--yellow {
  background-color: #FFD100;
}
@media (hover: hover) {
  .fixed-button--yellow:hover {
    background-color: var(--text-color);
    color: #fff;
  }
}
@media (hover: none) {
  .fixed-button--yellow:active {
    background-color: var(--text-color);
    color: #fff;
  }
}
.fixed-button--orange {
  background-color: #FF9F00;
}
@media (hover: hover) {
  .fixed-button--orange:hover {
    background-color: var(--text-color);
    color: #fff;
  }
}
@media (hover: none) {
  .fixed-button--orange:active {
    background-color: var(--text-color);
    color: #fff;
  }
}

@media only screen and (max-width: 767.499px) {
  body:not(.no-fixed-button-padding) {
    padding-bottom: 3.125rem;
  }
}

@media only screen and (max-width: 767.499px) {
  body.no-fixed-button-padding {
    padding-bottom: 0 !important;
  }
}

.concept__slider {
  background: #fff;
}

.logo-slider {
  height: 2.875rem;
  overflow-x: hidden;
  /* 念のため */
  position: relative;
  width: 99.5vw;
  margin-left: calc(-50vw + 50%);
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  .logo-slider {
    height: 6.75rem;
  }
}
.logo-slider:hover .logo-slider__track {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.logo-slider__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-animation: slideInfinite 46s linear infinite;
  animation: slideInfinite 46s linear infinite;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 2.875rem;
}
@media only screen and (min-width: 768px) {
  .logo-slider__track {
    height: 6.75rem;
  }
}
.logo-slider__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 2rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .logo-slider__item {
    margin-right: 3rem;
  }
}
@media (hover: hover) {
  .logo-slider__item:hover {
    opacity: 0.8;
  }
}
@media (hover: none) {
  .logo-slider__item:active {
    opacity: 0.8;
  }
}
.logo-slider__item img {
  height: auto;
  max-height: 2rem;
  width: auto;
}
@media only screen and (min-width: 768px) {
  .logo-slider__item img {
    max-height: 4rem;
  }
}
.logo-slider__item img[src*=logo1] {
  max-height: 2rem;
}
@media only screen and (min-width: 768px) {
  .logo-slider__item img[src*=logo1] {
    max-height: 5rem;
  }
}
.logo-slider__item img[src*=logo2] {
  max-height: 1.8rem;
}
@media only screen and (min-width: 768px) {
  .logo-slider__item img[src*=logo2] {
    max-height: 4.2rem;
  }
}
.logo-slider__item img[src*=logo3] {
  max-height: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .logo-slider__item img[src*=logo3] {
    max-height: 3.5rem;
  }
}
.logo-slider__item img[src*=logo4] {
  max-height: 1.7rem;
}
@media only screen and (min-width: 768px) {
  .logo-slider__item img[src*=logo4] {
    max-height: 4rem;
  }
}
.logo-slider__item img[src*=logo5] {
  max-height: 1.79rem;
}
@media only screen and (min-width: 768px) {
  .logo-slider__item img[src*=logo5] {
    max-height: 4.2rem;
  }
}
.logo-slider__item img[src*=logo6] {
  max-height: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .logo-slider__item img[src*=logo6] {
    max-height: 3.75rem;
  }
}
.logo-slider__item img[src*=logo7] {
  max-height: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .logo-slider__item img[src*=logo7] {
    max-height: 3.5rem;
  }
}
.logo-slider__item img[src*=logo8] {
  max-height: 1.8rem;
}
@media only screen and (min-width: 768px) {
  .logo-slider__item img[src*=logo8] {
    max-height: 4.2rem;
  }
}
.logo-slider__item img[src*=logo9] {
  max-height: 1.7rem;
}
@media only screen and (min-width: 768px) {
  .logo-slider__item img[src*=logo9] {
    max-height: 4rem;
  }
}
.logo-slider__item img[src*=logo10] {
  max-height: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .logo-slider__item img[src*=logo10] {
    max-height: 3.75rem;
  }
}
.logo-slider__item img[src*=logo11] {
  max-height: 1.9rem;
}
@media only screen and (min-width: 768px) {
  .logo-slider__item img[src*=logo11] {
    max-height: 3.5rem;
  }
}
.logo-slider__item img[src*=logo12] {
  max-height: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .logo-slider__item img[src*=logo12] {
    max-height: 3.5rem;
  }
}
.logo-slider__item img[src*=logo13] {
  max-height: 1.7rem;
}
@media only screen and (min-width: 768px) {
  .logo-slider__item img[src*=logo13] {
    max-height: 4rem;
  }
}
.logo-slider__item img[src*=logo14] {
  max-height: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .logo-slider__item img[src*=logo14] {
    max-height: 3.75rem;
  }
}
.logo-slider__item img[src*=logo15] {
  max-height: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .logo-slider__item img[src*=logo15] {
    max-height: 3.5rem;
  }
}
.logo-slider__item img[src*=logo16] {
  max-height: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .logo-slider__item img[src*=logo16] {
    max-height: 3.5rem;
  }
}
.logo-slider__item img[src*=logo17] {
  max-height: 1.7rem;
}
@media only screen and (min-width: 768px) {
  .logo-slider__item img[src*=logo17] {
    max-height: 4rem;
  }
}

@-webkit-keyframes slideInfinite {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@keyframes slideInfinite {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.download-button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 767.499px) {
  .download-button-wrapper {
    border-radius: 0.625rem;
    overflow: hidden;
  }
}

.second-container {
  max-width: 98rem;
  margin: 0 auto;
  padding: 0 0 11.25rem;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767.499px) {
  .second-container {
    padding: 1rem 1.25rem 5rem;
  }
}

.download-button {
  display: block;
  width: 100%;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.download-button:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  text-decoration: none;
}
.download-button .button-content {
  position: relative;
  background-image: url("../../../assets/img/page/download/dw-button.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 1440/250;
  border-radius: 0.75rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.download-button .button-badge {
  background: var(--btn-yellow);
  color: #000;
  font-size: 1.75rem;
  font-weight: bold;
  padding: 0.7rem 1.5rem;
  border-radius: 1.5rem 0 1.5rem 0;
  display: inline-block;
  margin-bottom: 1.5rem;
  width: 22.3125rem;
  margin: 0 auto 1.5rem;
}
.download-button .button-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.download-button .button-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}
.download-button .button-free {
  font-size: 2rem;
  font-weight: bold;
  color: var(--btn-yellow);
  border: 1px solid var(--btn-yellow);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: transparent;
  padding: 0.375rem 1rem;
  border-radius: 0.5rem;
  display: inline-block;
}
.download-button .button-text {
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
  padding-right: 2rem;
}
.download-button .button-arrow svg {
  width: 3.125rem;
  height: auto;
}
@media only screen and (max-width: 767.499px) {
  .download-button .button-content {
    background-image: url("../../../assets/img/page/download/dw-button-sp.png");
    border-radius: 0%;
    aspect-ratio: 335/250;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .download-button .button-badge {
    font-size: 1.25rem;
    border-radius: 0.625rem;
    margin-bottom: 1rem;
    padding: 0;
    width: 17.5rem;
    height: 2.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 1rem;
  }
  .download-button .button-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.3rem;
    text-align: center;
  }
  .download-button .button-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.65rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .download-button .button-free {
    font-size: 1.25rem;
    font-weight: bold;
    padding: 0.2rem 0.55rem;
    border-width: 2px;
    border-radius: 0.25rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .download-button .button-text {
    font-size: 1.5rem;
    line-height: 1.3;
    padding-right: 0;
  }
  .download-button .button-arrow {
    margin-top: 0.5rem;
  }
  .download-button .button-arrow svg {
    width: 2rem;
  }
}

/*ページのscss*/
.news-archive {
  padding-bottom: 0.1rem;
}
@media only screen and (min-width: 768px) {
  .news-archive .pagination {
    margin: 3.7rem auto 0 !important;
  }
}
.news-archive .container {
  max-width: 98rem;
  margin: 0 auto;
  padding: 0 1.25rem;
  position: relative;
  z-index: 1;
  margin-bottom: 7.5rem;
}
@media only screen and (max-width: 767.499px) {
  .news-archive .container {
    margin-bottom: 1rem;
  }
}
.news-archive .news-archive-layout {
  padding-top: 7.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 767.499px) {
  .news-archive .news-archive-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 3.5rem;
  }
}
.news-archive .news-sidebar {
  width: auto;
  min-width: 15.5625rem;
}
@media only screen and (max-width: 767.499px) {
  .news-archive .news-sidebar {
    min-width: auto;
  }
}
.news-archive .news-sidebar .sidebar-section {
  background: #fff;
}
.news-archive .news-sidebar .sidebar-title {
  display: none;
}
.news-archive .news-sidebar .category-list .category-item {
  margin-bottom: 1.25rem;
}
.news-archive .news-sidebar .category-list .category-item:last-child {
  margin-bottom: 0;
}
.news-archive .news-sidebar .category-list .category-link {
  display: block;
  padding: 0.3rem;
  color: #363636;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 1.25rem;
  border: 1px solid #ccc;
  background: #fff;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 1.125rem !important;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 2.5rem;
}
@media only screen and (max-width: 767.499px) {
  .news-archive .news-sidebar .category-list .category-link {
    height: 1.875rem;
    font-size: 0.875rem !important;
    padding: 0.2rem;
  }
}
@media (hover: hover) {
  .news-archive .news-sidebar .category-list .category-link:hover {
    background-color: #f5f5f5;
    border-color: #999;
  }
}
@media (hover: none) {
  .news-archive .news-sidebar .category-list .category-link:active {
    background-color: #f5f5f5;
    border-color: #999;
  }
}
.news-archive .news-sidebar .category-list .category-link.active {
  background: #FF9F00;
  color: #fff;
  border-color: #FF9F00;
  font-weight: 500;
}
.news-archive .news-main-content {
  width: 68.75rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  padding-top: 0.25rem;
}
@media only screen and (max-width: 767.499px) {
  .news-archive .news-main-content {
    padding: 0;
    width: auto;
  }
}
.news-archive .news-main-content::before {
  content: "";
  position: absolute;
  left: 13.5rem;
  top: 0;
  width: 0.0625rem;
  height: 3.125rem;
  background-color: #d0d0d0;
  z-index: 10;
}
@media only screen and (max-width: 767.499px) {
  .news-archive .news-main-content::before {
    display: none;
  }
}
.news-archive .news-main-content .news-results-info {
  margin-bottom: 4.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14rem;
}
@media only screen and (max-width: 767.499px) {
  .news-archive .news-main-content .news-results-info {
    gap: 0.75rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: first baseline;
    -ms-flex-align: first baseline;
    align-items: first baseline;
    padding: 1.8rem 0 0 0.3rem;
    margin-bottom: 1.6rem;
  }
}
.news-archive .news-main-content .news-results-info .display-label {
  font-size: 1.5rem;
  font-weight: 700;
}
@media only screen and (max-width: 767.499px) {
  .news-archive .news-main-content .news-results-info .display-label {
    font-size: 1.125rem;
  }
}
.news-archive .news-main-content .news-results-info .current-category {
  font-size: 1.125rem;
  font-weight: 400;
}
@media only screen and (max-width: 767.499px) {
  .news-archive .news-main-content .news-results-info .current-category {
    font-size: 1rem;
  }
}
.news-archive .news-cards-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.news-archive .news-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  gap: 2.25rem;
  padding: 1.5rem 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #d0d0d0;
  background: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 12.75rem;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .news-archive .news-card {
    height: auto;
    gap: 0;
    padding: 1.25rem 0;
  }
}
@media (hover: hover) {
  .news-archive .news-card:hover {
    background-color: #f8f8f8;
  }
}
@media (hover: none) {
  .news-archive .news-card:active {
    background-color: #f8f8f8;
  }
}
.news-archive .news-card:first-child {
  border-top: 1px solid #d0d0d0;
}
.news-archive .news-card .news-card-image {
  width: 15.624rem;
  aspect-ratio: 15.624/8.75;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
}
@media only screen and (max-width: 767.499px) {
  .news-archive .news-card .news-card-image {
    aspect-ratio: 335/190;
  }
}
.news-archive .news-card .news-card-image a {
  display: block;
  width: 100%;
  height: auto;
}
.news-archive .news-card .news-card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (hover: hover) {
  .news-archive .news-card .news-card-image:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@media (hover: none) {
  .news-archive .news-card .news-card-image:active img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.news-archive .news-card .news-card-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.news-archive .news-card .news-card-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1rem;
  gap: 2.5rem;
}
@media only screen and (max-width: 767.499px) {
  .news-archive .news-card .news-card-meta {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
  }
}
.news-archive .news-card .news-card-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news-archive .news-card .news-card-category {
  background: #FF9F00;
  color: #fff;
  padding: 0.25rem 0.75rem;
  border-radius: 1rem;
  font-size: 0.75rem;
  font-weight: 500;
}
.news-archive .news-card .news-categories .news-item-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.5rem;
  max-height: 4.5rem;
  overflow: hidden;
}
.news-archive .news-card .news-category {
  display: inline-block;
  padding: 0.375rem 1.25rem;
  background: #fff;
  font-size: 0.875rem;
  font-family: "DM Sans", sans-serif;
  border-radius: 1rem;
  border: 1px solid #FF9F00;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media only screen and (max-width: 767.499px) {
  .news-archive .news-card .news-category {
    font-size: 0.75rem;
    padding: 0.2rem 0.75rem;
  }
}
.news-archive .news-card .news-card-date {
  color: var(--text-color);
  font-size: 1rem;
}
@media only screen and (max-width: 767.499px) {
  .news-archive .news-card .news-card-date {
    font-size: 0.75rem;
  }
}
.news-archive .news-card .news-card-title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media only screen and (max-width: 767.499px) {
  .news-archive .news-card .news-card-title {
    margin-bottom: 1.25rem;
  }
}
.news-archive .news-card .news-card-title a {
  color: #333;
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  width: 88%;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
}
@media (hover: hover) {
  .news-archive .news-card .news-card-title a:hover {
    color: #FF9F00;
  }
}
@media (hover: none) {
  .news-archive .news-card .news-card-title a:active {
    color: #FF9F00;
  }
}
.news-archive .news-card .news-card-excerpt {
  color: #777;
  font-size: 0.875rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-archive .news-card .news-card-link .read-more-btn {
  position: absolute;
  top: 42%;
  right: 0;
  width: 3.75rem;
  height: 1.875rem;
  background: #363636;
  border-radius: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: #363636 1px solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  z-index: 2;
}
@media only screen and (max-width: 767.499px) {
  .news-archive .news-card .news-card-link .read-more-btn {
    -ms-flex-item-align: end;
    align-self: flex-end;
    top: 0;
    bottom: 1rem;
  }
}
.news-archive .news-card .news-card-link .read-more-btn::after {
  content: "";
  width: 0.875rem;
  height: 0.875rem;
  background-image: url("../../img/page/front/upper-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
}
@media (hover: hover) {
  .news-archive .news-card .news-card-link .read-more-btn:hover {
    background: #ffffff;
  }
  .news-archive .news-card .news-card-link .read-more-btn:hover::after {
    -webkit-filter: brightness(0) saturate(100%) invert(22%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(21%) contrast(92%);
    filter: brightness(0) saturate(100%) invert(22%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(21%) contrast(92%);
  }
}
@media (hover: none) {
  .news-archive .news-card .news-card-link .read-more-btn:active {
    background: #ffffff;
  }
  .news-archive .news-card .news-card-link .read-more-btn:active::after {
    -webkit-filter: brightness(0) saturate(100%) invert(22%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(21%) contrast(92%);
    filter: brightness(0) saturate(100%) invert(22%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(21%) contrast(92%);
  }
}
.news-archive .no-news {
  text-align: center;
  padding: 4rem 2rem;
  color: #777;
  font-size: 1.125rem;
}
@media only screen and (max-width: 767.499px) {
  .news-archive .news-archive {
    padding: 2rem 0;
  }
  .news-archive .container {
    padding: 0 1.25rem;
  }
  .news-archive .page-header {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
  }
  .news-archive .news-sidebar {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .news-archive .news-sidebar .sidebar-section {
    padding: 0;
  }
  .news-archive .news-sidebar .category-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
  }
  .news-archive .news-sidebar .category-list .category-item {
    margin-bottom: 0;
  }
  .news-archive .news-sidebar .category-list .category-link {
    font-size: 1rem;
  }
  .news-archive .news-main-content {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .news-archive .news-cards-grid {
    grid-template-columns: 1fr;
  }
  .news-archive .news-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  .news-archive .news-card .news-card-image {
    width: 100%;
    height: auto;
  }
  .news-archive .news-card .news-card-content {
    padding: 1rem 0;
  }
}

.popular-cases-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
}
@media only screen and (min-width: 768px) {
  .popular-cases-grid {
    row-gap: 2.5rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .popular-cases-grid {
    grid-template-columns: 1fr;
    gap: 0.9rem;
  }
}
.popular-cases-grid .client-card {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 1.25rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767.499px) {
  .popular-cases-grid .client-card {
    border-radius: 0.5rem;
    min-height: auto;
    height: auto;
  }
}
.popular-cases-grid .client-card:hover {
  -webkit-box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
}
.popular-cases-grid .client-card .client-card-image {
  width: 100%;
  height: 17.875rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .popular-cases-grid .client-card .client-card-image {
    height: 12rem;
  }
}
.popular-cases-grid .client-card .client-card-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.popular-cases-grid .client-card .client-card-image a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.popular-cases-grid .client-card .client-card-content {
  padding: 1.5rem;
}
@media only screen and (max-width: 767.499px) {
  .popular-cases-grid .client-card .client-card-content {
    padding: 1rem;
    padding-bottom: 1.5rem;
  }
}
.popular-cases-grid .client-card .client-card-title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  line-height: 1.5;
  min-height: 3.375rem;
  color: var(--text-color);
}
@media only screen and (max-width: 767.499px) {
  .popular-cases-grid .client-card .client-card-title {
    font-size: 1rem;
    min-height: auto;
    margin-bottom: 1rem;
  }
}
.popular-cases-grid .client-card .client-card-title a {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 768px) {
  .popular-cases-grid .client-card .client-card-title a {
    -webkit-line-clamp: 2;
  }
}
@media (hover: hover) {
  .popular-cases-grid .client-card .client-card-title a:hover {
    color: #FF9F00;
  }
}
@media (hover: none) {
  .popular-cases-grid .client-card .client-card-title a:active {
    color: #FF9F00;
  }
}
.popular-cases-grid .client-card .client-card-meta {
  margin-bottom: 1.5rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.popular-cases-grid .client-card .client-card-meta .client__detail-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.75rem;
  font-size: 1rem;
  font-weight: bold;
}
@media only screen and (max-width: 767.499px) {
  .popular-cases-grid .client-card .client-card-meta .client__detail-item {
    font-size: 0.875rem;
    margin-bottom: 1.7rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.popular-cases-grid .client-card .client-card-meta .client__detail-item dt {
  width: 6rem;
  border-right: 0.0625rem solid #d0d0d0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 767.499px) {
  .popular-cases-grid .client-card .client-card-meta .client__detail-item dt {
    width: 100%;
    border-right: none;
    margin-bottom: 0.2rem;
  }
}
.popular-cases-grid .client-card .client-card-meta .client__detail-item dd {
  color: var(--text-color);
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 1.25rem;
}
@media only screen and (max-width: 767.499px) {
  .popular-cases-grid .client-card .client-card-meta .client__detail-item dd.last::after {
    display: none;
  }
}
@media only screen and (max-width: 767.499px) {
  .popular-cases-grid .client-card .client-card-meta .client__detail-item dd {
    padding-left: 0;
    position: relative;
    font-weight: 400;
  }
  .popular-cases-grid .client-card .client-card-meta .client__detail-item dd::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.625rem;
    height: 1px;
    background-color: #d0d0d0;
  }
}
@media only screen and (max-width: 767.499px) {
  .popular-cases-grid .client-card .client-card-meta {
    margin-bottom: 1.25rem;
  }
}
.popular-cases-grid .client-card .client-card-bottom {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1rem;
}
@media only screen and (max-width: 767.499px) {
  .popular-cases-grid .client-card .client-card-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-top: -1rem;
    gap: 0;
  }
}
.popular-cases-grid .client-card .client-card-assignment {
  font-size: 1rem;
  font-weight: bold;
  line-height: 2;
  color: var(--secondary-color);
  width: 20.4375rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 767.499px) {
  .popular-cases-grid .client-card .client-card-assignment {
    width: 100%;
    font-size: 0.75rem;
    -webkit-line-clamp: 2;
    margin-bottom: 2rem;
  }
}
.popular-cases-grid .client-card .client__link {
  width: 3.75rem;
  height: 1.875rem;
  background: #363636;
  border-radius: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: #363636 1px solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
@media only screen and (max-width: 767.499px) {
  .popular-cases-grid .client-card .client__link {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}
.popular-cases-grid .client-card .client__link::after {
  content: "";
  width: 0.875rem;
  height: 0.875rem;
  background-image: url("../../img/page/front/upper-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
}
.popular-cases-grid .client-card .client__link:hover {
  background: #ffffff;
}
.popular-cases-grid .client-card .client__link:hover::after {
  -webkit-filter: brightness(0) saturate(100%) invert(22%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(21%) contrast(92%);
  filter: brightness(0) saturate(100%) invert(22%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(21%) contrast(92%);
}

.no-popular-cases {
  text-align: center;
  color: #777;
  font-size: 1rem;
  padding: 2rem;
  background: #f8f9fa;
  border-radius: 0.5rem;
}
@media only screen and (max-width: 767.499px) {
  .no-popular-cases {
    font-size: 0.9rem;
    padding: 1.5rem;
  }
}

.breadcrumb-wrap {
  max-width: 98rem;
  margin: 0 auto;
  padding: 0 1.25rem;
  position: relative;
  z-index: 20;
}
@media only screen and (max-width: 767.499px) {
  .breadcrumb-wrap {
    padding: 0;
  }
}

.news-detail {
  margin-top: 8.525rem;
  padding: 3rem 0 7rem;
}
@media only screen and (max-width: 767.499px) {
  .news-detail {
    margin-top: 1.5rem;
    padding-bottom: 3.2rem;
  }
}
.news-detail .container {
  max-width: 56.25rem;
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767.499px) {
  .news-detail .container {
    padding: 0 1.25rem 0;
  }
}
.news-detail .news-content {
  background: #fff;
  border-radius: 0.5rem;
  padding: 4.5rem 0 0;
}
@media only screen and (max-width: 767.499px) {
  .news-detail .news-content {
    padding: 0;
  }
}
.news-detail .news-post-type .post-type-label {
  font-size: 0.875rem;
  font-weight: 500;
  min-width: 6.25rem;
  width: auto;
  height: 1.875rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 1rem;
  border: 1px solid var(--secondary-color);
  color: var(--secondary-color);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.news-detail .news-header {
  border-bottom: 1px solid #eee;
}
.news-detail .news-header .news-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2.2rem;
}
@media only screen and (max-width: 767.499px) {
  .news-detail .news-header .news-meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 2rem;
    gap: 1.25rem;
  }
}
.news-detail .news-header .news-meta-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.5rem;
}
@media only screen and (max-width: 767.499px) {
  .news-detail .news-header .news-meta-left {
    gap: 1.25rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .news-detail .news-header .news-meta-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.news-detail .news-header .news-meta-right .sns-share {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
}
.news-detail .news-header .news-meta-right .sns-buttons {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media only screen and (max-width: 767.499px) {
  .news-detail .news-header .news-meta-right .sns-buttons {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 1.25rem;
  }
}
.news-detail .news-header .news-date {
  color: var(--text-color);
  font-size: 1rem;
}
@media only screen and (max-width: 767.499px) {
  .news-detail .news-header .news-date {
    font-size: 0.75rem;
  }
}
.news-detail .news-header .news-title {
  font-size: 2.25rem;
  color: var(--text-color);
  line-height: 1.6111;
  font-weight: 700;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 767.499px) {
  .news-detail .news-header .news-title {
    margin-bottom: 1.8rem;
    font-size: 1.5rem;
    line-height: 1.666;
  }
}
.news-detail .news-thumbnail {
  margin: 0;
  max-width: 56.25rem;
  max-height: 56.25rem;
  width: 100%;
  display: block;
  text-align: center;
  border-radius: 0.625rem;
  overflow: hidden;
  border: 1px solid #d0d0d0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767.499px) {
  .news-detail .news-thumbnail {
    margin: 1.5rem auto 0;
    max-height: 21.125rem;
  }
}
.news-detail .news-thumbnail img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  max-width: none !important;
}
@media only screen and (max-width: 767.499px) {
  .news-detail .news-body {
    margin-top: 2.1rem;
  }
}
.news-detail .news-footer {
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid #eee;
  font-size: 0.9rem;
  color: #777;
}
.news-detail .sns-wrap .sns-share {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 767.499px) {
  .news-detail .sns-wrap .sns-share {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.news-detail .sns-wrap .sns-buttons {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.news-detail .back-to-archive {
  text-align: center;
  margin-top: 3rem;
}
@media only screen and (max-width: 767.499px) {
  .news-detail .back-to-archive {
    margin-top: 2rem;
  }
}
.news-detail .back-to-archive .form-button--custom {
  width: 20rem;
  height: 3.75rem;
  font-size: 1.25rem;
  background: #fff;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 0.625rem;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1.25rem;
}
.news-detail .back-to-archive .form-button--custom::before {
  display: none;
}
.news-detail .back-to-archive .form-button--custom::after {
  content: "";
  position: absolute;
  right: 1.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("../../img/single/back-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (hover: hover) {
  .news-detail .back-to-archive .form-button--custom:hover {
    background-color: var(--text-color);
    color: #fff;
  }
  .news-detail .back-to-archive .form-button--custom:hover::after {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
}
@media (hover: none) {
  .news-detail .back-to-archive .form-button--custom:active {
    background-color: var(--text-color);
    color: #fff;
  }
  .news-detail .back-to-archive .form-button--custom:active::after {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
}
@media only screen and (max-width: 767.499px) {
  .news-detail .back-to-archive .form-button--custom {
    width: 100%;
    max-width: auto;
    height: 3rem;
    font-size: 1rem;
  }
}

.client-archive .container {
  max-width: 98rem;
  margin: 0 auto;
  padding: 0 1.25rem;
  position: relative;
  z-index: 1;
  margin-bottom: 7.5rem;
}
@media only screen and (max-width: 767.499px) {
  .client-archive .container {
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .client-archive .download-button .button-content {
    aspect-ratio: 1560/250;
  }
}
@media only screen and (min-width: 768px) {
  .client-archive .second-container {
    padding: 0 0 10.75rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .client-archive .second-container {
    padding: 1rem 1.25rem 5.4rem;
  }
}
.client-archive .page-header {
  text-align: center;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #e0e0e0;
}
.client-archive .page-header .page-title {
  font-size: 2.5rem;
  font-weight: 600;
  color: #363636;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767.499px) {
  .client-archive .page-header .page-title {
    font-size: 2rem;
  }
}
.client-archive .page-header .page-description {
  font-size: 1.5rem;
  font-weight: 600;
  color: #363636;
  line-height: 1.6;
}
@media only screen and (max-width: 767.499px) {
  .client-archive .page-header .page-description {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .client-archive .filter-dropdowns {
    width: 100% !important;
  }
}
.client-archive .client-filter-section {
  padding: 7.2rem 0 1.5rem;
  border-radius: 0.5rem;
  margin-bottom: 3rem;
  text-align: left;
}
.client-archive .client-filter-section .filter-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2.2rem;
}
@media only screen and (max-width: 767.499px) {
  .client-archive .client-filter-section .filter-controls {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.25rem;
  }
}
.client-archive .client-filter-section .filter-controls .filter-dropdowns .filter-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media only screen and (max-width: 767.499px) {
  .client-archive .client-filter-section .filter-controls .filter-dropdowns .filter-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
  }
}
.client-archive .client-filter-section .filter-controls .filter-dropdowns .filter-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}
@media only screen and (max-width: 767.499px) {
  .client-archive .client-filter-section .filter-controls .filter-dropdowns .filter-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0.5rem;
  }
}
.client-archive .client-filter-section .filter-controls .filter-dropdowns .filter-label {
  font-size: 1.5rem;
  font-weight: 700;
  color: #363636;
  display: inline-block;
  width: 13rem;
  padding-left: 0.2rem;
}
@media only screen and (max-width: 767.499px) {
  .client-archive .client-filter-section .filter-controls .filter-dropdowns .filter-label {
    width: auto;
    font-size: 1.125rem;
    line-height: 1.444;
  }
}
.client-archive .client-filter-section .filter-controls .filter-dropdowns .filter-separator {
  width: 1px;
  height: 3.125rem;
  background-color: #d0d0d0;
}
@media only screen and (max-width: 767.499px) {
  .client-archive .client-filter-section .filter-controls .filter-dropdowns .filter-separator {
    display: none;
  }
}
.client-archive .client-filter-section .filter-controls .filter-dropdowns .filter-select {
  background: #F4F4F4 url("../../img/single/drop-down-icon.svg") no-repeat right 1.25rem center;
  background-size: 0.5rem 0.375rem;
  border-radius: 0.5rem;
  padding: 0.75rem 2.5rem 0.75rem 1rem;
  font-size: 1.125rem;
  color: var(--text-color);
  min-width: 20rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin-left: 2.2rem;
  border-radius: 0.25rem;
}
.client-archive .client-filter-section .filter-controls .filter-dropdowns .filter-select.placeholder {
  color: #7d7b81;
}
.client-archive .client-filter-section .filter-controls .filter-dropdowns .filter-select option[value=""] {
  color: #B5B5B5;
}
.client-archive .client-filter-section .filter-controls .filter-dropdowns .filter-select.second {
  margin-left: 0.5rem;
}
@media only screen and (max-width: 767.499px) {
  .client-archive .client-filter-section .filter-controls .filter-dropdowns .filter-select.second {
    margin-left: 0.1rem;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .client-archive .client-filter-section .filter-controls .filter-dropdowns .filter-select {
    min-width: 100%;
    width: 100%;
    font-size: 1rem;
    margin-left: 0;
    padding: 0.5rem 2.5rem 0.5rem 1.2rem;
    background-position: right 1rem center;
    margin-left: 0.1rem;
  }
}
.client-archive .client-filter-section .filter-controls .filter-dropdowns .filter-select:hover {
  border-color: #FF9F00;
}
.client-archive .client-filter-section .filter-controls .filter-dropdowns .filter-select:focus {
  outline: none;
  border-color: #FF9F00;
  -webkit-box-shadow: 0 0 0 3px rgba(255, 159, 0, 0.1);
  box-shadow: 0 0 0 3px rgba(255, 159, 0, 0.1);
}
@media only screen and (max-width: 767.499px) {
  .client-archive .client-filter-section .filter-controls .filter-reset {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}
.client-archive .client-filter-section .filter-controls .filter-reset .reset-btn {
  background: #fff;
  color: #363636;
  border: 2px solid #e0e0e0;
  border-radius: 0.5rem;
  padding: 0.75rem 1.5rem;
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
}
.client-archive .client-filter-section .filter-controls .filter-reset .reset-btn:hover {
  border-color: #FF9F00;
  color: #FF9F00;
}
.client-archive .client-filter-section .filter-display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}
@media only screen and (max-width: 767.499px) {
  .client-archive .client-filter-section .filter-display {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0.75rem;
  }
}
.client-archive .client-filter-section .filter-display .display-label {
  font-size: 1.5rem;
  font-weight: 700;
  color: #363636;
  display: inline-block;
  width: 13rem;
  padding-left: 0.2rem;
}
@media only screen and (max-width: 767.499px) {
  .client-archive .client-filter-section .filter-display .display-label {
    width: auto;
    font-size: 1.125rem;
  }
}
.client-archive .client-filter-section .filter-display .filter-separator {
  width: 1px;
  height: 3.125rem;
  background-color: #d0d0d0;
}
@media only screen and (max-width: 767.499px) {
  .client-archive .client-filter-section .filter-display .filter-separator {
    display: none;
  }
}
.client-archive .client-filter-section .filter-display .display-value {
  font-size: 1.125rem;
  margin-left: 1.9rem;
}
@media only screen and (max-width: 767.499px) {
  .client-archive .client-filter-section .filter-display .display-value {
    font-size: 0.9rem;
    margin-left: 0.2rem;
  }
}
.client-archive .client-archive-layout .client-main-content {
  width: 100%;
}
.client-archive .no-clients {
  text-align: center;
  padding: 4rem 2rem;
  color: #777;
  font-size: 1.125rem;
}
@media only screen and (max-width: 767.499px) {
  .client-archive .client-archive {
    padding: 2rem 0;
  }
  .client-archive .container {
    padding: 0 1rem;
  }
  .client-archive .page-header {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
  }
  .client-archive .client-filter-section {
    padding-top: 3.5rem;
    margin-bottom: 0.5rem;
  }
  .client-archive .client-cards-grid {
    margin-bottom: 0;
  }
}

.breadcrumb-wrap {
  max-width: 98rem;
  margin: 0 auto;
  padding: 0 1.25rem;
  position: relative;
  z-index: 20;
}
@media only screen and (max-width: 767.499px) {
  .breadcrumb-wrap {
    padding: 0;
  }
}

.client-detail {
  margin-top: 8.525rem;
  padding: 3rem 0 0;
}
@media only screen and (max-width: 767.499px) {
  .client-detail {
    margin-top: 1.5rem;
  }
}
.client-detail .container {
  max-width: 56.25rem;
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767.499px) {
  .client-detail .container {
    padding: 0 1.25rem 0;
  }
}
.client-detail .second-container {
  max-width: 98rem;
  margin: 0 auto;
  padding: 0 0 11.25rem;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767.499px) {
  .client-detail .second-container {
    padding: 1rem 1.25rem 5rem;
  }
}
.client-detail .download-button-wrapper {
  margin-top: 6rem;
}
@media only screen and (max-width: 767.499px) {
  .client-detail .download-button-wrapper {
    margin-top: 0.4rem;
  }
}
.client-detail .download-button-wrapper .button-content {
  aspect-ratio: 1560/250;
  border-radius: 1.25rem;
}
@media only screen and (max-width: 767.499px) {
  .client-detail .download-button-wrapper .button-content {
    aspect-ratio: 335/250;
    border-radius: 0.625rem;
  }
}
.client-detail .client-content {
  background: #fff;
  border-radius: 0.5rem;
  padding: 4.5rem 0 0;
}
@media only screen and (max-width: 767.499px) {
  .client-detail .client-content {
    padding: 0;
  }
}
.client-detail .client-post-type .post-type-label {
  font-size: 0.875rem;
  font-weight: 500;
  min-width: 6.25rem;
  width: auto;
  height: 1.875rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 1rem;
  border: 1px solid var(--secondary-color);
  color: var(--secondary-color);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.client-detail .client-header {
  border-bottom: 1px solid #eee;
}
.client-detail .client-header .client-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2.2rem;
}
@media only screen and (max-width: 767.499px) {
  .client-detail .client-header .client-meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 2rem;
    gap: 1.25rem;
  }
}
.client-detail .client-header .client-meta-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.5rem;
}
@media only screen and (max-width: 767.499px) {
  .client-detail .client-header .client-meta-left {
    gap: 1.25rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .client-detail .client-header .client-meta-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.client-detail .client-header .client-meta-right .sns-share {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
}
.client-detail .client-header .client-meta-right .sns-buttons {
  gap: 0.5rem;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media only screen and (max-width: 767.499px) {
  .client-detail .client-header .client-meta-right .sns-buttons {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 1.25rem;
  }
}
.client-detail .client-header .client-date {
  color: var(--text-color);
  font-size: 1rem;
}
@media only screen and (max-width: 767.499px) {
  .client-detail .client-header .client-date {
    font-size: 0.75rem;
  }
}
.client-detail .client-header .client-industries {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.client-detail .client-header .client-industry {
  color: #363636;
  font-size: 1rem;
  font-weight: normal;
}
.client-detail .client-header .client-industry::before {
  content: "・";
  margin-right: 0.125rem;
}
.client-detail .client-header .client-services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.client-detail .client-header .client-service {
  color: #363636;
  font-size: 1rem;
  font-weight: normal;
}
.client-detail .client-header .client-service::before {
  content: "・";
  margin-right: 0.125rem;
}
.client-detail .client-header .client-title {
  font-size: 2.25rem;
  color: var(--text-color);
  line-height: 1.6111;
  font-weight: 700;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 767.499px) {
  .client-detail .client-header .client-title {
    margin-bottom: 1.8rem;
    font-size: 1.5rem;
    line-height: 1.666;
  }
}
.client-detail .client-header .client-details {
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.client-detail .client-header .client-details .client-detail-company {
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767.499px) {
  .client-detail .client-header .client-details .client-detail-company {
    margin-bottom: 0.6rem;
  }
}
.client-detail .client-header .client-details .client-detail-company .company-name {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--text-color);
  padding-bottom: 1.2rem;
  border-bottom: 1px solid var(--text-color);
}
@media only screen and (max-width: 767.499px) {
  .client-detail .client-header .client-details .client-detail-company .company-name {
    font-size: 1.25rem;
    padding-bottom: 1rem;
  }
}
.client-detail .client-header .client-details .client-detail-info {
  margin-bottom: 2.2rem;
}
@media only screen and (max-width: 767.499px) {
  .client-detail .client-header .client-details .client-detail-info {
    margin-bottom: 0;
  }
}
.client-detail .client-header .client-details .client-detail-info .client-detail-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.5rem;
}
.client-detail .client-header .client-details .client-detail-info .client-detail-item .detail-label {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.777;
  color: var(--text-color);
  min-width: 7.375rem;
}
@media only screen and (max-width: 767.499px) {
  .client-detail .client-header .client-details .client-detail-info .client-detail-item .detail-label {
    font-size: 1rem;
    min-width: 6.25rem;
  }
}
.client-detail .client-header .client-details .client-detail-info .client-detail-item .detail-separator {
  width: 1px;
  height: 1.625rem;
  background-color: var(--text-color);
}
@media only screen and (max-width: 767.499px) {
  .client-detail .client-header .client-details .client-detail-info .client-detail-item .detail-separator {
    height: 1.5rem;
  }
}
.client-detail .client-header .client-details .client-detail-info .client-detail-item .detail-value {
  font-size: 1.125rem;
  margin-left: 1.75rem;
  color: var(--text-color);
  font-weight: 400;
}
@media only screen and (max-width: 767.499px) {
  .client-detail .client-header .client-details .client-detail-info .client-detail-item .detail-value {
    margin-left: 1.25rem;
  }
}
.client-detail .client-header .client-details .client-detail-sections {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  margin-top: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (max-width: 767.499px) {
  .client-detail .client-header .client-details .client-detail-sections {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1.8rem;
  }
}
.client-detail .client-header .client-details .client-detail-sections .client-detail-section {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #EDEDED;
  border-radius: 0.5rem;
  overflow: hidden;
}
.client-detail .client-header .client-details .client-detail-sections .client-detail-section .section-header-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  padding: 2rem;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .client-detail .client-header .client-details .client-detail-sections .client-detail-section .section-header-single {
    padding: 1rem 1rem 0;
    gap: 0.75rem;
  }
}
.client-detail .client-header .client-details .client-detail-sections .client-detail-section .section-header-single::after {
  content: "";
  position: absolute;
  bottom: 0.75rem;
  left: 2rem;
  right: 2rem;
  height: 1px;
  background-color: #d0d0d0;
}
@media only screen and (max-width: 767.499px) {
  .client-detail .client-header .client-details .client-detail-sections .client-detail-section .section-header-single::after {
    display: none;
  }
}
.client-detail .client-header .client-details .client-detail-sections .client-detail-section .section-header-single .section-icon {
  width: 1.5rem;
}
@media only screen and (max-width: 767.499px) {
  .client-detail .client-header .client-details .client-detail-sections .client-detail-section .section-header-single .section-icon {
    width: 1.375rem;
  }
}
.client-detail .client-header .client-details .client-detail-sections .client-detail-section .section-header-single .section-title {
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--text-color);
  margin: 0;
}
@media only screen and (max-width: 767.499px) {
  .client-detail .client-header .client-details .client-detail-sections .client-detail-section .section-header-single .section-title {
    font-size: 1.125rem;
  }
}
.client-detail .client-header .client-details .client-detail-sections .client-detail-section .section-content {
  padding: 0.25rem 2rem 2rem;
  font-size: 1.125rem;
  line-height: 1.7778;
  color: var(--text-color);
}
@media only screen and (max-width: 767.499px) {
  .client-detail .client-header .client-details .client-detail-sections .client-detail-section .section-content {
    padding: 0.75rem 1rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
  }
}
.client-detail .client-header .client-details .client-detail-sections .client-detail-section.assignment-section {
  background-color: var(--bg-main);
}
.client-detail .client-header .client-details .client-detail-sections .client-detail-section.effect-section {
  background-color: var(--bg-third);
}
@media only screen and (max-width: 767.499px) {
  .client-detail .client-header .client-details {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.client-detail .client-header .client-details-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 0.5rem;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.client-detail .client-header .client-details-table .client-detail-row {
  border-bottom: 1px solid #e0e0e0;
}
.client-detail .client-header .client-details-table .client-detail-row:last-child {
  border-bottom: none;
}
.client-detail .client-header .client-details-table .client-detail-label {
  background: #f8f9fa;
  padding: 1.5rem 1rem;
  font-size: 1rem;
  font-weight: 600;
  color: #363636;
  text-align: left;
  vertical-align: top;
  width: 12rem;
  border-right: 1px solid #e0e0e0;
}
@media only screen and (max-width: 767.499px) {
  .client-detail .client-header .client-details-table .client-detail-label {
    padding: 1rem 0.75rem;
    font-size: 0.875rem;
    width: 8rem;
  }
}
.client-detail .client-header .client-details-table .client-detail-value {
  padding: 1.5rem 1rem;
  font-size: 1rem;
  line-height: 1.75;
  color: #363636;
  vertical-align: top;
}
@media only screen and (max-width: 767.499px) {
  .client-detail .client-header .client-details-table .client-detail-value {
    padding: 1rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.7;
  }
}
@media only screen and (max-width: 767.499px) {
  .client-detail .client-header .client-details-table .client-detail-row {
    display: block;
    margin-bottom: 1rem;
    border: 1px solid #e0e0e0;
    border-radius: 0.5rem;
    overflow: hidden;
  }
  .client-detail .client-header .client-details-table .client-detail-row:last-child {
    margin-bottom: 0;
  }
  .client-detail .client-header .client-details-table .client-detail-label,
  .client-detail .client-header .client-details-table .client-detail-value {
    display: block;
    width: 100%;
    border-right: none;
  }
  .client-detail .client-header .client-details-table .client-detail-label {
    border-bottom: 1px solid #e0e0e0;
    border-radius: 0;
  }
  .client-detail .client-header .client-details-table .client-detail-value {
    background: #fff;
  }
}
.client-detail .client-header .client-introduction {
  margin-top: 2rem;
  margin-bottom: 0;
  background: #fff;
  line-height: 1.75;
  color: #363636;
}
@media only screen and (max-width: 767.499px) {
  .client-detail .client-header .client-introduction {
    margin-top: 0;
    margin-bottom: 0.3rem;
    padding: 0;
    line-height: 1.5;
  }
}
.client-detail .client-header .client-introduction p {
  margin-bottom: 0;
  line-height: 1.875;
}
@media only screen and (max-width: 767.499px) {
  .client-detail .client-header .client-introduction p {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.client-detail .client-header .client-introduction p:last-child {
  margin-bottom: 0;
}
.client-detail .client-toc {
  border: 1px solid #F47A00;
  border-radius: 0.625rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  margin: 0.5rem 0 2.5rem;
}
@media only screen and (max-width: 767.499px) {
  .client-detail .client-toc {
    margin: 0 0 2rem;
  }
}
.client-detail .client-toc .client-toc-header {
  background: var(--secondary-color);
  color: #fff;
  padding: 0.625rem 2rem;
  font-size: 1.25rem;
  font-weight: bold;
}
@media only screen and (max-width: 767.499px) {
  .client-detail .client-toc .client-toc-header {
    padding: 0.35rem 1rem;
    font-size: 1.125rem;
  }
}
.client-detail .client-toc .client-toc-header .client-toc-title {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
.client-detail .client-toc .client-toc-body {
  background: #fff;
  padding: 2rem;
}
@media only screen and (max-width: 767.499px) {
  .client-detail .client-toc .client-toc-body {
    padding: 1rem;
  }
}
.client-detail .client-toc .client-toc-body .client-toc-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.client-detail .client-toc .client-toc-body .client-toc-list .client-toc-item {
  margin-bottom: 1rem;
  padding: 0;
  line-height: 1.5;
}
.client-detail .client-toc .client-toc-body .client-toc-list .client-toc-item:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767.499px) {
  .client-detail .client-toc .client-toc-body .client-toc-list .client-toc-item {
    margin-bottom: 0.75rem;
  }
}
.client-detail .client-toc .client-toc-body .client-toc-list .client-toc-item .client-toc-link {
  color: var(--text-color);
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  display: block;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media only screen and (max-width: 767.499px) {
  .client-detail .client-toc .client-toc-body .client-toc-list .client-toc-item .client-toc-link {
    font-size: 1rem;
  }
}
.client-detail .client-toc .client-toc-body .client-toc-list .client-toc-item .client-toc-link:hover {
  color: var(--secondary-color);
}
.client-detail .client-thumbnail {
  margin: 0;
  max-width: 56.25rem;
  max-height: 56.25rem;
  width: 100%;
  display: block;
  text-align: center;
  border-radius: 0.625rem;
  overflow: hidden;
  border: 1px solid #d0d0d0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767.499px) {
  .client-detail .client-thumbnail {
    margin: 1.5rem auto 0;
    max-height: 21.125rem;
  }
}
.client-detail .client-thumbnail img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  max-width: none !important;
}
.client-detail .client-footer {
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid #eee;
  font-size: 0.9rem;
  color: #777;
}
.client-detail .sns-wrap .sns-share {
  margin: 0;
  padding: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 767.499px) {
  .client-detail .sns-wrap .sns-share {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 0.5rem;
  }
}
.client-detail .sns-wrap .sns-buttons {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.client-detail .popular-cases {
  background-image: url("../../img/single/background.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: -3.75rem;
  border-radius: 3.75rem 3.75rem 0 0;
  padding: 4.5rem 0 7.5rem;
}
@media only screen and (max-width: 767.499px) {
  .client-detail .popular-cases {
    padding: 1rem 0 0;
    margin-top: -2rem;
    border-radius: 2rem 2rem 0 0;
  }
}
.client-detail .popular-cases .container {
  max-width: 98rem;
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767.499px) {
  .client-detail .popular-cases .container {
    padding: 1rem 1.25rem 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .client-detail .popular-cases .section-header {
    margin-top: 5rem !important;
    margin-bottom: 3.25rem !important;
  }
}
@media only screen and (max-width: 767.499px) {
  .client-detail .popular-cases .section-header {
    margin-top: 1rem !important;
    margin-bottom: 1.8rem;
  }
}
.client-detail .popular-cases .section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
}
@media only screen and (max-width: 767.499px) {
  .client-detail .popular-cases .section-title {
    gap: 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .client-detail .popular-cases .section-title .en {
    padding-right: 1.5rem !important;
    letter-spacing: 0.01em;
  }
}
@media only screen and (max-width: 767.499px) {
  .client-detail .popular-cases .section-title .en {
    padding-right: 0.3rem !important;
  }
}
@media only screen and (max-width: 767.499px) {
  .client-detail .popular-cases .section-title .ja {
    padding-top: 0.5rem;
  }
  .client-detail .popular-cases .section-title .ja::before {
    top: 61%;
  }
}

.popular-cases {
  background-image: url("../../img/single/background.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: -3.75rem;
  border-radius: 3.75rem 3.75rem 0 0;
  padding: 4.5rem 0 7.5rem;
}
@media only screen and (max-width: 767.499px) {
  .popular-cases {
    padding: 1rem 0 0;
    margin-top: -2rem;
    border-radius: 2rem 2rem 0 0;
  }
}
.popular-cases .container {
  max-width: 98rem;
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767.499px) {
  .popular-cases .container {
    padding: 1rem 1.25rem 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .popular-cases .section-header {
    margin-top: 5rem !important;
    margin-bottom: 3.25rem !important;
  }
}
@media only screen and (max-width: 767.499px) {
  .popular-cases .section-header {
    margin-top: 1rem !important;
    margin-bottom: 1.8rem;
  }
}
.popular-cases .section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
}
@media only screen and (max-width: 767.499px) {
  .popular-cases .section-title {
    gap: 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .popular-cases .section-title .en {
    padding-right: 1.5rem !important;
    letter-spacing: 0.01em;
  }
}
@media only screen and (max-width: 767.499px) {
  .popular-cases .section-title .en {
    padding-right: 0.3rem !important;
  }
}
@media only screen and (max-width: 767.499px) {
  .popular-cases .section-title .ja {
    padding-top: 0.5rem;
  }
  .popular-cases .section-title .ja::before {
    top: 61%;
  }
}

.contact-page {
  margin-top: 8.525rem;
  padding: 3rem 0 1.5rem;
}
@media only screen and (max-width: 767.499px) {
  .contact-page {
    margin-top: 1.5rem;
  }
}
.contact-page .breadcrumb {
  font-size: 0.875rem;
  padding-top: 5rem;
  margin: auto;
  margin-bottom: 0;
  max-width: 98rem;
}
@media only screen and (max-width: 767.499px) {
  .contact-page .breadcrumb {
    padding: 3rem 0 0 1.2rem;
  }
}
.contact-page .container {
  max-width: 58.25rem;
  margin: 0 auto;
  padding: 0 1rem;
}
.contact-page .page-header {
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #d0d0d0;
}
@media only screen and (max-width: 767.499px) {
  .contact-page .page-header {
    padding-top: 2.5rem;
  }
}
.contact-page .page-header .page-title {
  font-size: 2.25rem;
  font-weight: bold;
  margin-bottom: 1rem;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .contact-page .page-header .page-title {
    padding-top: 6rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .contact-page .page-header .page-title {
    font-size: 1.5rem;
  }
}
.contact-page .page-header .page-description {
  font-size: 1.25rem;
  line-height: 1.8;
  margin-top: 3.5rem;
}
@media only screen and (max-width: 767.499px) {
  .contact-page .page-header .page-description {
    font-size: 1rem;
    line-height: 1.5;
    text-align: left;
    margin-top: 2rem;
  }
}
.contact-page .contact-form-wrapper {
  margin: 0 auto;
  background: #fff;
  padding: 2.5rem 1rem;
}
@media only screen and (max-width: 767.499px) {
  .contact-page .contact-form-wrapper {
    padding: 0;
    margin: 0;
  }
}
@media only screen and (max-width: 767.499px) {
  .contact-page .contact-page {
    padding: 2rem 0;
  }
  .contact-page .container {
    padding: 0 1rem;
  }
}
@media only screen and (max-width: 767.499px) and (max-width: 767.499px) {
  .contact-page .container {
    padding: 0 1.25rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .contact-page .page-header {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 767.499px) and (max-width: 767.499px) {
  .contact-page .page-header {
    padding-bottom: 2rem;
    margin-bottom: 1.7rem;
  }
}

.contact-comp-page {
  margin-top: 8.525rem;
  padding: 3rem 0 1.5rem;
}
@media only screen and (max-width: 767.499px) {
  .contact-comp-page {
    margin-top: 1.5rem;
  }
}
.contact-comp-page .breadcrumb {
  font-size: 0.875rem;
  padding-top: 5rem;
  margin: auto;
  margin-bottom: 0;
  max-width: 98rem;
}
@media only screen and (max-width: 767.499px) {
  .contact-comp-page .breadcrumb {
    padding: 0 0 0 1rem;
  }
}
.contact-comp-page .container {
  max-width: 120rem;
  margin: 0 auto 2.75rem;
  padding: 0 2rem;
}
@media only screen and (max-width: 767.499px) {
  .contact-comp-page .container {
    padding: 0 1.25rem;
    margin-bottom: 2rem;
  }
}
.contact-comp-page .page-header {
  text-align: center;
  margin-bottom: 4rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #e0e0e0;
}
.contact-comp-page .page-header .page-title {
  font-size: 2.5rem;
  font-weight: 600;
  color: #363636;
  margin-bottom: 1rem;
  line-height: 1.2;
}
@media only screen and (max-width: 767.499px) {
  .contact-comp-page .page-header .page-title {
    font-size: 2rem;
  }
}
.contact-comp-page .page-header .page-title .page-title-sub {
  font-size: 1.5rem;
  font-weight: 400;
  color: #777;
  display: block;
  margin-top: 0.5rem;
}
@media only screen and (max-width: 767.499px) {
  .contact-comp-page .page-header .page-title .page-title-sub {
    font-size: 1.25rem;
  }
}
.contact-comp-page .contact-comp-wrapper {
  max-width: 97.5rem;
  margin: 0 auto;
  background: #fff;
  border-radius: 0.5rem;
}
.contact-comp-page .comp-message {
  text-align: center;
  padding-top: 6.5rem;
  padding-bottom: 3.75rem;
}
@media only screen and (max-width: 767.499px) {
  .contact-comp-page .comp-message {
    padding-top: 2.5rem;
    padding-bottom: 0;
  }
}
.contact-comp-page .comp-message .comp-title {
  font-size: 2.25rem;
  font-weight: bold;
  color: #363636;
  margin-bottom: 3.5rem;
  line-height: 1.4444;
}
@media only screen and (max-width: 767.499px) {
  .contact-comp-page .comp-message .comp-title {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
}
.contact-comp-page .comp-message .comp-description {
  font-size: 1.25rem;
  color: #777;
  line-height: 1.8;
}
@media only screen and (max-width: 767.499px) {
  .contact-comp-page .comp-message .comp-description {
    font-size: 1rem;
    line-height: 1.5;
    text-align: left;
  }
}
.contact-comp-page .comp-message .comp-description p {
  margin-bottom: 2.2rem;
}
@media only screen and (max-width: 767.499px) {
  .contact-comp-page .comp-message .comp-description p {
    margin-bottom: 1.8rem;
  }
}
.contact-comp-page .comp-message .comp-description p:last-child {
  margin-bottom: 0;
}
.contact-comp-page .download-section {
  padding: 3.75rem;
  text-align: center;
  background: #f8f8f8;
  border-radius: 1.25rem;
}
@media only screen and (max-width: 767.499px) {
  .contact-comp-page .download-section {
    padding: 1.25rem 0;
    margin-top: 2rem;
  }
}
.contact-comp-page .download-section .download-title {
  font-size: 2.25rem;
  font-weight: bold;
  color: var(--secondary-color);
  margin-bottom: 3rem;
  line-height: 1.4;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact-comp-page .download-section .download-title::before {
  content: "";
  display: inline-block;
  width: 2.4375rem;
  height: 3.25rem;
  background-image: url("../../../assets/img/page/download/dw-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 0.75rem;
}
@media only screen and (max-width: 767.499px) {
  .contact-comp-page .download-section .download-title {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    text-align: left;
  }
  .contact-comp-page .download-section .download-title::before {
    width: 1.5625rem;
    height: 2.0833rem;
    margin-right: 0.5rem;
  }
}
.contact-comp-page .download-section .download-description {
  font-size: 1.25rem;
  color: #777;
  line-height: 1.8;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767.499px) {
  .contact-comp-page .download-section .download-description {
    font-size: 1rem;
    margin-bottom: 1.5rem;
    text-align: left;
    padding: 0 1.25rem;
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .contact-comp-page .download-section .download-description.sp-space {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767.499px) {
  .contact-comp-page .download-section .download-description p {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .contact-comp-page .contact-comp-page {
    padding: 2rem 0;
  }
  .contact-comp-page .page-header {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
  }
}

.download-page {
  margin-top: 8.525rem;
  padding: 3rem 0 1.5rem;
}
@media only screen and (min-width: 768px) {
  .download-page {
    padding-bottom: 1.5rem !important;
  }
}
@media only screen and (max-width: 767.499px) {
  .download-page {
    margin-top: 1.5rem;
    padding-bottom: 1rem !important;
  }
}
.download-page .breadcrumb {
  font-size: 0.875rem;
  padding-top: 7.5rem;
  margin: auto;
  margin-bottom: -0.3rem;
  max-width: 98rem;
}
@media only screen and (max-width: 767.499px) {
  .download-page .breadcrumb {
    padding: 3rem 0 0 1.2rem;
  }
}
.download-page .container {
  max-width: 97.5rem;
  margin: 0 auto;
}
@media only screen and (max-width: 767.499px) {
  .download-page .container {
    padding: 0 1.25rem;
  }
}
.download-page .page-header {
  text-align: center;
  margin-bottom: 3.8rem;
}
.download-page .page-header .page-title {
  padding-top: 4.2rem;
  font-size: 2.25rem;
  font-weight: 700;
  color: #363636;
  margin-bottom: 1rem;
  line-height: 1.6;
  text-align: left;
}
@media only screen and (max-width: 767.499px) {
  .download-page .page-header .page-title {
    font-size: 1.5rem;
    padding-top: 2.1rem;
    margin-bottom: 0;
  }
}
.download-page .page-header .page-title .page-title-sub {
  font-size: 1.5rem;
  font-weight: 400;
  color: #777;
  display: block;
  margin-top: 0.5rem;
}
@media only screen and (max-width: 767.499px) {
  .download-page .page-header .page-title .page-title-sub {
    font-size: 1.25rem;
  }
}
.download-page .download-content {
  display: grid;
  grid-template-columns: 1fr 41.25rem;
  gap: 3.75rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (min-width: 768px) {
  .download-page .download-content {
    padding-top: 2rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .download-page .download-content {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .download-page .download-main {
    padding: 0;
    padding-bottom: 2rem;
  }
}
.download-page .download-main .download-hero {
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 767.499px) {
  .download-page .download-main .download-hero {
    margin-bottom: 2rem;
  }
}
.download-page .download-main .download-hero .hero-image {
  width: 100%;
  height: auto;
  display: block;
}
.download-page .download-main .download-info .info-box {
  background: #fff;
  border: 2px solid #F47A00;
  border-radius: 0.75rem;
  margin-bottom: 2.5rem;
  overflow: hidden;
}
@media only screen and (max-width: 767.499px) {
  .download-page .download-main .download-info .info-box {
    margin-bottom: 2rem;
  }
}
.download-page .download-main .download-info .info-box .info-title {
  font-size: 1.25rem;
  font-weight: bold;
  color: white;
  background: var(--secondary-color);
  padding: 0.625rem 2rem;
  line-height: 1.45;
}
@media only screen and (max-width: 767.499px) {
  .download-page .download-main .download-info .info-box .info-title {
    font-size: 1.125rem;
    padding: 0.4375rem 1rem;
  }
}
.download-page .download-main .download-info .info-box .info-list {
  list-style: none;
  padding: 0 1.5rem;
  margin: 0;
  counter-reset: list-counter;
}
@media only screen and (max-width: 767.499px) {
  .download-page .download-main .download-info .info-box .info-list {
    padding: 0 1rem;
  }
}
.download-page .download-main .download-info .info-box .info-list li {
  padding: 1.35rem 0;
  border-bottom: 1px solid #d0d0d0;
  position: relative;
  padding-left: 2.75rem;
  line-height: 1.6;
  font-size: 1rem;
  font-weight: bold;
  color: #363636;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767.499px) {
  .download-page .download-main .download-info .info-box .info-list li {
    padding: 1rem 0;
    padding-left: 2.75rem;
    font-size: 0.9rem;
  }
}
.download-page .download-main .download-info .info-box .info-list li:last-child {
  border-bottom: none;
}
.download-page .download-main .download-info .info-box .info-list li::before {
  font-family: "DM Sans", sans-serif;
  content: counter(list-counter);
  counter-increment: list-counter;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.75rem;
  height: 1.75rem;
  background: var(--secondary-color);
  color: white;
  border-radius: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: bold;
}
@media only screen and (max-width: 767.499px) {
  .download-page .download-main .download-info .info-box .info-list li::before {
    width: 1.75rem;
    height: 1.75rem;
    font-size: 1.25rem;
  }
}
.download-page .download-main .download-info .description-content p {
  font-size: 1rem;
  line-height: 1.875;
  color: #363636;
  margin-bottom: 1.75rem;
}
@media only screen and (max-width: 767.499px) {
  .download-page .download-main .download-info .description-content p {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
  }
}
.download-page .download-main .download-info .description-content p:last-child {
  margin-bottom: 0;
}
.download-page .download-sidebar {
  padding-top: 4rem;
}
@media only screen and (max-width: 767.499px) {
  .download-page .download-sidebar {
    margin-left: 0;
    padding-top: 0;
  }
}
.download-page .download-sidebar .contact-form-wrapper {
  background: #fff;
  border-radius: 0.75rem;
  padding: 2.5rem 2rem;
  -webkit-box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.12);
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.12);
  border: 1px solid #e8e8e8;
  position: sticky;
  top: 2rem;
}
@media only screen and (max-width: 767.499px) {
  .download-page .download-sidebar .contact-form-wrapper {
    padding: 1.5rem 1.25rem;
    position: static;
    margin: 0;
  }
}
.download-page .download-sidebar .contact-form-wrapper .wpcf7 .contact-form .form-row {
  margin-bottom: 0;
}
.download-page .download-sidebar .contact-form-wrapper .wpcf7 .contact-form .form-row .form-group {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 1.3rem;
}
@media only screen and (max-width: 767.499px) {
  .download-page .download-sidebar .contact-form-wrapper .wpcf7 .contact-form .form-row .form-group {
    gap: 0;
  }
}
.download-page .download-sidebar .contact-form-wrapper .wpcf7 .contact-form .form-row .form-group label {
  min-width: auto;
  width: 100%;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 767.499px) {
  .download-page .download-sidebar .contact-form-wrapper .wpcf7 .contact-form .form-row .form-group label {
    margin-bottom: 0.4rem;
  }
}
.download-page .download-sidebar .contact-form-wrapper .wpcf7 .contact-form .form-row .form-group .wpcf7-form-control-wrap {
  width: 100%;
}
.download-page .download-sidebar .contact-form-wrapper .wpcf7 .contact-form .form-row .form-group input[type=text],
.download-page .download-sidebar .contact-form-wrapper .wpcf7 .contact-form .form-row .form-group input[type=email],
.download-page .download-sidebar .contact-form-wrapper .wpcf7 .contact-form .form-row .form-group input[type=tel] {
  width: 100%;
  max-width: 95%;
}
.download-page .download-sidebar .contact-form-wrapper .wpcf7 .contact-form .privacy-section {
  margin: 3.5rem 0 1.5rem;
  text-align: left;
}
@media only screen and (max-width: 767.499px) {
  .download-page .download-sidebar .contact-form-wrapper .wpcf7 .contact-form .privacy-section {
    margin: 1.5rem 0 0rem;
  }
}
.download-page .download-sidebar .contact-form-wrapper .wpcf7 .contact-form .privacy-section .privacy-checkbox {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0.75rem;
  -ms-flex-direction: column;
  flex-direction: column;
}
.download-page .download-sidebar .contact-form-wrapper .wpcf7 .contact-form .privacy-section .privacy-checkbox > label {
  text-align: left;
  font-size: 1rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 767.499px) {
  .download-page .download-sidebar .contact-form-wrapper .wpcf7 .contact-form .privacy-section .privacy-checkbox > label {
    font-size: 0.875rem;
    line-height: 1.714;
    letter-spacing: 0.03em;
    text-align: center;
  }
}
@media only screen and (max-width: 767.499px) {
  .download-page .download-sidebar .contact-form-wrapper .wpcf7 .contact-form .privacy-section .privacy-checkbox span {
    height: 2.3rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .download-page .download-sidebar .contact-form-wrapper .wpcf7 .contact-form .privacy-section .privacy-checkbox {
    gap: 1rem;
    padding-top: 1rem;
    gap: 0.6rem;
  }
  .download-page .download-sidebar .contact-form-wrapper .wpcf7 .contact-form .privacy-section .privacy-checkbox::before {
    content: "";
    position: absolute;
    top: -0.135rem;
    left: 0;
    right: 0;
    height: 0.0325rem;
    background-color: #d0d0d0;
  }
}
.download-page .download-sidebar .contact-form-wrapper .wpcf7 .contact-form .form-submit {
  margin-top: 2rem;
}
@media only screen and (max-width: 767.499px) {
  .download-page .download-sidebar .contact-form-wrapper .wpcf7 .contact-form .form-submit {
    margin-top: 0;
    width: 100%;
  }
}
.download-page .download-sidebar .contact-form-wrapper .fallback-form .download-form .form-row {
  margin-bottom: 1.5rem;
}
.download-page .download-sidebar .contact-form-wrapper .fallback-form .download-form .form-row .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
}
.download-page .download-sidebar .contact-form-wrapper .fallback-form .download-form .form-row .form-group label {
  font-size: 1rem;
  font-weight: 600;
  color: #363636;
  position: relative;
}
.download-page .download-sidebar .contact-form-wrapper .fallback-form .download-form .form-row .form-group label.required::after {
  content: "必須";
  background: #ff4757;
  color: white;
  font-size: 0.75rem;
  font-weight: 500;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  margin-left: 0.75rem;
  position: relative;
  top: -0.125rem;
}
.download-page .download-sidebar .contact-form-wrapper .fallback-form .download-form .form-row .form-group input[type=text],
.download-page .download-sidebar .contact-form-wrapper .fallback-form .download-form .form-row .form-group input[type=email],
.download-page .download-sidebar .contact-form-wrapper .fallback-form .download-form .form-row .form-group input[type=tel] {
  width: 100%;
  padding: 1rem;
  border: 2px solid #e0e0e0;
  border-radius: 0.5rem;
  font-size: 1rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.download-page .download-sidebar .contact-form-wrapper .fallback-form .download-form .form-row .form-group input[type=text]:focus,
.download-page .download-sidebar .contact-form-wrapper .fallback-form .download-form .form-row .form-group input[type=email]:focus,
.download-page .download-sidebar .contact-form-wrapper .fallback-form .download-form .form-row .form-group input[type=tel]:focus {
  outline: none;
  border-color: #FF9F00;
  -webkit-box-shadow: 0 0 0 3px rgba(255, 159, 0, 0.1);
  box-shadow: 0 0 0 3px rgba(255, 159, 0, 0.1);
}
.download-page .download-sidebar .contact-form-wrapper .fallback-form .download-form .form-row .form-group input[type=text]::-webkit-input-placeholder, .download-page .download-sidebar .contact-form-wrapper .fallback-form .download-form .form-row .form-group input[type=email]::-webkit-input-placeholder, .download-page .download-sidebar .contact-form-wrapper .fallback-form .download-form .form-row .form-group input[type=tel]::-webkit-input-placeholder {
  color: #777;
  opacity: 0.7;
}
.download-page .download-sidebar .contact-form-wrapper .fallback-form .download-form .form-row .form-group input[type=text]::-moz-placeholder, .download-page .download-sidebar .contact-form-wrapper .fallback-form .download-form .form-row .form-group input[type=email]::-moz-placeholder, .download-page .download-sidebar .contact-form-wrapper .fallback-form .download-form .form-row .form-group input[type=tel]::-moz-placeholder {
  color: #777;
  opacity: 0.7;
}
.download-page .download-sidebar .contact-form-wrapper .fallback-form .download-form .form-row .form-group input[type=text]:-ms-input-placeholder, .download-page .download-sidebar .contact-form-wrapper .fallback-form .download-form .form-row .form-group input[type=email]:-ms-input-placeholder, .download-page .download-sidebar .contact-form-wrapper .fallback-form .download-form .form-row .form-group input[type=tel]:-ms-input-placeholder {
  color: #777;
  opacity: 0.7;
}
.download-page .download-sidebar .contact-form-wrapper .fallback-form .download-form .form-row .form-group input[type=text]::-ms-input-placeholder, .download-page .download-sidebar .contact-form-wrapper .fallback-form .download-form .form-row .form-group input[type=email]::-ms-input-placeholder, .download-page .download-sidebar .contact-form-wrapper .fallback-form .download-form .form-row .form-group input[type=tel]::-ms-input-placeholder {
  color: #777;
  opacity: 0.7;
}
.download-page .download-sidebar .contact-form-wrapper .fallback-form .download-form .form-row .form-group input[type=text]::placeholder,
.download-page .download-sidebar .contact-form-wrapper .fallback-form .download-form .form-row .form-group input[type=email]::placeholder,
.download-page .download-sidebar .contact-form-wrapper .fallback-form .download-form .form-row .form-group input[type=tel]::placeholder {
  color: #777;
  opacity: 0.7;
}
.download-page .download-sidebar .contact-form-wrapper .fallback-form .download-form .privacy-section {
  margin: 2rem 0 1.5rem;
  text-align: center;
}
.download-page .download-sidebar .contact-form-wrapper .fallback-form .download-form .privacy-section .privacy-text {
  font-size: 0.875rem;
  color: #777;
  margin-bottom: 1rem;
}
.download-page .download-sidebar .contact-form-wrapper .fallback-form .download-form .privacy-section .privacy-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.75rem;
}
.download-page .download-sidebar .contact-form-wrapper .fallback-form .download-form .privacy-section .privacy-checkbox input[type=checkbox] {
  width: 1.2rem;
  height: 1.2rem;
}
.download-page .download-sidebar .contact-form-wrapper .fallback-form .download-form .privacy-section .privacy-checkbox label {
  font-size: 1rem;
  color: #363636;
  cursor: pointer;
}
.download-page .download-sidebar .contact-form-wrapper .fallback-form .download-form .form-submit {
  text-align: center;
  margin-top: 2rem;
}
.download-page .download-sidebar .contact-form-wrapper .fallback-form .download-form .form-submit .submit-btn {
  background: #FF9F00;
  color: white;
  padding: 1.25rem 2rem;
  border: none;
  border-radius: 0.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
}
@media (hover: hover) {
  .download-page .download-sidebar .contact-form-wrapper .fallback-form .download-form .form-submit .submit-btn:hover {
    background: rgb(204, 127.2, 0);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0 4px 12px rgba(255, 159, 0, 0.3);
    box-shadow: 0 4px 12px rgba(255, 159, 0, 0.3);
  }
}
@media (hover: none) {
  .download-page .download-sidebar .contact-form-wrapper .fallback-form .download-form .form-submit .submit-btn:active {
    background: rgb(204, 127.2, 0);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0 4px 12px rgba(255, 159, 0, 0.3);
    box-shadow: 0 4px 12px rgba(255, 159, 0, 0.3);
  }
}
.download-page .download-sidebar .contact-form-wrapper .fallback-form .download-form .form-submit .submit-btn:active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (max-width: 767.499px) {
  .download-page .download-page {
    padding: 2rem 0;
  }
  .download-page .page-header {
    margin-bottom: 2rem;
    padding-bottom: 0;
  }
  .download-page .download-content {
    gap: 0;
  }
}

.download-comp-page {
  margin-top: 8.525rem;
  padding: 3rem 0 1.5rem;
}
@media only screen and (max-width: 767.499px) {
  .download-comp-page {
    margin-top: 1.5rem;
  }
}
.download-comp-page .breadcrumb {
  font-size: 0.875rem;
  padding-top: 5rem;
  margin: auto;
  margin-bottom: -0.3rem;
  max-width: 98rem;
}
@media only screen and (max-width: 767.499px) {
  .download-comp-page .breadcrumb {
    padding: 0 0 0 1rem;
    margin-bottom: 0;
  }
}
.download-comp-page .container {
  max-width: 120rem;
  margin: 0 auto 2.75rem;
  padding: 0 2rem;
}
@media only screen and (max-width: 767.499px) {
  .download-comp-page .container {
    margin-bottom: 2.4rem;
  }
}
.download-comp-page .download-comp-wrapper {
  max-width: 97.5rem;
  margin: 0 auto;
  background: #fff;
  border-radius: 0.5rem;
}
.download-comp-page .comp-message {
  text-align: center;
  padding-top: 6.5rem;
  padding-bottom: 3.75rem;
}
@media only screen and (max-width: 767.499px) {
  .download-comp-page .comp-message {
    padding-top: 2.25rem;
  }
}
.download-comp-page .comp-message .comp-title {
  font-size: 2.25rem;
  font-weight: bold;
  color: #363636;
  margin-bottom: 3.5rem;
  line-height: 1.4444;
}
@media only screen and (max-width: 767.499px) {
  .download-comp-page .comp-message .comp-title {
    font-size: 1.5rem;
    margin-bottom: 1.9rem;
    text-align: left;
    line-height: 1.67;
  }
}
.download-comp-page .comp-message .comp-description {
  font-size: 1.25rem;
  color: #777;
  line-height: 1.8;
}
@media only screen and (max-width: 767.499px) {
  .download-comp-page .comp-message .comp-description {
    font-size: 1rem;
    line-height: 1.5;
    text-align: left;
  }
}
.download-comp-page .comp-message .comp-description p {
  margin-bottom: 2.2rem;
}
@media only screen and (max-width: 767.499px) {
  .download-comp-page .comp-message .comp-description p {
    margin-bottom: 1.5rem;
  }
}
.download-comp-page .comp-message .comp-description p:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .download-comp-page .comp-message .comp-description p.sp-space {
    margin-bottom: 0;
  }
}
.download-comp-page .meeting-section {
  padding: 3.75rem;
  text-align: center;
  background: #f8f8f8;
  border-radius: 1.25rem;
}
@media only screen and (max-width: 767.499px) {
  .download-comp-page .meeting-section {
    padding: 2rem 0;
    border-radius: 0.625rem;
  }
}
.download-comp-page .meeting-section .meeting-title {
  font-size: 2.25rem;
  font-weight: bold;
  color: var(--secondary-color);
  margin-bottom: 3rem;
  line-height: 1.4;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.download-comp-page .meeting-section .meeting-title::before {
  content: "";
  display: inline-block;
  width: 3.25rem;
  height: 3.25rem;
  background-image: url("../../../assets/img/page/download/dw2-speech-bubble.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 0.75rem;
}
@media only screen and (max-width: 767.499px) {
  .download-comp-page .meeting-section .meeting-title {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
    text-align: left;
  }
  .download-comp-page .meeting-section .meeting-title::before {
    width: 1.5625rem;
    height: 2.0833rem;
    margin-right: 0.5rem;
  }
}
.download-comp-page .meeting-section .meeting-description {
  font-size: 1.25rem;
  color: #777;
  line-height: 1.8;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767.499px) {
  .download-comp-page .meeting-section .meeting-description {
    font-size: 1rem;
    margin-bottom: 0;
    padding: 0 1.25rem;
    text-align: left;
    line-height: 1.5;
  }
}
.download-comp-page .meeting-section .meeting-description p {
  margin-bottom: 1.875rem;
}
@media only screen and (max-width: 767.499px) {
  .download-comp-page .meeting-section .meeting-description p {
    margin-bottom: 1.5rem;
  }
}
.download-comp-page .meeting-button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 80rem;
  margin: auto;
  padding-top: 0.5rem;
}
@media only screen and (max-width: 767.499px) {
  .download-comp-page .meeting-button-wrapper {
    padding: 0 0.3rem;
  }
}
.download-comp-page .meeting-button-wrapper img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767.499px) {
  .download-comp-page .download-comp-page {
    padding: 2rem 0;
  }
  .download-comp-page .container {
    padding: 0 1.25rem;
  }
  .download-comp-page .page-header {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
  }
  .download-comp-page .comp-message {
    margin-bottom: 1rem;
    padding-bottom: 0;
  }
}

.company-page .container {
  max-width: 98rem;
  margin: 0 auto;
  padding: 0 1.25rem;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767.499px) {
  .company-page .container {
    padding: 0 1.25rem;
  }
}
.company-page .message-section .section-header,
.company-page .company-info-section .section-header,
.company-page .access-section .section-header,
.company-page .client-section .section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 2.75rem;
}
@media only screen and (max-width: 767.499px) {
  .company-page .message-section .section-header,
  .company-page .company-info-section .section-header,
  .company-page .access-section .section-header,
  .company-page .client-section .section-header {
    margin-bottom: 1.2rem;
    gap: 0.75rem;
  }
}
.company-page .message-section .section-header .section-icon,
.company-page .company-info-section .section-header .section-icon,
.company-page .access-section .section-header .section-icon,
.company-page .client-section .section-header .section-icon {
  display: block;
  width: 1.75rem;
  height: 4.2rem;
  color: var(--secondary-color);
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 1;
}
@media only screen and (max-width: 767.499px) {
  .company-page .message-section .section-header .section-icon,
  .company-page .company-info-section .section-header .section-icon,
  .company-page .access-section .section-header .section-icon,
  .company-page .client-section .section-header .section-icon {
    width: 1rem;
    height: 3rem;
    font-size: 1.5rem;
    margin-top: -0.5rem;
  }
}
.company-page .message-section .section-header .section-title,
.company-page .company-info-section .section-header .section-title,
.company-page .access-section .section-header .section-title,
.company-page .client-section .section-header .section-title {
  font-size: 2.875rem;
  font-weight: 900;
  line-height: 2.2;
  margin: 0;
  letter-spacing: 0.025em;
}
@media only screen and (max-width: 767.499px) {
  .company-page .message-section .section-header .section-title,
  .company-page .company-info-section .section-header .section-title,
  .company-page .access-section .section-header .section-title,
  .company-page .client-section .section-header .section-title {
    font-size: 2rem;
    letter-spacing: 0;
  }
}
.company-page .message-section .section-header .section-title.second,
.company-page .company-info-section .section-header .section-title.second,
.company-page .access-section .section-header .section-title.second,
.company-page .client-section .section-header .section-title.second {
  letter-spacing: 0.06em;
}
.company-page .message-section .title-wrap,
.company-page .company-info-section .title-wrap,
.company-page .access-section .title-wrap,
.company-page .client-section .title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 767.499px) {
  .company-page .message-section .title-wrap,
  .company-page .company-info-section .title-wrap,
  .company-page .access-section .title-wrap,
  .company-page .client-section .title-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.company-page .mission-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  gap: 4rem;
  padding: 3rem 0 4rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  align-items: flex-start;
}
@media only screen and (max-width: 767.499px) {
  .company-page .mission-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.3rem;
    padding: 2.5rem 1.25rem 2rem;
  }
}
.company-page .mission-left .mission-text-area {
  padding-top: 1.5rem;
  width: 54rem;
}
@media only screen and (max-width: 767.499px) {
  .company-page .mission-left .mission-text-area {
    padding-top: 0;
    width: auto;
  }
}
.company-page .mission-left .mission-text-area .mission-main {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 1.2rem;
}
@media only screen and (max-width: 767.499px) {
  .company-page .mission-left .mission-text-area .mission-main {
    font-size: 1.5rem;
    margin-bottom: 0.875rem;
  }
}
.company-page .mission-left .mission-text-area .mission-main .highlight {
  color: var(--secondary-color);
}
.company-page .mission-left .mission-text-area .mission-en {
  font-size: 1.75rem;
  font-weight: 900;
  color: var(--secondary-color);
  margin-bottom: 1.5rem;
  letter-spacing: 0.02em;
}
.company-page .mission-left .mission-text-area .mission-en span {
  color: var(--text-color);
}
@media only screen and (max-width: 767.499px) {
  .company-page .mission-left .mission-text-area .mission-en {
    font-size: 1.4rem;
    margin-bottom: 0.9rem;
  }
}
.company-page .mission-left .mission-text-area .mission-description {
  font-size: 1.5rem;
  line-height: 1.6;
}
@media only screen and (max-width: 767.499px) {
  .company-page .mission-left .mission-text-area .mission-description {
    font-size: 1.125rem;
  }
  .company-page .mission-left .mission-text-area .mission-description br {
    display: none;
  }
}
.company-page .mission-section {
  background: white;
  border-radius: 3.75rem;
  overflow: hidden;
  position: relative;
  padding-bottom: 7.5rem;
}
@media only screen and (max-width: 767.499px) {
  .company-page .mission-section {
    border-radius: 0;
    padding-bottom: 0;
  }
}
.company-page .mission-section .section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 767.499px) {
  .company-page .mission-section .section-header {
    margin-bottom: 0;
    gap: 1rem;
  }
}
.company-page .mission-section .section-header .section-icon {
  display: block;
  width: 1.75rem;
  height: 4.2rem;
  color: var(--secondary-color);
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 1;
}
@media only screen and (max-width: 767.499px) {
  .company-page .mission-section .section-header .section-icon {
    width: 1rem;
    height: 3rem;
    font-size: 1.5rem;
  }
}
.company-page .mission-section .section-header .section-title {
  font-size: 2.875rem;
  font-weight: 900;
  line-height: 2.2;
  margin: 0;
}
@media only screen and (max-width: 767.499px) {
  .company-page .mission-section .section-header .section-title {
    font-size: 2rem;
  }
}
.company-page .mission-section .mission-wrapper {
  width: 100%;
  max-width: 98rem;
  margin: 0 auto;
}
@media only screen and (max-width: 767.499px) {
  .company-page .mission-section .mission-content {
    grid-template-columns: 1fr;
    min-height: auto;
  }
}
.company-page .mission-section .mission-content .mission-image {
  position: relative;
  height: 100%;
  max-width: 97.5rem;
  margin: auto;
}
@media only screen and (max-width: 767.499px) {
  .company-page .mission-section .mission-content .mission-image {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    max-width: none;
  }
}
.company-page .mission-section .mission-content .mission-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.company-page .message-section {
  padding: 5.3rem 0 7.75rem;
  background-color: #FFFBE6;
  background-image: url("../../img/page/company/massege-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.company-page .message-section .section-header {
  padding-top: 0.5rem;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767.499px) {
  .company-page .message-section .section-header {
    margin-bottom: 2.5rem;
    gap: 1rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .company-page .message-section {
    padding: 1.8rem 0 3.25rem;
  }
}
.company-page .message-section .message-lead {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.555;
  padding: 2rem 2.2rem 0 0;
}
@media only screen and (max-width: 767.499px) {
  .company-page .message-section .message-lead {
    font-size: 1.5rem;
    margin-bottom: 0;
    padding: 0;
    line-height: 1.5;
  }
}
.company-page .message-section .message-content .message-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10.5rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 767.499px) {
  .company-page .message-section .message-content .message-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
  }
}
.company-page .message-section .message-content .message-layout .ceo-image {
  text-align: center;
  margin-top: -1.5rem;
  width: 33.75rem;
}
@media only screen and (max-width: 767.499px) {
  .company-page .message-section .message-content .message-layout .ceo-image {
    width: auto;
  }
}
.company-page .message-section .message-content .message-layout .ceo-image img {
  width: 100%;
  height: auto;
  border-radius: 1rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767.499px) {
  .company-page .message-section .message-content .message-layout .ceo-image img {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
.company-page .message-section .message-content .message-layout .ceo-image .ceo-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
}
@media only screen and (max-width: 767.499px) {
  .company-page .message-section .message-content .message-layout .ceo-image .ceo-info {
    gap: 1.5rem;
  }
}
.company-page .message-section .message-content .message-layout .ceo-image .ceo-info .ceo-position {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 767.499px) {
  .company-page .message-section .message-content .message-layout .ceo-image .ceo-info .ceo-position {
    font-size: 0.875rem;
  }
}
.company-page .message-section .message-content .message-layout .ceo-image .ceo-info .ceo-name-image {
  font-size: 2.2rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767.499px) {
  .company-page .message-section .message-content .message-layout .ceo-image .ceo-info .ceo-name-image {
    font-size: 1.5rem;
  }
}
.company-page .message-section .message-content .message-layout .message-text-area {
  width: 53rem;
}
@media only screen and (max-width: 767.499px) {
  .company-page .message-section .message-content .message-layout .message-text-area {
    width: 100%;
  }
}
.company-page .message-section .message-content .message-layout .message-text-area .message-body p {
  font-size: 1.25rem;
  line-height: 1.83;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767.499px) {
  .company-page .message-section .message-content .message-layout .message-text-area .message-body p {
    font-size: 1rem;
    margin-bottom: 1.5rem;
    line-height: 1.5;
  }
}
.company-page .message-section .message-content .message-layout .message-text-area .message-body p:last-child {
  margin-bottom: 0;
}
.company-page .message-section .message-content .message-layout .message-text-area .team-link {
  margin-top: 3rem;
}
@media only screen and (max-width: 767.499px) {
  .company-page .message-section .message-content .message-layout .message-text-area .team-link {
    margin-top: 2rem;
    text-align: center;
  }
}
.company-page .company-info-section {
  padding: 6rem 0 7.75rem;
  background-color: var(--bg-secondary);
}
@media only screen and (max-width: 767.499px) {
  .company-page .company-info-section {
    padding: 2rem 0 3.25rem;
  }
}
.company-page .company-info-section .company-info-content .info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media only screen and (max-width: 767.499px) {
  .company-page .company-info-section .company-info-content .info-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.company-page .company-info-section .company-info-content .info-grid .info-cell {
  background: var(--bg-secondary);
  overflow: hidden;
}
.company-page .company-info-section .company-info-content .info-grid .info-cell.full-width {
  grid-column: 1/-1;
}
.company-page .company-info-section .company-info-content .info-grid .info-cell.half-width {
  width: 100%;
}
.company-page .company-info-section .company-info-content .info-grid .info-cell .cell-content .cell-header {
  padding: 0 0.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: left;
}
@media only screen and (max-width: 767.499px) {
  .company-page .company-info-section .company-info-content .info-grid .info-cell .cell-content .cell-header {
    padding: 0;
    font-size: 0.9rem;
  }
}
.company-page .company-info-section .company-info-content .info-grid .info-cell .cell-content .cell-data {
  padding: 1rem 0.5rem;
  font-size: 1.125rem;
  border-bottom: 1px solid #D0D0D0;
}
@media only screen and (max-width: 767.499px) {
  .company-page .company-info-section .company-info-content .info-grid .info-cell .cell-content .cell-data {
    padding: 0.75rem 0;
    font-size: 0.875rem;
  }
}
.company-page .company-info-section .company-info-content .info-grid .info-cell.full-width .cell-content .cell-data {
  font-size: 1.125rem;
}
@media only screen and (max-width: 767.499px) {
  .company-page .company-info-section .company-info-content .info-grid .info-cell.full-width .cell-content .cell-data {
    font-size: 0.875rem;
    line-height: 1.714;
  }
}
.company-page .company-info-section .company-info-content .info-grid .info-cell-row-mobile {
  display: contents;
}
@media only screen and (max-width: 767.499px) {
  .company-page .company-info-section .company-info-content .info-grid .info-cell-row-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    grid-column: 1/-1;
  }
}
.company-page .access-section {
  padding: 6rem 0 7.75rem;
  background: white;
}
@media only screen and (max-width: 767.499px) {
  .company-page .access-section {
    padding: 2rem 0 4rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .company-page .access-section .section-header {
    margin-bottom: 0;
  }
}
.company-page .access-section .mission-left.second {
  padding: 0;
}
@media only screen and (max-width: 767.499px) {
  .company-page .access-section .mission-left.second {
    gap: 0;
  }
}
.company-page .access-section .mission-left.second.child {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
}
@media only screen and (max-width: 767.499px) {
  .company-page .access-section .mission-left.second.child {
    width: 100%;
    gap: 1.75rem;
  }
}
.company-page .access-section .mission-left.second.child .access-address {
  font-size: 1.5rem;
  padding-right: 0.3rem;
  padding-top: 1.5rem;
  margin: 0;
}
@media only screen and (max-width: 767.499px) {
  .company-page .access-section .mission-left.second.child .access-address {
    font-size: 1.125rem;
    text-align: left;
    padding-right: 0;
    line-height: 1.666;
    padding-top: 1.25rem;
  }
}
.company-page .access-section .mission-left.second.child .map-link {
  margin-left: auto;
  padding-top: 1rem;
}
@media only screen and (max-width: 767.499px) {
  .company-page .access-section .mission-left.second.child .map-link {
    margin: auto;
    padding: 0;
    width: 100%;
  }
}
.company-page .access-section .access-content .access-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 4rem;
  padding: 0 2rem;
}
@media only screen and (max-width: 767.499px) {
  .company-page .access-section .access-content .access-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 2rem;
    padding: 0;
  }
}
.company-page .access-section .access-content .access-map {
  width: 100%;
  height: 34.375rem;
  border-radius: 1rem;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767.499px) {
  .company-page .access-section .access-content .access-map {
    height: 350px;
  }
}
.company-page .access-section .access-content .access-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.company-page .client-section {
  padding: 5.3rem 0 7.75rem;
  background-color: var(--bg-secondary);
}
@media only screen and (max-width: 767.499px) {
  .company-page .client-section {
    padding: 2rem 0 3.25rem;
  }
}
.company-page .client-section .client-content {
  width: 97.5rem;
  height: auto;
}
@media only screen and (max-width: 767.499px) {
  .company-page .client-section .client-content {
    width: auto;
    height: auto;
  }
}
.company-page .client-section .client-content .client-grid {
  background-color: var(--bg-secondary);
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
@media only screen and (max-width: 767.499px) {
  .company-page .client-section .client-content .client-grid {
    width: auto;
    height: auto;
  }
}
.company-page .client-section .client-content .client-grid .client-layout-pc {
  aspect-ratio: 1560/504;
  height: auto;
}
@media only screen and (max-width: 767.499px) {
  .company-page .client-section .client-content .client-grid .client-layout-pc {
    display: none;
  }
}
.company-page .client-section .client-content .client-grid .client-layout-pc .client-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3rem;
  margin-bottom: 7rem;
}
.company-page .client-section .client-content .client-grid .client-layout-pc .client-row:nth-child(2) {
  margin-bottom: 5rem;
}
.company-page .client-section .client-content .client-grid .client-layout-pc .client-row:last-child {
  margin-bottom: 0;
}
.company-page .client-section .client-content .client-grid .client-layout-pc .client-item {
  display: inline-block;
  text-align: center;
}
.company-page .client-section .client-content .client-grid .client-layout-pc .client-item.lifenet-logo img {
  max-height: 10rem !important;
}
.company-page .client-section .client-content .client-grid .client-layout-pc .client-item a {
  display: inline-block;
  cursor: pointer;
}
.company-page .client-section .client-content .client-grid .client-layout-pc .client-item a:hover {
  cursor: pointer;
}
.company-page .client-section .client-content .client-grid .client-layout-pc .client-item img {
  height: auto;
  max-height: 5.5rem;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.company-page .client-section .client-content .client-grid .client-layout-mobile {
  display: none;
}
@media only screen and (max-width: 767.499px) {
  .company-page .client-section .client-content .client-grid .client-layout-mobile {
    display: block;
  }
}
.company-page .client-section .client-content .client-grid .client-layout-mobile .client-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
  margin-bottom: 2rem;
}
.company-page .client-section .client-content .client-grid .client-layout-mobile .client-row:last-child {
  margin-bottom: 0;
}
.company-page .client-section .client-content .client-grid .client-layout-mobile .client-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 3rem;
}
.company-page .client-section .client-content .client-grid .client-layout-mobile .client-item.lifenet-logo img {
  max-height: 4rem !important;
}
@media only screen and (max-width: 767.499px) {
  .company-page .client-section .client-content .client-grid .client-layout-mobile .client-item.lifenet-logo img {
    max-height: 2.25rem;
  }
}
.company-page .client-section .client-content .client-grid .client-layout-mobile .client-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.company-page .client-section .client-content .client-grid .client-layout-mobile .client-item a:hover {
  cursor: pointer;
}
.company-page .client-section .client-content .client-grid .client-layout-mobile .client-item img {
  height: auto;
  max-height: 2rem;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.company-page .form-button--custom {
  width: 20rem;
  height: 3.75rem;
  font-size: 1.125rem;
  background: #fff;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767.499px) {
  .company-page .form-button--custom::after {
    right: 1.25rem;
    width: 1.25rem;
    height: 1rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .company-page .form-button--custom {
    width: 100%;
    height: 3.125rem;
    font-size: 1rem;
  }
}
@media (hover: hover) {
  .company-page .form-button--custom:hover {
    background-color: var(--text-color);
    color: #fff;
  }
}
@media (hover: none) {
  .company-page .form-button--custom:active {
    background-color: var(--text-color);
    color: #fff;
  }
}

.privacy-page {
  padding-bottom: 3rem;
}
@media only screen and (max-width: 767.499px) {
  .privacy-page {
    padding-bottom: 3.25rem;
  }
}
.privacy-page .container {
  max-width: 98rem;
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767.499px) {
  .privacy-page .container {
    padding: 0 1.25rem;
  }
}
.privacy-page .privacy-header {
  padding: 5rem 0 4rem;
  text-align: left;
}
@media only screen and (max-width: 767.499px) {
  .privacy-page .privacy-header {
    padding: 3rem 0 2rem;
  }
}
.privacy-page .privacy-header .section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767.499px) {
  .privacy-page .privacy-header .section-header {
    margin-bottom: 0.75rem;
    gap: 0.75rem;
  }
}
.privacy-page .privacy-header .section-header .section-icon {
  display: block;
  width: 1.75rem;
  height: 4.2rem;
  color: var(--secondary-color);
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 1;
}
@media only screen and (max-width: 767.499px) {
  .privacy-page .privacy-header .section-header .section-icon {
    width: 1rem;
    height: 3rem;
    font-size: 1.5rem;
  }
}
.privacy-page .privacy-header .section-header .section-title {
  font-size: 2.875rem;
  font-weight: 900;
  line-height: 2.2;
  margin: 0;
  letter-spacing: 0.025em;
}
@media only screen and (max-width: 767.499px) {
  .privacy-page .privacy-header .section-header .section-title {
    font-size: 2rem;
  }
}
.privacy-page .privacy-header .privacy-subtitle {
  font-size: 1.25rem;
  color: var(--text-secondary);
  margin: 0;
  margin-left: 2.5rem;
}
@media only screen and (max-width: 767.499px) {
  .privacy-page .privacy-header .privacy-subtitle {
    font-size: 1rem;
    margin-left: 1.75rem;
  }
}
.privacy-page .privacy-content {
  background: white;
  border-radius: 1.5rem;
  padding: 4rem 0 3.5rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767.499px) {
  .privacy-page .privacy-content .on-list-p {
    margin-bottom: 1rem !important;
  }
}
@media only screen and (max-width: 767.499px) {
  .privacy-page .privacy-content {
    padding: 3.5rem 0 0;
    margin-bottom: 0;
  }
}
.privacy-page .privacy-content .privacy-intro {
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 767.499px) {
  .privacy-page .privacy-content .privacy-intro {
    margin-bottom: 2rem;
  }
}
.privacy-page .privacy-content .privacy-intro p {
  font-size: 1rem;
  line-height: 1.875;
  margin: 0;
}
@media only screen and (max-width: 767.499px) {
  .privacy-page .privacy-content .privacy-intro p {
    font-size: 0.875rem;
    line-height: 1.56;
  }
}
.privacy-page .privacy-content .privacy-section {
  margin-bottom: 2.5rem;
}
.privacy-page .privacy-content .privacy-section.on-list {
  margin-bottom: 2rem;
}
.privacy-page .privacy-content .privacy-section.last {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767.499px) {
  .privacy-page .privacy-content .privacy-section {
    margin-bottom: 2rem;
  }
}
.privacy-page .privacy-content .privacy-section:last-child {
  margin-bottom: 0;
}
.privacy-page .privacy-content .privacy-section .privacy-section-title {
  font-size: 1.375rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767.499px) {
  .privacy-page .privacy-content .privacy-section .privacy-section-title {
    font-size: 1.125rem;
    margin-bottom: 1rem;
  }
}
.privacy-page .privacy-content .privacy-section p {
  font-size: 1rem;
  line-height: 1.875;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767.499px) {
  .privacy-page .privacy-content .privacy-section p {
    font-size: 0.875rem;
    line-height: 1.56;
  }
}
.privacy-page .privacy-content .privacy-section p:last-child {
  margin-bottom: 0;
}
.privacy-page .privacy-content .privacy-section .privacy-list {
  list-style: none;
  padding: 0;
  margin: 1.1rem 0;
}
.privacy-page .privacy-content .privacy-section .privacy-list.on-ul {
  margin-top: 0;
}
.privacy-page .privacy-content .privacy-section .privacy-list.on-p {
  margin-bottom: 2rem;
}
.privacy-page .privacy-content .privacy-section .privacy-list .under-ol {
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767.499px) {
  .privacy-page .privacy-content .privacy-section .privacy-list {
    margin: 1rem 0;
  }
}
.privacy-page .privacy-content .privacy-section .privacy-list li {
  font-size: 1rem;
  line-height: 1.875;
  padding-left: 1.5rem;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .privacy-page .privacy-content .privacy-section .privacy-list li {
    font-size: 0.875rem;
    line-height: 1.56;
    padding-left: 1.25rem;
  }
}
.privacy-page .privacy-content .privacy-section .privacy-list li::before {
  content: counter(item) ".";
  counter-increment: item;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 600;
}
.privacy-page .privacy-content .privacy-section .privacy-list li:last-child {
  margin-bottom: 0;
}
.privacy-page .privacy-content .privacy-section .privacy-list.privacy-sub-list {
  margin: 0.75rem 0 0 1rem;
}
@media only screen and (max-width: 767.499px) {
  .privacy-page .privacy-content .privacy-section .privacy-list.privacy-sub-list {
    margin: 0.5rem 0 0 0.75rem;
  }
}
.privacy-page .privacy-content .privacy-section .privacy-list.privacy-sub-list li::before {
  content: "・";
  counter-increment: none;
}
.privacy-page .privacy-content .privacy-section ol.privacy-list {
  counter-reset: item;
}
.privacy-page .privacy-content .privacy-section ul.privacy-list li::before {
  content: "・";
  counter-increment: none;
}
.privacy-page .privacy-content .privacy-section .contact-info {
  margin-top: 1rem;
}
.privacy-page .privacy-content .privacy-section .contact-info p {
  margin-bottom: 0;
}
.privacy-page .privacy-content .privacy-section .contact-info p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767.499px) {
  .privacy-page .privacy-content .privacy-section .policy-date {
    font-size: 0.875rem;
    margin-top: 1.56rem;
  }
}

.member-page .container {
  max-width: 98rem;
  margin: 0 auto;
  padding: 0 1.25rem;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767.499px) {
  .member-page .container {
    padding: 0 1.25rem;
  }
}
.member-page .section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.75rem;
}
@media only screen and (max-width: 767.499px) {
  .member-page .section-header {
    gap: 0.75rem;
  }
}
.member-page .section-header .section-icon {
  display: block;
  width: 1.75rem;
  height: 4.2rem;
  color: var(--secondary-color);
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 1;
}
@media only screen and (max-width: 767.499px) {
  .member-page .section-header .section-icon {
    width: 1rem;
    height: 3rem;
    font-size: 1.5rem;
  }
}
.member-page .section-header .section-title {
  font-size: 2.875rem;
  font-weight: 900;
  line-height: 2.2;
  margin: 0;
  letter-spacing: 0.025em;
}
@media only screen and (max-width: 767.499px) {
  .member-page .section-header .section-title {
    font-size: 2rem;
  }
}
.member-page .member-section {
  background: white;
  border-radius: 3.75rem;
  overflow: hidden;
  position: relative;
  padding: 2rem 0 7.5rem;
  /*後ほど削除するボタン*/
  /*後ほど削除するボタンここまで*/
}
@media only screen and (max-width: 767.499px) {
  .member-page .member-section {
    border-radius: 2rem;
    padding: 1.5rem 0 3rem;
  }
}
.member-page .member-section .team-link {
  text-align: center;
  padding-top: 4rem;
}
@media only screen and (max-width: 767.499px) {
  .member-page .member-section .team-link {
    padding-top: 2rem;
  }
}
.member-page .member-section .team-link .form-button--custom {
  width: 20rem;
  height: 3.75rem;
  font-size: 1.125rem;
  background: #fff;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 0.625rem;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767.499px) {
  .member-page .member-section .team-link .form-button--custom::after {
    right: 1.25rem;
    width: 1.25rem;
    height: 1rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .member-page .member-section .team-link .form-button--custom {
    width: 100%;
    height: 3.125rem;
    font-size: 1rem;
    margin-top: 2rem;
  }
}
@media (hover: hover) {
  .member-page .member-section .team-link .form-button--custom:hover {
    background-color: var(--text-color);
    color: #fff;
  }
}
@media (hover: none) {
  .member-page .member-section .team-link .form-button--custom:active {
    background-color: var(--text-color);
    color: #fff;
  }
}
.member-page .member-section .member-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2.5rem;
  padding-top: 1rem;
}
@media only screen and (max-width: 767.499px) {
  .member-page .member-section .member-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 1.3rem;
    margin-bottom: 2rem;
  }
}
.member-page .member-section .member-badge {
  background: #fff;
  color: var(--secondary-color);
  width: 45.25rem;
  border-radius: 0.5rem;
  border: 1px #F47A00 solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 3.75rem;
  text-align: center;
  font-size: 1.875rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 767.499px) {
  .member-page .member-section .member-badge {
    font-size: 1.125rem;
    width: 100%;
    height: auto;
    padding: 0.65rem 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.member-page .member-section .member-subtitle {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 3rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #D0D0D0;
  line-height: 1.7;
}
@media only screen and (max-width: 767.499px) {
  .member-page .member-section .member-subtitle {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
.member-page .member-section .member-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  row-gap: 2.3rem;
}
@media only screen and (max-width: 767.499px) {
  .member-page .member-section .member-content {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.member-page .member-section .member-content .member-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 0.5rem;
  overflow: hidden;
  width: 47.5rem;
  height: 25rem;
}
@media only screen and (max-width: 767.499px) {
  .member-page .member-section .member-content .member-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: auto;
    border-radius: 2rem;
  }
}
.member-page .member-section .member-content .member-card.advisor .member-role {
  display: none;
}
.member-page .member-section .member-content .member-card .member-image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 17.5rem;
  height: 100%;
}
@media only screen and (max-width: 767.499px) {
  .member-page .member-section .member-content .member-card .member-image {
    width: 100%;
    max-width: 23rem;
    height: 19rem;
    margin: 0 auto;
  }
}
.member-page .member-section .member-content .member-card .member-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 767.499px) {
  .member-page .member-section .member-content .member-card .member-image img {
    -o-object-position: center -1rem;
    object-position: center -1rem;
    /* ← X軸はcenter、Y軸は-1rem */
  }
}
.member-page .member-section .member-content .member-card .member-info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #F8F8F8;
  padding: 1.5rem;
  padding-left: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  margin-top: -1.5rem;
}
@media only screen and (max-width: 767.499px) {
  .member-page .member-section .member-content .member-card .member-info {
    text-align: center;
    padding: 1rem;
    height: auto;
  }
}
.member-page .member-section .member-content .member-card .member-info .member-role {
  color: var(--btn-orange);
  font-size: 1.75rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  font-family: DM sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
}
@media only screen and (max-width: 767.499px) {
  .member-page .member-section .member-content .member-card .member-info .member-role {
    font-size: 1.4rem;
  }
}
.member-page .member-section .member-content .member-card .member-info .member-role::before {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  background: var(--btn-orange);
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.member-page .member-section .member-content .member-card .member-info .member-name {
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767.499px) {
  .member-page .member-section .member-content .member-card .member-info .member-name {
    font-size: 1rem;
    margin-bottom: 0.75rem;
  }
}
.member-page .member-section .member-content .member-card .member-info .member-description {
  font-size: 1.125rem;
  line-height: 1.8;
  color: var(--text-color);
}
@media only screen and (max-width: 767.499px) {
  .member-page .member-section .member-content .member-card .member-info .member-description {
    font-size: 0.85rem;
    text-align: left;
  }
}
.member-page .member-section .member-content .member-card-sp {
  background: #F8F8F8;
  border-radius: 0.625rem;
  overflow: hidden;
}
.member-page .member-section .member-content .member-card-sp .member-card-sp-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  border-bottom: 1px solid #d0d0d0;
}
.member-page .member-section .member-content .member-card-sp .member-card-sp-top .member-image-sp {
  width: 8.125rem;
  height: 11.25rem;
  border-radius: 0.5rem;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.member-page .member-section .member-content .member-card-sp .member-card-sp-top .member-image-sp img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
}
.member-page .member-section .member-content .member-card-sp .member-card-sp-top .member-info-sp-name {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.member-page .member-section .member-content .member-card-sp .member-card-sp-top .member-info-sp-name .member-role {
  color: var(--btn-orange);
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 0.55rem;
  font-family: DM sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
}
.member-page .member-section .member-content .member-card-sp .member-card-sp-top .member-info-sp-name .member-role::before {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  background: var(--btn-orange);
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.member-page .member-section .member-content .member-card-sp .member-card-sp-top .member-info-sp-name .member-name {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.777;
}
.member-page .member-section .member-content .member-card-sp .member-card-sp-under {
  padding: 1.25rem;
}
.member-page .member-section .member-content .member-card-sp .member-card-sp-under .member-description {
  font-size: 0.875rem;
  line-height: 1.714;
  color: var(--text-color);
  margin: 0;
  text-align: left;
}
.member-page .team-members-section {
  background-image: url("../../img/page/member/team-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 7.5rem 0 7.5rem;
}
@media only screen and (max-width: 767.499px) {
  .member-page .team-members-section {
    padding: 3rem 0 3.25rem;
  }
}
.member-page .team-members-section .team-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .member-page .team-members-section .team-header {
    border-bottom: 1px #363636 solid;
  }
}
@media only screen and (max-width: 767.499px) {
  .member-page .team-members-section .team-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.25rem;
    margin-bottom: 1rem;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.member-page .team-members-section .team-header .team-title {
  font-size: 1.75rem;
  font-weight: bold;
  margin: 0;
  padding-bottom: 0.5rem;
}
@media only screen and (max-width: 767.499px) {
  .member-page .team-members-section .team-header .team-title {
    font-size: 1.25rem;
    border-bottom: 1px solid #363636;
    width: 100%;
    line-height: 2.2;
    margin-top: -0.2rem;
  }
}
.member-page .team-members-section .team-header .pagination-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
  padding-bottom: 1.6rem;
}
@media only screen and (max-width: 767.499px) {
  .member-page .team-members-section .team-header .pagination-controls {
    padding-bottom: 0;
    gap: 1rem;
  }
}
.member-page .team-members-section .team-header .pagination-controls .page-info {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.25em;
}
@media only screen and (max-width: 767.499px) {
  .member-page .team-members-section .team-header .pagination-controls .page-info {
    font-size: 0.875rem;
  }
}
.member-page .team-members-section .team-header .pagination-controls .pagination-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
@media only screen and (max-width: 767.499px) {
  .member-page .team-members-section .team-header .pagination-controls .pagination-buttons {
    gap: 0.5rem;
  }
}
.member-page .team-members-section .team-header .pagination-controls .pagination-buttons .pagination-btn {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  background: #333;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media only screen and (max-width: 767.499px) {
  .member-page .team-members-section .team-header .pagination-controls .pagination-buttons .pagination-btn {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.member-page .team-members-section .team-header .pagination-controls .pagination-buttons .pagination-btn:hover:not(.disabled) {
  background: #555;
}
.member-page .team-members-section .team-header .pagination-controls .pagination-buttons .pagination-btn.disabled {
  background: #ccc;
  cursor: not-allowed;
}
.member-page .team-members-section .team-header .pagination-controls .pagination-buttons .pagination-btn.disabled img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.member-page .team-members-section .team-header .pagination-controls .pagination-buttons .pagination-btn img {
  width: 0.6rem;
  -webkit-filter: invert(0);
  filter: invert(0);
}
@media only screen and (max-width: 767.499px) {
  .member-page .team-members-section .team-header .pagination-controls .pagination-buttons .pagination-btn img {
    width: 0.625rem;
  }
}
.member-page .team-members-section .team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem;
  margin-bottom: 3.4rem;
}
@media only screen and (max-width: 767.499px) {
  .member-page .team-members-section .team-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-bottom: 2rem;
  }
}
.member-page .team-members-section .team-grid .team-member-card {
  text-align: center;
  border-radius: 1.25rem;
  overflow: hidden;
}
.member-page .team-members-section .team-grid .team-member-card .team-member-image {
  width: 100%;
  height: 22.5rem;
  background: #f0f0f0;
}
@media only screen and (max-width: 767.499px) {
  .member-page .team-members-section .team-grid .team-member-card .team-member-image {
    height: 12rem;
  }
}
.member-page .team-members-section .team-grid .team-member-card .team-member-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
.member-page .team-members-section .team-grid .team-member-card .team-member-name-wrap {
  background: white;
  height: 4.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1.5rem;
}
@media only screen and (max-width: 767.499px) {
  .member-page .team-members-section .team-grid .team-member-card .team-member-name-wrap {
    height: auto;
    padding: 0.75rem;
  }
}
.member-page .team-members-section .team-grid .team-member-card .team-member-name-wrap .team-member-name {
  font-size: 1.125rem;
  font-weight: bold;
}
@media only screen and (max-width: 767.499px) {
  .member-page .team-members-section .team-grid .team-member-card .team-member-name-wrap .team-member-name {
    font-size: 0.875rem;
  }
}
.member-page .team-members-section .team-members-slider {
  overflow-x: hidden;
  width: 99.5vw;
  margin-left: calc(-50vw + 50%);
  position: relative;
}
.member-page .team-members-section .team-members-slider .swiper-slide {
  width: 16.875rem;
  height: auto;
}
.member-page .team-members-section .team-members-slider .swiper-slide:first-child {
  padding-left: 1.25rem;
}
.member-page .team-members-section .team-members-slider .swiper-slide:last-child {
  padding-right: 1.25rem;
}
.member-page .team-members-section .team-members-slider .team-member-image {
  height: 16.875rem;
  width: 100%;
  background: #f0f0f0;
  border-radius: 0.625rem 0.625rem 0 0;
  overflow: hidden;
}
.member-page .team-members-section .team-members-slider .team-member-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
.member-page .team-members-section .team-members-slider .team-member-name-wrap {
  background: white;
  height: 3.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1.5rem;
  border-radius: 0 0 0.625rem 0.625rem;
}
@media only screen and (max-width: 767.499px) {
  .member-page .team-members-section .team-members-slider .team-member-name-wrap {
    padding-left: 1.25rem;
  }
}
.member-page .team-members-section .team-members-slider .team-member-name-wrap .team-member-name {
  font-size: 1.125rem;
  font-weight: bold;
}
@media only screen and (max-width: 767.499px) {
  .member-page .team-members-section .team-members-slider .team-member-name-wrap .team-member-name {
    font-size: 0.875rem;
  }
}
.member-page .team-members-section .team-link {
  text-align: center;
}
.member-page .team-members-section .team-link .form-button--custom {
  width: 20rem;
  height: 3.75rem;
  font-size: 1.125rem;
  background: #fff;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 0.625rem;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767.499px) {
  .member-page .team-members-section .team-link .form-button--custom::after {
    right: 1.25rem;
    width: 1.25rem;
    height: 1rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .member-page .team-members-section .team-link .form-button--custom {
    width: 100%;
    height: 3.125rem;
    font-size: 1rem;
    margin-top: 2rem;
  }
}
@media (hover: hover) {
  .member-page .team-members-section .team-link .form-button--custom:hover {
    background-color: var(--text-color);
    color: #fff;
  }
}
@media (hover: none) {
  .member-page .team-members-section .team-link .form-button--custom:active {
    background-color: var(--text-color);
    color: #fff;
  }
}

body.home .section-header, body.single .section-header, body.archive .section-header {
  display: block;
  margin: 2rem 0 3.75rem;
}
@media only screen and (max-width: 767.499px) {
  body.home .section-header, body.single .section-header, body.archive .section-header {
    margin-bottom: 1.8rem;
  }
}
body.home .section-lead-title, body.single .section-lead-title, body.archive .section-lead-title {
  font-size: 1.25rem;
  font-weight: 500;
}
@media only screen and (max-width: 767.499px) {
  body.home .section-lead-title, body.single .section-lead-title, body.archive .section-lead-title {
    font-size: 0.75rem;
  }
}
body.home .section-title, body.single .section-title, body.archive .section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
body.home .section-title .en, body.single .section-title .en, body.archive .section-title .en {
  display: block;
  font-size: 2.625rem;
  font-weight: 500;
  padding-right: 2.5rem;
}
@media only screen and (max-width: 767.499px) {
  body.home .section-title .en, body.single .section-title .en, body.archive .section-title .en {
    font-size: 1.75rem;
    padding-right: 0.75rem;
  }
}
body.home .section-title .ja, body.single .section-title .ja, body.archive .section-title .ja {
  display: inline-block;
  position: relative;
  color: var(--secondary-color);
  font-size: 1.125rem;
  font-weight: bold;
  padding-left: 1rem;
}
@media only screen and (max-width: 767.499px) {
  body.home .section-title .ja, body.single .section-title .ja, body.archive .section-title .ja {
    font-size: 0.875rem;
  }
}
body.home .section-title .ja::before, body.single .section-title .ja::before, body.archive .section-title .ja::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.625rem;
  height: 0.625rem;
  background-color: var(--secondary-color);
}
@media only screen and (max-width: 767.499px) {
  body.home .section-title .ja::before, body.single .section-title .ja::before, body.archive .section-title .ja::before {
    width: 0.5rem;
    height: 0.5rem;
  }
}

.fv {
  position: relative;
  max-width: 97.5rem;
  margin: auto;
  z-index: 0;
  height: auto;
}
@media only screen and (max-width: 767.499px) {
  .fv {
    height: auto;
  }
}
.fv__content {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
  height: 40rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 11.5rem;
  padding-top: 11rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 767.499px) {
  .fv__content {
    padding: 20rem 1.25rem 20rem;
    margin-bottom: 0;
    height: 20rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.fv__title {
  margin-bottom: 2rem;
  text-align: left;
  width: 47.5625rem;
}
@media only screen and (max-width: 767.499px) {
  .fv__title {
    width: auto;
    margin-top: 1.25rem;
    margin-bottom: 1.75rem;
  }
}
.fv__title img {
  width: 100%;
}
.fv__text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  max-width: 50rem;
  text-align: left;
}
@media only screen and (max-width: 767.499px) {
  .fv__text {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.6;
  }
}

.concept {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  padding: 2.25rem 0 7.25rem;
  border-radius: 3.75rem 3.75rem 0 0;
  margin-top: -2rem;
  padding-top: 2rem;
}
@media only screen and (max-width: 767.499px) {
  .concept {
    padding: 3.75rem 0 3.25rem;
    border-radius: 2rem 2rem 0 0;
  }
}
.concept .container {
  max-width: 97.5rem;
  margin: auto;
  padding: 0 1.25rem;
}
.concept__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767.499px) {
  .concept__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.75rem;
  }
}
.concept__content > * + * {
  margin-left: 3.75rem;
}
@media only screen and (max-width: 767.499px) {
  .concept__content > * + * {
    margin-left: 0;
  }
}
.concept__img {
  width: 43.125rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 767.499px) {
  .concept__img {
    width: 100%;
  }
}
.concept__text-box {
  width: auto;
}
@media only screen and (max-width: 767.499px) {
  .concept__text-box {
    width: 100%;
  }
}
.concept__title {
  font-size: 1.75rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767.499px) {
  .concept__title {
    font-size: 1.25rem;
  }
}
.concept__text {
  font-size: 1.125rem;
  line-height: 2;
}
@media only screen and (max-width: 767.499px) {
  .concept__text {
    font-size: 0.875rem;
    line-height: 1.97;
  }
}
.concept__text:not(:last-child) {
  margin-bottom: 1.8rem;
}

.service {
  background-color: var(--bg-secondary);
  padding: 5.5rem 0 8.75rem;
}
@media only screen and (max-width: 767.499px) {
  .service {
    padding: 2.25rem 0;
  }
}
@media only screen and (max-width: 767.499px) {
  .service .section-header {
    margin: 1rem 0 1.8rem !important;
  }
}
.service .section-icon {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  color: var(--secondary-color);
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: -1rem;
}
@media only screen and (max-width: 767.499px) {
  .service .section-icon {
    width: 1.2rem;
    font-size: 1rem;
    margin-top: -0.2rem;
  }
}
.service .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .service .button-wrap {
    padding-top: 0.75rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .service .button-wrap {
    text-align: right;
  }
}
@media only screen and (min-width: 768px) {
  .service .section-title .en {
    padding-right: 2rem !important;
  }
}
.service__text {
  font-size: 1rem;
  line-height: 2;
  margin-bottom: 2rem;
}
.service__text:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767.499px) {
  .service__text {
    font-size: 0.875rem;
    line-height: 1.95;
  }
}
.service .container {
  max-width: 97.5rem;
  margin: auto;
  padding: 0 1.25rem;
}
.service__description {
  font-size: 1.375rem;
  line-height: 1.8;
  margin-bottom: 2.5rem;
  color: var(--text-color);
}
@media only screen and (max-width: 767.499px) {
  .service__description {
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
    line-height: 1.7;
  }
}
.service__solutions {
  margin-bottom: 2.5rem;
  background: #fff;
  padding: 2.5rem;
  border-radius: 1.25rem;
}
@media only screen and (max-width: 767.499px) {
  .service__solutions {
    margin-bottom: 1rem;
    border-radius: 0.625rem;
    padding: 1.25rem;
  }
}
.service__solutions-title {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.71428;
  border-bottom: 1px solid #d0d0d0;
  padding-bottom: 1rem;
  margin-bottom: 2.5rem;
  color: var(--text-color);
}
@media only screen and (max-width: 767.499px) {
  .service__solutions-title {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
}
.service__solutions-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 767.499px) {
  .service__solutions-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 0;
  }
}
.service__solutions-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media only screen and (max-width: 767.499px) {
  .service__solutions-text {
    padding-top: 0.8rem;
  }
}
.service__solutions-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.2rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767.499px) {
  .service__solutions-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0.2rem;
    margin-bottom: 1rem;
  }
}
.service__solutions-header.order-top {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.service__solutions-name {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-color);
}
@media only screen and (max-width: 767.499px) {
  .service__solutions-name {
    font-size: 1.125rem;
  }
}
.service__solutions-subtitle {
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--text-color);
  padding-left: 1.5rem;
}
@media only screen and (max-width: 767.499px) {
  .service__solutions-subtitle {
    font-size: 0.75rem;
    padding-left: 1rem;
  }
}
.service__solutions-description {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767.499px) {
  .service__solutions-description {
    margin-bottom: 0.7rem;
  }
}
.service__solutions-image {
  width: 37.375rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 1.25rem;
  overflow: hidden;
}
@media only screen and (max-width: 767.499px) {
  .service__solutions-image {
    width: 100%;
    height: 13.75rem;
    border-radius: 0.625rem;
  }
}
.service__solutions-image img {
  width: 100%;
  height: auto;
  display: block;
}
.service__packages {
  margin-bottom: 2.5rem;
  background: #fff;
  padding: 2.5rem;
  border-radius: 1.25rem;
}
@media only screen and (max-width: 767.499px) {
  .service__packages {
    margin-bottom: 3rem;
    border-radius: 0.625rem;
    padding: 1.25rem;
  }
}
.service__packages-title {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.71428;
  border-bottom: 1px solid #d0d0d0;
  padding-bottom: 1rem;
  margin-bottom: 2.5rem;
  color: var(--text-color);
}
@media only screen and (max-width: 767.499px) {
  .service__packages-title {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .service__packages .section-icon {
    margin-top: -0.5rem;
  }
}
.service__packages-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  padding-bottom: 3rem;
}
@media only screen and (max-width: 767.499px) {
  .service__packages-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.8rem;
    padding-bottom: 0.5rem;
  }
}
.service__package-item {
  width: 45rem;
  position: relative;
}
.service__package-item .button-wrap-service {
  position: absolute;
  right: 0;
  bottom: -2.5rem;
}
@media only screen and (max-width: 767.499px) {
  .service__package-item .button-wrap-service {
    bottom: -0.5rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .service__package-item {
    width: 100%;
  }
}
@media only screen and (max-width: 767.499px) {
  .service__package-item:first-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (max-width: 767.499px) {
  .service__package-item:last-child {
    position: relative;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media only screen and (max-width: 767.499px) {
  .service__package-item:last-child .border {
    border: #d0d0d0 1px solid;
    position: absolute;
    top: -1rem;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .service__package-header {
    margin-bottom: 1.5rem;
  }
}
.service__package-name {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-color);
}
@media only screen and (max-width: 767.499px) {
  .service__package-name {
    font-size: 1.25rem;
  }
}
.service__package-image {
  width: 100%;
  aspect-ratio: 720/450;
  border-radius: 1.25rem;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.service__package-image .service__package-image {
  width: 100%;
  border-radius: 1.25rem;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767.499px) {
  .service__package-image {
    width: 100%;
    height: 11.25rem;
    aspect-ratio: auto;
    border-radius: 0.625rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
.service__package-image img {
  width: 100%;
  height: auto;
  display: block;
}
.service__package-description {
  margin-bottom: 2rem;
}
.service__package-description .service__text {
  margin-bottom: 2rem;
}
.service__package-description .service__text:last-child {
  margin-bottom: 0;
}

.button-wrap-service.vega-disabled .btn-more {
  background-color: #ccc;
  color: #888;
  cursor: not-allowed;
  pointer-events: none;
}
.button-wrap-service.vega-disabled .btn-more:hover {
  background-color: #ccc;
  color: #888;
}
.button-wrap-service.vega-disabled .btn-more .btn-more__arrow {
  opacity: 0.5;
}

.client {
  background-color: #ffffff;
  margin-top: -3.75rem;
  border-radius: 3.75rem 3.75rem 0 0;
  padding: 5.5rem 0 4rem;
}
@media only screen and (max-width: 767.499px) {
  .client {
    padding: 1rem 0 3.35rem;
    margin-top: -2rem;
    border-radius: 2rem 2rem 0 0;
  }
}
.client .container {
  max-width: 97.5rem;
  margin: auto;
  padding: 0 1.25rem;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 767.499px) {
  .client .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.client .container.next {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .client .section-header {
    margin-bottom: 3.25rem !important;
  }
}
@media only screen and (max-width: 767.499px) {
  .client .section-header {
    margin-bottom: 1.8rem;
  }
}
.client .section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .client .section-title .en {
    padding-right: 1.5rem !important;
  }
}
@media only screen and (max-width: 767.499px) {
  .client .section-title .en {
    padding-right: 0.3rem !important;
  }
}
.client .section-description {
  font-size: 1.375rem;
  line-height: 1.8;
  margin-top: 3.75rem;
  color: var(--text-color);
}
@media only screen and (max-width: 767.499px) {
  .client .section-description {
    font-size: 1.125rem;
    margin-bottom: 0 !important;
    line-height: 1.7;
    margin-top: 1.75rem;
  }
}
.client__slider {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
  min-height: 32rem;
}
@media only screen and (max-width: 767.499px) {
  .client__slider {
    margin: 0;
    padding: 0;
    min-height: 28rem;
  }
}
.client .swiper-wrapper {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.client__card {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 1.25rem;
  height: 33.5625rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .client__card {
    border-radius: 0.5rem;
    height: 32.375rem;
  }
}
.client__card:hover {
  -webkit-box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
}
.client__logos {
  position: relative;
  height: 17.875rem;
  overflow: hidden;
  border-radius: 0.5rem;
}
@media only screen and (max-width: 767.499px) {
  .client__logos {
    height: 10rem;
  }
}
.client__logos a {
  display: block;
  width: 100%;
  height: 100%;
}
.client__card-image {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: block;
}
.client__text-aria {
  padding: 1.5rem;
}
@media only screen and (max-width: 767.499px) {
  .client__text-aria {
    padding: 1rem;
  }
}
.client__card-title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  line-height: 1.5;
  min-height: 3.375rem;
  color: var(--text-color);
}
@media only screen and (max-width: 767.499px) {
  .client__card-title {
    font-size: 1rem;
    min-height: auto;
    margin-bottom: 1rem;
  }
}
.client__details {
  margin-bottom: 1.5rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.client__detail-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.75rem;
  font-size: 1rem;
  font-weight: bold;
}
@media only screen and (max-width: 767.499px) {
  .client__detail-item {
    font-size: 0.875rem;
    margin-bottom: 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.client__detail-item dt {
  width: 6rem;
  border-right: 0.0625rem solid #d0d0d0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 767.499px) {
  .client__detail-item dt {
    width: 100%;
    border-right: none;
    margin-bottom: 0.4rem;
  }
}
.client__detail-item dd {
  color: var(--text-color);
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 1.25rem;
}
@media only screen and (max-width: 767.499px) {
  .client__detail-item dd.last::after {
    display: none;
  }
}
@media only screen and (max-width: 767.499px) {
  .client__detail-item dd {
    padding-left: 0;
    position: relative;
    font-weight: 400;
  }
  .client__detail-item dd::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.625rem;
    /* 負の値で線を下に移動 */
    height: 1px;
    background-color: #d0d0d0;
  }
}
.client__link {
  position: absolute;
  bottom: 1rem;
  right: 0.75rem;
  width: 3.75rem;
  height: 1.875rem;
  background: #363636;
  border-radius: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: #363636 1px solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  z-index: 2;
}
@media only screen and (max-width: 767.499px) {
  .client__link {
    bottom: 1rem;
    right: 1rem;
  }
}
.client__link::after {
  content: "";
  width: 0.875rem;
  height: 0.875rem;
  background-image: url("../../img/page/front/upper-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
}
.client__link:hover {
  background: #ffffff;
}
.client__link:hover::after {
  -webkit-filter: brightness(0) saturate(100%) invert(22%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(21%) contrast(92%);
  filter: brightness(0) saturate(100%) invert(22%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(21%) contrast(92%);
}
.client__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 1.25rem;
  padding-bottom: 4.2rem;
  position: relative;
  width: 12rem;
  z-index: 3;
}
@media only screen and (max-width: 767.499px) {
  .client__navigation {
    margin-top: 0.5rem;
    width: 8rem;
    margin-left: auto;
    padding-bottom: 1.5rem;
  }
}
.client__pagination {
  font-size: 1rem;
  color: var(--text-color);
}
.client__pagination .current-page {
  font-weight: bold;
}
.client__pagination .separator {
  margin: 0 0.25rem;
  color: #999999;
}
@media only screen and (max-width: 767.499px) {
  .client__pagination .separator {
    padding: 0;
  }
}
@media only screen and (max-width: 767.499px) {
  .client__pagination {
    font-size: 0.75rem;
    letter-spacing: -0.1rem;
  }
}
.client__nav-button {
  width: 3.125rem !important;
  height: 3.125rem !important;
  top: 69% !important;
  margin: 0;
  background: var(--text-color);
  border: 1px solid #363636;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .client__nav-button {
    width: 2.5rem !important;
    height: 2.5rem !important;
    top: 13% !important;
  }
}
.client__nav-button::after {
  content: "";
  width: 1rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
}
@media only screen and (max-width: 767.499px) {
  .client__nav-button::after {
    width: 0.625rem;
    height: 1rem;
  }
}
.client__nav-button--prev {
  left: 5rem !important;
}
@media only screen and (max-width: 767.499px) {
  .client__nav-button--prev {
    left: 2.5rem !important;
  }
}
.client__nav-button--prev::after {
  background-image: url("../../img/page/front/prev-arrow.svg");
}
.client__nav-button--next {
  right: 0 !important;
}
.client__nav-button--next::after {
  background-image: url("../../img/page/front/next-arrow.svg");
}
@media only screen and (min-width: 768px) {
  .client__nav-button:hover:not(:disabled) {
    background: #ffffff;
  }
  .client__nav-button:hover:not(:disabled)::after {
    -webkit-filter: brightness(0) saturate(100%) invert(22%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(21%) contrast(92%);
    filter: brightness(0) saturate(100%) invert(22%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(21%) contrast(92%);
  }
}
@media only screen and (max-width: 767.499px) {
  .client__nav-button:active:not(:disabled) {
    background: #ffffff;
  }
  .client__nav-button:active:not(:disabled)::after {
    -webkit-filter: brightness(0) saturate(100%) invert(22%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(21%) contrast(92%);
    filter: brightness(0) saturate(100%) invert(22%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(21%) contrast(92%);
  }
}
.client__nav-button:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.client__nav-button::after {
  content: "" !important;
  font-size: 0 !important;
}
.client__load-more-wrapper {
  text-align: center;
  margin-top: 2.75rem;
}
@media only screen and (max-width: 767.499px) {
  .client__load-more-wrapper {
    margin-top: 2rem;
  }
}
.client__load-more-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4rem;
  padding: 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: transparent;
  border: 1px solid var(--text-color);
  border-radius: 0.25rem;
  font-size: 1.25rem;
  font-weight: bold;
  color: var(--text-color);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  width: 20rem;
}
@media only screen and (max-width: 767.499px) {
  .client__load-more-btn {
    width: 100%;
    font-size: 1rem;
    gap: 7.5rem;
    padding: 0.8rem 0 0.8rem 1.25rem;
    border-radius: 0.625rem;
  }
}
.client__load-more-btn:hover {
  background: var(--text-color);
  color: #ffffff;
}
.client__load-more-btn::after {
  content: "→";
  font-weight: bold;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.client__load-more-btn:hover::after {
  -webkit-transform: translateX(0.25rem);
  transform: translateX(0.25rem);
}

.client .swiper {
  overflow-x: hidden;
  width: 99.5vw;
  margin-left: calc(-50vw + 50%);
  position: relative;
}

.client .swiper-slide {
  height: auto;
  width: 31.25rem;
}
@media only screen and (max-width: 767.499px) {
  .client .swiper-slide {
    width: 18.125rem;
  }
}
.client .swiper-slide:first-child {
  padding-left: 9.375vw;
}
@media only screen and (max-width: 767.499px) {
  .client .swiper-slide:first-child {
    padding-left: 1.25rem;
  }
}
.client .swiper-slide:last-child {
  padding-right: 9.375vw;
}
@media only screen and (max-width: 767.499px) {
  .client .swiper-slide:last-child {
    padding-right: 1.25rem;
  }
}

.concept__slider.second {
  padding-bottom: 7rem;
}
@media only screen and (max-width: 767.499px) {
  .concept__slider.second {
    padding-bottom: 3.4rem;
  }
}

.news {
  padding: 5.5rem 0 12.125rem;
  background: var(--bg-secondary);
}
@media only screen and (max-width: 767.499px) {
  .news {
    padding: 1rem 0 5rem;
  }
}
.news .container {
  max-width: 97.5rem;
  margin: auto;
  padding: 0 1.25rem;
}
.news-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767.499px) {
  .news-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
  }
}
.news-sidebar {
  width: 28.75rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 767.499px) {
  .news-sidebar {
    width: 100%;
  }
}
.news-sidebar .section-header {
  margin: 0;
}
@media only screen and (max-width: 767.499px) {
  .news-sidebar .section-header {
    margin-bottom: 0 !important;
  }
}
.news-sidebar .section-number {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 767.499px) {
  .news-sidebar .section-number {
    font-size: 0.75rem;
  }
}
.news-sidebar .section-title .en {
  font-size: 2.625rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 767.499px) {
  .news-sidebar .section-title .en {
    font-size: 1.75rem;
  }
}
.news-sidebar .section-title .ja {
  display: inline-block;
  position: relative;
  color: var(--btn-orange);
  font-size: 1.125rem;
  font-weight: bold;
  padding-left: 1rem;
}
@media only screen and (max-width: 767.499px) {
  .news-sidebar .section-title .ja {
    font-size: 0.875rem;
  }
}
.news-sidebar .section-title .ja::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.625rem;
  height: 0.625rem;
  background-color: var(--btn-orange);
}
@media only screen and (max-width: 767.499px) {
  .news-sidebar .section-title .ja::before {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.news-main {
  width: 68.75rem;
  padding-top: 2.5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 767.499px) {
  .news-main {
    width: 100%;
    padding-top: 0;
  }
}
.news-category-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 3.5rem;
}
@media only screen and (max-width: 767.499px) {
  .news-category-filter {
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 0.75rem;
    margin-bottom: 1.75rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.news-category-filter .category-filter-btn {
  width: 10.625rem;
  height: 2.5rem;
  border: 1px solid #ddd;
  border-radius: 2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  color: #666;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767.499px) {
  .news-category-filter .category-filter-btn {
    width: 10rem;
    height: 1.875rem;
    padding: 0.5rem 1rem;
    font-size: 0.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.news-category-filter .category-filter-btn:hover, .news-category-filter .category-filter-btn.active {
  background: var(--btn-orange);
  color: #fff;
  border-color: var(--btn-orange);
}
.news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767.499px) {
  .news-list {
    margin-bottom: 2rem;
  }
}
.news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  gap: 2.5rem;
  padding: 1.5rem 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #d0d0d0;
  background: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 12.75rem;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .news-item {
    gap: 0.75rem;
    padding: 0;
    height: auto;
    min-height: 6.875rem;
  }
}
.news-item:first-child {
  border-top: 1px solid #d0d0d0;
}
.news-item-image {
  width: 15.624rem;
  aspect-ratio: 15.624/8.75;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
}
@media only screen and (max-width: 767.499px) {
  .news-item-image {
    width: 7.8125rem;
    aspect-ratio: 125/70;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.news-item-image a {
  display: block;
  width: 100%;
  height: auto;
}
.news-item-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.news-item-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.news-item-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.5rem;
  margin-bottom: 1.55rem;
}
@media only screen and (max-width: 767.499px) {
  .news-item-meta {
    gap: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
.news-item-date {
  font-size: 1rem;
}
@media only screen and (max-width: 767.499px) {
  .news-item-date {
    font-size: 0.75rem;
  }
}
.news-item-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.5rem;
  max-height: 4.5rem;
  overflow: hidden;
}
@media only screen and (max-width: 767.499px) {
  .news-item-category {
    gap: 0.3rem;
    max-height: 3.75rem;
  }
}
.news-item-category .category-tag {
  display: inline-block;
  padding: 0.375rem 1.25rem;
  background: #fff;
  font-size: 0.875rem;
  border-radius: 1rem;
  border: 1px solid #FF9F00;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media only screen and (max-width: 767.499px) {
  .news-item-category .category-tag {
    font-size: 0.75rem;
    padding: 0.25rem 0.75rem;
  }
}
.news-item-title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media only screen and (max-width: 767.499px) {
  .news-item-title {
    margin-bottom: 0.5rem;
  }
}
.news-item-title a {
  color: #333;
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 88%;
}
@media only screen and (max-width: 767.499px) {
  .news-item-title a {
    font-size: 0.875rem;
    width: 100%;
    line-height: 1.4;
  }
}
.news-item-title a:hover {
  color: var(--primary-color);
}
.news-item-link {
  position: absolute;
  top: 42%;
  right: 0;
  width: 3.75rem;
  height: 1.875rem;
  background: #363636;
  border-radius: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: #363636 1px solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  z-index: 2;
}
@media only screen and (max-width: 767.499px) {
  .news-item-link {
    display: none;
  }
}
.news-item-link::after {
  content: "";
  width: 0.875rem;
  height: 0.875rem;
  background-image: url("../../img/page/front/upper-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
}
@media only screen and (max-width: 767.499px) {
  .news-item-link::after {
    width: 0.75rem;
    height: 0.75rem;
  }
}
.news-item-link:hover {
  background: #ffffff;
}
.news-item-link:hover::after {
  -webkit-filter: brightness(0) saturate(100%) invert(22%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(21%) contrast(92%);
  filter: brightness(0) saturate(100%) invert(22%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(21%) contrast(92%);
}
.news-item.hidden {
  display: none;
}
.news-more-wrapper {
  text-align: center;
}
.news-more-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4rem;
  padding: 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid var(--text-color);
  border-radius: 0.625rem;
  font-size: 1.25rem;
  font-weight: bold;
  color: var(--text-color);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  width: 20rem;
}
@media only screen and (max-width: 767.499px) {
  .news-more-btn {
    width: 100%;
    font-size: 1rem;
    gap: 7.5rem;
    padding: 0.8rem 0 0.8rem 1.25rem;
    border-radius: 0.625rem;
  }
}
.news-more-btn:hover {
  background: var(--text-color);
  color: #ffffff;
}
.news-more-btn::after {
  content: "→";
  font-weight: bold;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.news-more-btn:hover::after {
  -webkit-transform: translateX(0.25rem);
  transform: translateX(0.25rem);
}
.news .no-news {
  text-align: center;
  padding: 3rem 0;
  color: #666;
}

.about-us {
  background-color: #ffffff;
  background-image: url("../../img/page/front/about-us-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: -3.75rem;
  border-radius: 3.75rem 3.75rem 0 0;
  padding: 4.5rem 0 7.5rem;
}
@media only screen and (max-width: 767.499px) {
  .about-us {
    padding: 1rem 0 0;
    margin-top: -2rem;
    border-radius: 2rem 2rem 0 0;
  }
}
.about-us .container {
  max-width: 97.5rem;
  margin: auto;
  padding: 0 1.25rem;
}
.about-us__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.75rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (max-width: 767.499px) {
  .about-us__inner {
    gap: 2rem;
  }
}
.about-us__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 767.499px) {
  .about-us__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .about-us .section-header {
    margin-bottom: 3.25rem !important;
  }
}
@media only screen and (max-width: 767.499px) {
  .about-us .section-header {
    margin-top: 2.5rem !important;
    margin-bottom: 0 !important;
  }
}
.about-us .section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .about-us .section-title .en {
    padding-right: 1.5rem !important;
  }
}
@media only screen and (max-width: 767.499px) {
  .about-us .section-title .en {
    padding-right: 0.3rem !important;
  }
}
.about-us__text-content {
  width: 50.625rem;
  padding-top: 11rem;
}
@media only screen and (max-width: 767.499px) {
  .about-us__text-content {
    width: 100%;
    padding-top: 0;
  }
}
.about-us__title {
  font-size: 1.75rem;
  font-weight: bold;
  margin: 3.5rem 0 0;
  line-height: 1.5;
  color: var(--text-color);
}
@media only screen and (max-width: 767.499px) {
  .about-us__title {
    font-size: 1.25rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    line-height: 1.666;
  }
}
.about-us__description {
  font-size: 1.125rem;
  line-height: 1.89;
  margin-bottom: 2.8rem;
  color: var(--text-color);
}
@media only screen and (max-width: 767.499px) {
  .about-us__description {
    font-size: 0.875rem;
    line-height: 2;
    margin-bottom: 1.5rem;
  }
}
.about-us__description:last-of-type {
  margin-bottom: 2.75rem;
}
@media only screen and (max-width: 767.499px) {
  .about-us__description:last-of-type {
    margin-bottom: 2rem;
  }
}
.about-us__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767.499px) {
  .about-us__buttons {
    gap: 0.5rem;
  }
}
.about-us__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4rem;
  width: 20rem;
  padding: 1rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid var(--text-color);
  border-radius: 0.625rem;
  font-size: 1.25rem;
  font-weight: bold;
  color: var(--text-color);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}
@media only screen and (max-width: 767.499px) {
  .about-us__btn {
    width: 100%;
    font-size: 1rem;
    padding: 0.8rem 0 0.8rem 1.25rem;
    border-radius: 0.625rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.about-us__btn:hover {
  background: var(--text-color);
  color: #ffffff;
}
.about-us__btn::after {
  content: "→";
  font-weight: bold;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media only screen and (max-width: 767.499px) {
  .about-us__btn::after {
    margin-right: 1.25rem;
  }
}
.about-us__btn:hover::after {
  -webkit-transform: translateX(0.25rem);
  transform: translateX(0.25rem);
}
.about-us__image {
  width: 100%;
}
@media only screen and (max-width: 767.499px) {
  .about-us__image {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    max-width: none;
  }
}
.about-us__image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 1rem;
}
@media only screen and (max-width: 767.499px) {
  .about-us__image img {
    border-radius: 0;
  }
}

.service-solution-page .form-button--custom {
  width: 20rem;
  height: 3.75rem;
  font-size: 1.25rem;
  background: #fff;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media only screen and (max-width: 767.499px) {
  .service-solution-page .form-button--custom::after {
    right: 1.25rem;
    width: 1.25rem;
    height: 1rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .service-solution-page .form-button--custom {
    width: 100%;
    height: 3.125rem;
    font-size: 1rem;
  }
}
@media (hover: hover) {
  .service-solution-page .form-button--custom:hover {
    background-color: var(--text-color);
    color: #fff;
  }
}
@media (hover: none) {
  .service-solution-page .form-button--custom:active {
    background-color: var(--text-color);
    color: #fff;
  }
}
.service-solution-page .form-button {
  white-space: nowrap;
  width: 20rem;
  height: 3.75rem;
  font-size: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media only screen and (max-width: 767.499px) {
  .service-solution-page .form-button {
    width: 100%;
    height: 3.125rem;
    font-size: 1rem;
  }
  .service-solution-page .form-button::before {
    right: 1rem;
    width: 1.625rem;
    height: 1.625rem;
    border-radius: 0.25rem;
  }
  .service-solution-page .form-button::after {
    right: 1.25rem;
    width: 1.25rem;
    height: 1rem;
  }
}
.service-solution-page .container {
  max-width: 98rem;
  margin: 0 auto;
  padding: 0 1.25rem;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767.499px) {
  .service-solution-page .container {
    padding: 0 1.25rem;
  }
}
.service-solution-page .solution-about-section {
  background: white;
  border-radius: 3.75rem;
  overflow: hidden;
  position: relative;
  padding: 2rem 0 7.5rem;
}
@media only screen and (max-width: 767.499px) {
  .service-solution-page .solution-about-section {
    border-radius: 2rem;
    padding: 1.5rem 0 3.5rem;
  }
}
.service-solution-page .solution-about-section .solution-header {
  padding-top: 2.5rem;
}
@media only screen and (max-width: 767.499px) {
  .service-solution-page .solution-about-section .solution-header {
    padding-top: 2rem;
  }
}
.service-solution-page .solution-about-section .section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.service-solution-page .solution-about-section .section-header .section-title {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.444;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
}
@media only screen and (max-width: 767.499px) {
  .service-solution-page .solution-about-section .section-header .section-title {
    font-size: 1.5rem;
    line-height: 1.333;
    gap: 1.4rem;
  }
}
.service-solution-page .solution-about-section .section-header .section-title .accordion-button {
  background: var(--text-color);
  border: none;
  border-radius: 0.625rem;
  width: 3.25rem;
  height: 3.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-left: auto;
}
@media only screen and (max-width: 767.499px) {
  .service-solution-page .solution-about-section .section-header .section-title .accordion-button {
    width: 2.125rem;
    height: 2.125rem;
  }
}
.service-solution-page .solution-about-section .section-header .section-title .accordion-button .accordion-icon {
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .service-solution-page .solution-about-section .section-header .section-title .accordion-button .accordion-icon {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.service-solution-page .solution-about-section .section-header .section-title .accordion-button .accordion-icon::before, .service-solution-page .solution-about-section .section-header .section-title .accordion-button .accordion-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: white;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service-solution-page .solution-about-section .section-header .section-title .accordion-button .accordion-icon::before {
  width: 100%;
  height: 2px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.service-solution-page .solution-about-section .section-header .section-title .accordion-button .accordion-icon::after {
  width: 2px;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.service-solution-page .solution-about-section .section-header .section-title .accordion-button[aria-expanded=false] .accordion-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}
.service-solution-page .solution-about-section .section-header .section-title .accordion-button[aria-expanded=true] .accordion-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.service-solution-page .solution-about-section .section-header .section-title .accordion-button:hover {
  background: var(--text-color);
}
.service-solution-page .solution-about-section .solution-content {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service-solution-page .solution-about-section .solution-content.hidden {
  display: none;
}
.service-solution-page .solution-about-section .solution-content .solution-description {
  font-size: 1.5rem;
  line-height: 2;
  padding: 3rem 0.2rem 0;
  margin: 0;
}
@media only screen and (max-width: 767.499px) {
  .service-solution-page .solution-about-section .solution-content .solution-description {
    font-size: 1.125rem;
    line-height: 1.6666;
    padding-top: 2rem;
  }
}
.service-solution-page .overview-section {
  background: var(--bg-secondary);
  padding: 5.5rem 0 7.5rem;
}
@media only screen and (max-width: 767.499px) {
  .service-solution-page .overview-section {
    padding: 2rem 0 3.25rem;
  }
}
.service-solution-page .overview-section .section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 767.499px) {
  .service-solution-page .overview-section .section-header {
    gap: 0.75rem;
    margin-bottom: 1rem;
  }
}
.service-solution-page .overview-section .section-header .section-icon {
  display: block;
  width: 1.75rem;
  height: 4.2rem;
  color: var(--secondary-color);
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 1;
}
@media only screen and (max-width: 767.499px) {
  .service-solution-page .overview-section .section-header .section-icon {
    width: 1rem;
    height: 3rem;
    font-size: 1.5rem;
  }
}
.service-solution-page .overview-section .section-header .section-title {
  font-size: 2.875rem;
  font-weight: 900;
  line-height: 2.5;
  margin: 0;
  letter-spacing: -0.025em;
}
@media only screen and (max-width: 767.499px) {
  .service-solution-page .overview-section .section-header .section-title {
    font-size: 2rem;
  }
}
.service-solution-page .overview-section .overview-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.5rem;
}
@media only screen and (max-width: 767.499px) {
  .service-solution-page .overview-section .overview-content {
    gap: 1.25rem;
  }
}
.service-solution-page .overview-section .overview-content .overview-main-column {
  background: white;
  border-radius: 1.25rem;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.75rem;
  padding: 2rem;
}
@media only screen and (max-width: 767.499px) {
  .service-solution-page .overview-section .overview-content .overview-main-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.5rem;
    padding: 1.25rem;
  }
}
.service-solution-page .overview-section .overview-content .overview-main-column .overview-visual {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
@media only screen and (max-width: 767.499px) {
  .service-solution-page .overview-section .overview-content .overview-main-column .overview-visual {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: 100%;
    width: 100%;
  }
}
.service-solution-page .overview-section .overview-content .overview-main-column .overview-visual .overview-image {
  width: 100%;
  height: auto;
  display: block;
}
.service-solution-page .overview-section .overview-content .overview-main-column .overview-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
}
@media only screen and (max-width: 767.499px) {
  .service-solution-page .overview-section .overview-content .overview-main-column .overview-text {
    gap: 1.5rem;
  }
}
.service-solution-page .overview-section .overview-content .overview-main-column .overview-text .text-block p {
  font-size: 1.25rem;
  line-height: 1.8;
  margin: 0;
  color: var(--text-color);
}
@media only screen and (max-width: 767.499px) {
  .service-solution-page .overview-section .overview-content .overview-main-column .overview-text .text-block p {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.service-solution-page .overview-section .overview-content .overview-column {
  background: white;
  border-radius: 1.25rem;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
  padding: 2.5rem;
}
@media only screen and (max-width: 767.499px) {
  .service-solution-page .overview-section .overview-content .overview-column {
    gap: 1.5rem;
    padding: 1.25rem;
    padding-top: 1.4rem;
  }
}
.service-solution-page .overview-section .overview-content .overview-column .overview-title {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--text-color);
  position: relative;
}
.service-solution-page .overview-section .overview-content .overview-column .overview-title::after {
  content: "";
  position: absolute;
  bottom: -1.9rem;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  background-color: #D0D0D0;
}
@media only screen and (max-width: 767.499px) {
  .service-solution-page .overview-section .overview-content .overview-column .overview-title::after {
    bottom: -1.5rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .service-solution-page .overview-section .overview-content .overview-column .overview-title {
    font-size: 1.25rem;
    line-height: 1;
  }
  .service-solution-page .overview-section .overview-content .overview-column .overview-title span {
    font-size: 0.875rem;
  }
}
.service-solution-page .overview-section .overview-content .overview-column .overview-main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2.05rem;
  gap: 3.25rem;
}
@media only screen and (max-width: 767.499px) {
  .service-solution-page .overview-section .overview-content .overview-column .overview-main-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
    padding-top: 1.25rem;
  }
}
.service-solution-page .overview-section .overview-content .overview-column .overview-main-content .overview-visual {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40.5%;
  flex: 0 0 40.5%;
}
@media only screen and (max-width: 767.499px) {
  .service-solution-page .overview-section .overview-content .overview-column .overview-main-content .overview-visual {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: 100%;
    width: 100%;
  }
}
.service-solution-page .overview-section .overview-content .overview-column .overview-main-content .overview-visual .overview-image {
  width: 100%;
  height: auto;
  display: block;
}
.service-solution-page .overview-section .overview-content .overview-column .overview-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
}
@media only screen and (max-width: 767.499px) {
  .service-solution-page .overview-section .overview-content .overview-column .overview-text {
    gap: 0.75rem;
  }
}
.service-solution-page .overview-section .overview-content .overview-column .overview-text .text-block p {
  font-size: 1.125rem;
  line-height: 1.8888;
  margin: 0;
  color: var(--text-color);
}
@media only screen and (max-width: 767.499px) {
  .service-solution-page .overview-section .overview-content .overview-column .overview-text .text-block p {
    font-size: 0.875rem;
    line-height: 1.71428;
  }
}
.service-solution-page .overview-section .overview-content .overview-column .overview-text .overview-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  margin-top: 0.4rem;
}
@media only screen and (max-width: 767.499px) {
  .service-solution-page .overview-section .overview-content .overview-column .overview-text .overview-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.75rem;
  }
}
.service-solution-page .flow-section {
  background: white;
  padding: 5.5rem 0 7.5rem;
}
@media only screen and (max-width: 767.499px) {
  .service-solution-page .flow-section {
    padding: 2rem 0 3.25rem;
  }
}
.service-solution-page .flow-section .section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 767.499px) {
  .service-solution-page .flow-section .section-header {
    gap: 0.75rem;
    margin-bottom: 1rem;
  }
}
.service-solution-page .flow-section .section-header .section-icon {
  display: block;
  width: 1.75rem;
  height: 4.2rem;
  color: var(--secondary-color);
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 1;
}
@media only screen and (max-width: 767.499px) {
  .service-solution-page .flow-section .section-header .section-icon {
    width: 1rem;
    height: 3rem;
    font-size: 1.5rem;
  }
}
.service-solution-page .flow-section .section-header .section-title {
  font-size: 2.875rem;
  font-weight: 900;
  line-height: 2.5;
  margin: 0;
  letter-spacing: -0.025em;
}
@media only screen and (max-width: 767.499px) {
  .service-solution-page .flow-section .section-header .section-title {
    font-size: 2rem;
  }
}
.service-solution-page .flow-section .flow-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media only screen and (max-width: 767.499px) {
  .service-solution-page .flow-section .flow-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.2rem;
  }
}
.service-solution-page .flow-section .flow-content .flow-step {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: relative;
  background: white;
  border-radius: 1.25rem;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  padding: 5.5rem 1.6rem 1.5rem;
}
@media only screen and (max-width: 767.499px) {
  .service-solution-page .flow-section .flow-content .flow-step {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
    gap: 1rem;
    margin-left: 1.25rem;
    border-radius: 0.625rem;
    padding: 1.25rem 1rem 1.25rem 3.5rem;
  }
}
.service-solution-page .flow-section .flow-content .flow-step .step-number {
  width: 7.5rem;
  height: 7.5rem;
  background: var(--btn-yellow);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: absolute;
  top: -3.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 767.499px) {
  .service-solution-page .flow-section .flow-content .flow-step .step-number {
    width: 3.375rem;
    height: 3.375rem;
    top: 50%;
    left: -1.25rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.service-solution-page .flow-section .flow-content .flow-step .step-number .en {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.2;
  color: var(--text-color);
}
@media only screen and (max-width: 767.499px) {
  .service-solution-page .flow-section .flow-content .flow-step .step-number .en {
    font-size: 0.875rem;
    line-height: 1.1428;
    text-align: center;
  }
}
@media only screen and (max-width: 767.499px) {
  .service-solution-page .flow-section .flow-content .flow-step .step-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.service-solution-page .flow-section .flow-content .flow-step .step-content .step-title {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.45833;
  margin: 0 0 1rem 0;
  color: var(--text-color);
}
@media only screen and (max-width: 767.499px) {
  .service-solution-page .flow-section .flow-content .flow-step .step-content .step-title {
    font-size: 1.125rem;
    margin-bottom: 0.75rem;
  }
}
.service-solution-page .flow-section .flow-content .flow-step .step-content .step-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.service-solution-page .flow-section .flow-content .flow-step .step-content .step-list li {
  font-size: 1rem;
  line-height: 2;
  color: var(--text-color);
  position: relative;
  padding-left: 1rem;
  text-align: left;
}
@media only screen and (max-width: 767.499px) {
  .service-solution-page .flow-section .flow-content .flow-step .step-content .step-list li {
    font-size: 0.875rem;
    line-height: 1.714;
    padding-left: 0.75rem;
  }
}
.service-solution-page .flow-section .flow-content .flow-step .step-content .step-list li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: var(--text-color);
}
.service-solution-page .flow-section .flow-content .flow-step .step-content .step-list li:last-child {
  margin-bottom: 0;
}
.service-solution-page .service-client-section {
  background: var(--bg-secondary);
  padding: 5.5rem 0 7.5rem;
}
@media only screen and (max-width: 767.499px) {
  .service-solution-page .service-client-section {
    padding: 2rem 0 3.25rem;
  }
}
.service-solution-page .service-client-section .section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767.499px) {
  .service-solution-page .service-client-section .section-header {
    gap: 0.75rem;
    margin-bottom: 1.5rem;
  }
}
.service-solution-page .service-client-section .section-header .section-icon {
  display: block;
  width: 1.75rem;
  height: 4.2rem;
  color: var(--secondary-color);
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 1;
}
@media only screen and (max-width: 767.499px) {
  .service-solution-page .service-client-section .section-header .section-icon {
    width: 1rem;
    height: 3rem;
    font-size: 1.5rem;
  }
}
.service-solution-page .service-client-section .section-header .section-title {
  font-size: 2.875rem;
  font-weight: 900;
  line-height: 2.5;
  margin: 0;
  letter-spacing: -0.025em;
}
@media only screen and (max-width: 767.499px) {
  .service-solution-page .service-client-section .section-header .section-title {
    font-size: 2rem;
  }
}
.service-solution-page .service-client-section .service-client-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3rem;
}
@media only screen and (max-width: 767.499px) {
  .service-solution-page .service-client-section .service-client-content {
    gap: 2.5rem;
  }
}
.service-solution-page .service-client-section .service-client-content .client-logos {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.service-solution-page .service-client-section .service-client-content .client-text {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  text-align: center;
}
.service-solution-page .service-client-section .service-client-content .client-text .client-description {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.71428;
  color: var(--text-color);
  margin: 0;
}
@media only screen and (max-width: 767.499px) {
  .service-solution-page .service-client-section .service-client-content .client-text .client-description {
    font-size: 1.375rem;
    line-height: 1.55;
  }
}

.service-orion-page .form-button--custom {
  width: 20rem;
  height: 3.75rem;
  font-size: 1.25rem;
  background: #fff;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media only screen and (max-width: 767.499px) {
  .service-orion-page .form-button--custom::after {
    right: 1.25rem;
    width: 1.25rem;
    height: 1rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .service-orion-page .form-button--custom {
    width: 100%;
    height: 3.125rem;
    font-size: 1rem;
  }
}
@media (hover: hover) {
  .service-orion-page .form-button--custom:hover {
    background-color: var(--text-color);
    color: #fff;
  }
}
@media (hover: none) {
  .service-orion-page .form-button--custom:active {
    background-color: var(--text-color);
    color: #fff;
  }
}
.service-orion-page .form-button {
  white-space: nowrap;
  width: 20rem;
  height: 3.75rem;
  font-size: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media only screen and (max-width: 767.499px) {
  .service-orion-page .form-button {
    width: 100%;
    height: 3.125rem;
    font-size: 1rem;
  }
  .service-orion-page .form-button::before {
    right: 1rem;
    width: 1.625rem;
    height: 1.625rem;
    border-radius: 0.25rem;
  }
  .service-orion-page .form-button::after {
    right: 1.25rem;
    width: 1.25rem;
    height: 1rem;
  }
}
.service-orion-page .container {
  margin: 0 auto;
  position: relative;
  max-width: 97.5rem;
  z-index: 1;
}
@media only screen and (max-width: 767.499px) {
  .service-orion-page .container {
    padding: 0 1.25rem;
  }
}
.service-orion-page .orion-about-section {
  background: white;
  border-radius: 3.75rem;
  overflow: hidden;
  position: relative;
  padding: 2rem 0 7.5rem;
}
@media only screen and (max-width: 767.499px) {
  .service-orion-page .orion-about-section {
    border-radius: 2rem;
    padding: 1.5rem 0 3.5rem;
  }
}
.service-orion-page .orion-about-section .orion-header {
  padding-top: 2.5rem;
}
@media only screen and (max-width: 767.499px) {
  .service-orion-page .orion-about-section .orion-header {
    padding-top: 2rem;
  }
}
.service-orion-page .orion-about-section .section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.service-orion-page .orion-about-section .section-header .section-title {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.444;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
}
@media only screen and (max-width: 767.499px) {
  .service-orion-page .orion-about-section .section-header .section-title {
    font-size: 1.5rem;
    line-height: 1.333;
    gap: 1.4rem;
  }
}
.service-orion-page .orion-about-section .section-header .section-title .accordion-button {
  background: var(--secondary-color);
  border: none;
  border-radius: 0.625rem;
  width: 3.25rem;
  height: 3.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-left: auto;
}
@media only screen and (max-width: 767.499px) {
  .service-orion-page .orion-about-section .section-header .section-title .accordion-button {
    width: 2.125rem;
    height: 2.125rem;
  }
}
.service-orion-page .orion-about-section .section-header .section-title .accordion-button .accordion-icon {
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .service-orion-page .orion-about-section .section-header .section-title .accordion-button .accordion-icon {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.service-orion-page .orion-about-section .section-header .section-title .accordion-button .accordion-icon::before, .service-orion-page .orion-about-section .section-header .section-title .accordion-button .accordion-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: white;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service-orion-page .orion-about-section .section-header .section-title .accordion-button .accordion-icon::before {
  width: 100%;
  height: 2px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.service-orion-page .orion-about-section .section-header .section-title .accordion-button .accordion-icon::after {
  width: 2px;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.service-orion-page .orion-about-section .section-header .section-title .accordion-button[aria-expanded=false] .accordion-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}
.service-orion-page .orion-about-section .section-header .section-title .accordion-button[aria-expanded=true] .accordion-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.service-orion-page .orion-about-section .section-header .section-title .accordion-button:hover {
  background: var(--secondary-color);
}
.service-orion-page .orion-about-section .orion-content {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service-orion-page .orion-about-section .orion-content.hidden {
  display: none;
}
.service-orion-page .orion-about-section .orion-content .orion-description {
  font-size: 1.5rem;
  line-height: 2;
  padding: 3rem 0.2rem 0;
  margin: 0;
}
@media only screen and (max-width: 767.499px) {
  .service-orion-page .orion-about-section .orion-content .orion-description {
    font-size: 1.125rem;
    line-height: 1.6666;
    padding-top: 2rem;
  }
}
.service-orion-page .assistant-section {
  background-image: url("../../img/page/service-orion/background.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 7.5rem 0 7.5rem;
}
@media only screen and (max-width: 767.499px) {
  .service-orion-page .assistant-section {
    padding: 3rem 0 3.25rem;
  }
}
.service-orion-page .assistant-section .assistant-title {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.444;
  margin: 0 0 3.5rem 0;
  color: var(--text-color);
}
@media only screen and (max-width: 767.499px) {
  .service-orion-page .assistant-section .assistant-title {
    font-size: 1.5rem;
    line-height: 1.6666;
    margin-bottom: 1.75rem;
  }
}
.service-orion-page .assistant-section .assistant-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3.25rem;
}
@media only screen and (max-width: 767.499px) {
  .service-orion-page .assistant-section .assistant-content {
    gap: 2rem;
  }
}
.service-orion-page .assistant-section .assistant-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3.25rem;
}
@media only screen and (max-width: 767.499px) {
  .service-orion-page .assistant-section .assistant-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
  }
}
.service-orion-page .assistant-section .assistant-top .assistant-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 46%;
  flex: 0 0 46%;
}
@media only screen and (max-width: 767.499px) {
  .service-orion-page .assistant-section .assistant-top .assistant-image {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: 100%;
    width: 100%;
  }
}
.service-orion-page .assistant-section .assistant-top .assistant-image img {
  width: 100%;
  height: auto;
  display: block;
}
.service-orion-page .assistant-section .assistant-top .assistant-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.888rem;
}
@media only screen and (max-width: 767.499px) {
  .service-orion-page .assistant-section .assistant-top .assistant-text {
    gap: 1.5rem;
  }
}
.service-orion-page .assistant-section .assistant-top .assistant-text p {
  font-size: 1.125rem;
  line-height: 1.8888;
  margin: 0;
  color: var(--text-color);
}
@media only screen and (max-width: 767.499px) {
  .service-orion-page .assistant-section .assistant-top .assistant-text p {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.service-orion-page .assistant-section .assistant-bottom {
  background: white;
  border-radius: 1.25rem;
  padding: 3.75rem 0;
  text-align: center;
}
@media only screen and (max-width: 767.499px) {
  .service-orion-page .assistant-section .assistant-bottom {
    border-radius: 0.625rem;
    padding: 1.25rem 0;
  }
}
.service-orion-page .assistant-section .assistant-bottom .assistant-subtitle {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.42857;
  margin: 0 0 2.5rem 0;
  color: var(--text-color);
}
@media only screen and (max-width: 767.499px) {
  .service-orion-page .assistant-section .assistant-bottom .assistant-subtitle {
    font-size: 1.375rem;
    line-height: 1.4545;
    margin-bottom: 1.25rem;
  }
}
.service-orion-page .assistant-section .assistant-bottom .assistant-flow {
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 767.499px) {
  .service-orion-page .assistant-section .assistant-bottom .assistant-flow {
    margin-bottom: 1.25rem;
  }
}
.service-orion-page .assistant-section .assistant-bottom .assistant-flow img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 83.25rem;
  margin: 0 auto;
}
@media only screen and (max-width: 767.499px) {
  .service-orion-page .assistant-section .assistant-bottom .assistant-flow img {
    max-width: 8.5625rem;
  }
}
.service-orion-page .assistant-section .assistant-bottom .assistant-highlight {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
  color: var(--secondary-color);
}
@media only screen and (max-width: 767.499px) {
  .service-orion-page .assistant-section .assistant-bottom .assistant-highlight {
    font-size: 1.375rem;
    line-height: 1.4545;
  }
}
.service-orion-page .strong-point-section {
  background-image: url("../../img/page/service-orion/background2.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 7.5rem 0 7.5rem;
}
@media only screen and (max-width: 767.499px) {
  .service-orion-page .strong-point-section {
    padding: 3rem 0 3.25rem;
  }
}
.service-orion-page .strong-point-section .strong-point-title {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.444;
  margin: 0 0 4rem 0;
  color: var(--text-color);
}
@media only screen and (max-width: 767.499px) {
  .service-orion-page .strong-point-section .strong-point-title {
    font-size: 1.5rem;
    line-height: 1.6666;
    margin-bottom: 1.75rem;
  }
}
.service-orion-page .strong-point-section .strong-point-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (max-width: 767.499px) {
  .service-orion-page .strong-point-section .strong-point-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    border-radius: 0.625rem;
    padding: 1.25rem;
  }
}
.service-orion-page .strong-point-section .strong-point-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3.25rem;
}
@media only screen and (max-width: 767.499px) {
  .service-orion-page .strong-point-section .strong-point-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
  }
}
.service-orion-page .strong-point-section .strong-point-top .strong-point-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 46%;
  flex: 0 0 46%;
}
@media only screen and (max-width: 767.499px) {
  .service-orion-page .strong-point-section .strong-point-top .strong-point-image {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: 100%;
    width: 100%;
  }
}
.service-orion-page .strong-point-section .strong-point-top .strong-point-image img {
  width: 100%;
  height: auto;
  display: block;
}
.service-orion-page .strong-point-section .strong-point-top .strong-point-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.888rem;
}
@media only screen and (max-width: 767.499px) {
  .service-orion-page .strong-point-section .strong-point-top .strong-point-text {
    gap: 1.5rem;
  }
}
.service-orion-page .strong-point-section .strong-point-top .strong-point-text p {
  font-size: 1.125rem;
  line-height: 1.8888;
  margin: 0;
  color: var(--text-color);
}
@media only screen and (max-width: 767.499px) {
  .service-orion-page .strong-point-section .strong-point-top .strong-point-text p {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.service-orion-page .comparison-section {
  background: white;
  padding: 7.5rem 0 7rem;
}
@media only screen and (max-width: 767.499px) {
  .service-orion-page .comparison-section {
    padding: 3.5rem 0 3rem;
  }
}
.service-orion-page .comparison-section .comparison-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 3.75rem;
}
@media only screen and (max-width: 767.499px) {
  .service-orion-page .comparison-section .comparison-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    margin-bottom: 1rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.service-orion-page .comparison-section .comparison-header .comparison-title {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.444;
  margin: 0;
  color: var(--text-color);
}
@media only screen and (max-width: 767.499px) {
  .service-orion-page .comparison-section .comparison-header .comparison-title {
    font-size: 1.5rem;
    line-height: 1.4583;
    margin-bottom: 1.75rem;
  }
}
.service-orion-page .comparison-section .comparison-header .comparison-subtitle {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.444;
  margin: 0;
  color: var(--text-color);
}
@media only screen and (max-width: 767.499px) {
  .service-orion-page .comparison-section .comparison-header .comparison-subtitle {
    font-size: 1.25rem;
    line-height: 1.6666;
  }
}
.service-orion-page .comparison-section .comparison-table-wrapper {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767.499px) {
  .service-orion-page .comparison-section .comparison-table-wrapper {
    margin-bottom: 2rem;
  }
}
.service-orion-page .comparison-section .comparison-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1rem;
}
@media only screen and (max-width: 767.499px) {
  .service-orion-page .comparison-section .comparison-columns {
    gap: 0.5rem;
  }
}
.service-orion-page .comparison-section .comparison-column {
  border-radius: 1.3rem;
  overflow: hidden;
  -webkit-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767.499px) {
  .service-orion-page .comparison-section .comparison-column {
    border-radius: 0.625rem;
  }
}
.service-orion-page .comparison-section .comparison-column table {
  width: 100%;
  border-collapse: collapse;
  height: 100%;
}
.service-orion-page .comparison-section .comparison-column table th,
.service-orion-page .comparison-section .comparison-column table td {
  text-align: center;
  vertical-align: middle;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.4545;
  padding: 1.1875rem 0;
}
@media only screen and (max-width: 767.499px) {
  .service-orion-page .comparison-section .comparison-column table th,
  .service-orion-page .comparison-section .comparison-column table td {
    font-size: 0.875rem;
    padding: 0.75rem 0.5rem;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 767.499px) {
  .service-orion-page .comparison-section .comparison-column table th {
    padding: 0;
    height: 3.25rem;
    font-size: 1.125rem;
  }
}
.service-orion-page .comparison-section .comparison-column table td {
  font-size: 1.125rem;
  line-height: 1.444;
  height: 4.075rem;
  padding: 0;
}
@media only screen and (max-width: 767.499px) {
  .service-orion-page .comparison-section .comparison-column table td {
    height: 4.375rem;
    font-size: 1rem;
  }
}
.service-orion-page .comparison-section .comparison-column.column-1 {
  width: 28.8%;
  background-color: #F2F2F2;
}
.service-orion-page .comparison-section .comparison-column.column-1 th {
  background-color: var(--text-color);
  color: white;
}
.service-orion-page .comparison-section .comparison-column.column-1 td {
  color: var(--text-color);
}
.service-orion-page .comparison-section .comparison-column.column-1 tbody tr:not(:last-child) td {
  border-bottom: 0.0625rem solid #D0D0D0;
}
.service-orion-page .comparison-section .comparison-column.column-2 {
  width: 33.01%;
  background-color: #fff;
  border: 0.0625rem solid #D0D0D0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.service-orion-page .comparison-section .comparison-column.column-2 th {
  background-color: #B5B5B5;
  color: white;
}
.service-orion-page .comparison-section .comparison-column.column-2 td {
  color: #B5B5B5;
}
.service-orion-page .comparison-section .comparison-column.column-2 td .symbol-icon {
  width: 2.625rem;
  height: 2.625rem;
  display: block;
  margin: 0 auto;
}
.service-orion-page .comparison-section .comparison-column.column-2 tbody tr:not(:last-child) td {
  border-bottom: 0.0625rem solid #D0D0D0;
}
.service-orion-page .comparison-section .comparison-column.column-3 {
  width: 33.01%;
  background-color: #fff;
}
.service-orion-page .comparison-section .comparison-column.column-3 th {
  background-color: var(--btn-orange);
  color: white;
}
@media only screen and (min-width: 768px) {
  .service-orion-page .comparison-section .comparison-column.column-3 th {
    height: 4.375rem;
    padding: 0;
  }
}
.service-orion-page .comparison-section .comparison-column.column-3 th .orion-logo {
  width: 8.238125rem;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 767.499px) {
  .service-orion-page .comparison-section .comparison-column.column-3 th .orion-logo {
    width: 5.1rem;
  }
}
.service-orion-page .comparison-section .comparison-column.column-3 td {
  color: var(--btn-orange);
  font-size: 1.375rem;
}
@media only screen and (max-width: 767.499px) {
  .service-orion-page .comparison-section .comparison-column.column-3 td {
    font-size: 1rem;
  }
}
.service-orion-page .comparison-section .comparison-column.column-3 td .double-circle,
.service-orion-page .comparison-section .comparison-column.column-3 td .symbol-icon {
  width: 2.625rem;
  height: 2.625rem;
  display: block;
  margin: 0 auto;
}
.service-orion-page .comparison-section .comparison-column.column-3 tbody tr:not(:last-child) td {
  border-bottom: 0.0625rem solid #D0D0D0;
}
@media only screen and (max-width: 767.499px) {
  .service-orion-page .comparison-section .comparison-column.column-1 {
    width: 32%;
  }
  .service-orion-page .comparison-section .comparison-column.column-2, .service-orion-page .comparison-section .comparison-column.column-3 {
    width: 34%;
  }
}
.service-orion-page .comparison-section .comparison-cta {
  text-align: center;
}
.service-orion-page .comparison-section .comparison-cta p {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.714528;
  margin: 0;
  color: var(--text-color);
}
@media only screen and (max-width: 767.499px) {
  .service-orion-page .comparison-section .comparison-cta p {
    font-size: 1.375rem;
    line-height: 1.4545;
    font-weight: 700;
  }
}
.service-orion-page .orion-slider-section {
  background: var(--bg-secondary);
  padding: 7.5rem 0 7.5rem;
}
@media only screen and (max-width: 767.499px) {
  .service-orion-page .orion-slider-section {
    padding: 3rem 0 4rem;
  }
}
.service-orion-page .orion-slider-section .orion-slider-title {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.444;
  margin: 0 0 3.5rem 0;
  color: var(--text-color);
}
@media only screen and (max-width: 767.499px) {
  .service-orion-page .orion-slider-section .orion-slider-title {
    font-size: 1.5rem;
    line-height: 1.6666;
    margin-bottom: 2.5rem;
  }
}
.service-orion-page .improvement-section {
  background: white;
  padding: 8rem 0 7.5rem;
}
@media only screen and (max-width: 767.499px) {
  .service-orion-page .improvement-section {
    padding: 3rem 0 3.25rem;
  }
}
.service-orion-page .improvement-section .improvement-title {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.444;
  margin: 0 0 3.5rem 0;
  color: var(--text-color);
}
@media only screen and (max-width: 767.499px) {
  .service-orion-page .improvement-section .improvement-title {
    font-size: 1.5rem;
    line-height: 1.7;
    margin-bottom: 2rem;
  }
}
.service-orion-page .improvement-section .improvement-content {
  background: var(--bg-third);
  border-radius: 1.25rem;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 4.1rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 767.499px) {
  .service-orion-page .improvement-section .improvement-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.7rem;
    padding: 2.25rem;
    border-radius: 0.625rem;
  }
}
.service-orion-page .improvement-section .improvement-content .improvement-visual {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 28.8125rem;
  flex: 0 0 28.8125rem;
}
@media only screen and (max-width: 767.499px) {
  .service-orion-page .improvement-section .improvement-content .improvement-visual {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: 100%;
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.service-orion-page .improvement-section .improvement-content .improvement-visual img {
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (max-width: 767.499px) {
  .service-orion-page .improvement-section .improvement-content .improvement-list {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
  }
}
.service-orion-page .improvement-section .improvement-content .improvement-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.service-orion-page .improvement-section .improvement-content .improvement-list ul li {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.45833;
  color: var(--text-color);
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 767.499px) {
  .service-orion-page .improvement-section .improvement-content .improvement-list ul li {
    font-size: 1.125rem;
    line-height: 1.6;
    padding-left: 1.2rem;
    margin-bottom: 0.55rem;
    white-space: nowrap;
  }
}
.service-orion-page .improvement-section .improvement-content .improvement-list ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2.25rem;
  height: 2.25rem;
  background-image: url("../../img/page/service-orion/orion4.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 767.499px) {
  .service-orion-page .improvement-section .improvement-content .improvement-list ul li::before {
    width: 1.5rem;
    height: 1.5rem;
    top: 0.1rem;
    left: -0.5rem;
  }
}
.service-orion-page .improvement-section .improvement-content .improvement-list ul li:last-child {
  margin-bottom: 0;
}

.service-vega-page .form-button--custom {
  width: 20rem;
  height: 3.75rem;
  font-size: 1.25rem;
  background: #fff;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media only screen and (max-width: 767.499px) {
  .service-vega-page .form-button--custom::after {
    right: 1.25rem;
    width: 1.25rem;
    height: 1rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .service-vega-page .form-button--custom {
    width: 100%;
    height: 3.125rem;
    font-size: 1rem;
  }
}
@media (hover: hover) {
  .service-vega-page .form-button--custom:hover {
    background-color: var(--text-color);
    color: #fff;
  }
}
@media (hover: none) {
  .service-vega-page .form-button--custom:active {
    background-color: var(--text-color);
    color: #fff;
  }
}
.service-vega-page .form-button {
  white-space: nowrap;
  width: 20rem;
  height: 3.75rem;
  font-size: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media only screen and (max-width: 767.499px) {
  .service-vega-page .form-button {
    width: 100%;
    height: 3.125rem;
    font-size: 1rem;
  }
  .service-vega-page .form-button::before {
    right: 1rem;
    width: 1.625rem;
    height: 1.625rem;
    border-radius: 0.25rem;
  }
  .service-vega-page .form-button::after {
    right: 1.25rem;
    width: 1.25rem;
    height: 1rem;
  }
}
.service-vega-page .container {
  margin: 0 auto;
  position: relative;
  max-width: 97.5rem;
  z-index: 1;
}
@media only screen and (max-width: 767.499px) {
  .service-vega-page .container {
    padding: 0 1.25rem;
  }
}
.service-vega-page .vega-about-section {
  background: white;
  border-radius: 3.75rem;
  overflow: hidden;
  position: relative;
  padding: 2rem 0 7.5rem;
}
@media only screen and (max-width: 767.499px) {
  .service-vega-page .vega-about-section {
    border-radius: 2rem;
    padding: 1.5rem 0 3.5rem;
  }
}
.service-vega-page .vega-about-section .vega-header {
  padding-top: 2.5rem;
}
@media only screen and (max-width: 767.499px) {
  .service-vega-page .vega-about-section .vega-header {
    padding-top: 2rem;
  }
}
.service-vega-page .vega-about-section .section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.service-vega-page .vega-about-section .section-header .section-title {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.444;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
}
@media only screen and (max-width: 767.499px) {
  .service-vega-page .vega-about-section .section-header .section-title {
    font-size: 1.5rem;
    line-height: 1.333;
    gap: 1.4rem;
  }
}
.service-vega-page .vega-about-section .section-header .section-title .accordion-button {
  background: var(--text-color);
  border: none;
  border-radius: 0.625rem;
  width: 3.25rem;
  height: 3.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-left: auto;
}
@media only screen and (max-width: 767.499px) {
  .service-vega-page .vega-about-section .section-header .section-title .accordion-button {
    width: 2.125rem;
    height: 2.125rem;
  }
}
.service-vega-page .vega-about-section .section-header .section-title .accordion-button .accordion-icon {
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .service-vega-page .vega-about-section .section-header .section-title .accordion-button .accordion-icon {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.service-vega-page .vega-about-section .section-header .section-title .accordion-button .accordion-icon::before, .service-vega-page .vega-about-section .section-header .section-title .accordion-button .accordion-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: white;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service-vega-page .vega-about-section .section-header .section-title .accordion-button .accordion-icon::before {
  width: 100%;
  height: 2px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.service-vega-page .vega-about-section .section-header .section-title .accordion-button .accordion-icon::after {
  width: 2px;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.service-vega-page .vega-about-section .section-header .section-title .accordion-button[aria-expanded=false] .accordion-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}
.service-vega-page .vega-about-section .section-header .section-title .accordion-button[aria-expanded=true] .accordion-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.service-vega-page .vega-about-section .section-header .section-title .accordion-button:hover {
  background: var(--text-color);
}
.service-vega-page .vega-about-section .vega-content {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service-vega-page .vega-about-section .vega-content.hidden {
  display: none;
}
.service-vega-page .vega-about-section .vega-content .vega-description {
  font-size: 1.5rem;
  line-height: 2;
  padding: 3rem 0.2rem 0;
  margin: 0;
}
@media only screen and (max-width: 767.499px) {
  .service-vega-page .vega-about-section .vega-content .vega-description {
    font-size: 1.125rem;
    line-height: 1.6666;
    letter-spacing: 0.015em;
    padding-top: 2rem;
  }
}
.service-vega-page .assistant-section {
  background-image: url("../../img/page/service-vega/background.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 7.5rem 0 7.5rem;
}
@media only screen and (max-width: 767.499px) {
  .service-vega-page .assistant-section {
    padding: 3rem 0 3.25rem;
  }
}
.service-vega-page .assistant-section .assistant-title {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.444;
  margin: 0 0 3.5rem 0;
  color: var(--text-color);
}
@media only screen and (max-width: 767.499px) {
  .service-vega-page .assistant-section .assistant-title {
    font-size: 1.5rem;
    line-height: 1.6666;
    margin-bottom: 1.75rem;
  }
}
.service-vega-page .assistant-section .assistant-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3.25rem;
}
@media only screen and (max-width: 767.499px) {
  .service-vega-page .assistant-section .assistant-content {
    gap: 3rem;
  }
}
.service-vega-page .assistant-section .assistant-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3.25rem;
}
@media only screen and (max-width: 767.499px) {
  .service-vega-page .assistant-section .assistant-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
  }
}
.service-vega-page .assistant-section .assistant-top .assistant-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 46%;
  flex: 0 0 46%;
}
@media only screen and (max-width: 767.499px) {
  .service-vega-page .assistant-section .assistant-top .assistant-image {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: 100%;
    width: 100%;
  }
}
.service-vega-page .assistant-section .assistant-top .assistant-image img {
  width: 100%;
  height: auto;
  display: block;
}
.service-vega-page .assistant-section .assistant-top .assistant-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.888rem;
}
@media only screen and (max-width: 767.499px) {
  .service-vega-page .assistant-section .assistant-top .assistant-text {
    gap: 1.5rem;
  }
}
.service-vega-page .assistant-section .assistant-top .assistant-text p {
  font-size: 1.125rem;
  line-height: 1.8888;
  margin: 0;
  color: var(--text-color);
}
@media only screen and (max-width: 767.499px) {
  .service-vega-page .assistant-section .assistant-top .assistant-text p {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.service-vega-page .assistant-section .assistant-bottom {
  background: white;
  border-radius: 1.25rem;
  padding: 3.75rem 0;
  text-align: center;
}
@media only screen and (max-width: 767.499px) {
  .service-vega-page .assistant-section .assistant-bottom {
    border-radius: 0.625rem;
    padding: 1.25rem 0;
  }
}
.service-vega-page .assistant-section .assistant-bottom .assistant-subtitle {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.42857;
  margin: 0 0 2.5rem 0;
  color: var(--text-color);
}
@media only screen and (max-width: 767.499px) {
  .service-vega-page .assistant-section .assistant-bottom .assistant-subtitle {
    font-size: 1.375rem;
    line-height: 1.4545;
    margin-bottom: 1.25rem;
  }
}
.service-vega-page .assistant-section .assistant-bottom .assistant-flow {
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 767.499px) {
  .service-vega-page .assistant-section .assistant-bottom .assistant-flow {
    margin-bottom: 1.25rem;
  }
}
.service-vega-page .assistant-section .assistant-bottom .assistant-flow img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 72.25rem;
  margin: 0 auto;
}
@media only screen and (max-width: 767.499px) {
  .service-vega-page .assistant-section .assistant-bottom .assistant-flow img {
    max-width: 8rem;
  }
}
.service-vega-page .assistant-section .assistant-bottom .assistant-highlight {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 2.5rem 0;
  color: var(--secondary-color);
}
@media only screen and (max-width: 767.499px) {
  .service-vega-page .assistant-section .assistant-bottom .assistant-highlight {
    font-size: 1.375rem;
    line-height: 1.4545;
    margin-bottom: 1.25rem;
  }
}
.service-vega-page .assistant-section .assistant-bottom .vega-conversation-button-container {
  margin-top: 2rem;
}
@media only screen and (max-width: 767.499px) {
  .service-vega-page .assistant-section .assistant-bottom .vega-conversation-button-container {
    margin-top: 1.25rem;
  }
}
.service-vega-page .assistant-section .assistant-bottom .vega-conversation-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 2rem 1rem 2.2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: transparent;
  border: 1px solid var(--text-color);
  border-radius: 0.625rem;
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--text-color);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  width: 25rem;
  height: 3.5rem;
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .service-vega-page .assistant-section .assistant-bottom .vega-conversation-button {
    width: 88%;
    max-width: 20rem;
    height: 3.2rem;
    font-size: 1rem;
    gap: 0.5rem;
    padding: 0.8rem 0.75rem;
  }
}
.service-vega-page .assistant-section .assistant-bottom .vega-conversation-button::after {
  content: "";
  width: 1.2rem;
  height: 1.8125rem;
  background-image: url("../../img/page/service-vega/speaker.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 767.499px) {
  .service-vega-page .assistant-section .assistant-bottom .vega-conversation-button::after {
    width: 1.0625rem;
    height: 1.5rem;
  }
}
.service-vega-page .assistant-section .assistant-bottom .vega-conversation-button:hover {
  background: var(--text-color);
  color: #ffffff;
}
.service-vega-page .assistant-section .assistant-bottom .vega-conversation-button:hover::after {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.service-vega-page .vega-slider-section {
  background: var(--bg-secondary);
  padding: 7.5rem 0 7.5rem;
}
@media only screen and (max-width: 767.499px) {
  .service-vega-page .vega-slider-section {
    padding: 3rem 0 4rem;
  }
}
.service-vega-page .vega-slider-section .vega-slider-title {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.444;
  margin: 0 0 3.5rem 0;
  color: var(--text-color);
}
@media only screen and (max-width: 767.499px) {
  .service-vega-page .vega-slider-section .vega-slider-title {
    font-size: 1.5rem;
    line-height: 1.6666;
    margin-bottom: 2.5rem;
  }
}
.service-vega-page .improvement-section {
  background: white;
  padding: 8rem 0 7.5rem;
}
@media only screen and (max-width: 767.499px) {
  .service-vega-page .improvement-section {
    padding: 3rem 0 3rem;
  }
}
.service-vega-page .improvement-section .improvement-title {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.444;
  margin: 0 0 3.5rem 0;
  color: var(--text-color);
}
@media only screen and (max-width: 767.499px) {
  .service-vega-page .improvement-section .improvement-title {
    font-size: 1.5rem;
    line-height: 1.7;
    margin-bottom: 2rem;
  }
}
.service-vega-page .improvement-section .improvement-content {
  background: var(--bg-third);
  border-radius: 1.25rem;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 4.1rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-bottom: 3.5rem;
}
@media only screen and (max-width: 767.499px) {
  .service-vega-page .improvement-section .improvement-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.7rem;
    padding: 0;
    border-radius: 0.625rem;
    margin-bottom: 2rem;
  }
}
.service-vega-page .improvement-section .improvement-content .improvement-visual {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 28.8125rem;
  flex: 0 0 28.8125rem;
}
@media only screen and (max-width: 767.499px) {
  .service-vega-page .improvement-section .improvement-content .improvement-visual {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: 100%;
    padding: 2.25rem 2.25rem 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.service-vega-page .improvement-section .improvement-content .improvement-visual img {
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (max-width: 767.499px) {
  .service-vega-page .improvement-section .improvement-content .improvement-list {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    padding: 0 1.25rem 2.25rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.service-vega-page .improvement-section .improvement-content .improvement-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.service-vega-page .improvement-section .improvement-content .improvement-list ul li {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.45833;
  color: var(--text-color);
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 767.499px) {
  .service-vega-page .improvement-section .improvement-content .improvement-list ul li {
    font-size: 1.125rem;
    line-height: 1.55;
    padding-left: 1.5rem;
    margin-bottom: 0.55rem;
    white-space: nowrap;
  }
  .service-vega-page .improvement-section .improvement-content .improvement-list ul li.second::before {
    top: 35%;
  }
}
.service-vega-page .improvement-section .improvement-content .improvement-list ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2.25rem;
  height: 2.25rem;
  background-image: url("../../img/page/service-orion/orion4.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 767.499px) {
  .service-vega-page .improvement-section .improvement-content .improvement-list ul li::before {
    width: 1.5rem;
    height: 1.5rem;
    top: 0.1rem;
    left: -0.5rem;
  }
}
.service-vega-page .improvement-section .improvement-content .improvement-list ul li:last-child {
  margin-bottom: 0;
}
.service-vega-page .improvement-section .effect-section .effect-title {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.444;
  margin: 0 0 0.625rem 0;
  color: var(--text-color);
  position: relative;
}
@media only screen and (max-width: 767.499px) {
  .service-vega-page .improvement-section .effect-section .effect-title {
    font-size: 1.25rem;
    line-height: 1.6666;
    margin-bottom: 1rem;
  }
}
.service-vega-page .improvement-section .effect-section .effect-title::after {
  content: "";
  position: absolute;
  bottom: -1.5rem;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  background-color: #D0D0D0;
}
@media only screen and (max-width: 767.499px) {
  .service-vega-page .improvement-section .effect-section .effect-title::after {
    bottom: -1rem;
  }
}
.service-vega-page .improvement-section .effect-section .effect-charts {
  background-color: var(--bg-main);
  border-radius: 1.25rem;
  padding: 4rem 3.75rem 2.5rem 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.875rem;
  margin-top: 3.75rem;
}
@media only screen and (max-width: 767.499px) {
  .service-vega-page .improvement-section .effect-section .effect-charts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.65rem;
    padding: 1.25rem;
    border-radius: 0.625rem;
    margin-top: 2rem;
  }
}
.service-vega-page .improvement-section .effect-section .effect-charts .chart-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  border: 0.135rem solid #FF9F00;
  border-radius: 1.25rem;
  background-color: white;
  padding: 1.75rem 2.5rem;
}
@media only screen and (max-width: 767.499px) {
  .service-vega-page .improvement-section .effect-section .effect-charts .chart-item {
    border-radius: 0.625rem;
    padding: 0.75rem;
    padding-bottom: 1.25rem;
  }
}
.service-vega-page .improvement-section .effect-section .effect-charts .chart-item .chart-graph {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767.499px) {
  .service-vega-page .improvement-section .effect-section .effect-charts .chart-item .chart-graph {
    margin-bottom: 1rem;
  }
}
.service-vega-page .improvement-section .effect-section .effect-charts .chart-item .chart-label {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.666;
  color: var(--text-color);
  margin: 0;
}
@media only screen and (max-width: 767.499px) {
  .service-vega-page .improvement-section .effect-section .effect-charts .chart-item .chart-label {
    font-size: 1.125rem;
    line-height: 1.4;
  }
}
.service-vega-page .strong-point-section {
  background-image: url("../../img/page/service-vega/background2.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 7.5rem 0 7.5rem;
}
@media only screen and (max-width: 767.499px) {
  .service-vega-page .strong-point-section {
    padding: 3.1rem 0 3.25rem;
  }
}
.service-vega-page .strong-point-section .strong-point-title {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.444;
  margin: 0 0 4rem 0;
  color: var(--text-color);
}
@media only screen and (max-width: 767.499px) {
  .service-vega-page .strong-point-section .strong-point-title {
    font-size: 1.5rem;
    line-height: 1.6666;
    margin-bottom: 2rem;
  }
}
.service-vega-page .strong-point-section .strong-point-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}
@media only screen and (max-width: 767.499px) {
  .service-vega-page .strong-point-section .strong-point-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.service-vega-page .strong-point-section .strong-point-item {
  background: white;
  border-radius: 1.25rem;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
@media only screen and (max-width: 767.499px) {
  .service-vega-page .strong-point-section .strong-point-item {
    border-radius: 0.625rem;
    padding: 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0.625rem;
  }
}
.service-vega-page .strong-point-section .strong-point-item .strong-point-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 767.499px) {
  .service-vega-page .strong-point-section .strong-point-item .strong-point-icon {
    margin-bottom: 0;
  }
}
.service-vega-page .strong-point-section .strong-point-item .strong-point-icon img {
  width: 4.375rem;
  height: 6.4375rem;
  display: block;
}
@media only screen and (max-width: 767.499px) {
  .service-vega-page .strong-point-section .strong-point-item .strong-point-icon img {
    width: 3rem;
    height: 4.375rem;
    margin: 0 auto;
  }
}
.service-vega-page .strong-point-section .strong-point-item .strong-point-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}
@media only screen and (max-width: 767.499px) {
  .service-vega-page .strong-point-section .strong-point-item .strong-point-content {
    text-align: left;
  }
}
.service-vega-page .strong-point-section .strong-point-item .strong-point-subtitle {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 1rem 0;
  color: var(--text-color);
}
@media only screen and (max-width: 767.499px) {
  .service-vega-page .strong-point-section .strong-point-item .strong-point-subtitle {
    font-size: 1.125rem;
    line-height: 1.4;
    margin-bottom: 0.75rem;
  }
}
.service-vega-page .strong-point-section .strong-point-item .strong-point-description {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  margin: 0;
  color: var(--text-color);
}
@media only screen and (max-width: 767.499px) {
  .service-vega-page .strong-point-section .strong-point-item .strong-point-description {
    font-size: 0.875rem;
    line-height: 2;
  }
}
.service-vega-page .comparison-section {
  background: white;
  padding: 7.5rem 0 7rem;
}
@media only screen and (max-width: 767.499px) {
  .service-vega-page .comparison-section {
    padding: 3.5rem 0 3rem;
  }
}
.service-vega-page .comparison-section .comparison-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 3.75rem;
}
@media only screen and (max-width: 767.499px) {
  .service-vega-page .comparison-section .comparison-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    margin-bottom: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.service-vega-page .comparison-section .comparison-header .comparison-title {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.444;
  margin: 0;
  color: var(--text-color);
}
@media only screen and (max-width: 767.499px) {
  .service-vega-page .comparison-section .comparison-header .comparison-title {
    font-size: 1.5rem;
    line-height: 1.4583;
    margin-bottom: 1.75rem;
  }
}
.service-vega-page .comparison-section .comparison-table-wrapper {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767.499px) {
  .service-vega-page .comparison-section .comparison-table-wrapper {
    margin-bottom: 1.25rem;
    margin-right: -1.25rem;
  }
}
.service-vega-page .comparison-section .comparison-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1rem;
}
.service-vega-page .comparison-section .comparison-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  overflow: hidden;
}
.service-vega-page .comparison-section .comparison-fixed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  width: 63%;
  margin-bottom: 0.5rem;
}
.service-vega-page .comparison-section .comparison-scrollable {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow-x: auto;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  padding-right: 1.25rem;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.service-vega-page .comparison-section .comparison-scrollable::-webkit-scrollbar {
  display: none;
}
.service-vega-page .comparison-section .comparison-scrollable .comparison-column {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-width: 6.5rem;
}
.service-vega-page .comparison-section .comparison-column {
  border-radius: 1.3rem;
  overflow: hidden;
  -webkit-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767.499px) {
  .service-vega-page .comparison-section .comparison-column {
    border-radius: 0.625rem;
  }
}
.service-vega-page .comparison-section .comparison-column table {
  width: 100%;
  border-collapse: collapse;
  height: 100%;
}
.service-vega-page .comparison-section .comparison-column table th,
.service-vega-page .comparison-section .comparison-column table td {
  text-align: center;
  vertical-align: middle;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.4545;
  padding: 1.1875rem 0;
}
@media only screen and (max-width: 767.499px) {
  .service-vega-page .comparison-section .comparison-column table th,
  .service-vega-page .comparison-section .comparison-column table td {
    font-size: 0.875rem;
    padding: 0.75rem 0.5rem;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 767.499px) {
  .service-vega-page .comparison-section .comparison-column table th {
    padding: 0;
    height: 3.25rem;
    font-size: 1.125rem;
  }
}
.service-vega-page .comparison-section .comparison-column table td {
  font-size: 1.125rem;
  line-height: 1.444;
  height: 4.075rem;
  padding: 0;
}
@media only screen and (max-width: 767.499px) {
  .service-vega-page .comparison-section .comparison-column table td {
    height: 4.375rem;
    font-size: 1rem;
  }
}
.service-vega-page .comparison-section .comparison-column.column-1 {
  width: 28.8%;
  background-color: #F2F2F2;
}
@media only screen and (max-width: 767.499px) {
  .service-vega-page .comparison-section .comparison-column.column-1 {
    width: 6.5rem;
  }
}
.comparison-mobile .service-vega-page .comparison-section .comparison-column.column-1 {
  width: 50%;
}
.service-vega-page .comparison-section .comparison-column.column-1 th {
  background-color: var(--text-color);
  color: white;
}
.service-vega-page .comparison-section .comparison-column.column-1 td {
  color: var(--text-color);
}
.service-vega-page .comparison-section .comparison-column.column-1 tbody tr:not(:last-child) td {
  border-bottom: 0.0625rem solid #D0D0D0;
}
.service-vega-page .comparison-section .comparison-column.column-2, .service-vega-page .comparison-section .comparison-column.column-3 {
  width: 21.15%;
  background-color: #fff;
  border: 0.0625rem solid #D0D0D0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767.499px) {
  .service-vega-page .comparison-section .comparison-column.column-2, .service-vega-page .comparison-section .comparison-column.column-3 {
    width: 6.5rem;
    margin-bottom: 0.5rem;
  }
}
@media only screen and (max-width: 767.499px) {
  .service-vega-page .comparison-section .comparison-column.column-2.last th, .service-vega-page .comparison-section .comparison-column.column-3.last th {
    font-size: 1rem;
  }
}
.service-vega-page .comparison-section .comparison-column.column-2 th, .service-vega-page .comparison-section .comparison-column.column-3 th {
  background-color: #B5B5B5;
  color: white;
}
.service-vega-page .comparison-section .comparison-column.column-2 td, .service-vega-page .comparison-section .comparison-column.column-3 td {
  color: #B5B5B5;
}
.service-vega-page .comparison-section .comparison-column.column-2 td .symbol-icon, .service-vega-page .comparison-section .comparison-column.column-3 td .symbol-icon {
  width: 2.625rem;
  height: 2.625rem;
  display: block;
  margin: 0 auto;
}
.service-vega-page .comparison-section .comparison-column.column-2 tbody tr:not(:last-child) td, .service-vega-page .comparison-section .comparison-column.column-3 tbody tr:not(:last-child) td {
  border-bottom: 0.0625rem solid #D0D0D0;
}
.service-vega-page .comparison-section .comparison-column.column-4 {
  width: 21.15%;
  background-color: #fff;
}
@media only screen and (max-width: 767.499px) {
  .service-vega-page .comparison-section .comparison-column.column-4 {
    width: 6.5rem;
  }
}
.comparison-mobile .service-vega-page .comparison-section .comparison-column.column-4 {
  width: 50%;
}
.service-vega-page .comparison-section .comparison-column.column-4 th {
  background-color: var(--btn-orange);
  color: white;
}
@media only screen and (min-width: 768px) {
  .service-vega-page .comparison-section .comparison-column.column-4 th {
    height: 4.375rem;
    padding: 0;
  }
}
.service-vega-page .comparison-section .comparison-column.column-4 th .vega-logo {
  width: 8.238125rem;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 767.499px) {
  .service-vega-page .comparison-section .comparison-column.column-4 th .vega-logo {
    width: 5.1rem;
  }
}
.service-vega-page .comparison-section .comparison-column.column-4 td {
  color: var(--btn-orange);
  font-size: 1.375rem;
}
@media only screen and (max-width: 767.499px) {
  .service-vega-page .comparison-section .comparison-column.column-4 td {
    font-size: 1rem;
  }
}
.service-vega-page .comparison-section .comparison-column.column-4 td .double-circle,
.service-vega-page .comparison-section .comparison-column.column-4 td .symbol-icon {
  width: 2.625rem;
  height: 2.625rem;
  display: block;
  margin: 0 auto;
}
.service-vega-page .comparison-section .comparison-column.column-4 tbody tr:not(:last-child) td {
  border-bottom: 0.0625rem solid #D0D0D0;
}
.service-vega-page .comparison-section .comparison-cta {
  text-align: center;
}
.service-vega-page .comparison-section .comparison-cta p {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.714528;
  margin: 0;
  color: var(--text-color);
}
@media only screen and (max-width: 767.499px) {
  .service-vega-page .comparison-section .comparison-cta p {
    font-size: 1.375rem;
    line-height: 1.4545;
    font-weight: 700;
  }
}

body.page-service-vega-body .page-title {
  -webkit-transform: scaleX(1.1);
  transform: scaleX(1.1);
  margin: 0 auto;
  position: relative;
  max-width: 89.5rem;
}
@media only screen and (max-width: 767.499px) {
  body.page-service-vega-body .page-title {
    padding: 0 0.4rem;
    margin-top: 2.25rem;
    -webkit-transform: none;
    transform: none;
    letter-spacing: 0.05em;
  }
  body.page-service-vega-body .page-title span {
    letter-spacing: -0.01em;
  }
}
/*# sourceMappingURL=maps/style.css.map */
