@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
  line-height: 1.15; /* 1 */
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/* index.html以外のページでヘッダーが固定されている場合のメインコンテンツの調整 */
body:not(.top) {
  padding-top: min(60px, 4.6875vw);
}

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
}

h1,
h2,
h3 {
  font-weight: bold;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  margin: 0;
  clear: both;
  overflow: visible; /* 2 */
  border-top-width: 1px;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-size: inherit; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-size: inherit; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  vertical-align: middle;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

/* global.scss */
a,
img {
  width: 100%;
  display: block;
}

@media only screen and (min-width: 769px) {
  .pcHide {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .spHide {
    display: none !important;
  }
}
.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s ease;
}
.fadein.show {
  opacity: 1;
  transform: translateY(0);
}

header {
  padding: min(20px, 1.5625vw);
  position: relative;
  z-index: 999;
}

/* index.html以外のページでヘッダーを固定 */
body:not(.top) header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* index.htmlの固定ヘッダー（PCのみ） */
@media only screen and (min-width: 769px) {
  body.top header {
    transition: all 0.3s ease-out;
  }
  
  body.top header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 999;
    animation: headerSlideDown 0.3s ease-out;
  }
  
  body.top header.fixed.fade-out {
    animation: headerSlideUp 0.3s ease-out;
  }
  
  body.top header.fixed .header__logo img {
    filter: none;
  }
  
  body.top header.fixed nav ul.top li a {
    color: #333333 !important;
  }
  
  body.top header.fixed .service-dropdown .service-submenu .main-department a {
    color: #732e38 !important;
  }
}

@keyframes headerSlideDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes headerSlideUp {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(-100%);
    opacity: 0;
  }
}

/* tpdc.html専用のスタイル */
.tpdc-websystem {
  background: #f6f8f8;
}

.tpdc-aidevelopment {
  background: #ffffff;
}
@media only screen and (max-width: 768px) {
  header {
    padding: 5.1282051282vw;
  }
}
header .header_wrap {
  width: min(1193px, 93.203125vw);
  margin: auto;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  header .header_wrap {
    width: 89.7435897436vw;
  }
}
header .header_wrap .header__logo {
  width: min(191px, 14.921875vw);
}

/* index.html専用のロゴスタイル */
.top header .header_wrap .header__logo img {
  filter: brightness(0) invert(1);
}

@media only screen and (max-width: 768px) {
  .top header .header_wrap .header__logo img {
    filter: none;
  }
}
@media only screen and (max-width: 768px) {
  header .header_wrap .header__logo {
    width: 36.6666666667vw;
  }
}
header .header_wrap nav {
  margin-left: auto;
}
header .header_wrap nav ul {
  display: flex;
  gap: min(60px, 4.6875vw);
}
header .header_wrap nav ul li {
  font-size: min(13px, 1.015625vw);
}
header .header_wrap nav ul li a {
  color: #333333;
}
header .header_wrap nav ul li.header__service {
  position: relative;
}
header .header_wrap nav ul li.header__service ul {
  display: none;
  position: absolute;
  top: 100%;
  left: max(-17px, -1.328125vw);
  background-color: #333333;
  width: min(152px, 11.875vw);
  padding: min(10px, 0.78125vw) 0;
}
header .header_wrap nav ul li.header__service ul li {
  padding: min(10px, 0.78125vw) min(20px, 1.5625vw);
}
header .header_wrap nav ul li.header__service ul li a {
  color: #ffffff;
  font-size: min(13px, 1.015625vw);
  font-weight: 700;
}
header .header_wrap nav ul li.header__service:hover ul {
  display: block;
}
@media only screen and (min-width: 769px) {
  header .header_wrap nav ul.top li {
    font-size: min(13px, 1.015625vw);
  }
  header .header_wrap nav ul.top li a {
    color: #333333;
  }
}

/* index.html専用のヘッダーナビゲーション文字色 */
@media only screen and (min-width: 769px) {
  .top header .header_wrap nav ul.top li a {
    color: #ffffff;
  }
}
@media only screen and (max-width: 768px) {
  header .header_wrap nav {
    display: none;
    position: relative;
    z-index: 999999999;
  }
  header .header_wrap nav.active {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #333333;
  }
  header .header_wrap nav.active ul {
    flex-direction: column;
    gap: 0;
  }
  header .header_wrap nav.active ul li {
    font-size: 7.6923076923vw;
    padding: 5.1282051282vw;
    border-bottom: 1px solid #a3a3a3;
    margin: 0;
  }
  header .header_wrap nav.active ul li a {
    color: #ffffff;
    font-family: "Monument Extended", sans-serif;
  }
  header .header_wrap nav.active ul li:last-child {
    border-bottom: none;
  }
}
header .header_wrap .hamburger {
  width: 5.1282051282vw;
  height: 3.5897435897vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  margin-left: auto;
}
header .header_wrap .hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translateY(2.3076923077vw);
}
header .header_wrap .hamburger.active span:nth-child(2) {
  opacity: 0;
}
header .header_wrap .hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translateY(-2.3076923077vw);
}
@media only screen and (min-width: 769px) {
  header .header_wrap .hamburger {
    display: none;
  }
}
header .header_wrap .hamburger span {
  display: block;
  height: 0.2564102564vw;
  background: #333333;
  transition: 0.3s;
}

.footerlinkarea {
  background: #f6f8f8;
}
.footerlinkarea .inner {
  width: min(1060px, 82.8125vw);
  margin: auto;
  display: flex;
  gap: min(40px, 3.125vw);
  padding: min(70px, 5.46875vw) 0;
}
@media only screen and (max-width: 768px) {
  .footerlinkarea .inner {
    flex-direction: column;
    width: 89.7435897436vw;
    gap: 5.1282051282vw;
    padding: 20.5128205128vw 0;
  }
}
.footerlinkarea .inner a {
  width: min(510px, 39.84375vw);
  height: min(200px, 15.625vw);
  border-radius: min(10px, 0.78125vw);
  text-align: center;
  padding-top: min(70px, 5.46875vw);
}
@media only screen and (max-width: 768px) {
  .footerlinkarea .inner a {
    width: 89.7435897436vw;
    height: 41.7948717949vw;
    border-radius: 2.5641025641vw;
    padding-top: 13.8461538462vw;
  }
}
.footerlinkarea .inner a .en {
  font-size: min(25px, 1.953125vw);
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .footerlinkarea .inner a .en {
    font-size: 5.641025641vw;
  }
}
.footerlinkarea .inner a .ja {
  font-size: min(16px, 1.25vw);
  font-weight: 400;
  margin-top: min(4px, 0.3125vw);
}
@media only screen and (max-width: 768px) {
  .footerlinkarea .inner a .ja {
    font-size: 3.5897435897vw;
    margin-top: 0.5128205128vw;
    line-height: 5.1282051282vw;
  }
}
.footerlinkarea .inner a.works {
  background-color: #ffffff;
}
.footerlinkarea .inner a.works .en {
  color: #732e38;
}
.footerlinkarea .inner a.contact {
  background-color: #732e38;
}
.footerlinkarea .inner a.contact .ja {
  color: #ffffff;
}
.footerlinkarea .inner a.contact .en {
  color: #ffffff;
}

.footer_main {
  background-color: #333333;
  padding-top: min(97px, 7.578125vw);
}
@media only screen and (max-width: 768px) {
  .footer_main {
    padding-top: 20.5128205128vw;
  }
}
.footer_main .inner {
  width: min(1060px, 82.8125vw);
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-bottom: 1px solid #ffffff;
  padding-bottom: min(75px, 5.859375vw);
}
@media only screen and (max-width: 768px) {
  .footer_main .inner {
    flex-direction: column;
    width: 89.7435897436vw;
    padding-bottom: 15.3846153846vw;
  }
}
.footer_main .inner .footer_logo_area {
  width: min(191px, 14.921875vw);
  flex-shrink: 0;
  margin-bottom: min(40px, 3.125vw);
}
@media only screen and (max-width: 768px) {
  .footer_main .inner .footer_logo_area {
    width: 48.9743589744vw;
  }
}
@media only screen and (min-width: 769px) {
  .footer_main .inner nav {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .footer_main .inner nav {
    margin-top: 8.9743589744vw;
  }
}
.footer_main .inner nav .mainnav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.footer_main .inner nav .mainnav .mainitem {
  flex-shrink: 0;
  min-width: max-content;
}
@media only screen and (max-width: 768px) {
  .footer_main .inner nav .mainnav {
    flex-direction: column;
    gap: 7.6923076923vw;
  }
}
@media only screen and (min-width: 769px) {
  .footer_main .inner nav .mainnav .mainitem:nth-child(1) {
    margin-right: min(80px, 6.25vw);
  }
  .footer_main .inner nav .mainnav .mainitem:nth-child(2) {
    margin-right: min(60px, 4.6875vw);
  }
  .footer_main .inner nav .mainnav .mainitem:nth-child(3) {
    margin-right: min(60px, 4.6875vw);
  }
  .footer_main .inner nav .mainnav .mainitem:nth-child(4) {
    margin-right: min(60px, 4.6875vw);
  }
  .footer_main .inner nav .mainnav .mainitem:nth-child(5) {
    margin-right: min(80px, 6.25vw);
  }
}
.footer_main .inner nav .mainnav .mainitem .title a {
  color: #ffffff !important;
  font-size: min(16px, 1.25vw);
  font-family: "Monument Extended", sans-serif;
  text-decoration: none;
  white-space: nowrap;
  display: inline-block;
  min-width: max-content;
}

.footer_main .inner nav .mainnav .mainitem .title a:hover {
  text-decoration: underline;
}

.footer_main .inner nav .mainnav .mainitem .title {
  color: #ffffff !important;
  font-size: min(16px, 1.25vw);
  font-family: "Monument Extended", sans-serif;
  white-space: nowrap;
  display: inline-block;
  min-width: max-content;
}
@media only screen and (max-width: 768px) {
  .footer_main .inner nav .mainnav .mainitem .title a {
    font-size: 5.1282051282vw;
    color: #ffffff;
  }
  
  .footer_main .inner nav .mainnav .mainitem .title {
    font-size: 5.1282051282vw;
    color: #ffffff;
  }
}
.footer_main .inner nav .mainnav .mainitem .subnav {
  margin-top: min(21px, 1.640625vw);
}
@media only screen and (max-width: 768px) {
  .footer_main .inner nav .mainnav .mainitem .subnav {
    margin-top: 5.3846153846vw;
    display: flex;
    flex-direction: column;
    gap: 3.8461538462vw;
  }
}
.footer_main .inner nav .mainnav .mainitem .subnav .subitem a {
  color: #ffffff;
  font-size: min(16px, 1.25vw);
  line-height: min(30px, 2.34375vw);
  font-family: "Monument Extended", sans-serif;
  text-decoration: none;
}

.footer_main .inner nav .mainnav .mainitem .subnav .subitem a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  .footer_main .inner nav .mainnav .mainitem .subnav .subitem a {
    font-size: 5.1282051282vw;
    color: #a3a3a3;
    line-height: 10.2564102564vw;
  }
}
.footer_main .innersub {
  width: min(1060px, 82.8125vw);
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding-top: min(40px, 3.125vw);
  padding-bottom: min(55px, 4.296875vw);
}
@media only screen and (max-width: 768px) {
  .footer_main .innersub {
    flex-direction: column-reverse;
    width: 89.7435897436vw;
    padding-top: 9.4871794872vw;
    padding-bottom: 6.4102564103vw;
  }
}
.footer_main .innersub .copyright {
  font-size: min(14px, 1.09375vw);
  font-weight: 700;
  color: #ffffff;
  font-family: "Monument Extended", sans-serif;
}
@media only screen and (max-width: 768px) {
  .footer_main .innersub .copyright {
    font-size: 2.5641025641vw;
    margin-top: 15.3846153846vw;
    text-align: center;
  }
}
.footer_main .innersub .privacypolicy a {
  font-size: min(14px, 1.09375vw);
  color: #ffffff;
  font-family: "Monument Extended", sans-serif;
}
@media only screen and (max-width: 768px) {
  .footer_main .innersub .privacypolicy a {
    font-size: 4.1025641026vw;
    color: #a3a3a3;
    text-align: right;
  }
}

.view_more_link {
  display: flex;
  width: min(286px, 22.34375vw);
  height: min(58px, 4.53125vw);
  align-items: center;
  border: 1px solid #732e38;
  border-radius: min(29px, 2.265625vw);
  font-family: "Monument Extended", sans-serif;
}
@media only screen and (max-width: 768px) {
  .view_more_link {
    width: 73.3333333333vw;
    height: 14.8717948718vw;
    border-radius: 7.4358974359vw;
  }
}
.view_more_link p {
  font-size: min(16px, 1.25vw);
  margin-left: min(72px, 5.625vw);
  color: #333333;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .view_more_link p {
    font-size: 4.1025641026vw;
    margin-left: 19.4871794872vw;
  }
}
.view_more_link img {
  width: min(12px, 0.9375vw);
  height: min(12px, 0.9375vw);
  margin-left: min(84px, 6.5625vw);
}
@media only screen and (max-width: 768px) {
  .view_more_link img {
    width: 3.0769230769vw;
    height: 3.0769230769vw;
    margin-left: 18.9743589744vw;
  }
}

.linkcover {
  position: relative;
}
.linkcover a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.service-dropdown {
  position: relative;
}
.service-dropdown .service-submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: min(40px, 3.125vw) min(60px, 4.6875vw);
  width: auto;
  min-width: 1200px;
  max-width: 1400px;
  z-index: 1000;
}

@media only screen and (max-width: 1400px) {
  .service-dropdown .service-submenu {
    min-width: 1000px;
    max-width: calc(100vw - 80px);
  }
}

@media only screen and (max-width: 1200px) {
  .service-dropdown .service-submenu {
    min-width: 800px;
    max-width: calc(100vw - 80px);
  }
}
.service-dropdown .service-submenu .close-submenu {
  position: absolute;
  top: min(10px, 0.78125vw);
  right: min(10px, 0.78125vw);
  background: none;
  border: none;
  font-size: min(18px, 1.40625vw);
  cursor: pointer;
  color: #666;
}
.service-dropdown .service-submenu .submenu-column {
  display: block;
  width: 100%;
  margin-right: 0;
  max-width: 500px;
}
.service-dropdown .service-submenu .submenu-column .main-department {
  font-size: min(24px, 1.875vw);
  font-weight: 700;
  color: #732e38;
  margin-bottom: min(15px, 1.171875vw);
  padding-bottom: min(5px, 0.390625vw);
  border-bottom: 2px solid #732e38;
  display: inline-block;
  width: min(460px, 35.9375vw);
  white-space: nowrap;
}
.service-dropdown .service-submenu .submenu-column .sub-department {
  font-size: min(22px, 1.71875vw);
  font-weight: 600;
  color: #333333;
  margin-top: min(20px, 1.5625vw);
  margin-bottom: min(10px, 0.78125vw);
}
.service-dropdown .service-submenu .submenu-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}
.service-dropdown .service-submenu .submenu-column ul li {
  font-size: min(18px, 1.40625vw);
  margin-bottom: min(16px, 1.25vw);
  color: #333333;
  display: block !important;
  float: none !important;
}
.service-dropdown .service-submenu .submenu-column ul li.sub-item {
  margin-left: min(15px, 1.171875vw);
  font-size: min(16px, 1.25vw);
  display: block;
}
.service-dropdown:hover .service-submenu {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  .service-dropdown .service-submenu {
    min-width: auto;
    max-width: calc(100vw - 20px);
    width: calc(100vw - 20px);
    padding: 20px 15px;
  }
  
  .service-dropdown .service-submenu .submenu-column {
    max-width: none;
  }
  
  .service-dropdown .service-submenu .submenu-column .main-department {
    font-size: 4.5vw;
    white-space: normal;
    word-wrap: break-word;
  }
  
  .service-dropdown .service-submenu .submenu-column .sub-department {
    font-size: 4vw;
  }
  
  .service-dropdown .service-submenu .submenu-column ul li {
    font-size: 3.5vw;
    white-space: normal;
    word-wrap: break-word;
  }
  
  .service-dropdown .service-submenu .submenu-column ul li.sub-item {
    font-size: 3vw;
  }
}

.service-dropdown .service-submenu .external-link {
  width: 12px;
  height: 12px;
  margin-left: 0.5em;
  vertical-align: middle;
  display: inline;
  filter: invert(15%) sepia(85%) saturate(2000%) hue-rotate(340deg) brightness(90%) contrast(95%);
}

.service-dropdown .service-submenu a {
  color: #000000 !important;
  text-decoration: none;
  display: inline;
}

.service-dropdown .service-submenu a:hover {
  text-decoration: underline;
}

.service-dropdown .service-submenu .main-department a {
  color: #732e38 !important;
}

.service-dropdown .service-submenu .sub-department a {
  color: #333333 !important;
}

/* top.scss */
.top {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.top .moviearea--wrap {
  width: 100%;
  margin-top: max(-122px, -9.53125vw);
}
@media only screen and (max-width: 768px) {
  .top .moviearea--wrap {
    margin-top: 46.1538461538vw;
  }
}
.top .moviearea--wrap .moviearea {
  position: relative;
  width: 100%;
}
.top .moviearea--wrap .moviearea video {
  width: 100%;
}
.top .moviearea--wrap .moviearea--title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: min(150px, 11.71875vw);
  width: min(1060px, 82.8125vw);
  font-size: min(74px, 5.78125vw);
  color: #ffffff;
  text-shadow: #bbbbbb 1px 0 2px;
}
@media only screen and (max-width: 768px) {
  .top .moviearea--wrap .moviearea--title {
    top: -36.1538461538vw;
    font-size: 6.5vw;
    line-height: 8.5vw;
    color: inherit;
  }
}
.top .first_view--wrap {
  background: #f6f8f8;
}
.top .first_view--wrap .first_view {
  width: min(1060px, 82.8125vw);
  display: flex;
  justify-content: space-between;
  margin: auto;
  padding-top: min(117px, 9.140625vw);
  padding-bottom: min(146px, 11.40625vw);
}
@media only screen and (max-width: 768px) {
  .top .first_view--wrap .first_view {
    flex-direction: column;
    width: 89.7435897436vw;
    padding-top: 17.1794871795vw;
    padding-bottom: 28.2051282051vw;
  }
}
.top .first_view--wrap .first_view--teararea {
  display: flex;
  flex-direction: column;
  gap: min(30px, 2.34375vw);
}
@media only screen and (max-width: 768px) {
  .top .first_view--wrap .first_view--teararea {
    gap: 7.6923076923vw;
  }
}
.top .first_view--wrap .first_view--teararea .textwrap {
  font-size: min(16px, 1.25vw);
  line-height: min(32px, 2.5vw);
  color: #333333;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .top .first_view--wrap .first_view--teararea .textwrap {
    font-size: 4.1025641026vw;
    line-height: 8.2051282051vw;
  }
}
.top .first_view--wrap .first_view--imgarea {
  padding-top: min(59px, 4.609375vw);
  width: min(681px, 53.203125vw);
}
@media only screen and (max-width: 768px) {
  .top .first_view--wrap .first_view--imgarea {
    width: 100%;
  }
}
.top .first_view--wrap .first_view--imgarea h2 {
  font-size: min(50px, 3.90625vw);
  line-height: min(80px, 6.25vw);
  margin-left: min(15px, 1.171875vw);
  margin-top: max(-22px, -1.71875vw);
  color: #333333;
}
@media only screen and (max-width: 768px) {
  .top .first_view--wrap .first_view--imgarea h2 {
    font-size: 6.4102564103vw;
    line-height: 10.2564102564vw;
    margin-left: 0vw;
    margin-top: 8.4615384615vw;
  }
}
.top .first_view--wrap .first_view--imgarea .first_view_sp {
  width: 82.0512820513vw;
  margin-left: auto;
  margin-top: 9.4871794872vw;
  margin-right: -5.1282051282vw;
}
.top .aboutus--wrap {
  padding-top: min(250px, 19.53125vw);
}
@media only screen and (max-width: 768px) {
  .top .aboutus--wrap {
    padding-top: 17.9487179487vw;
  }
}
.top .aboutus--wrap .aboutus {
  width: min(1280px, 100vw);
  display: flex;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .top .aboutus--wrap .aboutus {
    width: 89.7435897436vw;
  }
}
.top .aboutus--wrap .aboutus--imagearea {
  width: min(532px, 41.5625vw);
}
@media only screen and (max-width: 768px) {
  .top .aboutus--wrap .aboutus--imagearea {
    width: 100vw;
    margin-left: -5.1282051282vw;
    margin-top: 14.358974359vw;
  }
}
.top .aboutus--wrap .aboutus--textarea {
  margin-left: auto;
  padding-top: min(21px, 1.640625vw);
}
@media only screen and (max-width: 768px) {
  .top .aboutus--wrap .aboutus--textarea {
    margin: auto;
    padding-top: 0vw;
    width: 100%;
  }
}
.top .aboutus--wrap .aboutus--textarea .subtitle {
  font-size: min(16px, 1.25vw);
  font-weight: 700;
  color: #732e38;
  font-family: "Monument Extended", sans-serif;
}
@media only screen and (max-width: 768px) {
  .top .aboutus--wrap .aboutus--textarea .subtitle {
    font-size: 3.5897435897vw;
  }
}
.top .aboutus--wrap .aboutus--textarea .title {
  font-size: min(42px, 3.28125vw);
  padding-top: min(15px, 1.171875vw);
  line-height: min(64px, 5vw);
  color: #333333;
}
@media only screen and (max-width: 768px) {
  .top .aboutus--wrap .aboutus--textarea .title {
    font-size: 6.4102564103vw;
    line-height: 10.2564102564vw;
    padding-top: 6.4102564103vw;
  }
}
.top .aboutus--wrap .aboutus--textarea .text {
  font-size: min(16px, 1.25vw);
  padding-top: min(42px, 3.28125vw);
  line-height: min(32px, 2.5vw);
  color: #333333;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .top .aboutus--wrap .aboutus--textarea .text {
    font-size: 4.1025641026vw;
    padding-top: 9.4871794872vw;
    line-height: 8.2051282051vw;
  }
}
.top .aboutus--wrap .aboutus--textarea .view_more_link {
  margin-top: min(84px, 6.5625vw);
}
@media only screen and (max-width: 768px) {
  .top .aboutus--wrap .aboutus--textarea .view_more_link {
    margin: auto;
    margin-top: 7.6923076923vw;
  }
}
.top .service--wrap {
  padding-top: min(165px, 12.890625vw);
}
@media only screen and (max-width: 768px) {
  .top .service--wrap {
    padding-top: 17.9487179487vw;
  }
}
.top .service--wrap .service {
  width: min(1280px, 100vw);
  display: flex;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .top .service--wrap .service {
    width: 89.7435897436vw;
  }
}
.top .service--wrap .service--textarea {
  padding-top: min(73px, 5.703125vw);
}
@media only screen and (max-width: 768px) {
  .top .service--wrap .service--textarea {
    padding-top: 0vw;
  }
}
.top .service--wrap .service--textarea .subtitle {
  font-size: min(16px, 1.25vw);
  font-weight: 700;
  color: #732e38;
  font-family: "Monument Extended", sans-serif;
}
@media only screen and (max-width: 768px) {
  .top .service--wrap .service--textarea .subtitle {
    font-size: 3.5897435897vw;
  }
}
.top .service--wrap .service--textarea .title {
  font-size: min(42px, 3.28125vw);
  padding-top: min(15px, 1.171875vw);
  line-height: min(64px, 5vw);
  color: #333333;
}
@media only screen and (max-width: 768px) {
  .top .service--wrap .service--textarea .title {
    font-size: 6.4102564103vw;
    padding-top: 6.4102564103vw;
    line-height: 10.2564102564vw;
  }
}
.top .service--wrap .service--textarea .text {
  font-size: min(16px, 1.25vw);
  padding-top: min(42px, 3.28125vw);
  line-height: min(32px, 2.5vw);
  color: #333333;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .top .service--wrap .service--textarea .text {
    font-size: 4.1025641026vw;
    padding-top: 9.4871794872vw;
    line-height: 8.2051282051vw;
  }
}
.top .service--wrap .service--textarea .view_more_link {
  margin-top: min(44px, 3.4375vw);
}
@media only screen and (max-width: 768px) {
  .top .service--wrap .service--textarea .view_more_link {
    margin: auto;
    margin-top: 7.6923076923vw;
  }
}
.top .service--wrap .service--imagearea {
  margin-left: auto;
  width: min(465px, 36.328125vw);
}
.top .buttonarea--wrap {
  padding-top: min(152px, 11.875vw);
  padding-bottom: min(86px, 6.71875vw);
}
@media only screen and (max-width: 768px) {
  .top .buttonarea--wrap {
    padding-top: 33.0769230769vw;
    padding-bottom: 35.8974358974vw;
  }
}
.top .buttonarea--wrap .buttonarea {
  width: min(1060px, 82.8125vw);
  display: flex;
  margin: auto;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .top .buttonarea--wrap .buttonarea {
    flex-direction: column;
    width: 89.7435897436vw;
    gap: 5.1282051282vw;
  }
}
.top .buttonarea--wrap .buttonarea .buttonlink {
  width: min(522px, 40.78125vw);
}
@media only screen and (max-width: 768px) {
  .top .buttonarea--wrap .buttonarea .buttonlink {
    width: 89.7435897436vw;
  }
}
.top .buttonarea--wrap .button_area_deco_img {
  width: 100%;
  margin-top: min(59px, 4.609375vw);
}
@media only screen and (max-width: 768px) {
  .top .buttonarea--wrap .button_area_deco_img {
    margin-top: 7.6923076923vw;
  }
}
.top .worksarea--wrap {
  background-color: #333333;
  padding-top: min(97px, 7.578125vw);
  padding-bottom: min(25px, 1.953125vw);
}
@media only screen and (max-width: 768px) {
  .top .worksarea--wrap {
    padding-top: 17.1794871795vw;
    padding-bottom: 17.9487179487vw;
  }
}
.top .worksarea--wrap .worksarea {
  width: min(1060px, 82.8125vw);
  margin: auto;
  padding-bottom: min(75px, 5.859375vw);
}
@media only screen and (max-width: 768px) {
  .top .worksarea--wrap .worksarea {
    width: 89.7435897436vw;
  }
}
.top .worksarea--wrap .worksarea .subtitle {
  color: #f8f9fa;
  font-size: min(16px, 1.25vw);
  font-family: "Monument Extended", sans-serif;
}
@media only screen and (max-width: 768px) {
  .top .worksarea--wrap .worksarea .subtitle {
    font-size: 3.5897435897vw;
  }
}
.top .worksarea--wrap .worksarea .title {
  color: #f8f9fa;
  font-size: min(42px, 3.28125vw);
  line-height: min(64px, 5vw);
  margin-top: min(63px, 4.921875vw);
}
@media only screen and (max-width: 768px) {
  .top .worksarea--wrap .worksarea .title {
    font-size: 6.4102564103vw;
    line-height: 10.2564102564vw;
    margin-top: 6.4102564103vw;
  }
}
.top .worksarea--wrap .worksarea .servicearea .titlearea {
  display: flex;
  align-items: center;
}
.top .worksarea--wrap .worksarea .servicearea .titlearea h3 {
  font-size: min(30px, 2.34375vw);
  color: #f8f9fa;
}
@media only screen and (max-width: 768px) {
  .top .worksarea--wrap .worksarea .servicearea .titlearea h3 {
    font-size: 5.641025641vw;
  }
}
.top .worksarea--wrap .worksarea .servicearea .titlearea .view_more_top_link {
  width: min(101px, 7.890625vw);
  color: #f8f9fa;
  font-size: min(20px, 1.5625vw);
  font-family: "Monument Extended", sans-serif;
}
@media only screen and (max-width: 768px) {
  .top .worksarea--wrap .worksarea .servicearea .titlearea .view_more_top_link {
    font-size: 4.1025641026vw;
    width: 21.7948717949vw;
  }
}
.top .worksarea--wrap .worksarea .servicearea .titlearea .slidebutton {
  width: min(52px, 4.0625vw);
  height: min(52px, 4.0625vw);
  border: 1px solid #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
}
.top .worksarea--wrap .worksarea .servicearea .titlearea .slidebutton img {
  width: min(13px, 1.015625vw);
}
.top .worksarea--wrap .worksarea .servicearea .titlearea .slidebutton.slidetoleft {
  margin-left: min(113px, 8.828125vw);
}
.top .worksarea--wrap .worksarea .servicearea .titlearea .slidebutton.slidetoright {
  margin-left: auto;
}
.top .worksarea--wrap .worksarea .servicearea .slidebutton_sp {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  margin-top: 7.6923076923vw;
}
.top .worksarea--wrap .worksarea .servicearea .slidebutton_sp .slidebutton {
  width: 13.3333333333vw;
  height: 13.3333333333vw;
  border: 1px solid #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.top .worksarea--wrap .worksarea .servicearea .slidebutton_sp .slidebutton img {
  width: 3.3333333333vw;
}
.top .worksarea--wrap .worksarea .servicearea .slidebutton_sp .slidebutton.slidetoleft {
  margin-left: auto;
}
.top .worksarea--wrap .worksarea .servicearea .slidebutton_sp .slidebutton.slidetoright {
  margin-left: 2.8205128205vw;
}
.top .worksarea--wrap .worksarea .servicearea.servicearea1 {
  margin-top: min(67px, 5.234375vw);
}
.top .worksarea--wrap .worksarea .servicearea.servicearea1 .view_more_top_link {
  margin-left: min(611px, 47.734375vw);
}
@media only screen and (max-width: 768px) {
  .top .worksarea--wrap .worksarea .servicearea.servicearea1 .view_more_top_link {
    margin-left: auto;
    white-space: nowrap;
  }
}
.top .worksarea--wrap .worksarea .servicearea.servicearea2 {
  margin-top: min(75px, 5.859375vw);
}
@media only screen and (max-width: 768px) {
  .top .worksarea--wrap .worksarea .servicearea.servicearea2 {
    margin-top: 12.8205128205vw;
  }
}
.top .worksarea--wrap .worksarea .servicearea.servicearea2 .view_more_top_link {
  margin-left: min(550px, 42.96875vw);
}
@media only screen and (max-width: 768px) {
  .top .worksarea--wrap .worksarea .servicearea.servicearea2 .view_more_top_link {
    margin-left: auto;
    white-space: nowrap;
  }
}
.top .worksarea--wrap .worksarea .servicearea .services {
  display: flex;
  margin-top: min(52px, 4.0625vw);
  padding-bottom: min(33px, 2.578125vw);
  gap: min(50px, 3.90625vw);
  overflow-x: scroll;
  width: 100%;
  /* スクロールバー全体 */
  /* 背景（トラック）部分 */
  /* スクロールつまみ（サム）部分 */
  /* ホバー時のサム */
}
@media only screen and (max-width: 768px) {
  .top .worksarea--wrap .worksarea .servicearea .services {
    margin-top: 12.8205128205vw;
    padding-bottom: 7.6923076923vw;
    gap: 5.1282051282vw;
  }
}
.top .worksarea--wrap .worksarea .servicearea .services::-webkit-scrollbar {
  height: 2px;
}
.top .worksarea--wrap .worksarea .servicearea .services::-webkit-scrollbar-track {
  background: #9d9d9d;
}
.top .worksarea--wrap .worksarea .servicearea .services::-webkit-scrollbar-thumb {
  background: #ffffff;
  border-radius: 0px;
}
.top .worksarea--wrap .worksarea .servicearea .services::-webkit-scrollbar-thumb:hover {
  background: #cccccc;
}
.top .worksarea--wrap .worksarea .servicearea .services .service {
  width: min(586px, 45.78125vw);
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .top .worksarea--wrap .worksarea .servicearea .services .service {
    width: 79.7435897436vw;
  }
}
.top .worksarea--wrap .worksarea .servicearea .services .service img {
  width: 100%;
  height: auto;
}
.top .worksarea--wrap .worksarea .servicearea .services .service h4 {
  color: #f8f9fa;
  font-size: min(22px, 1.71875vw);
  margin-top: min(30px, 2.34375vw);
}
@media only screen and (max-width: 768px) {
  .top .worksarea--wrap .worksarea .servicearea .services .service h4 {
    font-size: 4.6153846154vw;
    margin-top: 5.1282051282vw;
  }
}
.top .worksarea--wrap .worksarea .servicearea .services .service .text {
  color: #f8f9fa;
  font-size: min(16px, 1.25vw);
  margin-top: min(12px, 0.9375vw);
}
@media only screen and (max-width: 768px) {
  .top .worksarea--wrap .worksarea .servicearea .services .service .text {
    font-size: 3.5897435897vw;
    margin-top: 3.3333333333vw;
  }
}
.top .newsarea--wrap {
  padding-top: min(97px, 7.578125vw);
  padding-bottom: min(100px, 7.8125vw);
}
@media only screen and (max-width: 768px) {
  .top .newsarea--wrap {
    padding-top: 17.1794871795vw;
    padding-bottom: 17.9487179487vw;
  }
}
.top .newsarea--wrap .newsarea {
  margin: auto;
  width: min(850px, 66.40625vw);
}
@media only screen and (max-width: 768px) {
  .top .newsarea--wrap .newsarea {
    width: 89.7435897436vw;
  }
}
.top .newsarea--wrap .newsarea .subtitle {
  font-size: min(16px, 1.25vw);
  color: #732e38;
  font-family: "Monument Extended", sans-serif;
}
@media only screen and (max-width: 768px) {
  .top .newsarea--wrap .newsarea .subtitle {
    font-size: 3.5897435897vw;
  }
}
.top .newsarea--wrap .newsarea .title {
  font-size: min(16px, 1.25vw);
  color: #333333;
  margin-top: min(16px, 1.25vw);
}
@media only screen and (max-width: 768px) {
  .top .newsarea--wrap .newsarea .title {
    font-size: 4.1025641026vw;
    margin-top: 2.3076923077vw;
  }
}
.top .newsarea--wrap .newsarea .view_more_link {
  margin: auto;
  margin-top: min(45px, 3.515625vw);
}
@media only screen and (max-width: 768px) {
  .top .newsarea--wrap .newsarea .view_more_link {
    margin-top: 7.6923076923vw;
  }
}
.top .newsarea--wrap .newsarea .news_list--wrap .news_list {
  margin-top: min(50px, 3.90625vw);
  border-top: 1px solid #b3b3b3;
}
@media only screen and (max-width: 768px) {
  .top .newsarea--wrap .newsarea .news_list--wrap .news_list {
    margin-top: 8.2051282051vw;
  }
}
.top .newsarea--wrap .newsarea .news_list--wrap .news_list li {
  display: flex;
  align-items: center;
  height: min(81px, 6.328125vw);
  border-bottom: 1px solid #b3b3b3;
  padding: 0 min(10px, 0.78125vw);
}
@media only screen and (max-width: 768px) {
  .top .newsarea--wrap .newsarea .news_list--wrap .news_list li {
    flex-wrap: wrap;
    height: auto;
    padding-top: 5.1282051282vw;
    padding-bottom: 4.1025641026vw;
  }
}
.top .newsarea--wrap .newsarea .news_list--wrap .news_list li .date {
  font-size: min(12px, 0.9375vw);
  color: #333333;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .top .newsarea--wrap .newsarea .news_list--wrap .news_list li .date {
    font-size: 2.5641025641vw;
  }
}
.top .newsarea--wrap .newsarea .news_list--wrap .news_list li .tag {
  color: #732e38;
  border: 1px solid #732e38;
  font-size: min(12px, 0.9375vw);
  padding: min(7px, 0.546875vw) min(31px, 2.421875vw);
  margin-left: min(29px, 2.265625vw);
  border-radius: min(21px, 1.640625vw);
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .top .newsarea--wrap .newsarea .news_list--wrap .news_list li .tag {
    font-size: 2.5641025641vw;
    padding: 0.5128205128vw 5.1282051282vw;
    margin-left: 2.5641025641vw;
    border-radius: 5.3846153846vw;
  }
}
.top .newsarea--wrap .newsarea .news_list--wrap .news_list li .title {
  margin: 0;
  margin-left: min(26.5px, 2.0703125vw);
  font-size: min(16px, 1.25vw);
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .top .newsarea--wrap .newsarea .news_list--wrap .news_list li .title {
    width: 100%;
    font-size: 3.0769230769vw;
    margin-left: 0;
    margin-top: 1.7948717949vw;
  }
}
.top .newsarea--wrap .newsarea .news_list--wrap .news_list li .arrow {
  width: min(13px, 1.015625vw);
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .top .newsarea--wrap .newsarea .news_list--wrap .news_list li .arrow {
    display: none;
  }
}
.top .company--wrap {
  background: #f6f8f8;
}
.top .company--wrap .company {
  width: min(848px, 66.25vw);
  margin: auto;
  padding-top: min(161px, 12.578125vw);
  padding-bottom: min(60px, 4.6875vw);
}
.top .company--wrap .company--titlewrap .title--en {
  font-size: min(16px, 1.25vw);
  font-family: "Monument Extended", sans-serif;
  line-height: min(67px, 5.234375vw);
  font-weight: 700;
  color: #732e38;
  letter-spacing: 0.08em;
}
.top .company--wrap .company--titlewrap .title--ja {
  font-size: min(16px, 1.25vw);
  padding-top: min(16px, 1.25vw);
  padding-bottom: min(45px, 3.515625vw);
  line-height: min(24px, 1.875vw);
  letter-spacing: 0.07em;
}
.top .company--wrap .company--overview {
  width: 100%;
}
.top .company--wrap .company--overview tr {
  border-top: 1px solid #b3b3b3;
}
.top .company--wrap .company--overview tr:last-child {
  border-bottom: 1px solid #b3b3b3;
}
.top .company--wrap .company--overview th,
.top .company--wrap .company--overview td {
  font-size: min(16px, 1.25vw);
  padding-top: min(24.5px, 1.9140625vw);
  padding-bottom: min(18.5px, 1.4453125vw);
}
.top .company--wrap .company--overview th {
  width: min(160px, 12.5vw);
}
.top .company--wrap .company--overview td {
  line-height: min(30px, 2.34375vw);
}
.top .company--wrap .company--map {
  position: relative;
  width: 100%;
  padding-top: min(460px, 35.9375vw);
}
.top .company--wrap .company--map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: min(460px, 35.9375vw);
}
@media only screen and (max-width: 768px) {
  .top .company--wrap .company {
    width: 89.7435897436vw;
    padding-top: 17.1794871795vw;
    padding-bottom: 10vw;
  }
  .top .company--wrap .company--titlewrap .title--en {
    font-size: 3.5897435897vw;
    line-height: 4.8717948718vw;
    letter-spacing: 0;
  }
  .top .company--wrap .company--titlewrap .title--ja {
    font-size: 4.1025641026vw;
    padding-top: 2.3076923077vw;
    padding-bottom: 7.4358974359vw;
    line-height: 6.1538461538vw;
    letter-spacing: 0.08em;
  }
  .top .company--wrap .company--overview th,
  .top .company--wrap .company--overview td {
    font-size: 4.6153846154vw;
    padding-top: 5.2564102564vw;
    padding-bottom: 5.8974358974vw;
  }
  .top .company--wrap .company--overview th {
    width: 36.4102564103vw;
    padding-left: 2.5641025641vw;
  }
  .top .company--wrap .company--overview td {
    line-height: 6.1538461538vw;
  }
  .top .company--wrap .company--map {
    position: relative;
    width: 100%;
    padding-top: 59.2307692308vw;
  }
  .top .company--wrap .company--map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 59.2307692308vw;
  }
}

/* service.scss */
.text-sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .text-sp {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .text-pc {
    display: none;
  }
}

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

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

.service {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #333333;
}
.service .introduction--wrap {
  padding-top: min(76px, 5.9375vw);
}
@media only screen and (max-width: 768px) {
  .service .introduction--wrap {
    padding-top: 17.9487179487vw;
  }
}
.service .introduction--wrap .introduction {
  width: min(1280px, 100vw);
  display: flex;
  align-items: flex-end;
  margin: auto;
  padding-left: min(110px, 8.59375vw);
}
@media only screen and (max-width: 768px) {
  .service .introduction--wrap .introduction {
    width: 89.7435897436vw;
    flex-direction: column;
    padding-left: 0;
  }
}
.service .introduction--wrap .introduction--textarea {
  margin-right: auto;
  padding-top: min(21px, 1.640625vw);
}
@media only screen and (max-width: 768px) {
  .service .introduction--wrap .introduction--textarea {
    margin-right: 0;
  }
}
.service .introduction--wrap .introduction--textarea .title--en {
  font-size: min(40px, 3.125vw);
  font-family: "Monument Extended", sans-serif;
  font-weight: 700;
  color: #732e38;
}
@media only screen and (max-width: 768px) {
  .service .introduction--wrap .introduction--textarea .title--en {
    font-size: 10.2564102564vw;
  }
}
.service .introduction--wrap .introduction--textarea .title--ja {
  font-size: min(16px, 1.25vw);
  padding-top: min(14px, 1.09375vw);
  line-height: min(24px, 1.875vw);
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 768px) {
  .service .introduction--wrap .introduction--textarea .title--ja {
    font-size: 4.1025641026vw;
    line-height: 6.1538461538vw;
  }
}
.service .introduction--wrap .introduction--textarea .text--slogan {
  font-size: min(42px, 3.28125vw);
  padding-top: min(41px, 3.203125vw);
  line-height: min(64px, 5vw);
  letter-spacing: 0.09em;
}
@media only screen and (max-width: 768px) {
  .service .introduction--wrap .introduction--textarea .text--slogan {
    font-size: 6.4102564103vw;
    padding-top: 9.7435897436vw;
    line-height: 10.2564102564vw;
    letter-spacing: 0.07em;
  }
}
.service .introduction--wrap .introduction--textarea .text {
  font-size: min(16px, 1.25vw);
  font-weight: 700;
  padding-top: min(36px, 2.8125vw);
  line-height: min(32px, 2.5vw);
}
@media only screen and (max-width: 768px) {
  .service .introduction--wrap .introduction--textarea .text {
    font-size: 4.1025641026vw;
    line-height: 8.2051282051vw;
    width: 100%;
    letter-spacing: 0.03em;
  }
}
.service .introduction--wrap .introduction--imagearea {
  width: min(465px, 36.328125vw);
}
@media only screen and (max-width: 768px) {
  .service .introduction--wrap .introduction--imagearea {
    display: none;
  }
}
.service .acoustic--wrap {
  padding-top: min(173px, 13.515625vw);
}
@media only screen and (max-width: 768px) {
  .service .acoustic--wrap {
    padding-top: 25.641025641vw;
  }
}
.service .acoustic--wrap .acoustic {
  position: relative;
  width: min(1280px, 100vw);
  margin: auto;
  padding-left: min(110px, 8.59375vw);
  padding-right: min(110px, 8.59375vw);
}
@media only screen and (max-width: 768px) {
  .service .acoustic--wrap .acoustic {
    position: static;
    width: 89.7435897436vw;
    display: block;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
.service .acoustic--wrap .acoustic--textwrap .title--en {
  font-size: min(20px, 1.5625vw);
  font-family: "Monument Extended", sans-serif;
  line-height: min(40px, 3.125vw);
  font-weight: 700;
  color: #732e38;
}
@media only screen and (max-width: 768px) {
  .service .acoustic--wrap .acoustic--textwrap .title--en {
    font-size: 4.1025641026vw;
  }
}
.service .acoustic--wrap .acoustic--textwrap .title--ja {
  font-size: min(42px, 3.28125vw);
  padding-top: min(8px, 0.625vw);
  line-height: min(64px, 5vw);
  letter-spacing: 0.09em;
}
@media only screen and (max-width: 768px) {
  .service .acoustic--wrap .acoustic--textwrap .title--ja {
    font-size: 10.2564102564vw;
    padding-top: 2.8205128205vw;
    line-height: 16.4102564103vw;
  }
}
.service .acoustic--wrap .acoustic--textwrap .text {
  font-size: min(16px, 1.25vw);
  font-weight: 700;
  padding-top: min(28px, 2.1875vw);
  padding-bottom: min(36px, 2.8125vw);
  line-height: min(32px, 2.5vw);
  width: min(527px, 41.171875vw);
}
@media only screen and (max-width: 768px) {
  .service .acoustic--wrap .acoustic--textwrap .text {
    font-size: 4.1025641026vw;
    line-height: 8.2051282051vw;
    padding-top: 6.9230769231vw;
    padding-bottom: 6.9230769231vw;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .service .acoustic--wrap .acoustic--textwrap .view_more_link {
    margin: 0 auto;
  }
}
.service .acoustic--wrap .acoustic--textbox {
  width: 100%;
  background-color: #f4f4f4;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-top: min(56px, 4.375vw);
}
@media only screen and (max-width: 768px) {
  .service .acoustic--wrap .acoustic--textbox {
    margin-top: 11.5384615385vw;
    margin-bottom: 9.4871794872vw;
  }
}
.service .acoustic--wrap .acoustic--textbox p {
  font-size: min(16px, 1.25vw);
  line-height: min(32px, 2.5vw);
  font-weight: 700;
  padding-top: min(33px, 2.578125vw);
  padding-bottom: min(33px, 2.578125vw);
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .service .acoustic--wrap .acoustic--textbox p {
    font-size: 4.1025641026vw;
    line-height: 8.2051282051vw;
    padding-top: 8.7179487179vw;
    padding-bottom: 7.6923076923vw;
    width: 51.7948717949vw;
  }
}
.service .acoustic--wrap .acoustic--imagearea {
  position: absolute;
  right: min(110px, 8.59375vw);
  top: min(27px, 2.109375vw);
  width: min(372px, 29.0625vw);
  height: min(248px, 19.375vw);
}
@media only screen and (max-width: 768px) {
  .service .acoustic--wrap .acoustic--imagearea {
    position: static;
    width: 68.7179487179vw;
    height: 45.8974358974vw;
    margin: auto;
  }
}
.service .productsystem--wrap {
  padding-top: min(123px, 9.609375vw);
}
@media only screen and (max-width: 768px) {
  .service .productsystem--wrap {
    padding-top: 24.358974359vw;
  }
}
.service .productsystem--wrap .productsystem {
  position: relative;
  width: min(1280px, 100vw);
  margin: auto;
  padding-left: min(110px, 8.59375vw);
  padding-right: min(110px, 8.59375vw);
}
@media only screen and (max-width: 768px) {
  .service .productsystem--wrap .productsystem {
    position: static;
    width: 89.7435897436vw;
    display: block;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
.service .productsystem--wrap .productsystem--textwrap {
  width: fit-content;
  margin-left: auto;
}
.service .productsystem--wrap .productsystem--textwrap .title--en {
  font-size: min(20px, 1.5625vw);
  font-family: "Monument Extended", sans-serif;
  line-height: min(40px, 3.125vw);
  font-weight: 700;
  color: #732e38;
}
@media only screen and (max-width: 768px) {
  .service .productsystem--wrap .productsystem--textwrap .title--en {
    font-size: 4.1025641026vw;
  }
}
.service .productsystem--wrap .productsystem--textwrap .title--ja {
  font-size: min(42px, 3.28125vw);
  padding-top: min(8px, 0.625vw);
  line-height: min(64px, 5vw);
  letter-spacing: 0.09em;
}
@media only screen and (max-width: 768px) {
  .service .productsystem--wrap .productsystem--textwrap .title--ja {
    font-size: 10.2564102564vw;
    padding-top: 2.8205128205vw;
    line-height: 16.4102564103vw;
  }
}
.service .productsystem--wrap .productsystem--textwrap .text {
  font-size: min(16px, 1.25vw);
  font-weight: 700;
  padding-top: min(28px, 2.1875vw);
  padding-bottom: min(36px, 2.8125vw);
  line-height: min(32px, 2.5vw);
  width: min(527px, 41.171875vw);
}
@media only screen and (max-width: 768px) {
  .service .productsystem--wrap .productsystem--textwrap .text {
    font-size: 4.1025641026vw;
    line-height: 8.2051282051vw;
    padding-top: 6.9230769231vw;
    padding-bottom: 6.9230769231vw;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .service .productsystem--wrap .productsystem--textwrap .view_more_link {
    margin: 0 auto;
  }
}
.service .productsystem--wrap .productsystem--textbox {
  width: 100%;
  background-color: #f4f4f4;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-top: min(56px, 4.375vw);
}
@media only screen and (max-width: 768px) {
  .service .productsystem--wrap .productsystem--textbox {
    margin-top: 19.7435897436vw;
    margin-bottom: 14.358974359vw;
  }
}
.service .productsystem--wrap .productsystem--textbox p {
  font-size: min(16px, 1.25vw);
  line-height: min(32px, 2.5vw);
  font-weight: 700;
  padding-top: min(33px, 2.578125vw);
  padding-bottom: min(33px, 2.578125vw);
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .service .productsystem--wrap .productsystem--textbox p {
    font-size: 4.1025641026vw;
    line-height: 8.2051282051vw;
    padding-top: 8.7179487179vw;
    padding-bottom: 10vw;
    width: 64.358974359vw;
  }
}
.service .productsystem--wrap .productsystem--imagearea {
  position: absolute;
  left: min(110px, 8.59375vw);
  top: min(16px, 1.25vw);
  width: min(347px, 27.109375vw);
  height: min(231px, 18.046875vw);
}
@media only screen and (max-width: 768px) {
  .service .productsystem--wrap .productsystem--imagearea {
    position: static;
    width: 88.9743589744vw;
    height: 59.2307692308vw;
    margin: auto;
  }
}
.service .workstyleinnovation--wrap {
  padding-top: min(123px, 9.609375vw);
}
@media only screen and (max-width: 768px) {
  .service .workstyleinnovation--wrap {
    padding-top: 24.358974359vw;
  }
}
.service .workstyleinnovation--wrap .workstyleinnovation {
  width: min(1280px, 100vw);
  margin: auto;
  padding-left: min(110px, 8.59375vw);
  padding-right: min(110px, 8.59375vw);
}
@media only screen and (max-width: 768px) {
  .service .workstyleinnovation--wrap .workstyleinnovation {
    width: 89.7435897436vw;
    padding-left: 0;
    padding-right: 0;
  }
}
.service .workstyleinnovation--wrap .workstyleinnovation .title--en {
  font-size: min(20px, 1.5625vw);
  font-family: "Monument Extended", sans-serif;
  line-height: min(40px, 3.125vw);
  font-weight: 700;
  color: #732e38;
}
@media only screen and (max-width: 768px) {
  .service .workstyleinnovation--wrap .workstyleinnovation .title--en {
    font-size: 4.1025641026vw;
  }
}
.service .workstyleinnovation--wrap .workstyleinnovation .title--ja {
  font-size: min(42px, 3.28125vw);
  padding-top: min(8px, 0.625vw);
  line-height: min(64px, 5vw);
  letter-spacing: 0.09em;
}
@media only screen and (max-width: 768px) {
  .service .workstyleinnovation--wrap .workstyleinnovation .title--ja {
    font-size: 10.2564102564vw;
    padding-top: 2.8205128205vw;
    line-height: 16.4102564103vw;
  }
}
.service .workstyleinnovation--wrap .workstyleinnovation--textwrap {
  font-size: min(16px, 1.25vw);
  font-weight: 700;
  padding-top: min(25px, 1.953125vw);
  line-height: min(32px, 2.5vw);
  width: min(601px, 46.953125vw);
}
@media only screen and (max-width: 768px) {
  .service .workstyleinnovation--wrap .workstyleinnovation--textwrap {
    font-size: 4.1025641026vw;
    line-height: 8.2051282051vw;
    padding-top: 6.9230769231vw;
    width: 100%;
  }
}
.service .workstyleinnovation--wrap .workstyleinnovation--textwrap p + p {
  padding-top: 32px;
}
.service .communitymanagement--wrap {
  padding-top: min(123px, 9.609375vw);
}
@media only screen and (max-width: 768px) {
  .service .communitymanagement--wrap {
    padding-top: 24.358974359vw;
  }
}
.service .communitymanagement--wrap .communitymanagement {
  width: min(1280px, 100vw);
  margin: auto;
  padding-left: min(110px, 8.59375vw);
  padding-right: min(110px, 8.59375vw);
}
@media only screen and (max-width: 768px) {
  .service .communitymanagement--wrap .communitymanagement {
    width: 89.7435897436vw;
    padding-left: 0;
    padding-right: 0;
  }
}
.service .communitymanagement--wrap .communitymanagement .title--en {
  font-size: min(20px, 1.5625vw);
  font-family: "Monument Extended", sans-serif;
  line-height: min(40px, 3.125vw);
  font-weight: 700;
  color: #732e38;
}
@media only screen and (max-width: 768px) {
  .service .communitymanagement--wrap .communitymanagement .title--en {
    font-size: 4.1025641026vw;
  }
}
.service .communitymanagement--wrap .communitymanagement .title--ja {
  font-size: min(42px, 3.28125vw);
  padding-top: min(8px, 0.625vw);
  line-height: min(64px, 5vw);
  letter-spacing: 0.09em;
}
@media only screen and (max-width: 768px) {
  .service .communitymanagement--wrap .communitymanagement .title--ja {
    font-size: 10.2564102564vw;
    padding-top: 2.8205128205vw;
    line-height: 16.4102564103vw;
  }
}
.service .communitymanagement--wrap .communitymanagement--textwrap {
  font-size: min(16px, 1.25vw);
  font-weight: 700;
  padding-top: min(25px, 1.953125vw);
  line-height: min(32px, 2.5vw);
}
@media only screen and (max-width: 768px) {
  .service .communitymanagement--wrap .communitymanagement--textwrap {
    font-size: 4.1025641026vw;
    line-height: 8.2051282051vw;
    padding-top: 6.9230769231vw;
    width: 100%;
  }
}
.service .communitymanagement--wrap .communitymanagement--contentwrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 55px 24px;
  padding-top: min(43px, 3.359375vw);
}
@media only screen and (max-width: 768px) {
  .service .communitymanagement--wrap .communitymanagement--contentwrap {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 45px 0;
    padding-top: 11.5384615385vw;
    padding-bottom: 28.2051282051vw;
  }
}
.service .communitymanagement--wrap .communitymanagement--contentwrap .content {
  background-color: #f4f4f4;
  border-radius: 10px;
  padding-left: min(31px, 2.421875vw);
  padding-right: min(31px, 2.421875vw);
}
@media only screen and (max-width: 768px) {
  .service .communitymanagement--wrap .communitymanagement--contentwrap .content {
    padding-left: 5.1282051282vw;
    padding-right: 5.1282051282vw;
  }
}
.service .communitymanagement--wrap .communitymanagement--contentwrap .content .title {
  font-size: min(32px, 2.5vw);
  padding-top: min(28px, 2.1875vw);
  line-height: min(64px, 5vw);
  font-weight: 700;
  letter-spacing: 0.09em;
}
@media only screen and (max-width: 768px) {
  .service .communitymanagement--wrap .communitymanagement--contentwrap .content .title {
    font-size: 8.2051282051vw;
    padding-top: 5.1282051282vw;
    line-height: 16.4102564103vw;
  }
}
.service .communitymanagement--wrap .communitymanagement--contentwrap .content .text {
  font-size: min(16px, 1.25vw);
  line-height: min(32px, 2.5vw);
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .service .communitymanagement--wrap .communitymanagement--contentwrap .content .text {
    font-size: 4.1025641026vw;
    line-height: 8.2051282051vw;
  }
}
@media only screen and (max-width: 768px) {
  .service .communitymanagement--wrap .communitymanagement--contentwrap .content {
    grid-column: 1;
  }
}
.service .communitymanagement--wrap .communitymanagement--contentwrap .item1 {
  grid-column: 1;
  grid-row: 1;
}
.service .communitymanagement--wrap .communitymanagement--contentwrap .item2 {
  grid-column: 2;
  grid-row: 1;
}
@media only screen and (max-width: 768px) {
  .service .communitymanagement--wrap .communitymanagement--contentwrap .item2 {
    grid-column: 1;
    grid-row: 2;
    padding-bottom: 5.1282051282vw;
  }
}
.service .communitymanagement--wrap .communitymanagement--contentwrap .item3 {
  grid-column: 1/span 2;
  grid-row: 2;
}
@media only screen and (max-width: 768px) {
  .service .communitymanagement--wrap .communitymanagement--contentwrap .item3 {
    grid-row: 3;
  }
}
.service .communitymanagement--wrap .communitymanagement--contentwrap .talentimagearea {
  width: min(420px, 32.8125vw);
  padding-top: min(21px, 1.640625vw);
}
@media only screen and (max-width: 768px) {
  .service .communitymanagement--wrap .communitymanagement--contentwrap .talentimagearea {
    width: 78.7179487179vw;
    padding-top: 4.358974359vw;
  }
}
.service .communitymanagement--wrap .communitymanagement--contentwrap .talentimagearea .talentimage--firstline {
  display: flex;
  justify-content: space-between;
}
.service .communitymanagement--wrap .communitymanagement--contentwrap .talentimagearea .talentimage--firstline .talent--image1 {
  width: min(210px, 16.40625vw);
}
@media only screen and (max-width: 768px) {
  .service .communitymanagement--wrap .communitymanagement--contentwrap .talentimagearea .talentimage--firstline .talent--image1 {
    width: 46.4102564103vw;
  }
}
.service .communitymanagement--wrap .communitymanagement--contentwrap .talentimagearea .talentimage--firstline .talent--image2 {
  width: min(121px, 9.453125vw);
}
@media only screen and (max-width: 768px) {
  .service .communitymanagement--wrap .communitymanagement--contentwrap .talentimagearea .talentimage--firstline .talent--image2 {
    width: 23.8461538462vw;
  }
}
.service .communitymanagement--wrap .communitymanagement--contentwrap .talentimagearea .talentimage--secondline {
  display: flex;
  justify-content: space-around;
  padding-top: min(23px, 1.796875vw);
  padding-bottom: min(15px, 1.171875vw);
}
@media only screen and (max-width: 768px) {
  .service .communitymanagement--wrap .communitymanagement--contentwrap .talentimagearea .talentimage--secondline {
    padding-top: 6.9230769231vw;
    padding-bottom: 6.9230769231vw;
  }
}
.service .communitymanagement--wrap .communitymanagement--contentwrap .talentimagearea .talentimage--secondline .talent--image3 {
  width: min(117px, 9.140625vw);
}
@media only screen and (max-width: 768px) {
  .service .communitymanagement--wrap .communitymanagement--contentwrap .talentimagearea .talentimage--secondline .talent--image3 {
    width: 30vw;
  }
}
.service .communitymanagement--wrap .communitymanagement--contentwrap .talentimagearea .talentimage--secondline .talent--image4 {
  width: min(107px, 8.359375vw);
}
@media only screen and (max-width: 768px) {
  .service .communitymanagement--wrap .communitymanagement--contentwrap .talentimagearea .talentimage--secondline .talent--image4 {
    width: 27.4358974359vw;
  }
}
.service .communitymanagement--wrap .communitymanagement--contentwrap .talentwrap {
  background-color: #ffffff;
  border-radius: 10px;
  padding-left: min(40px, 3.125vw);
  margin-top: min(22px, 1.71875vw);
  margin-bottom: min(52px, 4.0625vw);
}
@media only screen and (max-width: 768px) {
  .service .communitymanagement--wrap .communitymanagement--contentwrap .talentwrap {
    padding-left: 3.8461538462vw;
    margin-top: 4.8717948718vw;
    margin-bottom: 5.8974358974vw;
  }
}
.service .communitymanagement--wrap .communitymanagement--contentwrap .talentwrap .talent-title {
  font-size: min(12px, 0.9375vw);
  line-height: min(32px, 2.5vw);
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .service .communitymanagement--wrap .communitymanagement--contentwrap .talentwrap .talent-title {
    font-size: 3.0769230769vw;
    line-height: 8.2051282051vw;
  }
}
.service .communitymanagement--wrap .communitymanagement--contentwrap .talentwrap .talent-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 15px;
  column-gap: 36px;
  padding-bottom: min(25px, 1.953125vw);
}
@media only screen and (max-width: 768px) {
  .service .communitymanagement--wrap .communitymanagement--contentwrap .talentwrap .talent-list {
    row-gap: 15px;
    column-gap: 25px;
    padding-bottom: 3.3333333333vw;
  }
}
.service .communitymanagement--wrap .communitymanagement--contentwrap .talentwrap .talent-name {
  font-size: min(20px, 1.5625vw);
  line-height: min(32px, 2.5vw);
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .service .communitymanagement--wrap .communitymanagement--contentwrap .talentwrap .talent-name {
    font-size: 5.1282051282vw;
    line-height: 8.2051282051vw;
  }
}
.service .communitymanagement--wrap .communitymanagement--contentwrap .communityimagearea {
  width: min(323px, 25.234375vw);
  padding-top: min(21px, 1.640625vw);
  padding-bottom: min(30px, 2.34375vw);
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .service .communitymanagement--wrap .communitymanagement--contentwrap .communityimagearea {
    width: 58.7179487179vw;
    padding-top: 6.4102564103vw;
    padding-bottom: 6.4102564103vw;
  }
}
.service .communitymanagement--wrap .communitymanagement--contentwrap .service--typewrap {
  display: flex;
  justify-content: space-between;
  margin-top: min(25px, 1.953125vw);
  margin-bottom: min(25px, 1.953125vw);
}
@media only screen and (max-width: 768px) {
  .service .communitymanagement--wrap .communitymanagement--contentwrap .service--typewrap {
    flex-direction: column;
    align-items: center;
    gap: 25px;
    margin-top: 6.4102564103vw;
    margin-bottom: 6.4102564103vw;
  }
}
.service .communitymanagement--wrap .communitymanagement--contentwrap .service--type {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 10px;
  font-size: min(20px, 1.5625vw);
  line-height: min(32px, 2.5vw);
  font-weight: 700;
  width: min(242px, 18.90625vw);
  padding-top: min(32px, 2.5vw);
  padding-bottom: min(33px, 2.578125vw);
}
@media only screen and (max-width: 768px) {
  .service .communitymanagement--wrap .communitymanagement--contentwrap .service--type {
    font-size: 5.1282051282vw;
    line-height: 8.2051282051vw;
    width: 62.0512820513vw;
    padding-top: 8.2051282051vw;
    padding-bottom: 8.4615384615vw;
  }
}
.service .bottom--image {
  margin-top: min(241px, 18.828125vw);
  margin-bottom: min(58px, 4.53125vw);
}
@media only screen and (max-width: 768px) {
  .service .bottom--image {
    display: none;
  }
}

.productsystemdeveropment {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #333333;
}
.productsystemdeveropment .introduction--wrap {
  padding-top: min(76px, 5.9375vw);
}
@media only screen and (max-width: 768px) {
  .productsystemdeveropment .introduction--wrap {
    padding-top: 20.3461538462vw;
  }
}
.productsystemdeveropment .introduction--wrap .introduction {
  width: min(1280px, 100vw);
  display: flex;
  align-items: flex-end;
  margin: auto;
  padding-left: min(110px, 8.59375vw);
  padding-right: min(110px, 8.59375vw);
  margin-bottom: min(150px, 11.71875vw);
}
@media only screen and (max-width: 768px) {
  .productsystemdeveropment .introduction--wrap .introduction {
    width: 89.7435897436vw;
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 30vw;
  }
}
.productsystemdeveropment .introduction--wrap .introduction--textarea {
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .productsystemdeveropment .introduction--wrap .introduction--textarea {
    margin-right: 0;
  }
}
.productsystemdeveropment .introduction--wrap .introduction--textarea .title--en {
  font-size: min(40px, 3.125vw);
  line-height: min(50px, 3.90625vw);
  font-family: "Monument Extended", sans-serif;
  font-weight: 700;
  color: #732e38;
}
@media only screen and (max-width: 768px) {
  .productsystemdeveropment .introduction--wrap .introduction--textarea .title--en {
    font-size: 10.2564102564vw;
    line-height: 10.2564102564vw;
  }
}
.productsystemdeveropment .introduction--wrap .introduction--textarea .title--ja {
  font-size: min(16px, 1.25vw);
  padding-top: min(14px, 1.09375vw);
  line-height: min(24px, 1.875vw);
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 768px) {
  .productsystemdeveropment .introduction--wrap .introduction--textarea .title--ja {
    font-size: 4.1025641026vw;
    line-height: 6.1538461538vw;
    padding-top: 6.4102564103vw;
  }
}
.productsystemdeveropment .introduction--wrap .introduction--textarea .text--slogan {
  font-size: min(42px, 3.28125vw);
  padding-top: min(40px, 3.125vw);
  line-height: min(64px, 5vw);
  letter-spacing: 0.09em;
}
@media only screen and (max-width: 768px) {
  .productsystemdeveropment .introduction--wrap .introduction--textarea .text--slogan {
    font-size: 6.4102564103vw;
    padding-top: 8.9743589744vw;
    line-height: 10.2564102564vw;
    letter-spacing: 0.07em;
  }
}
.productsystemdeveropment .introduction--wrap .introduction--textarea .text {
  font-size: min(16px, 1.25vw);
  font-weight: 700;
  padding-top: min(26px, 2.03125vw);
  padding-bottom: min(41px, 3.203125vw);
  line-height: min(32px, 2.5vw);
  width: min(464px, 36.25vw);
}
@media only screen and (max-width: 768px) {
  .productsystemdeveropment .introduction--wrap .introduction--textarea .text {
    font-size: 4.1025641026vw;
    padding-top: 10.2564102564vw;
    padding-bottom: 7.6923076923vw;
    line-height: 8.2051282051vw;
    width: 100%;
    letter-spacing: 0.03em;
  }
}
.productsystemdeveropment .introduction--wrap .introduction--imagearea {
  width: min(456px, 35.625vw);
}
@media only screen and (max-width: 768px) {
  .productsystemdeveropment .introduction--wrap .introduction--imagearea {
    width: 78.9743589744vw;
  }
}
.productsystemdeveropment .strengths--wrap {
  background-color: #f6f8f8;
  padding-top: min(74px, 5.78125vw);
}
@media only screen and (max-width: 768px) {
  .productsystemdeveropment .strengths--wrap {
    padding-top: 12.5641025641vw;
    padding-bottom: 13.3333333333vw;
  }
}
.productsystemdeveropment .strengths--wrap .strengths {
  width: min(1280px, 100vw);
  padding-left: min(110px, 8.59375vw);
  padding-right: min(110px, 8.59375vw);
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .productsystemdeveropment .strengths--wrap .strengths {
    width: 89.7435897436vw;
    padding-left: 0;
    padding-right: 0;
  }
}
.productsystemdeveropment .strengths--wrap .strengths .title--en {
  font-size: min(40px, 3.125vw);
  line-height: min(50px, 3.90625vw);
  font-family: "Monument Extended", sans-serif;
  font-weight: 700;
  color: #732e38;
}
@media only screen and (max-width: 768px) {
  .productsystemdeveropment .strengths--wrap .strengths .title--en {
    font-size: 10.2564102564vw;
    line-height: 10.2564102564vw;
  }
}
.productsystemdeveropment .strengths--wrap .strengths .title--ja {
  font-size: min(16px, 1.25vw);
  padding-top: min(14px, 1.09375vw);
  line-height: min(24px, 1.875vw);
  letter-spacing: 0.08em;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .productsystemdeveropment .strengths--wrap .strengths .title--ja {
    font-size: 4.1025641026vw;
    padding-top: 0.7692307692vw;
    line-height: 6.1538461538vw;
    font-weight: 400;
  }
}
.productsystemdeveropment .strengths--wrap .strengths--item {
  position: relative;
  width: min(1280px, 100vw);
  margin: auto;
  padding-left: min(110px, 8.59375vw);
  padding-right: min(110px, 8.59375vw);
}
@media only screen and (max-width: 768px) {
  .productsystemdeveropment .strengths--wrap .strengths--item {
    position: static;
    width: 89.7435897436vw;
    display: block;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
.productsystemdeveropment .strengths--wrap .strengths--item02 .inner--forreversedesign {
  width: fit-content;
  margin-left: auto;
}
.productsystemdeveropment .strengths--wrap .strengths--item--title {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .productsystemdeveropment .strengths--wrap .strengths--item--title {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 2.9487179487vw;
  }
}
.productsystemdeveropment .strengths--wrap .strengths--item--title01 {
  padding-top: min(32.5px, 2.5390625vw);
  padding-bottom: min(32.5px, 2.5390625vw);
  column-gap: min(58px, 4.53125vw);
}
@media only screen and (max-width: 768px) {
  .productsystemdeveropment .strengths--wrap .strengths--item--title01 {
    padding-top: 9.8717948718vw;
    padding-bottom: 6.4102564103vw;
    column-gap: 0;
  }
}
.productsystemdeveropment .strengths--wrap .strengths--item--title02 {
  padding-top: min(25.5px, 1.9921875vw);
  padding-bottom: min(32.5px, 2.5390625vw);
  column-gap: min(67px, 5.234375vw);
}
@media only screen and (max-width: 768px) {
  .productsystemdeveropment .strengths--wrap .strengths--item--title02 {
    padding-top: 11.5384615385vw;
    padding-bottom: 6.4102564103vw;
    column-gap: 0;
  }
}
.productsystemdeveropment .strengths--wrap .strengths--item--title03 {
  padding-top: min(51.5px, 4.0234375vw);
  padding-bottom: min(32.5px, 2.5390625vw);
  column-gap: min(67px, 5.234375vw);
}
@media only screen and (max-width: 768px) {
  .productsystemdeveropment .strengths--wrap .strengths--item--title03 {
    padding-top: 11.5384615385vw;
    padding-bottom: 6.4102564103vw;
    column-gap: 0;
  }
}
.productsystemdeveropment .strengths--wrap .strengths--item--title .title--number {
  font-size: min(77px, 6.015625vw);
  font-family: "Monument Extended", sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #ffffff;
  -webkit-text-stroke: 1px #732e38;
}
@media only screen and (max-width: 768px) {
  .productsystemdeveropment .strengths--wrap .strengths--item--title .title--number {
    color: #732e38;
    font-size: 5.1282051282vw;
    line-height: 7.4358974359vw;
  }
}
.productsystemdeveropment .strengths--wrap .strengths--item--title .title--ja {
  font-size: min(30px, 2.34375vw);
  font-weight: 700;
  line-height: min(46px, 3.59375vw);
  letter-spacing: 0.09em;
}
@media only screen and (max-width: 768px) {
  .productsystemdeveropment .strengths--wrap .strengths--item--title .title--ja {
    font-size: 6.4102564103vw;
    line-height: 10.2564102564vw;
    letter-spacing: 0.07em;
  }
}
.productsystemdeveropment .strengths--wrap .strengths--item--image {
  position: absolute;
  right: min(110px, 8.59375vw);
  top: 0;
}
@media only screen and (max-width: 768px) {
  .productsystemdeveropment .strengths--wrap .strengths--item--image {
    position: static;
    margin: auto;
  }
}
.productsystemdeveropment .strengths--wrap .strengths--item--image01 {
  width: min(419px, 32.734375vw);
  height: min(279px, 21.796875vw);
}
@media only screen and (max-width: 768px) {
  .productsystemdeveropment .strengths--wrap .strengths--item--image01 {
    width: 78.9743589744vw;
    height: 52.5641025641vw;
  }
}
.productsystemdeveropment .strengths--wrap .strengths--item--image02 {
  left: min(110px, 8.59375vw);
  width: min(409px, 31.953125vw);
  height: min(290px, 22.65625vw);
}
@media only screen and (max-width: 768px) {
  .productsystemdeveropment .strengths--wrap .strengths--item--image02 {
    width: 78.9743589744vw;
    height: 55.8974358974vw;
  }
}
.productsystemdeveropment .strengths--wrap .strengths--item--image03 {
  width: min(437px, 34.140625vw);
  height: min(305px, 23.828125vw);
}
@media only screen and (max-width: 768px) {
  .productsystemdeveropment .strengths--wrap .strengths--item--image03 {
    width: 73.8461538462vw;
    height: 51.5384615385vw;
  }
}
.productsystemdeveropment .strengths--wrap .strengths--item--text {
  font-size: min(16px, 1.25vw);
  font-weight: 700;
  line-height: min(32px, 2.5vw);
  width: min(557px, 43.515625vw);
}
@media only screen and (max-width: 768px) {
  .productsystemdeveropment .strengths--wrap .strengths--item--text {
    font-size: 4.1025641026vw;
    line-height: 8.2051282051vw;
    padding-top: 11.0256410256vw;
    width: auto;
  }
}
.productsystemdeveropment .strengths--wrap .strengths--item--text01 {
  padding-bottom: min(87px, 6.796875vw);
}
@media only screen and (max-width: 768px) {
  .productsystemdeveropment .strengths--wrap .strengths--item--text01 {
    padding-bottom: 0;
  }
}
.productsystemdeveropment .strengths--wrap .strengths--item--text02 {
  padding-bottom: min(189px, 14.765625vw);
}
@media only screen and (max-width: 768px) {
  .productsystemdeveropment .strengths--wrap .strengths--item--text02 {
    padding-bottom: 0;
  }
}
.productsystemdeveropment .strengths--wrap .strengths--item--text03 {
  padding-bottom: min(162px, 12.65625vw);
}
@media only screen and (max-width: 768px) {
  .productsystemdeveropment .strengths--wrap .strengths--item--text03 {
    padding-bottom: 0;
  }
}
.productsystemdeveropment .flow--wrap {
  position: relative;
  overflow-x: hidden;
  padding-top: min(110px, 8.59375vw);
  padding-bottom: min(206px, 16.09375vw);
}
@media only screen and (max-width: 768px) {
  .productsystemdeveropment .flow--wrap {
    position: static;
    padding-top: 15.3846153846vw;
    padding-bottom: 31.7948717949vw;
  }
}
.productsystemdeveropment .flow--wrap .flow {
  width: min(1280px, 100vw);
  padding-left: min(110px, 8.59375vw);
  padding-right: min(110px, 8.59375vw);
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .productsystemdeveropment .flow--wrap .flow {
    width: 89.7435897436vw;
    padding-left: 0;
    padding-right: 0;
  }
}
.productsystemdeveropment .flow--wrap .flow .title--en {
  font-size: min(40px, 3.125vw);
  line-height: min(50px, 3.90625vw);
  font-family: "Monument Extended", sans-serif;
  font-weight: 700;
  color: #732e38;
}
@media only screen and (max-width: 768px) {
  .productsystemdeveropment .flow--wrap .flow .title--en {
    font-size: 10.2564102564vw;
    line-height: 10.2564102564vw;
  }
}
.productsystemdeveropment .flow--wrap .flow .title--ja {
  font-size: min(16px, 1.25vw);
  padding-top: min(14px, 1.09375vw);
  line-height: min(24px, 1.875vw);
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 768px) {
  .productsystemdeveropment .flow--wrap .flow .title--ja {
    font-size: 4.1025641026vw;
    padding-top: 0.7692307692vw;
    line-height: 6.1538461538vw;
  }
}
.productsystemdeveropment .flow--wrap .flow .text {
  font-size: min(16px, 1.25vw);
  padding-top: min(30px, 2.34375vw);
  line-height: min(24px, 1.875vw);
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .productsystemdeveropment .flow--wrap .flow .text {
    font-size: 4.1025641026vw;
    padding-top: 7.6923076923vw;
    line-height: 8.2051282051vw;
    letter-spacing: 0.03em;
  }
}
.productsystemdeveropment .flow--wrap .flow--list {
  display: flex;
  justify-content: space-between;
  padding-top: min(17px, 1.328125vw);
}
@media only screen and (max-width: 768px) {
  .productsystemdeveropment .flow--wrap .flow--list {
    position: relative;
    flex-direction: column;
    justify-content: normal;
    align-items: flex-start;
    row-gap: 34px;
    padding-top: 13.3333333333vw;
    padding-left: 15.8974358974vw;
  }
}
.productsystemdeveropment .flow--wrap .flow--list::after {
  content: "";
  border-top: 3px solid #f3f5f6;
  position: absolute;
  width: 100vw;
  top: 54%;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .productsystemdeveropment .flow--wrap .flow--list::after {
    border-top: none;
    border-left: 3px solid #f3f5f6;
    position: absolute;
    width: 3px;
    top: 15%;
    left: 29%;
    z-index: -1;
    height: 134.6153846154vw;
  }
}
@media only screen and (max-width: 768px) {
  .productsystemdeveropment .flow--wrap .flow--item {
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 45px;
  }
}
.productsystemdeveropment .flow--wrap .flow--item--image {
  width: min(114px, 8.90625vw);
  height: min(114px, 8.90625vw);
  border-radius: 50%;
  background-color: #f3f5f6;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .productsystemdeveropment .flow--wrap .flow--item--image {
    width: 20.5128205128vw;
    height: 20.5128205128vw;
  }
}
.productsystemdeveropment .flow--wrap .flow--item--image01 img {
  width: min(75px, 5.859375vw);
}
@media only screen and (max-width: 768px) {
  .productsystemdeveropment .flow--wrap .flow--item--image01 img {
    width: 12.8205128205vw;
  }
}
.productsystemdeveropment .flow--wrap .flow--item--image02 img {
  width: min(73px, 5.703125vw);
}
@media only screen and (max-width: 768px) {
  .productsystemdeveropment .flow--wrap .flow--item--image02 img {
    width: 12.8205128205vw;
  }
}
.productsystemdeveropment .flow--wrap .flow--item--image03 img {
  width: min(81px, 6.328125vw);
}
@media only screen and (max-width: 768px) {
  .productsystemdeveropment .flow--wrap .flow--item--image03 img {
    width: 12.8205128205vw;
  }
}
.productsystemdeveropment .flow--wrap .flow--item--image04 img {
  width: min(83px, 6.484375vw);
}
@media only screen and (max-width: 768px) {
  .productsystemdeveropment .flow--wrap .flow--item--image04 img {
    width: 12.8205128205vw;
  }
}
.productsystemdeveropment .flow--wrap .flow--item--image05 img {
  width: min(66px, 5.15625vw);
}
@media only screen and (max-width: 768px) {
  .productsystemdeveropment .flow--wrap .flow--item--image05 img {
    width: 12.8205128205vw;
  }
}
.productsystemdeveropment .flow--wrap .flow--item--image06 img {
  width: min(55px, 4.296875vw);
}
@media only screen and (max-width: 768px) {
  .productsystemdeveropment .flow--wrap .flow--item--image06 img {
    width: 8.9743589744vw;
  }
}
.productsystemdeveropment .flow--wrap .flow--item--text {
  text-align: center;
  padding-top: min(17px, 1.328125vw);
  font-size: min(20px, 1.5625vw);
  line-height: min(24px, 1.875vw);
  letter-spacing: 0.08em;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .productsystemdeveropment .flow--wrap .flow--item--text {
    text-align: left;
    padding-top: 0;
    font-size: 4.1025641026vw;
    line-height: 6.1538461538vw;
  }
}
.productsystemdeveropment .worksarea--wrap {
  color: #f8f9fa;
  background-color: #333333;
  padding-top: min(91px, 7.109375vw);
  padding-bottom: min(133px, 10.390625vw);
}
@media only screen and (max-width: 768px) {
  .productsystemdeveropment .worksarea--wrap {
    padding-top: 17.9487179487vw;
    padding-bottom: 26.1538461538vw;
  }
}
.productsystemdeveropment .worksarea--wrap .worksarea {
  width: min(1060px, 82.8125vw);
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .productsystemdeveropment .worksarea--wrap .worksarea {
    width: 89.7435897436vw;
    position: relative;
  }
}
.productsystemdeveropment .worksarea--wrap .worksarea .title--en {
  font-size: min(40px, 3.125vw);
  line-height: min(50px, 3.90625vw);
  font-family: "Monument Extended", sans-serif;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .productsystemdeveropment .worksarea--wrap .worksarea .title--en {
    font-size: 10.2564102564vw;
    line-height: 10.2564102564vw;
  }
}
.productsystemdeveropment .worksarea--wrap .worksarea .title--ja {
  font-size: min(16px, 1.25vw);
  padding-top: min(14px, 1.09375vw);
  line-height: min(24px, 1.875vw);
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #f8f9fa;
}
@media only screen and (max-width: 768px) {
  .productsystemdeveropment .worksarea--wrap .worksarea .title--ja {
    font-size: 4.1025641026vw;
    padding-top: 0.7692307692vw;
    line-height: 6.1538461538vw;
    font-weight: 400;
  }
}
.productsystemdeveropment .worksarea--wrap .worksarea .servicearea {
  padding-top: min(30px, 2.34375vw);
}
@media only screen and (max-width: 768px) {
  .productsystemdeveropment .worksarea--wrap .worksarea .servicearea {
    padding-top: 7.6923076923vw;
  }
}
.productsystemdeveropment .worksarea--wrap .worksarea .servicearea .titlearea {
  display: flex;
  align-items: center;
}
.productsystemdeveropment .worksarea--wrap .worksarea .servicearea .titlearea h3 {
  font-size: min(30px, 2.34375vw);
  color: #f8f9fa;
}
@media only screen and (max-width: 768px) {
  .productsystemdeveropment .worksarea--wrap .worksarea .servicearea .titlearea h3 {
    font-size: 5.641025641vw;
  }
}
.productsystemdeveropment .worksarea--wrap .worksarea .servicearea .titlearea .view_more_top_link {
  width: min(101px, 7.890625vw);
  color: #f8f9fa;
  font-size: min(20px, 1.5625vw);
  font-family: "Monument Extended", sans-serif;
}
@media only screen and (max-width: 768px) {
  .productsystemdeveropment .worksarea--wrap .worksarea .servicearea .titlearea .view_more_top_link {
    font-size: 4.1025641026vw;
    width: 21.7948717949vw;
  }
}
.productsystemdeveropment .worksarea--wrap .worksarea .servicearea .titlearea .slidebutton {
  width: min(52px, 4.0625vw);
  height: min(52px, 4.0625vw);
  border: 1px solid #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
}
.productsystemdeveropment .worksarea--wrap .worksarea .servicearea .titlearea .slidebutton img {
  width: min(13px, 1.015625vw);
}
.productsystemdeveropment .worksarea--wrap .worksarea .servicearea .titlearea .slidebutton.slidetoleft {
  margin-left: min(113px, 8.828125vw);
}
.productsystemdeveropment .worksarea--wrap .worksarea .servicearea .titlearea .slidebutton.slidetoright {
  margin-left: auto;
}
.productsystemdeveropment .worksarea--wrap .worksarea .servicearea .slidebutton_sp {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  margin-top: 7.6923076923vw;
}
.productsystemdeveropment .worksarea--wrap .worksarea .servicearea .slidebutton_sp .slidebutton {
  width: 13.3333333333vw;
  height: 13.3333333333vw;
  border: 1px solid #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.productsystemdeveropment .worksarea--wrap .worksarea .servicearea .slidebutton_sp .slidebutton img {
  width: 3.3333333333vw;
}
.productsystemdeveropment .worksarea--wrap .worksarea .servicearea .slidebutton_sp .slidebutton.slidetoleft {
  margin-left: auto;
}
.productsystemdeveropment .worksarea--wrap .worksarea .servicearea .slidebutton_sp .slidebutton.slidetoright {
  margin-left: 2.8205128205vw;
}
.productsystemdeveropment .worksarea--wrap .worksarea .servicearea.servicearea1 {
  margin-top: min(67px, 5.234375vw);
}
.productsystemdeveropment .worksarea--wrap .worksarea .servicearea.servicearea1 .view_more_top_link {
  margin-left: min(611px, 47.734375vw);
}
@media only screen and (max-width: 768px) {
  .productsystemdeveropment .worksarea--wrap .worksarea .servicearea.servicearea1 .view_more_top_link {
    margin-left: auto;
    white-space: nowrap;
  }
}
.productsystemdeveropment .worksarea--wrap .worksarea .servicearea.servicearea2 {
  margin-top: min(75px, 5.859375vw);
}
@media only screen and (max-width: 768px) {
  .productsystemdeveropment .worksarea--wrap .worksarea .servicearea.servicearea2 {
    margin-top: 12.8205128205vw;
  }
}
.productsystemdeveropment .worksarea--wrap .worksarea .servicearea.servicearea2 .view_more_top_link {
  margin-left: min(550px, 42.96875vw);
}
@media only screen and (max-width: 768px) {
  .productsystemdeveropment .worksarea--wrap .worksarea .servicearea.servicearea2 .view_more_top_link {
    margin-left: auto;
    white-space: nowrap;
  }
}
.productsystemdeveropment .worksarea--wrap .worksarea .servicearea .services {
  display: flex;
  margin-top: min(52px, 4.0625vw);
  padding-bottom: min(33px, 2.578125vw);
  gap: min(50px, 3.90625vw);
  overflow-x: scroll;
  width: 100%;
  /* スクロールバー全体 */
  /* 背景（トラック）部分 */
  /* スクロールつまみ（サム）部分 */
  /* ホバー時のサム */
}
@media only screen and (max-width: 768px) {
  .productsystemdeveropment .worksarea--wrap .worksarea .servicearea .services {
    margin-top: 12.8205128205vw;
    padding-bottom: 7.6923076923vw;
    gap: 5.1282051282vw;
  }
}
.productsystemdeveropment .worksarea--wrap .worksarea .servicearea .services::-webkit-scrollbar {
  height: 2px;
}
.productsystemdeveropment .worksarea--wrap .worksarea .servicearea .services::-webkit-scrollbar-track {
  background: #9d9d9d;
}
.productsystemdeveropment .worksarea--wrap .worksarea .servicearea .services::-webkit-scrollbar-thumb {
  background: #ffffff;
  border-radius: 0px;
}
.productsystemdeveropment .worksarea--wrap .worksarea .servicearea .services::-webkit-scrollbar-thumb:hover {
  background: #cccccc;
}
.productsystemdeveropment .worksarea--wrap .worksarea .servicearea .services .service {
  width: min(586px, 45.78125vw);
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .productsystemdeveropment .worksarea--wrap .worksarea .servicearea .services .service {
    width: 79.7435897436vw;
  }
}
.productsystemdeveropment .worksarea--wrap .worksarea .servicearea .services .service img {
  width: 100%;
  height: auto;
}
.productsystemdeveropment .worksarea--wrap .worksarea .servicearea .services .service h4 {
  color: #f8f9fa;
  font-size: min(22px, 1.71875vw);
  margin-top: min(30px, 2.34375vw);
}
@media only screen and (max-width: 768px) {
  .productsystemdeveropment .worksarea--wrap .worksarea .servicearea .services .service h4 {
    font-size: 4.6153846154vw;
    margin-top: 5.1282051282vw;
  }
}
.productsystemdeveropment .worksarea--wrap .worksarea .servicearea .services .service .text {
  color: #f8f9fa;
  font-size: min(16px, 1.25vw);
  margin-top: min(12px, 0.9375vw);
}
@media only screen and (max-width: 768px) {
  .productsystemdeveropment .worksarea--wrap .worksarea .servicearea .services .service .text {
    font-size: 3.5897435897vw;
    margin-top: 3.3333333333vw;
  }
}
.productsystemdeveropment .member--wrap {
  padding-top: min(99.75px, 7.79296875vw);
  padding-bottom: min(120px, 9.375vw);
}
@media only screen and (max-width: 768px) {
  .productsystemdeveropment .member--wrap {
    padding-top: 15.3846153846vw;
    padding-bottom: 10.2564102564vw;
  }
}
.productsystemdeveropment .member--wrap .member {
  width: min(1280px, 100vw);
  padding-left: min(110px, 8.59375vw);
  padding-right: min(110px, 8.59375vw);
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .productsystemdeveropment .member--wrap .member {
    width: 89.7435897436vw;
    padding-left: 0;
    padding-right: 0;
  }
}
.productsystemdeveropment .member--wrap .member .title--en {
  font-size: min(40px, 3.125vw);
  line-height: min(50px, 3.90625vw);
  font-family: "Monument Extended", sans-serif;
  font-weight: 700;
  color: #732e38;
}
@media only screen and (max-width: 768px) {
  .productsystemdeveropment .member--wrap .member .title--en {
    font-size: 8.7179487179vw;
    line-height: 10.2564102564vw;
  }
}
.productsystemdeveropment .member--wrap .member .title--ja {
  font-size: min(16px, 1.25vw);
  padding-top: min(14px, 1.09375vw);
  line-height: min(24px, 1.875vw);
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 768px) {
  .productsystemdeveropment .member--wrap .member .title--ja {
    font-size: 4.1025641026vw;
    padding-top: 0.7692307692vw;
    line-height: 6.1538461538vw;
    padding-bottom: 7.6923076923vw;
  }
}
.productsystemdeveropment .member--wrap .member .text {
  font-size: min(16px, 1.25vw);
  line-height: min(24px, 1.875vw);
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 768px) {
  .productsystemdeveropment .member--wrap .member .text {
    font-size: 4.1025641026vw;
    line-height: 6.1538461538vw;
  }
}
.productsystemdeveropment .member--wrap .member--list {
  padding-top: min(176px, 13.75vw);
  display: flex;
  flex-wrap: wrap;
  gap: min(29px, 2.265625vw);
}
@media only screen and (max-width: 768px) {
  .productsystemdeveropment .member--wrap .member--list {
    padding-top: 6.1538461538vw;
    flex-direction: column;
    row-gap: 40px;
  }
}
.productsystemdeveropment .member--wrap .member--item {
  width: min(333px, 26.015625vw);
}
.productsystemdeveropment .member--wrap .member--item img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .productsystemdeveropment .member--wrap .member--item {
    width: 100%;
  }
}
.productsystemdeveropment .member--wrap .member--item .member--name {
  font-size: min(25px, 1.953125vw);
  line-height: min(24px, 1.875vw);
  padding-top: min(24.47px, 1.91171875vw);
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 768px) {
  .productsystemdeveropment .member--wrap .member--item .member--name {
    font-size: 6.4102564103vw;
    line-height: 6.1538461538vw;
    padding-top: 2.5641025641vw;
  }
}
.productsystemdeveropment .member--wrap .member--item .member--text {
  display: block;
  color: #bebebe;
  font-size: min(16px, 1.25vw);
  line-height: min(24px, 1.875vw);
  padding-top: min(13px, 1.015625vw);
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 768px) {
  .productsystemdeveropment .member--wrap .member--item .member--text {
    font-size: 3.0769230769vw;
    line-height: 5.3846153846vw;
    padding-top: 2.3076923077vw;
    font-weight: 400;
  }
}

/* acousticservice member styles */
.acousticservice .member--wrap {
  padding-top: min(99.75px, 7.79296875vw);
  padding-bottom: min(120px, 9.375vw);
}
@media only screen and (max-width: 768px) {
  .acousticservice .member--wrap {
    padding-top: 15.3846153846vw;
    padding-bottom: 10.2564102564vw;
  }
}
.acousticservice .member--wrap .member {
  width: min(1280px, 100vw);
  padding-left: min(110px, 8.59375vw);
  padding-right: min(110px, 8.59375vw);
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .acousticservice .member--wrap .member {
    width: 89.7435897436vw;
    padding-left: 0;
    padding-right: 0;
  }
}
.acousticservice .member--wrap .member .title--en {
  font-size: min(40px, 3.125vw);
  line-height: min(50px, 3.90625vw);
  font-family: "Monument Extended", sans-serif;
  font-weight: 700;
  color: #732e38;
}
@media only screen and (max-width: 768px) {
  .acousticservice .member--wrap .member .title--en {
    font-size: 8.7179487179vw;
    line-height: 10.2564102564vw;
  }
}
.acousticservice .member--wrap .member .title--ja {
  font-size: min(16px, 1.25vw);
  padding-top: min(14px, 1.09375vw);
  line-height: min(24px, 1.875vw);
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 768px) {
  .acousticservice .member--wrap .member .title--ja {
    font-size: 4.1025641026vw;
    padding-top: 0.7692307692vw;
    line-height: 6.1538461538vw;
    padding-bottom: 7.6923076923vw;
  }
}
.acousticservice .member--wrap .member .text {
  font-size: min(16px, 1.25vw);
  line-height: min(24px, 1.875vw);
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 768px) {
  .acousticservice .member--wrap .member .text {
    font-size: 4.1025641026vw;
    line-height: 6.1538461538vw;
  }
}
.acousticservice .member--wrap .member--list {
  padding-top: min(176px, 13.75vw);
  display: flex;
  flex-wrap: wrap;
  gap: min(29px, 2.265625vw);
}
@media only screen and (max-width: 768px) {
  .acousticservice .member--wrap .member--list {
    padding-top: 6.1538461538vw;
    flex-direction: column;
    row-gap: 40px;
  }
}
.acousticservice .member--wrap .member--item {
  width: min(333px, 26.015625vw);
}
.acousticservice .member--wrap .member--item img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .acousticservice .member--wrap .member--item {
    width: 100%;
  }
}
.acousticservice .member--wrap .member--item .member--name {
  font-size: min(25px, 1.953125vw);
  line-height: min(24px, 1.875vw);
  padding-top: min(24.47px, 1.91171875vw);
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 768px) {
  .acousticservice .member--wrap .member--item .member--name {
    font-size: 6.4102564103vw;
    line-height: 6.1538461538vw;
    padding-top: 2.5641025641vw;
  }
}
.acousticservice .member--wrap .member--item .member--text {
  display: block;
  color: #bebebe;
  font-size: min(16px, 1.25vw);
  line-height: min(24px, 1.875vw);
  padding-top: min(13px, 1.015625vw);
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 768px) {
  .acousticservice .member--wrap .member--item .member--text {
    font-size: 3.0769230769vw;
    line-height: 5.3846153846vw;
    padding-top: 2.3076923077vw;
    font-weight: 400;
  }
}

/* aboutus.scss */
.aboutus {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #333333;
}
.aboutus .text-sp {
  display: none;
}
.aboutus .introduction--wrap {
  padding-top: min(76px, 5.9375vw);
  padding-bottom: min(100px, 7.8125vw);
}
.aboutus .introduction--wrap .introduction {
  width: min(1280px, 100vw);
  display: flex;
  align-items: flex-end;
  margin: auto;
  padding-left: min(110px, 8.59375vw);
}
.aboutus .introduction--wrap .introduction--textarea {
  margin-right: auto;
  padding-top: min(21px, 1.640625vw);
  padding-bottom: min(107px, 8.359375vw);
}
.aboutus .introduction--wrap .introduction--textarea .title--en {
  font-size: min(40px, 3.125vw);
  font-family: "Monument Extended", sans-serif;
  font-weight: 700;
  color: #732e38;
  letter-spacing: 0.08em;
}
.aboutus .introduction--wrap .introduction--textarea .title--ja {
  font-size: min(16px, 1.25vw);
  padding-top: min(14px, 1.09375vw);
  line-height: min(24px, 1.875vw);
  letter-spacing: 0.08em;
}
.aboutus .introduction--wrap .introduction--textarea .text--slogan {
  font-size: min(42px, 3.28125vw);
  padding-top: min(60px, 4.6875vw);
  line-height: min(64px, 5vw);
  letter-spacing: 0.09em;
}
.aboutus .introduction--wrap .introduction--textarea .text {
  font-size: min(16px, 1.25vw);
  font-weight: 700;
  padding-top: min(36px, 2.8125vw);
  line-height: min(32px, 2.5vw);
  width: min(541px, 42.265625vw);
}
.aboutus .introduction--wrap .introduction--imagearea {
  width: min(532px, 41.5625vw);
}
.aboutus .conceptarea--wrap {
  color: #ffffff;
  background-color: #732e38;
}

#vision, #mission, #value {
  scroll-margin-top: min(120px, 9.375vw);
}
.aboutus .conceptarea--wrap .conceptarea {
  width: min(1060px, 82.8125vw);
  margin: auto;
  padding-top: min(84px, 6.5625vw);
  padding-bottom: min(58px, 4.53125vw);
}
.aboutus .conceptarea--wrap .conceptarea .title {
  font-size: min(70px, 5.46875vw);
  font-family: "Monument Extended", sans-serif;
  line-height: min(94px, 7.34375vw);
  font-weight: 700;
}
.aboutus .conceptarea--wrap .conceptarea .slogan {
  font-size: min(32px, 2.5vw);
  line-height: min(43px, 3.359375vw);
  padding-top: min(16px, 1.25vw);
}
.aboutus .conceptarea--wrap .conceptarea .text {
  font-size: min(16px, 1.25vw);
  line-height: min(24px, 1.875vw);
  padding-top: min(19px, 1.484375vw);
  letter-spacing: 0.08em;
}
.aboutus .conceptarea--wrap .conceptarea .vision,
.aboutus .conceptarea--wrap .conceptarea .mission {
  display: flex;
}
.aboutus .conceptarea--wrap .conceptarea .vision--titlewrap,
.aboutus .conceptarea--wrap .conceptarea .mission--titlewrap {
  width: min(443px, 34.609375vw);
}
.aboutus .conceptarea--wrap .conceptarea .vision--textwrap,
.aboutus .conceptarea--wrap .conceptarea .mission--textwrap {
  width: min(617px, 48.203125vw);
}
.aboutus .conceptarea--wrap .conceptarea .mission {
  padding-top: min(121px, 9.453125vw);
}
.aboutus .conceptarea--wrap .conceptarea .value {
  padding-top: min(5px, 0.390625vw);
}
.aboutus .conceptarea--wrap .conceptarea .value--cardwrap {
  padding-top: min(27px, 2.109375vw);
  padding-left: min(100px, 7.8125vw);
  padding-right: min(89.5px, 6.9921875vw);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 49px;
}
.aboutus .conceptarea--wrap .conceptarea .value--card {
  width: 257.5px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #707070;
  border-radius: 4px;
}
.aboutus .conceptarea--wrap .conceptarea .value--card .card--inner {
  width: 227px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.aboutus .conceptarea--wrap .conceptarea .value--card .card--title {
  font-size: min(16px, 1.25vw);
  line-height: min(24px, 1.875vw);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  color: #732e38;
}
.aboutus .conceptarea--wrap .conceptarea .value--card .card--text {
  font-size: min(12px, 0.9375vw);
  line-height: min(18px, 1.40625vw);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
}
.aboutus .message--wrap {
  padding-top: min(72px, 5.625vw);
  padding-bottom: min(88px, 6.875vw);
}

#greeting {
  scroll-margin-top: min(120px, 9.375vw);
}
.aboutus .message--wrap .message {
  position: relative;
  width: min(1280px, 100vw);
  margin: auto;
  padding-left: min(110px, 8.59375vw);
  padding-right: min(110px, 8.59375vw);
}
.aboutus .message--wrap .message--textarea .title--en {
  font-size: min(40px, 3.125vw);
  font-family: "Monument Extended", sans-serif;
  line-height: min(40px, 3.125vw);
  font-weight: 700;
  color: #732e38;
  letter-spacing: 0.08em;
}
.aboutus .message--wrap .message--textarea .title--ja {
  font-size: min(16px, 1.25vw);
  padding-top: min(14px, 1.09375vw);
  line-height: min(24px, 1.875vw);
  letter-spacing: 0.08em;
}
.aboutus .message--wrap .message--textarea .text--slogan {
  font-size: min(40px, 3.125vw);
  padding-top: min(60px, 4.6875vw);
  line-height: min(60px, 4.6875vw);
}
.aboutus .message--wrap .message--textarea .text {
  font-size: min(16px, 1.25vw);
  font-weight: 700;
  padding-top: min(55px, 4.296875vw);
  line-height: min(32px, 2.5vw);
  width: min(561px, 43.828125vw);
}
.aboutus .message--wrap .message--textarea .text p + p {
  padding-top: 32px;
}
.aboutus .message--wrap .message--imagearea {
  position: absolute;
  right: min(110px, 8.59375vw);
  bottom: 0;
  width: min(443px, 34.609375vw);
  height: min(427px, 33.359375vw);
}
.aboutus .message--wrap .message--ceo-info .post {
  font-size: min(20px, 1.5625vw);
  line-height: min(50px, 3.90625vw);
  padding-top: min(115px, 8.984375vw);
  letter-spacing: 0.08em;
}
.aboutus .message--wrap .message--ceo-info .ceo-name {
  font-size: min(29px, 2.265625vw);
  line-height: min(38px, 2.96875vw);
  padding-top: min(18px, 1.40625vw);
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .aboutus .text-pc {
    display: none;
  }
  .aboutus .text-sp {
    display: block;
  }
  .aboutus .introduction--wrap {
    padding-top: 17.9487179487vw;
    padding-bottom: 27.1794871795vw;
  }
  .aboutus .introduction--wrap .introduction {
    width: 89.7435897436vw;
    align-items: normal;
    flex-direction: column;
    padding-left: 0;
  }
  .aboutus .introduction--wrap .introduction--textarea {
    margin-right: 0;
    padding-bottom: 0;
  }
  .aboutus .introduction--wrap .introduction--textarea .title--en {
    font-size: 10.2564102564vw;
    line-height: 10.2564102564vw;
    letter-spacing: 0;
  }
  .aboutus .introduction--wrap .introduction--textarea .title--ja {
    font-size: 4.1025641026vw;
    line-height: 6.1538461538vw;
  }
  .aboutus .introduction--wrap .introduction--textarea .text--slogan {
    font-size: 6.4102564103vw;
    padding-top: 5.8974358974vw;
    line-height: 10.2564102564vw;
    letter-spacing: 0.07em;
  }
  .aboutus .introduction--wrap .introduction--textarea .text {
    font-size: 3.5897435897vw;
    line-height: 8.2051282051vw;
    width: 100%;
    letter-spacing: 0.03em;
  }
  .aboutus .introduction--wrap .introduction--imagearea {
    width: 94.8717948718vw;
    margin-top: 16.6666666667vw;
  }
  .aboutus .conceptarea--wrap .conceptarea {
    width: 89.7435897436vw;
    margin: auto;
    padding-top: 25.1282051282vw;
    padding-bottom: 22.0512820513vw;
  }
  .aboutus .conceptarea--wrap .conceptarea .title {
    font-size: 10.2564102564vw;
    line-height: 10.2564102564vw;
  }
  .aboutus .conceptarea--wrap .conceptarea .slogan {
    font-size: 8.2051282051vw;
    line-height: 11.0256410256vw;
    padding-top: 10.2564102564vw;
  }
  .aboutus .conceptarea--wrap .conceptarea .text {
    font-size: 4.1025641026vw;
    line-height: 6.1538461538vw;
    padding-top: 10.2564102564vw;
  }
  .aboutus .conceptarea--wrap .conceptarea .vision,
  .aboutus .conceptarea--wrap .conceptarea .mission {
    flex-direction: column;
  }
  .aboutus .conceptarea--wrap .conceptarea .vision--titlewrap,
  .aboutus .conceptarea--wrap .conceptarea .mission--titlewrap {
    width: 100%;
  }
  .aboutus .conceptarea--wrap .conceptarea .vision--textwrap,
  .aboutus .conceptarea--wrap .conceptarea .mission--textwrap {
    width: 100%;
  }
  .aboutus .conceptarea--wrap .conceptarea .mission,
  .aboutus .conceptarea--wrap .conceptarea .value {
    padding-top: 30.7692307692vw;
  }
  .aboutus .conceptarea--wrap .conceptarea .value--cardwrap {
    padding-top: 10.2564102564vw;
    gap: 40px;
  }
  .aboutus .conceptarea--wrap .conceptarea .value--card {
    width: 66.0256410256vw;
    height: 41.0256410256vw;
  }
  .aboutus .conceptarea--wrap .conceptarea .value--card .card--inner {
    width: 54.6153846154vw;
  }
  .aboutus .conceptarea--wrap .conceptarea .value--card .card--title {
    font-size: 4.1025641026vw;
    line-height: 6.1538461538vw;
    color: #732e38;
  }
  .aboutus .conceptarea--wrap .conceptarea .value--card .card--text {
    font-size: 3.0769230769vw;
    line-height: 4.6153846154vw;
  }
  .aboutus .message--wrap {
    padding-top: 20.5128205128vw;
    padding-bottom: 17.9487179487vw;
  }
  .aboutus .message--wrap .message {
    position: static;
    width: 89.7435897436vw;
    display: block;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .aboutus .message--wrap .message--textarea .title--en {
    font-size: 10.2564102564vw;
    line-height: 10.2564102564vw;
    letter-spacing: 0;
  }
  .aboutus .message--wrap .message--textarea .title--ja {
    font-size: 4.1025641026vw;
    padding-top: 3.5897435897vw;
    line-height: 6.1538461538vw;
  }
  .aboutus .message--wrap .message--textarea .text--slogan {
    font-size: 6.4102564103vw;
    padding-top: 9.7435897436vw;
    line-height: 10.2564102564vw;
  }
  .aboutus .message--wrap .message--textarea .text {
    font-size: 4.1025641026vw;
    padding-top: 10.7692307692vw;
    line-height: 8.2051282051vw;
    width: 100%;
  }
  .aboutus .message--wrap .message--textarea .text p + p {
    padding-top: 32px;
  }
  .aboutus .message--wrap .message--imagearea {
    position: static;
    width: 89.7435897436vw;
    height: 86.4102564103vw;
    background: #ddd;
    margin-top: 26.6666666667vw;
  }
  .aboutus .message--wrap .message--ceo-info {
    display: flex;
    align-items: end;
    justify-content: flex-end;
    gap: 16px;
  }
  .aboutus .message--wrap .message--ceo-info .post {
    font-size: 3.0769230769vw;
    line-height: 0;
    width: fit-content;
  }
  .aboutus .message--wrap .message--ceo-info .ceo-name {
    font-size: 5.641025641vw;
    line-height: min(30px, 2.34375vw);
    padding-top: 5.641025641vw;
  }
}
.aboutus .company--wrap {
  background: #f6f8f8;
}

#company {
  scroll-margin-top: min(120px, 9.375vw);
}
.aboutus .company--wrap .company {
  width: min(848px, 66.25vw);
  margin: auto;
  padding-top: min(161px, 12.578125vw);
  padding-bottom: min(60px, 4.6875vw);
}
.aboutus .company--wrap .company--titlewrap .title--en {
  font-size: min(16px, 1.25vw);
  font-family: "Monument Extended", sans-serif;
  line-height: min(67px, 5.234375vw);
  font-weight: 700;
  color: #732e38;
  letter-spacing: 0.08em;
}
.aboutus .company--wrap .company--titlewrap .title--ja {
  font-size: min(16px, 1.25vw);
  padding-top: min(16px, 1.25vw);
  padding-bottom: min(45px, 3.515625vw);
  line-height: min(24px, 1.875vw);
  letter-spacing: 0.07em;
}
.aboutus .company--wrap .company--overview {
  width: 100%;
}
.aboutus .company--wrap .company--overview tr {
  border-top: 1px solid #b3b3b3;
}
.aboutus .company--wrap .company--overview tr:last-child {
  border-bottom: 1px solid #b3b3b3;
}
.aboutus .company--wrap .company--overview th,
.aboutus .company--wrap .company--overview td {
  font-size: min(16px, 1.25vw);
  padding-top: min(24.5px, 1.9140625vw);
  padding-bottom: min(18.5px, 1.4453125vw);
}
.aboutus .company--wrap .company--overview th {
  width: min(160px, 12.5vw);
}
.aboutus .company--wrap .company--overview td {
  line-height: min(30px, 2.34375vw);
}
.aboutus .company--wrap .company--map {
  position: relative;
  width: 100%;
  padding-top: min(460px, 35.9375vw);
}
.aboutus .company--wrap .company--map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: min(460px, 35.9375vw);
}
@media only screen and (max-width: 768px) {
  .aboutus .company--wrap .company {
    width: 89.7435897436vw;
    padding-top: 17.1794871795vw;
    padding-bottom: 10vw;
  }
  .aboutus .company--wrap .company--titlewrap .title--en {
    font-size: 3.5897435897vw;
    line-height: 4.8717948718vw;
    letter-spacing: 0;
  }
  .aboutus .company--wrap .company--titlewrap .title--ja {
    font-size: 4.1025641026vw;
    padding-top: 2.3076923077vw;
    padding-bottom: 7.4358974359vw;
    line-height: 6.1538461538vw;
    letter-spacing: 0.08em;
  }
  .aboutus .company--wrap .company--overview th,
  .aboutus .company--wrap .company--overview td {
    font-size: 4.6153846154vw;
    padding-top: 5.2564102564vw;
    padding-bottom: 5.8974358974vw;
  }
  .aboutus .company--wrap .company--overview th {
    width: 36.4102564103vw;
    padding-left: 2.5641025641vw;
  }
  .aboutus .company--wrap .company--overview td {
    line-height: 6.1538461538vw;
  }
  .aboutus .company--wrap .company--map {
    position: relative;
    width: 100%;
    padding-top: 59.2307692308vw;
  }
  .aboutus .company--wrap .company--map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 59.2307692308vw;
  }
}

/* contact.scss */
.contact {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media only screen and (max-width: 768px) {
  .contact {
    padding-bottom: 7.6923076923vw;
  }
}
.contact .contact--wrap .subtitle {
  width: min(860px, 67.1875vw);
  margin: auto;
  font-size: min(40px, 3.125vw);
  color: #732e38;
  font-family: "Monument Extended", sans-serif;
  margin-top: min(60px, 4.6875vw);
}
@media only screen and (max-width: 768px) {
  .contact .contact--wrap .subtitle {
    width: 89.7435897436vw;
    font-size: 10.2564102564vw;
  }
}
.contact .contact--wrap .title {
  width: min(860px, 67.1875vw);
  margin: auto;
  font-size: min(16px, 1.25vw);
  margin-top: min(12px, 0.9375vw);
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .contact .contact--wrap .title {
    width: 89.7435897436vw;
    font-size: 4.1025641026vw;
    margin-top: 1.2820512821vw;
  }
}
.contact .contact--wrap .explain {
  width: min(860px, 67.1875vw);
  margin: auto;
  font-size: min(16px, 1.25vw);
  margin-top: min(40px, 3.125vw);
  font-weight: 700;
  line-height: min(32px, 2.5vw);
  padding-bottom: min(68px, 5.3125vw);
}
@media only screen and (max-width: 768px) {
  .contact .contact--wrap .explain {
    width: 89.7435897436vw;
    font-size: 4.1025641026vw;
    margin-top: 10.5128205128vw;
    line-height: 6.1538461538vw;
    padding-bottom: 10.2564102564vw;
  }
}
.contact .contact--wrap .formarea {
  background-color: #f6f8f8;
  padding-top: min(123px, 9.609375vw);
  padding-bottom: min(102px, 7.96875vw);
}
@media only screen and (max-width: 768px) {
  .contact .contact--wrap .formarea {
    padding-top: 7.6923076923vw;
    padding-bottom: 8.7179487179vw;
    width: 89.7435897436vw;
    border-radius: 2.5641025641vw;
    margin: auto;
  }
}
.contact .contact--wrap .formarea--inner {
  width: min(860px, 67.1875vw);
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .contact .contact--wrap .formarea--inner {
    width: 82.0512820513vw;
  }
}
.contact .contact--wrap .formarea--inner .formitems {
  display: flex;
  flex-direction: column;
  gap: min(61px, 4.765625vw);
}
@media only screen and (max-width: 768px) {
  .contact .contact--wrap .formarea--inner .formitems {
    gap: 5.1282051282vw;
  }
}
.contact .contact--wrap .formarea--inner .formitems .formitem {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 769px) {
  .contact .contact--wrap .formarea--inner .formitems .formitem {
    align-items: flex-start;
  }
}
@media only screen and (max-width: 768px) {
  .contact .contact--wrap .formarea--inner .formitems .formitem {
    flex-wrap: wrap;
  }
}
.contact .contact--wrap .formarea--inner .formitems .formitem label {
  font-size: min(16px, 1.25vw);
  width: min(224px, 17.5vw);
  font-weight: 700;
  display: block;
}
@media only screen and (min-width: 769px) {
  .contact .contact--wrap .formarea--inner .formitems .formitem label {
    margin-top: min(12px, 0.9375vw);
  }
}
@media only screen and (max-width: 768px) {
  .contact .contact--wrap .formarea--inner .formitems .formitem label {
    font-size: 3.5897435897vw;
    width: 100%;
  }
}
.contact .contact--wrap .formarea--inner .formitems .formitem label .required {
  background-color: #732e38;
  color: #ffffff;
  padding: min(3px, 0.234375vw) min(12px, 0.9375vw);
  font-size: min(14px, 1.09375vw);
  border-radius: min(5px, 0.390625vw);
  margin-right: min(19px, 1.484375vw);
}
@media only screen and (max-width: 768px) {
  .contact .contact--wrap .formarea--inner .formitems .formitem label .required {
    padding: 0.7692307692vw 3.0769230769vw;
    font-size: 2.5641025641vw;
    border-radius: 0.7692307692vw;
    margin-right: 2.5641025641vw;
  }
}
.contact .contact--wrap .formarea--inner .formitems .formitem label .notrequired {
  background-color: #cccccc;
  color: #333333;
  padding: min(3px, 0.234375vw) min(12px, 0.9375vw);
  font-size: min(14px, 1.09375vw);
  border-radius: min(5px, 0.390625vw);
  margin-right: min(19px, 1.484375vw);
}
@media only screen and (max-width: 768px) {
  .contact .contact--wrap .formarea--inner .formitems .formitem label .notrequired {
    padding: 0.7692307692vw 3.0769230769vw;
    font-size: 2.5641025641vw;
    border-radius: 0.7692307692vw;
    margin-right: 2.5641025641vw;
  }
}
.contact .contact--wrap .formarea--inner .formitems .formitem input,
.contact .contact--wrap .formarea--inner .formitems .formitem select,
.contact .contact--wrap .formarea--inner .formitems .formitem textarea {
  display: block;
  background-color: #ffffff;
  border-radius: min(5px, 0.390625vw);
  padding: min(15px, 1.171875vw) min(27px, 2.109375vw);
  width: min(636px, 49.6875vw);
  border: 1px solid #707070;
  font-size: min(14px, 1.09375vw);
}
@media only screen and (max-width: 768px) {
  .contact .contact--wrap .formarea--inner .formitems .formitem input,
  .contact .contact--wrap .formarea--inner .formitems .formitem select,
  .contact .contact--wrap .formarea--inner .formitems .formitem textarea {
    border-radius: 1.2820512821vw;
    padding: 3.8461538462vw 6.9230769231vw;
    width: 82.0512820513vw;
    font-size: 3.5897435897vw;
    margin-top: 2.8205128205vw;
  }
}
.contact .contact--wrap .formarea--inner .formitems .formitem textarea {
  min-height: 200px;
}
@media only screen and (max-width: 768px) {
  .contact .contact--wrap .formarea--inner .formitems .formitem textarea {
    min-height: 160px;
  }
}
.contact .contact--wrap .formarea--inner .submitbutton {
  width: min(266px, 20.78125vw);
  height: min(60px, 4.6875vw);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-top: min(94px, 7.34375vw);
  background-color: #732e38;
  border-radius: min(30px, 2.34375vw);
  font-size: min(25px, 1.953125vw);
  font-weight: 700;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .contact .contact--wrap .formarea--inner .submitbutton {
    width: 60.5128205128vw;
    height: 15.3846153846vw;
    margin-top: 10.2564102564vw;
    border-radius: 12.8205128205vw;
    font-size: 4.6153846154vw;
  }
}

.contactthanks {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  text-align: center;
  padding-bottom: min(129px, 10.078125vw);
}
@media only screen and (max-width: 768px) {
  .contactthanks {
    text-align: left;
    width: 89.7435897436vw;
    margin: auto;
    padding-bottom: 40.2564102564vw;
  }
}
.contactthanks .title {
  font-size: min(40px, 3.125vw);
  margin-top: min(100px, 7.8125vw);
  color: #732e38;
  font-family: "Monument Extended", sans-serif;
}
@media only screen and (max-width: 768px) {
  .contactthanks .title {
    font-size: 10.2564102564vw;
    margin-top: 17.1794871795vw;
  }
}
.contactthanks .explain1 {
  margin-top: min(47px, 3.671875vw);
  font-size: min(16px, 1.25vw);
  line-height: min(24px, 1.875vw);
  color: #333333;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .contactthanks .explain1 {
    font-size: 4.1025641026vw;
    line-height: 6.1538461538vw;
    margin-top: 10vw;
  }
}
.contactthanks .explain2 {
  margin-top: min(25px, 1.953125vw);
  font-size: min(16px, 1.25vw);
  line-height: min(24px, 1.875vw);
  color: #333333;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .contactthanks .explain2 {
    font-size: 4.1025641026vw;
    line-height: 6.1538461538vw;
    margin-top: 12.5641025641vw;
  }
}
.contactthanks .top-link {
  display: flex;
  width: min(286px, 22.34375vw);
  height: min(58px, 4.53125vw);
  align-items: center;
  border: 1px solid #732e38;
  border-radius: min(29px, 2.265625vw);
  margin: auto;
  margin-top: min(62px, 4.84375vw);
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .contactthanks .top-link {
    margin-top: 22.8205128205vw;
    width: 73.3333333333vw;
    height: 14.8717948718vw;
    border-radius: 7.4358974359vw;
  }
}
.contactthanks .top-link p {
  font-size: min(16px, 1.25vw);
  margin-left: min(72px, 5.625vw);
  color: #333333;
}
@media only screen and (max-width: 768px) {
  .contactthanks .top-link p {
    font-size: 4.1025641026vw;
    margin-left: 18.4615384615vw;
  }
}
.contactthanks .top-link img {
  width: min(12px, 0.9375vw);
  height: min(12px, 0.9375vw);
  margin-left: min(21px, 1.640625vw);
  transform: rotate(180deg);
}
@media only screen and (max-width: 768px) {
  .contactthanks .top-link img {
    width: 3.0769230769vw;
    height: 3.0769230769vw;
    margin-left: 5.3846153846vw;
  }
}

/* postpage.scss */
.news {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.news .newsarea--wrap {
  width: min(860px, 67.1875vw);
  margin: auto;
  padding-bottom: min(75px, 5.859375vw);
  margin-top: min(60px, 4.6875vw);
}
@media only screen and (max-width: 768px) {
  .news .newsarea--wrap {
    width: 89.7435897436vw;
    padding-bottom: 15.3846153846vw;
  }
}
.news .newsarea--wrap .newsarea .subtitle {
  font-size: min(40px, 3.125vw);
  color: #732e38;
  font-family: "Monument Extended", sans-serif;
}
@media only screen and (max-width: 768px) {
  .news .newsarea--wrap .newsarea .subtitle {
    font-size: 10.2564102564vw;
  }
}
.news .newsarea--wrap .newsarea .title {
  font-size: min(16px, 1.25vw);
  margin-top: min(14px, 1.09375vw);
}
@media only screen and (max-width: 768px) {
  .news .newsarea--wrap .newsarea .title {
    font-size: 4.1025641026vw;
    margin-top: 1.2820512821vw;
  }
}
.news .newsarea--wrap .newsarea .news_list--wrap .news_list {
  margin-top: min(50px, 3.90625vw);
  border-top: 1px solid #b3b3b3;
}
@media only screen and (max-width: 768px) {
  .news .newsarea--wrap .newsarea .news_list--wrap .news_list {
    margin-top: 8.2051282051vw;
  }
}
.news .newsarea--wrap .newsarea .news_list--wrap .news_list li {
  display: flex;
  align-items: center;
  height: min(81px, 6.328125vw);
  border-bottom: 1px solid #b3b3b3;
  padding: 0 min(10px, 0.78125vw);
}
@media only screen and (max-width: 768px) {
  .news .newsarea--wrap .newsarea .news_list--wrap .news_list li {
    flex-wrap: wrap;
    height: auto;
    padding-top: 5.1282051282vw;
    padding-bottom: 4.1025641026vw;
  }
}
.news .newsarea--wrap .newsarea .news_list--wrap .news_list li .date {
  font-size: min(12px, 0.9375vw);
  color: #333333;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .news .newsarea--wrap .newsarea .news_list--wrap .news_list li .date {
    font-size: 2.5641025641vw;
  }
}
.news .newsarea--wrap .newsarea .news_list--wrap .news_list li .tag {
  color: #732e38;
  border: 1px solid #732e38;
  font-size: min(12px, 0.9375vw);
  padding: min(7px, 0.546875vw) min(31px, 2.421875vw);
  margin-left: min(29px, 2.265625vw);
  border-radius: min(21px, 1.640625vw);
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .news .newsarea--wrap .newsarea .news_list--wrap .news_list li .tag {
    font-size: 2.5641025641vw;
    padding: 0.5128205128vw 5.1282051282vw;
    margin-left: 2.5641025641vw;
    border-radius: 5.3846153846vw;
  }
}
.news .newsarea--wrap .newsarea .news_list--wrap .news_list li .title {
  margin: 0;
  margin-left: min(26.5px, 2.0703125vw);
  font-size: min(16px, 1.25vw);
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .news .newsarea--wrap .newsarea .news_list--wrap .news_list li .title {
    width: 100%;
    font-size: 3.0769230769vw;
    margin-left: 0;
    margin-top: 1.7948717949vw;
  }
}
.news .newsarea--wrap .newsarea .news_list--wrap .news_list li .arrow {
  width: min(13px, 1.015625vw);
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .news .newsarea--wrap .newsarea .news_list--wrap .news_list li .arrow {
    display: none;
  }
}

.works {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.works .worksarea--wrap {
  width: min(1060px, 82.8125vw);
  margin: auto;
  padding-bottom: min(75px, 5.859375vw);
  margin-top: min(60px, 4.6875vw);
}
@media only screen and (max-width: 768px) {
  .works .worksarea--wrap {
    width: 89.7435897436vw;
    padding-bottom: 24.358974359vw;
  }
}
.works .worksarea--wrap .worksarea .subtitle {
  font-size: min(40px, 3.125vw);
  color: #732e38;
  font-family: "Monument Extended", sans-serif;
}
@media only screen and (max-width: 768px) {
  .works .worksarea--wrap .worksarea .subtitle {
    font-size: 10.2564102564vw;
  }
}
.works .worksarea--wrap .worksarea .title {
  font-size: min(16px, 1.25vw);
  margin-top: min(14px, 1.09375vw);
}
@media only screen and (max-width: 768px) {
  .works .worksarea--wrap .worksarea .title {
    font-size: 4.1025641026vw;
    margin-top: 0.7692307692vw;
  }
}
.works .worksarea--wrap .worksarea .works_category--wrap {
  margin-top: min(43px, 3.359375vw);
}
@media only screen and (max-width: 768px) {
  .works .worksarea--wrap .worksarea .works_category--wrap {
    margin-top: 6.4102564103vw;
  }
}
.works .worksarea--wrap .worksarea .works_category--wrap ul {
  display: flex;
  gap: min(60px, 4.6875vw);
}
@media only screen and (max-width: 768px) {
  .works .worksarea--wrap .worksarea .works_category--wrap ul {
    gap: 5.1282051282vw;
  }
}
.works .worksarea--wrap .worksarea .works_category--wrap ul li {
  font-size: min(20px, 1.5625vw);
}
@media only screen and (max-width: 768px) {
  .works .worksarea--wrap .worksarea .works_category--wrap ul li {
    font-size: 2.8205128205vw;
    white-space: nowrap;
  }
}
.works .worksarea--wrap .worksarea .works_category--wrap ul li a {
  color: #a3a3a3;
  border-bottom: 1px solid #ffffff;
  font-weight: 700;
  font-family: "Monument Extended", sans-serif;
  white-space: nowrap;
}
.works .worksarea--wrap .worksarea .works_category--wrap ul li:hover a, .works .worksarea--wrap .worksarea .works_category--wrap ul li.active a {
  color: #732e38;
  font-weight: 700;
  border-bottom: 1px solid #732e38;
}
.works .worksarea--wrap .worksarea .works_list--wrap {
  margin-top: min(71px, 5.546875vw);
}
@media only screen and (max-width: 768px) {
  .works .worksarea--wrap .worksarea .works_list--wrap {
    margin-top: 10vw;
  }
}
.works .worksarea--wrap .worksarea .works_list--wrap .works_list {
  display: flex;
  flex-wrap: wrap;
  gap: min(30px, 2.34375vw);
}
@media only screen and (max-width: 768px) {
  .works .worksarea--wrap .worksarea .works_list--wrap .works_list {
    gap: 11.5384615385vw;
  }
}
.works .worksarea--wrap .worksarea .works_list--wrap .works_list--card {
  width: min(515px, 40.234375vw);
}
@media only screen and (min-width: 769px) {
  .works .worksarea--wrap .worksarea .works_list--wrap .works_list--card {
    padding-bottom: min(15px, 1.171875vw);
  }
}
@media only screen and (max-width: 768px) {
  .works .worksarea--wrap .worksarea .works_list--wrap .works_list--card {
    width: 89.7435897436vw;
  }
}
.works .worksarea--wrap .worksarea .works_list--wrap .works_list--card .thumb img {
  width: 100%;
  height: auto;
}
.works .worksarea--wrap .worksarea .works_list--wrap .works_list--card .title {
  margin-top: min(30px, 2.34375vw);
  font-size: min(22px, 1.71875vw);
  color: #333333;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .works .worksarea--wrap .worksarea .works_list--wrap .works_list--card .title {
    margin-top: 6.6666666667vw;
    font-size: 5.641025641vw;
  }
}
.works .worksarea--wrap .worksarea .works_list--wrap .works_list--card .excerpt {
  margin-top: min(12px, 0.9375vw);
  font-size: min(16px, 1.25vw);
  color: #333333;
}
@media only screen and (max-width: 768px) {
  .works .worksarea--wrap .worksarea .works_list--wrap .works_list--card .excerpt {
    margin-top: 3.0769230769vw;
    font-size: 4.1025641026vw;
  }
}
.works .worksarea--wrap .worksarea .works_list--wrap .pagination {
  margin-top: min(38.5px, 3.0078125vw);
  display: flex;
  justify-content: center;
  gap: min(30px, 2.34375vw);
}
@media only screen and (max-width: 768px) {
  .works .worksarea--wrap .worksarea .works_list--wrap .pagination {
    margin-top: 7.6923076923vw;
    gap: 5.1282051282vw;
  }
}
.works .worksarea--wrap .worksarea .works_list--wrap .pagination a {
  width: min(30px, 2.34375vw);
  height: min(30px, 2.34375vw);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s;
  color: #732e38;
  border: 1px solid #732e38;
}
@media only screen and (max-width: 768px) {
  .works .worksarea--wrap .worksarea .works_list--wrap .pagination a {
    width: 7.6923076923vw;
    height: 7.6923076923vw;
  }
}
.works .worksarea--wrap .worksarea .works_list--wrap .pagination a:hover {
  background-color: #732e38;
  color: #ffffff;
  border: 1px solid #732e38;
}
.works .worksarea--wrap .worksarea .works_list--wrap .pagination span {
  width: min(30px, 2.34375vw);
  height: min(30px, 2.34375vw);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #732e38;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .works .worksarea--wrap .worksarea .works_list--wrap .pagination span {
    width: 7.6923076923vw;
    height: 7.6923076923vw;
  }
}
.works .worksarea--wrap .worksarea .works_list--wrap .pagination span.dots {
  border: none;
  font-size: min(50px, 3.90625vw);
  color: #732e38;
  background-color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .works .worksarea--wrap .worksarea .works_list--wrap .pagination span.dots {
    font-size: 12.8205128205vw;
  }
}
.works .worksarea--wrap .worksarea .works_list--wrap .pagination .page-numbers.prev,
.works .worksarea--wrap .worksarea .works_list--wrap .pagination .page-numbers.next {
  display: none;
}

.single {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.single__inner {
  width: min(860px, 67.1875vw);
  padding-bottom: min(113px, 8.828125vw);
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .single__inner {
    width: 89.7435897436vw;
    padding-bottom: 15.3846153846vw;
  }
}
.single__inner .page-title {
  font-size: min(40px, 3.125vw);
  color: #732e38;
  font-family: "Monument Extended", sans-serif;
}
@media only screen and (max-width: 768px) {
  .single__inner .page-title {
    font-size: 10.2564102564vw;
  }
}
.single__inner .post-date {
  font-size: min(12px, 0.9375vw);
  margin-top: min(30px, 2.34375vw);
  color: #a3a3a3;
}
@media only screen and (max-width: 768px) {
  .single__inner .post-date {
    margin-top: 5.3846153846vw;
    font-size: 3.0769230769vw;
  }
}
.single__inner .post-title {
  font-size: min(24px, 1.875vw);
  margin-top: min(19px, 1.484375vw);
  color: #333333;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .single__inner .post-title {
    font-size: 5.1282051282vw;
    margin-top: 2.5641025641vw;
  }
}
.single__inner .post-thumbnail {
  margin-top: min(70px, 5.46875vw);
}
.single__inner .post-thumbnail img {
  width: 100%;
  height: auto;
}
.single__inner .post-body {
  margin-top: min(37px, 2.890625vw);
  font-size: min(16px, 1.25vw);
  line-height: min(24px, 1.875vw);
}
@media only screen and (max-width: 768px) {
  .single__inner .post-body {
    margin-top: 8.9743589744vw;
    font-size: 4.1025641026vw;
    line-height: 6.1538461538vw;
  }
}
.single__inner .post-body h2 {
  margin-top: min(64px, 5vw);
  margin-bottom: min(21px, 1.640625vw);
  font-size: min(24px, 1.875vw);
}
@media only screen and (max-width: 768px) {
  .single__inner .post-body h2 {
    margin-top: 16.4102564103vw;
    margin-bottom: 5.3846153846vw;
    font-size: 6.1538461538vw;
  }
}

/*# sourceMappingURL=style.css.map */

/* acousticservice.scss */
.acousticservice {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #333333;
}
.acousticservice .introduction--wrap {
  padding-top: min(76px, 5.9375vw);
}
@media only screen and (max-width: 768px) {
  .acousticservice .introduction--wrap {
    padding-top: 20.5128205128vw;
  }
}
.acousticservice .introduction--wrap .introduction {
  width: min(1280px, 100vw);
  display: flex;
  align-items: flex-end;
  margin: auto;
  padding-left: min(110px, 8.59375vw);
  padding-right: min(110px, 8.59375vw);
  margin-bottom: min(122px, 9.53125vw);
}
@media only screen and (max-width: 768px) {
  .acousticservice .introduction--wrap .introduction {
    width: 89.7435897436vw;
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 17.4358974359vw;
  }
}
.acousticservice .introduction--wrap .introduction--textarea {
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .acousticservice .introduction--wrap .introduction--textarea {
    margin-right: 0;
  }
}
.acousticservice .introduction--wrap .introduction--textarea .title--en {
  font-size: min(40px, 3.125vw);
  line-height: min(50px, 3.90625vw);
  font-family: "Monument Extended", sans-serif;
  font-weight: 700;
  color: #732e38;
}
@media only screen and (max-width: 768px) {
  .acousticservice .introduction--wrap .introduction--textarea .title--en {
    font-size: 9.2307692308vw;
    line-height: 10.2564102564vw;
  }
}
.acousticservice .introduction--wrap .introduction--textarea .title--ja {
  font-size: min(16px, 1.25vw);
  padding-top: min(14px, 1.09375vw);
  line-height: min(24px, 1.875vw);
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 768px) {
  .acousticservice .introduction--wrap .introduction--textarea .title--ja {
    font-size: 4.1025641026vw;
    line-height: 6.1538461538vw;
    padding-top: 11.0256410256vw;
  }
}
.acousticservice .introduction--wrap .introduction--textarea .text--slogan {
  font-size: min(42px, 3.28125vw);
  padding-top: min(40px, 3.125vw);
  line-height: min(64px, 5vw);
  letter-spacing: 0.09em;
}
@media only screen and (max-width: 768px) {
  .acousticservice .introduction--wrap .introduction--textarea .text--slogan {
    font-size: 6.4102564103vw;
    padding-top: 10.2564102564vw;
    line-height: 10.2564102564vw;
    letter-spacing: 0.07em;
  }
}
.acousticservice .introduction--wrap .introduction--textarea .text {
  font-size: min(16px, 1.25vw);
  font-weight: 700;
  padding-top: min(37px, 2.890625vw);
  padding-bottom: min(55px, 4.296875vw);
  line-height: min(32px, 2.5vw);
  width: min(538px, 42.03125vw);
}
@media only screen and (max-width: 768px) {
  .acousticservice .introduction--wrap .introduction--textarea .text {
    font-size: 4.1025641026vw;
    padding-top: 10.2564102564vw;
    padding-bottom: 7.6923076923vw;
    line-height: 8.2051282051vw;
    width: 100%;
    letter-spacing: 0.03em;
  }
}
.acousticservice .introduction--wrap .introduction--imagearea {
  width: min(398px, 31.09375vw);
}
@media only screen and (max-width: 768px) {
  .acousticservice .introduction--wrap .introduction--imagearea {
    width: 67.9487179487vw;
  }
}
.acousticservice .strengths--wrap {
  background-color: #f6f8f8;
  padding-top: min(74px, 5.78125vw);
}
@media only screen and (max-width: 768px) {
  .acousticservice .strengths--wrap {
    padding-top: 12.5641025641vw;
    padding-bottom: 12.5641025641vw;
  }
}
.acousticservice .strengths--wrap .strengths {
  width: min(1280px, 100vw);
  padding-left: min(110px, 8.59375vw);
  padding-right: min(110px, 8.59375vw);
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .acousticservice .strengths--wrap .strengths {
    width: 89.7435897436vw;
    padding-left: 0;
    padding-right: 0;
  }
}
.acousticservice .strengths--wrap .strengths .title--en {
  font-size: min(40px, 3.125vw);
  line-height: min(50px, 3.90625vw);
  font-family: "Monument Extended", sans-serif;
  font-weight: 700;
  color: #732e38;
}
@media only screen and (max-width: 768px) {
  .acousticservice .strengths--wrap .strengths .title--en {
    font-size: 10.2564102564vw;
    line-height: 10.2564102564vw;
  }
}
.acousticservice .strengths--wrap .strengths .title--ja {
  font-size: min(16px, 1.25vw);
  padding-top: min(14px, 1.09375vw);
  line-height: min(24px, 1.875vw);
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 768px) {
  .acousticservice .strengths--wrap .strengths .title--ja {
    font-size: 4.1025641026vw;
    padding-top: 0.7692307692vw;
    line-height: 6.1538461538vw;
  }
}
.acousticservice .strengths--wrap .strengths--item {
  position: relative;
  width: min(1280px, 100vw);
  margin: auto;
  padding-left: min(110px, 8.59375vw);
  padding-right: min(110px, 8.59375vw);
}
@media only screen and (max-width: 768px) {
  .acousticservice .strengths--wrap .strengths--item {
    position: static;
    width: 89.7435897436vw;
    display: block;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
.acousticservice .strengths--wrap .strengths--item02 .inner--forreversedesign {
  width: fit-content;
  margin-left: auto;
}
.acousticservice .strengths--wrap .strengths--item--title {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .acousticservice .strengths--wrap .strengths--item--title {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 2.9487179487vw;
  }
}
.acousticservice .strengths--wrap .strengths--item--title01 {
  padding-top: min(32.5px, 2.5390625vw);
  padding-bottom: min(32.5px, 2.5390625vw);
  column-gap: min(58px, 4.53125vw);
}
@media only screen and (max-width: 768px) {
  .acousticservice .strengths--wrap .strengths--item--title01 {
    padding-top: 9.8717948718vw;
    padding-bottom: 7.6923076923vw;
    column-gap: 0;
  }
}
.acousticservice .strengths--wrap .strengths--item--title02 {
  padding-top: min(24.5px, 1.9140625vw);
  padding-bottom: min(32.5px, 2.5390625vw);
  column-gap: min(67px, 5.234375vw);
}
@media only screen and (max-width: 768px) {
  .acousticservice .strengths--wrap .strengths--item--title02 {
    padding-top: 12.3076923077vw;
    padding-bottom: 7.8205128205vw;
    column-gap: 0;
  }
}
.acousticservice .strengths--wrap .strengths--item--title03 {
  padding-top: min(27.5px, 2.1484375vw);
  padding-bottom: min(32.5px, 2.5390625vw);
  column-gap: min(67px, 5.234375vw);
}
@media only screen and (max-width: 768px) {
  .acousticservice .strengths--wrap .strengths--item--title03 {
    padding-top: 12.3076923077vw;
    padding-bottom: 7.6923076923vw;
    column-gap: 0;
  }
}
.acousticservice .strengths--wrap .strengths--item--title .title--number {
  font-size: min(77px, 6.015625vw);
  font-family: "Monument Extended", sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #ffffff;
  -webkit-text-stroke: 1px #732e38;
}
@media only screen and (max-width: 768px) {
  .acousticservice .strengths--wrap .strengths--item--title .title--number {
    color: #732e38;
    font-size: 5.1282051282vw;
    line-height: 7.4358974359vw;
  }
}
.acousticservice .strengths--wrap .strengths--item--title .title--ja {
  font-size: min(30px, 2.34375vw);
  font-weight: 700;
  line-height: min(46px, 3.59375vw);
  letter-spacing: 0.09em;
}
@media only screen and (max-width: 768px) {
  .acousticservice .strengths--wrap .strengths--item--title .title--ja {
    font-size: 6.4102564103vw;
    line-height: 10.2564102564vw;
    letter-spacing: 0.07em;
  }
}
.acousticservice .strengths--wrap .strengths--item--image {
  position: absolute;
  right: min(110px, 8.59375vw);
  top: 0;
}
@media only screen and (max-width: 768px) {
  .acousticservice .strengths--wrap .strengths--item--image {
    position: static;
    margin: auto;
  }
}
.acousticservice .strengths--wrap .strengths--item--image01 {
  width: min(398px, 31.09375vw);
  height: min(265px, 20.703125vw);
}
@media only screen and (max-width: 768px) {
  .acousticservice .strengths--wrap .strengths--item--image01 {
    width: 68.9743589744vw;
    height: 45.8974358974vw;
  }
}
.acousticservice .strengths--wrap .strengths--item--image02 {
  left: min(110px, 8.59375vw);
  width: min(434px, 33.90625vw);
  height: min(289px, 22.578125vw);
}
@media only screen and (max-width: 768px) {
  .acousticservice .strengths--wrap .strengths--item--image02 {
    width: 68.4615384615vw;
    height: 45.641025641vw;
  }
}
.acousticservice .strengths--wrap .strengths--item--image03 {
  width: min(462px, 36.09375vw);
  height: min(258px, 20.15625vw);
}
@media only screen and (max-width: 768px) {
  .acousticservice .strengths--wrap .strengths--item--image03 {
    width: 69.2307692308vw;
    height: 38.7179487179vw;
  }
}
.acousticservice .strengths--wrap .strengths--item--text {
  font-size: min(16px, 1.25vw);
  font-weight: 700;
  line-height: min(32px, 2.5vw);
}
@media only screen and (max-width: 768px) {
  .acousticservice .strengths--wrap .strengths--item--text {
    font-size: 4.1025641026vw;
    line-height: 8.2051282051vw;
    padding-top: 11.0256410256vw;
  }
}
.acousticservice .strengths--wrap .strengths--item--text01 {
  padding-bottom: min(120px, 9.375vw);
}
@media only screen and (max-width: 768px) {
  .acousticservice .strengths--wrap .strengths--item--text01 {
    padding-bottom: 0;
  }
}
.acousticservice .strengths--wrap .strengths--item--text02 {
  padding-bottom: min(245px, 19.140625vw);
}
@media only screen and (max-width: 768px) {
  .acousticservice .strengths--wrap .strengths--item--text02 {
    padding-bottom: 0;
  }
}
.acousticservice .strengths--wrap .strengths--item--text03 {
  padding-bottom: min(162px, 12.65625vw);
}
@media only screen and (max-width: 768px) {
  .acousticservice .strengths--wrap .strengths--item--text03 {
    padding-bottom: 0;
  }
}
.acousticservice .features--wrap {
  padding-top: min(103px, 8.046875vw);
  padding-bottom: min(158.25px, 12.36328125vw);
}
@media only screen and (max-width: 768px) {
  .acousticservice .features--wrap {
    padding-top: 15.3846153846vw;
    padding-bottom: 16.1538461538vw;
  }
}
.acousticservice .features--wrap .features {
  width: min(1280px, 100vw);
  padding-left: min(110px, 8.59375vw);
  padding-right: min(110px, 8.59375vw);
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .acousticservice .features--wrap .features {
    width: 89.7435897436vw;
    padding-left: 0;
    padding-right: 0;
  }
}
.acousticservice .features--wrap .features .title--en {
  font-size: min(40px, 3.125vw);
  line-height: min(50px, 3.90625vw);
  font-family: "Monument Extended", sans-serif;
  font-weight: 700;
  color: #732e38;
}
@media only screen and (max-width: 768px) {
  .acousticservice .features--wrap .features .title--en {
    font-size: 10.2564102564vw;
    line-height: 10.2564102564vw;
  }
}
.acousticservice .features--wrap .features .title--ja {
  font-size: min(16px, 1.25vw);
  padding-top: min(14px, 1.09375vw);
  line-height: min(24px, 1.875vw);
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 768px) {
  .acousticservice .features--wrap .features .title--ja {
    font-size: 4.1025641026vw;
    padding-top: 0.7692307692vw;
    line-height: 6.1538461538vw;
  }
}
.acousticservice .features--wrap .features .text {
  font-size: min(16px, 1.25vw);
  font-weight: 700;
  padding-top: min(30px, 2.34375vw);
  line-height: min(32px, 2.5vw);
}
@media only screen and (max-width: 768px) {
  .acousticservice .features--wrap .features .text {
    font-size: 4.1025641026vw;
    padding-top: 7.6923076923vw;
    line-height: 8.2051282051vw;
    letter-spacing: 0.03em;
  }
}
.acousticservice .features--wrap .features--cardwrap {
  padding-top: min(84px, 6.5625vw);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: min(53px, 4.140625vw);
  column-gap: min(80px, 6.25vw);
}
@media only screen and (max-width: 768px) {
  .acousticservice .features--wrap .features--cardwrap {
    padding-top: 7.6923076923vw;
    flex-direction: column;
    justify-content: normal;
    align-items: center;
    row-gap: 30px;
    column-gap: 0;
  }
}
.acousticservice .features--wrap .features--card {
  width: min(300px, 23.4375vw);
  height: min(150px, 11.71875vw);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #732e38;
  border-radius: min(79px, 6.171875vw);
}
@media only screen and (max-width: 768px) {
  .acousticservice .features--wrap .features--card {
    width: 76.9230769231vw;
    height: 38.4615384615vw;
    border-radius: 20.2564102564vw;
  }
}
.acousticservice .features--wrap .features--card .card--inner {
  width: min(240px, 18.75vw);
}
@media only screen and (max-width: 768px) {
  .acousticservice .features--wrap .features--card .card--inner {
    width: 61.5384615385vw;
  }
}
.acousticservice .features--wrap .features--card .card--text {
  font-size: min(20px, 1.5625vw);
  line-height: min(30px, 2.34375vw);
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .acousticservice .features--wrap .features--card .card--text {
    font-size: 5.1282051282vw;
    line-height: 7.6923076923vw;
  }
}
.acousticservice .servicelist--wrap {
  background-color: #f6f8f8;
  padding-top: min(91px, 7.109375vw);
  padding-bottom: min(119px, 9.296875vw);
}
@media only screen and (max-width: 768px) {
  .acousticservice .servicelist--wrap {
    padding-top: 17.9487179487vw;
    padding-bottom: 17.6923076923vw;
  }
}
.acousticservice .servicelist--wrap .servicelist {
  width: min(1280px, 100vw);
  padding-left: min(110px, 8.59375vw);
  padding-right: min(110px, 8.59375vw);
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .acousticservice .servicelist--wrap .servicelist {
    width: 89.7435897436vw;
    padding-left: 0;
    padding-right: 0;
  }
}
.acousticservice .servicelist--wrap .servicelist .title--en {
  font-size: min(40px, 3.125vw);
  line-height: min(50px, 3.90625vw);
  font-family: "Monument Extended", sans-serif;
  font-weight: 700;
  color: #732e38;
}
@media only screen and (max-width: 768px) {
  .acousticservice .servicelist--wrap .servicelist .title--en {
    font-size: 8.7179487179vw;
    line-height: 10.2564102564vw;
  }
}
.acousticservice .servicelist--wrap .servicelist .title--ja {
  font-size: min(16px, 1.25vw);
  padding-top: min(14px, 1.09375vw);
  line-height: min(24px, 1.875vw);
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 768px) {
  .acousticservice .servicelist--wrap .servicelist .title--ja {
    font-size: 4.1025641026vw;
    padding-top: 0.7692307692vw;
    line-height: 6.1538461538vw;
  }
}
.acousticservice .servicelist--wrap .servicelist--linkwrap {
  padding-top: min(28px, 2.1875vw);
}
@media only screen and (max-width: 768px) {
  .acousticservice .servicelist--wrap .servicelist--linkwrap {
    padding-top: 4.8717948718vw;
  }
}
.acousticservice .servicelist--wrap .servicelist--link {
  display: inline-block;
  width: fit-content;
  margin-right: min(37px, 2.890625vw);
  margin-bottom: min(15px, 1.171875vw);
  color: #a3a3a3;
  font-size: min(20px, 1.5625vw);
  line-height: min(29px, 2.265625vw);
  border-bottom: 1px solid #f6f8f8;
}
@media only screen and (max-width: 768px) {
  .acousticservice .servicelist--wrap .servicelist--link {
    font-size: 3.0769230769vw;
    line-height: 4.6153846154vw;
    margin-right: 10px;
    margin-bottom: 14px;
  }
}
.acousticservice .servicelist--wrap .servicelist--link.active {
  color: #732e38;
  border-bottom: 1px solid #732e38;
  font-weight: 700;
}
.acousticservice .servicelist--wrap .servicelist--link:hover {
  color: #732e38;
  border-bottom: 1px solid #732e38;
  font-weight: 700;
}
.acousticservice .servicelist--wrap .servicelist--link.active {
  color: #732e38;
  border-bottom: 1px solid #732e38;
  font-weight: 700;
}
.acousticservice .servicelist--wrap .servicelist--list {
  padding-top: min(50px, 3.90625vw);
  display: flex;
  flex-wrap: wrap;
  gap: min(30px, 2.34375vw);
}
@media only screen and (max-width: 768px) {
  .acousticservice .servicelist--wrap .servicelist--list {
    padding-top: 17.9487179487vw;
    flex-direction: column;
    gap: 10vw;
  }
}
.acousticservice .servicelist--wrap .servicelist--item {
  width: min(333px, 26.015625vw);
}
@media only screen and (max-width: 768px) {
  .acousticservice .servicelist--wrap .servicelist--item {
    width: 100%;
  }
}
.acousticservice .servicelist--wrap .servicelist--item--image {
  aspect-ratio: 333/200;
}
@media only screen and (max-width: 768px) {
  .acousticservice .servicelist--wrap .servicelist--item--image {
    aspect-ratio: 350/200;
  }
}
.acousticservice .servicelist--wrap .servicelist--item--image img.wp-post-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.acousticservice .servicelist--wrap .servicelist--item--title {
  font-size: min(20px, 1.5625vw);
  line-height: min(30px, 2.34375vw);
  padding-top: min(25px, 1.953125vw);
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .acousticservice .servicelist--wrap .servicelist--item--title {
    font-size: 5.3846153846vw;
    line-height: 8.4615384615vw;
    padding-top: 3.8461538462vw;
  }
}
.acousticservice .servicelist--wrap .servicelist--item--text {
  font-size: min(16px, 1.25vw);
  line-height: min(24px, 1.875vw);
  padding-top: min(17px, 1.328125vw);
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .acousticservice .servicelist--wrap .servicelist--item--text {
    font-size: 3.0769230769vw;
    line-height: 5.3846153846vw;
    padding-top: 2.3076923077vw;
    letter-spacing: 0.08em;
    font-weight: 400;
  }
}
@media only screen and (max-width: 768px) {
  .acousticservice .leave-it-to-me--wrap {
    padding-top: 17.9487179487vw;
  }
}
@media only screen and (max-width: 768px) {
  .acousticservice .leave-it-to-me--wrap .leave-it-to-me {
    width: 89.7435897436vw;
    margin: auto;
  }
}
