@import "https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanjp.min.css";
@import "https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Roboto:wght@400;500&display=swap";
@import url("https://fonts.googleapis.com/css2?family=Oswald&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap");
[data-simplebar] {
  position: relative;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}
.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}
.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}
.simplebar-offset {
  direction: inherit !important;
  -webkit-box-sizing: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}
.simplebar-content-wrapper {
  direction: inherit;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.simplebar-content:before,
.simplebar-content:after {
  content: " ";
  display: table;
}
.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}
.simplebar-height-auto-observer-wrapper {
  -webkit-box-sizing: inherit !important;
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -ms-flex-positive: inherit;
  -webkit-box-flex: inherit;
  flex-grow: inherit;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}
.simplebar-height-auto-observer {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}
.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}
[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}
[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}
.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}
.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  -webkit-transition: opacity 0s linear;
  -o-transition: opacity 0s linear;
  transition: opacity 0s linear;
}
.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}
.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}
[data-simplebar-direction="rtl"] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}
.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}
.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
@-webkit-keyframes swing1 {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: rotate(0deg) translateY(0);
    transform: rotate(0deg) translateY(0);
  }
  35% {
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: rotate(5deg) translateY(-10px);
    transform: rotate(5deg) translateY(-10px);
  }
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: rotate(0deg) translateY(0);
    transform: rotate(0deg) translateY(0);
  }
  85% {
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: rotate(-5deg) translateY(-10px);
    transform: rotate(-5deg) translateY(-10px);
  }
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: rotate(0deg) translateY(0);
    transform: rotate(0deg) translateY(0);
  }
}
@keyframes swing1 {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: rotate(0deg) translateY(0);
    transform: rotate(0deg) translateY(0);
  }
  35% {
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: rotate(5deg) translateY(-10px);
    transform: rotate(5deg) translateY(-10px);
  }
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: rotate(0deg) translateY(0);
    transform: rotate(0deg) translateY(0);
  }
  85% {
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: rotate(-5deg) translateY(-10px);
    transform: rotate(-5deg) translateY(-10px);
  }
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: rotate(0deg) translateY(0);
    transform: rotate(0deg) translateY(0);
  }
}
@-webkit-keyframes swing2 {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: rotate(0deg) translateY(0);
    transform: rotate(0deg) translateY(0);
  }
  35% {
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: rotate(-5deg) translateY(-10px);
    transform: rotate(-5deg) translateY(-10px);
  }
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: rotate(0deg) translateY(0);
    transform: rotate(0deg) translateY(0);
  }
  85% {
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: rotate(5deg) translateY(-10px);
    transform: rotate(5deg) translateY(-10px);
  }
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: rotate(0deg) translateY(0);
    transform: rotate(0deg) translateY(0);
  }
}
@keyframes swing2 {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: rotate(0deg) translateY(0);
    transform: rotate(0deg) translateY(0);
  }
  35% {
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: rotate(-5deg) translateY(-10px);
    transform: rotate(-5deg) translateY(-10px);
  }
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: rotate(0deg) translateY(0);
    transform: rotate(0deg) translateY(0);
  }
  85% {
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: rotate(5deg) translateY(-10px);
    transform: rotate(5deg) translateY(-10px);
  }
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: rotate(0deg) translateY(0);
    transform: rotate(0deg) translateY(0);
  }
}
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
input,
textarea,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
main,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img,
svg,
iframe {
  vertical-align: top;
}
button {
  font-family: inherit;
}
html {
  font-size: 10px;
}
@media screen and (max-width: 1366px) {
  html {
    font-size: 0.73206vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 1.30208vw;
  }
}
@supports (-webkit-touch-callout: none) {
  html {
    height: -webkit-fill-available;
  }
}
body {
  text-align: left;
  /*text-align: justify;*/
  text-justify: inter-ideograph;
  /*word-break: break-all;*/
  color: #000;
  background: #fff;
  font-family: YakuHanJP, Noto Sans JP, sans-serif;
  font-size: 1.5rem;
  /*letter-spacing: .04em;*/
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 2.8rem;
  }
}
body.is-show-nav,
body.is-show-modal {
  overflow: hidden;
}
@supports (-webkit-touch-callout: none) {
  body {
    height: -webkit-fill-available;
  }
}
a {
  color: #1e58ff;
  outline: none;
  text-decoration: underline;
  -webkit-tap-highlight-color: transparent;
}
@media screen and (min-width: 769px) {
  a:hover,
  a:active {
    text-decoration: none;
  }
}
img {
  max-width: 100%;
  height: auto;
}
::-moz-selection {
  background: #000;
  color: #fff;
}
::selection {
  background: #000;
  color: #fff;
}
.layout-bottom-cta {
  width: 100%;
  height: 6.6rem;
  position: fixed;
  bottom: 0;
  left: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  color: #fff;
  background: #282828;
  z-index: 888;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1),
    -webkit-transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (max-width: 768px) {
  .layout-bottom-cta {
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
    height: 12rem;
  }
}
.is-scrolled .layout-bottom-cta {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 768px) {
  #contact .layout-bottom-cta {
    display: none;
  }
}
.layout-container {
  overflow: hidden;
  padding-top: 10rem;
}
@media screen and (max-width: 768px) {
  .layout-container {
    padding-top: 10rem;
  }
}
.layout-content {
  position: relative;
}
.layout-content .hero {
  background: #374a59;
}
.layout-footer {
  padding: 7rem 0 3rem;
}
@media screen and (max-width: 768px) {
  .layout-footer {
    padding: 6rem 3rem;
  }
}
.layout-footer__top {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .layout-footer__top {
    display: block;
  }
}
.layout-footer__bottom {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .layout-footer__bottom {
    display: block;
    margin-top: 4rem;
  }
}
.layout-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 10rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  /*-ms-flex-pack: justify;
  justify-content: space-between;*/
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 0 0 0 3rem;
  background: #fff;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  .layout-header {
    height: 10rem;
    padding: 0 3rem;
  }
}
.layout-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 99999;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.is-loaded .layout-loading {
  opacity: 0;
  pointer-events: none;
}
.layout-side-cta {
  position: fixed;
  top: 18rem;
  right: 0;
  z-index: 888;
}
.anchor-image {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-top: 5rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .anchor-image {
    display: block;
  }
}
.anchor-image__item {
  position: relative;
  width: calc(50% - 2.4rem);
}
@media screen and (max-width: 768px) {
  .anchor-image__item {
    width: auto;
  }
  .anchor-image__item:nth-of-type(n + 2) {
    margin-top: 4rem;
  }
}
.anchor-image__item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  color: #000;
  text-decoration: none;
}
.anchor-image__item a:after {
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  bottom: 2.5rem;
  left: calc(50% - 0.6rem);
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: solid 1px #000;
  border-bottom: solid 1px #000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .anchor-image__item a:after {
    width: 2.4rem;
    height: 2.4rem;
    position: absolute;
    bottom: 3rem;
    left: calc(50% - 1.2rem);
  }
}
.anchor-image__heading {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .anchor-image__heading {
    font-size: 4.4rem;
  }
}
.anchor-image__lead {
  margin-top: 1rem;
  font-size: 2.4rem;
  line-height: 1.83333;
}
@media screen and (max-width: 768px) {
  .anchor-image__lead {
    font-size: 2.8rem;
  }
}
.architecture {
  margin-top: 6rem;
  text-align: center;
}
.architecture__inner {
  padding: 4.5rem;
  border: solid 1px #dcdcdc;
}
@media screen and (max-width: 768px) {
  .architecture__inner {
    padding: 4rem 3rem;
  }
}
.architecture__heading {
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .architecture__heading {
    font-size: 4.4rem;
    text-align: left;
    line-height: 1.5;
  }
}
.architecture__lead {
  margin-top: 0.5rem;
  font-size: 1.6rem;
  line-height: 1.83333;
}
@media screen and (max-width: 768px) {
  .architecture__lead {
    margin-top: 1.5rem;
    font-size: inherit;
    text-align: left;
    line-height: 1.5;
  }
}
.architecture__image {
  margin-top: 3rem;
  margin-bottom: -20rem;
}
@media screen and (max-width: 768px) {
  .architecture__image {
    margin-top: 6rem;
    margin-left: -6rem;
    margin-right: -6rem;
  }
}
.architecture__text {
  margin-top: 20rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .architecture__text {
    margin-top: 22rem;
    text-align: left;
  }
}
/*.architecture__image-2 {
  margin-top: 7rem
}*/
.architecture__image-3 {
  margin-top: 14rem;
}
.archive-faq {
  margin-top: 4rem;
}
.archive-faq__item {
  border-bottom: 1px solid #dcdcdc;
}
.archive-faq__item a {
  position: relative;
  display: block;
  padding: 2rem 2.5rem 2rem 6rem;
  color: #000;
  text-decoration: none;
  -webkit-transition: background-color 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: background-color 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: background-color 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (max-width: 768px) {
  .archive-faq__item a {
    padding: 3rem 6rem 3rem 8rem;
    line-height: 1.5;
  }
}
.archive-faq__item a:before {
  position: absolute;
  top: 50%;
  left: 2rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "Q";
  color: #1e288c;
  font-family: Roboto, sans-serif;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .archive-faq__item a:before {
    font-size: 4.4rem;
    left: 2rem;
  }
}
.archive-faq__item a:after {
  width: 0.9rem;
  height: 1.6rem;
  position: absolute;
  top: calc(50% - 0.8rem);
  right: 1.5rem;
  content: "";
  display: block;
  background: url(../img/common/arw_black.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .archive-faq__item a:after {
    width: 1.4rem;
    height: 2.4rem;
    top: calc(50% - 1.6rem);
    right: 0;
  }
}
.archive-faq__item a.is-on {
  background: #f0f5f5;
}
.archive-news > :first-child {
  margin-top: 0 !important;
}
.archive-news__item {
  border-bottom: 1px solid #dcdcdc;
  -webkit-transition: background-color 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: background-color 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: background-color 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.archive-news__item.is-show {
  margin-top: 2rem;
  border-bottom-color: transparent;
  background: #ffffff;
}
.archive-news__item.is-show .archive-news__header:after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.archive-news__item.is-show + .archive-news__item {
  margin-top: 2rem;
}
.archive-news__header {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding: 2rem 2.5rem;
  line-height: 1.2;
  cursor: pointer;
  -webkit-transition: opacity 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: opacity 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (max-width: 768px) {
  .archive-news__header {
    display: block;
    padding: 4rem 9rem 4rem 3rem;
    line-height: 1.5;
  }
}
.archive-news__header:before,
.archive-news__header:after {
  width: 1.8rem;
  height: 0.2rem;
  position: absolute;
  top: calc(50% - 0.1rem);
  right: 2rem;
  content: "";
  display: block;
  background: #1e288c;
}
@media screen and (max-width: 768px) {
  .archive-news__header:before,
  .archive-news__header:after {
    width: 3.6rem;
    height: 0.4rem;
    position: absolute;
    top: calc(50% - 0.2rem);
    right: 2rem;
  }
}
.archive-news__header:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.archive-news__header.is-on {
  opacity: 0.6;
}
.archive-news__date {
  width: 12rem;
  color: #1e288c;
}
@media screen and (max-width: 768px) {
  .archive-news__date {
    width: auto;
  }
}
.archive-news__heading {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .archive-news__heading {
    margin-top: 1rem;
  }
}
.archive-news__toggle {
  overflow: hidden;
  display: none;
}
.archive-news__body {
  padding: 1rem 5.5rem 2.5rem;
}
@media screen and (max-width: 768px) {
  .archive-news__body {
    padding: 1rem 3rem 4rem;
  }
}
.archive-news__category {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.archive-news__category span {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  min-width: 9rem;
  height: 2.6rem;
  padding: 0 1.5rem 0.2rem;
  color: #1e288c;
  border: solid 1px #1e288c;
  font-size: 1.3rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .archive-news__category span {
    height: 4.6rem;
    font-size: 2.6rem;
  }
}
.archive-news__text {
  margin-top: 1rem;
  line-height: 2;
}
.article > :first-child {
  margin-top: 0;
}
.article h2 {
  margin-top: 9rem;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .article h2 {
    margin-top: 11rem;
    font-size: 4.2rem;
  }
}
.article h3 {
  margin-top: 8rem;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .article h3 {
    margin-top: 10rem;
    font-size: 3.4rem;
  }
}
.article p {
  margin-top: 2rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .article p {
    margin-top: 4rem;
  }
}
.article p img {
  display: block;
  margin: 3rem 0;
}
@media screen and (max-width: 768px) {
  .article p img {
    margin: 5rem 0;
  }
}
.box-guard {
  margin-top: 7.5rem;
  padding: 3.5rem 2rem 6rem;
  border: solid 0.2rem #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .box-guard {
    padding: 4rem 6rem 6rem;
    border-width: 0.4rem;
  }
}
.box-guard__heading {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .box-guard__heading {
    font-size: 4.4rem;
    line-height: 1.5;
  }
}
.box-guard__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin-top: 4.5rem;
}
@media screen and (max-width: 768px) {
  .box-guard__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.box-guard__list-item {
  width: 26.5rem;
}
@media screen and (max-width: 768px) {
  .box-guard__list-item:nth-of-type(n + 3) {
    margin-top: 4rem;
  }
}
.box-guard__list-image {
  width: 14.8rem;
  height: 14.8rem;
  border-radius: 100%;
  margin: 0 auto;
  border: solid 0.2rem #fff;
}
@media screen and (max-width: 768px) {
  .box-guard__list-image {
    width: 23.6rem;
    height: 23.6rem;
    border-radius: 100%;
    border-width: 0.4rem;
  }
}
.box-guard__list-heading {
  margin-top: 1.5rem;
  font-size: 2.4rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .box-guard__list-heading {
    font-size: 2.8rem;
  }
}
.box-shadow {
  margin-top: 3rem;
  padding: 4rem 5rem;
  background: #fff;
  -webkit-box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.07);
}
@media screen and (max-width: 768px) {
  .box-shadow {
    margin-top: 4rem;
  }
}
.box-shadow__heading {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .box-shadow__heading {
    font-size: 4.4rem;
  }
}
.box-shadow__heading small {
  display: block;
  font-size: 1.8rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .box-shadow__heading small {
    font-size: 2.8rem;
  }
}
.box-shadow__lead {
  margin-top: 1.5rem;
  font-size: 2.4rem;
  line-height: 1.41667;
}
@media screen and (max-width: 768px) {
  .box-shadow__lead {
    font-size: 3.6rem;
  }
}
.box-shadow__text {
  margin-top: 1.5rem;
  line-height: 2;
}
.box-shadow__image {
  width: 40rem;
  margin-right: 4rem;
}
@media screen and (max-width: 768px) {
  .box-shadow__image {
    width: auto;
    margin-right: 0;
  }
}
.box-shadow__body {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
}
.box-shadow--row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 768px) {
  .box-shadow--row {
    display: block;
  }
  .box-shadow--row .box-shadow__body {
    margin-top: 3rem;
  }
}
.button {
  width: 30rem;
  height: 6rem;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  border: 0.2rem solid #00aadc;
  border-radius: 3rem;
  color: #00aadc;
  background: none;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  -webkit-transition: color 0.1s cubic-bezier(0.39, 0.575, 0.565, 1),
    background-color 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: color 0.1s cubic-bezier(0.39, 0.575, 0.565, 1),
    background-color 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: color 0.1s cubic-bezier(0.39, 0.575, 0.565, 1),
    background-color 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (max-width: 768px) {
  .button {
    width: 50rem;
    height: 10rem;
    border-radius: 5rem;
    border-width: 0.4rem;
  }
}
.button.is-on {
  color: #fff;
  background: #00aadc;
}
.button--small {
  width: 14rem;
  height: 3.4rem;
  border-width: 1px;
  border-radius: 1.7rem;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .button--small {
    width: 28rem;
    height: 6.8rem;
    border-radius: 3.4rem;
    font-size: 2.4rem;
  }
}
.button--white {
  color: #fff;
  border-color: #fff;
}
.button--white.is-on {
  color: #00aadc;
  background: #fff;
}
.container-button {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .container-button {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .card {
    width: 100%;
    max-width: 60rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.card > :first-child {
  margin-top: 0;
}
.card__image {
  margin-top: 3rem;
}
.card__heading {
  margin-top: 2rem;
  font-size: 2.4rem;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .card__heading {
    margin-top: 3rem;
    font-size: 3.8rem;
    text-align: left;
  }
}
.card__text {
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .card__text {
    margin-top: 2rem;
  }
}
.item-form {
  padding-top: 4rem;
}
@media screen and (max-width: 768px) {
  .item-form {
    padding-top: 5rem;
  }
}
.item-form + .item-form {
  margin-top: 4rem;
  border-top: 1px solid #dcdcdc;
}
@media screen and (max-width: 768px) {
  .item-form + .item-form {
    margin-top: 6rem;
  }
}
.item-form__heading {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .item-form__heading {
    font-size: 3.2rem;
  }
}
.item-form__heading span {
  display: inline-block;
  margin-right: 1.2rem;
  padding: 0.4rem 1.2rem 0.5rem;
  color: #f08232;
  background: #fff;
  border: solid 1px #f08232;
  font-size: 1.2rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .item-form__heading span {
    font-size: 2.4rem;
  }
}
.item-form__heading.is-required span {
  color: #fff;
  background: #f08232;
  white-space: nowrap;
}
.item-form__body {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .item-form__body {
    margin-top: 3rem;
  }
}
.item-form__body input[type="text"] {
  width: 100%;
  height: 5rem;
  padding: 2rem;
  border: 1px solid #dcdcdc;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (max-width: 768px) {
  .item-form__body input[type="text"] {
    height: 10rem;
  }
}
.item-form__body input[type="text"]::-webkit-input-placeholder {
  color: #dcdcdc;
}
.item-form__body input[type="text"]::-moz-placeholder {
  color: #dcdcdc;
}
.item-form__body input[type="text"]:-ms-input-placeholder {
  color: #dcdcdc;
}
.item-form__body input[type="text"]::-ms-input-placeholder {
  color: #dcdcdc;
}
.item-form__body input[type="text"]::placeholder {
  color: #dcdcdc;
}
.item-form__body textarea {
  width: 100%;
  height: 30rem;
  padding: 1.5rem 2rem;
  border: 1px solid #dcdcdc;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (max-width: 768px) {
  .item-form__body textarea {
    height: 40rem;
  }
}
.item-form__body textarea::-webkit-input-placeholder {
  color: #dcdcdc;
}
.item-form__body textarea::-moz-placeholder {
  color: #dcdcdc;
}
.item-form__body textarea:-ms-input-placeholder {
  color: #dcdcdc;
}
.item-form__body textarea::-ms-input-placeholder {
  color: #dcdcdc;
}
.item-form__body textarea::placeholder {
  color: #dcdcdc;
}
.item-form__text {
  padding-left: 1.5rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .item-form__text {
    padding-left: 0;
    font-size: 3rem;
  }
}
.item-form__agree {
  margin-top: 3rem;
  text-align: center;
}
.item-form__agree a {
  color: #e60012;
}
.item-form__agree label {
  display: inline-block;
}
.item-form__agree input[type="checkbox"] {
  margin-right: 1rem;
  vertical-align: -0.1rem;
}
@media screen and (max-width: 768px) {
  .item-form__agree input[type="checkbox"] {
    vertical-align: -0.4rem;
  }
}
.item-form .radio-form {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin-top: 3rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .item-form .radio-form {
    line-height: 1.5;
  }
}
.item-form .radio-form__item {
  display: block;
  cursor: pointer;
  padding-left: 1.4em;
  text-indent: -1.4em;
}
.item-form .radio-form__item:nth-of-type(n + 2) {
  margin-top: 1.5rem;
}
.item-form .radio-form__item input[type="radio"] {
  margin-right: 0.8rem;
  vertical-align: -0.1rem;
}
.formErrorContent {
  text-indent: 0 !important;
  line-height: 1.8 !important;
}
.formError {
  padding-top: 12rem !important;
  margin-top: -17rem !important;
}
@media screen and (max-width: 768px) {
  .formError {
    padding-top: 12rem !important;
    margin-top: -20rem !important;
  }
}
@media screen and (max-width: 768px) {
  .item-form .radio-form__item input[type="radio"] {
    vertical-align: -0.4rem;
  }
}
.item-form .checkbox-form {
  /*display: -ms-flexbox;
  display: flex;*/
  margin-top: 3rem;
  /*line-height: 1.2*/
}
@media screen and (max-width: 768px) {
  .item-form .checkbox-form {
    display: block;
  }
}
.item-form .checkbox-form__item {
  display: block;
  cursor: pointer;
  padding-left: 1.4em;
  text-indent: -1.4em;
}
@media screen and (min-width: 769px) {
  .item-form .checkbox-form__item:nth-of-type(n + 2) {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .item-form .checkbox-form__item:nth-of-type(n + 2) {
    margin-top: 1.5rem;
  }
}
.item-form .checkbox-form__item input[type="checkbox"] {
  margin-right: 0.8rem;
  vertical-align: -0.1rem;
}
@media screen and (max-width: 768px) {
  .item-form .checkbox-form__item input[type="checkbox"] {
    vertical-align: -0.4rem;
  }
}
.list-faq {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 6rem;
}
.list-faq__item {
  border-radius: 0.8rem;
  -webkit-box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.08);
}
@media screen and (min-width: 769px) {
  .list-faq__item {
    width: calc(33.333% - 4rem);
    margin-top: 3rem;
    margin-right: 6rem;
  }
  .list-faq__item:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .list-faq__item {
    width: calc(50% - 2.4rem);
    margin-top: 4rem;
    margin-right: 4.8rem;
  }
  .list-faq__item:nth-of-type(2n) {
    margin-right: 0;
  }
}
.list-faq__item a {
  overflow: hidden;
  display: block;
  color: #000;
  text-decoration: none;
  height: 100%;
  background: #fff;
}
.list-faq__item a.is-on .list-faq__image img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.list-faq__image {
  overflow: hidden;
  height: 22rem;
}
@media screen and (max-width: 768px) {
  .list-faq__image {
    height: 20rem;
  }
}
.list-faq__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1),
    -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.list-faq__body {
  padding: 2rem 2rem 2.5rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .list-faq__body {
    padding: 3rem 2rem 3.5rem;
  }
}
.list-faq__theme {
  color: #f08232;
}
@media screen and (max-width: 768px) {
  .list-faq__theme {
    font-size: 2.2rem;
  }
}
.list-faq__title {
  margin-top: 1.5rem;
  font-size: 2.4rem;
  font-weight: 700;
}

#home section .list-faq__title {
  font-size: 2.4rem;
}

#home section.column-section-link .list-faq__title {
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .list-faq__title {
    font-size: 3.4rem;
  }
}
.list-guard {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .list-guard {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .list-guard__item {
    width: calc(50% - 2.4rem);
    margin-top: 3rem;
  }
  .list-guard__item:nth-of-type(2n) {
    margin-left: 4.8rem;
  }
}
@media screen and (max-width: 768px) {
  .list-guard__item:nth-of-type(n + 2) {
    margin-top: 6rem;
  }
}
.list-guard__heading {
  margin-top: 1rem;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .list-guard__heading {
    margin-top: 2rem;
    font-size: 3.8rem;
  }
}
.list-logo {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 4rem;
  background: #fff;
  padding: 2rem;
}
@media screen and (max-width: 768px) {
  .list-logo {
    margin-top: 6rem;
  }
}
@media screen and (min-width: 769px) {
  .list-logo__item {
    margin-right: 1.3rem;
    max-width: 15.4rem;
  }
  .list-logo__item:nth-of-type(7n) {
    margin-right: 0;
  }
  .list-logo__item:nth-of-type(n + 8) {
    margin-top: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .list-logo__item {
    margin-right: 2.4rem;
  }
  .list-logo__item:nth-of-type(3n) {
    margin-right: 0;
  }
  .list-logo__item:nth-of-type(n + 4) {
    margin-top: 2rem;
  }
}
.list-logo__item a {
  position: relative;
  display: block;
  width: 16rem;
}
@media screen and (max-width: 768px) {
  .list-logo__item a {
    width: 20.2rem;
  }
}
.list-logo__item a:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  border: solid 1px #dcdcdc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: border-color 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: border-color 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.list-logo__item a.is-on:after {
  border-color: #f08232;
}
.list-logo--white .list-logo__item a:after {
  border: solid 1px #fff;
}
.list-logo--white .list-logo__item a.is-on:after {
  border-color: #00aadc;
}
.page-content {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 10rem 0 11rem;
  border-bottom: 1px solid #dcdcdc;
}
@media screen and (max-width: 768px) {
  .page-content {
    display: block;
    padding: 8rem 3rem 10rem;
  }
}
.page-content__article {
  width: 68.33333%;
  margin-top: -0.8rem;
}
@media screen and (max-width: 768px) {
  .page-content__article {
    width: auto;
    margin-top: 0;
  }
}
.page-content__sidebar {
  width: 26.66667%;
}
@media screen and (max-width: 768px) {
  .page-content__sidebar {
    width: auto;
    margin-top: 12rem;
  }
}
.page-header {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  height: 30rem;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-header {
    height: auto;
    padding: 1px 3rem;
    min-height: 40rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }
}
.page-header__title {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .page-header__title {
    line-height: 1.5;
  }
}
.page-header__title small {
  display: block;
  margin-bottom: 2rem;
  font-size: 2.4rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .page-header__title small {
    margin-bottom: 1.5rem;
    font-size: 3rem;
  }
}
.page-header__lead {
  margin-top: 2rem;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .page-header__lead {
    margin-top: 1.5rem;
    font-size: 3rem;
  }
}
#concept .page-header {
  background-image: url(../img/concept/bg_header.jpg);
}
#product .page-header {
  background-image: url(../img/product/bg_header.jpg);
}
#faq .page-header {
  background-image: url(../img/faq/bg_header.jpg);
}
#news .page-header {
  background-image: url(../img/news/bg_header.jpg);
}
#company .page-header {
  background-image: url(../img/company/bg_header.jpg);
}
#recruit .page-header {
  background-image: url(../img/recruit/bg_header.jpg);
}
#case .page-header {
  background-image: url(../img/case/bg_header.jpg);
}
#contact .page-header {
  background-image: url(../img/contact/bg_header.jpg);
}
#privacy .page-header {
  background-image: url(../img/privacy/bg_header.jpg);
}
.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 768px) {
  .row {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .row__col {
    width: calc(33.333% - 4rem);
    margin-right: 6rem;
  }
  .row__col:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .row__col:nth-of-type(n + 2) {
    margin-top: 8rem;
  }
}
.section-contact {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  height: 40rem;
  color: #fff;
  background: url(../img/common/bg_contact.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-contact {
    height: auto;
    padding: 10rem 3rem 12rem;
  }
}
.section-contact__heading {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .section-contact__heading {
    font-size: 6rem;
    line-height: 1.5;
    text-align: left;
  }
}
.section-contact__text {
  margin-top: 2.5rem;
}
@media all and (max-width: 768px) {
  .section-contact__text {
    text-align: left;
  }
}
.section-contact__button {
  width: 100%;
  max-width: 44rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .section-contact__button {
    width: 100%;
    max-width: 70.8rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5rem;
    font-size: 3.6rem;
  }
}
.section-contact__button a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  height: 7.2rem;
  padding-bottom: 0.3rem;
  color: #fff;
  background: #f08232;
  border-radius: 3.6rem;
  text-decoration: none;
  -webkit-transition: opacity 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: opacity 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (max-width: 768px) {
  .section-contact__button a {
    height: 11.4rem;
    border-radius: 5.7rem;
  }
}
.section-contact__button a.is-on {
  opacity: 0.6;
}
.section {
  padding: 9.5rem 0;
}
@media screen and (max-width: 768px) {
  .section {
    padding: 8rem 3rem 10rem;
  }
}
.section + .section {
  padding-top: 10rem;
}
.section > :first-child {
  margin-top: 0;
}
.section__heading {
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .section__heading {
    font-size: 4.8rem;
    line-height: 1.5;
    text-align: left;
  }
  .section__heading br {
    display: none;
  }
}
.section__heading--large {
  font-size: 3.8rem;
}
.section__heading--large + .section__body {
  margin-top: 5rem;
}
/*.section__heading--line {
  position: relative;
  padding-bottom: 4rem
}
.section__heading--line:after {
  position: absolute;
  bottom: 0;
  left: calc(50% - .1rem);
  width: .2rem;
  height: 3rem;
  content: '';
  display: block;
  background: #f08232
}*/
.section__sub-heading {
  margin-top: 6rem;
  padding: 1.5rem 2rem;
  background: #f0f5f5;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .section__sub-heading {
    font-size: 3.8rem;
    line-height: 1.5;
  }
}
.section__sub-heading:nth-of-type(n + 2) {
  margin-top: 10rem;
}
.section__body {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  position: relative;
  z-index: 9;
}
.section__body > :first-child {
  margin-top: 0;
}
.section__body strong {
  font-weight: 700;
}
.section__body--narrow {
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}
.section__body--mt-wide {
  margin-top: 7rem;
}
.section__text {
  margin-top: 3rem;
}
.section__text--large {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .section__text--large {
    font-size: 3.2rem;
  }
}
.section__text--xlarge {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .section__text--xlarge {
    font-size: 3.6rem;
  }
}
.section__text--top-arw {
  position: relative;
  padding-top: 8rem;
}
.section__text--top-arw:before {
  width: 0;
  height: 0;
  position: absolute;
  top: 2rem;
  left: calc(50% - 3.6rem);
  content: "";
  display: block;
  border-style: solid;
  border-width: 3.6rem 3.6rem 0;
  border-color: #f08232 transparent transparent;
}
.section__list {
  margin-top: 3rem;
  margin-left: 2em;
  list-style-type: disc;
}
.section__list--num {
  list-style-type: decimal;
}
.section--bg-gray {
  background: #f0f5f5;
}
.section--bg-orange {
  color: #fff;
  background: #f08232;
}
.section--bg-offset-white {
  position: relative;
}
.section--bg-offset-white:before {
  width: 100%;
  height: 14rem;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  background: #f0f5f5;
  z-index: 0;
}
.section--bg-offset-white:after {
  width: 160rem;
  height: 15rem;
  position: absolute;
  top: 0;
  left: calc(50% - 80rem);
  content: "";
  display: block;
  background: #fff;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .section--bg-offset-white:after {
    width: 70.8rem;
    left: calc(50% - 35.4rem);
  }
}
.section--pd-narrow {
  padding: 6.5rem 0 11rem;
}
.section--home {
  position: relative;
  height: 1050.1rem;
  padding: 0;
}
.section--home > img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 192rem;
  max-width: 192rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
.section--concept {
  position: relative;
  height: 413.9rem;
  padding: 0;
}
.section--concept > img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 192rem;
  max-width: 192rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
.section--product {
  position: relative;
  height: 755.6rem;
  padding: 0;
}
.section--product > img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 192rem;
  max-width: 192rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
.sidebar__heading {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .sidebar__heading {
    font-size: 4.4rem;
  }
}
.sidebar__list {
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .sidebar__list {
    margin-top: 3.5rem;
  }
}
.sidebar__list-item {
  border-bottom: 1px solid #dcdcdc;
}
.sidebar__list-item a {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  padding: 2rem 3rem 2rem 0;
  color: #000;
  text-decoration: none;
  -webkit-transition: opacity 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: opacity 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (max-width: 768px) {
  .sidebar__list-item a {
    padding: 3rem 4rem 3rem 0;
  }
}
.sidebar__list-item a:after {
  width: 0.9rem;
  height: 1.6rem;
  position: absolute;
  top: calc(50% - 0.8rem);
  right: 0;
  content: "";
  display: block;
  background: url(../img/common/arw_black.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .sidebar__list-item a:after {
    width: 1.4rem;
    height: 2.4rem;
    top: calc(50% - 1.6rem);
  }
}
.sidebar__list-item a.is-on {
  opacity: 0.6;
}
.sidebar__list-thumb {
  width: 8.4rem;
  height: 8.4rem;
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  .sidebar__list-thumb {
    width: 14rem;
    height: 14rem;
    margin-right: 3rem;
  }
}
.sidebar__list-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sidebar__list-body {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
}
.sidebar__list-heading {
  margin-top: -0.5rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .sidebar__list-heading {
    font-size: 2.8rem;
    line-height: 1.5;
  }
}
.sidebar__list-category {
  margin-top: 0.5rem;
  color: #f08232;
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .sidebar__list-category {
    font-size: 2.2rem;
  }
}
.sidebar__button {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .sidebar__button {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin-top: 4rem;
  }
}
.sidebar__button a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.summary-company {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .summary-company {
    display: block;
  }
}
.summary-company__body {
  width: 50%;
  padding-top: 2rem;
}
@media screen and (max-width: 768px) {
  .summary-company__body {
    width: auto;
    padding-top: 0;
  }
}
.summary-company__heading {
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .summary-company__heading {
    font-size: 4.8rem;
  }
}
.summary-company__name {
  margin-top: 5.5rem;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .summary-company__name {
    margin-top: 6.5rem;
    font-size: 4.4rem;
  }
}
.summary-company__text {
  margin-top: 3rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .summary-company__text {
    margin-top: 4rem;
  }
}
.summary-company__button {
  margin-top: 3.5rem;
}
@media screen and (max-width: 768px) {
  .summary-company__button {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin-top: 5rem;
  }
}
.summary-company__image {
  width: 46.66667%;
}
@media screen and (max-width: 768px) {
  .summary-company__image {
    width: auto;
    margin-top: 5rem;
  }
}
.table-horizontal {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .table-horizontal {
    display: block;
    border-bottom: 1px solid #dcdcdc;
  }
}
@media screen and (max-width: 768px) {
  .table-horizontal tbody,
  .table-horizontal tr,
  .table-horizontal th,
  .table-horizontal td {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .table-horizontal tr {
    padding: 3rem 0;
    border-top: 1px solid #dcdcdc;
  }
}
.table-horizontal th,
.table-horizontal td {
  padding: 1.5rem;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
@media screen and (max-width: 768px) {
  .table-horizontal th,
  .table-horizontal td {
    padding: 0;
    border-top: none;
    border-bottom: none;
  }
}
.table-horizontal th {
  width: 20rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .table-horizontal th {
    width: auto;
    font-size: 3.2rem;
  }
}
.table-horizontal td > :first-child {
  margin-top: 0;
}
.table-horizontal p {
  margin-top: 2rem;
}
.table-horizontal dl {
  margin-top: 2rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.table-horizontal dl dt {
  width: 10rem;
}
@media screen and (max-width: 768px) {
  .table-horizontal dl dt {
    width: 20rem;
  }
}
.table-horizontal dl dd {
  width: calc(100% - 10rem);
}
@media screen and (max-width: 768px) {
  .table-horizontal dl dd {
    width: calc(100% - 20rem);
  }
}
.table-horizontal ul {
  margin-top: 2rem;
  list-style-type: disc;
  margin-left: 1.5em;
}
.table-horizontal h3 {
  margin-top: 2rem;
  font-weight: 700;
}
.table-horizontal h3 + * {
  margin-top: 0;
}
.table-horizontal--history tbody {
  position: relative;
}
.table-horizontal--history tbody:before {
  width: 0.2rem;
  height: calc(100% - 2px);
  position: absolute;
  top: 1px;
  left: 15rem;
  content: "";
  display: block;
  background: #f08232;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .table-horizontal--history tbody:before {
    left: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .table-horizontal--history tr {
    padding-left: 6rem;
  }
}
.table-horizontal--history th {
  position: relative;
  font-size: 2rem;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .table-horizontal--history th {
    font-size: 3.2rem;
  }
}
.table-horizontal--history th:after {
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  position: absolute;
  top: calc(50% - 1rem);
  left: 14.1rem;
  content: "";
  display: block;
  background: #f08232;
}
@media screen and (max-width: 768px) {
  .table-horizontal--history th:after {
    left: -4.9rem;
  }
}
@media screen and (max-width: 768px) {
  .table-horizontal--history tr:first-child {
    position: relative;
  }
  .table-horizontal--history tr:first-child:before {
    width: 0.2rem;
    height: 5rem;
    position: absolute;
    top: 0;
    left: 2rem;
    content: "";
    display: block;
    background: #f0f5f5;
  }
}
.table-horizontal--history tr:first-child th:before {
  width: 0.2rem;
  height: 50%;
  position: absolute;
  top: 0;
  left: 15rem;
  content: "";
  display: block;
  background: #f0f5f5;
}
@media screen and (max-width: 768px) {
  .table-horizontal--history tr:first-child th:before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .table-horizontal--history tr:last-child {
    position: relative;
  }
  .table-horizontal--history tr:last-child:before {
    width: 0.2rem;
    height: calc(100% - 5rem);
    position: absolute;
    bottom: 0;
    left: 2rem;
    content: "";
    display: block;
    background: #f0f5f5;
  }
}
.table-horizontal--history tr:last-child th:before {
  width: 0.2rem;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 15rem;
  content: "";
  display: block;
  background: #f0f5f5;
}
@media screen and (max-width: 768px) {
  .table-horizontal--history tr:last-child th:before {
    display: none;
  }
}
.text-lead {
  margin-top: 3rem;
  line-height: 2;
  text-align: center;
}
.text-lead--large {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .text-lead--large {
    font-size: inherit;
  }
  .text-lead {
    text-align: left !important;
  }
}
.text-lead--mt-narrow {
  margin-top: 1.5rem;
}
.footer-credit {
  color: #a0a0a0;
}
@media screen and (max-width: 768px) {
  .footer-credit {
    font-size: 2.2rem;
    text-align: left;
  }
}
.footer-logo {
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .footer-logo {
    width: 100%;
    max-width: 18.8rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.footer-nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 768px) {
  .footer-nav {
    -ms-flex-pack: space-between;
    -webkit-box-pack: justify;
    justify-content: space-between;
    font-size: 2.2rem;
  }
}
.footer-nav__item a {
  color: #a0a0a0;
  text-decoration: none;
  -webkit-transition: opacity 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: opacity 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.footer-nav__item a.is-on {
  opacity: 0.6;
}
.footer-sitemap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .footer-sitemap {
    display: none;
  }
}
.footer-sitemap__column:nth-of-type(n + 2) {
  margin-left: 13rem;
}
.footer-sitemap__item {
  height: 7rem;
}
.footer-sitemap a {
  position: relative;
  display: inline-block;
  color: #000;
  text-decoration: none;
  line-height: 1.4;
  -webkit-transition: opacity 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: opacity 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.footer-sitemap a.is-on {
  opacity: 0.6;
}
.header-cta {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .header-cta {
    position: relative;
    z-index: 9;
    display: block;
    font-size: 3.4rem;
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  .header-cta__item:nth-of-type(n + 2) {
    margin-left: 3.5rem;
  }
}
@media screen and (max-width: 768px) {
  .header-cta__item:nth-of-type(n + 2) {
    margin-top: 5rem;
  }
}
.header-cta__item a {
  display: block;
  padding: 1rem 0;
  color: #000;
  text-decoration: none;
  -webkit-transition: opacity 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: opacity 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.header-cta__item a.is-on {
  opacity: 0.6;
}
.header-cta__item--button a {
  width: 16rem;
  height: 5rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 0 0 0.1rem;
  color: #fff;
  background: #f08232;
  border-radius: 2.5rem;
}
@media screen and (max-width: 768px) {
  .header-cta__item--button a {
    width: 100%;
    height: 11rem;
    border-radius: 5.5rem;
  }
}
.header-global-nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin-top: 2rem;
  line-height: 1;
  gap: 5rem;
}
@media screen and (max-width: 768px) {
  .header-global-nav {
    position: relative;
    z-index: 9;
    font-size: 3.4rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 6rem;
  }
  .header-global-nav li {
    width: 100%;
  }
}
.header-global-nav__item a {
  position: relative;
  display: inline-block;
  padding: 1rem 0;
  color: #000;
  text-decoration: none;
  -webkit-transition: opacity 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: opacity 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
  font-size: 1.6rem;
  font-weight: 500;
}
.header-global-nav__item a.is-on {
  opacity: 0.6;
}
.header-global-nav__item.is-current a:after {
  position: absolute;
  bottom: -0.2rem;
  left: 0;
  width: 100%;
  height: 0.2rem;
  content: "";
  display: block;
  background: #f08232;
}
@media screen and (max-width: 768px) {
  .header-global-nav__item.is-current a:after {
    display: none;
  }
}
.header-global-nav__item.is-current a.is-on {
  opacity: 1;
}
.header-hamburger {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 10rem;
  height: 10rem;
  background: #f08232;
}
@media screen and (max-width: 768px) {
  .header-hamburger {
    display: block;
  }
}
.header-hamburger__line {
  position: absolute;
  top: 50%;
  left: calc(50% - 2rem);
  width: 4rem;
  height: 0.4rem;
  background: #fff;
  -webkit-transition: top 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s,
    background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1),
    opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s,
    -webkit-transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: top 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s,
    background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1),
    opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s,
    -webkit-transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: top 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s,
    transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1),
    background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1),
    opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s;
  transition: top 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s,
    transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1),
    background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1),
    opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s;
  transition: top 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s,
    transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1),
    background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1),
    opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s,
    -webkit-transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.header-hamburger__line:nth-of-type(1) {
  top: calc(50% - 1.8rem);
}
.header-hamburger__line:nth-of-type(2) {
  top: calc(50% - 0.2rem);
}
.header-hamburger__line:nth-of-type(3) {
  top: calc(50% + 1.4rem);
}
.is-show-nav .header-hamburger__line {
  -webkit-transition: top 0.2s cubic-bezier(0.39, 0.575, 0.565, 1),
    opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1),
    -webkit-transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s;
  transition: top 0.2s cubic-bezier(0.39, 0.575, 0.565, 1),
    opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1),
    -webkit-transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s;
  -o-transition: top 0.2s cubic-bezier(0.39, 0.575, 0.565, 1),
    transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s,
    opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: top 0.2s cubic-bezier(0.39, 0.575, 0.565, 1),
    transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s,
    opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: top 0.2s cubic-bezier(0.39, 0.575, 0.565, 1),
    transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s,
    opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1),
    -webkit-transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s;
}
.is-show-nav .header-hamburger__line:nth-of-type(1) {
  top: 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.is-show-nav .header-hamburger__line:nth-of-type(2) {
  opacity: 0;
}
.is-show-nav .header-hamburger__line:nth-of-type(3) {
  top: 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header-logo {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 45%;
}
.header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  color: #000;
  text-decoration: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-logo__text {
  display: block;
  font-size: 1.3rem;
  color: #333333;
  line-height: 1.385;
  font-weight: 600;
  padding-top: 3px;
}
.header-logo__image {
  display: block;
  /*  margin-top: 1rem;*/
  /*width: 18.8rem;*/
  line-height: 1;
  max-width: 40%;
}
@media screen and (max-width: 768px) {
  .header-logo__text {
    display: none;
  }
  .header-innerBox {
    height: 100%;
  }
  .header-logo {
    height: 100%;
  }
  .header-logo a {
    height: 100%;
  }
  .header-logo__image {
    height: 100%;
    padding: 5px 0;
    max-width: 40rem;
  }
  .header-logo__image img {
    height: 100%;
  }
  .header-nav {
    width: 100%;
    height: calc(calc(var(--vh, 1vh) * 100) - 10rem);
    position: fixed;
    top: 10rem;
    right: -100%;
    padding: 7rem 7rem 7rem 16rem;
    -webkit-transition: right 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: right 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: right 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .header-nav:before {
    width: 100%;
    height: calc(calc(var(--vh, 1vh) * 100) - 10rem);
    position: fixed;
    top: 10rem;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    content: "";
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1),
      visibility 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1),
      visibility 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1),
      visibility 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  .header-nav:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 67.8rem;
    height: 100%;
    background: #fff;
    content: "";
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .is-show-nav .header-nav {
    right: 0;
    -webkit-transition: right 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
    -o-transition: right 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
    transition: right 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  }
  .is-show-nav .header-nav:before {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1),
      visibility 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1),
      visibility 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1),
      visibility 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
}
#home .hero__item {
  position: relative;
  /* max-width: 2000px; */
  margin: 0 auto;
  overflow: hidden;
}
#home .hero__image {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -37%);
  -ms-transform: translate(0, -37%);
  transform: translate(0, -37%);
  left: 0;
  width: 100%;
  height: 0;
  padding: 0 0 56.25%;
}
#home .hero__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#home .hero__image iframe {
  position: absolute;
  width: 100% !important;
  min-height: 100% !important;
}
#home .hero__text-box {
  position: relative;
  width: 100%;
  max-width: calc(1480px + 10%);
  height: 55rem;
  margin: 0 auto;
  padding: 5%;
}
#home .hero__text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  font-size: 5.5rem;
  font-weight: 900;
  line-height: 1.455;
  text-shadow: 0px 0px 7.5px rgba(0, 0, 0, 0.99);
  width: 90%;
}
#home .hero__text span {
  display: block;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  #home .hero__text {
    right: auto;
    left: 3rem;
    font-size: 4.6rem;
  }
  #home .hero__text span {
    margin-top: 2rem;
    padding-right: 3rem;
  }
  #home .hero__image {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  #home .hero__text-box {
    height: 42rem;
  }
}
#home .carousel-logo {
  margin-top: 4.5rem;
}
#home .carousel-logo + .carousel-logo {
  margin-top: 0.5rem;
}
#home .carousel-logo__item {
  padding: 0 1rem;
}
#home .carousel-logo__item img {
  width: 16rem;
}
#home .section-introduction {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  height: 77.6rem;
  font-size: 3rem;
  font-weight: 700;
}
#home .section-concept {
  /*height: 98rem;*/
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  /*color: #fff;
  background: url(../img/home/bg_concept.jpg) no-repeat center center;
  background-size: cover*/
  padding: 5rem 0 11rem;
}
@media screen and (max-width: 768px) {
  #home .section-concept {
    /*height: auto;*/
    padding: 5rem 3rem;
  }
}
#home .section-concept__inner {
  width: 120rem;
}
#home .section-concept__heading span {
  display: block;
}
#home .section-concept__heading-text {
  font-size: 3.8rem;
  font-weight: 700;
}
#home .section-concept__heading-image {
  width: 40.9rem;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  #home .section-concept__heading-image {
    width: 53rem;
    margin-top: 3rem;
  }
}
#home .section-concept__lead {
  margin-top: 4.5rem;
  font-size: 2.4rem;
  line-height: 1.83333;
}
@media screen and (max-width: 768px) {
  #home .section-concept__lead {
    margin-top: 6rem;
    font-size: 3.2rem;
  }
}
#home .section-concept__text {
  margin-top: 2.5rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #home .section-concept__text {
    margin-top: 4rem;
  }
}
#home .section-concept__button {
  margin-top: 5.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  #home .section-concept__button.yakusoku {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  #home .section-concept__button {
    margin-top: 7rem;
  }
}
#home .section-product {
  position: relative;
  padding: 14rem 0 0;
}
@media screen and (max-width: 768px) {
  #home .section-product {
    padding: 12rem 3rem 0;
  }
}
#home .section-product:before {
  width: 100%;
  height: calc(100% - 21rem);
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  background: #f0f5f5;
}
@media screen and (max-width: 768px) {
  #home .section-product:before {
    height: calc(100% - 26rem);
  }
}
#home .section-product__inner {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#home .section-product__heading {
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media all and (max-width: 768px) {
  #home .section-product__heading {
    text-align: left;
  }
}
#home .section-product__lead {
  margin-top: 3rem;
  font-size: 2.4rem;
  line-height: 1.83333;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #home .section-product__lead {
    margin-top: 3rem;
    font-size: 3.4rem;
    text-align: left;
  }
}
#home .section-product__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-top: 5.5rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #home .section-product__list {
    width: 100%;
    max-width: 60rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 8rem;
  }
}
#home .section-product__list-item {
  width: 36rem;
}
@media screen and (max-width: 768px) {
  #home .section-product__list-item {
    width: auto;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  #home .section-product__list-item:nth-of-type(n + 2) {
    margin-top: 8rem;
  }
}
#home .section-product__list-heading {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #home .section-product__list-heading {
    font-size: 3.8rem;
  }
}
#home .section-product__list-image {
  margin-top: 1.5rem;
}
#home .section-product__list-image figcaption {
  margin-top: 2rem;
}
@media all and (max-width: 768px) {
  #home .section-product__list-image figcaption br {
    display: none;
  }
}
#home .section-product__plus {
  margin-top: 11.5rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #home .section-product__plus {
    margin-top: 18.5rem;
  }
}
#home .section-product__plus-heading {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #home .section-product__plus-heading {
    font-size: 3.8rem;
  }
}
#home .section-product__plus-image {
  margin-top: 1.5rem;
}
#home .section-product__button {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin-top: 5.5rem;
}
@media screen and (max-width: 768px) {
  #home .section-product__button {
    margin-top: 8rem;
  }
}
#home .section-architecture {
  position: relative;
  padding: 11rem 0 0;
}
@media screen and (max-width: 768px) {
  #home .section-architecture {
    padding: 12rem 3rem 0;
  }
}
#home .section-architecture__inner {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}
#home .section-architecture__heading {
  font-size: 6rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
#home .section-architecture__heading small {
  display: inline-block;
  font-size: 3.8rem;
}
#home .section-architecture__lead {
  margin-top: 2rem;
  font-size: 2.4rem;
  line-height: 1.83333;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #home .section-architecture__lead {
    font-size: 3.4rem;
    text-align: left;
  }
  #home .section-architecture__heading {
    text-align: left;
  }
}
#home .section-architecture__button {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  #home .section-architecture__button {
    margin-top: 7rem;
  }
}
#home .section-promise {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  color: #fff;
  background: url(../img/home/bg_promise.jpg) no-repeat center center;
  background-size: cover;
  padding: 7rem 0;
  margin-top: 14rem;
}
@media screen and (max-width: 768px) {
  #home .section-promise {
    display: block;
    height: auto;
    padding: 0;
    margin-top: 12rem;
  }
}
#home .section-promise__inner {
  position: relative;
  width: 120rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #home .section-promise__inner {
    width: auto;
    padding: 12rem 3rem;
    display: block;
  }
}
#home .section-promise__body {
  padding-top: 7rem;
}
@media screen and (max-width: 768px) {
  #home .section-promise__body {
    padding-top: 0;
  }
}
#home .section-promise__image {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  /*margin-left: 5rem;*/
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  #home .section-promise__image {
    position: static;
    margin-top: 4rem;
    margin-left: 0;
  }
}
#home .section-promise__heading {
  font-size: 6rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #home .section-promise__heading {
    text-align: left;
  }
}
#home .section-promise__lead {
  margin-top: 3rem;
  font-size: 2.4rem;
  line-height: 1.83333;
}
@media screen and (max-width: 768px) {
  #home .section-promise__lead {
    font-size: 3.4rem;
  }
}
#home .section-promise__text {
  margin-top: 2.5rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #home .section-promise__text {
    margin-top: 4rem;
  }
}
#home .section-case {
  position: relative;
  /*margin-top: 13rem;*/
  padding: 12rem 0;
  /*color: #fff*/
}
@media screen and (max-width: 768px) {
  #home .section-case {
    margin-top: 11rem;
    padding-bottom: 12rem;
  }
}
#home .section-case:before {
  width: 100%;
  height: calc(100% - 15rem);
  position: absolute;
  bottom: 0;
  left: 0;
  content: none;
  display: block;
  background: #f08232;
}
#home .section-case__inner {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#home .section-case__inner .list-logo {
  margin-top: 3rem;
}
.list-logo_ant {
  font-size: 12px;
  color: rgb(102, 102, 102);
  text-align: right;
}
@media screen and (max-width: 768px) {
  #home .section-case__inner {
    padding: 0 3rem;
  }
}
#home .section-case__heading {
  /* margin-top: 8rem;*/
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
@media all and (max-width: 768px) {
  #home .section-case__heading {
    text-align: left;
  }
}
#home .section-case__lead {
  margin-top: 3rem;
  font-size: 2.4rem;
  line-height: 1.83333;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #home .section-case__lead {
    font-size: 3.4rem;
    text-align: left;
  }
}
#home .section-case__button {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  #home .section-case__button {
    margin-top: 8rem;
  }
}
#home .section-faq {
  position: relative;
  padding: 12.5rem 0 14rem;
}
@media screen and (max-width: 768px) {
  #home .section-faq {
    padding: 12rem 3rem;
  }
}
#home .section-faq__inner {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}
#home .section-faq__heading {
  font-size: 6rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media all and (max-width: 768px) {
  #home .section-faq__heading {
    text-align: left;
  }
}
#home .section-faq__body {
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  #home .section-faq__body {
    margin-top: 4rem;
  }
}
#home .section-faq__body > :first-child {
  margin-top: 0;
}
#home .section-faq__button {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  #home .section-faq__button {
    margin-top: 8rem;
  }
}
#home .section-news {
  position: relative;
  padding: 12rem 0;
  background: #f0f5f5;
}
@media screen and (max-width: 768px) {
  #home .section-news {
    padding: 12rem 3rem;
  }
}
#home .section-news__inner {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto; /*
  display: -ms-flexbox;
  display: flex*/
}
@media screen and (max-width: 768px) {
  #home .section-news__inner {
    display: block;
  }
}
#home .section-news__heading {
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  #home .section-news__heading {
    width: auto;
    text-align: left;
  }
}
#home .section-news__body {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
}
@media screen and (max-width: 768px) {
  #home .section-news__body {
    margin-top: 5rem;
  }
}
#home .section-news__button {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin-top: 5rem;
}
#home .section-news__button a {
  background: #fff;
}
#home .section-news__button a:hover {
  background: #00aadc;
}
@media screen and (max-width: 768px) {
  #home .section-news__button {
    margin-top: 8rem;
  }
}
#home .section-news .list-news__item {
  border-bottom: 1px solid #dcdcdc;
}
#home .section-news .list-news__item a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding: 2rem 1rem;
  color: #000;
  text-decoration: none;
  -webkit-transition: background-color 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: background-color 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: background-color 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (max-width: 768px) {
  #home .section-news .list-news__item a {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 4rem 0;
  }
}
#home .section-news .list-news__item a.is-on {
  background: #fff;
}
#home .section-news .list-news__category {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  min-width: 9rem;
  height: 2.6rem;
  margin-right: 3.5rem;
  padding: 0 1.5rem 0.2rem;
  color: #1e288c;
  border: solid 1px #1e288c;
  font-size: 1.3rem;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #home .section-news .list-news__category {
    height: 4.6rem;
    margin-right: 3rem;
    font-size: 2.4rem;
  }
}
#home .section-news .list-news__date {
  margin-right: 3.5rem;
  color: #1e288c;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #home .section-news .list-news__date {
    margin-right: 0;
  }
}
#home .section-news .list-news__heading {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
}
@media screen and (max-width: 768px) {
  #home .section-news .list-news__heading {
    -ms-flex: none;
    -webkit-box-flex: 0;
    flex: none;
    width: 100%;
    margin-top: 2rem;
  }
}
.center-inline {
  text-align: center;
}
.border-gray {
  border: 1px solid #dcdcdc;
}
.slide-up-in {
  opacity: 0;
  -webkit-transform: translateY(4rem);
  -ms-transform: translateY(4rem);
  transform: translateY(4rem);
  -webkit-transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1),
    -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1),
    -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1),
    transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1),
    transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1),
    transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.slide-up-in.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
/* 220721 addcssﾃｯﾂｼﾋ�｣ﾆ塚�｣ﾆ槌津｣ﾆ停氾ｨﾆ椎津ｦ邃｢ﾂｯﾃ･窶ｰﾅ�ﾃｩ邃｢ﾂ､ﾃｩ邃｢ﾂ､ﾃ｣ﾂ�湘ｨﾂｿﾂｽﾃ･ﾅ�ﾂ�ﾃ･ﾋ��ﾃｯﾂｼ窶ｰ
----------------------------------*/
.archi02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 30rem;
}
.archi02 .figure {
}
.archi02 ul {
  counter-reset: number 0;
  margin-left: 40px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.archi02 li {
  font-size: 1.6rem;
  text-align: left;
}
.archi02 li + li {
  margin-top: 40px;
}
.archi02 li:before {
  counter-increment: number 1;
  content: "0" counter(number);
  display: block;
  text-align: left;
  font-size: 4rem;
  font-weight: bold;
  color: #f08232;
  margin-bottom: 20px;
  line-height: 1;
  font-family: "Oswald", sans-serif;
}
@media all and (max-width: 768px) {
  .archi02 {
    display: block;
    margin-top: 30rem;
  }
  .archi02 ul {
    margin-top: 20px;
    margin-left: 0;
  }
  .archi02 li {
    font-size: inherit;
  }
  .archi02 li + li {
    margin-top: 20px;
  }
  .archi02 li:before {
    font-size: 4.8rem;
    margin-bottom: 10px;
  }
}
.section-utilize__button {
  margin-top: 5.5rem;
}
@media all and (max-width: 768px) {
  .section-utilize__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .only-pc {
    display: none !important;
  }
}
#home .section-product__button.spb-mini {
  margin-top: 3rem;
}
#faq .page-content__article.article ol,
#faq .page-content__article.article ul {
  padding-left: 2rem;
  margin-top: 2rem;
}
#faq .page-content__article.article ol {
  list-style: decimal;
}
#faq .page-content__article.article ul {
  list-style: disc;
}
#cboxOverlay {
  background: #000;
}
#cboxLoadedContent {
  background: #fff;
}
#cboxLoadedContent {
  padding: 0;
  overflow: auto;
  -webkit-box-shadow: 0px 1px 10px #000000;
  box-shadow: 0px 1px 10px #000000;
}
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose,
#cboxTitle {
  top: -30px;
}
#colorbox,
#cboxOverlay,
#cboxWrapper {
  overflow: visible;
}
#cboxTitle {
  color: #fff;
}
#inline-content {
  /* ﾃ｣窶堋､ﾃ｣ﾆ陳ｳﾃ｣ﾆ陳ｩﾃ｣窶堋､ﾃ｣ﾆ陳ｳﾃ｣窶壺凖､ﾂｽﾂｿﾃｧ窶敖ｨﾃ｣ﾂ≫┐ﾃ｣窶壺ｹﾃｦ邃｢窶堙｣ﾂ�ｮﾃ｣ﾂ�ｿ */
  margin: 20px;
}
#ajax-wrap {
  /* ajaxﾃ｣窶壺凖､ﾂｽﾂｿﾃｧ窶敖ｨﾃ｣ﾂ≫┐ﾃ｣窶壺ｹﾃｦ邃｢窶堙｣ﾂ�ｮﾃ｣ﾂ�ｿ */
  margin: 20px;
}
.faq-vdi-table {
  margin-top: 2rem;
}
.faq-vdi-table tr {
  background: #e7e7e7;
}
.faq-vdi-table tr:nth-child(2n) {
  background: #efefef;
}
.faq-vdi-table th {
  background: #ccc;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  vertical-align: middle;
}
.faq-vdi-table th,
.faq-vdi-table td {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 15px;
}
.faq-vdi-table td:first-child {
  width: 20%;
}
#faq .page-content__article.article .faq-vdi-table ol,
#faq .page-content__article.article .faq-vdi-table ul {
  margin-top: 0;
}
@media all and (max-width: 768px) {
  .fvtBody {
    overflow: scroll;
  }
  .fvtBody:before {
    content: "ﾃ｢竄ｬﾂｻﾃ･ﾂ渉ｳﾃ｣ﾂ�ｫﾃ｣窶堋ｹﾃ｣窶堋ｯﾃ｣ﾆ陳ｭﾃ｣ﾆ陳ｼﾃ｣ﾆ陳ｫﾃ｣ﾂ�ｧﾃ｣ﾂ�催｣ﾂ�ｾﾃ｣ﾂ≫┐";
    display: block;
    margin-bottom: 5px;
  }
  .fvtBody table {
    width: 800px;
  }
  .faq-vdi-table th {
    font-size: 3.4rem;
  }
}
.guardItem {
  background: #fff;
  -webkit-box-shadow: 0 2rem 2rem 0 rgb(0 0 0 / 7%);
  box-shadow: 0 2rem 2rem 0 rgb(0 0 0 / 7%);
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  border-bottom: 10px solid #ccc;
}
.guardItem.open {
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
}
.guardItem .guardItem-open {
}
.guardItem .guardItem-open span {
  position: absolute;
  bottom: -25px;
  left: calc(50% - 50px);
  background: #003e6c;
  color: #fff;
  border-radius: 500px;
  width: 100px;
  height: 40px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.guardItem .guardItem-open span:before {
  content: "MORE";
  font-weight: bold;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.guardItem.open .guardItem-open span:before {
  content: "CLOSE";
}
.guardItem .guardItem-copntent {
  padding: 0 5rem 4rem 5rem;
}
.guardItem .guardItem-copntent p {
  margin-top: 1.5rem;
  line-height: 2;
}
@media all and (min-width: 769px) {
  .headernavSP {
    display: none;
  }
  .only-sp {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .headernavPC {
    display: none !important;
  }
  .tleft-important {
    text-align: left !important;
  }
}
.eng {
  white-space: nowrap;
}
input.use-item01 + span {
  display: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  height: 0;
  color: #ff0000;
  padding-left: 1.5em;
}
input.use-item01:checked + span {
  height: auto;
  display: block;
}
@media all and (max-width: 768px) {
  input.use-item01 + span {
    padding-left: 0;
    text-indent: 0;
  }
}
select[name="pref"] {
  padding: 1.5rem;
}
.formError2 {
  color: #ff0000;
}
.header-innerBox {
  max-width: 2000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.agreebox {
  overflow: scroll;
  border: 1px solid #dcdcdc;
  height: 30rem;
  width: 100%;
}
.agreeinner {
  margin: 3px;
  padding: 20px;
}
.agreeinner .pptitle {
  font-weight: bold;
  display: block;
  font-size: 1.8rem;
}
.agreeinner * + .pptitle {
  margin-top: 30px;
}
.agreeinner ul + p,
.agreeinner p + p {
  margin-top: 10px;
}
.agreeinner ul li {
  padding-left: 1rem;
  text-indent: -1rem;
}
.section-reason {
  padding: 0 0 11rem !important;
}
@media all and (max-width: 768px) {
  .section-reason {
    padding: 5rem 3rem !important;
  }
}
.section-reason__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 5.5rem 0;
  position: relative;
}
@media all and (max-width: 768px) {
  .section-reason__list {
    display: block;
    margin: 5.5rem 0 7rem;
  }
}
.section-reason__list:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 200px 0 200px;
  border-color: #1caede transparent transparent transparent;
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: -1;
}
@media all and (max-width: 768px) {
  .section-reason__list:after {
    border-width: 10rem 20rem 0 20rem;
    bottom: -13rem;
  }
}
.section-reason__list li {
  width: 48%;
  border: solid 1px #dcdcdc;
  background: #fff;
}
@media all and (max-width: 768px) {
  .section-reason__list li {
    width: 100%;
  }
  .section-reason__list li + li {
    margin-top: 2rem;
  }
}
.section-reason__list li h3 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  background: rgb(30, 40, 140);
  background: -o-linear-gradient(
    318deg,
    rgba(30, 40, 140, 1) 26%,
    rgba(14, 19, 65, 1) 100%
  );
  background: linear-gradient(
    132deg,
    rgba(30, 40, 140, 1) 26%,
    rgba(14, 19, 65, 1) 100%
  );
  padding: 10px 0 7px;
  text-align: center;
}
@media all and (max-width: 768px) {
  .section-reason__list li h3 {
    font-size: 3.8rem;
  }
}
.section-reason__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 3rem;
}
.section-reason__cont img {
  width: 18rem;
}
.section-reason__cont p {
  width: 60%;
}
.section-reason__answer {
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff,
    1px -1px 0 #fff, 0px 1px 0 #fff, 0-1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}
@media all and (max-width: 768px) {
  .section-reason__answer {
    font-size: 4.5rem;
    margin-bottom: 5.5rem;
  }
}
/* 221128 */
.faq-cta {
  margin-top: 10rem;
  -webkit-box-shadow: 0 0 2rem 0 rgb(0 0 0 / 8%);
  box-shadow: 0 0 2rem 0 rgb(0 0 0 / 8%);
}
.faq-cta a {
  color: transparent;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.faq-cta a:hover {
  opacity: 0.8;
}
.faq-cta p {
  margin-top: 0;
}
.faq-cta__titleArea {
  font-weight: 700;
  background: #1bacca;
  color: #fff;
  padding: 3rem;
}
@media all and (max-width: 768px) {
  .faq-cta__titleArea {
    padding: 4rem;
  }
}
.faq-cta__subtitle span {
  font-size: 1.8rem;
  line-height: 1.6 !important;
}
@media all and (max-width: 768px) {
  .faq-cta__subtitle span {
    font-size: 2.8rem;
  }
}
.faq-cta__title {
  font-size: 3.2rem;
}
@media all and (max-width: 768px) {
  .faq-cta__title {
    font-size: 4.2rem;
    line-height: 1.6 !important;
  }
}
.faq-cta__wrap {
  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;
  padding: 3rem;
  color: #000;
}
@media all and (max-width: 768px) {
  .faq-cta__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 4rem;
  }
}
.faq-cta__textArea {
  width: 70%;
}
@media all and (max-width: 768px) {
  .faq-cta__textArea {
    width: 100%;
  }
}
.faq-cta__textArea ul {
  margin: 2rem 0;
}
.faq-cta__textArea ul li span {
  font-weight: 700;
  background: -o-linear-gradient(transparent 60%, #ffff66 60%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(60%, transparent),
    color-stop(60%, #ffff66)
  );
  background: linear-gradient(transparent 60%, #ffff66 60%);
}
.faq-cta__textArea ul li + li {
  margin-top: 1rem;
}
.faq-cta__wrap img {
  width: 27%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media all and (max-width: 768px) {
  .faq-cta__wrap img {
    width: 60%;
    margin-bottom: 4rem;
  }
}
.faq-cta .section-contact__button {
  margin-top: 0;
  padding-bottom: 3rem;
}
.faq-cta .section-contact__button p {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  height: 7.2rem;
  padding-bottom: 0.3rem;
  color: #fff;
  background: #f08232;
  border-radius: 3.6rem;
  text-decoration: none;
  -webkit-transition: opacity 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: opacity 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media all and (max-width: 768px) {
  .faq-cta .section-contact__button {
    padding-bottom: 4rem;
    width: 90%;
  }
  .faq-cta .section-contact__button p {
    height: 11.4rem;
    border-radius: 5.7rem;
  }
}
/*230424*/
.hero {
  position: relative;
}
.header-nav-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-cta-inner {
}
.header-cta .header-cta-pc {
  height: 100%;
  background: #f28d3e;
  text-decoration: none;
  color: #fff;
  padding: 0 3rem;
  font-size: 1.5rem;
  line-height: 1.667;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  min-width: 13rem;
  height: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  align-items: center;
  word-break: keep-all;
  position: relative;
}

.header-cta .header-cta-pc p {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
}
.header-cta .header-cta-pc .header-cta-inner {
  position: absolute;
  top: 100%;
  right: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}

.header-cta .header-cta-pc:hover .header-cta-inner {
  max-height: 500px;
}

.header-cta a {
  display: flex;
  align-items: center;
  background: #f1f6f6;
  text-decoration: none;
  color: #333333;
  padding: 3.5rem;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: left;
  letter-spacing: 1px;
  min-width: 28rem;
  height: 9.4rem;
  word-break: keep-all;
  position: relative;
}
.header-cta a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.header-cta a + a {
  border-top: 1px solid #cccccc;
}

.header-cta .header-cta-pc .header-cta-inner a:hover {
  background: #f28d3e;
  color: #fff;
}
.header-cta .header-cta-pc .header-cta-inner a:hover:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.header-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  line-height: 1;
  gap: 1.2rem;
  color: #888a8b;
  font-weight: bold;
  font-size: 1.2rem;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background: #fff;
  padding: 1rem 2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.header-box img {
  height: 2rem;
}
.hero__overlay {
  position: absolute;
  bottom: -2.3rem;
  right: 0;
  -webkit-box-shadow: 6px 0px 20px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 6px 0px 20px 4px rgba(0, 0, 0, 0.2);
}
.hero__overlay li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  height: 50px;
}
.hero__overlay li:first-of-type {
  border-bottom: 1px solid #dcdcdc;
}
.hero__overlay li:last-of-type {
  border-top: 1px solid #dcdcdc;
}
.hero__overlay-logo {
  width: 180px;
  padding: 0 20px;
  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;
}
.hero__overlay-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
  font-size: 1.4rem;
}
@media all and (max-width: 768px) {
  .header-cta-inner {
    display: block;
  }
  .hero__overlay {
    position: static;
  }
  .hero__overlay li {
    height: 8rem;
  }
  .hero__overlay-logo {
    width: 30%;
  }
  .hero__overlay-text {
    font-size: 2.2rem;
  }
  .hero__text-box {
    height: 43rem;
  }
  .header-nav-flex {
    display: block;
  }
  .header-nav-flex-inner {
    width: 100%;
  }
  .header-cta a {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 6rem;
    font-size: 3.4rem;
    padding: 0;
    height: 11rem;
    border-radius: 9999px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.2;
    background: #f08232;
    color: #fff;
    text-align: center;
  }
  .header-cta a::after {
    content: none;
  }
  .header-cta a + a {
    margin-top: 3rem;
    border: none;
  }
  .header-box {
    z-index: 9;
    position: relative;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .header-box {
    font-size: 1.2rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .header-box img {
    height: 3.4rem;
  }
  .header-global-nav {
    margin-top: 6rem;
  }
  .header-global-nav__item a {
    font-size: 3.4rem;
  }
}
#home section {
  padding: 12rem 3rem;
}
#home section * {
  font-size: 1.6rem;
}
#home section .inner {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 2.3rem;
}
#home section.suggestion {
  font-weight: bold;
  line-height: 1.957;
  text-align: center;
  padding: 12rem 0 0;
}
#home section.suggestion .inner {
  font-size: 4rem;
  line-height: 1.5;
}
#home section.suggestion .inner span {
  color: #1bacca;
  font-size: 4rem;
}
#home section.need {
  padding: 8rem 3rem;
}
#home section .need_cont.need_cont--q {
  padding: 0 0 6rem;
}
#home section .need_cont--arrow {
  border-bottom: 3px solid #e5e5e5;
  margin-bottom: 6rem;
  position: relative;
}
#home section .need_cont--arrow:before,
#home section .need_cont--arrow:after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#home section .need_cont--arrow:before {
  top: -4px;
  border: 50px solid transparent;
  border-top: 44px solid #fff;
  z-index: 2;
}
#home section .need_cont--arrow:after {
  top: 0px;
  border: 51px solid transparent;
  border-top: 44px solid #e5e5e5;
  z-index: 1;
}
#home section .need_cont--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5.5rem;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#home section .need_cont--flex .need_cont--texbox {
  width: calc(100% - 30% - 5.5rem);
}
#home section .need_cont--flex .need_cont--img {
  width: 30%;
}
#home section .need_cont--title {
  margin-bottom: 2rem;
}
#home section .need_cont--title h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
}
#home section .need_cont--title h2 span {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.5;
  padding-top: 22px;
}
#home section .need_cont--title h2 span.need_cont--title-blue {
  font-size: 6.5rem;
  font-family: "Arial Narrow", Arial, sans-serif;
  color: rgb(27, 172, 202);
  font-weight: normal;
  padding-top: 0;
}
#home section .need_cont--text {
  color: #444444;
  line-height: 1.831;
  font-weight: 500;
}
ul.need_cont--text-lists {
  margin-top: 3rem;
}
ul.need_cont--text-lists li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1rem;
  line-height: 1.75;
}
ul.need_cont--text-lists li + li {
  margin-top: 5px;
}
ul.need_cont--text-lists li img {
  margin-top: 5px;
}
#home section .need_cont--TrueOffice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.5rem;
  margin-top: 6rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#home section .need_cont--TrueOffice-img {
  width: 48.75%;
  padding-top: 15px;
}
#home section .need_cont--TrueOffice-textBox {
  width: calc(100% - 5.5rem - 48.75%);
}
#home section .need_cont--TrueOffice-textBox h2 {
  font-size: 3rem;
  color: #1bacca;
  font-weight: bold;
  margin-bottom: 3rem;
}
#home section .need_cont--TrueOffice-textBox p {
  color: #555555;
  line-height: 1.75;
  font-weight: 500;
}
#home section .need_cont--TrueOffice-textBox p + p {
  margin-top: 3rem;
}
#home section.function {
  padding: 0 0 12rem;
}
#home section .function--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 11rem 0 10rem;
  text-align: center;
  background-image: url("../img/home/function--title-bg.png");
  background-size: cover;
  background-position: center;
}
#home section .function--title p {
  font-size: 1.8rem;
  line-height: 1.833;
  font-weight: bold;
}
#home section .function--title h2 {
  font-size: 5.6rem;
  font-weight: bold;
  line-height: 0.536;
  margin-top: 3rem;
}
#home section .function_cont {
  padding: 9rem 3rem 0;
}
#home section .function_cont-item {
  margin-top: 8rem;
}
#home section .function_cont h2 {
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1.579;
  margin-bottom: 3rem;
}
#home section .function_cont p {
  color: #333333;
  line-height: 1.75;
  font-weight: 500;
}
#home section .function_cont p span {
  font-weight: bold;
}
#home section .function_img {
  text-align: center;
  margin-top: 6rem;
}
#home section .function_cont-item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 2px solid #1bacca;
  margin-bottom: 6rem;
  gap: 2rem;
}
#home section .function_cont-item-title h3 {
  background: #1bacca;
  padding: 3.4rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 42%;
  color: #ffffff;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1;
}
#home section .function_cont-item-title-text {
  width: calc(100% - 42% - 2rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  line-height: 1.75;
}
#home section .function_cont-item-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#home section .function_cont-item-img {
  width: 42%;
}
#home section .function_cont-item-textbox {
  width: calc(100% - 42% - 2rem);
}
#home section .function_cont-item-textbox-cont-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin-bottom: 2rem;
}
#home section .function_cont-item-textbox-cont-title-num {
  font-size: 4rem;
  font-family: "Roboto";
  color: #1bacca;
  font-weight: 100;
  line-height: 1;
}
#home section .function_cont-item-textbox-cont-title-text {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.375;
}
#home section .function_cont-item-textbox-cont-title-text span {
  color: #1bacca;
  font-size: 2.4rem;
}
#home section .function_cont-item-textbox-cont p + p {
  margin-top: 4rem;
}
#home
  section
  .function_cont-item-textbox-cont
  + .function_cont-item-textbox-cont {
  margin-top: 6rem;
}
#home section.license {
  background: #f0f5f5;
}
#home section.license h2 {
  font-size: 3.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5rem;
}
#home section.license p {
  color: rgb(51, 51, 51);
  line-height: 1.75;
  text-align: center;
  margin-bottom: 5rem;
  font-weight: 500;
}
#home section.license h3 {
  font-size: 2.3rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5rem;
}
#home section .license-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#home section .license-cont {
  width: calc((100% - 4rem) / 2);
}
#home section .license-conditions {
  padding: 5rem;
  text-align: left;
  position: relative;
  background-image: -ms-linear-gradient(
    180deg,
    rgb(27, 172, 202) 0%,
    rgb(27, 192, 202) 100%
  );
}
#home section .license-cont:nth-child(2n) .license-conditions {
  background-image: -ms-linear-gradient(
    0deg,
    rgb(27, 172, 202) 0%,
    rgb(27, 192, 202) 100%
  );
}
#home section .license-conditions-tag {
  position: absolute;
  min-width: 20rem;
  top: -2rem;
  padding: 11px 30px;
  line-height: 1;
  border-radius: 9999px;
  border: 1px solid #1bacca;
  background: #ffffff;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#home section .license-conditions-title {
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 1rem;
}
#home section.license .license-conditions p {
  color: #ffffff;
  text-align: left;
  margin: 0;
}
#home section .license-conditions-bottom {
  margin-top: 4rem;
  background: #ffffff;
  padding: 4rem;
  text-align: left;
  position: relative;
  border: 1px #1bacca solid;
}
#home section .license-conditions-bottom-tag {
  position: absolute;
  top: -2rem;
  font-size: 4rem;
  width: 5rem;
  height: 5rem;
  line-height: 1;
  border-radius: 50%;
  border: 1px solid #1bacca;
  background: #ffffff;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  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;
}
#home section .license-conditions-bottom-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#home section .license-conditions-bottom-img {
  width: 28%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#home section .license-conditions-bottom-textbox {
  width: calc(100% - 28%);
  text-align: left;
}
#home section .license-conditions-bottom-title {
  font-size: 2rem;
  font-weight: bold;
}
#home section.license .license-conditions-bottom-textbox p {
  margin-bottom: 0;
  text-align: left;
}
#home section.home-contact {
  background-image: url("../img/home/home-contact-bg.png");
  background-color: #434842;
  background-size: cover;
  background-position: center right;
}
#home section .home-contact-cont h2 {
  font-size: 3.8rem;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.579;
  margin-bottom: 3rem;
}
#home section .home-contact-cont p {
  color: #ffffff;
  line-height: 1.75;
  max-width: 600px;
}
#home section .home-contact-cont p a {
  color: #fff;
}
#home section .home-contact-cont p a:hover {
  opacity: 0.8;
}

#home section .home-contact-cont a.btn {
  font-size: 2.4rem;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.167;
  /*  padding: 36px 0px;*/
  width: 100%;
  max-width: 50rem;
  background: #f08232;
  text-align: center;
  border-radius: 9999px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4rem;
  margin-bottom: 1.5rem;
  height: 10rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#home section .home-contact-cont a.btn:hover {
  opacity: 0.5;
}
@media all and (max-width: 768px) {
  #home section * {
    font-size: 100%;
  }
  #home section .function_cont-item-textbox-cont-title-text span {
    color: #1bacca;
    font-size: 3.6rem;
  }
  #home section .inner {
    font-size: 3rem;
  }
  #home section.suggestion {
    font-size: 3.2rem;
  }
  #home section .need_cont--flex .need_cont--texbox {
    width: 100%;
  }
  #home section .need_cont--flex .need_cont--img {
    width: 100%;
  }
  #home section .need_cont--title h2 span {
    font-size: 3.2rem;
    padding-top: 16px;
  }
  #home section ul.need_cont--text-lists li img {
    width: 16px;
  }
  #home section ul.need_cont--text-lists li span {
    padding-top: 4px;
  }
  #home section .need_cont--arrow:before {
    border-top: 25px solid #fff;
  }
  #home section .need_cont--arrow:after {
    border-top: 25px solid #e5e5e5;
  }
  #home section .need_cont--TrueOffice-textBox {
    width: 100%;
  }
  #home section .need_cont--TrueOffice-img {
    width: 100%;
  }
  #home section .function_cont-item-title h3 {
    width: 100%;
  }
  #home section .function_cont-item-title-text {
    width: 100%;
  }
  #home section .function_cont-item-img {
    width: 100%;
  }
  #home section .function_cont-item-textbox {
    width: 100%;
  }
  #home section .license-cont {
    width: 100%;
  }
  #home section.home-contact {
    background-image: url("../img/home/home-contact-bg-sp.png");
  }
  #home section .license-conditions-tag {
    width: 70%;
    text-align: center;
    padding: 8px 30px;
    top: -3rem;
  }
  #home section .license-flex {
    gap: 7rem;
  }
  #home section .license-conditions-bottom-title {
    font-size: 3rem;
  }
  #home section .license-conditions-title {
    font-size: 3.6rem;
  }
  #home .section-case {
    margin-top: 0;
  }
  #home section .function_cont-item-title {
    border: none;
  }
  #home section .function_cont-item-textbox-cont-title-text {
    font-size: 3.6rem;
  }
  #home section .function_cont-item-textbox-cont-title-num {
    font-size: 4.8rem;
  }
  #home section.license h3 {
    font-size: 3.6rem;
  }
  #home section .function--title {
    padding: 4rem 0 6rem;
  }
}
/* price */
#price {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #price {
    font-size: 3.2rem;
  }
}
#price .page-header {
  background-image: url(../img/price/bg_header.jpg);
}
.price-flow__area .section__body {
  padding: 5rem 0 3.5rem;
}
@media screen and (max-width: 768px) {
  .price-flow__area .section__body {
    padding: 5rem 4rem;
  }
}
.price-flow__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 3.8rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.price-flow__list li {
  width: 18rem;
  height: 10rem;
  position: relative;
  background: #52c4db;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 3rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -ms-linear-gradient(
    180deg,
    rgb(27, 172, 202) 0%,
    rgb(27, 192, 202) 100%
  );
}
@media screen and (max-width: 768px) {
  .price-flow__list li {
    width: 100%;
    height: auto;
    padding: 4rem 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: -ms-linear-gradient(
      90deg,
      rgb(27, 172, 202) 0%,
      rgb(27, 192, 202) 100%
    );
  }
  /*.price-flow__list li+li {
    padding: 8rem 0 4rem;
  }*/
  /*
  .price-flow__list li:last-of-type {
    padding: 8rem 0 4rem;
  }*/
}
.price-flow__list li:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5rem 0 5rem 3.7rem;
  border-color: transparent transparent transparent #1bacca;
  position: absolute;
  top: 0;
  right: -3.7rem;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .price-flow__list li:after {
    border-width: 6rem 10rem 0 10rem;
    border-color: #1bacca transparent transparent transparent;
    top: auto;
    right: 35%;
    bottom: -3rem;
  }
}
/*.price-flow__list li:nth-of-type(2) {
  background: #1bacca;
}

.price-flow__list li:nth-of-type(2):after {
  border-color: transparent transparent transparent #1bacca;
}

.price-flow__list li:nth-of-type(3) {
  background: #0c9ab7;
}

.price-flow__list li:nth-of-type(3):after {
  border-color: transparent transparent transparent #0c9ab7;
}

.price-flow__list li:nth-of-type(4) {
  background: #057b93;
}

.price-flow__list li:nth-of-type(4):after {
  border-color: transparent transparent transparent #057b93;
}*/
/*@media screen and (max-width:768px) {
  .price-flow__list li:nth-of-type(2):after {
    border-color: #1bacca transparent transparent transparent;
  }

  .price-flow__list li:nth-of-type(3):after {
    border-color: #0c9ab7 transparent transparent transparent;
  }

  .price-flow__list li:nth-of-type(4):after {
    border-color: #057b93 transparent transparent transparent;
  }
}*/
.price-flow__list li p {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 1.75;
}
.price-flow__list-cap {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .price-flow__list-cap {
    font-size: 3.4rem;
    margin-top: 7rem;
  }
}
.price-step__list {
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .price-step__list {
    width: 100%;
  }
}
.price-step__list li:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #bbb9b9;
  position: absolute;
  top: 0;
  left: 6rem;
  z-index: -1;
}
.price-step__list li:last-child:before {
  content: none;
}
/*.price-step__list:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.8rem 2.85rem 0 2.85rem;
  border-color: #0c9ab7 transparent transparent transparent;
  position: absolute;
  bottom: 19.5%;
  left: 1.7rem;
  z-index: -1;
}*/
@media screen and (max-width: 768px) {
  .price-step__list:before {
    height: 71.5%;
  }
  .price-step__list:after {
    bottom: 25.5%;
  }
}
.price-step__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 4rem;
  position: relative;
  padding-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .price-step__list li {
    gap: 2rem;
  }
}
.price-step__list li figure {
  width: 12rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 1rem;
  background: #fff;
  border-radius: 50%;
}
.price-step__textArea {
  padding-top: 3.5rem;
}
.price-step__textArea h3 {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.price-step__textArea h3 span.price-step__num {
  font-size: 4rem;
  font-family: "Roboto";
  color: #1bacca;
  font-weight: 100;
  line-height: 1;
}
.price-step__textArea h3 p {
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .price-step__textArea h3 {
    font-size: 3.4rem;
  }
}
.price-step__textArea.child h3 {
  font-size: 2rem;
  color: rgb(51, 51, 51);
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 2rem;
}
.price-step__textArea.child p {
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .price-step__textArea.child h3 {
    font-size: 3.2rem;
  }
}
.price-step__textArea h3 span {
  color: #1bacca;
}
.price-step__textArea p {
  padding-left: 3.5em;
  color: rgb(51, 51, 51);
  line-height: 1.75;
}
.price-step__textArea.child {
  padding-left: 8rem;
}
.price-step__textArea + .price-step__textArea {
  margin-top: 1rem;
}
.price-price__tableTitle {
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .price-price__tableTitle {
    font-size: 2.8rem;
  }
}
.price-price__table-1col {
  font-size: 2rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .price-price__table-1col {
    font-size: 3.2rem;
  }
}
.price-price__table-1col tr th,
.price-price__table-1col tr td,
.price-price__table-2col tr th,
.price-price__table-2col tr td {
  padding: 1rem 2.5rem;
}
.price-price__table-1col tr th,
.price-price__table-2col tr th {
  background: #1bacca;
  color: #fff;
  font-weight: bold;
}
.price-price__table-1col + h3.line {
  padding-top: 5rem;
  margin-top: 5rem;
  border-top: 1px dotted #1bacca;
}
.price-price__table-2col + h3 {
  margin-top: 4rem;
}
.price-price__tablesubTitle {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.273;
  margin: 5rem 0 2rem;
}
@media screen and (max-width: 768px) {
  .price-price__tablesubTitle {
    font-size: 3.4rem;
    font-weight: bold;
  }
}
.price-price__table-2col {
  width: 100%;
}
.price-price__table-2col tr {
  border: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .price-price__table-2col tr {
    display: -ms-grid;
    display: grid;
    border: none;
  }
}
.price-price__table-2col tr th {
  width: 50rem;
}
@media screen and (max-width: 768px) {
  .price-price__table-2col tr th {
    width: 100%;
  }
}
.price-price__tableCaption {
  font-size: 14px;
  line-height: 1.7;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .price-price__tableCaption {
    font-size: 12px;
  }
}
.price-price .section__heading {
  text-align: left;
}
.price-price__imgWrap {
  /*border: 2px solid #1bacca;*/
  /*padding: 6rem 2rem;*/
  margin: 5rem auto;
}
.price-price__imgWrap figure {
  text-align: center;
}
.top-new {
  padding: 5rem 0 8rem;
}
@media screen and (max-width: 768px) {
  .top-new {
    padding: 8rem 0 13rem !important;
  }
}
.header-nav__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.6rem;
}
.header-global-nav__newbtn li {
  width: 13rem;
  height: 13rem;
}
.header-global-nav__newbtn li a {
  background: #1bacca;
  color: #fff;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.header-global-nav__newbtn li a:hover {
  background: #5dd1e8;
}
.header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.layout-header {
  padding: 0 0 0 4rem;
}
.header-cta__item--button.new a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-weight: bold;
}
.top-hyperclean__item-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-hyperclean__item-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.top-hyperclean__item-flex .big {
  width: 20.7rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .top-hyperclean__item-flex .big {
    width: 100%;
    margin-bottom: 4rem;
  }
}
.top-hyperclean__item-wrap.margin {
  margin-top: 20rem;
}
@media screen and (max-width: 768px) {
  .top-hyperclean__item-wrap.margin {
    margin-top: 6rem;
  }
}
.top-hyperclean__item-wrap.arrow.smartsync {
  background: #fff;
  padding: 10px 20px;
  position: absolute;
  top: 52%;
  left: 0;
}
#price .text-lead {
  font-size: 1.8rem;
  color: #333333;
}
#price .price-flow__area .section__body {
  margin-top: 0;
}
#price .price-flow__area .price-flow__list-cap {
  font-size: 2.2rem;
  color: #1bacca;
  margin-bottom: 3rem;
}
table.price-price__table {
  width: 100%;
}
table.price-price__table th,
table.price-price__table td {
  padding: 2rem 2.5rem;
  font-size: 1.8rem;
  line-height: 1.153;
  font-weight: 500;
}
table.price-price__table th {
  background: #dddfdf;
  border-bottom: 1px solid #ffffff;
}
table.price-price__table tr:last-child th {
  border-bottom: none;
}
table.price-price__table td {
  background: #ffffff;
  color: #333333;
  border-bottom: 1px solid #ededed;
}
table.price-price__table tbody {
  border-top: 1px solid #ededed;
}
.price-price-conts {
  padding: 3rem 0 10rem;
}
.price-price-conts + .price-price-conts {
  padding: 3rem 0 2.5rem;
  border-top: 1px solid #e5e5e5;
}
@media screen and (max-width: 768px) {
  #price .text-lead {
    font-size: 100%;
  }
  .price-step__textArea h3 span.price-step__num {
    padding-top: 1rem;
  }
  .price-step__textArea p {
    padding-left: 5rem;
  }
  .price-step__textArea.child {
    padding-left: 5rem;
  }
  table.price-price__table {
    display: block;
  }
  table.price-price__table colgroup {
    display: none;
  }
  table.price-price__table th,
  table.price-price__table td {
    display: block;
    font-size: 100%;
  }
}
#home section.vision {
  position: relative;
}
#home section.vision p strong {
  font-weight: bold;
}
#home section.vision .vision--titleArea {
  background-image: url(../img/home/vision--title-bg.jpg);
  padding: 10rem 0 8rem;
}
#home section p.vision__title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.579;
  color: #fff;
}
#home section h2.vision__subTitle {
  font-size: 5.6rem;
  font-weight: bold;
  line-height: 1.579;
  color: #fff;
  margin-top: 1rem;
}
#home section h2.vision__subTitle span {
  font-size: 5.6rem;
  color: #ccc;
}
@media (max-width: 768px) {
  #home section.vision .vision--titleArea {
    padding: 8rem 0 7rem;
  }
  #home section h2.vision__subTitle {
    font-size: 6rem !important;
    line-height: 1.2;
  }
  #home section .vision__subTitle span {
    font-size: 6rem !important;
  }
}
#home section p.vision__title {
  font-size: 3rem;
}
#home section .vision__cont {
  background: #fff;
  border: 1px solid #1bacca;
  padding: 8rem 8rem 3.5rem 8rem;
  position: relative;
  margin-top: 8rem;
}
@media (max-width: 768px) {
  #home section .vision__cont {
    padding: 10rem 8rem 5rem 8rem;
    margin-top: 10rem;
  }
}
#home section .vision__cont--title {
  font-size: 1.8rem;
  font-weight: bold !important;
  background: #fff;
  border: 1px solid #1bacca;
  border-radius: 50vh;
  padding: 8px 25px;
  display: inline-block;
  position: absolute;
  top: -2.5rem;
  left: 3.6rem;
}
@media (max-width: 768px) {
  #home section .vision__cont--title {
    font-size: 2.5rem;
    top: -3.7rem;
    left: 3.8rem;
  }
}
#home section .vision__cont--title span {
  color: #1bacca;
}
#home section .vision__cont--wrap ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 768px) {
  #home section .vision__cont--wrap ul li {
    display: block;
  }
}
#home section .vision__cont--listTitle {
  font-size: 2rem !important;
  font-weight: bold !important;
  color: #1bacca !important;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  #home section .vision__cont--listTitle {
    font-size: 3rem !important;
    margin-bottom: 2rem;
  }
}
#home section .vision__cont--wrap ul li + li {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  #home section .vision__cont--wrap ul li + li {
    margin-top: 5rem;
  }
}
#home section .vision__cont--imgArea {
  width: 8rem;
  margin-right: 4rem;
}
@media (max-width: 768px) {
  #home section .vision__cont--imgArea {
    width: 100%;
    margin-bottom: 3rem;
  }
}
#home section .vision__cont--imgArea img {
  margin: 0 auto;
  display: block;
}
#home section .vision__cont--right {
  text-align: right;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  #home section .vision__cont--right {
    margin-top: 6rem;
  }
}
.layout-footer__bnr {
  max-width: 120rem;
  margin: 3rem auto;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.layout-footer__bnr a {
  width: 57rem;
  border: 1px solid #dcdcdc;
  color: #000;
  padding: 1.5rem;
  text-decoration: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 0;
  margin-left: auto;
}
.layout-footer__bnr a p {
  margin-left: 2rem;
}
.layout-footer__bnr:hover {
  opacity: 0.7;
}
.layout-footer__bnr img {
  width: 50px;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .layout-footer__bnr {
    margin: 5rem auto;
  }
  .layout-footer__bnr a {
    width: 100%;
    display: block;
    padding: 4rem;
  }
  .layout-footer__bnr img {
    width: 20%;
    margin: 0 auto 3rem;
  }
}
#home section.suggestion {
  background: #f0f5f5;
  background: -o-linear-gradient(top, #f0f5f5 0%, #ffffff 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f0f5f5),
    to(#ffffff)
  );
  background: linear-gradient(to bottom, #f0f5f5 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f5f5', endColorstr='#ffffff', GradientType=0);
  padding-top: 10rem;
}
#home section.case-top {
  padding: 8rem 0;
}
@media (max-width: 768px) {
  #home section.suggestion {
    padding-top: 12rem;
  }
  #home section.case-top {
    padding: 12rem 0;
  }
}
/* --- 231013 logo Add ---*/
/* front-page */
#home .hero__text.hero__logo__text {
  position: absolute;
  top: 38%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  font-size: 5.5rem;
  font-weight: 900;
  line-height: 1.455;
  text-shadow: 0px 0px 7.5px rgba(0, 0, 0, 0.99);
  width: 90%;
}
#home .hero__logo {
  position: absolute;
  bottom: 20%;
  width: 28%;
}
@media all and (max-width: 1024px) {
  #home .hero__text.hero__logo__text {
    position: absolute;
    top: 42%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    font-size: 5.5rem;
    font-weight: 900;
    line-height: 1.455;
    text-shadow: 0px 0px 7.5px rgba(0, 0, 0, 0.99);
    width: 90%;
  }
  #home .hero__logo {
    position: absolute;
    bottom: 8%;
    width: 34%;
  }
}
@media all and (max-width: 767px) {
  #home .hero__text.hero__logo__text {
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    font-size: 5.5rem;
    font-weight: 900;
    line-height: 1.455;
    text-shadow: 0px 0px 7.5px rgba(0, 0, 0, 0.99);
    width: 90%;
  }
  #home .hero__logo {
    position: absolute;
    bottom: 10%;
    width: 36%;
  }
}
#home .hero__logo img {
  max-width: 100%;
}
.p-frontpage_suggestion_logo {
  padding: 0 1.5rem;
  width: 24%;
  margin-top: -0.5rem;
}
.p-frontpage_suggestion_logo .function--title span {
  color: #1bacca;
}
.p-home-contact_logo {
  width: 24%;
  padding: 0.5rem 0.5rem 0 0;
  margin-top: -0.7rem;
}

#home section .home-contact-cont.home-contact-cont_logo h2 {
  font-size: 3.8rem;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 3rem;
}
#home section h2.vision__subTitle.vision__subTitle__colorChange {
  font-size: 5.6rem;
  font-weight: bold;
  line-height: 1.579;
  color: #ccc;
  margin-top: 1rem;
}
#home section h2.vision__subTitle.vision__subTitle__colorChange span {
  font-size: 5.6rem;
  color: #fff;
}
@media all and (max-width: 1024px) {
  .p-home-contact_logo {
    width: 40%;
    padding: 0.5rem 0.5rem 0 0;
    margin-top: -0.5rem;
  }
}
@media (max-width: 768px) {
  .p-frontpage_suggestion_logo {
    padding: 0 1.5rem;
    width: 40%;
    margin-top: -0.5rem;
  }
  .p-home-contact_logo {
    width: 40%;
    padding: 0.5rem 0.5rem 0 0;
    margin-top: -0.5rem;
  }
}
/* price-page */
.p-pricepage_suggestion_logo {
  padding: 0 1.5rem;
  width: 24%;
  margin-top: -1.5rem;
}
.p-pricepage_price-price_logo {
  padding: 0 1.5rem;
  width: 24%;
  margin-top: -1rem;
}
@media (max-width: 768px) {
  .p-pricepage_suggestion_logo {
    padding: 0 1.5rem;
    width: 40%;
    margin-top: -1.5rem;
  }
  .p-pricepage_price-price_logo {
    padding: 0 1.5rem;
    width: 50%;
    margin-top: -1rem;
  }
}
/* footer */
.layout-footer__twoLogos .layout-footer__top {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-around;
  gap: 10px;
}
.p-footer-logo__twoLogos {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.p-footer_trueOffice_logo {
  width: 100%;
}
.p-footer-sitemap__twoLogos .footer-sitemap__column:nth-of-type(n + 2) {
  margin-left: 6rem;
}
/* recruit・company */
.office-view__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
}
.office-view__list li {
  list-style: none;
  width: calc(100% / 2 - 20px);
}
@media (max-width: 768px) {
  .office-view__list {
    margin-top: 10px !important;
    margin-left: 0 !important;
    gap: 20px;
  }
  .office-view__list li {
    width: 100%;
  }
}
.company-view__flex {
  gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.company-view__flex img {
  width: 36rem;
}
@media (max-width: 768px) {
  .company-view__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .company-view__flex img {
    width: 100%;
  }
}
/* ----------------------- */
/* 240321 add front-page */
#home .section-case__newsLink__data-zero-trust {
  padding: 8rem 0 0;
}
#home .section-case__newsLink__data-zero-trust a {
  text-decoration: none;
  transition: 0.3s;
  opacity: 1;
}
#home .section-case__newsLink__data-zero-trust a:hover {
  opacity: 0.7;
}
#home .section-case__newsLink__data-zero-trust a:hover .data-zero-trust-icon {
  top: 80% !important;
}
#home .section-case__newsLink__data-zero-trust h2.section-case__heading {
  font-size: 2.8rem;
  color: #000;
  font-family: "Noto Sans CJK JP";
  font-weight: bold;
  line-height: 1.571;
  text-align: center;
}
#home .section-case__newsLink__data-zero-trust h2.section-case__heading span {
  font-size: 14px;
  font-family: "Noto Sans CJK JP";
  color: rgb(85, 85, 85);
  line-height: 3.214;
  text-align: center;
}
#home .section-case__newsLink__data-zero-trust figure {
  width: 50px;
  height: 50px;
  margin: 12px auto 0;
  position: relative;
}
#home .section-case__newsLink__data-zero-trust figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transition: 0.3s;
}
/* #data-zero-trust {
  display: block;
  padding-top: 200px;
  margin-top: -200px;
} */
#home section.top-company.function {
  padding-bottom: 15rem;
}
#home section.top-company .top-company--titleArea {
  background-image: url(../img/home/top-company--title-bg.jpg);
  padding: 5.85rem 0;
  object-fit: cover;
}
#home section.top-company .top__title {
  font-size: 2.8rem;
  color: rgb(255, 255, 255);
  line-height: 1.2;
}
#home section.top-company .top-company__subTitle {
  font-size: 5rem;
  color: rgb(255, 255, 255);
  line-height: 1.2;
}
#home section .function--title h2.top-company__subTitle {
  margin-top: 4.3rem;
}
.top-company__heading3 {
  color: rgb(0, 0, 0);
  font-size: 3rem !important;
  line-height: 1.2;
  font-weight: bold;
}
.top-company__list {
  list-style-type: disc;
  list-style-position: inside;
  margin-top: 2.4rem;
}
.top-company__list li {
  text-indent: -1.4em;
  padding-left: 2em;
}
.top-company__list.mt {
  margin-top: 4.3rem;
}
.top-company__heading3.mt {
  margin-top: 4.2rem;
}
/* 240510 */
#home section.home-endUser {
  background-image: url("https://www.eugrid.co.jp/assets/img/home/home-enduser-bg01.png");
  background-color: #434842;
  background-size: cover;
  background-position: center right;
  position: relative;
}
@media (max-width: 768px) {
  #home section.home-endUser {
    background-image: url("https://www.eugrid.co.jp/assets/img/home/home-enduser-bg01-sp.png");
    background-color: #434842;
    background-size: cover;
    background-position: center right;
    position: relative;
  }
}
.home-endUser__list {
  border: 1px solid #ffffff;
  border-image: linear-gradient(
    105deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(150, 153, 149, 0) 60%,
    rgba(67, 72, 66, 0) 100%
  );
  border-image-slice: 1;
  padding: 25px 25px 25px;
  margin-top: 40px;
  margin-bottom: 40px;
  border-left: none;
}
@media (max-width: 768px) {
  .home-endUser__list {
    border: 1px solid #ffffff;
    border-image: linear-gradient(
      105deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(150, 153, 149, 0) 90%,
      rgba(67, 72, 66, 0) 100%
    );
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
.home-endUser__list li {
  color: #fff;
  position: relative;
}
.home-endUser__list li::after {
  content: "・";
  position: absolute;
  width: 16px;
  height: 16px;
  font-size: 30px;
  font-weight: bold;
  top: -14px;
  left: -26px;
}
@media (max-width: 768px) {
  #home section.home-endUser .home-contact-cont.home-contact-cont_logo h2 {
    font-size: 4.5rem;
    color: #ffffff;
    font-weight: bold;
    line-height: 1.8;
    margin-bottom: 3rem;
  }
}
/*240614_トップロゴ修正*/
.section-case-wrapper-logo .section-case__inner {
  max-width: none !important;
}
.section-case-wrapper-logo .section-case__inner .list-logo_ant {
  max-width: 120rem;
  margin: 0 auto;
}

/* 241002 TOP改修 */

#home .hero__text-box {
  position: relative;
  width: 100%;
  max-width: none;
  height: 60rem;
  margin: 0 auto;
  padding: 9rem 8rem;
}

@media screen and (max-width: 768px) {
  #home .hero__text-box {
    position: relative;
    width: 100%;
    max-width: none;
    height: 64rem;
    margin: 0 auto;
    padding: 4rem 4rem;
  }
}

#home .hero__image {
  position: absolute;
  top: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
}

#home .hero__logo {
  position: relative;
  bottom: auto;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #home .hero__logo {
    position: relative;
    bottom: auto;
    width: 30%;
  }
}

#home .hero__text.hero__logo__text {
  position: relative;
  top: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: none;
  color: #fff;
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 1.455;
  text-shadow: 0px 0px 7.5px rgba(0, 0, 0, 0.99);
  width: 90%;
  margin-top: 5rem;
  letter-spacing: 4px;
}

@media screen and (max-width: 768px) {
  #home .hero__text.hero__logo__text {
    position: relative;
    top: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: none;
    color: #fff;
    font-size: 4.8rem;
    font-weight: 500;
    line-height: 1.455;
    text-shadow: 0px 0px 7.5px rgba(0, 0, 0, 0.99);
    width: 96%;
    margin-top: 5rem;
    letter-spacing: 4px;
  }
}

#home .hero__text span {
  display: block;
  font-size: 4rem;
  margin-top: 3rem;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  #home .hero__text span {
    display: block;
    font-size: 3rem;
    margin-top: 3rem;
    line-height: 1.8;
  }
}

#home section.zerotrust .zerotrust--titleArea {
  background-image: url(../img/home/zerotrsut--title-bg.jpg);
  padding: 10rem 0 8rem;
}

#home section.suggestion.solution {
  font-weight: bold;
  line-height: 1.957;
  text-align: center;
  padding: 12rem 0 12rem;
  background: linear-gradient(to bottom, #f0f5f5 0%, #ffffff 70%);
}

#home section.suggestion.solution .inner {
  font-size: 3.5rem;
  line-height: 1.5;
}

#home section.suggestion.solution .p-frontpage_suggestion_logo {
  padding: 0 1.5rem;
  width: 26%;
  margin-top: -1.5rem;
}
@media screen and (max-width: 768px) {
  #home section.suggestion.solution .p-frontpage_suggestion_logo {
    padding: 0 1.5rem;
    width: 50%;
    margin-top: -2.5rem;
  }
}

#home .solution_cont--textbox {
  padding-top: 3rem;
  text-align: center;
}

#home .solution_cont--textbox h2 {
  font-size: 3rem;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  #home .solution_cont--textbox h2 {
    font-size: 3.8rem;
    line-height: 1.7;
    text-align: center;
  }
}

.solution-list {
  margin: 0 auto;
}
.solution-list ul {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 9rem;
}
@media screen and (max-width: 768px) {
  .solution-list ul {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-direction: column;
    align-items: center;
  }
}
.solution-list ul li {
  width: 24%;
  background: #fff;
  padding: 4.6rem 3rem;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.07);
}
@media screen and (max-width: 768px) {
  .solution-list ul li {
    width: 80%;
    background: #fff;
    padding: 4.6rem 3rem;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.07);
  }
}
#home .solution-list ul li .solution-list--ttl {
  font-size: 2.4rem;
  color: rgb(0, 172, 204);
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #home .solution-list ul li .solution-list--ttl {
    font-size: 4rem;
    color: rgb(0, 172, 204);
    font-weight: bold;
  }
}
#home .solution-list ul li .solution-list--dtl {
  font-size: 1.6rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  #home .solution-list ul li .solution-list--dtl {
    font-size: 3rem;
    font-weight: normal;
  }
}
#home section.zerotrust {
  font-weight: bold;
  line-height: 1.957;
  text-align: center;
  padding: 12rem 0 12rem;
  background: #f1f6f6;
}

#home section.zerotrust .inner.subtitleArea {
  font-size: 3.5rem;
  line-height: 1.5;
  margin-bottom: 4rem;
}

#home section.zerotrust .inner.subtitleArea {
  font-size: 3rem;
  padding-right: 18rem;
}
@media screen and (max-width: 768px) {
  #home section.zerotrust .inner.subtitleArea {
    font-size: 3.5rem;
    padding-right: 0rem;
  }
}
#home section.zerotrust .inner.subtitleArea span {
  font-size: 3rem;
  padding-left: 32rem;
}
@media screen and (max-width: 768px) {
  #home section.zerotrust .inner.subtitleArea span {
    font-size: 3.5rem;
    padding-left: 0rem;
  }
}

#home section.zerotrust .p-frontpage_suggestion_logo {
  padding: 0 1.5rem;
  width: 31%;
  margin-top: -2rem;
}
@media screen and (max-width: 768px) {
  #home section.zerotrust .p-frontpage_suggestion_logo {
    padding: 0 1.5rem;
    width: 50%;
    margin-top: -2.5rem;
  }
}

#home section.zerotrust .zerotrust--titleArea {
  background-image: url(../img/home/zerotrust--title-bg.jpg);
  padding: 10rem 0 8rem;
  text-align: center;
}
#home section.zerotrust .zerotrust--titleArea h2 {
  font-size: 6.4rem;
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.172;
  margin-bottom: 5rem;
}
#home section.zerotrust .zerotrust--titleArea p {
  font-size: 2.4rem;
  color: rgb(255, 255, 255);
  line-height: 1.667;
}

@media screen and (max-width: 768px) {
  #home section.zerotrust .zerotrust--titleArea p {
    font-size: 3rem;
    color: rgb(255, 255, 255);
    line-height: 1.667;
  }
}

#home section.zerotrust .zerotrust--figArea {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  #home section.zerotrust .zerotrust--figArea {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6rem;
    flex-direction: column;
    gap: 14rem;
  }
}
#home section.zerotrust .zerotrust--figArea--item {
  width: 44%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  #home section.zerotrust .zerotrust--figArea--item {
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
  }
}
#home section.zerotrust .zerotrust--figArea--item--arrow {
  padding-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  #home section.zerotrust .zerotrust--figArea--item--arrow {
    padding-bottom: 0rem;
    transform: rotate(90deg);
  }
}
#home section.zerotrust .zerotrust--figArea--item--ttl {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #home section.zerotrust .zerotrust--figArea--item--ttl {
    font-size: 4rem;
    font-weight: bold;
  }
}
#home section.zerotrust .zerotrust--figArea--item--img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#home section.zerotrust .zerotrust--figArea--item--img02 {
  padding-top: 38px;
}
#home section.zerotrust .zerotrust--figArea--item--dtl {
  font-size: 1.6rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  #home section.zerotrust .zerotrust--figArea--item--dtl {
    font-size: 3rem;
    font-weight: normal;
  }
}

#home section.zerotrust .zerotrust--heading {
  font-size: 3rem;
  margin-bottom: 6rem;
  position: relative;
  margin-top: 20rem;
}
@media screen and (max-width: 768px) {
  #home section.zerotrust .zerotrust--heading {
    font-size: 4rem;
    margin-bottom: 6rem;
    position: relative;
    margin-top: 34rem;
  }
}
#home section.zerotrust .zerotrust--heading::before {
  content: "";
  width: 1px;
  height: 102px;
  background: linear-gradient(to bottom, #26e8f4 0%, #30b3ce 100%);
  position: absolute;
  top: -136px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

#home section.zerotrust .zerotrust--figArea03--item--txt {
  display: block;
  margin: 0 0 2rem 32rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #home section.zerotrust .zerotrust--figArea03--item--txt {
    display: block;
    margin: 0 0 2rem 0rem;
    text-align: center;
  }
}
#home section.zerotrust .zerotrust--figArea03--item--txt span {
  font-weight: bold;
}

#home section.zerotrust .zerotrust--figArea03--item--blk {
  display: flex;
  gap: 4rem;
  background: linear-gradient(
    90deg,
    rgba(241, 246, 246, 1) 0%,
    rgba(255, 255, 255, 1) 10%,
    rgba(255, 255, 255, 1) 96%,
    rgba(241, 246, 246, 1) 100%
  );
}
@media screen and (max-width: 768px) {
  #home section.zerotrust .zerotrust--figArea03--item--blk {
    display: flex;
    gap: 4rem;
    background: linear-gradient(
      90deg,
      rgba(241, 246, 246, 1) 0%,
      rgba(255, 255, 255, 1) 10%,
      rgba(255, 255, 255, 1) 90%,
      rgba(241, 246, 246, 1) 100%
    );
    flex-direction: column;
    align-items: center;
    padding: 4rem;
  }
}
#home section.zerotrust .zerotrust--figArea03--item--blk--pc {
  margin-bottom: -14px;
}
#home section.zerotrust .zerotrust--figArea03-item--arrow {
  margin: 4rem 0 2rem 10.5rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #home section.zerotrust .zerotrust--figArea03-item--arrow {
    margin: 4rem auto 2rem auto;
    text-align: center;
  }
}

#home section.zerotrust .zerotrust--figArea03--item--dtl {
  margin: 6rem 0 0 0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #home section.zerotrust .zerotrust--figArea03--item--dtl {
    margin: 6rem 0 0 0;
    text-align: center;
  }
}
#home section.zerotrust .zerotrust--figArea03--item--dtl span {
  color: #00accc;
}

#home section.zerotrust .zerotrust--figArea03--item--blk--dtl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 70%;
}
@media screen and (max-width: 768px) {
  #home section.zerotrust .zerotrust--figArea03--item--blk--dtl {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 90%;
    align-items: center;
  }
}
#home section.zerotrust .zerotrust--figArea03--item--blk--dtl--item--wrap {
  display: flex;
  gap: 1rem;
  align-items: end;
}
@media screen and (max-width: 768px) {
  #home section.zerotrust .zerotrust--figArea03--item--blk--dtl--item--wrap {
    display: flex;
    gap: 1rem;
    align-items: center;
    flex-direction: column;
    width: 100%;
  }
}
#home section.zerotrust .zerotrust--figArea03--item--blk--dtl--item01 {
  display: flex;
  gap: 1rem;
  align-items: end;
}
@media screen and (max-width: 768px) {
  #home section.zerotrust .zerotrust--figArea03--item--blk--dtl--item01 {
    display: flex;
    gap: 3rem;
    align-items: center;
    justify-content: space-between;
  }
}
#home section.zerotrust .zerotrust--figArea03--item--blk--dtl--item01--01 {
  border-width: 1px;
  border-color: rgb(170, 170, 170);
  border-style: solid;
  border-radius: 5px;
  background-color: rgb(238, 238, 238);
  padding: 0.5rem 4rem;
  font-size: 2rem;
  font-weight: normal;
  margin-bottom: 0.5rem;
  max-height: 62px;
}
@media screen and (max-width: 768px) {
  #home section.zerotrust .zerotrust--figArea03--item--blk--dtl--item01--01 {
    border-width: 1px;
    border-color: rgb(170, 170, 170);
    border-style: solid;
    border-radius: 5px;
    background-color: rgb(238, 238, 238);
    padding: 0.5rem 4rem;
    font-size: 3rem;
    font-weight: normal;
    margin-bottom: 0.5rem;
    max-height: 62px;
  }
}
#home section.zerotrust .zerotrust--figArea03--item--blk--dtl--item01--02 {
  border-width: 1px;
  border-color: rgb(170, 170, 170);
  border-style: solid;
  border-radius: 5px;
  background-color: rgb(238, 238, 238);
  padding: 0.5rem 4rem;
  font-size: 2rem;
  font-weight: normal;
  margin-bottom: 0.5rem;
  max-height: 62px;
}
@media screen and (max-width: 768px) {
  #home section.zerotrust .zerotrust--figArea03--item--blk--dtl--item01--02 {
    border-width: 1px;
    border-color: rgb(170, 170, 170);
    border-style: solid;
    border-radius: 5px;
    background-color: rgb(238, 238, 238);
    padding: 0.5rem 4rem;
    font-size: 3rem;
    font-weight: normal;
    margin-bottom: 0.5rem;
    max-height: 62px;
  }
}
#home section.zerotrust .zerotrust--figArea03--item--blk--dtl--item02--01 {
  padding-left: 4rem;
}
@media screen and (max-width: 768px) {
  #home section.zerotrust .zerotrust--figArea03--item--blk--dtl--item02--01 {
    padding-left: 0rem;
  }
}

#home section.zerotrust .zerotrust--figArea03--item--blk--dtl--item03 {
  border-width: 1px;
  border-color: rgb(170, 170, 170);
  border-style: solid;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  padding: 0.5rem 4rem;
  text-align: center;
  font-size: 2rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  #home section.zerotrust .zerotrust--figArea03--item--blk--dtl--item03 {
    border-width: 1px;
    border-color: rgb(170, 170, 170);
    border-style: solid;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    padding: 0.5rem 4rem;
    text-align: center;
    font-size: 3rem;
    font-weight: normal;
    width: 100%;
  }
}

#home section.zerotrust .zerotrust--figArea03--item--blk--dtl--item02--wrap {
  border-width: 1px;
  border-color: rgb(0, 172, 204);
  border-style: solid;
  border-radius: 10px;
  background-color: rgb(229, 247, 247);
  display: flex;
  gap: 2rem;
  margin-bottom: 0.5rem;
  padding: 0.5rem 4rem;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #home section.zerotrust .zerotrust--figArea03--item--blk--dtl--item02 {
    width: 100%;
  }
}
#home section.zerotrust .zerotrust--figArea03--item--blk--dtl--item02--cont {
  display: flex;
  flex-direction: column;
}
#home
  section.zerotrust
  .zerotrust--figArea03--item--blk--dtl--item02--cont--ttl {
  font-size: 18px;
  font-family: "Noto Sans CJK JP";
  color: rgb(0, 172, 204);
  font-weight: bold;
  line-height: 1.2;
}

@keyframes anime {
  0% {
    transform: scale(0.95);
    opacity: 1;
  }
  90% {
    opacity: 0.1;
  }
  to {
    transform: scale(1.5, 1.5);
    opacity: 0;
  }
}

#home section.zerotrust .zerotrust--figArea03--item--blk--dtl--item02--btn {
  position: relative;
  width: 70px;
  height: 70px;
}
#home
  section.zerotrust
  .zerotrust--figArea03--item--blk--dtl--item02--btn--wrap {
  position: absolute;
  z-index: 10;
}

#home section.zerotrust .zerotrust--figArea03--item--blk--dtl--item02--btn a {
  position: relative;
  border-radius: 50%;
  background-color: rgb(204, 183, 0);
  box-shadow: 0px 0px 7.02px 1.98px rgba(3, 128, 151, 0.1);
  width: 70px;
  height: 70px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
  transition: 0.3s;
}

#home
  section.zerotrust
  .zerotrust--figArea03--item--blk--dtl--item02--btn
  a:before,
#home
  section.zerotrust
  .zerotrust--figArea03--item--blk--dtl--item02--btn
  a:after {
  content: "";
  position: absolute;
  z-index: -10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 32px;
  background: #e9e090;
  border: 1px solid #e9e090;
  transform: translate3d(0, 0, 0);
}
#home
  section.zerotrust
  .zerotrust--figArea03--item--blk--dtl--item02--btn
  a:before {
  animation: anime 2s ease-out infinite;
}
#home
  section.zerotrust
  .zerotrust--figArea03--item--blk--dtl--item02--btn
  a:after {
  animation: anime 2s ease-out 1s infinite;
}
#home
  section.zerotrust
  .zerotrust--figArea03--item--blk--dtl--item02--btn
  a:hover {
  opacity: 0.7;
}
#home
  section.zerotrust
  .zerotrust--figArea03--item--blk--dtl--item02--btn--txt {
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
}

#home .section-introduce {
  background: #fff;
}
#home .section-introduce p {
  text-align: center;
}
#home .section-introduce .section-introduce__lead {
  font-size: 3.5rem;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  #home .section-introduce .section-introduce__lead {
    font-size: 4rem;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 3rem;
  }
}
#home .section-introduce .p-frontpage_introduce_logo {
  padding: 0 1.5rem;
  width: 31%;
  margin-top: -2.3rem;
}
@media screen and (max-width: 768px) {
  #home .section-introduce .p-frontpage_introduce_logo {
    padding: 0 1.5rem;
    width: 60%;
    margin-top: -3rem;
  }
}

#home .section-introduce__button {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin-top: 5rem;
}
#home .section-introduce__button a {
  background: #fff;
}
#home .section-introduce__button a:hover {
  background: #00aadc;
}
@media screen and (max-width: 768px) {
  #home .section-introduce__button {
    margin-top: 8rem;
  }
}

#home .section-introduce .section-introduce__fig {
  margin-top: 6rem;
}
#home .section-introduce .section-introduce__fig ul {
  display: flex;
  justify-content: center;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  #home .section-introduce .section-introduce__fig ul {
    display: flex;
    justify-content: center;
    gap: 8rem;
    flex-direction: column;
    align-items: center;
  }
}
#home .section-introduce .section-introduce__fig ul li {
  width: 24%;
  background-color: rgb(241, 246, 246);
  padding: 2rem 3.6rem;
  font-size: 1.8rem;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 768px) {
  #home .section-introduce .section-introduce__fig ul li {
    width: 80%;
    background-color: rgb(241, 246, 246);
    padding: 2rem 3.6rem;
    font-size: 3rem;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
  }
}
#home .section-introduce .section-introduce__fig ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  width: 20px;
  height: 20px;
  border-top: 1px solid #26e8f4;
  border-right: 1px solid #26e8f4;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
#home .section-introduce .section-introduce__fig ul li:last-of-type:after {
  content: none;
}
@media screen and (max-width: 768px) {
  #home .section-introduce .section-introduce__fig ul li::after {
    content: "";
    position: absolute;
    top: auto;
    bottom: -24px;
    right: 50%;
    width: 20px;
    height: 20px;
    border-top: 1px solid #26e8f4;
    border-right: 1px solid #26e8f4;
    -webkit-transform: translateX(50%) rotate(135deg);
    transform: translateX(50%) rotate(135deg);
  }
}
@media screen and (max-width: 768px) {
  .p-digitalbuddy-plan__list__item__ttl span {
    font-size: 3rem;
    font-family: "Bebas Neue", "YakuHanJP", sans-serif;
  }
  .p-digitalbuddy-plan__list__item__ttl {
    font-size: 1.6rem;
  }
  .p-digitalbuddy-plan__list__item__dtl dl dt {
    font-size: 1.6rem;
  }
  .p-digitalbuddy-plan__list__item__dtl dl dd ul li {
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.438;
  }
  .p-digitalbuddy-plan__list__item__dtl dl dd span {
    font-size: 1.4rem;
  }
  .p-digitalbuddy-solution__item figure {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}

.column-solution-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin: 3rem 0;
}
.column-solution-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(50% - 1rem);
  box-sizing: border-box;
  border: 1px solid #daf1f5;
  border-radius: 12px;
  padding: 3rem 2rem;
  gap: 1.5rem;
}
.column-solution-list img {
  max-width: 100%;
  max-height: 66px;
  margin: 0 auto;
}
.column-solution-list .column-solution-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 245px;
}
.column-solution-list .column-solution-inner b {
  font-weight: bold;
  display: block;
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #00accc;
}
.column-solution-list .column-solution-inner br {
}
@media all and (max-width: 768px) {
  .column-solution-list {
    gap: 2rem;
    margin: 5rem 0;
    flex-direction: column;
  }
  .column-solution-list li {
    display: flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #daf1f5;
    border-radius: 12px;
    padding: 3rem 2rem;
    gap: 1.5rem;
  }
  .column-solution-list img {
    max-height: inherit;
    display: block;
  }
  .column-solution-list .column-solution-inner {
    max-width: 100%;
  }
  .column-solution-list .column-solution-inner b {
    font-size: 3.2rem;
    margin-bottom: 1rem;
    text-align: center;
  }
  .column-solution-list .column-solution-inner br {
    display: none;
  }
}

.txtlink {
  display: inline-block;
  padding-right: 15px;
  position: relative;
  color: #00accc;
  font-weight: bold;
}
.txtlink:after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 3px);
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #00accc;
  border-right: 2px solid #00accc;
  transform: rotate(45deg);
}

#column .article strong {
  font-weight: bold;
}

#column .article h1 {
  font-weight: bold;
  font-size: 3.6rem;
  padding: 20px;
  padding: 5rem 3rem;
  border-top: 3px solid #f0f5f5;
  border-bottom: 3px solid #f0f5f5;
}
#column .article h2 {
  font-size: 2.4rem;
}
#column .article h3 {
  font-size: inherit;
  margin-top: 3rem;
}
@media all and (max-width: 768px) {
  #column .article h1 {
    font-size: 4rem;
    padding: 20px 5%;
  }
  #column .article h2 {
    font-size: 3.6rem;
  }
  #column .article h3 {
    margin-top: 4rem;
  }
}

#column .page-header {
  background-image: url(../img/column/bg_header.jpg);
}
#column .archive-column {
  border-bottom: 1px solid #e5e5e5;
}
#column .archive-column li {
  transition: 0.3s;
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 6rem;
  position: relative;
  padding: 5rem 10rem 5rem 5rem;
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
}
#column .archive-column li:hover {
  background: #f0f5f5;
}
#column .archive-column li:after {
  content: "";
  position: absolute;
  right: 20px;
  top: calc(50% - 6px);
  display: inline-block;
  width: 12px;
  height: 12px;
  border-top: 3px solid #ccc;
  border-right: 3px solid #ccc;
  transform: rotate(45deg);
}
#column .archive-column li a {
}
#column .archive-column li a img {
}
#column .archive-column li .archive-column__inner {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
#column .archive-column li .archive-column__inner h2 {
  font-size: 2.4rem;
  font-weight: bold;
}
@media all and (max-width: 768px) {
  #column .archive-column li {
    gap: 4rem;
    padding: 5%;
    flex-direction: column;
  }
  #column .archive-column li:after {
    display: none;
  }
  #column .archive-column li a {
  }
  #column .archive-column li a img {
  }
  #column .archive-column li .archive-column__inner {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 3rem;
  }
  #column .archive-column li .archive-column__inner h2 {
    font-size: 3rem;
  }
}

#column .page-content {
  border-bottom: 0;
}
#column .column-section-link {
  background: #f0f5f5;
}
.column-section-link .list-faq__item {
  box-shadow: none;
}
.column-section-link .list-faq__item a {
  background: none;
}
.column-section-link .list-faq__body {
  padding: 0;
}
.column-section-link .list-faq__title {
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.7;
}
.column-section-link .list-faq__title:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #aaa;
  border-right: 2px solid #aaa;
  transform: rotate(45deg);
  margin-left: 10px;
}
@media all and (max-width: 768px) {
  .column-section-link .list-faq__title {
    font-size: 3rem;
  }
  .column-section-link .list-faq__title:after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-top: 2px solid #aaa;
    border-right: 2px solid #aaa;
    transform: rotate(45deg);
    margin-left: 10px;
  }
}

#faq .article h1 {
  font-weight: bold;
  font-size: 3.6rem;
  padding: 20px;
  padding: 5rem 3rem;
  border-top: 3px solid #f0f5f5;
  border-bottom: 3px solid #f0f5f5;
  font-feature-settings: "palt";
}

.article_logo {
  max-height: 7.2rem;
}

#contact .contact__list {
  text-align: center;
}
#contact .contact__list ul {
  list-style-type: disc;
  list-style-position: inside;
  margin: 0 auto;
  text-align: left;
  display: inline-block;
}
#contact .contact__list ul li {
  text-indent: -1.8em;
  padding-left: 2em;
  font-size: 1.8rem;
}
.radio-form-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.radio-form-flex .radio-form {
  width: calc((100% - 40px) / 2);
}
.radio-form-flex input.use-item01:checked + span {
  text-indent: 0;
  padding-left: 0;
}

.radio-form-title {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
  font-weight: bold;
}

@media all and (max-width: 768px) {
  .radio-form-flex .radio-form {
    width: 100%;
  }
  #contact .contact__list ul li {
    font-size: inherit;
  }
  .radio-form-title {
    font-size: inherit;
  }
  .header-cta .header-cta-pc {
    background: none;
    height: auto;
    padding: 0;
  }
  .header-cta .header-cta-pc .header-cta-inner {
    position: initial;
    max-height: none;
  }
}

/*250624トップ改修*/
.title_band_blue {
  background-image: url(../img/home/title_bg_blue.jpg);
  padding: 15rem 0 4.5rem;
  color: #fff;
}
.title_band_blue {
  position: relative;
  text-align: center;
}
.top-en-subtitle {
  font-size: 12rem !important;
  font-family: "Roboto";
  font-weight: 100;
  opacity: 0.5;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  letter-spacing: 11px;
  top: 3px;
}
.top-ja-subtitle {
  font-size: 2.7rem !important;
  line-height: 1;
  font-weight: 500;
}
.top-main-subtitle {
  font-size: 5rem !important;
  line-height: 1.6;
}
.problem--cont {
  display: flex;
  justify-content: space-between;
  margin: 6rem 0;
  gap: 0 !important;
  flex-wrap: wrap;
}
.problem--cont--txt{
      flex: 1;
    margin-left: 4rem;
}
.problem--cont .zerotrust--figArea--item--dtl{
  font-weight: 600 !important;
}
 .problem--cont--fig{
  width: 36% !important;
}
.problem--cont--fig{
  gap:0 !important;
}
.problem--cont--fig .zerotrust--figArea--item--ttl {
  background-image: url(../img/home/bg_black_figure.jpg);
  display: inline-block;
  width: 100%;
  padding: 1rem;
  color: #fff;
}
.problem--cont--fig .zerotrust--figArea--item--img {
  width: 100%;
  background-color: #fff;
  height: 100%;
  padding: 3rem 4rem;
}
.problem--cont--fig .zerotrust--figArea--item--dtl {
  font-weight: 700 !important;
  margin-top: 2rem;
}
.padding-top0{
  padding-top: 0 !important;
}
.problem--cont--txt--bglist{
    text-align: left;
    background-color: #fff;
    width: 100%;
}

.problem--cont--txt--bglist li{
  padding: 2rem 3rem 2rem 10rem;
  position: relative;
}
.problem--cont--txt--bglist li::before{
    background: url(../img/home/problem_list_icon.png) no-repeat;
    position: absolute;
    left: 3rem;
    top: 3rem;
    content: "";
    width: 8%;
    /* height: auto; */
    aspect-ratio: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.problem--cont--txt--bglist li:nth-child(1){
    border-bottom: solid 1px #f3f3f3;
}
.problem--cont--txt--bglist li h3{
    font-size: 2.4rem !important;
}
.problem--cont--txt--bglist li p{
    font-weight: 100 !important;
    font-size: 1.4rem !important;
}
.problem--cont--txt--under{
  display: flex;
  gap: 33px;
  margin-top: 3rem;
}
.problem--cont--txt--under p{
    font-weight: 300 !important;
    text-align: left;
}
.problem--cont--txt--under ul{
  display: flex ;
    flex-direction: column;
    gap: 5px;
}
.problem--cont--txt--under ul li{
    min-width: 225px;
    background-color: #b5ebf4;
    border-radius: 36px;
    padding: .4rem 0 .4rem 6rem;
    font-weight: 500;
    text-align: left;
    position: relative;
}
.problem--cont--txt--under ul li::before{
background-image: url(../img/home/problem_list_icon_triangle.png);
    position: absolute;
    left: 2rem;
    top: 1rem;
    content: "";
    aspect-ratio: 24 / 17;
    width: 3rem;
    z-index: 1;
    background-size: cover;
}
.title_band_triangle::before{
  content: "";
width: 0;
height: 0;
border-style: solid;
border-color: #f1f6f6 transparent transparent transparent;
border-width: 50px 45px 0px 45px;
position: absolute;
top:0;
right: 0;
left: 0;
margin:0 auto
}
.zerotrust--cont2 .zerotrust--cont--above{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.zerotrust--cont2 .zerotrust--cont--above--txt{
 width: 60%;
}
.zerotrust--cont2 .zerotrust--cont--above--txt--oval{
  display: flex;
    justify-content: center;
    margin: 4rem 0px;
    position: relative;
}
.zerotrust--cont2 .zerotrust--cont--above--txt--oval::before{
  content:"";
  background:url(../img/home/icon_plus.png) ;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
    top: calc(50% - 13px);
    width: 26px;
    height: 26px;
    z-index: 3;
}
.zerotrust--cont2 .zerotrust--cont--above--txt--oval div{
    width: 330px;
    height: 126px;
    background-color:rgba(0,172,204,0.1);
    border-radius: 90px;
    display: flex;
    justify-content: center;
}
.zerotrust--cont2 .zerotrust--cont--above--txt--oval div:nth-child(1){
    transform: translate(20px, 0);
}
.zerotrust--cont2 .zerotrust--cont--above--txt--oval div:nth-child(2){
    transform: translate(-20px, 0);
}
.zerotrust--cont2 .zerotrust--cont--above--txt--oval div p{
      color: #00accc !important;
      font-size: 4rem !important;
      line-height: 1.2 !important;
      font-weight: 400 !important;
}
.zerotrust--cont2 .zerotrust--cont--above--txt--oval .txt_small{
      font-size: 1.8rem !important;
      display: inline-flex;
}

.normal-txt{
      font-weight: 300 !important;
      text-align: left !important;
}
.zerotrust--cont2 .zerotrust--cont--under{
      margin-top: 5rem;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc-image { display: block !important; }
.sp-image { display: none !important; }

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .pc-image { display: none !important; }
    .sp-image { display: block !important; }
}
.solution--cont--fig{
  position: relative;
}
.solution--cont--fig--p{
    position: absolute;
    top: 0;
    width: 52%;
    right: 0;
}
.solution--cont--fig--p-ttl{
    font-size: 2rem !important;
    margin-bottom: 2rem;
    font-weight: 600 !important;
}.solution--cont--fig--p-txt{

}
.solution--cont--compare{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    background: #fff;
    margin: 5rem 0;
    padding: 5rem;
}
.solution--cont--compare--list{
    width: 50%;
    padding-right: 8rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.solution--cont--compare--list:nth-child(1){
  border-right: dotted 1px #00accc;
}
.solution--cont--compare--list:nth-child(2){
  padding: 0 0 0 8rem !important;
}
.solution--cont--compare--list:nth-child(1)::before{
    content: "";
    background: url(../img/home/icon_arrow.png) no-repeat;
    position: absolute;
    width: 20%;
    aspect-ratio: 82 / 71;
    top: 5%;
    right: -52px;
    background-size: cover;
}
.solution--cont--compare--list:nth-child(1)::after{
    content: "";
    background: url(../img/home/icon_ssd.jpg) no-repeat;
    position: absolute;
        width: 19%;
        aspect-ratio: 25 / 32;
    top: 54%;
    right: -5rem;
    background-size: cover;
}
/* .solution--cont--compare--list:nth-child(1)::before{
content:"";
width:3px;
height:87%;
border-right: dotted 1px #00accc;
position: absolute;
right: 0;

} */
.section_bg{
    background: #f1f6f6;
}
.solution--cont--compare--list figure{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.solution--cont--compare--list figure p{
    margin: 3rem 0 4rem;
    position: relative;
}
.solution--cont--compare--list figure p::before{
    background: url(../img/home/icon_impossibility.png) no-repeat;
    content: "";
    position: absolute;
    top: 9px;
    left: -84px;
    background-size: cover;
    width: 29%;
    aspect-ratio: 1;

}
.solution--cont--compare--list figure .icon_possible::before{
    background: url(../img/home/icon_possibility.png) no-repeat;
    content: "";
    position: absolute;
        aspect-ratio: 1;
        top: 10%;
left: -29%;
    width: 21%;
    background-size: cover;

}
.solution--cont--compare .local-disk-drive{
    background: #f1f6f6;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3rem;
    height: 33rem;
        position: relative;
}
.solution--cont--compare .local-disk-drive figure::before{
    content: "Local Disk Drive";
    color: #00accc;
    font-size: 2.5rem;
    font-weight: 500;
    position: absolute;
    top: -2.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.solution--cont--compare .local-disk-drive ul li{
      background: #888a8b;
    width: 220px;
    /* padding: .5rem; */
    text-align: center;
    border-radius: 30px;
    color: #fff;
    font-size: 2rem !important;
}
.solution--cont--compare .local-disk-drive ul li:nth-child(1){
    margin: 3rem 0 1rem;
}
.solution--cont--compare .local-disk-drive ul li:nth-child(2){
  background-color: #00accc;
}
.VacuumContainer--merit--cont--inner{
    padding: 4rem;
}

.VacuumContainer--merit--top-ttl{
  text-align: center;
    font-size: 3.5rem !important;
    font-weight: 500;
    margin-bottom: 4rem;
}
.VacuumContainer--merit--cont--ttl{
    font-size: 2.5rem !important;
    font-weight: 500 ;
    line-height: 2.2 !important;
    border-top: solid 1px #00accc;
    border-bottom: solid 1px #00accc;
    white-space: nowrap;
}
.VacuumContainer--merit--cont--ttl span{
    font-size: 3rem !important;
    padding: 0 2rem;
    color: #00accc;
}
.VacuumContainer--merit--cont--box{
  border: solid 1px #00accc;
    background: #fff;
    padding: 0 5rem 5rem 5rem;
    text-align: center;
    margin-bottom: 3rem;
    width: 78%;
    margin-left: 22%;
    margin: 7% 0 5% 22%;

}
.VacuumContainer--merit .box--ttl{
  font-size: 3.5rem !important;
    color: #00accc;
    line-height: 2;
}
.VacuumContainer--merit .box--cont--user{
  background: #f3f3f3;
    color: black;
    font-weight: 600;
    font-size: 2.2rem !important;
    line-height: 4;
    padding: 0 4rem 4rem;
    position: relative;
}
.VacuumContainer--merit .box--cont--user::before{
    content: "";
    background: url(../img/home/icon_user.png) no-repeat;
    width: 6rem;
    aspect-ratio: 16 / 17;
    background-size: cover;
    position: absolute;
    top: 1.8rem;
    left: 27%;
}


.problem--cont--fig .zerotrust--figArea--item--dtl{
    text-align: left;
    line-height: 1.4;
}
sup{
  font-size: smaller;
    vertical-align: super;
    font-weight: 100;
}
@media screen and (max-width:769px) {
  .zerotrust--cont--above--txt--oval{
    flex-direction: column;
  }
  .zerotrust--cont2 .zerotrust--cont--above--txt--oval div{
    width:100%;
    height: 20rem;
  }
  .zerotrust--cont2 .zerotrust--cont--above--txt--oval div:nth-child(1){
        transform: translate(0,20px);
  }
  .zerotrust--cont2 .zerotrust--cont--above--txt--oval div:nth-child(2){
        transform: translate(0,-20px);
  }
   .zerotrust--cont2 .zerotrust--cont--above--txt--oval div:nth-child(2) p{
            margin-top: 8rem;
   }

  .VacuumContainer--merit--cont--ttl{
    font-size: 100% !important;
    display: flex;
    line-height: 1.7 !important;
  }
.VacuumContainer--merit .box--cont--user::before{
left: 15%;
}
}
.VacuumContainer--merit .box--cont--user--cont{
    line-height: 2;
    font-size: 2rem !important;
      background: #00accc;
    color: #fff;
    font-size: 2rem;
    padding: 1rem 2rem 2rem;
}
.VacuumContainer--merit .box--cont--user--list{
color: black;
    font-weight: 400;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}
.VacuumContainer--merit .box--cont--user--list li{
    display: block;
    width: 20rem;
    background: #fff;
    width: 15rem;
}
.box--cont--nouser--cont{
    background: #e5f7f7 !important;
    margin-top: 2rem;
        color: black !important;
        }


.box--cont--outside--cont{
  background-color: #666666;
  color:#fff;
      padding: 2rem;
    font-size: 2rem !important;
    font-weight: 600;
    margin-top: 2rem;
}
.box--cont--outside--cont .font-small{
font-size: 2rem !important;
    font-weight: 300;
    margin-right: 3rem;
}
.box--cont--outside--cont .bg-white{
  background: #fff;
  color: black;
      font-weight: 300 !important;
    padding: .5rem 3rem;
}
.VacuumContainer--merit--cont--fig{

  height: 100%;
  background-image: linear-gradient(150deg, rgba(233, 245, 246, 1) 5%, rgba(179, 234, 244, 1) 89%);
  position: relative;
}
.VacuumContainer--merit--cont--fig::before{
content:"";
width: 0;
height: 0;
border-style: solid;
border-color: transparent transparent #f1f6f6 transparent;
border-width: 0px 24.5rem 74.5rem 0px;
    left: 0rem;
    bottom: 0;
position: absolute;

}
.VacuumContainer--merit--cont--fig::after{
content:"";
width: 0;
height: 0;
border-style: solid;
border-color: #f1f6f6 transparent transparent transparent;
border-width: 18rem 0px 0px 85rem;
    top: 0;
    right: 0;
position: absolute;

}
.VacuumContainer--merit--cont--fig .add-txt{
      position: absolute;
    left: 0;
    color: #00accc !important;
    text-align: center;
    font-size: 1.8rem !important;
    line-height: 1.5 !important;
    top: 46%;
    font-weight: 700;
}
.VacuumContainer--merit--cont--fig .add-txt::before{
    content: "";
    background: url(../img/home/icon_security.png) no-repeat;
    background-size: cover;
    position: absolute;
    width: 31%;
    aspect-ratio: 13 / 14;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -7rem;

}

.VacuumContainer--merit--cont--fig02{
    display: flex;
    flex-wrap: wrap;
    gap: 6rem;
    margin-bottom: 3rem;
}
.VacuumContainer--merit--cont--fig02 img{
      width: 49%;
    object-fit: contain;
}
.VacuumContainer--merit--cont--fig02--list{
      width: 45%;
      counter-reset: number 0;  /* number のカウンタを 0 にセット */


}
.VacuumContainer--merit--cont--fig02--ttl{
      font-weight: 600;
          line-height: 3 !important;
}
.VacuumContainer--merit--cont--fig02--list ul{
    background: #fff;
}
.VacuumContainer--merit--cont--fig02--list ul li{
      border-bottom: solid 1px #f3f3f3;
    font-size: 1.8rem !important;
    font-weight: 700 !important;
    padding: 2rem 0 2rem 8rem;
      position: relative;
}
.VacuumContainer--merit--cont--fig02--list ul li::before{
    counter-increment: number 1;
    content: counter(number) " ";
    color: #00aadc;
    font-size: 3rem;
    border: solid 3px #00aadc;
    border-radius: 34px;
    position: absolute;
    top: 1.5rem;
    left: 2rem;
    width: 4rem;
    height: 4rem;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Poppins";

}
.VacuumContainer--merit--cont--fig02--list ul li:nth-child(4){
      background-image: -webkit-linear-gradient(180deg, rgb(27, 172, 202) 0%, rgb(27, 192, 202) 100%);
    color: #fff;
    font-size: 2.3rem !important;
    padding: 2rem 0;
    text-align: center;
}
.VacuumContainer--merit--cont--fig02--list ul li:nth-child(4)::before{
content: none;
}
.title_band_black{
    background-image: url(../img/home/title_band_black.jpg);
    padding: 7rem 0 4.5rem;
    color: #fff;
    text-align: center;

    background-size: 100%;
}
.title_band_blue02{
      background-image: url(../img/home/title_band_blue02.jpg);
    padding: 7rem 0 4.5rem;
    color: #fff;
    text-align: center;
    background-size: 100%;
}
.title_band_blue03{
      background-image: url(../img/home/title_band_blue03.jpg);
    padding: 7rem 0 4.5rem;
    color: #fff;
    text-align: center;
    background-size: 100%;
}
.service_flow ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
    position: relative;
    margin: 5rem 0;
}
.service_flow ul::before{
content:"";
width:91%;
border-bottom: solid 3px #aaaaaa;
position: absolute;
bottom: -8rem;
left:calc((100% / 6 - 1rem)/2);
}
.service_flow ul::after{
  content:"";
  width: 0;
height: 0;
border-style: solid;
border-color: transparent transparent transparent #aaaaaa;
border-width: 8.5px 0px 8.5px 12px;
right: 1rem;
position: absolute;
bottom: -8.6rem;
}
.service_flow ul li{
    width: calc(100% / 6 - 1rem);
    border: solid 1px #00aadc;
    position: relative;
}
.service_flow ul li::before{
  content:"";
  border-right: dotted 1px #00aadc;
  height: 8rem;
  width: 0;
  bottom: -8rem;
  right: 0;
  left: 0;
  margin: 0 auto;
  position: absolute;

}
.service_flow ul li::after{
  content:"";
  background:#00aadc;
  width:20px;
  aspect-ratio: 1;
  bottom: -9rem;
  right: 0;
  left: 0;
  margin: 0 auto;
  position: absolute;
  border-radius: 30px;


}
.service_flow ul li dl{
      height: 100%;
}
.service_flow ul li dl dt{
    background: #e5f7f7;
    padding: 3rem 1.6rem;
    color: #00aadc;
    font-weight: 600;
    text-align: center;
    line-height: 1.5;
    height: 11rem;
    font-size: 2rem !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.service_flow ul li dl dt span{
    position: absolute;
    top: -14px;
    right: 0;
    left: 0;
    margin: 0 auto;
    color: #fff;
    background: #00aadc;
    border-radius: 30px;
    width: 33px;
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 200;
}
.service_flow ul li dl dd{
  background: #fff;
  padding: 2rem;
  height: 20rem;
}
.service_flow ul li .between-txt{
    position: absolute;
    top: calc(100% + 9.3rem);
    right: calc(-50% - .5rem);
    text-align: center;
    padding-top: 4.5rem;
    width: 100%;
    font-size: 2rem !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;

}
.service_flow ul li .between-txt .small-txt{
    font-weight: 300 !important;
    font-size: 1.8rem !important;

}
.service_flow ul li .between-txt.vetrtical-line::before{
    content: "";
    border-right: dotted 1px #00aadc;
    height: 5rem;
    width: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    top: -1.3rem;
}
.service_flow ul li .between-txt.width-line{
      padding-top: 0rem !important;
}

.service_flow ul li .between-txt.width-line::before{
    content: "";
    border-left: dotted 1px #00aadc;
    border-bottom: dotted 1px #00aadc;
    border-right: dotted 1px #00aadc;
    display: block;
    width: 100%;
    height: 3.6rem;
    margin-bottom: 1rem;
}
.service_flow--cont{
height: 68rem;
}
.service_flow ul li .last-txt{
    text-align: center;
    width: 50%;
    right: 0;
    padding-top: 0 !important;
}
.service_flow ul li .last-txt::before{
    border-left: dotted 1px #00aadc;
    border-bottom: dotted 1px #00aadc;
    border-right: dotted 1px #00aadc;
    display: block;
    height: 3.6rem;
    content:"";
    margin-bottom: 1rem;
}
.service_flow ul li .last-txt::after{
  content:"本展開へ";
  font-size: 2rem;
  color: black;
  position: absolute;
  top: -6rem;
  font-weight: 500;
  padding-top: 0rem !important;
  width: 100%;
  right: 0;

}
.only-pc_w1000{
  display: block;
}
.intro-case--cont--type{
      padding: 2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;

}
.intro-case--cont--type li{
      font-size: 2rem !important;
      font-weight: 500 !important;
}
.intro-case--cont--type li span{
      font-size: 2rem !important;
      font-weight: 300 !important;
      color: #00aadc;
      padding-right: .3rem;
}
.intro-case--cont--detail li:nth-child(2){
  margin-top: 2rem;
}
.intro-case--cont--detail li dl{
      display: flex;
    flex-wrap: wrap;

}
.intro-case--cont--detail li dl dt{
background: url(../img/home/bg_case_black.jpg) ;
    color: #fff;
    padding: 11rem;
    font-size: 2rem;
    font-weight: 500 !important;
    object-fit: cover;
    text-align: center;
}
.intro-case--cont--detail li dl dt:nth-child(2){
    padding: 9rem 11rem !important;
}
.intro-case--cont--detail li dl dd{
  flex:1;                 /* 残ったスペースを全部取る */
  min-width:0;            /* 長い単語やテーブルがはみ出さないようにするおまじない */
  background: #fff;
  padding: 4.5rem;
      display: flex;
    align-items: center;
}
.intro-case--cont .m-top7rem{
      margin-top: 7rem;
}
#home section.suggestion.solution .inner{
  margin: 0 auto 9rem !important;

}
#home section.suggestion.solution{
  padding: 12rem 0 0 0 !important;
}
#home section.zerotrust{
  padding: 12rem 0 0 !important;
}
.solution-list2 ul{
  margin-bottom: 0rem !important;

}
.service_flow--height{
  height:70rem;
}
.local-disk-drive--after::before{
    content: "";
    background: url(../img/home/shape--left.png) no-repeat;
    width: 9rem;
    aspect-ratio: 77 / 195;
    position: absolute;
    left: -1rem;
    top: 1rem;
    background-size: cover;

}
.local-disk-drive--after::after{
  content:"";
  background: url(../img/home/shape--right.png) no-repeat;
    width: 9rem;
    aspect-ratio: 76 / 194;
    position: absolute;
    right: -2rem;
    top: 1rem;
    background-size: cover;
}



/*sp表示*/
@media screen and (max-width:1000px) {
  .zerotrust--cont2 .zerotrust--cont--above--txt--oval div p{
        margin-top: 2rem;
  }

  .service_flow--height{
  height:160rem;
}
   .service_flow ul li dl dt span{
    margin: auto;
    right: auto;
    left: -16px;
    top: 4rem;
    width: 4.5rem;
  }
  .service_flow ul li dl dt{
    height: 6rem;
        padding-left: 3rem;
        justify-content: flex-start;
  }

  .only-pc_w1000{
  display: none !important;
}
  .service_flow ul{
    flex-direction: column !important;
}
.service_flow ul li{
  width: 80%;
  margin-left: 20%;
}
.service_flow ul li.first-list::before{
        top: -4rem !important;
}
.service_flow ul li::before{
    bottom: 0;
    transform: rotate(90deg);
    right: auto;
    margin: auto;
    left: -6.2rem;
    height: 12rem;
    top: -4rem;
}
.service_flow ul li::after{
    margin: initial;
    position: absolute;
    left: -14rem;
    top: 4.6rem;
}
.service_flow ul li dl dd{
  height: auto !important;
  text-align: left !important;
  font-size: 1.8rem !important;
  padding-left: 3rem;
}
.service_flow--cont{
  height: auto !important;
}
.service_flow ul{
  gap: 2rem !important;
}
.sp-between-txt{
  margin-top: 6rem;
}
.service_flow ul li .between-txt{
  top: auto;
  right: auto;
  text-align: left;
  padding-top: 1.5rem !important;
}
.service_flow ul li .between-txt.vetrtical-line::before{
        right: auto;
        margin: auto;
        left: -6.8rem;
        transform: rotate(90deg);
        content: "";
        border-right: dotted 1px #00aadc;
        height: 11.5rem;
        width: 0;
        position: absolute;
        top: -3rem;
  }
  .service_flow ul li .between-txt.width-line{
  padding-top: 1.5rem !important;
  }
  .service_flow ul li .between-txt.width-line::before{
        width: 22rem;
        height: 3.6rem;
        margin-bottom: 1rem;
        transform: rotate(-90deg);
        left: -20rem;
        position: absolute;
        top: 0.4rem;
  }
  .service_flow ul::before{
content:none;
  }
  .service_flow ul li .last-txt::before{
        width: 19rem;
    height: 3.6rem;
    margin-bottom: 1rem;
    transform: rotate(-90deg);
    left: -19rem;
    position: absolute;
    top: -1.4rem;
  }
  .service_flow ul li .last-txt::after{
   top: 1.5rem;
  }
  .service_flow ul li .last-txt{
    padding-top: 5rem !important;
  }
.sp-flow_line::before{
content: "";
        display: block;
        border-left: solid 3px #aaaaaa;
        height: calc(100% * 6 + 10rem * 4);
        width: 3rem;
        position: absolute;
        left: -12.5rem;
        top: 6rem;
    }
    .sp-flow_line::after{
      /* width: 0;
      height: 0;
      border-style: solid;
      border-color: #aaaaaa transparent transparent transparent;
      border-width: 12px 8.5px 0px 8.5px;
      content: "";
          left: -13.8rem;
        position: absolute;
        bottom: -187rem; */

    }
    .service_flow ul::after{
      transform: rotate(90deg);
        left: -.5rem;
        bottom: -11rem;
    }
    }


  @media screen and (max-width:769px) {
    .box--cont--outside--cont .bg-white{
         padding: 1rem 3rem;
    line-height: 3;
    }
    .VacuumContainer--merit .box--cont--user--list li{
      width: 18rem;
    padding: 1rem 0;
    }
.intro-case--cont--detail li dl dt{
  padding: 3rem 11rem !important;
}

    .problem--cont{
          flex-direction: column;
          gap: 5rem !important;
    }
    .problem--cont--fig{
      width: 100% !important;
          margin-top: 3rem;
    }

    .problem--cont--txt{
      margin-left: 0rem !important;
    }
    .problem--cont--txt--under{
      flex-direction: column;

    }
    .problem--cont--txt--under ul li{
      padding: .4rem 0 .4rem 12rem;
    }
    .problem--cont--txt--under ul li::before{
          left: 4rem;
    top: 1.5rem;
        width: 5rem;
    }
    .top-en-subtitle{
    letter-spacing: 0px;
    }
    .zerotrust--cont2 .zerotrust--cont--above{
          flex-direction: column;
}
    .zerotrust--cont2 .zerotrust--cont--above--txt{
      width:100%;
    }
    .solution--cont--fig{
      margin-top: 80rem;
    }
    .solution--cont--fig--p{
    top: -80rem;
    width: 100%;
    }
    .sp-image.center{
          margin: 6rem auto;
    }
    .problem--cont--txt{
      width: 100% !important;
    }
    .solution--cont--fig--p-ttl{
      font-size: 100% !important;
    }
    .normal-txt{
      font-size: 95% !important;
    }
    .solution--cont--compare{
          flex-direction: column;
          gap: 10.5rem;
    }
    .solution--cont--compare--list{
          width: 100%;
          padding: 0 !important;
    }
    .solution--cont--compare--list:nth-child(2){
      padding:0 !important;
    }
    .solution--cont--compare--list:nth-child(1){
      border-right:none;
        border-bottom: dotted 1px #00accc;
        padding-bottom: 11.5rem !important;

    }
    .solution--cont--compare--list:nth-child(1)::before{
      top: auto;
    right: auto;
    bottom: -6rem;
    left: 9rem;
    transform: rotate(90deg);
    }
    .solution--cont--compare--list:nth-child(1)::after{
      top: auto;
    right: 10rem;
    bottom: -7rem;
    }
    .solution--cont--compare--list figure p{
          margin-left: 11rem !important;
    }
    .problem--cont--txt--bglist li h3,.problem--cont--txt--bglist li p{
      font-size: 100% !important;
    }
    .solution--cont--compare--list figure p::before{
          top: 10%;
    left: -25%;
    background-size: cover;
    width: 20%;
    aspect-ratio: 1;
    }
    .solution--cont--compare--list figure .icon_possible::before{
    height:auto;
    aspect-ratio: 1;
    top: 10%;
    left: -25%;
    width: 20%;
}
.solution--cont--compare .local-disk-drive,.solution--cont--compare--list figure{
      height: 100% !important;
}
.VacuumContainer--merit--cont--fig02{

    flex-direction: column;
}
.VacuumContainer--merit--cont--fig02 img{
    width: 100%;
}
.VacuumContainer--merit--cont--fig02--list{
      width: 100% !important;
}
.VacuumContainer--merit--cont--fig02--ttl{
  line-height: 1.6 !important;
  text-align: center !important;
    margin-bottom: 3rem;
}
.intro-case--cont--detail li dl{
  flex-direction: column;
      flex-direction: column;
    width: 100% !important;
}

    }


@media screen and (max-width:1300px) {
.VacuumContainer--merit--cont--box{
      width: 100%;
      margin: 3rem 0 6rem 0 !important;
}
.VacuumContainer--merit--cont--fig{
  background: none;
}
.VacuumContainer--merit--cont--fig::before{
  content:none;
}
.VacuumContainer--merit--cont--fig::after{
  content: none;
}
.VacuumContainer--merit--cont--fig .add-txt{
        top: 20rem;
        width: 47rem;
        left: 0;
        right: 0;
        margin: 11rem auto 0;
        position: initial;
}
.VacuumContainer--merit--cont--fig .add-txt::before{
width: 6rem;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 122px;
}
.VacuumContainer--merit--cont--fig img{
margin: 0 auto;
    display: block;
}

.only-pc_w1300{
  display: none !important;
}
.VacuumContainer--merit .box--cont--user--list li{
      line-height: 1.4;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box--cont--outside--cont{
  text-align: center;
}
.box--cont--outside--cont .font-small{
  margin:0 !important;
}

}
/*依頼分ＣＳＳ*/
    .intro-problem--cont+.intro-problem--cont {
      padding-top: 70px;
      margin-top: 70px;
      border-top: 1px solid #f3f3f3;
    }

    #home section .intro-problem--cont>h3 {
      font-weight: bold;
      text-align: center;
      font-size: 3.8rem;
    }

    .intro-problem--challenges {
      display: flex;
      flex-wrap: wrap;
      gap: 40px;
      margin: 60px auto 0;
      max-width: 1100px;
    }

    .intro-problem--challenges-item {
      border-radius: 20px;
      background-color: rgb(255, 255, 255);
      box-shadow: 0px 0px 9.6px 0.4px rgba(51, 51, 51, 0.08);
      width: calc((100% - 40px)/ 2);
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 20px;
    }

    .intro-problem--challenges-item+.intro-problem--challenges-item {
      position: relative;
    }

    .intro-problem--challenges-item+.intro-problem--challenges-item::before {
      position: absolute;
      content: "";
      width: 40px;
      background-image: url(../img/home/intro-problem--challenges.png);
      background-position: center;
      background-repeat: no-repeat;
      height: 100%;
      left: -40px;

    }

    #home section .intro-problem--challenges-item {
      font-size: 1.8rem;
      font-weight: 500;
    }

    #home section .intro-problem--challenges-num {
      font-size: 3rem;
      color: #43BAD0;
      font-family: "Poppins";
      margin-right: 2rem;
      line-height: 1;
    }

    .intro-problem--challenges-item ul li {
      display: flex;
      align-items: center;
    }

    .intro-problem--challenges-item ul li+li {
      margin-top: 10px;
    }

    .intro-problem--terms {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      max-width: 1100px;
      margin: 40px auto 0;
    }

    .intro-problem--terms li {
      width: calc((100% - 20px) / 2);
    }

    .intro-problem--terms-item {
      display: flex;
      flex-wrap: wrap;
      height: 100%;
      gap: 30px;
      position: relative;
      border-radius: 20px;
      padding: 40px;
      background-color: rgb(255, 255, 255);
      box-shadow: 0px 0px 9.6px 0.4px rgba(51, 51, 51, 0.08);
    }



    #home section .intro-problem--terms-item-num {
      font-size: 1.8rem;
      position: absolute;
      color: #00accc;
      top: 10px;
      left: 18px;
      font-family: "Poppins";
    }

    .intro-problem--terms-item-img {
      width: 16%;
      text-align: center;
      padding-top: 25px;
    }

    .intro-problem--terms-item-txt {
      width: calc(100% - 16% - 30px);
    }

    #home section .intro-problem--terms-item-ttl {
      font-size: 2.4rem;
      color: #00accc;
      line-height: 1.375;
      font-weight: bold;
      margin-bottom: 10px;
    }

    .intro-problem--terms-item-dtl {
      color: rgb(14, 5, 11);
      line-height: 1.625;
    }

    .intro-problem--satisfies {
      background: #f1f6f6;
      border-radius: 20px;
      padding: 50px;
      margin-top: 35px;
    }

    .intro-problem--satisfies-flex {
      display: flex;
      align-items: center;
      gap: 50px;
      max-width: 1050px;
      margin: 0 auto;
      flex-wrap: wrap;
    }

    .intro-problem--satisfies-flex .intro-problem--satisfies-img {
      width: 253px;
      text-align: center;
    }


    .intro-problem--satisfies-flex .intro-problem--satisfies-txt {
      width: calc(100% - 253px - 50px);
    }

    #home section .intro-problem--satisfies-txt {
      font-size: 1.8rem;
      line-height: 1.778;
    }

    #home section .intro-problem--satisfies-txt h4 {
      font-size: 2.4rem;
      font-weight: 500;
    }

    .password-function {
      background: #f3f3f3;
      margin-top: 40px;
    }

    #home section .password-function--header {
      color: #fff;
      text-align: center;
      background-color: #353535;
      padding: 6px;
      font-size: 2rem;
      line-height: 1.5;
      background-image: url(../img/home/title_band_black.jpg);
      background-size: 100%;
      background-position: center;
    }

    #home section .password-function--header span {
      font-size: 3.2rem;
    }

    .password-function--conts {
      padding: 55px 75px;
    }

    .password-function--conts-flex {
      display: flex;
      flex-wrap: wrap;
      gap: 50px;
    }

    .password-function--conts-img {
      width: 40%;
    }

    .password-function--conts-txt {
      width: calc(100% - 40% - 50px);
    }

    #home section .password-function--conts-txt span {
      font-weight: bold;
      font-size: 2rem;
      margin-bottom: 1rem;
      display: block;
    }

    .password-function--conts-txt p {
      line-height: 1.75;
    }

    .password-function--conts-resolved {
      display: flex;
      margin-top: 3.5rem;
      flex-wrap: wrap;
      gap: 20px;
    }

    .password-function--conts-resolved-img {
      width: 128px;
    }

    .password-function--conts-resolved-txt {
      width: calc(100% - 128px - 20px);
      padding-top: 10px;
    }

    #home section .password-function--conts-resolved-txt span {
      font-size: 2rem;
      color: #00accc;
      font-weight: bold;
    }

    @media (max-width: 768px) {
      .intro-problem--challenges-item {
        width: 100%;
      }

      #home section .intro-problem--challenges-item {
        font-size: 110%;
      }

      #home section .intro-problem--challenges-num {
        font-size: 130%;
      }

      .intro-problem--challenges-item+.intro-problem--challenges-item::before {
        left: 0;
        width: 100%;
        height: 40px;
        top: -40px;
      }

      .intro-problem--satisfies-flex .intro-problem--satisfies-img {
        width: 100%;
        max-width: 200px;
        margin: 0 auto;
      }

      .intro-problem--satisfies-flex .intro-problem--satisfies-txt {
        width: 100%;
      }

      #home section .intro-problem--satisfies-txt {
        font-size: 100%;
      }

      .intro-problem--satisfies {
        padding: 30px;
      }

      .intro-problem--terms li {
        width: 100%;
      }

      #home section .intro-problem--terms-item-num {
        font-size: 120%;
      }

      #home section .intro-problem--terms-item-ttl {
        font-size: 18px;
      }

      .intro-problem--terms-item-img {
        width: 100%;
        padding: 0;
      }

      .intro-problem--terms-item-txt {
        width: 100%;
      }

      .intro-problem--terms-item-ttl {
        text-align: center;
      }

      .intro-problem--terms-item {
        padding: 30px;
      }

      .intro-problem--satisfies-flex {
        gap: 20px;
      }

      #home section .intro-problem--satisfies-txt h4 {
        font-size: 100%;
        text-align: center;
      }

      .password-function--conts {
        padding: 20px;
      }

      .password-function--conts-img {
        width: 100%;
      }
      .password-function--conts-img img{
           margin: 0 auto;
          display: block;
      }

      .password-function--conts-txt {
        width: 100%;
      }

      #home section .password-function--conts-txt span {
        font-size: 120%;
      }

      .password-function--conts-resolved-img {
        width: 100%;
        text-align: center;
      }

      .password-function--conts-resolved-txt {
        width: 100%;
      }

      #home section .password-function--conts-resolved-txt span {
        font-size: 120%;
      }

      #home section .password-function--header {
        font-size: 100%;
      }

      #home section .password-function--header span {
        font-size: 120%;
        display: block;
      }

    }
@media screen and (min-width:770px) and (max-width:1000px){
.service_flow ul li::before{
          top: -1rem;
}
.service_flow ul li .between-txt.width-line::before{
  width: 19rem;
        left: -18rem;
        top: 1.5rem;
}
.service_flow ul li .last-txt::before{
          top: 2.6rem;
          left: -18rem;
}
.sp-flow_line::before{
      height: calc(100% * 6 + 11rem * 4);
}
.service_flow ul::after{
          left: 11rem;
        bottom: -15rem;
}
}
.btn_to-price{
      display: flex;
    justify-content: center;
        margin-top: 6rem;
}
.btn_to-price a{
        display: flex;
    align-items: center;
    color: #00aadc;
    text-decoration: none;
    background: #fff;
    padding: 1.5rem 5rem;
    border-radius: 6rem;
    border: solid 1px;
    transition: all 0.2s ease;

}
.btn_to-price a:hover{
  background: #00aadc;
  color: #fff;
}
@media screen and (max-width:1000px) {
.btn_to-price{
        margin-top: 18rem;
}
}

/*グロナビ修正*/
@media screen and (min-width:769px) and (max-width:1480px) {


.header-nav-flex{
  gap:3rem;
}
.header-global-nav{
    gap:2rem;
}
.header-global-nav__item a{
  white-space: nowrap;
}
}
