@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@300;400;800&display=swap");
@import url("https://use.typekit.net/fkg5yjq.css");
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&display=swap");
/*! 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 {
  font-size: inherit;
  line-height: inherit;
  font-weight: 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.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-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;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

html {
  font-size: 6.25%;
}

@-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%);
  }
}
@media screen and (max-width: 767.98px) {
  .vw-l {
    display: none !important;
  }
  body {
    position: relative;
    width: 100%;
    min-width: calc(calc(100vw - calc(60 * 0.2564102564vw)) * 13 / 12);
    padding-top: calc(50 * 0.2564102564vw);
    font-size: 14rem;
    font-weight: 400;
    font-family: YakuHanJP, "Noto Sans JP", sans-serif;
    background: #FFFFFF;
    overflow-x: hidden;
    color: #00053a;
  }
  p {
    line-height: 1.7;
  }
  p img {
    display: inline-block;
    max-width: 100%;
  }
  .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(70 * 0.2564102564vw);
    color: #FFFFFF;
    font-size: 16rem;
    font-weight: 500;
    background: #00053a;
    border-radius: calc(8 * 0.2564102564vw);
    overflow: hidden;
  }
  .link-btn span {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    z-index: 1;
    padding: 0 calc(25 * 0.2564102564vw);
  }
  .link-btn::after {
    content: "";
    display: block;
    position: absolute;
    right: calc(20 * 0.2564102564vw);
    width: calc(10 * 0.2564102564vw);
    height: calc(10 * 0.2564102564vw);
    border-top: calc(2 * 0.2564102564vw) solid #FFFFFF;
    border-right: calc(2 * 0.2564102564vw) solid #FFFFFF;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .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: #0068EF;
  }
  .link-btn.-s {
    width: calc(calc(100vw - calc(60 * 0.2564102564vw)) * 12 / 12);
    height: calc(40 * 0.2564102564vw);
    font-size: 14rem;
  }
  .link-btn.-m {
    width: calc(calc(100vw - calc(60 * 0.2564102564vw)) * 12 / 12);
    height: calc(50 * 0.2564102564vw);
    font-size: 14rem;
  }
  .link-btn.-l {
    width: calc(calc(100vw - calc(60 * 0.2564102564vw)) * 12 / 12);
    font-size: 16rem;
  }
  .link-btn:hover::before {
    width: 100%;
  }
  .link-btn.-alt {
    color: #707070;
    font-size: 18rem;
    background: #0068EF;
    border: none;
  }
  .link-btn.-alt::before {
    background: rgba(0, 5, 58, 0.4);
  }
  .link-btn.-alt:hover::before {
    width: 100%;
  }
  .link-txt {
    position: relative;
    color: #0068EF;
  }
  .link-txt::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: calc(100% + calc(4 * 0.2564102564vw));
    left: 0;
    z-index: 0;
    width: 0;
    height: 1px;
    background: #0068EF;
  }
  .link-txt:hover::before {
    width: 100%;
  }
  .link-bnr {
    display: inline-block;
    border: 1px solid #00053a;
  }
  .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;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    width: calc(50 * 0.2564102564vw);
    height: calc(50 * 0.2564102564vw);
    background: #00053a;
    cursor: pointer;
  }
  .ui_drawer_toggle:active {
    background: #0068EF;
  }
  .ui_drawer_toggle ._icon {
    position: relative;
    width: calc(24 * 0.2564102564vw);
    height: 0;
  }
  .ui_drawer_toggle ._icon::before, .ui_drawer_toggle ._icon::after {
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    content: "";
    display: block;
    position: absolute;
    width: calc(24 * 0.2564102564vw);
    height: 2px;
    background: #FFFFFF;
  }
  .ui_drawer_toggle ._icon::before {
    bottom: 3px;
  }
  .ui_drawer_toggle ._icon::after {
    top: 3px;
  }
  .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 {
    padding-inline: calc(60 * 0.2564102564vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    position: fixed;
    top: 0;
    right: calc(calc(390 * 0.2564102564vw) * -1);
    z-index: 999;
    width: calc(390 * 0.2564102564vw);
    height: 100%;
    background: #00053a;
    overflow: auto;
  }
  .ui_drawer_body.is-active {
    right: 0;
  }
  .ui_drawer_body ._gnav_sitelogo {
    display: none;
  }
  .ui_drawer_body ._gnav_secondary {
    display: none;
  }
  .ui_drawer_body ._gnav_item[data-_gnav-id=privacy], .ui_drawer_body ._gnav_item[data-_gnav-id=security] {
    display: none;
  }
  .ui_drawer_body ._gnav_block {
    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;
  }
  .ui_drawer_body ._gnav_block ._name {
    display: none;
  }
  .ui_drawer_body ._gnav_block ._address {
    display: none;
  }
  ._gnav {
    color: #fff;
    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.8em;
    width: 100%;
    color: #FFFFFF;
    font-size: 16rem;
    padding-block: calc(100 * 0.2564102564vw);
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  ._gnav_item {
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  ._gnav_item:hover {
    color: #0068EF;
  }
  ._gnav_toggle {
    cursor: pointer;
    position: relative;
  }
  ._gnav_toggle::after {
    content: "";
    width: calc(8 * 0.2564102564vw);
    height: calc(8 * 0.2564102564vw);
    border-top: calc(2 * 0.2564102564vw) solid #FFFFFF;
    border-right: calc(2 * 0.2564102564vw) solid #FFFFFF;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    position: absolute;
    right: -30px;
    top: 0;
  }
  ._gnav_toggle.is-active::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  ._gnav_dropdown {
    padding-left: calc(20 * 0.2564102564vw);
  }
  ._gnav_dropdown_ttl {
    display: none;
  }
  ._gnav_dropdown.accordion_body {
    display: none;
  }
  ._gnav_dropdown.accordion_body.is-active {
    display: block;
  }
  ._gnav_dropdown_nav_item_in > ul {
    margin-bottom: calc(30 * 0.2564102564vw);
  }
  ._gnav_dropdown_nav_item_in > ul > li:nth-of-type(1) {
    margin-bottom: calc(10 * 0.2564102564vw);
    margin-top: calc(15 * 0.2564102564vw);
  }
  ._gnav_dropdown_nav_item_in > ul > li:not(:nth-of-type(1)) {
    padding-left: calc(20 * 0.2564102564vw);
    margin-bottom: calc(10 * 0.2564102564vw);
  }
  .gheader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    height: calc(50 * 0.2564102564vw);
    background: rgba(255, 255, 255, 0.92);
  }
  .gheader_sitelogo {
    margin-left: calc(15 * 0.2564102564vw);
  }
  .gheader_sitelogo svg {
    fill: #00053a;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
    -webkit-transform-origin: 0 center;
            transform-origin: 0 center;
  }
  .gheader_sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: calc(30 * 0.2564102564vw);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .gfooter {
    position: relative;
    z-index: 2;
    background: #fafdff;
  }
  .gfooter .gfooter_in {
    width: calc(calc(100vw - calc(60 * 0.2564102564vw)) * 12 / 12);
    margin: 0 auto;
    padding: calc(30 * 0.2564102564vw) 0;
    display: none;
  }
  .gfooter .gfooter_in ._gnav {
    color: initial;
    text-align: center;
    padding: 0;
  }
  .gfooter .gfooter_in ._gnav ._info_company {
    line-height: 1.5;
  }
  .gfooter .gfooter_in ._gnav ._info_sitelogo {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
  }
  .gfooter .gfooter_in ._gnav ._info_name {
    margin-bottom: calc(10 * 0.2564102564vw);
  }
  .gfooter .gfooter_in ._gnav_main {
    display: none;
  }
  .gfooter ._gnav_sub {
    font-size: 12rem;
    color: #FFFFFF;
    background-color: #00053a;
    padding: calc(20 * 0.2564102564vw);
  }
  .gfooter ._gnav_sub ul {
    margin-bottom: 10px;
    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);
  }
  .gfooter ._gnav_sub ul li > a::before {
    content: "|";
    padding-right: 15px;
  }
  .gfooter ._gnav_sub ul li:last-child a::after {
    content: "|";
    padding-left: 15px;
  }
  .gfooter ._gnav_sub .copyright {
    font-size: 12rem;
    text-align: center;
    display: block;
  }
  .scrolltop {
    display: none;
  }
  .table_wrap {
    overflow-x: scroll;
    padding: 1em;
  }
  hr {
    width: calc(calc(100vw - calc(60 * 0.2564102564vw)) * 12 / 12);
    margin: 0 auto;
    color: #00053a;
  }
  .page_header {
    position: relative;
    width: 100%;
    height: calc(100 * 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;
    background: linear-gradient(98deg, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.1) 80%, rgba(255, 255, 255, 0) 100%) no-repeat center;
    background-size: cover;
  }
  .page_header img {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: -1;
  }
  .page_ttl {
    width: calc(calc(100vw - calc(60 * 0.2564102564vw)) * 12 / 12);
    margin: auto;
    font-size: 28rem;
    font-weight: 700;
  }
  .page_lead {
    position: relative;
    margin-inline: calc(50% - 50vw);
    padding-inline: calc(50vw - 50%);
  }
  .page_lead ._ttl {
    display: block;
    font-size: 20rem;
    font-weight: 600;
    text-align: center;
    padding-block: calc(0 * 0.2564102564vw) calc(30 * 0.2564102564vw);
    margin: auto;
  }
  .page_lead ._ttl::after {
    content: "";
    display: block;
    margin: 0.5em auto 0;
    width: 5em;
    height: 5px;
    background: -webkit-gradient(linear, left top, right top, color-stop(20%, rgb(163, 215, 255)), color-stop(20%, rgb(163, 215, 254)), color-stop(50%, rgb(204, 255, 199)), color-stop(80%, rgb(255, 253, 135)));
    background: linear-gradient(90deg, rgb(163, 215, 255) 20%, rgb(163, 215, 254) 20%, rgb(204, 255, 199) 50%, rgb(255, 253, 135) 80%);
  }
  .page_lead ._ttl > span {
    display: block;
    font-size: 14rem;
    font-weight: normal;
    line-height: 1.4;
  }
  .page_nav.child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: calc(20 * 0.2564102564vw);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: calc(30 * 0.2564102564vw);
    padding-bottom: calc(30 * 0.2564102564vw);
    border-bottom: 1px solid;
  }
  .page_nav.grandchild {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: calc(20 * 0.2564102564vw);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: calc(30 * 0.2564102564vw);
    padding-bottom: calc(30 * 0.2564102564vw);
    border-bottom: 1px solid;
  }
  .page.domain .page_nav.child [href$="domain/"] {
    pointer-events: none;
    background: #0068EF;
  }
  .page.server .page_nav.child [href$="server/"] {
    pointer-events: none;
    background: #0068EF;
  }
  .page.ssl .page_nav.child [href$="ssl/"] {
    pointer-events: none;
    background: #0068EF;
  }
  .page.works .page_nav.child [href$="works/"] {
    pointer-events: none;
    background: #0068EF;
  }
  .page.process .page_nav.child [href$="process/"] {
    pointer-events: none;
    background: #0068EF;
  }
  .page.system .page_nav.child [href$="system/"] {
    pointer-events: none;
    background: #0068EF;
  }
  .page.web_maintenance .page_nav.child [href$="web_maintenance/"] {
    pointer-events: none;
    background: #0068EF;
  }
  .page.server_maintenance .page_nav.child [href$="server_maintenance/"] {
    pointer-events: none;
    background: #0068EF;
  }
  .page.consulting .page_nav.child [href$="consulting/"] {
    pointer-events: none;
    background: #0068EF;
  }
  .page.cms .page_nav.grandchild [href$="cms/"] {
    pointer-events: none;
    background: #0068EF;
  }
  .page.ec .page_nav.grandchild [href$="ec/"] {
    pointer-events: none;
    background: #0068EF;
  }
  .page.member .page_nav.grandchild [href$="member/"] {
    pointer-events: none;
    background: #0068EF;
  }
  .page.agency .page_nav.grandchild [href$="agency/"] {
    pointer-events: none;
    background: #0068EF;
  }
  .page.faq_site .page_nav.grandchild [href$="faq_site/"] {
    pointer-events: none;
    background: #0068EF;
  }
  .page.newsletter .page_nav.grandchild [href$="newsletter/"] {
    pointer-events: none;
    background: #0068EF;
  }
  .page_list.child ._item {
    margin-bottom: calc(90 * 0.2564102564vw);
  }
  .page_list.child ._item tr {
    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;
  }
  .page_list.child ._item ._txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 1em;
  }
  .page_list.child ._item ._img {
    width: 100%;
  }
  .page_list.child ._item ._img img {
    width: 100%;
    height: auto;
  }
  .page_list.child ._item .link-btn {
    margin: auto;
    margin-top: 2em;
  }
  .page_list.grandchild {
    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 * 0.2564102564vw);
    margin-top: calc(30 * 0.2564102564vw);
  }
  .page_list.grandchild ._item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: calc(30 * 0.2564102564vw);
    width: 100%;
    padding: calc(30 * 0.2564102564vw) calc(20 * 0.2564102564vw);
    border-radius: 10px;
    background-color: rgba(0, 104, 239, 0.04);
  }
  .page_list.grandchild ._icon {
    width: calc(80 * 0.2564102564vw);
    height: calc(80 * 0.2564102564vw);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .page_list.grandchild ._icon img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .page_list.grandchild ._txt {
    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;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: 100%;
  }
  .page_list.grandchild ._txt b {
    font-size: 20rem;
  }
  .page_list.grandchild ._txt p {
    line-height: 1.5;
    margin-block: 1em;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .page_list.grandchild ._txt .link-btn {
    margin-top: auto;
    width: 100%;
  }
  .page_body {
    width: calc(calc(100vw - calc(60 * 0.2564102564vw)) * 12 / 12);
    margin: 0 auto;
  }
  .page_body_in {
    width: 100%;
    margin: calc(40 * 0.2564102564vw) auto;
  }
  .page_body_in h2 {
    position: relative;
    font-size: 25rem;
    font-weight: 700;
    margin: calc(30 * 0.2564102564vw) 0 calc(18 * 0.2564102564vw);
    padding-left: calc(10 * 0.2564102564vw);
  }
  .page_body_in h2::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(5 * 0.2564102564vw);
    height: 100%;
    background: #00053a;
  }
  .page_body_in h3 {
    margin: calc(30 * 0.2564102564vw) 0 calc(15 * 0.2564102564vw);
    font-size: 20rem;
    font-weight: 500;
    line-height: 1.4;
  }
  .page_body_in p a,
  .page_body_in li a {
    color: #0068EF;
  }
  .page_body_in p a:active,
  .page_body_in li a:active {
    text-decoration: underline;
  }
  .page_body_in p + p {
    margin-top: 0.8em;
  }
  .page_body_in ul {
    list-style-type: disc;
    margin: 1em 0 0 1.2em;
  }
  .page_body_in ul li + li {
    margin-top: 0.5em;
  }
  .page_body_in ol {
    list-style-type: decimal;
    margin: 1em 0 0 1.2em;
  }
  .page_body_in ol li + li {
    margin-top: 0.5em;
  }
  .breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: calc(8 * 0.2564102564vw);
    width: calc(calc(100vw - calc(60 * 0.2564102564vw)) * 12 / 12);
    margin: 0 auto;
    padding-top: calc(20 * 0.2564102564vw);
    font-size: 12rem;
  }
  .breadcrumb a:last-of-type {
    font-weight: 500;
  }
  .breadcrumb_arrow {
    content: "";
    display: block;
    width: calc(4 * 0.2564102564vw);
    height: calc(4 * 0.2564102564vw);
    margin-top: 0.2em;
    margin-left: calc(-3 * 0.2564102564vw);
    border-top: 1px solid #00053a;
    border-right: 1px solid #00053a;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .related {
    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(60 * 0.2564102564vw)) * 10 / 12);
    margin: calc(60 * 0.2564102564vw) auto 0;
  }
  .related .link-btn {
    width: 100%;
  }
  .pagination {
    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;
    margin: calc(50 * 0.2564102564vw) 0 0 0;
  }
  .pagination_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;
    border: 1px solid #00053a;
    font-size: 12rem;
  }
  .pagination_item a {
    color: #00053a;
    display: block;
    width: 100%;
    height: 100%;
    padding: calc(5 * 0.2564102564vw) calc(10 * 0.2564102564vw);
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  .pagination_item a:hover {
    background-color: #00053a;
    color: #FFFFFF;
  }
  .pagination_item:not(:last-child) {
    margin-right: 1em;
  }
  .pagination_item.current {
    background-color: #00053a;
    color: #FFFFFF;
    padding: calc(5 * 0.2564102564vw) calc(10 * 0.2564102564vw);
  }
  .mod_service_list ._item {
    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;
    margin-top: calc(40 * 0.2564102564vw);
  }
  .mod_service_list ._item:first-of-type {
    margin-top: 0;
  }
  .mod_service_list ._item_txt {
    width: calc(calc(100vw - calc(60 * 0.2564102564vw)) * 12 / 12);
  }
  .mod_service_list ._item_ttl {
    margin-top: calc(25 * 0.2564102564vw);
    font-size: 24rem;
    font-weight: 600;
  }
  .mod_service_list ._item_ttl .link {
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: calc(10 * 0.2564102564vw);
    line-height: 0.72;
  }
  .mod_service_list ._item_ttl .link:hover {
    color: #0068EF;
  }
  .mod_service_list ._item_ttl .icon {
    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: calc(22 * 0.2564102564vw);
    height: calc(22 * 0.2564102564vw);
    background: #0068EF;
    border-radius: 100%;
    -webkit-transform: translateY(0.07em);
            transform: translateY(0.07em);
  }
  .mod_service_list ._item_ttl .icon::after {
    content: "";
    display: block;
    width: calc(6 * 0.2564102564vw);
    height: calc(6 * 0.2564102564vw);
    border-top: calc(1 * 0.2564102564vw) solid #FFFFFF;
    border-right: calc(1 * 0.2564102564vw) solid #FFFFFF;
    -webkit-transform: translateX(-0.05em) rotate(45deg);
            transform: translateX(-0.05em) rotate(45deg);
  }
  .mod_service_list ._item_msg {
    margin: calc(20 * 0.2564102564vw) 0 0;
    text-align: justify;
    line-height: 1.8;
  }
  .mod_service_list ._item_links {
    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(20 * 0.2564102564vw);
    margin-top: calc(20 * 0.2564102564vw);
    line-height: 0.7;
  }
  .mod_service_list ._item_links .link-txt {
    font-weight: 400;
  }
  .mod_service_list ._item_img {
    width: calc(calc(100vw - calc(60 * 0.2564102564vw)) * 12 / 12);
    height: calc(calc(100vw - calc(60 * 0.2564102564vw)) * 6 / 12);
    border-radius: calc(12 * 0.2564102564vw);
    overflow: hidden;
  }
  .mod_service_list ._item_img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .home .gfooter {
    margin-top: 0;
  }
  .home_heroheader {
    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(400 * 0.2564102564vw);
    min-height: calc(400 * 0.2564102564vw);
    position: relative;
  }
  .home_heroheader_in {
    width: 95%;
    height: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .home_heroheader_catch {
    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: #05436b;
    background: rgba(255, 255, 255, 0.8);
  }
  .home_heroheader_catch_in {
    text-align: center;
    padding: 4em 1em;
  }
  .home_heroheader_catch ._en {
    width: 100%;
    margin: auto;
  }
  .home_heroheader_catch ._en img {
    width: 100%;
    height: 50px;
  }
  .home_heroheader_catch ._ttl {
    font-family: "BIZ UDPGothic", sans-serif;
    margin-top: calc(20 * 0.2564102564vw);
  }
  .home_heroheader_catch ._ttl ._main {
    font-size: calc(18 * 0.2564102564vw);
    font-weight: 700;
  }
  .home_heroheader_catch ._ttl ._sub {
    font-size: calc(12 * 0.2564102564vw);
    line-height: 1.6;
    margin-top: 1em;
    font-weight: 700;
  }
  .home_heroheader_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
    overflow: hidden;
  }
  .home_heroheader_bg img {
    width: 110%;
    height: 110%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top -11px left 27%;
       object-position: top -11px left 27%;
  }
  .home_body {
    position: relative;
    z-index: 2;
    width: 100%;
    background: #FFFFFF;
  }
  .home_section {
    margin-top: calc(60 * 0.2564102564vw);
  }
  .home_section_in {
    width: calc(calc(100vw - calc(60 * 0.2564102564vw)) * 12 / 12);
    margin: 0 auto;
  }
  .home_section_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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(15 * 0.2564102564vw);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: relative;
    margin: 0 auto calc(40 * 0.2564102564vw);
    font-size: calc(40 * 0.2564102564vw);
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    line-height: 0.72;
    letter-spacing: 0.02em;
  }
  .home_section_ttl::after {
    content: "";
    display: block;
    content: "";
    display: block;
    width: 60%;
    height: calc(4 * 0.2564102564vw);
    line-height: 0.72;
    background: #00053a;
  }
  .home_section_ttl.-alt {
    color: #FFFFFF;
    margin-bottom: calc(30 * 0.2564102564vw);
  }
  .home_section_ttl.-alt::after {
    background-color: #FFFFFF;
  }
  .home_about {
    margin-top: 0;
    padding-bottom: calc(50 * 0.2564102564vw);
    margin-top: calc(80 * 0.2564102564vw);
  }
  .home_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;
    width: calc(calc(100vw - calc(60 * 0.2564102564vw)) * 12 / 12);
    margin: 0 auto;
    display: flex;
  }
  .home_about_ttl {
    font-size: 24rem;
    font-weight: 700;
    margin-bottom: calc(20 * 0.2564102564vw);
    line-height: 1.5;
  }
  .home_about_txt {
    position: relative;
    font-size: 16rem;
    text-align: justify;
  }
  .home_about_txt p {
    line-height: 1.8;
  }
  .home_about_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: calc(calc(100vw - calc(60 * 0.2564102564vw)) * 12 / 12);
    overflow: hidden;
  }
  .home_about_img img {
    height: 100%;
    -webkit-transform: translate(2%, calc(-10 * 0.2564102564vw));
            transform: translate(2%, calc(-10 * 0.2564102564vw));
  }
  .home_works {
    margin-top: calc(60 * 0.2564102564vw);
  }
  .home_works_in {
    width: calc(calc(100vw - calc(60 * 0.2564102564vw)) * 12 / 12);
    margin: auto;
  }
  .home_works_item p {
    text-align: center;
    margin-top: calc(20 * 0.2564102564vw);
  }
  .home_works .splide__slide img {
    opacity: 0.3;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }
  .home_works .splide__slide.is-active img {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    z-index: 1;
  }
  .home_works .splide__slide img {
    height: auto;
    width: 100%;
  }
  .home_works .splide__arrow--next {
    right: -1em;
  }
  .home_works .splide__arrow--prev {
    left: -1em;
  }
  .home_works .link-btn {
    margin: calc(20 * 0.2564102564vw) auto 0;
  }
  .home_contact {
    position: relative;
    width: 100%;
    height: calc(500 * 0.2564102564vw);
    text-shadow: 0px 0px 6px rgba(0, 5, 58, 0.3);
  }
  .home_contact_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    overflow: hidden;
  }
  .home_contact_bg img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    -o-object-position: 30% 0%;
       object-position: 30% 0%;
  }
  .home_contact_bg::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 5, 58, 0.25);
    backdrop-filter: blur(2px);
  }
  .home_contact_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;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    z-index: 1;
  }
  .home_contact_in p {
    color: #FFFFFF;
    text-align: left;
    font-weight: 500;
  }
  .home_contact_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;
    gap: calc(20 * 0.2564102564vw);
    margin-top: calc(40 * 0.2564102564vw);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home_contact_details ._item_img {
    width: 100%;
    height: calc(180 * 0.2564102564vw);
    background: pink;
  }
  .home_contact_details ._item_address {
    padding: calc(30 * 0.2564102564vw) 0;
  }
  .home_contact_details ._item_address h3 {
    font-weight: 700;
  }
  .home_contact_details ._item_address p {
    margin-top: calc(10 * 0.2564102564vw);
    font-size: 15rem;
  }
  .home_contact_details ._item_address p:last-child {
    margin-top: 0;
    font-size: 13rem;
  }
  .home_contact_details ._item .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;
    width: 100%;
  }
  .home_contact_details ._map {
    display: none;
  }
  .domain .related [href="/hosting/domain/"] {
    display: none;
  }
  .server .related [href="/hosting/server/"] {
    display: none;
  }
  .ssl .related [href="/hosting/ssl/"] {
    display: none;
  }
  .hosting table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hosting 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(10 * 0.2564102564vw);
  }
  .hosting table .hosting_domain_txt {
    width: 100%;
  }
  .hosting table .hosting_domain_img {
    width: 70%;
    margin: 0 auto;
  }
  .hosting table .hosting_ssl_txt {
    width: 100%;
  }
  .hosting table .hosting_ssl_img {
    width: 70%;
    margin: 0 auto;
  }
  .domain_table {
    width: 100%;
    background: #fafdff;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 5, 58, 0.4);
            box-shadow: 0 0 0 1px rgba(0, 5, 58, 0.4);
  }
  .domain_table tr {
    border-bottom: 1px solid rgba(0, 5, 58, 0.2);
  }
  .domain_table tr:last-of-type {
    border-bottom: none;
  }
  .domain_table td {
    padding: calc(10 * 0.2564102564vw) calc(15 * 0.2564102564vw);
    border-right: 1px solid rgba(0, 5, 58, 0.2);
  }
  .domain_table td:last-of-type {
    border-right: none;
  }
  .server .hosting_server td {
    width: 33.3%;
  }
  .server .hosting_server td img {
    width: 100%;
    height: auto;
  }
  .server .table_wrap {
    overflow-x: scroll;
    overflow-y: clip;
  }
  .server .table_wrap ._spec {
    white-space: nowrap;
    width: 100%;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 5, 58, 0.4);
            box-shadow: 0 0 0 1px rgba(0, 5, 58, 0.4);
  }
  .server .table_wrap ._spec tr {
    border-bottom: 1px solid rgba(0, 5, 58, 0.2);
  }
  .server .table_wrap ._spec tr:last-of-type {
    border-bottom: none;
  }
  .server .table_wrap ._spec tr td {
    padding: calc(5 * 0.2564102564vw);
    border-right: 1px solid rgba(0, 5, 58, 0.2);
  }
  .server .table_wrap ._spec tr td:last-of-type {
    border-right: none;
  }
  .ssl_about 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(10 * 0.2564102564vw);
  }
  .ssl_about_txt {
    width: 100%;
  }
  .ssl_about_img {
    width: 80%;
    margin: 0 auto;
  }
  .ssl .table_wrap ._plan {
    background: #fafdff;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 5, 58, 0.4);
            box-shadow: 0 0 0 1px rgba(0, 5, 58, 0.4);
  }
  .ssl .table_wrap ._plan tr {
    border-bottom: 1px solid rgba(0, 5, 58, 0.2);
  }
  .ssl .table_wrap ._plan tr:first-of-type td {
    width: 20em;
  }
  .ssl .table_wrap ._plan tr:last-of-type {
    border-bottom: none;
  }
  .ssl .table_wrap ._plan tr td {
    padding: calc(7 * 0.2564102564vw);
    border-right: 1px solid rgba(0, 5, 58, 0.2);
  }
  .ssl .table_wrap ._plan tr td:first-of-type {
    vertical-align: middle;
    padding: 4px;
  }
  .ssl .table_wrap ._plan tr td:last-of-type {
    border-right: none;
  }
  .ssl .table_wrap ._plan tr td p {
    line-height: 1.2;
  }
  .ssl .table_wrap ._plan tr td span {
    font-size: 13rem;
  }
  .ssl .table_wrap ._plan tr td ul {
    list-style-type: none;
    margin: 0;
  }
  .ssl .table_wrap + p {
    line-height: 1.5;
  }
  .ssl .table_wrap + p + P {
    line-height: 1.5;
    margin-top: 0.3em;
  }
  .works .related [href="/website/works/"] {
    display: none;
  }
  .cost .related [href="/website/cost/"] {
    display: none;
  }
  .process .related [href="/website/process/"] {
    display: none;
  }
  .tool .related [href="/website/tool/"] {
    display: none;
  }
  .system .related [href="/website/system/"] {
    display: none;
  }
  .website .lead {
    padding-top: 0;
  }
  .corporate [date-category-id=corporate] {
    color: #FFFFFF;
    background-color: rgba(0, 5, 58, 0.5);
  }
  .ec [date-category-id=ec] {
    color: #FFFFFF;
    background-color: rgba(0, 5, 58, 0.5);
  }
  .lp [date-category-id=lp] {
    color: #FFFFFF;
    background-color: rgba(0, 5, 58, 0.5);
  }
  .recruit [date-category-id=recruit] {
    color: #FFFFFF;
    background-color: rgba(0, 5, 58, 0.5);
  }
  .mt [date-category-id=mt] {
    color: #FFFFFF;
    background-color: rgba(0, 5, 58, 0.5);
  }
  .wp [date-category-id=wp] {
    color: #FFFFFF;
    background-color: rgba(0, 5, 58, 0.5);
  }
  .bcart [date-category-id=bcart] {
    color: #FFFFFF;
    background-color: rgba(0, 5, 58, 0.5);
  }
  .renewal [date-category-id=renewal] {
    color: #FFFFFF;
    background-color: rgba(0, 5, 58, 0.5);
  }
  .responsive [date-category-id=responsive] {
    color: #FFFFFF;
    background-color: rgba(0, 5, 58, 0.5);
  }
  .works_body {
    width: calc(calc(100vw - calc(60 * 0.2564102564vw)) * 12 / 12);
    margin: 0 auto;
  }
  .works_body_in {
    width: 100%;
    margin: calc(40 * 0.2564102564vw) auto;
  }
  .works_nav {
    background-color: #F6F6F6;
    padding: calc(10 * 0.2564102564vw) calc(10 * 0.2564102564vw);
  }
  .works_nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: calc(10 * 0.2564102564vw);
    margin: 0;
  }
  .works_nav ul li a {
    width: 100%;
    height: 100%;
    display: block;
    padding: calc(5 * 0.2564102564vw) calc(20 * 0.2564102564vw);
    background-color: #FFFFFF;
    color: #00053a;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  .works_nav ul li a:hover {
    text-decoration: none;
    color: #FFFFFF;
    background-color: rgba(0, 5, 58, 0.5);
  }
  .works.all [date-category-id=all] {
    color: #FFFFFF;
    background-color: rgba(0, 5, 58, 0.5);
  }
  .works_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: calc(30 * 0.2564102564vw);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: calc(50 * 0.2564102564vw);
  }
  .works_list ._item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .works_list ._item_link {
    text-align: center;
  }
  .works_list ._item_link:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .works_list ._item_link:hover ._item_ttl {
    color: #0068EF;
  }
  .works_list ._item_img {
    width: 100%;
    overflow: hidden;
  }
  .works_list ._item_img img {
    width: 100%;
    -webkit-transition: cubic-bezier(0.22, 1, 0.36, 1) 0.3s;
    transition: cubic-bezier(0.22, 1, 0.36, 1) 0.3s;
  }
  .works_list ._item_ttl {
    position: relative;
    font-size: 18rem;
    font-weight: 700;
    margin-top: calc(20 * 0.2564102564vw);
    padding: 0;
    margin-bottom: 0;
    color: #00053a;
  }
  .works_list ._item_ttl::before {
    display: none;
  }
  .works_list ._item_tag {
    text-align: center;
    font-size: 14rem;
    opacity: 0.7;
    margin-top: calc(10 * 0.2564102564vw);
  }
  .works_list ._item_tag span {
    display: inline-block;
  }
  .works_list ._item_tag span:not(:first-child)::before {
    content: "/";
    display: inline-block;
    padding: 0 calc(5 * 0.2564102564vw);
  }
  .works_list ._item_txt {
    margin-top: calc(20 * 0.2564102564vw);
    padding-inline: calc(10 * 0.2564102564vw);
  }
  .works_list ._item_txt p {
    font-size: 14rem;
    line-height: 1.6;
    opacity: 0.7;
  }
  .works_list ._item_extention {
    display: inline-block;
    margin: calc(15 * 0.2564102564vw) 0 0 calc(30 * 0.2564102564vw);
    padding: calc(10 * 0.2564102564vw);
    background: rgba(0, 5, 58, 0.06);
  }
  .works_list ._item_extention p {
    font-size: 14rem;
  }
  .works_list ._item_extention span {
    display: inline-block;
    margin-left: calc(6 * 0.2564102564vw);
    padding: calc(2 * 0.2564102564vw) calc(8 * 0.2564102564vw);
    font-size: 12rem;
    background: #FFFFFF;
    border-radius: calc(3 * 0.2564102564vw);
  }
  .works_list ._item_extention span:first-of-type {
    margin-left: calc(20 * 0.2564102564vw);
  }
  .process ol {
    list-style: none;
    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: 0;
    padding-bottom: calc(40 * 0.2564102564vw);
    border-bottom: 1px solid #00053a;
  }
  .process ol li {
    position: relative;
  }
  .process ol li::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(32 * 0.2564102564vw);
    left: calc(15 * 0.2564102564vw);
    z-index: -1;
    width: calc(4 * 0.2564102564vw);
    height: 100%;
    background: #00053a;
  }
  .process ol li:last-of-type::after {
    display: none;
  }
  .process ol li h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    padding-left: 0;
    font-size: 20rem;
    font-weight: 700;
  }
  .process ol li h2::before {
    display: none;
  }
  .process ol li h2 em {
    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(32 * 0.2564102564vw);
    height: calc(32 * 0.2564102564vw);
    margin-right: calc(15 * 0.2564102564vw);
    color: #FFFFFF;
    font-size: 20rem;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    background: #00053a;
    border-radius: calc(4 * 0.2564102564vw);
  }
  .process ol li p {
    margin-top: calc(5 * 0.2564102564vw);
    padding-left: calc(50 * 0.2564102564vw);
    font-size: 14rem;
    line-height: 1.6;
  }
  .process ol + p {
    margin-top: calc(20 * 0.2564102564vw);
    line-height: 1.6;
  }
  .ec .related [href="/system/ec/"] {
    display: none;
  }
  .agency .related [href="/system/agency/"] {
    display: none;
  }
  .newsletter .related [href="/system/newsletter/"] {
    display: none;
  }
  .faq_site .related [href="/system/faq_site/"] {
    display: none;
  }
  .member .related [href="/system/member/"] {
    display: none;
  }
  .cms .related [href="/system/cms/"] {
    display: none;
  }
  .ec .table_float {
    width: 100%;
  }
  .ec .table_float tr {
    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;
  }
  .ec .table_float_txt {
    width: 100%;
  }
  .ec .table_float_img {
    text-align: center;
    margin-bottom: calc(20 * 0.2564102564vw);
  }
  .ec ul.merit1 {
    list-style-type: none;
    margin: 0;
  }
  .ec ul.merit1 li {
    background-color: #fafdff;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(5, 11, 25, 0.1);
            box-shadow: 0px 0px 3px 0px rgba(5, 11, 25, 0.1);
    padding: calc(20 * 0.2564102564vw);
  }
  .ec ul.merit1 li + li {
    margin-top: calc(25 * 0.2564102564vw);
  }
  .ec ul.merit1 li strong {
    font-size: 24rem;
  }
  .ec ul.merit1 li strong .merit1_point {
    font-size: 23rem;
    padding-right: 7px;
    position: relative;
  }
  .ec ul.merit1 li strong .merit1_point::before {
    content: "Point";
    position: absolute;
    top: -5px;
    left: -3px;
    font-size: 14px;
  }
  .ec ul.merit1 li strong .merit1_mark {
    background: -webkit-gradient(linear, left bottom, left top, from(#f9ffa3), color-stop(30%, rgba(0, 0, 0, 0)));
    background: linear-gradient(to top, #f9ffa3 0% 30%, rgba(0, 0, 0, 0) 30% 100%);
    display: inline-block;
    padding-bottom: 4px;
  }
  .ec ul.merit1 li .merit1_txt {
    line-height: 1.8;
    display: inline-block;
    margin-top: 8px;
  }
  .ec table.merit2 {
    width: 100%;
    background-color: #fafdff;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 5, 58, 0.4);
            box-shadow: 0 0 0 1px rgba(0, 5, 58, 0.4);
  }
  .ec table.merit2 tr {
    border-bottom: 1px solid rgba(0, 5, 58, 0.2);
  }
  .ec table.merit2 tr td {
    text-align: center;
    vertical-align: middle;
    width: 25%;
    padding: calc(10 * 0.2564102564vw) calc(15 * 0.2564102564vw);
    border-right: 1px solid rgba(0, 5, 58, 0.2);
  }
  .ec table.merit2 tr td:first-of-type {
    background-color: #eeeeee;
  }
  .ec table.merit2 tr td:last-of-type {
    border-right: none;
  }
  .ec table.merit2 tr:first-child {
    background-color: #eeeeee;
  }
  .ec table.merit2 tr:first-child :nth-of-type(4) {
    background-color: #e8f4ff;
  }
  .ec table.merit2 tr:last-of-type {
    border-bottom: none;
  }
  .ec .problem ul {
    list-style-type: none;
    line-height: 1.8;
  }
  .ec .problem ul li {
    margin-left: 15px;
    position: relative;
  }
  .ec .problem ul li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 180px;
    height: 150px;
    scale: 0.15;
    margin-top: -60px;
    margin-left: -110px;
    background-image: url(https://stg.bandt.co.jp/assets/images/icon_checkBox.jpg);
    background-repeat: no-repeat;
  }
  .ec .problem p {
    font-size: 26rem;
  }
  .agency .table_float {
    width: 100%;
  }
  .agency .table_float tr {
    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;
  }
  .agency .table_float_txt {
    width: 100%;
  }
  .agency .table_float_img {
    width: 70%;
    margin-inline: auto;
    text-align: center;
    margin-bottom: calc(20 * 0.2564102564vw);
  }
  .agency .table_float_img img {
    width: 100%;
  }
  .agency .feature dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .agency .feature dl dt {
    width: 35%;
    border-bottom: 1px dotted #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    float: left;
    clear: left;
    padding: 1em 0 1em 1em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .agency .feature dl dt img {
    margin-right: 0;
    margin-bottom: calc(5 * 0.2564102564vw);
  }
  .agency .feature dl dt p {
    line-height: 1.2;
    font-size: 11rem;
  }
  .agency .feature dl dd {
    width: 65%;
    padding: 1em;
    border-bottom: 1px dotted #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1.3;
  }
  .agency .problem ul {
    list-style-type: none;
    line-height: 1.8;
  }
  .agency .problem ul li {
    margin-left: 15px;
    position: relative;
  }
  .agency .problem ul li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 180px;
    height: 150px;
    scale: 0.15;
    margin-top: -60px;
    margin-left: -110px;
    background-image: url(https://stg.bandt.co.jp/assets/images/icon_checkBox.jpg);
    background-repeat: no-repeat;
  }
  .agency .problem p {
    font-size: 26rem;
  }
  .newsletter .table_float {
    width: 100%;
  }
  .newsletter .table_float tr {
    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;
  }
  .newsletter .table_float_txt {
    width: 100%;
  }
  .newsletter .table_float_img {
    width: 70%;
    margin-inline: auto;
    text-align: center;
    margin-bottom: calc(20 * 0.2564102564vw);
  }
  .newsletter .table_float_img img {
    width: 100%;
  }
  .newsletter .feature dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .newsletter .feature dl dt {
    width: 35%;
    border-bottom: 1px dotted #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    float: left;
    clear: left;
    padding: 1em 0 1em 1em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .newsletter .feature dl dt img {
    margin-right: 0;
    margin-bottom: calc(5 * 0.2564102564vw);
  }
  .newsletter .feature dl dt p {
    line-height: 1.2;
    font-size: 11rem;
  }
  .newsletter .feature dl dd {
    width: 65%;
    padding: 1em;
    border-bottom: 1px dotted #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1.3;
  }
  .newsletter .problem ul {
    list-style-type: none;
    line-height: 1.8;
  }
  .newsletter .problem ul li {
    margin-left: 15px;
    position: relative;
  }
  .newsletter .problem ul li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 180px;
    height: 150px;
    scale: 0.15;
    margin-top: -60px;
    margin-left: -110px;
    background-image: url(https://stg.bandt.co.jp/assets/images/icon_checkBox.jpg);
    background-repeat: no-repeat;
  }
  .newsletter .problem p {
    font-size: 26rem;
  }
  .faq_site .table_float {
    width: 100%;
  }
  .faq_site .table_float tr {
    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;
  }
  .faq_site .table_float_txt {
    width: 100%;
  }
  .faq_site .table_float_img {
    width: 70%;
    margin-inline: auto;
    text-align: center;
    margin-bottom: calc(20 * 0.2564102564vw);
  }
  .faq_site .table_float_img img {
    width: 100%;
  }
  .faq_site .feature dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .faq_site .feature dl dt {
    width: 35%;
    border-bottom: 1px dotted #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    float: left;
    clear: left;
    padding: 1em 0 1em 1em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .faq_site .feature dl dt img {
    margin-right: 0;
    margin-bottom: calc(5 * 0.2564102564vw);
  }
  .faq_site .feature dl dt p {
    line-height: 1.2;
    font-size: 11rem;
  }
  .faq_site .feature dl dd {
    width: 65%;
    padding: 1em;
    border-bottom: 1px dotted #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1.3;
  }
  .faq_site .problem ul {
    list-style-type: none;
    line-height: 1.8;
  }
  .faq_site .problem ul li {
    margin-left: 15px;
    position: relative;
  }
  .faq_site .problem ul li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 180px;
    height: 150px;
    scale: 0.15;
    margin-top: -60px;
    margin-left: -110px;
    background-image: url(https://stg.bandt.co.jp/assets/images/icon_checkBox.jpg);
    background-repeat: no-repeat;
  }
  .faq_site .problem p {
    font-size: 26rem;
  }
  .member .table_float {
    width: 100%;
  }
  .member .table_float tr {
    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;
  }
  .member .table_float_txt {
    width: 100%;
  }
  .member .table_float_img {
    text-align: center;
    margin-bottom: calc(20 * 0.2564102564vw);
  }
  .member .table_float_img img {
    width: 100%;
  }
  .member .feature dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .member .feature dl dt {
    width: 35%;
    border-bottom: 1px dotted #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    float: left;
    clear: left;
    padding: 1em 0 1em 1em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .member .feature dl dt img {
    margin-right: 0;
    margin-bottom: calc(5 * 0.2564102564vw);
  }
  .member .feature dl dt p {
    line-height: 1.2;
    font-size: 11rem;
  }
  .member .feature dl dd {
    width: 65%;
    padding: 1em;
    border-bottom: 1px dotted #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1.3;
  }
  .member .problem ul {
    list-style-type: none;
    line-height: 1.8;
  }
  .member .problem ul li {
    margin-left: 15px;
    position: relative;
  }
  .member .problem ul li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 180px;
    height: 150px;
    scale: 0.15;
    margin-top: -60px;
    margin-left: -110px;
    background-image: url(https://stg.bandt.co.jp/assets/images/icon_checkBox.jpg);
    background-repeat: no-repeat;
  }
  .member .problem p {
    font-size: 26rem;
  }
  .cms ol {
    list-style: none;
  }
  .cms .table_float {
    width: 100%;
  }
  .cms .table_float tr {
    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;
  }
  .cms .table_float_txt {
    width: 100%;
  }
  .cms .table_float_img {
    text-align: center;
    margin-bottom: calc(20 * 0.2564102564vw);
  }
  .cms .table_float_img img {
    width: 100%;
  }
  .cms_flow {
    counter-reset: number 0;
    margin-bottom: calc(80 * 0.2564102564vw);
  }
  .cms_flow ol {
    list-style: none;
    margin: calc(20 * 0.2564102564vw) 0 0 0;
  }
  .cms_flow ol li {
    background-color: #F3F3F3;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 5, 58, 0.1);
            box-shadow: 0 1px 4px 0 rgba(0, 5, 58, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: calc(10 * 0.2564102564vw);
    position: relative;
    padding-right: calc(10 * 0.2564102564vw);
  }
  .cms_flow ol li + li {
    margin-top: calc(25 * 0.2564102564vw);
  }
  .cms_flow ol li::before {
    counter-increment: number 1;
    content: counter(number) " ";
    font-family: "Roboto";
    font-size: 22rem;
    background-color: #00053a;
    color: #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;
    padding: calc(40 * 0.2564102564vw) calc(15 * 0.2564102564vw);
    line-height: 1;
  }
  .cms_flow ol li:not(:first-child)::after {
    content: "";
    display: block;
    position: absolute;
    left: 6.2%;
    top: -35%;
    height: 130%;
    background-color: #00053a;
    width: calc(2 * 0.2564102564vw);
    z-index: -1;
  }
  .cms_merit {
    counter-reset: number 0;
  }
  .cms_merit ol {
    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;
    margin: 0;
    padding-top: calc(40 * 0.2564102564vw);
  }
  .cms_merit ol li {
    width: 100%;
    background-color: #fafdff;
    position: relative;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(5, 11, 25, 0.1);
            box-shadow: 0px 0px 3px 0px rgba(5, 11, 25, 0.1);
  }
  .cms_merit ol li + li {
    margin-top: 0;
  }
  .cms_merit ol li:nth-of-type(n + 2) {
    margin-top: calc(70 * 0.2564102564vw);
  }
  .cms_merit ol li::before {
    position: absolute;
    inset: -14% 0 auto;
    margin: auto;
    width: calc(80 * 0.2564102564vw);
    height: calc(80 * 0.2564102564vw);
    content: "";
    background-color: #00053a;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    counter-increment: number;
    content: counter(number, decimal-leading-zero);
    color: #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;
    font-size: 28rem;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
  }
  .cms_merit ol li div {
    padding: calc(30 * 0.2564102564vw) calc(30 * 0.2564102564vw) calc(20 * 0.2564102564vw);
  }
  .cms_merit ol li div h3 {
    text-align: center;
    margin-top: calc(25 * 0.2564102564vw);
    font-size: 20rem;
    word-break: keep-all;
  }
  .cms_merit ol li div h3::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #707070;
    margin-top: calc(10 * 0.2564102564vw);
  }
  .operation .lead {
    width: calc(calc(100vw - calc(60 * 0.2564102564vw)) * 12 / 12);
  }
  .operation_follow {
    width: calc(calc(100vw - calc(60 * 0.2564102564vw)) * 12 / 12);
    margin: calc(20 * 0.2564102564vw) 0 0 0;
    padding: 0;
    background: #fafdff;
    border-radius: calc(16 * 0.2564102564vw);
    -webkit-box-shadow: 0 calc(15 * 0.2564102564vw) calc(30 * 0.2564102564vw) 0 rgba(5, 11, 25, 0.1);
            box-shadow: 0 calc(15 * 0.2564102564vw) calc(30 * 0.2564102564vw) 0 rgba(5, 11, 25, 0.1);
  }
  .operation_follow_ttl {
    margin: 0 !important;
    padding: calc(30 * 0.2564102564vw) calc(20 * 0.2564102564vw);
    font-size: 30rem;
    font-weight: 700;
    text-align: center;
  }
  .operation_follow_ttl::before {
    display: none !important;
  }
  .operation_follow_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .operation_follow_list ._item {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    gap: calc(20 * 0.2564102564vw);
    width: calc(calc(100vw - calc(60 * 0.2564102564vw)) * 10 / 12);
    margin: 0 auto;
    padding: calc(30 * 0.2564102564vw) 0;
    border-top: 1px solid #D7E1EC;
  }
  .operation_follow_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;
    height: calc(40 * 0.2564102564vw);
    margin-bottom: calc(10 * 0.2564102564vw);
  }
  .operation_follow_list ._item_txt {
    width: 100%;
  }
  .operation_follow_list ._item_ttl {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 20rem;
    font-weight: 500;
    text-align: center;
  }
  .operation_follow_list ._item_desc {
    margin-top: calc(15 * 0.2564102564vw);
    font-size: 15rem;
    text-align: justify;
  }
  .operation_follow_list ._item_desc p {
    color: #707070;
    font-size: 14rem;
    line-height: 1.6;
  }
  .consulting .tsp tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .consulting .tsp td {
    width: 100% !important;
  }
  .consulting .tsp td:has(img) {
    text-align: center;
  }
  .consulting .tsp td:has(img) img {
    max-width: 100%;
  }
  .company #map {
    width: 100%;
    height: calc(300 * 0.2564102564vw);
    background-color: grey;
  }
  .company p.catch {
    font-size: 17rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: calc(30 * 0.2564102564vw);
  }
  .company table.greetings {
    width: 100%;
    margin-bottom: calc(50 * 0.2564102564vw);
    border: 0;
  }
  .company table.greetings .greetings_txt {
    padding-right: calc(30 * 0.2564102564vw);
  }
  .company table.greetings .greetings_txt p:last-of-type {
    line-height: 1.2;
    text-align: right;
  }
  .company table.greetings td {
    display: table-footer-group;
  }
  .company table.greetings td.greetings_img {
    text-align: center;
  }
  .company table.greetings td.greetings_img img {
    width: 95%;
    margin-bottom: calc(30 * 0.2564102564vw);
  }
  .company table.profile {
    width: 100%;
    border: 1px solid rgba(0, 5, 58, 0.4);
  }
  .company table.profile tr {
    border-bottom: 1px solid #D7E1EC;
  }
  .company table.profile tr:last-of-type {
    border-bottom: none;
  }
  .company table.profile tr th,
  .company table.profile tr td {
    display: block;
    padding: calc(15 * 0.2564102564vw) calc(20 * 0.2564102564vw);
  }
  .company table.profile tr th {
    font-weight: bold;
    width: 100%;
    background: #fafdff;
    border-right: 1px solid #D7E1EC;
  }
  .faq .page_body_in ul {
    list-style-type: none !important;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5em;
    position: relative;
    margin: 0 0 calc(40 * 0.2564102564vw) !important;
    border-radius: calc(4 * 0.2564102564vw);
  }
  .faq .page_body_in ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0 !important;
  }
  .faq .page_body_in ul li::before {
    content: "";
    display: block;
    width: calc(6 * 0.2564102564vw);
    height: calc(6 * 0.2564102564vw);
    margin-right: calc(8 * 0.2564102564vw);
    border-top: 1px solid #0068EF;
    border-right: 1px solid #0068EF;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .faq_item {
    width: 100%;
    margin-top: calc(35 * 0.2564102564vw);
  }
  .faq_item_q {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 700;
    margin-bottom: calc(10 * 0.2564102564vw);
  }
  .faq_item_q::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: "Q";
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: calc(40 * 0.2564102564vw);
    height: calc(40 * 0.2564102564vw);
    margin-right: calc(10 * 0.2564102564vw);
    color: #FFFFFF;
    font-family: "Roboto", sans-serif;
    background: #00053a;
  }
  .faq_item_a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .faq_item_a::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: "A";
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: calc(40 * 0.2564102564vw);
    height: calc(40 * 0.2564102564vw);
    margin-right: calc(10 * 0.2564102564vw);
    color: #00053a;
    background: #FFFFFF;
    border: 1px rgb(180, 180, 180) solid;
  }
  .inquiry_progress {
    position: relative;
    width: calc(calc(100vw - calc(60 * 0.2564102564vw)) * 10 / 12);
    height: calc(2 * 0.2564102564vw);
    margin: calc(90 * 0.2564102564vw) auto calc(50 * 0.2564102564vw);
    background: #9E9874;
  }
  .inquiry_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: absolute;
    bottom: calc(-4 * 0.2564102564vw);
    width: calc(120 * 0.2564102564vw);
    color: #9E9874;
    font-size: 14rem;
    font-weight: 400;
    text-align: center;
  }
  .inquiry_progress ._item::after {
    content: "";
    display: block;
    width: calc(10 * 0.2564102564vw);
    height: calc(10 * 0.2564102564vw);
    margin: calc(6 * 0.2564102564vw) auto 0;
    background: #9E9874;
    border-radius: 100%;
  }
  .inquiry_progress ._item:nth-of-type(1) {
    left: calc(-60 * 0.2564102564vw);
  }
  .inquiry_progress ._item:nth-of-type(2) {
    left: calc(50% - calc(60 * 0.2564102564vw));
  }
  .inquiry_progress ._item:nth-of-type(3) {
    right: calc(-60 * 0.2564102564vw);
  }
  .inquiry_progress ._item.is-active {
    bottom: calc(-7 * 0.2564102564vw);
    color: #00053a;
    font-size: 16rem;
    font-weight: 700;
  }
  .inquiry_progress ._item.is-active::after {
    width: calc(16 * 0.2564102564vw);
    height: calc(16 * 0.2564102564vw);
    background: #00053a;
  }
  .inquiry .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .inquiry .form ._item {
    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) 0;
    border-bottom: 1px solid rgba(0, 5, 58, 0.1);
  }
  .inquiry .form ._item.-privacy {
    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;
    padding: calc(25 * 0.2564102564vw) 0;
  }
  .inquiry .form ._item.-privacy b {
    display: block;
    font-size: 14rem;
    font-weight: 700;
  }
  .inquiry .form ._item.-privacy ._privacy_details {
    width: calc(calc(100vw - calc(60 * 0.2564102564vw)) * 10 / 12);
    height: calc(120 * 0.2564102564vw);
    margin: calc(15 * 0.2564102564vw) auto 0;
    padding: calc(10 * 0.2564102564vw);
    border: 1px solid #000;
    overflow-x: hidden;
  }
  .inquiry .form ._item.-privacy ._privacy_details p {
    font-size: 13rem;
    line-height: 1.5;
  }
  .inquiry .form ._item.-privacy .checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1em;
  }
  .inquiry .form ._item.-privacy .checkbox label {
    width: auto;
    font-weight: 300;
  }
  .inquiry .form label {
    display: inline-block;
    margin-bottom: calc(10 * 0.2564102564vw);
    font-size: 14rem;
    font-weight: 700;
  }
  .inquiry .form label span {
    opacity: 0.6;
    padding-left: 0.3em;
    font-size: 13rem;
    font-weight: 300;
  }
  .inquiry .form i {
    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;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: calc(32 * 0.2564102564vw);
    height: calc(20 * 0.2564102564vw);
    margin-right: 0.4em;
    color: #FFFFFF;
    font-size: 11rem;
    font-weight: 300;
    font-style: normal;
    border-radius: calc(3 * 0.2564102564vw);
  }
  .inquiry .form i.input_not {
    background: #EF2929;
  }
  .inquiry .form i.input_ok {
    background: #0FD13D;
  }
  .inquiry .form input {
    padding: calc(10 * 0.2564102564vw);
    border: 1px solid rgba(0, 5, 58, 0.4);
    border-radius: calc(6 * 0.2564102564vw);
  }
  .inquiry .form input:focus {
    background: #fafdff;
    border-color: #00053a;
  }
  .inquiry .form input[type=text]::-webkit-input-placeholder {
    opacity: 0.8;
    font-size: 14rem;
  }
  .inquiry .form input[type=text]::-moz-placeholder {
    opacity: 0.8;
    font-size: 14rem;
  }
  .inquiry .form input[type=text]:-ms-input-placeholder {
    opacity: 0.8;
    font-size: 14rem;
  }
  .inquiry .form input[type=text]::-ms-input-placeholder {
    opacity: 0.8;
    font-size: 14rem;
  }
  .inquiry .form input[type=text]::placeholder {
    opacity: 0.8;
    font-size: 14rem;
  }
  .inquiry .form input[type=textarea] {
    height: 6em;
  }
  .inquiry .form input[type=checkbox] {
    width: auto;
    margin-right: 0.2em;
  }
  .inquiry .form input[type=submit] {
    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;
    width: calc(180 * 0.2564102564vw);
    height: calc(50 * 0.2564102564vw);
    margin: calc(40 * 0.2564102564vw) auto 0;
    color: #FFFFFF;
    background: #00053a;
    border: none;
  }
  .inquiry .form input[type=submit]:hover {
    background-color: #0068EF;
  }
  .inquiry .form input[type=submit].-back {
    color: #00053a;
    background: #fafdff;
  }
  .inquiry .form input[type=submit].-back:hover {
    color: #FFFFFF;
    background-color: #0068EF;
  }
  .inquiry .-confirm label span {
    display: none;
  }
  .inquiry .-confirm i.input_not, .inquiry .-confirm i.input_ok {
    display: none;
  }
  .inquiry .-confirm .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: calc(20 * 0.2564102564vw);
    margin-top: calc(40 * 0.2564102564vw);
  }
  .inquiry .-confirm .buttons input {
    width: calc(calc(100vw - calc(60 * 0.2564102564vw)) * 8 / 12);
    margin-top: 0;
  }
  .inquiry .-thanks {
    padding-top: calc(20 * 0.2564102564vw);
  }
  .inquiry .-thanks_message p {
    font-size: 16rem;
    font-weight: 500;
    text-align: center;
  }
  .inquiry .-thanks_message .link-btn {
    width: calc(calc(100vw - calc(60 * 0.2564102564vw)) * 10 / 12);
    margin: calc(60 * 0.2564102564vw) auto 0;
  }
  .privacy .page_body_in hr,
  .security .page_body_in hr {
    width: 100%;
    margin: 2em 0;
  }
  .sitemap .page_body_in div {
    display: block;
  }
  .sitemap .page_body_in div ul {
    list-style-type: none;
  }
  .sitemap .page_body_in div ul li a {
    color: #000;
    position: relative;
  }
  .sitemap .page_body_in div ul li a:hover {
    text-decoration: none;
    color: #0068EF;
  }
  .sitemap .page_body_in div ul.hier1st {
    margin: 0;
  }
  .sitemap .page_body_in div ul.hier1st > li {
    margin-top: 0;
    padding: 1.5em 0;
    border-bottom: 1px solid #ccc;
  }
  .sitemap .page_body_in div ul.hier1st > li > a {
    font-weight: bold;
    padding-left: 1em;
  }
  .sitemap .page_body_in div ul.hier1st > li > a:hover::before {
    border-top: 2px solid #0068EF;
    border-right: 2px solid #0068EF;
  }
  .sitemap .page_body_in div ul.hier1st > li > a::before {
    content: "";
    position: absolute;
    top: 37.8%;
    left: 0;
    width: 7px;
    height: 7px;
    border-top: 2px solid #3775a9;
    border-right: 2px solid #3775a9;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .sitemap .page_body_in div ul.hier2nd {
    margin: 1.5em 0 0 1.2em;
  }
  .sitemap .page_body_in div ul.hier2nd > li > a {
    padding-left: 1em;
  }
  .sitemap .page_body_in div ul.hier2nd > li > a:hover::before {
    border-top: 2px solid #0068EF;
    border-right: 2px solid #0068EF;
  }
  .sitemap .page_body_in div ul.hier2nd > li > a::before {
    content: "";
    position: absolute;
    top: 40%;
    left: 0px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #999;
    border-right: 2px solid #999;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .sitemap .page_body_in div ul.hier2nd > li:not(:last-child) {
    margin-bottom: 1.3em;
  }
  .sitemap .page_body_in div ul.hier2nd > li:last-child {
    margin-bottom: 0;
  }
  .sitemap .page_body_in div ul.hier3rd {
    margin-top: 0.7em;
    margin-left: 1.3em;
  }
  .sitemap .page_body_in div ul.hier3rd > li > a {
    padding-left: 0.7em;
  }
  .sitemap .page_body_in div ul.hier3rd > li > a:hover::before {
    color: #0068EF;
  }
  .sitemap .page_body_in div ul.hier3rd > li > a::before {
    content: "-";
    position: absolute;
    top: 2px;
    left: 0px;
    color: #999;
  }
  .sitemap .page_body_in div ul.hier2nd > li:nth-child(2) > ul.hier3rd > li:last-of-type a::after {
    content: "";
    position: absolute;
    top: 1.8em;
    left: 1.2em;
    width: 1px;
    height: 132px;
    background-color: #999;
  }
  .sitemap .page_body_in div ul.hier4th {
    margin-left: 35px;
  }
  .sitemap .page_body_in div ul.hier4th li a::before {
    content: "";
    position: absolute;
    top: 11px;
    left: -17px;
    width: 0.7em;
    height: 1px;
    background-color: #999;
  }
  .error_txt {
    min-height: 40vh;
    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;
  }
  .error p {
    text-align: center;
  }
  .error p:nth-of-type(1) {
    font-size: 40rem;
    font-weight: bold;
  }
  .error p:nth-of-type(2) {
    margin-top: 2em;
  }
}
br.br_sp {
  display: none;
}

@media screen and (min-width: 768px) {
  .vw-s {
    display: none !important;
  }
  body {
    position: relative;
    width: 100%;
    min-width: 1080px;
    padding-top: calc(80 * 1px);
    font-size: 16rem;
    font-weight: 400;
    font-family: YakuHanJP, "Noto Sans JP", sans-serif;
    background: #FFFFFF;
    overflow-x: auto;
    color: #00053a;
  }
  p {
    line-height: 1.6;
  }
  .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(70 * 1px);
    color: #FFFFFF;
    font-size: 18rem;
    font-weight: 500;
    background: #00053a;
    border-radius: calc(8 * 1px);
    overflow: hidden;
  }
  .link-btn span {
    padding: 0 calc(25 * 1px);
    text-align: center;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    z-index: 1;
  }
  .link-btn::after {
    content: "";
    display: block;
    position: absolute;
    right: calc(20 * 1px);
    width: calc(10 * 1px);
    height: calc(10 * 1px);
    border-top: calc(2 * 1px) solid #FFFFFF;
    border-right: calc(2 * 1px) solid #FFFFFF;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .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: #0068EF;
  }
  .link-btn.-s {
    width: calc(1080px * 2 / 12);
    height: calc(40 * 1px);
    font-size: 14rem;
  }
  .link-btn.-m {
    width: calc(1080px * 3.5 / 12);
    font-size: 16rem;
    height: calc(60 * 1px);
  }
  .link-btn.-l {
    width: calc(1080px * 4.5 / 12);
  }
  .link-btn:hover::before {
    width: 100%;
  }
  .link-btn.-alt {
    color: #707070;
    font-size: 18rem;
    background: #0068EF;
    border: none;
  }
  .link-btn.-alt::before {
    background: rgba(0, 5, 58, 0.4);
  }
  .link-btn.-alt:hover::before {
    width: 100%;
  }
  .link-txt {
    position: relative;
    color: #0068EF;
  }
  .link-txt::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: calc(100% + calc(1 * 1px));
    left: 0;
    z-index: 0;
    width: 0;
    height: 1px;
    background: #0068EF;
  }
  .link-txt:hover::before {
    width: 100%;
  }
  .link-nav {
    position: relative;
  }
  .link-nav::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: calc(100% + calc(5 * 1px));
    left: 0;
    z-index: 0;
    width: 0;
    height: 2px;
    background: #0068EF;
  }
  .link-nav:hover::before {
    width: 100%;
  }
  .link-bnr {
    display: inline-block;
    border: 1px solid #00053a;
  }
  .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;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    width: calc(80 * 1px);
    height: calc(80 * 1px);
    background: #00053a;
    cursor: pointer;
    display: none;
  }
  .ui_drawer_toggle:hover {
    background: #0068EF;
  }
  .ui_drawer_toggle ._icon {
    position: relative;
    width: 24px;
    height: 0;
  }
  .ui_drawer_toggle ._icon::before, .ui_drawer_toggle ._icon::after {
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    content: "";
    display: block;
    position: absolute;
    width: 24px;
    height: 3px;
    background: #FFFFFF;
  }
  .ui_drawer_toggle ._icon::before {
    bottom: 4px;
  }
  .ui_drawer_toggle ._icon::after {
    top: 4px;
  }
  .ui_drawer_toggle.is-active ._icon {
    height: 0;
  }
  .ui_drawer_toggle.is-active ._icon::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    bottom: -1.5px;
  }
  .ui_drawer_toggle.is-active ._icon::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: -1.5px;
  }
  .ui_drawer_body {
    height: 100%;
  }
  ._gnav > li[data-_gnav-id=home], ._gnav > li[data-_gnav-id=recruit] {
    display: none;
  }
  ._gnav_item {
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  ._gnav_item:hover {
    color: #0068EF;
  }
  ._gnav_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;
    gap: calc(8 * 1px);
    height: 100%;
  }
  ._gnav_toggle::after {
    content: "";
    width: calc(7 * 1px);
    height: calc(7 * 1px);
    border-top: calc(1 * 1px) solid #00053a;
    border-right: calc(1 * 1px) solid #00053a;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    position: relative;
  }
  ._gnav_toggle:hover ._gnav_dropdown {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
  ._gnav_toggle:hover::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: calc(3 * 1px);
  }
  ._gnav_dropdown {
    position: absolute;
    top: calc(80 * 1px + 0 * 1px);
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(0%);
            transform: translateX(-50%) translateY(0%);
    background-color: #fafdff;
    max-width: calc(1080px * 12 / 12);
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    z-index: 90;
    -webkit-box-shadow: 0 calc(2 * 1px) calc(3 * 1px) rgba(5, 11, 25, 0.1);
            box-shadow: 0 calc(2 * 1px) calc(3 * 1px) rgba(5, 11, 25, 0.1);
  }
  ._gnav_dropdown_in {
    padding: calc(50 * 1px) calc(60 * 1px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  ._gnav_dropdown_ttl {
    margin-right: calc(50 * 1px);
    padding-top: calc(20 * 1px);
  }
  ._gnav_dropdown_ttl p {
    font-size: 20rem;
    font-weight: bold;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(20 * 1px);
  }
  ._gnav_dropdown_ttl p::after {
    content: "";
    width: 100%;
    height: calc(5 * 1px);
    background: -webkit-gradient(linear, left top, right top, color-stop(20%, rgb(163, 215, 255)), color-stop(20%, rgb(163, 215, 254)), color-stop(50%, rgb(204, 255, 199)), color-stop(80%, rgb(255, 253, 135)));
    background: linear-gradient(90deg, rgb(163, 215, 255) 20%, rgb(163, 215, 254) 20%, rgb(204, 255, 199) 50%, rgb(255, 253, 135) 80%);
  }
  ._gnav_dropdown_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  ._gnav_dropdown_nav_item {
    width: 33.3333333333%;
    padding-block: calc(20 * 1px);
    border-right: 1px solid rgba(112, 112, 112, 0.3);
  }
  ._gnav_dropdown_nav_item:first-child {
    border-left: 1px solid rgba(112, 112, 112, 0.3);
  }
  ._gnav_dropdown_nav_item_in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  ._gnav_dropdown_nav_item_in > ul {
    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(20 * 1px);
  }
  ._gnav_dropdown_nav_item_in > ul > li:nth-of-type(1) {
    font-weight: bold;
    margin-bottom: calc(15 * 1px);
  }
  ._gnav_contact {
    height: 100%;
    background-color: #00053a;
    color: #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;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  ._gnav_contact:hover {
    background: #0068EF;
  }
  ._gnav_contact a {
    padding-inline: calc(15 * 1px);
    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;
    gap: calc(5 * 1px);
  }
  ._gnav_contact a::before {
    content: "";
    background: url(../img/icon_contact.svg) no-repeat center/contain;
    width: 1.1em;
    height: 1.1em;
    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;
  }
  .gheader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    height: calc(80 * 1px);
    background: #fafdff;
    -webkit-box-shadow: 0 calc(2 * 1px) calc(2 * 1px) rgba(5, 11, 25, 0.1);
            box-shadow: 0 calc(2 * 1px) calc(2 * 1px) rgba(5, 11, 25, 0.1);
    white-space: nowrap;
  }
  .gheader_pri {
    padding-inline: 3%;
  }
  .gheader_sitelogo {
    max-width: calc(300 * 1px);
  }
  .gheader_sitelogo svg {
    fill: #00053a;
    width: 100%;
  }
  .gheader_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: 1.6vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height: 100%;
  }
  .gfooter {
    position: relative;
    z-index: 2;
    background: #fafdff;
  }
  .gfooter .gfooter_in {
    width: calc(1080px * 12 / 12);
    margin: 0 auto;
    padding: calc(80 * 1px) 0;
  }
  .gfooter .gfooter_in ._gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .gfooter .gfooter_in ._gnav ._info_company {
    width: calc(1080px * 3.5 / 12);
    margin-right: 60px;
    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);
  }
  .gfooter .gfooter_in ._gnav ._info_sitelogo {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  .gfooter .gfooter_in ._gnav ._info_address {
    line-height: 1.4;
    font-weight: 500;
  }
  .gfooter .gfooter_in ._gnav_main {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .gfooter .gfooter_in ._gnav_main ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .gfooter .gfooter_in ._gnav_main ul > li a {
    font-size: 14rem;
    font-weight: 600;
  }
  .gfooter .gfooter_in ._gnav_main ul > li a:hover {
    color: #0068EF;
  }
  .gfooter .gfooter_in ._gnav_main ul > li > ul {
    margin-top: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3px;
  }
  .gfooter .gfooter_in ._gnav_main ul > li > ul > li > a {
    font-weight: normal;
  }
  .gfooter .gfooter_in ._gnav_main ul > li > ul > li > a::before {
    content: "-";
    padding-right: calc(3 * 1px);
  }
  .gfooter .gfooter_in ._gnav_main_low {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .gfooter .gfooter_in ._gnav_main_low > a {
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
  }
  .gfooter .gfooter_in ._gnav_main_low > a:hover {
    -webkit-box-shadow: 0 0 0 1px #356cb6;
            box-shadow: 0 0 0 1px #356cb6;
  }
  .gfooter .gfooter_in ._gnav_main_low ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    gap: 20px;
  }
  .gfooter .gfooter_in ._gnav_main_low ul > li > a {
    font-size: 13rem;
  }
  .gfooter .gfooter_in ._gnav_main_low ul > li > a::before {
    content: "-";
    padding-right: calc(3 * 1px);
  }
  .gfooter ._gnav_sub {
    font-size: 12rem;
    color: #FFFFFF;
    background-color: #00053a;
    width: 100%;
    padding-block: calc(20 * 1px);
  }
  .gfooter ._gnav_sub ul {
    margin-bottom: 15px;
    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: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 15px;
  }
  .gfooter ._gnav_sub ul li > a {
    font-weight: 500;
  }
  .gfooter ._gnav_sub ul li > a::before {
    content: "|";
    padding-right: 15px;
  }
  .gfooter ._gnav_sub ul li > a:hover {
    color: #0068EF;
  }
  .gfooter ._gnav_sub ul li > a:hover::before {
    content: "|";
    padding-right: 15px;
    color: #fff;
  }
  .gfooter ._gnav_sub ul li:last-child a::after {
    content: "|";
    padding-left: 15px;
  }
  .gfooter ._gnav_sub ul li:last-child a:hover::after {
    content: "|";
    padding-left: 15px;
    color: #fff;
  }
  .gfooter ._gnav_sub .copyright {
    font-size: 12rem;
    display: block;
    text-align: center;
  }
  .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: opacity ease-in-out 0.5s;
    transition: opacity ease-in-out 0.5s;
    opacity: 0;
    position: fixed;
    bottom: calc(90 * 1px);
    right: calc(30 * 1px);
    z-index: 3;
    width: calc(50 * 1px);
    height: calc(50 * 1px);
    background: #00053a;
    border-radius: 100%;
  }
  .scrolltop svg {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  .scrolltop.is-visible {
    opacity: 1;
  }
  hr {
    width: calc(100% - calc(1080px * 2 / 12));
    margin: 0 auto;
    color: #00053a;
  }
  .page_header {
    position: relative;
    width: 100%;
    height: calc(200 * 1px);
    padding: 0 3%;
    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;
    background: linear-gradient(98deg, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.1) 80%, rgba(255, 255, 255, 0) 100%) no-repeat center;
    background-size: cover;
  }
  .page_header img {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: -1;
  }
  .page_ttl {
    width: calc(1080px * 11 / 12);
    margin: auto;
    font-size: 48rem;
    font-weight: 700;
  }
  .page_lead {
    position: relative;
    margin-inline: calc(50% - 50vw);
    padding-inline: calc(50vw - 50%);
  }
  .page_lead ._ttl {
    display: block;
    font-size: 32rem;
    font-weight: 600;
    text-align: center;
    padding-block: calc(30 * 1px) calc(60 * 1px);
    margin: auto;
  }
  .page_lead ._ttl::after {
    content: "";
    display: block;
    margin: 0.5em auto 0;
    width: 6em;
    height: 5px;
    background: -webkit-gradient(linear, left top, right top, color-stop(20%, rgb(163, 215, 255)), color-stop(20%, rgb(163, 215, 254)), color-stop(50%, rgb(204, 255, 199)), color-stop(80%, rgb(255, 253, 135)));
    background: linear-gradient(90deg, rgb(163, 215, 255) 20%, rgb(163, 215, 254) 20%, rgb(204, 255, 199) 50%, rgb(255, 253, 135) 80%);
  }
  .page_lead ._ttl > span {
    display: block;
    font-size: 18rem;
    text-align: center;
    font-weight: normal;
  }
  .page_nav.child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: calc(20 * 1px);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: calc(50 * 1px);
    padding-bottom: calc(50 * 1px);
    border-bottom: 1px solid;
  }
  .page_nav.grandchild {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: calc(20 * 1px);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: calc(50 * 1px);
    padding-bottom: calc(50 * 1px);
    border-bottom: 1px solid;
  }
  .page.domain .page_nav.child [href$="domain/"] {
    pointer-events: none;
    background: #0068EF;
  }
  .page.server .page_nav.child [href$="server/"] {
    pointer-events: none;
    background: #0068EF;
  }
  .page.ssl .page_nav.child [href$="ssl/"] {
    pointer-events: none;
    background: #0068EF;
  }
  .page.works .page_nav.child [href$="works/"] {
    pointer-events: none;
    background: #0068EF;
  }
  .page.process .page_nav.child [href$="process/"] {
    pointer-events: none;
    background: #0068EF;
  }
  .page.system .page_nav.child [href$="system/"] {
    pointer-events: none;
    background: #0068EF;
  }
  .page.web_maintenance .page_nav.child [href$="web_maintenance/"] {
    pointer-events: none;
    background: #0068EF;
  }
  .page.server_maintenance .page_nav.child [href$="server_maintenance/"] {
    pointer-events: none;
    background: #0068EF;
  }
  .page.consulting .page_nav.child [href$="consulting/"] {
    pointer-events: none;
    background: #0068EF;
  }
  .page.cms .page_nav.grandchild [href$="cms/"] {
    pointer-events: none;
    background: #0068EF;
  }
  .page.ec .page_nav.grandchild [href$="ec/"] {
    pointer-events: none;
    background: #0068EF;
  }
  .page.member .page_nav.grandchild [href$="member/"] {
    pointer-events: none;
    background: #0068EF;
  }
  .page.agency .page_nav.grandchild [href$="agency/"] {
    pointer-events: none;
    background: #0068EF;
  }
  .page.faq_site .page_nav.grandchild [href$="faq_site/"] {
    pointer-events: none;
    background: #0068EF;
  }
  .page.newsletter .page_nav.grandchild [href$="newsletter/"] {
    pointer-events: none;
    background: #0068EF;
  }
  .page_list.child ._item {
    margin-bottom: calc(90 * 1px);
  }
  .page_list.child ._item tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page_list.child ._item ._txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: calc(20 * 1px);
  }
  .page_list.child ._item ._img {
    width: calc(350 * 1px);
  }
  .page_list.child ._item ._img img {
    width: 100%;
    height: auto;
  }
  .page_list.child ._item .link-btn {
    margin-top: 2em;
  }
  .page_list.grandchild {
    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);
    margin-top: calc(60 * 1px);
  }
  .page_list.grandchild ._item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: calc(45 * 1px);
    width: min(480px, 49%);
    padding: calc(35 * 1px) calc(35 * 1px);
    border-radius: 10px;
    background-color: rgba(0, 104, 239, 0.04);
  }
  .page_list.grandchild ._icon {
    width: calc(80 * 1px);
    height: calc(80 * 1px);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .page_list.grandchild ._icon img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .page_list.grandchild ._txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: 100%;
  }
  .page_list.grandchild ._txt b {
    font-size: 20rem;
  }
  .page_list.grandchild ._txt p {
    line-height: 1.5;
    margin-block: 1em;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .page_list.grandchild ._txt .link-btn {
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-top: auto;
  }
  .page_body {
    max-width: calc(1080px * 11 / 12);
    margin: calc(60 * 1px) auto;
    padding: 0 3%;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  .page_body_in h2 {
    position: relative;
    font-size: 30rem;
    font-weight: 700;
    margin: calc(60 * 1px) 0 calc(30 * 1px);
    padding-left: calc(20 * 1px);
  }
  .page_body_in h2::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(10 * 1px);
    height: 100%;
    background: #00053a;
  }
  .page_body_in h3 {
    margin: calc(30 * 1px) 0 calc(15 * 1px);
    font-size: 20rem;
    font-weight: 500;
    line-height: 1.4;
  }
  .page_body_in p a,
  .page_body_in li a {
    color: #0068EF;
  }
  .page_body_in p a:hover,
  .page_body_in li a:hover {
    text-decoration: underline;
  }
  .page_body_in p {
    font-size: 16rem;
    line-height: 1.8;
  }
  .page_body_in p + p {
    margin-top: 1em;
  }
  .page_body_in p img {
    max-width: 100%;
  }
  .page_body_in p img[style="float: left;"] {
    margin-right: calc(20 * 1px);
  }
  .page_body_in p img[style="float: right;"] {
    margin-left: calc(20 * 1px);
  }
  .page_body_in ul {
    list-style-type: disc;
    margin: 1em 0 0 1.2em;
  }
  .page_body_in ul li + li {
    margin-top: 0.5em;
  }
  .page_body_in ol {
    list-style-type: decimal;
    margin: 1em 0 0 1.2em;
  }
  .page_body_in ol li + li {
    margin-top: 0.5em;
  }
  .page_body .cont {
    margin-top: calc(80 * 1px);
  }
  .breadcrumb {
    font-size: 12rem;
    font-weight: 400;
    width: calc(1080px * 11 / 12);
    margin: 0 auto;
    padding: calc(20 * 1px) 3% 0;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: calc(8 * 1px);
  }
  .breadcrumb b {
    font-weight: 400;
  }
  .breadcrumb_arrow {
    content: "";
    width: calc(7 * 1px);
    height: calc(7 * 1px);
    margin-left: calc(-3 * 1px);
    border-top: 1px solid #00053a;
    border-right: 1px solid #00053a;
    display: block;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .related {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: calc(20 * 1px);
    width: calc(1080px * 8 / 12);
    margin: calc(60 * 1px) auto 0;
  }
  .related .link-btn {
    width: 100%;
  }
  .pagination {
    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;
    margin: calc(80 * 1px) 0 0 0;
  }
  .pagination_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;
    border: 1px solid #00053a;
  }
  .pagination_item a {
    color: #00053a;
    display: block;
    width: 100%;
    height: 100%;
    padding: calc(10 * 1px) calc(15 * 1px);
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  .pagination_item a:hover {
    background-color: #00053a;
    color: #FFFFFF;
  }
  .pagination_item:not(:last-child) {
    margin-right: 1em;
  }
  .pagination_item.current {
    background-color: #00053a;
    color: #FFFFFF;
    padding: calc(10 * 1px) calc(15 * 1px);
  }
  .mod_service_list ._item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: calc(80 * 1px);
    gap: calc(1080px * 1 / 12);
  }
  .mod_service_list ._item:first-of-type {
    margin-top: 0;
  }
  .mod_service_list ._item:nth-of-type(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .mod_service_list ._item_txt {
    max-width: calc(1080px * 6 / 12);
  }
  .mod_service_list ._item_ttl {
    font-size: 36rem;
    font-weight: 600;
  }
  .mod_service_list ._item_ttl .link {
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: calc(10 * 1px);
  }
  .mod_service_list ._item_ttl .link:hover {
    color: #0068EF;
  }
  .mod_service_list ._item_ttl .icon {
    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: calc(27 * 1px);
    height: calc(27 * 1px);
    background: #0068EF;
    border-radius: 100%;
    -webkit-transform: translateY(0.07em);
            transform: translateY(0.07em);
  }
  .mod_service_list ._item_ttl .icon::after {
    content: "";
    display: block;
    width: calc(7 * 1px);
    height: calc(7 * 1px);
    border-top: calc(2 * 1px) solid #FFFFFF;
    border-right: calc(2 * 1px) solid #FFFFFF;
    -webkit-transform: translateX(-0.04em) rotate(45deg);
            transform: translateX(-0.04em) rotate(45deg);
  }
  .mod_service_list ._item_msg {
    max-width: calc(1080px * 6 / 12);
    margin: calc(40 * 1px) 0 0;
    padding: 0 calc(30 * 1px) 0 calc(0 * 1px);
    text-align: justify;
    line-height: 1.8;
  }
  .mod_service_list ._item_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: calc(15 * 1px) calc(30 * 1px);
    margin-top: calc(30 * 1px);
    padding-left: calc(0 * 1px);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .mod_service_list ._item_links .link-txt {
    font-weight: 400;
  }
  .mod_service_list ._item_img {
    width: calc(450 * 1px);
    height: calc(350 * 1px);
    border-radius: calc(12 * 1px);
    overflow: hidden;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .mod_service_list ._item_img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .home .gheader {
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  .home .gfooter {
    margin-top: 0;
  }
  .home_heroheader {
    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(500 * 1px);
    min-height: calc(500 * 1px);
    position: relative;
  }
  .home_heroheader_in {
    max-width: calc(1080px * 12 / 12);
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .home_heroheader_catch {
    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: #05436b;
  }
  .home_heroheader_catch_in {
    text-align: center;
  }
  .home_heroheader_catch ._en {
    width: 95%;
    margin: auto;
  }
  .home_heroheader_catch ._en img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .home_heroheader_catch ._ttl {
    font-family: "BIZ UDPGothic", sans-serif;
    margin-top: calc(25 * 1px);
  }
  .home_heroheader_catch ._ttl ._main {
    font-size: 25rem;
  }
  .home_heroheader_catch ._ttl ._sub {
    font-size: 18rem;
    line-height: 1.6;
    margin-top: 1em;
  }
  .home_heroheader_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
    overflow: hidden;
  }
  .home_heroheader_bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .home_body {
    position: relative;
    z-index: 2;
    width: 100%;
    background: #FFFFFF;
  }
  .home_section {
    margin-top: calc(140 * 1px);
  }
  .home_section_in {
    width: calc(1080px * 12 / 12);
    margin: 0 auto;
  }
  .home_section_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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(15 * 1px);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: relative;
    margin: 0 auto calc(80 * 1px);
    font-size: 55rem;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    line-height: 0.72;
    letter-spacing: 0.02em;
  }
  .home_section_ttl::after {
    content: "";
    display: block;
    width: 80%;
    height: calc(4 * 1px);
    line-height: 0.72;
    background: #00053a;
  }
  .home_section_ttl.-alt {
    color: #FFFFFF;
    margin-bottom: calc(30 * 1px);
  }
  .home_section_ttl.-alt::after {
    background-color: #FFFFFF;
  }
  .home_about {
    margin-bottom: calc(85 * 1px);
  }
  .home_about_in {
    width: calc(1080px * 12 / 12);
    margin: 0 auto;
  }
  .home_about_ttl {
    font-size: 30rem;
    font-weight: 700;
    margin-bottom: calc(30 * 1px);
  }
  .home_about_txt {
    width: 100%;
    font-size: 18rem;
  }
  .home_about_txt p {
    line-height: 2;
  }
  .home_about_img {
    height: calc(495 * 1px);
    -webkit-transform: translateX(calc(65 * 1px));
            transform: translateX(calc(65 * 1px));
  }
  .home_about_img img {
    height: 100%;
  }
  .home_service {
    margin-top: calc(70 * 1px);
  }
  .home_works_in {
    width: 100%;
  }
  .home_works_item p {
    text-align: center;
    margin-top: calc(20 * 1px);
  }
  .home_works .splide__slide img {
    opacity: 0.3;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }
  .home_works .splide__slide.is-active img {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    z-index: 1;
  }
  .home_works .splide__slide img {
    height: auto;
    width: 100%;
  }
  .home_works .splide__pagination {
    bottom: -20%;
  }
  .home_works .splide__pagination__page.is-active {
    background: #00053a;
  }
  .home_works .link-btn {
    margin: calc(60 * 1px) auto 0;
  }
  .home_contact {
    position: relative;
    width: 100%;
    height: calc(600 * 1px);
    text-shadow: 0px 0px 6px rgba(0, 5, 58, 0.3);
  }
  .home_contact_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    overflow: hidden;
  }
  .home_contact_bg img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    -o-object-position: 0% 41%;
       object-position: 0% 41%;
  }
  .home_contact_bg::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 5, 58, 0.25);
    backdrop-filter: blur(2px);
  }
  .home_contact_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;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    z-index: 1;
  }
  .home_contact_in p {
    color: #FFFFFF;
    text-align: center;
    font-weight: 500;
  }
  .home_contact_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;
    gap: calc(50 * 1px);
    margin-top: calc(60 * 1px);
  }
  .home_contact_details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    height: calc(1080px * 7 / 12);
    margin-top: calc(80 * 1px);
  }
  .home_contact_details ._item {
    position: absolute;
    left: 0;
    z-index: 1;
    width: calc(1080px * 4 / 12);
    background: #fafdff;
  }
  .home_contact_details ._item_img {
    width: 100%;
    height: calc(180 * 1px);
    background: pink;
  }
  .home_contact_details ._item_address {
    padding: calc(30 * 1px) calc(45 * 1px);
  }
  .home_contact_details ._item_address h3 {
    font-weight: 700;
  }
  .home_contact_details ._item_address p {
    margin-top: calc(10 * 1px);
    font-size: 15rem;
  }
  .home_contact_details ._item_address p:last-child {
    margin-top: 0;
    font-size: 13rem;
  }
  .home_contact_details ._item .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;
    width: 100%;
    height: calc(80 * 1px);
    color: #FFFFFF;
    font-weight: 500;
    background: #00053a;
    border-radius: 0;
  }
  .home_contact_details ._map {
    position: absolute;
    right: calc(calc((100vw - calc(1080px * 12 / 12)) / 2) * -1);
    width: calc(calc(1080px * 10 / 12) + calc((100vw - calc(1080px * 12 / 12)) / 2));
    height: calc(1080px * 6 / 12);
    background: #FFFFFF;
    overflow: hidden;
  }
  .home_contact_details ._map iframe {
    width: 150%;
    height: 150%;
    -webkit-transform: translate(-12.5%, -17.5%);
            transform: translate(-12.5%, -17.5%);
  }
  .service h3 {
    margin-top: 0;
    line-height: inherit;
  }
  .domain .related [href="/hosting/domain/"] {
    display: none;
  }
  .server .related [href="/hosting/server/"] {
    display: none;
  }
  .ssl .related [href="/hosting/ssl/"] {
    display: none;
  }
  .hosting table {
    border: 0;
  }
  .hosting table .hosting_domain {
    width: 100%;
  }
  .hosting table .hosting_domain_txt {
    width: 65%;
  }
  .hosting table .hosting_domain_img {
    padding-left: 25px;
    float: right;
  }
  .hosting table .hosting_domain_img img {
    width: 100%;
  }
  .hosting table.hosting_server {
    margin: 0 auto 80px;
  }
  .hosting table.hosting_server tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: calc(10 * 1px);
  }
  .hosting table.hosting_server tr td img {
    width: 210px;
    height: 380px;
  }
  .hosting table .hosting_ssl {
    width: 100%;
  }
  .hosting table .hosting_ssl_txt {
    width: 65%;
  }
  .hosting table .hosting_ssl_img {
    padding-left: 25px;
    float: right;
  }
  .hosting table .hosting_ssl_img img {
    width: 100%;
  }
  .domain_table {
    width: 100%;
    background: #fafdff;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 5, 58, 0.4);
            box-shadow: 0 0 0 1px rgba(0, 5, 58, 0.4);
  }
  .domain_table tr {
    border-bottom: 1px solid rgba(0, 5, 58, 0.2);
  }
  .domain_table tr:last-of-type {
    border-bottom: none;
  }
  .domain_table td {
    padding: calc(10 * 1px) calc(15 * 1px);
    border-right: 1px solid rgba(0, 5, 58, 0.2);
  }
  .domain_table td:last-of-type {
    border-right: none;
  }
  .server .hosting_server {
    margin: 0 auto 80px;
  }
  .server .hosting_server tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: calc(10 * 1px);
  }
  .server .hosting_server tr td img {
    width: 210px;
    height: 380px;
  }
  .server .table_wrap ._spec {
    width: 100%;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 5, 58, 0.4);
            box-shadow: 0 0 0 1px rgba(0, 5, 58, 0.4);
  }
  .server .table_wrap ._spec tr {
    border-bottom: 1px solid rgba(0, 5, 58, 0.2);
  }
  .server .table_wrap ._spec tr:last-of-type {
    border-bottom: none;
  }
  .server .table_wrap ._spec td {
    padding: calc(10 * 1px) calc(15 * 1px);
    border-right: 1px solid rgba(0, 5, 58, 0.2);
  }
  .server .table_wrap ._spec td:last-of-type {
    border-right: none;
  }
  .ssl_about_txt {
    width: 50%;
  }
  .ssl_about_img {
    width: 30%;
    padding-left: 25px;
  }
  .ssl .table_wrap ._plan {
    background: #fafdff;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 5, 58, 0.4);
            box-shadow: 0 0 0 1px rgba(0, 5, 58, 0.4);
  }
  .ssl .table_wrap ._plan tr {
    border-bottom: 1px solid rgba(0, 5, 58, 0.2);
  }
  .ssl .table_wrap ._plan tr:last-of-type {
    border-bottom: none;
  }
  .ssl .table_wrap ._plan tr td {
    padding: calc(10 * 1px) calc(15 * 1px);
    border-right: 1px solid rgba(0, 5, 58, 0.2);
  }
  .ssl .table_wrap ._plan tr td:last-of-type {
    border-right: none;
  }
  .ssl .table_wrap ._plan tr td ul {
    list-style-type: none;
    margin: 0;
  }
  .ssl .table_wrap + p + p {
    margin-top: 0;
  }
  .works .related [href="/website/works/"] {
    display: none;
  }
  .cost .related [href="/website/cost/"] {
    display: none;
  }
  .process .related [href="/website/process/"] {
    display: none;
  }
  .tool .related [href="/website/tool/"] {
    display: none;
  }
  .system .related [href="/website/system/"] {
    display: none;
  }
  .website .related {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: calc(20 * 1px);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: calc(60 * 1px);
  }
  .website .related .link-btn {
    font-size: 18rem;
    width: calc(350 * 1px);
    height: calc(80 * 1px);
  }
  .corporate [date-category-id=corporate] {
    color: #FFFFFF;
    background-color: rgba(0, 5, 58, 0.5);
  }
  .ec [date-category-id=ec] {
    color: #FFFFFF;
    background-color: rgba(0, 5, 58, 0.5);
  }
  .lp [date-category-id=lp] {
    color: #FFFFFF;
    background-color: rgba(0, 5, 58, 0.5);
  }
  .recruit [date-category-id=recruit] {
    color: #FFFFFF;
    background-color: rgba(0, 5, 58, 0.5);
  }
  .mt [date-category-id=mt] {
    color: #FFFFFF;
    background-color: rgba(0, 5, 58, 0.5);
  }
  .wp [date-category-id=wp] {
    color: #FFFFFF;
    background-color: rgba(0, 5, 58, 0.5);
  }
  .bcart [date-category-id=bcart] {
    color: #FFFFFF;
    background-color: rgba(0, 5, 58, 0.5);
  }
  .renewal [date-category-id=renewal] {
    color: #FFFFFF;
    background-color: rgba(0, 5, 58, 0.5);
  }
  .responsive [date-category-id=responsive] {
    color: #FFFFFF;
    background-color: rgba(0, 5, 58, 0.5);
  }
  .works_body {
    width: calc(1080px * 11 / 12);
    margin: calc(60 * 1px) auto 0;
  }
  .works_body_in {
    width: calc(1080px * 11 / 12);
    margin: calc(60 * 1px) auto;
  }
  .works_nav {
    background-color: #F6F6F6;
    padding: calc(40 * 1px) calc(80 * 1px);
  }
  .works_nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: calc(20 * 1px);
    margin: 0;
  }
  .works_nav ul li a {
    width: 100%;
    height: 100%;
    display: block;
    padding: calc(5 * 1px) calc(20 * 1px);
    background-color: #FFFFFF;
    color: #00053a;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  .works_nav ul li a:hover {
    text-decoration: none;
    color: #FFFFFF;
    background-color: rgba(0, 5, 58, 0.5);
  }
  .works.all [date-category-id=all] {
    color: #FFFFFF;
    background-color: rgba(0, 5, 58, 0.5);
  }
  .works_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: calc(80 * 1px) 12%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: calc(80 * 1px);
  }
  .works_list ._item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 44%;
  }
  .works_list ._item_link {
    text-align: center;
  }
  .works_list ._item_link:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .works_list ._item_link:hover ._item_ttl {
    color: #0068EF;
  }
  .works_list ._item_img {
    width: 100%;
    overflow: hidden;
  }
  .works_list ._item_img img {
    width: 100%;
    -webkit-transition: cubic-bezier(0.22, 1, 0.36, 1) 0.3s;
    transition: cubic-bezier(0.22, 1, 0.36, 1) 0.3s;
  }
  .works_list ._item_ttl {
    position: relative;
    font-size: 18rem;
    font-weight: 700;
    margin-top: calc(20 * 1px);
    padding: 0;
    margin-bottom: 0;
    color: #00053a;
  }
  .works_list ._item_ttl::before {
    display: none;
  }
  .works_list ._item_tag {
    text-align: center;
    font-size: 14rem;
    opacity: 0.7;
    margin-top: calc(10 * 1px);
  }
  .works_list ._item_tag span {
    display: inline-block;
  }
  .works_list ._item_tag span:not(:first-child)::before {
    content: "/";
    display: inline-block;
    padding: 0 calc(5 * 1px);
  }
  .works_list ._item_txt {
    margin-top: calc(20 * 1px);
    padding-inline: calc(10 * 1px);
  }
  .works_list ._item_txt p {
    font-size: 14rem;
    line-height: 1.6;
    opacity: 0.7;
  }
  .works_list ._item_extention {
    display: inline-block;
    margin: calc(15 * 1px) 0 0 calc(30 * 1px);
    padding: calc(10 * 1px);
    background: rgba(0, 5, 58, 0.06);
  }
  .works_list ._item_extention p {
    font-size: 14rem;
  }
  .works_list ._item_extention span {
    display: inline-block;
    margin-left: calc(6 * 1px);
    padding: calc(2 * 1px) calc(8 * 1px);
    font-size: 12rem;
    background: #FFFFFF;
    border-radius: calc(3 * 1px);
  }
  .works_list ._item_extention span:first-of-type {
    margin-left: calc(20 * 1px);
  }
  .process ol {
    list-style: none;
    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);
    margin: 0;
    padding-bottom: calc(40 * 1px);
    border-bottom: 1px solid #00053a;
  }
  .process ol li {
    position: relative;
  }
  .process ol li::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(40 * 1px);
    left: calc(18 * 1px);
    z-index: -1;
    width: calc(4 * 1px);
    height: 100%;
    background: #00053a;
  }
  .process ol li:last-of-type::after {
    display: none;
  }
  .process ol li h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    padding-left: 0;
    font-size: 24rem;
    font-weight: 700;
  }
  .process ol li h2::before {
    display: none;
  }
  .process ol li h2 em {
    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);
    margin-right: calc(15 * 1px);
    color: #FFFFFF;
    font-size: 20rem;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    background: #00053a;
    border-radius: calc(4 * 1px);
  }
  .process ol li p {
    margin-top: calc(5 * 1px);
    padding-left: calc(65 * 1px);
    font-size: 14rem;
    line-height: 1.6;
  }
  .process ol + p {
    margin-top: calc(20 * 1px);
    font-size: 14rem;
  }
  .ec .related [href="/system/ec/"] {
    display: none;
  }
  .agency .related [href="/system/agency/"] {
    display: none;
  }
  .newsletter .related [href="/system/newsletter/"] {
    display: none;
  }
  .faq_site .related [href="/system/faq_site/"] {
    display: none;
  }
  .member .related [href="/system/member/"] {
    display: none;
  }
  .cms .related [href="/system/cms/"] {
    display: none;
  }
  .system .table_float {
    width: 100%;
  }
  .system .table_float_txt {
    width: 65%;
  }
  .system .table_float_img {
    padding-left: 25px;
    float: right;
  }
  .system .table_float_img img {
    width: 100%;
  }
  .ec .table_float {
    width: 100%;
  }
  .ec .table_float_txt {
    width: 65%;
  }
  .ec .table_float_img {
    padding-left: 25px;
    float: right;
  }
  .ec .table_float_img img {
    width: 100%;
  }
  .ec ul.merit1 {
    list-style-type: none;
    margin: 0;
  }
  .ec ul.merit1 li {
    background-color: #fafdff;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(5, 11, 25, 0.1);
            box-shadow: 0px 0px 3px 0px rgba(5, 11, 25, 0.1);
    padding: calc(20 * 1px);
  }
  .ec ul.merit1 li + li {
    margin-top: calc(25 * 1px);
  }
  .ec ul.merit1 li strong {
    font-size: 24rem;
  }
  .ec ul.merit1 li strong .merit1_point {
    font-size: 30px;
    padding-right: 7px;
    position: relative;
  }
  .ec ul.merit1 li strong .merit1_point::before {
    content: "Point";
    position: absolute;
    top: -5px;
    left: -3px;
    font-size: 14px;
  }
  .ec ul.merit1 li strong .merit1_mark {
    background: -webkit-gradient(linear, left bottom, left top, from(#f9ffa3), color-stop(30%, rgba(0, 0, 0, 0)));
    background: linear-gradient(to top, #f9ffa3 0% 30%, rgba(0, 0, 0, 0) 30% 100%);
    display: inline-block;
    padding-bottom: 4px;
  }
  .ec ul.merit1 li .merit1_txt {
    line-height: 1.8;
    display: inline-block;
    margin-top: 8px;
  }
  .ec table.merit2 {
    width: 100%;
    background-color: #fafdff;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 5, 58, 0.4);
            box-shadow: 0 0 0 1px rgba(0, 5, 58, 0.4);
  }
  .ec table.merit2 tr {
    border-bottom: 1px solid rgba(0, 5, 58, 0.2);
  }
  .ec table.merit2 tr td {
    text-align: center;
    vertical-align: middle;
    width: 25%;
    padding: calc(10 * 1px) calc(15 * 1px);
    border-right: 1px solid rgba(0, 5, 58, 0.2);
  }
  .ec table.merit2 tr td:first-of-type {
    background-color: #eeeeee;
  }
  .ec table.merit2 tr td:last-of-type {
    border-right: none;
  }
  .ec table.merit2 tr:first-child {
    background-color: #eeeeee;
  }
  .ec table.merit2 tr:first-child :nth-of-type(4) {
    background-color: #e8f4ff;
  }
  .ec table.merit2 tr:last-of-type {
    border-bottom: none;
  }
  .ec .problem ul {
    list-style-type: none;
    line-height: 1.8;
  }
  .ec .problem ul li {
    margin-left: 15px;
    position: relative;
  }
  .ec .problem ul li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 180px;
    height: 150px;
    scale: 0.15;
    margin-top: -60px;
    margin-left: -110px;
    background-image: url(https://stg.bandt.co.jp/assets/images/icon_checkBox.jpg);
    background-repeat: no-repeat;
  }
  .ec .problem p {
    font-size: 26rem;
  }
  .agency .table_float {
    width: 100%;
  }
  .agency .table_float_txt {
    width: 65%;
  }
  .agency .table_float_img {
    padding-left: 25px;
    float: right;
  }
  .agency .table_float_img img {
    width: 100%;
  }
  .agency .feature dl dt {
    width: 400px;
    height: 90px;
    border-bottom: 1px dotted #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    float: left;
    clear: left;
  }
  .agency .feature dl dt img {
    margin-right: 10px;
  }
  .agency .feature dl dt p {
    line-height: 1.2;
  }
  .agency .feature dl dd {
    height: 90px;
    padding-left: 35px;
    border-bottom: 1px dotted #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .agency .problem ul {
    list-style-type: none;
    line-height: 1.8;
  }
  .agency .problem ul li {
    margin-left: 15px;
    position: relative;
  }
  .agency .problem ul li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 180px;
    height: 150px;
    scale: 0.15;
    margin-top: -60px;
    margin-left: -110px;
    background-image: url(https://stg.bandt.co.jp/assets/images/icon_checkBox.jpg);
    background-repeat: no-repeat;
  }
  .agency .problem p {
    font-size: 26rem;
  }
  .newsletter .table_float {
    width: 100%;
  }
  .newsletter .table_float_txt {
    width: 65%;
  }
  .newsletter .table_float_img {
    padding-left: 25px;
    float: right;
  }
  .newsletter .table_float_img img {
    width: 100%;
  }
  .newsletter .feature dl dt {
    width: 400px;
    height: 90px;
    border-bottom: 1px dotted #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    float: left;
    clear: left;
  }
  .newsletter .feature dl dt img {
    margin-right: 10px;
  }
  .newsletter .feature dl dt p {
    line-height: 1.2;
  }
  .newsletter .feature dl dd {
    height: 90px;
    padding-left: 35px;
    border-bottom: 1px dotted #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .newsletter .problem ul {
    list-style-type: none;
    line-height: 1.8;
  }
  .newsletter .problem ul li {
    margin-left: 15px;
    position: relative;
  }
  .newsletter .problem ul li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 180px;
    height: 150px;
    scale: 0.15;
    margin-top: -60px;
    margin-left: -110px;
    background-image: url(https://stg.bandt.co.jp/assets/images/icon_checkBox.jpg);
    background-repeat: no-repeat;
  }
  .newsletter .problem p {
    font-size: 26rem;
  }
  .faq_site .table_float {
    width: 100%;
  }
  .faq_site .table_float_txt {
    width: 65%;
  }
  .faq_site .table_float_img {
    padding-left: 25px;
    float: right;
  }
  .faq_site .table_float_img img {
    width: 100%;
  }
  .faq_site .feature dl dt {
    width: 400px;
    height: 90px;
    border-bottom: 1px dotted #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    float: left;
    clear: left;
  }
  .faq_site .feature dl dt img {
    margin-right: 10px;
  }
  .faq_site .feature dl dt p {
    line-height: 1.2;
  }
  .faq_site .feature dl dd {
    height: 90px;
    padding-left: 35px;
    border-bottom: 1px dotted #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .faq_site .problem ul {
    list-style-type: none;
    line-height: 1.8;
  }
  .faq_site .problem ul li {
    margin-left: 15px;
    position: relative;
  }
  .faq_site .problem ul li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 180px;
    height: 150px;
    scale: 0.15;
    margin-top: -60px;
    margin-left: -110px;
    background-image: url(https://stg.bandt.co.jp/assets/images/icon_checkBox.jpg);
    background-repeat: no-repeat;
  }
  .faq_site .problem p {
    font-size: 26rem;
  }
  .member .table_float {
    width: 100%;
  }
  .member .table_float_txt {
    width: 65%;
  }
  .member .table_float_img {
    padding-left: 25px;
    float: right;
  }
  .member .table_float_img img {
    width: 100%;
  }
  .member .feature dl dt {
    width: 400px;
    height: 90px;
    border-bottom: 1px dotted #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    float: left;
    clear: left;
  }
  .member .feature dl dt img {
    margin-right: 10px;
  }
  .member .feature dl dt p {
    line-height: 1.2;
  }
  .member .feature dl dd {
    height: 90px;
    padding-left: 35px;
    border-bottom: 1px dotted #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .member .problem ul {
    list-style-type: none;
    line-height: 1.8;
  }
  .member .problem ul li {
    margin-left: 15px;
    position: relative;
  }
  .member .problem ul li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 180px;
    height: 150px;
    scale: 0.15;
    margin-top: -60px;
    margin-left: -110px;
    background-image: url(https://stg.bandt.co.jp/assets/images/icon_checkBox.jpg);
    background-repeat: no-repeat;
  }
  .member .problem p {
    font-size: 26rem;
  }
  .cms .table_float {
    width: 100%;
  }
  .cms .table_float_txt {
    width: 65%;
  }
  .cms .table_float_img {
    padding-left: 25px;
    float: right;
  }
  .cms .table_float_img img {
    width: 100%;
  }
  .cms ol {
    list-style: none;
  }
  .cms_flow {
    counter-reset: number 0;
    margin-bottom: calc(80 * 1px);
  }
  .cms_flow ol li {
    background-color: #F3F3F3;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 5, 58, 0.1);
            box-shadow: 0 1px 4px 0 rgba(0, 5, 58, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: calc(10 * 1px);
    position: relative;
  }
  .cms_flow ol li + li {
    margin-top: calc(20 * 1px);
  }
  .cms_flow ol li::before {
    content: counter(number) " ";
    counter-increment: number 1;
    font-family: "Roboto";
    font-size: 22rem;
    color: #FFFFFF;
    line-height: 1;
    background-color: #00053a;
    width: 40px;
    padding: calc(25 * 1px) calc(26 * 1px);
    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;
  }
  .cms_flow ol li:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: -29px;
    left: -29.3px;
    scale: 0.45;
    border-style: solid;
    border-right: 57.5px solid transparent;
    border-left: 57.5px solid transparent;
    border-top: 40px solid #000000;
    border-bottom: 0;
  }
  .cms_merit {
    counter-reset: number 0;
  }
  .cms_merit ol {
    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;
    margin: 0;
    padding-top: calc(40 * 1px);
  }
  .cms_merit ol li {
    width: 48%;
    background-color: #fafdff;
    position: relative;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(5, 11, 25, 0.1);
            box-shadow: 0px 0px 3px 0px rgba(5, 11, 25, 0.1);
  }
  .cms_merit ol li + li {
    margin-top: 0;
  }
  .cms_merit ol li:nth-of-type(n + 3) {
    margin-top: calc(70 * 1px);
  }
  .cms_merit ol li::before {
    position: absolute;
    inset: -17% 0 auto;
    margin: auto;
    width: calc(80 * 1px);
    height: calc(80 * 1px);
    content: "";
    background-color: #00053a;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    counter-increment: number;
    content: counter(number, decimal-leading-zero);
    color: #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;
    font-size: 28rem;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
  }
  .cms_merit ol li div {
    padding: calc(30 * 1px) calc(30 * 1px) calc(20 * 1px);
  }
  .cms_merit ol li div h3 {
    text-align: center;
    margin-top: calc(25 * 1px);
    word-break: keep-all;
  }
  .cms_merit ol li div h3::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #707070;
    margin-top: calc(10 * 1px);
  }
  .cms_archive ul li {
    line-height: 1.3;
    margin-bottom: 15px;
  }
  .cms_archive ul li span {
    display: inline-block;
    text-indent: 1.3em;
  }
  .operation_follow {
    width: calc(1080px * 12 / 12);
    margin: calc(60 * 1px) -4.55% 0;
    padding: 0 0 calc(50 * 1px);
    background: #fafdff;
    border-radius: calc(16 * 1px);
    -webkit-box-shadow: 0 calc(15 * 1px) calc(30 * 1px) 0 rgba(5, 11, 25, 0.1);
            box-shadow: 0 calc(15 * 1px) calc(30 * 1px) 0 rgba(5, 11, 25, 0.1);
  }
  .operation_follow h2 {
    font-size: 30rem;
    font-weight: 700;
    text-align: center;
    margin: calc(60 * 1px) 0 calcr(30);
    padding: calc(90 * 1px) calc(20 * 1px) calc(60 * 1px);
  }
  .operation_follow h2::before {
    content: none;
  }
  .operation_follow_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .operation_follow_list ._item {
    width: calc(1080px * 4 / 12);
  }
  .operation_follow_list ._item_img {
    text-align: center;
    height: calc(40 * 1px);
    margin-bottom: calc(20 * 1px);
  }
  .operation_follow_list ._item h3 {
    font-size: 20rem;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    margin: calc(30 * 1px) 0 calc(15 * 1px);
  }
  .operation_follow_list ._item_desc {
    margin-top: calc(30 * 1px);
    padding: 0 calc(40 * 1px);
    font-size: 15rem;
    text-align: justify;
  }
  .operation_follow_list ._item_desc p {
    color: #707070;
    font-size: 14rem;
    line-height: 1.6;
  }
  .operation_follow_list ._item:nth-of-type(2) {
    border-left: 1px solid rgba(0, 5, 58, 0.1);
    border-right: 1px solid rgba(0, 5, 58, 0.1);
  }
  .consulting .related {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: calc(20 * 1px);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: calc(60 * 1px);
  }
  .consulting .related .link-btn {
    font-size: 18rem;
    width: calc(350 * 1px);
    height: calc(80 * 1px);
  }
  .company #map {
    width: 100%;
    height: 400px;
    background-color: grey;
  }
  .company p.catch {
    font-size: calc(22 * 1px);
    font-weight: bold;
    text-align: center;
    margin-bottom: calc(30 * 1px);
  }
  .company table.greetings {
    width: 100%;
    margin-bottom: calc(50 * 1px);
    border: 0;
  }
  .company table.greetings .greetings_txt {
    padding-right: calc(30 * 1px);
  }
  .company table.greetings .greetings_txt p:last-of-type {
    line-height: 1.2;
    text-align: right;
  }
  .company table.greetings .greetings_img {
    width: 34%;
  }
  .company table.greetings .greetings_img img {
    width: 100%;
  }
  .company table.profile {
    width: 100%;
    border: 1px solid rgba(0, 5, 58, 0.4);
  }
  .company table.profile tr {
    border-bottom: 1px solid #D7E1EC;
  }
  .company table.profile tr:last-of-type {
    border-bottom: none;
  }
  .company table.profile tr th,
  .company table.profile tr td {
    padding: calc(20 * 1px);
  }
  .company table.profile tr th {
    font-weight: bold;
    width: 25%;
    background: #fafdff;
    border-right: 1px solid #D7E1EC;
  }
  .faq .page_body_in ul {
    list-style-type: none !important;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5em;
    position: relative;
    margin: 0 0 calc(40 * 1px) !important;
    border-radius: calc(4 * 1px);
  }
  .faq .page_body_in ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0 !important;
  }
  .faq .page_body_in ul li::before {
    content: "";
    display: block;
    width: calc(6 * 1px);
    height: calc(6 * 1px);
    margin-right: calc(8 * 1px);
    border-top: 1px solid #0068EF;
    border-right: 1px solid #0068EF;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .faq_item {
    width: 100%;
    margin-top: calc(40 * 1px);
  }
  .faq_item_q {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 20rem;
    font-weight: 700;
    margin-bottom: calc(10 * 1px);
  }
  .faq_item_q::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: "Q";
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: calc(50 * 1px);
    height: calc(50 * 1px);
    margin-right: calc(10 * 1px);
    color: #FFFFFF;
    font-family: "Roboto", sans-serif;
    background: #00053a;
  }
  .faq_item_a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .faq_item_a::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: "A";
    font-size: 20rem;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    color: #00053a;
    background: #FFFFFF;
    width: calc(50 * 1px);
    height: calc(50 * 1px);
    border: 1px rgb(180, 180, 180) solid;
    margin-right: calc(10 * 1px);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .inquiry_progress {
    position: relative;
    width: calc(1080px * 6 / 12);
    height: calc(2 * 1px);
    margin: calc(90 * 1px) auto calc(50 * 1px);
    background: #9E9874;
  }
  .inquiry_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: absolute;
    bottom: calc(-4 * 1px);
    width: calc(120 * 1px);
    color: #9E9874;
    font-size: 14rem;
    font-weight: 400;
    text-align: center;
  }
  .inquiry_progress ._item::after {
    content: "";
    display: block;
    width: calc(10 * 1px);
    height: calc(10 * 1px);
    margin: calc(6 * 1px) auto 0;
    background: #9E9874;
    border-radius: 100%;
  }
  .inquiry_progress ._item:nth-of-type(1) {
    left: calc(-60 * 1px);
  }
  .inquiry_progress ._item:nth-of-type(2) {
    left: calc(50% - calc(60 * 1px));
  }
  .inquiry_progress ._item:nth-of-type(3) {
    right: calc(-60 * 1px);
  }
  .inquiry_progress ._item.is-active {
    bottom: calc(-7 * 1px);
    color: #00053a;
    font-size: 16rem;
    font-weight: 700;
  }
  .inquiry_progress ._item.is-active::after {
    width: calc(16 * 1px);
    height: calc(16 * 1px);
    background: #00053a;
  }
  .inquiry .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(1080px * 8 / 12);
  }
  .inquiry .form ._item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: calc(15 * 1px) 0;
    border-bottom: 1px solid rgba(0, 5, 58, 0.1);
  }
  .inquiry .form ._item.-privacy {
    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;
    padding: calc(25 * 1px) 0;
  }
  .inquiry .form ._item.-privacy b {
    display: block;
    font-size: 14rem;
    font-weight: 700;
    text-align: center;
  }
  .inquiry .form ._item.-privacy ._privacy_details {
    width: calc(1080px * 6 / 12);
    height: calc(120 * 1px);
    margin-top: calc(15 * 1px);
    padding: calc(10 * 1px);
    border: 1px solid #000;
    overflow-x: hidden;
  }
  .inquiry .form ._item.-privacy ._privacy_details p {
    font-size: 13rem;
    line-height: 1.5;
  }
  .inquiry .form ._item.-privacy .checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1em;
  }
  .inquiry .form ._item.-privacy .checkbox label {
    width: auto;
    font-weight: 300;
  }
  .inquiry .form label {
    display: inline-block;
    width: calc(1080px * 3.2 / 12);
    font-size: 14rem;
    font-weight: 700;
  }
  .inquiry .form label span {
    opacity: 0.6;
    padding-left: 0.3em;
    font-size: 13rem;
    font-weight: 300;
  }
  .inquiry .form i {
    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;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: calc(32 * 1px);
    height: calc(20 * 1px);
    margin-right: 0.4em;
    color: #FFFFFF;
    font-size: 11rem;
    font-weight: 300;
    font-style: normal;
    border-radius: calc(3 * 1px);
  }
  .inquiry .form i.input_not {
    background: #EF2929;
  }
  .inquiry .form i.input_ok {
    background: #0FD13D;
  }
  .inquiry .form input {
    width: calc(1080px * 4.8 / 12);
    padding: calc(10 * 1px);
    border: 1px solid rgba(0, 5, 58, 0.4);
    border-radius: calc(6 * 1px);
  }
  .inquiry .form input:focus {
    background: #fafdff;
    border-color: #00053a;
  }
  .inquiry .form input[type=text]::-webkit-input-placeholder {
    opacity: 0.8;
    font-size: 14rem;
  }
  .inquiry .form input[type=text]::-moz-placeholder {
    opacity: 0.8;
    font-size: 14rem;
  }
  .inquiry .form input[type=text]:-ms-input-placeholder {
    opacity: 0.8;
    font-size: 14rem;
  }
  .inquiry .form input[type=text]::-ms-input-placeholder {
    opacity: 0.8;
    font-size: 14rem;
  }
  .inquiry .form input[type=text]::placeholder {
    opacity: 0.8;
    font-size: 14rem;
  }
  .inquiry .form input[type=text].-s {
    width: calc(1080px * 2.4 / 12);
  }
  .inquiry .form input[type=textarea] {
    height: 6em;
  }
  .inquiry .form input[type=checkbox] {
    width: auto;
    margin-right: 0.2em;
  }
  .inquiry .form input[type=submit] {
    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;
    width: calc(180 * 1px);
    height: calc(50 * 1px);
    margin: calc(40 * 1px) auto 0;
    color: #FFFFFF;
    background: #00053a;
    border: none;
  }
  .inquiry .form input[type=submit]:hover {
    background-color: #0068EF;
  }
  .inquiry .form input[type=submit].-back {
    color: #00053a;
    background: #fafdff;
  }
  .inquiry .form input[type=submit].-back:hover {
    color: #FFFFFF;
    background-color: #0068EF;
  }
  .inquiry .-confirm label {
    width: calc(1080px * 2 / 12);
  }
  .inquiry .-confirm label span {
    display: none;
  }
  .inquiry .-confirm i.input_not, .inquiry .-confirm i.input_ok {
    display: none;
  }
  .inquiry .-confirm .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .inquiry .-confirm .buttons input {
    margin: calc(40 * 1px) 0 0;
  }
  .inquiry .-thanks {
    padding-top: calc(60 * 1px);
  }
  .inquiry .-thanks_message p {
    font-size: 24rem;
    font-weight: 500;
    text-align: center;
  }
  .inquiry .-thanks_message .link-btn {
    width: calc(1080px * 3 / 12);
    margin: calc(80 * 1px) auto 0;
  }
  .privacy .page_body_in hr,
  .security .page_body_in hr {
    width: 100%;
    margin: 2em 0;
  }
  .sitemap .page_body_in div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10vw;
  }
  .sitemap .page_body_in div ul {
    list-style-type: none;
    width: 20em;
    min-width: 18em;
  }
  .sitemap .page_body_in div ul li a {
    color: #000;
    position: relative;
  }
  .sitemap .page_body_in div ul li a:hover {
    text-decoration: none;
    color: #0068EF;
  }
  .sitemap .page_body_in div ul.hier1st {
    margin: 0;
  }
  .sitemap .page_body_in div ul.hier1st > li {
    margin-top: 0;
    padding: 1.5em 0;
    border-bottom: 1px solid #ccc;
  }
  .sitemap .page_body_in div ul.hier1st > li > a {
    font-weight: bold;
    padding-left: 1.2em;
  }
  .sitemap .page_body_in div ul.hier1st > li > a:hover::before {
    border-top: 2px solid #0068EF;
    border-right: 2px solid #0068EF;
  }
  .sitemap .page_body_in div ul.hier1st > li > a::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #3775a9;
    border-right: 2px solid #3775a9;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .sitemap .page_body_in div ul.hier1st ul.hier2nd {
    margin-left: 1.4em;
  }
  .sitemap .page_body_in div ul.hier1st ul.hier2nd > li > a {
    padding-left: 1em;
  }
  .sitemap .page_body_in div ul.hier1st ul.hier2nd > li > a:hover::before {
    border-top: 2px solid #0068EF;
    border-right: 2px solid #0068EF;
  }
  .sitemap .page_body_in div ul.hier1st ul.hier2nd > li > a::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #999;
    border-right: 2px solid #999;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .sitemap .page_body_in div ul.hier1st ul.hier2nd > li:not(:last-child) {
    margin-bottom: 1em;
  }
  .sitemap .page_body_in div ul.hier1st ul.hier2nd > li:last-child {
    margin-bottom: 0;
  }
  .sitemap .page_body_in div ul.hier1st ul.hier3rd {
    margin-top: 0.7em;
    margin-left: 1.3em;
  }
  .sitemap .page_body_in div ul.hier1st ul.hier3rd > li > a {
    padding-left: 0.7em;
  }
  .sitemap .page_body_in div ul.hier1st ul.hier3rd > li > a:hover::before {
    color: #0068EF;
  }
  .sitemap .page_body_in div ul.hier1st ul.hier3rd > li > a::before {
    content: "-";
    position: absolute;
    top: 2px;
    left: 0px;
    color: #999;
  }
  .sitemap .page_body_in div ul.hier1st ul.hier2nd > li:nth-child(2) > ul.hier3rd > li:last-of-type a::after {
    content: "";
    position: absolute;
    top: 1.6em;
    left: 1.2em;
    width: 1px;
    height: 154px;
    background-color: #999;
  }
  .sitemap .page_body_in div ul.hier1st ul.hier4th {
    margin-left: 35px;
  }
  .sitemap .page_body_in div ul.hier1st ul.hier4th li a::before {
    content: "";
    position: absolute;
    top: 12px;
    left: -16px;
    width: 0.7em;
    height: 1px;
    background-color: #999;
  }
  .error_txt {
    min-height: 40vh;
    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;
  }
  .error p {
    text-align: center;
  }
  .error p:nth-of-type(1) {
    font-size: 50rem;
    font-weight: bold;
  }
  .error p:nth-of-type(2) {
    margin-top: 2em;
  }
}
@media screen and (max-width: 767.98px) {
  .form {
    width: calc(calc(100vw - calc(60 * 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(60 * 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: #707070;
    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(60 * 0.2564102564vw)) * 2 / 12);
    width: calc(calc(100vw - calc(60 * 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: #00053a;
    font-weight: 600;
  }
  .form_progress_item.is-active::before {
    background: #00053a;
  }
  .form_body {
    width: calc(calc(100vw - calc(60 * 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;
    background: #EDF1F8;
    padding: calc(10 * 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_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: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: #707070;
    background: #0068EF;
    border-radius: calc(4 * 0.2564102564vw);
  }
  .form_buttons button[data-form_btn=back] {
    color: #00053a;
    background: #fafdff;
  }
  .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: #707070;
    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: #00053a;
    font-weight: 600;
  }
  .form_progress_item.is-active::before {
    background: #00053a;
  }
  .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;
    background: #EDF1F8;
    padding: calc(20 * 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_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: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: #707070;
    background: #0068EF;
    border-radius: calc(4 * 1px);
  }
  .form_buttons button[data-form_btn=back] {
    color: #00053a;
    background: #fafdff;
  }
  .form_buttons_entry {
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
  }
  .form_buttons_entry button[data-form_btn=back] {
    display: none;
  }
}