@charset "UTF-8";

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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6875;
  color: #333333;
  background-color: #f2f2f2;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.en {
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.1em;
}

.js-animation {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.js-animation.is-show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

@-webkit-keyframes show {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes show {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.l-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: #FFFFFF;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.l-header__inner {
  max-width: 1200px;
  width: 94%;
  margin: auto;
  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: 1.9rem 0;
}

.l-header__logo {
  width: 300px;
  line-height: 1;
}

.l-header__logo .menu-closed {
  display: block;
}

.l-header__logo .menu-opened {
  display: none;
}

.l-header__logo2 {
  width: 211px;
  margin-left: 2.2rem;
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  line-height: 1;
}

.l-header__logo2 .menu-closed {
  display: block;
}

.l-header__logo2 .menu-opened {
  display: none;
}

.l-header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-header__menuButton {
  width: 40px;
  height: 24px;
  font-size: 0;
  position: relative;
}

.l-header__menuButton span {
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #707070;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.l-header__menuButton span:nth-child(1) {
  top: 0;
}

.l-header__menuButton span:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}

.l-header__menuButton span:nth-child(3) {
  bottom: 0;
}

.l-header__nav {
  width: 100%;
  position: fixed;
  top: 83px;
  left: 0;
  display: none;
}

.l-header__nav__menuList {
  text-align: right;
  font-size: 2.4rem;
  font-weight: 700;
  background: #0066b5;
  padding: 18px 0;
}

.l-header__nav__menuList li {
  max-width: 1200px;
  width: 94%;
  margin: auto;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.l-header__nav__menuList a {
  display: block;
  padding: 12px 34px 12px 0;
  color: #FFFFFF;
  position: relative;
}

.l-header__nav__menuList a::after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-opened .l-header {
  background: #0066b5;
}

.menu-opened .l-header__logo .menu-closed {
  display: none;
}

.menu-opened .l-header__logo .menu-opened {
  display: block;
}

.menu-opened .l-header__logo2 .menu-closed {
  display: none;
}

.menu-opened .l-header__logo2 .menu-opened {
  display: block;
}

.menu-opened .l-header__menuButton span {
  margin: auto;
  background-color: #FFFFFF;
}

.menu-opened .l-header__menuButton span:nth-child(1) {
  bottom: 0;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.menu-opened .l-header__menuButton span:nth-child(2) {
  opacity: 0;
}

.menu-opened .l-header__menuButton span:nth-child(3) {
  top: 0;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.menu-opened .l-header__nav {
  display: block;
  -webkit-animation: show 0.3s linear 0s;
  animation: show 0.3s linear 0s;
}

.l-footer {
  margin-top: auto;
  background: #333333;
  color: #FFFFFF;
  line-height: 1;
}

.l-footer__solution {
  padding: 1.9rem 0;
  border-bottom: 3px solid #FFFFFF;
}

.l-footer__solution img {
  width: 300px;
}

.l-footer .arrow {
  width: 26px;
  height: 26px;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

.l-footer .arrow img {
  display: block;
}

.l-footer .inner {
  max-width: 1080px;
  margin: 0 auto;
}

.l-footer .ft_logoArea {
  background: #FFFFFF;
}

.l-contents {
  padding-top: 83px;
  overflow: hidden;
}

.l-inner {
  max-width: 1080px;
  width: 90%;
  margin: auto;
  position: relative;
}

.u-bg-lightblue {
  background-color: #6fbbe3;
}

.u-bg-blue {
  background-color: #0066b5;
}

.p-home {
  background: linear-gradient(150deg, #ABEBF0, #F2F2F2 30%, #F2F2F2);
}

.p-home__mainVisual {
  position: relative;
}

.p-home__mainVisual__front {
  position: relative;
  z-index: 2;
}

.p-home__mainVisual__front img {
  width: 100%;
  height: auto;
}

.p-home__mainVisual__bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.p-home__mainVisual__bg img {
  width: 100%;
}

.p-home__mainVisual__balloon {
  position: absolute;
  z-index: 3;
  width: 17%;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.p-home__mainVisual__balloon.--simulator {
  top: 49.7%;
  left: 13.2%;
}

.p-home__mainVisual__balloon.--isolation {
  top: 49.3%;
  left: 70%;
}

.p-home__mainVisual__balloon.--joint {
  top: 66.4%;
  left: 58.5%;
}

.p-home__mainVisual__balloon img {
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.p-home__mainVisual__inner {
  position: absolute;
  top: 7.7rem;
  right: 0;
  left: 0;
  z-index: 4;
  text-align: left;
}

.p-home__mainVisual__head {
  width: 358px;
  margin: 0 0 2.9rem;
}

.p-home__mainVisual__text {
  width: 342px;
  margin: 0;
}

.p-home__lead {
  text-align: center;
  color: #0066b5;
  padding: 3.4rem 0 3.6rem;
  background: #FFFFFF;
}

.p-home__lead__text {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1.7em;
}

.p-home__lead__image {
  width: 672px;
  margin: 4.9rem auto 0;
}

.p-home__contents__head2 {
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}

.p-home__contents__head2 span {
  font-size: 2.8rem;
  margin-bottom: 1em;
  display: block;
}

.p-home__contents__head3 {
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding: 0 0 0.3rem;
}

.p-home__contents__head3 span {
  padding: 0 0.5em;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(48%, transparent), color-stop(48%, #fff500), to(#fff500));
  background: linear-gradient(to bottom, transparent 0%, transparent 48%, #fff500 48%, #fff500 100%);
}

.p-home__contents__mainVisual {
  height: 403px;
  margin: 8.2rem 0 7.2rem;
}

.p-home__contents__mainVisual__inner {
  position: relative;
}

.p-home__contents__mainVisual__number {
  width: 270px;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-38%);
  transform: translateY(-38%);
}

.p-home__contents__slashBox {
  font-size: 2.1rem;
  line-height: 1.5;
  position: relative;
}

.p-home__contents__slashBox::before {
  content: "";
  display: block;
  position: absolute;
}

.p-home__contents__slashBox.--probrem {
  padding: 4.4rem 0 0 28rem;
}

.p-home__contents__slashBox.--probrem::before {
  width: 33.2rem;
  height: 9.8rem;
  background: url("../img/home/slash_probrem.png") no-repeat center/cover;
  top: 0;
  left: 0;
}

.p-home__contents__slashBox.--solution {
  padding: 0 28rem 7.3rem 0;
  margin: 4.8rem 0 4rem;
}

.p-home__contents__slashBox.--solution::before {
  width: 40.2rem;
  height: 11.5rem;
  background: url("../img/home/slash_solution.png") no-repeat center/cover;
  right: 1.3rem;
  bottom: 0;
}

.p-home__contents__arrow {
  width: 40px;
  height: 35px;
  margin: 4.2rem auto;
  position: relative;
}

.p-home__contents__arrow::before,
.p-home__contents__arrow::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  border-width: 37px 20px 0 20px;
  border-style: solid;
}

.p-home__contents__arrow::before {
  border-color: #333333 transparent transparent;
}

.p-home__contents__arrow::after {
  border-color: #f2f2f2 transparent transparent;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}

.p-home__contents__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-home__contents__list li {
  width: 22.2%;
}

.p-home__contents__list.--col3 {
  max-width: 800px;
  width: 80%;
  margin: 0 auto;
}

.p-home__contents__list.--col3 li {
  width: 30%;
}

.p-home__contents__button a {
  display: block;
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  position: relative;
  padding: 1.9rem 0;
  background: #FFFFFF;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.p-home__contents__button a::after {
  content: "";
  width: 1.3rem;
  height: 1.3rem;
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.p-home__contents__button__image {
  position: absolute;
}

.p-home__isolation {
  padding: 10.3rem 0 10rem;
}

.p-home__isolation__mainVisual {
  background: url("../img/home/isolation_mv.jpg") no-repeat center/cover;
}

.p-home__isolation__mainVisual__number {
  right: 0;
}

.p-home__isolation__button {
  margin-top: 10.4rem;
}

.p-home__isolation__button a {
  padding-left: 42rem;
  padding-right: 11.5rem;
}

.p-home__isolation__button a::after {
  right: 9.2rem;
}

.p-home__isolation__button__image {
  width: 20.4rem;
  bottom: 0;
  left: 12.4rem;
}

.p-home__joint {
  padding: 10rem 0;
}

.p-home__joint__mainVisual {
  background: url("../img/home/joint_mv.jpg") no-repeat center/cover;
}

.p-home__joint__mainVisual__number {
  left: 0;
}

.p-home__joint__button {
  margin-top: 8.4rem;
}

.p-home__joint__button a {
  padding-left: 4rem;
  padding-right: 51.8rem;
}

.p-home__joint__button a::after {
  right: 49.8rem;
}

.p-home__joint__button__image {
  width: 15.5rem;
  top: 0.8rem;
  right: 13.3rem;
}

.p-home__simulator {
  padding: 10.3rem 0 15.5rem;
}

.p-home__simulator__mainVisual {
  background: url("../img/home/simulator_mv.jpg") no-repeat center/cover;
}

.p-home__simulator__mainVisual__number {
  right: 0;
}

.p-home__simulator__button {
  margin-top: 10.4rem;
}

.p-home__simulator__button a {
  padding-left: 42rem;
  padding-right: 11.5rem;
}

.p-home__simulator__button a::after {
  right: 9.2rem;
}

.p-home__simulator__button__image {
  width: 28.6rem;
  bottom: 0;
  left: 6.1rem;
}

.p-products__mainVisual {
  color: #FFFFFF;
  height: 403px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.p-products__mainVisual.--simulator {
  background-image: url("../img/3d_simulator/mv_bg.jpg");
}

.p-products__mainVisual.--isolation {
  background-image: url("../img/isolation/mv_bg.jpg");
}

.p-products__mainVisual.--joint {
  background-image: url("../img/joint/mv_bg.jpg");
}

.p-products__mainVisual__inner {
  height: 100%;
}

.p-products__mainVisual__number {
  width: 419px;
  position: absolute;
  top: 8px;
  right: -5px;
}

.p-products__mainVisual__head {
  position: absolute;
  bottom: 25px;
  left: 0;
  font-size: 3.6rem;
  font-weight: 700;
}

.p-products__mainVisual__head__sub {
  display: block;
  margin-bottom: 10px;
  font-size: 2.8rem;
}

.p-products__lead {
  text-align: center;
  color: #0066b5;
  padding: 56px 0 150px;
}

.p-products__lead__head {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 50px;
}

.p-products__lead__text {
  font-size: 18px;
  line-height: 1.75;
  margin-bottom: 86px;
}

.p-products__lead__markerText {
  font-size: 28px;
  font-weight: 700;
  color: #333333;
}

.p-products__lead__markerText span {
  padding: 0 1em;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(48%, transparent), color-stop(48%, #fff500), to(#fff500));
  background: linear-gradient(to bottom, transparent 0%, transparent 48%, #fff500 48%, #fff500 100%);
}

.p-products__contents {
  padding-bottom: 162px;
}

.p-products__contents__inner {
  padding-top: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-products__contents__head {
  width: 568px;
  position: absolute;
  top: 0;
  right: 0;
  left: 120px;
  margin: auto;
  z-index: 1;
}

.p-products__contents__image {
  width: 44.4%;
}

.p-products__contents__textBox {
  width: 55.6%;
  padding-top: 120px;
  padding-left: 5.6%;
}

.p-products__contents__text {
  font-size: 1.8rem;
  line-height: 1.75;
}

.p-products__contents__pointBox {
  margin-top: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #FFFFFF;
  font-weight: 700;
}

.p-products__contents__pointBox__point {
  width: 96px;
  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;
}

.p-products__contents__pointBox__text {
  width: calc(100% - 110px);
  padding: 13px 10px;
  font-size: 1.4rem;
}

.p-products__contents__button {
  width: 100%;
  margin-top: 50px;
}

.p-products__contents__button a {
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
  border-radius: 20px;
  padding: 20px 0 20px;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.p-products__development__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-products__development__image {
  width: 50%;
  padding-right: 4.7%;
  position: relative;
}

.p-products__development__head {
  width: 652px;
  position: absolute;
  top: -6px;
  left: 74.6%;
}

.p-products__development__textBox {
  width: calc(50% - (100% - 1080px) / 2);
  margin-right: calc((100% - 1080px) / 2);
  padding-top: 123px;
  font-size: 1.4rem;
  line-height: 2.25;
}

.p-products__development__textBox__name {
  border-top: 1px solid #333333;
  padding-top: 10px;
  margin-top: 14px;
}

.p-products__contact {
  margin-top: 192px;
}

.p-products__contact__button a {
  display: block;
  background: #0066b5;
  font-size: 2.4rem;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
  border-radius: 20px;
  padding: 23px 0 17px;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.p-products__contact__button span {
  display: block;
  margin-bottom: 8px;
}

.p-products__contact__button img {
  width: 253px;
}

.p-products__contact__text {
  margin-top: 100px;
  text-align: center;
  font-size: 1.4rem;
}

.p-products__faq {
  padding: 163px 0 100px;
}

.p-products__faq__head {
  width: 63px;
  margin: 0 auto 47px;
}

.p-products__faq__box {
  position: relative;
  margin-bottom: 28px;
  padding-right: 120px;
  font-size: 1.4rem;
  line-height: 2.2;
}

.p-products__faq__box__inner {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.p-products__faq__box__answer {
  display: none;
}

.p-products__faq__box__button {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  border: 2px solid #707070;
  background-color: #FFFFFF;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.p-products__faq__box__button:hover {
  opacity: 0.8;
}

.p-products__faq__box__button::before,
.p-products__faq__box__button::after {
  content: "";
  width: 60%;
  height: 3px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #707070;
}

.p-products__faq__box__button::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.p-products__faq__box.is-opened .p-products__faq__box__inner {
  padding: 15px;
  background-color: #FFFFFF;
  border: 1px solid #707070;
}

.p-products__faq__box.is-opened .p-products__faq__box__answer {
  display: block;
}

.p-products__faq__box.is-opened .p-products__faq__box__button::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.youtube iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}


@media screen and (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
  }

  .pc-view {
    display: none;
  }

  .l-header__inner {
    width: 90%;
    padding: 1rem 0;
  }

  .l-header__logo {
    width: 15rem;
  }

  .l-header__logo2 {
    width: 10.6rem;
    margin-left: 1.1rem;
    -webkit-transform: translateY(0.2rem);
    transform: translateY(0.2rem);
  }

  .l-header__menuButton {
    width: 2rem;
    height: 1.2rem;
  }

  .l-header__menuButton span {
    height: 1px;
  }

  .l-header__nav {
    top: 4.2rem;
  }

  .l-header__nav__menuList {
    font-size: 1.2rem;
    padding: 1rem 0;
  }

  .l-header__nav__menuList a {
    padding: 1.2rem 1.7rem 1.2rem 0;
  }

  .l-header__nav__menuList a::after {
    width: 0.7rem;
    height: 0.7rem;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    right: 0.8rem;
  }

  .l-footer__solution {
    border-bottom: 1px solid #FFFFFF;
  }

  .l-footer__solution img {
    width: 44.5%;
  }

  .l-footer .inner {
    width: 90%;
    margin: 0 auto;
  }

  footer {
    width: 100%;
    font-size: 3.6vw;
  }

  /*more_w_Btn*/
  .more_w_btn {
    border-radius: 25px;
    background-color: #fff;
  }

  .more_w_btn a {
    color: #222;
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px 20px;
    font-size: 0.8em;
    position: relative;
    text-decoration: none;
  }

  .more_w_btn a:hover {
    text-decoration: none;
  }

  .more_w_btn a span {
    display: block;
    line-height: 1;
    vertical-align: middle;
  }

  .more_w_btn a i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 18px;
  }

  .ft_btm {
    width: 100%;
    background-color: #333333;
    padding: 90px 0 45px;
    color: #fff;
  }

  .ft_btm .logoArea {
    margin-bottom: 50px;
  }

  .ft_btm .ft_logo_l {
    display: block;
    max-width: 320px;
    width: 65%;
  }

  .ft_btm .ft_logo_r {
    display: none;
  }

  .ft_btm .sitemap {
    width: 100%;
  }

  .ft_btm .sitemap .link_rep {
    font-size: 3.8vw;
    padding: 20px 0;
    border-top: solid 1px #747679;
  }

  .ft_btm .sitemap .link_rep_last {
    border-bottom: solid 1px #747679;
  }

  .ft_btm .sitemap .link_rep .arrow {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
  }

  .ft_btm .sitemap .link_box .link_list {
    display: none;
  }

  .ft_btm .sitemap .link_box .link_list li {
    margin-bottom: 20px;
  }

  .ft_btm .sitemap .link_box .link_list li a i {
    display: inline-block;
    margin-right: 5px;
  }

  .ft_btm .sitemap .link_box .jigyo_list {
    display: block;
  }

  .ft_btm .sitemap .link_box .jigyo_list li {
    margin-right: 30px;
    margin-bottom: 20px;
  }

  .ft_btm .sitemap .link_box .jigyo_list li ul {
    display: none;
  }

  .ft_btm .sitemap .link_box .jigyo_list li ul li {
    margin-right: 0;
    font-size: 3.8vw;
  }

  .ft_btm .sitemap .link_box .langArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .ft_btm .sitemap .link_box .langArea .link_rep_lang {
    border: none;
    margin-right: 15px;
    font-size: 3.6vw;
  }

  .ft_btm .sitemap .link_box .langArea ul li {
    display: inline-block;
  }

  .ft_btm .sitemap .link_box .langArea ul li:first-child::after {
    content: "/";
    display: inline-block;
    margin: auto 5px;
    color: #fff;
  }

  .ft_logoArea .logoArea {
    padding: 15px 0;
    color: #333333;
  }

  .ft_logoArea .ft_logo_r {
    display: block;
    width: 60%;
    max-width: 210px;
    margin: 0 auto;
  }

  .ft_logoArea .copyright {
    font-size: 2.8vw;
    display: block;
    margin-top: 20px;
    text-align: center;
  }

  .l-contents {
    padding-top: 4.2rem;
  }

  .p-home {
    background: linear-gradient(150deg, #ABEBF0, #F2F2F2 20%, #F2F2F2);
  }

  .p-home__mainVisual {
    padding-top: 10.1rem;
  }

  .p-home__mainVisual__bg {
    top: 10.1rem;
  }

  .p-home__mainVisual__inner {
    top: 1.7rem;
  }

  .p-home__mainVisual__head {
    width: 96.8%;
    margin: 0 0 1.7rem;
  }

  .p-home__mainVisual__text {
    width: 99.6%;
  }

  .p-home__lead {
    padding: 4.1rem 0 5.1rem;
  }

  .p-home__lead__text {
    font-size: 1.4rem;
    margin-bottom: 2em;
  }

  .p-home__lead__image {
    width: 100%;
    margin: 5.4rem auto 0;
  }

  .p-home__contents__head2 {
    font-size: 1.8rem;
    text-align: left;
  }

  .p-home__contents__head2 span {
    font-size: 1.4rem;
  }

  .p-home__contents__head3 {
    font-size: 1.8rem;
    line-height: 2;
  }

  .p-home__contents__mainVisual {
    height: 28rem;
    margin: 4.6rem 0 4.8rem;
  }

  .p-home__contents__mainVisual__number {
    width: 12.9rem;
    -webkit-transform: translateY(-47%);
    transform: translateY(-47%);
  }

  .p-home__contents__slashBox {
    font-size: 1.4rem;
    line-height: 1.7;
    text-align: justify;
  }

  .p-home__contents__slashBox.--probrem {
    padding: 4.4rem 0 0 10rem;
  }

  .p-home__contents__slashBox.--probrem::before {
    width: 16.5rem;
    height: 4.9rem;
  }

  .p-home__contents__slashBox.--solution {
    padding: 0 10.2rem 5.6rem 0;
    margin: 3.2rem 0 4.3rem;
  }

  .p-home__contents__slashBox.--solution::before {
    width: 20.1rem;
    height: 5.7rem;
    right: 0.6rem;
  }

  .p-home__contents__arrow {
    width: 2rem;
    height: 1.75rem;
    margin: 2.2rem auto 2.1rem;
  }

  .p-home__contents__arrow::before,
  .p-home__contents__arrow::after {
    border-width: 1.85rem 1rem 0 1rem;
  }

  .p-home__contents__list {
    width: 77%;
    margin: auto;
  }

  .p-home__contents__list li {
    width: 46%;
  }

  .p-home__contents__list li:nth-child(n+3) {
    margin-top: 2.5rem;
  }

  .p-home__contents__list.--col3 li {
    width: 46%;
  }

  .p-home__contents__list.--col3 li:nth-child(3) {
    margin: 2.5rem auto 0;
  }

  .p-home__contents__button a {
    font-size: 1.2rem;
    text-align: left;
    padding: 1.4rem 0;
  }

  .p-home__contents__button a::after {
    width: 0.6rem;
    height: 0.6rem;
  }

  .p-home__isolation {
    padding: 5rem 0 5rem;
  }

  .p-home__isolation__mainVisual__number {
    right: -1rem;
  }

  .p-home__isolation__button {
    margin-top: 5.1rem;
  }

  .p-home__isolation__button a {
    padding-left: 16.9rem;
    padding-right: 3.5rem;
  }

  .p-home__isolation__button a::after {
    right: 2.2rem;
  }

  .p-home__isolation__button__image {
    width: 12.4rem;
    left: 1.8rem;
  }

  .p-home__joint {
    padding: 5rem 0;
  }

  .p-home__joint__mainVisual__number {
    left: auto;
    right: -1rem;
  }

  .p-home__joint__button {
    margin-top: 4.2rem;
  }

  .p-home__joint__button a {
    padding-left: 2rem;
    padding-right: 16.8rem;
  }

  .p-home__joint__button a::after {
    right: 15.7rem;
  }

  .p-home__joint__button__image {
    width: 12.4rem;
    top: 1.2rem;
    right: 1.3rem;
  }

  .p-home__simulator {
    padding: 5rem 0;
  }

  .p-home__simulator__mainVisual {
    background-position: right center;
  }

  .p-home__simulator__button {
    margin-top: 5.1rem;
  }

  .p-home__simulator__button a {
    padding-left: 16.9rem;
    padding-right: 3.5rem;
  }

  .p-home__simulator__button a::after {
    right: 2.2rem;
  }

  .p-home__simulator__button__image {
    width: 15.4rem;
    left: 0.8rem;
  }

  .p-products__mainVisual {
    height: 25.3rem;
  }

  .p-products__mainVisual__number {
    width: 20.9rem;
    top: 1.3rem;
    right: -0.1rem;
  }

  .p-products__mainVisual__head {
    bottom: 1.7rem;
    font-size: 1.8rem;
  }

  .p-products__mainVisual__head__sub {
    margin-bottom: 0.5rem;
    font-size: 1.4rem;
  }

  .p-products__lead {
    text-align: left;
    padding: 2.8rem 0 7rem;
  }

  .p-products__lead__head {
    font-size: 1.8rem;
    line-height: 2;
    margin-bottom: 2.2rem;
  }

  .p-products__lead__text {
    font-size: 1.4rem;
    margin-bottom: 6.1rem;
  }

  .p-products__lead__markerText {
    font-size: 1.8rem;
    line-height: 2;
    text-align: center;
  }

  .p-products__lead__markerText span {
    padding: 0;
  }

  .p-products__contents {
    padding-bottom: 7.5rem;
  }

  .p-products__contents__inner {
    padding-top: 0;
  }

  .p-products__contents__head {
    width: 84%;
    margin: auto;
    position: static;
  }

  .p-products__contents__image {
    width: 100%;
    margin: 3rem 0 0;
  }

  .p-products__contents__textBox {
    width: 100%;
    padding-top: 2.4rem;
    padding-left: 0;
  }

  .p-products__contents__text {
    font-size: 1.4rem;
  }

  .p-products__contents__pointBox {
    margin-top: 2.5rem;
  }

  .p-products__contents__pointBox__point {
    width: 29%;
  }

  .p-products__contents__pointBox__text {
    width: 64.8%;
    padding: 0.7rem 1rem;
    font-size: 1.2rem;
  }

  .p-products__contents__button {
    margin-top: 2.5rem;
  }

  .p-products__contents__button a {
    font-size: 1.2rem;
    border-radius: 1rem;
    padding: 1rem 0 1rem;
  }

  .p-products__development__image {
    width: 63%;
    height: 20rem;
    padding-right: 0;
    position: relative;
  }

  .p-products__development__image>img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right;
    object-position: right;
    border-radius: 0 1rem 1rem 0;
  }

  .p-products__development__head {
    width: 13.2rem;
    top: 11.8%;
    left: 90.6%;
  }

  .p-products__development__textBox {
    width: 90%;
    margin: auto;
    padding-top: 2.6rem;
    line-height: 1.75;
  }

  .p-products__development__textBox__name {
    font-size: 1.05rem;
    border-top: none;
    padding-top: 0.4rem;
    margin-top: 0;
  }

  .p-products__contact {
    margin-top: 7.2rem;
  }

  .p-products__contact__button a {
    font-size: 1.2rem;
    border-radius: 1rem;
    padding: 1.1rem 0 0.6rem;
  }

  .p-products__contact__button span {
    margin-bottom: 0.7rem;
  }

  .p-products__contact__button img {
    width: 37%;
  }

  .p-products__contact__text {
    margin-top: 5rem;
    text-align: left;
  }

  .p-products__faq {
    padding: 6.8rem 0 100px;
  }

  .p-products__faq__head {
    width: 3.2rem;
    margin: 0 auto 2.3rem;
  }

  .p-products__faq__box {
    padding-right: 17%;
    line-height: 1.75;
    margin-bottom: 3rem;
  }

  .p-products__faq__box__button {
    width: 3.9rem;
    height: 3.9rem;
    top: 0.5rem;
    border-width: 1px;
  }

  .p-products__faq__box__button::before,
  .p-products__faq__box__button::after {
    height: 2px;
  }

  .p-products__faq__box.is-opened .p-products__faq__box__inner {
    padding: 0.7rem 1.6rem;
  }
}

@media screen and (min-width: 769px) {
  .sp-view {
    display: none;
  }

  /*more_w_Btn*/
  .more_w_btn {
    border-radius: 25px;
    background-color: #fff;
  }

  .more_w_btn a {
    color: #222;
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px 20px;
    font-size: 0.8em;
    position: relative;
    text-decoration: none;
  }

  .more_w_btn a:hover {
    text-decoration: none;
    opacity: 0.7;
  }

  .more_w_btn a span {
    display: block;
    vertical-align: middle;
  }

  .more_w_btn a i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 18px;
  }

  .ft_btm {
    width: 100%;
    background-color: #333333;
    padding: 90px 0 45px;
    color: #fff;
  }

  .ft_btm .sitemap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }

  .ft_btm .sitemap .link_box {
    min-width: 120px;
  }

  .ft_btm .sitemap .link_rep {
    font-size: 1.1em;
    height: 40px;
    border-bottom: solid 1px #747679;
  }

  .ft_btm .sitemap .link_rep_last {
    border-bottom: none;
  }

  .ft_btm .sitemap .link_rep .arrow {
    display: inline-block;
    width: 20px;
    vertical-align: middle;
  }

  .ft_btm .sitemap .link_box .link_list {
    margin: 20px auto;
  }

  .ft_btm .sitemap .link_box .link_list li {
    margin-bottom: 20px;
  }

  .ft_btm .sitemap .link_box .link_list li a i {
    display: inline-block;
    margin-right: 5px;
  }

  .ft_btm .sitemap .link_box .jigyo_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .ft_btm .sitemap .link_box .jigyo_list li {
    margin-right: 30px;
    margin-bottom: 20px;
  }

  .ft_btm .sitemap .link_box .jigyo_list li ul {
    margin-left: 12px;
    margin-top: 20px;
  }

  .ft_btm .sitemap .link_box .jigyo_list li ul li {
    margin-right: 0;
    font-size: 0.9em;
  }

  .ft_btm .sitemap .link_box .jigyo_list li .engineers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .ft_btm .sitemap .link_box .jigyo_list li ul li a {
    text-decoration: underline;
  }

  .ft_btm .sitemap .link_box .jigyo_list li ul li a:hover {
    text-decoration: none;
  }

  .ft_btm .sitemap .link_box .langArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .ft_btm .sitemap .link_box .langArea .link_rep_lang {
    border: none;
  }

  .ft_btm .sitemap .link_box .langArea ul li {
    display: inline-block;
  }

  .ft_btm .sitemap .link_box .langArea ul li:first-child::after {
    content: "/";
    display: inline-block;
    margin: auto 5px;
    color: #fff;
  }

  .ft_logoArea .logoArea {
    padding: 15px 0;
    color: #333333;
  }

  .ft_logoArea .ft_logo_r {
    display: inline-block;
    width: 210px;
    vertical-align: middle;
  }

  .ft_logoArea .copyright {
    font-size: 0.8em;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
  }

  /**en_footer**/
  .en_ft_btm .sitemap .link_box {
    min-width: 150px;
    margin-right: 20px;
  }

  .en_ft_btm .sitemap .link_box:last-child {
    margin-right: 0;
  }

  .en_ft_btm .sitemap .link_box li a {
    position: relative;
  }

  .en_ft_btm .sitemap .link_box li a span {
    margin-left: 15px;
    display: inline-block;
  }

  .en_ft_btm .sitemap .link_box li a i {
    position: absolute;
    left: 0;
  }

  .p-home__mainVisual__balloon:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  .p-products__contents__inner.--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .p-products__contents__inner.--reverse .p-products__contents__head {
    left: 0;
    right: 120px;
  }

  .p-products__contents__inner.--reverse .p-products__contents__textBox {
    padding-left: 0;
    padding-right: 5.6%;
  }

  .p-products__contents__button a:hover {
    opacity: 0.8;
  }

  .p-products__contact__button a:hover {
    opacity: 0.8;
  }
}

@media screen and (min-width: 769px) and (max-width: 1280px) {
  .p-products__development__textBox {
    width: 45%;
    margin-right: 5%;
  }
}

/*本体サイト要素の調整*/

main {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  footer .footer-nav {
    padding: 4.5rem 0;
    font-family: "open sans", sans-serif;
  }

  footer .footer-nav .inner {
    padding: 0 2rem;
  }

  footer .footer-nav .inner a::before {
    width: 0.75rem;
    height: 0.75rem;
    border-right-width: 0.2rem;
    border-top-width: 0.2rem;
    right: 0.2rem;
    top: 0.6rem;
  }

  footer .footer-nav .inner .child {
    font-size: 1.4rem;
    padding: 0.5rem 0;
  }

  footer .footer-nav .inner .parent {
    font-size: 1.4rem;
    padding: 1.5rem 0;
    margin-bottom: 0.1rem;
  }

  footer .footer-nav .inner .parent+.parent {
    padding: 1.5rem 0;
  }

  footer .footer-nav .inner .col2 {
    padding-bottom: 1.4rem;
  }

  footer .footer-nav .inner .col2 .parent {
    padding-bottom: 1rem;
  }

  footer .copyright {
    padding: 2rem 0 3.5rem;
  }

  footer .copyright .inner {
    padding: 0 2rem;
  }

  footer .copyright .inner .logo {
    width: 12.2rem;
  }

  footer .copyright .inner small {
    margin-top: 0.5rem;
    font-size: 0.95rem;
  }
}

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