/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/* 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 {
  line-height: inherit;
  margin: 0;
}

/* 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  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-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

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

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/**
 * 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-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * 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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * 1. 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * 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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 200 300 400 500 700;
  src: url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@200;300;400;500;700&display=swap");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300 400 500 700 900;
  src: url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");
}
@font-face {
  font-family: "JetBrains Mono";
  font-style: normal;
  font-weight: 300 400 800;
  src: url("https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@300;400;800&display=swap");
}
@-webkit-keyframes marquee {
  from {
    -webkit-transform: translate(0%);
            transform: translate(0%);
  }
  99%, to {
    -webkit-transform: translate(-100%);
            transform: translate(-100%);
  }
}
@keyframes marquee {
  from {
    -webkit-transform: translate(0%);
            transform: translate(0%);
  }
  99%, to {
    -webkit-transform: translate(-100%);
            transform: translate(-100%);
  }
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  font-size: 6.25%;
}

@media screen and (max-width: 767.98px) {
  .vw-l {
    display: none !important;
  }
  body {
    position: relative;
    padding-top: calc(60 * 0.2564102564vw);
    font-size: 16rem;
    font-weight: 300;
    font-family: YakuHanJP, "Noto Sans JP", sans-serif;
    padding-bottom: calc(70 * 0.2564102564vw);
  }
  p {
    line-height: 1.5;
  }
  .link-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    height: calc(60 * 0.2564102564vw);
    margin: 0 auto;
    color: #0053CF;
    border: 1px solid #0053CF;
    border-radius: calc(60 * 0.2564102564vw);
    overflow: hidden;
    background-color: #F8F8F8;
  }
  .link-btn.-s {
    width: calc(calc(100vw - calc(30 * 0.2564102564vw)) * 8 / 12);
  }
  .link-btn.-l {
    width: calc(calc(100vw - calc(30 * 0.2564102564vw)) * 12 / 12);
    text-align: center;
  }
  .link-btn span {
    -webkit-transition: 0.6s;
    transition: 0.6s;
    z-index: 1;
  }
  .link-btn::before {
    -webkit-transition: cubic-bezier(0.22, 1, 0.36, 1) 0.8s;
    transition: cubic-bezier(0.22, 1, 0.36, 1) 0.8s;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 0;
    height: 100%;
    background: #0053CF;
  }
  .link-btn:hover span {
    color: #FFFFFF;
  }
  .link-btn:hover::before {
    width: 100%;
  }
  .link-txt {
    color: #0080FF;
    text-decoration: underline;
  }
  .link-txt:hover {
    text-decoration: none;
  }
  .link-bnr {
    display: inline-block;
    border: 1px solid #061427;
  }
  .ui_drawer_toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    width: calc(60 * 0.2564102564vw);
    height: calc(60 * 0.2564102564vw);
    cursor: pointer;
  }
  .ui_drawer_toggle ._icon {
    position: relative;
    width: 20px;
    height: 2px;
    background: #0053CF;
  }
  .ui_drawer_toggle ._icon::before, .ui_drawer_toggle ._icon::after {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 2px;
    background: #0053CF;
  }
  .ui_drawer_toggle ._icon::before {
    bottom: 6px;
  }
  .ui_drawer_toggle ._icon::after {
    top: 6px;
  }
  .ui_drawer_toggle.is-active ._icon {
    height: 0;
  }
  .ui_drawer_toggle.is-active ._icon::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    bottom: -1px;
  }
  .ui_drawer_toggle.is-active ._icon::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: -1px;
  }
  .ui_drawer_body {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    position: fixed;
    top: calc(60 * 0.2564102564vw);
    right: calc(calc(390 * 0.2564102564vw) * -1);
    z-index: 999;
    width: calc(390 * 0.2564102564vw);
    height: calc(100vh - calc(60 * 0.2564102564vw));
    background: #FFFFFF;
    overflow-y: scroll;
  }
  .ui_drawer_body.is-active {
    right: 0;
  }
  .ui_accordion_head {
    cursor: pointer;
  }
  .ui_accordion_body {
    -webkit-transition: 0.6s;
    transition: 0.6s;
    overflow: hidden;
  }
  .ui_modal_open {
    display: inline-block;
    cursor: pointer;
  }
  .ui_modal_body {
    -webkit-transition: opacity ease 0.3s;
    transition: opacity ease 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    opacity: 0;
    position: fixed;
    top: calc(-99999 * 0.2564102564vw);
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
  }
  .ui_modal_body.is-opened {
    opacity: 1;
    top: 0;
  }
  .ui_modal_bg {
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    opacity: 0.7;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #061427;
  }
  .ui_modal_content {
    position: relative;
    z-index: 2;
    background: #FFFFFF;
  }
  .ui_modal_close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: calc(-50 * 0.2564102564vw);
    right: 0;
    z-index: 2;
    width: calc(50 * 0.2564102564vw);
    height: calc(50 * 0.2564102564vw);
    padding-bottom: calc(10 * 0.2564102564vw);
    color: #FFFFFF;
    font-size: calc(50 * 0.2564102564vw);
    font-weight: 200;
    cursor: pointer;
  }
  .gheader {
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
    background: #FFFFFF;
    -webkit-box-shadow: 0 calc(2 * 0.2564102564vw) calc(6 * 0.2564102564vw) 0 rgba(0, 83, 207, 0.16);
            box-shadow: 0 calc(2 * 0.2564102564vw) calc(6 * 0.2564102564vw) 0 rgba(0, 83, 207, 0.16);
  }
  .gheader_pri {
    height: calc(60 * 0.2564102564vw);
  }
  .gheader_pri .gheader_contact {
    display: none;
  }
  .gheader_sec {
    display: none;
  }
  .gheader_sitelogo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
  .gheader_sitelogo svg {
    fill: #13447F;
    width: calc(180 * 0.2564102564vw);
    -webkit-transform: translateX(calc(15 * 0.2564102564vw));
            transform: translateX(calc(15 * 0.2564102564vw));
    -webkit-transform-origin: center left;
            transform-origin: center left;
  }
  .gheader_contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: calc(30 * 0.2564102564vw);
  }
  .gheader_contact_tel {
    font-weight: 500;
    margin-top: calc(30 * 0.2564102564vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .gheader_contact_tel p {
    font-size: 16rem;
    line-height: 1.3;
  }
  .gheader_contact_tel a {
    font-family: "Roboto", sans-serif;
    font-size: 30rem;
    font-weight: 600;
    line-height: 1;
  }
  .gheader_contact_tel small {
    font-size: 12rem;
    display: block;
    text-align: center;
  }
  .gheader_contact_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(10 * 0.2564102564vw);
  }
  .gheader_contact_menu a {
    -webkit-transition: cubic-bezier(0.22, 1, 0.36, 1) 0.4s;
    transition: cubic-bezier(0.22, 1, 0.36, 1) 0.4s;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: calc(75 * 0.2564102564vw);
    color: #FFFFFF;
  }
  .gheader_contact_menu a div {
    position: absolute;
    color: #FFFFFF;
    width: 70%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: calc(7 * 0.2564102564vw);
  }
  .gheader_contact_menu a div span {
    height: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .gheader_contact_menu a div ._icon {
    background-color: #fff;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    width: calc(30 * 0.2564102564vw);
    position: relative;
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
    top: calc(2 * 0.2564102564vw);
  }
  .gheader_contact_menu a::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transition: cubic-bezier(0.22, 1, 0.36, 1) 0.4s;
    transition: cubic-bezier(0.22, 1, 0.36, 1) 0.4s;
  }
  .gheader_contact ._parts ._icon {
    -webkit-mask-image: url(/src/img/icon_mail.svg);
            mask-image: url(/src/img/icon_mail.svg);
  }
  .gheader_contact ._parts::after {
    background-color: #0053CF;
  }
  .gheader_contact ._parts:hover {
    border: 1px solid #0053CF;
  }
  .gheader_contact ._parts:hover span {
    color: #0053CF;
  }
  .gheader_contact ._parts:hover ._icon {
    background-color: #0053CF;
  }
  .gheader_contact ._parts:hover::after {
    background-color: #FFFFFF;
  }
  .gheader_contact ._repair ._icon {
    -webkit-mask-image: url(/src/img/icon_repair.svg);
            mask-image: url(/src/img/icon_repair.svg);
  }
  .gheader_contact ._repair::after {
    background-color: #061427;
  }
  .gheader_contact ._repair:hover {
    border: 1px solid #061427;
  }
  .gheader_contact ._repair:hover span {
    color: #061427;
  }
  .gheader_contact ._repair:hover ._icon {
    background-color: #061427;
  }
  .gheader_contact ._repair:hover::after {
    background-color: #FFFFFF;
  }
  .gheader_contact ._ec span {
    color: #061427;
  }
  .gheader_contact ._ec ._icon {
    -webkit-mask-image: url(/src/img/icon_ec.svg);
            mask-image: url(/src/img/icon_ec.svg);
    background-color: #061427;
  }
  .gheader_contact ._ec::after {
    background-color: #FFD814;
  }
  .gheader_contact ._ec:hover {
    border: 1px solid #FFD814;
  }
  .gheader_contact ._ec:hover span {
    color: #FFD814;
  }
  .gheader_contact ._ec:hover ._icon {
    background-color: #FFD814;
  }
  .gheader_contact ._ec:hover::after {
    background-color: #FFFFFF;
  }
  ._gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(30 * 0.2564102564vw);
    padding: calc(30 * 0.2564102564vw);
  }
  ._gnav_item {
    width: 100%;
    line-height: 1;
    font-weight: 500;
  }
  ._gnav_item:hover {
    color: #0053CF;
  }
  .scrolltop {
    display: none;
  }
  .fixed {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: calc(70 * 0.2564102564vw);
    z-index: 49;
    background-color: #fff;
    -webkit-box-shadow: 0 0 calc(3 * 0.2564102564vw) 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 calc(3 * 0.2564102564vw) 0 rgba(0, 0, 0, 0.2);
  }
  .fixed .contact {
    width: 100%;
    height: calc(70 * 0.2564102564vw);
  }
  .fixed .contact_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .fixed .contact_list ._item {
    width: 25%;
    height: calc(70 * 0.2564102564vw);
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    background-color: #fff;
  }
  .fixed .contact_list ._item_in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 10rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    width: 80%;
    height: 100%;
    margin: 0 auto;
  }
  .fixed .contact_list ._item_in::before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 50;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  .fixed .contact_list ._item_in ._txt {
    height: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .fixed .contact_list ._item_in ._img {
    height: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .fixed .contact_list ._item_in:hover::before {
    background-color: rgba(255, 255, 255, 0.5);
  }
  .fixed .contact_list ._item:not(:last-child) {
    border-right: 1px solid #D7E1EC;
  }
  .fixed .contact_list ._item.ec ._img {
    position: relative;
    top: calc(3 * 0.2564102564vw);
  }
  .gfooter {
    margin-top: calc(50 * 0.2564102564vw);
    color: #FFFFFF;
    background: #061427;
  }
  .gfooter_in {
    width: calc(calc(100vw - calc(30 * 0.2564102564vw)) * 12 / 12);
    margin: 0 auto;
    padding: calc(25 * 0.2564102564vw) 0;
  }
  .gfooter_pri {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(30 * 0.2564102564vw);
  }
  .gfooter_pri_sitelogo svg {
    fill: #FFFFFF;
    width: calc(180 * 0.2564102564vw);
  }
  .gfooter_pri_sitemap {
    display: none;
  }
  .gfooter_pri_contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: calc(calc(100vw - calc(30 * 0.2564102564vw)) * 8 / 12);
    height: calc(75 * 0.2564102564vw);
    background: #0053CF;
  }
  .gfooter_pri_contact:hover {
    width: calc(calc(100vw - calc(30 * 0.2564102564vw)) * 2.2 / 12);
  }
  .gfooter_sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: calc(10 * 0.2564102564vw);
    width: calc(calc(100vw - calc(30 * 0.2564102564vw)) * 12 / 12);
    margin: calc(15 * 0.2564102564vw) auto 0;
  }
  .gfooter_sec [role=listitem] {
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    display: inline-block;
    opacity: 0.6;
    font-size: 11rem;
    font-weight: 300;
    line-height: 1;
  }
  .gfooter_sec [role=listitem]:hover {
    opacity: 0.8;
  }
  .gfooter_copyright {
    text-align: center;
    margin-top: calc(20 * 0.2564102564vw);
    font-size: 10rem;
  }
  .gfooter_productsite {
    background-color: #EDF1F8;
    padding: calc(20 * 0.2564102564vw) 0;
  }
  .gfooter_productsite_in {
    width: calc(calc(100vw - calc(30 * 0.2564102564vw)) * 12 / 12);
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #13447F;
    font-weight: normal;
    font-size: 12rem;
    text-align: left;
    gap: calc(15 * 0.2564102564vw);
  }
  .gfooter_productsite_logo {
    width: calc(120 * 0.2564102564vw);
  }
  .gfooter_productsite_logo img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .gfooter_productsite p {
    line-height: 1.3;
  }
  .page_ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: calc(30 * 0.2564102564vw) calc(30 * 0.2564102564vw);
    font-size: calc(30 * 0.2564102564vw);
    font-weight: 700;
    text-align: center;
  }
  .page_ttl + .page_sec .page_sec_ttl {
    padding-top: 0;
  }
  .page_sec_in {
    width: calc(calc(100vw - calc(30 * 0.2564102564vw)) * 12 / 12);
    margin: 0 auto;
  }
  .page_sec_ttl {
    padding: calc(30 * 0.2564102564vw) 0 calc(30 * 0.2564102564vw);
    font-size: 24rem;
    font-weight: 600;
  }
  .hidden {
    position: absolute;
    left: calc(-9999 * 0.2564102564vw);
  }
  .module_parts_txt {
    text-align: left;
  }
  .module_parts_txt ._link {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    color: #0080FF;
  }
  .module_parts_txt ._link:hover {
    color: #0053CF;
  }
  .module_parts_cont {
    margin-top: calc(40 * 0.2564102564vw);
    margin-bottom: calc(50 * 0.2564102564vw);
  }
  .module_parts_cont_in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: calc(30 * 0.2564102564vw);
  }
  .module_parts_block {
    width: 100%;
  }
  .module_parts_block h3 {
    font-size: 20rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: calc(15 * 0.2564102564vw);
  }
  .module_parts_block .entry_list {
    font-size: 12rem;
    padding-left: calc(10 * 0.2564102564vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(15 * 0.2564102564vw);
  }
  .module_parts_block .entry_item {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .module_parts_block .entry_item::before {
    content: "";
    background: url(/src/img/icon_arrow_triangle.svg) no-repeat center/contain;
    width: 0.7em;
    height: 0.7em;
    margin-right: 0.5em;
    opacity: 0.6;
  }
  .module_parts_block .entry_item:hover {
    text-decoration: underline;
  }
  .module_parts_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: calc(20 * 0.2564102564vw);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .module_parts_list ._item {
    border-left: calc(5 * 0.2564102564vw) solid black;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(75, 75, 75, 0.1);
            box-shadow: 0px 0px 8px 0px rgba(75, 75, 75, 0.1);
    width: 100%;
    padding-block: calc(20 * 0.2564102564vw);
  }
  .module_parts_list ._name {
    font-size: 14rem;
    padding-bottom: calc(5 * 0.2564102564vw);
    border-bottom: 1px solid #D7D7D7;
    font-weight: bold;
    padding-left: calc(10 * 0.2564102564vw);
    margin-bottom: calc(15 * 0.2564102564vw);
  }
  .module_parts_list ._txt {
    margin-top: calc(10 * 0.2564102564vw);
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .module_parts_list ._thumb {
    width: calc(90 * 0.2564102564vw);
    height: calc(94 * 0.2564102564vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .module_parts_list ._thumb img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .module_parts_list.col2 ._thumb {
    width: calc(90 * 0.2564102564vw);
    height: calc(94 * 0.2564102564vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .module_parts_list.col2 ._thumb img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .module_parts_list.col3 ._thumb {
    width: calc(90 * 0.2564102564vw);
    height: calc(58 * 0.2564102564vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .module_parts_list.col3 ._thumb img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .module_parts_about {
    margin-bottom: calc(20 * 0.2564102564vw);
  }
  .module_parts_about_in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #EDF1F8;
    padding: calc(20 * 0.2564102564vw) calc(20 * 0.2564102564vw);
  }
  .module_parts_about p {
    font-weight: bold;
    font-size: 14rem;
    border-bottom: 1px solid #D7D7D7;
    padding-bottom: calc(5 * 0.2564102564vw);
    padding-left: calc(10 * 0.2564102564vw);
    margin-bottom: calc(15 * 0.2564102564vw);
  }
  .module_parts_bnr {
    height: auto;
    margin: calc(30 * 0.2564102564vw) auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: calc(20 * 0.2564102564vw);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(calc(100vw - calc(30 * 0.2564102564vw)) * 12 / 12);
  }
  .module_parts_bnr a {
    width: 100%;
    -webkit-box-shadow: 0 0 0 calc(1 * 0.2564102564vw) #D7E1EC;
            box-shadow: 0 0 0 calc(1 * 0.2564102564vw) #D7E1EC;
    overflow: hidden;
    -webkit-transition: cubic-bezier(0.22, 1, 0.36, 1) 0.6s;
    transition: cubic-bezier(0.22, 1, 0.36, 1) 0.6s;
  }
  .module_parts_bnr a img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .module_parts_bnr a:hover {
    -webkit-box-shadow: 0 0 0 calc(3 * 0.2564102564vw) #0053CF;
            box-shadow: 0 0 0 calc(3 * 0.2564102564vw) #0053CF;
  }
  .module_parts_block[data-cat-id=carservice-air] h3 {
    color: #CF0E45;
  }
  .module_parts_block[data-cat-id=carservice-air] .module_parts_list ._item {
    border-color: #CF0E45;
  }
  .module_parts_block[data-cat-id=carservice-oil] h3 {
    color: #CF0E45;
  }
  .module_parts_block[data-cat-id=carservice-oil] .module_parts_list ._item {
    border-color: #CF0E45;
  }
  .module_parts_block[data-cat-id=freongasexchanger] h3 {
    color: #CF0E45;
  }
  .module_parts_block[data-cat-id=freongasexchanger] .module_parts_list ._item {
    border-color: #CF0E45;
  }
  .module_parts_block[data-cat-id=greasegun] h3 {
    color: #D18708;
  }
  .module_parts_block[data-cat-id=greasegun] .module_parts_list ._item {
    border-color: #D18708;
  }
  .module_parts_block[data-cat-id=diaphragm] h3 {
    color: #0294C9;
  }
  .module_parts_block[data-cat-id=diaphragm] .module_parts_list ._item {
    border-color: #0294C9;
  }
  .home_heroheader {
    position: relative;
    height: calc(250 * 0.2564102564vw);
    background: #061427;
  }
  .home_heroheader_img {
    width: 100%;
    height: calc(250 * 0.2564102564vw);
    margin: 0 auto;
  }
  .home_heroheader_img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    -o-object-position: right 21% top 50%;
       object-position: right 21% top 50%;
  }
  .home_heroheader_txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    color: #FFFFFF;
    font-size: calc(18 * 0.2564102564vw);
    font-weight: 600;
    font-family: serif;
    text-align: center;
    line-height: 2;
  }
  .home_heroheader_vid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: #061427;
  }
  .home_heroheader_vid video {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .home_heroheader .splide {
    opacity: 0.6;
    width: 100%;
    height: calc(390 * 0.2564102564vw);
    margin: 0 auto;
  }
  .home_heroheader .splide__slide {
    height: calc(390 * 0.2564102564vw);
    background: #EDF1F8;
  }
  .home_heroheader .splide__slide img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .home_heroheader .splide__slide:nth-of-type(1) {
    background: orange;
  }
  .home_heroheader .splide__slide:nth-of-type(2) {
    background: pink;
  }
  .home_heroheader .splide__slide:nth-of-type(3) {
    background: skyblue;
  }
  .home_section_in {
    width: calc(calc(100vw - calc(30 * 0.2564102564vw)) * 12 / 12);
    margin: 0 auto;
  }
  .home_parts {
    background: #F8F8F8;
    padding: calc(60 * 0.2564102564vw) 0 calc(30 * 0.2564102564vw);
  }
  .home_parts_ttl {
    font-size: calc(24 * 0.2564102564vw);
    font-weight: 700;
    text-align: center;
  }
  .home_parts_ttl_sub {
    display: block;
    text-align: center;
    margin-top: calc(8 * 0.2564102564vw);
    margin-bottom: calc(10 * 0.2564102564vw);
    font-size: calc(12 * 0.2564102564vw);
    font-family: "JetBrains Mono", monospace;
  }
  .home_parts_txt {
    text-align: left;
    margin-top: calc(10 * 0.2564102564vw);
  }
  .home_parts_txt ._link {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    color: #0080FF;
  }
  .home_parts_txt ._link:hover {
    color: #0053CF;
  }
  .home_repair {
    background: url(/src/img/home_repair_bg.webp) no-repeat center/cover;
    padding: calc(60 * 0.2564102564vw) 0 calc(30 * 0.2564102564vw);
    color: #FFFFFF;
    width: 100%;
  }
  .home_repair_ttl {
    font-size: calc(24 * 0.2564102564vw);
    font-weight: 700;
    text-align: center;
  }
  .home_repair_ttl_sub {
    display: block;
    text-align: center;
    margin-top: calc(8 * 0.2564102564vw);
    font-size: calc(12 * 0.2564102564vw);
    font-family: "JetBrains Mono", monospace;
  }
  .home_repair_txt {
    text-align: left;
    margin: calc(10 * 0.2564102564vw) auto calc(20 * 0.2564102564vw);
  }
  .home_repair .link-btn {
    margin: 0 auto;
  }
  .home_services {
    margin: calc(30 * 0.2564102564vw) auto;
  }
  .home_services_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: calc(10 * 0.2564102564vw);
    width: calc(calc(100vw - calc(30 * 0.2564102564vw)) * 12 / 12);
    margin: 0 auto;
  }
  .home_services_list ._item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: ease 0.3s, opacity cubic-bezier(0.22, 1, 0.36, 1) 2.4s;
    transition: ease 0.3s, opacity cubic-bezier(0.22, 1, 0.36, 1) 2.4s;
    opacity: 0;
    gap: calc(40 * 0.2564102564vw);
    width: 100%;
    height: calc(80 * 0.2564102564vw);
    background: #FFFFFF;
    -webkit-box-shadow: inset 0 0 calc(1 * 0.2564102564vw) 0 #061427;
            box-shadow: inset 0 0 calc(1 * 0.2564102564vw) 0 #061427;
    position: relative;
  }
  .home_services_list ._item:after {
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
    content: "";
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: inset 0 0 0 calc(3 * 0.2564102564vw) #0053CF;
            box-shadow: inset 0 0 0 calc(3 * 0.2564102564vw) #0053CF;
  }
  .home_services_list ._item_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc(60 * 0.2564102564vw);
    height: calc(60 * 0.2564102564vw);
    position: relative;
  }
  .home_services_list ._item_img img {
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    height: 100%;
    position: absolute;
  }
  .home_services_list ._item_ttl {
    width: calc(130 * 0.2564102564vw);
  }
  .home_services_list ._item_ttl_main {
    margin-top: calc(0 * 0.2564102564vw);
    font-size: calc(16 * 0.2564102564vw);
    font-weight: 500;
    text-align: center;
    line-height: 1.4;
  }
  .home_services_list ._item_ttl_sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: calc(60 * 0.2564102564vw);
    height: calc(24 * 0.2564102564vw);
    color: #061427;
    font-size: calc(12 * 0.2564102564vw);
    font-family: "JetBrains Mono", monospace;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
    top: inherit;
    margin: 0 auto;
  }
  .home_services_list ._item:nth-of-type(2) {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  .home_services_list ._item:nth-of-type(3) {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .home_services_list ._item:hover:after {
    opacity: 1;
  }
  .home_services_list ._item:hover img:nth-of-type(2) {
    opacity: 0;
  }
  .home_services_list ._item:hover img {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  .home_services_list ._item:hover ._item_ttl_main {
    color: #0053CF;
  }
  .home_services_list ._item:hover ._item_ttl_sub {
    color: #0053CF;
  }
  .home_services.aos-animate .home_services_list ._item:nth-of-type(1), .home_services.aos-animate .home_services_list ._item:nth-of-type(2), .home_services.aos-animate .home_services_list ._item:nth-of-type(3), .home_services.aos-animate .home_services_list ._item:nth-of-type(4) {
    opacity: 1;
  }
  .home_about, .home_recruit {
    position: relative;
  }
  .home_about ._img, .home_recruit ._img {
    -webkit-transition: cubic-bezier(0.22, 1, 0.36, 1) 1.2s;
    transition: cubic-bezier(0.22, 1, 0.36, 1) 1.2s;
    opacity: 1;
    width: 100%;
    height: calc(250 * 0.2564102564vw);
    background: pink;
  }
  .home_about ._img img, .home_recruit ._img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    width: 100%;
    height: 100%;
  }
  .home_about_in, .home_recruit_in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    width: calc(calc(100vw - calc(30 * 0.2564102564vw)) * 12 / 12);
    margin: 0 auto;
  }
  .home_about ._desc, .home_recruit ._desc {
    -webkit-transition: cubic-bezier(0.22, 1, 0.36, 1) 1.2s;
    transition: cubic-bezier(0.22, 1, 0.36, 1) 1.2s;
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
    opacity: 1;
    width: calc(calc(100vw - calc(30 * 0.2564102564vw)) * 12 / 12);
    margin-top: calc(-40 * 0.2564102564vw);
    padding: calc(35 * 0.2564102564vw) calc(30 * 0.2564102564vw);
    background: #FFFFFF;
    -webkit-box-shadow: 0 0 0 1px #EDF1F8;
            box-shadow: 0 0 0 1px #EDF1F8;
    margin-bottom: calc(30 * 0.2564102564vw);
  }
  .home_about ._desc_ttl_main, .home_recruit ._desc_ttl_main {
    font-size: calc(20 * 0.2564102564vw);
    font-weight: 600;
    text-align: center;
  }
  .home_about ._desc_ttl_sub, .home_recruit ._desc_ttl_sub {
    display: block;
    text-align: center;
    margin-top: calc(8 * 0.2564102564vw);
    font-size: calc(12 * 0.2564102564vw);
    font-family: "JetBrains Mono", monospace;
  }
  .home_about ._desc_txt, .home_recruit ._desc_txt {
    margin-top: calc(15 * 0.2564102564vw);
    color: #747880;
    font-size: 16rem;
    text-align: justify;
  }
  .home_about ._desc_txt p, .home_recruit ._desc_txt p {
    line-height: 1.6;
  }
  .home_about ._desc .link-btn, .home_recruit ._desc .link-btn {
    margin: calc(30 * 0.2564102564vw) auto 0;
  }
  .home_news {
    width: calc(calc(100vw - calc(30 * 0.2564102564vw)) * 12 / 12);
    margin: calc(60 * 0.2564102564vw) auto;
    display: -ms-grid;
    display: grid;
  }
  .home_news_ttl {
    font-size: 24rem;
    font-weight: 600;
    text-align: center;
  }
  .home_news_ttl_sub {
    font-size: calc(12 * 0.2564102564vw);
    opacity: 0.8;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-family: "JetBrains Mono", monospace;
    margin-top: calc(8 * 0.2564102564vw);
    margin-bottom: calc(10 * 0.2564102564vw);
    text-align: center;
  }
  .home_news_btn {
    margin: calc(30 * 0.2564102564vw) auto 0;
  }
  .home_news_list {
    width: calc(calc(100vw - calc(30 * 0.2564102564vw)) * 12 / 12);
    margin-top: calc(0 * 0.2564102564vw);
    border-top: 1px solid #D7E1EC;
  }
  .home_news_list ._item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: calc(70 * 0.2564102564vw);
    padding: 0 calc(10 * 0.2564102564vw);
    font-size: 14rem;
    border-bottom: 1px solid #D7E1EC;
  }
  .home_news_list ._item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1em;
  }
  .home_news_list ._item a:hover {
    color: #0053CF;
  }
  .home_news_list ._item_date {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-top: calc(1 * 0.2564102564vw);
    font-family: "Roboto", sans-serif;
  }
  .home_news_list ._item_ttl {
    line-height: 1.4;
  }
  .products {
    background-color: #F8F8F8;
  }
  .products_categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(calc(100vw - calc(30 * 0.2564102564vw)) * 12 / 12);
    margin: 0 auto;
    border-top: 1px solid #D7E1EC;
  }
  .products_categories_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    height: calc(90 * 0.2564102564vw);
    border: 1px solid #FFFFFF;
    border-radius: calc(6 * 0.2564102564vw);
    border-bottom: 1px solid #D7E1EC;
  }
  .products_categories_item ._img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: calc(60 * 0.2564102564vw);
    height: calc(60 * 0.2564102564vw);
    background: #FFFFFF;
    border-radius: 4px;
  }
  .products_categories_item ._img img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 90%;
    height: 90%;
  }
  .products_categories_item ._ttl {
    margin-left: calc(15 * 0.2564102564vw);
  }
  .products_categories_item:hover {
    color: #0053CF;
  }
  .products_list {
    width: calc(calc(100vw - calc(30 * 0.2564102564vw)) * 12 / 12);
    padding: calc(30 * 0.2564102564vw) calc(20 * 0.2564102564vw);
  }
  .products_list_ttl {
    font-size: 20rem;
    font-weight: 700;
  }
  .products_list_body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(15 * 0.2564102564vw);
    margin-top: calc(15 * 0.2564102564vw);
  }
  .products_list_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .products_list_item ._img {
    width: calc(50 * 0.2564102564vw);
    height: calc(50 * 0.2564102564vw);
    margin-right: calc(10 * 0.2564102564vw);
    background: pink;
  }
  .products_list_item ._ttl {
    margin-top: calc(10 * 0.2564102564vw);
    font-size: 14rem;
    font-weight: 400;
    text-align: center;
  }
  .products_list_item:hover ._ttl {
    color: #0053CF;
  }
  .products_parts_cat {
    width: 100%;
  }
  .product-details .page_sec a:hover {
    text-decoration: underline;
  }
  .product-details .page_sec a img:hover {
    opacity: 0.7;
  }
  .product-details .gfooter {
    margin-top: 0;
  }
  .product-details .back {
    display: none;
  }
  .product-details_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .product-details_types {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: calc(calc(100vw - calc(30 * 0.2564102564vw)) * 12 / 12);
  }
  .product-details_types ._item {
    opacity: 0.4;
    width: calc(calc(100vw - calc(30 * 0.2564102564vw)) * 3 / 12);
    padding: calc(10 * 0.2564102564vw) 0;
  }
  .product-details_types ._item_img {
    width: 100%;
    height: calc(calc(100vw - calc(30 * 0.2564102564vw)) * 2.5 / 12);
  }
  .product-details_types ._item_img img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    height: 100%;
  }
  .product-details_types ._item_ttl {
    padding: calc(10 * 0.2564102564vw) calc(7 * 0.2564102564vw) 0;
    font-size: 11rem;
    font-weight: 600;
    text-align: center;
  }
  .product-details_types ._item.is-active {
    opacity: 1;
    -webkit-box-shadow: inset 0 0 0 2px #0053CF;
            box-shadow: inset 0 0 0 2px #0053CF;
  }
  .product-details .parts_button tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product-details .parts_button tr td:nth-of-type(2n) {
    width: 0% !important;
  }
  .product-details .parts_button tr td:nth-of-type(2n+1) {
    width: 50% !important;
  }
  .product-details .parts_button tr td img {
    width: 90%;
    height: auto;
  }
  .product-details .parts_graph {
    overflow: scroll;
    width: 100%;
  }
  .product-details_figure {
    width: calc(calc(100vw - calc(30 * 0.2564102564vw)) * 12 / 12);
    margin: calc(30 * 0.2564102564vw) auto 0;
    border: 1px solid #D7E1EC;
  }
  .product-details_figure img {
    width: 100%;
  }
  .product-details_partslist table {
    width: 100%;
    border: 1px solid #D7E1EC;
  }
  .product-details_partslist table tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #D7E1EC;
  }
  .product-details_partslist table tbody tr:first-of-type {
    color: #747880;
    background: #EDF1F8;
    border-top: none;
  }
  .product-details_partslist table tbody tr:first-of-type td {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: calc(50 * 0.2564102564vw);
    padding: 0 calc(10 * 0.2564102564vw);
    font-size: 12rem;
    font-weight: 400;
    border-right: 1px solid #D7E1EC;
  }
  .product-details_partslist table tbody tr:first-of-type td:nth-of-type(1) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc(50 * 0.2564102564vw);
    padding: 0;
  }
  .product-details_partslist table tbody tr:first-of-type td:nth-of-type(2) {
    width: calc(100 * 0.2564102564vw);
  }
  .product-details_partslist table tbody tr:first-of-type td:last-of-type {
    width: auto;
    border-right: none;
  }
  .product-details_partslist table tbody td {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto !important;
    padding: calc(15 * 0.2564102564vw) calc(10 * 0.2564102564vw);
    font-size: 14rem;
    border-right: 1px solid #D7E1EC;
  }
  .product-details_partslist table tbody td:nth-of-type(1) {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc(50 * 0.2564102564vw) !important;
  }
  .product-details_partslist table tbody td:nth-of-type(2) {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: calc(100 * 0.2564102564vw) !important;
  }
  .product-details_partslist table tbody td:last-of-type {
    border-right: none;
  }
  .product-details_contact {
    margin: calc(15 * 0.2564102564vw) auto;
  }
  .product-details_contact .link-btn {
    width: calc(calc(100vw - calc(30 * 0.2564102564vw)) * 12 / 12);
    margin-top: calc(30 * 0.2564102564vw);
  }
  .product-details_contact .link-bnr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 100%;
    height: calc(120 * 0.2564102564vw);
    margin-top: calc(30 * 0.2564102564vw);
    color: #FFFFFF;
    background: url(/src/img/product-details_repair_s@2x.webp) center right no-repeat;
    background-size: cover;
    border: none;
  }
  .product-details_contact .link-bnr span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    margin-left: calc(90 * 0.2564102564vw);
    font-size: calc(20 * 0.2564102564vw);
    font-weight: 600;
    line-height: 1.4;
    text-shadow: 0 0 calc(6 * 0.2564102564vw) rgba(6, 20, 39, 0.2);
  }
  .product-details_contact .link-bnr span::before {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    content: "";
    display: block;
    position: absolute;
    left: calc(-45 * 0.2564102564vw);
    width: calc(30 * 0.2564102564vw);
    height: calc(30 * 0.2564102564vw);
    background: calc(12 * 0.2564102564vw) center no-repeat #FFFFFF;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="7.924" height="14" viewBox="0 0 7.924 14"><path id="icon_arrow-alt" d="M7,14,0,7,7,0l.924.925L1.849,7l6.075,6.075Z" transform="translate(7.924 14) rotate(180)" fill="%23061427"/></svg>');
    border-radius: 100%;
  }
  .product-details_contact .link-bnr:hover {
    border-color: #0053CF;
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
  .product-details_contact .link-bnr:hover span {
    color: #0053CF;
  }
  .product-details_contact .link-bnr:hover span::before {
    background-color: #0053CF;
  }
  .repair h2 {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .repair h2::before, .repair h2::after {
    content: "";
    height: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    background-color: #ccc;
  }
  .repair h2::before {
    margin-right: 24rem;
  }
  .repair h2::after {
    margin-left: 24rem;
  }
  .repair_faq_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(15 * 0.2564102564vw);
  }
  .repair_faq_item_head {
    padding: calc(15 * 0.2564102564vw);
    background: #EDF1F8;
  }
  .repair_faq_item_body {
    padding: calc(15 * 0.2564102564vw);
  }
  .repair_faq_item_txt:nth-of-type(1) {
    margin-bottom: calc(15 * 0.2564102564vw);
  }
  .repair_faq_item_txt:nth-of-type(2) {
    margin-bottom: calc(25 * 0.2564102564vw);
  }
  .repair_faq_item_txt span {
    font-weight: bold;
    color: red;
  }
  .repair_faq_item_txt a:hover {
    color: #0053CF;
  }
  .repair_process_img {
    text-align: center;
  }
  .repair_process_img img {
    width: 100%;
  }
  .repair_process_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .repair_process_list ._item {
    position: relative;
  }
  .repair_process_list ._item_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: calc(10 * 0.2564102564vw);
  }
  .repair_process_list ._item_head_num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(30 * 0.2564102564vw);
    height: calc(30 * 0.2564102564vw);
    color: #FFFFFF;
    font-size: 14rem;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    background: #061427;
    border-radius: 100%;
  }
  .repair_process_list ._item_head_box {
    padding-left: calc(20 * 0.2564102564vw);
  }
  .repair_process_list ._item_head_ttl {
    margin-top: calc(2 * 0.2564102564vw);
    font-weight: 600;
    text-align: center;
    line-height: 1.4;
  }
  .repair_process_list ._item_head_target {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(50 * 0.2564102564vw);
    height: calc(18 * 0.2564102564vw);
    padding: 0 0 1px 0;
    color: #FFFFFF;
    font-size: 11rem;
    background: #061427;
    border-radius: calc(3 * 0.2564102564vw);
  }
  .repair_process_list ._item_head_target.-your {
    background-color: #FFBF0F;
  }
  .repair_process_list ._item_head_target.-our {
    background-color: #0053CF;
  }
  .repair_process_list ._item_body {
    padding: calc(5 * 0.2564102564vw) 0 calc(20 * 0.2564102564vw) calc(60 * 0.2564102564vw);
    color: #747880;
    font-size: 12rem;
    text-align: justify;
  }
  .repair_process_list ._item::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(18 * 0.2564102564vw);
    left: calc(23 * 0.2564102564vw);
    z-index: -1;
    width: calc(4 * 0.2564102564vw);
    height: 100%;
    background: #061427;
  }
  .repair_process_list ._item:last-of-type::after {
    display: none;
  }
  .faq .wrapper {
    -webkit-transition: opacity, ease, 0.4s;
    transition: opacity, ease, 0.4s;
    opacity: 0;
  }
  .faq .wrapper.is-visible {
    opacity: 1;
  }
  .faq .page_sec:first-of-type .page_sec_ttl {
    padding-top: 0;
  }
  .faq .nav_ttl {
    display: block;
    font-size: 16rem;
  }
  .faq .nav_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: calc(20 * 0.2564102564vw);
    padding: calc(30 * 0.2564102564vw) 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .faq .nav_box_item {
    width: calc(calc(100vw - calc(30 * 0.2564102564vw)) * 11 / 12);
  }
  .faq .nav_link {
    width: calc(calc(100vw - calc(30 * 0.2564102564vw)) * 11 / 12);
    display: block;
    font-size: 16rem;
    text-align: center;
    padding: calc(10 * 0.2564102564vw);
    cursor: pointer;
    background-color: #EDF1F8;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  .faq .nav_link:hover {
    -webkit-box-shadow: 0 0 0 1px #D7E1EC;
            box-shadow: 0 0 0 1px #D7E1EC;
  }
  .faq .ui_accordion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(10 * 0.2564102564vw);
  }
  .faq .ui_accordion ._item {
    background: #EDF1F8;
    border-radius: calc(6 * 0.2564102564vw);
    overflow: hidden;
  }
  .faq .ui_accordion_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    padding: calc(15 * 0.2564102564vw);
    padding-right: calc(30 * 0.2564102564vw);
  }
  .faq .ui_accordion_head::after {
    content: "";
    display: block;
    position: absolute;
    right: calc(15 * 0.2564102564vw);
    width: calc(8 * 0.2564102564vw);
    height: calc(8 * 0.2564102564vw);
    border-top: 2px solid #061427;
    border-right: 2px solid #061427;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .faq .ui_accordion_head.is-active::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .faq .ui_accordion_body {
    -webkit-box-shadow: 0 1px 0 0 #D7E1EC inset;
            box-shadow: 0 1px 0 0 #D7E1EC inset;
  }
  .faq .ui_accordion_body ._in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: calc(15 * 0.2564102564vw);
  }
  .faq .ui_accordion_body ._in_box h4 {
    margin: calc(30 * 0.2564102564vw) 0 calc(10 * 0.2564102564vw);
    font-weight: 600;
  }
  .faq .ui_accordion_body ._in_box table {
    width: 100%;
  }
  .faq .ui_accordion_body ._in_box table tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(10 * 0.2564102564vw);
  }
  .faq .ui_accordion_body ._in_box table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #FFFFFF;
  }
  .faq .ui_accordion_body ._in_box table tr:last-of-type {
    border-bottom: none;
  }
  .faq .ui_accordion_body ._in_box table tr td {
    padding: calc(15 * 0.2564102564vw);
    font-size: 14rem;
  }
  .faq .ui_accordion_body ._in_box table tr td:nth-of-type(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 0;
    font-size: 16rem;
    font-weight: 700;
  }
  .faq .ui_accordion_body ._in_box table tr td:nth-of-type(2) {
    padding-top: calc(10 * 0.2564102564vw);
  }
  .faq .ui_accordion_body ._in_box_anot {
    color: #747880;
    font-size: 12rem;
  }
  .faq .ui_accordion_body ._in_box:first-of-type {
    margin-top: 0;
  }
  .faq .ui_accordion_body ._in_box:first-of-type h4 {
    margin-top: 0;
  }
  .location_map_in {
    position: relative;
    width: calc(calc(100vw - calc(30 * 0.2564102564vw)) * 12 / 12);
    margin: 0 auto;
  }
  .location_map_img {
    display: none;
  }
  .location_map_points {
    display: none;
  }
  .location_map_cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-top: 1px solid #D7E1EC;
  }
  .location_map_cards ._item {
    border-bottom: 1px solid #D7E1EC;
  }
  .location_map_cards ._item_in {
    padding: calc(20 * 0.2564102564vw) calc(15 * 0.2564102564vw);
  }
  .location_map_cards ._item_ttl {
    margin-bottom: calc(5 * 0.2564102564vw);
    font-weight: 600;
  }
  .location_map_cards ._item_txt {
    font-size: 14rem;
  }
  .location_map_cards ._item_txt div {
    line-height: 1.4;
  }
  .location_map_cards ._item_txt p {
    margin: calc(5 * 0.2564102564vw) 0 calc(3 * 0.2564102564vw);
    line-height: 1.4;
  }
  .company_img {
    width: calc(calc(100vw - calc(30 * 0.2564102564vw)) * 12 / 12);
    height: calc(calc(100vw - calc(30 * 0.2564102564vw)) * 6 / 12);
    margin: 0 auto;
    background: pink;
  }
  .company_img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .company_outline {
    width: calc(calc(100vw - calc(30 * 0.2564102564vw)) * 12 / 12);
    margin: calc(15 * 0.2564102564vw) auto 0;
  }
  .company_outline img {
    width: 100%;
    height: 100%;
  }
  .company_outline table {
    width: 100%;
    border-top: 1px solid #D7E1EC;
  }
  .company_outline table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(15 * 0.2564102564vw);
    height: auto !important;
    padding: calc(20 * 0.2564102564vw) calc(15 * 0.2564102564vw);
    border-bottom: 1px solid #D7E1EC;
  }
  .company_outline table tr td {
    width: auto !important;
    height: auto !important;
  }
  .company_outline table tr td:nth-of-type(1) {
    font-weight: 600;
  }
  .company_outline table tr td:nth-of-type(2) {
    padding-left: calc(15 * 0.2564102564vw);
    line-height: 1.4;
  }
  .company_outline table ol {
    list-style-type: decimal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5em;
    padding-left: 1.3em;
  }
  .company_map {
    border-bottom: 1px solid #D7E1EC;
    padding: calc(15 * 0.2564102564vw) calc(0 * 0.2564102564vw) calc(25 * 0.2564102564vw) 0;
  }
  .company_map_in {
    width: 100%;
    height: calc(300 * 0.2564102564vw);
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .company_map iframe {
    width: 100%;
    height: calc(300 * 0.2564102564vw);
  }
  .company_map:last-child {
    border-bottom: none;
  }
  .company_history {
    width: calc(calc(100vw - calc(30 * 0.2564102564vw)) * 12 / 12);
    margin: 0 auto;
  }
  .company_history_ttl {
    padding: calc(90 * 0.2564102564vw) 0 calc(60 * 0.2564102564vw);
    font-size: calc(26 * 0.2564102564vw);
    font-weight: 600;
    text-align: center;
  }
  .company_history table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    padding: 0 0 calc(20 * 0.2564102564vw) calc(20 * 0.2564102564vw);
    font-size: calc(16 * 0.2564102564vw);
  }
  .company_history table tr td:nth-of-type(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: calc(120 * 0.2564102564vw);
    font-weight: 600;
    line-height: 1.5;
  }
  .company_history table tr td:nth-of-type(2) {
    margin-top: calc(5 * 0.2564102564vw);
  }
  .company_history table tr::before {
    content: "";
    display: block;
    position: absolute;
    top: calc(6 * 0.2564102564vw);
    left: 0;
    width: calc(10 * 0.2564102564vw);
    height: calc(10 * 0.2564102564vw);
    background: #061427;
    border-radius: 100%;
  }
  .company_history table tr::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(10 * 0.2564102564vw);
    left: calc(4 * 0.2564102564vw);
    width: calc(2 * 0.2564102564vw);
    height: 100%;
    background: #061427;
  }
  .company_history table tr:last-of-type {
    padding-bottom: 0;
  }
  .company_history table tr:last-of-type::after {
    display: none;
  }
  .about .gfooter {
    margin-top: 0;
  }
  .about_body {
    padding: calc(50 * 0.2564102564vw) 0;
    background: url(/src/img/about_body_bg.webp) center #061427;
    background-size: cover;
    overflow: hidden;
  }
  .about_body_in {
    width: calc(calc(100vw - calc(30 * 0.2564102564vw)) * 11 / 12);
    margin: 0 auto;
  }
  .about_body_box {
    -webkit-transition: cubic-bezier(0.22, 1, 0.36, 1) 1.5s;
    transition: cubic-bezier(0.22, 1, 0.36, 1) 1.5s;
    opacity: 0;
  }
  .about_body_box_ttl {
    padding: calc(60 * 0.2564102564vw) 0 calc(30 * 0.2564102564vw);
    text-align: center;
    line-height: 1;
  }
  .about_body_box_ttl ._main {
    font-size: 64rem;
    font-family: "JetBrains Mono", monospace;
    font-weight: 800;
  }
  .about_body_box_ttl ._sub {
    margin-top: calc(5 * 0.2564102564vw);
    font-weight: 600;
  }
  .about_body_box_txt {
    padding: 0 calc(50 * 0.2564102564vw) calc(50 * 0.2564102564vw);
    font-size: 14rem;
    text-align: justify;
  }
  .about_body_box._skill {
    -webkit-transform: translateX(calc(90 * 0.2564102564vw));
            transform: translateX(calc(90 * 0.2564102564vw));
    color: #061427;
    background: #FFFFFF;
  }
  .about_body_box._trust {
    -webkit-transform: translateX(calc(-90 * 0.2564102564vw));
            transform: translateX(calc(-90 * 0.2564102564vw));
    color: #FFFFFF;
    background: #061427;
  }
  .about_body .aos-animate ._skill {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .about_body .aos-animate ._trust {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .recruit_desc table {
    width: 100%;
    font-size: 14rem;
    border-top: 1px solid #D7E1EC;
  }
  .recruit_desc table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #D7E1EC;
  }
  .recruit_desc table th, .recruit_desc table td {
    padding: calc(30 * 0.2564102564vw) calc(10 * 0.2564102564vw);
    line-height: 1.5;
  }
  .recruit_desc table th {
    width: calc(calc(100vw - calc(30 * 0.2564102564vw)) * 3 / 12);
    background: #EDF1F8;
  }
  .calendar_body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: calc(20 * 0.2564102564vw);
    width: calc(calc(100vw - calc(30 * 0.2564102564vw)) * 12 / 12);
    margin: 0 auto;
  }
  .calendar_body ._item {
    width: 100%;
    margin: 0 auto;
  }
  .calendar_body ._month {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: calc(50 * 0.2564102564vw);
    padding: 0 calc(10 * 0.2564102564vw);
    font-family: "Roboto", sans-serif;
  }
  .calendar_body ._month hgroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .calendar_body ._month hgroup ._main {
    font-size: calc(24 * 0.2564102564vw);
    font-weight: 600;
  }
  .calendar_body ._month hgroup ._sub {
    margin-left: calc(10 * 0.2564102564vw);
    font-size: 14rem;
    font-weight: 500;
  }
  .calendar_body ._days {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: calc(14 * 0.2564102564vw);
    font-weight: 400;
    line-height: 1;
  }
  .calendar_body ._days div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 14.2857142857%;
    height: calc(30 * 0.2564102564vw);
    background: rgb(40, 40, 40);
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
  }
  .calendar_body ._days div:first-of-type {
    background-color: rgb(200, 20, 50);
  }
  .calendar_body ._days div:last-of-type {
    background-color: #13447f;
  }
  .calendar_body ._dates {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[7];
    grid-template-columns: repeat(7, 1fr);
    width: 100%;
    margin: 0 auto;
    padding-bottom: calc(15 * 0.2564102564vw);
  }
  .calendar_body ._dates div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: calc(30 * 0.2564102564vw);
    font-size: calc(14 * 0.2564102564vw);
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    background: rgb(244, 244, 244);
    border: 1px solid #FFFFFF;
  }
  .calendar_body ._dates div[data-day=Sun]:first-of-type {
    -ms-grid-column: 1;
        grid-column-start: 1;
  }
  .calendar_body ._dates div[data-day=Mon]:first-of-type {
    -ms-grid-column: 2;
        grid-column-start: 2;
  }
  .calendar_body ._dates div[data-day=Tue]:first-of-type {
    -ms-grid-column: 3;
        grid-column-start: 3;
  }
  .calendar_body ._dates div[data-day=Wed]:first-of-type {
    -ms-grid-column: 4;
        grid-column-start: 4;
  }
  .calendar_body ._dates div[data-day=Thu]:first-of-type {
    -ms-grid-column: 5;
        grid-column-start: 5;
  }
  .calendar_body ._dates div[data-day=Fri]:first-of-type {
    -ms-grid-column: 6;
        grid-column-start: 6;
  }
  .calendar_body ._dates div[data-day=Sat]:first-of-type {
    -ms-grid-column: 7;
        grid-column-start: 7;
  }
  .calendar_body ._dates div.is-holiday {
    background-color: rgba(230, 10, 60, 0.1);
  }
  .calendar_body ._dates div.is-holiday span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(24 * 0.2564102564vw);
    height: calc(24 * 0.2564102564vw);
    padding-top: calc(1.5 * 0.2564102564vw);
    color: rgb(220, 20, 60);
    font-size: calc(13 * 0.2564102564vw);
    font-weight: 500;
  }
  .policy_body {
    width: calc(calc(100vw - calc(30 * 0.2564102564vw)) * 12 / 12);
    margin: 0 auto;
  }
  .policy_body h2 {
    margin-bottom: 0.5em;
    font-size: 24rem;
    font-weight: 700;
    line-height: 1.4;
  }
  .policy_body h3 {
    margin: 1.5em 0 0.8em 0;
    font-size: 20rem;
    font-weight: 700;
    line-height: 1.4;
  }
  .policy_body p {
    line-height: 1.6;
  }
  .policy_body * + p {
    margin-top: 1.5em;
  }
  .policy_body a {
    color: #0053CF;
  }
  .policy_body a:hover {
    text-decoration: underline;
  }
  .policy_body ul {
    list-style-type: disc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1em;
    padding-left: 1.2em;
  }
  .policy_body ol {
    list-style-type: decimal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1em;
    padding-left: 1.2em;
  }
  .policy_body li {
    line-height: 1.6;
    padding-left: 0.5em;
  }
  .policy_body hr {
    margin: calc(30 * 0.2564102564vw) 0;
  }
  .news_list {
    width: calc(calc(100vw - calc(30 * 0.2564102564vw)) * 12 / 12);
    margin: 0 auto;
    border-top: 1px solid #D7E1EC;
  }
  .news_list ._item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: calc(70 * 0.2564102564vw);
    padding: 0 calc(20 * 0.2564102564vw);
    font-size: 14rem;
    border-bottom: 1px solid #D7E1EC;
  }
  .news_list ._item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1em;
  }
  .news_list ._item a:hover {
    color: #0053CF;
  }
  .news_list ._item_date {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-top: calc(1 * 0.2564102564vw);
    font-family: "Roboto", sans-serif;
  }
  .news_list ._item_ttl {
    line-height: 1.4;
  }
  .news-article article {
    width: calc(calc(100vw - calc(30 * 0.2564102564vw)) * 12 / 12);
    margin: 0 auto;
  }
  .news-article_headding {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    position: relative;
    width: 100%;
    padding: calc(40 * 0.2564102564vw) 0 calc(20 * 0.2564102564vw);
    margin: 0 auto;
  }
  .news-article_headding::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(calc(100vw - calc(30 * 0.2564102564vw)) * 2 / 12);
    height: 1px;
    background: #061427;
  }
  .news-article_ttl {
    font-size: 30rem;
    font-weight: 700;
  }
  .news-article_date {
    color: #747880;
    font-size: 14rem;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
  }
  .news-article_body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5em;
    margin-top: calc(30 * 0.2564102564vw);
  }
  .news-article_body a:hover {
    text-decoration: none !important;
  }
  .news-article_pager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: calc(calc(100vw - calc(30 * 0.2564102564vw)) * 12 / 12);
    margin: calc(30 * 0.2564102564vw) auto 0;
    padding-top: calc(30 * 0.2564102564vw);
    border-top: 1px solid #D7E1EC;
  }
  .news-article_pager ._item {
    width: 100%;
  }
  .news-article_pager ._item_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-weight: 400;
  }
  .news-article_pager ._item_link span {
    color: #747880;
    font-size: 12rem;
  }
  .news-article_pager ._item_link b {
    display: inline-block;
    margin-top: calc(3 * 0.2564102564vw);
    font-size: 14rem;
    font-weight: 400;
  }
  .news-article_pager ._item_link:hover {
    color: #0053CF;
  }
  .news-article_pager ._item.-prev {
    padding-right: calc(30 * 0.2564102564vw);
  }
  .news-article_pager ._item.-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-left: calc(30 * 0.2564102564vw);
  }
  .news-article_pager ._item.-next ._item_link {
    text-align: right;
  }
  .recruit_form .label_sec {
    margin-top: 0 !important;
  }
  .recruit_form .label_in_file {
    margin-top: 20px;
  }
  .recruit_form .label_in_note {
    margin-top: 20px;
  }
  .recruit_form .label_txt_file {
    padding-top: 15px;
  }
  .recruit_form .label_txt_note {
    padding-top: 15px;
  }
  .recruit_form .label_txt input[name=BirthYear] {
    width: 70%;
  }
  .recruit_form .label_txt input[name=Clip1] {
    margin-top: 10px;
    height: 50% !important;
  }
  .recruit_form .label_ttl_note {
    line-height: 1.5;
  }
  .recruit_form .label_ttl_note .br {
    margin-left: 35px;
  }
  .error {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .error_in {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: calc(calc(100vw - calc(30 * 0.2564102564vw)) * 12 / 12);
    margin: auto;
  }
  .error_in .page_ttl {
    height: auto;
  }
  .error_in .page_ttl_sub {
    margin-top: calc(10 * 0.2564102564vw);
  }
  .error_in .txt {
    margin: calc(40 * 0.2564102564vw) auto calc(40 * 0.2564102564vw);
  }
  .error_in .link-btn {
    margin: 0 auto;
  }
  .error .gfooter {
    margin-top: calc(60 * 0.2564102564vw);
  }
  .contact_lead {
    width: calc(calc(100vw - calc(30 * 0.2564102564vw)) * 12 / 12);
    margin: 0 auto calc(30 * 0.2564102564vw);
  }
  .contact_lead span {
    color: red;
  }
  .contact_lead .label {
    background-color: #CF2B15;
    color: #fff;
    border-radius: calc(3 * 0.2564102564vw);
    padding: calc(2 * 0.2564102564vw) calc(4 * 0.2564102564vw);
    text-align: center;
    font-size: 12rem;
    display: inline-block;
    margin: 0 calc(5 * 0.2564102564vw);
  }
  .contact_lead p {
    margin-bottom: calc(15 * 0.2564102564vw);
  }
}
@media screen and (min-width: 768px) {
  .vw-s {
    display: none !important;
  }
  body {
    min-width: calc(1080px * 13 / 12);
    padding-top: calc(135 * 1px);
    font-size: 16rem;
    font-weight: 300;
    font-family: YakuHanJP, "Noto Sans JP", sans-serif;
    overflow-x: auto;
  }
  p {
    line-height: 1.5;
  }
  .link-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    height: calc(60 * 1px);
    color: #0053CF;
    font-size: 18rem;
    font-weight: 500;
    -webkit-box-shadow: inset 0 0 0 2px #0053CF;
            box-shadow: inset 0 0 0 2px #0053CF;
    border-radius: calc(60 * 1px);
    overflow: hidden;
  }
  .link-btn.-s {
    width: calc(1080px * 2 / 12);
  }
  .link-btn.-l {
    width: calc(1080px * 4 / 12);
  }
  .link-btn span {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    z-index: 1;
  }
  .link-btn::before {
    -webkit-transition: cubic-bezier(0.22, 1, 0.36, 1) 0.6s;
    transition: cubic-bezier(0.22, 1, 0.36, 1) 0.6s;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 0;
    height: 100%;
    background: #0053CF;
  }
  .link-btn:hover span {
    color: #FFFFFF;
  }
  .link-btn:hover::before {
    width: 100%;
  }
  .link-btn.-alt {
    color: #FFFFFF;
    font-size: 18rem;
    background: #0053CF;
    border: none;
  }
  .link-btn.-alt::before {
    background: rgba(6, 20, 39, 0.4);
  }
  .link-btn.-alt:hover::before {
    width: 100%;
  }
  .link-txt {
    color: #0080FF;
    text-decoration: underline;
  }
  .link-txt:hover {
    text-decoration: none;
  }
  .link-bnr {
    display: inline-block;
    border: 1px solid #061427;
  }
  .ui_accordion_head {
    cursor: pointer;
  }
  .ui_accordion_body {
    -webkit-transition: 0.6s;
    transition: 0.6s;
    overflow: hidden;
  }
  .ui_modal_open {
    display: inline-block;
    cursor: pointer;
  }
  .ui_modal_body {
    -webkit-transition: opacity ease 0.2s;
    transition: opacity ease 0.2s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    opacity: 0;
    position: fixed;
    top: calc(-99999 * 1px);
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
  }
  .ui_modal_body.is-opened {
    opacity: 1;
    top: 0;
  }
  .ui_modal_bg {
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    opacity: 0.7;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #061427;
  }
  .ui_modal_content {
    position: relative;
    z-index: 2;
    background: #FFFFFF;
  }
  .ui_modal_close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: calc(-60 * 1px);
    right: 0;
    z-index: 2;
    width: calc(60 * 1px);
    height: calc(60 * 1px);
    padding-bottom: calc(10 * 1px);
    color: #FFFFFF;
    font-size: 56rem;
    font-weight: 200;
    cursor: pointer;
  }
  .ui_tab {
    width: 600px;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  .ui_tab_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ui_tab_btn {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    position: relative;
    width: 50%;
    padding: 10px;
    color: rgba(0, 0, 0, 0.2);
    font-size: 1.5em;
    font-weight: 600;
    text-align: center;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
  }
  .ui_tab_btn._is-active {
    color: black;
    border-bottom-color: black;
  }
  .ui_tab_btn._is-active:hover {
    cursor: pointer;
  }
  .ui_tab_btn:hover {
    cursor: pointer;
    color: black;
  }
  .ui_tab_body {
    position: relative;
  }
  .ui_tab_content {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
    position: absolute;
    top: 0;
    padding: 20px;
  }
  .ui_tab_content._is-active {
    opacity: 1;
  }
  .gheader {
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
    background: #FFFFFF;
    -webkit-box-shadow: 0 calc(4 * 1px) calc(12 * 1px) rgba(0, 83, 207, 0.16);
            box-shadow: 0 calc(4 * 1px) calc(12 * 1px) rgba(0, 83, 207, 0.16);
  }
  .gheader_pri {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: calc(75 * 1px);
    border-bottom: 1px solid #D7E1EC;
  }
  .gheader_sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: calc(60 * 1px);
  }
  .gheader_sitelogo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(230 * 1px);
    margin-left: calc(20 * 1px);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .gheader_sitelogo svg {
    fill: #13447F;
    width: 100%;
  }
  .gheader_contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .gheader_contact_tel {
    font-weight: 500;
    margin-right: calc(10 * 1px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .gheader_contact_tel p {
    font-size: 14rem;
    line-height: 1.3;
  }
  .gheader_contact_tel a {
    font-family: "Roboto", sans-serif;
    font-size: 25rem;
    font-weight: 600;
    pointer-events: none;
    line-height: 1;
  }
  .gheader_contact_tel small {
    font-size: 10rem;
    display: block;
  }
  .gheader_contact_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(1080px * 4.5 / 12);
    height: 100%;
    font-size: 13rem;
  }
  .gheader_contact_menu a {
    -webkit-transition: cubic-bezier(0.22, 1, 0.36, 1) 0.4s;
    transition: cubic-bezier(0.22, 1, 0.36, 1) 0.4s;
    position: relative;
    height: 100%;
    overflow: hidden;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 33.3333333333%;
    position: relative;
  }
  .gheader_contact_menu a div {
    position: absolute;
    color: #FFFFFF;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .gheader_contact_menu a div span {
    height: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .gheader_contact_menu a div ._icon {
    background-color: #fff;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    width: 100%;
    position: relative;
    top: calc(5 * 1px);
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
  .gheader_contact_menu a::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transition: cubic-bezier(0.22, 1, 0.36, 1) 0.4s;
    transition: cubic-bezier(0.22, 1, 0.36, 1) 0.4s;
  }
  .gheader_contact_menu a:hover::after {
    -webkit-transform: scaleY(0.05);
            transform: scaleY(0.05);
  }
  .gheader_contact_menu ._parts div span:nth-of-type(2) {
    position: relative;
    top: calc(-1 * 1px);
  }
  .gheader_contact_menu ._parts ._icon {
    -webkit-mask-image: url(/src/img/icon_mail.svg);
            mask-image: url(/src/img/icon_mail.svg);
  }
  .gheader_contact_menu ._parts:hover span {
    color: #0053CF;
  }
  .gheader_contact_menu ._parts:hover ._icon {
    background-color: #0053CF;
  }
  .gheader_contact_menu ._parts::after {
    background-color: #0053CF;
  }
  .gheader_contact_menu ._repair ._icon {
    -webkit-mask-image: url(/src/img/icon_repair.svg);
            mask-image: url(/src/img/icon_repair.svg);
  }
  .gheader_contact_menu ._repair:hover span {
    color: #061427;
  }
  .gheader_contact_menu ._repair:hover ._icon {
    background-color: #061427;
  }
  .gheader_contact_menu ._repair::after {
    background-color: #061427;
  }
  .gheader_contact_menu ._ec span {
    color: #061427;
  }
  .gheader_contact_menu ._ec ._icon {
    -webkit-mask-image: url(/src/img/icon_ec.svg);
            mask-image: url(/src/img/icon_ec.svg);
    background-color: #061427;
  }
  .gheader_contact_menu ._ec:hover span {
    color: #FFD814;
  }
  .gheader_contact_menu ._ec:hover ._icon {
    background-color: #FFD814;
  }
  .gheader_contact_menu ._ec::after {
    background-color: #FFD814;
  }
  ._gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: calc(80 * 1px);
  }
  ._gnav_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
    position: relative;
    height: 100%;
    font-weight: 500;
  }
  ._gnav_item:hover {
    color: #0053CF;
  }
  .products [data-_gnav-id=products]::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: calc(4 * 1px);
    background: #0053CF;
  }
  .repair [data-_gnav-id=repair]::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: calc(4 * 1px);
    background: #0053CF;
  }
  .faq [data-_gnav-id=faq]::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: calc(4 * 1px);
    background: #0053CF;
  }
  .location [data-_gnav-id=location]::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: calc(4 * 1px);
    background: #0053CF;
  }
  .company [data-_gnav-id=company]::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: calc(4 * 1px);
    background: #0053CF;
  }
  .recruit [data-_gnav-id=recruit]::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: calc(4 * 1px);
    background: #0053CF;
  }
  .product-details [data-_gnav-id=products]::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: calc(4 * 1px);
    background: #0053CF;
  }
  .scrolltop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: right cubic-bezier(0.22, 1, 0.36, 1) 0.8s, background-color 0.3s;
    transition: right cubic-bezier(0.22, 1, 0.36, 1) 0.8s, background-color 0.3s;
    position: fixed;
    bottom: calc(30 * 1px);
    right: calc(-60 * 1px);
    width: calc(60 * 1px);
    height: calc(60 * 1px);
    background: #061427;
    border: 1px solid white;
    border-radius: 100%;
  }
  .scrolltop svg {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  .scrolltop.is-visible {
    right: calc(30 * 1px);
  }
  .scrolltop:hover {
    background-color: #0053CF;
  }
  .gfooter {
    margin-top: calc(120 * 1px);
    color: #FFFFFF;
    background: #061427;
  }
  .gfooter_in {
    width: calc(1080px * 12 / 12);
    margin: 0 auto;
  }
  .gfooter_pri {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: calc(30 * 1px);
    padding: calc(60 * 1px) 0 calc(30 * 1px) 0;
  }
  .gfooter_pri_sitelogo svg {
    fill: #FFFFFF;
  }
  .gfooter_pri_sitemap [role=listitem] {
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    display: inline-block;
    opacity: 0.8;
    font-weight: 300;
    line-height: 1;
    padding: 0.5em 0.8em;
  }
  .gfooter_pri_sitemap [role=listitem]:hover {
    opacity: 1;
  }
  .gfooter_copyright {
    text-align: right;
    padding-bottom: calc(10 * 1px);
    font-size: 11rem;
  }
  .gfooter_sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: calc(45 * 1px);
    padding: calc(30 * 1px) 0;
    border-top: 1px solid rgba(215, 225, 236, 0.2);
  }
  .gfooter_sec [role=listitem] {
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    display: inline-block;
    opacity: 0.8;
    font-size: 12rem;
    font-weight: 300;
    line-height: 1;
  }
  .gfooter_sec [role=listitem]:hover {
    opacity: 1;
  }
  .gfooter_productsite {
    background-color: #EDF1F8;
    padding: calc(20 * 1px) 0;
  }
  .gfooter_productsite_in {
    width: calc(1080px * 12 / 12);
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #13447F;
    gap: 4em;
    font-weight: normal;
  }
  .page_ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: calc(180 * 1px);
    font-size: 43rem;
    font-weight: 700;
    text-align: center;
  }
  .page_ttl + .page_sec .page_sec_ttl {
    padding-top: 0;
  }
  .page_sec_in {
    width: calc(1080px * 12 / 12);
    margin: 0 auto;
  }
  .page_sec_ttl {
    padding: calc(90 * 1px) 0 calc(20 * 1px);
    font-size: 24rem;
    font-weight: 600;
  }
  .hidden {
    position: absolute;
    left: calc(-9999 * 1px);
  }
  .module_parts_txt {
    text-align: center;
  }
  .module_parts_txt ._link {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    color: #0080FF;
  }
  .module_parts_txt ._link:hover {
    color: #0053CF;
  }
  .module_parts_cont {
    margin-top: calc(40 * 1px);
    margin-bottom: calc(70 * 1px);
  }
  .module_parts_cont_in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: calc(60 * 1px) calc(40 * 1px);
  }
  .module_parts_block {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .module_parts_block h3 {
    font-size: 26rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: calc(25 * 1px);
  }
  .module_parts_block .entry_list {
    font-size: 14rem;
  }
  .module_parts_block .entry_item {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .module_parts_block .entry_item::before {
    content: "";
    background: url(/src/img/icon_arrow_triangle.svg) no-repeat center/contain;
    width: 0.7em;
    height: 0.7em;
    margin-right: 0.5em;
    opacity: 0.6;
  }
  .module_parts_block .entry_item:hover {
    text-decoration: underline;
  }
  .module_parts_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: calc(40 * 1px);
  }
  .module_parts_list ._item {
    border-left: calc(5 * 1px) solid black;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(75, 75, 75, 0.1);
            box-shadow: 0px 0px 8px 0px rgba(75, 75, 75, 0.1);
  }
  .module_parts_list.col2 ._item {
    width: calc(520 * 1px);
    padding-block: calc(20 * 1px);
  }
  .module_parts_list.col2 ._thumb {
    width: calc(140 * 1px);
    height: calc(150 * 1px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .module_parts_list.col2 ._thumb img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .module_parts_list.col2 ._txt {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-top: calc(15 * 1px);
  }
  .module_parts_list.col2 ._name {
    font-weight: bold;
    padding-left: calc(10 * 1px);
    padding-bottom: calc(10 * 1px);
    margin-bottom: calc(15 * 1px);
    border-bottom: 1px solid #D7D7D7;
  }
  .module_parts_list.col2 .entry_list {
    padding-left: calc(10 * 1px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(15 * 1px);
  }
  .module_parts_list.col3 ._item {
    width: calc((calc(1080px * 12 / 12) - calc(80 * 1px)) / 3);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-block: calc(20 * 1px);
  }
  .module_parts_list.col3 ._thumb {
    width: calc(180 * 1px);
    height: calc(110 * 1px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .module_parts_list.col3 ._thumb img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .module_parts_list.col3 ._txt {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-top: calc(15 * 1px);
    margin-inline: calc(10 * 1px);
    width: calc(100% - calc(20 * 1px));
    text-align: center;
  }
  .module_parts_list.col3 ._name {
    font-weight: bold;
    padding-bottom: calc(10 * 1px);
    margin-bottom: calc(15 * 1px);
    border-bottom: 1px solid #D7D7D7;
  }
  .module_parts_list.col3 .entry_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: calc(15 * 1px) calc(10 * 1px);
    padding-inline: calc(10 * 1px);
  }
  .module_parts_list.col3 .entry_list li {
    width: calc((100% - calc(10 * 1px)) / 2);
  }
  .module_parts_about {
    margin-bottom: calc(30 * 1px);
  }
  .module_parts_about_in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #EDF1F8;
    padding: calc(25 * 1px) calc(20 * 1px);
  }
  .module_parts_about p {
    font-weight: bold;
    border-right: 1px solid #D7D7D7;
    padding-right: calc(20 * 1px);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .module_parts_about .entry_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    gap: calc(15 * 1px) calc(10 * 1px);
    padding-left: calc(20 * 1px);
  }
  .module_parts_about .entry_list li {
    width: calc((100% - calc(10 * 1px)) / 2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .module_parts_bnr {
    width: calc(1080px * 12 / 12);
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: calc(30 * 1px);
  }
  .module_parts_bnr a {
    width: calc(500 * 1px);
    -webkit-box-shadow: 0 0 0 calc(1 * 1px) #D7E1EC;
            box-shadow: 0 0 0 calc(1 * 1px) #D7E1EC;
    overflow: hidden;
    -webkit-transition: cubic-bezier(0.22, 1, 0.36, 1) 0.6s;
    transition: cubic-bezier(0.22, 1, 0.36, 1) 0.6s;
  }
  .module_parts_bnr a img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .module_parts_bnr a:hover {
    -webkit-box-shadow: 0 0 0 calc(3 * 1px) #0053CF;
            box-shadow: 0 0 0 calc(3 * 1px) #0053CF;
  }
  .module_parts_block[data-cat-id=carservice-air] h3 {
    color: #CF0E45;
  }
  .module_parts_block[data-cat-id=carservice-air] .module_parts_list ._item {
    border-color: #CF0E45;
  }
  .module_parts_block[data-cat-id=carservice-oil] h3 {
    color: #CF0E45;
  }
  .module_parts_block[data-cat-id=carservice-oil] .module_parts_list ._item {
    border-color: #CF0E45;
  }
  .module_parts_block[data-cat-id=freongasexchanger] h3 {
    color: #CF0E45;
  }
  .module_parts_block[data-cat-id=freongasexchanger] .module_parts_list ._item {
    border-color: #CF0E45;
  }
  .module_parts_block[data-cat-id=greasegun] h3 {
    color: #D18708;
  }
  .module_parts_block[data-cat-id=greasegun] .module_parts_list ._item {
    border-color: #D18708;
  }
  .module_parts_block[data-cat-id=diaphragm] h3 {
    color: #0294C9;
  }
  .module_parts_block[data-cat-id=diaphragm] .module_parts_list ._item {
    border-color: #0294C9;
  }
  .home {
    background: url(/src/img/home_bg.svg) center calc(50% + (calc(135 * 1px) / 2)) fixed;
    background-size: cover;
  }
  .home_heroheader {
    position: relative;
    height: calc(400 * 1px);
    background: #061427;
  }
  .home_heroheader_img {
    width: 100%;
    height: calc(400 * 1px);
    margin: 0 auto;
  }
  .home_heroheader_img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .home_heroheader_txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 0;
    width: 100%;
    height: calc(400 * 1px);
    color: #FFFFFF;
    font-size: 23rem;
    font-weight: 600;
    font-family: serif;
    line-height: 1.5;
  }
  .home_heroheader_txt_in {
    width: calc(1080px * 12 / 12);
    margin: auto;
  }
  .home_heroheader_txt_in ._txt {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    -webkit-transition: 2s cubic-bezier(0.37, 0, 0.63, 1);
    transition: 2s cubic-bezier(0.37, 0, 0.63, 1);
    -webkit-transition-property: -webkit-clip-path;
    transition-property: -webkit-clip-path;
    transition-property: clip-path;
    transition-property: clip-path, -webkit-clip-path;
    -webkit-transition: all ease 2.5s;
    transition: all ease 2.5s;
    text-shadow: 1px 1px 7px black;
  }
  .home_heroheader_txt_in ._txt.is-animated {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
  .home_heroheader_txt_in ._txt:nth-of-type(1) {
    font-size: 40rem;
    margin-bottom: calc(10 * 1px);
  }
  .home_heroheader_txt_in ._txt:nth-of-type(2) {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
  .home_heroheader_txt_in ._txt:nth-of-type(3) {
    -webkit-transition-delay: 1.7s;
            transition-delay: 1.7s;
  }
  .home .splide {
    opacity: 0.6;
    width: 100%;
    height: calc(400 * 1px);
    margin: 0 auto;
  }
  .home .splide__slide {
    height: calc(400 * 1px);
    background: #EDF1F8;
  }
  .home .splide__slide img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    -webkit-filter: brightness(0.8);
            filter: brightness(0.8);
  }
  .home .splide__slide:nth-of-type(1) {
    background: orange;
  }
  .home .splide__slide:nth-of-type(2) {
    background: pink;
  }
  .home .splide__slide:nth-of-type(3) {
    background: skyblue;
  }
  .home_section_in {
    width: calc(1080px * 12 / 12);
    margin: 0 auto;
  }
  .home_parts {
    background: #F8F8F8;
    padding: calc(90 * 1px) 0 calc(70 * 1px);
  }
  .home_parts_in {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .home_parts_ttl {
    font-size: 32rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.05em;
  }
  .home_parts_ttl_sub {
    display: block;
    text-align: center;
    margin-top: calc(10 * 1px);
    margin-bottom: calc(30 * 1px);
    font-size: 12rem;
    opacity: 0.8;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-family: "JetBrains Mono", monospace;
  }
  .home_repair {
    background: url(/src/img/home_repair_bg.webp) no-repeat center/cover;
    padding: calc(70 * 1px);
    color: #FFFFFF;
    width: 100%;
  }
  .home_repair_ttl {
    font-size: 32rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.05em;
  }
  .home_repair_ttl_sub {
    display: block;
    text-align: center;
    margin-top: calc(10 * 1px);
    font-size: 12rem;
    opacity: 0.8;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-family: "JetBrains Mono", monospace;
  }
  .home_repair_txt {
    text-align: center;
    margin: calc(30 * 1px) auto calc(50 * 1px);
    font-size: 22rem;
  }
  .home_repair .link-btn {
    margin: 0 auto;
  }
  .home_services {
    padding-top: calc(90 * 1px);
  }
  .home_services_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: calc(50 * 1px);
    width: calc(1080px * 12 / 12);
    margin: 0 auto;
  }
  .home_services_list ._item {
    -webkit-transition: opacity cubic-bezier(0.22, 1, 0.36, 1) 2.4s;
    transition: opacity cubic-bezier(0.22, 1, 0.36, 1) 2.4s;
    opacity: 0;
    position: relative;
    width: calc(320 * 1px);
    height: calc(140 * 1px);
    background: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: calc(15 * 1px);
    -webkit-box-shadow: inset 0 0 calc(1 * 1px) 0 #061427;
            box-shadow: inset 0 0 calc(1 * 1px) 0 #061427;
  }
  .home_services_list ._item:after {
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
    content: "";
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: inset 0 0 0 calc(3 * 1px) #0053CF;
            box-shadow: inset 0 0 0 calc(3 * 1px) #0053CF;
  }
  .home_services_list ._item_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(80 * 1px);
    height: calc(80 * 1px);
    overflow: hidden;
    position: relative;
  }
  .home_services_list ._item_img img {
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    height: 100%;
    position: absolute;
  }
  .home_services_list ._item_ttl {
    position: relative;
  }
  .home_services_list ._item_ttl_main {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 20rem;
    font-weight: 500;
  }
  .home_services_list ._item_ttl_sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: calc(80 * 1px);
    height: calc(20 * 1px);
    color: #061427;
    font-size: 11rem;
    font-family: "JetBrains Mono", monospace;
    margin: calc(6 * 1px) auto 0;
  }
  .home_services_list ._item:nth-of-type(1) {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  .home_services_list ._item:nth-of-type(2) {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .home_services_list ._item:nth-of-type(3) {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .home_services_list ._item:hover:after {
    opacity: 1;
  }
  .home_services_list ._item:hover img:nth-of-type(2) {
    opacity: 0;
  }
  .home_services_list ._item:hover img {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  .home_services_list ._item:hover ._item_ttl_main {
    color: #0053CF;
  }
  .home_services_list ._item:hover ._item_ttl_sub {
    color: #0053CF;
  }
  .home_services.aos-animate .home_services_list ._item:nth-of-type(1), .home_services.aos-animate .home_services_list ._item:nth-of-type(2), .home_services.aos-animate .home_services_list ._item:nth-of-type(3) {
    opacity: 1;
  }
  .home_about, .home_recruit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    width: 100%;
    min-height: calc(1080px * 4 / 12);
    margin: calc(90 * 1px) 0 calc(60 * 1px);
    overflow: hidden;
  }
  .home_about ._img, .home_recruit ._img {
    -webkit-transition: cubic-bezier(0.22, 1, 0.36, 1) 1.2s;
    transition: cubic-bezier(0.22, 1, 0.36, 1) 1.2s;
    opacity: 0;
    position: absolute;
    width: calc(calc(1080px * 7 / 12) + calc((100vw - calc(1080px * 12 / 12)) / 2));
    height: calc(1080px * 4 / 12);
    background: pink;
  }
  .home_about ._img img, .home_recruit ._img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .home_about_in, .home_recruit_in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    width: calc(1080px * 12 / 12);
    margin: 0 auto;
  }
  .home_about ._desc, .home_recruit ._desc {
    -webkit-transition: cubic-bezier(0.22, 1, 0.36, 1) 1.2s;
    transition: cubic-bezier(0.22, 1, 0.36, 1) 1.2s;
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
    opacity: 0;
    position: absolute;
    width: calc(480 * 1px);
    height: calc(280 * 1px);
    padding: calc(45 * 1px) 0;
    background: #FFFFFF;
    -webkit-transform: translateY(calc(60 * 1px));
            transform: translateY(calc(60 * 1px));
  }
  .home_about ._desc_in, .home_recruit ._desc_in {
    width: calc(350 * 1px);
  }
  .home_about ._desc_ttl_main, .home_recruit ._desc_ttl_main {
    font-size: 24rem;
    font-weight: 600;
    line-height: 1.4;
  }
  .home_about ._desc_ttl_sub, .home_recruit ._desc_ttl_sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: cubic-bezier(0.22, 1, 0.36, 1) 1.2s;
    transition: cubic-bezier(0.22, 1, 0.36, 1) 1.2s;
    -webkit-transition-delay: 0.45s;
            transition-delay: 0.45s;
    opacity: 0;
    position: absolute;
    top: calc(-40 * 1px);
    width: calc(60 * 1px);
    height: 100%;
    padding-top: 0.2em;
    letter-spacing: 0.2em;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    color: #FFFFFF;
    font-size: 12rem;
    font-weight: 300;
    font-family: "JetBrains Mono", monospace;
    background: #061427;
    -webkit-transform: translateY(calc(60 * 1px));
            transform: translateY(calc(60 * 1px));
  }
  .home_about ._desc_ttl_sub span, .home_recruit ._desc_ttl_sub span {
    z-index: 1;
  }
  .home_about ._desc_ttl_sub::before, .home_recruit ._desc_ttl_sub::before {
    content: "";
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    height: calc(150 * 1px);
    background: linear-gradient(145deg, #0053CF 0%, #061427 65%);
  }
  .home_about ._desc_txt, .home_recruit ._desc_txt {
    margin-top: calc(15 * 1px);
    color: #747880;
    text-align: justify;
  }
  .home_about ._desc_txt p, .home_recruit ._desc_txt p {
    font-size: 15rem;
    line-height: 1.6;
  }
  .home_about ._desc .link-btn, .home_recruit ._desc .link-btn {
    margin-top: calc(30 * 1px);
  }
  .home_about.aos-animate ._img, .home_recruit.aos-animate ._img {
    opacity: 1;
  }
  .home_about.aos-animate ._desc, .home_recruit.aos-animate ._desc {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .home_about.aos-animate ._desc_ttl_sub, .home_recruit.aos-animate ._desc_ttl_sub {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .home_about ._img {
    left: calc(-180 * 1px);
  }
  .home_about ._desc {
    left: calc(1080px * 6 / 12);
  }
  .home_about ._desc_in {
    margin-left: calc(50 * 1px);
  }
  .home_about ._desc_ttl_sub {
    right: calc(-30 * 1px);
  }
  .home_about.aos-animate ._img {
    left: 0;
  }
  .home_recruit ._img {
    right: calc(-180 * 1px);
  }
  .home_recruit ._img img {
    -o-object-position: 0 calc(-50 * 1px);
       object-position: 0 calc(-50 * 1px);
  }
  .home_recruit ._desc {
    right: calc(1080px * 6 / 12);
  }
  .home_recruit ._desc_in {
    margin-left: calc(80 * 1px);
  }
  .home_recruit ._desc_ttl_sub {
    left: calc(-30 * 1px);
  }
  .home_recruit.aos-animate ._img {
    right: 0;
  }
  .home_news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(1080px * 12 / 12);
    margin: calc(90 * 1px) auto calc(60 * 1px);
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home_news_ttl {
    font-size: 32rem;
    font-weight: 600;
    width: calc(1080px * 12 / 12);
    text-align: center;
  }
  .home_news_ttl_sub {
    font-size: 12rem;
    opacity: 0.8;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-family: "JetBrains Mono", monospace;
    margin-top: calc(10 * 1px);
    margin-bottom: calc(30 * 1px);
    text-align: center;
  }
  .home_news_btn .link-btn {
    height: calc(60 * 1px);
    margin: auto;
  }
  .home_news_list {
    width: calc(1080px * 8 / 12);
    border-top: 1px solid #D7E1EC;
    margin: 0 auto calc(30 * 1px);
  }
  .home_news_list ._item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: calc(70 * 1px);
    padding: 0 calc(20 * 1px);
    border-bottom: 1px solid #D7E1EC;
  }
  .home_news_list ._item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1em;
  }
  .home_news_list ._item a:hover {
    color: #0053CF;
  }
  .home_news_list ._item_date {
    padding-top: calc(1 * 1px);
    font-family: "Roboto", sans-serif;
  }
  .products {
    background-color: #F8F8F8;
  }
  .products_categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: calc(32 * 1px);
    width: calc(1080px * 12 / 12);
    margin: 0 auto;
  }
  .products_categories_item {
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    display: block;
    position: relative;
    width: calc(330 * 1px);
    height: calc(270 * 1px);
    border: 1px solid #D7E1EC;
  }
  .products_categories_item::after {
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    content: "";
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: inset 0 0 0 calc(3 * 1px) #0053CF;
            box-shadow: inset 0 0 0 calc(3 * 1px) #0053CF;
  }
  .products_categories_item ._img {
    width: 100%;
    height: calc(165 * 1px);
    background: pink;
  }
  .products_categories_item ._ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: calc(105 * 1px);
    padding: 0 calc(40 * 1px);
    text-align: center;
    font-weight: 500;
    line-height: 1.3;
  }
  .products_categories_item:hover {
    color: #0053CF;
  }
  .products_categories_item:hover::after {
    opacity: 1;
  }
  .products_list {
    width: calc(1080px * 12 / 12);
    padding: calc(60 * 1px) 0;
  }
  .products_list_ttl {
    font-size: calc(20 * 1px);
    font-weight: 700;
    text-align: center;
  }
  .products_list_body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: calc(60 * 1px);
    margin-top: calc(40 * 1px);
  }
  .products_list_item ._img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(100 * 1px);
    height: calc(100 * 1px);
  }
  .products_list_item ._img img {
    -o-object-fit: contain;
       object-fit: contain;
    width: calc(100% - calc(16 * 1px));
    height: calc(100% - calc(16 * 1px));
  }
  .products_list_item ._ttl {
    margin-top: calc(10 * 1px);
    font-size: 14rem;
    font-weight: 400;
    text-align: center;
  }
  .products_list_item:hover ._ttl {
    color: #0053CF;
  }
  .products_parts_cat {
    width: 100%;
  }
  .products_module_partslist {
    margin-top: 0;
  }
  .product-details .page_sec a:hover {
    text-decoration: underline;
  }
  .product-details .page_sec a img:hover {
    opacity: 0.7;
  }
  .product-details .back {
    position: absolute;
    top: calc(calc(135 * 1px) + calc(30 * 1px));
    left: calc(calc((100vw - calc(1080px * 12 / 12)) / 2) + calc(1080px * 1 / 12) - calc(9 * 1px));
    padding-left: calc(18 * 1px);
    color: #747880;
    font-size: 14rem;
    line-height: 1;
  }
  .product-details .back::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: calc(14 * 1px);
    height: calc(14 * 1px);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-bottom: 2px solid #747880;
    border-left: 2px solid #747880;
  }
  .product-details .back:hover {
    color: #0053CF;
  }
  .product-details .back:hover::before {
    border-color: #0053CF;
  }
  .product-details_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .product-details_types {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: calc(30 * 1px);
    max-width: calc(1080px * 10 / 12);
    margin: 0 0 calc(60 * 1px);
    -webkit-box-shadow: inset 0 -1px 0 0 #D7E1EC;
            box-shadow: inset 0 -1px 0 0 #D7E1EC;
  }
  .product-details_types ._item_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    opacity: 0.6;
    width: calc(104 * 1px);
    height: calc(104 * 1px);
  }
  .product-details_types ._item_img img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    height: 100%;
  }
  .product-details_types ._item_ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    opacity: 0.6;
    width: calc(104 * 1px);
    margin: calc(15 * 1px) 0;
    font-size: 14rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.3;
  }
  .product-details_types ._item:hover ._item_img {
    opacity: 1;
  }
  .product-details_types ._item:hover ._item_ttl {
    opacity: 1;
  }
  .product-details_types ._item.is-active {
    border-bottom: 3px solid #0053CF;
  }
  .product-details_types ._item.is-active ._item_img {
    opacity: 1;
  }
  .product-details_types ._item.is-active ._item_ttl {
    opacity: 1;
  }
  .product-details_figure {
    width: calc(1080px * 12 / 12);
    margin: 0 auto calc(70 * 1px);
    border: 1px solid #D7E1EC;
  }
  .product-details_figure img {
    width: 100%;
  }
  .product-details_partslist {
    width: calc(1080px * 10 / 12);
    margin: 0 auto;
  }
  .product-details_partslist .page_sec_in {
    width: 100%;
  }
  .product-details_partslist table {
    width: 100%;
    border: 1px solid #D7E1EC !important;
  }
  .product-details_partslist table tbody tr,
  .product-details_partslist table tbody td {
    width: auto !important;
    height: auto !important;
  }
  .product-details_partslist table tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #D7E1EC;
  }
  .product-details_partslist table tbody tr:first-of-type {
    color: #747880;
    background: #EDF1F8;
    border-top: none;
  }
  .product-details_partslist table tbody tr:first-of-type td {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0 auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: calc(50 * 1px) !important;
    font-size: 13rem;
    font-weight: 400;
    border-right: 1px solid #D7E1EC;
  }
  .product-details_partslist table tbody tr:first-of-type td:nth-of-type(1) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .product-details_partslist table tbody tr:first-of-type td:nth-of-type(2) {
    width: calc(160 * 1px);
  }
  .product-details_partslist table tbody tr:first-of-type td:last-of-type {
    border-right: none;
  }
  .product-details_partslist table tbody td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: calc(20 * 1px) calc(15 * 1px);
    font-size: 14rem;
    border-right: 1px solid #D7E1EC;
  }
  .product-details_partslist table tbody td:nth-of-type(1) {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc(60 * 1px) !important;
    padding-left: calc(10 * 1px);
    padding-right: calc(10 * 1px);
  }
  .product-details_partslist table tbody td:nth-of-type(2) {
    width: calc(160 * 1px) !important;
  }
  .product-details_partslist table tbody td:last-of-type {
    border-right: none;
  }
  .product-details_contact {
    width: calc(1080px * 8.8 / 12);
    margin: calc(50 * 1px) auto;
  }
  .product-details_contact .link-btn {
    margin: calc(50 * 1px) auto calc(60 * 1px);
  }
  .product-details_contact .link-bnr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 100%;
    height: calc(160 * 1px);
    background: url(/src/img/product-details_repair_bg.webp) center right no-repeat;
  }
  .product-details_contact .link-bnr span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    margin-left: calc(90 * 1px);
    font-size: 20rem;
    font-weight: 600;
    line-height: 1.4;
  }
  .product-details_contact .link-bnr span::before {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    content: "";
    display: block;
    position: absolute;
    left: calc(-45 * 1px);
    width: calc(30 * 1px);
    height: calc(30 * 1px);
    background: url(/src/img/icon_arrow-alt.svg) calc(12 * 1px) center no-repeat #061427;
    border-radius: 100%;
  }
  .product-details_contact .link-bnr:hover {
    border-color: #0053CF;
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
  .product-details_contact .link-bnr:hover span {
    color: #0053CF;
  }
  .product-details_contact .link-bnr:hover span::before {
    background-color: #0053CF;
  }
  .repair h2 {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: calc(100 * 1px);
    padding-right: calc(100 * 1px);
  }
  .repair h2::before, .repair h2::after {
    content: "";
    height: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    background-color: #ccc;
  }
  .repair h2::before {
    margin-right: 24rem;
  }
  .repair h2::after {
    margin-left: 24rem;
  }
  .repair .page_sec_in {
    width: calc(1080px * 10 / 12);
  }
  .repair_faq_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(15 * 1px);
  }
  .repair_faq_item_head {
    padding: calc(15 * 1px);
    background: #EDF1F8;
  }
  .repair_faq_item_txt:nth-of-type(1) {
    margin-bottom: calc(15 * 1px);
  }
  .repair_faq_item_txt:nth-of-type(2) {
    margin-bottom: calc(25 * 1px);
  }
  .repair_faq_item_txt span {
    font-weight: bold;
    color: red;
  }
  .repair_faq_item_txt a:hover {
    color: #0053CF;
  }
  .repair_process_img {
    text-align: center;
    margin-top: calc(30 * 1px);
  }
  .repair_process_img img {
    width: 100%;
  }
  .repair_process_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: calc(18 * 1px);
  }
  .repair_process_list ._item {
    position: relative;
    width: calc(135 * 1px);
  }
  .repair_process_list ._item_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .repair_process_list ._item_head_num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(40 * 1px);
    height: calc(40 * 1px);
    color: #FFFFFF;
    font-size: 14rem;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    background: #061427;
    border-radius: 100%;
  }
  .repair_process_list ._item_head_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: calc(100 * 1px);
  }
  .repair_process_list ._item_head_ttl {
    margin-top: calc(4 * 1px);
    font-weight: 600;
    text-align: center;
    line-height: 1.4;
  }
  .repair_process_list ._item_head_target {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(50 * 1px);
    height: calc(18 * 1px);
    padding: 0 0 1px 0;
    margin: 0 auto;
    color: #FFFFFF;
    font-size: 11rem;
    background: #061427;
    border-radius: calc(3 * 1px);
  }
  .repair_process_list ._item_head_target.-your {
    background-color: #FFBF0F;
  }
  .repair_process_list ._item_head_target.-our {
    background-color: #0053CF;
  }
  .repair_process_list ._item_body {
    color: #747880;
    font-size: 12rem;
    text-align: justify;
  }
  .repair_process_list ._item::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(18 * 1px);
    left: calc(67.5 * 1px);
    z-index: -1;
    width: calc(153 * 1px);
    height: calc(4 * 1px);
    background: #061427;
  }
  .repair_process_list ._item:last-of-type::after {
    display: none;
  }
  .repair_form .page_sec_in {
    width: calc(1080px * 10 / 12);
  }
  .repair_form .page_sec_in .page_sec_ttl {
    margin-bottom: calc(40 * 1px);
  }
  .repair_form form {
    padding: calc(30 * 1px);
  }
  .faq .wrapper {
    -webkit-transition: opacity, ease, 0.4s;
    transition: opacity, ease, 0.4s;
    opacity: 0;
  }
  .faq .wrapper.is-visible {
    opacity: 1;
  }
  .faq .page_sec:first-of-type .page_sec_ttl {
    padding-top: calc(90 * 1px);
  }
  .faq .page_sec_in {
    width: calc(1080px * 10 / 12);
  }
  .faq .nav_ttl {
    display: block;
    text-align: center;
    font-size: 18rem;
  }
  .faq .nav_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: calc(15 * 1px);
    padding: calc(30 * 1px) 0 calc(25 * 1px) 0;
  }
  .faq .nav_box_item {
    width: calc(1080px * 3 / 12);
  }
  .faq .nav_link {
    width: calc(1080px * 3 / 12);
    display: block;
    font-size: 16rem;
    text-align: center;
    padding: calc(10 * 1px);
    cursor: pointer;
    background-color: #EDF1F8;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  .faq .nav_link:hover {
    -webkit-box-shadow: 0 0 0 1px #D7E1EC;
            box-shadow: 0 0 0 1px #D7E1EC;
  }
  .faq .ui_accordion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(10 * 1px);
  }
  .faq .ui_accordion ._item {
    background: #EDF1F8;
    border-radius: calc(6 * 1px);
    overflow: hidden;
  }
  .faq .ui_accordion_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    padding: calc(25 * 1px);
  }
  .faq .ui_accordion_head::after {
    content: "";
    display: block;
    position: absolute;
    right: calc(20 * 1px);
    width: calc(8 * 1px);
    height: calc(8 * 1px);
    border-top: 2px solid #061427;
    border-right: 2px solid #061427;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .faq .ui_accordion_head.is-active::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .faq .ui_accordion_body {
    -webkit-box-shadow: 0 1px 0 0 #D7E1EC inset;
            box-shadow: 0 1px 0 0 #D7E1EC inset;
  }
  .faq .ui_accordion_body ._in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: calc(25 * 1px);
  }
  .faq .ui_accordion_body ._in_box .anchor {
    margin-top: calc(-250 * 1px);
    padding-top: calc(250 * 1px);
  }
  .faq .ui_accordion_body ._in_box h4 {
    margin: calc(30 * 1px) 0 calc(10 * 1px);
    font-weight: 600;
  }
  .faq .ui_accordion_body ._in_box:first-of-type {
    margin-top: 0;
  }
  .faq .ui_accordion_body ._in_box:first-of-type h4 {
    margin-top: 0;
  }
  .faq .ui_accordion_body ._in_box table {
    width: 100%;
  }
  .faq .ui_accordion_body ._in_box table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: #FFFFFF;
    border-bottom: 1px solid #D7E1EC;
  }
  .faq .ui_accordion_body ._in_box table tr:last-of-type {
    border-bottom: none;
  }
  .faq .ui_accordion_body ._in_box table tr td {
    padding: calc(20 * 1px);
    font-size: 14rem;
  }
  .faq .ui_accordion_body ._in_box table tr td:nth-of-type(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 25%;
    font-weight: 500;
    border-right: 1px solid #D7E1EC;
  }
  .faq .ui_accordion_body ._in_box table tr td:nth-of-type(2) {
    width: 75%;
  }
  .location .gfooter {
    margin-top: 0;
  }
  .location_map {
    height: calc(780 * 1px);
    background: url(/src/img/location_bg.png) center;
  }
  .location_map_in {
    position: relative;
    width: calc(1080px * 12 / 12);
    margin: 0 auto;
  }
  .location_map_img {
    position: relative;
    width: calc(1080px * 10 / 12);
    margin: 0 auto;
  }
  .location_map_img img {
    width: 100%;
  }
  .location_map_points ._item {
    position: absolute;
    width: calc(20 * 1px);
    height: calc(20 * 1px);
    background: #0053CF;
    border: calc(4 * 1px) solid #FFFFFF;
    border-radius: 100%;
    -webkit-box-shadow: 0 calc(3 * 1px) calc(6 * 1px) rgba(0, 83, 207, 0.2);
            box-shadow: 0 calc(3 * 1px) calc(6 * 1px) rgba(0, 83, 207, 0.2);
  }
  .location_map_points ._item.-sagamihara {
    top: 464px;
    left: 571px;
    z-index: 3;
  }
  .location_map_points ._item.-sagamihara::after {
    content: "";
    display: block;
    position: absolute;
    border: 2px solid #0053CF;
  }
  .location_map_points ._item.-sapporo {
    top: 168px;
    left: 633px;
    z-index: 3;
  }
  .location_map_points ._item.-sapporo::after {
    content: "";
    display: block;
    position: absolute;
    border: 2px solid #0053CF;
  }
  .location_map_points ._item.-sendai {
    top: 362px;
    left: 618px;
    z-index: 3;
  }
  .location_map_points ._item.-sendai::after {
    content: "";
    display: block;
    position: absolute;
    border: 2px solid #0053CF;
  }
  .location_map_points ._item.-nagoya {
    top: 480px;
    left: 500px;
    z-index: 3;
  }
  .location_map_points ._item.-nagoya::after {
    content: "";
    display: block;
    position: absolute;
    border: 2px solid #0053CF;
  }
  .location_map_points ._item.-osaka {
    top: 495px;
    left: 455px;
    z-index: 3;
  }
  .location_map_points ._item.-osaka::after {
    content: "";
    display: block;
    position: absolute;
    border: 2px solid #0053CF;
  }
  .location_map_points ._item.-hiroshima {
    top: 501px;
    left: 382px;
    z-index: 3;
  }
  .location_map_points ._item.-hiroshima::after {
    content: "";
    display: block;
    position: absolute;
    border: 2px solid #0053CF;
  }
  .location_map_points ._item.-fukuoka {
    top: 524px;
    left: 310px;
    z-index: 3;
  }
  .location_map_points ._item.-fukuoka::after {
    content: "";
    display: block;
    position: absolute;
    border: 2px solid #0053CF;
  }
  .location_map_points ._item.-sagamihara::after {
    bottom: calc(5 * 1px);
    left: calc(5 * 1px);
    width: calc(140 * 1px);
    height: calc(36 * 1px);
    border-bottom: none;
    border-right: none;
    border-color: #E1136C;
  }
  .location_map_points ._item.-sapporo::after {
    bottom: calc(5 * 1px);
    left: calc(5 * 1px);
    width: calc(78 * 1px);
    height: calc(40 * 1px);
    border-bottom: none;
    border-right: none;
  }
  .location_map_points ._item.-sendai::after {
    bottom: calc(5 * 1px);
    left: calc(5 * 1px);
    width: calc(93 * 1px);
    height: calc(84 * 1px);
    border-bottom: none;
    border-right: none;
  }
  .location_map_points ._item.-nagoya::after {
    top: calc(5 * 1px);
    left: calc(5 * 1px);
    width: calc(211 * 1px);
    height: calc(102 * 1px);
    border-top: none;
    border-right: none;
  }
  .location_map_points ._item.-osaka::after {
    bottom: calc(5 * 1px);
    right: calc(5 * 1px);
    width: calc(106 * 1px);
    height: calc(397 * 1px);
    border-bottom: none;
    border-left: none;
  }
  .location_map_points ._item.-hiroshima::after {
    bottom: calc(5 * 1px);
    right: calc(5 * 1px);
    width: calc(33 * 1px);
    height: calc(253 * 1px);
    border-bottom: none;
    border-left: none;
  }
  .location_map_points ._item.-fukuoka::after {
    bottom: calc(5 * 1px);
    right: calc(5 * 1px);
    width: calc(142 * 1px);
    height: calc(65 * 1px);
    border-top: none;
    border-right: none;
  }
  .location_map_points ._item.-sagamihara {
    background-color: #E1136C;
  }
  .location_map_cards ._item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    width: calc(1080px * 4 / 12);
    height: calc(120 * 1px);
    border-radius: calc(4 * 1px);
    background: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0 calc(4 * 1px) calc(12 * 1px) rgba(0, 83, 207, 0.16);
            box-shadow: 0 calc(4 * 1px) calc(12 * 1px) rgba(0, 83, 207, 0.16);
  }
  .location_map_cards ._item.-sagamihara {
    top: 380px;
    left: 720px;
  }
  .location_map_cards ._item.-sapporo {
    top: 80px;
    left: 720px;
  }
  .location_map_cards ._item.-sendai {
    top: 230px;
    left: 720px;
  }
  .location_map_cards ._item.-nagoya {
    top: 530px;
    left: 720px;
  }
  .location_map_cards ._item.-osaka {
    top: 50px;
    left: 0px;
  }
  .location_map_cards ._item.-hiroshima {
    top: 200px;
    left: 0px;
  }
  .location_map_cards ._item.-fukuoka {
    top: 350px;
    left: 0px;
  }
  .location_map_cards ._item_in {
    padding: 0 0 0 calc(25 * 1px);
  }
  .location_map_cards ._item_ttl {
    margin-bottom: calc(3 * 1px);
    font-weight: 600;
  }
  .location_map_cards ._item_txt {
    font-size: 14rem;
  }
  .location_map_cards ._item_txt div {
    line-height: 1.4;
  }
  .location_map_cards ._item_txt p {
    margin: calc(5 * 1px) 0 calc(3 * 1px);
    line-height: 1.4;
  }
  .company_img {
    width: calc(1080px * 10 / 12);
    height: calc(400 * 1px);
    margin: 0 auto;
    background: pink;
  }
  .company_outline {
    width: calc(1080px * 10 / 12);
    margin: 0 auto;
  }
  .company_outline table {
    width: 100%;
    border-top: 1px solid #D7E1EC;
  }
  .company_outline table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto !important;
    border-bottom: 1px solid #D7E1EC;
  }
  .company_outline table tr td {
    height: auto !important;
  }
  .company_outline table tr td:nth-of-type(1) {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: calc(1080px * 2 / 12) !important;
    padding: calc(40 * 1px) calc(20 * 1px);
    font-weight: 600;
  }
  .company_outline table tr td:nth-of-type(2) {
    padding: calc(40 * 1px) 0 calc(40 * 1px) calc(30 * 1px);
  }
  .company_outline table tr td b {
    font-weight: 500;
    display: block;
    margin-top: calc(16 * 1px);
  }
  .company_outline table tr td #sagamihara b {
    margin-top: 0;
  }
  .company_outline table ol {
    list-style-type: decimal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5em;
    padding-left: 1.3em;
  }
  .company_map {
    border-bottom: 1px solid #D7E1EC;
    padding: calc(25 * 1px) calc(20 * 1px) calc(40 * 1px) 0;
  }
  .company_map_in {
    width: 100%;
    height: calc(330 * 1px);
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .company_map iframe {
    width: 100%;
    height: calc(330 * 1px);
  }
  .company_map:last-child {
    border-bottom: none;
  }
  .company_history {
    width: calc(1080px * 10 / 12);
    margin: 0 auto;
  }
  .company_history_ttl {
    padding: calc(90 * 1px) 0 calc(60 * 1px);
    font-size: 48rem;
    font-weight: 600;
    text-align: center;
  }
  .company_history table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: calc(110 * 1px);
    position: relative;
    padding-bottom: calc(30 * 1px);
  }
  .company_history table tr td:nth-of-type(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: calc(110 * 1px);
    font-weight: 400;
  }
  .company_history table tr::before {
    content: "";
    display: block;
    position: absolute;
    top: calc(6 * 1px);
    left: calc(160 * 1px);
    width: calc(10 * 1px);
    height: calc(10 * 1px);
    background: #061427;
    border-radius: 100%;
  }
  .company_history table tr::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(10 * 1px);
    left: calc(164 * 1px);
    width: calc(2 * 1px);
    height: 100%;
    background: #061427;
  }
  .company_history table tr:last-of-type::after {
    display: none;
  }
  .about .gfooter {
    margin-top: 0;
  }
  .about_body {
    padding: calc(240 * 1px) 0;
    background: url(/src/img/about_body_bg.webp) center #061427;
    background-size: cover;
  }
  .about_body_in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(1080px * 10 / 12);
    margin: 0 auto;
  }
  .about_body_box {
    -webkit-transition: opacity cubic-bezier(0.22, 1, 0.36, 1) 1.5s, -webkit-transform cubic-bezier(0.22, 1, 0.36, 1) 1.5s;
    transition: opacity cubic-bezier(0.22, 1, 0.36, 1) 1.5s, -webkit-transform cubic-bezier(0.22, 1, 0.36, 1) 1.5s;
    transition: transform cubic-bezier(0.22, 1, 0.36, 1) 1.5s, opacity cubic-bezier(0.22, 1, 0.36, 1) 1.5s;
    transition: transform cubic-bezier(0.22, 1, 0.36, 1) 1.5s, opacity cubic-bezier(0.22, 1, 0.36, 1) 1.5s, -webkit-transform cubic-bezier(0.22, 1, 0.36, 1) 1.5s;
    opacity: 0;
    width: calc(1080px * 5 / 12);
    height: calc(1080px * 4.75 / 12);
  }
  .about_body_box_ttl {
    padding: calc(60 * 1px) 0 calc(45 * 1px);
    text-align: center;
    line-height: 1;
  }
  .about_body_box_ttl ._main {
    font-size: 64rem;
    font-family: "JetBrains Mono", monospace;
    font-weight: 800;
  }
  .about_body_box_ttl ._sub {
    margin-top: calc(5 * 1px);
    font-weight: 600;
  }
  .about_body_box_txt {
    padding: 0 calc(80 * 1px);
    text-align: justify;
  }
  .about_body_box._skill {
    -webkit-transform: translateY(calc(60 * 1px));
            transform: translateY(calc(60 * 1px));
    color: #061427;
    background: #FFFFFF;
  }
  .about_body_box._trust {
    -webkit-transform: translateY(calc(-60 * 1px));
            transform: translateY(calc(-60 * 1px));
    color: #FFFFFF;
    background: #061427;
  }
  .about_body .aos-animate ._skill {
    opacity: 1;
    -webkit-transform: translateY(calc(-60 * 1px));
            transform: translateY(calc(-60 * 1px));
  }
  .about_body .aos-animate ._trust {
    opacity: 1;
    -webkit-transform: translateY(calc(60 * 1px));
            transform: translateY(calc(60 * 1px));
  }
  .recruit_desc .page_sec_in {
    width: calc(1080px * 10 / 12);
  }
  .recruit_desc h2 {
    margin-bottom: calc(15 * 1px);
    font-size: 24rem;
    font-weight: 600;
  }
  .recruit_desc table {
    width: 100% !important;
    border-top: 1px solid #D7E1EC;
  }
  .recruit_desc table tr {
    border-bottom: 1px solid #D7E1EC;
  }
  .recruit_desc table td {
    width: auto !important;
    padding: calc(40 * 1px) calc(20 * 1px);
  }
  .recruit_desc table td:first-of-type {
    width: calc(1080px * 2 / 12) !important;
    font-weight: 500;
    background: #EDF1F8;
  }
  .calendar_body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: calc(30 * 1px) calc(80 * 1px);
    width: calc(1080px * 12 / 12);
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .calendar_body ._item {
    width: calc(500 * 1px);
  }
  .calendar_body ._month {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: calc(50 * 1px);
    padding: 0 calc(10 * 1px);
    font-family: "Roboto", sans-serif;
  }
  .calendar_body ._month hgroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .calendar_body ._month hgroup ._main {
    font-size: 24rem;
    font-weight: 600;
  }
  .calendar_body ._month hgroup ._sub {
    margin-left: calc(10 * 1px);
    font-size: 14rem;
    font-weight: 500;
  }
  .calendar_body ._days {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 14rem;
    font-weight: 400;
    line-height: 1;
  }
  .calendar_body ._days div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 14.2857142857%;
    height: calc(30 * 1px);
    background: rgb(40, 40, 40);
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
  }
  .calendar_body ._days div:first-of-type {
    background-color: rgb(200, 20, 50);
  }
  .calendar_body ._days div:last-of-type {
    background-color: #13447f;
  }
  .calendar_body ._dates {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[7];
    grid-template-columns: repeat(7, 1fr);
    width: calc(500 * 1px);
    margin: 0 auto;
    padding-bottom: calc(15 * 1px);
  }
  .calendar_body ._dates div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: calc(35 * 1px);
    font-size: 16rem;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    background: rgb(244, 244, 244);
    border: 1px solid #FFFFFF;
  }
  .calendar_body ._dates div[data-day=Sun]:first-of-type {
    -ms-grid-column: 1;
        grid-column-start: 1;
  }
  .calendar_body ._dates div[data-day=Mon]:first-of-type {
    -ms-grid-column: 2;
        grid-column-start: 2;
  }
  .calendar_body ._dates div[data-day=Tue]:first-of-type {
    -ms-grid-column: 3;
        grid-column-start: 3;
  }
  .calendar_body ._dates div[data-day=Wed]:first-of-type {
    -ms-grid-column: 4;
        grid-column-start: 4;
  }
  .calendar_body ._dates div[data-day=Thu]:first-of-type {
    -ms-grid-column: 5;
        grid-column-start: 5;
  }
  .calendar_body ._dates div[data-day=Fri]:first-of-type {
    -ms-grid-column: 6;
        grid-column-start: 6;
  }
  .calendar_body ._dates div[data-day=Sat]:first-of-type {
    -ms-grid-column: 7;
        grid-column-start: 7;
  }
  .calendar_body ._dates div.is-holiday {
    background-color: rgba(230, 10, 60, 0.1);
  }
  .calendar_body ._dates div.is-holiday span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16rem;
    font-weight: 500;
    color: rgb(220, 20, 60);
  }
  .policy_body {
    width: calc(1080px * 10 / 12);
    margin: 0 auto;
  }
  .policy_body h2 {
    margin-bottom: 0.5em;
    font-size: 24rem;
    font-weight: 700;
  }
  .policy_body h3 {
    margin: 1.5em 0 0.8em 0;
    font-size: 20rem;
    font-weight: 700;
  }
  .policy_body p {
    line-height: 1.6;
  }
  .policy_body * + p {
    margin-top: 1.5em;
  }
  .policy_body a {
    color: #0053CF;
  }
  .policy_body a:hover {
    text-decoration: underline;
  }
  .policy_body ul {
    list-style-type: disc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1em;
    padding-left: 1.2em;
  }
  .policy_body ol {
    list-style-type: decimal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1em;
    padding-left: 1.2em;
  }
  .policy_body li {
    line-height: 1.6;
    padding-left: 0.5em;
  }
  .policy_body hr {
    margin: calc(50 * 1px) 0;
  }
  .news_list {
    width: calc(1080px * 8 / 12);
    margin: 0 auto;
    border-top: 1px solid #D7E1EC;
  }
  .news_list ._item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: calc(70 * 1px);
    padding: 0 calc(20 * 1px);
    border-bottom: 1px solid #D7E1EC;
  }
  .news_list ._item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1em;
  }
  .news_list ._item a:hover {
    color: #0053CF;
  }
  .news_list ._item_date {
    padding-top: calc(1 * 1px);
    font-family: "Roboto", sans-serif;
  }
  .news-article article {
    width: calc(1080px * 8 / 12);
    margin: 0 auto;
  }
  .news-article_headding {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    position: relative;
    width: 100%;
    padding: calc(90 * 1px) 0 calc(30 * 1px);
    margin: 0 auto;
  }
  .news-article_headding::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(1080px * 1 / 12);
    height: 1px;
    background: #061427;
  }
  .news-article_ttl {
    font-size: 36rem;
    font-weight: 700;
  }
  .news-article_date {
    color: #747880;
    font-size: 14rem;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
  }
  .news-article_body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5em;
    margin-top: calc(60 * 1px);
  }
  .news-article_body a:hover {
    text-decoration: none !important;
  }
  .news-article_pager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: calc(1080px * 8 / 12);
    margin: calc(60 * 1px) auto 0;
    padding-top: calc(30 * 1px);
    border-top: 1px solid #D7E1EC;
  }
  .news-article_pager ._item {
    width: 100%;
  }
  .news-article_pager ._item_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-weight: 400;
  }
  .news-article_pager ._item_link span {
    color: #747880;
    font-size: 12rem;
  }
  .news-article_pager ._item_link b {
    display: inline-block;
    margin-top: calc(3 * 1px);
    font-size: 14rem;
    font-weight: 400;
  }
  .news-article_pager ._item_link:hover {
    color: #0053CF;
  }
  .news-article_pager ._item.-index {
    text-align: center;
  }
  .news-article_pager ._item.-prev {
    padding-right: calc(30 * 1px);
  }
  .news-article_pager ._item.-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-left: calc(30 * 1px);
  }
  .news-article_pager ._item.-next ._item_link {
    text-align: right;
  }
  .recruit_form .label_sec {
    margin-top: 0 !important;
  }
  .recruit_form .label_in_file {
    margin-top: 20px;
  }
  .recruit_form .label_in_note {
    margin-top: 20px;
  }
  .recruit_form .label_txt_file {
    padding-top: 15px;
  }
  .recruit_form .label_txt_note {
    padding-top: 15px;
  }
  .recruit_form .label_txt input[name=BirthYear] {
    width: 25%;
  }
  .recruit_form .label_txt input[name=Clip1] {
    margin-top: 10px;
    height: 30% !important;
  }
  .recruit_form .label_ttl_note {
    line-height: 1.5;
  }
  .recruit_form .label_ttl_note .br {
    margin-left: 35px;
  }
  .error {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .error_in {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-top: calc(60 * 1px);
  }
  .error_in p {
    text-align: center;
  }
  .error_in .page_ttl {
    height: auto;
  }
  .error_in .page_ttl_sub {
    margin-top: calc(10 * 1px);
  }
  .error_in .txt {
    margin: calc(70 * 1px) auto calc(50 * 1px);
    line-height: 1.6;
  }
  .error_in .link-btn {
    margin: 0 auto;
  }
  .error .gfooter {
    margin-top: calc(60 * 1px);
  }
  .contact_lead {
    width: calc(1080px * 10 / 12);
    margin: 0 auto calc(20 * 1px);
  }
  .contact_lead span {
    color: red;
  }
  .contact_lead .label {
    background-color: #CF2B15;
    color: #fff;
    border-radius: calc(3 * 1px);
    padding: calc(2 * 1px) calc(4 * 1px);
    text-align: center;
    font-size: 12rem;
    display: inline-block;
    margin: 0 calc(5 * 1px);
  }
  .contact_lead p {
    margin-bottom: calc(15 * 1px);
  }
}
@media screen and (max-width: 767.98px) {
  .form {
    width: calc(calc(100vw - calc(30 * 0.2564102564vw)) * 12 / 12);
    margin: 0 auto;
  }
  .form_progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .form_progress_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    width: calc(calc(100vw - calc(30 * 0.2564102564vw)) * 4 / 12);
    color: #D7E1EC;
    font-size: 14rem;
    font-weight: 500;
    text-align: center;
  }
  .form_progress_item::before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    content: "";
    z-index: 1;
    width: calc(30 * 0.2564102564vw);
    height: calc(30 * 0.2564102564vw);
    margin: 0 auto calc(10 * 0.2564102564vw);
    color: #FFFFFF;
    font-size: r(20);
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    background: #D7E1EC;
    border-radius: 100%;
  }
  .form_progress_item::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(13 * 0.2564102564vw);
    left: calc(calc(100vw - calc(30 * 0.2564102564vw)) * 2 / 12);
    width: calc(calc(100vw - calc(30 * 0.2564102564vw)) * 4 / 12);
    height: calc(4 * 0.2564102564vw);
    background: #D7E1EC;
  }
  .form_progress_item:last-of-type::after {
    display: none;
  }
  .form_progress_item:nth-of-type(1)::before {
    content: "1";
  }
  .form_progress_item:nth-of-type(2)::before {
    content: "2";
  }
  .form_progress_item:nth-of-type(3)::before {
    content: "3";
  }
  .form_progress_item.is-active {
    color: #061427;
    font-weight: 600;
  }
  .form_progress_item.is-active::before {
    background: #061427;
  }
  .form_body {
    width: calc(calc(100vw - calc(30 * 0.2564102564vw)) * 12 / 12);
    margin: calc(30 * 0.2564102564vw) auto 0;
    padding: calc(30 * 0.2564102564vw);
    border: 1px solid #000;
  }
  .form_in {
    width: 100%;
    margin: 0 auto;
    border-radius: calc(6 * 0.2564102564vw);
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: calc(25 * 0.2564102564vw);
  }
  .form_in_box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .form_in_box_info {
    background: #EDF1F8;
    padding: calc(10 * 0.2564102564vw);
    margin-bottom: calc(30 * 0.2564102564vw);
  }
  .form_in_box .label_sec {
    width: 100%;
    margin-top: calc(30 * 0.2564102564vw);
  }
  .form_in_box .label_sec:nth-of-type(1) {
    margin-top: 0;
  }
  .form_in_box .label_sec:nth-last-of-type(1) {
    margin-top: 0;
    background: #EDF1F8;
  }
  .form_in_box .label_head {
    width: 100%;
    margin: calc(30 * 0.2564102564vw) 0 calc(10 * 0.2564102564vw);
    font-weight: 600;
  }
  .form_in_box .label_head_txt {
    width: 100%;
    padding: calc(10 * 0.2564102564vw) 0 calc(10 * 0.2564102564vw) calc(10 * 0.2564102564vw);
  }
  .form_in_box .label_in {
    width: 100%;
    display: block;
    margin-bottom: calc(10 * 0.2564102564vw);
  }
  .form_in_box .label_icon {
    display: inline;
  }
  .form_in_box .label_icon span {
    width: 35px;
    font-size: calc(12 * 0.2564102564vw);
    text-align: center;
    padding: calc(2 * 0.2564102564vw) calc(4 * 0.2564102564vw);
    color: #fff;
    border-radius: calc(3 * 0.2564102564vw);
    font-weight: normal;
  }
  .form_in_box .label_icon span.required_label {
    background-color: #CF2B15;
    color: #FFFFFF;
  }
  .form_in_box .label_icon span.ok_label {
    display: none;
    background-color: #0053CF;
    color: #FFFFFF;
  }
  .form_in_box .label_icon span.optional {
    display: none;
  }
  .form_in_box .label_agree {
    padding: calc(20 * 0.2564102564vw) 0;
  }
  .form_in_box .label_agree span {
    width: calc(35 * 0.2564102564vw);
    font-size: calc(15 * 0.2564102564vw);
    text-align: center;
    padding: calc(2 * 0.2564102564vw) calc(4 * 0.2564102564vw);
    border-radius: calc(3 * 0.2564102564vw);
    font-weight: normal;
    line-height: 2;
  }
  .form_in_box .label_agree span.required_label {
    background-color: #CF2B15;
    color: #FFFFFF;
  }
  .form_in_box .label_agree span.ok_label {
    display: none;
    background-color: #0053CF;
    color: #FFFFFF;
  }
  .form_in_box .label_agree span .link {
    text-decoration: underline;
    color: blue;
  }
  .form_in_box .label_agree_ttl {
    font-weight: bold;
  }
  .form_in_box .label_agree_check label {
    position: relative;
  }
  .form_in_box .label_agree_check label .formError {
    margin-top: calc(-64 * 0.2564102564vw) !important;
  }
  .form_in_box .label_ttl {
    width: 100%;
    padding: calc(15 * 0.2564102564vw);
    font-size: 16rem;
    display: block;
  }
  .form_in_box .label_txt {
    width: 100%;
    font-size: 16rem;
    border-radius: calc(5 * 0.2564102564vw);
    display: block;
    position: relative;
  }
  .form_in_box .label_txt_error {
    color: #CF2B15;
  }
  .form_in_box .label_txt .formError {
    left: calc(215 * 0.2564102564vw) !important;
  }
  .form_in_box .label_txt input {
    width: 100%;
    height: 100%;
    padding: calc(10 * 0.2564102564vw) calc(15 * 0.2564102564vw);
    background-color: #fff;
    border-radius: calc(5 * 0.2564102564vw);
  }
  .form_in_box .label_txt input:focus {
    background-color: #c1daff !important;
  }
  .form_in_box .label_txt input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 calc(50 * 0.2564102564vw) white inset;
            box-shadow: 0 0 0 calc(50 * 0.2564102564vw) white inset;
  }
  .form_in_box .label_txt input:autofill {
    -webkit-box-shadow: 0 0 0 calc(50 * 0.2564102564vw) white inset;
            box-shadow: 0 0 0 calc(50 * 0.2564102564vw) white inset;
  }
  .form_in_box .label_txt input[type=file] {
    height: 25%;
    padding: calc(10 * 0.2564102564vw);
    background-color: transparent;
  }
  .form_in_box .label_txt input[type=checkbox] {
    width: 11%;
    display: inline;
  }
  .form_in_box .label_txt input[name=Name] {
    width: 90%;
    margin-right: calc(7 * 0.2564102564vw);
  }
  .form_in_box .label_txt input[name=Name_kana] {
    width: 90%;
    margin-right: calc(7 * 0.2564102564vw);
  }
  .form_in_box .label_txt input[name=DeliveryName] {
    width: 90%;
    margin-right: calc(7 * 0.2564102564vw);
  }
  .form_in_box .label_txt input[name=DeliveryName_kana] {
    width: 90%;
    margin-right: calc(7 * 0.2564102564vw);
  }
  .form_in_box .label_txt input[name=PurchaseYear] {
    width: 80%;
  }
  .form_in_box .label_txt input[name=PurchaseMonth] {
    width: 20%;
  }
  .form_in_box .label_txt input[name=PurchaseDay] {
    width: 20%;
  }
  .form_in_box .label_txt input[name=Solvent3_txt] {
    width: 50%;
  }
  .form_in_box .label_txt input:focus {
    background-color: #c1daff;
  }
  .form_in_box .label_txt_selectbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .form_in_box .label_txt_selectbox .selectbox {
    display: inline;
    position: relative;
    width: 45%;
    margin-top: calc(15 * 0.2564102564vw);
  }
  .form_in_box .label_txt_selectbox .selectbox::before {
    border-top: calc(7 * 1px) solid #0053CF;
    border-left: calc(4 * 1px) solid transparent;
    border-right: calc(4 * 1px) solid transparent;
    content: "";
    position: absolute;
    right: calc(9 * 1px);
    top: calc(23 * 1px);
    width: 0;
  }
  .form_in_box .label_txt_selectbox .selectbox select {
    border-radius: calc(5 * 1px);
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: #fff;
    height: calc(50 * 0.2564102564vw);
    width: 100%;
    margin-left: calc(5 * 1px);
    padding-left: calc(10 * 1px);
  }
  .form_in_box .label_txt_checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .form_in_box .label_txt_checkbox > input {
    margin-top: calc(10 * 0.2564102564vw);
  }
  .form_in_box .label_txt_checkbox .checkbox {
    width: 40%;
  }
  .form_in_box .label_txt_checkbox .checkbox:nth-of-type(3) {
    margin-top: calc(10 * 0.2564102564vw);
  }
  .form_in_box .label_txt_textarea {
    height: calc(150 * 0.2564102564vw);
  }
  .form_in_box .label_txt_textarea textarea {
    background: #fff;
    width: 100%;
    height: 100%;
    padding: calc(10 * 0.2564102564vw) calc(10 * 0.2564102564vw);
    border-radius: calc(8 * 0.2564102564vw);
  }
  .form_in_box .label_txt_textarea textarea:focus {
    background-color: #c1daff;
  }
  .form_in_box .label_txt .confirmation {
    width: 90%;
    height: 100%;
    padding: calc(15 * 0.2564102564vw) calc(15 * 0.2564102564vw);
  }
  .form_in_box .label_buttons {
    width: 100%;
  }
  .form_in_box_confirmation .label_in {
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: calc(25 * 0.2564102564vw);
  }
  .form_in_box_confirmation .label_in_agree {
    border-bottom: 0;
  }
  .form_in_box_confirmation .label_ttl {
    padding: calc(5 * 0.2564102564vw) calc(15 * 0.2564102564vw);
  }
  .form_in_box_confirmation .label_txt .confirmation {
    padding: calc(10 * 0.2564102564vw) calc(15 * 0.2564102564vw);
    height: 25%;
  }
  .form_in_box_complete {
    line-height: 2;
    text-align: center;
    margin-top: calc(30 * 0.2564102564vw);
  }
  .form_in_box_complete a {
    display: block;
    color: #0053CF;
    text-decoration: underline;
    margin-top: calc(10 * 0.2564102564vw);
  }
  .form_buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: calc(30 * 1px);
  }
  .form_buttons button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(150 * 0.2564102564vw);
    height: calc(50 * 0.2564102564vw);
    color: #FFFFFF;
    background: #0053CF;
    border-radius: calc(4 * 0.2564102564vw);
  }
  .form_buttons button[data-form_btn=back] {
    color: #061427;
    background: #EDF1F8;
  }
  .form_buttons_entry {
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
  }
  .form_buttons_entry button[data-form_btn=back] {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .form {
    width: calc(1080px * 10 / 12);
    margin: 0 auto;
  }
  .form_progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .form_progress_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    width: calc(1080px * 3 / 12);
    color: #D7E1EC;
    font-size: 14rem;
    font-weight: 500;
    text-align: center;
  }
  .form_progress_item::before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    content: "";
    z-index: 1;
    width: calc(40 * 1px);
    height: calc(40 * 1px);
    margin: 0 auto calc(10 * 1px);
    color: #FFFFFF;
    font-size: 20rem;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    background: #D7E1EC;
    border-radius: 100%;
  }
  .form_progress_item::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(18 * 1px);
    left: calc(1080px * 1.5 / 12);
    width: calc(1080px * 3 / 12);
    height: calc(4 * 1px);
    background: #D7E1EC;
  }
  .form_progress_item:last-of-type::after {
    display: none;
  }
  .form_progress_item:nth-of-type(1)::before {
    content: "1";
  }
  .form_progress_item:nth-of-type(2)::before {
    content: "2";
  }
  .form_progress_item:nth-of-type(3)::before {
    content: "3";
  }
  .form_progress_item.is-active {
    color: #061427;
    font-weight: 600;
  }
  .form_progress_item.is-active::before {
    background: #061427;
  }
  .form_body {
    width: calc(1080px * 10 / 12);
    margin: calc(60 * 1px) auto 0;
    padding: calc(30 * 1px);
    border: 1px solid #D7E1EC;
  }
  .form_in {
    width: calc(1080px * 10 / 12);
    margin: 0 auto;
    border-radius: calc(6 * 1px);
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: calc(25 * 1px);
  }
  .form_in_box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .form_in_box_info {
    background: #EDF1F8;
    padding: calc(20 * 1px);
    margin-bottom: calc(50 * 1px);
  }
  .form_in_box .label_sec {
    width: 100%;
    margin-top: calc(30 * 1px);
  }
  .form_in_box .label_sec:nth-of-type(1) {
    margin-top: 0;
  }
  .form_in_box .label_sec:nth-last-of-type(1) {
    margin-top: 0;
    background: #EDF1F8;
  }
  .form_in_box .label_head {
    width: 100%;
    margin: calc(30 * 1px) 0 calc(10 * 1px);
    font-weight: 600;
  }
  .form_in_box .label_head_txt {
    width: 100%;
    padding: calc(10 * 1px) 0 calc(10 * 1px) calc(10 * 1px);
  }
  .form_in_box .label_in {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: calc(10 * 1px);
  }
  .form_in_box .label_icon {
    display: inline;
  }
  .form_in_box .label_icon span {
    width: 35px;
    font-size: calc(12 * 1px);
    text-align: center;
    padding: calc(2 * 1px) calc(4 * 1px);
    color: #fff;
    border-radius: calc(3 * 1px);
    font-weight: normal;
  }
  .form_in_box .label_icon span.required_label {
    background-color: #CF2B15;
    color: #FFFFFF;
  }
  .form_in_box .label_icon span.ok_label {
    display: none;
    background-color: #0053CF;
    color: #FFFFFF;
  }
  .form_in_box .label_icon span.optional {
    opacity: 0;
  }
  .form_in_box .label_agree {
    padding: calc(20 * 1px) 0;
  }
  .form_in_box .label_agree span {
    width: calc(35 * 1px);
    font-size: calc(15 * 1px);
    text-align: center;
    padding: calc(2 * 1px) calc(4 * 1px);
    border-radius: calc(3 * 1px);
    font-weight: normal;
    line-height: 2;
  }
  .form_in_box .label_agree span.required_label {
    background-color: #CF2B15;
    color: #FFFFFF;
  }
  .form_in_box .label_agree span.ok_label {
    display: none;
    background-color: #0053CF;
    color: #FFFFFF;
  }
  .form_in_box .label_agree span .link {
    text-decoration: underline;
    color: blue;
  }
  .form_in_box .label_agree_ttl {
    font-weight: bold;
  }
  .form_in_box .label_agree_check label {
    position: relative;
  }
  .form_in_box .label_agree_check label .formError {
    margin-top: calc(-42 * 1px) !important;
  }
  .form_in_box .label_ttl {
    width: 30%;
    padding: calc(15 * 1px);
    font-size: 16rem;
  }
  .form_in_box .label_txt {
    width: 70%;
    font-size: 16rem;
    border-radius: calc(5 * 1px);
    position: relative;
  }
  .form_in_box .label_txt_half {
    width: 35%;
  }
  .form_in_box .label_txt_error {
    color: #CF2B15;
  }
  .form_in_box .label_txt input {
    width: 90%;
    height: 100%;
    padding: calc(10 * 1px) calc(15 * 1px);
    background-color: #fff;
    border-radius: calc(5 * 1px);
  }
  .form_in_box .label_txt input:focus {
    background-color: #c1daff !important;
  }
  .form_in_box .label_txt input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 calc(50 * 1px) white inset;
            box-shadow: 0 0 0 calc(50 * 1px) white inset;
  }
  .form_in_box .label_txt input:autofill {
    -webkit-box-shadow: 0 0 0 calc(50 * 1px) white inset;
            box-shadow: 0 0 0 calc(50 * 1px) white inset;
  }
  .form_in_box .label_txt input[type=file] {
    height: 25%;
    padding: calc(10 * 1px);
    background-color: transparent;
  }
  .form_in_box .label_txt input[type=checkbox] {
    width: calc(15 * 1px);
    height: 100%;
    padding: calc(10 * 1px);
    background-color: transparent;
    margin-left: calc(20px * 1px);
  }
  .form_in_box .label_txt input[type=checkbox]:nth-of-type(1) {
    margin-left: 0;
  }
  .form_in_box .label_txt input[name=Name] {
    margin-right: calc(7 * 1px);
  }
  .form_in_box .label_txt input[name=Name_kana] {
    margin-right: calc(7 * 1px);
  }
  .form_in_box .label_txt input[name=DeliveryName] {
    margin-right: calc(7 * 1px);
  }
  .form_in_box .label_txt input[name=DeliveryName_kana] {
    margin-right: calc(7 * 1px);
  }
  .form_in_box .label_txt input[name=PurchaseYear] {
    width: 25%;
  }
  .form_in_box .label_txt input[name=PurchaseMonth] {
    width: 25%;
  }
  .form_in_box .label_txt input[name=PurchaseDay] {
    width: 25%;
  }
  .form_in_box .label_txt input[name=Solvent3_txt] {
    width: 40%;
    border: 1px solid #D7E1EC;
  }
  .form_in_box .label_txt .selectbox {
    display: inline;
    position: relative;
  }
  .form_in_box .label_txt .selectbox::before {
    border-top: calc(7 * 1px) solid #0053CF;
    border-left: calc(4 * 1px) solid transparent;
    border-right: calc(4 * 1px) solid transparent;
    content: "";
    position: absolute;
    right: calc(9 * 1px);
    top: calc(12 * 1px);
    width: 0;
  }
  .form_in_box .label_txt .selectbox select {
    border-radius: calc(5 * 1px);
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: #fff;
    height: 100%;
    width: 15%;
    margin-left: calc(10 * 1px);
    padding-left: calc(5 * 1px);
  }
  .form_in_box .label_txt_textarea {
    height: calc(150 * 1px);
  }
  .form_in_box .label_txt textarea {
    border: calc(1 * 1px) solid #D7E1EC;
    width: 90%;
    height: 90%;
    padding: calc(10 * 1px) calc(15 * 1px);
    background-color: #fff;
    border-radius: calc(8 * 1px);
  }
  .form_in_box .label_txt textarea:focus {
    background-color: #c1daff;
  }
  .form_in_box .label_txt .confirmation {
    width: 90%;
    height: 100%;
    padding: calc(15 * 1px) calc(15 * 1px);
  }
  .form_in_box .label_buttons {
    width: 100%;
  }
  .form_in_box_confirmation .label_in {
    border-bottom: 1px solid #d5d5d5;
  }
  .form_in_box_confirmation .label_in_agree {
    border-bottom: 0;
  }
  .form_in_box_confirmation .label_txt .confirmation {
    height: 25%;
  }
  .form_in_box_complete {
    line-height: 2;
    text-align: center;
    margin-top: calc(30 * 1px);
  }
  .form_in_box_complete a {
    display: block;
    color: #0053CF;
    text-decoration: underline;
    margin-top: calc(10 * 1px);
  }
  .form_buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: calc(30 * 1px);
  }
  .form_buttons button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(150 * 1px);
    height: calc(50 * 1px);
    color: #FFFFFF;
    background: #0053CF;
    border-radius: calc(4 * 1px);
  }
  .form_buttons button[data-form_btn=back] {
    color: #061427;
    background: #EDF1F8;
  }
  .form_buttons_entry {
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
  }
  .form_buttons_entry button[data-form_btn=back] {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */