@charset "UTF-8";
/* line 6, ../../scss/common/_reset.scss */
html {
  overflow-y: scroll;
}

/* line 10, ../../scss/common/_reset.scss */
body {
  line-height: 1;
  color: #000;
}

/* line 15, ../../scss/common/_reset.scss */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 104%;
  vertical-align: baseline;
  background: transparent;
}

/* line 36, ../../scss/common/_reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

/* line 41, ../../scss/common/_reset.scss */
nav ul {
  list-style: none;
}

/* line 45, ../../scss/common/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 49, ../../scss/common/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 55, ../../scss/common/_reset.scss */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* line 63, ../../scss/common/_reset.scss */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* line 69, ../../scss/common/_reset.scss */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 500;
}

/* line 76, ../../scss/common/_reset.scss */
del {
  text-decoration: line-through;
}

/* line 80, ../../scss/common/_reset.scss */
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/* line 85, ../../scss/common/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 90, ../../scss/common/_reset.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* line 99, ../../scss/common/_reset.scss */
input, select {
  vertical-align: middle;
}

/* line 103, ../../scss/common/_reset.scss */
table {
  font-size: inherit;
  font: 100%;
}

/* line 108, ../../scss/common/_reset.scss */
pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

/* line 114, ../../scss/common/_reset.scss */
select, input, button, textarea {
  font: 99% arial,helvetica,clean,sans-serif;
  border-radius: 0;
}

/* line 119, ../../scss/common/_reset.scss */
select, input, button, textarea {
  font: 99% arial,helvetica,clean,sans-serif;
  border-radius: 0;
  border: none;
  outline: none;
}

/* line 126, ../../scss/common/_reset.scss */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="submit"],
input[type="button"],
textarea {
  -webkit-appearance: none;
}

/* line 135, ../../scss/common/_reset.scss */
:focus {
  outline: none;
}

@-ms-viewport {
  width: device-width;
}
/* line 6, ../../scss/common/_base.scss */
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent;
}
/* line 10, ../../scss/common/_base.scss */
html[data-fontsize="small"] {
  font-size: 56.25%;
}
/* line 13, ../../scss/common/_base.scss */
html[data-fontsize="medium"] {
  font-size: 62.5%;
}
/* line 16, ../../scss/common/_base.scss */
html[data-fontsize="large"] {
  font-size: 68.75%;
}
@media print {
  /* line 20, ../../scss/common/_base.scss */
  html html {
    background-image: none;
    background-color: #fff;
  }
}

/* line 27, ../../scss/common/_base.scss */
body {
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-text-size-adjust: 100%;
}
@media print {
  /* line 27, ../../scss/common/_base.scss */
  body {
    _zoom: 80%;
    -webkit-print-color-adjust: exact;
  }
}

/* line 38, ../../scss/common/_base.scss */
a,
a:before,
a:after,
a img,
button,
button:before,
button:after,
.u-transition,
.u-transition_before:before,
.u-transition_after:after {
  -webkit-transition: all 0.35s cubic-bezier(0.75, 0, 0.35, 1);
  transition: all 0.35s cubic-bezier(0.75, 0, 0.35, 1);
}

/* line 50, ../../scss/common/_base.scss */
a,
input,
button {
  touch-action: manipulation;
  -webkit-touch-callout: none;
}

/* line 57, ../../scss/common/_base.scss */
a,
button {
  cursor: pointer;
}

/* line 61, ../../scss/common/_base.scss */
a {
  color: #050505;
  text-decoration: underline;
}

/* line 65, ../../scss/common/_base.scss */
a:hover {
  color: #004698;
  text-decoration: none;
}

/* line 70, ../../scss/common/_base.scss */
a:hover img {
  opacity: 0.65;
}

/* line 74, ../../scss/common/_base.scss */
button {
  cursor: pointer;
  background: none;
  outline: none;
}

/* line 80, ../../scss/common/_base.scss */
img {
  overflow: hidden;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  border: none;
  outline: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 91, ../../scss/common/_base.scss */
*,
:before,
:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 99, ../../scss/common/_base.scss */
::-moz-selection {
  color: #fff;
  background: #004698;
}

/* line 103, ../../scss/common/_base.scss */
::selection {
  color: #fff;
  background: #004698;
}

/* latin-ext */
/*@font-face {
  font-family: 'Sanchez';
  font-style: normal;
  font-weight: 400;
  src: url("/aeics/assets/font/uSfpAbjl2kRc-p4IRfESlvY6323mHUZFJMgTvxaG2iE.woff2") format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
*/
/* latin */
/*@font-face {
  font-family: 'Sanchez';
  font-style: normal;
  font-weight: 400;
  src: url("/aeics/assets/font/ASmipTgPwTrjcfmzf6Zfwg.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
*/
@font-face {
  font-family: 'Hiragino Sans';
  src: local(HiraginoSans-W0);
  font-weight: 100;
}
@font-face {
  font-family: 'Hiragino Sans';
  src: local(HiraginoSans-W1);
  font-weight: 200;
}
@font-face {
  font-family: 'Hiragino Sans';
  src: local(HiraginoSans-W2);
  font-weight: 300;
}
@font-face {
  font-family: 'Hiragino Sans';
  src: local(HiraginoSans-W3);
  font-weight: 400;
}
@font-face {
  font-family: 'Hiragino Sans';
  src: local(HiraginoSans-W4);
  font-weight: 500;
}
@font-face {
  font-family: 'Hiragino Sans';
  src: local(HiraginoSans-W5);
  font-weight: 600;
}
@font-face {
  font-family: 'Hiragino Sans';
  src: local(HiraginoSans-W6);
  font-weight: 700;
}
@font-face {
  font-family: 'Hiragino Sans';
  src: local(HiraginoSans-W7);
  font-weight: 800;
}
@font-face {
  font-family: 'Hiragino Sans';
  src: local(HiraginoSans-W8);
  font-weight: 900;
}
@font-face {
  font-family: 'Hiragino Sans W9';
  src: local(HiraginoSans-W9);
  font-weight: 900;
}
@font-face {
  font-family: 'Yu Gothic';
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: 'Yu Gothic';
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: 'Yu Gothic';
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: 'Yu Gothic';
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: 'Yu Gothic';
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
/* line 104, ../../scss/common/_font.scss */
body, select, input, button, textarea, :before, :after,
.u-font_gothic,
.u-font_gothicBefore:before,
.u-font_gothicAfter:after {
  font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-feature-settings: 'pwid';
  text-rendering: optimizelegibility;
}

/* line 116, ../../scss/common/_font.scss */
.u-font_mincho,
.u-font_minchoBefore:before,
.u-font_minchoAfter:after {
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HiraMinProN-W3', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
}

/* line 123, ../../scss/common/_font.scss */
/*
.u-font_en,
.u-font_enBefore:before,
.u-font_enAfter:after {
  font-family: 'Sanchez', serif;
}
*/
@media screen and (min-width: 1px) and (max-width: 1px) {
  /* line 7, ../../scss/common/_utility.scss */
  .u-show_desktop {
    display: none !important;
  }
}

@media screen and (min-width: 1px) {
  /* line 12, ../../scss/common/_utility.scss */
  .u-hide_desktop {
    display: none !important;
  }
}
@media print {
  /* line 12, ../../scss/common/_utility.scss */
  .u-hide_desktop {
    display: none !important;
  }
}

@media screen and (min-width: 479px) {
  /* line 20, ../../scss/common/_utility.scss */
  .u-show_tablet {
    display: none !important;
  }
}
@media screen and (min-width: 1px) and (max-width: 479px) {
  /* line 20, ../../scss/common/_utility.scss */
  .u-show_tablet {
    display: none !important;
  }
}
@media print {
  /* line 20, ../../scss/common/_utility.scss */
  .u-show_tablet {
    display: none !important;
  }
}

@media screen and (min-width: 479px) and (max-width: 1px) {
  /* line 31, ../../scss/common/_utility.scss */
  .u-hide_tablet {
    display: none !important;
  }
}

@media screen and (min-width: 1px) {
  /* line 36, ../../scss/common/_utility.scss */
  .u-show_media {
    display: none !important;
  }
}
@media print {
  /* line 36, ../../scss/common/_utility.scss */
  .u-show_media {
    display: none !important;
  }
}

@media screen and (min-width: 1px) and (max-width: 1px) {
  /* line 44, ../../scss/common/_utility.scss */
  .u-hide_media {
    display: none !important;
  }
}

@media print {
  /* line 49, ../../scss/common/_utility.scss */
  .u-print_hide {
    display: none !important;
  }
}

/* line 56, ../../scss/common/_utility.scss */
.u-inner {
  display: block;
  width: 90%;
  max-width: 730px;
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px;
  padding-right: 0px;
}
/* line 68, ../../scss/common/_utility.scss */
.u-inner[data-inner="short"] {
  max-width: 700px;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (min-width: 1px) and (max-width: 1px) {
  /* line 68, ../../scss/common/_utility.scss */
  .u-inner[data-inner="short"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* line 87, ../../scss/common/_utility.scss */
.u-radius {
  border-radius: 4px;
}

/* line 92, ../../scss/common/_utility.scss */
.u-font_bold {
  font-weight: 700;
}

/* line 95, ../../scss/common/_utility.scss */
.u-font_italic {
  font-style: italic;
}

/* line 100, ../../scss/common/_utility.scss */
.u-text_center {
  text-align: center;
}

/* line 103, ../../scss/common/_utility.scss */
.u-text_left {
  text-align: left;
}

/* line 106, ../../scss/common/_utility.scss */
.u-text_right {
  text-align: right;
}

/* line 109, ../../scss/common/_utility.scss */
.u-text_sup {
  font-size: 70%;
  vertical-align: top;
  position: relative;
  top: -.1em;
}

/* line 115, ../../scss/common/_utility.scss */
.u-text_sub {
  font-size: 70%;
  vertical-align: bottom;
  position: relative;
  top: .1em;
}

/* line 121, ../../scss/common/_utility.scss */
.u-text_indent {
  text-indent: 1em;
}

/* line 124, ../../scss/common/_utility.scss */
.u-text_block {
  display: inline-block;
}

/* line 127, ../../scss/common/_utility.scss */
.u-text_large {
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (min-width: 1px) and (max-width: 1px) {
  /* line 127, ../../scss/common/_utility.scss */
  .u-text_large {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

@media screen and (min-width: 1px) and (max-width: 1px) {
  /* line 135, ../../scss/common/_utility.scss */
  .u_m-text_center {
    text-align: center;
  }

  /* line 138, ../../scss/common/_utility.scss */
  .u_m-text_left {
    text-align: left;
  }

  /* line 141, ../../scss/common/_utility.scss */
  .u_m-text_right {
    text-align: right;
  }
}
/* line 147, ../../scss/common/_utility.scss */
.u-color_main {
  color: #004698;
}

/* line 155, ../../scss/common/_utility.scss */
.u-float_left {
  float: left;
}

/* line 158, ../../scss/common/_utility.scss */
.u-float_right {
  float: right;
}

/* line 163, ../../scss/common/_utility.scss */
.u-width_full {
  width: 100%;
}

/* line 169, ../../scss/common/_utility.scss */
.no-device .u-hover_opacity:hover {
  opacity: 0.65;
}

/* line 172, ../../scss/common/_utility.scss */
.no-device .u-hover_opacity:hover img {
  opacity: 1;
}

/* line 177, ../../scss/common/_utility.scss */
.u-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
/* line 182, ../../scss/common/_utility.scss */
.u-table_cell {
  display: table-cell;
  vertical-align: middle;
}

/* line 196, ../../scss/common/_utility.scss */
a.u-button {
  text-decoration: none;
}

/* line 203, ../../scss/common/_utility.scss */
.u-linkButton {
  display: inline-block;
  position: relative;
  width: 250px;
  max-width: 100%;
  color: #050505;
  -webkit-transition: all 0.35s cubic-bezier(0.75, 0, 0.35, 1);
  transition: all 0.35s cubic-bezier(0.75, 0, 0.35, 1);
}
@media screen and (min-width: 1px) and (max-width: 1px) {
  /* line 203, ../../scss/common/_utility.scss */
  .u-linkButton {
    width: 220px;
  }
}
/* line 214, ../../scss/common/_utility.scss */
.u-linkButton[data-width="long"] {
  width: 350px;
}
@media screen and (min-width: 1px) and (max-width: 1px) {
  /* line 214, ../../scss/common/_utility.scss */
  .u-linkButton[data-width="long"] {
    width: 220px;
  }
}
/* line 221, ../../scss/common/_utility.scss */
a:hover .u-linkButton {
  color: #fff;
  transition-delay: .35s;
}
/* line 225, ../../scss/common/_utility.scss */
.u-linkButton:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #004698;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 0.35s cubic-bezier(0.75, 0, 0.35, 1);
  transition: all 0.35s cubic-bezier(0.75, 0, 0.35, 1);
}
/* line 238, ../../scss/common/_utility.scss */
a:hover .u-linkButton:before {
  opacity: 1;
  transition-delay: .35s;
}
/* line 243, ../../scss/common/_utility.scss */
.u-linkButton_in {
  display: table;
  width: 100%;
  height: 50px;
}
@media screen and (min-width: 1px) and (max-width: 1px) {
  /* line 243, ../../scss/common/_utility.scss */
  .u-linkButton_in {
    height: 40px;
  }
}
/* line 254, ../../scss/common/_utility.scss */
.u-linkButton_line:before, .u-linkButton_line:after, .u-linkButton_line2:before, .u-linkButton_line2:after {
  content: '';
  display: block;
  position: absolute;
  background: #050505;
  -webkit-transition: all 0.35s cubic-bezier(0.75, 0, 0.35, 1);
  transition: all 0.35s cubic-bezier(0.75, 0, 0.35, 1);
  transition-delay: .35s;
}
/* line 263, ../../scss/common/_utility.scss */
a:hover .u-linkButton_line:before, a:hover .u-linkButton_line:after, a:hover .u-linkButton_line2:before, a:hover .u-linkButton_line2:after {
  transition-delay: 0s;
}
/* line 269, ../../scss/common/_utility.scss */
.u-linkButton_line:before, .u-linkButton_line:after {
  width: 1px;
  height: 25px;
}
@media screen and (min-width: 1px) and (max-width: 1px) {
  /* line 269, ../../scss/common/_utility.scss */
  .u-linkButton_line:before, .u-linkButton_line:after {
    height: 20px;
  }
}
/* line 278, ../../scss/common/_utility.scss */
.u-linkButton_line:before {
  bottom: 0;
  left: 0;
}
/* line 282, ../../scss/common/_utility.scss */
.u-linkButton_line:after {
  top: 0;
  right: 0;
}
/* line 287, ../../scss/common/_utility.scss */
a:hover .u-linkButton_line:before, a:hover .u-linkButton_line:after {
  height: 100%;
}
/* line 294, ../../scss/common/_utility.scss */
.u-linkButton_line2:before, .u-linkButton_line2:after {
  width: 25px;
  height: 1px;
}
@media screen and (min-width: 1px) and (max-width: 1px) {
  /* line 294, ../../scss/common/_utility.scss */
  .u-linkButton_line2:before, .u-linkButton_line2:after {
    width: 20px;
  }
}
/* line 303, ../../scss/common/_utility.scss */
.u-linkButton_line2:before {
  top: 0;
  right: 0;
}
/* line 307, ../../scss/common/_utility.scss */
.u-linkButton_line2:after {
  bottom: 0;
  left: 0;
}
/* line 312, ../../scss/common/_utility.scss */
a:hover .u-linkButton_line2:before, a:hover .u-linkButton_line2:after {
  width: 100%;
}
/* line 318, ../../scss/common/_utility.scss */
.u-linkButton_name {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
  font-style: italic;
  letter-spacing: .15em;
  transform: rotate(0.05deg);
  z-index: 3;
}
@media screen and (min-width: 1px) and (max-width: 1px) {
  /* line 318, ../../scss/common/_utility.scss */
  .u-linkButton_name {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/* line 335, ../../scss/common/_utility.scss */
.u-clearfix {
  overflow: hidden;
  zoom: 1;
}

/* line 339, ../../scss/common/_utility.scss */
.u-clearfix:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}

/* line 348, ../../scss/common/_utility.scss */
.u-anim-fadeIn {
  -webkit-animation: fadeIn 1.2s ease .15s;
  animation: fadeIn 1.2s ease .15s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* line 372, ../../scss/common/_utility.scss */
.u-bounce {
  -webkit-animation: anm-bounce 4s infinite ease;
  -moz-animation: anm-bounce 4s infinite ease;
  -ms-animation: anm-bounce 4s infinite ease;
  animation: anm-bounce 4s infinite ease;
}
/* line 375, ../../scss/common/_utility.scss */
.u-bounce--delay_0 {
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -ms-animation-delay: 0s;
  animation-delay: 0s;
}
/* line 379, ../../scss/common/_utility.scss */
.u-bounce--delay_1 {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
/* line 383, ../../scss/common/_utility.scss */
.u-bounce--delay_2 {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -ms-animation-delay: 1s;
  animation-delay: 1s;
}

@keyframes anm-bounce {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -5%);
    -moz-transform: translate(0, -5%);
    -ms-transform: translate(0, -5%);
    transform: translate(0, -5%);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
/* line 405, ../../scss/common/_utility.scss */
.u-scrollFadeIn {
  display: block;
  opacity: 0;
  -webkit-transition: all 0.75s cubic-bezier(0.75, 0, 0.35, 1);
  transition: all 0.75s cubic-bezier(0.75, 0, 0.35, 1);
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}
/* line 416, ../../scss/common/_utility.scss */
.u-scrollFadeIn.is-state_scroll {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

/* line 423, ../../scss/common/_utility.scss */
.u-scrollVisual {
  overflow: hidden;
  display: block;
  position: relative;
}
/* line 428, ../../scss/common/_utility.scss */
.u-scrollVisual_figure {
  display: block;
  position: absolute;
  top: -10%;
  left: 0;
  right: 0;
  height: 120%;
  background: no-repeat center center;
  background-size: cover;
}

/* line 441, ../../scss/common/_utility.scss */
.u-scrollFollow {
  -webkit-transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
/* line 445, ../../scss/common/_utility.scss */
.u-scrollFollow--timing_slow {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* line 5, ../../scss/common/_global.scss */
.g-body {
  background: #fff;
  color: #050505;
}
@media print {
  /* line 5, ../../scss/common/_global.scss */
  .g-body {
    min-width: 1000px;
    background-image: none;
    background-color: #fff;
  }
}

/* line 17, ../../scss/common/_global.scss */
.g-wrapper {
  overflow: hidden;
  position: relative;
  display: block;
  color: #050505;
}

/* line 36, ../../scss/common/_global.scss */
.g-header {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
/* line 46, ../../scss/common/_global.scss */
.g-header_main {
  display: block;
  position: relative;
  background: #fff;
  border-bottom: solid 1px #656d73;
  z-index: 2;
}
/* line 54, ../../scss/common/_global.scss */
.g-header_inner {
  display: table;
}
/* line 57, ../../scss/common/_global.scss */
.g-header_logo, .g-header_address, .g-header_inquiry {
  display: table-cell;
  vertical-align: middle;
}
/* line 63, ../../scss/common/_global.scss */
.g-header_logo {
  width: 375px;
}
/* line 66, ../../scss/common/_global.scss */
.g-header_logo a {
  display: inline-block;
}
/* line 69, ../../scss/common/_global.scss */
.g-header_logo img {
  width: 325px;
}
/* line 75, ../../scss/common/_global.scss */
.g-header_inquiry a {
  overflow: hidden;
  display: block;
  position: relative;
  width: 144px;
  height: 73px;
  padding: 0 15px;
  background: #b3cd22;
  color: #050505;
  text-align: center;
  text-decoration: none;
}
/* line 87, ../../scss/common/_global.scss */
.g-header_inquiry a:before {
  content: '';
  position: absolute;
  top: 0;
  right: -50px;
  bottom: 0;
  left: 0;
  border-right: 50px solid transparent;
  border-bottom: 73px solid #004698;
  transform: translateX(-100%);
}
/* line 98, ../../scss/common/_global.scss */
.g-header_inquiry a:hover {
  color: #fff;
}
/* line 102, ../../scss/common/_global.scss */
.g-header_inquiry a:hover:before {
  transform: translateX(0);
}
/* line 106, ../../scss/common/_global.scss */
.g-header_inquiry a:hover .e-name:before {
  background-image: url(../../img/common/icon_mail_yellow.png);
}
/* line 112, ../../scss/common/_global.scss */
.g-header_inquiry .e-cells {
  display: table;
  width: 90%;
  height: 90%;
}
/* line 117, ../../scss/common/_global.scss */
.g-header_inquiry .e-cell {
  display: table-cell;
  vertical-align: middle;
}
/* line 121, ../../scss/common/_global.scss */
.g-header_inquiry .e-name {
  display: block;
  position: relative;
  padding: 0 0 0 30px;
  font-size: 14px;
  font-size: 1.4rem;
}
/* line 127, ../../scss/common/_global.scss */
.g-header_inquiry .e-name:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 23px;
  height: 14px;
  background: url(../../img/common/icon_mail_blue.png) no-repeat center center;
  background-size: 100% auto;
  -webkit-transition: all 0.35s cubic-bezier(0.75, 0, 0.35, 1);
  transition: all 0.35s cubic-bezier(0.75, 0, 0.35, 1);
  transform: translateY(-50%);
}
/* line 143, ../../scss/common/_global.scss */
.g-header-address_items {
  display: block;
}
/* line 147, ../../scss/common/_global.scss */
.g-header-address_item {
  float: left;
  display: block;
  margin: 0 0 0 5px;
}
/* line 154, ../../scss/common/_global.scss */
.g-header-address_item:first-child {
  margin-left: 0;
}
/* line 158, ../../scss/common/_global.scss */
.g-header-address_box {
  display: table;
}
/* line 161, ../../scss/common/_global.scss */
.g-header-address_head {
  display: table-cell;
  vertical-align: middle;
  padding: 2px 3px;
  background: #004698;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}
/* line 170, ../../scss/common/_global.scss */
.g-header-address_body {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 3px;
  font-size: 12px;
  font-size: 1.2rem;
}
/* line 177, ../../scss/common/_global.scss */
.g-header-address_body a {
  text-decoration: none;
  cursor: default;
}
/* line 181, ../../scss/common/_global.scss */
.g-header-address_body a:hover {
  color: #050505;
}

/* line 192, ../../scss/common/_global.scss */
.g-nav {
  display: block;
  position: relative;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  z-index: 1;
}
/* line 201, ../../scss/common/_global.scss */
.g-nav_items {
  display: table;
  table-layout: fixed;
  width: 90%;
}
/* line 206, ../../scss/common/_global.scss */
.g-nav_item {
  display: table-cell;
  vertical-align: middle;
}
/* line 210, ../../scss/common/_global.scss */
.g-nav_box {
  display: table;
  width: 90%;
  height: 50px;
  text-align: center;
  text-decoration: none;
}
/* line 217, ../../scss/common/_global.scss */
.g-nav_name {
  display: table-cell;
  vertical-align: middle;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 200;
  letter-spacing: .05em;
  line-height: 1.2;
  -webkit-transition: all 0.35s cubic-bezier(0.75, 0, 0.35, 1);
  transition: all 0.35s cubic-bezier(0.75, 0, 0.35, 1);
}
/* line 226, ../../scss/common/_global.scss */
.g-header[data-scrollposition="problem"] .g-nav_item--item_problem .g-nav_name, .g-header[data-scrollposition="strength"] .g-nav_item--item_strength .g-nav_name, .g-header[data-scrollposition="support"] .g-nav_item--item_support .g-nav_name, .g-header[data-scrollposition="case"] .g-nav_item--item_case .g-nav_name {
  color: #004698;
  font-weight: 300;
}

/* line 239, ../../scss/common/_global.scss */
.g-footer {
  display: block;
  padding: 25px 0;
  background: #333333;
  color: #fff;
}
/* line 247, ../../scss/common/_global.scss */
.g-footer_logo {
  display: block;
  text-align: center;
}
/* line 251, ../../scss/common/_global.scss */
.g-footer_logo a {
  display: inline-block;
}
/* line 256, ../../scss/common/_global.scss */
.g-footer_logo img {
  width: 370px;
}
/* line 260, ../../scss/common/_global.scss */
.g-footer_bottom {
  display: table;
  margin: 15px 0 0;
}
/* line 264, ../../scss/common/_global.scss */
.g-footer_nav, .g-footer_copy {
  display: table-cell;
  vertical-align: middle;
}
/* line 269, ../../scss/common/_global.scss */
.g-footer_nav {
  width: 500px;
}
/* line 272, ../../scss/common/_global.scss */
.g-footer_copy {
  text-align: right;
  font-size: 12px;
  font-size: 1.2rem;
}
/* line 277, ../../scss/common/_global.scss */
.g-footer-nav_items {
  display: block;
  letter-spacing: -.4em;
}
/* line 281, ../../scss/common/_global.scss */
.g-footer-nav_item {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 25px;
  letter-spacing: 0;
}
/* line 287, ../../scss/common/_global.scss */
.g-footer-nav_item:first-child {
  margin-left: 0;
}
/* line 290, ../../scss/common/_global.scss */
.g-footer-nav_item a {
  display: inline-block;
  position: relative;
  padding: 0 0 0 20px;
  color: #fff;
  text-decoration: none;
}
/* line 297, ../../scss/common/_global.scss */
/*
.g-footer-nav_item a:before {
  content: '';
  display: block;
  position: absolute;
  top: .1em;
  left: 0;
  width: 12px;
  height: 13px;
  background: url(/aec/business_/eic/engineering/assets/img/arrow_right_white.png) no-repeat 0 center;
  background-size: 100% auto;
}
*/
/* line 308, ../../scss/common/_global.scss */
.g-footer-nav_item a[target="_blank"] {
  padding-left: 27px;
}
/* line 311, ../../scss/common/_global.scss */
/*
.g-footer-nav_item a[target="_blank"]:before {
  top: .05em;
  background-image: url(/aeics/assets/img/global/icon_blank_white.png);
  width: 19px;
  height: 15px;
}
*/
/* line 319, ../../scss/common/_global.scss */
.g-footer-nav_item a:hover {
  opacity: 0.65;
}
/* line 325, ../../scss/common/_global.scss */
.g-footer-nav_name {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
}

/* PAGE TOP
 * -------------------------------------------------- */
/* line 335, ../../scss/common/_global.scss */
.g-pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  font: 0/0 aa;
  text-align: right;
  z-index: 10;
}
/* line 343, ../../scss/common/_global.scss */
.g-pagetop a {
  text-decoration: none;
}
/* line 346, ../../scss/common/_global.scss */
.g-pagetop a:hover {
  opacity: .65;
}
/* line 350, ../../scss/common/_global.scss */
/*
.g-pagetop_button {
  display: inline-block;
  width: 70px;
  height: 70px;
  background: url(/aeics/assets/img/global/pageTop.png) no-repeat center 0;
  background-size: 100% auto;
  color: transparent;
}
*/
/* line 364, ../../scss/common/_global.scss */
.g-content {
  display: block;
  padding: 60px 0 0;
}

/* line 382, ../../scss/common/_global.scss */
.g-breadcrumb {
  display: block;
}

/* line 8, ../../scss/common/_component.scss */
.c-preload {
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
  opacity: 0;
}
/* line 15, ../../scss/common/_component.scss */
.c-preload img {
  position: absolute;
  width: 0;
  height: 0;
  font-size: 0px;
  font-size: 0rem;
  line-height: 0;
}

/* line 27, ../../scss/common/_component.scss */
.c-kv {
    display: block;
    position: relative;
    height: 650px;
    z-index: 1;
}
#mainContents .g-content #problem {
}

/* line 34, ../../scss/common/_component.scss */
.c-kv:before, .c-kv:after {
  content: '';
  display: block;
  position: absolute;
}
/* line 40, ../../scss/common/_component.scss */

.c-kv:before {
  top: -10%;
  bottom: 0;
  left: 0%;
  right:0%;
  background: #b3cd22;
/*
	transform: rotate(-8deg) translate(0%, 0%);
  transform-origin: center center;
	*/
  z-index: -99;
}

/* line 50, ../../scss/common/_component.scss */
.c-kv:after {
  bottom: 0px;
  left: 0;
  right: 0;
  height: 682px;
  background: url(../../img/home/kv_bg.png) no-repeat center bottom;
  z-index: -1;
}

.c-kv-iot:after {
  bottom: 0px;
  left: 0;
  right: 0;
  height: 682px;
  background: url(../../../../../../../business_/eic/engineering/assets/css/common/img/home/iot-main_bg2.png) no-repeat center bottom;
  z-index: -1;
    
}



/* line 58, ../../scss/common/_component.scss */
.c-kv_inner {
  position: relative;
  height: 100%;
  z-index: 3;
}
/* line 63, ../../scss/common/_component.scss */
.c-kv_title {
  display: block;
  padding: 0px 0 0;
  text-align: center;
}
/* line 72, ../../scss/common/_component.scss */
.c-kv_title_wrap {
  overflow: hidden;
  display: block;
  width: 0%;
  transition: width 1s cubic-bezier(1, 0, 0, 1);
}

@media (max-width: 768px) {
.c-kv {
    display: block;
    position: relative;
    height: 80vw; /* 画面幅に応じて高さを調整 */
    z-index: 1;
}
.c-kv:after {
  bottom: 0;
  left: 0;
  right: 0;
  height: 90vw; /* 画面幅に応じて高さを調整 */
  background: url(../../img/home/kv_bg-s.png) no-repeat center bottom;
  background-size: cover; /* 画面に収まるように拡縮 */
  z-index: -1;
}
.c-kv_title {
  display: none;
}
.c-kv_sub_item img {
  display: none;
}
.c-kv_lead_item img {
  display: none;
}

}

/* line 78, ../../scss/common/_component.scss */
.c-kv.is-state_scroll .c-kv_title_wrap {
  width: 100%;
}
/* line 82, ../../scss/common/_component.scss */
.c-kv_title_size {
  display: block;
  width: 400px;
  margin: auto;
}
/* line 88, ../../scss/common/_component.scss */
.c-kv_sub {
  display: block;
}
/* line 91, ../../scss/common/_component.scss */
.c-kv_sub_items {
  display: block;
}
/* line 94, ../../scss/common/_component.scss */
.c-kv_sub_item {
    display: block;
    position: absolute;
    /*
    left: 382px;
    */
    left: 50%;
}
/* line 99, ../../scss/common/_component.scss */
.c-kv.is-state_scroll .c-kv_sub_item {
  opacity: 1;
  transform: translateY(0px);
}
/* line 103, ../../scss/common/_component.scss */
.c-kv_sub_item--item_01 {
    top: 195px;
    margin-left: 120px;
    transition-delay: 0.35s;
}
/* line 108, ../../scss/common/_component.scss */
.c-kv_sub_item--item_02 {
    top: 295px;
    margin-left: -333px;
    transition-delay: 0.5s;
}
/* line 113, ../../scss/common/_component.scss */
.c-kv_sub_item--item_03 {
    top: 485px;
    margin-left: 104px;
    transition-delay: 0.65s;
}
/* line 119, ../../scss/common/_component.scss */
.c-kv_sub_box {
  display: block;
}
/* line 122, ../../scss/common/_component.scss */
.c-kv_sub_name {
  display: block;
}
/* line 126, ../../scss/common/_component.scss */
.c-kv_lead {
  display: block;
}
/* line 129, ../../scss/common/_component.scss */
.c-kv_lead_items {
  display: block;
}
/* line 132, ../../scss/common/_component.scss */
.c-kv_lead_item {
    display: block;
    position: absolute;
    /*
    left: 200px;
    */
    left: 35%;
}
/* line 137, ../../scss/common/_component.scss */
.c-kv_lead_item--item_01 {
    top: 310px;
    margin-left: 370px;
}
/* line 142, ../../scss/common/_component.scss */
.c-kv_lead_item--item_02 {
  top: 445px;
  margin-left: -150px;
}
/* line 147, ../../scss/common/_component.scss */
.c-kv_lead_item--item_03 {
  top: 515px;
  margin-left: 120px;
}
/* line 153, ../../scss/common/_component.scss */
.c-kv_lead_box {
  display: block;
}
/* line 156, ../../scss/common/_component.scss */
.c-kv_lead_lists {
  display: block;
}
/* line 159, ../../scss/common/_component.scss */
.c-kv_lead_list {
  display: block;
  position: relative;
  padding: 0 0 0 1em;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
}
/* line 166, ../../scss/common/_component.scss */
.c-kv_lead_list:before {
  content: '';
  display: block;
  position: absolute;
  top: .5em;
  left: 0;
  width: 10px;
  height: 10px;
  background: #004698;
  border-radius: 100%;
}
/* line 177, ../../scss/common/_component.scss */
.c-kv_lead_item--item_01 .c-kv_lead_list:before {
  background-color: #0072a8;
}
/* line 180, ../../scss/common/_component.scss */
.c-kv_lead_item--item_02 .c-kv_lead_list:before {
  background-color: #2e3180;
}
/* line 183, ../../scss/common/_component.scss */
.c-kv_lead_item--item_03 .c-kv_lead_list:before {
  background-color: #672d81;
}

/* line 194, ../../scss/common/_component.scss */
.c-leave {
  display: block;
  position: relative;
  padding: 120px 0 180px;
  z-index: 1;
}
/* line 201, ../../scss/common/_component.scss */
.c-leave:before, .c-leave:after {
  content: '';
  display: block;
  position: absolute;
}
/* line 207, ../../scss/common/_component.scss */
.c-leave:before {
  top: -50%;
  bottom: 0;
  left: -50%;
  right: -50%;
  background: #004698;
  transform: rotate(-8deg) translate(0%, 0%);
  transform-origin: center center;
  z-index: 1;
}
/* line 217, ../../scss/common/_component.scss */
.c-leave_inner {
  position: relative;
  height: 100%;
  z-index: 3;
}
/* line 222, ../../scss/common/_component.scss */
.c-leave_head {
  display: block;
  position: relative;
  padding: 0 0 60px;
}
/* line 227, ../../scss/common/_component.scss */
.c-leave_head:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: -100px;
  height: 388px;
  background: url(../../../../../../../business_/eic/engineering/assets/img/home/leave_head_bg.png) no-repeat right bottom;
}
/* line 239, ../../scss/common/_component.scss */
.c-leave_title_wrap {
  overflow: hidden;
  display: block;
  width: 0%;
  transition: width 1s cubic-bezier(1, 0, 0, 1);
}
/* line 245, ../../scss/common/_component.scss */
.c-leave_head.is-state_scroll .c-leave_title_wrap {
  width: 100%;
}
/* line 249, ../../scss/common/_component.scss */
.c-leave_title_size {
  display: block;
  width: 960px;
  margin: auto;
}
/* line 255, ../../scss/common/_component.scss */
.c-leave_list {
  display: block;
  margin: 1px 0 0;
}
/* line 259, ../../scss/common/_component.scss */
.c-leave_list_items {
  display: flex;
  flex-wrap: wrap;
}
/* line 264, ../../scss/common/_component.scss */
.c-leave_list_item {
  display: block;
  width: 33.3%;
  padding: 1px;
}
/* line 269, ../../scss/common/_component.scss */
.c-leave_list_box {
  display: block;
  height: 435px;
  padding: 50px 0 0;
  background: #fff;
  border-radius: 6px;
}
/* line 276, ../../scss/common/_component.scss */
.c-leave_list_icon {
  display: block;
  text-align: center;
}
/* line 280, ../../scss/common/_component.scss */
.c-leave_list_name {
  display: block;
  margin: 40px 0 0;
  color: #004698;
  font-size: 27px;
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
}
/* line 289, ../../scss/common/_component.scss */
.c-leave_list_name_small {
  font-size: 80%;
}
/* line 293, ../../scss/common/_component.scss */
.c-leave_list_lists {
  display: block;
  margin: 25px 0 0;
  padding: 0 30px;
}
/* line 298, ../../scss/common/_component.scss */
.c-leave_list_list {
  display: block;
  position: relative;
  padding: 0 0 0 1em;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}
/* line 305, ../../scss/common/_component.scss */
.c-leave_list_list:before {
  content: '';
  display: block;
  position: absolute;
  top: .5em;
  left: 0;
  width: 10px;
  height: 10px;
  background: #004698;
  border-radius: 100%;
}
/* line 318, ../../scss/common/_component.scss */
.c-leave_inquiry {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 90px 0 0;
}
/* line 324, ../../scss/common/_component.scss */
.c-leave_inquiry_main {
  display: block;
}
/* line 327, ../../scss/common/_component.scss */
.c-leave_inquiry_head {
  display: block;
}
/* line 330, ../../scss/common/_component.scss */
.c-leave_inquiry_body {
  display: block;
}
/* line 333, ../../scss/common/_component.scss */
.c-leave_inquiry_tel {
  display: block;
  margin: 20px 0 0;
}
/* line 337, ../../scss/common/_component.scss */
.c-leave_inquiry_tel_items {
  display: flex;
  align-items: center;
}
/* line 341, ../../scss/common/_component.scss */
.c-leave_inquiry_tel_item {
  display: block;
  margin: 0 0 0 30px;
}
/* line 345, ../../scss/common/_component.scss */
.c-leave_inquiry_tel_item:first-child {
  margin-left: 0;
}
/* line 350, ../../scss/common/_component.scss */
.c-leave_inquiry_button {
  display: inline-block;
  vertical-align: middle;
}
/* line 355, ../../scss/common/_component.scss */
.c-leave_inquiry_button a:hover {
  color: #050505;
}
/* line 358, ../../scss/common/_component.scss */
.c-leave_inquiry_button a:hover:before {
  transform: translateX(0);
}
/* line 363, ../../scss/common/_component.scss */
.c-leave_inquiry_button_box {
  overflow: hidden;
  display: block;
  position: relative;
  width: 280px;
  height: 80px;
  background: #b3cd22;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}
/* line 372, ../../scss/common/_component.scss */
.c-leave_inquiry_button_box:before {
  content: '';
  position: absolute;
  top: 0;
  right: -50px;
  bottom: 0;
  left: 0;
  border-right: 50px solid transparent;
  border-bottom: 110px solid #fff;
  transform: translateX(-100%);
  z-index: 1;
}
/* line 385, ../../scss/common/_component.scss */
.c-leave_inquiry_button_cells {
  display: table;
  height: 100%;
  margin: auto;
}
/* line 390, ../../scss/common/_component.scss */
.c-leave_inquiry_button_cell {
  display: table-cell;
  vertical-align: middle;
}
/* line 394, ../../scss/common/_component.scss */
.c-leave_inquiry_button_name {
  display: inline-block;
  position: relative;
  padding: 0 0 0 50px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  z-index: 2;
}
/* line 402, ../../scss/common/_component.scss */
.c-leave_inquiry_button_name:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 18px;
  background: url(../../img/common/icon_mail_blue.png) no-repeat center center;
  background-size: 100% auto;
  -webkit-transition: all 0.35s cubic-bezier(0.75, 0, 0.35, 1);
  transition: all 0.35s cubic-bezier(0.75, 0, 0.35, 1);
  transform: translateY(-50%);
}
/* line 415, ../../scss/common/_component.scss */
a:hover .c-leave_inquiry_button_name:before {
  background-image: url(../../img/common/icon_mail_yellow.png);
}

/* line 426, ../../scss/common/_component.scss */
.c-strength {
  display: block;
  padding: 35px 10px;
}
/* line 432, ../../scss/common/_component.scss */
.c-strength_title {
  display: block;
  position: relative;
  margin: 0 0 70px;
  text-align: center;
}
/* line 438, ../../scss/common/_component.scss */
.c-strength_title_wrap {
  overflow: hidden;
  display: block;
  position: relative;
  width: 0%;
  transition: width 1s cubic-bezier(1, 0, 0, 1);
  z-index: 2;
}
/* line 446, ../../scss/common/_component.scss */
.c-strength_title.is-state_scroll .c-strength_title_wrap {
  width: 100%;
}
/* line 450, ../../scss/common/_component.scss */
.c-strength_title_size {
  display: block;
  width: 740px;
  margin: auto;
}

@media (max-width: 768px) {
.c-strength_title_size {
  display: block;
  width: auto;
  margin: auto;
}
}
/* line 456, ../../scss/common/_component.scss */
.c-strength_title_bg {
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
  height: 287px;
  background-size: auto 100%;
  z-index: 1;
}
/* line 468, ../../scss/common/_component.scss */
.c-strength_block {
  display: block;
  margin: 150px 0 0;
}
/* line 472, ../../scss/common/_component.scss */
.c-strength_block:first-child {
  margin-top: 0;
}
/* line 476, ../../scss/common/_component.scss */
.c-strength_head {
  display: block;
  width: 700px;
  max-width: 100%;
  margin: auto;
  text-align: center;
}
/* line 483, ../../scss/common/_component.scss */
.c-strength_head_point {
  display: block;
  position: relative;
  padding: 0 0 15px;
}
/* line 488, ../../scss/common/_component.scss */
.c-strength_head_point:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 70px;
  height: 3px;
  background: #004698;
}
/* line 501, ../../scss/common/_component.scss */
.c-strength_head_name {
  display: block;
  margin: 30px 0 0;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.3;
}
/* line 509, ../../scss/common/_component.scss */
.c-strength_head_lead {
  display: block;
  margin: 20px 0 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: left;
}
/* line 517, ../../scss/common/_component.scss */
.c-strength_figure {
  display: block;
  position: relative;
  margin: 40px 0 0;
  text-align: center;
}
/* line 523, ../../scss/common/_component.scss */
.c-strength_figure_pop {
  display: block;
  position: absolute;
  left: 50%;
  z-index: 3;
}
/* line 529, ../../scss/common/_component.scss */
.c-strength_figure_pop--item_01-01 {
  top: 0;
  margin-left: -210px;
}
/* line 533, ../../scss/common/_component.scss */
.c-strength_figure_pop--item_01-02 {
  top: 210px;
  margin-left: 55px;
}
/* line 537, ../../scss/common/_component.scss */
.c-strength_figure_pop--item_02-01 {
  top: 0;
  margin-left: -290px;
}
/* line 541, ../../scss/common/_component.scss */
.c-strength_figure_pop--item_02-02 {
  top: 257px;
  margin-left: 95px;
}

@media (max-width: 768px) {
/* line 523, ../../scss/common/_component.scss */
.c-strength_figure_pop {
  display: block;
  position: absolute;
  left: 60%;
  z-index: 3;
}
/* line 529, ../../scss/common/_component.scss */
.c-strength_figure_pop--item_01-01 {
  top: 0;
  margin-left: -210px;
}
/* line 533, ../../scss/common/_component.scss */
.c-strength_figure_pop--item_01-02 {
  top: 210px;
  margin-left: 5px;
}
/* line 537, ../../scss/common/_component.scss */
.c-strength_figure_pop--item_02-01 {
  top: 0px;
  margin-left: -200px;
  width: 50%;    
}
/* line 541, ../../scss/common/_component.scss */
.c-strength_figure_pop--item_02-02 {
  top: 57px;
  margin-left: 0px;
}
}
/* line 547, ../../scss/common/_component.scss */
.c-strength_data {
  display: block;
  margin: 100px -15px 0;
}
/* line 551, ../../scss/common/_component.scss */
.c-strength_data_items {
  display: flex;
  justify-content: space-between;
}
/* line 555, ../../scss/common/_component.scss */
.c-strength_data_item {
  display: block;
  width: 33.3%;
}
/* line 559, ../../scss/common/_component.scss */
.c-strength_data_title {
  display: block;
  text-align: center;
}
/* line 563, ../../scss/common/_component.scss */
.c-strength_data_lists {
  display: block;
  margin: 40px 0 0;
  padding: 0 15px;
  border-left: dotted 1px #5d6466;
}
/* line 569, ../../scss/common/_component.scss */
.c-strength_data_item:first-child .c-strength_data_lists {
  border-left: none;
}
/* line 573, ../../scss/common/_component.scss */
.c-strength_data_list {
  display: block;
  margin: 30px 0 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: left;
}
/* line 580, ../../scss/common/_component.scss */
.c-strength_data_list:first-child {
  margin-top: 0;
}
/* line 584, ../../scss/common/_component.scss */
.c-strength_data_head {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
/* line 590, ../../scss/common/_component.scss */
.c-strength_data_item--item_01 .c-strength_data_head {
  color: #2d8ac1;
}
/* line 593, ../../scss/common/_component.scss */
.c-strength_data_item--item_02 .c-strength_data_head {
  color: #b8791b;
}
/* line 596, ../../scss/common/_component.scss */
.c-strength_data_item--item_03 .c-strength_data_head {
  color: #499e3e;
}
/* line 600, ../../scss/common/_component.scss */
.c-strength_data_body {
  display: block;
}

/* line 609, ../../scss/common/_component.scss */
.c-case {
  display: block;
  padding: 100px 0 100px;
  background: #063873 url(../../img/home/case_bg.png) no-repeat center bottom;
  background-size: 100% auto;
}
/* line 617, ../../scss/common/_component.scss */
.c-case_head {
  display: block;
  position: relative;
}
/* line 621, ../../scss/common/_component.scss */
.c-case_title {
  display: block;
}
/* line 624, ../../scss/common/_component.scss */
.c-case_visual {
  display: block;
  position: absolute;
  top: -90px;
  right: 0px;
}
@media (max-width: 768px) {
/* line 621, ../../scss/common/_component.scss */
.c-case {
  display: block;
  padding: 200px 0 100px;
  background: #063873 url(../../img/home/case_bg.png) no-repeat center bottom;
  background-size: 100% auto;
}
.c-case_head {
  display: block;
}
.c-case_title {
  display: block;
  width: 90%;
  top: 0;    
}
/* line 624, ../../scss/common/_component.scss */
.c-case_visual {
  display: block;
  position: absolute;
  top: -200px;
  right: 0px;
}
}

/* line 630, ../../scss/common/_component.scss */
.c-case_list {
  display: block;
  margin: 125px 0 0;
}
/* line 634, ../../scss/common/_component.scss */
.c-case_list_items {
  display: flex;
  flex-wrap: wrap;
  margin: -60px -17px;
}
/* line 639, ../../scss/common/_component.scss */
.c-case_list_item {
  display: block;
  width: 50%;
  padding: 60px 17px;
}
/* line 645, ../../scss/common/_component.scss */
.c-case_list_item:nth-child(even) {
  transform: translateY(145px);
}
/* line 649, ../../scss/common/_component.scss */
.c-case_list_box {
  display: block;
  border-radius: 8px;
}
/* line 653, ../../scss/common/_component.scss */
.c-case_list_head {
  display: block;
  position: relative;
  padding: 50px 0 45px;
  background: #fff;
  color: #004698;
  text-align: center;
  border-radius: 8px 8px 0 0;
}
/* line 662, ../../scss/common/_component.scss */
.c-case_list_icon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
}
/* line 671, ../../scss/common/_component.scss */
.c-case_list_title {
  display: block;
  font-weight: 700;
  line-height: 1.3;
}
/* line 676, ../../scss/common/_component.scss */
.c-case_list_title_sub {
  display: block;
  font-size: 19px;
  font-size: 1.9rem;
}
/* line 680, ../../scss/common/_component.scss */
.c-case_list_title_main {
  display: block;
  font-size: 28.5px;
  font-size: 2.85rem;
}
/* line 685, ../../scss/common/_component.scss */
.c-case_list_note {
  display: block;
  margin: 10px 0 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
}
/* line 692, ../../scss/common/_component.scss */
.c-case_list_body {
  display: block;
  position: relative;
  padding: 50px 30px 60px;
  background: #b3cd22;
  color: #004698;
  border-radius: 0 0 8px 8px;
}
/* line 700, ../../scss/common/_component.scss */
.c-case_list_body:after {
  content: '';
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: auto;
  border: solid 13px transparent;
  border-left-width: 10px;
  border-right-width: 10px;
  border-top-color: #fff;
}
/* line 717, ../../scss/common/_component.scss */
.c-case_list_data_head {
  display: block;
  text-align: center;
}
/* line 721, ../../scss/common/_component.scss */
.c-case_list_data_title {
  display: inline-block;
  padding: 6px 20px 4px;
  background: #fff;
  color: #050505;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  border-radius: 15px;
}
/* line 731, ../../scss/common/_component.scss */
.c-case_list_data_lead {
  display: block;
  margin: 20px 0 0;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.8;
}
/* line 740, ../../scss/common/_component.scss */
.c-case_body {
  display: block;
  margin: 70px 0 0;
}
/* line 744, ../../scss/common/_component.scss */
.c-case_block {
  display: block;
  margin: 60px 0 0;
}
/* line 748, ../../scss/common/_component.scss */
.c-case_block:first-child {
  margin-top: 0;
}

/* line 753, ../../scss/common/_component.scss */
.c-caseType {
  display: block;
}
/* line 756, ../../scss/common/_component.scss */
.c-caseType_head {
  display: block;
  position: relative;
  padding: 30px 20px;
  background: #fff;
  color: #004698;
  text-align: center;
  border-radius: 10px 10px 0 0;
}
/* line 765, ../../scss/common/_component.scss */
.c-caseType_head:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -44px;
  left: 50%;
  margin: auto;
  border: solid 22px transparent;
  border-top-color: #fff;
  border-left-width: 16px;
  border-right-width: 16px;
  transform: translateX(-50%);
}
/* line 779, ../../scss/common/_component.scss */
.c-caseType_title {
  display: inline-block;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
}
/* line 785, ../../scss/common/_component.scss */
.c-caseType_title2 {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}
/* line 791, ../../scss/common/_component.scss */
.c-caseType_body {
  display: block;
  padding: 60px 40px;
  background: #bfe7f9;
  color: #333333;
  border-radius: 0 0 10px 10px;
}
/* line 798, ../../scss/common/_component.scss */
.c-caseType_column {
  display: flex;
  margin: 40px 0 0;
}
/* line 802, ../../scss/common/_component.scss */
.c-caseType_column:first-child {
  margin-top: 0;
}
/* line 806, ../../scss/common/_component.scss */
.c-caseType_column2 {
  display: flex;
  justify-content: space-between;
  margin: 30px 0 0;
}
/* line 812, ../../scss/common/_component.scss */
.c-caseType_detail {
  display: block;
  margin: 0 0 0 50px;
}
/* line 816, ../../scss/common/_component.scss */
.c-caseType_lead {
  display: block;
  margin: 10px 0 0;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 200;
  line-height: 1.4;
}
/* line 823, ../../scss/common/_component.scss */
.c-caseType_lead:first-child {
  margin-top: 0;
}
/* line 827, ../../scss/common/_component.scss */
.c-caseType_feature {
  display: block;
  margin: 15px 0 0;
}
/* line 831, ../../scss/common/_component.scss */
.c-caseType_catch {
  display: block;
  margin: 30px 0 0 280px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}

/* line 838, ../../scss/common/_component.scss */
.c-caseType_list {
  display: block;
}
/* line 841, ../../scss/common/_component.scss */
.c-caseType_list_items {
  display: block;
}
/* line 844, ../../scss/common/_component.scss */
.c-caseType_list_item {
  display: block;
  position: relative;
  margin: 10px 0 0;
  padding: 0 0 0 15px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.3;
}
/* line 853, ../../scss/common/_component.scss */
.c-caseType_list_item:first-child {
  margin-top: 0;
}
/* line 856, ../../scss/common/_component.scss */
.c-caseType_list_item:before {
  content: '';
  display: block;
  position: absolute;
  top: .4em;
  left: 0;
  width: 10px;
  height: 10px;
  background: #004698;
  border-radius: 100%;
}
/* line 869, ../../scss/common/_component.scss */
.c-caseType_thumbs {
  display: block;
}
/* line 872, ../../scss/common/_component.scss */
.c-caseType_thumbs_items {
  display: flex;
}
/* line 875, ../../scss/common/_component.scss */
.c-caseType_thumbs_item {
  display: block;
  margin: 0 0 0 15px;
}
/* line 879, ../../scss/common/_component.scss */
.c-caseType_thumbs_item:first-child {
  margin-left: 0;
}
/* line 883, ../../scss/common/_component.scss */
.c-caseType_thumbs_box {
  display: block;
}
/* line 886, ../../scss/common/_component.scss */
.c-caseType_thumbs_figure {
  display: block;
}
/* line 889, ../../scss/common/_component.scss */
.c-caseType_thumbs_caption {
  display: block;
  margin: 5px 0 0;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .c-caseType_body {
    padding: 40px 20px;
  }

  .c-caseType_column {
    flex-direction: column;
    margin-top: 30px;
  }

  .c-caseType_detail {
    margin: 20px 0 0 0;
  }

  .c-caseType_catch {
    margin: 30px 0 0;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
  }

  .c-caseType_thumbs_items {
    flex-direction: column;
  }

  .c-caseType_thumbs_item {
    margin-left: 0;
    margin-top: 15px;
  }

  .c-caseType_thumbs_item:first-child {
    margin-top: 0;
  }
}



/* line 898, ../../scss/common/_component.scss */
.c-caseFeature {
  display: flex;
  align-items: center;
}
/* line 902, ../../scss/common/_component.scss */
.c-caseFeature_head {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin: 0 15px 0 0;
  background: #fff;
  color: #050505;
  text-align: center;
  border-radius: 100%;
}
/* line 914, ../../scss/common/_component.scss */
.c-caseFeature_head_name {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
}
/* line 921, ../../scss/common/_component.scss */
.c-caseFeature_lead {
  display: block;
  color: #004698;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6;
}

/* line 933, ../../scss/common/_component.scss */
.c-inquiry {
  display: block;
  position: relative;
  background: #f0f0f0;
}
/* line 938, ../../scss/common/_component.scss */
.c-inquiry:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0%;
  background: #fff;
  z-index: 1;
  transition: width 1s cubic-bezier(1, 0, 0, 1);
}
/* line 951, ../../scss/common/_component.scss */
.c-inquiry.is-state_scroll:after, .c-inquiry[data-state="show"]:after {
  width: 100%;
}
/* line 955, ../../scss/common/_component.scss */
.c-inquiry_inner {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  opacity: 0;
  z-index: 2;
  transition: opacity 1s cubic-bezier(1, 0, 0, 1) 0.75s;
}
/* line 963, ../../scss/common/_component.scss */
.c-inquiry.is-state_scroll .c-inquiry_inner, .c-inquiry[data-state="show"] .c-inquiry_inner {
  opacity: 1;
}
/* line 968, ../../scss/common/_component.scss */
.c-inquiry_head {
  display: block;
  margin: 0 0 45px;
}
/* line 974, ../../scss/common/_component.scss */
.c-inquiry_body {
  display: inline-block;
}
/* line 977, ../../scss/common/_component.scss */
.c-inquiry-tel {
  display: inline-block;
  margin: 0 60px 0 0;
  vertical-align: middle;
}
/* line 982, ../../scss/common/_component.scss */
.c-inquiry-tel_items {
  display: block;
}
/* line 985, ../../scss/common/_component.scss */
.c-inquiry-tel_item {
  display: block;
  margin: 15px 0 0;
}
/* line 989, ../../scss/common/_component.scss */
.c-inquiry-tel_item:first-child {
  margin-top: 0;
}
/* line 993, ../../scss/common/_component.scss */
.c-inquiry-tel_item a {
  cursor: default;
}
/* line 997, ../../scss/common/_component.scss */
.c-inquiry-tel_item a:hover img {
  opacity: 1;
}
/* line 1004, ../../scss/common/_component.scss */
.c-inquiry-button {
  display: inline-block;
  vertical-align: middle;
}
/* line 1009, ../../scss/common/_component.scss */
.c-inquiry-button a:hover {
  color: #fff;
}
/* line 1012, ../../scss/common/_component.scss */
.c-inquiry-button a:hover:before {
  transform: translateX(0);
}
/* line 1017, ../../scss/common/_component.scss */
.c-inquiry-button_box {
  overflow: hidden;
  display: block;
  position: relative;
  width: 320px;
  height: 110px;
  background: #b3cd22;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}
/* line 1026, ../../scss/common/_component.scss */
.c-inquiry-button_box:before {
  content: '';
  position: absolute;
  top: 0;
  right: -50px;
  bottom: 0;
  left: 0;
  border-right: 50px solid transparent;
  border-bottom: 110px solid #004698;
  transform: translateX(-100%);
  z-index: 1;
}
/* line 1039, ../../scss/common/_component.scss */
.c-inquiry-button_cells {
  display: table;
  height: 100%;
  margin: auto;
}
/* line 1044, ../../scss/common/_component.scss */
.c-inquiry-button_cell {
  display: table-cell;
  vertical-align: middle;
}
/* line 1048, ../../scss/common/_component.scss */
.c-inquiry-button_name {
  display: inline-block;
  position: relative;
  padding: 0 0 0 55px;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 700;
  z-index: 2;
}
/* line 1056, ../../scss/common/_component.scss */
.c-inquiry-button_name:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 24px;
  background: url(../../img/common/icon_mail_blue.png) no-repeat center center;
  background-size: 100% auto;
  -webkit-transition: all 0.35s cubic-bezier(0.75, 0, 0.35, 1);
  transition: all 0.35s cubic-bezier(0.75, 0, 0.35, 1);
  transform: translateY(-50%);
}
/* line 1069, ../../scss/common/_component.scss */
a:hover .c-inquiry-button_name:before {
  background-image: url(../../img/common/icon_mail_yellow.png);
}
/* line 1075, ../../scss/common/_component.scss */
.c-inquiry_figure {
  display: block;
  position: absolute;
  right: -35px;
  bottom: 0;
}
