@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  min-width: 0;
  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 {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

/**
 * 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;
}

/* 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 */
  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;
}

@font-face {
  font-weight: 400;
  src: url("../fonts/NotoSansJP-Regular.ttf") format("truetype");
  font-family: "Noto Sans JP";
  font-display: swap;
}
@font-face {
  font-weight: 700;
  src: url("../fonts/NotoSansJP-Bold.ttf") format("truetype");
  font-family: "Noto Sans JP";
  font-display: swap;
}
@font-face {
  font-weight: 400;
  src: url("../fonts/Lato-Regular.ttf") format("truetype");
  font-family: "Lato";
  font-display: swap;
}
@font-face {
  font-weight: 700;
  src: url("../fonts/Lato-Bold.ttf") format("truetype");
  font-family: "Lato";
  font-display: swap;
}
@font-face {
  font-weight: 900;
  src: url("../fonts/Lato-Black.ttf") format("truetype");
  font-family: "Lato";
  font-display: swap;
}
@font-face {
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/Lato-LightItalic.ttf") format("truetype");
  font-family: "Lato";
  font-display: swap;
}
html, body {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
}

body {
  overflow: hidden auto;
  color: #274F93;
  font-style: normal;
  font-weight: 400;
  font-size: 3.7333333333vw;
  line-height: 1.6428571429;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.07em;
  word-break: break-word;
  overflow-wrap: break-word;
}

img, svg {
  display: block;
  width: 100%;
  height: auto;
}

small, button, label, picture, video {
  display: block;
}

a, button {
  width: 100%;
  max-width: 100%;
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:active, button:hover, button:active {
  outline: none;
  text-decoration: none;
}

a:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 2px #000000;
}

b, strong {
  font-weight: 700;
}

input, textarea, select, optgroup {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 1px solid #000000;
  border-radius: 0;
  outline: none;
  background-color: #fff;
  -webkit-appearance: none;
          appearance: none;
  background: transparent;
  color: #274F93 !important;
  font: inherit;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle;
}

button {
  border: none;
  outline: none;
  background: none;
  -webkit-appearance: none;
          appearance: none;
}

button:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 2px #000000;
}

select {
  cursor: pointer;
}

input[type=radio], input[type=checkbox] {
  width: auto;
  margin: 0 5px 0 0;
}

input[type=submit] {
  text-align: center;
}

input:-webkit-autofill {
  -webkit-text-fill-color: #274F93 !important;
}

textarea {
  resize: none;
}

::placeholder {
  color: #98B5BF;
}

dt {
  font-weight: 400;
}

li {
  display: block;
}

.wrapper {
  display: flex;
  position: relative;
  flex-direction: column;
  min-height: 100%;
}

.innerbox {
  width: 100%;
  padding: 0 6.6666666667vw;
}

.font_en {
  font-style: normal;
  font-weight: 400;
  font-family: "Lato", sans-serif;
}

.bold {
  font-weight: 700;
}

.visible_s {
  display: none !important;
}

.visible_m {
  display: none !important;
}

.visible_l {
  display: none !important;
}

.visible_xl {
  display: none !important;
}

.visible_xxl {
  display: none !important;
}

.visible_xxxl {
  display: none !important;
}

.inline_block {
  display: inline-block;
  max-width: 100%;
}

.pt1em {
  padding-top: 1em;
}

.pr1em {
  padding-right: 1em;
}

.pb1em {
  padding-bottom: 1em;
}

.pl1em {
  padding-left: 1em;
}

.mt1em {
  margin-top: 1em;
}

.mr1em {
  margin-right: 1em;
}

.mb1em {
  margin-bottom: 1em;
}

.ml1em {
  margin-left: 1em;
}

.txt_indent {
  padding-left: 1em;
  text-indent: -1em;
}

.pagelink {
  margin-top: -2.6666666667vw;
  padding-top: 2.6666666667vw;
}

.pagelink_sub {
  margin-top: -5.3333333333vw;
  padding-top: 5.3333333333vw;
}

.relative_box {
  position: relative;
}

.wpcf7-response-output {
  display: none;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

.grecaptcha-badge {
  z-index: 120;
}

.l-footer {
  z-index: 60;
  position: relative;
  padding-top: 18.1333333333vw;
}
.l-footer--contact {
  padding-top: 0;
}
.l-footer--404 {
  padding-top: 0;
}
.l-footer__contact {
  position: relative;
  background-color: #FFF9DD;
}
.l-footer__contact::before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 100%;
  height: 18.1333333333vw;
  transform: translate3d(0, -100%, 0);
  background-image: url(../img/common/contact_top_wave_sp.png);
  background-position: center bottom;
  background-size: auto 100%;
  background-repeat: repeat-x;
  content: "";
}
.l-footer__contact::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 4.8vw;
  background-image: url(../img/common/footer_top_sp.png);
  background-position: center bottom;
  background-size: auto 100%;
  background-repeat: no-repeat;
  content: "";
}
.l-footer__contact--contact {
  background-color: transparent;
}
.l-footer__contact--contact:before {
  content: none;
}
.l-footer__contact--404 {
  background-color: #FFF9DD;
}
.l-footer__contact--404:before {
  content: none;
}
.l-footer__contact_cloud {
  display: none;
}
.l-footer__contact_cloud img {
  display: block;
  width: min(1004px, 78.4375vw);
}
.l-footer__contact_wrap {
  position: relative;
  padding: 3.2vw 6.4vw 56vw;
}
.l-footer__contact_cnt > dt {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.l-footer__contact_ttl_en {
  width: 34.6666666667vw;
}
.l-footer__contact_ttl_jp {
  margin-top: 3.7333333333vw;
  color: #274F93;
  font-weight: 700;
  font-size: 3.7333333333vw;
  line-height: 0.8571428571;
}
.l-footer__contact_txt {
  margin-top: 8.5333333333vw;
  color: #274F93;
  font-size: 3.4666666667vw;
  line-height: 1.8461538462;
  text-align: center;
}
.l-footer__contact_btn {
  display: flex;
  justify-content: center;
  margin-top: 4.8vw;
}
.l-footer__contact_address {
  display: flex;
  justify-content: center;
  margin-top: 9.6vw;
  gap: 4.2666666667vw;
}
.l-footer__contact_address_inner {
  display: flex;
  align-items: center;
  gap: 1.3333333333vw;
}
.l-footer__contact_address_alphabet {
  display: inline-block;
  color: #274F93;
  font-weight: 700;
  font-size: 3.2vw;
  line-height: 1.425;
  white-space: nowrap;
}
.l-footer__contact_address_number {
  display: inline-block;
  color: #274F93;
  font-weight: 700;
  font-size: 4.5333333333vw;
  line-height: 1.0058823529;
  white-space: nowrap;
}
.l-footer__contact_icon_bl {
  z-index: 5;
  position: absolute;
  bottom: 0;
  left: 5.8666666667vw;
  width: 43.6vw;
}
.l-footer__contact_icon_br {
  z-index: 5;
  position: absolute;
  right: 4vw;
  bottom: -1.8666666667vw;
  width: 46.2666666667vw;
}
.l-footer__page_top {
  display: block;
  z-index: 5;
  position: absolute;
  right: 2.6666666667vw;
  bottom: 30.6666666667vw;
  width: 16vw;
}
.l-footer__bottom {
  position: relative;
  padding: 8vw 0 6.6666666667vw;
  background-color: #274F93;
  color: #ffffff;
}
.l-footer__bottom_wrap {
  padding: 0 6.4vw;
}
.l-footer__logo {
  width: 33.1773333333vw;
}
.l-footer__address {
  margin-top: 6.4vw;
}
.l-footer__address_top {
  padding-bottom: 1.0666666667vw;
  font-size: 3.4666666667vw;
  line-height: 1.6153846154;
}
.l-footer__address_inner {
  margin-top: 0.2666666667vw;
}
.l-footer__address_alphabet {
  font-weight: 700;
  font-size: 3.0666666667vw;
  line-height: 1.4391304348;
}
.l-footer__address_number {
  font-weight: 700;
  font-size: 4.2666666667vw;
  line-height: 1.034375;
}
.l-footer__bottom_clm_right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 7.4666666667vw;
  gap: 4.2666666667vw 6.4vw;
}
.l-footer__item_list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.1333333333vw;
}
.l-footer__item_list > li > a {
  display: inline-block;
  width: fit-content;
  color: #ffffff;
  font-weight: 700;
  font-size: 3.4666666667vw;
  line-height: 1.6615384615;
}
.l-footer__item_list > li > a.is-icon_link {
  padding-right: 3.2vw;
  background-image: url(../img/common/icon_footer_link_sp.png);
  background-position: right top 60%;
  background-size: 1.6vw auto;
  background-repeat: no-repeat;
}
.l-footer__item_parent {
  font-weight: 700;
  font-size: 3.4666666667vw;
  line-height: 1.6615384615;
}
.l-footer__item_parent.is-icon_link {
  padding-right: 3.2vw;
  background-image: url(../img/common/icon_footer_link_sp.png);
  background-position: right top 60%;
  background-size: 1.6vw auto;
  background-repeat: no-repeat;
}
.l-footer__item_child {
  margin-top: 2.1333333333vw;
}
.l-footer__item_child > li {
  line-height: 1;
}
.l-footer__item_child > li > a {
  display: inline-block;
  color: #ffffff;
  font-size: 3.2vw;
  line-height: 1.25;
}
.l-footer__item_child > li + li {
  margin-top: 2.1333333333vw;
}
.l-footer__copyright {
  margin-top: 8.5333333333vw;
  font-size: 3.2vw;
  line-height: 1.25;
  text-align: center;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-user-select: none;
  z-index: 110;
  pointer-events: none;
          user-select: none;
}
.l-header__logo {
  position: absolute;
  top: 5.6026666667vw;
  left: 4.2013333333vw;
  width: 24.308vw;
  -webkit-user-select: auto;
  pointer-events: auto;
          user-select: auto;
}
.l-header__logo a:hover {
  opacity: 1;
}

.l-main {
  z-index: 50;
  position: relative;
  flex-grow: 1;
}
.l-main--under {
  padding-bottom: 20vw;
}
.l-main--contact {
  padding-bottom: 0;
}
.l-main--404 {
  padding-bottom: 0;
  background-color: #FFF9DD;
}
.l-main__under_kv {
  background-image: url(../img/kv/kv_under_bottom_sp.png);
  background-position: center bottom -1px;
  background-size: auto 18vw;
  background-repeat: no-repeat;
  background-color: #FFF9DD;
}
.l-main__under_kv_inner {
  position: relative;
  min-height: 75.6vw;
  padding: 23.7333333333vw 0 0 6.4vw;
}
.l-main__under_kv_inner--professional {
  padding: 22.4vw 0 0 6.4vw;
}
.l-main__under_kv_inner--managed {
  padding: 22.4vw 0 0 6.4vw;
}
.l-main__under_kv_ttl_img {
  display: block;
}
.l-main__under_kv_ttl_img--about_us {
  width: 39.3333333333vw;
}
.l-main__under_kv_ttl_img--our_service {
  width: 52.4vw;
}
.l-main__under_kv_ttl_img--maintenance {
  width: 55.0666666667vw;
}
.l-main__under_kv_ttl_img--parts_delivery {
  width: 61.8666666667vw;
}
.l-main__under_kv_ttl_img--professional {
  width: 52.2666666667vw;
}
.l-main__under_kv_ttl_img--managed {
  width: 73.2vw;
}
.l-main__under_kv_ttl_img--contact {
  width: 35.0666666667vw;
}
.l-main__under_kv_ttl_img--parts_search {
  width: 54.5333333333vw;
}
.l-main__under_kv_ttl_txt {
  display: block;
  margin-top: 3.4666666667vw;
  color: #274F93;
  font-weight: 700;
  font-size: 3.7333333333vw;
  line-height: 1;
}
.l-main__under_kv_ttl_txt--parts_delivery {
  margin-top: 1.0666666667vw;
}
.l-main__under_kv_ttl_txt--managed {
  margin-top: 1.0666666667vw;
}
.l-main__under_kv_left_pc_img {
  display: none;
}
.l-main__under_kv_top_pc_img {
  display: none;
}
.l-main__under_kv_unique {
  position: absolute;
  right: 6.7733333333vw;
  bottom: 12.7773333333vw;
  width: 59.7333333333vw;
}
.l-nav {
  position: fixed;
  inset: 0;
  overflow: hidden auto;
  -webkit-user-select: none;
  z-index: 130;
  background-color: #274F93;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s;
          user-select: none;
}
.l-nav.is-active {
  -webkit-user-select: auto;
  opacity: 1;
  pointer-events: auto;
          user-select: auto;
}
.l-nav__wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 21.3333333333vw 6.6666666667vw 8vw;
}
.l-nav__logo {
  position: absolute;
  top: 5.6026666667vw;
  left: 4.2013333333vw;
  width: 24.308vw;
  -webkit-user-select: auto;
  pointer-events: auto;
          user-select: auto;
}
.l-nav__hamburger {
  position: absolute;
  top: 2.6613333333vw;
  right: 2.6613333333vw;
  width: 12.6586666667vw;
}
.l-nav__sp_item {
  display: flex;
  flex: 0 0 100%;
  flex-direction: column;
}
.l-nav__sp_item_clm {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.7333333333vw 6.504vw;
}
.l-nav__sp_item_parent {
  color: #ffffff;
  font-weight: 700;
  font-size: 3.4666666667vw;
  line-height: 1.6615384615;
}
.l-nav__sp_item_parent.is-icon_link {
  padding-right: 3.2vw;
  background-image: url(../img/common/icon_nav_link_sp.png);
  background-position: right top 60%;
  background-size: 1.6vw auto;
  background-repeat: no-repeat;
}
.l-nav__sp_item_child {
  margin-top: 2.1333333333vw;
}
.l-nav__sp_item_child > li {
  line-height: 1;
}
.l-nav__sp_item_child > li > a {
  color: #ffffff;
  font-size: 3.2vw;
  line-height: 1.3333333333;
}
.l-nav__sp_item_child > li + li {
  margin-top: 2.6666666667vw;
}
.l-nav__sp_item_list > li {
  line-height: 1;
}
.l-nav__sp_item_list > li > a {
  color: #ffffff;
  font-weight: 700;
  font-size: 3.4666666667vw;
  line-height: 1.6615384615;
}
.l-nav__sp_item_list > li > a.is-icon_link {
  padding-right: 3.2vw;
  background-image: url(../img/common/icon_nav_link_sp.png);
  background-position: right top 60%;
  background-size: 1.6vw auto;
  background-repeat: no-repeat;
}
.l-nav__sp_item_list > li + li {
  margin-top: 1.6vw;
}
.l-nav__sp_address {
  margin-top: 8.5333333333vw;
  padding-top: 5.8666666667vw;
  border-top: 1px solid #ffffff;
}
.l-nav__sp_address_top {
  margin-left: 0.8vw;
  color: #ffffff;
  font-size: 3.4666666667vw;
  line-height: 1.6153846154;
}
.l-nav__sp_address_inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 1.3333333333vw;
  gap: 1.6826666667vw;
}
.l-nav__sp_address_inner.is-first {
  margin-top: 2.6666666667vw;
}
.l-nav__sp_address_alphabet {
  color: #ffffff;
  font-size: 3.0666666667vw;
  line-height: 1.4391304348;
}
.l-nav__sp_address_number {
  color: #ffffff;
  font-weight: 700;
  font-size: 4.2666666667vw;
  line-height: 1.034375;
}
.l-nav__sp_item_copyright {
  margin-top: auto;
  padding-top: 8vw;
  color: #ffffff;
  font-size: 3.2vw;
  line-height: 1.25;
  text-align: center;
}
.l-nav__pc_item {
  display: none;
}
.l-nav__pc_item_parent {
  display: flex;
  gap: min(26px, 2.03125vw);
}
.l-nav__pc_item_parent > li:nth-last-child(1) {
  padding-left: min(4px, 0.3125vw);
}
.l-nav__pc_item_parent_link {
  display: flex;
  align-items: center;
  height: 100%;
  color: #274F93;
  font-weight: 700;
  font-size: min(14px, 1.09375vw);
  line-height: 2;
}
.l-nav__pc_item_parent_link:hover {
  color: #83E2A7;
  opacity: 1;
}
.l-nav__pc_item_parent_btn {
  display: flex;
  position: relative;
  align-items: center;
  height: 100%;
  padding-right: min(14px, 1.09375vw);
  color: #274F93;
  font-weight: 700;
  font-size: min(14px, 1.09375vw);
  line-height: 2;
}
.l-nav__pc_item_parent_btn::before, .l-nav__pc_item_parent_btn::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: min(10px, 0.78125vw);
  height: min(2px, 0.15625vw);
  transform: translate3d(0, -50%, 0);
  border-radius: 9999px;
  background-color: #274F93;
  content: "";
}
.l-nav__pc_item_parent_btn::after {
  transform: translate3d(0, -50%, 0) rotate(-90deg);
}
.l-nav__pc_item_parent_btn.is-active {
  color: #83E2A7;
}
.l-nav__pc_item_parent_btn.is-active::before, .l-nav__pc_item_parent_btn.is-active::after {
  background-color: #83E2A7;
}
.l-nav__pc_item_parent_btn.is-active::after {
  transform: translate3d(0, -50%, 0);
}
.l-nav__pc_item_parent_btn:hover {
  color: #83E2A7;
  opacity: 1;
}
.l-nav__pc_item_parent_btn:hover::before, .l-nav__pc_item_parent_btn:hover::after {
  background-color: #83E2A7;
}
.l-nav__pc_item_child {
  z-index: -1;
  position: absolute;
  top: min(23px, 1.796875vw);
  left: max(-47px, -3.671875vw);
  min-width: min(410px, 32.03125vw);
  max-width: min(500px, 39.0625vw);
  max-height: 0;
  overflow: hidden;
  transition: 0.4s;
}
.l-nav__pc_item_child_wrap {
  padding: min(48px, 3.75vw) min(34px, 2.65625vw) min(20px, 1.5625vw);
  border-radius: 0 0 min(20px, 1.5625vw) min(20px, 1.5625vw);
  background-color: #83E2A7;
}
.l-nav__pc_item_child_main {
  margin-bottom: min(8px, 0.625vw);
  padding-right: min(12px, 0.9375vw);
  background-image: url(../img/common/icon_nav_link.png);
  background-position: right top 60%;
  background-size: min(6px, 0.46875vw) auto;
  background-repeat: no-repeat;
  color: #274F93;
  font-weight: 700;
  font-size: min(15px, 1.171875vw);
  line-height: 1.6;
}
.l-nav__pc_item_child_list {
  display: grid;
  grid-template-columns: auto auto;
  gap: 0 min(20px, 1.5625vw);
}
.l-nav__pc_item_child_list > li > a {
  padding-right: min(12px, 0.9375vw);
  background-image: url(../img/common/icon_nav_link.png);
  background-position: right top 60%;
  background-size: min(6px, 0.46875vw) auto;
  background-repeat: no-repeat;
  color: #274F93;
  font-size: min(13px, 1.015625vw);
  line-height: 1.8461538462;
}

.o-arrow__animate_wrap {
  position: absolute;
  right: -0.2466666667vw;
  bottom: -0.2466666667vw;
  width: 7.5866666667vw;
  height: 7.5866666667vw;
  overflow: hidden;
  border: 0.496vw solid #274F93;
  border-radius: 50%;
  background-color: #ffffff;
}
.o-arrow__animate_arrow {
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.o-arrow__animate_arrow img {
  width: 3.652vw;
}
.o-arrow__animate_arrow--next {
  transform: translate3d(-100%, 0, 0);
}

.o-btn__base {
  display: flex;
  position: relative;
  align-items: center;
  width: fit-content;
  min-width: 47.9613333333vw;
  min-height: 12.9266666667vw;
  padding: 1.4053333333vw 1.4053333333vw 1.4053333333vw 0;
  overflow: hidden;
  border-radius: 9999px;
  color: #ffffff;
}
.o-btn__base::before, .o-btn__base::after {
  position: absolute;
  inset: 0;
  content: "";
}
.o-btn__base::before {
  z-index: 1;
  background: linear-gradient(96.9deg, #274F93 21.75%, #1A007A 128.09%);
}
.o-btn__base::after {
  z-index: 2;
  background: #83E2A7;
  opacity: 0;
  transition: 0.4s;
}
.o-btn__base.is-header_contact {
  width: 100%;
  min-width: 0;
  height: 100%;
  min-height: 0;
  padding: min(5.4px, 0.421875vw) min(5.4px, 0.421875vw) min(5.4px, 0.421875vw) 0;
}
.o-btn__base.is-header_contact .o-btn__base_txt {
  padding: 0 min(16.29px, 1.27265625vw) 0 min(31px, 2.421875vw);
  font-size: min(14px, 1.09375vw);
  line-height: 1.3928571429;
}
.o-btn__base.is-header_contact .o-btn__base_arrow_wrap {
  width: min(39.13px, 3.05703125vw);
  height: min(39.13px, 3.05703125vw);
}
.o-btn__base.is-header_contact .o-btn__base_arrow img {
  width: min(18.84px, 1.471875vw);
}
.o-btn__base.is-type2 {
  min-width: 71.7093333333vw;
}
.o-btn__base--reverse {
  flex-direction: row-reverse;
  padding: 1.4053333333vw 0 1.4053333333vw 1.4053333333vw;
}
.o-btn__base--reverse .o-btn__base_txt {
  padding: 0 7.4946666667vw 0 4.9853333333vw;
}
.o-btn__base--reverse .o-btn__base_arrow_wrap {
  transform: rotate(180deg);
}
.o-btn__base_txt {
  z-index: 5;
  position: relative;
  flex-grow: 1;
  padding: 0 4.9853333333vw 0 7.4946666667vw;
  font-weight: 700;
  font-size: 3.2vw;
  line-height: 1.6375;
  text-align: center;
}
.o-btn__base_txt.is-type2 {
  padding: 0 4.9853333333vw 0 13.3333333333vw;
}
.o-btn__base_arrow_wrap {
  z-index: 5;
  position: relative;
  width: 10.1173333333vw;
  height: 10.1173333333vw;
  overflow: hidden;
  border-radius: 50%;
  background-color: #ffffff;
}
.o-btn__base_arrow {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.o-btn__base_arrow img {
  width: 4.8706666667vw;
}
.o-btn__base_arrow.is-next {
  transform: translate3d(-100%, 0, 0);
}

@keyframes base_arrow {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes base_next_arrow {
  0% {
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.o-case__ttl {
  margin-top: 5.3333333333vw;
  font-weight: 700;
  font-size: 4vw;
  line-height: 1.6666666667;
}
.o-case__industry {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 3.7333333333vw;
}
.o-case__industry > dt {
  min-width: 20.1333333333vw;
  border-radius: 9999px;
  background-color: #FFE262;
  font-weight: 700;
  font-size: 3.4666666667vw;
  line-height: 1.8346153846;
  text-align: center;
}
.o-case__industry > dd {
  margin-left: 2.3306666667vw;
  font-weight: 700;
  font-size: 3.4666666667vw;
  line-height: 1.8346153846;
}
.o-case__task {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 5.3333333333vw;
  padding: 6.4vw 0;
  border-top: 0.2666666667vw solid #274F93;
}
.o-case__task > dt {
  flex: 0 0 14.9333333333vw;
  font-weight: 700;
  font-size: 3.7293333333vw;
  line-height: 1.4372542009;
  letter-spacing: 0;
}
.o-case__task > dd {
  flex: 0 0 64.8vw;
  font-size: 3.4666666667vw;
  line-height: 1.8461538462;
  letter-spacing: 0;
}
.o-case__task_list {
  display: flex;
  flex-direction: column;
  gap: 3.7333333333vw;
}
.o-case__task_list > li {
  position: relative;
  padding: 0 7.7333333333vw;
}
.o-case__task_list > li::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 4vw;
  height: 4vw;
  transform: translate3d(0, -50%, 0);
  background-image: url(../img/common/icon_circle_blue.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.o-case__overview {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 6.4vw 0;
  border-top: 0.2666666667vw solid #C7ECF8;
}
.o-case__overview > dt {
  flex: 0 0 14.9333333333vw;
  font-weight: 700;
  font-size: 3.7293333333vw;
  line-height: 1.4372542009;
  letter-spacing: 0;
}
.o-case__overview > dd {
  flex: 0 0 64.8vw;
  font-size: 3.4666666667vw;
  line-height: 1.8461538462;
  letter-spacing: 0;
}
.o-case__result {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 8vw 5.3333333333vw 8vw 0;
  border-radius: 4.6613333333vw;
  background-color: #FFF9DD;
}
.o-case__result > dt {
  flex: 0 0 14.9333333333vw;
  font-weight: 700;
  font-size: 3.7293333333vw;
  line-height: 1.4372542009;
  letter-spacing: 0;
  text-align: right;
}
.o-case__result > dd {
  flex: 0 0 62.0533333333vw;
  font-size: 3.4666666667vw;
  line-height: 1.8461538462;
  letter-spacing: 0;
}

.o-contact__item_wrap {
  display: grid;
  grid-template-columns: 1fr;
  padding: 7.0493333333vw 0 11.1133333333vw;
  gap: 6.6666666667vw;
}
.o-contact__item_box--clm2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.8vw;
}
.o-contact__item_box_inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.7893333333vw;
}
.o-contact__item_label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  width: fit-content;
}
.o-contact__item_label_txt {
  font-weight: 700;
  font-size: 3.4666666667vw;
  line-height: 1.3692307692;
}
.o-contact__item_label_required {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 2.6666666667vw;
  padding: 0.1333333333vw 2.3733333333vw;
  border-radius: 9999px;
  background-color: #FFE262;
  font-weight: 700;
  font-size: 2.9333333333vw;
  line-height: 1.6181818182;
}
.o-contact__item_label_error {
  display: none;
  margin-left: 2.6666666667vw;
  color: #FF9300;
  font-weight: 700;
  font-size: 2.9333333333vw;
  line-height: 1.6181818182;
}
.o-contact__item_label_error.is-error {
  display: block;
}
.o-contact__item_label_error--sp_full {
  flex: 0 0 100%;
  margin-top: 1.0666666667vw;
  margin-left: 0;
}
.o-contact__item_input {
  margin-top: 1.9333333333vw;
}
.o-contact__item_input--confirm {
  padding-left: 2.2666666667vw;
}
.o-contact__input_txt {
  padding: 1.6666666667vw 2.2666666667vw;
  border: 0.1973333333vw solid #C7ECF8;
  border-radius: 1.5826666667vw;
  background-color: #ffffff;
  font-size: 2.9333333333vw;
  line-height: 1.6181818182;
}
.o-contact__input_txt.is-error {
  border: 0.1973333333vw solid #FFAE40;
  background-color: #FFF9DD;
}
.o-contact__select {
  padding: 1.6666666667vw 8vw 1.6666666667vw 2.2666666667vw;
  border: 0.1973333333vw solid #C7ECF8;
  border-radius: 1.5826666667vw;
  background-image: url(../img/common/icon_bottom_select.svg);
  background-position: right 3.2vw center;
  background-size: 4.1333333333vw auto;
  background-repeat: no-repeat;
  background-color: #ffffff;
  font-size: 2.9333333333vw;
  line-height: 1.6181818182;
}
.o-contact__select.is-error {
  border: 0.1973333333vw solid #FFAE40;
  background-color: #FFF9DD;
}
.o-contact__txt_area {
  height: 35.6vw;
  padding: 1.6666666667vw 2.2666666667vw;
  border: 0.1973333333vw solid #C7ECF8;
  border-radius: 1.5826666667vw;
  background-color: #ffffff;
  font-size: 2.9333333333vw;
  line-height: 1.6181818182;
}
.o-contact__txt_area.is-error {
  border: 0.1973333333vw solid #FFAE40;
  background-color: #FFF9DD;
}
.o-contact__btn_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3.3333333333vw;
}
.o-contact__btn_box_hide {
  display: none;
}
.o-hamburger {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-user-select: none;
  z-index: 120;
  pointer-events: none;
          user-select: none;
}
.o-hamburger__box {
  position: absolute;
  top: 2.6613333333vw;
  right: 2.6613333333vw;
  width: 12.6586666667vw;
  -webkit-user-select: auto;
  pointer-events: auto;
          user-select: auto;
}
.o-service_child__top_clm {
  margin-top: -5.3333333333vw;
}
.o-service_child__top_clm_img {
  max-width: 48vw;
  margin: 0 auto;
}
.o-service_child__top_clm_img--parts_delivery {
  max-width: 45.2vw;
}
.o-service_child__top_clm_img--professional {
  max-width: 45.2vw;
}
.o-service_child__top_clm_img--managed {
  max-width: 46.5333333333vw;
}
.o-service_child__top_clm_cnt {
  margin-top: 1.6vw;
}
.o-service_child__top_clm_cnt > dt {
  font-weight: 700;
  font-size: 4vw;
  line-height: 1.6666666667;
}
.o-service_child__top_clm_cnt > dd {
  margin-top: 2.1333333333vw;
}
.o-service_child__features {
  margin-top: min(64px, 5vw);
}
.o-service_child__features_item_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: min(56px, 4.375vw);
  gap: 4vw 3.7333333333vw;
}
.o-service_child__features_item_list > li {
  min-height: 52.4vw;
  padding: 4.6666666667vw 3.0666666667vw;
  border-radius: 3.8053333333vw;
  background-color: #C7ECF8;
}
.o-service_child__features_item_img {
  max-width: 25.6533333333vw;
  margin: 0 auto;
}
.o-service_child__features_item_txt {
  margin-top: 2.6666666667vw;
  font-weight: 700;
  font-size: 3.7333333333vw;
  line-height: 1.2857142857;
  text-align: center;
}
.o-service_child__case_studies {
  margin-top: 8.5333333333vw;
}
.o-service_child__other_services {
  margin-top: 10.6666666667vw;
}
.o-service_child__other_services_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 9.3333333333vw;
  gap: 4.2666666667vw;
}
.o-service_child__other_services_list > li {
  flex: 0 0 40.6666666667vw;
}
.o-service_child__other_services_list > li > a {
  display: flex;
  position: relative;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 4vw 2.6666666667vw 8vw;
  overflow: hidden;
  border: 0.496vw solid #274F93;
  border-radius: 1.7333333333vw 1.7333333333vw 3.864vw 1.7333333333vw;
  box-shadow: 0.992vw 0.992vw 0 #CDE1E8;
}
.o-service_child__other_services_list_img {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 19.7333333333vw;
}
.o-service_child__other_services_list_img--maintenance img {
  width: 18.696vw;
}
.o-service_child__other_services_list_img--delivery img {
  width: 14.6133333333vw;
}
.o-service_child__other_services_list_img--professional img {
  width: 17.4666666667vw;
}
.o-service_child__other_services_list_img--managed img {
  width: 19.5573333333vw;
}
.o-service_child__other_services_list_txt {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 9.6vw;
  margin-top: 3.2vw;
  font-weight: 700;
  font-size: 3.7333333333vw;
  line-height: 1.2857142857;
  text-align: center;
}

[class*=o-ttl] {
  font-weight: 700;
}

.o-ttl__dot {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: flex-start;
  padding-left: 6.6666666667vw;
}
.o-ttl__dot::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 2.8vw;
  height: 2.8vw;
  transform: translate3d(0, -50%, 0);
  border-radius: 50%;
  background-color: #FFE262;
  content: "";
}
.o-ttl__dot--new_line_to_m {
  flex-direction: column;
  align-items: flex-start;
}
.o-ttl__dot--new_line_to_m::before {
  top: 3.0666666667vw;
  transform: none;
}
.o-ttl__dot--new_line_to_m .o-ttl__dot_en {
  line-height: 1;
}
.o-ttl__dot--new_line_to_m .o-ttl__dot_jp {
  margin-top: 0.5333333333vw;
  margin-left: 0;
}
.o-ttl__dot_en {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(96.9deg, #274F93 21.75%, #1A007A 128.09%);
  background-clip: text;
  font-weight: 900;
  font-size: 7.4666666667vw;
  line-height: 2;
  letter-spacing: 0.08em;
}
.o-ttl__dot_jp {
  margin-left: 1.8666666667vw;
  color: #274F93;
  font-weight: 700;
  font-size: 3.2vw;
  line-height: 1.5;
}
.o-txt__base {
  font-size: 3.4666666667vw;
  line-height: 1.3846153846;
  letter-spacing: 0;
}
.o-txt__base--lh48 {
  line-height: 1.8461538462;
}
.o-txt__base--txt_center {
  text-align: center;
}
.p-404__kv {
  position: relative;
  left: -0.5333333333vw;
  margin-top: 31.7333333333vw;
}
.p-404__main_ttl {
  margin-top: 10.1333333333vw;
  font-weight: 700;
  font-size: 4vw;
  line-height: 1.6666666667;
  text-align: center;
}
.p-404__detail {
  margin-top: 4.2666666667vw;
}
.p-404__back_to_top {
  display: flex;
  justify-content: center;
  margin-top: 9.3333333333vw;
}

.p-about__logo {
  width: 35.676vw;
  margin: 1.5826666667vw auto 0;
}
.p-about__intro {
  margin-top: 5.3333333333vw;
  color: #274F93;
  font-weight: 700;
  font-size: 4vw;
  line-height: 1.6666666667;
  text-align: center;
}
.p-about__values {
  margin-top: 12vw;
}
.p-about__values_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 2.6666666667vw;
  gap: 2.6666666667vw 2.2666666667vw;
}
.p-about__values_list > li {
  position: relative;
  padding: 13.7333333333vw 2.6666666667vw 7.2vw;
  border-radius: 5.6vw 2.6666666667vw 2.6666666667vw 2.6666666667vw;
  background-color: #C7ECF8;
}
.p-about__values_number {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 11.0666666667vw;
  height: 11.0666666667vw;
  border-radius: 50%;
  background-color: #53B9DB;
  color: #fff;
  font-style: italic;
  font-weight: 300;
  font-size: 4.92vw;
  line-height: 1;
}
.p-about__values_cnt > dt {
  color: #274F93;
  font-weight: 700;
  font-size: 3.7333333333vw;
  line-height: 1.2857142857;
  text-align: center;
}
.p-about__values_cnt > dd {
  margin-top: 3.2vw;
  color: #274F93;
  font-size: 3.4666666667vw;
  line-height: 1.3846153846;
  letter-spacing: 0;
}
.p-about__message {
  margin-top: 13.3333333333vw;
}
.p-about__message_clm_img {
  width: 68vw;
  margin: -2.6666666667vw auto 0;
}
.p-about__message_clm_caption {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.p-about__message_clm_company {
  font-size: 3.4666666667vw;
  line-height: 1.0576923077;
  letter-spacing: 0;
}
.p-about__message_clm_name {
  margin-top: 2.1333333333vw;
  font-weight: 700;
  font-size: 3.7333333333vw;
  line-height: 1.025;
}
.p-about__message_clm_txt {
  display: flex;
  flex-direction: column;
  margin-top: 8.5333333333vw;
  gap: 4.8vw;
}
.p-about__company {
  margin-top: 10.6666666667vw;
}
.p-about__company_intro {
  margin-top: 4.8vw;
}
.p-about__company_border {
  margin-top: 4.2666666667vw;
}
.p-about__company_border > li > dl {
  display: flex;
  justify-content: space-between;
}
.p-about__company_border > li > dl > dt {
  display: flex;
  flex: 0 0 25.3333333333vw;
  align-items: center;
  padding: 5.0666666667vw 0;
  border-bottom: 0.2666666667vw solid #274F93;
  font-weight: 700;
  font-size: 3.4666666667vw;
  line-height: 1.3961538462;
  letter-spacing: 0;
}
.p-about__company_border > li > dl > dd {
  flex: 0 0 55.3333333333vw;
  padding: 5.0666666667vw 0;
  border-bottom: 0.2666666667vw solid #C7ECF8;
}
.p-about__gmap {
  margin-top: 2.1333333333vw;
}
.p-about__gmap iframe {
  width: 100%;
  height: 30.6666666667vw;
}
.p-index__kv {
  overflow: hidden;
}
.p-index__kv.is-active .p-index__kv_bg_img {
  animation-duration: 0.8s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-name: kv_fade_up_sp;
}
.p-index__kv.is-active .p-index__kv_person {
  animation-duration: 0.8s;
  animation-timing-function: ease-in-out;
  animation-delay: 0.4s;
  animation-fill-mode: forwards;
  animation-name: kv_fade_up_sp;
}
.p-index__kv.is-active .p-index__kv_cloud {
  animation-duration: 0.8s;
  animation-timing-function: ease-in-out;
  animation-delay: 0.64s;
  animation-fill-mode: forwards;
  animation-name: kv_fade_up_sp;
}
.p-index__kv.is-active .p-index__kv_txt {
  animation-duration: 0.8s;
  animation-timing-function: ease-in-out;
  animation-delay: 0.96s;
  animation-fill-mode: forwards;
  animation-name: kv_fade_up_txt_sp;
}
.p-index__kv.is-visited .p-index__kv_bg_img {
  opacity: 1;
}
.p-index__kv.is-visited .p-index__kv_person {
  opacity: 1;
}
.p-index__kv.is-visited .p-index__kv_cloud {
  opacity: 1;
}
.p-index__kv.is-visited .p-index__kv_txt {
  opacity: 1;
}
.p-index__kv_inner {
  position: relative;
  height: 117.3333333333vw;
  background-color: #FFFBE7;
}
.p-index__kv_bg_img {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}
.p-index__kv_person {
  z-index: 3;
  position: absolute;
  bottom: 2.46vw;
  left: 0;
  width: 100%;
  opacity: 0;
}
.p-index__kv_cloud {
  z-index: 4;
  position: absolute;
  bottom: 51.3vw;
  left: 2.5333333333vw;
  width: 96vw;
  opacity: 0;
}
.p-index__kv_txt {
  z-index: 5;
  position: absolute;
  bottom: 71.4666666667vw;
  left: 0;
  width: 100%;
  opacity: 0;
}
.p-index__kv_txt_en {
  width: 63.0666666667vw;
  margin-left: 18.388vw;
}
.p-index__kv_txt_jp {
  margin-top: 5.7333333333vw;
  margin-left: 9.1933333333vw;
  color: #274F93;
  font-weight: 700;
  font-size: 3.4666666667vw;
  line-height: 0.9538461538;
}
.p-index__about_us {
  padding: 12vw 6.4vw 21.8vw;
  background-image: url(../img/top/our_service_top_wave_sp.png);
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.p-index__about_us_ttl {
  width: 48.5333333333vw;
  margin-left: 16.952vw;
}
.p-index__about_us_txt {
  margin-top: 5.3653333333vw;
  color: #274F93;
  font-weight: 700;
  font-size: 3.4666666667vw;
  line-height: 1.8461538462;
  letter-spacing: 0;
}
.p-index__about_us_btn {
  display: flex;
  justify-content: center;
  margin-top: 8.0266666667vw;
}
.p-index__our_service_wrap {
  position: relative;
  padding: 11.8586666667vw 6.4vw 6.4vw;
  background-color: #FFF9DD;
}
.p-index__our_service_icon_lt {
  position: absolute;
  top: -13.4573333333vw;
  left: 2.964vw;
  width: 21.3186666667vw;
}
.p-index__our_service_icon_rt {
  position: absolute;
  top: -21.852vw;
  right: 6.1226666667vw;
  width: 24.108vw;
}
.p-index__our_service_ttl img {
  width: 51.6vw;
}
.p-index__sub_ttl {
  display: block;
  margin-top: 3.7266666667vw;
  margin-left: 0.932vw;
  color: #274F93;
  font-weight: 700;
  font-size: 3.7333333333vw;
  line-height: 0.8571428571;
}
.p-index__sub_ttl.is-case_studies {
  margin-top: 1.6vw;
}
.p-index__sub_ttl--top_news {
  margin-top: 2.6666666667vw;
  margin-left: 0;
  font-size: 2.732vw;
  line-height: 1.7142857143;
}
.p-index__our_service_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 9.164vw;
  gap: 5.0666666667vw 8vw;
}
.p-index__our_service_img {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  aspect-ratio: 1/1;
  width: 24vw;
  height: 24vw;
  margin: 0 auto;
}
.p-index__our_service_img img.is-maintenance {
  width: 23.296vw;
}
.p-index__our_service_img img.is-parts_delivery {
  width: 17.8533333333vw;
}
.p-index__our_service_img img.is-professional {
  width: 21.4133333333vw;
}
.p-index__our_service_img img.is-managed {
  width: 23.896vw;
}
.p-index__our_service_txt {
  margin-top: 4vw;
  color: #274F93;
}
.p-index__our_service_txt > dt {
  font-weight: 700;
  font-size: 3.7333333333vw;
  line-height: 1.2857142857;
  text-align: center;
}
.p-index__our_service_txt > dd {
  margin-top: 2.1333333333vw;
  font-size: 3.4666666667vw;
  line-height: 1.3846153846;
  letter-spacing: 0;
}
.p-index__our_service_btn {
  display: flex;
  justify-content: center;
  margin-top: 9.2186666667vw;
}
.p-index__case_studies {
  padding-top: 18.1333333333vw;
  background-image: url(../img/top/our_service_bottom_wave_sp.png);
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.p-index__case_studies_wrap {
  position: relative;
  padding: 8.764vw 6.4vw 18.388vw;
}
.p-index__case_studies_icon_lt {
  display: none;
}
.p-index__case_studies_icon_rt {
  position: absolute;
  top: -24.956vw;
  right: 11.46vw;
  width: 25.5786666667vw;
}
.p-index__case_studies_ttl img {
  width: 63.8453333333vw;
}
.p-index__case_studies_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 8vw;
  gap: 5.3333333333vw;
}
.p-index__case_studies_list > li > a {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 6vw 3.2vw 6.6666666667vw 2.4vw;
  border: 0.4933333333vw solid #274F93;
  border-radius: 1.7333333333vw 1.7333333333vw 3.8666666667vw 1.7333333333vw;
  background-color: #ffffff;
  box-shadow: 0.9866666667vw 0.9866666667vw 0px #CDE1E8;
  color: #274F93;
}
.p-index__case_studies_link_box {
  flex: 0 0 100%;
}
.p-index__case_studies_link_ttl {
  font-weight: 700;
  font-size: 3.2vw;
  line-height: 1.3333333333;
  text-align: center;
}
.p-index__case_studies_link_cnt > dt {
  margin-top: 3.2vw;
}
.p-index__case_studies_link_cnt > dd {
  margin-top: 1.0666666667vw;
  font-weight: 700;
  font-size: 3.2vw;
  line-height: 1.25;
}
.p-index__case_studies_link_cnt_bg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 17.2986666667vw;
  min-height: 5.9186666667vw;
  padding: 0.5333333333vw 1.0666666667vw;
  border-radius: 9999px;
  background-color: #FFE262;
  font-weight: 700;
  font-size: 3.2vw;
  line-height: 1.3333333333;
}
.p-index__case_studies_arrow_wrap {
  position: absolute;
  right: -0.2466666667vw;
  bottom: -0.2466666667vw;
  width: 7.5866666667vw;
  height: 7.5866666667vw;
  overflow: hidden;
  border: 0.496vw solid #274F93;
  border-radius: 50%;
  background-color: #ffffff;
}
.p-index__case_studies_arrow {
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.p-index__case_studies_arrow img {
  width: 3.652vw;
}
.p-index__case_studies_arrow--next {
  transform: translate3d(-100%, 0, 0);
}
.p-index__case_studies_rb {
  z-index: -1;
  position: relative;
}
.p-index__case_studies_rb img {
  position: absolute;
  top: -25.988vw;
  right: 0;
  width: 43.3333333333vw;
}
.p-index__parts_delivery {
  padding-bottom: 4.824vw;
}
.p-index__parts_delivery_ttl {
  padding: 0 6.4vw;
}
.p-index__parts_delivery_ttl img {
  width: 61.8666666667vw;
}
.p-index__parts_delivery_cnt {
  margin-top: 8.5333333333vw;
}
.p-index__parts_delivery_cnt_left {
  padding: 0 6.4vw;
  color: #274F93;
}
.p-index__parts_delivery_cnt_left > dt {
  font-weight: 700;
  font-size: 4vw;
  line-height: 1.2;
}
.p-index__parts_delivery_cnt_left > dd {
  margin-top: 3.2vw;
  font-size: 3.4666666667vw;
  line-height: 1.8461538462;
  letter-spacing: 0;
}
.p-index__parts_delivery_cnt_right {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4.5053333333vw;
  margin-left: 6.4vw;
}
.p-index__parts_delivery_cnt_right > li {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 23.656vw;
  height: 23.0506666667vw;
  overflow: hidden;
  border-radius: 50%;
  background-color: #FFE262;
  color: #274F93;
}
.p-index__parts_delivery_cnt_right > li::after {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 88.71%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #FFCF00;
  content: "";
}
.p-index__parts_delivery_cnt_right > li:nth-child(2) {
  left: -2.6666666667vw;
}
.p-index__parts_delivery_cnt_right > li:nth-child(3) {
  left: -5.3333333333vw;
}
.p-index__parts_delivery_cnt_right > li:nth-child(4) {
  left: -8vw;
}
.p-index__parts_delivery_cnt_right > li:nth-last-child(1)::after {
  content: none;
}
.p-index__parts_delivery_cnt_circle {
  font-weight: 700;
  font-size: 2.8946666667vw;
  line-height: 1.3542146476;
  text-align: center;
}
.p-index__parts_delivery_quote {
  margin-top: 8.5333333333vw;
}
.p-index__parts_delivery_quote_txt {
  color: #274F93;
  font-weight: 700;
  font-size: 3.4666666667vw;
  line-height: 1.3846153846;
  text-align: center;
}
.p-index__parts_delivery_quote_btn {
  display: flex;
  justify-content: center;
  margin-top: 4.2666666667vw;
}
.p-index__news {
  margin-top: 6.6666666667vw;
  padding: 0 6.6666666667vw;
}
.p-index__news_wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 6.6666666667vw 5.3333333333vw 6.6666666667vw 5.7333333333vw;
  border-radius: 3.9026666667vw;
  background-color: #FFF9DD;
}
.p-index__news_ttl {
  flex: 0 0 18.6666666667vw;
}
.p-index__news_ttl img {
  width: 14.5333333333vw;
}
.p-index__news_list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4.8vw;
}
.p-index__news_item > dt {
  font-size: 2.732vw;
  line-height: 1.7142857143;
}
.p-index__news_item > dd {
  margin-top: 1.6vw;
  font-size: 2.732vw;
  line-height: 1.6428571429;
  letter-spacing: 0;
}
.p-index__news_item > dd a {
  text-decoration: underline;
}

@keyframes kv_fade_up_sp {
  0% {
    transform: translate3d(0, 10vw, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes kv_fade_up_pc {
  0% {
    transform: translate3d(0, min(60px, 4.6875vw), 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes kv_fade_up_txt_sp {
  0% {
    transform: translate3d(0, 4vw, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes kv_fade_up_txt_pc {
  0% {
    transform: translate3d(0, min(30px, 2.34375vw), 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.p-parts-search__intro {
  margin-top: 6.4vw;
  font-weight: 700;
  font-size: 4vw;
  line-height: 1.6666666667;
  text-align: center;
}
.p-parts-search__form {
  margin-top: 6.9333333333vw;
  padding: 8vw 5.3333333333vw;
  overflow: hidden;
  border-radius: 2.6666666667vw;
  background-color: #FFF9DD;
}
.p-parts-search__form_clm {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 3.3333333333vw;
}
.p-parts-search__form_box {
  width: 100%;
}
.p-parts-search__form_box select, .p-parts-search__form_box option {
  border: 0.2173333333vw solid #C7ECF8;
  background-color: #ffffff;
  font-size: 3.2vw;
  line-height: 1.4833333333;
}
.p-parts-search__form_box select {
  padding: 1.8666666667vw 8vw 1.8666666667vw 2.6666666667vw;
  border-radius: 1.5826666667vw;
  background-image: url(../img/common/icon_bottom_select.svg);
  background-position: right 2.6666666667vw center;
  background-size: 3.7493333333vw auto;
  background-repeat: no-repeat;
}
.p-parts-search__form_box fieldset {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.p-parts-search__form_ttl {
  padding-bottom: 2vw;
  font-weight: 700;
  font-size: 3.4666666667vw;
  line-height: 1.3692307692;
}
.p-parts-search__form_ttl--state {
  flex: 0 0 100%;
}
.p-parts-search__form_btn_group {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: 5.3333333333vw;
  gap: 2.4vw;
}
.p-parts-search__form_btn_group--first {
  margin-left: 0;
}
.p-parts-search__form_checkbox {
  display: none;
}
.p-parts-search__form_checkbox:checked + .p-parts-search__form_checkbox_display::before {
  content: "✓";
}
.p-parts-search__form_checkbox_display {
  display: flex;
  position: relative;
  width: 6.1693333333vw;
  height: 6.1693333333vw;
  overflow: hidden;
  border: 0.2173333333vw solid #C7ECF8;
  border-radius: 0.8666666667vw;
  background-color: #ffffff;
  font-weight: 700;
  font-size: 3.2vw;
  line-height: 1.4833333333;
}
.p-parts-search__form_checkbox_display::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  content: "";
}
.p-parts-search__form_btn {
  display: none;
}
.p-parts-search__form_submit {
  display: flex;
  justify-content: center;
  margin-top: 6.6666666667vw;
}
.p-parts-search__item_table_sp {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 13.3333333333vw;
  gap: 13.3333333333vw;
}
.p-parts-search__item_table_sp > li {
  position: relative;
  width: 100%;
}
.p-parts-search__item_table_sp > li::before {
  position: absolute;
  top: -0.5333333333vw;
  left: 0;
  width: 100%;
  height: 1.0666666667vw;
  background-color: #274F93;
  content: "";
}
.p-parts-search__item_table_sp > li table {
  width: 100%;
}
.p-parts-search__item_table_sp > li table tr th {
  position: relative;
  width: 36.6%;
  padding: 2.6666666667vw 0;
  font-weight: 700;
  font-size: 3.4666666667vw;
  line-height: 1.3961538462;
  letter-spacing: 0;
  vertical-align: middle;
}
.p-parts-search__item_table_sp > li table tr th::after {
  position: absolute;
  bottom: -0.1333333333vw;
  left: 0;
  width: 79.83%;
  height: 0.2666666667vw;
  background-color: #274F93;
  content: "";
}
.p-parts-search__item_table_sp > li table tr td {
  position: relative;
  width: 63.4%;
  padding: 2.6666666667vw 0;
  font-size: 3.4666666667vw;
  line-height: 1.3961538462;
  letter-spacing: 0;
  vertical-align: middle;
}
.p-parts-search__item_table_sp > li table tr td::after {
  position: absolute;
  bottom: -0.1333333333vw;
  left: 0;
  width: 100%;
  height: 0.2666666667vw;
  background-color: #C7ECF8;
  content: "";
}
.p-parts-search__item_table_pc {
  display: none;
}
.p-parts-search__item_table_pc tr th {
  position: relative;
  width: min(118px, 9.21875vw);
  padding: 0 0 min(6px, 0.46875vw) min(10px, 0.78125vw);
  vertical-align: middle;
}
.p-parts-search__item_table_pc tr th::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - min(8px, 0.625vw));
  height: 1px;
  background-color: #274F93;
  content: "";
}
.p-parts-search__item_table_pc tr th.is-product {
  width: min(170px, 13.28125vw);
}
.p-parts-search__item_table_pc tr th.is-remarks {
  width: min(350px, 27.34375vw);
}
.p-parts-search__item_table_pc tr th.is-price {
  width: min(128px, 10vw);
}
.p-parts-search__item_table_pc tr th:nth-last-child(1)::after {
  width: 100%;
}
.p-parts-search__item_table_pc tr td {
  position: relative;
  padding: min(12px, 0.9375vw) 0 min(12px, 0.9375vw) min(20px, 1.5625vw);
  vertical-align: middle;
}
.p-parts-search__item_table_pc tr td::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - min(8px, 0.625vw));
  height: 1px;
  background-color: #C7ECF8;
  content: "";
}
.p-parts-search__item_table_pc tr td:nth-last-child(1)::after {
  width: 100%;
}
.p-parts-search__bottom {
  margin-top: 12.8vw;
}
.p-parts-search__bottom_intro {
  font-weight: 700;
  font-size: 4vw;
  line-height: 1.6666666667;
  text-align: center;
}
.p-parts-search__bottom_btn {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 5.3333333333vw;
}
.p-parts-search__error {
  padding: 8vw 0 5.3333333333vw;
  font-size: 4vw;
  text-align: center;
}
.p-services__top_clm_img {
  width: 66vw;
  margin: 0 auto;
}
.p-services__top_clm_cnt {
  margin-top: 8vw;
}
.p-services__top_clm_cnt > dt {
  font-weight: 700;
  font-size: 4vw;
  line-height: 1.6666666667;
}
.p-services__top_clm_cnt > dd {
  margin-top: 2.6666666667vw;
}
.p-services__service_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 8.5333333333vw;
  gap: 3.2vw 3.7333333333vw;
}
.p-services__service_list > li > a {
  display: flex;
  position: relative;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 4vw 2.6666666667vw 8vw;
  overflow: hidden;
  border: 0.496vw solid #274F93;
  border-radius: 1.7333333333vw 1.7333333333vw 3.864vw 1.7333333333vw;
  box-shadow: 0.992vw 0.992vw 0 #CDE1E8;
}
.p-services__service_list_img {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 19.7333333333vw;
}
.p-services__service_list_img--maintenance img {
  width: 19.0666666667vw;
}
.p-services__service_list_img--delivery img {
  width: 14.6666666667vw;
}
.p-services__service_list_img--professional img {
  width: 17.4666666667vw;
}
.p-services__service_list_img--managed img {
  width: 19.4666666667vw;
}
.p-services__service_list_cnt {
  margin-top: 1.6vw;
}
.p-services__service_list_ttl {
  font-weight: 700;
  font-size: 3.7333333333vw;
  line-height: 1.2857142857;
  text-align: center;
}
.p-services__service_list_detail {
  margin-top: 1.6vw;
}
.p-thanks__main_ttl {
  margin-top: 8.5333333333vw;
  font-weight: 700;
  font-size: 4vw;
  line-height: 1.6666666667;
  text-align: center;
}
.p-thanks__intro {
  margin-top: 4.2666666667vw;
}
.p-thanks__back_to_top {
  display: flex;
  justify-content: center;
  margin-top: 9.3333333333vw;
}
@media (min-width: 768px){
  body {
    font-size: min(16px, 1.25vw);
  }
  a:hover, a:active, button:hover, button:active {
    opacity: 0.7;
    transition: 0.4s;
  }
  .innerbox {
    max-width: min(1280px, 100vw);
    margin: 0 auto;
    padding: 0 min(175px, 13.671875vw);
  }
  .visible_to_m {
    display: none !important;
  }
  .visible_m {
    display: block !important;
  }
  .pagelink {
    margin-top: 0;
    padding-top: 0;
  }
  .pagelink_sub {
    margin-top: max(-88px, -6.875vw);
    padding-top: min(88px, 6.875vw);
  }
  .l-footer {
    padding-top: min(195px, 15.234375vw);
  }
  .l-footer--contact {
    padding-top: min(40px, 3.125vw);
  }
  .l-footer--404 {
    padding-top: min(40px, 3.125vw);
    background-color: #FFF9DD;
  }
  .l-footer__contact::before {
    top: min(20px, 1.5625vw);
    height: min(195px, 15.234375vw);
    background-image: url(../img/common/contact_top_wave_pc.png);
  }
  .l-footer__contact::after {
    height: min(65px, 5.078125vw);
    background-image: url(../img/common/footer_top_pc.png);
    background-size: auto 100%;
  }
  .l-footer__contact_cloud {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: min(1020px, 79.6875vw);
    transform: translate3d(-50%, 0, 0);
  }
  .l-footer__contact_wrap {
    max-width: min(1280px, 100vw);
    margin: 0 auto;
    padding: 0 0 min(112px, 8.75vw);
  }
  .l-footer__contact_ttl_en {
    width: min(260px, 20.3125vw);
  }
  .l-footer__contact_ttl_jp {
    margin-top: min(12px, 0.9375vw);
    font-size: min(16px, 1.25vw);
    line-height: 1.5;
  }
  .l-footer__contact_txt {
    margin-top: min(32px, 2.5vw);
    font-size: min(14px, 1.09375vw);
    line-height: 1.6428571429;
  }
  .l-footer__contact_btn {
    margin-top: min(28px, 2.1875vw);
  }
  .l-footer__contact_address {
    margin-top: min(32px, 2.5vw);
    gap: min(32px, 2.5vw);
  }
  .l-footer__contact_address_inner {
    gap: min(6px, 0.46875vw);
  }
  .l-footer__contact_address_alphabet {
    font-size: min(14px, 1.09375vw);
    line-height: 1.4285714286;
  }
  .l-footer__contact_address_number {
    font-size: min(20px, 1.5625vw);
    line-height: 1;
  }
  .l-footer__contact_icon_bl {
    bottom: min(23.63px, 1.84609375vw);
    left: min(76px, 5.9375vw);
    width: min(289px, 22.578125vw);
  }
  .l-footer__contact_icon_br {
    right: min(131px, 10.234375vw);
    bottom: min(6px, 0.46875vw);
    width: min(314px, 24.53125vw);
  }
  .l-footer__page_top {
    right: min(40px, 3.125vw);
    bottom: min(34px, 2.65625vw);
    width: min(68px, 5.3125vw);
  }
  .l-footer__bottom {
    padding: min(28px, 2.1875vw) 0 min(40px, 3.125vw);
  }
  .l-footer__bottom_wrap {
    padding: 0;
  }
  .l-footer__bottom_clm {
    display: flex;
    justify-content: space-between;
    max-width: min(1040px, 81.25vw);
    margin: 0 auto;
  }
  .l-footer__bottom_clm_left {
    padding-left: min(16px, 1.25vw);
  }
  .l-footer__logo {
    width: min(171px, 13.359375vw);
  }
  .l-footer__address {
    margin-top: min(20px, 1.5625vw);
  }
  .l-footer__address_top {
    padding-bottom: min(8px, 0.625vw);
    font-size: min(13px, 1.015625vw);
    line-height: 1.6923076923;
  }
  .l-footer__address_inner {
    margin-top: 0;
  }
  .l-footer__address_alphabet {
    font-size: min(11.52px, 0.9vw);
    line-height: 1.4322916667;
  }
  .l-footer__address_number {
    font-size: min(16.46px, 1.2859375vw);
    line-height: 1.0024301337;
  }
  .l-footer__bottom_clm_right {
    grid-template-columns: min(130px, 10.15625vw) min(130px, 10.15625vw) min(130px, 10.15625vw);
    margin-top: 0;
    gap: min(20px, 1.5625vw);
  }
  .l-footer__item_list {
    gap: min(8px, 0.625vw);
  }
  .l-footer__item_list > li > a {
    font-size: min(15px, 1.171875vw);
    line-height: 1.6;
  }
  .l-footer__item_list > li > a.is-icon_link {
    padding-right: min(16px, 1.25vw);
    background-image: url(../img/common/icon_footer_link_sp.png);
    background-size: min(8px, 0.625vw) auto;
  }
  .l-footer__item_parent {
    font-size: min(15px, 1.171875vw);
    line-height: 1.6;
  }
  .l-footer__item_parent.is-icon_link {
    padding-right: min(16px, 1.25vw);
    background-image: url(../img/common/icon_footer_link_sp.png);
    background-size: min(8px, 0.625vw) auto;
  }
  .l-footer__item_child {
    margin-top: min(10px, 0.78125vw);
  }
  .l-footer__item_child > li > a {
    font-size: min(13px, 1.015625vw);
    line-height: 1.5384615385;
  }
  .l-footer__item_child > li + li {
    margin-top: min(8px, 0.625vw);
  }
  .l-footer__copyright {
    margin-top: min(80px, 6.25vw);
    font-size: min(13px, 1.015625vw);
    line-height: 1.8461538462;
  }
  .l-header__logo {
    top: min(20px, 1.5625vw);
    left: min(40px, 3.125vw);
    width: min(171px, 13.359375vw);
  }
  .l-main--under {
    padding-bottom: min(60px, 4.6875vw);
  }
  .l-main--contact {
    padding-bottom: min(60px, 4.6875vw);
  }
  .l-main--404 {
    padding-bottom: min(60px, 4.6875vw);
  }
  .l-main__under_kv {
    background-image: url(../img/kv/kv_under_bottom_pc.png);
    background-size: auto min(194px, 15.15625vw);
  }
  .l-main__under_kv_inner {
    max-width: min(1280px, 100vw);
    min-height: min(380px, 29.6875vw);
    margin: 0 auto;
    padding: min(164px, 12.8125vw) 0 0 min(174px, 13.59375vw);
  }
  .l-main__under_kv_inner--professional {
    padding: min(130px, 10.15625vw) 0 0 min(174px, 13.59375vw);
  }
  .l-main__under_kv_inner--managed {
    padding: min(164px, 12.8125vw) 0 0 min(174px, 13.59375vw);
  }
  .l-main__under_kv_ttl_img--about_us {
    width: min(287px, 22.421875vw);
  }
  .l-main__under_kv_ttl_img--our_service {
    width: min(379px, 29.609375vw);
  }
  .l-main__under_kv_ttl_img--maintenance {
    width: min(399px, 31.171875vw);
  }
  .l-main__under_kv_ttl_img--parts_delivery {
    width: min(448px, 35vw);
  }
  .l-main__under_kv_ttl_img--professional {
    width: min(378px, 29.53125vw);
  }
  .l-main__under_kv_ttl_img--managed {
    width: min(530px, 41.40625vw);
  }
  .l-main__under_kv_ttl_img--contact {
    width: min(254px, 19.84375vw);
  }
  .l-main__under_kv_ttl_img--parts_search {
    width: min(394px, 30.78125vw);
  }
  .l-main__under_kv_ttl_txt {
    margin-top: min(20px, 1.5625vw);
    font-size: min(16px, 1.25vw);
    line-height: 1.5;
  }
  .l-main__under_kv_ttl_txt--parts_delivery {
    margin-top: 0;
  }
  .l-main__under_kv_ttl_txt--managed {
    margin-top: 0;
  }
  .l-main__under_kv_left_pc_img {
    display: block;
    position: absolute;
    top: min(148px, 11.5625vw);
    left: min(13px, 1.015625vw);
    width: min(122.32px, 9.55625vw);
  }
  .l-main__under_kv_top_pc_img {
    display: block;
    position: absolute;
    top: min(49px, 3.828125vw);
    right: min(4px, 0.3125vw);
    width: min(724px, 56.5625vw);
  }
  .l-main__under_kv_unique {
    right: 0;
    bottom: min(96px, 7.5vw);
    width: min(448px, 35vw);
  }
  .l-nav {
    right: auto;
    bottom: auto;
    width: 100%;
    overflow: visible;
    -webkit-user-select: none;
    opacity: 0;
    pointer-events: none;
            user-select: none;
  }
  .l-nav.is-active {
    -webkit-user-select: none;
    opacity: 0;
    pointer-events: none;
            user-select: none;
  }
  .l-nav.is-scroll {
    -webkit-user-select: auto;
    opacity: 1;
    pointer-events: auto;
            user-select: auto;
  }
  .l-nav__wrap {
    position: absolute;
    top: min(20px, 1.5625vw);
    right: min(20px, 1.5625vw);
    width: fit-content;
    height: min(50px, 3.90625vw);
    padding: 0 0 0 min(47px, 3.671875vw);
    border: min(2px, 0.15625vw) solid #274F93;
    border-radius: 9999px;
    background-color: #ffffff;
  }
  .l-nav__logo {
    display: none;
  }
  .l-nav__hamburger {
    display: none;
  }
  .l-nav__sp_item {
    display: none;
  }
  .l-nav__pc_item {
    display: flex;
    position: relative;
    height: 100%;
  }
  .l-nav__pc_item_parent {
    position: relative;
  }
  .l-nav__pc_item_parent_btn::before, .l-nav__pc_item_parent_btn::after {
    transition: 0.4s;
  }
  .o-arrow__animate_wrap {
    right: max(-1.5px, -0.1171875vw);
    bottom: max(-1.5px, -0.1171875vw);
    width: min(40px, 3.125vw);
    height: min(40px, 3.125vw);
    border: min(3px, 0.234375vw) solid #274F93;
    transition: 0.4s;
  }
  .o-arrow__animate_arrow img {
    width: min(19.26px, 1.5046875vw);
  }
  .o-btn__base {
    min-width: min(256px, 20vw);
    min-height: min(69px, 5.390625vw);
    padding: min(7.5px, 0.5859375vw) min(7.5px, 0.5859375vw) min(7.5px, 0.5859375vw) 0;
  }
  .o-btn__base.is-type2 {
    min-width: min(356px, 27.8125vw);
  }
  .o-btn__base:hover {
    color: #274F93;
    opacity: 1;
  }
  .o-btn__base:hover::after {
    opacity: 1;
  }
  .o-btn__base:hover .o-btn__base_arrow {
    animation-duration: 0.4s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    animation-name: base_arrow;
  }
  .o-btn__base:hover .o-btn__base_arrow.is-next {
    animation-duration: 0.4s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    animation-name: base_next_arrow;
  }
  .o-btn__base--reverse {
    padding: min(7.5px, 0.5859375vw) 0 min(7.5px, 0.5859375vw) min(7.5px, 0.5859375vw);
  }
  .o-btn__base--reverse .o-btn__base_txt {
    padding: 0 min(40px, 3.125vw) 0 min(35px, 2.734375vw);
  }
  .o-btn__base--parts_search {
    min-width: min(213px, 16.640625vw);
    min-height: min(57px, 4.453125vw);
    padding: min(6.24px, 0.4875vw) min(6.66px, 0.5203125vw) min(6.24px, 0.4875vw) 0;
  }
  .o-btn__base_txt {
    padding: 0 min(35px, 2.734375vw) 0 min(40px, 3.125vw);
    font-size: min(16px, 1.25vw);
    line-height: 1.75;
  }
  .o-btn__base_txt.is-type2 {
    padding: 0 min(35px, 2.734375vw) 0 min(80px, 6.25vw);
  }
  .o-btn__base_arrow_wrap {
    width: min(54px, 4.21875vw);
    height: min(54px, 4.21875vw);
  }
  .o-btn__base_arrow_wrap--parts_search {
    width: min(44.93px, 3.51015625vw);
    height: min(44.93px, 3.51015625vw);
  }
  .o-btn__base_arrow img {
    width: min(26px, 2.03125vw);
  }
  .o-case__ttl {
    margin-top: min(48px, 3.75vw);
    font-size: min(20px, 1.5625vw);
    line-height: 1.2;
  }
  .o-case__industry {
    margin-top: min(16px, 1.25vw);
  }
  .o-case__industry > dt {
    min-width: min(86.42px, 6.7515625vw);
    font-size: min(15px, 1.171875vw);
    line-height: 1.82;
  }
  .o-case__industry > dd {
    margin-left: min(10px, 0.78125vw);
    font-size: min(15px, 1.171875vw);
    line-height: 1.82;
  }
  .o-case__task {
    margin-top: min(20px, 1.5625vw);
    padding: min(24px, 1.875vw) 0;
    border-top: 1px solid #274F93;
  }
  .o-case__task > dt {
    flex: 0 0 min(64px, 5vw);
    font-size: min(16px, 1.25vw);
    line-height: 1.4375;
  }
  .o-case__task > dd {
    flex: 0 0 min(829px, 64.765625vw);
    font-size: min(14px, 1.09375vw);
    line-height: 1.6428571429;
  }
  .o-case__task_list {
    gap: min(12px, 0.9375vw);
  }
  .o-case__task_list > li {
    padding: 0 min(28px, 2.1875vw);
    font-size: min(16px, 1.25vw);
    line-height: 1.5;
    letter-spacing: 0.07em;
  }
  .o-case__task_list > li::before {
    width: min(12px, 0.9375vw);
    height: min(12px, 0.9375vw);
  }
  .o-case__overview {
    padding: min(24px, 1.875vw) 0;
    border-top: 1px solid #C7ECF8;
  }
  .o-case__overview > dt {
    flex: 0 0 min(64px, 5vw);
    font-size: min(16px, 1.25vw);
    line-height: 1.4375;
  }
  .o-case__overview > dd {
    flex: 0 0 min(829px, 64.765625vw);
    font-size: min(14px, 1.09375vw);
    line-height: 1.6428571429;
  }
  .o-case__result {
    padding: min(40px, 3.125vw) min(40px, 3.125vw) min(40px, 3.125vw) 0;
    border-radius: min(20px, 1.5625vw);
  }
  .o-case__result > dt {
    flex: 0 0 min(64px, 5vw);
    font-size: min(16px, 1.25vw);
    line-height: 1.4375;
  }
  .o-case__result > dd {
    flex: 0 0 min(789px, 61.640625vw);
    font-size: min(14px, 1.09375vw);
    line-height: 1.6428571429;
  }
  .o-contact__item_wrap {
    max-width: min(600px, 46.875vw);
    margin: 0 auto;
    padding: min(20.32px, 1.5875vw) 0 min(60px, 4.6875vw);
    gap: min(24px, 1.875vw);
  }
  .o-contact__item_box--clm2 {
    gap: min(20px, 1.5625vw);
  }
  .o-contact__item_box_inner {
    gap: min(9px, 0.703125vw);
  }
  .o-contact__item_label_txt {
    font-size: min(16px, 1.25vw);
    line-height: 1.5;
  }
  .o-contact__item_label_required {
    margin-left: min(10px, 0.78125vw);
    padding: min(1px, 0.078125vw) min(14px, 1.09375vw);
    font-size: min(13px, 1.015625vw);
    line-height: 1.8461538462;
  }
  .o-contact__item_label_error {
    margin-left: min(18px, 1.40625vw);
    font-size: min(14px, 1.09375vw);
    line-height: 1.7142857143;
  }
  .o-contact__item_label_error--sp_full {
    flex: 0 0 auto;
    margin-top: 0;
    margin-left: min(18px, 1.40625vw);
  }
  .o-contact__item_input {
    margin-top: min(9px, 0.703125vw);
  }
  .o-contact__item_input--confirm {
    padding-left: min(16px, 1.25vw);
  }
  .o-contact__input_txt {
    padding: min(5.5px, 0.4296875vw) min(16px, 1.25vw);
    border: min(1px, 0.078125vw) solid #C7ECF8;
    border-radius: min(8px, 0.625vw);
    font-size: min(14px, 1.09375vw);
    line-height: 1.7142857143;
  }
  .o-contact__input_txt.is-error {
    border: min(1px, 0.078125vw) solid #FFAE40;
  }
  .o-contact__select {
    padding: min(5.5px, 0.4296875vw) min(36px, 2.8125vw) min(5.5px, 0.4296875vw) min(16px, 1.25vw);
    border: min(1px, 0.078125vw) solid #C7ECF8;
    border-radius: min(8px, 0.625vw);
    background-image: url(../img/common/icon_bottom_select_pc.svg);
    background-position: right min(17.75px, 1.38671875vw) center;
    background-size: min(12.25px, 0.95703125vw) auto;
    font-size: min(14px, 1.09375vw);
    line-height: 1.7142857143;
  }
  .o-contact__select.is-error {
    border: min(1px, 0.078125vw) solid #FFAE40;
  }
  .o-contact__txt_area {
    height: min(180px, 14.0625vw);
    padding: min(5.5px, 0.4296875vw) min(16px, 1.25vw);
    border: min(1px, 0.078125vw) solid #C7ECF8;
    border-radius: min(8px, 0.625vw);
    font-size: min(14px, 1.09375vw);
    line-height: 1.7142857143;
  }
  .o-contact__txt_area.is-error {
    border: min(1px, 0.078125vw) solid #FFAE40;
  }
  .o-contact__btn_wrap {
    flex-direction: row-reverse;
    gap: min(15px, 1.171875vw);
  }
  .o-hamburger {
    display: none;
  }
  .o-service_child__top_clm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: min(883px, 68.984375vw);
    margin: 0 0 0 auto;
  }
  .o-service_child__top_clm_img {
    flex: 0 0 min(300px, 23.4375vw);
    max-width: none;
    margin: 0;
  }
  .o-service_child__top_clm_img--parts_delivery {
    flex: 0 0 min(290px, 22.65625vw);
  }
  .o-service_child__top_clm_img--professional {
    flex: 0 0 min(290px, 22.65625vw);
  }
  .o-service_child__top_clm_img--managed {
    flex: 0 0 min(293px, 22.890625vw);
  }
  .o-service_child__top_clm_cnt {
    flex: 0 0 min(534px, 41.71875vw);
    margin-top: 0;
  }
  .o-service_child__top_clm_cnt > dt {
    font-size: min(20px, 1.5625vw);
    line-height: 1.2;
  }
  .o-service_child__top_clm_cnt > dd {
    margin-top: min(12px, 0.9375vw);
  }
  .o-service_child__features {
    margin-top: min(24px, 1.875vw);
  }
  .o-service_child__features_item_list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: min(32px, 2.5vw);
    gap: min(20px, 1.5625vw);
  }
  .o-service_child__features_item_list > li {
    min-height: 0;
    padding: min(30px, 2.34375vw) 0;
    border-radius: min(20px, 1.5625vw);
  }
  .o-service_child__features_item_img {
    max-width: min(123px, 9.609375vw);
  }
  .o-service_child__features_item_txt {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: min(46px, 3.59375vw);
    margin-top: min(12px, 0.9375vw);
    font-size: min(14px, 1.09375vw);
    line-height: 1.6428571429;
  }
  .o-service_child__case_studies {
    margin-top: min(72px, 5.625vw);
  }
  .o-service_child__other_services {
    margin-top: min(120px, 9.375vw);
  }
  .o-service_child__other_services_list {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: min(36px, 2.8125vw);
    gap: min(20px, 1.5625vw);
  }
  .o-service_child__other_services_list > li {
    flex: 0 0 min(297px, 23.203125vw);
  }
  .o-service_child__other_services_list > li > a {
    padding: min(24px, 1.875vw) min(45px, 3.515625vw) min(16px, 1.25vw) min(45px, 3.515625vw);
    border: min(3px, 0.234375vw) solid #274F93;
    border-radius: min(10px, 0.78125vw) min(10px, 0.78125vw) min(19px, 1.484375vw) min(10px, 0.78125vw);
    box-shadow: min(6px, 0.46875vw) min(6px, 0.46875vw) 0 #CDE1E8;
  }
  .o-service_child__other_services_list > li > a:hover {
    border: min(3px, 0.234375vw) solid #83E2A7;
    opacity: 1;
  }
  .o-service_child__other_services_list > li > a:hover .o-arrow__animate_wrap {
    border: min(3px, 0.234375vw) solid #83E2A7;
    background-color: #83E2A7;
  }
  .o-service_child__other_services_list > li > a:hover .o-arrow__animate_arrow {
    animation-duration: 0.4s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    animation-name: base_arrow;
  }
  .o-service_child__other_services_list > li > a:hover .o-arrow__animate_arrow--next {
    animation-duration: 0.4s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    animation-name: base_next_arrow;
  }
  .o-service_child__other_services_list_img {
    min-height: min(134.2px, 10.484375vw);
  }
  .o-service_child__other_services_list_img--maintenance img {
    width: min(122.64px, 9.58125vw);
  }
  .o-service_child__other_services_list_img--delivery img {
    width: min(99.35px, 7.76171875vw);
  }
  .o-service_child__other_services_list_img--professional img {
    width: min(118.77px, 9.27890625vw);
  }
  .o-service_child__other_services_list_img--managed img {
    width: min(146.68px, 11.459375vw);
  }
  .o-service_child__other_services_list_txt {
    min-height: min(48px, 3.75vw);
    margin-top: min(16px, 1.25vw);
    font-size: min(16px, 1.25vw);
    line-height: 1.5;
  }
  .o-ttl__dot {
    left: max(-35px, -2.734375vw);
    padding-left: min(35px, 2.734375vw);
  }
  .o-ttl__dot::before {
    width: min(15px, 1.171875vw);
    height: min(15px, 1.171875vw);
  }
  .o-ttl__dot--new_line_to_m {
    flex-direction: row;
    align-items: center;
  }
  .o-ttl__dot--new_line_to_m::before {
    top: 50%;
    transform: translate3d(0, -50%, 0);
  }
  .o-ttl__dot--new_line_to_m .o-ttl__dot_en {
    line-height: 2;
  }
  .o-ttl__dot--new_line_to_m .o-ttl__dot_jp {
    margin-top: 0;
    margin-left: min(10px, 0.78125vw);
  }
  .o-ttl__dot_en {
    font-size: min(40px, 3.125vw);
  }
  .o-ttl__dot_jp {
    margin-left: min(10px, 0.78125vw);
    font-size: min(14px, 1.09375vw);
  }
  .o-txt__base {
    font-size: min(14px, 1.09375vw);
    line-height: 1.6428571429;
  }
  .o-txt__base--lh48 {
    line-height: 1.6428571429;
  }
  .p-404__kv {
    left: max(-4px, -0.3125vw);
    max-width: min(600px, 46.875vw);
    margin: min(184px, 14.375vw) auto 0;
  }
  .p-404__main_ttl {
    margin-top: min(36px, 2.8125vw);
    font-size: min(16px, 1.25vw);
    line-height: 1.5;
  }
  .p-404__detail {
    margin-top: min(16px, 1.25vw);
  }
  .p-404__back_to_top {
    margin-top: min(40px, 3.125vw);
  }
  .p-about__logo {
    width: min(171px, 13.359375vw);
    margin-top: 0;
  }
  .p-about__intro {
    margin-top: min(30px, 2.34375vw);
    font-size: min(20px, 1.5625vw);
    line-height: 1.75;
  }
  .p-about__values {
    margin-top: min(80px, 6.25vw);
  }
  .p-about__values_list {
    max-width: min(890px, 69.53125vw);
    margin: min(20px, 1.5625vw) auto 0;
    gap: min(20px, 1.5625vw) min(20px, 1.5625vw);
  }
  .p-about__values_list > li {
    display: flex;
    align-items: center;
    min-height: min(220px, 17.1875vw);
    padding: min(34px, 2.65625vw) min(47px, 3.671875vw);
    border-radius: min(35px, 2.734375vw) min(20px, 1.5625vw) min(20px, 1.5625vw) min(20px, 1.5625vw);
  }
  .p-about__values_number {
    width: min(72px, 5.625vw);
    height: min(72px, 5.625vw);
    font-size: min(32px, 2.5vw);
  }
  .p-about__values_cnt > dt {
    font-size: min(16px, 1.25vw);
    line-height: 1.5;
  }
  .p-about__values_cnt > dd {
    margin-top: min(12px, 0.9375vw);
    font-size: min(14px, 1.09375vw);
    line-height: 1.6428571429;
  }
  .p-about__message {
    margin-top: min(90px, 7.03125vw);
  }
  .p-about__message_clm {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    max-width: min(930px, 72.65625vw);
    margin: 0 auto;
  }
  .p-about__message_clm_person {
    flex: 0 0 min(426px, 33.28125vw);
  }
  .p-about__message_clm_img {
    position: relative;
    right: max(-5px, -0.390625vw);
    width: 100%;
    margin: 0;
  }
  .p-about__message_clm_company {
    margin-top: max(-12px, -0.9375vw);
    font-size: min(14px, 1.09375vw);
    line-height: 1.6428571429;
  }
  .p-about__message_clm_name {
    margin-top: min(8px, 0.625vw);
    font-size: min(16px, 1.25vw);
    line-height: 1.5;
  }
  .p-about__message_clm_txt {
    flex: 0 0 min(466px, 36.40625vw);
    margin: min(16px, 1.25vw) 0 0;
    gap: min(23px, 1.796875vw);
  }
  .p-about__company {
    margin-top: min(80px, 6.25vw);
  }
  .p-about__company_intro {
    margin-top: min(16px, 1.25vw);
  }
  .p-about__company_border {
    margin-top: min(20px, 1.5625vw);
  }
  .p-about__company_border > li > dl > dt {
    flex: 0 0 min(175px, 13.671875vw);
    padding: min(24px, 1.875vw) 0;
    border-bottom: 1px solid #274F93;
    font-size: min(15px, 1.171875vw);
    line-height: 1.5333333333;
  }
  .p-about__company_border > li > dl > dd {
    flex: 0 0 min(725px, 56.640625vw);
    padding: min(24px, 1.875vw) 0;
    border-bottom: 1px solid #C7ECF8;
  }
  .p-about__gmap iframe {
    height: min(237px, 18.515625vw);
  }
  .p-index__kv {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    background-color: #FFFBE7;
  }
  .p-index__kv.is-active .p-index__kv_bg_white::before {
    animation-duration: 0.8s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    animation-name: kv_fade_up_pc;
  }
  .p-index__kv.is-active .p-index__kv_bg_img {
    animation-name: kv_fade_up_pc;
  }
  .p-index__kv.is-active .p-index__kv_person {
    animation-name: kv_fade_up_pc;
  }
  .p-index__kv.is-active .p-index__kv_cloud {
    animation-name: kv_fade_up_pc;
  }
  .p-index__kv.is-active .p-index__kv_txt {
    animation-name: kv_fade_up_txt_pc;
  }
  .p-index__kv.is-visited .p-index__kv_bg_white::before {
    opacity: 1;
  }
  .p-index__kv_inner {
    aspect-ratio: 1280/862;
    width: min(1280px, 100vw);
    height: auto;
    max-height: 100%;
    background-color: transparent;
  }
  .p-index__kv_bg_white {
    z-index: 1;
    position: absolute;
    bottom: 17.5%;
    left: 50%;
    width: 102vw;
    height: 100vh;
    transform: translate3d(-50%, 100%, 0);
  }
  .p-index__kv_bg_white::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    content: "";
    opacity: 0;
  }
  .p-index__kv_bg_img {
    aspect-ratio: 1280/515;
    height: 59.7447795824%;
  }
  .p-index__kv_bg_img img {
    position: absolute;
    bottom: 0;
    left: 50%;
    aspect-ratio: 2000/515;
    width: auto;
    height: 100%;
    transform: translate3d(-50%, 0, 0);
  }
  .p-index__kv_person {
    bottom: 0;
    aspect-ratio: 1280/490;
    height: 56.8445475638%;
  }
  .p-index__kv_person img {
    position: absolute;
    bottom: 0;
    left: 50%;
    aspect-ratio: 2000/490;
    width: auto;
    height: 100%;
    transform: translate3d(-50%, 0, 0);
  }
  .p-index__kv_cloud {
    top: 0;
    bottom: auto;
    left: 0;
    aspect-ratio: 1280/305;
    width: 100%;
    height: 35.3828306265%;
  }
  .p-index__kv_cloud img {
    position: absolute;
    bottom: 0;
    left: 50%;
    aspect-ratio: 2000/310;
    width: auto;
    height: 100%;
    transform: translate3d(-50%, 0, 0);
  }
  .p-index__kv_txt {
    container-type: inline-size;
    top: 0;
    bottom: auto;
    left: 0;
    aspect-ratio: 1280/247;
    width: 100%;
    height: 28.6542923434%;
  }
  .p-index__kv_txt_en {
    position: absolute;
    bottom: 0;
    left: 50%;
    aspect-ratio: 2000/247;
    width: auto;
    height: 100%;
    margin-left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .p-index__kv_txt_en img {
    position: absolute;
    bottom: 0;
    left: 50%;
    aspect-ratio: 2000/247;
    width: auto;
    height: 100%;
    transform: translate3d(-50%, 0, 0);
  }
  .p-index__kv_txt_jp {
    position: absolute;
    bottom: max(max(-34px, -2.65625vw), -3.9443155452vh);
    left: 50%;
    margin: 0;
    padding-right: min(min(12px, 0.9375vw), 1.3921113689vh);
    transform: translate3d(-50%, 100%, 0);
    font-size: min(min(18px, 1.40625vw), 2.0881670534vh);
    line-height: 1.1055555556;
    white-space: nowrap;
  }
  .p-index__about_us {
    padding: min(108px, 8.4375vw) 0 min(120px, 9.375vw);
    background-image: url(../img/top/our_service_top_wave_pc.png);
    background-size: min(1920px, 150vw) auto;
  }
  .p-index__about_us_wrap {
    display: flex;
    position: relative;
    max-width: min(1280px, 100vw);
    margin: 0 auto;
  }
  .p-index__about_us_ttl {
    width: min(367px, 28.671875vw);
    margin-top: min(22px, 1.71875vw);
    margin-left: min(194px, 15.15625vw);
  }
  .p-index__about_us_txt {
    flex: 0 0 min(529px, 41.328125vw);
    margin-top: 0;
    margin-left: min(42px, 3.28125vw);
    font-size: min(14px, 1.09375vw);
    line-height: 2;
  }
  .p-index__about_us_btn {
    position: absolute;
    top: min(125px, 9.765625vw);
    left: min(269px, 21.015625vw);
    margin-top: 0;
  }
  .p-index__our_service {
    background-image: url(../img/top/our_service_middle_wave_pc.png);
    background-position: center center;
    background-size: 1920px 1px;
    background-repeat: repeat-y;
  }
  .p-index__our_service_wrap {
    max-width: min(1280px, 100vw);
    margin: 0 auto;
    padding: min(64px, 5vw) 0 min(58px, 4.53125vw);
    background-color: transparent;
  }
  .p-index__our_service_icon_lt {
    top: max(-106px, -8.28125vw);
    left: min(75px, 5.859375vw);
    width: min(138.95px, 10.85546875vw);
  }
  .p-index__our_service_icon_rt {
    top: max(-129px, -10.078125vw);
    right: min(101.7px, 7.9453125vw);
    width: min(128.3px, 10.0234375vw);
  }
  .p-index__our_service_ttl {
    margin-left: min(128px, 10vw);
  }
  .p-index__our_service_ttl img {
    width: min(387px, 30.234375vw);
  }
  .p-index__sub_ttl {
    margin-top: min(18px, 1.40625vw);
    margin-left: min(6px, 0.46875vw);
    font-size: min(16px, 1.25vw);
    line-height: 1.5;
  }
  .p-index__sub_ttl.is-case_studies {
    margin-top: 0;
  }
  .p-index__sub_ttl--top_news {
    margin-top: min(12px, 0.9375vw);
    margin-left: 0;
    font-size: min(14px, 1.09375vw);
  }
  .p-index__our_service_list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    max-width: min(902px, 70.46875vw);
    margin: 0 auto;
    margin-top: min(42px, 3.28125vw);
    gap: min(50px, 3.90625vw);
  }
  .p-index__our_service_img {
    width: min(146.68px, 11.459375vw);
    height: min(148px, 11.5625vw);
  }
  .p-index__our_service_img img.is-maintenance {
    width: min(143px, 11.171875vw);
  }
  .p-index__our_service_img img.is-parts_delivery {
    width: min(109.59px, 8.56171875vw);
  }
  .p-index__our_service_img img.is-professional {
    width: min(131px, 10.234375vw);
  }
  .p-index__our_service_img img.is-managed {
    width: min(146.68px, 11.459375vw);
  }
  .p-index__our_service_txt {
    margin-top: min(12px, 0.9375vw);
  }
  .p-index__our_service_txt > dt {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 3em;
    font-size: min(16px, 1.25vw);
    line-height: 1.5;
  }
  .p-index__our_service_txt > dd {
    margin-top: min(12px, 0.9375vw);
    font-size: min(14px, 1.09375vw);
    line-height: 1.6428571429;
  }
  .p-index__our_service_btn {
    margin-top: min(55px, 4.296875vw);
  }
  .p-index__case_studies {
    padding-top: min(120px, 9.375vw);
    background-image: url(../img/top/our_service_bottom_wave_pc.png);
    background-size: min(1920px, 150vw) auto;
  }
  .p-index__case_studies_wrap {
    max-width: min(1280px, 100vw);
    margin: 0 auto;
    padding: min(58px, 4.53125vw) 0 min(135px, 10.546875vw);
  }
  .p-index__case_studies_icon_lt {
    display: block;
    position: absolute;
    top: min(8px, 0.625vw);
    left: min(100px, 7.8125vw);
    width: min(56.77px, 4.43515625vw);
  }
  .p-index__case_studies_icon_rt {
    top: max(-77px, -6.015625vw);
    right: min(102.16px, 7.98125vw);
    width: min(166.84px, 13.034375vw);
  }
  .p-index__case_studies_ttl {
    margin-left: min(128px, 10vw);
  }
  .p-index__case_studies_ttl img {
    width: min(475.16px, 37.121875vw);
  }
  .p-index__case_studies_list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    max-width: min(1002px, 78.28125vw);
    margin: min(76px, 5.9375vw) 0 0 min(128px, 10vw);
    gap: min(30px, 2.34375vw);
  }
  .p-index__case_studies_list > li > a {
    padding: min(20px, 1.5625vw) 0 min(60px, 4.6875vw);
    border: min(3px, 0.234375vw) solid #274F93;
    border-radius: min(10px, 0.78125vw) min(10px, 0.78125vw) min(19px, 1.484375vw) min(10px, 0.78125vw);
    box-shadow: min(6px, 0.46875vw) min(6px, 0.46875vw) 0px #CDE1E8;
  }
  .p-index__case_studies_list > li > a:hover {
    border: min(3px, 0.234375vw) solid #83E2A7;
    opacity: 1;
  }
  .p-index__case_studies_list > li > a:hover .o-arrow__animate_wrap {
    border: min(3px, 0.234375vw) solid #83E2A7;
    background-color: #83E2A7;
  }
  .p-index__case_studies_list > li > a:hover .o-arrow__animate_arrow {
    animation-duration: 0.4s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    animation-name: base_arrow;
  }
  .p-index__case_studies_list > li > a:hover .o-arrow__animate_arrow--next {
    animation-duration: 0.4s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    animation-name: base_next_arrow;
  }
  .p-index__case_studies_link_ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 4.5em;
    padding: 0 min(20px, 1.5625vw);
    font-size: min(16px, 1.25vw);
    line-height: 1.5;
  }
  .p-index__case_studies_link_cnt {
    display: grid;
    grid-template-columns: min(76px, 5.9375vw) 1fr;
    align-items: center;
    padding: 0 min(13px, 1.015625vw);
  }
  .p-index__case_studies_link_cnt > dt {
    margin-top: min(24px, 1.875vw);
  }
  .p-index__case_studies_link_cnt > dd {
    margin-top: min(24px, 1.875vw);
    padding-left: min(7px, 0.546875vw);
    font-size: min(13px, 1.015625vw);
    line-height: 1.3846153846;
  }
  .p-index__case_studies_link_cnt_bg {
    min-width: min(76px, 5.9375vw);
    min-height: min(26px, 2.03125vw);
    padding: min(1.5px, 0.1171875vw) min(8px, 0.625vw);
    font-size: min(13px, 1.015625vw);
    line-height: 1.8461538462;
  }
  .p-index__case_studies_arrow_wrap {
    right: max(-1.5px, -0.1171875vw);
    bottom: max(-1.5px, -0.1171875vw);
    width: min(40px, 3.125vw);
    height: min(40px, 3.125vw);
    border: min(3px, 0.234375vw) solid #274F93;
    transition: 0.4s;
  }
  .p-index__case_studies_arrow img {
    width: min(19.26px, 1.5046875vw);
  }
  .p-index__case_studies_rb {
    max-width: min(1280px, 100vw);
    margin: 0 auto;
  }
  .p-index__case_studies_rb img {
    top: max(-175px, -13.671875vw);
    right: min(3.05px, 0.23828125vw);
    width: min(413.95px, 32.33984375vw);
  }
  .p-index__parts_delivery {
    padding-bottom: min(5.5px, 0.4296875vw);
  }
  .p-index__parts_delivery_wrap {
    max-width: min(1280px, 100vw);
    margin: 0 auto;
  }
  .p-index__parts_delivery_ttl {
    margin-left: min(128px, 10vw);
    padding: 0;
  }
  .p-index__parts_delivery_ttl img {
    width: min(464px, 36.25vw);
    margin-bottom: max(-20px, -1.5625vw);
  }
  .p-index__parts_delivery_cnt {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    max-width: min(1020px, 79.6875vw);
    margin: min(60px, 4.6875vw) 0 0 min(128px, 10vw);
  }
  .p-index__parts_delivery_cnt_left {
    flex: 0 0 min(493px, 38.515625vw);
    padding: 0 min(47px, 3.671875vw) 0 0;
  }
  .p-index__parts_delivery_cnt_left > dt {
    font-size: min(20px, 1.5625vw);
    line-height: 1.2;
  }
  .p-index__parts_delivery_cnt_left > dd {
    margin-top: min(16px, 1.25vw);
    font-size: min(14px, 1.09375vw);
    line-height: 1.6428571429;
  }
  .p-index__parts_delivery_cnt_right {
    margin: 0;
  }
  .p-index__parts_delivery_cnt_right > li {
    width: min(127.39px, 9.95234375vw);
    height: min(127.39px, 9.95234375vw);
  }
  .p-index__parts_delivery_cnt_right > li:nth-child(2) {
    left: max(-14.4px, -1.125vw);
  }
  .p-index__parts_delivery_cnt_right > li:nth-child(3) {
    left: max(-28.8px, -2.25vw);
  }
  .p-index__parts_delivery_cnt_right > li:nth-child(4) {
    left: max(-43.2px, -3.375vw);
  }
  .p-index__parts_delivery_cnt_circle {
    font-size: min(16px, 1.25vw);
    line-height: 1.25;
  }
  .p-index__parts_delivery_quote {
    margin-top: min(40px, 3.125vw);
  }
  .p-index__parts_delivery_quote_txt {
    font-size: min(16px, 1.25vw);
    line-height: 1.5;
  }
  .p-index__parts_delivery_quote_btn {
    margin-top: min(8px, 0.625vw);
  }
  .p-index__news {
    margin-top: min(20px, 1.5625vw);
    padding: 0;
  }
  .p-index__news_wrap {
    max-width: min(1000px, 78.125vw);
    margin: 0 auto;
    padding: min(50px, 3.90625vw);
    border-radius: min(20px, 1.5625vw);
  }
  .p-index__news_ttl {
    flex: 0 0 min(125px, 9.765625vw);
  }
  .p-index__news_ttl img {
    width: min(75px, 5.859375vw);
  }
  .p-index__news_list {
    gap: min(26px, 2.03125vw);
  }
  .p-index__news_item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .p-index__news_item > dt {
    flex: 0 0 min(100px, 7.8125vw);
    font-size: min(14px, 1.09375vw);
  }
  .p-index__news_item > dd {
    flex: 0 0 auto;
    margin-top: 0;
    font-size: min(14px, 1.09375vw);
  }
  .p-parts-search__intro {
    margin-top: min(12px, 0.9375vw);
    font-size: min(15px, 1.171875vw);
    line-height: 1.7333333333;
  }
  .p-parts-search__form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-top: min(36px, 2.8125vw);
    padding: min(44px, 3.4375vw) 0 min(48px, 3.75vw);
    border-radius: min(20px, 1.5625vw);
  }
  .p-parts-search__form_clm {
    flex-direction: row;
    justify-content: center;
    gap: 0;
  }
  .p-parts-search__form_box {
    width: min(276px, 21.5625vw);
  }
  .p-parts-search__form_box select, .p-parts-search__form_box option {
    border: min(1px, 0.078125vw) solid #C7ECF8;
    font-size: min(14px, 1.09375vw);
    line-height: 1.7142857143;
  }
  .p-parts-search__form_box select {
    padding: min(6px, 0.46875vw) min(36px, 2.8125vw) min(6px, 0.46875vw) min(15px, 1.171875vw);
    border-radius: min(8px, 0.625vw);
    background-image: url(../img/common/icon_bottom_select_pc.svg);
    background-position: right min(17.75px, 1.38671875vw) center;
    background-size: min(12.25px, 0.95703125vw) auto;
  }
  .p-parts-search__form_box--first {
    margin-right: min(20px, 1.5625vw);
  }
  .p-parts-search__form_box--last {
    width: auto;
    margin-left: min(30px, 2.34375vw);
  }
  .p-parts-search__form_ttl {
    padding-bottom: min(8px, 0.625vw);
    font-size: min(16px, 1.25vw);
    line-height: 1.5;
  }
  .p-parts-search__form_ttl--state {
    padding-bottom: min(12px, 0.9375vw);
  }
  .p-parts-search__form_btn_group {
    margin-left: min(10px, 0.78125vw);
    gap: min(8px, 0.625vw);
  }
  .p-parts-search__form_btn_group--first {
    margin-left: 0;
  }
  .p-parts-search__form_checkbox_display {
    width: min(28px, 2.1875vw);
    height: min(28px, 2.1875vw);
    border: min(1.63px, 0.12734375vw) solid #C7ECF8;
    border-radius: min(4px, 0.3125vw);
    font-size: min(14px, 1.09375vw);
    line-height: 1.7142857143;
  }
  .p-parts-search__form_submit {
    margin-top: min(30px, 2.34375vw);
  }
  .p-parts-search__item_table_sp {
    display: none;
  }
  .p-parts-search__item_table_pc {
    display: table;
    width: 100%;
    max-width: min(1002px, 78.28125vw);
    margin: min(56px, 4.375vw) auto 0;
  }
  .p-parts-search__bottom {
    margin-top: min(56px, 4.375vw);
  }
  .p-parts-search__bottom_intro {
    font-size: min(16px, 1.25vw);
    line-height: 1.5;
  }
  .p-parts-search__bottom_btn {
    margin-top: min(26px, 2.03125vw);
  }
  .p-parts-search__error {
    padding: min(60px, 4.6875vw) 0 min(40px, 3.125vw);
    font-size: min(16px, 1.25vw);
  }
  .p-services__top_clm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: min(858px, 67.03125vw);
    margin: max(-20px, -1.5625vw) auto 0;
  }
  .p-services__top_clm_img {
    flex: 0 0 min(323px, 25.234375vw);
    width: 100%;
    margin: 0;
  }
  .p-services__top_clm_cnt {
    flex: 0 0 min(500px, 39.0625vw);
    margin-top: 0;
  }
  .p-services__top_clm_cnt > dt {
    font-size: min(20px, 1.5625vw);
    line-height: 1.2;
  }
  .p-services__top_clm_cnt > dd {
    margin-top: min(16px, 1.25vw);
  }
  .p-services__service_list {
    margin-top: min(56px, 4.375vw);
    gap: min(34px, 2.65625vw);
  }
  .p-services__service_list > li > a {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    min-height: min(248px, 19.375vw);
    padding: min(32px, 2.5vw) min(26px, 2.03125vw) min(32px, 2.5vw) min(45px, 3.515625vw);
    border: min(3px, 0.234375vw) solid #274F93;
    border-radius: min(10px, 0.78125vw) min(10px, 0.78125vw) min(19px, 1.484375vw) min(10px, 0.78125vw);
    box-shadow: min(6px, 0.46875vw) min(6px, 0.46875vw) 0 #CDE1E8;
  }
  .p-services__service_list > li > a:hover {
    border: min(3px, 0.234375vw) solid #83E2A7;
    opacity: 1;
  }
  .p-services__service_list > li > a:hover .o-arrow__animate_wrap {
    border: min(3px, 0.234375vw) solid #83E2A7;
    background-color: #83E2A7;
  }
  .p-services__service_list > li > a:hover .o-arrow__animate_arrow {
    animation-duration: 0.4s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    animation-name: base_arrow;
  }
  .p-services__service_list > li > a:hover .o-arrow__animate_arrow--next {
    animation-duration: 0.4s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    animation-name: base_next_arrow;
  }
  .p-services__service_list_img {
    min-height: 0;
  }
  .p-services__service_list_img--maintenance {
    flex: 0 0 min(143px, 11.171875vw);
  }
  .p-services__service_list_img--maintenance img {
    width: 100%;
  }
  .p-services__service_list_img--delivery {
    flex: 0 0 min(109.6px, 8.5625vw);
    margin-left: min(20px, 1.5625vw);
  }
  .p-services__service_list_img--delivery img {
    width: 100%;
  }
  .p-services__service_list_img--professional {
    flex: 0 0 min(131px, 10.234375vw);
    margin-left: min(11px, 0.859375vw);
  }
  .p-services__service_list_img--professional img {
    width: 100%;
  }
  .p-services__service_list_img--managed {
    flex: 0 0 min(146.68px, 11.459375vw);
    margin-left: min(4px, 0.3125vw);
  }
  .p-services__service_list_img--managed img {
    width: 100%;
  }
  .p-services__service_list_cnt {
    flex: 0 0 min(188px, 14.6875vw);
    margin-top: 0;
  }
  .p-services__service_list_ttl {
    font-size: min(16px, 1.25vw);
    line-height: 1.5;
  }
  .p-services__service_list_detail {
    margin-top: min(12px, 0.9375vw);
  }
  .p-thanks__main_ttl {
    margin-top: min(24px, 1.875vw);
    font-size: min(20px, 1.5625vw);
    line-height: 1.2;
  }
  .p-thanks__intro {
    margin-top: min(40px, 3.125vw);
  }
  .p-thanks__back_to_top {
    margin-top: min(52px, 4.0625vw);
  }
}
@media (min-width: 376px){
  .visible_to_xs {
    display: none !important;
  }
}
@media (min-width: 751px){
  .visible_to_s {
    display: none !important;
  }
  .visible_s {
    display: block !important;
  }
}
@media (min-width: 1025px){
  .visible_to_l {
    display: none !important;
  }
  .visible_l {
    display: block !important;
  }
}
@media (min-width: 1280px){
  .visible_to_xl {
    display: none !important;
  }
  .visible_xl {
    display: block !important;
  }
}
@media (min-width: 1441px){
  .visible_to_xxl {
    display: none !important;
  }
  .visible_xxl {
    display: block !important;
  }
}
@media (min-width: 1921px){
  .visible_to_xxxl {
    display: none !important;
  }
  .visible_xxxl {
    display: block !important;
  }
}