
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&subset=japanese");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}
a img {
  border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
@keyframes obj_show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
* {
  box-sizing: border-box;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, Meiryo, "MS PGothic", Arial, sans-serif;
  font-weight: 400;
}
html {
  font-size: 0.5618vw;
  line-height: 1;
  width: 100%;
  margin: 0;
}
body {
  font-size: 1.6rem;
  line-height: 1.6;
  background-color: #FFFFFF;
  color: #231815;
  width: 100%;
  margin: auto;
}
a {
  color: #231815;
  text-decoration: none;
  outline: none;
}
a:hover {
  zoom: 1;
}
a.anc-block:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  transition: all 0.2s ease;
}
a.anc-text:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  transition: all 0.2s ease;
  text-decoration: underline;
}
sup {
  font-size: 1.3rem;
  vertical-align: top;
}
ruby rb {
  padding-top: 5px;
}
small {
  font-size: 70%;
}
h1, h2, h3, h4, h5, h1 *, h2 *, h3 *, h4 *, h5 * {
  color: #000;
  font-weight: 800;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
.U-sp {
  display: none !important;
}
.U-serif {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", "ＭＳ Ｐ明朝", "MS PMincho", Times, serif;
}
.U-clearfix:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}
.U-echoes {
  transform: scale(2, 1);
  transform-origin: top left;
  display: inline-block;
}
span.U-highlight {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(52%, transparent), color-stop(52%, #ff0));
  background: -webkit-linear-gradient(transparent 52%, #ff0 52%);
  background: linear-gradient(transparent 52%, #ff0 52%);
  padding: 1px 2px;
  font-weight: 800;
}
span.U-highlight.blue {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #c1e0ff));
  background: -webkit-linear-gradient(transparent 60%, #c1e0ff 60%);
  background: linear-gradient(transparent 60%, #c1e0ff 60%);
  padding: 1px 2px;
  font-weight: 800;
}
.invisibleMB {
  visibility: hidden;
}
.fontbold {
  font-weight: 800;
  color: #000 !important;
}
.fontred {
  color: red;
  text-decoration: underline;
  font-size: 2.7rem;
}
.center {
  text-align: center;
}
.flex-box-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}
.flex-box-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex-box-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.mt0 {
  margin-top: 0 !important;
}
.mt1 {
  margin-top: 1rem !important;
}
.mt2 {
  margin-top: 2rem !important;
}
.mt3 {
  margin-top: 3rem !important;
}
.mt4 {
  margin-top: 4rem !important;
}
.mt5 {
  margin-top: 5rem !important;
}
.mt6 {
  margin-top: 6rem !important;
}
.mt7 {
  margin-top: 7rem !important;
}
.mt8 {
  margin-top: 8rem !important;
}
.mt9 {
  margin-top: 9rem !important;
}
.mt10 {
  margin-top: 10rem !important;
}
.mt15 {
  margin-top: 15rem !important;
}
.mb1 {
  margin-bottom: 1rem !important;
}
.mb2 {
  margin-bottom: 2rem !important;
}
.mr2 {
  margin-right: 2rem !important;
}
.mr3 {
  margin-right: 3rem !important;
}
.mb3 {
  margin-bottom: 3rem !important;
}
.mb4 {
  margin-bottom: 4rem !important;
}
.mb5 {
  margin-bottom: 5rem !important;
}
.mb6 {
  margin-bottom: 6rem !important;
}
.mb7 {
  margin-bottom: 7rem !important;
}
.mb8 {
  margin-bottom: 8rem !important;
}
.mb9 {
  margin-bottom: 9rem !important;
}
.mb10 {
  margin-bottom: 10rem !important;
}
/*-------------------------------------------------

	layout

=================================================*/
.KV {
  width: 100%;
  display: table;
  background: url("../img/MV_bg.png") no-repeat right center / cover;
}
.KV__content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 7rem 0;
}
.KV__content .inner {
  background: rgba(0, 68, 153, 0.7);
  padding: 3.5rem 0;
}
.KV__title {
  font-size: 5rem;
  color: #049;
  background: #fff;
  display: inline-block;
  margin: 0 0 3rem;
  padding: 0 2rem;
}
.KV__catch {
  font-size: 5rem;
  color: #fff;
  font-weight: 800;
  line-height: 1.3;
  margin: 0 0 3rem;
}
.KV__catch span {
  color: #fdda00;
  font-weight: 800;
}
.KV__read {
  color: #fff;
  font-size: 2rem;
}
.KV .Btn-contact a {
  background-color: #f16d15;
  padding: 1.5rem 1rem;
  font-weight: 800;
  color: #fff;
  width: 26%;
  margin: 0;
  border-radius: 1rem;
  font-size: 2.7rem;
}
.Nav {
  width: 100%;
  background-color: #000;
  position: relative;
  top: 0;
  left: 0;
  z-index: 100;
}
.Nav__wrap {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.Nav__item {
  display: table-cell;
  text-align: center;
}
.Nav__item a {
  width: 100%;
  line-height: 3.2;
  display: block;
  font-weight: bold;
  color: #fff;
}
.Nav__item--contact {
  background-color: #f16d15;
  font-size: 2rem;
}
.Nav__item--contact .fa {
  margin-right: 1em;
}
.Section {
  width: 100%;
}
.Section.border {
  border-top: 4px solid #eee;
}
.Section__inner {
  width: 80vw;
  margin: auto;
  padding: 10rem 0;
}
.Section__inner p {
  font-size: 2rem;
  word-break: break-all;
  word-wrap: break-word;
  margin-top: 2rem;
  line-height: 1.7;
}
.Section__inner img {
  margin: 3rem auto;
  max-width: 100%;
  display: block;
}
.Section__inner a img:hover {
  opacity: 0.6;
}
.Section__inner:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}
h2.Section__title {
  font-size: 5rem;
  text-align: center;
  background: #e7f2ff;
  position: relative;
  padding: 5rem 0;
  line-height: 1.3;
  margin-top: 5rem;
}
h2.Section__title:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: -99px;
  left: 0;
  right: 0;
  border-top-color: #e7f2ff !important;
  margin: auto;
  border: 50px solid transparent;
  border-top: 50px solid;
  z-index: 1;
}
.Section__title.ttl {
  padding: 1rem 2rem;
  border-left: 5px solid #049;
  background: #f4f4f4;
}
.Section__title span.ttl {
  position: relative;
  display: inline-block;
  line-height: 1.3;
}
.Section__title span.ttl::after, .Section__title span.ttl::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  content: "";
  width: 50px;
  height: 4px;
  background-color: #000080;
}
.Section__title span.ttl::before {
  left: -80px;
}
.Section__title span.ttl::after {
  right: -80px;
}
.Section .Section__title + .sholder {
  color: #049;
  display: block;
  font-size: 25px;
  letter-spacing: -1px;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  margin-top: -5.4px;
}
.Section .Section__title + .sholder + p {
  margin-top: 5rem;
  text-align: center;
}
.List__title {
  font-size: 2.4rem;
}
.List__title + * {
  margin-top: 1.5rem;
}
.Btn a {
  display: block;
  padding: 1rem 1.5rem;
  text-align: center;
  border-radius: .3rem;
}
.Btn-contact a {
  background-color: #f16d15;
  margin: auto;
  padding: 1rem 2rem;
  font-weight: 800;
  color: #fff;
  border-radius: 3.6rem;
}
.Btn-contact a .fa {
  margin-right: 1em;
}
.Footer__left {
  float: left;
}
.Footer__right {
  float: right;
}
.Footer .Copyright {
  font-family: Arial;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  color: #aaa;
}
.Section .intro_txt {
  text-align: center;
  font-size: 3rem;
  margin: 0;
  font-weight: 800;
}
.Section .last_txt {
  text-align: center;
  font-size: 3rem;
  font-weight: 800;
  margin: 5rem 0 0;
}
.Section .intro_txt + * {
  margin-top: 5rem;
}
#Section-cost span {
  color: #eb6607;
  font-weight: 800;
}
#Section-cost .flex-box-center img {
  width: 25%;
  margin: 0;
}
#Section-cost .flex-box-center p {
  width: 45%;
  display: flex;
  align-items: center;
  margin: 0 2rem;
}
#Section-cost .middle_txt {
  text-align: center;
  font-size: 3rem;
  margin: 10rem 0 5rem;
  font-weight: 800;
}
#Section-reason span {
  color: #eb6607;
  font-weight: 800;
}
#Section-reason .hinoki {
  width: 100%;
  background: #e7f2ff;
  margin: 2rem 0 0;
}
#Section-reason .hinoki .initial_txt {
  text-align: left;
  font-size: 4rem;
  margin: 0;
  font-weight: 800;
}
#Section-reason .hinoki .initial_txt span {
  background: #fff;
  border-radius: 10rem;
  padding: 2rem 3.5rem;
  font-size: 6rem;
  margin-right: 1rem;
}
#Section-reason .hinoki h3 {
  text-align: left;
  font-size: 3.5rem;
  margin-top: 3rem;
  display: inline-block;
  margin-right: 5rem;
}
#Section-reason .flex-box-start {
  margin-top: 1rem;
  align-items: flex-start;
}
#Section-reason .flex-box-start img {
  width: 25%;
  margin: 0;
}
#Section-reason .flex-box-start div {
  background: #fff;
  padding: 2rem;
  margin: 0 5rem 0 0;
  width: 65%;
}
#Section-reason .flex-box-start div p {
  margin: 0;
}
#Section-reason .detail_txt {
  display: none;
}
#Section-reason .detail {
  display: inline-block;
  font-size: 2.3rem;
  position: relative;
  font-weight: 700;
  cursor: pointer;
  float: right;
  top: 2.5rem;
}
#Section-reason .detail:hover {
  color: #eb6607;
}
#Section-reason .detail::after {
  content: "\f078";
  font-family: "FontAwesome";
  font-weight: 100;
  display: block;
  position: absolute;
  top: 50%;
  right: -3rem;
  transform: translateY(-50%);
}
#Section-reason .open.detail::after {
  content: "\f077";
}
#Section-reason .hinoki .Section__inner {
  padding: 5rem 10rem 3rem 10rem;
}
#Section-reason .anc-btn {
  background: #f16d15;
  color: #fff;
  padding: 1rem;
  border-radius: 1rem;
  float: left;
  width: 35%;
  text-align: center;
  font-size: 1.8rem;
  position: relative;
  margin-right: 2rem;
  display: block;
}
#Section-reason .anc-btn:hover {
  background: #ff9233 !important;
}
#Section-reason .anc-btn::after {
  content: "";
  vertical-align: 2px;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 15px;
  top: 45%;
}
#Section-reason .mark {
  float: left;
}
#Section-center span {
  color: #eb6607;
  font-weight: 800;
}
#Section-center h3 {
  text-align: center;
  font-size: 3rem;
  margin: 10rem 0 7rem;
  position: relative;
}
#Section-center h3:before {
  content: '';
  position: absolute;
  bottom: -30px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #049;
  border-radius: 2px;
}
#Section-center .flex-box-center p {
  width: 45%;
  margin: 0 2rem;
  font-size: 2.3rem;
}
#Section-center .flex-box-center img {
  width: 30%;
  margin: 0;
}
#Section-center .security {
  background: #f3f3f3;
}
#Section-center .security h3 {
  margin: 0 0 5rem;
  font-size: 3.5rem;
}
#Section-center .security ul {
  border: 1px solid #000;
  padding: 2rem;
  margin-top: 3rem;
}
#Section-center .security ul li {
  list-style: disc;
  margin-left: 2rem;
  font-size: 2rem;
}
#Section-center .security h3:before {
  content: none;
}
#Section-center .security .flex-box-between p {
  text-align: center;
  margin: 0 0 1rem 0;
}
#Section-center .security .flex-box-between img {
  margin: 0;
}
#Section-flow .base {
  position: relative;
}
#Section-flow .base img {
  width: 100%;
  margin-top: 5rem;
}
@media only screen and (max-width: 767px) {
  #Section-flow .base img {
    width: 70%;
    margin-top: 3rem;
  }
}
#Section-flow .part {
  position: absolute;
  width: 17vw;
  padding: 0 1vw;
  top: 12vw;
}
#Section-flow .part.one {
  left: 0;
}
#Section-flow .part.two {
  left: 21vw;
}
#Section-flow .part.three {
  left: 42vw;
}
#Section-flow .part.four {
  left: 63vw;
}
#Section-flow .part h3 {
  font-size: 1.7vw;
  text-align: center;
}
#Section-flow .part P {
  font-size: 1vw;
  line-height: 1.3;
}
#Section-flow .part ul {
  margin-top: 2rem;
  line-height: 1.5;
}
#Section-flow .part ul li {
  list-style: disc;
  margin-left: 2.5rem;
  font-size: 1.1vw;
  font-weight: 700;
}
#Section-menu h3 {
  text-align: center;
  font-size: 3.5rem;
}
#Section-menu h3 + p {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 767px) {
  #Section-menu h3 + p {
    font-size: 1.5rem;
  }
}
#Section-menu h4 {
  font-size: 3rem;
  display: inline-block;
  line-height: 1.2;
  margin-bottom: 1rem;
  padding-left: 2rem;
  margin-right: 2rem;
}
#Section-menu h4 + img {
  display: inline-block;
  margin: 0;
  vertical-align: text-bottom;
  min-height: 3.5vw;
  height: 3.5vw;
}
#Section-menu ul {
  line-height: 2;
  border-top: 3px solid #049;
  padding-top: 2rem;
}
#Section-menu ul li {
  list-style: disc;
  margin-left: 2rem;
  font-size: 1.6rem;
}
#Section-menu ul li span {
  font-size: 1.4rem;
}
#Section-menu .flex-box-between div {
  width: 30%;
}
#Section-achieve .flex-box-between div {
  border: 3px solid #049;
  width: 30%;
  background: #f8fbff;
  padding: 2rem 2rem 5rem;
  border-radius: 2rem;
}
#Section-achieve h3 {
  text-align: center;
  font-size: 2.5rem;
  position: relative;
  margin-bottom: 5rem;
}
#Section-achieve h3:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #049;
  border-radius: 2px;
}
#Section-contact {
  padding: 10rem 10vw;
  background: #e7f2ff;
}
#Section-contact .Section__inner {
  padding: 0;
}
#Section-contact .Section__title {
  font-size: 5.5rem;
  color: #049;
  background: none;
  margin: 0 0 5rem;
  padding: 0;
}
#Section-contact .Section__title::after {
  content: none;
}
#Section-contact .Btn-contact {
  text-align: center;
  margin-top: 5rem;
}
@media only screen and (max-width: 767px) {
  #Section-contact .Btn-contact {
    margin-top: 3rem;
  }
}
#Section-contact .Btn-contact a {
  display: inline-block;
  font-size: 4rem;
  border-radius: 1rem;
  padding: 2rem 6rem;
  margin: auto;
}
#page-top {
  transition: bottom .4s ease-in-out;
  z-index: 90;
  position: fixed;
  right: 3rem;
  bottom: 15px;
  width: auto;
  height: 8rem;
}
#page-top a {
  display: block;
  padding: 2rem;
  color: #fff;
  background: #049;
  border-radius: 4rem;
  line-height: 1;
  z-index: 99;
  text-decoration: none;
  transition: all .3s ease-in-out;
}
#page-top a::after {
  font-family: 'FontAwesome';
  content: '\f077';
  font-size: 3rem;
  font-weight: 900;
}
/*-------------------------------------------------

	Media queries

=================================================*/
/* Smartphone
-------------------------------------------------*/
@media screen and (max-width: 767px) {
  .flex-box {
    display: block;
  }
  .U-sp {
    display: block !important;
  }
  .U-pc {
    display: none !important;
  }
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
  .Section__inner {
    width: 90vw;
  }
  .Section__inner img {
    width: 100%;
  }
  .Section__inner p {
    font-size: 1.4rem;
  }
  .Section__title span.ttl::after, .Section__title span.ttl::before {
    width: 15px;
    height: 2px;
  }
  .Section__title span.ttl::after {
    right: -20px;
  }
  .Section__title span.ttl::before {
    left: -20px;
  }
  .Section .Section__title + .sholder + p {
    margin-top: 3rem;
  }
  .KV {
    background: url("../img/MV_bg.png") no-repeat center center / cover;
  }
  .KV__content {
    padding: 2rem 0;
  }
  .KV__content .inner {
    padding: 3rem 1rem;
  }
.KV__title {
    font-size: 7.5vw;
    padding: 1rem 1.5rem;
    margin-bottom: 2rem;
    line-height: 1.3;
}
  .KV__catch {
    font-size: 4.5vw;
    margin: 0 0 2rem;
  }
  .KV__catch .small_txt {
    font-size: 4vw;
  }
  .KV__title .small_txt {
    font-size: 5vw;
  }
  .KV__title .large_txt {
    font-size: 8.5vw;
  }
  .KV__title img {
    width: 60%;
    background-color: #fff;
    padding: .5rem;
  }
  .KV__read {
    font-size: 3.5vw;
    margin: 0;
    font-weight: 400;
  }
  .KV .Btn-contact a {
    width: 90%;
    padding: 1rem;
    font-size: 5vw;
    position: absolute;
    margin: 0 auto 2rem;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .Nav {
    display: none;
  }
  .Section__inner {
    padding: 3rem 0;
  }
  .Section__inner .txt {
    font-size: 1.4rem
  }
  h2.Section__title {
    font-size: 2rem;
    padding: 2rem 0;
  }
  .Section .Section__title + * {
    margin-top: 3rem;
  }
  .List__item + .List__item {
    margin-top: 3rem;
  }
  .List__title {
    font-size: 1.6rem;
  }
  .Btn-contact a .fa {
    margin-right: .5rem;
  }
  .FAQ {
    padding: 0;
  }
  .FAQ__q {
    font-size: 2rem;
    padding: 1rem 2rem;
  }
  .FAQ__a {
    font-size: 1.6rem;
    padding: 0 2rem;
  }
  .FAQ__a + * {
    margin-top: 2rem;
  }
  .Footer {
    margin-top: 0;
  }
  .Footer-local {
    padding: 4rem 10vw;
  }
  .Footer-local * {
    float: none;
  }
  .Footer-local__sitename {
    font-size: 1.8rem;
  }
  .Footer-local__sitename em {
    font-size: 2.4rem;
  }
  .Footer-local .Btn {
    float: none;
    margin-top: 2rem;
  }
  .Footer-local .Btn-contact a {
    font-size: 2rem;
    width: 100%;
  }
  .Footer-local__sitename {
    padding: 0 0 2rem 0;
  }
  .Footer-local .footer_notes {
    width: 100%;
  }
  .flex-box-center, .flex-box-start, .flex-box-between {
    display: block;
  }
  .Section .intro_txt {
    font-size: 1.8rem;
  }
  .Section .last_txt {
    font-size: 1.8rem;
  }
  #Section-cost .flex-box-center img {
    width: 70%;
    margin: 5rem auto;
  }
  #Section-cost .flex-box-center p {
    width: 100%;
    margin: 0;
  }
  #Section-cost .middle_txt {
    font-size: 1.8rem;
  }
  #Section-reason .hinoki .Section__inner {
    padding: 3rem 0;
  }
  #Section-reason .hinoki h3 {
    font-size: 1.8rem;
    margin-right: 0;
  }
  #Section-reason .detail {
    font-size: 1.5rem;
    float: none;
    top: 0;
  }
  #Section-reason .hinoki .initial_txt span {
    border-radius: 3rem;
    padding: 1rem 1.7rem;
    font-size: 3rem;
  }
  #Section-reason .hinoki .initial_txt {
    font-size: 2.5rem;
  }
  #Section-reason .flex-box-start div {
    width: 100%;
  }
  #Section-reason .flex-box-start img {
    width: 70%;
    margin: 2rem auto 0;
  }
  #Section-reason .anc-btn {
    width: 100%;
    font-size: 1.4rem;
    margin: 0 0 2rem;
    float: none;
  }
  #Section-reason .mark {
    float: none;
  }
  #Section-center h3 {
    font-size: 1.8rem;
  }
  #Section-center .flex-box-center p {
    width: 65%;
    margin: 0 auto;
    font-size: 1.5rem;
  }
  #Section-center .flex-box-center img {
    width: 100%;
    margin: 3rem 0 0;
  }
  #Section-center .security h3 {
    font-size: 1.8rem;
    margin-bottom: 3rem;
  }
  #Section-center .security ul {
    padding: 1.5rem;
  }
  #Section-center .security ul li {
    margin-left: 1rem;
    font-size: 1.4rem;
  }
  #Section-center .security .flex-box-between p {
    margin: 2rem 0 0;
  }
  #Section-menu h3 {
    font-size: 2rem;
  }
  #Section-menu .flex-box-between div {
    width: 100%;
    margin-top: 3rem;
  }
  #Section-menu h4 + img {
    width: auto;
    min-height: 12vw;
    height: 12vw;
  }
  #Section-menu h4 {
    font-size: 2rem;
  }
  #Section-menu ul li {
    font-size: 1.2rem;
  }
  #Section-menu ul li span {
    font-size: 1.2rem;
  }
  #Section-achieve .flex-box-between div {
    width: 100%;
    margin-bottom: 2rem;
  }
  #Section-achieve h3 {
    font-size: 2rem;
  }
  #Section-contact {
    padding: 4rem 2rem;
    background-position: center;
  }
  #Section-contact .Section__title {
    font-size: 1.8rem;
  }
  #Section-contact .Btn-contact a, #Section-task .Btn-contact a {
    width: 100%;
    padding: 1rem 2rem;
    font-size: 1.6rem;
  }
  #page-top {
    transition: bottom .4s ease-in-out;
    z-index: 90;
    position: fixed;
    right: 0.8rem;
    bottom: 15px;
    width: auto;
    height: 8rem;
  }
  #page-top a {
    display: block;
    padding: 1.5rem;
    color: #fff;
    background: #049;
    border-radius: 4rem;
    line-height: 1;
    z-index: 99;
    text-decoration: none;
    transition: all .3s ease-in-out;
  }
  #page-top a::after {
    font-family: 'FontAwesome';
    content: '\f077';
    font-size: 2.5rem;
    font-weight: 900;
  }
  .mt15 {
    margin-top: 5rem !important;
  }
}
@media screen and (min-width : 978px) {
  #page-top a:hover {
    color: #06c;
    text-decoration: none;
    background: #f2f2f2;
    font-weight: 900;
  }
}
/* FSI-Header
------------------------------------------- */
.FSI-Header {
  width: 100%;
  min-width: 124rem;
  color: #000;
  background-color: #fff;
  text-align: left;
  position: fixed;
  box-sizing: border-box;
}
.FSI-Header > * {
  box-sizing: border-box;
}
.FSI-Header a {
  display: block;
  text-decoration: none;
  outline: none;
  color: #000;
}
.FSI-Header a:hover {
  text-decoration: none;
}
.FSI-Header a img {
  vertical-align: top;
}
.FSI-Header__Top {
  width: 100%;
  display: table;
  height: 7rem;
  border-top: .3rem solid #049;
  border-bottom: .1rem solid #efefef;
  position: fixed;
  background: #fff;
  z-index: 999;
}
.FSI-Header__Top--min {
  height: 5rem;
  transition: height .2s ease-out;
}
.FSI-Header__Top--min .FSI-Header__CompanyLogo {
  width: 12rem;
  transition: width .2s ease-out;
}
.FSI-Header__Top--min .FSI-Header__Sitetitle {
  font-size: 1.4rem;
  transition: all .2s ease-out;
}
.FSI-Header__Top--min-move {
  height: 3rem;
}
.FSI-Header__Top--min-move .FSI-Header__CompanyLogo {
  width: 8rem;
}
.FSI-Header__Top--min-move .FSI-Header__CompanyLogo img {
  margin-top: 0;
}
.FSI-Header__Top--min-move .FSI-Header__Sitetitle {
  font-size: 1.2rem;
}
.FSI-Header__Under {
  width: 100%;
  display: table;
  height: 7rem;
  border-bottom: .1rem solid #efefef;
}
.FSI-Header__Under .FSI-Header__Sitetitle {
  font-size: 2rem;
  margin-left: 1rem;
}
.FSI-Header__left, .FSI-Header__right {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}
.FSI-Header__left > *, .FSI-Header__right > * {
  display: inline-block;
  vertical-align: middle;
}
.FSI-Header__left {
  padding: 0 3rem;
}
.FSI-Header__CompanyLogo {
  width: 16rem;
  line-height: 1;
}
.FSI-Header__CompanyLogo a {
  display: block;
}
.FSI-Header__CompanyLogo img {
  max-width: 100%;
  margin-top: .3rem;
}
.FSI-Header__Sitetitle {
  font-size: 1.8rem;
  font-weight: bold;
  margin-left: 2rem;
  white-space: nowrap;
}
.FSI-Header__Navi {
  height: 100%;
  float: right;
}
.FSI-Header__Navi__item {
  display: table;
  text-align: center;
  height: 100%;
  float: left;
  border-left: 1px solid #efefef;
}
.FSI-Header__Navi__item a {
  display: table-cell;
  vertical-align: middle;
  padding: 0 2vw;
  height: 100%;
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
}
.FSI-Header__Navi__item a::after {
  content: "";
  display: block;
  width: 0;
  height: .3rem;
  background-color: #19d;
  transition: width .2s ease-out;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.FSI-Header__Navi__item a:hover {
  background-color: #f2f2f2;
}
.FSI-Header__Navi__item a:hover::after {
  width: 100%;
}
.FSI-Header__Navi__item a.current::after {
  width: 100%;
}
.FSI-Header__Navi__item a span {
  font-weight: 700;
}
.FSI-Header__CV {
  height: 100%;
  float: right;
}
.FSI-Header__CV > * {
  display: table;
  height: 100%;
  text-align: center;
  float: left;
}
.FSI-Header__CV > * a, .FSI-Header__CV > * > span {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  font-size: 1.2rem;
  padding: 0 2vw;
  box-sizing: border-box;
  transition: all .2s ease-out;
}
.FSI-Header__CV > * a::before, .FSI-Header__CV > * > span::before {
  font-size: 2.4rem;
  font-family: 'FontAwesome';
  display: block;
  transition: all .2s ease-out;
}
.FSI-Header__CV > * a:hover::before, .FSI-Header__CV > * > span:hover::before {
  font-size: 2.8rem;
}
.FSI-Header__CV__menu {
  display: none;
}
.FSI-Header__CV__menu > span {
  color: #049 !important;
  background: #f2f2f2;
}
.FSI-Header__CV__menu > span::before {
  content: '\f0c9';
}
.FSI-Header__CV__menu.show > span {
  background: #049;
  color: #fff !important;
}
.FSI-Header__CV__contact a {
  color: #fff !important;
  background: #eb6607;
  padding: 0 1.5vw;
}
.FSI-Header__CV__contact a::before {
  content: '\f003';
}
/*.FSI-Header__CV__contact a:hover {
  background: #000;
}*/
.FSI-Header + * {
  padding-top: 7rem;
}
.Page__under-sp .FSI-Header + * {
  padding-top: 12rem;
}
@media only screen and (max-width: 767px) {
  .FSI-Header {
    width: 100%;
    min-width: 0;
  }
  .FSI-Header__Top {
    width: 100%;
    height: 5rem;
    position: fixed;
  }
  .FSI-Header__Top--min {
    height: 3rem;
  }
  .FSI-Header__Top--min .FSI-Header__CompanyLogo {
    width: 8rem;
  }
  .FSI-Header__Top--min .FSI-Header__Sitetitle {
    font-size: 1.2rem;
    margin-top: .2rem;
  }
  .FSI-Header__Top--min-move {
    height: 2rem;
  }
  .FSI-Header__Top--min-move .FSI-Header__CompanyLogo {
    width: 6rem;
  }
  .FSI-Header__Top--min-move .FSI-Header__CompanyLogo img {
    margin-top: 0;
  }
  .FSI-Header__Top--min-move .FSI-Header__Sitetitle {
    font-size: 1.0rem;
    margin-top: 0;
  }
  .FSI-Header__Under {
    width: 100%;
    height: 5rem;
    position: relative;
  }
  .FSI-Header__Under .FSI-Header__Sitetitle {
    font-size: 1.6rem;
    margin-left: 0;
  }
  .FSI-Header__left {
    padding: 0 1rem;
  }
  .FSI-Header__right > * {
    display: inline-flex;
  }
  .FSI-Header__CompanyLogo {
    width: 12rem;
  }
  .FSI-Header__CompanyLogo a {
    display: block;
  }
  .FSI-Header__CompanyLogo img {
    max-width: 100%;
    margin-top: .3rem;
  }
  .FSI-Header__Sitetitle {
    font-size: 1.4rem;
    margin-left: 0;
    margin-top: 0;
  }
  .FSI-Header__Navi {
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 4.6rem;
    height: auto;
    background-color: #049;
    padding: .5rem 0;
  }
  .FSI-Header__Navi__item {
    display: block;
    width: 100%;
    height: auto;
    text-align: left;
    float: none;
    border: none;
  }
  .FSI-Header__Navi__item a {
    display: block;
    line-height: 2.8rem;
    font-size: 1.6rem;
    color: #fff !important;
    background-color: #049;
    padding: .6rem 2rem;
  }
  .FSI-Header__Navi__item a span {
    font-weight: 500;
  }
  .FSI-Header__Navi__item a:hover {
    background-color: #049;
  }
  .FSI-Header__Navi__item a::after {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 1.4rem;
    line-height: 1;
    top: 50%;
    right: 2rem;
    bottom: auto;
    left: auto;
    width: auto;
    height: auto;
    background-color: transparent;
    color: #fff;
    transform: translateY(-50%);
    width: auto !important;
  }
  .FSI-Header__Navi__item + * {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .FSI-Header__CV {
    height: 100%;
  }
  .FSI-Header__CV > * {
    height: 100%;
    line-height: 1.2;
  }
  .FSI-Header__CV > * a, .FSI-Header__CV > * > span {
    padding: 0 1vw;
  }
  .FSI-Header__CV > * a span, .FSI-Header__CV > * > span span {
    transform: scale(0.7);
    transform-origin: center;
    white-space: nowrap;
    display: inline-block;
  }
  .FSI-Header__CV > * a::before, .FSI-Header__CV > * > span::before {
    font-size: 2rem;
  }
  .FSI-Header__CV > * a:hover::before, .FSI-Header__CV > * > span:hover::before {
    font-size: 2rem;
  }
  .FSI-Header__CV__menu {
    display: table;
  }
  .FSI-Header__CV__contact a {
    padding: 0;
  }
  .FSI-Header + * {
    padding-top: 7rem;
  }
}
/* FSI-Footer
------------------------------------------- */
.FSI-Footer {
  width: 100%;
  min-width: 92rem;
  text-align: left;
  overflow: hidden;
  *zoom: 1;
}
.FSI-Footer a {
  color: #fff;
  text-decoration: none;
  transition: all .2s ease-out;
}
.FSI-Footer a:hover {
  opacity: .5;
  text-decoration: underline;
}
.FSI-Footer-main {
  color: #fff;
  background-color: #2c3137;
  background-color: #049;
  padding: 8rem 16rem;
  box-sizing: border-box;
}
.FSI-Footer-main__inner {
  padding: 0 0 0 20rem;
  background: url("https://www.fsi.co.jp/solution/kitting/resources/images/fsi-logo-v--white.png") left top no-repeat;
  background-size: 12rem auto;
}
.FSI-Footer-main__Sitemap {
  overflow: hidden;
  *zoom: 1;
}
.FSI-Footer-main__Sitemap dt {
  font-size: 2.4rem;
  font-weight: bold;
  padding-top: 1rem;
}
.FSI-Footer-main__Sitemap--min dt {
  font-size: 1.8rem;
  font-weight: bold;
  padding-top: 1rem;
}
.FSI-Footer-main__Sitemap--min .FSI-Footer-main__Navi {
  width: 100%;
  float: none;
}
.FSI-Footer-main__Sitemap--min .FSI-Footer-main__Navi__item {
  float: left;
  margin-top: 1rem;
  margin-right: 2rem;
  font-size: 1.2rem;
  font-weight: normal;
}
.FSI-Footer-main__Sitemap + .FSI-Footer-main__Sitemap dt {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 3rem;
  margin-top: 3rem;
}
.FSI-Footer-main__Navi {
  width: 33.33%;
  float: left;
  margin-top: 1rem;
}
.FSI-Footer-main__Navi__item {
  margin-top: 2rem;
  font-weight: bold;
}
.FSI-Footer-main__SubNavi__item {
  margin-top: 2rem;
  font-size: 1.4rem;
  font-weight: normal;
}
.FSI-Footer-main__SubNavi__item a {
  color: #bababa;
}
.FSI-Footer-bottom {
  color: #959a9e;
  background-color: #20242d;
  background-color: #333;
  padding: 3rem 16rem;
  box-sizing: border-box;
}
.FSI-Footer-bottom a {
  color: #959a9e;
}
.FSI-Footer-bottom__Navi__item {
  float: left;
  margin-left: 2rem;
  font-size: 1.2rem;
}
.FSI-Footer__right {
  float: right;
}
.FSI-Footer__left {
  float: left;
}
.FSI-Footer__note {
  margin-top: 6rem;
  font-size: 1.2rem;
  color: #bababa;
}
.FSI-Footer__copyright {
  font-size: 1.2rem;
  font-family: "Arial";
}
@media only screen and (max-width: 767px) {
  .FSI-Footer {
    width: 100%;
    min-width: 0;
  }
  .FSI-Footer__left, .FSI-Footer__right {
    float: none;
  }
  .FSI-Footer-main {
    padding: 3rem 0;
  }
  .FSI-Footer-main__inner {
    padding: 10rem 0 0 0;
    background-position: center top;
    background-size: 6rem auto;
  }
  .FSI-Footer-main__Sitemap a {
    width: 100%;
    display: block;
    padding: 0 2rem;
    line-height: 5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    box-sizing: border-box;
    position: relative;
  }
  .FSI-Footer-main__Sitemap a::after {
    font-family: 'FontAwesome';
    content: '\f105';
    font-size: 2rem;
    position: absolute;
    right: 2rem;
    opacity: .5;
  }
  .FSI-Footer-main__Sitemap dt {
    font-size: 2rem;
    padding-top: 0;
  }
  .FSI-Footer-main__Sitemap dd a {
    padding-left: 4rem;
  }
  .FSI-Footer-main__Sitemap ul {
    overflow: hidden;
    *zoom: 1;
  }
  .FSI-Footer-main__Sitemap--min dt {
    font-size: 1.8rem;
    padding-top: 0;
  }
  .FSI-Footer-main__Sitemap--min ul {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .FSI-Footer-main__Sitemap--min .FSI-Footer-main__Navi {
    width: 100%;
  }
  .FSI-Footer-main__Sitemap--min .FSI-Footer-main__Navi__item {
    margin-top: 0;
    margin-right: 0;
    width: 50%;
    font-size: 1.4rem;
  }
  .FSI-Footer-main__Sitemap--min .FSI-Footer-main__Navi__item:nth-child(2n+1) a {
    border-right: 1px solid rgba(255, 255, 255, 0.15);
  }
  .FSI-Footer-main__Sitemap--min .FSI-Footer-main__Navi a {
    line-height: 4rem;
  }
  .FSI-Footer-main__Sitemap + .FSI-Footer-main__Sitemap dt {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
  }
  .FSI-Footer-main__Navi {
    width: 100%;
    margin-top: 0;
  }
  .FSI-Footer-main__Navi__item {
    margin-top: 0;
  }
  .FSI-Footer-main__SubNavi__item {
    margin-top: 0;
    font-size: 1.4rem;
  }
  .FSI-Footer-bottom {
    padding: 3rem 2rem;
  }
  .FSI-Footer-bottom__Navi {
    overflow: hidden;
    *zoom: 1;
  }
  .FSI-Footer-bottom__Navi__item {
    margin-left: 2rem;
    margin-bottom: 2rem;
    font-size: 1.2rem;
  }
  .FSI-Footer__note {
    margin-top: 0;
    padding: 3rem 2rem 0;
    font-size: 1.2rem;
  }
  .FSI-Footer__copyright {
    margin-top: 1rem;
    text-align: center;
  }
}



